01HZ32JXVMFVJYKR4953K2737C: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "1.77.2",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HZ32K5H0X7CYZ1QW66857FPP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T21:03:23.667Zjob assigned to worker 01HZ32K9K6A300BQFNE5R2RJCE (queued for 38 s)
 
22024-05-29T21:03:23.955Zstarting task 0: "setup"
32024-05-29T21:03:23.979Z++ uname -s
42024-05-29T21:03:23.979Z+ kern=SunOS
52024-05-29T21:03:23.980Z+ case "$kern" in
62024-05-29T21:03:23.980Z+ groupadd -g 12345 build
72024-05-29T21:03:23.980Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T21:03:26.000Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T21:03:26.034Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T21:03:26.059Z+ home_fs=zfs
112024-05-29T21:03:26.059Z+ [[ zfs == autofs ]]
122024-05-29T21:03:26.059Z+ mkdir -p /home/build
132024-05-29T21:03:26.059Z+ chown build:build /home/build /work
142024-05-29T21:03:28.040Z+ chmod 0700 /home/build /work
152024-05-29T21:03:28.066Zprocess exited: duration 4088 ms, exit code 0
 
162024-05-29T21:03:28.119Zstarting task 1: "rust-toolchain"
172024-05-29T21:03:28.157Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T21:03:28.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-29T21:03:28.271Zinfo: downloading installer
202024-05-29T21:03:28.726Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T21:03:28.726Zwarning: /opt/ooce/bin
222024-05-29T21:03:28.727Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T21:03:28.727Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T21:03:28.727Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T21:03:28.727Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T21:03:28.727Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T21:03:28.727Zerror: cannot install while Rust is installed
282024-05-29T21:03:28.727Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T21:03:28.768Zinfo: profile set to 'default'
302024-05-29T21:03:28.768Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T21:03:28.794Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-29T21:03:28.872Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-29T21:03:28.872Zinfo: downloading component 'cargo'
342024-05-29T21:03:29.435Zinfo: downloading component 'clippy'
352024-05-29T21:03:29.987Zinfo: downloading component 'rust-docs'
362024-05-29T21:03:30.215Zinfo: downloading component 'rust-std'
372024-05-29T21:03:30.982Zinfo: downloading component 'rustc'
382024-05-29T21:03:33.254Zinfo: downloading component 'rustfmt'
392024-05-29T21:03:33.663Zinfo: installing component 'cargo'
402024-05-29T21:03:34.739Zinfo: installing component 'clippy'
412024-05-29T21:03:35.112Zinfo: installing component 'rust-docs'
422024-05-29T21:03:37.632Zinfo: installing component 'rust-std'
432024-05-29T21:03:39.706Zinfo: installing component 'rustc'
442024-05-29T21:03:44.499Zinfo: installing component 'rustfmt'
452024-05-29T21:03:44.877Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-29T21:03:44.877Z
472024-05-29T21:03:44.960Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-29T21:03:44.960Z
492024-05-29T21:03:44.961Z
502024-05-29T21:03:44.961ZRust is installed now. Great!
512024-05-29T21:03:44.961Z
522024-05-29T21:03:44.991ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T21:03:44.991Zenvironment variable. This has not been done automatically.
542024-05-29T21:03:44.991Z
552024-05-29T21:03:44.991ZTo configure your current shell, you need to source
562024-05-29T21:03:44.991Zthe corresponding env file under $HOME/.cargo.
572024-05-29T21:03:44.991Z
582024-05-29T21:03:44.991ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T21:03:44.991Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T21:03:44.991Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T21:03:45.044Z+ rustc --version
622024-05-29T21:03:45.123Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-29T21:03:45.151Zprocess exited: duration 17006 ms, exit code 0
 
642024-05-29T21:03:45.209Zstarting task 2: "authentication"
652024-05-29T21:03:45.274Zprocess exited: duration 65 ms, exit code 0
 
662024-05-29T21:03:45.334Zstarting task 3: "clone repository"
672024-05-29T21:03:45.361Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T21:03:45.361Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T21:03:45.361ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T21:03:51.713Z+ cd /work/oxidecomputer/omicron
712024-05-29T21:03:51.713Z+ git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231
722024-05-29T21:03:52.448ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T21:03:52.448Z * branch 6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD
742024-05-29T21:03:52.473Z+ [[ -n '' ]]
752024-05-29T21:03:52.473Z+ git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231
762024-05-29T21:03:52.647ZHEAD is now at 6917f4231 wait until the task starts
772024-05-29T21:03:52.672Zprocess exited: duration 7324 ms, exit code 0
 
