01HTDV8D5RRY80WJPQ9FM52QPK: 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: 01HTDV8QRFCZZ4H42JSBFXR6VC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-01T22:08:29.977Zjob assigned to worker 01HTDV8SGNCMHR4XC9C823KZBE (queued for 36 s)
 
22024-04-01T22:08:30.954Zstarting task 0: "setup"
32024-04-01T22:08:30.996Z++ uname -s
42024-04-01T22:08:30.996Z+ kern=SunOS
52024-04-01T22:08:30.996Z+ case "$kern" in
62024-04-01T22:08:30.997Z+ groupadd -g 12345 build
72024-04-01T22:08:30.997Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-01T22:08:32.981Z+ zfs create -o mountpoint=/work rpool/work
92024-04-01T22:08:33.027Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-01T22:08:33.053Z+ home_fs=zfs
112024-04-01T22:08:33.054Z+ [[ zfs == autofs ]]
122024-04-01T22:08:33.054Z+ mkdir -p /home/build
132024-04-01T22:08:33.054Z+ chown build:build /home/build /work
142024-04-01T22:08:35.035Z+ chmod 0700 /home/build /work
152024-04-01T22:08:35.067Zprocess exited: duration 4084 ms, exit code 0
 
162024-04-01T22:08:35.125Zstarting task 1: "rust-toolchain"
172024-04-01T22:08:35.154Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-01T22:08:35.155Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-01T22:08:35.259Zinfo: downloading installer
202024-04-01T22:08:36.029Zwarning: it looks like you have an existing installation of Rust at:
212024-04-01T22:08:36.029Zwarning: /opt/ooce/bin
222024-04-01T22:08:36.029Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-01T22:08:36.030Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-01T22:08:36.030Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-01T22:08:36.030Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-01T22:08:36.030Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-01T22:08:36.030Zerror: cannot install while Rust is installed
282024-04-01T22:08:36.030Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-01T22:08:36.067Zinfo: profile set to 'default'
302024-04-01T22:08:36.068Zinfo: default host triple is x86_64-unknown-illumos
312024-04-01T22:08:36.092Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-01T22:08:36.167Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-01T22:08:36.167Zinfo: downloading component 'cargo'
342024-04-01T22:08:36.297Zinfo: downloading component 'clippy'
352024-04-01T22:08:36.342Zinfo: downloading component 'rust-docs'
362024-04-01T22:08:36.478Zinfo: downloading component 'rust-std'
372024-04-01T22:08:36.731Zinfo: downloading component 'rustc'
382024-04-01T22:08:37.327Zinfo: downloading component 'rustfmt'
392024-04-01T22:08:37.389Zinfo: installing component 'cargo'
402024-04-01T22:08:38.480Zinfo: installing component 'clippy'
412024-04-01T22:08:38.914Zinfo: installing component 'rust-docs'
422024-04-01T22:08:41.340Zinfo: installing component 'rust-std'
432024-04-01T22:08:43.489Zinfo: installing component 'rustc'
442024-04-01T22:08:48.148Zinfo: installing component 'rustfmt'
452024-04-01T22:08:48.527Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-01T22:08:48.527Z
472024-04-01T22:08:48.632Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-01T22:08:48.632Z
492024-04-01T22:08:48.632Z
502024-04-01T22:08:48.632ZRust is installed now. Great!
512024-04-01T22:08:48.633Z
522024-04-01T22:08:48.633ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-01T22:08:48.633Zenvironment variable. This has not been done automatically.
542024-04-01T22:08:48.633Z
552024-04-01T22:08:48.633ZTo configure your current shell, you need to source
562024-04-01T22:08:48.633Zthe corresponding env file under $HOME/.cargo.
572024-04-01T22:08:48.633Z
582024-04-01T22:08:48.633ZThis is usually done by running one of the following (note the leading DOT):
592024-04-01T22:08:48.633Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-01T22:08:48.633Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-01T22:08:48.708Z+ rustc --version
622024-04-01T22:08:48.808Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-01T22:08:48.838Zprocess exited: duration 13692 ms, exit code 0
 
642024-04-01T22:08:48.891Zstarting task 2: "authentication"
652024-04-01T22:08:48.961Zprocess exited: duration 58 ms, exit code 0
 
662024-04-01T22:08:49.017Zstarting task 3: "clone repository"
672024-04-01T22:08:49.041Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-01T22:08:49.041Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-01T22:08:49.066ZCloning into '/work/oxidecomputer/omicron'...
702024-04-01T22:09:05.284Z+ cd /work/oxidecomputer/omicron
712024-04-01T22:09:05.284Z+ git fetch origin 605a633603cfcb0a104a1730923727b530c7599c
722024-04-01T22:09:06.014ZFrom https://github.com/oxidecomputer/omicron
732024-04-01T22:09:06.014Z * branch 605a633603cfcb0a104a1730923727b530c7599c -> FETCH_HEAD
742024-04-01T22:09:06.063Z+ [[ -n paginate-with-none ]]
752024-04-01T22:09:06.063Z++ git branch --show-current
762024-04-01T22:09:06.063Z+ current=main
772024-04-01T22:09:06.064Z+ [[ main != paginate-with-none ]]
782024-04-01T22:09:06.064Z+ git branch -f paginate-with-none 605a633603cfcb0a104a1730923727b530c7599c
792024-04-01T22:09:06.064Z+ git checkout -f paginate-with-none
802024-04-01T22:09:06.064ZSwitched to branch 'paginate-with-none'
812024-04-01T22:09:06.064Z+ git reset --hard 605a633603cfcb0a104a1730923727b530c7599c
822024-04-01T22:09:06.064ZHEAD is now at 605a63360 CLIPPY
832024-04-01T22:09:06.064Zprocess exited: duration 16982 ms, exit code 0
 
