01HX7GNDH4Q3GSK1S3X69NX5CZ: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HX7GNR0YVV48ZBZCAJ51VHXP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-06T17:55:24.067Zjob assigned to worker 01HX7GNSQSJ4Z875CGK5QTN3F8 (queued for 1 m 0 s)
 
22024-05-06T17:55:31.691Zstarting task 0: "setup"
32024-05-06T17:55:31.749Z++ uname -s
42024-05-06T17:55:31.762Z+ kern=SunOS
52024-05-06T17:55:31.763Z+ case "$kern" in
62024-05-06T17:55:31.763Z+ groupadd -g 12345 build
72024-05-06T17:55:31.763Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-06T17:55:34.174Z+ zfs create -o mountpoint=/work rpool/work
92024-05-06T17:55:34.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-06T17:55:34.180Z+ home_fs=zfs
112024-05-06T17:55:34.180Z+ [[ zfs == autofs ]]
122024-05-06T17:55:34.180Z+ mkdir -p /home/build
132024-05-06T17:55:34.180Z+ chown build:build /home/build /work
142024-05-06T17:55:35.910Z+ chmod 0700 /home/build /work
152024-05-06T17:55:35.918Zprocess exited: duration 4228 ms, exit code 0
 
162024-05-06T17:55:35.940Zstarting task 1: "rust-toolchain"
172024-05-06T17:55:35.954Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-06T17:55:35.955Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-06T17:55:36.075Zinfo: downloading installer
202024-05-06T17:55:37.651Zwarning: it looks like you have an existing installation of Rust at:
212024-05-06T17:55:37.651Zwarning: /opt/ooce/bin
222024-05-06T17:55:37.651Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-06T17:55:37.651Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-06T17:55:37.651Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-06T17:55:37.651Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-06T17:55:37.652Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-06T17:55:37.652Zerror: cannot install while Rust is installed
282024-05-06T17:55:37.652Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-06T17:55:37.755Zinfo: profile set to 'default'
302024-05-06T17:55:37.755Zinfo: default host triple is x86_64-unknown-illumos
312024-05-06T17:55:37.783Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-06T17:55:37.880Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-06T17:55:37.880Zinfo: downloading component 'cargo'
342024-05-06T17:55:38.641Zinfo: downloading component 'clippy'
352024-05-06T17:55:38.910Zinfo: downloading component 'rust-docs'
362024-05-06T17:55:39.899Zinfo: downloading component 'rust-std'
372024-05-06T17:55:41.642Zinfo: downloading component 'rustc'
382024-05-06T17:55:45.935Zinfo: downloading component 'rustfmt'
392024-05-06T17:55:46.244Zinfo: installing component 'cargo'
402024-05-06T17:55:47.076Zinfo: installing component 'clippy'
412024-05-06T17:55:47.448Zinfo: installing component 'rust-docs'
422024-05-06T17:55:48.845Zinfo: installing component 'rust-std'
432024-05-06T17:55:50.702Zinfo: installing component 'rustc'
442024-05-06T17:55:54.802Zinfo: installing component 'rustfmt'
452024-05-06T17:55:55.151Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-06T17:55:55.151Z
472024-05-06T17:55:55.425Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-06T17:55:55.425Z
492024-05-06T17:55:55.434Z
502024-05-06T17:55:55.434ZRust is installed now. Great!
512024-05-06T17:55:55.434Z
522024-05-06T17:55:55.434ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-06T17:55:55.434Zenvironment variable. This has not been done automatically.
542024-05-06T17:55:55.435Z
552024-05-06T17:55:55.435ZTo configure your current shell, you need to source
562024-05-06T17:55:55.435Zthe corresponding env file under $HOME/.cargo.
572024-05-06T17:55:55.435Z
582024-05-06T17:55:55.435ZThis is usually done by running one of the following (note the leading DOT):
592024-05-06T17:55:55.435Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-06T17:55:55.436Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-06T17:55:55.496Z+ rustc --version
622024-05-06T17:55:55.566Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-06T17:55:55.582Zprocess exited: duration 19624 ms, exit code 0
 
642024-05-06T17:55:55.602Zstarting task 2: "authentication"
652024-05-06T17:55:55.636Zprocess exited: duration 37 ms, exit code 0
 
662024-05-06T17:55:55.643Zstarting task 3: "clone repository"
672024-05-06T17:55:55.648Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-06T17:55:55.651Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-06T17:55:55.803ZCloning into '/work/oxidecomputer/omicron'...
702024-05-06T17:56:04.271Z+ cd /work/oxidecomputer/omicron
712024-05-06T17:56:04.272Z+ git fetch origin 0d311ea1351d058f8dca774225a5a54f0bdd62c1
722024-05-06T17:56:04.632ZFrom https://github.com/oxidecomputer/omicron
732024-05-06T17:56:04.632Z * branch 0d311ea1351d058f8dca774225a5a54f0bdd62c1 -> FETCH_HEAD
742024-05-06T17:56:04.642Z+ [[ -n api-typo ]]
752024-05-06T17:56:04.642Z++ git branch --show-current
762024-05-06T17:56:04.642Z+ current=main
772024-05-06T17:56:04.642Z+ [[ main != api-typo ]]
782024-05-06T17:56:04.642Z+ git branch -f api-typo 0d311ea1351d058f8dca774225a5a54f0bdd62c1
792024-05-06T17:56:04.650Z+ git checkout -f api-typo
802024-05-06T17:56:04.765ZSwitched to branch 'api-typo'
812024-05-06T17:56:04.770Z+ git reset --hard 0d311ea1351d058f8dca774225a5a54f0bdd62c1
822024-05-06T17:56:04.783ZHEAD is now at 0d311ea13 API typos
832024-05-06T17:56:04.790Zprocess exited: duration 9137 ms, exit code 0
 
