01HPQA7PT5F04J64VMF06YJS8B: 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: 01HPQA8QMY6KBD6X1QMNJ36SEN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-15T21:21:46.706Zjob assigned to worker 01HPQA7X6FP0DDP71WZRCATZGV (queued for 1 m 22 s)
 
22024-02-15T21:21:46.987Zstarting task 0: "setup"
32024-02-15T21:21:47.443Z++ uname -s
42024-02-15T21:21:47.457Z+ kern=SunOS
52024-02-15T21:21:47.458Z+ case "$kern" in
62024-02-15T21:21:47.458Z+ groupadd -g 12345 build
72024-02-15T21:21:47.458Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-15T21:21:49.865Z+ zfs create -o mountpoint=/work rpool/work
92024-02-15T21:21:49.885Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-15T21:21:49.885Z+ home_fs=zfs
112024-02-15T21:21:49.885Z+ [[ zfs == autofs ]]
122024-02-15T21:21:49.885Z+ mkdir -p /home/build
132024-02-15T21:21:49.885Z+ chown build:build /home/build /work
142024-02-15T21:21:51.570Z+ chmod 0700 /home/build /work
152024-02-15T21:21:52.000Zprocess exited: duration 4572 ms, exit code 0
 
162024-02-15T21:21:52.028Zstarting task 1: "rust-toolchain"
172024-02-15T21:21:52.468Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-15T21:21:52.468Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-15T21:21:52.479Zinfo: downloading installer
202024-02-15T21:21:54.504Zwarning: it looks like you have an existing installation of Rust at:
212024-02-15T21:21:54.504Zwarning: /opt/ooce/bin
222024-02-15T21:21:54.504Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-15T21:21:54.504Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-15T21:21:54.504Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-15T21:21:54.505Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-15T21:21:54.505Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-15T21:21:54.505Zerror: cannot install while Rust is installed
282024-02-15T21:21:54.505Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-15T21:21:55.260Zinfo: profile set to 'default'
302024-02-15T21:21:55.260Zinfo: default host triple is x86_64-unknown-illumos
312024-02-15T21:21:55.263Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-15T21:21:55.413Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-15T21:21:55.413Zinfo: downloading component 'cargo'
342024-02-15T21:21:56.225Zinfo: downloading component 'clippy'
352024-02-15T21:21:56.474Zinfo: downloading component 'rust-docs'
362024-02-15T21:21:57.460Zinfo: downloading component 'rust-std'
372024-02-15T21:22:03.151Zinfo: downloading component 'rustc'
382024-02-15T21:22:03.960Zinfo: downloading component 'rustfmt'
392024-02-15T21:22:04.015Zinfo: installing component 'cargo'
402024-02-15T21:22:06.723Zinfo: installing component 'clippy'
412024-02-15T21:22:06.819Zinfo: installing component 'rust-docs'
422024-02-15T21:22:06.988Zinfo: installing component 'rust-std'
432024-02-15T21:22:09.347Zinfo: installing component 'rustc'
442024-02-15T21:22:14.592Zinfo: installing component 'rustfmt'
452024-02-15T21:22:14.917Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-15T21:22:14.917Z
472024-02-15T21:22:15.188Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-15T21:22:15.188Z
492024-02-15T21:22:15.200Z
502024-02-15T21:22:15.200ZRust is installed now. Great!
512024-02-15T21:22:15.200Z
522024-02-15T21:22:15.200ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-15T21:22:15.200Zenvironment variable. This has not been done automatically.
542024-02-15T21:22:15.200Z
552024-02-15T21:22:15.200ZTo configure your current shell, run:
562024-02-15T21:22:15.200Zsource "$HOME/.cargo/env"
572024-02-15T21:22:15.242Z+ rustc --version
582024-02-15T21:22:15.298Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-15T21:22:15.304Zprocess exited: duration 23274 ms, exit code 0
 
602024-02-15T21:22:15.314Zstarting task 2: "authentication"
612024-02-15T21:22:15.334Zprocess exited: duration 18 ms, exit code 0
 
622024-02-15T21:22:15.348Zstarting task 3: "clone repository"
632024-02-15T21:22:15.361Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-15T21:22:15.361Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-15T21:22:16.326ZCloning into '/work/oxidecomputer/omicron'...
662024-02-15T21:22:24.608Z+ cd /work/oxidecomputer/omicron
672024-02-15T21:22:24.615Z+ git fetch origin 114aeb9a82ff2797396ac7fb050d87abccac867a
682024-02-15T21:22:24.926ZFrom https://github.com/oxidecomputer/omicron
692024-02-15T21:22:24.926Z * branch 114aeb9a82ff2797396ac7fb050d87abccac867a -> FETCH_HEAD
702024-02-15T21:22:25.007Z+ [[ -n john/correct-bad-service-nic-slots ]]
712024-02-15T21:22:25.426Z++ git branch --show-current
722024-02-15T21:22:25.426Z+ current=main
732024-02-15T21:22:25.426Z+ [[ main != john/correct-bad-service-nic-slots ]]
742024-02-15T21:22:25.426Z+ git branch -f john/correct-bad-service-nic-slots 114aeb9a82ff2797396ac7fb050d87abccac867a
752024-02-15T21:22:25.426Z+ git checkout -f john/correct-bad-service-nic-slots
762024-02-15T21:22:25.438ZSwitched to branch 'john/correct-bad-service-nic-slots'
772024-02-15T21:22:25.438Z+ git reset --hard 114aeb9a82ff2797396ac7fb050d87abccac867a
782024-02-15T21:22:25.438ZHEAD is now at 114aeb9a8 Fix bad service NIC slots
792024-02-15T21:22:25.438Zprocess exited: duration 9814 ms, exit code 0
 
