01HQF73B62N29WHSPF33GY0HC1: 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: 01HQF73JNSY614Y1KH1M4B15NX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-25T04:08:01.071Zjob assigned to worker 01HQF73QHWHB6FPZTG9XX4RAVA (queued for 1 m 5 s)
 
22024-02-25T04:08:01.334Zstarting task 0: "setup"
32024-02-25T04:08:01.420Z++ uname -s
42024-02-25T04:08:01.423Z+ kern=SunOS
52024-02-25T04:08:01.423Z+ case "$kern" in
62024-02-25T04:08:01.423Z+ groupadd -g 12345 build
72024-02-25T04:08:01.423Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-25T04:08:03.434Z+ zfs create -o mountpoint=/work rpool/work
92024-02-25T04:08:03.518Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-25T04:08:03.521Z+ home_fs=zfs
112024-02-25T04:08:03.522Z+ [[ zfs == autofs ]]
122024-02-25T04:08:03.522Z+ mkdir -p /home/build
132024-02-25T04:08:03.525Z+ chown build:build /home/build /work
142024-02-25T04:08:04.525Z+ chmod 0700 /home/build /work
152024-02-25T04:08:04.528Zprocess exited: duration 3198 ms, exit code 0
 
162024-02-25T04:08:04.535Zstarting task 1: "rust-toolchain"
172024-02-25T04:08:04.542Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-25T04:08:04.545Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-25T04:08:04.706Zinfo: downloading installer
202024-02-25T04:08:06.312Zwarning: it looks like you have an existing installation of Rust at:
212024-02-25T04:08:06.312Zwarning: /opt/ooce/bin
222024-02-25T04:08:06.312Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-25T04:08:06.312Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-25T04:08:06.312Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-25T04:08:06.312Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-25T04:08:06.312Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-25T04:08:06.312Zerror: cannot install while Rust is installed
282024-02-25T04:08:06.312Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-25T04:08:06.445Zinfo: profile set to 'default'
302024-02-25T04:08:06.445Zinfo: default host triple is x86_64-unknown-illumos
312024-02-25T04:08:06.448Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-25T04:08:06.613Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-25T04:08:06.614Zinfo: downloading component 'cargo'
342024-02-25T04:08:07.568Zinfo: downloading component 'clippy'
352024-02-25T04:08:07.903Zinfo: downloading component 'rust-docs'
362024-02-25T04:08:09.096Zinfo: downloading component 'rust-std'
372024-02-25T04:08:12.145Zinfo: downloading component 'rustc'
382024-02-25T04:08:16.475Zinfo: downloading component 'rustfmt'
392024-02-25T04:08:16.838Zinfo: installing component 'cargo'
402024-02-25T04:08:17.726Zinfo: installing component 'clippy'
412024-02-25T04:08:18.140Zinfo: installing component 'rust-docs'
422024-02-25T04:08:19.659Zinfo: installing component 'rust-std'
432024-02-25T04:08:21.553Zinfo: installing component 'rustc'
442024-02-25T04:08:25.783Zinfo: installing component 'rustfmt'
452024-02-25T04:08:26.107Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-25T04:08:26.108Z
472024-02-25T04:08:26.379Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-25T04:08:26.379Z
492024-02-25T04:08:26.388Z
502024-02-25T04:08:26.388ZRust is installed now. Great!
512024-02-25T04:08:26.388Z
522024-02-25T04:08:26.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-25T04:08:26.388Zenvironment variable. This has not been done automatically.
542024-02-25T04:08:26.389Z
552024-02-25T04:08:26.389ZTo configure your current shell, run:
562024-02-25T04:08:26.389Zsource "$HOME/.cargo/env"
572024-02-25T04:08:26.431Z+ rustc --version
582024-02-25T04:08:26.496Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-25T04:08:26.505Zprocess exited: duration 21957 ms, exit code 0
 
602024-02-25T04:08:26.531Zstarting task 2: "authentication"
612024-02-25T04:08:26.558Zprocess exited: duration 27 ms, exit code 0
 
622024-02-25T04:08:26.577Zstarting task 3: "clone repository"
632024-02-25T04:08:26.586Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-25T04:08:26.586Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-25T04:08:26.804ZCloning into '/work/oxidecomputer/omicron'...
662024-02-25T04:08:32.217Z+ cd /work/oxidecomputer/omicron
672024-02-25T04:08:32.233Z+ git fetch origin 960f77fd93b2d7dded6681ee757e91a2d85fc975
682024-02-25T04:08:32.533ZFrom https://github.com/oxidecomputer/omicron
692024-02-25T04:08:32.534Z * branch 960f77fd93b2d7dded6681ee757e91a2d85fc975 -> FETCH_HEAD
702024-02-25T04:08:32.545Z+ [[ -n '' ]]
712024-02-25T04:08:32.545Z+ git reset --hard 960f77fd93b2d7dded6681ee757e91a2d85fc975
722024-02-25T04:08:32.661ZHEAD is now at 960f77fd9 chore(deps): update taiki-e/install-action digest to b7add58
732024-02-25T04:08:32.685Zprocess exited: duration 6077 ms, exit code 0
 