842024-05-06T17:56:04.804Zstarting task 4: "build"
852024-05-06T17:56:04.811Z+ cargo --version
862024-05-06T17:56:04.816Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-06T17:56:04.964Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-06T17:56:04.964Zinfo: downloading component 'cargo'
892024-05-06T17:56:05.758Zinfo: downloading component 'clippy'
902024-05-06T17:56:06.019Zinfo: downloading component 'rust-docs'
912024-05-06T17:56:07.086Zinfo: downloading component 'rust-std'
922024-05-06T17:56:08.647Zinfo: downloading component 'rustc'
932024-05-06T17:56:12.850Zinfo: downloading component 'rustfmt'
942024-05-06T17:56:13.089Zinfo: installing component 'cargo'
952024-05-06T17:56:13.905Zinfo: installing component 'clippy'
962024-05-06T17:56:14.248Zinfo: installing component 'rust-docs'
972024-05-06T17:56:15.646Zinfo: installing component 'rust-std'
982024-05-06T17:56:17.274Zinfo: installing component 'rustc'
992024-05-06T17:56:21.344Zinfo: installing component 'rustfmt'
1002024-05-06T17:56:21.735Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-06T17:56:21.747Z+ rustc --version
1022024-05-06T17:56:21.803Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-06T17:56:21.807Z+ source ./env.sh
1042024-05-06T17:56:21.810Z++ set -o xtrace
1052024-05-06T17:56:21.810Z++++ dirname ./env.sh
1062024-05-06T17:56:21.813Z+++ readlink -f .
1072024-05-06T17:56:21.915Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-05-06T17:56:21.923Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-05-06T17:56:21.923Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-05-06T17:56:21.924Z++ 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
1112024-05-06T17:56:21.924Z++ 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
1122024-05-06T17:56:21.924Z++ 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
1132024-05-06T17:56:21.924Z++ 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
1142024-05-06T17:56:21.924Z++ 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
1152024-05-06T17:56:21.924Z++ 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
1162024-05-06T17:56:21.924Z++ unset OMICRON_WS
1172024-05-06T17:56:21.924Z++ set +o xtrace
1182024-05-06T17:56:22.023Z
1192024-05-06T17:56:22.023Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-05-06T17:56:22.023Z # # # # # # # # # # # # # # #
1212024-05-06T17:56:22.023Z # # # # ##### # # ##### # # # # # #### #
1222024-05-06T17:56:22.023Z ##### ##### # ##### # # # # # # # # #
1232024-05-06T17:56:22.023Z # # # # # # # # # # # # # # #
1242024-05-06T17:56:22.023Z # # # ###### # # ###### ### # #### # #### #
1252024-05-06T17:56:22.023Z
1262024-05-06T17:56:34.737Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-05-06T17:56:37.057ZPlanning: Solver setup ... Done (0.940s)
1282024-05-06T17:56:37.071ZPlanning: Running solver ... Done (0.017s)
1292024-05-06T17:56:37.107ZPlanning: Finding local manifests ... Done (0.003s)
1302024-05-06T17:56:37.113ZPlanning: Fetching manifests: 0/4 0% complete
1312024-05-06T17:56:37.494ZPlanning: Fetching manifests: 4/4 100% complete
1322024-05-06T17:56:37.542ZPlanning: Package planning ... Done (0.048s)
1332024-05-06T17:56:37.592ZPlanning: Merging actions ... Done (0.051s)
1342024-05-06T17:56:38.790ZPlanning: Checking for conflicting actions ... Done (1.196s)
1352024-05-06T17:56:38.801ZPlanning: Consolidating action changes ... Done (0.011s)
1362024-05-06T17:56:44.482ZPlanning: Evaluating mediators ... Done (5.680s)
1372024-05-06T17:56:44.489ZPlanning: Planning completed in 9.75 seconds
1382024-05-06T17:56:45.431Z Packages to install: 4
1392024-05-06T17:56:45.431Z Mediators to change: 2
1402024-05-06T17:56:45.431Z Services to change: 1
1412024-05-06T17:56:45.431Z Estimated space available: 155.31 GB
1422024-05-06T17:56:45.431ZEstimated space to be consumed: 1.44 GB
1432024-05-06T17:56:45.432Z Create boot environment: No
1442024-05-06T17:56:45.432ZCreate backup boot environment: No
1452024-05-06T17:56:45.439Z Rebuild boot archive: No
1462024-05-06T17:56:45.440Z
1472024-05-06T17:56:45.440ZChanged mediators:
1482024-05-06T17:56:45.440Z mediator clang:
1492024-05-06T17:56:45.440Z version: None -> 15 (system default)
1502024-05-06T17:56:45.440Z
1512024-05-06T17:56:45.440Z mediator llvm:
1522024-05-06T17:56:45.440Z version: 14 (system default) -> 15 (system default)
1532024-05-06T17:56:45.440Z
1542024-05-06T17:56:45.441ZChanged packages:
1552024-05-06T17:56:45.441Zhelios-dev
1562024-05-06T17:56:45.441Z developer/build-essential
1572024-05-06T17:56:45.441Z None -> 11-2.0
1582024-05-06T17:56:45.441Z library/libxmlsec1
1592024-05-06T17:56:45.441Z None -> 1.2.35-2.0
1602024-05-06T17:56:45.441Z ooce/developer/clang-15
1612024-05-06T17:56:45.441Z None -> 15.0.7-2.0
1622024-05-06T17:56:45.441Z ooce/developer/llvm-15
1632024-05-06T17:56:45.442Z None -> 15.0.7-2.0
1642024-05-06T17:56:45.442Z
1652024-05-06T17:56:45.442ZServices:
1662024-05-06T17:56:45.442Z restart_fmri:
1672024-05-06T17:56:45.442Z svc:/system/update-man-index:default
1682024-05-06T17:56:45.468Z
1692024-05-06T17:56:45.468ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1702024-05-06T17:56:50.469ZDownload: 992/3290 items 19.5/212.6MB 9% complete (4.0M/s)
1712024-05-06T17:56:55.485ZDownload: 1698/3290 items 118.0/212.6MB 55% complete (12.1M/s)
1722024-05-06T17:57:06.141ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (11.4M/s)
1732024-05-06T17:57:13.025ZDownload: Completed 212.60 MB in 24.93 seconds (8.5M/s)
1742024-05-06T17:57:13.049Z Actions: 1/3689 actions (Installing new actions)
1752024-05-06T17:57:15.763Z Actions: Completed 3689 actions in 4.97 seconds.
1762024-05-06T17:57:16.036Z Done (0.278s)
1772024-05-06T17:57:16.036Z Done (0.000s)
1782024-05-06T17:57:16.316Z Done (0.280s)
1792024-05-06T17:57:21.559Z Done (5.089s)
1802024-05-06T17:57:21.698Z Done (0.071s)
1812024-05-06T17:57:21.701Z Done (0.000s)
1822024-05-06T17:57:21.865Z Done (0.000s)
1832024-05-06T17:57:22.275ZPlanning: Evaluating mediator changes ... Done
1842024-05-06T17:57:22.437ZPlanning: Checking for conflicting actions ... Done
1852024-05-06T17:57:22.440ZPlanning: Consolidating action changes ... Done
1862024-05-06T17:57:22.701ZPlanning: Evaluating mediators ... Done
1872024-05-06T17:57:22.704ZPlanning: Planning completed in 0.43 seconds
1882024-05-06T17:57:22.737Z Mediators to change: 2
1892024-05-06T17:57:22.738Z Create boot environment: No
1902024-05-06T17:57:22.738ZCreate backup boot environment: No
1912024-05-06T17:57:22.815Z Done
1922024-05-06T17:57:22.815Z Done
1932024-05-06T17:57:23.027Z Done
1942024-05-06T17:57:26.603Z Done
1952024-05-06T17:57:26.690Z Done
1962024-05-06T17:57:26.690Z Done
1972024-05-06T17:57:26.796Z Done
1982024-05-06T17:57:27.406ZPlanning: Evaluating mediator changes ... Done
1992024-05-06T17:57:27.412ZPlanning: Merging actions ... Done
2002024-05-06T17:57:27.597ZPlanning: Checking for conflicting actions ... Done
2012024-05-06T17:57:27.602ZPlanning: Consolidating action changes ... Done
2022024-05-06T17:57:27.858ZPlanning: Evaluating mediators ... Done
2032024-05-06T17:57:27.919ZPlanning: Planning completed in 0.75 seconds
2042024-05-06T17:57:27.958Z Packages to change: 1
2052024-05-06T17:57:27.959Z Mediators to change: 1
2062024-05-06T17:57:27.965Z Services to change: 1
2072024-05-06T17:57:27.965Z Create boot environment: No
2082024-05-06T17:57:27.966ZCreate backup boot environment: Yes
2092024-05-06T17:57:29.938Z Actions: 1/6 actions (Updating modified actions)
2102024-05-06T17:57:29.983Z Actions: Completed 6 actions in 0.05 seconds.
2112024-05-06T17:57:29.986Z Done
2122024-05-06T17:57:29.986Z Done
2132024-05-06T17:57:30.046Z Done
2142024-05-06T17:57:33.592Z Done
2152024-05-06T17:57:33.679Z Done
2162024-05-06T17:57:33.682Z Done
2172024-05-06T17:57:33.804Z Done
2182024-05-06T17:57:34.245ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-05-06T17:57:34.245Zclang system 15 system
2202024-05-06T17:57:34.245Zcsh system system illumos
2212024-05-06T17:57:34.245Zctags system system illumos
2222024-05-06T17:57:34.245Zgcc vendor 12 vendor
2232024-05-06T17:57:34.245Zgcc system 10 system
2242024-05-06T17:57:34.245Zgcc system 7 system
2252024-05-06T17:57:34.245Zgo system 1.20 system
2262024-05-06T17:57:34.245Zgo system 1.19 system
2272024-05-06T17:57:34.245Zllvm system 15 system
2282024-05-06T17:57:34.246Zllvm system 14 system
2292024-05-06T17:57:34.246Zmariadb system 10.6 system
2302024-05-06T17:57:34.246Zmta vendor vendor dma
2312024-05-06T17:57:34.246Zopenjdk system 17 system
2322024-05-06T17:57:34.246Zopenjdk system 11 system
2332024-05-06T17:57:34.246Zopenjdk system 1.8 system
2342024-05-06T17:57:34.246Zopenssl vendor 3 vendor
2352024-05-06T17:57:34.246Zperl system 5.36 system
2362024-05-06T17:57:34.246Zpostgresql system 15 system
2372024-05-06T17:57:34.246Zpostgresql system 13 system
2382024-05-06T17:57:34.246Zpython vendor 3 vendor
2392024-05-06T17:57:34.246Zpython system 2 system
2402024-05-06T17:57:34.246Zpython3 system 3.11 system
2412024-05-06T17:57:34.246Zruby system 3.0 system
2422024-05-06T17:57:34.246Zwords vendor vendor american-english
2432024-05-06T17:57:34.246Zwords system system australian-english
2442024-05-06T17:57:34.246Zwords system system british-english
2452024-05-06T17:57:34.246Zwords system system canadian-english
2462024-05-06T17:57:34.246Zwords system system french
2472024-05-06T17:57:34.246Zwords system system italian
2482024-05-06T17:57:34.246Zwords system system ngerman
2492024-05-06T17:57:34.246Zwords system system ogerman
2502024-05-06T17:57:34.246Zwords system system spanish
2512024-05-06T17:57:34.570ZPUBLISHER TYPE STATUS P LOCATION
2522024-05-06T17:57:34.571Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-05-06T17:57:35.914ZFMRI IFO
2542024-05-06T17:57:35.914Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-05-06T17:57:35.915Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-05-06T17:57:35.915Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-05-06T17:57:35.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-05-06T17:57:35.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-05-06T17:57:35.915Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-05-06T17:57:35.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2612024-05-06T17:57:35.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622024-05-06T17:57:35.915Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2632024-05-06T17:57:35.915Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642024-05-06T17:57:35.915Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2652024-05-06T17:57:35.915Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2662024-05-06T17:57:36.171Z+ set -o errexit
2672024-05-06T17:57:36.174Z+++ dirname ./tools/ci_download_cockroachdb
2682024-05-06T17:57:36.174Z++ cd ./tools
2692024-05-06T17:57:36.174Z++ pwd
2702024-05-06T17:57:36.174Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2712024-05-06T17:57:36.174Z++ basename ./tools/ci_download_cockroachdb
2722024-05-06T17:57:36.174Z+ ARG0=ci_download_cockroachdb
2732024-05-06T17:57:36.174Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2742024-05-06T17:57:36.178Z+ CIDL_VERSION=v22.1.9
2752024-05-06T17:57:36.178Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2762024-05-06T17:57:36.178Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2772024-05-06T17:57:36.178Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2782024-05-06T17:57:36.178Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-05-06T17:57:36.178Z+ TARGET_DIR=out
2802024-05-06T17:57:36.178Z+ DOWNLOAD_DIR=out/downloads
2812024-05-06T17:57:36.178Z+ DEST_DIR=./out/cockroachdb
2822024-05-06T17:57:36.178Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2832024-05-06T17:57:36.178Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2842024-05-06T17:57:36.178Z+ main
2852024-05-06T17:57:36.178Z+ [[ 0 != 0 ]]
2862024-05-06T17:57:36.178Z+ CIDL_OS=solaris2.11
2872024-05-06T17:57:36.178Z+ [[ 0 != 0 ]]
2882024-05-06T17:57:36.179Z+ configure_os solaris2.11
2892024-05-06T17:57:36.179Z+ echo 'current directory: /work/oxidecomputer/omicron'
2902024-05-06T17:57:36.179Z+ echo 'configuring based on OS: "solaris2.11"'
2912024-05-06T17:57:36.179Zcurrent directory: /work/oxidecomputer/omicron
2922024-05-06T17:57:36.179Z+ case "$1" in
2932024-05-06T17:57:36.179Zconfiguring based on OS: "solaris2.11"
2942024-05-06T17:57:36.179Z+ CIDL_BUILD=illumos
2952024-05-06T17:57:36.179Z+ CIDL_SUFFIX=tar.gz
2962024-05-06T17:57:36.179Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2972024-05-06T17:57:36.179Z+ CIDL_URL_BASE=https://illumos.org/downloads
2982024-05-06T17:57:36.179Z+ CIDL_ASSEMBLE=do_assemble_illumos
2992024-05-06T17:57:36.179Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3002024-05-06T17:57:36.179Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3012024-05-06T17:57:36.179Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-06T17:57:36.179Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3032024-05-06T17:57:36.179Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-06T17:57:36.179Z+ CIDL_SHA256FUNC=do_sha256sum
3052024-05-06T17:57:36.179Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3062024-05-06T17:57:36.179ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-06T17:57:36.179Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-05-06T17:57:36.179ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-06T17:57:36.180Z+ mkdir -p out/downloads
3102024-05-06T17:57:36.185Z+ mkdir -p ./out/cockroachdb
3112024-05-06T17:57:36.186Z+ local DO_DOWNLOAD=true
3122024-05-06T17:57:36.186Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3132024-05-06T17:57:36.186Z+ '[' true == true ']'
3142024-05-06T17:57:36.186Z+ echo Downloading...
3152024-05-06T17:57:36.186ZDownloading...
3162024-05-06T17:57:36.186Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-05-06T17:57:36.186Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-05-06T17:57:39.166Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-05-06T17:57:39.169Z++ sha256sum
3202024-05-06T17:57:39.169Z++ awk '{print $1}'
3212024-05-06T17:57:39.228Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3222024-05-06T17:57:39.228Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3232024-05-06T17:57:39.231Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242024-05-06T17:57:39.231Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3252024-05-06T17:57:41.393Z+ do_assemble_illumos
3262024-05-06T17:57:41.394Z+ rm -r ./out/cockroachdb
3272024-05-06T17:57:41.397Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3282024-05-06T17:57:41.781Z+ ./out/cockroachdb/bin/cockroach version
3292024-05-06T17:57:41.985ZBuild Tag: v22.1.9-dirty
3302024-05-06T17:57:41.985ZBuild Time: 2022/10/26 21:17:46
3312024-05-06T17:57:41.986ZDistribution: OSS
3322024-05-06T17:57:41.986ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3332024-05-06T17:57:41.986ZGo Version: go1.17.13
3342024-05-06T17:57:41.986ZC Compiler: gcc 10.3.0
3352024-05-06T17:57:41.986ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3362024-05-06T17:57:41.986ZBuild Type: release
3372024-05-06T17:57:42.002Z+ set -o errexit
3382024-05-06T17:57:42.005Z+++ dirname ./tools/ci_download_clickhouse
3392024-05-06T17:57:42.005Z++ cd ./tools
3402024-05-06T17:57:42.008Z++ pwd
3412024-05-06T17:57:42.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3422024-05-06T17:57:42.008Z++ basename ./tools/ci_download_clickhouse
3432024-05-06T17:57:42.009Z+ ARG0=ci_download_clickhouse
3442024-05-06T17:57:42.009Z+ TARGET_DIR=out
3452024-05-06T17:57:42.009Z+ DOWNLOAD_DIR=out/downloads
3462024-05-06T17:57:42.009Z+ DEST_DIR=./out/clickhouse
3472024-05-06T17:57:42.015Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3482024-05-06T17:57:42.015Z+ CIDL_VERSION=v23.8.7.24
3492024-05-06T17:57:42.015Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3502024-05-06T17:57:42.015Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3512024-05-06T17:57:42.015Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3522024-05-06T17:57:42.015Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-06T17:57:42.015Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3542024-05-06T17:57:42.015Z+ main
3552024-05-06T17:57:42.015Z+ [[ 0 != 0 ]]
3562024-05-06T17:57:42.015Z+ CIDL_OS=solaris2.11
3572024-05-06T17:57:42.015Z+ [[ 0 != 0 ]]
3582024-05-06T17:57:42.015Z+ configure_os solaris2.11
3592024-05-06T17:57:42.015Z+ echo 'current directory: /work/oxidecomputer/omicron'
3602024-05-06T17:57:42.015Zcurrent directory: /work/oxidecomputer/omicron
3612024-05-06T17:57:42.015Z+ echo 'configuring based on OS: "solaris2.11"'
3622024-05-06T17:57:42.015Z+ CIDL_DASHREV=
3632024-05-06T17:57:42.015Zconfiguring based on OS: "solaris2.11"
3642024-05-06T17:57:42.015Z+ case "$1" in
3652024-05-06T17:57:42.015Z+ CIDL_PLATFORM=illumos
3662024-05-06T17:57:42.015Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3672024-05-06T17:57:42.015Z+ CIDL_MD5FUNC=do_md5sum
3682024-05-06T17:57:42.016Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3692024-05-06T17:57:42.016Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-06T17:57:42.016Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-06T17:57:42.016Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-05-06T17:57:42.016Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3732024-05-06T17:57:42.016Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-05-06T17:57:42.016Z+ mkdir -p out/downloads
3752024-05-06T17:57:42.016ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-06T17:57:42.016ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-05-06T17:57:42.019Z+ mkdir -p ./out/clickhouse
3782024-05-06T17:57:42.019Z+ local DO_DOWNLOAD=true
3792024-05-06T17:57:42.019Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3802024-05-06T17:57:42.019Z+ '[' true == true ']'
3812024-05-06T17:57:42.019Z+ echo Downloading...
3822024-05-06T17:57:42.019ZDownloading...
3832024-05-06T17:57:42.020Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-05-06T17:57:42.020Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3852024-05-06T17:57:43.991Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-05-06T17:57:44.010Z++ md5sum
3872024-05-06T17:57:44.011Z++ awk '{print $1}'
3882024-05-06T17:57:44.250Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3892024-05-06T17:57:44.250Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3902024-05-06T17:57:44.250Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3912024-05-06T17:57:44.256Z+ mkdir -p ./out/clickhouse
3922024-05-06T17:57:44.256Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3932024-05-06T17:57:48.128Z+ [[ solaris2.11 == darwin* ]]
3942024-05-06T17:57:48.138Z+ ./out/clickhouse/clickhouse server --version
3952024-05-06T17:57:49.450ZClickHouse server version 23.8.7.1.
3962024-05-06T17:57:49.450Z+ set -o errexit
3972024-05-06T17:57:49.451Z+++ dirname ./tools/ci_download_console
3982024-05-06T17:57:49.451Z++ cd ./tools
3992024-05-06T17:57:49.451Z++ pwd
4002024-05-06T17:57:49.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4012024-05-06T17:57:49.451Z++ basename ./tools/ci_download_console
4022024-05-06T17:57:49.452Z+ ARG0=ci_download_console
4032024-05-06T17:57:49.452Z+ TARGET_DIR=out
4042024-05-06T17:57:49.452Z+ DOWNLOAD_DIR=out/downloads
4052024-05-06T17:57:49.452Z+ DEST_DIR=./out/console-assets
4062024-05-06T17:57:49.452Z+ source /work/oxidecomputer/omicron/tools/console_version
4072024-05-06T17:57:49.453Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4082024-05-06T17:57:49.453Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4092024-05-06T17:57:49.453Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4102024-05-06T17:57:49.453Z+ TARBALL_FILE=out/downloads/console.tar.gz
4112024-05-06T17:57:49.453Z+ main
4122024-05-06T17:57:49.453Z+ [[ 0 != 0 ]]
4132024-05-06T17:57:49.454Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4142024-05-06T17:57:49.454ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4152024-05-06T17:57:49.454Z+ echo 'Local file: out/downloads/console.tar.gz'
4162024-05-06T17:57:49.454ZLocal file: out/downloads/console.tar.gz
4172024-05-06T17:57:49.454Z+ local DO_DOWNLOAD=true
4182024-05-06T17:57:49.455Z+ [[ -f out/downloads/console.tar.gz ]]
4192024-05-06T17:57:49.455Z+ mkdir -p out/downloads
4202024-05-06T17:57:49.455Z+ '[' true == true ']'
4212024-05-06T17:57:49.455Z+ echo Downloading...
4222024-05-06T17:57:49.455ZDownloading...
4232024-05-06T17:57:49.455Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4242024-05-06T17:57:49.456Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4252024-05-06T17:57:49.456Z++ do_sha256sum out/downloads/console.tar.gz
4262024-05-06T17:57:49.456Z++ case "$OSTYPE" in
4272024-05-06T17:57:49.456Z++ SHA=sha256sum
4282024-05-06T17:57:49.456Z++ sha256sum
4292024-05-06T17:57:49.456Z++ awk '{print $1}'
4302024-05-06T17:57:49.457Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4312024-05-06T17:57:49.457Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4322024-05-06T17:57:49.457Z+ rm -rf ./out/console-assets
4332024-05-06T17:57:49.457Z+ mkdir -p ./out/console-assets
4342024-05-06T17:57:49.457Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4352024-05-06T17:57:49.457Z+ mkdir -p ./out/console-assets
4362024-05-06T17:57:49.457Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4372024-05-06T17:57:49.457Z+ set -o errexit
4382024-05-06T17:57:49.457Z+++ dirname ./tools/ci_download_dendrite_openapi
4392024-05-06T17:57:49.457Z++ cd ./tools
4402024-05-06T17:57:49.457Z++ pwd
4412024-05-06T17:57:49.457Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4422024-05-06T17:57:49.458Z++ basename ./tools/ci_download_dendrite_openapi
4432024-05-06T17:57:49.458Z+ ARG0=ci_download_dendrite_openapi
4442024-05-06T17:57:49.458Z+ TARGET_DIR=out
4452024-05-06T17:57:49.458Z+ DOWNLOAD_DIR=out/downloads
4462024-05-06T17:57:49.458Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4472024-05-06T17:57:49.458Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4482024-05-06T17:57:49.458Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4492024-05-06T17:57:49.458Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4502024-05-06T17:57:49.459Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4512024-05-06T17:57:49.459Z+ main
4522024-05-06T17:57:49.459Z+ [[ 0 != 0 ]]
4532024-05-06T17:57:49.459Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4542024-05-06T17:57:49.459ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4552024-05-06T17:57:49.459Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4562024-05-06T17:57:49.459ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4572024-05-06T17:57:49.460Z+ local DO_DOWNLOAD=true
4582024-05-06T17:57:49.460Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4592024-05-06T17:57:49.460Z+ mkdir -p out/downloads
4602024-05-06T17:57:49.460Z+ '[' true == true ']'
4612024-05-06T17:57:49.460Z+ echo Downloading...
4622024-05-06T17:57:49.460ZDownloading...
4632024-05-06T17:57:49.460Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4642024-05-06T17:57:49.461Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4652024-05-06T17:57:49.604Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4662024-05-06T17:57:49.605Z++ case "$OSTYPE" in
4672024-05-06T17:57:49.605Z++ SHA=sha256sum
4682024-05-06T17:57:49.609Z++ sha256sum
4692024-05-06T17:57:49.609Z++ awk '{print $1}'
4702024-05-06T17:57:49.609Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4712024-05-06T17:57:49.609Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4722024-05-06T17:57:49.616Z+ set -o errexit
4732024-05-06T17:57:49.620Z+++ dirname ./tools/ci_download_dendrite_stub
4742024-05-06T17:57:49.621Z++ cd ./tools
4752024-05-06T17:57:49.621Z++ pwd
4762024-05-06T17:57:49.621Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4772024-05-06T17:57:49.624Z++ basename ./tools/ci_download_dendrite_stub
4782024-05-06T17:57:49.625Z+ ARG0=ci_download_dendrite_stub
4792024-05-06T17:57:49.625Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4802024-05-06T17:57:49.625Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4812024-05-06T17:57:49.625Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4822024-05-06T17:57:49.625Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4832024-05-06T17:57:49.625Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4842024-05-06T17:57:49.625Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4852024-05-06T17:57:49.625Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4862024-05-06T17:57:49.625Z+ TARGET_DIR=out
4872024-05-06T17:57:49.625Z+ DOWNLOAD_DIR=out/downloads
4882024-05-06T17:57:49.625Z+ DEST_DIR=./out/dendrite-stub
4892024-05-06T17:57:49.625Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4902024-05-06T17:57:49.626Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4912024-05-06T17:57:49.626Z+ REPO=oxidecomputer/dendrite
4922024-05-06T17:57:49.626Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4932024-05-06T17:57:49.626Z+ main
4942024-05-06T17:57:49.626Z+ [[ 0 != 0 ]]
4952024-05-06T17:57:49.626Z+ CIDL_OS=solaris2.11
4962024-05-06T17:57:49.626Z+ [[ 0 != 0 ]]
4972024-05-06T17:57:49.626Z+ configure_os solaris2.11
4982024-05-06T17:57:49.626Z+ echo 'current directory: /work/oxidecomputer/omicron'
4992024-05-06T17:57:49.626Z+ echo 'configuring based on OS: "solaris2.11"'
5002024-05-06T17:57:49.626Z+ case "$1" in
5012024-05-06T17:57:49.626Z+ SET_BINARIES=
5022024-05-06T17:57:49.627Zcurrent directory: /work/oxidecomputer/omicron
5032024-05-06T17:57:49.627Zconfiguring based on OS: "solaris2.11"
5042024-05-06T17:57:49.627Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5052024-05-06T17:57:49.627Z+ CIDL_SHA256FUNC=do_sha256sum
5062024-05-06T17:57:49.627Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5072024-05-06T17:57:49.627Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5082024-05-06T17:57:49.627Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5092024-05-06T17:57:49.627Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5102024-05-06T17:57:49.627ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5112024-05-06T17:57:49.627Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5122024-05-06T17:57:49.627Z+ mkdir -p out/downloads
5132024-05-06T17:57:49.627ZLocal file: out/downloads/dendrite-stub.tar.gz
5142024-05-06T17:57:49.636Z+ mkdir -p ./out/dendrite-stub
5152024-05-06T17:57:49.636Z+ fetch_and_verify
5162024-05-06T17:57:49.636Z+ local DO_DOWNLOAD=true
5172024-05-06T17:57:49.636Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5182024-05-06T17:57:49.636Z+ '[' true == true ']'
5192024-05-06T17:57:49.636Z+ echo Downloading...
5202024-05-06T17:57:49.636ZDownloading...
5212024-05-06T17:57:49.636Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5222024-05-06T17:57:49.636Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5232024-05-06T17:57:56.829Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5242024-05-06T17:57:56.832Z++ sha256sum
5252024-05-06T17:57:56.833Z++ awk '{print $1}'
5262024-05-06T17:57:56.852Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5272024-05-06T17:57:56.852Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5282024-05-06T17:57:56.857Z+ do_untar out/downloads/dendrite-stub.tar.gz
5292024-05-06T17:57:56.857Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5302024-05-06T17:57:57.486Z+ do_assemble
5312024-05-06T17:57:57.486Z+ rm -r ./out/dendrite-stub
5322024-05-06T17:57:57.493Z+ mkdir ./out/dendrite-stub
5332024-05-06T17:57:57.493Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5342024-05-06T17:57:57.576Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5352024-05-06T17:57:57.587Z+ set -o errexit
5362024-05-06T17:57:57.590Z+++ dirname ./tools/ci_download_maghemite_mgd
5372024-05-06T17:57:57.590Z++ cd ./tools
5382024-05-06T17:57:57.590Z++ pwd
5392024-05-06T17:57:57.593Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5402024-05-06T17:57:57.593Z++ basename ./tools/ci_download_maghemite_mgd
5412024-05-06T17:57:57.593Z+ ARG0=ci_download_maghemite_mgd
5422024-05-06T17:57:57.593Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5432024-05-06T17:57:57.593Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5442024-05-06T17:57:57.593Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5452024-05-06T17:57:57.593Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5462024-05-06T17:57:57.593Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5472024-05-06T17:57:57.593Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5482024-05-06T17:57:57.593Z+ TARGET_DIR=out
5492024-05-06T17:57:57.593Z+ DOWNLOAD_DIR=out/downloads
5502024-05-06T17:57:57.593Z+ DEST_DIR=./out/mgd
5512024-05-06T17:57:57.593Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5522024-05-06T17:57:57.593Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5532024-05-06T17:57:57.593Z+ REPO=oxidecomputer/maghemite
5542024-05-06T17:57:57.593Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5552024-05-06T17:57:57.594Z+ main
5562024-05-06T17:57:57.594Z+ rm -rf out/downloads/root
5572024-05-06T17:57:57.601Z+ [[ 0 != 0 ]]
5582024-05-06T17:57:57.601Z+ CIDL_OS=solaris2.11
5592024-05-06T17:57:57.614Z+ [[ 0 != 0 ]]
5602024-05-06T17:57:57.614Z+ configure_os solaris2.11
5612024-05-06T17:57:57.615Z+ echo 'current directory: /work/oxidecomputer/omicron'
5622024-05-06T17:57:57.615Zcurrent directory: /work/oxidecomputer/omicron
5632024-05-06T17:57:57.615Z+ echo 'configuring based on OS: "solaris2.11"'
5642024-05-06T17:57:57.615Z+ case "$1" in
5652024-05-06T17:57:57.615Zconfiguring based on OS: "solaris2.11"
5662024-05-06T17:57:57.615Z+ SET_BINARIES=
5672024-05-06T17:57:57.615Z+ CIDL_SHA256FUNC=do_sha256sum
5682024-05-06T17:57:57.615Z+ TARBALL_FILENAME=mgd.tar.gz
5692024-05-06T17:57:57.615Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5702024-05-06T17:57:57.615Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5712024-05-06T17:57:57.615Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5722024-05-06T17:57:57.615Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5732024-05-06T17:57:57.615ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5742024-05-06T17:57:57.615ZLocal file: out/downloads/mgd.tar.gz
5752024-05-06T17:57:57.615Z+ mkdir -p out/downloads
5762024-05-06T17:57:57.615Z+ mkdir -p ./out/mgd
5772024-05-06T17:57:57.615Z+ fetch_and_verify
5782024-05-06T17:57:57.615Z+ local DO_DOWNLOAD=true
5792024-05-06T17:57:57.615Z+ [[ -f out/downloads/mgd.tar.gz ]]
5802024-05-06T17:57:57.616Z+ '[' true == true ']'
5812024-05-06T17:57:57.616Z+ echo Downloading...
5822024-05-06T17:57:57.616ZDownloading...
5832024-05-06T17:57:57.616Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5842024-05-06T17:57:57.616Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5852024-05-06T17:58:07.062Z++ do_sha256sum out/downloads/mgd.tar.gz
5862024-05-06T17:58:07.065Z++ sha256sum
5872024-05-06T17:58:07.066Z++ awk '{print $1}'
5882024-05-06T17:58:07.089Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5892024-05-06T17:58:07.089Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5902024-05-06T17:58:07.092Z+ do_untar out/downloads/mgd.tar.gz
5912024-05-06T17:58:07.092Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5922024-05-06T17:58:07.680Z+ do_assemble
5932024-05-06T17:58:07.680Z+ rm -r ./out/mgd
5942024-05-06T17:58:07.684Z+ mkdir ./out/mgd
5952024-05-06T17:58:07.684Z+ cp -r out/downloads/root ./out/mgd/root
5962024-05-06T17:58:07.764Z+ set -o errexit
5972024-05-06T17:58:07.768Z+++ dirname ./tools/ci_download_transceiver_control
5982024-05-06T17:58:07.768Z++ cd ./tools
5992024-05-06T17:58:07.768Z++ pwd
6002024-05-06T17:58:07.768Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6012024-05-06T17:58:07.768Z++ basename ./tools/ci_download_transceiver_control
6022024-05-06T17:58:07.774Z+ ARG0=ci_download_transceiver_control
6032024-05-06T17:58:07.774Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6042024-05-06T17:58:07.774Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6052024-05-06T17:58:07.774Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6062024-05-06T17:58:07.774Z+ TARGET_DIR=out
6072024-05-06T17:58:07.774Z+ DOWNLOAD_DIR=out/downloads
6082024-05-06T17:58:07.774Z+ DEST_DIR=./out/transceiver-control
6092024-05-06T17:58:07.774Z+ BIN_DIR=/opt/oxide/bin
6102024-05-06T17:58:07.774Z+ BINARY=xcvradm
6112024-05-06T17:58:07.774Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6122024-05-06T17:58:07.774Z+ REPO=oxidecomputer/transceiver-control
6132024-05-06T17:58:07.774Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6142024-05-06T17:58:07.774Z+ main
6152024-05-06T17:58:07.774Z+ [[ 0 != 0 ]]
6162024-05-06T17:58:07.775Z+ CIDL_OS=solaris2.11
6172024-05-06T17:58:07.775Z+ [[ 0 != 0 ]]
6182024-05-06T17:58:07.775Z+ configure_os solaris2.11
6192024-05-06T17:58:07.775Z+ echo 'current directory: /work/oxidecomputer/omicron'
6202024-05-06T17:58:07.775Zcurrent directory: /work/oxidecomputer/omicron
6212024-05-06T17:58:07.775Z+ echo 'configuring based on OS: "solaris2.11"'
6222024-05-06T17:58:07.775Z+ case "$1" in
6232024-05-06T17:58:07.775Zconfiguring based on OS: "solaris2.11"
6242024-05-06T17:58:07.775Z+ SET_BINARIES=
6252024-05-06T17:58:07.775Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6262024-05-06T17:58:07.775Z+ CIDL_SHA256FUNC=do_sha256sum
6272024-05-06T17:58:07.775Z+ ARCHIVE_FILENAME=xcvradm.gz
6282024-05-06T17:58:07.775Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6292024-05-06T17:58:07.775Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6302024-05-06T17:58:07.775Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6312024-05-06T17:58:07.775Z+ echo 'Local file: out/downloads/xcvradm.gz'
6322024-05-06T17:58:07.775ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6332024-05-06T17:58:07.775ZLocal file: out/downloads/xcvradm.gz
6342024-05-06T17:58:07.775Z+ mkdir -p out/downloads
6352024-05-06T17:58:07.775Z+ mkdir -p ./out/transceiver-control
6362024-05-06T17:58:07.780Z+ fetch_and_verify
6372024-05-06T17:58:07.781Z+ local DO_DOWNLOAD=true
6382024-05-06T17:58:07.781Z+ [[ -f out/downloads/xcvradm.gz ]]
6392024-05-06T17:58:07.781Z+ '[' true == true ']'
6402024-05-06T17:58:07.781Z+ echo Downloading...
6412024-05-06T17:58:07.781ZDownloading...
6422024-05-06T17:58:07.781Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6432024-05-06T17:58:07.781Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6442024-05-06T17:58:10.917Z++ do_sha256sum out/downloads/xcvradm.gz
6452024-05-06T17:58:10.924Z++ sha256sum
6462024-05-06T17:58:10.924Z++ awk '{print $1}'
6472024-05-06T17:58:10.928Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482024-05-06T17:58:10.928Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6492024-05-06T17:58:10.928Z+ do_unpack out/downloads/xcvradm.gz
6502024-05-06T17:58:10.928Z+ mkdir -p out/downloads/root//opt/oxide/bin
6512024-05-06T17:58:10.931Z+ gzip -dc out/downloads/xcvradm.gz
6522024-05-06T17:58:11.050Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6532024-05-06T17:58:11.053Z+ do_assemble
6542024-05-06T17:58:11.053Z+ rm -r ./out/transceiver-control
6552024-05-06T17:58:11.053Z+ mkdir ./out/transceiver-control
6562024-05-06T17:58:11.057Z+ cp -r out/downloads/root ./out/transceiver-control/root
6572024-05-06T17:58:11.570Z+ set -o errexit
6582024-05-06T17:58:11.582Z+++ dirname ./tools/ci_download_thundermuffin
6592024-05-06T17:58:11.582Z++ cd ./tools
6602024-05-06T17:58:11.582Z++ pwd
6612024-05-06T17:58:11.583Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6622024-05-06T17:58:11.583Z++ basename ./tools/ci_download_thundermuffin
6632024-05-06T17:58:11.583Z+ ARG0=ci_download_thundermuffin
6642024-05-06T17:58:11.583Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6652024-05-06T17:58:11.583Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6662024-05-06T17:58:11.583Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6672024-05-06T17:58:11.583Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6682024-05-06T17:58:11.583Z+ TARGET_DIR=out
6692024-05-06T17:58:11.583Z+ DOWNLOAD_DIR=out/downloads
6702024-05-06T17:58:11.583Z+ DEST_DIR=./out/thundermuffin
6712024-05-06T17:58:11.583Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6722024-05-06T17:58:11.583Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6732024-05-06T17:58:11.583Z+ REPO=oxidecomputer/thundermuffin
6742024-05-06T17:58:11.583Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6752024-05-06T17:58:11.583Z+ main
6762024-05-06T17:58:11.584Z+ rm -rf out/downloads/root
6772024-05-06T17:58:11.584Z+ [[ 0 != 0 ]]
6782024-05-06T17:58:11.584Z+ CIDL_OS=solaris2.11
6792024-05-06T17:58:11.584Z+ [[ 0 != 0 ]]
6802024-05-06T17:58:11.584Z+ configure_os solaris2.11
6812024-05-06T17:58:11.584Z+ echo 'current directory: /work/oxidecomputer/omicron'
6822024-05-06T17:58:11.584Z+ echo 'configuring based on OS: "solaris2.11"'
6832024-05-06T17:58:11.584Zcurrent directory: /work/oxidecomputer/omicron
6842024-05-06T17:58:11.584Zconfiguring based on OS: "solaris2.11"
6852024-05-06T17:58:11.584Z+ case "$1" in
6862024-05-06T17:58:11.584Z+ SET_BINARIES=
6872024-05-06T17:58:11.584Z+ CIDL_SHA256FUNC=do_sha256sum
6882024-05-06T17:58:11.584Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6892024-05-06T17:58:11.584Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6902024-05-06T17:58:11.584Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6912024-05-06T17:58:11.584Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6922024-05-06T17:58:11.584ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6932024-05-06T17:58:11.584Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6942024-05-06T17:58:11.584ZLocal file: out/downloads/thundermuffin.tar.gz
6952024-05-06T17:58:11.585Z+ mkdir -p out/downloads
6962024-05-06T17:58:11.585Z+ mkdir -p ./out/thundermuffin
6972024-05-06T17:58:11.585Z+ fetch_and_verify
6982024-05-06T17:58:11.585Z+ local DO_DOWNLOAD=true
6992024-05-06T17:58:11.585Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7002024-05-06T17:58:11.585Z+ '[' true == true ']'
7012024-05-06T17:58:11.585Z+ echo Downloading...
7022024-05-06T17:58:11.585ZDownloading...
7032024-05-06T17:58:11.585Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7042024-05-06T17:58:11.585Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7052024-05-06T17:58:12.186Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7062024-05-06T17:58:12.194Z++ sha256sum
7072024-05-06T17:58:12.194Z++ awk '{print $1}'
7082024-05-06T17:58:12.195Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7092024-05-06T17:58:12.195Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7102024-05-06T17:58:12.195Z+ do_untar out/downloads/thundermuffin.tar.gz
7112024-05-06T17:58:12.195Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7122024-05-06T17:58:12.274Z+ do_assemble
7132024-05-06T17:58:12.274Z+ rm -r ./out/thundermuffin
7142024-05-06T17:58:12.298Z+ mkdir ./out/thundermuffin
7152024-05-06T17:58:12.298Z+ cp -r out/downloads/root ./out/thundermuffin/root
7162024-05-06T17:58:12.574ZAll builder prerequisites installed successfully, and PATH looks valid
7172024-05-06T17:58:12.577Z
7182024-05-06T17:58:12.577Zreal 1:50.419672011
7192024-05-06T17:58:12.578Zuser 32.701268569
7202024-05-06T17:58:12.578Zsys 6.537271125
7212024-05-06T17:58:12.578Ztrap 0.007583667
7222024-05-06T17:58:12.578Ztflt 0.343932201
7232024-05-06T17:58:12.578Zdflt 0.389871450
7242024-05-06T17:58:12.578Zkflt 0.268751696
7252024-05-06T17:58:12.578Zlock 1.414838811
7262024-05-06T17:58:12.578Zslp 3:43.528488508
7272024-05-06T17:58:12.578Zlat 2.056197223
7282024-05-06T17:58:12.578Zstop 0.130783430
7292024-05-06T17:58:12.578Z
7302024-05-06T17:58:12.578Z #### # # ##### ##### # #
7312024-05-06T17:58:12.578Z # # # # # # # # # #
7322024-05-06T17:58:12.578Z # # # # # # # #
7332024-05-06T17:58:12.578Z # # # ##### ##### #
7342024-05-06T17:58:12.578Z # # # # # # #
7352024-05-06T17:58:12.579Z #### ###### # # # #
7362024-05-06T17:58:12.579Z
7372024-05-06T17:58:12.787Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382024-05-06T17:58:13.095Z Updating git repository `https://github.com/oxidecomputer/zone`
7392024-05-06T17:58:13.393Z Updating crates.io index
7402024-05-06T17:58:13.407Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7412024-05-06T17:58:14.268Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7422024-05-06T17:58:14.922Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-05-06T17:58:16.966Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-05-06T17:58:17.479Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-05-06T17:58:17.758Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462024-05-06T17:58:18.785Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472024-05-06T17:58:20.808Z Updating git repository `https://github.com/oxidecomputer/opte`
7482024-05-06T17:58:21.818Z Updating git repository `https://github.com/oxidecomputer/falcon`
7492024-05-06T17:58:22.604Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-06T17:58:22.891Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7512024-05-06T17:58:23.445Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522024-05-06T17:58:23.786Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7532024-05-06T17:58:24.138Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7542024-05-06T17:58:24.633Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7552024-05-06T17:58:24.930Z Updating git repository `http://github.com/oxidecomputer/tofino`
7562024-05-06T17:58:25.344Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7572024-05-06T17:58:25.665Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7582024-05-06T17:58:25.924Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7592024-05-06T17:58:26.217Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602024-05-06T17:58:26.656Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7612024-05-06T17:58:27.022Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7622024-05-06T17:58:27.605Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7632024-05-06T17:58:28.013Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7642024-05-06T17:58:28.335Z Updating git repository `https://github.com/jgallagher/nix`
7652024-05-06T17:58:29.354Z Updating git repository `https://github.com/cbiffle/hubpack`
7662024-05-06T17:58:29.699Z Updating git repository `https://github.com/oxidecomputer/typify`
7672024-05-06T17:58:31.770Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7682024-05-06T17:58:32.173Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7692024-05-06T17:58:32.487Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7702024-05-06T17:58:32.941Z Updating git repository `https://github.com/oxidecomputer/rfb`
7712024-05-06T17:58:34.025Z Downloading crates ...
7722024-05-06T17:58:34.125Z Downloaded errno v0.3.8
7732024-05-06T17:58:34.128Z Downloaded autocfg v1.1.0
7742024-05-06T17:58:34.131Z Downloaded cargo-platform v0.1.3
7752024-05-06T17:58:34.148Z Downloaded clap v4.5.4
7762024-05-06T17:58:34.160Z Downloaded colorchoice v1.0.0
7772024-05-06T17:58:34.163Z Downloaded equivalent v1.0.1
7782024-05-06T17:58:34.169Z Downloaded swrite v0.1.0
7792024-05-06T17:58:34.172Z Downloaded anstyle v1.0.6
7802024-05-06T17:58:34.172Z Downloaded serde_spanned v0.6.5
7812024-05-06T17:58:34.173Z Downloaded fs-err v2.11.0
7822024-05-06T17:58:34.176Z Downloaded clap_lex v0.7.0
7832024-05-06T17:58:34.178Z Downloaded terminal_size v0.3.0
7842024-05-06T17:58:34.178Z Downloaded cargo_metadata v0.18.1
7852024-05-06T17:58:34.181Z Downloaded bitflags v2.4.2
7862024-05-06T17:58:34.184Z Downloaded anstyle-query v1.0.0
7872024-05-06T17:58:34.189Z Downloaded strsim v0.11.0
7882024-05-06T17:58:34.192Z Downloaded heck v0.5.0
7892024-05-06T17:58:34.192Z Downloaded anstream v0.6.11
7902024-05-06T17:58:34.195Z Downloaded utf8parse v0.2.1
7912024-05-06T17:58:34.195Z Downloaded thiserror-impl v1.0.59
7922024-05-06T17:58:34.198Z Downloaded itoa v1.0.9
7932024-05-06T17:58:34.201Z Downloaded toml_datetime v0.6.5
7942024-05-06T17:58:34.201Z Downloaded macaddr v1.0.1
7952024-05-06T17:58:34.204Z Downloaded cargo_toml v0.20.2
7962024-05-06T17:58:34.204Z Downloaded camino v1.1.6
7972024-05-06T17:58:34.207Z Downloaded anstyle-parse v0.2.1
7982024-05-06T17:58:34.210Z Downloaded quote v1.0.36
7992024-05-06T17:58:34.216Z Downloaded thiserror v1.0.59
8002024-05-06T17:58:34.219Z Downloaded semver v1.0.22
8012024-05-06T17:58:34.223Z Downloaded anyhow v1.0.82
8022024-05-06T17:58:34.228Z Downloaded unicode-ident v1.0.12
8032024-05-06T17:58:34.231Z Downloaded toml v0.8.12
8042024-05-06T17:58:34.234Z Downloaded proc-macro2 v1.0.81
8052024-05-06T17:58:34.237Z Downloaded clap_derive v4.5.4
8062024-05-06T17:58:34.251Z Downloaded serde_derive v1.0.199
8072024-05-06T17:58:34.255Z Downloaded ryu v1.0.15
8082024-05-06T17:58:34.256Z Downloaded serde v1.0.199
8092024-05-06T17:58:34.267Z Downloaded toml_edit v0.22.12
8102024-05-06T17:58:34.286Z Downloaded memchr v2.7.1
8112024-05-06T17:58:34.291Z Downloaded indexmap v2.2.6
8122024-05-06T17:58:34.298Z Downloaded hashbrown v0.14.3
8132024-05-06T17:58:34.302Z Downloaded winnow v0.6.1
8142024-05-06T17:58:34.316Z Downloaded serde_json v1.0.116
8152024-05-06T17:58:34.325Z Downloaded clap_builder v4.5.2
8162024-05-06T17:58:34.331Z Downloaded syn v2.0.60
8172024-05-06T17:58:34.344Z Downloaded rustix v0.38.31
8182024-05-06T17:58:34.380Z Downloaded libc v0.2.153
8192024-05-06T17:58:34.634Z Compiling proc-macro2 v1.0.81
8202024-05-06T17:58:34.634Z Compiling unicode-ident v1.0.12
8212024-05-06T17:58:34.637Z Compiling serde v1.0.199
8222024-05-06T17:58:34.637Z Compiling libc v0.2.153
8232024-05-06T17:58:34.637Z Compiling rustix v0.38.31
8242024-05-06T17:58:34.637Z Compiling equivalent v1.0.1
8252024-05-06T17:58:34.637Z Compiling bitflags v2.4.2
8262024-05-06T17:58:34.638Z Compiling hashbrown v0.14.3
8272024-05-06T17:58:34.797Z Compiling utf8parse v0.2.1
8282024-05-06T17:58:34.850Z Compiling semver v1.0.22
8292024-05-06T17:58:34.960Z Compiling anstyle-parse v0.2.1
8302024-05-06T17:58:35.119Z Compiling winnow v0.6.1
8312024-05-06T17:58:35.256Z Compiling anstyle-query v1.0.0
8322024-05-06T17:58:35.367Z Compiling serde_json v1.0.116
8332024-05-06T17:58:35.722Z Compiling indexmap v2.2.6
8342024-05-06T17:58:36.393Z Compiling anstyle v1.0.6
8352024-05-06T17:58:36.398Z Compiling autocfg v1.1.0
8362024-05-06T17:58:36.528Z Compiling colorchoice v1.0.0
8372024-05-06T17:58:36.584Z Compiling camino v1.1.6
8382024-05-06T17:58:36.633Z Compiling thiserror v1.0.59
8392024-05-06T17:58:36.761Z Compiling anstream v0.6.11
8402024-05-06T17:58:36.883Z Compiling heck v0.5.0
8412024-05-06T17:58:37.291Z Compiling strsim v0.11.0
8422024-05-06T17:58:37.335Z Compiling fs-err v2.11.0
8432024-05-06T17:58:37.374Z Compiling quote v1.0.36
8442024-05-06T17:58:37.411Z Compiling itoa v1.0.9
8452024-05-06T17:58:37.492Z Compiling anyhow v1.0.82
8462024-05-06T17:58:37.627Z Compiling clap_lex v0.7.0
8472024-05-06T17:58:37.643Z Compiling ryu v1.0.15
8482024-05-06T17:58:37.963Z Compiling syn v2.0.60
8492024-05-06T17:58:38.070Z Compiling errno v0.3.8
8502024-05-06T17:58:38.135Z Compiling swrite v0.1.0
8512024-05-06T17:58:38.938Z Compiling terminal_size v0.3.0
8522024-05-06T17:58:39.034Z Compiling clap_builder v4.5.2
8532024-05-06T17:58:42.718Z Compiling serde_derive v1.0.199
8542024-05-06T17:58:42.718Z Compiling thiserror-impl v1.0.59
8552024-05-06T17:58:42.721Z Compiling clap_derive v4.5.4
8562024-05-06T17:58:45.358Z Compiling clap v4.5.4
8572024-05-06T17:58:50.458Z Compiling serde_spanned v0.6.5
8582024-05-06T17:58:50.458Z Compiling toml_datetime v0.6.5
8592024-05-06T17:58:50.462Z Compiling cargo-platform v0.1.3
8602024-05-06T17:58:50.462Z Compiling macaddr v1.0.1
8612024-05-06T17:58:50.768Z Compiling toml_edit v0.22.12
8622024-05-06T17:58:51.723Z Compiling cargo_metadata v0.18.1
8632024-05-06T17:58:52.765Z Compiling toml v0.8.12
8642024-05-06T17:58:53.531Z Compiling cargo_toml v0.20.2
8652024-05-06T17:58:56.916Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8662024-05-06T17:58:59.274Z Finished dev [unoptimized + debuginfo] target(s) in 46.64s
8672024-05-06T17:58:59.488Z Running `target/debug/xtask clippy`
8682024-05-06T17:58:59.537Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
8692024-05-06T17:59:00.113Z Downloading crates ...
8702024-05-06T17:59:00.196Z Downloaded adler v1.0.2
8712024-05-06T17:59:00.200Z Downloaded aead v0.5.2
8722024-05-06T17:59:00.205Z Downloaded addr2line v0.21.0
8732024-05-06T17:59:00.214Z Downloaded async-recursion v1.1.0
8742024-05-06T17:59:00.219Z Downloaded ahash v0.8.8
8752024-05-06T17:59:00.225Z Downloaded assert_matches v1.5.0
8762024-05-06T17:59:00.228Z Downloaded ascii-canvas v3.0.0
8772024-05-06T17:59:00.228Z Downloaded approx v0.5.1
8782024-05-06T17:59:00.231Z Downloaded async-trait v0.1.80
8792024-05-06T17:59:00.234Z Downloaded array-init v0.0.4
8802024-05-06T17:59:00.234Z Downloaded http-range v0.1.5
8812024-05-06T17:59:00.237Z Downloaded ascii v1.1.0
8822024-05-06T17:59:00.240Z Downloaded assert_cmd v2.0.14
8832024-05-06T17:59:00.240Z Downloaded async-stream-impl v0.3.5
8842024-05-06T17:59:00.243Z Downloaded async-stream v0.3.5
8852024-05-06T17:59:00.244Z Downloaded arrayref v0.3.7
8862024-05-06T17:59:00.247Z Downloaded argon2 v0.5.3
8872024-05-06T17:59:00.247Z Downloaded bitflags v1.3.2
8882024-05-06T17:59:00.249Z Downloaded httpdate v1.0.3
8892024-05-06T17:59:00.252Z Downloaded httptest v0.15.5
8902024-05-06T17:59:00.255Z Downloaded bcs v0.1.6
8912024-05-06T17:59:00.255Z Downloaded atty v0.2.14
8922024-05-06T17:59:00.258Z Downloaded httparse v1.8.0
8932024-05-06T17:59:00.261Z Downloaded atomicwrites v0.4.3
8942024-05-06T17:59:00.262Z Downloaded http-body v1.0.0
8952024-05-06T17:59:00.262Z Downloaded crypto-bigint v0.5.2
8962024-05-06T17:59:00.268Z Downloaded block-padding v0.3.3
8972024-05-06T17:59:00.271Z Downloaded blake2b_simd v1.0.1
8982024-05-06T17:59:00.273Z Downloaded blake2 v0.10.6
8992024-05-06T17:59:00.277Z Downloaded bitstruct v0.1.1
9002024-05-06T17:59:00.277Z Downloaded cfg_aliases v0.1.1
9012024-05-06T17:59:00.277Z Downloaded bit-set v0.5.3
9022024-05-06T17:59:00.280Z Downloaded itertools v0.10.5
9032024-05-06T17:59:00.287Z Downloaded humantime v2.1.0
9042024-05-06T17:59:00.293Z Downloaded ipnetwork v0.20.0
9052024-05-06T17:59:00.296Z Downloaded hyper-tls v0.5.0
9062024-05-06T17:59:00.296Z Downloaded instant v0.1.12
9072024-05-06T17:59:00.296Z Downloaded hubpack v0.1.2
9082024-05-06T17:59:00.296Z Downloaded hyper-rustls v0.24.2
9092024-05-06T17:59:00.299Z Downloaded byteorder v1.5.0
9102024-05-06T17:59:00.302Z Downloaded indoc v2.0.3
9112024-05-06T17:59:00.305Z Downloaded kstat-rs v0.2.3
9122024-05-06T17:59:00.308Z Downloaded crunchy v0.2.2
9132024-05-06T17:59:00.308Z Downloaded iana-time-zone v0.1.57
9142024-05-06T17:59:00.312Z Downloaded hyper-rustls v0.26.0
9152024-05-06T17:59:00.312Z Downloaded keccak v0.1.4
9162024-05-06T17:59:00.316Z Downloaded ipnet v2.9.0
9172024-05-06T17:59:00.319Z Downloaded indoc v1.0.9
9182024-05-06T17:59:00.319Z Downloaded cipher v0.4.4
9192024-05-06T17:59:00.322Z Downloaded match_cfg v0.1.0
9202024-05-06T17:59:00.325Z Downloaded cassowary v0.3.0
9212024-05-06T17:59:00.325Z Downloaded md-5 v0.10.5
9222024-05-06T17:59:00.328Z Downloaded is-terminal v0.4.9
9232024-05-06T17:59:00.328Z Downloaded cexpr v0.6.0
9242024-05-06T17:59:00.331Z Downloaded chacha20 v0.9.1
9252024-05-06T17:59:00.334Z Downloaded hyper-staticfile v0.9.5
9262024-05-06T17:59:00.337Z Downloaded newline-converter v0.3.0
9272024-05-06T17:59:00.337Z Downloaded cobs v0.2.3
9282024-05-06T17:59:00.340Z Downloaded convert_case v0.4.0
9292024-05-06T17:59:00.340Z Downloaded const_format_proc_macros v0.2.32
9302024-05-06T17:59:00.343Z Downloaded constant_time_eq v0.3.0
9312024-05-06T17:59:00.343Z Downloaded matches v0.1.10
9322024-05-06T17:59:00.346Z Downloaded bytecount v0.6.3
9332024-05-06T17:59:00.349Z Downloaded normalize-line-endings v0.3.0
9342024-05-06T17:59:00.349Z Downloaded nested v0.1.1
9352024-05-06T17:59:00.349Z Downloaded sync_wrapper v0.1.2
9362024-05-06T17:59:00.355Z Downloaded colored v2.1.0
9372024-05-06T17:59:00.355Z Downloaded cfg-if v1.0.0
9382024-05-06T17:59:00.358Z Downloaded num-conv v0.1.0
9392024-05-06T17:59:00.358Z Downloaded new_debug_unreachable v1.0.4
9402024-05-06T17:59:00.358Z Downloaded crc-catalog v2.2.0
9412024-05-06T17:59:00.358Z Downloaded corncobs v0.1.3
9422024-05-06T17:59:00.361Z Downloaded is_ci v1.2.0
9432024-05-06T17:59:00.361Z Downloaded crc v3.0.1
9442024-05-06T17:59:00.364Z Downloaded lru v0.12.1
9452024-05-06T17:59:00.364Z Downloaded criterion-plot v0.5.0
9462024-05-06T17:59:00.367Z Downloaded multer v3.0.0
9472024-05-06T17:59:00.370Z Downloaded lazy_static v1.4.0
9482024-05-06T17:59:00.370Z Downloaded home v0.5.5
9492024-05-06T17:59:00.373Z Downloaded camino-tempfile v1.1.1
9502024-05-06T17:59:00.376Z Downloaded heck v0.4.1
9512024-05-06T17:59:00.376Z Downloaded nibble_vec v0.1.0
9522024-05-06T17:59:00.379Z Downloaded tinyvec_macros v0.1.1
9532024-05-06T17:59:00.379Z Downloaded newtype_derive v0.1.6
9542024-05-06T17:59:00.382Z Downloaded rustfmt-wrapper v0.2.1
9552024-05-06T17:59:00.382Z Downloaded rustc_version v0.4.0
9562024-05-06T17:59:00.386Z Downloaded rtoolbox v0.0.1
9572024-05-06T17:59:00.386Z Downloaded serde-hex v0.1.0
9582024-05-06T17:59:00.389Z Downloaded ciborium-ll v0.2.2
9592024-05-06T17:59:00.389Z Downloaded schemars_derive v0.8.17
9602024-05-06T17:59:00.392Z Downloaded darling_macro v0.20.8
9612024-05-06T17:59:00.392Z Downloaded slog-bunyan v2.5.0
9622024-05-06T17:59:00.392Z Downloaded waitgroup v0.1.2
9632024-05-06T17:59:00.395Z Downloaded cookie_store v0.20.0
9642024-05-06T17:59:00.398Z Downloaded console v0.15.8
9652024-05-06T17:59:00.401Z Downloaded clang-sys v1.6.1
9662024-05-06T17:59:00.404Z Downloaded vte_generate_state_changes v0.1.1
9672024-05-06T17:59:00.404Z Downloaded spin v0.5.2
9682024-05-06T17:59:00.406Z Downloaded supports-color v3.0.0
9692024-05-06T17:59:00.406Z Downloaded constant_time_eq v0.2.6
9702024-05-06T17:59:00.409Z Downloaded memoffset v0.7.1
9712024-05-06T17:59:00.410Z Downloaded crc32fast v1.3.2
9722024-05-06T17:59:00.413Z Downloaded maybe-uninit v2.0.0
9732024-05-06T17:59:00.413Z Downloaded managed v0.8.0
9742024-05-06T17:59:00.416Z Downloaded lalrpop-util v0.19.12
9752024-05-06T17:59:00.416Z Downloaded maplit v1.0.2
9762024-05-06T17:59:00.421Z Downloaded cfg-expr v0.15.6
9772024-05-06T17:59:00.425Z Downloaded libefi-sys v0.1.0
9782024-05-06T17:59:00.425Z Downloaded dtrace-parser v0.1.14
9792024-05-06T17:59:00.425Z Downloaded downcast v0.11.0
9802024-05-06T17:59:00.425Z Downloaded fxhash v0.2.1
9812024-05-06T17:59:00.428Z Downloaded cancel-safe-futures v0.1.5
9822024-05-06T17:59:00.431Z Downloaded tiny-keccak v2.0.2
9832024-05-06T17:59:00.434Z Downloaded tokio-macros v2.2.0
9842024-05-06T17:59:00.434Z Downloaded num-iter v0.1.44
9852024-05-06T17:59:00.437Z Downloaded universal-hash v0.5.1
9862024-05-06T17:59:00.437Z Downloaded num v0.4.2
9872024-05-06T17:59:00.440Z Downloaded multimap v0.10.0
9882024-05-06T17:59:00.440Z Downloaded mime v0.3.17
9892024-05-06T17:59:00.443Z Downloaded cookie v0.18.1
9902024-05-06T17:59:00.446Z Downloaded parse-size v1.0.0
9912024-05-06T17:59:00.446Z Downloaded opaque-debug v0.3.0
9922024-05-06T17:59:00.446Z Downloaded foreign-types-shared v0.3.1
9932024-05-06T17:59:00.449Z Downloaded phf_shared v0.10.0
9942024-05-06T17:59:00.450Z Downloaded foreign-types-shared v0.1.1
9952024-05-06T17:59:00.450Z Downloaded wait-timeout v0.2.0
9962024-05-06T17:59:00.453Z Downloaded stringprep v0.1.3
9972024-05-06T17:59:00.453Z Downloaded sec1 v0.7.3
9982024-05-06T17:59:00.456Z Downloaded thiserror-impl-no-std v2.0.2
9992024-05-06T17:59:00.459Z Downloaded const-oid v0.9.6
10002024-05-06T17:59:00.462Z Downloaded crc-any v2.4.3
10012024-05-06T17:59:00.462Z Downloaded synstructure v0.12.6
10022024-05-06T17:59:00.465Z Downloaded strsim v0.10.0
10032024-05-06T17:59:00.465Z Downloaded rpassword v7.3.1
10042024-05-06T17:59:00.468Z Downloaded fallible-iterator v0.2.0
10052024-05-06T17:59:00.468Z Downloaded defmt-parser v0.3.3
10062024-05-06T17:59:00.471Z Downloaded defmt-macros v0.3.6
10072024-05-06T17:59:00.474Z Downloaded untrusted v0.7.1
10082024-05-06T17:59:00.475Z Downloaded mime_guess v2.0.4
10092024-05-06T17:59:00.478Z Downloaded scroll_derive v0.12.0
10102024-05-06T17:59:00.478Z Downloaded native-tls v0.2.11
10112024-05-06T17:59:00.481Z Downloaded libsw v3.3.1
10122024-05-06T17:59:00.481Z Downloaded tinytemplate v1.2.1
10132024-05-06T17:59:00.487Z Downloaded strip-ansi-escapes v0.2.0
10142024-05-06T17:59:00.487Z Downloaded num-derive v0.4.0
10152024-05-06T17:59:00.490Z Downloaded num-complex v0.4.5
10162024-05-06T17:59:00.491Z Downloaded nu-ansi-term v0.50.0
10172024-05-06T17:59:00.493Z Downloaded slog v2.7.0
10182024-05-06T17:59:00.496Z Downloaded memmap2 v0.7.1
10192024-05-06T17:59:00.496Z Downloaded difflib v0.4.0
10202024-05-06T17:59:00.500Z Downloaded termtree v0.4.1
10212024-05-06T17:59:00.500Z Downloaded typenum v1.16.0
10222024-05-06T17:59:00.503Z Downloaded mockall v0.12.1
10232024-05-06T17:59:00.506Z Downloaded indexmap v1.9.3
10242024-05-06T17:59:00.521Z Downloaded phf v0.11.2
10252024-05-06T17:59:00.521Z Downloaded parse-display v0.9.0
10262024-05-06T17:59:00.532Z Downloaded crossbeam-epoch v0.9.18
10272024-05-06T17:59:00.532Z Downloaded num-rational v0.4.1
10282024-05-06T17:59:00.532Z Downloaded want v0.3.1
10292024-05-06T17:59:00.532Z Downloaded usdt-attr-macro v0.5.0
10302024-05-06T17:59:00.532Z Downloaded memmap v0.7.0
10312024-05-06T17:59:00.532Z Downloaded diesel_table_macro_syntax v0.1.0
10322024-05-06T17:59:00.532Z Downloaded untrusted v0.9.0
10332024-05-06T17:59:00.532Z Downloaded proc-macro-crate v1.3.1
10342024-05-06T17:59:00.532Z Downloaded predicates v3.1.0
10352024-05-06T17:59:00.533Z Downloaded foreign-types v0.3.2
10362024-05-06T17:59:00.548Z Downloaded endian-type v0.1.2
10372024-05-06T17:59:00.548Z Downloaded openssl-probe v0.1.5
10382024-05-06T17:59:00.548Z Downloaded openssl-macros v0.1.1
10392024-05-06T17:59:00.548Z Downloaded ron v0.8.1
10402024-05-06T17:59:00.548Z Downloaded guppy-workspace-hack v0.1.0
10412024-05-06T17:59:00.548Z Downloaded smawk v0.3.1
10422024-05-06T17:59:00.553Z Downloaded proc-macro-error-attr v1.0.4
10432024-05-06T17:59:00.553Z Downloaded walkdir v2.5.0
10442024-05-06T17:59:00.553Z Downloaded ucd-trie v0.1.6
10452024-05-06T17:59:00.553Z Downloaded serde_yaml v0.9.25
10462024-05-06T17:59:00.553Z Downloaded base64 v0.22.0
10472024-05-06T17:59:00.556Z Downloaded target-spec v3.1.0
10482024-05-06T17:59:00.556Z Downloaded smf v0.2.3
10492024-05-06T17:59:00.561Z Downloaded portpicker v0.1.1
10502024-05-06T17:59:00.561Z Downloaded compact_str v0.7.1
10512024-05-06T17:59:00.564Z Downloaded precomputed-hash v0.1.1
10522024-05-06T17:59:00.564Z Downloaded unicode-linebreak v0.1.5
10532024-05-06T17:59:00.564Z Downloaded tokio-native-tls v0.3.1
10542024-05-06T17:59:00.567Z Downloaded thread_local v1.1.7
10552024-05-06T17:59:00.567Z Downloaded parse-display-derive v0.9.0
10562024-05-06T17:59:00.570Z Downloaded const_format v0.2.32
10572024-05-06T17:59:00.574Z Downloaded serde-big-array v0.4.1
10582024-05-06T17:59:00.578Z Downloaded snafu-derive v0.8.2
10592024-05-06T17:59:00.581Z Downloaded rustversion v1.0.14
10602024-05-06T17:59:00.581Z Downloaded debug-ignore v1.0.5
10612024-05-06T17:59:00.584Z Downloaded defmt v0.3.5
10622024-05-06T17:59:00.590Z Downloaded subtle v2.5.0
10632024-05-06T17:59:00.593Z Downloaded slog-dtrace v0.3.0
10642024-05-06T17:59:00.593Z Downloaded try-lock v0.2.4
10652024-05-06T17:59:00.593Z Downloaded scroll v0.12.0
10662024-05-06T17:59:00.596Z Downloaded fixedbitset v0.4.2
10672024-05-06T17:59:00.596Z Downloaded doc-comment v0.3.3
10682024-05-06T17:59:00.600Z Downloaded which v4.4.0
10692024-05-06T17:59:00.601Z Downloaded half v2.3.1
10702024-05-06T17:59:00.603Z Downloaded sha2 v0.10.8
10712024-05-06T17:59:00.606Z Downloaded cstr-argument v0.1.2
10722024-05-06T17:59:00.606Z Downloaded highway v1.1.0
10732024-05-06T17:59:00.609Z Downloaded zone_cfg_derive v0.1.2
10742024-05-06T17:59:00.609Z Downloaded num-traits v0.2.18
10752024-05-06T17:59:00.612Z Downloaded slab v0.4.9
10762024-05-06T17:59:00.621Z Downloaded pin-utils v0.1.0
10772024-05-06T17:59:00.623Z Downloaded oorandom v11.1.3
10782024-05-06T17:59:00.626Z Downloaded funty v2.0.0
10792024-05-06T17:59:00.626Z Downloaded crossbeam-channel v0.5.8
10802024-05-06T17:59:00.630Z Downloaded peg-runtime v0.8.2
10812024-05-06T17:59:00.633Z Downloaded fragile v2.0.0
10822024-05-06T17:59:00.633Z Downloaded vsss-rs v3.3.4
10832024-05-06T17:59:00.637Z Downloaded diff v0.1.13
10842024-05-06T17:59:00.641Z Downloaded termios v0.3.3
10852024-05-06T17:59:00.644Z Downloaded ena v0.14.2
10862024-05-06T17:59:00.648Z Downloaded ppv-lite86 v0.2.17
10872024-05-06T17:59:00.648Z Downloaded serde-big-array v0.5.1
10882024-05-06T17:59:00.651Z Downloaded sct v0.7.0
10892024-05-06T17:59:00.655Z Downloaded topological-sort v0.2.2
10902024-05-06T17:59:00.655Z Downloaded headers v0.3.9
10912024-05-06T17:59:00.667Z Downloaded pretty-hex v0.2.1
10922024-05-06T17:59:00.670Z Downloaded serde_arrays v0.1.0
10932024-05-06T17:59:00.670Z Downloaded once_cell v1.19.0
10942024-05-06T17:59:00.670Z Downloaded structmeta-derive v0.3.0
10952024-05-06T17:59:00.670Z Downloaded structmeta-derive v0.2.0
10962024-05-06T17:59:00.670Z Downloaded dyn-clone v1.0.17
10972024-05-06T17:59:00.673Z Downloaded usdt-attr-macro v0.3.5
10982024-05-06T17:59:00.673Z Downloaded structmeta v0.3.0
10992024-05-06T17:59:00.673Z Downloaded pest_derive v2.7.6
11002024-05-06T17:59:00.677Z Downloaded tokio-tungstenite v0.20.1
11012024-05-06T17:59:00.683Z Downloaded take_mut v0.2.2
11022024-05-06T17:59:00.683Z Downloaded either v1.11.0
11032024-05-06T17:59:00.687Z Downloaded indicatif v0.17.8
11042024-05-06T17:59:00.687Z Downloaded hostname v0.3.1
11052024-05-06T17:59:00.690Z Downloaded crypto-common v0.1.6
11062024-05-06T17:59:00.690Z Downloaded usdt v0.3.5
11072024-05-06T17:59:00.690Z Downloaded unicode-xid v0.2.4
11082024-05-06T17:59:00.694Z Downloaded unicode-width v0.1.11
11092024-05-06T17:59:00.694Z Downloaded termcolor v1.2.0
11102024-05-06T17:59:00.697Z Downloaded vte v0.11.1
11112024-05-06T17:59:00.700Z Downloaded rstest v0.19.0
11122024-05-06T17:59:00.704Z Downloaded zip v0.6.6
11132024-05-06T17:59:00.708Z Downloaded rand_chacha v0.3.1
11142024-05-06T17:59:00.711Z Downloaded peeking_take_while v0.1.2
11152024-05-06T17:59:00.711Z Downloaded oso-derive v0.27.3
11162024-05-06T17:59:00.715Z Downloaded resolv-conf v0.7.0
11172024-05-06T17:59:00.715Z Downloaded mio v0.8.11
11182024-05-06T17:59:00.721Z Downloaded static_assertions v1.1.0
11192024-05-06T17:59:00.724Z Downloaded group v0.13.0
11202024-05-06T17:59:00.727Z Downloaded semver v0.1.20
11212024-05-06T17:59:00.727Z Downloaded tower-layer v0.3.2
11222024-05-06T17:59:00.727Z Downloaded postcard v1.0.8
11232024-05-06T17:59:00.730Z Downloaded rand_core v0.6.4
11242024-05-06T17:59:00.734Z Downloaded unarray v0.1.4
11252024-05-06T17:59:00.734Z Downloaded tabled_derive v0.7.0
11262024-05-06T17:59:00.741Z Downloaded usdt v0.5.0
11272024-05-06T17:59:00.741Z Downloaded tabwriter v1.4.0
11282024-05-06T17:59:00.741Z Downloaded tungstenite v0.20.1
11292024-05-06T17:59:00.744Z Downloaded serde_urlencoded v0.7.1
11302024-05-06T17:59:00.744Z Downloaded time-core v0.1.2
11312024-05-06T17:59:00.748Z Downloaded predicates-tree v1.0.9
11322024-05-06T17:59:00.748Z Downloaded predicates-core v1.0.6
11332024-05-06T17:59:00.748Z Downloaded schemars v0.8.17
11342024-05-06T17:59:00.764Z Downloaded fnv v1.0.7
11352024-05-06T17:59:00.767Z Downloaded filetime v0.2.23
11362024-05-06T17:59:00.767Z Downloaded digest v0.10.7
11372024-05-06T17:59:00.767Z Downloaded tap v1.0.1
11382024-05-06T17:59:00.767Z Downloaded csv-core v0.1.11
11392024-05-06T17:59:00.772Z Downloaded peg v0.8.2
11402024-05-06T17:59:00.775Z Downloaded oso v0.27.3
11412024-05-06T17:59:00.778Z Downloaded unsafe-libyaml v0.2.10
11422024-05-06T17:59:00.781Z Downloaded ref-cast-impl v1.0.22
11432024-05-06T17:59:00.782Z Downloaded deranged v0.3.11
11442024-05-06T17:59:00.785Z Downloaded term v0.7.0
11452024-05-06T17:59:00.788Z Downloaded pathdiff v0.2.1
11462024-05-06T17:59:00.788Z Downloaded path-slash v0.1.5
11472024-05-06T17:59:00.791Z Downloaded rustls-pki-types v1.3.0
11482024-05-06T17:59:00.791Z Downloaded unicase v2.7.0
11492024-05-06T17:59:00.794Z Downloaded hmac v0.12.1
11502024-05-06T17:59:00.800Z Downloaded rustls-pemfile v2.1.2
11512024-05-06T17:59:00.800Z Downloaded parking_lot v0.11.2
11522024-05-06T17:59:01.216Z Downloaded futures-io v0.3.30
11532024-05-06T17:59:01.216Z Downloaded futures-executor v0.3.30
11542024-05-06T17:59:01.216Z Downloaded futures-core v0.3.30
11552024-05-06T17:59:01.216Z Downloaded peg-macros v0.8.2
11562024-05-06T17:59:01.216Z Downloaded stability v0.2.0
11572024-05-06T17:59:01.227Z Downloaded percent-encoding v2.3.1
11582024-05-06T17:59:01.227Z Downloaded tower-service v0.3.2
11592024-05-06T17:59:01.227Z Downloaded pem v3.0.4
11602024-05-06T17:59:01.227Z Downloaded postgres-types v0.2.6
11612024-05-06T17:59:01.227Z Downloaded hyper v1.1.0
11622024-05-06T17:59:01.227Z Downloaded derive_builder_macro v0.20.0
11632024-05-06T17:59:01.227Z Downloaded rand_xorshift v0.3.0
11642024-05-06T17:59:01.227Z Downloaded packed_struct_codegen v0.10.1
11652024-05-06T17:59:01.227Z Downloaded scheduled-thread-pool v0.2.7
11662024-05-06T17:59:01.227Z Downloaded serde_tokenstream v0.1.7
11672024-05-06T17:59:01.227Z Downloaded serde_plain v1.0.2
11682024-05-06T17:59:01.228Z Downloaded elliptic-curve v0.13.8
11692024-05-06T17:59:01.228Z Downloaded tokio-postgres v0.7.10
11702024-05-06T17:59:01.228Z Downloaded dtrace-parser v0.2.0
11712024-05-06T17:59:01.228Z Downloaded same-file v1.0.6
11722024-05-06T17:59:01.228Z Downloaded serde_tokenstream v0.2.0
11732024-05-06T17:59:01.228Z Downloaded version_check v0.9.4
11742024-05-06T17:59:01.228Z Downloaded usdt-impl v0.5.0
11752024-05-06T17:59:01.228Z Downloaded openssl-sys v0.9.102
11762024-05-06T17:59:01.228Z Downloaded futures v0.3.30
11772024-05-06T17:59:01.228Z Downloaded num-bigint v0.4.4
11782024-05-06T17:59:01.228Z Downloaded futures-channel v0.3.30
11792024-05-06T17:59:01.228Z Downloaded plotters-svg v0.3.5
11802024-05-06T17:59:01.228Z Downloaded dirs-sys-next v0.1.2
11812024-05-06T17:59:01.228Z Downloaded dirs-next v2.0.0
11822024-05-06T17:59:01.229Z Downloaded strum_macros v0.25.2
11832024-05-06T17:59:01.229Z Downloaded blake3 v1.5.0
11842024-05-06T17:59:01.229Z Downloaded paste v1.0.14
11852024-05-06T17:59:01.229Z Downloaded samael v0.0.15
11862024-05-06T17:59:01.229Z Downloaded shlex v1.3.0
11872024-05-06T17:59:01.229Z Downloaded pretty-hex v0.4.1
11882024-05-06T17:59:01.229Z Downloaded snafu v0.8.2
11892024-05-06T17:59:01.229Z Downloaded zerocopy v0.3.0
11902024-05-06T17:59:01.229Z Downloaded smallvec v1.13.1
11912024-05-06T17:59:01.229Z Downloaded similar v2.4.0
11922024-05-06T17:59:01.229Z Downloaded yansi v0.5.1
11932024-05-06T17:59:01.229Z Downloaded textwrap v0.16.1
11942024-05-06T17:59:01.229Z Downloaded serde_path_to_error v0.1.16
11952024-05-06T17:59:01.230Z Downloaded serde_derive_internals v0.29.0
11962024-05-06T17:59:01.230Z Downloaded heck v0.3.3
11972024-05-06T17:59:01.230Z Downloaded hash32 v0.3.1
11982024-05-06T17:59:01.230Z Downloaded reqwest v0.11.27
11992024-05-06T17:59:01.230Z Downloaded strum_macros v0.26.1
12002024-05-06T17:59:01.230Z Downloaded diesel_derives v2.1.2
12012024-05-06T17:59:01.230Z Downloaded derive_more v0.99.17
12022024-05-06T17:59:01.230Z Downloaded thread-id v4.2.0
12032024-05-06T17:59:01.230Z Downloaded thiserror-no-std v2.0.2
12042024-05-06T17:59:01.230Z Downloaded phf_shared v0.11.2
12052024-05-06T17:59:01.230Z Downloaded globset v0.4.13
12062024-05-06T17:59:01.230Z Downloaded strum_macros v0.24.3
12072024-05-06T17:59:01.230Z Downloaded usdt-macro v0.5.0
12082024-05-06T17:59:01.230Z Downloaded psl-types v2.0.11
12092024-05-06T17:59:01.231Z Downloaded plotters-backend v0.3.5
12102024-05-06T17:59:01.231Z Downloaded rustls-native-certs v0.7.0
12112024-05-06T17:59:01.231Z Downloaded ron v0.7.1
12122024-05-06T17:59:01.231Z Downloaded usdt-macro v0.3.5
12132024-05-06T17:59:01.231Z Downloaded yasna v0.5.2
12142024-05-06T17:59:01.231Z Downloaded r2d2 v0.8.10
12152024-05-06T17:59:01.231Z Downloaded rustls-pemfile v1.0.3
12162024-05-06T17:59:01.231Z Downloaded pest_meta v2.7.6
12172024-05-06T17:59:01.231Z Downloaded wyz v0.5.1
12182024-05-06T17:59:01.231Z Downloaded olpc-cjson v0.1.3
12192024-05-06T17:59:01.231Z Downloaded float-cmp v0.9.0
12202024-05-06T17:59:01.231Z Downloaded pin-project v1.1.3
12212024-05-06T17:59:01.231Z Downloaded toolchain_find v0.4.0
12222024-05-06T17:59:01.232Z Downloaded threadpool v1.8.1
12232024-05-06T17:59:01.232Z Downloaded slog-term v2.9.1
12242024-05-06T17:59:01.232Z Downloaded ref-cast v1.0.22
12252024-05-06T17:59:01.232Z Downloaded sqlformat v0.2.3
12262024-05-06T17:59:01.232Z Downloaded zone v0.1.8
12272024-05-06T17:59:01.232Z Downloaded zeroize_derive v1.4.2
12282024-05-06T17:59:01.232Z Downloaded zeroize v1.7.0
12292024-05-06T17:59:01.232Z Downloaded xattr v1.0.1
12302024-05-06T17:59:01.232Z Downloaded tokio-tungstenite v0.21.0
12312024-05-06T17:59:01.232Z Downloaded platforms v3.0.2
12322024-05-06T17:59:01.232Z Downloaded radium v0.7.0
12332024-05-06T17:59:01.232Z Downloaded uzers v0.11.3
12342024-05-06T17:59:01.232Z Downloaded tempfile v3.10.1
12352024-05-06T17:59:01.232Z Downloaded target-lexicon v0.12.13
12362024-05-06T17:59:01.233Z Downloaded sigpipe v0.1.3
12372024-05-06T17:59:01.233Z Downloaded curve25519-dalek-derive v0.1.0
12382024-05-06T17:59:01.233Z Downloaded signal-hook v0.3.17
12392024-05-06T17:59:01.233Z Downloaded hyper v0.14.28
12402024-05-06T17:59:01.233Z Downloaded strum v0.26.2
12412024-05-06T17:59:01.233Z Downloaded sqlparser_derive v0.2.2
12422024-05-06T17:59:01.233Z Downloaded typed-path v0.7.0
12432024-05-06T17:59:01.233Z Downloaded futures-sink v0.3.30
12442024-05-06T17:59:01.233Z Downloaded tui-tree-widget v0.19.0
12452024-05-06T17:59:01.233Z Downloaded data-encoding v2.4.0
12462024-05-06T17:59:01.233Z Downloaded regex-automata v0.1.10
12472024-05-06T17:59:01.233Z Downloaded password-hash v0.5.0
12482024-05-06T17:59:01.233Z Downloaded spki v0.7.2
12492024-05-06T17:59:01.234Z Downloaded hex-literal v0.4.1
12502024-05-06T17:59:01.234Z Downloaded plain v0.2.3
12512024-05-06T17:59:01.234Z Downloaded rustls-webpki v0.101.7
12522024-05-06T17:59:01.234Z Downloaded packed_struct v0.10.1
12532024-05-06T17:59:01.234Z Downloaded fatfs v0.3.6
12542024-05-06T17:59:01.234Z Downloaded hex v0.4.3
12552024-05-06T17:59:01.234Z Downloaded hash32 v0.2.1
12562024-05-06T17:59:01.234Z Downloaded url v2.5.0
12572024-05-06T17:59:01.240Z Downloaded gethostname v0.4.3
12582024-05-06T17:59:01.240Z Downloaded slog-envlogger v2.2.0
12592024-05-06T17:59:01.240Z Downloaded partial-io v0.5.4
12602024-05-06T17:59:01.241Z Downloaded http-body v0.4.5
12612024-05-06T17:59:01.241Z Downloaded utf-8 v0.7.6
12622024-05-06T17:59:01.241Z Downloaded rand_seeder v0.2.3
12632024-05-06T17:59:01.241Z Downloaded rustc-demangle v0.1.23
12642024-05-06T17:59:01.241Z Downloaded generic-array v0.14.7
12652024-05-06T17:59:01.241Z Downloaded toml_edit v0.19.15
12662024-05-06T17:59:01.241Z Downloaded string_cache v0.8.7
12672024-05-06T17:59:01.241Z Downloaded erased-serde v0.3.31
12682024-05-06T17:59:01.241Z Downloaded env_logger v0.10.0
12692024-05-06T17:59:01.241Z Downloaded env_logger v0.9.3
12702024-05-06T17:59:01.241Z Downloaded parking_lot v0.12.1
12712024-05-06T17:59:01.242Z Downloaded pretty_assertions v1.4.0
12722024-05-06T17:59:01.242Z Downloaded pkcs8 v0.10.2
12732024-05-06T17:59:01.242Z Downloaded spin v0.9.8
12742024-05-06T17:59:01.242Z Downloaded rstest_macros v0.19.0
12752024-05-06T17:59:01.242Z Downloaded zerocopy v0.6.6
12762024-05-06T17:59:01.242Z Downloaded prettyplease v0.2.19
12772024-05-06T17:59:01.242Z Downloaded unicode-segmentation v1.10.1
12782024-05-06T17:59:01.242Z Downloaded bindgen v0.69.2
12792024-05-06T17:59:01.242Z Downloaded fd-lock v4.0.2
12802024-05-06T17:59:01.243Z Downloaded omicron-zone-package v0.11.0
12812024-05-06T17:59:01.243Z Downloaded trust-dns-server v0.22.1
12822024-05-06T17:59:01.243Z Downloaded hkdf v0.12.4
12832024-05-06T17:59:01.243Z Downloaded tracing v0.1.40
12842024-05-06T17:59:01.243Z Downloaded rustyline v14.0.0
12852024-05-06T17:59:01.243Z Downloaded hashbrown v0.13.2
12862024-05-06T17:59:01.243Z Downloaded http v0.2.12
12872024-05-06T17:59:01.243Z Downloaded idna v0.3.0
12882024-05-06T17:59:01.243Z Downloaded zerocopy v0.7.32
12892024-05-06T17:59:01.243Z Downloaded x509-cert v0.2.4
12902024-05-06T17:59:01.243Z Downloaded tough v0.17.1
12912024-05-06T17:59:01.243Z Downloaded flate2 v1.0.28
12922024-05-06T17:59:01.243Z Downloaded toml v0.7.8
12932024-05-06T17:59:01.244Z Downloaded flume v0.11.0
12942024-05-06T17:59:01.244Z Downloaded syn v1.0.109
12952024-05-06T17:59:01.248Z Downloaded http v1.0.0
12962024-05-06T17:59:01.262Z Downloaded portable-atomic v1.4.3
12972024-05-06T17:59:01.266Z Downloaded bstr v0.2.17
12982024-05-06T17:59:01.271Z Downloaded pest v2.7.6
12992024-05-06T17:59:01.276Z Downloaded publicsuffix v2.2.3
13002024-05-06T17:59:01.283Z Downloaded steno v0.4.0
13012024-05-06T17:59:01.304Z Downloaded hashbrown v0.12.3
13022024-05-06T17:59:01.304Z Downloaded winnow v0.5.15
13032024-05-06T17:59:01.312Z Downloaded time v0.3.34
13042024-05-06T17:59:01.312Z Downloaded proptest v1.4.0
13052024-05-06T17:59:01.316Z Downloaded tokio-util v0.7.10
13062024-05-06T17:59:01.322Z Downloaded reedline v0.31.0
13072024-05-06T17:59:01.325Z Downloaded rayon v1.10.0
13082024-05-06T17:59:01.344Z Downloaded object v0.30.4
13092024-05-06T17:59:01.347Z Downloaded quick-xml v0.31.0
13102024-05-06T17:59:01.352Z Downloaded petgraph v0.6.4
13112024-05-06T17:59:01.369Z Downloaded tabled v0.15.0
13122024-05-06T17:59:01.385Z Downloaded openssl v0.10.64
13132024-05-06T17:59:01.394Z Downloaded smoltcp v0.11.0
13142024-05-06T17:59:01.407Z Downloaded gimli v0.28.0
13152024-05-06T17:59:01.415Z Downloaded vcpkg v0.2.15
13162024-05-06T17:59:01.458Z Downloaded rustls v0.21.9
13172024-05-06T17:59:01.467Z Downloaded curve25519-dalek v4.1.2
13182024-05-06T17:59:01.476Z Downloaded regex v1.10.4
13192024-05-06T17:59:01.492Z Downloaded diesel v2.1.6
13202024-05-06T17:59:01.509Z Downloaded radix_trie v0.2.1
13212024-05-06T17:59:01.515Z Downloaded regex-syntax v0.6.29
13222024-05-06T17:59:01.523Z Downloaded regress v0.9.1
13232024-05-06T17:59:01.531Z Downloaded zerocopy-derive v0.6.6
13242024-05-06T17:59:01.543Z Downloaded rustls v0.22.4
13252024-05-06T17:59:01.554Z Downloaded regex-syntax v0.8.2
13262024-05-06T17:59:01.563Z Downloaded csv v1.3.0
13272024-05-06T17:59:01.583Z Downloaded sled v0.34.7
13282024-05-06T17:59:01.593Z Downloaded zerocopy-derive v0.2.0
13292024-05-06T17:59:01.604Z Downloaded openapiv3 v2.0.0
13302024-05-06T17:59:01.613Z Downloaded trust-dns-proto v0.22.0
13312024-05-06T17:59:01.625Z Downloaded ratatui v0.26.2
13322024-05-06T17:59:01.642Z Downloaded polar-core v0.27.3
13332024-05-06T17:59:01.650Z Downloaded nix v0.28.0
13342024-05-06T17:59:01.662Z Downloaded bzip2-sys v0.1.11+1.0.8
13352024-05-06T17:59:01.674Z Downloaded bstr v1.9.0
13362024-05-06T17:59:01.686Z Downloaded object v0.32.1
13372024-05-06T17:59:01.710Z Downloaded webpki-roots v0.25.2
13382024-05-06T17:59:01.715Z Downloaded regex-automata v0.4.5
13392024-05-06T17:59:01.733Z Downloaded tokio v1.37.0
13402024-05-06T17:59:01.775Z Downloaded sha3 v0.10.8
13412024-05-06T17:59:01.780Z Downloaded smoltcp v0.9.1
13422024-05-06T17:59:01.788Z Downloaded serde_with v3.7.0
13432024-05-06T17:59:01.794Z Downloaded idna v0.2.3
13442024-05-06T17:59:01.800Z Downloaded rustls-webpki v0.102.1
13452024-05-06T17:59:01.816Z Downloaded lalrpop v0.19.12
13462024-05-06T17:59:01.827Z Downloaded plotters v0.3.5
13472024-05-06T17:59:01.834Z Downloaded h2 v0.3.26
13482024-05-06T17:59:01.842Z Downloaded idna v0.5.0
13492024-05-06T17:59:01.847Z Downloaded darling_core v0.20.8
13502024-05-06T17:59:01.852Z Downloaded trust-dns-resolver v0.22.0
13512024-05-06T17:59:01.856Z Downloaded tower v0.4.13
13522024-05-06T17:59:01.864Z Downloaded sqlparser v0.45.0
13532024-05-06T17:59:01.870Z Downloaded goblin v0.8.0
13542024-05-06T17:59:01.875Z Downloaded tracing-core v0.1.32
13552024-05-06T17:59:01.880Z Downloaded siphasher v0.3.11
13562024-05-06T17:59:01.884Z Downloaded slog-json v2.6.1
13572024-05-06T17:59:01.884Z Downloaded encoding_rs v0.8.33
13582024-05-06T17:59:01.903Z Downloaded derive_builder_core v0.20.0
13592024-05-06T17:59:02.511Z Downloaded uuid v1.8.0
13602024-05-06T17:59:02.512Z Downloaded chrono v0.4.38
13612024-05-06T17:59:02.512Z Downloaded bitvec v1.0.1
13622024-05-06T17:59:02.512Z Downloaded time-macros v0.2.17
13632024-05-06T17:59:02.512Z Downloaded similar-asserts v1.5.0
13642024-05-06T17:59:02.512Z Downloaded pin-project-lite v0.2.13
13652024-05-06T17:59:02.512Z Downloaded rust-argon2 v2.1.0
13662024-05-06T17:59:02.512Z Downloaded test-strategy v0.3.1
13672024-05-06T17:59:02.512Z Downloaded toml v0.5.11
13682024-05-06T17:59:02.512Z Downloaded guppy v0.17.5
13692024-05-06T17:59:02.512Z Downloaded futures-util v0.3.30
13702024-05-06T17:59:02.512Z Downloaded darling v0.20.8
13712024-05-06T17:59:02.512Z Downloaded escape8259 v0.5.2
13722024-05-06T17:59:02.512Z Downloaded derive_builder v0.20.0
13732024-05-06T17:59:02.512Z Downloaded subprocess v0.2.9
13742024-05-06T17:59:02.512Z Downloaded tungstenite v0.21.0
13752024-05-06T17:59:02.512Z Downloaded rusty-fork v0.3.0
13762024-05-06T17:59:02.512Z Downloaded rand v0.8.5
13772024-05-06T17:59:02.512Z Downloaded nom v7.1.3
13782024-05-06T17:59:02.512Z Downloaded unicode-normalization v0.1.22
13792024-05-06T17:59:02.513Z Downloaded getrandom v0.2.12
13802024-05-06T17:59:02.513Z Downloaded derive-where v1.2.7
13812024-05-06T17:59:02.513Z Downloaded num-bigint-dig v0.8.4
13822024-05-06T17:59:02.513Z Downloaded libm v0.2.7
13832024-05-06T17:59:02.513Z Downloaded zerocopy-derive v0.7.32
13842024-05-06T17:59:02.513Z Downloaded tracing-attributes v0.1.27
13852024-05-06T17:59:02.513Z Downloaded tar v0.4.40
13862024-05-06T17:59:02.513Z Downloaded libxml v0.3.3
13872024-05-06T17:59:02.513Z Downloaded futures-macro v0.3.30
13882024-05-06T17:59:02.513Z Downloaded signature v2.1.0
13892024-05-06T17:59:02.513Z Downloaded signature v1.6.4
13902024-05-06T17:59:02.513Z Downloaded signal-hook-mio v0.2.3
13912024-05-06T17:59:02.513Z Downloaded unicode-bidi v0.3.15
13922024-05-06T17:59:02.513Z Downloaded shell-words v1.1.0
13932024-05-06T17:59:02.514Z Downloaded pem-rfc7468 v0.7.0
13942024-05-06T17:59:02.514Z Downloaded fancy-regex v0.13.0
13952024-05-06T17:59:02.514Z Downloaded dof v0.3.0
13962024-05-06T17:59:02.514Z Downloaded display-error-chain v0.2.0
13972024-05-06T17:59:02.514Z Downloaded pest_generator v2.7.6
13982024-05-06T17:59:02.514Z Downloaded glob v0.3.1
13992024-05-06T17:59:02.514Z Downloaded getopts v0.2.21
14002024-05-06T17:59:02.514Z Downloaded der_derive v0.7.2
14012024-05-06T17:59:02.514Z Downloaded papergrid v0.11.0
14022024-05-06T17:59:02.514Z Downloaded flagset v0.4.3
14032024-05-06T17:59:02.514Z Downloaded ff v0.13.0
14042024-05-06T17:59:02.514Z Downloaded datatest-stable v0.2.9
14052024-05-06T17:59:02.514Z Downloaded quick-error v1.2.3
14062024-05-06T17:59:02.515Z Downloaded owo-colors v4.0.0
14072024-05-06T17:59:02.515Z Downloaded pin-project-internal v1.1.3
14082024-05-06T17:59:02.515Z Downloaded heapless v0.8.0
14092024-05-06T17:59:02.515Z Downloaded heapless v0.7.16
14102024-05-06T17:59:02.515Z Downloaded minimal-lexical v0.2.1
14112024-05-06T17:59:02.515Z Downloaded expectorate v1.1.0
14122024-05-06T17:59:02.515Z Downloaded crossterm v0.27.0
14132024-05-06T17:59:02.515Z Downloaded tokio-stream v0.1.15
14142024-05-06T17:59:02.515Z Downloaded criterion v0.5.1
14152024-05-06T17:59:02.515Z Downloaded ed25519 v1.5.3
14162024-05-06T17:59:02.515Z Downloaded itertools v0.12.1
14172024-05-06T17:59:02.515Z Downloaded stable_deref_trait v1.2.0
14182024-05-06T17:59:02.516Z Downloaded slog-stdlog v4.1.1
14192024-05-06T17:59:02.516Z Downloaded slog-scope v4.4.0
14202024-05-06T17:59:02.516Z Downloaded enum-as-inner v0.5.1
14212024-05-06T17:59:02.516Z Downloaded embedded-io v0.4.0
14222024-05-06T17:59:02.516Z Downloaded postgres-protocol v0.6.6
14232024-05-06T17:59:02.516Z Downloaded unicode_categories v0.1.1
14242024-05-06T17:59:02.516Z Downloaded trust-dns-client v0.22.0
14252024-05-06T17:59:02.516Z Downloaded usdt-impl v0.3.5
14262024-05-06T17:59:02.516Z Downloaded rsa v0.9.2
14272024-05-06T17:59:02.516Z Downloaded rcgen v0.12.1
14282024-05-06T17:59:02.516Z Downloaded rayon-core v1.12.1
14292024-05-06T17:59:02.516Z Downloaded der v0.7.8
14302024-05-06T17:59:02.517Z Downloaded futures-timer v3.0.2
14312024-05-06T17:59:02.517Z Downloaded futures-task v0.3.30
14322024-05-06T17:59:02.517Z Downloaded smallvec v0.6.14
14332024-05-06T17:59:02.517Z Downloaded pkcs1 v0.7.5
14342024-05-06T17:59:02.517Z Downloaded whoami v1.5.1
14352024-05-06T17:59:02.517Z Downloaded tokio-rustls v0.25.0
14362024-05-06T17:59:02.517Z Downloaded secrecy v0.8.0
14372024-05-06T17:59:02.517Z Downloaded scopeguard v1.2.0
14382024-05-06T17:59:02.517Z Downloaded salty v0.2.0
14392024-05-06T17:59:02.517Z Downloaded structmeta v0.2.0
14402024-05-06T17:59:02.517Z Downloaded rustc_version v0.1.7
14412024-05-06T17:59:02.517Z Downloaded rustc-hash v1.1.0
14422024-05-06T17:59:02.517Z Downloaded powerfmt v0.2.0
14432024-05-06T17:59:02.518Z Downloaded dof v0.1.5
14442024-05-06T17:59:02.518Z Downloaded tokio-rustls v0.24.1
14452024-05-06T17:59:02.518Z Downloaded proc-macro-error v1.0.4
14462024-05-06T17:59:02.518Z Downloaded poly1305 v0.8.0
14472024-05-06T17:59:02.518Z Downloaded relative-path v1.9.0
14482024-05-06T17:59:02.518Z Downloaded mockall_derive v0.12.1
14492024-05-06T17:59:02.518Z Downloaded parking_lot_core v0.9.8
14502024-05-06T17:59:02.518Z Downloaded parking_lot_core v0.8.6
14512024-05-06T17:59:02.518Z Downloaded miniz_oxide v0.7.1
14522024-05-06T17:59:02.518Z Downloaded log v0.4.21
14532024-05-06T17:59:02.518Z Downloaded lock_api v0.4.10
14542024-05-06T17:59:02.519Z Downloaded trybuild v1.0.91
14552024-05-06T17:59:02.519Z Downloaded pkg-config v0.3.27
14562024-05-06T17:59:02.519Z Downloaded sha1 v0.10.6
14572024-05-06T17:59:02.519Z Downloaded tinyvec v1.6.0
14582024-05-06T17:59:02.519Z Downloaded base64 v0.21.7
14592024-05-06T17:59:02.530Z Downloaded chacha20poly1305 v0.10.1
14602024-05-06T17:59:02.530Z Downloaded foreign-types-macros v0.2.3
14612024-05-06T17:59:02.530Z Downloaded foreign-types v0.5.0
14622024-05-06T17:59:02.530Z Downloaded cc v1.0.83
14632024-05-06T17:59:02.530Z Downloaded form_urlencoded v1.2.1
14642024-05-06T17:59:02.530Z Downloaded fastrand v2.0.1
14652024-05-06T17:59:02.530Z Downloaded socket2 v0.5.6
14662024-05-06T17:59:02.530Z Downloaded socket2 v0.4.9
14672024-05-06T17:59:02.530Z Downloaded libtest-mimic v0.7.2
14682024-05-06T17:59:02.530Z Downloaded libloading v0.7.4
14692024-05-06T17:59:02.531Z Downloaded newtype-uuid v1.1.0
14702024-05-06T17:59:02.531Z Downloaded crossbeam-utils v0.8.19
14712024-05-06T17:59:02.531Z Downloaded num_enum_derive v0.5.11
14722024-05-06T17:59:02.531Z Downloaded num_enum v0.5.11
14732024-05-06T17:59:02.531Z Downloaded num_cpus v1.16.0
14742024-05-06T17:59:02.531Z Downloaded nanorand v0.7.0
14752024-05-06T17:59:02.531Z Downloaded bytes v1.6.0
14762024-05-06T17:59:02.531Z Downloaded linked-hash-map v0.5.6
14772024-05-06T17:59:02.531Z Downloaded serde_with_macros v3.7.0
14782024-05-06T17:59:02.531Z Downloaded num-integer v0.1.46
14792024-05-06T17:59:02.531Z Downloaded nodrop v0.1.14
14802024-05-06T17:59:02.531Z Downloaded linear-map v1.2.0
14812024-05-06T17:59:02.531Z Downloaded lazycell v1.3.0
14822024-05-06T17:59:02.531Z Downloaded impl-trait-for-tuples v0.2.2
14832024-05-06T17:59:02.532Z Downloaded bzip2 v0.4.4
14842024-05-06T17:59:02.532Z Downloaded cookie v0.17.0
14852024-05-06T17:59:02.532Z Downloaded slog-async v2.8.0
14862024-05-06T17:59:02.532Z Downloaded signal-hook-tokio v0.3.1
14872024-05-06T17:59:02.532Z Downloaded signal-hook-registry v1.4.1
14882024-05-06T17:59:02.532Z Downloaded serde_repr v0.1.16
14892024-05-06T17:59:02.532Z Downloaded number_prefix v0.4.0
14902024-05-06T17:59:02.532Z Downloaded num_threads v0.1.6
14912024-05-06T17:59:02.532Z Downloaded lru-cache v0.1.2
14922024-05-06T17:59:02.532Z Downloaded ciborium v0.2.2
14932024-05-06T17:59:02.532Z Downloaded cast v0.3.0
14942024-05-06T17:59:02.532Z Downloaded hyper-util v0.1.2
14952024-05-06T17:59:02.533Z Downloaded cpufeatures v0.2.12
14962024-05-06T17:59:02.533Z Downloaded crossbeam-deque v0.8.3
14972024-05-06T17:59:02.533Z Downloaded castaway v0.2.2
14982024-05-06T17:59:02.533Z Downloaded buf-list v1.0.3
14992024-05-06T17:59:02.533Z Downloaded inout v0.1.3
15002024-05-06T17:59:02.533Z Downloaded headers-core v0.2.0
15012024-05-06T17:59:02.533Z Downloaded ring v0.17.8
15022024-05-06T17:59:02.533Z Downloaded crucible-workspace-hack v0.1.0
15032024-05-06T17:59:02.533Z Downloaded block-buffer v0.10.4
15042024-05-06T17:59:02.533Z Downloaded atomic-waker v1.1.1
15052024-05-06T17:59:02.533Z Downloaded ciborium-io v0.2.2
15062024-05-06T17:59:02.533Z Downloaded bitstruct_derive v0.1.0
15072024-05-06T17:59:02.533Z Downloaded ident_case v1.0.1
15082024-05-06T17:59:02.533Z Downloaded hubpack_derive v0.1.1
15092024-05-06T17:59:02.533Z Downloaded bit-vec v0.6.3
15102024-05-06T17:59:02.533Z Downloaded base64ct v1.6.0
15112024-05-06T17:59:02.533Z Downloaded bitfield v0.14.0
15122024-05-06T17:59:02.533Z Downloaded bb8 v0.8.3
15132024-05-06T17:59:02.533Z Downloaded base64 v0.13.1
15142024-05-06T17:59:02.533Z Downloaded backtrace v0.3.69
15152024-05-06T17:59:02.533Z Downloaded base16ct v0.2.0
15162024-05-06T17:59:02.533Z Downloaded backoff v0.4.0
15172024-05-06T17:59:02.533Z Downloaded arc-swap v1.6.0
15182024-05-06T17:59:02.534Z Downloaded anes v0.1.6
15192024-05-06T17:59:02.534Z Downloaded aho-corasick v1.1.2
15202024-05-06T17:59:02.534Z Downloaded arrayvec v0.7.4
15212024-05-06T17:59:02.534Z Downloaded allocator-api2 v0.2.16
15222024-05-06T17:59:02.534Z Downloaded ring v0.16.20
15232024-05-06T17:59:03.008Z Compiling libc v0.2.153
15242024-05-06T17:59:03.008Z Compiling serde v1.0.199
15252024-05-06T17:59:03.014Z Compiling version_check v0.9.4
15262024-05-06T17:59:03.014Z Checking cfg-if v1.0.0
15272024-05-06T17:59:03.070Z Compiling lock_api v0.4.10
15282024-05-06T17:59:03.078Z Compiling parking_lot_core v0.9.8
15292024-05-06T17:59:03.131Z Compiling syn v2.0.60
15302024-05-06T17:59:03.148Z Compiling once_cell v1.19.0
15312024-05-06T17:59:03.163Z Compiling libm v0.2.7
15322024-05-06T17:59:03.507Z Compiling num-traits v0.2.18
15332024-05-06T17:59:03.524Z Compiling memchr v2.7.1
15342024-05-06T17:59:03.556Z Compiling serde_json v1.0.116
15352024-05-06T17:59:03.570Z Compiling byteorder v1.5.0
15362024-05-06T17:59:03.799Z Compiling ahash v0.8.8
15372024-05-06T17:59:04.002Z Compiling syn v1.0.109
15382024-05-06T17:59:04.178Z Checking log v0.4.21
15392024-05-06T17:59:04.455Z Compiling slab v0.4.9
15402024-05-06T17:59:04.478Z Checking itoa v1.0.9
15412024-05-06T17:59:04.614Z Compiling typenum v1.16.0
15422024-05-06T17:59:04.896Z Compiling generic-array v0.14.7
15432024-05-06T17:59:04.929Z Checking getrandom v0.2.12
15442024-05-06T17:59:05.086Z Compiling cc v1.0.83
15452024-05-06T17:59:05.285Z Checking scopeguard v1.2.0
15462024-05-06T17:59:05.301Z Checking smallvec v1.13.1
15472024-05-06T17:59:05.602Z Compiling allocator-api2 v0.2.16
15482024-05-06T17:59:05.642Z Compiling pkg-config v0.3.27
15492024-05-06T17:59:05.784Z Compiling rustix v0.38.31
15502024-05-06T17:59:05.876Z Compiling schemars v0.8.17
15512024-05-06T17:59:06.250Z Compiling httparse v1.8.0
15522024-05-06T17:59:06.309Z Checking parking_lot v0.12.1
15532024-05-06T17:59:06.389Z Checking pin-project-lite v0.2.13
15542024-05-06T17:59:06.498Z Compiling num-conv v0.1.0
15552024-05-06T17:59:06.638Z Compiling time-core v0.1.2
15562024-05-06T17:59:06.706Z Compiling fnv v1.0.7
15572024-05-06T17:59:06.865Z Checking signal-hook-registry v1.4.1
15582024-05-06T17:59:06.868Z Compiling time-macros v0.2.17
15592024-05-06T17:59:07.026Z Compiling vcpkg v0.2.15
15602024-05-06T17:59:07.098Z Checking mio v0.8.11
15612024-05-06T17:59:07.435Z Checking ryu v1.0.15
15622024-05-06T17:59:07.677Z Compiling heck v0.4.1
15632024-05-06T17:59:07.750Z Compiling aho-corasick v1.1.2
15642024-05-06T17:59:08.157Z Compiling ring v0.17.8
15652024-05-06T17:59:09.237Z Compiling openssl-sys v0.9.102
15662024-05-06T17:59:09.419Z Compiling regex-syntax v0.8.2
15672024-05-06T17:59:10.353Z Checking rand_core v0.6.4
15682024-05-06T17:59:10.582Z Compiling serde_derive_internals v0.29.0
15692024-05-06T17:59:11.197Z Checking num_cpus v1.16.0
15702024-05-06T17:59:11.292Z Checking futures-core v0.3.30
15712024-05-06T17:59:11.481Z Compiling ring v0.16.20
15722024-05-06T17:59:11.763Z Checking socket2 v0.5.6
15732024-05-06T17:59:12.591Z Compiling openssl v0.10.64
15742024-05-06T17:59:12.997Z Compiling regex-automata v0.4.5
15752024-05-06T17:59:13.279Z Compiling slog v2.7.0
15762024-05-06T17:59:13.779Z Compiling rustversion v1.0.14
15772024-05-06T17:59:13.805Z Compiling ucd-trie v0.1.6
15782024-05-06T17:59:14.463Z Compiling crossbeam-utils v0.8.19
15792024-05-06T17:59:15.072Z Compiling iana-time-zone v0.1.57
15802024-05-06T17:59:15.845Z Compiling native-tls v0.2.11
15812024-05-06T17:59:15.848Z Compiling rustls v0.21.9
15822024-05-06T17:59:15.848Z Compiling cookie v0.17.0
15832024-05-06T17:59:15.848Z Checking spin v0.5.2
15842024-05-06T17:59:15.849Z Compiling backtrace v0.3.69
15852024-05-06T17:59:16.036Z Compiling unicode-xid v0.2.4
15862024-05-06T17:59:16.106Z Compiling dyn-clone v1.0.17
15872024-05-06T17:59:16.125Z Checking futures-sink v0.3.30
15882024-05-06T17:59:16.196Z Compiling anyhow v1.0.82
15892024-05-06T17:59:16.273Z Checking pin-utils v0.1.0
15902024-05-06T17:59:16.322Z Checking futures-channel v0.3.30
15912024-05-06T17:59:17.346Z Checking futures-task v0.3.30
15922024-05-06T17:59:17.350Z Compiling tinyvec_macros v0.1.1
15932024-05-06T17:59:17.350Z Checking futures-io v0.3.30
15942024-05-06T17:59:17.350Z Compiling tinyvec v1.6.0
15952024-05-06T17:59:17.350Z Compiling thread-id v4.2.0
15962024-05-06T17:59:17.370Z Compiling unicode-bidi v0.3.15
15972024-05-06T17:59:17.493Z Compiling serde_derive v1.0.199
15982024-05-06T17:59:17.801Z Compiling zerocopy-derive v0.7.32
15992024-05-06T17:59:18.181Z Compiling thiserror-impl v1.0.59
16002024-05-06T17:59:18.561Z Compiling zeroize_derive v1.4.2
16012024-05-06T17:59:18.578Z Compiling tokio-macros v2.2.0
16022024-05-06T17:59:18.709Z Compiling futures-macro v0.3.30
16032024-05-06T17:59:18.844Z Compiling tracing-attributes v0.1.27
16042024-05-06T17:59:20.135Z Compiling zerocopy v0.7.32
16052024-05-06T17:59:20.207Z Compiling schemars_derive v0.8.17
16062024-05-06T17:59:20.284Z Compiling regex v1.10.4
16072024-05-06T17:59:20.890Z Checking zeroize v1.7.0
16082024-05-06T17:59:21.145Z Compiling openssl-macros v0.1.1
16092024-05-06T17:59:21.580Z Compiling thiserror v1.0.59
16102024-05-06T17:59:21.900Z Compiling pest v2.7.6
16112024-05-06T17:59:21.963Z Compiling async-trait v0.1.80
16122024-05-06T17:59:22.476Z Compiling hashbrown v0.14.3
16132024-05-06T17:59:22.876Z Checking futures-util v0.3.30
16142024-05-06T17:59:23.185Z Compiling scroll_derive v0.12.0
16152024-05-06T17:59:23.865Z Compiling unicode-normalization v0.1.22
16162024-05-06T17:59:24.285Z Compiling pest_meta v2.7.6
16172024-05-06T17:59:24.633Z Compiling der_derive v0.7.2
16182024-05-06T17:59:24.937Z Compiling errno v0.3.8
16192024-05-06T17:59:24.953Z Compiling crc32fast v1.3.2
16202024-05-06T17:59:25.171Z Compiling unicode-width v0.1.11
16212024-05-06T17:59:25.318Z Compiling either v1.11.0
16222024-05-06T17:59:25.450Z Checking subtle v2.5.0
16232024-05-06T17:59:25.700Z Compiling pest_generator v2.7.6
16242024-05-06T17:59:26.835Z Compiling winnow v0.5.15
16252024-05-06T17:59:28.117Z Compiling synstructure v0.12.6
16262024-05-06T17:59:28.835Z Compiling spin v0.9.8
16272024-05-06T17:59:29.223Z Compiling tracing-core v0.1.32
16282024-05-06T17:59:29.347Z Compiling pest_derive v2.7.6
16292024-05-06T17:59:29.469Z Compiling scroll v0.12.0
16302024-05-06T17:59:29.930Z Compiling zerocopy-derive v0.2.0
16312024-05-06T17:59:30.027Z Compiling tracing v0.1.40
16322024-05-06T17:59:30.165Z Compiling usdt-impl v0.5.0
16332024-05-06T17:59:30.490Z Compiling const-oid v0.9.6
16342024-05-06T17:59:30.635Z Compiling plain v0.2.3
16352024-05-06T17:59:30.659Z Compiling percent-encoding v2.3.1
16362024-05-06T17:59:30.787Z Compiling goblin v0.8.0
16372024-05-06T17:59:30.868Z Compiling pretty-hex v0.4.1
16382024-05-06T17:59:31.073Z Compiling dtrace-parser v0.2.0
16392024-05-06T17:59:31.136Z Compiling clap_derive v4.5.4
16402024-05-06T17:59:31.226Z Checking bytes v1.6.0
16412024-05-06T17:59:32.035Z Checking tokio v1.37.0
16422024-05-06T17:59:32.481Z Compiling indexmap v2.2.6
16432024-05-06T17:59:33.741Z Compiling bitflags v2.4.2
16442024-05-06T17:59:33.874Z Compiling uuid v1.8.0
16452024-05-06T17:59:34.442Z Compiling chrono v0.4.38
16462024-05-06T17:59:34.443Z Compiling semver v1.0.22
16472024-05-06T17:59:34.443Z Compiling http v0.2.12
16482024-05-06T17:59:34.928Z Compiling serde_spanned v0.6.5
16492024-05-06T17:59:35.147Z Compiling toml_datetime v0.6.5
16502024-05-06T17:59:35.243Z Compiling rustc_version v0.4.0
16512024-05-06T17:59:35.997Z Compiling toml_edit v0.19.15
16522024-05-06T17:59:36.389Z Compiling openapiv3 v2.0.0
16532024-05-06T17:59:37.994Z Compiling dof v0.3.0
16542024-05-06T17:59:38.939Z Compiling untrusted v0.7.1
16552024-05-06T17:59:39.110Z Compiling untrusted v0.9.0
16562024-05-06T17:59:39.283Z Compiling signal-hook v0.3.17
16572024-05-06T17:59:39.565Z Compiling powerfmt v0.2.0
16582024-05-06T17:59:39.969Z Compiling foreign-types-shared v0.1.1
16592024-05-06T17:59:40.079Z Compiling foreign-types v0.3.2
16602024-05-06T17:59:40.163Z Compiling deranged v0.3.11
16612024-05-06T17:59:40.921Z Compiling form_urlencoded v1.2.1
16622024-05-06T17:59:41.224Z Compiling crypto-common v0.1.6
16632024-05-06T17:59:41.243Z Compiling zerocopy-derive v0.6.6
16642024-05-06T17:59:42.192Z Compiling usdt-impl v0.3.5
16652024-05-06T17:59:42.416Z Compiling siphasher v0.3.11
16662024-05-06T17:59:42.529Z Compiling num_threads v0.1.6
16672024-05-06T17:59:42.649Z Compiling try-lock v0.2.4
16682024-05-06T17:59:42.783Z Compiling base64 v0.21.7
16692024-05-06T17:59:42.797Z Compiling want v0.3.1
16702024-05-06T17:59:43.092Z Compiling time v0.3.34
16712024-05-06T17:59:43.515Z Compiling tokio-util v0.7.10
16722024-05-06T17:59:43.537Z Compiling sct v0.7.0
16732024-05-06T17:59:43.868Z Compiling rustls-webpki v0.101.7
16742024-05-06T17:59:43.964Z Compiling http-body v0.4.5
16752024-05-06T17:59:44.113Z Compiling zerocopy v0.3.0
16762024-05-06T17:59:44.391Z Compiling block-buffer v0.10.4
16772024-05-06T17:59:44.658Z Compiling h2 v0.3.26
16782024-05-06T17:59:44.933Z Compiling idna v0.5.0
16792024-05-06T17:59:44.948Z Compiling bzip2-sys v0.1.11+1.0.8
16802024-05-06T17:59:45.413Z Compiling socket2 v0.4.9
16812024-05-06T17:59:45.726Z Compiling httpdate v1.0.3
16822024-05-06T17:59:45.757Z Compiling tower-service v0.3.2
16832024-05-06T17:59:45.887Z Compiling openssl-probe v0.1.5
16842024-05-06T17:59:46.143Z Compiling url v2.5.0
16852024-05-06T17:59:46.524Z Compiling dof v0.1.5
16862024-05-06T17:59:47.468Z Compiling digest v0.10.7
16872024-05-06T17:59:47.550Z Compiling heapless v0.7.16
16882024-05-06T17:59:47.939Z Compiling dtrace-parser v0.1.14
16892024-05-06T17:59:48.112Z Compiling idna v0.3.0
16902024-05-06T17:59:48.186Z Compiling lazy_static v1.4.0
16912024-05-06T17:59:48.501Z Compiling psl-types v2.0.11
16922024-05-06T17:59:49.719Z Checking equivalent v1.0.1
16932024-05-06T17:59:49.828Z Compiling ppv-lite86 v0.2.17
16942024-05-06T17:59:49.872Z Compiling adler v1.0.2
16952024-05-06T17:59:50.095Z Compiling miniz_oxide v0.7.1
16962024-05-06T17:59:50.138Z Compiling tokio-native-tls v0.3.1
16972024-05-06T17:59:50.406Z Compiling crossbeam-epoch v0.9.18
16982024-05-06T17:59:50.581Z Compiling rand_chacha v0.3.1
16992024-05-06T17:59:50.694Z Compiling tokio-rustls v0.24.1
17002024-05-06T17:59:51.079Z Compiling publicsuffix v2.2.3
17012024-05-06T17:59:51.398Z Compiling hyper v0.14.28
17022024-05-06T17:59:51.581Z Compiling serde_tokenstream v0.1.7
17032024-05-06T17:59:51.599Z Compiling ipnet v2.9.0
17042024-05-06T17:59:52.137Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17052024-05-06T17:59:52.892Z Compiling bit-vec v0.6.3
17062024-05-06T17:59:52.897Z Compiling cookie_store v0.20.0
17072024-05-06T17:59:52.897Z Compiling rand v0.8.5
17082024-05-06T17:59:52.965Z Compiling rustls-pemfile v1.0.3
17092024-05-06T17:59:53.296Z Compiling phf_shared v0.10.0
17102024-05-06T17:59:53.354Z Compiling serde_urlencoded v0.7.1
17112024-05-06T17:59:53.813Z Compiling encoding_rs v0.8.33
17122024-05-06T17:59:53.893Z Compiling num-bigint v0.4.4
17132024-05-06T17:59:54.385Z Compiling sync_wrapper v0.1.2
17142024-05-06T17:59:54.385Z Compiling smoltcp v0.9.1
17152024-05-06T17:59:54.448Z Compiling gimli v0.28.0
17162024-05-06T17:59:54.716Z Compiling base64ct v1.6.0
17172024-05-06T17:59:54.736Z Compiling precomputed-hash v0.1.1
17182024-05-06T17:59:54.843Z Compiling mime v0.3.17
17192024-05-06T17:59:54.998Z Compiling minimal-lexical v0.2.1
17202024-05-06T17:59:55.190Z Compiling webpki-roots v0.25.2
17212024-05-06T17:59:55.295Z Compiling new_debug_unreachable v1.0.4
17222024-05-06T17:59:55.350Z Compiling fixedbitset v0.4.2
17232024-05-06T17:59:55.384Z Compiling nom v7.1.3
17242024-05-06T17:59:55.393Z Compiling string_cache v0.8.7
17252024-05-06T17:59:55.490Z Compiling pem-rfc7468 v0.7.0
17262024-05-06T17:59:55.773Z Compiling petgraph v0.6.4
17272024-05-06T17:59:56.231Z Compiling usdt-attr-macro v0.3.5
17282024-05-06T17:59:56.250Z Compiling usdt-macro v0.3.5
17292024-05-06T17:59:56.395Z Compiling bit-set v0.5.3
17302024-05-06T17:59:56.667Z Compiling hmac v0.12.1
17312024-05-06T17:59:57.247Z Compiling itertools v0.10.5
17322024-05-06T17:59:57.676Z Compiling enum-as-inner v0.5.1
17332024-05-06T17:59:57.786Z Compiling hubpack_derive v0.1.1
17342024-05-06T17:59:58.435Z Compiling hyper-tls v0.5.0
17352024-05-06T17:59:58.723Z Compiling hyper-rustls v0.24.2
17362024-05-06T17:59:58.750Z Compiling addr2line v0.21.0
17372024-05-06T17:59:59.243Z Compiling diesel_table_macro_syntax v0.1.0
17382024-05-06T17:59:59.244Z Compiling reqwest v0.11.27
17392024-05-06T17:59:59.244Z Compiling object v0.32.1
17402024-05-06T17:59:59.244Z Compiling unicode-segmentation v1.10.1
17412024-05-06T17:59:59.348Z Compiling flagset v0.4.3
17422024-05-06T17:59:59.553Z Compiling lalrpop-util v0.19.12
17432024-05-06T17:59:59.805Z Compiling rustc-demangle v0.1.23
17442024-05-06T17:59:59.899Z Compiling der v0.7.8
17452024-05-06T17:59:59.939Z Compiling toml_edit v0.22.12
17462024-05-06T18:00:00.023Z Compiling diesel_derives v2.1.2
17472024-05-06T18:00:00.601Z Compiling flate2 v1.0.28
17482024-05-06T18:00:00.721Z Compiling futures-executor v0.3.30
17492024-05-06T18:00:01.513Z Compiling cpufeatures v0.2.12
17502024-05-06T18:00:01.552Z Compiling futures v0.3.30
17512024-05-06T18:00:02.048Z Compiling sha2 v0.10.8
17522024-05-06T18:00:02.930Z Compiling spki v0.7.2
17532024-05-06T18:00:03.281Z Compiling md-5 v0.10.5
17542024-05-06T18:00:03.308Z Compiling toml v0.7.8
17552024-05-06T18:00:03.542Z Compiling hex v0.4.3
17562024-05-06T18:00:04.140Z Compiling stringprep v0.1.3
17572024-05-06T18:00:04.580Z Compiling serde_repr v0.1.16
17582024-05-06T18:00:05.096Z Compiling strum_macros v0.25.2
17592024-05-06T18:00:05.456Z Compiling num-integer v0.1.46
17602024-05-06T18:00:06.167Z Compiling hash32 v0.2.1
17612024-05-06T18:00:06.457Z Checking unicode-ident v1.0.12
17622024-05-06T18:00:06.552Z Compiling stable_deref_trait v1.2.0
17632024-05-06T18:00:06.616Z Compiling fallible-iterator v0.2.0
17642024-05-06T18:00:07.114Z Compiling pkcs8 v0.10.2
17652024-05-06T18:00:07.305Z Compiling postgres-protocol v0.6.6
17662024-05-06T18:00:08.042Z Compiling phf_shared v0.11.2
17672024-05-06T18:00:08.429Z Compiling terminal_size v0.3.0
17682024-05-06T18:00:08.479Z Compiling ff v0.13.0
17692024-05-06T18:00:08.663Z Compiling block-padding v0.3.3
17702024-05-06T18:00:08.697Z Compiling scheduled-thread-pool v0.2.7
17712024-05-06T18:00:09.007Z Compiling peg-runtime v0.8.2
17722024-05-06T18:00:09.140Z Compiling managed v0.8.0
17732024-05-06T18:00:09.252Z Compiling matches v0.1.10
17742024-05-06T18:00:09.273Z Compiling base16ct v0.2.0
17752024-05-06T18:00:09.343Z Compiling bitflags v1.3.2
17762024-05-06T18:00:09.384Z Compiling regex-automata v0.1.10
17772024-05-06T18:00:09.439Z Compiling clap_builder v4.5.2
17782024-05-06T18:00:09.590Z Compiling sec1 v0.7.3
17792024-05-06T18:00:09.699Z Compiling idna v0.2.3
17802024-05-06T18:00:09.853Z Compiling bstr v0.2.17
17812024-05-06T18:00:10.152Z Compiling r2d2 v0.8.10
17822024-05-06T18:00:10.477Z Compiling inout v0.1.3
17832024-05-06T18:00:11.130Z Compiling signal-hook-mio v0.2.3
17842024-05-06T18:00:11.275Z Compiling group v0.13.0
17852024-05-06T18:00:11.278Z Compiling phf v0.11.2
17862024-05-06T18:00:11.308Z Compiling postgres-types v0.2.6
17872024-05-06T18:00:11.612Z Compiling bzip2 v0.4.4
17882024-05-06T18:00:11.750Z Compiling hubpack v0.1.2
17892024-05-06T18:00:12.032Z Compiling hkdf v0.12.4
17902024-05-06T18:00:12.298Z Compiling zerocopy v0.6.6
17912024-05-06T18:00:12.502Z Compiling ipnetwork v0.20.0
17922024-05-06T18:00:12.843Z Compiling crypto-bigint v0.5.2
17932024-05-06T18:00:13.141Z Compiling float-cmp v0.9.0
17942024-05-06T18:00:13.379Z Compiling normalize-line-endings v0.3.0
17952024-05-06T18:00:13.508Z Compiling difflib v0.4.0
17962024-05-06T18:00:13.525Z Compiling data-encoding v2.4.0
17972024-05-06T18:00:14.584Z Compiling whoami v1.5.1
17982024-05-06T18:00:14.999Z Compiling predicates-core v1.0.6
17992024-05-06T18:00:15.113Z Compiling static_assertions v1.1.0
18002024-05-06T18:00:15.202Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18012024-05-06T18:00:15.227Z Compiling predicates v3.1.0
18022024-05-06T18:00:15.351Z Compiling tokio-postgres v0.7.10
18032024-05-06T18:00:15.807Z Compiling elliptic-curve v0.13.8
18042024-05-06T18:00:16.056Z Compiling diesel v2.1.6
18052024-05-06T18:00:16.232Z Compiling yasna v0.5.2
18062024-05-06T18:00:16.591Z Compiling trust-dns-proto v0.22.0
18072024-05-06T18:00:18.240Z Compiling clap v4.5.4
18082024-05-06T18:00:18.367Z Compiling zip v0.6.6
18092024-05-06T18:00:18.966Z Compiling crossterm v0.27.0
18102024-05-06T18:00:19.147Z Compiling similar v2.4.0
18112024-05-06T18:00:19.788Z Compiling cipher v0.4.4
18122024-05-06T18:00:20.287Z Checking proc-macro2 v1.0.81
18132024-05-06T18:00:20.550Z Compiling num-iter v0.1.44
18142024-05-06T18:00:20.733Z Compiling usdt v0.3.5
18152024-05-06T18:00:20.885Z Compiling console v0.15.8
18162024-05-06T18:00:20.942Z Compiling tokio-stream v0.1.15
18172024-05-06T18:00:21.006Z Compiling bstr v1.9.0
18182024-05-06T18:00:21.646Z Compiling base64 v0.22.0
18192024-05-06T18:00:21.906Z Checking quote v1.0.36
18202024-05-06T18:00:27.378Z Checking utf8parse v0.2.1
18212024-05-06T18:00:30.581Z Checking anstyle v1.0.6
18222024-05-06T18:00:32.096Z Checking anstyle-parse v0.2.1
18232024-05-06T18:00:32.309Z Checking colorchoice v1.0.0
18242024-05-06T18:00:32.740Z Checking anstyle-query v1.0.0
18252024-05-06T18:00:32.744Z Checking anstream v0.6.11
18262024-05-06T18:00:32.744Z Checking strsim v0.11.0
18272024-05-06T18:00:32.793Z Checking clap_lex v0.7.0
18282024-05-06T18:00:35.088Z Compiling serde_tokenstream v0.2.0
18292024-05-06T18:00:36.823Z Checking winnow v0.6.1
18302024-05-06T18:00:45.757Z Compiling regress v0.9.1
18312024-05-06T18:00:45.910Z Compiling getopts v0.2.21
18322024-05-06T18:00:46.472Z Checking heck v0.5.0
18332024-05-06T18:00:46.657Z Compiling unsafe-libyaml v0.2.10
18342024-05-06T18:00:47.016Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18352024-05-06T18:00:47.630Z Checking is-terminal v0.4.9
18362024-05-06T18:00:47.677Z Checking camino v1.1.6
18372024-05-06T18:00:47.744Z Compiling rayon-core v1.12.1
18382024-05-06T18:00:48.025Z Compiling serde_yaml v0.9.25
18392024-05-06T18:00:48.088Z Compiling strsim v0.10.0
18402024-05-06T18:00:48.252Z Compiling ident_case v1.0.1
18412024-05-06T18:00:48.423Z Compiling darling_core v0.20.8
18422024-05-06T18:00:48.542Z Checking sha1 v0.10.6
18432024-05-06T18:00:48.813Z Checking http v1.0.0
18442024-05-06T18:00:48.880Z Compiling paste v1.0.14
18452024-05-06T18:00:49.382Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
18462024-05-06T18:00:50.132Z Compiling strum_macros v0.26.1
18472024-05-06T18:00:50.925Z Checking match_cfg v0.1.0
18482024-05-06T18:00:51.021Z Checking rustls-pki-types v1.3.0
18492024-05-06T18:00:51.345Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502024-05-06T18:00:51.417Z Checking fastrand v2.0.1
18512024-05-06T18:00:51.746Z Checking tempfile v3.10.1
18522024-05-06T18:00:52.218Z Checking hostname v0.3.1
18532024-05-06T18:00:52.226Z Checking dirs-sys-next v0.1.2
18542024-05-06T18:00:52.278Z Checking quick-error v1.2.3
18552024-05-06T18:00:52.294Z Checking dirs-next v2.0.0
18562024-05-06T18:00:52.412Z Checking crossbeam-channel v0.5.8
18572024-05-06T18:00:52.430Z Checking thread_local v1.1.7
18582024-05-06T18:00:52.514Z Compiling rustls v0.22.4
18592024-05-06T18:00:52.712Z Compiling slog-async v2.8.0
18602024-05-06T18:00:52.822Z Checking term v0.7.0
18612024-05-06T18:00:53.168Z Checking rustls-webpki v0.102.1
18622024-05-06T18:00:53.618Z Checking instant v0.1.12
18632024-05-06T18:00:53.629Z Checking take_mut v0.2.2
18642024-05-06T18:00:53.629Z Checking slog-term v2.9.1
18652024-05-06T18:00:53.630Z Checking rustls-pemfile v2.1.2
18662024-05-06T18:00:53.630Z Compiling blake3 v1.5.0
18672024-05-06T18:00:53.683Z Compiling multer v3.0.0
18682024-05-06T18:00:53.777Z Checking debug-ignore v1.0.5
18692024-05-06T18:00:53.919Z Checking toml v0.8.12
18702024-05-06T18:00:54.041Z Checking slog-json v2.6.1
18712024-05-06T18:00:54.294Z Compiling crossbeam-deque v0.8.3
18722024-05-06T18:00:54.480Z Compiling async-stream-impl v0.3.5
18732024-05-06T18:00:54.629Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18742024-05-06T18:00:54.932Z Checking atomic-waker v1.1.1
18752024-05-06T18:00:55.060Z Compiling same-file v1.0.6
18762024-05-06T18:00:55.195Z Checking waitgroup v0.1.2
18772024-05-06T18:00:55.274Z Compiling walkdir v2.5.0
18782024-05-06T18:00:55.471Z Checking strum v0.26.2
18792024-05-06T18:00:55.515Z Compiling darling_macro v0.20.8
18802024-05-06T18:00:55.980Z Checking async-stream v0.3.5
18812024-05-06T18:00:56.021Z Checking slog-bunyan v2.5.0
18822024-05-06T18:00:56.186Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18832024-05-06T18:00:56.203Z Checking serde_path_to_error v0.1.16
18842024-05-06T18:00:56.577Z Compiling rayon v1.10.0
18852024-05-06T18:00:56.595Z Compiling darling v0.20.8
18862024-05-06T18:00:56.814Z Compiling xattr v1.0.1
18872024-05-06T18:00:57.093Z Compiling memmap2 v0.7.1
18882024-05-06T18:00:57.452Z Compiling filetime v0.2.23
18892024-05-06T18:00:57.489Z Checking tokio-rustls v0.25.0
18902024-05-06T18:00:57.519Z Compiling constant_time_eq v0.3.0
18912024-05-06T18:00:57.668Z Compiling arrayref v0.3.7
18922024-05-06T18:00:57.766Z Compiling arrayvec v0.7.4
18932024-05-06T18:00:57.795Z Compiling home v0.5.5
18942024-05-06T18:00:57.831Z Compiling tar v0.4.40
18952024-05-06T18:00:57.850Z Compiling camino-tempfile v1.1.1
18962024-05-06T18:00:58.044Z Compiling toolchain_find v0.4.0
18972024-05-06T18:00:58.165Z Compiling serde_with_macros v3.7.0
18982024-05-06T18:00:59.129Z Compiling topological-sort v0.2.2
18992024-05-06T18:00:59.358Z Compiling rustfmt-wrapper v0.2.1
19002024-05-06T18:00:59.956Z Checking newtype-uuid v1.1.0
19012024-05-06T18:00:59.977Z Checking wait-timeout v0.2.0
19022024-05-06T18:01:00.046Z Compiling structmeta-derive v0.3.0
19032024-05-06T18:01:00.150Z Checking rusty-fork v0.3.0
19042024-05-06T18:01:00.188Z Compiling structmeta-derive v0.2.0
19052024-05-06T18:01:00.414Z Checking rand_xorshift v0.3.0
19062024-05-06T18:01:00.590Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19072024-05-06T18:01:00.876Z Checking unarray v0.1.4
19082024-05-06T18:01:01.014Z Checking proptest v1.4.0
19092024-05-06T18:01:01.564Z Checking serde_with v3.7.0
19102024-05-06T18:01:02.577Z Compiling omicron-zone-package v0.11.0
19112024-05-06T18:01:03.538Z Checking backoff v0.4.0
19122024-05-06T18:01:03.542Z Compiling structmeta v0.3.0
19132024-05-06T18:01:03.542Z Compiling structmeta v0.2.0
19142024-05-06T18:01:03.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-05-06T18:01:03.685Z Compiling parse-display-derive v0.9.0
19162024-05-06T18:01:03.716Z Compiling test-strategy v0.3.1
19172024-05-06T18:01:04.618Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19182024-05-06T18:01:05.090Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19192024-05-06T18:01:05.090Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19202024-05-06T18:01:05.111Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19212024-05-06T18:01:05.154Z Checking macaddr v1.0.1
19222024-05-06T18:01:05.424Z Compiling proc-macro-error-attr v1.0.4
19232024-05-06T18:01:05.483Z Compiling proc-macro-error v1.0.4
19242024-05-06T18:01:05.518Z Compiling proc-macro-crate v1.3.1
19252024-05-06T18:01:05.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262024-05-06T18:01:06.577Z Compiling num_enum_derive v0.5.11
19272024-05-06T18:01:06.598Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19282024-05-06T18:01:06.964Z Compiling foreign-types-macros v0.2.3
19292024-05-06T18:01:07.401Z Checking foreign-types-shared v0.3.1
19302024-05-06T18:01:07.510Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-05-06T18:01:07.867Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
19322024-05-06T18:01:07.951Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19332024-05-06T18:01:07.998Z Checking cstr-argument v0.1.2
19342024-05-06T18:01:08.205Z Checking pretty-hex v0.2.1
19352024-05-06T18:01:08.286Z Checking foreign-types v0.5.0
19362024-05-06T18:01:08.335Z Checking tabwriter v1.4.0
19372024-05-06T18:01:08.361Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19382024-05-06T18:01:08.528Z Checking parse-display v0.9.0
19392024-05-06T18:01:08.554Z Checking colored v2.1.0
19402024-05-06T18:01:08.656Z Checking smf v0.2.3
19412024-05-06T18:01:09.096Z Checking humantime v2.1.0
19422024-05-06T18:01:09.105Z Checking termcolor v1.2.0
19432024-05-06T18:01:09.105Z Checking arc-swap v1.6.0
19442024-05-06T18:01:09.105Z Compiling usdt-attr-macro v0.5.0
19452024-05-06T18:01:09.105Z Compiling usdt-macro v0.5.0
19462024-05-06T18:01:09.105Z Checking memmap v0.7.0
19472024-05-06T18:01:09.105Z Checking utf-8 v0.7.6
19482024-05-06T18:01:09.247Z Checking slog-scope v4.4.0
19492024-05-06T18:01:09.278Z Checking newline-converter v0.3.0
19502024-05-06T18:01:09.421Z Checking num_enum v0.5.11
19512024-05-06T18:01:09.449Z Checking slog-stdlog v4.1.1
19522024-05-06T18:01:09.589Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19532024-05-06T18:01:09.622Z Checking slog-envlogger v2.2.0
19542024-05-06T18:01:09.811Z Checking expectorate v1.1.0
19552024-05-06T18:01:09.827Z Checking tungstenite v0.20.1
19562024-05-06T18:01:09.884Z Compiling heapless v0.8.0
19572024-05-06T18:01:09.963Z Checking termtree v0.4.1
19582024-05-06T18:01:10.141Z Checking predicates-tree v1.0.9
19592024-05-06T18:01:10.289Z Checking hash32 v0.3.1
19602024-05-06T18:01:10.325Z Compiling smoltcp v0.11.0
19612024-05-06T18:01:10.415Z Checking embedded-io v0.4.0
19622024-05-06T18:01:10.471Z Compiling crucible-workspace-hack v0.1.0
19632024-05-06T18:01:10.552Z Checking usdt v0.5.0
19642024-05-06T18:01:10.599Z Checking cobs v0.2.3
19652024-05-06T18:01:10.653Z Checking tokio-tungstenite v0.20.1
19662024-05-06T18:01:10.773Z Checking postcard v1.0.8
19672024-05-06T18:01:10.792Z Checking sigpipe v0.1.3
19682024-05-06T18:01:10.808Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19692024-05-06T18:01:10.893Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19702024-05-06T18:01:11.108Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19712024-05-06T18:01:11.122Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19722024-05-06T18:01:11.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19732024-05-06T18:01:11.165Z Checking atty v0.2.14
19742024-05-06T18:01:11.332Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19752024-05-06T18:01:11.486Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19762024-05-06T18:01:11.527Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19772024-05-06T18:01:11.890Z Compiling num-derive v0.4.0
19782024-05-06T18:01:12.018Z Compiling mockall_derive v0.12.1
19792024-05-06T18:01:12.636Z Checking downcast v0.11.0
19802024-05-06T18:01:12.641Z Checking fragile v2.0.0
19812024-05-06T18:01:12.707Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19822024-05-06T18:01:12.864Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
19832024-05-06T18:01:12.999Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
19842024-05-06T18:01:13.064Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19852024-05-06T18:01:13.334Z Checking pem v3.0.4
19862024-05-06T18:01:13.478Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19872024-05-06T18:01:13.603Z Checking env_logger v0.9.3
19882024-05-06T18:01:13.755Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-05-06T18:01:13.802Z Compiling bitstruct_derive v0.1.0
19902024-05-06T18:01:14.045Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-05-06T18:01:14.537Z Checking ascii v1.1.0
19922024-05-06T18:01:14.537Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19932024-05-06T18:01:14.537Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19942024-05-06T18:01:14.537Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19952024-05-06T18:01:14.538Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19962024-05-06T18:01:14.545Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19972024-05-06T18:01:14.650Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19982024-05-06T18:01:14.680Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19992024-05-06T18:01:14.850Z Checking serde_arrays v0.1.0
20002024-05-06T18:01:14.915Z Checking erased-serde v0.3.31
20012024-05-06T18:01:14.945Z Compiling heck v0.3.3
20022024-05-06T18:01:14.973Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20032024-05-06T18:01:15.149Z Checking bitstruct v0.1.1
20042024-05-06T18:01:15.253Z Checking tungstenite v0.21.0
20052024-05-06T18:01:15.292Z Checking base64 v0.13.1
20062024-05-06T18:01:15.339Z Compiling zone_cfg_derive v0.1.2
20072024-05-06T18:01:16.081Z Checking ron v0.7.1
20082024-05-06T18:01:16.102Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20092024-05-06T18:01:16.102Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20102024-05-06T18:01:16.114Z Checking tokio-tungstenite v0.21.0
20112024-05-06T18:01:16.580Z Checking headers-core v0.2.0
20122024-05-06T18:01:16.678Z Checking portpicker v0.1.1
20132024-05-06T18:01:16.830Z Checking headers v0.3.9
20142024-05-06T18:01:16.837Z Checking rcgen v0.12.1
20152024-05-06T18:01:16.925Z Checking zone v0.1.8
20162024-05-06T18:01:17.079Z Checking atomicwrites v0.4.3
20172024-05-06T18:01:17.281Z Checking subprocess v0.2.9
20182024-05-06T18:01:17.493Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20192024-05-06T18:01:17.510Z Checking linked-hash-map v0.5.6
20202024-05-06T18:01:17.597Z Checking password-hash v0.5.0
20212024-05-06T18:01:17.758Z Checking blake2 v0.10.6
20222024-05-06T18:01:17.796Z Checking swrite v0.1.0
20232024-05-06T18:01:17.816Z Checking lru-cache v0.1.2
20242024-05-06T18:01:17.913Z Checking itertools v0.12.1
20252024-05-06T18:01:17.928Z Compiling derive-where v1.2.7
20262024-05-06T18:01:17.984Z Checking resolv-conf v0.7.0
20272024-05-06T18:01:18.042Z Checking half v2.3.1
20282024-05-06T18:01:18.197Z Checking argon2 v0.5.3
20292024-05-06T18:01:18.314Z Checking trust-dns-resolver v0.22.0
20302024-05-06T18:01:18.502Z Checking ciborium-io v0.2.2
20312024-05-06T18:01:18.622Z Compiling cancel-safe-futures v0.1.5
20322024-05-06T18:01:18.864Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20332024-05-06T18:01:19.009Z Checking ciborium-ll v0.2.2
20342024-05-06T18:01:19.311Z Checking ciborium v0.2.2
20352024-05-06T18:01:19.640Z Checking bytecount v0.6.3
20362024-05-06T18:01:19.782Z Checking papergrid v0.11.0
20372024-05-06T18:01:19.798Z Compiling tabled_derive v0.7.0
20382024-05-06T18:01:20.293Z Compiling slog-dtrace v0.3.0
20392024-05-06T18:01:20.307Z Checking mockall v0.12.1
20402024-05-06T18:01:20.507Z Compiling semver v0.1.20
20412024-05-06T18:01:20.535Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20422024-05-06T18:01:20.647Z Checking libsw v3.3.1
20432024-05-06T18:01:20.895Z Compiling rustc_version v0.1.7
20442024-05-06T18:01:20.911Z Checking owo-colors v4.0.0
20452024-05-06T18:01:21.188Z Checking linear-map v1.2.0
20462024-05-06T18:01:21.389Z Compiling newtype_derive v0.1.6
20472024-05-06T18:01:21.422Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
20482024-05-06T18:01:21.491Z Compiling num-rational v0.4.1
20492024-05-06T18:01:21.630Z Compiling radium v0.7.0
20502024-05-06T18:01:21.759Z Checking num-complex v0.4.5
20512024-05-06T18:01:21.845Z Checking steno v0.4.0
20522024-05-06T18:01:22.151Z Checking nibble_vec v0.1.0
20532024-05-06T18:01:22.328Z Checking tap v1.0.1
20542024-05-06T18:01:22.492Z Checking endian-type v0.1.2
20552024-05-06T18:01:22.538Z Checking tabled v0.15.0
20562024-05-06T18:01:22.665Z Compiling maybe-uninit v2.0.0
20572024-05-06T18:01:22.682Z Checking num v0.4.2
20582024-05-06T18:01:22.695Z Checking radix_trie v0.2.1
20592024-05-06T18:01:22.715Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20602024-05-06T18:01:22.800Z Checking wyz v0.5.1
20612024-05-06T18:01:23.159Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20622024-05-06T18:01:23.241Z Checking fxhash v0.2.1
20632024-05-06T18:01:23.409Z Compiling packed_struct v0.10.1
20642024-05-06T18:01:23.501Z Checking crc-catalog v2.2.0
20652024-05-06T18:01:23.646Z Compiling num-bigint-dig v0.8.4
20662024-05-06T18:01:23.865Z Checking funty v2.0.0
20672024-05-06T18:01:23.993Z Checking crc v3.0.1
20682024-05-06T18:01:24.167Z Compiling packed_struct_codegen v0.10.1
20692024-05-06T18:01:24.202Z Compiling indexmap v1.9.3
20702024-05-06T18:01:24.439Z Checking nodrop v0.1.14
20712024-05-06T18:01:24.533Z Checking smallvec v0.6.14
20722024-05-06T18:01:24.553Z Checking array-init v0.0.4
20732024-05-06T18:01:24.807Z Checking bitvec v1.0.1
20742024-05-06T18:01:24.824Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20752024-05-06T18:01:26.141Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20762024-05-06T18:01:26.179Z Checking pkcs1 v0.7.5
20772024-05-06T18:01:26.179Z Checking signature v2.1.0
20782024-05-06T18:01:26.179Z Checking bitfield v0.14.0
20792024-05-06T18:01:26.179Z Checking hashbrown v0.12.3
20802024-05-06T18:01:26.180Z Checking serde-hex v0.1.0
20812024-05-06T18:01:26.180Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20822024-05-06T18:01:26.194Z Checking env_logger v0.10.0
20832024-05-06T18:01:26.667Z Checking x509-cert v0.2.4
20842024-05-06T18:01:26.949Z Checking rsa v0.9.2
20852024-05-06T18:01:27.235Z Checking ron v0.8.1
20862024-05-06T18:01:27.501Z Checking hashbrown v0.13.2
20872024-05-06T18:01:27.558Z Checking crc-any v2.4.3
20882024-05-06T18:01:27.902Z Checking path-slash v0.1.5
20892024-05-06T18:01:28.451Z Checking display-error-chain v0.2.0
20902024-05-06T18:01:28.451Z Compiling convert_case v0.4.0
20912024-05-06T18:01:28.451Z Compiling async-recursion v1.1.0
20922024-05-06T18:01:28.451Z Compiling buf-list v1.0.3
20932024-05-06T18:01:28.452Z Checking object v0.30.4
20942024-05-06T18:01:28.580Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20952024-05-06T18:01:28.658Z Checking maplit v1.0.2
20962024-05-06T18:01:28.823Z Checking gethostname v0.4.3
20972024-05-06T18:01:29.007Z Compiling libefi-sys v0.1.0
20982024-05-06T18:01:29.158Z Compiling derive_more v0.99.17
20992024-05-06T18:01:29.159Z Compiling parking_lot_core v0.8.6
21002024-05-06T18:01:29.373Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21012024-05-06T18:01:29.759Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21022024-05-06T18:01:29.810Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21032024-05-06T18:01:30.364Z Checking keccak v0.1.4
21042024-05-06T18:01:30.372Z Checking parking_lot v0.11.2
21052024-05-06T18:01:30.373Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21062024-05-06T18:01:30.373Z Checking sha3 v0.10.8
21072024-05-06T18:01:30.373Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21082024-05-06T18:01:30.373Z Checking trust-dns-client v0.22.0
21092024-05-06T18:01:30.373Z Checking toml v0.5.11
21102024-05-06T18:01:30.620Z Checking secrecy v0.8.0
21112024-05-06T18:01:30.639Z Compiling pin-project-internal v1.1.3
21122024-05-06T18:01:30.840Z Checking sled v0.34.7
21132024-05-06T18:01:31.062Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21142024-05-06T18:01:31.468Z Compiling vte_generate_state_changes v0.1.1
21152024-05-06T18:01:31.836Z Checking trust-dns-server v0.22.1
21162024-05-06T18:01:32.578Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21172024-05-06T18:01:32.627Z Checking vte v0.11.1
21182024-05-06T18:01:33.669Z Checking fd-lock v4.0.2
21192024-05-06T18:01:33.830Z Checking glob v0.3.1
21202024-05-06T18:01:33.915Z Checking pin-project v1.1.3
21212024-05-06T18:01:34.011Z Checking strip-ansi-escapes v0.2.0
21222024-05-06T18:01:34.132Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21232024-05-06T18:01:34.150Z Checking nu-ansi-term v0.50.0
21242024-05-06T18:01:34.334Z Compiling platforms v3.0.2
21252024-05-06T18:01:34.455Z Compiling prettyplease v0.2.19
21262024-05-06T18:01:34.489Z Compiling snafu-derive v0.8.2
21272024-05-06T18:01:34.583Z Checking reedline v0.31.0
21282024-05-06T18:01:34.630Z Checking globset v0.4.13
21292024-05-06T18:01:34.869Z Checking olpc-cjson v0.1.3
21302024-05-06T18:01:35.040Z Checking serde_plain v1.0.2
21312024-05-06T18:01:35.258Z Compiling memoffset v0.7.1
21322024-05-06T18:01:35.301Z Compiling crunchy v0.2.2
21332024-05-06T18:01:35.557Z Checking typed-path v0.7.0
21342024-05-06T18:01:35.857Z Compiling curve25519-dalek v4.1.2
21352024-05-06T18:01:36.424Z Compiling clang-sys v1.6.1
21362024-05-06T18:01:36.489Z Checking fs-err v2.11.0
21372024-05-06T18:01:36.803Z Compiling unicase v2.7.0
21382024-05-06T18:01:36.842Z Checking parse-size v1.0.0
21392024-05-06T18:01:37.003Z Compiling tiny-keccak v2.0.2
21402024-05-06T18:01:37.424Z Checking universal-hash v0.5.1
21412024-05-06T18:01:37.460Z Compiling thiserror-impl-no-std v2.0.2
21422024-05-06T18:01:37.487Z Compiling curve25519-dalek-derive v0.1.0
21432024-05-06T18:01:37.613Z Checking nanorand v0.7.0
21442024-05-06T18:01:37.819Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21452024-05-06T18:01:37.987Z Checking signature v1.6.4
21462024-05-06T18:01:38.116Z Checking opaque-debug v0.3.0
21472024-05-06T18:01:38.148Z Compiling cfg_aliases v0.1.1
21482024-05-06T18:01:38.205Z Compiling salty v0.2.0
21492024-05-06T18:01:38.253Z Compiling nix v0.28.0
21502024-05-06T18:01:38.744Z Checking poly1305 v0.8.0
21512024-05-06T18:01:38.929Z Checking ed25519 v1.5.3
21522024-05-06T18:01:39.098Z Checking flume v0.11.0
21532024-05-06T18:01:39.111Z Compiling ascii-canvas v3.0.0
21542024-05-06T18:01:39.561Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21552024-05-06T18:01:39.618Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21562024-05-06T18:01:39.820Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21572024-05-06T18:01:39.857Z Checking chacha20 v0.9.1
21582024-05-06T18:01:40.175Z Checking aead v0.5.2
21592024-05-06T18:01:40.333Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
21602024-05-06T18:01:40.373Z Checking snafu v0.8.2
21612024-05-06T18:01:40.562Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21622024-05-06T18:01:40.573Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21632024-05-06T18:01:40.757Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21642024-05-06T18:01:40.792Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21652024-05-06T18:01:41.984Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21662024-05-06T18:01:42.042Z Checking tough v0.17.1
21672024-05-06T18:01:42.059Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21682024-05-06T18:01:43.149Z Checking thiserror-no-std v2.0.2
21692024-05-06T18:01:43.261Z Checking serde-big-array v0.5.1
21702024-05-06T18:01:43.475Z Checking kstat-rs v0.2.3
21712024-05-06T18:01:43.796Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21722024-05-06T18:01:44.015Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21732024-05-06T18:01:44.027Z Compiling ena v0.14.2
21742024-05-06T18:01:44.436Z Compiling libloading v0.7.4
21752024-05-06T18:01:44.540Z Compiling diff v0.1.13
21762024-05-06T18:01:44.724Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21772024-05-06T18:01:44.737Z Compiling regex-syntax v0.6.29
21782024-05-06T18:01:44.828Z Compiling bindgen v0.69.2
21792024-05-06T18:01:45.232Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21802024-05-06T18:01:45.410Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21812024-05-06T18:01:45.763Z Checking vsss-rs v3.3.4
21822024-05-06T18:01:46.713Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21832024-05-06T18:01:47.314Z Checking chacha20poly1305 v0.10.1
21842024-05-06T18:01:47.688Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21852024-05-06T18:01:47.887Z Compiling lalrpop v0.19.12
21862024-05-06T18:01:47.932Z Checking signal-hook-tokio v0.3.1
21872024-05-06T18:01:48.097Z Compiling cexpr v0.6.0
21882024-05-06T18:01:48.112Z Checking serde-big-array v0.4.1
21892024-05-06T18:01:48.306Z Compiling which v4.4.0
21902024-05-06T18:01:48.918Z Compiling peeking_take_while v0.1.2
21912024-05-06T18:01:48.983Z Compiling lazycell v1.3.0
21922024-05-06T18:01:49.053Z Compiling shlex v1.3.0
21932024-05-06T18:01:49.132Z Compiling rustc-hash v1.1.0
21942024-05-06T18:01:49.283Z Compiling ref-cast v1.0.22
21952024-05-06T18:01:49.761Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21962024-05-06T18:01:49.859Z Compiling mime_guess v2.0.4
21972024-05-06T18:01:50.730Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21982024-05-06T18:01:51.146Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21992024-05-06T18:01:51.454Z Compiling derive_builder_core v0.20.0
22002024-05-06T18:01:53.117Z Compiling peg-macros v0.8.2
22012024-05-06T18:01:53.918Z Compiling ref-cast-impl v1.0.22
22022024-05-06T18:01:54.597Z Compiling sqlparser_derive v0.2.2
22032024-05-06T18:01:54.941Z Compiling libxml v0.3.3
22042024-05-06T18:01:55.242Z Checking corncobs v0.1.3
22052024-05-06T18:01:55.295Z Checking unicode_categories v0.1.1
22062024-05-06T18:01:55.419Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22072024-05-06T18:01:55.591Z Checking sqlformat v0.2.3
22082024-05-06T18:01:55.644Z Checking rustyline v14.0.0
22092024-05-06T18:01:55.741Z Checking sqlparser v0.45.0
22102024-05-06T18:01:56.960Z Checking peg v0.8.2
22112024-05-06T18:01:57.173Z Compiling derive_builder_macro v0.20.0
22122024-05-06T18:01:57.256Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22132024-05-06T18:01:57.627Z Checking bcs v0.1.6
22142024-05-06T18:01:58.076Z Compiling strum_macros v0.24.3
22152024-05-06T18:01:58.121Z Compiling cookie v0.18.1
22162024-05-06T18:01:58.435Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22172024-05-06T18:01:58.596Z Checking highway v1.1.0
22182024-05-06T18:01:58.736Z Compiling indoc v1.0.9
22192024-05-06T18:01:59.141Z Checking derive_builder v0.20.0
22202024-05-06T18:01:59.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22212024-05-06T18:02:00.287Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22222024-05-06T18:02:00.558Z Checking bb8 v0.8.3
22232024-05-06T18:02:01.023Z Checking quick-xml v0.31.0
22242024-05-06T18:02:01.690Z Compiling impl-trait-for-tuples v0.2.2
22252024-05-06T18:02:01.816Z Compiling oso-derive v0.27.3
22262024-05-06T18:02:02.120Z Compiling const_format_proc_macros v0.2.32
22272024-05-06T18:02:02.951Z Checking http-range v0.1.5
22282024-05-06T18:02:03.097Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22292024-05-06T18:02:03.134Z Checking hyper-staticfile v0.9.5
22302024-05-06T18:02:03.530Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22312024-05-06T18:02:04.443Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22322024-05-06T18:02:04.521Z Checking const_format v0.2.32
22332024-05-06T18:02:04.991Z Checking assert_matches v1.5.0
22342024-05-06T18:02:05.088Z Checking rand_seeder v0.2.3
22352024-05-06T18:02:05.167Z Compiling portable-atomic v1.4.3
22362024-05-06T18:02:05.333Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22372024-05-06T18:02:05.565Z Checking number_prefix v0.4.0
22382024-05-06T18:02:05.775Z Checking castaway v0.2.2
22392024-05-06T18:02:06.372Z Checking compact_str v0.7.1
22402024-05-06T18:02:06.378Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22412024-05-06T18:02:06.629Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22422024-05-06T18:02:06.668Z Checking lru v0.12.1
22432024-05-06T18:02:06.958Z Compiling stability v0.2.0
22442024-05-06T18:02:06.988Z Checking cassowary v0.3.0
22452024-05-06T18:02:07.332Z Checking indicatif v0.17.8
22462024-05-06T18:02:07.386Z Compiling indoc v2.0.3
22472024-05-06T18:02:07.857Z Checking smawk v0.3.1
22482024-05-06T18:02:08.048Z Checking unicode-linebreak v0.1.5
22492024-05-06T18:02:08.062Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22502024-05-06T18:02:08.090Z Checking is_ci v1.2.0
22512024-05-06T18:02:08.216Z Checking supports-color v3.0.0
22522024-05-06T18:02:08.379Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22532024-05-06T18:02:08.393Z Checking fatfs v0.3.6
22542024-05-06T18:02:08.454Z Checking textwrap v0.16.1
22552024-05-06T18:02:08.531Z Checking ratatui v0.26.2
22562024-05-06T18:02:08.824Z Checking rtoolbox v0.0.1
22572024-05-06T18:02:09.034Z Checking rpassword v7.3.1
22582024-05-06T18:02:09.188Z Checking shell-words v1.1.0
22592024-05-06T18:02:09.364Z Checking yansi v0.5.1
22602024-05-06T18:02:09.561Z Compiling target-lexicon v0.12.13
22612024-05-06T18:02:09.660Z Checking pretty_assertions v1.4.0
22622024-05-06T18:02:09.852Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22632024-05-06T18:02:09.962Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22642024-05-06T18:02:10.443Z Checking plotters-backend v0.3.5
22652024-05-06T18:02:10.573Z Compiling doc-comment v0.3.3
22662024-05-06T18:02:10.847Z Compiling guppy-workspace-hack v0.1.0
22672024-05-06T18:02:11.252Z Checking plotters-svg v0.3.5
22682024-05-06T18:02:11.419Z Checking http-body v1.0.0
22692024-05-06T18:02:11.444Z Checking tui-tree-widget v0.19.0
22702024-05-06T18:02:11.471Z Compiling assert_cmd v2.0.14
22712024-05-06T18:02:11.620Z Compiling target-spec v3.1.0
22722024-05-06T18:02:11.795Z Checking cast v0.3.0
22732024-05-06T18:02:11.799Z Checking tower-layer v0.3.2
22742024-05-06T18:02:12.068Z Checking cfg-expr v0.15.6
22752024-05-06T18:02:12.083Z Checking tower v0.4.13
22762024-05-06T18:02:12.104Z Checking criterion-plot v0.5.0
22772024-05-06T18:02:12.233Z Checking hyper v1.1.0
22782024-05-06T18:02:12.614Z Checking plotters v0.3.5
22792024-05-06T18:02:12.890Z Checking tinytemplate v1.2.1
22802024-05-06T18:02:12.994Z Checking cargo-platform v0.1.3
22812024-05-06T18:02:13.128Z Checking oorandom v11.1.3
22822024-05-06T18:02:13.280Z Checking anes v0.1.6
22832024-05-06T18:02:13.290Z Checking cargo_metadata v0.18.1
22842024-05-06T18:02:13.373Z Checking hyper-util v0.1.2
22852024-05-06T18:02:13.670Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22862024-05-06T18:02:14.112Z Checking rustls-native-certs v0.7.0
22872024-05-06T18:02:14.246Z Checking httptest v0.15.5
22882024-05-06T18:02:14.356Z Checking criterion v0.5.1
22892024-05-06T18:02:14.864Z Checking pathdiff v0.2.1
22902024-05-06T18:02:14.867Z Checking nested v0.1.1
22912024-05-06T18:02:14.962Z Checking hyper-rustls v0.26.0
22922024-05-06T18:02:15.018Z Checking escape8259 v0.5.2
22932024-05-06T18:02:15.075Z Checking guppy v0.17.5
22942024-05-06T18:02:15.187Z Checking threadpool v1.8.1
22952024-05-06T18:02:15.385Z Checking libtest-mimic v0.7.2
22962024-05-06T18:02:15.874Z Checking similar-asserts v1.5.0
22972024-05-06T18:02:16.101Z Checking fancy-regex v0.13.0
22982024-05-06T18:02:16.118Z Compiling rstest_macros v0.19.0
22992024-05-06T18:02:16.903Z Checking datatest-stable v0.2.9
23002024-05-06T18:02:17.192Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23012024-05-06T18:02:17.282Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23022024-05-06T18:02:17.299Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23032024-05-06T18:02:17.610Z Checking csv-core v0.1.11
23042024-05-06T18:02:17.681Z Compiling relative-path v1.9.0
23052024-05-06T18:02:17.948Z Checking constant_time_eq v0.2.6
23062024-05-06T18:02:17.964Z Compiling trybuild v1.0.91
23072024-05-06T18:02:18.079Z Checking blake2b_simd v1.0.1
23082024-05-06T18:02:18.426Z Checking csv v1.3.0
23092024-05-06T18:02:18.721Z Checking multimap v0.10.0
23102024-05-06T18:02:18.896Z Checking futures-timer v3.0.2
23112024-05-06T18:02:19.024Z Checking rust-argon2 v2.1.0
23122024-05-06T18:02:19.443Z Checking partial-io v0.5.4
23132024-05-06T18:02:19.833Z Checking approx v0.5.1
23142024-05-06T18:02:20.067Z Checking uzers v0.11.3
23152024-05-06T18:02:20.243Z Checking termios v0.3.3
23162024-05-06T18:02:20.367Z Checking hex-literal v0.4.1
23172024-05-06T18:02:23.041Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23182024-05-06T18:02:23.333Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23192024-05-06T18:02:23.517Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23202024-05-06T18:02:26.129Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23212024-05-06T18:02:28.078Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23222024-05-06T18:02:28.100Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23232024-05-06T18:02:32.511Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23242024-05-06T18:02:33.563Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23252024-05-06T18:02:40.391Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23262024-05-06T18:02:40.419Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23272024-05-06T18:02:40.419Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23282024-05-06T18:02:40.419Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23292024-05-06T18:02:40.419Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23302024-05-06T18:02:40.419Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23312024-05-06T18:02:40.420Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23322024-05-06T18:02:40.420Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23332024-05-06T18:02:40.420Z Checking rstest v0.19.0
23342024-05-06T18:02:40.420Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23352024-05-06T18:02:40.605Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23362024-05-06T18:02:40.684Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23372024-05-06T18:02:41.016Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23382024-05-06T18:02:42.423Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23392024-05-06T18:02:42.726Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23402024-05-06T18:02:43.239Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23412024-05-06T18:02:43.933Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23422024-05-06T18:02:46.766Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23432024-05-06T18:02:47.853Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23442024-05-06T18:02:48.802Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23452024-05-06T18:02:48.898Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23462024-05-06T18:02:49.634Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23472024-05-06T18:02:51.834Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23482024-05-06T18:02:53.965Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23492024-05-06T18:02:54.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23502024-05-06T18:02:59.670Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23512024-05-06T18:02:59.747Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23522024-05-06T18:03:01.052Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23532024-05-06T18:03:06.305Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23542024-05-06T18:03:06.336Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23552024-05-06T18:03:06.778Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23562024-05-06T18:03:07.358Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23572024-05-06T18:03:13.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23582024-05-06T18:03:13.594Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23592024-05-06T18:03:14.539Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23602024-05-06T18:03:23.047Z Compiling samael v0.0.15
23612024-05-06T18:03:35.637Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23622024-05-06T18:03:39.847Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23632024-05-06T18:03:52.626Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23642024-05-06T18:03:56.650Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23652024-05-06T18:04:08.337Z Compiling polar-core v0.27.3
23662024-05-06T18:04:16.803Z Checking oso v0.27.3
23672024-05-06T18:04:43.628Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23682024-05-06T18:04:43.631Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23692024-05-06T18:04:43.631Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23702024-05-06T18:05:45.510Z Finished dev [unoptimized + debuginfo] target(s) in 6m 45s
23712024-05-06T18:05:45.706Z
23722024-05-06T18:05:45.706Zreal 7:33.082186031
23732024-05-06T18:05:45.706Zuser 38:39.700819321
23742024-05-06T18:05:45.706Zsys 6:45.431062908
23752024-05-06T18:05:45.706Ztrap 1.050516843
23762024-05-06T18:05:45.706Ztflt 4.974709913
23772024-05-06T18:05:45.706Zdflt 4.526192078
23782024-05-06T18:05:45.706Zkflt 0.016184199
23792024-05-06T18:05:45.706Zlock 58:54.094568792
23802024-05-06T18:05:45.706Zslp 1:57:37.270250364
23812024-05-06T18:05:45.706Zlat 1:43.985149418
23822024-05-06T18:05:45.706Zstop 4:26.675465023
23832024-05-06T18:05:46.623Zwarning: output filename collision.
23842024-05-06T18:05:46.623ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23852024-05-06T18:05:46.624ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23862024-05-06T18:05:46.624ZThe targets should have unique names.
23872024-05-06T18:05:46.624ZThis is a known bug where multiple crates with the same name use
23882024-05-06T18:05:46.624Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23892024-05-06T18:05:46.624Zwarning: output filename collision.
23902024-05-06T18:05:46.624ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23912024-05-06T18:05:46.624ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23922024-05-06T18:05:46.624ZThe targets should have unique names.
23932024-05-06T18:05:46.624ZThis is a known bug where multiple crates with the same name use
23942024-05-06T18:05:46.624Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-06T18:05:46.629Zwarning: output filename collision.
23962024-05-06T18:05:46.629ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23972024-05-06T18:05:46.629ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23982024-05-06T18:05:46.629ZThe targets should have unique names.
23992024-05-06T18:05:46.629ZThis is a known bug where multiple crates with the same name use
24002024-05-06T18:05:46.629Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-06T18:05:46.629Zwarning: output filename collision.
24022024-05-06T18:05:46.629ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24032024-05-06T18:05:46.629ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24042024-05-06T18:05:46.629ZThe targets should have unique names.
24052024-05-06T18:05:46.630ZThis is a known bug where multiple crates with the same name use
24062024-05-06T18:05:46.630Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-06T18:05:46.630Zwarning: output filename collision.
24082024-05-06T18:05:46.630ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24092024-05-06T18:05:46.630ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24102024-05-06T18:05:46.630ZThe targets should have unique names.
24112024-05-06T18:05:46.630ZThis is a known bug where multiple crates with the same name use
24122024-05-06T18:05:46.630Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-06T18:05:46.630Zwarning: output filename collision.
24142024-05-06T18:05:46.630ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
24152024-05-06T18:05:46.630ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24162024-05-06T18:05:46.630ZThe targets should have unique names.
24172024-05-06T18:05:46.631ZThis is a known bug where multiple crates with the same name use
24182024-05-06T18:05:46.631Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-06T18:05:46.631Zwarning: output filename collision.
24202024-05-06T18:05:46.631ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24212024-05-06T18:05:46.631ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24222024-05-06T18:05:46.631ZThe targets should have unique names.
24232024-05-06T18:05:46.631ZThis is a known bug where multiple crates with the same name use
24242024-05-06T18:05:46.631Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-06T18:05:46.631Zwarning: output filename collision.
24262024-05-06T18:05:46.631ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
24272024-05-06T18:05:46.631ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24282024-05-06T18:05:46.632ZThe targets should have unique names.
24292024-05-06T18:05:46.632ZThis is a known bug where multiple crates with the same name use
24302024-05-06T18:05:46.632Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-05-06T18:05:46.632Zwarning: output filename collision.
24322024-05-06T18:05:46.632ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24332024-05-06T18:05:46.632ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24342024-05-06T18:05:46.632ZThe targets should have unique names.
24352024-05-06T18:05:46.632ZThis is a known bug where multiple crates with the same name use
24362024-05-06T18:05:46.632Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24372024-05-06T18:05:47.136Z Documenting libc v0.2.153
24382024-05-06T18:05:47.193Z Documenting cfg-if v1.0.0
24392024-05-06T18:05:47.199Z Documenting serde_derive v1.0.199
24402024-05-06T18:05:47.231Z Documenting log v0.4.21
24412024-05-06T18:05:47.245Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24422024-05-06T18:05:47.259Z Documenting memchr v2.7.1
24432024-05-06T18:05:47.277Z Documenting byteorder v1.5.0
24442024-05-06T18:05:47.288Z Documenting itoa v1.0.9
24452024-05-06T18:05:47.532Z Documenting smallvec v1.13.1
24462024-05-06T18:05:50.121Z Documenting scopeguard v1.2.0
24472024-05-06T18:05:50.552Z Documenting once_cell v1.19.0
24482024-05-06T18:05:51.220Z Documenting pin-project-lite v0.2.13
24492024-05-06T18:05:51.240Z Documenting libm v0.2.7
24502024-05-06T18:05:51.267Z Documenting zeroize_derive v1.4.2
24512024-05-06T18:05:51.976Z Documenting getrandom v0.2.12
24522024-05-06T18:05:52.569Z Documenting parking_lot_core v0.9.8
24532024-05-06T18:05:53.118Z Documenting lock_api v0.4.10
24542024-05-06T18:05:54.418Z Documenting signal-hook-registry v1.4.1
24552024-05-06T18:05:54.591Z Documenting mio v0.8.11
24562024-05-06T18:05:55.054Z Documenting serde v1.0.199
24572024-05-06T18:05:55.076Z Documenting num-traits v0.2.18
24582024-05-06T18:05:56.026Z Documenting zeroize v1.7.0
24592024-05-06T18:05:56.034Z Documenting rand_core v0.6.4
24602024-05-06T18:05:56.147Z Documenting thiserror-impl v1.0.59
24612024-05-06T18:05:57.576Z Documenting parking_lot v0.12.1
24622024-05-06T18:05:58.710Z Documenting futures-core v0.3.30
24632024-05-06T18:06:00.038Z Documenting ryu v1.0.15
24642024-05-06T18:06:00.211Z Documenting num_cpus v1.16.0
24652024-05-06T18:06:00.550Z Documenting socket2 v0.5.6
24662024-05-06T18:06:00.569Z Documenting tokio-macros v2.2.0
24672024-05-06T18:06:01.388Z Documenting thiserror v1.0.59
24682024-05-06T18:06:02.605Z Documenting zerocopy v0.7.32
24692024-05-06T18:06:02.665Z Documenting futures-sink v0.3.30
24702024-05-06T18:06:02.960Z Documenting typenum v1.16.0
24712024-05-06T18:06:04.364Z Documenting subtle v2.5.0
24722024-05-06T18:06:05.582Z Documenting pin-utils v0.1.0
24732024-05-06T18:06:05.643Z Documenting slab v0.4.9
24742024-05-06T18:06:06.056Z Documenting futures-macro v0.3.30
24752024-05-06T18:06:06.656Z Documenting futures-channel v0.3.30
24762024-05-06T18:06:15.402Z Documenting bytes v1.6.0
24772024-05-06T18:06:17.542Z Documenting bitflags v2.4.2
24782024-05-06T18:06:17.596Z Documenting serde_json v1.0.116
24792024-05-06T18:06:17.899Z Documenting futures-io v0.3.30
24802024-05-06T18:06:17.958Z Documenting futures-task v0.3.30
24812024-05-06T18:06:18.027Z Documenting iana-time-zone v0.1.57
24822024-05-06T18:06:18.298Z Documenting uuid v1.8.0
24832024-05-06T18:06:18.816Z Documenting generic-array v0.14.7
24842024-05-06T18:06:20.021Z Documenting tokio v1.37.0
24852024-05-06T18:06:21.950Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24862024-05-06T18:06:22.042Z Documenting futures-util v0.3.30
24872024-05-06T18:06:22.051Z Documenting ahash v0.8.8
24882024-05-06T18:06:22.737Z Documenting allocator-api2 v0.2.16
24892024-05-06T18:06:22.901Z Documenting chrono v0.4.38
24902024-05-06T18:06:23.428Z Documenting crypto-common v0.1.6
24912024-05-06T18:06:24.398Z Documenting const-oid v0.9.6
24922024-05-06T18:06:26.467Z Documenting tinyvec_macros v0.1.1
24932024-05-06T18:06:27.023Z Documenting hashbrown v0.14.3
24942024-05-06T18:06:28.452Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952024-05-06T18:06:28.636Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24962024-05-06T18:06:29.318Z Documenting tinyvec v1.6.0
24972024-05-06T18:06:29.417Z Documenting tracing-core v0.1.32
24982024-05-06T18:06:29.928Z Checking serde_derive_internals v0.29.0
24992024-05-06T18:06:30.605Z Documenting tracing-attributes v0.1.27
25002024-05-06T18:06:30.666Z Documenting serde_derive_internals v0.29.0
25012024-05-06T18:06:31.726Z Documenting dyn-clone v1.0.17
25022024-05-06T18:06:32.068Z Documenting ppv-lite86 v0.2.17
25032024-05-06T18:06:33.611Z Documenting unicode-bidi v0.3.15
25042024-05-06T18:06:33.845Z Documenting unicode-normalization v0.1.22
25052024-05-06T18:06:34.985Z Documenting lazy_static v1.4.0
25062024-05-06T18:06:35.303Z Documenting rand_chacha v0.3.1
25072024-05-06T18:06:36.447Z Documenting percent-encoding v2.3.1
25082024-05-06T18:06:36.498Z Documenting schemars_derive v0.8.17
25092024-05-06T18:06:37.912Z Documenting block-buffer v0.10.4
25102024-05-06T18:06:38.472Z Documenting powerfmt v0.2.0
25112024-05-06T18:06:39.333Z Documenting fnv v1.0.7
25122024-05-06T18:06:41.518Z Documenting rand v0.8.5
25132024-05-06T18:06:41.562Z Documenting equivalent v1.0.1
25142024-05-06T18:06:41.784Z Documenting deranged v0.3.11
25152024-05-06T18:06:42.087Z Documenting schemars v0.8.17
25162024-05-06T18:06:42.569Z Documenting digest v0.10.7
25172024-05-06T18:06:44.071Z Documenting form_urlencoded v1.2.1
25182024-05-06T18:06:45.104Z Documenting indexmap v2.2.6
25192024-05-06T18:06:45.735Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202024-05-06T18:06:46.435Z Documenting time-macros v0.2.17
25212024-05-06T18:06:47.588Z Documenting num_threads v0.1.6
25222024-05-06T18:06:49.609Z Documenting tracing v0.1.40
25232024-05-06T18:06:52.982Z Documenting num-conv v0.1.0
25242024-05-06T18:06:56.633Z Documenting unicode-width v0.1.11
25252024-05-06T18:06:56.852Z Documenting time-core v0.1.2
25262024-05-06T18:06:56.855Z Documenting idna v0.5.0
25272024-05-06T18:06:56.905Z Documenting errno v0.3.8
25282024-05-06T18:06:56.935Z Documenting unicode-ident v1.0.12
25292024-05-06T18:06:57.199Z Documenting adler v1.0.2
25302024-05-06T18:06:57.476Z Documenting slog v2.7.0
25312024-05-06T18:06:59.826Z Documenting time v0.3.34
25322024-05-06T18:07:00.058Z Documenting httparse v1.8.0
25332024-05-06T18:07:00.257Z Documenting proc-macro2 v1.0.81
25342024-05-06T18:07:00.418Z Documenting miniz_oxide v0.7.1
25352024-05-06T18:07:01.126Z Documenting rustix v0.38.31
25362024-05-06T18:07:01.244Z Documenting url v2.5.0
25372024-05-06T18:07:02.541Z Documenting cpufeatures v0.2.12
25382024-05-06T18:07:04.597Z Documenting async-trait v0.1.80
25392024-05-06T18:07:04.730Z Documenting try-lock v0.2.4
25402024-05-06T18:07:05.528Z Documenting httpdate v1.0.3
25412024-05-06T18:07:05.833Z Documenting http-body v0.4.5
25422024-05-06T18:07:05.847Z Documenting quote v1.0.36
25432024-05-06T18:07:06.460Z Documenting aho-corasick v1.1.2
25442024-05-06T18:07:06.553Z Documenting tokio-util v0.7.10
25452024-05-06T18:07:08.145Z Documenting want v0.3.1
25462024-05-06T18:07:09.389Z Documenting openssl-sys v0.9.102
25472024-05-06T18:07:09.737Z Documenting openssl-macros v0.1.1
25482024-05-06T18:07:10.162Z Documenting syn v2.0.60
25492024-05-06T18:07:10.636Z Documenting gimli v0.28.0
25502024-05-06T18:07:11.318Z Documenting mime v0.3.17
25512024-05-06T18:07:11.594Z Documenting tower-service v0.3.2
25522024-05-06T18:07:12.294Z Documenting regex-syntax v0.8.2
25532024-05-06T18:07:13.276Z Documenting h2 v0.3.26
25542024-05-06T18:07:15.268Z Documenting object v0.32.1
25552024-05-06T18:07:15.396Z Documenting ipnet v2.9.0
25562024-05-06T18:07:15.693Z Documenting openssl-probe v0.1.5
25572024-05-06T18:07:16.310Z Documenting openssl v0.10.64
25582024-05-06T18:07:17.314Z Documenting addr2line v0.21.0
25592024-05-06T18:07:19.400Z Documenting regex-automata v0.4.5
25602024-05-06T18:07:19.962Z Documenting rustc-demangle v0.1.23
25612024-05-06T18:07:20.007Z Documenting base64ct v1.6.0
25622024-05-06T18:07:21.381Z Documenting futures-executor v0.3.30
25632024-05-06T18:07:23.382Z Documenting encoding_rs v0.8.33
25642024-05-06T18:07:23.807Z Documenting hyper v0.14.28
25652024-05-06T18:07:24.973Z Documenting psl-types v2.0.11
25662024-05-06T18:07:25.233Z Documenting native-tls v0.2.11
25672024-05-06T18:07:25.907Z Documenting serde_urlencoded v0.7.1
25682024-05-06T18:07:27.460Z Documenting backtrace v0.3.69
25692024-05-06T18:07:28.413Z Documenting crossbeam-utils v0.8.19
25702024-05-06T18:07:28.636Z Documenting publicsuffix v2.2.3
25712024-05-06T18:07:28.671Z Documenting regex v1.10.4
25722024-05-06T18:07:30.603Z Documenting utf8parse v0.2.1
25732024-05-06T18:07:30.863Z Documenting tokio-native-tls v0.3.1
25742024-05-06T18:07:32.691Z Documenting anyhow v1.0.82
25752024-05-06T18:07:33.244Z Documenting futures v0.3.30
25762024-05-06T18:07:33.602Z Documenting cookie_store v0.20.0
25772024-05-06T18:07:33.636Z Documenting pem-rfc7468 v0.7.0
25782024-05-06T18:07:33.647Z Checking pest_meta v2.7.6
25792024-05-06T18:07:34.024Z Documenting der_derive v0.7.2
25802024-05-06T18:07:34.557Z Documenting sync_wrapper v0.1.2
25812024-05-06T18:07:36.879Z Documenting flagset v0.4.3
25822024-05-06T18:07:36.931Z Documenting hyper-tls v0.5.0
25832024-05-06T18:07:37.836Z Documenting hyper-rustls v0.24.2
25842024-05-06T18:07:37.902Z Documenting webpki-roots v0.25.2
25852024-05-06T18:07:38.497Z Documenting num-integer v0.1.46
25862024-05-06T18:07:39.189Z Documenting pest_meta v2.7.6
25872024-05-06T18:07:39.601Z Documenting scroll_derive v0.12.0
25882024-05-06T18:07:40.221Z Documenting der v0.7.8
25892024-05-06T18:07:41.247Z Checking pest_generator v2.7.6
25902024-05-06T18:07:42.005Z Documenting openapiv3 v2.0.0
25912024-05-06T18:07:42.756Z Documenting plain v0.2.3
25922024-05-06T18:07:43.696Z Documenting ucd-trie v0.1.6
25932024-05-06T18:07:44.153Z Documenting pest_generator v2.7.6
25942024-05-06T18:07:44.693Z Documenting spin v0.9.8
25952024-05-06T18:07:45.284Z Documenting scroll v0.12.0
25962024-05-06T18:07:45.725Z Documenting anstyle v1.0.6
25972024-05-06T18:07:45.741Z Documenting reqwest v0.11.27
25982024-05-06T18:07:45.865Z Documenting spki v0.7.2
25992024-05-06T18:07:47.654Z Documenting pest v2.7.6
26002024-05-06T18:07:47.860Z Documenting either v1.11.0
26012024-05-06T18:07:49.331Z Documenting pest_derive v2.7.6
26022024-05-06T18:07:49.871Z Documenting pretty-hex v0.4.1
26032024-05-06T18:07:50.201Z Documenting goblin v0.8.0
26042024-05-06T18:07:50.315Z Documenting pkcs8 v0.10.2
26052024-05-06T18:07:50.674Z Documenting anstyle-parse v0.2.1
26062024-05-06T18:07:52.392Z Documenting thread-id v4.2.0
26072024-05-06T18:07:53.533Z Documenting colorchoice v1.0.0
26082024-05-06T18:07:53.977Z Documenting data-encoding v2.4.0
26092024-05-06T18:07:54.037Z Documenting dtrace-parser v0.2.0
26102024-05-06T18:07:54.440Z Documenting anstyle-query v1.0.0
26112024-05-06T18:07:54.721Z Documenting crossbeam-epoch v0.9.18
26122024-05-06T18:07:56.451Z Documenting terminal_size v0.3.0
26132024-05-06T18:07:57.331Z Documenting sha2 v0.10.8
26142024-05-06T18:07:57.397Z Documenting ipnetwork v0.20.0
26152024-05-06T18:07:58.621Z Documenting anstream v0.6.11
26162024-05-06T18:07:58.800Z Documenting hex v0.4.3
26172024-05-06T18:07:58.897Z Documenting dof v0.3.0
26182024-05-06T18:07:59.164Z Documenting crc32fast v1.3.2
26192024-05-06T18:07:59.169Z Documenting clap_lex v0.7.0
26202024-05-06T18:08:01.972Z Documenting strsim v0.11.0
26212024-05-06T18:08:02.056Z Documenting unicode-segmentation v1.10.1
26222024-05-06T18:08:02.916Z Documenting untrusted v0.9.0
26232024-05-06T18:08:03.119Z Documenting num-iter v0.1.44
26242024-05-06T18:08:03.261Z Documenting hmac v0.12.1
26252024-05-06T18:08:03.678Z Documenting signal-hook v0.3.17
26262024-05-06T18:08:03.736Z Documenting clap_derive v4.5.4
26272024-05-06T18:08:04.160Z Documenting usdt-impl v0.5.0
26282024-05-06T18:08:05.897Z Documenting base64 v0.22.0
26292024-05-06T18:08:05.931Z Documenting clap_builder v4.5.2
26302024-05-06T18:08:06.234Z Documenting ring v0.17.8
26312024-05-06T18:08:07.690Z Documenting static_assertions v1.1.0
26322024-05-06T18:08:07.775Z Documenting flate2 v1.0.28
26332024-05-06T18:08:08.546Z Documenting managed v0.8.0
26342024-05-06T18:08:09.444Z Documenting signal-hook-mio v0.2.3
26352024-05-06T18:08:10.111Z Documenting enum-as-inner v0.5.1
26362024-05-06T18:08:10.854Z Documenting block-padding v0.3.3
26372024-05-06T18:08:10.857Z Documenting scheduled-thread-pool v0.2.7
26382024-05-06T18:08:12.087Z Documenting bzip2-sys v0.1.11+1.0.8
26392024-05-06T18:08:12.389Z Documenting diesel_table_macro_syntax v0.1.0
26402024-05-06T18:08:12.606Z Checking diesel_table_macro_syntax v0.1.0
26412024-05-06T18:08:12.783Z Documenting md-5 v0.10.5
26422024-05-06T18:08:12.973Z Documenting clap v4.5.4
26432024-05-06T18:08:14.474Z Documenting crossterm v0.27.0
26442024-05-06T18:08:14.689Z Documenting trust-dns-proto v0.22.0
26452024-05-06T18:08:15.565Z Documenting inout v0.1.3
26462024-05-06T18:08:15.992Z Documenting r2d2 v0.8.10
26472024-05-06T18:08:17.080Z Documenting bzip2 v0.4.4
26482024-05-06T18:08:17.320Z Documenting stringprep v0.1.3
26492024-05-06T18:08:17.418Z Documenting diesel_derives v2.1.2
26502024-05-06T18:08:18.709Z Documenting regress v0.9.1
26512024-05-06T18:08:20.456Z Documenting ff v0.13.0
26522024-05-06T18:08:20.463Z Documenting serde_spanned v0.6.5
26532024-05-06T18:08:20.463Z Documenting toml_datetime v0.6.5
26542024-05-06T18:08:22.164Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26552024-05-06T18:08:22.264Z Documenting fallible-iterator v0.2.0
26562024-05-06T18:08:23.745Z Documenting bit-vec v0.6.3
26572024-05-06T18:08:24.449Z Documenting base16ct v0.2.0
26582024-05-06T18:08:24.750Z Documenting winnow v0.6.1
26592024-05-06T18:08:24.941Z Documenting siphasher v0.3.11
26602024-05-06T18:08:25.262Z Documenting group v0.13.0
26612024-05-06T18:08:26.195Z Documenting zip v0.6.6
26622024-05-06T18:08:27.263Z Documenting diesel v2.1.6
26632024-05-06T18:08:28.007Z Documenting postgres-protocol v0.6.6
26642024-05-06T18:08:28.068Z Documenting phf_shared v0.11.2
26652024-05-06T18:08:28.196Z Documenting sec1 v0.7.3
26662024-05-06T18:08:28.473Z Documenting cipher v0.4.4
26672024-05-06T18:08:30.238Z Documenting hkdf v0.12.4
26682024-05-06T18:08:31.025Z Documenting num-bigint v0.4.4
26692024-05-06T18:08:31.198Z Documenting toml_edit v0.22.12
26702024-05-06T18:08:32.288Z Documenting bstr v1.9.0
26712024-05-06T18:08:42.637Z Documenting console v0.15.8
26722024-05-06T18:08:50.024Z Documenting crypto-bigint v0.5.2
26732024-05-06T18:08:50.036Z Documenting hubpack v0.1.2
26742024-05-06T18:08:50.610Z Documenting serde_repr v0.1.16
26752024-05-06T18:08:50.673Z Checking strsim v0.10.0
26762024-05-06T18:08:51.273Z Documenting precomputed-hash v0.1.1
26772024-05-06T18:08:51.294Z Documenting new_debug_unreachable v1.0.4
26782024-05-06T18:08:51.294Z Documenting minimal-lexical v0.2.1
26792024-05-06T18:08:51.294Z Documenting fixedbitset v0.4.2
26802024-05-06T18:08:53.011Z Checking unsafe-libyaml v0.2.10
26812024-05-06T18:08:54.212Z Documenting lalrpop-util v0.19.12
26822024-05-06T18:08:54.885Z Documenting heck v0.5.0
26832024-05-06T18:08:54.897Z Checking ident_case v1.0.1
26842024-05-06T18:08:54.897Z Documenting yasna v0.5.2
26852024-05-06T18:08:54.932Z Documenting petgraph v0.6.4
26862024-05-06T18:08:55.017Z Documenting nom v7.1.3
26872024-05-06T18:08:55.079Z Documenting string_cache v0.8.7
26882024-05-06T18:08:55.487Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26892024-05-06T18:09:05.295Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
26902024-05-06T18:09:05.407Z Documenting postgres-types v0.2.6
26912024-05-06T18:09:05.585Z Documenting phf v0.11.2
26922024-05-06T18:09:06.017Z Documenting similar v2.4.0
26932024-05-06T18:09:06.098Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
26942024-05-06T18:09:06.143Z Documenting semver v1.0.22
26952024-05-06T18:09:06.199Z Documenting elliptic-curve v0.13.8
26962024-05-06T18:09:07.216Z Documenting float-cmp v0.9.0
26972024-05-06T18:09:10.022Z Documenting unsafe-libyaml v0.2.10
26982024-05-06T18:09:10.716Z Documenting normalize-line-endings v0.3.0
26992024-05-06T18:09:11.485Z Documenting whoami v1.5.1
27002024-05-06T18:09:11.701Z Documenting predicates-core v1.0.6
27012024-05-06T18:09:13.091Z Documenting peg-runtime v0.8.2
27022024-05-06T18:09:13.100Z Documenting difflib v0.4.0
27032024-05-06T18:09:22.583Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
27042024-05-06T18:09:22.701Z Checking darling_core v0.20.8
27052024-05-06T18:09:22.716Z Documenting serde_yaml v0.9.25
27062024-05-06T18:09:22.894Z Documenting tokio-postgres v0.7.10
27072024-05-06T18:09:22.954Z Checking serde_yaml v0.9.25
27082024-05-06T18:09:23.062Z Documenting bit-set v0.5.3
27092024-05-06T18:09:23.187Z Documenting predicates v3.1.0
27102024-05-06T18:09:23.424Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27112024-05-06T18:09:24.525Z Documenting getopts v0.2.21
27122024-05-06T18:09:24.850Z Documenting tokio-stream v0.1.15
27132024-05-06T18:09:28.085Z Documenting ident_case v1.0.1
27142024-05-06T18:09:28.587Z Checking darling v0.20.8
27152024-05-06T18:09:28.695Z Documenting is-terminal v0.4.9
27162024-05-06T18:09:29.474Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27172024-05-06T18:09:29.488Z Documenting strum v0.26.2
27182024-05-06T18:09:30.488Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27192024-05-06T18:09:30.548Z Documenting dirs-sys-next v0.1.2
27202024-05-06T18:09:32.030Z Documenting darling_core v0.20.8
27212024-05-06T18:09:32.145Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27222024-05-06T18:09:33.420Z Documenting match_cfg v0.1.0
27232024-05-06T18:09:33.548Z Documenting sha1 v0.10.6
27242024-05-06T18:09:33.790Z Documenting http v1.0.0
27252024-05-06T18:09:35.450Z Documenting dirs-next v2.0.0
27262024-05-06T18:09:36.150Z Documenting camino v1.1.6
27272024-05-06T18:09:36.685Z Documenting hostname v0.3.1
27282024-05-06T18:09:37.885Z Documenting paste v1.0.14
27292024-05-06T18:09:38.141Z Documenting thread_local v1.1.7
27302024-05-06T18:09:38.731Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27312024-05-06T18:09:39.489Z Documenting rustls-pki-types v1.3.0
27322024-05-06T18:09:40.340Z Documenting term v0.7.0
27332024-05-06T18:09:40.850Z Documenting darling_macro v0.20.8
27342024-05-06T18:09:40.863Z Documenting crossbeam-channel v0.5.8
27352024-05-06T18:09:41.584Z Documenting take_mut v0.2.2
27362024-05-06T18:09:41.916Z Documenting slog-json v2.6.1
27372024-05-06T18:09:42.289Z Documenting async-stream-impl v0.3.5
27382024-05-06T18:09:44.405Z Documenting rustls-webpki v0.102.1
27392024-05-06T18:09:45.469Z Documenting atomic-waker v1.1.1
27402024-05-06T18:09:45.530Z Documenting slog-term v2.9.1
27412024-05-06T18:09:45.708Z Documenting slog-async v2.8.0
27422024-05-06T18:09:45.805Z Documenting darling v0.20.8
27432024-05-06T18:09:47.072Z Documenting debug-ignore v1.0.5
27442024-05-06T18:09:47.953Z Documenting async-stream v0.3.5
27452024-05-06T18:09:48.789Z Documenting waitgroup v0.1.2
27462024-05-06T18:09:49.288Z Documenting rustls v0.22.4
27472024-05-06T18:09:49.836Z Documenting slog-bunyan v2.5.0
27482024-05-06T18:09:49.992Z Documenting rustls-pemfile v2.1.2
27492024-05-06T18:09:50.224Z Documenting multer v3.0.0
27502024-05-06T18:09:51.064Z Documenting toml v0.8.12
27512024-05-06T18:09:51.077Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27522024-05-06T18:09:52.098Z Documenting serde_path_to_error v0.1.16
27532024-05-06T18:09:53.580Z Documenting serde_with_macros v3.7.0
27542024-05-06T18:09:54.833Z Documenting structmeta-derive v0.3.0
27552024-05-06T18:09:54.962Z Documenting newtype-uuid v1.1.0
27562024-05-06T18:09:55.816Z Checking structmeta v0.3.0
27572024-05-06T18:09:56.071Z Documenting instant v0.1.12
27582024-05-06T18:09:56.162Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27592024-05-06T18:09:57.053Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27602024-05-06T18:09:57.741Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27612024-05-06T18:09:58.225Z Documenting tokio-rustls v0.25.0
27622024-05-06T18:09:58.967Z Documenting serde_with v3.7.0
27632024-05-06T18:10:00.341Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27642024-05-06T18:10:00.430Z Documenting backoff v0.4.0
27652024-05-06T18:10:00.621Z Documenting structmeta v0.3.0
27662024-05-06T18:10:01.656Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27672024-05-06T18:10:04.120Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27682024-05-06T18:10:05.407Z Documenting parse-display-derive v0.9.0
27692024-05-06T18:10:05.747Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27702024-05-06T18:10:05.942Z Documenting macaddr v1.0.1
27712024-05-06T18:10:06.071Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27722024-05-06T18:10:07.628Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27732024-05-06T18:10:10.033Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27742024-05-06T18:10:10.280Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27752024-05-06T18:10:10.343Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27762024-05-06T18:10:10.757Z Documenting fastrand v2.0.1
27772024-05-06T18:10:11.222Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27782024-05-06T18:10:11.508Z Documenting proc-macro-crate v1.3.1
27792024-05-06T18:10:11.695Z Checking proc-macro-crate v1.3.1
27802024-05-06T18:10:11.877Z Documenting parse-display v0.9.0
27812024-05-06T18:10:11.942Z Documenting foreign-types-macros v0.2.3
27822024-05-06T18:10:12.575Z Documenting foreign-types-shared v0.3.1
27832024-05-06T18:10:12.934Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27842024-05-06T18:10:13.132Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27852024-05-06T18:10:15.002Z Documenting tempfile v3.10.1
27862024-05-06T18:10:15.864Z Documenting cstr-argument v0.1.2
27872024-05-06T18:10:16.864Z Documenting foreign-types v0.5.0
27882024-05-06T18:10:16.983Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27892024-05-06T18:10:17.480Z Documenting tabwriter v1.4.0
27902024-05-06T18:10:17.638Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27912024-05-06T18:10:17.757Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27922024-05-06T18:10:17.819Z Documenting num_enum_derive v0.5.11
27932024-05-06T18:10:20.572Z Documenting camino-tempfile v1.1.1
27942024-05-06T18:10:20.655Z Documenting colored v2.1.0
27952024-05-06T18:10:21.343Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27962024-05-06T18:10:21.825Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27972024-05-06T18:10:22.356Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27982024-05-06T18:10:22.663Z Documenting hash32 v0.3.1
27992024-05-06T18:10:24.433Z Documenting num_enum v0.5.11
28002024-05-06T18:10:24.703Z Documenting stable_deref_trait v1.2.0
28012024-05-06T18:10:25.409Z Documenting smf v0.2.3
28022024-05-06T18:10:25.638Z Documenting embedded-io v0.4.0
28032024-05-06T18:10:25.645Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042024-05-06T18:10:26.549Z Documenting cobs v0.2.3
28052024-05-06T18:10:27.691Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28062024-05-06T18:10:28.100Z Documenting heapless v0.8.0
28072024-05-06T18:10:29.301Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28082024-05-06T18:10:29.312Z Documenting crucible-workspace-hack v0.1.0
28092024-05-06T18:10:29.753Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28102024-05-06T18:10:29.901Z Documenting postcard v1.0.8
28112024-05-06T18:10:36.720Z Documenting memmap v0.7.0
28122024-05-06T18:10:36.875Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28132024-05-06T18:10:36.875Z Documenting smoltcp v0.11.0
28142024-05-06T18:10:36.876Z Documenting newline-converter v0.3.0
28152024-05-06T18:10:36.876Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28162024-05-06T18:10:36.876Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28172024-05-06T18:10:36.876Z Documenting usdt v0.5.0
28182024-05-06T18:10:36.876Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28192024-05-06T18:10:36.876Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28202024-05-06T18:10:36.876Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28212024-05-06T18:10:38.479Z Documenting expectorate v1.1.0
28222024-05-06T18:10:38.541Z Documenting sigpipe v0.1.3
28232024-05-06T18:10:38.574Z Documenting num-derive v0.4.0
28242024-05-06T18:10:39.952Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28252024-05-06T18:10:40.276Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28262024-05-06T18:10:42.596Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28272024-05-06T18:10:42.599Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28282024-05-06T18:10:42.782Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28292024-05-06T18:10:43.113Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28302024-05-06T18:10:43.480Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28312024-05-06T18:10:43.749Z Documenting password-hash v0.5.0
28322024-05-06T18:10:43.764Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28332024-05-06T18:10:44.516Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28342024-05-06T18:10:47.019Z Documenting blake2 v0.10.6
28352024-05-06T18:10:47.885Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28362024-05-06T18:10:48.005Z Documenting linked-hash-map v0.5.6
28372024-05-06T18:10:48.824Z Documenting proc-macro-error-attr v1.0.4
28382024-05-06T18:10:48.966Z Documenting humantime v2.1.0
28392024-05-06T18:10:50.453Z Checking proc-macro-error v1.0.4
28402024-05-06T18:10:50.729Z Documenting bytecount v0.6.3
28412024-05-06T18:10:51.754Z Documenting argon2 v0.5.3
28422024-05-06T18:10:52.087Z Documenting lru-cache v0.1.2
28432024-05-06T18:10:53.129Z Documenting derive-where v1.2.7
28442024-05-06T18:10:53.787Z Documenting proc-macro-error v1.0.4
28452024-05-06T18:10:54.122Z Documenting papergrid v0.11.0
28462024-05-06T18:10:54.188Z Documenting swrite v0.1.0
28472024-05-06T18:10:55.007Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28482024-05-06T18:10:55.114Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28492024-05-06T18:10:56.272Z Documenting newtype_derive v0.1.6
28502024-05-06T18:10:56.533Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28512024-05-06T18:10:58.006Z Documenting itertools v0.12.1
28522024-05-06T18:10:58.583Z Documenting tabled_derive v0.7.0
28532024-05-06T18:10:58.972Z Documenting quick-error v1.2.3
28542024-05-06T18:10:58.993Z Documenting arc-swap v1.6.0
28552024-05-06T18:10:59.711Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28562024-05-06T18:11:00.382Z Documenting steno v0.4.0
28572024-05-06T18:11:02.957Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28582024-05-06T18:11:03.424Z Documenting slog-scope v4.4.0
28592024-05-06T18:11:03.580Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28602024-05-06T18:11:03.725Z Documenting tabled v0.15.0
28612024-05-06T18:11:03.838Z Documenting resolv-conf v0.7.0
28622024-05-06T18:11:04.403Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28632024-05-06T18:11:06.461Z Documenting num-rational v0.4.1
28642024-05-06T18:11:07.804Z Documenting slog-stdlog v4.1.1
28652024-05-06T18:11:08.941Z Documenting trust-dns-resolver v0.22.0
28662024-05-06T18:11:09.948Z Documenting num-complex v0.4.5
28672024-05-06T18:11:11.074Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28682024-05-06T18:11:11.306Z Documenting filetime v0.2.23
28692024-05-06T18:11:11.617Z Documenting xattr v1.0.1
28702024-05-06T18:11:12.071Z Documenting slog-envlogger v2.2.0
28712024-05-06T18:11:15.606Z Documenting tap v1.0.1
28722024-05-06T18:11:16.286Z Documenting num v0.4.2
28732024-05-06T18:11:16.611Z Documenting tar v0.4.40
28742024-05-06T18:11:17.516Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28752024-05-06T18:11:17.580Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28762024-05-06T18:11:17.876Z Documenting radium v0.7.0
28772024-05-06T18:11:18.562Z Documenting wyz v0.5.1
28782024-05-06T18:11:18.873Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28792024-05-06T18:11:19.083Z Documenting nibble_vec v0.1.0
28802024-05-06T18:11:19.189Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28812024-05-06T18:11:21.226Z Documenting funty v2.0.0
28822024-05-06T18:11:22.191Z Documenting crc-catalog v2.2.0
28832024-05-06T18:11:22.415Z Documenting endian-type v0.1.2
28842024-05-06T18:11:22.934Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28852024-05-06T18:11:23.124Z Documenting cancel-safe-futures v0.1.5
28862024-05-06T18:11:23.425Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28872024-05-06T18:11:23.712Z Documenting packed_struct_codegen v0.10.1
28882024-05-06T18:11:24.164Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28892024-05-06T18:11:24.626Z Documenting bitvec v1.0.1
28902024-05-06T18:11:25.477Z Documenting crc v3.0.1
28912024-05-06T18:11:26.559Z Documenting radix_trie v0.2.1
28922024-05-06T18:11:27.928Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28932024-05-06T18:11:29.026Z Documenting same-file v1.0.6
28942024-05-06T18:11:29.075Z Documenting nodrop v0.1.14
28952024-05-06T18:11:29.287Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28962024-05-06T18:11:30.347Z Documenting packed_struct v0.10.1
28972024-05-06T18:11:31.158Z Documenting num-bigint-dig v0.8.4
28982024-05-06T18:11:32.132Z Documenting array-init v0.0.4
28992024-05-06T18:11:32.930Z Documenting pkcs1 v0.7.5
29002024-05-06T18:11:33.351Z Documenting walkdir v2.5.0
29012024-05-06T18:11:35.951Z Documenting signature v2.1.0
29022024-05-06T18:11:37.279Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29032024-05-06T18:11:37.366Z Documenting bitfield v0.14.0
29042024-05-06T18:11:37.635Z Documenting termcolor v1.2.0
29052024-05-06T18:11:38.073Z Documenting display-error-chain v0.2.0
29062024-05-06T18:11:39.418Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29072024-05-06T18:11:39.419Z --> nexus/types/src/sectioned_table.rs:145:7
29082024-05-06T18:11:39.419Z |
29092024-05-06T18:11:39.419Z145 | /// [`StNestedBuilder::make_subsection`].
29102024-05-06T18:11:39.419Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29112024-05-06T18:11:39.419Z |
29122024-05-06T18:11:39.419Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29132024-05-06T18:11:39.419Z
29142024-05-06T18:11:39.465Z Documenting serde-hex v0.1.0
29152024-05-06T18:11:39.678Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29162024-05-06T18:11:40.699Z Documenting rsa v0.9.2
29172024-05-06T18:11:40.800Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29182024-05-06T18:11:41.710Zwarning: `nexus-types` (lib doc) generated 1 warning
29192024-05-06T18:11:41.732Z Documenting slog-dtrace v0.3.0
29202024-05-06T18:11:41.895Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29212024-05-06T18:11:42.132Z Documenting env_logger v0.10.0
29222024-05-06T18:11:42.209Z Documenting pem v3.0.4
29232024-05-06T18:11:42.645Z Documenting x509-cert v0.2.4
29242024-05-06T18:11:44.532Z Documenting libsw v3.3.1
29252024-05-06T18:11:45.269Z Documenting ron v0.8.1
29262024-05-06T18:11:46.403Z Documenting half v2.3.1
29272024-05-06T18:11:47.278Z Documenting maplit v1.0.2
29282024-05-06T18:11:48.139Z Documenting linear-map v1.2.0
29292024-05-06T18:11:48.981Z Documenting crc-any v2.4.3
29302024-05-06T18:11:49.475Z Documenting ciborium-io v0.2.2
29312024-05-06T18:11:49.492Z Documenting owo-colors v4.0.0
29322024-05-06T18:11:49.988Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29332024-05-06T18:11:50.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29342024-05-06T18:11:51.802Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29352024-05-06T18:11:52.066Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362024-05-06T18:11:52.395Z Documenting headers-core v0.2.0
29372024-05-06T18:11:52.703Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29382024-05-06T18:11:53.787Z Documenting ciborium-ll v0.2.2
29392024-05-06T18:11:54.498Z Documenting path-slash v0.1.5
29402024-05-06T18:11:55.104Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29412024-05-06T18:11:58.249Z Documenting headers v0.3.9
29422024-05-06T18:11:59.330Z Documenting ciborium v0.2.2
29432024-05-06T18:11:59.468Z Documenting fxhash v0.2.1
29442024-05-06T18:12:00.128Z Documenting async-recursion v1.1.0
29452024-05-06T18:12:01.852Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29462024-05-06T18:12:04.140Z Documenting vte_generate_state_changes v0.1.1
29472024-05-06T18:12:04.449Z Checking convert_case v0.4.0
29482024-05-06T18:12:04.515Z Documenting convert_case v0.4.0
29492024-05-06T18:12:04.661Z Documenting buf-list v1.0.3
29502024-05-06T18:12:06.206Z Documenting derive_builder_core v0.20.0
29512024-05-06T18:12:07.852Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29522024-05-06T18:12:08.457Z Documenting vte v0.11.1
29532024-05-06T18:12:08.658Z Documenting derive_more v0.99.17
29542024-05-06T18:12:10.017Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29552024-05-06T18:12:10.829Z Checking derive_builder_core v0.20.0
29562024-05-06T18:12:12.262Z Documenting fd-lock v4.0.2
29572024-05-06T18:12:12.714Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29582024-05-06T18:12:13.238Z Documenting bitstruct_derive v0.1.0
29592024-05-06T18:12:15.493Z Documenting pin-project-internal v1.1.3
29602024-05-06T18:12:15.720Z Documenting ascii v1.1.0
29612024-05-06T18:12:15.930Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29622024-05-06T18:12:17.050Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29632024-05-06T18:12:17.574Z Documenting strip-ansi-escapes v0.2.0
29642024-05-06T18:12:18.052Z Documenting bitstruct v0.1.1
29652024-05-06T18:12:19.356Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29662024-05-06T18:12:20.724Z Documenting derive_builder_macro v0.20.0
29672024-05-06T18:12:21.167Z Documenting pin-project v1.1.3
29682024-05-06T18:12:21.381Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29692024-05-06T18:12:22.165Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29702024-05-06T18:12:22.541Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29712024-05-06T18:12:24.466Z Documenting crossbeam-deque v0.8.3
29722024-05-06T18:12:25.742Z Documenting snafu-derive v0.8.2
29732024-05-06T18:12:25.768Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29742024-05-06T18:12:27.569Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29752024-05-06T18:12:28.589Z Documenting serde_arrays v0.1.0
29762024-05-06T18:12:28.922Z Documenting erased-serde v0.3.31
29772024-05-06T18:12:28.994Z Documenting ref-cast-impl v1.0.22
29782024-05-06T18:12:31.551Z Checking unicode-xid v0.2.4
29792024-05-06T18:12:31.698Z Documenting unicode-xid v0.2.4
29802024-05-06T18:12:33.169Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29812024-05-06T18:12:33.220Z Documenting nu-ansi-term v0.50.0
29822024-05-06T18:12:33.497Z Documenting snafu v0.8.2
29832024-05-06T18:12:33.847Z Documenting ref-cast v1.0.22
29842024-05-06T18:12:35.120Z Documenting const_format_proc_macros v0.2.32
29852024-05-06T18:12:35.293Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29862024-05-06T18:12:37.444Z Documenting rayon-core v1.12.1
29872024-05-06T18:12:38.076Z Documenting derive_builder v0.20.0
29882024-05-06T18:12:38.298Z Documenting reedline v0.31.0
29892024-05-06T18:12:39.534Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29902024-05-06T18:12:40.637Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29912024-05-06T18:12:41.206Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29922024-05-06T18:12:41.905Z Documenting libefi-sys v0.1.0
29932024-05-06T18:12:42.844Z Documenting trust-dns-client v0.22.0
29942024-05-06T18:12:43.067Z Documenting polar-core v0.27.3
29952024-05-06T18:12:46.319Z Documenting libxml v0.3.3
29962024-05-06T18:12:47.225Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29972024-05-06T18:12:47.399Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29982024-05-06T18:12:47.823Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992024-05-06T18:12:49.088Z Documenting globset v0.4.13
30002024-05-06T18:12:51.094Z Documenting bb8 v0.8.3
30012024-05-06T18:12:51.717Z Documenting olpc-cjson v0.1.3
30022024-05-06T18:12:52.417Z Documenting quick-xml v0.31.0
30032024-05-06T18:12:53.457Z Documenting serde_plain v1.0.2
30042024-05-06T18:12:54.645Z Documenting impl-trait-for-tuples v0.2.2
30052024-05-06T18:12:55.320Z Documenting oso-derive v0.27.3
30062024-05-06T18:12:56.876Z Documenting keccak v0.1.4
30072024-05-06T18:12:57.388Z Documenting typed-path v0.7.0
30082024-05-06T18:12:58.235Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30092024-05-06T18:12:59.509Z Documenting utf-8 v0.7.6
30102024-05-06T18:13:00.437Z Documenting sha3 v0.10.8
30112024-05-06T18:13:00.751Z Documenting samael v0.0.15
30122024-05-06T18:13:01.251Z Documenting oso v0.27.3
30132024-05-06T18:13:02.585Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30142024-05-06T18:13:03.756Z Documenting tungstenite v0.21.0
30152024-05-06T18:13:04.036Z Documenting tough v0.17.1
30162024-05-06T18:13:05.445Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30172024-05-06T18:13:06.132Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30182024-05-06T18:13:07.505Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30192024-05-06T18:13:07.610Z Documenting trust-dns-server v0.22.1
30202024-05-06T18:13:11.993Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30212024-05-06T18:13:12.806Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30222024-05-06T18:13:13.312Z Documenting rayon v1.10.0
30232024-05-06T18:13:13.947Z Documenting const_format v0.2.32
30242024-05-06T18:13:17.321Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252024-05-06T18:13:17.425Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30262024-05-06T18:13:17.844Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30272024-05-06T18:13:18.050Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30282024-05-06T18:13:18.507Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30292024-05-06T18:13:18.894Z Documenting sled v0.34.7
30302024-05-06T18:13:19.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30312024-05-06T18:13:19.424Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30322024-05-06T18:13:19.895Z Documenting fs-err v2.11.0
30332024-05-06T18:13:20.357Z Documenting nix v0.28.0
30342024-05-06T18:13:21.370Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30352024-05-06T18:13:22.754Z Documenting cookie v0.18.1
30362024-05-06T18:13:24.031Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30372024-05-06T18:13:24.339Z Documenting secrecy v0.8.0
30382024-05-06T18:13:24.861Z Documenting gethostname v0.4.3
30392024-05-06T18:13:25.051Z Documenting peg-macros v0.8.2
30402024-05-06T18:13:25.117Z Documenting rustversion v1.0.14
30412024-05-06T18:13:26.568Z Documenting sqlparser_derive v0.2.2
30422024-05-06T18:13:27.872Z Documenting parse-size v1.0.0
30432024-05-06T18:13:29.098Z Documenting home v0.5.5
30442024-05-06T18:13:29.749Z Documenting unicode_categories v0.1.1
30452024-05-06T18:13:29.982Z Documenting castaway v0.2.2
30462024-05-06T18:13:30.123Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30472024-05-06T18:13:30.894Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30482024-05-06T18:13:31.155Z Documenting peg v0.8.2
30492024-05-06T18:13:31.543Z Documenting sqlparser v0.45.0
30502024-05-06T18:13:33.247Z Documenting rustyline v14.0.0
30512024-05-06T18:13:34.016Z Documenting sqlformat v0.2.3
30522024-05-06T18:13:34.245Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30532024-05-06T18:13:36.071Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30542024-05-06T18:13:40.271Z Documenting tokio-tungstenite v0.21.0
30552024-05-06T18:13:40.278Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30562024-05-06T18:13:42.702Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30572024-05-06T18:13:44.003Z Documenting zone v0.1.8
30582024-05-06T18:13:45.405Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30592024-05-06T18:13:46.635Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30602024-05-06T18:13:47.342Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30612024-05-06T18:13:48.165Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30622024-05-06T18:13:48.604Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30632024-05-06T18:13:48.893Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30642024-05-06T18:13:49.173Z Documenting portpicker v0.1.1
30652024-05-06T18:13:49.649Z Documenting universal-hash v0.5.1
30662024-05-06T18:13:53.265Z Documenting bcs v0.1.6
30672024-05-06T18:13:54.663Z Documenting kstat-rs v0.2.3
30682024-05-06T18:14:04.351Z Documenting thiserror-impl-no-std v2.0.2
30692024-05-06T18:14:04.653Z Documenting curve25519-dalek-derive v0.1.0
30702024-05-06T18:14:04.779Z Documenting opaque-debug v0.3.0
30712024-05-06T18:14:04.815Z Documenting highway v1.1.0
30722024-05-06T18:14:04.865Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30732024-05-06T18:14:05.496Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30742024-05-06T18:14:05.512Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30752024-05-06T18:14:08.132Z Documenting poly1305 v0.8.0
30762024-05-06T18:14:09.138Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30772024-05-06T18:14:09.430Z Documenting curve25519-dalek v4.1.2
30782024-05-06T18:14:10.741Z Documenting thiserror-no-std v2.0.2
30792024-05-06T18:14:12.911Z Documenting compact_str v0.7.1
30802024-05-06T18:14:13.772Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30812024-05-06T18:14:14.947Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30822024-05-06T18:14:15.734Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30832024-05-06T18:14:16.629Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30842024-05-06T18:14:17.386Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30852024-05-06T18:14:17.477Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30862024-05-06T18:14:19.015Z Documenting portable-atomic v1.4.3
30872024-05-06T18:14:19.595Z Documenting ed25519 v1.5.3
30882024-05-06T18:14:22.693Z Documenting memoffset v0.7.1
30892024-05-06T18:14:23.376Z Documenting unicase v2.7.0
30902024-05-06T18:14:25.862Z Documenting rcgen v0.12.1
30912024-05-06T18:14:26.075Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30922024-05-06T18:14:27.152Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30932024-05-06T18:14:29.271Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
30942024-05-06T18:14:29.801Z Documenting atomicwrites v0.4.3
30952024-05-06T18:14:32.347Zwarning: could not parse code block as Rust code
30962024-05-06T18:14:32.347Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
30972024-05-06T18:14:32.347Z |
30982024-05-06T18:14:32.347Z246 | / /// Parse a string literal, either single- or double-quoted.
30992024-05-06T18:14:32.347Z247 | | ///
31002024-05-06T18:14:32.348Z248 | | /// Parsing string literals is pretty tricky, but we add several
31012024-05-06T18:14:32.348Z249 | | /// constraints to simplify things. First strings must be quoted, either
31022024-05-06T18:14:32.348Z... |
31032024-05-06T18:14:32.348Z277 | | ///
31042024-05-06T18:14:32.348Z278 | | /// Will be parsed as `this string has " in it`.
31052024-05-06T18:14:32.348Z | |________________________________________________________^
31062024-05-06T18:14:32.348Z |
31072024-05-06T18:14:32.349Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31082024-05-06T18:14:32.349Z = note: error from rustc: unknown start of token: \
31092024-05-06T18:14:32.349Z = note: error from rustc: unknown start of token: \
31102024-05-06T18:14:32.349Z = note: error from rustc: unknown start of token: \
31112024-05-06T18:14:32.349Z = note: error from rustc: unknown start of token: \
31122024-05-06T18:14:32.349Z = note: error from rustc: unknown start of token: \
31132024-05-06T18:14:32.349Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31142024-05-06T18:14:32.349Z
31152024-05-06T18:14:33.936Zwarning: `oximeter-db` (lib doc) generated 1 warning
31162024-05-06T18:14:33.947Z Documenting chacha20 v0.9.1
31172024-05-06T18:14:34.159Z Documenting lru v0.12.1
31182024-05-06T18:14:34.751Z Documenting aead v0.5.2
31192024-05-06T18:14:34.782Z Documenting rand_seeder v0.2.3
31202024-05-06T18:14:35.741Z Documenting nanorand v0.7.0
31212024-05-06T18:14:36.242Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31222024-05-06T18:14:39.076Z Documenting subprocess v0.2.9
31232024-05-06T18:14:39.282Z Documenting stability v0.2.0
31242024-05-06T18:14:39.615Z Documenting glob v0.3.1
31252024-05-06T18:14:49.338Z Documenting cassowary v0.3.0
31262024-05-06T18:14:49.645Z Documenting number_prefix v0.4.0
31272024-05-06T18:14:49.922Z Documenting chacha20poly1305 v0.10.1
31282024-05-06T18:14:50.050Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292024-05-06T18:14:50.196Z Documenting flume v0.11.0
31302024-05-06T18:14:50.377Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31312024-05-06T18:14:50.540Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31322024-05-06T18:14:54.403Z Documenting ratatui v0.26.2
31332024-05-06T18:14:54.609Z Documenting indicatif v0.17.8
31342024-05-06T18:15:05.125Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31352024-05-06T18:15:05.256Z Documenting mime_guess v2.0.4
31362024-05-06T18:15:05.546Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31372024-05-06T18:15:05.594Z Documenting salty v0.2.0
31382024-05-06T18:15:06.334Z Documenting vsss-rs v3.3.4
31392024-05-06T18:15:06.462Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402024-05-06T18:15:07.899Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31412024-05-06T18:15:08.927Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422024-05-06T18:15:08.993Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31432024-05-06T18:15:09.813Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31442024-05-06T18:15:11.001Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31452024-05-06T18:15:12.433Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31462024-05-06T18:15:12.708Z Documenting serde-big-array v0.5.1
31472024-05-06T18:15:13.532Z Documenting rtoolbox v0.0.1
31482024-05-06T18:15:14.239Z Documenting http-range v0.1.5
31492024-05-06T18:15:15.812Z Documenting unicode-linebreak v0.1.5
31502024-05-06T18:15:17.298Z Documenting is_ci v1.2.0
31512024-05-06T18:15:18.438Z Documenting smawk v0.3.1
31522024-05-06T18:15:18.730Z Documenting rpassword v7.3.1
31532024-05-06T18:15:19.405Z Documenting hyper-staticfile v0.9.5
31542024-05-06T18:15:21.385Z Documenting supports-color v3.0.0
31552024-05-06T18:15:28.225Z Documenting textwrap v0.16.1
31562024-05-06T18:15:28.282Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31572024-05-06T18:15:28.282Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31582024-05-06T18:15:28.282Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31592024-05-06T18:15:28.282Z Documenting tui-tree-widget v0.19.0
31602024-05-06T18:15:28.282Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31612024-05-06T18:15:28.282Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31622024-05-06T18:15:29.304Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31632024-05-06T18:15:30.782Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31642024-05-06T18:15:31.974Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31652024-05-06T18:15:32.444Zwarning: unresolved link to `test_sled_transitions`
31662024-05-06T18:15:32.444Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
31672024-05-06T18:15:32.444Z |
31682024-05-06T18:15:32.444Z636 | /// [`test_sled_transitions`].
31692024-05-06T18:15:32.444Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31702024-05-06T18:15:32.444Z |
31712024-05-06T18:15:32.444Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31722024-05-06T18:15:32.444Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31732024-05-06T18:15:32.444Z
31742024-05-06T18:15:32.448Zwarning: unresolved link to `test_sled_transitions`
31752024-05-06T18:15:32.448Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
31762024-05-06T18:15:32.448Z |
31772024-05-06T18:15:32.448Z672 | /// [`test_sled_transitions`].
31782024-05-06T18:15:32.448Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31792024-05-06T18:15:32.448Z |
31802024-05-06T18:15:32.448Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31812024-05-06T18:15:32.448Z
31822024-05-06T18:15:32.448Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31832024-05-06T18:15:32.448Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31842024-05-06T18:15:32.448Z |
31852024-05-06T18:15:32.448Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31862024-05-06T18:15:32.448Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31872024-05-06T18:15:32.448Z
31882024-05-06T18:15:32.729Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31892024-05-06T18:15:33.088Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31902024-05-06T18:15:33.512Z Documenting signal-hook-tokio v0.3.1
31912024-05-06T18:15:33.534Z Documenting memmap2 v0.7.1
31922024-05-06T18:15:34.656Z Documenting arrayref v0.3.7
31932024-05-06T18:15:37.454Z Documenting corncobs v0.1.3
31942024-05-06T18:15:38.166Z Documenting shell-words v1.1.0
31952024-05-06T18:15:38.249Z Documenting arrayvec v0.7.4
31962024-05-06T18:15:39.044Z Documenting constant_time_eq v0.3.0
31972024-05-06T18:15:40.569Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31982024-05-06T18:15:42.111Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992024-05-06T18:15:42.283Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32002024-05-06T18:15:42.424Z Documenting blake3 v1.5.0
32012024-05-06T18:15:43.563Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022024-05-06T18:15:45.135Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32032024-05-06T18:15:47.169Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042024-05-06T18:15:50.003Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052024-05-06T18:15:51.816Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32062024-05-06T18:15:51.816Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32072024-05-06T18:15:51.889Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32082024-05-06T18:16:04.330Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32092024-05-06T18:16:05.712Zwarning: unresolved link to `BlueprintDisksConfig`
32102024-05-06T18:16:05.712Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32112024-05-06T18:16:05.712Z |
32122024-05-06T18:16:05.712Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32132024-05-06T18:16:05.712Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32142024-05-06T18:16:05.712Z |
32152024-05-06T18:16:05.712Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32162024-05-06T18:16:05.712Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32172024-05-06T18:16:05.712Z
32182024-05-06T18:16:06.130Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32192024-05-06T18:16:06.151Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32202024-05-06T18:16:06.832Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32212024-05-06T18:16:06.836Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32222024-05-06T18:16:07.942Z Documenting fatfs v0.3.6
32232024-05-06T18:16:09.503Zwarning: unclosed HTML tag `usize`
32242024-05-06T18:16:09.503Z --> wicket/src/ui/panes/update.rs:153:19
32252024-05-06T18:16:09.503Z |
32262024-05-06T18:16:09.503Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32272024-05-06T18:16:09.503Z | ^^^^^^^
32282024-05-06T18:16:09.503Z |
32292024-05-06T18:16:09.503Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32302024-05-06T18:16:09.503Z
32312024-05-06T18:16:10.984Zwarning: `wicket` (lib doc) generated 1 warning
32322024-05-06T18:16:10.988Z Documenting topological-sort v0.2.2
32332024-05-06T18:16:13.559Z Documenting assert_matches v1.5.0
32342024-05-06T18:16:15.085Z Documenting omicron-zone-package v0.11.0
32352024-05-06T18:16:16.587Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32362024-05-06T18:16:18.142Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-05-06T18:16:18.905Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382024-05-06T18:16:25.552Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392024-05-06T18:16:27.635Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32402024-05-06T18:16:28.482Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32412024-05-06T18:16:28.615Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32422024-05-06T18:16:28.783Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32432024-05-06T18:16:28.783Z --> sled-agent/src/sim/instance.rs:46:7
32442024-05-06T18:16:28.783Z |
32452024-05-06T18:16:28.783Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32462024-05-06T18:16:28.783Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32472024-05-06T18:16:28.783Z |
32482024-05-06T18:16:28.783Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32492024-05-06T18:16:28.783Z
32502024-05-06T18:16:30.997Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32512024-05-06T18:16:32.331Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32522024-05-06T18:16:32.335Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32532024-05-06T18:16:33.129Z Documenting uzers v0.11.3
32542024-05-06T18:16:34.270Z Documenting termios v0.3.3
32552024-05-06T18:16:38.495Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32562024-05-06T18:16:39.452Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32572024-05-06T18:16:39.581Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32582024-05-06T18:16:44.690Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32592024-05-06T18:16:45.545Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32602024-05-06T18:16:56.302Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32612024-05-06T18:17:01.682Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32622024-05-06T18:17:11.400Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32632024-05-06T18:17:17.640Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32642024-05-06T18:17:26.691Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32652024-05-06T18:17:27.075Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32662024-05-06T18:17:27.369Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32672024-05-06T18:17:32.208Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32682024-05-06T18:17:35.231Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32692024-05-06T18:17:46.402Zwarning: unresolved link to `Nexus`
32702024-05-06T18:17:46.402Z --> nexus/src/app/instance_network.rs:280:34
32712024-05-06T18:17:46.402Z |
32722024-05-06T18:17:46.402Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32732024-05-06T18:17:46.402Z | ^^^^^ no item named `Nexus` in scope
32742024-05-06T18:17:46.402Z |
32752024-05-06T18:17:46.402Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32762024-05-06T18:17:46.402Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32772024-05-06T18:17:46.402Z
32782024-05-06T18:17:46.407Zwarning: unresolved link to `Nexus`
32792024-05-06T18:17:46.407Z --> nexus/src/app/instance_network.rs:458:34
32802024-05-06T18:17:46.407Z |
32812024-05-06T18:17:46.407Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32822024-05-06T18:17:46.407Z | ^^^^^ no item named `Nexus` in scope
32832024-05-06T18:17:46.407Z |
32842024-05-06T18:17:46.407Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32852024-05-06T18:17:46.407Z
32862024-05-06T18:17:46.407Zwarning: unresolved link to `VolumeConstructionRequest`
32872024-05-06T18:17:46.407Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32882024-05-06T18:17:46.407Z |
32892024-05-06T18:17:46.407Z338 | /// [`VolumeConstructionRequest`] is shown here):
32902024-05-06T18:17:46.407Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32912024-05-06T18:17:46.407Z |
32922024-05-06T18:17:46.408Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32932024-05-06T18:17:46.408Z
32942024-05-06T18:17:46.408Zwarning: unresolved link to `fd00:1122:3344:101::5`
32952024-05-06T18:17:46.408Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32962024-05-06T18:17:46.408Z |
32972024-05-06T18:17:46.408Z348 | /// "[fd00:1122:3344:101::5]:1000",
32982024-05-06T18:17:46.408Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32992024-05-06T18:17:46.408Z
33002024-05-06T18:17:46.408Zwarning: unresolved link to `fd00:1122:3344:102::9`
33012024-05-06T18:17:46.408Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33022024-05-06T18:17:46.408Z |
33032024-05-06T18:17:46.408Z349 | /// "[fd00:1122:3344:102::9]:1000",
33042024-05-06T18:17:46.408Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33052024-05-06T18:17:46.408Z
33062024-05-06T18:17:46.408Zwarning: unresolved link to `fd00:1122:3344:103::2`
33072024-05-06T18:17:46.408Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33082024-05-06T18:17:46.408Z |
33092024-05-06T18:17:46.408Z350 | /// "[fd00:1122:3344:103::2]:1000"
33102024-05-06T18:17:46.408Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33112024-05-06T18:17:46.408Z
33122024-05-06T18:17:46.408Zwarning: unresolved link to `fd00:1122:3344:101::5`
33132024-05-06T18:17:46.408Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33142024-05-06T18:17:46.408Z |
33152024-05-06T18:17:46.408Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33162024-05-06T18:17:46.409Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33172024-05-06T18:17:46.409Z
33182024-05-06T18:17:46.409Zwarning: unresolved link to `fd00:1122:3344:102::9`
33192024-05-06T18:17:46.409Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33202024-05-06T18:17:46.409Z |
33212024-05-06T18:17:46.409Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33222024-05-06T18:17:46.409Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33232024-05-06T18:17:46.409Z
33242024-05-06T18:17:46.409Zwarning: unresolved link to `fd00:1122:3344:103::2`
33252024-05-06T18:17:46.409Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33262024-05-06T18:17:46.409Z |
33272024-05-06T18:17:46.409Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33282024-05-06T18:17:46.409Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33292024-05-06T18:17:46.409Z
33302024-05-06T18:17:49.477Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33312024-05-06T18:18:06.598Z Finished dev [unoptimized + debuginfo] target(s) in 12m 20s
33322024-05-06T18:18:06.677Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33332024-05-06T18:18:06.677Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33342024-05-06T18:18:06.677Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33352024-05-06T18:18:06.677Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33362024-05-06T18:18:06.682Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33372024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33382024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33392024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33402024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33412024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33422024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33432024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33442024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33452024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33462024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33472024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33482024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33492024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33502024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33512024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33522024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33532024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33542024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33552024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33562024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33572024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33582024-05-06T18:18:06.683Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33592024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33602024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33612024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33622024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33632024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33642024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33652024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33662024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33672024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33682024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33692024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33702024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33712024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33722024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33732024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33742024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33752024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33762024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33772024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33782024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33792024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33802024-05-06T18:18:06.684Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33812024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33822024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33832024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33842024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33852024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33862024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33872024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33882024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33892024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33902024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33912024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33922024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33932024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33942024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33952024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33962024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33972024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33982024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33992024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34002024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34012024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34022024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34032024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34042024-05-06T18:18:06.685Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34052024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34062024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34072024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34082024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34092024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34102024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34112024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34122024-05-06T18:18:06.686Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34132024-05-06T18:18:06.707Z
34142024-05-06T18:18:06.707Zreal 12:20.904714654
34152024-05-06T18:18:06.708Zuser 34:12.614842668
34162024-05-06T18:18:06.708Zsys 53:16.722255171
34172024-05-06T18:18:06.708Ztrap 0.887118243
34182024-05-06T18:18:06.708Ztflt 0.135895959
34192024-05-06T18:18:06.708Zdflt 0.696327495
34202024-05-06T18:18:06.708Zkflt 0.000079331
34212024-05-06T18:18:06.708Zlock 3:23:58.053851889
34222024-05-06T18:18:06.708Zslp 3:27:00.364602561
34232024-05-06T18:18:06.708Zlat 4:22.363217921
34242024-05-06T18:18:06.711Zstop 1:52.803134678
34252024-05-06T18:18:06.711Zprocess exited: duration 1321780 ms, exit code 0
 
34262024-05-06T18:18:06.718Zfound 0 output files