01HTH2HZ67M4WS43DBCH0DWVTC: 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: 01HTH2JFX6D536AYB2EYXQPJK2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T04:15:49.235Zjob assigned to worker 01HTH2JQ5NACB9ZW6F20D2NQC9 (queued for 2 m 33 s)
 
22024-04-03T04:15:55.986Zstarting task 0: "setup"
32024-04-03T04:15:56.064Z++ uname -s
42024-04-03T04:15:56.078Z+ kern=SunOS
52024-04-03T04:15:56.079Z+ case "$kern" in
62024-04-03T04:15:56.079Z+ groupadd -g 12345 build
72024-04-03T04:15:56.118Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T04:15:58.125Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T04:15:58.219Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T04:15:58.222Z+ home_fs=zfs
112024-04-03T04:15:58.222Z+ [[ zfs == autofs ]]
122024-04-03T04:15:58.222Z+ mkdir -p /home/build
132024-04-03T04:15:58.225Z+ chown build:build /home/build /work
142024-04-03T04:16:00.231Z+ chmod 0700 /home/build /work
152024-04-03T04:16:00.245Zprocess exited: duration 4247 ms, exit code 0
 
162024-04-03T04:16:00.263Zstarting task 1: "rust-toolchain"
172024-04-03T04:16:00.271Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T04:16:00.275Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T04:16:00.402Zinfo: downloading installer
202024-04-03T04:16:01.743Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T04:16:01.743Zwarning: /opt/ooce/bin
222024-04-03T04:16:01.743Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T04:16:01.743Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T04:16:01.743Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T04:16:01.743Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T04:16:01.743Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T04:16:01.743Zerror: cannot install while Rust is installed
282024-04-03T04:16:01.743Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T04:16:01.906Zinfo: profile set to 'default'
302024-04-03T04:16:01.906Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T04:16:01.910Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T04:16:02.024Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T04:16:02.024Zinfo: downloading component 'cargo'
342024-04-03T04:16:02.649Zinfo: downloading component 'clippy'
352024-04-03T04:16:02.872Zinfo: downloading component 'rust-docs'
362024-04-03T04:16:03.639Zinfo: downloading component 'rust-std'
372024-04-03T04:16:05.010Zinfo: downloading component 'rustc'
382024-04-03T04:16:08.337Zinfo: downloading component 'rustfmt'
392024-04-03T04:16:08.545Zinfo: installing component 'cargo'
402024-04-03T04:16:09.393Zinfo: installing component 'clippy'
412024-04-03T04:16:09.756Zinfo: installing component 'rust-docs'
422024-04-03T04:16:11.178Zinfo: installing component 'rust-std'
432024-04-03T04:16:12.961Zinfo: installing component 'rustc'
442024-04-03T04:16:17.057Zinfo: installing component 'rustfmt'
452024-04-03T04:16:17.409Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T04:16:17.409Z
472024-04-03T04:16:17.677Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T04:16:17.677Z
492024-04-03T04:16:17.681Z
502024-04-03T04:16:17.681ZRust is installed now. Great!
512024-04-03T04:16:17.681Z
522024-04-03T04:16:17.681ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T04:16:17.681Zenvironment variable. This has not been done automatically.
542024-04-03T04:16:17.681Z
552024-04-03T04:16:17.681ZTo configure your current shell, you need to source
562024-04-03T04:16:17.681Zthe corresponding env file under $HOME/.cargo.
572024-04-03T04:16:17.681Z
582024-04-03T04:16:17.681ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T04:16:17.682Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T04:16:17.682Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T04:16:17.790Z+ rustc --version
622024-04-03T04:16:17.847Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T04:16:17.859Zprocess exited: duration 17579 ms, exit code 0
 
642024-04-03T04:16:17.871Zstarting task 2: "authentication"
652024-04-03T04:16:17.897Zprocess exited: duration 25 ms, exit code 0
 
662024-04-03T04:16:17.904Zstarting task 3: "clone repository"
672024-04-03T04:16:17.910Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T04:16:17.915Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T04:16:18.154ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T04:16:47.214Z+ cd /work/oxidecomputer/omicron
712024-04-03T04:16:47.214Z+ git fetch origin 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
722024-04-03T04:16:47.850ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T04:16:47.851Z * branch 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 -> FETCH_HEAD
742024-04-03T04:16:47.862Z+ [[ -n renovate/diesel-2.x ]]
752024-04-03T04:16:47.865Z++ git branch --show-current
762024-04-03T04:16:47.868Z+ current=main
772024-04-03T04:16:47.868Z+ [[ main != renovate/diesel-2.x ]]
782024-04-03T04:16:47.868Z+ git branch -f renovate/diesel-2.x 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
792024-04-03T04:16:47.871Z+ git checkout -f renovate/diesel-2.x
802024-04-03T04:16:47.995ZSwitched to branch 'renovate/diesel-2.x'
812024-04-03T04:16:47.999Z+ git reset --hard 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
822024-04-03T04:16:48.009ZHEAD is now at 6dfdadfbd Update Rust crate diesel to 2.1.5
832024-04-03T04:16:48.012Zprocess exited: duration 30100 ms, exit code 0
 
