01J467CR2YKP2VN7WE2Y5W09MW: 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: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J467D74WFDWCGMRX6M35XSXT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-01T05:44:03.095Zjob assigned to worker 01J467DF9ZVGKYHXTFHE983V2B (queued for 57 s)
 
22024-08-01T05:44:10.644Zstarting task 0: "setup"
32024-08-01T05:44:10.656Z++ uname -s
42024-08-01T05:44:10.661Z+ kern=SunOS
52024-08-01T05:44:10.661Z+ case "$kern" in
62024-08-01T05:44:10.662Z+ groupadd -g 12345 build
72024-08-01T05:44:10.662Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-01T05:44:12.679Z+ zfs create -o mountpoint=/work rpool/work
92024-08-01T05:44:12.788Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-01T05:44:12.791Z+ home_fs=zfs
112024-08-01T05:44:12.791Z+ [[ zfs == autofs ]]
122024-08-01T05:44:12.791Z+ mkdir -p /home/build
132024-08-01T05:44:12.793Z+ chown build:build /home/build /work
142024-08-01T05:44:14.794Z+ chmod 0700 /home/build /work
152024-08-01T05:44:14.797Zprocess exited: duration 4152 ms, exit code 0
 
162024-08-01T05:44:14.802Zstarting task 1: "rust-toolchain"
172024-08-01T05:44:14.808Z+ printf ' * toolchain channel = "%s"
182024-08-01T05:44:14.808Z' 1.78.0
192024-08-01T05:44:14.810Z+ printf ' * toolchain profile = "%s"
202024-08-01T05:44:14.810Z * toolchain channel = "1.78.0"
212024-08-01T05:44:14.811Z * toolchain profile = "default"
222024-08-01T05:44:14.811Z' default
232024-08-01T05:44:14.811Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-01T05:44:14.811Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-01T05:44:14.925Zinfo: downloading installer
262024-08-01T05:44:15.983Zinfo: profile set to 'default'
272024-08-01T05:44:15.983Zinfo: default host triple is x86_64-unknown-illumos
282024-08-01T05:44:15.986Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-01T05:44:16.096Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-01T05:44:16.096Zinfo: downloading component 'cargo'
312024-08-01T05:44:16.725Zinfo: downloading component 'clippy'
322024-08-01T05:44:16.938Zinfo: downloading component 'rust-docs'
332024-08-01T05:44:17.769Zinfo: downloading component 'rust-std'
342024-08-01T05:44:19.098Zinfo: downloading component 'rustc'
352024-08-01T05:44:22.443Zinfo: downloading component 'rustfmt'
362024-08-01T05:44:22.619Zinfo: installing component 'cargo'
372024-08-01T05:44:23.448Zinfo: installing component 'clippy'
382024-08-01T05:44:23.798Zinfo: installing component 'rust-docs'
392024-08-01T05:44:25.312Zinfo: installing component 'rust-std'
402024-08-01T05:44:27.054Zinfo: installing component 'rustc'
412024-08-01T05:44:31.238Zinfo: installing component 'rustfmt'
422024-08-01T05:44:31.573Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-08-01T05:44:31.573Z
442024-08-01T05:44:31.851Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-01T05:44:31.851Z
462024-08-01T05:44:31.851Z
472024-08-01T05:44:31.851ZRust is installed now. Great!
482024-08-01T05:44:31.851Z
492024-08-01T05:44:31.851ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-01T05:44:31.851Zenvironment variable. This has not been done automatically.
512024-08-01T05:44:31.851Z
522024-08-01T05:44:31.852ZTo configure your current shell, you need to source
532024-08-01T05:44:31.852Zthe corresponding env file under $HOME/.cargo.
542024-08-01T05:44:31.852Z
552024-08-01T05:44:31.852ZThis is usually done by running one of the following (note the leading DOT):
562024-08-01T05:44:31.855Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-01T05:44:31.855Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-01T05:44:31.908Z+ rustc --version
592024-08-01T05:44:31.972Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-01T05:44:31.975Zprocess exited: duration 17170 ms, exit code 0
 
612024-08-01T05:44:31.980Zstarting task 2: "authentication"
622024-08-01T05:44:32.001Zprocess exited: duration 20 ms, exit code 0
 
632024-08-01T05:44:32.007Zstarting task 3: "clone repository"
642024-08-01T05:44:32.011Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-01T05:44:32.014Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-01T05:44:32.046ZCloning into '/work/oxidecomputer/omicron'...
672024-08-01T05:44:38.974Z+ cd /work/oxidecomputer/omicron
682024-08-01T05:44:38.974Z+ git fetch origin f4bf3bb55d7bd5f905a3232ce3b375a2ead22234
692024-08-01T05:44:39.266ZFrom https://github.com/oxidecomputer/omicron
702024-08-01T05:44:39.266Z * branch f4bf3bb55d7bd5f905a3232ce3b375a2ead22234 -> FETCH_HEAD
712024-08-01T05:44:39.278Z+ [[ -n renovate/hyper-0.x-lockfile ]]
722024-08-01T05:44:39.281Z++ git branch --show-current
732024-08-01T05:44:39.284Z+ current=main
742024-08-01T05:44:39.284Z+ [[ main != renovate/hyper-0.x-lockfile ]]
752024-08-01T05:44:39.284Z+ git branch -f renovate/hyper-0.x-lockfile f4bf3bb55d7bd5f905a3232ce3b375a2ead22234
762024-08-01T05:44:39.286Z+ git checkout -f renovate/hyper-0.x-lockfile
772024-08-01T05:44:39.416ZSwitched to branch 'renovate/hyper-0.x-lockfile'
782024-08-01T05:44:39.418Z+ git reset --hard f4bf3bb55d7bd5f905a3232ce3b375a2ead22234
792024-08-01T05:44:39.544ZHEAD is now at f4bf3bb55 Update Rust crate hyper to v0.14.30
802024-08-01T05:44:39.547Zprocess exited: duration 7538 ms, exit code 0
 
812024-08-01T05:44:39.553Zstarting task 4: "build"
822024-08-01T05:44:39.561Z+ target_os=illumos
832024-08-01T05:44:39.561Z+ NEXTEST_VERSION=0.9.70
842024-08-01T05:44:39.561Z+ cargo --version
852024-08-01T05:44:39.617Zcargo 1.78.0 (54d8815d0 2024-03-26)
862024-08-01T05:44:39.622Z+ rustc --version
872024-08-01T05:44:39.674Zrustc 1.78.0 (9b00956e5 2024-04-29)
882024-08-01T05:44:39.678Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
892024-08-01T05:44:39.681Z+ gunzip
902024-08-01T05:44:39.681Z+ tar -xvf - -C /home/build/.cargo/bin
912024-08-01T05:44:40.612Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
922024-08-01T05:44:40.615Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932024-08-01T05:44:40.615Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942024-08-01T05:44:40.615Ztests will store ephemeral output in /var/tmp/omicron_tmp
952024-08-01T05:44:40.615Z+ mkdir /var/tmp/omicron_tmp
962024-08-01T05:44:40.615Z+ OUTPUT_DIR=/work
972024-08-01T05:44:40.615Z+ echo 'tests will store non-ephemeral output in /work'
982024-08-01T05:44:40.615Ztests will store non-ephemeral output in /work
992024-08-01T05:44:40.615Z+ mkdir -p /work
1002024-08-01T05:44:40.618Z+ source ./env.sh
1012024-08-01T05:44:40.618Z++ OLD_SHELL_OPTS=ehxB
1022024-08-01T05:44:40.618Z++ set -o xtrace
1032024-08-01T05:44:40.621Z++++ dirname ./env.sh
1042024-08-01T05:44:40.623Z+++ readlink -f .
1052024-08-01T05:44:40.626Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062024-08-01T05:44:40.626Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-08-01T05:44:40.626Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082024-08-01T05:44:40.626Z++ 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
1092024-08-01T05:44:40.626Z++ 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
1102024-08-01T05:44:40.626Z++ 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
1112024-08-01T05:44:40.626Z++ 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
1122024-08-01T05:44:40.626Z++ 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
1132024-08-01T05:44:40.626Z++ 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
1142024-08-01T05:44:40.626Z++ case $OLD_SHELL_OPTS in
1152024-08-01T05:44:40.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162024-08-01T05:44:40.626Z+ banner prerequisites
1172024-08-01T05:44:40.629Z
1182024-08-01T05:44:40.629Z ##### ##### ###### ##### ###### #### # # # #### #
1192024-08-01T05:44:40.629Z # # # # # # # # # # # # # # #
1202024-08-01T05:44:40.629Z # # # # ##### # # ##### # # # # # #### #
1212024-08-01T05:44:40.629Z ##### ##### # ##### # # # # # # # # #
1222024-08-01T05:44:40.629Z # # # # # # # # # # # # # # #
1232024-08-01T05:44:40.629Z # # # ###### # # ###### ### # #### # #### #
1242024-08-01T05:44:40.629Z
1252024-08-01T05:44:40.629Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262024-08-01T05:44:46.871Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-08-01T05:44:48.907Z Startup: Caching catalogs ... Done
1282024-08-01T05:44:52.639ZPlanning: Solver setup ... Done (3.146s)
1292024-08-01T05:44:52.700ZPlanning: Running solver ... Done (0.060s)
1302024-08-01T05:44:52.755ZPlanning: Finding local manifests ... Done (0.003s)
1312024-08-01T05:44:52.768ZPlanning: Fetching manifests: 0/4 0% complete
1322024-08-01T05:44:53.320ZPlanning: Fetching manifests: 4/4 100% complete
1332024-08-01T05:44:53.367ZPlanning: Package planning ... Done (0.048s)
1342024-08-01T05:44:53.417ZPlanning: Merging actions ... Done (0.050s)
1352024-08-01T05:44:53.713ZPlanning: Checking for conflicting actions ... Done (0.295s)
1362024-08-01T05:44:53.724ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-08-01T05:44:54.618ZPlanning: Evaluating mediators ... Done (0.894s)
1382024-08-01T05:44:54.628ZPlanning: Planning completed in 5.65 seconds
1392024-08-01T05:44:54.643Z Packages to install: 4
1402024-08-01T05:44:54.643Z Mediators to change: 2
1412024-08-01T05:44:54.647Z Services to change: 1
1422024-08-01T05:44:54.647Z Estimated space available: 155.76 GB
1432024-08-01T05:44:54.647ZEstimated space to be consumed: 1.47 GB
1442024-08-01T05:44:54.647Z Create boot environment: No
1452024-08-01T05:44:54.647ZCreate backup boot environment: No
1462024-08-01T05:44:54.647Z Rebuild boot archive: No
1472024-08-01T05:44:54.647Z
1482024-08-01T05:44:54.647ZChanged mediators:
1492024-08-01T05:44:54.647Z mediator clang:
1502024-08-01T05:44:54.647Z version: None -> 15 (system default)
1512024-08-01T05:44:54.647Z
1522024-08-01T05:44:54.647Z mediator llvm:
1532024-08-01T05:44:54.647Z version: 14 (system default) -> 15 (system default)
1542024-08-01T05:44:54.647Z
1552024-08-01T05:44:54.647ZChanged packages:
1562024-08-01T05:44:54.647Zhelios-dev
1572024-08-01T05:44:54.647Z developer/build-essential
1582024-08-01T05:44:54.647Z None -> 11-2.0
1592024-08-01T05:44:54.647Z library/libxmlsec1
1602024-08-01T05:44:54.647Z None -> 1.2.35-2.0
1612024-08-01T05:44:54.647Z ooce/developer/clang-15
1622024-08-01T05:44:54.648Z None -> 15.0.7-2.0
1632024-08-01T05:44:54.648Z ooce/developer/llvm-15
1642024-08-01T05:44:54.648Z None -> 15.0.7-2.0
1652024-08-01T05:44:54.648Z
1662024-08-01T05:44:54.648ZServices:
1672024-08-01T05:44:54.648Z restart_fmri:
1682024-08-01T05:44:54.648Z svc:/system/update-man-index:default
1692024-08-01T05:44:54.690Z
1702024-08-01T05:44:54.690ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-08-01T05:44:59.704ZDownload: 1363/3290 items 115.6/212.6MB 54% complete (23.2M/s)
1722024-08-01T05:45:04.903ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (14.1M/s)
1732024-08-01T05:45:09.910ZDownload: 2778/3290 items 121.0/212.6MB 56% complete (858k/s)
1742024-08-01T05:45:15.001ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1752024-08-01T05:45:16.476ZDownload: Completed 212.60 MB in 21.71 seconds (9.8M/s)
1762024-08-01T05:45:16.638Z Actions: 1/3689 actions (Installing new actions)
1772024-08-01T05:45:21.149Z Actions: Completed 3689 actions in 4.55 seconds.
1782024-08-01T05:45:21.419Z Done (0.256s)
1792024-08-01T05:45:21.419Z Done (0.000s)
1802024-08-01T05:45:21.791Z Done (0.358s)
1812024-08-01T05:45:26.091Z Done (4.161s)
1822024-08-01T05:45:26.198Z Done (0.017s)
1832024-08-01T05:45:26.209Z Done (0.000s)
1842024-08-01T05:45:26.364Z Done (0.000s)
1852024-08-01T05:45:26.914ZPlanning: Evaluating mediator changes ... Done
1862024-08-01T05:45:27.073ZPlanning: Checking for conflicting actions ... Done
1872024-08-01T05:45:27.077ZPlanning: Consolidating action changes ... Done
1882024-08-01T05:45:27.341ZPlanning: Evaluating mediators ... Done
1892024-08-01T05:45:27.345ZPlanning: Planning completed in 0.43 seconds
1902024-08-01T05:45:27.376Z Mediators to change: 2
1912024-08-01T05:45:27.376Z Create boot environment: No
1922024-08-01T05:45:27.376ZCreate backup boot environment: No
1932024-08-01T05:45:27.446Z Done
1942024-08-01T05:45:27.446Z Done
1952024-08-01T05:45:27.667Z Done
1962024-08-01T05:45:31.215Z Done
1972024-08-01T05:45:31.297Z Done
1982024-08-01T05:45:31.297Z Done
1992024-08-01T05:45:31.405Z Done
2002024-08-01T05:45:32.014ZPlanning: Evaluating mediator changes ... Done
2012024-08-01T05:45:32.017ZPlanning: Merging actions ... Done
2022024-08-01T05:45:32.202ZPlanning: Checking for conflicting actions ... Done
2032024-08-01T05:45:32.205ZPlanning: Consolidating action changes ... Done
2042024-08-01T05:45:32.469ZPlanning: Evaluating mediators ... Done
2052024-08-01T05:45:32.525ZPlanning: Planning completed in 0.75 seconds
2062024-08-01T05:45:32.561Z Packages to change: 1
2072024-08-01T05:45:32.561Z Mediators to change: 1
2082024-08-01T05:45:32.561Z Services to change: 1
2092024-08-01T05:45:32.564Z Create boot environment: No
2102024-08-01T05:45:32.564ZCreate backup boot environment: Yes
2112024-08-01T05:45:34.474Z Actions: 1/6 actions (Updating modified actions)
2122024-08-01T05:45:34.485Z Actions: Completed 6 actions in 0.00 seconds.
2132024-08-01T05:45:34.485Z Done
2142024-08-01T05:45:34.485Z Done
2152024-08-01T05:45:34.548Z Done
2162024-08-01T05:45:38.363Z Done
2172024-08-01T05:45:38.451Z Done
2182024-08-01T05:45:38.451Z Done
2192024-08-01T05:45:38.566Z Done
2202024-08-01T05:45:39.002ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-08-01T05:45:39.002Zclang system 15 system
2222024-08-01T05:45:39.002Zcsh system system illumos
2232024-08-01T05:45:39.002Zctags system system illumos
2242024-08-01T05:45:39.002Zgcc vendor 12 vendor
2252024-08-01T05:45:39.002Zgcc system 10 system
2262024-08-01T05:45:39.002Zgcc system 7 system
2272024-08-01T05:45:39.002Zgo system 1.20 system
2282024-08-01T05:45:39.002Zgo system 1.19 system
2292024-08-01T05:45:39.002Zllvm system 15 system
2302024-08-01T05:45:39.002Zllvm system 14 system
2312024-08-01T05:45:39.002Zmariadb system 10.6 system
2322024-08-01T05:45:39.002Zmta vendor vendor dma
2332024-08-01T05:45:39.002Zopenjdk system 17 system
2342024-08-01T05:45:39.002Zopenjdk system 11 system
2352024-08-01T05:45:39.002Zopenjdk system 1.8 system
2362024-08-01T05:45:39.002Zopenssl vendor 3 vendor
2372024-08-01T05:45:39.002Zperl system 5.36 system
2382024-08-01T05:45:39.002Zpostgresql system 15 system
2392024-08-01T05:45:39.002Zpostgresql system 13 system
2402024-08-01T05:45:39.002Zpython vendor 3 vendor
2412024-08-01T05:45:39.002Zpython system 2 system
2422024-08-01T05:45:39.002Zpython3 system 3.11 system
2432024-08-01T05:45:39.002Zruby system 3.0 system
2442024-08-01T05:45:39.002Zwords vendor vendor american-english
2452024-08-01T05:45:39.002Zwords system system australian-english
2462024-08-01T05:45:39.002Zwords system system british-english
2472024-08-01T05:45:39.002Zwords system system canadian-english
2482024-08-01T05:45:39.002Zwords system system french
2492024-08-01T05:45:39.002Zwords system system italian
2502024-08-01T05:45:39.002Zwords system system ngerman
2512024-08-01T05:45:39.003Zwords system system ogerman
2522024-08-01T05:45:39.003Zwords system system spanish
2532024-08-01T05:45:39.335ZPUBLISHER TYPE STATUS P LOCATION
2542024-08-01T05:45:39.335Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-08-01T05:45:40.974ZFMRI IFO
2562024-08-01T05:45:40.974Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-08-01T05:45:40.974Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-08-01T05:45:40.974Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-08-01T05:45:40.974Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-08-01T05:45:40.974Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-08-01T05:45:40.974Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-08-01T05:45:40.974Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2632024-08-01T05:45:40.974Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-08-01T05:45:40.974Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-08-01T05:45:40.974Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-08-01T05:45:40.974Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-08-01T05:45:40.974Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-08-01T05:45:41.519Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-08-01T05:45:41.820Z Updating git repository `https://github.com/oxidecomputer/zone`
2702024-08-01T05:45:42.123Z Updating crates.io index
2712024-08-01T05:45:42.189Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-08-01T05:45:42.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-08-01T05:45:43.734Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-08-01T05:45:44.004Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-08-01T05:45:45.976Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-08-01T05:45:46.451Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-08-01T05:45:46.744Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-08-01T05:45:47.791Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-08-01T05:45:49.892Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-08-01T05:45:50.964Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-08-01T05:45:51.667Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-08-01T05:45:52.275Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-08-01T05:45:52.567Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2842024-08-01T05:45:52.877Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-08-01T05:45:53.191Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-08-01T05:45:53.469Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-08-01T05:45:53.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-08-01T05:45:53.990Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-08-01T05:45:54.333Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-08-01T05:45:54.662Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-08-01T05:45:55.034Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-08-01T05:45:55.297Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-08-01T05:45:55.999Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-08-01T05:45:56.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952024-08-01T05:45:56.743Z Updating git repository `https://github.com/oxidecomputer/typify`
2962024-08-01T05:45:58.883Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-08-01T05:45:59.283Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-08-01T05:45:59.576Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-08-01T05:46:00.095Z Updating git repository `https://github.com/oxidecomputer/rfb`
3002024-08-01T05:46:01.076Z Downloading crates ...
3012024-08-01T05:46:01.153Z Downloaded anstyle-parse v0.2.4
3022024-08-01T05:46:01.166Z Downloaded anstyle-query v1.0.3
3032024-08-01T05:46:01.166Z Downloaded anstream v0.6.14
3042024-08-01T05:46:01.166Z Downloaded equivalent v1.0.1
3052024-08-01T05:46:01.176Z Downloaded pretty-hex v0.4.1
3062024-08-01T05:46:01.176Z Downloaded scroll_derive v0.12.0
3072024-08-01T05:46:01.176Z Downloaded swrite v0.1.0
3082024-08-01T05:46:01.176Z Downloaded crypto-common v0.1.6
3092024-08-01T05:46:01.177Z Downloaded block-buffer v0.10.4
3102024-08-01T05:46:01.200Z Downloaded anstyle v1.0.8
3112024-08-01T05:46:01.200Z Downloaded usdt-macro v0.5.0
3122024-08-01T05:46:01.200Z Downloaded usdt-attr-macro v0.5.0
3132024-08-01T05:46:01.200Z Downloaded heck v0.5.0
3142024-08-01T05:46:01.200Z Downloaded proc-macro-error-attr v1.0.4
3152024-08-01T05:46:01.200Z Downloaded fnv v1.0.7
3162024-08-01T05:46:01.200Z Downloaded autocfg v1.3.0
3172024-08-01T05:46:01.200Z Downloaded byteorder v1.5.0
3182024-08-01T05:46:01.200Z Downloaded cargo-platform v0.1.8
3192024-08-01T05:46:01.201Z Downloaded version_check v0.9.4
3202024-08-01T05:46:01.201Z Downloaded dof v0.3.0
3212024-08-01T05:46:01.201Z Downloaded colorchoice v1.0.1
3222024-08-01T05:46:01.215Z Downloaded toml_datetime v0.6.8
3232024-08-01T05:46:01.215Z Downloaded generic-array v0.14.7
3242024-08-01T05:46:01.216Z Downloaded thread-id v4.2.1
3252024-08-01T05:46:01.216Z Downloaded thiserror v1.0.63
3262024-08-01T05:46:01.216Z Downloaded tabled_derive v0.7.0
3272024-08-01T05:46:01.216Z Downloaded clap_derive v4.5.8
3282024-08-01T05:46:01.216Z Downloaded serde_spanned v0.6.7
3292024-08-01T05:46:01.216Z Downloaded itoa v1.0.11
3302024-08-01T05:46:01.216Z Downloaded cargo_toml v0.20.4
3312024-08-01T05:46:01.258Z Downloaded dtrace-parser v0.2.0
3322024-08-01T05:46:01.262Z Downloaded sha2 v0.10.8
3332024-08-01T05:46:01.263Z Downloaded heck v0.4.1
3342024-08-01T05:46:01.264Z Downloaded quote v1.0.36
3352024-08-01T05:46:01.264Z Downloaded pest_derive v2.7.10
3362024-08-01T05:46:01.264Z Downloaded scroll v0.12.0
3372024-08-01T05:46:01.264Z Downloaded is_terminal_polyfill v1.70.0
3382024-08-01T05:46:01.285Z Downloaded typenum v1.17.0
3392024-08-01T05:46:01.285Z Downloaded log v0.4.21
3402024-08-01T05:46:01.286Z Downloaded bytecount v0.6.8
3412024-08-01T05:46:01.286Z Downloaded ryu v1.0.18
3422024-08-01T05:46:01.286Z Downloaded unicode-ident v1.0.12
3432024-08-01T05:46:01.286Z Downloaded fs-err v2.11.0
3442024-08-01T05:46:01.286Z Downloaded errno v0.3.9
3452024-08-01T05:46:01.286Z Downloaded cpufeatures v0.2.12
3462024-08-01T05:46:01.286Z Downloaded papergrid v0.11.0
3472024-08-01T05:46:01.286Z Downloaded clap_lex v0.7.0
3482024-08-01T05:46:01.286Z Downloaded strsim v0.11.1
3492024-08-01T05:46:01.286Z Downloaded serde_tokenstream v0.2.1
3502024-08-01T05:46:01.286Z Downloaded cfg-if v1.0.0
3512024-08-01T05:46:01.286Z Downloaded thiserror-impl v1.0.63
3522024-08-01T05:46:01.286Z Downloaded plain v0.2.3
3532024-08-01T05:46:01.286Z Downloaded memmap v0.7.0
3542024-08-01T05:46:01.286Z Downloaded proc-macro-error v1.0.4
3552024-08-01T05:46:01.302Z Downloaded usdt v0.5.0
3562024-08-01T05:46:01.302Z Downloaded utf8parse v0.2.1
3572024-08-01T05:46:01.302Z Downloaded pest_generator v2.7.10
3582024-08-01T05:46:01.302Z Downloaded clap v4.5.9
3592024-08-01T05:46:01.302Z Downloaded terminal_size v0.3.0
3602024-08-01T05:46:01.302Z Downloaded pest_meta v2.7.10
3612024-08-01T05:46:01.302Z Downloaded cargo_metadata v0.18.1
3622024-08-01T05:46:01.302Z Downloaded camino v1.1.7
3632024-08-01T05:46:01.302Z Downloaded digest v0.10.7
3642024-08-01T05:46:01.323Z Downloaded semver v1.0.23
3652024-08-01T05:46:01.323Z Downloaded macaddr v1.0.1
3662024-08-01T05:46:01.324Z Downloaded usdt-impl v0.5.0
3672024-08-01T05:46:01.324Z Downloaded zerocopy-derive v0.7.34
3682024-08-01T05:46:01.355Z Downloaded indexmap v2.2.6
3692024-08-01T05:46:01.355Z Downloaded serde v1.0.204
3702024-08-01T05:46:01.355Z Downloaded once_cell v1.19.0
3712024-08-01T05:46:01.356Z Downloaded proc-macro2 v1.0.86
3722024-08-01T05:46:01.356Z Downloaded anyhow v1.0.86
3732024-08-01T05:46:01.356Z Downloaded toml v0.8.19
3742024-08-01T05:46:01.356Z Downloaded memchr v2.7.2
3752024-08-01T05:46:01.373Z Downloaded ucd-trie v0.1.6
3762024-08-01T05:46:01.373Z Downloaded serde_derive v1.0.204
3772024-08-01T05:46:01.373Z Downloaded bitflags v2.6.0
3782024-08-01T05:46:01.381Z Downloaded hashbrown v0.14.5
3792024-08-01T05:46:01.381Z Downloaded toml_edit v0.22.20
3802024-08-01T05:46:01.398Z Downloaded zerocopy v0.7.34
3812024-08-01T05:46:01.418Z Downloaded pest v2.7.10
3822024-08-01T05:46:01.423Z Downloaded serde_json v1.0.120
3832024-08-01T05:46:01.431Z Downloaded winnow v0.6.18
3842024-08-01T05:46:01.439Z Downloaded clap_builder v4.5.9
3852024-08-01T05:46:01.447Z Downloaded goblin v0.8.2
3862024-08-01T05:46:01.452Z Downloaded tabled v0.15.0
3872024-08-01T05:46:01.468Z Downloaded syn v2.0.72
3882024-08-01T05:46:01.491Z Downloaded syn v1.0.109
3892024-08-01T05:46:01.499Z Downloaded rustix v0.38.34
3902024-08-01T05:46:01.504Z Downloaded unicode-width v0.1.13
3912024-08-01T05:46:01.519Z Downloaded libc v0.2.155
3922024-08-01T05:46:01.806Z Compiling proc-macro2 v1.0.86
3932024-08-01T05:46:01.806Z Compiling unicode-ident v1.0.12
3942024-08-01T05:46:01.806Z Compiling version_check v0.9.4
3952024-08-01T05:46:01.806Z Compiling serde v1.0.204
3962024-08-01T05:46:01.809Z Compiling thiserror v1.0.63
3972024-08-01T05:46:01.810Z Compiling libc v0.2.155
3982024-08-01T05:46:01.836Z Compiling itoa v1.0.11
3992024-08-01T05:46:01.840Z Compiling memchr v2.7.2
4002024-08-01T05:46:02.068Z Compiling ucd-trie v0.1.6
4012024-08-01T05:46:02.122Z Compiling ryu v1.0.18
4022024-08-01T05:46:02.479Z Compiling once_cell v1.19.0
4032024-08-01T05:46:02.631Z Compiling byteorder v1.5.0
4042024-08-01T05:46:02.750Z Compiling serde_json v1.0.120
4052024-08-01T05:46:03.092Z Compiling usdt-impl v0.5.0
4062024-08-01T05:46:03.117Z Compiling proc-macro-error-attr v1.0.4
4072024-08-01T05:46:03.139Z Compiling rustix v0.38.34
4082024-08-01T05:46:03.220Z Compiling syn v1.0.109
4092024-08-01T05:46:03.386Z Compiling quote v1.0.36
4102024-08-01T05:46:03.610Z Compiling proc-macro-error v1.0.4
4112024-08-01T05:46:03.662Z Compiling bitflags v2.6.0
4122024-08-01T05:46:03.857Z Compiling syn v2.0.72
4132024-08-01T05:46:03.985Z Compiling errno v0.3.9
4142024-08-01T05:46:04.098Z Compiling equivalent v1.0.1
4152024-08-01T05:46:04.132Z Compiling log v0.4.21
4162024-08-01T05:46:04.179Z Compiling hashbrown v0.14.5
4172024-08-01T05:46:04.204Z Compiling thread-id v4.2.1
4182024-08-01T05:46:04.229Z Compiling utf8parse v0.2.1
4192024-08-01T05:46:04.246Z Compiling plain v0.2.3
4202024-08-01T05:46:04.389Z Compiling anstyle-parse v0.2.4
4212024-08-01T05:46:04.565Z Compiling pretty-hex v0.4.1
4222024-08-01T05:46:04.727Z Compiling camino v1.1.7
4232024-08-01T05:46:04.794Z Compiling anstyle v1.0.8
4242024-08-01T05:46:04.834Z Compiling is_terminal_polyfill v1.70.0
4252024-08-01T05:46:04.962Z Compiling colorchoice v1.0.1
4262024-08-01T05:46:05.117Z Compiling anstyle-query v1.0.3
4272024-08-01T05:46:05.260Z Compiling semver v1.0.23
4282024-08-01T05:46:05.285Z Compiling winnow v0.6.18
4292024-08-01T05:46:05.301Z Compiling autocfg v1.3.0
4302024-08-01T05:46:05.445Z Compiling indexmap v2.2.6
4312024-08-01T05:46:05.537Z Compiling terminal_size v0.3.0
4322024-08-01T05:46:05.783Z Compiling anstream v0.6.14
4332024-08-01T05:46:06.071Z Compiling unicode-width v0.1.13
4342024-08-01T05:46:06.093Z Compiling bytecount v0.6.8
4352024-08-01T05:46:06.295Z Compiling fnv v1.0.7
4362024-08-01T05:46:06.295Z Compiling strsim v0.11.1
4372024-08-01T05:46:06.374Z Compiling fs-err v2.11.0
4382024-08-01T05:46:06.437Z Compiling clap_lex v0.7.0
4392024-08-01T05:46:06.589Z Compiling anyhow v1.0.86
4402024-08-01T05:46:06.670Z Compiling heck v0.4.1
4412024-08-01T05:46:06.811Z Compiling heck v0.5.0
4422024-08-01T05:46:06.963Z Compiling clap_builder v4.5.9
4432024-08-01T05:46:07.321Z Compiling papergrid v0.11.0
4442024-08-01T05:46:07.345Z Compiling memmap v0.7.0
4452024-08-01T05:46:07.841Z Compiling swrite v0.1.0
4462024-08-01T05:46:09.618Z Compiling tabled_derive v0.7.0
4472024-08-01T05:46:11.486Z Compiling tabled v0.15.0
4482024-08-01T05:46:13.097Z Compiling serde_derive v1.0.204
4492024-08-01T05:46:13.097Z Compiling thiserror-impl v1.0.63
4502024-08-01T05:46:13.105Z Compiling zerocopy-derive v0.7.34
4512024-08-01T05:46:13.105Z Compiling scroll_derive v0.12.0
4522024-08-01T05:46:13.105Z Compiling clap_derive v4.5.8
4532024-08-01T05:46:14.476Z Compiling scroll v0.12.0
4542024-08-01T05:46:14.857Z Compiling zerocopy v0.7.34
4552024-08-01T05:46:14.982Z Compiling goblin v0.8.2
4562024-08-01T05:46:16.054Z Compiling pest v2.7.10
4572024-08-01T05:46:16.854Z Compiling clap v4.5.9
4582024-08-01T05:46:18.168Z Compiling pest_meta v2.7.10
4592024-08-01T05:46:19.045Z Compiling pest_generator v2.7.10
4602024-08-01T05:46:20.991Z Compiling pest_derive v2.7.10
4612024-08-01T05:46:21.638Z Compiling dtrace-parser v0.2.0
4622024-08-01T05:46:23.773Z Compiling toml_datetime v0.6.8
4632024-08-01T05:46:23.786Z Compiling serde_spanned v0.6.7
4642024-08-01T05:46:23.786Z Compiling cargo-platform v0.1.8
4652024-08-01T05:46:24.146Z Compiling serde_tokenstream v0.2.1
4662024-08-01T05:46:24.316Z Compiling toml_edit v0.22.20
4672024-08-01T05:46:24.342Z Compiling macaddr v1.0.1
4682024-08-01T05:46:25.135Z Compiling dof v0.3.0
4692024-08-01T05:46:25.135Z Compiling cargo_metadata v0.18.1
4702024-08-01T05:46:27.089Z Compiling toml v0.8.19
4712024-08-01T05:46:27.261Z Compiling usdt-macro v0.5.0
4722024-08-01T05:46:27.262Z Compiling usdt-attr-macro v0.5.0
4732024-08-01T05:46:27.897Z Compiling cargo_toml v0.20.4
4742024-08-01T05:46:28.608Z Compiling usdt v0.5.0
4752024-08-01T05:46:32.047Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4762024-08-01T05:46:36.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.72s
4772024-08-01T05:46:36.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4782024-08-01T05:46:36.830Z Downloading crates ...
4792024-08-01T05:46:36.938Z Downloaded async-stream-impl v0.3.5
4802024-08-01T05:46:36.946Z Downloaded addr2line v0.21.0
4812024-08-01T05:46:36.950Z Downloaded atty v0.2.14
4822024-08-01T05:46:36.953Z Downloaded assert_matches v1.5.0
4832024-08-01T05:46:36.956Z Downloaded ciborium-io v0.2.2
4842024-08-01T05:46:36.956Z Downloaded bitstruct v0.1.1
4852024-08-01T05:46:36.965Z Downloaded darling_macro v0.20.9
4862024-08-01T05:46:36.971Z Downloaded crucible-workspace-hack v0.1.0
4872024-08-01T05:46:36.971Z Downloaded instant v0.1.12
4882024-08-01T05:46:36.971Z Downloaded async-recursion v1.1.1
4892024-08-01T05:46:36.976Z Downloaded arc-swap v1.7.1
4902024-08-01T05:46:36.979Z Downloaded arrayref v0.3.7
4912024-08-01T05:46:36.979Z Downloaded match_cfg v0.1.0
4922024-08-01T05:46:36.979Z Downloaded is_ci v1.2.0
4932024-08-01T05:46:36.979Z Downloaded cipher v0.4.4
4942024-08-01T05:46:36.984Z Downloaded inout v0.1.3
4952024-08-01T05:46:36.987Z Downloaded cobs v0.2.3
4962024-08-01T05:46:36.987Z Downloaded bb8 v0.8.5
4972024-08-01T05:46:36.991Z Downloaded chacha20 v0.9.1
4982024-08-01T05:46:36.991Z Downloaded castaway v0.2.2
4992024-08-01T05:46:36.995Z Downloaded newline-converter v0.3.0
5002024-08-01T05:46:36.995Z Downloaded openssl-probe v0.1.5
5012024-08-01T05:46:36.995Z Downloaded debug-ignore v1.0.5
5022024-08-01T05:46:37.000Z Downloaded num_threads v0.1.7
5032024-08-01T05:46:37.000Z Downloaded number_prefix v0.4.0
5042024-08-01T05:46:37.006Z Downloaded crunchy v0.2.2
5052024-08-01T05:46:37.006Z Downloaded path-slash v0.1.5
5062024-08-01T05:46:37.006Z Downloaded cfg_aliases v0.1.1
5072024-08-01T05:46:37.006Z Downloaded atomic-waker v1.1.2
5082024-08-01T05:46:37.009Z Downloaded atomicwrites v0.4.3
5092024-08-01T05:46:37.009Z Downloaded memoffset v0.9.1
5102024-08-01T05:46:37.009Z Downloaded multimap v0.10.0
5112024-08-01T05:46:37.009Z Downloaded libefi-sys v0.1.0
5122024-08-01T05:46:37.012Z Downloaded new_debug_unreachable v1.0.6
5132024-08-01T05:46:37.012Z Downloaded matches v0.1.10
5142024-08-01T05:46:37.016Z Downloaded is-terminal v0.4.12
5152024-08-01T05:46:37.016Z Downloaded ipnetwork v0.20.0
5162024-08-01T05:46:37.020Z Downloaded indoc v1.0.9
5172024-08-01T05:46:37.024Z Downloaded defmt-macros v0.3.9
5182024-08-01T05:46:37.027Z Downloaded newtype_derive v0.1.6
5192024-08-01T05:46:37.027Z Downloaded linear-map v1.2.0
5202024-08-01T05:46:37.027Z Downloaded crc32fast v1.4.0
5212024-08-01T05:46:37.030Z Downloaded md-5 v0.10.6
5222024-08-01T05:46:37.033Z Downloaded cancel-safe-futures v0.1.5
5232024-08-01T05:46:37.036Z Downloaded signal-hook-tokio v0.3.1
5242024-08-01T05:46:37.036Z Downloaded olpc-cjson v0.1.3
5252024-08-01T05:46:37.039Z Downloaded packed_struct_codegen v0.10.1
5262024-08-01T05:46:37.039Z Downloaded parse-display-derive v0.9.1
5272024-08-01T05:46:37.043Z Downloaded impl-trait-for-tuples v0.2.2
5282024-08-01T05:46:37.047Z Downloaded num-derive v0.4.2
5292024-08-01T05:46:37.047Z Downloaded nodrop v0.1.14
5302024-08-01T05:46:37.050Z Downloaded normalize-line-endings v0.3.0
5312024-08-01T05:46:37.050Z Downloaded ciborium-ll v0.2.2
5322024-08-01T05:46:37.050Z Downloaded num-conv v0.1.0
5332024-08-01T05:46:37.053Z Downloaded openssl-macros v0.1.1
5342024-08-01T05:46:37.053Z Downloaded crc-catalog v2.4.0
5352024-08-01T05:46:37.056Z Downloaded newtype-uuid v1.1.0
5362024-08-01T05:46:37.056Z Downloaded mime v0.3.17
5372024-08-01T05:46:37.059Z Downloaded maplit v1.0.2
5382024-08-01T05:46:37.059Z Downloaded nanorand v0.7.0
5392024-08-01T05:46:37.062Z Downloaded linked-hash-map v0.5.6
5402024-08-01T05:46:37.065Z Downloaded oso-derive v0.27.3
5412024-08-01T05:46:37.065Z Downloaded termtree v0.4.1
5422024-08-01T05:46:37.069Z Downloaded mockall v0.12.1
5432024-08-01T05:46:37.069Z Downloaded buf-list v1.0.3
5442024-08-01T05:46:37.072Z Downloaded peg-runtime v0.8.3
5452024-08-01T05:46:37.072Z Downloaded colored v2.1.0
5462024-08-01T05:46:37.075Z Downloaded parse-size v1.0.0
5472024-08-01T05:46:37.075Z Downloaded shell-words v1.1.0
5482024-08-01T05:46:37.078Z Downloaded defmt-parser v0.3.4
5492024-08-01T05:46:37.078Z Downloaded native-tls v0.2.11
5502024-08-01T05:46:37.085Z Downloaded darling v0.20.9
5512024-08-01T05:46:37.088Z Downloaded num-complex v0.4.6
5522024-08-01T05:46:37.088Z Downloaded diesel_table_macro_syntax v0.1.0
5532024-08-01T05:46:37.091Z Downloaded vte_generate_state_changes v0.1.1
5542024-08-01T05:46:37.092Z Downloaded der v0.7.9
5552024-08-01T05:46:37.095Z Downloaded crossbeam-utils v0.8.19
5562024-08-01T05:46:37.098Z Downloaded foreign-types v0.3.2
5572024-08-01T05:46:37.101Z Downloaded foreign-types-macros v0.2.3
5582024-08-01T05:46:37.101Z Downloaded bitflags v1.3.2
5592024-08-01T05:46:37.107Z Downloaded parking_lot_core v0.9.10
5602024-08-01T05:46:37.111Z Downloaded num v0.4.3
5612024-08-01T05:46:37.111Z Downloaded http-range v0.1.5
5622024-08-01T05:46:37.113Z Downloaded stringprep v0.1.4
5632024-08-01T05:46:37.113Z Downloaded paste v1.0.15
5642024-08-01T05:46:37.116Z Downloaded termios v0.3.3
5652024-08-01T05:46:37.119Z Downloaded unarray v0.1.4
5662024-08-01T05:46:37.122Z Downloaded termcolor v1.4.1
5672024-08-01T05:46:37.122Z Downloaded utf-8 v0.7.6
5682024-08-01T05:46:37.124Z Downloaded csv-core v0.1.11
5692024-08-01T05:46:37.124Z Downloaded packed_struct v0.10.1
5702024-08-01T05:46:37.127Z Downloaded base64 v0.13.1
5712024-08-01T05:46:37.130Z Downloaded mockall_derive v0.12.1
5722024-08-01T05:46:37.133Z Downloaded compact_str v0.7.1
5732024-08-01T05:46:37.136Z Downloaded ciborium v0.2.2
5742024-08-01T05:46:37.139Z Downloaded password-hash v0.5.0
5752024-08-01T05:46:37.142Z Downloaded num-traits v0.2.19
5762024-08-01T05:46:37.146Z Downloaded peg v0.8.4
5772024-08-01T05:46:37.148Z Downloaded ident_case v1.0.1
5782024-08-01T05:46:37.152Z Downloaded http-body v0.4.6
5792024-08-01T05:46:37.152Z Downloaded flagset v0.4.5
5802024-08-01T05:46:37.155Z Downloaded glob v0.3.1
5812024-08-01T05:46:37.155Z Downloaded clang-sys v1.7.0
5822024-08-01T05:46:37.158Z Downloaded derive_builder_macro v0.20.0
5832024-08-01T05:46:37.161Z Downloaded sync_wrapper v0.1.2
5842024-08-01T05:46:37.161Z Downloaded allocator-api2 v0.2.18
5852024-08-01T05:46:37.164Z Downloaded proc-macro-crate v1.3.1
5862024-08-01T05:46:37.167Z Downloaded waitgroup v0.1.2
5872024-08-01T05:46:37.169Z Downloaded oso v0.27.3
5882024-08-01T05:46:37.173Z Downloaded num-rational v0.4.2
5892024-08-01T05:46:37.176Z Downloaded bytes v1.6.0
5902024-08-01T05:46:37.179Z Downloaded parking_lot_core v0.8.6
5912024-08-01T05:46:37.182Z Downloaded rustls-pemfile v1.0.4
5922024-08-01T05:46:37.184Z Downloaded base64 v0.22.1
5932024-08-01T05:46:37.187Z Downloaded pin-utils v0.1.0
5942024-08-01T05:46:37.190Z Downloaded vte v0.11.1
5952024-08-01T05:46:37.190Z Downloaded multer v3.1.0
5962024-08-01T05:46:37.193Z Downloaded slab v0.4.9
5972024-08-01T05:46:37.196Z Downloaded miniz_oxide v0.7.2
5982024-08-01T05:46:37.199Z Downloaded spin v0.5.2
5992024-08-01T05:46:37.201Z Downloaded siphasher v0.3.11
6002024-08-01T05:46:37.201Z Downloaded tempfile v3.10.1
6012024-08-01T05:46:37.205Z Downloaded radium v0.7.0
6022024-08-01T05:46:37.208Z Downloaded chacha20poly1305 v0.10.1
6032024-08-01T05:46:37.211Z Downloaded resolv-conf v0.7.0
6042024-08-01T05:46:37.211Z Downloaded slog-bunyan v2.5.0
6052024-08-01T05:46:37.214Z Downloaded r2d2 v0.8.10
6062024-08-01T05:46:37.214Z Downloaded rustc-hash v1.1.0
6072024-08-01T05:46:37.216Z Downloaded take_mut v0.2.2
6082024-08-01T05:46:37.216Z Downloaded untrusted v0.9.0
6092024-08-01T05:46:37.219Z Downloaded deranged v0.3.11
6102024-08-01T05:46:37.222Z Downloaded futures-io v0.3.30
6112024-08-01T05:46:37.222Z Downloaded futures-executor v0.3.30
6122024-08-01T05:46:37.231Z Downloaded futures-core v0.3.30
6132024-08-01T05:46:37.231Z Downloaded try-lock v0.2.5
6142024-08-01T05:46:37.231Z Downloaded highway v1.1.0
6152024-08-01T05:46:37.231Z Downloaded tabwriter v1.4.0
6162024-08-01T05:46:37.231Z Downloaded supports-color v3.0.0
6172024-08-01T05:46:37.234Z Downloaded pkg-config v0.3.30
6182024-08-01T05:46:37.234Z Downloaded rustls-pemfile v2.1.2
6192024-08-01T05:46:37.237Z Downloaded crypto-bigint v0.5.5
6202024-08-01T05:46:37.243Z Downloaded filetime v0.2.23
6212024-08-01T05:46:37.246Z Downloaded hubpack_derive v0.1.1
6222024-08-01T05:46:37.249Z Downloaded pkcs8 v0.10.2
6232024-08-01T05:46:37.252Z Downloaded fatfs v0.3.6
6242024-08-01T05:46:37.254Z Downloaded foreign-types-shared v0.3.1
6252024-08-01T05:46:37.254Z Downloaded slog-envlogger v2.2.0
6262024-08-01T05:46:37.257Z Downloaded secrecy v0.8.0
6272024-08-01T05:46:37.260Z Downloaded hostname v0.3.1
6282024-08-01T05:46:37.260Z Downloaded base64 v0.21.7
6292024-08-01T05:46:37.264Z Downloaded cc v1.0.97
6302024-08-01T05:46:37.268Z Downloaded downcast v0.11.0
6312024-08-01T05:46:37.271Z Downloaded serde_derive_internals v0.29.1
6322024-08-01T05:46:37.271Z Downloaded slog-json v2.6.1
6332024-08-01T05:46:37.275Z Downloaded shlex v1.3.0
6342024-08-01T05:46:37.277Z Downloaded derive_builder_core v0.20.0
6352024-08-01T05:46:37.277Z Downloaded zeroize v1.7.0
6362024-08-01T05:46:37.280Z Downloaded der_derive v0.7.2
6372024-08-01T05:46:37.284Z Downloaded slog-scope v4.4.0
6382024-08-01T05:46:37.284Z Downloaded erased-serde v0.3.31
6392024-08-01T05:46:37.294Z Downloaded thiserror-impl-no-std v2.0.2
6402024-08-01T05:46:37.294Z Downloaded hmac v0.12.1
6412024-08-01T05:46:37.294Z Downloaded strum_macros v0.26.4
6422024-08-01T05:46:37.297Z Downloaded strum_macros v0.25.3
6432024-08-01T05:46:37.297Z Downloaded unicase v2.7.0
6442024-08-01T05:46:37.297Z Downloaded strum_macros v0.24.3
6452024-08-01T05:46:37.300Z Downloaded humantime v2.1.0
6462024-08-01T05:46:37.303Z Downloaded hubpack v0.1.2
6472024-08-01T05:46:37.306Z Downloaded rand_chacha v0.3.1
6482024-08-01T05:46:37.306Z Downloaded rustversion v1.0.17
6492024-08-01T05:46:37.309Z Downloaded socket2 v0.4.10
6502024-08-01T05:46:37.312Z Downloaded toml v0.5.11
6512024-08-01T05:46:37.315Z Downloaded want v0.3.1
6522024-08-01T05:46:37.315Z Downloaded crossbeam-channel v0.5.12
6532024-08-01T05:46:37.319Z Downloaded tokio-stream v0.1.15
6542024-08-01T05:46:37.324Z Downloaded headers-core v0.2.0
6552024-08-01T05:46:37.327Z Downloaded tinyvec_macros v0.1.1
6562024-08-01T05:46:37.327Z Downloaded float-ord v0.3.2
6572024-08-01T05:46:37.330Z Downloaded percent-encoding v2.3.1
6582024-08-01T05:46:37.330Z Downloaded poly1305 v0.8.0
6592024-08-01T05:46:37.333Z Downloaded zip v0.6.6
6602024-08-01T05:46:37.336Z Downloaded rpassword v7.3.1
6612024-08-01T05:46:37.340Z Downloaded diesel_derives v2.1.4
6622024-08-01T05:46:37.343Z Downloaded rustc-demangle v0.1.24
6632024-08-01T05:46:37.346Z Downloaded tui-tree-widget v0.21.0
6642024-08-01T05:46:37.355Z Downloaded precomputed-hash v0.1.1
6652024-08-01T05:46:37.358Z Downloaded zone_cfg_derive v0.1.2
6662024-08-01T05:46:37.358Z Downloaded hyper-staticfile v0.9.5
6672024-08-01T05:46:37.360Z Downloaded stable_deref_trait v1.2.0
6682024-08-01T05:46:37.363Z Downloaded smallvec v1.13.2
6692024-08-01T05:46:37.366Z Downloaded postgres-protocol v0.6.7
6702024-08-01T05:46:37.366Z Downloaded tokio-rustls v0.24.1
6712024-08-01T05:46:37.369Z Downloaded pretty-hex v0.2.1
6722024-08-01T05:46:37.372Z Downloaded predicates-tree v1.0.9
6732024-08-01T05:46:37.375Z Downloaded serde_urlencoded v0.7.1
6742024-08-01T05:46:37.375Z Downloaded serde_repr v0.1.19
6752024-08-01T05:46:37.377Z Downloaded tower-service v0.3.2
6762024-08-01T05:46:37.377Z Downloaded thiserror-no-std v2.0.2
6772024-08-01T05:46:37.381Z Downloaded unicode_categories v0.1.1
6782024-08-01T05:46:37.384Z Downloaded mio v0.8.11
6792024-08-01T05:46:37.389Z Downloaded trust-dns-client v0.22.0
6802024-08-01T05:46:37.396Z Downloaded time-core v0.1.2
6812024-08-01T05:46:37.399Z Downloaded whoami v1.5.1
6822024-08-01T05:46:37.401Z Downloaded powerfmt v0.2.0
6832024-08-01T05:46:37.401Z Downloaded sqlformat v0.2.4
6842024-08-01T05:46:37.404Z Downloaded stability v0.2.0
6852024-08-01T05:46:37.404Z Downloaded serde-hex v0.1.0
6862024-08-01T05:46:37.407Z Downloaded spki v0.7.3
6872024-08-01T05:46:37.410Z Downloaded unicode-truncate v1.0.0
6882024-08-01T05:46:37.410Z Downloaded hyper-rustls v0.24.2
6892024-08-01T05:46:37.413Z Downloaded httparse v1.8.0
6902024-08-01T05:46:37.420Z Downloaded fixedbitset v0.4.2
6912024-08-01T05:46:37.420Z Downloaded topological-sort v0.2.2
6922024-08-01T05:46:37.423Z Downloaded tungstenite v0.21.0
6932024-08-01T05:46:37.423Z Downloaded fxhash v0.2.1
6942024-08-01T05:46:37.423Z Downloaded pem-rfc7468 v0.7.0
6952024-08-01T05:46:37.425Z Downloaded crossterm v0.27.0
6962024-08-01T05:46:37.431Z Downloaded endian-type v0.1.2
6972024-08-01T05:46:37.434Z Downloaded predicates-core v1.0.6
6982024-08-01T05:46:37.434Z Downloaded predicates v3.1.0
6992024-08-01T05:46:37.437Z Downloaded fallible-iterator v0.2.0
7002024-08-01T05:46:37.440Z Downloaded portpicker v0.1.1
7012024-08-01T05:46:37.440Z Downloaded untrusted v0.7.1
7022024-08-01T05:46:37.440Z Downloaded phf_shared v0.10.0
7032024-08-01T05:46:37.443Z Downloaded funty v2.0.0
7042024-08-01T05:46:37.443Z Downloaded publicsuffix v2.2.3
7052024-08-01T05:46:37.445Z Downloaded tls_codec v0.4.1
7062024-08-01T05:46:37.449Z Downloaded iana-time-zone v0.1.60
7072024-08-01T05:46:37.452Z Downloaded embedded-io v0.4.0
7082024-08-01T05:46:37.452Z Downloaded fragile v2.0.0
7092024-08-01T05:46:37.455Z Downloaded zeroize_derive v1.4.2
7102024-08-01T05:46:37.455Z Downloaded futures-channel v0.3.30
7112024-08-01T05:46:37.458Z Downloaded yasna v0.5.2
7122024-08-01T05:46:37.461Z Downloaded rand_xorshift v0.3.0
7132024-08-01T05:46:37.461Z Downloaded static_assertions v1.1.0
7142024-08-01T05:46:37.464Z Downloaded difflib v0.4.0
7152024-08-01T05:46:37.464Z Downloaded http v1.1.0
7162024-08-01T05:46:37.468Z Downloaded ff v0.13.0
7172024-08-01T05:46:37.472Z Downloaded snafu-derive v0.8.2
7182024-08-01T05:46:37.472Z Downloaded enum-as-inner v0.5.1
7192024-08-01T05:46:37.476Z Downloaded serde_yaml v0.9.34+deprecated
7202024-08-01T05:46:37.479Z Downloaded tokio-tungstenite v0.21.0
7212024-08-01T05:46:37.479Z Downloaded ref-cast v1.0.23
7222024-08-01T05:46:37.482Z Downloaded aho-corasick v1.1.3
7232024-08-01T05:46:37.488Z Downloaded either v1.12.0
7242024-08-01T05:46:37.494Z Downloaded phf_shared v0.11.2
7252024-08-01T05:46:37.494Z Downloaded tokio-macros v2.3.0
7262024-08-01T05:46:37.497Z Downloaded rtoolbox v0.0.2
7272024-08-01T05:46:37.497Z Downloaded indent_write v2.2.0
7282024-08-01T05:46:37.497Z Downloaded hex v0.4.3
7292024-08-01T05:46:37.497Z Downloaded blake3 v1.5.1
7302024-08-01T05:46:37.504Z Downloaded uuid v1.10.0
7312024-08-01T05:46:37.507Z Downloaded xattr v1.3.1
7322024-08-01T05:46:37.510Z Downloaded signal-hook-mio v0.2.3
7332024-08-01T05:46:37.513Z Downloaded tracing-attributes v0.1.27
7342024-08-01T05:46:37.516Z Downloaded semver v0.1.20
7352024-08-01T05:46:37.516Z Downloaded sec1 v0.7.3
7362024-08-01T05:46:37.519Z Downloaded structmeta v0.3.0
7372024-08-01T05:46:37.519Z Downloaded env_logger v0.9.3
7382024-08-01T05:46:37.521Z Downloaded structmeta v0.2.0
7392024-08-01T05:46:37.521Z Downloaded smf v0.2.3
7402024-08-01T05:46:37.525Z Downloaded strip-ansi-escapes v0.2.0
7412024-08-01T05:46:37.525Z Downloaded ena v0.14.3
7422024-08-01T05:46:37.529Z Downloaded slog-async v2.8.0
7432024-08-01T05:46:37.529Z Downloaded rand_core v0.6.4
7442024-08-01T05:46:37.529Z Downloaded smallvec v0.6.14
7452024-08-01T05:46:37.533Z Downloaded thread_local v1.1.8
7462024-08-01T05:46:37.533Z Downloaded phf v0.11.2
7472024-08-01T05:46:37.536Z Downloaded ref-cast-impl v1.0.23
7482024-08-01T05:46:37.536Z Downloaded tinyvec v1.6.0
7492024-08-01T05:46:37.540Z Downloaded structmeta-derive v0.3.0
7502024-08-01T05:46:37.540Z Downloaded signal-hook-registry v1.4.2
7512024-08-01T05:46:37.544Z Downloaded unicode-xid v0.2.4
7522024-08-01T05:46:37.544Z Downloaded scopeguard v1.2.0
7532024-08-01T05:46:37.544Z Downloaded same-file v1.0.6
7542024-08-01T05:46:37.548Z Downloaded dirs-sys-next v0.1.2
7552024-08-01T05:46:37.548Z Downloaded dirs-next v2.0.0
7562024-08-01T05:46:37.548Z Downloaded scheduled-thread-pool v0.2.7
7572024-08-01T05:46:37.548Z Downloaded libm v0.2.8
7582024-08-01T05:46:37.556Z Downloaded snafu v0.8.2
7592024-08-01T05:46:37.561Z Downloaded ron v0.8.1
7602024-08-01T05:46:37.567Z Downloaded num-bigint-dig v0.8.4
7612024-08-01T05:46:37.572Z Downloaded universal-hash v0.5.1
7622024-08-01T05:46:37.582Z Downloaded futures v0.3.30
7632024-08-01T05:46:37.589Z Downloaded slog v2.7.0
7642024-08-01T05:46:37.589Z Downloaded rand_seeder v0.2.3
7652024-08-01T05:46:37.589Z Downloaded signal-hook v0.3.17
7662024-08-01T05:46:37.593Z Downloaded rand v0.8.5
7672024-08-01T05:46:37.593Z Downloaded tokio-util v0.7.11
7682024-08-01T05:46:37.597Z Downloaded toml_edit v0.19.15
7692024-08-01T05:46:37.615Z Downloaded sct v0.7.1
7702024-08-01T05:46:37.619Z Downloaded unsafe-libyaml v0.2.11
7712024-08-01T05:46:37.621Z Downloaded headers v0.3.9
7722024-08-01T05:46:37.627Z Downloaded serde_with v3.8.3
7732024-08-01T05:46:37.636Z Downloaded tracing v0.1.40
7742024-08-01T05:46:37.639Z Downloaded samael v0.0.15
7752024-08-01T05:46:37.644Z Downloaded heapless v0.7.17
7762024-08-01T05:46:37.648Z Downloaded rsa v0.9.6
7772024-08-01T05:46:37.654Z Downloaded quick-xml v0.31.0
7782024-08-01T05:46:37.662Z Downloaded trust-dns-server v0.22.1
7792024-08-01T05:46:37.665Z Downloaded http v0.2.12
7802024-08-01T05:46:37.670Z Downloaded x509-cert v0.2.5
7812024-08-01T05:46:37.675Z Downloaded bitvec v1.0.1
7822024-08-01T05:46:37.693Z Downloaded postcard v1.0.8
7832024-08-01T05:46:37.697Z Downloaded elliptic-curve v0.13.8
7842024-08-01T05:46:37.700Z Downloaded schemars v0.8.21
7852024-08-01T05:46:37.710Z Downloaded hashbrown v0.13.2
7862024-08-01T05:46:37.717Z Downloaded regex-automata v0.1.10
7872024-08-01T05:46:37.721Z Downloaded url v2.5.2
7882024-08-01T05:46:37.725Z Downloaded rustyline v14.0.0
7892024-08-01T05:46:37.728Z Downloaded proptest v1.4.0
7902024-08-01T05:46:37.738Z Downloaded time v0.3.36
7912024-08-01T05:46:37.745Z Downloaded hyper v0.14.30
7922024-08-01T05:46:37.754Z Downloaded rustls-webpki v0.101.7
7932024-08-01T05:46:37.769Z Downloaded h2 v0.3.26
7942024-08-01T05:46:37.776Z Downloaded futures-util v0.3.30
7952024-08-01T05:46:37.788Z Downloaded rustls-webpki v0.102.4
7962024-08-01T05:46:37.805Z Downloaded hashbrown v0.12.3
7972024-08-01T05:46:37.809Z Downloaded webpki-roots v0.25.4
7982024-08-01T05:46:37.814Z Downloaded smoltcp v0.11.0
7992024-08-01T05:46:37.826Z Downloaded regex v1.10.5
8002024-08-01T05:46:37.839Z Downloaded regex-syntax v0.6.29
8012024-08-01T05:46:37.847Z Downloaded rayon v1.10.0
8022024-08-01T05:46:37.857Z Downloaded diesel v2.1.6
8032024-08-01T05:46:37.873Z Downloaded object v0.30.4
8042024-08-01T05:46:37.883Z Downloaded openssl v0.10.66
8052024-08-01T05:46:37.892Z Downloaded zerocopy-derive v0.6.6
8062024-08-01T05:46:37.901Z Downloaded nix v0.28.0
8072024-08-01T05:46:37.914Z Downloaded gimli v0.28.1
8082024-08-01T05:46:37.923Z Downloaded bzip2-sys v0.1.11+1.0.8
8092024-08-01T05:46:37.936Z Downloaded nix v0.27.1
8102024-08-01T05:46:37.947Z Downloaded vcpkg v0.2.15
8112024-08-01T05:46:37.986Z Downloaded object v0.32.2
8122024-08-01T05:46:37.996Z Downloaded csv v1.3.0
8132024-08-01T05:46:38.018Z Downloaded bstr v0.2.17
8142024-08-01T05:46:38.030Z Downloaded bstr v1.9.1
8152024-08-01T05:46:38.041Z Downloaded radix_trie v0.2.1
8162024-08-01T05:46:38.045Z Downloaded idna v0.2.3
8172024-08-01T05:46:38.052Z Downloaded idna v0.3.0
8182024-08-01T05:46:38.059Z Downloaded encoding_rs v0.8.34
8192024-08-01T05:46:38.083Z Downloaded idna v0.5.0
8202024-08-01T05:46:38.089Z Downloaded trust-dns-proto v0.22.0
8212024-08-01T05:46:38.103Z Downloaded rustls v0.21.12
8222024-08-01T05:46:38.115Z Downloaded openapiv3 v2.0.0
8232024-08-01T05:46:38.129Z Downloaded regress v0.9.1
8242024-08-01T05:46:38.136Z Downloaded polar-core v0.27.3
8252024-08-01T05:46:38.145Z Downloaded rustls v0.22.4
8262024-08-01T05:46:38.159Z Downloaded regex-syntax v0.8.3
8272024-08-01T05:46:38.170Z Downloaded lalrpop v0.19.12
8282024-08-01T05:46:38.182Z Downloaded smoltcp v0.9.1
8292024-08-01T05:46:38.193Z Downloaded curve25519-dalek v4.1.3
8302024-08-01T05:46:38.202Z Downloaded sqlparser v0.45.0
8312024-08-01T05:46:38.208Z Downloaded ratatui v0.27.0
8322024-08-01T05:46:38.228Z Downloaded sled v0.34.7
8332024-08-01T05:46:38.241Z Downloaded trust-dns-resolver v0.22.0
8342024-08-01T05:46:38.244Z Downloaded regex-automata v0.4.6
8352024-08-01T05:46:38.259Z Downloaded ring v0.17.8
8362024-08-01T05:46:38.330Z Downloaded reedline v0.31.0
8372024-08-01T05:46:38.338Z Downloaded petgraph v0.6.5
8382024-08-01T05:46:38.355Z Downloaded finl_unicode v1.2.0
8392024-08-01T05:46:38.369Z Downloaded tough v0.17.1
8402024-08-01T05:46:38.376Z Downloaded tokio v1.38.1
8412024-08-01T05:46:38.412Z Downloaded portable-atomic v1.6.0
8422024-08-01T05:46:38.419Z Downloaded sha3 v0.10.8
8432024-08-01T05:46:38.422Z Downloaded reqwest v0.11.27
8442024-08-01T05:46:38.430Z Downloaded hkdf v0.12.4
8452024-08-01T05:46:38.433Z Downloaded itertools v0.13.0
8462024-08-01T05:46:38.439Z Downloaded bindgen v0.69.4
8472024-08-01T05:46:38.446Z Downloaded rayon-core v1.12.1
8482024-08-01T05:46:38.449Z Downloaded winnow v0.5.40
8492024-08-01T05:46:38.458Z Downloaded flate2 v1.0.30
8502024-08-01T05:46:38.462Z Downloaded rcgen v0.12.1
8512024-08-01T05:46:38.465Z Downloaded unicode-segmentation v1.11.0
8522024-08-01T05:46:38.468Z Downloaded unicode-normalization v0.1.23
8532024-08-01T05:46:38.472Z Downloaded chrono v0.4.38
8542024-08-01T05:46:38.479Z Downloaded pin-project v1.1.5
8552024-08-01T05:46:38.498Z Downloaded expectorate v1.1.0
8562024-08-01T05:46:38.501Z Downloaded heapless v0.8.0
8572024-08-01T05:46:38.507Z Downloaded flume v0.11.0
8582024-08-01T05:46:38.512Z Downloaded tokio-native-tls v0.3.1
8592024-08-01T05:46:38.515Z Downloaded float-cmp v0.9.0
8602024-08-01T05:46:38.520Z Downloaded nom v7.1.3
8612024-08-01T05:46:38.525Z Downloaded itertools v0.12.1
8622024-08-01T05:46:38.536Z Downloaded itertools v0.10.5
8632024-08-01T05:46:38.543Z Downloaded heck v0.3.3
8642024-08-01T05:46:38.548Z Downloaded pem v3.0.4
8652024-08-01T05:46:38.548Z Downloaded libxml v0.3.3
8662024-08-01T05:46:38.555Z Downloaded gethostname v0.4.3
8672024-08-01T05:46:38.557Z Downloaded fastrand v2.1.0
8682024-08-01T05:46:38.560Z Downloaded tokio-tungstenite v0.20.1
8692024-08-01T05:46:38.563Z Downloaded tls_codec_derive v0.4.1
8702024-08-01T05:46:38.566Z Downloaded schemars_derive v0.8.21
8712024-08-01T05:46:38.566Z Downloaded serde_with_macros v3.8.3
8722024-08-01T05:46:38.570Z Downloaded ron v0.7.1
8732024-08-01T05:46:38.576Z Downloaded tokio-postgres v0.7.11
8742024-08-01T05:46:38.590Z Downloaded unicode-bidi v0.3.15
8752024-08-01T05:46:38.593Z Downloaded tungstenite v0.20.1
8762024-08-01T05:46:38.595Z Downloaded postgres-types v0.2.7
8772024-08-01T05:46:38.599Z Downloaded half v2.4.1
8782024-08-01T05:46:38.602Z Downloaded serde-big-array v0.5.1
8792024-08-01T05:46:38.604Z Downloaded ppv-lite86 v0.2.17
8802024-08-01T05:46:38.604Z Downloaded which v4.4.2
8812024-08-01T05:46:38.607Z Downloaded uzers v0.11.3
8822024-08-01T05:46:38.610Z Downloaded hyper-tls v0.5.0
8832024-08-01T05:46:38.610Z Downloaded prettyplease v0.2.20
8842024-08-01T05:46:38.613Z Downloaded num-bigint v0.4.5
8852024-08-01T05:46:38.617Z Downloaded time-macros v0.2.18
8862024-08-01T05:46:38.620Z Downloaded typed-path v0.7.1
8872024-08-01T05:46:38.625Z Downloaded tiny-keccak v2.0.2
8882024-08-01T05:46:38.628Z Downloaded pkcs1 v0.7.5
8892024-08-01T05:46:38.630Z Downloaded indicatif v0.17.8
8902024-08-01T05:46:38.633Z Downloaded socket2 v0.5.7
8912024-08-01T05:46:38.636Z Downloaded steno v0.4.1
8922024-08-01T05:46:38.639Z Downloaded httpdate v1.0.3
8932024-08-01T05:46:38.642Z Downloaded sqlparser_derive v0.2.2
8942024-08-01T05:46:38.642Z Downloaded sigpipe v0.1.3
8952024-08-01T05:46:38.642Z Downloaded group v0.13.0
8962024-08-01T05:46:38.652Z Downloaded fd-lock v4.0.2
8972024-08-01T05:46:38.652Z Downloaded zone v0.1.8
8982024-08-01T05:46:38.652Z Downloaded toolchain_find v0.4.0
8992024-08-01T05:46:38.652Z Downloaded toml v0.7.8
9002024-08-01T05:46:38.652Z Downloaded serde_plain v1.0.2
9012024-08-01T05:46:38.655Z Downloaded serde_arrays v0.1.0
9022024-08-01T05:46:38.655Z Downloaded rusty-fork v0.3.0
9032024-08-01T05:46:38.655Z Downloaded slog-term v2.9.1
9042024-08-01T05:46:38.658Z Downloaded subprocess v0.2.9
9052024-08-01T05:46:38.658Z Downloaded hostname v0.4.0
9062024-08-01T05:46:38.661Z Downloaded structmeta-derive v0.2.0
9072024-08-01T05:46:38.661Z Downloaded smawk v0.3.2
9082024-08-01T05:46:38.661Z Downloaded derive_more v0.99.18
9092024-08-01T05:46:38.666Z Downloaded zerocopy v0.6.6
9102024-08-01T05:46:38.669Z Downloaded indexmap v1.9.3
9112024-08-01T05:46:38.671Z Downloaded display-error-chain v0.2.0
9122024-08-01T05:46:38.674Z Downloaded vsss-rs v3.3.4
9132024-08-01T05:46:38.677Z Downloaded minimal-lexical v0.2.1
9142024-08-01T05:46:38.681Z Downloaded tokio-rustls v0.25.0
9152024-08-01T05:46:38.684Z Downloaded hash32 v0.3.1
9162024-08-01T05:46:38.684Z Downloaded hash32 v0.2.1
9172024-08-01T05:46:38.684Z Downloaded textwrap v0.16.1
9182024-08-01T05:46:38.687Z Downloaded parking_lot v0.11.2
9192024-08-01T05:46:38.689Z Downloaded openssl-sys v0.9.103
9202024-08-01T05:46:38.692Z Downloaded similar v2.5.0
9212024-08-01T05:46:38.697Z Downloaded dyn-clone v1.0.17
9222024-08-01T05:46:38.700Z Downloaded ring v0.16.20
9232024-08-01T05:46:38.777Z Downloaded wait-timeout v0.2.0
9242024-08-01T05:46:38.792Z Downloaded diff v0.1.13
9252024-08-01T05:46:38.792Z Downloaded derive-where v1.2.7
9262024-08-01T05:46:38.792Z Downloaded sha1 v0.10.6
9272024-08-01T05:46:38.798Z Downloaded serde_path_to_error v0.1.16
9282024-08-01T05:46:38.798Z Downloaded rustfmt-wrapper v0.2.1
9292024-08-01T05:46:38.798Z Downloaded rustc_version v0.4.0
9302024-08-01T05:46:38.798Z Downloaded tracing-core v0.1.32
9312024-08-01T05:46:38.798Z Downloaded derive_builder v0.20.0
9322024-08-01T05:46:38.798Z Downloaded const_format v0.2.32
9332024-08-01T05:46:38.801Z Downloaded home v0.5.9
9342024-08-01T05:46:38.801Z Downloaded futures-task v0.3.30
9352024-08-01T05:46:38.801Z Downloaded futures-sink v0.3.30
9362024-08-01T05:46:38.803Z Downloaded spin v0.9.8
9372024-08-01T05:46:38.803Z Downloaded foreign-types-shared v0.1.1
9382024-08-01T05:46:38.806Z Downloaded pin-project-lite v0.2.14
9392024-08-01T05:46:38.808Z Downloaded pin-project-internal v1.1.5
9402024-08-01T05:46:38.811Z Downloaded test-strategy v0.3.1
9412024-08-01T05:46:38.814Z Downloaded rustc_version v0.1.7
9422024-08-01T05:46:38.814Z Downloaded quick-error v1.2.3
9432024-08-01T05:46:38.817Z Downloaded psl-types v2.0.11
9442024-08-01T05:46:38.817Z Downloaded rustls-pki-types v1.7.0
9452024-08-01T05:46:38.820Z Downloaded walkdir v2.5.0
9462024-08-01T05:46:38.820Z Downloaded unicode-linebreak v0.1.5
9472024-08-01T05:46:38.822Z Downloaded omicron-zone-package v0.11.0
9482024-08-01T05:46:38.822Z Downloaded cookie v0.18.1
9492024-08-01T05:46:38.825Z Downloaded getrandom v0.2.14
9502024-08-01T05:46:38.828Z Downloaded darling_core v0.20.9
9512024-08-01T05:46:38.832Z Downloaded backtrace v0.3.71
9522024-08-01T05:46:38.837Z Downloaded form_urlencoded v1.2.1
9532024-08-01T05:46:38.839Z Downloaded globset v0.4.14
9542024-08-01T05:46:38.839Z Downloaded getopts v0.2.21
9552024-08-01T05:46:38.842Z Downloaded env_logger v0.10.2
9562024-08-01T05:46:38.846Z Downloaded tar v0.4.41
9572024-08-01T05:46:38.848Z Downloaded mime_guess v2.0.4
9582024-08-01T05:46:38.848Z Downloaded strum v0.26.3
9592024-08-01T05:46:38.848Z Downloaded parking_lot v0.12.2
9602024-08-01T05:46:38.851Z Downloaded term v0.7.0
9612024-08-01T05:46:38.854Z Downloaded blake2 v0.10.6
9622024-08-01T05:46:38.856Z Downloaded futures-macro v0.3.30
9632024-08-01T05:46:38.856Z Downloaded defmt v0.3.8
9642024-08-01T05:46:38.860Z Downloaded wyz v0.5.1
9652024-08-01T05:46:38.862Z Downloaded crossbeam-epoch v0.9.18
9662024-08-01T05:46:38.862Z Downloaded parse-display v0.9.1
9672024-08-01T05:46:38.862Z Downloaded tap v1.0.1
9682024-08-01T05:46:38.865Z Downloaded subtle v2.5.0
9692024-08-01T05:46:38.865Z Downloaded ahash v0.8.11
9702024-08-01T05:46:38.868Z Downloaded num_enum_derive v0.5.11
9712024-08-01T05:46:38.868Z Downloaded num_cpus v1.16.0
9722024-08-01T05:46:38.871Z Downloaded num-integer v0.1.46
9732024-08-01T05:46:38.871Z Downloaded memmap2 v0.9.4
9742024-08-01T05:46:38.873Z Downloaded libloading v0.8.3
9752024-08-01T05:46:38.876Z Downloaded backoff v0.4.0
9762024-08-01T05:46:38.876Z Downloaded lru v0.12.3
9772024-08-01T05:46:38.879Z Downloaded foreign-types v0.5.0
9782024-08-01T05:46:38.879Z Downloaded string_cache v0.8.7
9792024-08-01T05:46:38.879Z Downloaded console v0.15.8
9802024-08-01T05:46:38.883Z Downloaded slog-stdlog v4.1.1
9812024-08-01T05:46:38.886Z Downloaded slog-dtrace v0.3.0
9822024-08-01T05:46:38.886Z Downloaded bzip2 v0.4.4
9832024-08-01T05:46:38.886Z Downloaded bcs v0.1.6
9842024-08-01T05:46:38.889Z Downloaded base64ct v1.6.0
9852024-08-01T05:46:38.889Z Downloaded async-trait v0.1.81
9862024-08-01T05:46:38.891Z Downloaded signature v2.2.0
9872024-08-01T05:46:38.894Z Downloaded peg-macros v0.8.4
9882024-08-01T05:46:38.894Z Downloaded owo-colors v4.0.0
9892024-08-01T05:46:38.897Z Downloaded num_enum v0.5.11
9902024-08-01T05:46:38.901Z Downloaded nu-ansi-term v0.50.0
9912024-08-01T05:46:38.903Z Downloaded cookie v0.17.0
9922024-08-01T05:46:38.906Z Downloaded maybe-uninit v2.0.0
9932024-08-01T05:46:38.906Z Downloaded crc-any v2.5.0
9942024-08-01T05:46:38.909Z Downloaded const_format_proc_macros v0.2.32
9952024-08-01T05:46:38.912Z Downloaded const-oid v0.9.6
9962024-08-01T05:46:38.914Z Downloaded managed v0.8.0
9972024-08-01T05:46:38.915Z Downloaded data-encoding v2.6.0
9982024-08-01T05:46:38.915Z Downloaded curve25519-dalek-derive v0.1.1
9992024-08-01T05:46:38.917Z Downloaded block-padding v0.3.3
10002024-08-01T05:46:38.917Z Downloaded ascii-canvas v3.0.0
10012024-08-01T05:46:38.917Z Downloaded base16ct v0.2.0
10022024-08-01T05:46:38.920Z Downloaded lazycell v1.3.0
10032024-08-01T05:46:38.920Z Downloaded lalrpop-util v0.19.12
10042024-08-01T05:46:38.920Z Downloaded kstat-rs v0.2.4
10052024-08-01T05:46:38.923Z Downloaded crc v3.2.1
10062024-08-01T05:46:38.923Z Downloaded convert_case v0.4.0
10072024-08-01T05:46:38.927Z Downloaded constant_time_eq v0.3.0
10082024-08-01T05:46:38.927Z Downloaded cassowary v0.3.0
10092024-08-01T05:46:38.927Z Downloaded camino-tempfile v1.1.1
10102024-08-01T05:46:38.930Z Downloaded bitfield v0.14.0
10112024-08-01T05:46:38.930Z Downloaded lock_api v0.4.12
10122024-08-01T05:46:38.935Z Downloaded cstr-argument v0.1.2
10132024-08-01T05:46:38.935Z Downloaded cookie_store v0.20.0
10142024-08-01T05:46:38.935Z Downloaded bit-set v0.5.3
10152024-08-01T05:46:38.935Z Downloaded num-iter v0.1.45
10162024-08-01T05:46:38.935Z Downloaded nibble_vec v0.1.0
10172024-08-01T05:46:38.939Z Downloaded lru-cache v0.1.2
10182024-08-01T05:46:38.939Z Downloaded libsw v3.3.1
10192024-08-01T05:46:38.939Z Downloaded lazy_static v1.5.0
10202024-08-01T05:46:38.942Z Downloaded keccak v0.1.5
10212024-08-01T05:46:38.942Z Downloaded bitstruct_derive v0.1.0
10222024-08-01T05:46:38.942Z Downloaded ascii v1.1.0
10232024-08-01T05:46:38.945Z Downloaded ipnet v2.9.0
10242024-08-01T05:46:38.945Z Downloaded argon2 v0.5.3
10252024-08-01T05:46:38.948Z Downloaded opaque-debug v0.3.1
10262024-08-01T05:46:38.948Z Downloaded arrayvec v0.7.4
10272024-08-01T05:46:38.948Z Downloaded crossbeam-deque v0.8.5
10282024-08-01T05:46:38.950Z Downloaded cexpr v0.6.0
10292024-08-01T05:46:38.953Z Downloaded bitfield-struct v0.6.1
10302024-08-01T05:46:38.953Z Downloaded bit-vec v0.6.3
10312024-08-01T05:46:38.953Z Downloaded async-stream v0.3.5
10322024-08-01T05:46:38.956Z Downloaded array-init v0.0.4
10332024-08-01T05:46:38.956Z Downloaded adler v1.0.2
10342024-08-01T05:46:38.959Z Downloaded aead v0.5.2
10352024-08-01T05:46:39.043Z Compiling cfg-if v1.0.0
10362024-08-01T05:46:39.044Z Compiling serde v1.0.204
10372024-08-01T05:46:39.046Z Compiling lock_api v0.4.12
10382024-08-01T05:46:39.046Z Compiling scopeguard v1.2.0
10392024-08-01T05:46:39.046Z Compiling log v0.4.21
10402024-08-01T05:46:39.198Z Compiling syn v2.0.72
10412024-08-01T05:46:39.201Z Compiling cc v1.0.97
10422024-08-01T05:46:39.201Z Compiling parking_lot_core v0.9.10
10432024-08-01T05:46:39.253Z Compiling getrandom v0.2.14
10442024-08-01T05:46:39.383Z Compiling smallvec v1.13.2
10452024-08-01T05:46:39.635Z Compiling rand_core v0.6.4
10462024-08-01T05:46:39.693Z Compiling typenum v1.17.0
10472024-08-01T05:46:39.710Z Compiling generic-array v0.14.7
10482024-08-01T05:46:39.791Z Compiling pin-project-lite v0.2.14
10492024-08-01T05:46:39.913Z Compiling signal-hook-registry v1.4.2
10502024-08-01T05:46:40.038Z Compiling spin v0.9.8
10512024-08-01T05:46:40.052Z Compiling mio v0.8.11
10522024-08-01T05:46:40.208Z Compiling parking_lot v0.12.2
10532024-08-01T05:46:40.498Z Compiling libm v0.2.8
10542024-08-01T05:46:40.513Z Compiling serde_json v1.0.120
10552024-08-01T05:46:40.809Z Compiling num-traits v0.2.19
10562024-08-01T05:46:40.864Z Compiling ahash v0.8.11
10572024-08-01T05:46:40.884Z Compiling tinyvec_macros v0.1.1
10582024-08-01T05:46:40.970Z Compiling futures-core v0.3.30
10592024-08-01T05:46:41.152Z Compiling tinyvec v1.6.0
10602024-08-01T05:46:41.229Z Compiling socket2 v0.5.7
10612024-08-01T05:46:41.267Z Compiling num_cpus v1.16.0
10622024-08-01T05:46:41.386Z Compiling const-oid v0.9.6
10632024-08-01T05:46:41.402Z Compiling subtle v2.5.0
10642024-08-01T05:46:41.751Z Compiling slab v0.4.9
10652024-08-01T05:46:42.008Z Compiling futures-sink v0.3.30
10662024-08-01T05:46:42.221Z Compiling allocator-api2 v0.2.18
10672024-08-01T05:46:42.461Z Compiling unicode-bidi v0.3.15
10682024-08-01T05:46:42.624Z Compiling unicode-normalization v0.1.23
10692024-08-01T05:46:43.019Z Compiling futures-channel v0.3.30
10702024-08-01T05:46:43.058Z Compiling futures-task v0.3.30
10712024-08-01T05:46:43.243Z Compiling futures-io v0.3.30
10722024-08-01T05:46:43.353Z Compiling vcpkg v0.2.15
10732024-08-01T05:46:43.454Z Compiling pkg-config v0.3.30
10742024-08-01T05:46:43.587Z Compiling pin-utils v0.1.0
10752024-08-01T05:46:43.634Z Compiling ppv-lite86 v0.2.17
10762024-08-01T05:46:43.677Z Compiling percent-encoding v2.3.1
10772024-08-01T05:46:44.010Z Compiling tracing-core v0.1.32
10782024-08-01T05:46:44.030Z Compiling powerfmt v0.2.0
10792024-08-01T05:46:44.330Z Compiling syn v1.0.109
10802024-08-01T05:46:44.395Z Compiling rand_chacha v0.3.1
10812024-08-01T05:46:44.432Z Compiling rustix v0.38.34
10822024-08-01T05:46:44.943Z Compiling untrusted v0.9.0
10832024-08-01T05:46:44.976Z Compiling num-conv v0.1.0
10842024-08-01T05:46:45.108Z Compiling time-core v0.1.2
10852024-08-01T05:46:45.245Z Compiling time-macros v0.2.18
10862024-08-01T05:46:45.286Z Compiling rand v0.8.5
10872024-08-01T05:46:45.302Z Compiling deranged v0.3.11
10882024-08-01T05:46:45.362Z Compiling iana-time-zone v0.1.60
10892024-08-01T05:46:45.649Z Compiling foreign-types-shared v0.1.1
10902024-08-01T05:46:45.753Z Compiling rustversion v1.0.17
10912024-08-01T05:46:45.776Z Compiling num_threads v0.1.7
10922024-08-01T05:46:45.899Z Compiling base64ct v1.6.0
10932024-08-01T05:46:46.435Z Compiling openssl v0.10.66
10942024-08-01T05:46:46.472Z Compiling httparse v1.8.0
10952024-08-01T05:46:46.624Z Compiling pem-rfc7468 v0.7.0
10962024-08-01T05:46:46.822Z Compiling foreign-types v0.3.2
10972024-08-01T05:46:46.923Z Compiling form_urlencoded v1.2.1
10982024-08-01T05:46:47.076Z Compiling rustls v0.21.12
10992024-08-01T05:46:47.129Z Compiling crossbeam-utils v0.8.19
11002024-08-01T05:46:47.205Z Compiling flagset v0.4.5
11012024-08-01T05:46:47.300Z Compiling native-tls v0.2.11
11022024-08-01T05:46:47.351Z Compiling try-lock v0.2.5
11032024-08-01T05:46:47.401Z Compiling siphasher v0.3.11
11042024-08-01T05:46:47.492Z Compiling want v0.3.1
11052024-08-01T05:46:47.758Z Compiling serde_derive_internals v0.29.1
11062024-08-01T05:46:47.773Z Compiling idna v0.5.0
11072024-08-01T05:46:48.193Z Compiling lazy_static v1.5.0
11082024-08-01T05:46:48.306Z Compiling socket2 v0.4.10
11092024-08-01T05:46:48.348Z Compiling time v0.3.36
11102024-08-01T05:46:49.131Z Compiling cookie v0.17.0
11112024-08-01T05:46:49.182Z Compiling aho-corasick v1.1.3
11122024-08-01T05:46:49.362Z Compiling openssl-probe v0.1.5
11132024-08-01T05:46:49.366Z Compiling adler v1.0.2
11142024-08-01T05:46:49.607Z Compiling signal-hook v0.3.17
11152024-08-01T05:46:49.702Z Compiling slog v2.7.0
11162024-08-01T05:46:49.855Z Compiling tower-service v0.3.2
11172024-08-01T05:46:49.959Z Compiling cpufeatures v0.2.12
11182024-08-01T05:46:50.056Z Compiling schemars v0.8.21
11192024-08-01T05:46:50.169Z Compiling regex-syntax v0.8.3
11202024-08-01T05:46:50.376Z Compiling finl_unicode v1.2.0
11212024-08-01T05:46:50.498Z Compiling httpdate v1.0.3
11222024-08-01T05:46:50.897Z Compiling stringprep v0.1.4
11232024-08-01T05:46:51.024Z Compiling miniz_oxide v0.7.2
11242024-08-01T05:46:52.072Z Compiling url v2.5.2
11252024-08-01T05:46:53.151Z Compiling ring v0.17.8
11262024-08-01T05:46:53.255Z Compiling serde_derive v1.0.204
11272024-08-01T05:46:53.684Z Compiling zeroize_derive v1.4.2
11282024-08-01T05:46:53.892Z Compiling zerocopy-derive v0.7.34
11292024-08-01T05:46:54.002Z Compiling tokio-macros v2.3.0
11302024-08-01T05:46:54.317Z Compiling thiserror-impl v1.0.63
11312024-08-01T05:46:54.590Z Compiling futures-macro v0.3.30
11322024-08-01T05:46:55.363Z Compiling zeroize v1.7.0
11332024-08-01T05:46:55.831Z Compiling openssl-sys v0.9.103
11342024-08-01T05:46:56.359Z Compiling zerocopy v0.7.34
11352024-08-01T05:46:56.795Z Compiling futures-util v0.3.30
11362024-08-01T05:46:56.953Z Compiling tracing-attributes v0.1.27
11372024-08-01T05:46:57.228Z Compiling crypto-common v0.1.6
11382024-08-01T05:46:57.453Z Compiling block-buffer v0.10.4
11392024-08-01T05:46:57.724Z Compiling digest v0.10.7
11402024-08-01T05:46:57.782Z Compiling thiserror v1.0.63
11412024-08-01T05:46:58.004Z Compiling pest v2.7.10
11422024-08-01T05:46:58.274Z Compiling scroll_derive v0.12.0
11432024-08-01T05:46:58.536Z Compiling hashbrown v0.14.5
11442024-08-01T05:46:59.826Z Compiling scroll v0.12.0
11452024-08-01T05:47:00.029Z Compiling hmac v0.12.1
11462024-08-01T05:47:00.306Z Compiling goblin v0.8.2
11472024-08-01T05:47:00.900Z Compiling pest_meta v2.7.10
11482024-08-01T05:47:00.998Z Compiling openssl-macros v0.1.1
11492024-08-01T05:47:01.059Z Compiling tracing v0.1.40
11502024-08-01T05:47:01.574Z Compiling der_derive v0.7.2
11512024-08-01T05:47:01.763Z Compiling md-5 v0.10.6
11522024-08-01T05:47:01.792Z Compiling sha2 v0.10.8
11532024-08-01T05:47:02.055Z Compiling rustls-webpki v0.101.7
11542024-08-01T05:47:03.374Z Compiling pest_generator v2.7.10
11552024-08-01T05:47:03.957Z Compiling sct v0.7.1
11562024-08-01T05:47:04.066Z Compiling regex-automata v0.4.6
11572024-08-01T05:47:04.240Z Compiling der v0.7.9
11582024-08-01T05:47:05.354Z Compiling schemars_derive v0.8.21
11592024-08-01T05:47:05.501Z Compiling backtrace v0.3.71
11602024-08-01T05:47:05.949Z Compiling num-integer v0.1.46
11612024-08-01T05:47:06.400Z Compiling pest_derive v2.7.10
11622024-08-01T05:47:06.761Z Compiling spki v0.7.3
11632024-08-01T05:47:07.134Z Compiling idna v0.3.0
11642024-08-01T05:47:07.190Z Compiling dtrace-parser v0.2.0
11652024-08-01T05:47:07.746Z Compiling hash32 v0.2.1
11662024-08-01T05:47:08.123Z Compiling bytes v1.6.0
11672024-08-01T05:47:08.346Z Compiling bitflags v2.6.0
11682024-08-01T05:47:08.807Z Compiling indexmap v2.2.6
11692024-08-01T05:47:08.910Z Compiling semver v1.0.23
11702024-08-01T05:47:09.475Z Compiling tokio v1.38.1
11712024-08-01T05:47:09.512Z Compiling http v0.2.12
11722024-08-01T05:47:09.703Z Compiling uuid v1.10.0
11732024-08-01T05:47:10.285Z Compiling rustc_version v0.4.0
11742024-08-01T05:47:11.204Z Compiling chrono v0.4.38
11752024-08-01T05:47:11.262Z Compiling heapless v0.7.17
11762024-08-01T05:47:11.681Z Compiling http-body v0.4.6
11772024-08-01T05:47:11.986Z Compiling dof v0.3.0
11782024-08-01T05:47:12.225Z Compiling serde_tokenstream v0.2.1
11792024-08-01T05:47:12.767Z Compiling usdt-impl v0.5.0
11802024-08-01T05:47:13.400Z Compiling serde_spanned v0.6.7
11812024-08-01T05:47:13.642Z Compiling toml_datetime v0.6.8
11822024-08-01T05:47:14.167Z Compiling psl-types v2.0.11
11832024-08-01T05:47:14.183Z Compiling stable_deref_trait v1.2.0
11842024-08-01T05:47:14.289Z Compiling gimli v0.28.1
11852024-08-01T05:47:14.350Z Compiling dyn-clone v1.0.17
11862024-08-01T05:47:14.399Z Compiling crc32fast v1.4.0
11872024-08-01T05:47:14.481Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11882024-08-01T05:47:14.564Z Compiling smoltcp v0.9.1
11892024-08-01T05:47:14.857Z Compiling base64 v0.22.1
11902024-08-01T05:47:15.041Z Compiling fallible-iterator v0.2.0
11912024-08-01T05:47:15.389Z Compiling publicsuffix v2.2.3
11922024-08-01T05:47:15.626Z Compiling terminal_size v0.3.0
11932024-08-01T05:47:15.695Z Compiling postgres-protocol v0.6.7
11942024-08-01T05:47:15.834Z Compiling pkcs8 v0.10.2
11952024-08-01T05:47:16.437Z Compiling hubpack_derive v0.1.1
11962024-08-01T05:47:16.867Z Compiling block-padding v0.3.3
11972024-08-01T05:47:17.090Z Compiling async-trait v0.1.81
11982024-08-01T05:47:17.118Z Compiling zerocopy-derive v0.6.6
11992024-08-01T05:47:17.509Z Compiling tokio-util v0.7.11
12002024-08-01T05:47:18.991Z Compiling h2 v0.3.26
12012024-08-01T05:47:19.139Z Compiling tokio-native-tls v0.3.1
12022024-08-01T05:47:19.251Z Compiling addr2line v0.21.0
12032024-08-01T05:47:19.313Z Compiling tokio-rustls v0.24.1
12042024-08-01T05:47:19.693Z Compiling phf_shared v0.11.2
12052024-08-01T05:47:19.888Z Compiling diesel_table_macro_syntax v0.1.0
12062024-08-01T05:47:19.955Z Compiling ff v0.13.0
12072024-08-01T05:47:20.079Z Compiling scheduled-thread-pool v0.2.7
12082024-08-01T05:47:20.165Z Compiling fs-err v2.11.0
12092024-08-01T05:47:20.261Z Compiling object v0.32.2
12102024-08-01T05:47:20.296Z Compiling ipnet v2.9.0
12112024-08-01T05:47:20.313Z Compiling matches v0.1.10
12122024-08-01T05:47:20.399Z Compiling anyhow v1.0.86
12132024-08-01T05:47:20.428Z Compiling winnow v0.5.40
12142024-08-01T05:47:20.704Z Compiling bit-vec v0.6.3
12152024-08-01T05:47:20.972Z Compiling regex-automata v0.1.10
12162024-08-01T05:47:21.114Z Compiling base16ct v0.2.0
12172024-08-01T05:47:21.140Z Compiling bitflags v1.3.2
12182024-08-01T05:47:21.239Z Compiling either v1.12.0
12192024-08-01T05:47:21.450Z Compiling managed v0.8.0
12202024-08-01T05:47:21.474Z Compiling base64 v0.21.7
12212024-08-01T05:47:21.565Z Compiling rustc-demangle v0.1.24
12222024-08-01T05:47:21.647Z Compiling clap_builder v4.5.9
12232024-08-01T05:47:22.259Z Compiling rustls-pemfile v1.0.4
12242024-08-01T05:47:22.586Z Compiling bstr v0.2.17
12252024-08-01T05:47:22.733Z Compiling sec1 v0.7.3
12262024-08-01T05:47:23.670Z Compiling idna v0.2.3
12272024-08-01T05:47:24.087Z Compiling toml_edit v0.19.15
12282024-08-01T05:47:24.181Z Compiling diesel_derives v2.1.4
12292024-08-01T05:47:24.426Z Compiling r2d2 v0.8.10
12302024-08-01T05:47:24.788Z Compiling group v0.13.0
12312024-08-01T05:47:25.113Z Compiling phf v0.11.2
12322024-08-01T05:47:25.148Z Compiling signal-hook-mio v0.2.3
12332024-08-01T05:47:25.304Z Compiling zerocopy v0.6.6
12342024-08-01T05:47:25.348Z Compiling cookie_store v0.20.0
12352024-08-01T05:47:25.378Z Compiling hubpack v0.1.2
12362024-08-01T05:47:25.833Z Compiling hyper v0.14.30
12372024-08-01T05:47:26.166Z Compiling ipnetwork v0.20.0
12382024-08-01T05:47:27.121Z Compiling inout v0.1.3
12392024-08-01T05:47:27.396Z Compiling postgres-types v0.2.7
12402024-08-01T05:47:28.266Z Compiling usdt-macro v0.5.0
12412024-08-01T05:47:29.033Z Compiling usdt-attr-macro v0.5.0
12422024-08-01T05:47:29.641Z Compiling regex v1.10.5
12432024-08-01T05:47:29.817Z Compiling serde_urlencoded v0.7.1
12442024-08-01T05:47:30.364Z Compiling num-bigint v0.4.5
12452024-08-01T05:47:30.646Z Compiling futures-executor v0.3.30
12462024-08-01T05:47:30.675Z Compiling enum-as-inner v0.5.1
12472024-08-01T05:47:30.734Z Compiling hkdf v0.12.4
12482024-08-01T05:47:30.997Z Compiling crypto-bigint v0.5.5
12492024-08-01T05:47:31.230Z Compiling clap_derive v4.5.8
12502024-08-01T05:47:31.637Z Compiling strum_macros v0.25.3
12512024-08-01T05:47:31.702Z Compiling serde_repr v0.1.19
12522024-08-01T05:47:32.527Z Compiling phf_shared v0.10.0
12532024-08-01T05:47:32.920Z Compiling hyper-tls v0.5.0
12542024-08-01T05:47:32.936Z Compiling hyper-rustls v0.24.2
12552024-08-01T05:47:33.271Z Compiling float-cmp v0.9.0
12562024-08-01T05:47:33.291Z Compiling encoding_rs v0.8.34
12572024-08-01T05:47:33.479Z Compiling normalize-line-endings v0.3.0
12582024-08-01T05:47:33.635Z Compiling minimal-lexical v0.2.1
12592024-08-01T05:47:34.165Z Compiling data-encoding v2.6.0
12602024-08-01T05:47:35.982Z Compiling predicates-core v1.0.6
12612024-08-01T05:47:36.074Z Compiling static_assertions v1.1.0
12622024-08-01T05:47:36.177Z Compiling precomputed-hash v0.1.1
12632024-08-01T05:47:36.300Z Compiling mime v0.3.17
12642024-08-01T05:47:36.334Z Compiling webpki-roots v0.25.4
12652024-08-01T05:47:36.407Z Compiling new_debug_unreachable v1.0.6
12662024-08-01T05:47:36.486Z Compiling sync_wrapper v0.1.2
12672024-08-01T05:47:36.503Z Compiling unicode-segmentation v1.11.0
12682024-08-01T05:47:36.612Z Compiling fixedbitset v0.4.2
12692024-08-01T05:47:36.670Z Compiling difflib v0.4.0
12702024-08-01T05:47:36.906Z Compiling whoami v1.5.1
12712024-08-01T05:47:37.040Z Compiling petgraph v0.6.5
12722024-08-01T05:47:37.262Z Compiling tokio-postgres v0.7.11
12732024-08-01T05:47:37.353Z Compiling similar v2.5.0
12742024-08-01T05:47:37.553Z Compiling predicates v3.1.0
12752024-08-01T05:47:37.660Z Compiling diesel v2.1.6
12762024-08-01T05:47:37.968Z Compiling reqwest v0.11.27
12772024-08-01T05:47:38.315Z Compiling console v0.15.8
12782024-08-01T05:47:39.432Z Compiling string_cache v0.8.7
12792024-08-01T05:47:39.890Z Compiling clap v4.5.9
12802024-08-01T05:47:39.906Z Compiling toml_edit v0.22.20
12812024-08-01T05:47:40.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12822024-08-01T05:47:40.043Z Compiling trust-dns-proto v0.22.0
12832024-08-01T05:47:41.035Z Compiling elliptic-curve v0.13.8
12842024-08-01T05:47:41.181Z Compiling nom v7.1.3
12852024-08-01T05:47:41.861Z Compiling usdt v0.5.0
12862024-08-01T05:47:42.405Z Compiling yasna v0.5.2
12872024-08-01T05:47:43.149Z Compiling futures v0.3.30
12882024-08-01T05:47:43.266Z Compiling flate2 v1.0.30
12892024-08-01T05:47:44.368Z Compiling cipher v0.4.4
12902024-08-01T05:47:44.901Z Compiling toml v0.7.8
12912024-08-01T05:47:44.937Z Compiling crossterm v0.27.0
12922024-08-01T05:47:45.995Z Compiling itertools v0.10.5
12932024-08-01T05:47:46.555Z Compiling itertools v0.12.1
12942024-08-01T05:47:46.644Z Compiling bit-set v0.5.3
12952024-08-01T05:47:46.923Z Compiling tokio-stream v0.1.15
12962024-08-01T05:47:47.906Z Compiling openapiv3 v2.0.0
12972024-08-01T05:47:48.684Z Compiling bstr v1.9.1
12982024-08-01T05:47:48.700Z Compiling hex v0.4.3
12992024-08-01T05:47:48.778Z Compiling num-iter v0.1.45
13002024-08-01T05:47:48.842Z Compiling crossbeam-epoch v0.9.18
13012024-08-01T05:47:48.959Z Compiling dirs-sys-next v0.1.2
13022024-08-01T05:47:49.308Z Compiling peg-runtime v0.8.3
13032024-08-01T05:47:49.593Z Compiling lalrpop-util v0.19.12
13042024-08-01T05:47:49.609Z Compiling unicode-xid v0.2.4
13052024-08-01T05:47:49.783Z Compiling dirs-next v2.0.0
13062024-08-01T05:47:49.805Z Compiling thread_local v1.1.8
13072024-08-01T05:47:49.933Z Compiling slog-async v2.8.0
13082024-08-01T05:47:49.965Z Compiling term v0.7.0
13092024-08-01T05:47:49.981Z Compiling xattr v1.3.1
13102024-08-01T05:47:50.238Z Compiling crossbeam-channel v0.5.12
13112024-08-01T05:47:50.352Z Compiling strum_macros v0.26.4
13122024-08-01T05:47:50.491Z Compiling filetime v0.2.23
13132024-08-01T05:47:50.585Z Compiling is-terminal v0.4.12
13142024-08-01T05:47:50.712Z Compiling take_mut v0.2.2
13152024-08-01T05:47:50.852Z Compiling slog-term v2.9.1
13162024-08-01T05:47:50.868Z Compiling tar v0.4.41
13172024-08-01T05:47:51.621Z Compiling camino v1.1.7
13182024-08-01T05:47:53.878Z Compiling strum v0.26.3
13192024-08-01T05:48:05.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13202024-08-01T05:48:06.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13212024-08-01T05:48:11.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
13222024-08-01T05:48:11.243Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13232024-08-01T05:48:11.282ZAug 01 05:48:10.429 INFO Starting download, target: Cockroach
13242024-08-01T05:48:11.282ZAug 01 05:48:10.429 INFO Starting download, target: Clickhouse
13252024-08-01T05:48:11.282ZAug 01 05:48:10.429 INFO Starting download, target: Console
13262024-08-01T05:48:11.282ZAug 01 05:48:10.429 INFO Starting download, target: DendriteOpenapi
13272024-08-01T05:48:11.285ZAug 01 05:48:10.429 INFO Starting download, target: DendriteStub
13282024-08-01T05:48:11.285ZAug 01 05:48:10.429 INFO Starting download, target: MaghemiteMgd
13292024-08-01T05:48:11.285ZAug 01 05:48:10.429 INFO Starting download, target: TransceiverControl
13302024-08-01T05:48:11.285ZAug 01 05:48:10.429 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13312024-08-01T05:48:11.285ZAug 01 05:48:10.429 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13322024-08-01T05:48:11.285ZAug 01 05:48:10.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13332024-08-01T05:48:11.285ZAug 01 05:48:10.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13342024-08-01T05:48:11.285ZAug 01 05:48:10.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13352024-08-01T05:48:11.285ZAug 01 05:48:10.430 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13362024-08-01T05:48:11.285ZAug 01 05:48:10.430 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13372024-08-01T05:48:11.488ZAug 01 05:48:10.632 INFO Download complete, target: DendriteOpenapi
13382024-08-01T05:48:11.571ZAug 01 05:48:10.717 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13392024-08-01T05:48:11.931ZAug 01 05:48:11.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13402024-08-01T05:48:12.089ZAug 01 05:48:11.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13412024-08-01T05:48:12.282ZAug 01 05:48:11.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13422024-08-01T05:48:12.370ZAug 01 05:48:11.516 INFO Download complete, target: Console
13432024-08-01T05:48:12.440ZAug 01 05:48:11.587 INFO Download complete, target: TransceiverControl
13442024-08-01T05:48:13.437ZAug 01 05:48:12.584 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13452024-08-01T05:48:15.431ZAug 01 05:48:14.577 INFO Download complete, target: DendriteStub
13462024-08-01T05:48:15.443ZAug 01 05:48:14.590 INFO Download complete, target: MaghemiteMgd
13472024-08-01T05:48:15.966ZAug 01 05:48:15.112 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13482024-08-01T05:48:15.966ZAug 01 05:48:15.112 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13492024-08-01T05:48:24.452ZAug 01 05:48:23.597 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13502024-08-01T05:48:24.791ZAug 01 05:48:23.936 INFO Checking that binary works, target: Cockroach
13512024-08-01T05:48:24.944ZAug 01 05:48:24.090 INFO Download complete, target: Cockroach
13522024-08-01T05:48:28.112ZAug 01 05:48:27.256 INFO Checking that binary works, target: Clickhouse
13532024-08-01T05:48:28.271ZAug 01 05:48:27.416 INFO Download complete, target: Clickhouse
13542024-08-01T05:48:28.289ZAll builder prerequisites installed successfully, and PATH looks valid
13552024-08-01T05:48:28.293Z
13562024-08-01T05:48:28.293Zreal 3:47.644285047
13572024-08-01T05:48:28.293Zuser 11:57.626538620
13582024-08-01T05:48:28.293Zsys 2:35.110100169
13592024-08-01T05:48:28.293Ztrap 0.409476264
13602024-08-01T05:48:28.293Ztflt 0.610027497
13612024-08-01T05:48:28.293Zdflt 1.925045684
13622024-08-01T05:48:28.293Zkflt 0.024822936
13632024-08-01T05:48:28.293Zlock 23:27.747833812
13642024-08-01T05:48:28.293Zslp 34:04.922222523
13652024-08-01T05:48:28.293Zlat 36.503844697
13662024-08-01T05:48:28.293Zstop 1:32.435666974
13672024-08-01T05:48:28.293Z+ banner build
13682024-08-01T05:48:28.299Z
13692024-08-01T05:48:28.299Z ##### # # # # #####
13702024-08-01T05:48:28.299Z # # # # # # # #
13712024-08-01T05:48:28.299Z ##### # # # # # #
13722024-08-01T05:48:28.299Z # # # # # # # #
13732024-08-01T05:48:28.299Z # # # # # # # #
13742024-08-01T05:48:28.299Z ##### #### # ###### #####
13752024-08-01T05:48:28.299Z
13762024-08-01T05:48:28.299Z+ export 'RUSTFLAGS=-D warnings'
13772024-08-01T05:48:28.299Z+ RUSTFLAGS='-D warnings'
13782024-08-01T05:48:28.299Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
13792024-08-01T05:48:28.299Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
13802024-08-01T05:48:28.299Z+ [[ illumos == \i\l\l\u\m\o\s ]]
13812024-08-01T05:48:28.299Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
13822024-08-01T05:48:28.299Z+ export TMPDIR=/var/tmp/omicron_tmp
13832024-08-01T05:48:28.299Z+ TMPDIR=/var/tmp/omicron_tmp
13842024-08-01T05:48:28.299Z+ export RUST_BACKTRACE=1
13852024-08-01T05:48:28.300Z+ RUST_BACKTRACE=1
13862024-08-01T05:48:28.300Z+ export CARGO_INCREMENTAL=0
13872024-08-01T05:48:28.300Z+ CARGO_INCREMENTAL=0
13882024-08-01T05:48:28.300Z+ export RUSTC_BOOTSTRAP=1
13892024-08-01T05:48:28.300Z+ RUSTC_BOOTSTRAP=1
13902024-08-01T05:48:28.300Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
13912024-08-01T05:48:28.976Z Downloading crates ...
13922024-08-01T05:48:29.262Z Downloaded approx v0.5.1
13932024-08-01T05:48:29.265Z Downloaded cast v0.3.0
13942024-08-01T05:48:29.268Z Downloaded blowfish v0.9.1
13952024-08-01T05:48:29.274Z Downloaded doc-comment v0.3.3
13962024-08-01T05:48:29.277Z Downloaded dhcproto-macros v0.1.0
13972024-08-01T05:48:29.284Z Downloaded tower-layer v0.3.2
13982024-08-01T05:48:29.291Z Downloaded md5 v0.7.0
13992024-08-01T05:48:29.301Z Downloaded pathdiff v0.2.1
14002024-08-01T05:48:29.304Z Downloaded plotters-svg v0.3.5
14012024-08-01T05:48:29.304Z Downloaded option-ext v0.2.0
14022024-08-01T05:48:29.304Z Downloaded russh-cryptovec v0.7.2
14032024-08-01T05:48:29.308Z Downloaded nested v0.1.1
14042024-08-01T05:48:29.310Z Downloaded http-body v1.0.0
14052024-08-01T05:48:29.310Z Downloaded bcrypt-pbkdf v0.10.0
14062024-08-01T05:48:29.310Z Downloaded guppy-workspace-hack v0.1.0
14072024-08-01T05:48:29.315Z Downloaded criterion-plot v0.5.0
14082024-08-01T05:48:29.318Z Downloaded assert_cmd v2.0.15
14092024-08-01T05:48:29.320Z Downloaded anes v0.1.6
14102024-08-01T05:48:29.323Z Downloaded cbc v0.1.2
14112024-08-01T05:48:29.327Z Downloaded pbkdf2 v0.12.2
14122024-08-01T05:48:29.330Z Downloaded dirs-sys v0.4.1
14132024-08-01T05:48:29.330Z Downloaded ed25519 v2.2.3
14142024-08-01T05:48:29.333Z Downloaded datatest-stable v0.2.9
14152024-08-01T05:48:29.336Z Downloaded ctr v0.9.2
14162024-08-01T05:48:29.339Z Downloaded relative-path v1.9.3
14172024-08-01T05:48:29.342Z Downloaded ghash v0.5.1
14182024-08-01T05:48:29.342Z Downloaded pbkdf2 v0.11.0
14192024-08-01T05:48:29.346Z Downloaded oorandom v11.1.3
14202024-08-01T05:48:29.348Z Downloaded rand_chacha v0.2.2
14212024-08-01T05:48:29.351Z Downloaded plotters-backend v0.3.5
14222024-08-01T05:48:29.351Z Downloaded rand_core v0.5.1
14232024-08-01T05:48:29.363Z Downloaded threadpool v1.8.1
14242024-08-01T05:48:29.366Z Downloaded target-spec v3.1.0
14252024-08-01T05:48:29.366Z Downloaded rfc6979 v0.4.0
14262024-08-01T05:48:29.369Z Downloaded internet-checksum v0.2.1
14272024-08-01T05:48:29.369Z Downloaded similar-asserts v1.5.0
14282024-08-01T05:48:29.372Z Downloaded futures-timer v3.0.3
14292024-08-01T05:48:29.372Z Downloaded blake2b_simd v1.0.2
14302024-08-01T05:48:29.375Z Downloaded escape8259 v0.5.2
14312024-08-01T05:48:29.375Z Downloaded primeorder v0.13.6
14322024-08-01T05:48:29.375Z Downloaded polyval v0.6.2
14332024-08-01T05:48:29.377Z Downloaded cfg-expr v0.15.8
14342024-08-01T05:48:29.380Z Downloaded yansi v0.5.1
14352024-08-01T05:48:29.380Z Downloaded httptest v0.15.5
14362024-08-01T05:48:29.383Z Downloaded hex-literal v0.4.1
14372024-08-01T05:48:29.383Z Downloaded getrandom v0.1.16
14382024-08-01T05:48:29.386Z Downloaded dirs v5.0.1
14392024-08-01T05:48:29.389Z Downloaded hyper-rustls v0.26.0
14402024-08-01T05:48:29.392Z Downloaded rust-argon2 v2.1.0
14412024-08-01T05:48:29.394Z Downloaded tinytemplate v1.2.1
14422024-08-01T05:48:29.395Z Downloaded partial-io v0.5.4
14432024-08-01T05:48:29.398Z Downloaded libtest-mimic v0.7.3
14442024-08-01T05:48:29.400Z Downloaded ecdsa v0.16.9
14452024-08-01T05:48:29.400Z Downloaded target-lexicon v0.12.14
14462024-08-01T05:48:29.403Z Downloaded russh-keys v0.43.0
14472024-08-01T05:48:29.406Z Downloaded rstest v0.19.0
14482024-08-01T05:48:29.409Z Downloaded password-hash v0.4.2
14492024-08-01T05:48:29.411Z Downloaded rustls-native-certs v0.7.0
14502024-08-01T05:48:29.414Z Downloaded dhcproto v0.11.0
14512024-08-01T05:48:29.418Z Downloaded trybuild v1.0.97
14522024-08-01T05:48:29.432Z Downloaded rand_distr v0.4.3
14532024-08-01T05:48:29.438Z Downloaded hyper-util v0.1.3
14542024-08-01T05:48:29.445Z Downloaded p256 v0.13.2
14552024-08-01T05:48:29.448Z Downloaded criterion v0.5.1
14562024-08-01T05:48:29.455Z Downloaded rstest_macros v0.19.0
14572024-08-01T05:48:29.458Z Downloaded pretty_assertions v1.4.0
14582024-08-01T05:48:29.460Z Downloaded fancy-regex v0.13.0
14592024-08-01T05:48:29.463Z Downloaded aes v0.8.4
14602024-08-01T05:48:29.467Z Downloaded ed25519-dalek v2.1.1
14612024-08-01T05:48:29.470Z Downloaded tower v0.4.13
14622024-08-01T05:48:29.479Z Downloaded russh v0.43.0
14632024-08-01T05:48:29.485Z Downloaded aes-gcm v0.10.3
14642024-08-01T05:48:29.487Z Downloaded rand v0.7.3
14652024-08-01T05:48:29.491Z Downloaded plotters v0.3.5
14662024-08-01T05:48:29.499Z Downloaded p521 v0.13.3
14672024-08-01T05:48:29.504Z Downloaded hyper v1.3.1
14682024-08-01T05:48:29.508Z Downloaded guppy v0.17.5
14692024-08-01T05:48:30.099Z Dirty proc-macro2 v1.0.86: the rustflags changed
14702024-08-01T05:48:30.099Z Compiling proc-macro2 v1.0.86
14712024-08-01T05:48:30.099Z Dirty unicode-ident v1.0.12: the rustflags changed
14722024-08-01T05:48:30.099Z Compiling unicode-ident v1.0.12
14732024-08-01T05:48:30.099Z Dirty libc v0.2.155: the rustflags changed
14742024-08-01T05:48:30.099Z Compiling libc v0.2.155
14752024-08-01T05:48:30.103Z Dirty cfg-if v1.0.0: the rustflags changed
14762024-08-01T05:48:30.103Z Compiling cfg-if v1.0.0
14772024-08-01T05:48:30.103Z Dirty serde v1.0.204: the rustflags changed
14782024-08-01T05:48:30.103Z Compiling serde v1.0.204
14792024-08-01T05:48:30.103Z Dirty version_check v0.9.4: the rustflags changed
14802024-08-01T05:48:30.103Z Compiling version_check v0.9.4
14812024-08-01T05:48:30.103Z Dirty autocfg v1.3.0: the rustflags changed
14822024-08-01T05:48:30.103Z Compiling autocfg v1.3.0
14832024-08-01T05:48:30.103Z Dirty memchr v2.7.2: the rustflags changed
14842024-08-01T05:48:30.103Z Compiling memchr v2.7.2
14852024-08-01T05:48:30.213Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6cd145163fd70236 -C extra-filename=-6cd145163fd70236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14862024-08-01T05:48:30.223Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=f04c7e29e163c4f4 -C extra-filename=-f04c7e29e163c4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14872024-08-01T05:48:30.224Z Running `/home/build/.rustup/toolchains/1.78.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.86/build.rs --error-format=json --json=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"' -C metadata=3d60a5ec559be5a3 -C extra-filename=-3d60a5ec559be5a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-3d60a5ec559be5a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14882024-08-01T05:48:30.224Z Running `/home/build/.rustup/toolchains/1.78.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.155/build.rs --error-format=json --json=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"' -C metadata=3cba3e4111e6a12c -C extra-filename=-3cba3e4111e6a12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14892024-08-01T05:48:30.227Z Running `/home/build/.rustup/toolchains/1.78.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.204/build.rs --error-format=json --json=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"' -C metadata=1551a7a4c9cbe6e4 -C extra-filename=-1551a7a4c9cbe6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-1551a7a4c9cbe6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14902024-08-01T05:48:30.227Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=29318a6a539680a2 -C extra-filename=-29318a6a539680a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14912024-08-01T05:48:30.227Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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 -C metadata=da1d2f89ec5cc337 -C extra-filename=-da1d2f89ec5cc337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-08-01T05:48:30.227Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9b2ede3219a3f1f -C extra-filename=-d9b2ede3219a3f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14932024-08-01T05:48:30.289Z Dirty scopeguard v1.2.0: the rustflags changed
14942024-08-01T05:48:30.289Z Compiling scopeguard v1.2.0
14952024-08-01T05:48:30.302Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=96e907db81b39683 -C extra-filename=-96e907db81b39683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14962024-08-01T05:48:30.365Z Dirty log v0.4.21: the rustflags changed
14972024-08-01T05:48:30.365Z Compiling log v0.4.21
14982024-08-01T05:48:30.398Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=a206aa3e5ae8d451 -C extra-filename=-a206aa3e5ae8d451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14992024-08-01T05:48:30.442Z Dirty byteorder v1.5.0: the rustflags changed
15002024-08-01T05:48:30.442Z Compiling byteorder v1.5.0
15012024-08-01T05:48:30.475Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4079b563d11206ed -C extra-filename=-4079b563d11206ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15022024-08-01T05:48:30.808Z Dirty once_cell v1.19.0: the rustflags changed
15032024-08-01T05:48:30.808Z Compiling once_cell v1.19.0
15042024-08-01T05:48:30.838Z Running `/home/build/.rustup/toolchains/1.78.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.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=646417322ca33c73 -C extra-filename=-646417322ca33c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15052024-08-01T05:48:30.855Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-1551a7a4c9cbe6e4/build-script-build`
15062024-08-01T05:48:30.881Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-3d60a5ec559be5a3/build-script-build`
15072024-08-01T05:48:30.885Z Dirty itoa v1.0.11: the rustflags changed
15082024-08-01T05:48:30.888Z Compiling itoa v1.0.11
15092024-08-01T05:48:30.898Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1d1af7e8c40a69f8 -C extra-filename=-1d1af7e8c40a69f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15102024-08-01T05:48:30.906Z Dirty smallvec v1.13.2: the rustflags changed
15112024-08-01T05:48:30.906Z Compiling smallvec v1.13.2
15122024-08-01T05:48:30.931Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b79becaab4538f2c -C extra-filename=-b79becaab4538f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-08-01T05:48:30.990Z Dirty parking_lot_core v0.9.10: the rustflags changed
15142024-08-01T05:48:30.990Z Compiling parking_lot_core v0.9.10
15152024-08-01T05:48:30.993Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8d46e527a12f1bac -C extra-filename=-8d46e527a12f1bac --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15162024-08-01T05:48:31.037Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c/build-script-build`
15172024-08-01T05:48:31.099Z Dirty libm v0.2.8: the rustflags changed
15182024-08-01T05:48:31.099Z Compiling libm v0.2.8
15192024-08-01T05:48:31.113Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=095fcd23f830a54d -C extra-filename=-095fcd23f830a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15202024-08-01T05:48:31.120Z Running `/home/build/.rustup/toolchains/1.78.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.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6a78d9d4c0031289 -C extra-filename=-6a78d9d4c0031289 --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-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
15212024-08-01T05:48:31.120Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=9e9eff94c6618bbf -C extra-filename=-9e9eff94c6618bbf --out-dir /work/oxidecomputer/omicron/target/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`
15222024-08-01T05:48:31.191Z Dirty pin-project-lite v0.2.14: the rustflags changed
15232024-08-01T05:48:31.191Z Compiling pin-project-lite v0.2.14
15242024-08-01T05:48:31.194Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=4736805a60104127 -C extra-filename=-4736805a60104127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-08-01T05:48:31.205Z Dirty lock_api v0.4.12: the rustflags changed
15262024-08-01T05:48:31.205Z Compiling lock_api v0.4.12
15272024-08-01T05:48:31.208Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4af9be3a59741d39 -C extra-filename=-4af9be3a59741d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15282024-08-01T05:48:31.304Z Dirty num-traits v0.2.19: the rustflags changed
15292024-08-01T05:48:31.304Z Compiling num-traits v0.2.19
15302024-08-01T05:48:31.314Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e2a2ec7d9b6a4b62 -C extra-filename=-e2a2ec7d9b6a4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15312024-08-01T05:48:31.318Z Dirty cc v1.0.97: the rustflags changed
15322024-08-01T05:48:31.318Z Compiling cc v1.0.97
15332024-08-01T05:48:31.322Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=453eca9135afa6bf -C extra-filename=-453eca9135afa6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15342024-08-01T05:48:31.471Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac/build-script-build`
15352024-08-01T05:48:31.474Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d/build-script-build`
15362024-08-01T05:48:31.507Z Dirty thiserror v1.0.63: the rustflags changed
15372024-08-01T05:48:31.507Z Compiling thiserror v1.0.63
15382024-08-01T05:48:31.521Z Running `/home/build/.rustup/toolchains/1.78.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.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fe04417b0922964 -C extra-filename=-2fe04417b0922964 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-2fe04417b0922964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15392024-08-01T05:48:31.523Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=98a4140e57fd013c -C extra-filename=-98a4140e57fd013c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15402024-08-01T05:48:31.538Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39/build-script-build`
15412024-08-01T05:48:31.625Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62/build-script-build`
15422024-08-01T05:48:31.677Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fb5654d251dbf08f -C extra-filename=-fb5654d251dbf08f --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-96e907db81b39683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15432024-08-01T05:48:31.917Z Dirty ahash v0.8.11: the rustflags changed
15442024-08-01T05:48:31.917Z Compiling ahash v0.8.11
15452024-08-01T05:48:31.917Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f38055c8d994fd52 -C extra-filename=-f38055c8d994fd52 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15462024-08-01T05:48:32.067Z Dirty quote v1.0.36: the rustflags changed
15472024-08-01T05:48:32.067Z Compiling quote v1.0.36
15482024-08-01T05:48:32.069Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8ae0078a8307e25e -C extra-filename=-8ae0078a8307e25e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15492024-08-01T05:48:32.162Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-2fe04417b0922964/build-script-build`
15502024-08-01T05:48:32.191Z Dirty spin v0.9.8: the rustflags changed
15512024-08-01T05:48:32.192Z Compiling spin v0.9.8
15522024-08-01T05:48:32.194Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a84cf16555a1e5a6 -C extra-filename=-a84cf16555a1e5a6 --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-fb5654d251dbf08f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-08-01T05:48:32.303Z Dirty getrandom v0.2.14: the rustflags changed
15542024-08-01T05:48:32.303Z Compiling getrandom v0.2.14
15552024-08-01T05:48:32.309Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=84b0b01dae64acc1 -C extra-filename=-84b0b01dae64acc1 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-08-01T05:48:32.394Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0b5b7b7a4efb3c44 -C extra-filename=-0b5b7b7a4efb3c44 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15572024-08-01T05:48:32.608Z Dirty syn v2.0.72: the rustflags changed
15582024-08-01T05:48:32.608Z Compiling syn v2.0.72
15592024-08-01T05:48:32.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=1fcd1d7888a06fc5 -C extra-filename=-1fcd1d7888a06fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15602024-08-01T05:48:32.626Z Dirty rand_core v0.6.4: the rustflags changed
15612024-08-01T05:48:32.626Z Compiling rand_core v0.6.4
15622024-08-01T05:48:32.629Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=715685859e2d8232 -C extra-filename=-715685859e2d8232 --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15632024-08-01T05:48:32.824Z Dirty parking_lot v0.12.2: the rustflags changed
15642024-08-01T05:48:32.824Z Compiling parking_lot v0.12.2
15652024-08-01T05:48:32.827Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceff54d9803290cf -C extra-filename=-ceff54d9803290cf --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-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0b5b7b7a4efb3c44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15662024-08-01T05:48:32.843Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=da8aea025e0dde22 -C extra-filename=-da8aea025e0dde22 --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-98a4140e57fd013c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
15672024-08-01T05:48:32.989Z Dirty signal-hook-registry v1.4.2: the rustflags changed
15682024-08-01T05:48:32.989Z Compiling signal-hook-registry v1.4.2
15692024-08-01T05:48:33.005Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9c0fdcc86593b797 -C extra-filename=-9c0fdcc86593b797 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-08-01T05:48:33.040Z Dirty mio v0.8.11: the rustflags changed
15712024-08-01T05:48:33.040Z Compiling mio v0.8.11
15722024-08-01T05:48:33.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=9f0966d2e489a4ef -C extra-filename=-9f0966d2e489a4ef --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-08-01T05:48:33.089Z Dirty ryu v1.0.18: the rustflags changed
15742024-08-01T05:48:33.089Z Compiling ryu v1.0.18
15752024-08-01T05:48:33.092Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2235e6b179f77bd1 -C extra-filename=-2235e6b179f77bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-08-01T05:48:33.179Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52/build-script-build`
15772024-08-01T05:48:33.233Z Dirty num_cpus v1.16.0: the rustflags changed
15782024-08-01T05:48:33.233Z Compiling num_cpus v1.16.0
15792024-08-01T05:48:33.235Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=542485ea2f901d76 -C extra-filename=-542485ea2f901d76 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15802024-08-01T05:48:33.367Z Dirty allocator-api2 v0.2.18: the rustflags changed
15812024-08-01T05:48:33.367Z Compiling allocator-api2 v0.2.18
15822024-08-01T05:48:33.383Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e0639e5ace3a65a0 -C extra-filename=-e0639e5ace3a65a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15832024-08-01T05:48:33.470Z Dirty socket2 v0.5.7: the rustflags changed
15842024-08-01T05:48:33.470Z Compiling socket2 v0.5.7
15852024-08-01T05:48:33.475Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=638e6319dfcb29c2 -C extra-filename=-638e6319dfcb29c2 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15862024-08-01T05:48:33.782Z Dirty futures-core v0.3.30: the rustflags changed
15872024-08-01T05:48:33.782Z Compiling futures-core v0.3.30
15882024-08-01T05:48:33.785Z Running `/home/build/.rustup/toolchains/1.78.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a234987197be9fa -C extra-filename=-4a234987197be9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15892024-08-01T05:48:33.827Z Dirty typenum v1.17.0: the rustflags changed
15902024-08-01T05:48:33.827Z Compiling typenum v1.17.0
15912024-08-01T05:48:33.830Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=27eeebb75c45b94d -C extra-filename=-27eeebb75c45b94d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-08-01T05:48:34.045Z Dirty serde_json v1.0.120: the rustflags changed
15932024-08-01T05:48:34.045Z Compiling serde_json v1.0.120
15942024-08-01T05:48:34.048Z Running `/home/build/.rustup/toolchains/1.78.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.120/build.rs --error-format=json --json=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"' -C metadata=b57c9312ae36d377 -C extra-filename=-b57c9312ae36d377 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b57c9312ae36d377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-08-01T05:48:34.200Z Dirty generic-array v0.14.7: the rustflags changed
15962024-08-01T05:48:34.200Z Compiling generic-array v0.14.7
15972024-08-01T05:48:34.203Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=25df682b96f0072c -C extra-filename=-25df682b96f0072c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-08-01T05:48:34.395Z Dirty equivalent v1.0.1: the rustflags changed
15992024-08-01T05:48:34.395Z Compiling equivalent v1.0.1
16002024-08-01T05:48:34.398Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7908cf90c6ce7643 -C extra-filename=-7908cf90c6ce7643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16012024-08-01T05:48:34.419Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b57c9312ae36d377/build-script-build`
16022024-08-01T05:48:34.436Z Dirty subtle v2.5.0: the rustflags changed
16032024-08-01T05:48:34.436Z Compiling subtle v2.5.0
16042024-08-01T05:48:34.439Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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"' -C metadata=d6b6d230a68694b6 -C extra-filename=-d6b6d230a68694b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-08-01T05:48:34.456Z Dirty futures-sink v0.3.30: the rustflags changed
16062024-08-01T05:48:34.456Z Compiling futures-sink v0.3.30
16072024-08-01T05:48:34.459Z Running `/home/build/.rustup/toolchains/1.78.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb8e409c90cd6c4 -C extra-filename=-4cb8e409c90cd6c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16082024-08-01T05:48:34.510Z Dirty slab v0.4.9: the rustflags changed
16092024-08-01T05:48:34.510Z Compiling slab v0.4.9
16102024-08-01T05:48:34.510Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f1ebead8b418469f -C extra-filename=-f1ebead8b418469f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-08-01T05:48:34.540Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c/build-script-build`
16122024-08-01T05:48:34.601Z Dirty fnv v1.0.7: the rustflags changed
16132024-08-01T05:48:34.602Z Compiling fnv v1.0.7
16142024-08-01T05:48:34.604Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d03daaf3ac116161 -C extra-filename=-d03daaf3ac116161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-08-01T05:48:34.620Z Dirty futures-channel v0.3.30: the rustflags changed
16162024-08-01T05:48:34.620Z Compiling futures-channel v0.3.30
16172024-08-01T05:48:34.634Z Running `/home/build/.rustup/toolchains/1.78.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=afd81f7a37d03f0e -C extra-filename=-afd81f7a37d03f0e --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-08-01T05:48:34.729Z Dirty pin-utils v0.1.0: the rustflags changed
16192024-08-01T05:48:34.730Z Compiling pin-utils v0.1.0
16202024-08-01T05:48:34.730Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0b6d4576f055e0dd -C extra-filename=-0b6d4576f055e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-08-01T05:48:34.762Z Dirty futures-io v0.3.30: the rustflags changed
16222024-08-01T05:48:34.762Z Compiling futures-io v0.3.30
16232024-08-01T05:48:34.766Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=cfa3035534aaa817 -C extra-filename=-cfa3035534aaa817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-08-01T05:48:34.824Z Dirty futures-task v0.3.30: the rustflags changed
16252024-08-01T05:48:34.824Z Compiling futures-task v0.3.30
16262024-08-01T05:48:34.828Z Running `/home/build/.rustup/toolchains/1.78.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.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="alloc"' --cfg 'feature="std"' -C metadata=6b7b230ac7fdda05 -C extra-filename=-6b7b230ac7fdda05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16272024-08-01T05:48:34.850Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f/build-script-build`
16282024-08-01T05:48:34.954Z Dirty syn v1.0.109: the rustflags changed
16292024-08-01T05:48:34.954Z Compiling syn v1.0.109
16302024-08-01T05:48:34.968Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9135e84cd8615b52 -C extra-filename=-9135e84cd8615b52 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-08-01T05:48:34.970Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d/build-script-main`
16322024-08-01T05:48:34.992Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d0f1f33fb8cbafce -C extra-filename=-d0f1f33fb8cbafce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-08-01T05:48:35.040Z Dirty regex-syntax v0.8.3: the rustflags changed
16342024-08-01T05:48:35.040Z Compiling regex-syntax v0.8.3
16352024-08-01T05:48:35.055Z Running `/home/build/.rustup/toolchains/1.78.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.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"' --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"' -C metadata=e5e7129e53ac8b8b -C extra-filename=-e5e7129e53ac8b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-08-01T05:48:35.060Z Dirty const-oid v0.9.6: the rustflags changed
16372024-08-01T05:48:35.060Z Compiling const-oid v0.9.6
16382024-08-01T05:48:35.063Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e1a935d3d543cf79 -C extra-filename=-e1a935d3d543cf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-08-01T05:48:35.078Z Dirty aho-corasick v1.1.3: the rustflags changed
16402024-08-01T05:48:35.078Z Compiling aho-corasick v1.1.3
16412024-08-01T05:48:35.082Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=1fd9564269861caa -C extra-filename=-1fd9564269861caa --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-08-01T05:48:35.133Z Dirty iana-time-zone v0.1.60: the rustflags changed
16432024-08-01T05:48:35.133Z Compiling iana-time-zone v0.1.60
16442024-08-01T05:48:35.137Z Running `/home/build/.rustup/toolchains/1.78.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.60/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=dc7fd02d5aaff25a -C extra-filename=-dc7fd02d5aaff25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-08-01T05:48:35.262Z Dirty semver v1.0.23: the rustflags changed
16462024-08-01T05:48:35.262Z Compiling semver v1.0.23
16472024-08-01T05:48:35.265Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a46954a1d6188817 -C extra-filename=-a46954a1d6188817 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-08-01T05:48:35.567Z Dirty heck v0.5.0: the rustflags changed
16492024-08-01T05:48:35.567Z Compiling heck v0.5.0
16502024-08-01T05:48:35.572Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=98930e4cc72f023e -C extra-filename=-98930e4cc72f023e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16512024-08-01T05:48:35.596Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4b070c3f889b95c1 -C extra-filename=-4b070c3f889b95c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-08-01T05:48:35.616Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52/build-script-build`
16532024-08-01T05:48:35.685Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c11a1e752ae8cd20 -C extra-filename=-c11a1e752ae8cd20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
16542024-08-01T05:48:35.854Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817/build-script-build`
16552024-08-01T05:48:35.924Z Dirty tinyvec_macros v0.1.1: the rustflags changed
16562024-08-01T05:48:35.924Z Compiling tinyvec_macros v0.1.1
16572024-08-01T05:48:35.927Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b13b79eaf76cf6b9 -C extra-filename=-b13b79eaf76cf6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16582024-08-01T05:48:36.025Z Dirty tinyvec v1.6.0: the rustflags changed
16592024-08-01T05:48:36.025Z Compiling tinyvec v1.6.0
16602024-08-01T05:48:36.028Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="default"' --cfg 'feature="tinyvec_macros"' -C metadata=895d1d5581d5efcb -C extra-filename=-895d1d5581d5efcb --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-b13b79eaf76cf6b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-08-01T05:48:36.103Z Dirty lazy_static v1.5.0: the rustflags changed
16622024-08-01T05:48:36.103Z Compiling lazy_static v1.5.0
16632024-08-01T05:48:36.132Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=772fb82229dfbb23 -C extra-filename=-772fb82229dfbb23 --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-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16642024-08-01T05:48:36.237Z Dirty ppv-lite86 v0.2.17: the rustflags changed
16652024-08-01T05:48:36.237Z Compiling ppv-lite86 v0.2.17
16662024-08-01T05:48:36.240Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' -C metadata=b9107e4ada8e4dd6 -C extra-filename=-b9107e4ada8e4dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-08-01T05:48:36.940Z Dirty pkg-config v0.3.30: the rustflags changed
16682024-08-01T05:48:36.940Z Compiling pkg-config v0.3.30
16692024-08-01T05:48:36.943Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 -C metadata=0839f5aecb361828 -C extra-filename=-0839f5aecb361828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-08-01T05:48:37.015Z Dirty schemars v0.8.21: the rustflags changed
16712024-08-01T05:48:37.015Z Compiling schemars v0.8.21
16722024-08-01T05:48:37.039Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cc25cc30a3665139 -C extra-filename=-cc25cc30a3665139 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cc25cc30a3665139 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-08-01T05:48:37.151Z Dirty dyn-clone v1.0.17: the rustflags changed
16742024-08-01T05:48:37.151Z Compiling dyn-clone v1.0.17
16752024-08-01T05:48:37.154Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=acaadff11df4bfa2 -C extra-filename=-acaadff11df4bfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-08-01T05:48:37.385Z Dirty unicode-normalization v0.1.23: the rustflags changed
16772024-08-01T05:48:37.385Z Compiling unicode-normalization v0.1.23
16782024-08-01T05:48:37.385Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=64697c3f9169cd97 -C extra-filename=-64697c3f9169cd97 --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-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16792024-08-01T05:48:37.430Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cc25cc30a3665139/build-script-build`
16802024-08-01T05:48:37.449Z Dirty unicode-bidi v0.3.15: the rustflags changed
16812024-08-01T05:48:37.449Z Compiling unicode-bidi v0.3.15
16822024-08-01T05:48:37.452Z Running `/home/build/.rustup/toolchains/1.78.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.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="hardcoded-data"' --cfg 'feature="std"' -C metadata=99ebbc53cc68e61d -C extra-filename=-99ebbc53cc68e61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-08-01T05:48:37.471Z Dirty rustix v0.38.34: the rustflags changed
16842024-08-01T05:48:37.471Z Compiling rustix v0.38.34
16852024-08-01T05:48:37.474Z Running `/home/build/.rustup/toolchains/1.78.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.34/build.rs --error-format=json --json=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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d971cc53717d749f -C extra-filename=-d971cc53717d749f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-08-01T05:48:38.317Z Dirty cpufeatures v0.2.12: the rustflags changed
16872024-08-01T05:48:38.317Z Compiling cpufeatures v0.2.12
16882024-08-01T05:48:38.320Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=617fd11b7df2e647 -C extra-filename=-617fd11b7df2e647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-08-01T05:48:38.426Z Dirty regex-automata v0.4.6: the rustflags changed
16902024-08-01T05:48:38.426Z Compiling regex-automata v0.4.6
16912024-08-01T05:48:38.429Z Running `/home/build/.rustup/toolchains/1.78.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.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="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"' -C metadata=b328ca2e85c26ba1 -C extra-filename=-b328ca2e85c26ba1 --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-08-01T05:48:38.469Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f/build-script-build`
16932024-08-01T05:48:38.488Z Dirty rand_chacha v0.3.1: the rustflags changed
16942024-08-01T05:48:38.488Z Compiling rand_chacha v0.3.1
16952024-08-01T05:48:38.503Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d007674366a49271 -C extra-filename=-d007674366a49271 --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-08-01T05:48:38.585Z Dirty errno v0.3.9: the rustflags changed
16972024-08-01T05:48:38.585Z Compiling errno v0.3.9
16982024-08-01T05:48:38.588Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3cfcd26b9cc4ed8f -C extra-filename=-3cfcd26b9cc4ed8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-08-01T05:48:38.812Z Dirty tracing-core v0.1.32: the rustflags changed
17002024-08-01T05:48:38.812Z Compiling tracing-core v0.1.32
17012024-08-01T05:48:38.815Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4090540935a66d13 -C extra-filename=-4090540935a66d13 --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-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-08-01T05:48:39.068Z Dirty rand v0.8.5: the rustflags changed
17032024-08-01T05:48:39.068Z Compiling rand v0.8.5
17042024-08-01T05:48:39.071Z Running `/home/build/.rustup/toolchains/1.78.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="std"' --cfg 'feature="std_rng"' -C metadata=26edd622f87e2dfc -C extra-filename=-26edd622f87e2dfc --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-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-08-01T05:48:40.340Z Dirty serde_derive_internals v0.29.1: the rustflags changed
17062024-08-01T05:48:40.340Z Compiling serde_derive_internals v0.29.1
17072024-08-01T05:48:40.344Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=96b13c5883363ad0 -C extra-filename=-96b13c5883363ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-08-01T05:48:40.828Z Dirty percent-encoding v2.3.1: the rustflags changed
17092024-08-01T05:48:40.828Z Compiling percent-encoding v2.3.1
17102024-08-01T05:48:40.831Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=22869783781f7a70 -C extra-filename=-22869783781f7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-08-01T05:48:40.847Z Dirty time-core v0.1.2: the rustflags changed
17122024-08-01T05:48:40.847Z Compiling time-core v0.1.2
17132024-08-01T05:48:40.869Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d2b471122a3172da -C extra-filename=-d2b471122a3172da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-08-01T05:48:41.033Z Dirty form_urlencoded v1.2.1: the rustflags changed
17152024-08-01T05:48:41.033Z Compiling form_urlencoded v1.2.1
17162024-08-01T05:48:41.036Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8558f77493471e37 -C extra-filename=-8558f77493471e37 --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-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-08-01T05:48:41.197Z Dirty unicode-width v0.1.13: the rustflags changed
17182024-08-01T05:48:41.197Z Compiling unicode-width v0.1.13
17192024-08-01T05:48:41.200Z Running `/home/build/.rustup/toolchains/1.78.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.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 --cfg 'feature="default"' -C metadata=b49d375e5576b095 -C extra-filename=-b49d375e5576b095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-08-01T05:48:41.225Z Dirty num-conv v0.1.0: the rustflags changed
17212024-08-01T05:48:41.225Z Compiling num-conv v0.1.0
17222024-08-01T05:48:41.228Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=19b41fa3adeceefc -C extra-filename=-19b41fa3adeceefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-08-01T05:48:41.370Z Dirty powerfmt v0.2.0: the rustflags changed
17242024-08-01T05:48:41.371Z Compiling powerfmt v0.2.0
17252024-08-01T05:48:41.387Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f3e7a811e4790277 -C extra-filename=-f3e7a811e4790277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-08-01T05:48:41.435Z Dirty httparse v1.8.0: the rustflags changed
17272024-08-01T05:48:41.435Z Compiling httparse v1.8.0
17282024-08-01T05:48:41.438Z Running `/home/build/.rustup/toolchains/1.78.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.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"' --cfg 'feature="std"' -C metadata=b68e58fa5461d0d8 -C extra-filename=-b68e58fa5461d0d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-08-01T05:48:41.520Z Dirty time-macros v0.2.18: the rustflags changed
17302024-08-01T05:48:41.520Z Compiling time-macros v0.2.18
17312024-08-01T05:48:41.524Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cb692b1ed7aa2065 -C extra-filename=-cb692b1ed7aa2065 --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-19b41fa3adeceefc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17322024-08-01T05:48:41.762Z Dirty deranged v0.3.11: the rustflags changed
17332024-08-01T05:48:41.762Z Compiling deranged v0.3.11
17342024-08-01T05:48:41.765Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=65b34d074ad7f278 -C extra-filename=-65b34d074ad7f278 --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-f3e7a811e4790277.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-08-01T05:48:41.803Z Dirty ring v0.17.8: the rustflags changed
17362024-08-01T05:48:41.803Z Compiling ring v0.17.8
17372024-08-01T05:48:41.807Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=dae6dd42be0e067a -C extra-filename=-dae6dd42be0e067a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17382024-08-01T05:48:41.912Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8/build-script-build`
17392024-08-01T05:48:41.940Z Dirty num_threads v0.1.7: the rustflags changed
17402024-08-01T05:48:41.940Z Compiling num_threads v0.1.7
17412024-08-01T05:48:41.942Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=34892b26c1f551f0 -C extra-filename=-34892b26c1f551f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-08-01T05:48:42.076Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-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="default"' --cfg 'feature="std"' -C metadata=374f7bdcf7d21587 -C extra-filename=-374f7bdcf7d21587 --out-dir /work/oxidecomputer/omicron/target/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`
17432024-08-01T05:48:42.778Z Dirty either v1.12.0: the rustflags changed
17442024-08-01T05:48:42.778Z Compiling either v1.12.0
17452024-08-01T05:48:42.782Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c6ebce9b8f2b7960 -C extra-filename=-c6ebce9b8f2b7960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-08-01T05:48:43.109Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a/build-script-build`
17472024-08-01T05:48:43.177Z Dirty idna v0.5.0: the rustflags changed
17482024-08-01T05:48:43.177Z Compiling idna v0.5.0
17492024-08-01T05:48:43.180Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=675744463e840421 -C extra-filename=-675744463e840421 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-08-01T05:48:43.318Z Dirty untrusted v0.9.0: the rustflags changed
17512024-08-01T05:48:43.318Z Compiling untrusted v0.9.0
17522024-08-01T05:48:43.321Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8af25f1ae3ed7de4 -C extra-filename=-8af25f1ae3ed7de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-08-01T05:48:43.509Z Dirty adler v1.0.2: the rustflags changed
17542024-08-01T05:48:43.509Z Compiling adler v1.0.2
17552024-08-01T05:48:43.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-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 -C metadata=ab02ed3d0c38bd82 -C extra-filename=-ab02ed3d0c38bd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-08-01T05:48:43.746Z Dirty rustversion v1.0.17: the rustflags changed
17572024-08-01T05:48:43.746Z Compiling rustversion v1.0.17
17582024-08-01T05:48:43.751Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0231db8ead83e2b9 -C extra-filename=-0231db8ead83e2b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-08-01T05:48:43.771Z Dirty miniz_oxide v0.7.2: the rustflags changed
17602024-08-01T05:48:43.771Z Compiling miniz_oxide v0.7.2
17612024-08-01T05:48:43.775Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --cfg 'feature="with-alloc"' -C metadata=0a57369393f833e2 -C extra-filename=-0a57369393f833e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-ab02ed3d0c38bd82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-08-01T05:48:44.517Z Dirty regex v1.10.5: the rustflags changed
17632024-08-01T05:48:44.517Z Compiling regex v1.10.5
17642024-08-01T05:48:44.540Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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"' -C metadata=d37737ee398aa5da -C extra-filename=-d37737ee398aa5da --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-08-01T05:48:44.779Z Dirty url v2.5.2: the rustflags changed
17662024-08-01T05:48:44.779Z Compiling url v2.5.2
17672024-08-01T05:48:44.782Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=5ae87c7fd6f493bf -C extra-filename=-5ae87c7fd6f493bf --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-8558f77493471e37.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-675744463e840421.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-08-01T05:48:45.140Z Dirty time v0.3.36: the rustflags changed
17692024-08-01T05:48:45.140Z Compiling time v0.3.36
17702024-08-01T05:48:45.145Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3a595e0835c9418a -C extra-filename=-3a595e0835c9418a --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-65b34d074ad7f278.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-19b41fa3adeceefc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34892b26c1f551f0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-f3e7a811e4790277.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17712024-08-01T05:48:45.346Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9/build-script-build`
17722024-08-01T05:48:45.411Z Dirty vcpkg v0.2.15: the rustflags changed
17732024-08-01T05:48:45.411Z Compiling vcpkg v0.2.15
17742024-08-01T05:48:45.414Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f2268884d2898701 -C extra-filename=-f2268884d2898701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17752024-08-01T05:48:45.589Z Dirty slog v2.7.0: the rustflags changed
17762024-08-01T05:48:45.589Z Compiling slog v2.7.0
17772024-08-01T05:48:45.592Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f19229a953384392 -C extra-filename=-f19229a953384392 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-08-01T05:48:46.012Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7f4db6d592aed0d9 -C extra-filename=-7f4db6d592aed0d9 --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
17792024-08-01T05:48:46.172Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392/build-script-build`
17802024-08-01T05:48:46.240Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ff404895282bf39c -C extra-filename=-ff404895282bf39c --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`
17812024-08-01T05:48:46.770Z Dirty try-lock v0.2.5: the rustflags changed
17822024-08-01T05:48:46.770Z Compiling try-lock v0.2.5
17832024-08-01T05:48:46.789Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=52288cb1600a9b63 -C extra-filename=-52288cb1600a9b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-08-01T05:48:46.949Z Dirty want v0.3.1: the rustflags changed
17852024-08-01T05:48:46.949Z Compiling want v0.3.1
17862024-08-01T05:48:46.965Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0dfc4878d281d11a -C extra-filename=-0dfc4878d281d11a --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-52288cb1600a9b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-08-01T05:48:47.265Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b70d90a376f7e844 -C extra-filename=-b70d90a376f7e844 --out-dir /work/oxidecomputer/omicron/target/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`
17882024-08-01T05:48:47.706Z Dirty openssl-sys v0.9.103: the rustflags changed
17892024-08-01T05:48:47.706Z Compiling openssl-sys v0.9.103
17902024-08-01T05:48:47.721Z Dirty serde_derive v1.0.204: the rustflags changed
17912024-08-01T05:48:47.721Z Compiling serde_derive v1.0.204
17922024-08-01T05:48:47.724Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c914c7f92f8e914a -C extra-filename=-c914c7f92f8e914a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-c914c7f92f8e914a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-f2268884d2898701.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-08-01T05:48:47.724Z Running `/home/build/.rustup/toolchains/1.78.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.204/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=ceb724bdd3753957 -C extra-filename=-ceb724bdd3753957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-08-01T05:48:47.957Z Dirty zerocopy-derive v0.7.34: the rustflags changed
17952024-08-01T05:48:47.957Z Compiling zerocopy-derive v0.7.34
17962024-08-01T05:48:47.960Z Running `/home/build/.rustup/toolchains/1.78.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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=600cf0564382a713 -C extra-filename=-600cf0564382a713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-08-01T05:48:48.083Z Dirty zeroize_derive v1.4.2: the rustflags changed
17982024-08-01T05:48:48.084Z Compiling zeroize_derive v1.4.2
17992024-08-01T05:48:48.087Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f5d5f708d3ae1421 -C extra-filename=-f5d5f708d3ae1421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-08-01T05:48:48.874Z Dirty thiserror-impl v1.0.63: the rustflags changed
18012024-08-01T05:48:48.874Z Compiling thiserror-impl v1.0.63
18022024-08-01T05:48:48.877Z Running `/home/build/.rustup/toolchains/1.78.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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0411f1bd7063fa9 -C extra-filename=-f0411f1bd7063fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-08-01T05:48:49.941Z Dirty zeroize v1.7.0: the rustflags changed
18042024-08-01T05:48:49.941Z Compiling zeroize v1.7.0
18052024-08-01T05:48:49.941Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.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="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=ddee03847143bdd0 -C extra-filename=-ddee03847143bdd0 --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-f5d5f708d3ae1421.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-08-01T05:48:50.012Z Dirty tokio-macros v2.3.0: the rustflags changed
18072024-08-01T05:48:50.012Z Compiling tokio-macros v2.3.0
18082024-08-01T05:48:50.015Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=0a38acd4c83de58b -C extra-filename=-0a38acd4c83de58b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-08-01T05:48:50.347Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=28d3035606952e4a -C extra-filename=-28d3035606952e4a --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-4b070c3f889b95c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18102024-08-01T05:48:50.513Z Dirty zerocopy v0.7.34: the rustflags changed
18112024-08-01T05:48:50.513Z Compiling zerocopy v0.7.34
18122024-08-01T05:48:50.533Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=b2d58dfb6213ec88 -C extra-filename=-b2d58dfb6213ec88 --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-600cf0564382a713.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-08-01T05:48:50.696Z Dirty futures-macro v0.3.30: the rustflags changed
18142024-08-01T05:48:50.696Z Compiling futures-macro v0.3.30
18152024-08-01T05:48:50.699Z Running `/home/build/.rustup/toolchains/1.78.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b1a63c0ec8eb230 -C extra-filename=-5b1a63c0ec8eb230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-08-01T05:48:50.745Z Dirty schemars_derive v0.8.21: the rustflags changed
18172024-08-01T05:48:50.745Z Compiling schemars_derive v0.8.21
18182024-08-01T05:48:50.759Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=acfa19c005c98832 -C extra-filename=-acfa19c005c98832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-96b13c5883363ad0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18192024-08-01T05:48:51.802Z Dirty crypto-common v0.1.6: the rustflags changed
18202024-08-01T05:48:51.802Z Compiling crypto-common v0.1.6
18212024-08-01T05:48:51.802Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cc72cfd6f92b2ac4 -C extra-filename=-cc72cfd6f92b2ac4 --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-28d3035606952e4a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b070c3f889b95c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-08-01T05:48:52.001Z Dirty block-buffer v0.10.4: the rustflags changed
18232024-08-01T05:48:52.001Z Compiling block-buffer v0.10.4
18242024-08-01T05:48:52.004Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e26a12a73b5ef065 -C extra-filename=-e26a12a73b5ef065 --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-28d3035606952e4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-08-01T05:48:52.060Z Dirty tracing-attributes v0.1.27: the rustflags changed
18262024-08-01T05:48:52.060Z Compiling tracing-attributes v0.1.27
18272024-08-01T05:48:52.128Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3795cdfcbb739c0a -C extra-filename=-3795cdfcbb739c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-08-01T05:48:52.166Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ffd14cf7bf009d44 -C extra-filename=-ffd14cf7bf009d44 --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18292024-08-01T05:48:52.258Z Dirty digest v0.10.7: the rustflags changed
18302024-08-01T05:48:52.258Z Compiling digest v0.10.7
18312024-08-01T05:48:52.271Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3cfa47e91bd2ae23 -C extra-filename=-3cfa47e91bd2ae23 --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-e26a12a73b5ef065.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cc72cfd6f92b2ac4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-08-01T05:48:52.275Z Dirty async-trait v0.1.81: the rustflags changed
18332024-08-01T05:48:52.275Z Compiling async-trait v0.1.81
18342024-08-01T05:48:52.288Z Running `/home/build/.rustup/toolchains/1.78.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.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=97a23d2676a85f3f -C extra-filename=-97a23d2676a85f3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-08-01T05:48:52.579Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f0a4baf47e5a5f1 -C extra-filename=-9f0a4baf47e5a5f1 --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-f0411f1bd7063fa9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
18362024-08-01T05:48:52.727Z Dirty hashbrown v0.14.5: the rustflags changed
18372024-08-01T05:48:52.727Z Compiling hashbrown v0.14.5
18382024-08-01T05:48:52.730Z Running `/home/build/.rustup/toolchains/1.78.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"' --cfg 'feature="raw"' -C metadata=a9533f89556730b0 -C extra-filename=-a9533f89556730b0 --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-ffd14cf7bf009d44.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-e0639e5ace3a65a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-08-01T05:48:52.762Z Dirty socket2 v0.4.10: the rustflags changed
18402024-08-01T05:48:52.762Z Compiling socket2 v0.4.10
18412024-08-01T05:48:52.766Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c914c7f92f8e914a/build-script-main`
18422024-08-01T05:48:52.766Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.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="all"' -C metadata=927502a0ce0739a0 -C extra-filename=-927502a0ce0739a0 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-08-01T05:48:52.846Z Dirty tower-service v0.3.2: the rustflags changed
18442024-08-01T05:48:52.846Z Compiling tower-service v0.3.2
18452024-08-01T05:48:52.851Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c487c8735147c6c5 -C extra-filename=-c487c8735147c6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-08-01T05:48:52.977Z Dirty base64ct v1.6.0: the rustflags changed
18472024-08-01T05:48:52.978Z Compiling base64ct v1.6.0
18482024-08-01T05:48:52.995Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=96ee31262a117aa9 -C extra-filename=-96ee31262a117aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-08-01T05:48:53.042Z Dirty futures-util v0.3.30: the rustflags changed
18502024-08-01T05:48:53.042Z Compiling futures-util v0.3.30
18512024-08-01T05:48:53.045Z Running `/home/build/.rustup/toolchains/1.78.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.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="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"' -C metadata=f1e6a08d6237cea5 -C extra-filename=-f1e6a08d6237cea5 --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5b1a63c0ec8eb230.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0b6d4576f055e0dd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-08-01T05:48:53.609Z Dirty base64 v0.21.7: the rustflags changed
18532024-08-01T05:48:53.609Z Compiling base64 v0.21.7
18542024-08-01T05:48:53.612Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=bfc5ed6832fe4205 -C extra-filename=-bfc5ed6832fe4205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-08-01T05:48:53.726Z Dirty httpdate v1.0.3: the rustflags changed
18562024-08-01T05:48:53.726Z Compiling httpdate v1.0.3
18572024-08-01T05:48:53.729Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9a593ee1b17490e8 -C extra-filename=-9a593ee1b17490e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-08-01T05:48:54.141Z Dirty backtrace v0.3.71: the rustflags changed
18592024-08-01T05:48:54.141Z Compiling backtrace v0.3.71
18602024-08-01T05:48:54.144Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5ec7fdb506f70d5d -C extra-filename=-5ec7fdb506f70d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-08-01T05:48:54.211Z Dirty foreign-types-shared v0.1.1: the rustflags changed
18622024-08-01T05:48:54.211Z Compiling foreign-types-shared v0.1.1
18632024-08-01T05:48:54.214Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bc035bfc41bc9c76 -C extra-filename=-bc035bfc41bc9c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-08-01T05:48:54.324Z Dirty heck v0.4.1: the rustflags changed
18652024-08-01T05:48:54.324Z Compiling heck v0.4.1
18662024-08-01T05:48:54.328Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=791557af361405da -C extra-filename=-791557af361405da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-08-01T05:48:54.384Z Dirty gimli v0.28.1: the rustflags changed
18682024-08-01T05:48:54.384Z Compiling gimli v0.28.1
18692024-08-01T05:48:54.387Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="read"' --cfg 'feature="read-core"' -C metadata=a34ddd72889326b9 -C extra-filename=-a34ddd72889326b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-08-01T05:48:54.485Z Dirty openssl-probe v0.1.5: the rustflags changed
18712024-08-01T05:48:54.485Z Compiling openssl-probe v0.1.5
18722024-08-01T05:48:54.488Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0ad62ea66a01c868 -C extra-filename=-0ad62ea66a01c868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-08-01T05:48:54.661Z Dirty strsim v0.11.1: the rustflags changed
18742024-08-01T05:48:54.662Z Compiling strsim v0.11.1
18752024-08-01T05:48:54.664Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6ea71400cff95591 -C extra-filename=-6ea71400cff95591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18762024-08-01T05:48:54.802Z Dirty openssl v0.10.66: the rustflags changed
18772024-08-01T05:48:54.802Z Compiling openssl v0.10.66
18782024-08-01T05:48:54.802Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d8d37f203d2573f5 -C extra-filename=-d8d37f203d2573f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-d8d37f203d2573f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-08-01T05:48:54.838Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d/build-script-build`
18802024-08-01T05:48:54.866Z Dirty foreign-types v0.3.2: the rustflags changed
18812024-08-01T05:48:54.866Z Compiling foreign-types v0.3.2
18822024-08-01T05:48:54.869Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=54d620cccad1afc5 -C extra-filename=-54d620cccad1afc5 --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-bc035bfc41bc9c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-08-01T05:48:54.965Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fb016ee485e0d634 -C extra-filename=-fb016ee485e0d634 --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-9e9eff94c6618bbf.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`
18842024-08-01T05:48:55.283Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-d8d37f203d2573f5/build-script-build`
18852024-08-01T05:48:55.308Z Dirty openssl-macros v0.1.1: the rustflags changed
18862024-08-01T05:48:55.308Z Compiling openssl-macros v0.1.1
18872024-08-01T05:48:55.311Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=788f5bd5b3fc40c7 -C extra-filename=-788f5bd5b3fc40c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-08-01T05:48:55.327Z Dirty object v0.32.2: the rustflags changed
18892024-08-01T05:48:55.327Z Compiling object v0.32.2
18902024-08-01T05:48:55.330Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=340f589c74ad0544 -C extra-filename=-340f589c74ad0544 --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-08-01T05:48:55.618Z Dirty mime v0.3.17: the rustflags changed
18922024-08-01T05:48:55.618Z Compiling mime v0.3.17
18932024-08-01T05:48:55.621Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6ed43d208ee9dad1 -C extra-filename=-6ed43d208ee9dad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18942024-08-01T05:48:56.209Z Dirty anyhow v1.0.86: the rustflags changed
18952024-08-01T05:48:56.209Z Compiling anyhow v1.0.86
18962024-08-01T05:48:56.235Z Running `/home/build/.rustup/toolchains/1.78.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.86/build.rs --error-format=json --json=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"' -C metadata=3526ed6e7ec9351c -C extra-filename=-3526ed6e7ec9351c --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-08-01T05:48:56.253Z Dirty ipnet v2.9.0: the rustflags changed
18982024-08-01T05:48:56.253Z Compiling ipnet v2.9.0
18992024-08-01T05:48:56.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.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="std"' -C metadata=a311a60ce806e489 -C extra-filename=-a311a60ce806e489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-08-01T05:48:56.312Z Dirty tracing v0.1.40: the rustflags changed
19012024-08-01T05:48:56.312Z Compiling tracing v0.1.40
19022024-08-01T05:48:56.316Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=bbe910777833fa5b -C extra-filename=-bbe910777833fa5b --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-a206aa3e5ae8d451.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-3795cdfcbb739c0a.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-4090540935a66d13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-08-01T05:48:56.438Z Dirty rustc-demangle v0.1.24: the rustflags changed
19042024-08-01T05:48:56.438Z Compiling rustc-demangle v0.1.24
19052024-08-01T05:48:56.447Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=41c64ee615aff3ba -C extra-filename=-41c64ee615aff3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-08-01T05:48:56.731Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.204/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=da3429ff12e30b86 -C extra-filename=-da3429ff12e30b86 --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-ceb724bdd3753957.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19072024-08-01T05:48:56.894Z Dirty crossbeam-utils v0.8.19: the rustflags changed
19082024-08-01T05:48:56.894Z Compiling crossbeam-utils v0.8.19
19092024-08-01T05:48:56.897Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=bdd76902b9dc9574 -C extra-filename=-bdd76902b9dc9574 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-08-01T05:48:56.950Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c/build-script-build`
19112024-08-01T05:48:57.251Z Dirty winnow v0.5.40: the rustflags changed
19122024-08-01T05:48:57.252Z Compiling winnow v0.5.40
19132024-08-01T05:48:57.255Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e4cd269434c2124b -C extra-filename=-e4cd269434c2124b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-08-01T05:48:57.550Z Dirty native-tls v0.2.11: the rustflags changed
19152024-08-01T05:48:57.550Z Compiling native-tls v0.2.11
19162024-08-01T05:48:57.553Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=dd402baa13a09a10 -C extra-filename=-dd402baa13a09a10 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-08-01T05:48:57.572Z Dirty ucd-trie v0.1.6: the rustflags changed
19182024-08-01T05:48:57.572Z Compiling ucd-trie v0.1.6
19192024-08-01T05:48:57.575Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=c65906f2bde6c412 -C extra-filename=-c65906f2bde6c412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-08-01T05:48:57.650Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574/build-script-build`
19212024-08-01T05:48:57.659Z Dirty rustls v0.21.12: the rustflags changed
19222024-08-01T05:48:57.659Z Compiling rustls v0.21.12
19232024-08-01T05:48:57.662Z Running `/home/build/.rustup/toolchains/1.78.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bc80f71c69e9b6e8 -C extra-filename=-bc80f71c69e9b6e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-08-01T05:48:57.954Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10/build-script-build`
19252024-08-01T05:48:57.957Z Dirty pest v2.7.10: the rustflags changed
19262024-08-01T05:48:57.957Z Compiling pest v2.7.10
19272024-08-01T05:48:57.966Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.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="memchr"' --cfg 'feature="std"' -C metadata=577e78f500518421 -C extra-filename=-577e78f500518421 --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-d9b2ede3219a3f1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-c65906f2bde6c412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-08-01T05:48:57.992Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8/build-script-build`
19292024-08-01T05:48:58.008Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=a68a0ba69dfbf991 -C extra-filename=-a68a0ba69dfbf991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19302024-08-01T05:48:58.177Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
19312024-08-01T05:48:58.177Z Compiling pem-rfc7468 v0.7.0
19322024-08-01T05:48:58.180Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=39678f3abe8ee19d -C extra-filename=-39678f3abe8ee19d --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-96ee31262a117aa9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-08-01T05:48:59.008Z Dirty futures-executor v0.3.30: the rustflags changed
19342024-08-01T05:48:59.008Z Compiling futures-executor v0.3.30
19352024-08-01T05:48:59.011Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=305944c2ee33c8d3 -C extra-filename=-305944c2ee33c8d3 --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-4a234987197be9fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19362024-08-01T05:48:59.314Z Dirty futures v0.3.30: the rustflags changed
19372024-08-01T05:48:59.314Z Compiling futures v0.3.30
19382024-08-01T05:48:59.317Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=d7ac17ad64f31a1c -C extra-filename=-d7ac17ad64f31a1c --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-305944c2ee33c8d3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-08-01T05:48:59.329Z Dirty addr2line v0.21.0: the rustflags changed
19402024-08-01T05:48:59.329Z Compiling addr2line v0.21.0
19412024-08-01T05:48:59.332Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 -C metadata=b47b77a41795fa3e -C extra-filename=-b47b77a41795fa3e --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-a34ddd72889326b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-08-01T05:48:59.349Z Dirty sct v0.7.1: the rustflags changed
19432024-08-01T05:48:59.350Z Compiling sct v0.7.1
19442024-08-01T05:48:59.353Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a9d2e0700c181c92 -C extra-filename=-a9d2e0700c181c92 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
19452024-08-01T05:48:59.437Z Dirty rustls-webpki v0.101.7: the rustflags changed
19462024-08-01T05:48:59.437Z Compiling rustls-webpki v0.101.7
19472024-08-01T05:48:59.440Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fab874de416965c2 -C extra-filename=-fab874de416965c2 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
19482024-08-01T05:48:59.639Z Dirty der_derive v0.7.2: the rustflags changed
19492024-08-01T05:48:59.640Z Compiling der_derive v0.7.2
19502024-08-01T05:48:59.653Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=7dfb8652d7e80435 -C extra-filename=-7dfb8652d7e80435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-08-01T05:48:59.676Z Dirty cookie v0.17.0: the rustflags changed
19522024-08-01T05:48:59.676Z Compiling cookie v0.17.0
19532024-08-01T05:48:59.679Z Running `/home/build/.rustup/toolchains/1.78.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.17.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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=a372cc94cab348de -C extra-filename=-a372cc94cab348de --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-08-01T05:48:59.984Z Dirty utf8parse v0.2.1: the rustflags changed
19552024-08-01T05:48:59.984Z Compiling utf8parse v0.2.1
19562024-08-01T05:48:59.987Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1145d37920d1b3a9 -C extra-filename=-1145d37920d1b3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-08-01T05:49:00.020Z Dirty flagset v0.4.5: the rustflags changed
19582024-08-01T05:49:00.021Z Compiling flagset v0.4.5
19592024-08-01T05:49:00.023Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.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 -C metadata=78047bb16dad56ca -C extra-filename=-78047bb16dad56ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-08-01T05:49:00.196Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de/build-script-build`
19612024-08-01T05:49:00.234Z Running `/home/build/.rustup/toolchains/1.78.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=611c160b97485b6b -C extra-filename=-611c160b97485b6b --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fab874de416965c2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a9d2e0700c181c92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
19622024-08-01T05:49:00.238Z Dirty scroll_derive v0.12.0: the rustflags changed
19632024-08-01T05:49:00.238Z Compiling scroll_derive v0.12.0
19642024-08-01T05:49:00.252Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=39346474b654d3c7 -C extra-filename=-39346474b654d3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-08-01T05:49:00.890Z Dirty pest_meta v2.7.10: the rustflags changed
19662024-08-01T05:49:00.890Z Compiling pest_meta v2.7.10
19672024-08-01T05:49:00.893Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=4a77994e5dd06226 -C extra-filename=-4a77994e5dd06226 --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-646417322ca33c73.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-577e78f500518421.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19682024-08-01T05:49:01.122Z Dirty idna v0.3.0: the rustflags changed
19692024-08-01T05:49:01.122Z Compiling idna v0.3.0
19702024-08-01T05:49:01.134Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=38f8b4c0736aef15 -C extra-filename=-38f8b4c0736aef15 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-08-01T05:49:01.476Z Dirty encoding_rs v0.8.34: the rustflags changed
19722024-08-01T05:49:01.476Z Compiling encoding_rs v0.8.34
19732024-08-01T05:49:01.490Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cb93baec212052e7 -C extra-filename=-cb93baec212052e7 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-08-01T05:49:01.974Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0dcfa2ff3f409e5c -C extra-filename=-0dcfa2ff3f409e5c --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-b47b77a41795fa3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-340f589c74ad0544.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-41c64ee615aff3ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-08-01T05:49:02.475Z Dirty der v0.7.9: the rustflags changed
19762024-08-01T05:49:02.475Z Compiling der v0.7.9
19772024-08-01T05:49:02.478Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8177c7b7d6928a3c -C extra-filename=-8177c7b7d6928a3c --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-e1a935d3d543cf79.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-7dfb8652d7e80435.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-78047bb16dad56ca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-08-01T05:49:02.628Z Dirty psl-types v2.0.11: the rustflags changed
19792024-08-01T05:49:02.628Z Compiling psl-types v2.0.11
19802024-08-01T05:49:02.631Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=37a7ed7204f9aba7 -C extra-filename=-37a7ed7204f9aba7 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:02.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=3c29e5bf0859ca58 -C extra-filename=-3c29e5bf0859ca58 --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-0dcfa2ff3f409e5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
19822024-08-01T05:49:02.858Z Dirty bytes v1.6.0: the rustflags changed
19832024-08-01T05:49:02.858Z Compiling bytes v1.6.0
19842024-08-01T05:49:02.861Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=0ca0c6ee2251a771 -C extra-filename=-0ca0c6ee2251a771 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-08-01T05:49:03.260Z Dirty bitflags v2.6.0: the rustflags changed
19862024-08-01T05:49:03.260Z Compiling bitflags v2.6.0
19872024-08-01T05:49:03.263Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=79ef37fead517de5 -C extra-filename=-79ef37fead517de5 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-08-01T05:49:03.732Z Running `/home/build/.rustup/toolchains/1.78.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.120/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=4768e9e481ff3473 -C extra-filename=-4768e9e481ff3473 --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-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
19892024-08-01T05:49:03.767Z Dirty tokio v1.38.1: the rustflags changed
19902024-08-01T05:49:03.767Z Compiling tokio v1.38.1
19912024-08-01T05:49:03.770Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-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="num_cpus"' --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"' -C metadata=e52650c0e0b57180 -C extra-filename=-e52650c0e0b57180 --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-0ca0c6ee2251a771.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-542485ea2f901d76.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0a38acd4c83de58b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-08-01T05:49:04.211Z Dirty indexmap v2.2.6: the rustflags changed
19932024-08-01T05:49:04.211Z Compiling indexmap v2.2.6
19942024-08-01T05:49:04.214Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=ac2c4e4e7a7f3c52 -C extra-filename=-ac2c4e4e7a7f3c52 --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-7908cf90c6ce7643.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a9533f89556730b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-08-01T05:49:05.703Z Dirty chrono v0.4.38: the rustflags changed
19962024-08-01T05:49:05.703Z Compiling chrono v0.4.38
19972024-08-01T05:49:05.741Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=97034b78d1593ff4 -C extra-filename=-97034b78d1593ff4 --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-dc7fd02d5aaff25a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19982024-08-01T05:49:05.745Z Dirty uuid v1.10.0: the rustflags changed
19992024-08-01T05:49:05.745Z Compiling uuid v1.10.0
20002024-08-01T05:49:05.745Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=30db8036d64b29f4 -C extra-filename=-30db8036d64b29f4 --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-84b0b01dae64acc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-08-01T05:49:06.052Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8ac9eee395b6b013 -C extra-filename=-8ac9eee395b6b013 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20022024-08-01T05:49:06.165Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=74a6194e555b79ec -C extra-filename=-74a6194e555b79ec --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-79ef37fead517de5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3cfcd26b9cc4ed8f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20032024-08-01T05:49:06.223Z Dirty http v0.2.12: the rustflags changed
20042024-08-01T05:49:06.223Z Compiling http v0.2.12
20052024-08-01T05:49:06.258Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=19bd34fc86dbda3f -C extra-filename=-19bd34fc86dbda3f --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-0ca0c6ee2251a771.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-08-01T05:49:06.854Z Dirty serde_tokenstream v0.2.1: the rustflags changed
20072024-08-01T05:49:06.854Z Compiling serde_tokenstream v0.2.1
20082024-08-01T05:49:06.857Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f637d86c4257330 -C extra-filename=-5f637d86c4257330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-08-01T05:49:06.986Z Dirty serde_spanned v0.6.7: the rustflags changed
20102024-08-01T05:49:06.986Z Compiling serde_spanned v0.6.7
20112024-08-01T05:49:06.990Z Running `/home/build/.rustup/toolchains/1.78.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.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=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="serde"' -C metadata=afdb87a3a9a0d959 -C extra-filename=-afdb87a3a9a0d959 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20122024-08-01T05:49:07.225Z Dirty toml_datetime v0.6.8: the rustflags changed
20132024-08-01T05:49:07.225Z Compiling toml_datetime v0.6.8
20142024-08-01T05:49:07.241Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=bca2ea7b2a53805b -C extra-filename=-bca2ea7b2a53805b --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-08-01T05:49:07.374Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4dffa66abfb72836 -C extra-filename=-4dffa66abfb72836 --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-79ef37fead517de5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-788f5bd5b3fc40c7.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.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`
20162024-08-01T05:49:07.400Z Dirty rustc_version v0.4.0: the rustflags changed
20172024-08-01T05:49:07.400Z Compiling rustc_version v0.4.0
20182024-08-01T05:49:07.416Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee0ef3b4f042ff10 -C extra-filename=-ee0ef3b4f042ff10 --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-8ac9eee395b6b013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-08-01T05:49:07.754Z Dirty toml_edit v0.19.15: the rustflags changed
20202024-08-01T05:49:07.754Z Compiling toml_edit v0.19.15
20212024-08-01T05:49:07.757Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=359298743220a9ee -C extra-filename=-359298743220a9ee --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-ac2c4e4e7a7f3c52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-afdb87a3a9a0d959.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e4cd269434c2124b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20222024-08-01T05:49:08.175Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=1b2d1eaa4bd56ef6 -C extra-filename=-1b2d1eaa4bd56ef6 --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-0ca0c6ee2251a771.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-acfa19c005c98832.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
20232024-08-01T05:49:08.947Z Dirty http-body v0.4.6: the rustflags changed
20242024-08-01T05:49:08.947Z Compiling http-body v0.4.6
20252024-08-01T05:49:08.949Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e3bd3c145d43de4c -C extra-filename=-e3bd3c145d43de4c --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-0ca0c6ee2251a771.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-08-01T05:49:09.327Z Dirty serde_urlencoded v0.7.1: the rustflags changed
20272024-08-01T05:49:09.327Z Compiling serde_urlencoded v0.7.1
20282024-08-01T05:49:09.357Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6c3b2110d09f4892 -C extra-filename=-6c3b2110d09f4892 --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-8558f77493471e37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-08-01T05:49:09.442Z Dirty spki v0.7.3: the rustflags changed
20302024-08-01T05:49:09.442Z Compiling spki v0.7.3
20312024-08-01T05:49:09.458Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8d3fd92c55a5cde6 -C extra-filename=-8d3fd92c55a5cde6 --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-8177c7b7d6928a3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-08-01T05:49:09.737Z Dirty publicsuffix v2.2.3: the rustflags changed
20332024-08-01T05:49:09.737Z Compiling publicsuffix v2.2.3
20342024-08-01T05:49:09.752Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d9996439499333bf -C extra-filename=-d9996439499333bf --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-38f8b4c0736aef15.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-37a7ed7204f9aba7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-08-01T05:49:09.828Z Dirty pest_generator v2.7.10: the rustflags changed
20362024-08-01T05:49:09.828Z Compiling pest_generator v2.7.10
20372024-08-01T05:49:09.832Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=5513ef90d2bb6931 -C extra-filename=-5513ef90d2bb6931 --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-577e78f500518421.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4a77994e5dd06226.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-08-01T05:49:09.865Z Dirty scroll v0.12.0: the rustflags changed
20392024-08-01T05:49:09.865Z Compiling scroll v0.12.0
20402024-08-01T05:49:09.867Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4184939a5e6e4251 -C extra-filename=-4184939a5e6e4251 --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-39346474b654d3c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20412024-08-01T05:49:09.885Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=39525b1a9bdc82b9 -C extra-filename=-39525b1a9bdc82b9 --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-22869783781f7a70.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-08-01T05:49:09.995Z Dirty plain v0.2.3: the rustflags changed
20432024-08-01T05:49:09.995Z Compiling plain v0.2.3
20442024-08-01T05:49:09.998Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f0823be5812d4fcc -C extra-filename=-f0823be5812d4fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-08-01T05:49:10.167Z Dirty data-encoding v2.6.0: the rustflags changed
20462024-08-01T05:49:10.167Z Compiling data-encoding v2.6.0
20472024-08-01T05:49:10.182Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ec823a0340677e83 -C extra-filename=-ec823a0340677e83 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:10.428Z Dirty anstyle v1.0.8: the rustflags changed
20492024-08-01T05:49:10.428Z Compiling anstyle v1.0.8
20502024-08-01T05:49:10.437Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cc42d1818d83e869 -C extra-filename=-cc42d1818d83e869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-08-01T05:49:10.901Z Dirty goblin v0.8.2: the rustflags changed
20522024-08-01T05:49:10.901Z Compiling goblin v0.8.2
20532024-08-01T05:49:10.904Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f6c8d0739b0d4c18 -C extra-filename=-f6c8d0739b0d4c18 --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-a206aa3e5ae8d451.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-f0823be5812d4fcc.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4184939a5e6e4251.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-08-01T05:49:11.070Z Dirty cookie_store v0.20.0: the rustflags changed
20552024-08-01T05:49:11.070Z Compiling cookie_store v0.20.0
20562024-08-01T05:49:11.073Z Running `/home/build/.rustup/toolchains/1.78.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.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="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=a2cc684279aa2846 -C extra-filename=-a2cc684279aa2846 --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-39525b1a9bdc82b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-38f8b4c0736aef15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d9996439499333bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-08-01T05:49:11.980Z Dirty tokio-util v0.7.11: the rustflags changed
20582024-08-01T05:49:11.980Z Compiling tokio-util v0.7.11
20592024-08-01T05:49:11.983Z Running `/home/build/.rustup/toolchains/1.78.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' -C metadata=aba0f1947f43ff11 -C extra-filename=-aba0f1947f43ff11 --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-0ca0c6ee2251a771.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-08-01T05:49:12.116Z Dirty tokio-rustls v0.24.1: the rustflags changed
20612024-08-01T05:49:12.116Z Compiling tokio-rustls v0.24.1
20622024-08-01T05:49:12.118Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a69dd7c3e7c9da47 -C extra-filename=-a69dd7c3e7c9da47 --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-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
20632024-08-01T05:49:12.529Z Dirty pest_derive v2.7.10: the rustflags changed
20642024-08-01T05:49:12.529Z Compiling pest_derive v2.7.10
20652024-08-01T05:49:12.532Z Running `/home/build/.rustup/toolchains/1.78.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.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82987baf5a0823fe -C extra-filename=-82987baf5a0823fe --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-577e78f500518421.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5513ef90d2bb6931.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-08-01T05:49:12.677Z Dirty openapiv3 v2.0.0: the rustflags changed
20672024-08-01T05:49:12.677Z Compiling openapiv3 v2.0.0
20682024-08-01T05:49:12.680Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c4c98230b3c24f2f -C extra-filename=-c4c98230b3c24f2f --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-ac2c4e4e7a7f3c52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-08-01T05:49:12.696Z Dirty rustls-pemfile v1.0.4: the rustflags changed
20702024-08-01T05:49:12.696Z Compiling rustls-pemfile v1.0.4
20712024-08-01T05:49:12.699Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1869657d36c282d4 -C extra-filename=-1869657d36c282d4 --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-bfc5ed6832fe4205.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-08-01T05:49:13.146Z Dirty h2 v0.3.26: the rustflags changed
20732024-08-01T05:49:13.146Z Compiling h2 v0.3.26
20742024-08-01T05:49:13.160Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7c380c0f3037472a -C extra-filename=-7c380c0f3037472a --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-0ca0c6ee2251a771.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-08-01T05:49:13.403Z Dirty usdt-impl v0.5.0: the rustflags changed
20762024-08-01T05:49:13.403Z Compiling usdt-impl v0.5.0
20772024-08-01T05:49:13.430Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=beb49674faa1392d -C extra-filename=-beb49674faa1392d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-08-01T05:49:13.567Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=22ba112fd67a658e -C extra-filename=-22ba112fd67a658e --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-a206aa3e5ae8d451.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.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`
20792024-08-01T05:49:13.787Z Dirty bitflags v1.3.2: the rustflags changed
20802024-08-01T05:49:13.787Z Compiling bitflags v1.3.2
20812024-08-01T05:49:13.790Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=69ae6b86f325c5cb -C extra-filename=-69ae6b86f325c5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20822024-08-01T05:49:13.893Z Dirty sync_wrapper v0.1.2: the rustflags changed
20832024-08-01T05:49:13.893Z Compiling sync_wrapper v0.1.2
20842024-08-01T05:49:13.896Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=981a692718d63d9b -C extra-filename=-981a692718d63d9b --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:14.031Z Dirty tokio-native-tls v0.3.1: the rustflags changed
20862024-08-01T05:49:14.031Z Compiling tokio-native-tls v0.3.1
20872024-08-01T05:49:14.034Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=832f3c5a11a76c56 -C extra-filename=-832f3c5a11a76c56 --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-22ba112fd67a658e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20882024-08-01T05:49:14.232Z Dirty webpki-roots v0.25.4: the rustflags changed
20892024-08-01T05:49:14.232Z Compiling webpki-roots v0.25.4
20902024-08-01T05:49:14.246Z Running `/home/build/.rustup/toolchains/1.78.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.25.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 -C metadata=6df8bfb5008e02b0 -C extra-filename=-6df8bfb5008e02b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-08-01T05:49:14.324Z Dirty pretty-hex v0.4.1: the rustflags changed
20922024-08-01T05:49:14.324Z Compiling pretty-hex v0.4.1
20932024-08-01T05:49:14.330Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4c07280b1303a8bc -C extra-filename=-4c07280b1303a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-08-01T05:49:14.392Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d/build-script-build`
20952024-08-01T05:49:14.538Z Dirty dtrace-parser v0.2.0: the rustflags changed
20962024-08-01T05:49:14.538Z Compiling dtrace-parser v0.2.0
20972024-08-01T05:49:14.541Z Dirty pkcs8 v0.10.2: the rustflags changed
20982024-08-01T05:49:14.541Z Compiling pkcs8 v0.10.2
20992024-08-01T05:49:14.558Z Running `/home/build/.rustup/toolchains/1.78.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="pem"' --cfg 'feature="std"' -C metadata=99090ff8528b62db -C extra-filename=-99090ff8528b62db --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-8177c7b7d6928a3c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8d3fd92c55a5cde6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-08-01T05:49:14.562Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5a06323f16575c26 -C extra-filename=-5a06323f16575c26 --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-577e78f500518421.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-82987baf5a0823fe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-08-01T05:49:15.131Z Dirty hmac v0.12.1: the rustflags changed
21022024-08-01T05:49:15.132Z Compiling hmac v0.12.1
21032024-08-01T05:49:15.135Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=eb226e5a4ecba862 -C extra-filename=-eb226e5a4ecba862 --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-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-08-01T05:49:15.382Z Dirty sha2 v0.10.8: the rustflags changed
21052024-08-01T05:49:15.382Z Compiling sha2 v0.10.8
21062024-08-01T05:49:15.385Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=395d6e606e633c76 -C extra-filename=-395d6e606e633c76 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-08-01T05:49:16.118Z Dirty thread-id v4.2.1: the rustflags changed
21082024-08-01T05:49:16.118Z Compiling thread-id v4.2.1
21092024-08-01T05:49:16.121Z Running `/home/build/.rustup/toolchains/1.78.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2764545db271fd37 -C extra-filename=-2764545db271fd37 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-08-01T05:49:16.246Z Dirty bit-vec v0.6.3: the rustflags changed
21112024-08-01T05:49:16.246Z Compiling bit-vec v0.6.3
21122024-08-01T05:49:16.249Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7ab01f8821dfd213 -C extra-filename=-7ab01f8821dfd213 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:16.406Z Dirty anstyle-parse v0.2.4: the rustflags changed
21142024-08-01T05:49:16.406Z Compiling anstyle-parse v0.2.4
21152024-08-01T05:49:16.409Z Running `/home/build/.rustup/toolchains/1.78.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.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=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"' -C metadata=f61d0a1c900d71dc -C extra-filename=-f61d0a1c900d71dc --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-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-08-01T05:49:16.696Z Dirty dof v0.3.0: the rustflags changed
21172024-08-01T05:49:16.696Z Compiling dof v0.3.0
21182024-08-01T05:49:16.699Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=25fb8fced16cd46d -C extra-filename=-25fb8fced16cd46d --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-f6c8d0739b0d4c18.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-08-01T05:49:16.756Z Dirty num-integer v0.1.46: the rustflags changed
21202024-08-01T05:49:16.756Z Compiling num-integer v0.1.46
21212024-08-01T05:49:16.770Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6f07fa01fde21d6b -C extra-filename=-6f07fa01fde21d6b --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-08-01T05:49:16.834Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
21232024-08-01T05:49:16.834Z Compiling is_terminal_polyfill v1.70.0
21242024-08-01T05:49:16.838Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=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"' -C metadata=46a9d580cb2c6a4f -C extra-filename=-46a9d580cb2c6a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-08-01T05:49:16.967Z Dirty crc32fast v1.4.0: the rustflags changed
21262024-08-01T05:49:16.967Z Compiling crc32fast v1.4.0
21272024-08-01T05:49:16.970Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.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"' -C metadata=c699cf63ed344068 -C extra-filename=-c699cf63ed344068 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-08-01T05:49:17.219Z Dirty colorchoice v1.0.1: the rustflags changed
21292024-08-01T05:49:17.219Z Compiling colorchoice v1.0.1
21302024-08-01T05:49:17.222Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--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' -C metadata=fe326407f55ebd6f -C extra-filename=-fe326407f55ebd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-08-01T05:49:17.381Z Dirty anstyle-query v1.0.3: the rustflags changed
21322024-08-01T05:49:17.381Z Compiling anstyle-query v1.0.3
21332024-08-01T05:49:17.417Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--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' -C metadata=94cebae1470990a5 -C extra-filename=-94cebae1470990a5 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:17.523Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=431a1d6823efcc22 -C extra-filename=-431a1d6823efcc22 --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-4079b563d11206ed.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-25fb8fced16cd46d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-5a06323f16575c26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-2764545db271fd37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
21352024-08-01T05:49:17.543Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068/build-script-build`
21362024-08-01T05:49:17.567Z Dirty anstream v0.6.14: the rustflags changed
21372024-08-01T05:49:17.567Z Compiling anstream v0.6.14
21382024-08-01T05:49:17.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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"' -C metadata=a11be9ee328dafcb -C extra-filename=-a11be9ee328dafcb --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-cc42d1818d83e869.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-f61d0a1c900d71dc.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-94cebae1470990a5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-fe326407f55ebd6f.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-46a9d580cb2c6a4f.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-08-01T05:49:17.610Z Dirty terminal_size v0.3.0: the rustflags changed
21402024-08-01T05:49:17.610Z Compiling terminal_size v0.3.0
21412024-08-01T05:49:17.622Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=e9068e8f2f4d32fb -C extra-filename=-e9068e8f2f4d32fb --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-74a6194e555b79ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-08-01T05:49:17.811Z Dirty block-padding v0.3.3: the rustflags changed
21432024-08-01T05:49:17.812Z Compiling block-padding v0.3.3
21442024-08-01T05:49:17.815Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=1b045b80c11dbf29 -C extra-filename=-1b045b80c11dbf29 --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-28d3035606952e4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-08-01T05:49:18.068Z Dirty clap_lex v0.7.0: the rustflags changed
21462024-08-01T05:49:18.068Z Compiling clap_lex v0.7.0
21472024-08-01T05:49:18.071Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e246f152970a6192 -C extra-filename=-e246f152970a6192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-08-01T05:49:18.356Z Dirty unicode-segmentation v1.11.0: the rustflags changed
21492024-08-01T05:49:18.356Z Compiling unicode-segmentation v1.11.0
21502024-08-01T05:49:18.391Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=2afaf9e04f860710 -C extra-filename=-2afaf9e04f860710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-08-01T05:49:18.598Z Dirty base64 v0.22.1: the rustflags changed
21522024-08-01T05:49:18.598Z Compiling base64 v0.22.1
21532024-08-01T05:49:18.614Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a69496bcd97c9671 -C extra-filename=-a69496bcd97c9671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-08-01T05:49:18.869Z Dirty clap_builder v4.5.9: the rustflags changed
21552024-08-01T05:49:18.869Z Compiling clap_builder v4.5.9
21562024-08-01T05:49:18.873Z Running `/home/build/.rustup/toolchains/1.78.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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=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' --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"' -C metadata=78003f9d45d47fa7 -C extra-filename=-78003f9d45d47fa7 --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-a11be9ee328dafcb.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cc42d1818d83e869.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e246f152970a6192.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-e9068e8f2f4d32fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-08-01T05:49:19.047Z Dirty inout v0.1.3: the rustflags changed
21582024-08-01T05:49:19.047Z Compiling inout v0.1.3
21592024-08-01T05:49:19.049Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c9b9ade2be1522df -C extra-filename=-c9b9ade2be1522df --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-1b045b80c11dbf29.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-08-01T05:49:19.192Z Dirty clap_derive v4.5.8: the rustflags changed
21612024-08-01T05:49:19.192Z Compiling clap_derive v4.5.8
21622024-08-01T05:49:19.222Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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="default"' --cfg 'feature="std"' -C metadata=b93e8dcfe84d9fec -C extra-filename=-b93e8dcfe84d9fec --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
21632024-08-01T05:49:19.224Z Running `/home/build/.rustup/toolchains/1.78.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::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' --cfg 'feature="default"' -C metadata=0e6234efe670f455 -C extra-filename=-0e6234efe670f455 --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-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-08-01T05:49:19.338Z Dirty memmap v0.7.0: the rustflags changed
21652024-08-01T05:49:19.339Z Compiling memmap v0.7.0
21662024-08-01T05:49:19.348Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1608b6de15ab102b -C extra-filename=-1608b6de15ab102b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-08-01T05:49:19.402Z Dirty siphasher v0.3.11: the rustflags changed
21682024-08-01T05:49:19.402Z Compiling siphasher v0.3.11
21692024-08-01T05:49:19.424Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c19a4622e39c7078 -C extra-filename=-c19a4622e39c7078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-08-01T05:49:19.548Z Dirty cipher v0.4.4: the rustflags changed
21712024-08-01T05:49:19.548Z Compiling cipher v0.4.4
21722024-08-01T05:49:19.554Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2aae3c88f553512e -C extra-filename=-2aae3c88f553512e --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-cc72cfd6f92b2ac4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-08-01T05:49:19.763Z Dirty hex v0.4.3: the rustflags changed
21742024-08-01T05:49:19.763Z Compiling hex v0.4.3
21752024-08-01T05:49:19.788Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
21762024-08-01T05:49:19.788Z Compiling crossbeam-epoch v0.9.18
21772024-08-01T05:49:19.788Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2385d9a2adf4dce5 -C extra-filename=-2385d9a2adf4dce5 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-08-01T05:49:19.788Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=370ba663e455d276 -C extra-filename=-370ba663e455d276 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-08-01T05:49:19.788Z Dirty itertools v0.10.5: the rustflags changed
21802024-08-01T05:49:19.788Z Compiling itertools v0.10.5
21812024-08-01T05:49:19.788Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=90cc6d0cca9cde1d -C extra-filename=-90cc6d0cca9cde1d --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-08-01T05:49:20.057Z Dirty hyper v0.14.30: the rustflags changed
21832024-08-01T05:49:20.057Z Compiling hyper v0.14.30
21842024-08-01T05:49:20.061Z Running `/home/build/.rustup/toolchains/1.78.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="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=003b4f0a231f4d90 -C extra-filename=-003b4f0a231f4d90 --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-0ca0c6ee2251a771.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7c380c0f3037472a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e3bd3c145d43de4c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852024-08-01T05:49:20.345Z Dirty stable_deref_trait v1.2.0: the rustflags changed
21862024-08-01T05:49:20.346Z Compiling stable_deref_trait v1.2.0
21872024-08-01T05:49:20.350Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b635917684df9bbc -C extra-filename=-b635917684df9bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-08-01T05:49:20.453Z Dirty winnow v0.6.18: the rustflags changed
21892024-08-01T05:49:20.453Z Compiling winnow v0.6.18
21902024-08-01T05:49:20.481Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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 --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"' -C metadata=3686679a852e0a82 -C extra-filename=-3686679a852e0a82 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:49:20.570Z Dirty bit-set v0.5.3: the rustflags changed
21922024-08-01T05:49:20.570Z Compiling bit-set v0.5.3
21932024-08-01T05:49:20.573Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fed351dfccf21ec0 -C extra-filename=-fed351dfccf21ec0 --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-7ab01f8821dfd213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-08-01T05:49:20.864Z Dirty ipnetwork v0.20.0: the rustflags changed
21952024-08-01T05:49:20.864Z Compiling ipnetwork v0.20.0
21962024-08-01T05:49:20.867Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0cbdf58bcc2b964d -C extra-filename=-0cbdf58bcc2b964d --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-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-08-01T05:49:21.558Z Dirty usdt-macro v0.5.0: the rustflags changed
21982024-08-01T05:49:21.558Z Compiling usdt-macro v0.5.0
21992024-08-01T05:49:21.586Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a66ab91a6433cf47 -C extra-filename=-a66ab91a6433cf47 --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-5a06323f16575c26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002024-08-01T05:49:21.820Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
22012024-08-01T05:49:21.820Z Compiling usdt-attr-macro v0.5.0
22022024-08-01T05:49:21.847Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=67681c0508acab4d -C extra-filename=-67681c0508acab4d --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-5a06323f16575c26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-08-01T05:49:22.741Z Dirty itertools v0.12.1: the rustflags changed
22042024-08-01T05:49:22.744Z Compiling itertools v0.12.1
22052024-08-01T05:49:22.744Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0b4037e4c176bd20 -C extra-filename=-0b4037e4c176bd20 --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-08-01T05:49:23.452Z Dirty ff v0.13.0: the rustflags changed
22072024-08-01T05:49:23.452Z Compiling ff v0.13.0
22082024-08-01T05:49:23.455Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9e49121eb754b2c4 -C extra-filename=-9e49121eb754b2c4 --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-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-08-01T05:49:23.690Z Dirty base16ct v0.2.0: the rustflags changed
22102024-08-01T05:49:23.690Z Compiling base16ct v0.2.0
22112024-08-01T05:49:23.713Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fd6a4ef1678aa560 -C extra-filename=-fd6a4ef1678aa560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-08-01T05:49:23.828Z Dirty usdt v0.5.0: the rustflags changed
22132024-08-01T05:49:23.828Z Compiling usdt v0.5.0
22142024-08-01T05:49:23.831Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b833223a7c0b0e8f -C extra-filename=-b833223a7c0b0e8f --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-25fb8fced16cd46d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-5a06323f16575c26.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-f6c8d0739b0d4c18.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-1608b6de15ab102b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-67681c0508acab4d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a66ab91a6433cf47.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-08-01T05:49:23.917Z Dirty sec1 v0.7.3: the rustflags changed
22162024-08-01T05:49:23.917Z Compiling sec1 v0.7.3
22172024-08-01T05:49:23.920Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=19d4a7a44da44480 -C extra-filename=-19d4a7a44da44480 --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-fd6a4ef1678aa560.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99090ff8528b62db.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-08-01T05:49:24.022Z Dirty toml_edit v0.22.20: the rustflags changed
22192024-08-01T05:49:24.022Z Compiling toml_edit v0.22.20
22202024-08-01T05:49:24.027Z Running `/home/build/.rustup/toolchains/1.78.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.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::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"' -C metadata=44ff484641867be5 -C extra-filename=-44ff484641867be5 --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-ac2c4e4e7a7f3c52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-afdb87a3a9a0d959.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3686679a852e0a82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-08-01T05:49:24.320Z Dirty group v0.13.0: the rustflags changed
22222024-08-01T05:49:24.320Z Compiling group v0.13.0
22232024-08-01T05:49:24.329Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b5b89f4419a02478 -C extra-filename=-b5b89f4419a02478 --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-9e49121eb754b2c4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-08-01T05:49:24.360Z Dirty flate2 v1.0.30: the rustflags changed
22252024-08-01T05:49:24.360Z Compiling flate2 v1.0.30
22262024-08-01T05:49:24.363Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=fb668c5b60c76fe7 -C extra-filename=-fb668c5b60c76fe7 --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-b93e8dcfe84d9fec.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-08-01T05:49:24.504Z Dirty hkdf v0.12.4: the rustflags changed
22282024-08-01T05:49:24.504Z Compiling hkdf v0.12.4
22292024-08-01T05:49:24.508Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=84b557dc895bb844 -C extra-filename=-84b557dc895bb844 --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-eb226e5a4ecba862.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-08-01T05:49:24.657Z Dirty toml v0.7.8: the rustflags changed
22312024-08-01T05:49:24.657Z Compiling toml v0.7.8
22322024-08-01T05:49:24.663Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=692252b848afbc85 -C extra-filename=-692252b848afbc85 --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-da3429ff12e30b86.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-afdb87a3a9a0d959.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-08-01T05:49:24.695Z Dirty clap v4.5.9: the rustflags changed
22342024-08-01T05:49:24.695Z Compiling clap v4.5.9
22352024-08-01T05:49:24.698Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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 '--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' --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"' -C metadata=51b4c12329fada93 -C extra-filename=-51b4c12329fada93 --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-78003f9d45d47fa7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0e6234efe670f455.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-08-01T05:49:24.764Z Dirty crypto-bigint v0.5.5: the rustflags changed
22372024-08-01T05:49:24.764Z Compiling crypto-bigint v0.5.5
22382024-08-01T05:49:24.767Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9e4939e51fe8e653 -C extra-filename=-9e4939e51fe8e653 --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-28d3035606952e4a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-08-01T05:49:24.827Z Dirty zerocopy-derive v0.6.6: the rustflags changed
22402024-08-01T05:49:24.827Z Compiling zerocopy-derive v0.6.6
22412024-08-01T05:49:24.830Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0e0bb5e12fabb605 -C extra-filename=-0e0bb5e12fabb605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-08-01T05:49:25.341Z Dirty fixedbitset v0.4.2: the rustflags changed
22432024-08-01T05:49:25.341Z Compiling fixedbitset v0.4.2
22442024-08-01T05:49:25.348Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=da9df59bd1f776eb -C extra-filename=-da9df59bd1f776eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-08-01T05:49:25.781Z Dirty managed v0.8.0: the rustflags changed
22462024-08-01T05:49:25.781Z Compiling managed v0.8.0
22472024-08-01T05:49:25.784Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ea0c299f5a09e9f8 -C extra-filename=-ea0c299f5a09e9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-08-01T05:49:25.925Z Dirty signal-hook v0.3.17: the rustflags changed
22492024-08-01T05:49:25.925Z Compiling signal-hook v0.3.17
22502024-08-01T05:49:25.929Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d34d96712c379bd8 -C extra-filename=-d34d96712c379bd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-08-01T05:49:26.197Z Dirty petgraph v0.6.5: the rustflags changed
22522024-08-01T05:49:26.197Z Compiling petgraph v0.6.5
22532024-08-01T05:49:26.197Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0f56e7e94385c67e -C extra-filename=-0f56e7e94385c67e --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-da9df59bd1f776eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-08-01T05:49:26.240Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8/build-script-build`
22552024-08-01T05:49:26.268Z Dirty phf_shared v0.10.0: the rustflags changed
22562024-08-01T05:49:26.268Z Compiling phf_shared v0.10.0
22572024-08-01T05:49:26.271Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2721e2e04e141b28 -C extra-filename=-2721e2e04e141b28 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-08-01T05:49:26.363Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
22592024-08-01T05:49:26.363Z Compiling new_debug_unreachable v1.0.6
22602024-08-01T05:49:26.384Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3aa9f4aaaf22f9af -C extra-filename=-3aa9f4aaaf22f9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-08-01T05:49:26.459Z Dirty unicode-xid v0.2.4: the rustflags changed
22622024-08-01T05:49:26.459Z Compiling unicode-xid v0.2.4
22632024-08-01T05:49:26.462Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=3eecf52f7e4e3d74 -C extra-filename=-3eecf52f7e4e3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-08-01T05:49:26.630Z Dirty minimal-lexical v0.2.1: the rustflags changed
22652024-08-01T05:49:26.630Z Compiling minimal-lexical v0.2.1
22662024-08-01T05:49:26.633Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=022264d0d1ad5305 -C extra-filename=-022264d0d1ad5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-08-01T05:49:26.713Z Dirty precomputed-hash v0.1.1: the rustflags changed
22682024-08-01T05:49:26.713Z Compiling precomputed-hash v0.1.1
22692024-08-01T05:49:26.718Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c89b8439d6866a36 -C extra-filename=-c89b8439d6866a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-08-01T05:49:26.863Z Dirty string_cache v0.8.7: the rustflags changed
22712024-08-01T05:49:26.863Z Compiling string_cache v0.8.7
22722024-08-01T05:49:26.866Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f8e34dd15fa6846f -C extra-filename=-f8e34dd15fa6846f --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-3aa9f4aaaf22f9af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2721e2e04e141b28.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c89b8439d6866a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-08-01T05:49:27.210Z Dirty hyper-tls v0.5.0: the rustflags changed
22742024-08-01T05:49:27.210Z Compiling hyper-tls v0.5.0
22752024-08-01T05:49:27.213Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=26ffd1601afe7917 -C extra-filename=-26ffd1601afe7917 --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-0ca0c6ee2251a771.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-22ba112fd67a658e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-832f3c5a11a76c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
22762024-08-01T05:49:27.366Z Dirty hyper-rustls v0.24.2: the rustflags changed
22772024-08-01T05:49:27.366Z Compiling hyper-rustls v0.24.2
22782024-08-01T05:49:27.369Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=e9af48adebfc14f2 -C extra-filename=-e9af48adebfc14f2 --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-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a69dd7c3e7c9da47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
22792024-08-01T05:49:27.409Z Dirty zerocopy v0.6.6: the rustflags changed
22802024-08-01T05:49:27.409Z Compiling zerocopy v0.6.6
22812024-08-01T05:49:27.412Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ec2eac167b74a21e -C extra-filename=-ec2eac167b74a21e --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0e0bb5e12fabb605.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-08-01T05:49:27.553Z Dirty nom v7.1.3: the rustflags changed
22832024-08-01T05:49:27.553Z Compiling nom v7.1.3
22842024-08-01T05:49:27.556Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e8c302dc3ba54578 -C extra-filename=-e8c302dc3ba54578 --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-d9b2ede3219a3f1f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-022264d0d1ad5305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-08-01T05:49:27.722Z Dirty reqwest v0.11.27: the rustflags changed
22862024-08-01T05:49:27.722Z Compiling reqwest v0.11.27
22872024-08-01T05:49:27.740Z Running `/home/build/.rustup/toolchains/1.78.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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=eb3727dfc2dc9e5a -C extra-filename=-eb3727dfc2dc9e5a --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-39525b1a9bdc82b9.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-a2cc684279aa2846.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-7c380c0f3037472a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e3bd3c145d43de4c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e9af48adebfc14f2.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-26ffd1601afe7917.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-22ba112fd67a658e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1869657d36c282d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-981a692718d63d9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-832f3c5a11a76c56.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a69dd7c3e7c9da47.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6df8bfb5008e02b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
22882024-08-01T05:49:28.262Z Dirty elliptic-curve v0.13.8: the rustflags changed
22892024-08-01T05:49:28.262Z Compiling elliptic-curve v0.13.8
22902024-08-01T05:49:28.266Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d87e94ae4f72b2f6 -C extra-filename=-d87e94ae4f72b2f6 --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-fd6a4ef1678aa560.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9e4939e51fe8e653.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99090ff8528b62db.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-19d4a7a44da44480.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-08-01T05:49:28.788Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ea8c1dcd1d36efaa -C extra-filename=-ea8c1dcd1d36efaa --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-9e9eff94c6618bbf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-08-01T05:49:29.142Z Dirty num-iter v0.1.45: the rustflags changed
22932024-08-01T05:49:29.142Z Compiling num-iter v0.1.45
22942024-08-01T05:49:29.166Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=77e9c3006f007dd4 -C extra-filename=-77e9c3006f007dd4 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-08-01T05:49:29.324Z Dirty static_assertions v1.1.0: the rustflags changed
22962024-08-01T05:49:29.324Z Compiling static_assertions v1.1.0
22972024-08-01T05:49:29.327Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e75d4bcb766f97d9 -C extra-filename=-e75d4bcb766f97d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-08-01T05:49:29.430Z Dirty matches v0.1.10: the rustflags changed
22992024-08-01T05:49:29.430Z Compiling matches v0.1.10
23002024-08-01T05:49:29.506Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fbc832b2eff93984 -C extra-filename=-fbc832b2eff93984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-08-01T05:49:29.525Z Dirty idna v0.2.3: the rustflags changed
23022024-08-01T05:49:29.525Z Compiling idna v0.2.3
23032024-08-01T05:49:29.549Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0ac06ebf7cac1d15 -C extra-filename=-0ac06ebf7cac1d15 --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-fbc832b2eff93984.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-08-01T05:49:29.795Z Dirty heapless v0.7.17: the rustflags changed
23052024-08-01T05:49:29.795Z Compiling heapless v0.7.17
23062024-08-01T05:49:29.798Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fe3a41c476f49f63 -C extra-filename=-fe3a41c476f49f63 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-fe3a41c476f49f63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ee0ef3b4f042ff10.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-08-01T05:49:30.288Z Dirty enum-as-inner v0.5.1: the rustflags changed
23082024-08-01T05:49:30.288Z Compiling enum-as-inner v0.5.1
23092024-08-01T05:49:30.308Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=470dd53b8de38a2c -C extra-filename=-470dd53b8de38a2c --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-08-01T05:49:30.311Z Dirty regex-automata v0.1.10: the rustflags changed
23112024-08-01T05:49:30.311Z Compiling regex-automata v0.1.10
23122024-08-01T05:49:30.311Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d48227dffcf55319 -C extra-filename=-d48227dffcf55319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-08-01T05:49:30.377Z Dirty lalrpop-util v0.19.12: the rustflags changed
23142024-08-01T05:49:30.377Z Compiling lalrpop-util v0.19.12
23152024-08-01T05:49:30.379Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6ca0e1158c143a14 -C extra-filename=-6ca0e1158c143a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-08-01T05:49:30.734Z Dirty pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19): the rustflags changed
23172024-08-01T05:49:30.734Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23182024-08-01T05:49:30.739Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d1aa2e19855dbd67 -C extra-filename=-d1aa2e19855dbd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192024-08-01T05:49:30.808Z Dirty bstr v0.2.17: the rustflags changed
23202024-08-01T05:49:30.809Z Compiling bstr v0.2.17
23212024-08-01T05:49:30.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.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="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=44e70eba0814273c -C extra-filename=-44e70eba0814273c --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-772fb82229dfbb23.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d48227dffcf55319.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-08-01T05:49:31.048Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-fe3a41c476f49f63/build-script-build`
23232024-08-01T05:49:31.100Z Dirty signal-hook-mio v0.2.3: the rustflags changed
23242024-08-01T05:49:31.100Z Compiling signal-hook-mio v0.2.3
23252024-08-01T05:49:31.103Z Running `/home/build/.rustup/toolchains/1.78.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.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="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=f3d4b6f95d26a32f -C extra-filename=-f3d4b6f95d26a32f --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-9e9eff94c6618bbf.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-08-01T05:49:31.141Z Dirty num-bigint v0.4.5: the rustflags changed
23272024-08-01T05:49:31.141Z Compiling num-bigint v0.4.5
23282024-08-01T05:49:31.145Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=fcc97ed3a0776e3a -C extra-filename=-fcc97ed3a0776e3a --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-08-01T05:49:31.258Z Dirty diesel_table_macro_syntax v0.1.0: the rustflags changed
23302024-08-01T05:49:31.258Z Compiling diesel_table_macro_syntax v0.1.0
23312024-08-01T05:49:31.261Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=e29a2f698df4eacb -C extra-filename=-e29a2f698df4eacb --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-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-08-01T05:49:31.414Z Dirty scheduled-thread-pool v0.2.7: the rustflags changed
23332024-08-01T05:49:31.414Z Compiling scheduled-thread-pool v0.2.7
23342024-08-01T05:49:31.417Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9be547b9bb0cb8f5 -C extra-filename=-9be547b9bb0cb8f5 --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-ceff54d9803290cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-08-01T05:49:31.507Z Dirty trust-dns-proto v0.22.0: the rustflags changed
23362024-08-01T05:49:31.507Z Compiling trust-dns-proto v0.22.0
23372024-08-01T05:49:31.522Z Running `/home/build/.rustup/toolchains/1.78.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 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=8bb268dce45bb223 -C extra-filename=-8bb268dce45bb223 --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-97a23d2676a85f3f.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-470dd53b8de38a2c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0ac06ebf7cac1d15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-08-01T05:49:31.598Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67/build-script-build`
23392024-08-01T05:49:31.634Z Dirty hash32 v0.2.1: the rustflags changed
23402024-08-01T05:49:31.634Z Compiling hash32 v0.2.1
23412024-08-01T05:49:31.637Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=393548288a8c94b1 -C extra-filename=-393548288a8c94b1 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-08-01T05:49:31.683Z Dirty smoltcp v0.9.1: the rustflags changed
23432024-08-01T05:49:31.683Z Compiling smoltcp v0.9.1
23442024-08-01T05:49:31.688Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fca4dce097f68fd8 -C extra-filename=-fca4dce097f68fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452024-08-01T05:49:32.085Z Dirty predicates-core v1.0.6: the rustflags changed
23462024-08-01T05:49:32.085Z Compiling predicates-core v1.0.6
23472024-08-01T05:49:32.088Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=8c8481fa5f04966b -C extra-filename=-8c8481fa5f04966b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-08-01T05:49:32.103Z Dirty finl_unicode v1.2.0: the rustflags changed
23492024-08-01T05:49:32.103Z Compiling finl_unicode v1.2.0
23502024-08-01T05:49:32.106Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=1ea23b8acb75a78e -C extra-filename=-1ea23b8acb75a78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-08-01T05:49:32.323Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2b68b6e0a9acf6c5 -C extra-filename=-2b68b6e0a9acf6c5 --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-393548288a8c94b1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
23522024-08-01T05:49:32.455Z Dirty diesel_derives v2.1.4: the rustflags changed
23532024-08-01T05:49:32.455Z Compiling diesel_derives v2.1.4
23542024-08-01T05:49:32.459Z Running `/home/build/.rustup/toolchains/1.78.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.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=df83594775287ccf -C extra-filename=-df83594775287ccf --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-e29a2f698df4eacb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-08-01T05:49:32.547Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8/build-script-build`
23562024-08-01T05:49:32.577Z Dirty r2d2 v0.8.10: the rustflags changed
23572024-08-01T05:49:32.577Z Compiling r2d2 v0.8.10
23582024-08-01T05:49:32.579Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=abc03647e6968f28 -C extra-filename=-abc03647e6968f28 --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-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9be547b9bb0cb8f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592024-08-01T05:49:32.698Z Dirty stringprep v0.1.4: the rustflags changed
23602024-08-01T05:49:32.698Z Compiling stringprep v0.1.4
23612024-08-01T05:49:32.702Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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 -C metadata=d9d08e3683c34f18 -C extra-filename=-d9d08e3683c34f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-1ea23b8acb75a78e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-08-01T05:49:32.809Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1cd9bddfea8231ef -C extra-filename=-1cd9bddfea8231ef --out-dir /work/oxidecomputer/omicron/target/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`
23632024-08-01T05:49:32.941Z Dirty crossterm v0.27.0: the rustflags changed
23642024-08-01T05:49:32.941Z Compiling crossterm v0.27.0
23652024-08-01T05:49:32.944Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=54dfe5b29e4a969d -C extra-filename=-54dfe5b29e4a969d --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-79ef37fead517de5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-f3d4b6f95d26a32f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-08-01T05:49:33.102Z Dirty md-5 v0.10.6: the rustflags changed
23672024-08-01T05:49:33.103Z Compiling md-5 v0.10.6
23682024-08-01T05:49:33.105Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4e854b8cfd134949 -C extra-filename=-4e854b8cfd134949 --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-6cd145163fd70236.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-08-01T05:49:33.358Z Dirty hubpack_derive v0.1.1: the rustflags changed
23702024-08-01T05:49:33.358Z Compiling hubpack_derive v0.1.1
23712024-08-01T05:49:33.361Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ca5d0a2486d1b1a3 -C extra-filename=-ca5d0a2486d1b1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-08-01T05:49:33.534Z Dirty bstr v1.9.1: the rustflags changed
23732024-08-01T05:49:33.534Z Compiling bstr v1.9.1
23742024-08-01T05:49:33.537Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=2d37155bb5cf3f0a -C extra-filename=-2d37155bb5cf3f0a --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-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752024-08-01T05:49:33.929Z Dirty console v0.15.8: the rustflags changed
23762024-08-01T05:49:33.929Z Compiling console v0.15.8
23772024-08-01T05:49:33.932Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=458ab224f4921e74 -C extra-filename=-458ab224f4921e74 --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-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-08-01T05:49:34.453Z Dirty yasna v0.5.2: the rustflags changed
23792024-08-01T05:49:34.453Z Compiling yasna v0.5.2
23802024-08-01T05:49:34.456Z Running `/home/build/.rustup/toolchains/1.78.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="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=45639ca498687069 -C extra-filename=-45639ca498687069 --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-7ab01f8821dfd213.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812024-08-01T05:49:35.407Z Dirty float-cmp v0.9.0: the rustflags changed
23822024-08-01T05:49:35.407Z Compiling float-cmp v0.9.0
23832024-08-01T05:49:35.410Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f0ba9e5076a8ecd1 -C extra-filename=-f0ba9e5076a8ecd1 --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-08-01T05:49:35.494Z Dirty fs-err v2.11.0: the rustflags changed
23852024-08-01T05:49:35.494Z Compiling fs-err v2.11.0
23862024-08-01T05:49:35.512Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=5067c74e83f59cd7 -C extra-filename=-5067c74e83f59cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872024-08-01T05:49:35.622Z Dirty normalize-line-endings v0.3.0: the rustflags changed
23882024-08-01T05:49:35.622Z Compiling normalize-line-endings v0.3.0
23892024-08-01T05:49:35.642Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8f4b0029e85c8f92 -C extra-filename=-8f4b0029e85c8f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-08-01T05:49:35.751Z Dirty fallible-iterator v0.2.0: the rustflags changed
23912024-08-01T05:49:35.751Z Compiling fallible-iterator v0.2.0
23922024-08-01T05:49:35.753Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=082456c5a9ee1a24 -C extra-filename=-082456c5a9ee1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-08-01T05:49:35.837Z Dirty difflib v0.4.0: the rustflags changed
23942024-08-01T05:49:35.837Z Compiling difflib v0.4.0
23952024-08-01T05:49:35.840Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6b148653f6280c77 -C extra-filename=-6b148653f6280c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962024-08-01T05:49:36.451Z Dirty postgres-protocol v0.6.7: the rustflags changed
23972024-08-01T05:49:36.451Z Compiling postgres-protocol v0.6.7
23982024-08-01T05:49:36.454Z Dirty predicates v3.1.0: the rustflags changed
23992024-08-01T05:49:36.454Z Compiling predicates v3.1.0
24002024-08-01T05:49:36.454Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=5d67c3d49cb5585a -C extra-filename=-5d67c3d49cb5585a --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-a69496bcd97c9671.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4e854b8cfd134949.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d9d08e3683c34f18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-08-01T05:49:36.454Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=7caed65f3b10e6c5 -C extra-filename=-7caed65f3b10e6c5 --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-cc42d1818d83e869.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6b148653f6280c77.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-f0ba9e5076a8ecd1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-8f4b0029e85c8f92.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-08-01T05:49:36.722Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7/build-script-build`
24032024-08-01T05:49:36.894Z Dirty hubpack v0.1.2: the rustflags changed
24042024-08-01T05:49:36.894Z Compiling hubpack v0.1.2
24052024-08-01T05:49:36.897Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8864b8b6b8029da0 -C extra-filename=-8864b8b6b8029da0 --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-ca5d0a2486d1b1a3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-08-01T05:49:37.401Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a987dbd62b797ada -C extra-filename=-a987dbd62b797ada --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2b68b6e0a9acf6c5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-08-01T05:49:37.591Z Dirty similar v2.5.0: the rustflags changed
24082024-08-01T05:49:37.591Z Compiling similar v2.5.0
24092024-08-01T05:49:37.594Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=a2a27726879d1ada -C extra-filename=-a2a27726879d1ada --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-44e70eba0814273c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-08-01T05:49:37.899Z Dirty phf_shared v0.11.2: the rustflags changed
24112024-08-01T05:49:37.899Z Compiling phf_shared v0.11.2
24122024-08-01T05:49:37.901Z Running `/home/build/.rustup/toolchains/1.78.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="std"' -C metadata=e4951ece12dc5736 -C extra-filename=-e4951ece12dc5736 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-08-01T05:49:38.292Z Dirty tokio-stream v0.1.15: the rustflags changed
24142024-08-01T05:49:38.292Z Compiling tokio-stream v0.1.15
24152024-08-01T05:49:38.295Z Running `/home/build/.rustup/toolchains/1.78.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.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="net"' --cfg 'feature="time"' -C metadata=022dea83936e2d44 -C extra-filename=-022dea83936e2d44 --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-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-08-01T05:49:38.311Z Dirty strum_macros v0.25.3: the rustflags changed
24172024-08-01T05:49:38.311Z Compiling strum_macros v0.25.3
24182024-08-01T05:49:38.311Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0139b63498436da8 -C extra-filename=-0139b63498436da8 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-08-01T05:49:39.298Z Dirty serde_repr v0.1.19: the rustflags changed
24202024-08-01T05:49:39.298Z Compiling serde_repr v0.1.19
24212024-08-01T05:49:39.301Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b724e848231b1ff4 -C extra-filename=-b724e848231b1ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-08-01T05:49:39.630Z Dirty peg-runtime v0.8.3: the rustflags changed
24232024-08-01T05:49:39.630Z Compiling peg-runtime v0.8.3
24242024-08-01T05:49:39.633Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8f9b7af0cb4f1e2a -C extra-filename=-8f9b7af0cb4f1e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-08-01T05:49:40.228Z Dirty phf v0.11.2: the rustflags changed
24262024-08-01T05:49:40.228Z Compiling phf v0.11.2
24272024-08-01T05:49:40.235Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6ad74f9e762bc3eb -C extra-filename=-6ad74f9e762bc3eb --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-e4951ece12dc5736.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-08-01T05:49:40.306Z Dirty postgres-types v0.2.7: the rustflags changed
24292024-08-01T05:49:40.306Z Compiling postgres-types v0.2.7
24302024-08-01T05:49:40.328Z Running `/home/build/.rustup/toolchains/1.78.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.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="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"' -C metadata=c2be8791d6e4d3d8 -C extra-filename=-c2be8791d6e4d3d8 --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-0ca0c6ee2251a771.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5d67c3d49cb5585a.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-08-01T05:49:40.331Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7ccfda032a1fa2b2 -C extra-filename=-7ccfda032a1fa2b2 --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-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
24322024-08-01T05:49:40.532Z Dirty whoami v1.5.1: the rustflags changed
24332024-08-01T05:49:40.532Z Compiling whoami v1.5.1
24342024-08-01T05:49:40.535Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=5002e28a22761be6 -C extra-filename=-5002e28a22761be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-08-01T05:49:40.730Z Compiling regress v0.9.1
24362024-08-01T05:49:40.733Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2b6510bd4081bb0d -C extra-filename=-2b6510bd4081bb0d --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-a9533f89556730b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-08-01T05:49:41.182Z Dirty tokio-postgres v0.7.11: the rustflags changed
24382024-08-01T05:49:41.182Z Compiling tokio-postgres v0.7.11
24392024-08-01T05:49:41.192Z Running `/home/build/.rustup/toolchains/1.78.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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=4981cfaa795e6cfe -C extra-filename=-4981cfaa795e6cfe --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-97a23d2676a85f3f.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6ad74f9e762bc3eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-5d67c3d49cb5585a.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c2be8791d6e4d3d8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-08-01T05:49:41.219Z Dirty camino v1.1.7: the rustflags changed
24412024-08-01T05:49:41.219Z Compiling camino v1.1.7
24422024-08-01T05:49:41.222Z Running `/home/build/.rustup/toolchains/1.78.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.7/build.rs --error-format=json --json=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"' -C metadata=3edaebbd5305735c -C extra-filename=-3edaebbd5305735c --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-08-01T05:49:41.895Z Compiling getopts v0.2.21
24442024-08-01T05:49:41.903Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.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 -C metadata=38ed18ffa97c432d -C extra-filename=-38ed18ffa97c432d --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-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-08-01T05:49:41.943Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c/build-script-build`
24462024-08-01T05:49:42.004Z Compiling unsafe-libyaml v0.2.11
24472024-08-01T05:49:42.010Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=19449d9fb8c6884a -C extra-filename=-19449d9fb8c6884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-08-01T05:49:42.020Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=feaecf970e550c06 -C extra-filename=-feaecf970e550c06 --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-da3429ff12e30b86.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`
24492024-08-01T05:49:42.937Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24502024-08-01T05:49:42.940Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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 -C metadata=d4296f49e108e3d9 -C extra-filename=-d4296f49e108e3d9 --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-0ca0c6ee2251a771.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24512024-08-01T05:49:42.957Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed
24522024-08-01T05:49:42.957Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
24532024-08-01T05:49:42.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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"' -C metadata=18fbad60cc66c708 -C extra-filename=-18fbad60cc66c708 --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-79ef37fead517de5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8864b8b6b8029da0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-b724e848231b1ff4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a987dbd62b797ada.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0139b63498436da8.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-08-01T05:49:43.037Z Dirty is-terminal v0.4.12: the rustflags changed
24552024-08-01T05:49:43.037Z Compiling is-terminal v0.4.12
24562024-08-01T05:49:43.040Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=1fb2ee4459a95d8f -C extra-filename=-1fb2ee4459a95d8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-08-01T05:49:43.164Z Dirty dirs-sys-next v0.1.2: the rustflags changed
24582024-08-01T05:49:43.164Z Compiling dirs-sys-next v0.1.2
24592024-08-01T05:49:43.169Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=990f4ee286a35bd9 -C extra-filename=-990f4ee286a35bd9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-08-01T05:49:43.391Z Compiling serde_yaml v0.9.34+deprecated
24612024-08-01T05:49:43.410Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9b0b36ac30b3efc8 -C extra-filename=-9b0b36ac30b3efc8 --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-ac2c4e4e7a7f3c52.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-19449d9fb8c6884a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-08-01T05:49:43.608Z Dirty dirs-next v2.0.0: the rustflags changed
24632024-08-01T05:49:43.608Z Compiling dirs-next v2.0.0
24642024-08-01T05:49:43.623Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f7032a700dc273a4 -C extra-filename=-f7032a700dc273a4 --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-6cd145163fd70236.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-990f4ee286a35bd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-08-01T05:49:43.800Z Dirty term v0.7.0: the rustflags changed
24662024-08-01T05:49:43.800Z Compiling term v0.7.0
24672024-08-01T05:49:43.803Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f75757e0b8ad0343 -C extra-filename=-f75757e0b8ad0343 --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-f7032a700dc273a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-08-01T05:49:43.838Z Compiling sha1 v0.10.6
24692024-08-01T05:49:43.842Z Running `/home/build/.rustup/toolchains/1.78.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="std"' -C metadata=9ad3110f732cc373 -C extra-filename=-9ad3110f732cc373 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-08-01T05:49:43.929Z Compiling http v1.1.0
24712024-08-01T05:49:43.932Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c2c23a0534e0899b -C extra-filename=-c2c23a0534e0899b --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-0ca0c6ee2251a771.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-08-01T05:49:44.301Z Compiling paste v1.0.15
24732024-08-01T05:49:44.304Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1a9c426bb3aaa154 -C extra-filename=-1a9c426bb3aaa154 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-08-01T05:49:44.899Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24752024-08-01T05:49:44.912Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a06c388febb246ce -C extra-filename=-a06c388febb246ce --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-98930e4cc72f023e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-08-01T05:49:45.415Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154/build-script-build`
24772024-08-01T05:49:45.480Z Compiling toml v0.8.19
24782024-08-01T05:49:45.480Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2ff039cd5aaa5e2e -C extra-filename=-2ff039cd5aaa5e2e --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-da3429ff12e30b86.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-afdb87a3a9a0d959.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-08-01T05:49:46.009Z Dirty strum_macros v0.26.4: the rustflags changed
24802024-08-01T05:49:46.009Z Compiling strum_macros v0.26.4
24812024-08-01T05:49:46.012Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c9dfaf2474e10a2d -C extra-filename=-c9dfaf2474e10a2d --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-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-08-01T05:49:46.504Z Dirty diesel v2.1.6: the rustflags changed
24832024-08-01T05:49:46.504Z Compiling diesel v2.1.6
24842024-08-01T05:49:46.509Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c154bb579214bdf5 -C extra-filename=-c154bb579214bdf5 --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`
24852024-08-01T05:49:46.509Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=808382e4b1992d77 -C extra-filename=-808382e4b1992d77 --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-79ef37fead517de5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-df83594775287ccf.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-abc03647e6968f28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
24862024-08-01T05:49:47.004Z Dirty crossbeam-channel v0.5.12: the rustflags changed
24872024-08-01T05:49:47.004Z Compiling crossbeam-channel v0.5.12
24882024-08-01T05:49:47.010Z Running `/home/build/.rustup/toolchains/1.78.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.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"' -C metadata=1ae489c8acf2a979 -C extra-filename=-1ae489c8acf2a979 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892024-08-01T05:49:47.352Z Dirty thread_local v1.1.8: the rustflags changed
24902024-08-01T05:49:47.352Z Compiling thread_local v1.1.8
24912024-08-01T05:49:47.355Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=646ab5aa9908bdc0 -C extra-filename=-646ab5aa9908bdc0 --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-6cd145163fd70236.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-08-01T05:49:47.847Z Dirty slog-async v2.8.0: the rustflags changed
24932024-08-01T05:49:47.847Z Compiling slog-async v2.8.0
24942024-08-01T05:49:47.852Z Compiling match_cfg v0.1.0
24952024-08-01T05:49:47.861Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=88e87e18665a3ab5 -C extra-filename=-88e87e18665a3ab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-08-01T05:49:47.864Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=5d3720867e360308 -C extra-filename=-5d3720867e360308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-08-01T05:49:47.955Z Dirty take_mut v0.2.2: the rustflags changed
24982024-08-01T05:49:47.955Z Compiling take_mut v0.2.2
24992024-08-01T05:49:47.958Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=97e592d43295974e -C extra-filename=-97e592d43295974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-08-01T05:49:47.970Z Compiling rustls-pki-types v1.7.0
25012024-08-01T05:49:47.970Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="std"' -C metadata=2ee99d9c671a2c74 -C extra-filename=-2ee99d9c671a2c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-08-01T05:49:48.110Z Compiling hostname v0.3.1
25032024-08-01T05:49:48.113Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d35460ad3d70bf46 -C extra-filename=-d35460ad3d70bf46 --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-9e9eff94c6618bbf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-5d3720867e360308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-08-01T05:49:48.133Z Dirty slog-term v2.9.1: the rustflags changed
25052024-08-01T05:49:48.133Z Compiling slog-term v2.9.1
25062024-08-01T05:49:48.145Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f4405207809138e7 -C extra-filename=-f4405207809138e7 --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-1fb2ee4459a95d8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-08-01T05:49:48.355Z Compiling fastrand v2.1.0
25082024-08-01T05:49:48.358Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6abe912dfe2bca4 -C extra-filename=-e6abe912dfe2bca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-08-01T05:49:48.417Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5/build-script-build`
25102024-08-01T05:49:48.497Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7247a83db1f3a892 -C extra-filename=-7247a83db1f3a892 --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-1ae489c8acf2a979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-97e592d43295974e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25112024-08-01T05:49:48.821Z Compiling tempfile v3.10.1
25122024-08-01T05:49:48.837Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=7980028c3cc4fe01 -C extra-filename=-7980028c3cc4fe01 --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-6cd145163fd70236.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-e6abe912dfe2bca4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-08-01T05:49:48.950Z Compiling ident_case v1.0.1
25142024-08-01T05:49:48.958Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8f0cab71e4ae1c81 -C extra-filename=-8f0cab71e4ae1c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-08-01T05:49:49.131Z Compiling rustls v0.22.4
25162024-08-01T05:49:49.134Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=075d6eb2cf9c6bcd -C extra-filename=-075d6eb2cf9c6bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-08-01T05:49:49.382Z Compiling darling_core v0.20.9
25182024-08-01T05:49:49.385Z Running `/home/build/.rustup/toolchains/1.78.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.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="strsim"' --cfg 'feature="suggestions"' -C metadata=d609c217d78f09eb -C extra-filename=-d609c217d78f09eb --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-d03daaf3ac116161.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8f0cab71e4ae1c81.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-08-01T05:49:49.397Z Compiling rustls-webpki v0.102.4
25202024-08-01T05:49:49.412Z Running `/home/build/.rustup/toolchains/1.78.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.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="ring"' --cfg 'feature="std"' -C metadata=3a52981a35d4652a -C extra-filename=-3a52981a35d4652a --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-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
25212024-08-01T05:49:49.441Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd/build-script-build`
25222024-08-01T05:49:49.467Z Compiling rustls-pemfile v2.1.2
25232024-08-01T05:49:49.469Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=6be79ad4e86270a5 -C extra-filename=-6be79ad4e86270a5 --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-a69496bcd97c9671.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-08-01T05:49:49.719Z Compiling multer v3.1.0
25252024-08-01T05:49:49.722Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9e12a1bf43b5ebc8 -C extra-filename=-9e12a1bf43b5ebc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-08-01T05:49:49.738Z Compiling debug-ignore v1.0.5
25272024-08-01T05:49:49.741Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a9c078c17606aae6 -C extra-filename=-a9c078c17606aae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-08-01T05:49:49.887Z Compiling slog-json v2.6.1
25292024-08-01T05:49:49.890Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2400ffc80d110d3f -C extra-filename=-2400ffc80d110d3f --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-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-08-01T05:49:49.942Z Compiling async-stream-impl v0.3.5
25312024-08-01T05:49:49.945Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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 -C metadata=c14ccf3012d62e79 -C extra-filename=-c14ccf3012d62e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-08-01T05:49:50.048Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8/build-script-build`
25332024-08-01T05:49:50.114Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
25342024-08-01T05:49:50.118Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/dropshot/build.rs --error-format=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="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6255fddcb0a7bad6 -C extra-filename=-6255fddcb0a7bad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-08-01T05:49:50.257Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=bd8b9645e6f00a81 -C extra-filename=-bd8b9645e6f00a81 --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3a52981a35d4652a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
25362024-08-01T05:49:50.459Z Compiling instant v0.1.12
25372024-08-01T05:49:50.461Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.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 -C metadata=37e08d29aee74c57 -C extra-filename=-37e08d29aee74c57 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-08-01T05:49:50.612Z Compiling atomic-waker v1.1.2
25392024-08-01T05:49:50.615Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6ded31c0a5029b1f -C extra-filename=-6ded31c0a5029b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-08-01T05:49:50.808Z Compiling waitgroup v0.1.2
25412024-08-01T05:49:50.811Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e622d4d826752e36 -C extra-filename=-e622d4d826752e36 --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-6ded31c0a5029b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-08-01T05:49:51.056Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6/build-script-build`
25432024-08-01T05:49:51.112Z Compiling slog-bunyan v2.5.0
25442024-08-01T05:49:51.115Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b6975ea2f6adfb7f -C extra-filename=-b6975ea2f6adfb7f --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-d35460ad3d70bf46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-2400ffc80d110d3f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-08-01T05:49:51.316Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a158a081f81e4f42 -C extra-filename=-a158a081f81e4f42 --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-0ca0c6ee2251a771.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-08-01T05:49:51.545Z Compiling async-stream v0.3.5
25472024-08-01T05:49:51.548Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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 -C metadata=2f1e3d30d8d21b49 -C extra-filename=-2f1e3d30d8d21b49 --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-c14ccf3012d62e79.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-08-01T05:49:51.571Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
25492024-08-01T05:49:51.574Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-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' -C metadata=98bb738ce1ac8ddb -C extra-filename=-98bb738ce1ac8ddb --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-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-08-01T05:49:51.758Z Dirty strum v0.26.3: the rustflags changed
25512024-08-01T05:49:51.758Z Compiling strum v0.26.3
25522024-08-01T05:49:51.761Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d0c20ca330d6d581 -C extra-filename=-d0c20ca330d6d581 --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-c9dfaf2474e10a2d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532024-08-01T05:49:51.925Z Compiling serde_path_to_error v0.1.16
25542024-08-01T05:49:51.928Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=24441c61a0f83cf3 -C extra-filename=-24441c61a0f83cf3 --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-1d1af7e8c40a69f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-08-01T05:49:51.965Z Compiling hostname v0.4.0
25562024-08-01T05:49:51.970Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a05070b534d66413 -C extra-filename=-a05070b534d66413 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572024-08-01T05:49:52.237Z Compiling quick-error v1.2.3
25582024-08-01T05:49:52.240Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a2f6d65a8b23928e -C extra-filename=-a2f6d65a8b23928e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-08-01T05:49:52.389Z Compiling newtype-uuid v1.1.0
25602024-08-01T05:49:52.403Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=8178b3fa3c49cf48 -C extra-filename=-8178b3fa3c49cf48 --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-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612024-08-01T05:49:52.494Z Compiling structmeta-derive v0.3.0
25622024-08-01T05:49:52.497Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f51d3d9bb554d390 -C extra-filename=-f51d3d9bb554d390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-08-01T05:49:52.699Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25642024-08-01T05:49:52.702Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b96c4da724f9735a -C extra-filename=-b96c4da724f9735a --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-8178b3fa3c49cf48.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-08-01T05:49:52.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25662024-08-01T05:49:52.818Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=00539181ec219747 -C extra-filename=-00539181ec219747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-08-01T05:49:53.029Z Compiling backoff v0.4.0
25682024-08-01T05:49:53.032Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d20a012748833c91 -C extra-filename=-d20a012748833c91 --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-4a234987197be9fa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692024-08-01T05:49:53.409Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
25702024-08-01T05:49:53.439Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=97a4cc5a166528a5 -C extra-filename=-97a4cc5a166528a5 --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-0cbdf58bcc2b964d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-08-01T05:49:53.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25722024-08-01T05:49:53.795Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c6a604eeb8a50962 -C extra-filename=-c6a604eeb8a50962 --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-b70d90a376f7e844.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-00539181ec219747.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-08-01T05:49:53.981Z Compiling macaddr v1.0.1
25742024-08-01T05:49:54.040Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=dd021d1ab6e267f2 -C extra-filename=-dd021d1ab6e267f2 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752024-08-01T05:49:54.171Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25762024-08-01T05:49:54.175Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=af26edb10df8940e -C extra-filename=-af26edb10df8940e --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-2385d9a2adf4dce5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-08-01T05:49:54.341Z Compiling wait-timeout v0.2.0
25782024-08-01T05:49:54.344Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=65ed68b8ae737998 -C extra-filename=-65ed68b8ae737998 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-08-01T05:49:54.446Z Compiling tokio-rustls v0.25.0
25802024-08-01T05:49:54.451Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6fbbc262238687b8 -C extra-filename=-6fbbc262238687b8 --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-bd8b9645e6f00a81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
25812024-08-01T05:49:54.883Z Compiling rusty-fork v0.3.0
25822024-08-01T05:49:54.899Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=112dfe7f9f043c4a -C extra-filename=-112dfe7f9f043c4a --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-d03daaf3ac116161.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-08-01T05:49:54.937Z Compiling structmeta-derive v0.2.0
25842024-08-01T05:49:54.939Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dce1e6b772a51747 -C extra-filename=-dce1e6b772a51747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852024-08-01T05:49:55.653Z Compiling rand_xorshift v0.3.0
25862024-08-01T05:49:55.656Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bc6c66442655c93e -C extra-filename=-bc6c66442655c93e --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-08-01T05:49:55.873Z Compiling structmeta v0.3.0
25882024-08-01T05:49:55.875Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=799d29f873901f0e -C extra-filename=-799d29f873901f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f51d3d9bb554d390.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-08-01T05:49:55.992Z Compiling unarray v0.1.4
25902024-08-01T05:49:55.995Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1da3c382e57ff2c8 -C extra-filename=-1da3c382e57ff2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-08-01T05:49:56.096Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0c0bae3/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=7af3bf2189a0871c -C extra-filename=-7af3bf2189a0871c --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-2f1e3d30d8d21b49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-98bb738ce1ac8ddb.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a05070b534d66413.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-a158a081f81e4f42.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-24441c61a0f83cf3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-2400ffc80d110d3f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6fbbc262238687b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e622d4d826752e36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
25922024-08-01T05:49:56.150Z Compiling proptest v1.4.0
25932024-08-01T05:49:56.153Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' -C metadata=41243ee3ff55b5ca -C extra-filename=-41243ee3ff55b5ca --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-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-bc6c66442655c93e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-112dfe7f9f043c4a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1da3c382e57ff2c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-08-01T05:49:56.333Z Compiling parse-display-derive v0.9.1
25952024-08-01T05:49:56.336Z Running `/home/build/.rustup/toolchains/1.78.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.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de9e15dd447d1bcd -C extra-filename=-de9e15dd447d1bcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-799d29f873901f0e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962024-08-01T05:49:56.960Z Compiling darling_macro v0.20.9
25972024-08-01T05:49:56.966Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=8130dd684b50f88a -C extra-filename=-8130dd684b50f88a --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-d609c217d78f09eb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982024-08-01T05:49:58.258Z Compiling darling v0.20.9
25992024-08-01T05:49:58.263Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' -C metadata=d638661442810b00 -C extra-filename=-d638661442810b00 --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-d609c217d78f09eb.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8130dd684b50f88a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-08-01T05:49:58.295Z Compiling structmeta v0.2.0
26012024-08-01T05:49:58.329Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7222a8b5cd29e641 -C extra-filename=-7222a8b5cd29e641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-dce1e6b772a51747.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022024-08-01T05:49:58.382Z Compiling serde_with_macros v3.8.3
26032024-08-01T05:49:58.386Z Running `/home/build/.rustup/toolchains/1.78.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.8.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 --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' -C metadata=c130e97ee1df4acb -C extra-filename=-c130e97ee1df4acb --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-d638661442810b00.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-08-01T05:49:58.770Z Compiling test-strategy v0.3.1
26052024-08-01T05:49:58.775Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=337850740247a4c0 -C extra-filename=-337850740247a4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7222a8b5cd29e641.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-08-01T05:50:01.052Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
26072024-08-01T05:50:01.052Z Compiling proc-macro-error-attr v1.0.4
26082024-08-01T05:50:01.055Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8c28b7971eeb6ed6 -C extra-filename=-8c28b7971eeb6ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-08-01T05:50:01.379Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6/build-script-build`
26102024-08-01T05:50:01.450Z Compiling camino-tempfile v1.1.1
26112024-08-01T05:50:01.454Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e0e8ea2fc1cd3614 -C extra-filename=-e0e8ea2fc1cd3614 --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-feaecf970e550c06.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-08-01T05:50:01.837Z Compiling parse-display v0.9.1
26132024-08-01T05:50:01.845Z Running `/home/build/.rustup/toolchains/1.78.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.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=68f318e4e25e60b8 -C extra-filename=-68f318e4e25e60b8 --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-de9e15dd447d1bcd.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-08-01T05:50:01.955Z Dirty proc-macro-error v1.0.4: the rustflags changed
26152024-08-01T05:50:01.955Z Compiling proc-macro-error v1.0.4
26162024-08-01T05:50:01.958Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=13cd89168b66fd9a -C extra-filename=-13cd89168b66fd9a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-08-01T05:50:02.044Z Compiling serde_with v3.8.3
26182024-08-01T05:50:02.074Z Running `/home/build/.rustup/toolchains/1.78.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.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=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"' -C metadata=f12a2c84b800d882 -C extra-filename=-f12a2c84b800d882 --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-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-c130e97ee1df4acb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-08-01T05:50:02.325Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a/build-script-build`
26202024-08-01T05:50:02.477Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=17601cdb95092abb -C extra-filename=-17601cdb95092abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-08-01T05:50:02.589Z Compiling proc-macro-crate v1.3.1
26222024-08-01T05:50:02.597Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=635bfa8689a2ccb1 -C extra-filename=-635bfa8689a2ccb1 --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-646417322ca33c73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-08-01T05:50:03.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26242024-08-01T05:50:03.287Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=07655fee64a19c85 -C extra-filename=-07655fee64a19c85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-08-01T05:50:03.464Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ad1b8aa5fd00a1a5 -C extra-filename=-ad1b8aa5fd00a1a5 --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-17601cdb95092abb.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
26262024-08-01T05:50:03.677Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85/build-script-build`
26272024-08-01T05:50:03.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26282024-08-01T05:50:03.709Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=443b768024434e96 -C extra-filename=-443b768024434e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-08-01T05:50:03.732Z Compiling num_enum_derive v0.5.11
26302024-08-01T05:50:03.752Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8c45bb21409e62cf -C extra-filename=-8c45bb21409e62cf --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-635bfa8689a2ccb1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-08-01T05:50:04.053Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96/build-script-build`
26322024-08-01T05:50:04.085Z Compiling foreign-types-macros v0.2.3
26332024-08-01T05:50:04.090Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b9e958eec9460ffa -C extra-filename=-b9e958eec9460ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-08-01T05:50:04.215Z Compiling foreign-types-shared v0.3.1
26352024-08-01T05:50:04.218Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d6cdeff2a776a2a5 -C extra-filename=-d6cdeff2a776a2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-08-01T05:50:04.343Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26372024-08-01T05:50:04.362Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a262f2ea15e53534 -C extra-filename=-a262f2ea15e53534 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-08-01T05:50:04.691Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534/build-script-build`
26392024-08-01T05:50:04.719Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bd713a3dee2b1c84 -C extra-filename=-bd713a3dee2b1c84 --out-dir /work/oxidecomputer/omicron/target/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`
26402024-08-01T05:50:04.897Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=11e849a4f1fbc5dd -C extra-filename=-11e849a4f1fbc5dd --out-dir /work/oxidecomputer/omicron/target/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`
26412024-08-01T05:50:05.087Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26422024-08-01T05:50:05.094Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=c709bce0f1d8fcb0 -C extra-filename=-c709bce0f1d8fcb0 --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432024-08-01T05:50:05.319Z Compiling cstr-argument v0.1.2
26442024-08-01T05:50:05.323Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b13eaf252d9751db -C extra-filename=-b13eaf252d9751db --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-6cd145163fd70236.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-08-01T05:50:05.453Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26462024-08-01T05:50:05.458Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-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 -C metadata=14c069c8f4f815c8 -C extra-filename=-14c069c8f4f815c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a06c388febb246ce.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-08-01T05:50:05.601Z Compiling pretty-hex v0.2.1
26482024-08-01T05:50:05.604Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=52e9685c026e18f6 -C extra-filename=-52e9685c026e18f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-08-01T05:50:05.632Z Compiling foreign-types v0.5.0
26502024-08-01T05:50:05.636Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=eac5332f6cf7cbe2 -C extra-filename=-eac5332f6cf7cbe2 --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-b9e958eec9460ffa.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-d6cdeff2a776a2a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-08-01T05:50:05.748Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26522024-08-01T05:50:05.752Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=db7bf647fccf2a87 -C extra-filename=-db7bf647fccf2a87 --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-b13eaf252d9751db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eac5332f6cf7cbe2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-08-01T05:50:05.793Z Compiling tabwriter v1.4.0
26542024-08-01T05:50:05.796Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a3aa5c118bc7e76c -C extra-filename=-a3aa5c118bc7e76c --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-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-08-01T05:50:06.095Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=d5369e8e256bf7ff -C extra-filename=-d5369e8e256bf7ff --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-9e9eff94c6618bbf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-c709bce0f1d8fcb0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
26562024-08-01T05:50:06.179Z Compiling colored v2.1.0
26572024-08-01T05:50:06.182Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f4cb8c90b7cf46f0 -C extra-filename=-f4cb8c90b7cf46f0 --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-772fb82229dfbb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582024-08-01T05:50:06.270Z Compiling smf v0.2.3
26592024-08-01T05:50:06.273Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=64a5542dcdb29535 -C extra-filename=-64a5542dcdb29535 --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-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-08-01T05:50:06.319Z Compiling termtree v0.4.1
26612024-08-01T05:50:06.323Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e22457661bb7c489 -C extra-filename=-e22457661bb7c489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-08-01T05:50:06.356Z Compiling heapless v0.8.0
26632024-08-01T05:50:06.359Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2543d08ff2114b80 -C extra-filename=-2543d08ff2114b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-08-01T05:50:06.551Z Compiling predicates-tree v1.0.9
26652024-08-01T05:50:06.554Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=a21019c3fba05991 -C extra-filename=-a21019c3fba05991 --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-8c8481fa5f04966b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e22457661bb7c489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-08-01T05:50:06.994Z Compiling num_enum v0.5.11
26672024-08-01T05:50:07.006Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=281b037cee72f9ac -C extra-filename=-281b037cee72f9ac --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-8c45bb21409e62cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682024-08-01T05:50:07.009Z Compiling hash32 v0.3.1
26692024-08-01T05:50:07.016Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e53000e73ae3ef66 -C extra-filename=-e53000e73ae3ef66 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-08-01T05:50:07.022Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80/build-script-build`
26712024-08-01T05:50:07.122Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26722024-08-01T05:50:07.126Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4023b2afdd4b8c88 -C extra-filename=-4023b2afdd4b8c88 --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-9e9eff94c6618bbf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bd713a3dee2b1c84.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-281b037cee72f9ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-52e9685c026e18f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732024-08-01T05:50:07.169Z Compiling smoltcp v0.11.0
26742024-08-01T05:50:07.172Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=40fb1982114f2451 -C extra-filename=-40fb1982114f2451 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-08-01T05:50:07.254Z Compiling cobs v0.2.3
26762024-08-01T05:50:07.268Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e5b27fbaacc6dab6 -C extra-filename=-e5b27fbaacc6dab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-08-01T05:50:07.339Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ea414af49f056721 -C extra-filename=-ea414af49f056721 --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-e53000e73ae3ef66.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-08-01T05:50:07.498Z Compiling embedded-io v0.4.0
26792024-08-01T05:50:07.501Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-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"' -C metadata=bc26cd12a18f8d4f -C extra-filename=-bc26cd12a18f8d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-08-01T05:50:07.567Z Compiling crucible-workspace-hack v0.1.0
26812024-08-01T05:50:07.570Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d342f50ed996efb9 -C extra-filename=-d342f50ed996efb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-08-01T05:50:07.717Z Compiling postcard v1.0.8
26832024-08-01T05:50:07.720Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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 --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=4bf713ddef6bfcb5 -C extra-filename=-4bf713ddef6bfcb5 --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-e5b27fbaacc6dab6.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bc26cd12a18f8d4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-08-01T05:50:07.733Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
26852024-08-01T05:50:07.736Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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"' -C metadata=32829a6447968f83 -C extra-filename=-32829a6447968f83 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-32829a6447968f83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-08-01T05:50:07.902Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9/build-script-build`
26872024-08-01T05:50:07.921Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
26882024-08-01T05:50:07.925Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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"' -C metadata=5c9f22856d9e8445 -C extra-filename=-5c9f22856d9e8445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-08-01T05:50:07.993Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451/build-script-build`
26902024-08-01T05:50:08.029Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fc21f1208d0a9182 -C extra-filename=-fc21f1208d0a9182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-08-01T05:50:09.083Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-32829a6447968f83/build-script-build`
26922024-08-01T05:50:09.092Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
26932024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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 -C metadata=0ac92be929dd50f1 -C extra-filename=-0ac92be929dd50f1 --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-08-01T05:50:09.092Z Compiling sigpipe v0.1.3
26952024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a6e2710882dbcdf1 -C extra-filename=-a6e2710882dbcdf1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-08-01T05:50:09.092Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
26972024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 -C metadata=ef3b5ac7f0cd640c -C extra-filename=-ef3b5ac7f0cd640c --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-08-01T05:50:09.092Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26992024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c42413f04a0ec494 -C extra-filename=-c42413f04a0ec494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0aa54e7efa9d3d23 -C extra-filename=-0aa54e7efa9d3d23 --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ea414af49f056721.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-08-01T05:50:09.092Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c/build-script-build`
27022024-08-01T05:50:09.092Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27032024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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 -C metadata=26cfb14eb041faee -C extra-filename=-26cfb14eb041faee --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 -C metadata=f1c503196013bc0c -C extra-filename=-f1c503196013bc0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-4023b2afdd4b8c88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-281b037cee72f9ac.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-db7bf647fccf2a87.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d5369e8e256bf7ff.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
27052024-08-01T05:50:09.092Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27062024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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 -C metadata=5d8be0a5dbc01eb7 -C extra-filename=-5d8be0a5dbc01eb7 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-08-01T05:50:09.092Z Compiling num-derive v0.4.2
27082024-08-01T05:50:09.092Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=398769f8b40acc36 -C extra-filename=-398769f8b40acc36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-08-01T05:50:09.190Z Compiling mockall_derive v0.12.1
27102024-08-01T05:50:09.193Z Running `/home/build/.rustup/toolchains/1.78.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.12.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 -C metadata=791c41e9179486c9 -C extra-filename=-791c41e9179486c9 --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-6cd145163fd70236.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112024-08-01T05:50:10.308Z Compiling downcast v0.11.0
27122024-08-01T05:50:10.311Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=37e495d66ccdc831 -C extra-filename=-37e495d66ccdc831 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:50:10.545Z Compiling fragile v2.0.0
27142024-08-01T05:50:10.548Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a6a943ca6c0c647a -C extra-filename=-a6a943ca6c0c647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-08-01T05:50:10.727Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27162024-08-01T05:50:10.730Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=4e1e4780cbb07035 -C extra-filename=-4e1e4780cbb07035 --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-a06c388febb246ce.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-14c069c8f4f815c8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-08-01T05:50:10.873Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27182024-08-01T05:50:10.876Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cd0a58c684503b7 -C extra-filename=-5cd0a58c684503b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-38ed18ffa97c432d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4e1e4780cbb07035.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-08-01T05:50:11.226Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27202024-08-01T05:50:11.230Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=4b117289a7f7cf2e -C extra-filename=-4b117289a7f7cf2e --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-26cfb14eb041faee.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-08-01T05:50:11.664Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27222024-08-01T05:50:11.686Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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 -C metadata=e261b85fb018ae95 -C extra-filename=-e261b85fb018ae95 --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-fc21f1208d0a9182.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-398769f8b40acc36.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-08-01T05:50:12.544Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27242024-08-01T05:50:12.548Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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"' -C metadata=09e173fd79545718 -C extra-filename=-09e173fd79545718 --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-5c9f22856d9e8445.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4bf713ddef6bfcb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252024-08-01T05:50:12.658Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27262024-08-01T05:50:12.662Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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 -C metadata=7f8f126ad5437185 -C extra-filename=-7f8f126ad5437185 --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-5d8be0a5dbc01eb7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-08-01T05:50:13.056Z Compiling same-file v1.0.6
27282024-08-01T05:50:13.060Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=980a8f3380cdad09 -C extra-filename=-980a8f3380cdad09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-08-01T05:50:13.116Z Compiling humantime v2.1.0
27302024-08-01T05:50:13.138Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6012d0f29de951c9 -C extra-filename=-6012d0f29de951c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-08-01T05:50:13.296Z Compiling walkdir v2.5.0
27322024-08-01T05:50:13.301Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=46f81c5457cebf70 -C extra-filename=-46f81c5457cebf70 --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-980a8f3380cdad09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-08-01T05:50:13.585Z Dirty xattr v1.3.1: the rustflags changed
27342024-08-01T05:50:13.585Z Compiling xattr v1.3.1
27352024-08-01T05:50:13.600Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=1cbd31391f192d4b -C extra-filename=-1cbd31391f192d4b --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-74a6194e555b79ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-08-01T05:50:13.690Z Dirty filetime v0.2.23: the rustflags changed
27372024-08-01T05:50:13.690Z Compiling filetime v0.2.23
27382024-08-01T05:50:13.694Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=fe9199de518d5372 -C extra-filename=-fe9199de518d5372 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-08-01T05:50:13.866Z Compiling newline-converter v0.3.0
27402024-08-01T05:50:13.869Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=835d33978090f885 -C extra-filename=-835d33978090f885 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-08-01T05:50:14.051Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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"' -C metadata=c535d4995943d434 -C extra-filename=-c535d4995943d434 --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-6cd145163fd70236.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-5c9f22856d9e8445.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0ac92be929dd50f1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-09e173fd79545718.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4bf713ddef6bfcb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
27422024-08-01T05:50:14.054Z Dirty tar v0.4.41: the rustflags changed
27432024-08-01T05:50:14.054Z Compiling tar v0.4.41
27442024-08-01T05:50:14.054Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=4852e09b74e11301 -C extra-filename=-4852e09b74e11301 --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-fe9199de518d5372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-1cbd31391f192d4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-08-01T05:50:14.104Z Compiling expectorate v1.1.0
27462024-08-01T05:50:14.107Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3d58bb4bd40d1650 -C extra-filename=-3d58bb4bd40d1650 --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-458ab224f4921e74.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-835d33978090f885.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-08-01T05:50:14.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27482024-08-01T05:50:14.263Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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"' -C metadata=1485d4a43da67925 -C extra-filename=-1485d4a43da67925 --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-6cd145163fd70236.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-5c9f22856d9e8445.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c535d4995943d434.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-c42413f04a0ec494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-08-01T05:50:14.288Z Compiling arc-swap v1.7.1
27502024-08-01T05:50:14.291Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a8f5dfe0efe70e20 -C extra-filename=-a8f5dfe0efe70e20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-08-01T05:50:14.695Z Compiling termcolor v1.4.1
27522024-08-01T05:50:14.698Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0b713a67487ebae9 -C extra-filename=-0b713a67487ebae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-08-01T05:50:14.956Z Compiling slog-scope v4.4.0
27542024-08-01T05:50:14.959Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a65e67e1713aba08 -C extra-filename=-a65e67e1713aba08 --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-a8f5dfe0efe70e20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-08-01T05:50:15.548Z Compiling slog-stdlog v4.1.1
27562024-08-01T05:50:15.563Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=02dcfb9a595a0651 -C extra-filename=-02dcfb9a595a0651 --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-a206aa3e5ae8d451.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a65e67e1713aba08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-08-01T05:50:15.616Z Compiling derive-where v1.2.7
27582024-08-01T05:50:15.619Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=694d1522ada46b22 -C extra-filename=-694d1522ada46b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-08-01T05:50:15.941Z Compiling slog-envlogger v2.2.0
27602024-08-01T05:50:15.943Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=85a5aec2fa9a3b99 -C extra-filename=-85a5aec2fa9a3b99 --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-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a65e67e1713aba08.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-02dcfb9a595a0651.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-08-01T05:50:16.268Z Compiling password-hash v0.5.0
27622024-08-01T05:50:16.284Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=205f0c55aea4cae8 -C extra-filename=-205f0c55aea4cae8 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-08-01T05:50:16.594Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27642024-08-01T05:50:16.597Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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 -C metadata=2e940a4cf02b2bd1 -C extra-filename=-2e940a4cf02b2bd1 --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-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f1c503196013bc0c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c535d4995943d434.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1485d4a43da67925.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-4bf713ddef6bfcb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-08-01T05:50:16.770Z Compiling blake2 v0.10.6
27662024-08-01T05:50:16.796Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5cec019bf7576c2d -C extra-filename=-5cec019bf7576c2d --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-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-08-01T05:50:17.384Z Compiling utf-8 v0.7.6
27682024-08-01T05:50:17.424Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d80cf9e5b2026b08 -C extra-filename=-d80cf9e5b2026b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-08-01T05:50:17.733Z Compiling argon2 v0.5.3
27702024-08-01T05:50:17.743Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=945dab18f7340037 -C extra-filename=-945dab18f7340037 --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-96ee31262a117aa9.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-5cec019bf7576c2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-205f0c55aea4cae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-08-01T05:50:17.984Z Compiling mockall v0.12.1
27722024-08-01T05:50:17.993Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=f1f972e6c68aa853 -C extra-filename=-f1f972e6c68aa853 --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-6cd145163fd70236.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-37e495d66ccdc831.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-a6a943ca6c0c647a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-791c41e9179486c9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-08-01T05:50:18.021Z Compiling atty v0.2.14
27742024-08-01T05:50:18.028Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ec22a67fa055e4b1 -C extra-filename=-ec22a67fa055e4b1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752024-08-01T05:50:18.158Z Compiling tungstenite v0.21.0
27762024-08-01T05:50:18.171Z Compiling pem v3.0.4
27772024-08-01T05:50:18.171Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=d8a6742801993ede -C extra-filename=-d8a6742801993ede --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-08-01T05:50:18.171Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b61fc3fa1ef52932 -C extra-filename=-b61fc3fa1ef52932 --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-a69496bcd97c9671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-08-01T05:50:18.323Z Compiling home v0.5.9
27802024-08-01T05:50:18.326Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=11ca7fe2274501f0 -C extra-filename=-11ca7fe2274501f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812024-08-01T05:50:18.605Z Compiling convert_case v0.4.0
27822024-08-01T05:50:18.608Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e2f100e3eb668363 -C extra-filename=-e2f100e3eb668363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-08-01T05:50:18.990Z Compiling tungstenite v0.20.1
27842024-08-01T05:50:18.995Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=5009eecfde0fa205 -C extra-filename=-5009eecfde0fa205 --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-08-01T05:50:19.538Z Compiling tokio-tungstenite v0.21.0
27862024-08-01T05:50:19.541Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=bcf70d100ed3689f -C extra-filename=-bcf70d100ed3689f --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-f1e6a08d6237cea5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d8a6742801993ede.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-08-01T05:50:19.608Z Compiling derive_more v0.99.18
27882024-08-01T05:50:19.611Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=433a64dab820d45d -C extra-filename=-433a64dab820d45d --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-e2f100e3eb668363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-08-01T05:50:19.782Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27902024-08-01T05:50:19.787Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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 -C metadata=a434038934fb067c -C extra-filename=-a434038934fb067c --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-c4c98230b3c24f2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cd0a58c684503b7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-9b0b36ac30b3efc8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-08-01T05:50:20.079Z Compiling tokio-tungstenite v0.20.1
27922024-08-01T05:50:20.086Z Running `/home/build/.rustup/toolchains/1.78.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.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=d8ee6338f2b5246e -C extra-filename=-d8ee6338f2b5246e --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-f1e6a08d6237cea5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5009eecfde0fa205.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-08-01T05:50:20.352Z Compiling env_logger v0.9.3
27942024-08-01T05:50:20.383Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=12b76e1dd730aca4 -C extra-filename=-12b76e1dd730aca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-08-01T05:50:20.631Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27962024-08-01T05:50:20.645Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=d95a2e67cab872b1 -C extra-filename=-d95a2e67cab872b1 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-08-01T05:50:20.662Z Compiling bitstruct_derive v0.1.0
27982024-08-01T05:50:20.668Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-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 -C metadata=77db5653b6ab43fd -C extra-filename=-77db5653b6ab43fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-08-01T05:50:21.113Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-08-01T05:50:21.116Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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 -C metadata=cd2d1cbe4dbc1139 -C extra-filename=-cd2d1cbe4dbc1139 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-08-01T05:50:21.159Z Compiling ascii v1.1.0
28022024-08-01T05:50:21.164Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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 -C metadata=56c1e1864e67c3e2 -C extra-filename=-56c1e1864e67c3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-08-01T05:50:21.242Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-08-01T05:50:21.245Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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 -C metadata=e3552d5b05e4c97b -C extra-filename=-e3552d5b05e4c97b --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-9e9eff94c6618bbf.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-cd2d1cbe4dbc1139.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-08-01T05:50:21.532Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-08-01T05:50:21.535Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=9b344745146f37b5 -C extra-filename=-9b344745146f37b5 --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-d95a2e67cab872b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-08-01T05:50:21.796Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28082024-08-01T05:50:21.800Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df9a3d9af364e56c -C extra-filename=-df9a3d9af364e56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-56c1e1864e67c3e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-12b76e1dd730aca4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-08-01T05:50:21.815Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-08-01T05:50:21.819Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50e5a3622aa18e8e -C extra-filename=-50e5a3622aa18e8e --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-08-01T05:50:22.017Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28122024-08-01T05:50:22.020Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=cecd6b5b2412c64f -C extra-filename=-cecd6b5b2412c64f --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-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-08-01T05:50:22.282Z Compiling bitstruct v0.1.1
28142024-08-01T05:50:22.285Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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 -C metadata=b3e4ef37eee9dd02 -C extra-filename=-b3e4ef37eee9dd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-77db5653b6ab43fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-08-01T05:50:22.373Z Compiling serde_arrays v0.1.0
28162024-08-01T05:50:22.376Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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 -C metadata=fe3cd7623da39937 -C extra-filename=-fe3cd7623da39937 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-08-01T05:50:22.401Z Compiling erased-serde v0.3.31
28182024-08-01T05:50:22.405Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ccc6581ee35c4b0 -C extra-filename=-1ccc6581ee35c4b0 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-08-01T05:50:22.537Z Compiling atomicwrites v0.4.3
28202024-08-01T05:50:22.551Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 -C metadata=99fb197d89b83a79 -C extra-filename=-99fb197d89b83a79 --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-74a6194e555b79ec.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212024-08-01T05:50:22.609Z Compiling heck v0.3.3
28222024-08-01T05:50:22.617Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1277b6a5850af162 -C extra-filename=-1277b6a5850af162 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-08-01T05:50:22.883Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28242024-08-01T05:50:22.887Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 -C metadata=dc019a8d8d257539 -C extra-filename=-dc019a8d8d257539 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-08-01T05:50:23.034Z Compiling zone_cfg_derive v0.1.2
28262024-08-01T05:50:23.037Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1ca7fe15cb383b67 -C extra-filename=-1ca7fe15cb383b67 --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-1277b6a5850af162.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-08-01T05:50:23.219Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539/build-script-build`
28282024-08-01T05:50:23.244Z Compiling headers-core v0.2.0
28292024-08-01T05:50:23.252Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=c416dd9c9d1be8d1 -C extra-filename=-c416dd9c9d1be8d1 --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-19bd34fc86dbda3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-08-01T05:50:23.380Z Compiling base64 v0.13.1
28312024-08-01T05:50:23.383Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=10d0499ba3326980 -C extra-filename=-10d0499ba3326980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-08-01T05:50:23.404Z Compiling headers v0.3.9
28332024-08-01T05:50:23.407Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 -C metadata=453c8acafdedc2f8 -C extra-filename=-453c8acafdedc2f8 --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c416dd9c9d1be8d1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-08-01T05:50:23.839Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28352024-08-01T05:50:23.842Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38cbb023351918c7 -C extra-filename=-38cbb023351918c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-9b344745146f37b5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b3e4ef37eee9dd02.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-50e5a3622aa18e8e.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-1ccc6581ee35c4b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-cecd6b5b2412c64f.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-df9a3d9af364e56c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-fe3cd7623da39937.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-e3552d5b05e4c97b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362024-08-01T05:50:24.013Z Compiling ron v0.7.1
28372024-08-01T05:50:24.016Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=346fd87644616474 -C extra-filename=-346fd87644616474 --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-10d0499ba3326980.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-08-01T05:50:24.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28392024-08-01T05:50:24.681Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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' -C metadata=23389c9af9a7ee43 -C extra-filename=-23389c9af9a7ee43 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-23389c9af9a7ee43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ffd14cf7bf009d44.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-78003f9d45d47fa7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cc72cfd6f92b2ac4.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-25fb8fced16cd46d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a9533f89556730b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c2be8791d6e4d3d8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28402024-08-01T05:50:24.704Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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 -C metadata=06e65670b9eaf3a8 -C extra-filename=-06e65670b9eaf3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-4023b2afdd4b8c88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-281b037cee72f9ac.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-db7bf647fccf2a87.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d5369e8e256bf7ff.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
28412024-08-01T05:50:24.743Z Compiling zone v0.1.8
28422024-08-01T05:50:24.746Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ed7ee7bfcf898871 -C extra-filename=-ed7ee7bfcf898871 --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-1ca7fe15cb383b67.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-08-01T05:50:25.014Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-23389c9af9a7ee43/build-script-build`
28442024-08-01T05:50:25.018Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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' -C metadata=e286ff00e1400ba2 -C extra-filename=-e286ff00e1400ba2 --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-ffd14cf7bf009d44.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-78003f9d45d47fa7.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cc72cfd6f92b2ac4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-25fb8fced16cd46d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a9533f89556730b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c2be8791d6e4d3d8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28452024-08-01T05:50:25.144Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28462024-08-01T05:50:25.190Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=79f6547a0364d691 -C extra-filename=-79f6547a0364d691 --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-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28472024-08-01T05:50:25.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28482024-08-01T05:50:25.505Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=733a48155f454d52 -C extra-filename=-733a48155f454d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28492024-08-01T05:50:26.092Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28502024-08-01T05:50:26.127Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=794a6cc37ab2335e -C extra-filename=-794a6cc37ab2335e --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-945dab18f7340037.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28512024-08-01T05:50:26.338Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28522024-08-01T05:50:26.342Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=ffc9a79ef3004494 -C extra-filename=-ffc9a79ef3004494 --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-e286ff00e1400ba2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28532024-08-01T05:50:26.379Z Compiling portpicker v0.1.1
28542024-08-01T05:50:26.393Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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 -C metadata=373b609bbc0d0c3c -C extra-filename=-373b609bbc0d0c3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-08-01T05:50:26.524Z Compiling rcgen v0.12.1
28562024-08-01T05:50:26.527Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f71a934fa8695411 -C extra-filename=-f71a934fa8695411 --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-b61fc3fa1ef52932.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
28572024-08-01T05:50:26.655Z Compiling subprocess v0.2.9
28582024-08-01T05:50:26.661Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3af8e2c5d96eb9d8 -C extra-filename=-3af8e2c5d96eb9d8 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-08-01T05:50:26.672Z Compiling half v2.4.1
28602024-08-01T05:50:26.685Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e0ff64272072bd76 -C extra-filename=-e0ff64272072bd76 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-08-01T05:50:26.689Z Compiling semver v0.1.20
28622024-08-01T05:50:26.702Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=af270c62ed479890 -C extra-filename=-af270c62ed479890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-08-01T05:50:27.330Z Compiling ciborium-io v0.2.2
28642024-08-01T05:50:27.364Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=796b53103f912cb4 -C extra-filename=-796b53103f912cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-08-01T05:50:27.437Z Compiling rustc_version v0.1.7
28662024-08-01T05:50:27.439Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=74966e74112a5093 -C extra-filename=-74966e74112a5093 --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-af270c62ed479890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-08-01T05:50:27.463Z Compiling ciborium-ll v0.2.2
28682024-08-01T05:50:27.466Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f785944e34600a3e -C extra-filename=-f785944e34600a3e --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-796b53103f912cb4.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e0ff64272072bd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-08-01T05:50:27.883Z Dirty swrite v0.1.0: the rustflags changed
28702024-08-01T05:50:27.883Z Compiling swrite v0.1.0
28712024-08-01T05:50:27.898Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=10687806c0c4c1d6 -C extra-filename=-10687806c0c4c1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-08-01T05:50:27.968Z Compiling newtype_derive v0.1.6
28732024-08-01T05:50:27.972Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=119d94e058e2fe69 -C extra-filename=-119d94e058e2fe69 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74966e74112a5093.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-08-01T05:50:28.013Z Compiling ciborium v0.2.2
28752024-08-01T05:50:28.016Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b3b1e9af3bdffe4a -C extra-filename=-b3b1e9af3bdffe4a --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-796b53103f912cb4.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f785944e34600a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-08-01T05:50:28.356Z Compiling linked-hash-map v0.5.6
28772024-08-01T05:50:28.362Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=aa4db96c4b21ea1e -C extra-filename=-aa4db96c4b21ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-08-01T05:50:28.679Z Compiling prettyplease v0.2.20
28792024-08-01T05:50:28.684Z Compiling lru-cache v0.1.2
28802024-08-01T05:50:28.684Z Running `/home/build/.rustup/toolchains/1.78.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.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="verbatim"' -C metadata=ee598f944c741a1e -C extra-filename=-ee598f944c741a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-08-01T05:50:28.711Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4f8b8e71785fe9b4 -C extra-filename=-4f8b8e71785fe9b4 --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-aa4db96c4b21ea1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-08-01T05:50:28.792Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69/build-script-build`
28832024-08-01T05:50:28.854Z Compiling rayon-core v1.12.1
28842024-08-01T05:50:28.857Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=78abd3ebecc12dba -C extra-filename=-78abd3ebecc12dba --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852024-08-01T05:50:28.901Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ba33c99523a0690b -C extra-filename=-ba33c99523a0690b --out-dir /work/oxidecomputer/omicron/target/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`
28862024-08-01T05:50:28.992Z Compiling crossbeam-deque v0.8.5
28872024-08-01T05:50:28.995Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=54c5a275a74fe6f4 -C extra-filename=-54c5a275a74fe6f4 --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-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-08-01T05:50:29.010Z Compiling steno v0.4.1
28892024-08-01T05:50:29.026Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=28641e4df8000168 -C extra-filename=-28641e4df8000168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-08-01T05:50:29.029Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e/build-script-build`
28912024-08-01T05:50:29.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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="verbatim"' -C metadata=2ed2174795a11dcf -C extra-filename=-2ed2174795a11dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-08-01T05:50:29.195Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba/build-script-build`
28932024-08-01T05:50:29.214Z Compiling glob v0.3.1
28942024-08-01T05:50:29.217Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=009c09a73c940a7e -C extra-filename=-009c09a73c940a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952024-08-01T05:50:29.236Z Compiling constant_time_eq v0.3.0
28962024-08-01T05:50:29.239Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=a5ae682ae21eab04 -C extra-filename=-a5ae682ae21eab04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972024-08-01T05:50:29.352Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a7a242ed38bebb38 -C extra-filename=-a7a242ed38bebb38 --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-54c5a275a74fe6f4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-08-01T05:50:29.428Z Compiling arrayvec v0.7.4
28992024-08-01T05:50:29.428Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27565aeac1afc72b -C extra-filename=-27565aeac1afc72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-08-01T05:50:29.502Z Compiling cancel-safe-futures v0.1.5
29012024-08-01T05:50:29.505Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7d5a5bf504233a9c -C extra-filename=-7d5a5bf504233a9c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-08-01T05:50:29.858Z Compiling arrayref v0.3.7
29032024-08-01T05:50:29.860Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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 -C metadata=5506778857bc3003 -C extra-filename=-5506778857bc3003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-08-01T05:50:29.890Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c/build-script-build`
29052024-08-01T05:50:29.915Z Compiling resolv-conf v0.7.0
29062024-08-01T05:50:29.918Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=940a057e3b626726 -C extra-filename=-940a057e3b626726 --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-d35460ad3d70bf46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-08-01T05:50:29.956Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0d252755c19a2bf5 -C extra-filename=-0d252755c19a2bf5 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-08-01T05:50:30.196Z Compiling rayon v1.10.0
29092024-08-01T05:50:30.199Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9cc7f706c24f99fe -C extra-filename=-9cc7f706c24f99fe --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-c6ebce9b8f2b7960.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7a242ed38bebb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-08-01T05:50:30.589Z Compiling trust-dns-resolver v0.22.0
29112024-08-01T05:50:30.592Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-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 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=06d50afcfe7c0eda -C extra-filename=-06d50afcfe7c0eda --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-6cd145163fd70236.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-940a057e3b626726.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-08-01T05:50:30.770Z Compiling num-rational v0.4.2
29132024-08-01T05:50:30.774Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fa405bf4f8dc9654 -C extra-filename=-fa405bf4f8dc9654 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-08-01T05:50:31.255Z Compiling ring v0.16.20
29152024-08-01T05:50:31.268Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e4db3c45e381807a -C extra-filename=-e4db3c45e381807a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-08-01T05:50:32.308Z Compiling blake3 v1.5.1
29172024-08-01T05:50:32.311Z Running `/home/build/.rustup/toolchains/1.78.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.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=1ec3f446c8d6022e -C extra-filename=-1ec3f446c8d6022e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-08-01T05:50:32.463Z Compiling num-complex v0.4.6
29192024-08-01T05:50:32.465Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=aaf2764d43f4d1ed -C extra-filename=-aaf2764d43f4d1ed --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-08-01T05:50:32.669Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a/build-script-build`
29212024-08-01T05:50:32.992Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e/build-script-build`
29222024-08-01T05:50:33.387Z Compiling num v0.4.3
29232024-08-01T05:50:33.400Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9911d058f70bbb5a -C extra-filename=-9911d058f70bbb5a --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-aaf2764d43f4d1ed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-fa405bf4f8dc9654.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-08-01T05:50:33.498Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29252024-08-01T05:50:33.514Z Compiling memmap2 v0.9.4
29262024-08-01T05:50:33.515Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e17607dd99b05496 -C extra-filename=-e17607dd99b05496 --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-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29272024-08-01T05:50:33.515Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.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 -C metadata=f222c8f5feb49f0b -C extra-filename=-f222c8f5feb49f0b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-08-01T05:50:34.736Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29292024-08-01T05:50:34.739Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=7e7ca6a79b9a56e2 -C extra-filename=-7e7ca6a79b9a56e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-38cbb023351918c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-08-01T05:50:34.764Z Compiling untrusted v0.7.1
29312024-08-01T05:50:34.768Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4a373aa2a958763b -C extra-filename=-4a373aa2a958763b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-08-01T05:50:34.950Z Compiling spin v0.5.2
29332024-08-01T05:50:34.953Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c1329b9cf81be22e -C extra-filename=-c1329b9cf81be22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342024-08-01T05:50:35.163Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29352024-08-01T05:50:35.166Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=6eada2ed7dee6a1a -C extra-filename=-6eada2ed7dee6a1a --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-7e7ca6a79b9a56e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-08-01T05:50:35.186Z Compiling float-ord v0.3.2
29372024-08-01T05:50:35.189Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6d751a1e2a476355 -C extra-filename=-6d751a1e2a476355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-08-01T05:50:35.239Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f3ae8fcc2309ab57 -C extra-filename=-f3ae8fcc2309ab57 --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-646417322ca33c73.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c1329b9cf81be22e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-4a373aa2a958763b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -l static=ring-core -l static=ring-test`
29392024-08-01T05:50:35.280Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=9780d40799678b87 -C extra-filename=-9780d40799678b87 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-f222c8f5feb49f0b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/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`
29402024-08-01T05:50:35.360Z Compiling slog-dtrace v0.3.0
29412024-08-01T05:50:35.398Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c611d7d9fdd24599 -C extra-filename=-c611d7d9fdd24599 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-08-01T05:50:35.713Z Compiling topological-sort v0.2.2
29432024-08-01T05:50:35.716Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=00c376485f04f7b6 -C extra-filename=-00c376485f04f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-08-01T05:50:35.886Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599/build-script-build`
29452024-08-01T05:50:35.918Z Compiling libsw v3.3.1
29462024-08-01T05:50:35.922Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=aa657583645be173 -C extra-filename=-aa657583645be173 --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-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-08-01T05:50:35.953Z Compiling owo-colors v4.0.0
29482024-08-01T05:50:35.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 -C metadata=c45fdf9b4e3eeb94 -C extra-filename=-c45fdf9b4e3eeb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-08-01T05:50:36.244Z Compiling linear-map v1.2.0
29502024-08-01T05:50:36.248Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=43dbd843f8ec402a -C extra-filename=-43dbd843f8ec402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-08-01T05:50:36.610Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e278c1d93ff2dba4 -C extra-filename=-e278c1d93ff2dba4 --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-97034b78d1593ff4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-08-01T05:50:37.109Z Compiling toolchain_find v0.4.0
29532024-08-01T05:50:37.112Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=66a928e8972b8a93 -C extra-filename=-66a928e8972b8a93 --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-11ca7fe2274501f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-08-01T05:50:37.170Z Compiling display-error-chain v0.2.0
29552024-08-01T05:50:37.195Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bcc55f5e1ff0008 -C extra-filename=-8bcc55f5e1ff0008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-08-01T05:50:37.257Z Compiling signature v2.2.0
29572024-08-01T05:50:37.260Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6a9d01d3aaebcd8e -C extra-filename=-6a9d01d3aaebcd8e --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-3cfa47e91bd2ae23.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-08-01T05:50:37.345Z Compiling omicron-zone-package v0.11.0
29592024-08-01T05:50:37.349Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=583454884849d9fe -C extra-filename=-583454884849d9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9780d40799678b87.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-f3ae8fcc2309ab57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-00c376485f04f7b6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
29602024-08-01T05:50:37.444Z Compiling rustfmt-wrapper v0.2.1
29612024-08-01T05:50:37.447Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5368a1d7b820dec0 -C extra-filename=-5368a1d7b820dec0 --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-da3429ff12e30b86.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-66a928e8972b8a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-08-01T05:50:37.571Z Compiling nibble_vec v0.1.0
29632024-08-01T05:50:37.575Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dca1475a3c10fb2a -C extra-filename=-dca1475a3c10fb2a --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-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-08-01T05:50:37.778Z Compiling endian-type v0.1.2
29652024-08-01T05:50:37.781Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=08a20c65fb4946da -C extra-filename=-08a20c65fb4946da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-08-01T05:50:37.794Z Compiling fxhash v0.2.1
29672024-08-01T05:50:37.808Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e605e9a3f5355272 -C extra-filename=-e605e9a3f5355272 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-08-01T05:50:38.003Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29692024-08-01T05:50:38.006Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=390ad16dd797e327 -C extra-filename=-390ad16dd797e327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aa657583645be173.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29702024-08-01T05:50:38.020Z Compiling radix_trie v0.2.1
29712024-08-01T05:50:38.023Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1f57b5e206871653 -C extra-filename=-1f57b5e206871653 --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-08a20c65fb4946da.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-dca1475a3c10fb2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-08-01T05:50:38.038Z Compiling gethostname v0.4.3
29732024-08-01T05:50:38.057Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 -C metadata=4fe18731d1c70ac9 -C extra-filename=-4fe18731d1c70ac9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-08-01T05:50:38.251Z Compiling libefi-sys v0.1.0
29752024-08-01T05:50:38.275Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=91c363b6b9a1fe88 -C extra-filename=-91c363b6b9a1fe88 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-08-01T05:50:38.333Z Compiling bitfield-struct v0.6.1
29772024-08-01T05:50:38.335Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=afa4386f8d9019fe -C extra-filename=-afa4386f8d9019fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-08-01T05:50:38.595Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88/build-script-build`
29792024-08-01T05:50:38.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29802024-08-01T05:50:38.624Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ec9c619fa8b6570e -C extra-filename=-ec9c619fa8b6570e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812024-08-01T05:50:38.771Z Compiling keccak v0.1.5
29822024-08-01T05:50:38.782Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f4bf38cad5b29804 -C extra-filename=-f4bf38cad5b29804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832024-08-01T05:50:39.083Z Compiling maplit v1.0.2
29842024-08-01T05:50:39.091Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9404687583d38e0f -C extra-filename=-9404687583d38e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-08-01T05:50:39.103Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e/build-script-build`
29862024-08-01T05:50:39.201Z Compiling sha3 v0.10.8
29872024-08-01T05:50:39.201Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=316f4a40ece9b044 -C extra-filename=-316f4a40ece9b044 --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-3cfa47e91bd2ae23.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-f4bf38cad5b29804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-08-01T05:50:39.230Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8d846799dc427fdb -C extra-filename=-8d846799dc427fdb --out-dir /work/oxidecomputer/omicron/target/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`
29892024-08-01T05:50:39.663Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29902024-08-01T05:50:39.667Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=430284e759adaac9 -C extra-filename=-430284e759adaac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-281b037cee72f9ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-08-01T05:50:39.780Z Compiling secrecy v0.8.0
29922024-08-01T05:50:39.783Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f5488e44a47ed19b -C extra-filename=-f5488e44a47ed19b --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-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-08-01T05:50:39.976Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29942024-08-01T05:50:39.979Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b9f6c6a6105a9f51 -C extra-filename=-b9f6c6a6105a9f51 --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-afa4386f8d9019fe.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-08-01T05:50:40.064Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29962024-08-01T05:50:40.068Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=52354b8bf57b1b40 -C extra-filename=-52354b8bf57b1b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-08-01T05:50:40.183Z Compiling radium v0.7.0
29982024-08-01T05:50:40.227Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5c375997c550e0f8 -C extra-filename=-5c375997c550e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-08-01T05:50:40.230Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1dd4f2ecb38274b4 -C extra-filename=-1dd4f2ecb38274b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-430284e759adaac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -l static=pci`
30002024-08-01T05:50:40.341Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
30012024-08-01T05:50:40.344Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74bc8a1c25cfbf3d -C extra-filename=-74bc8a1c25cfbf3d --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-d4296f49e108e3d9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cd0a58c684503b7.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-a434038934fb067c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30022024-08-01T05:50:40.392Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30032024-08-01T05:50:40.395Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7f01a3ebc114b786 -C extra-filename=-7f01a3ebc114b786 --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-9e9eff94c6618bbf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8d846799dc427fdb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-08-01T05:50:40.577Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
30052024-08-01T05:50:40.580Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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 -C metadata=261b25b000742380 -C extra-filename=-261b25b000742380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30062024-08-01T05:50:40.705Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30072024-08-01T05:50:40.708Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=432a46df7e250d24 -C extra-filename=-432a46df7e250d24 --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-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30082024-08-01T05:50:40.745Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30092024-08-01T05:50:40.748Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=726c4c907d558582 -C extra-filename=-726c4c907d558582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30102024-08-01T05:50:40.765Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30112024-08-01T05:50:40.779Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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"' -C metadata=82ba951c6e975a22 -C extra-filename=-82ba951c6e975a22 --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-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30122024-08-01T05:50:40.800Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8/build-script-build`
30132024-08-01T05:50:40.811Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30142024-08-01T05:50:40.814Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8dc8456b4c6de948 -C extra-filename=-8dc8456b4c6de948 --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-b9f6c6a6105a9f51.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-52354b8bf57b1b40.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-08-01T05:50:41.845Z Compiling tap v1.0.1
30162024-08-01T05:50:41.848Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=76750a7351ad8b49 -C extra-filename=-76750a7351ad8b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-08-01T05:50:41.939Z Compiling maybe-uninit v2.0.0
30182024-08-01T05:50:41.942Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3693912ea490c5a6 -C extra-filename=-3693912ea490c5a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-08-01T05:50:42.030Z Compiling wyz v0.5.1
30202024-08-01T05:50:42.033Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=079ba44f6dc6bf92 -C extra-filename=-079ba44f6dc6bf92 --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-76750a7351ad8b49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-08-01T05:50:42.500Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e679cd4107bdea17 -C extra-filename=-e679cd4107bdea17 --out-dir /work/oxidecomputer/omicron/target/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`
30222024-08-01T05:50:42.535Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6/build-script-build`
30232024-08-01T05:50:42.611Z Compiling bzip2-sys v0.1.11+1.0.8
30242024-08-01T05:50:42.614Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=92e0b719bee18269 -C extra-filename=-92e0b719bee18269 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-08-01T05:50:42.941Z Compiling crc-catalog v2.4.0
30262024-08-01T05:50:42.944Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=74dcf0a0c1e1ded3 -C extra-filename=-74dcf0a0c1e1ded3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-08-01T05:50:42.974Z Compiling funty v2.0.0
30282024-08-01T05:50:42.988Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ef7a69128d99b578 -C extra-filename=-ef7a69128d99b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-08-01T05:50:43.096Z Compiling packed_struct v0.10.1
30302024-08-01T05:50:43.099Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3e908e771ed83f77 -C extra-filename=-3e908e771ed83f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-08-01T05:50:43.168Z Compiling num-bigint-dig v0.8.4
30322024-08-01T05:50:43.182Z Running `/home/build/.rustup/toolchains/1.78.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="zeroize"' -C metadata=86df98b0f743becd -C extra-filename=-86df98b0f743becd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-08-01T05:50:43.517Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd/build-script-build`
30342024-08-01T05:50:43.545Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269/build-script-build`
30352024-08-01T05:50:43.630Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77/build-script-build`
30362024-08-01T05:50:43.657Z Compiling crc v3.2.1
30372024-08-01T05:50:43.660Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=faea6f435bd0047b -C extra-filename=-faea6f435bd0047b --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-74dcf0a0c1e1ded3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-08-01T05:50:44.246Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30392024-08-01T05:50:44.250Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=fd223c2500db76f5 -C extra-filename=-fd223c2500db76f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-fd223c2500db76f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-5368a1d7b820dec0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
30402024-08-01T05:50:44.332Z Compiling bitvec v1.0.1
30412024-08-01T05:50:44.357Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=80a1669b9026107b -C extra-filename=-80a1669b9026107b --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-ef7a69128d99b578.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e679cd4107bdea17.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-76750a7351ad8b49.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-079ba44f6dc6bf92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-08-01T05:50:44.385Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0c2e63aa6f3c139a -C extra-filename=-0c2e63aa6f3c139a --out-dir /work/oxidecomputer/omicron/target/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`
30432024-08-01T05:50:44.486Z Compiling packed_struct_codegen v0.10.1
30442024-08-01T05:50:44.489Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=20967b1e51f38de8 -C extra-filename=-20967b1e51f38de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452024-08-01T05:50:44.926Z Compiling indexmap v1.9.3
30462024-08-01T05:50:44.929Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=33103ac4e6cf007e -C extra-filename=-33103ac4e6cf007e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472024-08-01T05:50:45.278Z Compiling nodrop v0.1.14
30482024-08-01T05:50:45.283Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ec6c4f2bb6062d27 -C extra-filename=-ec6c4f2bb6062d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-08-01T05:50:45.408Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30502024-08-01T05:50:45.411Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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 -C metadata=e5b5185874412fa1 -C extra-filename=-e5b5185874412fa1 --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-cc42d1818d83e869.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-06e65670b9eaf3a8.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-373b609bbc0d0c3c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-82ba951c6e975a22.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-6eada2ed7dee6a1a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-346fd87644616474.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-a3aa5c118bc7e76c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bcf70d100ed3689f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed7ee7bfcf898871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30512024-08-01T05:50:47.396Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522024-08-01T05:50:47.399Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cc23028b6a3e4378 -C extra-filename=-cc23028b6a3e4378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d20a012748833c91.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30532024-08-01T05:50:47.694Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2cda550aadccc9a8 -C extra-filename=-2cda550aadccc9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d20a012748833c91.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30542024-08-01T05:50:47.880Z Compiling array-init v0.0.4
30552024-08-01T05:50:47.883Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e31f5b02445fbcc1 -C extra-filename=-e31f5b02445fbcc1 --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-ec6c4f2bb6062d27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-08-01T05:50:48.169Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=acb40570715c2cab -C extra-filename=-acb40570715c2cab --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-80a1669b9026107b.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-20967b1e51f38de8.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-08-01T05:50:48.848Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e/build-script-build`
30582024-08-01T05:50:48.876Z Compiling smallvec v0.6.14
30592024-08-01T05:50:48.879Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=477785d50d54cd39 -C extra-filename=-477785d50d54cd39 --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-0c2e63aa6f3c139a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-08-01T05:50:49.108Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d871874f7d44fa03 -C extra-filename=-d871874f7d44fa03 --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-9e9eff94c6618bbf.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-7975931029728112/out/lib -l static=bz2`
30612024-08-01T05:50:49.262Z Running `/home/build/.rustup/toolchains/1.78.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="zeroize"' -C metadata=0f00a51432883421 -C extra-filename=-0f00a51432883421 --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-4079b563d11206ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-98a4140e57fd013c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30622024-08-01T05:50:49.296Z Compiling pkcs1 v0.7.5
30632024-08-01T05:50:49.331Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4eef6a9f09fa1b86 -C extra-filename=-4eef6a9f09fa1b86 --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-8177c7b7d6928a3c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99090ff8528b62db.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8d3fd92c55a5cde6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-08-01T05:50:50.369Z Compiling curve25519-dalek v4.1.3
30652024-08-01T05:50:50.377Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0c6392e5d5d0249f -C extra-filename=-0c6392e5d5d0249f --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-0c6392e5d5d0249f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ee0ef3b4f042ff10.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-08-01T05:50:51.080Z Compiling universal-hash v0.5.1
30672024-08-01T05:50:51.083Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4a3890cf78d5719c -C extra-filename=-4a3890cf78d5719c --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-cc72cfd6f92b2ac4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-08-01T05:50:51.274Z Compiling hashbrown v0.12.3
30692024-08-01T05:50:51.301Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=953c86427907735b -C extra-filename=-953c86427907735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702024-08-01T05:50:52.238Z Compiling bitfield v0.14.0
30712024-08-01T05:50:52.241Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d550909bbac18955 -C extra-filename=-d550909bbac18955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-08-01T05:50:52.488Z Compiling opaque-debug v0.3.1
30732024-08-01T05:50:52.491Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=188f141b7d6831e2 -C extra-filename=-188f141b7d6831e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-08-01T05:50:52.536Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=590be275649af55b -C extra-filename=-590be275649af55b --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-953c86427907735b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
30752024-08-01T05:50:52.545Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30762024-08-01T05:50:52.548Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dc624ec59fd2e91e -C extra-filename=-dc624ec59fd2e91e --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-d550909bbac18955.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-acb40570715c2cab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-08-01T05:50:52.589Z Compiling rsa v0.9.6
30782024-08-01T05:50:52.600Z Running `/home/build/.rustup/toolchains/1.78.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="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=73d4498002d9de00 -C extra-filename=-73d4498002d9de00 --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-e1a935d3d543cf79.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-0f00a51432883421.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-4eef6a9f09fa1b86.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-99090ff8528b62db.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6a9d01d3aaebcd8e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8d3fd92c55a5cde6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-08-01T05:50:53.431Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-0c6392e5d5d0249f/build-script-build`
30802024-08-01T05:50:53.554Z Compiling serde-hex v0.1.0
30812024-08-01T05:50:53.557Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d65ca1313d10adc7 -C extra-filename=-d65ca1313d10adc7 --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-e31f5b02445fbcc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-477785d50d54cd39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-08-01T05:50:58.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30832024-08-01T05:50:58.198Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=06ee495d4bf52d36 -C extra-filename=-06ee495d4bf52d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7f8f126ad5437185.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e261b85fb018ae95.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f1f972e6c68aa853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1485d4a43da67925.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-733a48155f454d52.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30842024-08-01T05:51:00.284Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30852024-08-01T05:51:00.286Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=21713b2c99de1406 -C extra-filename=-21713b2c99de1406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30862024-08-01T05:51:01.197Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
30872024-08-01T05:51:01.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=a4d239892243f30a -C extra-filename=-a4d239892243f30a --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-0ca0c6ee2251a771.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2cda550aadccc9a8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30882024-08-01T05:51:03.216Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30892024-08-01T05:51:03.239Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=562ae0120154c1b6 -C extra-filename=-562ae0120154c1b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-e5b5185874412fa1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30902024-08-01T05:51:03.265Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c9999b2fca6c49ff -C extra-filename=-c9999b2fca6c49ff --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-0ca0c6ee2251a771.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30912024-08-01T05:51:03.399Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-fd223c2500db76f5/build-script-build`
30922024-08-01T05:51:03.792Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30932024-08-01T05:51:03.795Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c18cec938dd4cc5f -C extra-filename=-c18cec938dd4cc5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30942024-08-01T05:51:04.066Z Compiling bzip2 v0.4.4
30952024-08-01T05:51:04.069Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4d8984d00c924b10 -C extra-filename=-4d8984d00c924b10 --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-d871874f7d44fa03.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.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-7975931029728112/out/lib`
30962024-08-01T05:51:04.081Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=51d9fa670f0b2fce -C extra-filename=-51d9fa670f0b2fce --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-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30972024-08-01T05:51:04.473Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30982024-08-01T05:51:04.476Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a9409957153954df -C extra-filename=-a9409957153954df --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-08-01T05:51:04.773Z Compiling env_logger v0.10.2
31002024-08-01T05:51:04.776Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=64e22e1adc2ea79a -C extra-filename=-64e22e1adc2ea79a --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-1fb2ee4459a95d8f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-08-01T05:51:06.049Z Compiling x509-cert v0.2.5
31022024-08-01T05:51:06.052Z Running `/home/build/.rustup/toolchains/1.78.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="std"' -C metadata=2181bd33536a967c -C extra-filename=-2181bd33536a967c --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-e1a935d3d543cf79.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8d3fd92c55a5cde6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-08-01T05:51:06.125Z Compiling ron v0.8.1
31042024-08-01T05:51:06.128Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=8c3281f99c14afac -C extra-filename=-8c3281f99c14afac --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-bfc5ed6832fe4205.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-08-01T05:51:06.991Z Compiling hashbrown v0.13.2
31062024-08-01T05:51:06.994Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=88a87a99da9d8797 -C extra-filename=-88a87a99da9d8797 --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-ffd14cf7bf009d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-08-01T05:51:08.112Z Compiling curve25519-dalek-derive v0.1.1
31082024-08-01T05:51:08.115Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7db18db6dd917818 -C extra-filename=-7db18db6dd917818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-08-01T05:51:08.833Z Compiling async-recursion v1.1.1
31102024-08-01T05:51:08.848Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=864668b8f53d54e9 -C extra-filename=-864668b8f53d54e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-08-01T05:51:09.281Z Compiling crc-any v2.5.0
31122024-08-01T05:51:09.284Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4e518ab7a34dab84 -C extra-filename=-4e518ab7a34dab84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-08-01T05:51:09.782Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31142024-08-01T05:51:09.810Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=19f0f4e817ff18a8 -C extra-filename=-19f0f4e817ff18a8 --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-4079b563d11206ed.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-4e518ab7a34dab84.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-64e22e1adc2ea79a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-dc624ec59fd2e91e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-acb40570715c2cab.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-73d4498002d9de00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d65ca1313d10adc7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2181bd33536a967c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-08-01T05:51:09.880Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=aa909d2898d62a93 -C extra-filename=-aa909d2898d62a93 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-7db18db6dd917818.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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"'`
31162024-08-01T05:51:10.748Z Compiling object v0.30.4
31172024-08-01T05:51:10.751Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ca8c6c1eba21eee5 -C extra-filename=-ca8c6c1eba21eee5 --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-b93e8dcfe84d9fec.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-88a87a99da9d8797.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-590be275649af55b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-08-01T05:51:11.089Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31192024-08-01T05:51:11.092Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c23bd90926ff4243 -C extra-filename=-c23bd90926ff4243 --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-8c3281f99c14afac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-a9409957153954df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-08-01T05:51:11.903Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31212024-08-01T05:51:11.907Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c3e8cd28eaa5f218 -C extra-filename=-c3e8cd28eaa5f218 --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-06ee495d4bf52d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31222024-08-01T05:51:12.908Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31232024-08-01T05:51:12.911Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=4d9c508c571f49df -C extra-filename=-4d9c508c571f49df --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-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31242024-08-01T05:51:13.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252024-08-01T05:51:13.980Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=954b4ae765069e1a -C extra-filename=-954b4ae765069e1a --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-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a4d239892243f30a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31262024-08-01T05:51:15.060Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31272024-08-01T05:51:15.063Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=096a47ba429b95c1 -C extra-filename=-096a47ba429b95c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8178b3fa3c49cf48.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31282024-08-01T05:51:16.050Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31292024-08-01T05:51:16.054Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=f0fb9f6b647e5a4f -C extra-filename=-f0fb9f6b647e5a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31302024-08-01T05:51:17.955Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31312024-08-01T05:51:17.957Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=11cd0bc3ee7f42b6 -C extra-filename=-11cd0bc3ee7f42b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31322024-08-01T05:51:18.722Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31332024-08-01T05:51:18.725Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0532b6ac060b0864 -C extra-filename=-0532b6ac060b0864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-430284e759adaac9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7f01a3ebc114b786.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8dc8456b4c6de948.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
31342024-08-01T05:51:20.077Z Compiling zip v0.6.6
31352024-08-01T05:51:20.081Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a1dee7d7307cdaea -C extra-filename=-a1dee7d7307cdaea --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-4079b563d11206ed.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4d8984d00c924b10.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.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-7975931029728112/out/lib`
31362024-08-01T05:51:21.574Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31372024-08-01T05:51:21.579Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2c55214726a14bc9 -C extra-filename=-2c55214726a14bc9 --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-97a23d2676a85f3f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31382024-08-01T05:51:21.616Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31392024-08-01T05:51:21.621Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0593f0228022c6d6 -C extra-filename=-0593f0228022c6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-954b4ae765069e1a.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31402024-08-01T05:51:22.121Z Compiling path-slash v0.1.5
31412024-08-01T05:51:22.139Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=76f42b26ab6ae9f6 -C extra-filename=-76f42b26ab6ae9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-08-01T05:51:22.376Z Compiling parking_lot_core v0.8.6
31432024-08-01T05:51:22.390Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bb822fb252e22d13 -C extra-filename=-bb822fb252e22d13 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-08-01T05:51:22.484Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
31452024-08-01T05:51:22.487Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/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 -C metadata=ecd87a5ed415ede1 -C extra-filename=-ecd87a5ed415ede1 --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-2385d9a2adf4dce5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-dc624ec59fd2e91e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-19f0f4e817ff18a8.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ca8c6c1eba21eee5.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-76f42b26ab6ae9f6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-73d4498002d9de00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-a9409957153954df.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-c23bd90926ff4243.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2181bd33536a967c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
31462024-08-01T05:51:22.826Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31472024-08-01T05:51:22.847Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=f5b890e8ccf95fda -C extra-filename=-f5b890e8ccf95fda --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-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31482024-08-01T05:51:22.920Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13/build-script-build`
31492024-08-01T05:51:22.946Z Compiling aead v0.5.2
31502024-08-01T05:51:22.949Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f83213faee1d9499 -C extra-filename=-f83213faee1d9499 --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-cc72cfd6f92b2ac4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-08-01T05:51:23.313Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=74af49de15fbba3f -C extra-filename=-74af49de15fbba3f --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-6cd145163fd70236.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-08-01T05:51:23.536Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532024-08-01T05:51:23.539Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6d5881403b6c9599 -C extra-filename=-6d5881403b6c9599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
31542024-08-01T05:51:24.013Z Compiling poly1305 v0.8.0
31552024-08-01T05:51:24.016Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5f23137d8f717a53 -C extra-filename=-5f23137d8f717a53 --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-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4a3890cf78d5719c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-08-01T05:51:24.885Z Compiling chacha20 v0.9.1
31572024-08-01T05:51:24.888Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b83c7e7213defc02 -C extra-filename=-b83c7e7213defc02 --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582024-08-01T05:51:25.358Z Compiling thiserror-impl-no-std v2.0.2
31592024-08-01T05:51:25.392Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6a11dced134b19cf -C extra-filename=-6a11dced134b19cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-08-01T05:51:25.783Z Compiling parking_lot v0.11.2
31612024-08-01T05:51:25.785Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a873f86f11ffdc23 -C extra-filename=-a873f86f11ffdc23 --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-37e08d29aee74c57.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-74af49de15fbba3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-08-01T05:51:26.777Z Compiling trust-dns-client v0.22.0
31632024-08-01T05:51:26.784Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-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 -C metadata=03828c44299aa895 -C extra-filename=-03828c44299aa895 --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-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-08-01T05:51:27.248Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31652024-08-01T05:51:27.251Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=57e8c8f1e4479dbe -C extra-filename=-57e8c8f1e4479dbe --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-57e8c8f1e4479dbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31662024-08-01T05:51:27.592Z Compiling toml v0.5.11
31672024-08-01T05:51:27.595Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=fb38eb1e12bb9bed -C extra-filename=-fb38eb1e12bb9bed --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-08-01T05:51:27.976Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-57e8c8f1e4479dbe/build-script-build`
31692024-08-01T05:51:28.003Z Compiling sled v0.34.7
31702024-08-01T05:51:28.006Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=da7637f35d7ddf76 -C extra-filename=-da7637f35d7ddf76 --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-b93e8dcfe84d9fec.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a873f86f11ffdc23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-08-01T05:51:28.983Z Compiling thiserror-no-std v2.0.2
31722024-08-01T05:51:28.986Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2c0eb8a800ea8e55 -C extra-filename=-2c0eb8a800ea8e55 --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-6a11dced134b19cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-08-01T05:51:29.112Z Compiling vsss-rs v3.3.4
31742024-08-01T05:51:29.118Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=806c8caaef16519c -C extra-filename=-806c8caaef16519c --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-aa909d2898d62a93.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2c0eb8a800ea8e55.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-08-01T05:51:29.801Z Compiling trust-dns-server v0.22.1
31762024-08-01T05:51:29.804Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-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 -C metadata=265b4513e0d3194a -C extra-filename=-265b4513e0d3194a --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-97a23d2676a85f3f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-470dd53b8de38a2c.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-305944c2ee33c8d3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-fb38eb1e12bb9bed.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-08-01T05:51:30.019Z Compiling chacha20poly1305 v0.10.1
31782024-08-01T05:51:30.022Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=4308d304eb3a232b -C extra-filename=-4308d304eb3a232b --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-f83213faee1d9499.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b83c7e7213defc02.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5f23137d8f717a53.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-08-01T05:51:30.242Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31802024-08-01T05:51:30.256Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=926ac8757f0f8f17 -C extra-filename=-926ac8757f0f8f17 --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-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31812024-08-01T05:51:30.918Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31822024-08-01T05:51:30.922Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a8158f3031edf644 -C extra-filename=-a8158f3031edf644 --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-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31832024-08-01T05:51:31.473Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
31842024-08-01T05:51:31.524Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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 -C metadata=fcc78242d39ea60d -C extra-filename=-fcc78242d39ea60d --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-97a4cc5a166528a5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
31852024-08-01T05:51:32.885Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31862024-08-01T05:51:32.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=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' -C metadata=456b3df7018f2ba2 -C extra-filename=-456b3df7018f2ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-08-01T05:51:33.227Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2/build-script-build`
31882024-08-01T05:51:33.256Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4dbf8e075559f031 -C extra-filename=-4dbf8e075559f031 --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-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4308d304eb3a232b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-806c8caaef16519c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31892024-08-01T05:51:33.789Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902024-08-01T05:51:33.792Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=eb4413130c004412 -C extra-filename=-eb4413130c004412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
31912024-08-01T05:51:33.877Z Compiling buf-list v1.0.3
31922024-08-01T05:51:33.880Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9ee7582522da070e -C extra-filename=-9ee7582522da070e --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-08-01T05:51:34.567Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e/build-script-build`
31942024-08-01T05:51:34.642Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31952024-08-01T05:51:34.645Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=44b1bb51cfa268dc -C extra-filename=-44b1bb51cfa268dc --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-fcc78242d39ea60d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31962024-08-01T05:51:35.171Z Compiling diff v0.1.13
31972024-08-01T05:51:35.204Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=89f24ea2acf2914f -C extra-filename=-89f24ea2acf2914f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982024-08-01T05:51:35.891Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0f57723164d44c5d -C extra-filename=-0f57723164d44c5d --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-0ca0c6ee2251a771.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
31992024-08-01T05:51:36.497Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0ae2c498de7effcf -C extra-filename=-0ae2c498de7effcf --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-6cd145163fd70236.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32002024-08-01T05:51:37.008Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32012024-08-01T05:51:37.011Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c805dff4444bae24 -C extra-filename=-c805dff4444bae24 --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-8bcc55f5e1ff0008.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32022024-08-01T05:51:37.416Z Compiling nanorand v0.7.0
32032024-08-01T05:51:37.434Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7c7336e6ed36858a -C extra-filename=-7c7336e6ed36858a --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-08-01T05:51:37.775Z Compiling unicase v2.7.0
32052024-08-01T05:51:37.778Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=af773df03734cef5 -C extra-filename=-af773df03734cef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-08-01T05:51:37.837Z Compiling flume v0.11.0
32072024-08-01T05:51:37.848Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=617024dcb90a8ae7 -C extra-filename=-617024dcb90a8ae7 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7c7336e6ed36858a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-08-01T05:51:38.003Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32092024-08-01T05:51:38.016Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e87375a56b30fc2f -C extra-filename=-e87375a56b30fc2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32102024-08-01T05:51:38.125Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5/build-script-build`
32112024-08-01T05:51:38.331Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32122024-08-01T05:51:38.335Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=614e66af62ae4c0d -C extra-filename=-614e66af62ae4c0d --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-e286ff00e1400ba2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32132024-08-01T05:51:38.526Z Compiling kstat-rs v0.2.4
32142024-08-01T05:51:38.529Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=826790931abc6185 -C extra-filename=-826790931abc6185 --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-9e9eff94c6618bbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-08-01T05:51:38.561Z Compiling pin-project-internal v1.1.5
32162024-08-01T05:51:38.564Z Running `/home/build/.rustup/toolchains/1.78.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.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 --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' -C metadata=9f5bbb373a469e98 -C extra-filename=-9f5bbb373a469e98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-08-01T05:51:39.200Z Compiling crunchy v0.2.2
32182024-08-01T05:51:39.203Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=130d10875e2d7017 -C extra-filename=-130d10875e2d7017 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-08-01T05:51:39.678Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7e795a496a58a165 -C extra-filename=-7e795a496a58a165 --out-dir /work/oxidecomputer/omicron/target/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`
32202024-08-01T05:51:39.722Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017/build-script-build`
32212024-08-01T05:51:39.748Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
32222024-08-01T05:51:39.751Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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 -C metadata=b3ae93adfffc5e19 -C extra-filename=-b3ae93adfffc5e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32232024-08-01T05:51:40.049Z Compiling clang-sys v1.7.0
32242024-08-01T05:51:40.052Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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"' -C metadata=ada6db466aade206 -C extra-filename=-ada6db466aade206 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-08-01T05:51:40.104Z Compiling vte_generate_state_changes v0.1.1
32262024-08-01T05:51:40.107Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=35caba5327b335f0 -C extra-filename=-35caba5327b335f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-08-01T05:51:40.814Z Compiling tiny-keccak v2.0.2
32282024-08-01T05:51:40.828Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7393d053db3fb81f -C extra-filename=-7393d053db3fb81f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-08-01T05:51:40.841Z Compiling vte v0.11.1
32302024-08-01T05:51:40.844Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=62403b9778b4826c -C extra-filename=-62403b9778b4826c --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-1145d37920d1b3a9.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-35caba5327b335f0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-08-01T05:51:41.163Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f/build-script-build`
32322024-08-01T05:51:41.190Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206/build-script-build`
32332024-08-01T05:51:41.217Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342024-08-01T05:51:41.221Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=7eb16a366d41c999 -C extra-filename=-7eb16a366d41c999 --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-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32352024-08-01T05:51:41.559Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32362024-08-01T05:51:41.569Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0ef3729f83fb391f -C extra-filename=-0ef3729f83fb391f --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-7af3bf2189a0871c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32372024-08-01T05:51:41.845Z Compiling mime_guess v2.0.4
32382024-08-01T05:51:41.849Z Running `/home/build/.rustup/toolchains/1.78.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.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="rev-mappings"' -C metadata=24d629e3f832fc6d -C extra-filename=-24d629e3f832fc6d --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-08-01T05:51:42.082Z Compiling pin-project v1.1.5
32402024-08-01T05:51:42.095Z Running `/home/build/.rustup/toolchains/1.78.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.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=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' -C metadata=7e2482944ca2397c -C extra-filename=-7e2482944ca2397c --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-9f5bbb373a469e98.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-08-01T05:51:42.224Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=be47fc9b93f67fd9 -C extra-filename=-be47fc9b93f67fd9 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:51:42.305Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32432024-08-01T05:51:42.308Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2e6774354861b638 -C extra-filename=-2e6774354861b638 --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-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-826790931abc6185.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
32442024-08-01T05:51:42.336Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
32452024-08-01T05:51:42.339Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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"' -C metadata=5ad37d2386c5c07b -C extra-filename=-5ad37d2386c5c07b --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-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bcf70d100ed3689f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32462024-08-01T05:51:43.246Z Compiling fd-lock v4.0.2
32472024-08-01T05:51:43.249Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d7483dd74bc87d56 -C extra-filename=-d7483dd74bc87d56 --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-6cd145163fd70236.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-08-01T05:51:43.418Z Compiling ref-cast v1.0.23
32492024-08-01T05:51:43.421Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d05054f9a0608075 -C extra-filename=-d05054f9a0608075 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-08-01T05:51:43.475Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d/build-script-build`
32512024-08-01T05:51:43.517Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0c7c745df8082848 -C extra-filename=-0c7c745df8082848 --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-be47fc9b93f67fd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-08-01T05:51:44.013Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075/build-script-build`
32532024-08-01T05:51:44.077Z Compiling strip-ansi-escapes v0.2.0
32542024-08-01T05:51:44.080Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3cb610a26aaf8905 -C extra-filename=-3cb610a26aaf8905 --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-62403b9778b4826c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-08-01T05:51:44.213Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562024-08-01T05:51:44.216Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=ce7522cd55cd5cd6 -C extra-filename=-ce7522cd55cd5cd6 --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-18fbad60cc66c708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32572024-08-01T05:51:44.530Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32582024-08-01T05:51:44.533Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=cb9fcfdcbbde1549 -C extra-filename=-cb9fcfdcbbde1549 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-cb9fcfdcbbde1549 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32592024-08-01T05:51:44.886Z Compiling ascii-canvas v3.0.0
32602024-08-01T05:51:44.901Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=86e63d4f6fd86b55 -C extra-filename=-86e63d4f6fd86b55 --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-f75757e0b8ad0343.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612024-08-01T05:51:45.476Z Compiling ref-cast-impl v1.0.23
32622024-08-01T05:51:45.479Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6ad0d93081547b8b -C extra-filename=-6ad0d93081547b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-08-01T05:51:46.946Z Compiling ena v0.14.3
32642024-08-01T05:51:46.951Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f50d97f471b1acb4 -C extra-filename=-f50d97f471b1acb4 --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-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-08-01T05:51:47.400Z Compiling libloading v0.8.3
32662024-08-01T05:51:47.403Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.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 -C metadata=a458ecb7de18deaf -C extra-filename=-a458ecb7de18deaf --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-08-01T05:51:47.846Z Compiling bindgen v0.69.4
32682024-08-01T05:51:47.860Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=1a1ee6a60c43570b -C extra-filename=-1a1ee6a60c43570b --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-08-01T05:51:47.945Z Compiling nu-ansi-term v0.50.0
32702024-08-01T05:51:47.958Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5df43d700eb6eb4b -C extra-filename=-5df43d700eb6eb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-08-01T05:51:48.266Z Compiling regex-syntax v0.6.29
32722024-08-01T05:51:48.269Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=914744d7c52ebf68 -C extra-filename=-914744d7c52ebf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-08-01T05:51:48.665Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b/build-script-build`
32742024-08-01T05:51:48.689Z Compiling reedline v0.31.0
32752024-08-01T05:51:48.692Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75cdd7c8ac36fcad -C extra-filename=-75cdd7c8ac36fcad --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-97034b78d1593ff4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d7483dd74bc87d56.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-5df43d700eb6eb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-3cb610a26aaf8905.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c9dfaf2474e10a2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-08-01T05:51:48.709Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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"' -C metadata=9a74a8f90e01640a -C extra-filename=-9a74a8f90e01640a --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-009c09a73c940a7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a458ecb7de18deaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-08-01T05:51:48.921Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e0a466962aefab71 -C extra-filename=-e0a466962aefab71 --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-6ad0d93081547b8b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782024-08-01T05:51:49.066Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-cb9fcfdcbbde1549/build-script-build`
32792024-08-01T05:51:49.095Z Running `/home/build/.rustup/toolchains/1.78.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.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="rev-mappings"' -C metadata=c06c9484ba04be42 -C extra-filename=-c06c9484ba04be42 --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-6ed43d208ee9dad1.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-08-01T05:51:49.598Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32812024-08-01T05:51:49.601Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=686d5fd08dcf1333 -C extra-filename=-686d5fd08dcf1333 --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32822024-08-01T05:51:50.094Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32832024-08-01T05:51:50.097Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=9b15e540548cc6ce -C extra-filename=-9b15e540548cc6ce --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-0cbdf58bcc2b964d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32842024-08-01T05:51:50.950Z Compiling which v4.4.2
32852024-08-01T05:51:50.953Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a822f7e0bfb25a8c -C extra-filename=-a822f7e0bfb25a8c --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-c6ebce9b8f2b7960.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-08-01T05:51:51.597Z Compiling lalrpop v0.19.12
32872024-08-01T05:51:51.600Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=594e1bf97c7f6d68 -C extra-filename=-594e1bf97c7f6d68 --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-86e63d4f6fd86b55.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89f24ea2acf2914f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-f50d97f471b1acb4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-914744d7c52ebf68.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-0c7c745df8082848.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-08-01T05:51:51.816Z Compiling cexpr v0.6.0
32892024-08-01T05:51:51.819Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ebf7ce8d4d33ee4d -C extra-filename=-ebf7ce8d4d33ee4d --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-e8c302dc3ba54578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-08-01T05:51:53.204Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
32912024-08-01T05:51:53.206Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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 -C metadata=9729714792ee8c19 -C extra-filename=-9729714792ee8c19 --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-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-08-01T05:51:53.506Z Compiling http-range v0.1.5
32932024-08-01T05:51:53.509Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f793d025cb4cc056 -C extra-filename=-f793d025cb4cc056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-08-01T05:51:53.579Z Compiling shlex v1.3.0
32952024-08-01T05:51:53.582Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9b242747e0db09c0 -C extra-filename=-9b242747e0db09c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-08-01T05:51:53.723Z Compiling rustc-hash v1.1.0
32972024-08-01T05:51:53.726Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6e319728dcc6ba59 -C extra-filename=-6e319728dcc6ba59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982024-08-01T05:51:53.885Z Compiling lazycell v1.3.0
32992024-08-01T05:51:53.892Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ffae22027f4cc176 -C extra-filename=-ffae22027f4cc176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-08-01T05:51:53.901Z Compiling hyper-staticfile v0.9.5
33012024-08-01T05:51:53.906Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=1b680fb842107e50 -C extra-filename=-1b680fb842107e50 --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-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-f793d025cb4cc056.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c06c9484ba04be42.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022024-08-01T05:51:54.018Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33032024-08-01T05:51:54.022Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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 -C metadata=cd59205635ad9a37 -C extra-filename=-cd59205635ad9a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9729714792ee8c19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bcf70d100ed3689f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33042024-08-01T05:51:54.065Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' -C metadata=bb3b4f4280fd8f30 -C extra-filename=-bb3b4f4280fd8f30 --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-79ef37fead517de5.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ebf7ce8d4d33ee4d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9a74a8f90e01640a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-ffae22027f4cc176.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6e319728dcc6ba59.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b242747e0db09c0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-a822f7e0bfb25a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-08-01T05:51:54.449Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33062024-08-01T05:51:54.452Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8763f2c72b4f82f9 -C extra-filename=-8763f2c72b4f82f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8763f2c72b4f82f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33072024-08-01T05:51:54.570Z Compiling derive_builder_core v0.20.0
33082024-08-01T05:51:54.573Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=450da7f899dc333f -C extra-filename=-450da7f899dc333f --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-d638661442810b00.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092024-08-01T05:51:54.777Z Compiling libxml v0.3.3
33102024-08-01T05:51:54.780Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6fed92e26fd65c4e -C extra-filename=-6fed92e26fd65c4e --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-08-01T05:51:54.917Z Compiling cfg_aliases v0.1.1
33122024-08-01T05:51:54.920Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=44f2d3764aa1bf38 -C extra-filename=-44f2d3764aa1bf38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132024-08-01T05:51:55.034Z Dirty bytecount v0.6.8: the rustflags changed
33142024-08-01T05:51:55.034Z Compiling bytecount v0.6.8
33152024-08-01T05:51:55.038Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=11894f9d5d95f84b -C extra-filename=-11894f9d5d95f84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-08-01T05:51:55.192Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e/build-script-build`
33172024-08-01T05:51:55.231Z Dirty papergrid v0.11.0: the rustflags changed
33182024-08-01T05:51:55.232Z Compiling papergrid v0.11.0
33192024-08-01T05:51:55.234Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=19f3860a0da4acc8 -C extra-filename=-19f3860a0da4acc8 --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-11894f9d5d95f84b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202024-08-01T05:51:55.247Z Compiling nix v0.28.0
33212024-08-01T05:51:55.250Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3383d06de3eb6dbd -C extra-filename=-3383d06de3eb6dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44f2d3764aa1bf38.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222024-08-01T05:51:56.145Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-8763f2c72b4f82f9/build-script-build`
33232024-08-01T05:51:56.173Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=569c3193717406fb -C extra-filename=-569c3193717406fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33242024-08-01T05:51:56.287Z Compiling tabled_derive v0.7.0
33252024-08-01T05:51:56.290Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b6fe8670db0ec247 -C extra-filename=-b6fe8670db0ec247 --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad1b8aa5fd00a1a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-08-01T05:51:57.142Z Compiling derive_builder_macro v0.20.0
33272024-08-01T05:51:57.145Z Running `/home/build/.rustup/toolchains/1.78.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.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="lib_has_std"' -C metadata=e721fd83898c4f4e -C extra-filename=-e721fd83898c4f4e --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-450da7f899dc333f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-08-01T05:51:58.285Z Compiling snafu-derive v0.8.2
33292024-08-01T05:51:58.288Z Running `/home/build/.rustup/toolchains/1.78.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.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="rust_1_61"' -C metadata=0ec6b1273beca2cf -C extra-filename=-0ec6b1273beca2cf --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-08-01T05:51:59.081Z Compiling strum_macros v0.24.3
33312024-08-01T05:51:59.084Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=121ee1b9f7b07e63 -C extra-filename=-121ee1b9f7b07e63 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-08-01T05:51:59.699Z Compiling cookie v0.18.1
33332024-08-01T05:51:59.703Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=009a01de1221a26e -C extra-filename=-009a01de1221a26e --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-08-01T05:52:00.059Z Compiling indoc v1.0.9
33352024-08-01T05:52:00.063Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=15f28d339ebc4e9e -C extra-filename=-15f28d339ebc4e9e --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`
33362024-08-01T05:52:01.217Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e/build-script-build`
33372024-08-01T05:52:01.288Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33382024-08-01T05:52:01.292Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0b98ec09b927f932 -C extra-filename=-0b98ec09b927f932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33392024-08-01T05:52:01.897Z Compiling tabled v0.15.0
33402024-08-01T05:52:01.900Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=32d4721e52d03426 -C extra-filename=-32d4721e52d03426 --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-19f3860a0da4acc8.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b6fe8670db0ec247.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-08-01T05:52:03.186Z Compiling derive_builder v0.20.0
33422024-08-01T05:52:03.189Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=5b3287972951ee08 -C extra-filename=-5b3287972951ee08 --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-e721fd83898c4f4e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-08-01T05:52:03.375Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd/build-script-build`
33442024-08-01T05:52:03.402Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=eacb9bfce4ae5e5c -C extra-filename=-eacb9bfce4ae5e5c --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
33452024-08-01T05:52:04.447Z Compiling snafu v0.8.2
33462024-08-01T05:52:04.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="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"' -C metadata=86a01cdece058608 -C extra-filename=-86a01cdece058608 --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-4a234987197be9fa.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7e2482944ca2397c.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0ec6b1273beca2cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-08-01T05:52:05.353Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33482024-08-01T05:52:05.356Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=69b22fb6c7d18d39 -C extra-filename=-69b22fb6c7d18d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-69b22fb6c7d18d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33492024-08-01T05:52:05.697Z Compiling globset v0.4.14
33502024-08-01T05:52:05.697Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' -C metadata=3ccbbfba0e362ff5 -C extra-filename=-3ccbbfba0e362ff5 --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-1fd9564269861caa.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-08-01T05:52:06.461Z Compiling olpc-cjson v0.1.3
33522024-08-01T05:52:06.464Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=a6ba2e3551315678 -C extra-filename=-a6ba2e3551315678 --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-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-08-01T05:52:06.730Z Compiling serde_plain v1.0.2
33542024-08-01T05:52:06.734Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6fc3d835f2949c67 -C extra-filename=-6fc3d835f2949c67 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-08-01T05:52:07.194Z Compiling quick-xml v0.31.0
33562024-08-01T05:52:07.197Z Running `/home/build/.rustup/toolchains/1.78.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.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6a76b6e568a0137a -C extra-filename=-6a76b6e568a0137a --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-d9b2ede3219a3f1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-08-01T05:52:07.619Z Compiling impl-trait-for-tuples v0.2.2
33582024-08-01T05:52:07.660Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=17e3c426ecc2c188 -C extra-filename=-17e3c426ecc2c188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-08-01T05:52:08.809Z Compiling oso-derive v0.27.3
33602024-08-01T05:52:08.825Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a2206ee7f160239e -C extra-filename=-a2206ee7f160239e --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c11a1e752ae8cd20.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612024-08-01T05:52:09.566Z Compiling memoffset v0.9.1
33622024-08-01T05:52:09.574Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7ab5dad469300190 -C extra-filename=-7ab5dad469300190 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-08-01T05:52:09.925Z Compiling typed-path v0.7.1
33642024-08-01T05:52:09.940Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9417dbd35ebe1b15 -C extra-filename=-9417dbd35ebe1b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-08-01T05:52:10.143Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190/build-script-build`
33662024-08-01T05:52:10.259Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-69b22fb6c7d18d39/build-script-build`
33672024-08-01T05:52:10.285Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6d5713c0fa398416 -C extra-filename=-6d5713c0fa398416 --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-79ef37fead517de5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
33682024-08-01T05:52:10.974Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7b8eafab6692b7b4 -C extra-filename=-7b8eafab6692b7b4 --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-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-08-01T05:52:12.187Z Compiling tough v0.17.1
33702024-08-01T05:52:12.191Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e58089b60b43a635 -C extra-filename=-e58089b60b43a635 --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-864668b8f53d54e9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3ccbbfba0e362ff5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a6ba2e3551315678.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-6fc3d835f2949c67.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-86a01cdece058608.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9417dbd35ebe1b15.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33712024-08-01T05:52:13.340Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33722024-08-01T05:52:13.343Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c98d28aff432a098 -C extra-filename=-c98d28aff432a098 --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-7af3bf2189a0871c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33732024-08-01T05:52:14.408Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33742024-08-01T05:52:14.411Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=b7a6dc1db8e137b5 -C extra-filename=-b7a6dc1db8e137b5 --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33752024-08-01T05:52:16.352Z Compiling peg-macros v0.8.4
33762024-08-01T05:52:16.368Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9ab6e13a4b4430b0 -C extra-filename=-9ab6e13a4b4430b0 --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-8f9b7af0cb4f1e2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-08-01T05:52:16.576Z Compiling sqlparser_derive v0.2.2
33782024-08-01T05:52:16.594Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5699299cc3f1c4a3 -C extra-filename=-5699299cc3f1c4a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792024-08-01T05:52:17.934Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
33802024-08-01T05:52:17.937Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5270077f7341b780 -C extra-filename=-5270077f7341b780 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-08-01T05:52:18.353Z Compiling parse-size v1.0.0
33822024-08-01T05:52:18.358Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ab981ef8e9581646 -C extra-filename=-ab981ef8e9581646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-08-01T05:52:18.644Z Compiling unicode_categories v0.1.1
33842024-08-01T05:52:18.653Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=970a285af1efccd6 -C extra-filename=-970a285af1efccd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-08-01T05:52:18.982Z Compiling sqlformat v0.2.4
33862024-08-01T05:52:18.997Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 -C metadata=9569f95cc1e2d87d -C extra-filename=-9569f95cc1e2d87d --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-e8c302dc3ba54578.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-970a285af1efccd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-08-01T05:52:19.471Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780/build-script-build`
33882024-08-01T05:52:19.544Z Compiling sqlparser v0.45.0
33892024-08-01T05:52:19.558Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b1293a7069f8e431 -C extra-filename=-b1293a7069f8e431 --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-a206aa3e5ae8d451.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-5699299cc3f1c4a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902024-08-01T05:52:20.503Z Compiling peg v0.8.4
33912024-08-01T05:52:20.505Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=231b7762616c8b45 -C extra-filename=-231b7762616c8b45 --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-9ab6e13a4b4430b0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-08-01T05:52:20.618Z Compiling rustyline v14.0.0
33932024-08-01T05:52:20.632Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=552c048f6329a6fa -C extra-filename=-552c048f6329a6fa --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-79ef37fead517de5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d7483dd74bc87d56.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6d5713c0fa398416.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-08-01T05:52:24.056Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9b05207b01a0ed5c -C extra-filename=-9b05207b01a0ed5c --out-dir /work/oxidecomputer/omicron/target/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`
33952024-08-01T05:52:24.179Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33962024-08-01T05:52:24.202Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=40ccc403acaf15b0 -C extra-filename=-40ccc403acaf15b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40ccc403acaf15b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33972024-08-01T05:52:24.514Z Compiling const_format_proc_macros v0.2.32
33982024-08-01T05:52:24.541Z Running `/home/build/.rustup/toolchains/1.78.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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=2150e6e835f62d0a -C extra-filename=-2150e6e835f62d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-08-01T05:52:25.069Z Compiling bb8 v0.8.5
34002024-08-01T05:52:25.072Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7cf09df021592b21 -C extra-filename=-7cf09df021592b21 --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-97a23d2676a85f3f.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012024-08-01T05:52:25.618Z Compiling bcs v0.1.6
34022024-08-01T05:52:25.621Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e14db67b940ea47f -C extra-filename=-e14db67b940ea47f --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-da3429ff12e30b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032024-08-01T05:52:25.647Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
34042024-08-01T05:52:25.677Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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 -C metadata=99e64592f288aa13 -C extra-filename=-99e64592f288aa13 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-99e64592f288aa13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052024-08-01T05:52:26.002Z Compiling highway v1.1.0
34062024-08-01T05:52:26.005Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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"' -C metadata=24c8ccd833f0876a -C extra-filename=-24c8ccd833f0876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072024-08-01T05:52:26.367Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-99e64592f288aa13/build-script-build`
34082024-08-01T05:52:26.443Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
34092024-08-01T05:52:26.447Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=a961eec981278350 -C extra-filename=-a961eec981278350 --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-97a23d2676a85f3f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7cf09df021592b21.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34102024-08-01T05:52:26.784Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-40ccc403acaf15b0/build-script-build`
34112024-08-01T05:52:26.818Z Compiling nix v0.27.1
34122024-08-01T05:52:26.842Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2ce1923baa935b60 -C extra-filename=-2ce1923baa935b60 --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-79ef37fead517de5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b05207b01a0ed5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-08-01T05:52:26.971Z Compiling const_format v0.2.32
34142024-08-01T05:52:26.974Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' -C metadata=13c4665dce0e0339 -C extra-filename=-13c4665dce0e0339 --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-2150e6e835f62d0a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-08-01T05:52:27.156Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de692138221074f5 -C extra-filename=-de692138221074f5 --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-808382e4b1992d77.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34162024-08-01T05:52:27.555Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34172024-08-01T05:52:27.559Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=062d49f64096cb65 -C extra-filename=-062d49f64096cb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-24441c61a0f83cf3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34182024-08-01T05:52:27.737Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34192024-08-01T05:52:27.740Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f25039afb1356afe -C extra-filename=-f25039afb1356afe --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec2eac167b74a21e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-08-01T05:52:28.057Z Compiling serde-big-array v0.5.1
34212024-08-01T05:52:28.081Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f29659287beeea21 -C extra-filename=-f29659287beeea21 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-08-01T05:52:28.318Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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 -C metadata=fb4459bce045a874 -C extra-filename=-fb4459bce045a874 --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-97a23d2676a85f3f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d20a012748833c91.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8864b8b6b8029da0.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2ce1923baa935b60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f29659287beeea21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f25039afb1356afe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
34232024-08-01T05:52:28.890Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34242024-08-01T05:52:28.906Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=31bd661e10e0c17e -C extra-filename=-31bd661e10e0c17e --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-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34252024-08-01T05:52:31.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34262024-08-01T05:52:31.127Z Running `/home/build/.rustup/toolchains/1.78.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="oxql"' --cfg 'feature="sql"' -C metadata=991e2487171b06da -C extra-filename=-991e2487171b06da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-864668b8f53d54e9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e14db67b940ea47f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-231b7762616c8b45.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-552c048f6329a6fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b1293a7069f8e431.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34272024-08-01T05:52:35.457Z Compiling signal-hook-tokio v0.3.1
34282024-08-01T05:52:35.460Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=80157821b1c49420 -C extra-filename=-80157821b1c49420 --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-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-08-01T05:52:35.678Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34302024-08-01T05:52:35.681Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2fe752c3bc6a1893 -C extra-filename=-2fe752c3bc6a1893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34312024-08-01T05:52:36.542Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34322024-08-01T05:52:36.545Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=278aedba0c2fdce8 -C extra-filename=-278aedba0c2fdce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34332024-08-01T05:52:39.737Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34342024-08-01T05:52:39.741Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=38fa23a331312cdb -C extra-filename=-38fa23a331312cdb --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-97034b78d1593ff4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34352024-08-01T05:52:40.899Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34362024-08-01T05:52:40.937Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=3db2242be80a3df7 -C extra-filename=-3db2242be80a3df7 --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-feaecf970e550c06.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34372024-08-01T05:52:42.001Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34382024-08-01T05:52:42.025Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=cdd4f1aa02705da9 -C extra-filename=-cdd4f1aa02705da9 --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-791557af361405da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-08-01T05:52:43.186Z Compiling assert_matches v1.5.0
34402024-08-01T05:52:43.189Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=83e122273fb94066 -C extra-filename=-83e122273fb94066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412024-08-01T05:52:43.308Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34422024-08-01T05:52:43.313Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=1617a95f6695d603 -C extra-filename=-1617a95f6695d603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34432024-08-01T05:52:44.189Z Compiling rand_seeder v0.2.3
34442024-08-01T05:52:44.219Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=427baba788a3f0d2 -C extra-filename=-427baba788a3f0d2 --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-08-01T05:52:44.555Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34462024-08-01T05:52:44.558Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=40847009dbff5336 -C extra-filename=-40847009dbff5336 --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-97a23d2676a85f3f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34472024-08-01T05:52:45.076Z Compiling portable-atomic v1.6.0
34482024-08-01T05:52:45.080Z Running `/home/build/.rustup/toolchains/1.78.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.6.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=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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8428a0bb14271d51 -C extra-filename=-8428a0bb14271d51 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492024-08-01T05:52:46.213Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51/build-script-build`
34502024-08-01T05:52:46.284Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34512024-08-01T05:52:46.287Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a5aa007037dee9b7 -C extra-filename=-a5aa007037dee9b7 --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-8178b3fa3c49cf48.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34522024-08-01T05:52:46.487Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34532024-08-01T05:52:46.490Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=10588a8b985f0175 -C extra-filename=-10588a8b985f0175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34542024-08-01T05:52:52.311Z Running `/home/build/.rustup/toolchains/1.78.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.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 --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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=847dce58548c4b38 -C extra-filename=-847dce58548c4b38 --out-dir /work/oxidecomputer/omicron/target/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 portable_atomic_llvm_16`
34552024-08-01T05:52:53.755Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34562024-08-01T05:52:53.758Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=6326d9cc4c14e5c3 -C extra-filename=-6326d9cc4c14e5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34572024-08-01T05:52:56.263Z Compiling number_prefix v0.4.0
34582024-08-01T05:52:56.266Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7a5b9f87ef78d8f8 -C extra-filename=-7a5b9f87ef78d8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-08-01T05:52:56.511Z Compiling indicatif v0.17.8
34602024-08-01T05:52:56.514Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c7813f69aff2f6b4 -C extra-filename=-c7813f69aff2f6b4 --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-458ab224f4921e74.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7a5b9f87ef78d8f8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847dce58548c4b38.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-08-01T05:52:57.127Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34622024-08-01T05:52:57.131Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=9404ebdbdfba9dc1 -C extra-filename=-9404ebdbdfba9dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34632024-08-01T05:52:58.822Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34642024-08-01T05:52:58.825Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=3e66739de8e28a23 -C extra-filename=-3e66739de8e28a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-3e66739de8e28a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34652024-08-01T05:52:59.212Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-3e66739de8e28a23/build-script-build`
34662024-08-01T05:52:59.239Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34672024-08-01T05:52:59.243Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=9487a73efc962a63 -C extra-filename=-9487a73efc962a63 --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-7af3bf2189a0871c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34682024-08-01T05:53:00.735Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34692024-08-01T05:53:00.760Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a1203bfe086bb1ad -C extra-filename=-a1203bfe086bb1ad --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a1203bfe086bb1ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34702024-08-01T05:53:01.087Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34712024-08-01T05:53:01.090Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=d15821b7b0b2af95 -C extra-filename=-d15821b7b0b2af95 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d15821b7b0b2af95 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34722024-08-01T05:53:01.425Z Compiling castaway v0.2.2
34732024-08-01T05:53:01.428Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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"' -C metadata=8b81ff9219024ac5 -C extra-filename=-8b81ff9219024ac5 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742024-08-01T05:53:01.605Z Compiling compact_str v0.7.1
34752024-08-01T05:53:01.608Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=0bacbfa5515b7c55 -C extra-filename=-0bacbfa5515b7c55 --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-8b81ff9219024ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-08-01T05:53:02.758Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d15821b7b0b2af95/build-script-build`
34772024-08-01T05:53:02.800Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a1203bfe086bb1ad/build-script-build`
34782024-08-01T05:53:02.809Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34792024-08-01T05:53:02.812Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e12fe46eab1f7e94 -C extra-filename=-e12fe46eab1f7e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34802024-08-01T05:53:04.010Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34812024-08-01T05:53:04.014Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=40025b17c0ef9678 -C extra-filename=-40025b17c0ef9678 --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-97034b78d1593ff4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34822024-08-01T05:53:04.059Z Compiling unicode-truncate v1.0.0
34832024-08-01T05:53:04.073Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="std"' -C metadata=02023961172e7c0a -C extra-filename=-02023961172e7c0a --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-0b4037e4c176bd20.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-08-01T05:53:04.308Z Compiling lru v0.12.3
34852024-08-01T05:53:04.311Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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"' --cfg 'feature="hashbrown"' -C metadata=3ab154a9efe44b1a -C extra-filename=-3ab154a9efe44b1a --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-a9533f89556730b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-08-01T05:53:04.639Z Compiling stability v0.2.0
34872024-08-01T05:53:04.643Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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 -C metadata=d267382c35c31eec -C extra-filename=-d267382c35c31eec --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-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882024-08-01T05:53:05.557Z Compiling itertools v0.13.0
34892024-08-01T05:53:05.560Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e8091f06ab429d0b -C extra-filename=-e8091f06ab429d0b --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-08-01T05:53:05.885Z Compiling cassowary v0.3.0
34912024-08-01T05:53:05.888Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=70b5f8a5424c0d79 -C extra-filename=-70b5f8a5424c0d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-08-01T05:53:07.298Z Compiling is_ci v1.2.0
34932024-08-01T05:53:07.301Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=336043baef48eb38 -C extra-filename=-336043baef48eb38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-08-01T05:53:07.571Z Compiling supports-color v3.0.0
34952024-08-01T05:53:07.574Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=029f01e2e850e073 -C extra-filename=-029f01e2e850e073 --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-336043baef48eb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-08-01T05:53:07.985Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34972024-08-01T05:53:07.987Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=403ed7b9885f6a51 -C extra-filename=-403ed7b9885f6a51 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-403ed7b9885f6a51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34982024-08-01T05:53:08.353Z Compiling smawk v0.3.2
34992024-08-01T05:53:08.356Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ca72b463f6d7d093 -C extra-filename=-ca72b463f6d7d093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002024-08-01T05:53:08.594Z Compiling unicode-linebreak v0.1.5
35012024-08-01T05:53:08.599Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=254a4c30b4d956b5 -C extra-filename=-254a4c30b4d956b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022024-08-01T05:53:08.904Z Compiling ratatui v0.27.0
35032024-08-01T05:53:08.907Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.27.0/src/lib.rs --error-format=json --json=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' '--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"' -C metadata=2b8fe0ad8ccc3585 -C extra-filename=-2b8fe0ad8ccc3585 --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-79ef37fead517de5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-70b5f8a5424c0d79.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-0bacbfa5515b7c55.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e8091f06ab429d0b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3ab154a9efe44b1a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-d267382c35c31eec.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c9dfaf2474e10a2d.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-02023961172e7c0a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042024-08-01T05:53:09.107Z Compiling textwrap v0.16.1
35052024-08-01T05:53:09.110Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6a76066da9b6cdd3 -C extra-filename=-6a76066da9b6cdd3 --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-ca72b463f6d7d093.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-254a4c30b4d956b5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-08-01T05:53:10.389Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=526cde87f69e3cbb -C extra-filename=-526cde87f69e3cbb --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-569c3193717406fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35072024-08-01T05:53:10.497Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-403ed7b9885f6a51/build-script-build`
35082024-08-01T05:53:10.500Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
35092024-08-01T05:53:10.669Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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 -C metadata=720d86d5dcf90ffe -C extra-filename=-720d86d5dcf90ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35102024-08-01T05:53:10.672Z Compiling fatfs v0.3.6
35112024-08-01T05:53:10.672Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f6b0720bce61b2bb -C extra-filename=-f6b0720bce61b2bb --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-08-01T05:53:11.831Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35132024-08-01T05:53:11.835Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=0af1b8a0829f7b24 -C extra-filename=-0af1b8a0829f7b24 --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-97034b78d1593ff4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35142024-08-01T05:53:12.531Z Compiling csv-core v0.1.11
35152024-08-01T05:53:12.534Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7ef9a399e9233dfe -C extra-filename=-7ef9a399e9233dfe --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162024-08-01T05:53:13.146Z Compiling csv v1.3.0
35172024-08-01T05:53:13.149Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dbe9ab61333b222e -C extra-filename=-dbe9ab61333b222e --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-7ef9a399e9233dfe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182024-08-01T05:53:13.472Z Compiling rtoolbox v0.0.2
35192024-08-01T05:53:13.475Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d196f865524da922 -C extra-filename=-d196f865524da922 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202024-08-01T05:53:13.975Z Compiling shell-words v1.1.0
35212024-08-01T05:53:13.978Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=6698e029970b3969 -C extra-filename=-6698e029970b3969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-08-01T05:53:14.314Z Compiling rpassword v7.3.1
35232024-08-01T05:53:14.317Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=681f3e511a1932d7 -C extra-filename=-681f3e511a1932d7 --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-9e9eff94c6618bbf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-d196f865524da922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-08-01T05:53:14.596Z Compiling tui-tree-widget v0.21.0
35252024-08-01T05:53:14.600Z Running `/home/build/.rustup/toolchains/1.78.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.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' -C metadata=6a4b8e8f9efe82a7 -C extra-filename=-6a4b8e8f9efe82a7 --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-2b8fe0ad8ccc3585.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-08-01T05:53:14.674Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35272024-08-01T05:53:14.700Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2515a19747da9604 -C extra-filename=-2515a19747da9604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
35282024-08-01T05:53:14.962Z Compiling cargo-platform v0.1.8
35292024-08-01T05:53:14.976Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c312b5c39cc0aba3 -C extra-filename=-c312b5c39cc0aba3 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-08-01T05:53:15.575Z Compiling yansi v0.5.1
35312024-08-01T05:53:15.578Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C metadata=bdbc4d7979348737 -C extra-filename=-bdbc4d7979348737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-08-01T05:53:16.102Z Compiling getrandom v0.1.16
35332024-08-01T05:53:16.137Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' -C metadata=2ec73041e42815d9 -C extra-filename=-2ec73041e42815d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342024-08-01T05:53:16.399Z Compiling pretty_assertions v1.4.0
35352024-08-01T05:53:16.402Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=71b85029e648d3c5 -C extra-filename=-71b85029e648d3c5 --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-89f24ea2acf2914f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-bdbc4d7979348737.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-08-01T05:53:16.733Z Compiling cargo_metadata v0.18.1
35372024-08-01T05:53:16.735Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=985cbf3a62a6f420 -C extra-filename=-985cbf3a62a6f420 --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-feaecf970e550c06.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c312b5c39cc0aba3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382024-08-01T05:53:16.803Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35392024-08-01T05:53:16.820Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8a07dac83d0f9567 -C extra-filename=-8a07dac83d0f9567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35402024-08-01T05:53:16.838Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9/build-script-build`
35412024-08-01T05:53:16.864Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=d31f5d3089873b25 -C extra-filename=-d31f5d3089873b25 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422024-08-01T05:53:17.413Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35432024-08-01T05:53:17.416Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=7d77668615e03e08 -C extra-filename=-7d77668615e03e08 --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-e286ff00e1400ba2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
35442024-08-01T05:53:19.098Z Compiling rfc6979 v0.4.0
35452024-08-01T05:53:19.100Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4b133e9ce943e463 -C extra-filename=-4b133e9ce943e463 --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-eb226e5a4ecba862.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462024-08-01T05:53:19.309Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35472024-08-01T05:53:19.338Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=1f8c5c06ed93d3b1 -C extra-filename=-1f8c5c06ed93d3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35482024-08-01T05:53:20.633Z Compiling doc-comment v0.3.3
35492024-08-01T05:53:20.636Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=378b95388d82b812 -C extra-filename=-378b95388d82b812 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502024-08-01T05:53:21.308Z Compiling target-lexicon v0.12.14
35512024-08-01T05:53:21.313Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="std"' -C metadata=588496c0fbf4d627 -C extra-filename=-588496c0fbf4d627 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-08-01T05:53:22.414Z Compiling plotters-backend v0.3.5
35532024-08-01T05:53:22.417Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=0993ebe2c0752da1 -C extra-filename=-0993ebe2c0752da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542024-08-01T05:53:23.015Z Compiling plotters-svg v0.3.5
35552024-08-01T05:53:23.018Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=23145c0997cd6248 -C extra-filename=-23145c0997cd6248 --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-0993ebe2c0752da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562024-08-01T05:53:23.475Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627/build-script-build`
35572024-08-01T05:53:23.512Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812/build-script-build`
35582024-08-01T05:53:23.550Z Compiling ecdsa v0.16.9
35592024-08-01T05:53:23.553Z Running `/home/build/.rustup/toolchains/1.78.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="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"' -C metadata=0d7c4366933a0a3b -C extra-filename=-0d7c4366933a0a3b --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-8177c7b7d6928a3c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-4b133e9ce943e463.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6a9d01d3aaebcd8e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8d3fd92c55a5cde6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602024-08-01T05:53:23.653Z Compiling rand_core v0.5.1
35612024-08-01T05:53:23.656Z Running `/home/build/.rustup/toolchains/1.78.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.5.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="getrandom"' --cfg 'feature="std"' -C metadata=b7637b5653a1dbbd -C extra-filename=-b7637b5653a1dbbd --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-d31f5d3089873b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-08-01T05:53:24.197Z Compiling primeorder v0.13.6
35632024-08-01T05:53:24.201Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8520a76016e541ff -C extra-filename=-8520a76016e541ff --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-d87e94ae4f72b2f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-08-01T05:53:24.436Z Compiling guppy-workspace-hack v0.1.0
35652024-08-01T05:53:24.467Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ba0802f28cc6b545 -C extra-filename=-ba0802f28cc6b545 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-08-01T05:53:24.764Z Compiling assert_cmd v2.0.15
35672024-08-01T05:53:24.767Z Running `/home/build/.rustup/toolchains/1.78.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.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 '--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' -C metadata=db85a08245784603 -C extra-filename=-db85a08245784603 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-db85a08245784603 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-08-01T05:53:24.795Z Compiling cast v0.3.0
35692024-08-01T05:53:24.798Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=cb5ccae66155be73 -C extra-filename=-cb5ccae66155be73 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:53:25.177Z Compiling option-ext v0.2.0
35712024-08-01T05:53:25.180Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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 -C metadata=a2555ee3ac1924ba -C extra-filename=-a2555ee3ac1924ba --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:53:25.264Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-db85a08245784603/build-script-build`
35732024-08-01T05:53:25.277Z Compiling criterion-plot v0.5.0
35742024-08-01T05:53:25.280Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=51339b82b6a776e4 -C extra-filename=-51339b82b6a776e4 --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-cb5ccae66155be73.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-08-01T05:53:25.326Z Compiling dirs-sys v0.4.1
35762024-08-01T05:53:25.352Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 -C metadata=9ab9a6ffa3d7c7af -C extra-filename=-9ab9a6ffa3d7c7af --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-9e9eff94c6618bbf.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-a2555ee3ac1924ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-08-01T05:53:26.002Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545/build-script-build`
35782024-08-01T05:53:26.029Z Compiling rand_chacha v0.2.2
35792024-08-01T05:53:26.032Z Running `/home/build/.rustup/toolchains/1.78.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.2.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="std"' -C metadata=fc916b1d2158f18d -C extra-filename=-fc916b1d2158f18d --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-08-01T05:53:26.395Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=68b9f2f2236d7b58 -C extra-filename=-68b9f2f2236d7b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812024-08-01T05:53:26.508Z Running `/home/build/.rustup/toolchains/1.78.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.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="std"' -C metadata=578578ac143aadcb -C extra-filename=-578578ac143aadcb --out-dir /work/oxidecomputer/omicron/target/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"'`
35822024-08-01T05:53:27.398Z Compiling plotters v0.3.5
35832024-08-01T05:53:27.401Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.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="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=544dbe92154eb608 -C extra-filename=-544dbe92154eb608 --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-da8aea025e0dde22.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-0993ebe2c0752da1.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-23145c0997cd6248.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-08-01T05:53:27.413Z Compiling samael v0.0.15
35852024-08-01T05:53:27.416Z Running `/home/build/.rustup/toolchains/1.78.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.15/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"' -C metadata=8f96309ee562f28b -C extra-filename=-8f96309ee562f28b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-8f96309ee562f28b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-bb3b4f4280fd8f30.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-08-01T05:53:28.184Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35872024-08-01T05:53:28.187Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8f5a04fd93e645ae -C extra-filename=-8f5a04fd93e645ae --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-97034b78d1593ff4.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35882024-08-01T05:53:29.514Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35892024-08-01T05:53:29.517Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=d9cde68d4b283cb0 -C extra-filename=-d9cde68d4b283cb0 --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-926ac8757f0f8f17.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35902024-08-01T05:53:29.951Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-8f96309ee562f28b/build-script-bindings`
35912024-08-01T05:53:30.049Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35922024-08-01T05:53:30.064Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=7725fdec71d359a0 -C extra-filename=-7725fdec71d359a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35932024-08-01T05:53:32.404Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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"' -C metadata=64c1821b201c7892 -C extra-filename=-64c1821b201c7892 --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-5b3287972951ee08.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-eacb9bfce4ae5e5c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-6a76b6e568a0137a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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`
35942024-08-01T05:53:33.280Z Compiling polyval v0.6.2
35952024-08-01T05:53:33.339Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b9a192d693802afb -C extra-filename=-b9a192d693802afb --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4a3890cf78d5719c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962024-08-01T05:53:33.771Z Compiling ed25519 v2.2.3
35972024-08-01T05:53:33.774Z Running `/home/build/.rustup/toolchains/1.78.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="std"' -C metadata=591eb8d1464da149 -C extra-filename=-591eb8d1464da149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6a9d01d3aaebcd8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982024-08-01T05:53:34.331Z Compiling http-body v1.0.0
35992024-08-01T05:53:34.340Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05dad720aa36fddb -C extra-filename=-05dad720aa36fddb --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-0ca0c6ee2251a771.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002024-08-01T05:53:34.598Z Compiling ctr v0.9.2
36012024-08-01T05:53:34.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fd3513f46526a31a -C extra-filename=-fd3513f46526a31a --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-2aae3c88f553512e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022024-08-01T05:53:34.906Z Compiling blowfish v0.9.1
36032024-08-01T05:53:34.909Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=a55642786a9a0bba -C extra-filename=-a55642786a9a0bba --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-4079b563d11206ed.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042024-08-01T05:53:34.984Z Compiling aes v0.8.4
36052024-08-01T05:53:34.984Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b84ea0081af72b79 -C extra-filename=-b84ea0081af72b79 --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-08-01T05:53:35.400Z Compiling tinytemplate v1.2.1
36072024-08-01T05:53:35.403Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7161715d6f5ab5b1 -C extra-filename=-7161715d6f5ab5b1 --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-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082024-08-01T05:53:35.614Z Compiling password-hash v0.4.2
36092024-08-01T05:53:35.647Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=fe4d19f00c51b242 -C extra-filename=-fe4d19f00c51b242 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102024-08-01T05:53:36.579Z Compiling pbkdf2 v0.12.2
36112024-08-01T05:53:36.595Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=cbf4565093af90e3 -C extra-filename=-cbf4565093af90e3 --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-3cfa47e91bd2ae23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122024-08-01T05:53:36.608Z Compiling tower-layer v0.3.2
36132024-08-01T05:53:36.608Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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 -C metadata=f3dea153dc1c86e6 -C extra-filename=-f3dea153dc1c86e6 --out-dir /work/oxidecomputer/omicron/target/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-08-01T05:53:36.763Z Compiling target-spec v3.1.0
36152024-08-01T05:53:36.784Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=de1d5a5b05aca86e -C extra-filename=-de1d5a5b05aca86e --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162024-08-01T05:53:36.946Z Compiling oorandom v11.1.3
36172024-08-01T05:53:36.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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 -C metadata=8c9e4b9f306ed946 -C extra-filename=-8c9e4b9f306ed946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182024-08-01T05:53:37.161Z Compiling anes v0.1.6
36192024-08-01T05:53:37.164Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=30dcea51a931d70b -C extra-filename=-30dcea51a931d70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202024-08-01T05:53:37.447Z Compiling hex-literal v0.4.1
36212024-08-01T05:53:37.461Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b813409a9c7591c8 -C extra-filename=-b813409a9c7591c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222024-08-01T05:53:37.618Z Compiling criterion v0.5.1
36232024-08-01T05:53:37.621Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b3365ca65559241e -C extra-filename=-b3365ca65559241e --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-30dcea51a931d70b.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-cb5ccae66155be73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-51339b82b6a776e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-8c9e4b9f306ed946.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-544dbe92154eb608.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-7161715d6f5ab5b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242024-08-01T05:53:37.664Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e/build-script-build`
36252024-08-01T05:53:37.692Z Compiling tower v0.4.13
36262024-08-01T05:53:37.695Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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 --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=9f332c397c5af38a -C extra-filename=-9f332c397c5af38a --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-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7e2482944ca2397c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f3dea153dc1c86e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272024-08-01T05:53:37.732Z Compiling bcrypt-pbkdf v0.10.0
36282024-08-01T05:53:37.748Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=577122442a3fe688 -C extra-filename=-577122442a3fe688 --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-a55642786a9a0bba.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-cbf4565093af90e3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292024-08-01T05:53:38.369Z Compiling pbkdf2 v0.11.0
36302024-08-01T05:53:38.373Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cf49957c73a28527 -C extra-filename=-cf49957c73a28527 --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-3cfa47e91bd2ae23.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fe4d19f00c51b242.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312024-08-01T05:53:38.674Z Compiling hyper v1.3.1
36322024-08-01T05:53:38.677Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=c94ba4fcb0d43b72 -C extra-filename=-c94ba4fcb0d43b72 --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-0ca0c6ee2251a771.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-05dad720aa36fddb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332024-08-01T05:53:38.746Z Compiling ed25519-dalek v2.1.1
36342024-08-01T05:53:38.749Z Running `/home/build/.rustup/toolchains/1.78.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="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=7d1733c1fa0c9a83 -C extra-filename=-7d1733c1fa0c9a83 --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-aa909d2898d62a93.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-591eb8d1464da149.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352024-08-01T05:53:39.973Z Compiling ghash v0.5.1
36362024-08-01T05:53:39.977Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0e0ac5d53df208e7 -C extra-filename=-0e0ac5d53df208e7 --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-188f141b7d6831e2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-b9a192d693802afb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372024-08-01T05:53:40.182Z Compiling cfg-expr v0.15.8
36382024-08-01T05:53:40.212Z Running `/home/build/.rustup/toolchains/1.78.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.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=e49521e824a3670b -C extra-filename=-e49521e824a3670b --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-b79becaab4538f2c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392024-08-01T05:53:41.572Z Running `/home/build/.rustup/toolchains/1.78.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.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::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' -C metadata=d3c8a66fdcfece1a -C extra-filename=-d3c8a66fdcfece1a --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-cc42d1818d83e869.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-68b9f2f2236d7b58.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402024-08-01T05:53:41.616Z Compiling rand v0.7.3
36412024-08-01T05:53:41.642Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=c339139fc4546b86 -C extra-filename=-c339139fc4546b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d31f5d3089873b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc916b1d2158f18d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422024-08-01T05:53:43.024Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=58b07dc5d30f0994 -C extra-filename=-58b07dc5d30f0994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432024-08-01T05:53:43.143Z Compiling dirs v5.0.1
36442024-08-01T05:53:43.173Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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 -C metadata=c401a99793ac92b3 -C extra-filename=-c401a99793ac92b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-9ab9a6ffa3d7c7af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452024-08-01T05:53:43.351Z Compiling p521 v0.13.3
36462024-08-01T05:53:43.354Z Running `/home/build/.rustup/toolchains/1.78.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="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=6ff724d5cc692e1b -C extra-filename=-6ff724d5cc692e1b --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-fd6a4ef1678aa560.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-0d7c4366933a0a3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-8520a76016e541ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472024-08-01T05:53:44.304Z Compiling p256 v0.13.2
36482024-08-01T05:53:44.307Z Running `/home/build/.rustup/toolchains/1.78.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="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=31bd8c6e2662d3c1 -C extra-filename=-31bd8c6e2662d3c1 --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-0d7c4366933a0a3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-8520a76016e541ff.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492024-08-01T05:53:45.163Z Compiling cbc v0.1.2
36502024-08-01T05:53:45.166Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b5a92a5f09b73868 -C extra-filename=-b5a92a5f09b73868 --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-2aae3c88f553512e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512024-08-01T05:53:45.409Z Compiling russh-cryptovec v0.7.2
36522024-08-01T05:53:45.412Z Running `/home/build/.rustup/toolchains/1.78.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7be85c3c6d32ea9 -C extra-filename=-e7be85c3c6d32ea9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532024-08-01T05:53:45.756Z Compiling md5 v0.7.0
36542024-08-01T05:53:45.759Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=b5fc859471b344c0 -C extra-filename=-b5fc859471b344c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-08-01T05:53:45.881Z Running `/home/build/.rustup/toolchains/1.78.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.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 -C metadata=d033f9cd838a7bd4 -C extra-filename=-d033f9cd838a7bd4 --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-e49521e824a3670b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-08-01T05:53:46.280Z Compiling russh-keys v0.43.0
36572024-08-01T05:53:46.283Z Running `/home/build/.rustup/toolchains/1.78.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.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5362fad54f6cda8d -C extra-filename=-5362fad54f6cda8d --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-b84ea0081af72b79.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-577122442a3fe688.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1b045b80c11dbf29.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b5a92a5f09b73868.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fd3513f46526a31a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-c401a99793ac92b3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7d1733c1fa0c9a83.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-31bd8c6e2662d3c1.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-6ff724d5cc692e1b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-cf49957c73a28527.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c339139fc4546b86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582024-08-01T05:53:46.976Z Compiling aes-gcm v0.10.3
36592024-08-01T05:53:46.990Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=f6d0a9ce6ed6a0b1 -C extra-filename=-f6d0a9ce6ed6a0b1 --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-f83213faee1d9499.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b84ea0081af72b79.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fd3513f46526a31a.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0e0ac5d53df208e7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602024-08-01T05:53:47.293Z Compiling hyper-util v0.1.3
36612024-08-01T05:53:47.300Z Running `/home/build/.rustup/toolchains/1.78.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=d8eee87d5a196a47 -C extra-filename=-d8eee87d5a196a47 --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-0ca0c6ee2251a771.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-05dad720aa36fddb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c94ba4fcb0d43b72.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f332c397c5af38a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622024-08-01T05:53:47.311Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36632024-08-01T05:53:47.314Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8fea79ea3990adc2 -C extra-filename=-8fea79ea3990adc2 --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-8f5a04fd93e645ae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36642024-08-01T05:53:49.138Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36652024-08-01T05:53:49.141Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e6784a9dffa2d9d9 -C extra-filename=-e6784a9dffa2d9d9 --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-f0fb9f6b647e5a4f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
36662024-08-01T05:53:49.823Z Compiling rustls-native-certs v0.7.0
36672024-08-01T05:53:49.825Z Running `/home/build/.rustup/toolchains/1.78.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9eddb399eb6634b5 -C extra-filename=-9eddb399eb6634b5 --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-0ad62ea66a01c868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682024-08-01T05:53:49.887Z Compiling httptest v0.15.5
36692024-08-01T05:53:49.907Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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 -C metadata=da37da7bb3db703e -C extra-filename=-da37da7bb3db703e --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-44e70eba0814273c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1ae489c8acf2a979.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702024-08-01T05:53:50.257Z Compiling pathdiff v0.2.1
36712024-08-01T05:53:50.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' -C metadata=b888daa6df9fd829 -C extra-filename=-b888daa6df9fd829 --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-feaecf970e550c06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722024-08-01T05:53:50.440Z Compiling escape8259 v0.5.2
36732024-08-01T05:53:50.443Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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 -C metadata=23ae8534ef95a9e3 -C extra-filename=-23ae8534ef95a9e3 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742024-08-01T05:53:50.878Z Compiling threadpool v1.8.1
36752024-08-01T05:53:50.881Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f5d3b23a8180b5cb -C extra-filename=-f5d3b23a8180b5cb --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-542485ea2f901d76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762024-08-01T05:53:51.902Z Compiling nested v0.1.1
36772024-08-01T05:53:51.905Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=26bc13fe1a85d194 -C extra-filename=-26bc13fe1a85d194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782024-08-01T05:53:52.277Z Compiling dhcproto-macros v0.1.0
36792024-08-01T05:53:52.302Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6a08a3c4bd48b6c2 -C extra-filename=-6a08a3c4bd48b6c2 --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`
36802024-08-01T05:53:52.586Z Compiling guppy v0.17.5
36812024-08-01T05:53:52.589Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 -C metadata=801c6d01d300a119 -C extra-filename=-801c6d01d300a119 --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-ffd14cf7bf009d44.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-da9df59bd1f776eb.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-26bc13fe1a85d194.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-b888daa6df9fd829.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-d033f9cd838a7bd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822024-08-01T05:53:53.384Z Compiling dhcproto v0.11.0
36832024-08-01T05:53:53.387Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' -C metadata=67132853a3f2dc05 -C extra-filename=-67132853a3f2dc05 --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-6a08a3c4bd48b6c2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842024-08-01T05:53:54.670Z Compiling libtest-mimic v0.7.3
36852024-08-01T05:53:54.673Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3510bc245b4e8a7e -C extra-filename=-3510bc245b4e8a7e --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-51b4c12329fada93.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-23ae8534ef95a9e3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-f5d3b23a8180b5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862024-08-01T05:53:56.851Z Compiling hyper-rustls v0.26.0
36872024-08-01T05:53:56.854Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7f2a1b0531a22668 -C extra-filename=-7f2a1b0531a22668 --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-f1e6a08d6237cea5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c2c23a0534e0899b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c94ba4fcb0d43b72.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d8eee87d5a196a47.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9eddb399eb6634b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6fbbc262238687b8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
36882024-08-01T05:53:56.961Z Compiling russh v0.43.0
36892024-08-01T05:53:56.964Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=b6284c71258f8608 -C extra-filename=-b6284c71258f8608 --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-b84ea0081af72b79.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-f6d0a9ce6ed6a0b1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b83c7e7213defc02.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fd3513f46526a31a.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-aa909d2898d62a93.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-5f23137d8f717a53.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-9ad3110f732cc373.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902024-08-01T05:53:56.977Z Compiling fancy-regex v0.13.0
36912024-08-01T05:53:56.977Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=538e1582cf5530b0 -C extra-filename=-538e1582cf5530b0 --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-fed351dfccf21ec0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922024-08-01T05:53:57.414Z Compiling rstest_macros v0.19.0
36932024-08-01T05:53:57.418Z Running `/home/build/.rustup/toolchains/1.78.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.19.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"' -C metadata=1b7ad2d0ee84da0a -C extra-filename=-1b7ad2d0ee84da0a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-1b7ad2d0ee84da0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ee0ef3b4f042ff10.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-08-01T05:53:58.033Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
36952024-08-01T05:53:58.036Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bac829fd08568365 -C extra-filename=-bac829fd08568365 --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962024-08-01T05:53:58.523Z Compiling internet-checksum v0.2.1
36972024-08-01T05:53:58.539Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=156e62651fc45a6b -C extra-filename=-156e62651fc45a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982024-08-01T05:53:58.743Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-1b7ad2d0ee84da0a/build-script-build`
36992024-08-01T05:53:58.858Z Compiling datatest-stable v0.2.9
37002024-08-01T05:53:58.861Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4ecb5c901e950536 -C extra-filename=-4ecb5c901e950536 --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-feaecf970e550c06.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-538e1582cf5530b0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-3510bc245b4e8a7e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012024-08-01T05:53:59.473Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37022024-08-01T05:53:59.476Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=05eb7514915c9e7d -C extra-filename=-05eb7514915c9e7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
37032024-08-01T05:53:59.593Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37042024-08-01T05:53:59.609Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=887128c02f61bbd5 -C extra-filename=-887128c02f61bbd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-887128c02f61bbd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37052024-08-01T05:53:59.962Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37062024-08-01T05:53:59.964Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=af75ae84ad079582 -C extra-filename=-af75ae84ad079582 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-af75ae84ad079582 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37072024-08-01T05:54:00.304Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37082024-08-01T05:54:00.308Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=bf382bbc4cc734f5 -C extra-filename=-bf382bbc4cc734f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-bf382bbc4cc734f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37092024-08-01T05:54:00.648Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37102024-08-01T05:54:00.650Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=92ad35e4ec373e9f -C extra-filename=-92ad35e4ec373e9f --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-92ad35e4ec373e9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ffc9a79ef3004494.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37112024-08-01T05:54:00.976Z Compiling similar-asserts v1.5.0
37122024-08-01T05:54:00.979Z Running `/home/build/.rustup/toolchains/1.78.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.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="unicode"' -C metadata=2880b49c1495e706 -C extra-filename=-2880b49c1495e706 --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-458ab224f4921e74.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-08-01T05:54:02.009Z Compiling relative-path v1.9.3
37142024-08-01T05:54:02.022Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=2345f7ef9f064402 -C extra-filename=-2345f7ef9f064402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152024-08-01T05:54:02.218Z Compiling trybuild v1.0.97
37162024-08-01T05:54:02.221Z Running `/home/build/.rustup/toolchains/1.78.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.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6500b97ad07d405a -C extra-filename=-6500b97ad07d405a --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-6500b97ad07d405a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172024-08-01T05:54:02.783Z Running `/home/build/.rustup/toolchains/1.78.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.19.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"' -C metadata=5e1d34b1d7b27d3e -C extra-filename=-5e1d34b1d7b27d3e --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-6cd145163fd70236.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-2345f7ef9f064402.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182024-08-01T05:54:02.783Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-6500b97ad07d405a/build-script-build`
37192024-08-01T05:54:02.811Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37202024-08-01T05:54:02.814Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=72750cdfe17f2809 -C extra-filename=-72750cdfe17f2809 --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-cc42d1818d83e869.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-67132853a3f2dc05.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-bac829fd08568365.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-b6284c71258f8608.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37212024-08-01T05:54:04.928Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-92ad35e4ec373e9f/build-script-build`
37222024-08-01T05:54:04.970Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-bf382bbc4cc734f5/build-script-build`
37232024-08-01T05:54:05.009Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-af75ae84ad079582/build-script-build`
37242024-08-01T05:54:05.012Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-887128c02f61bbd5/build-script-build`
37252024-08-01T05:54:05.036Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37262024-08-01T05:54:05.039Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e0746716256228a7 -C extra-filename=-e0746716256228a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
37272024-08-01T05:54:05.380Z Compiling multimap v0.10.0
37282024-08-01T05:54:05.383Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=53799ab23c1d222e -C extra-filename=-53799ab23c1d222e --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-da3429ff12e30b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292024-08-01T05:54:05.747Z Compiling uzers v0.11.3
37302024-08-01T05:54:05.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.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="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=eec7a70fec0e7113 -C extra-filename=-eec7a70fec0e7113 --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312024-08-01T05:54:06.913Z Compiling indent_write v2.2.0
37322024-08-01T05:54:06.916Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=240c20a392287b7c -C extra-filename=-240c20a392287b7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332024-08-01T05:54:06.969Z Compiling futures-timer v3.0.3
37342024-08-01T05:54:06.972Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=13732df1e1e97b1c -C extra-filename=-13732df1e1e97b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352024-08-01T05:54:07.158Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37362024-08-01T05:54:07.161Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93e7abec728aa4d4 -C extra-filename=-93e7abec728aa4d4 --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-009c09a73c940a7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372024-08-01T05:54:07.161Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a1eddd12c617e744 -C extra-filename=-a1eddd12c617e744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37382024-08-01T05:54:07.911Z Compiling partial-io v0.5.4
37392024-08-01T05:54:07.926Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=44cb082cdb6dde01 -C extra-filename=-44cb082cdb6dde01 --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-d7ac17ad64f31a1c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7e2482944ca2397c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402024-08-01T05:54:08.425Z Compiling blake2b_simd v1.0.2
37412024-08-01T05:54:08.430Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=57528f9b0ab85f77 -C extra-filename=-57528f9b0ab85f77 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422024-08-01T05:54:13.106Z Compiling rstest v0.19.0
37432024-08-01T05:54:13.109Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=41c9993a9eb62f39 -C extra-filename=-41c9993a9eb62f39 --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-d7ac17ad64f31a1c.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-13732df1e1e97b1c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-5e1d34b1d7b27d3e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442024-08-01T05:54:13.356Z Compiling rand_distr v0.4.3
37452024-08-01T05:54:13.359Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=c8fc2a8c2d3f43c6 -C extra-filename=-c8fc2a8c2d3f43c6 --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-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462024-08-01T05:54:13.623Z Compiling approx v0.5.1
37472024-08-01T05:54:13.637Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=ddaee20d17a6597c -C extra-filename=-ddaee20d17a6597c --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482024-08-01T05:54:13.873Z Compiling rust-argon2 v2.1.0
37492024-08-01T05:54:13.876Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=750b2e677370518b -C extra-filename=-750b2e677370518b --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-bfc5ed6832fe4205.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-57528f9b0ab85f77.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502024-08-01T05:54:14.444Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37512024-08-01T05:54:14.473Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=94d391158f30dd2a -C extra-filename=-94d391158f30dd2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out -L /usr/platform/oxide/lib/amd64/`
37522024-08-01T05:54:15.084Z Compiling polar-core v0.27.3
37532024-08-01T05:54:15.087Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=cbbc6a9051483bf6 -C extra-filename=-cbbc6a9051483bf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-cbbc6a9051483bf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-594e1bf97c7f6d68.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ceb724bdd3753957.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542024-08-01T05:54:15.538Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37552024-08-01T05:54:15.667Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e1323fade2887d73 -C extra-filename=-e1323fade2887d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37562024-08-01T05:54:15.705Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2a866d25f0933397 -C extra-filename=-2a866d25f0933397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37572024-08-01T05:54:15.753Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37582024-08-01T05:54:15.768Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8f26a19463c617f5 -C extra-filename=-8f26a19463c617f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
37592024-08-01T05:54:16.612Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
37602024-08-01T05:54:16.615Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=df5946cd2e86f0ce -C extra-filename=-df5946cd2e86f0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37612024-08-01T05:54:16.716Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-cbbc6a9051483bf6/build-script-build`
37622024-08-01T05:54:18.484Z Compiling cargo_toml v0.20.4
37632024-08-01T05:54:18.487Z Running `/home/build/.rustup/toolchains/1.78.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.4/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 -C metadata=f21014e1db8f0a0a -C extra-filename=-f21014e1db8f0a0a --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-da3429ff12e30b86.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642024-08-01T05:54:18.556Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=7b0462afbe7a9aa6 -C extra-filename=-7b0462afbe7a9aa6 --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-15f28d339ebc4e9e.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-121ee1b9f7b07e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652024-08-01T05:54:18.637Z Compiling termios v0.3.3
37662024-08-01T05:54:18.640Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f11dce5e76d6ac96 -C extra-filename=-f11dce5e76d6ac96 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672024-08-01T05:54:18.915Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37682024-08-01T05:54:18.918Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dc1f0c84f61aa8de -C extra-filename=-dc1f0c84f61aa8de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f11dce5e76d6ac96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37692024-08-01T05:54:21.683Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f68d3bb11a3cc79c -C extra-filename=-f68d3bb11a3cc79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a1eddd12c617e744.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37702024-08-01T05:54:22.466Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=11c2f484644d21b1 -C extra-filename=-11c2f484644d21b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a1eddd12c617e744.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37712024-08-01T05:54:24.013Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=91d623b0d7a2f686 -C extra-filename=-91d623b0d7a2f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8f26a19463c617f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
37722024-08-01T05:54:24.779Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d9eb556ab2100d55 -C extra-filename=-d9eb556ab2100d55 --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-cc42d1818d83e869.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-67132853a3f2dc05.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-72750cdfe17f2809.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-bac829fd08568365.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-b6284c71258f8608.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37732024-08-01T05:54:24.783Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=914adc2cce46b89c -C extra-filename=-914adc2cce46b89c --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-cc42d1818d83e869.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-67132853a3f2dc05.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-72750cdfe17f2809.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-bac829fd08568365.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-b6284c71258f8608.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37742024-08-01T05:54:27.033Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2ef0525485ce7238 -C extra-filename=-2ef0525485ce7238 --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-cc42d1818d83e869.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-67132853a3f2dc05.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-72750cdfe17f2809.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-bac829fd08568365.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-b6284c71258f8608.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37752024-08-01T05:54:27.046Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d77a60d9f42bc40c -C extra-filename=-d77a60d9f42bc40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-94d391158f30dd2a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out -L /usr/platform/oxide/lib/amd64/`
37762024-08-01T05:54:27.341Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=39ed971d26a31b37 -C extra-filename=-39ed971d26a31b37 --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-cc42d1818d83e869.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f4cb8c90b7cf46f0.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-67132853a3f2dc05.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-bac829fd08568365.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-b6284c71258f8608.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-5362fad54f6cda8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37772024-08-01T05:54:27.436Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0a5719efa7a24c43 -C extra-filename=-0a5719efa7a24c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-df5946cd2e86f0ce.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37782024-08-01T05:54:27.588Z Compiling oso v0.27.3
37792024-08-01T05:54:27.591Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3ad87df9e4e992d7 -C extra-filename=-3ad87df9e4e992d7 --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-17e3c426ecc2c188.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-a2206ee7f160239e.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-7b0462afbe7a9aa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-08-01T05:54:28.163Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37812024-08-01T05:54:28.166Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3dcc5bef85b8f10d -C extra-filename=-3dcc5bef85b8f10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f21014e1db8f0a0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-08-01T05:54:29.075Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a09490cbb6d0bf33 -C extra-filename=-a09490cbb6d0bf33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e1323fade2887d73.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37832024-08-01T05:54:29.118Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=a676f4dc4ec44efc -C extra-filename=-a676f4dc4ec44efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37842024-08-01T05:54:29.611Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=027ef6855f83f506 -C extra-filename=-027ef6855f83f506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37852024-08-01T05:54:30.392Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=2becbf954fbf88a1 -C extra-filename=-2becbf954fbf88a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b7a6dc1db8e137b5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3ad87df9e4e992d7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37862024-08-01T05:54:32.249Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ccfacd87d3dfd10d -C extra-filename=-ccfacd87d3dfd10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37872024-08-01T05:54:34.266Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=db770d6d90b484fc -C extra-filename=-db770d6d90b484fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
37882024-08-01T05:54:41.422Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=102b73af9766aaa2 -C extra-filename=-102b73af9766aaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7cf09df021592b21.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-de692138221074f5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
37892024-08-01T05:54:44.385Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=e01834e05ab96963 -C extra-filename=-e01834e05ab96963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37902024-08-01T05:54:46.109Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3fc5cb590aae496c -C extra-filename=-3fc5cb590aae496c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37912024-08-01T05:54:49.192Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=72b242d37e061a9d -C extra-filename=-72b242d37e061a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37922024-08-01T05:54:51.096Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a85903d59c486d76 -C extra-filename=-a85903d59c486d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37932024-08-01T05:54:51.277Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3ec796ce6a055c56 -C extra-filename=-3ec796ce6a055c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
37942024-08-01T05:54:54.236Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=810a4d0088812840 -C extra-filename=-810a4d0088812840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-945dab18f7340037.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
37952024-08-01T05:54:54.409Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a05ffb8cae69964a -C extra-filename=-a05ffb8cae69964a --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c9993a9eb62f39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-93e7abec728aa4d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37962024-08-01T05:54:55.505Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/impl/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 -C metadata=8fcc9708707c45ab -C extra-filename=-8fcc9708707c45ab --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c9993a9eb62f39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-93e7abec728aa4d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37972024-08-01T05:54:56.666Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=616947db231a7faf -C extra-filename=-616947db231a7faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-44cb082cdb6dde01.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
37982024-08-01T05:54:58.286Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ff5cf9c3c3265623 -C extra-filename=-ff5cf9c3c3265623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e0746716256228a7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
37992024-08-01T05:54:58.812Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=19696787f9a2da59 -C extra-filename=-19696787f9a2da59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e0746716256228a7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38002024-08-01T05:55:07.161Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=51a986d40bc96b91 -C extra-filename=-51a986d40bc96b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e0746716256228a7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38012024-08-01T05:55:09.712Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bca92ae7a32d18d3 -C extra-filename=-bca92ae7a32d18d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-44cb082cdb6dde01.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38022024-08-01T05:55:14.011Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7a9825549b7bd6a3 -C extra-filename=-7a9825549b7bd6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out -L /usr/platform/oxide/lib/amd64/`
38032024-08-01T05:55:19.858Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38042024-08-01T05:55:19.860Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c8cebd09667ffde1 -C extra-filename=-c8cebd09667ffde1 --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-d7ac17ad64f31a1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38052024-08-01T05:55:21.580Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38062024-08-01T05:55:21.599Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=5f2979a45a2f711d -C extra-filename=-5f2979a45a2f711d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38072024-08-01T05:55:30.835Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=1b4ed765dfb6565d -C extra-filename=-1b4ed765dfb6565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38082024-08-01T05:55:31.368Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=61fbce072501480d -C extra-filename=-61fbce072501480d --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-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38092024-08-01T05:55:31.672Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38102024-08-01T05:55:31.705Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=900d6cc24314d208 -C extra-filename=-900d6cc24314d208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38112024-08-01T05:55:33.332Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=f93df49cf002a54d -C extra-filename=-f93df49cf002a54d --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-97034b78d1593ff4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38122024-08-01T05:55:33.976Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f604535b9b86aad5 -C extra-filename=-f604535b9b86aad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38132024-08-01T05:55:34.402Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=9b50e8449a526ed9 -C extra-filename=-9b50e8449a526ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38142024-08-01T05:55:34.668Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d92a90a1a645c690 -C extra-filename=-d92a90a1a645c690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38152024-08-01T05:55:36.010Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=56a34cc2982a4ee2 -C extra-filename=-56a34cc2982a4ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38162024-08-01T05:55:38.472Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=409247a0d5172d31 -C extra-filename=-409247a0d5172d31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38172024-08-01T05:55:38.535Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=477d45a0f4a3104d -C extra-filename=-477d45a0f4a3104d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38182024-08-01T05:55:38.935Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9bd083048a775eff -C extra-filename=-9bd083048a775eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
38192024-08-01T05:55:40.612Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c5868763d5729f64 -C extra-filename=-c5868763d5729f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ecb5c901e950536.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38202024-08-01T05:55:41.323Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=6b4ead519c351b55 -C extra-filename=-6b4ead519c351b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ecb5c901e950536.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38212024-08-01T05:55:42.899Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=904a9725632e73b5 -C extra-filename=-904a9725632e73b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ecb5c901e950536.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38222024-08-01T05:55:50.946Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b7ac0bfa793ea994 -C extra-filename=-b7ac0bfa793ea994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ecb5c901e950536.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38232024-08-01T05:55:53.145Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e348423c495f922f -C extra-filename=-e348423c495f922f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38242024-08-01T05:55:54.436Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d95ec7b75a7a042a -C extra-filename=-d95ec7b75a7a042a --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-569c3193717406fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38252024-08-01T05:55:55.849Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5c508f597491f1ba -C extra-filename=-5c508f597491f1ba --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-8f5a04fd93e645ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38262024-08-01T05:55:56.053Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=68e88c15901c7aa0 -C extra-filename=-68e88c15901c7aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38272024-08-01T05:55:57.593Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
38282024-08-01T05:55:57.596Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3989f0b0fe9f9be4 -C extra-filename=-3989f0b0fe9f9be4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38292024-08-01T05:55:59.711Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=212e248c6791d540 -C extra-filename=-212e248c6791d540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38302024-08-01T05:56:00.973Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=68ccc5ec54f770a6 -C extra-filename=-68ccc5ec54f770a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38312024-08-01T05:56:01.923Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e75e9938a6dec073 -C extra-filename=-e75e9938a6dec073 --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-97034b78d1593ff4.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38322024-08-01T05:56:05.109Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=7d1c09e78724272a -C extra-filename=-7d1c09e78724272a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38332024-08-01T05:56:08.207Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3197ef651fc10e62 -C extra-filename=-3197ef651fc10e62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38342024-08-01T05:56:09.174Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=7e5ec5e1e1220e02 -C extra-filename=-7e5ec5e1e1220e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-53799ab23c1d222e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38352024-08-01T05:56:10.917Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=b2be3cdb017722fe -C extra-filename=-b2be3cdb017722fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38362024-08-01T05:56:13.510Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=aeba03df63a43291 -C extra-filename=-aeba03df63a43291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38372024-08-01T05:56:17.586Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3996589797bf1812 -C extra-filename=-3996589797bf1812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38382024-08-01T05:56:18.820Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8be4a338a5487479 -C extra-filename=-8be4a338a5487479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38392024-08-01T05:56:18.904Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0a69222a6e5f0ddb -C extra-filename=-0a69222a6e5f0ddb --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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38402024-08-01T05:56:20.639Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3decef9720a0be37 -C extra-filename=-3decef9720a0be37 --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-a961eec981278350.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38412024-08-01T05:56:24.299Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f25a945f0e50ed8a -C extra-filename=-f25a945f0e50ed8a --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-d7ac17ad64f31a1c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38422024-08-01T05:56:27.304Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ead9417e509aeda2 -C extra-filename=-ead9417e509aeda2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38432024-08-01T05:56:35.595Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=1155e41c41dd33db -C extra-filename=-1155e41c41dd33db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7cf09df021592b21.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-de692138221074f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3ad87df9e4e992d7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38442024-08-01T05:56:43.553Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9e53229d08495ab0 -C extra-filename=-9e53229d08495ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2a866d25f0933397.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
38452024-08-01T05:56:45.886Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1acd5d7fc27758a0 -C extra-filename=-1acd5d7fc27758a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b7a6dc1db8e137b5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3ad87df9e4e992d7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38462024-08-01T05:57:05.418Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=76584fc0ba2a7a81 -C extra-filename=-76584fc0ba2a7a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38472024-08-01T05:57:11.155Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=88c359bd79e13665 -C extra-filename=-88c359bd79e13665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38482024-08-01T05:57:13.341Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=b74ec8ce74924ae6 -C extra-filename=-b74ec8ce74924ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38492024-08-01T05:57:14.154Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=03e1766ec4b2ba86 -C extra-filename=-03e1766ec4b2ba86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aa657583645be173.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38502024-08-01T05:57:28.972Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=da66e2ea7ac8e635 -C extra-filename=-da66e2ea7ac8e635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38512024-08-01T05:57:38.584Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2db6a89f117727e7 -C extra-filename=-2db6a89f117727e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38522024-08-01T05:57:40.672Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=827171f9e1ba8e17 -C extra-filename=-827171f9e1ba8e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38532024-08-01T05:57:40.970Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1986143343725c69 -C extra-filename=-1986143343725c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38542024-08-01T05:57:43.160Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=d2dea84a798ac962 -C extra-filename=-d2dea84a798ac962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38552024-08-01T05:57:52.090Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=24b4c2e33e0b5cab -C extra-filename=-24b4c2e33e0b5cab --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-feaecf970e550c06.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
38562024-08-01T05:57:54.341Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4ae9824b75d44b21 -C extra-filename=-4ae9824b75d44b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38572024-08-01T05:57:55.774Z Running `/home/build/.rustup/toolchains/1.78.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="oxql"' --cfg 'feature="sql"' -C metadata=339ae91eb1e50c55 -C extra-filename=-339ae91eb1e50c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-864668b8f53d54e9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e14db67b940ea47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-231b7762616c8b45.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-552c048f6329a6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b1293a7069f8e431.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38582024-08-01T05:57:58.455Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=eafe35d521e79d65 -C extra-filename=-eafe35d521e79d65 --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-926ac8757f0f8f17.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38592024-08-01T05:58:01.377Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=bf4b56f7887a08eb -C extra-filename=-bf4b56f7887a08eb --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-97034b78d1593ff4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38602024-08-01T05:58:01.907Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=abdfd44d6652cd34 -C extra-filename=-abdfd44d6652cd34 --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-8178b3fa3c49cf48.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38612024-08-01T05:58:02.453Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7b6dd5fc006996da -C extra-filename=-7b6dd5fc006996da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38622024-08-01T05:58:10.374Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4e7b2709563ef906 -C extra-filename=-4e7b2709563ef906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38632024-08-01T05:58:10.421Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7664646df55de321 -C extra-filename=-7664646df55de321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38642024-08-01T05:58:11.046Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f84bac7708f91cfc -C extra-filename=-f84bac7708f91cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38652024-08-01T05:58:11.125Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2a22ea716c2649c4 -C extra-filename=-2a22ea716c2649c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38662024-08-01T05:58:12.365Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fc88fe3c0fe8fa45 -C extra-filename=-fc88fe3c0fe8fa45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38672024-08-01T05:58:13.115Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a9a00b6d68ed2127 -C extra-filename=-a9a00b6d68ed2127 --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-83e122273fb94066.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4308d304eb3a232b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-806c8caaef16519c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38682024-08-01T05:58:16.583Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=315c1357f88693cd -C extra-filename=-315c1357f88693cd --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4308d304eb3a232b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-806c8caaef16519c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38692024-08-01T05:58:29.909Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a0bdfb71ced1b936 -C extra-filename=-a0bdfb71ced1b936 --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4308d304eb3a232b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-806c8caaef16519c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38702024-08-01T05:58:31.264Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=48a3c30af6307030 -C extra-filename=-48a3c30af6307030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38712024-08-01T05:58:34.021Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5041f4da5e50a0b0 -C extra-filename=-5041f4da5e50a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38722024-08-01T05:58:36.224Z Running `/home/build/.rustup/toolchains/1.78.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="oxql"' --cfg 'feature="sql"' -C metadata=97a9cea1a6221136 -C extra-filename=-97a9cea1a6221136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-864668b8f53d54e9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e14db67b940ea47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-231b7762616c8b45.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-552c048f6329a6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b1293a7069f8e431.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38732024-08-01T05:58:41.433Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=598c9d37a86add93 -C extra-filename=-598c9d37a86add93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-24441c61a0f83cf3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38742024-08-01T05:58:57.938Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=0a8f219a09ddce3b -C extra-filename=-0a8f219a09ddce3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
38752024-08-01T05:59:03.286Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b6e0af7fc64ecce0 -C extra-filename=-b6e0af7fc64ecce0 --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-7af3bf2189a0871c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
38762024-08-01T05:59:03.993Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3bec13562e89bf07 -C extra-filename=-3bec13562e89bf07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38772024-08-01T05:59:05.566Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8af2c0c4f1c8f47f -C extra-filename=-8af2c0c4f1c8f47f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38782024-08-01T05:59:09.256Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2aa9980b30a5bead -C extra-filename=-2aa9980b30a5bead --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-7af3bf2189a0871c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38792024-08-01T05:59:11.766Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=1df65b61042b8b88 -C extra-filename=-1df65b61042b8b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38802024-08-01T05:59:19.775Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3e175d74c0f4905f -C extra-filename=-3e175d74c0f4905f --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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38812024-08-01T05:59:30.960Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=10deac7162da0752 -C extra-filename=-10deac7162da0752 --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-97a23d2676a85f3f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38822024-08-01T05:59:31.785Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5096954de546795b -C extra-filename=-5096954de546795b --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-7af3bf2189a0871c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38832024-08-01T05:59:34.057Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=26f1c7d1f10417cc -C extra-filename=-26f1c7d1f10417cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38842024-08-01T05:59:35.089Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=741a1c23ea2fd538 -C extra-filename=-741a1c23ea2fd538 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38852024-08-01T05:59:36.673Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=c8882682f90d4d12 -C extra-filename=-c8882682f90d4d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38862024-08-01T05:59:42.939Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=24373f24c1cd9bd6 -C extra-filename=-24373f24c1cd9bd6 --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-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-826790931abc6185.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38872024-08-01T05:59:46.343Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e2dc415a6f23d612 -C extra-filename=-e2dc415a6f23d612 --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-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38882024-08-01T05:59:50.803Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=710197959e5608b9 -C extra-filename=-710197959e5608b9 --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-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38892024-08-01T05:59:52.353Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=dfaf7c210665370a -C extra-filename=-dfaf7c210665370a --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-18fbad60cc66c708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38902024-08-01T05:59:53.755Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a6f31c0e0d113ee7 -C extra-filename=-a6f31c0e0d113ee7 --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-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38912024-08-01T05:59:55.337Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=d270a1b780f351b9 -C extra-filename=-d270a1b780f351b9 --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-fcc78242d39ea60d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38922024-08-01T05:59:57.645Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=3ef9aeb21c60bc0f -C extra-filename=-3ef9aeb21c60bc0f --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-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38932024-08-01T05:59:57.898Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=369349bedcd3226c -C extra-filename=-369349bedcd3226c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
38942024-08-01T05:59:59.752Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=48919383131e0208 -C extra-filename=-48919383131e0208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8178b3fa3c49cf48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38952024-08-01T06:00:00.533Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=193afcb7fb0c1f21 -C extra-filename=-193afcb7fb0c1f21 --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-06ee495d4bf52d36.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38962024-08-01T06:00:03.844Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=732e7fe43804e03b -C extra-filename=-732e7fe43804e03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38972024-08-01T06:00:09.462Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c8a85e3ea540a49f -C extra-filename=-c8a85e3ea540a49f --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-f0fb9f6b647e5a4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38982024-08-01T06:00:13.455Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4b5acd73c3cfba54 -C extra-filename=-4b5acd73c3cfba54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
38992024-08-01T06:00:14.450Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=4f8b624b8ebf9e43 -C extra-filename=-4f8b624b8ebf9e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39002024-08-01T06:00:16.866Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a0c9c74d7145f62c -C extra-filename=-a0c9c74d7145f62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39012024-08-01T06:00:22.571Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=07bdcef9a0dde673 -C extra-filename=-07bdcef9a0dde673 --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-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39022024-08-01T06:00:23.163Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=177ad83a153f348a -C extra-filename=-177ad83a153f348a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-430284e759adaac9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7f01a3ebc114b786.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8dc8456b4c6de948.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
39032024-08-01T06:00:27.908Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/oximeter/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 -C metadata=fe43452439d56e2a -C extra-filename=-fe43452439d56e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-954b4ae765069e1a.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39042024-08-01T06:00:31.966Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f669b878d335cedb -C extra-filename=-f669b878d335cedb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-954b4ae765069e1a.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39052024-08-01T06:00:32.078Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=32fc4f6e9acd50a5 -C extra-filename=-32fc4f6e9acd50a5 --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-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a4d239892243f30a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39062024-08-01T06:00:32.219Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
39072024-08-01T06:00:32.223Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=152f10036f50f0cb -C extra-filename=-152f10036f50f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39082024-08-01T06:00:32.446Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=06d4d77fea78a99b -C extra-filename=-06d4d77fea78a99b --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-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39092024-08-01T06:00:34.340Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39102024-08-01T06:00:34.344Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=c97caae8339818c3 -C extra-filename=-c97caae8339818c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39112024-08-01T06:00:34.790Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=723d99655ba795bf -C extra-filename=-723d99655ba795bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-e5b5185874412fa1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39122024-08-01T06:00:36.602Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=3fbbf39d9d4ba470 -C extra-filename=-3fbbf39d9d4ba470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-e5b5185874412fa1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39132024-08-01T06:00:38.017Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=8b87fdea76c110d6 -C extra-filename=-8b87fdea76c110d6 --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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39142024-08-01T06:00:38.670Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=e191159c87caee7e -C extra-filename=-e191159c87caee7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7f8f126ad5437185.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e261b85fb018ae95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f1f972e6c68aa853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1485d4a43da67925.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-733a48155f454d52.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39152024-08-01T06:00:41.463Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5987682a1392a243 -C extra-filename=-5987682a1392a243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39162024-08-01T06:00:43.387Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ab9e7e6b50a6df70 -C extra-filename=-ab9e7e6b50a6df70 --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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39172024-08-01T06:00:43.537Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9250c3ea21242c73 -C extra-filename=-9250c3ea21242c73 --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-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39182024-08-01T06:00:45.522Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=edfdbc87a0ae8aa5 -C extra-filename=-edfdbc87a0ae8aa5 --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-0cbdf58bcc2b964d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39192024-08-01T06:00:45.935Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a455c3106078ff52 -C extra-filename=-a455c3106078ff52 --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-97a23d2676a85f3f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39202024-08-01T06:00:48.856Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=0218a799b2286168 -C extra-filename=-0218a799b2286168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-e5b5185874412fa1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39212024-08-01T06:00:53.811Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=26ad4dd520e483f3 -C extra-filename=-26ad4dd520e483f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d20a012748833c91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39222024-08-01T06:00:54.600Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=5f897759c9617c25 -C extra-filename=-5f897759c9617c25 --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-97034b78d1593ff4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39232024-08-01T06:00:56.181Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=97444a71f19236a5 -C extra-filename=-97444a71f19236a5 --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39242024-08-01T06:01:00.454Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9d1b3961b7b4833b -C extra-filename=-9d1b3961b7b4833b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39252024-08-01T06:01:01.416Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7c30df48f270ea33 -C extra-filename=-7c30df48f270ea33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39262024-08-01T06:01:06.004Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=b4616730ee301424 -C extra-filename=-b4616730ee301424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-733a48155f454d52.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39272024-08-01T06:01:06.791Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fcd5311f088f7e72 -C extra-filename=-fcd5311f088f7e72 --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-e286ff00e1400ba2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39282024-08-01T06:01:07.292Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9933128ff2810b24 -C extra-filename=-9933128ff2810b24 --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-e286ff00e1400ba2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39292024-08-01T06:01:11.572Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=9f33ce72544138a0 -C extra-filename=-9f33ce72544138a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39302024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=2a32c6544625a349 -C extra-filename=-2a32c6544625a349 --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-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39312024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=e1c0357dae5123d2 -C extra-filename=-e1c0357dae5123d2 --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-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39322024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=51ec62b40274ecbe -C extra-filename=-51ec62b40274ecbe --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-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39332024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=76854ab07756f04c -C extra-filename=-76854ab07756f04c --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-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39342024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=a4dac362b8d45ee8 -C extra-filename=-a4dac362b8d45ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39352024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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 -C metadata=ccf2872ebddda871 -C extra-filename=-ccf2872ebddda871 --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-ffd14cf7bf009d44.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-78003f9d45d47fa7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cc72cfd6f92b2ac4.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-25fb8fced16cd46d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a9533f89556730b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c2be8791d6e4d3d8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
39362024-08-01T06:01:11.601Z Running `/home/build/.rustup/toolchains/1.78.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"' -C metadata=9fc3bc068d9db4d5 -C extra-filename=-9fc3bc068d9db4d5 --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-8178b3fa3c49cf48.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372024-08-01T06:03:00.845Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=8979910caf644d0e -C extra-filename=-8979910caf644d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
39382024-08-01T06:03:00.850Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=08b9555c173fa99f -C extra-filename=-08b9555c173fa99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-53799ab23c1d222e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39392024-08-01T06:03:00.850Z Running `/home/build/.rustup/toolchains/1.78.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' -C metadata=64c714cb3ee792e3 -C extra-filename=-64c714cb3ee792e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
39402024-08-01T06:03:00.850Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=f8f01f32f704cc2c -C extra-filename=-f8f01f32f704cc2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39412024-08-01T06:03:00.850Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=234351eb39d6a380 -C extra-filename=-234351eb39d6a380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39422024-08-01T06:03:03.152Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/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 -C metadata=dbe6a74289b8973e -C extra-filename=-dbe6a74289b8973e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.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-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39432024-08-01T06:03:03.745Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=7e9a8f27f963837e -C extra-filename=-7e9a8f27f963837e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39442024-08-01T06:03:08.673Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ef0db13dd001cc26 -C extra-filename=-ef0db13dd001cc26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39452024-08-01T06:03:10.954Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=41f23ddffc359aae -C extra-filename=-41f23ddffc359aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-53799ab23c1d222e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39462024-08-01T06:03:12.156Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=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' -C metadata=dabbaaab85ce6f83 -C extra-filename=-dabbaaab85ce6f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.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-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39472024-08-01T06:03:23.715Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=ad6e75c4a1627ba2 -C extra-filename=-ad6e75c4a1627ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39482024-08-01T06:03:23.949Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=fc325c62d561d5bc -C extra-filename=-fc325c62d561d5bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.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-170fee1a60efccfd/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-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39492024-08-01T06:03:27.945Z Running `/home/build/.rustup/toolchains/1.78.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 -C metadata=209a0e1d2db8c191 -C extra-filename=-209a0e1d2db8c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.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-170fee1a60efccfd/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
39502024-08-01T06:14:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26m 23s
39512024-08-01T06:15:01.979Z
39522024-08-01T06:15:01.985Zreal 26:33.249504613
39532024-08-01T06:15:01.985Zuser 1:47:57.274117156
39542024-08-01T06:15:01.985Zsys 21:37.206316523
39552024-08-01T06:15:01.985Ztrap 9.696753546
39562024-08-01T06:15:01.985Ztflt 4.961984477
39572024-08-01T06:15:01.985Zdflt 41:47.363046179
39582024-08-01T06:15:01.985Zkflt 1.002414570
39592024-08-01T06:15:01.985Zlock 5:33:35.822212706
39602024-08-01T06:15:01.985Zslp 10:16:37.159592780
39612024-08-01T06:15:01.985Zlat 7:42.518746720
39622024-08-01T06:15:01.985Zstop 5:27.253264580
39632024-08-01T06:15:02.992Z+ banner test
39642024-08-01T06:15:03.036Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
39652024-08-01T06:15:03.968Z
39662024-08-01T06:15:03.971Z ##### ###### #### #####
39672024-08-01T06:15:03.971Z # # # #
39682024-08-01T06:15:03.971Z # ##### #### #
39692024-08-01T06:15:03.971Z # # # #
39702024-08-01T06:15:03.971Z # # # # #
39712024-08-01T06:15:03.971Z # ###### #### #
39722024-08-01T06:15:03.971Z
39732024-08-01T06:15:06.581Zinfo: experimental features enabled: setup-scripts
39742024-08-01T06:15:07.837Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39752024-08-01T06:15:07.957Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39762024-08-01T06:15:07.974Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39772024-08-01T06:15:07.990Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39782024-08-01T06:15:20.208Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.59s
39792024-08-01T06:15:25.035Z Starting 1371 tests across 142 binaries (3 skipped; run ID: a000c477-b6c8-4fe0-b952-e40bca9b41c3, nextest profile: ci)
39802024-08-01T06:15:25.040Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39812024-08-01T06:15:25.788Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39822024-08-01T06:15:27.972Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39832024-08-01T06:15:29.673Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39842024-08-01T06:15:36.564Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.53s
39852024-08-01T06:15:36.581Z Running `target/debug/crdb-seed`
39862024-08-01T06:15:36.581ZAug 01 06:15:34.784 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmplwiXcl
39872024-08-01T06:15:36.581ZAug 01 06:15:34.784 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpWvOXkh,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmplwiXcl/listen-url
39882024-08-01T06:15:36.581ZAug 01 06:15:34.786 INFO cockroach environment: BUILDOMAT_JOB_ID=01J467D74WFDWCGMRX6M35XSXT BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.78.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= CI=true GITHUB_BRANCH=renovate/hyper-0.x-lockfile GITHUB_REF=refs/heads/renovate/hyper-0.x-lockfile GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f4bf3bb55d7bd5f905a3232ce3b375a2ead22234 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-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envYXd0zy NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=a000c477-b6c8-4fe0-b952-e40bca9b41c3 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.78.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
39892024-08-01T06:15:36.730ZAug 01 06:15:35.761 INFO cockroach pid: 5240
39902024-08-01T06:15:36.734ZAug 01 06:15:35.761 INFO cockroach listen URL: postgresql://root@[::1]:58377/omicron?sslmode=disable
39912024-08-01T06:15:36.734ZAug 01 06:15:35.761 INFO cockroach: populating
39922024-08-01T06:15:39.163ZAug 01 06:15:38.195 INFO cockroach: populated
39932024-08-01T06:15:41.328ZAug 01 06:15:40.358 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/14b5fff1bc8b37412248e64bab03eb9743b13506b306eb90a17a93a5528cb31d.tar`
39942024-08-01T06:15:41.331Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
39952024-08-01T06:15:41.398Z PASS [ 0.033s] api_identity test::test_identity
39962024-08-01T06:15:41.398Z PASS [ 0.028s] api_identity test::test_identity_no_field
39972024-08-01T06:15:41.398Z PASS [ 0.029s] bootstore schemes::tests::hello_roundtrip
39982024-08-01T06:15:41.398Z PASS [ 0.018s] bootstore trust_quorum::rack_secret::tests::create_and_verify
39992024-08-01T06:15:41.401Z PASS [ 0.022s] bootstore schemes::v0::share_pkg::tests::create_packages
40002024-08-01T06:15:41.401Z PASS [ 0.023s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
40012024-08-01T06:15:41.401Z PASS [ 0.047s] authz-macros tests::test_authz_snapshots
40022024-08-01T06:15:41.415Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
40032024-08-01T06:15:41.420Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
40042024-08-01T06:15:41.428Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
40052024-08-01T06:15:41.435Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
40062024-08-01T06:15:41.443Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
40072024-08-01T06:15:41.449Z PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config
40082024-08-01T06:15:41.469Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
40092024-08-01T06:15:41.469Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
40102024-08-01T06:15:41.485Z PASS [ 0.097s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
40112024-08-01T06:15:41.485Z PASS [ 0.092s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
40122024-08-01T06:15:41.494Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
40132024-08-01T06:15:41.494Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
40142024-08-01T06:15:41.500Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
40152024-08-01T06:15:41.506Z PASS [ 0.016s] db-macros tests::test_derive_with_unknown_field
40162024-08-01T06:15:41.516Z PASS [ 0.026s] db-macros tests::test_derive_snapshots
40172024-08-01T06:15:41.519Z PASS [ 0.075s] db-macros lookup::test::test_lookup_snapshots
40182024-08-01T06:15:41.718Z PASS [ 0.215s] dns-server storage::test::test_update_in_progress
40192024-08-01T06:15:41.730Z PASS [ 0.222s] dns-server storage::test::test_update_interrupted
40202024-08-01T06:15:41.738Z PASS [ 0.241s] dns-server storage::test::test_update_basic
40212024-08-01T06:15:42.021Z PASS [ 0.290s] dns-server::basic_test multi_record_crud
40222024-08-01T06:15:42.040Z PASS [ 0.311s] dns-server::basic_test empty_record
40232024-08-01T06:15:42.040Z PASS [ 0.509s] dns-server::basic_test aaaa_crud
40242024-08-01T06:15:42.040Z PASS [ 0.514s] dns-server::basic_test a_crud
40252024-08-01T06:15:42.046Z PASS [ 0.310s] dns-server::basic_test name_contains_zone
40262024-08-01T06:15:42.104Z PASS [ 0.057s] dns-service-client diff::test::diff_different
40272024-08-01T06:15:42.125Z PASS [ 0.022s] dns-service-client diff::test::diff_equivalent
40282024-08-01T06:15:42.152Z PASS [ 0.026s] dns-service-client diff::test::diff_invalid
40292024-08-01T06:15:42.207Z PASS [ 0.053s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
40302024-08-01T06:15:42.236Z PASS [ 0.029s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
40312024-08-01T06:15:42.243Z PASS [ 0.223s] dns-server::basic_test nxdomain
40322024-08-01T06:15:42.279Z PASS [ 0.243s] dns-server::basic_test srv_crud
40332024-08-01T06:15:42.286Z PASS [ 0.257s] dns-server::basic_test servfail
40342024-08-01T06:15:42.311Z PASS [ 0.070s] illumos-utils destructor::test::test_delayed_delete
40352024-08-01T06:15:42.312Z PASS [ 0.027s] illumos-utils destructor::test::test_destructor_bad_close
40362024-08-01T06:15:42.318Z PASS [ 0.033s] illumos-utils link::test::test_allocate
40372024-08-01T06:15:42.327Z PASS [ 0.023s] illumos-utils link::test::test_allocate_within_scopes
40382024-08-01T06:15:42.333Z PASS [ 0.022s] illumos-utils running_zone::tests::test_is_oxide_smf_service
40392024-08-01T06:15:42.342Z PASS [ 0.025s] illumos-utils zone::tests::test_parse_ip_network
40402024-08-01T06:15:42.349Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool
40412024-08-01T06:15:42.355Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool_missing_column
40422024-08-01T06:15:42.466Z PASS [ 1.109s] bootstore schemes::v0::peer::tests::basic_3_nodes
40432024-08-01T06:15:42.511Z PASS [ 0.045s] internal-dns config::test::display_hosts
40442024-08-01T06:15:42.536Z PASS [ 0.025s] internal-dns config::test::display_srv_service
40452024-08-01T06:15:42.557Z PASS [ 0.199s] installinator-common block_size_writer::tests::proptest_block_writer
40462024-08-01T06:15:42.587Z PASS [ 0.051s] internal-dns config::test::test_builder_errors
40472024-08-01T06:15:42.629Z PASS [ 0.073s] internal-dns config::test::test_builder_output
40482024-08-01T06:15:43.008Z PASS [ 0.377s] internal-dns resolver::test::insert_and_lookup_one_record
40492024-08-01T06:15:43.071Z PASS [ 0.485s] internal-dns resolver::test::insert_and_lookup_multiple_records
40502024-08-01T06:15:43.158Z PASS [ 0.904s] illumos-utils destructor::test::test_delayed_delete_with_error
40512024-08-01T06:15:43.233Z PASS [ 0.227s] internal-dns resolver::test::lookup_nonexistent_record_fails
40522024-08-01T06:15:43.532Z PASS [ 0.459s] internal-dns resolver::test::resolver_can_access_backup_dns_server
40532024-08-01T06:15:43.562Z PASS [ 0.410s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
40542024-08-01T06:15:43.600Z PASS [ 0.040s] ipcc tests::deserialize_fixed_value
40552024-08-01T06:15:43.619Z PASS [ 0.385s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
40562024-08-01T06:15:43.662Z PASS [ 0.055s] ipcc tests::installinator_image_id_round_trip
40572024-08-01T06:15:43.662Z PASS [ 0.036s] ipcc tests::serialized_size
40582024-08-01T06:15:43.733Z PASS [ 0.066s] key-manager tests::different_disks_produce_different_keys
40592024-08-01T06:15:43.733Z PASS [ 0.059s] key-manager tests::different_ikm_produces_different_keys
40602024-08-01T06:15:43.747Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
40612024-08-01T06:15:43.751Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
40622024-08-01T06:15:43.787Z PASS [ 0.041s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
40632024-08-01T06:15:43.801Z PASS [ 0.048s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
40642024-08-01T06:15:43.813Z PASS [ 0.283s] internal-dns resolver::test::update_record
40652024-08-01T06:15:43.820Z PASS [ 0.035s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
40662024-08-01T06:15:43.833Z PASS [ 0.033s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
40672024-08-01T06:15:43.840Z PASS [ 0.027s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
40682024-08-01T06:15:43.848Z PASS [ 0.028s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
40692024-08-01T06:15:43.894Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
40702024-08-01T06:15:43.925Z PASS [ 0.078s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
40712024-08-01T06:15:43.925Z PASS [ 0.069s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
40722024-08-01T06:15:43.932Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token
40732024-08-01T06:15:43.941Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
40742024-08-01T06:15:43.958Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
40752024-08-01T06:15:43.987Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
40762024-08-01T06:15:43.987Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_other_cookie
40772024-08-01T06:15:43.987Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
40782024-08-01T06:15:44.002Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
40792024-08-01T06:15:44.017Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_make_header_value
40802024-08-01T06:15:44.024Z PASS [ 0.051s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
40812024-08-01T06:15:44.033Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
40822024-08-01T06:15:44.049Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
40832024-08-01T06:15:44.056Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
40842024-08-01T06:15:44.062Z PASS [ 0.029s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
40852024-08-01T06:15:44.084Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
40862024-08-01T06:15:44.092Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
40872024-08-01T06:15:44.105Z PASS [ 0.048s] nexus-auth authn::external::test::test_authn_sequence
40882024-08-01T06:15:44.118Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
40892024-08-01T06:15:44.130Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_missing
40902024-08-01T06:15:44.139Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_valid
40912024-08-01T06:15:44.164Z PASS [ 0.052s] nexus-auth authn::test::test_internal_users
40922024-08-01T06:15:44.192Z PASS [ 0.049s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
40932024-08-01T06:15:44.239Z PASS [ 0.072s] nexus-auth context::test::test_background_context
40942024-08-01T06:15:44.246Z PASS [ 0.120s] nexus-auth authz::context::test::test_unregistered_resource
40952024-08-01T06:15:44.253Z PASS [ 0.064s] nexus-auth context::test::test_child_context
40962024-08-01T06:15:44.305Z PASS [ 0.066s] nexus-auth context::test::test_test_context
40972024-08-01T06:15:44.320Z PASS [ 0.067s] nexus-config nexus_config::test::test_config_bad_toml
40982024-08-01T06:15:44.331Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_empty
40992024-08-01T06:15:44.345Z PASS [ 0.023s] nexus-config nexus_config::test::test_config_nonexistent
41002024-08-01T06:15:44.353Z PASS [ 0.107s] nexus-config nexus_config::test::test_bad_authn_schemes
41012024-08-01T06:15:44.373Z PASS [ 0.029s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
41022024-08-01T06:15:44.380Z PASS [ 0.049s] nexus-config nexus_config::test::test_deployment_config_schema
41032024-08-01T06:15:44.405Z PASS [ 0.024s] nexus-config postgres_config::test::test_bad_url
41042024-08-01T06:15:44.414Z PASS [ 0.040s] nexus-config nexus_config::test::test_valid
41052024-08-01T06:15:44.421Z PASS [ 0.069s] nexus-config nexus_config::test::test_repo_configs_are_valid
41062024-08-01T06:15:44.428Z PASS [ 0.024s] nexus-config postgres_config::test::test_example_url
41072024-08-01T06:15:44.455Z PASS [ 0.025s] nexus-db-fixed-data test::test_allowlist_id_is_valid
41082024-08-01T06:15:44.469Z PASS [ 0.040s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
41092024-08-01T06:15:44.469Z PASS [ 0.050s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
41102024-08-01T06:15:44.477Z PASS [ 0.023s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
41112024-08-01T06:15:44.496Z PASS [ 0.035s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
41122024-08-01T06:15:44.503Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
41132024-08-01T06:15:44.521Z PASS [ 0.044s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
41142024-08-01T06:15:44.539Z PASS [ 0.037s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
41152024-08-01T06:15:44.554Z PASS [ 0.057s] nexus-db-model device_auth::test::test_generate_user_code
41162024-08-01T06:15:44.574Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_known_versions
41172024-08-01T06:15:44.578Z PASS [ 0.058s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
41182024-08-01T06:15:44.589Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
41192024-08-01T06:15:44.603Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
41202024-08-01T06:15:44.611Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
41212024-08-01T06:15:44.617Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_verify
41222024-08-01T06:15:44.634Z PASS [ 0.030s] nexus-db-model semver_version::test::test_to_from_sortable_string
41232024-08-01T06:15:44.639Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
41242024-08-01T06:15:44.646Z PASS [ 0.028s] nexus-db-model tests::test_ipv6_net_random_subnet
41252024-08-01T06:15:44.666Z PASS [ 0.033s] nexus-db-model tests::test_roles_database_strings
41262024-08-01T06:15:44.673Z PASS [ 0.033s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
41272024-08-01T06:15:44.869Z PASS [ 2.827s] dns-server::commands_test test_dnsadm
41282024-08-01T06:15:47.998Z PASS [ 5.653s] installinator mock_peers::tests::proptest_fetch_artifact
41292024-08-01T06:15:48.563Z PASS [ 6.210s] installinator write::tests::proptest_write_artifact
41302024-08-01T06:15:51.121Z PASS [ 6.250s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
41312024-08-01T06:15:51.620Z PASS [ 6.945s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
41322024-08-01T06:15:51.681Z PASS [ 7.013s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
41332024-08-01T06:15:51.724Z PASS [ 7.075s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
41342024-08-01T06:15:54.096Z PASS [ 6.097s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
41352024-08-01T06:15:54.154Z PASS [ 0.058s] nexus-db-queries db::collection_attach::test::test_verify_query
41362024-08-01T06:15:54.361Z PASS [ 5.796s] nexus-db-queries db::collection_attach::test::test_attach_once
41372024-08-01T06:15:57.363Z PASS [ 6.242s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
41382024-08-01T06:15:57.469Z PASS [ 5.848s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
41392024-08-01T06:15:57.911Z PASS [ 6.231s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
41402024-08-01T06:15:58.010Z PASS [ 6.287s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
41412024-08-01T06:15:59.819Z PASS [ 5.454s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
41422024-08-01T06:15:59.858Z PASS [ 0.041s] nexus-db-queries db::collection_detach::test::test_verify_query
41432024-08-01T06:16:00.396Z PASS [ 6.242s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
41442024-08-01T06:16:01.724Z PASS [ 20.343s] bootstore::v0-fsm-proptest-learner run
41452024-08-01T06:16:03.723Z PASS [ 6.359s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
41462024-08-01T06:16:03.881Z PASS [ 6.413s] nexus-db-queries db::collection_detach::test::test_detach_once
41472024-08-01T06:16:04.181Z PASS [ 6.269s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
41482024-08-01T06:16:04.208Z PASS [ 6.198s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
41492024-08-01T06:16:06.030Z PASS [ 6.172s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
41502024-08-01T06:16:06.365Z PASS [ 5.969s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
41512024-08-01T06:16:06.411Z PASS [ 0.045s] nexus-db-queries db::collection_detach_many::test::test_verify_query
41522024-08-01T06:16:07.537Z PASS [ 5.814s] nexus-db-queries db::collection_detach_many::test::test_detach_many
41532024-08-01T06:16:07.854Z PASS [ 26.467s] bootstore::v0-fsm-proptest-rack-coordinator run
41542024-08-01T06:16:07.888Z PASS [ 0.037s] nexus-db-queries db::collection_insert::test::test_verify_query
41552024-08-01T06:16:07.932Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
41562024-08-01T06:16:07.964Z PASS [ 0.036s] nexus-db-queries db::column_walker::test::test_walk_columns
41572024-08-01T06:16:08.002Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_table
41582024-08-01T06:16:09.447Z PASS [ 5.721s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
41592024-08-01T06:16:10.213Z PASS [ 6.333s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
41602024-08-01T06:16:10.343Z PASS [ 6.135s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
41612024-08-01T06:16:10.413Z PASS [ 6.233s] nexus-db-queries db::collection_detach_many::test::test_detach_once
41622024-08-01T06:16:11.342Z PASS [ 4.933s] nexus-db-queries db::collection_insert::test::test_collection_not_present
41632024-08-01T06:16:12.112Z PASS [ 6.072s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
41642024-08-01T06:16:12.499Z PASS [ 4.962s] nexus-db-queries db::collection_insert::test::test_collection_present
41652024-08-01T06:16:14.409Z PASS [ 6.405s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
41662024-08-01T06:16:15.985Z PASS [ 5.571s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
41672024-08-01T06:16:16.576Z PASS [ 7.133s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
41682024-08-01T06:16:16.851Z PASS [ 5.506s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
41692024-08-01T06:16:17.471Z PASS [ 5.371s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
41702024-08-01T06:16:17.518Z PASS [ 0.047s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
41712024-08-01T06:16:17.560Z PASS [ 7.344s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
41722024-08-01T06:16:18.101Z PASS [ 7.751s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
41732024-08-01T06:16:19.242Z PASS [ 6.742s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
41742024-08-01T06:16:21.783Z PASS [ 7.374s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
41752024-08-01T06:16:23.497Z PASS [ 7.514s] nexus-db-queries db::datastore::deployment::tests::test_set_target
41762024-08-01T06:16:24.378Z PASS [ 7.528s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
41772024-08-01T06:16:24.826Z PASS [ 8.249s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
41782024-08-01T06:16:24.911Z PASS [ 7.391s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
41792024-08-01T06:16:25.229Z PASS [ 7.669s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
41802024-08-01T06:16:26.184Z PASS [ 8.088s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
41812024-08-01T06:16:26.294Z PASS [ 7.047s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
41822024-08-01T06:16:28.716Z PASS [ 6.932s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
41832024-08-01T06:16:30.681Z PASS [ 7.182s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
41842024-08-01T06:16:32.758Z PASS [ 7.847s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
41852024-08-01T06:16:32.815Z PASS [ 7.987s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
41862024-08-01T06:16:32.866Z PASS [ 7.635s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
41872024-08-01T06:16:32.915Z PASS [ 8.535s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
41882024-08-01T06:16:33.382Z PASS [ 7.092s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
41892024-08-01T06:16:33.634Z PASS [ 7.450s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
41902024-08-01T06:16:37.770Z PASS [ 7.088s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
41912024-08-01T06:16:37.860Z PASS [ 9.143s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
41922024-08-01T06:16:40.515Z PASS [ 7.757s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
41932024-08-01T06:16:40.708Z PASS [ 7.793s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
41942024-08-01T06:16:40.763Z PASS [ 7.382s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
41952024-08-01T06:16:40.918Z PASS [ 8.099s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
41962024-08-01T06:16:41.002Z PASS [ 7.359s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
41972024-08-01T06:16:42.051Z PASS [ 9.184s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
41982024-08-01T06:16:44.416Z PASS [ 6.642s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
41992024-08-01T06:16:45.011Z PASS [ 7.150s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
42002024-08-01T06:16:47.911Z PASS [ 7.394s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
42012024-08-01T06:16:48.463Z PASS [ 7.755s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
42022024-08-01T06:16:48.602Z PASS [ 7.825s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
42032024-08-01T06:16:48.847Z PASS [ 7.830s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
42042024-08-01T06:16:48.913Z PASS [ 7.929s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
42052024-08-01T06:16:49.857Z PASS [ 7.789s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
42062024-08-01T06:16:51.522Z PASS [ 7.107s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
42072024-08-01T06:16:52.718Z PASS [ 7.707s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
42082024-08-01T06:16:52.759Z PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count
42092024-08-01T06:16:56.435Z PASS [ 7.843s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
42102024-08-01T06:16:57.239Z PASS [ 8.318s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
42112024-08-01T06:16:57.244Z PASS [ 8.164s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
42122024-08-01T06:16:57.319Z PASS [ 9.409s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
42132024-08-01T06:16:57.387Z PASS [ 8.542s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
42142024-08-01T06:16:58.430Z PASS [ 6.909s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
42152024-08-01T06:17:02.505Z PASS [ 8.861s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
42162024-08-01T06:17:02.525Z PASS [ 6.590s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
42172024-08-01T06:17:04.618Z PASS [ 8.184s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
42182024-08-01T06:17:04.777Z PASS [ 7.995s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
42192024-08-01T06:17:05.094Z PASS [ 7.774s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
42202024-08-01T06:17:05.728Z PASS [ 8.342s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
42212024-08-01T06:17:05.801Z PASS [ 8.812s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
42222024-08-01T06:17:06.221Z PASS [ 7.789s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
42232024-08-01T06:17:08.293Z PASS [ 9.592s] nexus-db-queries db::datastore::sled::test::sled_list_batch
42242024-08-01T06:17:08.322Z PASS [ 8.970s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
42252024-08-01T06:17:12.923Z PASS [ 8.302s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
42262024-08-01T06:17:12.961Z PASS [ 7.862s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
42272024-08-01T06:17:13.586Z PASS [ 7.787s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
42282024-08-01T06:17:13.683Z PASS [ 7.955s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
42292024-08-01T06:17:13.895Z PASS [ 7.675s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
42302024-08-01T06:17:15.354Z PASS [ 7.032s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
42312024-08-01T06:17:15.576Z PASS [ 7.280s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
42322024-08-01T06:17:16.080Z PASS [ 11.301s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
42332024-08-01T06:17:18.856Z PASS [ 5.267s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
42342024-08-01T06:17:20.120Z PASS [ 7.162s] nexus-db-queries db::datastore::test::test_project_creation
42352024-08-01T06:17:20.625Z PASS [ 7.704s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
42362024-08-01T06:17:21.473Z PASS [ 7.788s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
42372024-08-01T06:17:23.230Z PASS [ 7.877s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
42382024-08-01T06:17:23.636Z PASS [ 7.556s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
42392024-08-01T06:17:23.931Z PASS [ 8.357s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
42402024-08-01T06:17:27.383Z PASS [ 13.486s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
42412024-08-01T06:17:29.075Z PASS [ 5.438s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
42422024-08-01T06:17:31.018Z PASS [ 7.788s] nexus-db-queries db::datastore::test::test_session_methods
42432024-08-01T06:17:31.259Z PASS [ 7.329s] nexus-db-queries db::datastore::test::test_ssh_keys
42442024-08-01T06:17:31.925Z PASS [ 13.071s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
42452024-08-01T06:17:32.386Z PASS [ 12.266s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
42462024-08-01T06:17:34.283Z PASS [ 6.898s] nexus-db-queries db::datastore::test::test_table_scan
42472024-08-01T06:17:34.324Z PASS [ 13.696s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
42482024-08-01T06:17:34.465Z PASS [ 12.988s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
42492024-08-01T06:17:35.591Z PASS [ 6.517s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
42502024-08-01T06:17:38.290Z PASS [ 7.265s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
42512024-08-01T06:17:38.328Z PASS [ 7.067s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
42522024-08-01T06:17:38.850Z PASS [ 6.924s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
42532024-08-01T06:17:39.152Z PASS [ 6.765s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
42542024-08-01T06:17:41.595Z PASS [ 7.313s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
42552024-08-01T06:17:41.686Z PASS [ 7.362s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
42562024-08-01T06:17:41.776Z PASS [ 7.314s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
42572024-08-01T06:17:44.021Z PASS [ 5.169s] nexus-db-queries db::explain::test::test_explain_async
42582024-08-01T06:17:44.437Z PASS [ 5.088s] nexus-db-queries db::explain::test::test_explain_full_table_scan
42592024-08-01T06:17:44.708Z PASS [ 9.116s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
42602024-08-01T06:17:44.747Z PASS [ 0.039s] nexus-db-queries db::pagination::test::test_paginator
42612024-08-01T06:17:46.531Z PASS [ 8.204s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
42622024-08-01T06:17:46.610Z PASS [ 8.327s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
42632024-08-01T06:17:47.580Z PASS [ 5.896s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
42642024-08-01T06:17:47.611Z PASS [ 5.835s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
42652024-08-01T06:17:47.883Z PASS [ 6.288s] nexus-db-queries db::lookup::test::test_lookup
42662024-08-01T06:17:49.991Z PASS [ 5.969s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
42672024-08-01T06:17:50.226Z PASS [ 5.984s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
42682024-08-01T06:17:52.429Z PASS [ 7.681s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
42692024-08-01T06:17:54.843Z PASS [ 8.312s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
42702024-08-01T06:17:54.863Z PASS [ 8.251s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
42712024-08-01T06:17:55.051Z PASS [ 7.470s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
42722024-08-01T06:17:55.097Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
42732024-08-01T06:17:55.505Z PASS [ 7.893s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
42742024-08-01T06:17:55.895Z PASS [ 8.012s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
42752024-08-01T06:17:57.375Z PASS [ 7.382s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
42762024-08-01T06:17:57.665Z PASS [ 7.434s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
42772024-08-01T06:17:59.235Z PASS [ 6.805s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
42782024-08-01T06:18:02.446Z PASS [ 7.601s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
42792024-08-01T06:18:03.404Z PASS [ 7.508s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
42802024-08-01T06:18:03.734Z PASS [ 8.221s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
42812024-08-01T06:18:03.758Z PASS [ 8.660s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
42822024-08-01T06:18:04.625Z PASS [ 6.964s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
42832024-08-01T06:18:05.246Z PASS [ 7.870s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
42842024-08-01T06:18:06.650Z PASS [ 7.414s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
42852024-08-01T06:18:08.108Z PASS [ 13.243s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
42862024-08-01T06:18:09.528Z PASS [ 7.081s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
42872024-08-01T06:18:09.570Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
42882024-08-01T06:18:10.931Z PASS [ 7.526s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
42892024-08-01T06:18:10.969Z PASS [ 0.039s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
42902024-08-01T06:18:11.011Z PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
42912024-08-01T06:18:11.334Z PASS [ 7.606s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
42922024-08-01T06:18:11.340Z PASS [ 7.583s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
42932024-08-01T06:18:11.370Z PASS [ 0.036s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
42942024-08-01T06:18:12.448Z PASS [ 1.077s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
42952024-08-01T06:18:13.238Z PASS [ 8.611s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
42962024-08-01T06:18:13.452Z PASS [ 8.207s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
42972024-08-01T06:18:13.500Z PASS [ 0.264s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
42982024-08-01T06:18:13.725Z PASS [ 0.273s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
42992024-08-01T06:18:13.796Z PASS [ 0.295s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
43002024-08-01T06:18:14.023Z PASS [ 0.298s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
43012024-08-01T06:18:14.712Z PASS [ 8.061s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
43022024-08-01T06:18:15.986Z PASS [ 7.877s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
43032024-08-01T06:18:16.568Z PASS [ 5.563s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
43042024-08-01T06:18:16.665Z PASS [ 0.097s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
43052024-08-01T06:18:16.709Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
43062024-08-01T06:18:16.747Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
43072024-08-01T06:18:16.782Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
43082024-08-01T06:18:16.815Z PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
43092024-08-01T06:18:17.020Z PASS [ 5.678s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
43102024-08-01T06:18:17.582Z PASS [ 5.135s] nexus-db-queries db::queries::region_allocation::test::explainable
43112024-08-01T06:18:18.789Z PASS [ 4.994s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
43122024-08-01T06:18:18.980Z PASS [ 4.956s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
43132024-08-01T06:18:19.677Z PASS [ 4.969s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
43142024-08-01T06:18:20.923Z PASS [ 11.353s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
43152024-08-01T06:18:21.012Z PASS [ 5.028s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
43162024-08-01T06:18:21.050Z PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix
43172024-08-01T06:18:21.407Z PASS [ 0.356s] nexus-inventory builder::test::test_basic
43182024-08-01T06:18:21.438Z PASS [ 0.031s] nexus-inventory builder::test::test_empty
43192024-08-01T06:18:21.479Z PASS [ 0.041s] nexus-inventory builder::test::test_problems
43202024-08-01T06:18:21.767Z PASS [ 4.950s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
43212024-08-01T06:18:21.925Z PASS [ 4.903s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
43222024-08-01T06:18:22.464Z PASS [ 0.538s] nexus-inventory collector::test::test_multi_mgs_failure
43232024-08-01T06:18:22.542Z PASS [ 4.959s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
43242024-08-01T06:18:22.738Z PASS [ 1.260s] nexus-inventory collector::test::test_basic
43252024-08-01T06:18:22.906Z PASS [ 1.137s] nexus-inventory collector::test::test_multi_mgs
43262024-08-01T06:18:23.316Z PASS [ 0.855s] nexus-inventory collector::test::test_sled_agent_failure
43272024-08-01T06:18:26.933Z PASS [ 7.253s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
43282024-08-01T06:18:27.780Z PASS [ 0.847s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
43292024-08-01T06:18:28.009Z PASS [ 0.228s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
43302024-08-01T06:18:28.057Z PASS [ 0.047s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
43312024-08-01T06:18:28.211Z PASS [ 0.155s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
43322024-08-01T06:18:29.001Z PASS [ 8.076s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
43332024-08-01T06:18:32.916Z PASS [ 10.177s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
43342024-08-01T06:18:32.945Z PASS [ 14.153s] nexus-db-queries policy_test::test_conferred_roles
43352024-08-01T06:18:33.049Z PASS [ 10.506s] nexus-metrics-producer-gc tests::test_prune_expired_producers
43362024-08-01T06:18:56.866Z PASS [ 37.883s] nexus-db-queries policy_test::test_iam_roles_behavior
43372024-08-01T06:18:57.736Z PASS [ 28.734s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
43382024-08-01T06:18:58.283Z PASS [ 25.337s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
43392024-08-01T06:18:58.313Z PASS [ 35.406s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
43402024-08-01T06:18:58.534Z PASS [ 0.222s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
43412024-08-01T06:18:58.584Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
43422024-08-01T06:18:58.646Z PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
43432024-08-01T06:18:58.742Z PASS [ 0.095s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
43442024-08-01T06:18:58.801Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
43452024-08-01T06:18:58.858Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
43462024-08-01T06:18:58.915Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
43472024-08-01T06:18:58.962Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
43482024-08-01T06:18:59.020Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
43492024-08-01T06:18:59.100Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
43502024-08-01T06:18:59.181Z PASS [ 0.091s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
43512024-08-01T06:18:59.310Z PASS [ 0.134s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
43522024-08-01T06:18:59.373Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
43532024-08-01T06:18:59.399Z PASS [ 26.463s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
43542024-08-01T06:18:59.432Z PASS [ 0.037s] nexus-reconfigurator-planning ip_allocator::test::test_basic
43552024-08-01T06:18:59.449Z PASS [ 0.065s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
43562024-08-01T06:18:59.542Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
43572024-08-01T06:18:59.562Z PASS [ 0.149s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
43582024-08-01T06:18:59.630Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
43592024-08-01T06:18:59.647Z PASS [ 0.104s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
43602024-08-01T06:18:59.671Z PASS [ 0.037s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
43612024-08-01T06:18:59.721Z PASS [ 0.070s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
43622024-08-01T06:18:59.731Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
43632024-08-01T06:18:59.803Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
43642024-08-01T06:18:59.815Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
43652024-08-01T06:19:00.013Z PASS [ 0.189s] nexus-saga-recovery recovery::test::test_plan_basic
43662024-08-01T06:19:00.040Z PASS [ 0.234s] nexus-saga-recovery recovery::test::test_execution_basic
43672024-08-01T06:19:00.108Z PASS [ 0.105s] nexus-saga-recovery recovery::test::test_read_all_from_channel
43682024-08-01T06:19:00.125Z PASS [ 36.802s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
43692024-08-01T06:19:00.175Z PASS [ 0.049s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
43702024-08-01T06:19:00.270Z PASS [ 0.235s] nexus-saga-recovery test::test_basic
43712024-08-01T06:19:00.317Z PASS [ 0.035s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
43722024-08-01T06:19:00.366Z PASS [ 0.056s] nexus-types external_api::shared::test::test_policy_parsing
43732024-08-01T06:19:00.620Z PASS [ 0.237s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
43742024-08-01T06:19:00.698Z PASS [ 0.100s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
43752024-08-01T06:19:00.837Z PASS [ 0.138s] omicron-certificates tests::test_cert_extended_key_usage
43762024-08-01T06:19:00.969Z PASS [ 0.132s] omicron-certificates tests::test_common_name_is_validated
43772024-08-01T06:19:01.120Z PASS [ 0.151s] omicron-certificates tests::test_subject_alternate_names_are_validated
43782024-08-01T06:19:01.462Z PASS [ 28.411s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
43792024-08-01T06:19:06.650Z PASS [ 6.495s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
43802024-08-01T06:19:06.856Z PASS [ 5.736s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
43812024-08-01T06:19:06.899Z PASS [ 0.042s] omicron-common address::test::test_dns_subnets
43822024-08-01T06:19:06.931Z PASS [ 0.032s] omicron-common address::test::test_ip_range_checks_non_decreasing
43832024-08-01T06:19:06.977Z PASS [ 0.044s] omicron-common address::test::test_ip_range_enum_deserialization
43842024-08-01T06:19:06.987Z PASS [ 38.773s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
43852024-08-01T06:19:07.005Z PASS [ 0.029s] omicron-common address::test::test_ip_range_iter
43862024-08-01T06:19:07.022Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
43872024-08-01T06:19:07.036Z PASS [ 5.568s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
43882024-08-01T06:19:07.052Z PASS [ 0.040s] omicron-common address::test::test_ip_range_try_from
43892024-08-01T06:19:07.052Z PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize
43902024-08-01T06:19:07.080Z PASS [ 0.031s] omicron-common address::test::test_sled_address
43912024-08-01T06:19:07.080Z PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless
43922024-08-01T06:19:07.089Z PASS [ 0.036s] omicron-common api::external::error::test::test_context
43932024-08-01T06:19:07.112Z PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_pagination_examples
43942024-08-01T06:19:07.126Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
43952024-08-01T06:19:07.180Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
43962024-08-01T06:19:07.180Z PASS [ 0.070s] omicron-common api::external::http_pagination::test::test_scan_by_id
43972024-08-01T06:19:07.180Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_scan_by_name
43982024-08-01T06:19:07.203Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
43992024-08-01T06:19:07.220Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
44002024-08-01T06:19:07.220Z PASS [ 0.037s] omicron-common api::external::test::test_bytecount
44012024-08-01T06:19:07.236Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount_display
44022024-08-01T06:19:07.257Z PASS [ 0.038s] omicron-common api::external::test::test_firewall_deserialization
44032024-08-01T06:19:07.267Z PASS [ 0.055s] omicron-common api::external::test::test_digest
44042024-08-01T06:19:07.316Z PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str
44052024-08-01T06:19:07.329Z PASS [ 0.072s] omicron-common api::external::test::test_firewall_rule_target_parse
44062024-08-01T06:19:07.348Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_from_str
44072024-08-01T06:19:07.348Z PASS [ 0.103s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
44082024-08-01T06:19:07.360Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
44092024-08-01T06:19:07.416Z PASS [ 0.031s] omicron-common api::external::test::test_ipv6_net_operations
44102024-08-01T06:19:07.419Z PASS [ 0.046s] omicron-common api::external::test::test_mac_system_iterator
44112024-08-01T06:19:07.419Z PASS [ 0.048s] omicron-common api::external::test::test_mac_to_int_conversions
44122024-08-01T06:19:07.419Z PASS [ 0.046s] omicron-common api::external::test::test_macaddr
44132024-08-01T06:19:07.430Z PASS [ 0.038s] omicron-common api::external::test::test_name_parse
44142024-08-01T06:19:07.437Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse_from_param
44152024-08-01T06:19:07.459Z PASS [ 0.031s] omicron-common api::external::test::test_resource_name_parse
44162024-08-01T06:19:07.459Z PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse
44172024-08-01T06:19:07.514Z PASS [ 0.037s] omicron-common api::external::test::test_semver_serialize
44182024-08-01T06:19:07.514Z PASS [ 0.058s] omicron-common api::external::test::test_route_destination_parse
44192024-08-01T06:19:07.522Z PASS [ 0.076s] omicron-common api::external::test::test_route_target_parse
44202024-08-01T06:19:07.531Z PASS [ 0.034s] omicron-common api::external::test::test_semver_validation
44212024-08-01T06:19:07.539Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
44222024-08-01T06:19:07.549Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
44232024-08-01T06:19:07.556Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
44242024-08-01T06:19:07.565Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
44252024-08-01T06:19:07.635Z PASS [ 0.049s] omicron-common ledger::test::test_create_default_ledger
44262024-08-01T06:19:07.635Z PASS [ 0.041s] omicron-common ledger::test::test_create_ledger_reads_from_storage
44272024-08-01T06:19:07.635Z PASS [ 0.056s] omicron-common ledger::test::test_commit_handles_write_failures
44282024-08-01T06:19:07.645Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
44292024-08-01T06:19:07.653Z PASS [ 0.038s] omicron-common update::tests::serde_artifact_kind
44302024-08-01T06:19:07.688Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_internal_zpool_name
44312024-08-01T06:19:07.721Z PASS [ 0.055s] omicron-common zpool_name::test::test_parse_external_zpool_name
44322024-08-01T06:19:07.721Z PASS [ 0.074s] omicron-common zpool_name::test::test_parse_bad_zpool_names
44332024-08-01T06:19:07.729Z PASS [ 0.043s] omicron-common zpool_name::test::test_parse_zpool_name_json
44342024-08-01T06:19:07.736Z PASS [ 0.041s] omicron-common zpool_name::test::test_zpool_name_regex
44352024-08-01T06:19:07.904Z PASS [ 0.197s] omicron-dev::test_omicron_dev test_cert_create
44362024-08-01T06:19:08.015Z PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
44372024-08-01T06:19:08.107Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
44382024-08-01T06:19:08.203Z PASS [ 0.095s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
44392024-08-01T06:19:08.314Z PASS [ 0.113s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
44402024-08-01T06:19:11.188Z PASS [ 11.065s] nexus-types deployment::tri_map::tests::proptest_ops
44412024-08-01T06:19:11.270Z PASS [ 0.082s] omicron-gateway management_switch::location_map::tests::test_config_validation
44422024-08-01T06:19:11.325Z PASS [ 0.055s] omicron-gateway management_switch::location_map::tests::test_resolve_location
44432024-08-01T06:19:11.842Z PASS [ 5.192s] omicron-cockroach-admin context::tests::test_node_id
44442024-08-01T06:19:11.911Z PASS [ 0.586s] omicron-gateway::test_all integration_tests::component_list::component_list
44452024-08-01T06:19:12.103Z PASS [ 0.188s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
44462024-08-01T06:19:12.157Z PASS [ 0.291s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
44472024-08-01T06:19:12.324Z PASS [ 0.215s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
44482024-08-01T06:19:13.426Z PASS [ 16.559s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
44492024-08-01T06:19:14.043Z PASS [ 6.312s] omicron-dev::test_omicron_dev test_db_killed
44502024-08-01T06:19:14.698Z PASS [ 16.960s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
44512024-08-01T06:19:14.775Z PASS [ 16.489s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
44522024-08-01T06:19:25.756Z PASS [ 17.438s] omicron-dev::test_omicron_dev test_run_all
44532024-08-01T06:19:31.345Z PASS [ 23.606s] omicron-dev::test_omicron_dev test_db_run
44542024-08-01T06:19:36.602Z PASS [ 22.405s] omicron-nexus app::background::driver::test::test_driver_basic
44552024-08-01T06:19:36.635Z PASS [ 22.365s] omicron-nexus app::background::init::test::test_dns_propagation_basic
44562024-08-01T06:19:37.126Z PASS [ 24.990s] omicron-nexus app::background::driver::test::test_activation_in_progress
44572024-08-01T06:19:41.140Z PASS [ 27.096s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
44582024-08-01T06:19:41.188Z PASS [ 0.048s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
44592024-08-01T06:19:41.549Z PASS [ 26.775s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
44602024-08-01T06:19:41.716Z PASS [ 6.995s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
44612024-08-01T06:19:41.856Z PASS [ 27.158s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
44622024-08-01T06:19:43.120Z PASS [ 7.325s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
44632024-08-01T06:19:44.434Z PASS [ 18.679s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
44642024-08-01T06:19:44.573Z PASS [ 7.447s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
44652024-08-01T06:19:47.124Z PASS [ 15.767s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
44662024-08-01T06:20:00.880Z PASS [ 19.691s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
44672024-08-01T06:20:01.055Z PASS [ 19.337s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
44682024-08-01T06:20:01.166Z PASS [ 19.307s] omicron-nexus app::background::tasks::dns_config::test::test_basic
44692024-08-01T06:20:01.403Z PASS [ 19.850s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
44702024-08-01T06:20:03.494Z PASS [ 20.371s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
44712024-08-01T06:20:04.854Z PASS [ 20.419s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
44722024-08-01T06:20:06.257Z PASS [ 18.929s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
44732024-08-01T06:20:12.868Z PASS [ 6.824s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
44742024-08-01T06:20:19.601Z PASS [ 18.720s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
44752024-08-01T06:20:19.937Z PASS [ 18.771s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
44762024-08-01T06:20:20.381Z PASS [ 19.325s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
44772024-08-01T06:20:20.433Z PASS [ 19.030s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
44782024-08-01T06:20:20.490Z PASS [ 0.109s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
44792024-08-01T06:20:20.591Z PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
44802024-08-01T06:20:20.643Z PASS [ 0.052s] omicron-nexus app::external_endpoints::test::test_no_endpoint
44812024-08-01T06:20:20.680Z PASS [ 0.743s] omicron-nexus app::external_endpoints::test::test_authority
44822024-08-01T06:20:20.703Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
44832024-08-01T06:20:21.029Z PASS [ 36.452s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
44842024-08-01T06:20:21.737Z PASS [ 18.244s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
44852024-08-01T06:20:22.256Z PASS [ 17.387s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
44862024-08-01T06:20:24.407Z PASS [ 3.973s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
44872024-08-01T06:20:25.172Z PASS [ 5.567s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
44882024-08-01T06:20:30.617Z PASS [ 17.747s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
44892024-08-01T06:20:47.153Z PASS [ 25.414s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
44902024-08-01T06:20:47.674Z PASS [ 26.645s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
44912024-08-01T06:20:49.195Z PASS [ 26.949s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
44922024-08-01T06:20:50.222Z PASS [ 29.535s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
44932024-08-01T06:20:50.376Z PASS [ 29.663s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
44942024-08-01T06:20:50.748Z PASS [ 26.339s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
44952024-08-01T06:21:18.536Z PASS [ 30.860s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
44962024-08-01T06:21:20.737Z PASS [ 30.517s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
44972024-08-01T06:21:20.970Z PASS [ 33.813s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
44982024-08-01T06:21:21.670Z PASS [ 32.474s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
44992024-08-01T06:21:23.024Z PASS [ 32.652s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
45002024-08-01T06:21:23.501Z PASS [ 32.751s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
45012024-08-01T06:21:25.175Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45022024-08-01T06:21:30.622Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45032024-08-01T06:21:50.757Z PASS [ 30.018s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
45042024-08-01T06:21:50.764Z PASS [ 32.228s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
45052024-08-01T06:21:54.626Z PASS [ 31.124s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
45062024-08-01T06:21:55.012Z PASS [ 31.987s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
45072024-08-01T06:21:55.482Z PASS [ 34.509s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
45082024-08-01T06:21:56.149Z PASS [ 34.477s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
45092024-08-01T06:22:18.184Z PASS [ 27.416s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
45102024-08-01T06:22:19.868Z PASS [ 24.385s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
45112024-08-01T06:22:20.145Z PASS [ 25.131s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
45122024-08-01T06:22:21.005Z PASS [ 24.855s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
45132024-08-01T06:22:24.999Z PASS [ 30.370s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
45142024-08-01T06:22:25.181Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45152024-08-01T06:22:30.627Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45162024-08-01T06:22:39.531Z PASS [ 19.384s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
45172024-08-01T06:22:39.540Z PASS [ 19.670s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
45182024-08-01T06:22:45.278Z PASS [ 27.091s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
45192024-08-01T06:22:49.789Z PASS [ 24.787s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
45202024-08-01T06:22:50.762Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
45212024-08-01T06:22:50.799Z PASS [ 29.792s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
45222024-08-01T06:22:50.852Z PASS [ 0.053s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
45232024-08-01T06:22:57.084Z PASS [ 17.552s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
45242024-08-01T06:23:05.803Z PASS [ 26.260s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
45252024-08-01T06:23:07.981Z PASS [ 77.217s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
45262024-08-01T06:23:18.574Z PASS [ 27.719s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
45272024-08-01T06:23:25.187Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45282024-08-01T06:23:25.369Z PASS [ 17.386s] omicron-nexus app::sagas::test_saga::test_saga_stuck
45292024-08-01T06:23:30.633Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45302024-08-01T06:23:31.061Z PASS [ 33.974s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
45312024-08-01T06:23:36.598Z PASS [ 5.537s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
45322024-08-01T06:23:36.655Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_accept_gz
45332024-08-01T06:23:36.703Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
45342024-08-01T06:23:36.755Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
45352024-08-01T06:23:36.808Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
45362024-08-01T06:23:36.860Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
45372024-08-01T06:23:36.920Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
45382024-08-01T06:23:36.972Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
45392024-08-01T06:23:37.036Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri
45402024-08-01T06:23:37.180Z PASS [ 0.146s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
45412024-08-01T06:23:38.175Z PASS [ 32.369s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
45422024-08-01T06:23:42.554Z PASS [ 23.979s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
45432024-08-01T06:23:44.654Z PASS [ 19.285s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
45442024-08-01T06:23:45.284Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
45452024-08-01T06:23:49.794Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
45462024-08-01T06:23:52.503Z PASS [ 62.710s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
45472024-08-01T06:23:53.888Z PASS [ 1.385s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
45482024-08-01T06:23:54.988Z PASS [ 1.099s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
45492024-08-01T06:23:55.146Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
45502024-08-01T06:23:56.685Z PASS [ 18.509s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
45512024-08-01T06:23:59.782Z PASS [ 17.227s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
45522024-08-01T06:24:05.009Z PASS [ 20.353s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
45532024-08-01T06:24:13.754Z PASS [ 18.608s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
45542024-08-01T06:24:14.722Z PASS [ 18.036s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
45552024-08-01T06:24:18.130Z PASS [ 18.346s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
45562024-08-01T06:24:22.381Z PASS [ 17.372s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
45572024-08-01T06:24:25.192Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45582024-08-01T06:24:30.640Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45592024-08-01T06:24:32.970Z PASS [ 18.247s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
45602024-08-01T06:24:33.366Z PASS [ 19.611s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
45612024-08-01T06:24:34.661Z PASS [ 16.530s] omicron-nexus::test_all integration_tests::basic::test_ping
45622024-08-01T06:24:37.186Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
45632024-08-01T06:24:45.288Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
45642024-08-01T06:24:46.771Z PASS [ 24.388s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
45652024-08-01T06:24:49.034Z PASS [ 71.852s] omicron-nexus populate::test::test_populators
45662024-08-01T06:24:50.233Z PASS [ 16.863s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
45672024-08-01T06:24:51.450Z PASS [ 16.787s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
45682024-08-01T06:25:02.222Z PASS [ 29.250s] omicron-nexus::test_all integration_tests::basic::test_projects_list
45692024-08-01T06:25:04.808Z PASS [ 18.035s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
45702024-08-01T06:25:07.545Z PASS [ 17.313s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
45712024-08-01T06:25:07.556Z PASS [ 18.519s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
45722024-08-01T06:25:09.890Z PASS [ 18.439s] omicron-nexus::test_all integration_tests::certificates::test_crud
45732024-08-01T06:25:10.021Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
45742024-08-01T06:25:10.870Z PASS [ 3.316s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
45752024-08-01T06:25:10.888Z PASS [ 3.344s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
45762024-08-01T06:25:11.228Z PASS [ 1.207s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
45772024-08-01T06:25:19.437Z PASS [ 17.212s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
45782024-08-01T06:25:25.197Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45792024-08-01T06:25:28.496Z PASS [ 23.688s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
45802024-08-01T06:25:28.762Z PASS [ 17.872s] omicron-nexus::test_all integration_tests::console_api::test_assets
45812024-08-01T06:25:28.968Z PASS [ 18.096s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
45822024-08-01T06:25:29.053Z PASS [ 17.821s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
45832024-08-01T06:25:30.643Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45842024-08-01T06:25:41.257Z PASS [ 21.819s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
45852024-08-01T06:25:45.294Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
45862024-08-01T06:25:47.107Z PASS [ 18.138s] omicron-nexus::test_all integration_tests::console_api::test_session_me
45872024-08-01T06:25:47.282Z PASS [ 18.230s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
45882024-08-01T06:25:47.382Z PASS [ 18.618s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
45892024-08-01T06:25:50.789Z PASS [ 22.291s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
45902024-08-01T06:26:04.106Z PASS [ 22.848s] omicron-nexus::test_all integration_tests::console_api::test_sessions
45912024-08-01T06:26:06.203Z PASS [ 19.093s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
45922024-08-01T06:26:06.863Z PASS [ 19.579s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
45932024-08-01T06:26:15.887Z PASS [ 28.502s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
45942024-08-01T06:26:25.204Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
45952024-08-01T06:26:29.736Z PASS [ 25.627s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
45962024-08-01T06:26:30.538Z PASS [ 39.744s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
45972024-08-01T06:26:30.648Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
45982024-08-01T06:26:32.035Z PASS [ 25.831s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
45992024-08-01T06:26:32.704Z PASS [ 25.839s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
46002024-08-01T06:26:39.446Z PASS [ 23.559s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
46012024-08-01T06:26:45.299Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46022024-08-01T06:26:55.446Z PASS [ 25.709s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
46032024-08-01T06:27:03.556Z PASS [ 24.108s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
46042024-08-01T06:27:05.397Z PASS [ 34.858s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
46052024-08-01T06:27:10.678Z PASS [ 38.640s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
46062024-08-01T06:27:19.775Z PASS [ 47.066s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
46072024-08-01T06:27:20.060Z PASS [ 24.611s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
46082024-08-01T06:27:23.060Z PASS [ 19.503s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
46092024-08-01T06:27:24.475Z PASS [ 19.076s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
46102024-08-01T06:27:25.209Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46112024-08-01T06:27:30.654Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46122024-08-01T06:27:35.674Z PASS [ 24.985s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
46132024-08-01T06:27:40.901Z PASS [ 21.125s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
46142024-08-01T06:27:45.304Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46152024-08-01T06:27:46.145Z PASS [ 26.084s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
46162024-08-01T06:27:49.756Z PASS [ 25.280s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
46172024-08-01T06:28:01.984Z PASS [ 38.920s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
46182024-08-01T06:28:02.910Z PASS [ 27.243s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
46192024-08-01T06:28:08.257Z PASS [ 27.352s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
46202024-08-01T06:28:14.148Z PASS [ 27.998s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
46212024-08-01T06:28:15.230Z PASS [ 25.471s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
46222024-08-01T06:28:25.230Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46232024-08-01T06:28:28.859Z PASS [ 25.949s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
46242024-08-01T06:28:29.340Z PASS [ 27.322s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
46252024-08-01T06:28:30.659Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46262024-08-01T06:28:33.462Z PASS [ 25.205s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
46272024-08-01T06:28:39.276Z PASS [ 23.343s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
46282024-08-01T06:28:39.944Z PASS [ 354.634s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
46292024-08-01T06:28:40.982Z PASS [ 26.835s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
46302024-08-01T06:28:52.954Z PASS [ 24.092s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
46312024-08-01T06:28:56.658Z PASS [ 27.349s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
46322024-08-01T06:28:59.740Z PASS [ 26.275s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
46332024-08-01T06:29:09.753Z PASS [ 31.176s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
46342024-08-01T06:29:15.847Z PASS [ 35.908s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
46352024-08-01T06:29:16.333Z PASS [ 19.673s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
46362024-08-01T06:29:20.590Z PASS [ 39.604s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
46372024-08-01T06:29:25.218Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46382024-08-01T06:29:29.894Z PASS [ 30.154s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
46392024-08-01T06:29:30.663Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46402024-08-01T06:29:30.877Z PASS [ 21.125s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
46412024-08-01T06:29:34.446Z PASS [ 41.490s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
46422024-08-01T06:29:35.295Z PASS [ 18.961s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
46432024-08-01T06:29:39.063Z PASS [ 18.473s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
46442024-08-01T06:29:39.468Z PASS [ 0.404s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
46452024-08-01T06:29:40.126Z PASS [ 0.657s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
46462024-08-01T06:29:40.495Z PASS [ 0.370s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
46472024-08-01T06:29:40.952Z PASS [ 0.458s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
46482024-08-01T06:29:43.364Z PASS [ 552.706s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46492024-08-01T06:29:44.201Z PASS [ 558.992s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46502024-08-01T06:29:45.103Z PASS [ 29.253s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
46512024-08-01T06:29:49.007Z PASS [ 19.110s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
46522024-08-01T06:29:51.104Z PASS [ 20.221s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
46532024-08-01T06:29:54.516Z PASS [ 20.045s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
46542024-08-01T06:29:55.626Z PASS [ 20.328s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
46552024-08-01T06:30:06.058Z PASS [ 25.100s] omicron-nexus::test_all integration_tests::images::test_image_create
46562024-08-01T06:30:12.327Z PASS [ 27.160s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
46572024-08-01T06:30:12.347Z PASS [ 26.360s] omicron-nexus::test_all integration_tests::images::test_image_promotion
46582024-08-01T06:30:12.543Z PASS [ 28.340s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
46592024-08-01T06:30:13.445Z PASS [ 7.390s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
46602024-08-01T06:30:15.120Z PASS [ 26.113s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
46612024-08-01T06:30:16.304Z PASS [ 25.202s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
46622024-08-01T06:30:17.002Z PASS [ 21.375s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
46632024-08-01T06:30:18.015Z PASS [ 6.549s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
46642024-08-01T06:30:18.024Z PASS [ 23.529s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
46652024-08-01T06:30:19.022Z PASS [ 8.496s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
46662024-08-01T06:30:21.144Z PASS [ 8.600s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
46672024-08-01T06:30:38.325Z PASS [ 24.878s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
46682024-08-01T06:30:38.717Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
46692024-08-01T06:30:39.895Z PASS [ 20.874s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
46702024-08-01T06:30:47.805Z PASS [ 29.787s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
46712024-08-01T06:30:52.191Z PASS [ 32.041s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
46722024-08-01T06:30:54.560Z PASS [ 39.436s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
46732024-08-01T06:30:56.212Z PASS [ 39.208s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
46742024-08-01T06:30:57.609Z PASS [ 19.283s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
46752024-08-01T06:31:03.796Z PASS [ 42.650s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
46762024-08-01T06:31:07.570Z PASS [ 19.219s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
46772024-08-01T06:31:13.713Z PASS [ 25.908s] omicron-nexus::test_all integration_tests::instances::test_instance_access
46782024-08-01T06:31:17.482Z PASS [ 38.763s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
46792024-08-01T06:31:24.957Z PASS [ 30.395s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
46802024-08-01T06:31:28.214Z PASS [ 32.000s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
46812024-08-01T06:31:31.869Z PASS [ 34.256s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
46822024-08-01T06:31:38.604Z PASS [ 34.805s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
46832024-08-01T06:31:38.814Z PASS [ 31.243s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
46842024-08-01T06:31:39.901Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
46852024-08-01T06:31:47.255Z PASS [ 33.539s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
46862024-08-01T06:31:56.262Z PASS [ 28.045s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
46872024-08-01T06:31:57.073Z PASS [ 39.588s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
46882024-08-01T06:31:57.154Z PASS [ 25.285s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
46892024-08-01T06:32:01.514Z PASS [ 81.613s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
46902024-08-01T06:32:15.694Z PASS [ 37.088s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
46912024-08-01T06:32:16.141Z PASS [ 51.180s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
46922024-08-01T06:32:17.559Z PASS [ 38.743s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
46932024-08-01T06:32:21.835Z PASS [ 34.578s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
46942024-08-01T06:32:30.485Z PASS [ 34.223s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
46952024-08-01T06:32:31.086Z PASS [ 34.011s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
46962024-08-01T06:32:35.047Z PASS [ 18.905s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
46972024-08-01T06:32:35.271Z PASS [ 33.756s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
46982024-08-01T06:32:36.458Z PASS [ 39.301s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
46992024-08-01T06:32:41.543Z PASS [ 19.703s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
47002024-08-01T06:32:49.488Z PASS [ 31.925s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
47012024-08-01T06:32:53.764Z PASS [ 38.067s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
47022024-08-01T06:32:54.251Z PASS [ 19.203s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
47032024-08-01T06:32:56.771Z PASS [ 25.683s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
47042024-08-01T06:32:57.707Z PASS [ 27.218s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
47052024-08-01T06:33:03.219Z PASS [ 26.759s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
47062024-08-01T06:33:06.345Z PASS [ 16.856s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
47072024-08-01T06:33:11.316Z PASS [ 29.775s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
47082024-08-01T06:33:13.285Z PASS [ 19.518s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
47092024-08-01T06:33:13.935Z PASS [ 38.660s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
47102024-08-01T06:33:14.808Z PASS [ 20.555s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
47112024-08-01T06:33:15.371Z PASS [ 17.664s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
47122024-08-01T06:33:15.733Z PASS [ 18.961s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
47132024-08-01T06:33:25.374Z PASS [ 22.153s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
47142024-08-01T06:33:25.786Z PASS [ 19.440s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
47152024-08-01T06:33:32.174Z PASS [ 20.856s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
47162024-08-01T06:33:32.870Z PASS [ 19.585s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
47172024-08-01T06:33:33.203Z PASS [ 19.267s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
47182024-08-01T06:33:34.087Z PASS [ 19.278s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
47192024-08-01T06:33:34.359Z PASS [ 18.985s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
47202024-08-01T06:33:34.849Z PASS [ 19.114s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
47212024-08-01T06:33:46.432Z PASS [ 20.643s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
47222024-08-01T06:33:47.172Z PASS [ 21.796s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
47232024-08-01T06:33:52.274Z PASS [ 19.069s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
47242024-08-01T06:33:54.850Z PASS [ 21.978s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
47252024-08-01T06:33:56.274Z PASS [ 24.100s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
47262024-08-01T06:34:03.632Z PASS [ 29.543s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
47272024-08-01T06:34:04.391Z PASS [ 17.958s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
47282024-08-01T06:34:05.590Z PASS [ 18.418s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
47292024-08-01T06:34:14.339Z PASS [ 22.063s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
47302024-08-01T06:34:19.615Z PASS [ 45.253s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
47312024-08-01T06:34:27.826Z PASS [ 32.974s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
47322024-08-01T06:34:28.888Z PASS [ 25.254s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
47332024-08-01T06:34:29.156Z PASS [ 24.763s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
47342024-08-01T06:34:31.490Z PASS [ 25.898s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
47352024-08-01T06:34:31.688Z PASS [ 56.833s] omicron-nexus::test_all integration_tests::metrics::test_metrics
47362024-08-01T06:34:45.611Z PASS [ 49.331s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
47372024-08-01T06:34:54.457Z PASS [ 26.628s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
47382024-08-01T06:35:00.102Z PASS [ 45.760s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
47392024-08-01T06:35:05.035Z PASS [ 33.541s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
47402024-08-01T06:35:05.893Z PASS [ 34.203s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
47412024-08-01T06:35:06.321Z PASS [ 46.703s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
47422024-08-01T06:35:07.226Z PASS [ 38.065s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
47432024-08-01T06:35:08.810Z PASS [ 23.196s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
47442024-08-01T06:35:16.247Z PASS [ 47.356s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
47452024-08-01T06:35:27.916Z PASS [ 21.593s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
47462024-08-01T06:35:28.568Z PASS [ 22.672s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
47472024-08-01T06:35:32.804Z PASS [ 25.578s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
47482024-08-01T06:35:33.092Z PASS [ 24.283s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
47492024-08-01T06:35:35.499Z PASS [ 19.242s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
47502024-08-01T06:35:40.830Z PASS [ 46.371s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
47512024-08-01T06:35:48.987Z PASS [ 48.882s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
47522024-08-01T06:35:52.606Z PASS [ 24.688s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
47532024-08-01T06:35:53.699Z PASS [ 20.605s] omicron-nexus::test_all integration_tests::projects::test_projects
47542024-08-01T06:35:54.233Z PASS [ 21.422s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
47552024-08-01T06:35:56.116Z PASS [ 20.625s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
47562024-08-01T06:35:56.589Z PASS [ 28.019s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
47572024-08-01T06:35:56.778Z PASS [ 51.738s] omicron-nexus::test_all integration_tests::password_login::test_local_users
47582024-08-01T06:36:06.566Z PASS [ 17.577s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
47592024-08-01T06:36:11.375Z PASS [ 18.768s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
47602024-08-01T06:36:14.176Z PASS [ 20.471s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
47612024-08-01T06:36:14.259Z PASS [ 20.030s] omicron-nexus::test_all integration_tests::rack::test_sled_add
47622024-08-01T06:36:15.006Z PASS [ 18.889s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
47632024-08-01T06:36:15.189Z PASS [ 18.601s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
47642024-08-01T06:36:15.522Z PASS [ 0.328s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
47652024-08-01T06:36:16.025Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
47662024-08-01T06:36:17.648Z PASS [ 3.391s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
47672024-08-01T06:36:18.415Z PASS [ 3.408s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
47682024-08-01T06:36:18.913Z PASS [ 3.395s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
47692024-08-01T06:36:19.409Z PASS [ 3.384s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
47702024-08-01T06:36:21.997Z PASS [ 15.430s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
47712024-08-01T06:36:24.615Z PASS [ 43.782s] omicron-nexus::test_all integration_tests::quotas::test_quotas
47722024-08-01T06:36:24.733Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
47732024-08-01T06:36:24.837Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
47742024-08-01T06:36:24.943Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
47752024-08-01T06:36:25.059Z PASS [ 0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
47762024-08-01T06:36:25.170Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
47772024-08-01T06:36:27.544Z PASS [ 16.164s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
47782024-08-01T06:36:33.469Z PASS [ 19.297s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
47792024-08-01T06:36:41.057Z PASS [ 21.648s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
47802024-08-01T06:36:41.184Z PASS [ 22.767s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
47812024-08-01T06:36:41.506Z PASS [ 23.855s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
47822024-08-01T06:36:44.513Z PASS [ 22.513s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
47832024-08-01T06:36:44.643Z PASS [ 0.132s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
47842024-08-01T06:36:45.012Z PASS [ 19.846s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
47852024-08-01T06:36:45.597Z PASS [ 18.055s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
47862024-08-01T06:36:45.701Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
47872024-08-01T06:36:45.796Z PASS [ 0.096s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
47882024-08-01T06:36:46.326Z PASS [ 27.409s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
47892024-08-01T06:36:50.771Z PASS [ 17.299s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
47902024-08-01T06:37:00.928Z PASS [ 19.870s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
47912024-08-01T06:37:00.966Z PASS [ 19.790s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
47922024-08-01T06:37:01.297Z PASS [ 19.798s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
47932024-08-01T06:37:04.701Z PASS [ 20.065s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
47942024-08-01T06:37:04.835Z PASS [ 19.821s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
47952024-08-01T06:37:04.952Z PASS [ 19.163s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
47962024-08-01T06:37:05.610Z PASS [ 19.293s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
47972024-08-01T06:37:06.571Z PASS [ 15.809s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
47982024-08-01T06:37:12.033Z PASS [ 11.105s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
47992024-08-01T06:37:13.011Z PASS [ 8.179s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
48002024-08-01T06:37:19.964Z PASS [ 7.930s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
48012024-08-01T06:37:20.938Z PASS [ 7.926s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
48022024-08-01T06:37:27.844Z PASS [ 7.880s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
48032024-08-01T06:37:28.809Z PASS [ 7.871s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
48042024-08-01T06:37:35.756Z PASS [ 7.911s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
48052024-08-01T06:37:40.420Z PASS [ 4.664s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
48062024-08-01T06:38:15.894Z PASS [ 47.081s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
48072024-08-01T06:38:16.839Z PASS [ 36.416s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
48082024-08-01T06:38:34.191Z PASS [ 18.296s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
48092024-08-01T06:38:48.044Z PASS [ 31.183s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
48102024-08-01T06:39:02.309Z PASS [ 14.262s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
48112024-08-01T06:39:02.414Z PASS [ 14.387s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
48122024-08-01T06:39:02.927Z PASS [ 14.895s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
48132024-08-01T06:39:03.398Z PASS [ 15.352s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
48142024-08-01T06:39:13.864Z PASS [ 39.656s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
48152024-08-01T06:39:18.116Z PASS [ 15.811s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
48162024-08-01T06:39:18.251Z PASS [ 15.320s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
48172024-08-01T06:39:18.333Z PASS [ 15.909s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
48182024-08-01T06:39:18.511Z PASS [ 15.111s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
48192024-08-01T06:39:33.746Z PASS [ 19.888s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
48202024-08-01T06:39:34.233Z PASS [ 20.363s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
48212024-08-01T06:39:34.438Z PASS [ 20.574s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
48222024-08-01T06:39:35.764Z PASS [ 21.910s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
48232024-08-01T06:39:38.161Z PASS [ 20.044s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
48242024-08-01T06:39:38.400Z PASS [ 20.146s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
48252024-08-01T06:39:38.616Z PASS [ 20.102s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
48262024-08-01T06:39:45.035Z PASS [ 26.107s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
48272024-08-01T06:39:54.690Z PASS [ 20.250s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
48282024-08-01T06:39:54.947Z PASS [ 20.713s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
48292024-08-01T06:39:56.533Z PASS [ 20.767s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
48302024-08-01T06:39:56.738Z PASS [ 22.983s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
48312024-08-01T06:39:57.458Z PASS [ 19.059s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
48322024-08-01T06:39:57.776Z PASS [ 19.613s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
48332024-08-01T06:40:00.745Z PASS [ 22.129s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
48342024-08-01T06:40:11.132Z PASS [ 26.693s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
48352024-08-01T06:40:16.216Z PASS [ 21.523s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
48362024-08-01T06:40:16.518Z PASS [ 19.984s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
48372024-08-01T06:40:17.421Z PASS [ 19.960s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
48382024-08-01T06:40:20.693Z PASS [ 25.743s] omicron-nexus::test_all integration_tests::silos::test_silos
48392024-08-01T06:40:21.140Z PASS [ 20.393s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
48402024-08-01T06:40:23.155Z PASS [ 25.373s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
48412024-08-01T06:40:25.097Z PASS [ 28.363s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
48422024-08-01T06:40:36.996Z PASS [ 19.573s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
48432024-08-01T06:40:41.612Z PASS [ 30.482s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
48442024-08-01T06:40:41.866Z PASS [ 21.171s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
48452024-08-01T06:40:42.756Z PASS [ 21.616s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
48462024-08-01T06:40:43.642Z PASS [ 20.490s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
48472024-08-01T06:40:46.288Z PASS [ 29.769s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
48482024-08-01T06:40:46.551Z PASS [ 30.334s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
48492024-08-01T06:40:47.063Z PASS [ 4.303s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
48502024-08-01T06:40:47.636Z PASS [ 1.347s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
48512024-08-01T06:40:48.122Z PASS [ 4.480s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
48522024-08-01T06:40:50.975Z PASS [ 4.423s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
48532024-08-01T06:40:51.436Z PASS [ 4.372s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
48542024-08-01T06:40:54.359Z PASS [ 2.925s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
48552024-08-01T06:40:57.249Z PASS [ 32.150s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
48562024-08-01T06:41:05.304Z PASS [ 28.307s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
48572024-08-01T06:41:06.960Z PASS [ 19.321s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
48582024-08-01T06:41:08.062Z PASS [ 26.195s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
48592024-08-01T06:41:10.363Z PASS [ 28.746s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
48602024-08-01T06:41:12.140Z PASS [ 17.780s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
48612024-08-01T06:41:18.452Z PASS [ 21.188s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
48622024-08-01T06:41:22.900Z PASS [ 34.776s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
48632024-08-01T06:41:23.262Z PASS [ 17.957s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
48642024-08-01T06:41:26.508Z PASS [ 19.546s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
48652024-08-01T06:41:39.106Z PASS [ 28.743s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
48662024-08-01T06:41:41.100Z PASS [ 33.036s] omicron-nexus::test_all integration_tests::utilization::test_utilization
48672024-08-01T06:41:42.900Z PASS [ 30.757s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
48682024-08-01T06:41:47.816Z PASS [ 29.376s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
48692024-08-01T06:41:50.980Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
48702024-08-01T06:41:51.751Z PASS [ 28.848s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
48712024-08-01T06:41:51.783Z PASS [ 28.517s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
48722024-08-01T06:41:55.726Z PASS [ 29.216s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
48732024-08-01T06:42:08.990Z PASS [ 29.881s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
48742024-08-01T06:42:10.668Z PASS [ 29.565s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
48752024-08-01T06:42:12.332Z PASS [ 29.425s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
48762024-08-01T06:42:14.697Z PASS [ 26.875s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
48772024-08-01T06:42:16.092Z PASS [ 24.339s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
48782024-08-01T06:42:20.173Z PASS [ 89.192s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
48792024-08-01T06:42:25.448Z PASS [ 33.655s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
48802024-08-01T06:42:28.782Z PASS [ 33.055s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
48812024-08-01T06:42:43.514Z PASS [ 27.420s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
48822024-08-01T06:42:46.293Z PASS [ 37.302s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
48832024-08-01T06:42:46.696Z PASS [ 17.912s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
48842024-08-01T06:42:47.214Z PASS [ 36.545s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
48852024-08-01T06:42:48.199Z PASS [ 35.869s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
48862024-08-01T06:42:50.810Z PASS [ 30.634s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
48872024-08-01T06:42:51.798Z PASS [ 37.101s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
48882024-08-01T06:42:52.836Z PASS [ 27.385s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
48892024-08-01T06:43:02.658Z PASS [ 19.143s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
48902024-08-01T06:43:05.662Z PASS [ 19.367s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
48912024-08-01T06:43:05.704Z PASS [ 19.006s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
48922024-08-01T06:43:06.500Z PASS [ 19.285s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
48932024-08-01T06:43:07.570Z PASS [ 19.370s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
48942024-08-01T06:43:09.119Z PASS [ 18.308s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
48952024-08-01T06:43:09.773Z PASS [ 17.950s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
48962024-08-01T06:43:10.706Z PASS [ 17.879s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
48972024-08-01T06:43:23.749Z PASS [ 21.090s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
48982024-08-01T06:43:24.462Z PASS [ 18.759s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
48992024-08-01T06:43:24.817Z PASS [ 19.155s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
49002024-08-01T06:43:25.116Z PASS [ 18.612s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
49012024-08-01T06:43:26.562Z PASS [ 18.991s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
49022024-08-01T06:43:27.024Z PASS [ 17.903s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
49032024-08-01T06:43:27.397Z PASS [ 17.647s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
49042024-08-01T06:43:28.872Z PASS [ 18.164s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
49052024-08-01T06:43:42.980Z PASS [ 19.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
49062024-08-01T06:43:43.927Z PASS [ 19.463s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
49072024-08-01T06:43:44.181Z PASS [ 19.066s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
49082024-08-01T06:43:44.240Z PASS [ 19.419s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
49092024-08-01T06:43:45.219Z PASS [ 18.656s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
49102024-08-01T06:43:46.522Z PASS [ 19.491s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
49112024-08-01T06:43:46.801Z PASS [ 19.403s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
49122024-08-01T06:43:48.119Z PASS [ 19.245s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
49132024-08-01T06:44:03.950Z PASS [ 20.967s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
49142024-08-01T06:44:04.161Z PASS [ 20.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
49152024-08-01T06:44:05.109Z PASS [ 20.868s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
49162024-08-01T06:44:07.717Z PASS [ 23.534s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
49172024-08-01T06:44:08.236Z PASS [ 23.015s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
49182024-08-01T06:44:11.908Z PASS [ 25.103s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
49192024-08-01T06:44:13.379Z PASS [ 26.860s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
49202024-08-01T06:44:13.472Z PASS [ 0.093s] omicron-package dot::test::test_bad_dependency
49212024-08-01T06:44:13.510Z PASS [ 0.037s] omicron-package dot::test::test_dot_output
49222024-08-01T06:44:18.213Z PASS [ 6.305s] omicron-omdb::test_all_output test_omdb_usage_errors
49232024-08-01T06:44:18.238Z PASS [ 0.026s] omicron-passwords test::test_password_constraints
49242024-08-01T06:44:21.097Z PASS [ 7.586s] omicron-passwords test::test_compatible
49252024-08-01T06:44:21.133Z PASS [ 2.895s] omicron-passwords test::test_reproducible
49262024-08-01T06:44:21.177Z PASS [ 0.044s] omicron-passwords test::test_stable
49272024-08-01T06:44:21.203Z PASS [ 0.027s] omicron-passwords test::test_weak_hashes
49282024-08-01T06:44:21.227Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
49292024-08-01T06:44:21.281Z PASS [ 0.050s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
49302024-08-01T06:44:21.308Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
49312024-08-01T06:44:21.635Z PASS [ 0.328s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
49322024-08-01T06:44:22.244Z PASS [ 0.608s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
49332024-08-01T06:44:22.338Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
49342024-08-01T06:44:22.484Z PASS [ 0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
49352024-08-01T06:44:22.575Z PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
49362024-08-01T06:44:23.149Z PASS [ 0.574s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
49372024-08-01T06:44:23.214Z PASS [ 0.066s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
49382024-08-01T06:44:23.272Z PASS [ 0.056s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
49392024-08-01T06:44:23.329Z PASS [ 0.053s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
49402024-08-01T06:44:23.379Z PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
49412024-08-01T06:44:23.415Z PASS [ 0.036s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
49422024-08-01T06:44:23.450Z PASS [ 0.035s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
49432024-08-01T06:44:23.502Z PASS [ 0.050s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
49442024-08-01T06:44:23.542Z PASS [ 0.040s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
49452024-08-01T06:44:23.583Z PASS [ 0.042s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
49462024-08-01T06:44:23.622Z PASS [ 0.040s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
49472024-08-01T06:44:23.657Z PASS [ 0.033s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
49482024-08-01T06:44:23.690Z PASS [ 0.034s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
49492024-08-01T06:44:23.751Z PASS [ 0.061s] omicron-sled-agent config::test::test_smf_configs
49502024-08-01T06:44:23.814Z PASS [ 0.063s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
49512024-08-01T06:44:23.849Z PASS [ 0.036s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
49522024-08-01T06:44:23.879Z PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
49532024-08-01T06:44:23.915Z PASS [ 0.034s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
49542024-08-01T06:44:23.954Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
49552024-08-01T06:44:23.994Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
49562024-08-01T06:44:26.719Z PASS [ 2.726s] omicron-sled-agent instance::tests::test_instance_create_events_normal
49572024-08-01T06:44:27.396Z PASS [ 39.275s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
49582024-08-01T06:44:27.969Z PASS [ 23.807s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
49592024-08-01T06:44:28.352Z PASS [ 23.241s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
49602024-08-01T06:44:30.193Z PASS [ 2.790s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
49612024-08-01T06:44:30.193Z PASS [ 3.468s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
49622024-08-01T06:44:30.216Z PASS [ 0.031s] omicron-sled-agent probe_manager::test::probe_state_set_ops
49632024-08-01T06:44:30.223Z PASS [ 0.030s] omicron-sled-agent profile::tests::empty_profile
49642024-08-01T06:44:30.231Z PASS [ 22.513s] omicron-omdb::test_all_output test_omdb_env_settings
49652024-08-01T06:44:30.247Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance
49662024-08-01T06:44:30.254Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance
49672024-08-01T06:44:30.262Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_multiple
49682024-08-01T06:44:30.275Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_property
49692024-08-01T06:44:30.282Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_property_group
49702024-08-01T06:44:30.291Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_service
49712024-08-01T06:44:30.305Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_service_property_group
49722024-08-01T06:44:30.316Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
49732024-08-01T06:44:30.316Z PASS [ 2.343s] omicron-sled-agent instance::tests::test_instance_manager_creation
49742024-08-01T06:44:30.322Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
49752024-08-01T06:44:30.335Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
49762024-08-01T06:44:30.350Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
49772024-08-01T06:44:30.358Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
49782024-08-01T06:44:30.367Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
49792024-08-01T06:44:30.386Z PASS [ 0.035s] omicron-sled-agent services::test::test_all_zones_requests_schema
49802024-08-01T06:44:30.398Z PASS [ 0.063s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
49812024-08-01T06:44:30.405Z PASS [ 0.039s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
49822024-08-01T06:44:31.196Z PASS [ 27.243s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
49832024-08-01T06:44:32.801Z PASS [ 11.706s] omicron-passwords test::test_smoke
49842024-08-01T06:44:32.991Z PASS [ 2.585s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
49852024-08-01T06:44:33.023Z PASS [ 0.031s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
49862024-08-01T06:44:33.053Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
49872024-08-01T06:44:33.081Z PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
49882024-08-01T06:44:33.115Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
49892024-08-01T06:44:33.145Z PASS [ 0.030s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
49902024-08-01T06:44:33.150Z PASS [ 2.754s] omicron-sled-agent services::test::test_ensure_service_before_timesync
49912024-08-01T06:44:33.178Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
49922024-08-01T06:44:33.185Z PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
49932024-08-01T06:44:33.217Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components
49942024-08-01T06:44:33.248Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_sled_agent_version
49952024-08-01T06:44:33.254Z PASS [ 2.897s] omicron-sled-agent services::test::test_bad_generations
49962024-08-01T06:44:33.285Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_zone_version
49972024-08-01T06:44:33.312Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
49982024-08-01T06:44:33.350Z PASS [ 2.964s] omicron-sled-agent services::test::test_ensure_service
49992024-08-01T06:44:33.384Z PASS [ 0.128s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
50002024-08-01T06:44:33.419Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
50012024-08-01T06:44:33.765Z PASS [ 25.528s] omicron-omdb::test_all_output test_omdb_success_cases
50022024-08-01T06:44:34.155Z PASS [ 2.960s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
50032024-08-01T06:44:35.300Z PASS [ 2.497s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
50042024-08-01T06:44:35.352Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
50052024-08-01T06:44:35.382Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
50062024-08-01T06:44:35.431Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_disk_usage
50072024-08-01T06:44:35.460Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
50082024-08-01T06:44:35.486Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
50092024-08-01T06:44:35.506Z PASS [ 0.021s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
50102024-08-01T06:44:35.541Z PASS [ 2.191s] omicron-sled-agent zone_bundle::illumos_tests::test_context
50112024-08-01T06:44:36.019Z PASS [ 2.255s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
50122024-08-01T06:44:36.107Z PASS [ 0.599s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
50132024-08-01T06:44:36.112Z PASS [ 2.801s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
50142024-08-01T06:44:36.163Z PASS [ 0.049s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
50152024-08-01T06:44:36.195Z PASS [ 2.777s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
50162024-08-01T06:44:36.224Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
50172024-08-01T06:44:36.231Z PASS [ 0.124s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
50182024-08-01T06:44:36.251Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
50192024-08-01T06:44:36.276Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
50202024-08-01T06:44:36.315Z PASS [ 0.082s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
50212024-08-01T06:44:36.470Z PASS [ 0.927s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
50222024-08-01T06:44:36.478Z PASS [ 0.459s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
50232024-08-01T06:44:36.493Z PASS [ 0.215s] omicron-test-utils dev::db::test::test_bad_cmd
50242024-08-01T06:44:36.555Z PASS [ 0.062s] omicron-test-utils dev::db::test::test_make_pg_config_fail
50252024-08-01T06:44:36.584Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_make_pg_config_ok
50262024-08-01T06:44:36.617Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_abnormal
50272024-08-01T06:44:36.659Z PASS [ 0.040s] omicron-test-utils dev::db::test::test_process_exit_normal
50282024-08-01T06:44:36.740Z PASS [ 0.262s] omicron-test-utils dev::db::test::test_database_start_hang
50292024-08-01T06:44:36.749Z PASS [ 0.434s] omicron-test-utils dev::db::test::test_cmd_fails
50302024-08-01T06:44:36.959Z PASS [ 2.802s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
50312024-08-01T06:44:36.995Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir
50322024-08-01T06:44:37.059Z PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
50332024-08-01T06:44:37.090Z PASS [ 0.031s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
50342024-08-01T06:44:37.120Z PASS [ 0.031s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
50352024-08-01T06:44:37.160Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
50362024-08-01T06:44:37.196Z PASS [ 1.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
50372024-08-01T06:44:37.232Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
50382024-08-01T06:44:37.550Z LEAK [ 0.875s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
50392024-08-01T06:44:37.624Z PASS [ 0.391s] oximeter test::timeseries_schema_consistency
50402024-08-01T06:44:37.701Z PASS [ 0.166s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
50412024-08-01T06:44:37.774Z PASS [ 0.581s] openapi-manager check::tests::check_apis_up_to_date
50422024-08-01T06:44:37.926Z PASS [ 0.147s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
50432024-08-01T06:44:37.948Z PASS [ 0.323s] oximeter-collector agent::tests::test_self_stat_collection_count
50442024-08-01T06:44:37.957Z PASS [ 0.036s] oximeter-collector self_stats::tests::test_failure_reason_serialization
50452024-08-01T06:44:37.969Z PASS [ 0.268s] oximeter-collector agent::tests::test_self_stat_error_counter
50462024-08-01T06:44:38.046Z PASS [ 0.072s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
50472024-08-01T06:44:38.046Z PASS [ 0.082s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
50482024-08-01T06:44:38.064Z PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
50492024-08-01T06:44:38.357Z PASS [ 0.408s] oximeter-collector::test_commands test_oximeter_no_args
50502024-08-01T06:44:39.451Z PASS [ 1.405s] oximeter-db client::oxql::tests::test_get_entire_table
50512024-08-01T06:44:39.482Z PASS [ 1.418s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
50522024-08-01T06:44:39.556Z PASS [ 1.201s] oximeter-db client::oxql::tests::test_get_one_timeseries
50532024-08-01T06:44:39.564Z PASS [ 0.082s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
50542024-08-01T06:44:39.606Z PASS [ 0.052s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
50552024-08-01T06:44:40.760Z PASS [ 1.309s] oximeter-db client::oxql::tests::test_limit_operations
50562024-08-01T06:44:40.768Z PASS [ 7.589s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
50572024-08-01T06:44:41.148Z PASS [ 4.398s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
50582024-08-01T06:44:41.356Z PASS [ 4.885s] omicron-test-utils dev::db::test::test_database_concurrent
50592024-08-01T06:44:41.477Z PASS [ 0.716s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
50602024-08-01T06:44:41.642Z PASS [ 2.035s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
50612024-08-01T06:44:41.680Z PASS [ 0.038s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
50622024-08-01T06:44:41.717Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
50632024-08-01T06:44:41.752Z PASS [ 0.983s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
50642024-08-01T06:44:41.759Z PASS [ 0.043s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
50652024-08-01T06:44:41.785Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
50662024-08-01T06:44:42.092Z PASS [ 0.944s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
50672024-08-01T06:44:42.306Z PASS [ 0.950s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
50682024-08-01T06:44:42.337Z PASS [ 0.031s] oximeter-db client::tests::test_unravel_index
50692024-08-01T06:44:42.380Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
50702024-08-01T06:44:42.410Z PASS [ 0.030s] oximeter-db model::tests::test_db_bool
50712024-08-01T06:44:42.831Z PASS [ 1.068s] oximeter-db client::tests::test_select_all_field_types
50722024-08-01T06:44:42.865Z PASS [ 0.036s] oximeter-db model::tests::test_db_datum_type_conversion
50732024-08-01T06:44:42.902Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_list_conversion
50742024-08-01T06:44:42.934Z PASS [ 0.031s] oximeter-db model::tests::test_db_field_type_conversion
50752024-08-01T06:44:42.967Z PASS [ 0.035s] oximeter-db model::tests::test_db_histogram
50762024-08-01T06:44:43.067Z PASS [ 1.587s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
50772024-08-01T06:44:43.099Z PASS [ 0.689s] oximeter-db model::tests::test_db_bool_bad
50782024-08-01T06:44:43.109Z PASS [ 0.044s] oximeter-db model::tests::test_parse_bytes_measurement
50792024-08-01T06:44:43.129Z PASS [ 0.030s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
50802024-08-01T06:44:43.139Z PASS [ 0.031s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
50812024-08-01T06:44:43.158Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
50822024-08-01T06:44:43.165Z PASS [ 0.027s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
50832024-08-01T06:44:43.184Z PASS [ 0.206s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
50842024-08-01T06:44:43.274Z PASS [ 0.054s] oximeter-db model::tests::test_unroll_measurement_row
50852024-08-01T06:44:43.274Z PASS [ 0.046s] oximeter-db model::tests::test_unroll_missing_measurement_row
50862024-08-01T06:44:43.274Z PASS [ 0.062s] oximeter-db model::tests::test_unroll_from_source
50872024-08-01T06:44:43.367Z PASS [ 0.062s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
50882024-08-01T06:44:43.367Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
50892024-08-01T06:44:43.370Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_comparison
50902024-08-01T06:44:43.578Z PASS [ 0.093s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
50912024-08-01T06:44:43.584Z PASS [ 0.076s] oximeter-db oxql::ast::grammar::tests::test_double_literal
50922024-08-01T06:44:43.584Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
50932024-08-01T06:44:43.584Z PASS [ 0.087s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
50942024-08-01T06:44:43.584Z PASS [ 0.116s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
50952024-08-01T06:44:43.584Z PASS [ 0.086s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
50962024-08-01T06:44:43.584Z PASS [ 0.112s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
50972024-08-01T06:44:43.584Z PASS [ 0.056s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
50982024-08-01T06:44:43.604Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
50992024-08-01T06:44:43.628Z PASS [ 0.080s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
51002024-08-01T06:44:43.644Z PASS [ 0.072s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
51012024-08-01T06:44:43.658Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_group_by
51022024-08-01T06:44:43.673Z PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_ident
51032024-08-01T06:44:43.681Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
51042024-08-01T06:44:43.699Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
51052024-08-01T06:44:43.715Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
51062024-08-01T06:44:43.748Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
51072024-08-01T06:44:43.751Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
51082024-08-01T06:44:43.789Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
51092024-08-01T06:44:43.792Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
51102024-08-01T06:44:43.792Z PASS [ 0.066s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
51112024-08-01T06:44:43.838Z PASS [ 0.067s] oximeter-db oxql::ast::grammar::tests::test_query
51122024-08-01T06:44:43.887Z PASS [ 0.075s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
51132024-08-01T06:44:43.890Z PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
51142024-08-01T06:44:43.920Z PASS [ 0.066s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
51152024-08-01T06:44:43.927Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
51162024-08-01T06:44:43.949Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_reducer
51172024-08-01T06:44:43.963Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
51182024-08-01T06:44:43.979Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
51192024-08-01T06:44:43.991Z PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
51202024-08-01T06:44:44.012Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
51212024-08-01T06:44:44.031Z PASS [ 0.034s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
51222024-08-01T06:44:44.054Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
51232024-08-01T06:44:44.090Z PASS [ 0.053s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
51242024-08-01T06:44:44.121Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
51252024-08-01T06:44:44.121Z PASS [ 2.006s] oximeter-db client::tests::test_sql_query_output
51262024-08-01T06:44:44.139Z PASS [ 0.059s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
51272024-08-01T06:44:44.148Z PASS [ 0.049s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
51282024-08-01T06:44:44.156Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
51292024-08-01T06:44:44.170Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
51302024-08-01T06:44:44.177Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
51312024-08-01T06:44:44.184Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
51322024-08-01T06:44:44.204Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
51332024-08-01T06:44:44.210Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
51342024-08-01T06:44:44.216Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
51352024-08-01T06:44:44.229Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
51362024-08-01T06:44:44.236Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
51372024-08-01T06:44:44.245Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
51382024-08-01T06:44:44.264Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
51392024-08-01T06:44:44.274Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
51402024-08-01T06:44:44.282Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
51412024-08-01T06:44:44.300Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
51422024-08-01T06:44:44.308Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
51432024-08-01T06:44:44.315Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_bool
51442024-08-01T06:44:44.331Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_double
51452024-08-01T06:44:44.348Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
51462024-08-01T06:44:44.375Z PASS [ 0.041s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
51472024-08-01T06:44:44.375Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_integer
51482024-08-01T06:44:44.375Z PASS [ 0.035s] oximeter-db oxql::point::tests::test_cast_points_from_string
51492024-08-01T06:44:44.388Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_point_delta_between
51502024-08-01T06:44:44.395Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
51512024-08-01T06:44:44.401Z PASS [ 0.028s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
51522024-08-01T06:44:44.413Z PASS [ 0.026s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions
51532024-08-01T06:44:44.421Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits
51542024-08-01T06:44:44.428Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
51552024-08-01T06:44:44.444Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
51562024-08-01T06:44:44.451Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
51572024-08-01T06:44:44.457Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
51582024-08-01T06:44:44.473Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
51592024-08-01T06:44:44.481Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
51602024-08-01T06:44:44.491Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
51612024-08-01T06:44:44.510Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates
51622024-08-01T06:44:44.518Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
51632024-08-01T06:44:44.526Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
51642024-08-01T06:44:44.547Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
51652024-08-01T06:44:44.556Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_query_end_time
51662024-08-01T06:44:44.562Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
51672024-08-01T06:44:44.570Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
51682024-08-01T06:44:44.581Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
51692024-08-01T06:44:44.590Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
51702024-08-01T06:44:44.632Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_split_query
51712024-08-01T06:44:44.646Z PASS [ 0.050s] oximeter-db query::tests::test_field_selector_as_query
51722024-08-01T06:44:44.646Z PASS [ 0.058s] oximeter-db query::tests::test_field_cmp
51732024-08-01T06:44:44.651Z PASS [ 0.039s] oximeter-db query::tests::test_field_value_as_db_str
51742024-08-01T06:44:44.680Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_field_selectors
51752024-08-01T06:44:44.702Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_filter_raw
51762024-08-01T06:44:44.703Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_from_parts
51772024-08-01T06:44:44.722Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_limit_offset
51782024-08-01T06:44:44.731Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_full
51792024-08-01T06:44:44.742Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_no_fields
51802024-08-01T06:44:44.761Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_no_selectors
51812024-08-01T06:44:44.782Z PASS [ 0.041s] oximeter-db query::tests::test_time_range
51822024-08-01T06:44:44.792Z PASS [ 0.059s] oximeter-db query::tests::test_string_field_selector
51832024-08-01T06:44:44.809Z PASS [ 0.049s] oximeter-db sql::tests::test_allow_limit_offset
51842024-08-01T06:44:44.824Z PASS [ 0.040s] oximeter-db sql::tests::test_allow_subqueries
51852024-08-01T06:44:44.835Z PASS [ 0.042s] oximeter-db sql::tests::test_cannot_name_database
51862024-08-01T06:44:44.850Z PASS [ 0.042s] oximeter-db sql::tests::test_ctes_are_not_supported
51872024-08-01T06:44:44.868Z PASS [ 0.047s] oximeter-db sql::tests::test_function_allow_list
51882024-08-01T06:44:44.887Z PASS [ 0.036s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
51892024-08-01T06:44:44.905Z PASS [ 0.073s] oximeter-db sql::tests::test_join_must_be_inner
51902024-08-01T06:44:44.923Z PASS [ 0.055s] oximeter-db sql::tests::test_query_must_be_select_statement
51912024-08-01T06:44:44.931Z PASS [ 0.045s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
51922024-08-01T06:44:44.953Z PASS [ 0.045s] oximeter-db sql::tests::test_require_table_is_timeseries_name
51932024-08-01T06:44:44.969Z PASS [ 0.045s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
51942024-08-01T06:44:44.995Z PASS [ 0.046s] oximeter-db sql::tests::test_with_comma_join_fails
51952024-08-01T06:44:44.998Z PASS [ 0.038s] oximeter-db tests::test_timeseries_key_field_stability
51962024-08-01T06:44:45.010Z PASS [ 0.040s] oximeter-db tests::test_timeseries_key_sample_stability
51972024-08-01T06:44:45.019Z PASS [ 0.042s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
51982024-08-01T06:44:45.029Z PASS [ 0.040s] oximeter-impl histogram::tests::test_bin_range
51992024-08-01T06:44:45.038Z PASS [ 0.029s] oximeter-impl histogram::tests::test_bin_range_from
52002024-08-01T06:44:45.041Z PASS [ 0.027s] oximeter-impl histogram::tests::test_bin_range_to
52012024-08-01T06:44:45.064Z PASS [ 0.035s] oximeter-impl histogram::tests::test_empty_bins_not_supported
52022024-08-01T06:44:45.076Z PASS [ 0.036s] oximeter-impl histogram::tests::test_ensure_finite
52032024-08-01T06:44:45.087Z PASS [ 0.041s] oximeter-impl histogram::tests::test_histogram
52042024-08-01T06:44:45.099Z PASS [ 0.038s] oximeter-impl histogram::tests::test_histogram_construct_with
52052024-08-01T06:44:45.107Z PASS [ 0.034s] oximeter-impl histogram::tests::test_histogram_extreme_bins
52062024-08-01T06:44:45.117Z PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_extreme_samples
52072024-08-01T06:44:45.127Z PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_float_bins
52082024-08-01T06:44:45.135Z PASS [ 0.028s] oximeter-impl histogram::tests::test_histogram_unbounded_samples
52092024-08-01T06:44:45.145Z PASS [ 0.030s] oximeter-impl histogram::tests::test_histogram_unsorted_bins
52102024-08-01T06:44:45.153Z PASS [ 0.026s] oximeter-impl histogram::tests::test_histogram_with_bins
52112024-08-01T06:44:45.161Z PASS [ 0.026s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins
52122024-08-01T06:44:45.169Z PASS [ 0.024s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins
52132024-08-01T06:44:45.195Z PASS [ 0.032s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
52142024-08-01T06:44:45.206Z PASS [ 0.034s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
52152024-08-01T06:44:45.219Z PASS [ 0.065s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable
52162024-08-01T06:44:45.228Z PASS [ 0.035s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
52172024-08-01T06:44:45.237Z PASS [ 0.033s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
52182024-08-01T06:44:45.255Z PASS [ 0.027s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks
52192024-08-01T06:44:45.258Z PASS [ 0.027s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count
52202024-08-01T06:44:45.268Z PASS [ 0.031s] oximeter-impl histogram::tests::test_span_decades
52212024-08-01T06:44:45.275Z PASS [ 0.030s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64
52222024-08-01T06:44:45.282Z PASS [ 0.029s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok
52232024-08-01T06:44:45.291Z PASS [ 0.024s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
52242024-08-01T06:44:45.300Z PASS [ 0.023s] oximeter-impl quantile::tests::test_default_percentiles
52252024-08-01T06:44:45.308Z PASS [ 0.025s] oximeter-impl quantile::tests::test_empty_observations
52262024-08-01T06:44:45.315Z PASS [ 0.025s] oximeter-impl quantile::tests::test_find_cells
52272024-08-01T06:44:45.325Z PASS [ 0.024s] oximeter-impl quantile::tests::test_float_observations
52282024-08-01T06:44:45.334Z PASS [ 0.026s] oximeter-impl quantile::tests::test_integer_observations
52292024-08-01T06:44:45.342Z PASS [ 0.026s] oximeter-impl quantile::tests::test_invalid_p_value
52302024-08-01T06:44:45.351Z PASS [ 0.027s] oximeter-impl quantile::tests::test_max_p
52312024-08-01T06:44:45.360Z PASS [ 0.025s] oximeter-impl quantile::tests::test_min_p
52322024-08-01T06:44:45.368Z PASS [ 0.027s] oximeter-impl quantile::tests::test_non_filled_observations
52332024-08-01T06:44:45.382Z PASS [ 0.031s] oximeter-impl quantile::tests::test_rounding
52342024-08-01T06:44:45.413Z PASS [ 0.052s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
52352024-08-01T06:44:45.437Z PASS [ 0.038s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields
52362024-08-01T06:44:45.437Z PASS [ 0.052s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types
52372024-08-01T06:44:45.454Z PASS [ 0.041s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
52382024-08-01T06:44:45.463Z PASS [ 0.042s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
52392024-08-01T06:44:45.473Z PASS [ 0.037s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens
52402024-08-01T06:44:45.486Z PASS [ 0.032s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
52412024-08-01T06:44:45.499Z PASS [ 0.038s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names
52422024-08-01T06:44:45.506Z PASS [ 0.034s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
52432024-08-01T06:44:45.523Z PASS [ 0.038s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields
52442024-08-01T06:44:45.531Z PASS [ 0.024s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field
52452024-08-01T06:44:45.539Z PASS [ 0.039s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field
52462024-08-01T06:44:45.547Z PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric
52472024-08-01T06:44:45.554Z PASS [ 0.024s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
52482024-08-01T06:44:45.561Z PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions
52492024-08-01T06:44:45.570Z PASS [ 0.022s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first
52502024-08-01T06:44:45.577Z PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
52512024-08-01T06:44:45.589Z PASS [ 0.023s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions
52522024-08-01T06:44:45.599Z PASS [ 0.029s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name
52532024-08-01T06:44:45.611Z PASS [ 0.022s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names
52542024-08-01T06:44:45.614Z PASS [ 0.028s] oximeter-impl schema::ir::tests::fail_on_empty_target_name
52552024-08-01T06:44:45.624Z PASS [ 0.025s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name
52562024-08-01T06:44:45.631Z PASS [ 0.026s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics
52572024-08-01T06:44:45.641Z PASS [ 0.027s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in
52582024-08-01T06:44:45.661Z PASS [ 0.036s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries
52592024-08-01T06:44:45.678Z PASS [ 0.037s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version
52602024-08-01T06:44:45.681Z PASS [ 1.872s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
52612024-08-01T06:44:45.688Z PASS [ 0.046s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions
52622024-08-01T06:44:45.697Z PASS [ 0.035s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
52632024-08-01T06:44:45.706Z PASS [ 0.036s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
52642024-08-01T06:44:45.718Z PASS [ 0.041s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions
52652024-08-01T06:44:45.731Z PASS [ 0.030s] oximeter-impl schema::ir::tests::only_support_format_version_1
52662024-08-01T06:44:45.731Z PASS [ 0.039s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added
52672024-08-01T06:44:45.737Z PASS [ 0.033s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names
52682024-08-01T06:44:45.744Z PASS [ 0.027s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names
52692024-08-01T06:44:46.758Z PASS [ 0.027s] oximeter-impl schema::tests::test_field_schema_ordering
52702024-08-01T06:44:46.763Z PASS [ 0.029s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric
52712024-08-01T06:44:46.763Z PASS [ 0.030s] oximeter-impl schema::tests::test_timeseries_name
52722024-08-01T06:44:46.763Z PASS [ 0.035s] oximeter-impl schema::tests::test_timeseries_name_from_str
52732024-08-01T06:44:46.763Z PASS [ 0.035s] oximeter-impl schema::tests::test_timeseries_schema_from_parts
52742024-08-01T06:44:46.763Z PASS [ 0.033s] oximeter-impl schema::tests::test_timeseries_schema_from_sample
52752024-08-01T06:44:46.763Z PASS [ 0.033s] oximeter-impl test_util::tests::test_gen_test_samples
52762024-08-01T06:44:46.763Z PASS [ 0.027s] oximeter-impl traits::tests::test_metric_trait
52772024-08-01T06:44:46.763Z PASS [ 0.027s] oximeter-impl traits::tests::test_producer_trait
52782024-08-01T06:44:46.763Z PASS [ 0.021s] oximeter-impl traits::tests::test_target_trait
52792024-08-01T06:44:46.763Z PASS [ 0.026s] oximeter-impl types::tests::test_cumulative_f64
52802024-08-01T06:44:46.763Z PASS [ 0.026s] oximeter-impl types::tests::test_cumulative_i64
52812024-08-01T06:44:46.763Z PASS [ 0.025s] oximeter-impl types::tests::test_datum
52822024-08-01T06:44:46.763Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string
52832024-08-01T06:44:46.763Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8
52842024-08-01T06:44:46.763Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8
52852024-08-01T06:44:46.763Z PASS [ 0.020s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16
52862024-08-01T06:44:46.763Z PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16
52872024-08-01T06:44:46.763Z PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32
52882024-08-01T06:44:46.763Z PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32
52892024-08-01T06:44:46.763Z PASS [ 0.028s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64
52902024-08-01T06:44:46.763Z PASS [ 0.036s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64
52912024-08-01T06:44:46.763Z PASS [ 0.037s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid
52922024-08-01T06:44:46.763Z PASS [ 0.038s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
52932024-08-01T06:44:46.763Z PASS [ 0.039s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
52942024-08-01T06:44:46.763Z PASS [ 0.032s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
52952024-08-01T06:44:46.763Z PASS [ 0.024s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
52962024-08-01T06:44:46.763Z PASS [ 0.029s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
52972024-08-01T06:44:46.764Z PASS [ 0.027s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
52982024-08-01T06:44:46.764Z PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
52992024-08-01T06:44:46.764Z PASS [ 0.025s] oximeter-impl types::tests::test_measurement
53002024-08-01T06:44:46.764Z PASS [ 0.026s] oximeter-impl types::tests::test_sample_struct
53012024-08-01T06:44:46.764Z PASS [ 0.026s] oximeter-impl types::tests::test_verify_field_names
53022024-08-01T06:44:46.764Z PASS [ 0.049s] oximeter-instruments http::tests::test_normalize_uri_path
53032024-08-01T06:44:46.764Z PASS [ 0.063s] oximeter-instruments http::tests::test_latency_tracker
53042024-08-01T06:44:46.764Z PASS [ 0.190s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
53052024-08-01T06:44:46.764Z PASS [ 0.272s] oximeter-instruments kstat::link::tests::test_kstat_sampler
53062024-08-01T06:44:46.764Z PASS [ 0.295s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
53072024-08-01T06:44:46.764Z PASS [ 0.260s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
53082024-08-01T06:44:46.764Z PASS [ 0.095s] oximeter-instruments kstat::link::tests::test_physical_datalink
53092024-08-01T06:44:46.764Z PASS [ 0.104s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
53102024-08-01T06:44:46.764Z PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
53112024-08-01T06:44:46.764Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53122024-08-01T06:44:46.764Z PASS [ 0.093s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53132024-08-01T06:44:46.764Z PASS [ 0.077s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53142024-08-01T06:44:46.764Z PASS [ 0.056s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53152024-08-01T06:44:46.764Z PASS [ 0.030s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
53162024-08-01T06:44:46.764Z PASS [ 0.037s] oximeter-macro-impl tests::test_metric_annotated_field
53172024-08-01T06:44:46.764Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_enum
53182024-08-01T06:44:46.764Z PASS [ 0.040s] oximeter-macro-impl tests::test_metric_datum_field
53192024-08-01T06:44:46.764Z PASS [ 0.040s] oximeter-macro-impl tests::test_metric_without_datum_field
53202024-08-01T06:44:46.764Z PASS [ 0.031s] oximeter-macro-impl tests::test_target
53212024-08-01T06:44:46.764Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_empty_struct
53222024-08-01T06:44:46.764Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_enum
53232024-08-01T06:44:46.764Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_unit_struct
53242024-08-01T06:44:46.764Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
53252024-08-01T06:44:46.764Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
53262024-08-01T06:44:46.764Z PASS [ 0.023s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
53272024-08-01T06:44:46.764Z PASS [ 0.022s] oxlog tests::test_sort_logs
53282024-08-01T06:44:46.764Z PASS [ 0.129s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
53292024-08-01T06:44:46.764Z PASS [ 0.034s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
53302024-08-01T06:44:46.768Z PASS [ 0.064s] sled-agent-types rack_init::tests::parse_rack_initialization
53312024-08-01T06:44:46.797Z PASS [ 0.029s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
53322024-08-01T06:44:46.904Z PASS [ 0.099s] sled-agent-types rack_init::tests::test_extra_certs
53332024-08-01T06:44:46.928Z PASS [ 0.035s] sled-agent-types rack_init::tests::test_subnets
53342024-08-01T06:44:46.981Z PASS [ 0.054s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
53352024-08-01T06:44:47.027Z PASS [ 0.047s] sled-hardware disk::test::test_disk_paths
53362024-08-01T06:44:47.057Z PASS [ 0.029s] sled-hardware disk::test::test_partition_device_paths
53372024-08-01T06:44:47.136Z PASS [ 0.080s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
53382024-08-01T06:44:47.168Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
53392024-08-01T06:44:47.198Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
53402024-08-01T06:44:47.229Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
53412024-08-01T06:44:47.237Z PASS [ 0.718s] reconfigurator-cli::test_basic test_basic
53422024-08-01T06:44:47.284Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
53432024-08-01T06:44:47.309Z PASS [ 0.079s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
53442024-08-01T06:44:47.327Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
53452024-08-01T06:44:47.357Z PASS [ 0.040s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
53462024-08-01T06:44:47.433Z PASS [ 0.111s] sled-storage dataset::test::serialize_dataset_name
53472024-08-01T06:44:47.482Z PASS [ 0.134s] sled-storage manager::test::test_omicron_physical_disks_schema
53482024-08-01T06:44:48.705Z PASS [ 1.222s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
53492024-08-01T06:44:48.764Z PASS [ 0.060s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
53502024-08-01T06:44:49.769Z PASS [ 2.335s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
53512024-08-01T06:44:49.832Z PASS [ 0.063s] sled-storage manager::tests::ensure_using_exactly_these_disks
53522024-08-01T06:44:50.152Z PASS [ 3.661s] oximeter-producer tests::test_producer_registration_task
53532024-08-01T06:44:51.747Z PASS [ 1.914s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
53542024-08-01T06:44:51.899Z PASS [ 3.133s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
53552024-08-01T06:44:51.958Z PASS [ 15.216s] omicron-test-utils dev::db::test::test_setup_database_default_dir
53562024-08-01T06:44:52.901Z PASS [ 2.750s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
53572024-08-01T06:44:53.008Z PASS [ 1.261s] sled-storage manager::tests::update_rawdisk_firmware
53582024-08-01T06:44:53.103Z PASS [ 1.145s] sled-storage manager::tests::wait_for_boot_disk
53592024-08-01T06:44:53.785Z PASS [ 0.776s] tufaceous::integration-tests command_tests::test_init_and_add
53602024-08-01T06:44:53.856Z PASS [ 0.073s] tufaceous-lib archive::tests::test_validate_path
53612024-08-01T06:44:53.915Z PASS [ 0.811s] tufaceous::manifest-tests check_manifest::fake.toml
53622024-08-01T06:44:53.934Z PASS [ 0.077s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
53632024-08-01T06:44:53.959Z PASS [ 0.043s] tufaceous-lib key::tests::test_from_str
53642024-08-01T06:44:54.152Z PASS [ 0.217s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
53652024-08-01T06:44:54.161Z PASS [ 2.264s] sled-storage manager::tests::upsert_filesystem
53662024-08-01T06:44:54.171Z PASS [ 1.268s] tufaceous::integration-tests command_tests::test_assemble_fake
53672024-08-01T06:44:54.314Z PASS [ 0.154s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
53682024-08-01T06:44:54.413Z PASS [ 0.097s] update-engine display::group_display::tests::test_stats
53692024-08-01T06:44:54.443Z PASS [ 0.032s] update-engine display::line_display_shared::tests::test_format_progress_counter
53702024-08-01T06:44:54.480Z PASS [ 0.035s] update-engine engine::tests::error_exits_early
53712024-08-01T06:44:54.524Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
53722024-08-01T06:44:54.552Z PASS [ 0.028s] update-engine events::tests::step_event_parse_unknown
53732024-08-01T06:44:54.589Z PASS [ 0.418s] update-engine buffer::tests::test_buffer
53742024-08-01T06:44:54.639Z PASS [ 0.050s] wicket state::inventory::tests::component_id_display
53752024-08-01T06:44:54.734Z PASS [ 0.181s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
53762024-08-01T06:44:54.870Z PASS [ 0.136s] wicket-common rack_setup::tests::roundtrip_import_export_policy
53772024-08-01T06:44:54.992Z PASS [ 0.122s] wicketd installinator_progress::tests::test_states
53782024-08-01T06:44:55.055Z PASS [ 0.416s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
53792024-08-01T06:44:55.076Z PASS [ 0.084s] wicketd rss_config::tests::test_bgp_auth_key_states
53802024-08-01T06:44:55.114Z PASS [ 1.156s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
53812024-08-01T06:44:56.224Z PASS [ 1.169s] wicketd::mod integration_tests::inventory::test_inventory
53822024-08-01T06:44:56.565Z PASS [ 14.787s] oximeter-db client::tests::test_single_node
53832024-08-01T06:44:57.151Z PASS [ 2.045s] wicketd::mod integration_tests::updates::test_update_races
53842024-08-01T06:44:57.772Z PASS [ 3.630s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
53852024-08-01T06:44:58.735Z PASS [ 2.519s] wicketd::mod integration_tests::updates::test_updates
53862024-08-01T06:44:58.977Z PASS [ 3.909s] wicketd::mod integration_tests::updates::test_installinator_fetch
53872024-08-01T06:45:00.482Z PASS [ 32.136s] omicron-sled-agent nexus::test::nexus_self_notification_test
53882024-08-01T06:45:02.694Z PASS [ 16.173s] reconfigurator-cli::test_basic test_blueprint_edit
53892024-08-01T06:45:09.751Z PASS [ 30.187s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
53902024-08-01T06:45:12.505Z PASS [ 2.754s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
53912024-08-01T06:45:27.766Z PASS [ 15.259s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
53922024-08-01T06:45:41.931Z PASS [ 14.165s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
53932024-08-01T06:46:41.937Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
53942024-08-01T06:47:41.942Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
53952024-08-01T06:48:41.946Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
53962024-08-01T06:49:37.964Z PASS [ 236.022s] oximeter-db client::tests::test_replicated
53972024-08-01T06:49:37.967Z------------
53982024-08-01T06:49:37.967Z Summary [2052.788s] 1371 tests run: 1371 passed (9 slow, 1 leaky), 3 skipped
53992024-08-01T06:49:37.996Z
54002024-08-01T06:49:38.000Zreal 34:34.807754265
54012024-08-01T06:49:38.000Zuser 2:49:45.860267383
54022024-08-01T06:49:38.000Zsys 37:40.856891088
54032024-08-01T06:49:38.000Ztrap 2:26.454540954
54042024-08-01T06:49:38.000Ztflt 24.389734257
54052024-08-01T06:49:38.000Zdflt 1:38.499913593
54062024-08-01T06:49:38.000Zkflt 0.494623757
54072024-08-01T06:49:38.000Zlock 966:02:37.386402317
54082024-08-01T06:49:38.000Zslp 42:37:39.291403226
54092024-08-01T06:49:38.000Zlat 3:25:42.186323278
54102024-08-01T06:49:38.000Zstop 1:01:28.586504184
54112024-08-01T06:49:38.000Z+ banner doctest
54122024-08-01T06:49:38.000Z
54132024-08-01T06:49:38.000Z ##### #### #### ##### ###### #### #####
54142024-08-01T06:49:38.000Z # # # # # # # # # #
54152024-08-01T06:49:38.000Z # # # # # # ##### #### #
54162024-08-01T06:49:38.000Z # # # # # # # # #
54172024-08-01T06:49:38.000Z # # # # # # # # # # #
54182024-08-01T06:49:38.000Z ##### #### #### # ###### #### #
54192024-08-01T06:49:38.000Z
54202024-08-01T06:49:38.000Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
54212024-08-01T06:49:39.814Z Fresh unicode-ident v1.0.12
54222024-08-01T06:49:39.816Z Fresh cfg-if v1.0.0
54232024-08-01T06:49:39.817Z Fresh autocfg v1.3.0
54242024-08-01T06:49:39.817Z Fresh version_check v0.9.4
54252024-08-01T06:49:39.817Z Fresh memchr v2.7.2
54262024-08-01T06:49:39.817Z Fresh proc-macro2 v1.0.86
54272024-08-01T06:49:39.817Z Fresh scopeguard v1.2.0
54282024-08-01T06:49:39.817Z Fresh log v0.4.21
54292024-08-01T06:49:39.817Z Fresh byteorder v1.5.0
54302024-08-01T06:49:39.817Z Fresh once_cell v1.19.0
54312024-08-01T06:49:39.817Z Fresh quote v1.0.36
54322024-08-01T06:49:39.817Z Fresh libc v0.2.155
54332024-08-01T06:49:39.817Z Fresh itoa v1.0.11
54342024-08-01T06:49:39.817Z Fresh smallvec v1.13.2
54352024-08-01T06:49:39.820Z Fresh syn v2.0.72
54362024-08-01T06:49:39.820Z Fresh getrandom v0.2.14
54372024-08-01T06:49:39.820Z Fresh lock_api v0.4.12
54382024-08-01T06:49:39.820Z Fresh cc v1.0.97
54392024-08-01T06:49:39.820Z Fresh pin-project-lite v0.2.14
54402024-08-01T06:49:39.820Z Fresh serde_derive v1.0.204
54412024-08-01T06:49:39.820Z Fresh zerocopy-derive v0.7.34
54422024-08-01T06:49:39.820Z Fresh parking_lot_core v0.9.10
54432024-08-01T06:49:39.820Z Fresh libm v0.2.8
54442024-08-01T06:49:39.820Z Fresh spin v0.9.8
54452024-08-01T06:49:39.820Z Fresh ryu v1.0.18
54462024-08-01T06:49:39.823Z Fresh serde v1.0.204
54472024-08-01T06:49:39.823Z Fresh zerocopy v0.7.34
54482024-08-01T06:49:39.823Z Fresh parking_lot v0.12.2
54492024-08-01T06:49:39.823Z Fresh num-traits v0.2.19
54502024-08-01T06:49:39.823Z Fresh thiserror-impl v1.0.63
54512024-08-01T06:49:39.823Z Fresh signal-hook-registry v1.4.2
54522024-08-01T06:49:39.823Z Fresh bytes v1.6.0
54532024-08-01T06:49:39.823Z Fresh ahash v0.8.11
54542024-08-01T06:49:39.823Z Fresh thiserror v1.0.63
54552024-08-01T06:49:39.823Z Fresh mio v0.8.11
54562024-08-01T06:49:39.823Z Fresh num_cpus v1.16.0
54572024-08-01T06:49:39.823Z Fresh allocator-api2 v0.2.18
54582024-08-01T06:49:39.823Z Fresh bitflags v2.6.0
54592024-08-01T06:49:39.823Z Fresh hashbrown v0.14.5
54602024-08-01T06:49:39.824Z Fresh futures-core v0.3.30
54612024-08-01T06:49:39.824Z Fresh rand_core v0.6.4
54622024-08-01T06:49:39.824Z Fresh tokio-macros v2.3.0
54632024-08-01T06:49:39.824Z Fresh socket2 v0.5.7
54642024-08-01T06:49:39.824Z Fresh equivalent v1.0.1
54652024-08-01T06:49:39.824Z Fresh zeroize_derive v1.4.2
54662024-08-01T06:49:39.824Z Fresh serde_json v1.0.120
54672024-08-01T06:49:39.824Z Fresh tokio v1.38.1
54682024-08-01T06:49:39.824Z Fresh indexmap v2.2.6
54692024-08-01T06:49:39.824Z Fresh zeroize v1.7.0
54702024-08-01T06:49:39.824Z Fresh fnv v1.0.7
54712024-08-01T06:49:39.824Z Fresh futures-sink v0.3.30
54722024-08-01T06:49:39.827Z Fresh futures-macro v0.3.30
54732024-08-01T06:49:39.827Z Fresh futures-channel v0.3.30
54742024-08-01T06:49:39.827Z Fresh regex-syntax v0.8.3
54752024-08-01T06:49:39.827Z Fresh pin-utils v0.1.0
54762024-08-01T06:49:39.827Z Fresh futures-task v0.3.30
54772024-08-01T06:49:39.827Z Fresh futures-io v0.3.30
54782024-08-01T06:49:39.827Z Fresh aho-corasick v1.1.3
54792024-08-01T06:49:39.827Z Fresh slab v0.4.9
54802024-08-01T06:49:39.827Z Fresh regex-automata v0.4.6
54812024-08-01T06:49:39.827Z Fresh iana-time-zone v0.1.60
54822024-08-01T06:49:39.830Z Fresh uuid v1.10.0
54832024-08-01T06:49:39.830Z Fresh subtle v2.5.0
54842024-08-01T06:49:39.830Z Fresh futures-util v0.3.30
54852024-08-01T06:49:39.830Z Fresh syn v1.0.109
54862024-08-01T06:49:39.830Z Fresh chrono v0.4.38
54872024-08-01T06:49:39.830Z Fresh regex v1.10.5
54882024-08-01T06:49:39.830Z Fresh heck v0.5.0
54892024-08-01T06:49:39.830Z Fresh tinyvec_macros v0.1.1
54902024-08-01T06:49:39.830Z Fresh typenum v1.17.0
54912024-08-01T06:49:39.830Z Fresh tinyvec v1.6.0
54922024-08-01T06:49:39.830Z Fresh lazy_static v1.5.0
54932024-08-01T06:49:39.830Z Fresh serde_derive_internals v0.29.1
54942024-08-01T06:49:39.830Z Fresh pkg-config v0.3.30
54952024-08-01T06:49:39.830Z Fresh dyn-clone v1.0.17
54962024-08-01T06:49:39.830Z Fresh generic-array v0.14.7
54972024-08-01T06:49:39.830Z Fresh unicode-normalization v0.1.23
54982024-08-01T06:49:39.830Z Fresh schemars_derive v0.8.21
54992024-08-01T06:49:39.830Z Fresh const-oid v0.9.6
55002024-08-01T06:49:39.831Z Fresh unicode-bidi v0.3.15
55012024-08-01T06:49:39.831Z Fresh crypto-common v0.1.6
55022024-08-01T06:49:39.831Z Fresh semver v1.0.23
55032024-08-01T06:49:39.831Z Fresh schemars v0.8.21
55042024-08-01T06:49:39.831Z Fresh tracing-attributes v0.1.27
55052024-08-01T06:49:39.831Z Fresh errno v0.3.9
55062024-08-01T06:49:39.831Z Fresh tracing-core v0.1.32
55072024-08-01T06:49:39.831Z Fresh percent-encoding v2.3.1
55082024-08-01T06:49:39.831Z Fresh tracing v0.1.40
55092024-08-01T06:49:39.831Z Fresh rustix v0.38.34
55102024-08-01T06:49:39.831Z Fresh ppv-lite86 v0.2.17
55112024-08-01T06:49:39.831Z Fresh form_urlencoded v1.2.1
55122024-08-01T06:49:39.831Z Fresh block-buffer v0.10.4
55132024-08-01T06:49:39.831Z Fresh unicode-width v0.1.13
55142024-08-01T06:49:39.834Z Fresh rand_chacha v0.3.1
55152024-08-01T06:49:39.834Z Fresh digest v0.10.7
55162024-08-01T06:49:39.834Z Fresh http v0.2.12
55172024-08-01T06:49:39.834Z Fresh time-core v0.1.2
55182024-08-01T06:49:39.834Z Fresh either v1.12.0
55192024-08-01T06:49:39.834Z Fresh powerfmt v0.2.0
55202024-08-01T06:49:39.834Z Fresh rand v0.8.5
55212024-08-01T06:49:39.834Z Fresh httparse v1.8.0
55222024-08-01T06:49:39.834Z Fresh num-conv v0.1.0
55232024-08-01T06:49:39.834Z Fresh deranged v0.3.11
55242024-08-01T06:49:39.834Z Fresh num_threads v0.1.7
55252024-08-01T06:49:39.834Z Fresh idna v0.5.0
55262024-08-01T06:49:39.834Z Fresh untrusted v0.9.0
55272024-08-01T06:49:39.834Z Fresh time-macros v0.2.18
55282024-08-01T06:49:39.834Z Fresh ring v0.17.8
55292024-08-01T06:49:39.834Z Fresh url v2.5.2
55302024-08-01T06:49:39.834Z Fresh serde_tokenstream v0.2.1
55312024-08-01T06:49:39.834Z Fresh vcpkg v0.2.15
55322024-08-01T06:49:39.834Z Fresh serde_spanned v0.6.7
55332024-08-01T06:49:39.834Z Fresh time v0.3.36
55342024-08-01T06:49:39.835Z Fresh rustversion v1.0.17
55352024-08-01T06:49:39.835Z Fresh toml_datetime v0.6.8
55362024-08-01T06:49:39.835Z Fresh cpufeatures v0.2.12
55372024-08-01T06:49:39.835Z Fresh adler v1.0.2
55382024-08-01T06:49:39.835Z Fresh try-lock v0.2.5
55392024-08-01T06:49:39.835Z Fresh slog v2.7.0
55402024-08-01T06:49:39.835Z Fresh miniz_oxide v0.7.2
55412024-08-01T06:49:39.835Z Fresh want v0.3.1
55422024-08-01T06:49:39.835Z Fresh socket2 v0.4.10
55432024-08-01T06:49:39.835Z Fresh tower-service v0.3.2
55442024-08-01T06:49:39.835Z Fresh tokio-util v0.7.11
55452024-08-01T06:49:39.835Z Fresh async-trait v0.1.81
55462024-08-01T06:49:39.835Z Fresh base64 v0.21.7
55472024-08-01T06:49:39.835Z Fresh httpdate v1.0.3
55482024-08-01T06:49:39.835Z Fresh h2 v0.3.26
55492024-08-01T06:49:39.835Z Fresh http-body v0.4.6
55502024-08-01T06:49:39.835Z Fresh futures-executor v0.3.30
55512024-08-01T06:49:39.835Z Fresh openssl-probe v0.1.5
55522024-08-01T06:49:39.835Z Fresh foreign-types-shared v0.1.1
55532024-08-01T06:49:39.835Z Fresh foreign-types v0.3.2
55542024-08-01T06:49:39.839Z Fresh hyper v0.14.30
55552024-08-01T06:49:39.839Z Fresh openssl-sys v0.9.103
55562024-08-01T06:49:39.839Z Fresh openssl-macros v0.1.1
55572024-08-01T06:49:39.839Z Fresh gimli v0.28.1
55582024-08-01T06:49:39.839Z Fresh strsim v0.11.1
55592024-08-01T06:49:39.839Z Fresh mime v0.3.17
55602024-08-01T06:49:39.839Z Fresh openssl v0.10.66
55612024-08-01T06:49:39.839Z Fresh addr2line v0.21.0
55622024-08-01T06:49:39.839Z Fresh futures v0.3.30
55632024-08-01T06:49:39.839Z Fresh object v0.32.2
55642024-08-01T06:49:39.839Z Fresh winnow v0.5.40
55652024-08-01T06:49:39.839Z Fresh ipnet v2.9.0
55662024-08-01T06:49:39.839Z Fresh rustc-demangle v0.1.24
55672024-08-01T06:49:39.839Z Fresh heck v0.4.1
55682024-08-01T06:49:39.840Z Fresh crossbeam-utils v0.8.19
55692024-08-01T06:49:39.840Z Fresh backtrace v0.3.71
55702024-08-01T06:49:39.840Z Fresh toml_edit v0.19.15
55712024-08-01T06:49:39.840Z Fresh rustls-webpki v0.101.7
55722024-08-01T06:49:39.840Z Fresh sct v0.7.1
55732024-08-01T06:49:39.840Z Fresh ucd-trie v0.1.6
55742024-08-01T06:49:39.840Z Fresh native-tls v0.2.11
55752024-08-01T06:49:39.840Z Fresh anyhow v1.0.86
55762024-08-01T06:49:39.840Z Fresh rustls v0.21.12
55772024-08-01T06:49:39.840Z Fresh serde_urlencoded v0.7.1
55782024-08-01T06:49:39.840Z Fresh idna v0.3.0
55792024-08-01T06:49:39.840Z Fresh encoding_rs v0.8.34
55802024-08-01T06:49:39.840Z Fresh pest v2.7.10
55812024-08-01T06:49:39.840Z Fresh psl-types v2.0.11
55822024-08-01T06:49:39.840Z Fresh utf8parse v0.2.1
55832024-08-01T06:49:39.840Z Fresh tokio-rustls v0.24.1
55842024-08-01T06:49:39.840Z Fresh tokio-native-tls v0.3.1
55852024-08-01T06:49:39.840Z Fresh cookie v0.17.0
55862024-08-01T06:49:39.840Z Fresh scroll_derive v0.12.0
55872024-08-01T06:49:39.840Z Fresh rustls-pemfile v1.0.4
55882024-08-01T06:49:39.840Z Fresh publicsuffix v2.2.3
55892024-08-01T06:49:39.840Z Fresh pest_meta v2.7.10
55902024-08-01T06:49:39.840Z Fresh hyper-rustls v0.24.2
55912024-08-01T06:49:39.840Z Fresh hyper-tls v0.5.0
55922024-08-01T06:49:39.840Z Fresh scroll v0.12.0
55932024-08-01T06:49:39.840Z Fresh openapiv3 v2.0.0
55942024-08-01T06:49:39.840Z Fresh plain v0.2.3
55952024-08-01T06:49:39.840Z Fresh bitflags v1.3.2
55962024-08-01T06:49:39.840Z Fresh cookie_store v0.20.0
55972024-08-01T06:49:39.840Z Fresh pest_generator v2.7.10
55982024-08-01T06:49:39.840Z Fresh base64ct v1.6.0
55992024-08-01T06:49:39.840Z Fresh sync_wrapper v0.1.2
56002024-08-01T06:49:39.840Z Fresh webpki-roots v0.25.4
56012024-08-01T06:49:39.840Z Fresh anstyle v1.0.8
56022024-08-01T06:49:39.840Z Fresh goblin v0.8.2
56032024-08-01T06:49:39.840Z Fresh rustc_version v0.4.0
56042024-08-01T06:49:39.840Z Fresh pest_derive v2.7.10
56052024-08-01T06:49:39.840Z Fresh reqwest v0.11.27
56062024-08-01T06:49:39.840Z Fresh pretty-hex v0.4.1
56072024-08-01T06:49:39.841Z Fresh thread-id v4.2.1
56082024-08-01T06:49:39.841Z Fresh data-encoding v2.6.0
56092024-08-01T06:49:39.841Z Fresh pem-rfc7468 v0.7.0
56102024-08-01T06:49:39.841Z Fresh anstyle-parse v0.2.4
56112024-08-01T06:49:39.841Z Fresh dof v0.3.0
56122024-08-01T06:49:39.841Z Fresh dtrace-parser v0.2.0
56132024-08-01T06:49:39.841Z Fresh der_derive v0.7.2
56142024-08-01T06:49:39.841Z Fresh base64 v0.22.1
56152024-08-01T06:49:39.841Z Fresh is_terminal_polyfill v1.70.0
56162024-08-01T06:49:39.841Z Fresh colorchoice v1.0.1
56172024-08-01T06:49:39.841Z Fresh usdt-impl v0.5.0
56182024-08-01T06:49:39.841Z Fresh bit-vec v0.6.3
56192024-08-01T06:49:39.841Z Fresh anstyle-query v1.0.3
56202024-08-01T06:49:39.841Z Fresh unicode-segmentation v1.11.0
56212024-08-01T06:49:39.841Z Fresh flagset v0.4.5
56222024-08-01T06:49:39.841Z Fresh terminal_size v0.3.0
56232024-08-01T06:49:39.841Z Fresh num-integer v0.1.46
56242024-08-01T06:49:39.841Z Fresh anstream v0.6.14
56252024-08-01T06:49:39.841Z Fresh der v0.7.9
56262024-08-01T06:49:39.841Z Fresh clap_lex v0.7.0
56272024-08-01T06:49:39.841Z Fresh siphasher v0.3.11
56282024-08-01T06:49:39.841Z Fresh usdt-macro v0.5.0
56292024-08-01T06:49:39.841Z Fresh usdt-attr-macro v0.5.0
56302024-08-01T06:49:39.841Z Fresh crc32fast v1.4.0
56312024-08-01T06:49:39.841Z Fresh crossbeam-epoch v0.9.18
56322024-08-01T06:49:39.841Z Fresh spki v0.7.3
56332024-08-01T06:49:39.841Z Fresh clap_builder v4.5.9
56342024-08-01T06:49:39.841Z Fresh itertools v0.10.5
56352024-08-01T06:49:39.841Z Fresh clap_derive v4.5.8
56362024-08-01T06:49:39.841Z Fresh memmap v0.7.0
56372024-08-01T06:49:39.841Z Fresh stable_deref_trait v1.2.0
56382024-08-01T06:49:39.841Z Fresh bit-set v0.5.3
56392024-08-01T06:49:39.841Z Fresh itertools v0.12.1
56402024-08-01T06:49:39.841Z Fresh clap v4.5.9
56412024-08-01T06:49:39.841Z Fresh usdt v0.5.0
56422024-08-01T06:49:39.841Z Fresh ipnetwork v0.20.0
56432024-08-01T06:49:39.841Z Fresh hex v0.4.3
56442024-08-01T06:49:39.841Z Fresh pkcs8 v0.10.2
56452024-08-01T06:49:39.841Z Fresh toml v0.7.8
56462024-08-01T06:49:39.841Z Fresh zerocopy-derive v0.6.6
56472024-08-01T06:49:39.845Z Fresh fixedbitset v0.4.2
56482024-08-01T06:49:39.845Z Fresh winnow v0.6.18
56492024-08-01T06:49:39.845Z Fresh managed v0.8.0
56502024-08-01T06:49:39.845Z Fresh zerocopy v0.6.6
56512024-08-01T06:49:39.845Z Fresh phf_shared v0.10.0
56522024-08-01T06:49:39.845Z Fresh flate2 v1.0.30
56532024-08-01T06:49:39.845Z Fresh sha2 v0.10.8
56542024-08-01T06:49:39.845Z Fresh petgraph v0.6.5
56552024-08-01T06:49:39.845Z Fresh toml_edit v0.22.20
56562024-08-01T06:49:39.845Z Fresh minimal-lexical v0.2.1
56572024-08-01T06:49:39.845Z Fresh new_debug_unreachable v1.0.6
56582024-08-01T06:49:39.845Z Fresh unicode-xid v0.2.4
56592024-08-01T06:49:39.845Z Fresh precomputed-hash v0.1.1
56602024-08-01T06:49:39.845Z Fresh signal-hook v0.3.17
56612024-08-01T06:49:39.845Z Fresh num-iter v0.1.45
56622024-08-01T06:49:39.845Z Fresh nom v7.1.3
56632024-08-01T06:49:39.845Z Fresh string_cache v0.8.7
56642024-08-01T06:49:39.845Z Fresh hmac v0.12.1
56652024-08-01T06:49:39.845Z Fresh static_assertions v1.1.0
56662024-08-01T06:49:39.845Z Fresh lalrpop-util v0.19.12
56672024-08-01T06:49:39.845Z Fresh matches v0.1.10
56682024-08-01T06:49:39.846Z Fresh regex-automata v0.1.10
56692024-08-01T06:49:39.846Z Fresh idna v0.2.3
56702024-08-01T06:49:39.846Z Fresh signal-hook-mio v0.2.3
56712024-08-01T06:49:39.846Z Fresh enum-as-inner v0.5.1
56722024-08-01T06:49:39.846Z Fresh block-padding v0.3.3
56732024-08-01T06:49:39.846Z Fresh scheduled-thread-pool v0.2.7
56742024-08-01T06:49:39.846Z Fresh bstr v0.2.17
56752024-08-01T06:49:39.846Z Fresh diesel_table_macro_syntax v0.1.0
56762024-08-01T06:49:39.846Z Fresh hash32 v0.2.1
56772024-08-01T06:49:39.846Z Fresh predicates-core v1.0.6
56782024-08-01T06:49:39.846Z Fresh finl_unicode v1.2.0
56792024-08-01T06:49:39.846Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
56802024-08-01T06:49:39.846Z Fresh inout v0.1.3
56812024-08-01T06:49:39.846Z Fresh stringprep v0.1.4
56822024-08-01T06:49:39.846Z Fresh diesel_derives v2.1.4
56832024-08-01T06:49:39.846Z Fresh heapless v0.7.17
56842024-08-01T06:49:39.846Z Fresh crossterm v0.27.0
56852024-08-01T06:49:39.846Z Fresh r2d2 v0.8.10
56862024-08-01T06:49:39.846Z Fresh trust-dns-proto v0.22.0
56872024-08-01T06:49:39.846Z Fresh md-5 v0.10.6
56882024-08-01T06:49:39.846Z Fresh console v0.15.8
56892024-08-01T06:49:39.846Z Fresh hubpack_derive v0.1.1
56902024-08-01T06:49:39.846Z Fresh bstr v1.9.1
56912024-08-01T06:49:39.846Z Fresh ff v0.13.0
56922024-08-01T06:49:39.846Z Fresh float-cmp v0.9.0
56932024-08-01T06:49:39.846Z Fresh base16ct v0.2.0
56942024-08-01T06:49:39.846Z Fresh fallible-iterator v0.2.0
56952024-08-01T06:49:39.846Z Fresh normalize-line-endings v0.3.0
56962024-08-01T06:49:39.846Z Fresh difflib v0.4.0
56972024-08-01T06:49:39.846Z Fresh sec1 v0.7.3
56982024-08-01T06:49:39.846Z Fresh group v0.13.0
56992024-08-01T06:49:39.846Z Fresh postgres-protocol v0.6.7
57002024-08-01T06:49:39.846Z Fresh hubpack v0.1.2
57012024-08-01T06:49:39.846Z Fresh diesel v2.1.6
57022024-08-01T06:49:39.846Z Fresh smoltcp v0.9.1
57032024-08-01T06:49:39.846Z Fresh cipher v0.4.4
57042024-08-01T06:49:39.846Z Fresh predicates v3.1.0
57052024-08-01T06:49:39.846Z Fresh similar v2.5.0
57062024-08-01T06:49:39.847Z Fresh hkdf v0.12.4
57072024-08-01T06:49:39.847Z Fresh phf_shared v0.11.2
57082024-08-01T06:49:39.847Z Fresh num-bigint v0.4.5
57092024-08-01T06:49:39.847Z Fresh strum_macros v0.25.3
57102024-08-01T06:49:39.847Z Fresh crypto-bigint v0.5.5
57112024-08-01T06:49:39.847Z Fresh serde_repr v0.1.19
57122024-08-01T06:49:39.847Z Fresh peg-runtime v0.8.3
57132024-08-01T06:49:39.847Z Fresh phf v0.11.2
57142024-08-01T06:49:39.847Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
57152024-08-01T06:49:39.847Z Fresh elliptic-curve v0.13.8
57162024-08-01T06:49:39.847Z Fresh yasna v0.5.2
57172024-08-01T06:49:39.847Z Fresh postgres-types v0.2.7
57182024-08-01T06:49:39.847Z Fresh whoami v1.5.1
57192024-08-01T06:49:39.847Z Fresh tokio-postgres v0.7.11
57202024-08-01T06:49:39.847Z Fresh tokio-stream v0.1.15
57212024-08-01T06:49:39.850Z Fresh regress v0.9.1
57222024-08-01T06:49:39.850Z Fresh getopts v0.2.21
57232024-08-01T06:49:39.850Z Fresh unsafe-libyaml v0.2.11
57242024-08-01T06:49:39.850Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57252024-08-01T06:49:39.850Z Fresh fs-err v2.11.0
57262024-08-01T06:49:39.850Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57272024-08-01T06:49:39.850Z Fresh serde_yaml v0.9.34+deprecated
57282024-08-01T06:49:39.850Z Fresh is-terminal v0.4.12
57292024-08-01T06:49:39.850Z Fresh dirs-sys-next v0.1.2
57302024-08-01T06:49:39.850Z Fresh strum_macros v0.26.4
57312024-08-01T06:49:39.850Z Fresh http v1.1.0
57322024-08-01T06:49:39.850Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57332024-08-01T06:49:39.851Z Fresh camino v1.1.7
57342024-08-01T06:49:39.851Z Fresh dirs-next v2.0.0
57352024-08-01T06:49:39.851Z Fresh strum v0.26.3
57362024-08-01T06:49:39.851Z Fresh sha1 v0.10.6
57372024-08-01T06:49:39.851Z Fresh ident_case v1.0.1
57382024-08-01T06:49:39.851Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
57392024-08-01T06:49:39.851Z Fresh term v0.7.0
57402024-08-01T06:49:39.851Z Fresh darling_core v0.20.9
57412024-08-01T06:49:39.851Z Fresh toml v0.8.19
57422024-08-01T06:49:39.851Z Fresh crossbeam-channel v0.5.12
57432024-08-01T06:49:39.851Z Fresh thread_local v1.1.8
57442024-08-01T06:49:39.851Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57452024-08-01T06:49:39.851Z Fresh paste v1.0.15
57462024-08-01T06:49:39.851Z Fresh rustls-pki-types v1.7.0
57472024-08-01T06:49:39.851Z Fresh match_cfg v0.1.0
57482024-08-01T06:49:39.851Z Fresh darling_macro v0.20.9
57492024-08-01T06:49:39.851Z Fresh take_mut v0.2.2
57502024-08-01T06:49:39.851Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57512024-08-01T06:49:39.851Z Fresh hostname v0.3.1
57522024-08-01T06:49:39.851Z Fresh fastrand v2.1.0
57532024-08-01T06:49:39.851Z Fresh darling v0.20.9
57542024-08-01T06:49:39.851Z Fresh slog-term v2.9.1
57552024-08-01T06:49:39.851Z Fresh rustls-webpki v0.102.4
57562024-08-01T06:49:39.851Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
57572024-08-01T06:49:39.851Z Fresh tempfile v3.10.1
57582024-08-01T06:49:39.851Z Fresh slog-async v2.8.0
57592024-08-01T06:49:39.851Z Fresh rustls-pemfile v2.1.2
57602024-08-01T06:49:39.851Z Fresh debug-ignore v1.0.5
57612024-08-01T06:49:39.851Z Fresh slog-json v2.6.1
57622024-08-01T06:49:39.851Z Fresh rustls v0.22.4
57632024-08-01T06:49:39.851Z Fresh newtype-uuid v1.1.0
57642024-08-01T06:49:39.851Z Fresh async-stream-impl v0.3.5
57652024-08-01T06:49:39.851Z Fresh instant v0.1.12
57662024-08-01T06:49:39.851Z Fresh atomic-waker v1.1.2
57672024-08-01T06:49:39.851Z Fresh slog-bunyan v2.5.0
57682024-08-01T06:49:39.851Z Fresh tokio-rustls v0.25.0
57692024-08-01T06:49:39.851Z Fresh waitgroup v0.1.2
57702024-08-01T06:49:39.851Z Fresh async-stream v0.3.5
57712024-08-01T06:49:39.851Z Fresh multer v3.1.0
57722024-08-01T06:49:39.851Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
57732024-08-01T06:49:39.852Z Fresh serde_path_to_error v0.1.16
57742024-08-01T06:49:39.852Z Fresh hostname v0.4.0
57752024-08-01T06:49:39.852Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
57762024-08-01T06:49:39.852Z Fresh serde_with_macros v3.8.3
57772024-08-01T06:49:39.852Z Fresh quick-error v1.2.3
57782024-08-01T06:49:39.852Z Fresh structmeta-derive v0.3.0
57792024-08-01T06:49:39.852Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57802024-08-01T06:49:39.852Z Fresh backoff v0.4.0
57812024-08-01T06:49:39.855Z Fresh serde_with v3.8.3
57822024-08-01T06:49:39.855Z Fresh structmeta v0.3.0
57832024-08-01T06:49:39.855Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57842024-08-01T06:49:39.855Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
57852024-08-01T06:49:39.855Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
57862024-08-01T06:49:39.855Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57872024-08-01T06:49:39.855Z Fresh macaddr v1.0.1
57882024-08-01T06:49:39.855Z Fresh wait-timeout v0.2.0
57892024-08-01T06:49:39.855Z Fresh parse-display-derive v0.9.1
57902024-08-01T06:49:39.855Z Fresh rusty-fork v0.3.0
57912024-08-01T06:49:39.855Z Fresh rand_xorshift v0.3.0
57922024-08-01T06:49:39.855Z Fresh structmeta-derive v0.2.0
57932024-08-01T06:49:39.855Z Fresh unarray v0.1.4
57942024-08-01T06:49:39.855Z Fresh camino-tempfile v1.1.1
57952024-08-01T06:49:39.855Z Fresh parse-display v0.9.1
57962024-08-01T06:49:39.855Z Fresh proptest v1.4.0
57972024-08-01T06:49:39.855Z Fresh structmeta v0.2.0
57982024-08-01T06:49:39.855Z Fresh proc-macro-crate v1.3.1
57992024-08-01T06:49:39.855Z Fresh test-strategy v0.3.1
58002024-08-01T06:49:39.856Z Fresh proc-macro-error-attr v1.0.4
58012024-08-01T06:49:39.856Z Fresh num_enum_derive v0.5.11
58022024-08-01T06:49:39.856Z Fresh foreign-types-macros v0.2.3
58032024-08-01T06:49:39.856Z Fresh foreign-types-shared v0.3.1
58042024-08-01T06:49:39.856Z Fresh proc-macro-error v1.0.4
58052024-08-01T06:49:39.856Z Fresh num_enum v0.5.11
58062024-08-01T06:49:39.856Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58072024-08-01T06:49:39.856Z Fresh foreign-types v0.5.0
58082024-08-01T06:49:39.856Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58092024-08-01T06:49:39.856Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58102024-08-01T06:49:39.856Z Fresh cstr-argument v0.1.2
58112024-08-01T06:49:39.856Z Fresh pretty-hex v0.2.1
58122024-08-01T06:49:39.856Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58132024-08-01T06:49:39.856Z Fresh tabwriter v1.4.0
58142024-08-01T06:49:39.856Z Fresh colored v2.1.0
58152024-08-01T06:49:39.856Z Fresh smf v0.2.3
58162024-08-01T06:49:39.856Z Fresh hash32 v0.3.1
58172024-08-01T06:49:39.856Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58182024-08-01T06:49:39.856Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58192024-08-01T06:49:39.856Z Fresh embedded-io v0.4.0
58202024-08-01T06:49:39.856Z Fresh cobs v0.2.3
58212024-08-01T06:49:39.856Z Fresh heapless v0.8.0
58222024-08-01T06:49:39.856Z Fresh postcard v1.0.8
58232024-08-01T06:49:39.856Z Fresh termtree v0.4.1
58242024-08-01T06:49:39.856Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58252024-08-01T06:49:39.856Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58262024-08-01T06:49:39.856Z Fresh smoltcp v0.11.0
58272024-08-01T06:49:39.856Z Fresh predicates-tree v1.0.9
58282024-08-01T06:49:39.856Z Fresh crucible-workspace-hack v0.1.0
58292024-08-01T06:49:39.856Z Fresh sigpipe v0.1.3
58302024-08-01T06:49:39.856Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
58312024-08-01T06:49:39.856Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
58322024-08-01T06:49:39.856Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
58332024-08-01T06:49:39.856Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58342024-08-01T06:49:39.856Z Fresh num-derive v0.4.2
58352024-08-01T06:49:39.856Z Fresh mockall_derive v0.12.1
58362024-08-01T06:49:39.856Z Fresh fragile v2.0.0
58372024-08-01T06:49:39.856Z Fresh downcast v0.11.0
58382024-08-01T06:49:39.856Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
58392024-08-01T06:49:39.857Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58402024-08-01T06:49:39.857Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
58412024-08-01T06:49:39.857Z Fresh mockall v0.12.1
58422024-08-01T06:49:39.857Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
58432024-08-01T06:49:39.857Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
58442024-08-01T06:49:39.857Z Fresh humantime v2.1.0
58452024-08-01T06:49:39.857Z Fresh same-file v1.0.6
58462024-08-01T06:49:39.857Z Fresh xattr v1.3.1
58472024-08-01T06:49:39.860Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58482024-08-01T06:49:39.860Z Fresh walkdir v2.5.0
58492024-08-01T06:49:39.860Z Fresh filetime v0.2.23
58502024-08-01T06:49:39.860Z Fresh derive-where v1.2.7
58512024-08-01T06:49:39.860Z Fresh newline-converter v0.3.0
58522024-08-01T06:49:39.860Z Fresh password-hash v0.5.0
58532024-08-01T06:49:39.860Z Fresh blake2 v0.10.6
58542024-08-01T06:49:39.860Z Fresh termcolor v1.4.1
58552024-08-01T06:49:39.860Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
58562024-08-01T06:49:39.860Z Fresh tar v0.4.41
58572024-08-01T06:49:39.860Z Fresh expectorate v1.1.0
58582024-08-01T06:49:39.860Z Fresh argon2 v0.5.3
58592024-08-01T06:49:39.860Z Fresh convert_case v0.4.0
58602024-08-01T06:49:39.860Z Fresh arc-swap v1.7.1
58612024-08-01T06:49:39.860Z Fresh derive_more v0.99.18
58622024-08-01T06:49:39.860Z Fresh slog-scope v4.4.0
58632024-08-01T06:49:39.861Z Fresh home v0.5.9
58642024-08-01T06:49:39.861Z Fresh utf-8 v0.7.6
58652024-08-01T06:49:39.861Z Fresh slog-stdlog v4.1.1
58662024-08-01T06:49:39.861Z Fresh atty v0.2.14
58672024-08-01T06:49:39.861Z Fresh semver v0.1.20
58682024-08-01T06:49:39.861Z Fresh tungstenite v0.21.0
58692024-08-01T06:49:39.861Z Fresh pem v3.0.4
58702024-08-01T06:49:39.861Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58712024-08-01T06:49:39.861Z Fresh slog-envlogger v2.2.0
58722024-08-01T06:49:39.861Z Fresh rustc_version v0.1.7
58732024-08-01T06:49:39.861Z Fresh tokio-tungstenite v0.21.0
58742024-08-01T06:49:39.861Z Fresh env_logger v0.9.3
58752024-08-01T06:49:39.861Z Fresh bitstruct_derive v0.1.0
58762024-08-01T06:49:39.861Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58772024-08-01T06:49:39.861Z Fresh glob v0.3.1
58782024-08-01T06:49:39.861Z Fresh ascii v1.1.0
58792024-08-01T06:49:39.861Z Fresh bitstruct v0.1.1
58802024-08-01T06:49:39.861Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58812024-08-01T06:49:39.861Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58822024-08-01T06:49:39.861Z Fresh tungstenite v0.20.1
58832024-08-01T06:49:39.861Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58842024-08-01T06:49:39.861Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
58852024-08-01T06:49:39.861Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58862024-08-01T06:49:39.861Z Fresh erased-serde v0.3.31
58872024-08-01T06:49:39.861Z Fresh serde_arrays v0.1.0
58882024-08-01T06:49:39.861Z Fresh swrite v0.1.0
58892024-08-01T06:49:39.861Z Fresh tokio-tungstenite v0.20.1
58902024-08-01T06:49:39.861Z Fresh prettyplease v0.2.20
58912024-08-01T06:49:39.861Z Fresh newtype_derive v0.1.6
58922024-08-01T06:49:39.861Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
58932024-08-01T06:49:39.861Z Fresh heck v0.3.3
58942024-08-01T06:49:39.861Z Fresh half v2.4.1
58952024-08-01T06:49:39.861Z Fresh ciborium-io v0.2.2
58962024-08-01T06:49:39.861Z Fresh atomicwrites v0.4.3
58972024-08-01T06:49:39.861Z Fresh headers-core v0.2.0
58982024-08-01T06:49:39.861Z Fresh steno v0.4.1
58992024-08-01T06:49:39.861Z Fresh ciborium-ll v0.2.2
59002024-08-01T06:49:39.861Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59012024-08-01T06:49:39.861Z Fresh zone_cfg_derive v0.1.2
59022024-08-01T06:49:39.862Z Fresh base64 v0.13.1
59032024-08-01T06:49:39.862Z Fresh headers v0.3.9
59042024-08-01T06:49:39.862Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
59052024-08-01T06:49:39.862Z Fresh ron v0.7.1
59062024-08-01T06:49:39.862Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59072024-08-01T06:49:39.862Z Fresh ciborium v0.2.2
59082024-08-01T06:49:39.862Z Fresh zone v0.1.8
59092024-08-01T06:49:39.862Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
59102024-08-01T06:49:39.862Z Fresh crossbeam-deque v0.8.5
59112024-08-01T06:49:39.862Z Fresh portpicker v0.1.1
59122024-08-01T06:49:39.862Z Fresh rcgen v0.12.1
59132024-08-01T06:49:39.862Z Fresh subprocess v0.2.9
59142024-08-01T06:49:39.865Z Fresh arrayvec v0.7.4
59152024-08-01T06:49:39.865Z Fresh constant_time_eq v0.3.0
59162024-08-01T06:49:39.865Z Fresh arrayref v0.3.7
59172024-08-01T06:49:39.865Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
59182024-08-01T06:49:39.865Z Fresh rayon-core v1.12.1
59192024-08-01T06:49:39.865Z Fresh num-rational v0.4.2
59202024-08-01T06:49:39.865Z Fresh num-complex v0.4.6
59212024-08-01T06:49:39.865Z Fresh libsw v3.3.1
59222024-08-01T06:49:39.865Z Fresh rayon v1.10.0
59232024-08-01T06:49:39.865Z Fresh cancel-safe-futures v0.1.5
59242024-08-01T06:49:39.865Z Fresh num v0.4.3
59252024-08-01T06:49:39.865Z Fresh owo-colors v4.0.0
59262024-08-01T06:49:39.865Z Fresh linear-map v1.2.0
59272024-08-01T06:49:39.865Z Fresh float-ord v0.3.2
59282024-08-01T06:49:39.865Z Fresh memmap2 v0.9.4
59292024-08-01T06:49:39.865Z Fresh spin v0.5.2
59302024-08-01T06:49:39.865Z Fresh display-error-chain v0.2.0
59312024-08-01T06:49:39.865Z Fresh untrusted v0.7.1
59322024-08-01T06:49:39.865Z Fresh linked-hash-map v0.5.6
59332024-08-01T06:49:39.865Z Fresh blake3 v1.5.1
59342024-08-01T06:49:39.865Z Fresh ring v0.16.20
59352024-08-01T06:49:39.865Z Fresh lru-cache v0.1.2
59362024-08-01T06:49:39.866Z Fresh topological-sort v0.2.2
59372024-08-01T06:49:39.866Z Fresh maplit v1.0.2
59382024-08-01T06:49:39.866Z Fresh toolchain_find v0.4.0
59392024-08-01T06:49:39.866Z Fresh omicron-zone-package v0.11.0
59402024-08-01T06:49:39.866Z Fresh rustfmt-wrapper v0.2.1
59412024-08-01T06:49:39.869Z Fresh tap v1.0.1
59422024-08-01T06:49:39.869Z Fresh wyz v0.5.1
59432024-08-01T06:49:39.869Z Fresh slog-dtrace v0.3.0
59442024-08-01T06:49:39.869Z Fresh radium v0.7.0
59452024-08-01T06:49:39.869Z Fresh resolv-conf v0.7.0
59462024-08-01T06:49:39.869Z Fresh bitfield-struct v0.6.1
59472024-08-01T06:49:39.869Z Fresh funty v2.0.0
59482024-08-01T06:49:39.869Z Fresh crc-catalog v2.4.0
59492024-08-01T06:49:39.872Z Fresh maybe-uninit v2.0.0
59502024-08-01T06:49:39.872Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59512024-08-01T06:49:39.872Z Fresh bitvec v1.0.1
59522024-08-01T06:49:39.872Z Fresh crc v3.2.1
59532024-08-01T06:49:39.872Z Fresh trust-dns-resolver v0.22.0
59542024-08-01T06:49:39.872Z Fresh libefi-sys v0.1.0
59552024-08-01T06:49:39.872Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59562024-08-01T06:49:39.872Z Fresh packed_struct_codegen v0.10.1
59572024-08-01T06:49:39.872Z Fresh gethostname v0.4.3
59582024-08-01T06:49:39.872Z Fresh nodrop v0.1.14
59592024-08-01T06:49:39.872Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59602024-08-01T06:49:39.872Z Fresh keccak v0.1.5
59612024-08-01T06:49:39.872Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59622024-08-01T06:49:39.872Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59632024-08-01T06:49:39.872Z Fresh array-init v0.0.4
59642024-08-01T06:49:39.872Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59652024-08-01T06:49:39.872Z Fresh sha3 v0.10.8
59662024-08-01T06:49:39.872Z Fresh packed_struct v0.10.1
59672024-08-01T06:49:39.872Z Fresh num-bigint-dig v0.8.4
59682024-08-01T06:49:39.872Z Fresh smallvec v0.6.14
59692024-08-01T06:49:39.872Z Fresh bzip2-sys v0.1.11+1.0.8
59702024-08-01T06:49:39.872Z Fresh pkcs1 v0.7.5
59712024-08-01T06:49:39.872Z Fresh signature v2.2.0
59722024-08-01T06:49:39.872Z Fresh secrecy v0.8.0
59732024-08-01T06:49:39.872Z Fresh bitfield v0.14.0
59742024-08-01T06:49:39.872Z Fresh hashbrown v0.12.3
59752024-08-01T06:49:39.872Z Fresh serde-hex v0.1.0
59762024-08-01T06:49:39.872Z Fresh bzip2 v0.4.4
59772024-08-01T06:49:39.872Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
59782024-08-01T06:49:39.873Z Fresh rsa v0.9.6
59792024-08-01T06:49:39.873Z Fresh indexmap v1.9.3
59802024-08-01T06:49:39.873Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59812024-08-01T06:49:39.873Z Fresh env_logger v0.10.2
59822024-08-01T06:49:39.873Z Fresh x509-cert v0.2.5
59832024-08-01T06:49:39.873Z Fresh ron v0.8.1
59842024-08-01T06:49:39.873Z Fresh hashbrown v0.13.2
59852024-08-01T06:49:39.873Z Fresh crc-any v2.5.0
59862024-08-01T06:49:39.876Z Fresh zip v0.6.6
59872024-08-01T06:49:39.876Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
59882024-08-01T06:49:39.876Z Fresh object v0.30.4
59892024-08-01T06:49:39.876Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
59902024-08-01T06:49:39.876Z Fresh path-slash v0.1.5
59912024-08-01T06:49:39.876Z Fresh diff v0.1.13
59922024-08-01T06:49:39.876Z Fresh crunchy v0.2.2
59932024-08-01T06:49:39.876Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
59942024-08-01T06:49:39.876Z Fresh nibble_vec v0.1.0
59952024-08-01T06:49:39.876Z Fresh endian-type v0.1.2
59962024-08-01T06:49:39.876Z Fresh tiny-keccak v2.0.2
59972024-08-01T06:49:39.876Z Fresh ascii-canvas v3.0.0
59982024-08-01T06:49:39.876Z Fresh radix_trie v0.2.1
59992024-08-01T06:49:39.876Z Fresh async-recursion v1.1.1
60002024-08-01T06:49:39.876Z Fresh ref-cast-impl v1.0.23
60012024-08-01T06:49:39.876Z Fresh ena v0.14.3
60022024-08-01T06:49:39.876Z Fresh libloading v0.8.3
60032024-08-01T06:49:39.876Z Fresh regex-syntax v0.6.29
60042024-08-01T06:49:39.876Z Fresh ref-cast v1.0.23
60052024-08-01T06:49:39.876Z Fresh clang-sys v1.7.0
60062024-08-01T06:49:39.876Z Fresh lalrpop v0.19.12
60072024-08-01T06:49:39.876Z Fresh which v4.4.2
60082024-08-01T06:49:39.876Z Fresh cexpr v0.6.0
60092024-08-01T06:49:39.876Z Fresh universal-hash v0.5.1
60102024-08-01T06:49:39.876Z Fresh thiserror-impl-no-std v2.0.2
60112024-08-01T06:49:39.876Z Fresh curve25519-dalek-derive v0.1.1
60122024-08-01T06:49:39.876Z Fresh fxhash v0.2.1
60132024-08-01T06:49:39.876Z Fresh rustc-hash v1.1.0
60142024-08-01T06:49:39.876Z Fresh shlex v1.3.0
60152024-08-01T06:49:39.876Z Fresh lazycell v1.3.0
60162024-08-01T06:49:39.876Z Fresh opaque-debug v0.3.1
60172024-08-01T06:49:39.877Z Fresh thiserror-no-std v2.0.2
60182024-08-01T06:49:39.877Z Fresh curve25519-dalek v4.1.3
60192024-08-01T06:49:39.880Z Fresh bindgen v0.69.4
60202024-08-01T06:49:39.880Z Fresh poly1305 v0.8.0
60212024-08-01T06:49:39.880Z Fresh derive_builder_core v0.20.0
60222024-08-01T06:49:39.880Z Fresh chacha20 v0.9.1
60232024-08-01T06:49:39.880Z Fresh aead v0.5.2
60242024-08-01T06:49:39.880Z Fresh chacha20poly1305 v0.10.1
60252024-08-01T06:49:39.880Z Fresh derive_builder_macro v0.20.0
60262024-08-01T06:49:39.880Z Fresh vsss-rs v3.3.4
60272024-08-01T06:49:39.880Z Fresh strum_macros v0.24.3
60282024-08-01T06:49:39.880Z Fresh pin-project-internal v1.1.5
60292024-08-01T06:49:39.880Z Fresh indoc v1.0.9
60302024-08-01T06:49:39.880Z Fresh libxml v0.3.3
60312024-08-01T06:49:39.880Z Fresh derive_builder v0.20.0
60322024-08-01T06:49:39.880Z Fresh pin-project v1.1.5
60332024-08-01T06:49:39.880Z Fresh polar-core v0.27.3
60342024-08-01T06:49:39.880Z Fresh oso-derive v0.27.3
60352024-08-01T06:49:39.880Z Fresh impl-trait-for-tuples v0.2.2
60362024-08-01T06:49:39.880Z Fresh quick-xml v0.31.0
60372024-08-01T06:49:39.880Z Fresh cookie v0.18.1
60382024-08-01T06:49:39.880Z Fresh oso v0.27.3
60392024-08-01T06:49:39.880Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
60402024-08-01T06:49:39.880Z Fresh samael v0.0.15
60412024-08-01T06:49:39.883Z Fresh buf-list v1.0.3
60422024-08-01T06:49:39.883Z Fresh parking_lot_core v0.8.6
60432024-08-01T06:49:39.883Z Fresh const_format_proc_macros v0.2.32
60442024-08-01T06:49:39.883Z Fresh bb8 v0.8.5
60452024-08-01T06:49:39.883Z Fresh vte_generate_state_changes v0.1.1
60462024-08-01T06:49:39.883Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
60472024-08-01T06:49:39.883Z Fresh unicase v2.7.0
60482024-08-01T06:49:39.884Z Fresh vte v0.11.1
60492024-08-01T06:49:39.884Z Fresh parking_lot v0.11.2
60502024-08-01T06:49:39.884Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
60512024-08-01T06:49:39.884Z Fresh const_format v0.2.32
60522024-08-01T06:49:39.884Z Fresh trust-dns-client v0.22.0
60532024-08-01T06:49:39.884Z Fresh fd-lock v4.0.2
60542024-08-01T06:49:39.884Z Fresh toml v0.5.11
60552024-08-01T06:49:39.884Z Fresh cfg_aliases v0.1.1
60562024-08-01T06:49:39.884Z Fresh strip-ansi-escapes v0.2.0
60572024-08-01T06:49:39.884Z Fresh trust-dns-server v0.22.1
60582024-08-01T06:49:39.884Z Fresh memoffset v0.9.1
60592024-08-01T06:49:39.884Z Fresh sled v0.34.7
60602024-08-01T06:49:39.884Z Fresh kstat-rs v0.2.4
60612024-08-01T06:49:39.884Z Fresh nanorand v0.7.0
60622024-08-01T06:49:39.884Z Fresh nu-ansi-term v0.50.0
60632024-08-01T06:49:39.884Z Fresh flume v0.11.0
60642024-08-01T06:49:39.884Z Fresh nix v0.27.1
60652024-08-01T06:49:39.884Z Fresh reedline v0.31.0
60662024-08-01T06:49:39.884Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60672024-08-01T06:49:39.884Z Fresh snafu-derive v0.8.2
60682024-08-01T06:49:39.884Z Fresh serde-big-array v0.5.1
60692024-08-01T06:49:39.884Z Fresh bytecount v0.6.8
60702024-08-01T06:49:39.884Z Fresh nix v0.28.0
60712024-08-01T06:49:39.884Z Fresh snafu v0.8.2
60722024-08-01T06:49:39.884Z Fresh papergrid v0.11.0
60732024-08-01T06:49:39.884Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
60742024-08-01T06:49:39.884Z Fresh mime_guess v2.0.4
60752024-08-01T06:49:39.884Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60762024-08-01T06:49:39.884Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
60772024-08-01T06:49:39.884Z Fresh tabled_derive v0.7.0
60782024-08-01T06:49:39.884Z Fresh peg-macros v0.8.4
60792024-08-01T06:49:39.884Z Fresh globset v0.4.14
60802024-08-01T06:49:39.884Z Fresh signal-hook-tokio v0.3.1
60812024-08-01T06:49:39.884Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60822024-08-01T06:49:39.884Z Fresh olpc-cjson v0.1.3
60832024-08-01T06:49:39.884Z Fresh serde_plain v1.0.2
60842024-08-01T06:49:39.884Z Fresh sqlparser_derive v0.2.2
60852024-08-01T06:49:39.884Z Fresh unicode_categories v0.1.1
60862024-08-01T06:49:39.884Z Fresh http-range v0.1.5
60872024-08-01T06:49:39.885Z Fresh typed-path v0.7.1
60882024-08-01T06:49:39.885Z Fresh sqlformat v0.2.4
60892024-08-01T06:49:39.885Z Fresh peg v0.8.4
60902024-08-01T06:49:39.885Z Fresh sqlparser v0.45.0
60912024-08-01T06:49:39.885Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60922024-08-01T06:49:39.885Z Fresh tabled v0.15.0
60932024-08-01T06:49:39.885Z Fresh tough v0.17.1
60942024-08-01T06:49:39.885Z Fresh hyper-staticfile v0.9.5
60952024-08-01T06:49:39.885Z Fresh rustyline v14.0.0
60962024-08-01T06:49:39.885Z Fresh bcs v0.1.6
60972024-08-01T06:49:39.885Z Fresh highway v1.1.0
60982024-08-01T06:49:39.885Z Fresh parse-size v1.0.0
60992024-08-01T06:49:39.888Z Fresh rand_seeder v0.2.3
61002024-08-01T06:49:39.888Z Fresh csv-core v0.1.11
61012024-08-01T06:49:39.888Z Fresh number_prefix v0.4.0
61022024-08-01T06:49:39.888Z Fresh is_ci v1.2.0
61032024-08-01T06:49:39.888Z Fresh csv v1.3.0
61042024-08-01T06:49:39.888Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
61052024-08-01T06:49:39.888Z Fresh portable-atomic v1.6.0
61062024-08-01T06:49:39.888Z Fresh supports-color v3.0.0
61072024-08-01T06:49:39.888Z Fresh castaway v0.2.2
61082024-08-01T06:49:39.888Z Fresh unicode-truncate v1.0.0
61092024-08-01T06:49:39.888Z Fresh indicatif v0.17.8
61102024-08-01T06:49:39.888Z Fresh compact_str v0.7.1
61112024-08-01T06:49:39.888Z Fresh itertools v0.13.0
61122024-08-01T06:49:39.888Z Fresh lru v0.12.3
61132024-08-01T06:49:39.888Z Fresh stability v0.2.0
61142024-08-01T06:49:39.888Z Fresh assert_matches v1.5.0
61152024-08-01T06:49:39.888Z Fresh cassowary v0.3.0
61162024-08-01T06:49:39.888Z Fresh ratatui v0.27.0
61172024-08-01T06:49:39.888Z Fresh rtoolbox v0.0.2
61182024-08-01T06:49:39.888Z Fresh smawk v0.3.2
61192024-08-01T06:49:39.889Z Fresh plotters-backend v0.3.5
61202024-08-01T06:49:39.889Z Fresh unicode-linebreak v0.1.5
61212024-08-01T06:49:39.889Z Fresh tui-tree-widget v0.21.0
61222024-08-01T06:49:39.889Z Fresh plotters-svg v0.3.5
61232024-08-01T06:49:39.889Z Fresh rpassword v7.3.1
61242024-08-01T06:49:39.889Z Fresh textwrap v0.16.1
61252024-08-01T06:49:39.889Z Fresh http-body v1.0.0
61262024-08-01T06:49:39.889Z Fresh cargo-platform v0.1.8
61272024-08-01T06:49:39.889Z Fresh yansi v0.5.1
61282024-08-01T06:49:39.889Z Fresh shell-words v1.1.0
61292024-08-01T06:49:39.889Z Fresh tower-layer v0.3.2
61302024-08-01T06:49:39.889Z Fresh cast v0.3.0
61312024-08-01T06:49:39.889Z Fresh hyper v1.3.1
61322024-08-01T06:49:39.889Z Fresh criterion-plot v0.5.0
61332024-08-01T06:49:39.889Z Fresh tower v0.4.13
61342024-08-01T06:49:39.889Z Fresh cargo_metadata v0.18.1
61352024-08-01T06:49:39.889Z Fresh pretty_assertions v1.4.0
61362024-08-01T06:49:39.889Z Fresh plotters v0.3.5
61372024-08-01T06:49:39.889Z Fresh target-lexicon v0.12.14
61382024-08-01T06:49:39.889Z Fresh tinytemplate v1.2.1
61392024-08-01T06:49:39.889Z Fresh anes v0.1.6
61402024-08-01T06:49:39.889Z Fresh oorandom v11.1.3
61412024-08-01T06:49:39.893Z Fresh cfg-expr v0.15.8
61422024-08-01T06:49:39.893Z Fresh criterion v0.5.1
61432024-08-01T06:49:39.893Z Fresh doc-comment v0.3.3
61442024-08-01T06:49:39.893Z Fresh hyper-util v0.1.3
61452024-08-01T06:49:39.893Z Fresh guppy-workspace-hack v0.1.0
61462024-08-01T06:49:39.893Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
61472024-08-01T06:49:39.893Z Fresh rustls-native-certs v0.7.0
61482024-08-01T06:49:39.893Z Fresh httptest v0.15.5
61492024-08-01T06:49:39.893Z Fresh fatfs v0.3.6
61502024-08-01T06:49:39.893Z Fresh escape8259 v0.5.2
61512024-08-01T06:49:39.893Z Fresh threadpool v1.8.1
61522024-08-01T06:49:39.893Z Fresh relative-path v1.9.3
61532024-08-01T06:49:39.893Z Fresh libtest-mimic v0.7.3
61542024-08-01T06:49:39.893Z Fresh hyper-rustls v0.26.0
61552024-08-01T06:49:39.893Z Fresh assert_cmd v2.0.15
61562024-08-01T06:49:39.893Z Fresh target-spec v3.1.0
61572024-08-01T06:49:39.893Z Fresh rstest_macros v0.19.0
61582024-08-01T06:49:39.893Z Fresh blake2b_simd v1.0.2
61592024-08-01T06:49:39.893Z Fresh pathdiff v0.2.1
61602024-08-01T06:49:39.893Z Fresh fancy-regex v0.13.0
61612024-08-01T06:49:39.893Z Fresh uzers v0.11.3
61622024-08-01T06:49:39.893Z Fresh indent_write v2.2.0
61632024-08-01T06:49:39.893Z Fresh nested v0.1.1
61642024-08-01T06:49:39.893Z Fresh futures-timer v3.0.3
61652024-08-01T06:49:39.893Z Fresh trybuild v1.0.97
61662024-08-01T06:49:39.893Z Fresh rust-argon2 v2.1.0
61672024-08-01T06:49:39.893Z Fresh datatest-stable v0.2.9
61682024-08-01T06:49:39.893Z Fresh rstest v0.19.0
61692024-08-01T06:49:39.893Z Fresh guppy v0.17.5
61702024-08-01T06:49:39.893Z Fresh partial-io v0.5.4
61712024-08-01T06:49:39.893Z Fresh similar-asserts v1.5.0
61722024-08-01T06:49:39.893Z Fresh rand_distr v0.4.3
61732024-08-01T06:49:39.893Z Fresh approx v0.5.1
61742024-08-01T06:49:39.893Z Fresh hex-literal v0.4.1
61752024-08-01T06:49:39.894Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
61762024-08-01T06:49:39.894Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
61772024-08-01T06:49:39.894Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
61782024-08-01T06:49:39.894Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61792024-08-01T06:49:39.894Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61802024-08-01T06:49:39.894Z Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
61812024-08-01T06:49:39.894Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
61822024-08-01T06:49:39.894Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
61832024-08-01T06:49:39.894Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61842024-08-01T06:49:39.894Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
61852024-08-01T06:49:39.894Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61862024-08-01T06:49:39.894Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61872024-08-01T06:49:39.894Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
61882024-08-01T06:49:39.894Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
61892024-08-01T06:49:39.894Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
61902024-08-01T06:49:39.894Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61912024-08-01T06:49:39.894Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61922024-08-01T06:49:39.894Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
61932024-08-01T06:49:39.894Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
61942024-08-01T06:49:39.894Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
61952024-08-01T06:49:39.894Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
61962024-08-01T06:49:39.894Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
61972024-08-01T06:49:39.894Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
61982024-08-01T06:49:39.894Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
61992024-08-01T06:49:39.894Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62002024-08-01T06:49:39.894Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
62012024-08-01T06:49:39.894Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
62022024-08-01T06:49:39.894Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62032024-08-01T06:49:39.894Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
62042024-08-01T06:49:39.894Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
62052024-08-01T06:49:39.894Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62062024-08-01T06:49:39.894Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62072024-08-01T06:49:39.894Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62082024-08-01T06:49:39.894Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
62092024-08-01T06:49:39.894Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62102024-08-01T06:49:39.894Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62112024-08-01T06:49:39.894Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62122024-08-01T06:49:39.894Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62132024-08-01T06:49:39.894Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62142024-08-01T06:49:39.895Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62152024-08-01T06:49:39.895Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62162024-08-01T06:49:39.895Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62172024-08-01T06:49:39.895Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62182024-08-01T06:49:39.895Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62192024-08-01T06:49:39.895Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62202024-08-01T06:49:39.895Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62212024-08-01T06:49:39.895Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62222024-08-01T06:49:39.895Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
62232024-08-01T06:49:39.895Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62242024-08-01T06:49:39.895Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62252024-08-01T06:49:39.895Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62262024-08-01T06:49:39.895Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
62272024-08-01T06:49:39.895Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
62282024-08-01T06:49:39.895Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62292024-08-01T06:49:39.895Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62302024-08-01T06:49:39.895Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
62312024-08-01T06:49:39.895Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
62322024-08-01T06:49:39.895Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62332024-08-01T06:49:39.895Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62342024-08-01T06:49:39.895Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
62352024-08-01T06:49:39.895Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
62362024-08-01T06:49:39.895Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62372024-08-01T06:49:39.895Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62382024-08-01T06:49:39.895Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
62392024-08-01T06:49:39.895Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62402024-08-01T06:49:39.895Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62412024-08-01T06:49:39.899Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
62422024-08-01T06:49:39.899Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62432024-08-01T06:49:39.899Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62442024-08-01T06:49:39.899Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62452024-08-01T06:49:39.899Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
62462024-08-01T06:49:39.899Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62472024-08-01T06:49:39.899Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62482024-08-01T06:49:39.899Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62492024-08-01T06:49:39.899Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62502024-08-01T06:49:39.899Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
62512024-08-01T06:49:39.899Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62522024-08-01T06:49:39.899Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62532024-08-01T06:49:39.899Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62542024-08-01T06:49:39.899Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
62552024-08-01T06:49:39.899Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
62562024-08-01T06:49:39.899Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62572024-08-01T06:49:39.899Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62582024-08-01T06:49:39.899Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62592024-08-01T06:49:39.899Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62602024-08-01T06:49:39.899Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62612024-08-01T06:49:39.899Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62622024-08-01T06:49:39.899Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
62632024-08-01T06:49:39.899Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
62642024-08-01T06:49:39.899Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
62652024-08-01T06:49:39.899Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
62662024-08-01T06:49:39.899Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s
62672024-08-01T06:49:39.969Z Doc-tests api_identity
62682024-08-01T06:49:39.969Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-79f6547a0364d691.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62692024-08-01T06:49:40.187Z
62702024-08-01T06:49:40.187Zrunning 0 tests
62712024-08-01T06:49:40.187Z
62722024-08-01T06:49:40.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62732024-08-01T06:49:40.187Z
62742024-08-01T06:49:40.195Z Doc-tests authz-macros
62752024-08-01T06:49:40.198Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b7a6dc1db8e137b5.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62762024-08-01T06:49:40.333Z
62772024-08-01T06:49:40.333Zrunning 7 tests
62782024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
62792024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
62802024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
62812024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
62822024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
62832024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
62842024-08-01T06:49:40.339Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
62852024-08-01T06:49:40.339Z
62862024-08-01T06:49:40.342Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.01s
62872024-08-01T06:49:40.342Z
62882024-08-01T06:49:40.351Z Doc-tests bootstore
62892024-08-01T06:49:40.354Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-4308d304eb3a232b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-806c8caaef16519c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
62902024-08-01T06:49:41.105Z
62912024-08-01T06:49:41.105Zrunning 0 tests
62922024-08-01T06:49:41.105Z
62932024-08-01T06:49:41.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62942024-08-01T06:49:41.105Z
62952024-08-01T06:49:41.131Z Doc-tests bootstrap-agent-api
62962024-08-01T06:49:41.134Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0ef3729f83fb391f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
62972024-08-01T06:49:41.469Z
62982024-08-01T06:49:41.469Zrunning 2 tests
62992024-08-01T06:49:41.472Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
63002024-08-01T06:49:41.472Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
63012024-08-01T06:49:41.472Z
63022024-08-01T06:49:41.472Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63032024-08-01T06:49:41.472Z
63042024-08-01T06:49:41.492Z Doc-tests bootstrap-agent-client
63052024-08-01T06:49:41.495Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-926ac8757f0f8f17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63062024-08-01T06:49:42.236Z
63072024-08-01T06:49:42.236Zrunning 0 tests
63082024-08-01T06:49:42.236Z
63092024-08-01T06:49:42.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63102024-08-01T06:49:42.236Z
63112024-08-01T06:49:42.267Z Doc-tests cockroach-admin-api
63122024-08-01T06:49:42.267Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8fea79ea3990adc2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63132024-08-01T06:49:42.474Z
63142024-08-01T06:49:42.474Zrunning 2 tests
63152024-08-01T06:49:42.477Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
63162024-08-01T06:49:42.477Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
63172024-08-01T06:49:42.477Z
63182024-08-01T06:49:42.477Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63192024-08-01T06:49:42.477Z
63202024-08-01T06:49:42.491Z Doc-tests cockroach-admin-client
63212024-08-01T06:49:42.494Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63222024-08-01T06:49:42.745Z
63232024-08-01T06:49:42.745Zrunning 0 tests
63242024-08-01T06:49:42.745Z
63252024-08-01T06:49:42.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63262024-08-01T06:49:42.746Z
63272024-08-01T06:49:42.765Z Doc-tests cockroach-admin-types
63282024-08-01T06:49:42.768Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63292024-08-01T06:49:42.901Z
63302024-08-01T06:49:42.901Zrunning 0 tests
63312024-08-01T06:49:42.901Z
63322024-08-01T06:49:42.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63332024-08-01T06:49:42.901Z
63342024-08-01T06:49:42.912Z Doc-tests db-macros
63352024-08-01T06:49:42.915Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-686d5fd08dcf1333.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5f637d86c4257330.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63362024-08-01T06:49:43.162Z
63372024-08-01T06:49:43.162Zrunning 3 tests
63382024-08-01T06:49:43.165Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
63392024-08-01T06:49:43.165Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
63402024-08-01T06:49:43.165Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
63412024-08-01T06:49:43.165Z
63422024-08-01T06:49:43.165Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
63432024-08-01T06:49:43.165Z
63442024-08-01T06:49:43.178Z Doc-tests dns-server
63452024-08-01T06:49:43.181Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-03828c44299aa895.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-265b4513e0d3194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63462024-08-01T06:49:43.488Z
63472024-08-01T06:49:43.488Zrunning 0 tests
63482024-08-01T06:49:43.488Z
63492024-08-01T06:49:43.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63502024-08-01T06:49:43.488Z
63512024-08-01T06:49:43.506Z Doc-tests dns-server-api
63522024-08-01T06:49:43.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63532024-08-01T06:49:43.716Z
63542024-08-01T06:49:43.716Zrunning 2 tests
63552024-08-01T06:49:43.719Ztest dns-server-api/src/lib.rs - dns_server_api::api_description (line 110) ... ignored
63562024-08-01T06:49:43.719Ztest dns-server-api/src/lib.rs - dns_server_api::stub_api_description (line 116) ... ignored
63572024-08-01T06:49:43.719Z
63582024-08-01T06:49:43.719Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63592024-08-01T06:49:43.719Z
63602024-08-01T06:49:43.733Z Doc-tests dns-service-client
63612024-08-01T06:49:43.736Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63622024-08-01T06:49:43.994Z
63632024-08-01T06:49:43.994Zrunning 0 tests
63642024-08-01T06:49:43.995Z
63652024-08-01T06:49:43.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63662024-08-01T06:49:43.995Z
63672024-08-01T06:49:44.012Z Doc-tests dpd-client
63682024-08-01T06:49:44.015Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63692024-08-01T06:49:45.271Z
63702024-08-01T06:49:45.271Zrunning 0 tests
63712024-08-01T06:49:45.271Z
63722024-08-01T06:49:45.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63732024-08-01T06:49:45.271Z
63742024-08-01T06:49:45.309Z Doc-tests gateway-api
63752024-08-01T06:49:45.309Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7af3bf2189a0871c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63762024-08-01T06:49:45.660Z
63772024-08-01T06:49:45.660Zrunning 2 tests
63782024-08-01T06:49:45.663Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
63792024-08-01T06:49:45.663Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
63802024-08-01T06:49:45.663Z
63812024-08-01T06:49:45.663Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63822024-08-01T06:49:45.663Z
63832024-08-01T06:49:45.683Z Doc-tests gateway-client
63842024-08-01T06:49:45.686Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63852024-08-01T06:49:46.650Z
63862024-08-01T06:49:46.650Zrunning 0 tests
63872024-08-01T06:49:46.650Z
63882024-08-01T06:49:46.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63892024-08-01T06:49:46.650Z
63902024-08-01T06:49:46.678Z Doc-tests gateway-test-utils
63912024-08-01T06:49:46.678Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-feaecf970e550c06.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63922024-08-01T06:49:47.135Z
63932024-08-01T06:49:47.135Zrunning 0 tests
63942024-08-01T06:49:47.135Z
63952024-08-01T06:49:47.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63962024-08-01T06:49:47.135Z
63972024-08-01T06:49:47.156Z Doc-tests gateway-types
63982024-08-01T06:49:47.159Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-18fbad60cc66c708.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
63992024-08-01T06:49:47.769Z
64002024-08-01T06:49:47.769Zrunning 0 tests
64012024-08-01T06:49:47.769Z
64022024-08-01T06:49:47.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64032024-08-01T06:49:47.769Z
64042024-08-01T06:49:47.796Z Doc-tests illumos-utils
64052024-08-01T06:49:47.799Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7f8f126ad5437185.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e261b85fb018ae95.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-f1f972e6c68aa853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1485d4a43da67925.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-733a48155f454d52.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
64062024-08-01T06:49:49.544Z
64072024-08-01T06:49:49.544Zrunning 0 tests
64082024-08-01T06:49:49.544Z
64092024-08-01T06:49:49.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64102024-08-01T06:49:49.544Z
64112024-08-01T06:49:49.597Z Doc-tests installinator
64122024-08-01T06:49:49.601Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-44cb082cdb6dde01.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64132024-08-01T06:49:50.292Z
64142024-08-01T06:49:50.292Zrunning 0 tests
64152024-08-01T06:49:50.292Z
64162024-08-01T06:49:50.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64172024-08-01T06:49:50.293Z
64182024-08-01T06:49:50.319Z Doc-tests installinator-api
64192024-08-01T06:49:50.322Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64202024-08-01T06:49:50.598Z
64212024-08-01T06:49:50.598Zrunning 2 tests
64222024-08-01T06:49:50.601Ztest installinator-api/src/lib.rs - installinator_api::api_description (line 39) ... ignored
64232024-08-01T06:49:50.601Ztest installinator-api/src/lib.rs - installinator_api::stub_api_description (line 45) ... ignored
64242024-08-01T06:49:50.601Z
64252024-08-01T06:49:50.601Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
64262024-08-01T06:49:50.601Z
64272024-08-01T06:49:50.620Z Doc-tests installinator-client
64282024-08-01T06:49:50.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64292024-08-01T06:49:51.446Z
64302024-08-01T06:49:51.446Zrunning 0 tests
64312024-08-01T06:49:51.446Z
64322024-08-01T06:49:51.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64332024-08-01T06:49:51.446Z
64342024-08-01T06:49:51.476Z Doc-tests installinator-common
64352024-08-01T06:49:51.476Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64362024-08-01T06:49:51.879Z
64372024-08-01T06:49:51.879Zrunning 0 tests
64382024-08-01T06:49:51.879Z
64392024-08-01T06:49:51.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64402024-08-01T06:49:51.879Z
64412024-08-01T06:49:51.902Z Doc-tests internal-dns
64422024-08-01T06:49:51.905Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64432024-08-01T06:49:52.180Z
64442024-08-01T06:49:52.180Zrunning 0 tests
64452024-08-01T06:49:52.180Z
64462024-08-01T06:49:52.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64472024-08-01T06:49:52.180Z
64482024-08-01T06:49:52.201Z Doc-tests ipcc
64492024-08-01T06:49:52.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ --document-private-items -D warnings --error-format human`
64502024-08-01T06:49:52.447Z
64512024-08-01T06:49:52.448Zrunning 0 tests
64522024-08-01T06:49:52.448Z
64532024-08-01T06:49:52.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64542024-08-01T06:49:52.448Z
64552024-08-01T06:49:52.466Z Doc-tests key-manager
64562024-08-01T06:49:52.469Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97a23d2676a85f3f.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-84b557dc895bb844.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f5488e44a47ed19b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64572024-08-01T06:49:52.698Z
64582024-08-01T06:49:52.698Zrunning 0 tests
64592024-08-01T06:49:52.698Z
64602024-08-01T06:49:52.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64612024-08-01T06:49:52.698Z
64622024-08-01T06:49:52.717Z Doc-tests nexus-auth
64632024-08-01T06:49:52.720Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-b7a6dc1db8e137b5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3ad87df9e4e992d7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
64642024-08-01T06:49:53.917Z
64652024-08-01T06:49:53.917Zrunning 0 tests
64662024-08-01T06:49:53.917Z
64672024-08-01T06:49:53.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64682024-08-01T06:49:53.917Z
64692024-08-01T06:49:53.955Z Doc-tests nexus-client
64702024-08-01T06:49:53.955Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64712024-08-01T06:49:55.892Z
64722024-08-01T06:49:55.892Zrunning 0 tests
64732024-08-01T06:49:55.892Z
64742024-08-01T06:49:55.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64752024-08-01T06:49:55.892Z
64762024-08-01T06:49:55.939Z Doc-tests nexus-config
64772024-08-01T06:49:55.942Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
64782024-08-01T06:49:56.470Z
64792024-08-01T06:49:56.470Zrunning 0 tests
64802024-08-01T06:49:56.470Z
64812024-08-01T06:49:56.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64822024-08-01T06:49:56.470Z
64832024-08-01T06:49:56.496Z Doc-tests nexus-db-fixed-data
64842024-08-01T06:49:56.499Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-526cde87f69e3cbb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
64852024-08-01T06:49:56.860Z
64862024-08-01T06:49:56.860Zrunning 0 tests
64872024-08-01T06:49:56.860Z
64882024-08-01T06:49:56.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64892024-08-01T06:49:56.860Z
64902024-08-01T06:49:56.882Z Doc-tests nexus-db-model
64912024-08-01T06:49:56.885Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
64922024-08-01T06:50:08.394Z
64932024-08-01T06:50:08.394Zrunning 2 tests
64942024-08-01T06:50:10.841Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64952024-08-01T06:50:10.844Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64962024-08-01T06:50:10.844Z
64972024-08-01T06:50:10.844Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s
64982024-08-01T06:50:10.844Z
64992024-08-01T06:50:11.033Z Doc-tests nexus-db-queries
65002024-08-01T06:50:11.036Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7cf09df021592b21.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-13c4665dce0e0339.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-686d5fd08dcf1333.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-de692138221074f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-526cde87f69e3cbb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-3ad87df9e4e992d7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65012024-08-01T06:50:13.260Z
65022024-08-01T06:50:13.260Zrunning 1 test
65032024-08-01T06:50:16.741Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
65042024-08-01T06:50:16.741Z
65052024-08-01T06:50:16.741Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.48s
65062024-08-01T06:50:16.741Z
65072024-08-01T06:50:16.807Z Doc-tests nexus-defaults
65082024-08-01T06:50:16.807Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0cbdf58bcc2b964d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65092024-08-01T06:50:17.014Z
65102024-08-01T06:50:17.014Zrunning 0 tests
65112024-08-01T06:50:17.014Z
65122024-08-01T06:50:17.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65132024-08-01T06:50:17.014Z
65142024-08-01T06:50:17.031Z Doc-tests nexus-internal-api
65152024-08-01T06:50:17.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7af3bf2189a0871c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65162024-08-01T06:50:17.422Z
65172024-08-01T06:50:17.422Zrunning 2 tests
65182024-08-01T06:50:17.425Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
65192024-08-01T06:50:17.425Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
65202024-08-01T06:50:17.425Z
65212024-08-01T06:50:17.425Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65222024-08-01T06:50:17.425Z
65232024-08-01T06:50:17.447Z Doc-tests nexus-inventory
65242024-08-01T06:50:17.450Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65252024-08-01T06:50:17.775Z
65262024-08-01T06:50:17.775Zrunning 0 tests
65272024-08-01T06:50:17.775Z
65282024-08-01T06:50:17.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65292024-08-01T06:50:17.775Z
65302024-08-01T06:50:17.796Z Doc-tests nexus-macros-common
65312024-08-01T06:50:17.799Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-614e66af62ae4c0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65322024-08-01T06:50:17.865Z
65332024-08-01T06:50:17.865Zrunning 0 tests
65342024-08-01T06:50:17.865Z
65352024-08-01T06:50:17.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65362024-08-01T06:50:17.865Z
65372024-08-01T06:50:17.874Z Doc-tests nexus-metrics-producer-gc
65382024-08-01T06:50:17.877Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a961eec981278350.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65392024-08-01T06:50:18.259Z
65402024-08-01T06:50:18.259Zrunning 0 tests
65412024-08-01T06:50:18.259Z
65422024-08-01T06:50:18.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65432024-08-01T06:50:18.259Z
65442024-08-01T06:50:18.287Z Doc-tests nexus-networking
65452024-08-01T06:50:18.287Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d7ac17ad64f31a1c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65462024-08-01T06:50:18.669Z
65472024-08-01T06:50:18.669Zrunning 0 tests
65482024-08-01T06:50:18.669Z
65492024-08-01T06:50:18.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65502024-08-01T06:50:18.669Z
65512024-08-01T06:50:18.699Z Doc-tests nexus-reconfigurator-execution
65522024-08-01T06:50:18.704Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65532024-08-01T06:50:19.177Z
65542024-08-01T06:50:19.177Zrunning 0 tests
65552024-08-01T06:50:19.177Z
65562024-08-01T06:50:19.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65572024-08-01T06:50:19.177Z
65582024-08-01T06:50:19.206Z Doc-tests nexus-reconfigurator-planning
65592024-08-01T06:50:19.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65602024-08-01T06:50:19.595Z
65612024-08-01T06:50:19.595Zrunning 0 tests
65622024-08-01T06:50:19.595Z
65632024-08-01T06:50:19.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65642024-08-01T06:50:19.595Z
65652024-08-01T06:50:19.620Z Doc-tests nexus-reconfigurator-preparation
65662024-08-01T06:50:19.623Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65672024-08-01T06:50:19.990Z
65682024-08-01T06:50:19.990Zrunning 0 tests
65692024-08-01T06:50:19.990Z
65702024-08-01T06:50:19.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65712024-08-01T06:50:19.990Z
65722024-08-01T06:50:20.017Z Doc-tests nexus-saga-recovery
65732024-08-01T06:50:20.020Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
65742024-08-01T06:50:20.370Z
65752024-08-01T06:50:20.370Zrunning 0 tests
65762024-08-01T06:50:20.370Z
65772024-08-01T06:50:20.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65782024-08-01T06:50:20.370Z
65792024-08-01T06:50:20.395Z Doc-tests nexus-sled-agent-shared
65802024-08-01T06:50:20.395Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65812024-08-01T06:50:20.770Z
65822024-08-01T06:50:20.770Zrunning 0 tests
65832024-08-01T06:50:20.770Z
65842024-08-01T06:50:20.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65852024-08-01T06:50:20.770Z
65862024-08-01T06:50:20.793Z Doc-tests nexus-test-interface
65872024-08-01T06:50:20.796Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97a23d2676a85f3f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
65882024-08-01T06:50:21.072Z
65892024-08-01T06:50:21.072Zrunning 0 tests
65902024-08-01T06:50:21.072Z
65912024-08-01T06:50:21.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65922024-08-01T06:50:21.072Z
65932024-08-01T06:50:21.094Z Doc-tests nexus-test-utils
65942024-08-01T06:50:21.097Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --document-private-items -D warnings --error-format human`
65952024-08-01T06:50:21.964Z
65962024-08-01T06:50:21.964Zrunning 0 tests
65972024-08-01T06:50:21.964Z
65982024-08-01T06:50:21.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65992024-08-01T06:50:21.964Z
66002024-08-01T06:50:21.998Z Doc-tests nexus-test-utils-macros
66012024-08-01T06:50:22.002Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7d77668615e03e08.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66022024-08-01T06:50:22.077Z
66032024-08-01T06:50:22.077Zrunning 1 test
66042024-08-01T06:50:22.079Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
66052024-08-01T06:50:22.079Z
66062024-08-01T06:50:22.079Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
66072024-08-01T06:50:22.079Z
66082024-08-01T06:50:22.086Z Doc-tests nexus-types
66092024-08-01T06:50:22.089Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8178b3fa3c49cf48.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66102024-08-01T06:50:24.709Z
66112024-08-01T06:50:24.710Zrunning 0 tests
66122024-08-01T06:50:24.710Z
66132024-08-01T06:50:24.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66142024-08-01T06:50:24.710Z
66152024-08-01T06:50:24.773Z Doc-tests omicron-certificates
66162024-08-01T06:50:24.773Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-fb016ee485e0d634.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66172024-08-01T06:50:25.025Z
66182024-08-01T06:50:25.025Zrunning 0 tests
66192024-08-01T06:50:25.025Z
66202024-08-01T06:50:25.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66212024-08-01T06:50:25.025Z
66222024-08-01T06:50:25.044Z Doc-tests omicron-cockroach-admin
66232024-08-01T06:50:25.047Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8f5a04fd93e645ae.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-dbe9ab61333b222e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2a866d25f0933397.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
66242024-08-01T06:50:25.327Z
66252024-08-01T06:50:25.327Zrunning 0 tests
66262024-08-01T06:50:25.328Z
66272024-08-01T06:50:25.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66282024-08-01T06:50:25.328Z
66292024-08-01T06:50:25.348Z Doc-tests omicron-common
66302024-08-01T06:50:25.351Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-79f6547a0364d691.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d20a012748833c91.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-337850740247a4c0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
66312024-08-01T06:50:27.228Z
66322024-08-01T06:50:27.228Zrunning 2 tests
66332024-08-01T06:50:27.326Ztest common/src/lib.rs - FileKv (line 59) ... ignored
66342024-08-01T06:50:32.232Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
66352024-08-01T06:50:32.232Z
66362024-08-01T06:50:32.232Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.00s
66372024-08-01T06:50:32.232Z
66382024-08-01T06:50:32.283Z Doc-tests omicron-ddm-admin-client
66392024-08-01T06:50:32.286Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcc78242d39ea60d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66402024-08-01T06:50:32.533Z
66412024-08-01T06:50:32.533Zrunning 0 tests
66422024-08-01T06:50:32.533Z
66432024-08-01T06:50:32.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66442024-08-01T06:50:32.533Z
66452024-08-01T06:50:32.553Z Doc-tests omicron-gateway
66462024-08-01T06:50:32.557Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fb4459bce045a874.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0ae2c498de7effcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2fe752c3bc6a1893.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-80157821b1c49420.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d8ee6338f2b5246e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66472024-08-01T06:50:33.000Z
66482024-08-01T06:50:33.000Zrunning 0 tests
66492024-08-01T06:50:33.000Z
66502024-08-01T06:50:33.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66512024-08-01T06:50:33.000Z
66522024-08-01T06:50:33.023Z Doc-tests omicron-nexus
66532024-08-01T06:50:33.030Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a961eec981278350.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-40025b17c0ef9678.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-720d86d5dcf90ffe.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f6b0720bce61b2bb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-da37da7bb3db703e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7f2a1b0531a22668.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-2becbf954fbf88a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-569c3193717406fb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-102b73af9766aaa2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9b15e540548cc6ce.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9404ebdbdfba9dc1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f93df49cf002a54d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c8cebd09667ffde1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1b4ed765dfb6565d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-e12fe46eab1f7e94.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-900d6cc24314d208.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-61fbce072501480d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-40847009dbff5336.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5f2979a45a2f711d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7d77668615e03e08.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9b50e8449a526ed9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4dffa66abfb72836.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-68f318e4e25e60b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d4296f49e108e3d9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0a466962aefab71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-64c1821b201c7892.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6c3b2110d09f4892.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2880b49c1495e706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-28641e4df8000168.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
66542024-08-01T06:50:35.934Z
66552024-08-01T06:50:35.934Zrunning 5 tests
66562024-08-01T06:50:35.936Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
66572024-08-01T06:50:39.649Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 752) ... ok
66582024-08-01T06:50:39.652Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok
66592024-08-01T06:50:39.664Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok
66602024-08-01T06:50:39.666Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 774) ... ok
66612024-08-01T06:50:39.666Z
66622024-08-01T06:50:39.666Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.73s
66632024-08-01T06:50:39.666Z
66642024-08-01T06:50:39.757Z Doc-tests omicron-package
66652024-08-01T06:50:39.760Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-985cbf3a62a6f420.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8f26a19463c617f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-583454884849d9fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b6975ea2f6adfb7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66662024-08-01T06:50:39.989Z
66672024-08-01T06:50:39.989Zrunning 0 tests
66682024-08-01T06:50:39.989Z
66692024-08-01T06:50:39.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66702024-08-01T06:50:39.989Z
66712024-08-01T06:50:40.003Z Doc-tests omicron-passwords
66722024-08-01T06:50:40.006Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-945dab18f7340037.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66732024-08-01T06:50:40.116Z
66742024-08-01T06:50:40.116Zrunning 0 tests
66752024-08-01T06:50:40.116Z
66762024-08-01T06:50:40.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66772024-08-01T06:50:40.116Z
66782024-08-01T06:50:40.128Z Doc-tests omicron-rpaths
66792024-08-01T06:50:40.130Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffc9a79ef3004494.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66802024-08-01T06:50:40.196Z
66812024-08-01T06:50:40.196Zrunning 0 tests
66822024-08-01T06:50:40.196Z
66832024-08-01T06:50:40.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66842024-08-01T06:50:40.196Z
66852024-08-01T06:50:40.204Z Doc-tests omicron-sled-agent
66862024-08-01T06:50:40.207Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b3ae93adfffc5e19.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-eb4413130c004412.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-726c4c907d558582.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-801c6d01d300a119.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1b680fb842107e50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-261b25b000742380.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2e940a4cf02b2bd1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5ad37d2386c5c07b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd59205635ad9a37.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-af26edb10df8940e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-316f4a40ece9b044.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-64a5542dcdb29535.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
66872024-08-01T06:50:42.638Z
66882024-08-01T06:50:42.638Zrunning 0 tests
66892024-08-01T06:50:42.638Z
66902024-08-01T06:50:42.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66912024-08-01T06:50:42.638Z
66922024-08-01T06:50:42.699Z Doc-tests omicron-test-utils
66932024-08-01T06:50:42.702Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-453c8acafdedc2f8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-e5b5185874412fa1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-21713b2c99de1406.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bd8b9645e6f00a81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --document-private-items -D warnings --error-format human`
66942024-08-01T06:50:43.002Z
66952024-08-01T06:50:43.002Zrunning 0 tests
66962024-08-01T06:50:43.002Z
66972024-08-01T06:50:43.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66982024-08-01T06:50:43.002Z
66992024-08-01T06:50:43.024Z Doc-tests omicron-uuid-kinds
67002024-08-01T06:50:43.026Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8178b3fa3c49cf48.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --document-private-items -D warnings --error-format human`
67012024-08-01T06:50:43.124Z
67022024-08-01T06:50:43.124Zrunning 0 tests
67032024-08-01T06:50:43.124Z
67042024-08-01T06:50:43.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67052024-08-01T06:50:43.124Z
67062024-08-01T06:50:43.135Z Doc-tests omicron-workspace-hack
67072024-08-01T06:50:43.143Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffd14cf7bf009d44.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-79ef37fead517de5.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-44e70eba0814273c.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2aae3c88f553512e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-78003f9d45d47fa7.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cc72cfd6f92b2ac4.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8177c7b7d6928a3c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-808382e4b1992d77.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3cfa47e91bd2ae23.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-25fb8fced16cd46d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-d87e94ae4f72b2f6.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f1e6a08d6237cea5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-28d3035606952e4a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a9533f89556730b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-eb226e5a4ecba862.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c9b9ade2be1522df.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0cbdf58bcc2b964d.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-772fb82229dfbb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-c2be8791d6e4d3d8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-74a6194e555b79ec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8ac9eee395b6b013.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f8e34dd15fa6846f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-4981cfaa795e6cfe.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-692252b848afbc85.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bca2ea7b2a53805b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-359298743220a9ee.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-bbe910777833fa5b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-8bb268dce45bb223.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-431a1d6823efcc22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2d58dfb6213ec88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
67082024-08-01T06:50:43.198Z
67092024-08-01T06:50:43.198Zrunning 0 tests
67102024-08-01T06:50:43.198Z
67112024-08-01T06:50:43.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67122024-08-01T06:50:43.198Z
67132024-08-01T06:50:43.206Z Doc-tests openapi-manager
67142024-08-01T06:50:43.209Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-99fb197d89b83a79.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0ef3729f83fb391f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-8fea79ea3990adc2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f5b890e8ccf95fda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-c98d28aff432a098.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-240c20a392287b7c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9487a73efc962a63.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-94d391158f30dd2a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a2a27726879d1ada.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
67152024-08-01T06:50:43.600Z
67162024-08-01T06:50:43.600Zrunning 0 tests
67172024-08-01T06:50:43.600Z
67182024-08-01T06:50:43.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67192024-08-01T06:50:43.600Z
67202024-08-01T06:50:43.624Z Doc-tests oxide-client
67212024-08-01T06:50:43.627Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8a07dac83d0f9567.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
67222024-08-01T06:50:48.923Z
67232024-08-01T06:50:48.923Zrunning 196 tests
67242024-08-01T06:50:48.930Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
67252024-08-01T06:50:48.933Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
67262024-08-01T06:50:48.933Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
67272024-08-01T06:50:48.933Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
67282024-08-01T06:50:48.936Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
67292024-08-01T06:50:48.936Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
67302024-08-01T06:50:48.936Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
67312024-08-01T06:50:48.939Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
67322024-08-01T06:50:48.939Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
67332024-08-01T06:50:48.939Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
67342024-08-01T06:50:48.942Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
67352024-08-01T06:50:48.942Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
67362024-08-01T06:50:48.942Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
67372024-08-01T06:50:48.945Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
67382024-08-01T06:50:48.945Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
67392024-08-01T06:50:48.945Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
67402024-08-01T06:50:48.948Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
67412024-08-01T06:50:48.948Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
67422024-08-01T06:50:48.948Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
67432024-08-01T06:50:48.951Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
67442024-08-01T06:50:48.951Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
67452024-08-01T06:50:48.951Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
67462024-08-01T06:50:48.954Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
67472024-08-01T06:50:48.954Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
67482024-08-01T06:50:48.954Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
67492024-08-01T06:50:48.957Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
67502024-08-01T06:50:48.957Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
67512024-08-01T06:50:48.957Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
67522024-08-01T06:50:48.957Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
67532024-08-01T06:50:48.960Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
67542024-08-01T06:50:48.960Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
67552024-08-01T06:50:48.960Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
67562024-08-01T06:50:48.963Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
67572024-08-01T06:50:48.963Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
67582024-08-01T06:50:48.963Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
67592024-08-01T06:50:48.966Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
67602024-08-01T06:50:48.966Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
67612024-08-01T06:50:48.966Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
67622024-08-01T06:50:48.969Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
67632024-08-01T06:50:48.969Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
67642024-08-01T06:50:48.969Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
67652024-08-01T06:50:48.972Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
67662024-08-01T06:50:48.972Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
67672024-08-01T06:50:48.972Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
67682024-08-01T06:50:48.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
67692024-08-01T06:50:48.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
67702024-08-01T06:50:48.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
67712024-08-01T06:50:48.975Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
67722024-08-01T06:50:48.978Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
67732024-08-01T06:50:48.978Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
67742024-08-01T06:50:48.978Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
67752024-08-01T06:50:48.981Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
67762024-08-01T06:50:48.981Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
67772024-08-01T06:50:48.981Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
67782024-08-01T06:50:48.984Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
67792024-08-01T06:50:48.984Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
67802024-08-01T06:50:48.984Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
67812024-08-01T06:50:48.987Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
67822024-08-01T06:50:48.987Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
67832024-08-01T06:50:48.987Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
67842024-08-01T06:50:48.987Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
67852024-08-01T06:50:48.990Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
67862024-08-01T06:50:48.990Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
67872024-08-01T06:50:48.990Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
67882024-08-01T06:50:48.993Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
67892024-08-01T06:50:48.993Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
67902024-08-01T06:50:48.993Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
67912024-08-01T06:50:48.993Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
67922024-08-01T06:50:48.996Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
67932024-08-01T06:50:48.996Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
67942024-08-01T06:50:48.996Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
67952024-08-01T06:50:48.998Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
67962024-08-01T06:50:48.999Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
67972024-08-01T06:50:48.999Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
67982024-08-01T06:50:49.002Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
67992024-08-01T06:50:49.002Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
68002024-08-01T06:50:49.002Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
68012024-08-01T06:50:49.002Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
68022024-08-01T06:50:49.002Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
68032024-08-01T06:50:49.005Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
68042024-08-01T06:50:49.005Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
68052024-08-01T06:50:49.006Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
68062024-08-01T06:50:49.006Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
68072024-08-01T06:50:49.009Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
68082024-08-01T06:50:49.009Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
68092024-08-01T06:50:49.009Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
68102024-08-01T06:50:49.009Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
68112024-08-01T06:50:49.012Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
68122024-08-01T06:50:49.012Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
68132024-08-01T06:50:49.012Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
68142024-08-01T06:50:49.012Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
68152024-08-01T06:50:49.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
68162024-08-01T06:50:49.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
68172024-08-01T06:50:49.015Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
68182024-08-01T06:50:49.018Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
68192024-08-01T06:50:49.018Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
68202024-08-01T06:50:49.018Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
68212024-08-01T06:50:49.018Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
68222024-08-01T06:50:49.021Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
68232024-08-01T06:50:49.021Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
68242024-08-01T06:50:49.021Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
68252024-08-01T06:50:49.024Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
68262024-08-01T06:50:49.024Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
68272024-08-01T06:50:49.024Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
68282024-08-01T06:50:49.024Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
68292024-08-01T06:50:49.027Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
68302024-08-01T06:50:49.027Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
68312024-08-01T06:50:49.027Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
68322024-08-01T06:50:49.027Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
68332024-08-01T06:50:49.030Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
68342024-08-01T06:50:49.030Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
68352024-08-01T06:50:49.030Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
68362024-08-01T06:50:49.032Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
68372024-08-01T06:50:49.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
68382024-08-01T06:50:49.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
68392024-08-01T06:50:49.033Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
68402024-08-01T06:50:49.036Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
68412024-08-01T06:50:49.036Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
68422024-08-01T06:50:49.036Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
68432024-08-01T06:50:49.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
68442024-08-01T06:50:49.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
68452024-08-01T06:50:49.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
68462024-08-01T06:50:49.039Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
68472024-08-01T06:50:49.041Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
68482024-08-01T06:50:49.042Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
68492024-08-01T06:50:49.042Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
68502024-08-01T06:50:49.045Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
68512024-08-01T06:50:49.045Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
68522024-08-01T06:50:49.045Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
68532024-08-01T06:50:49.045Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
68542024-08-01T06:50:49.048Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
68552024-08-01T06:50:49.048Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
68562024-08-01T06:50:49.048Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
68572024-08-01T06:50:49.048Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
68582024-08-01T06:50:49.051Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
68592024-08-01T06:50:49.051Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
68602024-08-01T06:50:49.051Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
68612024-08-01T06:50:49.053Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
68622024-08-01T06:50:49.054Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
68632024-08-01T06:50:49.054Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
68642024-08-01T06:50:49.054Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
68652024-08-01T06:50:49.056Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
68662024-08-01T06:50:49.056Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
68672024-08-01T06:50:49.056Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
68682024-08-01T06:50:49.059Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
68692024-08-01T06:50:49.059Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
68702024-08-01T06:50:49.059Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
68712024-08-01T06:50:49.062Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
68722024-08-01T06:50:49.062Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
68732024-08-01T06:50:49.062Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
68742024-08-01T06:50:49.062Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
68752024-08-01T06:50:49.065Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
68762024-08-01T06:50:49.065Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
68772024-08-01T06:50:49.065Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
68782024-08-01T06:50:49.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
68792024-08-01T06:50:49.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
68802024-08-01T06:50:49.069Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
68812024-08-01T06:50:49.072Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
68822024-08-01T06:50:49.072Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
68832024-08-01T06:50:49.072Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
68842024-08-01T06:50:49.072Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
68852024-08-01T06:50:49.072Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
68862024-08-01T06:50:49.075Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
68872024-08-01T06:50:49.075Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
68882024-08-01T06:50:49.075Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
68892024-08-01T06:50:49.075Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
68902024-08-01T06:50:49.078Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
68912024-08-01T06:50:49.078Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
68922024-08-01T06:50:49.078Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
68932024-08-01T06:50:49.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
68942024-08-01T06:50:49.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
68952024-08-01T06:50:49.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
68962024-08-01T06:50:49.081Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
68972024-08-01T06:50:49.084Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
68982024-08-01T06:50:49.084Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
68992024-08-01T06:50:49.084Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
69002024-08-01T06:50:49.084Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
69012024-08-01T06:50:49.088Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
69022024-08-01T06:50:49.088Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
69032024-08-01T06:50:49.088Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
69042024-08-01T06:50:49.088Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
69052024-08-01T06:50:49.091Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
69062024-08-01T06:50:49.091Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
69072024-08-01T06:50:49.091Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
69082024-08-01T06:50:49.091Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
69092024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
69102024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
69112024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
69122024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
69132024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
69142024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
69152024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
69162024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
69172024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
69182024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
69192024-08-01T06:50:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
69202024-08-01T06:50:49.098Z
69212024-08-01T06:50:49.098Ztest result: ok. 0 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.17s
69222024-08-01T06:50:49.098Z
69232024-08-01T06:50:49.225Z Doc-tests oximeter
69242024-08-01T06:50:49.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-954b4ae765069e1a.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69252024-08-01T06:50:49.467Z
69262024-08-01T06:50:49.467Zrunning 2 tests
69272024-08-01T06:50:49.470Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
69282024-08-01T06:50:50.611Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
69292024-08-01T06:50:50.611Z
69302024-08-01T06:50:50.611Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.14s
69312024-08-01T06:50:50.611Z
69322024-08-01T06:50:50.638Z Doc-tests oximeter-api
69332024-08-01T06:50:50.642Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69342024-08-01T06:50:50.881Z
69352024-08-01T06:50:50.881Zrunning 2 tests
69362024-08-01T06:50:50.884Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
69372024-08-01T06:50:50.884Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
69382024-08-01T06:50:50.884Z
69392024-08-01T06:50:50.884Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
69402024-08-01T06:50:50.884Z
69412024-08-01T06:50:50.904Z Doc-tests oximeter-client
69422024-08-01T06:50:50.908Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69432024-08-01T06:50:51.202Z
69442024-08-01T06:50:51.202Zrunning 0 tests
69452024-08-01T06:50:51.202Z
69462024-08-01T06:50:51.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69472024-08-01T06:50:51.202Z
69482024-08-01T06:50:51.222Z Doc-tests oximeter-collector
69492024-08-01T06:50:51.225Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-096a47ba429b95c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-38fa23a331312cdb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-31bd661e10e0c17e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1617a95f6695d603.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69502024-08-01T06:50:51.703Z
69512024-08-01T06:50:51.703Zrunning 0 tests
69522024-08-01T06:50:51.703Z
69532024-08-01T06:50:51.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69542024-08-01T06:50:51.704Z
69552024-08-01T06:50:51.734Z Doc-tests oximeter-db
69562024-08-01T06:50:51.734Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-864668b8f53d54e9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e14db67b940ea47f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-991e2487171b06da.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-231b7762616c8b45.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-552c048f6329a6fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-9569f95cc1e2d87d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b1293a7069f8e431.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-32d4721e52d03426.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b833223a7c0b0e8f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --document-private-items -D warnings --error-format human`
69572024-08-01T06:50:53.078Z
69582024-08-01T06:50:53.078Zrunning 1 test
69592024-08-01T06:50:53.081Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
69602024-08-01T06:50:53.081Z
69612024-08-01T06:50:53.081Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
69622024-08-01T06:50:53.081Z
69632024-08-01T06:50:53.124Z Doc-tests oximeter-impl
69642024-08-01T06:50:53.129Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_impl --test oximeter/impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-b3365ca65559241e.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6d751a1e2a476355.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-c9999b2fca6c49ff.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-2ed2174795a11dcf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c8fc2a8c2d3f43c6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d37737ee398aa5da.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-41c9993a9eb62f39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-93e7abec728aa4d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69652024-08-01T06:50:53.828Z
69662024-08-01T06:50:53.828Zrunning 11 tests
69672024-08-01T06:50:54.222Ztest oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok
69682024-08-01T06:51:01.931Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 511) ... ok
69692024-08-01T06:51:01.934Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
69702024-08-01T06:51:01.983Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
69712024-08-01T06:51:01.986Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
69722024-08-01T06:51:02.163Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
69732024-08-01T06:51:02.251Ztest oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok
69742024-08-01T06:51:02.431Ztest oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok
69752024-08-01T06:51:04.751Ztest oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok
69762024-08-01T06:51:04.754Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 910) ... ok
69772024-08-01T06:51:09.292Ztest oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok
69782024-08-01T06:51:09.292Z
69792024-08-01T06:51:09.295Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.46s
69802024-08-01T06:51:09.295Z
69812024-08-01T06:51:09.327Z Doc-tests oximeter-instruments
69822024-08-01T06:51:09.327Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-826790931abc6185.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2e6774354861b638.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --document-private-items -D warnings --error-format human`
69832024-08-01T06:51:09.708Z
69842024-08-01T06:51:09.709Zrunning 0 tests
69852024-08-01T06:51:09.709Z
69862024-08-01T06:51:09.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69872024-08-01T06:51:09.709Z
69882024-08-01T06:51:09.735Z Doc-tests oximeter-macro-impl
69892024-08-01T06:51:09.738Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e286ff00e1400ba2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e17607dd99b05496.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69902024-08-01T06:51:09.819Z
69912024-08-01T06:51:09.819Zrunning 0 tests
69922024-08-01T06:51:09.819Z
69932024-08-01T06:51:09.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69942024-08-01T06:51:09.819Z
69952024-08-01T06:51:09.828Z Doc-tests oximeter-producer
69962024-08-01T06:51:09.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a8158f3031edf644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-0593f0228022c6d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7eb16a366d41c999.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
69972024-08-01T06:51:10.184Z
69982024-08-01T06:51:10.184Zrunning 0 tests
69992024-08-01T06:51:10.184Z
70002024-08-01T06:51:10.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70012024-08-01T06:51:10.184Z
70022024-08-01T06:51:10.212Z Doc-tests oximeter-timeseries-macro
70032024-08-01T06:51:10.215Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e286ff00e1400ba2.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a4d239892243f30a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-954b4ae765069e1a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a78d9d4c0031289.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ae0078a8307e25e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1fcd1d7888a06fc5.rlib --extern proc_macro -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70042024-08-01T06:51:10.432Z
70052024-08-01T06:51:10.432Zrunning 0 tests
70062024-08-01T06:51:10.432Z
70072024-08-01T06:51:10.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70082024-08-01T06:51:10.432Z
70092024-08-01T06:51:10.450Z Doc-tests oxlog
70102024-08-01T06:51:10.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-733a48155f454d52.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70112024-08-01T06:51:10.527Z
70122024-08-01T06:51:10.528Zrunning 0 tests
70132024-08-01T06:51:10.528Z
70142024-08-01T06:51:10.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70152024-08-01T06:51:10.528Z
70162024-08-01T06:51:10.536Z Doc-tests sled-agent-client
70172024-08-01T06:51:10.540Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-11cd0bc3ee7f42b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70182024-08-01T06:51:12.241Z
70192024-08-01T06:51:12.241Zrunning 0 tests
70202024-08-01T06:51:12.241Z
70212024-08-01T06:51:12.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70222024-08-01T06:51:12.241Z
70232024-08-01T06:51:12.281Z Doc-tests sled-agent-types
70242024-08-01T06:51:12.281Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4dbf8e075559f031.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4d9c508c571f49df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e87375a56b30fc2f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70252024-08-01T06:51:12.716Z
70262024-08-01T06:51:12.716Zrunning 0 tests
70272024-08-01T06:51:12.716Z
70282024-08-01T06:51:12.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70292024-08-01T06:51:12.716Z
70302024-08-01T06:51:12.741Z Doc-tests sled-hardware
70312024-08-01T06:51:12.744Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-430284e759adaac9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-7f01a3ebc114b786.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8dc8456b4c6de948.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c6a604eeb8a50962.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1dd4f2ecb38274b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70322024-08-01T06:51:13.105Z
70332024-08-01T06:51:13.105Zrunning 0 tests
70342024-08-01T06:51:13.106Z
70352024-08-01T06:51:13.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70362024-08-01T06:51:13.106Z
70372024-08-01T06:51:13.128Z Doc-tests sled-hardware-types
70382024-08-01T06:51:13.131Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06ee495d4bf52d36.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dd021d1ab6e267f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70392024-08-01T06:51:13.391Z
70402024-08-01T06:51:13.391Zrunning 0 tests
70412024-08-01T06:51:13.391Z
70422024-08-01T06:51:13.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70432024-08-01T06:51:13.391Z
70442024-08-01T06:51:13.411Z Doc-tests sled-storage
70452024-08-01T06:51:13.414Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-433a64dab820d45d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-2c55214726a14bc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0532b6ac060b0864.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d5881403b6c9599.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --cfg 'feature="testing"' --document-private-items -D warnings --error-format human`
70462024-08-01T06:51:13.843Z
70472024-08-01T06:51:13.843Zrunning 0 tests
70482024-08-01T06:51:13.843Z
70492024-08-01T06:51:13.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70502024-08-01T06:51:13.843Z
70512024-08-01T06:51:13.868Z Doc-tests sp-sim
70522024-08-01T06:51:13.871Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ce7522cd55cd5cd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-278aedba0c2fdce8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70532024-08-01T06:51:14.301Z
70542024-08-01T06:51:14.301Zrunning 0 tests
70552024-08-01T06:51:14.301Z
70562024-08-01T06:51:14.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70572024-08-01T06:51:14.302Z
70582024-08-01T06:51:14.325Z Doc-tests tufaceous
70592024-08-01T06:51:14.328Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-458ab224f4921e74.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4ecb5c901e950536.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7caed65f3b10e6c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70602024-08-01T06:51:14.614Z
70612024-08-01T06:51:14.614Zrunning 0 tests
70622024-08-01T06:51:14.614Z
70632024-08-01T06:51:14.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70642024-08-01T06:51:14.614Z
70652024-08-01T06:51:14.634Z Doc-tests tufaceous-lib
70662024-08-01T06:51:14.637Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-24441c61a0f83cf3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae87c7fd6f493bf.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70672024-08-01T06:51:15.043Z
70682024-08-01T06:51:15.043Zrunning 0 tests
70692024-08-01T06:51:15.043Z
70702024-08-01T06:51:15.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70712024-08-01T06:51:15.043Z
70722024-08-01T06:51:15.066Z Doc-tests typed-rng
70732024-08-01T06:51:15.069Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8178b3fa3c49cf48.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a5aa007037dee9b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70742024-08-01T06:51:15.145Z
70752024-08-01T06:51:15.145Zrunning 0 tests
70762024-08-01T06:51:15.145Z
70772024-08-01T06:51:15.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70782024-08-01T06:51:15.145Z
70792024-08-01T06:51:15.153Z Doc-tests update-common
70802024-08-01T06:51:15.159Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-97034b78d1593ff4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70812024-08-01T06:51:15.451Z
70822024-08-01T06:51:15.451Zrunning 0 tests
70832024-08-01T06:51:15.451Z
70842024-08-01T06:51:15.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
70852024-08-01T06:51:15.451Z
70862024-08-01T06:51:15.473Z Doc-tests update-engine
70872024-08-01T06:51:15.475Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0d252755c19a2bf5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-694d1522ada46b22.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-aa657583645be173.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0f56e7e94385c67e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f12a2c84b800d882.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70882024-08-01T06:51:15.985Z
70892024-08-01T06:51:15.985Zrunning 3 tests
70902024-08-01T06:51:15.988Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
70912024-08-01T06:51:15.988Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
70922024-08-01T06:51:15.988Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
70932024-08-01T06:51:15.988Z
70942024-08-01T06:51:15.988Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
70952024-08-01T06:51:15.988Z
70962024-08-01T06:51:16.007Z Doc-tests wicket
70972024-08-01T06:51:16.010Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d3c8a66fdcfece1a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ac2c4e4e7a7f3c52.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c7813f69aff2f6b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-41243ee3ff55b5ca.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-2b8fe0ad8ccc3585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7980028c3cc4fe01.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6a76066da9b6cdd3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-44ff484641867be5.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6a4b8e8f9efe82a7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b49d375e5576b095.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ddee03847143bdd0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
70982024-08-01T06:51:16.919Z
70992024-08-01T06:51:16.919Zrunning 0 tests
71002024-08-01T06:51:16.919Z
71012024-08-01T06:51:16.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71022024-08-01T06:51:16.919Z
71032024-08-01T06:51:16.951Z Doc-tests wicket-common
71042024-08-01T06:51:16.954Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71052024-08-01T06:51:17.503Z
71062024-08-01T06:51:17.503Zrunning 0 tests
71072024-08-01T06:51:17.503Z
71082024-08-01T06:51:17.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71092024-08-01T06:51:17.503Z
71102024-08-01T06:51:17.529Z Doc-tests wicket-dbg
71112024-08-01T06:51:17.533Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b3b1e9af3bdffe4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-54dfe5b29e4a969d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-75cdd7c8ac36fcad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-85a5aec2fa9a3b99.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a1eddd12c617e744.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71122024-08-01T06:51:17.880Z
71132024-08-01T06:51:17.880Zrunning 0 tests
71142024-08-01T06:51:17.880Z
71152024-08-01T06:51:17.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71162024-08-01T06:51:17.880Z
71172024-08-01T06:51:17.903Z Doc-tests wicketd
71182024-08-01T06:51:17.906Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-97a23d2676a85f3f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-926ac8757f0f8f17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0f57723164d44c5d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0ca0c6ee2251a771.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e0e8ea2fc1cd3614.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-51d9fa670f0b2fce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3d58bb4bd40d1650.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7ccfda032a1fa2b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-18fbad60cc66c708.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-3db2242be80a3df7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-2385d9a2adf4dce5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-19bd34fc86dbda3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ecd87a5ed415ede1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-003b4f0a231f4d90.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-05eb7514915c9e7d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-7725fdec71d359a0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-e6784a9dffa2d9d9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-c18cec938dd4cc5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c805dff4444bae24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-44b1bb51cfa268dc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-562ae0120154c1b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-cdd4f1aa02705da9.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-c4c98230b3c24f2f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-e278c1d93ff2dba4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9f0a4baf47e5a5f1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-022dea83936e2d44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-aba0f1947f43ff11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2ff039cd5aaa5e2e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e58089b60b43a635.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-06d50afcfe7c0eda.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2515a19747da9604.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-062d49f64096cb65.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-6326d9cc4c14e5c3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1f8c5c06ed93d3b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e0746716256228a7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71192024-08-01T06:51:18.519Z
71202024-08-01T06:51:18.519Zrunning 0 tests
71212024-08-01T06:51:18.519Z
71222024-08-01T06:51:18.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71232024-08-01T06:51:18.519Z
71242024-08-01T06:51:18.549Z Doc-tests wicketd-api
71252024-08-01T06:51:18.552Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-926ac8757f0f8f17.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-432a46df7e250d24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-794a6cc37ab2335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-d9cde68d4b283cb0.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71262024-08-01T06:51:18.957Z
71272024-08-01T06:51:18.957Zrunning 2 tests
71282024-08-01T06:51:18.960Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
71292024-08-01T06:51:18.960Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
71302024-08-01T06:51:18.960Z
71312024-08-01T06:51:18.960Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
71322024-08-01T06:51:18.960Z
71332024-08-01T06:51:18.983Z Doc-tests wicketd-client
71342024-08-01T06:51:18.985Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-97034b78d1593ff4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0fb9f6b647e5a4f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b96c4da724f9735a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-74bc8a1c25cfbf3d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2b6510bd4081bb0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1b2d1eaa4bd56ef6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-da3429ff12e30b86.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-390ad16dd797e327.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-30db8036d64b29f4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-10588a8b985f0175.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0af1b8a0829f7b24.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71352024-08-01T06:51:20.568Z
71362024-08-01T06:51:20.568Zrunning 0 tests
71372024-08-01T06:51:20.568Z
71382024-08-01T06:51:20.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71392024-08-01T06:51:20.568Z
71402024-08-01T06:51:20.611Z Doc-tests xtask-downloader
71412024-08-01T06:51:20.611Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d7ac17ad64f31a1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb3727dfc2dc9e5a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-395d6e606e633c76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d0c20ca330d6d581.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4852e09b74e11301.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-df5946cd2e86f0ce.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71422024-08-01T06:51:20.800Z
71432024-08-01T06:51:20.800Zrunning 1 test
71442024-08-01T06:51:20.803Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
71452024-08-01T06:51:20.803Z
71462024-08-01T06:51:20.803Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
71472024-08-01T06:51:20.803Z
71482024-08-01T06:51:20.815Z Doc-tests zone-setup
71492024-08-01T06:51:20.818Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-feaecf970e550c06.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-51b4c12329fada93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7af3bf2189a0871c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-06ee495d4bf52d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cc23028b6a3e4378.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0b98ec09b927f932.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-e286ff00e1400ba2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97a4cc5a166528a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4768e9e481ff3473.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c3e8cd28eaa5f218.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e52650c0e0b57180.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b117289a7f7cf2e.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e1323fade2887d73.rlib -C embed-bitcode=no --document-private-items -D warnings --error-format human`
71502024-08-01T06:51:21.071Z
71512024-08-01T06:51:21.071Zrunning 0 tests
71522024-08-01T06:51:21.071Z
71532024-08-01T06:51:21.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71542024-08-01T06:51:21.071Z
71552024-08-01T06:51:21.150Z
71562024-08-01T06:51:21.150Zreal 1:43.141360113
71572024-08-01T06:51:21.151Zuser 1:49.040201838
71582024-08-01T06:51:21.151Zsys 47.102616799
71592024-08-01T06:51:21.151Ztrap 0.023387684
71602024-08-01T06:51:21.151Ztflt 1.088082334
71612024-08-01T06:51:21.151Zdflt 5.898736052
71622024-08-01T06:51:21.151Zkflt 0.018987061
71632024-08-01T06:51:21.151Zlock 1:25.719567565
71642024-08-01T06:51:21.151Zslp 11:44.452010778
71652024-08-01T06:51:21.151Zlat 3.151441173
71662024-08-01T06:51:21.154Zstop 6.700961260
71672024-08-01T06:51:21.154Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
71682024-08-01T06:51:21.157Z+ unset TMPDIR
71692024-08-01T06:51:21.157Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
71702024-08-01T06:51:21.157Zfiles in /var/tmp/omicron_tmp (none expected on success):
71712024-08-01T06:51:21.157Z+ find /var/tmp/omicron_tmp -ls
71722024-08-01T06:51:21.159Z163916 11 drwxr-xr-x 2 build build 2 Aug 1 06:51 /var/tmp/omicron_tmp
71732024-08-01T06:51:21.159Z+ rmdir /var/tmp/omicron_tmp
71742024-08-01T06:51:22.120Zprocess exited: duration 4002286 ms, exit code 0
 
71752024-08-01T06:51:22.136Zfound 1 output files
71762024-08-01T06:51:22.153Zuploading: /work/crate-build-timings.json (512895 bytes)
71772024-08-01T06:51:23.161Zuploaded: /work/crate-build-timings.json