01HZ3QKHPEFST8X2KQFVAYGCVX: clippy (helios)

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

Buildomat Job: 01HZ3QKY62XR5BGAGE8CYC2EVV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-30T03:10:47.478Zjob assigned to worker 01HZ3QKYKT6Q9VJF1FMS32C3R1 (queued for 36 s)
 
22024-05-30T03:10:47.644Zstarting task 0: "setup"
32024-05-30T03:10:47.679Z++ uname -s
42024-05-30T03:10:47.679Z+ kern=SunOS
52024-05-30T03:10:47.679Z+ case "$kern" in
62024-05-30T03:10:47.679Z+ groupadd -g 12345 build
72024-05-30T03:10:47.679Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-30T03:10:49.677Z+ zfs create -o mountpoint=/work rpool/work
92024-05-30T03:10:49.712Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-30T03:10:49.739Z+ home_fs=zfs
112024-05-30T03:10:49.740Z+ [[ zfs == autofs ]]
122024-05-30T03:10:49.740Z+ mkdir -p /home/build
132024-05-30T03:10:49.740Z+ chown build:build /home/build /work
142024-05-30T03:10:51.730Z+ chmod 0700 /home/build /work
152024-05-30T03:10:51.766Zprocess exited: duration 4082 ms, exit code 0
 
162024-05-30T03:10:51.846Zstarting task 1: "rust-toolchain"
172024-05-30T03:10:51.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-30T03:10:51.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-30T03:10:52.000Zinfo: downloading installer
202024-05-30T03:10:52.454Zwarning: it looks like you have an existing installation of Rust at:
212024-05-30T03:10:52.454Zwarning: /opt/ooce/bin
222024-05-30T03:10:52.454Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-30T03:10:52.454Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-30T03:10:52.455Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-30T03:10:52.455Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-30T03:10:52.455Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-30T03:10:52.455Zerror: cannot install while Rust is installed
282024-05-30T03:10:52.455Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-30T03:10:52.498Zinfo: profile set to 'default'
302024-05-30T03:10:52.498Zinfo: default host triple is x86_64-unknown-illumos
312024-05-30T03:10:52.498Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-30T03:10:52.607Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-30T03:10:52.607Zinfo: downloading component 'cargo'
342024-05-30T03:10:52.749Zinfo: downloading component 'clippy'
352024-05-30T03:10:52.800Zinfo: downloading component 'rust-docs'
362024-05-30T03:10:52.990Zinfo: downloading component 'rust-std'
372024-05-30T03:10:53.296Zinfo: downloading component 'rustc'
382024-05-30T03:10:54.012Zinfo: downloading component 'rustfmt'
392024-05-30T03:10:54.068Zinfo: installing component 'cargo'
402024-05-30T03:10:55.177Zinfo: installing component 'clippy'
412024-05-30T03:10:55.604Zinfo: installing component 'rust-docs'
422024-05-30T03:10:58.287Zinfo: installing component 'rust-std'
432024-05-30T03:11:00.287Zinfo: installing component 'rustc'
442024-05-30T03:11:05.858Zinfo: installing component 'rustfmt'
452024-05-30T03:11:05.889Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-30T03:11:05.889Z
472024-05-30T03:11:05.940Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-30T03:11:05.940Z
492024-05-30T03:11:05.940Z
502024-05-30T03:11:05.940ZRust is installed now. Great!
512024-05-30T03:11:05.940Z
522024-05-30T03:11:05.940ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-30T03:11:05.940Zenvironment variable. This has not been done automatically.
542024-05-30T03:11:05.940Z
552024-05-30T03:11:05.940ZTo configure your current shell, you need to source
562024-05-30T03:11:05.940Zthe corresponding env file under $HOME/.cargo.
572024-05-30T03:11:05.941Z
582024-05-30T03:11:05.941ZThis is usually done by running one of the following (note the leading DOT):
592024-05-30T03:11:05.941Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-30T03:11:05.941Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-30T03:11:06.020Z+ rustc --version
622024-05-30T03:11:06.151Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-30T03:11:06.178Zprocess exited: duration 14309 ms, exit code 0
 
642024-05-30T03:11:06.256Zstarting task 2: "authentication"
652024-05-30T03:11:06.346Zprocess exited: duration 90 ms, exit code 0
 
662024-05-30T03:11:06.413Zstarting task 3: "clone repository"
672024-05-30T03:11:06.441Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-30T03:11:06.441Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-30T03:11:06.466ZCloning into '/work/oxidecomputer/omicron'...
702024-05-30T03:11:12.347Z+ cd /work/oxidecomputer/omicron
712024-05-30T03:11:12.347Z+ git fetch origin 456520b82107f9d050f4ddbc7b80468a4184d3d4
722024-05-30T03:11:12.764ZFrom https://github.com/oxidecomputer/omicron
732024-05-30T03:11:12.764Z * branch 456520b82107f9d050f4ddbc7b80468a4184d3d4 -> FETCH_HEAD
742024-05-30T03:11:12.798Z+ [[ -n renovate/either-1.x ]]
752024-05-30T03:11:12.799Z++ git branch --show-current
762024-05-30T03:11:12.799Z+ current=main
772024-05-30T03:11:12.799Z+ [[ main != renovate/either-1.x ]]
782024-05-30T03:11:12.800Z+ git branch -f renovate/either-1.x 456520b82107f9d050f4ddbc7b80468a4184d3d4
792024-05-30T03:11:12.800Z+ git checkout -f renovate/either-1.x
802024-05-30T03:11:12.963ZSwitched to branch 'renovate/either-1.x'
812024-05-30T03:11:13.006Z+ git reset --hard 456520b82107f9d050f4ddbc7b80468a4184d3d4
822024-05-30T03:11:13.124ZHEAD is now at 456520b82 Update Rust crate either to 1.12.0
832024-05-30T03:11:13.571Zprocess exited: duration 6705 ms, exit code 0
 