802024-02-15T21:22:25.476Zstarting task 4: "build"
812024-02-15T21:22:25.904Z+ cargo --version
822024-02-15T21:22:25.905Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-15T21:22:25.907Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-15T21:22:25.907Zinfo: downloading component 'cargo'
852024-02-15T21:22:26.510Zinfo: downloading component 'clippy'
862024-02-15T21:22:26.769Zinfo: downloading component 'rust-docs'
872024-02-15T21:22:27.784Zinfo: downloading component 'rust-std'
882024-02-15T21:22:29.294Zinfo: downloading component 'rustc'
892024-02-15T21:22:34.526Zinfo: downloading component 'rustfmt'
902024-02-15T21:22:34.526Zinfo: installing component 'cargo'
912024-02-15T21:22:34.768Zinfo: installing component 'clippy'
922024-02-15T21:22:35.156Zinfo: installing component 'rust-docs'
932024-02-15T21:22:36.759Zinfo: installing component 'rust-std'
942024-02-15T21:22:38.955Zinfo: installing component 'rustc'
952024-02-15T21:22:42.507Zinfo: installing component 'rustfmt'
962024-02-15T21:22:42.899Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-15T21:22:42.922Z+ rustc --version
982024-02-15T21:22:42.979Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-15T21:22:42.987Z+ source ./env.sh
1002024-02-15T21:22:42.987Z++ set -o xtrace
1012024-02-15T21:22:42.987Z++++ dirname ./env.sh
1022024-02-15T21:22:43.009Z+++ cd .
1032024-02-15T21:22:43.013Z+++ echo /work/oxidecomputer/omicron
1042024-02-15T21:22:43.014Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-15T21:22:43.014Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-15T21:22:43.014Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-15T21:22:43.014Z++ 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
1082024-02-15T21:22:43.014Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-02-15T21:22:43.014Z++ 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
1102024-02-15T21:22:43.014Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-02-15T21:22:43.014Z++ 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
1122024-02-15T21:22:43.014Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-02-15T21:22:43.014Z++ unset OMICRON_WS
1142024-02-15T21:22:43.014Z++ set +o xtrace
1152024-02-15T21:22:43.464Z
1162024-02-15T21:22:43.464Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-15T21:22:43.464Z # # # # # # # # # # # # # # #
1182024-02-15T21:22:43.464Z # # # # ##### # # ##### # # # # # #### #
1192024-02-15T21:22:43.465Z ##### ##### # ##### # # # # # # # # #
1202024-02-15T21:22:43.465Z # # # # # # # # # # # # # # #
1212024-02-15T21:22:43.465Z # # # ###### # # ###### ### # #### # #### #
1222024-02-15T21:22:43.465Z
1232024-02-15T21:22:53.421Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-15T21:22:54.652Z Startup: Caching catalogs ... Done
1252024-02-15T21:22:55.975ZPlanning: Solver setup ... Done (0.971s)
1262024-02-15T21:22:55.996ZPlanning: Running solver ... Done (0.023s)
1272024-02-15T21:22:56.219ZPlanning: Finding local manifests ... Done (0.204s)
1282024-02-15T21:22:56.250ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-15T21:22:56.536ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-15T21:22:56.999ZPlanning: Package planning ... Done (0.050s)
1312024-02-15T21:22:57.011ZPlanning: Merging actions ... Done (0.052s)
1322024-02-15T21:22:57.497ZPlanning: Checking for conflicting actions ... Done (0.854s)
1332024-02-15T21:22:57.521ZPlanning: Consolidating action changes ... Done (0.011s)
1342024-02-15T21:23:00.712ZPlanning: Evaluating mediators ... Done (3.211s)
1352024-02-15T21:23:00.721ZPlanning: Planning completed in 6.05 seconds
1362024-02-15T21:23:00.738Z Packages to install: 4
1372024-02-15T21:23:00.738Z Mediators to change: 2
1382024-02-15T21:23:00.741Z Services to change: 1
1392024-02-15T21:23:00.741Z Estimated space available: 148.87 GB
1402024-02-15T21:23:00.741ZEstimated space to be consumed: 1.41 GB
1412024-02-15T21:23:00.741Z Create boot environment: No
1422024-02-15T21:23:00.741ZCreate backup boot environment: No
1432024-02-15T21:23:00.741Z Rebuild boot archive: No
1442024-02-15T21:23:00.741Z
1452024-02-15T21:23:00.742ZChanged mediators:
1462024-02-15T21:23:00.742Z mediator clang:
1472024-02-15T21:23:00.742Z version: None -> 15 (system default)
1482024-02-15T21:23:00.742Z
1492024-02-15T21:23:00.742Z mediator llvm:
1502024-02-15T21:23:00.742Z version: 14 (system default) -> 15 (system default)
1512024-02-15T21:23:00.742Z
1522024-02-15T21:23:00.742ZChanged packages:
1532024-02-15T21:23:00.742Zhelios-dev
1542024-02-15T21:23:00.742Z developer/build-essential
1552024-02-15T21:23:00.742Z None -> 11-2.0
1562024-02-15T21:23:00.742Z library/libxmlsec1
1572024-02-15T21:23:00.742Z None -> 1.2.35-2.0
1582024-02-15T21:23:00.742Z ooce/developer/clang-15
1592024-02-15T21:23:00.742Z None -> 15.0.7-2.0
1602024-02-15T21:23:00.742Z ooce/developer/llvm-15
1612024-02-15T21:23:00.742Z None -> 15.0.7-2.0
1622024-02-15T21:23:00.742Z
1632024-02-15T21:23:00.742ZServices:
1642024-02-15T21:23:00.743Z restart_fmri:
1652024-02-15T21:23:00.743Z svc:/system/update-man-index:default
1662024-02-15T21:23:00.884Z
1672024-02-15T21:23:00.884ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-15T21:23:05.909ZDownload: 633/3290 items 17.8/212.6MB 8% complete (3.6M/s)
1692024-02-15T21:23:11.266ZDownload: 1880/3290 items 118.5/212.6MB 55% complete (12.0M/s)
1702024-02-15T21:23:15.938ZDownload: 3248/3290 items 177.6/212.6MB 83% complete (15.9M/s)
1712024-02-15T21:23:22.234ZDownload: Completed 212.60 MB in 19.48 seconds (10.9M/s)
1722024-02-15T21:23:22.454Z Actions: 1/3689 actions (Installing new actions)
1732024-02-15T21:23:25.553Z Actions: 3650/3689 actions (Installing new actions)
1742024-02-15T21:23:25.561Z Actions: Completed 3689 actions in 5.03 seconds.
1752024-02-15T21:23:25.737Z Done (0.172s)
1762024-02-15T21:23:25.737Z Done (0.000s)
1772024-02-15T21:23:25.961Z Done (0.226s)
1782024-02-15T21:23:31.862Z Done (5.360s)
1792024-02-15T21:23:31.872Z Done (0.106s)
1802024-02-15T21:23:31.872Z Done (0.000s)
1812024-02-15T21:23:31.872Z Done (0.000s)
1822024-02-15T21:23:32.311ZPlanning: Evaluating mediator changes ... Done
1832024-02-15T21:23:32.472ZPlanning: Checking for conflicting actions ... Done
1842024-02-15T21:23:32.475ZPlanning: Consolidating action changes ... Done
1852024-02-15T21:23:32.746ZPlanning: Evaluating mediators ... Done
1862024-02-15T21:23:32.751ZPlanning: Planning completed in 0.44 seconds
1872024-02-15T21:23:32.778Z Mediators to change: 2
1882024-02-15T21:23:32.781Z Create boot environment: No
1892024-02-15T21:23:32.781ZCreate backup boot environment: No
1902024-02-15T21:23:32.862Z Done
1912024-02-15T21:23:32.862Z Done
1922024-02-15T21:23:32.990Z Done
1932024-02-15T21:23:36.663Z Done
1942024-02-15T21:23:36.750Z Done
1952024-02-15T21:23:36.760Z Done
1962024-02-15T21:23:36.861Z Done
1972024-02-15T21:23:37.539ZPlanning: Evaluating mediator changes ... Done
1982024-02-15T21:23:37.561ZPlanning: Merging actions ... Done
1992024-02-15T21:23:37.701ZPlanning: Checking for conflicting actions ... Done
2002024-02-15T21:23:38.193ZPlanning: Consolidating action changes ... Done
2012024-02-15T21:23:38.193ZPlanning: Evaluating mediators ... Done
2022024-02-15T21:23:38.193ZPlanning: Planning completed in 0.80 seconds
2032024-02-15T21:23:38.193Z Packages to change: 1
2042024-02-15T21:23:38.193Z Mediators to change: 1
2052024-02-15T21:23:38.193Z Services to change: 1
2062024-02-15T21:23:38.194Z Create boot environment: No
2072024-02-15T21:23:38.194ZCreate backup boot environment: Yes
2082024-02-15T21:23:39.981Z Actions: 1/6 actions (Updating modified actions)
2092024-02-15T21:23:40.024Z Actions: Completed 6 actions in 0.04 seconds.
2102024-02-15T21:23:40.038Z Done
2112024-02-15T21:23:40.038Z Done
2122024-02-15T21:23:40.500Z Done
2132024-02-15T21:23:43.717Z Done
2142024-02-15T21:23:43.803Z Done
2152024-02-15T21:23:43.806Z Done
2162024-02-15T21:23:43.910Z Done
2172024-02-15T21:23:44.347ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182024-02-15T21:23:44.347Zclang system 15 system
2192024-02-15T21:23:44.347Zcsh system system illumos
2202024-02-15T21:23:44.347Zctags system system illumos
2212024-02-15T21:23:44.347Zgcc vendor 12 vendor
2222024-02-15T21:23:44.347Zgcc system 10 system
2232024-02-15T21:23:44.347Zgcc system 7 system
2242024-02-15T21:23:44.347Zgo system 1.20 system
2252024-02-15T21:23:44.347Zgo system 1.19 system
2262024-02-15T21:23:44.347Zllvm system 15 system
2272024-02-15T21:23:44.347Zllvm system 14 system
2282024-02-15T21:23:44.347Zmariadb system 10.6 system
2292024-02-15T21:23:44.347Zmta vendor vendor dma
2302024-02-15T21:23:44.347Zopenjdk system 17 system
2312024-02-15T21:23:44.347Zopenjdk system 11 system
2322024-02-15T21:23:44.347Zopenjdk system 1.8 system
2332024-02-15T21:23:44.347Zopenssl vendor 3 vendor
2342024-02-15T21:23:44.347Zperl system 5.36 system
2352024-02-15T21:23:44.347Zpostgresql system 15 system
2362024-02-15T21:23:44.347Zpostgresql system 13 system
2372024-02-15T21:23:44.348Zpython vendor 3 vendor
2382024-02-15T21:23:44.348Zpython system 2 system
2392024-02-15T21:23:44.348Zpython3 system 3.11 system
2402024-02-15T21:23:44.348Zruby system 3.0 system
2412024-02-15T21:23:44.348Zwords vendor vendor american-english
2422024-02-15T21:23:44.348Zwords system system australian-english
2432024-02-15T21:23:44.348Zwords system system british-english
2442024-02-15T21:23:44.348Zwords system system canadian-english
2452024-02-15T21:23:44.348Zwords system system french
2462024-02-15T21:23:44.348Zwords system system italian
2472024-02-15T21:23:44.348Zwords system system ngerman
2482024-02-15T21:23:44.348Zwords system system ogerman
2492024-02-15T21:23:44.348Zwords system system spanish
2502024-02-15T21:23:44.677ZFMRI IFO
2512024-02-15T21:23:44.677Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2522024-02-15T21:23:44.677Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2532024-02-15T21:23:44.677Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2542024-02-15T21:23:44.677Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2552024-02-15T21:23:44.677Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2562024-02-15T21:23:44.677Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2572024-02-15T21:23:44.677Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-02-15T21:23:44.677Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-02-15T21:23:44.737Z+ set -o errexit
2602024-02-15T21:23:44.748Z+++ dirname ./tools/ci_download_cockroachdb
2612024-02-15T21:23:44.748Z++ cd ./tools
2622024-02-15T21:23:44.748Z++ pwd
2632024-02-15T21:23:44.748Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2642024-02-15T21:23:44.748Z++ basename ./tools/ci_download_cockroachdb
2652024-02-15T21:23:44.748Z+ ARG0=ci_download_cockroachdb
2662024-02-15T21:23:44.748Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2672024-02-15T21:23:44.748Z+ CIDL_VERSION=v22.1.9
2682024-02-15T21:23:44.748Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2692024-02-15T21:23:44.749Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2702024-02-15T21:23:44.749Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2712024-02-15T21:23:44.749Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2722024-02-15T21:23:44.749Z+ TARGET_DIR=out
2732024-02-15T21:23:44.749Z+ DOWNLOAD_DIR=out/downloads
2742024-02-15T21:23:44.749Z+ DEST_DIR=./out/cockroachdb
2752024-02-15T21:23:44.749Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2762024-02-15T21:23:44.749Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2772024-02-15T21:23:44.749Z+ main
2782024-02-15T21:23:44.749Z+ [[ 0 != 0 ]]
2792024-02-15T21:23:44.749Z+ CIDL_OS=solaris2.11
2802024-02-15T21:23:44.749Z+ [[ 0 != 0 ]]
2812024-02-15T21:23:44.749Z+ configure_os solaris2.11
2822024-02-15T21:23:44.749Z+ echo 'current directory: /work/oxidecomputer/omicron'
2832024-02-15T21:23:44.749Z+ echo 'configuring based on OS: "solaris2.11"'
2842024-02-15T21:23:44.749Zcurrent directory: /work/oxidecomputer/omicron
2852024-02-15T21:23:44.749Zconfiguring based on OS: "solaris2.11"
2862024-02-15T21:23:44.749Z+ case "$1" in
2872024-02-15T21:23:44.749Z+ CIDL_BUILD=illumos
2882024-02-15T21:23:44.749Z+ CIDL_SUFFIX=tar.gz
2892024-02-15T21:23:44.749Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-02-15T21:23:44.749Z+ CIDL_URL_BASE=https://illumos.org/downloads
2912024-02-15T21:23:44.749Z+ CIDL_ASSEMBLE=do_assemble_illumos
2922024-02-15T21:23:44.749Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2932024-02-15T21:23:44.749Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2942024-02-15T21:23:44.750Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-15T21:23:44.750Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2962024-02-15T21:23:44.750Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-15T21:23:44.750Z+ CIDL_SHA256FUNC=do_sha256sum
2982024-02-15T21:23:44.750Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2992024-02-15T21:23:44.750ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-02-15T21:23:44.750Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-02-15T21:23:44.750Z+ mkdir -p out/downloads
3022024-02-15T21:23:44.750ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-02-15T21:23:44.750Z+ mkdir -p ./out/cockroachdb
3042024-02-15T21:23:44.750Z+ local DO_DOWNLOAD=true
3052024-02-15T21:23:44.750Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3062024-02-15T21:23:44.750Z+ '[' true == true ']'
3072024-02-15T21:23:44.750Z+ echo Downloading...
3082024-02-15T21:23:44.750ZDownloading...
3092024-02-15T21:23:44.750Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-02-15T21:23:44.750Z+ 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
3112024-02-15T21:23:47.846Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-02-15T21:23:47.854Z++ sha256sum
3132024-02-15T21:23:47.854Z++ awk '{print $1}'
3142024-02-15T21:23:47.943Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3152024-02-15T21:23:47.943Z+ [[ 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 ]]
3162024-02-15T21:23:47.957Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-02-15T21:23:47.957Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3182024-02-15T21:23:50.130Z+ do_assemble_illumos
3192024-02-15T21:23:50.130Z+ rm -r ./out/cockroachdb
3202024-02-15T21:23:50.148Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3212024-02-15T21:23:50.503Z+ ./out/cockroachdb/bin/cockroach version
3222024-02-15T21:23:50.754ZBuild Tag: v22.1.9-dirty
3232024-02-15T21:23:50.754ZBuild Time: 2022/10/26 21:17:46
3242024-02-15T21:23:50.754ZDistribution: OSS
3252024-02-15T21:23:50.754ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3262024-02-15T21:23:50.755ZGo Version: go1.17.13
3272024-02-15T21:23:50.755ZC Compiler: gcc 10.3.0
3282024-02-15T21:23:50.755ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3292024-02-15T21:23:50.755ZBuild Type: release
3302024-02-15T21:23:50.785Z+ set -o errexit
3312024-02-15T21:23:50.785Z+++ dirname ./tools/ci_download_clickhouse
3322024-02-15T21:23:50.785Z++ cd ./tools
3332024-02-15T21:23:50.785Z++ pwd
3342024-02-15T21:23:50.785Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3352024-02-15T21:23:50.785Z++ basename ./tools/ci_download_clickhouse
3362024-02-15T21:23:50.786Z+ ARG0=ci_download_clickhouse
3372024-02-15T21:23:50.786Z+ TARGET_DIR=out
3382024-02-15T21:23:50.786Z+ DOWNLOAD_DIR=out/downloads
3392024-02-15T21:23:50.786Z+ DEST_DIR=./out/clickhouse
3402024-02-15T21:23:50.786Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3412024-02-15T21:23:50.786Z+ CIDL_VERSION=v22.8.9.24
3422024-02-15T21:23:50.786Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3432024-02-15T21:23:50.786Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3442024-02-15T21:23:50.786Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3452024-02-15T21:23:50.786Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3462024-02-15T21:23:50.786Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3472024-02-15T21:23:50.786Z+ main
3482024-02-15T21:23:50.786Z+ [[ 0 != 0 ]]
3492024-02-15T21:23:50.786Z+ CIDL_OS=solaris2.11
3502024-02-15T21:23:50.786Z+ [[ 0 != 0 ]]
3512024-02-15T21:23:50.786Z+ configure_os solaris2.11
3522024-02-15T21:23:50.786Z+ echo 'current directory: /work/oxidecomputer/omicron'
3532024-02-15T21:23:50.787Zcurrent directory: /work/oxidecomputer/omicron
3542024-02-15T21:23:50.787Z+ echo 'configuring based on OS: "solaris2.11"'
3552024-02-15T21:23:50.787Z+ CIDL_DASHREV=
3562024-02-15T21:23:50.787Z+ case "$1" in
3572024-02-15T21:23:50.787Zconfiguring based on OS: "solaris2.11"
3582024-02-15T21:23:50.787Z+ CIDL_PLATFORM=illumos
3592024-02-15T21:23:50.787Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3602024-02-15T21:23:50.787Z+ CIDL_MD5FUNC=do_md5sum
3612024-02-15T21:23:50.787Z+ CIDL_DASHREV=-1
3622024-02-15T21:23:50.787Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3632024-02-15T21:23:50.787Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-15T21:23:50.788Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652024-02-15T21:23:50.788Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3662024-02-15T21:23:50.788Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3672024-02-15T21:23:50.788ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-02-15T21:23:50.788ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692024-02-15T21:23:50.788Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3702024-02-15T21:23:50.788Z+ mkdir -p out/downloads
3712024-02-15T21:23:50.788Z+ mkdir -p ./out/clickhouse
3722024-02-15T21:23:50.788Z+ local DO_DOWNLOAD=true
3732024-02-15T21:23:50.788Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3742024-02-15T21:23:50.788Z+ '[' true == true ']'
3752024-02-15T21:23:50.789Z+ echo Downloading...
3762024-02-15T21:23:50.789ZDownloading...
3772024-02-15T21:23:50.789Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782024-02-15T21:23:50.789Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792024-02-15T21:23:52.015Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802024-02-15T21:23:52.058Z++ md5sum
3812024-02-15T21:23:52.058Z++ awk '{print $1}'
3822024-02-15T21:23:54.008Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3832024-02-15T21:23:54.009Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3842024-02-15T21:23:54.049Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3852024-02-15T21:23:54.049Z+ mkdir -p ./out/clickhouse
3862024-02-15T21:23:54.049Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3872024-02-15T21:23:55.348Z+ ./out/clickhouse/clickhouse server --version
3882024-02-15T21:23:55.375ZClickHouse server version 22.8.9.1.
3892024-02-15T21:23:55.392Z+ set -o errexit
3902024-02-15T21:23:55.398Z+++ dirname ./tools/ci_download_console
3912024-02-15T21:23:55.398Z++ cd ./tools
3922024-02-15T21:23:55.399Z++ pwd
3932024-02-15T21:23:55.399Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942024-02-15T21:23:55.836Z++ basename ./tools/ci_download_console
3952024-02-15T21:23:55.836Z+ ARG0=ci_download_console
3962024-02-15T21:23:55.837Z+ TARGET_DIR=out
3972024-02-15T21:23:55.837Z+ DOWNLOAD_DIR=out/downloads
3982024-02-15T21:23:55.837Z+ DEST_DIR=./out/console-assets
3992024-02-15T21:23:55.837Z+ source /work/oxidecomputer/omicron/tools/console_version
4002024-02-15T21:23:55.837Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4012024-02-15T21:23:55.838Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4022024-02-15T21:23:55.838Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4032024-02-15T21:23:55.838Z+ TARBALL_FILE=out/downloads/console.tar.gz
4042024-02-15T21:23:55.838Z+ main
4052024-02-15T21:23:55.839Z+ [[ 0 != 0 ]]
4062024-02-15T21:23:55.839Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4072024-02-15T21:23:55.839ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4082024-02-15T21:23:55.839Z+ echo 'Local file: out/downloads/console.tar.gz'
4092024-02-15T21:23:55.839Z+ local DO_DOWNLOAD=true
4102024-02-15T21:23:55.839ZLocal file: out/downloads/console.tar.gz
4112024-02-15T21:23:55.840Z+ [[ -f out/downloads/console.tar.gz ]]
4122024-02-15T21:23:55.840Z+ mkdir -p out/downloads
4132024-02-15T21:23:55.840Z+ '[' true == true ']'
4142024-02-15T21:23:55.840Z+ echo Downloading...
4152024-02-15T21:23:55.840ZDownloading...
4162024-02-15T21:23:55.841Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4172024-02-15T21:23:55.841Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4182024-02-15T21:23:56.032Z++ do_sha256sum out/downloads/console.tar.gz
4192024-02-15T21:23:56.069Z++ case "$OSTYPE" in
4202024-02-15T21:23:56.069Z++ SHA=sha256sum
4212024-02-15T21:23:56.069Z++ sha256sum
4222024-02-15T21:23:56.069Z++ awk '{print $1}'
4232024-02-15T21:23:56.069Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4242024-02-15T21:23:56.069Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4252024-02-15T21:23:56.069Z+ rm -rf ./out/console-assets
4262024-02-15T21:23:56.069Z+ mkdir -p ./out/console-assets
4272024-02-15T21:23:56.069Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4282024-02-15T21:23:56.069Z+ mkdir -p ./out/console-assets
4292024-02-15T21:23:56.069Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4302024-02-15T21:23:56.134Z+ set -o errexit
4312024-02-15T21:23:56.147Z+++ dirname ./tools/ci_download_maghemite_openapi
4322024-02-15T21:23:56.147Z++ cd ./tools
4332024-02-15T21:23:56.147Z++ pwd
4342024-02-15T21:23:56.147Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4352024-02-15T21:23:56.148Z++ basename ./tools/ci_download_maghemite_openapi
4362024-02-15T21:23:56.148Z+ ARG0=ci_download_maghemite_openapi
4372024-02-15T21:23:56.148Z+ TARGET_DIR=out
4382024-02-15T21:23:56.148Z+ DOWNLOAD_DIR=out/downloads
4392024-02-15T21:23:56.148Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4402024-02-15T21:23:56.148Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4412024-02-15T21:23:56.148Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4422024-02-15T21:23:56.149Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4432024-02-15T21:23:56.149Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4442024-02-15T21:23:56.149Z+ main
4452024-02-15T21:23:56.149Z+ [[ 0 != 0 ]]
4462024-02-15T21:23:56.149Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4472024-02-15T21:23:56.149ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4482024-02-15T21:23:56.149Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4492024-02-15T21:23:56.150Z+ local DO_DOWNLOAD=true
4502024-02-15T21:23:56.150ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4512024-02-15T21:23:56.150Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4522024-02-15T21:23:56.150Z+ mkdir -p out/downloads
4532024-02-15T21:23:56.162Z+ '[' true == true ']'
4542024-02-15T21:23:56.163Z+ echo Downloading...
4552024-02-15T21:23:56.163ZDownloading...
4562024-02-15T21:23:56.163Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-15T21:23:56.163Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4582024-02-15T21:23:57.574Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4592024-02-15T21:23:57.574Z++ case "$OSTYPE" in
4602024-02-15T21:23:57.610Z++ SHA=sha256sum
4612024-02-15T21:23:57.611Z++ sha256sum
4622024-02-15T21:23:57.611Z++ awk '{print $1}'
4632024-02-15T21:23:57.612Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4642024-02-15T21:23:57.612Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4652024-02-15T21:23:57.612Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4662024-02-15T21:23:57.612Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4672024-02-15T21:23:57.613Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4682024-02-15T21:23:57.613Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4692024-02-15T21:23:57.613Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4702024-02-15T21:23:57.614Z+ main
4712024-02-15T21:23:57.614Z+ [[ 0 != 0 ]]
4722024-02-15T21:23:57.614Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4732024-02-15T21:23:57.615ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4742024-02-15T21:23:57.615Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4752024-02-15T21:23:57.615ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4762024-02-15T21:23:57.616Z+ local DO_DOWNLOAD=true
4772024-02-15T21:23:57.616Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4782024-02-15T21:23:57.620Z+ mkdir -p out/downloads
4792024-02-15T21:23:57.620Z+ '[' true == true ']'
4802024-02-15T21:23:57.621Z+ echo Downloading...
4812024-02-15T21:23:57.621ZDownloading...
4822024-02-15T21:23:57.621Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4832024-02-15T21:23:57.621Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4842024-02-15T21:23:58.695Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4852024-02-15T21:23:59.116Z++ case "$OSTYPE" in
4862024-02-15T21:23:59.116Z++ SHA=sha256sum
4872024-02-15T21:23:59.116Z++ sha256sum
4882024-02-15T21:23:59.116Z++ awk '{print $1}'
4892024-02-15T21:23:59.117Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4902024-02-15T21:23:59.117Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4912024-02-15T21:23:59.117Z+ set -o errexit
4922024-02-15T21:23:59.117Z+++ dirname ./tools/ci_download_dendrite_openapi
4932024-02-15T21:23:59.117Z++ cd ./tools
4942024-02-15T21:23:59.117Z++ pwd
4952024-02-15T21:23:59.117Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4962024-02-15T21:23:59.117Z++ basename ./tools/ci_download_dendrite_openapi
4972024-02-15T21:23:59.117Z+ ARG0=ci_download_dendrite_openapi
4982024-02-15T21:23:59.118Z+ TARGET_DIR=out
4992024-02-15T21:23:59.118Z+ DOWNLOAD_DIR=out/downloads
5002024-02-15T21:23:59.118Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5012024-02-15T21:23:59.118Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5022024-02-15T21:23:59.118Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5032024-02-15T21:23:59.118Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5042024-02-15T21:23:59.118Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5052024-02-15T21:23:59.118Z+ main
5062024-02-15T21:23:59.118Z+ [[ 0 != 0 ]]
5072024-02-15T21:23:59.119Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5082024-02-15T21:23:59.119ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5092024-02-15T21:23:59.119Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5102024-02-15T21:23:59.119Z+ local DO_DOWNLOAD=true
5112024-02-15T21:23:59.119ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5122024-02-15T21:23:59.119Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5132024-02-15T21:23:59.119Z+ mkdir -p out/downloads
5142024-02-15T21:23:59.119Z+ '[' true == true ']'
5152024-02-15T21:23:59.119Z+ echo Downloading...
5162024-02-15T21:23:59.119ZDownloading...
5172024-02-15T21:23:59.119Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5182024-02-15T21:23:59.119Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5192024-02-15T21:23:59.776Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5202024-02-15T21:23:59.776Z++ case "$OSTYPE" in
5212024-02-15T21:23:59.779Z++ SHA=sha256sum
5222024-02-15T21:23:59.779Z++ sha256sum
5232024-02-15T21:23:59.779Z++ awk '{print $1}'
5242024-02-15T21:23:59.782Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5252024-02-15T21:23:59.782Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5262024-02-15T21:23:59.788Z+ set -o errexit
5272024-02-15T21:23:59.791Z+++ dirname ./tools/ci_download_dendrite_stub
5282024-02-15T21:23:59.794Z++ cd ./tools
5292024-02-15T21:23:59.794Z++ pwd
5302024-02-15T21:23:59.794Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312024-02-15T21:23:59.794Z++ basename ./tools/ci_download_dendrite_stub
5322024-02-15T21:23:59.798Z+ ARG0=ci_download_dendrite_stub
5332024-02-15T21:23:59.798Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5342024-02-15T21:23:59.798Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5352024-02-15T21:23:59.798Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5362024-02-15T21:23:59.798Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5372024-02-15T21:23:59.798Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5382024-02-15T21:23:59.798Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5392024-02-15T21:23:59.798Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5402024-02-15T21:23:59.798Z+ TARGET_DIR=out
5412024-02-15T21:23:59.798Z+ DOWNLOAD_DIR=out/downloads
5422024-02-15T21:23:59.799Z+ DEST_DIR=./out/dendrite-stub
5432024-02-15T21:23:59.799Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5442024-02-15T21:23:59.799Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5452024-02-15T21:23:59.799Z+ REPO=oxidecomputer/dendrite
5462024-02-15T21:23:59.799Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5472024-02-15T21:23:59.799Z+ main
5482024-02-15T21:23:59.799Z+ [[ 0 != 0 ]]
5492024-02-15T21:23:59.799Z+ CIDL_OS=solaris2.11
5502024-02-15T21:23:59.799Z+ [[ 0 != 0 ]]
5512024-02-15T21:23:59.799Z+ configure_os solaris2.11
5522024-02-15T21:23:59.799Z+ echo 'current directory: /work/oxidecomputer/omicron'
5532024-02-15T21:23:59.799Z+ echo 'configuring based on OS: "solaris2.11"'
5542024-02-15T21:23:59.799Zcurrent directory: /work/oxidecomputer/omicron
5552024-02-15T21:23:59.799Zconfiguring based on OS: "solaris2.11"
5562024-02-15T21:23:59.800Z+ case "$1" in
5572024-02-15T21:23:59.800Z+ SET_BINARIES=
5582024-02-15T21:23:59.800Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5592024-02-15T21:23:59.800Z+ CIDL_SHA256FUNC=do_sha256sum
5602024-02-15T21:23:59.800Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5612024-02-15T21:23:59.800Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5622024-02-15T21:23:59.800Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5632024-02-15T21:23:59.800Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5642024-02-15T21:23:59.801ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5652024-02-15T21:23:59.801Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5662024-02-15T21:23:59.801Z+ mkdir -p out/downloads
5672024-02-15T21:23:59.801ZLocal file: out/downloads/dendrite-stub.tar.gz
5682024-02-15T21:23:59.817Z+ mkdir -p ./out/dendrite-stub
5692024-02-15T21:23:59.818Z+ fetch_and_verify
5702024-02-15T21:23:59.818Z+ local DO_DOWNLOAD=true
5712024-02-15T21:23:59.818Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5722024-02-15T21:23:59.818Z+ '[' true == true ']'
5732024-02-15T21:23:59.818Z+ echo Downloading...
5742024-02-15T21:23:59.818ZDownloading...
5752024-02-15T21:23:59.818Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5762024-02-15T21:23:59.818Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5772024-02-15T21:24:12.537Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5782024-02-15T21:24:12.541Z++ sha256sum
5792024-02-15T21:24:12.541Z++ awk '{print $1}'
5802024-02-15T21:24:12.565Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5812024-02-15T21:24:12.571Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5822024-02-15T21:24:12.571Z+ do_untar out/downloads/dendrite-stub.tar.gz
5832024-02-15T21:24:12.571Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5842024-02-15T21:24:13.251Z+ do_assemble
5852024-02-15T21:24:13.251Z+ rm -r ./out/dendrite-stub
5862024-02-15T21:24:13.258Z+ mkdir ./out/dendrite-stub
5872024-02-15T21:24:13.259Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5882024-02-15T21:24:13.347Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5892024-02-15T21:24:13.766Z+ set -o errexit
5902024-02-15T21:24:13.766Z+++ dirname ./tools/ci_download_maghemite_mgd
5912024-02-15T21:24:13.766Z++ cd ./tools
5922024-02-15T21:24:13.766Z++ pwd
5932024-02-15T21:24:13.766Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5942024-02-15T21:24:13.766Z++ basename ./tools/ci_download_maghemite_mgd
5952024-02-15T21:24:13.766Z+ ARG0=ci_download_maghemite_mgd
5962024-02-15T21:24:13.766Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5972024-02-15T21:24:13.767Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5982024-02-15T21:24:13.767Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5992024-02-15T21:24:13.767Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6002024-02-15T21:24:13.767Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6012024-02-15T21:24:13.767Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6022024-02-15T21:24:13.767Z+ TARGET_DIR=out
6032024-02-15T21:24:13.767Z+ DOWNLOAD_DIR=out/downloads
6042024-02-15T21:24:13.767Z+ DEST_DIR=./out/mgd
6052024-02-15T21:24:13.767Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6062024-02-15T21:24:13.767Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6072024-02-15T21:24:13.767Z+ REPO=oxidecomputer/maghemite
6082024-02-15T21:24:13.767Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6092024-02-15T21:24:13.767Z+ main
6102024-02-15T21:24:13.767Z+ [[ 0 != 0 ]]
6112024-02-15T21:24:13.767Z+ CIDL_OS=solaris2.11
6122024-02-15T21:24:13.768Z+ [[ 0 != 0 ]]
6132024-02-15T21:24:13.768Z+ configure_os solaris2.11
6142024-02-15T21:24:13.768Z+ echo 'current directory: /work/oxidecomputer/omicron'
6152024-02-15T21:24:13.768Z+ echo 'configuring based on OS: "solaris2.11"'
6162024-02-15T21:24:13.768Zcurrent directory: /work/oxidecomputer/omicron
6172024-02-15T21:24:13.768Zconfiguring based on OS: "solaris2.11"
6182024-02-15T21:24:13.768Z+ case "$1" in
6192024-02-15T21:24:13.768Z+ SET_BINARIES=
6202024-02-15T21:24:13.768Z+ CIDL_SHA256FUNC=do_sha256sum
6212024-02-15T21:24:13.768Z+ TARBALL_FILENAME=mgd.tar.gz
6222024-02-15T21:24:13.768Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6232024-02-15T21:24:13.768Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6242024-02-15T21:24:13.768Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6252024-02-15T21:24:13.768ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6262024-02-15T21:24:13.768Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6272024-02-15T21:24:13.768Z+ mkdir -p out/downloads
6282024-02-15T21:24:13.768ZLocal file: out/downloads/mgd.tar.gz
6292024-02-15T21:24:13.769Z+ mkdir -p ./out/mgd
6302024-02-15T21:24:13.769Z+ fetch_and_verify
6312024-02-15T21:24:13.769Z+ local DO_DOWNLOAD=true
6322024-02-15T21:24:13.769Z+ [[ -f out/downloads/mgd.tar.gz ]]
6332024-02-15T21:24:13.769Z+ '[' true == true ']'
6342024-02-15T21:24:13.769Z+ echo Downloading...
6352024-02-15T21:24:13.769ZDownloading...
6362024-02-15T21:24:13.769Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6372024-02-15T21:24:13.769Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6382024-02-15T21:24:29.489Z++ do_sha256sum out/downloads/mgd.tar.gz
6392024-02-15T21:24:29.493Z++ sha256sum
6402024-02-15T21:24:29.493Z++ awk '{print $1}'
6412024-02-15T21:24:29.510Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6422024-02-15T21:24:29.517Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6432024-02-15T21:24:29.517Z+ do_untar out/downloads/mgd.tar.gz
6442024-02-15T21:24:29.517Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6452024-02-15T21:24:29.964Z+ do_assemble
6462024-02-15T21:24:29.965Z+ rm -r ./out/mgd
6472024-02-15T21:24:29.976Z+ mkdir ./out/mgd
6482024-02-15T21:24:29.976Z+ cp -r out/downloads/root ./out/mgd/root
6492024-02-15T21:24:30.109Z+ set -o errexit
6502024-02-15T21:24:30.114Z+++ dirname ./tools/ci_download_transceiver_control
6512024-02-15T21:24:30.114Z++ cd ./tools
6522024-02-15T21:24:30.114Z++ pwd
6532024-02-15T21:24:30.114Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6542024-02-15T21:24:30.120Z++ basename ./tools/ci_download_transceiver_control
6552024-02-15T21:24:30.120Z+ ARG0=ci_download_transceiver_control
6562024-02-15T21:24:30.120Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6572024-02-15T21:24:30.120Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-02-15T21:24:30.120Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-15T21:24:30.120Z+ TARGET_DIR=out
6602024-02-15T21:24:30.121Z+ DOWNLOAD_DIR=out/downloads
6612024-02-15T21:24:30.121Z+ DEST_DIR=./out/transceiver-control
6622024-02-15T21:24:30.121Z+ BIN_DIR=/opt/oxide/bin
6632024-02-15T21:24:30.121Z+ BINARY=xcvradm
6642024-02-15T21:24:30.121Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6652024-02-15T21:24:30.121Z+ REPO=oxidecomputer/transceiver-control
6662024-02-15T21:24:30.121Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6672024-02-15T21:24:30.121Z+ main
6682024-02-15T21:24:30.121Z+ [[ 0 != 0 ]]
6692024-02-15T21:24:30.121Z+ CIDL_OS=solaris2.11
6702024-02-15T21:24:30.121Z+ [[ 0 != 0 ]]
6712024-02-15T21:24:30.121Z+ configure_os solaris2.11
6722024-02-15T21:24:30.121Z+ echo 'current directory: /work/oxidecomputer/omicron'
6732024-02-15T21:24:30.122Zcurrent directory: /work/oxidecomputer/omicron
6742024-02-15T21:24:30.122Z+ echo 'configuring based on OS: "solaris2.11"'
6752024-02-15T21:24:30.122Z+ case "$1" in
6762024-02-15T21:24:30.122Zconfiguring based on OS: "solaris2.11"
6772024-02-15T21:24:30.122Z+ SET_BINARIES=
6782024-02-15T21:24:30.122Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6792024-02-15T21:24:30.122Z+ CIDL_SHA256FUNC=do_sha256sum
6802024-02-15T21:24:30.122Z+ ARCHIVE_FILENAME=xcvradm.gz
6812024-02-15T21:24:30.122Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6822024-02-15T21:24:30.122Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6832024-02-15T21:24:30.122Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6842024-02-15T21:24:30.122ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852024-02-15T21:24:30.122ZLocal file: out/downloads/xcvradm.gz
6862024-02-15T21:24:30.122Z+ echo 'Local file: out/downloads/xcvradm.gz'
6872024-02-15T21:24:30.122Z+ mkdir -p out/downloads
6882024-02-15T21:24:30.122Z+ mkdir -p ./out/transceiver-control
6892024-02-15T21:24:30.128Z+ fetch_and_verify
6902024-02-15T21:24:30.128Z+ local DO_DOWNLOAD=true
6912024-02-15T21:24:30.128Z+ [[ -f out/downloads/xcvradm.gz ]]
6922024-02-15T21:24:30.128Z+ '[' true == true ']'
6932024-02-15T21:24:30.128Z+ echo Downloading...
6942024-02-15T21:24:30.128ZDownloading...
6952024-02-15T21:24:30.128Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6962024-02-15T21:24:30.128Z+ 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
6972024-02-15T21:24:32.517Z++ do_sha256sum out/downloads/xcvradm.gz
6982024-02-15T21:24:32.656Z++ sha256sum
6992024-02-15T21:24:32.656Z++ awk '{print $1}'
7002024-02-15T21:24:32.657Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7012024-02-15T21:24:32.657Z+ [[ 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 ]]
7022024-02-15T21:24:32.658Z+ do_unpack out/downloads/xcvradm.gz
7032024-02-15T21:24:32.658Z+ mkdir -p out/downloads/root//opt/oxide/bin
7042024-02-15T21:24:32.658Z+ gzip -dc out/downloads/xcvradm.gz
7052024-02-15T21:24:32.658Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7062024-02-15T21:24:32.658Z+ do_assemble
7072024-02-15T21:24:32.659Z+ rm -r ./out/transceiver-control
7082024-02-15T21:24:32.659Z+ mkdir ./out/transceiver-control
7092024-02-15T21:24:32.659Z+ cp -r out/downloads/root ./out/transceiver-control/root
7102024-02-15T21:24:32.659ZAll builder prerequisites installed successfully, and PATH looks valid
7112024-02-15T21:24:32.660Z
7122024-02-15T21:24:32.660Zreal 1:48.485023016
7132024-02-15T21:24:32.660Zuser 34.299172639
7142024-02-15T21:24:32.660Zsys 6.566923173
7152024-02-15T21:24:32.660Ztrap 0.011383152
7162024-02-15T21:24:32.661Ztflt 0.199285003
7172024-02-15T21:24:32.661Zdflt 0.391492615
7182024-02-15T21:24:32.661Zkflt 0.147302983
7192024-02-15T21:24:32.661Zlock 1.713770177
7202024-02-15T21:24:32.661Zslp 3:48.069655801
7212024-02-15T21:24:32.662Zlat 1.848742493
7222024-02-15T21:24:32.662Zstop 0.145937995
7232024-02-15T21:24:32.662Z
7242024-02-15T21:24:32.662Z #### # # ##### ##### # #
7252024-02-15T21:24:32.662Z # # # # # # # # # #
7262024-02-15T21:24:32.663Z # # # # # # # #
7272024-02-15T21:24:32.663Z # # # ##### ##### #
7282024-02-15T21:24:32.663Z # # # # # # #
7292024-02-15T21:24:32.663Z #### ###### # # # #
7302024-02-15T21:24:32.663Z
7312024-02-15T21:24:32.663Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7322024-02-15T21:24:32.732Z Updating git repository `https://github.com/oxidecomputer/samael`
7332024-02-15T21:24:32.732Z Updating crates.io index
7342024-02-15T21:24:32.732Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7352024-02-15T21:24:33.321Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7362024-02-15T21:24:35.200Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7372024-02-15T21:24:35.780Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-02-15T21:24:36.122Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-02-15T21:24:36.403Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-02-15T21:24:36.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
7412024-02-15T21:24:37.612Z Updating git repository `https://github.com/oxidecomputer/crucible`
7422024-02-15T21:24:39.605Z Updating git repository `https://github.com/oxidecomputer/opte`
7432024-02-15T21:24:40.532Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-02-15T21:24:40.843Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7452024-02-15T21:24:41.418Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7462024-02-15T21:24:41.779Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7472024-02-15T21:24:42.076Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7482024-02-15T21:24:42.392Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7492024-02-15T21:24:43.466Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7502024-02-15T21:24:43.498Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7512024-02-15T21:24:43.924Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-02-15T21:24:44.068Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7532024-02-15T21:24:44.517Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-02-15T21:24:44.811Z Updating git repository `https://github.com/jgallagher/nix`
7552024-02-15T21:24:45.782Z Updating git repository `https://github.com/cbiffle/hubpack`
7562024-02-15T21:24:46.127Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-02-15T21:24:47.818Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-02-15T21:24:47.833Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-02-15T21:24:48.079Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-02-15T21:24:49.638Z Downloading crates ...
7612024-02-15T21:24:50.284Z Downloaded serde v1.0.196
7622024-02-15T21:24:50.294Z Downloaded anstream v0.5.0
7632024-02-15T21:24:50.294Z Downloaded cargo_metadata v0.18.1
7642024-02-15T21:24:50.294Z Downloaded clap_lex v0.5.1
7652024-02-15T21:24:50.295Z Downloaded itoa v1.0.9
7662024-02-15T21:24:50.295Z Downloaded errno v0.3.8
7672024-02-15T21:24:50.295Z Downloaded clap v4.4.3
7682024-02-15T21:24:50.295Z Downloaded equivalent v1.0.1
7692024-02-15T21:24:50.295Z Downloaded colorchoice v1.0.0
7702024-02-15T21:24:50.295Z Downloaded anstyle-query v1.0.0
7712024-02-15T21:24:50.295Z Downloaded strsim v0.10.0
7722024-02-15T21:24:50.295Z Downloaded bitflags v1.3.2
7732024-02-15T21:24:50.295Z Downloaded utf8parse v0.2.1
7742024-02-15T21:24:50.295Z Downloaded toml_datetime v0.6.5
7752024-02-15T21:24:50.295Z Downloaded thiserror-impl v1.0.56
7762024-02-15T21:24:50.295Z Downloaded cargo-platform v0.1.3
7772024-02-15T21:24:50.296Z Downloaded terminal_size v0.2.6
7782024-02-15T21:24:50.296Z Downloaded anstyle v1.0.2
7792024-02-15T21:24:50.296Z Downloaded heck v0.4.1
7802024-02-15T21:24:50.296Z Downloaded anstyle-parse v0.2.1
7812024-02-15T21:24:50.296Z Downloaded semver v1.0.21
7822024-02-15T21:24:50.296Z Downloaded serde_spanned v0.6.5
7832024-02-15T21:24:50.296Z Downloaded camino v1.1.6
7842024-02-15T21:24:50.296Z Downloaded thiserror v1.0.56
7852024-02-15T21:24:50.296Z Downloaded quote v1.0.35
7862024-02-15T21:24:50.296Z Downloaded cargo_toml v0.19.0
7872024-02-15T21:24:50.296Z Downloaded clap_derive v4.4.2
7882024-02-15T21:24:50.296Z Downloaded anyhow v1.0.75
7892024-02-15T21:24:50.297Z Downloaded serde_derive v1.0.196
7902024-02-15T21:24:50.297Z Downloaded proc-macro2 v1.0.78
7912024-02-15T21:24:50.297Z Downloaded toml v0.8.10
7922024-02-15T21:24:50.297Z Downloaded unicode-ident v1.0.12
7932024-02-15T21:24:50.297Z Downloaded io-lifetimes v1.0.11
7942024-02-15T21:24:50.297Z Downloaded ryu v1.0.15
7952024-02-15T21:24:50.297Z Downloaded indexmap v2.2.3
7962024-02-15T21:24:50.297Z Downloaded memchr v2.6.3
7972024-02-15T21:24:50.297Z Downloaded toml_edit v0.22.4
7982024-02-15T21:24:50.297Z Downloaded winnow v0.5.15
7992024-02-15T21:24:50.297Z Downloaded serde_json v1.0.113
8002024-02-15T21:24:50.297Z Downloaded clap_builder v4.4.2
8012024-02-15T21:24:50.297Z Downloaded syn v2.0.48
8022024-02-15T21:24:50.298Z Downloaded hashbrown v0.14.3
8032024-02-15T21:24:50.298Z Downloaded rustix v0.37.23
8042024-02-15T21:24:50.298Z Downloaded libc v0.2.153
8052024-02-15T21:24:50.304Z Compiling proc-macro2 v1.0.78
8062024-02-15T21:24:50.304Z Compiling unicode-ident v1.0.12
8072024-02-15T21:24:50.304Z Compiling serde v1.0.196
8082024-02-15T21:24:50.304Z Compiling libc v0.2.153
8092024-02-15T21:24:50.305Z Compiling io-lifetimes v1.0.11
8102024-02-15T21:24:50.305Z Compiling rustix v0.37.23
8112024-02-15T21:24:50.324Z Compiling hashbrown v0.14.3
8122024-02-15T21:24:50.335Z Compiling utf8parse v0.2.1
8132024-02-15T21:24:50.505Z Compiling bitflags v1.3.2
8142024-02-15T21:24:50.589Z Compiling equivalent v1.0.1
8152024-02-15T21:24:51.108Z Compiling anstyle-parse v0.2.1
8162024-02-15T21:24:51.133Z Compiling semver v1.0.21
8172024-02-15T21:24:51.918Z Compiling indexmap v2.2.3
8182024-02-15T21:24:51.987Z Compiling colorchoice v1.0.0
8192024-02-15T21:24:51.988Z Compiling thiserror v1.0.56
8202024-02-15T21:24:51.988Z Compiling serde_json v1.0.113
8212024-02-15T21:24:52.458Z Compiling camino v1.1.6
8222024-02-15T21:24:52.458Z Compiling anstyle v1.0.2
8232024-02-15T21:24:52.458Z Compiling anstyle-query v1.0.0
8242024-02-15T21:24:52.458Z Compiling winnow v0.5.15
8252024-02-15T21:24:52.458Z Compiling anstream v0.5.0
8262024-02-15T21:24:52.459Z Compiling itoa v1.0.9
8272024-02-15T21:24:52.478Z Compiling clap_lex v0.5.1
8282024-02-15T21:24:52.497Z Compiling heck v0.4.1
8292024-02-15T21:24:52.590Z Compiling anyhow v1.0.75
8302024-02-15T21:24:52.618Z Compiling strsim v0.10.0
8312024-02-15T21:24:52.955Z Compiling quote v1.0.35
8322024-02-15T21:24:52.976Z Compiling ryu v1.0.15
8332024-02-15T21:24:53.111Z Compiling errno v0.3.8
8342024-02-15T21:24:53.297Z Compiling syn v2.0.48
8352024-02-15T21:24:54.185Z Compiling terminal_size v0.2.6
8362024-02-15T21:24:54.286Z Compiling clap_builder v4.4.2
8372024-02-15T21:24:58.570Z Compiling serde_derive v1.0.196
8382024-02-15T21:24:58.570Z Compiling thiserror-impl v1.0.56
8392024-02-15T21:24:58.597Z Compiling clap_derive v4.4.2
8402024-02-15T21:25:01.264Z Compiling clap v4.4.3
8412024-02-15T21:25:06.490Z Compiling toml_datetime v0.6.5
8422024-02-15T21:25:06.495Z Compiling serde_spanned v0.6.5
8432024-02-15T21:25:06.495Z Compiling cargo-platform v0.1.3
8442024-02-15T21:25:07.142Z Compiling toml_edit v0.22.4
8452024-02-15T21:25:07.896Z Compiling cargo_metadata v0.18.1
8462024-02-15T21:25:08.747Z Compiling toml v0.8.10
8472024-02-15T21:25:09.399Z Compiling cargo_toml v0.19.0
8482024-02-15T21:25:20.359Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8492024-02-15T21:25:20.359Z Finished dev [unoptimized + debuginfo] target(s) in 42.27s
8502024-02-15T21:25:20.359Z Running `target/debug/xtask clippy`
8512024-02-15T21:25:20.359Zrunning: "/home/build/.rustup/toolchains/1.74.1-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"
8522024-02-15T21:25:20.359Z Downloading crates ...
8532024-02-15T21:25:20.359Z Downloaded addr2line v0.21.0
8542024-02-15T21:25:20.359Z Downloaded highway v1.1.0
8552024-02-15T21:25:20.359Z Downloaded http-range v0.1.5
8562024-02-15T21:25:20.359Z Downloaded hubpack_derive v0.1.1
8572024-02-15T21:25:20.359Z Downloaded http-body v1.0.0
8582024-02-15T21:25:20.359Z Downloaded ident_case v1.0.1
8592024-02-15T21:25:20.360Z Downloaded hubpack v0.1.2
8602024-02-15T21:25:20.360Z Downloaded http-body v0.4.5
8612024-02-15T21:25:20.360Z Downloaded block-buffer v0.10.4
8622024-02-15T21:25:20.360Z Downloaded byteorder v1.5.0
8632024-02-15T21:25:20.360Z Downloaded bytecount v0.6.3
8642024-02-15T21:25:20.360Z Downloaded hostname v0.3.1
8652024-02-15T21:25:20.360Z Downloaded home v0.5.5
8662024-02-15T21:25:20.360Z Downloaded buf-list v1.0.3
8672024-02-15T21:25:20.360Z Downloaded is_ci v1.1.1
8682024-02-15T21:25:20.360Z Downloaded hyper-tls v0.5.0
8692024-02-15T21:25:20.361Z Downloaded atomic-waker v1.1.1
8702024-02-15T21:25:20.361Z Downloaded crc-catalog v2.2.0
8712024-02-15T21:25:20.361Z Downloaded cfg-if v1.0.0
8722024-02-15T21:25:20.361Z Downloaded castaway v0.2.2
8732024-02-15T21:25:20.361Z Downloaded ipnetwork v0.20.0
8742024-02-15T21:25:20.361Z Downloaded cassowary v0.3.0
8752024-02-15T21:25:20.361Z Downloaded bitflags v2.4.0
8762024-02-15T21:25:20.361Z Downloaded impl-trait-for-tuples v0.2.2
8772024-02-15T21:25:20.361Z Downloaded is-terminal v0.4.9
8782024-02-15T21:25:20.361Z Downloaded curve25519-dalek-derive v0.1.0
8792024-02-15T21:25:20.361Z Downloaded cancel-safe-futures v0.1.5
8802024-02-15T21:25:20.361Z Downloaded httparse v1.8.0
8812024-02-15T21:25:20.361Z Downloaded colored v2.0.4
8822024-02-15T21:25:20.362Z Downloaded httptest v0.15.5
8832024-02-15T21:25:20.362Z Downloaded iana-time-zone v0.1.57
8842024-02-15T21:25:20.362Z Downloaded match_cfg v0.1.0
8852024-02-15T21:25:20.362Z Downloaded ciborium-io v0.2.2
8862024-02-15T21:25:20.362Z Downloaded camino-tempfile v1.1.1
8872024-02-15T21:25:20.362Z Downloaded cast v0.3.0
8882024-02-15T21:25:20.362Z Downloaded base64ct v1.6.0
8892024-02-15T21:25:20.362Z Downloaded matches v0.1.10
8902024-02-15T21:25:20.362Z Downloaded async-stream-impl v0.3.5
8912024-02-15T21:25:20.362Z Downloaded instant v0.1.12
8922024-02-15T21:25:20.363Z Downloaded block-padding v0.3.3
8932024-02-15T21:25:20.363Z Downloaded atty v0.2.14
8942024-02-15T21:25:20.363Z Downloaded constant_time_eq v0.2.6
8952024-02-15T21:25:20.363Z Downloaded inout v0.1.3
8962024-02-15T21:25:20.363Z Downloaded hyper-rustls v0.24.2
8972024-02-15T21:25:20.363Z Downloaded crc v3.0.1
8982024-02-15T21:25:20.363Z Downloaded hyper-rustls v0.26.0
8992024-02-15T21:25:20.363Z Downloaded kstat-rs v0.2.3
9002024-02-15T21:25:20.363Z Downloaded newtype_derive v0.1.6
9012024-02-15T21:25:20.363Z Downloaded normalize-line-endings v0.3.0
9022024-02-15T21:25:20.363Z Downloaded atomicwrites v0.4.3
9032024-02-15T21:25:20.363Z Downloaded crucible-workspace-hack v0.1.0
9042024-02-15T21:25:20.364Z Downloaded nested v0.1.1
9052024-02-15T21:25:20.364Z Downloaded new_debug_unreachable v1.0.4
9062024-02-15T21:25:20.364Z Downloaded memoffset v0.9.0
9072024-02-15T21:25:20.364Z Downloaded cobs v0.2.3
9082024-02-15T21:25:20.364Z Downloaded cipher v0.4.4
9092024-02-15T21:25:20.364Z Downloaded maplit v1.0.2
9102024-02-15T21:25:20.364Z Downloaded resolv-conf v0.7.0
9112024-02-15T21:25:20.364Z Downloaded macaddr v1.0.1
9122024-02-15T21:25:20.364Z Downloaded linear-map v1.2.0
9132024-02-15T21:25:20.364Z Downloaded ascii-canvas v3.0.0
9142024-02-15T21:25:20.364Z Downloaded assert_matches v1.5.0
9152024-02-15T21:25:20.365Z Downloaded libtest-mimic v0.6.1
9162024-02-15T21:25:20.365Z Downloaded mime v0.3.17
9172024-02-15T21:25:20.365Z Downloaded autocfg v1.1.0
9182024-02-15T21:25:20.365Z Downloaded md-5 v0.10.5
9192024-02-15T21:25:20.365Z Downloaded anes v0.1.6
9202024-02-15T21:25:20.365Z Downloaded cstr-argument v0.1.2
9212024-02-15T21:25:20.365Z Downloaded arrayref v0.3.7
9222024-02-15T21:25:20.365Z Downloaded approx v0.5.1
9232024-02-15T21:25:20.365Z Downloaded bb8 v0.8.3
9242024-02-15T21:25:20.365Z Downloaded crunchy v0.2.2
9252024-02-15T21:25:20.365Z Downloaded bzip2 v0.4.4
9262024-02-15T21:25:20.365Z Downloaded bit-set v0.5.3
9272024-02-15T21:25:20.365Z Downloaded cpufeatures v0.2.12
9282024-02-15T21:25:20.366Z Downloaded managed v0.8.0
9292024-02-15T21:25:20.366Z Downloaded maybe-uninit v2.0.0
9302024-02-15T21:25:20.366Z Downloaded crossbeam-deque v0.8.3
9312024-02-15T21:25:20.366Z Downloaded libefi-sys v0.1.0
9322024-02-15T21:25:20.366Z Downloaded rustls-pemfile v1.0.3
9332024-02-15T21:25:20.366Z Downloaded multimap v0.8.3
9342024-02-15T21:25:20.366Z Downloaded mockall v0.12.0
9352024-02-15T21:25:20.366Z Downloaded memoffset v0.7.1
9362024-02-15T21:25:20.366Z Downloaded num-integer v0.1.45
9372024-02-15T21:25:20.366Z Downloaded lalrpop-util v0.19.12
9382024-02-15T21:25:20.367Z Downloaded assert_cmd v2.0.13
9392024-02-15T21:25:20.367Z Downloaded bytes v1.5.0
9402024-02-15T21:25:20.367Z Downloaded bitfield v0.14.0
9412024-02-15T21:25:20.367Z Downloaded rusty-fork v0.3.0
9422024-02-15T21:25:20.367Z Downloaded rpassword v7.3.1
9432024-02-15T21:25:20.367Z Downloaded cexpr v0.6.0
9442024-02-15T21:25:20.367Z Downloaded indexmap v1.9.3
9452024-02-15T21:25:20.367Z Downloaded log v0.4.20
9462024-02-15T21:25:20.367Z Downloaded backoff v0.4.0
9472024-02-15T21:25:20.367Z Downloaded arrayvec v0.7.4
9482024-02-15T21:25:20.923Z Downloaded oso-derive v0.27.0
9492024-02-15T21:25:20.923Z Downloaded ansi_term v0.12.1
9502024-02-15T21:25:20.924Z Downloaded relative-path v1.9.0
9512024-02-15T21:25:20.924Z Downloaded nanorand v0.7.0
9522024-02-15T21:25:20.924Z Downloaded schemars_derive v0.8.16
9532024-02-15T21:25:20.924Z Downloaded memmap v0.7.0
9542024-02-15T21:25:20.924Z Downloaded serde_tokenstream v0.1.7
9552024-02-15T21:25:20.924Z Downloaded termtree v0.4.1
9562024-02-15T21:25:20.924Z Downloaded swrite v0.1.0
9572024-02-15T21:25:20.924Z Downloaded semver v0.11.0
9582024-02-15T21:25:20.924Z Downloaded constant_time_eq v0.3.0
9592024-02-15T21:25:20.924Z Downloaded static_assertions v1.1.0
9602024-02-15T21:25:20.924Z Downloaded crypto-common v0.1.6
9612024-02-15T21:25:20.924Z Downloaded nodrop v0.1.14
9622024-02-15T21:25:20.924Z Downloaded memmap2 v0.7.1
9632024-02-15T21:25:20.924Z Downloaded usdt-attr-macro v0.3.5
9642024-02-15T21:25:20.924Z Downloaded multer v3.0.0
9652024-02-15T21:25:20.924Z Downloaded num_threads v0.1.6
9662024-02-15T21:25:20.924Z Downloaded sec1 v0.7.3
9672024-02-15T21:25:20.924Z Downloaded headers-core v0.2.0
9682024-02-15T21:25:20.924Z Downloaded universal-hash v0.5.1
9692024-02-15T21:25:20.924Z Downloaded serde_urlencoded v0.7.1
9702024-02-15T21:25:20.925Z Downloaded fallible-iterator v0.2.0
9712024-02-15T21:25:20.925Z Downloaded percent-encoding v2.3.1
9722024-02-15T21:25:20.925Z Downloaded diesel_table_macro_syntax v0.1.0
9732024-02-15T21:25:20.925Z Downloaded async-trait v0.1.77
9742024-02-15T21:25:20.925Z Downloaded mime_guess v2.0.4
9752024-02-15T21:25:20.925Z Downloaded bcs v0.1.6
9762024-02-15T21:25:20.925Z Downloaded ahash v0.8.7
9772024-02-15T21:25:20.925Z Downloaded pretty-hex v0.4.1
9782024-02-15T21:25:20.925Z Downloaded basic-toml v0.1.8
9792024-02-15T21:25:20.925Z Downloaded quick-error v1.2.3
9802024-02-15T21:25:20.925Z Downloaded strum_macros v0.24.3
9812024-02-15T21:25:20.925Z Downloaded http v1.0.0
9822024-02-15T21:25:20.925Z Downloaded proc-macro-error-attr v1.0.4
9832024-02-15T21:25:20.925Z Downloaded predicates v3.1.0
9842024-02-15T21:25:20.925Z Downloaded nu-ansi-term v0.49.0
9852024-02-15T21:25:20.925Z Downloaded futures-core v0.3.30
9862024-02-15T21:25:20.925Z Downloaded const-oid v0.9.5
9872024-02-15T21:25:20.925Z Downloaded miniz_oxide v0.7.1
9882024-02-15T21:25:20.925Z Downloaded debug-ignore v1.0.5
9892024-02-15T21:25:20.925Z Downloaded siphasher v0.3.11
9902024-02-15T21:25:20.925Z Downloaded foreign-types-shared v0.1.1
9912024-02-15T21:25:20.926Z Downloaded thread-id v4.2.0
9922024-02-15T21:25:20.926Z Downloaded darling_macro v0.20.3
9932024-02-15T21:25:20.926Z Downloaded tinytemplate v1.2.1
9942024-02-15T21:25:20.926Z Downloaded ciborium v0.2.2
9952024-02-15T21:25:20.926Z Downloaded crc32fast v1.3.2
9962024-02-15T21:25:20.926Z Downloaded num-complex v0.4.4
9972024-02-15T21:25:20.926Z Downloaded allocator-api2 v0.2.16
9982024-02-15T21:25:20.926Z Downloaded structmeta v0.3.0
9992024-02-15T21:25:20.926Z Downloaded parse-display v0.9.0
10002024-02-15T21:25:20.926Z Downloaded arc-swap v1.6.0
10012024-02-15T21:25:20.926Z Downloaded rustls-pki-types v1.1.0
10022024-02-15T21:25:20.926Z Downloaded fd-lock v4.0.2
10032024-02-15T21:25:20.926Z Downloaded predicates-core v1.0.6
10042024-02-15T21:25:20.926Z Downloaded spin v0.9.8
10052024-02-15T21:25:20.926Z Downloaded parking_lot v0.11.2
10062024-02-15T21:25:20.926Z Downloaded ff v0.13.0
10072024-02-15T21:25:20.926Z Downloaded sqlformat v0.2.3
10082024-02-15T21:25:20.926Z Downloaded phf_shared v0.10.0
10092024-02-15T21:25:20.926Z Downloaded shell-words v1.1.0
10102024-02-15T21:25:20.926Z Downloaded string_cache v0.8.7
10112024-02-15T21:25:20.926Z Downloaded serde_plain v1.0.2
10122024-02-15T21:25:20.926Z Downloaded crossbeam-utils v0.8.16
10132024-02-15T21:25:20.926Z Downloaded tinyvec_macros v0.1.1
10142024-02-15T21:25:20.926Z Downloaded derive_builder_macro v0.12.0
10152024-02-15T21:25:20.927Z Downloaded version_check v0.9.4
10162024-02-15T21:25:20.927Z Downloaded supports-color v2.1.0
10172024-02-15T21:25:20.927Z Downloaded proc-macro-error v1.0.4
10182024-02-15T21:25:20.927Z Downloaded derive_builder v0.12.0
10192024-02-15T21:25:20.927Z Downloaded serde_with_macros v3.6.0
10202024-02-15T21:25:20.927Z Downloaded yasna v0.5.2
10212024-02-15T21:25:20.927Z Downloaded pin-project-internal v1.1.3
10222024-02-15T21:25:20.927Z Downloaded num-traits v0.2.16
10232024-02-15T21:25:20.927Z Downloaded take_mut v0.2.2
10242024-02-15T21:25:20.927Z Downloaded radium v0.7.0
10252024-02-15T21:25:20.927Z Downloaded futures-executor v0.3.30
10262024-02-15T21:25:20.927Z Downloaded zeroize_derive v1.4.2
10272024-02-15T21:25:20.927Z Downloaded either v1.9.0
10282024-02-15T21:25:20.927Z Downloaded native-tls v0.2.11
10292024-02-15T21:25:20.927Z Downloaded backtrace v0.3.69
10302024-02-15T21:25:20.927Z Downloaded foreign-types v0.3.2
10312024-02-15T21:25:20.927Z Downloaded serde_repr v0.1.16
10322024-02-15T21:25:20.927Z Downloaded ucd-trie v0.1.6
10332024-02-15T21:25:20.927Z Downloaded futures-timer v3.0.2
10342024-02-15T21:25:20.927Z Downloaded thiserror-impl-no-std v2.0.2
10352024-02-15T21:25:20.927Z Downloaded ron v0.8.1
10362024-02-15T21:25:20.928Z Downloaded fxhash v0.2.1
10372024-02-15T21:25:20.928Z Downloaded hex v0.4.3
10382024-02-15T21:25:20.928Z Downloaded hash32 v0.3.1
10392024-02-15T21:25:20.928Z Downloaded strip-ansi-escapes v0.2.0
10402024-02-15T21:25:20.928Z Downloaded structmeta-derive v0.2.0
10412024-02-15T21:25:20.928Z Downloaded toml v0.7.8
10422024-02-15T21:25:20.928Z Downloaded parse-size v1.0.0
10432024-02-15T21:25:20.928Z Downloaded foreign-types-macros v0.2.3
10442024-02-15T21:25:20.928Z Downloaded serde-big-array v0.4.1
10452024-02-15T21:25:20.928Z Downloaded downcast v0.11.0
10462024-02-15T21:25:20.928Z Downloaded peeking_take_while v0.1.2
10472024-02-15T21:25:20.928Z Downloaded tap v1.0.1
10482024-02-15T21:25:20.955Z Downloaded zone v0.3.0
10492024-02-15T21:25:20.955Z Downloaded crypto-bigint v0.5.2
10502024-02-15T21:25:20.956Z Downloaded semver-parser v0.10.2
10512024-02-15T21:25:20.956Z Downloaded serde-big-array v0.5.1
10522024-02-15T21:25:20.956Z Downloaded tokio-macros v2.2.0
10532024-02-15T21:25:20.956Z Downloaded digest v0.10.7
10542024-02-15T21:25:20.956Z Downloaded derive_builder_core v0.12.0
10552024-02-15T21:25:20.957Z Downloaded thiserror-no-std v2.0.2
10562024-02-15T21:25:20.957Z Downloaded vsss-rs v3.3.4
10572024-02-15T21:25:20.957Z Downloaded strum_macros v0.26.1
10582024-02-15T21:25:20.957Z Downloaded tokio-native-tls v0.3.1
10592024-02-15T21:25:20.957Z Downloaded pretty-hex v0.2.1
10602024-02-15T21:25:20.957Z Downloaded fnv v1.0.7
10612024-02-15T21:25:20.957Z Downloaded globset v0.4.13
10622024-02-15T21:25:20.957Z Downloaded structopt v0.3.26
10632024-02-15T21:25:20.957Z Downloaded heck v0.3.3
10642024-02-15T21:25:20.957Z Downloaded dirs-sys-next v0.1.2
10652024-02-15T21:25:20.957Z Downloaded postgres-protocol v0.6.6
10662024-02-15T21:25:20.957Z Downloaded unsafe-libyaml v0.2.10
10672024-02-15T21:25:20.957Z Downloaded wait-timeout v0.2.0
10682024-02-15T21:25:20.957Z Downloaded futures-macro v0.3.30
10692024-02-15T21:25:20.958Z Downloaded strum v0.25.0
10702024-02-15T21:25:20.958Z Downloaded parse-display-derive v0.9.0
10712024-02-15T21:25:20.958Z Downloaded dof v0.3.0
10722024-02-15T21:25:20.958Z Downloaded darling v0.14.4
10732024-02-15T21:25:20.958Z Downloaded test-strategy v0.3.1
10742024-02-15T21:25:20.958Z Downloaded time-macros v0.2.13
10752024-02-15T21:25:20.958Z Downloaded tower-layer v0.3.2
10762024-02-15T21:25:20.958Z Downloaded precomputed-hash v0.1.1
10772024-02-15T21:25:20.958Z Downloaded pem v3.0.2
10782024-02-15T21:25:20.959Z Downloaded postcard v1.0.8
10792024-02-15T21:25:20.959Z Downloaded pretty_assertions v1.4.0
10802024-02-15T21:25:20.959Z Downloaded itertools v0.10.5
10812024-02-15T21:25:20.959Z Downloaded prettyplease v0.2.16
10822024-02-15T21:25:20.959Z Downloaded tempdir v0.3.7
10832024-02-15T21:25:20.960Z Downloaded base64 v0.21.7
10842024-02-15T21:25:20.960Z Downloaded minimal-lexical v0.2.1
10852024-02-15T21:25:20.960Z Downloaded unicode-xid v0.2.4
10862024-02-15T21:25:20.960Z Downloaded slog-dtrace v0.3.0
10872024-02-15T21:25:20.960Z Downloaded proc-macro-crate v1.3.1
10882024-02-15T21:25:20.960Z Downloaded fixedbitset v0.4.2
10892024-02-15T21:25:20.960Z Downloaded oso v0.27.0
10902024-02-15T21:25:20.960Z Downloaded unicase v2.7.0
10912024-02-15T21:25:20.960Z Downloaded tui-tree-widget v0.17.0
10922024-02-15T21:25:20.961Z Downloaded tokio-tungstenite v0.20.1
10932024-02-15T21:25:20.961Z Downloaded vte_generate_state_changes v0.1.1
10942024-02-15T21:25:20.961Z Downloaded usdt-attr-macro v0.5.0
10952024-02-15T21:25:20.961Z Downloaded sha1 v0.10.6
10962024-02-15T21:25:20.961Z Downloaded typenum v1.16.0
10972024-02-15T21:25:20.961Z Downloaded want v0.3.1
10982024-02-15T21:25:20.961Z Downloaded zone_cfg_derive v0.3.0
10992024-02-15T21:25:20.961Z Downloaded pkcs8 v0.10.2
11002024-02-15T21:25:20.962Z Downloaded rand_core v0.6.4
11012024-02-15T21:25:20.962Z Downloaded fastrand v2.0.1
11022024-02-15T21:25:20.962Z Downloaded doc-comment v0.3.3
11032024-02-15T21:25:20.962Z Downloaded pest_meta v2.7.6
11042024-02-15T21:25:20.962Z Downloaded flagset v0.4.3
11052024-02-15T21:25:20.962Z Downloaded untrusted v0.9.0
11062024-02-15T21:25:20.962Z Downloaded foreign-types v0.5.0
11072024-02-15T21:25:20.962Z Downloaded unicode-width v0.1.11
11082024-02-15T21:25:20.962Z Downloaded signal-hook-registry v1.4.1
11092024-02-15T21:25:20.962Z Downloaded mio v0.8.9
11102024-02-15T21:25:20.962Z Downloaded unicode-linebreak v0.1.5
11112024-02-15T21:25:20.962Z Downloaded elliptic-curve v0.13.8
11122024-02-15T21:25:20.962Z Downloaded sqlparser_derive v0.2.2
11132024-02-15T21:25:20.963Z Downloaded parking_lot_core v0.8.6
11142024-02-15T21:25:20.963Z Downloaded futures-channel v0.3.30
11152024-02-15T21:25:20.963Z Downloaded rand_chacha v0.3.1
11162024-02-15T21:25:20.963Z Downloaded signal-hook-tokio v0.3.1
11172024-02-15T21:25:20.963Z Downloaded packed_struct v0.10.1
11182024-02-15T21:25:20.963Z Downloaded signal-hook-mio v0.2.3
11192024-02-15T21:25:20.963Z Downloaded uuid v1.7.0
11202024-02-15T21:25:20.963Z Downloaded term v0.7.0
11212024-02-15T21:25:20.963Z Downloaded pathdiff v0.2.1
11222024-02-15T21:25:20.964Z Downloaded sct v0.7.0
11232024-02-15T21:25:20.964Z Downloaded olpc-cjson v0.1.3
11242024-02-15T21:25:20.964Z Downloaded termios v0.3.3
11252024-02-15T21:25:20.964Z Downloaded time-core v0.1.1
11262024-02-15T21:25:20.964Z Downloaded untrusted v0.7.1
11272024-02-15T21:25:20.964Z Downloaded parking_lot v0.12.1
11282024-02-15T21:25:20.964Z Downloaded derive_more v0.99.17
11292024-02-15T21:25:20.965Z Downloaded walkdir v2.4.0
11302024-02-15T21:25:20.965Z Downloaded textwrap v0.11.0
11312024-02-15T21:25:20.965Z Downloaded structmeta-derive v0.3.0
11322024-02-15T21:25:20.965Z Downloaded num_cpus v1.16.0
11332024-02-15T21:25:20.965Z Downloaded tabled_derive v0.7.0
11342024-02-15T21:25:20.965Z Downloaded thread_local v1.1.7
11352024-02-15T21:25:20.965Z Downloaded filetime v0.2.23
11362024-02-15T21:25:20.965Z Downloaded dyn-clone v1.0.16
11372024-02-15T21:25:20.965Z Downloaded subprocess v0.2.9
11382024-02-15T21:25:20.965Z Downloaded form_urlencoded v1.2.1
11392024-02-15T21:25:20.965Z Downloaded stable_deref_trait v1.2.0
11402024-02-15T21:25:20.966Z Downloaded target-spec v3.1.0
11412024-02-15T21:25:20.966Z Downloaded openssl-probe v0.1.5
11422024-02-15T21:25:20.966Z Downloaded nom v7.1.3
11432024-02-15T21:25:20.966Z Downloaded waitgroup v0.1.2
11442024-02-15T21:25:20.966Z Downloaded tower-service v0.3.2
11452024-02-15T21:25:20.966Z Downloaded hash32 v0.2.1
11462024-02-15T21:25:20.966Z Downloaded owo-colors v4.0.0
11472024-02-15T21:25:20.966Z Downloaded embedded-io v0.4.0
11482024-02-15T21:25:20.985Z Downloaded opaque-debug v0.3.0
11492024-02-15T21:25:20.985Z Downloaded usdt-impl v0.5.0
11502024-02-15T21:25:20.985Z Downloaded usdt-macro v0.5.0
11512024-02-15T21:25:20.985Z Downloaded criterion v0.5.1
11522024-02-15T21:25:20.985Z Downloaded fragile v2.0.0
11532024-02-15T21:25:20.985Z Downloaded pem-rfc7468 v0.7.0
11542024-02-15T21:25:20.985Z Downloaded tiny-keccak v2.0.2
11552024-02-15T21:25:20.986Z Downloaded signature v1.6.4
11562024-02-15T21:25:20.986Z Downloaded ed25519 v1.5.3
11572024-02-15T21:25:20.986Z Downloaded datatest-stable v0.2.3
11582024-02-15T21:25:20.986Z Downloaded dof v0.1.5
11592024-02-15T21:25:20.986Z Downloaded vte v0.11.1
11602024-02-15T21:25:20.986Z Downloaded plotters-svg v0.3.5
11612024-02-15T21:25:20.987Z Downloaded wyz v0.5.1
11622024-02-15T21:25:20.987Z Downloaded signal-hook v0.3.17
11632024-02-15T21:25:20.987Z Downloaded snafu-derive v0.7.5
11642024-02-15T21:25:20.987Z Downloaded topological-sort v0.2.2
11652024-02-15T21:25:20.987Z Downloaded itertools v0.12.1
11662024-02-15T21:25:20.987Z Downloaded derive-where v1.2.7
11672024-02-15T21:25:20.987Z Downloaded target-lexicon v0.12.13
11682024-02-15T21:25:20.987Z Downloaded dtrace-parser v0.2.0
11692024-02-15T21:25:20.987Z Downloaded scroll_derive v0.12.0
11702024-02-15T21:25:20.987Z Downloaded stability v0.1.1
11712024-02-15T21:25:20.987Z Downloaded endian-type v0.1.2
11722024-02-15T21:25:20.987Z Downloaded which v4.4.0
11732024-02-15T21:25:20.987Z Downloaded socket2 v0.5.5
11742024-02-15T21:25:20.987Z Downloaded whoami v1.4.1
11752024-02-15T21:25:20.987Z Downloaded rand_xorshift v0.3.0
11762024-02-15T21:25:20.988Z Downloaded plain v0.2.3
11772024-02-15T21:25:20.988Z Downloaded num_enum v0.5.11
11782024-02-15T21:25:20.988Z Downloaded usdt-impl v0.3.5
11792024-02-15T21:25:20.988Z Downloaded packed_struct_codegen v0.10.1
11802024-02-15T21:25:20.988Z Downloaded subtle v2.5.0
11812024-02-15T21:25:20.988Z Downloaded pest_generator v2.7.6
11822024-02-15T21:25:20.988Z Downloaded poly1305 v0.8.0
11832024-02-15T21:25:20.988Z Downloaded trust-dns-server v0.22.1
11842024-02-15T21:25:20.988Z Downloaded plotters-backend v0.3.5
11852024-02-15T21:25:20.988Z Downloaded slog-bunyan v2.5.0
11862024-02-15T21:25:20.988Z Downloaded rustfmt-wrapper v0.2.0
11872024-02-15T21:25:20.988Z Downloaded dtrace-parser v0.1.14
11882024-02-15T21:25:20.988Z Downloaded darling_core v0.14.4
11892024-02-15T21:25:20.988Z Downloaded platforms v3.0.2
11902024-02-15T21:25:20.988Z Downloaded rand v0.8.5
11912024-02-15T21:25:20.988Z Downloaded toolchain_find v0.2.0
11922024-02-15T21:25:20.988Z Downloaded pkg-config v0.3.27
11932024-02-15T21:25:20.989Z Downloaded tungstenite v0.20.1
11942024-02-15T21:25:20.989Z Downloaded zerocopy-derive v0.7.32
11952024-02-15T21:25:20.989Z Downloaded zeroize v1.7.0
11962024-02-15T21:25:20.989Z Downloaded futures-task v0.3.30
11972024-02-15T21:25:20.989Z Downloaded fatfs v0.3.6
11982024-02-15T21:25:20.989Z Downloaded hashbrown v0.13.2
11992024-02-15T21:25:20.989Z Downloaded rtoolbox v0.0.1
12002024-02-15T21:25:20.989Z Downloaded futures-sink v0.3.30
12012024-02-15T21:25:20.989Z Downloaded gethostname v0.4.3
12022024-02-15T21:25:20.989Z Downloaded rust-argon2 v1.0.1
12032024-02-15T21:25:20.989Z Downloaded utf-8 v0.7.6
12042024-02-15T21:25:20.989Z Downloaded usdt v0.5.0
12052024-02-15T21:25:20.989Z Downloaded yansi v0.5.1
12062024-02-15T21:25:20.989Z Downloaded rustls-pemfile v2.0.0
12072024-02-15T21:25:20.989Z Downloaded scopeguard v1.2.0
12082024-02-15T21:25:20.989Z Downloaded slog-scope v4.4.0
12092024-02-15T21:25:20.989Z Downloaded tracing-attributes v0.1.26
12102024-02-15T21:25:20.989Z Downloaded postgres-types v0.2.6
12112024-02-15T21:25:20.989Z Downloaded tough v0.16.0
12122024-02-15T21:25:20.989Z Downloaded headers v0.3.9
12132024-02-15T21:25:20.989Z Downloaded serde-hex v0.1.0
12142024-02-15T21:25:20.989Z Downloaded getrandom v0.2.10
12152024-02-15T21:25:20.989Z Downloaded pin-utils v0.1.0
12162024-02-15T21:25:20.990Z Downloaded same-file v1.0.6
12172024-02-15T21:25:20.990Z Downloaded smallvec v0.6.14
12182024-02-15T21:25:20.990Z Downloaded tokio-stream v0.1.14
12192024-02-15T21:25:20.990Z Downloaded enum-as-inner v0.5.1
12202024-02-15T21:25:20.990Z Downloaded slog-envlogger v2.2.0
12212024-02-15T21:25:20.990Z Downloaded aho-corasick v1.0.4
12222024-02-15T21:25:20.990Z Downloaded paste v1.0.14
12232024-02-15T21:25:20.990Z Downloaded der v0.7.8
12242024-02-15T21:25:20.990Z Downloaded rustc-hash v1.1.0
12252024-02-15T21:25:20.990Z Downloaded scheduled-thread-pool v0.2.7
12262024-02-15T21:25:20.990Z Downloaded serde_derive_internals v0.26.0
12272024-02-15T21:25:20.990Z Downloaded usdt v0.3.5
12282024-02-15T21:25:20.990Z Downloaded generic-array v0.14.7
12292024-02-15T21:25:20.990Z Downloaded slog-stdlog v4.1.1
12302024-02-15T21:25:20.990Z Downloaded tracing-core v0.1.31
12312024-02-15T21:25:20.990Z Downloaded similar v2.3.0
12322024-02-15T21:25:20.990Z Downloaded papergrid v0.11.0
12332024-02-15T21:25:20.990Z Downloaded smallvec v1.13.1
12342024-02-15T21:25:20.990Z Downloaded rayon-core v1.12.0
12352024-02-15T21:25:20.990Z Downloaded openssl-sys v0.9.96
12362024-02-15T21:25:20.990Z Downloaded password-hash v0.5.0
12372024-02-15T21:25:20.990Z Downloaded tokio-rustls v0.25.0
12382024-02-15T21:25:20.990Z Downloaded slog-term v2.9.0
12392024-02-15T21:25:20.990Z Downloaded pkcs1 v0.7.5
12402024-02-15T21:25:20.991Z Downloaded bitvec v1.0.1
12412024-02-15T21:25:20.991Z Downloaded oorandom v11.1.3
12422024-02-15T21:25:20.991Z Downloaded scroll v0.12.0
12432024-02-15T21:25:20.991Z Downloaded x509-cert v0.2.4
12442024-02-15T21:25:20.991Z Downloaded trust-dns-resolver v0.22.0
12452024-02-15T21:25:20.991Z Downloaded unicode-segmentation v1.10.1
12462024-02-15T21:25:20.991Z Downloaded trust-dns-client v0.22.0
12472024-02-15T21:25:20.991Z Downloaded rustc-demangle v0.1.23
12482024-02-15T21:25:21.080Z Downloaded tokio-postgres v0.7.10
12492024-02-15T21:25:21.080Z Downloaded rstest_macros v0.18.2
12502024-02-15T21:25:21.081Z Downloaded serde_with v3.6.0
12512024-02-15T21:25:21.081Z Downloaded tokio-rustls v0.24.1
12522024-02-15T21:25:21.081Z Downloaded url v2.5.0
12532024-02-15T21:25:21.081Z Downloaded tower v0.4.13
12542024-02-15T21:25:21.081Z Downloaded time v0.3.27
12552024-02-15T21:25:21.081Z Downloaded rcgen v0.12.1
12562024-02-15T21:25:21.081Z Downloaded futures-util v0.3.30
12572024-02-15T21:25:21.081Z Downloaded salty v0.2.0
12582024-02-15T21:25:21.081Z Downloaded portable-atomic v1.4.3
12592024-02-15T21:25:21.082Z Downloaded lalrpop v0.19.12
12602024-02-15T21:25:21.082Z Downloaded hashbrown v0.12.3
12612024-02-15T21:25:21.082Z Downloaded steno v0.4.0
12622024-02-15T21:25:21.082Z Downloaded unicode-normalization v0.1.22
12632024-02-15T21:25:21.082Z Downloaded quick-xml v0.30.0
12642024-02-15T21:25:21.082Z Downloaded toml_edit v0.21.1
12652024-02-15T21:25:21.083Z Downloaded toml_edit v0.19.15
12662024-02-15T21:25:21.083Z Downloaded rustyline v13.0.0
12672024-02-15T21:25:21.083Z Downloaded regex-automata v0.1.10
12682024-02-15T21:25:21.083Z Downloaded idna v0.5.0
12692024-02-15T21:25:21.083Z Downloaded guppy v0.17.5
12702024-02-15T21:25:21.084Z Downloaded reqwest v0.11.22
12712024-02-15T21:25:21.084Z Downloaded pest v2.7.6
12722024-02-15T21:25:21.084Z Downloaded h2 v0.3.24
12732024-02-15T21:25:21.084Z Downloaded goblin v0.8.0
12742024-02-15T21:25:21.084Z Downloaded sqlparser v0.43.1
12752024-02-15T21:25:21.084Z Downloaded smoltcp v0.9.1
12762024-02-15T21:25:21.085Z Downloaded webpki-roots v0.25.2
12772024-02-15T21:25:21.085Z Downloaded syn v1.0.109
12782024-02-15T21:25:21.085Z Downloaded curve25519-dalek v4.1.1
12792024-02-15T21:25:21.085Z Downloaded rustls-webpki v0.101.7
12802024-02-15T21:25:21.085Z Downloaded regress v0.7.1
12812024-02-15T21:25:21.086Z Downloaded nix v0.27.1
12822024-02-15T21:25:21.086Z Downloaded regex v1.10.3
12832024-02-15T21:25:21.086Z Downloaded rustls-webpki v0.102.1
12842024-02-15T21:25:21.086Z Downloaded object v0.32.1
12852024-02-15T21:25:21.086Z Downloaded regex-syntax v0.8.2
12862024-02-15T21:25:21.086Z Downloaded regress v0.8.0
12872024-02-15T21:25:21.086Z Downloaded rustls v0.21.9
12882024-02-15T21:25:21.087Z Downloaded gimli v0.28.0
12892024-02-15T21:25:21.087Z Downloaded regex-syntax v0.6.29
12902024-02-15T21:25:21.087Z Downloaded diesel v2.1.4
12912024-02-15T21:25:21.087Z Downloaded smoltcp v0.11.0
12922024-02-15T21:25:21.087Z Downloaded sled v0.34.7
12932024-02-15T21:25:21.087Z Downloaded rustls v0.22.2
12942024-02-15T21:25:21.087Z Downloaded rustix v0.38.31
12952024-02-15T21:25:21.087Z Downloaded zerocopy-derive v0.6.4
12962024-02-15T21:25:21.087Z Downloaded regex-automata v0.3.8
12972024-02-15T21:25:21.087Z Downloaded sha3 v0.10.8
12982024-02-15T21:25:21.088Z Downloaded openapiv3 v2.0.0
12992024-02-15T21:25:21.088Z Downloaded polar-core v0.27.0
13002024-02-15T21:25:21.088Z Downloaded ratatui v0.26.1
13012024-02-15T21:25:21.088Z Downloaded bzip2-sys v0.1.11+1.0.8
13022024-02-15T21:25:21.088Z Downloaded zerocopy-derive v0.2.0
13032024-02-15T21:25:21.088Z Downloaded bstr v1.6.0
13042024-02-15T21:25:21.088Z Downloaded radix_trie v0.2.1
13052024-02-15T21:25:21.088Z Downloaded openssl v0.10.60
13062024-02-15T21:25:21.088Z Downloaded object v0.30.4
13072024-02-15T21:25:21.088Z Downloaded trust-dns-proto v0.22.0
13082024-02-15T21:25:21.093Z Downloaded regex-automata v0.4.4
13092024-02-15T21:25:21.094Z Downloaded bstr v0.2.17
13102024-02-15T21:25:21.094Z Downloaded petgraph v0.6.4
13112024-02-15T21:25:21.094Z Downloaded tokio v1.36.0
13122024-02-15T21:25:21.094Z Downloaded csv v1.3.0
13132024-02-15T21:25:21.094Z Downloaded plotters v0.3.5
13142024-02-15T21:25:21.095Z Downloaded tabled v0.15.0
13152024-02-15T21:25:21.095Z Downloaded rayon v1.8.0
13162024-02-15T21:25:21.095Z Downloaded vcpkg v0.2.15
13172024-02-15T21:25:21.095Z Downloaded idna v0.2.3
13182024-02-15T21:25:21.095Z Downloaded proptest v1.4.0
13192024-02-15T21:25:21.095Z Downloaded tracing v0.1.37
13202024-02-15T21:25:21.095Z Downloaded clap v2.34.0
13212024-02-15T21:25:21.096Z Downloaded hyper v0.14.27
13222024-02-15T21:25:21.096Z Downloaded env_logger v0.10.0
13232024-02-15T21:25:21.096Z Downloaded blake3 v1.5.0
13242024-02-15T21:25:21.096Z Downloaded typed-path v0.7.0
13252024-02-15T21:25:21.096Z Downloaded encoding_rs v0.8.33
13262024-02-15T21:25:21.096Z Downloaded slog-json v2.6.1
13272024-02-15T21:25:21.096Z Downloaded reedline v0.28.0
13282024-02-15T21:25:21.096Z Downloaded bindgen v0.69.2
13292024-02-15T21:25:21.097Z Downloaded zerocopy v0.7.32
13302024-02-15T21:25:21.097Z Downloaded unicode-bidi v0.3.13
13312024-02-15T21:25:21.097Z Downloaded snafu v0.7.5
13322024-02-15T21:25:21.097Z Downloaded flume v0.11.0
13332024-02-15T21:25:21.097Z Downloaded socket2 v0.4.9
13342024-02-15T21:25:21.097Z Downloaded usdt-macro v0.3.5
13352024-02-15T21:25:21.097Z Downloaded libxml v0.3.3
13362024-02-15T21:25:21.097Z Downloaded num-bigint-dig v0.8.4
13372024-02-15T21:25:21.097Z Downloaded parking_lot_core v0.9.8
13382024-02-15T21:25:21.098Z Downloaded serde_path_to_error v0.1.15
13392024-02-15T21:25:21.098Z Downloaded futures v0.3.30
13402024-02-15T21:25:21.098Z Downloaded slog-async v2.8.0
13412024-02-15T21:25:21.098Z Downloaded pest_derive v2.7.6
13422024-02-15T21:25:21.098Z Downloaded crossterm v0.27.0
13432024-02-15T21:25:21.098Z Downloaded chrono v0.4.31
13442024-02-15T21:25:21.098Z Downloaded tokio-util v0.7.10
13452024-02-15T21:25:21.098Z Downloaded hyper v1.1.0
13462024-02-15T21:25:21.098Z Downloaded zerocopy v0.3.0
13472024-02-15T21:25:21.098Z Downloaded ppv-lite86 v0.2.17
13482024-02-15T21:25:21.184Z Downloaded expectorate v1.1.0
13492024-02-15T21:25:21.184Z Downloaded heapless v0.7.16
13502024-02-15T21:25:21.184Z Downloaded zerocopy v0.6.4
13512024-02-15T21:25:21.184Z Downloaded rand v0.4.6
13522024-02-15T21:25:21.185Z Downloaded heapless v0.8.0
13532024-02-15T21:25:21.185Z Downloaded guppy-workspace-hack v0.1.0
13542024-02-15T21:25:21.185Z Downloaded openssl-macros v0.1.1
13552024-02-15T21:25:21.185Z Downloaded defmt v0.3.5
13562024-02-15T21:25:21.185Z Downloaded r2d2 v0.8.10
13572024-02-15T21:25:21.185Z Downloaded getopts v0.2.21
13582024-02-15T21:25:21.185Z Downloaded trybuild v1.0.89
13592024-02-15T21:25:21.185Z Downloaded synstructure v0.12.6
13602024-02-15T21:25:21.186Z Downloaded diesel_derives v2.1.2
13612024-02-15T21:25:21.186Z Downloaded pin-project v1.1.3
13622024-02-15T21:25:21.186Z Downloaded omicron-zone-package v0.11.0
13632024-02-15T21:25:21.186Z Downloaded tar v0.4.40
13642024-02-15T21:25:21.186Z Downloaded difflib v0.4.0
13652024-02-15T21:25:21.186Z Downloaded pin-project-lite v0.2.13
13662024-02-15T21:25:21.186Z Downloaded rstest v0.18.2
13672024-02-15T21:25:21.186Z Downloaded once_cell v1.19.0
13682024-02-15T21:25:21.186Z Downloaded funty v2.0.0
13692024-02-15T21:25:21.186Z Downloaded zip v0.6.6
13702024-02-15T21:25:21.186Z Downloaded futures-io v0.3.30
13712024-02-15T21:25:21.186Z Downloaded fd-lock v3.0.13
13722024-02-15T21:25:21.186Z Downloaded libm v0.2.7
13732024-02-15T21:25:21.187Z Downloaded darling_core v0.20.3
13742024-02-15T21:25:21.187Z Downloaded flate2 v1.0.28
13752024-02-15T21:25:21.187Z Downloaded unicode_categories v0.1.1
13762024-02-15T21:25:21.187Z Downloaded num-bigint v0.4.4
13772024-02-15T21:25:21.187Z Downloaded shlex v1.3.0
13782024-02-15T21:25:21.187Z Downloaded half v2.3.1
13792024-02-15T21:25:21.187Z Downloaded remove_dir_all v0.5.3
13802024-02-15T21:25:21.187Z Downloaded signature v2.1.0
13812024-02-15T21:25:21.187Z Downloaded dirs-next v2.0.0
13822024-02-15T21:25:21.188Z Downloaded display-error-chain v0.2.0
13832024-02-15T21:25:21.188Z Downloaded deranged v0.3.8
13842024-02-15T21:25:21.189Z Downloaded glob v0.3.1
13852024-02-15T21:25:21.189Z Downloaded strsim v0.8.0
13862024-02-15T21:25:21.189Z Downloaded threadpool v1.8.1
13872024-02-15T21:25:21.189Z Downloaded stringprep v0.1.3
13882024-02-15T21:25:21.189Z Downloaded partial-io v0.5.4
13892024-02-15T21:25:21.189Z Downloaded http v0.2.11
13902024-02-15T21:25:21.190Z Downloaded toml v0.5.11
13912024-02-15T21:25:21.190Z Downloaded slog v2.7.0
13922024-02-15T21:25:21.190Z Downloaded schemars v0.8.16
13932024-02-15T21:25:21.190Z Downloaded hkdf v0.12.4
13942024-02-15T21:25:21.190Z Downloaded similar-asserts v1.5.0
13952024-02-15T21:25:21.190Z Downloaded defmt-parser v0.3.3
13962024-02-15T21:25:21.190Z Downloaded defmt-macros v0.3.6
13972024-02-15T21:25:21.190Z Downloaded phf_shared v0.11.2
13982024-02-15T21:25:21.191Z Downloaded clang-sys v1.6.1
13992024-02-15T21:25:21.191Z Downloaded foreign-types-shared v0.3.1
14002024-02-15T21:25:21.191Z Downloaded diff v0.1.13
14012024-02-15T21:25:21.191Z Downloaded textwrap v0.16.0
14022024-02-15T21:25:21.191Z Downloaded spin v0.5.2
14032024-02-15T21:25:21.191Z Downloaded ref-cast-impl v1.0.20
14042024-02-15T21:25:21.191Z Downloaded ref-cast v1.0.20
14052024-02-15T21:25:21.192Z Downloaded darling v0.20.3
14062024-02-15T21:25:21.192Z Downloaded der_derive v0.7.2
14072024-02-15T21:25:21.192Z Downloaded fs-err v2.11.0
14082024-02-15T21:25:21.192Z Downloaded termcolor v1.2.0
14092024-02-15T21:25:21.192Z Downloaded crossbeam-channel v0.5.8
14102024-02-15T21:25:21.193Z Downloaded tempfile v3.10.0
14112024-02-15T21:25:21.193Z Downloaded sha2 v0.10.8
14122024-02-15T21:25:21.193Z Downloaded serde_yaml v0.9.25
14132024-02-15T21:25:21.193Z Downloaded path-slash v0.1.5
14142024-02-15T21:25:21.193Z Downloaded tinyvec v1.6.0
14152024-02-15T21:25:21.193Z Downloaded hex-literal v0.4.1
14162024-02-15T21:25:21.193Z Downloaded float-cmp v0.9.0
14172024-02-15T21:25:21.193Z Downloaded num-rational v0.4.1
14182024-02-15T21:25:21.194Z Downloaded num_enum_derive v0.5.11
14192024-02-15T21:25:21.194Z Downloaded group v0.13.0
14202024-02-15T21:25:21.194Z Downloaded chacha20poly1305 v0.10.1
14212024-02-15T21:25:21.194Z Downloaded rsa v0.9.2
14222024-02-15T21:25:21.194Z Downloaded cc v1.0.83
14232024-02-15T21:25:21.194Z Downloaded csv-core v0.1.11
14242024-02-15T21:25:21.194Z Downloaded crossbeam-epoch v0.9.15
14252024-02-15T21:25:21.194Z Downloaded cfg-expr v0.15.6
14262024-02-15T21:25:21.194Z Downloaded structopt-derive v0.4.18
14272024-02-15T21:25:21.194Z Downloaded data-encoding v2.4.0
14282024-02-15T21:25:21.194Z Downloaded strum_macros v0.25.2
14292024-02-15T21:25:21.195Z Downloaded phf v0.11.2
14302024-02-15T21:25:21.195Z Downloaded mockall_derive v0.12.0
14312024-02-15T21:25:21.195Z Downloaded ena v0.14.2
14322024-02-15T21:25:21.195Z Downloaded structmeta v0.2.0
14332024-02-15T21:25:21.195Z Downloaded smf v0.2.2
14342024-02-15T21:25:21.195Z Downloaded smawk v0.3.1
14352024-02-15T21:25:21.195Z Downloaded rustls-native-certs v0.7.0
14362024-02-15T21:25:21.195Z Downloaded vec_map v0.8.2
14372024-02-15T21:25:21.195Z Downloaded unarray v0.1.4
14382024-02-15T21:25:21.195Z Downloaded spki v0.7.2
14392024-02-15T21:25:21.195Z Downloaded slab v0.4.9
14402024-02-15T21:25:21.196Z Downloaded indicatif v0.17.8
14412024-02-15T21:25:21.196Z Downloaded hmac v0.12.1
14422024-02-15T21:25:21.196Z Downloaded strum v0.26.1
14432024-02-15T21:25:21.196Z Downloaded xattr v1.0.1
14442024-02-15T21:25:21.196Z Downloaded semver v0.1.20
14452024-02-15T21:25:21.196Z Downloaded predicates-tree v1.0.9
14462024-02-15T21:25:21.196Z Downloaded secrecy v0.8.0
14472024-02-15T21:25:21.196Z Downloaded serde_tokenstream v0.2.0
14482024-02-15T21:25:21.225Z Downloaded number_prefix v0.4.0
14492024-02-15T21:25:21.225Z Downloaded num-iter v0.1.43
14502024-02-15T21:25:21.226Z Downloaded newline-converter v0.3.0
14512024-02-15T21:25:21.226Z Downloaded try-lock v0.2.4
14522024-02-15T21:25:21.226Z Downloaded crc-any v2.4.3
14532024-02-15T21:25:21.226Z Downloaded lru-cache v0.1.2
14542024-02-15T21:25:21.226Z Downloaded num-derive v0.4.0
14552024-02-15T21:25:21.226Z Downloaded num v0.4.1
14562024-02-15T21:25:21.226Z Downloaded compact_str v0.7.1
14572024-02-15T21:25:21.226Z Downloaded darling_macro v0.14.4
14582024-02-15T21:25:21.226Z Downloaded rustversion v1.0.14
14592024-02-15T21:25:21.226Z Downloaded ring v0.17.7
14602024-02-15T21:25:21.226Z Downloaded rustc_version v0.1.7
14612024-02-15T21:25:21.226Z Downloaded criterion-plot v0.5.0
14622024-02-15T21:25:21.227Z Downloaded nibble_vec v0.1.0
14632024-02-15T21:25:21.227Z Downloaded lock_api v0.4.10
14642024-02-15T21:25:21.227Z Downloaded cookie v0.18.0
14652024-02-15T21:25:21.227Z Downloaded argon2 v0.5.3
14662024-02-15T21:25:21.227Z Downloaded rustc_version v0.4.0
14672024-02-15T21:25:21.227Z Downloaded ipnet v2.9.0
14682024-02-15T21:25:21.227Z Downloaded lazycell v1.3.0
14692024-02-15T21:25:21.227Z Downloaded base16ct v0.2.0
14702024-02-15T21:25:21.227Z Downloaded async-recursion v1.0.5
14712024-02-15T21:25:21.227Z Downloaded async-stream v0.3.5
14722024-02-15T21:25:21.227Z Downloaded aead v0.5.2
14732024-02-15T21:25:21.227Z Downloaded libloading v0.7.4
14742024-02-15T21:25:21.227Z Downloaded console v0.15.8
14752024-02-15T21:25:21.228Z Downloaded array-init v0.0.4
14762024-02-15T21:25:21.228Z Downloaded adler v1.0.2
14772024-02-15T21:25:21.228Z Downloaded lazy_static v1.4.0
14782024-02-15T21:25:21.228Z Downloaded linked-hash-map v0.5.6
14792024-02-15T21:25:21.228Z Downloaded keccak v0.1.4
14802024-02-15T21:25:21.228Z Downloaded lru v0.12.1
14812024-02-15T21:25:21.228Z Downloaded libsw v3.3.1
14822024-02-15T21:25:21.228Z Downloaded corncobs v0.1.3
14832024-02-15T21:25:21.228Z Downloaded convert_case v0.4.0
14842024-02-15T21:25:21.228Z Downloaded ciborium-ll v0.2.2
14852024-02-15T21:25:21.228Z Downloaded chacha20 v0.9.1
14862024-02-15T21:25:21.228Z Downloaded ring v0.16.20
14872024-02-15T21:25:21.228Z Downloaded hyper-util v0.1.2
14882024-02-15T21:25:21.229Z Downloaded blake2b_simd v1.0.1
14892024-02-15T21:25:21.229Z Downloaded bit-vec v0.6.3
14902024-02-15T21:25:21.229Z Downloaded blake2 v0.10.6
14912024-02-15T21:25:21.229Z Downloaded indoc v2.0.3
14922024-02-15T21:25:21.229Z Downloaded indoc v1.0.9
14932024-02-15T21:25:21.229Z Downloaded hyper-staticfile v0.9.5
14942024-02-15T21:25:21.229Z Downloaded humantime v2.1.0
14952024-02-15T21:25:21.229Z Downloaded httpdate v1.0.3
14962024-02-15T21:25:21.229Z Compiling serde v1.0.196
14972024-02-15T21:25:21.229Z Compiling autocfg v1.1.0
14982024-02-15T21:25:21.229Z Compiling version_check v0.9.4
14992024-02-15T21:25:21.229Z Checking cfg-if v1.0.0
15002024-02-15T21:25:21.229Z Compiling syn v1.0.109
15012024-02-15T21:25:21.230Z Checking libc v0.2.153
15022024-02-15T21:25:21.230Z Compiling syn v2.0.48
15032024-02-15T21:25:21.230Z Compiling parking_lot_core v0.9.8
15042024-02-15T21:25:21.230Z Compiling cc v1.0.83
15052024-02-15T21:25:21.230Z Compiling once_cell v1.19.0
15062024-02-15T21:25:21.341Z Compiling memchr v2.6.3
15072024-02-15T21:25:23.383Z Compiling ahash v0.8.7
15082024-02-15T21:25:23.601Z Compiling lock_api v0.4.10
15092024-02-15T21:25:23.601Z Compiling libm v0.2.7
15102024-02-15T21:25:23.601Z Checking getrandom v0.2.10
15112024-02-15T21:25:23.601Z Compiling num-traits v0.2.16
15122024-02-15T21:25:23.601Z Compiling byteorder v1.5.0
15132024-02-15T21:25:23.602Z Compiling serde_json v1.0.113
15142024-02-15T21:25:23.738Z Compiling log v0.4.20
15152024-02-15T21:25:23.738Z Compiling slab v0.4.9
15162024-02-15T21:25:23.738Z Compiling typenum v1.16.0
15172024-02-15T21:25:23.738Z Compiling generic-array v0.14.7
15182024-02-15T21:25:23.738Z Checking scopeguard v1.2.0
15192024-02-15T21:25:23.738Z Checking itoa v1.0.9
15202024-02-15T21:25:23.738Z Compiling pkg-config v0.3.27
15212024-02-15T21:25:23.738Z Checking smallvec v1.13.1
15222024-02-15T21:25:23.894Z Compiling allocator-api2 v0.2.16
15232024-02-15T21:25:23.977Z Compiling rustix v0.38.31
15242024-02-15T21:25:24.049Z Compiling schemars v0.8.16
15252024-02-15T21:25:24.316Z Compiling ring v0.17.7
15262024-02-15T21:25:24.446Z Compiling httparse v1.8.0
15272024-02-15T21:25:24.702Z Compiling fnv v1.0.7
15282024-02-15T21:25:24.808Z Compiling vcpkg v0.2.15
15292024-02-15T21:25:24.855Z Compiling aho-corasick v1.0.4
15302024-02-15T21:25:24.904Z Compiling regex-syntax v0.8.2
15312024-02-15T21:25:25.142Z Checking parking_lot v0.12.1
15322024-02-15T21:25:25.520Z Checking pin-project-lite v0.2.13
15332024-02-15T21:25:25.617Z Compiling ucd-trie v0.1.6
15342024-02-15T21:25:27.053Z Compiling openssl-sys v0.9.96
15352024-02-15T21:25:28.128Z Compiling ring v0.16.20
15362024-02-15T21:25:28.405Z Compiling serde_derive_internals v0.26.0
15372024-02-15T21:25:29.152Z Compiling regex-automata v0.4.4
15382024-02-15T21:25:29.896Z Checking signal-hook-registry v1.4.1
15392024-02-15T21:25:30.652Z Checking mio v0.8.9
15402024-02-15T21:25:31.196Z Checking rand_core v0.6.4
15412024-02-15T21:25:31.240Z Compiling crossbeam-utils v0.8.16
15422024-02-15T21:25:31.493Z Compiling openssl v0.10.60
15432024-02-15T21:25:31.698Z Checking ryu v1.0.15
15442024-02-15T21:25:31.812Z Compiling iana-time-zone v0.1.57
15452024-02-15T21:25:32.322Z Checking num_cpus v1.16.0
15462024-02-15T21:25:32.322Z Checking futures-core v0.3.30
15472024-02-15T21:25:32.322Z Compiling rustls v0.21.9
15482024-02-15T21:25:32.322Z Compiling native-tls v0.2.11
15492024-02-15T21:25:32.322Z Checking socket2 v0.5.5
15502024-02-15T21:25:32.322Z Compiling spin v0.5.2
15512024-02-15T21:25:32.322Z Compiling dyn-clone v1.0.16
15522024-02-15T21:25:32.390Z Compiling slog v2.7.0
15532024-02-15T21:25:32.538Z Compiling async-trait v0.1.77
15542024-02-15T21:25:32.602Z Compiling memoffset v0.9.0
15552024-02-15T21:25:33.044Z Compiling crossbeam-epoch v0.9.15
15562024-02-15T21:25:33.060Z Compiling backtrace v0.3.69
15572024-02-15T21:25:33.272Z Compiling regex v1.10.3
15582024-02-15T21:25:33.643Z Compiling errno v0.3.8
15592024-02-15T21:25:33.677Z Compiling futures-sink v0.3.30
15602024-02-15T21:25:33.871Z Compiling crc32fast v1.3.2
15612024-02-15T21:25:33.899Z Compiling either v1.9.0
15622024-02-15T21:25:34.630Z Compiling rustversion v1.0.14
15632024-02-15T21:25:34.633Z Compiling tinyvec_macros v0.1.1
15642024-02-15T21:25:34.634Z Compiling unicode-xid v0.2.4
15652024-02-15T21:25:34.634Z Compiling tinyvec v1.6.0
15662024-02-15T21:25:34.634Z Compiling futures-channel v0.3.30
15672024-02-15T21:25:34.751Z Compiling anyhow v1.0.75
15682024-02-15T21:25:34.921Z Compiling futures-io v0.3.30
15692024-02-15T21:25:34.957Z Compiling unicode-width v0.1.11
15702024-02-15T21:25:35.443Z Compiling futures-task v0.3.30
15712024-02-15T21:25:35.443Z Compiling pin-utils v0.1.0
15722024-02-15T21:25:35.443Z Compiling spin v0.9.8
15732024-02-15T21:25:35.443Z Compiling tracing-core v0.1.31
15742024-02-15T21:25:35.443Z Compiling serde_derive v1.0.196
15752024-02-15T21:25:35.470Z Compiling zerocopy-derive v0.7.32
15762024-02-15T21:25:35.593Z Compiling thiserror-impl v1.0.56
15772024-02-15T21:25:35.986Z Compiling zeroize_derive v1.4.2
15782024-02-15T21:25:36.493Z Compiling tokio-macros v2.2.0
15792024-02-15T21:25:36.857Z Compiling futures-macro v0.3.30
15802024-02-15T21:25:36.888Z Compiling tracing-attributes v0.1.26
15812024-02-15T21:25:37.755Z Compiling schemars_derive v0.8.16
15822024-02-15T21:25:38.025Z Compiling zerocopy v0.7.32
15832024-02-15T21:25:38.210Z Compiling openssl-macros v0.1.1
15842024-02-15T21:25:38.828Z Checking zeroize v1.7.0
15852024-02-15T21:25:39.202Z Compiling thiserror v1.0.56
15862024-02-15T21:25:39.336Z Compiling pest v2.7.6
15872024-02-15T21:25:39.674Z Compiling futures-util v0.3.30
15882024-02-15T21:25:40.266Z Compiling hashbrown v0.14.3
15892024-02-15T21:25:40.505Z Compiling hashbrown v0.13.2
15902024-02-15T21:25:41.374Z Compiling unicode-normalization v0.1.22
15912024-02-15T21:25:41.893Z Compiling unicode-bidi v0.3.13
15922024-02-15T21:25:41.893Z Compiling pest_meta v2.7.6
15932024-02-15T21:25:41.910Z Compiling tracing v0.1.37
15942024-02-15T21:25:42.072Z Compiling der_derive v0.7.2
15952024-02-15T21:25:43.139Z Compiling num-integer v0.1.45
15962024-02-15T21:25:43.170Z Checking subtle v2.5.0
15972024-02-15T21:25:43.170Z Compiling pest_generator v2.7.6
15982024-02-15T21:25:43.183Z Compiling lazy_static v1.4.0
15992024-02-15T21:25:44.941Z Compiling untrusted v0.7.1
16002024-02-15T21:25:45.148Z Compiling percent-encoding v2.3.1
16012024-02-15T21:25:45.338Z Compiling foreign-types-shared v0.1.1
16022024-02-15T21:25:45.494Z Compiling time-core v0.1.1
16032024-02-15T21:25:45.798Z Compiling untrusted v0.9.0
16042024-02-15T21:25:46.411Z Compiling time-macros v0.2.13
16052024-02-15T21:25:46.456Z Compiling foreign-types v0.3.2
16062024-02-15T21:25:47.207Z Compiling pest_derive v2.7.6
16072024-02-15T21:25:47.364Z Compiling scroll_derive v0.12.0
16082024-02-15T21:25:48.060Z Compiling synstructure v0.12.6
16092024-02-15T21:25:48.904Z Compiling thread-id v4.2.0
16102024-02-15T21:25:49.026Z Compiling try-lock v0.2.4
16112024-02-15T21:25:49.164Z Compiling base64 v0.21.7
16122024-02-15T21:25:49.638Z Compiling want v0.3.1
16132024-02-15T21:25:49.912Z Compiling sct v0.7.0
16142024-02-15T21:25:49.930Z Compiling rustls-webpki v0.101.7
16152024-02-15T21:25:49.969Z Compiling zerocopy-derive v0.2.0
16162024-02-15T21:25:50.035Z Compiling form_urlencoded v1.2.1
16172024-02-15T21:25:50.045Z Checking bytes v1.5.0
16182024-02-15T21:25:50.110Z Checking bitflags v2.4.0
16192024-02-15T21:25:50.314Z Compiling socket2 v0.4.9
16202024-02-15T21:25:50.407Z Compiling const-oid v0.9.5
16212024-02-15T21:25:51.675Z Checking tokio v1.36.0
16222024-02-15T21:25:51.742Z Compiling indexmap v2.2.3
16232024-02-15T21:25:51.964Z Compiling uuid v1.7.0
16242024-02-15T21:25:52.125Z Compiling chrono v0.4.31
16252024-02-15T21:25:52.302Z Compiling http v0.2.11
16262024-02-15T21:25:52.360Z Compiling semver v1.0.21
16272024-02-15T21:25:53.034Z Compiling serde_spanned v0.6.5
16282024-02-15T21:25:53.146Z Compiling toml_datetime v0.6.5
16292024-02-15T21:25:53.264Z Compiling openapiv3 v2.0.0
16302024-02-15T21:25:53.603Z Compiling rustc_version v0.4.0
16312024-02-15T21:25:53.610Z Compiling toml_edit v0.19.15
16322024-02-15T21:25:54.991Z Compiling http-body v0.4.5
16332024-02-15T21:25:56.205Z Compiling tower-service v0.3.2
16342024-02-15T21:25:56.770Z Compiling openssl-probe v0.1.5
16352024-02-15T21:25:57.279Z Compiling httpdate v1.0.3
16362024-02-15T21:25:57.508Z Compiling idna v0.5.0
16372024-02-15T21:25:58.373Z Compiling adler v1.0.2
16382024-02-15T21:25:58.601Z Compiling miniz_oxide v0.7.1
16392024-02-15T21:25:58.621Z Compiling url v2.5.0
16402024-02-15T21:25:59.325Z Compiling ipnet v2.9.0
16412024-02-15T21:26:00.089Z Compiling signal-hook v0.3.17
16422024-02-15T21:26:00.214Z Compiling serde_urlencoded v0.7.1
16432024-02-15T21:26:00.287Z Compiling rustls-pemfile v1.0.3
16442024-02-15T21:26:00.600Z Compiling crypto-common v0.1.6
16452024-02-15T21:26:00.624Z Compiling clap_derive v4.4.2
16462024-02-15T21:26:01.077Z Compiling tokio-util v0.7.10
16472024-02-15T21:26:01.097Z Compiling zerocopy-derive v0.6.4
16482024-02-15T21:26:01.097Z Compiling usdt-impl v0.3.5
16492024-02-15T21:26:01.171Z Compiling tokio-rustls v0.24.1
16502024-02-15T21:26:01.587Z Compiling encoding_rs v0.8.33
16512024-02-15T21:26:01.831Z Compiling h2 v0.3.24
16522024-02-15T21:26:02.873Z Compiling tokio-native-tls v0.3.1
16532024-02-15T21:26:03.130Z Compiling mime v0.3.17
16542024-02-15T21:26:03.135Z Compiling siphasher v0.3.11
16552024-02-15T21:26:03.564Z Compiling gimli v0.28.0
16562024-02-15T21:26:03.750Z Checking equivalent v1.0.1
16572024-02-15T21:26:03.857Z Compiling webpki-roots v0.25.2
16582024-02-15T21:26:04.612Z Compiling zerocopy v0.3.0
16592024-02-15T21:26:05.270Z Compiling scroll v0.12.0
16602024-02-15T21:26:05.663Z Compiling block-buffer v0.10.4
16612024-02-15T21:26:06.318Z Compiling bzip2-sys v0.1.11+1.0.8
16622024-02-15T21:26:06.323Z Compiling object v0.32.1
16632024-02-15T21:26:06.323Z Compiling num-iter v0.1.43
16642024-02-15T21:26:06.361Z Compiling usdt-impl v0.5.0
16652024-02-15T21:26:06.608Z Compiling plain v0.2.3
16662024-02-15T21:26:06.626Z Compiling rustc-demangle v0.1.23
16672024-02-15T21:26:06.905Z Compiling goblin v0.8.0
16682024-02-15T21:26:08.429Z Compiling addr2line v0.21.0
16692024-02-15T21:26:08.531Z Compiling flate2 v1.0.28
16702024-02-15T21:26:08.967Z Compiling digest v0.10.7
16712024-02-15T21:26:08.970Z Compiling dof v0.1.5
16722024-02-15T21:26:09.031Z Compiling hyper v0.14.27
16732024-02-15T21:26:09.050Z Compiling heapless v0.7.16
16742024-02-15T21:26:09.075Z Compiling dtrace-parser v0.1.14
16752024-02-15T21:26:09.495Z Compiling futures-executor v0.3.30
16762024-02-15T21:26:09.580Z Compiling strum_macros v0.25.2
16772024-02-15T21:26:10.282Z Compiling pretty-hex v0.4.1
16782024-02-15T21:26:10.519Z Compiling ppv-lite86 v0.2.17
16792024-02-15T21:26:14.941Z Compiling futures v0.3.30
16802024-02-15T21:26:15.127Z Compiling toml v0.7.8
16812024-02-15T21:26:15.127Z Compiling rand_chacha v0.3.1
16822024-02-15T21:26:15.127Z Compiling dof v0.3.0
16832024-02-15T21:26:15.127Z Compiling hex v0.4.3
16842024-02-15T21:26:15.127Z Compiling serde_tokenstream v0.1.7
16852024-02-15T21:26:15.127Z Compiling dtrace-parser v0.2.0
16862024-02-15T21:26:15.127Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16872024-02-15T21:26:15.127Z Compiling bit-vec v0.6.3
16882024-02-15T21:26:15.211Z Compiling rand v0.8.5
16892024-02-15T21:26:15.334Z Compiling phf_shared v0.10.0
16902024-02-15T21:26:15.397Z Compiling num-bigint v0.4.4
16912024-02-15T21:26:15.729Z Compiling base64ct v1.6.0
16922024-02-15T21:26:16.013Z Compiling new_debug_unreachable v1.0.4
16932024-02-15T21:26:16.113Z Compiling hyper-rustls v0.24.2
16942024-02-15T21:26:16.271Z Compiling hyper-tls v0.5.0
16952024-02-15T21:26:16.366Z Compiling fixedbitset v0.4.2
16962024-02-15T21:26:16.469Z Compiling smoltcp v0.9.1
16972024-02-15T21:26:16.598Z Compiling reqwest v0.11.22
16982024-02-15T21:26:16.620Z Compiling precomputed-hash v0.1.1
16992024-02-15T21:26:16.698Z Compiling minimal-lexical v0.2.1
17002024-02-15T21:26:16.728Z Compiling string_cache v0.8.7
17012024-02-15T21:26:16.824Z Compiling petgraph v0.6.4
17022024-02-15T21:26:17.483Z Compiling nom v7.1.3
17032024-02-15T21:26:17.483Z Compiling pem-rfc7468 v0.7.0
17042024-02-15T21:26:17.483Z Compiling bit-set v0.5.3
17052024-02-15T21:26:17.634Z Compiling usdt-macro v0.3.5
17062024-02-15T21:26:17.646Z Compiling usdt-attr-macro v0.3.5
17072024-02-15T21:26:17.734Z Compiling hmac v0.12.1
17082024-02-15T21:26:18.059Z Compiling enum-as-inner v0.5.1
17092024-02-15T21:26:18.522Z Compiling hubpack_derive v0.1.1
17102024-02-15T21:26:19.106Z Compiling itertools v0.10.5
17112024-02-15T21:26:19.188Z Compiling diesel_table_macro_syntax v0.1.0
17122024-02-15T21:26:19.490Z Compiling lalrpop-util v0.19.12
17132024-02-15T21:26:19.605Z Compiling flagset v0.4.3
17142024-02-15T21:26:19.821Z Compiling unicode-segmentation v1.10.1
17152024-02-15T21:26:19.859Z Compiling der v0.7.8
17162024-02-15T21:26:19.979Z Compiling diesel_derives v2.1.2
17172024-02-15T21:26:20.749Z Compiling cpufeatures v0.2.12
17182024-02-15T21:26:20.853Z Compiling sha2 v0.10.8
17192024-02-15T21:26:20.885Z Compiling rustix v0.37.23
17202024-02-15T21:26:21.583Z Compiling md-5 v0.10.5
17212024-02-15T21:26:22.160Z Compiling spki v0.7.2
17222024-02-15T21:26:22.273Z Compiling stringprep v0.1.3
17232024-02-15T21:26:22.335Z Compiling serde_repr v0.1.16
17242024-02-15T21:26:22.937Z Compiling hash32 v0.2.1
17252024-02-15T21:26:22.941Z Checking unicode-ident v1.0.12
17262024-02-15T21:26:23.079Z Compiling stable_deref_trait v1.2.0
17272024-02-15T21:26:23.177Z Compiling fallible-iterator v0.2.0
17282024-02-15T21:26:23.358Z Compiling pkcs8 v0.10.2
17292024-02-15T21:26:23.462Z Compiling terminal_size v0.2.6
17302024-02-15T21:26:23.793Z Compiling phf_shared v0.11.2
17312024-02-15T21:26:23.880Z Compiling postgres-protocol v0.6.6
17322024-02-15T21:26:23.954Z Compiling ff v0.13.0
17332024-02-15T21:26:24.173Z Compiling block-padding v0.3.3
17342024-02-15T21:26:24.440Z Compiling scheduled-thread-pool v0.2.7
17352024-02-15T21:26:24.443Z Compiling deranged v0.3.8
17362024-02-15T21:26:24.579Z Compiling base16ct v0.2.0
17372024-02-15T21:26:24.915Z Compiling num_threads v0.1.6
17382024-02-15T21:26:25.038Z Compiling matches v0.1.10
17392024-02-15T21:26:25.055Z Compiling managed v0.8.0
17402024-02-15T21:26:25.136Z Compiling regex-automata v0.1.10
17412024-02-15T21:26:25.150Z Compiling idna v0.2.3
17422024-02-15T21:26:25.240Z Compiling clap_builder v4.4.2
17432024-02-15T21:26:25.598Z Compiling bstr v0.2.17
17442024-02-15T21:26:25.615Z Compiling sec1 v0.7.3
17452024-02-15T21:26:26.181Z Compiling r2d2 v0.8.10
17462024-02-15T21:26:26.659Z Compiling time v0.3.27
17472024-02-15T21:26:26.660Z Compiling postgres-types v0.2.6
17482024-02-15T21:26:26.838Z Compiling inout v0.1.3
17492024-02-15T21:26:27.127Z Compiling signal-hook-mio v0.2.3
17502024-02-15T21:26:27.156Z Compiling group v0.13.0
17512024-02-15T21:26:27.281Z Compiling phf v0.11.2
17522024-02-15T21:26:27.468Z Compiling bzip2 v0.4.4
17532024-02-15T21:26:27.869Z Compiling hubpack v0.1.2
17542024-02-15T21:26:27.872Z Compiling hkdf v0.12.4
17552024-02-15T21:26:28.182Z Compiling zerocopy v0.6.4
17562024-02-15T21:26:28.364Z Compiling ipnetwork v0.20.0
17572024-02-15T21:26:28.489Z Compiling crypto-bigint v0.5.2
17582024-02-15T21:26:29.020Z Compiling float-cmp v0.9.0
17592024-02-15T21:26:29.260Z Compiling regex-automata v0.3.8
17602024-02-15T21:26:29.320Z Checking bitflags v1.3.2
17612024-02-15T21:26:29.416Z Compiling data-encoding v2.4.0
17622024-02-15T21:26:31.772Z Compiling difflib v0.4.0
17632024-02-15T21:26:31.835Z Compiling predicates-core v1.0.6
17642024-02-15T21:26:31.951Z Compiling normalize-line-endings v0.3.0
17652024-02-15T21:26:31.970Z Compiling whoami v1.4.1
17662024-02-15T21:26:32.078Z Compiling static_assertions v1.1.0
17672024-02-15T21:26:32.115Z Compiling bstr v1.6.0
17682024-02-15T21:26:32.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17692024-02-15T21:26:32.228Z Compiling predicates v3.1.0
17702024-02-15T21:26:32.627Z Compiling tokio-postgres v0.7.10
17712024-02-15T21:26:33.433Z Compiling yasna v0.5.2
17722024-02-15T21:26:33.795Z Compiling elliptic-curve v0.13.8
17732024-02-15T21:26:33.960Z Compiling trust-dns-proto v0.22.0
17742024-02-15T21:26:34.605Z Compiling clap v4.4.3
17752024-02-15T21:26:34.741Z Compiling zip v0.6.6
17762024-02-15T21:26:35.414Z Compiling crossterm v0.27.0
17772024-02-15T21:26:35.956Z Compiling cipher v0.4.4
17782024-02-15T21:26:36.047Z Compiling similar v2.3.0
17792024-02-15T21:26:36.386Z Checking proc-macro2 v1.0.78
17802024-02-15T21:26:36.700Z Compiling diesel v2.1.4
17812024-02-15T21:26:37.288Z Compiling usdt v0.3.5
17822024-02-15T21:26:37.573Z Compiling strum v0.25.0
17832024-02-15T21:26:37.752Z Compiling tokio-stream v0.1.14
17842024-02-15T21:26:37.848Z Compiling console v0.15.8
17852024-02-15T21:26:38.731Z Checking quote v1.0.35
17862024-02-15T21:26:42.535Z Checking utf8parse v0.2.1
17872024-02-15T21:26:44.324Z Checking anstyle v1.0.2
17882024-02-15T21:26:45.195Z Compiling serde_tokenstream v0.2.0
17892024-02-15T21:26:45.699Z Checking io-lifetimes v1.0.11
17902024-02-15T21:26:49.084Z Checking anstyle-parse v0.2.1
17912024-02-15T21:26:49.410Z Checking anstyle-query v1.0.0
17922024-02-15T21:26:49.947Z Checking colorchoice v1.0.0
17932024-02-15T21:26:49.960Z Checking anstream v0.5.0
17942024-02-15T21:26:50.331Z Checking winnow v0.5.15
17952024-02-15T21:26:50.479Z Checking clap_lex v0.5.1
17962024-02-15T21:26:50.985Z Checking strsim v0.10.0
17972024-02-15T21:27:00.777Z Compiling regress v0.7.1
17982024-02-15T21:27:00.932Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17992024-02-15T21:27:05.945Z Compiling getopts v0.2.21
18002024-02-15T21:27:06.320Z Compiling unsafe-libyaml v0.2.10
18012024-02-15T21:27:06.583Z Checking heck v0.4.1
18022024-02-15T21:27:07.320Z Checking camino v1.1.6
18032024-02-15T21:27:07.912Z Compiling serde_yaml v0.9.25
18042024-02-15T21:27:08.322Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18052024-02-15T21:27:08.398Z Compiling ident_case v1.0.1
18062024-02-15T21:27:08.499Z Checking match_cfg v0.1.0
18072024-02-15T21:27:08.570Z Checking rustls-pki-types v1.1.0
18082024-02-15T21:27:09.003Z Checking fastrand v2.0.1
18092024-02-15T21:27:09.008Z Checking hostname v0.3.1
18102024-02-15T21:27:09.008Z Checking http v1.0.0
18112024-02-15T21:27:09.008Z Checking tempfile v3.10.0
18122024-02-15T21:27:09.008Z Checking atty v0.2.14
18132024-02-15T21:27:09.077Z Checking quick-error v1.2.3
18142024-02-15T21:27:09.216Z Compiling paste v1.0.14
18152024-02-15T21:27:09.267Z Checking sha1 v0.10.6
18162024-02-15T21:27:09.543Z Checking dirs-sys-next v0.1.2
18172024-02-15T21:27:10.433Z Compiling rustls v0.22.2
18182024-02-15T21:27:10.454Z Checking dirs-next v2.0.0
18192024-02-15T21:27:10.454Z Checking rustls-webpki v0.102.1
18202024-02-15T21:27:10.454Z Checking crossbeam-channel v0.5.8
18212024-02-15T21:27:10.925Z Checking thread_local v1.1.7
18222024-02-15T21:27:10.934Z Checking instant v0.1.12
18232024-02-15T21:27:11.038Z Compiling slog-async v2.8.0
18242024-02-15T21:27:11.169Z Checking term v0.7.0
18252024-02-15T21:27:12.032Z Checking rustls-pemfile v2.0.0
18262024-02-15T21:27:12.036Z Compiling multer v3.0.0
18272024-02-15T21:27:12.036Z Checking debug-ignore v1.0.5
18282024-02-15T21:27:12.036Z Checking take_mut v0.2.2
18292024-02-15T21:27:12.047Z Checking slog-term v2.9.0
18302024-02-15T21:27:12.195Z Compiling darling_core v0.20.3
18312024-02-15T21:27:12.230Z Checking toml_edit v0.22.4
18322024-02-15T21:27:12.402Z Checking slog-json v2.6.1
18332024-02-15T21:27:12.526Z Compiling async-stream-impl v0.3.5
18342024-02-15T21:27:12.658Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18352024-02-15T21:27:12.992Z Checking atomic-waker v1.1.1
18362024-02-15T21:27:13.128Z Checking waitgroup v0.1.2
18372024-02-15T21:27:13.326Z Checking slog-bunyan v2.5.0
18382024-02-15T21:27:14.274Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18392024-02-15T21:27:14.293Z Checking async-stream v0.3.5
18402024-02-15T21:27:14.293Z Checking serde_path_to_error v0.1.15
18412024-02-15T21:27:14.649Z Checking toml v0.8.10
18422024-02-15T21:27:14.852Z Checking tokio-rustls v0.25.0
18432024-02-15T21:27:14.904Z Checking regress v0.8.0
18442024-02-15T21:27:15.256Z Checking wait-timeout v0.2.0
18452024-02-15T21:27:15.392Z Compiling strum_macros v0.26.1
18462024-02-15T21:27:15.415Z Compiling structmeta-derive v0.3.0
18472024-02-15T21:27:22.861Z Checking rusty-fork v0.3.0
18482024-02-15T21:27:22.861Z Compiling darling_macro v0.20.3
18492024-02-15T21:27:23.320Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18502024-02-15T21:27:23.320Z Compiling structmeta-derive v0.2.0
18512024-02-15T21:27:23.320Z Compiling structmeta v0.3.0
18522024-02-15T21:27:23.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532024-02-15T21:27:23.321Z Checking rand_xorshift v0.3.0
18542024-02-15T21:27:23.321Z Checking unarray v0.1.4
18552024-02-15T21:27:23.321Z Checking proptest v1.4.0
18562024-02-15T21:27:23.321Z Compiling darling v0.20.3
18572024-02-15T21:27:23.321Z Compiling parse-display-derive v0.9.0
18582024-02-15T21:27:23.321Z Compiling serde_with_macros v3.6.0
18592024-02-15T21:27:23.321Z Checking backoff v0.4.0
18602024-02-15T21:27:23.321Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18612024-02-15T21:27:23.321Z Checking strum v0.26.1
18622024-02-15T21:27:23.321Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18632024-02-15T21:27:23.321Z Checking macaddr v1.0.1
18642024-02-15T21:27:23.321Z Checking camino-tempfile v1.1.1
18652024-02-15T21:27:23.321Z Checking is-terminal v0.4.9
18662024-02-15T21:27:23.322Z Compiling proc-macro-error-attr v1.0.4
18672024-02-15T21:27:23.322Z Compiling structmeta v0.2.0
18682024-02-15T21:27:23.322Z Compiling proc-macro-error v1.0.4
18692024-02-15T21:27:23.322Z Compiling test-strategy v0.3.1
18702024-02-15T21:27:23.322Z Compiling proc-macro-crate v1.3.1
18712024-02-15T21:27:23.344Z Checking serde_with v3.6.0
18722024-02-15T21:27:23.345Z Compiling heapless v0.8.0
18732024-02-15T21:27:23.859Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18742024-02-15T21:27:23.892Z Checking termtree v0.4.1
18752024-02-15T21:27:24.021Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18762024-02-15T21:27:24.535Z Checking predicates-tree v1.0.9
18772024-02-15T21:27:25.013Z Compiling num_enum_derive v0.5.11
18782024-02-15T21:27:25.013Z Checking hash32 v0.3.1
18792024-02-15T21:27:25.013Z Compiling smoltcp v0.11.0
18802024-02-15T21:27:25.032Z Checking parse-display v0.9.0
18812024-02-15T21:27:25.032Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18822024-02-15T21:27:25.495Z Compiling usdt-attr-macro v0.5.0
18832024-02-15T21:27:25.892Z Compiling usdt-macro v0.5.0
18842024-02-15T21:27:26.258Z Checking memmap v0.7.0
18852024-02-15T21:27:26.457Z Checking embedded-io v0.4.0
18862024-02-15T21:27:26.461Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18872024-02-15T21:27:26.655Z Compiling crucible-workspace-hack v0.1.0
18882024-02-15T21:27:26.711Z Checking cobs v0.2.3
18892024-02-15T21:27:26.897Z Checking postcard v1.0.8
18902024-02-15T21:27:26.996Z Compiling foreign-types-macros v0.2.3
18912024-02-15T21:27:27.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18922024-02-15T21:27:27.235Z Checking num_enum v0.5.11
18932024-02-15T21:27:27.402Z Checking foreign-types-shared v0.3.1
18942024-02-15T21:27:27.423Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18952024-02-15T21:27:27.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-02-15T21:27:27.526Z Checking usdt v0.5.0
18972024-02-15T21:27:27.769Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18982024-02-15T21:27:27.778Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18992024-02-15T21:27:27.850Z Checking cstr-argument v0.1.2
19002024-02-15T21:27:28.686Z Checking pretty-hex v0.2.1
19012024-02-15T21:27:28.694Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19022024-02-15T21:27:28.694Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19032024-02-15T21:27:28.694Z Checking colored v2.0.4
19042024-02-15T21:27:28.694Z Checking foreign-types v0.5.0
19052024-02-15T21:27:28.694Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19062024-02-15T21:27:28.694Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19072024-02-15T21:27:28.694Z Compiling zone_cfg_derive v0.3.0
19082024-02-15T21:27:28.694Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19092024-02-15T21:27:28.694Z Compiling mockall_derive v0.12.0
19102024-02-15T21:27:28.725Z Compiling num-derive v0.4.0
19112024-02-15T21:27:29.310Z Checking fragile v2.0.0
19122024-02-15T21:27:29.314Z Checking downcast v0.11.0
19132024-02-15T21:27:29.376Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19142024-02-15T21:27:29.609Z Checking smf v0.2.2
19152024-02-15T21:27:29.926Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19162024-02-15T21:27:30.039Z Checking xattr v1.0.1
19172024-02-15T21:27:30.128Z Checking zone v0.3.0
19182024-02-15T21:27:30.206Z Checking filetime v0.2.23
19192024-02-15T21:27:30.406Z Checking same-file v1.0.6
19202024-02-15T21:27:30.550Z Checking tar v0.4.40
19212024-02-15T21:27:30.581Z Checking walkdir v2.4.0
19222024-02-15T21:27:30.847Z Checking pem v3.0.2
19232024-02-15T21:27:30.901Z Compiling rayon-core v1.12.0
19242024-02-15T21:27:31.084Z Checking linked-hash-map v0.5.6
19252024-02-15T21:27:31.659Z Checking itertools v0.12.1
19262024-02-15T21:27:31.663Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19272024-02-15T21:27:31.663Z Checking headers-core v0.2.0
19282024-02-15T21:27:31.663Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19292024-02-15T21:27:31.663Z Checking lru-cache v0.1.2
19302024-02-15T21:27:31.663Z Checking headers v0.3.9
19312024-02-15T21:27:31.663Z Checking password-hash v0.5.0
19322024-02-15T21:27:31.686Z Checking blake2 v0.10.6
19332024-02-15T21:27:32.466Z Checking swrite v0.1.0
19342024-02-15T21:27:32.466Z Checking argon2 v0.5.3
19352024-02-15T21:27:32.466Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19362024-02-15T21:27:32.466Z Checking rcgen v0.12.1
19372024-02-15T21:27:32.675Z Checking atomicwrites v0.4.3
19382024-02-15T21:27:32.738Z Checking subprocess v0.2.9
19392024-02-15T21:27:32.841Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19402024-02-15T21:27:32.860Z Checking arc-swap v1.6.0
19412024-02-15T21:27:32.899Z Compiling cancel-safe-futures v0.1.5
19422024-02-15T21:27:33.127Z Checking half v2.3.1
19432024-02-15T21:27:33.273Z Checking ciborium-io v0.2.2
19442024-02-15T21:27:33.324Z Checking slog-scope v4.4.0
19452024-02-15T21:27:33.411Z Checking resolv-conf v0.7.0
19462024-02-15T21:27:33.931Z Checking slog-stdlog v4.1.1
19472024-02-15T21:27:33.934Z Checking ciborium-ll v0.2.2
19482024-02-15T21:27:33.934Z Checking slog-envlogger v2.2.0
19492024-02-15T21:27:33.934Z Checking trust-dns-resolver v0.22.0
19502024-02-15T21:27:33.934Z Checking libsw v3.3.1
19512024-02-15T21:27:33.935Z Checking ciborium v0.2.2
19522024-02-15T21:27:33.935Z Compiling derive-where v1.2.7
19532024-02-15T21:27:34.009Z Checking linear-map v1.2.0
19542024-02-15T21:27:34.082Z Checking owo-colors v4.0.0
19552024-02-15T21:27:34.330Z Compiling slog-dtrace v0.3.0
19562024-02-15T21:27:34.738Z Checking textwrap v0.11.0
19572024-02-15T21:27:35.094Z Compiling heck v0.3.3
19582024-02-15T21:27:35.200Z Compiling blake3 v1.5.0
19592024-02-15T21:27:35.293Z Checking ansi_term v0.12.1
19602024-02-15T21:27:35.359Z Checking strsim v0.8.0
19612024-02-15T21:27:35.546Z Compiling libefi-sys v0.1.0
19622024-02-15T21:27:35.586Z Checking vec_map v0.8.2
19632024-02-15T21:27:35.606Z Checking termcolor v1.2.0
19642024-02-15T21:27:35.838Z Checking clap v2.34.0
19652024-02-15T21:27:35.969Z Compiling structopt-derive v0.4.18
19662024-02-15T21:27:36.196Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19672024-02-15T21:27:36.537Z Checking nibble_vec v0.1.0
19682024-02-15T21:27:36.631Z Checking endian-type v0.1.2
19692024-02-15T21:27:36.740Z Compiling radium v0.7.0
19702024-02-15T21:27:37.231Z Checking radix_trie v0.2.1
19712024-02-15T21:27:37.876Z Checking mockall v0.12.0
19722024-02-15T21:27:37.884Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19732024-02-15T21:27:37.884Z Compiling maybe-uninit v2.0.0
19742024-02-15T21:27:37.884Z Checking tap v1.0.1
19752024-02-15T21:27:37.884Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19762024-02-15T21:27:37.885Z Checking wyz v0.5.1
19772024-02-15T21:27:37.903Z Checking fxhash v0.2.1
19782024-02-15T21:27:38.083Z Checking gethostname v0.4.3
19792024-02-15T21:27:38.161Z Compiling num-bigint-dig v0.8.4
19802024-02-15T21:27:38.219Z Compiling packed_struct v0.10.1
19812024-02-15T21:27:38.231Z Compiling semver v0.1.20
19822024-02-15T21:27:38.234Z Checking crc-catalog v2.2.0
19832024-02-15T21:27:38.383Z Checking funty v2.0.0
19842024-02-15T21:27:38.512Z Checking crc v3.0.1
19852024-02-15T21:27:38.681Z Compiling rustc_version v0.1.7
19862024-02-15T21:27:38.724Z Compiling packed_struct_codegen v0.10.1
19872024-02-15T21:27:39.207Z Compiling indexmap v1.9.3
19882024-02-15T21:27:39.635Z Checking nodrop v0.1.14
19892024-02-15T21:27:39.635Z Checking structopt v0.3.26
19902024-02-15T21:27:39.635Z Checking array-init v0.0.4
19912024-02-15T21:27:39.635Z Checking smallvec v0.6.14
19922024-02-15T21:27:39.635Z Compiling newtype_derive v0.1.6
19932024-02-15T21:27:39.658Z Checking pkcs1 v0.7.5
19942024-02-15T21:27:39.658Z Checking bitvec v1.0.1
19952024-02-15T21:27:39.658Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19962024-02-15T21:27:39.658Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19972024-02-15T21:27:39.819Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19982024-02-15T21:27:39.835Z Checking signature v2.1.0
19992024-02-15T21:27:40.298Z Compiling crossbeam-deque v0.8.3
20002024-02-15T21:27:40.301Z Checking hashbrown v0.12.3
20012024-02-15T21:27:40.302Z Checking bitfield v0.14.0
20022024-02-15T21:27:41.428Z Checking rsa v0.9.2
20032024-02-15T21:27:41.644Z Checking serde-hex v0.1.0
20042024-02-15T21:27:41.876Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20052024-02-15T21:27:41.919Z Checking env_logger v0.10.0
20062024-02-15T21:27:42.107Z Checking x509-cert v0.2.4
20072024-02-15T21:27:42.372Z Checking ron v0.8.1
20082024-02-15T21:27:43.270Z Compiling semver-parser v0.10.2
20092024-02-15T21:27:43.366Z Compiling num-rational v0.4.1
20102024-02-15T21:27:43.700Z Checking crc-any v2.4.3
20112024-02-15T21:27:43.724Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20122024-02-15T21:27:43.954Z Compiling semver v0.11.0
20132024-02-15T21:27:44.036Z Compiling rayon v1.8.0
20142024-02-15T21:27:44.159Z Checking object v0.30.4
20152024-02-15T21:27:45.058Z Compiling memmap2 v0.7.1
20162024-02-15T21:27:45.118Z Compiling home v0.5.5
20172024-02-15T21:27:45.374Z Compiling arrayvec v0.7.4
20182024-02-15T21:27:45.481Z Compiling arrayref v0.3.7
20192024-02-15T21:27:45.583Z Checking path-slash v0.1.5
20202024-02-15T21:27:45.721Z Compiling constant_time_eq v0.3.0
20212024-02-15T21:27:45.807Z Compiling toolchain_find v0.2.0
20222024-02-15T21:27:45.945Z Checking steno v0.4.0
20232024-02-15T21:27:46.456Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20242024-02-15T21:27:46.462Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20252024-02-15T21:27:47.268Z Compiling toml v0.5.11
20262024-02-15T21:27:48.185Z Checking num-complex v0.4.4
20272024-02-15T21:27:48.394Z Compiling topological-sort v0.2.2
20282024-02-15T21:27:48.951Z Compiling convert_case v0.4.0
20292024-02-15T21:27:49.132Z Checking num v0.4.1
20302024-02-15T21:27:49.240Z Compiling omicron-zone-package v0.11.0
20312024-02-15T21:27:49.976Z Compiling derive_more v0.99.17
20322024-02-15T21:27:50.575Z Compiling rustfmt-wrapper v0.2.0
20332024-02-15T21:27:51.155Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20342024-02-15T21:27:51.242Z Checking newline-converter v0.3.0
20352024-02-15T21:27:51.410Z Checking expectorate v1.1.0
20362024-02-15T21:27:51.461Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
20372024-02-15T21:27:51.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20382024-02-15T21:27:51.787Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20392024-02-15T21:27:52.156Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20402024-02-15T21:27:52.505Z Checking utf-8 v0.7.6
20412024-02-15T21:27:53.129Z Checking tungstenite v0.20.1
20422024-02-15T21:27:53.299Z Compiling buf-list v1.0.3
20432024-02-15T21:27:53.647Z Checking tokio-tungstenite v0.20.1
20442024-02-15T21:27:54.118Z Checking display-error-chain v0.2.0
20452024-02-15T21:27:54.258Z Compiling parking_lot_core v0.8.6
20462024-02-15T21:27:54.378Z Checking keccak v0.1.4
20472024-02-15T21:27:54.672Z Checking sha3 v0.10.8
20482024-02-15T21:27:55.054Z Checking trust-dns-client v0.22.0
20492024-02-15T21:27:55.117Z Checking parking_lot v0.11.2
20502024-02-15T21:27:55.480Z Checking secrecy v0.8.0
20512024-02-15T21:27:55.685Z Compiling pin-project-internal v1.1.3
20522024-02-15T21:27:55.954Z Compiling doc-comment v0.3.3
20532024-02-15T21:27:56.290Z Checking sled v0.34.7
20542024-02-15T21:27:56.706Z Checking trust-dns-server v0.22.1
20552024-02-15T21:27:57.241Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20562024-02-15T21:27:57.840Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20572024-02-15T21:27:58.370Z Checking glob v0.3.1
20582024-02-15T21:27:58.668Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20592024-02-15T21:27:58.684Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20602024-02-15T21:27:59.053Z Checking pin-project v1.1.3
20612024-02-15T21:27:59.120Z Compiling vte_generate_state_changes v0.1.1
20622024-02-15T21:27:59.135Z Compiling unicase v2.7.0
20632024-02-15T21:27:59.148Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20642024-02-15T21:27:59.280Z Compiling platforms v3.0.2
20652024-02-15T21:27:59.409Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20662024-02-15T21:27:59.515Z Checking fd-lock v3.0.13
20672024-02-15T21:27:59.682Z Compiling snafu-derive v0.7.5
20682024-02-15T21:27:59.732Z Compiling fs-err v2.11.0
20692024-02-15T21:27:59.732Z Checking nu-ansi-term v0.49.0
20702024-02-15T21:27:59.790Z Checking vte v0.11.1
20712024-02-15T21:28:00.131Z Checking globset v0.4.13
20722024-02-15T21:28:00.615Z Checking olpc-cjson v0.1.3
20732024-02-15T21:28:00.726Z Checking serde_plain v1.0.2
20742024-02-15T21:28:00.836Z Compiling async-recursion v1.0.5
20752024-02-15T21:28:00.972Z Checking typed-path v0.7.0
20762024-02-15T21:28:01.245Z Checking strip-ansi-escapes v0.2.0
20772024-02-15T21:28:01.404Z Checking reedline v0.28.0
20782024-02-15T21:28:01.423Z Compiling curve25519-dalek v4.1.1
20792024-02-15T21:28:02.330Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20802024-02-15T21:28:02.714Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20812024-02-15T21:28:03.032Z Compiling memoffset v0.7.1
20822024-02-15T21:28:03.333Z Checking parse-size v1.0.0
20832024-02-15T21:28:03.516Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842024-02-15T21:28:03.651Z Compiling mime_guess v2.0.4
20852024-02-15T21:28:03.767Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20862024-02-15T21:28:05.075Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20872024-02-15T21:28:05.462Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20882024-02-15T21:28:05.755Z Checking snafu v0.7.5
20892024-02-15T21:28:05.790Z Checking universal-hash v0.5.1
20902024-02-15T21:28:05.834Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20912024-02-15T21:28:05.982Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20922024-02-15T21:28:06.609Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20932024-02-15T21:28:06.621Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20942024-02-15T21:28:07.847Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20952024-02-15T21:28:08.927Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20962024-02-15T21:28:09.619Z Checking tough v0.16.0
20972024-02-15T21:28:10.920Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20982024-02-15T21:28:11.486Z Compiling thiserror-impl-no-std v2.0.2
20992024-02-15T21:28:13.961Z Compiling curve25519-dalek-derive v0.1.0
21002024-02-15T21:28:14.601Z Checking opaque-debug v0.3.0
21012024-02-15T21:28:14.698Z Checking poly1305 v0.8.0
21022024-02-15T21:28:17.084Z Checking thiserror-no-std v2.0.2
21032024-02-15T21:28:17.239Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21042024-02-15T21:28:17.732Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21052024-02-15T21:28:18.025Z Checking chacha20 v0.9.1
21062024-02-15T21:28:18.081Z Checking aead v0.5.2
21072024-02-15T21:28:18.285Z Checking kstat-rs v0.2.3
21082024-02-15T21:28:18.313Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21092024-02-15T21:28:18.613Z Compiling salty v0.2.0
21102024-02-15T21:28:19.136Z Checking signature v1.6.4
21112024-02-15T21:28:19.263Z Checking chacha20poly1305 v0.10.1
21122024-02-15T21:28:19.279Z Checking ed25519 v1.5.3
21132024-02-15T21:28:19.528Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21142024-02-15T21:28:19.658Z Checking vsss-rs v3.3.4
21152024-02-15T21:28:20.126Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21162024-02-15T21:28:20.384Z Checking serde-big-array v0.5.1
21172024-02-15T21:28:20.432Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21182024-02-15T21:28:20.592Z Checking bytecount v0.6.3
21192024-02-15T21:28:20.734Z Checking papergrid v0.11.0
21202024-02-15T21:28:21.370Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21212024-02-15T21:28:22.453Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21222024-02-15T21:28:22.498Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21232024-02-15T21:28:23.233Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21242024-02-15T21:28:23.415Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-02-15T21:28:23.486Z Compiling tabled_derive v0.7.0
21262024-02-15T21:28:23.913Z Checking signal-hook-tokio v0.3.1
21272024-02-15T21:28:24.049Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21282024-02-15T21:28:24.094Z Checking fd-lock v4.0.2
21292024-02-15T21:28:24.687Z Checking nix v0.27.1
21302024-02-15T21:28:24.992Z Checking serde-big-array v0.4.1
21312024-02-15T21:28:25.152Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21322024-02-15T21:28:25.187Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21332024-02-15T21:28:26.819Z Compiling sqlparser_derive v0.2.2
21342024-02-15T21:28:27.019Z Checking humantime v2.1.0
21352024-02-15T21:28:27.517Z Compiling prettyplease v0.2.16
21362024-02-15T21:28:28.151Z Checking unicode_categories v0.1.1
21372024-02-15T21:28:28.152Z Checking rustyline v13.0.0
21382024-02-15T21:28:28.152Z Checking sqlformat v0.2.3
21392024-02-15T21:28:28.152Z Checking sqlparser v0.43.1
21402024-02-15T21:28:28.878Z Checking tabled v0.15.0
21412024-02-15T21:28:29.461Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21422024-02-15T21:28:29.475Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21432024-02-15T21:28:30.073Z Checking bcs v0.1.6
21442024-02-15T21:28:30.380Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
21452024-02-15T21:28:30.527Z Checking highway v1.1.0
21462024-02-15T21:28:30.548Z Checking corncobs v0.1.3
21472024-02-15T21:28:31.008Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21482024-02-15T21:28:31.013Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21492024-02-15T21:28:31.013Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21502024-02-15T21:28:31.159Z Compiling crunchy v0.2.2
21512024-02-15T21:28:31.648Z Checking http-range v0.1.5
21522024-02-15T21:28:31.733Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21532024-02-15T21:28:31.813Z Checking hyper-staticfile v0.9.5
21542024-02-15T21:28:31.971Z Compiling clang-sys v1.6.1
21552024-02-15T21:28:32.249Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21562024-02-15T21:28:32.702Z Compiling tiny-keccak v2.0.2
21572024-02-15T21:28:32.963Z Compiling darling_core v0.14.4
21582024-02-15T21:28:33.054Z Checking assert_matches v1.5.0
21592024-02-15T21:28:33.787Z Compiling ascii-canvas v3.0.0
21602024-02-15T21:28:34.352Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21612024-02-15T21:28:34.595Z Compiling ena v0.14.2
21622024-02-15T21:28:34.895Z Compiling libloading v0.7.4
21632024-02-15T21:28:34.994Z Compiling diff v0.1.13
21642024-02-15T21:28:35.296Z Compiling bindgen v0.69.2
21652024-02-15T21:28:35.604Z Compiling regex-syntax v0.6.29
21662024-02-15T21:28:36.050Z Compiling cexpr v0.6.0
21672024-02-15T21:28:36.868Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21682024-02-15T21:28:36.891Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21692024-02-15T21:28:37.807Z Compiling which v4.4.0
21702024-02-15T21:28:38.425Z Compiling ref-cast v1.0.20
21712024-02-15T21:28:38.977Z Compiling lalrpop v0.19.12
21722024-02-15T21:28:39.107Z Compiling darling_macro v0.14.4
21732024-02-15T21:28:39.128Z Compiling lazycell v1.3.0
21742024-02-15T21:28:39.394Z Checking maplit v1.0.2
21752024-02-15T21:28:39.412Z Compiling peeking_take_while v0.1.2
21762024-02-15T21:28:39.531Z Compiling shlex v1.3.0
21772024-02-15T21:28:39.814Z Compiling portable-atomic v1.4.3
21782024-02-15T21:28:39.943Z Compiling rustc-hash v1.1.0
21792024-02-15T21:28:40.207Z Compiling darling v0.14.4
21802024-02-15T21:28:40.329Z Compiling derive_builder_core v0.12.0
21812024-02-15T21:28:40.948Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21822024-02-15T21:28:41.275Z Compiling ref-cast-impl v1.0.20
21832024-02-15T21:28:41.559Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21842024-02-15T21:28:42.108Z Compiling libxml v0.3.3
21852024-02-15T21:28:43.116Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21862024-02-15T21:28:43.121Z Compiling derive_builder_macro v0.12.0
21872024-02-15T21:28:43.584Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21882024-02-15T21:28:43.672Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21892024-02-15T21:28:43.835Z Compiling strum_macros v0.24.3
21902024-02-15T21:28:43.973Z Compiling cookie v0.18.0
21912024-02-15T21:28:44.299Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21922024-02-15T21:28:44.637Z Checking number_prefix v0.4.0
21932024-02-15T21:28:44.825Z Compiling indoc v1.0.9
21942024-02-15T21:28:44.843Z Checking indicatif v0.17.8
21952024-02-15T21:28:46.193Z Checking derive_builder v0.12.0
21962024-02-15T21:28:46.216Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21972024-02-15T21:28:46.255Z Checking bb8 v0.8.3
21982024-02-15T21:28:46.775Z Checking quick-xml v0.30.0
21992024-02-15T21:28:47.838Z Checking castaway v0.2.2
22002024-02-15T21:28:47.876Z Compiling impl-trait-for-tuples v0.2.2
22012024-02-15T21:28:47.893Z Compiling oso-derive v0.27.0
22022024-02-15T21:28:48.006Z Checking compact_str v0.7.1
22032024-02-15T21:28:48.838Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22042024-02-15T21:28:49.437Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22052024-02-15T21:28:49.573Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22062024-02-15T21:28:49.636Z Checking lru v0.12.1
22072024-02-15T21:28:49.916Z Compiling stability v0.1.1
22082024-02-15T21:28:50.840Z Checking cassowary v0.3.0
22092024-02-15T21:28:51.022Z Compiling indoc v2.0.3
22102024-02-15T21:28:51.947Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22112024-02-15T21:28:51.947Z Checking unicode-linebreak v0.1.5
22122024-02-15T21:28:51.972Z Checking smawk v0.3.1
22132024-02-15T21:28:52.009Z Checking textwrap v0.16.0
22142024-02-15T21:28:52.243Z Checking ratatui v0.26.1
22152024-02-15T21:28:52.804Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22162024-02-15T21:28:52.842Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22172024-02-15T21:28:52.946Z Checking is_ci v1.1.1
22182024-02-15T21:28:53.073Z Checking supports-color v2.1.0
22192024-02-15T21:28:53.263Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22202024-02-15T21:28:53.914Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22212024-02-15T21:28:54.274Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22222024-02-15T21:28:55.223Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22232024-02-15T21:28:55.258Z Checking rtoolbox v0.0.1
22242024-02-15T21:28:55.469Z Checking rpassword v7.3.1
22252024-02-15T21:28:55.576Z Checking tui-tree-widget v0.17.0
22262024-02-15T21:28:55.611Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22272024-02-15T21:28:55.902Z Checking toml_edit v0.21.1
22282024-02-15T21:28:56.982Z Checking fatfs v0.3.6
22292024-02-15T21:28:57.951Z Checking shell-words v1.1.0
22302024-02-15T21:28:58.119Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22312024-02-15T21:28:58.361Z Checking yansi v0.5.1
22322024-02-15T21:28:59.065Z Checking pretty_assertions v1.4.0
22332024-02-15T21:28:59.068Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22342024-02-15T21:28:59.068Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22352024-02-15T21:28:59.295Z Compiling target-lexicon v0.12.13
22362024-02-15T21:29:00.164Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22372024-02-15T21:29:00.412Z Checking plotters-backend v0.3.5
22382024-02-15T21:29:00.425Z Compiling guppy-workspace-hack v0.1.0
22392024-02-15T21:29:01.204Z Checking plotters-svg v0.3.5
22402024-02-15T21:29:01.209Z Checking http-body v1.0.0
22412024-02-15T21:29:01.209Z Checking rand v0.4.6
22422024-02-15T21:29:01.220Z Checking cast v0.3.0
22432024-02-15T21:29:01.256Z Compiling target-spec v3.1.0
22442024-02-15T21:29:01.760Z Checking remove_dir_all v0.5.3
22452024-02-15T21:29:01.856Z Checking tower-layer v0.3.2
22462024-02-15T21:29:01.894Z Checking criterion-plot v0.5.0
22472024-02-15T21:29:03.717Z Checking tower v0.4.13
22482024-02-15T21:29:03.717Z Checking tempdir v0.3.7
22492024-02-15T21:29:03.717Z Checking cfg-expr v0.15.6
22502024-02-15T21:29:03.717Z Checking hyper v1.1.0
22512024-02-15T21:29:03.717Z Checking plotters v0.3.5
22522024-02-15T21:29:03.717Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22532024-02-15T21:29:03.717Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22542024-02-15T21:29:04.285Z Checking tinytemplate v1.2.1
22552024-02-15T21:29:04.696Z Checking cargo-platform v0.1.3
22562024-02-15T21:29:04.756Z Checking oorandom v11.1.3
22572024-02-15T21:29:04.894Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22582024-02-15T21:29:05.392Z Checking anes v0.1.6
22592024-02-15T21:29:05.392Z Checking cargo_metadata v0.18.1
22602024-02-15T21:29:05.392Z Checking hyper-util v0.1.2
22612024-02-15T21:29:05.392Z Checking criterion v0.5.1
22622024-02-15T21:29:06.838Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22632024-02-15T21:29:07.138Z Checking assert_cmd v2.0.13
22642024-02-15T21:29:07.587Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22652024-02-15T21:29:08.319Z Checking rustls-native-certs v0.7.0
22662024-02-15T21:29:08.475Z Checking pathdiff v0.2.1
22672024-02-15T21:29:08.626Z Checking nested v0.1.1
22682024-02-15T21:29:09.257Z Checking guppy v0.17.5
22692024-02-15T21:29:11.015Z Checking hyper-rustls v0.26.0
22702024-02-15T21:29:11.336Z Checking httptest v0.15.5
22712024-02-15T21:29:11.561Z Checking threadpool v1.8.1
22722024-02-15T21:29:11.764Z Checking nanorand v0.7.0
22732024-02-15T21:29:12.644Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22742024-02-15T21:29:12.648Z Checking flume v0.11.0
22752024-02-15T21:29:12.716Z Checking libtest-mimic v0.6.1
22762024-02-15T21:29:12.919Z Checking similar-asserts v1.5.0
22772024-02-15T21:29:13.416Z Compiling rstest_macros v0.18.2
22782024-02-15T21:29:13.829Z Checking datatest-stable v0.2.3
22792024-02-15T21:29:14.076Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22802024-02-15T21:29:15.146Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22812024-02-15T21:29:15.342Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22822024-02-15T21:29:15.472Z Checking csv-core v0.1.11
22832024-02-15T21:29:15.690Z Compiling trybuild v1.0.89
22842024-02-15T21:29:15.817Z Compiling relative-path v1.9.0
22852024-02-15T21:29:15.831Z Checking constant_time_eq v0.2.6
22862024-02-15T21:29:16.363Z Checking blake2b_simd v1.0.1
22872024-02-15T21:29:16.366Z Checking csv v1.3.0
22882024-02-15T21:29:16.834Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22892024-02-15T21:29:17.090Z Checking basic-toml v0.1.8
22902024-02-15T21:29:18.024Z Checking multimap v0.8.3
22912024-02-15T21:29:18.335Z Checking futures-timer v3.0.2
22922024-02-15T21:29:20.029Z Checking rust-argon2 v1.0.1
22932024-02-15T21:29:20.415Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22942024-02-15T21:29:22.418Z Checking partial-io v0.5.4
22952024-02-15T21:29:22.807Z Checking approx v0.5.1
22962024-02-15T21:29:23.028Z Checking termios v0.3.3
22972024-02-15T21:29:23.242Z Checking hex-literal v0.4.1
22982024-02-15T21:29:26.535Z Checking rstest v0.18.2
22992024-02-15T21:29:28.429Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23002024-02-15T21:30:11.797Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23012024-02-15T21:30:15.286Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23022024-02-15T21:30:16.000Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23032024-02-15T21:30:17.608Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23042024-02-15T21:30:26.320Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23052024-02-15T21:30:40.300Z Compiling polar-core v0.27.0
23062024-02-15T21:30:47.281Z Checking oso v0.27.0
23072024-02-15T21:31:21.646Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23082024-02-15T21:32:12.512Z Finished dev [unoptimized + debuginfo] target(s) in 6m 58s
23092024-02-15T21:32:12.686Z
23102024-02-15T21:32:12.690Zreal 7:40.981363349
23112024-02-15T21:32:12.690Zuser 39:53.662499808
23122024-02-15T21:32:12.690Zsys 6:44.605175675
23132024-02-15T21:32:12.690Ztrap 1.033535201
23142024-02-15T21:32:12.690Ztflt 3.887018941
23152024-02-15T21:32:12.690Zdflt 2.824848439
23162024-02-15T21:32:12.690Zkflt 0.045757262
23172024-02-15T21:32:12.691Zlock 1:01:19.810138594
23182024-02-15T21:32:12.691Zslp 2:01:46.322211545
23192024-02-15T21:32:12.691Zlat 1:46.263706952
23202024-02-15T21:32:12.691Zstop 4:20.197258757
23212024-02-15T21:32:13.496Zwarning: output filename collision.
23222024-02-15T21:32:13.496ZThe 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)`.
23232024-02-15T21:32:13.496ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23242024-02-15T21:32:13.496ZThe targets should have unique names.
23252024-02-15T21:32:13.496ZThis is a known bug where multiple crates with the same name use
23262024-02-15T21:32:13.497Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23272024-02-15T21:32:13.514Zwarning: output filename collision.
23282024-02-15T21:32:13.514ZThe lib target `nix` in package `nix v0.27.1` 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)`.
23292024-02-15T21:32:13.514ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23302024-02-15T21:32:13.514ZThe targets should have unique names.
23312024-02-15T21:32:13.514ZThis is a known bug where multiple crates with the same name use
23322024-02-15T21:32:13.514Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23332024-02-15T21:32:13.514Zwarning: output filename collision.
23342024-02-15T21:32:13.514ZThe 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)`.
23352024-02-15T21:32:13.514ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23362024-02-15T21:32:13.514ZThe targets should have unique names.
23372024-02-15T21:32:13.514ZThis is a known bug where multiple crates with the same name use
23382024-02-15T21:32:13.514Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23392024-02-15T21:32:13.515Zwarning: output filename collision.
23402024-02-15T21:32:13.515ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23412024-02-15T21:32:13.515ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23422024-02-15T21:32:13.515ZThe targets should have unique names.
23432024-02-15T21:32:13.515ZThis is a known bug where multiple crates with the same name use
23442024-02-15T21:32:13.515Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23452024-02-15T21:32:13.515Zwarning: output filename collision.
23462024-02-15T21:32:13.515ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23472024-02-15T21:32:13.515ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23482024-02-15T21:32:13.515ZThe targets should have unique names.
23492024-02-15T21:32:13.515ZThis is a known bug where multiple crates with the same name use
23502024-02-15T21:32:13.515Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23512024-02-15T21:32:13.515Zwarning: output filename collision.
23522024-02-15T21:32:13.515ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23532024-02-15T21:32:13.515ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23542024-02-15T21:32:13.515ZThe targets should have unique names.
23552024-02-15T21:32:13.515ZThis is a known bug where multiple crates with the same name use
23562024-02-15T21:32:13.515Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23572024-02-15T21:32:13.515Zwarning: output filename collision.
23582024-02-15T21:32:13.515ZThe 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)`.
23592024-02-15T21:32:13.515ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23602024-02-15T21:32:13.515ZThe targets should have unique names.
23612024-02-15T21:32:13.515ZThis is a known bug where multiple crates with the same name use
23622024-02-15T21:32:13.515Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23632024-02-15T21:32:13.915Z Documenting libc v0.2.153
23642024-02-15T21:32:13.939Z Documenting cfg-if v1.0.0
23652024-02-15T21:32:13.967Z Documenting serde_derive v1.0.196
23662024-02-15T21:32:13.999Z Documenting log v0.4.20
23672024-02-15T21:32:14.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23682024-02-15T21:32:14.013Z Documenting scopeguard v1.2.0
23692024-02-15T21:32:14.017Z Documenting memchr v2.6.3
23702024-02-15T21:32:14.033Z Documenting byteorder v1.5.0
23712024-02-15T21:32:14.310Z Documenting smallvec v1.13.1
23722024-02-15T21:32:16.642Z Documenting itoa v1.0.9
23732024-02-15T21:32:16.717Z Documenting lock_api v0.4.10
23742024-02-15T21:32:17.482Z Documenting zeroize_derive v1.4.2
23752024-02-15T21:32:18.082Z Documenting getrandom v0.2.10
23762024-02-15T21:32:18.480Z Documenting once_cell v1.19.0
23772024-02-15T21:32:18.487Z Documenting parking_lot_core v0.9.8
23782024-02-15T21:32:18.568Z Documenting pin-project-lite v0.2.13
23792024-02-15T21:32:19.406Z Documenting libm v0.2.7
23802024-02-15T21:32:19.662Z Documenting signal-hook-registry v1.4.1
23812024-02-15T21:32:21.229Z Documenting mio v0.8.9
23822024-02-15T21:32:21.986Z Documenting serde v1.0.196
23832024-02-15T21:32:22.191Z Documenting rand_core v0.6.4
23842024-02-15T21:32:22.411Z Documenting parking_lot v0.12.1
23852024-02-15T21:32:22.703Z Documenting num-traits v0.2.16
23862024-02-15T21:32:22.892Z Documenting zeroize v1.7.0
23872024-02-15T21:32:22.974Z Documenting futures-core v0.3.30
23882024-02-15T21:32:24.397Z Documenting thiserror-impl v1.0.56
23892024-02-15T21:32:26.189Z Documenting socket2 v0.5.5
23902024-02-15T21:32:26.412Z Documenting num_cpus v1.16.0
23912024-02-15T21:32:26.425Z Documenting tokio-macros v2.2.0
23922024-02-15T21:32:26.782Z Documenting ryu v1.0.15
23932024-02-15T21:32:27.356Z Documenting typenum v1.16.0
23942024-02-15T21:32:27.422Z Documenting subtle v2.5.0
23952024-02-15T21:32:29.597Z Documenting zerocopy v0.7.32
23962024-02-15T21:32:30.136Z Documenting thiserror v1.0.56
23972024-02-15T21:32:30.239Z Documenting futures-sink v0.3.30
23982024-02-15T21:32:30.402Z Documenting pin-utils v0.1.0
23992024-02-15T21:32:31.308Z Documenting slab v0.4.9
24002024-02-15T21:32:31.847Z Documenting futures-macro v0.3.30
24012024-02-15T21:32:34.726Z Documenting futures-task v0.3.30
24022024-02-15T21:32:34.790Z Documenting futures-channel v0.3.30
24032024-02-15T21:32:35.686Z Documenting const-oid v0.9.5
24042024-02-15T21:32:35.810Z Documenting futures-io v0.3.30
24052024-02-15T21:32:37.539Z Documenting iana-time-zone v0.1.57
24062024-02-15T21:32:37.956Z Documenting ahash v0.8.7
24072024-02-15T21:32:39.667Z Documenting allocator-api2 v0.2.16
24082024-02-15T21:32:39.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24092024-02-15T21:32:40.674Z Documenting tinyvec_macros v0.1.1
24102024-02-15T21:32:40.703Z Documenting futures-util v0.3.30
24112024-02-15T21:32:42.217Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24122024-02-15T21:32:42.382Z Documenting tracing-core v0.1.31
24132024-02-15T21:32:42.662Z Documenting tracing-attributes v0.1.26
24142024-02-15T21:32:43.308Z Documenting hashbrown v0.14.3
24152024-02-15T21:32:43.534Z Documenting tinyvec v1.6.0
24162024-02-15T21:32:45.855Z Documenting bytes v1.5.0
24172024-02-15T21:32:47.479Z Documenting bitflags v2.4.0
24182024-02-15T21:32:49.300Z Documenting serde_json v1.0.113
24192024-02-15T21:32:50.008Z Documenting chrono v0.4.31
24202024-02-15T21:32:51.014Z Documenting tokio v1.36.0
24212024-02-15T21:32:51.243Z Documenting uuid v1.7.0
24222024-02-15T21:32:51.495Z Documenting unicode-normalization v0.1.22
24232024-02-15T21:32:52.467Z Documenting generic-array v0.14.7
24242024-02-15T21:32:52.758Z Documenting ppv-lite86 v0.2.17
24252024-02-15T21:32:55.639Z Documenting equivalent v1.0.1
24262024-02-15T21:32:55.784Z Documenting unicode-bidi v0.3.13
24272024-02-15T21:32:55.887Z Documenting rand_chacha v0.3.1
24282024-02-15T21:32:56.606Z Documenting base64 v0.21.7
24292024-02-15T21:32:56.714Z Documenting percent-encoding v2.3.1
24302024-02-15T21:32:57.587Z Documenting crypto-common v0.1.6
24312024-02-15T21:32:58.515Z Documenting block-buffer v0.10.4
24322024-02-15T21:32:59.989Z Documenting indexmap v2.2.3
24332024-02-15T21:33:00.005Z Documenting rand v0.8.5
24342024-02-15T21:33:00.783Z Documenting lazy_static v1.4.0
24352024-02-15T21:33:01.315Z Documenting form_urlencoded v1.2.1
24362024-02-15T21:33:01.995Z Checking serde_derive_internals v0.26.0
24372024-02-15T21:33:02.268Z Documenting serde_derive_internals v0.26.0
24382024-02-15T21:33:02.596Z Documenting fnv v1.0.7
24392024-02-15T21:33:03.078Z Documenting tracing v0.1.37
24402024-02-15T21:33:03.212Z Documenting digest v0.10.7
24412024-02-15T21:33:03.664Z Documenting dyn-clone v1.0.16
24422024-02-15T21:33:04.959Z Documenting cpufeatures v0.2.12
24432024-02-15T21:33:05.565Z Documenting idna v0.5.0
24442024-02-15T21:33:05.813Z Documenting httparse v1.8.0
24452024-02-15T21:33:06.674Z Documenting errno v0.3.8
24462024-02-15T21:33:07.436Z Documenting unicode-width v0.1.11
24472024-02-15T21:33:07.767Z Documenting unicode-ident v1.0.12
24482024-02-15T21:33:08.538Z Documenting schemars_derive v0.8.16
24492024-02-15T21:33:09.375Z Documenting try-lock v0.2.4
24502024-02-15T21:33:09.902Z Documenting url v2.5.0
24512024-02-15T21:33:10.025Z Documenting httpdate v1.0.3
24522024-02-15T21:33:10.230Z Documenting adler v1.0.2
24532024-02-15T21:33:10.548Z Documenting rustix v0.38.31
24542024-02-15T21:33:10.611Z Documenting proc-macro2 v1.0.78
24552024-02-15T21:33:12.125Z Documenting want v0.3.1
24562024-02-15T21:33:13.101Z Documenting miniz_oxide v0.7.1
24572024-02-15T21:33:14.026Z Documenting http-body v0.4.5
24582024-02-15T21:33:14.617Z Documenting openssl-sys v0.9.96
24592024-02-15T21:33:15.037Z Documenting schemars v0.8.16
24602024-02-15T21:33:15.712Z Documenting openssl-macros v0.1.1
24612024-02-15T21:33:16.561Z Documenting mime v0.3.17
24622024-02-15T21:33:16.952Z Documenting tower-service v0.3.2
24632024-02-15T21:33:17.082Z Documenting base64ct v1.6.0
24642024-02-15T21:33:18.734Z Documenting quote v1.0.35
24652024-02-15T21:33:20.898Z Documenting aho-corasick v1.0.4
24662024-02-15T21:33:21.455Z Documenting slog v2.7.0
24672024-02-15T21:33:21.539Z Documenting openssl-probe v0.1.5
24682024-02-15T21:33:21.588Z Documenting openssl v0.10.60
24692024-02-15T21:33:21.773Z Documenting ipnet v2.9.0
24702024-02-15T21:33:22.668Z Documenting regex-syntax v0.8.2
24712024-02-15T21:33:23.104Z Documenting tokio-util v0.7.10
24722024-02-15T21:33:23.811Z Documenting syn v2.0.48
24732024-02-15T21:33:25.840Z Documenting async-trait v0.1.77
24742024-02-15T21:33:25.878Z Documenting pem-rfc7468 v0.7.0
24752024-02-15T21:33:26.041Z Documenting crossbeam-utils v0.8.16
24762024-02-15T21:33:26.224Z Documenting encoding_rs v0.8.33
24772024-02-15T21:33:29.379Z Documenting regex-automata v0.4.4
24782024-02-15T21:33:29.933Z Documenting der_derive v0.7.2
24792024-02-15T21:33:30.194Z Documenting h2 v0.3.24
24802024-02-15T21:33:30.774Z Documenting utf8parse v0.2.1
24812024-02-15T21:33:31.090Z Documenting flagset v0.4.3
24822024-02-15T21:33:31.265Z Documenting native-tls v0.2.11
24832024-02-15T21:33:31.453Z Documenting serde_urlencoded v0.7.1
24842024-02-15T21:33:33.630Z Documenting num-integer v0.1.45
24852024-02-15T21:33:33.937Z Documenting time-macros v0.2.13
24862024-02-15T21:33:36.068Z Documenting tokio-native-tls v0.3.1
24872024-02-15T21:33:36.247Z Documenting der v0.7.8
24882024-02-15T21:33:36.642Z Documenting time-core v0.1.1
24892024-02-15T21:33:37.025Z Documenting regex v1.10.3
24902024-02-15T21:33:38.034Z Documenting gimli v0.28.0
24912024-02-15T21:33:39.043Z Documenting deranged v0.3.8
24922024-02-15T21:33:39.487Z Documenting num_threads v0.1.6
24932024-02-15T21:33:41.232Z Documenting spki v0.7.2
24942024-02-15T21:33:41.296Z Documenting object v0.32.1
24952024-02-15T21:33:41.488Z Documenting hyper v0.14.27
24962024-02-15T21:33:42.181Z Documenting rustc-demangle v0.1.23
24972024-02-15T21:33:44.541Z Documenting webpki-roots v0.25.2
24982024-02-15T21:33:44.547Z Documenting addr2line v0.21.0
24992024-02-15T21:33:44.547Z Documenting time v0.3.27
25002024-02-15T21:33:45.111Z Documenting spin v0.9.8
25012024-02-15T21:33:45.836Z Documenting either v1.9.0
25022024-02-15T21:33:47.065Z Documenting pkcs8 v0.10.2
25032024-02-15T21:33:48.070Z Documenting openapiv3 v2.0.0
25042024-02-15T21:33:48.165Z Documenting futures-executor v0.3.30
25052024-02-15T21:33:48.898Z Checking pest_meta v2.7.6
25062024-02-15T21:33:49.842Z Documenting memoffset v0.9.0
25072024-02-15T21:33:49.959Z Documenting data-encoding v2.4.0
25082024-02-15T21:33:50.193Z Documenting anstyle v1.0.2
25092024-02-15T21:33:51.841Z Documenting anstyle-parse v0.2.1
25102024-02-15T21:33:52.529Z Documenting ipnetwork v0.20.0
25112024-02-15T21:33:52.552Z Documenting backtrace v0.3.69
25122024-02-15T21:33:52.766Z Documenting crossbeam-epoch v0.9.15
25132024-02-15T21:33:54.072Z Documenting hyper-rustls v0.24.2
25142024-02-15T21:33:54.696Z Documenting hyper-tls v0.5.0
25152024-02-15T21:33:54.955Z Documenting sha2 v0.10.8
25162024-02-15T21:33:55.120Z Documenting hex v0.4.3
25172024-02-15T21:33:56.596Z Documenting crc32fast v1.3.2
25182024-02-15T21:33:57.718Z Documenting pest_meta v2.7.6
25192024-02-15T21:33:58.757Z Documenting anyhow v1.0.75
25202024-02-15T21:33:58.875Z Documenting scroll_derive v0.12.0
25212024-02-15T21:33:59.837Z Documenting colorchoice v1.0.0
25222024-02-15T21:34:00.101Z Documenting anstyle-query v1.0.0
25232024-02-15T21:34:01.225Z Documenting untrusted v0.9.0
25242024-02-15T21:34:01.683Z Documenting futures v0.3.30
25252024-02-15T21:34:01.737Z Documenting pest_generator v2.7.6
25262024-02-15T21:34:02.021Z Documenting reqwest v0.11.22
25272024-02-15T21:34:02.758Z Checking pest_generator v2.7.6
25282024-02-15T21:34:03.500Z Documenting num-iter v0.1.43
25292024-02-15T21:34:03.729Z Documenting hmac v0.12.1
25302024-02-15T21:34:04.650Z Documenting ring v0.17.7
25312024-02-15T21:34:04.650Z Documenting scroll v0.12.0
25322024-02-15T21:34:04.729Z Documenting anstream v0.5.0
25332024-02-15T21:34:06.507Z Documenting signal-hook v0.3.17
25342024-02-15T21:34:07.681Z Documenting terminal_size v0.2.6
25352024-02-15T21:34:08.591Z Documenting ucd-trie v0.1.6
25362024-02-15T21:34:09.030Z Documenting clap_lex v0.5.1
25372024-02-15T21:34:09.069Z Documenting static_assertions v1.1.0
25382024-02-15T21:34:09.522Z Documenting plain v0.2.3
25392024-02-15T21:34:09.610Z Documenting strsim v0.10.0
25402024-02-15T21:34:11.463Z Documenting pest_derive v2.7.6
25412024-02-15T21:34:11.859Z Documenting flate2 v1.0.28
25422024-02-15T21:34:12.129Z Documenting clap_derive v4.4.2
25432024-02-15T21:34:12.390Z Documenting goblin v0.8.0
25442024-02-15T21:34:12.646Z Documenting pretty-hex v0.4.1
25452024-02-15T21:34:13.213Z Documenting pest v2.7.6
25462024-02-15T21:34:13.507Z Documenting unicode-segmentation v1.10.1
25472024-02-15T21:34:13.994Z Documenting clap_builder v4.4.2
25482024-02-15T21:34:15.702Z Documenting managed v0.8.0
25492024-02-15T21:34:15.862Z Documenting signal-hook-mio v0.2.3
25502024-02-15T21:34:16.818Z Documenting block-padding v0.3.3
25512024-02-15T21:34:17.174Z Documenting scheduled-thread-pool v0.2.7
25522024-02-15T21:34:18.145Z Documenting dtrace-parser v0.2.0
25532024-02-15T21:34:18.539Z Documenting bzip2-sys v0.1.11+1.0.8
25542024-02-15T21:34:19.049Z Documenting thread-id v4.2.0
25552024-02-15T21:34:19.946Z Documenting clap v4.4.3
25562024-02-15T21:34:20.034Z Documenting enum-as-inner v0.5.1
25572024-02-15T21:34:20.854Z Documenting dof v0.3.0
25582024-02-15T21:34:21.992Z Documenting diesel_table_macro_syntax v0.1.0
25592024-02-15T21:34:22.143Z Checking diesel_table_macro_syntax v0.1.0
25602024-02-15T21:34:22.331Z Documenting inout v0.1.3
25612024-02-15T21:34:22.748Z Documenting r2d2 v0.8.10
25622024-02-15T21:34:23.359Z Documenting bzip2 v0.4.4
25632024-02-15T21:34:23.758Z Documenting crossterm v0.27.0
25642024-02-15T21:34:24.832Z Documenting md-5 v0.10.5
25652024-02-15T21:34:25.271Z Documenting trust-dns-proto v0.22.0
25662024-02-15T21:34:26.122Z Documenting usdt-impl v0.5.0
25672024-02-15T21:34:27.408Z Documenting stringprep v0.1.3
25682024-02-15T21:34:27.527Z Documenting toml_datetime v0.6.5
25692024-02-15T21:34:27.583Z Documenting diesel_derives v2.1.2
25702024-02-15T21:34:27.772Z Documenting ff v0.13.0
25712024-02-15T21:34:29.069Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25722024-02-15T21:34:29.708Z Documenting bit-vec v0.6.3
25732024-02-15T21:34:31.299Z Documenting fallible-iterator v0.2.0
25742024-02-15T21:34:32.010Z Documenting base16ct v0.2.0
25752024-02-15T21:34:32.404Z Documenting siphasher v0.3.11
25762024-02-15T21:34:33.751Z Documenting group v0.13.0
25772024-02-15T21:34:33.891Z Documenting cipher v0.4.4
25782024-02-15T21:34:33.981Z Documenting zip v0.6.6
25792024-02-15T21:34:34.131Z Documenting hkdf v0.12.4
25802024-02-15T21:34:35.128Z Documenting sec1 v0.7.3
25812024-02-15T21:34:35.290Z Documenting phf_shared v0.11.2
25822024-02-15T21:34:35.743Z Documenting diesel v2.1.4
25832024-02-15T21:34:36.339Z Documenting postgres-protocol v0.6.6
25842024-02-15T21:34:38.030Z Documenting num-bigint v0.4.4
25852024-02-15T21:34:38.381Z Documenting crypto-bigint v0.5.2
25862024-02-15T21:34:39.003Z Documenting hubpack v0.1.2
25872024-02-15T21:34:40.068Z Documenting bstr v1.6.0
25882024-02-15T21:34:40.398Z Documenting serde_repr v0.1.16
25892024-02-15T21:34:41.437Z Documenting precomputed-hash v0.1.1
25902024-02-15T21:34:43.582Z Documenting new_debug_unreachable v1.0.4
25912024-02-15T21:34:44.117Z Documenting fixedbitset v0.4.2
25922024-02-15T21:34:44.978Z Documenting minimal-lexical v0.2.1
25932024-02-15T21:34:45.612Z Documenting lalrpop-util v0.19.12
25942024-02-15T21:34:45.742Z Documenting heck v0.4.1
25952024-02-15T21:34:46.004Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25962024-02-15T21:34:46.164Z Documenting elliptic-curve v0.13.8
25972024-02-15T21:34:46.507Z Documenting string_cache v0.8.7
25982024-02-15T21:34:46.957Z Documenting petgraph v0.6.4
25992024-02-15T21:34:50.106Z Documenting nom v7.1.3
26002024-02-15T21:34:50.192Z Documenting yasna v0.5.2
26012024-02-15T21:34:50.716Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26022024-02-15T21:34:50.908Z Documenting postgres-types v0.2.6
26032024-02-15T21:34:52.550Z Documenting phf v0.11.2
26042024-02-15T21:34:54.294Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26052024-02-15T21:34:54.860Z Documenting console v0.15.8
26062024-02-15T21:34:56.219Z Documenting semver v1.0.21
26072024-02-15T21:34:56.263Z Documenting float-cmp v0.9.0
26082024-02-15T21:34:57.381Z Documenting difflib v0.4.0
26092024-02-15T21:34:57.725Z Documenting predicates-core v1.0.6
26102024-02-15T21:34:58.217Z Documenting normalize-line-endings v0.3.0
26112024-02-15T21:34:58.572Z Documenting whoami v1.4.1
26122024-02-15T21:35:00.004Z Documenting bit-set v0.5.3
26132024-02-15T21:35:01.122Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26142024-02-15T21:35:01.641Z Documenting similar v2.3.0
26152024-02-15T21:35:01.641Z Documenting getopts v0.2.21
26162024-02-15T21:35:02.047Z Documenting tokio-stream v0.1.14
26172024-02-15T21:35:02.310Z Checking ident_case v1.0.1
26182024-02-15T21:35:02.796Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26192024-02-15T21:35:02.811Z Documenting predicates v3.1.0
26202024-02-15T21:35:03.227Z Documenting tokio-postgres v0.7.10
26212024-02-15T21:35:04.131Z Documenting match_cfg v0.1.0
26222024-02-15T21:35:05.701Z Documenting sha1 v0.10.6
26232024-02-15T21:35:05.887Z Documenting dirs-sys-next v0.1.2
26242024-02-15T21:35:06.902Z Documenting hostname v0.3.1
26252024-02-15T21:35:07.896Z Documenting rustls-pki-types v1.1.0
26262024-02-15T21:35:07.896Z Documenting camino v1.1.6
26272024-02-15T21:35:07.896Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26282024-02-15T21:35:09.667Z Documenting paste v1.0.14
26292024-02-15T21:35:10.548Z Documenting thread_local v1.1.7
26302024-02-15T21:35:10.598Z Documenting dirs-next v2.0.0
26312024-02-15T21:35:11.551Z Documenting crossbeam-channel v0.5.8
26322024-02-15T21:35:12.019Z Documenting rustls-webpki v0.102.1
26332024-02-15T21:35:12.733Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26342024-02-15T21:35:12.782Z Documenting serde_spanned v0.6.5
26352024-02-15T21:35:14.173Z Documenting atty v0.2.14
26362024-02-15T21:35:14.542Z Documenting term v0.7.0
26372024-02-15T21:35:15.056Z Documenting winnow v0.5.15
26382024-02-15T21:35:16.300Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26392024-02-15T21:35:16.640Z Documenting take_mut v0.2.2
26402024-02-15T21:35:16.809Z Documenting rustls v0.22.2
26412024-02-15T21:35:17.316Z Documenting slog-json v2.6.1
26422024-02-15T21:35:17.427Z Documenting http v1.0.0
26432024-02-15T21:35:17.676Z Documenting async-stream-impl v0.3.5
26442024-02-15T21:35:19.364Z Documenting slog-term v2.9.0
26452024-02-15T21:35:21.159Z Documenting toml_edit v0.22.4
26462024-02-15T21:35:21.701Z Documenting slog-async v2.8.0
26472024-02-15T21:35:22.414Z Documenting debug-ignore v1.0.5
26482024-02-15T21:35:23.487Z Documenting atomic-waker v1.1.1
26492024-02-15T21:35:23.611Z Documenting multer v3.0.0
26502024-02-15T21:35:24.056Z Documenting async-stream v0.3.5
26512024-02-15T21:35:25.299Z Documenting slog-bunyan v2.5.0
26522024-02-15T21:35:25.586Z Documenting rustls-pemfile v2.0.0
26532024-02-15T21:35:25.922Z Documenting tokio-rustls v0.25.0
26542024-02-15T21:35:25.951Z Checking darling_core v0.20.3
26552024-02-15T21:35:25.989Z Documenting waitgroup v0.1.2
26562024-02-15T21:35:27.024Z Documenting toml v0.8.10
26572024-02-15T21:35:27.778Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26582024-02-15T21:35:36.739Z Documenting serde_path_to_error v0.1.15
26592024-02-15T21:35:37.120Z Checking darling v0.20.3
26602024-02-15T21:35:37.120Z Documenting serde_with_macros v3.6.0
26612024-02-15T21:35:37.120Z Documenting structmeta-derive v0.3.0
26622024-02-15T21:35:37.120Z Documenting regress v0.8.0
26632024-02-15T21:35:37.120Z Documenting strum v0.26.1
26642024-02-15T21:35:37.120Z Checking structmeta v0.3.0
26652024-02-15T21:35:37.120Z Documenting instant v0.1.12
26662024-02-15T21:35:37.300Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26672024-02-15T21:35:37.300Z Documenting macaddr v1.0.1
26682024-02-15T21:35:37.300Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26692024-02-15T21:35:37.300Z Documenting serde_with v3.6.0
26702024-02-15T21:35:37.300Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712024-02-15T21:35:37.300Z Documenting structmeta v0.3.0
26722024-02-15T21:35:37.300Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26732024-02-15T21:35:37.300Z Documenting backoff v0.4.0
26742024-02-15T21:35:37.301Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-02-15T21:35:37.485Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26762024-02-15T21:35:38.600Z Documenting fastrand v2.0.1
26772024-02-15T21:35:39.056Z Documenting proc-macro-error-attr v1.0.4
26782024-02-15T21:35:40.733Z Documenting is-terminal v0.4.9
26792024-02-15T21:35:41.259Z Documenting parse-display-derive v0.9.0
26802024-02-15T21:35:41.394Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26812024-02-15T21:35:41.652Z Checking proc-macro-error v1.0.4
26822024-02-15T21:35:41.916Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26832024-02-15T21:35:42.246Z Checking proc-macro-crate v1.3.1
26842024-02-15T21:35:42.246Z Documenting proc-macro-crate v1.3.1
26852024-02-15T21:35:42.499Z Documenting hash32 v0.3.1
26862024-02-15T21:35:42.520Z Documenting stable_deref_trait v1.2.0
26872024-02-15T21:35:43.306Z Documenting tempfile v3.10.0
26882024-02-15T21:35:43.561Z Documenting proc-macro-error v1.0.4
26892024-02-15T21:35:45.292Z Documenting cobs v0.2.3
26902024-02-15T21:35:45.868Z Documenting embedded-io v0.4.0
26912024-02-15T21:35:46.511Z Documenting heapless v0.8.0
26922024-02-15T21:35:47.188Z Documenting parse-display v0.9.0
26932024-02-15T21:35:47.485Z Documenting num_enum_derive v0.5.11
26942024-02-15T21:35:48.260Z Documenting camino-tempfile v1.1.1
26952024-02-15T21:35:48.347Z Documenting foreign-types-macros v0.2.3
26962024-02-15T21:35:48.925Z Documenting foreign-types-shared v0.3.1
26972024-02-15T21:35:49.414Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26982024-02-15T21:35:49.414Z Documenting postcard v1.0.8
26992024-02-15T21:35:51.343Z Documenting smoltcp v0.11.0
27002024-02-15T21:35:51.364Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27012024-02-15T21:35:51.420Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27022024-02-15T21:35:51.667Z Documenting crucible-workspace-hack v0.1.0
27032024-02-15T21:35:52.453Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27042024-02-15T21:35:54.678Z Documenting num_enum v0.5.11
27052024-02-15T21:35:55.101Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27062024-02-15T21:35:55.101Z Documenting foreign-types v0.5.0
27072024-02-15T21:35:55.982Z Documenting cstr-argument v0.1.2
27082024-02-15T21:35:56.485Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27092024-02-15T21:35:56.988Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27102024-02-15T21:35:57.095Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27112024-02-15T21:35:57.949Z Documenting colored v2.0.4
27122024-02-15T21:35:58.181Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132024-02-15T21:36:00.418Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27142024-02-15T21:36:01.672Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27152024-02-15T21:36:02.580Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27162024-02-15T21:36:02.823Z Documenting zone_cfg_derive v0.3.0
27172024-02-15T21:36:02.994Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27182024-02-15T21:36:03.431Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27192024-02-15T21:36:05.013Z Documenting num-derive v0.4.0
27202024-02-15T21:36:05.256Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27212024-02-15T21:36:05.756Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27222024-02-15T21:36:06.368Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27232024-02-15T21:36:08.116Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27242024-02-15T21:36:08.325Z Documenting zone v0.3.0
27252024-02-15T21:36:08.549Z Documenting smf v0.2.2
27262024-02-15T21:36:09.552Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27272024-02-15T21:36:10.674Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27282024-02-15T21:36:11.500Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27292024-02-15T21:36:12.251Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27302024-02-15T21:36:12.471Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27312024-02-15T21:36:13.144Z Documenting password-hash v0.5.0
27322024-02-15T21:36:13.613Z Documenting blake2 v0.10.6
27332024-02-15T21:36:15.024Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342024-02-15T21:36:15.750Z Documenting linked-hash-map v0.5.6
27352024-02-15T21:36:16.185Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27362024-02-15T21:36:16.759Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27372024-02-15T21:36:16.765Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27382024-02-15T21:36:17.715Z Documenting itertools v0.12.1
27392024-02-15T21:36:18.817Z Documenting argon2 v0.5.3
27402024-02-15T21:36:19.174Z Documenting memmap v0.7.0
27412024-02-15T21:36:19.691Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27422024-02-15T21:36:21.031Z Documenting lru-cache v0.1.2
27432024-02-15T21:36:21.051Z Documenting swrite v0.1.0
27442024-02-15T21:36:21.317Z Documenting quick-error v1.2.3
27452024-02-15T21:36:23.802Z Documenting usdt v0.5.0
27462024-02-15T21:36:24.329Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27472024-02-15T21:36:24.473Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27482024-02-15T21:36:25.720Z Documenting newtype_derive v0.1.6
27492024-02-15T21:36:25.739Z Documenting tap v1.0.1
27502024-02-15T21:36:25.740Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27512024-02-15T21:36:25.922Z Documenting resolv-conf v0.7.0
27522024-02-15T21:36:25.937Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27532024-02-15T21:36:26.961Z Documenting radium v0.7.0
27542024-02-15T21:36:28.308Z Documenting wyz v0.5.1
27552024-02-15T21:36:30.016Z Documenting trust-dns-resolver v0.22.0
27562024-02-15T21:36:30.103Z Documenting nibble_vec v0.1.0
27572024-02-15T21:36:30.308Z Documenting steno v0.4.0
27582024-02-15T21:36:30.556Z Checking heck v0.3.3
27592024-02-15T21:36:30.721Z Documenting funty v2.0.0
27602024-02-15T21:36:30.759Z Documenting endian-type v0.1.2
27612024-02-15T21:36:31.384Z Documenting crc-catalog v2.2.0
27622024-02-15T21:36:33.943Z Documenting bitvec v1.0.1
27632024-02-15T21:36:34.354Z Documenting crc v3.0.1
27642024-02-15T21:36:34.596Z Documenting structopt-derive v0.4.18
27652024-02-15T21:36:35.836Z Documenting radix_trie v0.2.1
27662024-02-15T21:36:37.300Z Documenting cancel-safe-futures v0.1.5
27672024-02-15T21:36:38.848Z Documenting xattr v1.0.1
27682024-02-15T21:36:39.445Z Documenting filetime v0.2.23
27692024-02-15T21:36:40.454Z Documenting packed_struct_codegen v0.10.1
27702024-02-15T21:36:40.699Z Documenting nodrop v0.1.14
27712024-02-15T21:36:40.769Z Documenting structopt v0.3.26
27722024-02-15T21:36:40.810Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27732024-02-15T21:36:41.614Z Documenting num-bigint-dig v0.8.4
27742024-02-15T21:36:43.593Z Documenting libefi-sys v0.1.0
27752024-02-15T21:36:43.679Z Documenting array-init v0.0.4
27762024-02-15T21:36:43.972Z Documenting num-rational v0.4.1
27772024-02-15T21:36:44.727Z Documenting tar v0.4.40
27782024-02-15T21:36:44.826Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27792024-02-15T21:36:46.447Z Documenting packed_struct v0.10.1
27802024-02-15T21:36:48.386Z Documenting pkcs1 v0.7.5
27812024-02-15T21:36:48.503Z Documenting signature v2.1.0
27822024-02-15T21:36:48.503Z Documenting num-complex v0.4.4
27832024-02-15T21:36:49.014Z Documenting termcolor v1.2.0
27842024-02-15T21:36:49.397Z Documenting bitfield v0.14.0
27852024-02-15T21:36:49.474Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27862024-02-15T21:36:49.984Z Documenting arc-swap v1.6.0
27872024-02-15T21:36:51.424Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27882024-02-15T21:36:52.267Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27892024-02-15T21:36:52.900Z Documenting rsa v0.9.2
27902024-02-15T21:36:53.819Z Documenting env_logger v0.10.0
27912024-02-15T21:36:53.835Z Documenting num v0.4.1
27922024-02-15T21:36:54.768Z Documenting slog-scope v4.4.0
27932024-02-15T21:36:55.157Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27942024-02-15T21:36:56.599Z Documenting serde-hex v0.1.0
27952024-02-15T21:36:56.743Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27962024-02-15T21:36:58.180Z Documenting x509-cert v0.2.4
27972024-02-15T21:36:59.399Z Documenting libsw v3.3.1
27982024-02-15T21:36:59.799Z Documenting ron v0.8.1
27992024-02-15T21:37:00.721Z Documenting gethostname v0.4.3
28002024-02-15T21:37:01.232Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012024-02-15T21:37:03.055Z Documenting half v2.3.1
28022024-02-15T21:37:03.110Z Documenting derive-where v1.2.7
28032024-02-15T21:37:03.854Z Documenting crc-any v2.4.3
28042024-02-15T21:37:06.266Z Documenting ciborium-io v0.2.2
28052024-02-15T21:37:06.311Z Documenting owo-colors v4.0.0
28062024-02-15T21:37:06.311Z Documenting same-file v1.0.6
28072024-02-15T21:37:06.312Z Documenting linear-map v1.2.0
28082024-02-15T21:37:06.530Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28092024-02-15T21:37:06.906Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28102024-02-15T21:37:08.869Z Documenting ciborium-ll v0.2.2
28112024-02-15T21:37:09.405Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28122024-02-15T21:37:09.722Z Documenting walkdir v2.4.0
28132024-02-15T21:37:09.997Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28142024-02-15T21:37:10.998Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28152024-02-15T21:37:13.527Z Documenting slog-stdlog v4.1.1
28162024-02-15T21:37:14.354Z Documenting slog-dtrace v0.3.0
28172024-02-15T21:37:14.511Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182024-02-15T21:37:15.822Z Documenting path-slash v0.1.5
28192024-02-15T21:37:17.742Z Documenting slog-envlogger v2.2.0
28202024-02-15T21:37:18.155Z Documenting ciborium v0.2.2
28212024-02-15T21:37:20.783Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28222024-02-15T21:37:22.310Z Documenting pem v3.0.2
28232024-02-15T21:37:22.310Z Documenting fxhash v0.2.1
28242024-02-15T21:37:23.194Z Documenting display-error-chain v0.2.0
28252024-02-15T21:37:23.574Z Documenting utf-8 v0.7.6
28262024-02-15T21:37:24.844Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28272024-02-15T21:37:25.197Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28282024-02-15T21:37:25.350Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28292024-02-15T21:37:26.350Z Documenting vte_generate_state_changes v0.1.1
28302024-02-15T21:37:26.485Z Documenting convert_case v0.4.0
28312024-02-15T21:37:27.864Z Checking convert_case v0.4.0
28322024-02-15T21:37:28.086Z Documenting buf-list v1.0.3
28332024-02-15T21:37:28.275Z Documenting tungstenite v0.20.1
28342024-02-15T21:37:30.914Z Documenting vte v0.11.1
28352024-02-15T21:37:31.196Z Documenting derive_more v0.99.17
28362024-02-15T21:37:32.689Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28372024-02-15T21:37:33.071Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28382024-02-15T21:37:33.210Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28392024-02-15T21:37:33.742Z Checking darling_core v0.14.4
28402024-02-15T21:37:35.348Z Documenting pin-project-internal v1.1.3
28412024-02-15T21:37:35.698Z Documenting tokio-tungstenite v0.20.1
28422024-02-15T21:37:35.779Z Documenting strip-ansi-escapes v0.2.0
28432024-02-15T21:37:38.560Z Checking darling v0.14.4
28442024-02-15T21:37:38.695Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28452024-02-15T21:37:40.726Z Documenting doc-comment v0.3.3
28462024-02-15T21:37:41.266Z Documenting pin-project v1.1.3
28472024-02-15T21:37:41.956Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28482024-02-15T21:37:43.686Z Documenting crossbeam-deque v0.8.3
28492024-02-15T21:37:43.723Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28502024-02-15T21:37:44.167Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28512024-02-15T21:37:44.179Z Documenting snafu-derive v0.7.5
28522024-02-15T21:37:44.332Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532024-02-15T21:37:44.669Z Documenting nu-ansi-term v0.49.0
28542024-02-15T21:37:47.527Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28552024-02-15T21:37:48.452Z Documenting rayon-core v1.12.0
28562024-02-15T21:37:49.334Z Documenting trust-dns-client v0.22.0
28572024-02-15T21:37:49.394Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28582024-02-15T21:37:49.948Z Documenting reedline v0.28.0
28592024-02-15T21:37:55.263Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28602024-02-15T21:37:55.500Z Documenting globset v0.4.13
28612024-02-15T21:37:55.500Z Documenting snafu v0.7.5
28622024-02-15T21:37:55.500Z Documenting olpc-cjson v0.1.3
28632024-02-15T21:37:56.039Z Documenting serde_plain v1.0.2
28642024-02-15T21:37:56.196Z Documenting headers-core v0.2.0
28652024-02-15T21:37:57.292Z Documenting async-recursion v1.0.5
28662024-02-15T21:37:58.019Z Documenting keccak v0.1.4
28672024-02-15T21:37:58.236Z Documenting typed-path v0.7.0
28682024-02-15T21:37:58.357Z Documenting bytecount v0.6.3
28692024-02-15T21:37:59.177Z Documenting trust-dns-server v0.22.1
28702024-02-15T21:38:00.752Z Documenting headers v0.3.9
28712024-02-15T21:38:00.927Z Documenting sha3 v0.10.8
28722024-02-15T21:38:01.151Z Documenting rayon v1.8.0
28732024-02-15T21:38:01.303Z Documenting papergrid v0.11.0
28742024-02-15T21:38:04.578Z Documenting tough v0.16.0
28752024-02-15T21:38:04.834Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-02-15T21:38:06.197Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28772024-02-15T21:38:07.197Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782024-02-15T21:38:07.372Z Checking derive_builder_core v0.12.0
28792024-02-15T21:38:07.890Z Documenting derive_builder_core v0.12.0
28802024-02-15T21:38:08.293Z Documenting sled v0.34.7
28812024-02-15T21:38:08.527Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28822024-02-15T21:38:08.691Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28832024-02-15T21:38:09.171Z Documenting fs-err v2.11.0
28842024-02-15T21:38:09.523Z Documenting unicase v2.7.0
28852024-02-15T21:38:10.157Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-02-15T21:38:10.165Z Documenting tabled_derive v0.7.0
28872024-02-15T21:38:10.444Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28882024-02-15T21:38:12.827Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28892024-02-15T21:38:24.010Z Documenting fd-lock v4.0.2
28902024-02-15T21:38:24.481Z Documenting nix v0.27.1
28912024-02-15T21:38:24.481Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28922024-02-15T21:38:24.481Z Documenting secrecy v0.8.0
28932024-02-15T21:38:24.481Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28942024-02-15T21:38:24.481Z Documenting rustversion v1.0.14
28952024-02-15T21:38:24.481Z Documenting sqlparser_derive v0.2.2
28962024-02-15T21:38:24.575Z Documenting home v0.5.5
28972024-02-15T21:38:24.575Z Documenting parse-size v1.0.0
28982024-02-15T21:38:24.575Z Documenting unicode_categories v0.1.1
28992024-02-15T21:38:24.575Z Documenting tabled v0.15.0
29002024-02-15T21:38:24.576Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
29012024-02-15T21:38:24.576Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29022024-02-15T21:38:24.576Z Documenting castaway v0.2.2
29032024-02-15T21:38:24.576Z Documenting sqlparser v0.43.1
29042024-02-15T21:38:24.576Z Documenting rustyline v13.0.0
29052024-02-15T21:38:24.751Z Documenting sqlformat v0.2.3
29062024-02-15T21:38:26.373Z Documenting derive_builder_macro v0.12.0
29072024-02-15T21:38:27.417Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082024-02-15T21:38:29.061Z Documenting mime_guess v2.0.4
29092024-02-15T21:38:31.096Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29102024-02-15T21:38:31.208Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29112024-02-15T21:38:31.750Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29122024-02-15T21:38:34.141Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29132024-02-15T21:38:34.472Z Documenting universal-hash v0.5.1
29142024-02-15T21:38:38.517Z Documenting bcs v0.1.6
29152024-02-15T21:38:40.453Z Documenting kstat-rs v0.2.3
29162024-02-15T21:38:40.724Z Documenting thiserror-impl-no-std v2.0.2
29172024-02-15T21:38:44.031Z Documenting ref-cast-impl v1.0.20
29182024-02-15T21:38:44.439Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29192024-02-15T21:38:45.123Z Documenting curve25519-dalek-derive v0.1.0
29202024-02-15T21:38:45.989Z Documenting opaque-debug v0.3.0
29212024-02-15T21:38:46.727Z Documenting highway v1.1.0
29222024-02-15T21:38:48.990Z Documenting poly1305 v0.8.0
29232024-02-15T21:38:50.246Z Documenting thiserror-no-std v2.0.2
29242024-02-15T21:38:50.315Z Documenting ref-cast v1.0.20
29252024-02-15T21:38:50.315Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29262024-02-15T21:38:50.548Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29272024-02-15T21:38:50.620Z Documenting curve25519-dalek v4.1.1
29282024-02-15T21:38:53.354Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292024-02-15T21:38:53.508Z Documenting derive_builder v0.12.0
29302024-02-15T21:38:53.508Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29312024-02-15T21:38:53.997Z Documenting compact_str v0.7.1
29322024-02-15T21:38:54.791Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29332024-02-15T21:38:56.418Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29342024-02-15T21:38:57.921Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352024-02-15T21:38:59.040Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29362024-02-15T21:39:01.867Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29372024-02-15T21:39:04.817Z Documenting portable-atomic v1.4.3
29382024-02-15T21:39:08.388Z Documenting ed25519 v1.5.3
29392024-02-15T21:39:08.911Z Documenting polar-core v0.27.0
29402024-02-15T21:39:11.703Z Documenting libxml v0.3.3
29412024-02-15T21:39:13.359Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29422024-02-15T21:39:13.925Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29432024-02-15T21:39:16.388Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29442024-02-15T21:39:17.242Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29452024-02-15T21:39:18.025Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29462024-02-15T21:39:18.792Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29472024-02-15T21:39:20.463Z Documenting chacha20 v0.9.1
29482024-02-15T21:39:20.966Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29492024-02-15T21:39:21.001Z Documenting bb8 v0.8.3
29502024-02-15T21:39:26.429Z Documenting aead v0.5.2
29512024-02-15T21:39:27.319Z Documenting lru v0.12.1
29522024-02-15T21:39:28.053Z Documenting quick-xml v0.30.0
29532024-02-15T21:39:28.807Z Documenting stability v0.1.1
29542024-02-15T21:39:30.854Z Documenting oso-derive v0.27.0
29552024-02-15T21:39:31.025Z Documenting impl-trait-for-tuples v0.2.2
29562024-02-15T21:39:32.683Z Documenting glob v0.3.1
29572024-02-15T21:39:34.010Z Documenting cassowary v0.3.0
29582024-02-15T21:39:34.064Z Documenting maplit v1.0.2
29592024-02-15T21:39:34.356Z Documenting number_prefix v0.4.0
29602024-02-15T21:39:35.609Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29612024-02-15T21:39:35.838Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29622024-02-15T21:39:36.187Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29632024-02-15T21:39:37.213Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-02-15T21:39:37.489Z Documenting chacha20poly1305 v0.10.1
29652024-02-15T21:39:38.598Z Documenting ratatui v0.26.1
29662024-02-15T21:39:38.671Z Documenting oso v0.27.0
29672024-02-15T21:39:39.185Z Documenting indicatif v0.17.8
29682024-02-15T21:39:44.156Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29692024-02-15T21:39:44.212Z Documenting salty v0.2.0
29702024-02-15T21:39:44.796Z Documenting vsss-rs v3.3.4
29712024-02-15T21:39:47.678Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29722024-02-15T21:39:48.763Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29732024-02-15T21:39:48.785Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29742024-02-15T21:39:49.489Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29752024-02-15T21:39:51.424Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29762024-02-15T21:39:52.316Z Documenting cookie v0.18.0
29772024-02-15T21:39:53.629Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29782024-02-15T21:39:55.739Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29792024-02-15T21:39:56.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29802024-02-15T21:39:57.073Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29812024-02-15T21:39:58.522Z Documenting serde-big-array v0.5.1
29822024-02-15T21:39:59.870Z Documenting rtoolbox v0.0.1
29832024-02-15T21:40:00.294Z Documenting is_ci v1.1.1
29842024-02-15T21:40:00.615Z Documenting smawk v0.3.1
29852024-02-15T21:40:02.146Z Documenting http-range v0.1.5
29862024-02-15T21:40:03.251Z Documenting humantime v2.1.0
29872024-02-15T21:40:04.513Z Documenting unicode-linebreak v0.1.5
29882024-02-15T21:40:04.787Z Documenting rpassword v7.3.1
29892024-02-15T21:40:05.000Z Documenting supports-color v2.1.0
29902024-02-15T21:40:05.207Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29912024-02-15T21:40:06.317Z Documenting textwrap v0.16.0
29922024-02-15T21:40:06.893Z Documenting hyper-staticfile v0.9.5
29932024-02-15T21:40:07.633Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29942024-02-15T21:40:08.908Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952024-02-15T21:40:09.589Z Documenting tui-tree-widget v0.17.0
29962024-02-15T21:40:12.204Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29972024-02-15T21:40:13.485Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29982024-02-15T21:40:14.603Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29992024-02-15T21:40:15.220Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30002024-02-15T21:40:15.224Z Documenting rcgen v0.12.1
30012024-02-15T21:40:15.377Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30022024-02-15T21:40:15.946Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30032024-02-15T21:40:16.358Z Documenting atomicwrites v0.4.3
30042024-02-15T21:40:20.553Z Documenting signal-hook-tokio v0.3.1
30052024-02-15T21:40:21.491Z Documenting subprocess v0.2.9
30062024-02-15T21:40:22.084Z Documenting memmap2 v0.7.1
30072024-02-15T21:40:23.235Z Documenting corncobs v0.1.3
30082024-02-15T21:40:23.914Z Documenting arrayvec v0.7.4
30092024-02-15T21:40:26.220Z Documenting constant_time_eq v0.3.0
30102024-02-15T21:40:26.315Z Documenting shell-words v1.1.0
30112024-02-15T21:40:26.917Z Documenting arrayref v0.3.7
30122024-02-15T21:40:27.630Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30132024-02-15T21:40:28.700Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30142024-02-15T21:40:30.262Z Documenting blake3 v1.5.0
30152024-02-15T21:40:30.786Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30162024-02-15T21:40:33.494Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30172024-02-15T21:40:33.940Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-02-15T21:40:34.249Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30192024-02-15T21:40:35.602Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-02-15T21:40:36.890Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30212024-02-15T21:40:41.899Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30222024-02-15T21:40:48.249Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30232024-02-15T21:40:48.575Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30242024-02-15T21:40:50.287Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30252024-02-15T21:40:53.157Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30262024-02-15T21:40:56.335Zwarning: unclosed HTML tag `usize`
30272024-02-15T21:40:56.335Z --> wicket/src/ui/panes/update.rs:153:19
30282024-02-15T21:40:56.335Z |
30292024-02-15T21:40:56.335Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30302024-02-15T21:40:56.335Z | ^^^^^^^
30312024-02-15T21:40:56.336Z |
30322024-02-15T21:40:56.336Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30332024-02-15T21:40:56.336Z
30342024-02-15T21:40:56.845Z Documenting fatfs v0.3.6
30352024-02-15T21:40:57.615Zwarning: `wicket` (lib doc) generated 1 warning
30362024-02-15T21:40:57.619Z Documenting nanorand v0.7.0
30372024-02-15T21:41:01.805Z Documenting assert_matches v1.5.0
30382024-02-15T21:41:02.430Z Documenting topological-sort v0.2.2
30392024-02-15T21:41:02.959Z Documenting flume v0.11.0
30402024-02-15T21:41:04.221Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30412024-02-15T21:41:04.711Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30422024-02-15T21:41:06.943Z Documenting omicron-zone-package v0.11.0
30432024-02-15T21:41:07.871Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30442024-02-15T21:41:10.176Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30452024-02-15T21:41:11.147Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30462024-02-15T21:41:11.736Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30472024-02-15T21:41:19.407Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30482024-02-15T21:41:20.273Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30492024-02-15T21:41:26.717Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30502024-02-15T21:41:26.717Z --> sled-agent/src/sim/instance.rs:46:7
30512024-02-15T21:41:26.717Z |
30522024-02-15T21:41:26.717Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30532024-02-15T21:41:26.718Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30542024-02-15T21:41:26.718Z |
30552024-02-15T21:41:26.718Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30562024-02-15T21:41:26.718Z
30572024-02-15T21:41:26.718Z Documenting termios v0.3.3
30582024-02-15T21:41:26.909Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30592024-02-15T21:41:28.625Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30602024-02-15T21:41:33.140Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30612024-02-15T21:41:35.143Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30622024-02-15T21:41:35.166Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30632024-02-15T21:41:43.036Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30642024-02-15T21:41:58.264Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30652024-02-15T21:41:58.264Z --> nexus/db-queries/src/db/datastore/update.rs:27:27
30662024-02-15T21:41:58.265Z |
30672024-02-15T21:41:58.265Z27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30682024-02-15T21:41:58.265Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30692024-02-15T21:41:58.265Z |
30702024-02-15T21:41:58.265Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30712024-02-15T21:41:58.265Z
30722024-02-15T21:41:58.710Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30732024-02-15T21:42:07.585Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30742024-02-15T21:42:18.279Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30752024-02-15T21:42:18.397Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30762024-02-15T21:42:18.397Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30772024-02-15T21:42:18.397Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30782024-02-15T21:42:18.397Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30792024-02-15T21:42:22.060Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30802024-02-15T21:42:24.116Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30812024-02-15T21:42:41.679Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30822024-02-15T21:43:13.998Zwarning: unresolved link to `VolumeConstructionRequest`
30832024-02-15T21:43:13.998Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30842024-02-15T21:43:13.998Z |
30852024-02-15T21:43:13.998Z338 | /// [`VolumeConstructionRequest`] is shown here):
30862024-02-15T21:43:13.998Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30872024-02-15T21:43:13.999Z |
30882024-02-15T21:43:13.999Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30892024-02-15T21:43:13.999Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30902024-02-15T21:43:13.999Z
30912024-02-15T21:43:13.999Zwarning: unresolved link to `fd00:1122:3344:101::5`
30922024-02-15T21:43:13.999Z --> nexus/src/app/sagas/volume_delete.rs:348:17
30932024-02-15T21:43:13.999Z |
30942024-02-15T21:43:13.999Z348 | /// "[fd00:1122:3344:101::5]:1000",
30952024-02-15T21:43:13.999Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30962024-02-15T21:43:13.999Z
30972024-02-15T21:43:13.999Zwarning: unresolved link to `fd00:1122:3344:102::9`
30982024-02-15T21:43:13.999Z --> nexus/src/app/sagas/volume_delete.rs:349:17
30992024-02-15T21:43:13.999Z |
31002024-02-15T21:43:13.999Z349 | /// "[fd00:1122:3344:102::9]:1000",
31012024-02-15T21:43:13.999Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31022024-02-15T21:43:14.000Z
31032024-02-15T21:43:14.000Zwarning: unresolved link to `fd00:1122:3344:103::2`
31042024-02-15T21:43:14.000Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31052024-02-15T21:43:14.000Z |
31062024-02-15T21:43:14.000Z350 | /// "[fd00:1122:3344:103::2]:1000"
31072024-02-15T21:43:14.000Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31082024-02-15T21:43:14.000Z
31092024-02-15T21:43:14.000Zwarning: unresolved link to `fd00:1122:3344:101::5`
31102024-02-15T21:43:14.000Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31112024-02-15T21:43:14.000Z |
31122024-02-15T21:43:14.000Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31132024-02-15T21:43:14.000Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31142024-02-15T21:43:14.000Z
31152024-02-15T21:43:14.002Zwarning: unresolved link to `fd00:1122:3344:102::9`
31162024-02-15T21:43:14.002Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31172024-02-15T21:43:14.002Z |
31182024-02-15T21:43:14.003Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31192024-02-15T21:43:14.003Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31202024-02-15T21:43:14.003Z
31212024-02-15T21:43:14.003Zwarning: unresolved link to `fd00:1122:3344:103::2`
31222024-02-15T21:43:14.003Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31232024-02-15T21:43:14.003Z |
31242024-02-15T21:43:14.004Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31252024-02-15T21:43:14.004Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31262024-02-15T21:43:14.004Z
31272024-02-15T21:43:15.180Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31282024-02-15T21:43:37.430Z Finished dev [unoptimized + debuginfo] target(s) in 11m 24s
31292024-02-15T21:43:37.528Z
31302024-02-15T21:43:37.528Zreal 11:24.706467728
31312024-02-15T21:43:37.528Zuser 30:36.593809742
31322024-02-15T21:43:37.528Zsys 51:26.008155389
31332024-02-15T21:43:37.528Ztrap 0.870551263
31342024-02-15T21:43:37.528Ztflt 0.141038790
31352024-02-15T21:43:37.529Zdflt 0.565482812
31362024-02-15T21:43:37.529Zkflt 0.000283225
31372024-02-15T21:43:37.532Zlock 2:05:29.124835658
31382024-02-15T21:43:37.532Zslp 2:56:36.354077384
31392024-02-15T21:43:37.533Zlat 4:51.443453381
31402024-02-15T21:43:37.533Zstop 1:30.907949410
31412024-02-15T21:43:37.533Zprocess exited: duration 1271850 ms, exit code 0
 
31422024-02-15T21:43:37.540Zfound 0 output files