01HXJ2F007R2M6NBH1190Q0SHA: 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: 01HXJ2FN794D639PW18JH4MK6K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-10T20:20:24.850Zjob assigned to worker 01HXJ2FQ374ESWX948KMNRTY2F (queued for 2 m 21 s)
 
22024-05-10T20:20:37.828Zstarting task 0: "setup"
32024-05-10T20:20:38.116Z++ uname -s
42024-05-10T20:20:38.123Z+ kern=SunOS
52024-05-10T20:20:38.124Z+ case "$kern" in
62024-05-10T20:20:38.124Z+ groupadd -g 12345 build
72024-05-10T20:20:38.124Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-10T20:20:38.129Z+ zfs create -o mountpoint=/work rpool/work
92024-05-10T20:20:38.225Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-10T20:20:38.248Z+ home_fs=zfs
112024-05-10T20:20:38.248Z+ [[ zfs == autofs ]]
122024-05-10T20:20:38.249Z+ mkdir -p /home/build
132024-05-10T20:20:38.249Z+ chown build:build /home/build /work
142024-05-10T20:20:38.249Z+ chmod 0700 /home/build /work
152024-05-10T20:20:38.249Zprocess exited: duration 403 ms, exit code 0
 
162024-05-10T20:20:38.258Zstarting task 1: "rust-toolchain"
172024-05-10T20:20:38.266Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-10T20:20:38.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-10T20:20:38.391Zinfo: downloading installer
202024-05-10T20:20:41.188Zwarning: it looks like you have an existing installation of Rust at:
212024-05-10T20:20:41.188Zwarning: /opt/ooce/bin
222024-05-10T20:20:41.188Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-10T20:20:41.188Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-10T20:20:41.189Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-10T20:20:41.189Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-10T20:20:41.189Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-10T20:20:41.189Zerror: cannot install while Rust is installed
282024-05-10T20:20:41.189Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-10T20:20:41.431Zinfo: profile set to 'default'
302024-05-10T20:20:41.432Zinfo: default host triple is x86_64-unknown-illumos
312024-05-10T20:20:41.442Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-10T20:20:41.573Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-10T20:20:41.573Zinfo: downloading component 'cargo'
342024-05-10T20:20:42.731Zinfo: downloading component 'clippy'
352024-05-10T20:20:42.742Zinfo: downloading component 'rust-docs'
362024-05-10T20:20:43.450Zinfo: downloading component 'rust-std'
372024-05-10T20:20:45.028Zinfo: downloading component 'rustc'
382024-05-10T20:20:48.826Zinfo: downloading component 'rustfmt'
392024-05-10T20:20:49.054Zinfo: installing component 'cargo'
402024-05-10T20:20:49.872Zinfo: installing component 'clippy'
412024-05-10T20:20:50.237Zinfo: installing component 'rust-docs'
422024-05-10T20:20:51.655Zinfo: installing component 'rust-std'
432024-05-10T20:20:53.467Zinfo: installing component 'rustc'
442024-05-10T20:20:57.521Zinfo: installing component 'rustfmt'
452024-05-10T20:20:57.877Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-10T20:20:57.878Z
472024-05-10T20:20:58.155Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-10T20:20:58.155Z
492024-05-10T20:20:58.174Z
502024-05-10T20:20:58.174ZRust is installed now. Great!
512024-05-10T20:20:58.174Z
522024-05-10T20:20:58.175ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-10T20:20:58.175Zenvironment variable. This has not been done automatically.
542024-05-10T20:20:58.175Z
552024-05-10T20:20:58.175ZTo configure your current shell, you need to source
562024-05-10T20:20:58.175Zthe corresponding env file under $HOME/.cargo.
572024-05-10T20:20:58.175Z
582024-05-10T20:20:58.176ZThis is usually done by running one of the following (note the leading DOT):
592024-05-10T20:20:58.176Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-10T20:20:58.176Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-10T20:20:58.299Z+ rustc --version
622024-05-10T20:20:58.355Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-10T20:20:58.370Zprocess exited: duration 20094 ms, exit code 0
 
642024-05-10T20:20:58.391Zstarting task 2: "authentication"
652024-05-10T20:20:58.408Zprocess exited: duration 22 ms, exit code 0
 
662024-05-10T20:20:58.421Zstarting task 3: "clone repository"
672024-05-10T20:20:58.425Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-10T20:20:58.430Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-10T20:20:59.030ZCloning into '/work/oxidecomputer/omicron'...
702024-05-10T20:21:04.738Z+ cd /work/oxidecomputer/omicron
712024-05-10T20:21:04.739Z+ git fetch origin 6e9155ef51a322f04303dbfaa8479b0e99d21713
722024-05-10T20:21:05.080ZFrom https://github.com/oxidecomputer/omicron
732024-05-10T20:21:05.080Z * branch 6e9155ef51a322f04303dbfaa8479b0e99d21713 -> FETCH_HEAD
742024-05-10T20:21:05.091Z+ [[ -n '' ]]
752024-05-10T20:21:05.091Z+ git reset --hard 6e9155ef51a322f04303dbfaa8479b0e99d21713
762024-05-10T20:21:05.216ZHEAD is now at 6e9155ef5 whoops i forgot to touch the instances
772024-05-10T20:21:05.235Zprocess exited: duration 6795 ms, exit code 0
 