842024-04-03T04:16:48.019Zstarting task 4: "build"
852024-04-03T04:16:48.025Z+ cargo --version
862024-04-03T04:16:48.030Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T04:16:48.205Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T04:16:48.205Zinfo: downloading component 'cargo'
892024-04-03T04:16:49.053Zinfo: downloading component 'clippy'
902024-04-03T04:16:49.316Zinfo: downloading component 'rust-docs'
912024-04-03T04:16:50.390Zinfo: downloading component 'rust-std'
922024-04-03T04:16:52.138Zinfo: downloading component 'rustc'
932024-04-03T04:16:56.580Zinfo: downloading component 'rustfmt'
942024-04-03T04:16:56.814Zinfo: installing component 'cargo'
952024-04-03T04:16:57.699Zinfo: installing component 'clippy'
962024-04-03T04:16:58.039Zinfo: installing component 'rust-docs'
972024-04-03T04:16:59.438Zinfo: installing component 'rust-std'
982024-04-03T04:17:01.211Zinfo: installing component 'rustc'
992024-04-03T04:17:05.503Zinfo: installing component 'rustfmt'
1002024-04-03T04:17:05.905Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T04:17:05.912Z+ rustc --version
1022024-04-03T04:17:05.970Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T04:17:05.977Z+ source ./env.sh
1042024-04-03T04:17:05.978Z++ set -o xtrace
1052024-04-03T04:17:05.983Z++++ dirname ./env.sh
1062024-04-03T04:17:06.015Z+++ readlink -f .
1072024-04-03T04:17:06.081Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-03T04:17:06.086Z++ 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-03T04:17:06.086Z++ 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-03T04:17:06.086Z++ 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-03T04:17:06.087Z++ 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-03T04:17:06.087Z++ 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-03T04:17:06.087Z++ 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-03T04:17:06.087Z++ 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-03T04:17:06.087Z++ 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-03T04:17:06.087Z++ unset OMICRON_WS
1172024-04-03T04:17:06.087Z++ set +o xtrace
1182024-04-03T04:17:06.087Z
1192024-04-03T04:17:06.087Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-03T04:17:06.087Z # # # # # # # # # # # # # # #
1212024-04-03T04:17:06.087Z # # # # ##### # # ##### # # # # # #### #
1222024-04-03T04:17:06.087Z ##### ##### # ##### # # # # # # # # #
1232024-04-03T04:17:06.088Z # # # # # # # # # # # # # # #
1242024-04-03T04:17:06.088Z # # # ###### # # ###### ### # #### # #### #
1252024-04-03T04:17:06.088Z
1262024-04-03T04:17:16.743Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-03T04:17:18.170Z Startup: Caching catalogs ... Done
1282024-04-03T04:17:19.929ZPlanning: Solver setup ... Done (1.377s)
1292024-04-03T04:17:19.956ZPlanning: Running solver ... Done (0.027s)
1302024-04-03T04:17:20.254ZPlanning: Finding local manifests ... Done (0.271s)
1312024-04-03T04:17:20.281ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-03T04:17:20.650ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-03T04:17:20.701ZPlanning: Package planning ... Done (0.049s)
1342024-04-03T04:17:20.751ZPlanning: Merging actions ... Done (0.051s)
1352024-04-03T04:17:21.200ZPlanning: Checking for conflicting actions ... Done (0.449s)
1362024-04-03T04:17:21.212ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-04-03T04:17:27.281ZPlanning: Evaluating mediators ... Done (6.057s)
1382024-04-03T04:17:27.287ZPlanning: Planning completed in 9.05 seconds
1392024-04-03T04:17:27.297Z Packages to install: 4
1402024-04-03T04:17:27.297Z Mediators to change: 2
1412024-04-03T04:17:27.297Z Services to change: 1
1422024-04-03T04:17:27.302Z Estimated space available: 155.32 GB
1432024-04-03T04:17:27.302ZEstimated space to be consumed: 1.43 GB
1442024-04-03T04:17:27.302Z Create boot environment: No
1452024-04-03T04:17:27.302ZCreate backup boot environment: No
1462024-04-03T04:17:27.303Z Rebuild boot archive: No
1472024-04-03T04:17:27.303Z
1482024-04-03T04:17:27.303ZChanged mediators:
1492024-04-03T04:17:27.303Z mediator clang:
1502024-04-03T04:17:27.303Z version: None -> 15 (system default)
1512024-04-03T04:17:27.303Z
1522024-04-03T04:17:27.304Z mediator llvm:
1532024-04-03T04:17:27.304Z version: 14 (system default) -> 15 (system default)
1542024-04-03T04:17:27.304Z
1552024-04-03T04:17:27.304ZChanged packages:
1562024-04-03T04:17:27.304Zhelios-dev
1572024-04-03T04:17:27.304Z developer/build-essential
1582024-04-03T04:17:27.305Z None -> 11-2.0
1592024-04-03T04:17:27.305Z library/libxmlsec1
1602024-04-03T04:17:27.305Z None -> 1.2.35-2.0
1612024-04-03T04:17:27.305Z ooce/developer/clang-15
1622024-04-03T04:17:27.306Z None -> 15.0.7-2.0
1632024-04-03T04:17:27.306Z ooce/developer/llvm-15
1642024-04-03T04:17:27.306Z None -> 15.0.7-2.0
1652024-04-03T04:17:27.306Z
1662024-04-03T04:17:27.306ZServices:
1672024-04-03T04:17:27.306Z restart_fmri:
1682024-04-03T04:17:27.307Z svc:/system/update-man-index:default
1692024-04-03T04:17:27.400Z
1702024-04-03T04:17:27.400ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-03T04:17:32.402ZDownload: 1440/3290 items 107.9/212.6MB 50% complete (21.7M/s)
1722024-04-03T04:17:37.403ZDownload: 3229/3290 items 169.4/212.6MB 79% complete (16.9M/s)
1732024-04-03T04:17:39.767ZDownload: Completed 212.60 MB in 12.36 seconds (17.2M/s)
1742024-04-03T04:17:40.061Z Actions: 1/3689 actions (Installing new actions)
1752024-04-03T04:17:45.084Z Actions: 3676/3689 actions (Installing new actions)
1762024-04-03T04:17:45.088Z Actions: Completed 3689 actions in 5.03 seconds.
1772024-04-03T04:17:45.290Z Done (0.194s)
1782024-04-03T04:17:45.290Z Done (0.000s)
1792024-04-03T04:17:45.543Z Done (0.253s)
1802024-04-03T04:17:50.584Z Done (4.902s)
1812024-04-03T04:17:50.769Z Done (0.112s)
1822024-04-03T04:17:50.773Z Done (0.000s)
1832024-04-03T04:17:50.915Z Done (0.000s)
1842024-04-03T04:17:51.460ZPlanning: Evaluating mediator changes ... Done
1852024-04-03T04:17:51.635ZPlanning: Checking for conflicting actions ... Done
1862024-04-03T04:17:51.645ZPlanning: Consolidating action changes ... Done
1872024-04-03T04:17:51.912ZPlanning: Evaluating mediators ... Done
1882024-04-03T04:17:51.915ZPlanning: Planning completed in 0.45 seconds
1892024-04-03T04:17:51.947Z Mediators to change: 2
1902024-04-03T04:17:51.947Z Create boot environment: No
1912024-04-03T04:17:51.950ZCreate backup boot environment: No
1922024-04-03T04:17:52.014Z Done
1932024-04-03T04:17:52.014Z Done
1942024-04-03T04:17:52.167Z Done
1952024-04-03T04:17:56.008Z Done
1962024-04-03T04:17:56.101Z Done
1972024-04-03T04:17:56.104Z Done
1982024-04-03T04:17:56.194Z Done
1992024-04-03T04:17:56.865ZPlanning: Evaluating mediator changes ... Done
2002024-04-03T04:17:56.873ZPlanning: Merging actions ... Done
2012024-04-03T04:17:57.071ZPlanning: Checking for conflicting actions ... Done
2022024-04-03T04:17:57.105ZPlanning: Consolidating action changes ... Done
2032024-04-03T04:17:57.334ZPlanning: Evaluating mediators ... Done
2042024-04-03T04:17:57.393ZPlanning: Planning completed in 0.81 seconds
2052024-04-03T04:17:57.430Z Packages to change: 1
2062024-04-03T04:17:57.430Z Mediators to change: 1
2072024-04-03T04:17:57.430Z Services to change: 1
2082024-04-03T04:17:57.430Z Create boot environment: No
2092024-04-03T04:17:57.430ZCreate backup boot environment: Yes
2102024-04-03T04:17:59.264Z Actions: 1/6 actions (Updating modified actions)
2112024-04-03T04:17:59.267Z Actions: Completed 6 actions in 0.00 seconds.
2122024-04-03T04:17:59.267Z Done
2132024-04-03T04:17:59.267Z Done
2142024-04-03T04:17:59.329Z Done
2152024-04-03T04:18:03.117Z Done
2162024-04-03T04:18:03.210Z Done
2172024-04-03T04:18:03.215Z Done
2182024-04-03T04:18:03.320Z Done
2192024-04-03T04:18:03.765ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-04-03T04:18:03.765Zclang system 15 system
2212024-04-03T04:18:03.765Zcsh system system illumos
2222024-04-03T04:18:03.765Zctags system system illumos
2232024-04-03T04:18:03.765Zgcc vendor 12 vendor
2242024-04-03T04:18:03.765Zgcc system 10 system
2252024-04-03T04:18:03.765Zgcc system 7 system
2262024-04-03T04:18:03.765Zgo system 1.20 system
2272024-04-03T04:18:03.765Zgo system 1.19 system
2282024-04-03T04:18:03.765Zllvm system 15 system
2292024-04-03T04:18:03.765Zllvm system 14 system
2302024-04-03T04:18:03.765Zmariadb system 10.6 system
2312024-04-03T04:18:03.765Zmta vendor vendor dma
2322024-04-03T04:18:03.766Zopenjdk system 17 system
2332024-04-03T04:18:03.766Zopenjdk system 11 system
2342024-04-03T04:18:03.766Zopenjdk system 1.8 system
2352024-04-03T04:18:03.766Zopenssl vendor 3 vendor
2362024-04-03T04:18:03.766Zperl system 5.36 system
2372024-04-03T04:18:03.766Zpostgresql system 15 system
2382024-04-03T04:18:03.766Zpostgresql system 13 system
2392024-04-03T04:18:03.766Zpython vendor 3 vendor
2402024-04-03T04:18:03.766Zpython system 2 system
2412024-04-03T04:18:03.766Zpython3 system 3.11 system
2422024-04-03T04:18:03.766Zruby system 3.0 system
2432024-04-03T04:18:03.766Zwords vendor vendor american-english
2442024-04-03T04:18:03.766Zwords system system australian-english
2452024-04-03T04:18:03.766Zwords system system british-english
2462024-04-03T04:18:03.767Zwords system system canadian-english
2472024-04-03T04:18:03.767Zwords system system french
2482024-04-03T04:18:03.767Zwords system system italian
2492024-04-03T04:18:03.767Zwords system system ngerman
2502024-04-03T04:18:03.767Zwords system system ogerman
2512024-04-03T04:18:03.767Zwords system system spanish
2522024-04-03T04:18:04.110ZPUBLISHER TYPE STATUS P LOCATION
2532024-04-03T04:18:04.111Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-04-03T04:18:05.386ZFMRI IFO
2552024-04-03T04:18:05.386Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-04-03T04:18:05.386Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-04-03T04:18:05.386Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-04-03T04:18:05.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-04-03T04:18:05.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-04-03T04:18:05.386Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-04-03T04:18:05.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2622024-04-03T04:18:05.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-04-03T04:18:05.387Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-04-03T04:18:05.387Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-04-03T04:18:05.387Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-04-03T04:18:05.387Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-04-03T04:18:05.623Z+ set -o errexit
2682024-04-03T04:18:05.632Z+++ dirname ./tools/ci_download_cockroachdb
2692024-04-03T04:18:05.632Z++ cd ./tools
2702024-04-03T04:18:05.632Z++ pwd
2712024-04-03T04:18:05.632Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2722024-04-03T04:18:05.633Z++ basename ./tools/ci_download_cockroachdb
2732024-04-03T04:18:05.633Z+ ARG0=ci_download_cockroachdb
2742024-04-03T04:18:05.633Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2752024-04-03T04:18:05.634Z+ CIDL_VERSION=v22.1.9
2762024-04-03T04:18:05.634Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2772024-04-03T04:18:05.634Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2782024-04-03T04:18:05.635Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2792024-04-03T04:18:05.635Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-04-03T04:18:06.054Z+ TARGET_DIR=out
2812024-04-03T04:18:06.054Z+ DOWNLOAD_DIR=out/downloads
2822024-04-03T04:18:06.055Z+ DEST_DIR=./out/cockroachdb
2832024-04-03T04:18:06.055Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2842024-04-03T04:18:06.055Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2852024-04-03T04:18:06.055Z+ main
2862024-04-03T04:18:06.055Z+ [[ 0 != 0 ]]
2872024-04-03T04:18:06.055Z+ CIDL_OS=solaris2.11
2882024-04-03T04:18:06.055Z+ [[ 0 != 0 ]]
2892024-04-03T04:18:06.055Z+ configure_os solaris2.11
2902024-04-03T04:18:06.056Z+ echo 'current directory: /work/oxidecomputer/omicron'
2912024-04-03T04:18:06.056Zcurrent directory: /work/oxidecomputer/omicron
2922024-04-03T04:18:06.056Z+ echo 'configuring based on OS: "solaris2.11"'
2932024-04-03T04:18:06.056Z+ case "$1" in
2942024-04-03T04:18:06.056Zconfiguring based on OS: "solaris2.11"
2952024-04-03T04:18:06.056Z+ CIDL_BUILD=illumos
2962024-04-03T04:18:06.056Z+ CIDL_SUFFIX=tar.gz
2972024-04-03T04:18:06.056Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-04-03T04:18:06.056Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992024-04-03T04:18:06.057Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002024-04-03T04:18:06.057Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012024-04-03T04:18:06.057Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022024-04-03T04:18:06.057Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-04-03T04:18:06.057Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042024-04-03T04:18:06.057Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-03T04:18:06.057Z+ CIDL_SHA256FUNC=do_sha256sum
3062024-04-03T04:18:06.057Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-04-03T04:18:06.057ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-04-03T04:18:06.058ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-04-03T04:18:06.058Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-04-03T04:18:06.058Z+ mkdir -p out/downloads
3112024-04-03T04:18:06.058Z+ mkdir -p ./out/cockroachdb
3122024-04-03T04:18:06.058Z+ local DO_DOWNLOAD=true
3132024-04-03T04:18:06.058Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3142024-04-03T04:18:06.058Z+ '[' true == true ']'
3152024-04-03T04:18:06.058Z+ echo Downloading...
3162024-04-03T04:18:06.058ZDownloading...
3172024-04-03T04:18:06.058Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-04-03T04:18:06.059Z+ 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
3192024-04-03T04:18:09.863Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-04-03T04:18:09.870Z++ sha256sum
3212024-04-03T04:18:09.870Z++ awk '{print $1}'
3222024-04-03T04:18:09.959Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3232024-04-03T04:18:09.959Z+ [[ 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 ]]
3242024-04-03T04:18:09.965Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-04-03T04:18:09.965Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3262024-04-03T04:18:12.143Z+ do_assemble_illumos
3272024-04-03T04:18:12.143Z+ rm -r ./out/cockroachdb
3282024-04-03T04:18:12.150Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3292024-04-03T04:18:12.590Z+ ./out/cockroachdb/bin/cockroach version
3302024-04-03T04:18:12.762ZBuild Tag: v22.1.9-dirty
3312024-04-03T04:18:12.762ZBuild Time: 2022/10/26 21:17:46
3322024-04-03T04:18:12.762ZDistribution: OSS
3332024-04-03T04:18:12.762ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3342024-04-03T04:18:12.762ZGo Version: go1.17.13
3352024-04-03T04:18:12.762ZC Compiler: gcc 10.3.0
3362024-04-03T04:18:12.762ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3372024-04-03T04:18:12.763ZBuild Type: release
3382024-04-03T04:18:12.777Z+ set -o errexit
3392024-04-03T04:18:12.781Z+++ dirname ./tools/ci_download_clickhouse
3402024-04-03T04:18:12.781Z++ cd ./tools
3412024-04-03T04:18:12.781Z++ pwd
3422024-04-03T04:18:12.786Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3432024-04-03T04:18:12.786Z++ basename ./tools/ci_download_clickhouse
3442024-04-03T04:18:12.786Z+ ARG0=ci_download_clickhouse
3452024-04-03T04:18:12.786Z+ TARGET_DIR=out
3462024-04-03T04:18:12.786Z+ DOWNLOAD_DIR=out/downloads
3472024-04-03T04:18:12.786Z+ DEST_DIR=./out/clickhouse
3482024-04-03T04:18:12.786Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3492024-04-03T04:18:12.797Z+ CIDL_VERSION=v23.8.7.24
3502024-04-03T04:18:12.797Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-04-03T04:18:12.797Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3522024-04-03T04:18:12.797Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3532024-04-03T04:18:12.797Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3542024-04-03T04:18:12.797Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-04-03T04:18:12.797Z+ main
3562024-04-03T04:18:12.797Z+ [[ 0 != 0 ]]
3572024-04-03T04:18:12.797Z+ CIDL_OS=solaris2.11
3582024-04-03T04:18:12.797Z+ [[ 0 != 0 ]]
3592024-04-03T04:18:12.797Z+ configure_os solaris2.11
3602024-04-03T04:18:12.798Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-04-03T04:18:12.798Zcurrent directory: /work/oxidecomputer/omicron
3622024-04-03T04:18:12.798Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-04-03T04:18:12.798Z+ CIDL_DASHREV=
3642024-04-03T04:18:12.798Z+ case "$1" in
3652024-04-03T04:18:12.798Zconfiguring based on OS: "solaris2.11"
3662024-04-03T04:18:12.798Z+ CIDL_PLATFORM=illumos
3672024-04-03T04:18:12.798Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-03T04:18:12.798Z+ CIDL_MD5FUNC=do_md5sum
3692024-04-03T04:18:12.798Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3702024-04-03T04:18:12.798Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3712024-04-03T04:18:12.798Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-03T04:18:12.798Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-03T04:18:12.798Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-04-03T04:18:12.798ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-03T04:18:12.798Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-04-03T04:18:12.798ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-04-03T04:18:12.798Z+ mkdir -p out/downloads
3782024-04-03T04:18:12.798Z+ mkdir -p ./out/clickhouse
3792024-04-03T04:18:12.804Z+ local DO_DOWNLOAD=true
3802024-04-03T04:18:12.804Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3812024-04-03T04:18:12.804Z+ '[' true == true ']'
3822024-04-03T04:18:12.804Z+ echo Downloading...
3832024-04-03T04:18:12.804ZDownloading...
3842024-04-03T04:18:12.804Z+ 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-03T04:18:12.804Z+ 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
3862024-04-03T04:18:14.495Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-04-03T04:18:14.507Z++ md5sum
3882024-04-03T04:18:14.507Z++ awk '{print $1}'
3892024-04-03T04:18:14.717Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3902024-04-03T04:18:14.717Z+ [[ 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 ]]
3912024-04-03T04:18:14.730Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3922024-04-03T04:18:14.731Z+ mkdir -p ./out/clickhouse
3932024-04-03T04:18:14.731Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3942024-04-03T04:18:18.565Z+ [[ solaris2.11 == darwin* ]]
3952024-04-03T04:18:18.565Z+ ./out/clickhouse/clickhouse server --version
3962024-04-03T04:18:18.859ZClickHouse server version 23.8.7.1.
3972024-04-03T04:18:18.882Z+ set -o errexit
3982024-04-03T04:18:18.886Z+++ dirname ./tools/ci_download_console
3992024-04-03T04:18:19.299Z++ cd ./tools
4002024-04-03T04:18:19.299Z++ pwd
4012024-04-03T04:18:19.299Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-04-03T04:18:19.299Z++ basename ./tools/ci_download_console
4032024-04-03T04:18:19.299Z+ ARG0=ci_download_console
4042024-04-03T04:18:19.299Z+ TARGET_DIR=out
4052024-04-03T04:18:19.299Z+ DOWNLOAD_DIR=out/downloads
4062024-04-03T04:18:19.299Z+ DEST_DIR=./out/console-assets
4072024-04-03T04:18:19.300Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-04-03T04:18:19.300Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4092024-04-03T04:18:19.300Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4102024-04-03T04:18:19.300Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4112024-04-03T04:18:19.300Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-04-03T04:18:19.300Z+ main
4132024-04-03T04:18:19.300Z+ [[ 0 != 0 ]]
4142024-04-03T04:18:19.300Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4152024-04-03T04:18:19.300Z+ echo 'Local file: out/downloads/console.tar.gz'
4162024-04-03T04:18:19.300ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4172024-04-03T04:18:19.300ZLocal file: out/downloads/console.tar.gz
4182024-04-03T04:18:19.300Z+ local DO_DOWNLOAD=true
4192024-04-03T04:18:19.300Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-04-03T04:18:19.300Z+ mkdir -p out/downloads
4212024-04-03T04:18:19.304Z+ '[' true == true ']'
4222024-04-03T04:18:19.304Z+ echo Downloading...
4232024-04-03T04:18:19.304ZDownloading...
4242024-04-03T04:18:19.304Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4252024-04-03T04:18:19.304Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4262024-04-03T04:18:19.535Z++ do_sha256sum out/downloads/console.tar.gz
4272024-04-03T04:18:19.535Z++ case "$OSTYPE" in
4282024-04-03T04:18:19.535Z++ SHA=sha256sum
4292024-04-03T04:18:19.539Z++ sha256sum
4302024-04-03T04:18:19.539Z++ awk '{print $1}'
4312024-04-03T04:18:19.542Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4322024-04-03T04:18:19.542Z+ [[ 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 ]]
4332024-04-03T04:18:19.542Z+ rm -rf ./out/console-assets
4342024-04-03T04:18:19.547Z+ mkdir -p ./out/console-assets
4352024-04-03T04:18:19.555Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-04-03T04:18:19.556Z+ mkdir -p ./out/console-assets
4372024-04-03T04:18:19.556Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-04-03T04:18:19.639Z+ set -o errexit
4392024-04-03T04:18:19.644Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-04-03T04:18:19.647Z++ cd ./tools
4412024-04-03T04:18:19.647Z++ pwd
4422024-04-03T04:18:19.647Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-04-03T04:18:19.647Z++ basename ./tools/ci_download_maghemite_openapi
4442024-04-03T04:18:19.647Z+ ARG0=ci_download_maghemite_openapi
4452024-04-03T04:18:19.647Z+ TARGET_DIR=out
4462024-04-03T04:18:19.647Z+ DOWNLOAD_DIR=out/downloads
4472024-04-03T04:18:19.647Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-04-03T04:18:19.647Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4492024-04-03T04:18:19.648Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4502024-04-03T04:18:19.648Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4512024-04-03T04:18:19.648Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-04-03T04:18:19.648Z+ main
4532024-04-03T04:18:19.648Z+ rm -rf out/downloads/root
4542024-04-03T04:18:19.652Z+ [[ 0 != 0 ]]
4552024-04-03T04:18:19.652Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4562024-04-03T04:18:19.652ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4572024-04-03T04:18:19.652Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4582024-04-03T04:18:19.652Z+ local DO_DOWNLOAD=true
4592024-04-03T04:18:19.652ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4602024-04-03T04:18:19.652Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4612024-04-03T04:18:19.652Z+ mkdir -p out/downloads
4622024-04-03T04:18:19.652Z+ '[' true == true ']'
4632024-04-03T04:18:19.653Z+ echo Downloading...
4642024-04-03T04:18:19.653ZDownloading...
4652024-04-03T04:18:19.653Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-03T04:18:19.653Z+ 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
4672024-04-03T04:18:20.165Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-03T04:18:20.165Z++ case "$OSTYPE" in
4692024-04-03T04:18:20.165Z++ SHA=sha256sum
4702024-04-03T04:18:20.169Z++ sha256sum
4712024-04-03T04:18:20.169Z++ awk '{print $1}'
4722024-04-03T04:18:20.173Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4732024-04-03T04:18:20.173Z+ [[ 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 ]]
4742024-04-03T04:18:20.173Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4752024-04-03T04:18:20.173Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4762024-04-03T04:18:20.173Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4772024-04-03T04:18:20.173Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4782024-04-03T04:18:20.173Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T04:18:20.174Z+ main
4802024-04-03T04:18:20.174Z+ rm -rf out/downloads/root
4812024-04-03T04:18:20.174Z+ [[ 0 != 0 ]]
4822024-04-03T04:18:20.174Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4832024-04-03T04:18:20.174ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4842024-04-03T04:18:20.174Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4852024-04-03T04:18:20.174ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4862024-04-03T04:18:20.174Z+ local DO_DOWNLOAD=true
4872024-04-03T04:18:20.174Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4882024-04-03T04:18:20.174Z+ mkdir -p out/downloads
4892024-04-03T04:18:20.178Z+ '[' true == true ']'
4902024-04-03T04:18:20.178Z+ echo Downloading...
4912024-04-03T04:18:20.178ZDownloading...
4922024-04-03T04:18:20.178Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4932024-04-03T04:18:20.178Z+ 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
4942024-04-03T04:18:20.289Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-04-03T04:18:20.298Z++ case "$OSTYPE" in
4962024-04-03T04:18:20.298Z++ SHA=sha256sum
4972024-04-03T04:18:20.298Z++ sha256sum
4982024-04-03T04:18:20.298Z++ awk '{print $1}'
4992024-04-03T04:18:20.298Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5002024-04-03T04:18:20.298Z+ [[ 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 ]]
5012024-04-03T04:18:20.298Z+ set -o errexit
5022024-04-03T04:18:20.298Z+++ dirname ./tools/ci_download_dendrite_openapi
5032024-04-03T04:18:20.337Z++ cd ./tools
5042024-04-03T04:18:20.337Z++ pwd
5052024-04-03T04:18:20.337Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-04-03T04:18:20.337Z++ basename ./tools/ci_download_dendrite_openapi
5072024-04-03T04:18:20.337Z+ ARG0=ci_download_dendrite_openapi
5082024-04-03T04:18:20.337Z+ TARGET_DIR=out
5092024-04-03T04:18:20.337Z+ DOWNLOAD_DIR=out/downloads
5102024-04-03T04:18:20.337Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112024-04-03T04:18:20.337Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5122024-04-03T04:18:20.338Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5132024-04-03T04:18:20.338Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5142024-04-03T04:18:20.338Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5152024-04-03T04:18:20.338Z+ main
5162024-04-03T04:18:20.338Z+ [[ 0 != 0 ]]
5172024-04-03T04:18:20.338Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5182024-04-03T04:18:20.338ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5192024-04-03T04:18:20.338Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5202024-04-03T04:18:20.338ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5212024-04-03T04:18:20.338Z+ local DO_DOWNLOAD=true
5222024-04-03T04:18:20.338Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5232024-04-03T04:18:20.338Z+ mkdir -p out/downloads
5242024-04-03T04:18:20.338Z+ '[' true == true ']'
5252024-04-03T04:18:20.338Z+ echo Downloading...
5262024-04-03T04:18:20.338ZDownloading...
5272024-04-03T04:18:20.338Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5282024-04-03T04:18:20.338Z+ 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
5292024-04-03T04:18:20.415Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5302024-04-03T04:18:20.415Z++ case "$OSTYPE" in
5312024-04-03T04:18:20.418Z++ SHA=sha256sum
5322024-04-03T04:18:20.419Z++ sha256sum
5332024-04-03T04:18:20.419Z++ awk '{print $1}'
5342024-04-03T04:18:20.419Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5352024-04-03T04:18:20.419Z+ [[ 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 ]]
5362024-04-03T04:18:20.429Z+ set -o errexit
5372024-04-03T04:18:21.082Z+++ dirname ./tools/ci_download_dendrite_stub
5382024-04-03T04:18:21.082Z++ cd ./tools
5392024-04-03T04:18:21.082Z++ pwd
5402024-04-03T04:18:21.082Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5412024-04-03T04:18:21.082Z++ basename ./tools/ci_download_dendrite_stub
5422024-04-03T04:18:21.082Z+ ARG0=ci_download_dendrite_stub
5432024-04-03T04:18:21.083Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5442024-04-03T04:18:21.083Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5452024-04-03T04:18:21.083Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5462024-04-03T04:18:21.083Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5472024-04-03T04:18:21.083Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5482024-04-03T04:18:21.083Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5492024-04-03T04:18:21.083Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5502024-04-03T04:18:21.083Z+ TARGET_DIR=out
5512024-04-03T04:18:21.083Z+ DOWNLOAD_DIR=out/downloads
5522024-04-03T04:18:21.084Z+ DEST_DIR=./out/dendrite-stub
5532024-04-03T04:18:21.084Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5542024-04-03T04:18:21.084Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5552024-04-03T04:18:21.084Z+ REPO=oxidecomputer/dendrite
5562024-04-03T04:18:21.084Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5572024-04-03T04:18:21.084Z+ main
5582024-04-03T04:18:21.084Z+ [[ 0 != 0 ]]
5592024-04-03T04:18:21.084Z+ CIDL_OS=solaris2.11
5602024-04-03T04:18:21.084Z+ [[ 0 != 0 ]]
5612024-04-03T04:18:21.085Z+ configure_os solaris2.11
5622024-04-03T04:18:21.085Z+ echo 'current directory: /work/oxidecomputer/omicron'
5632024-04-03T04:18:21.085Zcurrent directory: /work/oxidecomputer/omicron
5642024-04-03T04:18:21.085Z+ echo 'configuring based on OS: "solaris2.11"'
5652024-04-03T04:18:21.085Z+ case "$1" in
5662024-04-03T04:18:21.085Z+ SET_BINARIES=
5672024-04-03T04:18:21.085Zconfiguring based on OS: "solaris2.11"
5682024-04-03T04:18:21.085Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5692024-04-03T04:18:21.085Z+ CIDL_SHA256FUNC=do_sha256sum
5702024-04-03T04:18:21.085Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5712024-04-03T04:18:21.086Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5722024-04-03T04:18:21.086Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5732024-04-03T04:18:21.086Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5742024-04-03T04:18:21.086Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5752024-04-03T04:18:21.086ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5762024-04-03T04:18:21.086Z+ mkdir -p out/downloads
5772024-04-03T04:18:21.086ZLocal file: out/downloads/dendrite-stub.tar.gz
5782024-04-03T04:18:21.086Z+ mkdir -p ./out/dendrite-stub
5792024-04-03T04:18:21.086Z+ fetch_and_verify
5802024-04-03T04:18:21.087Z+ local DO_DOWNLOAD=true
5812024-04-03T04:18:21.087Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5822024-04-03T04:18:21.087Z+ '[' true == true ']'
5832024-04-03T04:18:21.087Z+ echo Downloading...
5842024-04-03T04:18:21.087ZDownloading...
5852024-04-03T04:18:21.087Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5862024-04-03T04:18:21.087Z+ 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
5872024-04-03T04:18:26.380Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5882024-04-03T04:18:26.383Z++ sha256sum
5892024-04-03T04:18:26.383Z++ awk '{print $1}'
5902024-04-03T04:18:26.403Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5912024-04-03T04:18:26.407Z+ [[ 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 ]]
5922024-04-03T04:18:26.407Z+ do_untar out/downloads/dendrite-stub.tar.gz
5932024-04-03T04:18:26.407Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5942024-04-03T04:18:27.000Z+ do_assemble
5952024-04-03T04:18:27.000Z+ rm -r ./out/dendrite-stub
5962024-04-03T04:18:27.004Z+ mkdir ./out/dendrite-stub
5972024-04-03T04:18:27.007Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5982024-04-03T04:18:27.082Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5992024-04-03T04:18:27.093Z+ set -o errexit
6002024-04-03T04:18:27.096Z+++ dirname ./tools/ci_download_maghemite_mgd
6012024-04-03T04:18:27.099Z++ cd ./tools
6022024-04-03T04:18:27.099Z++ pwd
6032024-04-03T04:18:27.099Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-04-03T04:18:27.102Z++ basename ./tools/ci_download_maghemite_mgd
6052024-04-03T04:18:27.102Z+ ARG0=ci_download_maghemite_mgd
6062024-04-03T04:18:27.103Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6072024-04-03T04:18:27.103Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6082024-04-03T04:18:27.103Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6092024-04-03T04:18:27.103Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6102024-04-03T04:18:27.103Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6112024-04-03T04:18:27.103Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6122024-04-03T04:18:27.103Z+ TARGET_DIR=out
6132024-04-03T04:18:27.103Z+ DOWNLOAD_DIR=out/downloads
6142024-04-03T04:18:27.103Z+ DEST_DIR=./out/mgd
6152024-04-03T04:18:27.103Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6162024-04-03T04:18:27.103Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6172024-04-03T04:18:27.103Z+ REPO=oxidecomputer/maghemite
6182024-04-03T04:18:27.103Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6192024-04-03T04:18:27.103Z+ main
6202024-04-03T04:18:27.103Z+ rm -rf out/downloads/root
6212024-04-03T04:18:27.110Z+ [[ 0 != 0 ]]
6222024-04-03T04:18:27.110Z+ CIDL_OS=solaris2.11
6232024-04-03T04:18:27.117Z+ [[ 0 != 0 ]]
6242024-04-03T04:18:27.117Z+ configure_os solaris2.11
6252024-04-03T04:18:27.117Z+ echo 'current directory: /work/oxidecomputer/omicron'
6262024-04-03T04:18:27.117Zcurrent directory: /work/oxidecomputer/omicron
6272024-04-03T04:18:27.117Zconfiguring based on OS: "solaris2.11"
6282024-04-03T04:18:27.117Z+ echo 'configuring based on OS: "solaris2.11"'
6292024-04-03T04:18:27.117Z+ case "$1" in
6302024-04-03T04:18:27.117Z+ SET_BINARIES=
6312024-04-03T04:18:27.117Z+ CIDL_SHA256FUNC=do_sha256sum
6322024-04-03T04:18:27.117Z+ TARBALL_FILENAME=mgd.tar.gz
6332024-04-03T04:18:27.117Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6342024-04-03T04:18:27.117Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6352024-04-03T04:18:27.117Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6362024-04-03T04:18:27.117ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6372024-04-03T04:18:27.117ZLocal file: out/downloads/mgd.tar.gz
6382024-04-03T04:18:27.117Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6392024-04-03T04:18:27.117Z+ mkdir -p out/downloads
6402024-04-03T04:18:27.117Z+ mkdir -p ./out/mgd
6412024-04-03T04:18:27.121Z+ fetch_and_verify
6422024-04-03T04:18:27.121Z+ local DO_DOWNLOAD=true
6432024-04-03T04:18:27.121Z+ [[ -f out/downloads/mgd.tar.gz ]]
6442024-04-03T04:18:27.121Z+ '[' true == true ']'
6452024-04-03T04:18:27.121Z+ echo Downloading...
6462024-04-03T04:18:27.121ZDownloading...
6472024-04-03T04:18:27.121Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6482024-04-03T04:18:27.121Z+ 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
6492024-04-03T04:18:33.356Z++ do_sha256sum out/downloads/mgd.tar.gz
6502024-04-03T04:18:33.359Z++ sha256sum
6512024-04-03T04:18:33.359Z++ awk '{print $1}'
6522024-04-03T04:18:33.381Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6532024-04-03T04:18:33.385Z+ [[ 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 ]]
6542024-04-03T04:18:33.385Z+ do_untar out/downloads/mgd.tar.gz
6552024-04-03T04:18:33.385Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6562024-04-03T04:18:33.974Z+ do_assemble
6572024-04-03T04:18:33.974Z+ rm -r ./out/mgd
6582024-04-03T04:18:33.977Z+ mkdir ./out/mgd
6592024-04-03T04:18:33.977Z+ cp -r out/downloads/root ./out/mgd/root
6602024-04-03T04:18:34.064Z+ set -o errexit
6612024-04-03T04:18:34.068Z+++ dirname ./tools/ci_download_transceiver_control
6622024-04-03T04:18:34.068Z++ cd ./tools
6632024-04-03T04:18:34.071Z++ pwd
6642024-04-03T04:18:34.071Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6652024-04-03T04:18:34.071Z++ basename ./tools/ci_download_transceiver_control
6662024-04-03T04:18:34.071Z+ ARG0=ci_download_transceiver_control
6672024-04-03T04:18:34.071Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6682024-04-03T04:18:34.072Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692024-04-03T04:18:34.072Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-04-03T04:18:34.072Z+ TARGET_DIR=out
6712024-04-03T04:18:34.072Z+ DOWNLOAD_DIR=out/downloads
6722024-04-03T04:18:34.075Z+ DEST_DIR=./out/transceiver-control
6732024-04-03T04:18:34.076Z+ BIN_DIR=/opt/oxide/bin
6742024-04-03T04:18:34.076Z+ BINARY=xcvradm
6752024-04-03T04:18:34.076Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6762024-04-03T04:18:34.076Z+ REPO=oxidecomputer/transceiver-control
6772024-04-03T04:18:34.076Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6782024-04-03T04:18:34.076Z+ main
6792024-04-03T04:18:34.076Z+ [[ 0 != 0 ]]
6802024-04-03T04:18:34.076Z+ CIDL_OS=solaris2.11
6812024-04-03T04:18:34.076Z+ [[ 0 != 0 ]]
6822024-04-03T04:18:34.076Z+ configure_os solaris2.11
6832024-04-03T04:18:34.076Z+ echo 'current directory: /work/oxidecomputer/omicron'
6842024-04-03T04:18:34.077Zcurrent directory: /work/oxidecomputer/omicron
6852024-04-03T04:18:34.077Zconfiguring based on OS: "solaris2.11"
6862024-04-03T04:18:34.077Z+ echo 'configuring based on OS: "solaris2.11"'
6872024-04-03T04:18:34.077Z+ case "$1" in
6882024-04-03T04:18:34.077Z+ SET_BINARIES=
6892024-04-03T04:18:34.077Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902024-04-03T04:18:34.077Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-04-03T04:18:34.077Z+ ARCHIVE_FILENAME=xcvradm.gz
6922024-04-03T04:18:34.077Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-04-03T04:18:34.077Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6942024-04-03T04:18:34.077Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6952024-04-03T04:18:34.077ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-04-03T04:18:34.078ZLocal file: out/downloads/xcvradm.gz
6972024-04-03T04:18:34.078Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982024-04-03T04:18:34.078Z+ mkdir -p out/downloads
6992024-04-03T04:18:34.078Z+ mkdir -p ./out/transceiver-control
7002024-04-03T04:18:34.082Z+ fetch_and_verify
7012024-04-03T04:18:34.082Z+ local DO_DOWNLOAD=true
7022024-04-03T04:18:34.082Z+ [[ -f out/downloads/xcvradm.gz ]]
7032024-04-03T04:18:34.082Z+ '[' true == true ']'
7042024-04-03T04:18:34.082Z+ echo Downloading...
7052024-04-03T04:18:34.082ZDownloading...
7062024-04-03T04:18:34.082Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7072024-04-03T04:18:34.082Z+ 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
7082024-04-03T04:18:37.241Z++ do_sha256sum out/downloads/xcvradm.gz
7092024-04-03T04:18:37.249Z++ sha256sum
7102024-04-03T04:18:37.249Z++ awk '{print $1}'
7112024-04-03T04:18:37.249Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7122024-04-03T04:18:37.249Z+ [[ 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 ]]
7132024-04-03T04:18:37.249Z+ do_unpack out/downloads/xcvradm.gz
7142024-04-03T04:18:37.249Z+ mkdir -p out/downloads/root//opt/oxide/bin
7152024-04-03T04:18:37.249Z+ gzip -dc out/downloads/xcvradm.gz
7162024-04-03T04:18:37.249Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7172024-04-03T04:18:37.249Z+ do_assemble
7182024-04-03T04:18:37.249Z+ rm -r ./out/transceiver-control
7192024-04-03T04:18:37.249Z+ mkdir ./out/transceiver-control
7202024-04-03T04:18:37.249Z+ cp -r out/downloads/root ./out/transceiver-control/root
7212024-04-03T04:18:37.249Z+ set -o errexit
7222024-04-03T04:18:37.249Z+++ dirname ./tools/ci_download_thundermuffin
7232024-04-03T04:18:37.249Z++ cd ./tools
7242024-04-03T04:18:37.249Z++ pwd
7252024-04-03T04:18:37.250Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7262024-04-03T04:18:37.250Z++ basename ./tools/ci_download_thundermuffin
7272024-04-03T04:18:37.250Z+ ARG0=ci_download_thundermuffin
7282024-04-03T04:18:37.250Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7292024-04-03T04:18:37.250Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7302024-04-03T04:18:37.250Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7312024-04-03T04:18:37.250Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7322024-04-03T04:18:37.250Z+ TARGET_DIR=out
7332024-04-03T04:18:37.250Z+ DOWNLOAD_DIR=out/downloads
7342024-04-03T04:18:37.250Z+ DEST_DIR=./out/thundermuffin
7352024-04-03T04:18:37.250Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7362024-04-03T04:18:37.250Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7372024-04-03T04:18:37.250Z+ REPO=oxidecomputer/thundermuffin
7382024-04-03T04:18:37.250Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7392024-04-03T04:18:37.250Z+ main
7402024-04-03T04:18:37.250Z+ rm -rf out/downloads/root
7412024-04-03T04:18:37.250Z+ [[ 0 != 0 ]]
7422024-04-03T04:18:37.251Z+ CIDL_OS=solaris2.11
7432024-04-03T04:18:37.251Z+ [[ 0 != 0 ]]
7442024-04-03T04:18:37.251Z+ configure_os solaris2.11
7452024-04-03T04:18:37.251Z+ echo 'current directory: /work/oxidecomputer/omicron'
7462024-04-03T04:18:37.251Zcurrent directory: /work/oxidecomputer/omicron
7472024-04-03T04:18:37.251Z+ echo 'configuring based on OS: "solaris2.11"'
7482024-04-03T04:18:37.251Z+ case "$1" in
7492024-04-03T04:18:37.251Zconfiguring based on OS: "solaris2.11"
7502024-04-03T04:18:37.251Z+ SET_BINARIES=
7512024-04-03T04:18:37.251Z+ CIDL_SHA256FUNC=do_sha256sum
7522024-04-03T04:18:37.251Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7532024-04-03T04:18:37.251Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7542024-04-03T04:18:37.251Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7552024-04-03T04:18:37.251Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7562024-04-03T04:18:37.251ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7572024-04-03T04:18:37.251ZLocal file: out/downloads/thundermuffin.tar.gz
7582024-04-03T04:18:37.251Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7592024-04-03T04:18:37.251Z+ mkdir -p out/downloads
7602024-04-03T04:18:37.252Z+ mkdir -p ./out/thundermuffin
7612024-04-03T04:18:37.252Z+ fetch_and_verify
7622024-04-03T04:18:37.252Z+ local DO_DOWNLOAD=true
7632024-04-03T04:18:37.252Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7642024-04-03T04:18:37.252Z+ '[' true == true ']'
7652024-04-03T04:18:37.252Z+ echo Downloading...
7662024-04-03T04:18:37.252ZDownloading...
7672024-04-03T04:18:37.252Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7682024-04-03T04:18:37.252Z+ 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
7692024-04-03T04:18:38.466Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7702024-04-03T04:18:38.469Z++ sha256sum
7712024-04-03T04:18:38.469Z++ awk '{print $1}'
7722024-04-03T04:18:38.473Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7732024-04-03T04:18:38.476Z+ [[ 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 ]]
7742024-04-03T04:18:38.476Z+ do_untar out/downloads/thundermuffin.tar.gz
7752024-04-03T04:18:38.476Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7762024-04-03T04:18:38.539Z+ do_assemble
7772024-04-03T04:18:38.539Z+ rm -r ./out/thundermuffin
7782024-04-03T04:18:38.542Z+ mkdir ./out/thundermuffin
7792024-04-03T04:18:38.542Z+ cp -r out/downloads/root ./out/thundermuffin/root
7802024-04-03T04:18:38.573ZAll builder prerequisites installed successfully, and PATH looks valid
7812024-04-03T04:18:38.581Z
7822024-04-03T04:18:38.582Zreal 1:32.417745605
7832024-04-03T04:18:38.582Zuser 37.917340617
7842024-04-03T04:18:38.582Zsys 6.942565451
7852024-04-03T04:18:38.582Ztrap 0.009175738
7862024-04-03T04:18:38.582Ztflt 0.160526278
7872024-04-03T04:18:38.582Zdflt 0.431626022
7882024-04-03T04:18:38.582Zkflt 0.160710964
7892024-04-03T04:18:38.583Zlock 1.149288517
7902024-04-03T04:18:38.583Zslp 2:59.212716634
7912024-04-03T04:18:38.583Zlat 1.881479919
7922024-04-03T04:18:38.583Zstop 0.165688825
7932024-04-03T04:18:38.583Z
7942024-04-03T04:18:38.583Z #### # # ##### ##### # #
7952024-04-03T04:18:38.583Z # # # # # # # # # #
7962024-04-03T04:18:38.583Z # # # # # # # #
7972024-04-03T04:18:38.583Z # # # ##### ##### #
7982024-04-03T04:18:38.584Z # # # # # # #
7992024-04-03T04:18:38.584Z #### ###### # # # #
8002024-04-03T04:18:38.584Z
8012024-04-03T04:18:38.794Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8022024-04-03T04:18:39.719Z Updating git repository `https://github.com/oxidecomputer/samael`
8032024-04-03T04:18:40.641Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-04-03T04:18:41.399Z Updating crates.io index
8052024-04-03T04:18:41.402Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-04-03T04:18:43.415Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-04-03T04:18:44.951Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-04-03T04:18:49.671Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-04-03T04:18:52.140Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-04-03T04:18:52.844Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-04-03T04:18:55.952Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-04-03T04:19:01.513Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-04-03T04:19:04.393Z Updating git repository `https://github.com/oxidecomputer/falcon`
8142024-04-03T04:19:08.367Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8152024-04-03T04:19:09.200Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8162024-04-03T04:19:10.582Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8172024-04-03T04:19:11.510Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8182024-04-03T04:19:12.197Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8192024-04-03T04:19:13.121Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8202024-04-03T04:19:13.912Z Updating git repository `http://github.com/oxidecomputer/tofino`
8212024-04-03T04:19:14.732Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222024-04-03T04:19:15.332Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8232024-04-03T04:19:16.011Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8242024-04-03T04:19:16.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
8252024-04-03T04:19:17.761Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8262024-04-03T04:19:18.492Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8272024-04-03T04:19:20.564Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8282024-04-03T04:19:21.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8292024-04-03T04:19:22.267Z Updating git repository `https://github.com/jgallagher/nix`
8302024-04-03T04:19:27.019Z Updating git repository `https://github.com/cbiffle/hubpack`
8312024-04-03T04:19:27.352Z Updating git repository `https://github.com/oxidecomputer/typify`
8322024-04-03T04:19:30.910Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332024-04-03T04:19:32.432Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342024-04-03T04:19:33.287Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352024-04-03T04:19:34.697Z Updating git repository `https://github.com/oxidecomputer/rfb`
8362024-04-03T04:19:36.610Z Downloading crates ...
8372024-04-03T04:19:36.693Z Downloaded bitflags v2.4.2
8382024-04-03T04:19:36.699Z Downloaded autocfg v1.1.0
8392024-04-03T04:19:36.703Z Downloaded anstyle v1.0.6
8402024-04-03T04:19:36.706Z Downloaded equivalent v1.0.1
8412024-04-03T04:19:36.706Z Downloaded colorchoice v1.0.0
8422024-04-03T04:19:36.712Z Downloaded anstream v0.6.11
8432024-04-03T04:19:36.718Z Downloaded swrite v0.1.0
8442024-04-03T04:19:36.724Z Downloaded fs-err v2.11.0
8452024-04-03T04:19:36.727Z Downloaded itoa v1.0.9
8462024-04-03T04:19:36.730Z Downloaded anstyle-query v1.0.0
8472024-04-03T04:19:36.733Z Downloaded cargo-platform v0.1.3
8482024-04-03T04:19:36.741Z Downloaded proc-macro2 v1.0.78
8492024-04-03T04:19:36.745Z Downloaded heck v0.4.1
8502024-04-03T04:19:36.745Z Downloaded utf8parse v0.2.1
8512024-04-03T04:19:36.745Z Downloaded errno v0.3.8
8522024-04-03T04:19:36.748Z Downloaded toml_datetime v0.6.5
8532024-04-03T04:19:36.748Z Downloaded clap_lex v0.7.0
8542024-04-03T04:19:36.753Z Downloaded anstyle-parse v0.2.1
8552024-04-03T04:19:36.756Z Downloaded thiserror v1.0.57
8562024-04-03T04:19:36.760Z Downloaded terminal_size v0.3.0
8572024-04-03T04:19:36.763Z Downloaded clap_derive v4.5.0
8582024-04-03T04:19:36.763Z Downloaded strsim v0.11.0
8592024-04-03T04:19:36.766Z Downloaded thiserror-impl v1.0.57
8602024-04-03T04:19:36.766Z Downloaded quote v1.0.35
8612024-04-03T04:19:36.769Z Downloaded cargo_metadata v0.18.1
8622024-04-03T04:19:36.769Z Downloaded camino v1.1.6
8632024-04-03T04:19:36.772Z Downloaded anyhow v1.0.79
8642024-04-03T04:19:36.775Z Downloaded clap v4.5.1
8652024-04-03T04:19:36.782Z Downloaded unicode-ident v1.0.12
8662024-04-03T04:19:36.787Z Downloaded serde_spanned v0.6.5
8672024-04-03T04:19:36.787Z Downloaded semver v1.0.22
8682024-04-03T04:19:36.790Z Downloaded ryu v1.0.15
8692024-04-03T04:19:36.790Z Downloaded cargo_toml v0.19.0
8702024-04-03T04:19:36.797Z Downloaded serde_derive v1.0.197
8712024-04-03T04:19:36.804Z Downloaded serde v1.0.197
8722024-04-03T04:19:36.809Z Downloaded toml v0.8.12
8732024-04-03T04:19:36.812Z Downloaded indexmap v2.2.5
8742024-04-03T04:19:36.815Z Downloaded memchr v2.7.1
8752024-04-03T04:19:36.823Z Downloaded toml_edit v0.22.9
8762024-04-03T04:19:36.855Z Downloaded hashbrown v0.14.3
8772024-04-03T04:19:37.273Z Downloaded winnow v0.6.1
8782024-04-03T04:19:37.274Z Downloaded serde_json v1.0.114
8792024-04-03T04:19:37.274Z Downloaded clap_builder v4.5.1
8802024-04-03T04:19:37.274Z Downloaded syn v2.0.52
8812024-04-03T04:19:37.274Z Downloaded rustix v0.38.31
8822024-04-03T04:19:37.274Z Downloaded libc v0.2.153
8832024-04-03T04:19:37.274Z Compiling proc-macro2 v1.0.78
8842024-04-03T04:19:37.274Z Compiling unicode-ident v1.0.12
8852024-04-03T04:19:37.274Z Compiling serde v1.0.197
8862024-04-03T04:19:37.274Z Compiling libc v0.2.153
8872024-04-03T04:19:37.274Z Compiling rustix v0.38.31
8882024-04-03T04:19:37.274Z Compiling bitflags v2.4.2
8892024-04-03T04:19:37.274Z Compiling equivalent v1.0.1
8902024-04-03T04:19:37.274Z Compiling hashbrown v0.14.3
8912024-04-03T04:19:37.394Z Compiling utf8parse v0.2.1
8922024-04-03T04:19:37.413Z Compiling camino v1.1.6
8932024-04-03T04:19:37.553Z Compiling anstyle-parse v0.2.1
8942024-04-03T04:19:37.823Z Compiling anstyle-query v1.0.0
8952024-04-03T04:19:37.904Z Compiling anstyle v1.0.6
8962024-04-03T04:19:38.204Z Compiling serde_json v1.0.114
8972024-04-03T04:19:38.363Z Compiling indexmap v2.2.5
8982024-04-03T04:19:38.408Z Compiling colorchoice v1.0.0
8992024-04-03T04:19:38.424Z Compiling winnow v0.6.1
9002024-04-03T04:19:38.491Z Compiling autocfg v1.1.0
9012024-04-03T04:19:38.511Z Compiling semver v1.0.22
9022024-04-03T04:19:38.546Z Compiling thiserror v1.0.57
9032024-04-03T04:19:38.611Z Compiling anstream v0.6.11
9042024-04-03T04:19:39.155Z Compiling anyhow v1.0.79
9052024-04-03T04:19:39.182Z Compiling itoa v1.0.9
9062024-04-03T04:19:39.355Z Compiling quote v1.0.35
9072024-04-03T04:19:39.374Z Compiling fs-err v2.11.0
9082024-04-03T04:19:39.388Z Compiling clap_lex v0.7.0
9092024-04-03T04:19:39.632Z Compiling ryu v1.0.15
9102024-04-03T04:19:39.663Z Compiling errno v0.3.8
9112024-04-03T04:19:39.679Z Compiling heck v0.4.1
9122024-04-03T04:19:39.868Z Compiling syn v2.0.52
9132024-04-03T04:19:39.963Z Compiling strsim v0.11.0
9142024-04-03T04:19:40.121Z Compiling swrite v0.1.0
9152024-04-03T04:19:40.947Z Compiling terminal_size v0.3.0
9162024-04-03T04:19:41.056Z Compiling clap_builder v4.5.1
9172024-04-03T04:19:44.978Z Compiling serde_derive v1.0.197
9182024-04-03T04:19:44.978Z Compiling thiserror-impl v1.0.57
9192024-04-03T04:19:44.983Z Compiling clap_derive v4.5.0
9202024-04-03T04:19:47.734Z Compiling clap v4.5.1
9212024-04-03T04:19:52.994Z Compiling serde_spanned v0.6.5
9222024-04-03T04:19:52.997Z Compiling toml_datetime v0.6.5
9232024-04-03T04:19:52.997Z Compiling cargo-platform v0.1.3
9242024-04-03T04:19:53.218Z Compiling toml_edit v0.22.9
9252024-04-03T04:19:54.340Z Compiling cargo_metadata v0.18.1
9262024-04-03T04:19:55.247Z Compiling toml v0.8.12
9272024-04-03T04:19:55.987Z Compiling cargo_toml v0.19.0
9282024-04-03T04:19:59.574Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9292024-04-03T04:20:01.468Z Finished dev [unoptimized + debuginfo] target(s) in 1m 22s
9302024-04-03T04:20:01.682Z Running `target/debug/xtask clippy`
9312024-04-03T04:20:01.726Zrunning: "/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"
9322024-04-03T04:20:02.316Z Downloading crates ...
9332024-04-03T04:20:02.447Z Downloaded aead v0.5.2
9342024-04-03T04:20:02.456Z Downloaded addr2line v0.21.0
9352024-04-03T04:20:02.456Z Downloaded adler v1.0.2
9362024-04-03T04:20:02.462Z Downloaded approx v0.5.1
9372024-04-03T04:20:02.465Z Downloaded crucible-workspace-hack v0.1.0
9382024-04-03T04:20:02.474Z Downloaded heck v0.5.0
9392024-04-03T04:20:02.477Z Downloaded base16ct v0.2.0
9402024-04-03T04:20:02.477Z Downloaded async-stream v0.3.5
9412024-04-03T04:20:02.480Z Downloaded aho-corasick v1.1.2
9422024-04-03T04:20:02.484Z Downloaded http-range v0.1.5
9432024-04-03T04:20:02.487Z Downloaded argon2 v0.5.3
9442024-04-03T04:20:02.487Z Downloaded anes v0.1.6
9452024-04-03T04:20:02.492Z Downloaded http-body v1.0.0
9462024-04-03T04:20:02.492Z Downloaded bit-vec v0.6.3
9472024-04-03T04:20:02.496Z Downloaded hex-literal v0.4.1
9482024-04-03T04:20:02.497Z Downloaded hashbrown v0.12.3
9492024-04-03T04:20:02.502Z Downloaded assert_matches v1.5.0
9502024-04-03T04:20:02.502Z Downloaded heapless v0.7.16
9512024-04-03T04:20:02.506Z Downloaded hash32 v0.3.1
9522024-04-03T04:20:02.506Z Downloaded bb8 v0.8.3
9532024-04-03T04:20:02.506Z Downloaded basic-toml v0.1.8
9542024-04-03T04:20:02.516Z Downloaded http-body v0.4.5
9552024-04-03T04:20:02.523Z Downloaded httparse v1.8.0
9562024-04-03T04:20:02.523Z Downloaded arrayref v0.3.7
9572024-04-03T04:20:02.523Z Downloaded home v0.5.5
9582024-04-03T04:20:02.523Z Downloaded highway v1.1.0
9592024-04-03T04:20:02.528Z Downloaded base64 v0.21.7
9602024-04-03T04:20:02.528Z Downloaded hostname v0.3.1
9612024-04-03T04:20:02.531Z Downloaded heapless v0.8.0
9622024-04-03T04:20:02.536Z Downloaded async-stream-impl v0.3.5
9632024-04-03T04:20:02.536Z Downloaded backtrace v0.3.69
9642024-04-03T04:20:02.540Z Downloaded headers v0.3.9
9652024-04-03T04:20:02.547Z Downloaded hyper-rustls v0.24.2
9662024-04-03T04:20:02.555Z Downloaded linked-hash-map v0.5.6
9672024-04-03T04:20:02.555Z Downloaded is_ci v1.2.0
9682024-04-03T04:20:02.555Z Downloaded http v0.2.12
9692024-04-03T04:20:02.556Z Downloaded lazycell v1.3.0
9702024-04-03T04:20:02.556Z Downloaded linear-map v1.2.0
9712024-04-03T04:20:02.559Z Downloaded keccak v0.1.4
9722024-04-03T04:20:02.559Z Downloaded instant v0.1.12
9732024-04-03T04:20:02.559Z Downloaded ciborium-io v0.2.2
9742024-04-03T04:20:02.563Z Downloaded inout v0.1.3
9752024-04-03T04:20:02.563Z Downloaded cfg-if v1.0.0
9762024-04-03T04:20:02.563Z Downloaded match_cfg v0.1.0
9772024-04-03T04:20:02.566Z Downloaded indoc v1.0.9
9782024-04-03T04:20:02.566Z Downloaded httpdate v1.0.3
9792024-04-03T04:20:02.572Z Downloaded hubpack_derive v0.1.1
9802024-04-03T04:20:02.572Z Downloaded cast v0.3.0
9812024-04-03T04:20:02.577Z Downloaded bytecount v0.6.3
9822024-04-03T04:20:02.577Z Downloaded matches v0.1.10
9832024-04-03T04:20:02.577Z Downloaded ident_case v1.0.1
9842024-04-03T04:20:02.577Z Downloaded bytes v1.5.0
9852024-04-03T04:20:02.582Z Downloaded iana-time-zone v0.1.57
9862024-04-03T04:20:02.582Z Downloaded newline-converter v0.3.0
9872024-04-03T04:20:02.585Z Downloaded md-5 v0.10.5
9882024-04-03T04:20:02.585Z Downloaded colored v2.1.0
9892024-04-03T04:20:02.588Z Downloaded nested v0.1.1
9902024-04-03T04:20:02.588Z Downloaded lazy_static v1.4.0
9912024-04-03T04:20:02.588Z Downloaded hyper-staticfile v0.9.5
9922024-04-03T04:20:02.592Z Downloaded hubpack v0.1.2
9932024-04-03T04:20:02.592Z Downloaded maybe-uninit v2.0.0
9942024-04-03T04:20:02.595Z Downloaded ipnetwork v0.20.0
9952024-04-03T04:20:02.595Z Downloaded lru-cache v0.1.2
9962024-04-03T04:20:02.598Z Downloaded hyper-tls v0.5.0
9972024-04-03T04:20:02.598Z Downloaded newtype_derive v0.1.6
9982024-04-03T04:20:02.601Z Downloaded memoffset v0.7.1
9992024-04-03T04:20:02.601Z Downloaded kstat-rs v0.2.3
10002024-04-03T04:20:02.602Z Downloaded is-terminal v0.4.9
10012024-04-03T04:20:02.609Z Downloaded new_debug_unreachable v1.0.4
10022024-04-03T04:20:02.609Z Downloaded httptest v0.15.5
10032024-04-03T04:20:02.609Z Downloaded hyper-rustls v0.26.0
10042024-04-03T04:20:02.619Z Downloaded impl-trait-for-tuples v0.2.2
10052024-04-03T04:20:02.619Z Downloaded cobs v0.2.3
10062024-04-03T04:20:02.619Z Downloaded ciborium-ll v0.2.2
10072024-04-03T04:20:02.619Z Downloaded allocator-api2 v0.2.16
10082024-04-03T04:20:02.619Z Downloaded memmap v0.7.0
10092024-04-03T04:20:02.619Z Downloaded indoc v2.0.3
10102024-04-03T04:20:02.625Z Downloaded chacha20 v0.9.1
10112024-04-03T04:20:02.625Z Downloaded byteorder v1.5.0
10122024-04-03T04:20:02.625Z Downloaded nibble_vec v0.1.0
10132024-04-03T04:20:02.632Z Downloaded mime v0.3.17
10142024-04-03T04:20:02.632Z Downloaded cexpr v0.6.0
10152024-04-03T04:20:02.632Z Downloaded sync_wrapper v0.1.2
10162024-04-03T04:20:02.632Z Downloaded similar-asserts v1.5.0
10172024-04-03T04:20:02.636Z Downloaded time-core v0.1.2
10182024-04-03T04:20:02.636Z Downloaded bitflags v1.3.2
10192024-04-03T04:20:02.636Z Downloaded maplit v1.0.2
10202024-04-03T04:20:02.636Z Downloaded macaddr v1.0.1
10212024-04-03T04:20:02.639Z Downloaded buf-list v1.0.3
10222024-04-03T04:20:02.642Z Downloaded serde-big-array v0.5.1
10232024-04-03T04:20:02.642Z Downloaded lru v0.12.1
10242024-04-03T04:20:02.643Z Downloaded bitstruct v0.1.1
10252024-04-03T04:20:02.647Z Downloaded bitstruct_derive v0.1.0
10262024-04-03T04:20:02.647Z Downloaded nanorand v0.7.0
10272024-04-03T04:20:02.651Z Downloaded humantime v2.1.0
10282024-04-03T04:20:02.651Z Downloaded nodrop v0.1.14
10292024-04-03T04:20:02.651Z Downloaded mockall v0.12.0
10302024-04-03T04:20:02.654Z Downloaded managed v0.8.0
10312024-04-03T04:20:02.655Z Downloaded newtype-uuid v1.0.1
10322024-04-03T04:20:02.655Z Downloaded lalrpop-util v0.19.12
10332024-04-03T04:20:02.658Z Downloaded dtrace-parser v0.2.0
10342024-04-03T04:20:02.659Z Downloaded downcast v0.11.0
10352024-04-03T04:20:02.659Z Downloaded cipher v0.4.4
10362024-04-03T04:20:02.663Z Downloaded cassowary v0.3.0
10372024-04-03T04:20:02.664Z Downloaded block-padding v0.3.3
10382024-04-03T04:20:02.664Z Downloaded lock_api v0.4.10
10392024-04-03T04:20:02.667Z Downloaded crossbeam-deque v0.8.3
10402024-04-03T04:20:02.667Z Downloaded foreign-types v0.5.0
10412024-04-03T04:20:02.667Z Downloaded dtrace-parser v0.1.14
10422024-04-03T04:20:02.667Z Downloaded libsw v3.3.1
10432024-04-03T04:20:02.671Z Downloaded fd-lock v4.0.2
10442024-04-03T04:20:02.671Z Downloaded rustversion v1.0.14
10452024-04-03T04:20:02.676Z Downloaded tinyvec_macros v0.1.1
10462024-04-03T04:20:02.676Z Downloaded sha1 v0.10.6
10472024-04-03T04:20:02.680Z Downloaded rusty-fork v0.3.0
10482024-04-03T04:20:02.680Z Downloaded multer v3.0.0
10492024-04-03T04:20:02.684Z Downloaded synstructure v0.12.6
10502024-04-03T04:20:02.684Z Downloaded number_prefix v0.4.0
10512024-04-03T04:20:02.684Z Downloaded num_threads v0.1.6
10522024-04-03T04:20:02.687Z Downloaded hash32 v0.2.1
10532024-04-03T04:20:02.687Z Downloaded ahash v0.8.8
10542024-04-03T04:20:02.690Z Downloaded phf_shared v0.10.0
10552024-04-03T04:20:02.690Z Downloaded indexmap v1.9.3
10562024-04-03T04:20:02.697Z Downloaded unicode-linebreak v0.1.5
10572024-04-03T04:20:02.697Z Downloaded clang-sys v1.6.1
10582024-04-03T04:20:02.700Z Downloaded version_check v0.9.4
10592024-04-03T04:20:02.700Z Downloaded supports-color v3.0.0
10602024-04-03T04:20:02.700Z Downloaded crc-catalog v2.2.0
10612024-04-03T04:20:02.701Z Downloaded block-buffer v0.10.4
10622024-04-03T04:20:02.705Z Downloaded indicatif v0.17.8
10632024-04-03T04:20:02.708Z Downloaded memmap2 v0.7.1
10642024-04-03T04:20:02.708Z Downloaded pretty-hex v0.4.1
10652024-04-03T04:20:02.712Z Downloaded libefi-sys v0.1.0
10662024-04-03T04:20:02.712Z Downloaded portpicker v0.1.1
10672024-04-03T04:20:02.712Z Downloaded serde-hex v0.1.0
10682024-04-03T04:20:02.715Z Downloaded yansi v0.5.1
10692024-04-03T04:20:02.715Z Downloaded defmt-parser v0.3.3
10702024-04-03T04:20:02.715Z Downloaded bzip2 v0.4.4
10712024-04-03T04:20:02.721Z Downloaded defmt-macros v0.3.6
10722024-04-03T04:20:02.721Z Downloaded crc32fast v1.3.2
10732024-04-03T04:20:02.724Z Downloaded libloading v0.7.4
10742024-04-03T04:20:02.724Z Downloaded libtest-mimic v0.6.1
10752024-04-03T04:20:02.727Z Downloaded hyper-util v0.1.2
10762024-04-03T04:20:02.732Z Downloaded sha2 v0.10.8
10772024-04-03T04:20:02.735Z Downloaded generic-array v0.14.7
10782024-04-03T04:20:02.735Z Downloaded usdt v0.3.5
10792024-04-03T04:20:02.735Z Downloaded datatest-stable v0.2.3
10802024-04-03T04:20:02.742Z Downloaded untrusted v0.9.0
10812024-04-03T04:20:02.746Z Downloaded num_enum_derive v0.5.11
10822024-04-03T04:20:02.746Z Downloaded gethostname v0.4.3
10832024-04-03T04:20:02.746Z Downloaded termtree v0.4.1
10842024-04-03T04:20:02.746Z Downloaded subtle v2.5.0
10852024-04-03T04:20:02.746Z Downloaded smallvec v0.6.14
10862024-04-03T04:20:02.746Z Downloaded tracing-attributes v0.1.27
10872024-04-03T04:20:02.750Z Downloaded phf v0.11.2
10882024-04-03T04:20:02.750Z Downloaded topological-sort v0.2.2
10892024-04-03T04:20:02.750Z Downloaded tokio-rustls v0.25.0
10902024-04-03T04:20:02.753Z Downloaded smf v0.2.2
10912024-04-03T04:20:02.753Z Downloaded smawk v0.3.1
10922024-04-03T04:20:02.756Z Downloaded mockall_derive v0.12.0
10932024-04-03T04:20:02.756Z Downloaded cookie_store v0.20.0
10942024-04-03T04:20:02.765Z Downloaded parse-display-derive v0.9.0
10952024-04-03T04:20:02.765Z Downloaded num_enum v0.5.11
10962024-04-03T04:20:02.772Z Downloaded darling v0.20.3
10972024-04-03T04:20:02.772Z Downloaded slog-scope v4.4.0
10982024-04-03T04:20:02.775Z Downloaded wyz v0.5.1
10992024-04-03T04:20:02.775Z Downloaded vec_map v0.8.2
11002024-04-03T04:20:02.775Z Downloaded waitgroup v0.1.2
11012024-04-03T04:20:02.775Z Downloaded r2d2 v0.8.10
11022024-04-03T04:20:02.775Z Downloaded tokio-rustls v0.24.1
11032024-04-03T04:20:02.778Z Downloaded diesel_table_macro_syntax v0.1.0
11042024-04-03T04:20:02.778Z Downloaded corncobs v0.1.3
11052024-04-03T04:20:02.778Z Downloaded relative-path v1.9.0
11062024-04-03T04:20:02.782Z Downloaded same-file v1.0.6
11072024-04-03T04:20:02.782Z Downloaded log v0.4.21
11082024-04-03T04:20:02.786Z Downloaded constant_time_eq v0.3.0
11092024-04-03T04:20:02.786Z Downloaded shell-words v1.1.0
11102024-04-03T04:20:02.786Z Downloaded native-tls v0.2.11
11112024-04-03T04:20:02.790Z Downloaded slog-stdlog v4.1.1
11122024-04-03T04:20:02.796Z Downloaded rustls-pki-types v1.3.0
11132024-04-03T04:20:02.796Z Downloaded siphasher v0.3.11
11142024-04-03T04:20:02.796Z Downloaded chacha20poly1305 v0.10.1
11152024-04-03T04:20:02.804Z Downloaded camino-tempfile v1.1.1
11162024-04-03T04:20:02.804Z Downloaded const_format_proc_macros v0.2.32
11172024-04-03T04:20:02.804Z Downloaded peg v0.8.2
11182024-04-03T04:20:02.808Z Downloaded termcolor v1.2.0
11192024-04-03T04:20:02.808Z Downloaded strum_macros v0.24.3
11202024-04-03T04:20:02.808Z Downloaded miniz_oxide v0.7.1
11212024-04-03T04:20:02.808Z Downloaded strsim v0.8.0
11222024-04-03T04:20:02.811Z Downloaded strum v0.26.1
11232024-04-03T04:20:02.816Z Downloaded peg-runtime v0.8.2
11242024-04-03T04:20:02.821Z Downloaded derive_builder_macro v0.12.0
11252024-04-03T04:20:02.821Z Downloaded termios v0.3.3
11262024-04-03T04:20:02.821Z Downloaded remove_dir_all v0.5.3
11272024-04-03T04:20:02.827Z Downloaded blake2b_simd v1.0.1
11282024-04-03T04:20:02.827Z Downloaded peeking_take_while v0.1.2
11292024-04-03T04:20:02.827Z Downloaded vte_generate_state_changes v0.1.1
11302024-04-03T04:20:02.827Z Downloaded tower-service v0.3.2
11312024-04-03T04:20:02.831Z Downloaded strum v0.25.0
11322024-04-03T04:20:02.831Z Downloaded serde_path_to_error v0.1.16
11332024-04-03T04:20:02.831Z Downloaded resolv-conf v0.7.0
11342024-04-03T04:20:02.831Z Downloaded rstest v0.18.2
11352024-04-03T04:20:02.835Z Downloaded compact_str v0.7.1
11362024-04-03T04:20:02.839Z Downloaded const-oid v0.9.6
11372024-04-03T04:20:02.842Z Downloaded walkdir v2.4.0
11382024-04-03T04:20:02.845Z Downloaded wait-timeout v0.2.0
11392024-04-03T04:20:02.845Z Downloaded defmt v0.3.5
11402024-04-03T04:20:02.848Z Downloaded debug-ignore v1.0.5
11412024-04-03T04:20:02.851Z Downloaded rustls-pemfile v2.1.1
11422024-04-03T04:20:02.854Z Downloaded futures v0.3.30
11432024-04-03T04:20:02.858Z Downloaded pathdiff v0.2.1
11442024-04-03T04:20:02.861Z Downloaded opaque-debug v0.3.0
11452024-04-03T04:20:02.861Z Downloaded ff v0.13.0
11462024-04-03T04:20:02.861Z Downloaded fd-lock v3.0.13
11472024-04-03T04:20:02.864Z Downloaded cc v1.0.83
11482024-04-03T04:20:02.867Z Downloaded filetime v0.2.23
11492024-04-03T04:20:02.870Z Downloaded slog-term v2.9.0
11502024-04-03T04:20:02.870Z Downloaded num-iter v0.1.44
11512024-04-03T04:20:02.875Z Downloaded futures-task v0.3.30
11522024-04-03T04:20:02.875Z Downloaded cookie v0.18.0
11532024-04-03T04:20:02.881Z Downloaded tracing-core v0.1.32
11542024-04-03T04:20:02.884Z Downloaded parking_lot v0.11.2
11552024-04-03T04:20:02.884Z Downloaded group v0.13.0
11562024-04-03T04:20:02.884Z Downloaded serde_derive_internals v0.26.0
11572024-04-03T04:20:02.884Z Downloaded zone_cfg_derive v0.1.2
11582024-04-03T04:20:02.890Z Downloaded unicode-xid v0.2.4
11592024-04-03T04:20:02.890Z Downloaded tokio-stream v0.1.14
11602024-04-03T04:20:02.894Z Downloaded proc-macro-error-attr v1.0.4
11612024-04-03T04:20:02.894Z Downloaded powerfmt v0.2.0
11622024-04-03T04:20:02.894Z Downloaded blake2 v0.10.6
11632024-04-03T04:20:02.897Z Downloaded crossbeam-utils v0.8.19
11642024-04-03T04:20:02.902Z Downloaded crossbeam-epoch v0.9.18
11652024-04-03T04:20:02.902Z Downloaded itertools v0.10.5
11662024-04-03T04:20:02.907Z Downloaded path-slash v0.1.5
11672024-04-03T04:20:02.911Z Downloaded smallvec v1.13.1
11682024-04-03T04:20:02.911Z Downloaded semver v0.1.20
11692024-04-03T04:20:02.914Z Downloaded paste v1.0.14
11702024-04-03T04:20:02.918Z Downloaded term v0.7.0
11712024-04-03T04:20:02.921Z Downloaded serde_plain v1.0.2
11722024-04-03T04:20:02.921Z Downloaded oso-derive v0.27.0
11732024-04-03T04:20:02.924Z Downloaded openssl-probe v0.1.5
11742024-04-03T04:20:02.924Z Downloaded vsss-rs v3.3.4
11752024-04-03T04:20:02.928Z Downloaded slog-async v2.8.0
11762024-04-03T04:20:02.928Z Downloaded env_logger v0.10.0
11772024-04-03T04:20:02.932Z Downloaded serde_tokenstream v0.1.7
11782024-04-03T04:20:02.936Z Downloaded futures-channel v0.3.30
11792024-04-03T04:20:02.936Z Downloaded rstest_macros v0.18.2
11802024-04-03T04:20:02.939Z Downloaded usdt v0.5.0
11812024-04-03T04:20:02.942Z Downloaded futures-timer v3.0.2
11822024-04-03T04:20:02.942Z Downloaded num-rational v0.4.1
11832024-04-03T04:20:02.947Z Downloaded socket2 v0.4.9
11842024-04-03T04:20:02.947Z Downloaded minimal-lexical v0.2.1
11852024-04-03T04:20:02.951Z Downloaded difflib v0.4.0
11862024-04-03T04:20:02.969Z Downloaded zone v0.1.8
11872024-04-03T04:20:02.969Z Downloaded toml v0.7.8
11882024-04-03T04:20:02.973Z Downloaded unicode-bidi v0.3.15
11892024-04-03T04:20:02.973Z Downloaded platforms v3.0.2
11902024-04-03T04:20:02.973Z Downloaded either v1.10.0
11912024-04-03T04:20:02.973Z Downloaded postgres-types v0.2.6
11922024-04-03T04:20:02.973Z Downloaded der v0.7.8
11932024-04-03T04:20:02.973Z Downloaded want v0.3.1
11942024-04-03T04:20:02.973Z Downloaded float-cmp v0.9.0
11952024-04-03T04:20:02.978Z Downloaded fxhash v0.2.1
11962024-04-03T04:20:02.978Z Downloaded rustls-native-certs v0.7.0
11972024-04-03T04:20:02.978Z Downloaded diesel_derives v2.1.2
11982024-04-03T04:20:02.981Z Downloaded derive_more v0.99.17
11992024-04-03T04:20:02.986Z Downloaded packed_struct v0.10.1
12002024-04-03T04:20:02.991Z Downloaded serde_repr v0.1.16
12012024-04-03T04:20:02.991Z Downloaded slog v2.7.0
12022024-04-03T04:20:02.995Z Downloaded pin-project-internal v1.1.3
12032024-04-03T04:20:02.995Z Downloaded dof v0.3.0
12042024-04-03T04:20:02.996Z Downloaded time-macros v0.2.17
12052024-04-03T04:20:02.999Z Downloaded target-lexicon v0.12.13
12062024-04-03T04:20:02.999Z Downloaded rustls-pemfile v1.0.3
12072024-04-03T04:20:03.016Z Downloaded quick-error v1.2.3
12082024-04-03T04:20:03.016Z Downloaded rand v0.4.6
12092024-04-03T04:20:03.016Z Downloaded rust-argon2 v2.1.0
12102024-04-03T04:20:03.016Z Downloaded x509-cert v0.2.4
12112024-04-03T04:20:03.016Z Downloaded guppy-workspace-hack v0.1.0
12122024-04-03T04:20:03.017Z Downloaded rayon-core v1.12.1
12132024-04-03T04:20:03.021Z Downloaded libxml v0.3.3
12142024-04-03T04:20:03.029Z Downloaded tabled_derive v0.7.0
12152024-04-03T04:20:03.029Z Downloaded strum_macros v0.25.2
12162024-04-03T04:20:03.042Z Downloaded structopt-derive v0.4.18
12172024-04-03T04:20:03.043Z Downloaded scroll_derive v0.12.0
12182024-04-03T04:20:03.043Z Downloaded rcgen v0.12.1
12192024-04-03T04:20:03.043Z Downloaded pretty-hex v0.2.1
12202024-04-03T04:20:03.043Z Downloaded darling_core v0.14.4
12212024-04-03T04:20:03.044Z Downloaded digest v0.10.7
12222024-04-03T04:20:03.054Z Downloaded env_logger v0.9.3
12232024-04-03T04:20:03.055Z Downloaded once_cell v1.19.0
12242024-04-03T04:20:03.055Z Downloaded mio v0.8.11
12252024-04-03T04:20:03.055Z Downloaded tar v0.4.40
12262024-04-03T04:20:03.055Z Downloaded dyn-clone v1.0.17
12272024-04-03T04:20:03.055Z Downloaded darling_macro v0.14.4
12282024-04-03T04:20:03.055Z Downloaded curve25519-dalek-derive v0.1.0
12292024-04-03T04:20:03.058Z Downloaded owo-colors v4.0.0
12302024-04-03T04:20:03.058Z Downloaded fastrand v2.0.1
12312024-04-03T04:20:03.062Z Downloaded ucd-trie v0.1.6
12322024-04-03T04:20:03.062Z Downloaded crossbeam-channel v0.5.8
12332024-04-03T04:20:03.066Z Downloaded parking_lot_core v0.9.8
12342024-04-03T04:20:03.072Z Downloaded sigpipe v0.1.3
12352024-04-03T04:20:03.072Z Downloaded openssl-sys v0.9.96
12362024-04-03T04:20:03.079Z Downloaded foreign-types v0.3.2
12372024-04-03T04:20:03.079Z Downloaded usdt-macro v0.5.0
12382024-04-03T04:20:03.084Z Downloaded oorandom v11.1.3
12392024-04-03T04:20:03.084Z Downloaded num-derive v0.4.0
12402024-04-03T04:20:03.084Z Downloaded predicates-tree v1.0.9
12412024-04-03T04:20:03.084Z Downloaded threadpool v1.8.1
12422024-04-03T04:20:03.084Z Downloaded proc-macro-crate v1.3.1
12432024-04-03T04:20:03.084Z Downloaded url v2.5.0
12442024-04-03T04:20:03.088Z Downloaded precomputed-hash v0.1.1
12452024-04-03T04:20:03.088Z Downloaded stability v0.1.1
12462024-04-03T04:20:03.088Z Downloaded serde-big-array v0.4.1
12472024-04-03T04:20:03.101Z Downloaded usdt-macro v0.3.5
12482024-04-03T04:20:03.101Z Downloaded slab v0.4.9
12492024-04-03T04:20:03.101Z Downloaded vte v0.11.1
12502024-04-03T04:20:03.106Z Downloaded static_assertions v1.1.0
12512024-04-03T04:20:03.106Z Downloaded stable_deref_trait v1.2.0
12522024-04-03T04:20:03.106Z Downloaded serde_arrays v0.1.0
12532024-04-03T04:20:03.106Z Downloaded getopts v0.2.21
12542024-04-03T04:20:03.106Z Downloaded salty v0.2.0
12552024-04-03T04:20:03.106Z Downloaded thiserror-no-std v2.0.2
12562024-04-03T04:20:03.110Z Downloaded tower-layer v0.3.2
12572024-04-03T04:20:03.110Z Downloaded serde_urlencoded v0.7.1
12582024-04-03T04:20:03.115Z Downloaded crunchy v0.2.2
12592024-04-03T04:20:03.115Z Downloaded thread-id v4.2.0
12602024-04-03T04:20:03.115Z Downloaded rustc_version v0.4.0
12612024-04-03T04:20:03.123Z Downloaded psl-types v2.0.11
12622024-04-03T04:20:03.123Z Downloaded plotters-backend v0.3.5
12632024-04-03T04:20:03.123Z Downloaded flate2 v1.0.28
12642024-04-03T04:20:03.131Z Downloaded zeroize_derive v1.4.2
12652024-04-03T04:20:03.131Z Downloaded which v4.4.0
12662024-04-03T04:20:03.131Z Downloaded structmeta v0.3.0
12672024-04-03T04:20:03.131Z Downloaded data-encoding v2.4.0
12682024-04-03T04:20:03.131Z Downloaded structmeta-derive v0.3.0
12692024-04-03T04:20:03.137Z Downloaded structmeta-derive v0.2.0
12702024-04-03T04:20:03.137Z Downloaded slog-dtrace v0.3.0
12712024-04-03T04:20:03.137Z Downloaded rustfmt-wrapper v0.2.0
12722024-04-03T04:20:03.137Z Downloaded omicron-zone-package v0.11.0
12732024-04-03T04:20:03.137Z Downloaded ppv-lite86 v0.2.17
12742024-04-03T04:20:03.142Z Downloaded doc-comment v0.3.3
12752024-04-03T04:20:03.142Z Downloaded pin-utils v0.1.0
12762024-04-03T04:20:03.142Z Downloaded semver-parser v0.10.2
12772024-04-03T04:20:03.146Z Downloaded olpc-cjson v0.1.3
12782024-04-03T04:20:03.147Z Downloaded rtoolbox v0.0.1
12792024-04-03T04:20:03.147Z Downloaded unicode_categories v0.1.1
12802024-04-03T04:20:03.147Z Downloaded signal-hook-mio v0.2.3
12812024-04-03T04:20:03.154Z Downloaded signal-hook-registry v1.4.1
12822024-04-03T04:20:03.154Z Downloaded schemars_derive v0.8.16
12832024-04-03T04:20:03.154Z Downloaded slog-bunyan v2.5.0
12842024-04-03T04:20:03.154Z Downloaded rustc-demangle v0.1.23
12852024-04-03T04:20:03.159Z Downloaded thiserror-impl-no-std v2.0.2
12862024-04-03T04:20:03.159Z Downloaded uuid v0.8.2
12872024-04-03T04:20:03.163Z Downloaded serde_tokenstream v0.2.0
12882024-04-03T04:20:03.163Z Downloaded tap v1.0.1
12892024-04-03T04:20:03.163Z Downloaded stringprep v0.1.3
12902024-04-03T04:20:03.170Z Downloaded tiny-keccak v2.0.2
12912024-04-03T04:20:03.170Z Downloaded oso v0.27.0
12922024-04-03T04:20:03.173Z Downloaded rand_seeder v0.2.3
12932024-04-03T04:20:03.173Z Downloaded darling_macro v0.20.3
12942024-04-03T04:20:03.173Z Downloaded toolchain_find v0.2.0
12952024-04-03T04:20:03.180Z Downloaded strum_macros v0.26.1
12962024-04-03T04:20:03.180Z Downloaded openssl-macros v0.1.1
12972024-04-03T04:20:03.180Z Downloaded cstr-argument v0.1.2
12982024-04-03T04:20:03.184Z Downloaded regex-automata v0.1.10
12992024-04-03T04:20:03.184Z Downloaded darling v0.14.4
13002024-04-03T04:20:03.189Z Downloaded fragile v2.0.0
13012024-04-03T04:20:03.189Z Downloaded num-integer v0.1.46
13022024-04-03T04:20:03.193Z Downloaded typed-path v0.7.0
13032024-04-03T04:20:03.197Z Downloaded endian-type v0.1.2
13042024-04-03T04:20:03.203Z Downloaded sqlparser_derive v0.2.2
13052024-04-03T04:20:03.203Z Downloaded usdt-impl v0.3.5
13062024-04-03T04:20:03.203Z Downloaded ron v0.7.1
13072024-04-03T04:20:03.206Z Downloaded glob v0.3.1
13082024-04-03T04:20:03.207Z Downloaded usdt-attr-macro v0.5.0
13092024-04-03T04:20:03.210Z Downloaded postgres-protocol v0.6.6
13102024-04-03T04:20:03.210Z Downloaded futures-macro v0.3.30
13112024-04-03T04:20:03.210Z Downloaded futures-io v0.3.30
13122024-04-03T04:20:03.214Z Downloaded ed25519 v1.5.3
13132024-04-03T04:20:03.214Z Downloaded phf_shared v0.11.2
13142024-04-03T04:20:03.214Z Downloaded predicates v3.1.0
13152024-04-03T04:20:03.218Z Downloaded crossterm v0.27.0
13162024-04-03T04:20:03.223Z Downloaded rustc-hash v1.1.0
13172024-04-03T04:20:03.226Z Downloaded rand_core v0.6.4
13182024-04-03T04:20:03.226Z Downloaded tinytemplate v1.2.1
13192024-04-03T04:20:03.231Z Downloaded unsafe-libyaml v0.2.10
13202024-04-03T04:20:03.235Z Downloaded packed_struct_codegen v0.10.1
13212024-04-03T04:20:03.235Z Downloaded publicsuffix v2.2.3
13222024-04-03T04:20:03.241Z Downloaded nom v7.1.3
13232024-04-03T04:20:03.241Z Downloaded strsim v0.10.0
13242024-04-03T04:20:03.245Z Downloaded shlex v1.3.0
13252024-04-03T04:20:03.245Z Downloaded rustc_version v0.1.7
13262024-04-03T04:20:03.245Z Downloaded rustyline v13.0.0
13272024-04-03T04:20:03.250Z Downloaded usdt-attr-macro v0.3.5
13282024-04-03T04:20:03.261Z Downloaded getrandom v0.2.12
13292024-04-03T04:20:03.262Z Downloaded textwrap v0.16.1
13302024-04-03T04:20:03.265Z Downloaded dirs-sys-next v0.1.2
13312024-04-03T04:20:03.265Z Downloaded parse-size v1.0.0
13322024-04-03T04:20:03.265Z Downloaded fallible-iterator v0.2.0
13332024-04-03T04:20:03.265Z Downloaded tokio-tungstenite v0.21.0
13342024-04-03T04:20:03.265Z Downloaded structopt v0.3.26
13352024-04-03T04:20:03.269Z Downloaded pkg-config v0.3.27
13362024-04-03T04:20:03.273Z Downloaded pem-rfc7468 v0.7.0
13372024-04-03T04:20:03.273Z Downloaded try-lock v0.2.4
13382024-04-03T04:20:03.278Z Downloaded tungstenite v0.20.1
13392024-04-03T04:20:03.278Z Downloaded postcard v1.0.8
13402024-04-03T04:20:03.283Z Downloaded whoami v1.5.0
13412024-04-03T04:20:03.283Z Downloaded toml v0.5.11
13422024-04-03T04:20:03.286Z Downloaded num-bigint v0.4.4
13432024-04-03T04:20:03.290Z Downloaded take_mut v0.2.2
13442024-04-03T04:20:03.293Z Downloaded typenum v1.16.0
13452024-04-03T04:20:03.293Z Downloaded textwrap v0.11.0
13462024-04-03T04:20:03.297Z Downloaded erased-serde v0.3.31
13472024-04-03T04:20:03.297Z Downloaded enum-as-inner v0.5.1
13482024-04-03T04:20:03.301Z Downloaded pest_generator v2.7.6
13492024-04-03T04:20:03.301Z Downloaded string_cache v0.8.7
13502024-04-03T04:20:03.301Z Downloaded serde_with_macros v3.6.1
13512024-04-03T04:20:03.304Z Downloaded pem v3.0.2
13522024-04-03T04:20:03.304Z Downloaded csv-core v0.1.11
13532024-04-03T04:20:03.308Z Downloaded hyper v0.14.28
13542024-04-03T04:20:03.313Z Downloaded percent-encoding v2.3.1
13552024-04-03T04:20:03.318Z Downloaded tokio-native-tls v0.3.1
13562024-04-03T04:20:03.318Z Downloaded num-conv v0.1.0
13572024-04-03T04:20:03.318Z Downloaded foreign-types-shared v0.3.1
13582024-04-03T04:20:03.321Z Downloaded foreign-types-macros v0.2.3
13592024-04-03T04:20:03.321Z Downloaded rand_xorshift v0.3.0
13602024-04-03T04:20:03.321Z Downloaded parse-display v0.9.0
13612024-04-03T04:20:03.321Z Downloaded tokio-macros v2.2.0
13622024-04-03T04:20:03.325Z Downloaded unicode-width v0.1.11
13632024-04-03T04:20:03.325Z Downloaded sqlformat v0.2.3
13642024-04-03T04:20:03.329Z Downloaded poly1305 v0.8.0
13652024-04-03T04:20:03.329Z Downloaded derive_builder v0.12.0
13662024-04-03T04:20:03.332Z Downloaded normalize-line-endings v0.3.0
13672024-04-03T04:20:03.335Z Downloaded predicates-core v1.0.6
13682024-04-03T04:20:03.335Z Downloaded tempdir v0.3.7
13692024-04-03T04:20:03.335Z Downloaded winnow v0.5.15
13702024-04-03T04:20:03.342Z Downloaded unarray v0.1.4
13712024-04-03T04:20:03.346Z Downloaded scopeguard v1.2.0
13722024-04-03T04:20:03.346Z Downloaded scheduled-thread-pool v0.2.7
13732024-04-03T04:20:03.352Z Downloaded rpassword v7.3.1
13742024-04-03T04:20:03.352Z Downloaded nu-ansi-term v0.50.0
13752024-04-03T04:20:03.357Z Downloaded semver v0.11.0
13762024-04-03T04:20:03.357Z Downloaded yasna v0.5.2
13772024-04-03T04:20:03.357Z Downloaded pkcs8 v0.10.2
13782024-04-03T04:20:03.357Z Downloaded sec1 v0.7.3
13792024-04-03T04:20:03.360Z Downloaded slog-envlogger v2.2.0
13802024-04-03T04:20:03.360Z Downloaded tui-tree-widget v0.19.0
13812024-04-03T04:20:03.360Z Downloaded secrecy v0.8.0
13822024-04-03T04:20:03.363Z Downloaded funty v2.0.0
13832024-04-03T04:20:03.363Z Downloaded slog-json v2.6.1
13842024-04-03T04:20:03.363Z Downloaded futures-executor v0.3.30
13852024-04-03T04:20:03.367Z Downloaded zeroize v1.7.0
13862024-04-03T04:20:03.367Z Downloaded pkcs1 v0.7.5
13872024-04-03T04:20:03.370Z Downloaded pest_derive v2.7.6
13882024-04-03T04:20:03.373Z Downloaded tungstenite v0.21.0
13892024-04-03T04:20:03.376Z Downloaded embedded-io v0.4.0
13902024-04-03T04:20:03.377Z Downloaded crypto-common v0.1.6
13912024-04-03T04:20:03.377Z Downloaded flagset v0.4.3
13922024-04-03T04:20:03.380Z Downloaded display-error-chain v0.2.0
13932024-04-03T04:20:03.380Z Downloaded zerocopy-derive v0.7.32
13942024-04-03T04:20:03.383Z Downloaded target-spec v3.1.0
13952024-04-03T04:20:03.389Z Downloaded spin v0.5.2
13962024-04-03T04:20:03.389Z Downloaded rayon v1.9.0
13972024-04-03T04:20:03.397Z Downloaded radium v0.7.0
13982024-04-03T04:20:03.400Z Downloaded tabwriter v1.4.0
13992024-04-03T04:20:03.400Z Downloaded trust-dns-resolver v0.22.0
14002024-04-03T04:20:03.404Z Downloaded signal-hook-tokio v0.3.1
14012024-04-03T04:20:03.404Z Downloaded derive_builder_core v0.12.0
14022024-04-03T04:20:03.408Z Downloaded fatfs v0.3.6
14032024-04-03T04:20:03.408Z Downloaded flume v0.11.0
14042024-04-03T04:20:03.412Z Downloaded num_cpus v1.16.0
14052024-04-03T04:20:03.415Z Downloaded spki v0.7.2
14062024-04-03T04:20:03.424Z Downloaded dirs-next v2.0.0
14072024-04-03T04:20:03.425Z Downloaded sct v0.7.0
14082024-04-03T04:20:03.428Z Downloaded spin v0.9.8
14092024-04-03T04:20:03.428Z Downloaded globset v0.4.13
14102024-04-03T04:20:03.428Z Downloaded pest_meta v2.7.6
14112024-04-03T04:20:03.428Z Downloaded password-hash v0.5.0
14122024-04-03T04:20:03.428Z Downloaded unicode-normalization v0.1.22
14132024-04-03T04:20:03.431Z Downloaded derive-where v1.2.7
14142024-04-03T04:20:03.435Z Downloaded deranged v0.3.11
14152024-04-03T04:20:03.439Z Downloaded trust-dns-server v0.22.1
14162024-04-03T04:20:03.442Z Downloaded lalrpop v0.19.12
14172024-04-03T04:20:03.453Z Downloaded zerocopy v0.6.4
14182024-04-03T04:20:03.457Z Downloaded trybuild v1.0.89
14192024-04-03T04:20:03.460Z Downloaded pest v2.7.6
14202024-04-03T04:20:03.464Z Downloaded toml_edit v0.19.15
14212024-04-03T04:20:03.481Z Downloaded tokio-postgres v0.7.10
14222024-04-03T04:20:03.485Z Downloaded goblin v0.8.0
14232024-04-03T04:20:03.491Z Downloaded serde_with v3.6.1
14242024-04-03T04:20:03.499Z Downloaded proptest v1.4.0
14252024-04-03T04:20:03.509Z Downloaded syn v1.0.109
14262024-04-03T04:20:03.517Z Downloaded nix v0.27.1
14272024-04-03T04:20:03.530Z Downloaded idna v0.5.0
14282024-04-03T04:20:03.535Z Downloaded zerocopy v0.7.32
14292024-04-03T04:20:03.551Z Downloaded num-bigint-dig v0.8.4
14302024-04-03T04:20:03.557Z Downloaded rustls-webpki v0.102.1
14312024-04-03T04:20:03.572Z Downloaded quick-xml v0.30.0
14322024-04-03T04:20:03.578Z Downloaded zip v0.6.6
14332024-04-03T04:20:03.581Z Downloaded rsa v0.9.2
14342024-04-03T04:20:03.586Z Downloaded object v0.30.4
14352024-04-03T04:20:03.595Z Downloaded idna v0.2.3
14362024-04-03T04:20:03.603Z Downloaded h2 v0.3.24
14372024-04-03T04:20:03.609Z Downloaded trust-dns-proto v0.22.0
14382024-04-03T04:20:03.621Z Downloaded clap v2.34.0
14392024-04-03T04:20:03.639Z Downloaded gimli v0.28.0
14402024-04-03T04:20:03.642Z Downloaded webpki-roots v0.25.2
14412024-04-03T04:20:03.642Z Downloaded diesel v2.1.5
14422024-04-03T04:20:03.657Z Downloaded openssl v0.10.60
14432024-04-03T04:20:03.666Z Downloaded polar-core v0.27.0
14442024-04-03T04:20:03.674Z Downloaded crypto-bigint v0.5.2
14452024-04-03T04:20:03.681Z Downloaded socket2 v0.5.5
14462024-04-03T04:20:03.685Z Downloaded unicode-segmentation v1.10.1
14472024-04-03T04:20:03.688Z Downloaded reedline v0.30.0
14482024-04-03T04:20:03.693Z Downloaded regress v0.9.0
14492024-04-03T04:20:03.705Z Downloaded smoltcp v0.11.0
14502024-04-03T04:20:03.716Z Downloaded sqlparser v0.43.1
14512024-04-03T04:20:03.720Z Downloaded futures-util v0.3.30
14522024-04-03T04:20:03.731Z Downloaded rand v0.8.5
14532024-04-03T04:20:03.735Z Downloaded zerocopy-derive v0.2.0
14542024-04-03T04:20:03.750Z Downloaded radix_trie v0.2.1
14552024-04-03T04:20:03.754Z Downloaded vcpkg v0.2.15
14562024-04-03T04:20:03.789Z Downloaded rustls v0.21.9
14572024-04-03T04:20:03.798Z Downloaded bstr v0.2.17
14582024-04-03T04:20:03.807Z Downloaded smoltcp v0.9.1
14592024-04-03T04:20:03.823Z Downloaded tokio-util v0.7.10
14602024-04-03T04:20:03.827Z Downloaded regex-automata v0.4.5
14612024-04-03T04:20:03.849Z Downloaded tough v0.16.0
14622024-04-03T04:20:03.863Z Downloaded idna v0.3.0
14632024-04-03T04:20:03.871Z Downloaded bitvec v1.0.1
14642024-04-03T04:20:03.876Z Downloaded sha3 v0.10.8
14652024-04-03T04:20:03.876Z Downloaded csv v1.3.0
14662024-04-03T04:20:03.896Z Downloaded bstr v1.9.0
14672024-04-03T04:20:03.906Z Downloaded object v0.32.1
14682024-04-03T04:20:03.916Z Downloaded regex v1.10.3
14692024-04-03T04:20:03.928Z Downloaded curve25519-dalek v4.1.1
14702024-04-03T04:20:03.937Z Downloaded rustls v0.22.2
14712024-04-03T04:20:03.950Z Downloaded regex-syntax v0.6.29
14722024-04-03T04:20:03.957Z Downloaded regex-syntax v0.8.2
14732024-04-03T04:20:03.968Z Downloaded encoding_rs v0.8.33
14742024-04-03T04:20:03.987Z Downloaded openapiv3 v2.0.0
14752024-04-03T04:20:03.998Z Downloaded ratatui v0.26.1
14762024-04-03T04:20:04.017Z Downloaded sled v0.34.7
14772024-04-03T04:20:04.027Z Downloaded tabled v0.15.0
14782024-04-03T04:20:04.043Z Downloaded zerocopy-derive v0.6.4
14792024-04-03T04:20:04.052Z Downloaded bzip2-sys v0.1.11+1.0.8
14802024-04-03T04:20:04.064Z Downloaded tokio v1.36.0
14812024-04-03T04:20:04.101Z Downloaded tinyvec v1.6.0
14822024-04-03T04:20:04.104Z Downloaded reqwest v0.11.24
14832024-04-03T04:20:04.111Z Downloaded signal-hook v0.3.17
14842024-04-03T04:20:04.114Z Downloaded ron v0.8.1
14852024-04-03T04:20:04.118Z Downloaded papergrid v0.11.0
14862024-04-03T04:20:04.124Z Downloaded rustls-webpki v0.101.7
14872024-04-03T04:20:04.137Z Downloaded elliptic-curve v0.13.8
14882024-04-03T04:20:04.141Z Downloaded num-complex v0.4.4
14892024-04-03T04:20:04.144Z Downloaded form_urlencoded v1.2.1
14902024-04-03T04:20:04.144Z Downloaded scroll v0.12.0
14912024-04-03T04:20:04.144Z Downloaded rand_chacha v0.3.1
14922024-04-03T04:20:04.147Z Downloaded petgraph v0.6.4
14932024-04-03T04:20:04.161Z Downloaded test-strategy v0.3.1
14942024-04-03T04:20:04.164Z Downloaded tower v0.4.13
14952024-04-03T04:20:04.170Z Downloaded time v0.3.34
14962024-04-03T04:20:04.178Z Downloaded guppy v0.17.5
14972024-04-03T04:20:04.182Z Downloaded steno v0.4.0
14982024-04-03T04:20:04.187Z Downloaded blake3 v1.5.0
14992024-04-03T04:20:04.194Z Downloaded ring v0.17.8
15002024-04-03T04:20:04.264Z Downloaded partial-io v0.5.4
15012024-04-03T04:20:04.267Z Downloaded num-traits v0.2.18
15022024-04-03T04:20:04.270Z Downloaded signature v1.6.4
15032024-04-03T04:20:04.270Z Downloaded ref-cast v1.0.20
15042024-04-03T04:20:04.277Z Downloaded zerocopy v0.3.0
15052024-04-03T04:20:04.277Z Downloaded fixedbitset v0.4.2
15062024-04-03T04:20:04.277Z Downloaded pin-project v1.1.3
15072024-04-03T04:20:04.285Z Downloaded prettyplease v0.2.16
15082024-04-03T04:20:04.290Z Downloaded unicase v2.7.0
15092024-04-03T04:20:04.291Z Downloaded schemars v0.8.16
15102024-04-03T04:20:04.299Z Downloaded portable-atomic v1.4.3
15112024-04-03T04:20:04.304Z Downloaded structmeta v0.2.0
15122024-04-03T04:20:04.307Z Downloaded ena v0.14.2
15132024-04-03T04:20:04.307Z Downloaded plotters v0.3.5
15142024-04-03T04:20:04.315Z Downloaded tokio-tungstenite v0.20.1
15152024-04-03T04:20:04.319Z Downloaded pretty_assertions v1.4.0
15162024-04-03T04:20:04.322Z Downloaded dof v0.1.5
15172024-04-03T04:20:04.322Z Downloaded parking_lot_core v0.8.6
15182024-04-03T04:20:04.322Z Downloaded parking_lot v0.12.1
15192024-04-03T04:20:04.326Z Downloaded chrono v0.4.34
15202024-04-03T04:20:04.331Z Downloaded criterion v0.5.1
15212024-04-03T04:20:04.337Z Downloaded diff v0.1.13
15222024-04-03T04:20:04.341Z Downloaded pin-project-lite v0.2.13
15232024-04-03T04:20:04.345Z Downloaded fnv v1.0.7
15242024-04-03T04:20:04.348Z Downloaded utf-8 v0.7.6
15252024-04-03T04:20:04.348Z Downloaded proc-macro-error v1.0.4
15262024-04-03T04:20:04.351Z Downloaded darling_core v0.20.3
15272024-04-03T04:20:04.356Z Downloaded expectorate v1.1.0
15282024-04-03T04:20:04.361Z Downloaded plain v0.2.3
15292024-04-03T04:20:04.361Z Downloaded num v0.4.1
15302024-04-03T04:20:04.361Z Downloaded futures-core v0.3.30
15312024-04-03T04:20:04.362Z Downloaded untrusted v0.7.1
15322024-04-03T04:20:04.365Z Downloaded universal-hash v0.5.1
15332024-04-03T04:20:04.365Z Downloaded thread_local v1.1.7
15342024-04-03T04:20:04.365Z Downloaded snafu v0.7.5
15352024-04-03T04:20:04.370Z Downloaded signature v2.1.0
15362024-04-03T04:20:04.370Z Downloaded ref-cast-impl v1.0.20
15372024-04-03T04:20:04.370Z Downloaded libm v0.2.7
15382024-04-03T04:20:04.376Z Downloaded itertools v0.12.1
15392024-04-03T04:20:04.383Z Downloaded hyper v1.1.0
15402024-04-03T04:20:04.389Z Downloaded tracing v0.1.40
15412024-04-03T04:20:04.394Z Downloaded trust-dns-client v0.22.0
15422024-04-03T04:20:04.398Z Downloaded plotters-svg v0.3.5
15432024-04-03T04:20:04.402Z Downloaded foreign-types-shared v0.1.1
15442024-04-03T04:20:04.402Z Downloaded uuid v1.7.0
15452024-04-03T04:20:04.403Z Downloaded usdt-impl v0.5.0
15462024-04-03T04:20:04.406Z Downloaded snafu-derive v0.7.5
15472024-04-03T04:20:04.406Z Downloaded subprocess v0.2.9
15482024-04-03T04:20:04.410Z Downloaded serde_yaml v0.9.25
15492024-04-03T04:20:04.415Z Downloaded const_format v0.2.32
15502024-04-03T04:20:04.419Z Downloaded half v2.3.1
15512024-04-03T04:20:04.419Z Downloaded tempfile v3.10.0
15522024-04-03T04:20:04.424Z Downloaded bindgen v0.69.2
15532024-04-03T04:20:04.428Z Downloaded crc-any v2.4.3
15542024-04-03T04:20:04.431Z Downloaded der_derive v0.7.2
15552024-04-03T04:20:04.431Z Downloaded similar v2.4.0
15562024-04-03T04:20:04.438Z Downloaded cfg-expr v0.15.6
15572024-04-03T04:20:04.442Z Downloaded console v0.15.8
15582024-04-03T04:20:04.442Z Downloaded futures-sink v0.3.30
15592024-04-03T04:20:04.442Z Downloaded strip-ansi-escapes v0.2.0
15602024-04-03T04:20:04.442Z Downloaded peg-macros v0.8.2
15612024-04-03T04:20:04.446Z Downloaded cpufeatures v0.2.12
15622024-04-03T04:20:04.446Z Downloaded cookie v0.17.0
15632024-04-03T04:20:04.449Z Downloaded xattr v1.0.1
15642024-04-03T04:20:04.449Z Downloaded ciborium v0.2.2
15652024-04-03T04:20:04.453Z Downloaded ring v0.16.20
15662024-04-03T04:20:04.531Z Downloaded cancel-safe-futures v0.1.5
15672024-04-03T04:20:04.534Z Downloaded mime_guess v2.0.4
15682024-04-03T04:20:04.537Z Downloaded criterion-plot v0.5.0
15692024-04-03T04:20:04.538Z Downloaded crc v3.0.1
15702024-04-03T04:20:04.538Z Downloaded constant_time_eq v0.2.6
15712024-04-03T04:20:04.543Z Downloaded castaway v0.2.2
15722024-04-03T04:20:04.543Z Downloaded ipnet v2.9.0
15732024-04-03T04:20:04.543Z Downloaded convert_case v0.4.0
15742024-04-03T04:20:04.547Z Downloaded bitfield v0.14.0
15752024-04-03T04:20:04.547Z Downloaded multimap v0.10.0
15762024-04-03T04:20:04.547Z Downloaded hkdf v0.12.4
15772024-04-03T04:20:04.547Z Downloaded assert_cmd v2.0.14
15782024-04-03T04:20:04.552Z Downloaded arrayvec v0.7.4
15792024-04-03T04:20:04.552Z Downloaded bit-set v0.5.3
15802024-04-03T04:20:04.552Z Downloaded async-recursion v1.0.5
15812024-04-03T04:20:04.555Z Downloaded atomicwrites v0.4.3
15822024-04-03T04:20:04.555Z Downloaded ascii-canvas v3.0.0
15832024-04-03T04:20:04.555Z Downloaded hmac v0.12.1
15842024-04-03T04:20:04.556Z Downloaded hashbrown v0.13.2
15852024-04-03T04:20:04.559Z Downloaded arc-swap v1.6.0
15862024-04-03T04:20:04.563Z Downloaded http v1.0.0
15872024-04-03T04:20:04.566Z Downloaded hex v0.4.3
15882024-04-03T04:20:04.569Z Downloaded heck v0.3.3
15892024-04-03T04:20:04.569Z Downloaded headers-core v0.2.0
15902024-04-03T04:20:04.569Z Downloaded bcs v0.1.6
15912024-04-03T04:20:04.573Z Downloaded base64 v0.22.0
15922024-04-03T04:20:04.576Z Downloaded base64 v0.13.1
15932024-04-03T04:20:04.576Z Downloaded atty v0.2.14
15942024-04-03T04:20:04.580Z Downloaded atomic-waker v1.1.1
15952024-04-03T04:20:04.580Z Downloaded async-trait v0.1.77
15962024-04-03T04:20:04.584Z Downloaded ascii v1.1.0
15972024-04-03T04:20:04.584Z Downloaded ansi_term v0.12.1
15982024-04-03T04:20:04.587Z Downloaded backoff v0.4.0
15992024-04-03T04:20:04.587Z Downloaded base64ct v1.6.0
16002024-04-03T04:20:04.594Z Downloaded array-init v0.0.4
16012024-04-03T04:20:05.144Z Compiling libc v0.2.153
16022024-04-03T04:20:05.145Z Compiling serde v1.0.197
16032024-04-03T04:20:05.148Z Compiling version_check v0.9.4
16042024-04-03T04:20:05.148Z Checking cfg-if v1.0.0
16052024-04-03T04:20:05.148Z Compiling syn v1.0.109
16062024-04-03T04:20:05.199Z Compiling lock_api v0.4.10
16072024-04-03T04:20:05.237Z Compiling syn v2.0.52
16082024-04-03T04:20:05.282Z Compiling parking_lot_core v0.9.8
16092024-04-03T04:20:05.340Z Compiling libm v0.2.7
16102024-04-03T04:20:05.622Z Compiling once_cell v1.19.0
16112024-04-03T04:20:05.692Z Compiling memchr v2.7.1
16122024-04-03T04:20:05.708Z Compiling num-traits v0.2.18
16132024-04-03T04:20:05.743Z Compiling serde_json v1.0.114
16142024-04-03T04:20:05.944Z Compiling ahash v0.8.8
16152024-04-03T04:20:06.075Z Compiling byteorder v1.5.0
16162024-04-03T04:20:06.488Z Checking log v0.4.21
16172024-04-03T04:20:06.785Z Compiling slab v0.4.9
16182024-04-03T04:20:07.065Z Checking getrandom v0.2.12
16192024-04-03T04:20:07.211Z Compiling cc v1.0.83
16202024-04-03T04:20:07.250Z Checking itoa v1.0.9
16212024-04-03T04:20:07.296Z Compiling typenum v1.16.0
16222024-04-03T04:20:07.550Z Compiling generic-array v0.14.7
16232024-04-03T04:20:07.583Z Checking scopeguard v1.2.0
16242024-04-03T04:20:07.832Z Checking smallvec v1.13.1
16252024-04-03T04:20:07.933Z Compiling allocator-api2 v0.2.16
16262024-04-03T04:20:08.027Z Compiling pkg-config v0.3.27
16272024-04-03T04:20:08.216Z Compiling rustix v0.38.31
16282024-04-03T04:20:08.437Z Compiling schemars v0.8.16
16292024-04-03T04:20:08.793Z Compiling httparse v1.8.0
16302024-04-03T04:20:08.838Z Compiling fnv v1.0.7
16312024-04-03T04:20:08.967Z Checking pin-project-lite v0.2.13
16322024-04-03T04:20:09.135Z Checking parking_lot v0.12.1
16332024-04-03T04:20:09.150Z Compiling num-conv v0.1.0
16342024-04-03T04:20:09.241Z Compiling time-core v0.1.2
16352024-04-03T04:20:09.440Z Compiling time-macros v0.2.17
16362024-04-03T04:20:09.473Z Checking signal-hook-registry v1.4.1
16372024-04-03T04:20:09.491Z Compiling vcpkg v0.2.15
16382024-04-03T04:20:09.714Z Checking mio v0.8.11
16392024-04-03T04:20:10.018Z Compiling ucd-trie v0.1.6
16402024-04-03T04:20:10.393Z Checking ryu v1.0.15
16412024-04-03T04:20:10.523Z Compiling ring v0.17.8
16422024-04-03T04:20:10.613Z Compiling aho-corasick v1.1.2
16432024-04-03T04:20:11.814Z Compiling regex-syntax v0.8.2
16442024-04-03T04:20:11.838Z Compiling openssl-sys v0.9.96
16452024-04-03T04:20:12.983Z Checking rand_core v0.6.4
16462024-04-03T04:20:13.272Z Compiling serde_derive_internals v0.26.0
16472024-04-03T04:20:13.806Z Checking num_cpus v1.16.0
16482024-04-03T04:20:13.920Z Checking futures-core v0.3.30
16492024-04-03T04:20:14.082Z Compiling ring v0.16.20
16502024-04-03T04:20:14.969Z Compiling regex-automata v0.4.5
16512024-04-03T04:20:15.665Z Checking socket2 v0.5.5
16522024-04-03T04:20:15.812Z Compiling openssl v0.10.60
16532024-04-03T04:20:16.186Z Compiling slog v2.7.0
16542024-04-03T04:20:16.678Z Compiling crossbeam-utils v0.8.19
16552024-04-03T04:20:17.234Z Compiling async-trait v0.1.77
16562024-04-03T04:20:17.848Z Checking spin v0.5.2
16572024-04-03T04:20:17.919Z Compiling iana-time-zone v0.1.57
16582024-04-03T04:20:18.017Z Compiling rustls v0.21.9
16592024-04-03T04:20:18.059Z Compiling native-tls v0.2.11
16602024-04-03T04:20:18.254Z Compiling rustversion v1.0.14
16612024-04-03T04:20:18.299Z Compiling cookie v0.17.0
16622024-04-03T04:20:18.366Z Compiling backtrace v0.3.69
16632024-04-03T04:20:18.644Z Compiling uuid v0.8.2
16642024-04-03T04:20:18.815Z Checking futures-sink v0.3.30
16652024-04-03T04:20:18.914Z Compiling unicode-xid v0.2.4
16662024-04-03T04:20:18.943Z Compiling dyn-clone v1.0.17
16672024-04-03T04:20:19.071Z Compiling anyhow v1.0.79
16682024-04-03T04:20:19.474Z Checking pin-utils v0.1.0
16692024-04-03T04:20:19.556Z Checking futures-channel v0.3.30
16702024-04-03T04:20:19.598Z Compiling regex v1.10.3
16712024-04-03T04:20:19.733Z Compiling serde_derive v1.0.197
16722024-04-03T04:20:19.921Z Compiling zerocopy-derive v0.7.32
16732024-04-03T04:20:19.978Z Compiling thiserror-impl v1.0.57
16742024-04-03T04:20:20.108Z Compiling zeroize_derive v1.4.2
16752024-04-03T04:20:20.826Z Compiling tokio-macros v2.2.0
16762024-04-03T04:20:20.848Z Compiling futures-macro v0.3.30
16772024-04-03T04:20:20.848Z Compiling tracing-attributes v0.1.27
16782024-04-03T04:20:21.710Z Compiling schemars_derive v0.8.16
16792024-04-03T04:20:22.179Z Checking zeroize v1.7.0
16802024-04-03T04:20:22.341Z Compiling zerocopy v0.7.32
16812024-04-03T04:20:22.487Z Compiling openssl-macros v0.1.1
16822024-04-03T04:20:23.396Z Compiling thiserror v1.0.57
16832024-04-03T04:20:23.527Z Compiling pest v2.7.6
16842024-04-03T04:20:24.615Z Compiling hashbrown v0.14.3
16852024-04-03T04:20:25.252Z Checking futures-io v0.3.30
16862024-04-03T04:20:25.417Z Compiling tinyvec_macros v0.1.1
16872024-04-03T04:20:25.511Z Checking futures-task v0.3.30
16882024-04-03T04:20:25.554Z Compiling tinyvec v1.6.0
16892024-04-03T04:20:25.579Z Compiling scroll_derive v0.12.0
16902024-04-03T04:20:25.707Z Checking futures-util v0.3.30
16912024-04-03T04:20:25.952Z Compiling pest_meta v2.7.6
16922024-04-03T04:20:26.042Z Compiling thread-id v4.2.0
16932024-04-03T04:20:26.148Z Compiling der_derive v0.7.2
16942024-04-03T04:20:27.058Z Compiling unicode-normalization v0.1.22
16952024-04-03T04:20:27.164Z Compiling pest_generator v2.7.6
16962024-04-03T04:20:27.543Z Compiling unicode-bidi v0.3.15
16972024-04-03T04:20:28.779Z Compiling errno v0.3.8
16982024-04-03T04:20:29.004Z Compiling crc32fast v1.3.2
16992024-04-03T04:20:29.087Z Compiling either v1.10.0
17002024-04-03T04:20:29.262Z Compiling unicode-width v0.1.11
17012024-04-03T04:20:29.284Z Checking subtle v2.5.0
17022024-04-03T04:20:29.846Z Compiling winnow v0.5.15
17032024-04-03T04:20:29.906Z Compiling synstructure v0.12.6
17042024-04-03T04:20:30.855Z Compiling spin v0.9.8
17052024-04-03T04:20:31.022Z Compiling pest_derive v2.7.6
17062024-04-03T04:20:31.263Z Compiling tracing-core v0.1.32
17072024-04-03T04:20:31.827Z Compiling zerocopy-derive v0.2.0
17082024-04-03T04:20:32.177Z Compiling tracing v0.1.40
17092024-04-03T04:20:32.738Z Compiling scroll v0.12.0
17102024-04-03T04:20:32.786Z Compiling usdt-impl v0.5.0
17112024-04-03T04:20:33.289Z Compiling plain v0.2.3
17122024-04-03T04:20:33.393Z Checking bytes v1.5.0
17132024-04-03T04:20:33.453Z Checking bitflags v2.4.2
17142024-04-03T04:20:33.654Z Compiling percent-encoding v2.3.1
17152024-04-03T04:20:33.668Z Compiling const-oid v0.9.6
17162024-04-03T04:20:33.937Z Compiling goblin v0.8.0
17172024-04-03T04:20:33.985Z Checking chrono v0.4.34
17182024-04-03T04:20:34.122Z Checking tokio v1.36.0
17192024-04-03T04:20:34.145Z Compiling lazy_static v1.4.0
17202024-04-03T04:20:34.259Z Compiling pretty-hex v0.4.1
17212024-04-03T04:20:34.749Z Compiling indexmap v2.2.5
17222024-04-03T04:20:35.999Z Compiling uuid v1.7.0
17232024-04-03T04:20:36.123Z Compiling http v0.2.12
17242024-04-03T04:20:36.270Z Compiling semver v1.0.22
17252024-04-03T04:20:36.624Z Compiling serde_spanned v0.6.5
17262024-04-03T04:20:36.862Z Compiling rustc_version v0.4.0
17272024-04-03T04:20:37.053Z Compiling toml_datetime v0.6.5
17282024-04-03T04:20:37.649Z Compiling toml_edit v0.19.15
17292024-04-03T04:20:37.668Z Compiling openapiv3 v2.0.0
17302024-04-03T04:20:40.010Z Compiling dof v0.3.0
17312024-04-03T04:20:40.630Z Compiling dtrace-parser v0.2.0
17322024-04-03T04:20:41.499Z Compiling clap_derive v4.5.0
17332024-04-03T04:20:42.333Z Compiling powerfmt v0.2.0
17342024-04-03T04:20:42.337Z Compiling signal-hook v0.3.17
17352024-04-03T04:20:42.630Z Compiling untrusted v0.9.0
17362024-04-03T04:20:42.647Z Compiling untrusted v0.7.1
17372024-04-03T04:20:42.730Z Compiling foreign-types-shared v0.1.1
17382024-04-03T04:20:42.810Z Compiling foreign-types v0.3.2
17392024-04-03T04:20:42.899Z Compiling deranged v0.3.11
17402024-04-03T04:20:44.561Z Compiling form_urlencoded v1.2.1
17412024-04-03T04:20:44.702Z Compiling crypto-common v0.1.6
17422024-04-03T04:20:44.884Z Compiling zerocopy-derive v0.6.4
17432024-04-03T04:20:44.979Z Compiling usdt-impl v0.3.5
17442024-04-03T04:20:45.297Z Compiling siphasher v0.3.11
17452024-04-03T04:20:45.678Z Compiling tokio-util v0.7.10
17462024-04-03T04:20:45.843Z Compiling base64 v0.21.7
17472024-04-03T04:20:46.293Z Compiling num_threads v0.1.6
17482024-04-03T04:20:46.423Z Compiling try-lock v0.2.4
17492024-04-03T04:20:46.577Z Compiling want v0.3.1
17502024-04-03T04:20:46.998Z Compiling time v0.3.34
17512024-04-03T04:20:47.002Z Compiling h2 v0.3.24
17522024-04-03T04:20:47.002Z Compiling rustls-webpki v0.101.7
17532024-04-03T04:20:47.002Z Compiling sct v0.7.0
17542024-04-03T04:20:47.159Z Compiling http-body v0.4.5
17552024-04-03T04:20:47.163Z Compiling zerocopy v0.3.0
17562024-04-03T04:20:47.608Z Compiling block-buffer v0.10.4
17572024-04-03T04:20:47.861Z Compiling idna v0.5.0
17582024-04-03T04:20:47.994Z Compiling bzip2-sys v0.1.11+1.0.8
17592024-04-03T04:20:48.452Z Compiling openssl-probe v0.1.5
17602024-04-03T04:20:48.711Z Compiling httpdate v1.0.3
17612024-04-03T04:20:48.819Z Compiling tower-service v0.3.2
17622024-04-03T04:20:48.942Z Compiling url v2.5.0
17632024-04-03T04:20:49.409Z Compiling dof v0.1.5
17642024-04-03T04:20:50.119Z Compiling digest v0.10.7
17652024-04-03T04:20:50.714Z Compiling heapless v0.7.16
17662024-04-03T04:20:50.746Z Compiling dtrace-parser v0.1.14
17672024-04-03T04:20:50.764Z Compiling idna v0.3.0
17682024-04-03T04:20:52.086Z Compiling unicode-segmentation v1.10.1
17692024-04-03T04:20:52.265Z Compiling adler v1.0.2
17702024-04-03T04:20:52.489Z Compiling ppv-lite86 v0.2.17
17712024-04-03T04:20:52.733Z Compiling psl-types v2.0.11
17722024-04-03T04:20:52.918Z Compiling publicsuffix v2.2.3
17732024-04-03T04:20:52.933Z Compiling miniz_oxide v0.7.1
17742024-04-03T04:20:53.163Z Compiling tokio-native-tls v0.3.1
17752024-04-03T04:20:53.244Z Compiling rand_chacha v0.3.1
17762024-04-03T04:20:53.323Z Compiling crossbeam-epoch v0.9.18
17772024-04-03T04:20:54.072Z Compiling hyper v0.14.28
17782024-04-03T04:20:54.143Z Compiling tokio-rustls v0.24.1
17792024-04-03T04:20:54.550Z Compiling serde_tokenstream v0.1.7
17802024-04-03T04:20:55.061Z Compiling bit-vec v0.6.3
17812024-04-03T04:20:55.078Z Checking equivalent v1.0.1
17822024-04-03T04:20:55.186Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17832024-04-03T04:20:55.219Z Compiling ipnet v2.9.0
17842024-04-03T04:20:55.492Z Compiling cookie_store v0.20.0
17852024-04-03T04:20:56.054Z Compiling rand v0.8.5
17862024-04-03T04:20:56.537Z Compiling rustls-pemfile v1.0.3
17872024-04-03T04:20:56.614Z Compiling phf_shared v0.10.0
17882024-04-03T04:20:56.903Z Compiling serde_urlencoded v0.7.1
17892024-04-03T04:20:57.017Z Compiling encoding_rs v0.8.33
17902024-04-03T04:20:57.035Z Compiling num-bigint v0.4.4
17912024-04-03T04:20:57.356Z Compiling base64ct v1.6.0
17922024-04-03T04:20:57.451Z Compiling sync_wrapper v0.1.2
17932024-04-03T04:20:57.579Z Compiling minimal-lexical v0.2.1
17942024-04-03T04:20:57.633Z Compiling precomputed-hash v0.1.1
17952024-04-03T04:20:57.651Z Compiling webpki-roots v0.25.2
17962024-04-03T04:20:57.749Z Compiling gimli v0.28.0
17972024-04-03T04:20:57.814Z Compiling new_debug_unreachable v1.0.4
17982024-04-03T04:20:57.904Z Compiling smoltcp v0.9.1
17992024-04-03T04:20:57.922Z Compiling fixedbitset v0.4.2
18002024-04-03T04:20:57.947Z Compiling mime v0.3.17
18012024-04-03T04:20:58.079Z Compiling nom v7.1.3
18022024-04-03T04:20:58.361Z Compiling petgraph v0.6.4
18032024-04-03T04:20:58.679Z Compiling string_cache v0.8.7
18042024-04-03T04:20:58.875Z Compiling pem-rfc7468 v0.7.0
18052024-04-03T04:20:59.497Z Compiling bit-set v0.5.3
18062024-04-03T04:20:59.547Z Compiling usdt-attr-macro v0.3.5
18072024-04-03T04:20:59.682Z Compiling usdt-macro v0.3.5
18082024-04-03T04:20:59.767Z Compiling hmac v0.12.1
18092024-04-03T04:21:00.357Z Compiling itertools v0.10.5
18102024-04-03T04:21:01.021Z Compiling hyper-tls v0.5.0
18112024-04-03T04:21:01.041Z Compiling hyper-rustls v0.24.2
18122024-04-03T04:21:01.364Z Compiling reqwest v0.11.24
18132024-04-03T04:21:01.368Z Compiling hubpack_derive v0.1.1
18142024-04-03T04:21:01.749Z Compiling enum-as-inner v0.5.1
18152024-04-03T04:21:01.840Z Compiling addr2line v0.21.0
18162024-04-03T04:21:02.282Z Compiling diesel_table_macro_syntax v0.1.0
18172024-04-03T04:21:02.419Z Compiling object v0.32.1
18182024-04-03T04:21:02.739Z Compiling rustc-demangle v0.1.23
18192024-04-03T04:21:02.842Z Compiling lalrpop-util v0.19.12
18202024-04-03T04:21:03.194Z Compiling flagset v0.4.3
18212024-04-03T04:21:03.222Z Compiling diesel_derives v2.1.2
18222024-04-03T04:21:03.310Z Compiling flate2 v1.0.28
18232024-04-03T04:21:03.373Z Compiling der v0.7.8
18242024-04-03T04:21:03.600Z Compiling futures-executor v0.3.30
18252024-04-03T04:21:03.717Z Compiling strum_macros v0.25.2
18262024-04-03T04:21:04.186Z Compiling cpufeatures v0.2.12
18272024-04-03T04:21:04.283Z Compiling sha2 v0.10.8
18282024-04-03T04:21:04.302Z Compiling toml_edit v0.22.9
18292024-04-03T04:21:04.390Z Compiling futures v0.3.30
18302024-04-03T04:21:05.808Z Compiling spki v0.7.2
18312024-04-03T04:21:06.173Z Compiling md-5 v0.10.5
18322024-04-03T04:21:06.435Z Compiling toml v0.7.8
18332024-04-03T04:21:06.924Z Compiling hex v0.4.3
18342024-04-03T04:21:07.581Z Compiling stringprep v0.1.3
18352024-04-03T04:21:08.021Z Compiling serde_repr v0.1.16
18362024-04-03T04:21:08.133Z Compiling num-integer v0.1.46
18372024-04-03T04:21:08.885Z Compiling hash32 v0.2.1
18382024-04-03T04:21:09.148Z Compiling fallible-iterator v0.2.0
18392024-04-03T04:21:09.200Z Compiling stable_deref_trait v1.2.0
18402024-04-03T04:21:09.264Z Checking unicode-ident v1.0.12
18412024-04-03T04:21:09.873Z Compiling postgres-protocol v0.6.6
18422024-04-03T04:21:11.160Z Compiling pkcs8 v0.10.2
18432024-04-03T04:21:11.393Z Compiling phf_shared v0.11.2
18442024-04-03T04:21:11.700Z Compiling terminal_size v0.3.0
18452024-04-03T04:21:11.762Z Compiling ff v0.13.0
18462024-04-03T04:21:11.979Z Compiling block-padding v0.3.3
18472024-04-03T04:21:12.095Z Compiling scheduled-thread-pool v0.2.7
18482024-04-03T04:21:12.301Z Compiling base16ct v0.2.0
18492024-04-03T04:21:12.621Z Compiling peg-runtime v0.8.2
18502024-04-03T04:21:12.636Z Compiling bitflags v1.3.2
18512024-04-03T04:21:12.689Z Compiling managed v0.8.0
18522024-04-03T04:21:12.711Z Compiling matches v0.1.10
18532024-04-03T04:21:12.747Z Compiling regex-automata v0.1.10
18542024-04-03T04:21:12.800Z Compiling idna v0.2.3
18552024-04-03T04:21:12.977Z Compiling clap_builder v4.5.1
18562024-04-03T04:21:13.004Z Compiling sec1 v0.7.3
18572024-04-03T04:21:13.243Z Compiling bstr v0.2.17
18582024-04-03T04:21:13.320Z Compiling r2d2 v0.8.10
18592024-04-03T04:21:13.570Z Compiling inout v0.1.3
18602024-04-03T04:21:13.864Z Compiling signal-hook-mio v0.2.3
18612024-04-03T04:21:14.027Z Compiling group v0.13.0
18622024-04-03T04:21:14.073Z Compiling phf v0.11.2
18632024-04-03T04:21:14.341Z Compiling bzip2 v0.4.4
18642024-04-03T04:21:14.378Z Compiling postgres-types v0.2.6
18652024-04-03T04:21:14.663Z Compiling hubpack v0.1.2
18662024-04-03T04:21:14.718Z Compiling hkdf v0.12.4
18672024-04-03T04:21:15.119Z Compiling zerocopy v0.6.4
18682024-04-03T04:21:15.255Z Compiling ipnetwork v0.20.0
18692024-04-03T04:21:15.358Z Compiling crypto-bigint v0.5.2
18702024-04-03T04:21:15.941Z Compiling float-cmp v0.9.0
18712024-04-03T04:21:16.152Z Compiling normalize-line-endings v0.3.0
18722024-04-03T04:21:16.198Z Compiling predicates-core v1.0.6
18732024-04-03T04:21:16.271Z Compiling static_assertions v1.1.0
18742024-04-03T04:21:16.369Z Compiling whoami v1.5.0
18752024-04-03T04:21:16.551Z Compiling data-encoding v2.4.0
18762024-04-03T04:21:17.015Z Compiling difflib v0.4.0
18772024-04-03T04:21:17.029Z Compiling clap v4.5.1
18782024-04-03T04:21:17.146Z Compiling trust-dns-proto v0.22.0
18792024-04-03T04:21:18.720Z Compiling predicates v3.1.0
18802024-04-03T04:21:18.816Z Compiling yasna v0.5.2
18812024-04-03T04:21:18.984Z Compiling elliptic-curve v0.13.8
18822024-04-03T04:21:19.750Z Compiling tokio-postgres v0.7.10
18832024-04-03T04:21:19.786Z Compiling diesel v2.1.5
18842024-04-03T04:21:20.569Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18852024-04-03T04:21:20.794Z Compiling zip v0.6.6
18862024-04-03T04:21:22.059Z Compiling similar v2.4.0
18872024-04-03T04:21:22.168Z Compiling crossterm v0.27.0
18882024-04-03T04:21:23.400Z Compiling cipher v0.4.4
18892024-04-03T04:21:24.113Z Checking proc-macro2 v1.0.78
18902024-04-03T04:21:24.686Z Compiling num-iter v0.1.44
18912024-04-03T04:21:24.820Z Compiling usdt v0.3.5
18922024-04-03T04:21:24.862Z Compiling tokio-stream v0.1.14
18932024-04-03T04:21:24.920Z Compiling console v0.15.8
18942024-04-03T04:21:25.086Z Compiling bstr v1.9.0
18952024-04-03T04:21:25.545Z Checking quote v1.0.35
18962024-04-03T04:21:30.391Z Checking utf8parse v0.2.1
18972024-04-03T04:21:34.093Z Checking anstyle v1.0.6
18982024-04-03T04:21:35.480Z Checking anstyle-parse v0.2.1
18992024-04-03T04:21:35.843Z Checking colorchoice v1.0.0
19002024-04-03T04:21:35.926Z Checking anstyle-query v1.0.0
19012024-04-03T04:21:36.044Z Checking anstream v0.6.11
19022024-04-03T04:21:36.270Z Checking strsim v0.11.0
19032024-04-03T04:21:36.399Z Checking clap_lex v0.7.0
19042024-04-03T04:21:38.765Z Compiling serde_tokenstream v0.2.0
19052024-04-03T04:21:42.268Z Checking winnow v0.6.1
19062024-04-03T04:21:49.449Z Compiling regress v0.9.0
19072024-04-03T04:21:49.596Z Compiling getopts v0.2.21
19082024-04-03T04:21:50.377Z Compiling unsafe-libyaml v0.2.10
19092024-04-03T04:21:50.885Z Checking heck v0.4.1
19102024-04-03T04:21:51.075Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19112024-04-03T04:21:51.394Z Compiling ident_case v1.0.1
19122024-04-03T04:21:51.583Z Compiling strsim v0.10.0
19132024-04-03T04:21:51.617Z Checking camino v1.1.6
19142024-04-03T04:21:52.111Z Compiling serde_yaml v0.9.25
19152024-04-03T04:21:52.161Z Checking atty v0.2.14
19162024-04-03T04:21:52.271Z Checking sha1 v0.10.6
19172024-04-03T04:21:52.312Z Checking http v1.0.0
19182024-04-03T04:21:52.423Z Checking fastrand v2.0.1
19192024-04-03T04:21:52.527Z Checking match_cfg v0.1.0
19202024-04-03T04:21:52.617Z Checking rustls-pki-types v1.3.0
19212024-04-03T04:21:52.808Z Checking tempfile v3.10.0
19222024-04-03T04:21:53.012Z Checking hostname v0.3.1
19232024-04-03T04:21:53.059Z Compiling darling_core v0.20.3
19242024-04-03T04:21:53.141Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19252024-04-03T04:21:53.622Z Compiling strum_macros v0.26.1
19262024-04-03T04:21:54.708Z Checking dirs-sys-next v0.1.2
19272024-04-03T04:21:54.880Z Compiling paste v1.0.14
19282024-04-03T04:21:55.383Z Checking quick-error v1.2.3
19292024-04-03T04:21:55.582Z Checking dirs-next v2.0.0
19302024-04-03T04:21:55.715Z Checking crossbeam-channel v0.5.8
19312024-04-03T04:21:56.267Z Checking thread_local v1.1.7
19322024-04-03T04:21:56.389Z Compiling rustls v0.22.2
19332024-04-03T04:21:56.526Z Compiling slog-async v2.8.0
19342024-04-03T04:21:56.535Z Checking term v0.7.0
19352024-04-03T04:21:56.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19362024-04-03T04:21:56.965Z Checking rustls-webpki v0.102.1
19372024-04-03T04:21:57.095Z Checking instant v0.1.12
19382024-04-03T04:21:57.114Z Checking take_mut v0.2.2
19392024-04-03T04:21:57.209Z Checking slog-term v2.9.0
19402024-04-03T04:21:57.595Z Checking rustls-pemfile v2.1.1
19412024-04-03T04:21:57.694Z Compiling multer v3.0.0
19422024-04-03T04:21:57.834Z Checking debug-ignore v1.0.5
19432024-04-03T04:21:57.965Z Checking slog-json v2.6.1
19442024-04-03T04:21:58.001Z Compiling async-stream-impl v0.3.5
19452024-04-03T04:21:58.153Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19462024-04-03T04:21:58.214Z Checking atomic-waker v1.1.1
19472024-04-03T04:21:58.343Z Checking waitgroup v0.1.2
19482024-04-03T04:21:58.419Z Checking slog-bunyan v2.5.0
19492024-04-03T04:21:58.593Z Checking toml v0.8.12
19502024-04-03T04:21:58.886Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19512024-04-03T04:21:58.989Z Checking strum v0.26.1
19522024-04-03T04:21:59.149Z Checking serde_path_to_error v0.1.16
19532024-04-03T04:21:59.230Z Compiling darling_macro v0.20.3
19542024-04-03T04:21:59.386Z Checking wait-timeout v0.2.0
19552024-04-03T04:21:59.414Z Checking async-stream v0.3.5
19562024-04-03T04:21:59.563Z Compiling structmeta-derive v0.3.0
19572024-04-03T04:21:59.581Z Checking rusty-fork v0.3.0
19582024-04-03T04:21:59.762Z Checking newtype-uuid v1.0.1
19592024-04-03T04:21:59.867Z Compiling structmeta-derive v0.2.0
19602024-04-03T04:21:59.997Z Checking rand_xorshift v0.3.0
19612024-04-03T04:22:00.168Z Checking unarray v0.1.4
19622024-04-03T04:22:00.263Z Compiling darling v0.20.3
19632024-04-03T04:22:00.308Z Checking proptest v1.4.0
19642024-04-03T04:22:00.383Z Compiling serde_with_macros v3.6.1
19652024-04-03T04:22:01.139Z Checking backoff v0.4.0
19662024-04-03T04:22:01.429Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19672024-04-03T04:22:01.535Z Checking tokio-rustls v0.25.0
19682024-04-03T04:22:02.206Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19692024-04-03T04:22:02.348Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19702024-04-03T04:22:02.576Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19712024-04-03T04:22:02.749Z Compiling structmeta v0.3.0
19722024-04-03T04:22:03.016Z Compiling structmeta v0.2.0
19732024-04-03T04:22:03.203Z Compiling parse-display-derive v0.9.0
19742024-04-03T04:22:03.397Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19752024-04-03T04:22:03.871Z Compiling test-strategy v0.3.1
19762024-04-03T04:22:03.874Z Checking macaddr v1.0.1
19772024-04-03T04:22:03.874Z Checking serde_with v3.6.1
19782024-04-03T04:22:03.875Z Compiling proc-macro-error-attr v1.0.4
19792024-04-03T04:22:04.242Z Compiling proc-macro-error v1.0.4
19802024-04-03T04:22:04.949Z Compiling proc-macro-crate v1.3.1
19812024-04-03T04:22:05.617Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19822024-04-03T04:22:06.006Z Checking camino-tempfile v1.1.1
19832024-04-03T04:22:06.080Z Compiling num_enum_derive v0.5.11
19842024-04-03T04:22:06.273Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19852024-04-03T04:22:06.299Z Compiling foreign-types-macros v0.2.3
19862024-04-03T04:22:06.582Z Checking foreign-types-shared v0.3.1
19872024-04-03T04:22:06.692Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19882024-04-03T04:22:07.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19892024-04-03T04:22:07.204Z Checking cstr-argument v0.1.2
19902024-04-03T04:22:07.394Z Checking pretty-hex v0.2.1
19912024-04-03T04:22:07.552Z Checking tabwriter v1.4.0
19922024-04-03T04:22:07.569Z Checking colored v2.1.0
19932024-04-03T04:22:07.617Z Checking foreign-types v0.5.0
19942024-04-03T04:22:07.725Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19952024-04-03T04:22:07.771Z Checking socket2 v0.4.9
19962024-04-03T04:22:07.852Z Checking smf v0.2.2
19972024-04-03T04:22:08.040Z Checking humantime v2.1.0
19982024-04-03T04:22:08.152Z Checking parse-display v0.9.0
19992024-04-03T04:22:08.167Z Checking termcolor v1.2.0
20002024-04-03T04:22:08.206Z Compiling usdt-macro v0.5.0
20012024-04-03T04:22:08.295Z Compiling usdt-attr-macro v0.5.0
20022024-04-03T04:22:08.311Z Checking memmap v0.7.0
20032024-04-03T04:22:08.346Z Checking arc-swap v1.6.0
20042024-04-03T04:22:08.500Z Compiling heapless v0.8.0
20052024-04-03T04:22:08.533Z Checking utf-8 v0.7.6
20062024-04-03T04:22:08.734Z Checking termtree v0.4.1
20072024-04-03T04:22:08.786Z Checking slog-scope v4.4.0
20082024-04-03T04:22:08.931Z Checking predicates-tree v1.0.9
20092024-04-03T04:22:08.962Z Checking num_enum v0.5.11
20102024-04-03T04:22:08.978Z Checking slog-stdlog v4.1.1
20112024-04-03T04:22:09.063Z Checking hash32 v0.3.1
20122024-04-03T04:22:09.099Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-04-03T04:22:09.134Z Checking slog-envlogger v2.2.0
20142024-04-03T04:22:09.249Z Compiling smoltcp v0.11.0
20152024-04-03T04:22:09.328Z Compiling heck v0.3.3
20162024-04-03T04:22:09.349Z Checking xattr v1.0.1
20172024-04-03T04:22:09.534Z Checking filetime v0.2.23
20182024-04-03T04:22:09.717Z Compiling crucible-workspace-hack v0.1.0
20192024-04-03T04:22:09.734Z Checking same-file v1.0.6
20202024-04-03T04:22:09.737Z Checking cobs v0.2.3
20212024-04-03T04:22:09.896Z Checking embedded-io v0.4.0
20222024-04-03T04:22:09.929Z Checking usdt v0.5.0
20232024-04-03T04:22:09.936Z Checking walkdir v2.4.0
20242024-04-03T04:22:09.997Z Checking tar v0.4.40
20252024-04-03T04:22:10.010Z Checking tungstenite v0.20.1
20262024-04-03T04:22:10.083Z Checking postcard v1.0.8
20272024-04-03T04:22:10.136Z Checking newline-converter v0.3.0
20282024-04-03T04:22:10.191Z Checking sigpipe v0.1.3
20292024-04-03T04:22:10.274Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20302024-04-03T04:22:10.290Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20312024-04-03T04:22:10.428Z Checking expectorate v1.1.0
20322024-04-03T04:22:10.630Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20332024-04-03T04:22:10.677Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20342024-04-03T04:22:10.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20352024-04-03T04:22:10.727Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20362024-04-03T04:22:10.855Z Checking tokio-tungstenite v0.20.1
20372024-04-03T04:22:10.950Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20382024-04-03T04:22:11.337Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20392024-04-03T04:22:11.588Z Compiling num-derive v0.4.0
20402024-04-03T04:22:11.711Z Compiling mockall_derive v0.12.0
20412024-04-03T04:22:12.121Z Checking downcast v0.11.0
20422024-04-03T04:22:12.137Z Checking fragile v2.0.0
20432024-04-03T04:22:12.137Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20442024-04-03T04:22:12.176Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20452024-04-03T04:22:12.454Z Checking base64 v0.22.0
20462024-04-03T04:22:12.522Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20472024-04-03T04:22:12.807Z Checking pem v3.0.2
20482024-04-03T04:22:12.932Z Checking env_logger v0.9.3
20492024-04-03T04:22:13.072Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20502024-04-03T04:22:13.249Z Compiling bitstruct_derive v0.1.0
20512024-04-03T04:22:13.373Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20522024-04-03T04:22:13.389Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20532024-04-03T04:22:13.424Z Checking ascii v1.1.0
20542024-04-03T04:22:13.484Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-04-03T04:22:13.634Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20562024-04-03T04:22:13.803Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20572024-04-03T04:22:13.878Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20582024-04-03T04:22:13.984Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
20592024-04-03T04:22:14.168Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20602024-04-03T04:22:14.380Z Checking erased-serde v0.3.31
20612024-04-03T04:22:14.422Z Checking serde_arrays v0.1.0
20622024-04-03T04:22:14.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20632024-04-03T04:22:14.571Z Checking bitstruct v0.1.1
20642024-04-03T04:22:14.672Z Compiling zone_cfg_derive v0.1.2
20652024-04-03T04:22:14.694Z Checking tungstenite v0.21.0
20662024-04-03T04:22:14.774Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20672024-04-03T04:22:14.869Z Checking base64 v0.13.1
20682024-04-03T04:22:15.262Z Checking ron v0.7.1
20692024-04-03T04:22:15.422Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20702024-04-03T04:22:15.567Z Checking tokio-tungstenite v0.21.0
20712024-04-03T04:22:16.163Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20722024-04-03T04:22:16.209Z Checking zone v0.1.8
20732024-04-03T04:22:16.378Z Checking headers-core v0.2.0
20742024-04-03T04:22:16.428Z Checking portpicker v0.1.1
20752024-04-03T04:22:16.511Z Checking headers v0.3.9
20762024-04-03T04:22:16.561Z Checking rcgen v0.12.1
20772024-04-03T04:22:16.852Z Checking atomicwrites v0.4.3
20782024-04-03T04:22:17.033Z Checking subprocess v0.2.9
20792024-04-03T04:22:17.169Z Checking linked-hash-map v0.5.6
20802024-04-03T04:22:17.321Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20812024-04-03T04:22:17.472Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20822024-04-03T04:22:17.537Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20832024-04-03T04:22:17.576Z Checking lru-cache v0.1.2
20842024-04-03T04:22:17.580Z Checking password-hash v0.5.0
20852024-04-03T04:22:18.101Z Checking blake2 v0.10.6
20862024-04-03T04:22:18.108Z Checking swrite v0.1.0
20872024-04-03T04:22:18.108Z Checking itertools v0.12.1
20882024-04-03T04:22:18.108Z Compiling derive-where v1.2.7
20892024-04-03T04:22:18.108Z Compiling rayon-core v1.12.1
20902024-04-03T04:22:18.133Z Checking argon2 v0.5.3
20912024-04-03T04:22:18.351Z Checking half v2.3.1
20922024-04-03T04:22:18.799Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20932024-04-03T04:22:18.827Z Checking ciborium-io v0.2.2
20942024-04-03T04:22:18.930Z Compiling cancel-safe-futures v0.1.5
20952024-04-03T04:22:19.134Z Checking ciborium-ll v0.2.2
20962024-04-03T04:22:19.301Z Checking resolv-conf v0.7.0
20972024-04-03T04:22:19.408Z Checking ciborium v0.2.2
20982024-04-03T04:22:19.648Z Checking trust-dns-resolver v0.22.0
20992024-04-03T04:22:19.820Z Checking bytecount v0.6.3
21002024-04-03T04:22:19.963Z Checking papergrid v0.11.0
21012024-04-03T04:22:20.132Z Checking mockall v0.12.0
21022024-04-03T04:22:20.354Z Compiling tabled_derive v0.7.0
21032024-04-03T04:22:20.431Z Compiling slog-dtrace v0.3.0
21042024-04-03T04:22:20.487Z Compiling semver v0.1.20
21052024-04-03T04:22:20.795Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21062024-04-03T04:22:21.083Z Compiling rustc_version v0.1.7
21072024-04-03T04:22:21.106Z Checking libsw v3.3.1
21082024-04-03T04:22:21.138Z Checking owo-colors v4.0.0
21092024-04-03T04:22:21.373Z Checking linear-map v1.2.0
21102024-04-03T04:22:21.562Z Compiling newtype_derive v0.1.6
21112024-04-03T04:22:21.621Z Compiling num-rational v0.4.1
21122024-04-03T04:22:21.687Z Compiling radium v0.7.0
21132024-04-03T04:22:21.894Z Checking is-terminal v0.4.9
21142024-04-03T04:22:22.012Z Checking num-complex v0.4.4
21152024-04-03T04:22:22.028Z Checking steno v0.4.0
21162024-04-03T04:22:22.183Z Checking nibble_vec v0.1.0
21172024-04-03T04:22:22.389Z Checking tap v1.0.1
21182024-04-03T04:22:22.552Z Compiling maybe-uninit v2.0.0
21192024-04-03T04:22:22.870Z Checking endian-type v0.1.2
21202024-04-03T04:22:22.923Z Checking num v0.4.1
21212024-04-03T04:22:23.022Z Checking wyz v0.5.1
21222024-04-03T04:22:23.025Z Checking tabled v0.15.0
21232024-04-03T04:22:23.055Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21242024-04-03T04:22:23.070Z Checking radix_trie v0.2.1
21252024-04-03T04:22:23.385Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21262024-04-03T04:22:23.476Z Checking fxhash v0.2.1
21272024-04-03T04:22:23.537Z Compiling packed_struct v0.10.1
21282024-04-03T04:22:23.641Z Checking funty v2.0.0
21292024-04-03T04:22:24.371Z Compiling num-bigint-dig v0.8.4
21302024-04-03T04:22:24.374Z Checking crc-catalog v2.2.0
21312024-04-03T04:22:24.374Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21322024-04-03T04:22:24.374Z Checking crc v3.0.1
21332024-04-03T04:22:24.409Z Compiling packed_struct_codegen v0.10.1
21342024-04-03T04:22:24.534Z Compiling indexmap v1.9.3
21352024-04-03T04:22:24.572Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-04-03T04:22:24.621Z Checking nodrop v0.1.14
21372024-04-03T04:22:24.652Z Checking bitvec v1.0.1
21382024-04-03T04:22:24.748Z Checking array-init v0.0.4
21392024-04-03T04:22:24.846Z Checking smallvec v0.6.14
21402024-04-03T04:22:25.210Z Checking pkcs1 v0.7.5
21412024-04-03T04:22:25.593Z Checking signature v2.1.0
21422024-04-03T04:22:25.742Z Checking hashbrown v0.12.3
21432024-04-03T04:22:25.813Z Checking bitfield v0.14.0
21442024-04-03T04:22:25.961Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21452024-04-03T04:22:26.071Z Checking serde-hex v0.1.0
21462024-04-03T04:22:26.146Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21472024-04-03T04:22:26.310Z Checking env_logger v0.10.0
21482024-04-03T04:22:26.816Z Checking x509-cert v0.2.4
21492024-04-03T04:22:27.379Z Checking rsa v0.9.2
21502024-04-03T04:22:41.141Z Checking ron v0.8.1
21512024-04-03T04:22:41.321Z Checking hashbrown v0.13.2
21522024-04-03T04:22:41.321Z Checking crc-any v2.4.3
21532024-04-03T04:22:41.321Z Checking display-error-chain v0.2.0
21542024-04-03T04:22:41.321Z Checking path-slash v0.1.5
21552024-04-03T04:22:41.321Z Compiling convert_case v0.4.0
21562024-04-03T04:22:41.321Z Compiling async-recursion v1.0.5
21572024-04-03T04:22:41.321Z Compiling buf-list v1.0.3
21582024-04-03T04:22:41.321Z Checking object v0.30.4
21592024-04-03T04:22:41.321Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21602024-04-03T04:22:41.321Z Compiling blake3 v1.5.0
21612024-04-03T04:22:41.321Z Compiling derive_more v0.99.17
21622024-04-03T04:22:41.321Z Checking textwrap v0.11.0
21632024-04-03T04:22:41.321Z Checking gethostname v0.4.3
21642024-04-03T04:22:41.321Z Checking strsim v0.8.0
21652024-04-03T04:22:41.321Z Compiling parking_lot_core v0.8.6
21662024-04-03T04:22:41.321Z Compiling libefi-sys v0.1.0
21672024-04-03T04:22:41.321Z Checking vec_map v0.8.2
21682024-04-03T04:22:41.322Z Checking ansi_term v0.12.1
21692024-04-03T04:22:41.322Z Compiling structopt-derive v0.4.18
21702024-04-03T04:22:41.322Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21712024-04-03T04:22:41.322Z Checking clap v2.34.0
21722024-04-03T04:22:41.322Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21732024-04-03T04:22:41.322Z Compiling crossbeam-deque v0.8.3
21742024-04-03T04:22:41.322Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21752024-04-03T04:22:41.541Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21762024-04-03T04:22:41.542Z Checking keccak v0.1.4
21772024-04-03T04:22:41.542Z Checking sha3 v0.10.8
21782024-04-03T04:22:41.542Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21792024-04-03T04:22:41.542Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21802024-04-03T04:22:41.542Z Checking parking_lot v0.11.2
21812024-04-03T04:22:41.542Z Checking structopt v0.3.26
21822024-04-03T04:22:41.542Z Checking trust-dns-client v0.22.0
21832024-04-03T04:22:41.542Z Checking toml v0.5.11
21842024-04-03T04:22:41.542Z Compiling semver-parser v0.10.2
21852024-04-03T04:22:41.542Z Checking secrecy v0.8.0
21862024-04-03T04:22:41.542Z Compiling pin-project-internal v1.1.3
21872024-04-03T04:22:41.542Z Compiling doc-comment v0.3.3
21882024-04-03T04:22:41.542Z Compiling semver v0.11.0
21892024-04-03T04:22:41.542Z Checking trust-dns-server v0.22.1
21902024-04-03T04:22:41.542Z Compiling rayon v1.9.0
21912024-04-03T04:22:41.542Z Checking sled v0.34.7
21922024-04-03T04:22:41.542Z Compiling memmap2 v0.7.1
21932024-04-03T04:22:41.542Z Compiling arrayvec v0.7.4
21942024-04-03T04:22:41.542Z Compiling arrayref v0.3.7
21952024-04-03T04:22:41.542Z Compiling constant_time_eq v0.3.0
21962024-04-03T04:22:41.543Z Compiling home v0.5.5
21972024-04-03T04:22:41.543Z Checking pin-project v1.1.3
21982024-04-03T04:22:41.571Z Compiling toolchain_find v0.2.0
21992024-04-03T04:22:41.571Z Compiling vte_generate_state_changes v0.1.1
22002024-04-03T04:22:41.571Z Compiling topological-sort v0.2.2
22012024-04-03T04:22:41.571Z Compiling glob v0.3.1
22022024-04-03T04:22:41.571Z Checking vte v0.11.1
22032024-04-03T04:22:41.572Z Compiling rustfmt-wrapper v0.2.0
22042024-04-03T04:22:41.572Z Checking fd-lock v3.0.13
22052024-04-03T04:22:41.572Z Compiling omicron-zone-package v0.11.0
22062024-04-03T04:22:41.572Z Checking strum v0.25.0
22072024-04-03T04:22:41.572Z Checking strip-ansi-escapes v0.2.0
22082024-04-03T04:22:41.572Z Checking nu-ansi-term v0.50.0
22092024-04-03T04:22:41.572Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22102024-04-03T04:22:41.572Z Compiling unicase v2.7.0
22112024-04-03T04:22:41.572Z Compiling prettyplease v0.2.16
22122024-04-03T04:22:41.572Z Compiling platforms v3.0.2
22132024-04-03T04:22:41.572Z Checking reedline v0.30.0
22142024-04-03T04:22:41.572Z Compiling snafu-derive v0.7.5
22152024-04-03T04:22:41.634Z Checking globset v0.4.13
22162024-04-03T04:22:42.067Z Checking olpc-cjson v0.1.3
22172024-04-03T04:22:42.098Z Checking serde_plain v1.0.2
22182024-04-03T04:22:42.145Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22192024-04-03T04:22:42.272Z Compiling memoffset v0.7.1
22202024-04-03T04:22:42.322Z Checking typed-path v0.7.0
22212024-04-03T04:22:42.619Z Compiling crunchy v0.2.2
22222024-04-03T04:22:43.156Z Compiling curve25519-dalek v4.1.1
22232024-04-03T04:22:43.212Z Checking fs-err v2.11.0
22242024-04-03T04:22:43.781Z Compiling clang-sys v1.6.1
22252024-04-03T04:22:43.872Z Checking parse-size v1.0.0
22262024-04-03T04:22:43.888Z Compiling tiny-keccak v2.0.2
22272024-04-03T04:22:44.037Z Compiling mime_guess v2.0.4
22282024-04-03T04:22:44.155Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22292024-04-03T04:22:44.866Z Compiling darling_core v0.14.4
22302024-04-03T04:22:44.870Z Checking universal-hash v0.5.1
22312024-04-03T04:22:44.870Z Compiling thiserror-impl-no-std v2.0.2
22322024-04-03T04:22:44.870Z Compiling curve25519-dalek-derive v0.1.0
22332024-04-03T04:22:44.978Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22342024-04-03T04:22:45.192Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22352024-04-03T04:22:45.374Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22362024-04-03T04:22:45.842Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22372024-04-03T04:22:46.278Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22382024-04-03T04:22:47.054Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22392024-04-03T04:22:47.220Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22402024-04-03T04:22:47.346Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22412024-04-03T04:22:48.120Z Checking snafu v0.7.5
22422024-04-03T04:22:48.571Z Checking nanorand v0.7.0
22432024-04-03T04:22:48.595Z Checking tough v0.16.0
22442024-04-03T04:22:48.950Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22452024-04-03T04:22:48.978Z Checking opaque-debug v0.3.0
22462024-04-03T04:22:49.066Z Compiling salty v0.2.0
22472024-04-03T04:22:49.138Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22482024-04-03T04:22:49.258Z Checking signature v1.6.4
22492024-04-03T04:22:49.383Z Checking ed25519 v1.5.3
22502024-04-03T04:22:49.510Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22512024-04-03T04:22:49.618Z Checking poly1305 v0.8.0
22522024-04-03T04:22:49.647Z Checking flume v0.11.0
22532024-04-03T04:22:50.104Z Checking thiserror-no-std v2.0.2
22542024-04-03T04:22:50.249Z Compiling ascii-canvas v3.0.0
22552024-04-03T04:22:50.398Z Compiling darling_macro v0.14.4
22562024-04-03T04:22:50.798Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22572024-04-03T04:22:51.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22582024-04-03T04:22:51.938Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22592024-04-03T04:22:52.084Z Checking chacha20 v0.9.1
22602024-04-03T04:22:52.238Z Checking aead v0.5.2
22612024-04-03T04:22:52.451Z Checking serde-big-array v0.5.1
22622024-04-03T04:22:52.467Z Checking kstat-rs v0.2.3
22632024-04-03T04:22:52.551Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22642024-04-03T04:22:52.658Z Compiling ena v0.14.2
22652024-04-03T04:22:52.780Z Compiling libloading v0.7.4
22662024-04-03T04:22:52.814Z Compiling bindgen v0.69.2
22672024-04-03T04:22:53.040Z Compiling diff v0.1.13
22682024-04-03T04:22:53.189Z Compiling regex-syntax v0.6.29
22692024-04-03T04:22:53.468Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22702024-04-03T04:22:53.554Z Checking chacha20poly1305 v0.10.1
22712024-04-03T04:22:53.758Z Checking vsss-rs v3.3.4
22722024-04-03T04:22:54.395Z Compiling darling v0.14.4
22732024-04-03T04:22:54.506Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
22742024-04-03T04:22:55.519Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22752024-04-03T04:22:55.748Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22762024-04-03T04:22:56.116Z Checking signal-hook-tokio v0.3.1
22772024-04-03T04:22:56.283Z Compiling cexpr v0.6.0
22782024-04-03T04:22:56.474Z Compiling lalrpop v0.19.12
22792024-04-03T04:22:57.051Z Checking serde-big-array v0.4.1
22802024-04-03T04:22:57.206Z Compiling which v4.4.0
22812024-04-03T04:22:57.827Z Compiling peeking_take_while v0.1.2
22822024-04-03T04:22:57.955Z Compiling shlex v1.3.0
22832024-04-03T04:22:57.969Z Compiling lazycell v1.3.0
22842024-04-03T04:22:58.081Z Compiling heck v0.5.0
22852024-04-03T04:22:58.119Z Checking maplit v1.0.2
22862024-04-03T04:22:58.227Z Compiling rustc-hash v1.1.0
22872024-04-03T04:22:58.364Z Compiling ref-cast v1.0.20
22882024-04-03T04:22:58.564Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22892024-04-03T04:22:58.927Z Compiling derive_builder_core v0.12.0
22902024-04-03T04:22:59.462Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22912024-04-03T04:23:01.352Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22922024-04-03T04:23:01.403Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22932024-04-03T04:23:01.624Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22942024-04-03T04:23:01.990Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22952024-04-03T04:23:03.327Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22962024-04-03T04:23:03.609Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22972024-04-03T04:23:04.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22982024-04-03T04:23:05.322Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22992024-04-03T04:23:06.230Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23002024-04-03T04:23:06.758Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23012024-04-03T04:23:06.762Z Checking fd-lock v4.0.2
23022024-04-03T04:23:06.951Z Compiling peg-macros v0.8.2
23032024-04-03T04:23:07.701Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23042024-04-03T04:23:09.199Z Checking nix v0.27.1
23052024-04-03T04:23:09.297Z Compiling sqlparser_derive v0.2.2
23062024-04-03T04:23:10.466Z Compiling ref-cast-impl v1.0.20
23072024-04-03T04:23:10.900Z Compiling libxml v0.3.3
23082024-04-03T04:23:11.418Z Checking unicode_categories v0.1.1
23092024-04-03T04:23:11.711Z Checking corncobs v0.1.3
23102024-04-03T04:23:11.714Z Checking sqlformat v0.2.3
23112024-04-03T04:23:11.799Z Checking rustyline v13.0.0
23122024-04-03T04:23:11.906Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23132024-04-03T04:23:12.260Z Checking peg v0.8.2
23142024-04-03T04:23:12.371Z Checking sqlparser v0.43.1
23152024-04-03T04:23:13.260Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23162024-04-03T04:23:13.470Z Compiling derive_builder_macro v0.12.0
23172024-04-03T04:23:13.675Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23182024-04-03T04:23:14.341Z Checking bcs v0.1.6
23192024-04-03T04:23:14.806Z Compiling strum_macros v0.24.3
23202024-04-03T04:23:18.226Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23212024-04-03T04:23:18.334Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23222024-04-03T04:23:18.530Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23232024-04-03T04:23:18.847Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23242024-04-03T04:23:19.336Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23252024-04-03T04:23:20.012Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23262024-04-03T04:23:20.029Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23272024-04-03T04:23:20.565Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23282024-04-03T04:23:20.821Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23292024-04-03T04:23:21.062Z Compiling cookie v0.18.0
23302024-04-03T04:23:21.368Z Checking highway v1.1.0
23312024-04-03T04:23:21.778Z Compiling indoc v1.0.9
23322024-04-03T04:23:23.078Z Checking derive_builder v0.12.0
23332024-04-03T04:23:23.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23342024-04-03T04:23:23.822Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
23352024-04-03T04:23:23.895Z Checking bb8 v0.8.3
23362024-04-03T04:23:24.081Z Checking quick-xml v0.30.0
23372024-04-03T04:23:24.281Z Compiling oso-derive v0.27.0
23382024-04-03T04:23:24.359Z Compiling impl-trait-for-tuples v0.2.2
23392024-04-03T04:23:25.113Z Compiling const_format_proc_macros v0.2.32
23402024-04-03T04:23:25.454Z Checking http-range v0.1.5
23412024-04-03T04:23:25.634Z Checking hyper-staticfile v0.9.5
23422024-04-03T04:23:26.030Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23432024-04-03T04:23:27.820Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
23442024-04-03T04:23:27.820Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23452024-04-03T04:23:27.820Z Checking const_format v0.2.32
23462024-04-03T04:23:27.821Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472024-04-03T04:23:28.026Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23482024-04-03T04:23:29.306Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23492024-04-03T04:23:29.958Z Checking assert_matches v1.5.0
23502024-04-03T04:23:30.053Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23512024-04-03T04:23:30.274Z Checking rand_seeder v0.2.3
23522024-04-03T04:23:30.509Z Compiling portable-atomic v1.4.3
23532024-04-03T04:23:30.905Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23542024-04-03T04:23:31.118Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23552024-04-03T04:23:31.217Z Checking number_prefix v0.4.0
23562024-04-03T04:23:31.386Z Checking castaway v0.2.2
23572024-04-03T04:23:31.535Z Checking compact_str v0.7.1
23582024-04-03T04:23:32.332Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23592024-04-03T04:23:32.453Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23602024-04-03T04:23:32.580Z Checking indicatif v0.17.8
23612024-04-03T04:23:32.622Z Checking lru v0.12.1
23622024-04-03T04:23:32.731Z Compiling stability v0.1.1
23632024-04-03T04:23:32.913Z Checking cassowary v0.3.0
23642024-04-03T04:23:33.332Z Compiling indoc v2.0.3
23652024-04-03T04:23:33.403Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23662024-04-03T04:23:33.735Z Checking unicode-linebreak v0.1.5
23672024-04-03T04:23:34.138Z Checking smawk v0.3.1
23682024-04-03T04:23:34.334Z Checking textwrap v0.16.1
23692024-04-03T04:23:34.527Z Checking ratatui v0.26.1
23702024-04-03T04:23:34.716Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23712024-04-03T04:23:34.931Z Checking is_ci v1.2.0
23722024-04-03T04:23:35.044Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23732024-04-03T04:23:35.064Z Checking supports-color v3.0.0
23742024-04-03T04:23:35.240Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23752024-04-03T04:23:36.490Z Checking fatfs v0.3.6
23762024-04-03T04:23:36.674Z Checking rtoolbox v0.0.1
23772024-04-03T04:23:36.863Z Checking rpassword v7.3.1
23782024-04-03T04:23:37.026Z Checking shell-words v1.1.0
23792024-04-03T04:23:37.193Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23802024-04-03T04:23:37.493Z Checking tui-tree-widget v0.19.0
23812024-04-03T04:23:37.708Z Checking yansi v0.5.1
23822024-04-03T04:23:37.790Z Compiling target-lexicon v0.12.13
23832024-04-03T04:23:37.990Z Checking pretty_assertions v1.4.0
23842024-04-03T04:23:38.173Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23852024-04-03T04:23:38.341Z Checking plotters-backend v0.3.5
23862024-04-03T04:23:38.774Z Compiling guppy-workspace-hack v0.1.0
23872024-04-03T04:23:39.068Z Checking plotters-svg v0.3.5
23882024-04-03T04:23:39.176Z Checking http-body v1.0.0
23892024-04-03T04:23:39.279Z Checking rand v0.4.6
23902024-04-03T04:23:39.382Z Checking tower-layer v0.3.2
23912024-04-03T04:23:39.548Z Compiling target-spec v3.1.0
23922024-04-03T04:23:39.651Z Checking cast v0.3.0
23932024-04-03T04:23:39.893Z Checking remove_dir_all v0.5.3
23942024-04-03T04:23:39.939Z Compiling assert_cmd v2.0.14
23952024-04-03T04:23:39.992Z Checking criterion-plot v0.5.0
23962024-04-03T04:23:40.132Z Checking tower v0.4.13
23972024-04-03T04:23:40.263Z Checking tempdir v0.3.7
23982024-04-03T04:23:40.280Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23992024-04-03T04:23:40.429Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24002024-04-03T04:23:40.467Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24012024-04-03T04:23:40.878Z Checking cfg-expr v0.15.6
24022024-04-03T04:23:40.900Z Checking hyper v1.1.0
24032024-04-03T04:23:41.482Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24042024-04-03T04:23:41.771Z Checking plotters v0.3.5
24052024-04-03T04:23:42.186Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
24062024-04-03T04:23:42.613Z Checking tinytemplate v1.2.1
24072024-04-03T04:23:43.002Z Checking cargo-platform v0.1.3
24082024-04-03T04:23:43.110Z Checking anes v0.1.6
24092024-04-03T04:23:43.280Z Checking oorandom v11.1.3
24102024-04-03T04:23:43.420Z Checking cargo_metadata v0.18.1
24112024-04-03T04:23:43.545Z Checking criterion v0.5.1
24122024-04-03T04:23:43.834Z Checking hyper-util v0.1.2
24132024-04-03T04:23:45.345Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24142024-04-03T04:23:45.515Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24152024-04-03T04:23:46.229Z Checking rustls-native-certs v0.7.0
24162024-04-03T04:23:46.323Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24172024-04-03T04:23:46.362Z Checking httptest v0.15.5
24182024-04-03T04:23:47.090Z Checking pathdiff v0.2.1
24192024-04-03T04:23:47.236Z Checking nested v0.1.1
24202024-04-03T04:23:47.438Z Checking guppy v0.17.5
24212024-04-03T04:23:49.492Z Checking hyper-rustls v0.26.0
24222024-04-03T04:23:49.835Z Checking threadpool v1.8.1
24232024-04-03T04:23:50.319Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24242024-04-03T04:23:50.818Z Checking libtest-mimic v0.6.1
24252024-04-03T04:23:51.242Z Checking similar-asserts v1.5.0
24262024-04-03T04:23:51.484Z Compiling rstest_macros v0.18.2
24272024-04-03T04:23:52.718Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24282024-04-03T04:23:53.414Z Checking datatest-stable v0.2.3
24292024-04-03T04:23:53.620Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24302024-04-03T04:23:53.892Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24312024-04-03T04:23:53.910Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24322024-04-03T04:23:54.180Z Checking csv-core v0.1.11
24332024-04-03T04:23:54.193Z Compiling trybuild v1.0.89
24342024-04-03T04:23:54.515Z Checking constant_time_eq v0.2.6
24352024-04-03T04:23:54.608Z Compiling relative-path v1.9.0
24362024-04-03T04:23:54.633Z Checking blake2b_simd v1.0.1
24372024-04-03T04:23:54.710Z Checking csv v1.3.0
24382024-04-03T04:23:55.565Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24392024-04-03T04:23:55.607Z Checking multimap v0.10.0
24402024-04-03T04:23:55.884Z Checking basic-toml v0.1.8
24412024-04-03T04:23:56.693Z Checking futures-timer v3.0.2
24422024-04-03T04:23:58.351Z Checking rust-argon2 v2.1.0
24432024-04-03T04:23:58.711Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24442024-04-03T04:23:58.782Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24452024-04-03T04:23:59.686Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24462024-04-03T04:24:01.371Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24472024-04-03T04:24:03.364Z Checking partial-io v0.5.4
24482024-04-03T04:24:03.745Z Checking approx v0.5.1
24492024-04-03T04:24:03.969Z Checking termios v0.3.3
24502024-04-03T04:24:04.187Z Checking hex-literal v0.4.1
24512024-04-03T04:24:05.274Z Checking rstest v0.18.2
24522024-04-03T04:24:06.458Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24532024-04-03T04:24:33.061Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24542024-04-03T04:24:55.875Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24552024-04-03T04:24:58.574Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24562024-04-03T04:24:59.451Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24572024-04-03T04:25:12.264Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24582024-04-03T04:25:18.276Z Compiling polar-core v0.27.0
24592024-04-03T04:25:25.845Z Checking oso v0.27.0
24602024-04-03T04:25:53.795Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24612024-04-03T04:25:53.795Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24622024-04-03T04:25:53.799Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24632024-04-03T04:26:53.204Z Finished dev [unoptimized + debuginfo] target(s) in 6m 51s
24642024-04-03T04:26:53.392Z
24652024-04-03T04:26:53.395Zreal 8:14.737456554
24662024-04-03T04:26:53.395Zuser 39:18.545704197
24672024-04-03T04:26:53.395Zsys 6:51.250308625
24682024-04-03T04:26:53.395Ztrap 1.086335003
24692024-04-03T04:26:53.395Ztflt 6.910516509
24702024-04-03T04:26:53.395Zdflt 4.178192474
24712024-04-03T04:26:53.395Zkflt 0.156425554
24722024-04-03T04:26:53.395Zlock 1:00:13.909832824
24732024-04-03T04:26:53.395Zslp 2:00:06.524268300
24742024-04-03T04:26:53.395Zlat 1:45.683748965
24752024-04-03T04:26:53.395Zstop 4:25.399830508
24762024-04-03T04:26:54.783Zwarning: output filename collision.
24772024-04-03T04:26:54.783ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` 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)`.
24782024-04-03T04:26:54.783ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24792024-04-03T04:26:54.783ZThe targets should have unique names.
24802024-04-03T04:26:54.783ZThis is a known bug where multiple crates with the same name use
24812024-04-03T04:26:54.783Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24822024-04-03T04:26:54.783Zwarning: output filename collision.
24832024-04-03T04:26:54.783ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` 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)`.
24842024-04-03T04:26:54.784ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24852024-04-03T04:26:54.784ZThe targets should have unique names.
24862024-04-03T04:26:54.784ZThis is a known bug where multiple crates with the same name use
24872024-04-03T04:26:54.784Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24882024-04-03T04:26:55.231Zwarning: output filename collision.
24892024-04-03T04:26:55.232ZThe 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)`.
24902024-04-03T04:26:55.232ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24912024-04-03T04:26:55.232ZThe targets should have unique names.
24922024-04-03T04:26:55.232ZThis is a known bug where multiple crates with the same name use
24932024-04-03T04:26:55.232Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24942024-04-03T04:26:55.232Zwarning: output filename collision.
24952024-04-03T04:26:55.232ZThe 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)`.
24962024-04-03T04:26:55.232ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24972024-04-03T04:26:55.232ZThe targets should have unique names.
24982024-04-03T04:26:55.233ZThis is a known bug where multiple crates with the same name use
24992024-04-03T04:26:55.233Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25002024-04-03T04:26:55.233Zwarning: output filename collision.
25012024-04-03T04:26:55.234ZThe 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)`.
25022024-04-03T04:26:55.234ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
25032024-04-03T04:26:55.234ZThe targets should have unique names.
25042024-04-03T04:26:55.234ZThis is a known bug where multiple crates with the same name use
25052024-04-03T04:26:55.235Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25062024-04-03T04:26:55.235Zwarning: output filename collision.
25072024-04-03T04:26:55.235ZThe 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)`.
25082024-04-03T04:26:55.235ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25092024-04-03T04:26:55.235ZThe targets should have unique names.
25102024-04-03T04:26:55.235ZThis is a known bug where multiple crates with the same name use
25112024-04-03T04:26:55.235Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25122024-04-03T04:26:55.236Zwarning: output filename collision.
25132024-04-03T04:26:55.236ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` 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)`.
25142024-04-03T04:26:55.236ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25152024-04-03T04:26:55.236ZThe targets should have unique names.
25162024-04-03T04:26:55.236ZThis is a known bug where multiple crates with the same name use
25172024-04-03T04:26:55.236Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25182024-04-03T04:26:55.236Zwarning: output filename collision.
25192024-04-03T04:26:55.236ZThe 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)`.
25202024-04-03T04:26:55.236ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25212024-04-03T04:26:55.236ZThe targets should have unique names.
25222024-04-03T04:26:55.236ZThis is a known bug where multiple crates with the same name use
25232024-04-03T04:26:55.236Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25242024-04-03T04:26:55.236Zwarning: output filename collision.
25252024-04-03T04:26:55.237ZThe 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`.
25262024-04-03T04:26:55.237ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25272024-04-03T04:26:55.237ZThe targets should have unique names.
25282024-04-03T04:26:55.237ZThis is a known bug where multiple crates with the same name use
25292024-04-03T04:26:55.237Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25302024-04-03T04:26:55.237Z Documenting libc v0.2.153
25312024-04-03T04:26:55.237Z Documenting cfg-if v1.0.0
25322024-04-03T04:26:55.237Z Documenting serde_derive v1.0.197
25332024-04-03T04:26:55.237Z Documenting log v0.4.21
25342024-04-03T04:26:55.238Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352024-04-03T04:26:55.238Z Documenting memchr v2.7.1
25362024-04-03T04:26:55.238Z Documenting byteorder v1.5.0
25372024-04-03T04:26:55.238Z Documenting scopeguard v1.2.0
25382024-04-03T04:26:55.258Z Documenting itoa v1.0.9
25392024-04-03T04:26:57.755Z Documenting smallvec v1.13.1
25402024-04-03T04:26:57.776Z Documenting lock_api v0.4.10
25412024-04-03T04:26:58.132Z Documenting libm v0.2.7
25422024-04-03T04:26:59.060Z Documenting getrandom v0.2.12
25432024-04-03T04:26:59.508Z Documenting once_cell v1.19.0
25442024-04-03T04:26:59.682Z Documenting pin-project-lite v0.2.13
25452024-04-03T04:27:00.289Z Documenting signal-hook-registry v1.4.1
25462024-04-03T04:27:00.848Z Documenting mio v0.8.11
25472024-04-03T04:27:01.513Z Documenting parking_lot_core v0.9.8
25482024-04-03T04:27:02.004Z Documenting num-traits v0.2.18
25492024-04-03T04:27:02.525Z Documenting zeroize_derive v1.4.2
25502024-04-03T04:27:02.870Z Documenting serde v1.0.197
25512024-04-03T04:27:03.897Z Documenting rand_core v0.6.4
25522024-04-03T04:27:04.050Z Documenting thiserror-impl v1.0.57
25532024-04-03T04:27:05.231Z Documenting futures-core v0.3.30
25542024-04-03T04:27:06.514Z Documenting ryu v1.0.15
25552024-04-03T04:27:06.514Z Documenting parking_lot v0.12.1
25562024-04-03T04:27:06.947Z Documenting socket2 v0.5.5
25572024-04-03T04:27:07.688Z Documenting zeroize v1.7.0
25582024-04-03T04:27:08.777Z Documenting num_cpus v1.16.0
25592024-04-03T04:27:09.094Z Documenting tokio-macros v2.2.0
25602024-04-03T04:27:09.919Z Documenting zerocopy v0.7.32
25612024-04-03T04:27:10.193Z Documenting thiserror v1.0.57
25622024-04-03T04:27:10.603Z Documenting futures-sink v0.3.30
25632024-04-03T04:27:12.003Z Documenting typenum v1.16.0
25642024-04-03T04:27:12.270Z Documenting pin-utils v0.1.0
25652024-04-03T04:27:13.434Z Documenting subtle v2.5.0
25662024-04-03T04:27:14.141Z Documenting iana-time-zone v0.1.57
25672024-04-03T04:27:16.763Z Documenting futures-channel v0.3.30
25682024-04-03T04:27:17.178Z Documenting slab v0.4.9
25692024-04-03T04:27:17.178Z Documenting futures-macro v0.3.30
25702024-04-03T04:27:23.771Z Documenting bytes v1.5.0
25712024-04-03T04:27:25.667Z Documenting bitflags v2.4.2
25722024-04-03T04:27:25.693Z Documenting serde_json v1.0.114
25732024-04-03T04:27:25.753Z Documenting chrono v0.4.34
25742024-04-03T04:27:25.799Z Documenting futures-io v0.3.30
25752024-04-03T04:27:25.802Z Documenting futures-task v0.3.30
25762024-04-03T04:27:25.834Z Documenting uuid v1.7.0
25772024-04-03T04:27:27.036Z Documenting generic-array v0.14.7
25782024-04-03T04:27:27.105Z Documenting tokio v1.36.0
25792024-04-03T04:27:30.693Z Documenting futures-util v0.3.30
25802024-04-03T04:27:30.696Z Documenting ahash v0.8.8
25812024-04-03T04:27:30.904Z Documenting allocator-api2 v0.2.16
25822024-04-03T04:27:31.454Z Documenting tinyvec_macros v0.1.1
25832024-04-03T04:27:31.558Z Documenting const-oid v0.9.6
25842024-04-03T04:27:32.639Z Documenting crypto-common v0.1.6
25852024-04-03T04:27:32.865Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25862024-04-03T04:27:33.020Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25872024-04-03T04:27:33.762Z Documenting tracing-core v0.1.32
25882024-04-03T04:27:34.346Z Documenting tinyvec v1.6.0
25892024-04-03T04:27:34.853Z Checking serde_derive_internals v0.26.0
25902024-04-03T04:27:35.419Z Documenting serde_derive_internals v0.26.0
25912024-04-03T04:27:36.025Z Documenting hashbrown v0.14.3
25922024-04-03T04:27:38.047Z Documenting tracing-attributes v0.1.27
25932024-04-03T04:27:38.212Z Documenting dyn-clone v1.0.17
25942024-04-03T04:27:38.455Z Documenting unicode-normalization v0.1.22
25952024-04-03T04:27:39.766Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25962024-04-03T04:27:40.437Z Documenting lazy_static v1.4.0
25972024-04-03T04:27:41.817Z Documenting ppv-lite86 v0.2.17
25982024-04-03T04:27:42.695Z Documenting schemars_derive v0.8.16
25992024-04-03T04:27:42.956Z Documenting unicode-bidi v0.3.15
26002024-04-03T04:27:42.974Z Documenting percent-encoding v2.3.1
26012024-04-03T04:27:45.226Z Documenting block-buffer v0.10.4
26022024-04-03T04:27:45.331Z Documenting fnv v1.0.7
26032024-04-03T04:27:46.051Z Documenting rand_chacha v0.3.1
26042024-04-03T04:27:46.853Z Documenting powerfmt v0.2.0
26052024-04-03T04:27:47.452Z Documenting equivalent v1.0.1
26062024-04-03T04:27:47.802Z Documenting form_urlencoded v1.2.1
26072024-04-03T04:27:48.182Z Documenting schemars v0.8.16
26082024-04-03T04:27:50.274Z Documenting digest v0.10.7
26092024-04-03T04:27:50.335Z Documenting time-macros v0.2.17
26102024-04-03T04:27:50.403Z Documenting deranged v0.3.11
26112024-04-03T04:27:50.956Z Documenting indexmap v2.2.5
26122024-04-03T04:27:51.357Z Documenting rand v0.8.5
26132024-04-03T04:27:52.386Z Documenting tracing v0.1.40
26142024-04-03T04:27:52.644Z Documenting unicode-width v0.1.11
26152024-04-03T04:27:54.112Z Documenting time-core v0.1.2
26162024-04-03T04:27:55.979Z Documenting num_threads v0.1.6
26172024-04-03T04:27:56.025Z Documenting num-conv v0.1.0
26182024-04-03T04:27:56.050Z Documenting idna v0.5.0
26192024-04-03T04:27:56.735Z Documenting unicode-ident v1.0.12
26202024-04-03T04:28:05.744Z Documenting adler v1.0.2
26212024-04-03T04:28:05.788Z Documenting slog v2.7.0
26222024-04-03T04:28:05.822Z Documenting proc-macro2 v1.0.78
26232024-04-03T04:28:05.891Z Documenting httparse v1.8.0
26242024-04-03T04:28:06.524Z Documenting cpufeatures v0.2.12
26252024-04-03T04:28:07.271Z Documenting url v2.5.0
26262024-04-03T04:28:07.274Z Documenting time v0.3.34
26272024-04-03T04:28:09.039Z Documenting miniz_oxide v0.7.1
26282024-04-03T04:28:09.481Z Documenting async-trait v0.1.77
26292024-04-03T04:28:10.319Z Documenting errno v0.3.8
26302024-04-03T04:28:10.696Z Documenting try-lock v0.2.4
26312024-04-03T04:28:11.034Z Documenting quote v1.0.35
26322024-04-03T04:28:12.563Z Documenting httpdate v1.0.3
26332024-04-03T04:28:13.143Z Documenting http-body v0.4.5
26342024-04-03T04:28:13.358Z Documenting aho-corasick v1.1.2
26352024-04-03T04:28:13.716Z Documenting want v0.3.1
26362024-04-03T04:28:14.793Z Documenting tokio-util v0.7.10
26372024-04-03T04:28:15.162Z Documenting rustix v0.38.31
26382024-04-03T04:28:15.843Z Documenting openssl-sys v0.9.96
26392024-04-03T04:28:16.010Z Documenting syn v2.0.52
26402024-04-03T04:28:17.247Z Documenting openssl-macros v0.1.1
26412024-04-03T04:28:18.406Z Documenting tower-service v0.3.2
26422024-04-03T04:28:18.522Z Documenting mime v0.3.17
26432024-04-03T04:28:19.359Z Documenting gimli v0.28.0
26442024-04-03T04:28:21.799Z Documenting h2 v0.3.24
26452024-04-03T04:28:22.935Z Documenting regex-syntax v0.8.2
26462024-04-03T04:28:23.055Z Documenting object v0.32.1
26472024-04-03T04:28:23.274Z Documenting ipnet v2.9.0
26482024-04-03T04:28:23.274Z Documenting openssl-probe v0.1.5
26492024-04-03T04:28:23.353Z Documenting openssl v0.10.60
26502024-04-03T04:28:25.871Z Documenting addr2line v0.21.0
26512024-04-03T04:28:28.060Z Documenting rustc-demangle v0.1.23
26522024-04-03T04:28:28.804Z Documenting base64ct v1.6.0
26532024-04-03T04:28:30.454Z Documenting futures-executor v0.3.30
26542024-04-03T04:28:30.709Z Documenting regex-automata v0.4.5
26552024-04-03T04:28:31.737Z Documenting encoding_rs v0.8.33
26562024-04-03T04:28:31.809Z Documenting hyper v0.14.28
26572024-04-03T04:28:31.859Z Documenting native-tls v0.2.11
26582024-04-03T04:28:33.389Z Documenting psl-types v2.0.11
26592024-04-03T04:28:34.913Z Documenting serde_urlencoded v0.7.1
26602024-04-03T04:28:36.074Z Documenting backtrace v0.3.69
26612024-04-03T04:28:36.444Z Documenting crossbeam-utils v0.8.19
26622024-04-03T04:28:36.881Z Documenting publicsuffix v2.2.3
26632024-04-03T04:28:37.162Z Documenting tokio-native-tls v0.3.1
26642024-04-03T04:28:39.540Z Documenting utf8parse v0.2.1
26652024-04-03T04:28:40.166Z Documenting futures v0.3.30
26662024-04-03T04:28:40.976Z Documenting regex v1.10.3
26672024-04-03T04:28:41.937Z Documenting pem-rfc7468 v0.7.0
26682024-04-03T04:28:42.020Z Documenting cookie_store v0.20.0
26692024-04-03T04:28:42.578Z Checking pest_meta v2.7.6
26702024-04-03T04:28:42.581Z Documenting anyhow v1.0.79
26712024-04-03T04:28:43.467Z Documenting der_derive v0.7.2
26722024-04-03T04:28:44.162Z Documenting webpki-roots v0.25.2
26732024-04-03T04:28:45.699Z Documenting hyper-tls v0.5.0
26742024-04-03T04:28:46.681Z Documenting hyper-rustls v0.24.2
26752024-04-03T04:28:47.440Z Documenting sync_wrapper v0.1.2
26762024-04-03T04:28:47.702Z Documenting flagset v0.4.3
26772024-04-03T04:28:47.899Z Documenting num-integer v0.1.46
26782024-04-03T04:28:47.962Z Documenting pest_meta v2.7.6
26792024-04-03T04:28:48.983Z Documenting scroll_derive v0.12.0
26802024-04-03T04:28:50.030Z Checking pest_generator v2.7.6
26812024-04-03T04:28:51.011Z Documenting der v0.7.8
26822024-04-03T04:28:51.018Z Documenting openapiv3 v2.0.0
26832024-04-03T04:28:51.018Z Documenting plain v0.2.3
26842024-04-03T04:28:52.461Z Documenting pest_generator v2.7.6
26852024-04-03T04:28:53.153Z Documenting ucd-trie v0.1.6
26862024-04-03T04:28:53.330Z Documenting spin v0.9.8
26872024-04-03T04:28:53.656Z Documenting reqwest v0.11.24
26882024-04-03T04:28:53.752Z Documenting anstyle v1.0.6
26892024-04-03T04:28:54.543Z Documenting scroll v0.12.0
26902024-04-03T04:28:56.071Z Documenting spki v0.7.2
26912024-04-03T04:28:56.442Z Documenting pretty-hex v0.4.1
26922024-04-03T04:28:57.421Z Documenting pest_derive v2.7.6
26932024-04-03T04:28:57.778Z Documenting pest v2.7.6
26942024-04-03T04:28:58.103Z Documenting either v1.10.0
26952024-04-03T04:28:58.635Z Documenting anstyle-parse v0.2.1
26962024-04-03T04:28:59.495Z Documenting goblin v0.8.0
26972024-04-03T04:28:59.674Z Documenting thread-id v4.2.0
26982024-04-03T04:29:00.433Z Documenting pkcs8 v0.10.2
26992024-04-03T04:29:01.858Z Documenting colorchoice v1.0.0
27002024-04-03T04:29:02.037Z Documenting anstyle-query v1.0.0
27012024-04-03T04:29:02.783Z Documenting data-encoding v2.4.0
27022024-04-03T04:29:03.283Z Documenting dtrace-parser v0.2.0
27032024-04-03T04:29:04.578Z Documenting crossbeam-epoch v0.9.18
27042024-04-03T04:29:04.826Z Documenting terminal_size v0.3.0
27052024-04-03T04:29:04.857Z Documenting sha2 v0.10.8
27062024-04-03T04:29:05.064Z Documenting ipnetwork v0.20.0
27072024-04-03T04:29:06.752Z Documenting anstream v0.6.11
27082024-04-03T04:29:07.070Z Documenting dof v0.3.0
27092024-04-03T04:29:08.032Z Documenting hex v0.4.3
27102024-04-03T04:29:08.294Z Documenting crc32fast v1.3.2
27112024-04-03T04:29:09.668Z Documenting clap_lex v0.7.0
27122024-04-03T04:29:09.989Z Documenting untrusted v0.9.0
27132024-04-03T04:29:10.358Z Documenting unicode-segmentation v1.10.1
27142024-04-03T04:29:10.702Z Documenting strsim v0.11.0
27152024-04-03T04:29:11.028Z Documenting num-iter v0.1.44
27162024-04-03T04:29:12.088Z Documenting hmac v0.12.1
27172024-04-03T04:29:12.322Z Documenting usdt-impl v0.5.0
27182024-04-03T04:29:12.957Z Documenting ring v0.17.8
27192024-04-03T04:29:13.090Z Documenting signal-hook v0.3.17
27202024-04-03T04:29:13.803Z Documenting clap_derive v4.5.0
27212024-04-03T04:29:14.221Z Documenting static_assertions v1.1.0
27222024-04-03T04:29:15.290Z Documenting clap_builder v4.5.1
27232024-04-03T04:29:16.508Z Documenting flate2 v1.0.28
27242024-04-03T04:29:17.763Z Documenting managed v0.8.0
27252024-04-03T04:29:17.800Z Documenting block-padding v0.3.3
27262024-04-03T04:29:18.211Z Documenting signal-hook-mio v0.2.3
27272024-04-03T04:29:19.269Z Documenting scheduled-thread-pool v0.2.7
27282024-04-03T04:29:19.440Z Documenting bzip2-sys v0.1.11+1.0.8
27292024-04-03T04:29:19.453Z Documenting enum-as-inner v0.5.1
27302024-04-03T04:29:21.633Z Documenting diesel_table_macro_syntax v0.1.0
27312024-04-03T04:29:21.989Z Checking diesel_table_macro_syntax v0.1.0
27322024-04-03T04:29:22.172Z Documenting md-5 v0.10.5
27332024-04-03T04:29:23.024Z Documenting clap v4.5.1
27342024-04-03T04:29:23.174Z Documenting inout v0.1.3
27352024-04-03T04:29:23.289Z Documenting crossterm v0.27.0
27362024-04-03T04:29:23.442Z Documenting r2d2 v0.8.10
27372024-04-03T04:29:24.173Z Documenting trust-dns-proto v0.22.0
27382024-04-03T04:29:24.470Z Documenting bzip2 v0.4.4
27392024-04-03T04:29:27.499Z Documenting diesel_derives v2.1.2
27402024-04-03T04:29:27.724Z Documenting stringprep v0.1.3
27412024-04-03T04:29:27.836Z Documenting regress v0.9.0
27422024-04-03T04:29:28.538Z Documenting ff v0.13.0
27432024-04-03T04:29:29.089Z Documenting toml_datetime v0.6.5
27442024-04-03T04:29:29.625Z Documenting serde_spanned v0.6.5
27452024-04-03T04:29:29.820Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27462024-04-03T04:29:32.729Z Documenting winnow v0.6.1
27472024-04-03T04:29:33.568Z Documenting base16ct v0.2.0
27482024-04-03T04:29:33.572Z Documenting siphasher v0.3.11
27492024-04-03T04:29:33.701Z Documenting fallible-iterator v0.2.0
27502024-04-03T04:29:34.008Z Documenting bit-vec v0.6.3
27512024-04-03T04:29:34.728Z Documenting group v0.13.0
27522024-04-03T04:29:35.085Z Documenting zip v0.6.6
27532024-04-03T04:29:35.878Z Documenting diesel v2.1.5
27542024-04-03T04:29:36.410Z Documenting sec1 v0.7.3
27552024-04-03T04:29:36.965Z Documenting phf_shared v0.11.2
27562024-04-03T04:29:38.240Z Documenting cipher v0.4.4
27572024-04-03T04:29:39.072Z Documenting toml_edit v0.22.9
27582024-04-03T04:29:39.578Z Documenting postgres-protocol v0.6.6
27592024-04-03T04:29:39.616Z Documenting hkdf v0.12.4
27602024-04-03T04:29:39.972Z Documenting num-bigint v0.4.4
27612024-04-03T04:29:41.893Z Documenting bstr v1.9.0
27622024-04-03T04:29:52.127Z Documenting console v0.15.8
27632024-04-03T04:29:59.987Z Documenting crypto-bigint v0.5.2
27642024-04-03T04:30:00.158Z Documenting hubpack v0.1.2
27652024-04-03T04:30:00.339Z Documenting serde_repr v0.1.16
27662024-04-03T04:30:00.360Z Documenting new_debug_unreachable v1.0.4
27672024-04-03T04:30:00.853Z Documenting minimal-lexical v0.2.1
27682024-04-03T04:30:00.900Z Documenting precomputed-hash v0.1.1
27692024-04-03T04:30:00.947Z Documenting fixedbitset v0.4.2
27702024-04-03T04:30:02.942Z Checking unsafe-libyaml v0.2.10
27712024-04-03T04:30:03.794Z Documenting heck v0.4.1
27722024-04-03T04:30:04.152Z Documenting lalrpop-util v0.19.12
27732024-04-03T04:30:04.812Z Documenting yasna v0.5.2
27742024-04-03T04:30:04.940Z Documenting petgraph v0.6.4
27752024-04-03T04:30:05.762Z Documenting string_cache v0.8.7
27762024-04-03T04:30:05.874Z Documenting nom v7.1.3
27772024-04-03T04:30:06.077Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27782024-04-03T04:30:15.741Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27792024-04-03T04:30:15.869Z Documenting postgres-types v0.2.6
27802024-04-03T04:30:16.048Z Documenting phf v0.11.2
27812024-04-03T04:30:16.548Z Documenting similar v2.4.0
27822024-04-03T04:30:16.576Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27832024-04-03T04:30:16.588Z Documenting elliptic-curve v0.13.8
27842024-04-03T04:30:17.060Z Documenting semver v1.0.22
27852024-04-03T04:30:17.494Z Documenting float-cmp v0.9.0
27862024-04-03T04:30:21.058Z Documenting whoami v1.5.0
27872024-04-03T04:30:21.629Z Documenting predicates-core v1.0.6
27882024-04-03T04:30:21.758Z Documenting peg-runtime v0.8.2
27892024-04-03T04:30:22.188Z Documenting normalize-line-endings v0.3.0
27902024-04-03T04:30:32.392Z Checking strsim v0.10.0
27912024-04-03T04:30:32.621Z Documenting difflib v0.4.0
27922024-04-03T04:30:32.659Z Documenting unsafe-libyaml v0.2.10
27932024-04-03T04:30:32.944Z Checking ident_case v1.0.1
27942024-04-03T04:30:32.959Z Documenting tokio-postgres v0.7.10
27952024-04-03T04:30:32.959Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27962024-04-03T04:30:32.966Z Checking serde_yaml v0.9.25
27972024-04-03T04:30:33.100Z Documenting bit-set v0.5.3
27982024-04-03T04:30:33.214Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27992024-04-03T04:30:33.332Z Documenting getopts v0.2.21
28002024-04-03T04:30:34.836Z Documenting tokio-stream v0.1.14
28012024-04-03T04:30:37.103Z Documenting serde_yaml v0.9.25
28022024-04-03T04:30:37.600Z Documenting predicates v3.1.0
28032024-04-03T04:30:37.959Z Documenting strum v0.26.1
28042024-04-03T04:30:38.084Z Documenting dirs-sys-next v0.1.2
28052024-04-03T04:30:39.863Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28062024-04-03T04:30:41.289Z Documenting match_cfg v0.1.0
28072024-04-03T04:30:41.660Z Checking darling_core v0.20.3
28082024-04-03T04:30:41.853Z Documenting sha1 v0.10.6
28092024-04-03T04:30:42.017Z Documenting http v1.0.0
28102024-04-03T04:30:43.271Z Documenting dirs-next v2.0.0
28112024-04-03T04:30:43.481Z Documenting camino v1.1.6
28122024-04-03T04:30:43.890Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28132024-04-03T04:30:44.002Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28142024-04-03T04:30:44.277Z Documenting hostname v0.3.1
28152024-04-03T04:30:46.775Z Documenting thread_local v1.1.7
28162024-04-03T04:30:47.401Z Documenting rustls-pki-types v1.3.0
28172024-04-03T04:30:47.968Z Checking darling v0.20.3
28182024-04-03T04:30:48.075Z Documenting crossbeam-channel v0.5.8
28192024-04-03T04:30:48.240Z Documenting paste v1.0.14
28202024-04-03T04:30:48.287Z Documenting term v0.7.0
28212024-04-03T04:30:48.797Z Documenting atty v0.2.14
28222024-04-03T04:30:49.215Z Documenting take_mut v0.2.2
28232024-04-03T04:30:51.494Z Documenting slog-json v2.6.1
28242024-04-03T04:30:52.085Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28252024-04-03T04:30:52.335Z Documenting rustls-webpki v0.102.1
28262024-04-03T04:30:52.603Z Documenting async-stream-impl v0.3.5
28272024-04-03T04:30:52.603Z Documenting debug-ignore v1.0.5
28282024-04-03T04:30:52.901Z Documenting atomic-waker v1.1.1
28292024-04-03T04:30:53.432Z Documenting slog-term v2.9.0
28302024-04-03T04:30:54.001Z Documenting slog-async v2.8.0
28312024-04-03T04:30:55.566Z Documenting rustls-pemfile v2.1.1
28322024-04-03T04:30:55.874Z Documenting waitgroup v0.1.2
28332024-04-03T04:30:56.393Z Documenting slog-bunyan v2.5.0
28342024-04-03T04:30:57.267Z Documenting rustls v0.22.2
28352024-04-03T04:30:58.108Z Documenting multer v3.0.0
28362024-04-03T04:30:58.366Z Documenting async-stream v0.3.5
28372024-04-03T04:30:58.835Z Documenting toml v0.8.12
28382024-04-03T04:31:00.342Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28392024-04-03T04:31:00.670Z Documenting serde_path_to_error v0.1.16
28402024-04-03T04:31:02.290Z Documenting serde_with_macros v3.6.1
28412024-04-03T04:31:02.433Z Documenting structmeta-derive v0.3.0
28422024-04-03T04:31:02.606Z Checking structmeta v0.3.0
28432024-04-03T04:31:02.838Z Documenting instant v0.1.12
28442024-04-03T04:31:03.483Z Documenting newtype-uuid v1.0.1
28452024-04-03T04:31:04.933Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28462024-04-03T04:31:05.292Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28472024-04-03T04:31:05.532Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28482024-04-03T04:31:07.657Z Documenting backoff v0.4.0
28492024-04-03T04:31:08.077Z Documenting tokio-rustls v0.25.0
28502024-04-03T04:31:08.654Z Documenting serde_with v3.6.1
28512024-04-03T04:31:09.095Z Documenting structmeta v0.3.0
28522024-04-03T04:31:09.300Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28532024-04-03T04:31:09.559Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28542024-04-03T04:31:10.084Z Documenting macaddr v1.0.1
28552024-04-03T04:31:13.401Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28562024-04-03T04:31:13.972Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28572024-04-03T04:31:14.386Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582024-04-03T04:31:14.581Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28592024-04-03T04:31:14.608Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28602024-04-03T04:31:14.730Z Documenting parse-display-derive v0.9.0
28612024-04-03T04:31:16.175Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28622024-04-03T04:31:16.175Z Documenting fastrand v2.0.1
28632024-04-03T04:31:16.359Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28642024-04-03T04:31:16.644Z Checking proc-macro-crate v1.3.1
28652024-04-03T04:31:16.890Z Documenting proc-macro-crate v1.3.1
28662024-04-03T04:31:17.304Z Documenting foreign-types-macros v0.2.3
28672024-04-03T04:31:27.317Z Documenting foreign-types-shared v0.3.1
28682024-04-03T04:31:27.317Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28692024-04-03T04:31:27.317Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28702024-04-03T04:31:27.317Z Documenting tempfile v3.10.0
28712024-04-03T04:31:27.317Z Documenting parse-display v0.9.0
28722024-04-03T04:31:27.317Z Documenting cstr-argument v0.1.2
28732024-04-03T04:31:27.994Z Documenting num_enum_derive v0.5.11
28742024-04-03T04:31:28.130Z Documenting foreign-types v0.5.0
28752024-04-03T04:31:28.130Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28762024-04-03T04:31:28.130Z Documenting tabwriter v1.4.0
28772024-04-03T04:31:28.130Z Documenting camino-tempfile v1.1.1
28782024-04-03T04:31:28.130Z Documenting colored v2.1.0
28792024-04-03T04:31:28.130Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-04-03T04:31:28.131Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812024-04-03T04:31:28.131Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28822024-04-03T04:31:28.131Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28832024-04-03T04:31:28.650Z Documenting num_enum v0.5.11
28842024-04-03T04:31:28.804Z Documenting hash32 v0.3.1
28852024-04-03T04:31:30.386Z Documenting stable_deref_trait v1.2.0
28862024-04-03T04:31:30.530Z Documenting smf v0.2.2
28872024-04-03T04:31:32.642Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28882024-04-03T04:31:32.912Z Documenting embedded-io v0.4.0
28892024-04-03T04:31:32.930Z Documenting cobs v0.2.3
28902024-04-03T04:31:33.364Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28912024-04-03T04:31:33.596Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28922024-04-03T04:31:34.205Z Documenting heapless v0.8.0
28932024-04-03T04:31:35.634Z Documenting base64 v0.22.0
28942024-04-03T04:31:36.207Z Documenting crucible-workspace-hack v0.1.0
28952024-04-03T04:31:36.404Z Documenting postcard v1.0.8
28962024-04-03T04:31:37.029Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28972024-04-03T04:31:37.940Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982024-04-03T04:31:39.340Z Documenting proc-macro-error-attr v1.0.4
28992024-04-03T04:31:39.397Z Documenting smoltcp v0.11.0
29002024-04-03T04:31:40.603Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29012024-04-03T04:31:40.947Z Checking proc-macro-error v1.0.4
29022024-04-03T04:31:41.221Z Documenting memmap v0.7.0
29032024-04-03T04:31:41.298Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29042024-04-03T04:31:42.023Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
29052024-04-03T04:31:44.531Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
29062024-04-03T04:31:44.610Z Documenting newline-converter v0.3.0
29072024-04-03T04:31:44.794Z Documenting proc-macro-error v1.0.4
29082024-04-03T04:31:45.190Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092024-04-03T04:31:46.343Z Documenting usdt v0.5.0
29102024-04-03T04:31:46.721Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29112024-04-03T04:31:47.018Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29122024-04-03T04:31:48.200Z Documenting sigpipe v0.1.3
29132024-04-03T04:31:48.775Z Documenting num-derive v0.4.0
29142024-04-03T04:31:49.685Z Documenting expectorate v1.1.0
29152024-04-03T04:31:50.000Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
29162024-04-03T04:31:50.310Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29172024-04-03T04:31:50.609Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29182024-04-03T04:31:52.737Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29192024-04-03T04:31:53.225Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202024-04-03T04:31:53.396Z Documenting password-hash v0.5.0
29212024-04-03T04:31:54.376Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29222024-04-03T04:31:54.409Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29232024-04-03T04:31:54.911Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
29242024-04-03T04:31:55.375Z Documenting blake2 v0.10.6
29252024-04-03T04:31:56.035Z Documenting humantime v2.1.0
29262024-04-03T04:32:03.824Z Documenting linked-hash-map v0.5.6
29272024-04-03T04:32:03.828Z Documenting bytecount v0.6.3
29282024-04-03T04:32:03.828Z Documenting tabled_derive v0.7.0
29292024-04-03T04:32:03.828Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29302024-04-03T04:32:03.828Z Documenting derive-where v1.2.7
29312024-04-03T04:32:03.828Z Documenting argon2 v0.5.3
29322024-04-03T04:32:03.828Z Documenting papergrid v0.11.0
29332024-04-03T04:32:03.829Z Documenting lru-cache v0.1.2
29342024-04-03T04:32:04.810Z Documenting swrite v0.1.0
29352024-04-03T04:32:07.366Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29362024-04-03T04:32:07.395Z Documenting newtype_derive v0.1.6
29372024-04-03T04:32:07.409Z Documenting itertools v0.12.1
29382024-04-03T04:32:07.409Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29392024-04-03T04:32:08.059Z Documenting arc-swap v1.6.0
29402024-04-03T04:32:08.153Z Documenting tabled v0.15.0
29412024-04-03T04:32:10.353Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29422024-04-03T04:32:10.425Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29432024-04-03T04:32:10.425Z Documenting quick-error v1.2.3
29442024-04-03T04:32:10.719Z Documenting steno v0.4.0
29452024-04-03T04:32:13.155Z Documenting slog-scope v4.4.0
29462024-04-03T04:32:14.322Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29472024-04-03T04:32:14.544Z Documenting resolv-conf v0.7.0
29482024-04-03T04:32:15.698Z Documenting num-rational v0.4.1
29492024-04-03T04:32:15.859Z Documenting num-complex v0.4.4
29502024-04-03T04:32:16.628Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29512024-04-03T04:32:18.201Z Documenting slog-stdlog v4.1.1
29522024-04-03T04:32:19.779Z Documenting trust-dns-resolver v0.22.0
29532024-04-03T04:32:20.203Z Documenting filetime v0.2.23
29542024-04-03T04:32:20.737Z Documenting xattr v1.0.1
29552024-04-03T04:32:21.636Z Documenting tap v1.0.1
29562024-04-03T04:32:23.278Z Documenting slog-envlogger v2.2.0
29572024-04-03T04:32:24.624Z Documenting wyz v0.5.1
29582024-04-03T04:32:25.191Z Documenting num v0.4.1
29592024-04-03T04:32:25.788Z Documenting tar v0.4.40
29602024-04-03T04:32:27.901Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29612024-04-03T04:32:28.311Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29622024-04-03T04:32:28.423Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29632024-04-03T04:32:28.731Z Documenting radium v0.7.0
29642024-04-03T04:32:28.879Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652024-04-03T04:32:29.215Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29662024-04-03T04:32:29.447Z Documenting nibble_vec v0.1.0
29672024-04-03T04:32:29.515Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29682024-04-03T04:32:29.559Z Documenting funty v2.0.0
29692024-04-03T04:32:31.338Z Documenting crc-catalog v2.2.0
29702024-04-03T04:32:31.838Z Documenting endian-type v0.1.2
29712024-04-03T04:32:32.406Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29722024-04-03T04:32:32.924Z Documenting bitvec v1.0.1
29732024-04-03T04:32:32.931Z Documenting cancel-safe-futures v0.1.5
29742024-04-03T04:32:33.163Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29752024-04-03T04:32:33.444Z Documenting packed_struct_codegen v0.10.1
29762024-04-03T04:32:34.229Z Documenting nodrop v0.1.14
29772024-04-03T04:32:34.375Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29782024-04-03T04:32:34.546Z Documenting crc v3.0.1
29792024-04-03T04:32:36.704Z Documenting radix_trie v0.2.1
29802024-04-03T04:32:37.282Z Documenting same-file v1.0.6
29812024-04-03T04:32:37.798Z Documenting array-init v0.0.4
29822024-04-03T04:32:38.509Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29832024-04-03T04:32:38.960Z Documenting num-bigint-dig v0.8.4
29842024-04-03T04:32:39.074Z Documenting packed_struct v0.10.1
29852024-04-03T04:32:41.734Z Documenting pkcs1 v0.7.5
29862024-04-03T04:32:42.026Z Documenting is-terminal v0.4.9
29872024-04-03T04:32:42.171Z Documenting walkdir v2.4.0
29882024-04-03T04:32:42.266Z Documenting signature v2.1.0
29892024-04-03T04:32:46.469Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29902024-04-03T04:32:46.469Z Documenting termcolor v1.2.0
29912024-04-03T04:32:46.699Z Documenting display-error-chain v0.2.0
29922024-04-03T04:32:47.027Z Documenting bitfield v0.14.0
29932024-04-03T04:32:47.659Z Documenting serde-hex v0.1.0
29942024-04-03T04:32:48.268Z Documenting rsa v0.9.2
29952024-04-03T04:32:48.707Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29962024-04-03T04:32:48.707Z --> nexus/types/src/sectioned_table.rs:145:7
29972024-04-03T04:32:48.707Z |
29982024-04-03T04:32:48.708Z145 | /// [`StNestedBuilder::make_subsection`].
29992024-04-03T04:32:48.708Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
30002024-04-03T04:32:48.708Z |
30012024-04-03T04:32:48.708Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30022024-04-03T04:32:48.708Z
30032024-04-03T04:32:49.149Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30042024-04-03T04:32:49.210Z Documenting slog-dtrace v0.3.0
30052024-04-03T04:32:50.516Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30062024-04-03T04:32:50.855Zwarning: `nexus-types` (lib doc) generated 1 warning
30072024-04-03T04:32:50.858Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30082024-04-03T04:32:51.127Z Documenting x509-cert v0.2.4
30092024-04-03T04:32:51.328Z Documenting env_logger v0.10.0
30102024-04-03T04:32:51.644Z Documenting libsw v3.3.1
30112024-04-03T04:32:53.641Z Documenting ron v0.8.1
30122024-04-03T04:32:54.158Z Documenting half v2.3.1
30132024-04-03T04:32:56.105Z Documenting pem v3.0.2
30142024-04-03T04:32:56.222Z Documenting owo-colors v4.0.0
30152024-04-03T04:32:56.726Z Documenting linear-map v1.2.0
30162024-04-03T04:32:57.797Z Documenting crc-any v2.4.3
30172024-04-03T04:32:58.004Z Documenting ciborium-io v0.2.2
30182024-04-03T04:32:58.566Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30192024-04-03T04:32:59.614Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30202024-04-03T04:33:01.011Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30212024-04-03T04:33:01.075Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30222024-04-03T04:33:01.247Z Checking darling_core v0.14.4
30232024-04-03T04:33:01.322Z Documenting headers-core v0.2.0
30242024-04-03T04:33:01.659Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30252024-04-03T04:33:02.815Z Documenting ciborium-ll v0.2.2
30262024-04-03T04:33:02.984Z Documenting path-slash v0.1.5
30272024-04-03T04:33:03.421Z Checking darling v0.14.4
30282024-04-03T04:33:03.534Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30292024-04-03T04:33:07.012Z Documenting headers v0.3.9
30302024-04-03T04:33:07.561Z Documenting ciborium v0.2.2
30312024-04-03T04:33:07.859Z Documenting fxhash v0.2.1
30322024-04-03T04:33:10.892Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30332024-04-03T04:33:12.394Z Documenting async-recursion v1.0.5
30342024-04-03T04:33:12.904Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30352024-04-03T04:33:12.961Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30362024-04-03T04:33:13.452Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372024-04-03T04:33:13.496Z Documenting vte_generate_state_changes v0.1.1
30382024-04-03T04:33:17.378Z Checking convert_case v0.4.0
30392024-04-03T04:33:17.614Z Documenting convert_case v0.4.0
30402024-04-03T04:33:18.184Z Checking derive_builder_core v0.12.0
30412024-04-03T04:33:18.596Z Documenting vte v0.11.1
30422024-04-03T04:33:19.031Z Documenting derive_builder_core v0.12.0
30432024-04-03T04:33:22.975Z Documenting derive_more v0.99.17
30442024-04-03T04:33:23.486Z Documenting buf-list v1.0.3
30452024-04-03T04:33:25.021Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30462024-04-03T04:33:25.359Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30472024-04-03T04:33:27.820Z Checking heck v0.3.3
30482024-04-03T04:33:27.999Z Documenting bitstruct_derive v0.1.0
30492024-04-03T04:33:28.267Z Documenting pin-project-internal v1.1.3
30502024-04-03T04:33:28.378Z Documenting ascii v1.1.0
30512024-04-03T04:33:29.758Z Documenting structopt-derive v0.4.18
30522024-04-03T04:33:30.231Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30532024-04-03T04:33:30.560Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30542024-04-03T04:33:30.737Z Documenting derive_builder_macro v0.12.0
30552024-04-03T04:33:32.092Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30562024-04-03T04:33:33.259Z Documenting bitstruct v0.1.1
30572024-04-03T04:33:34.578Z Documenting pin-project v1.1.3
30582024-04-03T04:33:35.051Z Documenting strip-ansi-escapes v0.2.0
30592024-04-03T04:33:35.634Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30602024-04-03T04:33:35.984Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30612024-04-03T04:33:35.997Z Documenting doc-comment v0.3.3
30622024-04-03T04:33:36.209Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30632024-04-03T04:33:37.568Z Documenting crossbeam-deque v0.8.3
30642024-04-03T04:33:38.277Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-04-03T04:33:38.998Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30662024-04-03T04:33:39.956Z Documenting serde_arrays v0.1.0
30672024-04-03T04:33:40.250Z Documenting erased-serde v0.3.31
30682024-04-03T04:33:41.452Z Documenting snafu-derive v0.7.5
30692024-04-03T04:33:41.834Z Documenting ref-cast-impl v1.0.20
30702024-04-03T04:33:44.146Z Checking unicode-xid v0.2.4
30712024-04-03T04:33:44.305Z Documenting unicode-xid v0.2.4
30722024-04-03T04:33:44.449Z Documenting nu-ansi-term v0.50.0
30732024-04-03T04:33:46.359Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30742024-04-03T04:33:46.672Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30752024-04-03T04:33:47.326Z Documenting ref-cast v1.0.20
30762024-04-03T04:33:47.432Z Documenting const_format_proc_macros v0.2.32
30772024-04-03T04:33:48.670Z Documenting snafu v0.7.5
30782024-04-03T04:33:49.438Z Documenting rayon-core v1.12.1
30792024-04-03T04:33:49.515Z Documenting reedline v0.30.0
30802024-04-03T04:33:50.705Z Documenting derive_builder v0.12.0
30812024-04-03T04:33:52.881Z Documenting structopt v0.3.26
30822024-04-03T04:33:53.707Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30832024-04-03T04:33:54.896Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30842024-04-03T04:33:56.624Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30852024-04-03T04:33:57.836Z Documenting libefi-sys v0.1.0
30862024-04-03T04:33:57.960Z Documenting trust-dns-client v0.22.0
30872024-04-03T04:33:58.174Z Documenting polar-core v0.27.0
30882024-04-03T04:33:58.700Z Documenting libxml v0.3.3
30892024-04-03T04:33:59.492Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30902024-04-03T04:34:00.685Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912024-04-03T04:34:02.453Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30922024-04-03T04:34:03.307Z Documenting globset v0.4.13
30932024-04-03T04:34:06.067Z Documenting bb8 v0.8.3
30942024-04-03T04:34:06.902Z Documenting olpc-cjson v0.1.3
30952024-04-03T04:34:07.204Z Documenting quick-xml v0.30.0
30962024-04-03T04:34:08.453Z Documenting serde_plain v1.0.2
30972024-04-03T04:34:08.894Z Documenting impl-trait-for-tuples v0.2.2
30982024-04-03T04:34:09.488Z Documenting oso-derive v0.27.0
30992024-04-03T04:34:11.458Z Documenting utf-8 v0.7.6
31002024-04-03T04:34:12.373Z Documenting maplit v1.0.2
31012024-04-03T04:34:12.976Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31022024-04-03T04:34:13.922Z Documenting typed-path v0.7.0
31032024-04-03T04:34:14.357Z Documenting keccak v0.1.4
31042024-04-03T04:34:14.650Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31052024-04-03T04:34:14.788Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31062024-04-03T04:34:16.520Z Documenting tungstenite v0.21.0
31072024-04-03T04:34:17.325Z Documenting oso v0.27.0
31082024-04-03T04:34:17.456Z Documenting sha3 v0.10.8
31092024-04-03T04:34:17.833Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31102024-04-03T04:34:20.524Z Documenting tough v0.16.0
31112024-04-03T04:34:22.433Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31122024-04-03T04:34:22.834Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
31132024-04-03T04:34:23.496Z Documenting trust-dns-server v0.22.1
31142024-04-03T04:34:24.580Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31152024-04-03T04:34:27.206Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31162024-04-03T04:34:28.586Z Documenting rayon v1.9.0
31172024-04-03T04:34:29.517Z Documenting const_format v0.2.32
31182024-04-03T04:34:29.649Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31192024-04-03T04:34:30.722Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31202024-04-03T04:34:31.856Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31212024-04-03T04:34:32.022Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31222024-04-03T04:34:32.867Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31232024-04-03T04:34:33.376Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31242024-04-03T04:34:33.391Z Documenting sled v0.34.7
31252024-04-03T04:34:33.534Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31262024-04-03T04:34:33.967Z Documenting fs-err v2.11.0
31272024-04-03T04:34:34.323Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31282024-04-03T04:34:35.704Z Documenting cookie v0.18.0
31292024-04-03T04:34:37.009Z Documenting unicase v2.7.0
31302024-04-03T04:34:37.288Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312024-04-03T04:34:37.574Z Documenting fd-lock v4.0.2
31322024-04-03T04:34:38.275Z Documenting nix v0.27.1
31332024-04-03T04:34:39.040Z Documenting secrecy v0.8.0
31342024-04-03T04:34:40.478Z Documenting gethostname v0.4.3
31352024-04-03T04:34:40.862Z Documenting peg-macros v0.8.2
31362024-04-03T04:34:41.327Z Documenting rustversion v1.0.14
31372024-04-03T04:34:42.650Z Documenting sqlparser_derive v0.2.2
31382024-04-03T04:34:42.939Z Documenting parse-size v1.0.0
31392024-04-03T04:34:44.169Z Documenting unicode_categories v0.1.1
31402024-04-03T04:34:44.301Z Documenting home v0.5.5
31412024-04-03T04:34:45.552Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31422024-04-03T04:34:46.371Z Documenting castaway v0.2.2
31432024-04-03T04:34:46.539Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31442024-04-03T04:34:46.798Z Documenting peg v0.8.2
31452024-04-03T04:34:47.430Z Documenting sqlparser v0.43.1
31462024-04-03T04:34:53.656Z Documenting sqlformat v0.2.3
31472024-04-03T04:34:53.667Z Documenting rustyline v13.0.0
31482024-04-03T04:34:53.667Z Documenting mime_guess v2.0.4
31492024-04-03T04:34:53.667Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502024-04-03T04:34:55.080Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31512024-04-03T04:34:55.099Z Documenting tokio-tungstenite v0.21.0
31522024-04-03T04:34:55.481Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31532024-04-03T04:34:56.135Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31542024-04-03T04:35:00.880Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31552024-04-03T04:35:01.305Z Documenting zone v0.1.8
31562024-04-03T04:35:02.988Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31572024-04-03T04:35:03.368Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31582024-04-03T04:35:03.551Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31592024-04-03T04:35:06.939Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31602024-04-03T04:35:07.222Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31612024-04-03T04:35:07.507Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31622024-04-03T04:35:09.801Z Documenting portpicker v0.1.1
31632024-04-03T04:35:11.162Z Documenting universal-hash v0.5.1
31642024-04-03T04:35:13.076Z Documenting bcs v0.1.6
31652024-04-03T04:35:14.642Z Documenting kstat-rs v0.2.3
31662024-04-03T04:35:15.115Z Documenting thiserror-impl-no-std v2.0.2
31672024-04-03T04:35:17.255Z Documenting curve25519-dalek-derive v0.1.0
31682024-04-03T04:35:17.753Z Documenting opaque-debug v0.3.0
31692024-04-03T04:35:26.161Z Documenting highway v1.1.0
31702024-04-03T04:35:26.433Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31712024-04-03T04:35:26.571Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31722024-04-03T04:35:26.598Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31732024-04-03T04:35:26.784Z Documenting thiserror-no-std v2.0.2
31742024-04-03T04:35:26.882Z Documenting poly1305 v0.8.0
31752024-04-03T04:35:27.160Z Documenting curve25519-dalek v4.1.1
31762024-04-03T04:35:29.912Z Documenting compact_str v0.7.1
31772024-04-03T04:35:31.252Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31782024-04-03T04:35:32.948Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31792024-04-03T04:35:33.371Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31802024-04-03T04:35:34.658Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31812024-04-03T04:35:34.900Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31822024-04-03T04:35:35.519Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31832024-04-03T04:35:35.843Z Documenting portable-atomic v1.4.3
31842024-04-03T04:35:39.357Z Documenting ed25519 v1.5.3
31852024-04-03T04:35:39.785Z Documenting memoffset v0.7.1
31862024-04-03T04:35:40.363Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31872024-04-03T04:35:42.100Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31882024-04-03T04:35:42.498Z Documenting rcgen v0.12.1
31892024-04-03T04:35:42.857Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31902024-04-03T04:35:45.130Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
31912024-04-03T04:35:45.320Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
31922024-04-03T04:35:49.491Zwarning: could not parse code block as Rust code
31932024-04-03T04:35:49.491Z --> oximeter/db/src/oxql/ast/grammar.rs:244:9
31942024-04-03T04:35:49.491Z |
31952024-04-03T04:35:49.491Z244 | / /// Parse a string literal, either single- or double-quoted.
31962024-04-03T04:35:49.491Z245 | | ///
31972024-04-03T04:35:49.491Z246 | | /// Parsing string literals is pretty tricky, but we add several
31982024-04-03T04:35:49.491Z247 | | /// constraints to simplify things. First strings must be quoted, either
31992024-04-03T04:35:49.491Z... |
32002024-04-03T04:35:49.492Z275 | | ///
32012024-04-03T04:35:49.492Z276 | | /// Will be parsed as `this string has " in it`.
32022024-04-03T04:35:49.492Z | |________________________________________________________^
32032024-04-03T04:35:49.492Z |
32042024-04-03T04:35:49.492Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
32052024-04-03T04:35:49.492Z = note: error from rustc: unknown start of token: \
32062024-04-03T04:35:49.492Z = note: error from rustc: unknown start of token: \
32072024-04-03T04:35:49.492Z = note: error from rustc: unknown start of token: \
32082024-04-03T04:35:49.492Z = note: error from rustc: unknown start of token: \
32092024-04-03T04:35:49.492Z = note: error from rustc: unknown start of token: \
32102024-04-03T04:35:49.492Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
32112024-04-03T04:35:49.492Z
32122024-04-03T04:35:50.916Z Documenting atomicwrites v0.4.3
32132024-04-03T04:35:50.965Zwarning: `oximeter-db` (lib doc) generated 1 warning
32142024-04-03T04:35:50.969Z Documenting chacha20 v0.9.1
32152024-04-03T04:35:51.106Z Documenting lru v0.12.1
32162024-04-03T04:35:53.058Z Documenting aead v0.5.2
32172024-04-03T04:35:55.697Z Documenting rand_seeder v0.2.3
32182024-04-03T04:35:56.012Z Documenting nanorand v0.7.0
32192024-04-03T04:35:56.419Z Documenting subprocess v0.2.9
32202024-04-03T04:35:56.651Z Documenting stability v0.1.1
32212024-04-03T04:35:57.197Z Documenting glob v0.3.1
32222024-04-03T04:35:59.343Z Documenting cassowary v0.3.0
32232024-04-03T04:36:08.720Z Documenting number_prefix v0.4.0
32242024-04-03T04:36:08.940Z Documenting flume v0.11.0
32252024-04-03T04:36:09.201Z Documenting chacha20poly1305 v0.10.1
32262024-04-03T04:36:09.234Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32272024-04-03T04:36:09.472Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32282024-04-03T04:36:09.694Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32292024-04-03T04:36:10.018Z Documenting ratatui v0.26.1
32302024-04-03T04:36:13.605Z Documenting indicatif v0.17.8
32312024-04-03T04:36:14.365Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32322024-04-03T04:36:14.871Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32332024-04-03T04:36:35.130Z Documenting salty v0.2.0
32342024-04-03T04:36:35.167Z Documenting vsss-rs v3.3.4
32352024-04-03T04:36:35.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362024-04-03T04:36:35.167Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32372024-04-03T04:36:35.167Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32382024-04-03T04:36:35.167Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32392024-04-03T04:36:35.168Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32402024-04-03T04:36:35.168Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32412024-04-03T04:36:35.168Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422024-04-03T04:36:35.168Z Documenting serde-big-array v0.5.1
32432024-04-03T04:36:35.168Z Documenting rtoolbox v0.0.1
32442024-04-03T04:36:35.168Z Documenting is_ci v1.2.0
32452024-04-03T04:36:35.168Z Documenting unicode-linebreak v0.1.5
32462024-04-03T04:36:35.168Zwarning: unresolved link to `test_sled_transitions`
32472024-04-03T04:36:35.168Z --> nexus/db-queries/src/db/datastore/sled.rs:593:11
32482024-04-03T04:36:35.168Z |
32492024-04-03T04:36:35.168Z593 | /// [`test_sled_transitions`].
32502024-04-03T04:36:35.168Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32512024-04-03T04:36:35.168Z |
32522024-04-03T04:36:35.168Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32532024-04-03T04:36:35.168Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32542024-04-03T04:36:35.168Z
32552024-04-03T04:36:35.169Zwarning: unresolved link to `test_sled_transitions`
32562024-04-03T04:36:35.169Z --> nexus/db-queries/src/db/datastore/sled.rs:629:11
32572024-04-03T04:36:35.169Z |
32582024-04-03T04:36:35.169Z629 | /// [`test_sled_transitions`].
32592024-04-03T04:36:35.169Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32602024-04-03T04:36:35.169Z |
32612024-04-03T04:36:35.169Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32622024-04-03T04:36:35.169Z
32632024-04-03T04:36:35.169Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32642024-04-03T04:36:35.169Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32652024-04-03T04:36:35.169Z |
32662024-04-03T04:36:35.169Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32672024-04-03T04:36:35.169Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32682024-04-03T04:36:35.169Z
32692024-04-03T04:36:35.402Z Documenting smawk v0.3.1
32702024-04-03T04:36:35.519Z Documenting http-range v0.1.5
32712024-04-03T04:36:37.860Z Documenting rpassword v7.3.1
32722024-04-03T04:36:38.087Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32732024-04-03T04:36:38.798Z Documenting supports-color v3.0.0
32742024-04-03T04:36:40.235Z Documenting textwrap v0.16.1
32752024-04-03T04:36:40.569Z Documenting hyper-staticfile v0.9.5
32762024-04-03T04:36:42.467Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32772024-04-03T04:36:42.978Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32782024-04-03T04:36:43.867Z Documenting tui-tree-widget v0.19.0
32792024-04-03T04:36:44.888Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32802024-04-03T04:36:45.458Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32812024-04-03T04:36:48.207Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822024-04-03T04:36:49.870Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32832024-04-03T04:36:50.570Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-04-03T04:36:50.828Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852024-04-03T04:36:51.649Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32862024-04-03T04:36:51.662Z Documenting signal-hook-tokio v0.3.1
32872024-04-03T04:36:51.676Z Documenting memmap2 v0.7.1
32882024-04-03T04:36:52.912Z Documenting constant_time_eq v0.3.0
32892024-04-03T04:36:53.050Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32902024-04-03T04:36:53.054Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912024-04-03T04:36:53.472Z Documenting corncobs v0.1.3
32922024-04-03T04:36:55.975Z Documenting arrayref v0.3.7
32932024-04-03T04:36:56.652Z Documenting shell-words v1.1.0
32942024-04-03T04:36:57.007Z Documenting arrayvec v0.7.4
32952024-04-03T04:36:57.941Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962024-04-03T04:36:59.016Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32972024-04-03T04:37:00.790Z Documenting blake3 v1.5.0
32982024-04-03T04:37:01.429Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32992024-04-03T04:37:02.034Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33002024-04-03T04:37:04.331Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33012024-04-03T04:37:05.538Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33022024-04-03T04:37:06.268Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33032024-04-03T04:37:09.547Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33042024-04-03T04:37:19.279Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33052024-04-03T04:37:20.108Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33062024-04-03T04:37:21.961Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33072024-04-03T04:37:25.547Zwarning: unclosed HTML tag `usize`
33082024-04-03T04:37:25.547Z --> wicket/src/ui/panes/update.rs:153:19
33092024-04-03T04:37:25.547Z |
33102024-04-03T04:37:25.547Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
33112024-04-03T04:37:25.547Z | ^^^^^^^
33122024-04-03T04:37:25.547Z |
33132024-04-03T04:37:25.547Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
33142024-04-03T04:37:25.547Z
33152024-04-03T04:37:26.916Zwarning: `wicket` (lib doc) generated 1 warning
33162024-04-03T04:37:26.920Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
33172024-04-03T04:37:30.088Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33182024-04-03T04:37:31.416Z Documenting fatfs v0.3.6
33192024-04-03T04:37:32.301Z Documenting topological-sort v0.2.2
33202024-04-03T04:37:37.131Z Documenting assert_matches v1.5.0
33212024-04-03T04:37:37.244Z Documenting omicron-zone-package v0.11.0
33222024-04-03T04:37:37.841Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232024-04-03T04:37:38.265Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242024-04-03T04:37:44.252Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33252024-04-03T04:37:44.538Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33262024-04-03T04:37:45.474Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33272024-04-03T04:37:46.310Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33282024-04-03T04:37:49.786Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33292024-04-03T04:37:50.550Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33302024-04-03T04:37:53.807Z Documenting termios v0.3.3
33312024-04-03T04:37:59.201Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33322024-04-03T04:37:59.213Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33332024-04-03T04:37:59.536Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33342024-04-03T04:37:59.536Z --> sled-agent/src/sim/instance.rs:46:7
33352024-04-03T04:37:59.536Z |
33362024-04-03T04:37:59.536Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33372024-04-03T04:37:59.536Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33382024-04-03T04:37:59.536Z |
33392024-04-03T04:37:59.536Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33402024-04-03T04:37:59.536Z
33412024-04-03T04:38:02.556Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33422024-04-03T04:38:03.043Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33432024-04-03T04:38:06.867Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33442024-04-03T04:38:10.619Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33452024-04-03T04:38:19.036Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33462024-04-03T04:38:32.149Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33472024-04-03T04:38:34.537Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33482024-04-03T04:38:47.983Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33492024-04-03T04:38:48.341Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33502024-04-03T04:38:49.522Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33512024-04-03T04:38:53.782Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33522024-04-03T04:38:58.700Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33532024-04-03T04:39:00.199Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542024-04-03T04:39:03.928Zwarning: unresolved link to `VolumeConstructionRequest`
33552024-04-03T04:39:03.929Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33562024-04-03T04:39:03.929Z |
33572024-04-03T04:39:03.929Z338 | /// [`VolumeConstructionRequest`] is shown here):
33582024-04-03T04:39:03.929Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33592024-04-03T04:39:03.929Z |
33602024-04-03T04:39:03.929Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33612024-04-03T04:39:03.929Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33622024-04-03T04:39:03.929Z
33632024-04-03T04:39:03.933Zwarning: unresolved link to `fd00:1122:3344:101::5`
33642024-04-03T04:39:03.933Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33652024-04-03T04:39:03.933Z |
33662024-04-03T04:39:03.933Z348 | /// "[fd00:1122:3344:101::5]:1000",
33672024-04-03T04:39:03.933Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33682024-04-03T04:39:03.933Z
33692024-04-03T04:39:03.933Zwarning: unresolved link to `fd00:1122:3344:102::9`
33702024-04-03T04:39:03.933Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33712024-04-03T04:39:03.933Z |
33722024-04-03T04:39:03.933Z349 | /// "[fd00:1122:3344:102::9]:1000",
33732024-04-03T04:39:03.934Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33742024-04-03T04:39:03.934Z
33752024-04-03T04:39:03.934Zwarning: unresolved link to `fd00:1122:3344:103::2`
33762024-04-03T04:39:03.934Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33772024-04-03T04:39:03.934Z |
33782024-04-03T04:39:03.934Z350 | /// "[fd00:1122:3344:103::2]:1000"
33792024-04-03T04:39:03.934Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33802024-04-03T04:39:03.934Z
33812024-04-03T04:39:03.934Zwarning: unresolved link to `fd00:1122:3344:101::5`
33822024-04-03T04:39:03.934Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33832024-04-03T04:39:03.934Z |
33842024-04-03T04:39:03.934Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33852024-04-03T04:39:03.934Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33862024-04-03T04:39:03.934Z
33872024-04-03T04:39:03.934Zwarning: unresolved link to `fd00:1122:3344:102::9`
33882024-04-03T04:39:03.934Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33892024-04-03T04:39:03.934Z |
33902024-04-03T04:39:03.934Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33912024-04-03T04:39:03.934Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33922024-04-03T04:39:03.934Z
33932024-04-03T04:39:03.934Zwarning: unresolved link to `fd00:1122:3344:103::2`
33942024-04-03T04:39:03.935Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33952024-04-03T04:39:03.935Z |
33962024-04-03T04:39:03.935Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33972024-04-03T04:39:03.935Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33982024-04-03T04:39:03.935Z
33992024-04-03T04:39:07.288Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
34002024-04-03T04:39:31.435Z Finished dev [unoptimized + debuginfo] target(s) in 12m 37s
34012024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
34022024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34032024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34042024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34052024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34062024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34072024-04-03T04:39:31.523Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34082024-04-03T04:39:31.532Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34092024-04-03T04:39:31.532Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34102024-04-03T04:39:31.532Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34112024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34122024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34132024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34142024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34152024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34162024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34172024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34182024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34192024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34202024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34212024-04-03T04:39:31.533Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34222024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34232024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34242024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34252024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34262024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34272024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34282024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34292024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34302024-04-03T04:39:31.534Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34312024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34322024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34332024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34342024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34352024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34362024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34372024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34382024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34392024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34402024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34412024-04-03T04:39:31.535Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34422024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34432024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34442024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34452024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34462024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34472024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34482024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34492024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34502024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34512024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34522024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34532024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34542024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34552024-04-03T04:39:31.536Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34562024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34572024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34582024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34592024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34602024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34612024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34622024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34632024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34642024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34652024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34662024-04-03T04:39:31.537Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34672024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34682024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34692024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34702024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34712024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34722024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34732024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34742024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34752024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34762024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34772024-04-03T04:39:31.538Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34782024-04-03T04:39:31.539Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34792024-04-03T04:39:31.539Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34802024-04-03T04:39:31.539Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34812024-04-03T04:39:31.539Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34822024-04-03T04:39:31.574Z
34832024-04-03T04:39:31.581Zreal 12:38.006117558
34842024-04-03T04:39:31.581Zuser 33:39.172828504
34852024-04-03T04:39:31.581Zsys 55:58.423597244
34862024-04-03T04:39:31.581Ztrap 0.903481369
34872024-04-03T04:39:31.581Ztflt 0.540102834
34882024-04-03T04:39:31.581Zdflt 0.237238915
34892024-04-03T04:39:31.581Zkflt 0.000286643
34902024-04-03T04:39:31.581Zlock 3:28:28.470075251
34912024-04-03T04:39:31.581Zslp 3:32:29.762082654
34922024-04-03T04:39:31.581Zlat 4:27.980180779
34932024-04-03T04:39:31.581Zstop 1:45.672549809
34942024-04-03T04:39:31.581Zprocess exited: duration 1363309 ms, exit code 0
 
34952024-04-03T04:39:31.593Zfound 0 output files