742024-02-25T04:08:32.721Zstarting task 4: "build"
752024-02-25T04:08:32.743Z+ cargo --version
762024-02-25T04:08:32.743Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-25T04:08:32.863Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-25T04:08:32.870Zinfo: downloading component 'cargo'
792024-02-25T04:08:33.562Zinfo: downloading component 'clippy'
802024-02-25T04:08:33.783Zinfo: downloading component 'rust-docs'
812024-02-25T04:08:34.634Zinfo: downloading component 'rust-std'
822024-02-25T04:08:35.907Zinfo: downloading component 'rustc'
832024-02-25T04:08:40.038Zinfo: downloading component 'rustfmt'
842024-02-25T04:08:40.383Zinfo: installing component 'cargo'
852024-02-25T04:08:41.243Zinfo: installing component 'clippy'
862024-02-25T04:08:41.587Zinfo: installing component 'rust-docs'
872024-02-25T04:08:43.108Zinfo: installing component 'rust-std'
882024-02-25T04:08:44.777Zinfo: installing component 'rustc'
892024-02-25T04:08:48.856Zinfo: installing component 'rustfmt'
902024-02-25T04:08:49.238Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-25T04:08:49.242Z+ rustc --version
922024-02-25T04:08:49.310Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-25T04:08:49.313Z+ source ./env.sh
942024-02-25T04:08:49.314Z++ set -o xtrace
952024-02-25T04:08:49.314Z++++ dirname ./env.sh
962024-02-25T04:08:49.447Z+++ cd .
972024-02-25T04:08:49.450Z+++ echo /work/oxidecomputer/omicron
982024-02-25T04:08:49.451Z++ OMICRON_WS=/work/oxidecomputer/omicron
992024-02-25T04:08:49.451Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-02-25T04:08:49.451Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-02-25T04:08:49.451Z++ 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
1022024-02-25T04:08:49.451Z++ 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
1032024-02-25T04:08:49.451Z++ 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
1042024-02-25T04:08:49.451Z++ 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
1052024-02-25T04:08:49.451Z++ 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
1062024-02-25T04:08:49.451Z++ 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
1072024-02-25T04:08:49.451Z++ unset OMICRON_WS
1082024-02-25T04:08:49.451Z++ set +o xtrace
1092024-02-25T04:08:49.582Z
1102024-02-25T04:08:49.582Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-02-25T04:08:49.582Z # # # # # # # # # # # # # # #
1122024-02-25T04:08:49.582Z # # # # ##### # # ##### # # # # # #### #
1132024-02-25T04:08:49.582Z ##### ##### # ##### # # # # # # # # #
1142024-02-25T04:08:49.582Z # # # # # # # # # # # # # # #
1152024-02-25T04:08:49.582Z # # # ###### # # ###### ### # #### # #### #
1162024-02-25T04:08:49.582Z
1172024-02-25T04:09:05.615Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-02-25T04:09:06.825Z Startup: Caching catalogs ... Done
1192024-02-25T04:09:08.375ZPlanning: Solver setup ... Done (1.205s)
1202024-02-25T04:09:08.399ZPlanning: Running solver ... Done (0.029s)
1212024-02-25T04:09:08.719ZPlanning: Finding local manifests ... Done (0.297s)
1222024-02-25T04:09:08.738ZPlanning: Fetching manifests: 0/4 0% complete
1232024-02-25T04:09:08.991ZPlanning: Fetching manifests: 4/4 100% complete
1242024-02-25T04:09:09.033ZPlanning: Package planning ... Done (0.048s)
1252024-02-25T04:09:09.501ZPlanning: Merging actions ... Done (0.051s)
1262024-02-25T04:09:10.771ZPlanning: Checking for conflicting actions ... Done (1.687s)
1272024-02-25T04:09:10.780ZPlanning: Consolidating action changes ... Done (0.011s)
1282024-02-25T04:09:15.564ZPlanning: Evaluating mediators ... Done (4.782s)
1292024-02-25T04:09:15.573ZPlanning: Planning completed in 8.69 seconds
1302024-02-25T04:09:15.686Z Packages to install: 4
1312024-02-25T04:09:15.693Z Mediators to change: 2
1322024-02-25T04:09:15.693Z Services to change: 1
1332024-02-25T04:09:15.693Z Estimated space available: 148.87 GB
1342024-02-25T04:09:15.693ZEstimated space to be consumed: 1.41 GB
1352024-02-25T04:09:15.693Z Create boot environment: No
1362024-02-25T04:09:15.693ZCreate backup boot environment: No
1372024-02-25T04:09:15.693Z Rebuild boot archive: No
1382024-02-25T04:09:15.693Z
1392024-02-25T04:09:15.693ZChanged mediators:
1402024-02-25T04:09:15.693Z mediator clang:
1412024-02-25T04:09:15.693Z version: None -> 15 (system default)
1422024-02-25T04:09:15.693Z
1432024-02-25T04:09:15.693Z mediator llvm:
1442024-02-25T04:09:15.693Z version: 14 (system default) -> 15 (system default)
1452024-02-25T04:09:15.693Z
1462024-02-25T04:09:15.693ZChanged packages:
1472024-02-25T04:09:15.693Zhelios-dev
1482024-02-25T04:09:15.693Z developer/build-essential
1492024-02-25T04:09:15.693Z None -> 11-2.0
1502024-02-25T04:09:15.693Z library/libxmlsec1
1512024-02-25T04:09:15.693Z None -> 1.2.35-2.0
1522024-02-25T04:09:15.693Z ooce/developer/clang-15
1532024-02-25T04:09:15.693Z None -> 15.0.7-2.0
1542024-02-25T04:09:15.693Z ooce/developer/llvm-15
1552024-02-25T04:09:15.694Z None -> 15.0.7-2.0
1562024-02-25T04:09:15.694Z
1572024-02-25T04:09:15.694ZServices:
1582024-02-25T04:09:15.694Z restart_fmri:
1592024-02-25T04:09:15.694Z svc:/system/update-man-index:default
1602024-02-25T04:09:16.025Z
1612024-02-25T04:09:16.025ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1622024-02-25T04:09:21.028ZDownload: 717/3290 items 18.2/212.6MB 8% complete (3.8M/s)
1632024-02-25T04:09:26.044ZDownload: 1191/3290 items 67.7/212.6MB 31% complete (6.8M/s)
1642024-02-25T04:09:42.893ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1652024-02-25T04:09:47.892ZDownload: 3071/3290 items 121.4/212.6MB 57% complete (7.6M/s)
1662024-02-25T04:09:50.566ZDownload: Completed 212.60 MB in 34.54 seconds (6.2M/s)
1672024-02-25T04:09:54.984Z Actions: 1/3689 actions (Installing new actions)
1682024-02-25T04:10:00.031Z Actions: 3555/3689 actions (Installing new actions)
1692024-02-25T04:10:00.399Z Actions: Completed 3689 actions in 5.41 seconds.
1702024-02-25T04:10:00.570Z Done (0.167s)
1712024-02-25T04:10:00.571Z Done (0.000s)
1722024-02-25T04:10:00.791Z Done (0.219s)
1732024-02-25T04:10:06.240Z Done (5.323s)
1742024-02-25T04:10:06.429Z Done (0.119s)
1752024-02-25T04:10:06.433Z Done (0.000s)
1762024-02-25T04:10:06.593Z Done (0.000s)
1772024-02-25T04:10:07.100ZPlanning: Evaluating mediator changes ... Done
1782024-02-25T04:10:07.265ZPlanning: Checking for conflicting actions ... Done
1792024-02-25T04:10:07.677ZPlanning: Consolidating action changes ... Done
1802024-02-25T04:10:07.682ZPlanning: Evaluating mediators ... Done
1812024-02-25T04:10:07.682ZPlanning: Planning completed in 0.43 seconds
1822024-02-25T04:10:07.682Z Mediators to change: 2
1832024-02-25T04:10:07.682Z Create boot environment: No
1842024-02-25T04:10:07.682ZCreate backup boot environment: No
1852024-02-25T04:10:07.682Z Done
1862024-02-25T04:10:07.682Z Done
1872024-02-25T04:10:07.771Z Done
1882024-02-25T04:10:11.421Z Done
1892024-02-25T04:10:11.507Z Done
1902024-02-25T04:10:11.511Z Done
1912024-02-25T04:10:11.623Z Done
1922024-02-25T04:10:12.252ZPlanning: Evaluating mediator changes ... Done
1932024-02-25T04:10:12.255ZPlanning: Merging actions ... Done
1942024-02-25T04:10:12.449ZPlanning: Checking for conflicting actions ... Done
1952024-02-25T04:10:12.452ZPlanning: Consolidating action changes ... Done
1962024-02-25T04:10:12.716ZPlanning: Evaluating mediators ... Done
1972024-02-25T04:10:12.772ZPlanning: Planning completed in 0.80 seconds
1982024-02-25T04:10:12.807Z Packages to change: 1
1992024-02-25T04:10:12.807Z Mediators to change: 1
2002024-02-25T04:10:12.811Z Services to change: 1
2012024-02-25T04:10:12.811Z Create boot environment: No
2022024-02-25T04:10:12.811ZCreate backup boot environment: Yes
2032024-02-25T04:10:14.553Z Actions: 1/6 actions (Updating modified actions)
2042024-02-25T04:10:14.587Z Actions: Completed 6 actions in 0.03 seconds.
2052024-02-25T04:10:14.590Z Done
2062024-02-25T04:10:14.590Z Done
2072024-02-25T04:10:14.639Z Done
2082024-02-25T04:10:18.280Z Done
2092024-02-25T04:10:18.372Z Done
2102024-02-25T04:10:18.375Z Done
2112024-02-25T04:10:18.478Z Done
2122024-02-25T04:10:18.902ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-02-25T04:10:18.902Zclang system 15 system
2142024-02-25T04:10:18.902Zcsh system system illumos
2152024-02-25T04:10:18.903Zctags system system illumos
2162024-02-25T04:10:18.903Zgcc vendor 12 vendor
2172024-02-25T04:10:18.903Zgcc system 10 system
2182024-02-25T04:10:18.903Zgcc system 7 system
2192024-02-25T04:10:18.903Zgo system 1.20 system
2202024-02-25T04:10:18.903Zgo system 1.19 system
2212024-02-25T04:10:18.903Zllvm system 15 system
2222024-02-25T04:10:18.903Zllvm system 14 system
2232024-02-25T04:10:18.903Zmariadb system 10.6 system
2242024-02-25T04:10:18.903Zmta vendor vendor dma
2252024-02-25T04:10:18.903Zopenjdk system 17 system
2262024-02-25T04:10:18.903Zopenjdk system 11 system
2272024-02-25T04:10:18.903Zopenjdk system 1.8 system
2282024-02-25T04:10:18.904Zopenssl vendor 3 vendor
2292024-02-25T04:10:18.904Zperl system 5.36 system
2302024-02-25T04:10:18.904Zpostgresql system 15 system
2312024-02-25T04:10:18.904Zpostgresql system 13 system
2322024-02-25T04:10:18.904Zpython vendor 3 vendor
2332024-02-25T04:10:18.904Zpython system 2 system
2342024-02-25T04:10:18.904Zpython3 system 3.11 system
2352024-02-25T04:10:18.904Zruby system 3.0 system
2362024-02-25T04:10:18.904Zwords vendor vendor american-english
2372024-02-25T04:10:18.904Zwords system system australian-english
2382024-02-25T04:10:18.904Zwords system system british-english
2392024-02-25T04:10:18.904Zwords system system canadian-english
2402024-02-25T04:10:18.905Zwords system system french
2412024-02-25T04:10:18.905Zwords system system italian
2422024-02-25T04:10:18.905Zwords system system ngerman
2432024-02-25T04:10:18.905Zwords system system ogerman
2442024-02-25T04:10:18.905Zwords system system spanish
2452024-02-25T04:10:19.228ZFMRI IFO
2462024-02-25T04:10:19.228Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-02-25T04:10:19.228Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-02-25T04:10:19.228Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-02-25T04:10:19.228Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-02-25T04:10:19.228Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-02-25T04:10:19.228Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2522024-02-25T04:10:19.229Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2532024-02-25T04:10:19.229Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-02-25T04:10:19.283Z+ set -o errexit
2552024-02-25T04:10:19.290Z+++ dirname ./tools/ci_download_cockroachdb
2562024-02-25T04:10:19.290Z++ cd ./tools
2572024-02-25T04:10:19.290Z++ pwd
2582024-02-25T04:10:19.290Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-02-25T04:10:19.290Z++ basename ./tools/ci_download_cockroachdb
2602024-02-25T04:10:19.291Z+ ARG0=ci_download_cockroachdb
2612024-02-25T04:10:19.300Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-02-25T04:10:19.300Z+ CIDL_VERSION=v22.1.9
2632024-02-25T04:10:19.300Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-02-25T04:10:19.300Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-02-25T04:10:19.300Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-02-25T04:10:19.300Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-02-25T04:10:19.300Z+ TARGET_DIR=out
2682024-02-25T04:10:19.300Z+ DOWNLOAD_DIR=out/downloads
2692024-02-25T04:10:19.300Z+ DEST_DIR=./out/cockroachdb
2702024-02-25T04:10:19.300Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-02-25T04:10:19.300Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-02-25T04:10:19.300Z+ main
2732024-02-25T04:10:19.301Z+ [[ 0 != 0 ]]
2742024-02-25T04:10:19.301Z+ CIDL_OS=solaris2.11
2752024-02-25T04:10:19.301Z+ [[ 0 != 0 ]]
2762024-02-25T04:10:19.301Z+ configure_os solaris2.11
2772024-02-25T04:10:19.301Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-02-25T04:10:19.301Zcurrent directory: /work/oxidecomputer/omicron
2792024-02-25T04:10:19.301Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-02-25T04:10:19.301Z+ case "$1" in
2812024-02-25T04:10:19.301Zconfiguring based on OS: "solaris2.11"
2822024-02-25T04:10:19.301Z+ CIDL_BUILD=illumos
2832024-02-25T04:10:19.301Z+ CIDL_SUFFIX=tar.gz
2842024-02-25T04:10:19.301Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-02-25T04:10:19.301Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-02-25T04:10:19.301Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-02-25T04:10:19.302Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-02-25T04:10:19.302Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-02-25T04:10:19.302Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-25T04:10:19.302Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-02-25T04:10:19.302Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-25T04:10:19.302Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-02-25T04:10:19.302Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-02-25T04:10:19.302ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-25T04:10:19.302Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-02-25T04:10:19.302Z+ mkdir -p out/downloads
2972024-02-25T04:10:19.302ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-25T04:10:19.302Z+ mkdir -p ./out/cockroachdb
2992024-02-25T04:10:19.303Z+ local DO_DOWNLOAD=true
3002024-02-25T04:10:19.303Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-02-25T04:10:19.303Z+ '[' true == true ']'
3022024-02-25T04:10:19.303Z+ echo Downloading...
3032024-02-25T04:10:19.303ZDownloading...
3042024-02-25T04:10:19.303Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-02-25T04:10:19.303Z+ 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
3062024-02-25T04:10:22.238Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-02-25T04:10:22.241Z++ sha256sum
3082024-02-25T04:10:22.241Z++ awk '{print $1}'
3092024-02-25T04:10:22.758Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-02-25T04:10:22.758Z+ [[ 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 ]]
3112024-02-25T04:10:22.765Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-02-25T04:10:22.765Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-02-25T04:10:24.538Z+ do_assemble_illumos
3142024-02-25T04:10:24.538Z+ rm -r ./out/cockroachdb
3152024-02-25T04:10:24.541Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-02-25T04:10:24.918Z+ ./out/cockroachdb/bin/cockroach version
3172024-02-25T04:10:25.101ZBuild Tag: v22.1.9-dirty
3182024-02-25T04:10:25.101ZBuild Time: 2022/10/26 21:17:46
3192024-02-25T04:10:25.101ZDistribution: OSS
3202024-02-25T04:10:25.101ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-02-25T04:10:25.101ZGo Version: go1.17.13
3222024-02-25T04:10:25.101ZC Compiler: gcc 10.3.0
3232024-02-25T04:10:25.102ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-02-25T04:10:25.102ZBuild Type: release
3252024-02-25T04:10:25.113Z+ set -o errexit
3262024-02-25T04:10:25.114Z+++ dirname ./tools/ci_download_clickhouse
3272024-02-25T04:10:25.114Z++ cd ./tools
3282024-02-25T04:10:25.114Z++ pwd
3292024-02-25T04:10:25.114Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-02-25T04:10:25.114Z++ basename ./tools/ci_download_clickhouse
3312024-02-25T04:10:25.114Z+ ARG0=ci_download_clickhouse
3322024-02-25T04:10:25.114Z+ TARGET_DIR=out
3332024-02-25T04:10:25.114Z+ DOWNLOAD_DIR=out/downloads
3342024-02-25T04:10:25.114Z+ DEST_DIR=./out/clickhouse
3352024-02-25T04:10:25.114Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-02-25T04:10:25.114Z+ CIDL_VERSION=v22.8.9.24
3372024-02-25T04:10:25.114Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-02-25T04:10:25.114Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3392024-02-25T04:10:25.114Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3402024-02-25T04:10:25.114Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3412024-02-25T04:10:25.114Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-02-25T04:10:25.128Z+ main
3432024-02-25T04:10:25.128Z+ [[ 0 != 0 ]]
3442024-02-25T04:10:25.128Z+ CIDL_OS=solaris2.11
3452024-02-25T04:10:25.128Z+ [[ 0 != 0 ]]
3462024-02-25T04:10:25.128Z+ configure_os solaris2.11
3472024-02-25T04:10:25.128Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-02-25T04:10:25.128Zcurrent directory: /work/oxidecomputer/omicron
3492024-02-25T04:10:25.128Zconfiguring based on OS: "solaris2.11"
3502024-02-25T04:10:25.128Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-02-25T04:10:25.129Z+ CIDL_DASHREV=
3522024-02-25T04:10:25.129Z+ case "$1" in
3532024-02-25T04:10:25.129Z+ CIDL_PLATFORM=illumos
3542024-02-25T04:10:25.129Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3552024-02-25T04:10:25.129Z+ CIDL_MD5FUNC=do_md5sum
3562024-02-25T04:10:25.129Z+ CIDL_DASHREV=-1
3572024-02-25T04:10:25.129Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3582024-02-25T04:10:25.129Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-25T04:10:25.129Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-25T04:10:25.130Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-02-25T04:10:25.130Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3622024-02-25T04:10:25.130ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-02-25T04:10:25.130ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-25T04:10:25.130Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3652024-02-25T04:10:25.130Z+ mkdir -p out/downloads
3662024-02-25T04:10:25.130Z+ mkdir -p ./out/clickhouse
3672024-02-25T04:10:25.130Z+ local DO_DOWNLOAD=true
3682024-02-25T04:10:25.130Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3692024-02-25T04:10:25.130Z+ '[' true == true ']'
3702024-02-25T04:10:25.131Z+ echo Downloading...
3712024-02-25T04:10:25.131ZDownloading...
3722024-02-25T04:10:25.131Z+ 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
3732024-02-25T04:10:25.131Z+ 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
3742024-02-25T04:10:26.403Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752024-02-25T04:10:26.407Z++ md5sum
3762024-02-25T04:10:26.407Z++ awk '{print $1}'
3772024-02-25T04:10:26.594Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3782024-02-25T04:10:26.594Z+ [[ 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 ]]
3792024-02-25T04:10:26.599Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3802024-02-25T04:10:26.599Z+ mkdir -p ./out/clickhouse
3812024-02-25T04:10:26.600Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3822024-02-25T04:10:29.743Z+ ./out/clickhouse/clickhouse server --version
3832024-02-25T04:10:29.768ZClickHouse server version 22.8.9.1.
3842024-02-25T04:10:29.786Z+ set -o errexit
3852024-02-25T04:10:29.796Z+++ dirname ./tools/ci_download_console
3862024-02-25T04:10:29.796Z++ cd ./tools
3872024-02-25T04:10:29.796Z++ pwd
3882024-02-25T04:10:29.797Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-02-25T04:10:29.797Z++ basename ./tools/ci_download_console
3902024-02-25T04:10:29.797Z+ ARG0=ci_download_console
3912024-02-25T04:10:29.797Z+ TARGET_DIR=out
3922024-02-25T04:10:29.798Z+ DOWNLOAD_DIR=out/downloads
3932024-02-25T04:10:29.798Z+ DEST_DIR=./out/console-assets
3942024-02-25T04:10:29.798Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-02-25T04:10:29.798Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3962024-02-25T04:10:29.799Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3972024-02-25T04:10:29.799Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-25T04:10:29.799Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-02-25T04:10:29.799Z+ main
4002024-02-25T04:10:29.799Z+ [[ 0 != 0 ]]
4012024-02-25T04:10:29.800Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4022024-02-25T04:10:29.800Z+ echo 'Local file: out/downloads/console.tar.gz'
4032024-02-25T04:10:29.800ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4042024-02-25T04:10:29.800ZLocal file: out/downloads/console.tar.gz
4052024-02-25T04:10:29.800Z+ local DO_DOWNLOAD=true
4062024-02-25T04:10:29.800Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-02-25T04:10:29.800Z+ mkdir -p out/downloads
4082024-02-25T04:10:29.800Z+ '[' true == true ']'
4092024-02-25T04:10:29.801Z+ echo Downloading...
4102024-02-25T04:10:29.801ZDownloading...
4112024-02-25T04:10:29.801Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4122024-02-25T04:10:29.801Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4132024-02-25T04:10:30.371Z++ do_sha256sum out/downloads/console.tar.gz
4142024-02-25T04:10:30.375Z++ case "$OSTYPE" in
4152024-02-25T04:10:30.375Z++ SHA=sha256sum
4162024-02-25T04:10:30.375Z++ sha256sum
4172024-02-25T04:10:30.375Z++ awk '{print $1}'
4182024-02-25T04:10:30.380Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4192024-02-25T04:10:30.386Z+ [[ 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 ]]
4202024-02-25T04:10:30.386Z+ rm -rf ./out/console-assets
4212024-02-25T04:10:30.386Z+ mkdir -p ./out/console-assets
4222024-02-25T04:10:30.386Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-02-25T04:10:30.386Z+ mkdir -p ./out/console-assets
4242024-02-25T04:10:30.397Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-02-25T04:10:30.483Z+ set -o errexit
4262024-02-25T04:10:30.502Z+++ dirname ./tools/ci_download_maghemite_openapi
4272024-02-25T04:10:30.502Z++ cd ./tools
4282024-02-25T04:10:30.502Z++ pwd
4292024-02-25T04:10:30.502Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-02-25T04:10:30.502Z++ basename ./tools/ci_download_maghemite_openapi
4312024-02-25T04:10:30.502Z+ ARG0=ci_download_maghemite_openapi
4322024-02-25T04:10:30.502Z+ TARGET_DIR=out
4332024-02-25T04:10:30.502Z+ DOWNLOAD_DIR=out/downloads
4342024-02-25T04:10:30.503Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4352024-02-25T04:10:30.503Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4362024-02-25T04:10:30.503Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4372024-02-25T04:10:30.503Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4382024-02-25T04:10:30.503Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4392024-02-25T04:10:30.503Z+ main
4402024-02-25T04:10:30.503Z+ [[ 0 != 0 ]]
4412024-02-25T04:10:30.503Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4422024-02-25T04:10:30.504ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4432024-02-25T04:10:30.504Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4442024-02-25T04:10:30.504ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4452024-02-25T04:10:30.504Z+ local DO_DOWNLOAD=true
4462024-02-25T04:10:30.504Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4472024-02-25T04:10:30.504Z+ mkdir -p out/downloads
4482024-02-25T04:10:30.504Z+ '[' true == true ']'
4492024-02-25T04:10:30.504Z+ echo Downloading...
4502024-02-25T04:10:30.504ZDownloading...
4512024-02-25T04:10:30.504Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4522024-02-25T04:10:30.504Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4532024-02-25T04:10:30.689Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4542024-02-25T04:10:30.689Z++ case "$OSTYPE" in
4552024-02-25T04:10:30.693Z++ SHA=sha256sum
4562024-02-25T04:10:30.694Z++ sha256sum
4572024-02-25T04:10:30.694Z++ awk '{print $1}'
4582024-02-25T04:10:30.700Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4592024-02-25T04:10:30.701Z+ [[ 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 ]]
4602024-02-25T04:10:30.701Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4612024-02-25T04:10:30.701Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4622024-02-25T04:10:30.701Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4632024-02-25T04:10:30.701Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4642024-02-25T04:10:30.701Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4652024-02-25T04:10:30.701Z+ main
4662024-02-25T04:10:30.701Z+ [[ 0 != 0 ]]
4672024-02-25T04:10:30.701Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4682024-02-25T04:10:30.701ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4692024-02-25T04:10:30.701Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4702024-02-25T04:10:30.701Z+ local DO_DOWNLOAD=true
4712024-02-25T04:10:30.701ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4722024-02-25T04:10:30.701Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4732024-02-25T04:10:30.701Z+ mkdir -p out/downloads
4742024-02-25T04:10:30.701Z+ '[' true == true ']'
4752024-02-25T04:10:30.701Z+ echo Downloading...
4762024-02-25T04:10:30.701ZDownloading...
4772024-02-25T04:10:30.701Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4782024-02-25T04:10:30.701Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4792024-02-25T04:10:30.795Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4802024-02-25T04:10:30.798Z++ case "$OSTYPE" in
4812024-02-25T04:10:30.798Z++ SHA=sha256sum
4822024-02-25T04:10:30.798Z++ sha256sum
4832024-02-25T04:10:30.798Z++ awk '{print $1}'
4842024-02-25T04:10:30.801Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4852024-02-25T04:10:30.801Z+ [[ 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 ]]
4862024-02-25T04:10:30.822Z+ set -o errexit
4872024-02-25T04:10:30.825Z+++ dirname ./tools/ci_download_dendrite_openapi
4882024-02-25T04:10:30.825Z++ cd ./tools
4892024-02-25T04:10:30.825Z++ pwd
4902024-02-25T04:10:30.825Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912024-02-25T04:10:30.825Z++ basename ./tools/ci_download_dendrite_openapi
4922024-02-25T04:10:30.825Z+ ARG0=ci_download_dendrite_openapi
4932024-02-25T04:10:30.825Z+ TARGET_DIR=out
4942024-02-25T04:10:30.825Z+ DOWNLOAD_DIR=out/downloads
4952024-02-25T04:10:30.825Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962024-02-25T04:10:30.825Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4972024-02-25T04:10:30.825Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4982024-02-25T04:10:30.825Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4992024-02-25T04:10:30.825Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-25T04:10:30.825Z+ main
5012024-02-25T04:10:30.825Z+ [[ 0 != 0 ]]
5022024-02-25T04:10:30.825Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5032024-02-25T04:10:30.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5042024-02-25T04:10:30.825ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5052024-02-25T04:10:30.826Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5062024-02-25T04:10:30.826Z+ local DO_DOWNLOAD=true
5072024-02-25T04:10:30.826Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5082024-02-25T04:10:30.826Z+ mkdir -p out/downloads
5092024-02-25T04:10:30.826Z+ '[' true == true ']'
5102024-02-25T04:10:30.826Z+ echo Downloading...
5112024-02-25T04:10:30.826ZDownloading...
5122024-02-25T04:10:30.826Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5132024-02-25T04:10:30.826Z+ 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
5142024-02-25T04:10:30.984Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5152024-02-25T04:10:30.995Z++ case "$OSTYPE" in
5162024-02-25T04:10:30.995Z++ SHA=sha256sum
5172024-02-25T04:10:30.995Z++ sha256sum
5182024-02-25T04:10:30.995Z++ awk '{print $1}'
5192024-02-25T04:10:30.995Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-25T04:10:30.995Z+ [[ 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 ]]
5212024-02-25T04:10:30.995Z+ set -o errexit
5222024-02-25T04:10:31.009Z+++ dirname ./tools/ci_download_dendrite_stub
5232024-02-25T04:10:31.009Z++ cd ./tools
5242024-02-25T04:10:31.009Z++ pwd
5252024-02-25T04:10:31.009Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-02-25T04:10:31.009Z++ basename ./tools/ci_download_dendrite_stub
5272024-02-25T04:10:31.009Z+ ARG0=ci_download_dendrite_stub
5282024-02-25T04:10:31.009Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5292024-02-25T04:10:31.009Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5302024-02-25T04:10:31.009Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5312024-02-25T04:10:31.009Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5322024-02-25T04:10:31.009Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5332024-02-25T04:10:31.009Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5342024-02-25T04:10:31.009Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5352024-02-25T04:10:31.009Z+ TARGET_DIR=out
5362024-02-25T04:10:31.009Z+ DOWNLOAD_DIR=out/downloads
5372024-02-25T04:10:31.010Z+ DEST_DIR=./out/dendrite-stub
5382024-02-25T04:10:31.010Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5392024-02-25T04:10:31.010Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402024-02-25T04:10:31.010Z+ REPO=oxidecomputer/dendrite
5412024-02-25T04:10:31.010Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5422024-02-25T04:10:31.010Z+ main
5432024-02-25T04:10:31.010Z+ [[ 0 != 0 ]]
5442024-02-25T04:10:31.010Z+ CIDL_OS=solaris2.11
5452024-02-25T04:10:31.010Z+ [[ 0 != 0 ]]
5462024-02-25T04:10:31.010Z+ configure_os solaris2.11
5472024-02-25T04:10:31.010Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-02-25T04:10:31.010Zcurrent directory: /work/oxidecomputer/omicron
5492024-02-25T04:10:31.010Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-02-25T04:10:31.010Zconfiguring based on OS: "solaris2.11"
5512024-02-25T04:10:31.010Z+ case "$1" in
5522024-02-25T04:10:31.010Z+ SET_BINARIES=
5532024-02-25T04:10:31.011Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5542024-02-25T04:10:31.011Z+ CIDL_SHA256FUNC=do_sha256sum
5552024-02-25T04:10:31.011Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5562024-02-25T04:10:31.011Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5572024-02-25T04:10:31.011ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5582024-02-25T04:10:31.011Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5592024-02-25T04:10:31.011ZLocal file: out/downloads/dendrite-stub.tar.gz
5602024-02-25T04:10:31.011Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5612024-02-25T04:10:31.011Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5622024-02-25T04:10:31.011Z+ mkdir -p out/downloads
5632024-02-25T04:10:31.011Z+ mkdir -p ./out/dendrite-stub
5642024-02-25T04:10:31.011Z+ fetch_and_verify
5652024-02-25T04:10:31.011Z+ local DO_DOWNLOAD=true
5662024-02-25T04:10:31.012Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5672024-02-25T04:10:31.012Z+ '[' true == true ']'
5682024-02-25T04:10:31.012Z+ echo Downloading...
5692024-02-25T04:10:31.012ZDownloading...
5702024-02-25T04:10:31.012Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712024-02-25T04:10:31.012Z+ 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
5722024-02-25T04:10:39.386Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5732024-02-25T04:10:39.392Z++ sha256sum
5742024-02-25T04:10:39.392Z++ awk '{print $1}'
5752024-02-25T04:10:39.418Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5762024-02-25T04:10:39.431Z+ [[ 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 ]]
5772024-02-25T04:10:39.432Z+ do_untar out/downloads/dendrite-stub.tar.gz
5782024-02-25T04:10:39.432Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5792024-02-25T04:10:40.096Z+ do_assemble
5802024-02-25T04:10:40.096Z+ rm -r ./out/dendrite-stub
5812024-02-25T04:10:40.099Z+ mkdir ./out/dendrite-stub
5822024-02-25T04:10:40.105Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5832024-02-25T04:10:40.192Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5842024-02-25T04:10:40.202Z+ set -o errexit
5852024-02-25T04:10:40.206Z+++ dirname ./tools/ci_download_maghemite_mgd
5862024-02-25T04:10:40.210Z++ cd ./tools
5872024-02-25T04:10:40.210Z++ pwd
5882024-02-25T04:10:40.210Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-02-25T04:10:40.210Z++ basename ./tools/ci_download_maghemite_mgd
5902024-02-25T04:10:40.210Z+ ARG0=ci_download_maghemite_mgd
5912024-02-25T04:10:40.210Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5922024-02-25T04:10:40.210Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5932024-02-25T04:10:40.210Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5942024-02-25T04:10:40.210Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5952024-02-25T04:10:40.210Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5962024-02-25T04:10:40.210Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5972024-02-25T04:10:40.210Z+ TARGET_DIR=out
5982024-02-25T04:10:40.210Z+ DOWNLOAD_DIR=out/downloads
5992024-02-25T04:10:40.210Z+ DEST_DIR=./out/mgd
6002024-02-25T04:10:40.210Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6012024-02-25T04:10:40.210Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-02-25T04:10:40.210Z+ REPO=oxidecomputer/maghemite
6032024-02-25T04:10:40.211Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
6042024-02-25T04:10:40.214Z+ main
6052024-02-25T04:10:40.214Z+ [[ 0 != 0 ]]
6062024-02-25T04:10:40.214Z+ CIDL_OS=solaris2.11
6072024-02-25T04:10:40.214Z+ [[ 0 != 0 ]]
6082024-02-25T04:10:40.214Z+ configure_os solaris2.11
6092024-02-25T04:10:40.214Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-02-25T04:10:40.214Zcurrent directory: /work/oxidecomputer/omicron
6112024-02-25T04:10:40.214Z+ echo 'configuring based on OS: "solaris2.11"'
6122024-02-25T04:10:40.214Z+ case "$1" in
6132024-02-25T04:10:40.214Z+ SET_BINARIES=
6142024-02-25T04:10:40.214Zconfiguring based on OS: "solaris2.11"
6152024-02-25T04:10:40.214Z+ CIDL_SHA256FUNC=do_sha256sum
6162024-02-25T04:10:40.214Z+ TARBALL_FILENAME=mgd.tar.gz
6172024-02-25T04:10:40.214Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6182024-02-25T04:10:40.214Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6192024-02-25T04:10:40.214Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6202024-02-25T04:10:40.214ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6212024-02-25T04:10:40.214Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6222024-02-25T04:10:40.215Z+ mkdir -p out/downloads
6232024-02-25T04:10:40.215ZLocal file: out/downloads/mgd.tar.gz
6242024-02-25T04:10:40.215Z+ mkdir -p ./out/mgd
6252024-02-25T04:10:40.218Z+ fetch_and_verify
6262024-02-25T04:10:40.218Z+ local DO_DOWNLOAD=true
6272024-02-25T04:10:40.218Z+ [[ -f out/downloads/mgd.tar.gz ]]
6282024-02-25T04:10:40.218Z+ '[' true == true ']'
6292024-02-25T04:10:40.218Z+ echo Downloading...
6302024-02-25T04:10:40.218ZDownloading...
6312024-02-25T04:10:40.218Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6322024-02-25T04:10:40.218Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6332024-02-25T04:10:47.285Z++ do_sha256sum out/downloads/mgd.tar.gz
6342024-02-25T04:10:47.288Z++ sha256sum
6352024-02-25T04:10:47.288Z++ awk '{print $1}'
6362024-02-25T04:10:47.314Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6372024-02-25T04:10:47.317Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6382024-02-25T04:10:47.317Z+ do_untar out/downloads/mgd.tar.gz
6392024-02-25T04:10:47.317Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6402024-02-25T04:10:47.748Z+ do_assemble
6412024-02-25T04:10:47.748Z+ rm -r ./out/mgd
6422024-02-25T04:10:47.751Z+ mkdir ./out/mgd
6432024-02-25T04:10:47.754Z+ cp -r out/downloads/root ./out/mgd/root
6442024-02-25T04:10:47.898Z+ set -o errexit
6452024-02-25T04:10:47.901Z+++ dirname ./tools/ci_download_transceiver_control
6462024-02-25T04:10:47.912Z++ cd ./tools
6472024-02-25T04:10:47.912Z++ pwd
6482024-02-25T04:10:47.912Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6492024-02-25T04:10:47.912Z++ basename ./tools/ci_download_transceiver_control
6502024-02-25T04:10:47.918Z+ ARG0=ci_download_transceiver_control
6512024-02-25T04:10:47.918Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6522024-02-25T04:10:47.918Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6532024-02-25T04:10:47.918Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-02-25T04:10:47.918Z+ TARGET_DIR=out
6552024-02-25T04:10:47.918Z+ DOWNLOAD_DIR=out/downloads
6562024-02-25T04:10:47.918Z+ DEST_DIR=./out/transceiver-control
6572024-02-25T04:10:47.918Z+ BIN_DIR=/opt/oxide/bin
6582024-02-25T04:10:47.919Z+ BINARY=xcvradm
6592024-02-25T04:10:47.919Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6602024-02-25T04:10:47.919Z+ REPO=oxidecomputer/transceiver-control
6612024-02-25T04:10:47.919Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6622024-02-25T04:10:47.919Z+ main
6632024-02-25T04:10:47.919Z+ [[ 0 != 0 ]]
6642024-02-25T04:10:47.919Z+ CIDL_OS=solaris2.11
6652024-02-25T04:10:47.919Z+ [[ 0 != 0 ]]
6662024-02-25T04:10:47.919Z+ configure_os solaris2.11
6672024-02-25T04:10:47.919Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-02-25T04:10:47.919Zcurrent directory: /work/oxidecomputer/omicron
6692024-02-25T04:10:47.919Z+ echo 'configuring based on OS: "solaris2.11"'
6702024-02-25T04:10:47.919Zconfiguring based on OS: "solaris2.11"
6712024-02-25T04:10:47.919Z+ case "$1" in
6722024-02-25T04:10:47.919Z+ SET_BINARIES=
6732024-02-25T04:10:47.919Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-02-25T04:10:47.919Z+ CIDL_SHA256FUNC=do_sha256sum
6752024-02-25T04:10:47.919Z+ ARCHIVE_FILENAME=xcvradm.gz
6762024-02-25T04:10:47.919Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-02-25T04:10:47.919Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6782024-02-25T04:10:47.919Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6792024-02-25T04:10:47.919Z+ echo 'Local file: out/downloads/xcvradm.gz'
6802024-02-25T04:10:47.919ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-02-25T04:10:47.919ZLocal file: out/downloads/xcvradm.gz
6822024-02-25T04:10:47.919Z+ mkdir -p out/downloads
6832024-02-25T04:10:47.920Z+ mkdir -p ./out/transceiver-control
6842024-02-25T04:10:47.920Z+ fetch_and_verify
6852024-02-25T04:10:47.920Z+ local DO_DOWNLOAD=true
6862024-02-25T04:10:47.920Z+ [[ -f out/downloads/xcvradm.gz ]]
6872024-02-25T04:10:47.920Z+ '[' true == true ']'
6882024-02-25T04:10:47.920Z+ echo Downloading...
6892024-02-25T04:10:47.920ZDownloading...
6902024-02-25T04:10:47.920Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6912024-02-25T04:10:47.920Z+ 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
6922024-02-25T04:10:49.432Z++ do_sha256sum out/downloads/xcvradm.gz
6932024-02-25T04:10:49.435Z++ sha256sum
6942024-02-25T04:10:49.435Z++ awk '{print $1}'
6952024-02-25T04:10:49.441Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6962024-02-25T04:10:49.444Z+ [[ 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 ]]
6972024-02-25T04:10:49.444Z+ do_unpack out/downloads/xcvradm.gz
6982024-02-25T04:10:49.444Z+ mkdir -p out/downloads/root//opt/oxide/bin
6992024-02-25T04:10:49.444Z+ gzip -dc out/downloads/xcvradm.gz
7002024-02-25T04:10:49.571Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7012024-02-25T04:10:49.574Z+ do_assemble
7022024-02-25T04:10:49.574Z+ rm -r ./out/transceiver-control
7032024-02-25T04:10:49.577Z+ mkdir ./out/transceiver-control
7042024-02-25T04:10:49.577Z+ cp -r out/downloads/root ./out/transceiver-control/root
7052024-02-25T04:10:49.909ZAll builder prerequisites installed successfully, and PATH looks valid
7062024-02-25T04:10:49.919Z
7072024-02-25T04:10:49.920Zreal 2:00.238240239
7082024-02-25T04:10:49.920Zuser 34.078159110
7092024-02-25T04:10:49.920Zsys 6.374499649
7102024-02-25T04:10:49.920Ztrap 0.010085804
7112024-02-25T04:10:49.921Ztflt 0.253304890
7122024-02-25T04:10:49.921Zdflt 0.974420321
7132024-02-25T04:10:49.921Zkflt 0.338811663
7142024-02-25T04:10:49.921Zlock 1.272376830
7152024-02-25T04:10:49.921Zslp 3:55.347587874
7162024-02-25T04:10:49.922Zlat 1.853841981
7172024-02-25T04:10:49.922Zstop 0.122774565
7182024-02-25T04:10:49.922Z
7192024-02-25T04:10:49.922Z #### # # ##### ##### # #
7202024-02-25T04:10:49.922Z # # # # # # # # # #
7212024-02-25T04:10:49.922Z # # # # # # # #
7222024-02-25T04:10:49.922Z # # # ##### ##### #
7232024-02-25T04:10:49.922Z # # # # # # #
7242024-02-25T04:10:49.923Z #### ###### # # # #
7252024-02-25T04:10:49.923Z
7262024-02-25T04:10:50.121Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-02-25T04:10:50.421Z Updating git repository `https://github.com/oxidecomputer/samael`
7282024-02-25T04:10:50.781Z Updating crates.io index
7292024-02-25T04:10:50.785Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-02-25T04:10:51.722Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7312024-02-25T04:10:53.602Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7322024-02-25T04:10:54.171Z Updating git repository `http://github.com/oxidecomputer/tofino`
7332024-02-25T04:10:54.481Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7342024-02-25T04:10:54.762Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7352024-02-25T04:10:55.049Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-02-25T04:10:55.973Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-02-25T04:10:58.223Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-02-25T04:10:59.146Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7392024-02-25T04:10:59.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-02-25T04:11:00.025Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-02-25T04:11:00.326Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7422024-02-25T04:11:00.647Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-02-25T04:11:00.943Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-02-25T04:11:01.307Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-02-25T04:11:01.646Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-02-25T04:11:02.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-02-25T04:11:02.590Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7482024-02-25T04:11:02.926Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-02-25T04:11:03.266Z Updating git repository `https://github.com/jgallagher/nix`
7502024-02-25T04:11:04.263Z Updating git repository `https://github.com/cbiffle/hubpack`
7512024-02-25T04:11:04.651Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-02-25T04:11:05.787Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-02-25T04:11:06.152Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-02-25T04:11:06.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-02-25T04:11:07.942Z Downloading crates ...
7562024-02-25T04:11:08.224Z Downloaded anstream v0.6.11
7572024-02-25T04:11:08.230Z Downloaded cargo-platform v0.1.3
7582024-02-25T04:11:08.234Z Downloaded quote v1.0.35
7592024-02-25T04:11:08.234Z Downloaded serde_spanned v0.6.5
7602024-02-25T04:11:08.240Z Downloaded colorchoice v1.0.0
7612024-02-25T04:11:08.240Z Downloaded anstyle v1.0.2
7622024-02-25T04:11:08.240Z Downloaded cargo_toml v0.19.0
7632024-02-25T04:11:08.243Z Downloaded indexmap v2.2.3
7642024-02-25T04:11:08.253Z Downloaded equivalent v1.0.1
7652024-02-25T04:11:08.257Z Downloaded anstyle-query v1.0.0
7662024-02-25T04:11:08.266Z Downloaded toml_datetime v0.6.5
7672024-02-25T04:11:08.269Z Downloaded itoa v1.0.9
7682024-02-25T04:11:08.274Z Downloaded terminal_size v0.3.0
7692024-02-25T04:11:08.275Z Downloaded cargo_metadata v0.18.1
7702024-02-25T04:11:08.280Z Downloaded heck v0.4.1
7712024-02-25T04:11:08.280Z Downloaded strsim v0.11.0
7722024-02-25T04:11:08.280Z Downloaded clap_lex v0.7.0
7732024-02-25T04:11:08.283Z Downloaded utf8parse v0.2.1
7742024-02-25T04:11:08.283Z Downloaded errno v0.3.8
7752024-02-25T04:11:08.283Z Downloaded semver v1.0.22
7762024-02-25T04:11:08.283Z Downloaded camino v1.1.6
7772024-02-25T04:11:08.286Z Downloaded clap_derive v4.5.0
7782024-02-25T04:11:08.286Z Downloaded bitflags v2.4.0
7792024-02-25T04:11:08.289Z Downloaded anstyle-parse v0.2.1
7802024-02-25T04:11:08.292Z Downloaded thiserror v1.0.57
7812024-02-25T04:11:08.302Z Downloaded thiserror-impl v1.0.57
7822024-02-25T04:11:08.306Z Downloaded clap v4.5.0
7832024-02-25T04:11:08.308Z Downloaded anyhow v1.0.75
7842024-02-25T04:11:08.312Z Downloaded unicode-ident v1.0.12
7852024-02-25T04:11:08.314Z Downloaded toml v0.8.10
7862024-02-25T04:11:08.317Z Downloaded proc-macro2 v1.0.78
7872024-02-25T04:11:08.320Z Downloaded ryu v1.0.15
7882024-02-25T04:11:08.324Z Downloaded serde_derive v1.0.196
7892024-02-25T04:11:08.328Z Downloaded serde v1.0.196
7902024-02-25T04:11:08.333Z Downloaded memchr v2.6.3
7912024-02-25T04:11:08.340Z Downloaded toml_edit v0.22.6
7922024-02-25T04:11:08.370Z Downloaded serde_json v1.0.114
7932024-02-25T04:11:08.377Z Downloaded hashbrown v0.14.3
7942024-02-25T04:11:08.385Z Downloaded winnow v0.6.1
7952024-02-25T04:11:08.390Z Downloaded clap_builder v4.5.0
7962024-02-25T04:11:08.396Z Downloaded syn v2.0.48
7972024-02-25T04:11:08.406Z Downloaded rustix v0.38.31
7982024-02-25T04:11:08.436Z Downloaded libc v0.2.153
7992024-02-25T04:11:08.654Z Compiling proc-macro2 v1.0.78
8002024-02-25T04:11:08.654Z Compiling unicode-ident v1.0.12
8012024-02-25T04:11:08.657Z Compiling serde v1.0.196
8022024-02-25T04:11:08.657Z Compiling libc v0.2.153
8032024-02-25T04:11:08.657Z Compiling rustix v0.38.31
8042024-02-25T04:11:08.657Z Compiling hashbrown v0.14.3
8052024-02-25T04:11:08.676Z Compiling utf8parse v0.2.1
8062024-02-25T04:11:08.680Z Compiling equivalent v1.0.1
8072024-02-25T04:11:08.816Z Compiling bitflags v2.4.0
8082024-02-25T04:11:08.859Z Compiling anstyle-parse v0.2.1
8092024-02-25T04:11:08.874Z Compiling serde_json v1.0.114
8102024-02-25T04:11:09.150Z Compiling anstyle v1.0.2
8112024-02-25T04:11:09.191Z Compiling winnow v0.6.1
8122024-02-25T04:11:09.476Z Compiling semver v1.0.22
8132024-02-25T04:11:09.732Z Compiling indexmap v2.2.3
8142024-02-25T04:11:10.174Z Compiling camino v1.1.6
8152024-02-25T04:11:10.174Z Compiling thiserror v1.0.57
8162024-02-25T04:11:10.306Z Compiling anstyle-query v1.0.0
8172024-02-25T04:11:10.354Z Compiling colorchoice v1.0.0
8182024-02-25T04:11:10.506Z Compiling anstream v0.6.11
8192024-02-25T04:11:10.524Z Compiling clap_lex v0.7.0
8202024-02-25T04:11:10.842Z Compiling itoa v1.0.9
8212024-02-25T04:11:10.878Z Compiling anyhow v1.0.75
8222024-02-25T04:11:10.892Z Compiling heck v0.4.1
8232024-02-25T04:11:11.033Z Compiling ryu v1.0.15
8242024-02-25T04:11:11.057Z Compiling strsim v0.11.0
8252024-02-25T04:11:11.248Z Compiling quote v1.0.35
8262024-02-25T04:11:11.642Z Compiling syn v2.0.48
8272024-02-25T04:11:11.680Z Compiling errno v0.3.8
8282024-02-25T04:11:12.597Z Compiling terminal_size v0.3.0
8292024-02-25T04:11:12.691Z Compiling clap_builder v4.5.0
8302024-02-25T04:11:16.436Z Compiling serde_derive v1.0.196
8312024-02-25T04:11:16.436Z Compiling thiserror-impl v1.0.57
8322024-02-25T04:11:16.442Z Compiling clap_derive v4.5.0
8332024-02-25T04:11:19.071Z Compiling clap v4.5.0
8342024-02-25T04:11:24.059Z Compiling serde_spanned v0.6.5
8352024-02-25T04:11:24.062Z Compiling toml_datetime v0.6.5
8362024-02-25T04:11:24.062Z Compiling cargo-platform v0.1.3
8372024-02-25T04:11:24.317Z Compiling toml_edit v0.22.6
8382024-02-25T04:11:25.401Z Compiling cargo_metadata v0.18.1
8392024-02-25T04:11:26.272Z Compiling toml v0.8.10
8402024-02-25T04:11:26.881Z Compiling cargo_toml v0.19.0
8412024-02-25T04:11:30.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8422024-02-25T04:11:31.707Z Finished dev [unoptimized + debuginfo] target(s) in 41.74s
8432024-02-25T04:11:31.873Z Running `target/debug/xtask clippy`
8442024-02-25T04:11:31.907Zrunning: "/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"
8452024-02-25T04:11:32.422Z Downloading crates ...
8462024-02-25T04:11:32.645Z Downloaded instant v0.1.12
8472024-02-25T04:11:32.655Z Downloaded colored v2.0.4
8482024-02-25T04:11:32.658Z Downloaded anes v0.1.6
8492024-02-25T04:11:32.665Z Downloaded atomicwrites v0.4.3
8502024-02-25T04:11:32.670Z Downloaded async-stream v0.3.5
8512024-02-25T04:11:32.673Z Downloaded cpufeatures v0.2.12
8522024-02-25T04:11:32.677Z Downloaded ansi_term v0.12.1
8532024-02-25T04:11:32.682Z Downloaded num-integer v0.1.46
8542024-02-25T04:11:32.692Z Downloaded num v0.4.1
8552024-02-25T04:11:32.692Z Downloaded num-derive v0.4.0
8562024-02-25T04:11:32.692Z Downloaded constant_time_eq v0.3.0
8572024-02-25T04:11:32.699Z Downloaded constant_time_eq v0.2.6
8582024-02-25T04:11:32.699Z Downloaded block-buffer v0.10.4
8592024-02-25T04:11:32.699Z Downloaded normalize-line-endings v0.3.0
8602024-02-25T04:11:32.699Z Downloaded num-iter v0.1.43
8612024-02-25T04:11:32.700Z Downloaded convert_case v0.4.0
8622024-02-25T04:11:32.700Z Downloaded aead v0.5.2
8632024-02-25T04:11:32.700Z Downloaded backoff v0.4.0
8642024-02-25T04:11:33.128Z Downloaded num-rational v0.4.1
8652024-02-25T04:11:33.128Z Downloaded rustc_version v0.4.0
8662024-02-25T04:11:33.128Z Downloaded threadpool v1.8.1
8672024-02-25T04:11:33.129Z Downloaded is_ci v1.2.0
8682024-02-25T04:11:33.129Z Downloaded atty v0.2.14
8692024-02-25T04:11:33.136Z Downloaded num-bigint v0.4.4
8702024-02-25T04:11:33.136Z Downloaded kstat-rs v0.2.3
8712024-02-25T04:11:33.136Z Downloaded httpdate v1.0.3
8722024-02-25T04:11:33.136Z Downloaded maybe-uninit v2.0.0
8732024-02-25T04:11:33.136Z Downloaded tower-layer v0.3.2
8742024-02-25T04:11:33.136Z Downloaded async-stream-impl v0.3.5
8752024-02-25T04:11:33.136Z Downloaded term v0.7.0
8762024-02-25T04:11:33.136Z Downloaded lru v0.12.1
8772024-02-25T04:11:33.136Z Downloaded http-body v1.0.0
8782024-02-25T04:11:33.136Z Downloaded indicatif v0.17.8
8792024-02-25T04:11:33.136Z Downloaded linked-hash-map v0.5.6
8802024-02-25T04:11:33.137Z Downloaded lazycell v1.3.0
8812024-02-25T04:11:33.137Z Downloaded cexpr v0.6.0
8822024-02-25T04:11:33.137Z Downloaded bytes v1.5.0
8832024-02-25T04:11:33.137Z Downloaded macaddr v1.0.1
8842024-02-25T04:11:33.137Z Downloaded cipher v0.4.4
8852024-02-25T04:11:33.137Z Downloaded similar v2.3.0
8862024-02-25T04:11:33.137Z Downloaded base16ct v0.2.0
8872024-02-25T04:11:33.137Z Downloaded bitfield v0.14.0
8882024-02-25T04:11:33.137Z Downloaded crc v3.0.1
8892024-02-25T04:11:33.137Z Downloaded corncobs v0.1.3
8902024-02-25T04:11:33.137Z Downloaded assert_matches v1.5.0
8912024-02-25T04:11:33.137Z Downloaded ciborium-io v0.2.2
8922024-02-25T04:11:33.137Z Downloaded hostname v0.3.1
8932024-02-25T04:11:33.137Z Downloaded hubpack_derive v0.1.1
8942024-02-25T04:11:33.138Z Downloaded cookie v0.18.0
8952024-02-25T04:11:33.138Z Downloaded http-range v0.1.5
8962024-02-25T04:11:33.138Z Downloaded curve25519-dalek-derive v0.1.0
8972024-02-25T04:11:33.138Z Downloaded hyper-tls v0.5.0
8982024-02-25T04:11:33.138Z Downloaded buf-list v1.0.3
8992024-02-25T04:11:33.138Z Downloaded ipnetwork v0.20.0
9002024-02-25T04:11:33.138Z Downloaded itertools v0.12.1
9012024-02-25T04:11:33.138Z Downloaded crunchy v0.2.2
9022024-02-25T04:11:33.138Z Downloaded rpassword v7.3.1
9032024-02-25T04:11:33.138Z Downloaded cast v0.3.0
9042024-02-25T04:11:33.138Z Downloaded match_cfg v0.1.0
9052024-02-25T04:11:33.138Z Downloaded nodrop v0.1.14
9062024-02-25T04:11:33.139Z Downloaded matches v0.1.10
9072024-02-25T04:11:33.139Z Downloaded lock_api v0.4.10
9082024-02-25T04:11:33.139Z Downloaded blake2b_simd v1.0.1
9092024-02-25T04:11:33.139Z Downloaded crucible-workspace-hack v0.1.0
9102024-02-25T04:11:33.139Z Downloaded crossbeam-deque v0.8.3
9112024-02-25T04:11:33.139Z Downloaded bzip2 v0.4.4
9122024-02-25T04:11:33.139Z Downloaded arrayref v0.3.7
9132024-02-25T04:11:33.139Z Downloaded home v0.5.5
9142024-02-25T04:11:33.139Z Downloaded indoc v2.0.3
9152024-02-25T04:11:33.139Z Downloaded bit-vec v0.6.3
9162024-02-25T04:11:33.139Z Downloaded keccak v0.1.4
9172024-02-25T04:11:33.139Z Downloaded ident_case v1.0.1
9182024-02-25T04:11:33.139Z Downloaded serde-big-array v0.5.1
9192024-02-25T04:11:33.140Z Downloaded memoffset v0.9.0
9202024-02-25T04:11:33.140Z Downloaded castaway v0.2.2
9212024-02-25T04:11:33.140Z Downloaded assert_cmd v2.0.14
9222024-02-25T04:11:33.140Z Downloaded libsw v3.3.1
9232024-02-25T04:11:33.140Z Downloaded bcs v0.1.6
9242024-02-25T04:11:33.140Z Downloaded bitflags v1.3.2
9252024-02-25T04:11:33.140Z Downloaded block-padding v0.3.3
9262024-02-25T04:11:33.140Z Downloaded adler v1.0.2
9272024-02-25T04:11:33.140Z Downloaded crypto-common v0.1.6
9282024-02-25T04:11:33.140Z Downloaded maplit v1.0.2
9292024-02-25T04:11:33.140Z Downloaded autocfg v1.1.0
9302024-02-25T04:11:33.140Z Downloaded chacha20 v0.9.1
9312024-02-25T04:11:33.140Z Downloaded impl-trait-for-tuples v0.2.2
9322024-02-25T04:11:33.140Z Downloaded nibble_vec v0.1.0
9332024-02-25T04:11:33.141Z Downloaded new_debug_unreachable v1.0.4
9342024-02-25T04:11:33.141Z Downloaded async-trait v0.1.77
9352024-02-25T04:11:33.141Z Downloaded cstr-argument v0.1.2
9362024-02-25T04:11:33.141Z Downloaded cassowary v0.3.0
9372024-02-25T04:11:33.141Z Downloaded memmap v0.7.0
9382024-02-25T04:11:33.141Z Downloaded hyper-rustls v0.24.2
9392024-02-25T04:11:33.141Z Downloaded highway v1.1.0
9402024-02-25T04:11:33.141Z Downloaded similar-asserts v1.5.0
9412024-02-25T04:11:33.141Z Downloaded nanorand v0.7.0
9422024-02-25T04:11:33.141Z Downloaded lalrpop-util v0.19.12
9432024-02-25T04:11:33.141Z Downloaded serde_tokenstream v0.1.7
9442024-02-25T04:11:33.141Z Downloaded memmap2 v0.7.1
9452024-02-25T04:11:33.141Z Downloaded lru-cache v0.1.2
9462024-02-25T04:11:33.141Z Downloaded cobs v0.2.3
9472024-02-25T04:11:33.141Z Downloaded httparse v1.8.0
9482024-02-25T04:11:33.142Z Downloaded hmac v0.12.1
9492024-02-25T04:11:33.142Z Downloaded inout v0.1.3
9502024-02-25T04:11:33.142Z Downloaded opaque-debug v0.3.0
9512024-02-25T04:11:33.142Z Downloaded httptest v0.15.5
9522024-02-25T04:11:33.142Z Downloaded cancel-safe-futures v0.1.5
9532024-02-25T04:11:33.142Z Downloaded signal-hook-mio v0.2.3
9542024-02-25T04:11:33.142Z Downloaded scroll_derive v0.12.0
9552024-02-25T04:11:33.142Z Downloaded structmeta v0.3.0
9562024-02-25T04:11:33.142Z Downloaded argon2 v0.5.3
9572024-02-25T04:11:33.142Z Downloaded parse-size v1.0.0
9582024-02-25T04:11:33.142Z Downloaded whoami v1.4.1
9592024-02-25T04:11:33.142Z Downloaded signature v2.1.0
9602024-02-25T04:11:33.142Z Downloaded approx v0.5.1
9612024-02-25T04:11:33.142Z Downloaded synstructure v0.12.6
9622024-02-25T04:11:33.142Z Downloaded rtoolbox v0.0.1
9632024-02-25T04:11:33.143Z Downloaded tui-tree-widget v0.17.0
9642024-02-25T04:11:33.143Z Downloaded signal-hook-registry v1.4.1
9652024-02-25T04:11:33.143Z Downloaded usdt-macro v0.5.0
9662024-02-25T04:11:33.143Z Downloaded bb8 v0.8.3
9672024-02-25T04:11:33.143Z Downloaded native-tls v0.2.11
9682024-02-25T04:11:33.143Z Downloaded relative-path v1.9.0
9692024-02-25T04:11:33.163Z Downloaded termcolor v1.2.0
9702024-02-25T04:11:33.163Z Downloaded libtest-mimic v0.6.1
9712024-02-25T04:11:33.163Z Downloaded structmeta v0.2.0
9722024-02-25T04:11:33.163Z Downloaded shlex v1.3.0
9732024-02-25T04:11:33.164Z Downloaded hyper-rustls v0.26.0
9742024-02-25T04:11:33.164Z Downloaded structmeta-derive v0.2.0
9752024-02-25T04:11:33.164Z Downloaded multimap v0.10.0
9762024-02-25T04:11:33.164Z Downloaded base64ct v1.6.0
9772024-02-25T04:11:33.164Z Downloaded mockall v0.12.0
9782024-02-25T04:11:33.164Z Downloaded tower-service v0.3.2
9792024-02-25T04:11:33.164Z Downloaded criterion-plot v0.5.0
9802024-02-25T04:11:33.164Z Downloaded mime_guess v2.0.4
9812024-02-25T04:11:33.164Z Downloaded plotters-svg v0.3.5
9822024-02-25T04:11:33.164Z Downloaded blake2 v0.10.6
9832024-02-25T04:11:33.164Z Downloaded radium v0.7.0
9842024-02-25T04:11:33.164Z Downloaded tokio-stream v0.1.14
9852024-02-25T04:11:33.164Z Downloaded unarray v0.1.4
9862024-02-25T04:11:33.164Z Downloaded dtrace-parser v0.1.14
9872024-02-25T04:11:33.164Z Downloaded libloading v0.7.4
9882024-02-25T04:11:33.164Z Downloaded newtype-uuid v1.0.1
9892024-02-25T04:11:33.164Z Downloaded md-5 v0.10.5
9902024-02-25T04:11:33.164Z Downloaded sha1 v0.10.6
9912024-02-25T04:11:33.165Z Downloaded tinyvec v1.6.0
9922024-02-25T04:11:33.165Z Downloaded scroll v0.12.0
9932024-02-25T04:11:33.165Z Downloaded addr2line v0.21.0
9942024-02-25T04:11:33.165Z Downloaded unicase v2.7.0
9952024-02-25T04:11:33.165Z Downloaded which v4.4.0
9962024-02-25T04:11:33.165Z Downloaded sct v0.7.0
9972024-02-25T04:11:33.165Z Downloaded rustls-pemfile v2.1.0
9982024-02-25T04:11:33.165Z Downloaded tokio-rustls v0.25.0
9992024-02-25T04:11:33.165Z Downloaded semver-parser v0.10.2
10002024-02-25T04:11:33.165Z Downloaded strum_macros v0.26.1
10012024-02-25T04:11:33.165Z Downloaded unicode-xid v0.2.4
10022024-02-25T04:11:33.165Z Downloaded data-encoding v2.4.0
10032024-02-25T04:11:33.165Z Downloaded strum_macros v0.25.2
10042024-02-25T04:11:33.165Z Downloaded tinytemplate v1.2.1
10052024-02-25T04:11:33.165Z Downloaded oso-derive v0.27.0
10062024-02-25T04:11:33.165Z Downloaded shell-words v1.1.0
10072024-02-25T04:11:33.165Z Downloaded allocator-api2 v0.2.16
10082024-02-25T04:11:33.165Z Downloaded basic-toml v0.1.8
10092024-02-25T04:11:33.165Z Downloaded derive_builder_macro v0.12.0
10102024-02-25T04:11:33.165Z Downloaded openssl-probe v0.1.5
10112024-02-25T04:11:33.166Z Downloaded usdt-attr-macro v0.5.0
10122024-02-25T04:11:33.166Z Downloaded const-oid v0.9.5
10132024-02-25T04:11:33.166Z Downloaded tinyvec_macros v0.1.1
10142024-02-25T04:11:33.166Z Downloaded futures-core v0.3.30
10152024-02-25T04:11:33.166Z Downloaded datatest-stable v0.2.3
10162024-02-25T04:11:33.166Z Downloaded usdt-macro v0.3.5
10172024-02-25T04:11:33.166Z Downloaded untrusted v0.9.0
10182024-02-25T04:11:33.166Z Downloaded tempfile v3.10.0
10192024-02-25T04:11:33.166Z Downloaded multer v3.0.0
10202024-02-25T04:11:33.166Z Downloaded unicode-bidi v0.3.13
10212024-02-25T04:11:33.166Z Downloaded untrusted v0.7.1
10222024-02-25T04:11:33.166Z Downloaded endian-type v0.1.2
10232024-02-25T04:11:33.166Z Downloaded fallible-iterator v0.2.0
10242024-02-25T04:11:33.166Z Downloaded subtle v2.5.0
10252024-02-25T04:11:33.166Z Downloaded string_cache v0.8.7
10262024-02-25T04:11:33.167Z Downloaded usdt-impl v0.5.0
10272024-02-25T04:11:33.167Z Downloaded version_check v0.9.4
10282024-02-25T04:11:33.167Z Downloaded cfg-expr v0.15.6
10292024-02-25T04:11:33.167Z Downloaded strsim v0.8.0
10302024-02-25T04:11:33.167Z Downloaded slog-json v2.6.1
10312024-02-25T04:11:33.167Z Downloaded proc-macro-crate v1.3.1
10322024-02-25T04:11:33.167Z Downloaded base64 v0.21.7
10332024-02-25T04:11:33.167Z Downloaded strsim v0.10.0
10342024-02-25T04:11:33.167Z Downloaded hex-literal v0.4.1
10352024-02-25T04:11:33.167Z Downloaded cc v1.0.83
10362024-02-25T04:11:33.167Z Downloaded pest_generator v2.7.6
10372024-02-25T04:11:33.167Z Downloaded slog-dtrace v0.3.0
10382024-02-25T04:11:33.167Z Downloaded plotters-backend v0.3.5
10392024-02-25T04:11:33.167Z Downloaded num_threads v0.1.6
10402024-02-25T04:11:33.167Z Downloaded zeroize_derive v1.4.2
10412024-02-25T04:11:33.167Z Downloaded crc-any v2.4.3
10422024-02-25T04:11:33.167Z Downloaded crossbeam-epoch v0.9.15
10432024-02-25T04:11:33.167Z Downloaded chacha20poly1305 v0.10.1
10442024-02-25T04:11:33.167Z Downloaded arc-swap v1.6.0
10452024-02-25T04:11:33.167Z Downloaded pretty-hex v0.4.1
10462024-02-25T04:11:33.167Z Downloaded number_prefix v0.4.0
10472024-02-25T04:11:33.167Z Downloaded slog-bunyan v2.5.0
10482024-02-25T04:11:33.168Z Downloaded hyper-util v0.1.2
10492024-02-25T04:11:33.168Z Downloaded rustls-pemfile v1.0.3
10502024-02-25T04:11:33.168Z Downloaded unicode-linebreak v0.1.5
10512024-02-25T04:11:33.168Z Downloaded env_logger v0.10.0
10522024-02-25T04:11:33.168Z Downloaded tiny-keccak v2.0.2
10532024-02-25T04:11:33.168Z Downloaded group v0.13.0
10542024-02-25T04:11:33.168Z Downloaded structopt v0.3.26
10552024-02-25T04:11:33.168Z Downloaded toolchain_find v0.2.0
10562024-02-25T04:11:33.168Z Downloaded smallvec v0.6.14
10572024-02-25T04:11:33.168Z Downloaded futures-executor v0.3.30
10582024-02-25T04:11:33.168Z Downloaded fs-err v2.11.0
10592024-02-25T04:11:33.168Z Downloaded vsss-rs v3.3.4
10602024-02-25T04:11:33.168Z Downloaded fragile v2.0.0
10612024-02-25T04:11:33.168Z Downloaded heck v0.3.3
10622024-02-25T04:11:33.169Z Downloaded quick-error v1.2.3
10632024-02-25T04:11:33.169Z Downloaded pin-utils v0.1.0
10642024-02-25T04:11:33.169Z Downloaded dof v0.3.0
10652024-02-25T04:11:33.169Z Downloaded num-traits v0.2.16
10662024-02-25T04:11:33.169Z Downloaded dof v0.1.5
10672024-02-25T04:11:33.169Z Downloaded pkcs8 v0.10.2
10682024-02-25T04:11:33.169Z Downloaded backtrace v0.3.69
10692024-02-25T04:11:33.178Z Downloaded postcard v1.0.8
10702024-02-25T04:11:33.178Z Downloaded try-lock v0.2.4
10712024-02-25T04:11:33.178Z Downloaded derive_more v0.99.17
10722024-02-25T04:11:33.178Z Downloaded zone v0.3.0
10732024-02-25T04:11:33.178Z Downloaded fd-lock v3.0.13
10742024-02-25T04:11:33.178Z Downloaded csv-core v0.1.11
10752024-02-25T04:11:33.179Z Downloaded scheduled-thread-pool v0.2.7
10762024-02-25T04:11:33.179Z Downloaded nu-ansi-term v0.50.0
10772024-02-25T04:11:33.179Z Downloaded form_urlencoded v1.2.1
10782024-02-25T04:11:33.179Z Downloaded tungstenite v0.20.1
10792024-02-25T04:11:33.179Z Downloaded serde_yaml v0.9.25
10802024-02-25T04:11:33.179Z Downloaded rust-argon2 v1.0.1
10812024-02-25T04:11:33.179Z Downloaded precomputed-hash v0.1.1
10822024-02-25T04:11:33.179Z Downloaded topological-sort v0.2.2
10832024-02-25T04:11:33.179Z Downloaded foreign-types-shared v0.1.1
10842024-02-25T04:11:33.179Z Downloaded foreign-types-shared v0.3.1
10852024-02-25T04:11:33.179Z Downloaded path-slash v0.1.5
10862024-02-25T04:11:33.179Z Downloaded pathdiff v0.2.1
10872024-02-25T04:11:33.179Z Downloaded fxhash v0.2.1
10882024-02-25T04:11:33.179Z Downloaded thread_local v1.1.7
10892024-02-25T04:11:33.179Z Downloaded hex v0.4.3
10902024-02-25T04:11:33.179Z Downloaded futures-io v0.3.30
10912024-02-25T04:11:33.179Z Downloaded filetime v0.2.23
10922024-02-25T04:11:33.179Z Downloaded usdt v0.3.5
10932024-02-25T04:11:33.179Z Downloaded slog-envlogger v2.2.0
10942024-02-25T04:11:33.179Z Downloaded mockall_derive v0.12.0
10952024-02-25T04:11:33.179Z Downloaded tap v1.0.1
10962024-02-25T04:11:33.189Z Downloaded textwrap v0.16.1
10972024-02-25T04:11:33.189Z Downloaded take_mut v0.2.2
10982024-02-25T04:11:33.189Z Downloaded difflib v0.4.0
10992024-02-25T04:11:33.189Z Downloaded omicron-zone-package v0.11.0
11002024-02-25T04:11:33.189Z Downloaded http v1.0.0
11012024-02-25T04:11:33.189Z Downloaded schemars_derive v0.8.16
11022024-02-25T04:11:33.190Z Downloaded smallvec v1.13.1
11032024-02-25T04:11:33.202Z Downloaded slog-term v2.9.0
11042024-02-25T04:11:33.202Z Downloaded itertools v0.10.5
11052024-02-25T04:11:33.213Z Downloaded stability v0.1.1
11062024-02-25T04:11:33.213Z Downloaded ron v0.8.1
11072024-02-25T04:11:33.213Z Downloaded newtype_derive v0.1.6
11082024-02-25T04:11:33.213Z Downloaded tokio-postgres v0.7.10
11092024-02-25T04:11:33.227Z Downloaded same-file v1.0.6
11102024-02-25T04:11:33.227Z Downloaded defmt v0.3.5
11112024-02-25T04:11:33.227Z Downloaded pretty-hex v0.2.1
11122024-02-25T04:11:33.227Z Downloaded usdt-attr-macro v0.3.5
11132024-02-25T04:11:33.228Z Downloaded trust-dns-client v0.22.0
11142024-02-25T04:11:33.231Z Downloaded pin-project-lite v0.2.13
11152024-02-25T04:11:33.231Z Downloaded tar v0.4.40
11162024-02-25T04:11:33.231Z Downloaded peeking_take_while v0.1.2
11172024-02-25T04:11:33.236Z Downloaded deranged v0.3.8
11182024-02-25T04:11:33.236Z Downloaded headers-core v0.2.0
11192024-02-25T04:11:33.236Z Downloaded serde_urlencoded v0.7.1
11202024-02-25T04:11:33.250Z Downloaded generic-array v0.14.7
11212024-02-25T04:11:33.250Z Downloaded usdt v0.5.0
11222024-02-25T04:11:33.250Z Downloaded tokio-macros v2.2.0
11232024-02-25T04:11:33.254Z Downloaded olpc-cjson v0.1.3
11242024-02-25T04:11:33.254Z Downloaded predicates v3.1.0
11252024-02-25T04:11:33.254Z Downloaded schemars v0.8.16
11262024-02-25T04:11:33.264Z Downloaded swrite v0.1.0
11272024-02-25T04:11:33.264Z Downloaded darling_core v0.20.3
11282024-02-25T04:11:33.271Z Downloaded spin v0.5.2
11292024-02-25T04:11:33.271Z Downloaded trybuild v1.0.89
11302024-02-25T04:11:33.271Z Downloaded futures-macro v0.3.30
11312024-02-25T04:11:33.271Z Downloaded either v1.10.0
11322024-02-25T04:11:33.281Z Downloaded socket2 v0.5.5
11332024-02-25T04:11:33.282Z Downloaded ena v0.14.2
11342024-02-25T04:11:33.282Z Downloaded stable_deref_trait v1.2.0
11352024-02-25T04:11:33.282Z Downloaded globset v0.4.13
11362024-02-25T04:11:33.283Z Downloaded papergrid v0.11.0
11372024-02-25T04:11:33.296Z Downloaded structmeta-derive v0.3.0
11382024-02-25T04:11:33.296Z Downloaded yansi v0.5.1
11392024-02-25T04:11:33.296Z Downloaded resolv-conf v0.7.0
11402024-02-25T04:11:33.297Z Downloaded r2d2 v0.8.10
11412024-02-25T04:11:33.297Z Downloaded parking_lot_core v0.9.8
11422024-02-25T04:11:33.311Z Downloaded termios v0.3.3
11432024-02-25T04:11:33.311Z Downloaded nested v0.1.1
11442024-02-25T04:11:33.311Z Downloaded tokio-native-tls v0.3.1
11452024-02-25T04:11:33.312Z Downloaded getrandom v0.2.10
11462024-02-25T04:11:33.312Z Downloaded derive_builder_core v0.12.0
11472024-02-25T04:11:33.312Z Downloaded unicode-width v0.1.11
11482024-02-25T04:11:33.312Z Downloaded phf_shared v0.11.2
11492024-02-25T04:11:33.313Z Downloaded num_cpus v1.16.0
11502024-02-25T04:11:33.326Z Downloaded criterion v0.5.1
11512024-02-25T04:11:33.327Z Downloaded predicates-tree v1.0.9
11522024-02-25T04:11:33.327Z Downloaded zerocopy v0.3.0
11532024-02-25T04:11:33.327Z Downloaded glob v0.3.1
11542024-02-25T04:11:33.327Z Downloaded futures-channel v0.3.30
11552024-02-25T04:11:33.327Z Downloaded pin-project v1.1.3
11562024-02-25T04:11:33.751Z Downloaded guppy-workspace-hack v0.1.0
11572024-02-25T04:11:33.751Z Downloaded termtree v0.4.1
11582024-02-25T04:11:33.751Z Downloaded darling_macro v0.14.4
11592024-02-25T04:11:33.751Z Downloaded ref-cast-impl v1.0.20
11602024-02-25T04:11:33.751Z Downloaded uuid v1.7.0
11612024-02-25T04:11:33.756Z Downloaded futures-sink v0.3.30
11622024-02-25T04:11:33.756Z Downloaded tokio-rustls v0.24.1
11632024-02-25T04:11:33.756Z Downloaded parse-display-derive v0.9.0
11642024-02-25T04:11:33.756Z Downloaded hash32 v0.3.1
11652024-02-25T04:11:33.756Z Downloaded futures-task v0.3.30
11662024-02-25T04:11:33.756Z Downloaded structopt-derive v0.4.18
11672024-02-25T04:11:33.756Z Downloaded sqlformat v0.2.3
11682024-02-25T04:11:33.756Z Downloaded hash32 v0.2.1
11692024-02-25T04:11:33.756Z Downloaded time-core v0.1.1
11702024-02-25T04:11:33.756Z Downloaded unicode_categories v0.1.1
11712024-02-25T04:11:33.756Z Downloaded phf v0.11.2
11722024-02-25T04:11:33.756Z Downloaded trust-dns-server v0.22.1
11732024-02-25T04:11:33.756Z Downloaded thread-id v4.2.0
11742024-02-25T04:11:33.756Z Downloaded fixedbitset v0.4.2
11752024-02-25T04:11:33.756Z Downloaded getopts v0.2.21
11762024-02-25T04:11:33.756Z Downloaded dyn-clone v1.0.16
11772024-02-25T04:11:33.756Z Downloaded trust-dns-resolver v0.22.0
11782024-02-25T04:11:33.757Z Downloaded futures-timer v3.0.2
11792024-02-25T04:11:33.757Z Downloaded defmt-macros v0.3.6
11802024-02-25T04:11:33.757Z Downloaded want v0.3.1
11812024-02-25T04:11:33.757Z Downloaded fatfs v0.3.6
11822024-02-25T04:11:33.757Z Downloaded plain v0.2.3
11832024-02-25T04:11:33.757Z Downloaded target-lexicon v0.12.13
11842024-02-25T04:11:33.757Z Downloaded serde_repr v0.1.16
11852024-02-25T04:11:33.757Z Downloaded crossterm v0.27.0
11862024-02-25T04:11:33.757Z Downloaded wait-timeout v0.2.0
11872024-02-25T04:11:33.757Z Downloaded strum_macros v0.24.3
11882024-02-25T04:11:33.757Z Downloaded toml_edit v0.19.15
11892024-02-25T04:11:33.757Z Downloaded vte_generate_state_changes v0.1.1
11902024-02-25T04:11:33.757Z Downloaded parking_lot_core v0.8.6
11912024-02-25T04:11:33.757Z Downloaded openssl-macros v0.1.1
11922024-02-25T04:11:33.757Z Downloaded zone_cfg_derive v0.3.0
11932024-02-25T04:11:33.757Z Downloaded ff v0.13.0
11942024-02-25T04:11:33.757Z Downloaded gethostname v0.4.3
11952024-02-25T04:11:33.757Z Downloaded rand_chacha v0.3.1
11962024-02-25T04:11:33.757Z Downloaded packed_struct_codegen v0.10.1
11972024-02-25T04:11:33.757Z Downloaded tempdir v0.3.7
11982024-02-25T04:11:33.757Z Downloaded foreign-types v0.3.2
11992024-02-25T04:11:33.757Z Downloaded serde_path_to_error v0.1.15
12002024-02-25T04:11:33.757Z Downloaded secrecy v0.8.0
12012024-02-25T04:11:33.757Z Downloaded once_cell v1.19.0
12022024-02-25T04:11:33.757Z Downloaded vte v0.11.1
12032024-02-25T04:11:33.757Z Downloaded owo-colors v4.0.0
12042024-02-25T04:11:33.758Z Downloaded darling_macro v0.20.3
12052024-02-25T04:11:33.758Z Downloaded strum v0.25.0
12062024-02-25T04:11:33.758Z Downloaded expectorate v1.1.0
12072024-02-25T04:11:33.758Z Downloaded nom v7.1.3
12082024-02-25T04:11:33.758Z Downloaded sqlparser_derive v0.2.2
12092024-02-25T04:11:33.758Z Downloaded rand_xorshift v0.3.0
12102024-02-25T04:11:33.758Z Downloaded diesel_table_macro_syntax v0.1.0
12112024-02-25T04:11:33.758Z Downloaded debug-ignore v1.0.5
12122024-02-25T04:11:33.758Z Downloaded static_assertions v1.1.0
12132024-02-25T04:11:33.758Z Downloaded pem-rfc7468 v0.7.0
12142024-02-25T04:11:33.758Z Downloaded flume v0.11.0
12152024-02-25T04:11:33.758Z Downloaded proc-macro-error-attr v1.0.4
12162024-02-25T04:11:33.758Z Downloaded diff v0.1.13
12172024-02-25T04:11:33.758Z Downloaded typenum v1.16.0
12182024-02-25T04:11:33.758Z Downloaded tracing-core v0.1.31
12192024-02-25T04:11:33.758Z Downloaded darling_core v0.14.4
12202024-02-25T04:11:33.758Z Downloaded flate2 v1.0.28
12212024-02-25T04:11:33.758Z Downloaded spki v0.7.2
12222024-02-25T04:11:33.758Z Downloaded fnv v1.0.7
12232024-02-25T04:11:33.758Z Downloaded usdt-impl v0.3.5
12242024-02-25T04:11:33.758Z Downloaded libxml v0.3.3
12252024-02-25T04:11:33.758Z Downloaded waitgroup v0.1.2
12262024-02-25T04:11:33.758Z Downloaded downcast v0.11.0
12272024-02-25T04:11:33.758Z Downloaded ppv-lite86 v0.2.17
12282024-02-25T04:11:33.758Z Downloaded num_enum_derive v0.5.11
12292024-02-25T04:11:33.758Z Downloaded fastrand v2.0.1
12302024-02-25T04:11:33.759Z Downloaded zeroize v1.7.0
12312024-02-25T04:11:33.759Z Downloaded rustc-demangle v0.1.23
12322024-02-25T04:11:33.759Z Downloaded foreign-types v0.5.0
12332024-02-25T04:11:33.759Z Downloaded foreign-types-macros v0.2.3
12342024-02-25T04:11:33.759Z Downloaded ucd-trie v0.1.6
12352024-02-25T04:11:33.759Z Downloaded slog v2.7.0
12362024-02-25T04:11:33.759Z Downloaded newline-converter v0.3.0
12372024-02-25T04:11:33.759Z Downloaded siphasher v0.3.11
12382024-02-25T04:11:33.759Z Downloaded parse-display v0.9.0
12392024-02-25T04:11:33.759Z Downloaded spin v0.9.8
12402024-02-25T04:11:33.759Z Downloaded x509-cert v0.2.4
12412024-02-25T04:11:33.759Z Downloaded portable-atomic v1.4.3
12422024-02-25T04:11:33.759Z Downloaded strum v0.26.1
12432024-02-25T04:11:33.759Z Downloaded display-error-chain v0.2.0
12442024-02-25T04:11:33.759Z Downloaded smf v0.2.2
12452024-02-25T04:11:33.759Z Downloaded time-macros v0.2.13
12462024-02-25T04:11:33.759Z Downloaded oso v0.27.0
12472024-02-25T04:11:33.759Z Downloaded dtrace-parser v0.2.0
12482024-02-25T04:11:33.759Z Downloaded num_enum v0.5.11
12492024-02-25T04:11:33.759Z Downloaded thiserror-no-std v2.0.2
12502024-02-25T04:11:33.760Z Downloaded zerocopy-derive v0.7.32
12512024-02-25T04:11:33.760Z Downloaded predicates-core v1.0.6
12522024-02-25T04:11:33.760Z Downloaded hkdf v0.12.4
12532024-02-25T04:11:33.760Z Downloaded blake3 v1.5.0
12542024-02-25T04:11:33.760Z Downloaded serde-hex v0.1.0
12552024-02-25T04:11:33.760Z Downloaded rusty-fork v0.3.0
12562024-02-25T04:11:33.760Z Downloaded tabled_derive v0.7.0
12572024-02-25T04:11:33.760Z Downloaded serde_plain v1.0.2
12582024-02-25T04:11:33.761Z Downloaded remove_dir_all v0.5.3
12592024-02-25T04:11:33.761Z Downloaded ed25519 v1.5.3
12602024-02-25T04:11:33.761Z Downloaded paste v1.0.14
12612024-02-25T04:11:33.777Z Downloaded float-cmp v0.9.0
12622024-02-25T04:11:33.777Z Downloaded pin-project-internal v1.1.3
12632024-02-25T04:11:33.777Z Downloaded textwrap v0.11.0
12642024-02-25T04:11:33.777Z Downloaded derive_builder v0.12.0
12652024-02-25T04:11:33.778Z Downloaded memoffset v0.7.1
12662024-02-25T04:11:33.778Z Downloaded parking_lot v0.12.1
12672024-02-25T04:11:33.778Z Downloaded subprocess v0.2.9
12682024-02-25T04:11:33.778Z Downloaded semver v0.11.0
12692024-02-25T04:11:33.778Z Downloaded rstest v0.18.2
12702024-02-25T04:11:33.778Z Downloaded flagset v0.4.3
12712024-02-25T04:11:33.779Z Downloaded rustc_version v0.1.7
12722024-02-25T04:11:33.779Z Downloaded hashbrown v0.12.3
12732024-02-25T04:11:33.779Z Downloaded der_derive v0.7.2
12742024-02-25T04:11:33.779Z Downloaded wyz v0.5.1
12752024-02-25T04:11:33.779Z Downloaded toml v0.5.11
12762024-02-25T04:11:33.779Z Downloaded dirs-sys-next v0.1.2
12772024-02-25T04:11:33.779Z Downloaded rustfmt-wrapper v0.2.0
12782024-02-25T04:11:33.779Z Downloaded rayon-core v1.12.0
12792024-02-25T04:11:33.779Z Downloaded tracing v0.1.37
12802024-02-25T04:11:33.779Z Downloaded slog-stdlog v4.1.1
12812024-02-25T04:11:33.779Z Downloaded prettyplease v0.2.16
12822024-02-25T04:11:33.780Z Downloaded url v2.5.0
12832024-02-25T04:11:33.780Z Downloaded crc32fast v1.3.2
12842024-02-25T04:11:33.780Z Downloaded serde_tokenstream v0.2.0
12852024-02-25T04:11:33.780Z Downloaded futures v0.3.30
12862024-02-25T04:11:33.780Z Downloaded typed-path v0.7.0
12872024-02-25T04:11:33.780Z Downloaded bindgen v0.69.2
12882024-02-25T04:11:33.780Z Downloaded partial-io v0.5.4
12892024-02-25T04:11:33.781Z Downloaded platforms v3.0.2
12902024-02-25T04:11:33.781Z Downloaded postgres-types v0.2.6
12912024-02-25T04:11:33.781Z Downloaded slog-scope v4.4.0
12922024-02-25T04:11:33.782Z Downloaded tracing-attributes v0.1.26
12932024-02-25T04:11:33.782Z Downloaded aho-corasick v1.0.4
12942024-02-25T04:11:33.782Z Downloaded test-strategy v0.3.1
12952024-02-25T04:11:33.782Z Downloaded postgres-protocol v0.6.6
12962024-02-25T04:11:33.782Z Downloaded serde_derive_internals v0.26.0
12972024-02-25T04:11:33.782Z Downloaded zerocopy v0.7.32
12982024-02-25T04:11:33.782Z Downloaded zip v0.6.6
12992024-02-25T04:11:33.782Z Downloaded derive-where v1.2.7
13002024-02-25T04:11:33.782Z Downloaded futures-util v0.3.30
13012024-02-25T04:11:33.782Z Downloaded tough v0.16.0
13022024-02-25T04:11:33.782Z Downloaded unsafe-libyaml v0.2.10
13032024-02-25T04:11:33.783Z Downloaded headers v0.3.9
13042024-02-25T04:11:33.783Z Downloaded rcgen v0.12.1
13052024-02-25T04:11:33.783Z Downloaded rsa v0.9.2
13062024-02-25T04:11:33.783Z Downloaded openssl-sys v0.9.96
13072024-02-25T04:11:33.783Z Downloaded serde_with v3.6.1
13082024-02-25T04:11:33.783Z Downloaded elliptic-curve v0.13.8
13092024-02-25T04:11:33.783Z Downloaded heapless v0.7.16
13102024-02-25T04:11:33.783Z Downloaded rand v0.4.6
13112024-02-25T04:11:33.784Z Downloaded winnow v0.5.15
13122024-02-25T04:11:33.784Z Downloaded rand v0.8.5
13132024-02-25T04:11:33.784Z Downloaded rayon v1.8.0
13142024-02-25T04:11:33.784Z Downloaded regex-automata v0.1.10
13152024-02-25T04:11:33.784Z Downloaded tabled v0.15.0
13162024-02-25T04:11:33.796Z Downloaded chrono v0.4.31
13172024-02-25T04:11:33.797Z Downloaded sqlparser v0.43.1
13182024-02-25T04:11:33.797Z Downloaded quick-xml v0.30.0
13192024-02-25T04:11:33.809Z Downloaded tokio-util v0.7.10
13202024-02-25T04:11:33.809Z Downloaded unicode-normalization v0.1.22
13212024-02-25T04:11:33.819Z Downloaded rustls-webpki v0.102.1
13222024-02-25T04:11:33.824Z Downloaded reqwest v0.11.22
13232024-02-25T04:11:33.841Z Downloaded lalrpop v0.19.12
13242024-02-25T04:11:33.845Z Downloaded pest v2.7.6
13252024-02-25T04:11:33.848Z Downloaded petgraph v0.6.4
13262024-02-25T04:11:33.867Z Downloaded h2 v0.3.24
13272024-02-25T04:11:33.878Z Downloaded nix v0.27.1
13282024-02-25T04:11:33.887Z Downloaded idna v0.5.0
13292024-02-25T04:11:33.895Z Downloaded plotters v0.3.5
13302024-02-25T04:11:33.902Z Downloaded reedline v0.29.0
13312024-02-25T04:11:33.908Z Downloaded smoltcp v0.9.1
13322024-02-25T04:11:33.917Z Downloaded vcpkg v0.2.15
13332024-02-25T04:11:33.953Z Downloaded rustls-webpki v0.101.7
13342024-02-25T04:11:33.966Z Downloaded rustls v0.22.2
13352024-02-25T04:11:33.980Z Downloaded diesel v2.1.4
13362024-02-25T04:11:33.998Z Downloaded regress v0.8.0
13372024-02-25T04:11:34.006Z Downloaded radix_trie v0.2.1
13382024-02-25T04:11:34.011Z Downloaded polar-core v0.27.0
13392024-02-25T04:11:34.020Z Downloaded regex-syntax v0.8.2
13402024-02-25T04:11:34.031Z Downloaded object v0.32.1
13412024-02-25T04:11:34.038Z Downloaded gimli v0.28.0
13422024-02-25T04:11:34.047Z Downloaded bstr v1.6.0
13432024-02-25T04:11:34.060Z Downloaded smoltcp v0.11.0
13442024-02-25T04:11:34.073Z Downloaded sled v0.34.7
13452024-02-25T04:11:34.085Z Downloaded proptest v1.4.0
13462024-02-25T04:11:34.093Z Downloaded openapiv3 v2.0.0
13472024-02-25T04:11:34.108Z Downloaded rustls v0.21.9
13482024-02-25T04:11:34.120Z Downloaded zerocopy-derive v0.2.0
13492024-02-25T04:11:34.128Z Downloaded regex-automata v0.4.4
13502024-02-25T04:11:34.143Z Downloaded ratatui v0.26.1
13512024-02-25T04:11:34.157Z Downloaded zerocopy-derive v0.6.4
13522024-02-25T04:11:34.167Z Downloaded regex-automata v0.3.8
13532024-02-25T04:11:34.184Z Downloaded sha3 v0.10.8
13542024-02-25T04:11:34.189Z Downloaded syn v1.0.109
13552024-02-25T04:11:34.200Z Downloaded regex-syntax v0.6.29
13562024-02-25T04:11:34.628Z Downloaded tokio v1.36.0
13572024-02-25T04:11:34.669Z Downloaded csv v1.3.0
13582024-02-25T04:11:34.669Z Downloaded encoding_rs v0.8.33
13592024-02-25T04:11:34.669Z Downloaded trust-dns-proto v0.22.0
13602024-02-25T04:11:34.669Z Downloaded curve25519-dalek v4.1.1
13612024-02-25T04:11:34.669Z Downloaded openssl v0.10.60
13622024-02-25T04:11:34.669Z Downloaded bstr v0.2.17
13632024-02-25T04:11:34.669Z Downloaded regex v1.10.3
13642024-02-25T04:11:34.669Z Downloaded object v0.30.4
13652024-02-25T04:11:34.669Z Downloaded webpki-roots v0.25.2
13662024-02-25T04:11:34.669Z Downloaded guppy v0.17.5
13672024-02-25T04:11:34.669Z Downloaded goblin v0.8.0
13682024-02-25T04:11:34.670Z Downloaded bitvec v1.0.1
13692024-02-25T04:11:34.670Z Downloaded time v0.3.27
13702024-02-25T04:11:34.670Z Downloaded hyper v0.14.27
13712024-02-25T04:11:34.670Z Downloaded idna v0.2.3
13722024-02-25T04:11:34.670Z Downloaded slog-async v2.8.0
13732024-02-25T04:11:34.670Z Downloaded hashbrown v0.13.2
13742024-02-25T04:11:34.670Z Downloaded steno v0.4.0
13752024-02-25T04:11:34.670Z Downloaded rustc-hash v1.1.0
13762024-02-25T04:11:34.671Z Downloaded poly1305 v0.8.0
13772024-02-25T04:11:34.671Z Downloaded snafu-derive v0.7.5
13782024-02-25T04:11:34.671Z Downloaded funty v2.0.0
13792024-02-25T04:11:34.671Z Downloaded fd-lock v4.0.2
13802024-02-25T04:11:34.672Z Downloaded thiserror-impl-no-std v2.0.2
13812024-02-25T04:11:34.672Z Downloaded dirs-next v2.0.0
13822024-02-25T04:11:34.672Z Downloaded unicode-segmentation v1.10.1
13832024-02-25T04:11:34.672Z Downloaded hyper v1.1.0
13842024-02-25T04:11:34.672Z Downloaded miniz_oxide v0.7.1
13852024-02-25T04:11:34.673Z Downloaded darling v0.20.3
13862024-02-25T04:11:34.673Z Downloaded rustls-native-certs v0.7.0
13872024-02-25T04:11:34.673Z Downloaded password-hash v0.5.0
13882024-02-25T04:11:34.673Z Downloaded socket2 v0.4.9
13892024-02-25T04:11:34.673Z Downloaded proc-macro-error v1.0.4
13902024-02-25T04:11:34.673Z Downloaded signature v1.6.4
13912024-02-25T04:11:34.673Z Downloaded packed_struct v0.10.1
13922024-02-25T04:11:34.673Z Downloaded rand_core v0.6.4
13932024-02-25T04:11:34.673Z Downloaded pkcs1 v0.7.5
13942024-02-25T04:11:34.674Z Downloaded snafu v0.7.5
13952024-02-25T04:11:34.674Z Downloaded num-bigint-dig v0.8.4
13962024-02-25T04:11:34.674Z Downloaded clap v2.34.0
13972024-02-25T04:11:34.674Z Downloaded rustyline v13.0.0
13982024-02-25T04:11:34.674Z Downloaded tokio-tungstenite v0.20.1
13992024-02-25T04:11:34.674Z Downloaded mio v0.8.9
14002024-02-25T04:11:34.674Z Downloaded heapless v0.8.0
14012024-02-25T04:11:34.674Z Downloaded rustversion v1.0.14
14022024-02-25T04:11:34.674Z Downloaded ref-cast v1.0.20
14032024-02-25T04:11:34.674Z Downloaded enum-as-inner v0.5.1
14042024-02-25T04:11:34.674Z Downloaded xattr v1.0.1
14052024-02-25T04:11:34.675Z Downloaded pem v3.0.2
14062024-02-25T04:11:34.675Z Downloaded parking_lot v0.11.2
14072024-02-25T04:11:34.675Z Downloaded half v2.3.1
14082024-02-25T04:11:34.675Z Downloaded tower v0.4.13
14092024-02-25T04:11:34.675Z Downloaded pretty_assertions v1.4.0
14102024-02-25T04:11:34.675Z Downloaded minimal-lexical v0.2.1
14112024-02-25T04:11:34.675Z Downloaded pest_meta v2.7.6
14122024-02-25T04:11:34.675Z Downloaded zerocopy v0.6.4
14132024-02-25T04:11:34.675Z Downloaded crypto-bigint v0.5.2
14142024-02-25T04:11:34.675Z Downloaded pest_derive v2.7.6
14152024-02-25T04:11:34.676Z Downloaded phf_shared v0.10.0
14162024-02-25T04:11:34.676Z Downloaded oorandom v11.1.3
14172024-02-25T04:11:34.676Z Downloaded der v0.7.8
14182024-02-25T04:11:34.676Z Downloaded libm v0.2.7
14192024-02-25T04:11:34.676Z Downloaded crossbeam-channel v0.5.8
14202024-02-25T04:11:34.676Z Downloaded salty v0.2.0
14212024-02-25T04:11:34.677Z Downloaded embedded-io v0.4.0
14222024-02-25T04:11:34.677Z Downloaded target-spec v3.1.0
14232024-02-25T04:11:34.677Z Downloaded vec_map v0.8.2
14242024-02-25T04:11:34.678Z Downloaded supports-color v3.0.0
14252024-02-25T04:11:34.678Z Downloaded http v0.2.11
14262024-02-25T04:11:34.678Z Downloaded diesel_derives v2.1.2
14272024-02-25T04:11:34.678Z Downloaded serde_with_macros v3.6.1
14282024-02-25T04:11:34.678Z Downloaded smawk v0.3.1
14292024-02-25T04:11:34.678Z Downloaded percent-encoding v2.3.1
14302024-02-25T04:11:34.678Z Downloaded darling v0.14.4
14312024-02-25T04:11:34.678Z Downloaded yasna v0.5.2
14322024-02-25T04:11:34.679Z Downloaded crossbeam-utils v0.8.16
14332024-02-25T04:11:34.679Z Downloaded defmt-parser v0.3.3
14342024-02-25T04:11:34.679Z Downloaded doc-comment v0.3.3
14352024-02-25T04:11:34.679Z Downloaded digest v0.10.7
14362024-02-25T04:11:34.679Z Downloaded walkdir v2.4.0
14372024-02-25T04:11:34.679Z Downloaded toml v0.7.8
14382024-02-25T04:11:34.680Z Downloaded rstest_macros v0.18.2
14392024-02-25T04:11:34.680Z Downloaded pkg-config v0.3.27
14402024-02-25T04:11:34.680Z Downloaded strip-ansi-escapes v0.2.0
14412024-02-25T04:11:34.680Z Downloaded sec1 v0.7.3
14422024-02-25T04:11:34.680Z Downloaded clang-sys v1.6.1
14432024-02-25T04:11:34.681Z Downloaded compact_str v0.7.1
14442024-02-25T04:11:34.681Z Downloaded signal-hook v0.3.17
14452024-02-25T04:11:34.681Z Downloaded sha2 v0.10.8
14462024-02-25T04:11:34.681Z Downloaded utf-8 v0.7.6
14472024-02-25T04:11:34.681Z Downloaded stringprep v0.1.3
14482024-02-25T04:11:34.682Z Downloaded universal-hash v0.5.1
14492024-02-25T04:11:34.682Z Downloaded ahash v0.8.7
14502024-02-25T04:11:34.682Z Downloaded arrayvec v0.7.4
14512024-02-25T04:11:34.682Z Downloaded camino-tempfile v1.1.1
14522024-02-25T04:11:34.683Z Downloaded slab v0.4.9
14532024-02-25T04:11:34.683Z Downloaded scopeguard v1.2.0
14542024-02-25T04:11:34.683Z Downloaded rustls-pki-types v1.3.0
14552024-02-25T04:11:34.683Z Downloaded semver v0.1.20
14562024-02-25T04:11:34.684Z Downloaded log v0.4.20
14572024-02-25T04:11:34.695Z Downloaded mime v0.3.17
14582024-02-25T04:11:34.695Z Downloaded ascii-canvas v3.0.0
14592024-02-25T04:11:34.696Z Downloaded linear-map v1.2.0
14602024-02-25T04:11:34.696Z Downloaded crc-catalog v2.2.0
14612024-02-25T04:11:34.696Z Downloaded indoc v1.0.9
14622024-02-25T04:11:34.696Z Downloaded bit-set v0.5.3
14632024-02-25T04:11:34.696Z Downloaded signal-hook-tokio v0.3.1
14642024-02-25T04:11:34.697Z Downloaded serde-big-array v0.4.1
14652024-02-25T04:11:34.697Z Downloaded byteorder v1.5.0
14662024-02-25T04:11:34.697Z Downloaded libefi-sys v0.1.0
14672024-02-25T04:11:34.697Z Downloaded managed v0.8.0
14682024-02-25T04:11:34.697Z Downloaded hyper-staticfile v0.9.5
14692024-02-25T04:11:34.697Z Downloaded iana-time-zone v0.1.57
14702024-02-25T04:11:34.697Z Downloaded humantime v2.1.0
14712024-02-25T04:11:34.697Z Downloaded hubpack v0.1.2
14722024-02-25T04:11:34.698Z Downloaded cfg-if v1.0.0
14732024-02-25T04:11:34.698Z Downloaded array-init v0.0.4
14742024-02-25T04:11:34.698Z Downloaded bzip2-sys v0.1.11+1.0.8
14752024-02-25T04:11:34.698Z Downloaded http-body v0.4.5
14762024-02-25T04:11:34.698Z Downloaded bytecount v0.6.3
14772024-02-25T04:11:34.698Z Downloaded lazy_static v1.4.0
14782024-02-25T04:11:34.699Z Downloaded ipnet v2.9.0
14792024-02-25T04:11:34.699Z Downloaded indexmap v1.9.3
14802024-02-25T04:11:34.699Z Downloaded async-recursion v1.0.5
14812024-02-25T04:11:34.699Z Downloaded console v0.15.8
14822024-02-25T04:11:34.700Z Downloaded ciborium v0.2.2
14832024-02-25T04:11:34.700Z Downloaded num-complex v0.4.4
14842024-02-25T04:11:34.700Z Downloaded is-terminal v0.4.9
14852024-02-25T04:11:34.701Z Downloaded atomic-waker v1.1.1
14862024-02-25T04:11:34.701Z Downloaded ciborium-ll v0.2.2
14872024-02-25T04:11:34.769Z Downloaded ring v0.17.8
14882024-02-25T04:11:34.868Z Downloaded ring v0.16.20
14892024-02-25T04:11:35.442Z Compiling libc v0.2.153
14902024-02-25T04:11:35.442Z Compiling serde v1.0.196
14912024-02-25T04:11:35.445Z Compiling autocfg v1.1.0
14922024-02-25T04:11:35.446Z Compiling version_check v0.9.4
14932024-02-25T04:11:35.446Z Checking cfg-if v1.0.0
14942024-02-25T04:11:35.490Z Compiling syn v1.0.109
14952024-02-25T04:11:35.533Z Compiling syn v2.0.48
14962024-02-25T04:11:35.582Z Compiling parking_lot_core v0.9.8
14972024-02-25T04:11:35.621Z Compiling memchr v2.6.3
14982024-02-25T04:11:36.055Z Compiling libm v0.2.7
14992024-02-25T04:11:36.083Z Compiling once_cell v1.19.0
15002024-02-25T04:11:36.357Z Compiling ahash v0.8.7
15012024-02-25T04:11:36.465Z Compiling lock_api v0.4.10
15022024-02-25T04:11:36.632Z Compiling num-traits v0.2.16
15032024-02-25T04:11:36.784Z Compiling serde_json v1.0.114
15042024-02-25T04:11:36.928Z Compiling byteorder v1.5.0
15052024-02-25T04:11:37.401Z Compiling log v0.4.20
15062024-02-25T04:11:37.544Z Compiling slab v0.4.9
15072024-02-25T04:11:37.578Z Checking getrandom v0.2.10
15082024-02-25T04:11:37.761Z Compiling cc v1.0.83
15092024-02-25T04:11:38.011Z Compiling typenum v1.16.0
15102024-02-25T04:11:38.089Z Checking itoa v1.0.9
15112024-02-25T04:11:38.102Z Compiling generic-array v0.14.7
15122024-02-25T04:11:38.297Z Checking scopeguard v1.2.0
15132024-02-25T04:11:38.343Z Compiling allocator-api2 v0.2.16
15142024-02-25T04:11:38.433Z Compiling pkg-config v0.3.27
15152024-02-25T04:11:38.531Z Compiling rustix v0.38.31
15162024-02-25T04:11:39.045Z Checking smallvec v1.13.1
15172024-02-25T04:11:39.399Z Compiling schemars v0.8.16
15182024-02-25T04:11:39.443Z Compiling httparse v1.8.0
15192024-02-25T04:11:39.474Z Compiling fnv v1.0.7
15202024-02-25T04:11:39.774Z Compiling vcpkg v0.2.15
15212024-02-25T04:11:39.881Z Compiling aho-corasick v1.0.4
15222024-02-25T04:11:40.116Z Compiling regex-syntax v0.8.2
15232024-02-25T04:11:40.917Z Compiling ring v0.17.8
15242024-02-25T04:11:42.120Z Compiling openssl-sys v0.9.96
15252024-02-25T04:11:42.826Z Checking parking_lot v0.12.1
15262024-02-25T04:11:42.845Z Checking pin-project-lite v0.2.13
15272024-02-25T04:11:42.931Z Compiling ucd-trie v0.1.6
15282024-02-25T04:11:43.497Z Compiling serde_derive_internals v0.26.0
15292024-02-25T04:11:43.532Z Compiling regex-automata v0.4.4
15302024-02-25T04:11:44.721Z Compiling ring v0.16.20
15312024-02-25T04:11:44.938Z Checking ryu v1.0.15
15322024-02-25T04:11:45.967Z Checking signal-hook-registry v1.4.1
15332024-02-25T04:11:46.076Z Compiling crossbeam-utils v0.8.16
15342024-02-25T04:11:46.229Z Compiling openssl v0.10.60
15352024-02-25T04:11:46.678Z Checking mio v0.8.9
15362024-02-25T04:11:46.681Z Checking rand_core v0.6.4
15372024-02-25T04:11:46.703Z Compiling iana-time-zone v0.1.57
15382024-02-25T04:11:46.986Z Checking num_cpus v1.16.0
15392024-02-25T04:11:47.069Z Checking futures-core v0.3.30
15402024-02-25T04:11:47.109Z Compiling native-tls v0.2.11
15412024-02-25T04:11:47.238Z Compiling rustls v0.21.9
15422024-02-25T04:11:47.299Z Compiling spin v0.5.2
15432024-02-25T04:11:47.915Z Compiling dyn-clone v1.0.16
15442024-02-25T04:11:47.930Z Compiling regex v1.10.3
15452024-02-25T04:11:47.930Z Checking socket2 v0.5.5
15462024-02-25T04:11:47.930Z Compiling slog v2.7.0
15472024-02-25T04:11:47.977Z Compiling async-trait v0.1.77
15482024-02-25T04:11:48.277Z Compiling memoffset v0.9.0
15492024-02-25T04:11:48.738Z Compiling crossbeam-epoch v0.9.15
15502024-02-25T04:11:48.866Z Compiling backtrace v0.3.69
15512024-02-25T04:11:49.347Z Compiling futures-sink v0.3.30
15522024-02-25T04:11:49.470Z Compiling errno v0.3.8
15532024-02-25T04:11:49.504Z Compiling tinyvec_macros v0.1.1
15542024-02-25T04:11:49.527Z Compiling rustversion v1.0.14
15552024-02-25T04:11:49.588Z Compiling crc32fast v1.3.2
15562024-02-25T04:11:49.685Z Compiling unicode-xid v0.2.4
15572024-02-25T04:11:49.808Z Compiling either v1.10.0
15582024-02-25T04:11:49.843Z Compiling tinyvec v1.6.0
15592024-02-25T04:11:49.918Z Compiling futures-channel v0.3.30
15602024-02-25T04:11:50.198Z Compiling serde_derive v1.0.196
15612024-02-25T04:11:50.219Z Compiling zerocopy-derive v0.7.32
15622024-02-25T04:11:50.290Z Compiling thiserror-impl v1.0.57
15632024-02-25T04:11:50.468Z Compiling zeroize_derive v1.4.2
15642024-02-25T04:11:50.677Z Compiling tokio-macros v2.2.0
15652024-02-25T04:11:50.897Z Compiling futures-macro v0.3.30
15662024-02-25T04:11:51.354Z Compiling tracing-attributes v0.1.26
15672024-02-25T04:11:52.283Z Compiling schemars_derive v0.8.16
15682024-02-25T04:11:52.560Z Compiling openssl-macros v0.1.1
15692024-02-25T04:11:52.765Z Compiling zerocopy v0.7.32
15702024-02-25T04:11:53.158Z Checking zeroize v1.7.0
15712024-02-25T04:11:53.782Z Compiling thiserror v1.0.57
15722024-02-25T04:11:53.920Z Compiling pest v2.7.6
15732024-02-25T04:11:54.128Z Compiling futures-io v0.3.30
15742024-02-25T04:11:54.464Z Compiling anyhow v1.0.75
15752024-02-25T04:11:54.714Z Compiling futures-task v0.3.30
15762024-02-25T04:11:55.004Z Compiling hashbrown v0.14.3
15772024-02-25T04:11:55.027Z Compiling pin-utils v0.1.0
15782024-02-25T04:11:55.055Z Compiling unicode-width v0.1.11
15792024-02-25T04:11:55.116Z Compiling futures-util v0.3.30
15802024-02-25T04:11:55.433Z Compiling unicode-normalization v0.1.22
15812024-02-25T04:11:55.854Z Compiling spin v0.9.8
15822024-02-25T04:11:56.286Z Compiling pest_meta v2.7.6
15832024-02-25T04:11:56.292Z Compiling tracing-core v0.1.31
15842024-02-25T04:11:56.476Z Compiling unicode-bidi v0.3.13
15852024-02-25T04:11:56.641Z Compiling der_derive v0.7.2
15862024-02-25T04:11:57.067Z Compiling tracing v0.1.37
15872024-02-25T04:11:57.595Z Compiling pest_generator v2.7.6
15882024-02-25T04:11:57.800Z Compiling winnow v0.5.15
15892024-02-25T04:11:58.444Z Compiling lazy_static v1.4.0
15902024-02-25T04:11:59.369Z Checking subtle v2.5.0
15912024-02-25T04:12:00.797Z Compiling foreign-types-shared v0.1.1
15922024-02-25T04:12:00.904Z Compiling untrusted v0.7.1
15932024-02-25T04:12:01.104Z Compiling percent-encoding v2.3.1
15942024-02-25T04:12:01.119Z Compiling untrusted v0.9.0
15952024-02-25T04:12:01.320Z Compiling time-core v0.1.1
15962024-02-25T04:12:01.489Z Compiling time-macros v0.2.13
15972024-02-25T04:12:01.548Z Compiling pest_derive v2.7.6
15982024-02-25T04:12:02.393Z Compiling foreign-types v0.3.2
15992024-02-25T04:12:02.814Z Compiling scroll_derive v0.12.0
16002024-02-25T04:12:03.682Z Compiling synstructure v0.12.6
16012024-02-25T04:12:04.184Z Checking bytes v1.5.0
16022024-02-25T04:12:04.406Z Checking bitflags v2.4.0
16032024-02-25T04:12:04.956Z Checking tokio v1.36.0
16042024-02-25T04:12:05.083Z Compiling thread-id v4.2.0
16052024-02-25T04:12:05.193Z Compiling base64 v0.21.7
16062024-02-25T04:12:05.527Z Compiling indexmap v2.2.3
16072024-02-25T04:12:05.951Z Compiling uuid v1.7.0
16082024-02-25T04:12:06.101Z Compiling chrono v0.4.31
16092024-02-25T04:12:06.342Z Compiling semver v1.0.22
16102024-02-25T04:12:06.897Z Compiling http v0.2.11
16112024-02-25T04:12:07.146Z Compiling serde_spanned v0.6.5
16122024-02-25T04:12:07.383Z Compiling toml_datetime v0.6.5
16132024-02-25T04:12:07.545Z Compiling openapiv3 v2.0.0
16142024-02-25T04:12:07.843Z Compiling rustc_version v0.4.0
16152024-02-25T04:12:08.463Z Compiling toml_edit v0.19.15
16162024-02-25T04:12:09.273Z Compiling try-lock v0.2.4
16172024-02-25T04:12:09.428Z Compiling want v0.3.1
16182024-02-25T04:12:09.712Z Compiling http-body v0.4.5
16192024-02-25T04:12:10.123Z Compiling zerocopy-derive v0.2.0
16202024-02-25T04:12:10.141Z Compiling rustls-webpki v0.101.7
16212024-02-25T04:12:12.044Z Compiling sct v0.7.0
16222024-02-25T04:12:12.169Z Compiling form_urlencoded v1.2.1
16232024-02-25T04:12:12.348Z Compiling socket2 v0.4.9
16242024-02-25T04:12:12.493Z Compiling tower-service v0.3.2
16252024-02-25T04:12:12.615Z Compiling openssl-probe v0.1.5
16262024-02-25T04:12:12.632Z Compiling const-oid v0.9.5
16272024-02-25T04:12:12.937Z Compiling httpdate v1.0.3
16282024-02-25T04:12:13.030Z Compiling idna v0.5.0
16292024-02-25T04:12:13.387Z Compiling adler v1.0.2
16302024-02-25T04:12:13.599Z Compiling miniz_oxide v0.7.1
16312024-02-25T04:12:14.558Z Compiling url v2.5.0
16322024-02-25T04:12:14.635Z Compiling ipnet v2.9.0
16332024-02-25T04:12:15.176Z Compiling tokio-util v0.7.10
16342024-02-25T04:12:15.298Z Compiling signal-hook v0.3.17
16352024-02-25T04:12:15.950Z Compiling serde_urlencoded v0.7.1
16362024-02-25T04:12:16.530Z Compiling h2 v0.3.24
16372024-02-25T04:12:16.560Z Compiling rustls-pemfile v1.0.3
16382024-02-25T04:12:16.775Z Compiling crypto-common v0.1.6
16392024-02-25T04:12:16.928Z Compiling tokio-native-tls v0.3.1
16402024-02-25T04:12:16.985Z Compiling tokio-rustls v0.24.1
16412024-02-25T04:12:17.164Z Compiling zerocopy-derive v0.6.4
16422024-02-25T04:12:17.201Z Compiling clap_derive v4.5.0
16432024-02-25T04:12:17.391Z Compiling usdt-impl v0.3.5
16442024-02-25T04:12:17.746Z Compiling encoding_rs v0.8.33
16452024-02-25T04:12:17.937Z Compiling webpki-roots v0.25.2
16462024-02-25T04:12:18.095Z Compiling gimli v0.28.0
16472024-02-25T04:12:18.966Z Compiling mime v0.3.17
16482024-02-25T04:12:19.457Z Compiling siphasher v0.3.11
16492024-02-25T04:12:19.710Z Compiling zerocopy v0.3.0
16502024-02-25T04:12:19.862Z Compiling scroll v0.12.0
16512024-02-25T04:12:20.430Z Compiling block-buffer v0.10.4
16522024-02-25T04:12:20.702Z Compiling bzip2-sys v0.1.11+1.0.8
16532024-02-25T04:12:20.861Z Compiling object v0.32.1
16542024-02-25T04:12:21.197Z Compiling num-iter v0.1.43
16552024-02-25T04:12:21.542Z Compiling usdt-impl v0.5.0
16562024-02-25T04:12:21.907Z Compiling rustc-demangle v0.1.23
16572024-02-25T04:12:22.323Z Compiling plain v0.2.3
16582024-02-25T04:12:22.422Z Compiling addr2line v0.21.0
16592024-02-25T04:12:22.474Z Compiling goblin v0.8.0
16602024-02-25T04:12:22.839Z Compiling flate2 v1.0.28
16612024-02-25T04:12:22.858Z Compiling digest v0.10.7
16622024-02-25T04:12:23.063Z Compiling dof v0.1.5
16632024-02-25T04:12:23.176Z Compiling heapless v0.7.16
16642024-02-25T04:12:23.464Z Compiling dtrace-parser v0.1.14
16652024-02-25T04:12:23.543Z Compiling hyper v0.14.27
16662024-02-25T04:12:23.642Z Compiling futures-executor v0.3.30
16672024-02-25T04:12:23.780Z Compiling strum_macros v0.25.2
16682024-02-25T04:12:24.234Z Checking equivalent v1.0.1
16692024-02-25T04:12:24.339Z Compiling pretty-hex v0.4.1
16702024-02-25T04:12:24.562Z Compiling ppv-lite86 v0.2.17
16712024-02-25T04:12:25.337Z Compiling rand_chacha v0.3.1
16722024-02-25T04:12:26.837Z Compiling toml_edit v0.22.6
16732024-02-25T04:12:27.601Z Compiling futures v0.3.30
16742024-02-25T04:12:27.783Z Compiling toml v0.7.8
16752024-02-25T04:12:27.857Z Compiling hex v0.4.3
16762024-02-25T04:12:27.875Z Compiling serde_tokenstream v0.1.7
16772024-02-25T04:12:28.429Z Compiling dof v0.3.0
16782024-02-25T04:12:28.979Z Compiling dtrace-parser v0.2.0
16792024-02-25T04:12:30.194Z Compiling bit-vec v0.6.3
16802024-02-25T04:12:30.253Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16812024-02-25T04:12:30.651Z Compiling hyper-rustls v0.24.2
16822024-02-25T04:12:30.785Z Compiling hyper-tls v0.5.0
16832024-02-25T04:12:31.069Z Compiling reqwest v0.11.22
16842024-02-25T04:12:31.128Z Compiling rand v0.8.5
16852024-02-25T04:12:31.266Z Compiling phf_shared v0.10.0
16862024-02-25T04:12:31.339Z Compiling num-bigint v0.4.4
16872024-02-25T04:12:31.677Z Compiling precomputed-hash v0.1.1
16882024-02-25T04:12:31.795Z Compiling fixedbitset v0.4.2
16892024-02-25T04:12:32.238Z Compiling new_debug_unreachable v1.0.4
16902024-02-25T04:12:32.256Z Compiling smoltcp v0.9.1
16912024-02-25T04:12:32.330Z Compiling minimal-lexical v0.2.1
16922024-02-25T04:12:32.657Z Compiling base64ct v1.6.0
16932024-02-25T04:12:33.047Z Compiling nom v7.1.3
16942024-02-25T04:12:33.244Z Compiling pem-rfc7468 v0.7.0
16952024-02-25T04:12:33.311Z Compiling string_cache v0.8.7
16962024-02-25T04:12:33.769Z Compiling petgraph v0.6.4
16972024-02-25T04:12:33.872Z Compiling bit-set v0.5.3
16982024-02-25T04:12:34.010Z Compiling usdt-attr-macro v0.3.5
16992024-02-25T04:12:34.027Z Compiling usdt-macro v0.3.5
17002024-02-25T04:12:34.148Z Compiling hmac v0.12.1
17012024-02-25T04:12:34.254Z Compiling enum-as-inner v0.5.1
17022024-02-25T04:12:34.402Z Compiling hubpack_derive v0.1.1
17032024-02-25T04:12:35.316Z Compiling itertools v0.10.5
17042024-02-25T04:12:35.360Z Compiling diesel_table_macro_syntax v0.1.0
17052024-02-25T04:12:35.424Z Compiling unicode-segmentation v1.10.1
17062024-02-25T04:12:35.584Z Compiling flagset v0.4.3
17072024-02-25T04:12:35.587Z Compiling lalrpop-util v0.19.12
17082024-02-25T04:12:35.759Z Compiling diesel_derives v2.1.2
17092024-02-25T04:12:35.783Z Compiling der v0.7.8
17102024-02-25T04:12:36.639Z Compiling cpufeatures v0.2.12
17112024-02-25T04:12:37.314Z Compiling sha2 v0.10.8
17122024-02-25T04:12:37.927Z Compiling spki v0.7.2
17132024-02-25T04:12:37.991Z Compiling md-5 v0.10.5
17142024-02-25T04:12:38.210Z Compiling stringprep v0.1.3
17152024-02-25T04:12:38.237Z Compiling serde_repr v0.1.16
17162024-02-25T04:12:38.293Z Compiling num-integer v0.1.46
17172024-02-25T04:12:38.672Z Compiling hash32 v0.2.1
17182024-02-25T04:12:39.059Z Compiling stable_deref_trait v1.2.0
17192024-02-25T04:12:39.099Z Compiling fallible-iterator v0.2.0
17202024-02-25T04:12:39.197Z Compiling pkcs8 v0.10.2
17212024-02-25T04:12:39.614Z Compiling phf_shared v0.11.2
17222024-02-25T04:12:39.836Z Compiling postgres-protocol v0.6.6
17232024-02-25T04:12:39.978Z Compiling ff v0.13.0
17242024-02-25T04:12:40.202Z Compiling terminal_size v0.3.0
17252024-02-25T04:12:40.394Z Compiling block-padding v0.3.3
17262024-02-25T04:12:40.494Z Compiling scheduled-thread-pool v0.2.7
17272024-02-25T04:12:40.641Z Compiling regex-automata v0.1.10
17282024-02-25T04:12:40.754Z Compiling num_threads v0.1.6
17292024-02-25T04:12:40.886Z Compiling base16ct v0.2.0
17302024-02-25T04:12:40.972Z Compiling matches v0.1.10
17312024-02-25T04:12:41.054Z Compiling deranged v0.3.8
17322024-02-25T04:12:41.089Z Compiling managed v0.8.0
17332024-02-25T04:12:41.130Z Checking unicode-ident v1.0.12
17342024-02-25T04:12:41.198Z Compiling bitflags v1.3.2
17352024-02-25T04:12:41.215Z Compiling sec1 v0.7.3
17362024-02-25T04:12:41.231Z Compiling bstr v0.2.17
17372024-02-25T04:12:41.296Z Compiling idna v0.2.3
17382024-02-25T04:12:41.324Z Compiling clap_builder v4.5.0
17392024-02-25T04:12:41.803Z Compiling r2d2 v0.8.10
17402024-02-25T04:12:42.580Z Compiling inout v0.1.3
17412024-02-25T04:12:42.774Z Compiling postgres-types v0.2.6
17422024-02-25T04:12:42.857Z Compiling group v0.13.0
17432024-02-25T04:12:42.881Z Compiling time v0.3.27
17442024-02-25T04:12:42.954Z Compiling signal-hook-mio v0.2.3
17452024-02-25T04:12:43.112Z Compiling phf v0.11.2
17462024-02-25T04:12:43.169Z Compiling bzip2 v0.4.4
17472024-02-25T04:12:43.566Z Compiling hubpack v0.1.2
17482024-02-25T04:12:43.888Z Compiling hkdf v0.12.4
17492024-02-25T04:12:44.140Z Compiling zerocopy v0.6.4
17502024-02-25T04:12:44.374Z Compiling crypto-bigint v0.5.2
17512024-02-25T04:12:44.405Z Compiling ipnetwork v0.20.0
17522024-02-25T04:12:45.333Z Compiling float-cmp v0.9.0
17532024-02-25T04:12:45.568Z Compiling data-encoding v2.4.0
17542024-02-25T04:12:46.285Z Compiling predicates-core v1.0.6
17552024-02-25T04:12:46.459Z Compiling difflib v0.4.0
17562024-02-25T04:12:46.638Z Compiling whoami v1.4.1
17572024-02-25T04:12:47.278Z Compiling static_assertions v1.1.0
17582024-02-25T04:12:47.601Z Compiling normalize-line-endings v0.3.0
17592024-02-25T04:12:47.732Z Compiling regex-automata v0.3.8
17602024-02-25T04:12:47.903Z Compiling predicates v3.1.0
17612024-02-25T04:12:47.973Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17622024-02-25T04:12:48.144Z Compiling tokio-postgres v0.7.10
17632024-02-25T04:12:48.473Z Compiling yasna v0.5.2
17642024-02-25T04:12:49.631Z Compiling bstr v1.6.0
17652024-02-25T04:12:50.351Z Compiling elliptic-curve v0.13.8
17662024-02-25T04:12:50.494Z Compiling trust-dns-proto v0.22.0
17672024-02-25T04:12:51.192Z Compiling clap v4.5.0
17682024-02-25T04:12:51.284Z Compiling zip v0.6.6
17692024-02-25T04:12:51.322Z Compiling crossterm v0.27.0
17702024-02-25T04:12:51.535Z Compiling cipher v0.4.4
17712024-02-25T04:12:52.074Z Compiling similar v2.3.0
17722024-02-25T04:12:52.643Z Compiling diesel v2.1.4
17732024-02-25T04:12:53.518Z Compiling usdt v0.3.5
17742024-02-25T04:12:53.808Z Compiling strum v0.25.0
17752024-02-25T04:12:53.976Z Compiling tokio-stream v0.1.14
17762024-02-25T04:12:54.241Z Compiling console v0.15.8
17772024-02-25T04:12:54.577Z Checking proc-macro2 v1.0.78
17782024-02-25T04:12:55.256Z Checking quote v1.0.35
17792024-02-25T04:12:57.780Z Checking utf8parse v0.2.1
17802024-02-25T04:12:59.724Z Checking anstyle v1.0.2
17812024-02-25T04:13:03.744Z Checking anstyle-parse v0.2.1
17822024-02-25T04:13:04.711Z Checking colorchoice v1.0.0
17832024-02-25T04:13:04.851Z Checking anstyle-query v1.0.0
17842024-02-25T04:13:04.982Z Checking anstream v0.6.11
17852024-02-25T04:13:05.352Z Compiling serde_tokenstream v0.2.0
17862024-02-25T04:13:05.408Z Checking strsim v0.11.0
17872024-02-25T04:13:05.456Z Checking clap_lex v0.7.0
17882024-02-25T04:13:11.308Z Checking winnow v0.6.1
17892024-02-25T04:13:17.500Z Compiling regress v0.8.0
17902024-02-25T04:13:20.424Z Compiling getopts v0.2.21
17912024-02-25T04:13:20.685Z Compiling unsafe-libyaml v0.2.10
17922024-02-25T04:13:21.180Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17932024-02-25T04:13:21.462Z Checking heck v0.4.1
17942024-02-25T04:13:22.665Z Compiling serde_yaml v0.9.25
17952024-02-25T04:13:23.003Z Checking camino v1.1.6
17962024-02-25T04:13:23.094Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17972024-02-25T04:13:23.434Z Compiling strsim v0.10.0
17982024-02-25T04:13:23.607Z Compiling ident_case v1.0.1
17992024-02-25T04:13:23.776Z Checking rustls-pki-types v1.3.0
18002024-02-25T04:13:23.794Z Checking match_cfg v0.1.0
18012024-02-25T04:13:23.885Z Checking fastrand v2.0.1
18022024-02-25T04:13:24.191Z Checking hostname v0.3.1
18032024-02-25T04:13:24.208Z Checking http v1.0.0
18042024-02-25T04:13:24.211Z Checking tempfile v3.10.0
18052024-02-25T04:13:24.314Z Checking atty v0.2.14
18062024-02-25T04:13:24.432Z Checking quick-error v1.2.3
18072024-02-25T04:13:24.559Z Compiling paste v1.0.14
18082024-02-25T04:13:24.562Z Checking sha1 v0.10.6
18092024-02-25T04:13:24.825Z Checking dirs-sys-next v0.1.2
18102024-02-25T04:13:24.989Z Compiling rustls v0.22.2
18112024-02-25T04:13:25.311Z Checking dirs-next v2.0.0
18122024-02-25T04:13:25.441Z Checking rustls-webpki v0.102.1
18132024-02-25T04:13:25.667Z Checking crossbeam-channel v0.5.8
18142024-02-25T04:13:26.182Z Checking thread_local v1.1.7
18152024-02-25T04:13:26.460Z Checking instant v0.1.12
18162024-02-25T04:13:26.463Z Compiling slog-async v2.8.0
18172024-02-25T04:13:26.569Z Checking term v0.7.0
18182024-02-25T04:13:26.933Z Checking rustls-pemfile v2.1.0
18192024-02-25T04:13:26.989Z Compiling multer v3.0.0
18202024-02-25T04:13:27.027Z Checking debug-ignore v1.0.5
18212024-02-25T04:13:27.102Z Checking take_mut v0.2.2
18222024-02-25T04:13:27.149Z Checking slog-term v2.9.0
18232024-02-25T04:13:27.166Z Compiling darling_core v0.20.3
18242024-02-25T04:13:27.365Z Checking slog-json v2.6.1
18252024-02-25T04:13:27.528Z Compiling async-stream-impl v0.3.5
18262024-02-25T04:13:27.615Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18272024-02-25T04:13:27.635Z Checking atomic-waker v1.1.1
18282024-02-25T04:13:27.758Z Checking waitgroup v0.1.2
18292024-02-25T04:13:27.882Z Checking slog-bunyan v2.5.0
18302024-02-25T04:13:28.037Z Checking toml v0.8.10
18312024-02-25T04:13:28.406Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18322024-02-25T04:13:28.816Z Checking serde_path_to_error v0.1.15
18332024-02-25T04:13:29.029Z Checking async-stream v0.3.5
18342024-02-25T04:13:29.225Z Checking wait-timeout v0.2.0
18352024-02-25T04:13:29.395Z Compiling strum_macros v0.26.1
18362024-02-25T04:13:29.414Z Compiling structmeta-derive v0.3.0
18372024-02-25T04:13:30.168Z Checking tokio-rustls v0.25.0
18382024-02-25T04:13:30.539Z Checking rusty-fork v0.3.0
18392024-02-25T04:13:30.837Z Checking newtype-uuid v1.0.1
18402024-02-25T04:13:31.078Z Compiling structmeta-derive v0.2.0
18412024-02-25T04:13:32.632Z Compiling structmeta v0.3.0
18422024-02-25T04:13:33.075Z Checking rand_xorshift v0.3.0
18432024-02-25T04:13:33.244Z Checking unarray v0.1.4
18442024-02-25T04:13:33.392Z Checking proptest v1.4.0
18452024-02-25T04:13:33.446Z Compiling darling_macro v0.20.3
18462024-02-25T04:13:34.313Z Compiling structmeta v0.2.0
18472024-02-25T04:13:34.542Z Compiling darling v0.20.3
18482024-02-25T04:13:34.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18492024-02-25T04:13:34.645Z Compiling serde_with_macros v3.6.1
18502024-02-25T04:13:34.707Z Compiling parse-display-derive v0.9.0
18512024-02-25T04:13:34.735Z Checking backoff v0.4.0
18522024-02-25T04:13:34.874Z Checking strum v0.26.1
18532024-02-25T04:13:35.018Z Compiling test-strategy v0.3.1
18542024-02-25T04:13:35.033Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18552024-02-25T04:13:35.104Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18562024-02-25T04:13:35.200Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18572024-02-25T04:13:35.347Z Checking macaddr v1.0.1
18582024-02-25T04:13:35.673Z Checking camino-tempfile v1.1.1
18592024-02-25T04:13:35.933Z Checking is-terminal v0.4.9
18602024-02-25T04:13:35.950Z Compiling proc-macro-error-attr v1.0.4
18612024-02-25T04:13:36.051Z Compiling proc-macro-error v1.0.4
18622024-02-25T04:13:36.557Z Compiling proc-macro-crate v1.3.1
18632024-02-25T04:13:37.721Z Compiling heapless v0.8.0
18642024-02-25T04:13:38.016Z Checking termtree v0.4.1
18652024-02-25T04:13:38.031Z Compiling num_enum_derive v0.5.11
18662024-02-25T04:13:38.052Z Checking serde_with v3.6.1
18672024-02-25T04:13:38.205Z Checking predicates-tree v1.0.9
18682024-02-25T04:13:38.353Z Checking hash32 v0.3.1
18692024-02-25T04:13:38.535Z Compiling smoltcp v0.11.0
18702024-02-25T04:13:38.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18712024-02-25T04:13:39.222Z Compiling usdt-macro v0.5.0
18722024-02-25T04:13:39.342Z Compiling usdt-attr-macro v0.5.0
18732024-02-25T04:13:39.740Z Checking parse-display v0.9.0
18742024-02-25T04:13:39.950Z Checking memmap v0.7.0
18752024-02-25T04:13:39.982Z Checking cobs v0.2.3
18762024-02-25T04:13:40.027Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
18772024-02-25T04:13:40.151Z Compiling crucible-workspace-hack v0.1.0
18782024-02-25T04:13:40.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18792024-02-25T04:13:40.459Z Checking embedded-io v0.4.0
18802024-02-25T04:13:40.654Z Checking postcard v1.0.8
18812024-02-25T04:13:40.840Z Compiling foreign-types-macros v0.2.3
18822024-02-25T04:13:40.922Z Checking num_enum v0.5.11
18832024-02-25T04:13:41.066Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18842024-02-25T04:13:41.082Z Checking usdt v0.5.0
18852024-02-25T04:13:41.393Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18862024-02-25T04:13:41.454Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18872024-02-25T04:13:41.469Z Checking foreign-types-shared v0.3.1
18882024-02-25T04:13:41.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18892024-02-25T04:13:41.729Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18902024-02-25T04:13:41.769Z Checking cstr-argument v0.1.2
18912024-02-25T04:13:41.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18922024-02-25T04:13:41.938Z Checking pretty-hex v0.2.1
18932024-02-25T04:13:42.099Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18942024-02-25T04:13:42.144Z Checking colored v2.0.4
18952024-02-25T04:13:42.189Z Checking foreign-types v0.5.0
18962024-02-25T04:13:42.293Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18972024-02-25T04:13:42.362Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18982024-02-25T04:13:42.435Z Compiling zone_cfg_derive v0.3.0
18992024-02-25T04:13:42.561Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19002024-02-25T04:13:42.590Z Compiling mockall_derive v0.12.0
19012024-02-25T04:13:42.693Z Compiling num-derive v0.4.0
19022024-02-25T04:13:42.912Z Checking downcast v0.11.0
19032024-02-25T04:13:43.117Z Checking fragile v2.0.0
19042024-02-25T04:13:43.387Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19052024-02-25T04:13:43.576Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19062024-02-25T04:13:43.634Z Checking smf v0.2.2
19072024-02-25T04:13:44.028Z Checking zone v0.3.0
19082024-02-25T04:13:44.093Z Checking xattr v1.0.1
19092024-02-25T04:13:44.274Z Checking filetime v0.2.23
19102024-02-25T04:13:44.472Z Checking same-file v1.0.6
19112024-02-25T04:13:44.492Z Checking tar v0.4.40
19122024-02-25T04:13:44.640Z Checking walkdir v2.4.0
19132024-02-25T04:13:44.824Z Checking pem v3.0.2
19142024-02-25T04:13:44.890Z Compiling rayon-core v1.12.0
19152024-02-25T04:13:44.972Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19162024-02-25T04:13:45.055Z Checking linked-hash-map v0.5.6
19172024-02-25T04:13:45.120Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19182024-02-25T04:13:45.227Z Checking itertools v0.12.1
19192024-02-25T04:13:45.243Z Checking headers-core v0.2.0
19202024-02-25T04:13:45.366Z Checking lru-cache v0.1.2
19212024-02-25T04:13:45.383Z Checking headers v0.3.9
19222024-02-25T04:13:45.409Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
19232024-02-25T04:13:45.533Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19242024-02-25T04:13:45.552Z Checking password-hash v0.5.0
19252024-02-25T04:13:45.978Z Checking blake2 v0.10.6
19262024-02-25T04:13:46.431Z Checking swrite v0.1.0
19272024-02-25T04:13:46.471Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19282024-02-25T04:13:46.540Z Checking argon2 v0.5.3
19292024-02-25T04:13:46.563Z Compiling derive-where v1.2.7
19302024-02-25T04:13:46.735Z Checking rcgen v0.12.1
19312024-02-25T04:13:47.182Z Checking atomicwrites v0.4.3
19322024-02-25T04:13:47.372Z Checking subprocess v0.2.9
19332024-02-25T04:13:47.422Z Checking arc-swap v1.6.0
19342024-02-25T04:13:47.660Z Compiling cancel-safe-futures v0.1.5
19352024-02-25T04:13:47.850Z Checking slog-scope v4.4.0
19362024-02-25T04:13:47.879Z Checking half v2.3.1
19372024-02-25T04:13:47.910Z Checking ciborium-io v0.2.2
19382024-02-25T04:13:48.019Z Checking resolv-conf v0.7.0
19392024-02-25T04:13:48.034Z Checking slog-stdlog v4.1.1
19402024-02-25T04:13:48.184Z Checking slog-envlogger v2.2.0
19412024-02-25T04:13:48.356Z Checking trust-dns-resolver v0.22.0
19422024-02-25T04:13:48.359Z Checking ciborium-ll v0.2.2
19432024-02-25T04:13:48.405Z Checking libsw v3.3.1
19442024-02-25T04:13:48.502Z Checking owo-colors v4.0.0
19452024-02-25T04:13:48.661Z Checking linear-map v1.2.0
19462024-02-25T04:13:48.674Z Checking ciborium v0.2.2
19472024-02-25T04:13:48.982Z Compiling slog-dtrace v0.3.0
19482024-02-25T04:13:49.385Z Checking textwrap v0.11.0
19492024-02-25T04:13:49.605Z Compiling heck v0.3.3
19502024-02-25T04:13:49.694Z Compiling blake3 v1.5.0
19512024-02-25T04:13:49.891Z Compiling libefi-sys v0.1.0
19522024-02-25T04:13:50.010Z Checking termcolor v1.2.0
19532024-02-25T04:13:50.204Z Checking ansi_term v0.12.1
19542024-02-25T04:13:50.313Z Checking vec_map v0.8.2
19552024-02-25T04:13:50.477Z Checking strsim v0.8.0
19562024-02-25T04:13:50.506Z Compiling structopt-derive v0.4.18
19572024-02-25T04:13:50.557Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19582024-02-25T04:13:50.587Z Checking clap v2.34.0
19592024-02-25T04:13:50.797Z Checking nibble_vec v0.1.0
19602024-02-25T04:13:50.920Z Checking endian-type v0.1.2
19612024-02-25T04:13:50.948Z Compiling radium v0.7.0
19622024-02-25T04:13:51.118Z Checking mockall v0.12.0
19632024-02-25T04:13:51.132Z Checking radix_trie v0.2.1
19642024-02-25T04:13:51.356Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19652024-02-25T04:13:51.445Z Compiling maybe-uninit v2.0.0
19662024-02-25T04:13:51.520Z Checking tap v1.0.1
19672024-02-25T04:13:51.660Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19682024-02-25T04:13:51.674Z Checking wyz v0.5.1
19692024-02-25T04:13:51.872Z Checking fxhash v0.2.1
19702024-02-25T04:13:52.033Z Checking gethostname v0.4.3
19712024-02-25T04:13:52.036Z Checking funty v2.0.0
19722024-02-25T04:13:52.064Z Compiling num-bigint-dig v0.8.4
19732024-02-25T04:13:52.064Z Checking crc-catalog v2.2.0
19742024-02-25T04:13:52.160Z Compiling semver v0.1.20
19752024-02-25T04:13:52.208Z Compiling packed_struct v0.10.1
19762024-02-25T04:13:52.413Z Checking crc v3.0.1
19772024-02-25T04:13:52.620Z Compiling rustc_version v0.1.7
19782024-02-25T04:13:52.782Z Compiling packed_struct_codegen v0.10.1
19792024-02-25T04:13:52.820Z Compiling indexmap v1.9.3
19802024-02-25T04:13:53.085Z Checking nodrop v0.1.14
19812024-02-25T04:13:53.173Z Checking bitvec v1.0.1
19822024-02-25T04:13:53.187Z Checking array-init v0.0.4
19832024-02-25T04:13:53.200Z Compiling newtype_derive v0.1.6
19842024-02-25T04:13:53.427Z Checking smallvec v0.6.14
19852024-02-25T04:13:53.585Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19862024-02-25T04:13:53.646Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19872024-02-25T04:13:53.672Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19882024-02-25T04:13:53.797Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19892024-02-25T04:13:53.861Z Checking structopt v0.3.26
19902024-02-25T04:13:54.022Z Checking pkcs1 v0.7.5
19912024-02-25T04:13:54.181Z Checking signature v2.1.0
19922024-02-25T04:13:54.230Z Compiling crossbeam-deque v0.8.3
19932024-02-25T04:13:54.410Z Checking hashbrown v0.12.3
19942024-02-25T04:13:54.568Z Checking bitfield v0.14.0
19952024-02-25T04:13:55.488Z Checking rsa v0.9.2
19962024-02-25T04:13:55.872Z Checking serde-hex v0.1.0
19972024-02-25T04:13:56.154Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19982024-02-25T04:13:56.205Z Checking env_logger v0.10.0
19992024-02-25T04:13:56.413Z Checking x509-cert v0.2.4
20002024-02-25T04:13:56.438Z Checking ron v0.8.1
20012024-02-25T04:13:56.643Z Checking hashbrown v0.13.2
20022024-02-25T04:13:57.536Z Compiling semver-parser v0.10.2
20032024-02-25T04:13:57.706Z Compiling num-rational v0.4.1
20042024-02-25T04:13:57.730Z Checking crc-any v2.4.3
20052024-02-25T04:13:58.069Z Checking object v0.30.4
20062024-02-25T04:13:58.084Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20072024-02-25T04:13:58.291Z Compiling semver v0.11.0
20082024-02-25T04:13:58.340Z Compiling rayon v1.8.0
20092024-02-25T04:13:59.099Z Compiling memmap2 v0.7.1
20102024-02-25T04:13:59.813Z Compiling arrayref v0.3.7
20112024-02-25T04:13:59.829Z Compiling constant_time_eq v0.3.0
20122024-02-25T04:13:59.909Z Compiling home v0.5.5
20132024-02-25T04:13:59.992Z Compiling arrayvec v0.7.4
20142024-02-25T04:13:59.995Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20152024-02-25T04:14:00.027Z Checking path-slash v0.1.5
20162024-02-25T04:14:00.151Z Compiling toolchain_find v0.2.0
20172024-02-25T04:14:00.413Z Checking steno v0.4.0
20182024-02-25T04:14:00.772Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20192024-02-25T04:14:01.343Z Compiling toml v0.5.11
20202024-02-25T04:14:01.560Z Checking num-complex v0.4.4
20212024-02-25T04:14:02.383Z Compiling topological-sort v0.2.2
20222024-02-25T04:14:02.506Z Compiling convert_case v0.4.0
20232024-02-25T04:14:02.580Z Checking num v0.4.1
20242024-02-25T04:14:02.687Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20252024-02-25T04:14:02.702Z Checking newline-converter v0.3.0
20262024-02-25T04:14:03.218Z Compiling rustfmt-wrapper v0.2.0
20272024-02-25T04:14:03.474Z Compiling derive_more v0.99.17
20282024-02-25T04:14:03.874Z Compiling omicron-zone-package v0.11.0
20292024-02-25T04:14:04.592Z Checking expectorate v1.1.0
20302024-02-25T04:14:04.744Z Checking utf-8 v0.7.6
20312024-02-25T04:14:04.759Z Compiling buf-list v1.0.3
20322024-02-25T04:14:04.946Z Checking tungstenite v0.20.1
20332024-02-25T04:14:05.255Z Checking display-error-chain v0.2.0
20342024-02-25T04:14:05.400Z Compiling parking_lot_core v0.8.6
20352024-02-25T04:14:05.725Z Checking keccak v0.1.4
20362024-02-25T04:14:05.801Z Checking trust-dns-client v0.22.0
20372024-02-25T04:14:05.864Z Checking tokio-tungstenite v0.20.1
20382024-02-25T04:14:06.016Z Checking sha3 v0.10.8
20392024-02-25T04:14:06.279Z Checking parking_lot v0.11.2
20402024-02-25T04:14:06.426Z Checking secrecy v0.8.0
20412024-02-25T04:14:06.643Z Compiling pin-project-internal v1.1.3
20422024-02-25T04:14:06.663Z Compiling doc-comment v0.3.3
20432024-02-25T04:14:07.325Z Checking sled v0.34.7
20442024-02-25T04:14:07.520Z Checking glob v0.3.1
20452024-02-25T04:14:07.815Z Compiling vte_generate_state_changes v0.1.1
20462024-02-25T04:14:07.866Z Checking trust-dns-server v0.22.1
20472024-02-25T04:14:08.516Z Checking vte v0.11.1
20482024-02-25T04:14:09.950Z Compiling unicase v2.7.0
20492024-02-25T04:14:10.032Z Checking pin-project v1.1.3
20502024-02-25T04:14:10.035Z Compiling platforms v3.0.2
20512024-02-25T04:14:10.152Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20522024-02-25T04:14:10.423Z Checking strip-ansi-escapes v0.2.0
20532024-02-25T04:14:10.453Z Checking fd-lock v3.0.13
20542024-02-25T04:14:10.493Z Compiling snafu-derive v0.7.5
20552024-02-25T04:14:10.507Z Compiling fs-err v2.11.0
20562024-02-25T04:14:10.539Z Checking nu-ansi-term v0.50.0
20572024-02-25T04:14:10.628Z Checking globset v0.4.13
20582024-02-25T04:14:10.936Z Checking reedline v0.29.0
20592024-02-25T04:14:10.958Z Checking olpc-cjson v0.1.3
20602024-02-25T04:14:11.108Z Checking serde_plain v1.0.2
20612024-02-25T04:14:11.155Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20622024-02-25T04:14:11.191Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20632024-02-25T04:14:11.207Z Compiling async-recursion v1.0.5
20642024-02-25T04:14:11.359Z Checking typed-path v0.7.0
20652024-02-25T04:14:11.984Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20662024-02-25T04:14:12.002Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20672024-02-25T04:14:12.123Z Compiling curve25519-dalek v4.1.1
20682024-02-25T04:14:12.589Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20692024-02-25T04:14:12.753Z Compiling memoffset v0.7.1
20702024-02-25T04:14:12.863Z Checking parse-size v1.0.0
20712024-02-25T04:14:12.923Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
20722024-02-25T04:14:13.134Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20732024-02-25T04:14:13.204Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20742024-02-25T04:14:13.220Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20752024-02-25T04:14:13.255Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20762024-02-25T04:14:13.649Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20772024-02-25T04:14:13.691Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20782024-02-25T04:14:14.361Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20792024-02-25T04:14:16.357Z Compiling mime_guess v2.0.4
20802024-02-25T04:14:16.583Z Checking snafu v0.7.5
20812024-02-25T04:14:17.085Z Checking tough v0.16.0
20822024-02-25T04:14:19.701Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20832024-02-25T04:14:19.855Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20842024-02-25T04:14:20.086Z Checking universal-hash v0.5.1
20852024-02-25T04:14:20.212Z Compiling thiserror-impl-no-std v2.0.2
20862024-02-25T04:14:20.268Z Compiling curve25519-dalek-derive v0.1.0
20872024-02-25T04:14:20.865Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20882024-02-25T04:14:21.916Z Checking opaque-debug v0.3.0
20892024-02-25T04:14:22.006Z Checking poly1305 v0.8.0
20902024-02-25T04:14:23.693Z Checking thiserror-no-std v2.0.2
20912024-02-25T04:14:23.905Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20922024-02-25T04:14:24.064Z Checking chacha20 v0.9.1
20932024-02-25T04:14:24.249Z Checking aead v0.5.2
20942024-02-25T04:14:24.391Z Checking kstat-rs v0.2.3
20952024-02-25T04:14:24.454Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20962024-02-25T04:14:24.744Z Checking signature v1.6.4
20972024-02-25T04:14:24.865Z Compiling salty v0.2.0
20982024-02-25T04:14:25.455Z Checking ed25519 v1.5.3
20992024-02-25T04:14:25.689Z Checking chacha20poly1305 v0.10.1
21002024-02-25T04:14:25.897Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21012024-02-25T04:14:26.439Z Checking vsss-rs v3.3.4
21022024-02-25T04:14:26.619Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21032024-02-25T04:14:26.876Z Checking serde-big-array v0.5.1
21042024-02-25T04:14:27.116Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21052024-02-25T04:14:27.169Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21062024-02-25T04:14:28.111Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21072024-02-25T04:14:29.754Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21082024-02-25T04:14:29.871Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21092024-02-25T04:14:29.897Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21102024-02-25T04:14:30.029Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21112024-02-25T04:14:30.857Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21122024-02-25T04:14:30.904Z Checking bytecount v0.6.3
21132024-02-25T04:14:31.055Z Checking papergrid v0.11.0
21142024-02-25T04:14:32.729Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21152024-02-25T04:14:33.032Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21162024-02-25T04:14:33.524Z Compiling tabled_derive v0.7.0
21172024-02-25T04:14:33.561Z Checking signal-hook-tokio v0.3.1
21182024-02-25T04:14:33.747Z Checking fd-lock v4.0.2
21192024-02-25T04:14:33.940Z Checking nix v0.27.1
21202024-02-25T04:14:34.080Z Checking serde-big-array v0.4.1
21212024-02-25T04:14:34.246Z Compiling sqlparser_derive v0.2.2
21222024-02-25T04:14:34.740Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21232024-02-25T04:14:35.595Z Checking unicode_categories v0.1.1
21242024-02-25T04:14:35.876Z Compiling prettyplease v0.2.16
21252024-02-25T04:14:36.229Z Checking humantime v2.1.0
21262024-02-25T04:14:36.276Z Checking tabled v0.15.0
21272024-02-25T04:14:36.429Z Checking sqlformat v0.2.3
21282024-02-25T04:14:36.518Z Checking sqlparser v0.43.1
21292024-02-25T04:14:36.711Z Checking rustyline v13.0.0
21302024-02-25T04:14:37.867Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21312024-02-25T04:14:38.493Z Checking bcs v0.1.6
21322024-02-25T04:14:38.897Z Checking corncobs v0.1.3
21332024-02-25T04:14:38.960Z Checking highway v1.1.0
21342024-02-25T04:14:39.079Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21352024-02-25T04:14:39.265Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21362024-02-25T04:14:39.357Z Compiling crunchy v0.2.2
21372024-02-25T04:14:39.531Z Checking http-range v0.1.5
21382024-02-25T04:14:39.716Z Checking hyper-staticfile v0.9.5
21392024-02-25T04:14:39.940Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21402024-02-25T04:14:40.080Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
21412024-02-25T04:14:40.095Z Compiling clang-sys v1.6.1
21422024-02-25T04:14:40.110Z Compiling tiny-keccak v2.0.2
21432024-02-25T04:14:40.283Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21442024-02-25T04:14:40.429Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21452024-02-25T04:14:40.946Z Compiling darling_core v0.14.4
21462024-02-25T04:14:42.048Z Checking assert_matches v1.5.0
21472024-02-25T04:14:42.144Z Compiling ascii-canvas v3.0.0
21482024-02-25T04:14:43.350Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21492024-02-25T04:14:44.546Z Compiling ena v0.14.2
21502024-02-25T04:14:44.576Z Compiling libloading v0.7.4
21512024-02-25T04:14:44.602Z Compiling diff v0.1.13
21522024-02-25T04:14:44.648Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21532024-02-25T04:14:44.938Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21542024-02-25T04:14:44.960Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21552024-02-25T04:14:44.977Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21562024-02-25T04:14:45.156Z Compiling bindgen v0.69.2
21572024-02-25T04:14:45.271Z Compiling regex-syntax v0.6.29
21582024-02-25T04:14:46.912Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21592024-02-25T04:14:47.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21602024-02-25T04:14:48.370Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21612024-02-25T04:14:51.536Z Compiling darling_macro v0.14.4
21622024-02-25T04:14:51.713Z Compiling lalrpop v0.19.12
21632024-02-25T04:14:51.925Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21642024-02-25T04:14:52.164Z Compiling cexpr v0.6.0
21652024-02-25T04:14:52.631Z Compiling darling v0.14.4
21662024-02-25T04:14:52.754Z Compiling which v4.4.0
21672024-02-25T04:14:52.781Z Compiling shlex v1.3.0
21682024-02-25T04:14:52.913Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21692024-02-25T04:14:53.059Z Compiling lazycell v1.3.0
21702024-02-25T04:14:53.189Z Compiling ref-cast v1.0.20
21712024-02-25T04:14:53.223Z Compiling peeking_take_while v0.1.2
21722024-02-25T04:14:53.364Z Compiling portable-atomic v1.4.3
21732024-02-25T04:14:53.364Z Compiling rustc-hash v1.1.0
21742024-02-25T04:14:53.533Z Checking maplit v1.0.2
21752024-02-25T04:14:53.791Z Compiling derive_builder_core v0.12.0
21762024-02-25T04:14:53.805Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21772024-02-25T04:14:54.139Z Compiling ref-cast-impl v1.0.20
21782024-02-25T04:14:54.524Z Compiling libxml v0.3.3
21792024-02-25T04:14:55.536Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21802024-02-25T04:14:55.861Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21812024-02-25T04:14:56.053Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21822024-02-25T04:14:56.233Z Compiling derive_builder_macro v0.12.0
21832024-02-25T04:14:56.527Z Compiling strum_macros v0.24.3
21842024-02-25T04:14:56.793Z Compiling cookie v0.18.0
21852024-02-25T04:14:57.115Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21862024-02-25T04:14:57.171Z Compiling indoc v1.0.9
21872024-02-25T04:14:57.453Z Checking number_prefix v0.4.0
21882024-02-25T04:14:57.654Z Checking indicatif v0.17.8
21892024-02-25T04:14:58.298Z Checking derive_builder v0.12.0
21902024-02-25T04:14:58.521Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21912024-02-25T04:14:58.843Z Checking bb8 v0.8.3
21922024-02-25T04:14:59.316Z Checking quick-xml v0.30.0
21932024-02-25T04:14:59.425Z Checking castaway v0.2.2
21942024-02-25T04:14:59.567Z Compiling oso-derive v0.27.0
21952024-02-25T04:15:00.042Z Compiling impl-trait-for-tuples v0.2.2
21962024-02-25T04:15:00.221Z Checking compact_str v0.7.1
21972024-02-25T04:15:00.556Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21982024-02-25T04:15:01.141Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21992024-02-25T04:15:01.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22002024-02-25T04:15:01.304Z Checking lru v0.12.1
22012024-02-25T04:15:01.332Z Compiling stability v0.1.1
22022024-02-25T04:15:01.584Z Checking cassowary v0.3.0
22032024-02-25T04:15:02.009Z Compiling indoc v2.0.3
22042024-02-25T04:15:02.422Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22052024-02-25T04:15:02.548Z Checking smawk v0.3.1
22062024-02-25T04:15:02.750Z Checking unicode-linebreak v0.1.5
22072024-02-25T04:15:03.118Z Checking is_ci v1.2.0
22082024-02-25T04:15:03.161Z Checking textwrap v0.16.1
22092024-02-25T04:15:03.180Z Checking ratatui v0.26.1
22102024-02-25T04:15:03.249Z Checking supports-color v3.0.0
22112024-02-25T04:15:03.430Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22122024-02-25T04:15:03.553Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22132024-02-25T04:15:03.791Z Checking rtoolbox v0.0.1
22142024-02-25T04:15:03.907Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22152024-02-25T04:15:03.977Z Checking rpassword v7.3.1
22162024-02-25T04:15:04.056Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22172024-02-25T04:15:04.118Z Checking fatfs v0.3.6
22182024-02-25T04:15:05.167Z Checking shell-words v1.1.0
22192024-02-25T04:15:05.342Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22202024-02-25T04:15:05.386Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22212024-02-25T04:15:06.229Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22222024-02-25T04:15:06.518Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22232024-02-25T04:15:06.685Z Checking tui-tree-widget v0.17.0
22242024-02-25T04:15:07.016Z Checking yansi v0.5.1
22252024-02-25T04:15:07.304Z Checking pretty_assertions v1.4.0
22262024-02-25T04:15:07.508Z Compiling target-lexicon v0.12.13
22272024-02-25T04:15:07.567Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22282024-02-25T04:15:08.645Z Checking plotters-backend v0.3.5
22292024-02-25T04:15:08.845Z Compiling guppy-workspace-hack v0.1.0
22302024-02-25T04:15:09.114Z Checking plotters-svg v0.3.5
22312024-02-25T04:15:09.325Z Checking http-body v1.0.0
22322024-02-25T04:15:09.541Z Checking rand v0.4.6
22332024-02-25T04:15:09.674Z Checking tower-layer v0.3.2
22342024-02-25T04:15:09.946Z Compiling assert_cmd v2.0.14
22352024-02-25T04:15:10.389Z Checking cast v0.3.0
22362024-02-25T04:15:10.514Z Compiling target-spec v3.1.0
22372024-02-25T04:15:10.842Z Checking remove_dir_all v0.5.3
22382024-02-25T04:15:10.947Z Checking tempdir v0.3.7
22392024-02-25T04:15:11.112Z Checking criterion-plot v0.5.0
22402024-02-25T04:15:11.147Z Checking tower v0.4.13
22412024-02-25T04:15:11.664Z Checking cfg-expr v0.15.6
22422024-02-25T04:15:11.973Z Checking hyper v1.1.0
22432024-02-25T04:15:11.988Z Checking plotters v0.3.5
22442024-02-25T04:15:12.583Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22452024-02-25T04:15:13.230Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22462024-02-25T04:15:13.516Z Checking tinytemplate v1.2.1
22472024-02-25T04:15:13.711Z Checking cargo-platform v0.1.3
22482024-02-25T04:15:13.888Z Checking anes v0.1.6
22492024-02-25T04:15:13.999Z Checking oorandom v11.1.3
22502024-02-25T04:15:14.157Z Checking cargo_metadata v0.18.1
22512024-02-25T04:15:14.276Z Checking criterion v0.5.1
22522024-02-25T04:15:14.794Z Checking hyper-util v0.1.2
22532024-02-25T04:15:16.017Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22542024-02-25T04:15:16.304Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22552024-02-25T04:15:16.644Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22562024-02-25T04:15:17.364Z Checking rustls-native-certs v0.7.0
22572024-02-25T04:15:17.524Z Checking pathdiff v0.2.1
22582024-02-25T04:15:17.679Z Checking nested v0.1.1
22592024-02-25T04:15:17.887Z Checking guppy v0.17.5
22602024-02-25T04:15:20.030Z Checking hyper-rustls v0.26.0
22612024-02-25T04:15:20.363Z Checking httptest v0.15.5
22622024-02-25T04:15:21.131Z Checking threadpool v1.8.1
22632024-02-25T04:15:21.331Z Checking nanorand v0.7.0
22642024-02-25T04:15:21.691Z Checking flume v0.11.0
22652024-02-25T04:15:21.859Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22662024-02-25T04:15:22.214Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22672024-02-25T04:15:22.308Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22682024-02-25T04:15:22.639Z Checking libtest-mimic v0.6.1
22692024-02-25T04:15:22.772Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22702024-02-25T04:15:23.071Z Checking similar-asserts v1.5.0
22712024-02-25T04:15:23.317Z Compiling rstest_macros v0.18.2
22722024-02-25T04:15:24.676Z Checking datatest-stable v0.2.3
22732024-02-25T04:15:24.911Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22742024-02-25T04:15:25.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22752024-02-25T04:15:25.600Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22762024-02-25T04:15:26.073Z Checking csv-core v0.1.11
22772024-02-25T04:15:26.108Z Compiling relative-path v1.9.0
22782024-02-25T04:15:26.311Z Checking constant_time_eq v0.2.6
22792024-02-25T04:15:26.434Z Compiling trybuild v1.0.89
22802024-02-25T04:15:26.448Z Checking blake2b_simd v1.0.1
22812024-02-25T04:15:26.913Z Checking csv v1.3.0
22822024-02-25T04:15:27.261Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22832024-02-25T04:15:27.782Z Checking multimap v0.10.0
22842024-02-25T04:15:28.088Z Checking basic-toml v0.1.8
22852024-02-25T04:15:28.934Z Checking futures-timer v3.0.2
22862024-02-25T04:15:30.645Z Checking rust-argon2 v1.0.1
22872024-02-25T04:15:31.058Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22882024-02-25T04:15:33.076Z Checking partial-io v0.5.4
22892024-02-25T04:15:33.459Z Checking approx v0.5.1
22902024-02-25T04:15:33.687Z Checking termios v0.3.3
22912024-02-25T04:15:33.892Z Checking hex-literal v0.4.1
22922024-02-25T04:15:36.822Z Checking rstest v0.18.2
22932024-02-25T04:15:38.410Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22942024-02-25T04:16:24.604Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22952024-02-25T04:16:28.787Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22962024-02-25T04:16:30.200Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22972024-02-25T04:16:30.841Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
22982024-02-25T04:16:43.101Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22992024-02-25T04:16:53.796Z Compiling polar-core v0.27.0
23002024-02-25T04:17:00.660Z Checking oso v0.27.0
23012024-02-25T04:17:26.168Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23022024-02-25T04:18:25.546Z Finished dev [unoptimized + debuginfo] target(s) in 6m 53s
23032024-02-25T04:18:25.723Z
23042024-02-25T04:18:25.723Zreal 7:35.742649698
23052024-02-25T04:18:25.723Zuser 39:44.929574189
23062024-02-25T04:18:25.726Zsys 6:42.136187912
23072024-02-25T04:18:25.726Ztrap 1.043516890
23082024-02-25T04:18:25.726Ztflt 4.690641714
23092024-02-25T04:18:25.727Zdflt 3.373154054
23102024-02-25T04:18:25.727Zkflt 0.047982080
23112024-02-25T04:18:25.727Zlock 1:00:59.538137443
23122024-02-25T04:18:25.727Zslp 2:01:32.395330420
23132024-02-25T04:18:25.727Zlat 1:45.607456978
23142024-02-25T04:18:25.727Zstop 4:08.759925294
23152024-02-25T04:18:26.523Zwarning: output filename collision.
23162024-02-25T04:18:26.523ZThe 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)`.
23172024-02-25T04:18:26.523ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23182024-02-25T04:18:26.523ZThe targets should have unique names.
23192024-02-25T04:18:26.524ZThis is a known bug where multiple crates with the same name use
23202024-02-25T04:18:26.524Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23212024-02-25T04:18:26.527Zwarning: output filename collision.
23222024-02-25T04:18:26.527ZThe 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)`.
23232024-02-25T04:18:26.527ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23242024-02-25T04:18:26.527ZThe targets should have unique names.
23252024-02-25T04:18:26.527ZThis is a known bug where multiple crates with the same name use
23262024-02-25T04:18:26.527Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23272024-02-25T04:18:26.527Zwarning: output filename collision.
23282024-02-25T04:18:26.527ZThe 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)`.
23292024-02-25T04:18:26.527ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23302024-02-25T04:18:26.528ZThe targets should have unique names.
23312024-02-25T04:18:26.528ZThis is a known bug where multiple crates with the same name use
23322024-02-25T04:18:26.528Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23332024-02-25T04:18:26.528Zwarning: output filename collision.
23342024-02-25T04:18:26.528ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`.
23352024-02-25T04:18:26.528ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23362024-02-25T04:18:26.528ZThe targets should have unique names.
23372024-02-25T04:18:26.528ZThis is a known bug where multiple crates with the same name use
23382024-02-25T04:18:26.528Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23392024-02-25T04:18:26.528Zwarning: output filename collision.
23402024-02-25T04:18:26.528ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` 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#bc0bb4b0)`.
23412024-02-25T04:18:26.528ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23422024-02-25T04:18:26.528ZThe targets should have unique names.
23432024-02-25T04:18:26.528ZThis is a known bug where multiple crates with the same name use
23442024-02-25T04:18:26.528Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23452024-02-25T04:18:26.528Zwarning: output filename collision.
23462024-02-25T04:18:26.528ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` 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#bc0bb4b0)`.
23472024-02-25T04:18:26.528ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23482024-02-25T04:18:26.528ZThe targets should have unique names.
23492024-02-25T04:18:26.528ZThis is a known bug where multiple crates with the same name use
23502024-02-25T04:18:26.528Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23512024-02-25T04:18:26.528Zwarning: output filename collision.
23522024-02-25T04:18:26.528ZThe 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)`.
23532024-02-25T04:18:26.528ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23542024-02-25T04:18:26.529ZThe targets should have unique names.
23552024-02-25T04:18:26.529ZThis is a known bug where multiple crates with the same name use
23562024-02-25T04:18:26.529Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23572024-02-25T04:18:26.942Z Documenting libc v0.2.153
23582024-02-25T04:18:26.982Z Documenting cfg-if v1.0.0
23592024-02-25T04:18:26.993Z Documenting serde_derive v1.0.196
23602024-02-25T04:18:27.021Z Documenting log v0.4.20
23612024-02-25T04:18:27.021Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622024-02-25T04:18:27.048Z Documenting memchr v2.6.3
23632024-02-25T04:18:27.051Z Documenting scopeguard v1.2.0
23642024-02-25T04:18:27.068Z Documenting byteorder v1.5.0
23652024-02-25T04:18:27.341Z Documenting smallvec v1.13.1
23662024-02-25T04:18:29.620Z Documenting itoa v1.0.9
23672024-02-25T04:18:29.778Z Documenting lock_api v0.4.10
23682024-02-25T04:18:30.501Z Documenting once_cell v1.19.0
23692024-02-25T04:18:31.310Z Documenting getrandom v0.2.10
23702024-02-25T04:18:31.357Z Documenting zeroize_derive v1.4.2
23712024-02-25T04:18:31.561Z Documenting parking_lot_core v0.9.8
23722024-02-25T04:18:31.626Z Documenting libm v0.2.7
23732024-02-25T04:18:32.489Z Documenting pin-project-lite v0.2.13
23742024-02-25T04:18:32.798Z Documenting signal-hook-registry v1.4.1
23752024-02-25T04:18:33.336Z Documenting serde v1.0.196
23762024-02-25T04:18:34.973Z Documenting mio v0.8.9
23772024-02-25T04:18:34.989Z Documenting num-traits v0.2.16
23782024-02-25T04:18:35.075Z Documenting rand_core v0.6.4
23792024-02-25T04:18:35.322Z Documenting futures-core v0.3.30
23802024-02-25T04:18:35.457Z Documenting parking_lot v0.12.1
23812024-02-25T04:18:36.828Z Documenting zeroize v1.7.0
23822024-02-25T04:18:37.521Z Documenting ryu v1.0.15
23832024-02-25T04:18:38.822Z Documenting thiserror-impl v1.0.57
23842024-02-25T04:18:39.045Z Documenting num_cpus v1.16.0
23852024-02-25T04:18:39.058Z Documenting socket2 v0.5.5
23862024-02-25T04:18:39.379Z Documenting tokio-macros v2.2.0
23872024-02-25T04:18:39.694Z Documenting zerocopy v0.7.32
23882024-02-25T04:18:40.277Z Documenting typenum v1.16.0
23892024-02-25T04:18:40.730Z Documenting subtle v2.5.0
23902024-02-25T04:18:42.990Z Documenting futures-sink v0.3.30
23912024-02-25T04:18:43.041Z Documenting pin-utils v0.1.0
23922024-02-25T04:18:43.629Z Documenting thiserror v1.0.57
23932024-02-25T04:18:43.911Z Documenting iana-time-zone v0.1.57
23942024-02-25T04:18:44.688Z Documenting slab v0.4.9
23952024-02-25T04:18:46.870Z Documenting futures-channel v0.3.30
23962024-02-25T04:18:47.063Z Documenting ahash v0.8.7
23972024-02-25T04:18:47.344Z Documenting futures-macro v0.3.30
23982024-02-25T04:18:47.677Z Documenting futures-task v0.3.30
23992024-02-25T04:18:48.226Z Documenting futures-io v0.3.30
24002024-02-25T04:18:49.383Z Documenting const-oid v0.9.5
24012024-02-25T04:18:50.888Z Documenting allocator-api2 v0.2.16
24022024-02-25T04:18:51.694Z Documenting tinyvec_macros v0.1.1
24032024-02-25T04:18:51.914Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24042024-02-25T04:18:52.065Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24052024-02-25T04:18:52.129Z Documenting tracing-core v0.1.31
24062024-02-25T04:18:52.316Z Documenting futures-util v0.3.30
24072024-02-25T04:18:52.849Z Documenting tracing-attributes v0.1.26
24082024-02-25T04:18:54.479Z Documenting hashbrown v0.14.3
24092024-02-25T04:18:54.680Z Documenting bytes v1.5.0
24102024-02-25T04:18:54.742Z Documenting bitflags v2.4.0
24112024-02-25T04:18:55.410Z Documenting serde_json v1.0.114
24122024-02-25T04:18:58.925Z Documenting chrono v0.4.31
24132024-02-25T04:18:59.758Z Documenting uuid v1.7.0
24142024-02-25T04:18:59.898Z Documenting tokio v1.36.0
24152024-02-25T04:19:01.046Z Documenting tinyvec v1.6.0
24162024-02-25T04:19:01.104Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24172024-02-25T04:19:02.823Z Documenting ppv-lite86 v0.2.17
24182024-02-25T04:19:04.462Z Documenting unicode-bidi v0.3.13
24192024-02-25T04:19:04.872Z Documenting unicode-normalization v0.1.22
24202024-02-25T04:19:05.154Z Documenting equivalent v1.0.1
24212024-02-25T04:19:05.813Z Documenting generic-array v0.14.7
24222024-02-25T04:19:06.243Z Documenting rand_chacha v0.3.1
24232024-02-25T04:19:08.058Z Documenting indexmap v2.2.3
24242024-02-25T04:19:08.918Z Documenting serde_derive_internals v0.26.0
24252024-02-25T04:19:09.317Z Checking serde_derive_internals v0.26.0
24262024-02-25T04:19:09.891Z Documenting dyn-clone v1.0.16
24272024-02-25T04:19:10.420Z Documenting tracing v0.1.37
24282024-02-25T04:19:10.432Z Documenting percent-encoding v2.3.1
24292024-02-25T04:19:10.609Z Documenting rand v0.8.5
24302024-02-25T04:19:10.890Z Documenting crypto-common v0.1.6
24312024-02-25T04:19:11.019Z Documenting block-buffer v0.10.4
24322024-02-25T04:19:12.952Z Documenting base64 v0.21.7
24332024-02-25T04:19:13.453Z Documenting lazy_static v1.4.0
24342024-02-25T04:19:14.284Z Documenting schemars_derive v0.8.16
24352024-02-25T04:19:14.436Z Documenting form_urlencoded v1.2.1
24362024-02-25T04:19:15.058Z Documenting fnv v1.0.7
24372024-02-25T04:19:15.605Z Documenting digest v0.10.7
24382024-02-25T04:19:16.112Z Documenting errno v0.3.8
24392024-02-25T04:19:16.293Z Documenting cpufeatures v0.2.12
24402024-02-25T04:19:16.704Z Documenting idna v0.5.0
24412024-02-25T04:19:18.408Z Documenting httparse v1.8.0
24422024-02-25T04:19:18.626Z Documenting unicode-width v0.1.11
24432024-02-25T04:19:19.115Z Documenting unicode-ident v1.0.12
24442024-02-25T04:19:20.116Z Documenting rustix v0.38.31
24452024-02-25T04:19:20.673Z Documenting schemars v0.8.16
24462024-02-25T04:19:20.783Z Documenting url v2.5.0
24472024-02-25T04:19:21.551Z Documenting try-lock v0.2.4
24482024-02-25T04:19:21.669Z Documenting adler v1.0.2
24492024-02-25T04:19:22.049Z Documenting proc-macro2 v1.0.78
24502024-02-25T04:19:23.086Z Documenting httpdate v1.0.3
24512024-02-25T04:19:24.458Z Documenting want v0.3.1
24522024-02-25T04:19:24.571Z Documenting miniz_oxide v0.7.1
24532024-02-25T04:19:25.254Z Documenting http-body v0.4.5
24542024-02-25T04:19:26.107Z Documenting openssl-sys v0.9.96
24552024-02-25T04:19:26.718Z Documenting openssl-macros v0.1.1
24562024-02-25T04:19:27.000Z Documenting mime v0.3.17
24572024-02-25T04:19:28.054Z Documenting base64ct v1.6.0
24582024-02-25T04:19:28.076Z Documenting tower-service v0.3.2
24592024-02-25T04:19:28.231Z Documenting quote v1.0.35
24602024-02-25T04:19:30.062Z Documenting aho-corasick v1.0.4
24612024-02-25T04:19:30.754Z Documenting tokio-util v0.7.10
24622024-02-25T04:19:31.074Z Documenting slog v2.7.0
24632024-02-25T04:19:31.666Z Documenting regex-syntax v0.8.2
24642024-02-25T04:19:31.841Z Documenting openssl-probe v0.1.5
24652024-02-25T04:19:31.985Z Documenting openssl v0.10.60
24662024-02-25T04:19:32.073Z Documenting ipnet v2.9.0
24672024-02-25T04:19:32.605Z Documenting syn v2.0.48
24682024-02-25T04:19:35.019Z Documenting async-trait v0.1.77
24692024-02-25T04:19:35.432Z Documenting pem-rfc7468 v0.7.0
24702024-02-25T04:19:35.606Z Documenting encoding_rs v0.8.33
24712024-02-25T04:19:36.211Z Documenting crossbeam-utils v0.8.16
24722024-02-25T04:19:36.566Z Documenting h2 v0.3.24
24732024-02-25T04:19:38.532Z Documenting regex-automata v0.4.4
24742024-02-25T04:19:39.496Z Documenting der_derive v0.7.2
24752024-02-25T04:19:39.819Z Documenting flagset v0.4.3
24762024-02-25T04:19:40.176Z Documenting native-tls v0.2.11
24772024-02-25T04:19:40.238Z Documenting utf8parse v0.2.1
24782024-02-25T04:19:40.486Z Documenting serde_urlencoded v0.7.1
24792024-02-25T04:19:42.661Z Documenting num-integer v0.1.46
24802024-02-25T04:19:43.015Z Documenting time-macros v0.2.13
24812024-02-25T04:19:44.564Z Documenting time-core v0.1.1
24822024-02-25T04:19:44.615Z Documenting der v0.7.8
24832024-02-25T04:19:45.113Z Documenting tokio-native-tls v0.3.1
24842024-02-25T04:19:47.393Z Documenting num_threads v0.1.6
24852024-02-25T04:19:47.655Z Documenting regex v1.10.3
24862024-02-25T04:19:47.666Z Documenting gimli v0.28.0
24872024-02-25T04:19:47.860Z Documenting hyper v0.14.27
24882024-02-25T04:19:48.166Z Documenting deranged v0.3.8
24892024-02-25T04:19:49.499Z Documenting spki v0.7.2
24902024-02-25T04:19:50.428Z Documenting object v0.32.1
24912024-02-25T04:19:51.110Z Documenting rustc-demangle v0.1.23
24922024-02-25T04:19:51.514Z Documenting webpki-roots v0.25.2
24932024-02-25T04:19:52.632Z Documenting time v0.3.27
24942024-02-25T04:19:53.244Z Documenting spin v0.9.8
24952024-02-25T04:19:53.900Z Documenting addr2line v0.21.0
24962024-02-25T04:19:54.126Z Documenting either v1.10.0
24972024-02-25T04:19:54.207Z Documenting pkcs8 v0.10.2
24982024-02-25T04:19:55.301Z Documenting openapiv3 v2.0.0
24992024-02-25T04:19:56.228Z Documenting futures-executor v0.3.30
25002024-02-25T04:19:57.702Z Checking pest_meta v2.7.6
25012024-02-25T04:19:57.951Z Documenting memoffset v0.9.0
25022024-02-25T04:19:58.126Z Documenting anstyle v1.0.2
25032024-02-25T04:19:58.633Z Documenting data-encoding v2.4.0
25042024-02-25T04:19:58.742Z Documenting anstyle-parse v0.2.1
25052024-02-25T04:20:00.382Z Documenting hyper-rustls v0.24.2
25062024-02-25T04:20:00.654Z Documenting hyper-tls v0.5.0
25072024-02-25T04:20:00.819Z Documenting crossbeam-epoch v0.9.15
25082024-02-25T04:20:02.188Z Documenting ipnetwork v0.20.0
25092024-02-25T04:20:02.200Z Documenting sha2 v0.10.8
25102024-02-25T04:20:02.300Z Documenting hex v0.4.3
25112024-02-25T04:20:03.036Z Documenting crc32fast v1.3.2
25122024-02-25T04:20:03.203Z Documenting backtrace v0.3.69
25132024-02-25T04:20:04.855Z Documenting pest_meta v2.7.6
25142024-02-25T04:20:06.406Z Documenting scroll_derive v0.12.0
25152024-02-25T04:20:06.786Z Documenting anstyle-query v1.0.0
25162024-02-25T04:20:07.208Z Documenting colorchoice v1.0.0
25172024-02-25T04:20:07.300Z Documenting untrusted v0.9.0
25182024-02-25T04:20:08.089Z Documenting futures v0.3.30
25192024-02-25T04:20:08.607Z Documenting reqwest v0.11.22
25202024-02-25T04:20:09.466Z Documenting anyhow v1.0.75
25212024-02-25T04:20:09.686Z Documenting pest_generator v2.7.6
25222024-02-25T04:20:10.002Z Checking pest_generator v2.7.6
25232024-02-25T04:20:10.125Z Documenting ring v0.17.8
25242024-02-25T04:20:10.427Z Documenting anstream v0.6.11
25252024-02-25T04:20:10.700Z Documenting num-iter v0.1.43
25262024-02-25T04:20:10.804Z Documenting scroll v0.12.0
25272024-02-25T04:20:14.268Z Documenting terminal_size v0.3.0
25282024-02-25T04:20:14.354Z Documenting hmac v0.12.1
25292024-02-25T04:20:14.501Z Documenting signal-hook v0.3.17
25302024-02-25T04:20:14.705Z Documenting static_assertions v1.1.0
25312024-02-25T04:20:15.264Z Documenting ucd-trie v0.1.6
25322024-02-25T04:20:15.494Z Documenting clap_lex v0.7.0
25332024-02-25T04:20:15.701Z Documenting plain v0.2.3
25342024-02-25T04:20:17.761Z Documenting strsim v0.11.0
25352024-02-25T04:20:18.526Z Documenting pest_derive v2.7.6
25362024-02-25T04:20:18.674Z Documenting flate2 v1.0.28
25372024-02-25T04:20:18.699Z Documenting goblin v0.8.0
25382024-02-25T04:20:19.145Z Documenting clap_derive v4.5.0
25392024-02-25T04:20:19.350Z Documenting unicode-segmentation v1.10.1
25402024-02-25T04:20:19.624Z Documenting pest v2.7.6
25412024-02-25T04:20:19.903Z Documenting pretty-hex v0.4.1
25422024-02-25T04:20:22.174Z Documenting clap_builder v4.5.0
25432024-02-25T04:20:22.672Z Documenting managed v0.8.0
25442024-02-25T04:20:23.028Z Documenting signal-hook-mio v0.2.3
25452024-02-25T04:20:23.204Z Documenting block-padding v0.3.3
25462024-02-25T04:20:23.894Z Documenting scheduled-thread-pool v0.2.7
25472024-02-25T04:20:24.327Z Documenting thread-id v4.2.0
25482024-02-25T04:20:24.538Z Documenting dtrace-parser v0.2.0
25492024-02-25T04:20:25.804Z Documenting dof v0.3.0
25502024-02-25T04:20:26.000Z Documenting bzip2-sys v0.1.11+1.0.8
25512024-02-25T04:20:27.281Z Documenting enum-as-inner v0.5.1
25522024-02-25T04:20:27.398Z Documenting diesel_table_macro_syntax v0.1.0
25532024-02-25T04:20:27.943Z Checking diesel_table_macro_syntax v0.1.0
25542024-02-25T04:20:28.113Z Documenting r2d2 v0.8.10
25552024-02-25T04:20:28.255Z Documenting inout v0.1.3
25562024-02-25T04:20:28.371Z Documenting clap v4.5.0
25572024-02-25T04:20:29.302Z Documenting crossterm v0.27.0
25582024-02-25T04:20:29.926Z Documenting bzip2 v0.4.4
25592024-02-25T04:20:31.398Z Documenting usdt-impl v0.5.0
25602024-02-25T04:20:31.580Z Documenting trust-dns-proto v0.22.0
25612024-02-25T04:20:31.871Z Documenting diesel_derives v2.1.2
25622024-02-25T04:20:32.225Z Documenting md-5 v0.10.5
25632024-02-25T04:20:32.374Z Documenting stringprep v0.1.3
25642024-02-25T04:20:33.589Z Documenting serde_spanned v0.6.5
25652024-02-25T04:20:33.913Z Documenting toml_datetime v0.6.5
25662024-02-25T04:20:34.551Z Documenting ff v0.13.0
25672024-02-25T04:20:36.229Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25682024-02-25T04:20:37.094Z Documenting base16ct v0.2.0
25692024-02-25T04:20:37.629Z Documenting fallible-iterator v0.2.0
25702024-02-25T04:20:37.867Z Documenting siphasher v0.3.11
25712024-02-25T04:20:38.443Z Documenting winnow v0.6.1
25722024-02-25T04:20:38.707Z Documenting bit-vec v0.6.3
25732024-02-25T04:20:38.982Z Documenting group v0.13.0
25742024-02-25T04:20:40.126Z Documenting diesel v2.1.4
25752024-02-25T04:20:40.177Z Documenting sec1 v0.7.3
25762024-02-25T04:20:40.523Z Documenting zip v0.6.6
25772024-02-25T04:20:40.821Z Documenting phf_shared v0.11.2
25782024-02-25T04:20:42.564Z Documenting postgres-protocol v0.6.6
25792024-02-25T04:20:42.759Z Documenting cipher v0.4.4
25802024-02-25T04:20:43.069Z Documenting hkdf v0.12.4
25812024-02-25T04:20:43.560Z Documenting toml_edit v0.22.6
25822024-02-25T04:20:44.609Z Documenting num-bigint v0.4.4
25832024-02-25T04:20:44.907Z Documenting crypto-bigint v0.5.2
25842024-02-25T04:20:46.411Z Documenting regress v0.8.0
25852024-02-25T04:20:47.984Z Documenting hubpack v0.1.2
25862024-02-25T04:20:49.309Z Documenting bstr v1.6.0
25872024-02-25T04:20:49.442Z Documenting serde_repr v0.1.16
25882024-02-25T04:20:49.752Z Documenting precomputed-hash v0.1.1
25892024-02-25T04:20:52.071Z Documenting fixedbitset v0.4.2
25902024-02-25T04:20:52.283Z Documenting minimal-lexical v0.2.1
25912024-02-25T04:20:52.582Z Documenting lalrpop-util v0.19.12
25922024-02-25T04:20:52.794Z Documenting new_debug_unreachable v1.0.4
25932024-02-25T04:20:53.694Z Documenting yasna v0.5.2
25942024-02-25T04:20:53.894Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25952024-02-25T04:20:54.498Z Documenting elliptic-curve v0.13.8
25962024-02-25T04:20:55.240Z Documenting petgraph v0.6.4
25972024-02-25T04:20:55.593Z Documenting string_cache v0.8.7
25982024-02-25T04:20:56.003Z Documenting nom v7.1.3
25992024-02-25T04:20:57.068Z Documenting postgres-types v0.2.6
26002024-02-25T04:21:00.311Z Documenting phf v0.11.2
26012024-02-25T04:21:00.454Z Documenting console v0.15.8
26022024-02-25T04:21:00.498Z Documenting semver v1.0.22
26032024-02-25T04:21:00.542Z Documenting float-cmp v0.9.0
26042024-02-25T04:21:01.040Z Documenting normalize-line-endings v0.3.0
26052024-02-25T04:21:02.624Z Documenting predicates-core v1.0.6
26062024-02-25T04:21:04.585Z Documenting whoami v1.4.1
26072024-02-25T04:21:04.614Z Documenting heck v0.4.1
26082024-02-25T04:21:04.705Z Documenting difflib v0.4.0
26092024-02-25T04:21:04.940Z Documenting bit-set v0.5.3
26102024-02-25T04:21:04.985Z Documenting similar v2.3.0
26112024-02-25T04:21:05.019Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26122024-02-25T04:21:05.552Z Documenting tokio-stream v0.1.14
26132024-02-25T04:21:06.441Z Documenting getopts v0.2.21
26142024-02-25T04:21:08.372Z Documenting tokio-postgres v0.7.10
26152024-02-25T04:21:08.482Z Documenting predicates v3.1.0
26162024-02-25T04:21:09.074Z Checking ident_case v1.0.1
26172024-02-25T04:21:09.139Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26182024-02-25T04:21:09.222Z Checking strsim v0.10.0
26192024-02-25T04:21:09.369Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26202024-02-25T04:21:09.438Z Documenting match_cfg v0.1.0
26212024-02-25T04:21:10.770Z Documenting sha1 v0.10.6
26222024-02-25T04:21:10.941Z Documenting dirs-sys-next v0.1.2
26232024-02-25T04:21:11.784Z Documenting rustls-pki-types v1.3.0
26242024-02-25T04:21:12.283Z Documenting hostname v0.3.1
26252024-02-25T04:21:13.440Z Documenting camino v1.1.6
26262024-02-25T04:21:14.830Z Documenting dirs-next v2.0.0
26272024-02-25T04:21:15.623Z Documenting paste v1.0.14
26282024-02-25T04:21:15.690Z Documenting thread_local v1.1.7
26292024-02-25T04:21:16.129Z Documenting rustls-webpki v0.102.1
26302024-02-25T04:21:16.785Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
26312024-02-25T04:21:17.791Z Documenting crossbeam-channel v0.5.8
26322024-02-25T04:21:17.845Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26332024-02-25T04:21:18.428Z Documenting atty v0.2.14
26342024-02-25T04:21:18.662Z Documenting term v0.7.0
26352024-02-25T04:21:20.225Z Documenting take_mut v0.2.2
26362024-02-25T04:21:20.282Z Documenting slog-json v2.6.1
26372024-02-25T04:21:20.575Z Documenting rustls v0.22.2
26382024-02-25T04:21:21.537Z Documenting http v1.0.0
26392024-02-25T04:21:21.842Z Documenting async-stream-impl v0.3.5
26402024-02-25T04:21:21.866Z Documenting debug-ignore v1.0.5
26412024-02-25T04:21:22.671Z Documenting slog-term v2.9.0
26422024-02-25T04:21:23.916Z Documenting slog-async v2.8.0
26432024-02-25T04:21:24.500Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26442024-02-25T04:21:24.721Z Documenting atomic-waker v1.1.1
26452024-02-25T04:21:24.932Z Documenting slog-bunyan v2.5.0
26462024-02-25T04:21:26.365Z Documenting async-stream v0.3.5
26472024-02-25T04:21:27.279Z Documenting rustls-pemfile v2.1.0
26482024-02-25T04:21:27.515Z Documenting multer v3.0.0
26492024-02-25T04:21:27.583Z Documenting waitgroup v0.1.2
26502024-02-25T04:21:28.504Z Checking darling_core v0.20.3
26512024-02-25T04:21:29.652Z Documenting tokio-rustls v0.25.0
26522024-02-25T04:21:30.021Z Documenting toml v0.8.10
26532024-02-25T04:21:30.147Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26542024-02-25T04:21:30.346Z Documenting serde_path_to_error v0.1.15
26552024-02-25T04:21:31.354Z Checking darling v0.20.3
26562024-02-25T04:21:31.467Z Documenting serde_with_macros v3.6.1
26572024-02-25T04:21:31.485Z Documenting structmeta-derive v0.3.0
26582024-02-25T04:21:32.296Z Documenting strum v0.26.1
26592024-02-25T04:21:32.824Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
26602024-02-25T04:21:34.557Z Checking structmeta v0.3.0
26612024-02-25T04:21:34.783Z Documenting instant v0.1.12
26622024-02-25T04:21:34.997Z Documenting newtype-uuid v1.0.1
26632024-02-25T04:21:35.884Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26642024-02-25T04:21:35.931Z Documenting macaddr v1.0.1
26652024-02-25T04:21:36.029Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26662024-02-25T04:21:36.444Z Documenting serde_with v3.6.1
26672024-02-25T04:21:36.634Z Documenting structmeta v0.3.0
26682024-02-25T04:21:38.489Z Documenting backoff v0.4.0
26692024-02-25T04:21:39.999Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26702024-02-25T04:21:40.139Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26712024-02-25T04:21:40.234Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26722024-02-25T04:21:40.463Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26732024-02-25T04:21:40.931Z Documenting parse-display-derive v0.9.0
26742024-02-25T04:21:42.266Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26752024-02-25T04:21:43.195Z Documenting fastrand v2.0.1
26762024-02-25T04:21:43.808Z Documenting proc-macro-error-attr v1.0.4
26772024-02-25T04:21:44.396Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26782024-02-25T04:21:44.698Z Checking proc-macro-error v1.0.4
26792024-02-25T04:21:44.991Z Documenting is-terminal v0.4.9
26802024-02-25T04:21:45.321Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26812024-02-25T04:21:45.334Z Documenting proc-macro-crate v1.3.1
26822024-02-25T04:21:45.588Z Checking proc-macro-crate v1.3.1
26832024-02-25T04:21:45.831Z Documenting hash32 v0.3.1
26842024-02-25T04:21:46.319Z Documenting stable_deref_trait v1.2.0
26852024-02-25T04:21:46.872Z Documenting parse-display v0.9.0
26862024-02-25T04:21:47.616Z Documenting tempfile v3.10.0
26872024-02-25T04:21:47.738Z Documenting proc-macro-error v1.0.4
26882024-02-25T04:21:49.147Z Documenting cobs v0.2.3
26892024-02-25T04:21:49.896Z Documenting heapless v0.8.0
26902024-02-25T04:21:50.109Z Documenting embedded-io v0.4.0
26912024-02-25T04:21:50.701Z Documenting num_enum_derive v0.5.11
26922024-02-25T04:21:50.932Z Documenting foreign-types-macros v0.2.3
26932024-02-25T04:21:50.978Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26942024-02-25T04:21:52.058Z Documenting camino-tempfile v1.1.1
26952024-02-25T04:21:52.147Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26962024-02-25T04:21:53.104Z Documenting foreign-types-shared v0.3.1
26972024-02-25T04:21:53.220Z Documenting postcard v1.0.8
26982024-02-25T04:21:54.715Z Documenting smoltcp v0.11.0
26992024-02-25T04:21:55.028Z Documenting crucible-workspace-hack v0.1.0
27002024-02-25T04:21:55.457Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27012024-02-25T04:21:55.994Z Documenting foreign-types v0.5.0
27022024-02-25T04:21:56.545Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27032024-02-25T04:21:56.817Z Documenting num_enum v0.5.11
27042024-02-25T04:21:57.906Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27052024-02-25T04:21:58.678Z Documenting cstr-argument v0.1.2
27062024-02-25T04:21:59.976Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27072024-02-25T04:22:00.070Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27082024-02-25T04:22:00.221Z Documenting colored v2.0.4
27092024-02-25T04:22:00.496Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27102024-02-25T04:22:00.947Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27112024-02-25T04:22:02.571Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122024-02-25T04:22:04.383Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27132024-02-25T04:22:04.479Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27142024-02-25T04:22:04.904Z Documenting zone_cfg_derive v0.3.0
27152024-02-25T04:22:05.442Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27162024-02-25T04:22:06.508Z Documenting num-derive v0.4.0
27172024-02-25T04:22:07.361Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27182024-02-25T04:22:07.762Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27192024-02-25T04:22:09.348Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27202024-02-25T04:22:09.658Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27212024-02-25T04:22:09.695Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27222024-02-25T04:22:10.524Z Documenting zone v0.3.0
27232024-02-25T04:22:11.086Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27242024-02-25T04:22:13.349Z Documenting smf v0.2.2
27252024-02-25T04:22:13.400Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27262024-02-25T04:22:13.689Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272024-02-25T04:22:13.791Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27282024-02-25T04:22:15.503Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27292024-02-25T04:22:15.703Z Documenting linked-hash-map v0.5.6
27302024-02-25T04:22:16.124Z Documenting password-hash v0.5.0
27312024-02-25T04:22:17.082Z Documenting blake2 v0.10.6
27322024-02-25T04:22:17.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27332024-02-25T04:22:18.780Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27342024-02-25T04:22:20.192Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27352024-02-25T04:22:20.397Z Documenting lru-cache v0.1.2
27362024-02-25T04:22:20.749Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27372024-02-25T04:22:21.100Z Documenting itertools v0.12.1
27382024-02-25T04:22:21.866Z Documenting memmap v0.7.0
27392024-02-25T04:22:22.146Z Documenting argon2 v0.5.3
27402024-02-25T04:22:23.217Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27412024-02-25T04:22:24.185Z Documenting quick-error v1.2.3
27422024-02-25T04:22:24.426Z Documenting derive-where v1.2.7
27432024-02-25T04:22:25.648Z Documenting swrite v0.1.0
27442024-02-25T04:22:25.774Z Documenting usdt v0.5.0
27452024-02-25T04:22:27.149Z Documenting newtype_derive v0.1.6
27462024-02-25T04:22:27.223Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27472024-02-25T04:22:27.936Z Documenting resolv-conf v0.7.0
27482024-02-25T04:22:28.280Z Documenting tap v1.0.1
27492024-02-25T04:22:28.877Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27502024-02-25T04:22:29.432Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27512024-02-25T04:22:30.718Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27522024-02-25T04:22:30.810Z Documenting steno v0.4.0
27532024-02-25T04:22:31.124Z Documenting wyz v0.5.1
27542024-02-25T04:22:31.397Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27552024-02-25T04:22:31.584Z Documenting radium v0.7.0
27562024-02-25T04:22:31.949Z Documenting trust-dns-resolver v0.22.0
27572024-02-25T04:22:33.184Z Documenting nibble_vec v0.1.0
27582024-02-25T04:22:33.967Z Checking heck v0.3.3
27592024-02-25T04:22:34.143Z Documenting endian-type v0.1.2
27602024-02-25T04:22:34.269Z Documenting crc-catalog v2.2.0
27612024-02-25T04:22:34.639Z Documenting funty v2.0.0
27622024-02-25T04:22:37.278Z Documenting crc v3.0.1
27632024-02-25T04:22:37.630Z Documenting structopt-derive v0.4.18
27642024-02-25T04:22:37.844Z Documenting bitvec v1.0.1
27652024-02-25T04:22:37.934Z Documenting radix_trie v0.2.1
27662024-02-25T04:22:40.270Z Documenting cancel-safe-futures v0.1.5
27672024-02-25T04:22:40.833Z Documenting xattr v1.0.1
27682024-02-25T04:22:41.298Z Documenting filetime v0.2.23
27692024-02-25T04:22:41.942Z Documenting packed_struct_codegen v0.10.1
27702024-02-25T04:22:42.653Z Documenting nodrop v0.1.14
27712024-02-25T04:22:43.221Z Documenting structopt v0.3.26
27722024-02-25T04:22:44.743Z Documenting num-bigint-dig v0.8.4
27732024-02-25T04:22:45.182Z Documenting tar v0.4.40
27742024-02-25T04:22:45.514Z Documenting array-init v0.0.4
27752024-02-25T04:22:46.950Z Documenting libefi-sys v0.1.0
27762024-02-25T04:22:47.579Z Documenting num-rational v0.4.1
27772024-02-25T04:22:48.029Z Documenting packed_struct v0.10.1
27782024-02-25T04:22:48.727Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27792024-02-25T04:22:49.312Z Documenting pkcs1 v0.7.5
27802024-02-25T04:22:51.036Z Documenting signature v2.1.0
27812024-02-25T04:22:51.092Z Documenting num-complex v0.4.4
27822024-02-25T04:22:51.265Z Documenting arc-swap v1.6.0
27832024-02-25T04:22:52.666Z Documenting termcolor v1.2.0
27842024-02-25T04:22:53.841Z Documenting bitfield v0.14.0
27852024-02-25T04:22:54.034Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27862024-02-25T04:22:54.665Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27872024-02-25T04:22:55.136Z Documenting slog-scope v4.4.0
27882024-02-25T04:22:55.959Z Documenting rsa v0.9.2
27892024-02-25T04:22:56.444Z Documenting num v0.4.1
27902024-02-25T04:22:56.681Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27912024-02-25T04:22:57.279Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27922024-02-25T04:22:57.416Z Documenting env_logger v0.10.0
27932024-02-25T04:22:59.018Z Documenting serde-hex v0.1.0
27942024-02-25T04:22:59.198Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27952024-02-25T04:23:01.997Z Documenting x509-cert v0.2.4
27962024-02-25T04:23:02.248Z Documenting ron v0.8.1
27972024-02-25T04:23:02.899Z Documenting libsw v3.3.1
27982024-02-25T04:23:03.063Z Documenting gethostname v0.4.3
27992024-02-25T04:23:04.336Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28002024-02-25T04:23:05.299Z Documenting half v2.3.1
28012024-02-25T04:23:05.569Z Documenting owo-colors v4.0.0
28022024-02-25T04:23:06.612Z Documenting ciborium-io v0.2.2
28032024-02-25T04:23:06.998Z Documenting same-file v1.0.6
28042024-02-25T04:23:07.630Z Documenting crc-any v2.4.3
28052024-02-25T04:23:07.752Z Documenting linear-map v1.2.0
28062024-02-25T04:23:08.395Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28072024-02-25T04:23:09.712Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28082024-02-25T04:23:10.304Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28092024-02-25T04:23:10.338Z Documenting ciborium-ll v0.2.2
28102024-02-25T04:23:10.823Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28112024-02-25T04:23:11.508Z Documenting walkdir v2.4.0
28122024-02-25T04:23:12.522Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28132024-02-25T04:23:14.579Z Documenting slog-stdlog v4.1.1
28142024-02-25T04:23:15.458Z Documenting slog-dtrace v0.3.0
28152024-02-25T04:23:16.250Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162024-02-25T04:23:19.548Z Documenting path-slash v0.1.5
28172024-02-25T04:23:21.599Z Documenting slog-envlogger v2.2.0
28182024-02-25T04:23:22.342Z Documenting ciborium v0.2.2
28192024-02-25T04:23:22.708Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28202024-02-25T04:23:22.879Z Documenting pem v3.0.2
28212024-02-25T04:23:24.320Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28222024-02-25T04:23:26.668Z Documenting fxhash v0.2.1
28232024-02-25T04:23:27.005Z Documenting display-error-chain v0.2.0
28242024-02-25T04:23:27.361Z Documenting utf-8 v0.7.6
28252024-02-25T04:23:27.659Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28262024-02-25T04:23:28.910Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28272024-02-25T04:23:28.928Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28282024-02-25T04:23:29.132Z Documenting vte_generate_state_changes v0.1.1
28292024-02-25T04:23:30.463Z Documenting convert_case v0.4.0
28302024-02-25T04:23:30.760Z Checking convert_case v0.4.0
28312024-02-25T04:23:30.967Z Documenting buf-list v1.0.3
28322024-02-25T04:23:31.042Z Documenting tungstenite v0.20.1
28332024-02-25T04:23:33.036Z Documenting vte v0.11.1
28342024-02-25T04:23:34.386Z Documenting derive_more v0.99.17
28352024-02-25T04:23:35.933Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28362024-02-25T04:23:36.462Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28372024-02-25T04:23:36.646Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28382024-02-25T04:23:36.951Z Checking darling_core v0.14.4
28392024-02-25T04:23:37.871Z Documenting pin-project-internal v1.1.3
28402024-02-25T04:23:38.212Z Documenting tokio-tungstenite v0.20.1
28412024-02-25T04:23:38.786Z Checking darling v0.14.4
28422024-02-25T04:23:38.893Z Documenting strip-ansi-escapes v0.2.0
28432024-02-25T04:23:40.162Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28442024-02-25T04:23:41.005Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28452024-02-25T04:23:43.055Z Documenting doc-comment v0.3.3
28462024-02-25T04:23:43.280Z Documenting pin-project v1.1.3
28472024-02-25T04:23:43.946Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28482024-02-25T04:23:45.600Z Documenting crossbeam-deque v0.8.3
28492024-02-25T04:23:45.946Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28502024-02-25T04:23:46.340Z Documenting snafu-derive v0.7.5
28512024-02-25T04:23:46.407Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522024-02-25T04:23:46.428Z Documenting nu-ansi-term v0.50.0
28532024-02-25T04:23:49.245Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28542024-02-25T04:23:49.719Z Documenting rayon-core v1.12.0
28552024-02-25T04:23:50.538Z Documenting reedline v0.29.0
28562024-02-25T04:23:51.126Z Documenting trust-dns-client v0.22.0
28572024-02-25T04:23:52.846Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28582024-02-25T04:23:54.067Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28592024-02-25T04:23:54.080Z Documenting globset v0.4.13
28602024-02-25T04:23:54.383Z Documenting olpc-cjson v0.1.3
28612024-02-25T04:23:54.937Z Documenting snafu v0.7.5
28622024-02-25T04:23:56.247Z Documenting serde_plain v1.0.2
28632024-02-25T04:23:58.812Z Documenting headers-core v0.2.0
28642024-02-25T04:23:58.925Z Documenting async-recursion v1.0.5
28652024-02-25T04:23:59.069Z Documenting keccak v0.1.4
28662024-02-25T04:23:59.985Z Documenting typed-path v0.7.0
28672024-02-25T04:24:00.176Z Documenting bytecount v0.6.3
28682024-02-25T04:24:00.347Z Documenting rayon v1.8.0
28692024-02-25T04:24:01.187Z Documenting trust-dns-server v0.22.1
28702024-02-25T04:24:02.024Z Documenting sha3 v0.10.8
28712024-02-25T04:24:04.043Z Documenting papergrid v0.11.0
28722024-02-25T04:24:04.049Z Documenting headers v0.3.9
28732024-02-25T04:24:04.050Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-02-25T04:24:04.156Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28752024-02-25T04:24:05.308Z Documenting tough v0.16.0
28762024-02-25T04:24:07.241Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28772024-02-25T04:24:08.090Z Documenting derive_builder_core v0.12.0
28782024-02-25T04:24:08.169Z Checking derive_builder_core v0.12.0
28792024-02-25T04:24:08.708Z Documenting sled v0.34.7
28802024-02-25T04:24:08.860Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28812024-02-25T04:24:09.017Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28822024-02-25T04:24:09.474Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28832024-02-25T04:24:09.890Z Documenting fs-err v2.11.0
28842024-02-25T04:24:10.295Z Documenting unicase v2.7.0
28852024-02-25T04:24:10.712Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-02-25T04:24:10.723Z Documenting tabled_derive v0.7.0
28872024-02-25T04:24:11.035Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28882024-02-25T04:24:13.607Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
28892024-02-25T04:24:13.881Z Documenting fd-lock v4.0.2
28902024-02-25T04:24:14.329Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28912024-02-25T04:24:14.478Z Documenting nix v0.27.1
28922024-02-25T04:24:15.351Z Documenting secrecy v0.8.0
28932024-02-25T04:24:16.686Z Documenting rustversion v1.0.14
28942024-02-25T04:24:18.344Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28952024-02-25T04:24:19.448Z Documenting sqlparser_derive v0.2.2
28962024-02-25T04:24:19.460Z Documenting home v0.5.5
28972024-02-25T04:24:19.540Z Documenting unicode_categories v0.1.1
28982024-02-25T04:24:20.706Z Documenting parse-size v1.0.0
28992024-02-25T04:24:21.429Z Documenting castaway v0.2.2
29002024-02-25T04:24:22.672Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29012024-02-25T04:24:22.954Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
29022024-02-25T04:24:23.321Z Documenting rustyline v13.0.0
29032024-02-25T04:24:23.447Z Documenting sqlformat v0.2.3
29042024-02-25T04:24:23.648Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29052024-02-25T04:24:24.802Z Documenting sqlparser v0.43.1
29062024-02-25T04:24:25.212Z Documenting tabled v0.15.0
29072024-02-25T04:24:26.491Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082024-02-25T04:24:28.844Z Documenting derive_builder_macro v0.12.0
29092024-02-25T04:24:30.090Z Documenting mime_guess v2.0.4
29102024-02-25T04:24:32.927Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29112024-02-25T04:24:33.615Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29122024-02-25T04:24:33.688Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29132024-02-25T04:24:34.913Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29142024-02-25T04:24:35.238Z Documenting universal-hash v0.5.1
29152024-02-25T04:24:38.069Z Documenting bcs v0.1.6
29162024-02-25T04:24:39.738Z Documenting kstat-rs v0.2.3
29172024-02-25T04:24:41.561Z Documenting thiserror-impl-no-std v2.0.2
29182024-02-25T04:24:42.281Z Documenting curve25519-dalek-derive v0.1.0
29192024-02-25T04:24:44.876Z Documenting ref-cast-impl v1.0.20
29202024-02-25T04:24:45.287Z Documenting opaque-debug v0.3.0
29212024-02-25T04:24:46.734Z Documenting highway v1.1.0
29222024-02-25T04:24:46.993Z Documenting thiserror-no-std v2.0.2
29232024-02-25T04:24:47.171Z Documenting curve25519-dalek v4.1.1
29242024-02-25T04:24:47.546Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29252024-02-25T04:24:48.198Z Documenting poly1305 v0.8.0
29262024-02-25T04:24:49.957Z Documenting derive_builder v0.12.0
29272024-02-25T04:24:50.635Z Documenting ref-cast v1.0.20
29282024-02-25T04:24:50.890Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292024-02-25T04:24:52.117Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29302024-02-25T04:24:53.255Z Documenting compact_str v0.7.1
29312024-02-25T04:24:53.360Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29322024-02-25T04:24:53.751Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29332024-02-25T04:24:54.826Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29342024-02-25T04:24:57.354Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352024-02-25T04:24:57.415Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29362024-02-25T04:25:01.531Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29372024-02-25T04:25:06.902Z Documenting portable-atomic v1.4.3
29382024-02-25T04:25:07.602Z Documenting polar-core v0.27.0
29392024-02-25T04:25:07.853Z Documenting ed25519 v1.5.3
29402024-02-25T04:25:10.584Z Documenting libxml v0.3.3
29412024-02-25T04:25:10.803Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29422024-02-25T04:25:12.151Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29432024-02-25T04:25:14.606Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29442024-02-25T04:25:15.459Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29452024-02-25T04:25:16.021Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29462024-02-25T04:25:16.095Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29472024-02-25T04:25:17.149Z Documenting chacha20 v0.9.1
29482024-02-25T04:25:18.291Z Documenting bb8 v0.8.3
29492024-02-25T04:25:20.733Z Documenting aead v0.5.2
29502024-02-25T04:25:22.393Z Documenting lru v0.12.1
29512024-02-25T04:25:24.926Z Documenting quick-xml v0.30.0
29522024-02-25T04:25:25.774Z Documenting oso-derive v0.27.0
29532024-02-25T04:25:26.850Z Documenting stability v0.1.1
29542024-02-25T04:25:27.785Z Documenting impl-trait-for-tuples v0.2.2
29552024-02-25T04:25:30.116Z Documenting glob v0.3.1
29562024-02-25T04:25:30.364Z Documenting maplit v1.0.2
29572024-02-25T04:25:30.429Z Documenting cassowary v0.3.0
29582024-02-25T04:25:31.388Z Documenting number_prefix v0.4.0
29592024-02-25T04:25:31.486Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29602024-02-25T04:25:34.126Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29612024-02-25T04:25:34.436Z Documenting oso v0.27.0
29622024-02-25T04:25:34.569Z Documenting ratatui v0.26.1
29632024-02-25T04:25:34.838Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29642024-02-25T04:25:34.914Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29652024-02-25T04:25:35.105Z Documenting indicatif v0.17.8
29662024-02-25T04:25:35.578Z Documenting chacha20poly1305 v0.10.1
29672024-02-25T04:25:39.781Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29682024-02-25T04:25:40.097Z Documenting salty v0.2.0
29692024-02-25T04:25:41.938Z Documenting vsss-rs v3.3.4
29702024-02-25T04:25:44.529Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29712024-02-25T04:25:45.238Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29722024-02-25T04:25:46.120Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29732024-02-25T04:25:46.424Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29742024-02-25T04:25:47.269Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29752024-02-25T04:25:49.314Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29762024-02-25T04:25:50.723Z Documenting cookie v0.18.0
29772024-02-25T04:25:50.972Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29782024-02-25T04:25:54.507Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29792024-02-25T04:25:55.345Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29802024-02-25T04:25:55.655Z Documenting serde-big-array v0.5.1
29812024-02-25T04:25:55.702Z Documenting rtoolbox v0.0.1
29822024-02-25T04:25:56.433Z Documenting smawk v0.3.1
29832024-02-25T04:25:58.122Z Documenting http-range v0.1.5
29842024-02-25T04:25:58.544Z Documenting is_ci v1.2.0
29852024-02-25T04:25:59.743Z Documenting humantime v2.1.0
29862024-02-25T04:26:00.132Z Documenting unicode-linebreak v0.1.5
29872024-02-25T04:26:00.880Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29882024-02-25T04:26:01.893Z Documenting hyper-staticfile v0.9.5
29892024-02-25T04:26:02.250Z Documenting supports-color v3.0.0
29902024-02-25T04:26:03.158Z Documenting textwrap v0.16.1
29912024-02-25T04:26:03.641Z Documenting rpassword v7.3.1
29922024-02-25T04:26:04.634Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29932024-02-25T04:26:06.814Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942024-02-25T04:26:07.159Z Documenting tui-tree-widget v0.17.0
29952024-02-25T04:26:08.936Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962024-02-25T04:26:09.499Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29972024-02-25T04:26:09.722Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
29982024-02-25T04:26:10.499Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29992024-02-25T04:26:12.392Z Documenting rcgen v0.12.1
30002024-02-25T04:26:13.030Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-02-25T04:26:13.217Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30022024-02-25T04:26:13.638Z Documenting atomicwrites v0.4.3
30032024-02-25T04:26:14.968Z Documenting signal-hook-tokio v0.3.1
30042024-02-25T04:26:17.767Z Documenting memmap2 v0.7.1
30052024-02-25T04:26:18.011Z Documenting subprocess v0.2.9
30062024-02-25T04:26:20.828Z Documenting arrayref v0.3.7
30072024-02-25T04:26:20.831Z Documenting shell-words v1.1.0
30082024-02-25T04:26:22.043Z Documenting arrayvec v0.7.4
30092024-02-25T04:26:22.287Z Documenting constant_time_eq v0.3.0
30102024-02-25T04:26:22.697Z Documenting corncobs v0.1.3
30112024-02-25T04:26:24.047Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-02-25T04:26:24.794Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30132024-02-25T04:26:25.210Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30142024-02-25T04:26:25.240Z Documenting blake3 v1.5.0
30152024-02-25T04:26:25.737Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30162024-02-25T04:26:29.628Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30172024-02-25T04:26:30.843Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30182024-02-25T04:26:32.183Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-02-25T04:26:34.691Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30202024-02-25T04:26:37.813Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30212024-02-25T04:26:41.091Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30222024-02-25T04:26:42.398Zwarning: unclosed HTML tag `usize`
30232024-02-25T04:26:42.399Z --> wicket/src/ui/panes/update.rs:153:19
30242024-02-25T04:26:42.399Z |
30252024-02-25T04:26:42.399Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30262024-02-25T04:26:42.399Z | ^^^^^^^
30272024-02-25T04:26:42.399Z |
30282024-02-25T04:26:42.399Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30292024-02-25T04:26:42.399Z
30302024-02-25T04:26:42.847Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30312024-02-25T04:26:43.570Zwarning: `wicket` (lib doc) generated 1 warning
30322024-02-25T04:26:43.573Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30332024-02-25T04:26:53.133Z Documenting fatfs v0.3.6
30342024-02-25T04:26:53.345Z Documenting nanorand v0.7.0
30352024-02-25T04:26:56.024Z Documenting topological-sort v0.2.2
30362024-02-25T04:26:57.505Z Documenting assert_matches v1.5.0
30372024-02-25T04:26:57.717Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30382024-02-25T04:26:58.203Z Documenting flume v0.11.0
30392024-02-25T04:27:00.351Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30402024-02-25T04:27:00.389Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30412024-02-25T04:27:00.743Z Documenting omicron-zone-package v0.11.0
30422024-02-25T04:27:03.777Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30432024-02-25T04:27:04.635Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30442024-02-25T04:27:05.647Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30452024-02-25T04:27:06.036Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30462024-02-25T04:27:14.666Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30472024-02-25T04:27:15.033Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30482024-02-25T04:27:15.033Z --> sled-agent/src/sim/instance.rs:46:7
30492024-02-25T04:27:15.033Z |
30502024-02-25T04:27:15.033Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30512024-02-25T04:27:15.034Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30522024-02-25T04:27:15.034Z |
30532024-02-25T04:27:15.034Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30542024-02-25T04:27:15.034Z
30552024-02-25T04:27:15.459Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30562024-02-25T04:27:17.015Z Documenting termios v0.3.3
30572024-02-25T04:27:18.347Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30582024-02-25T04:27:21.231Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30592024-02-25T04:27:27.258Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30602024-02-25T04:27:28.157Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30612024-02-25T04:27:30.750Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30622024-02-25T04:27:41.417Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30632024-02-25T04:27:54.423Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642024-02-25T04:27:54.442Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30652024-02-25T04:28:06.239Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30662024-02-25T04:28:08.417Zwarning: unresolved link to `test_sled_transitions`
30672024-02-25T04:28:08.417Z --> nexus/db-queries/src/db/datastore/sled.rs:566:11
30682024-02-25T04:28:08.417Z |
30692024-02-25T04:28:08.417Z566 | /// [`test_sled_transitions`].
30702024-02-25T04:28:08.417Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
30712024-02-25T04:28:08.417Z |
30722024-02-25T04:28:08.417Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30732024-02-25T04:28:08.417Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30742024-02-25T04:28:08.417Z
30752024-02-25T04:28:08.421Zwarning: unresolved link to `test_sled_transitions`
30762024-02-25T04:28:08.422Z --> nexus/db-queries/src/db/datastore/sled.rs:602:11
30772024-02-25T04:28:08.422Z |
30782024-02-25T04:28:08.422Z602 | /// [`test_sled_transitions`].
30792024-02-25T04:28:08.422Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
30802024-02-25T04:28:08.422Z |
30812024-02-25T04:28:08.422Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30822024-02-25T04:28:08.422Z
30832024-02-25T04:28:08.422Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30842024-02-25T04:28:08.422Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
30852024-02-25T04:28:08.422Z |
30862024-02-25T04:28:08.422Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30872024-02-25T04:28:08.422Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30882024-02-25T04:28:08.422Z
30892024-02-25T04:28:10.201Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30902024-02-25T04:28:13.002Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30912024-02-25T04:28:14.941Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922024-02-25T04:28:16.056Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30932024-02-25T04:28:19.372Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30942024-02-25T04:28:24.162Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
30952024-02-25T04:28:24.165Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30962024-02-25T04:28:47.927Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972024-02-25T04:29:36.406Zwarning: unresolved link to `VolumeConstructionRequest`
30982024-02-25T04:29:36.406Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30992024-02-25T04:29:36.406Z |
31002024-02-25T04:29:36.406Z338 | /// [`VolumeConstructionRequest`] is shown here):
31012024-02-25T04:29:36.406Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
31022024-02-25T04:29:36.406Z |
31032024-02-25T04:29:36.406Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31042024-02-25T04:29:36.406Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31052024-02-25T04:29:36.406Z
31062024-02-25T04:29:36.410Zwarning: unresolved link to `fd00:1122:3344:101::5`
31072024-02-25T04:29:36.410Z --> nexus/src/app/sagas/volume_delete.rs:348:17
31082024-02-25T04:29:36.410Z |
31092024-02-25T04:29:36.410Z348 | /// "[fd00:1122:3344:101::5]:1000",
31102024-02-25T04:29:36.410Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31112024-02-25T04:29:36.410Z
31122024-02-25T04:29:36.410Zwarning: unresolved link to `fd00:1122:3344:102::9`
31132024-02-25T04:29:36.410Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31142024-02-25T04:29:36.410Z |
31152024-02-25T04:29:36.410Z349 | /// "[fd00:1122:3344:102::9]:1000",
31162024-02-25T04:29:36.410Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31172024-02-25T04:29:36.410Z
31182024-02-25T04:29:36.410Zwarning: unresolved link to `fd00:1122:3344:103::2`
31192024-02-25T04:29:36.410Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31202024-02-25T04:29:36.410Z |
31212024-02-25T04:29:36.411Z350 | /// "[fd00:1122:3344:103::2]:1000"
31222024-02-25T04:29:36.411Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31232024-02-25T04:29:36.411Z
31242024-02-25T04:29:36.411Zwarning: unresolved link to `fd00:1122:3344:101::5`
31252024-02-25T04:29:36.411Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31262024-02-25T04:29:36.411Z |
31272024-02-25T04:29:36.411Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31282024-02-25T04:29:36.411Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31292024-02-25T04:29:36.411Z
31302024-02-25T04:29:36.411Zwarning: unresolved link to `fd00:1122:3344:102::9`
31312024-02-25T04:29:36.411Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31322024-02-25T04:29:36.411Z |
31332024-02-25T04:29:36.411Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31342024-02-25T04:29:36.411Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31352024-02-25T04:29:36.411Z
31362024-02-25T04:29:36.411Zwarning: unresolved link to `fd00:1122:3344:103::2`
31372024-02-25T04:29:36.411Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31382024-02-25T04:29:36.411Z |
31392024-02-25T04:29:36.411Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31402024-02-25T04:29:36.411Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31412024-02-25T04:29:36.411Z
31422024-02-25T04:29:39.368Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31432024-02-25T04:29:55.146Z Finished dev [unoptimized + debuginfo] target(s) in 11m 29s
31442024-02-25T04:29:55.243Z
31452024-02-25T04:29:55.243Zreal 11:29.391876043
31462024-02-25T04:29:55.243Zuser 30:39.703107410
31472024-02-25T04:29:55.243Zsys 49:15.305998918
31482024-02-25T04:29:55.243Ztrap 0.896744639
31492024-02-25T04:29:55.243Ztflt 0.161647123
31502024-02-25T04:29:55.246Zdflt 0.707582466
31512024-02-25T04:29:55.246Zkflt 0.000080727
31522024-02-25T04:29:55.246Zlock 2:04:51.777440713
31532024-02-25T04:29:55.246Zslp 2:52:07.919430998
31542024-02-25T04:29:55.247Zlat 4:47.039693424
31552024-02-25T04:29:55.247Zstop 1:29.472876186
31562024-02-25T04:29:55.247Zprocess exited: duration 1282336 ms, exit code 0
 
31572024-02-25T04:29:55.253Zfound 0 output files