842024-04-01T22:09:06.134Zstarting task 4: "build"
852024-04-01T22:09:06.161Z+ cargo --version
862024-04-01T22:09:06.162Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-01T22:09:06.276Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-01T22:09:06.276Zinfo: downloading component 'cargo'
892024-04-01T22:09:06.411Zinfo: downloading component 'clippy'
902024-04-01T22:09:06.463Zinfo: downloading component 'rust-docs'
912024-04-01T22:09:06.604Zinfo: downloading component 'rust-std'
922024-04-01T22:09:06.947Zinfo: downloading component 'rustc'
932024-04-01T22:09:07.564Zinfo: downloading component 'rustfmt'
942024-04-01T22:09:08.010Zinfo: installing component 'cargo'
952024-04-01T22:09:10.826Zinfo: installing component 'clippy'
962024-04-01T22:09:10.878Zinfo: installing component 'rust-docs'
972024-04-01T22:09:11.852Zinfo: installing component 'rust-std'
982024-04-01T22:09:13.518Zinfo: installing component 'rustc'
992024-04-01T22:09:18.331Zinfo: installing component 'rustfmt'
1002024-04-01T22:09:19.217Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-01T22:09:19.244Z+ rustc --version
1022024-04-01T22:09:19.244Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-01T22:09:19.244Z+ source ./env.sh
1042024-04-01T22:09:19.244Z++ set -o xtrace
1052024-04-01T22:09:19.244Z++++ dirname ./env.sh
1062024-04-01T22:09:19.244Z+++ readlink -f .
1072024-04-01T22:09:19.244Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-01T22:09:19.244Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-04-01T22:09:19.244Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-04-01T22:09:19.244Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-04-01T22:09:19.244Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-04-01T22:09:19.245Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-04-01T22:09:19.245Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142024-04-01T22:09:19.245Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152024-04-01T22:09:19.245Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-04-01T22:09:19.245Z++ unset OMICRON_WS
1172024-04-01T22:09:19.245Z++ set +o xtrace
1182024-04-01T22:09:19.245Z
1192024-04-01T22:09:19.245Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-01T22:09:19.245Z # # # # # # # # # # # # # # #
1212024-04-01T22:09:19.245Z # # # # ##### # # ##### # # # # # #### #
1222024-04-01T22:09:19.245Z ##### ##### # ##### # # # # # # # # #
1232024-04-01T22:09:19.246Z # # # # # # # # # # # # # # #
1242024-04-01T22:09:19.246Z # # # ###### # # ###### ### # #### # #### #
1252024-04-01T22:09:19.246Z
1262024-04-01T22:09:23.489Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-01T22:09:25.327Z Startup: Caching catalogs ... Done
1282024-04-01T22:09:27.534ZPlanning: Solver setup ... Done (1.692s)
1292024-04-01T22:09:27.566ZPlanning: Running solver ... Done (0.032s)
1302024-04-01T22:09:27.601ZPlanning: Finding local manifests ... Done (0.002s)
1312024-04-01T22:09:27.676ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-01T22:09:28.060ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-01T22:09:28.117ZPlanning: Package planning ... Done (0.057s)
1342024-04-01T22:09:28.176ZPlanning: Merging actions ... Done (0.060s)
1352024-04-01T22:09:28.527ZPlanning: Checking for conflicting actions ... Done (0.352s)
1362024-04-01T22:09:28.552ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-04-01T22:09:29.302ZPlanning: Evaluating mediators ... Done (0.752s)
1382024-04-01T22:09:29.330ZPlanning: Planning completed in 3.92 seconds
1392024-04-01T22:09:29.331Z Packages to install: 4
1402024-04-01T22:09:29.331Z Mediators to change: 2
1412024-04-01T22:09:29.331Z Services to change: 1
1422024-04-01T22:09:29.331Z Estimated space available: 148.36 GB
1432024-04-01T22:09:29.331ZEstimated space to be consumed: 1.43 GB
1442024-04-01T22:09:29.331Z Create boot environment: No
1452024-04-01T22:09:29.331ZCreate backup boot environment: No
1462024-04-01T22:09:29.331Z Rebuild boot archive: No
1472024-04-01T22:09:29.331Z
1482024-04-01T22:09:29.331ZChanged mediators:
1492024-04-01T22:09:29.331Z mediator clang:
1502024-04-01T22:09:29.331Z version: None -> 15 (system default)
1512024-04-01T22:09:29.331Z
1522024-04-01T22:09:29.331Z mediator llvm:
1532024-04-01T22:09:29.331Z version: 14 (system default) -> 15 (system default)
1542024-04-01T22:09:29.331Z
1552024-04-01T22:09:29.331ZChanged packages:
1562024-04-01T22:09:29.331Zhelios-dev
1572024-04-01T22:09:29.331Z developer/build-essential
1582024-04-01T22:09:29.331Z None -> 11-2.0
1592024-04-01T22:09:29.332Z library/libxmlsec1
1602024-04-01T22:09:29.332Z None -> 1.2.35-2.0
1612024-04-01T22:09:29.332Z ooce/developer/clang-15
1622024-04-01T22:09:29.332Z None -> 15.0.7-2.0
1632024-04-01T22:09:29.332Z ooce/developer/llvm-15
1642024-04-01T22:09:29.332Z None -> 15.0.7-2.0
1652024-04-01T22:09:29.332Z
1662024-04-01T22:09:29.332ZServices:
1672024-04-01T22:09:29.332Z restart_fmri:
1682024-04-01T22:09:29.332Z svc:/system/update-man-index:default
1692024-04-01T22:09:29.365Z
1702024-04-01T22:09:29.366ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-01T22:09:34.366ZDownload: 810/3290 items 18.5/212.6MB 8% complete (3.8M/s)
1722024-04-01T22:09:39.378ZDownload: 1330/3290 items 102.0/212.6MB 47% complete (10.2M/s)
1732024-04-01T22:09:44.408ZDownload: 3239/3290 items 165.0/212.6MB 77% complete (14.6M/s)
1742024-04-01T22:09:47.048ZDownload: Completed 212.60 MB in 17.68 seconds (12.0M/s)
1752024-04-01T22:09:47.274Z Actions: 1/3689 actions (Installing new actions)
1762024-04-01T22:09:52.533Z Actions: 2959/3689 actions (Installing new actions)
1772024-04-01T22:09:52.786Z Actions: Completed 3689 actions in 5.51 seconds.
1782024-04-01T22:09:53.042Z Done (0.253s)
1792024-04-01T22:09:53.042Z Done (0.000s)
1802024-04-01T22:09:53.353Z Done (0.306s)
1812024-04-01T22:09:58.084Z Done (4.618s)
1822024-04-01T22:09:58.193Z Done (0.018s)
1832024-04-01T22:09:58.227Z Done (0.000s)
1842024-04-01T22:09:58.317Z Done (0.000s)
1852024-04-01T22:09:58.921ZPlanning: Evaluating mediator changes ... Done
1862024-04-01T22:09:59.134ZPlanning: Checking for conflicting actions ... Done
1872024-04-01T22:09:59.164ZPlanning: Consolidating action changes ... Done
1882024-04-01T22:09:59.456ZPlanning: Evaluating mediators ... Done
1892024-04-01T22:09:59.481ZPlanning: Planning completed in 0.54 seconds
1902024-04-01T22:09:59.506Z Mediators to change: 2
1912024-04-01T22:09:59.506Z Create boot environment: No
1922024-04-01T22:09:59.506ZCreate backup boot environment: No
1932024-04-01T22:09:59.567Z Done
1942024-04-01T22:09:59.568Z Done
1952024-04-01T22:09:59.742Z Done
1962024-04-01T22:10:04.126Z Done
1972024-04-01T22:10:04.647Z Done
1982024-04-01T22:10:04.647Z Done
1992024-04-01T22:10:04.647Z Done
2002024-04-01T22:10:05.056ZPlanning: Evaluating mediator changes ... Done
2012024-04-01T22:10:05.088ZPlanning: Merging actions ... Done
2022024-04-01T22:10:05.302ZPlanning: Checking for conflicting actions ... Done
2032024-04-01T22:10:05.339ZPlanning: Consolidating action changes ... Done
2042024-04-01T22:10:05.619ZPlanning: Evaluating mediators ... Done
2052024-04-01T22:10:05.689ZPlanning: Planning completed in 0.97 seconds
2062024-04-01T22:10:05.732Z Packages to change: 1
2072024-04-01T22:10:05.732Z Mediators to change: 1
2082024-04-01T22:10:05.732Z Services to change: 1
2092024-04-01T22:10:05.732Z Create boot environment: No
2102024-04-01T22:10:05.732ZCreate backup boot environment: Yes
2112024-04-01T22:10:07.268Z Actions: 1/6 actions (Updating modified actions)
2122024-04-01T22:10:07.294Z Actions: Completed 6 actions in 0.00 seconds.
2132024-04-01T22:10:07.294Z Done
2142024-04-01T22:10:07.294Z Done
2152024-04-01T22:10:07.340Z Done
2162024-04-01T22:10:11.806Z Done
2172024-04-01T22:10:11.910Z Done
2182024-04-01T22:10:11.943Z Done
2192024-04-01T22:10:12.385Z Done
2202024-04-01T22:10:12.528ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-04-01T22:10:12.528Zclang system 15 system
2222024-04-01T22:10:12.528Zcsh system system illumos
2232024-04-01T22:10:12.528Zctags system system illumos
2242024-04-01T22:10:12.528Zgcc vendor 12 vendor
2252024-04-01T22:10:12.529Zgcc system 10 system
2262024-04-01T22:10:12.529Zgcc system 7 system
2272024-04-01T22:10:12.529Zgo system 1.20 system
2282024-04-01T22:10:12.529Zgo system 1.19 system
2292024-04-01T22:10:12.529Zllvm system 15 system
2302024-04-01T22:10:12.529Zllvm system 14 system
2312024-04-01T22:10:12.529Zmariadb system 10.6 system
2322024-04-01T22:10:12.529Zmta vendor vendor dma
2332024-04-01T22:10:12.529Zopenjdk system 17 system
2342024-04-01T22:10:12.529Zopenjdk system 11 system
2352024-04-01T22:10:12.529Zopenjdk system 1.8 system
2362024-04-01T22:10:12.529Zopenssl vendor 3 vendor
2372024-04-01T22:10:12.529Zperl system 5.36 system
2382024-04-01T22:10:12.529Zpostgresql system 15 system
2392024-04-01T22:10:12.529Zpostgresql system 13 system
2402024-04-01T22:10:12.529Zpython vendor 3 vendor
2412024-04-01T22:10:12.529Zpython system 2 system
2422024-04-01T22:10:12.530Zpython3 system 3.11 system
2432024-04-01T22:10:12.530Zruby system 3.0 system
2442024-04-01T22:10:12.530Zwords vendor vendor american-english
2452024-04-01T22:10:12.530Zwords system system australian-english
2462024-04-01T22:10:12.530Zwords system system british-english
2472024-04-01T22:10:12.530Zwords system system canadian-english
2482024-04-01T22:10:12.530Zwords system system french
2492024-04-01T22:10:12.530Zwords system system italian
2502024-04-01T22:10:12.530Zwords system system ngerman
2512024-04-01T22:10:12.530Zwords system system ogerman
2522024-04-01T22:10:12.530Zwords system system spanish
2532024-04-01T22:10:12.913ZPUBLISHER TYPE STATUS P LOCATION
2542024-04-01T22:10:12.913Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-04-01T22:10:14.456ZFMRI IFO
2562024-04-01T22:10:14.456Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-04-01T22:10:14.456Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-04-01T22:10:14.456Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-04-01T22:10:14.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-04-01T22:10:14.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-04-01T22:10:14.456Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-04-01T22:10:14.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2632024-04-01T22:10:14.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-04-01T22:10:14.456Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-04-01T22:10:14.456Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-04-01T22:10:14.456Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-04-01T22:10:14.456Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-04-01T22:10:14.679Z+ set -o errexit
2692024-04-01T22:10:14.750Z+++ dirname ./tools/ci_download_cockroachdb
2702024-04-01T22:10:14.750Z++ cd ./tools
2712024-04-01T22:10:14.750Z++ pwd
2722024-04-01T22:10:14.750Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2732024-04-01T22:10:14.750Z++ basename ./tools/ci_download_cockroachdb
2742024-04-01T22:10:14.750Z+ ARG0=ci_download_cockroachdb
2752024-04-01T22:10:14.750Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2762024-04-01T22:10:14.750Z+ CIDL_VERSION=v22.1.9
2772024-04-01T22:10:14.751Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2782024-04-01T22:10:14.751Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2792024-04-01T22:10:14.751Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2802024-04-01T22:10:14.751Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-04-01T22:10:14.751Z+ TARGET_DIR=out
2822024-04-01T22:10:14.751Z+ DOWNLOAD_DIR=out/downloads
2832024-04-01T22:10:14.751Z+ DEST_DIR=./out/cockroachdb
2842024-04-01T22:10:14.751Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2852024-04-01T22:10:14.752Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2862024-04-01T22:10:14.752Z+ main
2872024-04-01T22:10:14.752Z+ [[ 0 != 0 ]]
2882024-04-01T22:10:14.752Z+ CIDL_OS=solaris2.11
2892024-04-01T22:10:14.752Z+ [[ 0 != 0 ]]
2902024-04-01T22:10:14.752Z+ configure_os solaris2.11
2912024-04-01T22:10:14.752Z+ echo 'current directory: /work/oxidecomputer/omicron'
2922024-04-01T22:10:14.752Z+ echo 'configuring based on OS: "solaris2.11"'
2932024-04-01T22:10:14.752Zcurrent directory: /work/oxidecomputer/omicron
2942024-04-01T22:10:14.753Zconfiguring based on OS: "solaris2.11"
2952024-04-01T22:10:14.753Z+ case "$1" in
2962024-04-01T22:10:14.753Z+ CIDL_BUILD=illumos
2972024-04-01T22:10:14.753Z+ CIDL_SUFFIX=tar.gz
2982024-04-01T22:10:14.753Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2992024-04-01T22:10:14.753Z+ CIDL_URL_BASE=https://illumos.org/downloads
3002024-04-01T22:10:14.753Z+ CIDL_ASSEMBLE=do_assemble_illumos
3012024-04-01T22:10:14.753Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3022024-04-01T22:10:14.753Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3032024-04-01T22:10:14.753Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-01T22:10:14.754Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3052024-04-01T22:10:14.754Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-01T22:10:14.754Z+ CIDL_SHA256FUNC=do_sha256sum
3072024-04-01T22:10:14.754Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-04-01T22:10:14.754ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-04-01T22:10:14.754Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-04-01T22:10:14.754Z+ mkdir -p out/downloads
3112024-04-01T22:10:14.754ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-04-01T22:10:14.754Z+ mkdir -p ./out/cockroachdb
3132024-04-01T22:10:14.755Z+ local DO_DOWNLOAD=true
3142024-04-01T22:10:14.755Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3152024-04-01T22:10:14.755Z+ '[' true == true ']'
3162024-04-01T22:10:14.755Z+ echo Downloading...
3172024-04-01T22:10:14.755ZDownloading...
3182024-04-01T22:10:14.755Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-04-01T22:10:14.755Z+ 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
3202024-04-01T22:10:18.669Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-01T22:10:18.704Z++ sha256sum
3222024-04-01T22:10:18.704Z++ awk '{print $1}'
3232024-04-01T22:10:18.749Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3242024-04-01T22:10:18.749Z+ [[ 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 ]]
3252024-04-01T22:10:18.749Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-04-01T22:10:18.749Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3272024-04-01T22:10:21.679Z+ do_assemble_illumos
3282024-04-01T22:10:21.679Z+ rm -r ./out/cockroachdb
3292024-04-01T22:10:21.703Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3302024-04-01T22:10:22.245Z+ ./out/cockroachdb/bin/cockroach version
3312024-04-01T22:10:22.521ZBuild Tag: v22.1.9-dirty
3322024-04-01T22:10:22.521ZBuild Time: 2022/10/26 21:17:46
3332024-04-01T22:10:22.521ZDistribution: OSS
3342024-04-01T22:10:22.522ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3352024-04-01T22:10:22.522ZGo Version: go1.17.13
3362024-04-01T22:10:22.522ZC Compiler: gcc 10.3.0
3372024-04-01T22:10:22.522ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3382024-04-01T22:10:22.522ZBuild Type: release
3392024-04-01T22:10:22.557Z+ set -o errexit
3402024-04-01T22:10:22.557Z+++ dirname ./tools/ci_download_clickhouse
3412024-04-01T22:10:22.557Z++ cd ./tools
3422024-04-01T22:10:22.557Z++ pwd
3432024-04-01T22:10:22.557Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3442024-04-01T22:10:22.557Z++ basename ./tools/ci_download_clickhouse
3452024-04-01T22:10:22.557Z+ ARG0=ci_download_clickhouse
3462024-04-01T22:10:22.558Z+ TARGET_DIR=out
3472024-04-01T22:10:22.558Z+ DOWNLOAD_DIR=out/downloads
3482024-04-01T22:10:22.558Z+ DEST_DIR=./out/clickhouse
3492024-04-01T22:10:22.558Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3502024-04-01T22:10:22.615Z+ CIDL_VERSION=v23.8.7.24
3512024-04-01T22:10:22.615Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3522024-04-01T22:10:22.615Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3532024-04-01T22:10:22.615Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3542024-04-01T22:10:22.615Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3552024-04-01T22:10:22.615Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3562024-04-01T22:10:22.615Z+ main
3572024-04-01T22:10:22.615Z+ [[ 0 != 0 ]]
3582024-04-01T22:10:22.615Z+ CIDL_OS=solaris2.11
3592024-04-01T22:10:22.615Z+ [[ 0 != 0 ]]
3602024-04-01T22:10:22.615Z+ configure_os solaris2.11
3612024-04-01T22:10:22.616Z+ echo 'current directory: /work/oxidecomputer/omicron'
3622024-04-01T22:10:22.616Zcurrent directory: /work/oxidecomputer/omicron
3632024-04-01T22:10:22.616Z+ echo 'configuring based on OS: "solaris2.11"'
3642024-04-01T22:10:22.616Z+ CIDL_DASHREV=
3652024-04-01T22:10:22.616Zconfiguring based on OS: "solaris2.11"
3662024-04-01T22:10:22.616Z+ case "$1" in
3672024-04-01T22:10:22.616Z+ CIDL_PLATFORM=illumos
3682024-04-01T22:10:22.616Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3692024-04-01T22:10:22.616Z+ CIDL_MD5FUNC=do_md5sum
3702024-04-01T22:10:22.616Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3712024-04-01T22:10:22.616Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-01T22:10:22.616Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-01T22:10:22.616Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-04-01T22:10:22.617Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3752024-04-01T22:10:22.617ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-04-01T22:10:22.617Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-04-01T22:10:22.617Z+ mkdir -p out/downloads
3782024-04-01T22:10:22.617ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-04-01T22:10:22.617Z+ mkdir -p ./out/clickhouse
3802024-04-01T22:10:22.617Z+ local DO_DOWNLOAD=true
3812024-04-01T22:10:22.617Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3822024-04-01T22:10:22.617Z+ '[' true == true ']'
3832024-04-01T22:10:22.617Z+ echo Downloading...
3842024-04-01T22:10:22.617Z+ 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
3852024-04-01T22:10:22.617ZDownloading...
3862024-04-01T22:10:22.618Z+ 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
3872024-04-01T22:10:30.492Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3882024-04-01T22:10:30.516Z++ md5sum
3892024-04-01T22:10:30.516Z++ awk '{print $1}'
3902024-04-01T22:10:30.759Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3912024-04-01T22:10:30.759Z+ [[ 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 ]]
3922024-04-01T22:10:30.759Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3932024-04-01T22:10:30.759Z+ mkdir -p ./out/clickhouse
3942024-04-01T22:10:30.784Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3952024-04-01T22:10:36.009Z+ [[ solaris2.11 == darwin* ]]
3962024-04-01T22:10:36.009Z+ ./out/clickhouse/clickhouse server --version
3972024-04-01T22:10:36.154ZClickHouse server version 23.8.7.1.
3982024-04-01T22:10:36.185Z+ set -o errexit
3992024-04-01T22:10:36.209Z+++ dirname ./tools/ci_download_console
4002024-04-01T22:10:36.209Z++ cd ./tools
4012024-04-01T22:10:36.209Z++ pwd
4022024-04-01T22:10:36.209Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4032024-04-01T22:10:36.209Z++ basename ./tools/ci_download_console
4042024-04-01T22:10:36.209Z+ ARG0=ci_download_console
4052024-04-01T22:10:36.210Z+ TARGET_DIR=out
4062024-04-01T22:10:36.210Z+ DOWNLOAD_DIR=out/downloads
4072024-04-01T22:10:36.210Z+ DEST_DIR=./out/console-assets
4082024-04-01T22:10:36.210Z+ source /work/oxidecomputer/omicron/tools/console_version
4092024-04-01T22:10:36.210Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4102024-04-01T22:10:36.210Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4112024-04-01T22:10:36.210Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4122024-04-01T22:10:36.210Z+ TARBALL_FILE=out/downloads/console.tar.gz
4132024-04-01T22:10:36.210Z+ main
4142024-04-01T22:10:36.210Z+ [[ 0 != 0 ]]
4152024-04-01T22:10:36.210Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4162024-04-01T22:10:36.210Z+ echo 'Local file: out/downloads/console.tar.gz'
4172024-04-01T22:10:36.210ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4182024-04-01T22:10:36.210ZLocal file: out/downloads/console.tar.gz
4192024-04-01T22:10:36.210Z+ local DO_DOWNLOAD=true
4202024-04-01T22:10:36.210Z+ [[ -f out/downloads/console.tar.gz ]]
4212024-04-01T22:10:36.210Z+ mkdir -p out/downloads
4222024-04-01T22:10:36.210Z+ '[' true == true ']'
4232024-04-01T22:10:36.210Z+ echo Downloading...
4242024-04-01T22:10:36.211ZDownloading...
4252024-04-01T22:10:36.211Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4262024-04-01T22:10:36.211Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4272024-04-01T22:10:36.580Z++ do_sha256sum out/downloads/console.tar.gz
4282024-04-01T22:10:36.580Z++ case "$OSTYPE" in
4292024-04-01T22:10:36.580Z++ SHA=sha256sum
4302024-04-01T22:10:36.604Z++ sha256sum
4312024-04-01T22:10:36.605Z++ awk '{print $1}'
4322024-04-01T22:10:36.605Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4332024-04-01T22:10:36.605Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4342024-04-01T22:10:36.605Z+ rm -rf ./out/console-assets
4352024-04-01T22:10:36.605Z+ mkdir -p ./out/console-assets
4362024-04-01T22:10:36.605Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4372024-04-01T22:10:36.605Z+ mkdir -p ./out/console-assets
4382024-04-01T22:10:36.605Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4392024-04-01T22:10:36.737Z+ set -o errexit
4402024-04-01T22:10:37.173Z+++ dirname ./tools/ci_download_maghemite_openapi
4412024-04-01T22:10:37.173Z++ cd ./tools
4422024-04-01T22:10:37.173Z++ pwd
4432024-04-01T22:10:37.173Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4442024-04-01T22:10:37.174Z++ basename ./tools/ci_download_maghemite_openapi
4452024-04-01T22:10:37.174Z+ ARG0=ci_download_maghemite_openapi
4462024-04-01T22:10:37.174Z+ TARGET_DIR=out
4472024-04-01T22:10:37.174Z+ DOWNLOAD_DIR=out/downloads
4482024-04-01T22:10:37.174Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4492024-04-01T22:10:37.174Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4502024-04-01T22:10:37.174Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4512024-04-01T22:10:37.174Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4522024-04-01T22:10:37.174Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4532024-04-01T22:10:37.174Z+ main
4542024-04-01T22:10:37.174Z+ rm -rf out/downloads/root
4552024-04-01T22:10:37.174Z+ [[ 0 != 0 ]]
4562024-04-01T22:10:37.174Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4572024-04-01T22:10:37.175Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4582024-04-01T22:10:37.175Z+ local DO_DOWNLOAD=true
4592024-04-01T22:10:37.175ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4602024-04-01T22:10:37.175Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4612024-04-01T22:10:37.175ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4622024-04-01T22:10:37.175Z+ mkdir -p out/downloads
4632024-04-01T22:10:37.175Z+ '[' true == true ']'
4642024-04-01T22:10:37.175Z+ echo Downloading...
4652024-04-01T22:10:37.175ZDownloading...
4662024-04-01T22:10:37.175Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-04-01T22:10:37.176Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4682024-04-01T22:10:37.209Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-01T22:10:37.209Z++ case "$OSTYPE" in
4702024-04-01T22:10:37.209Z++ SHA=sha256sum
4712024-04-01T22:10:37.210Z++ sha256sum
4722024-04-01T22:10:37.210Z++ awk '{print $1}'
4732024-04-01T22:10:37.210Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4742024-04-01T22:10:37.210Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4752024-04-01T22:10:37.210Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4762024-04-01T22:10:37.210Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4772024-04-01T22:10:37.210Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4782024-04-01T22:10:37.210Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4792024-04-01T22:10:37.210Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-04-01T22:10:37.210Z+ main
4812024-04-01T22:10:37.210Z+ rm -rf out/downloads/root
4822024-04-01T22:10:37.210Z+ [[ 0 != 0 ]]
4832024-04-01T22:10:37.211Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4842024-04-01T22:10:37.211Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4852024-04-01T22:10:37.211Z+ local DO_DOWNLOAD=true
4862024-04-01T22:10:37.211Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4872024-04-01T22:10:37.211Z+ mkdir -p out/downloads
4882024-04-01T22:10:37.211ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4892024-04-01T22:10:37.211ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4902024-04-01T22:10:37.212Z+ '[' true == true ']'
4912024-04-01T22:10:37.212Z+ echo Downloading...
4922024-04-01T22:10:37.212ZDownloading...
4932024-04-01T22:10:37.212Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4942024-04-01T22:10:37.212Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4952024-04-01T22:10:37.388Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4962024-04-01T22:10:37.388Z++ case "$OSTYPE" in
4972024-04-01T22:10:37.388Z++ SHA=sha256sum
4982024-04-01T22:10:37.412Z++ sha256sum
4992024-04-01T22:10:37.412Z++ awk '{print $1}'
5002024-04-01T22:10:37.412Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5012024-04-01T22:10:37.412Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5022024-04-01T22:10:37.412Z+ set -o errexit
5032024-04-01T22:10:37.412Z+++ dirname ./tools/ci_download_dendrite_openapi
5042024-04-01T22:10:37.412Z++ cd ./tools
5052024-04-01T22:10:37.412Z++ pwd
5062024-04-01T22:10:37.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-04-01T22:10:37.413Z++ basename ./tools/ci_download_dendrite_openapi
5082024-04-01T22:10:37.437Z+ ARG0=ci_download_dendrite_openapi
5092024-04-01T22:10:37.437Z+ TARGET_DIR=out
5102024-04-01T22:10:37.437Z+ DOWNLOAD_DIR=out/downloads
5112024-04-01T22:10:37.437Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122024-04-01T22:10:37.437Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5132024-04-01T22:10:37.437Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5142024-04-01T22:10:37.437Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5152024-04-01T22:10:37.437Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5162024-04-01T22:10:37.437Z+ main
5172024-04-01T22:10:37.437Z+ [[ 0 != 0 ]]
5182024-04-01T22:10:37.437Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5192024-04-01T22:10:37.437ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5202024-04-01T22:10:37.437Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5212024-04-01T22:10:37.437Z+ local DO_DOWNLOAD=true
5222024-04-01T22:10:37.437ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5232024-04-01T22:10:37.437Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5242024-04-01T22:10:37.437Z+ mkdir -p out/downloads
5252024-04-01T22:10:37.438Z+ '[' true == true ']'
5262024-04-01T22:10:37.438Z+ echo Downloading...
5272024-04-01T22:10:37.438ZDownloading...
5282024-04-01T22:10:37.438Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5292024-04-01T22:10:37.438Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5302024-04-01T22:10:39.127Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5312024-04-01T22:10:39.127Z++ case "$OSTYPE" in
5322024-04-01T22:10:39.127Z++ SHA=sha256sum
5332024-04-01T22:10:39.153Z++ sha256sum
5342024-04-01T22:10:39.153Z++ awk '{print $1}'
5352024-04-01T22:10:39.153Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-04-01T22:10:39.153Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5372024-04-01T22:10:39.153Z+ set -o errexit
5382024-04-01T22:10:39.153Z+++ dirname ./tools/ci_download_dendrite_stub
5392024-04-01T22:10:39.153Z++ cd ./tools
5402024-04-01T22:10:39.153Z++ pwd
5412024-04-01T22:10:39.153Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5422024-04-01T22:10:39.153Z++ basename ./tools/ci_download_dendrite_stub
5432024-04-01T22:10:39.178Z+ ARG0=ci_download_dendrite_stub
5442024-04-01T22:10:39.178Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5452024-04-01T22:10:39.178Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5462024-04-01T22:10:39.178Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5472024-04-01T22:10:39.178Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5482024-04-01T22:10:39.178Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5492024-04-01T22:10:39.178Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5502024-04-01T22:10:39.178Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5512024-04-01T22:10:39.178Z+ TARGET_DIR=out
5522024-04-01T22:10:39.178Z+ DOWNLOAD_DIR=out/downloads
5532024-04-01T22:10:39.178Z+ DEST_DIR=./out/dendrite-stub
5542024-04-01T22:10:39.178Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5552024-04-01T22:10:39.178Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5562024-04-01T22:10:39.178Z+ REPO=oxidecomputer/dendrite
5572024-04-01T22:10:39.178Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5582024-04-01T22:10:39.178Z+ main
5592024-04-01T22:10:39.178Z+ [[ 0 != 0 ]]
5602024-04-01T22:10:39.179Z+ CIDL_OS=solaris2.11
5612024-04-01T22:10:39.179Z+ [[ 0 != 0 ]]
5622024-04-01T22:10:39.179Z+ configure_os solaris2.11
5632024-04-01T22:10:39.179Z+ echo 'current directory: /work/oxidecomputer/omicron'
5642024-04-01T22:10:39.179Z+ echo 'configuring based on OS: "solaris2.11"'
5652024-04-01T22:10:39.179Zcurrent directory: /work/oxidecomputer/omicron
5662024-04-01T22:10:39.179Z+ case "$1" in
5672024-04-01T22:10:39.179Zconfiguring based on OS: "solaris2.11"
5682024-04-01T22:10:39.179Z+ SET_BINARIES=
5692024-04-01T22:10:39.179Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5702024-04-01T22:10:39.179Z+ CIDL_SHA256FUNC=do_sha256sum
5712024-04-01T22:10:39.179Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5722024-04-01T22:10:39.179Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5732024-04-01T22:10:39.179Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5742024-04-01T22:10:39.179Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5752024-04-01T22:10:39.179Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5762024-04-01T22:10:39.179Z+ mkdir -p out/downloads
5772024-04-01T22:10:39.179ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5782024-04-01T22:10:39.179ZLocal file: out/downloads/dendrite-stub.tar.gz
5792024-04-01T22:10:39.179Z+ mkdir -p ./out/dendrite-stub
5802024-04-01T22:10:39.179Z+ fetch_and_verify
5812024-04-01T22:10:39.180Z+ local DO_DOWNLOAD=true
5822024-04-01T22:10:39.180Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5832024-04-01T22:10:39.180Z+ '[' true == true ']'
5842024-04-01T22:10:39.180Z+ echo Downloading...
5852024-04-01T22:10:39.180ZDownloading...
5862024-04-01T22:10:39.180Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5872024-04-01T22:10:39.180Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5882024-04-01T22:10:50.402Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5892024-04-01T22:10:50.428Z++ sha256sum
5902024-04-01T22:10:50.429Z++ awk '{print $1}'
5912024-04-01T22:10:50.429Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5922024-04-01T22:10:50.429Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5932024-04-01T22:10:50.429Z+ do_untar out/downloads/dendrite-stub.tar.gz
5942024-04-01T22:10:50.429Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5952024-04-01T22:10:51.228Z+ do_assemble
5962024-04-01T22:10:51.228Z+ rm -r ./out/dendrite-stub
5972024-04-01T22:10:51.259Z+ mkdir ./out/dendrite-stub
5982024-04-01T22:10:51.259Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5992024-04-01T22:10:51.362Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6002024-04-01T22:10:51.389Z+ set -o errexit
6012024-04-01T22:10:51.389Z+++ dirname ./tools/ci_download_maghemite_mgd
6022024-04-01T22:10:51.389Z++ cd ./tools
6032024-04-01T22:10:51.389Z++ pwd
6042024-04-01T22:10:51.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6052024-04-01T22:10:51.389Z++ basename ./tools/ci_download_maghemite_mgd
6062024-04-01T22:10:51.390Z+ ARG0=ci_download_maghemite_mgd
6072024-04-01T22:10:51.390Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6082024-04-01T22:10:51.390Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6092024-04-01T22:10:51.390Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6102024-04-01T22:10:51.414Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6112024-04-01T22:10:51.414Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6122024-04-01T22:10:51.415Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6132024-04-01T22:10:51.415Z+ TARGET_DIR=out
6142024-04-01T22:10:51.415Z+ DOWNLOAD_DIR=out/downloads
6152024-04-01T22:10:51.415Z+ DEST_DIR=./out/mgd
6162024-04-01T22:10:51.415Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6172024-04-01T22:10:51.415Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6182024-04-01T22:10:51.415Z+ REPO=oxidecomputer/maghemite
6192024-04-01T22:10:51.415Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6202024-04-01T22:10:51.415Z+ main
6212024-04-01T22:10:51.415Z+ rm -rf out/downloads/root
6222024-04-01T22:10:51.415Z+ [[ 0 != 0 ]]
6232024-04-01T22:10:51.415Z+ CIDL_OS=solaris2.11
6242024-04-01T22:10:51.415Z+ [[ 0 != 0 ]]
6252024-04-01T22:10:51.415Z+ configure_os solaris2.11
6262024-04-01T22:10:51.415Z+ echo 'current directory: /work/oxidecomputer/omicron'
6272024-04-01T22:10:51.415Zcurrent directory: /work/oxidecomputer/omicron
6282024-04-01T22:10:51.415Z+ echo 'configuring based on OS: "solaris2.11"'
6292024-04-01T22:10:51.415Z+ case "$1" in
6302024-04-01T22:10:51.415Z+ SET_BINARIES=
6312024-04-01T22:10:51.415Zconfiguring based on OS: "solaris2.11"
6322024-04-01T22:10:51.415Z+ CIDL_SHA256FUNC=do_sha256sum
6332024-04-01T22:10:51.416Z+ TARBALL_FILENAME=mgd.tar.gz
6342024-04-01T22:10:51.416Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-04-01T22:10:51.416Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6362024-04-01T22:10:51.416Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6372024-04-01T22:10:51.416ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6382024-04-01T22:10:51.416Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6392024-04-01T22:10:51.416Z+ mkdir -p out/downloads
6402024-04-01T22:10:51.416ZLocal file: out/downloads/mgd.tar.gz
6412024-04-01T22:10:51.416Z+ mkdir -p ./out/mgd
6422024-04-01T22:10:51.416Z+ fetch_and_verify
6432024-04-01T22:10:51.416Z+ local DO_DOWNLOAD=true
6442024-04-01T22:10:51.416Z+ [[ -f out/downloads/mgd.tar.gz ]]
6452024-04-01T22:10:51.416Z+ '[' true == true ']'
6462024-04-01T22:10:51.416Z+ echo Downloading...
6472024-04-01T22:10:51.416ZDownloading...
6482024-04-01T22:10:51.416Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6492024-04-01T22:10:51.416Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6502024-04-01T22:10:56.604Z++ do_sha256sum out/downloads/mgd.tar.gz
6512024-04-01T22:10:56.628Z++ sha256sum
6522024-04-01T22:10:56.628Z++ awk '{print $1}'
6532024-04-01T22:10:56.653Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6542024-04-01T22:10:56.653Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6552024-04-01T22:10:56.653Z+ do_untar out/downloads/mgd.tar.gz
6562024-04-01T22:10:56.653Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6572024-04-01T22:10:57.407Z+ do_assemble
6582024-04-01T22:10:57.407Z+ rm -r ./out/mgd
6592024-04-01T22:10:57.431Z+ mkdir ./out/mgd
6602024-04-01T22:10:57.431Z+ cp -r out/downloads/root ./out/mgd/root
6612024-04-01T22:10:57.487Z+ set -o errexit
6622024-04-01T22:10:57.534Z+++ dirname ./tools/ci_download_transceiver_control
6632024-04-01T22:10:57.534Z++ cd ./tools
6642024-04-01T22:10:57.534Z++ pwd
6652024-04-01T22:10:57.534Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6662024-04-01T22:10:57.534Z++ basename ./tools/ci_download_transceiver_control
6672024-04-01T22:10:57.534Z+ ARG0=ci_download_transceiver_control
6682024-04-01T22:10:57.534Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6692024-04-01T22:10:57.534Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702024-04-01T22:10:57.534Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712024-04-01T22:10:57.534Z+ TARGET_DIR=out
6722024-04-01T22:10:57.534Z+ DOWNLOAD_DIR=out/downloads
6732024-04-01T22:10:57.534Z+ DEST_DIR=./out/transceiver-control
6742024-04-01T22:10:57.534Z+ BIN_DIR=/opt/oxide/bin
6752024-04-01T22:10:57.534Z+ BINARY=xcvradm
6762024-04-01T22:10:57.534Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6772024-04-01T22:10:57.535Z+ REPO=oxidecomputer/transceiver-control
6782024-04-01T22:10:57.535Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6792024-04-01T22:10:57.535Z+ main
6802024-04-01T22:10:57.535Z+ [[ 0 != 0 ]]
6812024-04-01T22:10:57.535Z+ CIDL_OS=solaris2.11
6822024-04-01T22:10:57.535Z+ [[ 0 != 0 ]]
6832024-04-01T22:10:57.535Z+ configure_os solaris2.11
6842024-04-01T22:10:57.535Z+ echo 'current directory: /work/oxidecomputer/omicron'
6852024-04-01T22:10:57.535Z+ echo 'configuring based on OS: "solaris2.11"'
6862024-04-01T22:10:57.535Zcurrent directory: /work/oxidecomputer/omicron
6872024-04-01T22:10:57.535Zconfiguring based on OS: "solaris2.11"
6882024-04-01T22:10:57.535Z+ case "$1" in
6892024-04-01T22:10:57.535Z+ SET_BINARIES=
6902024-04-01T22:10:57.535Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6912024-04-01T22:10:57.535Z+ CIDL_SHA256FUNC=do_sha256sum
6922024-04-01T22:10:57.535Z+ ARCHIVE_FILENAME=xcvradm.gz
6932024-04-01T22:10:57.535Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6942024-04-01T22:10:57.535Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6952024-04-01T22:10:57.535Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6962024-04-01T22:10:57.535ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6972024-04-01T22:10:57.535Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982024-04-01T22:10:57.536Z+ mkdir -p out/downloads
6992024-04-01T22:10:57.536ZLocal file: out/downloads/xcvradm.gz
7002024-04-01T22:10:57.536Z+ mkdir -p ./out/transceiver-control
7012024-04-01T22:10:57.536Z+ fetch_and_verify
7022024-04-01T22:10:57.536Z+ local DO_DOWNLOAD=true
7032024-04-01T22:10:57.536Z+ [[ -f out/downloads/xcvradm.gz ]]
7042024-04-01T22:10:57.536Z+ '[' true == true ']'
7052024-04-01T22:10:57.536Z+ echo Downloading...
7062024-04-01T22:10:57.536Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7072024-04-01T22:10:57.536ZDownloading...
7082024-04-01T22:10:57.536Z+ 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
7092024-04-01T22:10:59.449Z++ do_sha256sum out/downloads/xcvradm.gz
7102024-04-01T22:10:59.473Z++ sha256sum
7112024-04-01T22:10:59.473Z++ awk '{print $1}'
7122024-04-01T22:10:59.473Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7132024-04-01T22:10:59.473Z+ [[ 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 ]]
7142024-04-01T22:10:59.473Z+ do_unpack out/downloads/xcvradm.gz
7152024-04-01T22:10:59.473Z+ mkdir -p out/downloads/root//opt/oxide/bin
7162024-04-01T22:10:59.474Z+ gzip -dc out/downloads/xcvradm.gz
7172024-04-01T22:10:59.600Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7182024-04-01T22:10:59.625Z+ do_assemble
7192024-04-01T22:10:59.625Z+ rm -r ./out/transceiver-control
7202024-04-01T22:10:59.625Z+ mkdir ./out/transceiver-control
7212024-04-01T22:10:59.625Z+ cp -r out/downloads/root ./out/transceiver-control/root
7222024-04-01T22:11:00.123Z+ set -o errexit
7232024-04-01T22:11:00.166Z+++ dirname ./tools/ci_download_thundermuffin
7242024-04-01T22:11:00.166Z++ cd ./tools
7252024-04-01T22:11:00.166Z++ pwd
7262024-04-01T22:11:00.166Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7272024-04-01T22:11:00.167Z++ basename ./tools/ci_download_thundermuffin
7282024-04-01T22:11:00.167Z+ ARG0=ci_download_thundermuffin
7292024-04-01T22:11:00.167Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7302024-04-01T22:11:00.167Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7312024-04-01T22:11:00.167Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7322024-04-01T22:11:00.167Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7332024-04-01T22:11:00.168Z+ TARGET_DIR=out
7342024-04-01T22:11:00.168Z+ DOWNLOAD_DIR=out/downloads
7352024-04-01T22:11:00.168Z+ DEST_DIR=./out/thundermuffin
7362024-04-01T22:11:00.168Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7372024-04-01T22:11:00.169Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7382024-04-01T22:11:00.169Z+ REPO=oxidecomputer/thundermuffin
7392024-04-01T22:11:00.169Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7402024-04-01T22:11:00.169Z+ main
7412024-04-01T22:11:00.169Z+ rm -rf out/downloads/root
7422024-04-01T22:11:00.169Z+ [[ 0 != 0 ]]
7432024-04-01T22:11:00.170Z+ CIDL_OS=solaris2.11
7442024-04-01T22:11:00.170Z+ [[ 0 != 0 ]]
7452024-04-01T22:11:00.170Z+ configure_os solaris2.11
7462024-04-01T22:11:00.170Z+ echo 'current directory: /work/oxidecomputer/omicron'
7472024-04-01T22:11:00.171Zcurrent directory: /work/oxidecomputer/omicron
7482024-04-01T22:11:00.171Z+ echo 'configuring based on OS: "solaris2.11"'
7492024-04-01T22:11:00.171Z+ case "$1" in
7502024-04-01T22:11:00.171Zconfiguring based on OS: "solaris2.11"
7512024-04-01T22:11:00.172Z+ SET_BINARIES=
7522024-04-01T22:11:00.172Z+ CIDL_SHA256FUNC=do_sha256sum
7532024-04-01T22:11:00.173Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7542024-04-01T22:11:00.173Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7552024-04-01T22:11:00.173Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7562024-04-01T22:11:00.174Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7572024-04-01T22:11:00.174ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7582024-04-01T22:11:00.174Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7592024-04-01T22:11:00.175ZLocal file: out/downloads/thundermuffin.tar.gz
7602024-04-01T22:11:00.175Z+ mkdir -p out/downloads
7612024-04-01T22:11:00.175Z+ mkdir -p ./out/thundermuffin
7622024-04-01T22:11:00.176Z+ fetch_and_verify
7632024-04-01T22:11:00.176Z+ local DO_DOWNLOAD=true
7642024-04-01T22:11:00.176Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7652024-04-01T22:11:00.176Z+ '[' true == true ']'
7662024-04-01T22:11:00.177Z+ echo Downloading...
7672024-04-01T22:11:00.177ZDownloading...
7682024-04-01T22:11:00.177Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7692024-04-01T22:11:00.178Z+ 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
7702024-04-01T22:11:01.164Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7712024-04-01T22:11:01.189Z++ sha256sum
7722024-04-01T22:11:01.189Z++ awk '{print $1}'
7732024-04-01T22:11:01.189Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7742024-04-01T22:11:01.189Z+ [[ 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 ]]
7752024-04-01T22:11:01.189Z+ do_untar out/downloads/thundermuffin.tar.gz
7762024-04-01T22:11:01.189Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7772024-04-01T22:11:01.259Z+ do_assemble
7782024-04-01T22:11:01.259Z+ rm -r ./out/thundermuffin
7792024-04-01T22:11:01.284Z+ mkdir ./out/thundermuffin
7802024-04-01T22:11:01.284Z+ cp -r out/downloads/root ./out/thundermuffin/root
7812024-04-01T22:11:01.308ZAll builder prerequisites installed successfully, and PATH looks valid
7822024-04-01T22:11:01.308Z
7832024-04-01T22:11:01.308Zreal 1:42.305175268
7842024-04-01T22:11:01.309Zuser 43.811471560
7852024-04-01T22:11:01.309Zsys 11.590930754
7862024-04-01T22:11:01.309Ztrap 0.013294649
7872024-04-01T22:11:01.309Ztflt 0.011856549
7882024-04-01T22:11:01.309Zdflt 0.019378097
7892024-04-01T22:11:01.309Zkflt 0.005965132
7902024-04-01T22:11:01.309Zlock 1.887641092
7912024-04-01T22:11:01.309Zslp 3:22.913031733
7922024-04-01T22:11:01.309Zlat 4.690663580
7932024-04-01T22:11:01.309Zstop 0.068319475
7942024-04-01T22:11:01.309Z
7952024-04-01T22:11:01.309Z #### # # ##### ##### # #
7962024-04-01T22:11:01.309Z # # # # # # # # # #
7972024-04-01T22:11:01.309Z # # # # # # # #
7982024-04-01T22:11:01.309Z # # # ##### ##### #
7992024-04-01T22:11:01.309Z # # # # # # #
8002024-04-01T22:11:01.309Z #### ###### # # # #
8012024-04-01T22:11:01.309Z
8022024-04-01T22:11:01.560Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8032024-04-01T22:11:02.490Z Updating git repository `https://github.com/oxidecomputer/samael`
8042024-04-01T22:11:03.354Z Updating git repository `https://github.com/oxidecomputer/zone`
8052024-04-01T22:11:04.073Z Updating crates.io index
8062024-04-01T22:11:04.097Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8072024-04-01T22:11:05.465Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8082024-04-01T22:11:06.635Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8092024-04-01T22:11:09.445Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8102024-04-01T22:11:10.179Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8112024-04-01T22:11:10.825Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122024-04-01T22:11:13.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
8132024-04-01T22:11:16.557Z Updating git repository `https://github.com/oxidecomputer/opte`
8142024-04-01T22:11:18.183Z Updating git repository `https://github.com/oxidecomputer/falcon`
8152024-04-01T22:11:19.801Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8162024-04-01T22:11:20.510Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8172024-04-01T22:11:21.650Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8182024-04-01T22:11:22.381Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8192024-04-01T22:11:23.112Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8202024-04-01T22:11:24.091Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8212024-04-01T22:11:24.724Z Updating git repository `http://github.com/oxidecomputer/tofino`
8222024-04-01T22:11:25.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8232024-04-01T22:11:26.184Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8242024-04-01T22:11:26.810Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8252024-04-01T22:11:27.547Z Updating git repository `https://github.com/oxidecomputer/ispf`
8262024-04-01T22:11:28.218Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8272024-04-01T22:11:28.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8282024-04-01T22:11:29.749Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8292024-04-01T22:11:30.628Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8302024-04-01T22:11:31.481Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8312024-04-01T22:11:33.166Z Updating git repository `https://github.com/jgallagher/nix`
8322024-04-01T22:11:35.042Z Updating git repository `https://github.com/cbiffle/hubpack`
8332024-04-01T22:11:35.752Z Updating git repository `https://github.com/oxidecomputer/typify`
8342024-04-01T22:11:38.147Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352024-04-01T22:11:39.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362024-04-01T22:11:39.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372024-04-01T22:11:40.926Z Updating git repository `https://github.com/oxidecomputer/rfb`
8382024-04-01T22:11:42.725Z Downloading crates ...
8392024-04-01T22:11:42.776Z Downloaded anstyle-parse v0.2.1
8402024-04-01T22:11:42.802Z Downloaded clap v4.5.1
8412024-04-01T22:11:42.802Z Downloaded serde_derive v1.0.197
8422024-04-01T22:11:42.802Z Downloaded toml_datetime v0.6.5
8432024-04-01T22:11:42.803Z Downloaded strsim v0.11.0
8442024-04-01T22:11:42.803Z Downloaded thiserror v1.0.57
8452024-04-01T22:11:42.828Z Downloaded utf8parse v0.2.1
8462024-04-01T22:11:42.828Z Downloaded toml v0.8.10
8472024-04-01T22:11:42.828Z Downloaded unicode-ident v1.0.12
8482024-04-01T22:11:42.828Z Downloaded toml_edit v0.22.6
8492024-04-01T22:11:42.855Z Downloaded winnow v0.6.1
8502024-04-01T22:11:42.881Z Downloaded syn v2.0.52
8512024-04-01T22:11:42.881Z Downloaded rustix v0.38.31
8522024-04-01T22:11:42.906Z Downloaded libc v0.2.153
8532024-04-01T22:11:42.939Z Downloaded hashbrown v0.14.3
8542024-04-01T22:11:42.964Z Downloaded memchr v2.7.1
8552024-04-01T22:11:42.964Z Downloaded serde v1.0.197
8562024-04-01T22:11:42.964Z Downloaded thiserror-impl v1.0.57
8572024-04-01T22:11:42.964Z Downloaded terminal_size v0.3.0
8582024-04-01T22:11:42.964Z Downloaded serde_json v1.0.114
8592024-04-01T22:11:42.989Z Downloaded semver v1.0.22
8602024-04-01T22:11:42.989Z Downloaded swrite v0.1.0
8612024-04-01T22:11:42.989Z Downloaded ryu v1.0.15
8622024-04-01T22:11:42.990Z Downloaded itoa v1.0.9
8632024-04-01T22:11:42.990Z Downloaded serde_spanned v0.6.5
8642024-04-01T22:11:42.990Z Downloaded quote v1.0.35
8652024-04-01T22:11:42.990Z Downloaded indexmap v2.2.5
8662024-04-01T22:11:42.990Z Downloaded equivalent v1.0.1
8672024-04-01T22:11:42.990Z Downloaded proc-macro2 v1.0.78
8682024-04-01T22:11:42.990Z Downloaded heck v0.4.1
8692024-04-01T22:11:42.990Z Downloaded fs-err v2.11.0
8702024-04-01T22:11:43.016Z Downloaded errno v0.3.8
8712024-04-01T22:11:43.017Z Downloaded colorchoice v1.0.0
8722024-04-01T22:11:43.017Z Downloaded clap_lex v0.7.0
8732024-04-01T22:11:43.017Z Downloaded clap_derive v4.5.0
8742024-04-01T22:11:43.017Z Downloaded clap_builder v4.5.1
8752024-04-01T22:11:43.017Z Downloaded cargo_toml v0.19.0
8762024-04-01T22:11:43.017Z Downloaded cargo_metadata v0.18.1
8772024-04-01T22:11:43.017Z Downloaded cargo-platform v0.1.3
8782024-04-01T22:11:43.017Z Downloaded camino v1.1.6
8792024-04-01T22:11:43.017Z Downloaded bitflags v2.4.2
8802024-04-01T22:11:43.042Z Downloaded autocfg v1.1.0
8812024-04-01T22:11:43.042Z Downloaded anyhow v1.0.79
8822024-04-01T22:11:43.042Z Downloaded anstyle-query v1.0.0
8832024-04-01T22:11:43.042Z Downloaded anstream v0.6.11
8842024-04-01T22:11:43.043Z Downloaded anstyle v1.0.6
8852024-04-01T22:11:43.131Z Compiling proc-macro2 v1.0.78
8862024-04-01T22:11:43.157Z Compiling unicode-ident v1.0.12
8872024-04-01T22:11:43.157Z Compiling serde v1.0.197
8882024-04-01T22:11:43.157Z Compiling libc v0.2.153
8892024-04-01T22:11:43.157Z Compiling rustix v0.38.31
8902024-04-01T22:11:43.157Z Compiling bitflags v2.4.2
8912024-04-01T22:11:43.157Z Compiling hashbrown v0.14.3
8922024-04-01T22:11:43.157Z Compiling utf8parse v0.2.1
8932024-04-01T22:11:43.429Z Compiling equivalent v1.0.1
8942024-04-01T22:11:43.455Z Compiling anstyle-parse v0.2.1
8952024-04-01T22:11:43.532Z Compiling winnow v0.6.1
8962024-04-01T22:11:43.599Z Compiling camino v1.1.6
8972024-04-01T22:11:43.744Z Compiling thiserror v1.0.57
8982024-04-01T22:11:43.872Z Compiling autocfg v1.1.0
8992024-04-01T22:11:44.039Z Compiling colorchoice v1.0.0
9002024-04-01T22:11:44.143Z Compiling serde_json v1.0.114
9012024-04-01T22:11:44.180Z Compiling anstyle v1.0.6
9022024-04-01T22:11:44.205Z Compiling semver v1.0.22
9032024-04-01T22:11:44.410Z Compiling indexmap v2.2.5
9042024-04-01T22:11:44.436Z Compiling anstyle-query v1.0.0
9052024-04-01T22:11:44.551Z Compiling anstream v0.6.11
9062024-04-01T22:11:44.623Z Compiling quote v1.0.35
9072024-04-01T22:11:44.662Z Compiling fs-err v2.11.0
9082024-04-01T22:11:44.758Z Compiling ryu v1.0.15
9092024-04-01T22:11:44.908Z Compiling errno v0.3.8
9102024-04-01T22:11:45.046Z Compiling syn v2.0.52
9112024-04-01T22:11:45.147Z Compiling itoa v1.0.9
9122024-04-01T22:11:45.173Z Compiling strsim v0.11.0
9132024-04-01T22:11:45.215Z Compiling anyhow v1.0.79
9142024-04-01T22:11:45.330Z Compiling clap_lex v0.7.0
9152024-04-01T22:11:45.391Z Compiling heck v0.4.1
9162024-04-01T22:11:45.763Z Compiling swrite v0.1.0
9172024-04-01T22:11:45.977Z Compiling terminal_size v0.3.0
9182024-04-01T22:11:46.077Z Compiling clap_builder v4.5.1
9192024-04-01T22:11:51.063Z Compiling serde_derive v1.0.197
9202024-04-01T22:11:51.064Z Compiling thiserror-impl v1.0.57
9212024-04-01T22:11:51.089Z Compiling clap_derive v4.5.0
9222024-04-01T22:11:53.890Z Compiling clap v4.5.1
9232024-04-01T22:11:59.906Z Compiling serde_spanned v0.6.5
9242024-04-01T22:11:59.906Z Compiling toml_datetime v0.6.5
9252024-04-01T22:11:59.933Z Compiling cargo-platform v0.1.3
9262024-04-01T22:12:00.122Z Compiling toml_edit v0.22.6
9272024-04-01T22:12:01.246Z Compiling cargo_metadata v0.18.1
9282024-04-01T22:12:02.361Z Compiling toml v0.8.10
9292024-04-01T22:12:03.012Z Compiling cargo_toml v0.19.0
9302024-04-01T22:12:07.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9312024-04-01T22:12:09.947Z Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
9322024-04-01T22:12:10.126Z Running `target/debug/xtask clippy`
9332024-04-01T22:12:10.178Zrunning: "/home/build/.rustup/toolchains/1.76.0-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"
9342024-04-01T22:12:10.924Z Downloading crates ...
9352024-04-01T22:12:11.072Z Downloaded approx v0.5.1
9362024-04-01T22:12:11.098Z Downloaded backoff v0.4.0
9372024-04-01T22:12:11.098Z Downloaded convert_case v0.4.0
9382024-04-01T22:12:11.123Z Downloaded crucible-workspace-hack v0.1.0
9392024-04-01T22:12:11.123Z Downloaded crossbeam-deque v0.8.3
9402024-04-01T22:12:11.123Z Downloaded ident_case v1.0.1
9412024-04-01T22:12:11.123Z Downloaded impl-trait-for-tuples v0.2.2
9422024-04-01T22:12:11.148Z Downloaded stability v0.1.1
9432024-04-01T22:12:11.148Z Downloaded endian-type v0.1.2
9442024-04-01T22:12:11.175Z Downloaded fd-lock v4.0.2
9452024-04-01T22:12:11.175Z Downloaded phf_shared v0.10.0
9462024-04-01T22:12:11.175Z Downloaded pkg-config v0.3.27
9472024-04-01T22:12:11.175Z Downloaded plain v0.2.3
9482024-04-01T22:12:11.201Z Downloaded darling_macro v0.20.3
9492024-04-01T22:12:11.201Z Downloaded diesel_table_macro_syntax v0.1.0
9502024-04-01T22:12:11.201Z Downloaded termtree v0.4.1
9512024-04-01T22:12:11.226Z Downloaded thiserror-impl-no-std v2.0.2
9522024-04-01T22:12:11.226Z Downloaded fxhash v0.2.1
9532024-04-01T22:12:11.226Z Downloaded scroll_derive v0.12.0
9542024-04-01T22:12:11.226Z Downloaded foreign-types v0.3.2
9552024-04-01T22:12:11.252Z Downloaded serde_tokenstream v0.2.0
9562024-04-01T22:12:11.252Z Downloaded plotters-svg v0.3.5
9572024-04-01T22:12:11.252Z Downloaded pretty-hex v0.4.1
9582024-04-01T22:12:11.277Z Downloaded tinyvec_macros v0.1.1
9592024-04-01T22:12:11.277Z Downloaded tower-service v0.3.2
9602024-04-01T22:12:11.277Z Downloaded tower-layer v0.3.2
9612024-04-01T22:12:11.277Z Downloaded tokio-macros v2.2.0
9622024-04-01T22:12:11.277Z Downloaded try-lock v0.2.4
9632024-04-01T22:12:11.277Z Downloaded topological-sort v0.2.2
9642024-04-01T22:12:11.277Z Downloaded prettyplease v0.2.16
9652024-04-01T22:12:11.305Z Downloaded yasna v0.5.2
9662024-04-01T22:12:11.305Z Downloaded want v0.3.1
9672024-04-01T22:12:11.305Z Downloaded toml_edit v0.19.15
9682024-04-01T22:12:11.330Z Downloaded x509-cert v0.2.4
9692024-04-01T22:12:11.355Z Downloaded winnow v0.5.15
9702024-04-01T22:12:11.355Z Downloaded polar-core v0.27.0
9712024-04-01T22:12:11.380Z Downloaded tokio-stream v0.1.14
9722024-04-01T22:12:11.380Z Downloaded unsafe-libyaml v0.2.10
9732024-04-01T22:12:11.404Z Downloaded tokio v1.36.0
9742024-04-01T22:12:11.434Z Downloaded unicode_categories v0.1.1
9752024-04-01T22:12:11.458Z Downloaded regex-automata v0.1.10
9762024-04-01T22:12:11.458Z Downloaded guppy v0.17.5
9772024-04-01T22:12:11.458Z Downloaded portable-atomic v1.4.3
9782024-04-01T22:12:11.485Z Downloaded trust-dns-server v0.22.1
9792024-04-01T22:12:11.485Z Downloaded trust-dns-resolver v0.22.0
9802024-04-01T22:12:11.486Z Downloaded h2 v0.3.24
9812024-04-01T22:12:11.510Z Downloaded lalrpop v0.19.12
9822024-04-01T22:12:11.536Z Downloaded vcpkg v0.2.15
9832024-04-01T22:12:11.567Z Downloaded webpki-roots v0.25.2
9842024-04-01T22:12:11.591Z Downloaded ring v0.17.8
9852024-04-01T22:12:11.659Z Downloaded ring v0.16.20
9862024-04-01T22:12:11.756Z Downloaded csv v1.3.0
9872024-04-01T22:12:11.780Z Downloaded trust-dns-proto v0.22.0
9882024-04-01T22:12:11.804Z Downloaded regress v0.9.0
9892024-04-01T22:12:11.804Z Downloaded regex-syntax v0.8.2
9902024-04-01T22:12:11.828Z Downloaded regex-syntax v0.6.29
9912024-04-01T22:12:11.828Z Downloaded regex-automata v0.4.5
9922024-04-01T22:12:11.853Z Downloaded regex v1.10.3
9932024-04-01T22:12:11.877Z Downloaded gimli v0.28.0
9942024-04-01T22:12:11.877Z Downloaded syn v1.0.109
9952024-04-01T22:12:11.901Z Downloaded curve25519-dalek v4.1.1
9962024-04-01T22:12:11.901Z Downloaded object v0.32.1
9972024-04-01T22:12:11.925Z Downloaded nix v0.27.1
9982024-04-01T22:12:11.925Z Downloaded object v0.30.4
9992024-04-01T22:12:11.949Z Downloaded idna v0.5.0
10002024-04-01T22:12:11.949Z Downloaded idna v0.3.0
10012024-04-01T22:12:11.974Z Downloaded goblin v0.8.0
10022024-04-01T22:12:11.974Z Downloaded idna v0.2.3
10032024-04-01T22:12:11.974Z Downloaded trust-dns-client v0.22.0
10042024-04-01T22:12:11.974Z Downloaded time v0.3.34
10052024-04-01T22:12:11.999Z Downloaded reedline v0.30.0
10062024-04-01T22:12:12.000Z Downloaded plotters v0.3.5
10072024-04-01T22:12:12.029Z Downloaded num-bigint-dig v0.8.4
10082024-04-01T22:12:12.029Z Downloaded nom v7.1.3
10092024-04-01T22:12:12.030Z Downloaded libm v0.2.7
10102024-04-01T22:12:12.058Z Downloaded itertools v0.12.1
10112024-04-01T22:12:12.058Z Downloaded hyper v0.14.28
10122024-04-01T22:12:12.058Z Downloaded encoding_rs v0.8.33
10132024-04-01T22:12:12.088Z Downloaded libxml v0.3.3
10142024-04-01T22:12:12.088Z Downloaded hyper v1.1.0
10152024-04-01T22:12:12.117Z Downloaded zerocopy-derive v0.6.4
10162024-04-01T22:12:12.117Z Downloaded zerocopy-derive v0.2.0
10172024-04-01T22:12:12.142Z Downloaded postcard v1.0.8
10182024-04-01T22:12:12.142Z Downloaded sha3 v0.10.8
10192024-04-01T22:12:12.142Z Downloaded num-bigint v0.4.4
10202024-04-01T22:12:12.142Z Downloaded mio v0.8.11
10212024-04-01T22:12:12.143Z Downloaded itertools v0.10.5
10222024-04-01T22:12:12.168Z Downloaded openapiv3 v2.0.0
10232024-04-01T22:12:12.168Z Downloaded rustls v0.22.2
10242024-04-01T22:12:12.193Z Downloaded ratatui v0.26.1
10252024-04-01T22:12:12.219Z Downloaded minimal-lexical v0.2.1
10262024-04-01T22:12:12.220Z Downloaded tough v0.16.0
10272024-04-01T22:12:12.220Z Downloaded tokio-util v0.7.10
10282024-04-01T22:12:12.220Z Downloaded tokio-tungstenite v0.20.1
10292024-04-01T22:12:12.220Z Downloaded tokio-rustls v0.25.0
10302024-04-01T22:12:12.244Z Downloaded tokio-rustls v0.24.1
10312024-04-01T22:12:12.244Z Downloaded reqwest v0.11.24
10322024-04-01T22:12:12.244Z Downloaded openssl v0.10.60
10332024-04-01T22:12:12.244Z Downloaded rustls v0.21.9
10342024-04-01T22:12:12.269Z Downloaded half v2.3.1
10352024-04-01T22:12:12.269Z Downloaded serde_derive_internals v0.26.0
10362024-04-01T22:12:12.270Z Downloaded walkdir v2.4.0
10372024-04-01T22:12:12.270Z Downloaded wait-timeout v0.2.0
10382024-04-01T22:12:12.270Z Downloaded universal-hash v0.5.1
10392024-04-01T22:12:12.270Z Downloaded unicode-xid v0.2.4
10402024-04-01T22:12:12.270Z Downloaded unicode-segmentation v1.10.1
10412024-04-01T22:12:12.270Z Downloaded unicode-normalization v0.1.22
10422024-04-01T22:12:12.295Z Downloaded typed-path v0.7.0
10432024-04-01T22:12:12.295Z Downloaded tungstenite v0.21.0
10442024-04-01T22:12:12.295Z Downloaded tungstenite v0.20.1
10452024-04-01T22:12:12.295Z Downloaded tower v0.4.13
10462024-04-01T22:12:12.295Z Downloaded zerocopy v0.7.32
10472024-04-01T22:12:12.320Z Downloaded predicates v3.1.0
10482024-04-01T22:12:12.320Z Downloaded postgres-types v0.2.6
10492024-04-01T22:12:12.320Z Downloaded postgres-protocol v0.6.6
10502024-04-01T22:12:12.320Z Downloaded time-macros v0.2.17
10512024-04-01T22:12:12.344Z Downloaded tabled v0.15.0
10522024-04-01T22:12:12.344Z Downloaded globset v0.4.13
10532024-04-01T22:12:12.345Z Downloaded getrandom v0.2.12
10542024-04-01T22:12:12.345Z Downloaded vte v0.11.1
10552024-04-01T22:12:12.373Z Downloaded vsss-rs v3.3.4
10562024-04-01T22:12:12.373Z Downloaded ref-cast-impl v1.0.20
10572024-04-01T22:12:12.373Z Downloaded proc-macro-crate v1.3.1
10582024-04-01T22:12:12.373Z Downloaded num-traits v0.2.18
10592024-04-01T22:12:12.373Z Downloaded waitgroup v0.1.2
10602024-04-01T22:12:12.373Z Downloaded unicode-bidi v0.3.15
10612024-04-01T22:12:12.373Z Downloaded ucd-trie v0.1.6
10622024-04-01T22:12:12.373Z Downloaded typenum v1.16.0
10632024-04-01T22:12:12.373Z Downloaded trybuild v1.0.89
10642024-04-01T22:12:12.373Z Downloaded tracing v0.1.40
10652024-04-01T22:12:12.397Z Downloaded tokio-postgres v0.7.10
10662024-04-01T22:12:12.397Z Downloaded rsa v0.9.2
10672024-04-01T22:12:12.397Z Downloaded hashbrown v0.12.3
10682024-04-01T22:12:12.397Z Downloaded ppv-lite86 v0.2.17
10692024-04-01T22:12:12.397Z Downloaded powerfmt v0.2.0
10702024-04-01T22:12:12.397Z Downloaded portpicker v0.1.1
10712024-04-01T22:12:12.397Z Downloaded tiny-keccak v2.0.2
10722024-04-01T22:12:12.397Z Downloaded tap v1.0.1
10732024-04-01T22:12:12.397Z Downloaded tabwriter v1.4.0
10742024-04-01T22:12:12.397Z Downloaded rustls-webpki v0.101.7
10752024-04-01T22:12:12.422Z Downloaded radix_trie v0.2.1
10762024-04-01T22:12:12.422Z Downloaded diesel v2.1.4
10772024-04-01T22:12:12.446Z Downloaded platforms v3.0.2
10782024-04-01T22:12:12.446Z Downloaded yansi v0.5.1
10792024-04-01T22:12:12.446Z Downloaded xattr v1.0.1
10802024-04-01T22:12:12.446Z Downloaded wyz v0.5.1
10812024-04-01T22:12:12.446Z Downloaded whoami v1.5.0
10822024-04-01T22:12:12.446Z Downloaded which v4.4.0
10832024-04-01T22:12:12.471Z Downloaded unicode-width v0.1.11
10842024-04-01T22:12:12.471Z Downloaded unicode-linebreak v0.1.5
10852024-04-01T22:12:12.471Z Downloaded unicase v2.7.0
10862024-04-01T22:12:12.471Z Downloaded unarray v0.1.4
10872024-04-01T22:12:12.471Z Downloaded tui-tree-widget v0.17.0
10882024-04-01T22:12:12.471Z Downloaded tracing-core v0.1.32
10892024-04-01T22:12:12.471Z Downloaded tracing-attributes v0.1.27
10902024-04-01T22:12:12.471Z Downloaded toml v0.7.8
10912024-04-01T22:12:12.471Z Downloaded toml v0.5.11
10922024-04-01T22:12:12.471Z Downloaded tokio-tungstenite v0.21.0
10932024-04-01T22:12:12.471Z Downloaded tinyvec v1.6.0
10942024-04-01T22:12:12.502Z Downloaded rstest_macros v0.18.2
10952024-04-01T22:12:12.502Z Downloaded ron v0.8.1
10962024-04-01T22:12:12.502Z Downloaded ron v0.7.1
10972024-04-01T22:12:12.502Z Downloaded relative-path v1.9.0
10982024-04-01T22:12:12.502Z Downloaded pretty_assertions v1.4.0
10992024-04-01T22:12:12.502Z Downloaded darling_core v0.20.3
11002024-04-01T22:12:12.502Z Downloaded darling_core v0.14.4
11012024-04-01T22:12:12.530Z Downloaded tabled_derive v0.7.0
11022024-04-01T22:12:12.530Z Downloaded group v0.13.0
11032024-04-01T22:12:12.531Z Downloaded foreign-types v0.5.0
11042024-04-01T22:12:12.531Z Downloaded serde_tokenstream v0.1.7
11052024-04-01T22:12:12.531Z Downloaded serde_plain v1.0.2
11062024-04-01T22:12:12.531Z Downloaded serde_path_to_error v0.1.16
11072024-04-01T22:12:12.531Z Downloaded serde_arrays v0.1.0
11082024-04-01T22:12:12.531Z Downloaded rustls-webpki v0.102.1
11092024-04-01T22:12:12.555Z Downloaded digest v0.10.7
11102024-04-01T22:12:12.555Z Downloaded hashbrown v0.13.2
11112024-04-01T22:12:12.555Z Downloaded serde-hex v0.1.0
11122024-04-01T22:12:12.579Z Downloaded omicron-zone-package v0.11.0
11132024-04-01T22:12:12.579Z Downloaded tinytemplate v1.2.1
11142024-04-01T22:12:12.579Z Downloaded zerocopy v0.6.4
11152024-04-01T22:12:12.579Z Downloaded rstest v0.18.2
11162024-04-01T22:12:12.579Z Downloaded getopts v0.2.21
11172024-04-01T22:12:12.580Z Downloaded resolv-conf v0.7.0
11182024-04-01T22:12:12.580Z Downloaded oso v0.27.0
11192024-04-01T22:12:12.580Z Downloaded openssl-sys v0.9.96
11202024-04-01T22:12:12.604Z Downloaded version_check v0.9.4
11212024-04-01T22:12:12.604Z Downloaded vec_map v0.8.2
11222024-04-01T22:12:12.604Z Downloaded tokio-native-tls v0.3.1
11232024-04-01T22:12:12.604Z Downloaded rtoolbox v0.0.1
11242024-04-01T22:12:12.604Z Downloaded remove_dir_all v0.5.3
11252024-04-01T22:12:12.604Z Downloaded darling v0.20.3
11262024-04-01T22:12:12.604Z Downloaded darling v0.14.4
11272024-04-01T22:12:12.604Z Downloaded precomputed-hash v0.1.1
11282024-04-01T22:12:12.604Z Downloaded rustyline v13.0.0
11292024-04-01T22:12:12.604Z Downloaded toolchain_find v0.2.0
11302024-04-01T22:12:12.604Z Downloaded rpassword v7.3.1
11312024-04-01T22:12:12.628Z Downloaded predicates-tree v1.0.9
11322024-04-01T22:12:12.628Z Downloaded hash32 v0.2.1
11332024-04-01T22:12:12.628Z Downloaded parking_lot v0.12.1
11342024-04-01T22:12:12.629Z Downloaded headers v0.3.9
11352024-04-01T22:12:12.629Z Downloaded glob v0.3.1
11362024-04-01T22:12:12.629Z Downloaded threadpool v1.8.1
11372024-04-01T22:12:12.629Z Downloaded poly1305 v0.8.0
11382024-04-01T22:12:12.629Z Downloaded parking_lot_core v0.8.6
11392024-04-01T22:12:12.629Z Downloaded papergrid v0.11.0
11402024-04-01T22:12:12.653Z Downloaded time-core v0.1.2
11412024-04-01T22:12:12.653Z Downloaded take_mut v0.2.2
11422024-04-01T22:12:12.653Z Downloaded futures-util v0.3.30
11432024-04-01T22:12:12.653Z Downloaded thread_local v1.1.7
11442024-04-01T22:12:12.653Z Downloaded thread-id v4.2.0
11452024-04-01T22:12:12.653Z Downloaded pretty-hex v0.2.1
11462024-04-01T22:12:12.653Z Downloaded predicates-core v1.0.6
11472024-04-01T22:12:12.653Z Downloaded curve25519-dalek-derive v0.1.0
11482024-04-01T22:12:12.653Z Downloaded zerocopy v0.3.0
11492024-04-01T22:12:12.653Z Downloaded parking_lot_core v0.9.8
11502024-04-01T22:12:12.680Z Downloaded parking_lot v0.11.2
11512024-04-01T22:12:12.680Z Downloaded owo-colors v4.0.0
11522024-04-01T22:12:12.680Z Downloaded flume v0.11.0
11532024-04-01T22:12:12.680Z Downloaded flate2 v1.0.28
11542024-04-01T22:12:12.680Z Downloaded elliptic-curve v0.13.8
11552024-04-01T22:12:12.680Z Downloaded salty v0.2.0
11562024-04-01T22:12:12.704Z Downloaded rayon v1.9.0
11572024-04-01T22:12:12.704Z Downloaded quick-xml v0.30.0
11582024-04-01T22:12:12.704Z Downloaded proptest v1.4.0
11592024-04-01T22:12:12.729Z Downloaded csv-core v0.1.11
11602024-04-01T22:12:12.729Z Downloaded once_cell v1.19.0
11612024-04-01T22:12:12.729Z Downloaded num-complex v0.4.4
11622024-04-01T22:12:12.729Z Downloaded mockall_derive v0.12.0
11632024-04-01T22:12:12.729Z Downloaded miniz_oxide v0.7.1
11642024-04-01T22:12:12.729Z Downloaded log v0.4.21
11652024-04-01T22:12:12.729Z Downloaded packed_struct_codegen v0.10.1
11662024-04-01T22:12:12.729Z Downloaded packed_struct v0.10.1
11672024-04-01T22:12:12.729Z Downloaded oso-derive v0.27.0
11682024-04-01T22:12:12.729Z Downloaded openssl-probe v0.1.5
11692024-04-01T22:12:12.729Z Downloaded openssl-macros v0.1.1
11702024-04-01T22:12:12.729Z Downloaded serde_urlencoded v0.7.1
11712024-04-01T22:12:12.729Z Downloaded rustls-pemfile v2.1.1
11722024-04-01T22:12:12.753Z Downloaded rustls-native-certs v0.7.0
11732024-04-01T22:12:12.753Z Downloaded rustc-hash v1.1.0
11742024-04-01T22:12:12.754Z Downloaded rustc-demangle v0.1.23
11752024-04-01T22:12:12.754Z Downloaded rust-argon2 v1.0.1
11762024-04-01T22:12:12.754Z Downloaded guppy-workspace-hack v0.1.0
11772024-04-01T22:12:12.754Z Downloaded ed25519 v1.5.3
11782024-04-01T22:12:12.754Z Downloaded serde_repr v0.1.16
11792024-04-01T22:12:12.754Z Downloaded serde-big-array v0.5.1
11802024-04-01T22:12:12.754Z Downloaded scroll v0.12.0
11812024-04-01T22:12:12.754Z Downloaded schemars v0.8.16
11822024-04-01T22:12:12.778Z Downloaded ref-cast v1.0.20
11832024-04-01T22:12:12.778Z Downloaded dof v0.1.5
11842024-04-01T22:12:12.778Z Downloaded dirs-sys-next v0.1.2
11852024-04-01T22:12:12.778Z Downloaded dirs-next v2.0.0
11862024-04-01T22:12:12.778Z Downloaded num-rational v0.4.1
11872024-04-01T22:12:12.778Z Downloaded nu-ansi-term v0.50.0
11882024-04-01T22:12:12.778Z Downloaded rustls-pki-types v1.3.0
11892024-04-01T22:12:12.778Z Downloaded rustls-pemfile v1.0.3
11902024-04-01T22:12:12.778Z Downloaded rustfmt-wrapper v0.2.0
11912024-04-01T22:12:12.778Z Downloaded rustc_version v0.4.0
11922024-04-01T22:12:12.779Z Downloaded rustc_version v0.1.7
11932024-04-01T22:12:12.779Z Downloaded fnv v1.0.7
11942024-04-01T22:12:12.779Z Downloaded float-cmp v0.9.0
11952024-04-01T22:12:12.779Z Downloaded either v1.10.0
11962024-04-01T22:12:12.803Z Downloaded dyn-clone v1.0.17
11972024-04-01T22:12:12.803Z Downloaded dof v0.3.0
11982024-04-01T22:12:12.803Z Downloaded semver v0.11.0
11992024-04-01T22:12:12.803Z Downloaded sec1 v0.7.3
12002024-04-01T22:12:12.803Z Downloaded futures v0.3.30
12012024-04-01T22:12:12.803Z Downloaded synstructure v0.12.6
12022024-04-01T22:12:12.803Z Downloaded native-tls v0.2.11
12032024-04-01T22:12:12.803Z Downloaded multer v3.0.0
12042024-04-01T22:12:12.804Z Downloaded mime_guess v2.0.4
12052024-04-01T22:12:12.804Z Downloaded dtrace-parser v0.2.0
12062024-04-01T22:12:12.804Z Downloaded dtrace-parser v0.1.14
12072024-04-01T22:12:12.804Z Downloaded downcast v0.11.0
12082024-04-01T22:12:12.804Z Downloaded serde-big-array v0.4.1
12092024-04-01T22:12:12.804Z Downloaded semver-parser v0.10.2
12102024-04-01T22:12:12.828Z Downloaded semver v0.1.20
12112024-04-01T22:12:12.828Z Downloaded secrecy v0.8.0
12122024-04-01T22:12:12.828Z Downloaded sct v0.7.0
12132024-04-01T22:12:12.828Z Downloaded scopeguard v1.2.0
12142024-04-01T22:12:12.828Z Downloaded schemars_derive v0.8.16
12152024-04-01T22:12:12.828Z Downloaded scheduled-thread-pool v0.2.7
12162024-04-01T22:12:12.828Z Downloaded same-file v1.0.6
12172024-04-01T22:12:12.828Z Downloaded rusty-fork v0.3.0
12182024-04-01T22:12:12.828Z Downloaded rustversion v1.0.14
12192024-04-01T22:12:12.828Z Downloaded gethostname v0.4.3
12202024-04-01T22:12:12.828Z Downloaded futures-channel v0.3.30
12212024-04-01T22:12:12.828Z Downloaded funty v2.0.0
12222024-04-01T22:12:12.828Z Downloaded vte_generate_state_changes v0.1.1
12232024-04-01T22:12:12.829Z Downloaded url v2.5.0
12242024-04-01T22:12:12.854Z Downloaded sled v0.34.7
12252024-04-01T22:12:12.854Z Downloaded lock_api v0.4.10
12262024-04-01T22:12:12.854Z Downloaded linked-hash-map v0.5.6
12272024-04-01T22:12:12.854Z Downloaded libtest-mimic v0.6.1
12282024-04-01T22:12:12.854Z Downloaded generic-array v0.14.7
12292024-04-01T22:12:12.855Z Downloaded futures-task v0.3.30
12302024-04-01T22:12:12.855Z Downloaded futures-sink v0.3.30
12312024-04-01T22:12:12.855Z Downloaded futures-macro v0.3.30
12322024-04-01T22:12:12.855Z Downloaded futures-io v0.3.30
12332024-04-01T22:12:12.855Z Downloaded futures-executor v0.3.30
12342024-04-01T22:12:12.855Z Downloaded futures-core v0.3.30
12352024-04-01T22:12:12.883Z Downloaded fragile v2.0.0
12362024-04-01T22:12:12.883Z Downloaded form_urlencoded v1.2.1
12372024-04-01T22:12:12.883Z Downloaded uuid v1.7.0
12382024-04-01T22:12:12.883Z Downloaded textwrap v0.16.1
12392024-04-01T22:12:12.883Z Downloaded test-strategy v0.3.1
12402024-04-01T22:12:12.883Z Downloaded rcgen v0.12.1
12412024-04-01T22:12:12.883Z Downloaded rayon-core v1.12.1
12422024-04-01T22:12:12.883Z Downloaded rand v0.8.5
12432024-04-01T22:12:12.883Z Downloaded rand v0.4.6
12442024-04-01T22:12:12.917Z Downloaded publicsuffix v2.2.3
12452024-04-01T22:12:12.917Z Downloaded plotters-backend v0.3.5
12462024-04-01T22:12:12.917Z Downloaded flagset v0.4.3
12472024-04-01T22:12:12.917Z Downloaded fixedbitset v0.4.2
12482024-04-01T22:12:12.917Z Downloaded filetime v0.2.23
12492024-04-01T22:12:12.917Z Downloaded ff v0.13.0
12502024-04-01T22:12:12.917Z Downloaded olpc-cjson v0.1.3
12512024-04-01T22:12:12.918Z Downloaded memmap2 v0.7.1
12522024-04-01T22:12:12.918Z Downloaded inout v0.1.3
12532024-04-01T22:12:12.918Z Downloaded futures-timer v3.0.2
12542024-04-01T22:12:12.918Z Downloaded foreign-types-shared v0.3.1
12552024-04-01T22:12:12.918Z Downloaded foreign-types-shared v0.1.1
12562024-04-01T22:12:12.918Z Downloaded foreign-types-macros v0.2.3
12572024-04-01T22:12:12.918Z Downloaded uuid v0.8.2
12582024-04-01T22:12:12.918Z Downloaded usdt v0.3.5
12592024-04-01T22:12:12.918Z Downloaded untrusted v0.9.0
12602024-04-01T22:12:12.919Z Downloaded untrusted v0.7.1
12612024-04-01T22:12:12.919Z Downloaded thiserror-no-std v2.0.2
12622024-04-01T22:12:12.946Z Downloaded textwrap v0.11.0
12632024-04-01T22:12:12.946Z Downloaded term v0.7.0
12642024-04-01T22:12:12.946Z Downloaded tempfile v3.10.0
12652024-04-01T22:12:12.947Z Downloaded tempdir v0.3.7
12662024-04-01T22:12:12.947Z Downloaded target-lexicon v0.12.13
12672024-04-01T22:12:12.947Z Downloaded tar v0.4.40
12682024-04-01T22:12:12.947Z Downloaded rand_xorshift v0.3.0
12692024-04-01T22:12:12.947Z Downloaded psl-types v2.0.11
12702024-04-01T22:12:12.947Z Downloaded doc-comment v0.3.3
12712024-04-01T22:12:12.947Z Downloaded display-error-chain v0.2.0
12722024-04-01T22:12:12.947Z Downloaded data-encoding v2.4.0
12732024-04-01T22:12:12.947Z Downloaded serde_with v3.6.1
12742024-04-01T22:12:12.947Z Downloaded utf-8 v0.7.6
12752024-04-01T22:12:12.947Z Downloaded oorandom v11.1.3
12762024-04-01T22:12:12.947Z Downloaded num-iter v0.1.44
12772024-04-01T22:12:12.947Z Downloaded num-derive v0.4.0
12782024-04-01T22:12:12.947Z Downloaded num v0.4.1
12792024-04-01T22:12:12.947Z Downloaded nodrop v0.1.14
12802024-04-01T22:12:12.947Z Downloaded libloading v0.7.4
12812024-04-01T22:12:12.979Z Downloaded termios v0.3.3
12822024-04-01T22:12:12.979Z Downloaded termcolor v1.2.0
12832024-04-01T22:12:12.980Z Downloaded target-spec v3.1.0
12842024-04-01T22:12:12.980Z Downloaded rand_seeder v0.2.3
12852024-04-01T22:12:12.980Z Downloaded rand_core v0.6.4
12862024-04-01T22:12:12.980Z Downloaded rand_chacha v0.3.1
12872024-04-01T22:12:12.980Z Downloaded radium v0.7.0
12882024-04-01T22:12:12.980Z Downloaded r2d2 v0.8.10
12892024-04-01T22:12:12.980Z Downloaded quick-error v1.2.3
12902024-04-01T22:12:12.980Z Downloaded proc-macro-error-attr v1.0.4
12912024-04-01T22:12:12.980Z Downloaded proc-macro-error v1.0.4
12922024-04-01T22:12:12.980Z Downloaded derive_more v0.99.17
12932024-04-01T22:12:12.980Z Downloaded der v0.7.8
12942024-04-01T22:12:12.980Z Downloaded steno v0.4.0
12952024-04-01T22:12:13.006Z Downloaded opaque-debug v0.3.0
12962024-04-01T22:12:13.006Z Downloaded num_enum_derive v0.5.11
12972024-04-01T22:12:13.006Z Downloaded num_enum v0.5.11
12982024-04-01T22:12:13.006Z Downloaded num_cpus v1.16.0
12992024-04-01T22:12:13.006Z Downloaded num-integer v0.1.46
13002024-04-01T22:12:13.006Z Downloaded nanorand v0.7.0
13012024-04-01T22:12:13.006Z Downloaded md-5 v0.10.5
13022024-04-01T22:12:13.006Z Downloaded managed v0.8.0
13032024-04-01T22:12:13.006Z Downloaded bzip2-sys v0.1.11+1.0.8
13042024-04-01T22:12:13.030Z Downloaded difflib v0.4.0
13052024-04-01T22:12:13.030Z Downloaded diff v0.1.13
13062024-04-01T22:12:13.030Z Downloaded diesel_derives v2.1.2
13072024-04-01T22:12:13.030Z Downloaded derive_builder_macro v0.12.0
13082024-04-01T22:12:13.031Z Downloaded derive_builder_core v0.12.0
13092024-04-01T22:12:13.031Z Downloaded derive_builder v0.12.0
13102024-04-01T22:12:13.054Z Downloaded derive-where v1.2.7
13112024-04-01T22:12:13.055Z Downloaded deranged v0.3.11
13122024-04-01T22:12:13.055Z Downloaded der_derive v0.7.2
13132024-04-01T22:12:13.055Z Downloaded defmt-parser v0.3.3
13142024-04-01T22:12:13.055Z Downloaded debug-ignore v1.0.5
13152024-04-01T22:12:13.055Z Downloaded sync_wrapper v0.1.2
13162024-04-01T22:12:13.055Z Downloaded structopt v0.3.26
13172024-04-01T22:12:13.055Z Downloaded newtype-uuid v1.0.1
13182024-04-01T22:12:13.055Z Downloaded maybe-uninit v2.0.0
13192024-04-01T22:12:13.079Z Downloaded is-terminal v0.4.9
13202024-04-01T22:12:13.079Z Downloaded ipnet v2.9.0
13212024-04-01T22:12:13.079Z Downloaded indicatif v0.17.8
13222024-04-01T22:12:13.080Z Downloaded defmt-macros v0.3.6
13232024-04-01T22:12:13.080Z Downloaded defmt v0.3.5
13242024-04-01T22:12:13.080Z Downloaded datatest-stable v0.2.3
13252024-04-01T22:12:13.080Z Downloaded supports-color v3.0.0
13262024-04-01T22:12:13.080Z Downloaded subtle v2.5.0
13272024-04-01T22:12:13.080Z Downloaded subprocess v0.2.9
13282024-04-01T22:12:13.080Z Downloaded strum_macros v0.26.1
13292024-04-01T22:12:13.104Z Downloaded strum_macros v0.25.2
13302024-04-01T22:12:13.104Z Downloaded structmeta v0.3.0
13312024-04-01T22:12:13.105Z Downloaded strip-ansi-escapes v0.2.0
13322024-04-01T22:12:13.105Z Downloaded stringprep v0.1.3
13332024-04-01T22:12:13.105Z Downloaded static_assertions v1.1.0
13342024-04-01T22:12:13.105Z Downloaded signal-hook-mio v0.2.3
13352024-04-01T22:12:13.105Z Downloaded signal-hook v0.3.17
13362024-04-01T22:12:13.105Z Downloaded serde_yaml v0.9.25
13372024-04-01T22:12:13.105Z Downloaded serde_with_macros v3.6.1
13382024-04-01T22:12:13.105Z Downloaded petgraph v0.6.4
13392024-04-01T22:12:13.129Z Downloaded smoltcp v0.11.0
13402024-04-01T22:12:13.153Z Downloaded nibble_vec v0.1.0
13412024-04-01T22:12:13.153Z Downloaded multimap v0.10.0
13422024-04-01T22:12:13.153Z Downloaded memoffset v0.7.1
13432024-04-01T22:12:13.153Z Downloaded memmap v0.7.0
13442024-04-01T22:12:13.153Z Downloaded maplit v1.0.2
13452024-04-01T22:12:13.153Z Downloaded libsw v3.3.1
13462024-04-01T22:12:13.153Z Downloaded lalrpop-util v0.19.12
13472024-04-01T22:12:13.153Z Downloaded hyper-util v0.1.2
13482024-04-01T22:12:13.153Z Downloaded darling_macro v0.14.4
13492024-04-01T22:12:13.153Z Downloaded strum_macros v0.24.3
13502024-04-01T22:12:13.153Z Downloaded strum v0.26.1
13512024-04-01T22:12:13.154Z Downloaded strum v0.25.0
13522024-04-01T22:12:13.154Z Downloaded structopt-derive v0.4.18
13532024-04-01T22:12:13.154Z Downloaded structmeta-derive v0.3.0
13542024-04-01T22:12:13.154Z Downloaded structmeta-derive v0.2.0
13552024-04-01T22:12:13.154Z Downloaded structmeta v0.2.0
13562024-04-01T22:12:13.154Z Downloaded strsim v0.10.0
13572024-04-01T22:12:13.178Z Downloaded strsim v0.8.0
13582024-04-01T22:12:13.178Z Downloaded string_cache v0.8.7
13592024-04-01T22:12:13.178Z Downloaded stable_deref_trait v1.2.0
13602024-04-01T22:12:13.178Z Downloaded signal-hook-registry v1.4.1
13612024-04-01T22:12:13.178Z Downloaded shlex v1.3.0
13622024-04-01T22:12:13.178Z Downloaded shell-words v1.1.0
13632024-04-01T22:12:13.178Z Downloaded sha2 v0.10.8
13642024-04-01T22:12:13.178Z Downloaded sha1 v0.10.6
13652024-04-01T22:12:13.179Z Downloaded macaddr v1.0.1
13662024-04-01T22:12:13.179Z Downloaded lru-cache v0.1.2
13672024-04-01T22:12:13.179Z Downloaded libefi-sys v0.1.0
13682024-04-01T22:12:13.179Z Downloaded lazy_static v1.4.0
13692024-04-01T22:12:13.179Z Downloaded kstat-rs v0.2.3
13702024-04-01T22:12:13.179Z Downloaded keccak v0.1.4
13712024-04-01T22:12:13.179Z Downloaded compact_str v0.7.1
13722024-04-01T22:12:13.179Z Downloaded pin-project v1.1.3
13732024-04-01T22:12:13.203Z Downloaded pest_meta v2.7.6
13742024-04-01T22:12:13.203Z Downloaded pest v2.7.6
13752024-04-01T22:12:13.203Z Downloaded cstr-argument v0.1.2
13762024-04-01T22:12:13.204Z Downloaded usdt-attr-macro v0.3.5
13772024-04-01T22:12:13.204Z Downloaded smoltcp v0.9.1
13782024-04-01T22:12:13.228Z Downloaded normalize-line-endings v0.3.0
13792024-04-01T22:12:13.228Z Downloaded mockall v0.12.0
13802024-04-01T22:12:13.228Z Downloaded mime v0.3.17
13812024-04-01T22:12:13.228Z Downloaded lazycell v1.3.0
13822024-04-01T22:12:13.228Z Downloaded ipnetwork v0.20.0
13832024-04-01T22:12:13.228Z Downloaded pkcs8 v0.10.2
13842024-04-01T22:12:13.228Z Downloaded pkcs1 v0.7.5
13852024-04-01T22:12:13.228Z Downloaded pin-utils v0.1.0
13862024-04-01T22:12:13.228Z Downloaded pin-project-lite v0.2.13
13872024-04-01T22:12:13.252Z Downloaded pin-project-internal v1.1.3
13882024-04-01T22:12:13.253Z Downloaded phf_shared v0.11.2
13892024-04-01T22:12:13.253Z Downloaded pest_generator v2.7.6
13902024-04-01T22:12:13.253Z Downloaded pest_derive v2.7.6
13912024-04-01T22:12:13.253Z Downloaded pem-rfc7468 v0.7.0
13922024-04-01T22:12:13.253Z Downloaded peg-macros v0.8.2
13932024-04-01T22:12:13.253Z Downloaded peg v0.8.2
13942024-04-01T22:12:13.253Z Downloaded partial-io v0.5.4
13952024-04-01T22:12:13.253Z Downloaded sqlparser v0.43.1
13962024-04-01T22:12:13.253Z Downloaded number_prefix v0.4.0
13972024-04-01T22:12:13.253Z Downloaded num_threads v0.1.6
13982024-04-01T22:12:13.277Z Downloaded num-conv v0.1.0
13992024-04-01T22:12:13.277Z Downloaded phf v0.11.2
14002024-04-01T22:12:13.277Z Downloaded percent-encoding v2.3.1
14012024-04-01T22:12:13.277Z Downloaded pem v3.0.2
14022024-04-01T22:12:13.277Z Downloaded peg-runtime v0.8.2
14032024-04-01T22:12:13.277Z Downloaded peeking_take_while v0.1.2
14042024-04-01T22:12:13.277Z Downloaded pathdiff v0.2.1
14052024-04-01T22:12:13.277Z Downloaded path-slash v0.1.5
14062024-04-01T22:12:13.278Z Downloaded paste v1.0.14
14072024-04-01T22:12:13.278Z Downloaded password-hash v0.5.0
14082024-04-01T22:12:13.278Z Downloaded parse-size v1.0.0
14092024-04-01T22:12:13.278Z Downloaded parse-display-derive v0.9.0
14102024-04-01T22:12:13.278Z Downloaded parse-display v0.9.0
14112024-04-01T22:12:13.278Z Downloaded fatfs v0.3.6
14122024-04-01T22:12:13.278Z Downloaded expectorate v1.1.0
14132024-04-01T22:12:13.278Z Downloaded crypto-bigint v0.5.2
14142024-04-01T22:12:13.302Z Downloaded zip v0.6.6
14152024-04-01T22:12:13.302Z Downloaded newline-converter v0.3.0
14162024-04-01T22:12:13.302Z Downloaded indoc v2.0.3
14172024-04-01T22:12:13.302Z Downloaded hkdf v0.12.4
14182024-04-01T22:12:13.302Z Downloaded clap v2.34.0
14192024-04-01T22:12:13.302Z Downloaded bstr v0.2.17
14202024-04-01T22:12:13.328Z Downloaded fd-lock v3.0.13
14212024-04-01T22:12:13.328Z Downloaded fastrand v2.0.1
14222024-04-01T22:12:13.328Z Downloaded fallible-iterator v0.2.0
14232024-04-01T22:12:13.328Z Downloaded erased-serde v0.3.31
14242024-04-01T22:12:13.328Z Downloaded env_logger v0.10.0
14252024-04-01T22:12:13.328Z Downloaded env_logger v0.9.3
14262024-04-01T22:12:13.328Z Downloaded enum-as-inner v0.5.1
14272024-04-01T22:12:13.355Z Downloaded ena v0.14.2
14282024-04-01T22:12:13.356Z Downloaded embedded-io v0.4.0
14292024-04-01T22:12:13.356Z Downloaded crypto-common v0.1.6
14302024-04-01T22:12:13.356Z Downloaded zeroize_derive v1.4.2
14312024-04-01T22:12:13.356Z Downloaded zeroize v1.7.0
14322024-04-01T22:12:13.356Z Downloaded zerocopy-derive v0.7.32
14332024-04-01T22:12:13.356Z Downloaded usdt-impl v0.5.0
14342024-04-01T22:12:13.356Z Downloaded usdt-impl v0.3.5
14352024-04-01T22:12:13.356Z Downloaded socket2 v0.5.5
14362024-04-01T22:12:13.356Z Downloaded snafu v0.7.5
14372024-04-01T22:12:13.356Z Downloaded newtype_derive v0.1.6
14382024-04-01T22:12:13.356Z Downloaded nested v0.1.1
14392024-04-01T22:12:13.356Z Downloaded matches v0.1.10
14402024-04-01T22:12:13.356Z Downloaded lru v0.12.1
14412024-04-01T22:12:13.385Z Downloaded linear-map v1.2.0
14422024-04-01T22:12:13.385Z Downloaded indoc v1.0.9
14432024-04-01T22:12:13.385Z Downloaded heapless v0.8.0
14442024-04-01T22:12:13.385Z Downloaded crossterm v0.27.0
14452024-04-01T22:12:13.385Z Downloaded criterion v0.5.1
14462024-04-01T22:12:13.385Z Downloaded crunchy v0.2.2
14472024-04-01T22:12:13.385Z Downloaded zone_cfg_derive v0.1.2
14482024-04-01T22:12:13.385Z Downloaded zone v0.1.8
14492024-04-01T22:12:13.385Z Downloaded usdt-macro v0.5.0
14502024-04-01T22:12:13.385Z Downloaded usdt-macro v0.3.5
14512024-04-01T22:12:13.414Z Downloaded usdt-attr-macro v0.5.0
14522024-04-01T22:12:13.414Z Downloaded usdt v0.5.0
14532024-04-01T22:12:13.414Z Downloaded spki v0.7.2
14542024-04-01T22:12:13.415Z Downloaded spin v0.9.8
14552024-04-01T22:12:13.415Z Downloaded spin v0.5.2
14562024-04-01T22:12:13.415Z Downloaded socket2 v0.4.9
14572024-04-01T22:12:13.415Z Downloaded snafu-derive v0.7.5
14582024-04-01T22:12:13.415Z Downloaded smf v0.2.2
14592024-04-01T22:12:13.415Z Downloaded smawk v0.3.1
14602024-04-01T22:12:13.415Z Downloaded smallvec v1.13.1
14612024-04-01T22:12:13.415Z Downloaded slog-term v2.9.0
14622024-04-01T22:12:13.415Z Downloaded slog-scope v4.4.0
14632024-04-01T22:12:13.415Z Downloaded slog-json v2.6.1
14642024-04-01T22:12:13.415Z Downloaded slog-envlogger v2.2.0
14652024-04-01T22:12:13.415Z Downloaded slog-bunyan v2.5.0
14662024-04-01T22:12:13.415Z Downloaded slog-async v2.8.0
14672024-04-01T22:12:13.415Z Downloaded slog v2.7.0
14682024-04-01T22:12:13.440Z Downloaded slab v0.4.9
14692024-04-01T22:12:13.440Z Downloaded similar v2.4.0
14702024-04-01T22:12:13.440Z Downloaded new_debug_unreachable v1.0.4
14712024-04-01T22:12:13.440Z Downloaded instant v0.1.12
14722024-04-01T22:12:13.440Z Downloaded indexmap v1.9.3
14732024-04-01T22:12:13.440Z Downloaded httparse v1.8.0
14742024-04-01T22:12:13.440Z Downloaded http v1.0.0
14752024-04-01T22:12:13.440Z Downloaded http v0.2.12
14762024-04-01T22:12:13.440Z Downloaded hmac v0.12.1
14772024-04-01T22:12:13.440Z Downloaded heapless v0.7.16
14782024-04-01T22:12:13.465Z Downloaded crossbeam-channel v0.5.8
14792024-04-01T22:12:13.465Z Downloaded chrono v0.4.34
14802024-04-01T22:12:13.465Z Downloaded bitvec v1.0.1
14812024-04-01T22:12:13.489Z Downloaded sqlparser_derive v0.2.2
14822024-04-01T22:12:13.489Z Downloaded sqlformat v0.2.3
14832024-04-01T22:12:13.489Z Downloaded smallvec v0.6.14
14842024-04-01T22:12:13.489Z Downloaded slog-stdlog v4.1.1
14852024-04-01T22:12:13.489Z Downloaded slog-dtrace v0.3.0
14862024-04-01T22:12:13.489Z Downloaded siphasher v0.3.11
14872024-04-01T22:12:13.489Z Downloaded similar-asserts v1.5.0
14882024-04-01T22:12:13.489Z Downloaded signature v2.1.0
14892024-04-01T22:12:13.489Z Downloaded signature v1.6.4
14902024-04-01T22:12:13.489Z Downloaded signal-hook-tokio v0.3.1
14912024-04-01T22:12:13.516Z Downloaded match_cfg v0.1.0
14922024-04-01T22:12:13.516Z Downloaded is_ci v1.2.0
14932024-04-01T22:12:13.516Z Downloaded hyper-rustls v0.26.0
14942024-04-01T22:12:13.516Z Downloaded hubpack v0.1.2
14952024-04-01T22:12:13.517Z Downloaded httptest v0.15.5
14962024-04-01T22:12:13.517Z Downloaded httpdate v1.0.3
14972024-04-01T22:12:13.517Z Downloaded http-body v0.4.5
14982024-04-01T22:12:13.517Z Downloaded hostname v0.3.1
14992024-04-01T22:12:13.517Z Downloaded home v0.5.5
15002024-04-01T22:12:13.517Z Downloaded highway v1.1.0
15012024-04-01T22:12:13.517Z Downloaded hex-literal v0.4.1
15022024-04-01T22:12:13.517Z Downloaded hex v0.4.3
15032024-04-01T22:12:13.517Z Downloaded heck v0.3.3
15042024-04-01T22:12:13.517Z Downloaded hash32 v0.3.1
15052024-04-01T22:12:13.517Z Downloaded crossbeam-utils v0.8.19
15062024-04-01T22:12:13.517Z Downloaded crc-any v2.4.3
15072024-04-01T22:12:13.541Z Downloaded crc v3.0.1
15082024-04-01T22:12:13.541Z Downloaded corncobs v0.1.3
15092024-04-01T22:12:13.541Z Downloaded cookie_store v0.20.0
15102024-04-01T22:12:13.541Z Downloaded constant_time_eq v0.2.6
15112024-04-01T22:12:13.541Z Downloaded colored v2.1.0
15122024-04-01T22:12:13.542Z Downloaded cfg-expr v0.15.6
15132024-04-01T22:12:13.542Z Downloaded bstr v1.9.0
15142024-04-01T22:12:13.542Z Downloaded iana-time-zone v0.1.57
15152024-04-01T22:12:13.565Z Downloaded hyper-tls v0.5.0
15162024-04-01T22:12:13.566Z Downloaded hyper-staticfile v0.9.5
15172024-04-01T22:12:13.566Z Downloaded http-range v0.1.5
15182024-04-01T22:12:13.566Z Downloaded http-body v1.0.0
15192024-04-01T22:12:13.566Z Downloaded headers-core v0.2.0
15202024-04-01T22:12:13.566Z Downloaded crossbeam-epoch v0.9.18
15212024-04-01T22:12:13.566Z Downloaded crc32fast v1.3.2
15222024-04-01T22:12:13.566Z Downloaded crc-catalog v2.2.0
15232024-04-01T22:12:13.566Z Downloaded cpufeatures v0.2.12
15242024-04-01T22:12:13.566Z Downloaded cookie v0.17.0
15252024-04-01T22:12:13.566Z Downloaded constant_time_eq v0.3.0
15262024-04-01T22:12:13.566Z Downloaded cobs v0.2.3
15272024-04-01T22:12:13.566Z Downloaded clang-sys v1.6.1
15282024-04-01T22:12:13.566Z Downloaded cipher v0.4.4
15292024-04-01T22:12:13.566Z Downloaded chacha20 v0.9.1
15302024-04-01T22:12:13.591Z Downloaded cc v1.0.83
15312024-04-01T22:12:13.591Z Downloaded hyper-rustls v0.24.2
15322024-04-01T22:12:13.591Z Downloaded humantime v2.1.0
15332024-04-01T22:12:13.591Z Downloaded hubpack_derive v0.1.1
15342024-04-01T22:12:13.591Z Downloaded criterion-plot v0.5.0
15352024-04-01T22:12:13.591Z Downloaded cookie v0.18.0
15362024-04-01T22:12:13.591Z Downloaded const_format v0.2.32
15372024-04-01T22:12:13.591Z Downloaded const-oid v0.9.6
15382024-04-01T22:12:13.591Z Downloaded ciborium-io v0.2.2
15392024-04-01T22:12:13.591Z Downloaded chacha20poly1305 v0.10.1
15402024-04-01T22:12:13.615Z Downloaded cexpr v0.6.0
15412024-04-01T22:12:13.615Z Downloaded castaway v0.2.2
15422024-04-01T22:12:13.615Z Downloaded blake3 v1.5.0
15432024-04-01T22:12:13.615Z Downloaded const_format_proc_macros v0.2.32
15442024-04-01T22:12:13.615Z Downloaded cancel-safe-futures v0.1.5
15452024-04-01T22:12:13.615Z Downloaded camino-tempfile v1.1.1
15462024-04-01T22:12:13.616Z Downloaded basic-toml v0.1.8
15472024-04-01T22:12:13.640Z Downloaded backtrace v0.3.69
15482024-04-01T22:12:13.640Z Downloaded async-stream-impl v0.3.5
15492024-04-01T22:12:13.640Z Downloaded console v0.15.8
15502024-04-01T22:12:13.640Z Downloaded ciborium-ll v0.2.2
15512024-04-01T22:12:13.640Z Downloaded ciborium v0.2.2
15522024-04-01T22:12:13.640Z Downloaded cfg-if v1.0.0
15532024-04-01T22:12:13.640Z Downloaded cast v0.3.0
15542024-04-01T22:12:13.640Z Downloaded cassowary v0.3.0
15552024-04-01T22:12:13.665Z Downloaded bzip2 v0.4.4
15562024-04-01T22:12:13.665Z Downloaded bytes v1.5.0
15572024-04-01T22:12:13.665Z Downloaded byteorder v1.5.0
15582024-04-01T22:12:13.665Z Downloaded bytecount v0.6.3
15592024-04-01T22:12:13.665Z Downloaded buf-list v1.0.3
15602024-04-01T22:12:13.665Z Downloaded block-padding v0.3.3
15612024-04-01T22:12:13.665Z Downloaded block-buffer v0.10.4
15622024-04-01T22:12:13.665Z Downloaded blake2b_simd v1.0.1
15632024-04-01T22:12:13.665Z Downloaded blake2 v0.10.6
15642024-04-01T22:12:13.665Z Downloaded bitstruct_derive v0.1.0
15652024-04-01T22:12:13.665Z Downloaded bitstruct v0.1.1
15662024-04-01T22:12:13.665Z Downloaded bitflags v1.3.2
15672024-04-01T22:12:13.690Z Downloaded bitfield v0.14.0
15682024-04-01T22:12:13.691Z Downloaded bit-vec v0.6.3
15692024-04-01T22:12:13.691Z Downloaded bit-set v0.5.3
15702024-04-01T22:12:13.691Z Downloaded bindgen v0.69.2
15712024-04-01T22:12:13.691Z Downloaded bcs v0.1.6
15722024-04-01T22:12:13.691Z Downloaded bb8 v0.8.3
15732024-04-01T22:12:13.691Z Downloaded base64ct v1.6.0
15742024-04-01T22:12:13.691Z Downloaded base64 v0.22.0
15752024-04-01T22:12:13.691Z Downloaded base64 v0.21.7
15762024-04-01T22:12:13.716Z Downloaded base64 v0.13.1
15772024-04-01T22:12:13.716Z Downloaded base16ct v0.2.0
15782024-04-01T22:12:13.716Z Downloaded atomic-waker v1.1.1
15792024-04-01T22:12:13.716Z Downloaded async-trait v0.1.77
15802024-04-01T22:12:13.716Z Downloaded async-stream v0.3.5
15812024-04-01T22:12:13.716Z Downloaded aho-corasick v1.1.2
15822024-04-01T22:12:13.716Z Downloaded atty v0.2.14
15832024-04-01T22:12:13.716Z Downloaded atomicwrites v0.4.3
15842024-04-01T22:12:13.716Z Downloaded async-recursion v1.0.5
15852024-04-01T22:12:13.716Z Downloaded assert_matches v1.5.0
15862024-04-01T22:12:13.740Z Downloaded assert_cmd v2.0.14
15872024-04-01T22:12:13.740Z Downloaded ascii-canvas v3.0.0
15882024-04-01T22:12:13.740Z Downloaded ascii v1.1.0
15892024-04-01T22:12:13.740Z Downloaded arrayvec v0.7.4
15902024-04-01T22:12:13.740Z Downloaded arrayref v0.3.7
15912024-04-01T22:12:13.740Z Downloaded array-init v0.0.4
15922024-04-01T22:12:13.740Z Downloaded argon2 v0.5.3
15932024-04-01T22:12:13.740Z Downloaded arc-swap v1.6.0
15942024-04-01T22:12:13.740Z Downloaded ansi_term v0.12.1
15952024-04-01T22:12:13.740Z Downloaded anes v0.1.6
15962024-04-01T22:12:13.741Z Downloaded allocator-api2 v0.2.16
15972024-04-01T22:12:13.765Z Downloaded ahash v0.8.8
15982024-04-01T22:12:13.765Z Downloaded aead v0.5.2
15992024-04-01T22:12:13.765Z Downloaded adler v1.0.2
16002024-04-01T22:12:13.765Z Downloaded addr2line v0.21.0
16012024-04-01T22:12:14.334Z Compiling libc v0.2.153
16022024-04-01T22:12:14.334Z Compiling serde v1.0.197
16032024-04-01T22:12:14.334Z Compiling version_check v0.9.4
16042024-04-01T22:12:14.334Z Checking cfg-if v1.0.0
16052024-04-01T22:12:14.359Z Compiling syn v1.0.109
16062024-04-01T22:12:14.359Z Compiling lock_api v0.4.10
16072024-04-01T22:12:14.397Z Compiling syn v2.0.52
16082024-04-01T22:12:14.463Z Compiling parking_lot_core v0.9.8
16092024-04-01T22:12:14.542Z Compiling libm v0.2.7
16102024-04-01T22:12:14.874Z Compiling memchr v2.7.1
16112024-04-01T22:12:14.925Z Compiling once_cell v1.19.0
16122024-04-01T22:12:14.975Z Compiling num-traits v0.2.18
16132024-04-01T22:12:15.110Z Compiling serde_json v1.0.114
16142024-04-01T22:12:15.335Z Compiling ahash v0.8.8
16152024-04-01T22:12:15.486Z Compiling byteorder v1.5.0
16162024-04-01T22:12:15.879Z Checking log v0.4.21
16172024-04-01T22:12:16.093Z Checking getrandom v0.2.12
16182024-04-01T22:12:16.126Z Compiling slab v0.4.9
16192024-04-01T22:12:16.154Z Checking itoa v1.0.9
16202024-04-01T22:12:16.305Z Compiling cc v1.0.83
16212024-04-01T22:12:16.469Z Compiling typenum v1.16.0
16222024-04-01T22:12:16.496Z Compiling generic-array v0.14.7
16232024-04-01T22:12:16.743Z Checking scopeguard v1.2.0
16242024-04-01T22:12:16.743Z Checking smallvec v1.13.1
16252024-04-01T22:12:16.855Z Compiling allocator-api2 v0.2.16
16262024-04-01T22:12:16.879Z Compiling pkg-config v0.3.27
16272024-04-01T22:12:17.499Z Compiling rustix v0.38.31
16282024-04-01T22:12:17.645Z Compiling schemars v0.8.16
16292024-04-01T22:12:17.834Z Compiling fnv v1.0.7
16302024-04-01T22:12:17.946Z Compiling httparse v1.8.0
16312024-04-01T22:12:17.971Z Checking pin-project-lite v0.2.13
16322024-04-01T22:12:18.103Z Checking parking_lot v0.12.1
16332024-04-01T22:12:18.236Z Compiling num-conv v0.1.0
16342024-04-01T22:12:18.303Z Compiling time-core v0.1.2
16352024-04-01T22:12:18.412Z Checking signal-hook-registry v1.4.1
16362024-04-01T22:12:18.449Z Compiling vcpkg v0.2.15
16372024-04-01T22:12:18.473Z Compiling time-macros v0.2.17
16382024-04-01T22:12:18.642Z Checking mio v0.8.11
16392024-04-01T22:12:18.903Z Compiling ucd-trie v0.1.6
16402024-04-01T22:12:19.123Z Checking ryu v1.0.15
16412024-04-01T22:12:19.164Z Compiling ring v0.17.8
16422024-04-01T22:12:19.314Z Compiling aho-corasick v1.1.2
16432024-04-01T22:12:20.054Z Compiling regex-syntax v0.8.2
16442024-04-01T22:12:20.239Z Compiling openssl-sys v0.9.96
16452024-04-01T22:12:21.174Z Checking rand_core v0.6.4
16462024-04-01T22:12:21.259Z Compiling serde_derive_internals v0.26.0
16472024-04-01T22:12:21.455Z Checking num_cpus v1.16.0
16482024-04-01T22:12:21.554Z Checking futures-core v0.3.30
16492024-04-01T22:12:21.731Z Compiling ring v0.16.20
16502024-04-01T22:12:28.086Z Checking socket2 v0.5.5
16512024-04-01T22:12:28.175Z Compiling openssl v0.10.60
16522024-04-01T22:12:28.175Z Compiling regex-automata v0.4.5
16532024-04-01T22:12:28.175Z Compiling slog v2.7.0
16542024-04-01T22:12:28.175Z Compiling crossbeam-utils v0.8.19
16552024-04-01T22:12:28.175Z Compiling async-trait v0.1.77
16562024-04-01T22:12:28.175Z Checking spin v0.5.2
16572024-04-01T22:12:28.175Z Compiling iana-time-zone v0.1.57
16582024-04-01T22:12:28.175Z Compiling rustls v0.21.9
16592024-04-01T22:12:28.175Z Compiling native-tls v0.2.11
16602024-04-01T22:12:28.175Z Compiling rustversion v1.0.14
16612024-04-01T22:12:28.175Z Compiling cookie v0.17.0
16622024-04-01T22:12:28.175Z Compiling backtrace v0.3.69
16632024-04-01T22:12:28.176Z Compiling dyn-clone v1.0.17
16642024-04-01T22:12:28.176Z Compiling uuid v0.8.2
16652024-04-01T22:12:28.176Z Compiling unicode-xid v0.2.4
16662024-04-01T22:12:28.176Z Checking futures-sink v0.3.30
16672024-04-01T22:12:28.176Z Compiling anyhow v1.0.79
16682024-04-01T22:12:28.176Z Checking pin-utils v0.1.0
16692024-04-01T22:12:28.176Z Checking futures-channel v0.3.30
16702024-04-01T22:12:28.211Z Compiling tinyvec_macros v0.1.1
16712024-04-01T22:12:28.211Z Checking futures-io v0.3.30
16722024-04-01T22:12:28.212Z Checking futures-task v0.3.30
16732024-04-01T22:12:28.212Z Compiling tinyvec v1.6.0
16742024-04-01T22:12:28.212Z Compiling thread-id v4.2.0
16752024-04-01T22:12:28.212Z Compiling unicode-bidi v0.3.15
16762024-04-01T22:12:28.212Z Compiling regex v1.10.3
16772024-04-01T22:12:28.212Z Compiling serde_derive v1.0.197
16782024-04-01T22:12:28.212Z Compiling zerocopy-derive v0.7.32
16792024-04-01T22:12:28.212Z Compiling thiserror-impl v1.0.57
16802024-04-01T22:12:28.212Z Compiling zeroize_derive v1.4.2
16812024-04-01T22:12:28.212Z Compiling tokio-macros v2.2.0
16822024-04-01T22:12:28.213Z Compiling futures-macro v0.3.30
16832024-04-01T22:12:28.213Z Compiling tracing-attributes v0.1.27
16842024-04-01T22:12:29.024Z Compiling schemars_derive v0.8.16
16852024-04-01T22:12:29.080Z Checking zeroize v1.7.0
16862024-04-01T22:12:29.298Z Compiling openssl-macros v0.1.1
16872024-04-01T22:12:29.356Z Compiling zerocopy v0.7.32
16882024-04-01T22:12:30.293Z Compiling thiserror v1.0.57
16892024-04-01T22:12:30.406Z Compiling pest v2.7.6
16902024-04-01T22:12:31.099Z Compiling hashbrown v0.14.3
16912024-04-01T22:12:31.133Z Checking futures-util v0.3.30
16922024-04-01T22:12:31.196Z Compiling scroll_derive v0.12.0
16932024-04-01T22:12:31.476Z Compiling unicode-normalization v0.1.22
16942024-04-01T22:12:31.742Z Compiling der_derive v0.7.2
16952024-04-01T22:12:32.276Z Compiling pest_meta v2.7.6
16962024-04-01T22:12:32.478Z Compiling errno v0.3.8
16972024-04-01T22:12:32.637Z Compiling unicode-width v0.1.11
16982024-04-01T22:12:32.674Z Checking subtle v2.5.0
16992024-04-01T22:12:32.777Z Compiling crc32fast v1.3.2
17002024-04-01T22:12:32.899Z Compiling either v1.10.0
17012024-04-01T22:12:33.259Z Compiling pest_generator v2.7.6
17022024-04-01T22:12:33.864Z Compiling winnow v0.5.15
17032024-04-01T22:12:34.847Z Compiling synstructure v0.12.6
17042024-04-01T22:12:35.086Z Compiling spin v0.9.8
17052024-04-01T22:12:35.408Z Compiling tracing-core v0.1.32
17062024-04-01T22:12:36.300Z Compiling zerocopy-derive v0.2.0
17072024-04-01T22:12:36.395Z Compiling pest_derive v2.7.6
17082024-04-01T22:12:36.585Z Compiling tracing v0.1.40
17092024-04-01T22:12:36.703Z Compiling scroll v0.12.0
17102024-04-01T22:12:36.930Z Compiling usdt-impl v0.5.0
17112024-04-01T22:12:37.072Z Compiling plain v0.2.3
17122024-04-01T22:12:37.211Z Compiling percent-encoding v2.3.1
17132024-04-01T22:12:37.237Z Compiling const-oid v0.9.6
17142024-04-01T22:12:37.461Z Compiling goblin v0.8.0
17152024-04-01T22:12:37.516Z Compiling lazy_static v1.4.0
17162024-04-01T22:12:37.540Z Compiling pretty-hex v0.4.1
17172024-04-01T22:12:37.627Z Compiling dtrace-parser v0.2.0
17182024-04-01T22:12:37.729Z Compiling clap_derive v4.5.0
17192024-04-01T22:12:37.754Z Checking bytes v1.5.0
17202024-04-01T22:12:38.555Z Compiling indexmap v2.2.5
17212024-04-01T22:12:39.017Z Compiling bitflags v2.4.2
17222024-04-01T22:12:39.237Z Checking tokio v1.36.0
17232024-04-01T22:12:39.306Z Compiling chrono v0.4.34
17242024-04-01T22:12:39.379Z Compiling uuid v1.7.0
17252024-04-01T22:12:39.725Z Compiling http v0.2.12
17262024-04-01T22:12:39.973Z Compiling semver v1.0.22
17272024-04-01T22:12:40.442Z Compiling rustc_version v0.4.0
17282024-04-01T22:12:40.604Z Compiling toml_datetime v0.6.5
17292024-04-01T22:12:40.910Z Compiling serde_spanned v0.6.5
17302024-04-01T22:12:41.118Z Compiling toml_edit v0.19.15
17312024-04-01T22:12:41.813Z Compiling openapiv3 v2.0.0
17322024-04-01T22:12:43.483Z Compiling dof v0.3.0
17332024-04-01T22:12:44.260Z Compiling untrusted v0.7.1
17342024-04-01T22:12:44.421Z Compiling powerfmt v0.2.0
17352024-04-01T22:12:44.774Z Compiling untrusted v0.9.0
17362024-04-01T22:12:44.816Z Compiling foreign-types-shared v0.1.1
17372024-04-01T22:12:44.920Z Compiling signal-hook v0.3.17
17382024-04-01T22:12:44.945Z Compiling foreign-types v0.3.2
17392024-04-01T22:12:45.037Z Compiling deranged v0.3.11
17402024-04-01T22:12:45.356Z Compiling form_urlencoded v1.2.1
17412024-04-01T22:12:45.631Z Compiling crypto-common v0.1.6
17422024-04-01T22:12:45.807Z Compiling zerocopy-derive v0.6.4
17432024-04-01T22:12:46.607Z Compiling usdt-impl v0.3.5
17442024-04-01T22:12:46.633Z Compiling base64 v0.21.7
17452024-04-01T22:12:46.886Z Compiling siphasher v0.3.11
17462024-04-01T22:12:46.959Z Compiling try-lock v0.2.4
17472024-04-01T22:12:47.113Z Compiling num_threads v0.1.6
17482024-04-01T22:12:47.649Z Compiling time v0.3.34
17492024-04-01T22:12:47.649Z Compiling want v0.3.1
17502024-04-01T22:12:47.649Z Compiling sct v0.7.0
17512024-04-01T22:12:47.697Z Compiling tokio-util v0.7.10
17522024-04-01T22:12:47.721Z Compiling rustls-webpki v0.101.7
17532024-04-01T22:12:47.750Z Compiling http-body v0.4.5
17542024-04-01T22:12:48.473Z Compiling zerocopy v0.3.0
17552024-04-01T22:12:48.512Z Compiling block-buffer v0.10.4
17562024-04-01T22:12:48.512Z Compiling idna v0.5.0
17572024-04-01T22:12:48.605Z Compiling h2 v0.3.24
17582024-04-01T22:12:48.681Z Compiling bzip2-sys v0.1.11+1.0.8
17592024-04-01T22:12:49.030Z Compiling tower-service v0.3.2
17602024-04-01T22:12:49.141Z Compiling httpdate v1.0.3
17612024-04-01T22:12:49.290Z Compiling openssl-probe v0.1.5
17622024-04-01T22:12:49.597Z Compiling url v2.5.0
17632024-04-01T22:12:49.651Z Compiling dof v0.1.5
17642024-04-01T22:12:50.099Z Compiling digest v0.10.7
17652024-04-01T22:12:50.484Z Compiling heapless v0.7.16
17662024-04-01T22:12:50.567Z Compiling dtrace-parser v0.1.14
17672024-04-01T22:12:50.991Z Compiling idna v0.3.0
17682024-04-01T22:12:51.596Z Compiling unicode-segmentation v1.10.1
17692024-04-01T22:12:52.208Z Compiling ppv-lite86 v0.2.17
17702024-04-01T22:12:52.270Z Compiling psl-types v2.0.11
17712024-04-01T22:12:52.391Z Compiling adler v1.0.2
17722024-04-01T22:12:52.612Z Compiling miniz_oxide v0.7.1
17732024-04-01T22:12:52.903Z Compiling rand_chacha v0.3.1
17742024-04-01T22:12:52.928Z Compiling tokio-native-tls v0.3.1
17752024-04-01T22:12:53.170Z Compiling publicsuffix v2.2.3
17762024-04-01T22:12:53.400Z Compiling crossbeam-epoch v0.9.18
17772024-04-01T22:12:53.632Z Compiling tokio-rustls v0.24.1
17782024-04-01T22:12:53.977Z Compiling serde_tokenstream v0.1.7
17792024-04-01T22:12:54.105Z Compiling hyper v0.14.28
17802024-04-01T22:12:54.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17812024-04-01T22:12:54.456Z Checking equivalent v1.0.1
17822024-04-01T22:12:54.563Z Compiling ipnet v2.9.0
17832024-04-01T22:12:54.588Z Compiling bit-vec v0.6.3
17842024-04-01T22:12:54.976Z Compiling cookie_store v0.20.0
17852024-04-01T22:12:55.075Z Compiling rand v0.8.5
17862024-04-01T22:12:55.620Z Compiling phf_shared v0.10.0
17872024-04-01T22:12:55.940Z Compiling rustls-pemfile v1.0.3
17882024-04-01T22:12:55.965Z Compiling serde_urlencoded v0.7.1
17892024-04-01T22:12:56.280Z Compiling encoding_rs v0.8.33
17902024-04-01T22:12:56.304Z Compiling num-bigint v0.4.4
17912024-04-01T22:12:56.411Z Compiling base64ct v1.6.0
17922024-04-01T22:12:56.535Z Compiling mime v0.3.17
17932024-04-01T22:12:56.754Z Compiling gimli v0.28.0
17942024-04-01T22:12:56.929Z Compiling sync_wrapper v0.1.2
17952024-04-01T22:12:56.986Z Compiling minimal-lexical v0.2.1
17962024-04-01T22:12:57.070Z Compiling precomputed-hash v0.1.1
17972024-04-01T22:12:57.095Z Compiling webpki-roots v0.25.2
17982024-04-01T22:12:57.164Z Compiling smoltcp v0.9.1
17992024-04-01T22:12:57.206Z Compiling fixedbitset v0.4.2
18002024-04-01T22:12:57.299Z Compiling new_debug_unreachable v1.0.4
18012024-04-01T22:12:57.373Z Compiling string_cache v0.8.7
18022024-04-01T22:12:57.430Z Compiling nom v7.1.3
18032024-04-01T22:12:57.591Z Compiling petgraph v0.6.4
18042024-04-01T22:12:57.795Z Compiling pem-rfc7468 v0.7.0
18052024-04-01T22:12:58.125Z Compiling usdt-macro v0.3.5
18062024-04-01T22:12:58.246Z Compiling usdt-attr-macro v0.3.5
18072024-04-01T22:12:58.470Z Compiling bit-set v0.5.3
18082024-04-01T22:12:58.701Z Compiling hmac v0.12.1
18092024-04-01T22:12:59.196Z Compiling itertools v0.10.5
18102024-04-01T22:12:59.230Z Compiling enum-as-inner v0.5.1
18112024-04-01T22:12:59.487Z Compiling hubpack_derive v0.1.1
18122024-04-01T22:12:59.928Z Compiling hyper-tls v0.5.0
18132024-04-01T22:13:00.093Z Compiling hyper-rustls v0.24.2
18142024-04-01T22:13:00.233Z Compiling addr2line v0.21.0
18152024-04-01T22:13:00.257Z Compiling diesel_table_macro_syntax v0.1.0
18162024-04-01T22:13:00.370Z Compiling reqwest v0.11.24
18172024-04-01T22:13:00.402Z Compiling object v0.32.1
18182024-04-01T22:13:00.596Z Compiling lalrpop-util v0.19.12
18192024-04-01T22:13:00.819Z Compiling rustc-demangle v0.1.23
18202024-04-01T22:13:00.889Z Compiling flagset v0.4.3
18212024-04-01T22:13:01.057Z Compiling der v0.7.8
18222024-04-01T22:13:01.274Z Compiling diesel_derives v2.1.2
18232024-04-01T22:13:01.524Z Compiling flate2 v1.0.28
18242024-04-01T22:13:01.631Z Compiling futures-executor v0.3.30
18252024-04-01T22:13:01.657Z Compiling strum_macros v0.25.2
18262024-04-01T22:13:02.290Z Compiling cpufeatures v0.2.12
18272024-04-01T22:13:02.327Z Compiling toml_edit v0.22.6
18282024-04-01T22:13:02.381Z Compiling sha2 v0.10.8
18292024-04-01T22:13:02.421Z Compiling futures v0.3.30
18302024-04-01T22:13:03.478Z Compiling spki v0.7.2
18312024-04-01T22:13:03.788Z Compiling md-5 v0.10.5
18322024-04-01T22:13:03.839Z Compiling toml v0.7.8
18332024-04-01T22:13:04.010Z Compiling hex v0.4.3
18342024-04-01T22:13:04.521Z Compiling stringprep v0.1.3
18352024-04-01T22:13:04.962Z Compiling serde_repr v0.1.16
18362024-04-01T22:13:05.359Z Compiling num-integer v0.1.46
18372024-04-01T22:13:05.570Z Compiling hash32 v0.2.1
18382024-04-01T22:13:06.028Z Checking unicode-ident v1.0.12
18392024-04-01T22:13:06.171Z Compiling fallible-iterator v0.2.0
18402024-04-01T22:13:06.498Z Compiling stable_deref_trait v1.2.0
18412024-04-01T22:13:06.747Z Compiling postgres-protocol v0.6.6
18422024-04-01T22:13:07.613Z Compiling pkcs8 v0.10.2
18432024-04-01T22:13:07.960Z Compiling phf_shared v0.11.2
18442024-04-01T22:13:08.102Z Compiling terminal_size v0.3.0
18452024-04-01T22:13:08.148Z Compiling ff v0.13.0
18462024-04-01T22:13:08.287Z Compiling block-padding v0.3.3
18472024-04-01T22:13:08.345Z Compiling scheduled-thread-pool v0.2.7
18482024-04-01T22:13:08.506Z Compiling base16ct v0.2.0
18492024-04-01T22:13:08.606Z Compiling matches v0.1.10
18502024-04-01T22:13:08.724Z Compiling peg-runtime v0.8.2
18512024-04-01T22:13:08.781Z Compiling bitflags v1.3.2
18522024-04-01T22:13:08.859Z Compiling managed v0.8.0
18532024-04-01T22:13:08.887Z Compiling regex-automata v0.1.10
18542024-04-01T22:13:08.915Z Compiling clap_builder v4.5.1
18552024-04-01T22:13:09.098Z Compiling idna v0.2.3
18562024-04-01T22:13:09.128Z Compiling sec1 v0.7.3
18572024-04-01T22:13:09.257Z Compiling bstr v0.2.17
18582024-04-01T22:13:09.331Z Compiling r2d2 v0.8.10
18592024-04-01T22:13:09.692Z Compiling inout v0.1.3
18602024-04-01T22:13:09.972Z Compiling signal-hook-mio v0.2.3
18612024-04-01T22:13:09.996Z Compiling group v0.13.0
18622024-04-01T22:13:10.117Z Compiling phf v0.11.2
18632024-04-01T22:13:10.270Z Compiling bzip2 v0.4.4
18642024-04-01T22:13:10.371Z Compiling postgres-types v0.2.6
18652024-04-01T22:13:10.558Z Compiling hubpack v0.1.2
18662024-04-01T22:13:10.604Z Compiling hkdf v0.12.4
18672024-04-01T22:13:10.979Z Compiling zerocopy v0.6.4
18682024-04-01T22:13:11.065Z Compiling ipnetwork v0.20.0
18692024-04-01T22:13:11.193Z Compiling crypto-bigint v0.5.2
18702024-04-01T22:13:11.689Z Compiling float-cmp v0.9.0
18712024-04-01T22:13:11.831Z Compiling static_assertions v1.1.0
18722024-04-01T22:13:11.877Z Compiling predicates-core v1.0.6
18732024-04-01T22:13:11.917Z Compiling difflib v0.4.0
18742024-04-01T22:13:12.214Z Compiling normalize-line-endings v0.3.0
18752024-04-01T22:13:12.326Z Compiling whoami v1.5.0
18762024-04-01T22:13:12.836Z Compiling data-encoding v2.4.0
18772024-04-01T22:13:13.125Z Compiling yasna v0.5.2
18782024-04-01T22:13:13.288Z Compiling elliptic-curve v0.13.8
18792024-04-01T22:13:13.904Z Compiling trust-dns-proto v0.22.0
18802024-04-01T22:13:13.931Z Compiling tokio-postgres v0.7.10
18812024-04-01T22:13:14.119Z Compiling diesel v2.1.4
18822024-04-01T22:13:14.737Z Compiling predicates v3.1.0
18832024-04-01T22:13:14.826Z Compiling clap v4.5.1
18842024-04-01T22:13:14.944Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18852024-04-01T22:13:16.239Z Compiling zip v0.6.6
18862024-04-01T22:13:16.533Z Compiling similar v2.4.0
18872024-04-01T22:13:17.087Z Compiling crossterm v0.27.0
18882024-04-01T22:13:17.410Z Compiling cipher v0.4.4
18892024-04-01T22:13:18.001Z Checking proc-macro2 v1.0.78
18902024-04-01T22:13:18.026Z Compiling num-iter v0.1.44
18912024-04-01T22:13:18.166Z Compiling usdt v0.3.5
18922024-04-01T22:13:18.395Z Compiling tokio-stream v0.1.14
18932024-04-01T22:13:18.560Z Compiling console v0.15.8
18942024-04-01T22:13:18.620Z Compiling bstr v1.9.0
18952024-04-01T22:13:19.170Z Checking quote v1.0.35
18962024-04-01T22:13:23.329Z Checking utf8parse v0.2.1
18972024-04-01T22:13:26.237Z Checking anstyle v1.0.6
18982024-04-01T22:13:27.702Z Checking anstyle-parse v0.2.1
18992024-04-01T22:13:27.958Z Checking anstyle-query v1.0.0
19002024-04-01T22:13:28.063Z Checking colorchoice v1.0.0
19012024-04-01T22:13:28.181Z Checking anstream v0.6.11
19022024-04-01T22:13:28.356Z Checking clap_lex v0.7.0
19032024-04-01T22:13:28.476Z Checking strsim v0.11.0
19042024-04-01T22:13:30.355Z Compiling serde_tokenstream v0.2.0
19052024-04-01T22:13:33.138Z Checking winnow v0.6.1
19062024-04-01T22:13:39.182Z Compiling regress v0.9.0
19072024-04-01T22:13:39.264Z Checking heck v0.4.1
19082024-04-01T22:13:39.455Z Compiling getopts v0.2.21
19092024-04-01T22:13:40.016Z Compiling unsafe-libyaml v0.2.10
19102024-04-01T22:13:40.299Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19112024-04-01T22:13:40.756Z Compiling strsim v0.10.0
19122024-04-01T22:13:40.844Z Compiling ident_case v1.0.1
19132024-04-01T22:13:41.007Z Compiling serde_yaml v0.9.25
19142024-04-01T22:13:41.208Z Checking camino v1.1.6
19152024-04-01T22:13:41.464Z Checking atty v0.2.14
19162024-04-01T22:13:41.531Z Checking sha1 v0.10.6
19172024-04-01T22:13:41.572Z Checking http v1.0.0
19182024-04-01T22:13:41.685Z Checking fastrand v2.0.1
19192024-04-01T22:13:41.769Z Checking match_cfg v0.1.0
19202024-04-01T22:13:41.850Z Checking rustls-pki-types v1.3.0
19212024-04-01T22:13:41.964Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19222024-04-01T22:13:42.221Z Checking tempfile v3.10.0
19232024-04-01T22:13:42.514Z Checking hostname v0.3.1
19242024-04-01T22:13:42.630Z Compiling darling_core v0.20.3
19252024-04-01T22:13:42.669Z Compiling strum_macros v0.26.1
19262024-04-01T22:13:43.215Z Checking dirs-sys-next v0.1.2
19272024-04-01T22:13:43.373Z Compiling paste v1.0.14
19282024-04-01T22:13:43.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292024-04-01T22:13:43.790Z Checking quick-error v1.2.3
19302024-04-01T22:13:43.870Z Checking dirs-next v2.0.0
19312024-04-01T22:13:43.912Z Checking crossbeam-channel v0.5.8
19322024-04-01T22:13:43.986Z Checking thread_local v1.1.7
19332024-04-01T22:13:44.221Z Compiling slog-async v2.8.0
19342024-04-01T22:13:44.556Z Compiling rustls v0.22.2
19352024-04-01T22:13:44.580Z Checking term v0.7.0
19362024-04-01T22:13:44.719Z Checking rustls-webpki v0.102.1
19372024-04-01T22:13:44.816Z Checking instant v0.1.12
19382024-04-01T22:13:44.920Z Checking take_mut v0.2.2
19392024-04-01T22:13:44.944Z Checking slog-term v2.9.0
19402024-04-01T22:13:45.281Z Checking rustls-pemfile v2.1.1
19412024-04-01T22:13:45.341Z Compiling multer v3.0.0
19422024-04-01T22:13:45.485Z Checking debug-ignore v1.0.5
19432024-04-01T22:13:45.606Z Checking slog-json v2.6.1
19442024-04-01T22:13:45.640Z Compiling async-stream-impl v0.3.5
19452024-04-01T22:13:45.664Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19462024-04-01T22:13:45.840Z Checking atomic-waker v1.1.1
19472024-04-01T22:13:45.968Z Checking waitgroup v0.1.2
19482024-04-01T22:13:45.969Z Checking slog-bunyan v2.5.0
19492024-04-01T22:13:46.112Z Checking toml v0.8.10
19502024-04-01T22:13:46.389Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19512024-04-01T22:13:46.718Z Checking serde_path_to_error v0.1.16
19522024-04-01T22:13:46.778Z Checking async-stream v0.3.5
19532024-04-01T22:13:46.873Z Checking strum v0.26.1
19542024-04-01T22:13:46.929Z Checking wait-timeout v0.2.0
19552024-04-01T22:13:47.057Z Compiling structmeta-derive v0.3.0
19562024-04-01T22:13:47.118Z Checking rusty-fork v0.3.0
19572024-04-01T22:13:47.310Z Checking newtype-uuid v1.0.1
19582024-04-01T22:13:47.358Z Compiling structmeta-derive v0.2.0
19592024-04-01T22:13:47.515Z Checking rand_xorshift v0.3.0
19602024-04-01T22:13:47.638Z Compiling darling_macro v0.20.3
19612024-04-01T22:13:47.664Z Checking unarray v0.1.4
19622024-04-01T22:13:47.791Z Checking proptest v1.4.0
19632024-04-01T22:13:48.210Z Checking backoff v0.4.0
19642024-04-01T22:13:48.338Z Checking tokio-rustls v0.25.0
19652024-04-01T22:13:48.451Z Compiling darling v0.20.3
19662024-04-01T22:13:48.476Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19672024-04-01T22:13:48.551Z Compiling serde_with_macros v3.6.1
19682024-04-01T22:13:49.089Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19692024-04-01T22:13:49.205Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19702024-04-01T22:13:49.387Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19712024-04-01T22:13:49.536Z Compiling structmeta v0.3.0
19722024-04-01T22:13:49.802Z Compiling structmeta v0.2.0
19732024-04-01T22:13:49.887Z Compiling parse-display-derive v0.9.0
19742024-04-01T22:13:50.014Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19752024-04-01T22:13:50.140Z Checking macaddr v1.0.1
19762024-04-01T22:13:50.179Z Compiling test-strategy v0.3.1
19772024-04-01T22:13:50.433Z Compiling proc-macro-error-attr v1.0.4
19782024-04-01T22:13:50.722Z Compiling proc-macro-error v1.0.4
19792024-04-01T22:13:51.206Z Checking serde_with v3.6.1
19802024-04-01T22:13:51.434Z Compiling proc-macro-crate v1.3.1
19812024-04-01T22:13:51.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19822024-04-01T22:13:51.876Z Checking camino-tempfile v1.1.1
19832024-04-01T22:13:52.159Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19842024-04-01T22:13:52.393Z Compiling num_enum_derive v0.5.11
19852024-04-01T22:13:52.418Z Compiling foreign-types-macros v0.2.3
19862024-04-01T22:13:52.469Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19872024-04-01T22:13:52.694Z Checking foreign-types-shared v0.3.1
19882024-04-01T22:13:53.089Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19892024-04-01T22:13:53.445Z Checking foreign-types v0.5.0
19902024-04-01T22:13:53.546Z Checking cstr-argument v0.1.2
19912024-04-01T22:13:53.621Z Checking pretty-hex v0.2.1
19922024-04-01T22:13:53.701Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-04-01T22:13:53.767Z Checking tabwriter v1.4.0
19942024-04-01T22:13:53.872Z Checking parse-display v0.9.0
19952024-04-01T22:13:53.935Z Checking colored v2.1.0
19962024-04-01T22:13:53.958Z Checking socket2 v0.4.9
19972024-04-01T22:13:53.983Z Checking smf v0.2.2
19982024-04-01T22:13:53.983Z Checking humantime v2.1.0
19992024-04-01T22:13:54.060Z Checking termcolor v1.2.0
20002024-04-01T22:13:54.177Z Compiling usdt-attr-macro v0.5.0
20012024-04-01T22:13:54.223Z Compiling usdt-macro v0.5.0
20022024-04-01T22:13:54.315Z Checking memmap v0.7.0
20032024-04-01T22:13:54.366Z Checking arc-swap v1.6.0
20042024-04-01T22:13:54.390Z Checking utf-8 v0.7.6
20052024-04-01T22:13:54.508Z Compiling heapless v0.8.0
20062024-04-01T22:13:54.569Z Checking termtree v0.4.1
20072024-04-01T22:13:54.723Z Checking num_enum v0.5.11
20082024-04-01T22:13:54.747Z Checking predicates-tree v1.0.9
20092024-04-01T22:13:54.771Z Checking slog-scope v4.4.0
20102024-04-01T22:13:54.861Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20112024-04-01T22:13:54.885Z Checking hash32 v0.3.1
20122024-04-01T22:13:54.951Z Checking slog-stdlog v4.1.1
20132024-04-01T22:13:55.051Z Compiling smoltcp v0.11.0
20142024-04-01T22:13:55.095Z Checking slog-envlogger v2.2.0
20152024-04-01T22:13:55.119Z Compiling heck v0.3.3
20162024-04-01T22:13:55.290Z Checking xattr v1.0.1
20172024-04-01T22:13:55.443Z Checking filetime v0.2.23
20182024-04-01T22:13:55.469Z Checking same-file v1.0.6
20192024-04-01T22:13:55.583Z Checking cobs v0.2.3
20202024-04-01T22:13:55.616Z Compiling crucible-workspace-hack v0.1.0
20212024-04-01T22:13:55.640Z Checking usdt v0.5.0
20222024-04-01T22:13:55.664Z Checking embedded-io v0.4.0
20232024-04-01T22:13:55.704Z Checking tar v0.4.40
20242024-04-01T22:13:55.746Z Checking walkdir v2.4.0
20252024-04-01T22:13:55.835Z Checking postcard v1.0.8
20262024-04-01T22:13:55.866Z Checking tungstenite v0.20.1
20272024-04-01T22:13:55.911Z Checking newline-converter v0.3.0
20282024-04-01T22:13:55.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20292024-04-01T22:13:56.056Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20302024-04-01T22:13:56.183Z Checking expectorate v1.1.0
20312024-04-01T22:13:56.335Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20322024-04-01T22:13:56.359Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20332024-04-01T22:13:56.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20342024-04-01T22:13:56.429Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20352024-04-01T22:13:56.613Z Checking tokio-tungstenite v0.20.1
20362024-04-01T22:13:56.638Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20372024-04-01T22:13:56.880Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20382024-04-01T22:13:57.127Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20392024-04-01T22:13:57.216Z Compiling mockall_derive v0.12.0
20402024-04-01T22:13:57.382Z Compiling num-derive v0.4.0
20412024-04-01T22:13:57.420Z Checking downcast v0.11.0
20422024-04-01T22:13:57.588Z Checking fragile v2.0.0
20432024-04-01T22:13:57.809Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20442024-04-01T22:13:57.983Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20452024-04-01T22:13:58.009Z Checking base64 v0.22.0
20462024-04-01T22:13:58.241Z Checking pem v3.0.2
20472024-04-01T22:13:58.400Z Checking env_logger v0.9.3
20482024-04-01T22:13:58.467Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20492024-04-01T22:13:58.619Z Compiling bitstruct_derive v0.1.0
20502024-04-01T22:13:58.655Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20512024-04-01T22:13:58.753Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20522024-04-01T22:13:58.794Z Checking ascii v1.1.0
20532024-04-01T22:13:58.867Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20542024-04-01T22:13:59.005Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-04-01T22:13:59.150Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20562024-04-01T22:13:59.233Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20572024-04-01T22:13:59.263Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
20582024-04-01T22:13:59.493Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20592024-04-01T22:13:59.715Z Checking serde_arrays v0.1.0
20602024-04-01T22:13:59.750Z Checking erased-serde v0.3.31
20612024-04-01T22:13:59.831Z Checking bitstruct v0.1.1
20622024-04-01T22:13:59.855Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20632024-04-01T22:13:59.879Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20642024-04-01T22:13:59.930Z Compiling zone_cfg_derive v0.1.2
20652024-04-01T22:13:59.957Z Checking tungstenite v0.21.0
20662024-04-01T22:14:00.136Z Checking base64 v0.13.1
20672024-04-01T22:14:00.466Z Checking ron v0.7.1
20682024-04-01T22:14:00.627Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20692024-04-01T22:14:00.682Z Checking tokio-tungstenite v0.21.0
20702024-04-01T22:14:00.983Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20712024-04-01T22:14:01.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20722024-04-01T22:14:01.244Z Checking zone v0.1.8
20732024-04-01T22:14:01.244Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20742024-04-01T22:14:01.378Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20752024-04-01T22:14:01.417Z Checking headers-core v0.2.0
20762024-04-01T22:14:01.470Z Checking portpicker v0.1.1
20772024-04-01T22:14:01.547Z Checking headers v0.3.9
20782024-04-01T22:14:01.593Z Checking rcgen v0.12.1
20792024-04-01T22:14:01.793Z Checking atomicwrites v0.4.3
20802024-04-01T22:14:01.990Z Checking subprocess v0.2.9
20812024-04-01T22:14:02.217Z Checking linked-hash-map v0.5.6
20822024-04-01T22:14:02.458Z Checking password-hash v0.5.0
20832024-04-01T22:14:02.482Z Checking lru-cache v0.1.2
20842024-04-01T22:14:02.521Z Checking blake2 v0.10.6
20852024-04-01T22:14:02.606Z Checking swrite v0.1.0
20862024-04-01T22:14:02.641Z Checking itertools v0.12.1
20872024-04-01T22:14:02.709Z Compiling derive-where v1.2.7
20882024-04-01T22:14:02.829Z Compiling rayon-core v1.12.1
20892024-04-01T22:14:02.889Z Checking argon2 v0.5.3
20902024-04-01T22:14:02.951Z Checking half v2.3.1
20912024-04-01T22:14:03.097Z Checking ciborium-io v0.2.2
20922024-04-01T22:14:03.198Z Compiling cancel-safe-futures v0.1.5
20932024-04-01T22:14:03.347Z Checking ciborium-ll v0.2.2
20942024-04-01T22:14:03.478Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20952024-04-01T22:14:03.521Z Checking resolv-conf v0.7.0
20962024-04-01T22:14:03.598Z Checking ciborium v0.2.2
20972024-04-01T22:14:03.821Z Checking trust-dns-resolver v0.22.0
20982024-04-01T22:14:03.939Z Checking mockall v0.12.0
20992024-04-01T22:14:04.128Z Checking bytecount v0.6.3
21002024-04-01T22:14:04.161Z Compiling tabled_derive v0.7.0
21012024-04-01T22:14:04.254Z Checking papergrid v0.11.0
21022024-04-01T22:14:04.414Z Compiling slog-dtrace v0.3.0
21032024-04-01T22:14:04.666Z Compiling semver v0.1.20
21042024-04-01T22:14:04.825Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21052024-04-01T22:14:05.075Z Compiling rustc_version v0.1.7
21062024-04-01T22:14:05.126Z Checking libsw v3.3.1
21072024-04-01T22:14:05.239Z Checking owo-colors v4.0.0
21082024-04-01T22:14:05.354Z Checking linear-map v1.2.0
21092024-04-01T22:14:05.514Z Compiling newtype_derive v0.1.6
21102024-04-01T22:14:05.627Z Compiling num-rational v0.4.1
21112024-04-01T22:14:05.760Z Compiling radium v0.7.0
21122024-04-01T22:14:05.876Z Checking is-terminal v0.4.9
21132024-04-01T22:14:05.943Z Checking steno v0.4.0
21142024-04-01T22:14:05.988Z Checking num-complex v0.4.4
21152024-04-01T22:14:06.183Z Checking nibble_vec v0.1.0
21162024-04-01T22:14:06.338Z Compiling maybe-uninit v2.0.0
21172024-04-01T22:14:06.384Z Checking tabled v0.15.0
21182024-04-01T22:14:06.671Z Checking endian-type v0.1.2
21192024-04-01T22:14:06.696Z Checking tap v1.0.1
21202024-04-01T22:14:06.722Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21212024-04-01T22:14:06.814Z Checking num v0.4.1
21222024-04-01T22:14:06.841Z Checking wyz v0.5.1
21232024-04-01T22:14:06.866Z Checking radix_trie v0.2.1
21242024-04-01T22:14:07.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21252024-04-01T22:14:07.269Z Checking fxhash v0.2.1
21262024-04-01T22:14:07.295Z Compiling num-bigint-dig v0.8.4
21272024-04-01T22:14:07.423Z Checking funty v2.0.0
21282024-04-01T22:14:07.545Z Checking crc-catalog v2.2.0
21292024-04-01T22:14:07.663Z Compiling packed_struct v0.10.1
21302024-04-01T22:14:07.864Z Checking crc v3.0.1
21312024-04-01T22:14:08.101Z Compiling packed_struct_codegen v0.10.1
21322024-04-01T22:14:08.163Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21332024-04-01T22:14:08.188Z Compiling indexmap v1.9.3
21342024-04-01T22:14:08.213Z Checking bitvec v1.0.1
21352024-04-01T22:14:08.267Z Checking nodrop v0.1.14
21362024-04-01T22:14:08.292Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-04-01T22:14:08.372Z Checking array-init v0.0.4
21382024-04-01T22:14:08.475Z Checking smallvec v0.6.14
21392024-04-01T22:14:08.537Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21402024-04-01T22:14:08.903Z Checking pkcs1 v0.7.5
21412024-04-01T22:14:08.930Z Checking signature v2.1.0
21422024-04-01T22:14:09.089Z Checking hashbrown v0.12.3
21432024-04-01T22:14:09.168Z Checking bitfield v0.14.0
21442024-04-01T22:14:09.222Z Checking serde-hex v0.1.0
21452024-04-01T22:14:09.393Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21462024-04-01T22:14:09.607Z Checking env_logger v0.10.0
21472024-04-01T22:14:09.966Z Checking x509-cert v0.2.4
21482024-04-01T22:14:10.455Z Checking ron v0.8.1
21492024-04-01T22:14:10.545Z Checking hashbrown v0.13.2
21502024-04-01T22:14:10.570Z Checking crc-any v2.4.3
21512024-04-01T22:14:10.612Z Checking rsa v0.9.2
21522024-04-01T22:14:10.884Z Checking display-error-chain v0.2.0
21532024-04-01T22:14:11.006Z Checking path-slash v0.1.5
21542024-04-01T22:14:11.129Z Compiling convert_case v0.4.0
21552024-04-01T22:14:11.310Z Compiling async-recursion v1.0.5
21562024-04-01T22:14:11.398Z Checking object v0.30.4
21572024-04-01T22:14:11.435Z Compiling buf-list v1.0.3
21582024-04-01T22:14:11.514Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21592024-04-01T22:14:11.722Z Compiling blake3 v1.5.0
21602024-04-01T22:14:11.996Z Compiling derive_more v0.99.17
21612024-04-01T22:14:12.292Z Checking textwrap v0.11.0
21622024-04-01T22:14:12.320Z Checking gethostname v0.4.3
21632024-04-01T22:14:12.442Z Compiling libefi-sys v0.1.0
21642024-04-01T22:14:12.467Z Checking strsim v0.8.0
21652024-04-01T22:14:12.492Z Checking ansi_term v0.12.1
21662024-04-01T22:14:12.586Z Compiling parking_lot_core v0.8.6
21672024-04-01T22:14:12.631Z Checking vec_map v0.8.2
21682024-04-01T22:14:12.716Z Compiling structopt-derive v0.4.18
21692024-04-01T22:14:12.745Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21702024-04-01T22:14:12.853Z Checking clap v2.34.0
21712024-04-01T22:14:13.295Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21722024-04-01T22:14:13.417Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21732024-04-01T22:14:13.484Z Compiling crossbeam-deque v0.8.3
21742024-04-01T22:14:13.774Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21752024-04-01T22:14:13.900Z Checking keccak v0.1.4
21762024-04-01T22:14:14.168Z Checking sha3 v0.10.8
21772024-04-01T22:14:14.511Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21782024-04-01T22:14:15.133Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21792024-04-01T22:14:15.170Z Checking structopt v0.3.26
21802024-04-01T22:14:15.343Z Checking parking_lot v0.11.2
21812024-04-01T22:14:15.501Z Checking trust-dns-client v0.22.0
21822024-04-01T22:14:15.636Z Checking toml v0.5.11
21832024-04-01T22:14:15.661Z Compiling semver-parser v0.10.2
21842024-04-01T22:14:16.378Z Checking secrecy v0.8.0
21852024-04-01T22:14:16.414Z Compiling pin-project-internal v1.1.3
21862024-04-01T22:14:16.519Z Compiling doc-comment v0.3.3
21872024-04-01T22:14:16.557Z Compiling semver v0.11.0
21882024-04-01T22:14:16.835Z Checking trust-dns-server v0.22.1
21892024-04-01T22:14:17.126Z Checking sled v0.34.7
21902024-04-01T22:14:17.301Z Compiling rayon v1.9.0
21912024-04-01T22:14:18.573Z Compiling memmap2 v0.7.1
21922024-04-01T22:14:18.949Z Compiling home v0.5.5
21932024-04-01T22:14:19.011Z Checking pin-project v1.1.3
21942024-04-01T22:14:19.123Z Compiling arrayvec v0.7.4
21952024-04-01T22:14:19.190Z Compiling arrayref v0.3.7
21962024-04-01T22:14:19.238Z Compiling constant_time_eq v0.3.0
21972024-04-01T22:14:19.289Z Compiling toolchain_find v0.2.0
21982024-04-01T22:14:19.793Z Compiling vte_generate_state_changes v0.1.1
21992024-04-01T22:14:19.896Z Compiling topological-sort v0.2.2
22002024-04-01T22:14:20.093Z Checking glob v0.3.1
22012024-04-01T22:14:20.336Z Checking vte v0.11.1
22022024-04-01T22:14:21.218Z Compiling rustfmt-wrapper v0.2.0
22032024-04-01T22:14:21.243Z Checking fd-lock v3.0.13
22042024-04-01T22:14:21.380Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22052024-04-01T22:14:21.405Z Checking nu-ansi-term v0.50.0
22062024-04-01T22:14:21.463Z Checking strip-ansi-escapes v0.2.0
22072024-04-01T22:14:21.593Z Compiling omicron-zone-package v0.11.0
22082024-04-01T22:14:21.641Z Checking strum v0.25.0
22092024-04-01T22:14:21.764Z Compiling unicase v2.7.0
22102024-04-01T22:14:21.789Z Checking reedline v0.30.0
22112024-04-01T22:14:21.814Z Compiling prettyplease v0.2.16
22122024-04-01T22:14:22.043Z Compiling platforms v3.0.2
22132024-04-01T22:14:22.310Z Compiling snafu-derive v0.7.5
22142024-04-01T22:14:22.458Z Checking globset v0.4.13
22152024-04-01T22:14:22.751Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22162024-04-01T22:14:22.777Z Checking olpc-cjson v0.1.3
22172024-04-01T22:14:22.873Z Checking serde_plain v1.0.2
22182024-04-01T22:14:22.953Z Compiling memoffset v0.7.1
22192024-04-01T22:14:23.089Z Compiling crunchy v0.2.2
22202024-04-01T22:14:23.225Z Checking typed-path v0.7.0
22212024-04-01T22:14:23.389Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22222024-04-01T22:14:23.575Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22232024-04-01T22:14:23.655Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22242024-04-01T22:14:23.681Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22252024-04-01T22:14:24.092Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22262024-04-01T22:14:24.223Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22272024-04-01T22:14:24.702Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22282024-04-01T22:14:24.727Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22292024-04-01T22:14:24.972Z Compiling curve25519-dalek v4.1.1
22302024-04-01T22:14:25.470Z Checking fs-err v2.11.0
22312024-04-01T22:14:25.724Z Compiling clang-sys v1.6.1
22322024-04-01T22:14:26.002Z Compiling tiny-keccak v2.0.2
22332024-04-01T22:14:26.241Z Checking parse-size v1.0.0
22342024-04-01T22:14:26.358Z Compiling mime_guess v2.0.4
22352024-04-01T22:14:26.681Z Compiling darling_core v0.14.4
22362024-04-01T22:14:26.743Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22372024-04-01T22:14:26.943Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22382024-04-01T22:14:27.183Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22392024-04-01T22:14:27.246Z Checking snafu v0.7.5
22402024-04-01T22:14:27.481Z Checking universal-hash v0.5.1
22412024-04-01T22:14:27.636Z Checking tough v0.16.0
22422024-04-01T22:14:27.661Z Compiling thiserror-impl-no-std v2.0.2
22432024-04-01T22:14:27.785Z Compiling curve25519-dalek-derive v0.1.0
22442024-04-01T22:14:28.734Z Checking nanorand v0.7.0
22452024-04-01T22:14:29.039Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22462024-04-01T22:14:29.065Z Compiling salty v0.2.0
22472024-04-01T22:14:29.289Z Checking opaque-debug v0.3.0
22482024-04-01T22:14:29.389Z Checking signature v1.6.4
22492024-04-01T22:14:29.516Z Checking poly1305 v0.8.0
22502024-04-01T22:14:29.541Z Checking ed25519 v1.5.3
22512024-04-01T22:14:29.627Z Checking flume v0.11.0
22522024-04-01T22:14:29.929Z Compiling ascii-canvas v3.0.0
22532024-04-01T22:14:30.400Z Checking thiserror-no-std v2.0.2
22542024-04-01T22:14:30.425Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22552024-04-01T22:14:30.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22562024-04-01T22:14:30.738Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22572024-04-01T22:14:30.763Z Checking chacha20 v0.9.1
22582024-04-01T22:14:31.095Z Checking aead v0.5.2
22592024-04-01T22:14:31.319Z Checking serde-big-array v0.5.1
22602024-04-01T22:14:31.347Z Checking kstat-rs v0.2.3
22612024-04-01T22:14:31.409Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22622024-04-01T22:14:31.540Z Compiling ena v0.14.2
22632024-04-01T22:14:31.565Z Compiling libloading v0.7.4
22642024-04-01T22:14:31.656Z Compiling darling_macro v0.14.4
22652024-04-01T22:14:31.684Z Compiling bindgen v0.69.2
22662024-04-01T22:14:31.938Z Compiling regex-syntax v0.6.29
22672024-04-01T22:14:32.006Z Compiling diff v0.1.13
22682024-04-01T22:14:32.342Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22692024-04-01T22:14:32.665Z Checking chacha20poly1305 v0.10.1
22702024-04-01T22:14:32.731Z Compiling darling v0.14.4
22712024-04-01T22:14:32.844Z Checking vsss-rs v3.3.4
22722024-04-01T22:14:33.430Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
22732024-04-01T22:14:34.277Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22742024-04-01T22:14:34.515Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22752024-04-01T22:14:34.851Z Compiling lalrpop v0.19.12
22762024-04-01T22:14:35.168Z Checking signal-hook-tokio v0.3.1
22772024-04-01T22:14:35.326Z Compiling cexpr v0.6.0
22782024-04-01T22:14:35.455Z Checking serde-big-array v0.4.1
22792024-04-01T22:14:35.600Z Compiling which v4.4.0
22802024-04-01T22:14:36.140Z Checking maplit v1.0.2
22812024-04-01T22:14:36.250Z Compiling lazycell v1.3.0
22822024-04-01T22:14:36.354Z Compiling shlex v1.3.0
22832024-04-01T22:14:36.413Z Compiling ref-cast v1.0.20
22842024-04-01T22:14:36.755Z Compiling peeking_take_while v0.1.2
22852024-04-01T22:14:36.795Z Compiling rustc-hash v1.1.0
22862024-04-01T22:14:36.899Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22872024-04-01T22:14:37.002Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22882024-04-01T22:14:37.027Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22892024-04-01T22:14:37.786Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22902024-04-01T22:14:39.159Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22912024-04-01T22:14:39.251Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22922024-04-01T22:14:40.291Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22932024-04-01T22:14:41.180Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22942024-04-01T22:14:42.381Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22952024-04-01T22:14:42.873Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22962024-04-01T22:14:42.979Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22972024-04-01T22:14:43.306Z Compiling derive_builder_core v0.12.0
22982024-04-01T22:14:44.310Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22992024-04-01T22:14:44.974Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23002024-04-01T22:14:45.230Z Checking fd-lock v4.0.2
23012024-04-01T22:14:45.347Z Compiling peg-macros v0.8.2
23022024-04-01T22:14:45.407Z Checking nix v0.27.1
23032024-04-01T22:14:47.471Z Compiling sqlparser_derive v0.2.2
23042024-04-01T22:14:47.711Z Compiling ref-cast-impl v1.0.20
23052024-04-01T22:14:48.382Z Compiling libxml v0.3.3
23062024-04-01T22:14:48.410Z Checking unicode_categories v0.1.1
23072024-04-01T22:14:48.679Z Checking corncobs v0.1.3
23082024-04-01T22:14:48.829Z Checking rustyline v13.0.0
23092024-04-01T22:14:48.855Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23102024-04-01T22:14:48.928Z Checking sqlformat v0.2.3
23112024-04-01T22:14:49.022Z Checking sqlparser v0.43.1
23122024-04-01T22:14:50.230Z Checking peg v0.8.2
23132024-04-01T22:14:50.262Z Compiling derive_builder_macro v0.12.0
23142024-04-01T22:14:50.357Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23152024-04-01T22:14:50.716Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23162024-04-01T22:14:50.995Z Checking bcs v0.1.6
23172024-04-01T22:14:51.410Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23182024-04-01T22:14:51.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23192024-04-01T22:14:52.131Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23202024-04-01T22:14:52.922Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23212024-04-01T22:14:53.242Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23222024-04-01T22:14:53.455Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23232024-04-01T22:14:53.504Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23242024-04-01T22:14:53.584Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23252024-04-01T22:14:56.112Z Compiling strum_macros v0.24.3
23262024-04-01T22:14:56.248Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23272024-04-01T22:14:56.397Z Compiling cookie v0.18.0
23282024-04-01T22:14:56.946Z Compiling indoc v1.0.9
23292024-04-01T22:14:56.946Z Checking highway v1.1.0
23302024-04-01T22:14:57.108Z Checking derive_builder v0.12.0
23312024-04-01T22:14:57.248Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23322024-04-01T22:14:57.443Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
23332024-04-01T22:14:57.512Z Checking bb8 v0.8.3
23342024-04-01T22:14:57.681Z Checking quick-xml v0.30.0
23352024-04-01T22:14:57.893Z Compiling oso-derive v0.27.0
23362024-04-01T22:14:58.557Z Compiling impl-trait-for-tuples v0.2.2
23372024-04-01T22:14:58.842Z Compiling const_format_proc_macros v0.2.32
23382024-04-01T22:14:59.296Z Checking http-range v0.1.5
23392024-04-01T22:14:59.436Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23402024-04-01T22:14:59.491Z Checking hyper-staticfile v0.9.5
23412024-04-01T22:14:59.887Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
23422024-04-01T22:15:00.523Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23432024-04-01T22:15:00.676Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-04-01T22:15:00.837Z Checking const_format v0.2.32
23452024-04-01T22:15:01.265Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23462024-04-01T22:15:02.374Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23472024-04-01T22:15:02.962Z Checking assert_matches v1.5.0
23482024-04-01T22:15:03.053Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23492024-04-01T22:15:03.343Z Checking rand_seeder v0.2.3
23502024-04-01T22:15:03.554Z Compiling portable-atomic v1.4.3
23512024-04-01T22:15:03.845Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23522024-04-01T22:15:03.902Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23532024-04-01T22:15:04.034Z Checking number_prefix v0.4.0
23542024-04-01T22:15:04.217Z Checking castaway v0.2.2
23552024-04-01T22:15:04.381Z Checking compact_str v0.7.1
23562024-04-01T22:15:05.038Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23572024-04-01T22:15:05.067Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23582024-04-01T22:15:05.300Z Checking lru v0.12.1
23592024-04-01T22:15:05.327Z Compiling stability v0.1.1
23602024-04-01T22:15:05.353Z Checking indicatif v0.17.8
23612024-04-01T22:15:05.548Z Compiling indoc v2.0.3
23622024-04-01T22:15:06.006Z Checking cassowary v0.3.0
23632024-04-01T22:15:06.227Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23642024-04-01T22:15:06.363Z Checking unicode-linebreak v0.1.5
23652024-04-01T22:15:06.504Z Checking ratatui v0.26.1
23662024-04-01T22:15:06.709Z Checking smawk v0.3.1
23672024-04-01T22:15:06.879Z Checking textwrap v0.16.1
23682024-04-01T22:15:07.256Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23692024-04-01T22:15:07.510Z Checking is_ci v1.2.0
23702024-04-01T22:15:07.540Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23712024-04-01T22:15:07.652Z Checking supports-color v3.0.0
23722024-04-01T22:15:07.875Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
23732024-04-01T22:15:08.419Z Checking fatfs v0.3.6
23742024-04-01T22:15:09.023Z Checking rtoolbox v0.0.1
23752024-04-01T22:15:09.048Z Checking tui-tree-widget v0.17.0
23762024-04-01T22:15:09.200Z Checking rpassword v7.3.1
23772024-04-01T22:15:09.273Z Checking shell-words v1.1.0
23782024-04-01T22:15:09.317Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23792024-04-01T22:15:09.445Z Checking yansi v0.5.1
23802024-04-01T22:15:09.550Z Compiling target-lexicon v0.12.13
23812024-04-01T22:15:09.575Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23822024-04-01T22:15:10.263Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23832024-04-01T22:15:10.326Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23842024-04-01T22:15:10.356Z Checking pretty_assertions v1.4.0
23852024-04-01T22:15:10.592Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23862024-04-01T22:15:10.703Z Compiling guppy-workspace-hack v0.1.0
23872024-04-01T22:15:11.188Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23882024-04-01T22:15:11.272Z Checking plotters-backend v0.3.5
23892024-04-01T22:15:11.677Z Checking plotters-svg v0.3.5
23902024-04-01T22:15:11.903Z Checking http-body v1.0.0
23912024-04-01T22:15:12.106Z Checking rand v0.4.6
23922024-04-01T22:15:12.298Z Checking cast v0.3.0
23932024-04-01T22:15:12.326Z Compiling target-spec v3.1.0
23942024-04-01T22:15:12.564Z Checking tower-layer v0.3.2
23952024-04-01T22:15:12.763Z Checking remove_dir_all v0.5.3
23962024-04-01T22:15:12.788Z Compiling assert_cmd v2.0.14
23972024-04-01T22:15:12.861Z Checking tower v0.4.13
23982024-04-01T22:15:12.935Z Checking tempdir v0.3.7
23992024-04-01T22:15:13.113Z Checking criterion-plot v0.5.0
24002024-04-01T22:15:13.153Z Checking cfg-expr v0.15.6
24012024-04-01T22:15:13.520Z Checking hyper v1.1.0
24022024-04-01T22:15:13.637Z Checking plotters v0.3.5
24032024-04-01T22:15:13.799Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
24042024-04-01T22:15:14.534Z Checking tinytemplate v1.2.1
24052024-04-01T22:15:14.572Z Checking cargo-platform v0.1.3
24062024-04-01T22:15:14.855Z Checking anes v0.1.6
24072024-04-01T22:15:14.880Z Checking oorandom v11.1.3
24082024-04-01T22:15:15.036Z Checking cargo_metadata v0.18.1
24092024-04-01T22:15:15.209Z Checking hyper-util v0.1.2
24102024-04-01T22:15:15.235Z Checking criterion v0.5.1
24112024-04-01T22:15:16.677Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24122024-04-01T22:15:16.769Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24132024-04-01T22:15:17.006Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24142024-04-01T22:15:17.780Z Checking rustls-native-certs v0.7.0
24152024-04-01T22:15:17.923Z Checking httptest v0.15.5
24162024-04-01T22:15:18.564Z Checking pathdiff v0.2.1
24172024-04-01T22:15:18.700Z Checking nested v0.1.1
24182024-04-01T22:15:18.873Z Checking guppy v0.17.5
24192024-04-01T22:15:20.613Z Checking hyper-rustls v0.26.0
24202024-04-01T22:15:20.784Z Checking threadpool v1.8.1
24212024-04-01T22:15:20.968Z Checking libtest-mimic v0.6.1
24222024-04-01T22:15:21.306Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24232024-04-01T22:15:21.562Z Checking similar-asserts v1.5.0
24242024-04-01T22:15:21.766Z Compiling rstest_macros v0.18.2
24252024-04-01T22:15:22.307Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24262024-04-01T22:15:23.278Z Checking datatest-stable v0.2.3
24272024-04-01T22:15:23.396Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24282024-04-01T22:15:23.477Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24292024-04-01T22:15:23.642Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24302024-04-01T22:15:23.892Z Checking csv-core v0.1.11
24312024-04-01T22:15:23.917Z Compiling trybuild v1.0.89
24322024-04-01T22:15:24.059Z Checking constant_time_eq v0.2.6
24332024-04-01T22:15:24.186Z Compiling relative-path v1.9.0
24342024-04-01T22:15:24.211Z Checking blake2b_simd v1.0.1
24352024-04-01T22:15:24.278Z Checking csv v1.3.0
24362024-04-01T22:15:24.643Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24372024-04-01T22:15:24.813Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24382024-04-01T22:15:25.088Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24392024-04-01T22:15:25.432Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24402024-04-01T22:15:26.769Z Checking multimap v0.10.0
24412024-04-01T22:15:27.048Z Checking basic-toml v0.1.8
24422024-04-01T22:15:27.732Z Checking futures-timer v3.0.2
24432024-04-01T22:15:29.149Z Checking rust-argon2 v1.0.1
24442024-04-01T22:15:29.540Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24452024-04-01T22:15:31.211Z Checking partial-io v0.5.4
24462024-04-01T22:15:31.561Z Checking approx v0.5.1
24472024-04-01T22:15:31.776Z Checking termios v0.3.3
24482024-04-01T22:15:31.997Z Checking hex-literal v0.4.1
24492024-04-01T22:15:32.791Z Checking rstest v0.18.2
24502024-04-01T22:15:35.432Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24512024-04-01T22:15:53.038Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24522024-04-01T22:16:12.818Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24532024-04-01T22:16:14.273Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24542024-04-01T22:16:15.139Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24552024-04-01T22:16:22.671Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24562024-04-01T22:16:29.662Z Compiling polar-core v0.27.0
24572024-04-01T22:16:38.822Z Checking oso v0.27.0
24582024-04-01T22:17:13.876Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24592024-04-01T22:17:13.876Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24602024-04-01T22:17:13.876Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24612024-04-01T22:18:29.438Z Finished dev [unoptimized + debuginfo] target(s) in 6m 19s
24622024-04-01T22:18:29.683Z
24632024-04-01T22:18:29.683Zreal 7:28.386477661
24642024-04-01T22:18:29.683Zuser 33:26.616361232
24652024-04-01T22:18:29.683Zsys 6:20.128261848
24662024-04-01T22:18:29.683Ztrap 0.974610077
24672024-04-01T22:18:29.683Ztflt 0.694336155
24682024-04-01T22:18:29.684Zdflt 1.824584405
24692024-04-01T22:18:29.684Zkflt 0.003074523
24702024-04-01T22:18:29.684Zlock 51:02.164324583
24712024-04-01T22:18:29.684Zslp 1:41:27.214526614
24722024-04-01T22:18:29.684Zlat 1:47.294486137
24732024-04-01T22:18:29.684Zstop 4:36.334827565
24742024-04-01T22:18:30.872Zwarning: output filename collision.
24752024-04-01T22:18:30.872ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24762024-04-01T22:18:30.872ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24772024-04-01T22:18:30.872ZThe targets should have unique names.
24782024-04-01T22:18:30.872ZThis is a known bug where multiple crates with the same name use
24792024-04-01T22:18:30.872Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24802024-04-01T22:18:30.872Zwarning: output filename collision.
24812024-04-01T22:18:30.872ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` 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=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24822024-04-01T22:18:30.872ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24832024-04-01T22:18:30.872ZThe targets should have unique names.
24842024-04-01T22:18:30.872ZThis is a known bug where multiple crates with the same name use
24852024-04-01T22:18:30.872Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24862024-04-01T22:18:30.899Zwarning: output filename collision.
24872024-04-01T22:18:30.899ZThe 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)`.
24882024-04-01T22:18:30.899ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24892024-04-01T22:18:30.899ZThe targets should have unique names.
24902024-04-01T22:18:30.899ZThis is a known bug where multiple crates with the same name use
24912024-04-01T22:18:30.899Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24922024-04-01T22:18:30.899Zwarning: output filename collision.
24932024-04-01T22:18:30.899ZThe 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)`.
24942024-04-01T22:18:30.899ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24952024-04-01T22:18:30.900ZThe targets should have unique names.
24962024-04-01T22:18:30.900ZThis is a known bug where multiple crates with the same name use
24972024-04-01T22:18:30.900Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24982024-04-01T22:18:30.900Zwarning: output filename collision.
24992024-04-01T22:18:30.900ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
25002024-04-01T22:18:30.900ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
25012024-04-01T22:18:30.900ZThe targets should have unique names.
25022024-04-01T22:18:30.900ZThis is a known bug where multiple crates with the same name use
25032024-04-01T22:18:30.900Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25042024-04-01T22:18:30.900Zwarning: output filename collision.
25052024-04-01T22:18:30.900ZThe 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)`.
25062024-04-01T22:18:30.900ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25072024-04-01T22:18:30.900ZThe targets should have unique names.
25082024-04-01T22:18:30.900ZThis is a known bug where multiple crates with the same name use
25092024-04-01T22:18:30.900Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25102024-04-01T22:18:30.900Zwarning: output filename collision.
25112024-04-01T22:18:30.900ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
25122024-04-01T22:18:30.901ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25132024-04-01T22:18:30.901ZThe targets should have unique names.
25142024-04-01T22:18:30.901ZThis is a known bug where multiple crates with the same name use
25152024-04-01T22:18:30.901Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25162024-04-01T22:18:30.901Zwarning: output filename collision.
25172024-04-01T22:18:30.901ZThe 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)`.
25182024-04-01T22:18:30.901ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25192024-04-01T22:18:30.901ZThe targets should have unique names.
25202024-04-01T22:18:30.901ZThis is a known bug where multiple crates with the same name use
25212024-04-01T22:18:30.901Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25222024-04-01T22:18:30.901Zwarning: output filename collision.
25232024-04-01T22:18:30.901ZThe 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`.
25242024-04-01T22:18:30.901ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25252024-04-01T22:18:30.901ZThe targets should have unique names.
25262024-04-01T22:18:30.901ZThis is a known bug where multiple crates with the same name use
25272024-04-01T22:18:30.901Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25282024-04-01T22:18:31.487Z Documenting libc v0.2.153
25292024-04-01T22:18:31.513Z Documenting cfg-if v1.0.0
25302024-04-01T22:18:31.541Z Documenting serde_derive v1.0.197
25312024-04-01T22:18:31.566Z Documenting log v0.4.21
25322024-04-01T22:18:31.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332024-04-01T22:18:31.591Z Documenting memchr v2.7.1
25342024-04-01T22:18:31.616Z Documenting byteorder v1.5.0
25352024-04-01T22:18:31.616Z Documenting itoa v1.0.9
25362024-04-01T22:18:31.829Z Documenting scopeguard v1.2.0
25372024-04-01T22:18:34.161Z Documenting smallvec v1.13.1
25382024-04-01T22:18:34.296Z Documenting libm v0.2.7
25392024-04-01T22:18:34.417Z Documenting lock_api v0.4.10
25402024-04-01T22:18:35.207Z Documenting once_cell v1.19.0
25412024-04-01T22:18:35.295Z Documenting pin-project-lite v0.2.13
25422024-04-01T22:18:35.331Z Documenting getrandom v0.2.12
25432024-04-01T22:18:35.617Z Documenting signal-hook-registry v1.4.1
25442024-04-01T22:18:37.203Z Documenting parking_lot_core v0.9.8
25452024-04-01T22:18:37.361Z Documenting mio v0.8.11
25462024-04-01T22:18:37.468Z Documenting num-traits v0.2.18
25472024-04-01T22:18:37.779Z Documenting serde v1.0.197
25482024-04-01T22:18:37.966Z Documenting zeroize_derive v1.4.2
25492024-04-01T22:18:38.921Z Documenting thiserror-impl v1.0.57
25502024-04-01T22:18:38.990Z Documenting rand_core v0.6.4
25512024-04-01T22:18:39.491Z Documenting futures-core v0.3.30
25522024-04-01T22:18:41.055Z Documenting parking_lot v0.12.1
25532024-04-01T22:18:41.698Z Documenting ryu v1.0.15
25542024-04-01T22:18:45.907Z Documenting num_cpus v1.16.0
25552024-04-01T22:18:45.907Z Documenting zeroize v1.7.0
25562024-04-01T22:18:45.907Z Documenting socket2 v0.5.5
25572024-04-01T22:18:45.907Z Documenting tokio-macros v2.2.0
25582024-04-01T22:18:45.907Z Documenting thiserror v1.0.57
25592024-04-01T22:18:45.907Z Documenting zerocopy v0.7.32
25602024-04-01T22:18:45.907Z Documenting futures-sink v0.3.30
25612024-04-01T22:18:45.937Z Documenting typenum v1.16.0
25622024-04-01T22:18:46.031Z Documenting iana-time-zone v0.1.57
25632024-04-01T22:18:47.012Z Documenting pin-utils v0.1.0
25642024-04-01T22:18:48.570Z Documenting subtle v2.5.0
25652024-04-01T22:18:48.645Z Documenting futures-channel v0.3.30
25662024-04-01T22:18:48.683Z Documenting slab v0.4.9
25672024-04-01T22:18:56.372Z Documenting bytes v1.5.0
25682024-04-01T22:18:59.161Z Documenting bitflags v2.4.2
25692024-04-01T22:18:59.442Z Documenting serde_json v1.0.114
25702024-04-01T22:18:59.507Z Documenting chrono v0.4.34
25712024-04-01T22:18:59.539Z Documenting futures-macro v0.3.30
25722024-04-01T22:18:59.578Z Documenting futures-task v0.3.30
25732024-04-01T22:18:59.794Z Documenting futures-io v0.3.30
25742024-04-01T22:19:00.060Z Documenting tokio v1.36.0
25752024-04-01T22:19:00.643Z Documenting generic-array v0.14.7
25762024-04-01T22:19:03.411Z Documenting uuid v1.7.0
25772024-04-01T22:19:03.473Z Documenting ahash v0.8.8
25782024-04-01T22:19:03.690Z Documenting allocator-api2 v0.2.16
25792024-04-01T22:19:04.220Z Documenting futures-util v0.3.30
25802024-04-01T22:19:04.720Z Documenting tinyvec_macros v0.1.1
25812024-04-01T22:19:04.914Z Documenting crypto-common v0.1.6
25822024-04-01T22:19:05.096Z Documenting const-oid v0.9.6
25832024-04-01T22:19:06.750Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25842024-04-01T22:19:06.916Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25852024-04-01T22:19:07.360Z Documenting tinyvec v1.6.0
25862024-04-01T22:19:07.493Z Documenting hashbrown v0.14.3
25872024-04-01T22:19:07.612Z Documenting tracing-core v0.1.32
25882024-04-01T22:19:07.647Z Documenting serde_derive_internals v0.26.0
25892024-04-01T22:19:09.366Z Checking serde_derive_internals v0.26.0
25902024-04-01T22:19:09.416Z Documenting tracing-attributes v0.1.27
25912024-04-01T22:19:09.910Z Documenting dyn-clone v1.0.17
25922024-04-01T22:19:09.938Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25932024-04-01T22:19:10.656Z Documenting unicode-normalization v0.1.22
25942024-04-01T22:19:12.611Z Documenting lazy_static v1.4.0
25952024-04-01T22:19:12.714Z Documenting ppv-lite86 v0.2.17
25962024-04-01T22:19:12.741Z Documenting unicode-bidi v0.3.15
25972024-04-01T22:19:13.055Z Documenting schemars_derive v0.8.16
25982024-04-01T22:19:14.822Z Documenting percent-encoding v2.3.1
25992024-04-01T22:19:15.089Z Documenting block-buffer v0.10.4
26002024-04-01T22:19:15.172Z Documenting fnv v1.0.7
26012024-04-01T22:19:15.473Z Documenting rand_chacha v0.3.1
26022024-04-01T22:19:16.814Z Documenting powerfmt v0.2.0
26032024-04-01T22:19:17.220Z Documenting equivalent v1.0.1
26042024-04-01T22:19:18.187Z Documenting schemars v0.8.16
26052024-04-01T22:19:18.254Z Documenting form_urlencoded v1.2.1
26062024-04-01T22:19:18.841Z Documenting time-macros v0.2.17
26072024-04-01T22:19:19.304Z Documenting digest v0.10.7
26082024-04-01T22:19:19.412Z Documenting rand v0.8.5
26092024-04-01T22:19:19.486Z Documenting deranged v0.3.11
26102024-04-01T22:19:19.930Z Documenting indexmap v2.2.5
26112024-04-01T22:19:22.091Z Documenting num_threads v0.1.6
26122024-04-01T22:19:23.223Z Documenting unicode-width v0.1.11
26132024-04-01T22:19:23.651Z Documenting time-core v0.1.2
26142024-04-01T22:19:23.873Z Documenting tracing v0.1.40
26152024-04-01T22:19:24.100Z Documenting num-conv v0.1.0
26162024-04-01T22:19:24.217Z Documenting idna v0.5.0
26172024-04-01T22:19:34.695Z Documenting adler v1.0.2
26182024-04-01T22:19:34.752Z Documenting unicode-ident v1.0.12
26192024-04-01T22:19:34.828Z Documenting slog v2.7.0
26202024-04-01T22:19:34.880Z Documenting time v0.3.34
26212024-04-01T22:19:34.977Z Documenting url v2.5.0
26222024-04-01T22:19:35.037Z Documenting httparse v1.8.0
26232024-04-01T22:19:35.643Z Documenting cpufeatures v0.2.12
26242024-04-01T22:19:37.498Z Documenting miniz_oxide v0.7.1
26252024-04-01T22:19:37.675Z Documenting proc-macro2 v1.0.78
26262024-04-01T22:19:38.459Z Documenting async-trait v0.1.77
26272024-04-01T22:19:38.839Z Documenting errno v0.3.8
26282024-04-01T22:19:39.086Z Documenting httpdate v1.0.3
26292024-04-01T22:19:39.149Z Documenting try-lock v0.2.4
26302024-04-01T22:19:40.530Z Documenting http-body v0.4.5
26312024-04-01T22:19:40.777Z Documenting aho-corasick v1.1.2
26322024-04-01T22:19:41.870Z Documenting quote v1.0.35
26332024-04-01T22:19:41.950Z Documenting want v0.3.1
26342024-04-01T22:19:43.090Z Documenting openssl-sys v0.9.96
26352024-04-01T22:19:43.175Z Documenting rustix v0.38.31
26362024-04-01T22:19:43.327Z Documenting openssl-macros v0.1.1
26372024-04-01T22:19:43.664Z Documenting tokio-util v0.7.10
26382024-04-01T22:19:44.991Z Documenting tower-service v0.3.2
26392024-04-01T22:19:45.372Z Documenting regex-syntax v0.8.2
26402024-04-01T22:19:45.718Z Documenting gimli v0.28.0
26412024-04-01T22:19:45.881Z Documenting syn v2.0.52
26422024-04-01T22:19:47.848Z Documenting mime v0.3.17
26432024-04-01T22:19:48.596Z Documenting openssl v0.10.60
26442024-04-01T22:19:49.250Z Documenting object v0.32.1
26452024-04-01T22:19:49.276Z Documenting h2 v0.3.24
26462024-04-01T22:19:49.928Z Documenting rustc-demangle v0.1.23
26472024-04-01T22:19:51.060Z Documenting regex-automata v0.4.5
26482024-04-01T22:19:51.620Z Documenting addr2line v0.21.0
26492024-04-01T22:19:51.779Z Documenting openssl-probe v0.1.5
26502024-04-01T22:19:52.981Z Documenting ipnet v2.9.0
26512024-04-01T22:19:55.386Z Documenting base64ct v1.6.0
26522024-04-01T22:19:56.009Z Documenting futures-executor v0.3.30
26532024-04-01T22:19:56.459Z Documenting encoding_rs v0.8.33
26542024-04-01T22:19:57.029Z Documenting native-tls v0.2.11
26552024-04-01T22:19:58.450Z Documenting hyper v0.14.28
26562024-04-01T22:19:59.251Z Documenting psl-types v2.0.11
26572024-04-01T22:19:59.309Z Documenting regex v1.10.3
26582024-04-01T22:19:59.536Z Documenting backtrace v0.3.69
26592024-04-01T22:20:05.910Z Documenting serde_urlencoded v0.7.1
26602024-04-01T22:20:05.977Z Documenting crossbeam-utils v0.8.19
26612024-04-01T22:20:06.015Z Documenting tokio-native-tls v0.3.1
26622024-04-01T22:20:06.041Z Documenting publicsuffix v2.2.3
26632024-04-01T22:20:06.041Z Documenting utf8parse v0.2.1
26642024-04-01T22:20:06.042Z Documenting futures v0.3.30
26652024-04-01T22:20:06.042Z Documenting pem-rfc7468 v0.7.0
26662024-04-01T22:20:06.042Z Documenting anyhow v1.0.79
26672024-04-01T22:20:06.042Z Checking pest_meta v2.7.6
26682024-04-01T22:20:06.042Z Documenting der_derive v0.7.2
26692024-04-01T22:20:06.042Z Documenting cookie_store v0.20.0
26702024-04-01T22:20:06.745Z Documenting sync_wrapper v0.1.2
26712024-04-01T22:20:06.921Z Documenting flagset v0.4.3
26722024-04-01T22:20:09.147Z Documenting webpki-roots v0.25.2
26732024-04-01T22:20:09.175Z Documenting hyper-rustls v0.24.2
26742024-04-01T22:20:09.175Z Documenting hyper-tls v0.5.0
26752024-04-01T22:20:09.563Z Documenting num-integer v0.1.46
26762024-04-01T22:20:09.682Z Documenting pest_meta v2.7.6
26772024-04-01T22:20:10.796Z Documenting scroll_derive v0.12.0
26782024-04-01T22:20:11.171Z Documenting der v0.7.8
26792024-04-01T22:20:11.414Z Checking pest_generator v2.7.6
26802024-04-01T22:20:11.991Z Documenting openapiv3 v2.0.0
26812024-04-01T22:20:12.082Z Documenting ucd-trie v0.1.6
26822024-04-01T22:20:13.649Z Documenting plain v0.2.3
26832024-04-01T22:20:13.777Z Documenting pest_generator v2.7.6
26842024-04-01T22:20:15.372Z Documenting spin v0.9.8
26852024-04-01T22:20:15.543Z Documenting scroll v0.12.0
26862024-04-01T22:20:15.817Z Documenting reqwest v0.11.24
26872024-04-01T22:20:15.842Z Documenting spki v0.7.2
26882024-04-01T22:20:15.876Z Documenting pest v2.7.6
26892024-04-01T22:20:16.318Z Documenting anstyle v1.0.6
26902024-04-01T22:20:18.184Z Documenting either v1.10.0
26912024-04-01T22:20:18.654Z Documenting pest_derive v2.7.6
26922024-04-01T22:20:18.679Z Documenting pretty-hex v0.4.1
26932024-04-01T22:20:19.634Z Documenting goblin v0.8.0
26942024-04-01T22:20:20.107Z Documenting pkcs8 v0.10.2
26952024-04-01T22:20:20.252Z Documenting anstyle-parse v0.2.1
26962024-04-01T22:20:20.509Z Documenting thread-id v4.2.0
26972024-04-01T22:20:21.564Z Documenting data-encoding v2.4.0
26982024-04-01T22:20:21.727Z Documenting anstyle-query v1.0.0
26992024-04-01T22:20:22.991Z Documenting dtrace-parser v0.2.0
27002024-04-01T22:20:23.228Z Documenting colorchoice v1.0.0
27012024-04-01T22:20:24.239Z Documenting crossbeam-epoch v0.9.18
27022024-04-01T22:20:24.419Z Documenting terminal_size v0.3.0
27032024-04-01T22:20:25.713Z Documenting sha2 v0.10.8
27042024-04-01T22:20:25.911Z Documenting ipnetwork v0.20.0
27052024-04-01T22:20:25.971Z Documenting anstream v0.6.11
27062024-04-01T22:20:26.102Z Documenting hex v0.4.3
27072024-04-01T22:20:26.464Z Documenting dof v0.3.0
27082024-04-01T22:20:27.091Z Documenting crc32fast v1.3.2
27092024-04-01T22:20:28.451Z Documenting unicode-segmentation v1.10.1
27102024-04-01T22:20:28.805Z Documenting clap_lex v0.7.0
27112024-04-01T22:20:30.066Z Documenting untrusted v0.9.0
27122024-04-01T22:20:30.303Z Documenting strsim v0.11.0
27132024-04-01T22:20:30.453Z Documenting num-iter v0.1.44
27142024-04-01T22:20:30.910Z Documenting hmac v0.12.1
27152024-04-01T22:20:31.341Z Documenting usdt-impl v0.5.0
27162024-04-01T22:20:31.428Z Documenting signal-hook v0.3.17
27172024-04-01T22:20:31.645Z Documenting clap_derive v4.5.0
27182024-04-01T22:20:32.622Z Documenting static_assertions v1.1.0
27192024-04-01T22:20:32.921Z Documenting ring v0.17.8
27202024-04-01T22:20:34.121Z Documenting clap_builder v4.5.1
27212024-04-01T22:20:34.842Z Documenting flate2 v1.0.28
27222024-04-01T22:20:35.372Z Documenting managed v0.8.0
27232024-04-01T22:20:35.553Z Documenting block-padding v0.3.3
27242024-04-01T22:20:35.722Z Documenting signal-hook-mio v0.2.3
27252024-04-01T22:20:36.747Z Documenting scheduled-thread-pool v0.2.7
27262024-04-01T22:20:38.024Z Documenting bzip2-sys v0.1.11+1.0.8
27272024-04-01T22:20:38.590Z Documenting enum-as-inner v0.5.1
27282024-04-01T22:20:38.590Z Checking diesel_table_macro_syntax v0.1.0
27292024-04-01T22:20:38.616Z Documenting diesel_table_macro_syntax v0.1.0
27302024-04-01T22:20:39.298Z Documenting md-5 v0.10.5
27312024-04-01T22:20:39.660Z Documenting inout v0.1.3
27322024-04-01T22:20:39.930Z Documenting crossterm v0.27.0
27332024-04-01T22:20:40.298Z Documenting clap v4.5.1
27342024-04-01T22:20:40.747Z Documenting r2d2 v0.8.10
27352024-04-01T22:20:42.531Z Documenting bzip2 v0.4.4
27362024-04-01T22:20:42.966Z Documenting trust-dns-proto v0.22.0
27372024-04-01T22:20:43.203Z Documenting diesel_derives v2.1.2
27382024-04-01T22:20:43.907Z Documenting stringprep v0.1.3
27392024-04-01T22:20:44.045Z Documenting regress v0.9.0
27402024-04-01T22:20:44.758Z Documenting ff v0.13.0
27412024-04-01T22:20:44.936Z Documenting serde_spanned v0.6.5
27422024-04-01T22:20:45.447Z Documenting toml_datetime v0.6.5
27432024-04-01T22:20:45.532Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27442024-04-01T22:20:47.546Z Documenting fallible-iterator v0.2.0
27452024-04-01T22:20:49.323Z Documenting bit-vec v0.6.3
27462024-04-01T22:20:49.348Z Documenting base16ct v0.2.0
27472024-04-01T22:20:49.529Z Documenting winnow v0.6.1
27482024-04-01T22:20:49.736Z Documenting siphasher v0.3.11
27492024-04-01T22:20:49.767Z Documenting group v0.13.0
27502024-04-01T22:20:49.866Z Documenting zip v0.6.6
27512024-04-01T22:20:50.336Z Documenting diesel v2.1.4
27522024-04-01T22:20:53.180Z Documenting sec1 v0.7.3
27532024-04-01T22:20:53.180Z Documenting postgres-protocol v0.6.6
27542024-04-01T22:20:53.180Z Documenting cipher v0.4.4
27552024-04-01T22:20:53.180Z Documenting phf_shared v0.11.2
27562024-04-01T22:20:53.443Z Documenting hkdf v0.12.4
27572024-04-01T22:20:54.107Z Documenting num-bigint v0.4.4
27582024-04-01T22:20:54.527Z Documenting toml_edit v0.22.6
27592024-04-01T22:20:56.184Z Documenting bstr v1.9.0
27602024-04-01T22:21:06.291Z Documenting console v0.15.8
27612024-04-01T22:21:06.892Z Documenting crypto-bigint v0.5.2
27622024-04-01T22:21:16.080Z Documenting hubpack v0.1.2
27632024-04-01T22:21:16.797Z Documenting serde_repr v0.1.16
27642024-04-01T22:21:16.908Z Documenting new_debug_unreachable v1.0.4
27652024-04-01T22:21:16.998Z Documenting heck v0.4.1
27662024-04-01T22:21:17.185Z Documenting minimal-lexical v0.2.1
27672024-04-01T22:21:17.392Z Documenting fixedbitset v0.4.2
27682024-04-01T22:21:19.053Z Documenting precomputed-hash v0.1.1
27692024-04-01T22:21:27.404Z Documenting lalrpop-util v0.19.12
27702024-04-01T22:21:27.623Z Checking unsafe-libyaml v0.2.10
27712024-04-01T22:21:27.764Z Documenting petgraph v0.6.4
27722024-04-01T22:21:27.869Z Documenting nom v7.1.3
27732024-04-01T22:21:28.007Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27742024-04-01T22:21:28.143Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27752024-04-01T22:21:28.236Z Documenting string_cache v0.8.7
27762024-04-01T22:21:28.460Z Documenting elliptic-curve v0.13.8
27772024-04-01T22:21:28.634Z Documenting yasna v0.5.2
27782024-04-01T22:21:31.207Z Documenting postgres-types v0.2.6
27792024-04-01T22:21:32.476Z Documenting phf v0.11.2
27802024-04-01T22:21:32.867Z Documenting similar v2.4.0
27812024-04-01T22:21:33.880Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27822024-04-01T22:21:34.606Z Documenting semver v1.0.22
27832024-04-01T22:21:45.071Z Documenting float-cmp v0.9.0
27842024-04-01T22:21:45.315Z Checking strsim v0.10.0
27852024-04-01T22:21:45.393Z Documenting unsafe-libyaml v0.2.10
27862024-04-01T22:21:45.514Z Documenting peg-runtime v0.8.2
27872024-04-01T22:21:45.596Z Documenting normalize-line-endings v0.3.0
27882024-04-01T22:21:46.036Z Documenting predicates-core v1.0.6
27892024-04-01T22:21:46.037Z Documenting whoami v1.5.0
27902024-04-01T22:21:46.037Z Documenting difflib v0.4.0
27912024-04-01T22:21:46.139Z Checking ident_case v1.0.1
27922024-04-01T22:21:46.297Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27932024-04-01T22:21:49.121Z Documenting serde_yaml v0.9.25
27942024-04-01T22:21:49.409Z Checking serde_yaml v0.9.25
27952024-04-01T22:21:49.554Z Documenting bit-set v0.5.3
27962024-04-01T22:21:49.765Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27972024-04-01T22:21:49.918Z Documenting getopts v0.2.21
27982024-04-01T22:21:50.108Z Documenting tokio-postgres v0.7.10
27992024-04-01T22:21:50.252Z Documenting predicates v3.1.0
28002024-04-01T22:21:51.002Z Documenting tokio-stream v0.1.14
28012024-04-01T22:21:52.526Z Documenting strum v0.26.1
28022024-04-01T22:21:53.403Z Documenting dirs-sys-next v0.1.2
28032024-04-01T22:21:53.787Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28042024-04-01T22:21:55.123Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28052024-04-01T22:21:55.361Z Documenting match_cfg v0.1.0
28062024-04-01T22:21:55.792Z Checking darling_core v0.20.3
28072024-04-01T22:21:57.036Z Documenting sha1 v0.10.6
28082024-04-01T22:21:57.072Z Documenting http v1.0.0
28092024-04-01T22:21:57.290Z Documenting camino v1.1.6
28102024-04-01T22:21:57.477Z Documenting dirs-next v2.0.0
28112024-04-01T22:21:58.041Z Documenting hostname v0.3.1
28122024-04-01T22:21:58.260Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28132024-04-01T22:22:00.741Z Documenting thread_local v1.1.7
28142024-04-01T22:22:01.111Z Documenting rustls-pki-types v1.3.0
28152024-04-01T22:22:01.630Z Checking darling v0.20.3
28162024-04-01T22:22:01.662Z Documenting term v0.7.0
28172024-04-01T22:22:01.734Z Documenting crossbeam-channel v0.5.8
28182024-04-01T22:22:02.030Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28192024-04-01T22:22:02.158Z Documenting paste v1.0.14
28202024-04-01T22:22:02.231Z Documenting atty v0.2.14
28212024-04-01T22:22:02.688Z Documenting take_mut v0.2.2
28222024-04-01T22:22:04.697Z Documenting slog-json v2.6.1
28232024-04-01T22:22:05.124Z Documenting rustls-webpki v0.102.1
28242024-04-01T22:22:05.218Z Documenting async-stream-impl v0.3.5
28252024-04-01T22:22:05.767Z Documenting slog-term v2.9.0
28262024-04-01T22:22:06.051Z Documenting atomic-waker v1.1.1
28272024-04-01T22:22:06.124Z Documenting debug-ignore v1.0.5
28282024-04-01T22:22:06.264Z Documenting slog-async v2.8.0
28292024-04-01T22:22:08.710Z Documenting waitgroup v0.1.2
28302024-04-01T22:22:09.032Z Documenting rustls-pemfile v2.1.1
28312024-04-01T22:22:09.640Z Documenting slog-bunyan v2.5.0
28322024-04-01T22:22:09.900Z Documenting rustls v0.22.2
28332024-04-01T22:22:10.101Z Documenting async-stream v0.3.5
28342024-04-01T22:22:10.275Z Documenting multer v3.0.0
28352024-04-01T22:22:10.460Z Documenting toml v0.8.10
28362024-04-01T22:22:11.151Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28372024-04-01T22:22:12.586Z Documenting serde_path_to_error v0.1.16
28382024-04-01T22:22:12.946Z Documenting serde_with_macros v3.6.1
28392024-04-01T22:22:13.950Z Documenting structmeta-derive v0.3.0
28402024-04-01T22:22:14.101Z Checking structmeta v0.3.0
28412024-04-01T22:22:14.321Z Documenting instant v0.1.12
28422024-04-01T22:22:14.962Z Documenting newtype-uuid v1.0.1
28432024-04-01T22:22:16.446Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28442024-04-01T22:22:16.446Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28452024-04-01T22:22:16.953Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28462024-04-01T22:22:17.841Z Documenting tokio-rustls v0.25.0
28472024-04-01T22:22:18.222Z Documenting serde_with v3.6.1
28482024-04-01T22:22:18.348Z Documenting backoff v0.4.0
28492024-04-01T22:22:19.213Z Documenting structmeta v0.3.0
28502024-04-01T22:22:20.414Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28512024-04-01T22:22:20.544Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28522024-04-01T22:22:21.018Z Documenting macaddr v1.0.1
28532024-04-01T22:22:22.928Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28542024-04-01T22:22:23.343Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28552024-04-01T22:22:23.839Z Documenting parse-display-derive v0.9.0
28562024-04-01T22:22:25.015Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28572024-04-01T22:22:25.048Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28582024-04-01T22:22:25.048Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28592024-04-01T22:22:25.250Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28602024-04-01T22:22:25.471Z Documenting fastrand v2.0.1
28612024-04-01T22:22:26.018Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28622024-04-01T22:22:26.258Z Checking proc-macro-crate v1.3.1
28632024-04-01T22:22:26.476Z Documenting proc-macro-crate v1.3.1
28642024-04-01T22:22:26.865Z Documenting foreign-types-macros v0.2.3
28652024-04-01T22:22:27.169Z Documenting foreign-types-shared v0.3.1
28662024-04-01T22:22:27.304Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28672024-04-01T22:22:28.061Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28682024-04-01T22:22:29.083Z Documenting parse-display v0.9.0
28692024-04-01T22:22:29.248Z Documenting tempfile v3.10.0
28702024-04-01T22:22:29.942Z Documenting cstr-argument v0.1.2
28712024-04-01T22:22:31.294Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28722024-04-01T22:22:31.507Z Documenting num_enum_derive v0.5.11
28732024-04-01T22:22:31.794Z Documenting foreign-types v0.5.0
28742024-04-01T22:22:31.949Z Documenting tabwriter v1.4.0
28752024-04-01T22:22:33.076Z Documenting colored v2.1.0
28762024-04-01T22:22:33.808Z Documenting camino-tempfile v1.1.1
28772024-04-01T22:22:33.991Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28782024-04-01T22:22:35.716Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28792024-04-01T22:22:36.193Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28802024-04-01T22:22:36.346Z Documenting hash32 v0.3.1
28812024-04-01T22:22:36.461Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822024-04-01T22:22:36.854Z Documenting stable_deref_trait v1.2.0
28832024-04-01T22:22:37.651Z Documenting num_enum v0.5.11
28842024-04-01T22:22:38.181Z Documenting smf v0.2.2
28852024-04-01T22:22:39.555Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28862024-04-01T22:22:39.651Z Documenting cobs v0.2.3
28872024-04-01T22:22:39.853Z Documenting embedded-io v0.4.0
28882024-04-01T22:22:40.421Z Documenting heapless v0.8.0
28892024-04-01T22:22:40.421Z Documenting base64 v0.22.0
28902024-04-01T22:22:41.416Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28912024-04-01T22:22:42.162Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28922024-04-01T22:22:42.455Z Documenting crucible-workspace-hack v0.1.0
28932024-04-01T22:22:42.851Z Documenting postcard v1.0.8
28942024-04-01T22:22:43.724Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28952024-04-01T22:22:44.182Z Documenting smoltcp v0.11.0
28962024-04-01T22:22:44.357Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28972024-04-01T22:22:45.027Z Documenting proc-macro-error-attr v1.0.4
28982024-04-01T22:22:45.756Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28992024-04-01T22:22:46.238Z Checking proc-macro-error v1.0.4
29002024-04-01T22:22:46.503Z Documenting memmap v0.7.0
29012024-04-01T22:22:47.275Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29022024-04-01T22:22:48.914Z Documenting proc-macro-error v1.0.4
29032024-04-01T22:22:49.086Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
29042024-04-01T22:22:49.925Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29052024-04-01T22:22:50.538Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
29062024-04-01T22:22:50.566Z Documenting newline-converter v0.3.0
29072024-04-01T22:22:50.786Z Documenting usdt v0.5.0
29082024-04-01T22:22:51.329Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092024-04-01T22:22:52.933Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29102024-04-01T22:22:53.292Z Documenting num-derive v0.4.0
29112024-04-01T22:22:53.901Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29122024-04-01T22:22:53.937Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132024-04-01T22:22:54.050Z Documenting expectorate v1.1.0
29142024-04-01T22:22:54.363Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
29152024-04-01T22:22:54.752Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162024-04-01T22:22:55.691Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29172024-04-01T22:22:56.380Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29182024-04-01T22:22:57.120Z Documenting password-hash v0.5.0
29192024-04-01T22:22:57.905Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
29202024-04-01T22:22:58.238Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29212024-04-01T22:22:58.606Z Documenting blake2 v0.10.6
29222024-04-01T22:22:58.852Z Documenting humantime v2.1.0
29232024-04-01T22:22:58.993Z Documenting linked-hash-map v0.5.6
29242024-04-01T22:23:00.963Z Documenting bytecount v0.6.3
29252024-04-01T22:23:01.221Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29262024-04-01T22:23:02.757Z Documenting tabled_derive v0.7.0
29272024-04-01T22:23:02.854Z Documenting derive-where v1.2.7
29282024-04-01T22:23:03.077Z Documenting lru-cache v0.1.2
29292024-04-01T22:23:03.847Z Documenting argon2 v0.5.3
29302024-04-01T22:23:03.877Z Documenting papergrid v0.11.0
29312024-04-01T22:23:06.881Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29322024-04-01T22:23:07.168Z Documenting swrite v0.1.0
29332024-04-01T22:23:07.230Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29342024-04-01T22:23:07.362Z Documenting newtype_derive v0.1.6
29352024-04-01T22:23:07.689Z Documenting itertools v0.12.1
29362024-04-01T22:23:07.849Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29372024-04-01T22:23:08.391Z Documenting tabled v0.15.0
29382024-04-01T22:23:08.703Z Documenting arc-swap v1.6.0
29392024-04-01T22:23:09.648Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29402024-04-01T22:23:10.913Z Documenting quick-error v1.2.3
29412024-04-01T22:23:11.065Z Documenting steno v0.4.0
29422024-04-01T22:23:12.583Z Documenting slog-scope v4.4.0
29432024-04-01T22:23:13.280Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29442024-04-01T22:23:14.048Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29452024-04-01T22:23:14.198Z Documenting num-rational v0.4.1
29462024-04-01T22:23:14.603Z Documenting num-complex v0.4.4
29472024-04-01T22:23:14.710Z Documenting resolv-conf v0.7.0
29482024-04-01T22:23:16.458Z Documenting slog-stdlog v4.1.1
29492024-04-01T22:23:18.930Z Documenting filetime v0.2.23
29502024-04-01T22:23:19.114Z Documenting trust-dns-resolver v0.22.0
29512024-04-01T22:23:19.407Z Documenting xattr v1.0.1
29522024-04-01T22:23:19.804Z Documenting tap v1.0.1
29532024-04-01T22:23:20.490Z Documenting slog-envlogger v2.2.0
29542024-04-01T22:23:22.634Z Documenting wyz v0.5.1
29552024-04-01T22:23:23.103Z Documenting num v0.4.1
29562024-04-01T22:23:23.345Z Documenting tar v0.4.40
29572024-04-01T22:23:25.394Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-04-01T22:23:25.626Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29592024-04-01T22:23:26.305Z Documenting radium v0.7.0
29602024-04-01T22:23:26.502Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29612024-04-01T22:23:27.058Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29622024-04-01T22:23:27.058Z Documenting nibble_vec v0.1.0
29632024-04-01T22:23:27.058Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29642024-04-01T22:23:27.058Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29652024-04-01T22:23:27.122Z Documenting funty v2.0.0
29662024-04-01T22:23:27.657Z Documenting endian-type v0.1.2
29672024-04-01T22:23:27.865Z Documenting crc-catalog v2.2.0
29682024-04-01T22:23:28.406Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29692024-04-01T22:23:28.835Z Documenting cancel-safe-futures v0.1.5
29702024-04-01T22:23:29.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29712024-04-01T22:23:29.494Z Documenting packed_struct_codegen v0.10.1
29722024-04-01T22:23:30.100Z Documenting bitvec v1.0.1
29732024-04-01T22:23:30.652Z Documenting crc v3.0.1
29742024-04-01T22:23:30.842Z Documenting nodrop v0.1.14
29752024-04-01T22:23:31.453Z Documenting radix_trie v0.2.1
29762024-04-01T22:23:31.610Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29772024-04-01T22:23:33.470Z Documenting same-file v1.0.6
29782024-04-01T22:23:33.824Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29792024-04-01T22:23:33.878Z Documenting array-init v0.0.4
29802024-04-01T22:23:34.675Z Documenting num-bigint-dig v0.8.4
29812024-04-01T22:23:34.972Z Documenting packed_struct v0.10.1
29822024-04-01T22:23:35.765Z Documenting pkcs1 v0.7.5
29832024-04-01T22:23:36.658Z Documenting is-terminal v0.4.9
29842024-04-01T22:23:36.806Z Documenting signature v2.1.0
29852024-04-01T22:23:37.218Z Documenting walkdir v2.4.0
29862024-04-01T22:23:40.312Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29872024-04-01T22:23:40.426Z Documenting bitfield v0.14.0
29882024-04-01T22:23:40.655Z Documenting termcolor v1.2.0
29892024-04-01T22:23:41.261Z Documenting display-error-chain v0.2.0
29902024-04-01T22:23:41.399Z Documenting serde-hex v0.1.0
29912024-04-01T22:23:41.635Z Documenting rsa v0.9.2
29922024-04-01T22:23:42.786Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29932024-04-01T22:23:43.125Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29942024-04-01T22:23:44.506Z Documenting slog-dtrace v0.3.0
29952024-04-01T22:23:44.640Z Documenting env_logger v0.10.0
29962024-04-01T22:23:45.029Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29972024-04-01T22:23:45.029Z --> nexus/types/src/sectioned_table.rs:145:7
29982024-04-01T22:23:45.029Z |
29992024-04-01T22:23:45.030Z145 | /// [`StNestedBuilder::make_subsection`].
30002024-04-01T22:23:45.030Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
30012024-04-01T22:23:45.030Z |
30022024-04-01T22:23:45.030Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30032024-04-01T22:23:45.030Z
30042024-04-01T22:23:45.223Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30052024-04-01T22:23:45.482Z Documenting x509-cert v0.2.4
30062024-04-01T22:23:46.604Z Documenting libsw v3.3.1
30072024-04-01T22:23:46.941Zwarning: `nexus-types` (lib doc) generated 1 warning
30082024-04-01T22:23:46.941Z Documenting ron v0.8.1
30092024-04-01T22:23:47.114Z Documenting half v2.3.1
30102024-04-01T22:23:48.455Z Documenting pem v3.0.2
30112024-04-01T22:23:49.450Z Documenting linear-map v1.2.0
30122024-04-01T22:23:50.087Z Documenting owo-colors v4.0.0
30132024-04-01T22:23:50.429Z Documenting ciborium-io v0.2.2
30142024-04-01T22:23:51.060Z Documenting crc-any v2.4.3
30152024-04-01T22:23:51.331Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30162024-04-01T22:23:51.678Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30172024-04-01T22:23:52.517Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30182024-04-01T22:23:52.756Z Checking darling_core v0.14.4
30192024-04-01T22:23:53.487Z Documenting headers-core v0.2.0
30202024-04-01T22:23:53.930Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30212024-04-01T22:23:54.164Z Documenting path-slash v0.1.5
30222024-04-01T22:23:54.326Z Documenting ciborium-ll v0.2.2
30232024-04-01T22:23:54.515Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30242024-04-01T22:23:56.202Z Checking darling v0.14.4
30252024-04-01T22:23:56.227Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30262024-04-01T22:23:57.990Z Documenting headers v0.3.9
30272024-04-01T22:23:58.020Z Documenting fxhash v0.2.1
30282024-04-01T22:23:58.239Z Documenting ciborium v0.2.2
30292024-04-01T22:24:01.242Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30302024-04-01T22:24:01.811Z Documenting async-recursion v1.0.5
30312024-04-01T22:24:02.113Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30322024-04-01T22:24:02.678Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30332024-04-01T22:24:03.343Z Documenting vte_generate_state_changes v0.1.1
30342024-04-01T22:24:03.765Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30352024-04-01T22:24:06.080Z Checking convert_case v0.4.0
30362024-04-01T22:24:06.282Z Documenting convert_case v0.4.0
30372024-04-01T22:24:07.061Z Documenting vte v0.11.1
30382024-04-01T22:24:08.038Z Checking derive_builder_core v0.12.0
30392024-04-01T22:24:08.718Z Documenting derive_builder_core v0.12.0
30402024-04-01T22:24:10.561Z Documenting derive_more v0.99.17
30412024-04-01T22:24:10.897Z Documenting buf-list v1.0.3
30422024-04-01T22:24:11.566Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30432024-04-01T22:24:14.179Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30442024-04-01T22:24:15.096Z Checking heck v0.3.3
30452024-04-01T22:24:15.262Z Documenting bitstruct_derive v0.1.0
30462024-04-01T22:24:15.294Z Documenting pin-project-internal v1.1.3
30472024-04-01T22:24:15.629Z Documenting ascii v1.1.0
30482024-04-01T22:24:15.795Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30492024-04-01T22:24:16.018Z Documenting structopt-derive v0.4.18
30502024-04-01T22:24:18.246Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30512024-04-01T22:24:18.688Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30522024-04-01T22:24:20.420Z Documenting derive_builder_macro v0.12.0
30532024-04-01T22:24:20.459Z Documenting bitstruct v0.1.1
30542024-04-01T22:24:20.459Z Documenting pin-project v1.1.3
30552024-04-01T22:24:20.888Z Documenting strip-ansi-escapes v0.2.0
30562024-04-01T22:24:20.966Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30572024-04-01T22:24:22.205Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30582024-04-01T22:24:22.786Z Documenting doc-comment v0.3.3
30592024-04-01T22:24:23.151Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30602024-04-01T22:24:23.664Z Documenting crossbeam-deque v0.8.3
30612024-04-01T22:24:24.349Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30622024-04-01T22:24:24.678Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30632024-04-01T22:24:25.505Z Documenting serde_arrays v0.1.0
30642024-04-01T22:24:25.544Z Documenting erased-serde v0.3.31
30652024-04-01T22:24:27.156Z Documenting snafu-derive v0.7.5
30662024-04-01T22:24:27.683Z Documenting ref-cast-impl v1.0.20
30672024-04-01T22:24:29.407Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30682024-04-01T22:24:29.681Z Documenting unicode-xid v0.2.4
30692024-04-01T22:24:29.765Z Documenting nu-ansi-term v0.50.0
30702024-04-01T22:24:30.331Z Checking unicode-xid v0.2.4
30712024-04-01T22:24:30.479Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30722024-04-01T22:24:32.344Z Documenting ref-cast v1.0.20
30732024-04-01T22:24:32.477Z Documenting const_format_proc_macros v0.2.32
30742024-04-01T22:24:33.758Z Documenting reedline v0.30.0
30752024-04-01T22:24:34.168Z Documenting snafu v0.7.5
30762024-04-01T22:24:34.440Z Documenting rayon-core v1.12.1
30772024-04-01T22:24:35.110Z Documenting derive_builder v0.12.0
30782024-04-01T22:24:36.831Z Documenting structopt v0.3.26
30792024-04-01T22:24:38.309Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30802024-04-01T22:24:38.608Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30812024-04-01T22:24:39.593Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30822024-04-01T22:24:39.839Z Documenting libefi-sys v0.1.0
30832024-04-01T22:24:46.183Z Documenting trust-dns-client v0.22.0
30842024-04-01T22:24:46.214Z Documenting polar-core v0.27.0
30852024-04-01T22:24:46.292Z Documenting libxml v0.3.3
30862024-04-01T22:24:46.292Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30872024-04-01T22:24:46.292Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30882024-04-01T22:24:46.292Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30892024-04-01T22:24:46.292Z Documenting globset v0.4.13
30902024-04-01T22:24:46.906Z Documenting bb8 v0.8.3
30912024-04-01T22:24:47.762Z Documenting olpc-cjson v0.1.3
30922024-04-01T22:24:48.966Z Documenting quick-xml v0.30.0
30932024-04-01T22:24:49.106Z Documenting serde_plain v1.0.2
30942024-04-01T22:24:49.295Z Documenting impl-trait-for-tuples v0.2.2
30952024-04-01T22:24:50.086Z Documenting oso-derive v0.27.0
30962024-04-01T22:24:51.847Z Documenting keccak v0.1.4
30972024-04-01T22:24:52.172Z Documenting utf-8 v0.7.6
30982024-04-01T22:24:53.405Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30992024-04-01T22:24:54.156Z Documenting typed-path v0.7.0
31002024-04-01T22:24:54.535Z Documenting maplit v1.0.2
31012024-04-01T22:24:54.840Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31022024-04-01T22:24:54.922Z Documenting sha3 v0.10.8
31032024-04-01T22:24:55.885Z Documenting tungstenite v0.21.0
31042024-04-01T22:24:56.528Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31052024-04-01T22:24:57.284Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31062024-04-01T22:24:58.267Z Documenting oso v0.27.0
31072024-04-01T22:24:59.411Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31082024-04-01T22:24:59.462Z Documenting tough v0.16.0
31092024-04-01T22:25:01.335Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
31102024-04-01T22:25:01.506Z Documenting trust-dns-server v0.22.1
31112024-04-01T22:25:03.405Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31122024-04-01T22:25:03.782Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31132024-04-01T22:25:05.220Z Documenting rayon v1.9.0
31142024-04-01T22:25:05.549Z Documenting const_format v0.2.32
31152024-04-01T22:25:06.284Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31162024-04-01T22:25:08.107Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31172024-04-01T22:25:08.459Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31182024-04-01T22:25:08.621Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31192024-04-01T22:25:08.707Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31202024-04-01T22:25:09.052Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212024-04-01T22:25:09.606Z Documenting sled v0.34.7
31222024-04-01T22:25:09.633Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31232024-04-01T22:25:09.769Z Documenting fs-err v2.11.0
31242024-04-01T22:25:10.283Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31252024-04-01T22:25:11.898Z Documenting cookie v0.18.0
31262024-04-01T22:25:12.349Z Documenting unicase v2.7.0
31272024-04-01T22:25:12.539Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282024-04-01T22:25:12.814Z Documenting fd-lock v4.0.2
31292024-04-01T22:25:13.717Z Documenting nix v0.27.1
31302024-04-01T22:25:13.916Z Documenting secrecy v0.8.0
31312024-04-01T22:25:14.624Z Documenting gethostname v0.4.3
31322024-04-01T22:25:15.364Z Documenting peg-macros v0.8.2
31332024-04-01T22:25:17.116Z Documenting rustversion v1.0.14
31342024-04-01T22:25:17.390Z Documenting sqlparser_derive v0.2.2
31352024-04-01T22:25:17.840Z Documenting home v0.5.5
31362024-04-01T22:25:18.122Z Documenting unicode_categories v0.1.1
31372024-04-01T22:25:18.766Z Documenting parse-size v1.0.0
31382024-04-01T22:25:18.892Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31392024-04-01T22:25:19.942Z Documenting peg v0.8.2
31402024-04-01T22:25:20.588Z Documenting castaway v0.2.2
31412024-04-01T22:25:21.493Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31422024-04-01T22:25:21.789Z Documenting rustyline v13.0.0
31432024-04-01T22:25:21.969Z Documenting sqlformat v0.2.3
31442024-04-01T22:25:22.259Z Documenting sqlparser v0.43.1
31452024-04-01T22:25:23.848Z Documenting mime_guess v2.0.4
31462024-04-01T22:25:24.442Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472024-04-01T22:25:26.228Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31482024-04-01T22:25:27.469Z Documenting tokio-tungstenite v0.21.0
31492024-04-01T22:25:28.035Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31502024-04-01T22:25:28.633Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31512024-04-01T22:25:32.035Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31522024-04-01T22:25:32.317Z Documenting zone v0.1.8
31532024-04-01T22:25:33.871Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31542024-04-01T22:25:34.147Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31552024-04-01T22:25:34.367Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31562024-04-01T22:25:36.500Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31572024-04-01T22:25:36.612Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31582024-04-01T22:25:36.769Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31592024-04-01T22:25:36.880Z Documenting portpicker v0.1.1
31602024-04-01T22:25:39.388Z Documenting universal-hash v0.5.1
31612024-04-01T22:25:41.154Z Documenting bcs v0.1.6
31622024-04-01T22:25:43.721Z Documenting kstat-rs v0.2.3
31632024-04-01T22:25:44.040Z Documenting thiserror-impl-no-std v2.0.2
31642024-04-01T22:25:55.058Z Documenting curve25519-dalek-derive v0.1.0
31652024-04-01T22:25:55.425Z Documenting highway v1.1.0
31662024-04-01T22:25:55.824Z Documenting opaque-debug v0.3.0
31672024-04-01T22:25:55.965Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31682024-04-01T22:25:56.259Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31692024-04-01T22:26:00.218Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31702024-04-01T22:26:00.260Z Documenting thiserror-no-std v2.0.2
31712024-04-01T22:26:00.260Z Documenting poly1305 v0.8.0
31722024-04-01T22:26:00.261Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31732024-04-01T22:26:00.261Z Documenting curve25519-dalek v4.1.1
31742024-04-01T22:26:00.261Z Documenting compact_str v0.7.1
31752024-04-01T22:26:03.190Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31762024-04-01T22:26:04.007Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31772024-04-01T22:26:04.737Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31782024-04-01T22:26:04.891Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31792024-04-01T22:26:15.593Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31802024-04-01T22:26:15.593Z Documenting portable-atomic v1.4.3
31812024-04-01T22:26:15.632Z Documenting ed25519 v1.5.3
31822024-04-01T22:26:15.632Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31832024-04-01T22:26:15.632Z Documenting memoffset v0.7.1
31842024-04-01T22:26:15.632Z Documenting rcgen v0.12.1
31852024-04-01T22:26:15.632Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31862024-04-01T22:26:15.659Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31872024-04-01T22:26:15.685Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
31882024-04-01T22:26:15.685Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
31892024-04-01T22:26:16.225Z Documenting atomicwrites v0.4.3
31902024-04-01T22:26:17.602Zwarning: could not parse code block as Rust code
31912024-04-01T22:26:17.602Z --> oximeter/db/src/oxql/ast/grammar.rs:244:9
31922024-04-01T22:26:17.602Z |
31932024-04-01T22:26:17.602Z244 | / /// Parse a string literal, either single- or double-quoted.
31942024-04-01T22:26:17.602Z245 | | ///
31952024-04-01T22:26:17.602Z246 | | /// Parsing string literals is pretty tricky, but we add several
31962024-04-01T22:26:17.603Z247 | | /// constraints to simplify things. First strings must be quoted, either
31972024-04-01T22:26:17.603Z... |
31982024-04-01T22:26:17.603Z275 | | ///
31992024-04-01T22:26:17.603Z276 | | /// Will be parsed as `this string has " in it`.
32002024-04-01T22:26:17.603Z | |________________________________________________________^
32012024-04-01T22:26:17.603Z |
32022024-04-01T22:26:17.603Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
32032024-04-01T22:26:17.603Z = note: error from rustc: unknown start of token: \
32042024-04-01T22:26:17.603Z = note: error from rustc: unknown start of token: \
32052024-04-01T22:26:17.603Z = note: error from rustc: unknown start of token: \
32062024-04-01T22:26:17.603Z = note: error from rustc: unknown start of token: \
32072024-04-01T22:26:17.603Z = note: error from rustc: unknown start of token: \
32082024-04-01T22:26:17.604Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
32092024-04-01T22:26:17.604Z
32102024-04-01T22:26:18.820Z Documenting chacha20 v0.9.1
32112024-04-01T22:26:19.016Zwarning: `oximeter-db` (lib doc) generated 1 warning
32122024-04-01T22:26:19.046Z Documenting lru v0.12.1
32132024-04-01T22:26:20.617Z Documenting aead v0.5.2
32142024-04-01T22:26:22.235Z Documenting rand_seeder v0.2.3
32152024-04-01T22:26:22.990Z Documenting nanorand v0.7.0
32162024-04-01T22:26:23.585Z Documenting subprocess v0.2.9
32172024-04-01T22:26:23.856Z Documenting stability v0.1.1
32182024-04-01T22:26:24.379Z Documenting number_prefix v0.4.0
32192024-04-01T22:26:24.965Z Documenting glob v0.3.1
32202024-04-01T22:26:35.563Z Documenting cassowary v0.3.0
32212024-04-01T22:26:35.879Z Documenting flume v0.11.0
32222024-04-01T22:26:36.192Z Documenting chacha20poly1305 v0.10.1
32232024-04-01T22:26:36.250Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32242024-04-01T22:26:36.477Z Documenting indicatif v0.17.8
32252024-04-01T22:26:36.745Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32262024-04-01T22:26:37.100Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32272024-04-01T22:26:39.693Z Documenting ratatui v0.26.1
32282024-04-01T22:26:40.049Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32292024-04-01T22:26:55.285Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32302024-04-01T22:26:55.369Z Documenting salty v0.2.0
32312024-04-01T22:26:55.369Z Documenting vsss-rs v3.3.4
32322024-04-01T22:26:55.369Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32332024-04-01T22:26:55.369Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32342024-04-01T22:26:55.369Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32352024-04-01T22:26:55.369Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32362024-04-01T22:26:55.369Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32372024-04-01T22:26:55.369Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32382024-04-01T22:26:55.369Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32392024-04-01T22:26:55.581Z Documenting serde-big-array v0.5.1
32402024-04-01T22:26:56.528Z Documenting rtoolbox v0.0.1
32412024-04-01T22:26:57.583Z Documenting http-range v0.1.5
32422024-04-01T22:26:58.280Z Documenting is_ci v1.2.0
32432024-04-01T22:26:58.853Z Documenting unicode-linebreak v0.1.5
32442024-04-01T22:26:59.638Z Documenting smawk v0.3.1
32452024-04-01T22:27:00.698Z Documenting rpassword v7.3.1
32462024-04-01T22:27:01.511Z Documenting hyper-staticfile v0.9.5
32472024-04-01T22:27:01.785Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32482024-04-01T22:27:02.236Z Documenting supports-color v3.0.0
32492024-04-01T22:27:03.462Z Documenting textwrap v0.16.1
32502024-04-01T22:27:04.899Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32512024-04-01T22:27:04.965Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32522024-04-01T22:27:06.182Z Documenting tui-tree-widget v0.17.0
32532024-04-01T22:27:07.902Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542024-04-01T22:27:07.927Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32552024-04-01T22:27:08.262Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32562024-04-01T22:27:09.756Zwarning: unresolved link to `test_sled_transitions`
32572024-04-01T22:27:09.757Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
32582024-04-01T22:27:09.757Z |
32592024-04-01T22:27:09.757Z536 | /// [`test_sled_transitions`].
32602024-04-01T22:27:09.757Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32612024-04-01T22:27:09.757Z |
32622024-04-01T22:27:09.757Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32632024-04-01T22:27:09.757Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32642024-04-01T22:27:09.757Z
32652024-04-01T22:27:09.757Zwarning: unresolved link to `test_sled_transitions`
32662024-04-01T22:27:09.757Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
32672024-04-01T22:27:09.757Z |
32682024-04-01T22:27:09.757Z572 | /// [`test_sled_transitions`].
32692024-04-01T22:27:09.757Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32702024-04-01T22:27:09.757Z |
32712024-04-01T22:27:09.757Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32722024-04-01T22:27:09.757Z
32732024-04-01T22:27:09.782Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32742024-04-01T22:27:09.782Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32752024-04-01T22:27:09.782Z |
32762024-04-01T22:27:09.782Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32772024-04-01T22:27:09.782Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32782024-04-01T22:27:09.782Z
32792024-04-01T22:27:10.462Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32802024-04-01T22:27:11.269Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32812024-04-01T22:27:11.928Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822024-04-01T22:27:12.561Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832024-04-01T22:27:12.588Z Documenting signal-hook-tokio v0.3.1
32842024-04-01T22:27:12.679Z Documenting memmap2 v0.7.1
32852024-04-01T22:27:12.964Z Documenting shell-words v1.1.0
32862024-04-01T22:27:15.775Z Documenting corncobs v0.1.3
32872024-04-01T22:27:16.909Z Documenting arrayref v0.3.7
32882024-04-01T22:27:17.376Z Documenting constant_time_eq v0.3.0
32892024-04-01T22:27:17.645Z Documenting arrayvec v0.7.4
32902024-04-01T22:27:18.638Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32912024-04-01T22:27:19.851Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32922024-04-01T22:27:20.212Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32932024-04-01T22:27:20.836Z Documenting blake3 v1.5.0
32942024-04-01T22:27:22.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32952024-04-01T22:27:24.329Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32962024-04-01T22:27:24.959Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32972024-04-01T22:27:24.983Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32982024-04-01T22:27:25.092Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32992024-04-01T22:27:26.307Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33002024-04-01T22:27:27.724Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33012024-04-01T22:27:35.257Zwarning: unclosed HTML tag `usize`
33022024-04-01T22:27:35.257Z --> wicket/src/ui/panes/update.rs:153:19
33032024-04-01T22:27:35.257Z |
33042024-04-01T22:27:35.258Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
33052024-04-01T22:27:35.258Z | ^^^^^^^
33062024-04-01T22:27:35.258Z |
33072024-04-01T22:27:35.258Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
33082024-04-01T22:27:35.259Z
33092024-04-01T22:27:36.493Zwarning: `wicket` (lib doc) generated 1 warning
33102024-04-01T22:27:36.521Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112024-04-01T22:27:40.575Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33122024-04-01T22:27:40.603Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33132024-04-01T22:27:41.684Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
33142024-04-01T22:27:45.430Z Documenting fatfs v0.3.6
33152024-04-01T22:27:47.108Z Documenting assert_matches v1.5.0
33162024-04-01T22:27:49.827Z Documenting topological-sort v0.2.2
33172024-04-01T22:27:50.736Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33182024-04-01T22:27:51.101Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192024-04-01T22:27:53.694Z Documenting omicron-zone-package v0.11.0
33202024-04-01T22:27:54.244Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33212024-04-01T22:28:01.327Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33222024-04-01T22:28:01.381Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232024-04-01T22:28:01.382Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33242024-04-01T22:28:01.382Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33252024-04-01T22:28:02.630Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33262024-04-01T22:28:03.318Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33272024-04-01T22:28:05.698Z Documenting termios v0.3.3
33282024-04-01T22:28:06.415Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33292024-04-01T22:28:06.415Z --> sled-agent/src/sim/instance.rs:46:7
33302024-04-01T22:28:06.415Z |
33312024-04-01T22:28:06.415Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33322024-04-01T22:28:06.415Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33332024-04-01T22:28:06.415Z |
33342024-04-01T22:28:06.415Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33352024-04-01T22:28:06.415Z
33362024-04-01T22:28:09.434Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33372024-04-01T22:28:09.686Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33382024-04-01T22:28:14.099Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33392024-04-01T22:28:14.640Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402024-04-01T22:28:16.386Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33412024-04-01T22:28:24.627Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33422024-04-01T22:28:27.118Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33432024-04-01T22:28:33.868Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33442024-04-01T22:28:38.561Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33452024-04-01T22:28:49.514Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33462024-04-01T22:28:50.474Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33472024-04-01T22:28:51.311Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33482024-04-01T22:28:52.203Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492024-04-01T22:28:53.120Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502024-04-01T22:28:56.504Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33512024-04-01T22:29:11.274Zwarning: unresolved link to `VolumeConstructionRequest`
33522024-04-01T22:29:11.275Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33532024-04-01T22:29:11.275Z |
33542024-04-01T22:29:11.275Z338 | /// [`VolumeConstructionRequest`] is shown here):
33552024-04-01T22:29:11.275Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33562024-04-01T22:29:11.275Z |
33572024-04-01T22:29:11.275Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33582024-04-01T22:29:11.275Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33592024-04-01T22:29:11.275Z
33602024-04-01T22:29:11.275Zwarning: unresolved link to `fd00:1122:3344:101::5`
33612024-04-01T22:29:11.275Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33622024-04-01T22:29:11.301Z |
33632024-04-01T22:29:11.301Z348 | /// "[fd00:1122:3344:101::5]:1000",
33642024-04-01T22:29:11.301Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33652024-04-01T22:29:11.301Z
33662024-04-01T22:29:11.301Zwarning: unresolved link to `fd00:1122:3344:102::9`
33672024-04-01T22:29:11.301Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33682024-04-01T22:29:11.301Z |
33692024-04-01T22:29:11.301Z349 | /// "[fd00:1122:3344:102::9]:1000",
33702024-04-01T22:29:11.301Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33712024-04-01T22:29:11.301Z
33722024-04-01T22:29:11.301Zwarning: unresolved link to `fd00:1122:3344:103::2`
33732024-04-01T22:29:11.301Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33742024-04-01T22:29:11.301Z |
33752024-04-01T22:29:11.301Z350 | /// "[fd00:1122:3344:103::2]:1000"
33762024-04-01T22:29:11.301Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33772024-04-01T22:29:11.301Z
33782024-04-01T22:29:11.301Zwarning: unresolved link to `fd00:1122:3344:101::5`
33792024-04-01T22:29:11.302Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33802024-04-01T22:29:11.302Z |
33812024-04-01T22:29:11.302Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33822024-04-01T22:29:11.302Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33832024-04-01T22:29:11.302Z
33842024-04-01T22:29:11.302Zwarning: unresolved link to `fd00:1122:3344:102::9`
33852024-04-01T22:29:11.302Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33862024-04-01T22:29:11.302Z |
33872024-04-01T22:29:11.302Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33882024-04-01T22:29:11.302Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33892024-04-01T22:29:11.302Z
33902024-04-01T22:29:11.302Zwarning: unresolved link to `fd00:1122:3344:103::2`
33912024-04-01T22:29:11.302Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33922024-04-01T22:29:11.302Z |
33932024-04-01T22:29:11.302Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33942024-04-01T22:29:11.302Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33952024-04-01T22:29:11.302Z
33962024-04-01T22:29:15.147Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33972024-04-01T22:29:41.120Z Finished dev [unoptimized + debuginfo] target(s) in 11m 11s
33982024-04-01T22:29:41.190Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33992024-04-01T22:29:41.190Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34002024-04-01T22:29:41.190Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34012024-04-01T22:29:41.191Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34022024-04-01T22:29:41.191Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34032024-04-01T22:29:41.191Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34042024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34052024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34062024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34072024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34082024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34092024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34102024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34112024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34122024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34132024-04-01T22:29:41.260Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34142024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34152024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34162024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34172024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34182024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34192024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34202024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34212024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34222024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34232024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34242024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34252024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34262024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34272024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34282024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34292024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34302024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34312024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34322024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34332024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34342024-04-01T22:29:41.261Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34352024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34362024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34372024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34382024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34392024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34402024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34412024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34422024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34432024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34442024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34452024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34462024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34472024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34482024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34492024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34502024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34512024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34522024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34532024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34542024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34552024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34562024-04-01T22:29:41.262Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34572024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34582024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34592024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34602024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34612024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34622024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34632024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34642024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34652024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34662024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34672024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34682024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34692024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34702024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34712024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34722024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34732024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34742024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34752024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34762024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34772024-04-01T22:29:41.263Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34782024-04-01T22:29:41.264Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34792024-04-01T22:29:41.288Z
34802024-04-01T22:29:41.288Zreal 11:11.526466571
34812024-04-01T22:29:41.288Zuser 27:44.892078497
34822024-04-01T22:29:41.288Zsys 46:52.676107364
34832024-04-01T22:29:41.289Ztrap 0.739427388
34842024-04-01T22:29:41.289Ztflt 0.299502545
34852024-04-01T22:29:41.289Zdflt 1.152625259
34862024-04-01T22:29:41.289Zkflt 0.000724684
34872024-04-01T22:29:41.289Zlock 3:20:31.105769975
34882024-04-01T22:29:41.289Zslp 3:05:02.827736646
34892024-04-01T22:29:41.289Zlat 3:59.175457814
34902024-04-01T22:29:41.289Zstop 2:03.990087320
34912024-04-01T22:29:41.289Zprocess exited: duration 1235127 ms, exit code 0
 
34922024-04-01T22:29:41.345Zfound 0 output files