782024-05-29T21:03:52.721Zstarting task 4: "build"
792024-05-29T21:03:52.745Z+ cargo --version
802024-05-29T21:03:52.794Zcargo 1.77.2 (e52e36006 2024-03-26)
812024-05-29T21:03:52.818Z+ rustc --version
822024-05-29T21:03:52.866Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-29T21:03:52.891Z+ source ./env.sh
842024-05-29T21:03:52.891Z++ set -o xtrace
852024-05-29T21:03:52.892Z++++ dirname ./env.sh
862024-05-29T21:03:52.892Z+++ readlink -f .
872024-05-29T21:03:52.892Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-05-29T21:03:52.892Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-05-29T21:03:52.892Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-05-29T21:03:52.892Z++ 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
912024-05-29T21:03:52.892Z++ 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
922024-05-29T21:03:52.892Z++ 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
932024-05-29T21:03:52.892Z++ 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
942024-05-29T21:03:52.892Z++ 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
952024-05-29T21:03:52.892Z++ 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
962024-05-29T21:03:52.892Z++ unset OMICRON_WS
972024-05-29T21:03:52.892Z++ set +o xtrace
982024-05-29T21:03:52.892Z
992024-05-29T21:03:52.892Z ##### ##### ###### ##### ###### #### # # # #### #
1002024-05-29T21:03:52.892Z # # # # # # # # # # # # # # #
1012024-05-29T21:03:52.892Z # # # # ##### # # ##### # # # # # #### #
1022024-05-29T21:03:52.892Z ##### ##### # ##### # # # # # # # # #
1032024-05-29T21:03:52.892Z # # # # # # # # # # # # # # #
1042024-05-29T21:03:52.892Z # # # ###### # # ###### ### # #### # #### #
1052024-05-29T21:03:52.892Z
1062024-05-29T21:03:57.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1072024-05-29T21:03:59.673Z Startup: Caching catalogs ... Done
1082024-05-29T21:04:02.063ZPlanning: Solver setup ... Done (1.790s)
1092024-05-29T21:04:02.100ZPlanning: Running solver ... Done (0.033s)
1102024-05-29T21:04:02.145ZPlanning: Finding local manifests ... Done (0.002s)
1112024-05-29T21:04:02.211ZPlanning: Fetching manifests: 0/4 0% complete
1122024-05-29T21:04:02.603ZPlanning: Fetching manifests: 4/4 100% complete
1132024-05-29T21:04:02.656ZPlanning: Package planning ... Done (0.057s)
1142024-05-29T21:04:02.716ZPlanning: Merging actions ... Done (0.060s)
1152024-05-29T21:04:03.066ZPlanning: Checking for conflicting actions ... Done (0.349s)
1162024-05-29T21:04:03.097ZPlanning: Consolidating action changes ... Done (0.013s)
1172024-05-29T21:04:03.702ZPlanning: Evaluating mediators ... Done (0.623s)
1182024-05-29T21:04:03.728ZPlanning: Planning completed in 3.98 seconds
1192024-05-29T21:04:03.757Z Packages to install: 4
1202024-05-29T21:04:03.757Z Mediators to change: 2
1212024-05-29T21:04:03.757Z Services to change: 1
1222024-05-29T21:04:03.757Z Estimated space available: 148.91 GB
1232024-05-29T21:04:03.757ZEstimated space to be consumed: 1.45 GB
1242024-05-29T21:04:03.757Z Create boot environment: No
1252024-05-29T21:04:03.757ZCreate backup boot environment: No
1262024-05-29T21:04:03.757Z Rebuild boot archive: No
1272024-05-29T21:04:03.757Z
1282024-05-29T21:04:03.757ZChanged mediators:
1292024-05-29T21:04:03.757Z mediator clang:
1302024-05-29T21:04:03.757Z version: None -> 15 (system default)
1312024-05-29T21:04:03.757Z
1322024-05-29T21:04:03.758Z mediator llvm:
1332024-05-29T21:04:03.758Z version: 14 (system default) -> 15 (system default)
1342024-05-29T21:04:03.758Z
1352024-05-29T21:04:03.758ZChanged packages:
1362024-05-29T21:04:03.758Zhelios-dev
1372024-05-29T21:04:03.758Z developer/build-essential
1382024-05-29T21:04:03.758Z None -> 11-2.0
1392024-05-29T21:04:03.758Z library/libxmlsec1
1402024-05-29T21:04:03.758Z None -> 1.2.35-2.0
1412024-05-29T21:04:03.758Z ooce/developer/clang-15
1422024-05-29T21:04:03.758Z None -> 15.0.7-2.0
1432024-05-29T21:04:03.758Z ooce/developer/llvm-15
1442024-05-29T21:04:03.758Z None -> 15.0.7-2.0
1452024-05-29T21:04:03.758Z
1462024-05-29T21:04:03.758ZServices:
1472024-05-29T21:04:03.758Z restart_fmri:
1482024-05-29T21:04:03.758Z svc:/system/update-man-index:default
1492024-05-29T21:04:03.786Z
1502024-05-29T21:04:03.787ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512024-05-29T21:04:08.790ZDownload: 1198/3290 items 79.1/212.6MB 37% complete (15.9M/s)
1522024-05-29T21:04:13.794ZDownload: 1763/3290 items 118.2/212.6MB 55% complete (12.1M/s)
1532024-05-29T21:04:18.810ZDownload: 2468/3290 items 120.2/212.6MB 56% complete (4.5M/s)
1542024-05-29T21:04:23.804ZDownload: 3244/3290 items 168.0/212.6MB 79% complete (4.9M/s)
1552024-05-29T21:04:28.806ZDownload: 3248/3290 items 190.3/212.6MB 89% complete (6.9M/s)
1562024-05-29T21:04:33.842ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (3.7M/s)
1572024-05-29T21:04:35.075ZDownload: Completed 212.60 MB in 31.29 seconds (6.8M/s)
1582024-05-29T21:04:35.255Z Actions: 1/3689 actions (Installing new actions)
1592024-05-29T21:04:40.451Z Actions: 2106/3689 actions (Installing new actions)
1602024-05-29T21:04:40.997Z Actions: Completed 3689 actions in 5.74 seconds.
1612024-05-29T21:04:41.311Z Done (0.303s)
1622024-05-29T21:04:41.311Z Done (0.000s)
1632024-05-29T21:04:41.669Z Done (0.358s)
1642024-05-29T21:04:46.584Z Done (4.789s)
1652024-05-29T21:04:46.676Z Done (0.018s)
1662024-05-29T21:04:46.703Z Done (0.000s)
1672024-05-29T21:04:46.820Z Done (0.000s)
1682024-05-29T21:04:47.437ZPlanning: Evaluating mediator changes ... Done
1692024-05-29T21:04:47.649ZPlanning: Checking for conflicting actions ... Done
1702024-05-29T21:04:47.674ZPlanning: Consolidating action changes ... Done
1712024-05-29T21:04:47.994ZPlanning: Evaluating mediators ... Done
1722024-05-29T21:04:48.025ZPlanning: Planning completed in 0.55 seconds
1732024-05-29T21:04:48.052Z Mediators to change: 2
1742024-05-29T21:04:48.052Z Create boot environment: No
1752024-05-29T21:04:48.052ZCreate backup boot environment: No
1762024-05-29T21:04:48.093Z Done
1772024-05-29T21:04:48.093Z Done
1782024-05-29T21:04:48.337Z Done
1792024-05-29T21:04:52.485Z Done
1802024-05-29T21:04:52.577Z Done
1812024-05-29T21:04:52.603Z Done
1822024-05-29T21:04:52.653Z Done
1832024-05-29T21:04:53.383ZPlanning: Evaluating mediator changes ... Done
1842024-05-29T21:04:53.408ZPlanning: Merging actions ... Done
1852024-05-29T21:04:53.630ZPlanning: Checking for conflicting actions ... Done
1862024-05-29T21:04:53.658ZPlanning: Consolidating action changes ... Done
1872024-05-29T21:04:53.952ZPlanning: Evaluating mediators ... Done
1882024-05-29T21:04:54.020ZPlanning: Planning completed in 0.93 seconds
1892024-05-29T21:04:54.465Z Packages to change: 1
1902024-05-29T21:04:54.465Z Mediators to change: 1
1912024-05-29T21:04:54.465Z Services to change: 1
1922024-05-29T21:04:54.465Z Create boot environment: No
1932024-05-29T21:04:54.465ZCreate backup boot environment: Yes
1942024-05-29T21:04:55.983Z Actions: 1/6 actions (Updating modified actions)
1952024-05-29T21:04:56.413Z Actions: Completed 6 actions in 0.00 seconds.
1962024-05-29T21:04:56.413Z Done
1972024-05-29T21:04:56.413Z Done
1982024-05-29T21:04:56.413Z Done
1992024-05-29T21:04:59.802Z Done
2002024-05-29T21:04:59.897Z Done
2012024-05-29T21:04:59.921Z Done
2022024-05-29T21:04:59.971Z Done
2032024-05-29T21:05:00.903ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-05-29T21:05:00.903Zclang system 15 system
2052024-05-29T21:05:00.903Zcsh system system illumos
2062024-05-29T21:05:00.903Zctags system system illumos
2072024-05-29T21:05:00.903Zgcc vendor 12 vendor
2082024-05-29T21:05:00.903Zgcc system 10 system
2092024-05-29T21:05:00.903Zgcc system 7 system
2102024-05-29T21:05:00.903Zgo system 1.20 system
2112024-05-29T21:05:00.903Zgo system 1.19 system
2122024-05-29T21:05:00.903Zllvm system 15 system
2132024-05-29T21:05:00.904Zllvm system 14 system
2142024-05-29T21:05:00.904Zmariadb system 10.6 system
2152024-05-29T21:05:00.904Zmta vendor vendor dma
2162024-05-29T21:05:00.904Zopenjdk system 17 system
2172024-05-29T21:05:00.904Zopenjdk system 11 system
2182024-05-29T21:05:00.904Zopenjdk system 1.8 system
2192024-05-29T21:05:00.904Zopenssl vendor 3 vendor
2202024-05-29T21:05:00.904Zperl system 5.36 system
2212024-05-29T21:05:00.904Zpostgresql system 15 system
2222024-05-29T21:05:00.904Zpostgresql system 13 system
2232024-05-29T21:05:00.904Zpython vendor 3 vendor
2242024-05-29T21:05:00.904Zpython system 2 system
2252024-05-29T21:05:00.904Zpython3 system 3.11 system
2262024-05-29T21:05:00.904Zruby system 3.0 system
2272024-05-29T21:05:00.904Zwords vendor vendor american-english
2282024-05-29T21:05:00.904Zwords system system australian-english
2292024-05-29T21:05:00.904Zwords system system british-english
2302024-05-29T21:05:00.904Zwords system system canadian-english
2312024-05-29T21:05:00.904Zwords system system french
2322024-05-29T21:05:00.904Zwords system system italian
2332024-05-29T21:05:00.904Zwords system system ngerman
2342024-05-29T21:05:00.904Zwords system system ogerman
2352024-05-29T21:05:00.904Zwords system system spanish
2362024-05-29T21:05:00.938ZPUBLISHER TYPE STATUS P LOCATION
2372024-05-29T21:05:00.939Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-05-29T21:05:02.662ZFMRI IFO
2392024-05-29T21:05:02.663Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-05-29T21:05:02.663Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-05-29T21:05:02.663Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-05-29T21:05:02.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-05-29T21:05:02.663Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-05-29T21:05:02.663Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-05-29T21:05:02.663Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2462024-05-29T21:05:02.663Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-05-29T21:05:02.663Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-05-29T21:05:02.664Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-05-29T21:05:02.664Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-05-29T21:05:02.664Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-05-29T21:05:02.943Z+ set -o errexit
2522024-05-29T21:05:02.969Z+++ dirname ./tools/ci_download_cockroachdb
2532024-05-29T21:05:02.969Z++ cd ./tools
2542024-05-29T21:05:02.969Z++ pwd
2552024-05-29T21:05:02.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2562024-05-29T21:05:02.969Z++ basename ./tools/ci_download_cockroachdb
2572024-05-29T21:05:02.969Z+ ARG0=ci_download_cockroachdb
2582024-05-29T21:05:02.969Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2592024-05-29T21:05:02.970Z+ CIDL_VERSION=v22.1.9
2602024-05-29T21:05:02.970Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2612024-05-29T21:05:02.970Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2622024-05-29T21:05:02.970Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2632024-05-29T21:05:02.970Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-05-29T21:05:02.970Z+ TARGET_DIR=out
2652024-05-29T21:05:02.970Z+ DOWNLOAD_DIR=out/downloads
2662024-05-29T21:05:02.970Z+ DEST_DIR=./out/cockroachdb
2672024-05-29T21:05:02.970Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2682024-05-29T21:05:02.970Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2692024-05-29T21:05:02.970Z+ main
2702024-05-29T21:05:02.970Z+ [[ 0 != 0 ]]
2712024-05-29T21:05:02.970Z+ CIDL_OS=solaris2.11
2722024-05-29T21:05:02.970Z+ [[ 0 != 0 ]]
2732024-05-29T21:05:02.970Z+ configure_os solaris2.11
2742024-05-29T21:05:02.970Z+ echo 'current directory: /work/oxidecomputer/omicron'
2752024-05-29T21:05:02.970Zcurrent directory: /work/oxidecomputer/omicron
2762024-05-29T21:05:02.970Z+ echo 'configuring based on OS: "solaris2.11"'
2772024-05-29T21:05:02.970Zconfiguring based on OS: "solaris2.11"
2782024-05-29T21:05:02.970Z+ case "$1" in
2792024-05-29T21:05:02.970Z+ CIDL_BUILD=illumos
2802024-05-29T21:05:02.970Z+ CIDL_SUFFIX=tar.gz
2812024-05-29T21:05:02.971Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-05-29T21:05:02.971Z+ CIDL_URL_BASE=https://illumos.org/downloads
2832024-05-29T21:05:02.971Z+ CIDL_ASSEMBLE=do_assemble_illumos
2842024-05-29T21:05:02.971Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2852024-05-29T21:05:02.971Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2862024-05-29T21:05:02.971Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-29T21:05:02.971Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2882024-05-29T21:05:02.971Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-29T21:05:02.971Z+ CIDL_SHA256FUNC=do_sha256sum
2902024-05-29T21:05:02.971Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-05-29T21:05:02.971Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-29T21:05:02.971ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-29T21:05:02.971ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-29T21:05:02.971Z+ mkdir -p out/downloads
2952024-05-29T21:05:02.971Z+ mkdir -p ./out/cockroachdb
2962024-05-29T21:05:02.971Z+ local DO_DOWNLOAD=true
2972024-05-29T21:05:02.971Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2982024-05-29T21:05:02.971Z+ '[' true == true ']'
2992024-05-29T21:05:02.971Z+ echo Downloading...
3002024-05-29T21:05:02.971ZDownloading...
3012024-05-29T21:05:02.971Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-29T21:05:02.971Z+ 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
3032024-05-29T21:05:09.126Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-29T21:05:09.150Z++ sha256sum
3052024-05-29T21:05:09.151Z++ awk '{print $1}'
3062024-05-29T21:05:09.203Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3072024-05-29T21:05:09.203Z+ [[ 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 ]]
3082024-05-29T21:05:09.228Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-29T21:05:09.228Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3102024-05-29T21:05:12.120Z+ do_assemble_illumos
3112024-05-29T21:05:12.120Z+ rm -r ./out/cockroachdb
3122024-05-29T21:05:12.145Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3132024-05-29T21:05:12.635Z+ ./out/cockroachdb/bin/cockroach version
3142024-05-29T21:05:12.885ZBuild Tag: v22.1.9-dirty
3152024-05-29T21:05:12.886ZBuild Time: 2022/10/26 21:17:46
3162024-05-29T21:05:12.886ZDistribution: OSS
3172024-05-29T21:05:12.886ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3182024-05-29T21:05:12.886ZGo Version: go1.17.13
3192024-05-29T21:05:12.886ZC Compiler: gcc 10.3.0
3202024-05-29T21:05:12.886ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3212024-05-29T21:05:12.887ZBuild Type: release
3222024-05-29T21:05:12.913Z+ set -o errexit
3232024-05-29T21:05:12.913Z+++ dirname ./tools/ci_download_clickhouse
3242024-05-29T21:05:12.913Z++ cd ./tools
3252024-05-29T21:05:12.913Z++ pwd
3262024-05-29T21:05:12.913Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3272024-05-29T21:05:12.913Z++ basename ./tools/ci_download_clickhouse
3282024-05-29T21:05:12.940Z+ ARG0=ci_download_clickhouse
3292024-05-29T21:05:12.940Z+ TARGET_DIR=out
3302024-05-29T21:05:12.940Z+ DOWNLOAD_DIR=out/downloads
3312024-05-29T21:05:12.940Z+ DEST_DIR=./out/clickhouse
3322024-05-29T21:05:12.940Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3332024-05-29T21:05:12.940Z+ CIDL_VERSION=v23.8.7.24
3342024-05-29T21:05:12.940Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3352024-05-29T21:05:12.940Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3362024-05-29T21:05:12.940Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3372024-05-29T21:05:12.940Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3382024-05-29T21:05:12.940Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3392024-05-29T21:05:12.940Z+ main
3402024-05-29T21:05:12.940Z+ [[ 0 != 0 ]]
3412024-05-29T21:05:12.940Z+ CIDL_OS=solaris2.11
3422024-05-29T21:05:12.940Z+ [[ 0 != 0 ]]
3432024-05-29T21:05:12.941Z+ configure_os solaris2.11
3442024-05-29T21:05:12.941Z+ echo 'current directory: /work/oxidecomputer/omicron'
3452024-05-29T21:05:12.941Zcurrent directory: /work/oxidecomputer/omicron
3462024-05-29T21:05:12.941Z+ echo 'configuring based on OS: "solaris2.11"'
3472024-05-29T21:05:12.941Zconfiguring based on OS: "solaris2.11"
3482024-05-29T21:05:12.941Z+ CIDL_DASHREV=
3492024-05-29T21:05:12.941Z+ case "$1" in
3502024-05-29T21:05:12.941Z+ CIDL_PLATFORM=illumos
3512024-05-29T21:05:12.941Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3522024-05-29T21:05:12.941Z+ CIDL_MD5FUNC=do_md5sum
3532024-05-29T21:05:12.941Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3542024-05-29T21:05:12.941Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-29T21:05:12.941Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-29T21:05:12.941Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-29T21:05:12.941Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-05-29T21:05:12.941ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-29T21:05:12.941Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-05-29T21:05:12.941ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-29T21:05:12.941Z+ mkdir -p out/downloads
3622024-05-29T21:05:12.941Z+ mkdir -p ./out/clickhouse
3632024-05-29T21:05:12.941Z+ local DO_DOWNLOAD=true
3642024-05-29T21:05:12.942Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3652024-05-29T21:05:12.942Z+ '[' true == true ']'
3662024-05-29T21:05:12.942Z+ echo Downloading...
3672024-05-29T21:05:12.942ZDownloading...
3682024-05-29T21:05:12.942Z+ 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
3692024-05-29T21:05:12.942Z+ 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
3702024-05-29T21:05:25.227Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-29T21:05:25.253Z++ md5sum
3722024-05-29T21:05:25.253Z++ awk '{print $1}'
3732024-05-29T21:05:25.494Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3742024-05-29T21:05:25.495Z+ [[ 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 ]]
3752024-05-29T21:05:25.495Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3762024-05-29T21:05:25.495Z+ mkdir -p ./out/clickhouse
3772024-05-29T21:05:25.522Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3782024-05-29T21:05:30.605Z+ [[ solaris2.11 == darwin* ]]
3792024-05-29T21:05:30.605Z+ ./out/clickhouse/clickhouse server --version
3802024-05-29T21:05:30.753ZClickHouse server version 23.8.7.1.
3812024-05-29T21:05:30.781Z+ set -o errexit
3822024-05-29T21:05:30.808Z+++ dirname ./tools/ci_download_console
3832024-05-29T21:05:30.808Z++ cd ./tools
3842024-05-29T21:05:30.809Z++ pwd
3852024-05-29T21:05:30.809Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3862024-05-29T21:05:30.809Z++ basename ./tools/ci_download_console
3872024-05-29T21:05:30.810Z+ ARG0=ci_download_console
3882024-05-29T21:05:30.810Z+ TARGET_DIR=out
3892024-05-29T21:05:30.810Z+ DOWNLOAD_DIR=out/downloads
3902024-05-29T21:05:30.810Z+ DEST_DIR=./out/console-assets
3912024-05-29T21:05:30.811Z+ source /work/oxidecomputer/omicron/tools/console_version
3922024-05-29T21:05:30.811Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3932024-05-29T21:05:30.811Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3942024-05-29T21:05:30.811Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3952024-05-29T21:05:30.812Z+ TARBALL_FILE=out/downloads/console.tar.gz
3962024-05-29T21:05:30.812Z+ main
3972024-05-29T21:05:30.812Z+ [[ 0 != 0 ]]
3982024-05-29T21:05:30.812Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3992024-05-29T21:05:30.812ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4002024-05-29T21:05:30.813Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-05-29T21:05:30.813Z+ local DO_DOWNLOAD=true
4022024-05-29T21:05:30.813ZLocal file: out/downloads/console.tar.gz
4032024-05-29T21:05:30.813Z+ [[ -f out/downloads/console.tar.gz ]]
4042024-05-29T21:05:30.813Z+ mkdir -p out/downloads
4052024-05-29T21:05:30.813Z+ '[' true == true ']'
4062024-05-29T21:05:30.814Z+ echo Downloading...
4072024-05-29T21:05:30.814ZDownloading...
4082024-05-29T21:05:30.814Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4092024-05-29T21:05:30.814Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4102024-05-29T21:05:31.064Z++ do_sha256sum out/downloads/console.tar.gz
4112024-05-29T21:05:31.064Z++ case "$OSTYPE" in
4122024-05-29T21:05:31.064Z++ SHA=sha256sum
4132024-05-29T21:05:31.101Z++ sha256sum
4142024-05-29T21:05:31.102Z++ awk '{print $1}'
4152024-05-29T21:05:31.102Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4162024-05-29T21:05:31.102Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4172024-05-29T21:05:31.102Z+ rm -rf ./out/console-assets
4182024-05-29T21:05:31.103Z+ mkdir -p ./out/console-assets
4192024-05-29T21:05:31.103Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4202024-05-29T21:05:31.103Z+ mkdir -p ./out/console-assets
4212024-05-29T21:05:31.103Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4222024-05-29T21:05:31.207Z+ set -o errexit
4232024-05-29T21:05:31.233Z+++ dirname ./tools/ci_download_dendrite_openapi
4242024-05-29T21:05:31.233Z++ cd ./tools
4252024-05-29T21:05:31.234Z++ pwd
4262024-05-29T21:05:31.234Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4272024-05-29T21:05:31.234Z++ basename ./tools/ci_download_dendrite_openapi
4282024-05-29T21:05:31.234Z+ ARG0=ci_download_dendrite_openapi
4292024-05-29T21:05:31.234Z+ TARGET_DIR=out
4302024-05-29T21:05:31.234Z+ DOWNLOAD_DIR=out/downloads
4312024-05-29T21:05:31.234Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4322024-05-29T21:05:31.234Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4332024-05-29T21:05:31.234Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4342024-05-29T21:05:31.234Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4352024-05-29T21:05:31.234Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4362024-05-29T21:05:31.234Z+ main
4372024-05-29T21:05:31.234Z+ [[ 0 != 0 ]]
4382024-05-29T21:05:31.234Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4392024-05-29T21:05:31.234Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4402024-05-29T21:05:31.234ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4412024-05-29T21:05:31.234ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4422024-05-29T21:05:31.234Z+ local DO_DOWNLOAD=true
4432024-05-29T21:05:31.234Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4442024-05-29T21:05:31.234Z+ mkdir -p out/downloads
4452024-05-29T21:05:31.234Z+ '[' true == true ']'
4462024-05-29T21:05:31.234Z+ echo Downloading...
4472024-05-29T21:05:31.234ZDownloading...
4482024-05-29T21:05:31.234Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4492024-05-29T21:05:31.235Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4502024-05-29T21:05:32.217Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4512024-05-29T21:05:32.217Z++ case "$OSTYPE" in
4522024-05-29T21:05:32.217Z++ SHA=sha256sum
4532024-05-29T21:05:32.277Z++ sha256sum
4542024-05-29T21:05:32.277Z++ awk '{print $1}'
4552024-05-29T21:05:32.277Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4562024-05-29T21:05:32.277Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4572024-05-29T21:05:32.278Z+ set -o errexit
4582024-05-29T21:05:32.278Z+++ dirname ./tools/ci_download_dendrite_stub
4592024-05-29T21:05:32.278Z++ cd ./tools
4602024-05-29T21:05:32.278Z++ pwd
4612024-05-29T21:05:32.278Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4622024-05-29T21:05:32.278Z++ basename ./tools/ci_download_dendrite_stub
4632024-05-29T21:05:32.278Z+ ARG0=ci_download_dendrite_stub
4642024-05-29T21:05:32.279Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4652024-05-29T21:05:32.279Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4662024-05-29T21:05:32.279Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4672024-05-29T21:05:32.279Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4682024-05-29T21:05:32.279Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4692024-05-29T21:05:32.279Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4702024-05-29T21:05:32.280Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4712024-05-29T21:05:32.280Z+ TARGET_DIR=out
4722024-05-29T21:05:32.280Z+ DOWNLOAD_DIR=out/downloads
4732024-05-29T21:05:32.280Z+ DEST_DIR=./out/dendrite-stub
4742024-05-29T21:05:32.280Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4752024-05-29T21:05:32.280Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4762024-05-29T21:05:32.281Z+ REPO=oxidecomputer/dendrite
4772024-05-29T21:05:32.281Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4782024-05-29T21:05:32.281Z+ main
4792024-05-29T21:05:32.281Z+ [[ 0 != 0 ]]
4802024-05-29T21:05:32.281Z+ CIDL_OS=solaris2.11
4812024-05-29T21:05:32.281Z+ [[ 0 != 0 ]]
4822024-05-29T21:05:32.281Z+ configure_os solaris2.11
4832024-05-29T21:05:32.282Z+ echo 'current directory: /work/oxidecomputer/omicron'
4842024-05-29T21:05:32.282Z+ echo 'configuring based on OS: "solaris2.11"'
4852024-05-29T21:05:32.282Z+ case "$1" in
4862024-05-29T21:05:32.282Zcurrent directory: /work/oxidecomputer/omicron
4872024-05-29T21:05:32.282Zconfiguring based on OS: "solaris2.11"
4882024-05-29T21:05:32.283Z+ SET_BINARIES=
4892024-05-29T21:05:32.283Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4902024-05-29T21:05:32.283Z+ CIDL_SHA256FUNC=do_sha256sum
4912024-05-29T21:05:32.283Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4922024-05-29T21:05:32.283Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4932024-05-29T21:05:32.283Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4942024-05-29T21:05:32.284Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4952024-05-29T21:05:32.284ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4962024-05-29T21:05:32.284Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4972024-05-29T21:05:32.284ZLocal file: out/downloads/dendrite-stub.tar.gz
4982024-05-29T21:05:32.284Z+ mkdir -p out/downloads
4992024-05-29T21:05:33.190Z+ mkdir -p ./out/dendrite-stub
5002024-05-29T21:05:33.190Z+ fetch_and_verify
5012024-05-29T21:05:33.190Z+ local DO_DOWNLOAD=true
5022024-05-29T21:05:33.190Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5032024-05-29T21:05:33.190Z+ '[' true == true ']'
5042024-05-29T21:05:33.190Z+ echo Downloading...
5052024-05-29T21:05:33.190Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5062024-05-29T21:05:33.190ZDownloading...
5072024-05-29T21:05:33.190Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
5082024-05-29T21:05:40.875Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5092024-05-29T21:05:40.909Z++ sha256sum
5102024-05-29T21:05:40.910Z++ awk '{print $1}'
5112024-05-29T21:05:40.910Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5122024-05-29T21:05:40.910Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
5132024-05-29T21:05:40.910Z+ do_untar out/downloads/dendrite-stub.tar.gz
5142024-05-29T21:05:40.910Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5152024-05-29T21:05:41.747Z+ do_assemble
5162024-05-29T21:05:41.748Z+ rm -r ./out/dendrite-stub
5172024-05-29T21:05:41.778Z+ mkdir ./out/dendrite-stub
5182024-05-29T21:05:41.778Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5192024-05-29T21:05:41.921Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5202024-05-29T21:05:42.389Z+ set -o errexit
5212024-05-29T21:05:42.389Z+++ dirname ./tools/ci_download_maghemite_mgd
5222024-05-29T21:05:42.389Z++ cd ./tools
5232024-05-29T21:05:42.389Z++ pwd
5242024-05-29T21:05:42.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5252024-05-29T21:05:42.390Z++ basename ./tools/ci_download_maghemite_mgd
5262024-05-29T21:05:42.390Z+ ARG0=ci_download_maghemite_mgd
5272024-05-29T21:05:42.390Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5282024-05-29T21:05:42.390Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5292024-05-29T21:05:42.390Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5302024-05-29T21:05:42.390Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5312024-05-29T21:05:42.390Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5322024-05-29T21:05:42.390Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5332024-05-29T21:05:42.390Z+ TARGET_DIR=out
5342024-05-29T21:05:42.390Z+ DOWNLOAD_DIR=out/downloads
5352024-05-29T21:05:42.391Z+ DEST_DIR=./out/mgd
5362024-05-29T21:05:42.391Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5372024-05-29T21:05:42.391Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5382024-05-29T21:05:42.391Z+ REPO=oxidecomputer/maghemite
5392024-05-29T21:05:42.391Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5402024-05-29T21:05:42.391Z+ main
5412024-05-29T21:05:42.391Z+ rm -rf out/downloads/root
5422024-05-29T21:05:42.392Z+ [[ 0 != 0 ]]
5432024-05-29T21:05:42.392Z+ CIDL_OS=solaris2.11
5442024-05-29T21:05:42.392Z+ [[ 0 != 0 ]]
5452024-05-29T21:05:42.392Z+ configure_os solaris2.11
5462024-05-29T21:05:42.392Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472024-05-29T21:05:42.392Zcurrent directory: /work/oxidecomputer/omicron
5482024-05-29T21:05:42.392Zconfiguring based on OS: "solaris2.11"
5492024-05-29T21:05:42.392Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-05-29T21:05:42.392Z+ case "$1" in
5512024-05-29T21:05:42.392Z+ SET_BINARIES=
5522024-05-29T21:05:42.392Z+ CIDL_SHA256FUNC=do_sha256sum
5532024-05-29T21:05:42.393Z+ TARBALL_FILENAME=mgd.tar.gz
5542024-05-29T21:05:42.393Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5552024-05-29T21:05:42.393Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5562024-05-29T21:05:42.393Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5572024-05-29T21:05:42.393Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5582024-05-29T21:05:42.393ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5592024-05-29T21:05:42.393ZLocal file: out/downloads/mgd.tar.gz
5602024-05-29T21:05:42.393Z+ mkdir -p out/downloads
5612024-05-29T21:05:42.393Z+ mkdir -p ./out/mgd
5622024-05-29T21:05:42.393Z+ fetch_and_verify
5632024-05-29T21:05:42.394Z+ local DO_DOWNLOAD=true
5642024-05-29T21:05:42.394Z+ [[ -f out/downloads/mgd.tar.gz ]]
5652024-05-29T21:05:42.394Z+ '[' true == true ']'
5662024-05-29T21:05:42.394Z+ echo Downloading...
5672024-05-29T21:05:42.394Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5682024-05-29T21:05:42.394ZDownloading...
5692024-05-29T21:05:42.394Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5702024-05-29T21:05:52.411Z++ do_sha256sum out/downloads/mgd.tar.gz
5712024-05-29T21:05:52.438Z++ sha256sum
5722024-05-29T21:05:52.438Z++ awk '{print $1}'
5732024-05-29T21:05:52.465Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5742024-05-29T21:05:52.465Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5752024-05-29T21:05:52.465Z+ do_untar out/downloads/mgd.tar.gz
5762024-05-29T21:05:52.465Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5772024-05-29T21:05:53.198Z+ do_assemble
5782024-05-29T21:05:53.198Z+ rm -r ./out/mgd
5792024-05-29T21:05:53.231Z+ mkdir ./out/mgd
5802024-05-29T21:05:53.231Z+ cp -r out/downloads/root ./out/mgd/root
5812024-05-29T21:05:53.294Z+ set -o errexit
5822024-05-29T21:05:53.346Z+++ dirname ./tools/ci_download_transceiver_control
5832024-05-29T21:05:53.346Z++ cd ./tools
5842024-05-29T21:05:53.346Z++ pwd
5852024-05-29T21:05:53.346Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-05-29T21:05:53.346Z++ basename ./tools/ci_download_transceiver_control
5872024-05-29T21:05:53.346Z+ ARG0=ci_download_transceiver_control
5882024-05-29T21:05:53.346Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5892024-05-29T21:05:53.347Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5902024-05-29T21:05:53.347Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5912024-05-29T21:05:53.347Z+ TARGET_DIR=out
5922024-05-29T21:05:53.347Z+ DOWNLOAD_DIR=out/downloads
5932024-05-29T21:05:53.347Z+ DEST_DIR=./out/transceiver-control
5942024-05-29T21:05:53.347Z+ BIN_DIR=/opt/oxide/bin
5952024-05-29T21:05:53.347Z+ BINARY=xcvradm
5962024-05-29T21:05:53.347Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-05-29T21:05:53.348Z+ REPO=oxidecomputer/transceiver-control
5982024-05-29T21:05:53.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5992024-05-29T21:05:53.348Z+ main
6002024-05-29T21:05:53.348Z+ [[ 0 != 0 ]]
6012024-05-29T21:05:53.348Z+ CIDL_OS=solaris2.11
6022024-05-29T21:05:53.348Z+ [[ 0 != 0 ]]
6032024-05-29T21:05:53.348Z+ configure_os solaris2.11
6042024-05-29T21:05:53.348Z+ echo 'current directory: /work/oxidecomputer/omicron'
6052024-05-29T21:05:53.348Zcurrent directory: /work/oxidecomputer/omicron
6062024-05-29T21:05:53.348Z+ echo 'configuring based on OS: "solaris2.11"'
6072024-05-29T21:05:53.349Z+ case "$1" in
6082024-05-29T21:05:53.349Zconfiguring based on OS: "solaris2.11"
6092024-05-29T21:05:53.349Z+ SET_BINARIES=
6102024-05-29T21:05:53.349Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6112024-05-29T21:05:53.349Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-05-29T21:05:53.349Z+ ARCHIVE_FILENAME=xcvradm.gz
6132024-05-29T21:05:53.349Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6142024-05-29T21:05:53.349Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6152024-05-29T21:05:53.349Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6162024-05-29T21:05:53.349Z+ echo 'Local file: out/downloads/xcvradm.gz'
6172024-05-29T21:05:53.349Z+ mkdir -p out/downloads
6182024-05-29T21:05:53.349ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6192024-05-29T21:05:53.350ZLocal file: out/downloads/xcvradm.gz
6202024-05-29T21:05:53.350Z+ mkdir -p ./out/transceiver-control
6212024-05-29T21:05:53.350Z+ fetch_and_verify
6222024-05-29T21:05:53.350Z+ local DO_DOWNLOAD=true
6232024-05-29T21:05:53.350Z+ [[ -f out/downloads/xcvradm.gz ]]
6242024-05-29T21:05:53.350Z+ '[' true == true ']'
6252024-05-29T21:05:53.350Z+ echo Downloading...
6262024-05-29T21:05:53.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6272024-05-29T21:05:53.350ZDownloading...
6282024-05-29T21:05:53.350Z+ 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
6292024-05-29T21:05:55.670Z++ do_sha256sum out/downloads/xcvradm.gz
6302024-05-29T21:05:55.694Z++ sha256sum
6312024-05-29T21:05:55.694Z++ awk '{print $1}'
6322024-05-29T21:05:55.694Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332024-05-29T21:05:55.694Z+ [[ 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 ]]
6342024-05-29T21:05:55.694Z+ do_unpack out/downloads/xcvradm.gz
6352024-05-29T21:05:55.694Z+ mkdir -p out/downloads/root//opt/oxide/bin
6362024-05-29T21:05:55.694Z+ gzip -dc out/downloads/xcvradm.gz
6372024-05-29T21:05:55.824Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6382024-05-29T21:05:55.850Z+ do_assemble
6392024-05-29T21:05:55.850Z+ rm -r ./out/transceiver-control
6402024-05-29T21:05:55.850Z+ mkdir ./out/transceiver-control
6412024-05-29T21:05:55.850Z+ cp -r out/downloads/root ./out/transceiver-control/root
6422024-05-29T21:05:55.935Z+ set -o errexit
6432024-05-29T21:05:55.968Z+++ dirname ./tools/ci_download_thundermuffin
6442024-05-29T21:05:55.968Z++ cd ./tools
6452024-05-29T21:05:55.969Z++ pwd
6462024-05-29T21:05:55.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-05-29T21:05:55.969Z++ basename ./tools/ci_download_thundermuffin
6482024-05-29T21:05:55.970Z+ ARG0=ci_download_thundermuffin
6492024-05-29T21:05:55.970Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6502024-05-29T21:05:55.970Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6512024-05-29T21:05:55.970Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6522024-05-29T21:05:55.970Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6532024-05-29T21:05:55.970Z+ TARGET_DIR=out
6542024-05-29T21:05:55.971Z+ DOWNLOAD_DIR=out/downloads
6552024-05-29T21:05:55.971Z+ DEST_DIR=./out/thundermuffin
6562024-05-29T21:05:55.971Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6572024-05-29T21:05:55.971Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-05-29T21:05:55.971Z+ REPO=oxidecomputer/thundermuffin
6592024-05-29T21:05:55.971Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6602024-05-29T21:05:55.972Z+ main
6612024-05-29T21:05:55.972Z+ rm -rf out/downloads/root
6622024-05-29T21:05:55.972Z+ [[ 0 != 0 ]]
6632024-05-29T21:05:55.972Z+ CIDL_OS=solaris2.11
6642024-05-29T21:05:55.972Z+ [[ 0 != 0 ]]
6652024-05-29T21:05:55.973Z+ configure_os solaris2.11
6662024-05-29T21:05:55.973Z+ echo 'current directory: /work/oxidecomputer/omicron'
6672024-05-29T21:05:55.973Z+ echo 'configuring based on OS: "solaris2.11"'
6682024-05-29T21:05:55.973Zcurrent directory: /work/oxidecomputer/omicron
6692024-05-29T21:05:55.973Zconfiguring based on OS: "solaris2.11"
6702024-05-29T21:05:55.974Z+ case "$1" in
6712024-05-29T21:05:55.974Z+ SET_BINARIES=
6722024-05-29T21:05:55.974Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-05-29T21:05:55.974Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6742024-05-29T21:05:55.974Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-29T21:05:55.975Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6762024-05-29T21:05:55.975Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6772024-05-29T21:05:55.975Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6782024-05-29T21:05:55.975Z+ mkdir -p out/downloads
6792024-05-29T21:05:55.975ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6802024-05-29T21:05:55.975ZLocal file: out/downloads/thundermuffin.tar.gz
6812024-05-29T21:05:55.976Z+ mkdir -p ./out/thundermuffin
6822024-05-29T21:05:55.976Z+ fetch_and_verify
6832024-05-29T21:05:55.976Z+ local DO_DOWNLOAD=true
6842024-05-29T21:05:55.976Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6852024-05-29T21:05:55.976Z+ '[' true == true ']'
6862024-05-29T21:05:55.977Z+ echo Downloading...
6872024-05-29T21:05:55.977ZDownloading...
6882024-05-29T21:05:55.977Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6892024-05-29T21:05:55.977Z+ 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
6902024-05-29T21:05:56.431Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6912024-05-29T21:05:56.459Z++ sha256sum
6922024-05-29T21:05:56.459Z++ awk '{print $1}'
6932024-05-29T21:05:56.459Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6942024-05-29T21:05:56.459Z+ [[ 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 ]]
6952024-05-29T21:05:56.459Z+ do_untar out/downloads/thundermuffin.tar.gz
6962024-05-29T21:05:56.459Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6972024-05-29T21:05:56.527Z+ do_assemble
6982024-05-29T21:05:56.527Z+ rm -r ./out/thundermuffin
6992024-05-29T21:05:56.562Z+ mkdir ./out/thundermuffin
7002024-05-29T21:05:56.562Z+ cp -r out/downloads/root ./out/thundermuffin/root
7012024-05-29T21:05:56.588ZAll builder prerequisites installed successfully, and PATH looks valid
7022024-05-29T21:05:56.588Z
7032024-05-29T21:05:56.588Zreal 2:03.673475125
7042024-05-29T21:05:56.588Zuser 44.607106781
7052024-05-29T21:05:56.588Zsys 11.289369817
7062024-05-29T21:05:56.588Ztrap 0.013181482
7072024-05-29T21:05:56.588Ztflt 0.009641836
7082024-05-29T21:05:56.588Zdflt 0.017395391
7092024-05-29T21:05:56.588Zkflt 0.005316350
7102024-05-29T21:05:56.588Zlock 1.966107368
7112024-05-29T21:05:56.588Zslp 4:12.088273399
7122024-05-29T21:05:56.589Zlat 4.694282394
7132024-05-29T21:05:56.589Zstop 0.065527071
7142024-05-29T21:05:56.589Z
7152024-05-29T21:05:56.589Z #### # # ##### ##### # #
7162024-05-29T21:05:56.589Z # # # # # # # # # #
7172024-05-29T21:05:56.589Z # # # # # # # #
7182024-05-29T21:05:56.589Z # # # ##### ##### #
7192024-05-29T21:05:56.589Z # # # # # # #
7202024-05-29T21:05:56.589Z #### ###### # # # #
7212024-05-29T21:05:56.589Z
7222024-05-29T21:05:56.837Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232024-05-29T21:05:57.291Z Updating git repository `https://github.com/oxidecomputer/zone`
7242024-05-29T21:05:57.687Z Updating crates.io index
7252024-05-29T21:05:57.741Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262024-05-29T21:05:58.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7272024-05-29T21:05:59.355Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7282024-05-29T21:06:01.684Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7292024-05-29T21:06:02.054Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-05-29T21:06:02.431Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312024-05-29T21:06:03.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322024-05-29T21:06:05.668Z Updating git repository `https://github.com/oxidecomputer/opte`
7332024-05-29T21:06:06.761Z Updating git repository `https://github.com/oxidecomputer/falcon`
7342024-05-29T21:06:07.705Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352024-05-29T21:06:08.379Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362024-05-29T21:06:08.934Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372024-05-29T21:06:09.451Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382024-05-29T21:06:10.141Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392024-05-29T21:06:10.653Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402024-05-29T21:06:11.238Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412024-05-29T21:06:11.707Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422024-05-29T21:06:12.152Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7432024-05-29T21:06:12.656Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-05-29T21:06:13.166Z Updating git repository `https://github.com/oxidecomputer/ispf`
7452024-05-29T21:06:13.718Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-05-29T21:06:14.132Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-05-29T21:06:15.912Z Updating git repository `https://github.com/jgallagher/nix`
7482024-05-29T21:06:17.039Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-05-29T21:06:17.425Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7502024-05-29T21:06:17.868Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-05-29T21:06:18.370Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-05-29T21:06:20.520Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-05-29T21:06:21.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-05-29T21:06:21.459Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-05-29T21:06:22.056Z Updating git repository `https://github.com/oxidecomputer/rfb`
7562024-05-29T21:06:23.225Z Downloading crates ...
7572024-05-29T21:06:23.296Z Downloaded anstyle-parse v0.2.4
7582024-05-29T21:06:23.325Z Downloaded anstyle v1.0.7
7592024-05-29T21:06:23.325Z Downloaded anyhow v1.0.83
7602024-05-29T21:06:23.325Z Downloaded serde_derive v1.0.202
7612024-05-29T21:06:23.325Z Downloaded terminal_size v0.3.0
7622024-05-29T21:06:23.326Z Downloaded toml_datetime v0.6.6
7632024-05-29T21:06:23.326Z Downloaded semver v1.0.23
7642024-05-29T21:06:23.326Z Downloaded utf8parse v0.2.1
7652024-05-29T21:06:23.326Z Downloaded unicode-ident v1.0.12
7662024-05-29T21:06:23.326Z Downloaded proc-macro2 v1.0.82
7672024-05-29T21:06:23.358Z Downloaded toml v0.8.13
7682024-05-29T21:06:23.358Z Downloaded toml_edit v0.22.13
7692024-05-29T21:06:23.393Z Downloaded winnow v0.6.8
7702024-05-29T21:06:23.393Z Downloaded syn v2.0.64
7712024-05-29T21:06:23.423Z Downloaded serde_json v1.0.117
7722024-05-29T21:06:23.423Z Downloaded rustix v0.38.34
7732024-05-29T21:06:23.451Z Downloaded libc v0.2.153
7742024-05-29T21:06:23.479Z Downloaded clap_builder v4.5.2
7752024-05-29T21:06:23.479Z Downloaded memchr v2.7.2
7762024-05-29T21:06:23.479Z Downloaded indexmap v2.2.6
7772024-05-29T21:06:23.479Z Downloaded hashbrown v0.14.5
7782024-05-29T21:06:23.503Z Downloaded quote v1.0.36
7792024-05-29T21:06:23.503Z Downloaded macaddr v1.0.1
7802024-05-29T21:06:23.503Z Downloaded clap_derive v4.5.4
7812024-05-29T21:06:23.504Z Downloaded cargo_toml v0.20.2
7822024-05-29T21:06:23.504Z Downloaded ryu v1.0.18
7832024-05-29T21:06:23.504Z Downloaded errno v0.3.9
7842024-05-29T21:06:23.504Z Downloaded clap v4.5.4
7852024-05-29T21:06:23.529Z Downloaded bitflags v2.5.0
7862024-05-29T21:06:23.529Z Downloaded thiserror-impl v1.0.60
7872024-05-29T21:06:23.529Z Downloaded thiserror v1.0.60
7882024-05-29T21:06:23.529Z Downloaded strsim v0.11.1
7892024-05-29T21:06:23.529Z Downloaded itoa v1.0.11
7902024-05-29T21:06:23.529Z Downloaded heck v0.5.0
7912024-05-29T21:06:23.529Z Downloaded clap_lex v0.7.0
7922024-05-29T21:06:23.529Z Downloaded swrite v0.1.0
7932024-05-29T21:06:23.529Z Downloaded serde_spanned v0.6.6
7942024-05-29T21:06:23.529Z Downloaded serde v1.0.202
7952024-05-29T21:06:23.554Z Downloaded fs-err v2.11.0
7962024-05-29T21:06:23.554Z Downloaded equivalent v1.0.1
7972024-05-29T21:06:23.554Z Downloaded cargo_metadata v0.18.1
7982024-05-29T21:06:23.555Z Downloaded camino v1.1.7
7992024-05-29T21:06:23.555Z Downloaded autocfg v1.3.0
8002024-05-29T21:06:23.555Z Downloaded is_terminal_polyfill v1.70.0
8012024-05-29T21:06:23.555Z Downloaded colorchoice v1.0.1
8022024-05-29T21:06:23.555Z Downloaded cargo-platform v0.1.8
8032024-05-29T21:06:23.555Z Downloaded anstyle-query v1.0.3
8042024-05-29T21:06:23.555Z Downloaded anstream v0.6.14
8052024-05-29T21:06:23.657Z Compiling proc-macro2 v1.0.82
8062024-05-29T21:06:23.657Z Compiling unicode-ident v1.0.12
8072024-05-29T21:06:23.701Z Compiling serde v1.0.202
8082024-05-29T21:06:23.701Z Compiling libc v0.2.153
8092024-05-29T21:06:23.701Z Compiling rustix v0.38.34
8102024-05-29T21:06:23.701Z Compiling utf8parse v0.2.1
8112024-05-29T21:06:23.701Z Compiling bitflags v2.5.0
8122024-05-29T21:06:23.701Z Compiling hashbrown v0.14.5
8132024-05-29T21:06:23.999Z Compiling equivalent v1.0.1
8142024-05-29T21:06:24.000Z Compiling anstyle-parse v0.2.4
8152024-05-29T21:06:24.075Z Compiling semver v1.0.23
8162024-05-29T21:06:24.168Z Compiling colorchoice v1.0.1
8172024-05-29T21:06:24.347Z Compiling autocfg v1.3.0
8182024-05-29T21:06:24.377Z Compiling serde_json v1.0.117
8192024-05-29T21:06:24.476Z Compiling camino v1.1.7
8202024-05-29T21:06:24.564Z Compiling anstyle-query v1.0.3
8212024-05-29T21:06:24.618Z Compiling anstyle v1.0.7
8222024-05-29T21:06:24.645Z Compiling winnow v0.6.8
8232024-05-29T21:06:24.712Z Compiling thiserror v1.0.60
8242024-05-29T21:06:24.939Z Compiling indexmap v2.2.6
8252024-05-29T21:06:25.385Z Compiling is_terminal_polyfill v1.70.0
8262024-05-29T21:06:25.411Z Compiling anstream v0.6.14
8272024-05-29T21:06:25.411Z Compiling fs-err v2.11.0
8282024-05-29T21:06:25.411Z Compiling heck v0.5.0
8292024-05-29T21:06:25.411Z Compiling quote v1.0.36
8302024-05-29T21:06:25.411Z Compiling ryu v1.0.18
8312024-05-29T21:06:25.596Z Compiling syn v2.0.64
8322024-05-29T21:06:25.684Z Compiling errno v0.3.9
8332024-05-29T21:06:25.708Z Compiling anyhow v1.0.83
8342024-05-29T21:06:25.743Z Compiling strsim v0.11.1
8352024-05-29T21:06:25.877Z Compiling itoa v1.0.11
8362024-05-29T21:06:25.985Z Compiling clap_lex v0.7.0
8372024-05-29T21:06:26.057Z Compiling swrite v0.1.0
8382024-05-29T21:06:26.662Z Compiling terminal_size v0.3.0
8392024-05-29T21:06:26.821Z Compiling clap_builder v4.5.2
8402024-05-29T21:06:31.636Z Compiling serde_derive v1.0.202
8412024-05-29T21:06:31.636Z Compiling thiserror-impl v1.0.60
8422024-05-29T21:06:31.663Z Compiling clap_derive v4.5.4
8432024-05-29T21:06:34.794Z Compiling clap v4.5.4
8442024-05-29T21:06:41.244Z Compiling serde_spanned v0.6.6
8452024-05-29T21:06:41.244Z Compiling toml_datetime v0.6.6
8462024-05-29T21:06:41.272Z Compiling cargo-platform v0.1.8
8472024-05-29T21:06:41.272Z Compiling macaddr v1.0.1
8482024-05-29T21:06:41.527Z Compiling toml_edit v0.22.13
8492024-05-29T21:06:42.568Z Compiling cargo_metadata v0.18.1
8502024-05-29T21:06:43.835Z Compiling toml v0.8.13
8512024-05-29T21:06:44.517Z Compiling cargo_toml v0.20.2
8522024-05-29T21:06:48.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8532024-05-29T21:06:51.927Z Finished dev [unoptimized + debuginfo] target(s) in 55.30s
8542024-05-29T21:06:52.133Z Running `target/debug/xtask clippy`
8552024-05-29T21:06:52.183Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8562024-05-29T21:06:52.988Z Downloading crates ...
8572024-05-29T21:06:53.096Z Downloaded argon2 v0.5.3
8582024-05-29T21:06:53.123Z Downloaded addr2line v0.21.0
8592024-05-29T21:06:53.123Z Downloaded arc-swap v1.7.1
8602024-05-29T21:06:53.123Z Downloaded crypto-common v0.1.6
8612024-05-29T21:06:53.123Z Downloaded headers-core v0.2.0
8622024-05-29T21:06:53.123Z Downloaded hex-literal v0.4.1
8632024-05-29T21:06:53.123Z Downloaded hostname v0.3.1
8642024-05-29T21:06:53.148Z Downloaded hyper-util v0.1.3
8652024-05-29T21:06:53.148Z Downloaded base64 v0.21.7
8662024-05-29T21:06:53.148Z Downloaded ipnetwork v0.20.0
8672024-05-29T21:06:53.174Z Downloaded lalrpop-util v0.19.12
8682024-05-29T21:06:53.174Z Downloaded indicatif v0.17.8
8692024-05-29T21:06:53.200Z Downloaded tinyvec_macros v0.1.1
8702024-05-29T21:06:53.200Z Downloaded synstructure v0.12.6
8712024-05-29T21:06:53.200Z Downloaded tls_codec_derive v0.4.1
8722024-05-29T21:06:53.200Z Downloaded cstr-argument v0.1.2
8732024-05-29T21:06:53.200Z Downloaded darling_macro v0.20.9
8742024-05-29T21:06:53.227Z Downloaded zone v0.1.8
8752024-05-29T21:06:53.227Z Downloaded derive_builder_macro v0.20.0
8762024-05-29T21:06:53.227Z Downloaded openssl-probe v0.1.5
8772024-05-29T21:06:53.227Z Downloaded unicode-linebreak v0.1.5
8782024-05-29T21:06:53.227Z Downloaded tokio-native-tls v0.3.1
8792024-05-29T21:06:53.227Z Downloaded scroll_derive v0.12.0
8802024-05-29T21:06:53.227Z Downloaded openssl-macros v0.1.1
8812024-05-29T21:06:53.227Z Downloaded pin-project-internal v1.1.5
8822024-05-29T21:06:53.227Z Downloaded plain v0.2.3
8832024-05-29T21:06:53.255Z Downloaded plotters-backend v0.3.5
8842024-05-29T21:06:53.255Z Downloaded toolchain_find v0.4.0
8852024-05-29T21:06:53.255Z Downloaded endian-type v0.1.2
8862024-05-29T21:06:53.256Z Downloaded pretty-hex v0.4.1
8872024-05-29T21:06:53.256Z Downloaded precomputed-hash v0.1.1
8882024-05-29T21:06:53.256Z Downloaded der_derive v0.7.2
8892024-05-29T21:06:53.283Z Downloaded pretty-hex v0.2.1
8902024-05-29T21:06:53.283Z Downloaded thread_local v1.1.8
8912024-05-29T21:06:53.283Z Downloaded waitgroup v0.1.2
8922024-05-29T21:06:53.283Z Downloaded usdt-attr-macro v0.5.0
8932024-05-29T21:06:53.283Z Downloaded escape8259 v0.5.2
8942024-05-29T21:06:53.283Z Downloaded sha1 v0.10.6
8952024-05-29T21:06:53.283Z Downloaded want v0.3.1
8962024-05-29T21:06:53.283Z Downloaded mio v0.8.11
8972024-05-29T21:06:53.309Z Downloaded num-conv v0.1.0
8982024-05-29T21:06:53.309Z Downloaded peg-runtime v0.8.3
8992024-05-29T21:06:53.310Z Downloaded tokio-tungstenite v0.21.0
9002024-05-29T21:06:53.310Z Downloaded tower-service v0.3.2
9012024-05-29T21:06:53.310Z Downloaded dtrace-parser v0.1.14
9022024-05-29T21:06:53.337Z Downloaded rand_seeder v0.2.3
9032024-05-29T21:06:53.338Z Downloaded heapless v0.7.17
9042024-05-29T21:06:53.338Z Downloaded phf_shared v0.10.0
9052024-05-29T21:06:53.338Z Downloaded diesel_table_macro_syntax v0.1.0
9062024-05-29T21:06:53.338Z Downloaded pem v3.0.4
9072024-05-29T21:06:53.338Z Downloaded hash32 v0.3.1
9082024-05-29T21:06:53.338Z Downloaded tokio-postgres v0.7.10
9092024-05-29T21:06:53.364Z Downloaded serde_repr v0.1.19
9102024-05-29T21:06:53.364Z Downloaded sigpipe v0.1.3
9112024-05-29T21:06:53.364Z Downloaded olpc-cjson v0.1.3
9122024-05-29T21:06:53.364Z Downloaded zerocopy v0.3.2
9132024-05-29T21:06:53.365Z Downloaded stable_deref_trait v1.2.0
9142024-05-29T21:06:53.365Z Downloaded structmeta v0.3.0
9152024-05-29T21:06:53.365Z Downloaded textwrap v0.16.1
9162024-05-29T21:06:53.365Z Downloaded try-lock v0.2.5
9172024-05-29T21:06:53.394Z Downloaded slab v0.4.9
9182024-05-29T21:06:53.395Z Downloaded similar-asserts v1.5.0
9192024-05-29T21:06:53.395Z Downloaded portpicker v0.1.1
9202024-05-29T21:06:53.395Z Downloaded slog-async v2.8.0
9212024-05-29T21:06:53.395Z Downloaded ed25519 v1.5.3
9222024-05-29T21:06:53.395Z Downloaded termios v0.3.3
9232024-05-29T21:06:53.395Z Downloaded sync_wrapper v0.1.2
9242024-05-29T21:06:53.395Z Downloaded usdt-macro v0.3.5
9252024-05-29T21:06:53.395Z Downloaded expectorate v1.1.0
9262024-05-29T21:06:53.395Z Downloaded strum v0.26.2
9272024-05-29T21:06:53.422Z Downloaded serde-big-array v0.5.1
9282024-05-29T21:06:53.422Z Downloaded proc-macro-crate v1.3.1
9292024-05-29T21:06:53.422Z Downloaded plotters-svg v0.3.5
9302024-05-29T21:06:53.422Z Downloaded digest v0.10.7
9312024-05-29T21:06:53.422Z Downloaded pretty_assertions v1.4.0
9322024-05-29T21:06:53.422Z Downloaded usdt-macro v0.5.0
9332024-05-29T21:06:53.422Z Downloaded xattr v1.3.1
9342024-05-29T21:06:53.422Z Downloaded guppy-workspace-hack v0.1.0
9352024-05-29T21:06:53.422Z Downloaded rand v0.8.5
9362024-05-29T21:06:53.422Z Downloaded path-slash v0.1.5
9372024-05-29T21:06:53.423Z Downloaded phf_shared v0.11.2
9382024-05-29T21:06:53.423Z Downloaded target-spec v3.1.0
9392024-05-29T21:06:53.448Z Downloaded paste v1.0.15
9402024-05-29T21:06:53.448Z Downloaded parse-display v0.9.0
9412024-05-29T21:06:53.448Z Downloaded rayon v1.10.0
9422024-05-29T21:06:53.448Z Downloaded parking_lot_core v0.9.10
9432024-05-29T21:06:53.474Z Downloaded unicode-segmentation v1.11.0
9442024-05-29T21:06:53.474Z Downloaded password-hash v0.5.0
9452024-05-29T21:06:53.474Z Downloaded rustls v0.21.12
9462024-05-29T21:06:53.501Z Downloaded half v2.4.1
9472024-05-29T21:06:53.501Z Downloaded radix_trie v0.2.1
9482024-05-29T21:06:53.501Z Downloaded url v2.5.0
9492024-05-29T21:06:53.526Z Downloaded sqlparser v0.45.0
9502024-05-29T21:06:53.526Z Downloaded guppy v0.17.5
9512024-05-29T21:06:53.526Z Downloaded serde_with v3.8.1
9522024-05-29T21:06:53.551Z Downloaded h2 v0.3.26
9532024-05-29T21:06:53.551Z Downloaded syn v1.0.109
9542024-05-29T21:06:53.576Z Downloaded diesel v2.1.6
9552024-05-29T21:06:53.608Z Downloaded finl_unicode v1.2.0
9562024-05-29T21:06:53.637Z Downloaded encoding_rs v0.8.34
9572024-05-29T21:06:53.668Z Downloaded petgraph v0.6.5
9582024-05-29T21:06:53.694Z Downloaded sha3 v0.10.8
9592024-05-29T21:06:53.694Z Downloaded csv v1.3.0
9602024-05-29T21:06:53.722Z Downloaded tokio v1.37.0
9612024-05-29T21:06:53.750Z Downloaded ratatui v0.26.2
9622024-05-29T21:06:53.776Z Downloaded ring v0.17.8
9632024-05-29T21:06:53.862Z Downloaded ring v0.16.20
9642024-05-29T21:06:53.980Z Downloaded openapiv3 v2.0.0
9652024-05-29T21:06:53.980Z Downloaded gimli v0.28.1
9662024-05-29T21:06:54.005Z Downloaded object v0.32.2
9672024-05-29T21:06:54.005Z Downloaded object v0.30.4
9682024-05-29T21:06:54.031Z Downloaded trust-dns-proto v0.22.0
9692024-05-29T21:06:54.032Z Downloaded proptest v1.4.0
9702024-05-29T21:06:54.058Z Downloaded goblin v0.8.2
9712024-05-29T21:06:54.058Z Downloaded vcpkg v0.2.15
9722024-05-29T21:06:54.090Z Downloaded sled v0.34.7
9732024-05-29T21:06:54.115Z Downloaded webpki-roots v0.25.4
9742024-05-29T21:06:54.115Z Downloaded openssl v0.10.64
9752024-05-29T21:06:54.140Z Downloaded curve25519-dalek v4.1.2
9762024-05-29T21:06:54.140Z Downloaded regex-automata v0.4.6
9772024-05-29T21:06:54.168Z Downloaded nix v0.28.0
9782024-05-29T21:06:54.168Z Downloaded zerocopy-derive v0.6.6
9792024-05-29T21:06:54.199Z Downloaded bzip2-sys v0.1.11+1.0.8
9802024-05-29T21:06:54.227Z Downloaded zerocopy-derive v0.2.0
9812024-05-29T21:06:54.227Z Downloaded polar-core v0.27.3
9822024-05-29T21:06:54.227Z Downloaded winnow v0.5.40
9832024-05-29T21:06:54.254Z Downloaded futures-util v0.3.30
9842024-05-29T21:06:54.255Z Downloaded regex-syntax v0.8.3
9852024-05-29T21:06:54.281Z Downloaded regress v0.9.1
9862024-05-29T21:06:54.281Z Downloaded idna v0.5.0
9872024-05-29T21:06:54.281Z Downloaded idna v0.3.0
9882024-05-29T21:06:54.306Z Downloaded uuid v1.8.0
9892024-05-29T21:06:54.306Z Downloaded partial-io v0.5.4
9902024-05-29T21:06:54.306Z Downloaded pest v2.7.10
9912024-05-29T21:06:54.306Z Downloaded serde_yaml v0.9.34+deprecated
9922024-05-29T21:06:54.306Z Downloaded portable-atomic v1.6.0
9932024-05-29T21:06:54.332Z Downloaded unsafe-libyaml v0.2.11
9942024-05-29T21:06:54.332Z Downloaded unicode_categories v0.1.1
9952024-05-29T21:06:54.332Z Downloaded flume v0.11.0
9962024-05-29T21:06:54.332Z Downloaded flate2 v1.0.30
9972024-05-29T21:06:54.332Z Downloaded hashbrown v0.12.3
9982024-05-29T21:06:54.359Z Downloaded tough v0.17.1
9992024-05-29T21:06:54.359Z Downloaded tokio-util v0.7.11
10002024-05-29T21:06:54.359Z Downloaded regex v1.10.4
10012024-05-29T21:06:54.385Z Downloaded plotters v0.3.5
10022024-05-29T21:06:54.415Z Downloaded smoltcp v0.11.0
10032024-05-29T21:06:54.415Z Downloaded rustls v0.22.4
10042024-05-29T21:06:54.441Z Downloaded regex-syntax v0.6.29
10052024-05-29T21:06:54.441Z Downloaded lalrpop v0.19.12
10062024-05-29T21:06:54.441Z Downloaded publicsuffix v2.2.3
10072024-05-29T21:06:54.441Z Downloaded serde_with_macros v3.8.1
10082024-05-29T21:06:54.465Z Downloaded tar v0.4.40
10092024-05-29T21:06:54.466Z Downloaded postcard v1.0.8
10102024-05-29T21:06:54.466Z Downloaded quick-xml v0.31.0
10112024-05-29T21:06:54.466Z Downloaded trust-dns-client v0.22.0
10122024-05-29T21:06:54.466Z Downloaded diesel_derives v2.1.4
10132024-05-29T21:06:54.466Z Downloaded parking_lot_core v0.8.6
10142024-05-29T21:06:54.466Z Downloaded parking_lot v0.12.2
10152024-05-29T21:06:54.491Z Downloaded packed_struct v0.10.1
10162024-05-29T21:06:54.491Z Downloaded wait-timeout v0.2.0
10172024-05-29T21:06:54.491Z Downloaded parse-display-derive v0.9.0
10182024-05-29T21:06:54.491Z Downloaded utf-8 v0.7.6
10192024-05-29T21:06:54.491Z Downloaded quick-error v1.2.3
10202024-05-29T21:06:54.491Z Downloaded usdt-impl v0.3.5
10212024-05-29T21:06:54.492Z Downloaded untrusted v0.9.0
10222024-05-29T21:06:54.492Z Downloaded proc-macro-error-attr v1.0.4
10232024-05-29T21:06:54.492Z Downloaded term v0.7.0
10242024-05-29T21:06:54.492Z Downloaded tempfile v3.10.1
10252024-05-29T21:06:54.492Z Downloaded unicode-width v0.1.12
10262024-05-29T21:06:54.492Z Downloaded slog v2.7.0
10272024-05-29T21:06:54.518Z Downloaded num-traits v0.2.19
10282024-05-29T21:06:54.518Z Downloaded hashbrown v0.13.2
10292024-05-29T21:06:54.518Z Downloaded num-bigint-dig v0.8.4
10302024-05-29T21:06:54.518Z Downloaded tower v0.4.13
10312024-05-29T21:06:54.518Z Downloaded smoltcp v0.9.1
10322024-05-29T21:06:54.544Z Downloaded globset v0.4.14
10332024-05-29T21:06:54.544Z Downloaded getrandom v0.2.14
10342024-05-29T21:06:54.544Z Downloaded elliptic-curve v0.13.8
10352024-05-29T21:06:54.544Z Downloaded steno v0.4.0
10362024-05-29T21:06:54.545Z Downloaded toml_edit v0.19.15
10372024-05-29T21:06:54.570Z Downloaded reqwest v0.11.27
10382024-05-29T21:06:54.570Z Downloaded usdt-impl v0.5.0
10392024-05-29T21:06:54.570Z Downloaded slog-envlogger v2.2.0
10402024-05-29T21:06:54.597Z Downloaded dyn-clone v1.0.17
10412024-05-29T21:06:54.597Z Downloaded dirs-next v2.0.0
10422024-05-29T21:06:54.597Z Downloaded psl-types v2.0.11
10432024-05-29T21:06:54.597Z Downloaded similar v2.5.0
10442024-05-29T21:06:54.597Z Downloaded diff v0.1.13
10452024-05-29T21:06:54.597Z Downloaded poly1305 v0.8.0
10462024-05-29T21:06:54.597Z Downloaded trybuild v1.0.96
10472024-05-29T21:06:54.597Z Downloaded test-strategy v0.3.1
10482024-05-29T21:06:54.597Z Downloaded structmeta v0.2.0
10492024-05-29T21:06:54.597Z Downloaded libxml v0.3.3
10502024-05-29T21:06:54.627Z Downloaded smallvec v1.13.2
10512024-05-29T21:06:54.627Z Downloaded parse-size v1.0.0
10522024-05-29T21:06:54.627Z Downloaded serde-big-array v0.4.1
10532024-05-29T21:06:54.627Z Downloaded serde_urlencoded v0.7.1
10542024-05-29T21:06:54.627Z Downloaded serde-hex v0.1.0
10552024-05-29T21:06:54.627Z Downloaded slog-dtrace v0.3.0
10562024-05-29T21:06:54.627Z Downloaded proc-macro-error v1.0.4
10572024-05-29T21:06:54.627Z Downloaded postgres-protocol v0.6.6
10582024-05-29T21:06:54.627Z Downloaded termcolor v1.4.1
10592024-05-29T21:06:54.627Z Downloaded target-lexicon v0.12.14
10602024-05-29T21:06:54.627Z Downloaded tracing v0.1.40
10612024-05-29T21:06:54.654Z Downloaded untrusted v0.7.1
10622024-05-29T21:06:54.654Z Downloaded structmeta-derive v0.2.0
10632024-05-29T21:06:54.654Z Downloaded signal-hook-tokio v0.3.1
10642024-05-29T21:06:54.654Z Downloaded serde_arrays v0.1.0
10652024-05-29T21:06:54.654Z Downloaded owo-colors v4.0.0
10662024-05-29T21:06:54.654Z Downloaded papergrid v0.11.0
10672024-05-29T21:06:54.654Z Downloaded wyz v0.5.1
10682024-05-29T21:06:54.655Z Downloaded signal-hook-registry v1.4.2
10692024-05-29T21:06:54.655Z Downloaded unicode-xid v0.2.4
10702024-05-29T21:06:54.655Z Downloaded trust-dns-server v0.22.1
10712024-05-29T21:06:54.655Z Downloaded trust-dns-resolver v0.22.0
10722024-05-29T21:06:54.655Z Downloaded difflib v0.4.0
10732024-05-29T21:06:54.655Z Downloaded universal-hash v0.5.1
10742024-05-29T21:06:54.682Z Downloaded filetime v0.2.23
10752024-05-29T21:06:54.682Z Downloaded erased-serde v0.3.31
10762024-05-29T21:06:54.682Z Downloaded glob v0.3.1
10772024-05-29T21:06:54.682Z Downloaded float-cmp v0.9.0
10782024-05-29T21:06:54.682Z Downloaded flagset v0.4.5
10792024-05-29T21:06:54.682Z Downloaded supports-color v3.0.0
10802024-05-29T21:06:54.682Z Downloaded structmeta-derive v0.3.0
10812024-05-29T21:06:54.682Z Downloaded unicode-normalization v0.1.23
10822024-05-29T21:06:54.682Z Downloaded reedline v0.31.0
10832024-05-29T21:06:54.682Z Downloaded uzers v0.11.3
10842024-05-29T21:06:54.682Z Downloaded num-bigint v0.4.5
10852024-05-29T21:06:54.708Z Downloaded tracing-core v0.1.32
10862024-05-29T21:06:54.708Z Downloaded rustls-webpki v0.101.7
10872024-05-29T21:06:54.708Z Downloaded num-integer v0.1.46
10882024-05-29T21:06:54.709Z Downloaded time v0.3.36
10892024-05-29T21:06:54.734Z Downloaded rustyline v14.0.0
10902024-05-29T21:06:54.734Z Downloaded tabled v0.15.0
10912024-05-29T21:06:54.760Z Downloaded fixedbitset v0.4.2
10922024-05-29T21:06:54.760Z Downloaded ff v0.13.0
10932024-05-29T21:06:54.760Z Downloaded ena v0.14.3
10942024-05-29T21:06:54.760Z Downloaded slog-bunyan v2.5.0
10952024-05-29T21:06:54.761Z Downloaded num-iter v0.1.45
10962024-05-29T21:06:54.761Z Downloaded num-rational v0.4.2
10972024-05-29T21:06:54.761Z Downloaded pest_meta v2.7.10
10982024-05-29T21:06:54.761Z Downloaded nom v7.1.3
10992024-05-29T21:06:54.761Z Downloaded num_cpus v1.16.0
11002024-05-29T21:06:54.761Z Downloaded num-complex v0.4.6
11012024-05-29T21:06:54.761Z Downloaded zerocopy v0.7.34
11022024-05-29T21:06:54.786Z Downloaded rustls-webpki v0.102.4
11032024-05-29T21:06:54.811Z Downloaded signature v2.2.0
11042024-05-29T21:06:54.811Z Downloaded signature v1.6.4
11052024-05-29T21:06:54.811Z Downloaded yasna v0.5.2
11062024-05-29T21:06:54.811Z Downloaded slog-term v2.9.1
11072024-05-29T21:06:54.811Z Downloaded headers v0.3.9
11082024-05-29T21:06:54.853Z Downloaded fatfs v0.3.6
11092024-05-29T21:06:54.853Z Downloaded siphasher v0.3.11
11102024-05-29T21:06:54.853Z Downloaded group v0.13.0
11112024-05-29T21:06:54.853Z Downloaded vte v0.11.1
11122024-05-29T21:06:54.853Z Downloaded vsss-rs v3.3.4
11132024-05-29T21:06:54.854Z Downloaded fancy-regex v0.13.0
11142024-05-29T21:06:54.854Z Downloaded termtree v0.4.1
11152024-05-29T21:06:54.854Z Downloaded embedded-io v0.4.0
11162024-05-29T21:06:54.854Z Downloaded num-derive v0.4.2
11172024-05-29T21:06:54.854Z Downloaded hash32 v0.2.1
11182024-05-29T21:06:54.854Z Downloaded serde_derive_internals v0.29.1
11192024-05-29T21:06:55.287Z Downloaded idna v0.2.3
11202024-05-29T21:06:55.287Z Downloaded sct v0.7.1
11212024-05-29T21:06:55.287Z Downloaded prettyplease v0.2.20
11222024-05-29T21:06:55.287Z Downloaded der v0.7.9
11232024-05-29T21:06:55.287Z Downloaded static_assertions v1.1.0
11242024-05-29T21:06:55.287Z Downloaded pest_derive v2.7.10
11252024-05-29T21:06:55.287Z Downloaded pem-rfc7468 v0.7.0
11262024-05-29T21:06:55.287Z Downloaded smawk v0.3.2
11272024-05-29T21:06:55.287Z Downloaded serde_tokenstream v0.2.0
11282024-05-29T21:06:55.287Z Downloaded phf v0.11.2
11292024-05-29T21:06:55.287Z Downloaded yansi v0.5.1
11302024-05-29T21:06:55.287Z Downloaded subprocess v0.2.9
11312024-05-29T21:06:55.288Z Downloaded smallvec v0.6.14
11322024-05-29T21:06:55.288Z Downloaded slog-stdlog v4.1.1
11332024-05-29T21:06:55.326Z Downloaded slog-scope v4.4.0
11342024-05-29T21:06:55.326Z Downloaded slog-json v2.6.1
11352024-05-29T21:06:55.326Z Downloaded parking_lot v0.11.2
11362024-05-29T21:06:55.326Z Downloaded oso-derive v0.27.3
11372024-05-29T21:06:55.326Z Downloaded serde_tokenstream v0.1.7
11382024-05-29T21:06:55.326Z Downloaded serde_plain v1.0.2
11392024-05-29T21:06:55.326Z Downloaded signal-hook v0.3.17
11402024-05-29T21:06:55.326Z Downloaded itertools v0.12.1
11412024-05-29T21:06:55.327Z Downloaded serde_path_to_error v0.1.16
11422024-05-29T21:06:55.327Z Downloaded pest_generator v2.7.10
11432024-05-29T21:06:55.327Z Downloaded num_enum_derive v0.5.11
11442024-05-29T21:06:55.327Z Downloaded num_enum v0.5.11
11452024-05-29T21:06:55.327Z Downloaded strip-ansi-escapes v0.2.0
11462024-05-29T21:06:55.327Z Downloaded fastrand v2.1.0
11472024-05-29T21:06:55.327Z Downloaded whoami v1.5.1
11482024-05-29T21:06:55.327Z Downloaded dof v0.3.0
11492024-05-29T21:06:55.327Z Downloaded dof v0.1.5
11502024-05-29T21:06:55.327Z Downloaded semver v0.1.20
11512024-05-29T21:06:55.328Z Downloaded secrecy v0.8.0
11522024-05-29T21:06:55.328Z Downloaded sec1 v0.7.3
11532024-05-29T21:06:55.328Z Downloaded rand_core v0.6.4
11542024-05-29T21:06:55.328Z Downloaded stability v0.2.0
11552024-05-29T21:06:55.328Z Downloaded sqlparser_derive v0.2.2
11562024-05-29T21:06:55.328Z Downloaded dirs-sys-next v0.1.2
11572024-05-29T21:06:55.328Z Downloaded peg-macros v0.8.3
11582024-05-29T21:06:55.328Z Downloaded salty v0.2.0
11592024-05-29T21:06:55.328Z Downloaded number_prefix v0.4.0
11602024-05-29T21:06:55.328Z Downloaded num_threads v0.1.7
11612024-05-29T21:06:55.328Z Downloaded dtrace-parser v0.2.0
11622024-05-29T21:06:55.329Z Downloaded version_check v0.9.4
11632024-05-29T21:06:55.329Z Downloaded stringprep v0.1.4
11642024-05-29T21:06:55.329Z Downloaded string_cache v0.8.7
11652024-05-29T21:06:55.329Z Downloaded strum_macros v0.26.2
11662024-05-29T21:06:55.329Z Downloaded sqlformat v0.2.3
11672024-05-29T21:06:55.329Z Downloaded env_logger v0.9.3
11682024-05-29T21:06:55.329Z Downloaded schemars v0.8.19
11692024-05-29T21:06:55.329Z Downloaded radium v0.7.0
11702024-05-29T21:06:55.330Z Downloaded r2d2 v0.8.10
11712024-05-29T21:06:55.330Z Downloaded openssl-sys v0.9.102
11722024-05-29T21:06:55.330Z Downloaded darling_core v0.20.9
11732024-05-29T21:06:55.330Z Downloaded downcast v0.11.0
11742024-05-29T21:06:55.330Z Downloaded doc-comment v0.3.3
11752024-05-29T21:06:55.330Z Downloaded display-error-chain v0.2.0
11762024-05-29T21:06:55.330Z Downloaded vte_generate_state_changes v0.1.1
11772024-05-29T21:06:55.330Z Downloaded rand_chacha v0.3.1
11782024-05-29T21:06:55.330Z Downloaded peg v0.8.3
11792024-05-29T21:06:55.330Z Downloaded fd-lock v4.0.2
11802024-05-29T21:06:55.330Z Downloaded either v1.12.0
11812024-05-29T21:06:55.331Z Downloaded toml v0.7.8
11822024-05-29T21:06:55.331Z Downloaded toml v0.5.11
11832024-05-29T21:06:55.331Z Downloaded tower-layer v0.3.2
11842024-05-29T21:06:55.331Z Downloaded percent-encoding v2.3.1
11852024-05-29T21:06:55.331Z Downloaded pathdiff v0.2.1
11862024-05-29T21:06:55.331Z Downloaded packed_struct_codegen v0.10.1
11872024-05-29T21:06:55.331Z Downloaded which v4.4.2
11882024-05-29T21:06:55.331Z Downloaded walkdir v2.5.0
11892024-05-29T21:06:55.331Z Downloaded usdt v0.5.0
11902024-05-29T21:06:55.331Z Downloaded usdt v0.3.5
11912024-05-29T21:06:55.332Z Downloaded tracing-attributes v0.1.27
11922024-05-29T21:06:55.332Z Downloaded subtle v2.5.0
11932024-05-29T21:06:55.332Z Downloaded predicates-core v1.0.6
11942024-05-29T21:06:55.332Z Downloaded futures-task v0.3.30
11952024-05-29T21:06:55.332Z Downloaded futures v0.3.30
11962024-05-29T21:06:55.332Z Downloaded env_logger v0.10.2
11972024-05-29T21:06:55.332Z Downloaded tokio-tungstenite v0.20.1
11982024-05-29T21:06:55.332Z Downloaded samael v0.0.15
11992024-05-29T21:06:55.332Z Downloaded ron v0.8.1
12002024-05-29T21:06:55.332Z Downloaded tokio-rustls v0.24.1
12012024-05-29T21:06:55.332Z Downloaded fallible-iterator v0.2.0
12022024-05-29T21:06:55.333Z Downloaded spki v0.7.3
12032024-05-29T21:06:55.333Z Downloaded spin v0.9.8
12042024-05-29T21:06:55.333Z Downloaded signal-hook-mio v0.2.3
12052024-05-29T21:06:55.333Z Downloaded shlex v1.3.0
12062024-05-29T21:06:55.333Z Downloaded shell-words v1.1.0
12072024-05-29T21:06:55.333Z Downloaded sha2 v0.10.8
12082024-05-29T21:06:55.333Z Downloaded postgres-types v0.2.6
12092024-05-29T21:06:55.333Z Downloaded rayon-core v1.12.1
12102024-05-29T21:06:55.333Z Downloaded chrono v0.4.38
12112024-05-29T21:06:55.333Z Downloaded futures-executor v0.3.30
12122024-05-29T21:06:55.334Z Downloaded futures-channel v0.3.30
12132024-05-29T21:06:55.334Z Downloaded tokio-stream v0.1.15
12142024-05-29T21:06:55.334Z Downloaded tokio-rustls v0.25.0
12152024-05-29T21:06:55.334Z Downloaded ron v0.7.1
12162024-05-29T21:06:55.334Z Downloaded oso v0.27.3
12172024-05-29T21:06:55.334Z Downloaded once_cell v1.19.0
12182024-05-29T21:06:55.335Z Downloaded x509-cert v0.2.5
12192024-05-29T21:06:55.335Z Downloaded regex-automata v0.1.10
12202024-05-29T21:06:55.335Z Downloaded libm v0.2.8
12212024-05-29T21:06:55.335Z Downloaded bstr v1.9.1
12222024-05-29T21:06:55.335Z Downloaded usdt-attr-macro v0.3.5
12232024-05-29T21:06:55.335Z Downloaded strum_macros v0.25.3
12242024-05-29T21:06:55.335Z Downloaded strum_macros v0.24.3
12252024-05-29T21:06:55.335Z Downloaded predicates-tree v1.0.9
12262024-05-29T21:06:55.336Z Downloaded predicates v3.1.0
12272024-05-29T21:06:55.336Z Downloaded pin-project v1.1.5
12282024-05-29T21:06:55.336Z Downloaded ppv-lite86 v0.2.17
12292024-05-29T21:06:55.336Z Downloaded powerfmt v0.2.0
12302024-05-29T21:06:55.336Z Downloaded getopts v0.2.21
12312024-05-29T21:06:55.336Z Downloaded gethostname v0.4.3
12322024-05-29T21:06:55.336Z Downloaded generic-array v0.14.7
12332024-05-29T21:06:55.365Z Downloaded futures-timer v3.0.3
12342024-05-29T21:06:55.365Z Downloaded futures-sink v0.3.30
12352024-05-29T21:06:55.366Z Downloaded futures-macro v0.3.30
12362024-05-29T21:06:55.366Z Downloaded futures-io v0.3.30
12372024-05-29T21:06:55.367Z Downloaded pkcs1 v0.7.5
12382024-05-29T21:06:55.367Z Downloaded typed-path v0.7.1
12392024-05-29T21:06:55.367Z Downloaded funty v2.0.0
12402024-05-29T21:06:55.367Z Downloaded foreign-types-macros v0.2.3
12412024-05-29T21:06:55.368Z Downloaded foreign-types v0.5.0
12422024-05-29T21:06:55.368Z Downloaded thread-id v4.2.1
12432024-05-29T21:06:55.368Z Downloaded derive-where v1.2.7
12442024-05-29T21:06:55.368Z Downloaded futures-core v0.3.30
12452024-05-29T21:06:55.369Z Downloaded fragile v2.0.0
12462024-05-29T21:06:55.369Z Downloaded form_urlencoded v1.2.1
12472024-05-29T21:06:55.369Z Downloaded fnv v1.0.7
12482024-05-29T21:06:55.370Z Downloaded derive_more v0.99.17
12492024-05-29T21:06:55.370Z Downloaded enum-as-inner v0.5.1
12502024-05-29T21:06:55.370Z Downloaded topological-sort v0.2.2
12512024-05-29T21:06:55.371Z Downloaded scopeguard v1.2.0
12522024-05-29T21:06:55.371Z Downloaded bstr v0.2.17
12532024-05-29T21:06:55.371Z Downloaded scroll v0.12.0
12542024-05-29T21:06:55.372Z Downloaded tiny-keccak v2.0.2
12552024-05-29T21:06:55.372Z Downloaded time-macros v0.2.18
12562024-05-29T21:06:55.372Z Downloaded threadpool v1.8.1
12572024-05-29T21:06:55.373Z Downloaded thiserror-no-std v2.0.2
12582024-05-29T21:06:55.373Z Downloaded thiserror-impl-no-std v2.0.2
12592024-05-29T21:06:55.373Z Downloaded resolv-conf v0.7.0
12602024-05-29T21:06:55.374Z Downloaded zip v0.6.6
12612024-05-29T21:06:55.374Z Downloaded defmt v0.3.8
12622024-05-29T21:06:55.374Z Downloaded unicode-bidi v0.3.15
12632024-05-29T21:06:55.374Z Downloaded snafu-derive v0.8.2
12642024-05-29T21:06:55.375Z Downloaded foreign-types-shared v0.3.1
12652024-05-29T21:06:55.375Z Downloaded foreign-types-shared v0.1.1
12662024-05-29T21:06:55.375Z Downloaded rusty-fork v0.3.0
12672024-05-29T21:06:55.375Z Downloaded omicron-zone-package v0.11.0
12682024-05-29T21:06:55.375Z Downloaded criterion v0.5.1
12692024-05-29T21:06:55.375Z Downloaded fxhash v0.2.1
12702024-05-29T21:06:55.375Z Downloaded foreign-types v0.3.2
12712024-05-29T21:06:55.376Z Downloaded ref-cast-impl v1.0.23
12722024-05-29T21:06:55.376Z Downloaded rcgen v0.12.1
12732024-05-29T21:06:55.376Z Downloaded time-core v0.1.2
12742024-05-29T21:06:55.376Z Downloaded schemars_derive v0.8.19
12752024-05-29T21:06:55.376Z Downloaded scheduled-thread-pool v0.2.7
12762024-05-29T21:06:55.376Z Downloaded relative-path v1.9.3
12772024-05-29T21:06:55.376Z Downloaded pkg-config v0.3.30
12782024-05-29T21:06:55.376Z Downloaded pkcs8 v0.10.2
12792024-05-29T21:06:55.376Z Downloaded pin-project-lite v0.2.14
12802024-05-29T21:06:55.376Z Downloaded derive_builder_core v0.20.0
12812024-05-29T21:06:55.376Z Downloaded derive_builder v0.20.0
12822024-05-29T21:06:55.376Z Downloaded darling v0.20.9
12832024-05-29T21:06:55.377Z Downloaded zerocopy v0.6.6
12842024-05-29T21:06:55.377Z Downloaded tungstenite v0.20.1
12852024-05-29T21:06:55.377Z Downloaded same-file v1.0.6
12862024-05-29T21:06:55.377Z Downloaded rpassword v7.3.1
12872024-05-29T21:06:55.377Z Downloaded ref-cast v1.0.23
12882024-05-29T21:06:55.377Z Downloaded platforms v3.4.0
12892024-05-29T21:06:55.377Z Downloaded defmt-macros v0.3.9
12902024-05-29T21:06:55.377Z Downloaded crossterm v0.27.0
12912024-05-29T21:06:55.377Z Downloaded oorandom v11.1.3
12922024-05-29T21:06:55.377Z Downloaded csv-core v0.1.11
12932024-05-29T21:06:55.377Z Downloaded pin-utils v0.1.0
12942024-05-29T21:06:55.377Z Downloaded deranged v0.3.11
12952024-05-29T21:06:55.378Z Downloaded debug-ignore v1.0.5
12962024-05-29T21:06:55.378Z Downloaded rsa v0.9.6
12972024-05-29T21:06:55.378Z Downloaded defmt-parser v0.3.4
12982024-05-29T21:06:55.378Z Downloaded datatest-stable v0.2.9
12992024-05-29T21:06:55.378Z Downloaded data-encoding v2.6.0
13002024-05-29T21:06:55.378Z Downloaded zeroize_derive v1.4.2
13012024-05-29T21:06:55.378Z Downloaded zerocopy-derive v0.7.34
13022024-05-29T21:06:55.378Z Downloaded tungstenite v0.21.0
13032024-05-29T21:06:55.378Z Downloaded curve25519-dalek-derive v0.1.1
13042024-05-29T21:06:55.378Z Downloaded ucd-trie v0.1.6
13052024-05-29T21:06:55.378Z Downloaded snafu v0.8.2
13062024-05-29T21:06:55.379Z Downloaded mockall_derive v0.12.1
13072024-05-29T21:06:55.379Z Downloaded log v0.4.21
13082024-05-29T21:06:55.379Z Downloaded libefi-sys v0.1.0
13092024-05-29T21:06:55.379Z Downloaded nu-ansi-term v0.50.0
13102024-05-29T21:06:55.379Z Downloaded memmap2 v0.9.4
13112024-05-29T21:06:55.379Z Downloaded lock_api v0.4.12
13122024-05-29T21:06:55.379Z Downloaded unarray v0.1.4
13132024-05-29T21:06:55.379Z Downloaded tokio-macros v2.2.0
13142024-05-29T21:06:55.379Z Downloaded rstest_macros v0.19.0
13152024-05-29T21:06:55.379Z Downloaded opaque-debug v0.3.1
13162024-05-29T21:06:55.379Z Downloaded zeroize v1.7.0
13172024-05-29T21:06:55.379Z Downloaded tinyvec v1.6.0
13182024-05-29T21:06:55.380Z Downloaded minimal-lexical v0.2.1
13192024-05-29T21:06:55.380Z Downloaded unicase v2.7.0
13202024-05-29T21:06:55.406Z Downloaded typenum v1.17.0
13212024-05-29T21:06:55.406Z Downloaded crossbeam-channel v0.5.12
13222024-05-29T21:06:55.406Z Downloaded tinytemplate v1.2.1
13232024-05-29T21:06:55.406Z Downloaded tap v1.0.1
13242024-05-29T21:06:55.407Z Downloaded rustversion v1.0.17
13252024-05-29T21:06:55.407Z Downloaded num v0.4.3
13262024-05-29T21:06:55.407Z Downloaded nodrop v0.1.14
13272024-05-29T21:06:55.407Z Downloaded native-tls v0.2.11
13282024-05-29T21:06:55.407Z Downloaded spin v0.5.2
13292024-05-29T21:06:55.407Z Downloaded socket2 v0.5.7
13302024-05-29T21:06:55.407Z Downloaded socket2 v0.4.10
13312024-05-29T21:06:55.407Z Downloaded maybe-uninit v2.0.0
13322024-05-29T21:06:55.407Z Downloaded managed v0.8.0
13332024-05-29T21:06:55.407Z Downloaded lru-cache v0.1.2
13342024-05-29T21:06:55.407Z Downloaded linked-hash-map v0.5.6
13352024-05-29T21:06:55.407Z Downloaded linear-map v1.2.0
13362024-05-29T21:06:55.408Z Downloaded crypto-bigint v0.5.5
13372024-05-29T21:06:55.408Z Downloaded blake3 v1.5.1
13382024-05-29T21:06:55.434Z Downloaded zone_cfg_derive v0.1.2
13392024-05-29T21:06:55.434Z Downloaded tui-tree-widget v0.19.0
13402024-05-29T21:06:55.435Z Downloaded tls_codec v0.4.1
13412024-05-29T21:06:55.435Z Downloaded tabwriter v1.4.0
13422024-05-29T21:06:55.435Z Downloaded rustls-pki-types v1.7.0
13432024-05-29T21:06:55.435Z Downloaded rustls-pemfile v2.1.2
13442024-05-29T21:06:55.435Z Downloaded rustls-native-certs v0.7.0
13452024-05-29T21:06:55.435Z Downloaded rustc-hash v1.1.0
13462024-05-29T21:06:55.435Z Downloaded rustc-demangle v0.1.24
13472024-05-29T21:06:55.435Z Downloaded rust-argon2 v2.1.0
13482024-05-29T21:06:55.435Z Downloaded rstest v0.19.0
13492024-05-29T21:06:55.435Z Downloaded nibble_vec v0.1.0
13502024-05-29T21:06:55.435Z Downloaded newtype-uuid v1.1.0
13512024-05-29T21:06:55.462Z Downloaded nanorand v0.7.0
13522024-05-29T21:06:55.462Z Downloaded mime v0.3.17
13532024-05-29T21:06:55.462Z Downloaded memoffset v0.7.1
13542024-05-29T21:06:55.463Z Downloaded memmap v0.7.0
13552024-05-29T21:06:55.463Z Downloaded matches v0.1.10
13562024-05-29T21:06:55.463Z Downloaded maplit v1.0.2
13572024-05-29T21:06:55.463Z Downloaded lru v0.12.3
13582024-05-29T21:06:55.463Z Downloaded libtest-mimic v0.7.3
13592024-05-29T21:06:55.463Z Downloaded const_format v0.2.32
13602024-05-29T21:06:55.463Z Downloaded take_mut v0.2.2
13612024-05-29T21:06:55.463Z Downloaded tabled_derive v0.7.0
13622024-05-29T21:06:55.463Z Downloaded normalize-line-endings v0.3.0
13632024-05-29T21:06:55.463Z Downloaded match_cfg v0.1.0
13642024-05-29T21:06:55.463Z Downloaded smf v0.2.3
13652024-05-29T21:06:55.463Z Downloaded rustls-pemfile v1.0.4
13662024-05-29T21:06:55.463Z Downloaded rustfmt-wrapper v0.2.1
13672024-05-29T21:06:55.463Z Downloaded rustc_version v0.4.0
13682024-05-29T21:06:55.463Z Downloaded rustc_version v0.1.7
13692024-05-29T21:06:55.489Z Downloaded rtoolbox v0.0.2
13702024-05-29T21:06:55.490Z Downloaded newline-converter v0.3.0
13712024-05-29T21:06:55.490Z Downloaded new_debug_unreachable v1.0.6
13722024-05-29T21:06:55.490Z Downloaded nested v0.1.1
13732024-05-29T21:06:55.490Z Downloaded multer v3.1.0
13742024-05-29T21:06:55.490Z Downloaded miniz_oxide v0.7.2
13752024-05-29T21:06:55.490Z Downloaded mime_guess v2.0.4
13762024-05-29T21:06:55.490Z Downloaded md-5 v0.10.6
13772024-05-29T21:06:55.490Z Downloaded libsw v3.3.1
13782024-05-29T21:06:55.490Z Downloaded libloading v0.8.3
13792024-05-29T21:06:55.490Z Downloaded lazycell v1.3.0
13802024-05-29T21:06:55.490Z Downloaded kstat-rs v0.2.3
13812024-05-29T21:06:55.490Z Downloaded keccak v0.1.5
13822024-05-29T21:06:55.490Z Downloaded hkdf v0.12.4
13832024-05-29T21:06:55.490Z Downloaded crossbeam-utils v0.8.19
13842024-05-29T21:06:55.490Z Downloaded compact_str v0.7.1
13852024-05-29T21:06:55.516Z Downloaded bindgen v0.69.4
13862024-05-29T21:06:55.516Z Downloaded rand_xorshift v0.3.0
13872024-05-29T21:06:55.516Z Downloaded newtype_derive v0.1.6
13882024-05-29T21:06:55.516Z Downloaded multimap v0.10.0
13892024-05-29T21:06:55.516Z Downloaded mockall v0.12.1
13902024-05-29T21:06:55.516Z Downloaded lazy_static v1.4.0
13912024-05-29T21:06:55.516Z Downloaded itertools v0.10.5
13922024-05-29T21:06:55.516Z Downloaded iana-time-zone v0.1.60
13932024-05-29T21:06:55.516Z Downloaded http v0.2.12
13942024-05-29T21:06:55.545Z Downloaded crossbeam-epoch v0.9.18
13952024-05-29T21:06:55.545Z Downloaded crossbeam-deque v0.8.5
13962024-05-29T21:06:55.545Z Downloaded crc-catalog v2.4.0
13972024-05-29T21:06:55.545Z Downloaded crc-any v2.5.0
13982024-05-29T21:06:55.545Z Downloaded cookie_store v0.20.0
13992024-05-29T21:06:55.545Z Downloaded cookie v0.18.1
14002024-05-29T21:06:55.545Z Downloaded cookie v0.17.0
14012024-05-29T21:06:55.545Z Downloaded convert_case v0.4.0
14022024-05-29T21:06:55.545Z Downloaded const_format_proc_macros v0.2.32
14032024-05-29T21:06:55.545Z Downloaded const-oid v0.9.6
14042024-05-29T21:06:55.545Z Downloaded console v0.15.8
14052024-05-29T21:06:55.545Z Downloaded colored v2.1.0
14062024-05-29T21:06:55.572Z Downloaded cobs v0.2.3
14072024-05-29T21:06:55.572Z Downloaded ciborium-ll v0.2.2
14082024-05-29T21:06:55.572Z Downloaded ciborium v0.2.2
14092024-05-29T21:06:55.572Z Downloaded chacha20poly1305 v0.10.1
14102024-05-29T21:06:55.572Z Downloaded cfg-expr v0.15.8
14112024-05-29T21:06:55.572Z Downloaded cexpr v0.6.0
14122024-05-29T21:06:55.572Z Downloaded indexmap v1.9.3
14132024-05-29T21:06:55.572Z Downloaded crunchy v0.2.2
14142024-05-29T21:06:55.572Z Downloaded crucible-workspace-hack v0.1.0
14152024-05-29T21:06:55.572Z Downloaded crc32fast v1.4.0
14162024-05-29T21:06:55.572Z Downloaded crc v3.2.1
14172024-05-29T21:06:55.572Z Downloaded cpufeatures v0.2.12
14182024-05-29T21:06:55.572Z Downloaded corncobs v0.1.3
14192024-05-29T21:06:55.573Z Downloaded constant_time_eq v0.3.0
14202024-05-29T21:06:55.603Z Downloaded cfg_aliases v0.1.1
14212024-05-29T21:06:55.603Z Downloaded castaway v0.2.2
14222024-05-29T21:06:55.603Z Downloaded is_ci v1.2.0
14232024-05-29T21:06:55.603Z Downloaded is-terminal v0.4.12
14242024-05-29T21:06:55.604Z Downloaded indoc v2.0.5
14252024-05-29T21:06:55.604Z Downloaded indoc v1.0.9
14262024-05-29T21:06:55.604Z Downloaded impl-trait-for-tuples v0.2.2
14272024-05-29T21:06:55.604Z Downloaded hyper-rustls v0.26.0
14282024-05-29T21:06:55.604Z Downloaded httpdate v1.0.3
14292024-05-29T21:06:55.604Z Downloaded httparse v1.8.0
14302024-05-29T21:06:55.604Z Downloaded bitstruct_derive v0.1.0
14312024-05-29T21:06:55.604Z Downloaded ipnet v2.9.0
14322024-05-29T21:06:55.604Z Downloaded instant v0.1.12
14332024-05-29T21:06:55.604Z Downloaded inout v0.1.3
14342024-05-29T21:06:55.604Z Downloaded ident_case v1.0.1
14352024-05-29T21:06:55.604Z Downloaded hyper-tls v0.5.0
14362024-05-29T21:06:55.604Z Downloaded hyper-staticfile v0.9.5
14372024-05-29T21:06:55.632Z Downloaded hyper-rustls v0.24.2
14382024-05-29T21:06:55.632Z Downloaded hyper v1.3.1
14392024-05-29T21:06:55.632Z Downloaded hyper v0.14.28
14402024-05-29T21:06:55.632Z Downloaded humantime v2.1.0
14412024-05-29T21:06:55.632Z Downloaded hubpack_derive v0.1.1
14422024-05-29T21:06:55.632Z Downloaded hubpack v0.1.2
14432024-05-29T21:06:55.632Z Downloaded http-range v0.1.5
14442024-05-29T21:06:55.633Z Downloaded http-body v1.0.0
14452024-05-29T21:06:55.633Z Downloaded http-body v0.4.6
14462024-05-29T21:06:55.633Z Downloaded http v1.1.0
14472024-05-29T21:06:55.661Z Downloaded hostname v0.4.0
14482024-05-29T21:06:55.661Z Downloaded home v0.5.9
14492024-05-29T21:06:55.661Z Downloaded criterion-plot v0.5.0
14502024-05-29T21:06:55.661Z Downloaded clang-sys v1.7.0
14512024-05-29T21:06:55.661Z Downloaded cipher v0.4.4
14522024-05-29T21:06:55.661Z Downloaded ciborium-io v0.2.2
14532024-05-29T21:06:55.661Z Downloaded cast v0.3.0
14542024-05-29T21:06:55.661Z Downloaded cassowary v0.3.0
14552024-05-29T21:06:55.661Z Downloaded camino-tempfile v1.1.1
14562024-05-29T21:06:55.661Z Downloaded bzip2 v0.4.4
14572024-05-29T21:06:55.661Z Downloaded byteorder v1.5.0
14582024-05-29T21:06:55.661Z Downloaded buf-list v1.0.3
14592024-05-29T21:06:55.661Z Downloaded blake2b_simd v1.0.2
14602024-05-29T21:06:55.661Z Downloaded blake2 v0.10.6
14612024-05-29T21:06:55.661Z Downloaded bitvec v1.0.1
14622024-05-29T21:06:55.689Z Downloaded httptest v0.15.5
14632024-05-29T21:06:55.689Z Downloaded hmac v0.12.1
14642024-05-29T21:06:55.689Z Downloaded hex v0.4.3
14652024-05-29T21:06:55.689Z Downloaded heapless v0.8.0
14662024-05-29T21:06:55.689Z Downloaded chacha20 v0.9.1
14672024-05-29T21:06:55.689Z Downloaded cfg-if v1.0.0
14682024-05-29T21:06:55.689Z Downloaded cc v1.0.97
14692024-05-29T21:06:55.716Z Downloaded bytes v1.6.0
14702024-05-29T21:06:55.717Z Downloaded block-buffer v0.10.4
14712024-05-29T21:06:55.717Z Downloaded bitflags v1.3.2
14722024-05-29T21:06:55.717Z Downloaded highway v1.1.0
14732024-05-29T21:06:55.717Z Downloaded heck v0.4.1
14742024-05-29T21:06:55.717Z Downloaded cancel-safe-futures v0.1.5
14752024-05-29T21:06:55.717Z Downloaded bitstruct v0.1.1
14762024-05-29T21:06:55.717Z Downloaded bcs v0.1.6
14772024-05-29T21:06:55.717Z Downloaded base64 v0.13.1
14782024-05-29T21:06:55.717Z Downloaded assert_cmd v2.0.14
14792024-05-29T21:06:55.717Z Downloaded heck v0.3.3
14802024-05-29T21:06:55.717Z Downloaded bytecount v0.6.8
14812024-05-29T21:06:55.752Z Downloaded block-padding v0.3.3
14822024-05-29T21:06:55.752Z Downloaded bitfield v0.14.0
14832024-05-29T21:06:55.752Z Downloaded base64 v0.22.1
14842024-05-29T21:06:55.752Z Downloaded bit-vec v0.6.3
14852024-05-29T21:06:55.752Z Downloaded bb8 v0.8.3
14862024-05-29T21:06:55.752Z Downloaded base64ct v1.6.0
14872024-05-29T21:06:55.752Z Downloaded backtrace v0.3.71
14882024-05-29T21:06:55.752Z Downloaded async-stream-impl v0.3.5
14892024-05-29T21:06:55.753Z Downloaded ascii v1.1.0
14902024-05-29T21:06:55.753Z Downloaded arrayref v0.3.7
14912024-05-29T21:06:55.753Z Downloaded bit-set v0.5.3
14922024-05-29T21:06:55.753Z Downloaded base16ct v0.2.0
14932024-05-29T21:06:55.753Z Downloaded backoff v0.4.0
14942024-05-29T21:06:55.781Z Downloaded atty v0.2.14
14952024-05-29T21:06:55.781Z Downloaded atomicwrites v0.4.3
14962024-05-29T21:06:55.781Z Downloaded atomic-waker v1.1.2
14972024-05-29T21:06:55.781Z Downloaded async-trait v0.1.80
14982024-05-29T21:06:55.781Z Downloaded async-stream v0.3.5
14992024-05-29T21:06:55.781Z Downloaded async-recursion v1.1.1
15002024-05-29T21:06:55.781Z Downloaded assert_matches v1.5.0
15012024-05-29T21:06:55.781Z Downloaded ascii-canvas v3.0.0
15022024-05-29T21:06:55.781Z Downloaded arrayvec v0.7.4
15032024-05-29T21:06:55.781Z Downloaded array-init v0.0.4
15042024-05-29T21:06:55.781Z Downloaded approx v0.5.1
15052024-05-29T21:06:55.781Z Downloaded anes v0.1.6
15062024-05-29T21:06:55.781Z Downloaded aho-corasick v1.1.3
15072024-05-29T21:06:55.781Z Downloaded ahash v0.8.11
15082024-05-29T21:06:55.781Z Downloaded adler v1.0.2
15092024-05-29T21:06:55.781Z Downloaded allocator-api2 v0.2.18
15102024-05-29T21:06:55.807Z Downloaded aead v0.5.2
15112024-05-29T21:06:56.372Z Compiling libc v0.2.153
15122024-05-29T21:06:56.373Z Compiling serde v1.0.202
15132024-05-29T21:06:56.399Z Compiling version_check v0.9.4
15142024-05-29T21:06:56.399Z Checking cfg-if v1.0.0
15152024-05-29T21:06:56.399Z Compiling lock_api v0.4.12
15162024-05-29T21:06:56.399Z Compiling parking_lot_core v0.9.10
15172024-05-29T21:06:56.485Z Compiling syn v2.0.64
15182024-05-29T21:06:56.522Z Compiling cc v1.0.97
15192024-05-29T21:06:56.554Z Compiling libm v0.2.8
15202024-05-29T21:06:56.837Z Compiling num-traits v0.2.19
15212024-05-29T21:06:56.910Z Compiling once_cell v1.19.0
15222024-05-29T21:06:56.935Z Compiling memchr v2.7.2
15232024-05-29T21:06:56.960Z Compiling serde_json v1.0.117
15242024-05-29T21:06:57.107Z Compiling ahash v0.8.11
15252024-05-29T21:06:57.287Z Compiling byteorder v1.5.0
15262024-05-29T21:06:57.483Z Compiling syn v1.0.109
15272024-05-29T21:06:57.704Z Checking log v0.4.21
15282024-05-29T21:06:57.969Z Checking getrandom v0.2.14
15292024-05-29T21:06:58.195Z Compiling slab v0.4.9
15302024-05-29T21:06:58.263Z Checking itoa v1.0.11
15312024-05-29T21:06:58.308Z Compiling typenum v1.17.0
15322024-05-29T21:06:58.379Z Compiling generic-array v0.14.7
15332024-05-29T21:06:58.471Z Checking scopeguard v1.2.0
15342024-05-29T21:06:58.623Z Checking smallvec v1.13.2
15352024-05-29T21:06:58.712Z Compiling allocator-api2 v0.2.18
15362024-05-29T21:06:58.792Z Compiling pkg-config v0.3.30
15372024-05-29T21:06:58.914Z Compiling rustix v0.38.34
15382024-05-29T21:06:58.945Z Compiling schemars v0.8.19
15392024-05-29T21:06:59.612Z Checking pin-project-lite v0.2.14
15402024-05-29T21:06:59.695Z Compiling ring v0.17.8
15412024-05-29T21:06:59.727Z Compiling httparse v1.8.0
15422024-05-29T21:06:59.823Z Checking parking_lot v0.12.2
15432024-05-29T21:06:59.931Z Compiling num-conv v0.1.0
15442024-05-29T21:07:00.114Z Compiling time-core v0.1.2
15452024-05-29T21:07:00.139Z Checking signal-hook-registry v1.4.2
15462024-05-29T21:07:00.266Z Compiling time-macros v0.2.18
15472024-05-29T21:07:00.304Z Compiling fnv v1.0.7
15482024-05-29T21:07:00.331Z Checking mio v0.8.11
15492024-05-29T21:07:00.355Z Compiling vcpkg v0.2.15
15502024-05-29T21:07:00.417Z Compiling heck v0.4.1
15512024-05-29T21:07:00.807Z Checking ryu v1.0.18
15522024-05-29T21:07:00.846Z Checking num_cpus v1.16.0
15532024-05-29T21:07:00.955Z Compiling aho-corasick v1.1.3
15542024-05-29T21:07:02.153Z Compiling regex-syntax v0.8.3
15552024-05-29T21:07:02.193Z Compiling openssl-sys v0.9.102
15562024-05-29T21:07:03.087Z Compiling serde_derive_internals v0.29.1
15572024-05-29T21:07:03.222Z Checking rand_core v0.6.4
15582024-05-29T21:07:03.469Z Checking futures-core v0.3.30
15592024-05-29T21:07:03.910Z Checking socket2 v0.5.7
15602024-05-29T21:07:03.941Z Compiling openssl v0.10.64
15612024-05-29T21:07:04.045Z Compiling ucd-trie v0.1.6
15622024-05-29T21:07:04.463Z Compiling slog v2.7.0
15632024-05-29T21:07:04.578Z Compiling rustversion v1.0.17
15642024-05-29T21:07:04.921Z Compiling regex-automata v0.4.6
15652024-05-29T21:07:05.087Z Compiling crossbeam-utils v0.8.19
15662024-05-29T21:07:05.420Z Compiling native-tls v0.2.11
15672024-05-29T21:07:05.514Z Compiling rustls v0.21.12
15682024-05-29T21:07:05.608Z Compiling iana-time-zone v0.1.60
15692024-05-29T21:07:05.727Z Compiling cookie v0.17.0
15702024-05-29T21:07:05.775Z Compiling backtrace v0.3.71
15712024-05-29T21:07:06.017Z Compiling dyn-clone v1.0.17
15722024-05-29T21:07:06.105Z Checking futures-sink v0.3.30
15732024-05-29T21:07:06.203Z Compiling anyhow v1.0.83
15742024-05-29T21:07:06.460Z Checking pin-utils v0.1.0
15752024-05-29T21:07:06.544Z Checking futures-channel v0.3.30
15762024-05-29T21:07:06.823Z Checking futures-io v0.3.30
15772024-05-29T21:07:07.022Z Checking futures-task v0.3.30
15782024-05-29T21:07:07.460Z Compiling tinyvec_macros v0.1.1
15792024-05-29T21:07:07.460Z Compiling tinyvec v1.6.0
15802024-05-29T21:07:07.460Z Compiling thread-id v4.2.1
15812024-05-29T21:07:07.460Z Compiling errno v0.3.9
15822024-05-29T21:07:07.621Z Compiling either v1.12.0
15832024-05-29T21:07:07.685Z Compiling unicode-bidi v0.3.15
15842024-05-29T21:07:07.951Z Checking subtle v2.5.0
15852024-05-29T21:07:08.005Z Compiling unicode-width v0.1.12
15862024-05-29T21:07:08.181Z Compiling spin v0.9.8
15872024-05-29T21:07:08.451Z Compiling unicode-normalization v0.1.23
15882024-05-29T21:07:08.545Z Compiling usdt-impl v0.5.0
15892024-05-29T21:07:08.737Z Compiling crc32fast v1.4.0
15902024-05-29T21:07:08.762Z Compiling serde_derive v1.0.202
15912024-05-29T21:07:08.840Z Compiling zerocopy-derive v0.7.34
15922024-05-29T21:07:08.894Z Compiling thiserror-impl v1.0.60
15932024-05-29T21:07:09.143Z Compiling zeroize_derive v1.4.2
15942024-05-29T21:07:09.379Z Compiling tokio-macros v2.2.0
15952024-05-29T21:07:09.532Z Compiling futures-macro v0.3.30
15962024-05-29T21:07:10.005Z Compiling tracing-attributes v0.1.27
15972024-05-29T21:07:10.505Z Compiling schemars_derive v0.8.19
15982024-05-29T21:07:10.794Z Compiling regex v1.10.4
15992024-05-29T21:07:10.839Z Compiling zerocopy v0.7.34
16002024-05-29T21:07:11.218Z Checking zeroize v1.7.0
16012024-05-29T21:07:11.428Z Compiling openssl-macros v0.1.1
16022024-05-29T21:07:11.710Z Compiling thiserror v1.0.60
16032024-05-29T21:07:11.943Z Compiling pest v2.7.10
16042024-05-29T21:07:12.112Z Compiling async-trait v0.1.80
16052024-05-29T21:07:12.573Z Compiling hashbrown v0.14.5
16062024-05-29T21:07:13.155Z Compiling scroll_derive v0.12.0
16072024-05-29T21:07:13.227Z Checking futures-util v0.3.30
16082024-05-29T21:07:13.676Z Compiling der_derive v0.7.2
16092024-05-29T21:07:14.339Z Compiling pest_meta v2.7.10
16102024-05-29T21:07:14.491Z Compiling scroll v0.12.0
16112024-05-29T21:07:14.549Z Compiling winnow v0.5.40
16122024-05-29T21:07:15.209Z Compiling plain v0.2.3
16132024-05-29T21:07:15.338Z Compiling pest_generator v2.7.10
16142024-05-29T21:07:15.822Z Compiling goblin v0.8.2
16152024-05-29T21:07:17.607Z Compiling pretty-hex v0.4.1
16162024-05-29T21:07:17.778Z Compiling percent-encoding v2.3.1
16172024-05-29T21:07:17.807Z Compiling const-oid v0.9.6
16182024-05-29T21:07:17.968Z Compiling tracing-core v0.1.32
16192024-05-29T21:07:18.089Z Compiling untrusted v0.9.0
16202024-05-29T21:07:18.465Z Compiling pest_derive v2.7.10
16212024-05-29T21:07:19.082Z Compiling tracing v0.1.40
16222024-05-29T21:07:19.128Z Compiling clap_derive v4.5.4
16232024-05-29T21:07:19.155Z Compiling dtrace-parser v0.2.0
16242024-05-29T21:07:19.476Z Checking bytes v1.6.0
16252024-05-29T21:07:20.411Z Compiling indexmap v2.2.6
16262024-05-29T21:07:20.958Z Compiling semver v1.0.23
16272024-05-29T21:07:21.516Z Checking tokio v1.37.0
16282024-05-29T21:07:21.565Z Compiling serde_tokenstream v0.2.0
16292024-05-29T21:07:21.617Z Compiling bitflags v2.5.0
16302024-05-29T21:07:21.718Z Compiling chrono v0.4.38
16312024-05-29T21:07:21.870Z Compiling uuid v1.8.0
16322024-05-29T21:07:22.009Z Compiling http v0.2.12
16332024-05-29T21:07:22.235Z Compiling toml_datetime v0.6.6
16342024-05-29T21:07:22.451Z Compiling serde_spanned v0.6.6
16352024-05-29T21:07:22.650Z Compiling rustc_version v0.4.0
16362024-05-29T21:07:22.990Z Compiling toml_edit v0.19.15
16372024-05-29T21:07:23.274Z Compiling openapiv3 v2.0.0
16382024-05-29T21:07:24.045Z Compiling dof v0.3.0
16392024-05-29T21:07:25.835Z Compiling signal-hook v0.3.17
16402024-05-29T21:07:26.018Z Compiling foreign-types-shared v0.1.1
16412024-05-29T21:07:26.058Z Compiling powerfmt v0.2.0
16422024-05-29T21:07:26.119Z Compiling spin v0.5.2
16432024-05-29T21:07:26.311Z Compiling deranged v0.3.11
16442024-05-29T21:07:26.388Z Compiling foreign-types v0.3.2
16452024-05-29T21:07:26.497Z Compiling usdt-macro v0.5.0
16462024-05-29T21:07:26.700Z Compiling usdt-attr-macro v0.5.0
16472024-05-29T21:07:26.954Z Compiling form_urlencoded v1.2.1
16482024-05-29T21:07:27.133Z Compiling crypto-common v0.1.6
16492024-05-29T21:07:27.242Z Compiling zerocopy-derive v0.6.6
16502024-05-29T21:07:27.352Z Compiling num_threads v0.1.7
16512024-05-29T21:07:27.476Z Compiling try-lock v0.2.5
16522024-05-29T21:07:27.608Z Compiling base64 v0.21.7
16532024-05-29T21:07:27.954Z Compiling siphasher v0.3.11
16542024-05-29T21:07:27.980Z Compiling time v0.3.36
16552024-05-29T21:07:28.236Z Compiling want v0.3.1
16562024-05-29T21:07:28.261Z Compiling http-body v0.4.6
16572024-05-29T21:07:28.287Z Compiling rustls-webpki v0.101.7
16582024-05-29T21:07:28.543Z Compiling sct v0.7.1
16592024-05-29T21:07:28.804Z Compiling block-buffer v0.10.4
16602024-05-29T21:07:29.019Z Compiling tokio-util v0.7.11
16612024-05-29T21:07:29.105Z Compiling idna v0.5.0
16622024-05-29T21:07:29.642Z Compiling openssl-probe v0.1.5
16632024-05-29T21:07:29.750Z Compiling tower-service v0.3.2
16642024-05-29T21:07:29.857Z Compiling h2 v0.3.26
16652024-05-29T21:07:29.918Z Compiling httpdate v1.0.3
16662024-05-29T21:07:29.944Z Compiling url v2.5.0
16672024-05-29T21:07:30.304Z Compiling digest v0.10.7
16682024-05-29T21:07:30.709Z Compiling heapless v0.7.17
16692024-05-29T21:07:31.177Z Compiling idna v0.3.0
16702024-05-29T21:07:31.429Z Compiling ppv-lite86 v0.2.17
16712024-05-29T21:07:32.168Z Compiling psl-types v2.0.11
16722024-05-29T21:07:32.339Z Checking equivalent v1.0.1
16732024-05-29T21:07:32.381Z Compiling publicsuffix v2.2.3
16742024-05-29T21:07:32.406Z Compiling rand_chacha v0.3.1
16752024-05-29T21:07:32.606Z Compiling crossbeam-epoch v0.9.18
16762024-05-29T21:07:33.427Z Compiling tokio-rustls v0.24.1
16772024-05-29T21:07:33.522Z Compiling tokio-native-tls v0.3.1
16782024-05-29T21:07:33.766Z Compiling adler v1.0.2
16792024-05-29T21:07:33.794Z Compiling ipnet v2.9.0
16802024-05-29T21:07:33.821Z Compiling bit-vec v0.6.3
16812024-05-29T21:07:33.981Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16822024-05-29T21:07:34.178Z Compiling cookie_store v0.20.0
16832024-05-29T21:07:34.667Z Compiling miniz_oxide v0.7.2
16842024-05-29T21:07:34.714Z Compiling rand v0.8.5
16852024-05-29T21:07:34.880Z Compiling phf_shared v0.10.0
16862024-05-29T21:07:35.206Z Compiling hyper v0.14.28
16872024-05-29T21:07:35.437Z Compiling rustls-pemfile v1.0.4
16882024-05-29T21:07:35.536Z Compiling serde_urlencoded v0.7.1
16892024-05-29T21:07:35.567Z Compiling lazy_static v1.4.0
16902024-05-29T21:07:35.670Z Compiling encoding_rs v0.8.34
16912024-05-29T21:07:35.786Z Compiling mime v0.3.17
16922024-05-29T21:07:35.914Z Compiling new_debug_unreachable v1.0.6
16932024-05-29T21:07:35.979Z Compiling smoltcp v0.9.1
16942024-05-29T21:07:36.007Z Compiling base64ct v1.6.0
16952024-05-29T21:07:36.266Z Compiling webpki-roots v0.25.4
16962024-05-29T21:07:36.349Z Compiling sync_wrapper v0.1.2
16972024-05-29T21:07:36.398Z Compiling gimli v0.28.1
16982024-05-29T21:07:36.466Z Compiling minimal-lexical v0.2.1
16992024-05-29T21:07:36.492Z Compiling precomputed-hash v0.1.1
17002024-05-29T21:07:36.554Z Compiling fixedbitset v0.4.2
17012024-05-29T21:07:36.585Z Compiling string_cache v0.8.7
17022024-05-29T21:07:36.883Z Compiling nom v7.1.3
17032024-05-29T21:07:36.911Z Compiling petgraph v0.6.5
17042024-05-29T21:07:36.988Z Compiling pem-rfc7468 v0.7.0
17052024-05-29T21:07:37.586Z Compiling bit-set v0.5.3
17062024-05-29T21:07:37.708Z Compiling hmac v0.12.1
17072024-05-29T21:07:37.814Z Compiling enum-as-inner v0.5.1
17082024-05-29T21:07:37.899Z Compiling hubpack_derive v0.1.1
17092024-05-29T21:07:38.110Z Compiling itertools v0.10.5
17102024-05-29T21:07:38.625Z Compiling diesel_table_macro_syntax v0.1.0
17112024-05-29T21:07:38.651Z Compiling object v0.32.2
17122024-05-29T21:07:39.086Z Compiling flagset v0.4.5
17132024-05-29T21:07:39.346Z Compiling lalrpop-util v0.19.12
17142024-05-29T21:07:39.581Z Compiling unicode-segmentation v1.11.0
17152024-05-29T21:07:39.761Z Compiling addr2line v0.21.0
17162024-05-29T21:07:40.104Z Compiling rustc-demangle v0.1.24
17172024-05-29T21:07:40.129Z Compiling toml_edit v0.22.13
17182024-05-29T21:07:40.283Z Compiling der v0.7.9
17192024-05-29T21:07:40.309Z Compiling diesel_derives v2.1.4
17202024-05-29T21:07:40.372Z Compiling futures-executor v0.3.30
17212024-05-29T21:07:40.821Z Compiling hyper-rustls v0.24.2
17222024-05-29T21:07:40.863Z Compiling hyper-tls v0.5.0
17232024-05-29T21:07:40.899Z Compiling itertools v0.12.1
17242024-05-29T21:07:41.109Z Compiling reqwest v0.11.27
17252024-05-29T21:07:41.663Z Compiling cpufeatures v0.2.12
17262024-05-29T21:07:41.753Z Compiling finl_unicode v1.2.0
17272024-05-29T21:07:43.065Z Compiling stringprep v0.1.4
17282024-05-29T21:07:43.252Z Compiling spki v0.7.3
17292024-05-29T21:07:43.310Z Compiling sha2 v0.10.8
17302024-05-29T21:07:44.003Z Compiling flate2 v1.0.30
17312024-05-29T21:07:44.404Z Compiling futures v0.3.30
17322024-05-29T21:07:44.839Z Compiling md-5 v0.10.6
17332024-05-29T21:07:45.066Z Compiling toml v0.7.8
17342024-05-29T21:07:45.320Z Compiling hex v0.4.3
17352024-05-29T21:07:45.510Z Compiling strum_macros v0.25.3
17362024-05-29T21:07:45.816Z Compiling serde_repr v0.1.19
17372024-05-29T21:07:46.429Z Compiling num-integer v0.1.46
17382024-05-29T21:07:46.772Z Compiling hash32 v0.2.1
17392024-05-29T21:07:46.797Z Compiling fs-err v2.11.0
17402024-05-29T21:07:46.849Z Checking unicode-ident v1.0.12
17412024-05-29T21:07:46.913Z Compiling fallible-iterator v0.2.0
17422024-05-29T21:07:47.053Z Compiling stable_deref_trait v1.2.0
17432024-05-29T21:07:47.099Z Compiling pkcs8 v0.10.2
17442024-05-29T21:07:47.212Z Compiling phf_shared v0.11.2
17452024-05-29T21:07:47.481Z Compiling postgres-protocol v0.6.6
17462024-05-29T21:07:47.578Z Compiling terminal_size v0.3.0
17472024-05-29T21:07:47.750Z Compiling ff v0.13.0
17482024-05-29T21:07:48.104Z Compiling block-padding v0.3.3
17492024-05-29T21:07:48.129Z Compiling scheduled-thread-pool v0.2.7
17502024-05-29T21:07:48.340Z Compiling bitflags v1.3.2
17512024-05-29T21:07:48.433Z Compiling peg-runtime v0.8.3
17522024-05-29T21:07:48.471Z Compiling matches v0.1.10
17532024-05-29T21:07:48.559Z Compiling managed v0.8.0
17542024-05-29T21:07:48.584Z Compiling base16ct v0.2.0
17552024-05-29T21:07:48.625Z Compiling clap_builder v4.5.2
17562024-05-29T21:07:48.846Z Compiling sec1 v0.7.3
17572024-05-29T21:07:48.920Z Compiling idna v0.2.3
17582024-05-29T21:07:48.998Z Compiling r2d2 v0.8.10
17592024-05-29T21:07:49.326Z Compiling inout v0.1.3
17602024-05-29T21:07:49.571Z Compiling postgres-types v0.2.6
17612024-05-29T21:07:49.674Z Compiling group v0.13.0
17622024-05-29T21:07:49.931Z Compiling signal-hook-mio v0.2.3
17632024-05-29T21:07:50.058Z Compiling phf v0.11.2
17642024-05-29T21:07:50.296Z Compiling num-bigint v0.4.5
17652024-05-29T21:07:50.615Z Compiling hubpack v0.1.2
17662024-05-29T21:07:50.657Z Compiling hkdf v0.12.4
17672024-05-29T21:07:50.863Z Compiling zerocopy v0.6.6
17682024-05-29T21:07:50.997Z Compiling ipnetwork v0.20.0
17692024-05-29T21:07:51.022Z Compiling crypto-bigint v0.5.5
17702024-05-29T21:07:51.515Z Compiling float-cmp v0.9.0
17712024-05-29T21:07:51.698Z Compiling memmap v0.7.0
17722024-05-29T21:07:51.769Z Compiling whoami v1.5.1
17732024-05-29T21:07:52.002Z Compiling static_assertions v1.1.0
17742024-05-29T21:07:52.090Z Compiling data-encoding v2.6.0
17752024-05-29T21:07:52.287Z Compiling normalize-line-endings v0.3.0
17762024-05-29T21:07:52.312Z Compiling predicates-core v1.0.6
17772024-05-29T21:07:52.397Z Compiling difflib v0.4.0
17782024-05-29T21:07:52.607Z Compiling trust-dns-proto v0.22.0
17792024-05-29T21:07:53.307Z Compiling elliptic-curve v0.13.8
17802024-05-29T21:07:53.372Z Compiling predicates v3.1.0
17812024-05-29T21:07:53.686Z Compiling yasna v0.5.2
17822024-05-29T21:07:53.899Z Compiling diesel v2.1.6
17832024-05-29T21:07:53.952Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17842024-05-29T21:07:54.819Z Compiling tokio-postgres v0.7.10
17852024-05-29T21:07:55.235Z Compiling usdt v0.5.0
17862024-05-29T21:07:55.653Z Compiling clap v4.5.4
17872024-05-29T21:07:55.681Z Compiling crossterm v0.27.0
17882024-05-29T21:07:55.761Z Compiling cipher v0.4.4
17892024-05-29T21:07:56.474Z Checking proc-macro2 v1.0.82
17902024-05-29T21:07:56.857Z Compiling num-iter v0.1.45
17912024-05-29T21:07:56.998Z Compiling similar v2.5.0
17922024-05-29T21:07:57.023Z Compiling console v0.15.8
17932024-05-29T21:07:58.192Z Compiling tokio-stream v0.1.15
17942024-05-29T21:07:58.397Z Compiling bstr v1.9.1
17952024-05-29T21:07:58.671Z Checking quote v1.0.36
17962024-05-29T21:08:02.018Z Checking utf8parse v0.2.1
17972024-05-29T21:08:05.594Z Checking anstyle v1.0.7
17982024-05-29T21:08:06.804Z Checking anstyle-parse v0.2.4
17992024-05-29T21:08:07.034Z Checking colorchoice v1.0.1
18002024-05-29T21:08:07.095Z Checking anstyle-query v1.0.3
18012024-05-29T21:08:07.142Z Checking is_terminal_polyfill v1.70.0
18022024-05-29T21:08:07.246Z Checking anstream v0.6.14
18032024-05-29T21:08:07.516Z Checking strsim v0.11.1
18042024-05-29T21:08:07.552Z Checking clap_lex v0.7.0
18052024-05-29T21:08:10.425Z Checking winnow v0.6.8
18062024-05-29T21:08:18.304Z Compiling regress v0.9.1
18072024-05-29T21:08:18.500Z Compiling getopts v0.2.21
18082024-05-29T21:08:18.526Z Compiling unsafe-libyaml v0.2.11
18092024-05-29T21:08:18.589Z Checking heck v0.5.0
18102024-05-29T21:08:19.330Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18112024-05-29T21:08:19.590Z Compiling serde_yaml v0.9.34+deprecated
18122024-05-29T21:08:19.999Z Checking camino v1.1.7
18132024-05-29T21:08:20.025Z Checking base64 v0.22.1
18142024-05-29T21:08:20.161Z Checking is-terminal v0.4.12
18152024-05-29T21:08:20.260Z Compiling ident_case v1.0.1
18162024-05-29T21:08:20.415Z Compiling darling_core v0.20.9
18172024-05-29T21:08:20.445Z Checking sha1 v0.10.6
18182024-05-29T21:08:20.479Z Checking http v1.1.0
18192024-05-29T21:08:20.662Z Compiling paste v1.0.15
18202024-05-29T21:08:21.045Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18212024-05-29T21:08:21.681Z Compiling strum_macros v0.26.2
18222024-05-29T21:08:21.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18232024-05-29T21:08:22.144Z Checking fastrand v2.1.0
18242024-05-29T21:08:22.199Z Checking match_cfg v0.1.0
18252024-05-29T21:08:22.280Z Checking rustls-pki-types v1.7.0
18262024-05-29T21:08:22.412Z Checking tempfile v3.10.1
18272024-05-29T21:08:22.640Z Checking hostname v0.3.1
18282024-05-29T21:08:22.740Z Checking dirs-sys-next v0.1.2
18292024-05-29T21:08:22.892Z Checking quick-error v1.2.3
18302024-05-29T21:08:22.984Z Checking dirs-next v2.0.0
18312024-05-29T21:08:23.009Z Checking crossbeam-channel v0.5.12
18322024-05-29T21:08:23.088Z Checking thread_local v1.1.8
18332024-05-29T21:08:23.114Z Compiling slog-async v2.8.0
18342024-05-29T21:08:23.321Z Compiling rustls v0.22.4
18352024-05-29T21:08:23.582Z Checking term v0.7.0
18362024-05-29T21:08:23.612Z Checking rustls-webpki v0.102.4
18372024-05-29T21:08:23.640Z Checking instant v0.1.12
18382024-05-29T21:08:23.688Z Checking take_mut v0.2.2
18392024-05-29T21:08:23.725Z Checking rustls-pemfile v2.1.2
18402024-05-29T21:08:23.921Z Compiling multer v3.1.0
18412024-05-29T21:08:23.951Z Checking slog-term v2.9.1
18422024-05-29T21:08:24.056Z Checking debug-ignore v1.0.5
18432024-05-29T21:08:24.230Z Checking toml v0.8.13
18442024-05-29T21:08:24.281Z Checking slog-json v2.6.1
18452024-05-29T21:08:24.399Z Compiling async-stream-impl v0.3.5
18462024-05-29T21:08:24.516Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18472024-05-29T21:08:24.756Z Checking atomic-waker v1.1.2
18482024-05-29T21:08:24.870Z Checking waitgroup v0.1.2
18492024-05-29T21:08:24.918Z Checking slog-bunyan v2.5.0
18502024-05-29T21:08:25.060Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18512024-05-29T21:08:25.311Z Checking serde_path_to_error v0.1.16
18522024-05-29T21:08:25.534Z Checking async-stream v0.3.5
18532024-05-29T21:08:25.702Z Checking hostname v0.4.0
18542024-05-29T21:08:25.827Z Checking newtype-uuid v1.1.0
18552024-05-29T21:08:25.852Z Checking wait-timeout v0.2.0
18562024-05-29T21:08:25.880Z Checking strum v0.26.2
18572024-05-29T21:08:25.995Z Compiling structmeta-derive v0.3.0
18582024-05-29T21:08:26.026Z Checking rusty-fork v0.3.0
18592024-05-29T21:08:26.053Z Compiling structmeta-derive v0.2.0
18602024-05-29T21:08:26.250Z Compiling darling_macro v0.20.9
18612024-05-29T21:08:26.276Z Checking rand_xorshift v0.3.0
18622024-05-29T21:08:26.418Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18632024-05-29T21:08:26.661Z Checking unarray v0.1.4
18642024-05-29T21:08:26.786Z Checking proptest v1.4.0
18652024-05-29T21:08:26.872Z Checking backoff v0.4.0
18662024-05-29T21:08:27.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18672024-05-29T21:08:27.145Z Compiling darling v0.20.9
18682024-05-29T21:08:27.237Z Checking tokio-rustls v0.25.0
18692024-05-29T21:08:27.267Z Compiling serde_with_macros v3.8.1
18702024-05-29T21:08:27.754Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18712024-05-29T21:08:27.869Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18722024-05-29T21:08:28.092Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18732024-05-29T21:08:28.484Z Compiling structmeta v0.2.0
18742024-05-29T21:08:28.516Z Compiling structmeta v0.3.0
18752024-05-29T21:08:28.743Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18762024-05-29T21:08:28.854Z Compiling test-strategy v0.3.1
18772024-05-29T21:08:28.882Z Compiling parse-display-derive v0.9.0
18782024-05-29T21:08:28.883Z Checking macaddr v1.0.1
18792024-05-29T21:08:29.158Z Compiling proc-macro-error-attr v1.0.4
18802024-05-29T21:08:29.493Z Compiling proc-macro-error v1.0.4
18812024-05-29T21:08:29.900Z Checking serde_with v3.8.1
18822024-05-29T21:08:30.482Z Checking camino-tempfile v1.1.1
18832024-05-29T21:08:30.536Z Compiling proc-macro-crate v1.3.1
18842024-05-29T21:08:30.713Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18852024-05-29T21:08:31.006Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18862024-05-29T21:08:31.191Z Compiling foreign-types-macros v0.2.3
18872024-05-29T21:08:31.255Z Checking foreign-types-shared v0.3.1
18882024-05-29T21:08:31.349Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18892024-05-29T21:08:31.435Z Compiling num_enum_derive v0.5.11
18902024-05-29T21:08:31.874Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18912024-05-29T21:08:32.201Z Checking cstr-argument v0.1.2
18922024-05-29T21:08:32.240Z Checking foreign-types v0.5.0
18932024-05-29T21:08:32.339Z Checking pretty-hex v0.2.1
18942024-05-29T21:08:32.365Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18952024-05-29T21:08:32.483Z Checking tabwriter v1.4.0
18962024-05-29T21:08:32.543Z Checking colored v2.1.0
18972024-05-29T21:08:32.619Z Checking socket2 v0.4.10
18982024-05-29T21:08:32.677Z Checking smf v0.2.3
18992024-05-29T21:08:32.720Z Checking humantime v2.1.0
19002024-05-29T21:08:32.779Z Checking termcolor v1.4.1
19012024-05-29T21:08:32.871Z Checking parse-display v0.9.0
19022024-05-29T21:08:32.968Z Checking arc-swap v1.7.1
19032024-05-29T21:08:33.000Z Checking xattr v1.3.1
19042024-05-29T21:08:33.062Z Checking filetime v0.2.23
19052024-05-29T21:08:33.088Z Checking same-file v1.0.6
19062024-05-29T21:08:33.130Z Checking utf-8 v0.7.6
19072024-05-29T21:08:33.157Z Checking newline-converter v0.3.0
19082024-05-29T21:08:33.226Z Checking walkdir v2.5.0
19092024-05-29T21:08:33.252Z Checking tar v0.4.40
19102024-05-29T21:08:33.285Z Checking expectorate v1.1.0
19112024-05-29T21:08:33.317Z Checking tungstenite v0.20.1
19122024-05-29T21:08:33.342Z Checking slog-scope v4.4.0
19132024-05-29T21:08:33.424Z Checking termtree v0.4.1
19142024-05-29T21:08:33.462Z Compiling heapless v0.8.0
19152024-05-29T21:08:33.524Z Checking slog-stdlog v4.1.1
19162024-05-29T21:08:33.604Z Checking predicates-tree v1.0.9
19172024-05-29T21:08:33.669Z Checking slog-envlogger v2.2.0
19182024-05-29T21:08:33.695Z Checking num_enum v0.5.11
19192024-05-29T21:08:33.738Z Checking hash32 v0.3.1
19202024-05-29T21:08:33.824Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19212024-05-29T21:08:33.859Z Compiling smoltcp v0.11.0
19222024-05-29T21:08:33.884Z Checking embedded-io v0.4.0
19232024-05-29T21:08:33.920Z Checking cobs v0.2.3
19242024-05-29T21:08:34.033Z Checking tokio-tungstenite v0.20.1
19252024-05-29T21:08:34.060Z Compiling crucible-workspace-hack v0.1.0
19262024-05-29T21:08:34.060Z Checking sigpipe v0.1.3
19272024-05-29T21:08:34.094Z Checking postcard v1.0.8
19282024-05-29T21:08:34.174Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19292024-05-29T21:08:34.401Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19302024-05-29T21:08:34.533Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19312024-05-29T21:08:34.591Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19322024-05-29T21:08:34.619Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19332024-05-29T21:08:34.645Z Checking pem v3.0.4
19342024-05-29T21:08:34.740Z Checking atty v0.2.14
19352024-05-29T21:08:34.852Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19362024-05-29T21:08:34.852Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19372024-05-29T21:08:35.067Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19382024-05-29T21:08:35.352Z Compiling num-derive v0.4.2
19392024-05-29T21:08:35.381Z Compiling mockall_derive v0.12.1
19402024-05-29T21:08:35.470Z Checking downcast v0.11.0
19412024-05-29T21:08:35.636Z Checking fragile v2.0.0
19422024-05-29T21:08:35.864Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19432024-05-29T21:08:36.118Z Compiling derive-where v1.2.7
19442024-05-29T21:08:36.152Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19452024-05-29T21:08:36.389Z Checking env_logger v0.9.3
19462024-05-29T21:08:37.232Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-05-29T21:08:37.262Z Compiling bitstruct_derive v0.1.0
19482024-05-29T21:08:37.263Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19492024-05-29T21:08:37.263Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-05-29T21:08:37.298Z Checking ascii v1.1.0
19512024-05-29T21:08:37.438Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19522024-05-29T21:08:37.618Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19532024-05-29T21:08:37.690Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19542024-05-29T21:08:37.846Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-05-29T21:08:37.991Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19562024-05-29T21:08:38.138Z Checking bitstruct v0.1.1
19572024-05-29T21:08:38.212Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-05-29T21:08:38.238Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19592024-05-29T21:08:38.452Z Checking erased-serde v0.3.31
19602024-05-29T21:08:38.478Z Checking serde_arrays v0.1.0
19612024-05-29T21:08:38.478Z Compiling heck v0.3.3
19622024-05-29T21:08:38.623Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19632024-05-29T21:08:38.756Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19642024-05-29T21:08:38.823Z Compiling zone_cfg_derive v0.1.2
19652024-05-29T21:08:38.911Z Checking tungstenite v0.21.0
19662024-05-29T21:08:39.046Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19672024-05-29T21:08:39.482Z Checking base64 v0.13.1
19682024-05-29T21:08:39.482Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-05-29T21:08:39.647Z Checking ron v0.7.1
19702024-05-29T21:08:39.694Z Checking tokio-tungstenite v0.21.0
19712024-05-29T21:08:39.962Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19722024-05-29T21:08:40.083Z Checking headers-core v0.2.0
19732024-05-29T21:08:40.169Z Checking zone v0.1.8
19742024-05-29T21:08:40.201Z Checking portpicker v0.1.1
19752024-05-29T21:08:40.231Z Checking headers v0.3.9
19762024-05-29T21:08:40.320Z Checking rcgen v0.12.1
19772024-05-29T21:08:40.578Z Checking atomicwrites v0.4.3
19782024-05-29T21:08:40.687Z Checking subprocess v0.2.9
19792024-05-29T21:08:40.739Z Compiling convert_case v0.4.0
19802024-05-29T21:08:40.768Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19812024-05-29T21:08:40.851Z Checking linked-hash-map v0.5.6
19822024-05-29T21:08:40.888Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-05-29T21:08:41.125Z Checking lru-cache v0.1.2
19842024-05-29T21:08:41.151Z Checking password-hash v0.5.0
19852024-05-29T21:08:41.151Z Checking blake2 v0.10.6
19862024-05-29T21:08:41.288Z Checking swrite v0.1.0
19872024-05-29T21:08:41.384Z Compiling rayon-core v1.12.1
19882024-05-29T21:08:41.540Z Checking resolv-conf v0.7.0
19892024-05-29T21:08:41.567Z Checking argon2 v0.5.3
19902024-05-29T21:08:41.592Z Compiling derive_more v0.99.17
19912024-05-29T21:08:41.640Z Checking half v2.4.1
19922024-05-29T21:08:41.836Z Checking trust-dns-resolver v0.22.0
19932024-05-29T21:08:41.915Z Checking mockall v0.12.1
19942024-05-29T21:08:42.018Z Compiling cancel-safe-futures v0.1.5
19952024-05-29T21:08:42.101Z Checking ciborium-io v0.2.2
19962024-05-29T21:08:42.126Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19972024-05-29T21:08:42.214Z Checking ciborium-ll v0.2.2
19982024-05-29T21:08:42.380Z Compiling slog-dtrace v0.3.0
19992024-05-29T21:08:42.418Z Compiling semver v0.1.20
20002024-05-29T21:08:42.459Z Checking ciborium v0.2.2
20012024-05-29T21:08:42.687Z Compiling rustc_version v0.1.7
20022024-05-29T21:08:42.714Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20032024-05-29T21:08:42.942Z Checking libsw v3.3.1
20042024-05-29T21:08:42.985Z Checking linear-map v1.2.0
20052024-05-29T21:08:43.047Z Checking owo-colors v4.0.0
20062024-05-29T21:08:43.100Z Compiling newtype_derive v0.1.6
20072024-05-29T21:08:43.259Z Compiling unicode-xid v0.2.4
20082024-05-29T21:08:43.286Z Compiling radium v0.7.0
20092024-05-29T21:08:43.417Z Checking num-rational v0.4.2
20102024-05-29T21:08:43.522Z Checking steno v0.4.0
20112024-05-29T21:08:43.547Z Checking num-complex v0.4.6
20122024-05-29T21:08:43.663Z Checking nibble_vec v0.1.0
20132024-05-29T21:08:43.831Z Compiling maybe-uninit v2.0.0
20142024-05-29T21:08:44.272Z Checking tap v1.0.1
20152024-05-29T21:08:44.272Z Checking endian-type v0.1.2
20162024-05-29T21:08:44.298Z Checking radix_trie v0.2.1
20172024-05-29T21:08:44.323Z Checking num v0.4.3
20182024-05-29T21:08:44.430Z Checking wyz v0.5.1
20192024-05-29T21:08:44.521Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20202024-05-29T21:08:44.636Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20212024-05-29T21:08:44.754Z Compiling bzip2-sys v0.1.11+1.0.8
20222024-05-29T21:08:44.939Z Checking fxhash v0.2.1
20232024-05-29T21:08:45.088Z Compiling num-bigint-dig v0.8.4
20242024-05-29T21:08:45.134Z Compiling packed_struct v0.10.1
20252024-05-29T21:08:45.349Z Checking funty v2.0.0
20262024-05-29T21:08:45.452Z Checking crc-catalog v2.4.0
20272024-05-29T21:08:45.576Z Checking crc v3.2.1
20282024-05-29T21:08:45.742Z Compiling packed_struct_codegen v0.10.1
20292024-05-29T21:08:45.942Z Compiling indexmap v1.9.3
20302024-05-29T21:08:46.126Z Checking bitvec v1.0.1
20312024-05-29T21:08:46.182Z Checking nodrop v0.1.14
20322024-05-29T21:08:46.286Z Checking array-init v0.0.4
20332024-05-29T21:08:46.338Z Checking smallvec v0.6.14
20342024-05-29T21:08:46.658Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20352024-05-29T21:08:46.919Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20362024-05-29T21:08:47.077Z Checking pkcs1 v0.7.5
20372024-05-29T21:08:47.300Z Checking signature v2.2.0
20382024-05-29T21:08:47.386Z Checking hashbrown v0.12.3
20392024-05-29T21:08:47.473Z Checking bitfield v0.14.0
20402024-05-29T21:08:47.536Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20412024-05-29T21:08:47.684Z Checking serde-hex v0.1.0
20422024-05-29T21:08:47.984Z Checking bzip2 v0.4.4
20432024-05-29T21:08:48.079Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20442024-05-29T21:08:48.233Z Checking env_logger v0.10.2
20452024-05-29T21:08:48.284Z Checking x509-cert v0.2.5
20462024-05-29T21:08:48.353Z Checking rsa v0.9.6
20472024-05-29T21:08:48.502Z Checking ron v0.8.1
20482024-05-29T21:08:48.598Z Checking hashbrown v0.13.2
20492024-05-29T21:08:48.779Z Checking crc-any v2.5.0
20502024-05-29T21:08:49.077Z Compiling home v0.5.9
20512024-05-29T21:08:49.185Z Checking zip v0.6.6
20522024-05-29T21:08:49.329Z Checking display-error-chain v0.2.0
20532024-05-29T21:08:49.462Z Checking path-slash v0.1.5
20542024-05-29T21:08:49.507Z Checking object v0.30.4
20552024-05-29T21:08:49.572Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20562024-05-29T21:08:49.598Z Compiling async-recursion v1.1.1
20572024-05-29T21:08:49.649Z Compiling buf-list v1.0.3
20582024-05-29T21:08:49.787Z Compiling ring v0.16.20
20592024-05-29T21:08:49.813Z Compiling blake3 v1.5.1
20602024-05-29T21:08:50.479Z Checking maplit v1.0.2
20612024-05-29T21:08:50.581Z Checking gethostname v0.4.3
20622024-05-29T21:08:50.649Z Compiling libefi-sys v0.1.0
20632024-05-29T21:08:50.713Z Compiling parking_lot_core v0.8.6
20642024-05-29T21:08:50.866Z Compiling pin-project-internal v1.1.5
20652024-05-29T21:08:50.919Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20662024-05-29T21:08:51.160Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20672024-05-29T21:08:51.344Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20682024-05-29T21:08:51.374Z Compiling crossbeam-deque v0.8.5
20692024-05-29T21:08:51.434Z Checking keccak v0.1.5
20702024-05-29T21:08:51.583Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20712024-05-29T21:08:51.710Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20722024-05-29T21:08:52.165Z Checking sha3 v0.10.8
20732024-05-29T21:08:52.682Z Checking parking_lot v0.11.2
20742024-05-29T21:08:52.727Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20752024-05-29T21:08:52.922Z Checking trust-dns-client v0.22.0
20762024-05-29T21:08:52.971Z Compiling synstructure v0.12.6
20772024-05-29T21:08:52.997Z Checking toml v0.5.11
20782024-05-29T21:08:53.409Z Checking pin-project v1.1.5
20792024-05-29T21:08:53.518Z Checking secrecy v0.8.0
20802024-05-29T21:08:53.695Z Compiling rayon v1.10.0
20812024-05-29T21:08:53.916Z Checking sled v0.34.7
20822024-05-29T21:08:54.188Z Checking trust-dns-server v0.22.1
20832024-05-29T21:08:54.511Z Compiling zerocopy-derive v0.2.0
20842024-05-29T21:08:54.831Z Compiling memmap2 v0.9.4
20852024-05-29T21:08:54.873Z Compiling constant_time_eq v0.3.0
20862024-05-29T21:08:55.022Z Compiling arrayref v0.3.7
20872024-05-29T21:08:55.113Z Compiling untrusted v0.7.1
20882024-05-29T21:08:55.194Z Compiling arrayvec v0.7.4
20892024-05-29T21:08:56.248Z Compiling toolchain_find v0.4.0
20902024-05-29T21:08:56.640Z Compiling vte_generate_state_changes v0.1.1
20912024-05-29T21:08:56.819Z Compiling topological-sort v0.2.2
20922024-05-29T21:08:56.993Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20932024-05-29T21:08:57.203Z Checking vte v0.11.1
20942024-05-29T21:08:57.294Z Compiling rustfmt-wrapper v0.2.1
20952024-05-29T21:08:57.640Z Checking fd-lock v4.0.2
20962024-05-29T21:08:57.764Z Compiling omicron-zone-package v0.11.0
20972024-05-29T21:08:57.803Z Compiling glob v0.3.1
20982024-05-29T21:08:58.180Z Compiling snafu-derive v0.8.2
20992024-05-29T21:08:58.264Z Checking strip-ansi-escapes v0.2.0
21002024-05-29T21:08:58.306Z Compiling usdt-impl v0.3.5
21012024-05-29T21:08:58.397Z Checking nu-ansi-term v0.50.0
21022024-05-29T21:08:58.543Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21032024-05-29T21:08:58.620Z Compiling zerocopy v0.3.2
21042024-05-29T21:08:58.746Z Checking globset v0.4.14
21052024-05-29T21:08:58.773Z Checking reedline v0.31.0
21062024-05-29T21:08:58.834Z Checking olpc-cjson v0.1.3
21072024-05-29T21:08:59.004Z Checking serde_plain v1.0.2
21082024-05-29T21:08:59.100Z Checking typed-path v0.7.1
21092024-05-29T21:08:59.185Z Compiling prettyplease v0.2.20
21102024-05-29T21:08:59.232Z Compiling dof v0.1.5
21112024-05-29T21:08:59.474Z Compiling dtrace-parser v0.1.14
21122024-05-29T21:08:59.998Z Checking parse-size v1.0.0
21132024-05-29T21:09:00.029Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21142024-05-29T21:09:00.915Z Compiling serde_tokenstream v0.1.7
21152024-05-29T21:09:01.177Z Compiling memoffset v0.7.1
21162024-05-29T21:09:01.367Z Compiling platforms v3.4.0
21172024-05-29T21:09:01.444Z Compiling crunchy v0.2.2
21182024-05-29T21:09:01.554Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21192024-05-29T21:09:01.778Z Compiling clang-sys v1.7.0
21202024-05-29T21:09:01.904Z Compiling curve25519-dalek v4.1.2
21212024-05-29T21:09:02.108Z Compiling unicase v2.7.0
21222024-05-29T21:09:02.157Z Compiling tiny-keccak v2.0.2
21232024-05-29T21:09:02.492Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21242024-05-29T21:09:02.701Z Compiling usdt-attr-macro v0.3.5
21252024-05-29T21:09:02.730Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21262024-05-29T21:09:02.889Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21272024-05-29T21:09:03.002Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21282024-05-29T21:09:03.095Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21292024-05-29T21:09:03.922Z Checking snafu v0.8.2
21302024-05-29T21:09:03.956Z Compiling usdt-macro v0.3.5
21312024-05-29T21:09:04.014Z Checking universal-hash v0.5.1
21322024-05-29T21:09:04.042Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21332024-05-29T21:09:04.156Z Compiling thiserror-impl-no-std v2.0.2
21342024-05-29T21:09:04.396Z Checking tough v0.17.1
21352024-05-29T21:09:05.159Z Compiling curve25519-dalek-derive v0.1.1
21362024-05-29T21:09:05.699Z Checking nanorand v0.7.0
21372024-05-29T21:09:05.970Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21382024-05-29T21:09:06.011Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21392024-05-29T21:09:06.281Z Checking opaque-debug v0.3.1
21402024-05-29T21:09:06.372Z Checking bytecount v0.6.8
21412024-05-29T21:09:06.404Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21422024-05-29T21:09:06.436Z Checking signature v1.6.4
21432024-05-29T21:09:06.508Z Compiling salty v0.2.0
21442024-05-29T21:09:06.558Z Compiling cfg_aliases v0.1.1
21452024-05-29T21:09:06.658Z Compiling nix v0.28.0
21462024-05-29T21:09:06.795Z Checking thiserror-no-std v2.0.2
21472024-05-29T21:09:06.900Z Checking ed25519 v1.5.3
21482024-05-29T21:09:06.970Z Checking papergrid v0.11.0
21492024-05-29T21:09:07.312Z Checking poly1305 v0.8.0
21502024-05-29T21:09:07.697Z Checking flume v0.11.0
21512024-05-29T21:09:07.723Z Checking usdt v0.3.5
21522024-05-29T21:09:07.749Z Compiling ascii-canvas v3.0.0
21532024-05-29T21:09:08.101Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21542024-05-29T21:09:08.158Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21552024-05-29T21:09:08.191Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21562024-05-29T21:09:08.366Z Compiling tabled_derive v0.7.0
21572024-05-29T21:09:08.451Z Checking chacha20 v0.9.1
21582024-05-29T21:09:08.931Z Checking aead v0.5.2
21592024-05-29T21:09:08.959Z Checking serde-big-array v0.5.1
21602024-05-29T21:09:08.959Z Checking kstat-rs v0.2.3
21612024-05-29T21:09:08.959Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21622024-05-29T21:09:08.959Z Compiling ena v0.14.3
21632024-05-29T21:09:09.109Z Compiling libloading v0.8.3
21642024-05-29T21:09:09.157Z Compiling regex-syntax v0.6.29
21652024-05-29T21:09:09.542Z Compiling bindgen v0.69.4
21662024-05-29T21:09:09.729Z Compiling diff v0.1.13
21672024-05-29T21:09:10.120Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21682024-05-29T21:09:10.314Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21692024-05-29T21:09:10.523Z Checking tabled v0.15.0
21702024-05-29T21:09:10.582Z Checking chacha20poly1305 v0.10.1
21712024-05-29T21:09:10.741Z Checking vsss-rs v3.3.4
21722024-05-29T21:09:11.633Z Compiling lalrpop v0.19.12
21732024-05-29T21:09:12.538Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21742024-05-29T21:09:13.411Z Compiling which v4.4.2
21752024-05-29T21:09:13.467Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21762024-05-29T21:09:13.708Z Checking signal-hook-tokio v0.3.1
21772024-05-29T21:09:13.810Z Compiling cexpr v0.6.0
21782024-05-29T21:09:13.883Z Checking serde-big-array v0.4.1
21792024-05-29T21:09:13.982Z Compiling shlex v1.3.0
21802024-05-29T21:09:14.042Z Compiling ref-cast v1.0.23
21812024-05-29T21:09:14.481Z Compiling rustc-hash v1.1.0
21822024-05-29T21:09:14.580Z Compiling lazycell v1.3.0
21832024-05-29T21:09:14.694Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21842024-05-29T21:09:15.332Z Compiling mime_guess v2.0.4
21852024-05-29T21:09:15.876Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21862024-05-29T21:09:16.333Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21872024-05-29T21:09:16.493Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21882024-05-29T21:09:16.571Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21892024-05-29T21:09:17.386Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21902024-05-29T21:09:18.661Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21912024-05-29T21:09:19.125Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21922024-05-29T21:09:20.189Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21932024-05-29T21:09:20.687Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21942024-05-29T21:09:21.241Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21952024-05-29T21:09:21.600Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21962024-05-29T21:09:21.707Z Compiling derive_builder_core v0.20.0
21972024-05-29T21:09:22.429Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21982024-05-29T21:09:23.942Z Compiling peg-macros v0.8.3
21992024-05-29T21:09:23.966Z Compiling ref-cast-impl v1.0.23
22002024-05-29T21:09:23.966Z Compiling sqlparser_derive v0.2.2
22012024-05-29T21:09:24.637Z Compiling libxml v0.3.3
22022024-05-29T21:09:24.705Z Checking corncobs v0.1.3
22032024-05-29T21:09:24.933Z Checking unicode_categories v0.1.1
22042024-05-29T21:09:24.996Z Checking rustyline v14.0.0
22052024-05-29T21:09:25.180Z Checking sqlformat v0.2.3
22062024-05-29T21:09:25.833Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22072024-05-29T21:09:26.520Z Checking sqlparser v0.45.0
22082024-05-29T21:09:26.548Z Compiling derive_builder_macro v0.20.0
22092024-05-29T21:09:26.548Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22102024-05-29T21:09:26.548Z Checking peg v0.8.3
22112024-05-29T21:09:26.654Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22122024-05-29T21:09:26.829Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22132024-05-29T21:09:26.973Z Checking bcs v0.1.6
22142024-05-29T21:09:27.062Z Compiling strum_macros v0.24.3
22152024-05-29T21:09:27.354Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22162024-05-29T21:09:27.587Z Compiling cookie v0.18.1
22172024-05-29T21:09:27.840Z Checking highway v1.1.0
22182024-05-29T21:09:28.168Z Compiling indoc v1.0.9
22192024-05-29T21:09:29.131Z Checking derive_builder v0.20.0
22202024-05-29T21:09:30.098Z Compiling const_format_proc_macros v0.2.32
22212024-05-29T21:09:30.208Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22222024-05-29T21:09:30.243Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22232024-05-29T21:09:30.457Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22242024-05-29T21:09:30.899Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22252024-05-29T21:09:31.103Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22262024-05-29T21:09:31.737Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22272024-05-29T21:09:31.762Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22282024-05-29T21:09:32.281Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22292024-05-29T21:09:33.478Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22302024-05-29T21:09:33.770Z Checking bb8 v0.8.3
22312024-05-29T21:09:34.047Z Checking quick-xml v0.31.0
22322024-05-29T21:09:34.590Z Compiling impl-trait-for-tuples v0.2.2
22332024-05-29T21:09:34.743Z Compiling oso-derive v0.27.3
22342024-05-29T21:09:34.768Z Checking http-range v0.1.5
22352024-05-29T21:09:34.925Z Checking hyper-staticfile v0.9.5
22362024-05-29T21:09:35.277Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22372024-05-29T21:09:35.590Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22382024-05-29T21:09:35.747Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22392024-05-29T21:09:35.790Z Checking const_format v0.2.32
22402024-05-29T21:09:36.864Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22412024-05-29T21:09:37.584Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22422024-05-29T21:09:37.833Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22432024-05-29T21:09:38.762Z Checking assert_matches v1.5.0
22442024-05-29T21:09:38.846Z Checking rand_seeder v0.2.3
22452024-05-29T21:09:39.037Z Compiling portable-atomic v1.6.0
22462024-05-29T21:09:39.331Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22472024-05-29T21:09:39.513Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22482024-05-29T21:09:39.919Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22492024-05-29T21:09:40.606Z Checking number_prefix v0.4.0
22502024-05-29T21:09:40.652Z Checking castaway v0.2.2
22512024-05-29T21:09:40.745Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22522024-05-29T21:09:40.774Z Checking indicatif v0.17.8
22532024-05-29T21:09:40.803Z Checking compact_str v0.7.1
22542024-05-29T21:09:40.989Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22552024-05-29T21:09:41.218Z Checking lru v0.12.3
22562024-05-29T21:09:41.402Z Compiling stability v0.2.0
22572024-05-29T21:09:41.430Z Compiling indoc v2.0.5
22582024-05-29T21:09:41.458Z Checking cassowary v0.3.0
22592024-05-29T21:09:41.847Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22602024-05-29T21:09:42.269Z Checking smawk v0.3.2
22612024-05-29T21:09:42.331Z Checking ratatui v0.26.2
22622024-05-29T21:09:42.445Z Checking unicode-linebreak v0.1.5
22632024-05-29T21:09:42.762Z Checking textwrap v0.16.1
22642024-05-29T21:09:43.090Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22652024-05-29T21:09:43.132Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22662024-05-29T21:09:43.754Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22672024-05-29T21:09:43.919Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22682024-05-29T21:09:44.337Z Checking is_ci v1.2.0
22692024-05-29T21:09:44.478Z Checking supports-color v3.0.0
22702024-05-29T21:09:44.649Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22712024-05-29T21:09:44.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22722024-05-29T21:09:44.789Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22732024-05-29T21:09:44.878Z Checking fatfs v0.3.6
22742024-05-29T21:09:45.740Z Checking shell-words v1.1.0
22752024-05-29T21:09:45.894Z Checking rtoolbox v0.0.2
22762024-05-29T21:09:45.921Z Checking tui-tree-widget v0.19.0
22772024-05-29T21:09:46.065Z Checking rpassword v7.3.1
22782024-05-29T21:09:46.111Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22792024-05-29T21:09:46.218Z Checking yansi v0.5.1
22802024-05-29T21:09:46.448Z Checking pretty_assertions v1.4.0
22812024-05-29T21:09:46.622Z Compiling target-lexicon v0.12.14
22822024-05-29T21:09:46.903Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22832024-05-29T21:09:47.020Z Checking cargo-platform v0.1.8
22842024-05-29T21:09:47.265Z Compiling doc-comment v0.3.3
22852024-05-29T21:09:47.453Z Compiling guppy-workspace-hack v0.1.0
22862024-05-29T21:09:47.693Z Checking plotters-backend v0.3.5
22872024-05-29T21:09:47.997Z Checking plotters-svg v0.3.5
22882024-05-29T21:09:48.142Z Checking cargo_metadata v0.18.1
22892024-05-29T21:09:48.219Z Checking http-body v1.0.0
22902024-05-29T21:09:48.314Z Compiling assert_cmd v2.0.14
22912024-05-29T21:09:48.412Z Checking regex-automata v0.1.10
22922024-05-29T21:09:48.686Z Checking tower-layer v0.3.2
22932024-05-29T21:09:48.778Z Checking cast v0.3.0
22942024-05-29T21:09:48.942Z Compiling target-spec v3.1.0
22952024-05-29T21:09:49.410Z Checking criterion-plot v0.5.0
22962024-05-29T21:09:49.508Z Checking tower v0.4.13
22972024-05-29T21:09:49.537Z Checking bstr v0.2.17
22982024-05-29T21:09:49.573Z Checking hyper v1.3.1
22992024-05-29T21:09:50.152Z Checking cfg-expr v0.15.8
23002024-05-29T21:09:50.278Z Checking plotters v0.3.5
23012024-05-29T21:09:50.845Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23022024-05-29T21:09:50.872Z Checking tinytemplate v1.2.1
23032024-05-29T21:09:51.444Z Checking oorandom v11.1.3
23042024-05-29T21:09:51.579Z Checking anes v0.1.6
23052024-05-29T21:09:51.886Z Checking criterion v0.5.1
23062024-05-29T21:09:52.328Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23072024-05-29T21:09:52.680Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23082024-05-29T21:09:52.849Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23092024-05-29T21:09:53.197Z Checking hyper-util v0.1.3
23102024-05-29T21:09:53.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23112024-05-29T21:09:54.052Z Checking httptest v0.15.5
23122024-05-29T21:09:54.433Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23132024-05-29T21:09:54.670Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23142024-05-29T21:09:54.804Z Checking rustls-native-certs v0.7.0
23152024-05-29T21:09:54.924Z Checking pathdiff v0.2.1
23162024-05-29T21:09:55.054Z Checking nested v0.1.1
23172024-05-29T21:09:56.798Z Checking guppy v0.17.5
23182024-05-29T21:09:57.539Z Checking hyper-rustls v0.26.0
23192024-05-29T21:09:57.819Z Checking escape8259 v0.5.2
23202024-05-29T21:09:57.872Z Checking threadpool v1.8.1
23212024-05-29T21:09:57.986Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23222024-05-29T21:09:58.054Z Checking libtest-mimic v0.7.3
23232024-05-29T21:09:58.492Z Checking similar-asserts v1.5.0
23242024-05-29T21:09:58.492Z Checking fancy-regex v0.13.0
23252024-05-29T21:09:58.591Z Compiling rstest_macros v0.19.0
23262024-05-29T21:09:59.067Z Checking datatest-stable v0.2.9
23272024-05-29T21:09:59.121Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23282024-05-29T21:09:59.339Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23292024-05-29T21:09:59.584Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23302024-05-29T21:09:59.805Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23312024-05-29T21:10:00.198Z Checking csv-core v0.1.11
23322024-05-29T21:10:00.309Z Compiling relative-path v1.9.3
23332024-05-29T21:10:00.458Z Compiling trybuild v1.0.96
23342024-05-29T21:10:00.487Z Checking csv v1.3.0
23352024-05-29T21:10:00.916Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23362024-05-29T21:10:01.116Z Checking blake2b_simd v1.0.2
23372024-05-29T21:10:01.803Z Checking multimap v0.10.0
23382024-05-29T21:10:02.068Z Checking futures-timer v3.0.3
23392024-05-29T21:10:02.341Z Checking rust-argon2 v2.1.0
23402024-05-29T21:10:03.923Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23412024-05-29T21:10:05.572Z Checking partial-io v0.5.4
23422024-05-29T21:10:05.893Z Checking approx v0.5.1
23432024-05-29T21:10:06.093Z Checking termios v0.3.3
23442024-05-29T21:10:06.270Z Checking uzers v0.11.3
23452024-05-29T21:10:06.560Z Checking hex-literal v0.4.1
23462024-05-29T21:10:08.456Z Checking rstest v0.19.0
23472024-05-29T21:10:10.099Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23482024-05-29T21:10:10.971Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23492024-05-29T21:10:22.632Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23502024-05-29T21:10:29.236Z Compiling samael v0.0.15
23512024-05-29T21:10:45.574Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23522024-05-29T21:10:47.382Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23532024-05-29T21:11:02.599Z Compiling polar-core v0.27.3
23542024-05-29T21:11:11.498Z Checking oso v0.27.3
23552024-05-29T21:11:47.299Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23562024-05-29T21:11:47.299Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23572024-05-29T21:11:47.325Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23582024-05-29T21:13:12.564Z Finished dev [unoptimized + debuginfo] target(s) in 6m 20s
23592024-05-29T21:13:12.779Z
23602024-05-29T21:13:12.779Zreal 7:16.217244943
23612024-05-29T21:13:12.804Zuser 32:39.454188355
23622024-05-29T21:13:12.804Zsys 6:10.776681493
23632024-05-29T21:13:12.804Ztrap 0.917874479
23642024-05-29T21:13:12.804Ztflt 0.520346700
23652024-05-29T21:13:12.804Zdflt 1.568435790
23662024-05-29T21:13:12.804Zkflt 0.002899159
23672024-05-29T21:13:12.804Zlock 50:00.104531052
23682024-05-29T21:13:12.804Zslp 1:39:01.736758925
23692024-05-29T21:13:12.804Zlat 1:44.843766941
23702024-05-29T21:13:12.805Zstop 4:30.473164919
23712024-05-29T21:13:13.983Zwarning: output filename collision.
23722024-05-29T21:13:13.983ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23732024-05-29T21:13:13.983ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23742024-05-29T21:13:13.983ZThe targets should have unique names.
23752024-05-29T21:13:13.983ZThis is a known bug where multiple crates with the same name use
23762024-05-29T21:13:13.984Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23772024-05-29T21:13:13.984Zwarning: output filename collision.
23782024-05-29T21:13:13.984ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
23792024-05-29T21:13:13.984ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23802024-05-29T21:13:13.984ZThe targets should have unique names.
23812024-05-29T21:13:13.984ZThis is a known bug where multiple crates with the same name use
23822024-05-29T21:13:13.984Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23832024-05-29T21:13:14.031Zwarning: output filename collision.
23842024-05-29T21:13:14.031ZThe 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23852024-05-29T21:13:14.031ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23862024-05-29T21:13:14.031ZThe targets should have unique names.
23872024-05-29T21:13:14.031ZThis is a known bug where multiple crates with the same name use
23882024-05-29T21:13:14.031Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23892024-05-29T21:13:14.031Zwarning: output filename collision.
23902024-05-29T21:13:14.031ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
23912024-05-29T21:13:14.032ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23922024-05-29T21:13:14.032ZThe targets should have unique names.
23932024-05-29T21:13:14.032ZThis is a known bug where multiple crates with the same name use
23942024-05-29T21:13:14.032Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-29T21:13:14.032Zwarning: output filename collision.
23962024-05-29T21:13:14.032ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23972024-05-29T21:13:14.032ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23982024-05-29T21:13:14.032ZThe targets should have unique names.
23992024-05-29T21:13:14.032ZThis is a known bug where multiple crates with the same name use
24002024-05-29T21:13:14.032Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-29T21:13:14.032Zwarning: output filename collision.
24022024-05-29T21:13:14.032ZThe 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)`.
24032024-05-29T21:13:14.032ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24042024-05-29T21:13:14.032ZThe targets should have unique names.
24052024-05-29T21:13:14.032ZThis is a known bug where multiple crates with the same name use
24062024-05-29T21:13:14.032Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-29T21:13:14.032Zwarning: output filename collision.
24082024-05-29T21:13:14.032ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
24092024-05-29T21:13:14.032ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24102024-05-29T21:13:14.032ZThe targets should have unique names.
24112024-05-29T21:13:14.032ZThis is a known bug where multiple crates with the same name use
24122024-05-29T21:13:14.032Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-29T21:13:14.032Zwarning: output filename collision.
24142024-05-29T21:13:14.033ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`.
24152024-05-29T21:13:14.033ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24162024-05-29T21:13:14.033ZThe targets should have unique names.
24172024-05-29T21:13:14.033ZThis is a known bug where multiple crates with the same name use
24182024-05-29T21:13:14.033Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-29T21:13:14.033Zwarning: output filename collision.
24202024-05-29T21:13:14.033ZThe 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`.
24212024-05-29T21:13:14.033ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24222024-05-29T21:13:14.033ZThe targets should have unique names.
24232024-05-29T21:13:14.033ZThis is a known bug where multiple crates with the same name use
24242024-05-29T21:13:14.033Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-29T21:13:14.657Z Documenting libc v0.2.153
24262024-05-29T21:13:14.681Z Documenting cfg-if v1.0.0
24272024-05-29T21:13:14.706Z Documenting serde_derive v1.0.202
24282024-05-29T21:13:14.730Z Documenting log v0.4.21
24292024-05-29T21:13:14.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24302024-05-29T21:13:14.779Z Documenting memchr v2.7.2
24312024-05-29T21:13:14.779Z Documenting byteorder v1.5.0
24322024-05-29T21:13:14.804Z Documenting scopeguard v1.2.0
24332024-05-29T21:13:15.016Z Documenting smallvec v1.13.2
24342024-05-29T21:13:17.167Z Documenting itoa v1.0.11
24352024-05-29T21:13:17.969Z Documenting pin-project-lite v0.2.14
24362024-05-29T21:13:18.392Z Documenting lock_api v0.4.12
24372024-05-29T21:13:18.429Z Documenting getrandom v0.2.14
24382024-05-29T21:13:18.462Z Documenting parking_lot_core v0.9.10
24392024-05-29T21:13:18.513Z Documenting signal-hook-registry v1.4.2
24402024-05-29T21:13:18.909Z Documenting libm v0.2.8
24412024-05-29T21:13:19.838Z Documenting mio v0.8.11
24422024-05-29T21:13:20.646Z Documenting once_cell v1.19.0
24432024-05-29T21:13:20.856Z Documenting serde v1.0.202
24442024-05-29T21:13:21.960Z Documenting num-traits v0.2.19
24452024-05-29T21:13:22.356Z Documenting thiserror-impl v1.0.60
24462024-05-29T21:13:22.420Z Documenting parking_lot v0.12.2
24472024-05-29T21:13:22.449Z Documenting rand_core v0.6.4
24482024-05-29T21:13:22.481Z Documenting zeroize_derive v1.4.2
24492024-05-29T21:13:24.036Z Documenting ryu v1.0.18
24502024-05-29T21:13:24.312Z Documenting futures-core v0.3.30
24512024-05-29T21:13:26.356Z Documenting num_cpus v1.16.0
24522024-05-29T21:13:26.539Z Documenting socket2 v0.5.7
24532024-05-29T21:13:26.563Z Documenting tokio-macros v2.2.0
24542024-05-29T21:13:26.663Z Documenting zerocopy v0.7.34
24552024-05-29T21:13:27.043Z Documenting zeroize v1.7.0
24562024-05-29T21:13:27.205Z Documenting thiserror v1.0.60
24572024-05-29T21:13:27.916Z Documenting futures-sink v0.3.30
24582024-05-29T21:13:30.031Z Documenting typenum v1.17.0
24592024-05-29T21:13:32.224Z Documenting subtle v2.5.0
24602024-05-29T21:13:32.268Z Documenting pin-utils v0.1.0
24612024-05-29T21:13:32.346Z Documenting futures-channel v0.3.30
24622024-05-29T21:13:32.371Z Documenting slab v0.4.9
24632024-05-29T21:13:32.395Z Documenting futures-macro v0.3.30
24642024-05-29T21:13:33.339Z Documenting futures-task v0.3.30
24652024-05-29T21:13:40.303Z Documenting bytes v1.6.0
24662024-05-29T21:13:43.527Z Documenting bitflags v2.5.0
24672024-05-29T21:13:43.592Z Documenting serde_json v1.0.117
24682024-05-29T21:13:43.639Z Documenting iana-time-zone v0.1.60
24692024-05-29T21:13:43.664Z Documenting futures-io v0.3.30
24702024-05-29T21:13:43.704Z Documenting uuid v1.8.0
24712024-05-29T21:13:43.826Z Documenting ahash v0.8.11
24722024-05-29T21:13:43.923Z Documenting tokio v1.37.0
24732024-05-29T21:13:45.209Z Documenting generic-array v0.14.7
24742024-05-29T21:13:47.659Z Documenting futures-util v0.3.30
24752024-05-29T21:13:47.830Z Documenting allocator-api2 v0.2.18
24762024-05-29T21:13:47.929Z Documenting chrono v0.4.38
24772024-05-29T21:13:48.135Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24782024-05-29T21:13:48.311Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24792024-05-29T21:13:48.336Z Documenting tinyvec_macros v0.1.1
24802024-05-29T21:13:48.977Z Documenting const-oid v0.9.6
24812024-05-29T21:13:49.002Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822024-05-29T21:13:49.388Z Documenting crypto-common v0.1.6
24832024-05-29T21:13:50.816Z Documenting tinyvec v1.6.0
24842024-05-29T21:13:50.816Z Documenting hashbrown v0.14.5
24852024-05-29T21:13:53.317Z Documenting serde_derive_internals v0.29.1
24862024-05-29T21:13:53.790Z Checking serde_derive_internals v0.29.1
24872024-05-29T21:13:53.852Z Documenting dyn-clone v1.0.17
24882024-05-29T21:13:53.913Z Documenting ppv-lite86 v0.2.17
24892024-05-29T21:13:54.116Z Documenting unicode-normalization v0.1.23
24902024-05-29T21:13:54.418Z Documenting tracing-core v0.1.32
24912024-05-29T21:13:56.163Z Documenting tracing-attributes v0.1.27
24922024-05-29T21:13:56.265Z Documenting unicode-bidi v0.3.15
24932024-05-29T21:13:56.291Z Documenting lazy_static v1.4.0
24942024-05-29T21:13:56.673Z Documenting percent-encoding v2.3.1
24952024-05-29T21:13:56.952Z Documenting rand_chacha v0.3.1
24962024-05-29T21:13:58.430Z Documenting block-buffer v0.10.4
24972024-05-29T21:13:58.657Z Documenting schemars_derive v0.8.19
24982024-05-29T21:13:58.841Z Documenting equivalent v1.0.1
24992024-05-29T21:14:00.222Z Documenting powerfmt v0.2.0
25002024-05-29T21:14:00.394Z Documenting form_urlencoded v1.2.1
25012024-05-29T21:14:00.980Z Documenting rand v0.8.5
25022024-05-29T21:14:01.505Z Documenting indexmap v2.2.6
25032024-05-29T21:14:01.576Z Documenting time-macros v0.2.18
25042024-05-29T21:14:04.422Z Documenting digest v0.10.7
25052024-05-29T21:14:04.479Z Documenting deranged v0.3.11
25062024-05-29T21:14:04.556Z Documenting schemars v0.8.19
25072024-05-29T21:14:04.611Z Documenting time-core v0.1.2
25082024-05-29T21:14:05.336Z Documenting num-conv v0.1.0
25092024-05-29T21:14:05.622Z Documenting unicode-width v0.1.12
25102024-05-29T21:14:06.471Z Documenting num_threads v0.1.7
25112024-05-29T21:14:07.288Z Documenting fnv v1.0.7
25122024-05-29T21:14:08.158Z Documenting idna v0.5.0
25132024-05-29T21:14:08.390Z Documenting adler v1.0.2
25142024-05-29T21:14:09.037Z Documenting unicode-ident v1.0.12
25152024-05-29T21:14:11.142Z Documenting tracing v0.1.40
25162024-05-29T21:14:19.667Z Documenting time v0.3.36
25172024-05-29T21:14:19.731Z Documenting miniz_oxide v0.7.2
25182024-05-29T21:14:19.757Z Documenting slog v2.7.0
25192024-05-29T21:14:19.820Z Documenting httparse v1.8.0
25202024-05-29T21:14:19.859Z Documenting proc-macro2 v1.0.82
25212024-05-29T21:14:19.968Z Documenting url v2.5.0
25222024-05-29T21:14:20.652Z Documenting cpufeatures v0.2.12
25232024-05-29T21:14:22.963Z Documenting tokio-util v0.7.11
25242024-05-29T21:14:23.270Z Documenting errno v0.3.9
25252024-05-29T21:14:23.703Z Documenting async-trait v0.1.80
25262024-05-29T21:14:23.811Z Documenting try-lock v0.2.5
25272024-05-29T21:14:23.936Z Documenting httpdate v1.0.3
25282024-05-29T21:14:24.167Z Documenting quote v1.0.36
25292024-05-29T21:14:25.608Z Documenting http-body v0.4.6
25302024-05-29T21:14:26.840Z Documenting want v0.3.1
25312024-05-29T21:14:27.575Z Documenting rustix v0.38.34
25322024-05-29T21:14:27.992Z Documenting aho-corasick v1.1.3
25332024-05-29T21:14:28.154Z Documenting syn v2.0.64
25342024-05-29T21:14:28.597Z Documenting openssl-sys v0.9.102
25352024-05-29T21:14:28.711Z Documenting h2 v0.3.26
25362024-05-29T21:14:28.746Z Documenting openssl-macros v0.1.1
25372024-05-29T21:14:30.156Z Documenting regex-syntax v0.8.3
25382024-05-29T21:14:30.596Z Documenting tower-service v0.3.2
25392024-05-29T21:14:32.980Z Documenting gimli v0.28.1
25402024-05-29T21:14:33.220Z Documenting mime v0.3.17
25412024-05-29T21:14:34.061Z Documenting object v0.32.2
25422024-05-29T21:14:34.247Z Documenting openssl v0.10.64
25432024-05-29T21:14:34.649Z Documenting openssl-probe v0.1.5
25442024-05-29T21:14:36.523Z Documenting regex-automata v0.4.6
25452024-05-29T21:14:37.278Z Documenting ipnet v2.9.0
25462024-05-29T21:14:37.814Z Documenting hyper v0.14.28
25472024-05-29T21:14:38.353Z Documenting rustc-demangle v0.1.24
25482024-05-29T21:14:39.145Z Documenting addr2line v0.21.0
25492024-05-29T21:14:41.128Z Documenting base64ct v1.6.0
25502024-05-29T21:14:41.219Z Documenting futures-executor v0.3.30
25512024-05-29T21:14:42.259Z Documenting native-tls v0.2.11
25522024-05-29T21:14:42.685Z Documenting encoding_rs v0.8.34
25532024-05-29T21:14:45.040Z Documenting psl-types v2.0.11
25542024-05-29T21:14:45.105Z Documenting serde_urlencoded v0.7.1
25552024-05-29T21:14:45.329Z Documenting backtrace v0.3.71
25562024-05-29T21:14:45.433Z Documenting semver v1.0.23
25572024-05-29T21:14:46.906Z Checking pest_meta v2.7.10
25582024-05-29T21:14:47.035Z Documenting crossbeam-utils v0.8.19
25592024-05-29T21:14:47.431Z Documenting tokio-native-tls v0.3.1
25602024-05-29T21:14:47.722Z Documenting utf8parse v0.2.1
25612024-05-29T21:14:48.028Z Documenting publicsuffix v2.2.3
25622024-05-29T21:14:48.687Z Documenting hyper-rustls v0.24.2
25632024-05-29T21:14:49.721Z Documenting futures v0.3.30
25642024-05-29T21:14:49.962Z Documenting pem-rfc7468 v0.7.0
25652024-05-29T21:14:51.037Z Documenting anyhow v1.0.83
25662024-05-29T21:14:51.068Z Documenting regex v1.10.4
25672024-05-29T21:14:51.564Z Documenting pest_meta v2.7.10
25682024-05-29T21:14:52.119Z Documenting cookie_store v0.20.0
25692024-05-29T21:14:52.861Z Documenting hyper-tls v0.5.0
25702024-05-29T21:14:53.814Z Documenting der_derive v0.7.2
25712024-05-29T21:14:54.394Z Documenting scroll_derive v0.12.0
25722024-05-29T21:14:54.877Z Documenting sync_wrapper v0.1.2
25732024-05-29T21:14:55.656Z Documenting webpki-roots v0.25.4
25742024-05-29T21:14:55.999Z Documenting flagset v0.4.5
25752024-05-29T21:14:57.095Z Documenting pest_generator v2.7.10
25762024-05-29T21:14:57.151Z Checking pest_generator v2.7.10
25772024-05-29T21:14:57.465Z Documenting num-integer v0.1.46
25782024-05-29T21:14:57.728Z Documenting ucd-trie v0.1.6
25792024-05-29T21:14:58.762Z Documenting scroll v0.12.0
25802024-05-29T21:14:58.850Z Documenting plain v0.2.3
25812024-05-29T21:14:59.055Z Documenting der v0.7.9
25822024-05-29T21:14:59.703Z Documenting openapiv3 v2.0.0
25832024-05-29T21:14:59.734Z Documenting reqwest v0.11.27
25842024-05-29T21:15:01.524Z Documenting pretty-hex v0.4.1
25852024-05-29T21:15:01.714Z Documenting pest v2.7.10
25862024-05-29T21:15:01.854Z Documenting spin v0.9.8
25872024-05-29T21:15:01.977Z Documenting pest_derive v2.7.10
25882024-05-29T21:15:02.854Z Documenting goblin v0.8.2
25892024-05-29T21:15:03.854Z Documenting spki v0.7.3
25902024-05-29T21:15:04.530Z Documenting thread-id v4.2.1
25912024-05-29T21:15:05.753Z Documenting anstyle v1.0.7
25922024-05-29T21:15:06.412Z Documenting either v1.12.0
25932024-05-29T21:15:06.440Z Documenting dtrace-parser v0.2.0
25942024-05-29T21:15:06.808Z Documenting anstyle-parse v0.2.4
25952024-05-29T21:15:08.155Z Documenting pkcs8 v0.10.2
25962024-05-29T21:15:08.453Z Documenting memmap v0.7.0
25972024-05-29T21:15:09.756Z Documenting anstyle-query v1.0.3
25982024-05-29T21:15:09.823Z Documenting colorchoice v1.0.1
25992024-05-29T21:15:10.086Z Documenting is_terminal_polyfill v1.70.0
26002024-05-29T21:15:10.111Z Documenting dof v0.3.0
26012024-05-29T21:15:10.319Z Documenting data-encoding v2.6.0
26022024-05-29T21:15:10.551Z Documenting crossbeam-epoch v0.9.18
26032024-05-29T21:15:12.510Z Documenting terminal_size v0.3.0
26042024-05-29T21:15:12.668Z Documenting sha2 v0.10.8
26052024-05-29T21:15:12.712Z Documenting ipnetwork v0.20.0
26062024-05-29T21:15:13.625Z Documenting hex v0.4.3
26072024-05-29T21:15:13.905Z Documenting anstream v0.6.14
26082024-05-29T21:15:14.205Z Documenting crc32fast v1.4.0
26092024-05-29T21:15:14.767Z Documenting untrusted v0.9.0
26102024-05-29T21:15:15.142Z Documenting usdt-impl v0.5.0
26112024-05-29T21:15:16.971Z Documenting strsim v0.11.1
26122024-05-29T21:15:17.479Z Documenting unicode-segmentation v1.11.0
26132024-05-29T21:15:17.538Z Documenting clap_lex v0.7.0
26142024-05-29T21:15:18.013Z Documenting ring v0.17.8
26152024-05-29T21:15:18.174Z Documenting num-iter v0.1.45
26162024-05-29T21:15:18.281Z Documenting hmac v0.12.1
26172024-05-29T21:15:18.336Z Documenting signal-hook v0.3.17
26182024-05-29T21:15:20.525Z Documenting clap_derive v4.5.4
26192024-05-29T21:15:20.697Z Documenting static_assertions v1.1.0
26202024-05-29T21:15:21.318Z Documenting usdt v0.5.0
26212024-05-29T21:15:21.435Z Documenting clap_builder v4.5.2
26222024-05-29T21:15:22.147Z Documenting flate2 v1.0.30
26232024-05-29T21:15:22.514Z Documenting managed v0.8.0
26242024-05-29T21:15:22.905Z Documenting signal-hook-mio v0.2.3
26252024-05-29T21:15:23.494Z Documenting itertools v0.12.1
26262024-05-29T21:15:23.526Z Documenting enum-as-inner v0.5.1
26272024-05-29T21:15:25.631Z Documenting regress v0.9.1
26282024-05-29T21:15:25.784Z Documenting block-padding v0.3.3
26292024-05-29T21:15:26.547Z Documenting scheduled-thread-pool v0.2.7
26302024-05-29T21:15:26.885Z Documenting diesel_table_macro_syntax v0.1.0
26312024-05-29T21:15:27.286Z Checking diesel_table_macro_syntax v0.1.0
26322024-05-29T21:15:27.446Z Documenting finl_unicode v1.2.0
26332024-05-29T21:15:27.573Z Documenting clap v4.5.4
26342024-05-29T21:15:27.892Z Documenting trust-dns-proto v0.22.0
26352024-05-29T21:15:30.095Z Documenting inout v0.1.3
26362024-05-29T21:15:30.140Z Documenting crossterm v0.27.0
26372024-05-29T21:15:30.591Z Documenting r2d2 v0.8.10
26382024-05-29T21:15:31.469Z Documenting md-5 v0.10.6
26392024-05-29T21:15:31.494Z Documenting stringprep v0.1.4
26402024-05-29T21:15:31.520Z Documenting diesel_derives v2.1.4
26412024-05-29T21:15:32.792Z Documenting ff v0.13.0
26422024-05-29T21:15:34.443Z Documenting toml_datetime v0.6.6
26432024-05-29T21:15:34.813Z Documenting serde_spanned v0.6.6
26442024-05-29T21:15:35.222Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26452024-05-29T21:15:35.554Z Documenting bit-vec v0.6.3
26462024-05-29T21:15:35.892Z Documenting winnow v0.6.8
26472024-05-29T21:15:36.243Z Documenting siphasher v0.3.11
26482024-05-29T21:15:36.790Z Checking unsafe-libyaml v0.2.11
26492024-05-29T21:15:37.747Z Documenting heck v0.5.0
26502024-05-29T21:15:38.000Z Documenting base16ct v0.2.0
26512024-05-29T21:15:38.468Z Checking ident_case v1.0.1
26522024-05-29T21:15:38.608Z Documenting fallible-iterator v0.2.0
26532024-05-29T21:15:38.903Z Documenting group v0.13.0
26542024-05-29T21:15:39.027Z Documenting phf_shared v0.11.2
26552024-05-29T21:15:39.211Z Documenting diesel v2.1.6
26562024-05-29T21:15:39.495Z Documenting cipher v0.4.4
26572024-05-29T21:15:40.714Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26582024-05-29T21:15:40.832Z Documenting toml_edit v0.22.13
26592024-05-29T21:15:41.062Z Documenting sec1 v0.7.3
26602024-05-29T21:15:42.974Z Documenting hkdf v0.12.4
26612024-05-29T21:15:43.074Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26622024-05-29T21:15:43.326Z Documenting postgres-protocol v0.6.6
26632024-05-29T21:15:54.623Z Documenting num-bigint v0.4.5
26642024-05-29T21:15:54.864Z Documenting bstr v1.9.1
26652024-05-29T21:16:04.343Z Documenting console v0.15.8
26662024-05-29T21:16:04.647Z Documenting crypto-bigint v0.5.5
26672024-05-29T21:16:04.802Z Documenting hubpack v0.1.2
26682024-05-29T21:16:04.840Z Documenting serde_repr v0.1.19
26692024-05-29T21:16:05.170Z Documenting minimal-lexical v0.2.1
26702024-05-29T21:16:05.658Z Documenting precomputed-hash v0.1.1
26712024-05-29T21:16:06.258Z Documenting lalrpop-util v0.19.12
26722024-05-29T21:16:06.981Z Documenting unsafe-libyaml v0.2.11
26732024-05-29T21:16:08.492Z Documenting fixedbitset v0.4.2
26742024-05-29T21:16:08.876Z Documenting new_debug_unreachable v1.0.6
26752024-05-29T21:16:09.078Z Documenting nom v7.1.3
26762024-05-29T21:16:09.200Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26772024-05-29T21:16:09.575Z Documenting yasna v0.5.2
26782024-05-29T21:16:10.225Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26792024-05-29T21:16:10.557Z Documenting serde_yaml v0.9.34+deprecated
26802024-05-29T21:16:21.244Z Documenting petgraph v0.6.5
26812024-05-29T21:16:21.285Z Documenting string_cache v0.8.7
26822024-05-29T21:16:21.746Z Documenting postgres-types v0.2.6
26832024-05-29T21:16:21.786Z Documenting phf v0.11.2
26842024-05-29T21:16:22.145Z Checking darling_core v0.20.9
26852024-05-29T21:16:22.235Z Checking serde_yaml v0.9.34+deprecated
26862024-05-29T21:16:22.369Z Documenting similar v2.5.0
26872024-05-29T21:16:22.435Z Documenting elliptic-curve v0.13.8
26882024-05-29T21:16:23.831Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26892024-05-29T21:16:23.857Z Documenting getopts v0.2.21
26902024-05-29T21:16:25.803Z Documenting float-cmp v0.9.0
26912024-05-29T21:16:26.054Z Documenting whoami v1.5.1
26922024-05-29T21:16:26.841Z Documenting predicates-core v1.0.6
26932024-05-29T21:16:27.747Z Documenting difflib v0.4.0
26942024-05-29T21:16:28.137Z Documenting normalize-line-endings v0.3.0
26952024-05-29T21:16:29.038Z Documenting peg-runtime v0.8.3
26962024-05-29T21:16:39.371Z Documenting tokio-postgres v0.7.10
26972024-05-29T21:16:39.510Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26982024-05-29T21:16:39.669Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26992024-05-29T21:16:39.904Z Documenting bit-set v0.5.3
27002024-05-29T21:16:39.961Z Documenting fs-err v2.11.0
27012024-05-29T21:16:40.140Z Documenting predicates v3.1.0
27022024-05-29T21:16:40.270Z Documenting tokio-stream v0.1.15
27032024-05-29T21:16:40.387Z Documenting ident_case v1.0.1
27042024-05-29T21:16:43.689Z Checking darling v0.20.9
27052024-05-29T21:16:43.799Z Documenting is-terminal v0.4.12
27062024-05-29T21:16:44.085Z Documenting darling_core v0.20.9
27072024-05-29T21:16:44.551Z Documenting strum v0.26.2
27082024-05-29T21:16:45.302Z Documenting base64 v0.22.1
27092024-05-29T21:16:45.465Z Documenting camino v1.1.7
27102024-05-29T21:16:47.231Z Documenting dirs-sys-next v0.1.2
27112024-05-29T21:16:47.261Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27122024-05-29T21:16:47.438Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27132024-05-29T21:16:47.859Z Documenting sha1 v0.10.6
27142024-05-29T21:16:48.392Z Documenting http v1.1.0
27152024-05-29T21:16:49.302Z Documenting thread_local v1.1.8
27162024-05-29T21:16:49.678Z Documenting paste v1.0.15
27172024-05-29T21:16:51.071Z Documenting dirs-next v2.0.0
27182024-05-29T21:16:51.165Z Documenting rustls-pki-types v1.7.0
27192024-05-29T21:16:52.435Z Documenting darling_macro v0.20.9
27202024-05-29T21:16:52.575Z Documenting crossbeam-channel v0.5.12
27212024-05-29T21:16:53.143Z Documenting take_mut v0.2.2
27222024-05-29T21:16:53.482Z Documenting slog-json v2.6.1
27232024-05-29T21:16:53.645Z Documenting async-stream-impl v0.3.5
27242024-05-29T21:16:55.179Z Documenting term v0.7.0
27252024-05-29T21:16:55.412Z Documenting rustls-webpki v0.102.4
27262024-05-29T21:16:56.530Z Documenting debug-ignore v1.0.5
27272024-05-29T21:16:56.750Z Documenting atomic-waker v1.1.2
27282024-05-29T21:16:56.929Z Documenting slog-async v2.8.0
27292024-05-29T21:16:57.151Z Documenting darling v0.20.9
27302024-05-29T21:16:58.209Z Documenting slog-bunyan v2.5.0
27312024-05-29T21:16:58.366Z Documenting async-stream v0.3.5
27322024-05-29T21:16:59.239Z Documenting slog-term v2.9.1
27332024-05-29T21:16:59.381Z Documenting rustls-pemfile v2.1.2
27342024-05-29T21:16:59.517Z Documenting waitgroup v0.1.2
27352024-05-29T21:17:00.205Z Documenting rustls v0.22.4
27362024-05-29T21:17:00.798Z Documenting multer v3.1.0
27372024-05-29T21:17:02.381Z Documenting toml v0.8.13
27382024-05-29T21:17:02.407Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27392024-05-29T21:17:02.801Z Documenting serde_path_to_error v0.1.16
27402024-05-29T21:17:03.190Z Documenting hostname v0.4.0
27412024-05-29T21:17:03.380Z Documenting serde_with_macros v3.8.1
27422024-05-29T21:17:03.719Z Documenting structmeta-derive v0.3.0
27432024-05-29T21:17:05.447Z Documenting newtype-uuid v1.1.0
27442024-05-29T21:17:07.185Z Checking structmeta v0.3.0
27452024-05-29T21:17:07.221Z Documenting instant v0.1.12
27462024-05-29T21:17:07.394Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27472024-05-29T21:17:07.954Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27482024-05-29T21:17:07.954Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27492024-05-29T21:17:08.372Z Documenting serde_with v3.8.1
27502024-05-29T21:17:08.851Z Documenting tokio-rustls v0.25.0
27512024-05-29T21:17:08.876Z Documenting structmeta v0.3.0
27522024-05-29T21:17:10.555Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27532024-05-29T21:17:11.078Z Documenting backoff v0.4.0
27542024-05-29T21:17:11.921Z Documenting macaddr v1.0.1
27552024-05-29T21:17:12.053Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27562024-05-29T21:17:13.411Z Documenting parse-display-derive v0.9.0
27572024-05-29T21:17:14.195Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
27582024-05-29T21:17:15.283Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27592024-05-29T21:17:15.686Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27602024-05-29T21:17:15.872Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27612024-05-29T21:17:16.019Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27622024-05-29T21:17:16.080Z Documenting fastrand v2.1.0
27632024-05-29T21:17:16.215Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27642024-05-29T21:17:16.833Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27652024-05-29T21:17:17.080Z Checking proc-macro-crate v1.3.1
27662024-05-29T21:17:17.297Z Documenting proc-macro-crate v1.3.1
27672024-05-29T21:17:18.457Z Documenting foreign-types-macros v0.2.3
27682024-05-29T21:17:18.712Z Documenting foreign-types-shared v0.3.1
27692024-05-29T21:17:18.949Z Documenting parse-display v0.9.0
27702024-05-29T21:17:19.011Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27712024-05-29T21:17:19.621Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27722024-05-29T21:17:19.798Z Documenting tempfile v3.10.1
27732024-05-29T21:17:21.566Z Documenting cstr-argument v0.1.2
27742024-05-29T21:17:22.321Z Documenting num_enum_derive v0.5.11
27752024-05-29T21:17:22.920Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27762024-05-29T21:17:23.251Z Documenting foreign-types v0.5.0
27772024-05-29T21:17:23.433Z Documenting tabwriter v1.4.0
27782024-05-29T21:17:23.599Z Documenting colored v2.1.0
27792024-05-29T21:17:24.424Z Documenting camino-tempfile v1.1.1
27802024-05-29T21:17:25.405Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27812024-05-29T21:17:27.079Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27822024-05-29T21:17:27.328Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27832024-05-29T21:17:27.621Z Documenting hash32 v0.3.1
27842024-05-29T21:17:27.755Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27852024-05-29T21:17:27.979Z Documenting stable_deref_trait v1.2.0
27862024-05-29T21:17:28.054Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27872024-05-29T21:17:28.559Z Documenting num_enum v0.5.11
27882024-05-29T21:17:28.721Z Documenting smf v0.2.3
27892024-05-29T21:17:30.647Z Documenting cobs v0.2.3
27902024-05-29T21:17:30.876Z Documenting embedded-io v0.4.0
27912024-05-29T21:17:31.286Z Documenting heapless v0.8.0
27922024-05-29T21:17:31.718Z Documenting derive-where v1.2.7
27932024-05-29T21:17:32.335Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27942024-05-29T21:17:32.382Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952024-05-29T21:17:32.899Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27962024-05-29T21:17:33.397Z Documenting crucible-workspace-hack v0.1.0
27972024-05-29T21:17:33.806Z Documenting postcard v1.0.8
27982024-05-29T21:17:35.539Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27992024-05-29T21:17:36.032Z Documenting smoltcp v0.11.0
28002024-05-29T21:17:37.128Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28012024-05-29T21:17:37.254Z Documenting newline-converter v0.3.0
28022024-05-29T21:17:37.490Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28032024-05-29T21:17:38.192Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28042024-05-29T21:17:39.193Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28052024-05-29T21:17:39.225Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28062024-05-29T21:17:40.179Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28072024-05-29T21:17:41.201Z Documenting expectorate v1.1.0
28082024-05-29T21:17:41.613Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28092024-05-29T21:17:41.654Z Documenting sigpipe v0.1.3
28102024-05-29T21:17:42.186Z Documenting num-derive v0.4.2
28112024-05-29T21:17:43.899Z Documenting convert_case v0.4.0
28122024-05-29T21:17:44.603Z Checking convert_case v0.4.0
28132024-05-29T21:17:44.812Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28142024-05-29T21:17:45.206Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28152024-05-29T21:17:45.338Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28162024-05-29T21:17:45.776Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28172024-05-29T21:17:45.951Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28182024-05-29T21:17:47.098Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28192024-05-29T21:17:48.115Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28202024-05-29T21:17:48.152Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28212024-05-29T21:17:48.152Z Documenting derive_more v0.99.17
28222024-05-29T21:17:49.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28232024-05-29T21:17:50.069Z Documenting password-hash v0.5.0
28242024-05-29T21:17:50.691Z Documenting blake2 v0.10.6
28252024-05-29T21:17:50.977Z Documenting linked-hash-map v0.5.6
28262024-05-29T21:17:51.954Z Documenting humantime v2.1.0
28272024-05-29T21:17:53.937Z Documenting swrite v0.1.0
28282024-05-29T21:17:54.210Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28292024-05-29T21:17:54.381Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28302024-05-29T21:17:54.967Z Documenting lru-cache v0.1.2
28312024-05-29T21:17:55.427Z Documenting argon2 v0.5.3
28322024-05-29T21:17:55.914Z Documenting newtype_derive v0.1.6
28332024-05-29T21:17:55.969Z Documenting quick-error v1.2.3
28342024-05-29T21:17:56.871Z Documenting arc-swap v1.7.1
28352024-05-29T21:17:57.730Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28362024-05-29T21:17:58.852Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28372024-05-29T21:17:59.606Z Documenting xattr v1.3.1
28382024-05-29T21:17:59.806Z Documenting steno v0.4.0
28392024-05-29T21:18:00.167Z Documenting resolv-conf v0.7.0
28402024-05-29T21:18:00.279Z Documenting filetime v0.2.23
28412024-05-29T21:18:00.534Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28422024-05-29T21:18:00.645Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28432024-05-29T21:18:00.926Z Documenting slog-scope v4.4.0
28442024-05-29T21:18:04.180Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28452024-05-29T21:18:04.832Z Documenting trust-dns-resolver v0.22.0
28462024-05-29T21:18:04.863Z Documenting tar v0.4.40
28472024-05-29T21:18:04.863Z Documenting slog-stdlog v4.1.1
28482024-05-29T21:18:06.734Z Documenting num-rational v0.4.2
28492024-05-29T21:18:07.106Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28502024-05-29T21:18:08.529Z Documenting num-complex v0.4.6
28512024-05-29T21:18:08.846Z Documenting slog-envlogger v2.2.0
28522024-05-29T21:18:09.234Z Documenting tap v1.0.1
28532024-05-29T21:18:10.772Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28542024-05-29T21:18:11.759Z Documenting radium v0.7.0
28552024-05-29T21:18:11.913Z Documenting wyz v0.5.1
28562024-05-29T21:18:12.167Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28572024-05-29T21:18:12.391Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28582024-05-29T21:18:13.054Z Documenting num v0.4.3
28592024-05-29T21:18:13.765Z Documenting nibble_vec v0.1.0
28602024-05-29T21:18:14.788Z Documenting endian-type v0.1.2
28612024-05-29T21:18:15.043Z Documenting same-file v1.0.6
28622024-05-29T21:18:15.859Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28632024-05-29T21:18:16.944Z Documenting crc-catalog v2.4.0
28642024-05-29T21:18:17.838Z Documenting funty v2.0.0
28652024-05-29T21:18:18.708Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28662024-05-29T21:18:18.801Z Documenting radix_trie v0.2.1
28672024-05-29T21:18:18.987Z Documenting walkdir v2.5.0
28682024-05-29T21:18:19.889Z Documenting crc v3.2.1
28692024-05-29T21:18:20.005Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28702024-05-29T21:18:20.451Z Documenting cancel-safe-futures v0.1.5
28712024-05-29T21:18:20.918Z Documenting bitvec v1.0.1
28722024-05-29T21:18:21.572Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28732024-05-29T21:18:22.823Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28742024-05-29T21:18:23.068Z Documenting packed_struct_codegen v0.10.1
28752024-05-29T21:18:23.117Z Documenting nodrop v0.1.14
28762024-05-29T21:18:23.382Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28772024-05-29T21:18:25.640Z Documenting bzip2-sys v0.1.11+1.0.8
28782024-05-29T21:18:25.942Z Documenting array-init v0.0.4
28792024-05-29T21:18:25.987Z Documenting num-bigint-dig v0.8.4
28802024-05-29T21:18:26.508Z Documenting pem v3.0.4
28812024-05-29T21:18:28.163Z Documenting packed_struct v0.10.1
28822024-05-29T21:18:29.103Z Documenting pkcs1 v0.7.5
28832024-05-29T21:18:29.839Z Documenting signature v2.2.0
28842024-05-29T21:18:30.615Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28852024-05-29T21:18:30.992Z Documenting display-error-chain v0.2.0
28862024-05-29T21:18:31.973Z Documenting bitfield v0.14.0
28872024-05-29T21:18:33.750Z Documenting termcolor v1.4.1
28882024-05-29T21:18:34.762Z Documenting bzip2 v0.4.4
28892024-05-29T21:18:34.970Z Documenting rsa v0.9.6
28902024-05-29T21:18:35.095Z Documenting serde-hex v0.1.0
28912024-05-29T21:18:35.276Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28922024-05-29T21:18:35.694Zwarning: unresolved link to `Blueprints`
28932024-05-29T21:18:35.694Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28942024-05-29T21:18:35.694Z |
28952024-05-29T21:18:35.694Z5 | //! Types helpful for diffing [`Blueprints`].
28962024-05-29T21:18:35.694Z | ^^^^^^^^^^ no item named `Blueprints` in scope
28972024-05-29T21:18:35.694Z |
28982024-05-29T21:18:35.694Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28992024-05-29T21:18:35.694Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29002024-05-29T21:18:35.694Z
29012024-05-29T21:18:35.720Zwarning: unresolved link to `Blueprints`
29022024-05-29T21:18:35.720Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29032024-05-29T21:18:35.720Z |
29042024-05-29T21:18:35.720Z5 | //! Types helpful for rendering [`Blueprints`].
29052024-05-29T21:18:35.720Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29062024-05-29T21:18:35.720Z |
29072024-05-29T21:18:35.720Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29082024-05-29T21:18:35.720Z
29092024-05-29T21:18:35.720Zwarning: unresolved link to `BpSledTable`
29102024-05-29T21:18:35.720Z --> nexus/types/src/deployment/blueprint_display.rs:174:49
29112024-05-29T21:18:35.720Z |
29122024-05-29T21:18:35.720Z174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29132024-05-29T21:18:35.720Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29142024-05-29T21:18:35.720Z |
29152024-05-29T21:18:35.720Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29162024-05-29T21:18:35.720Z
29172024-05-29T21:18:37.234Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29182024-05-29T21:18:37.824Z Documenting slog-dtrace v0.3.0
29192024-05-29T21:18:37.849Z Documenting env_logger v0.10.2
29202024-05-29T21:18:37.930Zwarning: `nexus-types` (lib doc) generated 3 warnings
29212024-05-29T21:18:37.956Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29222024-05-29T21:18:38.195Z Documenting x509-cert v0.2.5
29232024-05-29T21:18:38.946Z Documenting libsw v3.3.1
29242024-05-29T21:18:39.157Z Documenting ron v0.8.1
29252024-05-29T21:18:40.727Z Documenting half v2.4.1
29262024-05-29T21:18:42.084Z Documenting owo-colors v4.0.0
29272024-05-29T21:18:42.339Z Documenting crc-any v2.5.0
29282024-05-29T21:18:43.798Z Documenting linear-map v1.2.0
29292024-05-29T21:18:43.827Z Documenting maplit v1.0.2
29302024-05-29T21:18:44.023Z Documenting ciborium-io v0.2.2
29312024-05-29T21:18:44.376Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29322024-05-29T21:18:44.532Z Documenting zip v0.6.6
29332024-05-29T21:18:45.314Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29342024-05-29T21:18:46.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29352024-05-29T21:18:47.719Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29362024-05-29T21:18:48.010Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29372024-05-29T21:18:48.475Z Documenting ciborium-ll v0.2.2
29382024-05-29T21:18:48.517Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29392024-05-29T21:18:48.665Z Documenting headers-core v0.2.0
29402024-05-29T21:18:48.984Z Documenting async-recursion v1.1.1
29412024-05-29T21:18:52.258Z Documenting path-slash v0.1.5
29422024-05-29T21:18:53.178Z Documenting headers v0.3.9
29432024-05-29T21:18:53.679Z Documenting ciborium v0.2.2
29442024-05-29T21:18:53.790Z Documenting fxhash v0.2.1
29452024-05-29T21:18:55.165Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29462024-05-29T21:18:55.576Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29472024-05-29T21:18:57.421Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29482024-05-29T21:18:57.864Z Documenting buf-list v1.0.3
29492024-05-29T21:18:58.208Z Documenting pin-project-internal v1.1.5
29502024-05-29T21:18:58.988Z Documenting vte_generate_state_changes v0.1.1
29512024-05-29T21:18:59.808Z Documenting derive_builder_core v0.20.0
29522024-05-29T21:19:02.530Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29532024-05-29T21:19:03.005Z Documenting vte v0.11.1
29542024-05-29T21:19:03.272Z Documenting pin-project v1.1.5
29552024-05-29T21:19:04.978Z Checking derive_builder_core v0.20.0
29562024-05-29T21:19:06.775Z Documenting crossbeam-deque v0.8.5
29572024-05-29T21:19:06.818Z Documenting snafu-derive v0.8.2
29582024-05-29T21:19:06.818Z Documenting fd-lock v4.0.2
29592024-05-29T21:19:06.883Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29602024-05-29T21:19:07.116Z Documenting bitstruct_derive v0.1.0
29612024-05-29T21:19:07.853Z Documenting ascii v1.1.0
29622024-05-29T21:19:09.773Z Documenting rayon-core v1.12.1
29632024-05-29T21:19:10.693Z Documenting strip-ansi-escapes v0.2.0
29642024-05-29T21:19:10.951Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29652024-05-29T21:19:11.358Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29662024-05-29T21:19:11.500Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-29T21:19:11.914Z Documenting bitstruct v0.1.1
29682024-05-29T21:19:12.999Z Documenting snafu v0.8.2
29692024-05-29T21:19:14.383Z Documenting derive_builder_macro v0.20.0
29702024-05-29T21:19:14.729Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29712024-05-29T21:19:14.860Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29722024-05-29T21:19:15.547Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29732024-05-29T21:19:16.046Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29742024-05-29T21:19:16.258Z Documenting proc-macro-error-attr v1.0.4
29752024-05-29T21:19:16.285Z Documenting globset v0.4.14
29762024-05-29T21:19:17.148Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29772024-05-29T21:19:19.128Z Documenting olpc-cjson v0.1.3
29782024-05-29T21:19:20.095Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29792024-05-29T21:19:20.319Z Documenting serde_plain v1.0.2
29802024-05-29T21:19:20.953Z Documenting erased-serde v0.3.31
29812024-05-29T21:19:21.067Z Documenting serde_arrays v0.1.0
29822024-05-29T21:19:22.387Z Documenting ref-cast-impl v1.0.23
29832024-05-29T21:19:23.091Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29842024-05-29T21:19:23.381Z Documenting typed-path v0.7.1
29852024-05-29T21:19:24.768Z Documenting nu-ansi-term v0.50.0
29862024-05-29T21:19:25.458Z Documenting unicode-xid v0.2.4
29872024-05-29T21:19:26.421Z Checking unicode-xid v0.2.4
29882024-05-29T21:19:26.455Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29892024-05-29T21:19:27.163Z Documenting ref-cast v1.0.23
29902024-05-29T21:19:28.395Z Documenting const_format_proc_macros v0.2.32
29912024-05-29T21:19:28.829Z Documenting tough v0.17.1
29922024-05-29T21:19:28.860Z Documenting reedline v0.31.0
29932024-05-29T21:19:30.227Z Documenting proc-macro-error v1.0.4
29942024-05-29T21:19:30.252Z Documenting derive_builder v0.20.0
29952024-05-29T21:19:31.461Z Documenting rayon v1.10.0
29962024-05-29T21:19:32.863Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29972024-05-29T21:19:34.893Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29982024-05-29T21:19:35.919Z Documenting libefi-sys v0.1.0
29992024-05-29T21:19:38.059Z Documenting trust-dns-client v0.22.0
30002024-05-29T21:19:39.566Z Documenting polar-core v0.27.3
30012024-05-29T21:19:39.857Z Documenting libxml v0.3.3
30022024-05-29T21:19:40.189Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30032024-05-29T21:19:41.781Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30042024-05-29T21:19:41.868Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052024-05-29T21:19:41.978Z Checking proc-macro-error v1.0.4
30062024-05-29T21:19:42.051Z Documenting bb8 v0.8.3
30072024-05-29T21:19:42.238Z Documenting quick-xml v0.31.0
30082024-05-29T21:19:46.198Z Documenting oso-derive v0.27.3
30092024-05-29T21:19:46.405Z Documenting impl-trait-for-tuples v0.2.2
30102024-05-29T21:19:46.491Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30112024-05-29T21:19:47.241Z Documenting keccak v0.1.5
30122024-05-29T21:19:48.258Z Documenting parse-size v1.0.0
30132024-05-29T21:19:48.425Z Documenting bytecount v0.6.8
30142024-05-29T21:19:50.164Z Documenting utf-8 v0.7.6
30152024-05-29T21:19:50.703Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30162024-05-29T21:19:50.894Z Documenting sha3 v0.10.8
30172024-05-29T21:19:51.262Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30182024-05-29T21:19:51.403Z Documenting papergrid v0.11.0
30192024-05-29T21:19:52.052Z Documenting oso v0.27.3
30202024-05-29T21:19:53.905Z Documenting tungstenite v0.21.0
30212024-05-29T21:19:54.931Z Documenting samael v0.0.15
30222024-05-29T21:19:55.870Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30232024-05-29T21:19:56.270Z Documenting trust-dns-server v0.22.1
30242024-05-29T21:19:57.016Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30252024-05-29T21:19:57.687Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30262024-05-29T21:19:59.927Z Documenting tabled_derive v0.7.0
30272024-05-29T21:20:01.775Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30282024-05-29T21:20:02.339Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30292024-05-29T21:20:03.328Z Documenting const_format v0.2.32
30302024-05-29T21:20:04.992Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312024-05-29T21:20:05.474Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30322024-05-29T21:20:06.284Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30332024-05-29T21:20:06.405Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30342024-05-29T21:20:06.493Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30352024-05-29T21:20:06.536Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30362024-05-29T21:20:06.808Z Documenting sled v0.34.7
30372024-05-29T21:20:07.061Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30382024-05-29T21:20:07.163Z Documenting nix v0.28.0
30392024-05-29T21:20:07.794Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30402024-05-29T21:20:07.949Z Documenting cookie v0.18.1
30412024-05-29T21:20:08.497Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30422024-05-29T21:20:08.788Z Documenting secrecy v0.8.0
30432024-05-29T21:20:11.537Z Documenting gethostname v0.4.3
30442024-05-29T21:20:11.566Z Documenting peg-macros v0.8.3
30452024-05-29T21:20:12.807Z Documenting rustversion v1.0.17
30462024-05-29T21:20:12.886Z Documenting sqlparser_derive v0.2.2
30472024-05-29T21:20:13.317Z Documenting unicode_categories v0.1.1
30482024-05-29T21:20:13.488Z Documenting home v0.5.9
30492024-05-29T21:20:15.230Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30502024-05-29T21:20:15.895Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30512024-05-29T21:20:16.443Z Documenting peg v0.8.3
30522024-05-29T21:20:17.015Z Documenting castaway v0.2.2
30532024-05-29T21:20:17.493Z Documenting sqlformat v0.2.3
30542024-05-29T21:20:17.723Z Documenting sqlparser v0.45.0
30552024-05-29T21:20:17.971Z Documenting rustyline v14.0.0
30562024-05-29T21:20:20.614Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30572024-05-29T21:20:20.986Z Documenting tabled v0.15.0
30582024-05-29T21:20:21.941Z Documenting tokio-tungstenite v0.21.0
30592024-05-29T21:20:23.841Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30602024-05-29T21:20:26.223Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30612024-05-29T21:20:27.526Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30622024-05-29T21:20:27.729Z Documenting zone v0.1.8
30632024-05-29T21:20:28.454Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30642024-05-29T21:20:29.490Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30652024-05-29T21:20:31.074Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30662024-05-29T21:20:31.102Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30672024-05-29T21:20:32.183Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30682024-05-29T21:20:32.448Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30692024-05-29T21:20:32.643Z Documenting portpicker v0.1.1
30702024-05-29T21:20:32.733Z Documenting universal-hash v0.5.1
30712024-05-29T21:20:34.879Z Documenting bcs v0.1.6
30722024-05-29T21:20:37.186Z Documenting kstat-rs v0.2.3
30732024-05-29T21:20:49.633Z Documenting thiserror-impl-no-std v2.0.2
30742024-05-29T21:20:49.633Z Documenting curve25519-dalek-derive v0.1.1
30752024-05-29T21:20:49.633Z Documenting opaque-debug v0.3.1
30762024-05-29T21:20:49.664Z Documenting highway v1.1.0
30772024-05-29T21:20:49.819Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30782024-05-29T21:20:50.448Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30792024-05-29T21:20:50.498Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30802024-05-29T21:20:52.325Z Documenting poly1305 v0.8.0
30812024-05-29T21:20:53.817Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30822024-05-29T21:20:54.247Z Documenting curve25519-dalek v4.1.2
30832024-05-29T21:20:54.527Z Documenting thiserror-no-std v2.0.2
30842024-05-29T21:20:56.810Z Documenting compact_str v0.7.1
30852024-05-29T21:20:57.346Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30862024-05-29T21:20:59.134Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30872024-05-29T21:20:59.914Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882024-05-29T21:21:00.697Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892024-05-29T21:21:00.912Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30902024-05-29T21:21:01.530Z Documenting portable-atomic v1.6.0
30912024-05-29T21:21:02.524Z Documenting ed25519 v1.5.3
30922024-05-29T21:21:04.057Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30932024-05-29T21:21:05.168Z Documenting memoffset v0.7.1
30942024-05-29T21:21:05.527Z Documenting unicase v2.7.0
30952024-05-29T21:21:05.556Z Documenting rcgen v0.12.1
30962024-05-29T21:21:07.928Zwarning: could not parse code block as Rust code
30972024-05-29T21:21:07.928Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
30982024-05-29T21:21:07.928Z |
30992024-05-29T21:21:07.928Z246 | / /// Parse a string literal, either single- or double-quoted.
31002024-05-29T21:21:07.928Z247 | | ///
31012024-05-29T21:21:07.928Z248 | | /// Parsing string literals is pretty tricky, but we add several
31022024-05-29T21:21:07.928Z249 | | /// constraints to simplify things. First strings must be quoted, either
31032024-05-29T21:21:07.928Z... |
31042024-05-29T21:21:07.928Z277 | | ///
31052024-05-29T21:21:07.928Z278 | | /// Will be parsed as `this string has " in it`.
31062024-05-29T21:21:07.929Z | |________________________________________________________^
31072024-05-29T21:21:07.929Z |
31082024-05-29T21:21:07.929Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31092024-05-29T21:21:07.929Z = note: error from rustc: unknown start of token: \
31102024-05-29T21:21:07.929Z = note: error from rustc: unknown start of token: \
31112024-05-29T21:21:07.929Z = note: error from rustc: unknown start of token: \
31122024-05-29T21:21:07.929Z = note: error from rustc: unknown start of token: \
31132024-05-29T21:21:07.929Z = note: error from rustc: unknown start of token: \
31142024-05-29T21:21:07.929Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31152024-05-29T21:21:07.929Z
31162024-05-29T21:21:07.957Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31172024-05-29T21:21:08.871Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31182024-05-29T21:21:09.144Zwarning: `oximeter-db` (lib doc) generated 1 warning
31192024-05-29T21:21:09.169Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31202024-05-29T21:21:11.024Z Documenting atomicwrites v0.4.3
31212024-05-29T21:21:12.310Z Documenting chacha20 v0.9.1
31222024-05-29T21:21:14.070Z Documenting lru v0.12.3
31232024-05-29T21:21:15.607Z Documenting aead v0.5.2
31242024-05-29T21:21:17.376Z Documenting rand_seeder v0.2.3
31252024-05-29T21:21:18.419Z Documenting nanorand v0.7.0
31262024-05-29T21:21:18.840Z Documenting subprocess v0.2.9
31272024-05-29T21:21:19.338Z Documenting stability v0.2.0
31282024-05-29T21:21:21.042Z Documenting cassowary v0.3.0
31292024-05-29T21:21:22.113Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31302024-05-29T21:21:31.415Z Documenting glob v0.3.1
31312024-05-29T21:21:32.020Z Documenting number_prefix v0.4.0
31322024-05-29T21:21:32.124Z Documenting chacha20poly1305 v0.10.1
31332024-05-29T21:21:32.149Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31342024-05-29T21:21:32.342Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31352024-05-29T21:21:32.555Z Documenting flume v0.11.0
31362024-05-29T21:21:32.850Z Documenting ratatui v0.26.2
31372024-05-29T21:21:35.464Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31382024-05-29T21:21:36.108Z Documenting indicatif v0.17.8
31392024-05-29T21:21:36.965Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31402024-05-29T21:21:48.362Z Documenting mime_guess v2.0.4
31412024-05-29T21:21:48.518Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31422024-05-29T21:21:48.552Z Documenting salty v0.2.0
31432024-05-29T21:21:48.577Z Documenting vsss-rs v3.3.4
31442024-05-29T21:21:48.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31452024-05-29T21:21:49.687Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31462024-05-29T21:21:50.171Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31472024-05-29T21:21:51.847Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31482024-05-29T21:21:52.371Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31492024-05-29T21:21:52.764Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31502024-05-29T21:21:52.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31512024-05-29T21:21:53.052Z Documenting serde-big-array v0.5.1
31522024-05-29T21:21:54.527Z Documenting rtoolbox v0.0.2
31532024-05-29T21:21:54.797Z Documenting memmap2 v0.9.4
31542024-05-29T21:21:55.375Z Documenting smawk v0.3.2
31552024-05-29T21:21:56.512Z Documenting arrayref v0.3.7
31562024-05-29T21:21:57.061Z Documenting unicode-linebreak v0.1.5
31572024-05-29T21:21:58.635Z Documenting is_ci v1.2.0
31582024-05-29T21:21:59.218Z Documenting constant_time_eq v0.3.0
31592024-05-29T21:21:59.399Z Documenting arrayvec v0.7.4
31602024-05-29T21:21:59.554Z Documenting shell-words v1.1.0
31612024-05-29T21:21:59.938Z Documenting http-range v0.1.5
31622024-05-29T21:22:00.771Z Documenting textwrap v0.16.1
31632024-05-29T21:22:02.029Z Documenting rpassword v7.3.1
31642024-05-29T21:22:02.591Z Documenting blake3 v1.5.1
31652024-05-29T21:22:02.695Z Documenting supports-color v3.0.0
31662024-05-29T21:22:03.678Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31672024-05-29T21:22:04.044Z Documenting hyper-staticfile v0.9.5
31682024-05-29T21:22:04.845Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31692024-05-29T21:22:06.303Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31702024-05-29T21:22:06.417Z Documenting tui-tree-widget v0.19.0
31712024-05-29T21:22:06.620Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31722024-05-29T21:22:07.042Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31732024-05-29T21:22:10.801Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742024-05-29T21:22:11.273Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31752024-05-29T21:22:12.091Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31762024-05-29T21:22:12.140Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772024-05-29T21:22:12.235Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31782024-05-29T21:22:12.656Z Documenting signal-hook-tokio v0.3.1
31792024-05-29T21:22:12.831Z Documenting topological-sort v0.2.2
31802024-05-29T21:22:14.465Z Documenting corncobs v0.1.3
31812024-05-29T21:22:16.306Zwarning: unresolved link to `test_sled_transitions`
31822024-05-29T21:22:16.306Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31832024-05-29T21:22:16.306Z |
31842024-05-29T21:22:16.306Z698 | /// [`test_sled_transitions`].
31852024-05-29T21:22:16.306Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31862024-05-29T21:22:16.306Z |
31872024-05-29T21:22:16.306Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31882024-05-29T21:22:16.306Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31892024-05-29T21:22:16.306Z
31902024-05-29T21:22:16.306Zwarning: unresolved link to `test_sled_transitions`
31912024-05-29T21:22:16.306Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31922024-05-29T21:22:16.306Z |
31932024-05-29T21:22:16.307Z734 | /// [`test_sled_transitions`].
31942024-05-29T21:22:16.307Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31952024-05-29T21:22:16.307Z |
31962024-05-29T21:22:16.307Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31972024-05-29T21:22:16.307Z
31982024-05-29T21:22:16.331Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31992024-05-29T21:22:16.331Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32002024-05-29T21:22:16.331Z |
32012024-05-29T21:22:16.331Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32022024-05-29T21:22:16.331Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32032024-05-29T21:22:16.332Z
32042024-05-29T21:22:16.703Z Documenting omicron-zone-package v0.11.0
32052024-05-29T21:22:17.346Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32062024-05-29T21:22:17.582Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32072024-05-29T21:22:18.311Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082024-05-29T21:22:21.603Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32092024-05-29T21:22:24.207Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32102024-05-29T21:22:24.307Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112024-05-29T21:22:26.090Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122024-05-29T21:22:32.811Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32132024-05-29T21:22:32.837Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32142024-05-29T21:22:33.635Zwarning: unclosed HTML tag `usize`
32152024-05-29T21:22:33.636Z --> wicket/src/ui/panes/update.rs:153:19
32162024-05-29T21:22:33.636Z |
32172024-05-29T21:22:33.636Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32182024-05-29T21:22:33.636Z | ^^^^^^^
32192024-05-29T21:22:33.636Z |
32202024-05-29T21:22:33.636Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32212024-05-29T21:22:33.636Z
32222024-05-29T21:22:34.380Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32232024-05-29T21:22:35.100Zwarning: `wicket` (lib doc) generated 1 warning
32242024-05-29T21:22:35.534Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32252024-05-29T21:22:36.764Zwarning: unresolved link to `BlueprintDisksConfig`
32262024-05-29T21:22:36.765Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55
32272024-05-29T21:22:36.765Z |
32282024-05-29T21:22:36.765Z959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32292024-05-29T21:22:36.765Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32302024-05-29T21:22:36.765Z |
32312024-05-29T21:22:36.765Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32322024-05-29T21:22:36.765Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32332024-05-29T21:22:36.765Z
32342024-05-29T21:22:37.091Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32352024-05-29T21:22:37.734Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32362024-05-29T21:22:37.734Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32372024-05-29T21:22:38.651Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32382024-05-29T21:22:39.890Z Documenting fatfs v0.3.6
32392024-05-29T21:22:40.899Z Documenting cargo-platform v0.1.8
32402024-05-29T21:22:45.094Z Documenting assert_matches v1.5.0
32412024-05-29T21:22:45.295Z Documenting cargo_metadata v0.18.1
32422024-05-29T21:22:47.875Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432024-05-29T21:22:48.794Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442024-05-29T21:22:50.470Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32452024-05-29T21:22:53.691Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32462024-05-29T21:22:53.691Z --> sled-agent/src/sim/instance.rs:46:7
32472024-05-29T21:22:53.691Z |
32482024-05-29T21:22:53.691Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32492024-05-29T21:22:53.691Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32502024-05-29T21:22:53.691Z |
32512024-05-29T21:22:53.691Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32522024-05-29T21:22:53.691Z
32532024-05-29T21:22:55.727Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32542024-05-29T21:22:55.994Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32552024-05-29T21:22:56.754Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32562024-05-29T21:22:56.781Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32572024-05-29T21:22:57.004Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32582024-05-29T21:22:57.564Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32592024-05-29T21:22:58.230Z Documenting uzers v0.11.3
32602024-05-29T21:22:59.499Z Documenting termios v0.3.3
32612024-05-29T21:23:01.878Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32622024-05-29T21:23:02.390Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32632024-05-29T21:23:03.431Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32642024-05-29T21:23:10.598Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32652024-05-29T21:23:11.047Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32662024-05-29T21:23:13.001Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32672024-05-29T21:23:23.727Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32682024-05-29T21:23:30.090Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692024-05-29T21:23:31.197Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702024-05-29T21:23:34.721Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32712024-05-29T21:23:44.878Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32722024-05-29T21:23:47.187Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32732024-05-29T21:23:48.755Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32742024-05-29T21:23:51.109Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32752024-05-29T21:23:51.150Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32762024-05-29T21:24:33.068Zwarning: unresolved link to `Nexus`
32772024-05-29T21:24:33.068Z --> nexus/src/app/instance_network.rs:280:34
32782024-05-29T21:24:33.068Z |
32792024-05-29T21:24:33.068Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32802024-05-29T21:24:33.068Z | ^^^^^ no item named `Nexus` in scope
32812024-05-29T21:24:33.068Z |
32822024-05-29T21:24:33.068Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32832024-05-29T21:24:33.069Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32842024-05-29T21:24:33.069Z
32852024-05-29T21:24:33.069Zwarning: unresolved link to `Nexus`
32862024-05-29T21:24:33.069Z --> nexus/src/app/instance_network.rs:458:34
32872024-05-29T21:24:33.069Z |
32882024-05-29T21:24:33.069Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32892024-05-29T21:24:33.069Z | ^^^^^ no item named `Nexus` in scope
32902024-05-29T21:24:33.069Z |
32912024-05-29T21:24:33.069Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32922024-05-29T21:24:33.069Z
32932024-05-29T21:24:33.098Zwarning: unresolved link to `VolumeConstructionRequest`
32942024-05-29T21:24:33.099Z --> nexus/src/app/sagas/volume_delete.rs:335:7
32952024-05-29T21:24:33.099Z |
32962024-05-29T21:24:33.099Z335 | /// [`VolumeConstructionRequest`] is shown here):
32972024-05-29T21:24:33.099Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32982024-05-29T21:24:33.100Z |
32992024-05-29T21:24:33.100Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33002024-05-29T21:24:33.100Z
33012024-05-29T21:24:33.101Zwarning: unresolved link to `fd00:1122:3344:101::5`
33022024-05-29T21:24:33.101Z --> nexus/src/app/sagas/volume_delete.rs:345:17
33032024-05-29T21:24:33.101Z |
33042024-05-29T21:24:33.101Z345 | /// "[fd00:1122:3344:101::5]:1000",
33052024-05-29T21:24:33.101Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33062024-05-29T21:24:33.102Z
33072024-05-29T21:24:33.102Zwarning: unresolved link to `fd00:1122:3344:102::9`
33082024-05-29T21:24:33.102Z --> nexus/src/app/sagas/volume_delete.rs:346:17
33092024-05-29T21:24:33.103Z |
33102024-05-29T21:24:33.103Z346 | /// "[fd00:1122:3344:102::9]:1000",
33112024-05-29T21:24:33.103Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33122024-05-29T21:24:33.103Z
33132024-05-29T21:24:33.104Zwarning: unresolved link to `fd00:1122:3344:103::2`
33142024-05-29T21:24:33.104Z --> nexus/src/app/sagas/volume_delete.rs:347:17
33152024-05-29T21:24:33.104Z |
33162024-05-29T21:24:33.104Z347 | /// "[fd00:1122:3344:103::2]:1000"
33172024-05-29T21:24:33.104Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33182024-05-29T21:24:33.104Z
33192024-05-29T21:24:33.105Zwarning: unresolved link to `fd00:1122:3344:101::5`
33202024-05-29T21:24:33.105Z --> nexus/src/app/sagas/volume_delete.rs:366:17
33212024-05-29T21:24:33.105Z |
33222024-05-29T21:24:33.105Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33232024-05-29T21:24:33.105Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33242024-05-29T21:24:33.105Z
33252024-05-29T21:24:33.106Zwarning: unresolved link to `fd00:1122:3344:102::9`
33262024-05-29T21:24:33.106Z --> nexus/src/app/sagas/volume_delete.rs:367:17
33272024-05-29T21:24:33.106Z |
33282024-05-29T21:24:33.106Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33292024-05-29T21:24:33.106Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33302024-05-29T21:24:33.106Z
33312024-05-29T21:24:33.107Zwarning: unresolved link to `fd00:1122:3344:103::2`
33322024-05-29T21:24:33.107Z --> nexus/src/app/sagas/volume_delete.rs:368:17
33332024-05-29T21:24:33.107Z |
33342024-05-29T21:24:33.107Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33352024-05-29T21:24:33.107Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33362024-05-29T21:24:33.107Z
33372024-05-29T21:24:37.140Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33382024-05-29T21:24:54.592Z Finished dev [unoptimized + debuginfo] target(s) in 11m 41s
33392024-05-29T21:24:54.680Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33402024-05-29T21:24:54.680Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33412024-05-29T21:24:54.680Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33422024-05-29T21:24:54.680Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33432024-05-29T21:24:54.680Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33442024-05-29T21:24:54.681Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33452024-05-29T21:24:54.681Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33462024-05-29T21:24:54.681Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33472024-05-29T21:24:54.681Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33482024-05-29T21:24:54.745Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33492024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33502024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33512024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33522024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33532024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33542024-05-29T21:24:54.746Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33552024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33562024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33572024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33582024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33592024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33602024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33612024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33622024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33632024-05-29T21:24:54.747Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33642024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33652024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33662024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33672024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33682024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33692024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33702024-05-29T21:24:54.748Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33712024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33722024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33732024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33742024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33752024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33762024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33772024-05-29T21:24:54.749Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33782024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33792024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33802024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33812024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33822024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33832024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html
33842024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33852024-05-29T21:24:54.750Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33862024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33872024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33882024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33892024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33902024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33912024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33922024-05-29T21:24:54.751Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33932024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33942024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33952024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33962024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33972024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33982024-05-29T21:24:54.752Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33992024-05-29T21:24:54.753Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34002024-05-29T21:24:54.753Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34012024-05-29T21:24:54.753Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34022024-05-29T21:24:54.753Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34032024-05-29T21:24:54.753Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34042024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34052024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34062024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34072024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34082024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34092024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34102024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34112024-05-29T21:24:54.754Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34122024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34132024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34142024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34152024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34162024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34172024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34182024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34192024-05-29T21:24:54.755Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34202024-05-29T21:24:54.755Z
34212024-05-29T21:24:54.755Zreal 11:41.896474353
34222024-05-29T21:24:54.756Zuser 30:10.160232924
34232024-05-29T21:24:54.756Zsys 46:44.619621527
34242024-05-29T21:24:54.756Ztrap 0.862459002
34252024-05-29T21:24:54.756Ztflt 0.101971028
34262024-05-29T21:24:54.756Zdflt 1.060496092
34272024-05-29T21:24:54.756Zkflt 0.000960275
34282024-05-29T21:24:54.756Zlock 3:25:18.628060701
34292024-05-29T21:24:54.756Zslp 3:09:23.883555262
34302024-05-29T21:24:54.756Zlat 4:18.154679348
34312024-05-29T21:24:54.756Zstop 2:02.643785706
34322024-05-29T21:24:54.783Zprocess exited: duration 1261998 ms, exit code 0
 
34332024-05-29T21:24:54.839Zfound 0 output files