782024-05-10T20:21:05.254Zstarting task 4: "build"
792024-05-10T20:21:05.266Z+ cargo --version
802024-05-10T20:21:05.266Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-10T20:21:05.421Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-10T20:21:05.421Zinfo: downloading component 'cargo'
832024-05-10T20:21:06.329Zinfo: downloading component 'clippy'
842024-05-10T20:21:06.604Zinfo: downloading component 'rust-docs'
852024-05-10T20:21:07.851Zinfo: downloading component 'rust-std'
862024-05-10T20:21:09.639Zinfo: downloading component 'rustc'
872024-05-10T20:21:14.492Zinfo: downloading component 'rustfmt'
882024-05-10T20:21:14.756Zinfo: installing component 'cargo'
892024-05-10T20:21:15.572Zinfo: installing component 'clippy'
902024-05-10T20:21:15.908Zinfo: installing component 'rust-docs'
912024-05-10T20:21:17.303Zinfo: installing component 'rust-std'
922024-05-10T20:21:18.861Zinfo: installing component 'rustc'
932024-05-10T20:21:24.102Zinfo: installing component 'rustfmt'
942024-05-10T20:21:24.102Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-10T20:21:24.102Z+ rustc --version
962024-05-10T20:21:24.102Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-10T20:21:24.102Z+ source ./env.sh
982024-05-10T20:21:24.102Z++ set -o xtrace
992024-05-10T20:21:24.102Z++++ dirname ./env.sh
1002024-05-10T20:21:24.102Z+++ readlink -f .
1012024-05-10T20:21:24.103Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022024-05-10T20:21:24.103Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-05-10T20:21:24.103Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-05-10T20:21:24.103Z++ 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
1052024-05-10T20:21:24.103Z++ 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
1062024-05-10T20:21:24.103Z++ 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
1072024-05-10T20:21:24.103Z++ 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
1082024-05-10T20:21:24.103Z++ 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
1092024-05-10T20:21:24.103Z++ 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
1102024-05-10T20:21:24.103Z++ unset OMICRON_WS
1112024-05-10T20:21:24.103Z++ set +o xtrace
1122024-05-10T20:21:24.103Z
1132024-05-10T20:21:24.103Z ##### ##### ###### ##### ###### #### # # # #### #
1142024-05-10T20:21:24.103Z # # # # # # # # # # # # # # #
1152024-05-10T20:21:24.103Z # # # # ##### # # ##### # # # # # #### #
1162024-05-10T20:21:24.103Z ##### ##### # ##### # # # # # # # # #
1172024-05-10T20:21:24.103Z # # # # # # # # # # # # # # #
1182024-05-10T20:21:24.103Z # # # ###### # # ###### ### # #### # #### #
1192024-05-10T20:21:24.104Z
1202024-05-10T20:21:37.615Z Startup: Refreshing catalog 'helios-dev' ... Done
1212024-05-10T20:21:39.572Z Startup: Caching catalogs ... Done
1222024-05-10T20:21:41.095ZPlanning: Solver setup ... Done (1.105s)
1232024-05-10T20:21:41.119ZPlanning: Running solver ... Done (0.020s)
1242024-05-10T20:21:41.154ZPlanning: Finding local manifests ... Done (0.006s)
1252024-05-10T20:21:41.173ZPlanning: Fetching manifests: 0/4 0% complete
1262024-05-10T20:21:41.456ZPlanning: Fetching manifests: 4/4 100% complete
1272024-05-10T20:21:41.508ZPlanning: Package planning ... Done (0.049s)
1282024-05-10T20:21:41.560ZPlanning: Merging actions ... Done (0.050s)
1292024-05-10T20:21:42.678ZPlanning: Checking for conflicting actions ... Done (1.122s)
1302024-05-10T20:21:42.700ZPlanning: Consolidating action changes ... Done (0.011s)
1312024-05-10T20:21:49.254ZPlanning: Evaluating mediators ... Done (6.563s)
1322024-05-10T20:21:49.265ZPlanning: Planning completed in 9.63 seconds
1332024-05-10T20:21:50.199Z Packages to install: 4
1342024-05-10T20:21:50.199Z Mediators to change: 2
1352024-05-10T20:21:50.203Z Services to change: 1
1362024-05-10T20:21:50.204Z Estimated space available: 155.31 GB
1372024-05-10T20:21:50.204ZEstimated space to be consumed: 1.44 GB
1382024-05-10T20:21:50.204Z Create boot environment: No
1392024-05-10T20:21:50.204ZCreate backup boot environment: No
1402024-05-10T20:21:50.204Z Rebuild boot archive: No
1412024-05-10T20:21:50.204Z
1422024-05-10T20:21:50.204ZChanged mediators:
1432024-05-10T20:21:50.204Z mediator clang:
1442024-05-10T20:21:50.204Z version: None -> 15 (system default)
1452024-05-10T20:21:50.204Z
1462024-05-10T20:21:50.204Z mediator llvm:
1472024-05-10T20:21:50.204Z version: 14 (system default) -> 15 (system default)
1482024-05-10T20:21:50.204Z
1492024-05-10T20:21:50.204ZChanged packages:
1502024-05-10T20:21:50.204Zhelios-dev
1512024-05-10T20:21:50.204Z developer/build-essential
1522024-05-10T20:21:50.204Z None -> 11-2.0
1532024-05-10T20:21:50.204Z library/libxmlsec1
1542024-05-10T20:21:50.204Z None -> 1.2.35-2.0
1552024-05-10T20:21:50.204Z ooce/developer/clang-15
1562024-05-10T20:21:50.204Z None -> 15.0.7-2.0
1572024-05-10T20:21:50.205Z ooce/developer/llvm-15
1582024-05-10T20:21:50.205Z None -> 15.0.7-2.0
1592024-05-10T20:21:50.205Z
1602024-05-10T20:21:50.205ZServices:
1612024-05-10T20:21:50.205Z restart_fmri:
1622024-05-10T20:21:50.205Z svc:/system/update-man-index:default
1632024-05-10T20:21:50.406Z
1642024-05-10T20:21:50.406ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652024-05-10T20:21:55.458ZDownload: 1293/3290 items 108.5/212.6MB 51% complete (21.7M/s)
1662024-05-10T20:22:00.408ZDownload: 3207/3290 items 160.1/212.6MB 75% complete (16.0M/s)
1672024-05-10T20:22:02.687ZDownload: Completed 212.60 MB in 12.27 seconds (17.3M/s)
1682024-05-10T20:22:02.890Z Actions: 1/3689 actions (Installing new actions)
1692024-05-10T20:22:07.895Z Actions: 3550/3689 actions (Installing new actions)
1702024-05-10T20:22:08.440Z Actions: Completed 3689 actions in 5.55 seconds.
1712024-05-10T20:22:08.557Z Done (0.116s)
1722024-05-10T20:22:08.557Z Done (0.000s)
1732024-05-10T20:22:08.857Z Done (0.293s)
1742024-05-10T20:22:14.743Z Done (5.744s)
1752024-05-10T20:22:15.019Z Done (0.207s)
1762024-05-10T20:22:15.025Z Done (0.000s)
1772024-05-10T20:22:15.185Z Done (0.000s)
1782024-05-10T20:22:15.723ZPlanning: Evaluating mediator changes ... Done
1792024-05-10T20:22:15.883ZPlanning: Checking for conflicting actions ... Done
1802024-05-10T20:22:15.888ZPlanning: Consolidating action changes ... Done
1812024-05-10T20:22:16.150ZPlanning: Evaluating mediators ... Done
1822024-05-10T20:22:16.155ZPlanning: Planning completed in 0.43 seconds
1832024-05-10T20:22:16.180Z Mediators to change: 2
1842024-05-10T20:22:16.180Z Create boot environment: No
1852024-05-10T20:22:16.184ZCreate backup boot environment: No
1862024-05-10T20:22:16.244Z Done
1872024-05-10T20:22:16.244Z Done
1882024-05-10T20:22:16.427Z Done
1892024-05-10T20:22:19.938Z Done
1902024-05-10T20:22:20.017Z Done
1912024-05-10T20:22:20.021Z Done
1922024-05-10T20:22:20.167Z Done
1932024-05-10T20:22:20.769ZPlanning: Evaluating mediator changes ... Done
1942024-05-10T20:22:20.772ZPlanning: Merging actions ... Done
1952024-05-10T20:22:20.958ZPlanning: Checking for conflicting actions ... Done
1962024-05-10T20:22:20.961ZPlanning: Consolidating action changes ... Done
1972024-05-10T20:22:21.222ZPlanning: Evaluating mediators ... Done
1982024-05-10T20:22:21.276ZPlanning: Planning completed in 0.75 seconds
1992024-05-10T20:22:21.310Z Packages to change: 1
2002024-05-10T20:22:21.310Z Mediators to change: 1
2012024-05-10T20:22:21.315Z Services to change: 1
2022024-05-10T20:22:21.315Z Create boot environment: No
2032024-05-10T20:22:21.315ZCreate backup boot environment: Yes
2042024-05-10T20:22:23.305Z Actions: 1/6 actions (Updating modified actions)
2052024-05-10T20:22:23.411Z Actions: Completed 6 actions in 0.11 seconds.
2062024-05-10T20:22:23.414Z Done
2072024-05-10T20:22:23.415Z Done
2082024-05-10T20:22:23.475Z Done
2092024-05-10T20:22:27.037Z Done
2102024-05-10T20:22:27.129Z Done
2112024-05-10T20:22:27.139Z Done
2122024-05-10T20:22:27.241Z Done
2132024-05-10T20:22:27.673ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142024-05-10T20:22:27.673Zclang system 15 system
2152024-05-10T20:22:27.673Zcsh system system illumos
2162024-05-10T20:22:27.673Zctags system system illumos
2172024-05-10T20:22:27.674Zgcc vendor 12 vendor
2182024-05-10T20:22:27.674Zgcc system 10 system
2192024-05-10T20:22:27.674Zgcc system 7 system
2202024-05-10T20:22:27.674Zgo system 1.20 system
2212024-05-10T20:22:27.674Zgo system 1.19 system
2222024-05-10T20:22:27.674Zllvm system 15 system
2232024-05-10T20:22:27.674Zllvm system 14 system
2242024-05-10T20:22:27.674Zmariadb system 10.6 system
2252024-05-10T20:22:27.674Zmta vendor vendor dma
2262024-05-10T20:22:27.675Zopenjdk system 17 system
2272024-05-10T20:22:27.675Zopenjdk system 11 system
2282024-05-10T20:22:27.675Zopenjdk system 1.8 system
2292024-05-10T20:22:27.675Zopenssl vendor 3 vendor
2302024-05-10T20:22:27.675Zperl system 5.36 system
2312024-05-10T20:22:27.675Zpostgresql system 15 system
2322024-05-10T20:22:27.675Zpostgresql system 13 system
2332024-05-10T20:22:27.675Zpython vendor 3 vendor
2342024-05-10T20:22:27.675Zpython system 2 system
2352024-05-10T20:22:27.675Zpython3 system 3.11 system
2362024-05-10T20:22:27.675Zruby system 3.0 system
2372024-05-10T20:22:27.675Zwords vendor vendor american-english
2382024-05-10T20:22:27.676Zwords system system australian-english
2392024-05-10T20:22:27.676Zwords system system british-english
2402024-05-10T20:22:27.676Zwords system system canadian-english
2412024-05-10T20:22:27.676Zwords system system french
2422024-05-10T20:22:27.676Zwords system system italian
2432024-05-10T20:22:27.676Zwords system system ngerman
2442024-05-10T20:22:27.676Zwords system system ogerman
2452024-05-10T20:22:27.676Zwords system system spanish
2462024-05-10T20:22:28.003ZPUBLISHER TYPE STATUS P LOCATION
2472024-05-10T20:22:28.003Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2482024-05-10T20:22:29.343ZFMRI IFO
2492024-05-10T20:22:29.343Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502024-05-10T20:22:29.343Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512024-05-10T20:22:29.343Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522024-05-10T20:22:29.343Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532024-05-10T20:22:29.344Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2542024-05-10T20:22:29.344Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552024-05-10T20:22:29.344Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2562024-05-10T20:22:29.344Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2572024-05-10T20:22:29.344Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2582024-05-10T20:22:29.344Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592024-05-10T20:22:29.345Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2602024-05-10T20:22:29.345Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612024-05-10T20:22:29.600Z+ set -o errexit
2622024-05-10T20:22:29.604Z+++ dirname ./tools/ci_download_cockroachdb
2632024-05-10T20:22:29.604Z++ cd ./tools
2642024-05-10T20:22:29.605Z++ pwd
2652024-05-10T20:22:29.610Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2662024-05-10T20:22:29.610Z++ basename ./tools/ci_download_cockroachdb
2672024-05-10T20:22:29.610Z+ ARG0=ci_download_cockroachdb
2682024-05-10T20:22:29.610Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2692024-05-10T20:22:29.610Z+ CIDL_VERSION=v22.1.9
2702024-05-10T20:22:29.611Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2712024-05-10T20:22:29.611Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2722024-05-10T20:22:29.611Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2732024-05-10T20:22:29.611Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-05-10T20:22:29.611Z+ TARGET_DIR=out
2752024-05-10T20:22:29.611Z+ DOWNLOAD_DIR=out/downloads
2762024-05-10T20:22:29.612Z+ DEST_DIR=./out/cockroachdb
2772024-05-10T20:22:29.612Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2782024-05-10T20:22:29.612Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2792024-05-10T20:22:29.617Z+ main
2802024-05-10T20:22:29.617Z+ [[ 0 != 0 ]]
2812024-05-10T20:22:29.617Z+ CIDL_OS=solaris2.11
2822024-05-10T20:22:29.617Z+ [[ 0 != 0 ]]
2832024-05-10T20:22:29.618Z+ configure_os solaris2.11
2842024-05-10T20:22:29.618Z+ echo 'current directory: /work/oxidecomputer/omicron'
2852024-05-10T20:22:29.618Zcurrent directory: /work/oxidecomputer/omicron
2862024-05-10T20:22:29.618Z+ echo 'configuring based on OS: "solaris2.11"'
2872024-05-10T20:22:29.618Z+ case "$1" in
2882024-05-10T20:22:29.618Zconfiguring based on OS: "solaris2.11"
2892024-05-10T20:22:29.618Z+ CIDL_BUILD=illumos
2902024-05-10T20:22:29.619Z+ CIDL_SUFFIX=tar.gz
2912024-05-10T20:22:29.619Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-05-10T20:22:29.619Z+ CIDL_URL_BASE=https://illumos.org/downloads
2932024-05-10T20:22:29.619Z+ CIDL_ASSEMBLE=do_assemble_illumos
2942024-05-10T20:22:29.619Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2952024-05-10T20:22:29.619Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2962024-05-10T20:22:29.620Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-10T20:22:29.620Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2982024-05-10T20:22:29.620Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-10T20:22:29.620Z+ CIDL_SHA256FUNC=do_sha256sum
3002024-05-10T20:22:29.620Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-05-10T20:22:29.621ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-10T20:22:29.621ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-10T20:22:29.621Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-05-10T20:22:29.621Z+ mkdir -p out/downloads
3052024-05-10T20:22:29.621Z+ mkdir -p ./out/cockroachdb
3062024-05-10T20:22:29.621Z+ local DO_DOWNLOAD=true
3072024-05-10T20:22:29.621Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3082024-05-10T20:22:29.622Z+ '[' true == true ']'
3092024-05-10T20:22:29.622Z+ echo Downloading...
3102024-05-10T20:22:29.622ZDownloading...
3112024-05-10T20:22:29.622Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-10T20:22:29.622Z+ 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
3132024-05-10T20:22:32.355Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-05-10T20:22:32.366Z++ sha256sum
3152024-05-10T20:22:32.366Z++ awk '{print $1}'
3162024-05-10T20:22:32.413Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3172024-05-10T20:22:32.417Z+ [[ 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 ]]
3182024-05-10T20:22:32.417Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-05-10T20:22:32.418Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3202024-05-10T20:22:34.600Z+ do_assemble_illumos
3212024-05-10T20:22:34.600Z+ rm -r ./out/cockroachdb
3222024-05-10T20:22:34.603Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3232024-05-10T20:22:34.986Z+ ./out/cockroachdb/bin/cockroach version
3242024-05-10T20:22:35.213ZBuild Tag: v22.1.9-dirty
3252024-05-10T20:22:35.213ZBuild Time: 2022/10/26 21:17:46
3262024-05-10T20:22:35.214ZDistribution: OSS
3272024-05-10T20:22:35.214ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3282024-05-10T20:22:35.214ZGo Version: go1.17.13
3292024-05-10T20:22:35.214ZC Compiler: gcc 10.3.0
3302024-05-10T20:22:35.214ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3312024-05-10T20:22:35.214ZBuild Type: release
3322024-05-10T20:22:35.231Z+ set -o errexit
3332024-05-10T20:22:35.235Z+++ dirname ./tools/ci_download_clickhouse
3342024-05-10T20:22:35.238Z++ cd ./tools
3352024-05-10T20:22:35.238Z++ pwd
3362024-05-10T20:22:35.238Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3372024-05-10T20:22:35.238Z++ basename ./tools/ci_download_clickhouse
3382024-05-10T20:22:35.238Z+ ARG0=ci_download_clickhouse
3392024-05-10T20:22:35.242Z+ TARGET_DIR=out
3402024-05-10T20:22:35.242Z+ DOWNLOAD_DIR=out/downloads
3412024-05-10T20:22:35.242Z+ DEST_DIR=./out/clickhouse
3422024-05-10T20:22:35.243Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3432024-05-10T20:22:35.243Z+ CIDL_VERSION=v23.8.7.24
3442024-05-10T20:22:35.243Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3452024-05-10T20:22:35.243Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3462024-05-10T20:22:35.243Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3472024-05-10T20:22:35.243Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3482024-05-10T20:22:35.243Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3492024-05-10T20:22:35.243Z+ main
3502024-05-10T20:22:35.243Z+ [[ 0 != 0 ]]
3512024-05-10T20:22:35.243Z+ CIDL_OS=solaris2.11
3522024-05-10T20:22:35.243Z+ [[ 0 != 0 ]]
3532024-05-10T20:22:35.243Z+ configure_os solaris2.11
3542024-05-10T20:22:35.244Z+ echo 'current directory: /work/oxidecomputer/omicron'
3552024-05-10T20:22:35.244Zcurrent directory: /work/oxidecomputer/omicron
3562024-05-10T20:22:35.244Z+ echo 'configuring based on OS: "solaris2.11"'
3572024-05-10T20:22:35.244Z+ CIDL_DASHREV=
3582024-05-10T20:22:35.244Zconfiguring based on OS: "solaris2.11"
3592024-05-10T20:22:35.244Z+ case "$1" in
3602024-05-10T20:22:35.244Z+ CIDL_PLATFORM=illumos
3612024-05-10T20:22:35.244Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3622024-05-10T20:22:35.244Z+ CIDL_MD5FUNC=do_md5sum
3632024-05-10T20:22:35.244Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3642024-05-10T20:22:35.244Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-10T20:22:35.244Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-10T20:22:35.244Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-10T20:22:35.245Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3682024-05-10T20:22:35.245ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-10T20:22:35.245Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3702024-05-10T20:22:35.245ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-10T20:22:35.245Z+ mkdir -p out/downloads
3722024-05-10T20:22:35.248Z+ mkdir -p ./out/clickhouse
3732024-05-10T20:22:35.249Z+ local DO_DOWNLOAD=true
3742024-05-10T20:22:35.249Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3752024-05-10T20:22:35.249Z+ '[' true == true ']'
3762024-05-10T20:22:35.249Z+ echo Downloading...
3772024-05-10T20:22:35.249ZDownloading...
3782024-05-10T20:22:35.249Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-05-10T20:22:35.249Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3802024-05-10T20:22:37.051Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-05-10T20:22:37.064Z++ md5sum
3822024-05-10T20:22:37.064Z++ awk '{print $1}'
3832024-05-10T20:22:37.339Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3842024-05-10T20:22:37.343Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3852024-05-10T20:22:37.343Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3862024-05-10T20:22:37.343Z+ mkdir -p ./out/clickhouse
3872024-05-10T20:22:37.343Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3882024-05-10T20:22:41.208Z+ [[ solaris2.11 == darwin* ]]
3892024-05-10T20:22:41.208Z+ ./out/clickhouse/clickhouse server --version
3902024-05-10T20:22:41.603ZClickHouse server version 23.8.7.1.
3912024-05-10T20:22:41.623Z+ set -o errexit
3922024-05-10T20:22:41.627Z+++ dirname ./tools/ci_download_console
3932024-05-10T20:22:41.627Z++ cd ./tools
3942024-05-10T20:22:41.628Z++ pwd
3952024-05-10T20:22:41.628Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962024-05-10T20:22:41.633Z++ basename ./tools/ci_download_console
3972024-05-10T20:22:41.633Z+ ARG0=ci_download_console
3982024-05-10T20:22:41.633Z+ TARGET_DIR=out
3992024-05-10T20:22:41.633Z+ DOWNLOAD_DIR=out/downloads
4002024-05-10T20:22:41.633Z+ DEST_DIR=./out/console-assets
4012024-05-10T20:22:41.633Z+ source /work/oxidecomputer/omicron/tools/console_version
4022024-05-10T20:22:41.634Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4032024-05-10T20:22:41.634Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4042024-05-10T20:22:41.634Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4052024-05-10T20:22:41.634Z+ TARBALL_FILE=out/downloads/console.tar.gz
4062024-05-10T20:22:41.634Z+ main
4072024-05-10T20:22:41.634Z+ [[ 0 != 0 ]]
4082024-05-10T20:22:41.634Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4092024-05-10T20:22:41.635Z+ echo 'Local file: out/downloads/console.tar.gz'
4102024-05-10T20:22:41.635ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4112024-05-10T20:22:41.635ZLocal file: out/downloads/console.tar.gz
4122024-05-10T20:22:41.635Z+ local DO_DOWNLOAD=true
4132024-05-10T20:22:41.635Z+ [[ -f out/downloads/console.tar.gz ]]
4142024-05-10T20:22:41.635Z+ mkdir -p out/downloads
4152024-05-10T20:22:41.635Z+ '[' true == true ']'
4162024-05-10T20:22:41.636Z+ echo Downloading...
4172024-05-10T20:22:41.636ZDownloading...
4182024-05-10T20:22:41.636Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4192024-05-10T20:22:41.636Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4202024-05-10T20:22:42.131Z++ do_sha256sum out/downloads/console.tar.gz
4212024-05-10T20:22:42.131Z++ case "$OSTYPE" in
4222024-05-10T20:22:42.136Z++ SHA=sha256sum
4232024-05-10T20:22:42.136Z++ sha256sum
4242024-05-10T20:22:42.136Z++ awk '{print $1}'
4252024-05-10T20:22:42.143Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4262024-05-10T20:22:42.143Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4272024-05-10T20:22:42.144Z+ rm -rf ./out/console-assets
4282024-05-10T20:22:42.144Z+ mkdir -p ./out/console-assets
4292024-05-10T20:22:42.148Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4302024-05-10T20:22:42.148Z+ mkdir -p ./out/console-assets
4312024-05-10T20:22:42.148Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4322024-05-10T20:22:42.239Z+ set -o errexit
4332024-05-10T20:22:42.242Z+++ dirname ./tools/ci_download_dendrite_openapi
4342024-05-10T20:22:42.243Z++ cd ./tools
4352024-05-10T20:22:42.243Z++ pwd
4362024-05-10T20:22:42.246Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372024-05-10T20:22:42.246Z++ basename ./tools/ci_download_dendrite_openapi
4382024-05-10T20:22:42.246Z+ ARG0=ci_download_dendrite_openapi
4392024-05-10T20:22:42.246Z+ TARGET_DIR=out
4402024-05-10T20:22:42.246Z+ DOWNLOAD_DIR=out/downloads
4412024-05-10T20:22:42.246Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4422024-05-10T20:22:42.246Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4432024-05-10T20:22:42.246Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4442024-05-10T20:22:42.246Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4452024-05-10T20:22:42.246Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4462024-05-10T20:22:42.247Z+ main
4472024-05-10T20:22:42.247Z+ [[ 0 != 0 ]]
4482024-05-10T20:22:42.247Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4492024-05-10T20:22:42.247ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4502024-05-10T20:22:42.247Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4512024-05-10T20:22:42.247Z+ local DO_DOWNLOAD=true
4522024-05-10T20:22:42.247ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4532024-05-10T20:22:42.247Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4542024-05-10T20:22:42.247Z+ mkdir -p out/downloads
4552024-05-10T20:22:42.250Z+ '[' true == true ']'
4562024-05-10T20:22:42.250Z+ echo Downloading...
4572024-05-10T20:22:42.250ZDownloading...
4582024-05-10T20:22:42.250Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4592024-05-10T20:22:42.250Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4602024-05-10T20:22:42.522Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4612024-05-10T20:22:42.525Z++ case "$OSTYPE" in
4622024-05-10T20:22:42.525Z++ SHA=sha256sum
4632024-05-10T20:22:42.525Z++ sha256sum
4642024-05-10T20:22:42.525Z++ awk '{print $1}'
4652024-05-10T20:22:42.528Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4662024-05-10T20:22:42.528Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4672024-05-10T20:22:42.535Z+ set -o errexit
4682024-05-10T20:22:42.538Z+++ dirname ./tools/ci_download_dendrite_stub
4692024-05-10T20:22:42.542Z++ cd ./tools
4702024-05-10T20:22:42.542Z++ pwd
4712024-05-10T20:22:42.542Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722024-05-10T20:22:42.542Z++ basename ./tools/ci_download_dendrite_stub
4732024-05-10T20:22:42.546Z+ ARG0=ci_download_dendrite_stub
4742024-05-10T20:22:42.546Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4752024-05-10T20:22:42.546Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4762024-05-10T20:22:42.546Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4772024-05-10T20:22:42.546Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4782024-05-10T20:22:42.546Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4792024-05-10T20:22:42.546Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4802024-05-10T20:22:42.546Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4812024-05-10T20:22:42.546Z+ TARGET_DIR=out
4822024-05-10T20:22:42.546Z+ DOWNLOAD_DIR=out/downloads
4832024-05-10T20:22:42.546Z+ DEST_DIR=./out/dendrite-stub
4842024-05-10T20:22:42.546Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4852024-05-10T20:22:42.546Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4862024-05-10T20:22:42.546Z+ REPO=oxidecomputer/dendrite
4872024-05-10T20:22:42.546Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4882024-05-10T20:22:42.546Z+ main
4892024-05-10T20:22:42.546Z+ [[ 0 != 0 ]]
4902024-05-10T20:22:42.546Z+ CIDL_OS=solaris2.11
4912024-05-10T20:22:42.546Z+ [[ 0 != 0 ]]
4922024-05-10T20:22:42.546Z+ configure_os solaris2.11
4932024-05-10T20:22:42.547Z+ echo 'current directory: /work/oxidecomputer/omicron'
4942024-05-10T20:22:42.547Zcurrent directory: /work/oxidecomputer/omicron
4952024-05-10T20:22:42.547Z+ echo 'configuring based on OS: "solaris2.11"'
4962024-05-10T20:22:42.547Z+ case "$1" in
4972024-05-10T20:22:42.547Zconfiguring based on OS: "solaris2.11"
4982024-05-10T20:22:42.547Z+ SET_BINARIES=
4992024-05-10T20:22:42.547Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5002024-05-10T20:22:42.547Z+ CIDL_SHA256FUNC=do_sha256sum
5012024-05-10T20:22:42.547Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5022024-05-10T20:22:42.547Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5032024-05-10T20:22:42.547Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5042024-05-10T20:22:42.547Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5052024-05-10T20:22:42.547ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5062024-05-10T20:22:42.547Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5072024-05-10T20:22:42.547ZLocal file: out/downloads/dendrite-stub.tar.gz
5082024-05-10T20:22:42.547Z+ mkdir -p out/downloads
5092024-05-10T20:22:42.547Z+ mkdir -p ./out/dendrite-stub
5102024-05-10T20:22:42.551Z+ fetch_and_verify
5112024-05-10T20:22:42.551Z+ local DO_DOWNLOAD=true
5122024-05-10T20:22:42.551Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5132024-05-10T20:22:42.551Z+ '[' true == true ']'
5142024-05-10T20:22:42.551Z+ echo Downloading...
5152024-05-10T20:22:42.551ZDownloading...
5162024-05-10T20:22:42.551Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5172024-05-10T20:22:42.551Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5182024-05-10T20:22:51.053Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5192024-05-10T20:22:51.057Z++ sha256sum
5202024-05-10T20:22:51.057Z++ awk '{print $1}'
5212024-05-10T20:22:51.076Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5222024-05-10T20:22:51.080Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5232024-05-10T20:22:51.081Z+ do_untar out/downloads/dendrite-stub.tar.gz
5242024-05-10T20:22:51.081Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5252024-05-10T20:22:51.704Z+ do_assemble
5262024-05-10T20:22:51.704Z+ rm -r ./out/dendrite-stub
5272024-05-10T20:22:51.708Z+ mkdir ./out/dendrite-stub
5282024-05-10T20:22:51.708Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5292024-05-10T20:22:51.810Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5302024-05-10T20:22:51.818Z+ set -o errexit
5312024-05-10T20:22:51.818Z+++ dirname ./tools/ci_download_maghemite_mgd
5322024-05-10T20:22:51.818Z++ cd ./tools
5332024-05-10T20:22:51.818Z++ pwd
5342024-05-10T20:22:51.818Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5352024-05-10T20:22:51.818Z++ basename ./tools/ci_download_maghemite_mgd
5362024-05-10T20:22:51.818Z+ ARG0=ci_download_maghemite_mgd
5372024-05-10T20:22:51.819Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5382024-05-10T20:22:51.819Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5392024-05-10T20:22:51.819Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5402024-05-10T20:22:51.819Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5412024-05-10T20:22:51.819Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5422024-05-10T20:22:51.819Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5432024-05-10T20:22:51.819Z+ TARGET_DIR=out
5442024-05-10T20:22:51.819Z+ DOWNLOAD_DIR=out/downloads
5452024-05-10T20:22:51.820Z+ DEST_DIR=./out/mgd
5462024-05-10T20:22:51.820Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5472024-05-10T20:22:51.820Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5482024-05-10T20:22:51.820Z+ REPO=oxidecomputer/maghemite
5492024-05-10T20:22:51.820Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5502024-05-10T20:22:51.820Z+ main
5512024-05-10T20:22:51.820Z+ rm -rf out/downloads/root
5522024-05-10T20:22:51.825Z+ [[ 0 != 0 ]]
5532024-05-10T20:22:51.825Z+ CIDL_OS=solaris2.11
5542024-05-10T20:22:51.825Z+ [[ 0 != 0 ]]
5552024-05-10T20:22:51.825Z+ configure_os solaris2.11
5562024-05-10T20:22:51.825Z+ echo 'current directory: /work/oxidecomputer/omicron'
5572024-05-10T20:22:51.826Zcurrent directory: /work/oxidecomputer/omicron
5582024-05-10T20:22:51.826Z+ echo 'configuring based on OS: "solaris2.11"'
5592024-05-10T20:22:51.826Z+ case "$1" in
5602024-05-10T20:22:51.826Zconfiguring based on OS: "solaris2.11"
5612024-05-10T20:22:51.826Z+ SET_BINARIES=
5622024-05-10T20:22:51.826Z+ CIDL_SHA256FUNC=do_sha256sum
5632024-05-10T20:22:51.826Z+ TARBALL_FILENAME=mgd.tar.gz
5642024-05-10T20:22:51.826Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5652024-05-10T20:22:51.826Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5662024-05-10T20:22:51.826Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5672024-05-10T20:22:51.826Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5682024-05-10T20:22:51.827ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5692024-05-10T20:22:51.827ZLocal file: out/downloads/mgd.tar.gz
5702024-05-10T20:22:51.827Z+ mkdir -p out/downloads
5712024-05-10T20:22:51.827Z+ mkdir -p ./out/mgd
5722024-05-10T20:22:51.827Z+ fetch_and_verify
5732024-05-10T20:22:51.827Z+ local DO_DOWNLOAD=true
5742024-05-10T20:22:51.827Z+ [[ -f out/downloads/mgd.tar.gz ]]
5752024-05-10T20:22:51.827Z+ '[' true == true ']'
5762024-05-10T20:22:51.827Z+ echo Downloading...
5772024-05-10T20:22:51.827ZDownloading...
5782024-05-10T20:22:51.827Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5792024-05-10T20:22:51.828Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5802024-05-10T20:23:00.099Z++ do_sha256sum out/downloads/mgd.tar.gz
5812024-05-10T20:23:00.116Z++ sha256sum
5822024-05-10T20:23:00.116Z++ awk '{print $1}'
5832024-05-10T20:23:00.125Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5842024-05-10T20:23:00.131Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5852024-05-10T20:23:00.131Z+ do_untar out/downloads/mgd.tar.gz
5862024-05-10T20:23:00.131Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5872024-05-10T20:23:00.712Z+ do_assemble
5882024-05-10T20:23:00.712Z+ rm -r ./out/mgd
5892024-05-10T20:23:00.717Z+ mkdir ./out/mgd
5902024-05-10T20:23:00.717Z+ cp -r out/downloads/root ./out/mgd/root
5912024-05-10T20:23:00.796Z+ set -o errexit
5922024-05-10T20:23:00.800Z+++ dirname ./tools/ci_download_transceiver_control
5932024-05-10T20:23:00.803Z++ cd ./tools
5942024-05-10T20:23:00.803Z++ pwd
5952024-05-10T20:23:00.803Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5962024-05-10T20:23:00.803Z++ basename ./tools/ci_download_transceiver_control
5972024-05-10T20:23:00.803Z+ ARG0=ci_download_transceiver_control
5982024-05-10T20:23:00.803Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5992024-05-10T20:23:00.803Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6002024-05-10T20:23:00.803Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6012024-05-10T20:23:00.803Z+ TARGET_DIR=out
6022024-05-10T20:23:00.804Z+ DOWNLOAD_DIR=out/downloads
6032024-05-10T20:23:00.804Z+ DEST_DIR=./out/transceiver-control
6042024-05-10T20:23:00.804Z+ BIN_DIR=/opt/oxide/bin
6052024-05-10T20:23:00.804Z+ BINARY=xcvradm
6062024-05-10T20:23:00.804Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6072024-05-10T20:23:00.804Z+ REPO=oxidecomputer/transceiver-control
6082024-05-10T20:23:00.804Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6092024-05-10T20:23:00.807Z+ main
6102024-05-10T20:23:00.807Z+ [[ 0 != 0 ]]
6112024-05-10T20:23:00.807Z+ CIDL_OS=solaris2.11
6122024-05-10T20:23:00.807Z+ [[ 0 != 0 ]]
6132024-05-10T20:23:00.807Z+ configure_os solaris2.11
6142024-05-10T20:23:00.807Z+ echo 'current directory: /work/oxidecomputer/omicron'
6152024-05-10T20:23:00.807Zcurrent directory: /work/oxidecomputer/omicron
6162024-05-10T20:23:00.807Z+ echo 'configuring based on OS: "solaris2.11"'
6172024-05-10T20:23:00.807Z+ case "$1" in
6182024-05-10T20:23:00.808Zconfiguring based on OS: "solaris2.11"
6192024-05-10T20:23:00.808Z+ SET_BINARIES=
6202024-05-10T20:23:00.808Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6212024-05-10T20:23:00.808Z+ CIDL_SHA256FUNC=do_sha256sum
6222024-05-10T20:23:00.808Z+ ARCHIVE_FILENAME=xcvradm.gz
6232024-05-10T20:23:00.808Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6242024-05-10T20:23:00.808Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6252024-05-10T20:23:00.808Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6262024-05-10T20:23:00.808Z+ echo 'Local file: out/downloads/xcvradm.gz'
6272024-05-10T20:23:00.808ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6282024-05-10T20:23:00.808ZLocal file: out/downloads/xcvradm.gz
6292024-05-10T20:23:00.808Z+ mkdir -p out/downloads
6302024-05-10T20:23:00.808Z+ mkdir -p ./out/transceiver-control
6312024-05-10T20:23:00.812Z+ fetch_and_verify
6322024-05-10T20:23:00.812Z+ local DO_DOWNLOAD=true
6332024-05-10T20:23:00.812Z+ [[ -f out/downloads/xcvradm.gz ]]
6342024-05-10T20:23:00.812Z+ '[' true == true ']'
6352024-05-10T20:23:00.812Z+ echo Downloading...
6362024-05-10T20:23:00.812ZDownloading...
6372024-05-10T20:23:00.812Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6382024-05-10T20:23:00.812Z+ 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
6392024-05-10T20:23:03.355Z++ do_sha256sum out/downloads/xcvradm.gz
6402024-05-10T20:23:03.358Z++ sha256sum
6412024-05-10T20:23:03.358Z++ awk '{print $1}'
6422024-05-10T20:23:03.362Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432024-05-10T20:23:03.365Z+ [[ 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 ]]
6442024-05-10T20:23:03.365Z+ do_unpack out/downloads/xcvradm.gz
6452024-05-10T20:23:03.365Z+ mkdir -p out/downloads/root//opt/oxide/bin
6462024-05-10T20:23:03.365Z+ gzip -dc out/downloads/xcvradm.gz
6472024-05-10T20:23:03.485Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6482024-05-10T20:23:03.489Z+ do_assemble
6492024-05-10T20:23:03.489Z+ rm -r ./out/transceiver-control
6502024-05-10T20:23:03.489Z+ mkdir ./out/transceiver-control
6512024-05-10T20:23:03.492Z+ cp -r out/downloads/root ./out/transceiver-control/root
6522024-05-10T20:23:03.593Z+ set -o errexit
6532024-05-10T20:23:03.596Z+++ dirname ./tools/ci_download_thundermuffin
6542024-05-10T20:23:03.596Z++ cd ./tools
6552024-05-10T20:23:03.596Z++ pwd
6562024-05-10T20:23:03.596Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6572024-05-10T20:23:03.602Z++ basename ./tools/ci_download_thundermuffin
6582024-05-10T20:23:03.602Z+ ARG0=ci_download_thundermuffin
6592024-05-10T20:23:03.602Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6602024-05-10T20:23:03.602Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6612024-05-10T20:23:03.602Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6622024-05-10T20:23:03.602Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6632024-05-10T20:23:03.602Z+ TARGET_DIR=out
6642024-05-10T20:23:03.602Z+ DOWNLOAD_DIR=out/downloads
6652024-05-10T20:23:03.602Z+ DEST_DIR=./out/thundermuffin
6662024-05-10T20:23:03.603Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6672024-05-10T20:23:03.603Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6682024-05-10T20:23:03.603Z+ REPO=oxidecomputer/thundermuffin
6692024-05-10T20:23:03.603Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6702024-05-10T20:23:03.603Z+ main
6712024-05-10T20:23:03.603Z+ rm -rf out/downloads/root
6722024-05-10T20:23:03.606Z+ [[ 0 != 0 ]]
6732024-05-10T20:23:03.606Z+ CIDL_OS=solaris2.11
6742024-05-10T20:23:03.606Z+ [[ 0 != 0 ]]
6752024-05-10T20:23:03.606Z+ configure_os solaris2.11
6762024-05-10T20:23:03.606Z+ echo 'current directory: /work/oxidecomputer/omicron'
6772024-05-10T20:23:03.606Zcurrent directory: /work/oxidecomputer/omicron
6782024-05-10T20:23:03.606Z+ echo 'configuring based on OS: "solaris2.11"'
6792024-05-10T20:23:03.607Z+ case "$1" in
6802024-05-10T20:23:03.607Zconfiguring based on OS: "solaris2.11"
6812024-05-10T20:23:03.607Z+ SET_BINARIES=
6822024-05-10T20:23:03.607Z+ CIDL_SHA256FUNC=do_sha256sum
6832024-05-10T20:23:03.607Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6842024-05-10T20:23:03.607Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6852024-05-10T20:23:03.607Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6862024-05-10T20:23:03.607Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6872024-05-10T20:23:03.607ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6882024-05-10T20:23:03.607Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6892024-05-10T20:23:03.607Z+ mkdir -p out/downloads
6902024-05-10T20:23:03.607ZLocal file: out/downloads/thundermuffin.tar.gz
6912024-05-10T20:23:03.611Z+ mkdir -p ./out/thundermuffin
6922024-05-10T20:23:03.611Z+ fetch_and_verify
6932024-05-10T20:23:03.612Z+ local DO_DOWNLOAD=true
6942024-05-10T20:23:03.612Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6952024-05-10T20:23:03.612Z+ '[' true == true ']'
6962024-05-10T20:23:03.612Z+ echo Downloading...
6972024-05-10T20:23:03.612ZDownloading...
6982024-05-10T20:23:03.612Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6992024-05-10T20:23:03.612Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7002024-05-10T20:23:05.148Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7012024-05-10T20:23:05.152Z++ sha256sum
7022024-05-10T20:23:05.152Z++ awk '{print $1}'
7032024-05-10T20:23:05.156Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7042024-05-10T20:23:05.156Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7052024-05-10T20:23:05.156Z+ do_untar out/downloads/thundermuffin.tar.gz
7062024-05-10T20:23:05.156Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7072024-05-10T20:23:05.221Z+ do_assemble
7082024-05-10T20:23:05.221Z+ rm -r ./out/thundermuffin
7092024-05-10T20:23:05.224Z+ mkdir ./out/thundermuffin
7102024-05-10T20:23:05.228Z+ cp -r out/downloads/root ./out/thundermuffin/root
7112024-05-10T20:23:05.429ZAll builder prerequisites installed successfully, and PATH looks valid
7122024-05-10T20:23:05.438Z
7132024-05-10T20:23:05.438Zreal 1:41.683212529
7142024-05-10T20:23:05.439Zuser 36.971314650
7152024-05-10T20:23:05.439Zsys 6.922772191
7162024-05-10T20:23:05.439Ztrap 0.009192512
7172024-05-10T20:23:05.440Ztflt 0.359181823
7182024-05-10T20:23:05.440Zdflt 0.322926884
7192024-05-10T20:23:05.440Zkflt 0.286241264
7202024-05-10T20:23:05.441Zlock 1.621342520
7212024-05-10T20:23:05.441Zslp 3:21.253895722
7222024-05-10T20:23:05.441Zlat 2.001650693
7232024-05-10T20:23:05.442Zstop 0.152146917
7242024-05-10T20:23:05.442Z
7252024-05-10T20:23:05.442Z #### # # ##### ##### # #
7262024-05-10T20:23:05.443Z # # # # # # # # # #
7272024-05-10T20:23:05.443Z # # # # # # # #
7282024-05-10T20:23:05.443Z # # # ##### ##### #
7292024-05-10T20:23:05.443Z # # # # # # #
7302024-05-10T20:23:05.443Z #### ###### # # # #
7312024-05-10T20:23:05.443Z
7322024-05-10T20:23:05.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7332024-05-10T20:23:05.957Z Updating git repository `https://github.com/oxidecomputer/zone`
7342024-05-10T20:23:06.226Z Updating crates.io index
7352024-05-10T20:23:06.311Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7362024-05-10T20:23:07.075Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7372024-05-10T20:23:07.790Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7382024-05-10T20:23:09.792Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7392024-05-10T20:23:10.325Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7402024-05-10T20:23:10.723Z Updating git repository `https://github.com/oxidecomputer/propolis`
7412024-05-10T20:23:11.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
7422024-05-10T20:23:13.594Z Updating git repository `https://github.com/oxidecomputer/opte`
7432024-05-10T20:23:14.758Z Updating git repository `https://github.com/oxidecomputer/falcon`
7442024-05-10T20:23:15.501Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7452024-05-10T20:23:15.801Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7462024-05-10T20:23:16.456Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7472024-05-10T20:23:16.890Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7482024-05-10T20:23:17.196Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7492024-05-10T20:23:17.709Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7502024-05-10T20:23:18.141Z Updating git repository `http://github.com/oxidecomputer/tofino`
7512024-05-10T20:23:18.562Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7522024-05-10T20:23:18.809Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7532024-05-10T20:23:19.065Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7542024-05-10T20:23:19.501Z Updating git repository `https://github.com/oxidecomputer/ispf`
7552024-05-10T20:23:19.989Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7562024-05-10T20:23:20.455Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7572024-05-10T20:23:21.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7582024-05-10T20:23:21.558Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7592024-05-10T20:23:22.007Z Updating git repository `https://github.com/jgallagher/nix`
7602024-05-10T20:23:23.022Z Updating git repository `https://github.com/cbiffle/hubpack`
7612024-05-10T20:23:23.474Z Updating git repository `https://github.com/oxidecomputer/typify`
7622024-05-10T20:23:25.384Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7632024-05-10T20:23:25.759Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7642024-05-10T20:23:26.071Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7652024-05-10T20:23:26.643Z Updating git repository `https://github.com/oxidecomputer/rfb`
7662024-05-10T20:23:27.811Z Downloading crates ...
7672024-05-10T20:23:27.893Z Downloaded anstyle-parse v0.2.1
7682024-05-10T20:23:27.897Z Downloaded anstream v0.6.11
7692024-05-10T20:23:27.901Z Downloaded anyhow v1.0.82
7702024-05-10T20:23:27.904Z Downloaded anstyle-query v1.0.0
7712024-05-10T20:23:27.909Z Downloaded bitflags v2.4.2
7722024-05-10T20:23:27.909Z Downloaded colorchoice v1.0.0
7732024-05-10T20:23:27.913Z Downloaded utf8parse v0.2.1
7742024-05-10T20:23:27.913Z Downloaded fs-err v2.11.0
7752024-05-10T20:23:27.913Z Downloaded anstyle v1.0.6
7762024-05-10T20:23:27.920Z Downloaded swrite v0.1.0
7772024-05-10T20:23:27.937Z Downloaded itoa v1.0.9
7782024-05-10T20:23:27.941Z Downloaded equivalent v1.0.1
7792024-05-10T20:23:27.941Z Downloaded cargo-platform v0.1.3
7802024-05-10T20:23:27.943Z Downloaded thiserror v1.0.59
7812024-05-10T20:23:27.948Z Downloaded toml_datetime v0.6.5
7822024-05-10T20:23:27.951Z Downloaded heck v0.5.0
7832024-05-10T20:23:27.954Z Downloaded macaddr v1.0.1
7842024-05-10T20:23:27.954Z Downloaded thiserror-impl v1.0.59
7852024-05-10T20:23:27.957Z Downloaded terminal_size v0.3.0
7862024-05-10T20:23:27.957Z Downloaded strsim v0.11.0
7872024-05-10T20:23:27.961Z Downloaded errno v0.3.8
7882024-05-10T20:23:27.961Z Downloaded clap_lex v0.7.0
7892024-05-10T20:23:27.964Z Downloaded serde_spanned v0.6.5
7902024-05-10T20:23:27.967Z Downloaded autocfg v1.1.0
7912024-05-10T20:23:27.970Z Downloaded quote v1.0.36
7922024-05-10T20:23:27.973Z Downloaded clap_derive v4.5.4
7932024-05-10T20:23:27.976Z Downloaded semver v1.0.22
7942024-05-10T20:23:27.976Z Downloaded cargo_metadata v0.18.1
7952024-05-10T20:23:27.979Z Downloaded camino v1.1.6
7962024-05-10T20:23:27.991Z Downloaded cargo_toml v0.20.2
7972024-05-10T20:23:27.996Z Downloaded serde_derive v1.0.199
7982024-05-10T20:23:28.002Z Downloaded toml v0.8.12
7992024-05-10T20:23:28.008Z Downloaded ryu v1.0.15
8002024-05-10T20:23:28.011Z Downloaded unicode-ident v1.0.12
8012024-05-10T20:23:28.014Z Downloaded proc-macro2 v1.0.81
8022024-05-10T20:23:28.017Z Downloaded clap v4.5.4
8032024-05-10T20:23:28.035Z Downloaded serde v1.0.199
8042024-05-10T20:23:28.038Z Downloaded indexmap v2.2.6
8052024-05-10T20:23:28.056Z Downloaded toml_edit v0.22.12
8062024-05-10T20:23:28.076Z Downloaded memchr v2.7.1
8072024-05-10T20:23:28.081Z Downloaded hashbrown v0.14.3
8082024-05-10T20:23:28.088Z Downloaded serde_json v1.0.116
8092024-05-10T20:23:28.095Z Downloaded winnow v0.6.1
8102024-05-10T20:23:28.102Z Downloaded clap_builder v4.5.2
8112024-05-10T20:23:28.122Z Downloaded syn v2.0.60
8122024-05-10T20:23:28.135Z Downloaded rustix v0.38.31
8132024-05-10T20:23:28.173Z Downloaded libc v0.2.153
8142024-05-10T20:23:28.433Z Compiling proc-macro2 v1.0.81
8152024-05-10T20:23:28.433Z Compiling unicode-ident v1.0.12
8162024-05-10T20:23:28.433Z Compiling serde v1.0.199
8172024-05-10T20:23:28.433Z Compiling libc v0.2.153
8182024-05-10T20:23:28.433Z Compiling rustix v0.38.31
8192024-05-10T20:23:28.439Z Compiling bitflags v2.4.2
8202024-05-10T20:23:28.450Z Compiling utf8parse v0.2.1
8212024-05-10T20:23:28.453Z Compiling equivalent v1.0.1
8222024-05-10T20:23:28.621Z Compiling hashbrown v0.14.3
8232024-05-10T20:23:28.645Z Compiling anstyle-parse v0.2.1
8242024-05-10T20:23:28.656Z Compiling colorchoice v1.0.0
8252024-05-10T20:23:28.801Z Compiling semver v1.0.22
8262024-05-10T20:23:28.854Z Compiling anstyle-query v1.0.0
8272024-05-10T20:23:28.939Z Compiling thiserror v1.0.59
8282024-05-10T20:23:28.975Z Compiling winnow v0.6.1
8292024-05-10T20:23:29.596Z Compiling indexmap v2.2.6
8302024-05-10T20:23:30.472Z Compiling autocfg v1.1.0
8312024-05-10T20:23:30.997Z Compiling serde_json v1.0.116
8322024-05-10T20:23:31.001Z Compiling camino v1.1.6
8332024-05-10T20:23:31.107Z Compiling anstyle v1.0.6
8342024-05-10T20:23:31.120Z Compiling fs-err v2.11.0
8352024-05-10T20:23:31.313Z Compiling ryu v1.0.15
8362024-05-10T20:23:31.373Z Compiling itoa v1.0.9
8372024-05-10T20:23:31.441Z Compiling anstream v0.6.11
8382024-05-10T20:23:31.492Z Compiling anyhow v1.0.82
8392024-05-10T20:23:31.510Z Compiling strsim v0.11.0
8402024-05-10T20:23:31.658Z Compiling heck v0.5.0
8412024-05-10T20:23:31.663Z Compiling clap_lex v0.7.0
8422024-05-10T20:23:31.872Z Compiling quote v1.0.36
8432024-05-10T20:23:32.141Z Compiling swrite v0.1.0
8442024-05-10T20:23:32.162Z Compiling errno v0.3.8
8452024-05-10T20:23:32.254Z Compiling syn v2.0.60
8462024-05-10T20:23:33.161Z Compiling terminal_size v0.3.0
8472024-05-10T20:23:33.250Z Compiling clap_builder v4.5.2
8482024-05-10T20:23:37.175Z Compiling serde_derive v1.0.199
8492024-05-10T20:23:37.182Z Compiling thiserror-impl v1.0.59
8502024-05-10T20:23:37.182Z Compiling clap_derive v4.5.4
8512024-05-10T20:23:39.794Z Compiling clap v4.5.4
8522024-05-10T20:23:45.057Z Compiling toml_datetime v0.6.5
8532024-05-10T20:23:45.060Z Compiling serde_spanned v0.6.5
8542024-05-10T20:23:45.060Z Compiling cargo-platform v0.1.3
8552024-05-10T20:23:45.060Z Compiling macaddr v1.0.1
8562024-05-10T20:23:45.707Z Compiling toml_edit v0.22.12
8572024-05-10T20:23:46.349Z Compiling cargo_metadata v0.18.1
8582024-05-10T20:23:47.327Z Compiling toml v0.8.12
8592024-05-10T20:23:48.140Z Compiling cargo_toml v0.20.2
8602024-05-10T20:23:51.447Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8612024-05-10T20:23:54.053Z Finished dev [unoptimized + debuginfo] target(s) in 48.56s
8622024-05-10T20:23:54.261Z Running `target/debug/xtask clippy`
8632024-05-10T20:23:54.305Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::declare_interior_mutable_const" "--warn" "clippy::cast_lossless"
8642024-05-10T20:23:54.874Z Downloading crates ...
8652024-05-10T20:23:54.985Z Downloaded adler v1.0.2
8662024-05-10T20:23:54.997Z Downloaded aead v0.5.2
8672024-05-10T20:23:54.997Z Downloaded addr2line v0.21.0
8682024-05-10T20:23:54.997Z Downloaded ascii v1.1.0
8692024-05-10T20:23:55.009Z Downloaded async-trait v0.1.80
8702024-05-10T20:23:55.009Z Downloaded hex v0.4.3
8712024-05-10T20:23:55.009Z Downloaded headers-core v0.2.0
8722024-05-10T20:23:55.009Z Downloaded home v0.5.5
8732024-05-10T20:23:55.009Z Downloaded arrayref v0.3.7
8742024-05-10T20:23:55.009Z Downloaded async-stream-impl v0.3.5
8752024-05-10T20:23:55.023Z Downloaded allocator-api2 v0.2.16
8762024-05-10T20:23:55.023Z Downloaded array-init v0.0.4
8772024-05-10T20:23:55.023Z Downloaded approx v0.5.1
8782024-05-10T20:23:55.027Z Downloaded base16ct v0.2.0
8792024-05-10T20:23:55.027Z Downloaded atomicwrites v0.4.3
8802024-05-10T20:23:55.027Z Downloaded anes v0.1.6
8812024-05-10T20:23:55.027Z Downloaded assert_matches v1.5.0
8822024-05-10T20:23:55.027Z Downloaded atty v0.2.14
8832024-05-10T20:23:55.027Z Downloaded aho-corasick v1.1.2
8842024-05-10T20:23:55.031Z Downloaded http v1.0.0
8852024-05-10T20:23:55.034Z Downloaded http-body v0.4.5
8862024-05-10T20:23:55.037Z Downloaded assert_cmd v2.0.14
8872024-05-10T20:23:55.040Z Downloaded argon2 v0.5.3
8882024-05-10T20:23:55.043Z Downloaded ciborium v0.2.2
8892024-05-10T20:23:55.046Z Downloaded highway v1.1.0
8902024-05-10T20:23:55.046Z Downloaded httptest v0.15.5
8912024-05-10T20:23:55.048Z Downloaded heapless v0.8.0
8922024-05-10T20:23:55.054Z Downloaded indoc v2.0.3
8932024-05-10T20:23:55.073Z Downloaded hkdf v0.12.4
8942024-05-10T20:23:55.073Z Downloaded is_ci v1.2.0
8952024-05-10T20:23:55.073Z Downloaded crunchy v0.2.2
8962024-05-10T20:23:55.073Z Downloaded crucible-workspace-hack v0.1.0
8972024-05-10T20:23:55.073Z Downloaded ident_case v1.0.1
8982024-05-10T20:23:55.073Z Downloaded ciborium-io v0.2.2
8992024-05-10T20:23:55.073Z Downloaded instant v0.1.12
9002024-05-10T20:23:55.073Z Downloaded cfg_aliases v0.1.1
9012024-05-10T20:23:55.073Z Downloaded corncobs v0.1.3
9022024-05-10T20:23:55.076Z Downloaded hyper-rustls v0.24.2
9032024-05-10T20:23:55.076Z Downloaded bitstruct v0.1.1
9042024-05-10T20:23:55.080Z Downloaded matches v0.1.10
9052024-05-10T20:23:55.080Z Downloaded inout v0.1.3
9062024-05-10T20:23:55.081Z Downloaded indoc v1.0.9
9072024-05-10T20:23:55.084Z Downloaded crc v3.0.1
9082024-05-10T20:23:55.087Z Downloaded lalrpop-util v0.19.12
9092024-05-10T20:23:55.087Z Downloaded humantime v2.1.0
9102024-05-10T20:23:55.090Z Downloaded httpdate v1.0.3
9112024-05-10T20:23:55.090Z Downloaded cipher v0.4.4
9122024-05-10T20:23:55.093Z Downloaded match_cfg v0.1.0
9132024-05-10T20:23:55.093Z Downloaded serde-big-array v0.4.1
9142024-05-10T20:23:55.093Z Downloaded iana-time-zone v0.1.57
9152024-05-10T20:23:55.098Z Downloaded new_debug_unreachable v1.0.4
9162024-05-10T20:23:55.098Z Downloaded newline-converter v0.3.0
9172024-05-10T20:23:55.101Z Downloaded normalize-line-endings v0.3.0
9182024-05-10T20:23:55.101Z Downloaded constant_time_eq v0.3.0
9192024-05-10T20:23:55.101Z Downloaded cfg-if v1.0.0
9202024-05-10T20:23:55.104Z Downloaded chacha20 v0.9.1
9212024-05-10T20:23:55.107Z Downloaded bitfield v0.14.0
9222024-05-10T20:23:55.107Z Downloaded impl-trait-for-tuples v0.2.2
9232024-05-10T20:23:55.110Z Downloaded libsw v3.3.1
9242024-05-10T20:23:55.113Z Downloaded ciborium-ll v0.2.2
9252024-05-10T20:23:55.113Z Downloaded bitflags v1.3.2
9262024-05-10T20:23:55.117Z Downloaded colored v2.1.0
9272024-05-10T20:23:55.121Z Downloaded termtree v0.4.1
9282024-05-10T20:23:55.121Z Downloaded cexpr v0.6.0
9292024-05-10T20:23:55.124Z Downloaded lru-cache v0.1.2
9302024-05-10T20:23:55.124Z Downloaded hyper-rustls v0.26.0
9312024-05-10T20:23:55.127Z Downloaded usdt-attr-macro v0.3.5
9322024-05-10T20:23:55.129Z Downloaded cast v0.3.0
9332024-05-10T20:23:55.130Z Downloaded buf-list v1.0.3
9342024-05-10T20:23:55.133Z Downloaded managed v0.8.0
9352024-05-10T20:23:55.136Z Downloaded try-lock v0.2.4
9362024-05-10T20:23:55.136Z Downloaded tower-service v0.3.2
9372024-05-10T20:23:55.136Z Downloaded tower-layer v0.3.2
9382024-05-10T20:23:55.139Z Downloaded maybe-uninit v2.0.0
9392024-05-10T20:23:55.139Z Downloaded linear-map v1.2.0
9402024-05-10T20:23:55.142Z Downloaded nanorand v0.7.0
9412024-05-10T20:23:55.145Z Downloaded mockall v0.12.1
9422024-05-10T20:23:55.145Z Downloaded rpassword v7.3.1
9432024-05-10T20:23:55.148Z Downloaded rand_xorshift v0.3.0
9442024-05-10T20:23:55.148Z Downloaded kstat-rs v0.2.3
9452024-05-10T20:23:55.151Z Downloaded num v0.4.2
9462024-05-10T20:23:55.151Z Downloaded nibble_vec v0.1.0
9472024-05-10T20:23:55.151Z Downloaded curve25519-dalek-derive v0.1.0
9482024-05-10T20:23:55.154Z Downloaded rustc_version v0.1.7
9492024-05-10T20:23:55.154Z Downloaded serde_tokenstream v0.2.0
9502024-05-10T20:23:55.158Z Downloaded const_format_proc_macros v0.2.32
9512024-05-10T20:23:55.163Z Downloaded dtrace-parser v0.1.14
9522024-05-10T20:23:55.166Z Downloaded downcast v0.11.0
9532024-05-10T20:23:55.167Z Downloaded libloading v0.7.4
9542024-05-10T20:23:55.167Z Downloaded signature v1.6.4
9552024-05-10T20:23:55.170Z Downloaded spki v0.7.2
9562024-05-10T20:23:55.170Z Downloaded blake2b_simd v1.0.1
9572024-05-10T20:23:55.177Z Downloaded termios v0.3.3
9582024-05-10T20:23:55.180Z Downloaded termcolor v1.2.0
9592024-05-10T20:23:55.180Z Downloaded openssl-probe v0.1.5
9602024-05-10T20:23:55.180Z Downloaded siphasher v0.3.11
9612024-05-10T20:23:55.180Z Downloaded log v0.4.21
9622024-05-10T20:23:55.183Z Downloaded parse-size v1.0.0
9632024-05-10T20:23:55.184Z Downloaded unicode-width v0.1.11
9642024-05-10T20:23:55.189Z Downloaded usdt v0.5.0
9652024-05-10T20:23:55.189Z Downloaded mime_guess v2.0.4
9662024-05-10T20:23:55.192Z Downloaded multer v3.0.0
9672024-05-10T20:23:55.192Z Downloaded usdt v0.3.5
9682024-05-10T20:23:55.192Z Downloaded shlex v1.3.0
9692024-05-10T20:23:55.195Z Downloaded native-tls v0.2.11
9702024-05-10T20:23:55.195Z Downloaded hyper-util v0.1.2
9712024-05-10T20:23:55.198Z Downloaded semver v0.1.20
9722024-05-10T20:23:55.201Z Downloaded scroll v0.12.0
9732024-05-10T20:23:55.205Z Downloaded defmt-parser v0.3.3
9742024-05-10T20:23:55.205Z Downloaded relative-path v1.9.0
9752024-05-10T20:23:55.205Z Downloaded bzip2 v0.4.4
9762024-05-10T20:23:55.208Z Downloaded dtrace-parser v0.2.0
9772024-05-10T20:23:55.208Z Downloaded dof v0.3.0
9782024-05-10T20:23:55.211Z Downloaded constant_time_eq v0.2.6
9792024-05-10T20:23:55.211Z Downloaded clang-sys v1.6.1
9802024-05-10T20:23:55.214Z Downloaded filetime v0.2.23
9812024-05-10T20:23:55.217Z Downloaded futures-executor v0.3.30
9822024-05-10T20:23:55.220Z Downloaded stability v0.2.0
9832024-05-10T20:23:55.220Z Downloaded sqlparser_derive v0.2.2
9842024-05-10T20:23:55.220Z Downloaded digest v0.10.7
9852024-05-10T20:23:55.223Z Downloaded glob v0.3.1
9862024-05-10T20:23:55.230Z Downloaded olpc-cjson v0.1.3
9872024-05-10T20:23:55.230Z Downloaded compact_str v0.7.1
9882024-05-10T20:23:55.233Z Downloaded chacha20poly1305 v0.10.1
9892024-05-10T20:23:55.233Z Downloaded lock_api v0.4.10
9902024-05-10T20:23:55.234Z Downloaded derive_builder_macro v0.20.0
9912024-05-10T20:23:55.234Z Downloaded packed_struct v0.10.1
9922024-05-10T20:23:55.236Z Downloaded num_cpus v1.16.0
9932024-05-10T20:23:55.239Z Downloaded plotters-svg v0.3.5
9942024-05-10T20:23:55.242Z Downloaded poly1305 v0.8.0
9952024-05-10T20:23:55.242Z Downloaded cstr-argument v0.1.2
9962024-05-10T20:23:55.246Z Downloaded tokio-tungstenite v0.21.0
9972024-05-10T20:23:55.246Z Downloaded tokio-tungstenite v0.20.1
9982024-05-10T20:23:55.249Z Downloaded term v0.7.0
9992024-05-10T20:23:55.252Z Downloaded escape8259 v0.5.2
10002024-05-10T20:23:55.255Z Downloaded lazycell v1.3.0
10012024-05-10T20:23:55.255Z Downloaded num_threads v0.1.6
10022024-05-10T20:23:55.258Z Downloaded indicatif v0.17.8
10032024-05-10T20:23:55.261Z Downloaded number_prefix v0.4.0
10042024-05-10T20:23:55.261Z Downloaded foreign-types-macros v0.2.3
10052024-05-10T20:23:55.264Z Downloaded resolv-conf v0.7.0
10062024-05-10T20:23:55.267Z Downloaded derive_builder v0.20.0
10072024-05-10T20:23:55.270Z Downloaded globset v0.4.13
10082024-05-10T20:23:55.273Z Downloaded stable_deref_trait v1.2.0
10092024-05-10T20:23:55.273Z Downloaded const_format v0.2.32
10102024-05-10T20:23:55.278Z Downloaded serde-big-array v0.5.1
10112024-05-10T20:23:55.281Z Downloaded strsim v0.10.0
10122024-05-10T20:23:55.284Z Downloaded strip-ansi-escapes v0.2.0
10132024-05-10T20:23:55.284Z Downloaded tiny-keccak v2.0.2
10142024-05-10T20:23:55.305Z Downloaded stringprep v0.1.3
10152024-05-10T20:23:55.305Z Downloaded snafu-derive v0.8.2
10162024-05-10T20:23:55.305Z Downloaded string_cache v0.8.7
10172024-05-10T20:23:55.306Z Downloaded deranged v0.3.11
10182024-05-10T20:23:55.306Z Downloaded partial-io v0.5.4
10192024-05-10T20:23:55.306Z Downloaded utf-8 v0.7.6
10202024-05-10T20:23:55.306Z Downloaded pest_derive v2.7.6
10212024-05-10T20:23:55.306Z Downloaded futures-sink v0.3.30
10222024-05-10T20:23:55.306Z Downloaded futures-macro v0.3.30
10232024-05-10T20:23:55.309Z Downloaded derive_builder_core v0.20.0
10242024-05-10T20:23:55.309Z Downloaded plotters-backend v0.3.5
10252024-05-10T20:23:55.309Z Downloaded ron v0.8.1
10262024-05-10T20:23:55.312Z Downloaded diesel_table_macro_syntax v0.1.0
10272024-05-10T20:23:55.316Z Downloaded hash32 v0.2.1
10282024-05-10T20:23:55.316Z Downloaded scheduled-thread-pool v0.2.7
10292024-05-10T20:23:55.319Z Downloaded waitgroup v0.1.2
10302024-05-10T20:23:55.319Z Downloaded darling_macro v0.20.8
10312024-05-10T20:23:55.319Z Downloaded paste v1.0.14
10322024-05-10T20:23:55.322Z Downloaded static_assertions v1.1.0
10332024-05-10T20:23:55.325Z Downloaded cc v1.0.83
10342024-05-10T20:23:55.328Z Downloaded endian-type v0.1.2
10352024-05-10T20:23:55.328Z Downloaded tinyvec_macros v0.1.1
10362024-05-10T20:23:55.332Z Downloaded phf_shared v0.10.0
10372024-05-10T20:23:55.332Z Downloaded oso-derive v0.27.3
10382024-05-10T20:23:55.332Z Downloaded predicates-core v1.0.6
10392024-05-10T20:23:55.336Z Downloaded openssl-macros v0.1.1
10402024-05-10T20:23:55.336Z Downloaded time-macros v0.2.17
10412024-05-10T20:23:55.336Z Downloaded tokio-rustls v0.25.0
10422024-05-10T20:23:55.339Z Downloaded pem v3.0.4
10432024-05-10T20:23:55.342Z Downloaded peg-runtime v0.8.2
10442024-05-10T20:23:55.342Z Downloaded zerocopy v0.3.0
10452024-05-10T20:23:55.342Z Downloaded rustversion v1.0.14
10462024-05-10T20:23:55.345Z Downloaded fatfs v0.3.6
10472024-05-10T20:23:55.352Z Downloaded tokio-macros v2.2.0
10482024-05-10T20:23:55.355Z Downloaded tap v1.0.1
10492024-05-10T20:23:55.355Z Downloaded structmeta-derive v0.3.0
10502024-05-10T20:23:55.355Z Downloaded structmeta-derive v0.2.0
10512024-05-10T20:23:55.355Z Downloaded structmeta v0.3.0
10522024-05-10T20:23:55.355Z Downloaded snafu v0.8.2
10532024-05-10T20:23:55.364Z Downloaded num_enum_derive v0.5.11
10542024-05-10T20:23:55.367Z Downloaded platforms v3.0.2
10552024-05-10T20:23:55.367Z Downloaded xattr v1.0.1
10562024-05-10T20:23:55.368Z Downloaded unicode-linebreak v0.1.5
10572024-05-10T20:23:55.370Z Downloaded unarray v0.1.4
10582024-05-10T20:23:55.370Z Downloaded crossbeam-channel v0.5.8
10592024-05-10T20:23:55.374Z Downloaded time-core v0.1.2
10602024-05-10T20:23:55.377Z Downloaded usdt-macro v0.5.0
10612024-05-10T20:23:55.377Z Downloaded strum v0.26.2
10622024-05-10T20:23:55.381Z Downloaded num-integer v0.1.46
10632024-05-10T20:23:55.381Z Downloaded erased-serde v0.3.31
10642024-05-10T20:23:55.388Z Downloaded foreign-types-shared v0.1.1
10652024-05-10T20:23:55.393Z Downloaded pem-rfc7468 v0.7.0
10662024-05-10T20:23:55.393Z Downloaded url v2.5.0
10672024-05-10T20:23:55.402Z Downloaded num-iter v0.1.44
10682024-05-10T20:23:55.402Z Downloaded secrecy v0.8.0
10692024-05-10T20:23:55.403Z Downloaded toml v0.7.8
10702024-05-10T20:23:55.821Z Downloaded pathdiff v0.2.1
10712024-05-10T20:23:55.821Z Downloaded path-slash v0.1.5
10722024-05-10T20:23:55.821Z Downloaded ref-cast v1.0.22
10732024-05-10T20:23:55.826Z Downloaded signal-hook-mio v0.2.3
10742024-05-10T20:23:55.826Z Downloaded env_logger v0.10.0
10752024-05-10T20:23:55.826Z Downloaded num-bigint v0.4.4
10762024-05-10T20:23:55.826Z Downloaded vte_generate_state_changes v0.1.1
10772024-05-10T20:23:55.827Z Downloaded doc-comment v0.3.3
10782024-05-10T20:23:55.827Z Downloaded usdt-attr-macro v0.5.0
10792024-05-10T20:23:55.827Z Downloaded toolchain_find v0.4.0
10802024-05-10T20:23:55.827Z Downloaded thread-id v4.2.0
10812024-05-10T20:23:55.827Z Downloaded wyz v0.5.1
10822024-05-10T20:23:55.827Z Downloaded signal-hook-registry v1.4.1
10832024-05-10T20:23:55.827Z Downloaded rcgen v0.12.1
10842024-05-10T20:23:55.827Z Downloaded sqlformat v0.2.3
10852024-05-10T20:23:55.827Z Downloaded threadpool v1.8.1
10862024-05-10T20:23:55.827Z Downloaded thread_local v1.1.7
10872024-05-10T20:23:55.827Z Downloaded fxhash v0.2.1
10882024-05-10T20:23:55.827Z Downloaded version_check v0.9.4
10892024-05-10T20:23:55.828Z Downloaded num-conv v0.1.0
10902024-05-10T20:23:55.828Z Downloaded slog v2.7.0
10912024-05-10T20:23:55.828Z Downloaded defmt-macros v0.3.6
10922024-05-10T20:23:55.828Z Downloaded futures-io v0.3.30
10932024-05-10T20:23:55.828Z Downloaded flagset v0.4.3
10942024-05-10T20:23:55.828Z Downloaded getopts v0.2.21
10952024-05-10T20:23:55.828Z Downloaded hash32 v0.3.1
10962024-05-10T20:23:55.828Z Downloaded env_logger v0.9.3
10972024-05-10T20:23:55.828Z Downloaded quick-error v1.2.3
10982024-05-10T20:23:55.828Z Downloaded sigpipe v0.1.3
10992024-05-10T20:23:55.828Z Downloaded parse-display v0.9.0
11002024-05-10T20:23:55.828Z Downloaded toml v0.5.11
11012024-05-10T20:23:55.829Z Downloaded serde_derive_internals v0.29.0
11022024-05-10T20:23:55.829Z Downloaded tar v0.4.40
11032024-05-10T20:23:55.829Z Downloaded sec1 v0.7.3
11042024-05-10T20:23:55.829Z Downloaded parse-display-derive v0.9.0
11052024-05-10T20:23:55.829Z Downloaded rust-argon2 v2.1.0
11062024-05-10T20:23:55.829Z Downloaded synstructure v0.12.6
11072024-05-10T20:23:55.829Z Downloaded unicode-xid v0.2.4
11082024-05-10T20:23:55.829Z Downloaded target-spec v3.1.0
11092024-05-10T20:23:55.829Z Downloaded usdt-impl v0.3.5
11102024-05-10T20:23:55.829Z Downloaded half v2.3.1
11112024-05-10T20:23:55.829Z Downloaded similar-asserts v1.5.0
11122024-05-10T20:23:55.829Z Downloaded topological-sort v0.2.2
11132024-05-10T20:23:55.829Z Downloaded take_mut v0.2.2
11142024-05-10T20:23:55.830Z Downloaded usdt-macro v0.3.5
11152024-05-10T20:23:55.830Z Downloaded smallvec v1.13.1
11162024-05-10T20:23:55.830Z Downloaded form_urlencoded v1.2.1
11172024-05-10T20:23:55.830Z Downloaded ena v0.14.2
11182024-05-10T20:23:55.830Z Downloaded portpicker v0.1.1
11192024-05-10T20:23:55.830Z Downloaded foreign-types-shared v0.3.1
11202024-05-10T20:23:55.830Z Downloaded vsss-rs v3.3.4
11212024-05-10T20:23:55.830Z Downloaded ref-cast-impl v1.0.22
11222024-05-10T20:23:55.830Z Downloaded futures-channel v0.3.30
11232024-05-10T20:23:55.830Z Downloaded opaque-debug v0.3.0
11242024-05-10T20:23:55.830Z Downloaded parking_lot_core v0.8.6
11252024-05-10T20:23:55.830Z Downloaded num-rational v0.4.1
11262024-05-10T20:23:55.830Z Downloaded want v0.3.1
11272024-05-10T20:23:55.831Z Downloaded rustfmt-wrapper v0.2.1
11282024-05-10T20:23:55.831Z Downloaded num_enum v0.5.11
11292024-05-10T20:23:55.831Z Downloaded tabled_derive v0.7.0
11302024-05-10T20:23:55.831Z Downloaded signature v2.1.0
11312024-05-10T20:23:55.831Z Downloaded guppy-workspace-hack v0.1.0
11322024-05-10T20:23:55.831Z Downloaded rustls-pki-types v1.3.0
11332024-05-10T20:23:55.831Z Downloaded sct v0.7.0
11342024-05-10T20:23:55.831Z Downloaded thiserror-no-std v2.0.2
11352024-05-10T20:23:55.831Z Downloaded unicode-bidi v0.3.15
11362024-05-10T20:23:55.831Z Downloaded subprocess v0.2.9
11372024-05-10T20:23:55.831Z Downloaded zone_cfg_derive v0.1.2
11382024-05-10T20:23:55.831Z Downloaded diesel_derives v2.1.2
11392024-05-10T20:23:55.831Z Downloaded pkg-config v0.3.27
11402024-05-10T20:23:55.831Z Downloaded futures-timer v3.0.2
11412024-05-10T20:23:55.831Z Downloaded tokio-rustls v0.24.1
11422024-05-10T20:23:55.831Z Downloaded rstest_macros v0.19.0
11432024-05-10T20:23:55.832Z Downloaded rusty-fork v0.3.0
11442024-05-10T20:23:55.832Z Downloaded gethostname v0.4.3
11452024-05-10T20:23:55.832Z Downloaded zeroize_derive v1.4.2
11462024-05-10T20:23:55.832Z Downloaded walkdir v2.5.0
11472024-05-10T20:23:55.832Z Downloaded num-complex v0.4.5
11482024-05-10T20:23:55.832Z Downloaded once_cell v1.19.0
11492024-05-10T20:23:55.832Z Downloaded openssl-sys v0.9.102
11502024-05-10T20:23:55.832Z Downloaded sha1 v0.10.6
11512024-05-10T20:23:55.832Z Downloaded plain v0.2.3
11522024-05-10T20:23:55.832Z Downloaded embedded-io v0.4.0
11532024-05-10T20:23:55.832Z Downloaded yansi v0.5.1
11542024-05-10T20:23:55.832Z Downloaded foreign-types v0.3.2
11552024-05-10T20:23:55.832Z Downloaded scroll_derive v0.12.0
11562024-05-10T20:23:55.832Z Downloaded rustls-pemfile v2.1.2
11572024-05-10T20:23:55.832Z Downloaded strum_macros v0.26.1
11582024-05-10T20:23:55.832Z Downloaded slog-stdlog v4.1.1
11592024-05-10T20:23:55.832Z Downloaded similar v2.4.0
11602024-05-10T20:23:55.832Z Downloaded zerocopy-derive v0.7.32
11612024-05-10T20:23:55.832Z Downloaded tracing-attributes v0.1.27
11622024-05-10T20:23:55.832Z Downloaded rand_chacha v0.3.1
11632024-05-10T20:23:55.832Z Downloaded futures-task v0.3.30
11642024-05-10T20:23:55.832Z Downloaded zone v0.1.8
11652024-05-10T20:23:55.832Z Downloaded tokio-native-tls v0.3.1
11662024-05-10T20:23:55.832Z Downloaded funty v2.0.0
11672024-05-10T20:23:55.833Z Downloaded fragile v2.0.0
11682024-05-10T20:23:55.833Z Downloaded sync_wrapper v0.1.2
11692024-05-10T20:23:55.833Z Downloaded strum_macros v0.24.3
11702024-05-10T20:23:55.833Z Downloaded libm v0.2.7
11712024-05-10T20:23:55.833Z Downloaded thiserror-impl-no-std v2.0.2
11722024-05-10T20:23:55.833Z Downloaded tempfile v3.10.1
11732024-05-10T20:23:55.840Z Downloaded display-error-chain v0.2.0
11742024-05-10T20:23:55.840Z Downloaded dirs-sys-next v0.1.2
11752024-05-10T20:23:55.840Z Downloaded dirs-next v2.0.0
11762024-05-10T20:23:55.840Z Downloaded difflib v0.4.0
11772024-05-10T20:23:55.840Z Downloaded which v4.4.0
11782024-05-10T20:23:55.840Z Downloaded serde_with_macros v3.7.0
11792024-05-10T20:23:55.840Z Downloaded num-traits v0.2.18
11802024-05-10T20:23:55.840Z Downloaded diff v0.1.13
11812024-05-10T20:23:55.840Z Downloaded fnv v1.0.7
11822024-05-10T20:23:55.840Z Downloaded supports-color v3.0.0
11832024-05-10T20:23:55.840Z Downloaded pkcs1 v0.7.5
11842024-05-10T20:23:55.840Z Downloaded peeking_take_while v0.1.2
11852024-05-10T20:23:55.840Z Downloaded dyn-clone v1.0.17
11862024-05-10T20:23:55.840Z Downloaded zerocopy v0.6.6
11872024-05-10T20:23:55.840Z Downloaded rand_seeder v0.2.3
11882024-05-10T20:23:55.841Z Downloaded x509-cert v0.2.4
11892024-05-10T20:23:55.841Z Downloaded slog-dtrace v0.3.0
11902024-05-10T20:23:55.841Z Downloaded subtle v2.5.0
11912024-05-10T20:23:55.841Z Downloaded typenum v1.16.0
11922024-05-10T20:23:55.841Z Downloaded phf_shared v0.11.2
11932024-05-10T20:23:55.841Z Downloaded ppv-lite86 v0.2.17
11942024-05-10T20:23:55.841Z Downloaded ron v0.7.1
11952024-05-10T20:23:55.841Z Downloaded powerfmt v0.2.0
11962024-05-10T20:23:55.841Z Downloaded postcard v1.0.8
11972024-05-10T20:23:55.841Z Downloaded headers v0.3.9
11982024-05-10T20:23:55.841Z Downloaded signal-hook-tokio v0.3.1
11992024-05-10T20:23:55.841Z Downloaded serde_arrays v0.1.0
12002024-05-10T20:23:55.841Z Downloaded serde-hex v0.1.0
12012024-05-10T20:23:55.841Z Downloaded slog-json v2.6.1
12022024-05-10T20:23:55.841Z Downloaded slog-envlogger v2.2.0
12032024-05-10T20:23:55.841Z Downloaded pin-project-internal v1.1.3
12042024-05-10T20:23:55.841Z Downloaded owo-colors v4.0.0
12052024-05-10T20:23:55.841Z Downloaded portable-atomic v1.4.3
12062024-05-10T20:23:55.841Z Downloaded float-cmp v0.9.0
12072024-05-10T20:23:55.841Z Downloaded peg v0.8.2
12082024-05-10T20:23:55.841Z Downloaded slog-term v2.9.1
12092024-05-10T20:23:55.841Z Downloaded tinyvec v1.6.0
12102024-05-10T20:23:55.841Z Downloaded flate2 v1.0.28
12112024-05-10T20:23:55.841Z Downloaded csv-core v0.1.11
12122024-05-10T20:23:55.841Z Downloaded peg-macros v0.8.2
12132024-05-10T20:23:55.842Z Downloaded tabwriter v1.4.0
12142024-05-10T20:23:55.842Z Downloaded serde_yaml v0.9.25
12152024-05-10T20:23:55.842Z Downloaded tungstenite v0.21.0
12162024-05-10T20:23:55.842Z Downloaded hashbrown v0.13.2
12172024-05-10T20:23:55.842Z Downloaded darling v0.20.8
12182024-05-10T20:23:55.842Z Downloaded hashbrown v0.12.3
12192024-05-10T20:23:55.842Z Downloaded unsafe-libyaml v0.2.10
12202024-05-10T20:23:55.842Z Downloaded futures v0.3.30
12212024-05-10T20:23:55.842Z Downloaded tokio-postgres v0.7.10
12222024-05-10T20:23:55.842Z Downloaded plotters v0.3.5
12232024-05-10T20:23:55.842Z Downloaded tracing-core v0.1.32
12242024-05-10T20:23:55.842Z Downloaded rayon-core v1.12.1
12252024-05-10T20:23:55.842Z Downloaded rustls-webpki v0.101.7
12262024-05-10T20:23:55.842Z Downloaded parking_lot v0.12.1
12272024-05-10T20:23:55.842Z Downloaded parking_lot v0.11.2
12282024-05-10T20:23:55.842Z Downloaded tungstenite v0.20.1
12292024-05-10T20:23:55.842Z Downloaded pin-project v1.1.3
12302024-05-10T20:23:55.842Z Downloaded elliptic-curve v0.13.8
12312024-05-10T20:23:55.842Z Downloaded papergrid v0.11.0
12322024-05-10T20:23:55.842Z Downloaded flume v0.11.0
12332024-05-10T20:23:55.842Z Downloaded publicsuffix v2.2.3
12342024-05-10T20:23:55.842Z Downloaded lalrpop v0.19.12
12352024-05-10T20:23:55.842Z Downloaded trust-dns-resolver v0.22.0
12362024-05-10T20:23:55.842Z Downloaded trust-dns-server v0.22.1
12372024-05-10T20:23:55.843Z Downloaded rand v0.8.5
12382024-05-10T20:23:55.843Z Downloaded unicode_categories v0.1.1
12392024-05-10T20:23:55.846Z Downloaded guppy v0.17.5
12402024-05-10T20:23:55.846Z Downloaded idna v0.3.0
12412024-05-10T20:23:55.850Z Downloaded regex-automata v0.1.10
12422024-05-10T20:23:55.855Z Downloaded idna v0.5.0
12432024-05-10T20:23:55.862Z Downloaded tower v0.4.13
12442024-05-10T20:23:55.870Z Downloaded rustyline v14.0.0
12452024-05-10T20:23:55.875Z Downloaded tough v0.17.1
12462024-05-10T20:23:55.883Z Downloaded sqlparser v0.45.0
12472024-05-10T20:23:55.889Z Downloaded quick-xml v0.31.0
12482024-05-10T20:23:55.895Z Downloaded petgraph v0.6.4
12492024-05-10T20:23:55.910Z Downloaded serde_with v3.7.0
12502024-05-10T20:23:55.918Z Downloaded object v0.30.4
12512024-05-10T20:23:55.928Z Downloaded rayon v1.10.0
12522024-05-10T20:23:55.937Z Downloaded object v0.32.1
12532024-05-10T20:23:55.948Z Downloaded tabled v0.15.0
12542024-05-10T20:23:55.964Z Downloaded h2 v0.3.26
12552024-05-10T20:23:55.970Z Downloaded trust-dns-proto v0.22.0
12562024-05-10T20:23:55.982Z Downloaded openssl v0.10.64
12572024-05-10T20:23:55.994Z Downloaded regex v1.10.4
12582024-05-10T20:23:56.004Z Downloaded radix_trie v0.2.1
12592024-05-10T20:23:56.010Z Downloaded regex-syntax v0.6.29
12602024-05-10T20:23:56.017Z Downloaded openapiv3 v2.0.0
12612024-05-10T20:23:56.030Z Downloaded syn v1.0.109
12622024-05-10T20:23:56.040Z Downloaded diesel v2.1.6
12632024-05-10T20:23:56.059Z Downloaded rustls v0.22.4
12642024-05-10T20:23:56.071Z Downloaded zerocopy-derive v0.6.6
12652024-05-10T20:23:56.081Z Downloaded zerocopy-derive v0.2.0
12662024-05-10T20:23:56.090Z Downloaded sled v0.34.7
12672024-05-10T20:23:56.100Z Downloaded regress v0.9.1
12682024-05-10T20:23:56.109Z Downloaded regex-syntax v0.8.2
12692024-05-10T20:23:56.117Z Downloaded bstr v1.9.0
12702024-05-10T20:23:56.127Z Downloaded webpki-roots v0.25.2
12712024-05-10T20:23:56.133Z Downloaded gimli v0.28.0
12722024-05-10T20:23:56.142Z Downloaded ratatui v0.26.2
12732024-05-10T20:23:56.159Z Downloaded bzip2-sys v0.1.11+1.0.8
12742024-05-10T20:23:56.171Z Downloaded csv v1.3.0
12752024-05-10T20:23:56.193Z Downloaded regex-automata v0.4.5
12762024-05-10T20:23:56.213Z Downloaded tokio v1.37.0
12772024-05-10T20:23:56.249Z Downloaded sha3 v0.10.8
12782024-05-10T20:23:56.674Z Downloaded smoltcp v0.11.0
12792024-05-10T20:23:56.674Z Downloaded curve25519-dalek v4.1.2
12802024-05-10T20:23:56.674Z Downloaded encoding_rs v0.8.33
12812024-05-10T20:23:56.674Z Downloaded bstr v0.2.17
12822024-05-10T20:23:56.674Z Downloaded rustls v0.21.9
12832024-05-10T20:23:56.674Z Downloaded polar-core v0.27.3
12842024-05-10T20:23:56.674Z Downloaded nix v0.28.0
12852024-05-10T20:23:56.674Z Downloaded futures-util v0.3.30
12862024-05-10T20:23:56.674Z Downloaded vcpkg v0.2.15
12872024-05-10T20:23:56.674Z Downloaded smoltcp v0.9.1
12882024-05-10T20:23:56.674Z Downloaded proptest v1.4.0
12892024-05-10T20:23:56.674Z Downloaded rustls-webpki v0.102.1
12902024-05-10T20:23:56.674Z Downloaded idna v0.2.3
12912024-05-10T20:23:56.674Z Downloaded num-bigint-dig v0.8.4
12922024-05-10T20:23:56.675Z Downloaded bitvec v1.0.1
12932024-05-10T20:23:56.675Z Downloaded bindgen v0.69.2
12942024-05-10T20:23:56.675Z Downloaded typed-path v0.7.0
12952024-05-10T20:23:56.675Z Downloaded reqwest v0.11.27
12962024-05-10T20:23:56.675Z Downloaded chrono v0.4.38
12972024-05-10T20:23:56.675Z Downloaded time v0.3.34
12982024-05-10T20:23:56.675Z Downloaded goblin v0.8.0
12992024-05-10T20:23:56.675Z Downloaded zerocopy v0.7.32
13002024-05-10T20:23:56.675Z Downloaded schemars v0.8.17
13012024-05-10T20:23:56.675Z Downloaded tracing v0.1.40
13022024-05-10T20:23:56.675Z Downloaded hyper v0.14.28
13032024-05-10T20:23:56.675Z Downloaded winnow v0.5.15
13042024-05-10T20:23:56.675Z Downloaded pest v2.7.6
13052024-05-10T20:23:56.675Z Downloaded zip v0.6.6
13062024-05-10T20:23:56.675Z Downloaded postgres-types v0.2.6
13072024-05-10T20:23:56.675Z Downloaded postgres-protocol v0.6.6
13082024-05-10T20:23:56.675Z Downloaded ed25519 v1.5.3
13092024-05-10T20:23:56.675Z Downloaded blake3 v1.5.0
13102024-05-10T20:23:56.675Z Downloaded strum_macros v0.25.2
13112024-05-10T20:23:56.675Z Downloaded data-encoding v2.4.0
13122024-05-10T20:23:56.675Z Downloaded fixedbitset v0.4.2
13132024-05-10T20:23:56.675Z Downloaded datatest-stable v0.2.9
13142024-05-10T20:23:56.675Z Downloaded pin-project-lite v0.2.13
13152024-05-10T20:23:56.675Z Downloaded unicode-normalization v0.1.22
13162024-05-10T20:23:56.676Z Downloaded fancy-regex v0.13.0
13172024-05-10T20:23:56.676Z Downloaded der v0.7.8
13182024-05-10T20:23:56.676Z Downloaded expectorate v1.1.0
13192024-05-10T20:23:56.676Z Downloaded tinytemplate v1.2.1
13202024-05-10T20:23:56.676Z Downloaded proc-macro-error v1.0.4
13212024-05-10T20:23:56.676Z Downloaded pkcs8 v0.10.2
13222024-05-10T20:23:56.676Z Downloaded tui-tree-widget v0.19.0
13232024-05-10T20:23:56.676Z Downloaded universal-hash v0.5.1
13242024-05-10T20:23:56.676Z Downloaded trust-dns-client v0.22.0
13252024-05-10T20:23:56.676Z Downloaded scopeguard v1.2.0
13262024-05-10T20:23:56.676Z Downloaded tokio-util v0.7.10
13272024-05-10T20:23:56.676Z Downloaded schemars_derive v0.8.17
13282024-05-10T20:23:56.676Z Downloaded vte v0.11.1
13292024-05-10T20:23:56.676Z Downloaded reedline v0.31.0
13302024-05-10T20:23:56.676Z Downloaded itertools v0.12.1
13312024-05-10T20:23:56.676Z Downloaded hyper v1.1.0
13322024-05-10T20:23:56.676Z Downloaded rand_core v0.6.4
13332024-05-10T20:23:56.676Z Downloaded proc-macro-crate v1.3.1
13342024-05-10T20:23:56.676Z Downloaded rustls-native-certs v0.7.0
13352024-05-10T20:23:56.676Z Downloaded signal-hook v0.3.17
13362024-05-10T20:23:56.676Z Downloaded rsa v0.9.2
13372024-05-10T20:23:56.676Z Downloaded pretty_assertions v1.4.0
13382024-05-10T20:23:56.676Z Downloaded unicode-segmentation v1.10.1
13392024-05-10T20:23:56.676Z Downloaded darling_core v0.20.8
13402024-05-10T20:23:56.677Z Downloaded zeroize v1.7.0
13412024-05-10T20:23:56.677Z Downloaded parking_lot_core v0.9.8
13422024-05-10T20:23:56.677Z Downloaded rustc-demangle v0.1.23
13432024-05-10T20:23:56.677Z Downloaded nom v7.1.3
13442024-05-10T20:23:56.677Z Downloaded rustls-pemfile v1.0.3
13452024-05-10T20:23:56.677Z Downloaded toml_edit v0.19.15
13462024-05-10T20:23:56.680Z Downloaded ring v0.17.8
13472024-05-10T20:23:56.742Z Downloaded prettyplease v0.2.19
13482024-05-10T20:23:56.745Z Downloaded rustc_version v0.4.0
13492024-05-10T20:23:56.748Z Downloaded oorandom v11.1.3
13502024-05-10T20:23:56.748Z Downloaded defmt v0.3.5
13512024-05-10T20:23:56.751Z Downloaded oso v0.27.3
13522024-05-10T20:23:56.754Z Downloaded wait-timeout v0.2.0
13532024-05-10T20:23:56.754Z Downloaded steno v0.4.0
13542024-05-10T20:23:56.761Z Downloaded usdt-impl v0.5.0
13552024-05-10T20:23:56.765Z Downloaded ring v0.16.20
13562024-05-10T20:23:56.843Z Downloaded crossterm v0.27.0
13572024-05-10T20:23:56.900Z Downloaded criterion v0.5.1
13582024-05-10T20:23:56.900Z Downloaded libxml v0.3.3
13592024-05-10T20:23:56.900Z Downloaded ucd-trie v0.1.6
13602024-05-10T20:23:56.901Z Downloaded itertools v0.10.5
13612024-05-10T20:23:56.901Z Downloaded rstest v0.19.0
13622024-05-10T20:23:56.901Z Downloaded debug-ignore v1.0.5
13632024-05-10T20:23:56.901Z Downloaded group v0.13.0
13642024-05-10T20:23:56.901Z Downloaded getrandom v0.2.12
13652024-05-10T20:23:56.901Z Downloaded pest_meta v2.7.6
13662024-05-10T20:23:56.901Z Downloaded samael v0.0.15
13672024-05-10T20:23:56.901Z Downloaded omicron-zone-package v0.11.0
13682024-05-10T20:23:56.901Z Downloaded smallvec v0.6.14
13692024-05-10T20:23:56.901Z Downloaded mio v0.8.11
13702024-05-10T20:23:56.901Z Downloaded derive_more v0.99.17
13712024-05-10T20:23:56.906Z Downloaded derive-where v1.2.7
13722024-05-10T20:23:56.906Z Downloaded target-lexicon v0.12.13
13732024-05-10T20:23:56.906Z Downloaded sha2 v0.10.8
13742024-05-10T20:23:56.906Z Downloaded uuid v1.8.0
13752024-05-10T20:23:56.906Z Downloaded proc-macro-error-attr v1.0.4
13762024-05-10T20:23:56.906Z Downloaded psl-types v2.0.11
13772024-05-10T20:23:56.906Z Downloaded phf v0.11.2
13782024-05-10T20:23:56.906Z Downloaded yasna v0.5.2
13792024-05-10T20:23:56.909Z Downloaded minimal-lexical v0.2.1
13802024-05-10T20:23:56.912Z Downloaded fallible-iterator v0.2.0
13812024-05-10T20:23:56.912Z Downloaded enum-as-inner v0.5.1
13822024-05-10T20:23:56.915Z Downloaded either v1.11.0
13832024-05-10T20:23:56.915Z Downloaded percent-encoding v2.3.1
13842024-05-10T20:23:56.915Z Downloaded salty v0.2.0
13852024-05-10T20:23:56.919Z Downloaded structmeta v0.2.0
13862024-05-10T20:23:56.922Z Downloaded slog-scope v4.4.0
13872024-05-10T20:23:56.922Z Downloaded shell-words v1.1.0
13882024-05-10T20:23:56.922Z Downloaded der_derive v0.7.2
13892024-05-10T20:23:56.925Z Downloaded predicates-tree v1.0.9
13902024-05-10T20:23:56.925Z Downloaded predicates v3.1.0
13912024-05-10T20:23:56.929Z Downloaded tokio-stream v0.1.15
13922024-05-10T20:23:56.932Z Downloaded serde_repr v0.1.16
13932024-05-10T20:23:56.932Z Downloaded foreign-types v0.5.0
13942024-05-10T20:23:56.937Z Downloaded crypto-common v0.1.6
13952024-05-10T20:23:56.937Z Downloaded uzers v0.11.3
13962024-05-10T20:23:56.937Z Downloaded crossbeam-utils v0.8.19
13972024-05-10T20:23:56.940Z Downloaded password-hash v0.5.0
13982024-05-10T20:23:56.941Z Downloaded socket2 v0.4.9
13992024-05-10T20:23:56.941Z Downloaded rtoolbox v0.0.1
14002024-05-10T20:23:56.944Z Downloaded pretty-hex v0.4.1
14012024-05-10T20:23:56.944Z Downloaded pretty-hex v0.2.1
14022024-05-10T20:23:56.944Z Downloaded precomputed-hash v0.1.1
14032024-05-10T20:23:56.944Z Downloaded trybuild v1.0.91
14042024-05-10T20:23:56.948Z Downloaded slog-bunyan v2.5.0
14052024-05-10T20:23:56.953Z Downloaded slog-async v2.8.0
14062024-05-10T20:23:56.953Z Downloaded serde_urlencoded v0.7.1
14072024-05-10T20:23:56.953Z Downloaded serde_path_to_error v0.1.16
14082024-05-10T20:23:56.953Z Downloaded packed_struct_codegen v0.10.1
14092024-05-10T20:23:56.957Z Downloaded textwrap v0.16.1
14102024-05-10T20:23:56.957Z Downloaded test-strategy v0.3.1
14112024-05-10T20:23:56.960Z Downloaded spin v0.9.8
14122024-05-10T20:23:56.962Z Downloaded base64 v0.21.7
14132024-05-10T20:23:56.966Z Downloaded socket2 v0.5.6
14142024-05-10T20:23:56.966Z Downloaded bytes v1.6.0
14152024-05-10T20:23:56.969Z Downloaded same-file v1.0.6
14162024-05-10T20:23:56.972Z Downloaded radium v0.7.0
14172024-05-10T20:23:56.972Z Downloaded r2d2 v0.8.10
14182024-05-10T20:23:56.976Z Downloaded pest_generator v2.7.6
14192024-05-10T20:23:56.976Z Downloaded crossbeam-epoch v0.9.18
14202024-05-10T20:23:56.976Z Downloaded blake2 v0.10.6
14212024-05-10T20:23:56.979Z Downloaded pin-utils v0.1.0
14222024-05-10T20:23:56.979Z Downloaded generic-array v0.14.7
14232024-05-10T20:23:56.984Z Downloaded futures-core v0.3.30
14242024-05-10T20:23:56.984Z Downloaded nu-ansi-term v0.50.0
14252024-05-10T20:23:56.989Z Downloaded mockall_derive v0.12.1
14262024-05-10T20:23:56.989Z Downloaded miniz_oxide v0.7.1
14272024-05-10T20:23:56.989Z Downloaded memmap2 v0.7.1
14282024-05-10T20:23:56.992Z Downloaded num-derive v0.4.0
14292024-05-10T20:23:56.992Z Downloaded fd-lock v4.0.2
14302024-05-10T20:23:56.992Z Downloaded fastrand v2.0.1
14312024-05-10T20:23:56.992Z Downloaded serde_plain v1.0.2
14322024-05-10T20:23:56.995Z Downloaded slab v0.4.9
14332024-05-10T20:23:56.995Z Downloaded ff v0.13.0
14342024-05-10T20:23:56.995Z Downloaded crc-any v2.4.3
14352024-05-10T20:23:56.998Z Downloaded cookie v0.18.1
14362024-05-10T20:23:57.002Z Downloaded cfg-expr v0.15.6
14372024-05-10T20:23:57.004Z Downloaded dof v0.1.5
14382024-05-10T20:23:57.005Z Downloaded whoami v1.5.1
14392024-05-10T20:23:57.005Z Downloaded untrusted v0.9.0
14402024-05-10T20:23:57.007Z Downloaded untrusted v0.7.1
14412024-05-10T20:23:57.008Z Downloaded mime v0.3.17
14422024-05-10T20:23:57.011Z Downloaded libtest-mimic v0.7.2
14432024-05-10T20:23:57.011Z Downloaded ipnet v2.9.0
14442024-05-10T20:23:57.014Z Downloaded const-oid v0.9.6
14452024-05-10T20:23:57.014Z Downloaded unicase v2.7.0
14462024-05-10T20:23:57.017Z Downloaded smf v0.2.3
14472024-05-10T20:23:57.017Z Downloaded smawk v0.3.1
14482024-05-10T20:23:57.017Z Downloaded bcs v0.1.6
14492024-05-10T20:23:57.025Z Downloaded spin v0.5.2
14502024-05-10T20:23:57.025Z Downloaded indexmap v1.9.3
14512024-05-10T20:23:57.031Z Downloaded cassowary v0.3.0
14522024-05-10T20:23:57.031Z Downloaded camino-tempfile v1.1.1
14532024-05-10T20:23:57.032Z Downloaded serde_tokenstream v0.1.7
14542024-05-10T20:23:57.032Z Downloaded criterion-plot v0.5.0
14552024-05-10T20:23:57.037Z Downloaded crc32fast v1.3.2
14562024-05-10T20:23:57.037Z Downloaded cookie_store v0.20.0
14572024-05-10T20:23:57.037Z Downloaded cookie v0.17.0
14582024-05-10T20:23:57.037Z Downloaded rustc-hash v1.1.0
14592024-05-10T20:23:57.037Z Downloaded nodrop v0.1.14
14602024-05-10T20:23:57.040Z Downloaded cancel-safe-futures v0.1.5
14612024-05-10T20:23:57.040Z Downloaded newtype-uuid v1.1.0
14622024-05-10T20:23:57.040Z Downloaded multimap v0.10.0
14632024-05-10T20:23:57.040Z Downloaded crossbeam-deque v0.8.3
14642024-05-10T20:23:57.043Z Downloaded crc-catalog v2.2.0
14652024-05-10T20:23:57.043Z Downloaded cpufeatures v0.2.12
14662024-05-10T20:23:57.043Z Downloaded memoffset v0.7.1
14672024-05-10T20:23:57.046Z Downloaded memmap v0.7.0
14682024-05-10T20:23:57.046Z Downloaded md-5 v0.10.5
14692024-05-10T20:23:57.046Z Downloaded maplit v1.0.2
14702024-05-10T20:23:57.052Z Downloaded lru v0.12.1
14712024-05-10T20:23:57.052Z Downloaded libefi-sys v0.1.0
14722024-05-10T20:23:57.052Z Downloaded linked-hash-map v0.5.6
14732024-05-10T20:23:57.055Z Downloaded is-terminal v0.4.9
14742024-05-10T20:23:57.055Z Downloaded block-buffer v0.10.4
14752024-05-10T20:23:57.055Z Downloaded bytecount v0.6.3
14762024-05-10T20:23:57.055Z Downloaded castaway v0.2.2
14772024-05-10T20:23:57.056Z Downloaded byteorder v1.5.0
14782024-05-10T20:23:57.056Z Downloaded block-padding v0.3.3
14792024-05-10T20:23:57.058Z Downloaded bit-set v0.5.3
14802024-05-10T20:23:57.059Z Downloaded lazy_static v1.4.0
14812024-05-10T20:23:57.059Z Downloaded keccak v0.1.4
14822024-05-10T20:23:57.059Z Downloaded hyper-staticfile v0.9.5
14832024-05-10T20:23:57.066Z Downloaded convert_case v0.4.0
14842024-05-10T20:23:57.067Z Downloaded cobs v0.2.3
14852024-05-10T20:23:57.070Z Downloaded bit-vec v0.6.3
14862024-05-10T20:23:57.070Z Downloaded bb8 v0.8.3
14872024-05-10T20:23:57.070Z Downloaded newtype_derive v0.1.6
14882024-05-10T20:23:57.070Z Downloaded nested v0.1.1
14892024-05-10T20:23:57.070Z Downloaded console v0.15.8
14902024-05-10T20:23:57.070Z Downloaded base64ct v1.6.0
14912024-05-10T20:23:57.073Z Downloaded base64 v0.22.0
14922024-05-10T20:23:57.076Z Downloaded ipnetwork v0.20.0
14932024-05-10T20:23:57.076Z Downloaded hyper-tls v0.5.0
14942024-05-10T20:23:57.076Z Downloaded hubpack_derive v0.1.1
14952024-05-10T20:23:57.076Z Downloaded httparse v1.8.0
14962024-05-10T20:23:57.079Z Downloaded hubpack v0.1.2
14972024-05-10T20:23:57.079Z Downloaded http-range v0.1.5
14982024-05-10T20:23:57.083Z Downloaded http-body v1.0.0
14992024-05-10T20:23:57.083Z Downloaded http v0.2.12
15002024-05-10T20:23:57.086Z Downloaded bitstruct_derive v0.1.0
15012024-05-10T20:23:57.086Z Downloaded async-recursion v1.1.0
15022024-05-10T20:23:57.089Z Downloaded hostname v0.3.1
15032024-05-10T20:23:57.089Z Downloaded hmac v0.12.1
15042024-05-10T20:23:57.092Z Downloaded hex-literal v0.4.1
15052024-05-10T20:23:57.092Z Downloaded heck v0.3.3
15062024-05-10T20:23:57.092Z Downloaded backtrace v0.3.69
15072024-05-10T20:23:57.096Z Downloaded heck v0.4.1
15082024-05-10T20:23:57.100Z Downloaded heapless v0.7.16
15092024-05-10T20:23:57.103Z Downloaded crypto-bigint v0.5.2
15102024-05-10T20:23:57.107Z Downloaded base64 v0.13.1
15112024-05-10T20:23:57.112Z Downloaded backoff v0.4.0
15122024-05-10T20:23:57.112Z Downloaded atomic-waker v1.1.1
15132024-05-10T20:23:57.125Z Downloaded async-stream v0.3.5
15142024-05-10T20:23:57.125Z Downloaded ascii-canvas v3.0.0
15152024-05-10T20:23:57.126Z Downloaded arrayvec v0.7.4
15162024-05-10T20:23:57.126Z Downloaded arc-swap v1.6.0
15172024-05-10T20:23:57.142Z Downloaded ahash v0.8.8
15182024-05-10T20:23:57.669Z Compiling libc v0.2.153
15192024-05-10T20:23:57.669Z Compiling serde v1.0.199
15202024-05-10T20:23:57.675Z Compiling version_check v0.9.4
15212024-05-10T20:23:57.675Z Checking cfg-if v1.0.0
15222024-05-10T20:23:57.736Z Compiling lock_api v0.4.10
15232024-05-10T20:23:57.746Z Compiling parking_lot_core v0.9.8
15242024-05-10T20:23:57.761Z Compiling syn v2.0.60
15252024-05-10T20:23:57.797Z Compiling once_cell v1.19.0
15262024-05-10T20:23:57.831Z Compiling libm v0.2.7
15272024-05-10T20:23:58.116Z Compiling num-traits v0.2.18
15282024-05-10T20:23:58.192Z Compiling memchr v2.7.1
15292024-05-10T20:23:58.196Z Compiling serde_json v1.0.116
15302024-05-10T20:23:58.232Z Compiling byteorder v1.5.0
15312024-05-10T20:23:58.246Z Compiling syn v1.0.109
15322024-05-10T20:23:58.424Z Compiling ahash v0.8.8
15332024-05-10T20:23:58.812Z Checking log v0.4.21
15342024-05-10T20:23:59.097Z Compiling slab v0.4.9
15352024-05-10T20:23:59.238Z Compiling typenum v1.16.0
15362024-05-10T20:23:59.525Z Checking itoa v1.0.9
15372024-05-10T20:23:59.559Z Checking getrandom v0.2.12
15382024-05-10T20:23:59.717Z Compiling cc v1.0.83
15392024-05-10T20:23:59.893Z Compiling generic-array v0.14.7
15402024-05-10T20:24:00.074Z Checking scopeguard v1.2.0
15412024-05-10T20:24:00.388Z Checking smallvec v1.13.1
15422024-05-10T20:24:00.419Z Compiling allocator-api2 v0.2.16
15432024-05-10T20:24:00.437Z Compiling pkg-config v0.3.27
15442024-05-10T20:24:00.626Z Compiling rustix v0.38.31
15452024-05-10T20:24:00.768Z Compiling schemars v0.8.17
15462024-05-10T20:24:01.157Z Compiling httparse v1.8.0
15472024-05-10T20:24:01.230Z Checking pin-project-lite v0.2.13
15482024-05-10T20:24:01.248Z Checking parking_lot v0.12.1
15492024-05-10T20:24:01.349Z Compiling time-core v0.1.2
15502024-05-10T20:24:01.519Z Compiling num-conv v0.1.0
15512024-05-10T20:24:01.620Z Compiling fnv v1.0.7
15522024-05-10T20:24:01.754Z Checking signal-hook-registry v1.4.1
15532024-05-10T20:24:01.814Z Compiling time-macros v0.2.17
15542024-05-10T20:24:01.864Z Compiling vcpkg v0.2.15
15552024-05-10T20:24:01.989Z Checking mio v0.8.11
15562024-05-10T20:24:02.218Z Compiling heck v0.4.1
15572024-05-10T20:24:02.652Z Checking ryu v1.0.15
15582024-05-10T20:24:02.699Z Compiling aho-corasick v1.1.2
15592024-05-10T20:24:03.027Z Compiling ring v0.17.8
15602024-05-10T20:24:04.127Z Compiling openssl-sys v0.9.102
15612024-05-10T20:24:04.163Z Compiling regex-syntax v0.8.2
15622024-05-10T20:24:05.250Z Compiling serde_derive_internals v0.29.0
15632024-05-10T20:24:06.156Z Checking rand_core v0.6.4
15642024-05-10T20:24:06.380Z Checking num_cpus v1.16.0
15652024-05-10T20:24:06.477Z Checking futures-core v0.3.30
15662024-05-10T20:24:06.656Z Compiling ring v0.16.20
15672024-05-10T20:24:07.601Z Compiling regex-automata v0.4.5
15682024-05-10T20:24:07.651Z Checking socket2 v0.5.6
15692024-05-10T20:24:08.029Z Compiling openssl v0.10.64
15702024-05-10T20:24:08.540Z Compiling ucd-trie v0.1.6
15712024-05-10T20:24:09.041Z Compiling rustversion v1.0.14
15722024-05-10T20:24:09.377Z Compiling slog v2.7.0
15732024-05-10T20:24:09.902Z Compiling crossbeam-utils v0.8.19
15742024-05-10T20:24:10.536Z Compiling rustls v0.21.9
15752024-05-10T20:24:10.700Z Compiling native-tls v0.2.11
15762024-05-10T20:24:10.799Z Compiling iana-time-zone v0.1.57
15772024-05-10T20:24:11.007Z Compiling cookie v0.17.0
15782024-05-10T20:24:11.148Z Checking spin v0.5.2
15792024-05-10T20:24:11.188Z Compiling backtrace v0.3.69
15802024-05-10T20:24:11.262Z Compiling serde_derive v1.0.199
15812024-05-10T20:24:11.280Z Compiling zerocopy-derive v0.7.32
15822024-05-10T20:24:11.339Z Compiling thiserror-impl v1.0.59
15832024-05-10T20:24:11.446Z Compiling zeroize_derive v1.4.2
15842024-05-10T20:24:11.591Z Compiling tokio-macros v2.2.0
15852024-05-10T20:24:12.491Z Compiling futures-macro v0.3.30
15862024-05-10T20:24:13.052Z Compiling tracing-attributes v0.1.27
15872024-05-10T20:24:13.073Z Compiling schemars_derive v0.8.17
15882024-05-10T20:24:13.319Z Compiling regex v1.10.4
15892024-05-10T20:24:13.645Z Compiling zerocopy v0.7.32
15902024-05-10T20:24:14.376Z Checking zeroize v1.7.0
15912024-05-10T20:24:14.642Z Compiling openssl-macros v0.1.1
15922024-05-10T20:24:14.665Z Compiling thiserror v1.0.59
15932024-05-10T20:24:14.801Z Compiling pest v2.7.6
15942024-05-10T20:24:15.485Z Compiling async-trait v0.1.80
15952024-05-10T20:24:15.882Z Compiling hashbrown v0.14.3
15962024-05-10T20:24:16.479Z Checking futures-sink v0.3.30
15972024-05-10T20:24:16.619Z Compiling dyn-clone v1.0.17
15982024-05-10T20:24:16.635Z Compiling unicode-xid v0.2.4
15992024-05-10T20:24:16.794Z Compiling anyhow v1.0.82
16002024-05-10T20:24:17.185Z Compiling pest_meta v2.7.6
16012024-05-10T20:24:17.259Z Checking pin-utils v0.1.0
16022024-05-10T20:24:17.541Z Checking futures-channel v0.3.30
16032024-05-10T20:24:17.883Z Checking futures-task v0.3.30
16042024-05-10T20:24:18.038Z Compiling tinyvec_macros v0.1.1
16052024-05-10T20:24:18.057Z Checking futures-io v0.3.30
16062024-05-10T20:24:18.125Z Compiling tinyvec v1.6.0
16072024-05-10T20:24:18.217Z Checking futures-util v0.3.30
16082024-05-10T20:24:18.320Z Compiling scroll_derive v0.12.0
16092024-05-10T20:24:18.353Z Compiling thread-id v4.2.0
16102024-05-10T20:24:18.460Z Compiling pest_generator v2.7.6
16112024-05-10T20:24:19.321Z Compiling der_derive v0.7.2
16122024-05-10T20:24:19.556Z Compiling unicode-normalization v0.1.22
16132024-05-10T20:24:20.978Z Compiling unicode-bidi v0.3.15
16142024-05-10T20:24:21.538Z Compiling errno v0.3.8
16152024-05-10T20:24:21.745Z Compiling unicode-width v0.1.11
16162024-05-10T20:24:21.887Z Compiling either v1.11.0
16172024-05-10T20:24:21.960Z Checking subtle v2.5.0
16182024-05-10T20:24:22.083Z Compiling pest_derive v2.7.6
16192024-05-10T20:24:22.204Z Compiling crc32fast v1.3.2
16202024-05-10T20:24:22.777Z Compiling winnow v0.5.15
16212024-05-10T20:24:23.035Z Compiling synstructure v0.12.6
16222024-05-10T20:24:23.353Z Compiling spin v0.9.8
16232024-05-10T20:24:23.718Z Compiling tracing-core v0.1.32
16242024-05-10T20:24:24.668Z Compiling tracing v0.1.40
16252024-05-10T20:24:24.816Z Compiling zerocopy-derive v0.2.0
16262024-05-10T20:24:25.012Z Compiling scroll v0.12.0
16272024-05-10T20:24:25.182Z Compiling usdt-impl v0.5.0
16282024-05-10T20:24:25.302Z Checking bytes v1.6.0
16292024-05-10T20:24:25.561Z Checking bitflags v2.4.2
16302024-05-10T20:24:25.585Z Compiling plain v0.2.3
16312024-05-10T20:24:25.786Z Compiling percent-encoding v2.3.1
16322024-05-10T20:24:26.086Z Compiling indexmap v2.2.6
16332024-05-10T20:24:26.329Z Checking tokio v1.37.0
16342024-05-10T20:24:26.738Z Compiling uuid v1.8.0
16352024-05-10T20:24:26.883Z Compiling chrono v0.4.38
16362024-05-10T20:24:26.904Z Compiling semver v1.0.22
16372024-05-10T20:24:27.428Z Compiling http v0.2.12
16382024-05-10T20:24:27.450Z Compiling toml_datetime v0.6.5
16392024-05-10T20:24:27.648Z Compiling serde_spanned v0.6.5
16402024-05-10T20:24:27.869Z Compiling rustc_version v0.4.0
16412024-05-10T20:24:28.597Z Compiling toml_edit v0.19.15
16422024-05-10T20:24:29.391Z Compiling openapiv3 v2.0.0
16432024-05-10T20:24:29.884Z Compiling const-oid v0.9.6
16442024-05-10T20:24:30.797Z Compiling goblin v0.8.0
16452024-05-10T20:24:31.445Z Compiling pretty-hex v0.4.1
16462024-05-10T20:24:31.695Z Compiling dtrace-parser v0.2.0
16472024-05-10T20:24:33.187Z Compiling clap_derive v4.5.4
16482024-05-10T20:24:34.619Z Compiling signal-hook v0.3.17
16492024-05-10T20:24:34.630Z Compiling untrusted v0.9.0
16502024-05-10T20:24:34.630Z Compiling untrusted v0.7.1
16512024-05-10T20:24:34.630Z Compiling powerfmt v0.2.0
16522024-05-10T20:24:34.630Z Compiling foreign-types-shared v0.1.1
16532024-05-10T20:24:34.630Z Compiling foreign-types v0.3.2
16542024-05-10T20:24:34.630Z Compiling deranged v0.3.11
16552024-05-10T20:24:34.630Z Compiling form_urlencoded v1.2.1
16562024-05-10T20:24:34.630Z Compiling crypto-common v0.1.6
16572024-05-10T20:24:34.631Z Compiling zerocopy-derive v0.6.6
16582024-05-10T20:24:35.956Z Compiling tokio-util v0.7.10
16592024-05-10T20:24:36.559Z Compiling dof v0.3.0
16602024-05-10T20:24:37.481Z Compiling usdt-impl v0.3.5
16612024-05-10T20:24:37.650Z Compiling base64 v0.21.7
16622024-05-10T20:24:37.804Z Compiling try-lock v0.2.4
16632024-05-10T20:24:37.951Z Compiling num_threads v0.1.6
16642024-05-10T20:24:38.076Z Compiling siphasher v0.3.11
16652024-05-10T20:24:38.345Z Compiling time v0.3.34
16662024-05-10T20:24:38.377Z Compiling want v0.3.1
16672024-05-10T20:24:38.570Z Compiling h2 v0.3.26
16682024-05-10T20:24:38.652Z Compiling rustls-webpki v0.101.7
16692024-05-10T20:24:38.758Z Compiling sct v0.7.0
16702024-05-10T20:24:39.040Z Compiling http-body v0.4.5
16712024-05-10T20:24:39.468Z Compiling zerocopy v0.3.0
16722024-05-10T20:24:39.809Z Compiling block-buffer v0.10.4
16732024-05-10T20:24:40.002Z Compiling idna v0.5.0
16742024-05-10T20:24:40.089Z Compiling bzip2-sys v0.1.11+1.0.8
16752024-05-10T20:24:40.636Z Compiling socket2 v0.4.9
16762024-05-10T20:24:41.010Z Compiling openssl-probe v0.1.5
16772024-05-10T20:24:41.256Z Compiling httpdate v1.0.3
16782024-05-10T20:24:41.340Z Compiling tower-service v0.3.2
16792024-05-10T20:24:41.516Z Compiling url v2.5.0
16802024-05-10T20:24:41.703Z Compiling digest v0.10.7
16812024-05-10T20:24:42.202Z Compiling dof v0.1.5
16822024-05-10T20:24:42.836Z Compiling heapless v0.7.16
16832024-05-10T20:24:43.075Z Compiling dtrace-parser v0.1.14
16842024-05-10T20:24:43.231Z Compiling idna v0.3.0
16852024-05-10T20:24:43.292Z Compiling lazy_static v1.4.0
16862024-05-10T20:24:43.398Z Compiling ppv-lite86 v0.2.17
16872024-05-10T20:24:43.842Z Checking equivalent v1.0.1
16882024-05-10T20:24:43.953Z Compiling adler v1.0.2
16892024-05-10T20:24:44.154Z Compiling psl-types v2.0.11
16902024-05-10T20:24:44.623Z Compiling publicsuffix v2.2.3
16912024-05-10T20:24:45.173Z Compiling tokio-native-tls v0.3.1
16922024-05-10T20:24:45.173Z Compiling rand_chacha v0.3.1
16932024-05-10T20:24:45.173Z Compiling miniz_oxide v0.7.1
16942024-05-10T20:24:45.174Z Compiling crossbeam-epoch v0.9.18
16952024-05-10T20:24:45.174Z Compiling hyper v0.14.28
16962024-05-10T20:24:45.807Z Compiling tokio-rustls v0.24.1
16972024-05-10T20:24:46.789Z Compiling serde_tokenstream v0.1.7
16982024-05-10T20:24:47.097Z Compiling ipnet v2.9.0
16992024-05-10T20:24:47.169Z Compiling bit-vec v0.6.3
17002024-05-10T20:24:47.301Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17012024-05-10T20:24:47.598Z Compiling cookie_store v0.20.0
17022024-05-10T20:24:47.640Z Compiling rand v0.8.5
17032024-05-10T20:24:48.324Z Compiling phf_shared v0.10.0
17042024-05-10T20:24:48.492Z Compiling rustls-pemfile v1.0.3
17052024-05-10T20:24:49.118Z Compiling serde_urlencoded v0.7.1
17062024-05-10T20:24:49.122Z Compiling encoding_rs v0.8.33
17072024-05-10T20:24:49.122Z Compiling num-bigint v0.4.4
17082024-05-10T20:24:49.122Z Compiling gimli v0.28.0
17092024-05-10T20:24:49.318Z Compiling minimal-lexical v0.2.1
17102024-05-10T20:24:49.520Z Compiling smoltcp v0.9.1
17112024-05-10T20:24:49.598Z Compiling mime v0.3.17
17122024-05-10T20:24:49.734Z Compiling new_debug_unreachable v1.0.4
17132024-05-10T20:24:49.797Z Compiling fixedbitset v0.4.2
17142024-05-10T20:24:49.834Z Compiling precomputed-hash v0.1.1
17152024-05-10T20:24:49.966Z Compiling webpki-roots v0.25.2
17162024-05-10T20:24:50.125Z Compiling sync_wrapper v0.1.2
17172024-05-10T20:24:50.224Z Compiling base64ct v1.6.0
17182024-05-10T20:24:50.241Z Compiling petgraph v0.6.4
17192024-05-10T20:24:50.275Z Compiling string_cache v0.8.7
17202024-05-10T20:24:50.670Z Compiling pem-rfc7468 v0.7.0
17212024-05-10T20:24:50.729Z Compiling nom v7.1.3
17222024-05-10T20:24:51.114Z Compiling usdt-macro v0.3.5
17232024-05-10T20:24:51.130Z Compiling usdt-attr-macro v0.3.5
17242024-05-10T20:24:51.431Z Compiling bit-set v0.5.3
17252024-05-10T20:24:51.718Z Compiling hmac v0.12.1
17262024-05-10T20:24:51.966Z Compiling hyper-rustls v0.24.2
17272024-05-10T20:24:52.310Z Compiling hyper-tls v0.5.0
17282024-05-10T20:24:52.651Z Compiling reqwest v0.11.27
17292024-05-10T20:24:52.681Z Compiling itertools v0.10.5
17302024-05-10T20:24:52.791Z Compiling enum-as-inner v0.5.1
17312024-05-10T20:24:53.413Z Compiling addr2line v0.21.0
17322024-05-10T20:24:53.751Z Compiling hubpack_derive v0.1.1
17332024-05-10T20:24:53.865Z Compiling diesel_table_macro_syntax v0.1.0
17342024-05-10T20:24:54.028Z Compiling object v0.32.1
17352024-05-10T20:24:54.044Z Compiling lalrpop-util v0.19.12
17362024-05-10T20:24:54.233Z Compiling flagset v0.4.3
17372024-05-10T20:24:54.343Z Compiling unicode-segmentation v1.10.1
17382024-05-10T20:24:54.422Z Compiling rustc-demangle v0.1.23
17392024-05-10T20:24:55.188Z Compiling der v0.7.8
17402024-05-10T20:24:55.226Z Compiling toml_edit v0.22.12
17412024-05-10T20:24:55.658Z Compiling diesel_derives v2.1.2
17422024-05-10T20:24:55.658Z Compiling flate2 v1.0.28
17432024-05-10T20:24:55.658Z Compiling futures-executor v0.3.30
17442024-05-10T20:24:55.658Z Compiling cpufeatures v0.2.12
17452024-05-10T20:24:56.001Z Compiling futures v0.3.30
17462024-05-10T20:24:56.120Z Compiling sha2 v0.10.8
17472024-05-10T20:24:57.538Z Compiling spki v0.7.2
17482024-05-10T20:24:57.899Z Compiling md-5 v0.10.5
17492024-05-10T20:24:58.146Z Compiling toml v0.7.8
17502024-05-10T20:24:58.517Z Compiling hex v0.4.3
17512024-05-10T20:24:58.784Z Compiling stringprep v0.1.3
17522024-05-10T20:24:59.138Z Compiling strum_macros v0.25.2
17532024-05-10T20:24:59.764Z Compiling serde_repr v0.1.16
17542024-05-10T20:25:00.234Z Compiling num-integer v0.1.46
17552024-05-10T20:25:00.971Z Compiling hash32 v0.2.1
17562024-05-10T20:25:01.008Z Compiling stable_deref_trait v1.2.0
17572024-05-10T20:25:01.111Z Compiling fallible-iterator v0.2.0
17582024-05-10T20:25:01.353Z Checking unicode-ident v1.0.12
17592024-05-10T20:25:01.671Z Compiling pkcs8 v0.10.2
17602024-05-10T20:25:01.783Z Compiling postgres-protocol v0.6.6
17612024-05-10T20:25:02.894Z Compiling phf_shared v0.11.2
17622024-05-10T20:25:03.290Z Compiling terminal_size v0.3.0
17632024-05-10T20:25:03.355Z Compiling ff v0.13.0
17642024-05-10T20:25:03.460Z Compiling block-padding v0.3.3
17652024-05-10T20:25:03.511Z Compiling scheduled-thread-pool v0.2.7
17662024-05-10T20:25:03.700Z Compiling matches v0.1.10
17672024-05-10T20:25:03.749Z Compiling regex-automata v0.1.10
17682024-05-10T20:25:03.796Z Compiling managed v0.8.0
17692024-05-10T20:25:04.287Z Compiling base16ct v0.2.0
17702024-05-10T20:25:04.295Z Compiling bitflags v1.3.2
17712024-05-10T20:25:04.296Z Compiling peg-runtime v0.8.2
17722024-05-10T20:25:04.296Z Compiling bstr v0.2.17
17732024-05-10T20:25:04.296Z Compiling clap_builder v4.5.2
17742024-05-10T20:25:04.296Z Compiling sec1 v0.7.3
17752024-05-10T20:25:04.789Z Compiling idna v0.2.3
17762024-05-10T20:25:04.839Z Compiling r2d2 v0.8.10
17772024-05-10T20:25:05.224Z Compiling inout v0.1.3
17782024-05-10T20:25:05.669Z Compiling group v0.13.0
17792024-05-10T20:25:05.956Z Compiling signal-hook-mio v0.2.3
17802024-05-10T20:25:06.077Z Compiling phf v0.11.2
17812024-05-10T20:25:06.092Z Compiling bzip2 v0.4.4
17822024-05-10T20:25:06.218Z Compiling postgres-types v0.2.6
17832024-05-10T20:25:06.376Z Compiling hubpack v0.1.2
17842024-05-10T20:25:06.404Z Compiling hkdf v0.12.4
17852024-05-10T20:25:06.808Z Compiling zerocopy v0.6.6
17862024-05-10T20:25:06.939Z Compiling ipnetwork v0.20.0
17872024-05-10T20:25:07.660Z Compiling crypto-bigint v0.5.2
17882024-05-10T20:25:07.781Z Compiling float-cmp v0.9.0
17892024-05-10T20:25:07.992Z Compiling static_assertions v1.1.0
17902024-05-10T20:25:08.011Z Compiling predicates-core v1.0.6
17912024-05-10T20:25:08.095Z Compiling difflib v0.4.0
17922024-05-10T20:25:08.205Z Compiling whoami v1.5.1
17932024-05-10T20:25:08.379Z Compiling data-encoding v2.4.0
17942024-05-10T20:25:08.861Z Compiling normalize-line-endings v0.3.0
17952024-05-10T20:25:08.982Z Compiling predicates v3.1.0
17962024-05-10T20:25:09.686Z Compiling elliptic-curve v0.13.8
17972024-05-10T20:25:09.734Z Compiling yasna v0.5.2
17982024-05-10T20:25:10.483Z Compiling trust-dns-proto v0.22.0
17992024-05-10T20:25:10.681Z Compiling tokio-postgres v0.7.10
18002024-05-10T20:25:10.778Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18012024-05-10T20:25:11.233Z Compiling diesel v2.1.6
18022024-05-10T20:25:11.596Z Compiling clap v4.5.4
18032024-05-10T20:25:11.716Z Compiling zip v0.6.6
18042024-05-10T20:25:13.057Z Compiling crossterm v0.27.0
18052024-05-10T20:25:13.142Z Compiling cipher v0.4.4
18062024-05-10T20:25:13.658Z Compiling similar v2.4.0
18072024-05-10T20:25:13.981Z Checking proc-macro2 v1.0.81
18082024-05-10T20:25:14.649Z Compiling num-iter v0.1.44
18092024-05-10T20:25:14.830Z Compiling usdt v0.3.5
18102024-05-10T20:25:15.106Z Compiling console v0.15.8
18112024-05-10T20:25:15.624Z Compiling tokio-stream v0.1.15
18122024-05-10T20:25:16.104Z Compiling bstr v1.9.0
18132024-05-10T20:25:16.365Z Compiling base64 v0.22.0
18142024-05-10T20:25:16.577Z Checking quote v1.0.36
18152024-05-10T20:25:21.591Z Checking utf8parse v0.2.1
18162024-05-10T20:25:24.848Z Checking anstyle v1.0.6
18172024-05-10T20:25:26.393Z Checking anstyle-parse v0.2.1
18182024-05-10T20:25:26.600Z Checking colorchoice v1.0.0
18192024-05-10T20:25:26.652Z Checking anstyle-query v1.0.0
18202024-05-10T20:25:26.757Z Checking anstream v0.6.11
18212024-05-10T20:25:26.863Z Checking strsim v0.11.0
18222024-05-10T20:25:27.100Z Checking clap_lex v0.7.0
18232024-05-10T20:25:29.639Z Compiling serde_tokenstream v0.2.0
18242024-05-10T20:25:31.158Z Checking winnow v0.6.1
18252024-05-10T20:25:40.029Z Compiling regress v0.9.1
18262024-05-10T20:25:40.045Z Compiling getopts v0.2.21
18272024-05-10T20:25:40.847Z Checking heck v0.5.0
18282024-05-10T20:25:40.925Z Compiling unsafe-libyaml v0.2.10
18292024-05-10T20:25:41.084Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18302024-05-10T20:25:41.700Z Checking is-terminal v0.4.9
18312024-05-10T20:25:41.814Z Checking camino v1.1.6
18322024-05-10T20:25:41.830Z Compiling ident_case v1.0.1
18332024-05-10T20:25:41.996Z Compiling strsim v0.10.0
18342024-05-10T20:25:42.340Z Compiling serde_yaml v0.9.25
18352024-05-10T20:25:42.525Z Compiling rayon-core v1.12.1
18362024-05-10T20:25:42.750Z Compiling darling_core v0.20.8
18372024-05-10T20:25:42.833Z Checking sha1 v0.10.6
18382024-05-10T20:25:42.856Z Checking http v1.0.0
18392024-05-10T20:25:43.089Z Compiling paste v1.0.14
18402024-05-10T20:25:43.565Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
18412024-05-10T20:25:44.226Z Compiling strum_macros v0.26.1
18422024-05-10T20:25:45.127Z Checking rustls-pki-types v1.3.0
18432024-05-10T20:25:45.529Z Checking fastrand v2.0.1
18442024-05-10T20:25:45.846Z Checking match_cfg v0.1.0
18452024-05-10T20:25:45.937Z Checking hostname v0.3.1
18462024-05-10T20:25:46.062Z Checking tempfile v3.10.1
18472024-05-10T20:25:46.554Z Checking dirs-sys-next v0.1.2
18482024-05-10T20:25:46.597Z Checking quick-error v1.2.3
18492024-05-10T20:25:46.723Z Checking dirs-next v2.0.0
18502024-05-10T20:25:46.737Z Checking crossbeam-channel v0.5.8
18512024-05-10T20:25:46.851Z Checking thread_local v1.1.7
18522024-05-10T20:25:46.882Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18532024-05-10T20:25:47.130Z Compiling rustls v0.22.4
18542024-05-10T20:25:47.311Z Compiling slog-async v2.8.0
18552024-05-10T20:25:47.437Z Checking term v0.7.0
18562024-05-10T20:25:47.454Z Checking rustls-webpki v0.102.1
18572024-05-10T20:25:47.621Z Checking instant v0.1.12
18582024-05-10T20:25:47.735Z Checking take_mut v0.2.2
18592024-05-10T20:25:47.872Z Checking slog-term v2.9.1
18602024-05-10T20:25:47.883Z Checking rustls-pemfile v2.1.2
18612024-05-10T20:25:48.114Z Compiling blake3 v1.5.0
18622024-05-10T20:25:48.170Z Compiling multer v3.0.0
18632024-05-10T20:25:48.352Z Checking debug-ignore v1.0.5
18642024-05-10T20:25:48.475Z Checking toml v0.8.12
18652024-05-10T20:25:48.552Z Checking slog-json v2.6.1
18662024-05-10T20:25:48.800Z Compiling crossbeam-deque v0.8.3
18672024-05-10T20:25:49.031Z Compiling async-stream-impl v0.3.5
18682024-05-10T20:25:49.133Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18692024-05-10T20:25:49.181Z Checking atomic-waker v1.1.1
18702024-05-10T20:25:49.297Z Compiling same-file v1.0.6
18712024-05-10T20:25:49.502Z Checking strum v0.26.2
18722024-05-10T20:25:49.527Z Compiling walkdir v2.5.0
18732024-05-10T20:25:49.707Z Compiling darling_macro v0.20.8
18742024-05-10T20:25:49.730Z Checking waitgroup v0.1.2
18752024-05-10T20:25:50.355Z Checking slog-bunyan v2.5.0
18762024-05-10T20:25:50.470Z Checking async-stream v0.3.5
18772024-05-10T20:25:50.666Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18782024-05-10T20:25:50.742Z Checking serde_path_to_error v0.1.16
18792024-05-10T20:25:50.818Z Compiling darling v0.20.8
18802024-05-10T20:25:50.894Z Compiling rayon v1.10.0
18812024-05-10T20:25:51.366Z Compiling memmap2 v0.7.1
18822024-05-10T20:25:51.779Z Compiling filetime v0.2.23
18832024-05-10T20:25:51.796Z Checking tokio-rustls v0.25.0
18842024-05-10T20:25:51.858Z Compiling xattr v1.0.1
18852024-05-10T20:25:51.991Z Compiling home v0.5.5
18862024-05-10T20:25:52.108Z Compiling constant_time_eq v0.3.0
18872024-05-10T20:25:52.126Z Compiling arrayvec v0.7.4
18882024-05-10T20:25:52.143Z Compiling arrayref v0.3.7
18892024-05-10T20:25:52.233Z Compiling toolchain_find v0.4.0
18902024-05-10T20:25:52.251Z Compiling tar v0.4.40
18912024-05-10T20:25:52.282Z Compiling camino-tempfile v1.1.1
18922024-05-10T20:25:52.515Z Compiling serde_with_macros v3.7.0
18932024-05-10T20:25:53.283Z Compiling topological-sort v0.2.2
18942024-05-10T20:25:53.489Z Compiling rustfmt-wrapper v0.2.1
18952024-05-10T20:25:54.064Z Checking newtype-uuid v1.1.0
18962024-05-10T20:25:54.310Z Checking wait-timeout v0.2.0
18972024-05-10T20:25:54.402Z Compiling structmeta-derive v0.3.0
18982024-05-10T20:25:54.417Z Compiling structmeta-derive v0.2.0
18992024-05-10T20:25:54.472Z Checking rusty-fork v0.3.0
19002024-05-10T20:25:54.762Z Checking rand_xorshift v0.3.0
19012024-05-10T20:25:54.938Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19022024-05-10T20:25:55.242Z Checking unarray v0.1.4
19032024-05-10T20:25:55.380Z Checking proptest v1.4.0
19042024-05-10T20:25:55.834Z Checking serde_with v3.7.0
19052024-05-10T20:25:56.539Z Compiling omicron-zone-package v0.11.0
19062024-05-10T20:25:57.813Z Checking backoff v0.4.0
19072024-05-10T20:25:57.825Z Compiling structmeta v0.3.0
19082024-05-10T20:25:57.826Z Compiling structmeta v0.2.0
19092024-05-10T20:25:57.826Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19102024-05-10T20:25:57.956Z Compiling test-strategy v0.3.1
19112024-05-10T20:25:57.975Z Compiling parse-display-derive v0.9.0
19122024-05-10T20:25:58.477Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19132024-05-10T20:25:58.613Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19142024-05-10T20:25:58.852Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19152024-05-10T20:25:58.945Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19162024-05-10T20:25:59.093Z Checking macaddr v1.0.1
19172024-05-10T20:25:59.426Z Compiling proc-macro-error-attr v1.0.4
19182024-05-10T20:25:59.647Z Compiling proc-macro-error v1.0.4
19192024-05-10T20:25:59.811Z Compiling proc-macro-crate v1.3.1
19202024-05-10T20:26:00.119Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212024-05-10T20:26:00.783Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19222024-05-10T20:26:00.950Z Compiling num_enum_derive v0.5.11
19232024-05-10T20:26:01.095Z Compiling foreign-types-macros v0.2.3
19242024-05-10T20:26:01.429Z Checking foreign-types-shared v0.3.1
19252024-05-10T20:26:01.538Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19262024-05-10T20:26:01.896Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
19272024-05-10T20:26:01.985Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19282024-05-10T20:26:02.130Z Checking cstr-argument v0.1.2
19292024-05-10T20:26:02.306Z Checking pretty-hex v0.2.1
19302024-05-10T20:26:02.376Z Checking foreign-types v0.5.0
19312024-05-10T20:26:02.456Z Checking tabwriter v1.4.0
19322024-05-10T20:26:02.473Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19332024-05-10T20:26:02.693Z Checking colored v2.1.0
19342024-05-10T20:26:02.770Z Checking smf v0.2.3
19352024-05-10T20:26:02.808Z Checking parse-display v0.9.0
19362024-05-10T20:26:02.963Z Checking humantime v2.1.0
19372024-05-10T20:26:02.981Z Checking termcolor v1.2.0
19382024-05-10T20:26:02.999Z Checking arc-swap v1.6.0
19392024-05-10T20:26:03.017Z Compiling usdt-macro v0.5.0
19402024-05-10T20:26:03.192Z Compiling usdt-attr-macro v0.5.0
19412024-05-10T20:26:03.237Z Checking memmap v0.7.0
19422024-05-10T20:26:03.374Z Checking utf-8 v0.7.6
19432024-05-10T20:26:03.867Z Checking slog-scope v4.4.0
19442024-05-10T20:26:03.867Z Checking newline-converter v0.3.0
19452024-05-10T20:26:03.867Z Checking slog-stdlog v4.1.1
19462024-05-10T20:26:03.867Z Checking num_enum v0.5.11
19472024-05-10T20:26:03.867Z Checking slog-envlogger v2.2.0
19482024-05-10T20:26:03.867Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19492024-05-10T20:26:03.964Z Checking expectorate v1.1.0
19502024-05-10T20:26:04.070Z Checking tungstenite v0.20.1
19512024-05-10T20:26:04.111Z Checking termtree v0.4.1
19522024-05-10T20:26:04.141Z Compiling heapless v0.8.0
19532024-05-10T20:26:04.303Z Checking predicates-tree v1.0.9
19542024-05-10T20:26:04.442Z Checking hash32 v0.3.1
19552024-05-10T20:26:04.464Z Compiling smoltcp v0.11.0
19562024-05-10T20:26:04.493Z Checking embedded-io v0.4.0
19572024-05-10T20:26:04.622Z Compiling crucible-workspace-hack v0.1.0
19582024-05-10T20:26:04.669Z Checking cobs v0.2.3
19592024-05-10T20:26:04.806Z Checking usdt v0.5.0
19602024-05-10T20:26:04.841Z Checking postcard v1.0.8
19612024-05-10T20:26:04.913Z Checking sigpipe v0.1.3
19622024-05-10T20:26:04.981Z Checking tokio-tungstenite v0.20.1
19632024-05-10T20:26:05.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19642024-05-10T20:26:05.086Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19652024-05-10T20:26:05.297Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19662024-05-10T20:26:05.319Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19672024-05-10T20:26:05.394Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19682024-05-10T20:26:05.456Z Checking atty v0.2.14
19692024-05-10T20:26:05.521Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19702024-05-10T20:26:05.571Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19712024-05-10T20:26:05.741Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19722024-05-10T20:26:06.082Z Compiling mockall_derive v0.12.1
19732024-05-10T20:26:06.242Z Compiling num-derive v0.4.0
19742024-05-10T20:26:06.409Z Checking downcast v0.11.0
19752024-05-10T20:26:06.611Z Checking fragile v2.0.0
19762024-05-10T20:26:06.873Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19772024-05-10T20:26:06.931Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
19782024-05-10T20:26:07.055Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
19792024-05-10T20:26:07.092Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19802024-05-10T20:26:07.219Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19812024-05-10T20:26:07.455Z Checking pem v3.0.4
19822024-05-10T20:26:07.501Z Checking env_logger v0.9.3
19832024-05-10T20:26:07.688Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-05-10T20:26:07.793Z Compiling bitstruct_derive v0.1.0
19852024-05-10T20:26:07.940Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-05-10T20:26:08.022Z Checking ascii v1.1.0
19872024-05-10T20:26:08.060Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-05-10T20:26:08.209Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-05-10T20:26:08.376Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19902024-05-10T20:26:08.436Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-05-10T20:26:08.603Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19922024-05-10T20:26:08.717Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19932024-05-10T20:26:08.895Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19942024-05-10T20:26:08.949Z Checking erased-serde v0.3.31
19952024-05-10T20:26:09.006Z Checking serde_arrays v0.1.0
19962024-05-10T20:26:09.058Z Compiling heck v0.3.3
19972024-05-10T20:26:09.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19982024-05-10T20:26:09.174Z Checking bitstruct v0.1.1
19992024-05-10T20:26:09.254Z Checking tungstenite v0.21.0
20002024-05-10T20:26:09.275Z Checking base64 v0.13.1
20012024-05-10T20:26:09.465Z Compiling zone_cfg_derive v0.1.2
20022024-05-10T20:26:09.652Z Checking ron v0.7.1
20032024-05-10T20:26:10.038Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20042024-05-10T20:26:10.205Z Checking tokio-tungstenite v0.21.0
20052024-05-10T20:26:10.294Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20062024-05-10T20:26:10.668Z Checking headers-core v0.2.0
20072024-05-10T20:26:10.812Z Checking portpicker v0.1.1
20082024-05-10T20:26:10.859Z Checking headers v0.3.9
20092024-05-10T20:26:10.957Z Checking rcgen v0.12.1
20102024-05-10T20:26:11.059Z Checking zone v0.1.8
20112024-05-10T20:26:11.228Z Checking atomicwrites v0.4.3
20122024-05-10T20:26:11.416Z Checking subprocess v0.2.9
20132024-05-10T20:26:11.597Z Checking linked-hash-map v0.5.6
20142024-05-10T20:26:11.658Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20152024-05-10T20:26:11.704Z Checking password-hash v0.5.0
20162024-05-10T20:26:11.917Z Checking lru-cache v0.1.2
20172024-05-10T20:26:11.925Z Checking blake2 v0.10.6
20182024-05-10T20:26:11.948Z Checking swrite v0.1.0
20192024-05-10T20:26:11.967Z Checking itertools v0.12.1
20202024-05-10T20:26:12.062Z Compiling derive-where v1.2.7
20212024-05-10T20:26:12.098Z Checking resolv-conf v0.7.0
20222024-05-10T20:26:12.128Z Checking half v2.3.1
20232024-05-10T20:26:12.372Z Checking argon2 v0.5.3
20242024-05-10T20:26:12.430Z Checking trust-dns-resolver v0.22.0
20252024-05-10T20:26:12.574Z Compiling cancel-safe-futures v0.1.5
20262024-05-10T20:26:12.943Z Checking ciborium-io v0.2.2
20272024-05-10T20:26:13.010Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20282024-05-10T20:26:13.062Z Checking ciborium-ll v0.2.2
20292024-05-10T20:26:13.372Z Checking ciborium v0.2.2
20302024-05-10T20:26:13.823Z Checking bytecount v0.6.3
20312024-05-10T20:26:13.897Z Compiling tabled_derive v0.7.0
20322024-05-10T20:26:13.961Z Checking papergrid v0.11.0
20332024-05-10T20:26:14.379Z Checking mockall v0.12.1
20342024-05-10T20:26:14.399Z Compiling slog-dtrace v0.3.0
20352024-05-10T20:26:14.587Z Compiling semver v0.1.20
20362024-05-10T20:26:14.622Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20372024-05-10T20:26:14.739Z Checking libsw v3.3.1
20382024-05-10T20:26:14.925Z Compiling rustc_version v0.1.7
20392024-05-10T20:26:15.019Z Checking linear-map v1.2.0
20402024-05-10T20:26:15.267Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
20412024-05-10T20:26:15.271Z Checking owo-colors v4.0.0
20422024-05-10T20:26:15.460Z Compiling newtype_derive v0.1.6
20432024-05-10T20:26:15.505Z Compiling num-rational v0.4.1
20442024-05-10T20:26:15.724Z Compiling radium v0.7.0
20452024-05-10T20:26:15.733Z Checking num-complex v0.4.5
20462024-05-10T20:26:15.935Z Checking steno v0.4.0
20472024-05-10T20:26:16.412Z Checking nibble_vec v0.1.0
20482024-05-10T20:26:16.413Z Checking endian-type v0.1.2
20492024-05-10T20:26:16.521Z Compiling maybe-uninit v2.0.0
20502024-05-10T20:26:16.594Z Checking tap v1.0.1
20512024-05-10T20:26:16.612Z Checking tabled v0.15.0
20522024-05-10T20:26:16.679Z Checking num v0.4.2
20532024-05-10T20:26:16.745Z Checking wyz v0.5.1
20542024-05-10T20:26:16.775Z Checking radix_trie v0.2.1
20552024-05-10T20:26:17.116Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20562024-05-10T20:26:17.141Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20572024-05-10T20:26:17.163Z Checking fxhash v0.2.1
20582024-05-10T20:26:17.335Z Checking crc-catalog v2.2.0
20592024-05-10T20:26:17.461Z Compiling packed_struct v0.10.1
20602024-05-10T20:26:17.507Z Compiling num-bigint-dig v0.8.4
20612024-05-10T20:26:17.808Z Checking funty v2.0.0
20622024-05-10T20:26:17.934Z Checking crc v3.0.1
20632024-05-10T20:26:18.130Z Compiling packed_struct_codegen v0.10.1
20642024-05-10T20:26:18.191Z Compiling indexmap v1.9.3
20652024-05-10T20:26:18.354Z Checking nodrop v0.1.14
20662024-05-10T20:26:18.459Z Checking array-init v0.0.4
20672024-05-10T20:26:18.500Z Checking smallvec v0.6.14
20682024-05-10T20:26:18.704Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20692024-05-10T20:26:18.722Z Checking bitvec v1.0.1
20702024-05-10T20:26:19.004Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-05-10T20:26:19.419Z Checking pkcs1 v0.7.5
20722024-05-10T20:26:19.455Z Checking signature v2.1.0
20732024-05-10T20:26:19.646Z Checking hashbrown v0.12.3
20742024-05-10T20:26:19.660Z Checking bitfield v0.14.0
20752024-05-10T20:26:19.801Z Checking serde-hex v0.1.0
20762024-05-10T20:26:19.926Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20772024-05-10T20:26:20.176Z Checking env_logger v0.10.0
20782024-05-10T20:26:20.588Z Checking x509-cert v0.2.4
20792024-05-10T20:26:20.931Z Checking rsa v0.9.2
20802024-05-10T20:26:21.182Z Checking ron v0.8.1
20812024-05-10T20:26:21.600Z Checking hashbrown v0.13.2
20822024-05-10T20:26:21.672Z Checking crc-any v2.4.3
20832024-05-10T20:26:21.902Z Checking path-slash v0.1.5
20842024-05-10T20:26:22.039Z Checking display-error-chain v0.2.0
20852024-05-10T20:26:22.052Z Compiling convert_case v0.4.0
20862024-05-10T20:26:22.143Z Compiling async-recursion v1.1.0
20872024-05-10T20:26:22.176Z Compiling buf-list v1.0.3
20882024-05-10T20:26:22.328Z Checking object v0.30.4
20892024-05-10T20:26:22.346Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20902024-05-10T20:26:22.600Z Checking maplit v1.0.2
20912024-05-10T20:26:22.704Z Checking gethostname v0.4.3
20922024-05-10T20:26:22.839Z Compiling parking_lot_core v0.8.6
20932024-05-10T20:26:22.982Z Compiling derive_more v0.99.17
20942024-05-10T20:26:23.165Z Compiling libefi-sys v0.1.0
20952024-05-10T20:26:23.335Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962024-05-10T20:26:23.817Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20972024-05-10T20:26:23.855Z Checking keccak v0.1.4
20982024-05-10T20:26:23.877Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20992024-05-10T20:26:24.002Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21002024-05-10T20:26:24.104Z Checking parking_lot v0.11.2
21012024-05-10T20:26:24.149Z Checking sha3 v0.10.8
21022024-05-10T20:26:24.333Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21032024-05-10T20:26:24.346Z Checking trust-dns-client v0.22.0
21042024-05-10T20:26:24.425Z Checking toml v0.5.11
21052024-05-10T20:26:24.541Z Checking secrecy v0.8.0
21062024-05-10T20:26:24.559Z Compiling pin-project-internal v1.1.3
21072024-05-10T20:26:24.715Z Checking sled v0.34.7
21082024-05-10T20:26:24.936Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21092024-05-10T20:26:25.595Z Compiling vte_generate_state_changes v0.1.1
21102024-05-10T20:26:25.926Z Checking trust-dns-server v0.22.1
21112024-05-10T20:26:26.295Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21122024-05-10T20:26:26.603Z Checking vte v0.11.1
21132024-05-10T20:26:27.421Z Checking fd-lock v4.0.2
21142024-05-10T20:26:27.597Z Compiling glob v0.3.1
21152024-05-10T20:26:27.818Z Checking pin-project v1.1.3
21162024-05-10T20:26:27.991Z Checking strip-ansi-escapes v0.2.0
21172024-05-10T20:26:28.127Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21182024-05-10T20:26:28.237Z Checking nu-ansi-term v0.50.0
21192024-05-10T20:26:28.253Z Compiling platforms v3.0.2
21202024-05-10T20:26:28.388Z Compiling prettyplease v0.2.19
21212024-05-10T20:26:28.469Z Compiling snafu-derive v0.8.2
21222024-05-10T20:26:28.487Z Checking globset v0.4.13
21232024-05-10T20:26:28.640Z Checking reedline v0.31.0
21242024-05-10T20:26:28.699Z Checking olpc-cjson v0.1.3
21252024-05-10T20:26:28.906Z Checking serde_plain v1.0.2
21262024-05-10T20:26:29.141Z Compiling memoffset v0.7.1
21272024-05-10T20:26:29.194Z Checking typed-path v0.7.0
21282024-05-10T20:26:29.451Z Compiling crunchy v0.2.2
21292024-05-10T20:26:29.711Z Compiling curve25519-dalek v4.1.2
21302024-05-10T20:26:30.214Z Checking fs-err v2.11.0
21312024-05-10T20:26:30.369Z Compiling clang-sys v1.6.1
21322024-05-10T20:26:30.540Z Compiling unicase v2.7.0
21332024-05-10T20:26:30.835Z Checking parse-size v1.0.0
21342024-05-10T20:26:30.998Z Compiling tiny-keccak v2.0.2
21352024-05-10T20:26:31.312Z Checking universal-hash v0.5.1
21362024-05-10T20:26:31.342Z Compiling thiserror-impl-no-std v2.0.2
21372024-05-10T20:26:31.372Z Compiling curve25519-dalek-derive v0.1.0
21382024-05-10T20:26:31.882Z Checking nanorand v0.7.0
21392024-05-10T20:26:31.883Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21402024-05-10T20:26:31.883Z Checking opaque-debug v0.3.0
21412024-05-10T20:26:31.948Z Compiling cfg_aliases v0.1.1
21422024-05-10T20:26:32.006Z Checking signature v1.6.4
21432024-05-10T20:26:32.056Z Compiling salty v0.2.0
21442024-05-10T20:26:32.133Z Checking ed25519 v1.5.3
21452024-05-10T20:26:32.299Z Compiling nix v0.28.0
21462024-05-10T20:26:32.679Z Checking poly1305 v0.8.0
21472024-05-10T20:26:32.732Z Checking flume v0.11.0
21482024-05-10T20:26:33.116Z Compiling ascii-canvas v3.0.0
21492024-05-10T20:26:33.135Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21502024-05-10T20:26:33.632Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21512024-05-10T20:26:33.756Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21522024-05-10T20:26:33.868Z Checking chacha20 v0.9.1
21532024-05-10T20:26:34.090Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
21542024-05-10T20:26:34.373Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-05-10T20:26:34.393Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21562024-05-10T20:26:34.411Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21572024-05-10T20:26:34.632Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21582024-05-10T20:26:35.591Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21592024-05-10T20:26:35.919Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21602024-05-10T20:26:35.997Z Checking snafu v0.8.2
21612024-05-10T20:26:36.490Z Checking tough v0.17.1
21622024-05-10T20:26:36.721Z Checking thiserror-no-std v2.0.2
21632024-05-10T20:26:36.828Z Checking aead v0.5.2
21642024-05-10T20:26:37.166Z Checking serde-big-array v0.5.1
21652024-05-10T20:26:37.385Z Checking kstat-rs v0.2.3
21662024-05-10T20:26:37.539Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21672024-05-10T20:26:37.711Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21682024-05-10T20:26:37.808Z Compiling ena v0.14.2
21692024-05-10T20:26:38.053Z Compiling libloading v0.7.4
21702024-05-10T20:26:38.190Z Compiling diff v0.1.13
21712024-05-10T20:26:38.318Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21722024-05-10T20:26:38.611Z Compiling regex-syntax v0.6.29
21732024-05-10T20:26:38.646Z Compiling bindgen v0.69.2
21742024-05-10T20:26:38.823Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21752024-05-10T20:26:39.009Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21762024-05-10T20:26:39.362Z Checking chacha20poly1305 v0.10.1
21772024-05-10T20:26:39.547Z Checking vsss-rs v3.3.4
21782024-05-10T20:26:40.780Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21792024-05-10T20:26:41.437Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21802024-05-10T20:26:41.622Z Checking signal-hook-tokio v0.3.1
21812024-05-10T20:26:42.154Z Compiling lalrpop v0.19.12
21822024-05-10T20:26:42.154Z Compiling cexpr v0.6.0
21832024-05-10T20:26:42.154Z Checking serde-big-array v0.4.1
21842024-05-10T20:26:42.154Z Compiling which v4.4.0
21852024-05-10T20:26:43.208Z Compiling lazycell v1.3.0
21862024-05-10T20:26:43.208Z Compiling rustc-hash v1.1.0
21872024-05-10T20:26:43.208Z Compiling peeking_take_while v0.1.2
21882024-05-10T20:26:43.208Z Compiling ref-cast v1.0.22
21892024-05-10T20:26:43.208Z Compiling shlex v1.3.0
21902024-05-10T20:26:43.410Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21912024-05-10T20:26:43.434Z Compiling mime_guess v2.0.4
21922024-05-10T20:26:44.450Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21932024-05-10T20:26:44.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21942024-05-10T20:26:45.095Z Compiling derive_builder_core v0.20.0
21952024-05-10T20:26:46.804Z Compiling peg-macros v0.8.2
21962024-05-10T20:26:47.604Z Compiling sqlparser_derive v0.2.2
21972024-05-10T20:26:48.421Z Compiling ref-cast-impl v1.0.22
21982024-05-10T20:26:48.624Z Compiling libxml v0.3.3
21992024-05-10T20:26:48.688Z Checking corncobs v0.1.3
22002024-05-10T20:26:48.853Z Checking unicode_categories v0.1.1
22012024-05-10T20:26:49.117Z Checking rustyline v14.0.0
22022024-05-10T20:26:49.140Z Checking sqlformat v0.2.3
22032024-05-10T20:26:49.810Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22042024-05-10T20:26:50.073Z Checking sqlparser v0.45.0
22052024-05-10T20:26:50.571Z Checking peg v0.8.2
22062024-05-10T20:26:50.623Z Compiling derive_builder_macro v0.20.0
22072024-05-10T20:26:50.716Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22082024-05-10T20:26:50.993Z Checking bcs v0.1.6
22092024-05-10T20:26:51.432Z Compiling strum_macros v0.24.3
22102024-05-10T20:26:51.481Z Compiling cookie v0.18.1
22112024-05-10T20:26:51.782Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22122024-05-10T20:26:52.053Z Checking highway v1.1.0
22132024-05-10T20:26:52.076Z Compiling indoc v1.0.9
22142024-05-10T20:26:52.581Z Checking derive_builder v0.20.0
22152024-05-10T20:26:53.335Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22162024-05-10T20:26:53.635Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22172024-05-10T20:26:53.895Z Checking bb8 v0.8.3
22182024-05-10T20:26:54.346Z Checking quick-xml v0.31.0
22192024-05-10T20:26:55.006Z Compiling const_format_proc_macros v0.2.32
22202024-05-10T20:26:55.139Z Compiling oso-derive v0.27.3
22212024-05-10T20:26:55.473Z Compiling impl-trait-for-tuples v0.2.2
22222024-05-10T20:26:56.309Z Checking http-range v0.1.5
22232024-05-10T20:26:56.413Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22242024-05-10T20:26:56.484Z Checking hyper-staticfile v0.9.5
22252024-05-10T20:26:56.911Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22262024-05-10T20:26:57.288Z Checking const_format v0.2.32
22272024-05-10T20:26:57.766Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22282024-05-10T20:26:57.786Z Checking assert_matches v1.5.0
22292024-05-10T20:26:58.292Z Checking rand_seeder v0.2.3
22302024-05-10T20:26:58.292Z Compiling portable-atomic v1.4.3
22312024-05-10T20:26:59.176Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22322024-05-10T20:26:59.381Z Checking number_prefix v0.4.0
22332024-05-10T20:26:59.572Z Checking castaway v0.2.2
22342024-05-10T20:26:59.657Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22352024-05-10T20:26:59.718Z Checking compact_str v0.7.1
22362024-05-10T20:26:59.991Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22372024-05-10T20:27:00.302Z Checking lru v0.12.1
22382024-05-10T20:27:00.305Z Checking indicatif v0.17.8
22392024-05-10T20:27:00.489Z Compiling stability v0.2.0
22402024-05-10T20:27:00.575Z Checking cassowary v0.3.0
22412024-05-10T20:27:00.996Z Compiling indoc v2.0.3
22422024-05-10T20:27:01.060Z Checking unicode-linebreak v0.1.5
22432024-05-10T20:27:01.077Z Checking smawk v0.3.1
22442024-05-10T20:27:01.259Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22452024-05-10T20:27:01.479Z Checking textwrap v0.16.1
22462024-05-10T20:27:01.518Z Checking is_ci v1.2.0
22472024-05-10T20:27:01.558Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22482024-05-10T20:27:02.047Z Checking supports-color v3.0.0
22492024-05-10T20:27:02.051Z Checking fatfs v0.3.6
22502024-05-10T20:27:02.051Z Checking rtoolbox v0.0.1
22512024-05-10T20:27:02.051Z Checking rpassword v7.3.1
22522024-05-10T20:27:02.088Z Checking ratatui v0.26.2
22532024-05-10T20:27:02.157Z Checking shell-words v1.1.0
22542024-05-10T20:27:02.517Z Checking yansi v0.5.1
22552024-05-10T20:27:02.794Z Checking pretty_assertions v1.4.0
22562024-05-10T20:27:02.800Z Compiling target-lexicon v0.12.13
22572024-05-10T20:27:02.986Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22582024-05-10T20:27:03.268Z Compiling doc-comment v0.3.3
22592024-05-10T20:27:03.301Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22602024-05-10T20:27:03.857Z Compiling guppy-workspace-hack v0.1.0
22612024-05-10T20:27:04.147Z Checking plotters-backend v0.3.5
22622024-05-10T20:27:04.488Z Checking plotters-svg v0.3.5
22632024-05-10T20:27:04.546Z Checking http-body v1.0.0
22642024-05-10T20:27:04.693Z Checking cast v0.3.0
22652024-05-10T20:27:04.797Z Compiling assert_cmd v2.0.14
22662024-05-10T20:27:04.872Z Compiling target-spec v3.1.0
22672024-05-10T20:27:05.042Z Checking tower-layer v0.3.2
22682024-05-10T20:27:05.048Z Checking tui-tree-widget v0.19.0
22692024-05-10T20:27:05.232Z Checking criterion-plot v0.5.0
22702024-05-10T20:27:05.314Z Checking tower v0.4.13
22712024-05-10T20:27:05.358Z Checking cfg-expr v0.15.6
22722024-05-10T20:27:05.484Z Checking hyper v1.1.0
22732024-05-10T20:27:05.698Z Checking plotters v0.3.5
22742024-05-10T20:27:06.192Z Checking tinytemplate v1.2.1
22752024-05-10T20:27:06.221Z Checking cargo-platform v0.1.3
22762024-05-10T20:27:06.525Z Checking anes v0.1.6
22772024-05-10T20:27:06.586Z Checking oorandom v11.1.3
22782024-05-10T20:27:06.679Z Checking hyper-util v0.1.2
22792024-05-10T20:27:06.737Z Checking cargo_metadata v0.18.1
22802024-05-10T20:27:07.229Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22812024-05-10T20:27:07.366Z Checking criterion v0.5.1
22822024-05-10T20:27:07.590Z Checking rustls-native-certs v0.7.0
22832024-05-10T20:27:07.719Z Checking httptest v0.15.5
22842024-05-10T20:27:08.080Z Checking pathdiff v0.2.1
22852024-05-10T20:27:08.233Z Checking nested v0.1.1
22862024-05-10T20:27:08.306Z Checking hyper-rustls v0.26.0
22872024-05-10T20:27:08.403Z Checking escape8259 v0.5.2
22882024-05-10T20:27:08.444Z Checking guppy v0.17.5
22892024-05-10T20:27:08.580Z Checking threadpool v1.8.1
22902024-05-10T20:27:08.778Z Checking libtest-mimic v0.7.2
22912024-05-10T20:27:09.211Z Checking similar-asserts v1.5.0
22922024-05-10T20:27:09.418Z Checking fancy-regex v0.13.0
22932024-05-10T20:27:09.446Z Compiling rstest_macros v0.19.0
22942024-05-10T20:27:10.205Z Checking datatest-stable v0.2.9
22952024-05-10T20:27:10.232Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22962024-05-10T20:27:10.476Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
22972024-05-10T20:27:10.530Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22982024-05-10T20:27:10.769Z Checking csv-core v0.1.11
22992024-05-10T20:27:10.838Z Compiling relative-path v1.9.0
23002024-05-10T20:27:11.120Z Checking constant_time_eq v0.2.6
23012024-05-10T20:27:11.137Z Compiling trybuild v1.0.91
23022024-05-10T20:27:11.228Z Checking blake2b_simd v1.0.1
23032024-05-10T20:27:11.552Z Checking csv v1.3.0
23042024-05-10T20:27:11.946Z Checking multimap v0.10.0
23052024-05-10T20:27:12.028Z Checking futures-timer v3.0.2
23062024-05-10T20:27:12.243Z Checking rust-argon2 v2.1.0
23072024-05-10T20:27:12.643Z Checking partial-io v0.5.4
23082024-05-10T20:27:12.983Z Checking approx v0.5.1
23092024-05-10T20:27:13.202Z Checking uzers v0.11.3
23102024-05-10T20:27:13.426Z Checking termios v0.3.3
23112024-05-10T20:27:13.516Z Checking hex-literal v0.4.1
23122024-05-10T20:27:15.929Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23132024-05-10T20:27:16.669Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23142024-05-10T20:27:16.792Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-05-10T20:27:19.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23162024-05-10T20:27:21.141Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23172024-05-10T20:27:21.597Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23182024-05-10T20:27:25.924Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23192024-05-10T20:27:26.934Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23202024-05-10T20:27:28.305Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23212024-05-10T20:27:28.306Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23222024-05-10T20:27:28.659Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23232024-05-10T20:27:28.754Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23242024-05-10T20:27:29.589Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252024-05-10T20:27:30.167Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23262024-05-10T20:27:30.813Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23272024-05-10T20:27:31.457Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23282024-05-10T20:27:32.158Z Checking rstest v0.19.0
23292024-05-10T20:27:33.172Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23302024-05-10T20:27:33.285Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23312024-05-10T20:27:34.066Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23322024-05-10T20:27:34.095Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23332024-05-10T20:27:35.798Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23342024-05-10T20:27:35.813Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23352024-05-10T20:27:36.568Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23362024-05-10T20:27:36.863Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23372024-05-10T20:27:40.069Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23382024-05-10T20:27:40.382Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23392024-05-10T20:27:41.265Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23402024-05-10T20:27:42.069Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23412024-05-10T20:27:42.929Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23422024-05-10T20:27:44.517Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23432024-05-10T20:27:46.169Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23442024-05-10T20:27:47.318Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23452024-05-10T20:27:53.394Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23462024-05-10T20:27:53.394Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23472024-05-10T20:27:53.859Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23482024-05-10T20:27:56.855Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23492024-05-10T20:27:57.909Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23502024-05-10T20:27:58.349Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23512024-05-10T20:27:59.657Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23522024-05-10T20:28:06.212Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23532024-05-10T20:28:06.901Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23542024-05-10T20:28:07.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23552024-05-10T20:28:14.850Z Compiling samael v0.0.15
23562024-05-10T20:28:29.351Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23572024-05-10T20:28:31.566Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23582024-05-10T20:28:35.254Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23592024-05-10T20:28:49.190Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23602024-05-10T20:29:00.620Z Compiling polar-core v0.27.3
23612024-05-10T20:29:09.033Z Checking oso v0.27.3
23622024-05-10T20:29:35.656Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23632024-05-10T20:29:35.666Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23642024-05-10T20:29:35.667Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23652024-05-10T20:30:36.081Z Finished dev [unoptimized + debuginfo] target(s) in 6m 41s
23662024-05-10T20:30:36.329Z
23672024-05-10T20:30:36.335Zreal 7:30.790158255
23682024-05-10T20:30:36.335Zuser 38:15.772305436
23692024-05-10T20:30:36.335Zsys 6:45.070886563
23702024-05-10T20:30:36.335Ztrap 1.027021416
23712024-05-10T20:30:36.335Ztflt 8.322210613
23722024-05-10T20:30:36.336Zdflt 7.439057399
23732024-05-10T20:30:36.336Zkflt 0.018737007
23742024-05-10T20:30:36.336Zlock 58:16.846805017
23752024-05-10T20:30:36.336Zslp 1:57:11.572776708
23762024-05-10T20:30:36.336Zlat 1:45.195805657
23772024-05-10T20:30:36.336Zstop 4:23.931815546
23782024-05-10T20:30:37.218Zwarning: output filename collision.
23792024-05-10T20:30:37.218ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23802024-05-10T20:30:37.218ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23812024-05-10T20:30:37.218ZThe targets should have unique names.
23822024-05-10T20:30:37.219ZThis is a known bug where multiple crates with the same name use
23832024-05-10T20:30:37.219Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23842024-05-10T20:30:37.219Zwarning: output filename collision.
23852024-05-10T20:30:37.219ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23862024-05-10T20:30:37.219ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23872024-05-10T20:30:37.219ZThe targets should have unique names.
23882024-05-10T20:30:37.219ZThis is a known bug where multiple crates with the same name use
23892024-05-10T20:30:37.219Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23902024-05-10T20:30:37.226Zwarning: output filename collision.
23912024-05-10T20:30:37.226ZThe 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)`.
23922024-05-10T20:30:37.226ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23932024-05-10T20:30:37.226ZThe targets should have unique names.
23942024-05-10T20:30:37.226ZThis is a known bug where multiple crates with the same name use
23952024-05-10T20:30:37.226Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23962024-05-10T20:30:37.226Zwarning: output filename collision.
23972024-05-10T20:30:37.226ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
23982024-05-10T20:30:37.226ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23992024-05-10T20:30:37.226ZThe targets should have unique names.
24002024-05-10T20:30:37.226ZThis is a known bug where multiple crates with the same name use
24012024-05-10T20:30:37.226Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24022024-05-10T20:30:37.227Zwarning: output filename collision.
24032024-05-10T20:30:37.227ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24042024-05-10T20:30:37.227ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24052024-05-10T20:30:37.227ZThe targets should have unique names.
24062024-05-10T20:30:37.227ZThis is a known bug where multiple crates with the same name use
24072024-05-10T20:30:37.227Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24082024-05-10T20:30:37.227Zwarning: output filename collision.
24092024-05-10T20:30:37.227ZThe 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)`.
24102024-05-10T20:30:37.227ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24112024-05-10T20:30:37.227ZThe targets should have unique names.
24122024-05-10T20:30:37.227ZThis is a known bug where multiple crates with the same name use
24132024-05-10T20:30:37.227Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24142024-05-10T20:30:37.227Zwarning: output filename collision.
24152024-05-10T20:30:37.227ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24162024-05-10T20:30:37.227ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24172024-05-10T20:30:37.227ZThe targets should have unique names.
24182024-05-10T20:30:37.227ZThis is a known bug where multiple crates with the same name use
24192024-05-10T20:30:37.227Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24202024-05-10T20:30:37.227Zwarning: output filename collision.
24212024-05-10T20:30:37.227ZThe 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)`.
24222024-05-10T20:30:37.227ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24232024-05-10T20:30:37.228ZThe targets should have unique names.
24242024-05-10T20:30:37.228ZThis is a known bug where multiple crates with the same name use
24252024-05-10T20:30:37.228Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24262024-05-10T20:30:37.228Zwarning: output filename collision.
24272024-05-10T20:30:37.228ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24282024-05-10T20:30:37.228ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24292024-05-10T20:30:37.228ZThe targets should have unique names.
24302024-05-10T20:30:37.228ZThis is a known bug where multiple crates with the same name use
24312024-05-10T20:30:37.228Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24322024-05-10T20:30:37.731Z Documenting libc v0.2.153
24332024-05-10T20:30:37.775Z Documenting cfg-if v1.0.0
24342024-05-10T20:30:37.790Z Documenting serde_derive v1.0.199
24352024-05-10T20:30:37.822Z Documenting log v0.4.21
24362024-05-10T20:30:37.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24372024-05-10T20:30:37.853Z Documenting memchr v2.7.1
24382024-05-10T20:30:37.867Z Documenting byteorder v1.5.0
24392024-05-10T20:30:37.881Z Documenting smallvec v1.13.1
24402024-05-10T20:30:38.119Z Documenting itoa v1.0.9
24412024-05-10T20:30:40.892Z Documenting scopeguard v1.2.0
24422024-05-10T20:30:41.395Z Documenting pin-project-lite v0.2.13
24432024-05-10T20:30:41.619Z Documenting once_cell v1.19.0
24442024-05-10T20:30:42.206Z Documenting libm v0.2.7
24452024-05-10T20:30:42.332Z Documenting zeroize_derive v1.4.2
24462024-05-10T20:30:42.466Z Documenting thiserror-impl v1.0.59
24472024-05-10T20:30:42.531Z Documenting getrandom v0.2.12
24482024-05-10T20:30:44.099Z Documenting lock_api v0.4.10
24492024-05-10T20:30:44.363Z Documenting parking_lot_core v0.9.8
24502024-05-10T20:30:45.731Z Documenting serde v1.0.199
24512024-05-10T20:30:46.037Z Documenting num-traits v0.2.18
24522024-05-10T20:30:46.187Z Documenting signal-hook-registry v1.4.1
24532024-05-10T20:30:46.492Z Documenting rand_core v0.6.4
24542024-05-10T20:30:47.186Z Documenting mio v0.8.11
24552024-05-10T20:30:47.938Z Documenting zeroize v1.7.0
24562024-05-10T20:30:48.587Z Documenting thiserror v1.0.59
24572024-05-10T20:30:49.385Z Documenting parking_lot v0.12.1
24582024-05-10T20:30:50.422Z Documenting futures-core v0.3.30
24592024-05-10T20:30:50.748Z Documenting ryu v1.0.15
24602024-05-10T20:30:50.831Z Documenting num_cpus v1.16.0
24612024-05-10T20:30:51.657Z Documenting socket2 v0.5.6
24622024-05-10T20:30:52.286Z Documenting tokio-macros v2.2.0
24632024-05-10T20:30:53.239Z Documenting zerocopy v0.7.32
24642024-05-10T20:30:54.007Z Documenting futures-sink v0.3.30
24652024-05-10T20:30:54.396Z Documenting typenum v1.16.0
24662024-05-10T20:30:55.017Z Documenting pin-utils v0.1.0
24672024-05-10T20:30:55.419Z Documenting subtle v2.5.0
24682024-05-10T20:30:57.058Z Documenting slab v0.4.9
24692024-05-10T20:30:57.980Z Documenting futures-macro v0.3.30
24702024-05-10T20:31:00.004Z Documenting futures-channel v0.3.30
24712024-05-10T20:31:06.338Z Documenting bytes v1.6.0
24722024-05-10T20:31:08.231Z Documenting bitflags v2.4.2
24732024-05-10T20:31:08.529Z Documenting serde_json v1.0.116
24742024-05-10T20:31:08.541Z Documenting futures-io v0.3.30
24752024-05-10T20:31:08.572Z Documenting futures-task v0.3.30
24762024-05-10T20:31:08.631Z Documenting iana-time-zone v0.1.57
24772024-05-10T20:31:08.858Z Documenting uuid v1.8.0
24782024-05-10T20:31:09.487Z Documenting generic-array v0.14.7
24792024-05-10T20:31:10.229Z Documenting tokio v1.37.0
24802024-05-10T20:31:13.304Z Documenting chrono v0.4.38
24812024-05-10T20:31:13.330Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24822024-05-10T20:31:13.379Z Documenting futures-util v0.3.30
24832024-05-10T20:31:13.457Z Documenting ahash v0.8.8
24842024-05-10T20:31:13.573Z Documenting allocator-api2 v0.2.16
24852024-05-10T20:31:14.144Z Documenting tinyvec_macros v0.1.1
24862024-05-10T20:31:14.354Z Documenting crypto-common v0.1.6
24872024-05-10T20:31:17.288Z Documenting const-oid v0.9.6
24882024-05-10T20:31:17.580Z Documenting tinyvec v1.6.0
24892024-05-10T20:31:18.757Z Documenting hashbrown v0.14.3
24902024-05-10T20:31:19.426Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912024-05-10T20:31:19.616Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24922024-05-10T20:31:20.157Z Documenting tracing-core v0.1.32
24932024-05-10T20:31:20.405Z Documenting serde_derive_internals v0.29.0
24942024-05-10T20:31:21.652Z Checking serde_derive_internals v0.29.0
24952024-05-10T20:31:22.228Z Documenting tracing-attributes v0.1.27
24962024-05-10T20:31:22.857Z Documenting dyn-clone v1.0.17
24972024-05-10T20:31:23.923Z Documenting unicode-normalization v0.1.22
24982024-05-10T20:31:24.338Z Documenting ppv-lite86 v0.2.17
24992024-05-10T20:31:25.008Z Documenting unicode-bidi v0.3.15
25002024-05-10T20:31:26.626Z Documenting lazy_static v1.4.0
25012024-05-10T20:31:27.283Z Documenting schemars_derive v0.8.17
25022024-05-10T20:31:28.094Z Documenting rand_chacha v0.3.1
25032024-05-10T20:31:28.799Z Documenting percent-encoding v2.3.1
25042024-05-10T20:31:29.176Z Documenting block-buffer v0.10.4
25052024-05-10T20:31:29.330Z Documenting fnv v1.0.7
25062024-05-10T20:31:29.634Z Documenting powerfmt v0.2.0
25072024-05-10T20:31:32.656Z Documenting equivalent v1.0.1
25082024-05-10T20:31:33.117Z Documenting rand v0.8.5
25092024-05-10T20:31:33.432Z Documenting digest v0.10.7
25102024-05-10T20:31:33.475Z Documenting deranged v0.3.11
25112024-05-10T20:31:33.866Z Documenting schemars v0.8.17
25122024-05-10T20:31:34.102Z Documenting form_urlencoded v1.2.1
25132024-05-10T20:31:36.198Z Documenting indexmap v2.2.6
25142024-05-10T20:31:36.434Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152024-05-10T20:31:38.042Z Documenting time-macros v0.2.17
25162024-05-10T20:31:38.114Z Documenting time-core v0.1.2
25172024-05-10T20:31:39.161Z Documenting num_threads v0.1.6
25182024-05-10T20:31:40.635Z Documenting tracing v0.1.40
25192024-05-10T20:31:43.756Z Documenting num-conv v0.1.0
25202024-05-10T20:31:48.290Z Documenting unicode-width v0.1.11
25212024-05-10T20:31:48.351Z Documenting idna v0.5.0
25222024-05-10T20:31:48.432Z Documenting errno v0.3.8
25232024-05-10T20:31:48.481Z Documenting unicode-ident v1.0.12
25242024-05-10T20:31:48.523Z Documenting time v0.3.34
25252024-05-10T20:31:48.742Z Documenting adler v1.0.2
25262024-05-10T20:31:49.048Z Documenting slog v2.7.0
25272024-05-10T20:31:51.761Z Documenting httparse v1.8.0
25282024-05-10T20:31:51.961Z Documenting proc-macro2 v1.0.81
25292024-05-10T20:31:52.025Z Documenting miniz_oxide v0.7.1
25302024-05-10T20:31:52.682Z Documenting url v2.5.0
25312024-05-10T20:31:53.135Z Documenting rustix v0.38.31
25322024-05-10T20:31:53.258Z Documenting cpufeatures v0.2.12
25332024-05-10T20:31:54.653Z Documenting async-trait v0.1.80
25342024-05-10T20:31:55.682Z Documenting try-lock v0.2.4
25352024-05-10T20:31:56.670Z Documenting httpdate v1.0.3
25362024-05-10T20:31:56.813Z Documenting http-body v0.4.5
25372024-05-10T20:31:57.189Z Documenting openssl-sys v0.9.102
25382024-05-10T20:31:57.311Z Documenting quote v1.0.36
25392024-05-10T20:31:59.100Z Documenting tokio-util v0.7.10
25402024-05-10T20:31:59.121Z Documenting want v0.3.1
25412024-05-10T20:32:00.627Z Documenting aho-corasick v1.1.2
25422024-05-10T20:32:01.244Z Documenting openssl-macros v0.1.1
25432024-05-10T20:32:01.377Z Documenting tower-service v0.3.2
25442024-05-10T20:32:02.102Z Documenting syn v2.0.60
25452024-05-10T20:32:02.284Z Documenting regex-syntax v0.8.2
25462024-05-10T20:32:03.886Z Documenting mime v0.3.17
25472024-05-10T20:32:04.157Z Documenting gimli v0.28.0
25482024-05-10T20:32:05.587Z Documenting h2 v0.3.26
25492024-05-10T20:32:06.033Z Documenting object v0.32.1
25502024-05-10T20:32:06.199Z Documenting ipnet v2.9.0
25512024-05-10T20:32:06.877Z Documenting openssl v0.10.64
25522024-05-10T20:32:09.304Z Documenting rustc-demangle v0.1.23
25532024-05-10T20:32:09.310Z Documenting regex-automata v0.4.5
25542024-05-10T20:32:10.258Z Documenting openssl-probe v0.1.5
25552024-05-10T20:32:10.813Z Documenting addr2line v0.21.0
25562024-05-10T20:32:12.340Z Documenting base64ct v1.6.0
25572024-05-10T20:32:14.554Z Documenting futures-executor v0.3.30
25582024-05-10T20:32:15.005Z Documenting encoding_rs v0.8.33
25592024-05-10T20:32:16.505Z Documenting hyper v0.14.28
25602024-05-10T20:32:16.590Z Documenting native-tls v0.2.11
25612024-05-10T20:32:16.770Z Documenting psl-types v2.0.11
25622024-05-10T20:32:17.891Z Documenting backtrace v0.3.69
25632024-05-10T20:32:18.176Z Documenting regex v1.10.4
25642024-05-10T20:32:19.695Z Documenting serde_urlencoded v0.7.1
25652024-05-10T20:32:19.870Z Documenting crossbeam-utils v0.8.19
25662024-05-10T20:32:20.144Z Documenting publicsuffix v2.2.3
25672024-05-10T20:32:22.799Z Documenting tokio-native-tls v0.3.1
25682024-05-10T20:32:23.136Z Documenting anyhow v1.0.82
25692024-05-10T20:32:23.582Z Documenting utf8parse v0.2.1
25702024-05-10T20:32:24.351Z Documenting cookie_store v0.20.0
25712024-05-10T20:32:25.169Z Documenting futures v0.3.30
25722024-05-10T20:32:25.197Z Documenting pem-rfc7468 v0.7.0
25732024-05-10T20:32:25.574Z Checking pest_meta v2.7.6
25742024-05-10T20:32:26.463Z Documenting der_derive v0.7.2
25752024-05-10T20:32:27.046Z Documenting sync_wrapper v0.1.2
25762024-05-10T20:32:27.381Z Documenting webpki-roots v0.25.2
25772024-05-10T20:32:28.281Z Documenting flagset v0.4.3
25782024-05-10T20:32:29.241Z Documenting num-integer v0.1.46
25792024-05-10T20:32:29.287Z Documenting hyper-tls v0.5.0
25802024-05-10T20:32:29.963Z Documenting hyper-rustls v0.24.2
25812024-05-10T20:32:29.997Z Documenting pest_meta v2.7.6
25822024-05-10T20:32:31.716Z Documenting scroll_derive v0.12.0
25832024-05-10T20:32:32.944Z Checking pest_generator v2.7.6
25842024-05-10T20:32:33.007Z Documenting openapiv3 v2.0.0
25852024-05-10T20:32:33.194Z Documenting der v0.7.8
25862024-05-10T20:32:33.643Z Documenting ucd-trie v0.1.6
25872024-05-10T20:32:34.170Z Documenting plain v0.2.3
25882024-05-10T20:32:35.069Z Documenting pest_generator v2.7.6
25892024-05-10T20:32:36.877Z Documenting spin v0.9.8
25902024-05-10T20:32:37.055Z Documenting reqwest v0.11.27
25912024-05-10T20:32:37.070Z Documenting pretty-hex v0.4.1
25922024-05-10T20:32:37.574Z Documenting scroll v0.12.0
25932024-05-10T20:32:38.201Z Documenting pest v2.7.6
25942024-05-10T20:32:38.340Z Documenting spki v0.7.2
25952024-05-10T20:32:39.899Z Documenting either v1.11.0
25962024-05-10T20:32:39.957Z Documenting anstyle v1.0.6
25972024-05-10T20:32:40.187Z Documenting pest_derive v2.7.6
25982024-05-10T20:32:40.690Z Documenting anstyle-parse v0.2.1
25992024-05-10T20:32:42.374Z Documenting goblin v0.8.0
26002024-05-10T20:32:42.983Z Documenting pkcs8 v0.10.2
26012024-05-10T20:32:43.443Z Documenting thread-id v4.2.0
26022024-05-10T20:32:43.744Z Documenting anstyle-query v1.0.0
26032024-05-10T20:32:44.451Z Documenting colorchoice v1.0.0
26042024-05-10T20:32:44.852Z Documenting data-encoding v2.4.0
26052024-05-10T20:32:45.513Z Documenting dtrace-parser v0.2.0
26062024-05-10T20:32:46.904Z Documenting crossbeam-epoch v0.9.18
26072024-05-10T20:32:47.959Z Documenting terminal_size v0.3.0
26082024-05-10T20:32:48.265Z Documenting sha2 v0.10.8
26092024-05-10T20:32:48.412Z Documenting ipnetwork v0.20.0
26102024-05-10T20:32:48.423Z Documenting anstream v0.6.11
26112024-05-10T20:32:48.782Z Documenting hex v0.4.3
26122024-05-10T20:32:50.421Z Documenting crc32fast v1.3.2
26132024-05-10T20:32:50.874Z Documenting dof v0.3.0
26142024-05-10T20:32:52.065Z Documenting untrusted v0.9.0
26152024-05-10T20:32:52.917Z Documenting strsim v0.11.0
26162024-05-10T20:32:53.404Z Documenting clap_lex v0.7.0
26172024-05-10T20:32:53.415Z Documenting unicode-segmentation v1.10.1
26182024-05-10T20:32:53.948Z Documenting num-iter v0.1.44
26192024-05-10T20:32:54.012Z Documenting hmac v0.12.1
26202024-05-10T20:32:55.127Z Documenting signal-hook v0.3.17
26212024-05-10T20:32:55.483Z Documenting ring v0.17.8
26222024-05-10T20:32:56.127Z Documenting usdt-impl v0.5.0
26232024-05-10T20:32:57.205Z Documenting clap_derive v4.5.4
26242024-05-10T20:32:57.488Z Documenting static_assertions v1.1.0
26252024-05-10T20:32:57.908Z Documenting clap_builder v4.5.2
26262024-05-10T20:32:58.463Z Documenting base64 v0.22.0
26272024-05-10T20:32:58.610Z Documenting flate2 v1.0.28
26282024-05-10T20:33:00.304Z Documenting managed v0.8.0
26292024-05-10T20:33:00.542Z Documenting signal-hook-mio v0.2.3
26302024-05-10T20:33:01.251Z Documenting enum-as-inner v0.5.1
26312024-05-10T20:33:02.236Z Documenting block-padding v0.3.3
26322024-05-10T20:33:02.772Z Documenting scheduled-thread-pool v0.2.7
26332024-05-10T20:33:03.344Z Documenting bzip2-sys v0.1.11+1.0.8
26342024-05-10T20:33:03.623Z Documenting diesel_table_macro_syntax v0.1.0
26352024-05-10T20:33:03.970Z Checking diesel_table_macro_syntax v0.1.0
26362024-05-10T20:33:04.138Z Documenting md-5 v0.10.5
26372024-05-10T20:33:04.688Z Documenting clap v4.5.4
26382024-05-10T20:33:05.606Z Documenting crossterm v0.27.0
26392024-05-10T20:33:06.524Z Documenting inout v0.1.3
26402024-05-10T20:33:06.838Z Documenting trust-dns-proto v0.22.0
26412024-05-10T20:33:07.811Z Documenting r2d2 v0.8.10
26422024-05-10T20:33:08.306Z Documenting bzip2 v0.4.4
26432024-05-10T20:33:09.095Z Documenting stringprep v0.1.3
26442024-05-10T20:33:09.372Z Documenting diesel_derives v2.1.2
26452024-05-10T20:33:11.805Z Documenting regress v0.9.1
26462024-05-10T20:33:11.850Z Documenting ff v0.13.0
26472024-05-10T20:33:11.850Z Documenting toml_datetime v0.6.5
26482024-05-10T20:33:12.894Z Documenting serde_spanned v0.6.5
26492024-05-10T20:33:13.292Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26502024-05-10T20:33:14.031Z Documenting winnow v0.6.1
26512024-05-10T20:33:15.264Z Documenting base16ct v0.2.0
26522024-05-10T20:33:15.646Z Documenting bit-vec v0.6.3
26532024-05-10T20:33:15.963Z Documenting siphasher v0.3.11
26542024-05-10T20:33:17.592Z Documenting fallible-iterator v0.2.0
26552024-05-10T20:33:17.881Z Documenting group v0.13.0
26562024-05-10T20:33:18.102Z Documenting zip v0.6.6
26572024-05-10T20:33:18.186Z Documenting diesel v2.1.6
26582024-05-10T20:33:18.476Z Documenting sec1 v0.7.3
26592024-05-10T20:33:19.419Z Documenting phf_shared v0.11.2
26602024-05-10T20:33:19.576Z Documenting cipher v0.4.4
26612024-05-10T20:33:20.496Z Documenting toml_edit v0.22.12
26622024-05-10T20:33:22.135Z Documenting hkdf v0.12.4
26632024-05-10T20:33:22.610Z Documenting postgres-protocol v0.6.6
26642024-05-10T20:33:23.596Z Documenting num-bigint v0.4.4
26652024-05-10T20:33:31.880Z Documenting bstr v1.9.0
26662024-05-10T20:33:32.515Z Documenting console v0.15.8
26672024-05-10T20:33:40.198Z Documenting crypto-bigint v0.5.2
26682024-05-10T20:33:40.359Z Documenting hubpack v0.1.2
26692024-05-10T20:33:40.430Z Documenting serde_repr v0.1.16
26702024-05-10T20:33:40.550Z Checking strsim v0.10.0
26712024-05-10T20:33:40.753Z Documenting fixedbitset v0.4.2
26722024-05-10T20:33:41.118Z Checking unsafe-libyaml v0.2.10
26732024-05-10T20:33:41.219Z Documenting precomputed-hash v0.1.1
26742024-05-10T20:33:41.401Z Documenting new_debug_unreachable v1.0.4
26752024-05-10T20:33:42.255Z Documenting lalrpop-util v0.19.12
26762024-05-10T20:33:42.742Z Documenting minimal-lexical v0.2.1
26772024-05-10T20:33:44.063Z Checking ident_case v1.0.1
26782024-05-10T20:33:44.211Z Documenting heck v0.5.0
26792024-05-10T20:33:44.770Z Documenting petgraph v0.6.4
26802024-05-10T20:33:44.783Z Documenting yasna v0.5.2
26812024-05-10T20:33:54.075Z Documenting string_cache v0.8.7
26822024-05-10T20:33:54.176Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26832024-05-10T20:33:54.286Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
26842024-05-10T20:33:54.435Z Documenting postgres-types v0.2.6
26852024-05-10T20:33:54.501Z Documenting nom v7.1.3
26862024-05-10T20:33:54.752Z Documenting phf v0.11.2
26872024-05-10T20:33:55.001Z Documenting elliptic-curve v0.13.8
26882024-05-10T20:33:55.868Z Documenting similar v2.4.0
26892024-05-10T20:33:59.415Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
26902024-05-10T20:33:59.710Z Documenting semver v1.0.22
26912024-05-10T20:34:00.338Z Documenting float-cmp v0.9.0
26922024-05-10T20:34:00.710Z Documenting unsafe-libyaml v0.2.10
26932024-05-10T20:34:01.335Z Documenting whoami v1.5.1
26942024-05-10T20:34:01.877Z Documenting difflib v0.4.0
26952024-05-10T20:34:02.132Z Documenting predicates-core v1.0.6
26962024-05-10T20:34:11.901Z Documenting peg-runtime v0.8.2
26972024-05-10T20:34:12.101Z Documenting normalize-line-endings v0.3.0
26982024-05-10T20:34:12.269Z Documenting serde_yaml v0.9.25
26992024-05-10T20:34:12.272Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
27002024-05-10T20:34:12.420Z Documenting tokio-postgres v0.7.10
27012024-05-10T20:34:12.527Z Checking darling_core v0.20.8
27022024-05-10T20:34:12.679Z Checking serde_yaml v0.9.25
27032024-05-10T20:34:12.830Z Documenting bit-set v0.5.3
27042024-05-10T20:34:14.336Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27052024-05-10T20:34:14.454Z Documenting getopts v0.2.21
27062024-05-10T20:34:16.611Z Documenting tokio-stream v0.1.15
27072024-05-10T20:34:16.977Z Documenting predicates v3.1.0
27082024-05-10T20:34:17.295Z Documenting ident_case v1.0.1
27092024-05-10T20:34:18.459Z Checking darling v0.20.8
27102024-05-10T20:34:18.565Z Documenting is-terminal v0.4.9
27112024-05-10T20:34:18.691Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27122024-05-10T20:34:19.158Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27132024-05-10T20:34:21.651Z Documenting strum v0.26.2
27142024-05-10T20:34:21.900Z Documenting darling_core v0.20.8
27152024-05-10T20:34:22.361Z Documenting dirs-sys-next v0.1.2
27162024-05-10T20:34:22.920Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172024-05-10T20:34:23.013Z Documenting match_cfg v0.1.0
27182024-05-10T20:34:23.240Z Documenting sha1 v0.10.6
27192024-05-10T20:34:26.307Z Documenting http v1.0.0
27202024-05-10T20:34:26.357Z Documenting hostname v0.3.1
27212024-05-10T20:34:26.695Z Documenting camino v1.1.6
27222024-05-10T20:34:27.396Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
27232024-05-10T20:34:27.400Z Documenting dirs-next v2.0.0
27242024-05-10T20:34:27.586Z Documenting paste v1.0.14
27252024-05-10T20:34:27.830Z Documenting thread_local v1.1.7
27262024-05-10T20:34:30.661Z Documenting darling_macro v0.20.8
27272024-05-10T20:34:31.240Z Documenting rustls-pki-types v1.3.0
27282024-05-10T20:34:31.834Z Documenting crossbeam-channel v0.5.8
27292024-05-10T20:34:32.279Z Documenting take_mut v0.2.2
27302024-05-10T20:34:32.354Z Documenting term v0.7.0
27312024-05-10T20:34:32.527Z Documenting slog-json v2.6.1
27322024-05-10T20:34:32.550Z Documenting async-stream-impl v0.3.5
27332024-05-10T20:34:35.805Z Documenting darling v0.20.8
27342024-05-10T20:34:36.126Z Documenting rustls-webpki v0.102.1
27352024-05-10T20:34:37.062Z Documenting atomic-waker v1.1.1
27362024-05-10T20:34:37.080Z Documenting slog-async v2.8.0
27372024-05-10T20:34:37.390Z Documenting slog-term v2.9.1
27382024-05-10T20:34:37.890Z Documenting debug-ignore v1.0.5
27392024-05-10T20:34:38.179Z Documenting async-stream v0.3.5
27402024-05-10T20:34:45.450Z Documenting waitgroup v0.1.2
27412024-05-10T20:34:45.523Z Documenting slog-bunyan v2.5.0
27422024-05-10T20:34:45.523Z Documenting rustls-pemfile v2.1.2
27432024-05-10T20:34:45.523Z Documenting rustls v0.22.4
27442024-05-10T20:34:45.523Z Documenting multer v3.0.0
27452024-05-10T20:34:45.523Z Documenting toml v0.8.12
27462024-05-10T20:34:45.523Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27472024-05-10T20:34:45.523Z Documenting serde_path_to_error v0.1.16
27482024-05-10T20:34:45.523Z Documenting serde_with_macros v3.7.0
27492024-05-10T20:34:45.523Z Documenting structmeta-derive v0.3.0
27502024-05-10T20:34:45.948Z Documenting newtype-uuid v1.1.0
27512024-05-10T20:34:47.613Z Checking structmeta v0.3.0
27522024-05-10T20:34:47.617Z Documenting instant v0.1.12
27532024-05-10T20:34:47.870Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27542024-05-10T20:34:48.398Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27552024-05-10T20:34:48.982Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27562024-05-10T20:34:50.963Z Documenting tokio-rustls v0.25.0
27572024-05-10T20:34:51.545Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27582024-05-10T20:34:51.654Z Documenting serde_with v3.7.0
27592024-05-10T20:34:51.831Z Documenting structmeta v0.3.0
27602024-05-10T20:34:52.291Z Documenting backoff v0.4.0
27612024-05-10T20:34:53.469Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622024-05-10T20:34:56.563Z Documenting parse-display-derive v0.9.0
27632024-05-10T20:34:56.724Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27642024-05-10T20:34:57.073Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27652024-05-10T20:34:57.299Z Documenting macaddr v1.0.1
27662024-05-10T20:34:58.067Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27672024-05-10T20:34:58.870Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27682024-05-10T20:35:01.582Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692024-05-10T20:35:01.796Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27702024-05-10T20:35:02.425Z Documenting parse-display v0.9.0
27712024-05-10T20:35:02.473Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27722024-05-10T20:35:02.598Z Documenting fastrand v2.0.1
27732024-05-10T20:35:02.651Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27742024-05-10T20:35:02.852Z Checking proc-macro-crate v1.3.1
27752024-05-10T20:35:02.927Z Documenting proc-macro-crate v1.3.1
27762024-05-10T20:35:03.073Z Documenting foreign-types-macros v0.2.3
27772024-05-10T20:35:03.688Z Documenting foreign-types-shared v0.3.1
27782024-05-10T20:35:03.953Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27792024-05-10T20:35:04.919Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27802024-05-10T20:35:06.974Z Documenting cstr-argument v0.1.2
27812024-05-10T20:35:07.250Z Documenting tempfile v3.10.1
27822024-05-10T20:35:07.682Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27832024-05-10T20:35:08.303Z Documenting num_enum_derive v0.5.11
27842024-05-10T20:35:08.447Z Documenting tabwriter v1.4.0
27852024-05-10T20:35:08.849Z Documenting foreign-types v0.5.0
27862024-05-10T20:35:09.791Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27872024-05-10T20:35:10.475Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27882024-05-10T20:35:11.693Z Documenting colored v2.1.0
27892024-05-10T20:35:12.125Z Documenting camino-tempfile v1.1.1
27902024-05-10T20:35:12.893Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27912024-05-10T20:35:13.185Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27922024-05-10T20:35:13.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27932024-05-10T20:35:13.617Z Documenting hash32 v0.3.1
27942024-05-10T20:35:14.930Z Documenting num_enum v0.5.11
27952024-05-10T20:35:16.505Z Documenting stable_deref_trait v1.2.0
27962024-05-10T20:35:16.947Z Documenting smf v0.2.3
27972024-05-10T20:35:17.683Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27982024-05-10T20:35:17.701Z Documenting cobs v0.2.3
27992024-05-10T20:35:17.878Z Documenting embedded-io v0.4.0
28002024-05-10T20:35:18.038Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28012024-05-10T20:35:19.630Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28022024-05-10T20:35:19.742Z Documenting heapless v0.8.0
28032024-05-10T20:35:20.688Z Documenting crucible-workspace-hack v0.1.0
28042024-05-10T20:35:21.381Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28052024-05-10T20:35:22.423Z Documenting postcard v1.0.8
28062024-05-10T20:35:22.440Z Documenting memmap v0.7.0
28072024-05-10T20:35:24.594Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28082024-05-10T20:35:24.787Z Documenting smoltcp v0.11.0
28092024-05-10T20:35:25.370Z Documenting newline-converter v0.3.0
28102024-05-10T20:35:26.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28112024-05-10T20:35:27.276Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28122024-05-10T20:35:27.476Z Documenting usdt v0.5.0
28132024-05-10T20:35:27.896Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28142024-05-10T20:35:28.394Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28152024-05-10T20:35:28.523Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28162024-05-10T20:35:30.189Z Documenting sigpipe v0.1.3
28172024-05-10T20:35:30.293Z Documenting expectorate v1.1.0
28182024-05-10T20:35:30.401Z Documenting num-derive v0.4.0
28192024-05-10T20:35:31.208Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28202024-05-10T20:35:31.702Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28212024-05-10T20:35:33.373Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28222024-05-10T20:35:33.884Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28232024-05-10T20:35:34.395Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28242024-05-10T20:35:34.741Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28252024-05-10T20:35:34.872Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28262024-05-10T20:35:35.084Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28272024-05-10T20:35:35.561Z Documenting password-hash v0.5.0
28282024-05-10T20:35:36.401Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28292024-05-10T20:35:38.677Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28302024-05-10T20:35:38.784Z Documenting blake2 v0.10.6
28312024-05-10T20:35:39.140Z Documenting linked-hash-map v0.5.6
28322024-05-10T20:35:40.095Z Documenting proc-macro-error-attr v1.0.4
28332024-05-10T20:35:40.505Z Documenting humantime v2.1.0
28342024-05-10T20:35:42.331Z Checking proc-macro-error v1.0.4
28352024-05-10T20:35:42.586Z Documenting bytecount v0.6.3
28362024-05-10T20:35:43.831Z Documenting lru-cache v0.1.2
28372024-05-10T20:35:43.975Z Documenting argon2 v0.5.3
28382024-05-10T20:35:44.581Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28392024-05-10T20:35:45.032Z Documenting derive-where v1.2.7
28402024-05-10T20:35:45.058Z Documenting proc-macro-error v1.0.4
28412024-05-10T20:35:45.232Z Documenting swrite v0.1.0
28422024-05-10T20:35:45.915Z Documenting papergrid v0.11.0
28432024-05-10T20:35:46.394Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28442024-05-10T20:35:48.631Z Documenting newtype_derive v0.1.6
28452024-05-10T20:35:48.876Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28462024-05-10T20:35:49.177Z Documenting itertools v0.12.1
28472024-05-10T20:35:49.775Z Documenting tabled_derive v0.7.0
28482024-05-10T20:35:50.159Z Documenting quick-error v1.2.3
28492024-05-10T20:35:51.626Z Documenting arc-swap v1.6.0
28502024-05-10T20:35:52.093Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-05-10T20:35:52.474Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28522024-05-10T20:35:53.273Z Documenting steno v0.4.0
28532024-05-10T20:35:54.934Z Documenting resolv-conf v0.7.0
28542024-05-10T20:35:55.236Z Documenting tabled v0.15.0
28552024-05-10T20:35:56.633Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28562024-05-10T20:35:56.792Z Documenting slog-scope v4.4.0
28572024-05-10T20:35:57.435Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28582024-05-10T20:35:57.564Z Documenting num-rational v0.4.1
28592024-05-10T20:35:59.802Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28602024-05-10T20:35:59.993Z Documenting trust-dns-resolver v0.22.0
28612024-05-10T20:36:01.688Z Documenting slog-stdlog v4.1.1
28622024-05-10T20:36:01.992Z Documenting num-complex v0.4.5
28632024-05-10T20:36:02.434Z Documenting filetime v0.2.23
28642024-05-10T20:36:03.353Z Documenting xattr v1.0.1
28652024-05-10T20:36:06.760Z Documenting tap v1.0.1
28662024-05-10T20:36:06.763Z Documenting slog-envlogger v2.2.0
28672024-05-10T20:36:07.353Z Documenting num v0.4.2
28682024-05-10T20:36:08.329Z Documenting tar v0.4.40
28692024-05-10T20:36:08.531Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28702024-05-10T20:36:09.672Z Documenting wyz v0.5.1
28712024-05-10T20:36:09.816Z Documenting radium v0.7.0
28722024-05-10T20:36:09.970Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28732024-05-10T20:36:12.470Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28742024-05-10T20:36:21.406Z Documenting nibble_vec v0.1.0
28752024-05-10T20:36:21.911Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28762024-05-10T20:36:21.933Z Documenting funty v2.0.0
28772024-05-10T20:36:21.933Z Documenting endian-type v0.1.2
28782024-05-10T20:36:21.933Z Documenting crc-catalog v2.2.0
28792024-05-10T20:36:21.933Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28802024-05-10T20:36:21.933Z Documenting cancel-safe-futures v0.1.5
28812024-05-10T20:36:21.933Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28822024-05-10T20:36:21.933Z Documenting bitvec v1.0.1
28832024-05-10T20:36:21.933Z Documenting crc v3.0.1
28842024-05-10T20:36:21.933Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28852024-05-10T20:36:21.934Z Documenting packed_struct_codegen v0.10.1
28862024-05-10T20:36:21.934Z Documenting radix_trie v0.2.1
28872024-05-10T20:36:21.934Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28882024-05-10T20:36:21.934Z Documenting nodrop v0.1.14
28892024-05-10T20:36:21.934Z Documenting same-file v1.0.6
28902024-05-10T20:36:22.348Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28912024-05-10T20:36:23.609Z Documenting array-init v0.0.4
28922024-05-10T20:36:23.667Z Documenting num-bigint-dig v0.8.4
28932024-05-10T20:36:23.853Z Documenting packed_struct v0.10.1
28942024-05-10T20:36:25.888Z Documenting pkcs1 v0.7.5
28952024-05-10T20:36:26.117Z Documenting walkdir v2.5.0
28962024-05-10T20:36:27.245Z Documenting signature v2.1.0
28972024-05-10T20:36:29.806Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28982024-05-10T20:36:30.202Z Documenting display-error-chain v0.2.0
28992024-05-10T20:36:30.230Z Documenting termcolor v1.2.0
29002024-05-10T20:36:30.941Z Documenting bitfield v0.14.0
29012024-05-10T20:36:30.945Z Documenting serde-hex v0.1.0
29022024-05-10T20:36:31.711Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29032024-05-10T20:36:31.711Z --> nexus/types/src/sectioned_table.rs:145:7
29042024-05-10T20:36:31.711Z |
29052024-05-10T20:36:31.712Z145 | /// [`StNestedBuilder::make_subsection`].
29062024-05-10T20:36:31.712Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29072024-05-10T20:36:31.712Z |
29082024-05-10T20:36:31.712Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29092024-05-10T20:36:31.712Z
29102024-05-10T20:36:32.294Z Documenting rsa v0.9.2
29112024-05-10T20:36:33.130Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29122024-05-10T20:36:33.929Zwarning: `nexus-types` (lib doc) generated 1 warning
29132024-05-10T20:36:33.935Z Documenting slog-dtrace v0.3.0
29142024-05-10T20:36:34.396Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29152024-05-10T20:36:34.997Z Documenting env_logger v0.10.0
29162024-05-10T20:36:35.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29172024-05-10T20:36:35.410Z Documenting pem v3.0.4
29182024-05-10T20:36:36.924Z Documenting x509-cert v0.2.4
29192024-05-10T20:36:37.175Z Documenting libsw v3.3.1
29202024-05-10T20:36:37.886Z Documenting ron v0.8.1
29212024-05-10T20:36:40.118Z Documenting half v2.3.1
29222024-05-10T20:36:40.314Z Documenting ciborium-io v0.2.2
29232024-05-10T20:36:41.304Z Documenting crc-any v2.4.3
29242024-05-10T20:36:41.309Z Documenting maplit v1.0.2
29252024-05-10T20:36:41.854Z Documenting owo-colors v4.0.0
29262024-05-10T20:36:42.684Z Documenting linear-map v1.2.0
29272024-05-10T20:36:43.559Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29282024-05-10T20:36:43.693Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29292024-05-10T20:36:44.018Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29302024-05-10T20:36:45.345Z Documenting ciborium-ll v0.2.2
29312024-05-10T20:36:45.358Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29322024-05-10T20:36:46.337Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29332024-05-10T20:36:46.806Z Documenting headers-core v0.2.0
29342024-05-10T20:36:47.202Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29352024-05-10T20:36:48.843Z Documenting path-slash v0.1.5
29362024-05-10T20:36:49.728Z Documenting ciborium v0.2.2
29372024-05-10T20:36:52.526Z Documenting headers v0.3.9
29382024-05-10T20:36:53.264Z Documenting fxhash v0.2.1
29392024-05-10T20:36:53.665Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29402024-05-10T20:36:54.225Z Documenting async-recursion v1.1.0
29412024-05-10T20:36:54.752Z Documenting vte_generate_state_changes v0.1.1
29422024-05-10T20:36:58.113Z Checking convert_case v0.4.0
29432024-05-10T20:36:58.122Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29442024-05-10T20:36:58.362Z Documenting convert_case v0.4.0
29452024-05-10T20:36:59.898Z Documenting buf-list v1.0.3
29462024-05-10T20:36:59.918Z Documenting vte v0.11.1
29472024-05-10T20:37:00.049Z Documenting derive_builder_core v0.20.0
29482024-05-10T20:37:03.211Z Documenting derive_more v0.99.17
29492024-05-10T20:37:03.270Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29502024-05-10T20:37:04.429Z Checking derive_builder_core v0.20.0
29512024-05-10T20:37:04.653Z Documenting fd-lock v4.0.2
29522024-05-10T20:37:05.295Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29532024-05-10T20:37:07.463Z Documenting bitstruct_derive v0.1.0
29542024-05-10T20:37:07.809Z Documenting pin-project-internal v1.1.3
29552024-05-10T20:37:08.711Z Documenting ascii v1.1.0
29562024-05-10T20:37:10.238Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29572024-05-10T20:37:10.577Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29582024-05-10T20:37:10.700Z Documenting derive_builder_macro v0.20.0
29592024-05-10T20:37:12.323Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29602024-05-10T20:37:13.218Z Documenting bitstruct v0.1.1
29612024-05-10T20:37:14.129Z Documenting pin-project v1.1.3
29622024-05-10T20:37:15.336Z Documenting strip-ansi-escapes v0.2.0
29632024-05-10T20:37:16.360Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29642024-05-10T20:37:16.371Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29652024-05-10T20:37:16.512Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-10T20:37:17.476Z Documenting crossbeam-deque v0.8.3
29672024-05-10T20:37:18.063Z Documenting snafu-derive v0.8.2
29682024-05-10T20:37:19.217Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29692024-05-10T20:37:20.131Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29702024-05-10T20:37:21.065Z Documenting serde_arrays v0.1.0
29712024-05-10T20:37:21.718Z Documenting erased-serde v0.3.31
29722024-05-10T20:37:22.624Z Documenting ref-cast-impl v1.0.22
29732024-05-10T20:37:25.887Z Checking unicode-xid v0.2.4
29742024-05-10T20:37:26.017Z Documenting nu-ansi-term v0.50.0
29752024-05-10T20:37:26.419Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29762024-05-10T20:37:26.451Z Documenting unicode-xid v0.2.4
29772024-05-10T20:37:26.721Z Documenting snafu v0.8.2
29782024-05-10T20:37:28.283Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29792024-05-10T20:37:28.330Z Documenting ref-cast v1.0.22
29802024-05-10T20:37:29.410Z Documenting rayon-core v1.12.1
29812024-05-10T20:37:32.306Z Documenting const_format_proc_macros v0.2.32
29822024-05-10T20:37:32.327Z Documenting reedline v0.31.0
29832024-05-10T20:37:32.327Z Documenting derive_builder v0.20.0
29842024-05-10T20:37:32.327Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29852024-05-10T20:37:33.341Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29862024-05-10T20:37:34.579Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29872024-05-10T20:37:34.826Z Documenting libefi-sys v0.1.0
29882024-05-10T20:37:35.063Z Documenting trust-dns-client v0.22.0
29892024-05-10T20:37:38.893Z Documenting polar-core v0.27.3
29902024-05-10T20:37:39.973Z Documenting libxml v0.3.3
29912024-05-10T20:37:41.045Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29922024-05-10T20:37:41.191Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29932024-05-10T20:37:42.512Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29942024-05-10T20:37:42.975Z Documenting globset v0.4.13
29952024-05-10T20:37:43.901Z Documenting bb8 v0.8.3
29962024-05-10T20:37:44.067Z Documenting olpc-cjson v0.1.3
29972024-05-10T20:37:47.516Z Documenting quick-xml v0.31.0
29982024-05-10T20:37:47.959Z Documenting serde_plain v1.0.2
29992024-05-10T20:37:48.209Z Documenting impl-trait-for-tuples v0.2.2
30002024-05-10T20:37:48.794Z Documenting oso-derive v0.27.3
30012024-05-10T20:37:50.329Z Documenting utf-8 v0.7.6
30022024-05-10T20:37:50.329Z Documenting keccak v0.1.4
30032024-05-10T20:37:53.696Z Documenting typed-path v0.7.0
30042024-05-10T20:37:53.696Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30052024-05-10T20:37:54.272Z Documenting tungstenite v0.21.0
30062024-05-10T20:37:54.389Z Documenting samael v0.0.15
30072024-05-10T20:37:54.916Z Documenting sha3 v0.10.8
30082024-05-10T20:37:55.003Z Documenting oso v0.27.3
30092024-05-10T20:37:58.477Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30102024-05-10T20:37:58.845Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30112024-05-10T20:37:59.711Z Documenting tough v0.17.1
30122024-05-10T20:37:59.838Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30132024-05-10T20:38:01.063Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30142024-05-10T20:38:01.421Z Documenting trust-dns-server v0.22.1
30152024-05-10T20:38:03.608Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30162024-05-10T20:38:06.530Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30172024-05-10T20:38:06.609Z Documenting const_format v0.2.32
30182024-05-10T20:38:07.763Z Documenting rayon v1.10.0
30192024-05-10T20:38:10.360Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202024-05-10T20:38:10.376Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30212024-05-10T20:38:10.563Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30222024-05-10T20:38:10.737Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30232024-05-10T20:38:11.543Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30242024-05-10T20:38:12.081Z Documenting sled v0.34.7
30252024-05-10T20:38:12.211Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30262024-05-10T20:38:12.767Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30272024-05-10T20:38:13.667Z Documenting fs-err v2.11.0
30282024-05-10T20:38:14.007Z Documenting nix v0.28.0
30292024-05-10T20:38:14.654Z Documenting cookie v0.18.1
30302024-05-10T20:38:17.563Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30312024-05-10T20:38:17.888Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30322024-05-10T20:38:17.954Z Documenting secrecy v0.8.0
30332024-05-10T20:38:18.172Z Documenting gethostname v0.4.3
30342024-05-10T20:38:18.790Z Documenting peg-macros v0.8.2
30352024-05-10T20:38:19.807Z Documenting rustversion v1.0.14
30362024-05-10T20:38:19.880Z Documenting sqlparser_derive v0.2.2
30372024-05-10T20:38:21.305Z Documenting unicode_categories v0.1.1
30382024-05-10T20:38:22.254Z Documenting parse-size v1.0.0
30392024-05-10T20:38:23.121Z Documenting home v0.5.5
30402024-05-10T20:38:24.826Z Documenting peg v0.8.2
30412024-05-10T20:38:25.084Z Documenting castaway v0.2.2
30422024-05-10T20:38:25.363Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30432024-05-10T20:38:25.715Z Documenting sqlparser v0.45.0
30442024-05-10T20:38:25.968Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30452024-05-10T20:38:26.131Z Documenting sqlformat v0.2.3
30462024-05-10T20:38:28.199Z Documenting rustyline v14.0.0
30472024-05-10T20:38:29.752Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30482024-05-10T20:38:29.947Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30492024-05-10T20:38:30.699Z Documenting tokio-tungstenite v0.21.0
30502024-05-10T20:38:33.850Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30512024-05-10T20:38:35.324Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30522024-05-10T20:38:36.589Z Documenting zone v0.1.8
30532024-05-10T20:38:37.587Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30542024-05-10T20:38:40.356Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30552024-05-10T20:38:40.985Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30562024-05-10T20:38:42.261Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30572024-05-10T20:38:43.021Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30582024-05-10T20:38:43.305Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30592024-05-10T20:38:43.594Z Documenting portpicker v0.1.1
30602024-05-10T20:38:43.770Z Documenting universal-hash v0.5.1
30612024-05-10T20:38:46.957Z Documenting bcs v0.1.6
30622024-05-10T20:38:57.500Z Documenting kstat-rs v0.2.3
30632024-05-10T20:38:57.851Z Documenting thiserror-impl-no-std v2.0.2
30642024-05-10T20:38:58.089Z Documenting curve25519-dalek-derive v0.1.0
30652024-05-10T20:38:58.237Z Documenting highway v1.1.0
30662024-05-10T20:38:58.380Z Documenting opaque-debug v0.3.0
30672024-05-10T20:38:58.620Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30682024-05-10T20:38:59.058Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30692024-05-10T20:39:01.728Z Documenting poly1305 v0.8.0
30702024-05-10T20:39:02.375Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30712024-05-10T20:39:03.202Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30722024-05-10T20:39:03.665Z Documenting curve25519-dalek v4.1.2
30732024-05-10T20:39:04.209Z Documenting thiserror-no-std v2.0.2
30742024-05-10T20:39:06.454Z Documenting compact_str v0.7.1
30752024-05-10T20:39:07.169Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30762024-05-10T20:39:09.061Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30772024-05-10T20:39:09.203Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782024-05-10T20:39:10.476Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30792024-05-10T20:39:10.854Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30802024-05-10T20:39:11.576Z Documenting portable-atomic v1.4.3
30812024-05-10T20:39:12.742Z Documenting ed25519 v1.5.3
30822024-05-10T20:39:13.779Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30832024-05-10T20:39:15.406Z Documenting memoffset v0.7.1
30842024-05-10T20:39:17.152Z Documenting unicase v2.7.0
30852024-05-10T20:39:17.726Z Documenting rcgen v0.12.1
30862024-05-10T20:39:18.259Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30872024-05-10T20:39:20.981Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30882024-05-10T20:39:22.764Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
30892024-05-10T20:39:23.520Z Documenting atomicwrites v0.4.3
30902024-05-10T20:39:25.618Zwarning: could not parse code block as Rust code
30912024-05-10T20:39:25.618Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
30922024-05-10T20:39:25.618Z |
30932024-05-10T20:39:25.619Z246 | / /// Parse a string literal, either single- or double-quoted.
30942024-05-10T20:39:25.619Z247 | | ///
30952024-05-10T20:39:25.619Z248 | | /// Parsing string literals is pretty tricky, but we add several
30962024-05-10T20:39:25.619Z249 | | /// constraints to simplify things. First strings must be quoted, either
30972024-05-10T20:39:25.619Z... |
30982024-05-10T20:39:25.619Z277 | | ///
30992024-05-10T20:39:25.619Z278 | | /// Will be parsed as `this string has " in it`.
31002024-05-10T20:39:25.619Z | |________________________________________________________^
31012024-05-10T20:39:25.619Z |
31022024-05-10T20:39:25.619Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31032024-05-10T20:39:25.619Z = note: error from rustc: unknown start of token: \
31042024-05-10T20:39:25.619Z = note: error from rustc: unknown start of token: \
31052024-05-10T20:39:25.619Z = note: error from rustc: unknown start of token: \
31062024-05-10T20:39:25.619Z = note: error from rustc: unknown start of token: \
31072024-05-10T20:39:25.619Z = note: error from rustc: unknown start of token: \
31082024-05-10T20:39:25.619Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31092024-05-10T20:39:25.619Z
31102024-05-10T20:39:26.053Z Documenting chacha20 v0.9.1
31112024-05-10T20:39:27.136Zwarning: `oximeter-db` (lib doc) generated 1 warning
31122024-05-10T20:39:27.140Z Documenting lru v0.12.1
31132024-05-10T20:39:27.599Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31142024-05-10T20:39:28.467Z Documenting aead v0.5.2
31152024-05-10T20:39:28.960Z Documenting rand_seeder v0.2.3
31162024-05-10T20:39:30.975Z Documenting nanorand v0.7.0
31172024-05-10T20:39:32.043Z Documenting subprocess v0.2.9
31182024-05-10T20:39:33.390Z Documenting stability v0.2.0
31192024-05-10T20:39:33.396Z Documenting glob v0.3.1
31202024-05-10T20:39:43.007Z Documenting number_prefix v0.4.0
31212024-05-10T20:39:43.049Z Documenting cassowary v0.3.0
31222024-05-10T20:39:43.081Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31232024-05-10T20:39:43.126Z Documenting chacha20poly1305 v0.10.1
31242024-05-10T20:39:43.314Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31252024-05-10T20:39:43.570Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31262024-05-10T20:39:43.754Z Documenting flume v0.11.0
31272024-05-10T20:39:47.737Z Documenting indicatif v0.17.8
31282024-05-10T20:39:48.103Z Documenting ratatui v0.26.2
31292024-05-10T20:39:59.622Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31302024-05-10T20:39:59.931Z Documenting mime_guess v2.0.4
31312024-05-10T20:40:00.107Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31322024-05-10T20:40:00.614Z Documenting salty v0.2.0
31332024-05-10T20:40:00.746Z Documenting vsss-rs v3.3.4
31342024-05-10T20:40:00.936Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31352024-05-10T20:40:04.603Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31362024-05-10T20:40:04.843Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372024-05-10T20:40:05.055Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31382024-05-10T20:40:05.414Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31392024-05-10T20:40:05.576Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31402024-05-10T20:40:05.622Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31412024-05-10T20:40:05.893Z Documenting serde-big-array v0.5.1
31422024-05-10T20:40:07.896Z Documenting rtoolbox v0.0.1
31432024-05-10T20:40:08.476Z Documenting is_ci v1.2.0
31442024-05-10T20:40:09.683Z Documenting unicode-linebreak v0.1.5
31452024-05-10T20:40:09.906Z Documenting http-range v0.1.5
31462024-05-10T20:40:10.393Z Documenting smawk v0.3.1
31472024-05-10T20:40:12.977Z Documenting rpassword v7.3.1
31482024-05-10T20:40:13.292Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31492024-05-10T20:40:13.449Z Documenting supports-color v3.0.0
31502024-05-10T20:40:14.692Z Documenting hyper-staticfile v0.9.5
31512024-05-10T20:40:14.967Z Documenting textwrap v0.16.1
31522024-05-10T20:40:18.026Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31532024-05-10T20:40:18.255Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542024-05-10T20:40:19.963Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31552024-05-10T20:40:21.443Z Documenting tui-tree-widget v0.19.0
31562024-05-10T20:40:21.456Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31572024-05-10T20:40:22.174Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31582024-05-10T20:40:23.383Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31592024-05-10T20:40:24.297Zwarning: unresolved link to `test_sled_transitions`
31602024-05-10T20:40:24.297Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
31612024-05-10T20:40:24.297Z |
31622024-05-10T20:40:24.297Z636 | /// [`test_sled_transitions`].
31632024-05-10T20:40:24.297Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31642024-05-10T20:40:24.297Z |
31652024-05-10T20:40:24.297Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31662024-05-10T20:40:24.297Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31672024-05-10T20:40:24.297Z
31682024-05-10T20:40:24.303Zwarning: unresolved link to `test_sled_transitions`
31692024-05-10T20:40:24.303Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
31702024-05-10T20:40:24.303Z |
31712024-05-10T20:40:24.303Z672 | /// [`test_sled_transitions`].
31722024-05-10T20:40:24.303Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31732024-05-10T20:40:24.303Z |
31742024-05-10T20:40:24.303Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31752024-05-10T20:40:24.303Z
31762024-05-10T20:40:24.303Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31772024-05-10T20:40:24.303Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31782024-05-10T20:40:24.303Z |
31792024-05-10T20:40:24.303Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31802024-05-10T20:40:24.303Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31812024-05-10T20:40:24.303Z
31822024-05-10T20:40:25.670Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31832024-05-10T20:40:26.089Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31842024-05-10T20:40:26.856Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31852024-05-10T20:40:27.285Z Documenting signal-hook-tokio v0.3.1
31862024-05-10T20:40:27.385Z Documenting memmap2 v0.7.1
31872024-05-10T20:40:27.799Z Documenting constant_time_eq v0.3.0
31882024-05-10T20:40:27.890Z Documenting shell-words v1.1.0
31892024-05-10T20:40:30.874Z Documenting arrayref v0.3.7
31902024-05-10T20:40:32.546Z Documenting arrayvec v0.7.4
31912024-05-10T20:40:32.763Z Documenting corncobs v0.1.3
31922024-05-10T20:40:32.994Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932024-05-10T20:40:34.295Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31942024-05-10T20:40:35.961Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31952024-05-10T20:40:36.062Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31962024-05-10T20:40:36.771Z Documenting blake3 v1.5.0
31972024-05-10T20:40:37.429Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31982024-05-10T20:40:41.292Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31992024-05-10T20:40:41.814Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002024-05-10T20:40:43.261Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32012024-05-10T20:40:43.677Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32022024-05-10T20:40:44.941Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-05-10T20:40:57.071Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32042024-05-10T20:40:59.705Zwarning: unclosed HTML tag `usize`
32052024-05-10T20:40:59.705Z --> wicket/src/ui/panes/update.rs:153:19
32062024-05-10T20:40:59.705Z |
32072024-05-10T20:40:59.705Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32082024-05-10T20:40:59.705Z | ^^^^^^^
32092024-05-10T20:40:59.705Z |
32102024-05-10T20:40:59.705Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32112024-05-10T20:40:59.705Z
32122024-05-10T20:40:59.832Zwarning: unresolved link to `BlueprintDisksConfig`
32132024-05-10T20:40:59.832Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32142024-05-10T20:40:59.832Z |
32152024-05-10T20:40:59.832Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32162024-05-10T20:40:59.832Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32172024-05-10T20:40:59.832Z |
32182024-05-10T20:40:59.832Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32192024-05-10T20:40:59.832Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32202024-05-10T20:40:59.832Z
32212024-05-10T20:41:01.055Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32222024-05-10T20:41:01.169Zwarning: `wicket` (lib doc) generated 1 warning
32232024-05-10T20:41:01.179Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32242024-05-10T20:41:01.285Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32252024-05-10T20:41:01.298Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32262024-05-10T20:41:01.965Z Documenting fatfs v0.3.6
32272024-05-10T20:41:02.808Z Documenting topological-sort v0.2.2
32282024-05-10T20:41:07.469Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32292024-05-10T20:41:07.587Z Documenting assert_matches v1.5.0
32302024-05-10T20:41:07.705Z Documenting omicron-zone-package v0.11.0
32312024-05-10T20:41:09.974Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32322024-05-10T20:41:10.957Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332024-05-10T20:41:13.622Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32342024-05-10T20:41:13.622Z --> sled-agent/src/sim/instance.rs:46:7
32352024-05-10T20:41:13.622Z |
32362024-05-10T20:41:13.623Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32372024-05-10T20:41:13.623Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32382024-05-10T20:41:13.623Z |
32392024-05-10T20:41:13.623Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32402024-05-10T20:41:13.624Z
32412024-05-10T20:41:17.114Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32422024-05-10T20:41:17.131Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432024-05-10T20:41:18.181Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442024-05-10T20:41:19.583Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32452024-05-10T20:41:19.588Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32462024-05-10T20:41:23.046Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32472024-05-10T20:41:23.779Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32482024-05-10T20:41:35.822Z Documenting termios v0.3.3
32492024-05-10T20:41:35.832Z Documenting uzers v0.11.3
32502024-05-10T20:41:35.890Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32512024-05-10T20:41:35.890Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32522024-05-10T20:41:35.890Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32532024-05-10T20:41:35.890Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32542024-05-10T20:41:40.552Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32552024-05-10T20:41:45.521Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32562024-05-10T20:41:46.790Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32572024-05-10T20:42:00.319Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32582024-05-10T20:42:12.378Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32592024-05-10T20:42:16.474Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32602024-05-10T20:42:18.487Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32612024-05-10T20:42:20.597Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32622024-05-10T20:42:24.030Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32632024-05-10T20:42:26.842Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32642024-05-10T20:42:36.216Zwarning: unresolved link to `Nexus`
32652024-05-10T20:42:36.217Z --> nexus/src/app/instance_network.rs:280:34
32662024-05-10T20:42:36.217Z |
32672024-05-10T20:42:36.217Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32682024-05-10T20:42:36.217Z | ^^^^^ no item named `Nexus` in scope
32692024-05-10T20:42:36.217Z |
32702024-05-10T20:42:36.217Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32712024-05-10T20:42:36.217Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32722024-05-10T20:42:36.217Z
32732024-05-10T20:42:36.232Zwarning: unresolved link to `Nexus`
32742024-05-10T20:42:36.232Z --> nexus/src/app/instance_network.rs:458:34
32752024-05-10T20:42:36.233Z |
32762024-05-10T20:42:36.233Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32772024-05-10T20:42:36.233Z | ^^^^^ no item named `Nexus` in scope
32782024-05-10T20:42:36.233Z |
32792024-05-10T20:42:36.233Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32802024-05-10T20:42:36.234Z
32812024-05-10T20:42:36.234Zwarning: unresolved link to `VolumeConstructionRequest`
32822024-05-10T20:42:36.234Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32832024-05-10T20:42:36.234Z |
32842024-05-10T20:42:36.235Z338 | /// [`VolumeConstructionRequest`] is shown here):
32852024-05-10T20:42:36.235Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32862024-05-10T20:42:36.235Z |
32872024-05-10T20:42:36.235Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32882024-05-10T20:42:36.235Z
32892024-05-10T20:42:36.235Zwarning: unresolved link to `fd00:1122:3344:101::5`
32902024-05-10T20:42:36.236Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32912024-05-10T20:42:36.236Z |
32922024-05-10T20:42:36.236Z348 | /// "[fd00:1122:3344:101::5]:1000",
32932024-05-10T20:42:36.236Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32942024-05-10T20:42:36.236Z
32952024-05-10T20:42:36.236Zwarning: unresolved link to `fd00:1122:3344:102::9`
32962024-05-10T20:42:36.236Z --> nexus/src/app/sagas/volume_delete.rs:349:17
32972024-05-10T20:42:36.236Z |
32982024-05-10T20:42:36.237Z349 | /// "[fd00:1122:3344:102::9]:1000",
32992024-05-10T20:42:36.237Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33002024-05-10T20:42:36.237Z
33012024-05-10T20:42:36.237Zwarning: unresolved link to `fd00:1122:3344:103::2`
33022024-05-10T20:42:36.237Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33032024-05-10T20:42:36.237Z |
33042024-05-10T20:42:36.237Z350 | /// "[fd00:1122:3344:103::2]:1000"
33052024-05-10T20:42:36.237Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33062024-05-10T20:42:36.238Z
33072024-05-10T20:42:36.238Zwarning: unresolved link to `fd00:1122:3344:101::5`
33082024-05-10T20:42:36.238Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33092024-05-10T20:42:36.238Z |
33102024-05-10T20:42:36.238Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33112024-05-10T20:42:36.238Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33122024-05-10T20:42:36.238Z
33132024-05-10T20:42:36.238Zwarning: unresolved link to `fd00:1122:3344:102::9`
33142024-05-10T20:42:36.238Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33152024-05-10T20:42:36.238Z |
33162024-05-10T20:42:36.239Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33172024-05-10T20:42:36.239Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33182024-05-10T20:42:36.239Z
33192024-05-10T20:42:36.239Zwarning: unresolved link to `fd00:1122:3344:103::2`
33202024-05-10T20:42:36.239Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33212024-05-10T20:42:36.239Z |
33222024-05-10T20:42:36.239Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33232024-05-10T20:42:36.239Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33242024-05-10T20:42:36.239Z
33252024-05-10T20:42:39.310Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33262024-05-10T20:42:56.788Z Finished dev [unoptimized + debuginfo] target(s) in 12m 20s
33272024-05-10T20:42:56.867Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33282024-05-10T20:42:56.867Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33292024-05-10T20:42:56.867Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33302024-05-10T20:42:56.867Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33312024-05-10T20:42:56.867Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33322024-05-10T20:42:56.874Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33332024-05-10T20:42:56.874Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33342024-05-10T20:42:56.874Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33352024-05-10T20:42:56.874Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33362024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33372024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33382024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33392024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33402024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33412024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33422024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33432024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33442024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33452024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33462024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33472024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33482024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33492024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33502024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33512024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33522024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33532024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33542024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33552024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33562024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33572024-05-10T20:42:56.875Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33582024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33592024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33602024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33612024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33622024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33632024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33642024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33652024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33662024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33672024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33682024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33692024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33702024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33712024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33722024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33732024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33742024-05-10T20:42:56.876Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33752024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33762024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33772024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33782024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33792024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33802024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33812024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33822024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33832024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33842024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33852024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33862024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33872024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33882024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33892024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33902024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33912024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33922024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33932024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33942024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
33952024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
33962024-05-10T20:42:56.877Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
33972024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
33982024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
33992024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34002024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34012024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34022024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34032024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34042024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34052024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34062024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34072024-05-10T20:42:56.878Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34082024-05-10T20:42:56.898Z
34092024-05-10T20:42:56.902Zreal 12:20.508625207
34102024-05-10T20:42:56.902Zuser 33:40.655965063
34112024-05-10T20:42:56.902Zsys 54:23.151525886
34122024-05-10T20:42:56.903Ztrap 0.865741323
34132024-05-10T20:42:56.903Ztflt 0.139988140
34142024-05-10T20:42:56.903Zdflt 0.647668725
34152024-05-10T20:42:56.903Zkflt 0.001668686
34162024-05-10T20:42:56.903Zlock 3:17:58.867098340
34172024-05-10T20:42:56.903Zslp 3:27:30.799588032
34182024-05-10T20:42:56.903Zlat 4:18.135224379
34192024-05-10T20:42:56.903Zstop 1:43.304398223
34202024-05-10T20:42:56.903Zprocess exited: duration 1311494 ms, exit code 0
 
34212024-05-10T20:42:56.912Zfound 0 output files