842024-05-30T03:11:14.061Zstarting task 4: "build"
852024-05-30T03:11:14.101Z+ cargo --version
862024-05-30T03:11:14.167Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-30T03:11:14.206Z+ rustc --version
882024-05-30T03:11:14.269Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-30T03:11:14.323Z+ source ./env.sh
902024-05-30T03:11:14.324Z++ set -o xtrace
912024-05-30T03:11:14.324Z++++ dirname ./env.sh
922024-05-30T03:11:14.324Z+++ readlink -f .
932024-05-30T03:11:14.325Z++ OMICRON_WS=/work/oxidecomputer/omicron
942024-05-30T03:11:14.325Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-05-30T03:11:14.325Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-05-30T03:11:14.325Z++ 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
972024-05-30T03:11:14.326Z++ 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
982024-05-30T03:11:14.326Z++ 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
992024-05-30T03:11:14.326Z++ 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
1002024-05-30T03:11:14.326Z++ 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
1012024-05-30T03:11:14.326Z++ 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
1022024-05-30T03:11:14.326Z++ unset OMICRON_WS
1032024-05-30T03:11:14.327Z++ set +o xtrace
1042024-05-30T03:11:14.327Z
1052024-05-30T03:11:14.327Z ##### ##### ###### ##### ###### #### # # # #### #
1062024-05-30T03:11:14.328Z # # # # # # # # # # # # # # #
1072024-05-30T03:11:14.328Z # # # # ##### # # ##### # # # # # #### #
1082024-05-30T03:11:14.328Z ##### ##### # ##### # # # # # # # # #
1092024-05-30T03:11:14.328Z # # # # # # # # # # # # # # #
1102024-05-30T03:11:14.328Z # # # ###### # # ###### ### # #### # #### #
1112024-05-30T03:11:14.336Z
1122024-05-30T03:11:19.389Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-30T03:11:21.534Z Startup: Caching catalogs ... Done
1142024-05-30T03:11:24.061ZPlanning: Solver setup ... Done (1.834s)
1152024-05-30T03:11:24.531ZPlanning: Running solver ... Done (0.033s)
1162024-05-30T03:11:24.531ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-30T03:11:24.532ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-30T03:11:24.578ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-30T03:11:24.618ZPlanning: Package planning ... Done (0.059s)
1202024-05-30T03:11:25.073ZPlanning: Merging actions ... Done (0.059s)
1212024-05-30T03:11:25.073ZPlanning: Checking for conflicting actions ... Done (0.354s)
1222024-05-30T03:11:25.074ZPlanning: Consolidating action changes ... Done (0.014s)
1232024-05-30T03:11:25.673ZPlanning: Evaluating mediators ... Done (0.633s)
1242024-05-30T03:11:26.933ZPlanning: Planning completed in 4.09 seconds
1252024-05-30T03:11:26.933Z Packages to install: 4
1262024-05-30T03:11:26.933Z Mediators to change: 2
1272024-05-30T03:11:26.933Z Services to change: 1
1282024-05-30T03:11:26.933Z Estimated space available: 148.90 GB
1292024-05-30T03:11:26.934ZEstimated space to be consumed: 1.45 GB
1302024-05-30T03:11:26.934Z Create boot environment: No
1312024-05-30T03:11:26.934ZCreate backup boot environment: No
1322024-05-30T03:11:26.934Z Rebuild boot archive: No
1332024-05-30T03:11:26.934Z
1342024-05-30T03:11:26.934ZChanged mediators:
1352024-05-30T03:11:26.934Z mediator clang:
1362024-05-30T03:11:26.935Z version: None -> 15 (system default)
1372024-05-30T03:11:26.935Z
1382024-05-30T03:11:26.935Z mediator llvm:
1392024-05-30T03:11:26.935Z version: 14 (system default) -> 15 (system default)
1402024-05-30T03:11:26.935Z
1412024-05-30T03:11:26.935ZChanged packages:
1422024-05-30T03:11:26.935Zhelios-dev
1432024-05-30T03:11:26.935Z developer/build-essential
1442024-05-30T03:11:26.935Z None -> 11-2.0
1452024-05-30T03:11:26.936Z library/libxmlsec1
1462024-05-30T03:11:26.936Z None -> 1.2.35-2.0
1472024-05-30T03:11:26.936Z ooce/developer/clang-15
1482024-05-30T03:11:26.936Z None -> 15.0.7-2.0
1492024-05-30T03:11:26.936Z ooce/developer/llvm-15
1502024-05-30T03:11:26.936Z None -> 15.0.7-2.0
1512024-05-30T03:11:26.936Z
1522024-05-30T03:11:26.936ZServices:
1532024-05-30T03:11:26.937Z restart_fmri:
1542024-05-30T03:11:26.937Z svc:/system/update-man-index:default
1552024-05-30T03:11:27.801Z
1562024-05-30T03:11:27.801ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-30T03:11:30.758ZDownload: 1198/3290 items 80.5/212.6MB 37% complete (16.2M/s)
1582024-05-30T03:11:35.753ZDownload: 2211/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1592024-05-30T03:11:40.765ZDownload: 3195/3290 items 158.7/212.6MB 74% complete (7.7M/s)
1602024-05-30T03:11:44.167ZDownload: Completed 212.60 MB in 18.41 seconds (11.6M/s)
1612024-05-30T03:11:44.332Z Actions: 1/3689 actions (Installing new actions)
1622024-05-30T03:11:49.654Z Actions: 3014/3689 actions (Installing new actions)
1632024-05-30T03:11:49.877Z Actions: Completed 3689 actions in 5.55 seconds.
1642024-05-30T03:11:50.214Z Done (0.317s)
1652024-05-30T03:11:50.214Z Done (0.000s)
1662024-05-30T03:11:50.967Z Done (0.356s)
1672024-05-30T03:11:55.835Z Done (5.125s)
1682024-05-30T03:11:55.932Z Done (0.020s)
1692024-05-30T03:11:55.967Z Done (0.000s)
1702024-05-30T03:11:56.128Z Done (0.000s)
1712024-05-30T03:11:56.804ZPlanning: Evaluating mediator changes ... Done
1722024-05-30T03:11:57.078ZPlanning: Checking for conflicting actions ... Done
1732024-05-30T03:11:57.118ZPlanning: Consolidating action changes ... Done
1742024-05-30T03:11:57.399ZPlanning: Evaluating mediators ... Done
1752024-05-30T03:11:57.436ZPlanning: Planning completed in 0.60 seconds
1762024-05-30T03:11:57.483Z Mediators to change: 2
1772024-05-30T03:11:57.484Z Create boot environment: No
1782024-05-30T03:11:57.484ZCreate backup boot environment: No
1792024-05-30T03:11:57.940Z Done
1802024-05-30T03:11:57.941Z Done
1812024-05-30T03:11:57.995Z Done
1822024-05-30T03:12:02.410Z Done
1832024-05-30T03:12:02.514Z Done
1842024-05-30T03:12:02.598Z Done
1852024-05-30T03:12:02.598Z Done
1862024-05-30T03:12:03.318ZPlanning: Evaluating mediator changes ... Done
1872024-05-30T03:12:03.349ZPlanning: Merging actions ... Done
1882024-05-30T03:12:03.972ZPlanning: Checking for conflicting actions ... Done
1892024-05-30T03:12:04.018ZPlanning: Consolidating action changes ... Done
1902024-05-30T03:12:04.019ZPlanning: Evaluating mediators ... Done
1912024-05-30T03:12:04.019ZPlanning: Planning completed in 0.96 seconds
1922024-05-30T03:12:04.019Z Packages to change: 1
1932024-05-30T03:12:04.019Z Mediators to change: 1
1942024-05-30T03:12:04.020Z Services to change: 1
1952024-05-30T03:12:04.020Z Create boot environment: No
1962024-05-30T03:12:04.020ZCreate backup boot environment: Yes
1972024-05-30T03:12:05.536Z Actions: 1/6 actions (Updating modified actions)
1982024-05-30T03:12:05.581Z Actions: Completed 6 actions in 0.00 seconds.
1992024-05-30T03:12:05.581Z Done
2002024-05-30T03:12:05.581Z Done
2012024-05-30T03:12:05.632Z Done
2022024-05-30T03:12:09.908Z Done
2032024-05-30T03:12:10.005Z Done
2042024-05-30T03:12:10.005Z Done
2052024-05-30T03:12:10.478Z Done
2062024-05-30T03:12:10.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-05-30T03:12:10.620Zclang system 15 system
2082024-05-30T03:12:10.620Zcsh system system illumos
2092024-05-30T03:12:10.621Zctags system system illumos
2102024-05-30T03:12:10.621Zgcc vendor 12 vendor
2112024-05-30T03:12:10.621Zgcc system 10 system
2122024-05-30T03:12:10.621Zgcc system 7 system
2132024-05-30T03:12:10.621Zgo system 1.20 system
2142024-05-30T03:12:10.621Zgo system 1.19 system
2152024-05-30T03:12:10.621Zllvm system 15 system
2162024-05-30T03:12:10.621Zllvm system 14 system
2172024-05-30T03:12:10.622Zmariadb system 10.6 system
2182024-05-30T03:12:10.622Zmta vendor vendor dma
2192024-05-30T03:12:10.622Zopenjdk system 17 system
2202024-05-30T03:12:10.622Zopenjdk system 11 system
2212024-05-30T03:12:10.622Zopenjdk system 1.8 system
2222024-05-30T03:12:10.623Zopenssl vendor 3 vendor
2232024-05-30T03:12:10.623Zperl system 5.36 system
2242024-05-30T03:12:10.623Zpostgresql system 15 system
2252024-05-30T03:12:10.623Zpostgresql system 13 system
2262024-05-30T03:12:10.623Zpython vendor 3 vendor
2272024-05-30T03:12:10.623Zpython system 2 system
2282024-05-30T03:12:10.623Zpython3 system 3.11 system
2292024-05-30T03:12:10.623Zruby system 3.0 system
2302024-05-30T03:12:10.624Zwords vendor vendor american-english
2312024-05-30T03:12:10.624Zwords system system australian-english
2322024-05-30T03:12:10.624Zwords system system british-english
2332024-05-30T03:12:10.624Zwords system system canadian-english
2342024-05-30T03:12:10.624Zwords system system french
2352024-05-30T03:12:10.624Zwords system system italian
2362024-05-30T03:12:10.624Zwords system system ngerman
2372024-05-30T03:12:10.624Zwords system system ogerman
2382024-05-30T03:12:10.625Zwords system system spanish
2392024-05-30T03:12:11.044ZPUBLISHER TYPE STATUS P LOCATION
2402024-05-30T03:12:11.044Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-05-30T03:12:12.815ZFMRI IFO
2422024-05-30T03:12:12.815Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-05-30T03:12:12.816Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-05-30T03:12:12.816Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-05-30T03:12:12.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-05-30T03:12:12.816Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-05-30T03:12:12.817Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-05-30T03:12:12.817Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-05-30T03:12:12.817Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-05-30T03:12:12.818Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-05-30T03:12:12.818Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-05-30T03:12:12.818Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-05-30T03:12:12.818Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-05-30T03:12:13.084Z+ set -o errexit
2552024-05-30T03:12:13.142Z+++ dirname ./tools/ci_download_cockroachdb
2562024-05-30T03:12:13.142Z++ cd ./tools
2572024-05-30T03:12:13.142Z++ pwd
2582024-05-30T03:12:13.143Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-05-30T03:12:13.143Z++ basename ./tools/ci_download_cockroachdb
2602024-05-30T03:12:13.143Z+ ARG0=ci_download_cockroachdb
2612024-05-30T03:12:13.143Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-05-30T03:12:13.143Z+ CIDL_VERSION=v22.1.9
2632024-05-30T03:12:13.143Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-05-30T03:12:13.144Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-05-30T03:12:13.144Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-05-30T03:12:13.144Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-30T03:12:13.144Z+ TARGET_DIR=out
2682024-05-30T03:12:13.144Z+ DOWNLOAD_DIR=out/downloads
2692024-05-30T03:12:13.145Z+ DEST_DIR=./out/cockroachdb
2702024-05-30T03:12:13.145Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-05-30T03:12:13.145Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-05-30T03:12:13.145Z+ main
2732024-05-30T03:12:13.145Z+ [[ 0 != 0 ]]
2742024-05-30T03:12:13.145Z+ CIDL_OS=solaris2.11
2752024-05-30T03:12:13.145Z+ [[ 0 != 0 ]]
2762024-05-30T03:12:13.145Z+ configure_os solaris2.11
2772024-05-30T03:12:13.145Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-05-30T03:12:13.146Z+ echo 'configuring based on OS: "solaris2.11"'
2792024-05-30T03:12:13.146Zcurrent directory: /work/oxidecomputer/omicron
2802024-05-30T03:12:13.146Zconfiguring based on OS: "solaris2.11"
2812024-05-30T03:12:13.146Z+ case "$1" in
2822024-05-30T03:12:13.146Z+ CIDL_BUILD=illumos
2832024-05-30T03:12:13.146Z+ CIDL_SUFFIX=tar.gz
2842024-05-30T03:12:13.146Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-05-30T03:12:13.146Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-05-30T03:12:13.146Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-05-30T03:12:13.146Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-05-30T03:12:13.147Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-05-30T03:12:13.147Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-30T03:12:13.147Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-05-30T03:12:13.147Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-30T03:12:13.147Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-05-30T03:12:13.147Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-30T03:12:13.147ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-30T03:12:13.147Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-05-30T03:12:13.148Z+ mkdir -p out/downloads
2972024-05-30T03:12:13.148ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-30T03:12:13.148Z+ mkdir -p ./out/cockroachdb
2992024-05-30T03:12:13.148Z+ local DO_DOWNLOAD=true
3002024-05-30T03:12:13.148Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-05-30T03:12:13.148Z+ '[' true == true ']'
3022024-05-30T03:12:13.148Z+ echo Downloading...
3032024-05-30T03:12:13.148Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-30T03:12:13.149ZDownloading...
3052024-05-30T03:12:13.149Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-30T03:12:17.209Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-30T03:12:17.260Z++ sha256sum
3082024-05-30T03:12:17.260Z++ awk '{print $1}'
3092024-05-30T03:12:17.303Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-05-30T03:12:17.303Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3112024-05-30T03:12:17.303Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-30T03:12:17.303Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-05-30T03:12:20.230Z+ do_assemble_illumos
3142024-05-30T03:12:20.230Z+ rm -r ./out/cockroachdb
3152024-05-30T03:12:20.269Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-05-30T03:12:20.547Z+ ./out/cockroachdb/bin/cockroach version
3172024-05-30T03:12:21.152ZBuild Tag: v22.1.9-dirty
3182024-05-30T03:12:21.152ZBuild Time: 2022/10/26 21:17:46
3192024-05-30T03:12:21.153ZDistribution: OSS
3202024-05-30T03:12:21.153ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-05-30T03:12:21.153ZGo Version: go1.17.13
3222024-05-30T03:12:21.153ZC Compiler: gcc 10.3.0
3232024-05-30T03:12:21.154ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-05-30T03:12:21.154ZBuild Type: release
3252024-05-30T03:12:21.218Z+ set -o errexit
3262024-05-30T03:12:21.219Z+++ dirname ./tools/ci_download_clickhouse
3272024-05-30T03:12:21.219Z++ cd ./tools
3282024-05-30T03:12:21.219Z++ pwd
3292024-05-30T03:12:21.219Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-05-30T03:12:21.219Z++ basename ./tools/ci_download_clickhouse
3312024-05-30T03:12:21.220Z+ ARG0=ci_download_clickhouse
3322024-05-30T03:12:21.220Z+ TARGET_DIR=out
3332024-05-30T03:12:21.220Z+ DOWNLOAD_DIR=out/downloads
3342024-05-30T03:12:21.220Z+ DEST_DIR=./out/clickhouse
3352024-05-30T03:12:21.220Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-05-30T03:12:21.220Z+ CIDL_VERSION=v23.8.7.24
3372024-05-30T03:12:21.220Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-05-30T03:12:21.221Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-05-30T03:12:21.221Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-05-30T03:12:21.221Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-05-30T03:12:21.221Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-05-30T03:12:21.221Z+ main
3432024-05-30T03:12:21.221Z+ [[ 0 != 0 ]]
3442024-05-30T03:12:21.221Z+ CIDL_OS=solaris2.11
3452024-05-30T03:12:21.222Z+ [[ 0 != 0 ]]
3462024-05-30T03:12:21.222Z+ configure_os solaris2.11
3472024-05-30T03:12:21.222Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-05-30T03:12:21.222Zcurrent directory: /work/oxidecomputer/omicron
3492024-05-30T03:12:21.222Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-05-30T03:12:21.222Z+ CIDL_DASHREV=
3512024-05-30T03:12:21.222Zconfiguring based on OS: "solaris2.11"
3522024-05-30T03:12:21.223Z+ case "$1" in
3532024-05-30T03:12:21.223Z+ CIDL_PLATFORM=illumos
3542024-05-30T03:12:21.223Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-05-30T03:12:21.223Z+ CIDL_MD5FUNC=do_md5sum
3562024-05-30T03:12:21.223Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-05-30T03:12:21.223Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-30T03:12:21.223Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-30T03:12:21.224Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-30T03:12:21.224Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-30T03:12:21.224Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-05-30T03:12:21.224ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-30T03:12:21.224ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-30T03:12:21.224Z+ mkdir -p out/downloads
3652024-05-30T03:12:21.225Z+ mkdir -p ./out/clickhouse
3662024-05-30T03:12:21.225Z+ local DO_DOWNLOAD=true
3672024-05-30T03:12:21.225Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-05-30T03:12:21.225Z+ '[' true == true ']'
3692024-05-30T03:12:21.225Z+ echo Downloading...
3702024-05-30T03:12:21.225ZDownloading...
3712024-05-30T03:12:21.225Z+ 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
3722024-05-30T03:12:21.226Z+ 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
3732024-05-30T03:12:28.332Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-30T03:12:28.802Z++ md5sum
3752024-05-30T03:12:28.802Z++ awk '{print $1}'
3762024-05-30T03:12:28.802Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-05-30T03:12:28.802Z+ [[ 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 ]]
3782024-05-30T03:12:28.802Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-05-30T03:12:28.802Z+ mkdir -p ./out/clickhouse
3802024-05-30T03:12:28.802Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-05-30T03:12:33.912Z+ [[ solaris2.11 == darwin* ]]
3822024-05-30T03:12:33.913Z+ ./out/clickhouse/clickhouse server --version
3832024-05-30T03:12:34.060ZClickHouse server version 23.8.7.1.
3842024-05-30T03:12:34.096Z+ set -o errexit
3852024-05-30T03:12:34.096Z+++ dirname ./tools/ci_download_console
3862024-05-30T03:12:34.096Z++ cd ./tools
3872024-05-30T03:12:34.096Z++ pwd
3882024-05-30T03:12:34.096Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-05-30T03:12:34.096Z++ basename ./tools/ci_download_console
3902024-05-30T03:12:34.545Z+ ARG0=ci_download_console
3912024-05-30T03:12:34.545Z+ TARGET_DIR=out
3922024-05-30T03:12:34.545Z+ DOWNLOAD_DIR=out/downloads
3932024-05-30T03:12:34.545Z+ DEST_DIR=./out/console-assets
3942024-05-30T03:12:34.546Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-05-30T03:12:34.546Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3962024-05-30T03:12:34.546Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3972024-05-30T03:12:34.546Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3982024-05-30T03:12:34.546Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-05-30T03:12:34.546Z+ main
4002024-05-30T03:12:34.546Z+ [[ 0 != 0 ]]
4012024-05-30T03:12:34.546Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
4022024-05-30T03:12:34.546ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4032024-05-30T03:12:34.546Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-05-30T03:12:34.546Z+ local DO_DOWNLOAD=true
4052024-05-30T03:12:34.547ZLocal file: out/downloads/console.tar.gz
4062024-05-30T03:12:34.547Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-05-30T03:12:34.547Z+ mkdir -p out/downloads
4082024-05-30T03:12:34.547Z+ '[' true == true ']'
4092024-05-30T03:12:34.547Z+ echo Downloading...
4102024-05-30T03:12:34.547ZDownloading...
4112024-05-30T03:12:34.547Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
4122024-05-30T03:12:34.547Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
4132024-05-30T03:12:35.075Z++ do_sha256sum out/downloads/console.tar.gz
4142024-05-30T03:12:35.075Z++ case "$OSTYPE" in
4152024-05-30T03:12:35.076Z++ SHA=sha256sum
4162024-05-30T03:12:35.076Z++ sha256sum
4172024-05-30T03:12:35.076Z++ awk '{print $1}'
4182024-05-30T03:12:35.076Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4192024-05-30T03:12:35.076Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4202024-05-30T03:12:35.077Z+ rm -rf ./out/console-assets
4212024-05-30T03:12:35.077Z+ mkdir -p ./out/console-assets
4222024-05-30T03:12:35.077Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-05-30T03:12:35.077Z+ mkdir -p ./out/console-assets
4242024-05-30T03:12:35.077Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-05-30T03:12:35.077Z+ set -o errexit
4262024-05-30T03:12:35.077Z+++ dirname ./tools/ci_download_dendrite_openapi
4272024-05-30T03:12:35.078Z++ cd ./tools
4282024-05-30T03:12:35.078Z++ pwd
4292024-05-30T03:12:35.078Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-05-30T03:12:35.078Z++ basename ./tools/ci_download_dendrite_openapi
4312024-05-30T03:12:35.078Z+ ARG0=ci_download_dendrite_openapi
4322024-05-30T03:12:35.078Z+ TARGET_DIR=out
4332024-05-30T03:12:35.078Z+ DOWNLOAD_DIR=out/downloads
4342024-05-30T03:12:35.079Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352024-05-30T03:12:35.079Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4362024-05-30T03:12:35.079Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4372024-05-30T03:12:35.079Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4382024-05-30T03:12:35.079Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4392024-05-30T03:12:35.079Z+ main
4402024-05-30T03:12:35.079Z+ [[ 0 != 0 ]]
4412024-05-30T03:12:35.079Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4422024-05-30T03:12:35.080ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4432024-05-30T03:12:35.080Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4442024-05-30T03:12:35.080Z+ local DO_DOWNLOAD=true
4452024-05-30T03:12:35.080ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4462024-05-30T03:12:35.080Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4472024-05-30T03:12:35.080Z+ mkdir -p out/downloads
4482024-05-30T03:12:35.080Z+ '[' true == true ']'
4492024-05-30T03:12:35.080Z+ echo Downloading...
4502024-05-30T03:12:35.080ZDownloading...
4512024-05-30T03:12:35.080Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4522024-05-30T03:12:35.081Z+ 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
4532024-05-30T03:12:35.239Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4542024-05-30T03:12:35.239Z++ case "$OSTYPE" in
4552024-05-30T03:12:35.239Z++ SHA=sha256sum
4562024-05-30T03:12:35.290Z++ sha256sum
4572024-05-30T03:12:35.290Z++ awk '{print $1}'
4582024-05-30T03:12:35.291Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4592024-05-30T03:12:35.291Z+ [[ 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 ]]
4602024-05-30T03:12:35.291Z+ set -o errexit
4612024-05-30T03:12:35.291Z+++ dirname ./tools/ci_download_dendrite_stub
4622024-05-30T03:12:35.291Z++ cd ./tools
4632024-05-30T03:12:35.291Z++ pwd
4642024-05-30T03:12:35.291Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652024-05-30T03:12:35.291Z++ basename ./tools/ci_download_dendrite_stub
4662024-05-30T03:12:35.291Z+ ARG0=ci_download_dendrite_stub
4672024-05-30T03:12:35.292Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682024-05-30T03:12:35.292Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4692024-05-30T03:12:35.292Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4702024-05-30T03:12:35.292Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4712024-05-30T03:12:35.292Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722024-05-30T03:12:35.292Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4732024-05-30T03:12:35.292Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4742024-05-30T03:12:35.293Z+ TARGET_DIR=out
4752024-05-30T03:12:35.293Z+ DOWNLOAD_DIR=out/downloads
4762024-05-30T03:12:35.293Z+ DEST_DIR=./out/dendrite-stub
4772024-05-30T03:12:35.293Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782024-05-30T03:12:35.293Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792024-05-30T03:12:35.293Z+ REPO=oxidecomputer/dendrite
4802024-05-30T03:12:35.293Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4812024-05-30T03:12:35.294Z+ main
4822024-05-30T03:12:35.294Z+ [[ 0 != 0 ]]
4832024-05-30T03:12:35.294Z+ CIDL_OS=solaris2.11
4842024-05-30T03:12:35.294Z+ [[ 0 != 0 ]]
4852024-05-30T03:12:35.294Z+ configure_os solaris2.11
4862024-05-30T03:12:35.294Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872024-05-30T03:12:35.295Zcurrent directory: /work/oxidecomputer/omicron
4882024-05-30T03:12:35.295Z+ echo 'configuring based on OS: "solaris2.11"'
4892024-05-30T03:12:35.295Zconfiguring based on OS: "solaris2.11"
4902024-05-30T03:12:35.295Z+ case "$1" in
4912024-05-30T03:12:35.295Z+ SET_BINARIES=
4922024-05-30T03:12:35.295Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4932024-05-30T03:12:35.296Z+ CIDL_SHA256FUNC=do_sha256sum
4942024-05-30T03:12:35.296Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952024-05-30T03:12:35.296Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4962024-05-30T03:12:35.296Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972024-05-30T03:12:35.296ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4982024-05-30T03:12:35.296ZLocal file: out/downloads/dendrite-stub.tar.gz
4992024-05-30T03:12:35.296Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
5002024-05-30T03:12:35.297Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5012024-05-30T03:12:35.297Z+ mkdir -p out/downloads
5022024-05-30T03:12:35.297Z+ mkdir -p ./out/dendrite-stub
5032024-05-30T03:12:35.297Z+ fetch_and_verify
5042024-05-30T03:12:35.297ZDownloading...
5052024-05-30T03:12:35.297Z+ local DO_DOWNLOAD=true
5062024-05-30T03:12:35.297Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072024-05-30T03:12:35.297Z+ '[' true == true ']'
5082024-05-30T03:12:35.297Z+ echo Downloading...
5092024-05-30T03:12:35.298Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102024-05-30T03:12:35.298Z+ 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
5112024-05-30T03:13:01.152Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122024-05-30T03:13:01.194Z++ sha256sum
5132024-05-30T03:13:01.194Z++ awk '{print $1}'
5142024-05-30T03:13:01.195Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5152024-05-30T03:13:01.195Z+ [[ 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 ]]
5162024-05-30T03:13:01.195Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172024-05-30T03:13:01.195Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182024-05-30T03:13:02.035Z+ do_assemble
5192024-05-30T03:13:02.036Z+ rm -r ./out/dendrite-stub
5202024-05-30T03:13:02.065Z+ mkdir ./out/dendrite-stub
5212024-05-30T03:13:02.065Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222024-05-30T03:13:02.189Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232024-05-30T03:13:02.261Z+ set -o errexit
5242024-05-30T03:13:02.261Z+++ dirname ./tools/ci_download_maghemite_mgd
5252024-05-30T03:13:02.262Z++ cd ./tools
5262024-05-30T03:13:02.262Z++ pwd
5272024-05-30T03:13:02.262Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-05-30T03:13:02.262Z++ basename ./tools/ci_download_maghemite_mgd
5292024-05-30T03:13:02.262Z+ ARG0=ci_download_maghemite_mgd
5302024-05-30T03:13:02.262Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5312024-05-30T03:13:02.263Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5322024-05-30T03:13:02.263Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5332024-05-30T03:13:02.263Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5342024-05-30T03:13:02.263Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5352024-05-30T03:13:02.263Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5362024-05-30T03:13:02.263Z+ TARGET_DIR=out
5372024-05-30T03:13:02.264Z+ DOWNLOAD_DIR=out/downloads
5382024-05-30T03:13:02.264Z+ DEST_DIR=./out/mgd
5392024-05-30T03:13:02.264Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5402024-05-30T03:13:02.264Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-05-30T03:13:02.264Z+ REPO=oxidecomputer/maghemite
5422024-05-30T03:13:02.264Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5432024-05-30T03:13:02.265Z+ main
5442024-05-30T03:13:02.265Z+ rm -rf out/downloads/root
5452024-05-30T03:13:02.265Z+ [[ 0 != 0 ]]
5462024-05-30T03:13:02.265Z+ CIDL_OS=solaris2.11
5472024-05-30T03:13:02.265Z+ [[ 0 != 0 ]]
5482024-05-30T03:13:02.265Z+ configure_os solaris2.11
5492024-05-30T03:13:02.265Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-05-30T03:13:02.266Z+ echo 'configuring based on OS: "solaris2.11"'
5512024-05-30T03:13:02.266Z+ case "$1" in
5522024-05-30T03:13:02.266Zcurrent directory: /work/oxidecomputer/omicron
5532024-05-30T03:13:02.266Z+ SET_BINARIES=
5542024-05-30T03:13:02.266Zconfiguring based on OS: "solaris2.11"
5552024-05-30T03:13:02.267Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-05-30T03:13:02.267Z+ TARBALL_FILENAME=mgd.tar.gz
5572024-05-30T03:13:02.267Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5582024-05-30T03:13:02.267Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5592024-05-30T03:13:02.267Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5602024-05-30T03:13:02.267ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5612024-05-30T03:13:02.267Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5622024-05-30T03:13:02.268Z+ mkdir -p out/downloads
5632024-05-30T03:13:02.268ZLocal file: out/downloads/mgd.tar.gz
5642024-05-30T03:13:02.268Z+ mkdir -p ./out/mgd
5652024-05-30T03:13:02.268Z+ fetch_and_verify
5662024-05-30T03:13:02.268Z+ local DO_DOWNLOAD=true
5672024-05-30T03:13:02.268Z+ [[ -f out/downloads/mgd.tar.gz ]]
5682024-05-30T03:13:02.269Z+ '[' true == true ']'
5692024-05-30T03:13:02.269Z+ echo Downloading...
5702024-05-30T03:13:02.269Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5712024-05-30T03:13:02.269ZDownloading...
5722024-05-30T03:13:02.269Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5732024-05-30T03:13:35.523Z++ do_sha256sum out/downloads/mgd.tar.gz
5742024-05-30T03:13:35.564Z++ sha256sum
5752024-05-30T03:13:35.564Z++ awk '{print $1}'
5762024-05-30T03:13:35.564Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5772024-05-30T03:13:35.564Z+ [[ 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 ]]
5782024-05-30T03:13:35.565Z+ do_untar out/downloads/mgd.tar.gz
5792024-05-30T03:13:35.565Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5802024-05-30T03:13:35.931Z+ do_assemble
5812024-05-30T03:13:35.931Z+ rm -r ./out/mgd
5822024-05-30T03:13:35.975Z+ mkdir ./out/mgd
5832024-05-30T03:13:35.976Z+ cp -r out/downloads/root ./out/mgd/root
5842024-05-30T03:13:36.025Z+ set -o errexit
5852024-05-30T03:13:36.025Z+++ dirname ./tools/ci_download_transceiver_control
5862024-05-30T03:13:36.025Z++ cd ./tools
5872024-05-30T03:13:36.025Z++ pwd
5882024-05-30T03:13:36.026Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-05-30T03:13:36.026Z++ basename ./tools/ci_download_transceiver_control
5902024-05-30T03:13:36.026Z+ ARG0=ci_download_transceiver_control
5912024-05-30T03:13:36.026Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5922024-05-30T03:13:36.026Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5932024-05-30T03:13:36.026Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-30T03:13:36.027Z+ TARGET_DIR=out
5952024-05-30T03:13:36.027Z+ DOWNLOAD_DIR=out/downloads
5962024-05-30T03:13:36.027Z+ DEST_DIR=./out/transceiver-control
5972024-05-30T03:13:36.027Z+ BIN_DIR=/opt/oxide/bin
5982024-05-30T03:13:36.027Z+ BINARY=xcvradm
5992024-05-30T03:13:36.027Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6002024-05-30T03:13:36.027Z+ REPO=oxidecomputer/transceiver-control
6012024-05-30T03:13:36.028Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6022024-05-30T03:13:36.028Z+ main
6032024-05-30T03:13:36.028Z+ [[ 0 != 0 ]]
6042024-05-30T03:13:36.028Z+ CIDL_OS=solaris2.11
6052024-05-30T03:13:36.028Z+ [[ 0 != 0 ]]
6062024-05-30T03:13:36.028Z+ configure_os solaris2.11
6072024-05-30T03:13:36.028Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-05-30T03:13:36.029Z+ echo 'configuring based on OS: "solaris2.11"'
6092024-05-30T03:13:36.029Z+ case "$1" in
6102024-05-30T03:13:36.029Z+ SET_BINARIES=
6112024-05-30T03:13:36.029Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6122024-05-30T03:13:36.029Z+ CIDL_SHA256FUNC=do_sha256sum
6132024-05-30T03:13:36.030Z+ ARCHIVE_FILENAME=xcvradm.gz
6142024-05-30T03:13:36.030Zcurrent directory: /work/oxidecomputer/omicron
6152024-05-30T03:13:36.030Zconfiguring based on OS: "solaris2.11"
6162024-05-30T03:13:36.030Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-30T03:13:36.030Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-30T03:13:36.030Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-30T03:13:36.030ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6202024-05-30T03:13:36.031Z+ echo 'Local file: out/downloads/xcvradm.gz'
6212024-05-30T03:13:36.031Z+ mkdir -p out/downloads
6222024-05-30T03:13:36.031ZLocal file: out/downloads/xcvradm.gz
6232024-05-30T03:13:36.031Z+ mkdir -p ./out/transceiver-control
6242024-05-30T03:13:36.031Z+ fetch_and_verify
6252024-05-30T03:13:36.031Z+ local DO_DOWNLOAD=true
6262024-05-30T03:13:36.031Z+ [[ -f out/downloads/xcvradm.gz ]]
6272024-05-30T03:13:36.031Z+ '[' true == true ']'
6282024-05-30T03:13:36.031Z+ echo Downloading...
6292024-05-30T03:13:36.031ZDownloading...
6302024-05-30T03:13:36.031Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6312024-05-30T03:13:36.031Z+ 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
6322024-05-30T03:13:51.864Z++ do_sha256sum out/downloads/xcvradm.gz
6332024-05-30T03:13:51.894Z++ sha256sum
6342024-05-30T03:13:51.894Z++ awk '{print $1}'
6352024-05-30T03:13:51.894Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-05-30T03:13:51.894Z+ [[ 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 ]]
6372024-05-30T03:13:51.894Z+ do_unpack out/downloads/xcvradm.gz
6382024-05-30T03:13:51.894Z+ mkdir -p out/downloads/root//opt/oxide/bin
6392024-05-30T03:13:51.895Z+ gzip -dc out/downloads/xcvradm.gz
6402024-05-30T03:13:52.028Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6412024-05-30T03:13:52.065Z+ do_assemble
6422024-05-30T03:13:52.065Z+ rm -r ./out/transceiver-control
6432024-05-30T03:13:52.065Z+ mkdir ./out/transceiver-control
6442024-05-30T03:13:52.066Z+ cp -r out/downloads/root ./out/transceiver-control/root
6452024-05-30T03:13:52.106Z+ set -o errexit
6462024-05-30T03:13:52.137Z+++ dirname ./tools/ci_download_thundermuffin
6472024-05-30T03:13:52.137Z++ cd ./tools
6482024-05-30T03:13:52.137Z++ pwd
6492024-05-30T03:13:52.137Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-05-30T03:13:52.138Z++ basename ./tools/ci_download_thundermuffin
6512024-05-30T03:13:52.138Z+ ARG0=ci_download_thundermuffin
6522024-05-30T03:13:52.138Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6532024-05-30T03:13:52.138Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6542024-05-30T03:13:52.138Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6552024-05-30T03:13:52.138Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-30T03:13:52.138Z+ TARGET_DIR=out
6572024-05-30T03:13:52.139Z+ DOWNLOAD_DIR=out/downloads
6582024-05-30T03:13:52.139Z+ DEST_DIR=./out/thundermuffin
6592024-05-30T03:13:52.139Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6602024-05-30T03:13:52.139Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-05-30T03:13:52.139Z+ REPO=oxidecomputer/thundermuffin
6622024-05-30T03:13:52.139Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6632024-05-30T03:13:52.140Z+ main
6642024-05-30T03:13:52.140Z+ rm -rf out/downloads/root
6652024-05-30T03:13:52.140Z+ [[ 0 != 0 ]]
6662024-05-30T03:13:52.140Z+ CIDL_OS=solaris2.11
6672024-05-30T03:13:52.140Z+ [[ 0 != 0 ]]
6682024-05-30T03:13:52.140Z+ configure_os solaris2.11
6692024-05-30T03:13:52.140Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-05-30T03:13:52.140Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-05-30T03:13:52.140Zcurrent directory: /work/oxidecomputer/omicron
6722024-05-30T03:13:52.140Zconfiguring based on OS: "solaris2.11"
6732024-05-30T03:13:52.141Z+ case "$1" in
6742024-05-30T03:13:52.141Z+ SET_BINARIES=
6752024-05-30T03:13:52.141Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-05-30T03:13:52.141Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6772024-05-30T03:13:52.141Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-30T03:13:52.141Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6792024-05-30T03:13:52.141Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6802024-05-30T03:13:52.141Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6812024-05-30T03:13:52.141ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-05-30T03:13:52.141ZLocal file: out/downloads/thundermuffin.tar.gz
6832024-05-30T03:13:52.141Z+ mkdir -p out/downloads
6842024-05-30T03:13:52.142Z+ mkdir -p ./out/thundermuffin
6852024-05-30T03:13:52.142Z+ fetch_and_verify
6862024-05-30T03:13:52.142Z+ local DO_DOWNLOAD=true
6872024-05-30T03:13:52.142Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6882024-05-30T03:13:52.142Z+ '[' true == true ']'
6892024-05-30T03:13:52.142Z+ echo Downloading...
6902024-05-30T03:13:52.142Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6912024-05-30T03:13:52.142ZDownloading...
6922024-05-30T03:13:52.142Z+ 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
6932024-05-30T03:13:55.151Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6942024-05-30T03:13:55.187Z++ sha256sum
6952024-05-30T03:13:55.187Z++ awk '{print $1}'
6962024-05-30T03:13:55.187Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6972024-05-30T03:13:55.187Z+ [[ 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 ]]
6982024-05-30T03:13:55.187Z+ do_untar out/downloads/thundermuffin.tar.gz
6992024-05-30T03:13:55.187Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7002024-05-30T03:13:55.249Z+ do_assemble
7012024-05-30T03:13:55.249Z+ rm -r ./out/thundermuffin
7022024-05-30T03:13:55.274Z+ mkdir ./out/thundermuffin
7032024-05-30T03:13:55.274Z+ cp -r out/downloads/root ./out/thundermuffin/root
7042024-05-30T03:13:55.313ZAll builder prerequisites installed successfully, and PATH looks valid
7052024-05-30T03:13:55.313Z
7062024-05-30T03:13:55.313Zreal 2:40.993692260
7072024-05-30T03:13:55.313Zuser 45.565319628
7082024-05-30T03:13:55.314Zsys 11.932322298
7092024-05-30T03:13:55.314Ztrap 0.017531667
7102024-05-30T03:13:55.314Ztflt 0.009899088
7112024-05-30T03:13:55.314Zdflt 0.018105896
7122024-05-30T03:13:55.314Zkflt 0.005082510
7132024-05-30T03:13:55.314Zlock 1.526672620
7142024-05-30T03:13:55.314Zslp 6:13.911747394
7152024-05-30T03:13:55.314Zlat 4.664057451
7162024-05-30T03:13:55.314Zstop 0.077420135
7172024-05-30T03:13:55.315Z
7182024-05-30T03:13:55.315Z #### # # ##### ##### # #
7192024-05-30T03:13:55.315Z # # # # # # # # # #
7202024-05-30T03:13:55.315Z # # # # # # # #
7212024-05-30T03:13:55.315Z # # # ##### ##### #
7222024-05-30T03:13:55.315Z # # # # # # #
7232024-05-30T03:13:55.315Z #### ###### # # # #
7242024-05-30T03:13:55.315Z
7252024-05-30T03:13:55.578Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7262024-05-30T03:13:56.099Z Updating git repository `https://github.com/oxidecomputer/zone`
7272024-05-30T03:13:56.493Z Updating crates.io index
7282024-05-30T03:13:56.560Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292024-05-30T03:13:57.347Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7302024-05-30T03:13:58.181Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7312024-05-30T03:13:58.552Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-05-30T03:14:00.782Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-05-30T03:14:01.439Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342024-05-30T03:14:01.806Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-05-30T03:14:03.386Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-05-30T03:14:04.988Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-05-30T03:14:06.110Z Updating git repository `https://github.com/oxidecomputer/falcon`
7382024-05-30T03:14:06.928Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7392024-05-30T03:14:07.680Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7402024-05-30T03:14:08.061Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7412024-05-30T03:14:08.554Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-05-30T03:14:08.944Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7432024-05-30T03:14:09.328Z Updating git repository `http://github.com/oxidecomputer/tofino`
7442024-05-30T03:14:09.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7452024-05-30T03:14:10.125Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7462024-05-30T03:14:10.483Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7472024-05-30T03:14:10.882Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7482024-05-30T03:14:11.301Z Updating git repository `https://github.com/oxidecomputer/ispf`
7492024-05-30T03:14:12.199Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7502024-05-30T03:14:12.235Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7512024-05-30T03:14:13.054Z Updating git repository `https://github.com/jgallagher/nix`
7522024-05-30T03:14:14.173Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7532024-05-30T03:14:14.513Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7542024-05-30T03:14:15.315Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7552024-05-30T03:14:15.572Z Updating git repository `https://github.com/oxidecomputer/typify`
7562024-05-30T03:14:17.731Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7572024-05-30T03:14:18.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7582024-05-30T03:14:18.550Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7592024-05-30T03:14:19.142Z Updating git repository `https://github.com/oxidecomputer/rfb`
7602024-05-30T03:14:20.569Z Downloading crates ...
7612024-05-30T03:14:20.650Z Downloaded anstyle v1.0.7
7622024-05-30T03:14:20.699Z Downloaded anstyle-parse v0.2.4
7632024-05-30T03:14:20.699Z Downloaded equivalent v1.0.1
7642024-05-30T03:14:20.700Z Downloaded autocfg v1.3.0
7652024-05-30T03:14:20.700Z Downloaded errno v0.3.9
7662024-05-30T03:14:20.700Z Downloaded clap_lex v0.7.0
7672024-05-30T03:14:20.700Z Downloaded serde v1.0.202
7682024-05-30T03:14:20.700Z Downloaded anstream v0.6.14
7692024-05-30T03:14:20.700Z Downloaded thiserror v1.0.60
7702024-05-30T03:14:20.701Z Downloaded winnow v0.6.8
7712024-05-30T03:14:20.737Z Downloaded utf8parse v0.2.1
7722024-05-30T03:14:20.738Z Downloaded syn v2.0.64
7732024-05-30T03:14:20.738Z Downloaded rustix v0.38.34
7742024-05-30T03:14:20.777Z Downloaded itoa v1.0.11
7752024-05-30T03:14:20.777Z Downloaded libc v0.2.153
7762024-05-30T03:14:20.843Z Downloaded is_terminal_polyfill v1.70.0
7772024-05-30T03:14:20.843Z Downloaded indexmap v2.2.6
7782024-05-30T03:14:20.843Z Downloaded heck v0.5.0
7792024-05-30T03:14:20.844Z Downloaded unicode-ident v1.0.12
7802024-05-30T03:14:20.844Z Downloaded toml_edit v0.22.13
7812024-05-30T03:14:20.845Z Downloaded toml_datetime v0.6.6
7822024-05-30T03:14:20.845Z Downloaded toml v0.8.13
7832024-05-30T03:14:20.893Z Downloaded thiserror-impl v1.0.60
7842024-05-30T03:14:20.894Z Downloaded terminal_size v0.3.0
7852024-05-30T03:14:20.894Z Downloaded swrite v0.1.0
7862024-05-30T03:14:20.894Z Downloaded strsim v0.11.1
7872024-05-30T03:14:20.895Z Downloaded serde_spanned v0.6.6
7882024-05-30T03:14:20.895Z Downloaded serde_json v1.0.117
7892024-05-30T03:14:20.895Z Downloaded serde_derive v1.0.202
7902024-05-30T03:14:20.896Z Downloaded semver v1.0.23
7912024-05-30T03:14:20.896Z Downloaded ryu v1.0.18
7922024-05-30T03:14:20.896Z Downloaded fs-err v2.11.0
7932024-05-30T03:14:20.896Z Downloaded clap_builder v4.5.2
7942024-05-30T03:14:20.896Z Downloaded clap v4.5.4
7952024-05-30T03:14:20.897Z Downloaded cargo_metadata v0.18.1
7962024-05-30T03:14:20.897Z Downloaded cargo-platform v0.1.8
7972024-05-30T03:14:20.897Z Downloaded camino v1.1.7
7982024-05-30T03:14:20.897Z Downloaded anyhow v1.0.83
7992024-05-30T03:14:20.897Z Downloaded anstyle-query v1.0.3
8002024-05-30T03:14:20.898Z Downloaded quote v1.0.36
8012024-05-30T03:14:20.898Z Downloaded proc-macro2 v1.0.82
8022024-05-30T03:14:20.898Z Downloaded hashbrown v0.14.5
8032024-05-30T03:14:20.934Z Downloaded memchr v2.7.2
8042024-05-30T03:14:20.935Z Downloaded macaddr v1.0.1
8052024-05-30T03:14:20.935Z Downloaded colorchoice v1.0.1
8062024-05-30T03:14:20.935Z Downloaded clap_derive v4.5.4
8072024-05-30T03:14:20.935Z Downloaded cargo_toml v0.20.2
8082024-05-30T03:14:20.935Z Downloaded bitflags v2.5.0
8092024-05-30T03:14:21.019Z Compiling proc-macro2 v1.0.82
8102024-05-30T03:14:21.019Z Compiling unicode-ident v1.0.12
8112024-05-30T03:14:21.060Z Compiling serde v1.0.202
8122024-05-30T03:14:21.061Z Compiling libc v0.2.153
8132024-05-30T03:14:21.061Z Compiling rustix v0.38.34
8142024-05-30T03:14:21.061Z Compiling bitflags v2.5.0
8152024-05-30T03:14:21.062Z Compiling equivalent v1.0.1
8162024-05-30T03:14:21.062Z Compiling hashbrown v0.14.5
8172024-05-30T03:14:21.254Z Compiling utf8parse v0.2.1
8182024-05-30T03:14:21.303Z Compiling anstyle-query v1.0.3
8192024-05-30T03:14:21.433Z Compiling anstyle-parse v0.2.4
8202024-05-30T03:14:21.494Z Compiling semver v1.0.23
8212024-05-30T03:14:21.951Z Compiling colorchoice v1.0.1
8222024-05-30T03:14:21.987Z Compiling autocfg v1.3.0
8232024-05-30T03:14:21.987Z Compiling winnow v0.6.8
8242024-05-30T03:14:21.987Z Compiling thiserror v1.0.60
8252024-05-30T03:14:21.988Z Compiling serde_json v1.0.117
8262024-05-30T03:14:22.025Z Compiling is_terminal_polyfill v1.70.0
8272024-05-30T03:14:22.542Z Compiling camino v1.1.7
8282024-05-30T03:14:22.999Z Compiling indexmap v2.2.6
8292024-05-30T03:14:23.000Z Compiling anstyle v1.0.7
8302024-05-30T03:14:23.000Z Compiling itoa v1.0.11
8312024-05-30T03:14:23.001Z Compiling fs-err v2.11.0
8322024-05-30T03:14:23.453Z Compiling quote v1.0.36
8332024-05-30T03:14:23.454Z Compiling anstream v0.6.14
8342024-05-30T03:14:23.454Z Compiling ryu v1.0.18
8352024-05-30T03:14:23.454Z Compiling heck v0.5.0
8362024-05-30T03:14:23.454Z Compiling syn v2.0.64
8372024-05-30T03:14:23.496Z Compiling errno v0.3.9
8382024-05-30T03:14:23.496Z Compiling anyhow v1.0.83
8392024-05-30T03:14:23.496Z Compiling clap_lex v0.7.0
8402024-05-30T03:14:23.497Z Compiling strsim v0.11.1
8412024-05-30T03:14:23.497Z Compiling swrite v0.1.0
8422024-05-30T03:14:24.227Z Compiling terminal_size v0.3.0
8432024-05-30T03:14:24.391Z Compiling clap_builder v4.5.2
8442024-05-30T03:14:29.469Z Compiling serde_derive v1.0.202
8452024-05-30T03:14:29.469Z Compiling thiserror-impl v1.0.60
8462024-05-30T03:14:29.511Z Compiling clap_derive v4.5.4
8472024-05-30T03:14:32.588Z Compiling clap v4.5.4
8482024-05-30T03:14:39.307Z Compiling toml_datetime v0.6.6
8492024-05-30T03:14:39.307Z Compiling serde_spanned v0.6.6
8502024-05-30T03:14:39.349Z Compiling cargo-platform v0.1.8
8512024-05-30T03:14:39.349Z Compiling macaddr v1.0.1
8522024-05-30T03:14:39.647Z Compiling toml_edit v0.22.13
8532024-05-30T03:14:40.717Z Compiling cargo_metadata v0.18.1
8542024-05-30T03:14:42.039Z Compiling toml v0.8.13
8552024-05-30T03:14:43.745Z Compiling cargo_toml v0.20.2
8562024-05-30T03:14:47.130Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8572024-05-30T03:14:50.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.13s
8582024-05-30T03:14:50.682Z Running `target/debug/xtask clippy`
8592024-05-30T03:14:50.762Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8602024-05-30T03:14:51.557Z Downloading crates ...
8612024-05-30T03:14:51.675Z Downloaded adler v1.0.2
8622024-05-30T03:14:51.721Z Downloaded crypto-common v0.1.6
8632024-05-30T03:14:51.721Z Downloaded aead v0.5.2
8642024-05-30T03:14:51.722Z Downloaded hex-literal v0.4.1
8652024-05-30T03:14:51.722Z Downloaded hmac v0.12.1
8662024-05-30T03:14:51.722Z Downloaded hkdf v0.12.4
8672024-05-30T03:14:51.722Z Downloaded ipnet v2.9.0
8682024-05-30T03:14:51.722Z Downloaded ipnetwork v0.20.0
8692024-05-30T03:14:51.722Z Downloaded hyper v1.3.1
8702024-05-30T03:14:51.722Z Downloaded iana-time-zone v0.1.60
8712024-05-30T03:14:52.448Z Downloaded is_ci v1.2.0
8722024-05-30T03:14:52.448Z Downloaded maybe-uninit v2.0.0
8732024-05-30T03:14:52.448Z Downloaded miniz_oxide v0.7.2
8742024-05-30T03:14:52.448Z Downloaded multimap v0.10.0
8752024-05-30T03:14:52.448Z Downloaded mockall_derive v0.12.1
8762024-05-30T03:14:52.448Z Downloaded mockall v0.12.1
8772024-05-30T03:14:52.448Z Downloaded newline-converter v0.3.0
8782024-05-30T03:14:52.448Z Downloaded normalize-line-endings v0.3.0
8792024-05-30T03:14:52.449Z Downloaded nu-ansi-term v0.50.0
8802024-05-30T03:14:52.449Z Downloaded serde-big-array v0.5.1
8812024-05-30T03:14:52.449Z Downloaded rustls-pemfile v2.1.2
8822024-05-30T03:14:52.449Z Downloaded serde-hex v0.1.0
8832024-05-30T03:14:52.449Z Downloaded snafu-derive v0.8.2
8842024-05-30T03:14:52.449Z Downloaded cast v0.3.0
8852024-05-30T03:14:52.450Z Downloaded castaway v0.2.2
8862024-05-30T03:14:52.450Z Downloaded tap v1.0.1
8872024-05-30T03:14:52.450Z Downloaded tower-service v0.3.2
8882024-05-30T03:14:52.450Z Downloaded untrusted v0.9.0
8892024-05-30T03:14:52.450Z Downloaded vsss-rs v3.3.4
8902024-05-30T03:14:52.450Z Downloaded foreign-types-shared v0.1.1
8912024-05-30T03:14:52.451Z Downloaded fxhash v0.2.1
8922024-05-30T03:14:52.451Z Downloaded openssl-probe v0.1.5
8932024-05-30T03:14:52.451Z Downloaded pretty-hex v0.2.1
8942024-05-30T03:14:52.451Z Downloaded openssl-macros v0.1.1
8952024-05-30T03:14:52.451Z Downloaded pretty-hex v0.4.1
8962024-05-30T03:14:52.451Z Downloaded rustc_version v0.1.7
8972024-05-30T03:14:52.452Z Downloaded oso-derive v0.27.3
8982024-05-30T03:14:52.452Z Downloaded derive_builder_macro v0.20.0
8992024-05-30T03:14:52.452Z Downloaded fnv v1.0.7
9002024-05-30T03:14:52.452Z Downloaded packed_struct_codegen v0.10.1
9012024-05-30T03:14:52.452Z Downloaded parse-size v1.0.0
9022024-05-30T03:14:52.452Z Downloaded path-slash v0.1.5
9032024-05-30T03:14:52.453Z Downloaded shlex v1.3.0
9042024-05-30T03:14:52.453Z Downloaded sigpipe v0.1.3
9052024-05-30T03:14:52.453Z Downloaded slog-stdlog v4.1.1
9062024-05-30T03:14:52.453Z Downloaded pathdiff v0.2.1
9072024-05-30T03:14:52.453Z Downloaded sync_wrapper v0.1.2
9082024-05-30T03:14:52.453Z Downloaded pem-rfc7468 v0.7.0
9092024-05-30T03:14:52.453Z Downloaded termcolor v1.4.1
9102024-05-30T03:14:52.453Z Downloaded want v0.3.1
9112024-05-30T03:14:52.454Z Downloaded either v1.12.0
9122024-05-30T03:14:52.454Z Downloaded guppy-workspace-hack v0.1.0
9132024-05-30T03:14:52.454Z Downloaded zeroize v1.7.0
9142024-05-30T03:14:52.454Z Downloaded portpicker v0.1.1
9152024-05-30T03:14:52.454Z Downloaded ed25519 v1.5.3
9162024-05-30T03:14:52.454Z Downloaded csv-core v0.1.11
9172024-05-30T03:14:52.454Z Downloaded glob v0.3.1
9182024-05-30T03:14:52.454Z Downloaded serde_with v3.8.1
9192024-05-30T03:14:52.454Z Downloaded termtree v0.4.1
9202024-05-30T03:14:52.455Z Downloaded rpassword v7.3.1
9212024-05-30T03:14:52.455Z Downloaded postcard v1.0.8
9222024-05-30T03:14:52.455Z Downloaded termios v0.3.3
9232024-05-30T03:14:52.455Z Downloaded schemars_derive v0.8.20
9242024-05-30T03:14:52.455Z Downloaded rustls-native-certs v0.7.0
9252024-05-30T03:14:52.455Z Downloaded scheduled-thread-pool v0.2.7
9262024-05-30T03:14:52.456Z Downloaded proc-macro-error v1.0.4
9272024-05-30T03:14:52.456Z Downloaded test-strategy v0.3.1
9282024-05-30T03:14:52.456Z Downloaded samael v0.0.15
9292024-05-30T03:14:52.456Z Downloaded ron v0.8.1
9302024-05-30T03:14:52.456Z Downloaded rayon-core v1.12.1
9312024-05-30T03:14:52.456Z Downloaded h2 v0.3.26
9322024-05-30T03:14:52.456Z Downloaded rustls-webpki v0.102.4
9332024-05-30T03:14:52.457Z Downloaded regex v1.10.4
9342024-05-30T03:14:52.457Z Downloaded regex-syntax v0.6.29
9352024-05-30T03:14:52.457Z Downloaded zerocopy-derive v0.6.6
9362024-05-30T03:14:52.457Z Downloaded csv v1.3.0
9372024-05-30T03:14:52.457Z Downloaded zerocopy-derive v0.2.0
9382024-05-30T03:14:52.457Z Downloaded encoding_rs v0.8.34
9392024-05-30T03:14:52.458Z Downloaded ratatui v0.26.2
9402024-05-30T03:14:52.458Z Downloaded trust-dns-proto v0.22.0
9412024-05-30T03:14:52.458Z Downloaded regress v0.9.1
9422024-05-30T03:14:52.458Z Downloaded regex-syntax v0.8.3
9432024-05-30T03:14:52.458Z Downloaded gimli v0.28.1
9442024-05-30T03:14:52.459Z Downloaded quick-xml v0.31.0
9452024-05-30T03:14:52.506Z Downloaded proptest v1.4.0
9462024-05-30T03:14:52.506Z Downloaded regex-automata v0.4.6
9472024-05-30T03:14:52.507Z Downloaded petgraph v0.6.5
9482024-05-30T03:14:52.507Z Downloaded webpki-roots v0.25.4
9492024-05-30T03:14:52.507Z Downloaded vcpkg v0.2.15
9502024-05-30T03:14:52.507Z Downloaded sha3 v0.10.8
9512024-05-30T03:14:52.507Z Downloaded goblin v0.8.2
9522024-05-30T03:14:52.507Z Downloaded ring v0.16.20
9532024-05-30T03:14:52.508Z Downloaded ring v0.17.8
9542024-05-30T03:14:52.575Z Downloaded guppy v0.17.5
9552024-05-30T03:14:52.612Z Downloaded zerocopy v0.7.34
9562024-05-30T03:14:52.612Z Downloaded publicsuffix v2.2.3
9572024-05-30T03:14:52.612Z Downloaded trust-dns-client v0.22.0
9582024-05-30T03:14:52.612Z Downloaded toml_edit v0.19.15
9592024-05-30T03:14:52.664Z Downloaded tokio-util v0.7.11
9602024-05-30T03:14:52.665Z Downloaded time v0.3.36
9612024-05-30T03:14:52.665Z Downloaded portable-atomic v1.6.0
9622024-05-30T03:14:52.665Z Downloaded hashbrown v0.12.3
9632024-05-30T03:14:54.934Z Downloaded finl_unicode v1.2.0
9642024-05-30T03:14:54.934Z Downloaded tokio v1.37.0
9652024-05-30T03:14:54.935Z Downloaded salty v0.2.0
9662024-05-30T03:14:54.935Z Downloaded rustyline v14.0.0
9672024-05-30T03:14:54.935Z Downloaded trust-dns-resolver v0.22.0
9682024-05-30T03:14:54.935Z Downloaded pretty_assertions v1.4.0
9692024-05-30T03:14:54.935Z Downloaded schemars v0.8.20
9702024-05-30T03:14:54.936Z Downloaded rcgen v0.12.1
9712024-05-30T03:14:54.936Z Downloaded prettyplease v0.2.20
9722024-05-30T03:14:54.936Z Downloaded num-bigint-dig v0.8.4
9732024-05-30T03:14:54.936Z Downloaded num-bigint v0.4.5
9742024-05-30T03:14:54.936Z Downloaded proc-macro-crate v1.3.1
9752024-05-30T03:14:54.937Z Downloaded tokio-tungstenite v0.21.0
9762024-05-30T03:14:54.937Z Downloaded thiserror-no-std v2.0.2
9772024-05-30T03:14:54.937Z Downloaded textwrap v0.16.1
9782024-05-30T03:14:54.937Z Downloaded hashbrown v0.13.2
9792024-05-30T03:14:54.937Z Downloaded same-file v1.0.6
9802024-05-30T03:14:54.937Z Downloaded rusty-fork v0.3.0
9812024-05-30T03:14:54.937Z Downloaded rustversion v1.0.17
9822024-05-30T03:14:54.938Z Downloaded thread-id v4.2.1
9832024-05-30T03:14:54.938Z Downloaded thiserror-impl-no-std v2.0.2
9842024-05-30T03:14:54.938Z Downloaded tokio-rustls v0.25.0
9852024-05-30T03:14:54.938Z Downloaded polar-core v0.27.3
9862024-05-30T03:14:54.938Z Downloaded ref-cast v1.0.23
9872024-05-30T03:14:54.938Z Downloaded toml v0.7.8
9882024-05-30T03:14:54.938Z Downloaded toml v0.5.11
9892024-05-30T03:14:54.938Z Downloaded ron v0.7.1
9902024-05-30T03:14:54.939Z Downloaded threadpool v1.8.1
9912024-05-30T03:14:54.939Z Downloaded thread_local v1.1.8
9922024-05-30T03:14:54.939Z Downloaded num-complex v0.4.6
9932024-05-30T03:14:54.939Z Downloaded rayon v1.10.0
9942024-05-30T03:14:54.939Z Downloaded ref-cast-impl v1.0.23
9952024-05-30T03:14:54.939Z Downloaded pest_derive v2.7.10
9962024-05-30T03:14:54.939Z Downloaded futures v0.3.30
9972024-05-30T03:14:54.939Z Downloaded fatfs v0.3.6
9982024-05-30T03:14:54.940Z Downloaded typed-path v0.7.1
9992024-05-30T03:14:54.940Z Downloaded tungstenite v0.20.1
10002024-05-30T03:14:54.940Z Downloaded trust-dns-server v0.22.1
10012024-05-30T03:14:54.940Z Downloaded curve25519-dalek v4.1.2
10022024-05-30T03:14:54.940Z Downloaded openapiv3 v2.0.0
10032024-05-30T03:14:54.940Z Downloaded tokio-rustls v0.24.1
10042024-05-30T03:14:54.940Z Downloaded time-core v0.1.2
10052024-05-30T03:14:54.941Z Downloaded poly1305 v0.8.0
10062024-05-30T03:14:54.941Z Downloaded phf v0.11.2
10072024-05-30T03:14:54.941Z Downloaded pest_meta v2.7.10
10082024-05-30T03:14:54.941Z Downloaded pest_generator v2.7.10
10092024-05-30T03:14:54.941Z Downloaded futures-executor v0.3.30
10102024-05-30T03:14:54.941Z Downloaded futures-channel v0.3.30
10112024-05-30T03:14:54.941Z Downloaded fd-lock v4.0.2
10122024-05-30T03:14:54.941Z Downloaded rustls v0.22.4
10132024-05-30T03:14:54.942Z Downloaded half v2.4.1
10142024-05-30T03:14:54.942Z Downloaded form_urlencoded v1.2.1
10152024-05-30T03:14:54.942Z Downloaded ff v0.13.0
10162024-05-30T03:14:54.942Z Downloaded trybuild v1.0.96
10172024-05-30T03:14:54.942Z Downloaded diesel v2.1.6
10182024-05-30T03:14:54.942Z Downloaded r2d2 v0.8.10
10192024-05-30T03:14:54.942Z Downloaded quick-error v1.2.3
10202024-05-30T03:14:54.942Z Downloaded psl-types v2.0.11
10212024-05-30T03:14:54.942Z Downloaded proc-macro-error-attr v1.0.4
10222024-05-30T03:14:54.942Z Downloaded topological-sort v0.2.2
10232024-05-30T03:14:54.943Z Downloaded toolchain_find v0.4.0
10242024-05-30T03:14:54.943Z Downloaded tokio-tungstenite v0.20.1
10252024-05-30T03:14:54.943Z Downloaded tokio-stream v0.1.15
10262024-05-30T03:14:54.943Z Downloaded num-conv v0.1.0
10272024-05-30T03:14:54.943Z Downloaded getrandom v0.2.14
10282024-05-30T03:14:54.943Z Downloaded futures-macro v0.3.30
10292024-05-30T03:14:54.943Z Downloaded futures-io v0.3.30
10302024-05-30T03:14:54.943Z Downloaded funty v2.0.0
10312024-05-30T03:14:54.944Z Downloaded fragile v2.0.0
10322024-05-30T03:14:54.944Z Downloaded zip v0.6.6
10332024-05-30T03:14:54.944Z Downloaded typenum v1.17.0
10342024-05-30T03:14:54.944Z Downloaded tungstenite v0.21.0
10352024-05-30T03:14:54.944Z Downloaded tui-tree-widget v0.19.0
10362024-05-30T03:14:54.944Z Downloaded try-lock v0.2.5
10372024-05-30T03:14:54.944Z Downloaded radix_trie v0.2.1
10382024-05-30T03:14:54.944Z Downloaded headers v0.3.9
10392024-05-30T03:14:54.945Z Downloaded globset v0.4.14
10402024-05-30T03:14:54.945Z Downloaded futures-core v0.3.30
10412024-05-30T03:14:54.945Z Downloaded unicode-bidi v0.3.15
10422024-05-30T03:14:54.945Z Downloaded pest v2.7.10
10432024-05-30T03:14:54.945Z Downloaded zerocopy v0.6.6
10442024-05-30T03:14:54.945Z Downloaded elliptic-curve v0.13.8
10452024-05-30T03:14:54.946Z Downloaded serde_yaml v0.9.34+deprecated
10462024-05-30T03:14:54.946Z Downloaded rand v0.8.5
10472024-05-30T03:14:54.946Z Downloaded unicode-normalization v0.1.23
10482024-05-30T03:14:54.946Z Downloaded sqlparser v0.45.0
10492024-05-30T03:14:54.946Z Downloaded zerocopy-derive v0.7.34
10502024-05-30T03:14:54.946Z Downloaded zerocopy v0.3.2
10512024-05-30T03:14:54.946Z Downloaded ucd-trie v0.1.6
10522024-05-30T03:14:54.947Z Downloaded structmeta-derive v0.2.0
10532024-05-30T03:14:54.947Z Downloaded serde_tokenstream v0.2.0
10542024-05-30T03:14:54.947Z Downloaded papergrid v0.11.0
10552024-05-30T03:14:54.947Z Downloaded unicode-segmentation v1.11.0
10562024-05-30T03:14:54.947Z Downloaded serde_urlencoded v0.7.1
10572024-05-30T03:14:54.947Z Downloaded parking_lot v0.11.2
10582024-05-30T03:14:54.948Z Downloaded num-iter v0.1.45
10592024-05-30T03:14:54.948Z Downloaded num-integer v0.1.46
10602024-05-30T03:14:54.948Z Downloaded hash32 v0.3.1
10612024-05-30T03:14:54.948Z Downloaded hash32 v0.2.1
10622024-05-30T03:14:54.948Z Downloaded group v0.13.0
10632024-05-30T03:14:55.526Z Downloaded yasna v0.5.2
10642024-05-30T03:14:55.526Z Downloaded yansi v0.5.1
10652024-05-30T03:14:55.527Z Downloaded num-derive v0.4.2
10662024-05-30T03:14:55.527Z Downloaded ena v0.14.3
10672024-05-30T03:14:55.527Z Downloaded embedded-io v0.4.0
10682024-05-30T03:14:55.527Z Downloaded sha2 v0.10.8
10692024-05-30T03:14:55.527Z Downloaded radium v0.7.0
10702024-05-30T03:14:55.527Z Downloaded diff v0.1.13
10712024-05-30T03:14:55.527Z Downloaded walkdir v2.5.0
10722024-05-30T03:14:55.527Z Downloaded wait-timeout v0.2.0
10732024-05-30T03:14:55.527Z Downloaded unicase v2.7.0
10742024-05-30T03:14:55.527Z Downloaded unarray v0.1.4
10752024-05-30T03:14:55.528Z Downloaded serde_with_macros v3.8.1
10762024-05-30T03:14:55.528Z Downloaded parse-display-derive v0.9.0
10772024-05-30T03:14:55.528Z Downloaded parse-display v0.9.0
10782024-05-30T03:14:55.528Z Downloaded parking_lot_core v0.8.6
10792024-05-30T03:14:55.528Z Downloaded curve25519-dalek-derive v0.1.1
10802024-05-30T03:14:55.528Z Downloaded unicode_categories v0.1.1
10812024-05-30T03:14:55.528Z Downloaded rustls v0.21.12
10822024-05-30T03:14:55.528Z Downloaded zone v0.1.8
10832024-05-30T03:14:55.528Z Downloaded zeroize_derive v1.4.2
10842024-05-30T03:14:55.529Z Downloaded xattr v1.3.1
10852024-05-30T03:14:55.529Z Downloaded which v4.4.2
10862024-05-30T03:14:55.529Z Downloaded version_check v0.9.4
10872024-05-30T03:14:55.529Z Downloaded uzers v0.11.3
10882024-05-30T03:14:55.529Z Downloaded endian-type v0.1.2
10892024-05-30T03:14:55.529Z Downloaded shell-words v1.1.0
10902024-05-30T03:14:55.530Z Downloaded sha1 v0.10.6
10912024-05-30T03:14:55.530Z Downloaded parking_lot_core v0.9.10
10922024-05-30T03:14:55.530Z Downloaded dirs-next v2.0.0
10932024-05-30T03:14:55.530Z Downloaded darling v0.20.9
10942024-05-30T03:14:55.531Z Downloaded unicode-xid v0.2.4
10952024-05-30T03:14:55.531Z Downloaded unicode-width v0.1.12
10962024-05-30T03:14:55.531Z Downloaded spin v0.9.8
10972024-05-30T03:14:55.531Z Downloaded object v0.32.2
10982024-05-30T03:14:55.531Z Downloaded waitgroup v0.1.2
10992024-05-30T03:14:55.532Z Downloaded vte_generate_state_changes v0.1.1
11002024-05-30T03:14:55.532Z Downloaded peg-macros v0.8.3
11012024-05-30T03:14:55.532Z Downloaded parking_lot v0.12.2
11022024-05-30T03:14:55.532Z Downloaded digest v0.10.7
11032024-05-30T03:14:55.532Z Downloaded difflib v0.4.0
11042024-05-30T03:14:55.532Z Downloaded universal-hash v0.5.1
11052024-05-30T03:14:55.532Z Downloaded spki v0.7.3
11062024-05-30T03:14:55.532Z Downloaded strum_macros v0.26.2
11072024-05-30T03:14:55.532Z Downloaded structmeta-derive v0.3.0
11082024-05-30T03:14:55.533Z Downloaded pem v3.0.4
11092024-05-30T03:14:55.533Z Downloaded env_logger v0.9.3
11102024-05-30T03:14:55.533Z Downloaded spin v0.5.2
11112024-05-30T03:14:55.533Z Downloaded socket2 v0.4.10
11122024-05-30T03:14:55.533Z Downloaded similar v2.5.0
11132024-05-30T03:14:55.533Z Downloaded unicode-linebreak v0.1.5
11142024-05-30T03:14:55.533Z Downloaded sqlformat v0.2.3
11152024-05-30T03:14:55.533Z Downloaded scroll v0.12.0
11162024-05-30T03:14:55.533Z Downloaded scopeguard v1.2.0
11172024-05-30T03:14:55.533Z Downloaded pin-project v1.1.5
11182024-05-30T03:14:55.534Z Downloaded oso v0.27.3
11192024-05-30T03:14:55.534Z Downloaded num-rational v0.4.2
11202024-05-30T03:14:55.534Z Downloaded openssl v0.10.64
11212024-05-30T03:14:55.534Z Downloaded peg v0.8.3
11222024-05-30T03:14:55.534Z Downloaded env_logger v0.10.2
11232024-05-30T03:14:55.534Z Downloaded plotters v0.3.5
11242024-05-30T03:14:55.534Z Downloaded phf_shared v0.11.2
11252024-05-30T03:14:55.534Z Downloaded num-traits v0.2.19
11262024-05-30T03:14:55.534Z Downloaded object v0.30.4
11272024-05-30T03:14:55.534Z Downloaded strum_macros v0.25.3
11282024-05-30T03:14:55.535Z Downloaded percent-encoding v2.3.1
11292024-05-30T03:14:55.535Z Downloaded peg-runtime v0.8.3
11302024-05-30T03:14:55.535Z Downloaded enum-as-inner v0.5.1
11312024-05-30T03:14:55.535Z Downloaded socket2 v0.5.7
11322024-05-30T03:14:55.535Z Downloaded smallvec v1.13.2
11332024-05-30T03:14:55.535Z Downloaded slog-term v2.9.1
11342024-05-30T03:14:55.535Z Downloaded rand_seeder v0.2.3
11352024-05-30T03:14:55.535Z Downloaded pin-project-internal v1.1.5
11362024-05-30T03:14:55.535Z Downloaded num_cpus v1.16.0
11372024-05-30T03:14:55.536Z Downloaded syn v1.0.109
11382024-05-30T03:14:55.536Z Downloaded fastrand v2.1.0
11392024-05-30T03:14:55.536Z Downloaded erased-serde v0.3.31
11402024-05-30T03:14:55.536Z Downloaded smallvec v0.6.14
11412024-05-30T03:14:55.536Z Downloaded signature v1.6.4
11422024-05-30T03:14:55.536Z Downloaded signal-hook-tokio v0.3.1
11432024-05-30T03:14:55.536Z Downloaded signal-hook-registry v1.4.2
11442024-05-30T03:14:55.536Z Downloaded signal-hook v0.3.17
11452024-05-30T03:14:55.537Z Downloaded derive_builder_core v0.20.0
11462024-05-30T03:14:55.537Z Downloaded derive_builder v0.20.0
11472024-05-30T03:14:55.537Z Downloaded darling_core v0.20.9
11482024-05-30T03:14:55.537Z Downloaded usdt-impl v0.3.5
11492024-05-30T03:14:55.537Z Downloaded tokio-postgres v0.7.10
11502024-05-30T03:14:55.537Z Downloaded tinyvec v1.6.0
11512024-05-30T03:14:55.538Z Downloaded signature v2.2.0
11522024-05-30T03:14:55.538Z Downloaded rand_core v0.6.4
11532024-05-30T03:14:55.538Z Downloaded rand_chacha v0.3.1
11542024-05-30T03:14:55.538Z Downloaded filetime v0.2.23
11552024-05-30T03:14:55.538Z Downloaded signal-hook-mio v0.2.3
11562024-05-30T03:14:55.539Z Downloaded phf_shared v0.10.0
11572024-05-30T03:14:55.539Z Downloaded fixedbitset v0.4.2
11582024-05-30T03:14:55.539Z Downloaded usdt-impl v0.5.0
11592024-05-30T03:14:55.539Z Downloaded usdt v0.5.0
11602024-05-30T03:14:55.539Z Downloaded tokio-macros v2.2.0
11612024-05-30T03:14:55.539Z Downloaded tls_codec v0.4.1
11622024-05-30T03:14:55.539Z Downloaded steno v0.4.0
11632024-05-30T03:14:55.647Z Downloaded serde_derive_internals v0.29.1
11642024-05-30T03:14:55.647Z Downloaded darling_macro v0.20.9
11652024-05-30T03:14:55.648Z Downloaded usdt-attr-macro v0.5.0
11662024-05-30T03:14:55.648Z Downloaded usdt-attr-macro v0.3.5
11672024-05-30T03:14:55.648Z Downloaded time-macros v0.2.18
11682024-05-30T03:14:55.648Z Downloaded supports-color v3.0.0
11692024-05-30T03:14:55.648Z Downloaded subprocess v0.2.9
11702024-05-30T03:14:55.648Z Downloaded slog-async v2.8.0
11712024-05-30T03:14:55.649Z Downloaded siphasher v0.3.11
11722024-05-30T03:14:55.649Z Downloaded precomputed-hash v0.1.1
11732024-05-30T03:14:55.649Z Downloaded bzip2-sys v0.1.11+1.0.8
11742024-05-30T03:14:55.649Z Downloaded paste v1.0.15
11752024-05-30T03:14:55.649Z Downloaded password-hash v0.5.0
11762024-05-30T03:14:55.649Z Downloaded partial-io v0.5.4
11772024-05-30T03:14:55.649Z Downloaded dyn-clone v1.0.17
11782024-05-30T03:14:55.649Z Downloaded dof v0.1.5
11792024-05-30T03:14:55.650Z Downloaded doc-comment v0.3.3
11802024-05-30T03:14:55.650Z Downloaded display-error-chain v0.2.0
11812024-05-30T03:14:55.650Z Downloaded dirs-sys-next v0.1.2
11822024-05-30T03:14:55.650Z Downloaded scroll_derive v0.12.0
11832024-05-30T03:14:55.650Z Downloaded plotters-svg v0.3.5
11842024-05-30T03:14:55.650Z Downloaded plotters-backend v0.3.5
11852024-05-30T03:14:55.651Z Downloaded diesel_derives v2.1.4
11862024-05-30T03:14:55.651Z Downloaded tls_codec_derive v0.4.1
11872024-05-30T03:14:55.651Z Downloaded tinyvec_macros v0.1.1
11882024-05-30T03:14:55.651Z Downloaded tinytemplate v1.2.1
11892024-05-30T03:14:55.651Z Downloaded tiny-keccak v2.0.2
11902024-05-30T03:14:55.651Z Downloaded subtle v2.5.0
11912024-05-30T03:14:55.651Z Downloaded rsa v0.9.6
11922024-05-30T03:14:55.652Z Downloaded num_threads v0.1.7
11932024-05-30T03:14:55.652Z Downloaded num_enum_derive v0.5.11
11942024-05-30T03:14:55.652Z Downloaded num_enum v0.5.11
11952024-05-30T03:14:55.652Z Downloaded futures-util v0.3.30
11962024-05-30T03:14:55.652Z Downloaded escape8259 v0.5.2
11972024-05-30T03:14:55.652Z Downloaded data-encoding v2.6.0
11982024-05-30T03:14:55.653Z Downloaded smawk v0.3.2
11992024-05-30T03:14:55.653Z Downloaded slab v0.4.9
12002024-05-30T03:14:55.653Z Downloaded bstr v1.9.1
12012024-05-30T03:14:55.653Z Downloaded dtrace-parser v0.2.0
12022024-05-30T03:14:55.653Z Downloaded dtrace-parser v0.1.14
12032024-05-30T03:14:55.654Z Downloaded downcast v0.11.0
12042024-05-30T03:14:55.654Z Downloaded dof v0.3.0
12052024-05-30T03:14:55.654Z Downloaded usdt v0.3.5
12062024-05-30T03:14:55.654Z Downloaded structmeta v0.3.0
12072024-05-30T03:14:55.654Z Downloaded structmeta v0.2.0
12082024-05-30T03:14:55.655Z Downloaded strip-ansi-escapes v0.2.0
12092024-05-30T03:14:55.655Z Downloaded stringprep v0.1.4
12102024-05-30T03:14:55.655Z Downloaded string_cache v0.8.7
12112024-05-30T03:14:55.655Z Downloaded static_assertions v1.1.0
12122024-05-30T03:14:55.655Z Downloaded stable_deref_trait v1.2.0
12132024-05-30T03:14:55.655Z Downloaded stability v0.2.0
12142024-05-30T03:14:55.655Z Downloaded sqlparser_derive v0.2.2
12152024-05-30T03:14:55.656Z Downloaded serde_tokenstream v0.1.7
12162024-05-30T03:14:55.656Z Downloaded serde_repr v0.1.19
12172024-05-30T03:14:55.656Z Downloaded serde_plain v1.0.2
12182024-05-30T03:14:55.656Z Downloaded serde_path_to_error v0.1.16
12192024-05-30T03:14:55.656Z Downloaded platforms v3.4.0
12202024-05-30T03:14:55.657Z Downloaded plain v0.2.3
12212024-05-30T03:14:55.657Z Downloaded pkg-config v0.3.30
12222024-05-30T03:14:55.657Z Downloaded pkcs8 v0.10.2
12232024-05-30T03:14:55.657Z Downloaded pkcs1 v0.7.5
12242024-05-30T03:14:55.657Z Downloaded pin-utils v0.1.0
12252024-05-30T03:14:55.657Z Downloaded pin-project-lite v0.2.14
12262024-05-30T03:14:55.658Z Downloaded owo-colors v4.0.0
12272024-05-30T03:14:55.658Z Downloaded flume v0.11.0
12282024-05-30T03:14:55.658Z Downloaded flate2 v1.0.30
12292024-05-30T03:14:55.658Z Downloaded uuid v1.8.0
12302024-05-30T03:14:55.658Z Downloaded usdt-macro v0.3.5
12312024-05-30T03:14:55.658Z Downloaded tokio-native-tls v0.3.1
12322024-05-30T03:14:55.659Z Downloaded similar-asserts v1.5.0
12332024-05-30T03:14:55.659Z Downloaded semver v0.1.20
12342024-05-30T03:14:55.659Z Downloaded secrecy v0.8.0
12352024-05-30T03:14:55.659Z Downloaded sct v0.7.1
12362024-05-30T03:14:55.659Z Downloaded reqwest v0.11.27
12372024-05-30T03:14:55.659Z Downloaded regex-automata v0.1.10
12382024-05-30T03:14:55.660Z Downloaded chrono v0.4.38
12392024-05-30T03:14:55.660Z Downloaded packed_struct v0.10.1
12402024-05-30T03:14:55.660Z Downloaded derive_more v0.99.17
12412024-05-30T03:14:55.660Z Downloaded rstest_macros v0.19.0
12422024-05-30T03:14:55.660Z Downloaded openssl-sys v0.9.102
12432024-05-30T03:14:55.660Z Downloaded sec1 v0.7.3
12442024-05-30T03:14:55.661Z Downloaded crossterm v0.27.0
12452024-05-30T03:14:55.661Z Downloaded blake3 v1.5.1
12462024-05-30T03:14:55.661Z Downloaded float-cmp v0.9.0
12472024-05-30T03:14:55.661Z Downloaded flagset v0.4.5
12482024-05-30T03:14:55.661Z Downloaded utf-8 v0.7.6
12492024-05-30T03:14:55.661Z Downloaded rustc_version v0.4.0
12502024-05-30T03:14:55.661Z Downloaded rustc-demangle v0.1.24
12512024-05-30T03:14:55.662Z Downloaded rust-argon2 v2.1.0
12522024-05-30T03:14:55.662Z Downloaded rstest v0.19.0
12532024-05-30T03:14:55.662Z Downloaded number_prefix v0.4.0
12542024-05-30T03:14:55.662Z Downloaded winnow v0.5.40
12552024-05-30T03:14:55.662Z Downloaded smf v0.2.3
12562024-05-30T03:14:55.662Z Downloaded relative-path v1.9.3
12572024-05-30T03:14:55.662Z Downloaded crossbeam-channel v0.5.12
12582024-05-30T03:14:55.663Z Downloaded criterion v0.5.1
12592024-05-30T03:14:55.663Z Downloaded rtoolbox v0.0.2
12602024-05-30T03:14:55.663Z Downloaded fancy-regex v0.13.0
12612024-05-30T03:14:55.663Z Downloaded expectorate v1.1.0
12622024-05-30T03:14:55.664Z Downloaded der v0.7.9
12632024-05-30T03:14:55.729Z Downloaded serde-big-array v0.4.1
12642024-05-30T03:14:55.729Z Downloaded rustls-pemfile v1.0.4
12652024-05-30T03:14:55.729Z Downloaded rand_xorshift v0.3.0
12662024-05-30T03:14:55.729Z Downloaded crypto-bigint v0.5.5
12672024-05-30T03:14:55.730Z Downloaded bstr v0.2.17
12682024-05-30T03:14:55.730Z Downloaded foreign-types-shared v0.3.1
12692024-05-30T03:14:55.731Z Downloaded foreign-types v0.3.2
12702024-05-30T03:14:55.731Z Downloaded diesel_table_macro_syntax v0.1.0
12712024-05-30T03:14:55.731Z Downloaded usdt-macro v0.5.0
12722024-05-30T03:14:55.733Z Downloaded slog-scope v4.4.0
12732024-05-30T03:14:55.733Z Downloaded slog-json v2.6.1
12742024-05-30T03:14:55.733Z Downloaded slog-envlogger v2.2.0
12752024-05-30T03:14:55.734Z Downloaded slog-dtrace v0.3.0
12762024-05-30T03:14:55.734Z Downloaded slog-bunyan v2.5.0
12772024-05-30T03:14:55.734Z Downloaded rustfmt-wrapper v0.2.1
12782024-05-30T03:14:55.734Z Downloaded rustc-hash v1.1.0
12792024-05-30T03:14:55.734Z Downloaded predicates v3.1.0
12802024-05-30T03:14:55.735Z Downloaded postgres-types v0.2.6
12812024-05-30T03:14:55.735Z Downloaded postgres-protocol v0.6.6
12822024-05-30T03:14:55.735Z Downloaded omicron-zone-package v0.11.0
12832024-05-30T03:14:55.735Z Downloaded crc32fast v1.4.0
12842024-05-30T03:14:55.736Z Downloaded crc-any v2.5.0
12852024-05-30T03:14:55.736Z Downloaded cookie_store v0.20.0
12862024-05-30T03:14:55.736Z Downloaded const-oid v0.9.6
12872024-05-30T03:14:55.736Z Downloaded cancel-safe-futures v0.1.5
12882024-05-30T03:14:55.737Z Downloaded bindgen v0.69.4
12892024-05-30T03:14:55.737Z Downloaded base64 v0.21.7
12902024-05-30T03:14:55.737Z Downloaded ppv-lite86 v0.2.17
12912024-05-30T03:14:55.737Z Downloaded powerfmt v0.2.0
12922024-05-30T03:14:55.737Z Downloaded once_cell v1.19.0
12932024-05-30T03:14:55.737Z Downloaded olpc-cjson v0.1.3
12942024-05-30T03:14:55.738Z Downloaded cookie v0.17.0
12952024-05-30T03:14:55.738Z Downloaded cfg-expr v0.15.8
12962024-05-30T03:14:55.738Z Downloaded bitflags v1.3.2
12972024-05-30T03:14:55.738Z Downloaded predicates-tree v1.0.9
12982024-05-30T03:14:55.738Z Downloaded predicates-core v1.0.6
12992024-05-30T03:14:55.739Z Downloaded derive-where v1.2.7
13002024-05-30T03:14:55.739Z Downloaded x509-cert v0.2.5
13012024-05-30T03:14:55.739Z Downloaded crossbeam-utils v0.8.19
13022024-05-30T03:14:55.739Z Downloaded clang-sys v1.7.0
13032024-05-30T03:14:55.739Z Downloaded ciborium-ll v0.2.2
13042024-05-30T03:14:55.739Z Downloaded cc v1.0.97
13052024-05-30T03:14:55.739Z Downloaded opaque-debug v0.3.1
13062024-05-30T03:14:55.739Z Downloaded oorandom v11.1.3
13072024-05-30T03:14:55.739Z Downloaded gethostname v0.4.3
13082024-05-30T03:14:55.740Z Downloaded futures-sink v0.3.30
13092024-05-30T03:14:55.740Z Downloaded defmt-macros v0.3.9
13102024-05-30T03:14:55.740Z Downloaded tower v0.4.13
13112024-05-30T03:14:55.740Z Downloaded tough v0.17.1
13122024-05-30T03:14:55.740Z Downloaded tabled v0.15.0
13132024-05-30T03:14:55.740Z Downloaded criterion-plot v0.5.0
13142024-05-30T03:14:55.740Z Downloaded const_format v0.2.32
13152024-05-30T03:14:55.740Z Downloaded console v0.15.8
13162024-05-30T03:14:55.740Z Downloaded compact_str v0.7.1
13172024-05-30T03:14:55.740Z Downloaded buf-list v1.0.3
13182024-05-30T03:14:55.740Z Downloaded backtrace v0.3.71
13192024-05-30T03:14:55.740Z Downloaded backoff v0.4.0
13202024-05-30T03:14:55.740Z Downloaded crc-catalog v2.4.0
13212024-05-30T03:14:55.741Z Downloaded crc v3.2.1
13222024-05-30T03:14:55.741Z Downloaded cpufeatures v0.2.12
13232024-05-30T03:14:55.741Z Downloaded cookie v0.18.1
13242024-05-30T03:14:55.741Z Downloaded ciborium v0.2.2
13252024-05-30T03:14:55.741Z Downloaded cfg_aliases v0.1.1
13262024-05-30T03:14:55.741Z Downloaded cfg-if v1.0.0
13272024-05-30T03:14:55.741Z Downloaded getopts v0.2.21
13282024-05-30T03:14:55.742Z Downloaded generic-array v0.14.7
13292024-05-30T03:14:55.742Z Downloaded futures-timer v3.0.3
13302024-05-30T03:14:55.742Z Downloaded futures-task v0.3.30
13312024-05-30T03:14:55.742Z Downloaded foreign-types v0.5.0
13322024-05-30T03:14:55.742Z Downloaded der_derive v0.7.2
13332024-05-30T03:14:55.743Z Downloaded datatest-stable v0.2.9
13342024-05-30T03:14:55.743Z Downloaded url v2.5.0
13352024-05-30T03:14:55.743Z Downloaded smoltcp v0.11.0
13362024-05-30T03:14:55.743Z Downloaded crossbeam-deque v0.8.5
13372024-05-30T03:14:55.743Z Downloaded convert_case v0.4.0
13382024-05-30T03:14:55.743Z Downloaded colored v2.1.0
13392024-05-30T03:14:55.743Z Downloaded camino-tempfile v1.1.1
13402024-05-30T03:14:55.743Z Downloaded deranged v0.3.11
13412024-05-30T03:14:55.743Z Downloaded zone_cfg_derive v0.1.2
13422024-05-30T03:14:55.743Z Downloaded vte v0.11.1
13432024-05-30T03:14:55.744Z Downloaded tracing v0.1.40
13442024-05-30T03:14:55.744Z Downloaded tar v0.4.40
13452024-05-30T03:14:55.744Z Downloaded corncobs v0.1.3
13462024-05-30T03:14:55.744Z Downloaded bit-vec v0.6.3
13472024-05-30T03:14:55.744Z Downloaded foreign-types-macros v0.2.3
13482024-05-30T03:14:55.744Z Downloaded fallible-iterator v0.2.0
13492024-05-30T03:14:55.745Z Downloaded defmt-parser v0.3.4
13502024-05-30T03:14:55.745Z Downloaded defmt v0.3.8
13512024-05-30T03:14:55.745Z Downloaded debug-ignore v1.0.5
13522024-05-30T03:14:55.745Z Downloaded cstr-argument v0.1.2
13532024-05-30T03:14:55.745Z Downloaded wyz v0.5.1
13542024-05-30T03:14:55.745Z Downloaded whoami v1.5.1
13552024-05-30T03:14:55.745Z Downloaded snafu v0.8.2
13562024-05-30T03:14:55.745Z Downloaded sled v0.34.7
13572024-05-30T03:14:55.746Z Downloaded cobs v0.2.3
13582024-05-30T03:14:55.746Z Downloaded cipher v0.4.4
13592024-05-30T03:14:55.746Z Downloaded bytes v1.6.0
13602024-05-30T03:14:55.746Z Downloaded bitvec v1.0.1
13612024-05-30T03:14:55.746Z Downloaded untrusted v0.7.1
13622024-05-30T03:14:55.746Z Downloaded unsafe-libyaml v0.2.11
13632024-05-30T03:14:55.816Z Downloaded tracing-core v0.1.32
13642024-05-30T03:14:55.816Z Downloaded bitstruct v0.1.1
13652024-05-30T03:14:55.817Z Downloaded bitfield v0.14.0
13662024-05-30T03:14:55.817Z Downloaded atty v0.2.14
13672024-05-30T03:14:55.817Z Downloaded aho-corasick v1.1.3
13682024-05-30T03:14:55.817Z Downloaded tracing-attributes v0.1.27
13692024-05-30T03:14:55.817Z Downloaded term v0.7.0
13702024-05-30T03:14:55.817Z Downloaded tempfile v3.10.1
13712024-05-30T03:14:55.817Z Downloaded target-lexicon v0.12.14
13722024-05-30T03:14:55.817Z Downloaded take_mut v0.2.2
13732024-05-30T03:14:55.817Z Downloaded synstructure v0.12.6
13742024-05-30T03:14:55.817Z Downloaded crossbeam-epoch v0.9.18
13752024-05-30T03:14:55.817Z Downloaded ciborium-io v0.2.2
13762024-05-30T03:14:55.818Z Downloaded chacha20poly1305 v0.10.1
13772024-05-30T03:14:55.818Z Downloaded tower-layer v0.3.2
13782024-05-30T03:14:55.818Z Downloaded target-spec v3.1.0
13792024-05-30T03:14:55.819Z Downloaded tabled_derive v0.7.0
13802024-05-30T03:14:55.819Z Downloaded smoltcp v0.9.1
13812024-05-30T03:14:55.819Z Downloaded chacha20 v0.9.1
13822024-05-30T03:14:55.820Z Downloaded base64ct v1.6.0
13832024-05-30T03:14:55.820Z Downloaded base64 v0.22.1
13842024-05-30T03:14:55.820Z Downloaded base64 v0.13.1
13852024-05-30T03:14:55.820Z Downloaded tabwriter v1.4.0
13862024-05-30T03:14:55.820Z Downloaded strum_macros v0.24.3
13872024-05-30T03:14:55.820Z Downloaded strum v0.26.2
13882024-05-30T03:14:55.821Z Downloaded constant_time_eq v0.3.0
13892024-05-30T03:14:55.821Z Downloaded const_format_proc_macros v0.2.32
13902024-05-30T03:14:55.821Z Downloaded blake2b_simd v1.0.2
13912024-05-30T03:14:55.821Z Downloaded base16ct v0.2.0
13922024-05-30T03:14:55.821Z Downloaded allocator-api2 v0.2.18
13932024-05-30T03:14:55.821Z Downloaded cassowary v0.3.0
13942024-05-30T03:14:55.821Z Downloaded bzip2 v0.4.4
13952024-05-30T03:14:55.821Z Downloaded bytecount v0.6.8
13962024-05-30T03:14:55.821Z Downloaded bit-set v0.5.3
13972024-05-30T03:14:55.821Z Downloaded bcs v0.1.6
13982024-05-30T03:14:55.821Z Downloaded atomic-waker v1.1.2
13992024-05-30T03:14:55.822Z Downloaded async-trait v0.1.80
14002024-05-30T03:14:55.822Z Downloaded async-stream v0.3.5
14012024-05-30T03:14:55.822Z Downloaded assert_matches v1.5.0
14022024-05-30T03:14:55.822Z Downloaded ascii-canvas v3.0.0
14032024-05-30T03:14:55.822Z Downloaded blake2 v0.10.6
14042024-05-30T03:14:55.822Z Downloaded bitstruct_derive v0.1.0
14052024-05-30T03:14:55.822Z Downloaded array-init v0.0.4
14062024-05-30T03:14:55.823Z Downloaded slog v2.7.0
14072024-05-30T03:14:55.823Z Downloaded serde_arrays v0.1.0
14082024-05-30T03:14:55.823Z Downloaded rustls-pki-types v1.7.0
14092024-05-30T03:14:55.823Z Downloaded lalrpop v0.19.12
14102024-05-30T03:14:55.823Z Downloaded crunchy v0.2.2
14112024-05-30T03:14:55.823Z Downloaded block-padding v0.3.3
14122024-05-30T03:14:55.823Z Downloaded atomicwrites v0.4.3
14132024-05-30T03:14:55.823Z Downloaded rustls-webpki v0.101.7
14142024-05-30T03:14:55.824Z Downloaded reedline v0.31.0
14152024-05-30T03:14:55.824Z Downloaded num v0.4.3
14162024-05-30T03:14:55.824Z Downloaded mio v0.8.11
14172024-05-30T03:14:55.824Z Downloaded memoffset v0.7.1
14182024-05-30T03:14:55.824Z Downloaded memmap2 v0.9.4
14192024-05-30T03:14:55.824Z Downloaded maplit v1.0.2
14202024-05-30T03:14:55.824Z Downloaded managed v0.8.0
14212024-05-30T03:14:55.825Z Downloaded lru v0.12.3
14222024-05-30T03:14:55.825Z Downloaded linked-hash-map v0.5.6
14232024-05-30T03:14:55.825Z Downloaded libtest-mimic v0.7.3
14242024-05-30T03:14:55.825Z Downloaded resolv-conf v0.7.0
14252024-05-30T03:14:55.825Z Downloaded nodrop v0.1.14
14262024-05-30T03:14:55.825Z Downloaded newtype_derive v0.1.6
14272024-05-30T03:14:55.825Z Downloaded newtype-uuid v1.1.0
14282024-05-30T03:14:55.826Z Downloaded nanorand v0.7.0
14292024-05-30T03:14:55.826Z Downloaded multer v3.1.0
14302024-05-30T03:14:55.826Z Downloaded match_cfg v0.1.0
14312024-05-30T03:14:55.826Z Downloaded itertools v0.12.1
14322024-05-30T03:14:55.826Z Downloaded itertools v0.10.5
14332024-05-30T03:14:55.826Z Downloaded nom v7.1.3
14342024-05-30T03:14:55.827Z Downloaded nibble_vec v0.1.0
14352024-05-30T03:14:55.827Z Downloaded new_debug_unreachable v1.0.6
14362024-05-30T03:14:55.827Z Downloaded nested v0.1.1
14372024-05-30T03:14:55.827Z Downloaded native-tls v0.2.11
14382024-05-30T03:14:55.827Z Downloaded minimal-lexical v0.2.1
14392024-05-30T03:14:55.827Z Downloaded mime_guess v2.0.4
14402024-05-30T03:14:55.827Z Downloaded lock_api v0.4.12
14412024-05-30T03:14:55.827Z Downloaded linear-map v1.2.0
14422024-05-30T03:14:55.828Z Downloaded lazycell v1.3.0
14432024-05-30T03:14:55.828Z Downloaded inout v0.1.3
14442024-05-30T03:14:55.828Z Downloaded crucible-workspace-hack v0.1.0
14452024-05-30T03:14:55.828Z Downloaded cexpr v0.6.0
14462024-05-30T03:14:55.828Z Downloaded byteorder v1.5.0
14472024-05-30T03:14:55.828Z Downloaded async-recursion v1.1.1
14482024-05-30T03:14:55.828Z Downloaded nix v0.28.0
14492024-05-30T03:14:55.829Z Downloaded md-5 v0.10.6
14502024-05-30T03:14:55.829Z Downloaded matches v0.1.10
14512024-05-30T03:14:55.829Z Downloaded lru-cache v0.1.2
14522024-05-30T03:14:55.829Z Downloaded libm v0.2.8
14532024-05-30T03:14:55.829Z Downloaded kstat-rs v0.2.3
14542024-05-30T03:14:55.829Z Downloaded idna v0.5.0
14552024-05-30T03:14:55.829Z Downloaded memmap v0.7.0
14562024-05-30T03:14:55.830Z Downloaded idna v0.3.0
14572024-05-30T03:14:55.830Z Downloaded lalrpop-util v0.19.12
14582024-05-30T03:14:55.830Z Downloaded httpdate v1.0.3
14592024-05-30T03:14:55.830Z Downloaded ascii v1.1.0
14602024-05-30T03:14:55.830Z Downloaded mime v0.3.17
14612024-05-30T03:14:55.830Z Downloaded libloading v0.8.3
14622024-05-30T03:14:55.830Z Downloaded libefi-sys v0.1.0
14632024-05-30T03:14:55.873Z Downloaded lazy_static v1.4.0
14642024-05-30T03:14:55.873Z Downloaded keccak v0.1.5
14652024-05-30T03:14:55.873Z Downloaded instant v0.1.12
14662024-05-30T03:14:55.873Z Downloaded hyper-tls v0.5.0
14672024-05-30T03:14:55.873Z Downloaded humantime v2.1.0
14682024-05-30T03:14:55.873Z Downloaded async-stream-impl v0.3.5
14692024-05-30T03:14:55.874Z Downloaded libsw v3.3.1
14702024-05-30T03:14:55.874Z Downloaded libxml v0.3.3
14712024-05-30T03:14:55.874Z Downloaded ident_case v1.0.1
14722024-05-30T03:14:55.874Z Downloaded hubpack_derive v0.1.1
14732024-05-30T03:14:55.874Z Downloaded log v0.4.21
14742024-05-30T03:14:55.874Z Downloaded impl-trait-for-tuples v0.2.2
14752024-05-30T03:14:55.874Z Downloaded idna v0.2.3
14762024-05-30T03:14:55.875Z Downloaded http-body v0.4.6
14772024-05-30T03:14:55.875Z Downloaded is-terminal v0.4.12
14782024-05-30T03:14:55.875Z Downloaded indoc v2.0.5
14792024-05-30T03:14:55.875Z Downloaded indoc v1.0.9
14802024-05-30T03:14:55.875Z Downloaded indicatif v0.17.8
14812024-05-30T03:14:55.875Z Downloaded httptest v0.15.5
14822024-05-30T03:14:55.875Z Downloaded http-body v1.0.0
14832024-05-30T03:14:55.875Z Downloaded hyper-util v0.1.3
14842024-05-30T03:14:55.875Z Downloaded hyper-staticfile v0.9.5
14852024-05-30T03:14:55.875Z Downloaded hyper-rustls v0.26.0
14862024-05-30T03:14:55.876Z Downloaded hyper-rustls v0.24.2
14872024-05-30T03:14:55.876Z Downloaded hubpack v0.1.2
14882024-05-30T03:14:55.876Z Downloaded httparse v1.8.0
14892024-05-30T03:14:55.876Z Downloaded http-range v0.1.5
14902024-05-30T03:14:55.876Z Downloaded http v0.2.12
14912024-05-30T03:14:55.876Z Downloaded hostname v0.4.0
14922024-05-30T03:14:55.876Z Downloaded hostname v0.3.1
14932024-05-30T03:14:55.876Z Downloaded home v0.5.9
14942024-05-30T03:14:55.877Z Downloaded indexmap v1.9.3
14952024-05-30T03:14:55.877Z Downloaded hyper v0.14.28
14962024-05-30T03:14:55.877Z Downloaded http v1.1.0
14972024-05-30T03:14:55.877Z Downloaded approx v0.5.1
14982024-05-30T03:14:55.877Z Downloaded anes v0.1.6
14992024-05-30T03:14:55.877Z Downloaded heapless v0.7.17
15002024-05-30T03:14:55.877Z Downloaded block-buffer v0.10.4
15012024-05-30T03:14:55.877Z Downloaded highway v1.1.0
15022024-05-30T03:14:55.878Z Downloaded heapless v0.8.0
15032024-05-30T03:14:55.878Z Downloaded bb8 v0.8.3
15042024-05-30T03:14:55.878Z Downloaded assert_cmd v2.0.14
15052024-05-30T03:14:55.878Z Downloaded arrayvec v0.7.4
15062024-05-30T03:14:55.878Z Downloaded argon2 v0.5.3
15072024-05-30T03:14:55.878Z Downloaded ahash v0.8.11
15082024-05-30T03:14:55.878Z Downloaded heck v0.4.1
15092024-05-30T03:14:55.878Z Downloaded headers-core v0.2.0
15102024-05-30T03:14:55.878Z Downloaded arc-swap v1.7.1
15112024-05-30T03:14:55.878Z Downloaded hex v0.4.3
15122024-05-30T03:14:55.878Z Downloaded heck v0.3.3
15132024-05-30T03:14:55.878Z Downloaded arrayref v0.3.7
15142024-05-30T03:14:55.879Z Downloaded addr2line v0.21.0
15152024-05-30T03:14:55.879Z Compiling libc v0.2.153
15162024-05-30T03:14:55.879Z Compiling serde v1.0.202
15172024-05-30T03:14:55.879Z Compiling version_check v0.9.4
15182024-05-30T03:14:55.879Z Checking cfg-if v1.0.0
15192024-05-30T03:14:55.879Z Compiling lock_api v0.4.12
15202024-05-30T03:14:55.879Z Compiling parking_lot_core v0.9.10
15212024-05-30T03:14:55.879Z Compiling syn v2.0.64
15222024-05-30T03:14:55.879Z Compiling libm v0.2.8
15232024-05-30T03:14:55.879Z Compiling cc v1.0.97
15242024-05-30T03:14:55.880Z Compiling num-traits v0.2.19
15252024-05-30T03:14:55.914Z Compiling serde_json v1.0.117
15262024-05-30T03:14:55.914Z Compiling once_cell v1.19.0
15272024-05-30T03:14:55.951Z Compiling memchr v2.7.2
15282024-05-30T03:14:56.087Z Compiling ahash v0.8.11
15292024-05-30T03:14:56.383Z Compiling byteorder v1.5.0
15302024-05-30T03:14:56.432Z Compiling syn v1.0.109
15312024-05-30T03:14:56.762Z Compiling log v0.4.21
15322024-05-30T03:14:57.126Z Compiling slab v0.4.9
15332024-05-30T03:14:57.173Z Checking getrandom v0.2.14
15342024-05-30T03:14:57.453Z Compiling typenum v1.17.0
15352024-05-30T03:14:57.912Z Checking itoa v1.0.11
15362024-05-30T03:14:57.912Z Compiling generic-array v0.14.7
15372024-05-30T03:14:57.912Z Checking scopeguard v1.2.0
15382024-05-30T03:14:58.564Z Checking smallvec v1.13.2
15392024-05-30T03:14:58.565Z Compiling allocator-api2 v0.2.18
15402024-05-30T03:14:58.565Z Compiling pkg-config v0.3.30
15412024-05-30T03:14:58.565Z Compiling rustix v0.38.34
15422024-05-30T03:14:58.565Z Compiling schemars v0.8.20
15432024-05-30T03:14:58.566Z Compiling httparse v1.8.0
15442024-05-30T03:14:58.566Z Compiling ring v0.17.8
15452024-05-30T03:14:58.704Z Checking pin-project-lite v0.2.14
15462024-05-30T03:14:58.832Z Compiling time-core v0.1.2
15472024-05-30T03:14:58.879Z Checking parking_lot v0.12.2
15482024-05-30T03:14:59.321Z Compiling num-conv v0.1.0
15492024-05-30T03:14:59.363Z Compiling fnv v1.0.7
15502024-05-30T03:14:59.363Z Compiling vcpkg v0.2.15
15512024-05-30T03:14:59.363Z Compiling time-macros v0.2.18
15522024-05-30T03:14:59.363Z Checking signal-hook-registry v1.4.2
15532024-05-30T03:14:59.363Z Compiling heck v0.4.1
15542024-05-30T03:15:00.284Z Checking mio v0.8.11
15552024-05-30T03:15:00.284Z Compiling aho-corasick v1.1.3
15562024-05-30T03:15:01.136Z Compiling openssl-sys v0.9.102
15572024-05-30T03:15:01.195Z Checking ryu v1.0.18
15582024-05-30T03:15:01.380Z Compiling regex-syntax v0.8.3
15592024-05-30T03:15:02.130Z Compiling serde_derive_internals v0.29.1
15602024-05-30T03:15:02.244Z Checking num_cpus v1.16.0
15612024-05-30T03:15:02.330Z Checking rand_core v0.6.4
15622024-05-30T03:15:02.587Z Checking futures-core v0.3.30
15632024-05-30T03:15:03.355Z Compiling openssl v0.10.64
15642024-05-30T03:15:03.355Z Checking socket2 v0.5.7
15652024-05-30T03:15:03.355Z Compiling rustversion v1.0.17
15662024-05-30T03:15:03.501Z Compiling slog v2.7.0
15672024-05-30T03:15:03.836Z Compiling ucd-trie v0.1.6
15682024-05-30T03:15:03.954Z Compiling crossbeam-utils v0.8.19
15692024-05-30T03:15:04.365Z Compiling regex-automata v0.4.6
15702024-05-30T03:15:04.397Z Compiling iana-time-zone v0.1.60
15712024-05-30T03:15:04.491Z Compiling rustls v0.21.12
15722024-05-30T03:15:04.537Z Compiling native-tls v0.2.11
15732024-05-30T03:15:04.716Z Compiling cookie v0.17.0
15742024-05-30T03:15:04.784Z Compiling backtrace v0.3.71
15752024-05-30T03:15:04.924Z Compiling dyn-clone v1.0.17
15762024-05-30T03:15:05.159Z Compiling anyhow v1.0.83
15772024-05-30T03:15:05.279Z Checking futures-sink v0.3.30
15782024-05-30T03:15:05.754Z Compiling tinyvec_macros v0.1.1
15792024-05-30T03:15:05.842Z Compiling tinyvec v1.6.0
15802024-05-30T03:15:05.973Z Compiling thread-id v4.2.1
15812024-05-30T03:15:07.307Z Checking pin-utils v0.1.0
15822024-05-30T03:15:07.343Z Checking futures-channel v0.3.30
15832024-05-30T03:15:07.344Z Compiling errno v0.3.9
15842024-05-30T03:15:07.344Z Compiling either v1.12.0
15852024-05-30T03:15:07.344Z Compiling unicode-bidi v0.3.15
15862024-05-30T03:15:07.344Z Compiling unicode-normalization v0.1.23
15872024-05-30T03:15:07.344Z Checking futures-io v0.3.30
15882024-05-30T03:15:07.344Z Checking futures-task v0.3.30
15892024-05-30T03:15:07.344Z Compiling unicode-width v0.1.12
15902024-05-30T03:15:07.375Z Compiling spin v0.9.8
15912024-05-30T03:15:07.711Z Compiling usdt-impl v0.5.0
15922024-05-30T03:15:07.794Z Compiling plain v0.2.3
15932024-05-30T03:15:07.843Z Compiling serde_derive v1.0.202
15942024-05-30T03:15:07.915Z Compiling zerocopy-derive v0.7.34
15952024-05-30T03:15:07.951Z Compiling thiserror-impl v1.0.60
15962024-05-30T03:15:07.990Z Compiling zeroize_derive v1.4.2
15972024-05-30T03:15:08.491Z Compiling tokio-macros v2.2.0
15982024-05-30T03:15:08.520Z Compiling futures-macro v0.3.30
15992024-05-30T03:15:08.865Z Compiling tracing-attributes v0.1.27
16002024-05-30T03:15:09.316Z Compiling schemars_derive v0.8.20
16012024-05-30T03:15:09.458Z Compiling regex v1.10.4
16022024-05-30T03:15:09.818Z Compiling zerocopy v0.7.34
16032024-05-30T03:15:09.885Z Compiling openssl-macros v0.1.1
16042024-05-30T03:15:10.390Z Checking zeroize v1.7.0
16052024-05-30T03:15:10.535Z Compiling async-trait v0.1.80
16062024-05-30T03:15:11.089Z Compiling thiserror v1.0.60
16072024-05-30T03:15:11.089Z Compiling pest v2.7.10
16082024-05-30T03:15:11.648Z Compiling hashbrown v0.14.5
16092024-05-30T03:15:12.121Z Compiling scroll_derive v0.12.0
16102024-05-30T03:15:12.156Z Compiling der_derive v0.7.2
16112024-05-30T03:15:12.789Z Checking futures-util v0.3.30
16122024-05-30T03:15:13.312Z Compiling pest_meta v2.7.10
16132024-05-30T03:15:13.377Z Compiling scroll v0.12.0
16142024-05-30T03:15:13.378Z Compiling winnow v0.5.40
16152024-05-30T03:15:13.424Z Compiling crc32fast v1.4.0
16162024-05-30T03:15:13.842Z Compiling goblin v0.8.2
16172024-05-30T03:15:14.401Z Compiling pest_generator v2.7.10
16182024-05-30T03:15:16.067Z Checking subtle v2.5.0
16192024-05-30T03:15:16.277Z Compiling pretty-hex v0.4.1
16202024-05-30T03:15:16.473Z Compiling const-oid v0.9.6
16212024-05-30T03:15:17.032Z Compiling percent-encoding v2.3.1
16222024-05-30T03:15:17.633Z Compiling pest_derive v2.7.10
16232024-05-30T03:15:17.879Z Compiling tracing-core v0.1.32
16242024-05-30T03:15:18.268Z Compiling dtrace-parser v0.2.0
16252024-05-30T03:15:18.480Z Compiling untrusted v0.9.0
16262024-05-30T03:15:19.186Z Checking bytes v1.6.0
16272024-05-30T03:15:19.221Z Checking bitflags v2.5.0
16282024-05-30T03:15:19.221Z Compiling tracing v0.1.40
16292024-05-30T03:15:19.327Z Compiling clap_derive v4.5.4
16302024-05-30T03:15:19.475Z Checking tokio v1.37.0
16312024-05-30T03:15:19.536Z Compiling powerfmt v0.2.0
16322024-05-30T03:15:20.095Z Compiling indexmap v2.2.6
16332024-05-30T03:15:20.318Z Compiling semver v1.0.23
16342024-05-30T03:15:20.941Z Compiling serde_tokenstream v0.2.0
16352024-05-30T03:15:21.262Z Compiling uuid v1.8.0
16362024-05-30T03:15:21.407Z Compiling chrono v0.4.38
16372024-05-30T03:15:21.579Z Compiling http v0.2.12
16382024-05-30T03:15:21.895Z Compiling toml_datetime v0.6.6
16392024-05-30T03:15:22.304Z Compiling serde_spanned v0.6.6
16402024-05-30T03:15:22.428Z Compiling rustc_version v0.4.0
16412024-05-30T03:15:22.570Z Compiling toml_edit v0.19.15
16422024-05-30T03:15:23.056Z Compiling openapiv3 v2.0.0
16432024-05-30T03:15:23.621Z Compiling dof v0.3.0
16442024-05-30T03:15:25.103Z Compiling spin v0.5.2
16452024-05-30T03:15:25.257Z Compiling foreign-types-shared v0.1.1
16462024-05-30T03:15:25.316Z Compiling signal-hook v0.3.17
16472024-05-30T03:15:25.371Z Compiling foreign-types v0.3.2
16482024-05-30T03:15:25.545Z Compiling deranged v0.3.11
16492024-05-30T03:15:25.579Z Compiling form_urlencoded v1.2.1
16502024-05-30T03:15:25.845Z Compiling crypto-common v0.1.6
16512024-05-30T03:15:25.883Z Compiling usdt-macro v0.5.0
16522024-05-30T03:15:26.052Z Compiling usdt-attr-macro v0.5.0
16532024-05-30T03:15:26.377Z Compiling zerocopy-derive v0.6.6
16542024-05-30T03:15:27.153Z Compiling siphasher v0.3.11
16552024-05-30T03:15:27.183Z Compiling try-lock v0.2.5
16562024-05-30T03:15:27.215Z Compiling base64 v0.21.7
16572024-05-30T03:15:27.320Z Compiling num_threads v0.1.7
16582024-05-30T03:15:27.431Z Compiling time v0.3.36
16592024-05-30T03:15:27.480Z Compiling want v0.3.1
16602024-05-30T03:15:27.515Z Compiling http-body v0.4.6
16612024-05-30T03:15:27.741Z Compiling sct v0.7.1
16622024-05-30T03:15:28.265Z Compiling rustls-webpki v0.101.7
16632024-05-30T03:15:28.304Z Compiling block-buffer v0.10.4
16642024-05-30T03:15:28.304Z Compiling idna v0.5.0
16652024-05-30T03:15:28.304Z Compiling openssl-probe v0.1.5
16662024-05-30T03:15:28.481Z Compiling httpdate v1.0.3
16672024-05-30T03:15:28.671Z Compiling tower-service v0.3.2
16682024-05-30T03:15:28.784Z Compiling url v2.5.0
16692024-05-30T03:15:29.222Z Compiling tokio-util v0.7.11
16702024-05-30T03:15:29.670Z Compiling digest v0.10.7
16712024-05-30T03:15:29.698Z Compiling heapless v0.7.17
16722024-05-30T03:15:29.902Z Compiling idna v0.3.0
16732024-05-30T03:15:30.321Z Compiling h2 v0.3.26
16742024-05-30T03:15:30.569Z Compiling psl-types v2.0.11
16752024-05-30T03:15:30.756Z Compiling ppv-lite86 v0.2.17
16762024-05-30T03:15:31.353Z Compiling crossbeam-epoch v0.9.18
16772024-05-30T03:15:31.403Z Compiling rand_chacha v0.3.1
16782024-05-30T03:15:32.047Z Compiling publicsuffix v2.2.3
16792024-05-30T03:15:32.082Z Compiling tokio-rustls v0.24.1
16802024-05-30T03:15:32.082Z Compiling ipnet v2.9.0
16812024-05-30T03:15:32.372Z Compiling adler v1.0.2
16822024-05-30T03:15:32.991Z Compiling bit-vec v0.6.3
16832024-05-30T03:15:33.041Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16842024-05-30T03:15:33.181Z Compiling tokio-native-tls v0.3.1
16852024-05-30T03:15:33.383Z Compiling miniz_oxide v0.7.2
16862024-05-30T03:15:33.436Z Compiling cookie_store v0.20.0
16872024-05-30T03:15:33.718Z Compiling rand v0.8.5
16882024-05-30T03:15:34.152Z Compiling rustls-pemfile v1.0.4
16892024-05-30T03:15:34.517Z Compiling phf_shared v0.10.0
16902024-05-30T03:15:34.672Z Compiling serde_urlencoded v0.7.1
16912024-05-30T03:15:34.698Z Compiling lazy_static v1.4.0
16922024-05-30T03:15:34.860Z Compiling encoding_rs v0.8.34
16932024-05-30T03:15:34.948Z Compiling smoltcp v0.9.1
16942024-05-30T03:15:34.974Z Compiling fixedbitset v0.4.2
16952024-05-30T03:15:35.185Z Compiling webpki-roots v0.25.4
16962024-05-30T03:15:35.336Z Compiling base64ct v1.6.0
16972024-05-30T03:15:35.902Z Compiling minimal-lexical v0.2.1
16982024-05-30T03:15:35.902Z Compiling mime v0.3.17
16992024-05-30T03:15:35.902Z Compiling hyper v0.14.28
17002024-05-30T03:15:35.902Z Compiling precomputed-hash v0.1.1
17012024-05-30T03:15:35.902Z Compiling new_debug_unreachable v1.0.6
17022024-05-30T03:15:35.903Z Compiling sync_wrapper v0.1.2
17032024-05-30T03:15:35.950Z Compiling gimli v0.28.1
17042024-05-30T03:15:36.489Z Checking equivalent v1.0.1
17052024-05-30T03:15:36.491Z Compiling string_cache v0.8.7
17062024-05-30T03:15:36.492Z Compiling pem-rfc7468 v0.7.0
17072024-05-30T03:15:36.492Z Compiling nom v7.1.3
17082024-05-30T03:15:36.903Z Compiling petgraph v0.6.5
17092024-05-30T03:15:37.047Z Compiling bit-set v0.5.3
17102024-05-30T03:15:37.089Z Compiling hmac v0.12.1
17112024-05-30T03:15:37.300Z Compiling enum-as-inner v0.5.1
17122024-05-30T03:15:37.378Z Compiling hubpack_derive v0.1.1
17132024-05-30T03:15:38.017Z Compiling itertools v0.10.5
17142024-05-30T03:15:38.485Z Compiling diesel_table_macro_syntax v0.1.0
17152024-05-30T03:15:38.485Z Compiling object v0.32.2
17162024-05-30T03:15:38.485Z Compiling flagset v0.4.5
17172024-05-30T03:15:38.637Z Compiling unicode-segmentation v1.11.0
17182024-05-30T03:15:38.768Z Compiling rustc-demangle v0.1.24
17192024-05-30T03:15:39.282Z Compiling addr2line v0.21.0
17202024-05-30T03:15:39.747Z Compiling lalrpop-util v0.19.12
17212024-05-30T03:15:39.793Z Compiling toml_edit v0.22.13
17222024-05-30T03:15:39.793Z Compiling der v0.7.9
17232024-05-30T03:15:39.839Z Compiling diesel_derives v2.1.4
17242024-05-30T03:15:40.159Z Compiling futures-executor v0.3.30
17252024-05-30T03:15:40.605Z Compiling itertools v0.12.1
17262024-05-30T03:15:40.644Z Compiling finl_unicode v1.2.0
17272024-05-30T03:15:40.689Z Compiling cpufeatures v0.2.12
17282024-05-30T03:15:40.769Z Compiling sha2 v0.10.8
17292024-05-30T03:15:41.114Z Compiling stringprep v0.1.4
17302024-05-30T03:15:42.121Z Compiling hyper-rustls v0.24.2
17312024-05-30T03:15:42.405Z Compiling hyper-tls v0.5.0
17322024-05-30T03:15:42.444Z Compiling spki v0.7.3
17332024-05-30T03:15:42.748Z Compiling reqwest v0.11.27
17342024-05-30T03:15:42.794Z Compiling flate2 v1.0.30
17352024-05-30T03:15:43.139Z Compiling futures v0.3.30
17362024-05-30T03:15:43.655Z Compiling md-5 v0.10.6
17372024-05-30T03:15:43.687Z Compiling toml v0.7.8
17382024-05-30T03:15:43.687Z Compiling hex v0.4.3
17392024-05-30T03:15:43.687Z Compiling strum_macros v0.25.3
17402024-05-30T03:15:44.022Z Compiling serde_repr v0.1.19
17412024-05-30T03:15:44.945Z Compiling num-integer v0.1.46
17422024-05-30T03:15:45.481Z Compiling hash32 v0.2.1
17432024-05-30T03:15:45.481Z Compiling fs-err v2.11.0
17442024-05-30T03:15:45.567Z Compiling stable_deref_trait v1.2.0
17452024-05-30T03:15:45.729Z Compiling fallible-iterator v0.2.0
17462024-05-30T03:15:46.266Z Compiling postgres-protocol v0.6.6
17472024-05-30T03:15:48.190Z Compiling pkcs8 v0.10.2
17482024-05-30T03:15:48.289Z Compiling phf_shared v0.11.2
17492024-05-30T03:15:48.290Z Compiling terminal_size v0.3.0
17502024-05-30T03:15:48.290Z Compiling ff v0.13.0
17512024-05-30T03:15:48.291Z Compiling block-padding v0.3.3
17522024-05-30T03:15:48.291Z Compiling scheduled-thread-pool v0.2.7
17532024-05-30T03:15:48.291Z Compiling managed v0.8.0
17542024-05-30T03:15:48.291Z Compiling bitflags v1.3.2
17552024-05-30T03:15:48.292Z Compiling base16ct v0.2.0
17562024-05-30T03:15:48.347Z Compiling matches v0.1.10
17572024-05-30T03:15:48.347Z Compiling peg-runtime v0.8.3
17582024-05-30T03:15:48.348Z Compiling idna v0.2.3
17592024-05-30T03:15:48.349Z Compiling clap_builder v4.5.2
17602024-05-30T03:15:48.350Z Compiling sec1 v0.7.3
17612024-05-30T03:15:48.350Z Compiling r2d2 v0.8.10
17622024-05-30T03:15:48.406Z Compiling inout v0.1.3
17632024-05-30T03:15:48.619Z Compiling signal-hook-mio v0.2.3
17642024-05-30T03:15:48.659Z Compiling group v0.13.0
17652024-05-30T03:15:48.766Z Compiling phf v0.11.2
17662024-05-30T03:15:48.953Z Compiling postgres-types v0.2.6
17672024-05-30T03:15:50.305Z Compiling num-bigint v0.4.5
17682024-05-30T03:15:50.346Z Compiling hubpack v0.1.2
17692024-05-30T03:15:50.346Z Compiling hkdf v0.12.4
17702024-05-30T03:15:50.346Z Compiling zerocopy v0.6.6
17712024-05-30T03:15:50.410Z Compiling ipnetwork v0.20.0
17722024-05-30T03:15:50.478Z Compiling crypto-bigint v0.5.5
17732024-05-30T03:15:50.524Z Compiling float-cmp v0.9.0
17742024-05-30T03:15:50.971Z Compiling memmap v0.7.0
17752024-05-30T03:15:51.009Z Checking unicode-ident v1.0.12
17762024-05-30T03:15:51.201Z Compiling static_assertions v1.1.0
17772024-05-30T03:15:51.277Z Compiling normalize-line-endings v0.3.0
17782024-05-30T03:15:51.339Z Compiling difflib v0.4.0
17792024-05-30T03:15:51.392Z Compiling predicates-core v1.0.6
17802024-05-30T03:15:51.433Z Compiling whoami v1.5.1
17812024-05-30T03:15:51.874Z Compiling data-encoding v2.6.0
17822024-05-30T03:15:51.964Z Compiling tokio-postgres v0.7.10
17832024-05-30T03:15:52.003Z Compiling diesel v2.1.6
17842024-05-30T03:15:53.211Z Compiling yasna v0.5.2
17852024-05-30T03:15:53.606Z Compiling elliptic-curve v0.13.8
17862024-05-30T03:15:54.207Z Compiling trust-dns-proto v0.22.0
17872024-05-30T03:15:54.714Z Compiling predicates v3.1.0
17882024-05-30T03:15:55.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17892024-05-30T03:15:55.227Z Compiling usdt v0.5.0
17902024-05-30T03:15:55.670Z Compiling clap v4.5.4
17912024-05-30T03:15:55.761Z Compiling crossterm v0.27.0
17922024-05-30T03:15:55.847Z Compiling cipher v0.4.4
17932024-05-30T03:15:56.094Z Compiling num-iter v0.1.45
17942024-05-30T03:15:56.192Z Compiling similar v2.5.0
17952024-05-30T03:15:56.257Z Compiling console v0.15.8
17962024-05-30T03:15:56.509Z Compiling tokio-stream v0.1.15
17972024-05-30T03:15:57.514Z Compiling bstr v1.9.1
17982024-05-30T03:15:58.566Z Checking proc-macro2 v1.0.82
17992024-05-30T03:15:59.145Z Checking quote v1.0.36
18002024-05-30T03:16:02.480Z Checking utf8parse v0.2.1
18012024-05-30T03:16:06.705Z Checking anstyle v1.0.7
18022024-05-30T03:16:08.113Z Checking anstyle-parse v0.2.4
18032024-05-30T03:16:08.113Z Checking is_terminal_polyfill v1.70.0
18042024-05-30T03:16:08.153Z Checking anstyle-query v1.0.3
18052024-05-30T03:16:08.184Z Checking colorchoice v1.0.1
18062024-05-30T03:16:08.286Z Checking anstream v0.6.14
18072024-05-30T03:16:08.335Z Checking strsim v0.11.1
18082024-05-30T03:16:08.613Z Checking clap_lex v0.7.0
18092024-05-30T03:16:11.556Z Checking winnow v0.6.8
18102024-05-30T03:16:20.049Z Compiling regress v0.9.1
18112024-05-30T03:16:20.088Z Compiling getopts v0.2.21
18122024-05-30T03:16:20.088Z Checking heck v0.5.0
18132024-05-30T03:16:20.089Z Compiling unsafe-libyaml v0.2.11
18142024-05-30T03:16:20.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152024-05-30T03:16:20.720Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18162024-05-30T03:16:21.047Z Compiling serde_yaml v0.9.34+deprecated
18172024-05-30T03:16:21.182Z Checking camino v1.1.7
18182024-05-30T03:16:21.619Z Checking base64 v0.22.1
18192024-05-30T03:16:21.620Z Checking is-terminal v0.4.12
18202024-05-30T03:16:21.620Z Compiling ident_case v1.0.1
18212024-05-30T03:16:21.620Z Checking sha1 v0.10.6
18222024-05-30T03:16:21.654Z Compiling darling_core v0.20.9
18232024-05-30T03:16:21.682Z Checking http v1.1.0
18242024-05-30T03:16:21.682Z Compiling paste v1.0.15
18252024-05-30T03:16:21.843Z Compiling strum_macros v0.26.2
18262024-05-30T03:16:22.161Z Checking fastrand v2.1.0
18272024-05-30T03:16:22.412Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18282024-05-30T03:16:22.746Z Checking match_cfg v0.1.0
18292024-05-30T03:16:22.831Z Checking rustls-pki-types v1.7.0
18302024-05-30T03:16:23.179Z Checking hostname v0.3.1
18312024-05-30T03:16:23.285Z Checking tempfile v3.10.1
18322024-05-30T03:16:23.644Z Checking dirs-sys-next v0.1.2
18332024-05-30T03:16:23.797Z Checking quick-error v1.2.3
18342024-05-30T03:16:23.909Z Checking dirs-next v2.0.0
18352024-05-30T03:16:24.033Z Checking crossbeam-channel v0.5.12
18362024-05-30T03:16:24.557Z Checking thread_local v1.1.8
18372024-05-30T03:16:24.587Z Compiling rustls v0.22.4
18382024-05-30T03:16:24.628Z Compiling slog-async v2.8.0
18392024-05-30T03:16:24.670Z Checking term v0.7.0
18402024-05-30T03:16:24.811Z Checking rustls-webpki v0.102.4
18412024-05-30T03:16:24.848Z Checking instant v0.1.12
18422024-05-30T03:16:24.948Z Checking take_mut v0.2.2
18432024-05-30T03:16:25.080Z Checking slog-term v2.9.1
18442024-05-30T03:16:25.138Z Checking rustls-pemfile v2.1.2
18452024-05-30T03:16:25.355Z Compiling multer v3.1.0
18462024-05-30T03:16:25.411Z Checking debug-ignore v1.0.5
18472024-05-30T03:16:25.499Z Checking toml v0.8.13
18482024-05-30T03:16:25.558Z Checking slog-json v2.6.1
18492024-05-30T03:16:25.664Z Compiling async-stream-impl v0.3.5
18502024-05-30T03:16:25.778Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18512024-05-30T03:16:26.019Z Checking strum v0.26.2
18522024-05-30T03:16:26.074Z Checking atomic-waker v1.1.2
18532024-05-30T03:16:26.174Z Checking waitgroup v0.1.2
18542024-05-30T03:16:26.208Z Checking slog-bunyan v2.5.0
18552024-05-30T03:16:26.292Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18562024-05-30T03:16:26.335Z Checking serde_path_to_error v0.1.16
18572024-05-30T03:16:26.561Z Checking hostname v0.4.0
18582024-05-30T03:16:26.661Z Checking newtype-uuid v1.1.0
18592024-05-30T03:16:26.789Z Checking async-stream v0.3.5
18602024-05-30T03:16:26.853Z Checking wait-timeout v0.2.0
18612024-05-30T03:16:26.878Z Compiling structmeta-derive v0.3.0
18622024-05-30T03:16:26.953Z Compiling structmeta-derive v0.2.0
18632024-05-30T03:16:27.019Z Checking rusty-fork v0.3.0
18642024-05-30T03:16:27.256Z Checking rand_xorshift v0.3.0
18652024-05-30T03:16:27.411Z Checking unarray v0.1.4
18662024-05-30T03:16:27.550Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18672024-05-30T03:16:27.586Z Compiling darling_macro v0.20.9
18682024-05-30T03:16:27.784Z Checking proptest v1.4.0
18692024-05-30T03:16:28.082Z Checking backoff v0.4.0
18702024-05-30T03:16:28.322Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18712024-05-30T03:16:28.393Z Compiling darling v0.20.9
18722024-05-30T03:16:28.841Z Checking tokio-rustls v0.25.0
18732024-05-30T03:16:28.866Z Compiling serde_with_macros v3.8.1
18742024-05-30T03:16:28.909Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18752024-05-30T03:16:29.035Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18762024-05-30T03:16:29.274Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18772024-05-30T03:16:29.385Z Compiling structmeta v0.3.0
18782024-05-30T03:16:29.410Z Compiling structmeta v0.2.0
18792024-05-30T03:16:29.759Z Compiling parse-display-derive v0.9.0
18802024-05-30T03:16:29.786Z Compiling test-strategy v0.3.1
18812024-05-30T03:16:29.934Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18822024-05-30T03:16:30.078Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18832024-05-30T03:16:30.376Z Checking macaddr v1.0.1
18842024-05-30T03:16:30.646Z Compiling proc-macro-error-attr v1.0.4
18852024-05-30T03:16:30.935Z Compiling proc-macro-error v1.0.4
18862024-05-30T03:16:31.481Z Checking serde_with v3.8.1
18872024-05-30T03:16:31.602Z Checking camino-tempfile v1.1.1
18882024-05-30T03:16:31.798Z Compiling proc-macro-crate v1.3.1
18892024-05-30T03:16:31.860Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-05-30T03:16:32.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18912024-05-30T03:16:32.388Z Compiling foreign-types-macros v0.2.3
18922024-05-30T03:16:32.640Z Checking foreign-types-shared v0.3.1
18932024-05-30T03:16:32.744Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18942024-05-30T03:16:32.778Z Compiling num_enum_derive v0.5.11
18952024-05-30T03:16:33.131Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18962024-05-30T03:16:33.268Z Checking cstr-argument v0.1.2
18972024-05-30T03:16:33.418Z Checking foreign-types v0.5.0
18982024-05-30T03:16:33.447Z Checking pretty-hex v0.2.1
18992024-05-30T03:16:33.520Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19002024-05-30T03:16:33.596Z Checking tabwriter v1.4.0
19012024-05-30T03:16:33.785Z Checking colored v2.1.0
19022024-05-30T03:16:33.814Z Checking socket2 v0.4.10
19032024-05-30T03:16:33.840Z Checking smf v0.2.3
19042024-05-30T03:16:33.878Z Checking parse-display v0.9.0
19052024-05-30T03:16:34.000Z Checking humantime v2.1.0
19062024-05-30T03:16:34.067Z Checking termcolor v1.4.1
19072024-05-30T03:16:34.114Z Checking arc-swap v1.7.1
19082024-05-30T03:16:34.171Z Checking xattr v1.3.1
19092024-05-30T03:16:34.233Z Checking filetime v0.2.23
19102024-05-30T03:16:34.273Z Checking same-file v1.0.6
19112024-05-30T03:16:34.370Z Checking utf-8 v0.7.6
19122024-05-30T03:16:34.412Z Checking newline-converter v0.3.0
19132024-05-30T03:16:34.461Z Checking tar v0.4.40
19142024-05-30T03:16:34.462Z Checking walkdir v2.5.0
19152024-05-30T03:16:34.495Z Checking slog-scope v4.4.0
19162024-05-30T03:16:34.526Z Compiling heapless v0.8.0
19172024-05-30T03:16:34.556Z Checking termtree v0.4.1
19182024-05-30T03:16:34.644Z Checking slog-stdlog v4.1.1
19192024-05-30T03:16:34.695Z Checking expectorate v1.1.0
19202024-05-30T03:16:34.739Z Checking predicates-tree v1.0.9
19212024-05-30T03:16:34.797Z Checking slog-envlogger v2.2.0
19222024-05-30T03:16:34.831Z Checking tungstenite v0.20.1
19232024-05-30T03:16:34.863Z Checking hash32 v0.3.1
19242024-05-30T03:16:34.986Z Compiling smoltcp v0.11.0
19252024-05-30T03:16:35.046Z Checking num_enum v0.5.11
19262024-05-30T03:16:35.084Z Compiling crucible-workspace-hack v0.1.0
19272024-05-30T03:16:35.154Z Checking embedded-io v0.4.0
19282024-05-30T03:16:35.601Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19292024-05-30T03:16:36.057Z Checking cobs v0.2.3
19302024-05-30T03:16:36.058Z Checking sigpipe v0.1.3
19312024-05-30T03:16:36.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19322024-05-30T03:16:36.058Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19332024-05-30T03:16:36.058Z Checking postcard v1.0.8
19342024-05-30T03:16:36.058Z Checking tokio-tungstenite v0.20.1
19352024-05-30T03:16:36.512Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19362024-05-30T03:16:36.512Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19372024-05-30T03:16:36.512Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19382024-05-30T03:16:36.512Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19392024-05-30T03:16:36.512Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19402024-05-30T03:16:36.513Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19412024-05-30T03:16:36.513Z Compiling num-derive v0.4.2
19422024-05-30T03:16:36.548Z Compiling mockall_derive v0.12.1
19432024-05-30T03:16:36.583Z Checking downcast v0.11.0
19442024-05-30T03:16:36.748Z Checking fragile v2.0.0
19452024-05-30T03:16:36.958Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19462024-05-30T03:16:37.189Z Checking pem v3.0.4
19472024-05-30T03:16:37.357Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19482024-05-30T03:16:37.408Z Checking atty v0.2.14
19492024-05-30T03:16:37.505Z Compiling derive-where v1.2.7
19502024-05-30T03:16:37.537Z Checking env_logger v0.9.3
19512024-05-30T03:16:37.925Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19522024-05-30T03:16:37.981Z Compiling bitstruct_derive v0.1.0
19532024-05-30T03:16:38.232Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-05-30T03:16:38.266Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19552024-05-30T03:16:38.360Z Checking ascii v1.1.0
19562024-05-30T03:16:38.429Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19572024-05-30T03:16:39.031Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19582024-05-30T03:16:39.132Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19592024-05-30T03:16:39.132Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-05-30T03:16:39.132Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-05-30T03:16:39.684Z Checking bitstruct v0.1.1
19622024-05-30T03:16:39.751Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-05-30T03:16:39.751Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-05-30T03:16:39.751Z Checking erased-serde v0.3.31
19652024-05-30T03:16:39.752Z Checking serde_arrays v0.1.0
19662024-05-30T03:16:39.752Z Compiling heck v0.3.3
19672024-05-30T03:16:39.788Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19682024-05-30T03:16:39.840Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19692024-05-30T03:16:40.008Z Checking tungstenite v0.21.0
19702024-05-30T03:16:40.043Z Compiling zone_cfg_derive v0.1.2
19712024-05-30T03:16:40.558Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19722024-05-30T03:16:40.644Z Checking base64 v0.13.1
19732024-05-30T03:16:40.822Z Checking tokio-tungstenite v0.21.0
19742024-05-30T03:16:40.960Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19752024-05-30T03:16:41.010Z Checking ron v0.7.1
19762024-05-30T03:16:41.224Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
19772024-05-30T03:16:41.269Z Checking headers-core v0.2.0
19782024-05-30T03:16:41.376Z Checking zone v0.1.8
19792024-05-30T03:16:41.417Z Checking portpicker v0.1.1
19802024-05-30T03:16:41.468Z Checking headers v0.3.9
19812024-05-30T03:16:41.593Z Checking rcgen v0.12.1
19822024-05-30T03:16:41.892Z Checking atomicwrites v0.4.3
19832024-05-30T03:16:42.337Z Checking subprocess v0.2.9
19842024-05-30T03:16:42.371Z Compiling convert_case v0.4.0
19852024-05-30T03:16:42.372Z Checking linked-hash-map v0.5.6
19862024-05-30T03:16:42.372Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19872024-05-30T03:16:42.372Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19882024-05-30T03:16:42.424Z Checking lru-cache v0.1.2
19892024-05-30T03:16:42.424Z Checking password-hash v0.5.0
19902024-05-30T03:16:42.561Z Checking blake2 v0.10.6
19912024-05-30T03:16:42.690Z Checking swrite v0.1.0
19922024-05-30T03:16:43.188Z Compiling rayon-core v1.12.1
19932024-05-30T03:16:43.244Z Checking resolv-conf v0.7.0
19942024-05-30T03:16:43.244Z Checking argon2 v0.5.3
19952024-05-30T03:16:43.244Z Compiling derive_more v0.99.17
19962024-05-30T03:16:43.244Z Checking half v2.4.1
19972024-05-30T03:16:43.245Z Checking mockall v0.12.1
19982024-05-30T03:16:43.245Z Checking trust-dns-resolver v0.22.0
19992024-05-30T03:16:43.328Z Compiling cancel-safe-futures v0.1.5
20002024-05-30T03:16:43.428Z Checking ciborium-io v0.2.2
20012024-05-30T03:16:43.514Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20022024-05-30T03:16:43.555Z Checking ciborium-ll v0.2.2
20032024-05-30T03:16:43.588Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20042024-05-30T03:16:43.796Z Checking ciborium v0.2.2
20052024-05-30T03:16:43.967Z Compiling slog-dtrace v0.3.0
20062024-05-30T03:16:44.010Z Compiling semver v0.1.20
20072024-05-30T03:16:44.246Z Compiling rustc_version v0.1.7
20082024-05-30T03:16:44.364Z Checking libsw v3.3.1
20092024-05-30T03:16:44.514Z Checking owo-colors v4.0.0
20102024-05-30T03:16:44.555Z Checking linear-map v1.2.0
20112024-05-30T03:16:44.588Z Compiling unicode-xid v0.2.4
20122024-05-30T03:16:44.632Z Compiling radium v0.7.0
20132024-05-30T03:16:44.691Z Compiling newtype_derive v0.1.6
20142024-05-30T03:16:45.139Z Checking num-rational v0.4.2
20152024-05-30T03:16:45.140Z Checking num-complex v0.4.6
20162024-05-30T03:16:45.140Z Checking nibble_vec v0.1.0
20172024-05-30T03:16:45.140Z Checking steno v0.4.0
20182024-05-30T03:16:45.669Z Checking tap v1.0.1
20192024-05-30T03:16:45.703Z Checking endian-type v0.1.2
20202024-05-30T03:16:45.703Z Compiling maybe-uninit v2.0.0
20212024-05-30T03:16:45.703Z Checking radix_trie v0.2.1
20222024-05-30T03:16:45.704Z Checking num v0.4.3
20232024-05-30T03:16:46.148Z Checking wyz v0.5.1
20242024-05-30T03:16:46.196Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20252024-05-30T03:16:46.196Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20262024-05-30T03:16:46.197Z Compiling bzip2-sys v0.1.11+1.0.8
20272024-05-30T03:16:46.243Z Checking fxhash v0.2.1
20282024-05-30T03:16:46.362Z Checking funty v2.0.0
20292024-05-30T03:16:46.871Z Compiling packed_struct v0.10.1
20302024-05-30T03:16:46.918Z Compiling num-bigint-dig v0.8.4
20312024-05-30T03:16:46.984Z Checking crc-catalog v2.4.0
20322024-05-30T03:16:47.098Z Checking crc v3.2.1
20332024-05-30T03:16:47.141Z Checking bitvec v1.0.1
20342024-05-30T03:16:47.184Z Compiling packed_struct_codegen v0.10.1
20352024-05-30T03:16:47.450Z Compiling indexmap v1.9.3
20362024-05-30T03:16:47.634Z Checking nodrop v0.1.14
20372024-05-30T03:16:47.741Z Checking array-init v0.0.4
20382024-05-30T03:16:47.828Z Checking smallvec v0.6.14
20392024-05-30T03:16:47.872Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20402024-05-30T03:16:48.104Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-05-30T03:16:48.646Z Checking pkcs1 v0.7.5
20422024-05-30T03:16:48.646Z Checking signature v2.2.0
20432024-05-30T03:16:48.711Z Checking hashbrown v0.12.3
20442024-05-30T03:16:48.806Z Checking bitfield v0.14.0
20452024-05-30T03:16:49.032Z Checking serde-hex v0.1.0
20462024-05-30T03:16:49.122Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20472024-05-30T03:16:49.562Z Checking bzip2 v0.4.4
20482024-05-30T03:16:50.124Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20492024-05-30T03:16:50.125Z Checking env_logger v0.10.2
20502024-05-30T03:16:50.125Z Checking x509-cert v0.2.5
20512024-05-30T03:16:50.125Z Checking rsa v0.9.6
20522024-05-30T03:16:50.125Z Checking ron v0.8.1
20532024-05-30T03:16:50.218Z Checking hashbrown v0.13.2
20542024-05-30T03:16:50.272Z Compiling home v0.5.9
20552024-05-30T03:16:50.471Z Checking crc-any v2.5.0
20562024-05-30T03:16:50.748Z Checking zip v0.6.6
20572024-05-30T03:16:50.783Z Checking path-slash v0.1.5
20582024-05-30T03:16:50.886Z Checking display-error-chain v0.2.0
20592024-05-30T03:16:50.983Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20602024-05-30T03:16:51.022Z Compiling async-recursion v1.1.1
20612024-05-30T03:16:51.023Z Checking object v0.30.4
20622024-05-30T03:16:51.143Z Compiling blake3 v1.5.1
20632024-05-30T03:16:51.205Z Compiling ring v0.16.20
20642024-05-30T03:16:51.700Z Compiling buf-list v1.0.3
20652024-05-30T03:16:52.180Z Checking maplit v1.0.2
20662024-05-30T03:16:52.180Z Checking gethostname v0.4.3
20672024-05-30T03:16:52.180Z Compiling libefi-sys v0.1.0
20682024-05-30T03:16:52.234Z Compiling parking_lot_core v0.8.6
20692024-05-30T03:16:52.273Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20702024-05-30T03:16:52.338Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20712024-05-30T03:16:52.418Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20722024-05-30T03:16:53.630Z Compiling crossbeam-deque v0.8.5
20732024-05-30T03:16:53.630Z Checking keccak v0.1.5
20742024-05-30T03:16:53.631Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20752024-05-30T03:16:53.631Z Checking sha3 v0.10.8
20762024-05-30T03:16:53.631Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20772024-05-30T03:16:53.631Z Checking parking_lot v0.11.2
20782024-05-30T03:16:53.671Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20792024-05-30T03:16:53.830Z Checking trust-dns-client v0.22.0
20802024-05-30T03:16:53.977Z Compiling synstructure v0.12.6
20812024-05-30T03:16:54.034Z Checking toml v0.5.11
20822024-05-30T03:16:54.400Z Checking secrecy v0.8.0
20832024-05-30T03:16:54.575Z Compiling pin-project-internal v1.1.5
20842024-05-30T03:16:54.868Z Compiling rayon v1.10.0
20852024-05-30T03:16:56.156Z Checking sled v0.34.7
20862024-05-30T03:16:56.616Z Checking trust-dns-server v0.22.1
20872024-05-30T03:16:56.616Z Compiling zerocopy-derive v0.2.0
20882024-05-30T03:16:57.138Z Checking pin-project v1.1.5
20892024-05-30T03:16:57.182Z Compiling memmap2 v0.9.4
20902024-05-30T03:16:57.264Z Compiling untrusted v0.7.1
20912024-05-30T03:16:57.323Z Compiling arrayvec v0.7.4
20922024-05-30T03:16:57.323Z Compiling constant_time_eq v0.3.0
20932024-05-30T03:16:57.383Z Compiling arrayref v0.3.7
20942024-05-30T03:16:57.572Z Compiling toolchain_find v0.4.0
20952024-05-30T03:16:58.178Z Compiling vte_generate_state_changes v0.1.1
20962024-05-30T03:16:58.179Z Compiling topological-sort v0.2.2
20972024-05-30T03:16:58.344Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20982024-05-30T03:16:58.600Z Compiling rustfmt-wrapper v0.2.1
20992024-05-30T03:16:58.828Z Checking vte v0.11.1
21002024-05-30T03:16:59.494Z Compiling omicron-zone-package v0.11.0
21012024-05-30T03:16:59.547Z Checking fd-lock v4.0.2
21022024-05-30T03:16:59.547Z Checking glob v0.3.1
21032024-05-30T03:16:59.582Z Compiling usdt-impl v0.3.5
21042024-05-30T03:16:59.833Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21052024-05-30T03:16:59.875Z Checking strip-ansi-escapes v0.2.0
21062024-05-30T03:16:59.920Z Checking nu-ansi-term v0.50.0
21072024-05-30T03:17:00.570Z Compiling zerocopy v0.3.2
21082024-05-30T03:17:00.613Z Compiling prettyplease v0.2.20
21092024-05-30T03:17:00.613Z Checking reedline v0.31.0
21102024-05-30T03:17:00.613Z Compiling dtrace-parser v0.1.14
21112024-05-30T03:17:00.613Z Compiling snafu-derive v0.8.2
21122024-05-30T03:17:01.062Z Compiling dof v0.1.5
21132024-05-30T03:17:01.113Z Checking globset v0.4.14
21142024-05-30T03:17:01.503Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21152024-05-30T03:17:01.663Z Checking olpc-cjson v0.1.3
21162024-05-30T03:17:01.854Z Compiling serde_tokenstream v0.1.7
21172024-05-30T03:17:02.133Z Checking serde_plain v1.0.2
21182024-05-30T03:17:02.335Z Compiling memoffset v0.7.1
21192024-05-30T03:17:02.508Z Compiling platforms v3.4.0
21202024-05-30T03:17:02.575Z Compiling crunchy v0.2.2
21212024-05-30T03:17:02.836Z Checking typed-path v0.7.1
21222024-05-30T03:17:03.050Z Compiling curve25519-dalek v4.1.2
21232024-05-30T03:17:03.093Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21242024-05-30T03:17:03.562Z Compiling clang-sys v1.7.0
21252024-05-30T03:17:04.014Z Compiling unicase v2.7.0
21262024-05-30T03:17:04.055Z Checking parse-size v1.0.0
21272024-05-30T03:17:04.055Z Compiling tiny-keccak v2.0.2
21282024-05-30T03:17:04.414Z Compiling usdt-attr-macro v0.3.5
21292024-05-30T03:17:04.443Z Compiling usdt-macro v0.3.5
21302024-05-30T03:17:04.474Z Checking universal-hash v0.5.1
21312024-05-30T03:17:04.507Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21322024-05-30T03:17:04.655Z Compiling thiserror-impl-no-std v2.0.2
21332024-05-30T03:17:04.836Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-30T03:17:05.216Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21352024-05-30T03:17:05.585Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21362024-05-30T03:17:06.044Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21372024-05-30T03:17:06.610Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21382024-05-30T03:17:06.666Z Checking snafu v0.8.2
21392024-05-30T03:17:07.065Z Checking tough v0.17.1
21402024-05-30T03:17:07.355Z Compiling curve25519-dalek-derive v0.1.1
21412024-05-30T03:17:07.384Z Checking nanorand v0.7.0
21422024-05-30T03:17:07.688Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21432024-05-30T03:17:07.917Z Checking signature v1.6.4
21442024-05-30T03:17:08.042Z Compiling cfg_aliases v0.1.1
21452024-05-30T03:17:08.158Z Checking bytecount v0.6.8
21462024-05-30T03:17:08.197Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21472024-05-30T03:17:08.228Z Checking opaque-debug v0.3.1
21482024-05-30T03:17:08.278Z Compiling salty v0.2.0
21492024-05-30T03:17:08.306Z Checking papergrid v0.11.0
21502024-05-30T03:17:08.799Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21512024-05-30T03:17:08.837Z Checking poly1305 v0.8.0
21522024-05-30T03:17:09.145Z Compiling nix v0.28.0
21532024-05-30T03:17:09.657Z Checking ed25519 v1.5.3
21542024-05-30T03:17:09.721Z Checking flume v0.11.0
21552024-05-30T03:17:09.795Z Checking thiserror-no-std v2.0.2
21562024-05-30T03:17:09.880Z Checking usdt v0.3.5
21572024-05-30T03:17:09.907Z Compiling ascii-canvas v3.0.0
21582024-05-30T03:17:10.145Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21592024-05-30T03:17:10.173Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21602024-05-30T03:17:10.198Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21612024-05-30T03:17:10.395Z Compiling tabled_derive v0.7.0
21622024-05-30T03:17:10.442Z Checking chacha20 v0.9.1
21632024-05-30T03:17:10.467Z Checking aead v0.5.2
21642024-05-30T03:17:10.536Z Checking serde-big-array v0.5.1
21652024-05-30T03:17:10.689Z Checking kstat-rs v0.2.3
21662024-05-30T03:17:10.742Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21672024-05-30T03:17:10.885Z Compiling ena v0.14.3
21682024-05-30T03:17:10.928Z Compiling libloading v0.8.3
21692024-05-30T03:17:10.974Z Compiling regex-syntax v0.6.29
21702024-05-30T03:17:11.220Z Compiling bindgen v0.69.4
21712024-05-30T03:17:11.272Z Compiling diff v0.1.13
21722024-05-30T03:17:11.464Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21732024-05-30T03:17:12.227Z Checking chacha20poly1305 v0.10.1
21742024-05-30T03:17:12.260Z Checking vsss-rs v3.3.4
21752024-05-30T03:17:12.507Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21762024-05-30T03:17:12.532Z Checking tabled v0.15.0
21772024-05-30T03:17:13.664Z Compiling lalrpop v0.19.12
21782024-05-30T03:17:14.606Z Compiling which v4.4.2
21792024-05-30T03:17:14.970Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21802024-05-30T03:17:15.185Z Checking signal-hook-tokio v0.3.1
21812024-05-30T03:17:15.235Z Compiling cexpr v0.6.0
21822024-05-30T03:17:15.362Z Checking serde-big-array v0.4.1
21832024-05-30T03:17:15.492Z Compiling rustc-hash v1.1.0
21842024-05-30T03:17:15.666Z Compiling ref-cast v1.0.23
21852024-05-30T03:17:15.761Z Compiling shlex v1.3.0
21862024-05-30T03:17:16.127Z Compiling lazycell v1.3.0
21872024-05-30T03:17:16.249Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21882024-05-30T03:17:16.851Z Compiling mime_guess v2.0.4
21892024-05-30T03:17:17.125Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21902024-05-30T03:17:17.988Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21912024-05-30T03:17:18.201Z Compiling derive_builder_core v0.20.0
21922024-05-30T03:17:18.573Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21932024-05-30T03:17:19.228Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-05-30T03:17:20.320Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21952024-05-30T03:17:20.573Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21962024-05-30T03:17:21.682Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21972024-05-30T03:17:22.425Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21982024-05-30T03:17:23.205Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21992024-05-30T03:17:23.788Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22002024-05-30T03:17:23.873Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22012024-05-30T03:17:23.946Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22022024-05-30T03:17:24.257Z Compiling peg-macros v0.8.3
22032024-05-30T03:17:25.237Z Compiling ref-cast-impl v1.0.23
22042024-05-30T03:17:25.897Z Compiling sqlparser_derive v0.2.2
22052024-05-30T03:17:26.178Z Compiling libxml v0.3.3
22062024-05-30T03:17:26.456Z Checking unicode_categories v0.1.1
22072024-05-30T03:17:26.831Z Checking corncobs v0.1.3
22082024-05-30T03:17:26.961Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22092024-05-30T03:17:26.998Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22102024-05-30T03:17:27.173Z Checking peg v0.8.3
22112024-05-30T03:17:27.621Z Checking rustyline v14.0.0
22122024-05-30T03:17:27.647Z Checking sqlparser v0.45.0
22132024-05-30T03:17:27.647Z Checking sqlformat v0.2.3
22142024-05-30T03:17:28.732Z Compiling derive_builder_macro v0.20.0
22152024-05-30T03:17:29.041Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22162024-05-30T03:17:29.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22172024-05-30T03:17:29.727Z Checking bcs v0.1.6
22182024-05-30T03:17:29.781Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22192024-05-30T03:17:30.169Z Compiling strum_macros v0.24.3
22202024-05-30T03:17:30.892Z Compiling cookie v0.18.1
22212024-05-30T03:17:31.130Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22222024-05-30T03:17:31.363Z Checking highway v1.1.0
22232024-05-30T03:17:31.739Z Compiling indoc v1.0.9
22242024-05-30T03:17:33.170Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22252024-05-30T03:17:33.204Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22262024-05-30T03:17:33.204Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22272024-05-30T03:17:33.236Z Checking derive_builder v0.20.0
22282024-05-30T03:17:33.433Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22292024-05-30T03:17:34.366Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22302024-05-30T03:17:34.579Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22312024-05-30T03:17:35.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22322024-05-30T03:17:35.123Z Compiling const_format_proc_macros v0.2.32
22332024-05-30T03:17:36.905Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22342024-05-30T03:17:37.142Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22352024-05-30T03:17:37.323Z Checking bb8 v0.8.3
22362024-05-30T03:17:37.371Z Checking quick-xml v0.31.0
22372024-05-30T03:17:37.406Z Compiling impl-trait-for-tuples v0.2.2
22382024-05-30T03:17:37.577Z Compiling oso-derive v0.27.3
22392024-05-30T03:17:37.710Z Checking http-range v0.1.5
22402024-05-30T03:17:37.868Z Checking hyper-staticfile v0.9.5
22412024-05-30T03:17:38.243Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22422024-05-30T03:17:38.773Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22432024-05-30T03:17:38.773Z Checking const_format v0.2.32
22442024-05-30T03:17:39.077Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22452024-05-30T03:17:39.345Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22462024-05-30T03:17:39.862Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22472024-05-30T03:17:41.296Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22482024-05-30T03:17:41.764Z Checking assert_matches v1.5.0
22492024-05-30T03:17:41.807Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22502024-05-30T03:17:41.858Z Compiling portable-atomic v1.6.0
22512024-05-30T03:17:42.375Z Checking rand_seeder v0.2.3
22522024-05-30T03:17:42.559Z Checking number_prefix v0.4.0
22532024-05-30T03:17:42.602Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22542024-05-30T03:17:42.760Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22552024-05-30T03:17:42.796Z Checking castaway v0.2.2
22562024-05-30T03:17:42.947Z Checking compact_str v0.7.1
22572024-05-30T03:17:43.567Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22582024-05-30T03:17:43.652Z Checking indicatif v0.17.8
22592024-05-30T03:17:43.798Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22602024-05-30T03:17:43.918Z Checking lru v0.12.3
22612024-05-30T03:17:44.456Z Compiling stability v0.2.0
22622024-05-30T03:17:44.487Z Compiling indoc v2.0.5
22632024-05-30T03:17:44.487Z Checking cassowary v0.3.0
22642024-05-30T03:17:44.679Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22652024-05-30T03:17:44.891Z Checking unicode-linebreak v0.1.5
22662024-05-30T03:17:45.180Z Checking ratatui v0.26.2
22672024-05-30T03:17:45.269Z Checking smawk v0.3.2
22682024-05-30T03:17:45.413Z Checking textwrap v0.16.1
22692024-05-30T03:17:45.733Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22702024-05-30T03:17:45.956Z Checking is_ci v1.2.0
22712024-05-30T03:17:46.106Z Checking supports-color v3.0.0
22722024-05-30T03:17:46.305Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22732024-05-30T03:17:46.404Z Checking fatfs v0.3.6
22742024-05-30T03:17:46.594Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22752024-05-30T03:17:47.313Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22762024-05-30T03:17:47.681Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22772024-05-30T03:17:47.744Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22782024-05-30T03:17:47.779Z Checking shell-words v1.1.0
22792024-05-30T03:17:47.959Z Checking rtoolbox v0.0.2
22802024-05-30T03:17:48.143Z Checking rpassword v7.3.1
22812024-05-30T03:17:48.305Z Checking tui-tree-widget v0.19.0
22822024-05-30T03:17:48.525Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22832024-05-30T03:17:48.616Z Checking yansi v0.5.1
22842024-05-30T03:17:48.676Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22852024-05-30T03:17:49.109Z Checking pretty_assertions v1.4.0
22862024-05-30T03:17:49.667Z Compiling target-lexicon v0.12.14
22872024-05-30T03:17:49.767Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22882024-05-30T03:17:50.087Z Checking cargo-platform v0.1.8
22892024-05-30T03:17:50.364Z Checking plotters-backend v0.3.5
22902024-05-30T03:17:50.658Z Compiling doc-comment v0.3.3
22912024-05-30T03:17:50.696Z Compiling guppy-workspace-hack v0.1.0
22922024-05-30T03:17:50.961Z Checking plotters-svg v0.3.5
22932024-05-30T03:17:51.176Z Checking cargo_metadata v0.18.1
22942024-05-30T03:17:51.343Z Checking http-body v1.0.0
22952024-05-30T03:17:51.524Z Checking cast v0.3.0
22962024-05-30T03:17:51.568Z Checking tower-layer v0.3.2
22972024-05-30T03:17:51.802Z Checking regex-automata v0.1.10
22982024-05-30T03:17:51.830Z Compiling target-spec v3.1.0
22992024-05-30T03:17:52.142Z Compiling assert_cmd v2.0.14
23002024-05-30T03:17:52.293Z Checking bstr v0.2.17
23012024-05-30T03:17:52.514Z Checking tower v0.4.13
23022024-05-30T03:17:52.540Z Checking criterion-plot v0.5.0
23032024-05-30T03:17:53.346Z Checking cfg-expr v0.15.8
23042024-05-30T03:17:53.373Z Checking hyper v1.3.1
23052024-05-30T03:17:53.373Z Checking plotters v0.3.5
23062024-05-30T03:17:53.639Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23072024-05-30T03:17:54.029Z Checking tinytemplate v1.2.1
23082024-05-30T03:17:54.372Z Checking csv-core v0.1.11
23092024-05-30T03:17:54.633Z Checking anes v0.1.6
23102024-05-30T03:17:54.658Z Checking oorandom v11.1.3
23112024-05-30T03:17:54.813Z Checking csv v1.3.0
23122024-05-30T03:17:54.950Z Checking criterion v0.5.1
23132024-05-30T03:17:55.653Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23142024-05-30T03:17:55.989Z Checking hyper-util v0.1.3
23152024-05-30T03:17:56.455Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23162024-05-30T03:17:56.657Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23172024-05-30T03:17:57.281Z Checking httptest v0.15.5
23182024-05-30T03:17:57.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23192024-05-30T03:17:57.638Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23202024-05-30T03:17:57.886Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23212024-05-30T03:17:58.687Z Checking rustls-native-certs v0.7.0
23222024-05-30T03:17:58.833Z Checking pathdiff v0.2.1
23232024-05-30T03:17:59.134Z Checking nested v0.1.1
23242024-05-30T03:17:59.321Z Checking guppy v0.17.5
23252024-05-30T03:18:01.136Z Checking hyper-rustls v0.26.0
23262024-05-30T03:18:01.261Z Checking escape8259 v0.5.2
23272024-05-30T03:18:01.424Z Checking threadpool v1.8.1
23282024-05-30T03:18:01.463Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23292024-05-30T03:18:01.599Z Checking libtest-mimic v0.7.3
23302024-05-30T03:18:01.977Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23312024-05-30T03:18:02.631Z Checking similar-asserts v1.5.0
23322024-05-30T03:18:03.471Z Checking fancy-regex v0.13.0
23332024-05-30T03:18:03.471Z Compiling rstest_macros v0.19.0
23342024-05-30T03:18:03.471Z Checking datatest-stable v0.2.9
23352024-05-30T03:18:03.471Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23362024-05-30T03:18:03.471Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23372024-05-30T03:18:03.509Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23382024-05-30T03:18:03.956Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23392024-05-30T03:18:04.082Z Compiling trybuild v1.0.96
23402024-05-30T03:18:04.113Z Compiling relative-path v1.9.3
23412024-05-30T03:18:04.332Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23422024-05-30T03:18:04.501Z Checking blake2b_simd v1.0.2
23432024-05-30T03:18:05.217Z Checking multimap v0.10.0
23442024-05-30T03:18:05.480Z Checking futures-timer v3.0.3
23452024-05-30T03:18:05.736Z Checking rust-argon2 v2.1.0
23462024-05-30T03:18:08.170Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23472024-05-30T03:18:09.787Z Checking partial-io v0.5.4
23482024-05-30T03:18:10.287Z Checking approx v0.5.1
23492024-05-30T03:18:10.504Z Checking uzers v0.11.3
23502024-05-30T03:18:10.567Z Checking termios v0.3.3
23512024-05-30T03:18:10.783Z Checking hex-literal v0.4.1
23522024-05-30T03:18:12.308Z Checking rstest v0.19.0
23532024-05-30T03:18:12.965Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23542024-05-30T03:18:15.519Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23552024-05-30T03:18:21.359Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23562024-05-30T03:18:29.966Z Compiling samael v0.0.15
23572024-05-30T03:18:52.411Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23582024-05-30T03:18:53.000Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23592024-05-30T03:19:05.728Z Compiling polar-core v0.27.3
23602024-05-30T03:19:14.834Z Checking oso v0.27.3
23612024-05-30T03:19:51.974Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23622024-05-30T03:19:51.974Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23632024-05-30T03:19:51.974Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23642024-05-30T03:21:19.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s
23652024-05-30T03:21:19.657Z
23662024-05-30T03:21:19.657Zreal 7:24.375487492
23672024-05-30T03:21:19.657Zuser 33:41.411844717
23682024-05-30T03:21:19.657Zsys 6:23.204506337
23692024-05-30T03:21:19.657Ztrap 0.991253665
23702024-05-30T03:21:19.657Ztflt 0.622596413
23712024-05-30T03:21:19.682Zdflt 1.998107313
23722024-05-30T03:21:19.683Zkflt 0.002856188
23732024-05-30T03:21:19.683Zlock 56:55.182424024
23742024-05-30T03:21:19.683Zslp 1:40:50.483724901
23752024-05-30T03:21:19.683Zlat 1:53.622203409
23762024-05-30T03:21:19.683Zstop 5:47.242942777
23772024-05-30T03:21:21.329Zwarning: output filename collision.
23782024-05-30T03:21:21.330ZThe 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)`.
23792024-05-30T03:21:21.330ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23802024-05-30T03:21:21.330ZThe targets should have unique names.
23812024-05-30T03:21:21.330ZThis is a known bug where multiple crates with the same name use
23822024-05-30T03:21:21.330Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23832024-05-30T03:21:21.330Zwarning: output filename collision.
23842024-05-30T03:21:21.330ZThe 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)`.
23852024-05-30T03:21:21.330ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23862024-05-30T03:21:21.330ZThe targets should have unique names.
23872024-05-30T03:21:21.331ZThis is a known bug where multiple crates with the same name use
23882024-05-30T03:21:21.331Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23892024-05-30T03:21:21.815Zwarning: output filename collision.
23902024-05-30T03:21:21.816ZThe 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)`.
23912024-05-30T03:21:21.816ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23922024-05-30T03:21:21.816ZThe targets should have unique names.
23932024-05-30T03:21:21.816ZThis is a known bug where multiple crates with the same name use
23942024-05-30T03:21:21.816Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-30T03:21:21.816Zwarning: output filename collision.
23962024-05-30T03:21:21.816ZThe 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)`.
23972024-05-30T03:21:21.816ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
23982024-05-30T03:21:21.816ZThe targets should have unique names.
23992024-05-30T03:21:21.816ZThis is a known bug where multiple crates with the same name use
24002024-05-30T03:21:21.816Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-30T03:21:21.816Zwarning: output filename collision.
24022024-05-30T03:21:21.816ZThe 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)`.
24032024-05-30T03:21:21.816ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24042024-05-30T03:21:21.816ZThe targets should have unique names.
24052024-05-30T03:21:21.816ZThis is a known bug where multiple crates with the same name use
24062024-05-30T03:21:21.816Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-30T03:21:21.816Zwarning: output filename collision.
24082024-05-30T03:21:21.816ZThe 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)`.
24092024-05-30T03:21:21.816ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24102024-05-30T03:21:21.817ZThe targets should have unique names.
24112024-05-30T03:21:21.817ZThis is a known bug where multiple crates with the same name use
24122024-05-30T03:21:21.817Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-30T03:21:21.817Zwarning: output filename collision.
24142024-05-30T03:21:21.817ZThe 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)`.
24152024-05-30T03:21:21.817ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24162024-05-30T03:21:21.817ZThe targets should have unique names.
24172024-05-30T03:21:21.817ZThis is a known bug where multiple crates with the same name use
24182024-05-30T03:21:21.817Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-30T03:21:21.817Zwarning: output filename collision.
24202024-05-30T03:21:21.817ZThe 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)`.
24212024-05-30T03:21:21.817ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24222024-05-30T03:21:21.817ZThe targets should have unique names.
24232024-05-30T03:21:21.817ZThis is a known bug where multiple crates with the same name use
24242024-05-30T03:21:21.817Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-30T03:21:21.817Zwarning: output filename collision.
24262024-05-30T03:21:21.817ZThe 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`.
24272024-05-30T03:21:21.817ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24282024-05-30T03:21:21.817ZThe targets should have unique names.
24292024-05-30T03:21:21.817ZThis is a known bug where multiple crates with the same name use
24302024-05-30T03:21:21.817Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-05-30T03:21:21.817Z Documenting libc v0.2.153
24322024-05-30T03:21:21.817Z Documenting cfg-if v1.0.0
24332024-05-30T03:21:21.817Z Documenting serde_derive v1.0.202
24342024-05-30T03:21:21.818Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24352024-05-30T03:21:21.818Z Documenting log v0.4.21
24362024-05-30T03:21:21.818Z Documenting memchr v2.7.2
24372024-05-30T03:21:21.818Z Documenting byteorder v1.5.0
24382024-05-30T03:21:21.818Z Documenting itoa v1.0.11
24392024-05-30T03:21:21.924Z Documenting scopeguard v1.2.0
24402024-05-30T03:21:24.088Z Documenting smallvec v1.13.2
24412024-05-30T03:21:24.527Z Documenting pin-project-lite v0.2.14
24422024-05-30T03:21:25.441Z Documenting getrandom v0.2.14
24432024-05-30T03:21:25.650Z Documenting libm v0.2.8
24442024-05-30T03:21:25.755Z Documenting signal-hook-registry v1.4.2
24452024-05-30T03:21:25.879Z Documenting lock_api v0.4.12
24462024-05-30T03:21:26.023Z Documenting mio v0.8.11
24472024-05-30T03:21:27.015Z Documenting parking_lot_core v0.9.10
24482024-05-30T03:21:27.201Z Documenting once_cell v1.19.0
24492024-05-30T03:21:27.919Z Documenting serde v1.0.202
24502024-05-30T03:21:28.588Z Documenting num-traits v0.2.19
24512024-05-30T03:21:29.236Z Documenting rand_core v0.6.4
24522024-05-30T03:21:29.802Z Documenting thiserror-impl v1.0.60
24532024-05-30T03:21:29.838Z Documenting zeroize_derive v1.4.2
24542024-05-30T03:21:30.362Z Documenting ryu v1.0.18
24552024-05-30T03:21:31.144Z Documenting futures-core v0.3.30
24562024-05-30T03:21:31.174Z Documenting parking_lot v0.12.2
24572024-05-30T03:21:32.964Z Documenting num_cpus v1.16.0
24582024-05-30T03:21:33.272Z Documenting socket2 v0.5.7
24592024-05-30T03:21:33.438Z Documenting tokio-macros v2.2.0
24602024-05-30T03:21:34.819Z Documenting zeroize v1.7.0
24612024-05-30T03:21:34.916Z Documenting thiserror v1.0.60
24622024-05-30T03:21:35.046Z Documenting zerocopy v0.7.34
24632024-05-30T03:21:35.639Z Documenting futures-sink v0.3.30
24642024-05-30T03:21:36.957Z Documenting typenum v1.17.0
24652024-05-30T03:21:37.554Z Documenting iana-time-zone v0.1.60
24662024-05-30T03:21:39.537Z Documenting pin-utils v0.1.0
24672024-05-30T03:21:39.562Z Documenting subtle v2.5.0
24682024-05-30T03:21:39.562Z Documenting slab v0.4.9
24692024-05-30T03:21:39.589Z Documenting futures-channel v0.3.30
24702024-05-30T03:21:47.008Z Documenting bytes v1.6.0
24712024-05-30T03:21:50.323Z Documenting bitflags v2.5.0
24722024-05-30T03:21:50.563Z Documenting serde_json v1.0.117
24732024-05-30T03:21:50.629Z Documenting chrono v0.4.38
24742024-05-30T03:21:50.655Z Documenting futures-macro v0.3.30
24752024-05-30T03:21:50.847Z Documenting futures-task v0.3.30
24762024-05-30T03:21:50.979Z Documenting futures-io v0.3.30
24772024-05-30T03:21:51.005Z Documenting tokio v1.37.0
24782024-05-30T03:21:51.801Z Documenting generic-array v0.14.7
24792024-05-30T03:21:54.677Z Documenting uuid v1.8.0
24802024-05-30T03:21:54.716Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812024-05-30T03:21:54.878Z Documenting ahash v0.8.11
24822024-05-30T03:21:54.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24832024-05-30T03:21:55.592Z Documenting futures-util v0.3.30
24842024-05-30T03:21:55.654Z Documenting allocator-api2 v0.2.18
24852024-05-30T03:21:56.247Z Documenting const-oid v0.9.6
24862024-05-30T03:21:56.395Z Documenting crypto-common v0.1.6
24872024-05-30T03:21:56.458Z Documenting tinyvec_macros v0.1.1
24882024-05-30T03:21:58.748Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24892024-05-30T03:21:59.159Z Documenting tinyvec v1.6.0
24902024-05-30T03:21:59.236Z Documenting serde_derive_internals v0.29.1
24912024-05-30T03:21:59.518Z Documenting hashbrown v0.14.5
24922024-05-30T03:22:00.706Z Checking serde_derive_internals v0.29.1
24932024-05-30T03:22:01.230Z Documenting dyn-clone v1.0.17
24942024-05-30T03:22:01.255Z Documenting ppv-lite86 v0.2.17
24952024-05-30T03:22:01.547Z Documenting tracing-core v0.1.32
24962024-05-30T03:22:02.483Z Documenting unicode-normalization v0.1.23
24972024-05-30T03:22:04.123Z Documenting tracing-attributes v0.1.27
24982024-05-30T03:22:04.155Z Documenting rand_chacha v0.3.1
24992024-05-30T03:22:04.432Z Documenting unicode-bidi v0.3.15
25002024-05-30T03:22:04.727Z Documenting schemars_derive v0.8.20
25012024-05-30T03:22:04.983Z Documenting lazy_static v1.4.0
25022024-05-30T03:22:06.201Z Documenting percent-encoding v2.3.1
25032024-05-30T03:22:06.919Z Documenting block-buffer v0.10.4
25042024-05-30T03:22:07.785Z Documenting powerfmt v0.2.0
25052024-05-30T03:22:08.356Z Documenting rand v0.8.5
25062024-05-30T03:22:08.692Z Documenting equivalent v1.0.1
25072024-05-30T03:22:09.693Z Documenting time-macros v0.2.18
25082024-05-30T03:22:11.556Z Documenting form_urlencoded v1.2.1
25092024-05-30T03:22:11.614Z Documenting schemars v0.8.20
25102024-05-30T03:22:11.641Z Documenting deranged v0.3.11
25112024-05-30T03:22:11.784Z Documenting digest v0.10.7
25122024-05-30T03:22:11.808Z Documenting indexmap v2.2.6
25132024-05-30T03:22:12.757Z Documenting fnv v1.0.7
25142024-05-30T03:22:13.917Z Documenting num_threads v0.1.7
25152024-05-30T03:22:15.529Z Documenting unicode-width v0.1.12
25162024-05-30T03:22:16.288Z Documenting num-conv v0.1.0
25172024-05-30T03:22:16.924Z Documenting time-core v0.1.2
25182024-05-30T03:22:17.591Z Documenting idna v0.5.0
25192024-05-30T03:22:17.980Z Documenting tracing v0.1.40
25202024-05-30T03:22:27.227Z Documenting unicode-ident v1.0.12
25212024-05-30T03:22:27.292Z Documenting adler v1.0.2
25222024-05-30T03:22:27.328Z Documenting slog v2.7.0
25232024-05-30T03:22:27.352Z Documenting httparse v1.8.0
25242024-05-30T03:22:27.417Z Documenting time v0.3.36
25252024-05-30T03:22:27.518Z Documenting url v2.5.0
25262024-05-30T03:22:28.118Z Documenting cpufeatures v0.2.12
25272024-05-30T03:22:29.967Z Documenting proc-macro2 v1.0.82
25282024-05-30T03:22:30.055Z Documenting miniz_oxide v0.7.2
25292024-05-30T03:22:30.795Z Documenting tokio-util v0.7.11
25302024-05-30T03:22:31.496Z Documenting errno v0.3.9
25312024-05-30T03:22:31.744Z Documenting async-trait v0.1.80
25322024-05-30T03:22:32.009Z Documenting try-lock v0.2.5
25332024-05-30T03:22:33.420Z Documenting httpdate v1.0.3
25342024-05-30T03:22:33.534Z Documenting http-body v0.4.6
25352024-05-30T03:22:34.523Z Documenting quote v1.0.36
25362024-05-30T03:22:34.729Z Documenting want v0.3.1
25372024-05-30T03:22:35.875Z Documenting rustix v0.38.34
25382024-05-30T03:22:35.987Z Documenting aho-corasick v1.1.3
25392024-05-30T03:22:36.774Z Documenting h2 v0.3.26
25402024-05-30T03:22:36.799Z Documenting openssl-sys v0.9.102
25412024-05-30T03:22:37.399Z Documenting openssl-macros v0.1.1
25422024-05-30T03:22:38.231Z Documenting regex-syntax v0.8.3
25432024-05-30T03:22:38.569Z Documenting mime v0.3.17
25442024-05-30T03:22:38.679Z Documenting syn v2.0.64
25452024-05-30T03:22:41.086Z Documenting tower-service v0.3.2
25462024-05-30T03:22:42.138Z Documenting gimli v0.28.1
25472024-05-30T03:22:42.428Z Documenting object v0.32.2
25482024-05-30T03:22:42.725Z Documenting openssl v0.10.64
25492024-05-30T03:22:42.832Z Documenting ipnet v2.9.0
25502024-05-30T03:22:44.703Z Documenting regex-automata v0.4.6
25512024-05-30T03:22:45.308Z Documenting openssl-probe v0.1.5
25522024-05-30T03:22:45.585Z Documenting hyper v0.14.28
25532024-05-30T03:22:46.981Z Documenting rustc-demangle v0.1.24
25542024-05-30T03:22:48.167Z Documenting addr2line v0.21.0
25552024-05-30T03:22:49.240Z Documenting base64ct v1.6.0
25562024-05-30T03:22:49.661Z Documenting futures-executor v0.3.30
25572024-05-30T03:22:51.069Z Documenting native-tls v0.2.11
25582024-05-30T03:22:51.666Z Documenting encoding_rs v0.8.34
25592024-05-30T03:22:53.486Z Documenting psl-types v2.0.11
25602024-05-30T03:22:53.539Z Documenting serde_urlencoded v0.7.1
25612024-05-30T03:22:54.130Z Documenting semver v1.0.23
25622024-05-30T03:22:55.137Z Documenting backtrace v0.3.71
25632024-05-30T03:22:56.054Z Checking pest_meta v2.7.10
25642024-05-30T03:22:56.260Z Documenting tokio-native-tls v0.3.1
25652024-05-30T03:22:56.564Z Documenting publicsuffix v2.2.3
25662024-05-30T03:22:56.820Z Documenting crossbeam-utils v0.8.19
25672024-05-30T03:22:56.878Z Documenting utf8parse v0.2.1
25682024-05-30T03:22:57.201Z Documenting hyper-rustls v0.24.2
25692024-05-30T03:22:58.133Z Documenting futures v0.3.30
25702024-05-30T03:22:58.476Z Documenting regex v1.10.4
25712024-05-30T03:22:59.409Z Documenting pem-rfc7468 v0.7.0
25722024-05-30T03:22:59.768Z Documenting anyhow v1.0.83
25732024-05-30T03:23:00.669Z Documenting cookie_store v0.20.0
25742024-05-30T03:23:01.236Z Documenting pest_meta v2.7.10
25752024-05-30T03:23:01.780Z Documenting hyper-tls v0.5.0
25762024-05-30T03:23:03.314Z Documenting der_derive v0.7.2
25772024-05-30T03:23:03.714Z Documenting scroll_derive v0.12.0
25782024-05-30T03:23:03.740Z Documenting webpki-roots v0.25.4
25792024-05-30T03:23:03.857Z Documenting flagset v0.4.5
25802024-05-30T03:23:05.604Z Documenting sync_wrapper v0.1.2
25812024-05-30T03:23:05.862Z Documenting pest_generator v2.7.10
25822024-05-30T03:23:05.951Z Checking pest_generator v2.7.10
25832024-05-30T03:23:06.500Z Documenting num-integer v0.1.46
25842024-05-30T03:23:06.646Z Documenting ucd-trie v0.1.6
25852024-05-30T03:23:07.863Z Documenting plain v0.2.3
25862024-05-30T03:23:08.315Z Documenting openapiv3 v2.0.0
25872024-05-30T03:23:08.628Z Documenting scroll v0.12.0
25882024-05-30T03:23:08.653Z Documenting reqwest v0.11.27
25892024-05-30T03:23:08.752Z Documenting der v0.7.9
25902024-05-30T03:23:10.555Z Documenting pest v2.7.10
25912024-05-30T03:23:10.631Z Documenting pretty-hex v0.4.1
25922024-05-30T03:23:10.796Z Documenting spin v0.9.8
25932024-05-30T03:23:10.876Z Documenting pest_derive v2.7.10
25942024-05-30T03:23:12.714Z Documenting goblin v0.8.2
25952024-05-30T03:23:13.398Z Documenting spki v0.7.3
25962024-05-30T03:23:13.558Z Documenting thread-id v4.2.1
25972024-05-30T03:23:14.843Z Documenting anstyle v1.0.7
25982024-05-30T03:23:15.185Z Documenting either v1.12.0
25992024-05-30T03:23:15.261Z Documenting anstyle-parse v0.2.4
26002024-05-30T03:23:15.339Z Documenting dtrace-parser v0.2.0
26012024-05-30T03:23:17.431Z Documenting pkcs8 v0.10.2
26022024-05-30T03:23:17.480Z Documenting ipnetwork v0.20.0
26032024-05-30T03:23:18.201Z Documenting memmap v0.7.0
26042024-05-30T03:23:18.905Z Documenting data-encoding v2.6.0
26052024-05-30T03:23:19.018Z Documenting colorchoice v1.0.1
26062024-05-30T03:23:19.111Z Documenting anstyle-query v1.0.3
26072024-05-30T03:23:19.409Z Documenting is_terminal_polyfill v1.70.0
26082024-05-30T03:23:20.015Z Documenting dof v0.3.0
26092024-05-30T03:23:21.543Z Documenting crossbeam-epoch v0.9.18
26102024-05-30T03:23:21.898Z Documenting terminal_size v0.3.0
26112024-05-30T03:23:22.439Z Documenting sha2 v0.10.8
26122024-05-30T03:23:22.974Z Documenting hex v0.4.3
26132024-05-30T03:23:23.160Z Documenting crc32fast v1.4.0
26142024-05-30T03:23:23.185Z Documenting unicode-segmentation v1.11.0
26152024-05-30T03:23:23.400Z Documenting anstream v0.6.14
26162024-05-30T03:23:25.376Z Documenting usdt-impl v0.5.0
26172024-05-30T03:23:25.878Z Documenting strsim v0.11.1
26182024-05-30T03:23:26.260Z Documenting untrusted v0.9.0
26192024-05-30T03:23:26.553Z Documenting clap_lex v0.7.0
26202024-05-30T03:23:27.335Z Documenting num-iter v0.1.45
26212024-05-30T03:23:27.489Z Documenting hmac v0.12.1
26222024-05-30T03:23:27.609Z Documenting signal-hook v0.3.17
26232024-05-30T03:23:27.761Z Documenting clap_derive v4.5.4
26242024-05-30T03:23:28.989Z Documenting ring v0.17.8
26252024-05-30T03:23:29.758Z Documenting static_assertions v1.1.0
26262024-05-30T03:23:30.439Z Documenting clap_builder v4.5.2
26272024-05-30T03:23:31.703Z Documenting flate2 v1.0.30
26282024-05-30T03:23:31.832Z Documenting usdt v0.5.0
26292024-05-30T03:23:31.927Z Documenting managed v0.8.0
26302024-05-30T03:23:32.324Z Documenting signal-hook-mio v0.2.3
26312024-05-30T03:23:32.594Z Documenting itertools v0.12.1
26322024-05-30T03:23:32.976Z Documenting enum-as-inner v0.5.1
26332024-05-30T03:23:34.310Z Documenting regress v0.9.1
26342024-05-30T03:23:35.040Z Documenting block-padding v0.3.3
26352024-05-30T03:23:36.137Z Documenting scheduled-thread-pool v0.2.7
26362024-05-30T03:23:36.609Z Documenting diesel_table_macro_syntax v0.1.0
26372024-05-30T03:23:36.682Z Documenting clap v4.5.4
26382024-05-30T03:23:37.557Z Checking diesel_table_macro_syntax v0.1.0
26392024-05-30T03:23:37.717Z Documenting finl_unicode v1.2.0
26402024-05-30T03:23:38.263Z Documenting trust-dns-proto v0.22.0
26412024-05-30T03:23:39.490Z Documenting crossterm v0.27.0
26422024-05-30T03:23:39.639Z Documenting inout v0.1.3
26432024-05-30T03:23:40.337Z Documenting r2d2 v0.8.10
26442024-05-30T03:23:40.515Z Documenting md-5 v0.10.6
26452024-05-30T03:23:41.484Z Documenting diesel_derives v2.1.4
26462024-05-30T03:23:42.029Z Documenting stringprep v0.1.4
26472024-05-30T03:23:42.054Z Documenting ff v0.13.0
26482024-05-30T03:23:44.302Z Documenting serde_spanned v0.6.6
26492024-05-30T03:23:44.654Z Documenting toml_datetime v0.6.6
26502024-05-30T03:23:45.210Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26512024-05-30T03:23:45.473Z Documenting siphasher v0.3.11
26522024-05-30T03:23:46.242Z Documenting bit-vec v0.6.3
26532024-05-30T03:23:46.385Z Documenting fallible-iterator v0.2.0
26542024-05-30T03:23:47.142Z Checking ident_case v1.0.1
26552024-05-30T03:23:47.294Z Checking unsafe-libyaml v0.2.11
26562024-05-30T03:23:48.285Z Documenting heck v0.5.0
26572024-05-30T03:23:48.314Z Documenting winnow v0.6.8
26582024-05-30T03:23:48.339Z Documenting base16ct v0.2.0
26592024-05-30T03:23:48.599Z Documenting phf_shared v0.11.2
26602024-05-30T03:23:48.970Z Documenting group v0.13.0
26612024-05-30T03:23:49.251Z Documenting diesel v2.1.6
26622024-05-30T03:23:50.187Z Documenting cipher v0.4.4
26632024-05-30T03:23:51.152Z Documenting postgres-protocol v0.6.6
26642024-05-30T03:23:51.254Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26652024-05-30T03:23:51.371Z Documenting sec1 v0.7.3
26662024-05-30T03:23:52.662Z Documenting hkdf v0.12.4
26672024-05-30T03:23:53.312Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26682024-05-30T03:23:53.468Z Documenting toml_edit v0.22.13
26692024-05-30T03:24:05.646Z Documenting num-bigint v0.4.5
26702024-05-30T03:24:14.865Z Documenting bstr v1.9.1
26712024-05-30T03:24:14.893Z Documenting console v0.15.8
26722024-05-30T03:24:15.213Z Documenting crypto-bigint v0.5.5
26732024-05-30T03:24:15.238Z Documenting hubpack v0.1.2
26742024-05-30T03:24:15.580Z Documenting serde_repr v0.1.19
26752024-05-30T03:24:15.831Z Documenting fixedbitset v0.4.2
26762024-05-30T03:24:16.783Z Documenting minimal-lexical v0.2.1
26772024-05-30T03:24:17.695Z Documenting precomputed-hash v0.1.1
26782024-05-30T03:24:18.893Z Documenting unsafe-libyaml v0.2.11
26792024-05-30T03:24:19.236Z Documenting lalrpop-util v0.19.12
26802024-05-30T03:24:19.380Z Documenting new_debug_unreachable v1.0.6
26812024-05-30T03:24:19.853Z Documenting petgraph v0.6.5
26822024-05-30T03:24:20.092Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26832024-05-30T03:24:20.811Z Documenting nom v7.1.3
26842024-05-30T03:24:31.926Z Documenting yasna v0.5.2
26852024-05-30T03:24:32.011Z Documenting string_cache v0.8.7
26862024-05-30T03:24:32.305Z Documenting serde_yaml v0.9.34+deprecated
26872024-05-30T03:24:32.346Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26882024-05-30T03:24:32.787Z Documenting postgres-types v0.2.6
26892024-05-30T03:24:32.993Z Documenting phf v0.11.2
26902024-05-30T03:24:33.168Z Documenting elliptic-curve v0.13.8
26912024-05-30T03:24:33.702Z Checking serde_yaml v0.9.34+deprecated
26922024-05-30T03:24:35.515Z Checking darling_core v0.20.9
26932024-05-30T03:24:36.405Z Documenting similar v2.5.0
26942024-05-30T03:24:37.133Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26952024-05-30T03:24:37.254Z Documenting getopts v0.2.21
26962024-05-30T03:24:38.202Z Documenting float-cmp v0.9.0
26972024-05-30T03:24:38.617Z Documenting peg-runtime v0.8.3
26982024-05-30T03:24:39.200Z Documenting whoami v1.5.1
26992024-05-30T03:24:50.263Z Documenting difflib v0.4.0
27002024-05-30T03:24:50.354Z Documenting predicates-core v1.0.6
27012024-05-30T03:24:50.423Z Documenting normalize-line-endings v0.3.0
27022024-05-30T03:24:50.562Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27032024-05-30T03:24:50.702Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27042024-05-30T03:24:50.888Z Documenting tokio-postgres v0.7.10
27052024-05-30T03:24:51.107Z Documenting bit-set v0.5.3
27062024-05-30T03:24:51.181Z Documenting fs-err v2.11.0
27072024-05-30T03:24:54.139Z Documenting tokio-stream v0.1.15
27082024-05-30T03:24:54.309Z Documenting ident_case v1.0.1
27092024-05-30T03:24:54.427Z Documenting predicates v3.1.0
27102024-05-30T03:24:55.219Z Checking darling v0.20.9
27112024-05-30T03:24:55.328Z Documenting is-terminal v0.4.12
27122024-05-30T03:24:56.286Z Documenting strum v0.26.2
27132024-05-30T03:24:57.391Z Documenting base64 v0.22.1
27142024-05-30T03:24:58.268Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27152024-05-30T03:24:58.342Z Documenting darling_core v0.20.9
27162024-05-30T03:24:59.301Z Documenting camino v1.1.7
27172024-05-30T03:24:59.554Z Documenting dirs-sys-next v0.1.2
27182024-05-30T03:24:59.582Z Documenting sha1 v0.10.6
27192024-05-30T03:24:59.847Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202024-05-30T03:25:00.353Z Documenting http v1.1.0
27212024-05-30T03:25:01.569Z Documenting paste v1.0.15
27222024-05-30T03:25:03.719Z Documenting dirs-next v2.0.0
27232024-05-30T03:25:03.970Z Documenting thread_local v1.1.8
27242024-05-30T03:25:04.000Z Documenting rustls-pki-types v1.7.0
27252024-05-30T03:25:04.551Z Documenting crossbeam-channel v0.5.12
27262024-05-30T03:25:05.629Z Documenting take_mut v0.2.2
27272024-05-30T03:25:05.835Z Documenting slog-json v2.6.1
27282024-05-30T03:25:06.343Z Documenting darling_macro v0.20.9
27292024-05-30T03:25:07.977Z Documenting async-stream-impl v0.3.5
27302024-05-30T03:25:08.049Z Documenting term v0.7.0
27312024-05-30T03:25:08.349Z Documenting rustls-webpki v0.102.4
27322024-05-30T03:25:08.960Z Documenting atomic-waker v1.1.2
27332024-05-30T03:25:09.762Z Documenting debug-ignore v1.0.5
27342024-05-30T03:25:09.789Z Documenting slog-async v2.8.0
27352024-05-30T03:25:10.657Z Documenting slog-bunyan v2.5.0
27362024-05-30T03:25:10.903Z Documenting darling v0.20.9
27372024-05-30T03:25:11.667Z Documenting waitgroup v0.1.2
27382024-05-30T03:25:12.414Z Documenting rustls-pemfile v2.1.2
27392024-05-30T03:25:12.631Z Documenting slog-term v2.9.1
27402024-05-30T03:25:12.890Z Documenting async-stream v0.3.5
27412024-05-30T03:25:13.204Z Documenting rustls v0.22.4
27422024-05-30T03:25:14.039Z Documenting multer v3.1.0
27432024-05-30T03:25:15.444Z Documenting toml v0.8.13
27442024-05-30T03:25:15.559Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27452024-05-30T03:25:16.071Z Documenting serde_path_to_error v0.1.16
27462024-05-30T03:25:16.337Z Documenting hostname v0.4.0
27472024-05-30T03:25:16.810Z Documenting serde_with_macros v3.8.1
27482024-05-30T03:25:17.367Z Documenting structmeta-derive v0.3.0
27492024-05-30T03:25:19.048Z Documenting newtype-uuid v1.1.0
27502024-05-30T03:25:20.469Z Checking structmeta v0.3.0
27512024-05-30T03:25:20.503Z Documenting instant v0.1.12
27522024-05-30T03:25:20.658Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27532024-05-30T03:25:20.709Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27542024-05-30T03:25:21.417Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27552024-05-30T03:25:22.032Z Documenting serde_with v3.8.1
27562024-05-30T03:25:22.194Z Documenting tokio-rustls v0.25.0
27572024-05-30T03:25:22.662Z Documenting structmeta v0.3.0
27582024-05-30T03:25:24.333Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27592024-05-30T03:25:24.436Z Documenting backoff v0.4.0
27602024-05-30T03:25:25.174Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27612024-05-30T03:25:25.708Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
27622024-05-30T03:25:27.338Z Documenting parse-display-derive v0.9.0
27632024-05-30T03:25:27.703Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
27642024-05-30T03:25:29.110Z Documenting macaddr v1.0.1
27652024-05-30T03:25:29.339Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27662024-05-30T03:25:29.364Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27672024-05-30T03:25:29.563Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27682024-05-30T03:25:29.631Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27692024-05-30T03:25:31.033Z Documenting fastrand v2.1.0
27702024-05-30T03:25:31.743Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27712024-05-30T03:25:32.504Z Documenting proc-macro-crate v1.3.1
27722024-05-30T03:25:32.904Z Checking proc-macro-crate v1.3.1
27732024-05-30T03:25:33.158Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27742024-05-30T03:25:33.186Z Documenting parse-display v0.9.0
27752024-05-30T03:25:33.262Z Documenting foreign-types-macros v0.2.3
27762024-05-30T03:25:33.366Z Documenting foreign-types-shared v0.3.1
27772024-05-30T03:25:33.419Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27782024-05-30T03:25:33.940Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27792024-05-30T03:25:34.827Z Documenting tempfile v3.10.1
27802024-05-30T03:25:35.987Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27812024-05-30T03:25:36.282Z Documenting cstr-argument v0.1.2
27822024-05-30T03:25:37.325Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27832024-05-30T03:25:37.536Z Documenting tabwriter v1.4.0
27842024-05-30T03:25:37.735Z Documenting num_enum_derive v0.5.11
27852024-05-30T03:25:38.019Z Documenting colored v2.1.0
27862024-05-30T03:25:38.171Z Documenting foreign-types v0.5.0
27872024-05-30T03:25:39.296Z Documenting camino-tempfile v1.1.1
27882024-05-30T03:25:39.975Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27892024-05-30T03:25:40.301Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27902024-05-30T03:25:41.674Z Documenting hash32 v0.3.1
27912024-05-30T03:25:41.909Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27922024-05-30T03:25:42.034Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27932024-05-30T03:25:42.205Z Documenting stable_deref_trait v1.2.0
27942024-05-30T03:25:43.902Z Documenting num_enum v0.5.11
27952024-05-30T03:25:44.069Z Documenting smf v0.2.3
27962024-05-30T03:25:44.741Z Documenting embedded-io v0.4.0
27972024-05-30T03:25:45.589Z Documenting heapless v0.8.0
27982024-05-30T03:25:46.031Z Documenting cobs v0.2.3
27992024-05-30T03:25:46.213Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28002024-05-30T03:25:46.795Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28012024-05-30T03:25:47.737Z Documenting crucible-workspace-hack v0.1.0
28022024-05-30T03:25:47.894Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28032024-05-30T03:25:48.302Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28042024-05-30T03:25:48.753Z Documenting postcard v1.0.8
28052024-05-30T03:25:49.005Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28062024-05-30T03:25:50.337Z Documenting smoltcp v0.11.0
28072024-05-30T03:25:51.622Z Documenting derive-where v1.2.7
28082024-05-30T03:25:52.290Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28092024-05-30T03:25:53.010Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28102024-05-30T03:25:53.279Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28112024-05-30T03:25:53.323Z Documenting sigpipe v0.1.3
28122024-05-30T03:25:55.271Z Documenting num-derive v0.4.2
28132024-05-30T03:25:55.334Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28142024-05-30T03:25:56.065Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28152024-05-30T03:25:57.275Z Documenting newline-converter v0.3.0
28162024-05-30T03:25:57.530Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28172024-05-30T03:25:57.554Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28182024-05-30T03:25:57.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28192024-05-30T03:25:58.852Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28202024-05-30T03:25:59.574Z Documenting convert_case v0.4.0
28212024-05-30T03:25:59.801Z Checking convert_case v0.4.0
28222024-05-30T03:26:00.018Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28232024-05-30T03:26:00.061Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28242024-05-30T03:26:00.402Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28252024-05-30T03:26:01.323Z Documenting expectorate v1.1.0
28262024-05-30T03:26:02.045Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28272024-05-30T03:26:02.345Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28282024-05-30T03:26:02.433Z Documenting password-hash v0.5.0
28292024-05-30T03:26:02.492Z Documenting blake2 v0.10.6
28302024-05-30T03:26:02.633Z Documenting linked-hash-map v0.5.6
28312024-05-30T03:26:03.476Z Documenting derive_more v0.99.17
28322024-05-30T03:26:04.825Z Documenting humantime v2.1.0
28332024-05-30T03:26:05.679Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28342024-05-30T03:26:06.696Z Documenting lru-cache v0.1.2
28352024-05-30T03:26:06.908Z Documenting swrite v0.1.0
28362024-05-30T03:26:07.463Z Documenting argon2 v0.5.3
28372024-05-30T03:26:08.341Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28382024-05-30T03:26:08.776Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28392024-05-30T03:26:09.333Z Documenting newtype_derive v0.1.6
28402024-05-30T03:26:10.836Z Documenting arc-swap v1.7.1
28412024-05-30T03:26:10.960Z Documenting quick-error v1.2.3
28422024-05-30T03:26:11.236Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28432024-05-30T03:26:12.433Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28442024-05-30T03:26:12.876Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28452024-05-30T03:26:13.248Z Documenting steno v0.4.0
28462024-05-30T03:26:13.574Z Documenting xattr v1.3.1
28472024-05-30T03:26:14.789Z Documenting resolv-conf v0.7.0
28482024-05-30T03:26:15.008Z Documenting slog-scope v4.4.0
28492024-05-30T03:26:15.372Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
28502024-05-30T03:26:16.695Z Documenting filetime v0.2.23
28512024-05-30T03:26:18.124Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522024-05-30T03:26:18.526Z Documenting num-rational v0.4.2
28532024-05-30T03:26:19.016Z Documenting trust-dns-resolver v0.22.0
28542024-05-30T03:26:19.142Z Documenting slog-stdlog v4.1.1
28552024-05-30T03:26:20.742Z Documenting tar v0.4.40
28562024-05-30T03:26:21.573Z Documenting num-complex v0.4.6
28572024-05-30T03:26:21.683Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28582024-05-30T03:26:22.754Z Documenting tap v1.0.1
28592024-05-30T03:26:23.367Z Documenting slog-envlogger v2.2.0
28602024-05-30T03:26:25.547Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28612024-05-30T03:26:25.572Z Documenting wyz v0.5.1
28622024-05-30T03:26:26.354Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28632024-05-30T03:26:26.380Z Documenting num v0.4.3
28642024-05-30T03:26:26.585Z Documenting radium v0.7.0
28652024-05-30T03:26:27.927Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28662024-05-30T03:26:28.134Z Documenting nibble_vec v0.1.0
28672024-05-30T03:26:28.398Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28682024-05-30T03:26:28.734Z Documenting same-file v1.0.6
28692024-05-30T03:26:29.460Z Documenting crc-catalog v2.4.0
28702024-05-30T03:26:31.291Z Documenting endian-type v0.1.2
28712024-05-30T03:26:31.800Z Documenting funty v2.0.0
28722024-05-30T03:26:32.195Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28732024-05-30T03:26:32.360Z Documenting crc v3.2.1
28742024-05-30T03:26:32.660Z Documenting slog-dtrace v0.3.0
28752024-05-30T03:26:32.764Z Documenting walkdir v2.5.0
28762024-05-30T03:26:33.076Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-05-30T03:26:34.936Z Documenting bitvec v1.0.1
28782024-05-30T03:26:35.334Z Documenting radix_trie v0.2.1
28792024-05-30T03:26:35.507Z Documenting cancel-safe-futures v0.1.5
28802024-05-30T03:26:36.896Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28812024-05-30T03:26:37.139Z Documenting packed_struct_codegen v0.10.1
28822024-05-30T03:26:37.163Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28832024-05-30T03:26:39.666Z Documenting nodrop v0.1.14
28842024-05-30T03:26:39.864Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28852024-05-30T03:26:39.957Z Documenting bzip2-sys v0.1.11+1.0.8
28862024-05-30T03:26:40.663Z Documenting num-bigint-dig v0.8.4
28872024-05-30T03:26:42.279Z Documenting packed_struct v0.10.1
28882024-05-30T03:26:42.466Z Documenting array-init v0.0.4
28892024-05-30T03:26:42.840Z Documenting pem v3.0.4
28902024-05-30T03:26:44.045Z Documenting pkcs1 v0.7.5
28912024-05-30T03:26:45.499Z Documenting signature v2.2.0
28922024-05-30T03:26:46.042Zwarning: unresolved link to `Blueprints`
28932024-05-30T03:26:46.042Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
28942024-05-30T03:26:46.043Z |
28952024-05-30T03:26:46.043Z5 | //! Types helpful for diffing [`Blueprints`].
28962024-05-30T03:26:46.043Z | ^^^^^^^^^^ no item named `Blueprints` in scope
28972024-05-30T03:26:46.043Z |
28982024-05-30T03:26:46.043Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28992024-05-30T03:26:46.043Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29002024-05-30T03:26:46.043Z
29012024-05-30T03:26:46.043Zwarning: unresolved link to `Blueprints`
29022024-05-30T03:26:46.043Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
29032024-05-30T03:26:46.043Z |
29042024-05-30T03:26:46.043Z5 | //! Types helpful for rendering [`Blueprints`].
29052024-05-30T03:26:46.043Z | ^^^^^^^^^^ no item named `Blueprints` in scope
29062024-05-30T03:26:46.043Z |
29072024-05-30T03:26:46.043Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29082024-05-30T03:26:46.043Z
29092024-05-30T03:26:46.070Zwarning: unresolved link to `BpSledTable`
29102024-05-30T03:26:46.070Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
29112024-05-30T03:26:46.070Z |
29122024-05-30T03:26:46.070Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
29132024-05-30T03:26:46.070Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
29142024-05-30T03:26:46.070Z |
29152024-05-30T03:26:46.070Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29162024-05-30T03:26:46.070Z
29172024-05-30T03:26:46.661Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29182024-05-30T03:26:47.022Z Documenting bitfield v0.14.0
29192024-05-30T03:26:47.047Z Documenting display-error-chain v0.2.0
29202024-05-30T03:26:48.080Zwarning: `nexus-types` (lib doc) generated 3 warnings
29212024-05-30T03:26:48.106Z Documenting termcolor v1.4.1
29222024-05-30T03:26:48.627Z Documenting serde-hex v0.1.0
29232024-05-30T03:26:49.466Z Documenting bzip2 v0.4.4
29242024-05-30T03:26:49.797Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29252024-05-30T03:26:50.197Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29262024-05-30T03:26:50.280Z Documenting rsa v0.9.6
29272024-05-30T03:26:50.433Z Documenting x509-cert v0.2.5
29282024-05-30T03:26:51.194Z Documenting libsw v3.3.1
29292024-05-30T03:26:51.220Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29302024-05-30T03:26:52.395Z Documenting env_logger v0.10.2
29312024-05-30T03:26:53.686Z Documenting ron v0.8.1
29322024-05-30T03:26:53.905Z Documenting half v2.4.1
29332024-05-30T03:26:54.501Z Documenting linear-map v1.2.0
29342024-05-30T03:26:55.511Z Documenting maplit v1.0.2
29352024-05-30T03:26:56.275Z Documenting ciborium-io v0.2.2
29362024-05-30T03:26:56.773Z Documenting owo-colors v4.0.0
29372024-05-30T03:26:56.938Z Documenting crc-any v2.5.0
29382024-05-30T03:26:57.343Z Documenting zip v0.6.6
29392024-05-30T03:26:58.493Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29402024-05-30T03:26:59.268Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29412024-05-30T03:26:59.484Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29422024-05-30T03:26:59.815Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29432024-05-30T03:27:00.324Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29442024-05-30T03:27:00.527Z Documenting ciborium-ll v0.2.2
29452024-05-30T03:27:01.164Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29462024-05-30T03:27:02.042Z Documenting headers-core v0.2.0
29472024-05-30T03:27:02.673Z Documenting async-recursion v1.1.1
29482024-05-30T03:27:04.567Z Documenting path-slash v0.1.5
29492024-05-30T03:27:06.719Z Documenting headers v0.3.9
29502024-05-30T03:27:07.018Z Documenting ciborium v0.2.2
29512024-05-30T03:27:07.309Z Documenting fxhash v0.2.1
29522024-05-30T03:27:08.300Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29532024-05-30T03:27:08.677Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
29542024-05-30T03:27:10.506Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29552024-05-30T03:27:11.481Z Documenting buf-list v1.0.3
29562024-05-30T03:27:11.750Z Documenting pin-project-internal v1.1.5
29572024-05-30T03:27:12.141Z Documenting vte_generate_state_changes v0.1.1
29582024-05-30T03:27:12.661Z Documenting derive_builder_core v0.20.0
29592024-05-30T03:27:16.113Z Documenting vte v0.11.1
29602024-05-30T03:27:16.374Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29612024-05-30T03:27:16.956Z Documenting pin-project v1.1.5
29622024-05-30T03:27:18.625Z Checking derive_builder_core v0.20.0
29632024-05-30T03:27:19.403Z Documenting crossbeam-deque v0.8.5
29642024-05-30T03:27:19.781Z Documenting snafu-derive v0.8.2
29652024-05-30T03:27:20.086Z Documenting fd-lock v4.0.2
29662024-05-30T03:27:20.487Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-30T03:27:20.978Z Documenting bitstruct_derive v0.1.0
29682024-05-30T03:27:21.049Z Documenting ascii v1.1.0
29692024-05-30T03:27:23.674Z Documenting rayon-core v1.12.1
29702024-05-30T03:27:23.991Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29712024-05-30T03:27:24.609Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-30T03:27:24.805Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29732024-05-30T03:27:25.908Z Documenting bitstruct v0.1.1
29742024-05-30T03:27:26.634Z Documenting snafu v0.8.2
29752024-05-30T03:27:28.237Z Documenting strip-ansi-escapes v0.2.0
29762024-05-30T03:27:28.295Z Documenting derive_builder_macro v0.20.0
29772024-05-30T03:27:28.564Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29782024-05-30T03:27:28.786Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29792024-05-30T03:27:29.421Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29802024-05-30T03:27:29.623Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29812024-05-30T03:27:30.231Z Documenting proc-macro-error-attr v1.0.4
29822024-05-30T03:27:30.839Z Documenting globset v0.4.14
29832024-05-30T03:27:32.303Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29842024-05-30T03:27:32.970Z Documenting olpc-cjson v0.1.3
29852024-05-30T03:27:33.754Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29862024-05-30T03:27:34.346Z Documenting serde_plain v1.0.2
29872024-05-30T03:27:34.678Z Documenting serde_arrays v0.1.0
29882024-05-30T03:27:35.852Z Documenting erased-serde v0.3.31
29892024-05-30T03:27:37.434Z Documenting ref-cast-impl v1.0.23
29902024-05-30T03:27:37.665Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29912024-05-30T03:27:37.913Z Checking unicode-xid v0.2.4
29922024-05-30T03:27:38.052Z Documenting typed-path v0.7.1
29932024-05-30T03:27:38.494Z Documenting nu-ansi-term v0.50.0
29942024-05-30T03:27:39.096Z Documenting unicode-xid v0.2.4
29952024-05-30T03:27:49.200Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29962024-05-30T03:27:49.383Z Documenting const_format_proc_macros v0.2.32
29972024-05-30T03:27:49.383Z Documenting ref-cast v1.0.23
29982024-05-30T03:27:49.383Z Documenting reedline v0.31.0
29992024-05-30T03:27:49.451Z Documenting tough v0.17.1
30002024-05-30T03:27:49.451Z Documenting proc-macro-error v1.0.4
30012024-05-30T03:27:49.451Z Documenting derive_builder v0.20.0
30022024-05-30T03:27:49.451Z Documenting rayon v1.10.0
30032024-05-30T03:27:49.451Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30042024-05-30T03:27:49.702Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30052024-05-30T03:27:50.994Z Documenting libefi-sys v0.1.0
30062024-05-30T03:27:53.326Z Documenting trust-dns-client v0.22.0
30072024-05-30T03:27:54.774Z Documenting polar-core v0.27.3
30082024-05-30T03:27:55.347Z Documenting libxml v0.3.3
30092024-05-30T03:27:55.372Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30102024-05-30T03:27:55.473Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30112024-05-30T03:27:56.967Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122024-05-30T03:27:56.998Z Checking proc-macro-error v1.0.4
30132024-05-30T03:27:57.252Z Documenting bb8 v0.8.3
30142024-05-30T03:27:57.464Z Documenting quick-xml v0.31.0
30152024-05-30T03:28:01.693Z Documenting oso-derive v0.27.3
30162024-05-30T03:28:01.978Z Documenting impl-trait-for-tuples v0.2.2
30172024-05-30T03:28:02.207Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30182024-05-30T03:28:02.499Z Documenting bytecount v0.6.8
30192024-05-30T03:28:03.443Z Documenting keccak v0.1.5
30202024-05-30T03:28:03.537Z Documenting utf-8 v0.7.6
30212024-05-30T03:28:06.021Z Documenting parse-size v1.0.0
30222024-05-30T03:28:06.476Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30232024-05-30T03:28:06.569Z Documenting sha3 v0.10.8
30242024-05-30T03:28:06.783Z Documenting papergrid v0.11.0
30252024-05-30T03:28:07.679Z Documenting oso v0.27.3
30262024-05-30T03:28:07.818Z Documenting tungstenite v0.21.0
30272024-05-30T03:28:08.112Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30282024-05-30T03:28:08.330Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30292024-05-30T03:28:10.592Z Documenting samael v0.0.15
30302024-05-30T03:28:11.496Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30312024-05-30T03:28:11.541Z Documenting trust-dns-server v0.22.1
30322024-05-30T03:28:12.998Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30332024-05-30T03:28:14.144Z Documenting tabled_derive v0.7.0
30342024-05-30T03:28:17.162Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30352024-05-30T03:28:18.576Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30362024-05-30T03:28:18.983Z Documenting const_format v0.2.32
30372024-05-30T03:28:19.141Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382024-05-30T03:28:19.606Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30392024-05-30T03:28:20.644Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30402024-05-30T03:28:20.852Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412024-05-30T03:28:21.289Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30422024-05-30T03:28:22.072Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30432024-05-30T03:28:22.199Z Documenting sled v0.34.7
30442024-05-30T03:28:22.406Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30452024-05-30T03:28:22.578Z Documenting nix v0.28.0
30462024-05-30T03:28:23.088Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30472024-05-30T03:28:23.217Z Documenting cookie v0.18.1
30482024-05-30T03:28:25.755Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30492024-05-30T03:28:26.028Z Documenting secrecy v0.8.0
30502024-05-30T03:28:26.264Z Documenting gethostname v0.4.3
30512024-05-30T03:28:28.207Z Documenting peg-macros v0.8.3
30522024-05-30T03:28:28.251Z Documenting rustversion v1.0.17
30532024-05-30T03:28:28.785Z Documenting sqlparser_derive v0.2.2
30542024-05-30T03:28:30.060Z Documenting unicode_categories v0.1.1
30552024-05-30T03:28:30.393Z Documenting home v0.5.9
30562024-05-30T03:28:31.109Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30572024-05-30T03:28:31.869Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582024-05-30T03:28:32.483Z Documenting castaway v0.2.2
30592024-05-30T03:28:33.127Z Documenting peg v0.8.3
30602024-05-30T03:28:33.687Z Documenting sqlparser v0.45.0
30612024-05-30T03:28:34.192Z Documenting sqlformat v0.2.3
30622024-05-30T03:28:34.485Z Documenting rustyline v14.0.0
30632024-05-30T03:28:36.717Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30642024-05-30T03:28:37.334Z Documenting tabled v0.15.0
30652024-05-30T03:28:38.758Z Documenting tokio-tungstenite v0.21.0
30662024-05-30T03:28:40.266Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30672024-05-30T03:28:42.239Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30682024-05-30T03:28:43.394Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30692024-05-30T03:28:43.760Z Documenting zone v0.1.8
30702024-05-30T03:28:44.485Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30712024-05-30T03:28:44.804Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
30722024-05-30T03:28:45.363Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30732024-05-30T03:28:45.753Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30742024-05-30T03:28:46.867Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30752024-05-30T03:28:47.119Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762024-05-30T03:28:47.361Z Documenting portpicker v0.1.1
30772024-05-30T03:28:48.116Z Documenting universal-hash v0.5.1
30782024-05-30T03:28:50.764Z Documenting bcs v0.1.6
30792024-05-30T03:28:51.562Z Documenting kstat-rs v0.2.3
30802024-05-30T03:29:03.673Z Documenting thiserror-impl-no-std v2.0.2
30812024-05-30T03:29:04.053Z Documenting curve25519-dalek-derive v0.1.1
30822024-05-30T03:29:04.197Z Documenting opaque-debug v0.3.1
30832024-05-30T03:29:04.253Z Documenting highway v1.1.0
30842024-05-30T03:29:04.392Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30852024-05-30T03:29:05.080Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30862024-05-30T03:29:05.112Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30872024-05-30T03:29:07.058Z Documenting poly1305 v0.8.0
30882024-05-30T03:29:08.338Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30892024-05-30T03:29:08.901Z Documenting curve25519-dalek v4.1.2
30902024-05-30T03:29:09.133Z Documenting thiserror-no-std v2.0.2
30912024-05-30T03:29:11.546Z Documenting compact_str v0.7.1
30922024-05-30T03:29:11.931Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30932024-05-30T03:29:13.614Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30942024-05-30T03:29:14.386Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30952024-05-30T03:29:15.019Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30962024-05-30T03:29:15.753Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30972024-05-30T03:29:15.865Z Documenting portable-atomic v1.6.0
30982024-05-30T03:29:17.156Z Documenting ed25519 v1.5.3
30992024-05-30T03:29:17.403Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31002024-05-30T03:29:19.216Z Documenting memoffset v0.7.1
31012024-05-30T03:29:19.470Z Documenting unicase v2.7.0
31022024-05-30T03:29:20.021Z Documenting rcgen v0.12.1
31032024-05-30T03:29:21.896Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31042024-05-30T03:29:22.756Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31052024-05-30T03:29:25.316Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31062024-05-30T03:29:26.285Z Documenting atomicwrites v0.4.3
31072024-05-30T03:29:26.817Z Documenting chacha20 v0.9.1
31082024-05-30T03:29:26.976Zwarning: could not parse code block as Rust code
31092024-05-30T03:29:26.976Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31102024-05-30T03:29:26.976Z |
31112024-05-30T03:29:26.976Z246 | / /// Parse a string literal, either single- or double-quoted.
31122024-05-30T03:29:26.976Z247 | | ///
31132024-05-30T03:29:26.976Z248 | | /// Parsing string literals is pretty tricky, but we add several
31142024-05-30T03:29:26.976Z249 | | /// constraints to simplify things. First strings must be quoted, either
31152024-05-30T03:29:26.976Z... |
31162024-05-30T03:29:26.976Z277 | | ///
31172024-05-30T03:29:26.976Z278 | | /// Will be parsed as `this string has " in it`.
31182024-05-30T03:29:26.976Z | |________________________________________________________^
31192024-05-30T03:29:26.976Z |
31202024-05-30T03:29:26.976Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31212024-05-30T03:29:26.976Z = note: error from rustc: unknown start of token: \
31222024-05-30T03:29:26.976Z = note: error from rustc: unknown start of token: \
31232024-05-30T03:29:26.976Z = note: error from rustc: unknown start of token: \
31242024-05-30T03:29:26.977Z = note: error from rustc: unknown start of token: \
31252024-05-30T03:29:26.977Z = note: error from rustc: unknown start of token: \
31262024-05-30T03:29:26.977Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31272024-05-30T03:29:26.977Z
31282024-05-30T03:29:28.324Zwarning: `oximeter-db` (lib doc) generated 1 warning
31292024-05-30T03:29:28.349Z Documenting lru v0.12.3
31302024-05-30T03:29:28.512Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31312024-05-30T03:29:31.116Z Documenting aead v0.5.2
31322024-05-30T03:29:31.545Z Documenting rand_seeder v0.2.3
31332024-05-30T03:29:31.581Z Documenting nanorand v0.7.0
31342024-05-30T03:29:33.127Z Documenting subprocess v0.2.9
31352024-05-30T03:29:35.313Z Documenting stability v0.2.0
31362024-05-30T03:29:35.374Z Documenting glob v0.3.1
31372024-05-30T03:29:35.972Z Documenting cassowary v0.3.0
31382024-05-30T03:29:46.382Z Documenting number_prefix v0.4.0
31392024-05-30T03:29:47.014Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402024-05-30T03:29:47.051Z Documenting chacha20poly1305 v0.10.1
31412024-05-30T03:29:47.083Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31422024-05-30T03:29:47.235Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31432024-05-30T03:29:47.452Z Documenting flume v0.11.0
31442024-05-30T03:29:47.719Z Documenting ratatui v0.26.2
31452024-05-30T03:29:50.268Z Documenting indicatif v0.17.8
31462024-05-30T03:29:52.156Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31472024-05-30T03:30:03.244Z Documenting mime_guess v2.0.4
31482024-05-30T03:30:03.423Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31492024-05-30T03:30:03.493Z Documenting salty v0.2.0
31502024-05-30T03:30:03.518Z Documenting vsss-rs v3.3.4
31512024-05-30T03:30:03.951Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31522024-05-30T03:30:05.286Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31532024-05-30T03:30:06.408Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31542024-05-30T03:30:07.552Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31552024-05-30T03:30:08.096Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31562024-05-30T03:30:08.342Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31572024-05-30T03:30:08.467Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31582024-05-30T03:30:08.708Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31592024-05-30T03:30:08.966Z Documenting serde-big-array v0.5.1
31602024-05-30T03:30:09.934Z Documenting memmap2 v0.9.4
31612024-05-30T03:30:10.994Z Documenting rtoolbox v0.0.2
31622024-05-30T03:30:11.019Z Documenting is_ci v1.2.0
31632024-05-30T03:30:12.331Z Documenting constant_time_eq v0.3.0
31642024-05-30T03:30:13.390Z Documenting unicode-linebreak v0.1.5
31652024-05-30T03:30:14.342Z Documenting arrayvec v0.7.4
31662024-05-30T03:30:14.984Z Documenting shell-words v1.1.0
31672024-05-30T03:30:15.313Z Documenting smawk v0.3.2
31682024-05-30T03:30:15.433Z Documenting arrayref v0.3.7
31692024-05-30T03:30:16.336Z Documenting http-range v0.1.5
31702024-05-30T03:30:17.380Z Documenting rpassword v7.3.1
31712024-05-30T03:30:18.233Z Documenting blake3 v1.5.1
31722024-05-30T03:30:19.051Z Documenting supports-color v3.0.0
31732024-05-30T03:30:19.263Z Documenting textwrap v0.16.1
31742024-05-30T03:30:20.393Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31752024-05-30T03:30:20.450Z Documenting hyper-staticfile v0.9.5
31762024-05-30T03:30:21.653Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31772024-05-30T03:30:22.656Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31782024-05-30T03:30:22.964Z Documenting tui-tree-widget v0.19.0
31792024-05-30T03:30:23.157Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31802024-05-30T03:30:23.460Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31812024-05-30T03:30:24.402Zwarning: unresolved link to `test_sled_transitions`
31822024-05-30T03:30:24.402Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31832024-05-30T03:30:24.402Z |
31842024-05-30T03:30:24.402Z698 | /// [`test_sled_transitions`].
31852024-05-30T03:30:24.403Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31862024-05-30T03:30:24.403Z |
31872024-05-30T03:30:24.403Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31882024-05-30T03:30:24.403Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31892024-05-30T03:30:24.403Z
31902024-05-30T03:30:24.430Zwarning: unresolved link to `test_sled_transitions`
31912024-05-30T03:30:24.431Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31922024-05-30T03:30:24.431Z |
31932024-05-30T03:30:24.431Z734 | /// [`test_sled_transitions`].
31942024-05-30T03:30:24.431Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31952024-05-30T03:30:24.431Z |
31962024-05-30T03:30:24.431Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31972024-05-30T03:30:24.431Z
31982024-05-30T03:30:24.431Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31992024-05-30T03:30:24.431Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32002024-05-30T03:30:24.431Z |
32012024-05-30T03:30:24.431Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32022024-05-30T03:30:24.431Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32032024-05-30T03:30:24.431Z
32042024-05-30T03:30:27.407Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32052024-05-30T03:30:27.941Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062024-05-30T03:30:28.791Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32072024-05-30T03:30:28.978Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32082024-05-30T03:30:29.007Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32092024-05-30T03:30:29.404Z Documenting signal-hook-tokio v0.3.1
32102024-05-30T03:30:29.708Z Documenting csv-core v0.1.11
32112024-05-30T03:30:31.357Z Documenting corncobs v0.1.3
32122024-05-30T03:30:33.428Z Documenting topological-sort v0.2.2
32132024-05-30T03:30:33.862Z Documenting csv v1.3.0
32142024-05-30T03:30:34.289Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32152024-05-30T03:30:34.576Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162024-05-30T03:30:37.689Z Documenting omicron-zone-package v0.11.0
32172024-05-30T03:30:37.786Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182024-05-30T03:30:38.212Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32192024-05-30T03:30:38.584Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32202024-05-30T03:30:39.124Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212024-05-30T03:30:40.274Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32222024-05-30T03:30:40.299Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32232024-05-30T03:30:46.494Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32242024-05-30T03:30:47.264Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32252024-05-30T03:30:52.017Zwarning: unresolved link to `BlueprintDisksConfig`
32262024-05-30T03:30:52.017Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55
32272024-05-30T03:30:52.017Z |
32282024-05-30T03:30:52.017Z980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32292024-05-30T03:30:52.017Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32302024-05-30T03:30:52.017Z |
32312024-05-30T03:30:52.018Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32322024-05-30T03:30:52.018Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32332024-05-30T03:30:52.018Z
32342024-05-30T03:30:52.947Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32352024-05-30T03:30:52.972Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32362024-05-30T03:30:54.616Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32372024-05-30T03:30:56.206Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32382024-05-30T03:30:57.793Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
32392024-05-30T03:31:00.882Zwarning: unclosed HTML tag `usize`
32402024-05-30T03:31:00.882Z --> wicket/src/ui/panes/update.rs:153:19
32412024-05-30T03:31:00.882Z |
32422024-05-30T03:31:00.882Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32432024-05-30T03:31:00.882Z | ^^^^^^^
32442024-05-30T03:31:00.882Z |
32452024-05-30T03:31:00.882Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32462024-05-30T03:31:00.882Z
32472024-05-30T03:31:02.163Zwarning: `wicket` (lib doc) generated 1 warning
32482024-05-30T03:31:02.188Z Documenting fatfs v0.3.6
32492024-05-30T03:31:07.268Z Documenting cargo-platform v0.1.8
32502024-05-30T03:31:08.661Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32512024-05-30T03:31:08.661Z --> sled-agent/src/sim/instance.rs:46:7
32522024-05-30T03:31:08.661Z |
32532024-05-30T03:31:08.661Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32542024-05-30T03:31:08.661Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32552024-05-30T03:31:08.661Z |
32562024-05-30T03:31:08.661Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32572024-05-30T03:31:08.661Z
32582024-05-30T03:31:08.853Z Documenting assert_matches v1.5.0
32592024-05-30T03:31:09.193Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32602024-05-30T03:31:09.648Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32612024-05-30T03:31:10.607Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622024-05-30T03:31:10.772Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632024-05-30T03:31:11.648Z Documenting cargo_metadata v0.18.1
32642024-05-30T03:31:11.726Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32652024-05-30T03:31:11.757Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32662024-05-30T03:31:12.658Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32672024-05-30T03:31:14.528Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32682024-05-30T03:31:15.319Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32692024-05-30T03:31:16.461Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32702024-05-30T03:31:17.136Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32712024-05-30T03:31:19.767Z Documenting uzers v0.11.3
32722024-05-30T03:31:23.868Z Documenting termios v0.3.3
32732024-05-30T03:31:24.148Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32742024-05-30T03:31:28.113Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32752024-05-30T03:31:28.144Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32762024-05-30T03:31:29.351Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32772024-05-30T03:31:33.476Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32782024-05-30T03:31:34.250Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792024-05-30T03:31:44.032Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32802024-05-30T03:31:55.127Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32812024-05-30T03:32:01.901Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32822024-05-30T03:32:11.681Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32832024-05-30T03:32:13.368Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32842024-05-30T03:32:13.572Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32852024-05-30T03:32:15.033Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32862024-05-30T03:32:17.453Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32872024-05-30T03:32:25.720Zwarning: unresolved link to `Nexus`
32882024-05-30T03:32:25.720Z --> nexus/src/app/instance_network.rs:241:34
32892024-05-30T03:32:25.720Z |
32902024-05-30T03:32:25.720Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32912024-05-30T03:32:25.720Z | ^^^^^ no item named `Nexus` in scope
32922024-05-30T03:32:25.720Z |
32932024-05-30T03:32:25.720Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32942024-05-30T03:32:25.720Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32952024-05-30T03:32:25.720Z
32962024-05-30T03:32:25.720Zwarning: unresolved link to `Nexus`
32972024-05-30T03:32:25.720Z --> nexus/src/app/instance_network.rs:419:34
32982024-05-30T03:32:25.720Z |
32992024-05-30T03:32:25.720Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33002024-05-30T03:32:25.720Z | ^^^^^ no item named `Nexus` in scope
33012024-05-30T03:32:25.720Z |
33022024-05-30T03:32:25.720Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33032024-05-30T03:32:25.720Z
33042024-05-30T03:32:25.746Zwarning: unresolved link to `VolumeConstructionRequest`
33052024-05-30T03:32:25.746Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33062024-05-30T03:32:25.746Z |
33072024-05-30T03:32:25.746Z338 | /// [`VolumeConstructionRequest`] is shown here):
33082024-05-30T03:32:25.746Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33092024-05-30T03:32:25.746Z |
33102024-05-30T03:32:25.746Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33112024-05-30T03:32:25.746Z
33122024-05-30T03:32:25.746Zwarning: unresolved link to `fd00:1122:3344:101::5`
33132024-05-30T03:32:25.746Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33142024-05-30T03:32:25.746Z |
33152024-05-30T03:32:25.746Z348 | /// "[fd00:1122:3344:101::5]:1000",
33162024-05-30T03:32:25.746Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33172024-05-30T03:32:25.746Z
33182024-05-30T03:32:25.746Zwarning: unresolved link to `fd00:1122:3344:102::9`
33192024-05-30T03:32:25.746Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33202024-05-30T03:32:25.746Z |
33212024-05-30T03:32:25.747Z349 | /// "[fd00:1122:3344:102::9]:1000",
33222024-05-30T03:32:25.747Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33232024-05-30T03:32:25.747Z
33242024-05-30T03:32:25.747Zwarning: unresolved link to `fd00:1122:3344:103::2`
33252024-05-30T03:32:25.747Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33262024-05-30T03:32:25.747Z |
33272024-05-30T03:32:25.747Z350 | /// "[fd00:1122:3344:103::2]:1000"
33282024-05-30T03:32:25.747Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33292024-05-30T03:32:25.747Z
33302024-05-30T03:32:25.747Zwarning: unresolved link to `fd00:1122:3344:101::5`
33312024-05-30T03:32:25.747Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33322024-05-30T03:32:25.747Z |
33332024-05-30T03:32:25.747Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33342024-05-30T03:32:25.747Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33352024-05-30T03:32:25.747Z
33362024-05-30T03:32:25.747Zwarning: unresolved link to `fd00:1122:3344:102::9`
33372024-05-30T03:32:25.747Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33382024-05-30T03:32:25.747Z |
33392024-05-30T03:32:25.747Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33402024-05-30T03:32:25.747Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33412024-05-30T03:32:25.747Z
33422024-05-30T03:32:25.747Zwarning: unresolved link to `fd00:1122:3344:103::2`
33432024-05-30T03:32:25.747Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33442024-05-30T03:32:25.747Z |
33452024-05-30T03:32:25.748Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33462024-05-30T03:32:25.748Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33472024-05-30T03:32:25.748Z
33482024-05-30T03:32:29.693Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33492024-05-30T03:32:51.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 31s
33502024-05-30T03:32:51.410Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files
33512024-05-30T03:32:51.472Z
33522024-05-30T03:32:51.472Zreal 11:31.768625461
33532024-05-30T03:32:51.472Zuser 32:17.678126814
33542024-05-30T03:32:51.472Zsys 46:39.862857827
33552024-05-30T03:32:51.472Ztrap 0.862260419
33562024-05-30T03:32:51.472Ztflt 0.134168814
33572024-05-30T03:32:51.472Zdflt 1.228638218
33582024-05-30T03:32:51.472Zkflt 0.000840075
33592024-05-30T03:32:51.472Zlock 3:22:19.868558449
33602024-05-30T03:32:51.472Zslp 3:13:29.152950519
33612024-05-30T03:32:51.472Zlat 4:21.035024543
33622024-05-30T03:32:51.472Zstop 2:25.398961392
33632024-05-30T03:32:51.497Zprocess exited: duration 1297435 ms, exit code 0
 
33642024-05-30T03:32:51.548Zfound 0 output files