01HPMMBA55QFNQ3D1FHTSV3XBC: clippy (helios)

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

Buildomat Job: 01HPMMBJG1GV50N7X59RHJG627

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-14T20:19:56.573Zjob assigned to worker 01HPMMBQWNW8C8E7DQ8YBJDJYC (queued for 56 s)
 
22024-02-14T20:19:56.924Zstarting task 0: "setup"
32024-02-14T20:19:57.006Z++ uname -s
42024-02-14T20:19:57.010Z+ kern=SunOS
52024-02-14T20:19:57.010Z+ case "$kern" in
62024-02-14T20:19:57.010Z+ groupadd -g 12345 build
72024-02-14T20:19:57.017Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-14T20:19:59.031Z+ zfs create -o mountpoint=/work rpool/work
92024-02-14T20:19:59.105Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-14T20:19:59.108Z+ home_fs=zfs
112024-02-14T20:19:59.109Z+ [[ zfs == autofs ]]
122024-02-14T20:19:59.109Z+ mkdir -p /home/build
132024-02-14T20:19:59.112Z+ chown build:build /home/build /work
142024-02-14T20:20:01.119Z+ chmod 0700 /home/build /work
152024-02-14T20:20:01.131Zprocess exited: duration 4191 ms, exit code 0
 
162024-02-14T20:20:01.158Zstarting task 1: "rust-toolchain"
172024-02-14T20:20:01.174Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-14T20:20:01.175Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-14T20:20:01.284Zinfo: downloading installer
202024-02-14T20:20:02.878Zwarning: it looks like you have an existing installation of Rust at:
212024-02-14T20:20:02.878Zwarning: /opt/ooce/bin
222024-02-14T20:20:02.878Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-14T20:20:02.878Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-14T20:20:02.878Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-14T20:20:02.879Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-14T20:20:02.879Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-14T20:20:02.879Zerror: cannot install while Rust is installed
282024-02-14T20:20:02.879Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-14T20:20:02.977Zinfo: profile set to 'default'
302024-02-14T20:20:02.978Zinfo: default host triple is x86_64-unknown-illumos
312024-02-14T20:20:02.985Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-14T20:20:03.118Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-14T20:20:03.118Zinfo: downloading component 'cargo'
342024-02-14T20:20:03.767Zinfo: downloading component 'clippy'
352024-02-14T20:20:03.994Zinfo: downloading component 'rust-docs'
362024-02-14T20:20:04.831Zinfo: downloading component 'rust-std'
372024-02-14T20:20:06.292Zinfo: downloading component 'rustc'
382024-02-14T20:20:09.802Zinfo: downloading component 'rustfmt'
392024-02-14T20:20:10.010Zinfo: installing component 'cargo'
402024-02-14T20:20:10.931Zinfo: installing component 'clippy'
412024-02-14T20:20:11.336Zinfo: installing component 'rust-docs'
422024-02-14T20:20:12.848Zinfo: installing component 'rust-std'
432024-02-14T20:20:14.743Zinfo: installing component 'rustc'
442024-02-14T20:20:19.003Zinfo: installing component 'rustfmt'
452024-02-14T20:20:19.360Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-14T20:20:19.360Z
472024-02-14T20:20:19.640Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-14T20:20:19.640Z
492024-02-14T20:20:19.649Z
502024-02-14T20:20:19.649ZRust is installed now. Great!
512024-02-14T20:20:19.649Z
522024-02-14T20:20:19.650ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-14T20:20:19.650Zenvironment variable. This has not been done automatically.
542024-02-14T20:20:19.650Z
552024-02-14T20:20:19.650ZTo configure your current shell, run:
562024-02-14T20:20:19.650Zsource "$HOME/.cargo/env"
572024-02-14T20:20:19.696Z+ rustc --version
582024-02-14T20:20:19.762Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-14T20:20:19.766Zprocess exited: duration 18612 ms, exit code 0
 
602024-02-14T20:20:19.779Zstarting task 2: "authentication"
612024-02-14T20:20:19.797Zprocess exited: duration 22 ms, exit code 0
 
622024-02-14T20:20:19.807Zstarting task 3: "clone repository"
632024-02-14T20:20:19.810Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-14T20:20:19.813Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-14T20:20:20.437ZCloning into '/work/oxidecomputer/omicron'...
662024-02-14T20:20:25.791Z+ cd /work/oxidecomputer/omicron
672024-02-14T20:20:25.791Z+ git fetch origin 049bfdab7bee3af919d71c2ae379a1663d6e9bee
682024-02-14T20:20:26.109ZFrom https://github.com/oxidecomputer/omicron
692024-02-14T20:20:26.109Z * branch 049bfdab7bee3af919d71c2ae379a1663d6e9bee -> FETCH_HEAD
702024-02-14T20:20:26.118Z+ [[ -n renovate/toml-0.x ]]
712024-02-14T20:20:26.121Z++ git branch --show-current
722024-02-14T20:20:26.124Z+ current=main
732024-02-14T20:20:26.124Z+ [[ main != renovate/toml-0.x ]]
742024-02-14T20:20:26.124Z+ git branch -f renovate/toml-0.x 049bfdab7bee3af919d71c2ae379a1663d6e9bee
752024-02-14T20:20:26.127Z+ git checkout -f renovate/toml-0.x
762024-02-14T20:20:26.242ZSwitched to branch 'renovate/toml-0.x'
772024-02-14T20:20:26.245Z+ git reset --hard 049bfdab7bee3af919d71c2ae379a1663d6e9bee
782024-02-14T20:20:26.357ZHEAD is now at 049bfdab7 merge main into branch
792024-02-14T20:20:26.360Zprocess exited: duration 6554 ms, exit code 0
 
802024-02-14T20:20:26.366Zstarting task 4: "build"
812024-02-14T20:20:26.371Z+ cargo --version
822024-02-14T20:20:26.379Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-14T20:20:26.515Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-14T20:20:26.515Zinfo: downloading component 'cargo'
852024-02-14T20:20:27.629Zinfo: downloading component 'clippy'
862024-02-14T20:20:27.633Zinfo: downloading component 'rust-docs'
872024-02-14T20:20:28.416Zinfo: downloading component 'rust-std'
882024-02-14T20:20:29.779Zinfo: downloading component 'rustc'
892024-02-14T20:20:33.571Zinfo: downloading component 'rustfmt'
902024-02-14T20:20:33.831Zinfo: installing component 'cargo'
912024-02-14T20:20:34.737Zinfo: installing component 'clippy'
922024-02-14T20:20:35.106Zinfo: installing component 'rust-docs'
932024-02-14T20:20:36.667Zinfo: installing component 'rust-std'
942024-02-14T20:20:38.299Zinfo: installing component 'rustc'
952024-02-14T20:20:42.541Zinfo: installing component 'rustfmt'
962024-02-14T20:20:42.900Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-14T20:20:42.903Z+ rustc --version
982024-02-14T20:20:42.982Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-14T20:20:42.986Z+ source ./env.sh
1002024-02-14T20:20:42.986Z++ set -o xtrace
1012024-02-14T20:20:42.986Z++++ dirname ./env.sh
1022024-02-14T20:20:43.101Z+++ cd .
1032024-02-14T20:20:43.104Z+++ echo /work/oxidecomputer/omicron
1042024-02-14T20:20:43.104Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052024-02-14T20:20:43.104Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062024-02-14T20:20:43.104Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-02-14T20:20:43.104Z++ 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
1082024-02-14T20:20:43.104Z++ 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
1092024-02-14T20:20:43.104Z++ 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
1102024-02-14T20:20:43.104Z++ 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
1112024-02-14T20:20:43.104Z++ 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
1122024-02-14T20:20:43.104Z++ 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
1132024-02-14T20:20:43.104Z++ unset OMICRON_WS
1142024-02-14T20:20:43.104Z++ set +o xtrace
1152024-02-14T20:20:43.228Z
1162024-02-14T20:20:43.228Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-02-14T20:20:43.228Z # # # # # # # # # # # # # # #
1182024-02-14T20:20:43.229Z # # # # ##### # # ##### # # # # # #### #
1192024-02-14T20:20:43.229Z ##### ##### # ##### # # # # # # # # #
1202024-02-14T20:20:43.229Z # # # # # # # # # # # # # # #
1212024-02-14T20:20:43.229Z # # # ###### # # ###### ### # #### # #### #
1222024-02-14T20:20:43.229Z
1232024-02-14T20:21:01.459Z Startup: Refreshing catalog 'helios-dev' ... Done
1242024-02-14T20:21:02.875Z Startup: Caching catalogs ... Done
1252024-02-14T20:21:04.181ZPlanning: Solver setup ... Done (0.971s)
1262024-02-14T20:21:04.203ZPlanning: Running solver ... Done (0.022s)
1272024-02-14T20:21:04.618ZPlanning: Finding local manifests ... Done (0.394s)
1282024-02-14T20:21:04.630ZPlanning: Fetching manifests: 0/4 0% complete
1292024-02-14T20:21:04.934ZPlanning: Fetching manifests: 4/4 100% complete
1302024-02-14T20:21:04.979ZPlanning: Package planning ... Done (0.053s)
1312024-02-14T20:21:05.032ZPlanning: Merging actions ... Done (0.052s)
1322024-02-14T20:21:06.831ZPlanning: Checking for conflicting actions ... Done (1.796s)
1332024-02-14T20:21:06.869ZPlanning: Consolidating action changes ... Done (0.012s)
1342024-02-14T20:21:13.299ZPlanning: Evaluating mediators ... Done (6.457s)
1352024-02-14T20:21:13.312ZPlanning: Planning completed in 10.38 seconds
1362024-02-14T20:21:13.325Z Packages to install: 4
1372024-02-14T20:21:13.325Z Mediators to change: 2
1382024-02-14T20:21:13.325Z Services to change: 1
1392024-02-14T20:21:13.328Z Estimated space available: 148.87 GB
1402024-02-14T20:21:13.328ZEstimated space to be consumed: 1.41 GB
1412024-02-14T20:21:13.328Z Create boot environment: No
1422024-02-14T20:21:13.328ZCreate backup boot environment: No
1432024-02-14T20:21:13.328Z Rebuild boot archive: No
1442024-02-14T20:21:13.329Z
1452024-02-14T20:21:13.329ZChanged mediators:
1462024-02-14T20:21:13.329Z mediator clang:
1472024-02-14T20:21:13.329Z version: None -> 15 (system default)
1482024-02-14T20:21:13.329Z
1492024-02-14T20:21:13.329Z mediator llvm:
1502024-02-14T20:21:13.329Z version: 14 (system default) -> 15 (system default)
1512024-02-14T20:21:13.329Z
1522024-02-14T20:21:13.329ZChanged packages:
1532024-02-14T20:21:13.329Zhelios-dev
1542024-02-14T20:21:13.329Z developer/build-essential
1552024-02-14T20:21:13.329Z None -> 11-2.0
1562024-02-14T20:21:13.329Z library/libxmlsec1
1572024-02-14T20:21:13.329Z None -> 1.2.35-2.0
1582024-02-14T20:21:13.329Z ooce/developer/clang-15
1592024-02-14T20:21:13.329Z None -> 15.0.7-2.0
1602024-02-14T20:21:13.329Z ooce/developer/llvm-15
1612024-02-14T20:21:13.329Z None -> 15.0.7-2.0
1622024-02-14T20:21:13.329Z
1632024-02-14T20:21:13.329ZServices:
1642024-02-14T20:21:13.329Z restart_fmri:
1652024-02-14T20:21:13.329Z svc:/system/update-man-index:default
1662024-02-14T20:21:13.985Z
1672024-02-14T20:21:13.985ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1682024-02-14T20:21:18.994ZDownload: 551/3290 items 3.1/212.6MB 1% complete (664k/s)
1692024-02-14T20:21:23.997ZDownload: 1195/3290 items 59.1/212.6MB 27% complete (5.9M/s)
1702024-02-14T20:21:29.580ZDownload: 1198/3290 items 69.8/212.6MB 32% complete (6.8M/s)
1712024-02-14T20:21:34.650ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (7.8M/s)
1722024-02-14T20:21:39.669ZDownload: 2271/3290 items 119.5/212.6MB 56% complete (5.0M/s)
1732024-02-14T20:21:44.670ZDownload: 3168/3290 items 165.0/212.6MB 77% complete (4.5M/s)
1742024-02-14T20:21:48.162ZDownload: Completed 212.60 MB in 34.17 seconds (6.2M/s)
1752024-02-14T20:21:48.362Z Actions: 1/3689 actions (Installing new actions)
1762024-02-14T20:21:53.479Z Actions: 3548/3689 actions (Installing new actions)
1772024-02-14T20:21:53.876Z Actions: Completed 3689 actions in 5.51 seconds.
1782024-02-14T20:21:53.969Z Done (0.088s)
1792024-02-14T20:21:53.970Z Done (0.000s)
1802024-02-14T20:21:54.184Z Done (0.214s)
1812024-02-14T20:22:01.362Z Done (7.049s)
1822024-02-14T20:22:01.631Z Done (0.192s)
1832024-02-14T20:22:01.634Z Done (0.000s)
1842024-02-14T20:22:01.789Z Done (0.000s)
1852024-02-14T20:22:02.331ZPlanning: Evaluating mediator changes ... Done
1862024-02-14T20:22:02.503ZPlanning: Checking for conflicting actions ... Done
1872024-02-14T20:22:02.506ZPlanning: Consolidating action changes ... Done
1882024-02-14T20:22:02.787ZPlanning: Evaluating mediators ... Done
1892024-02-14T20:22:02.790ZPlanning: Planning completed in 0.46 seconds
1902024-02-14T20:22:02.822Z Mediators to change: 2
1912024-02-14T20:22:02.822Z Create boot environment: No
1922024-02-14T20:22:02.825ZCreate backup boot environment: No
1932024-02-14T20:22:02.886Z Done
1942024-02-14T20:22:02.886Z Done
1952024-02-14T20:22:03.044Z Done
1962024-02-14T20:22:07.033Z Done
1972024-02-14T20:22:07.131Z Done
1982024-02-14T20:22:07.134Z Done
1992024-02-14T20:22:07.232Z Done
2002024-02-14T20:22:07.918ZPlanning: Evaluating mediator changes ... Done
2012024-02-14T20:22:07.921ZPlanning: Merging actions ... Done
2022024-02-14T20:22:08.116ZPlanning: Checking for conflicting actions ... Done
2032024-02-14T20:22:08.119ZPlanning: Consolidating action changes ... Done
2042024-02-14T20:22:08.398ZPlanning: Evaluating mediators ... Done
2052024-02-14T20:22:08.460ZPlanning: Planning completed in 0.83 seconds
2062024-02-14T20:22:08.497Z Packages to change: 1
2072024-02-14T20:22:08.497Z Mediators to change: 1
2082024-02-14T20:22:08.497Z Services to change: 1
2092024-02-14T20:22:08.497Z Create boot environment: No
2102024-02-14T20:22:08.500ZCreate backup boot environment: Yes
2112024-02-14T20:22:10.249Z Actions: 1/6 actions (Updating modified actions)
2122024-02-14T20:22:10.278Z Actions: Completed 6 actions in 0.03 seconds.
2132024-02-14T20:22:10.281Z Done
2142024-02-14T20:22:10.281Z Done
2152024-02-14T20:22:10.333Z Done
2162024-02-14T20:22:14.606Z Done
2172024-02-14T20:22:14.699Z Done
2182024-02-14T20:22:14.702Z Done
2192024-02-14T20:22:14.803Z Done
2202024-02-14T20:22:15.256ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-02-14T20:22:15.256Zclang system 15 system
2222024-02-14T20:22:15.256Zcsh system system illumos
2232024-02-14T20:22:15.256Zctags system system illumos
2242024-02-14T20:22:15.256Zgcc vendor 12 vendor
2252024-02-14T20:22:15.256Zgcc system 10 system
2262024-02-14T20:22:15.256Zgcc system 7 system
2272024-02-14T20:22:15.257Zgo system 1.20 system
2282024-02-14T20:22:15.257Zgo system 1.19 system
2292024-02-14T20:22:15.257Zllvm system 15 system
2302024-02-14T20:22:15.257Zllvm system 14 system
2312024-02-14T20:22:15.257Zmariadb system 10.6 system
2322024-02-14T20:22:15.257Zmta vendor vendor dma
2332024-02-14T20:22:15.257Zopenjdk system 17 system
2342024-02-14T20:22:15.257Zopenjdk system 11 system
2352024-02-14T20:22:15.257Zopenjdk system 1.8 system
2362024-02-14T20:22:15.257Zopenssl vendor 3 vendor
2372024-02-14T20:22:15.257Zperl system 5.36 system
2382024-02-14T20:22:15.257Zpostgresql system 15 system
2392024-02-14T20:22:15.257Zpostgresql system 13 system
2402024-02-14T20:22:15.257Zpython vendor 3 vendor
2412024-02-14T20:22:15.258Zpython system 2 system
2422024-02-14T20:22:15.258Zpython3 system 3.11 system
2432024-02-14T20:22:15.258Zruby system 3.0 system
2442024-02-14T20:22:15.258Zwords vendor vendor american-english
2452024-02-14T20:22:15.258Zwords system system australian-english
2462024-02-14T20:22:15.258Zwords system system british-english
2472024-02-14T20:22:15.258Zwords system system canadian-english
2482024-02-14T20:22:15.258Zwords system system french
2492024-02-14T20:22:15.258Zwords system system italian
2502024-02-14T20:22:15.258Zwords system system ngerman
2512024-02-14T20:22:15.258Zwords system system ogerman
2522024-02-14T20:22:15.258Zwords system system spanish
2532024-02-14T20:22:15.610ZFMRI IFO
2542024-02-14T20:22:15.610Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-02-14T20:22:15.610Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-02-14T20:22:15.610Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-02-14T20:22:15.611Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-02-14T20:22:15.611Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-02-14T20:22:15.611Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2602024-02-14T20:22:15.611Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2612024-02-14T20:22:15.611Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2622024-02-14T20:22:15.663Z+ set -o errexit
2632024-02-14T20:22:15.666Z+++ dirname ./tools/ci_download_cockroachdb
2642024-02-14T20:22:15.669Z++ cd ./tools
2652024-02-14T20:22:15.669Z++ pwd
2662024-02-14T20:22:15.669Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2672024-02-14T20:22:15.669Z++ basename ./tools/ci_download_cockroachdb
2682024-02-14T20:22:15.672Z+ ARG0=ci_download_cockroachdb
2692024-02-14T20:22:15.672Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2702024-02-14T20:22:15.672Z+ CIDL_VERSION=v22.1.9
2712024-02-14T20:22:15.672Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2722024-02-14T20:22:15.672Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2732024-02-14T20:22:15.672Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2742024-02-14T20:22:15.672Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2752024-02-14T20:22:15.672Z+ TARGET_DIR=out
2762024-02-14T20:22:15.672Z+ DOWNLOAD_DIR=out/downloads
2772024-02-14T20:22:15.672Z+ DEST_DIR=./out/cockroachdb
2782024-02-14T20:22:15.678Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2792024-02-14T20:22:15.678Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2802024-02-14T20:22:15.679Z+ main
2812024-02-14T20:22:15.679Z+ [[ 0 != 0 ]]
2822024-02-14T20:22:15.679Z+ CIDL_OS=solaris2.11
2832024-02-14T20:22:15.679Z+ [[ 0 != 0 ]]
2842024-02-14T20:22:15.679Z+ configure_os solaris2.11
2852024-02-14T20:22:15.679Z+ echo 'current directory: /work/oxidecomputer/omicron'
2862024-02-14T20:22:15.679Zcurrent directory: /work/oxidecomputer/omicron
2872024-02-14T20:22:15.679Z+ echo 'configuring based on OS: "solaris2.11"'
2882024-02-14T20:22:15.679Z+ case "$1" in
2892024-02-14T20:22:15.679Zconfiguring based on OS: "solaris2.11"
2902024-02-14T20:22:15.679Z+ CIDL_BUILD=illumos
2912024-02-14T20:22:15.679Z+ CIDL_SUFFIX=tar.gz
2922024-02-14T20:22:15.679Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2932024-02-14T20:22:15.679Z+ CIDL_URL_BASE=https://illumos.org/downloads
2942024-02-14T20:22:15.679Z+ CIDL_ASSEMBLE=do_assemble_illumos
2952024-02-14T20:22:15.679Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2962024-02-14T20:22:15.679Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2972024-02-14T20:22:15.679Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-14T20:22:15.679Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2992024-02-14T20:22:15.679Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-02-14T20:22:15.679ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-02-14T20:22:15.679ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-02-14T20:22:15.679Z+ CIDL_SHA256FUNC=do_sha256sum
3032024-02-14T20:22:15.679Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3042024-02-14T20:22:15.679Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3052024-02-14T20:22:15.680Z+ mkdir -p out/downloads
3062024-02-14T20:22:15.680Z+ mkdir -p ./out/cockroachdb
3072024-02-14T20:22:15.683Z+ local DO_DOWNLOAD=true
3082024-02-14T20:22:15.683Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3092024-02-14T20:22:15.683Z+ '[' true == true ']'
3102024-02-14T20:22:15.683Z+ echo Downloading...
3112024-02-14T20:22:15.683Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-02-14T20:22:15.683ZDownloading...
3132024-02-14T20:22:15.683Z+ 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
3142024-02-14T20:22:20.354Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-02-14T20:22:20.357Z++ sha256sum
3162024-02-14T20:22:20.357Z++ awk '{print $1}'
3172024-02-14T20:22:20.528Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3182024-02-14T20:22:20.528Z+ [[ 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 ]]
3192024-02-14T20:22:20.528Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-02-14T20:22:20.531Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3212024-02-14T20:22:22.695Z+ do_assemble_illumos
3222024-02-14T20:22:22.695Z+ rm -r ./out/cockroachdb
3232024-02-14T20:22:22.704Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3242024-02-14T20:22:23.106Z+ ./out/cockroachdb/bin/cockroach version
3252024-02-14T20:22:23.410ZBuild Tag: v22.1.9-dirty
3262024-02-14T20:22:23.410ZBuild Time: 2022/10/26 21:17:46
3272024-02-14T20:22:23.410ZDistribution: OSS
3282024-02-14T20:22:23.410ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3292024-02-14T20:22:23.410ZGo Version: go1.17.13
3302024-02-14T20:22:23.411ZC Compiler: gcc 10.3.0
3312024-02-14T20:22:23.411ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3322024-02-14T20:22:23.411ZBuild Type: release
3332024-02-14T20:22:23.430Z+ set -o errexit
3342024-02-14T20:22:23.433Z+++ dirname ./tools/ci_download_clickhouse
3352024-02-14T20:22:23.436Z++ cd ./tools
3362024-02-14T20:22:23.436Z++ pwd
3372024-02-14T20:22:23.436Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3382024-02-14T20:22:23.439Z++ basename ./tools/ci_download_clickhouse
3392024-02-14T20:22:23.439Z+ ARG0=ci_download_clickhouse
3402024-02-14T20:22:23.439Z+ TARGET_DIR=out
3412024-02-14T20:22:23.439Z+ DOWNLOAD_DIR=out/downloads
3422024-02-14T20:22:23.439Z+ DEST_DIR=./out/clickhouse
3432024-02-14T20:22:23.439Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3442024-02-14T20:22:23.442Z+ CIDL_VERSION=v22.8.9.24
3452024-02-14T20:22:23.442Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3462024-02-14T20:22:23.442Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3472024-02-14T20:22:23.442Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3482024-02-14T20:22:23.442Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3492024-02-14T20:22:23.442Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3502024-02-14T20:22:23.442Z+ main
3512024-02-14T20:22:23.442Z+ [[ 0 != 0 ]]
3522024-02-14T20:22:23.442Z+ CIDL_OS=solaris2.11
3532024-02-14T20:22:23.442Z+ [[ 0 != 0 ]]
3542024-02-14T20:22:23.442Z+ configure_os solaris2.11
3552024-02-14T20:22:23.442Z+ echo 'current directory: /work/oxidecomputer/omicron'
3562024-02-14T20:22:23.442Zcurrent directory: /work/oxidecomputer/omicron
3572024-02-14T20:22:23.443Z+ echo 'configuring based on OS: "solaris2.11"'
3582024-02-14T20:22:23.443Zconfiguring based on OS: "solaris2.11"
3592024-02-14T20:22:23.443Z+ CIDL_DASHREV=
3602024-02-14T20:22:23.443Z+ case "$1" in
3612024-02-14T20:22:23.443Z+ CIDL_PLATFORM=illumos
3622024-02-14T20:22:23.443Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3632024-02-14T20:22:23.443Z+ CIDL_MD5FUNC=do_md5sum
3642024-02-14T20:22:23.443Z+ CIDL_DASHREV=-1
3652024-02-14T20:22:23.443Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3662024-02-14T20:22:23.443Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3672024-02-14T20:22:23.443Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-02-14T20:22:23.443Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692024-02-14T20:22:23.443Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3702024-02-14T20:22:23.443ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3712024-02-14T20:22:23.443Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3722024-02-14T20:22:23.443Z+ mkdir -p out/downloads
3732024-02-14T20:22:23.443ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-02-14T20:22:23.446Z+ mkdir -p ./out/clickhouse
3752024-02-14T20:22:23.446Z+ local DO_DOWNLOAD=true
3762024-02-14T20:22:23.446Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3772024-02-14T20:22:23.447Z+ '[' true == true ']'
3782024-02-14T20:22:23.447Z+ echo Downloading...
3792024-02-14T20:22:23.447ZDownloading...
3802024-02-14T20:22:23.447Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3812024-02-14T20:22:23.447Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3822024-02-14T20:22:26.149Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3832024-02-14T20:22:26.152Z++ md5sum
3842024-02-14T20:22:26.152Z++ awk '{print $1}'
3852024-02-14T20:22:26.333Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3862024-02-14T20:22:26.333Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3872024-02-14T20:22:26.336Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3882024-02-14T20:22:26.336Z+ mkdir -p ./out/clickhouse
3892024-02-14T20:22:26.336Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3902024-02-14T20:22:29.467Z+ ./out/clickhouse/clickhouse server --version
3912024-02-14T20:22:29.480ZClickHouse server version 22.8.9.1.
3922024-02-14T20:22:29.498Z+ set -o errexit
3932024-02-14T20:22:29.501Z+++ dirname ./tools/ci_download_console
3942024-02-14T20:22:29.504Z++ cd ./tools
3952024-02-14T20:22:29.504Z++ pwd
3962024-02-14T20:22:29.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972024-02-14T20:22:29.507Z++ basename ./tools/ci_download_console
3982024-02-14T20:22:29.507Z+ ARG0=ci_download_console
3992024-02-14T20:22:29.508Z+ TARGET_DIR=out
4002024-02-14T20:22:29.508Z+ DOWNLOAD_DIR=out/downloads
4012024-02-14T20:22:29.508Z+ DEST_DIR=./out/console-assets
4022024-02-14T20:22:29.508Z+ source /work/oxidecomputer/omicron/tools/console_version
4032024-02-14T20:22:29.508Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
4042024-02-14T20:22:29.508Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4052024-02-14T20:22:29.508Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4062024-02-14T20:22:29.508Z+ TARBALL_FILE=out/downloads/console.tar.gz
4072024-02-14T20:22:29.508Z+ main
4082024-02-14T20:22:29.508Z+ [[ 0 != 0 ]]
4092024-02-14T20:22:29.508Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
4102024-02-14T20:22:29.508ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4112024-02-14T20:22:29.508Z+ echo 'Local file: out/downloads/console.tar.gz'
4122024-02-14T20:22:29.508Z+ local DO_DOWNLOAD=true
4132024-02-14T20:22:29.508ZLocal file: out/downloads/console.tar.gz
4142024-02-14T20:22:29.508Z+ [[ -f out/downloads/console.tar.gz ]]
4152024-02-14T20:22:29.508Z+ mkdir -p out/downloads
4162024-02-14T20:22:29.511Z+ '[' true == true ']'
4172024-02-14T20:22:29.511Z+ echo Downloading...
4182024-02-14T20:22:29.511ZDownloading...
4192024-02-14T20:22:29.512Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4202024-02-14T20:22:29.512Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4212024-02-14T20:22:30.247Z++ do_sha256sum out/downloads/console.tar.gz
4222024-02-14T20:22:30.247Z++ case "$OSTYPE" in
4232024-02-14T20:22:30.250Z++ SHA=sha256sum
4242024-02-14T20:22:30.250Z++ sha256sum
4252024-02-14T20:22:30.250Z++ awk '{print $1}'
4262024-02-14T20:22:30.256Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4272024-02-14T20:22:30.259Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4282024-02-14T20:22:30.259Z+ rm -rf ./out/console-assets
4292024-02-14T20:22:30.259Z+ mkdir -p ./out/console-assets
4302024-02-14T20:22:30.262Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4312024-02-14T20:22:30.263Z+ mkdir -p ./out/console-assets
4322024-02-14T20:22:30.263Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4332024-02-14T20:22:30.357Z+ set -o errexit
4342024-02-14T20:22:30.361Z+++ dirname ./tools/ci_download_maghemite_openapi
4352024-02-14T20:22:30.364Z++ cd ./tools
4362024-02-14T20:22:30.365Z++ pwd
4372024-02-14T20:22:30.365Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4382024-02-14T20:22:30.365Z++ basename ./tools/ci_download_maghemite_openapi
4392024-02-14T20:22:30.380Z+ ARG0=ci_download_maghemite_openapi
4402024-02-14T20:22:30.380Z+ TARGET_DIR=out
4412024-02-14T20:22:30.380Z+ DOWNLOAD_DIR=out/downloads
4422024-02-14T20:22:30.380Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4432024-02-14T20:22:30.380Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4442024-02-14T20:22:30.380Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4452024-02-14T20:22:30.380Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4462024-02-14T20:22:30.380Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4472024-02-14T20:22:30.381Z+ main
4482024-02-14T20:22:30.381Z+ [[ 0 != 0 ]]
4492024-02-14T20:22:30.381Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4502024-02-14T20:22:30.381ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4512024-02-14T20:22:30.381Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4522024-02-14T20:22:30.381Z+ local DO_DOWNLOAD=true
4532024-02-14T20:22:30.381ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4542024-02-14T20:22:30.381Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4552024-02-14T20:22:30.381Z+ mkdir -p out/downloads
4562024-02-14T20:22:30.381Z+ '[' true == true ']'
4572024-02-14T20:22:30.381Z+ echo Downloading...
4582024-02-14T20:22:30.381ZDownloading...
4592024-02-14T20:22:30.381Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4602024-02-14T20:22:30.382Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4612024-02-14T20:22:30.629Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4622024-02-14T20:22:30.629Z++ case "$OSTYPE" in
4632024-02-14T20:22:30.629Z++ SHA=sha256sum
4642024-02-14T20:22:30.632Z++ sha256sum
4652024-02-14T20:22:30.632Z++ awk '{print $1}'
4662024-02-14T20:22:30.635Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4672024-02-14T20:22:30.635Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4682024-02-14T20:22:30.636Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4692024-02-14T20:22:30.636Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4702024-02-14T20:22:30.636Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4712024-02-14T20:22:30.636Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4722024-02-14T20:22:30.636Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4732024-02-14T20:22:30.636Z+ main
4742024-02-14T20:22:30.636Z+ [[ 0 != 0 ]]
4752024-02-14T20:22:30.636Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4762024-02-14T20:22:30.636ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4772024-02-14T20:22:30.636Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4782024-02-14T20:22:30.636ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4792024-02-14T20:22:30.636Z+ local DO_DOWNLOAD=true
4802024-02-14T20:22:30.636Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4812024-02-14T20:22:30.636Z+ mkdir -p out/downloads
4822024-02-14T20:22:30.639Z+ '[' true == true ']'
4832024-02-14T20:22:30.639Z+ echo Downloading...
4842024-02-14T20:22:30.639ZDownloading...
4852024-02-14T20:22:30.639Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4862024-02-14T20:22:30.639Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4872024-02-14T20:22:30.739Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4882024-02-14T20:22:30.743Z++ case "$OSTYPE" in
4892024-02-14T20:22:30.744Z++ SHA=sha256sum
4902024-02-14T20:22:30.744Z++ sha256sum
4912024-02-14T20:22:30.744Z++ awk '{print $1}'
4922024-02-14T20:22:30.747Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4932024-02-14T20:22:30.747Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4942024-02-14T20:22:30.753Z+ set -o errexit
4952024-02-14T20:22:30.756Z+++ dirname ./tools/ci_download_dendrite_openapi
4962024-02-14T20:22:30.759Z++ cd ./tools
4972024-02-14T20:22:30.759Z++ pwd
4982024-02-14T20:22:30.760Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992024-02-14T20:22:30.760Z++ basename ./tools/ci_download_dendrite_openapi
5002024-02-14T20:22:30.763Z+ ARG0=ci_download_dendrite_openapi
5012024-02-14T20:22:30.763Z+ TARGET_DIR=out
5022024-02-14T20:22:30.763Z+ DOWNLOAD_DIR=out/downloads
5032024-02-14T20:22:30.763Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5042024-02-14T20:22:30.763Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5052024-02-14T20:22:30.763Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5062024-02-14T20:22:30.763Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5072024-02-14T20:22:30.763Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5082024-02-14T20:22:30.763Z+ main
5092024-02-14T20:22:30.763Z+ [[ 0 != 0 ]]
5102024-02-14T20:22:30.763Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5112024-02-14T20:22:30.763ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5122024-02-14T20:22:30.763ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5132024-02-14T20:22:30.763Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5142024-02-14T20:22:30.763Z+ local DO_DOWNLOAD=true
5152024-02-14T20:22:30.763Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5162024-02-14T20:22:30.763Z+ mkdir -p out/downloads
5172024-02-14T20:22:30.767Z+ '[' true == true ']'
5182024-02-14T20:22:30.767Z+ echo Downloading...
5192024-02-14T20:22:30.767ZDownloading...
5202024-02-14T20:22:30.767Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5212024-02-14T20:22:30.767Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5222024-02-14T20:22:30.892Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5232024-02-14T20:22:30.892Z++ case "$OSTYPE" in
5242024-02-14T20:22:30.892Z++ SHA=sha256sum
5252024-02-14T20:22:30.895Z++ sha256sum
5262024-02-14T20:22:30.895Z++ awk '{print $1}'
5272024-02-14T20:22:30.898Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5282024-02-14T20:22:30.898Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5292024-02-14T20:22:30.905Z+ set -o errexit
5302024-02-14T20:22:30.908Z+++ dirname ./tools/ci_download_dendrite_stub
5312024-02-14T20:22:30.911Z++ cd ./tools
5322024-02-14T20:22:30.911Z++ pwd
5332024-02-14T20:22:30.911Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342024-02-14T20:22:30.911Z++ basename ./tools/ci_download_dendrite_stub
5352024-02-14T20:22:30.916Z+ ARG0=ci_download_dendrite_stub
5362024-02-14T20:22:30.916Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5372024-02-14T20:22:30.916Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5382024-02-14T20:22:30.916Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5392024-02-14T20:22:30.916Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5402024-02-14T20:22:30.916Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5412024-02-14T20:22:30.916Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5422024-02-14T20:22:30.916Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5432024-02-14T20:22:30.916Z+ TARGET_DIR=out
5442024-02-14T20:22:30.916Z+ DOWNLOAD_DIR=out/downloads
5452024-02-14T20:22:30.916Z+ DEST_DIR=./out/dendrite-stub
5462024-02-14T20:22:30.916Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5472024-02-14T20:22:30.916Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5482024-02-14T20:22:30.916Z+ REPO=oxidecomputer/dendrite
5492024-02-14T20:22:30.916Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5502024-02-14T20:22:30.916Z+ main
5512024-02-14T20:22:30.916Z+ [[ 0 != 0 ]]
5522024-02-14T20:22:30.917Z+ CIDL_OS=solaris2.11
5532024-02-14T20:22:30.917Z+ [[ 0 != 0 ]]
5542024-02-14T20:22:30.917Z+ configure_os solaris2.11
5552024-02-14T20:22:30.917Z+ echo 'current directory: /work/oxidecomputer/omicron'
5562024-02-14T20:22:30.917Zcurrent directory: /work/oxidecomputer/omicron
5572024-02-14T20:22:30.917Z+ echo 'configuring based on OS: "solaris2.11"'
5582024-02-14T20:22:30.917Z+ case "$1" in
5592024-02-14T20:22:30.917Zconfiguring based on OS: "solaris2.11"
5602024-02-14T20:22:30.917Z+ SET_BINARIES=
5612024-02-14T20:22:30.917Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5622024-02-14T20:22:30.917Z+ CIDL_SHA256FUNC=do_sha256sum
5632024-02-14T20:22:30.917Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5642024-02-14T20:22:30.917Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5652024-02-14T20:22:30.917Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5662024-02-14T20:22:30.917Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5672024-02-14T20:22:30.917Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5682024-02-14T20:22:30.917ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5692024-02-14T20:22:30.917ZLocal file: out/downloads/dendrite-stub.tar.gz
5702024-02-14T20:22:30.917Z+ mkdir -p out/downloads
5712024-02-14T20:22:30.917Z+ mkdir -p ./out/dendrite-stub
5722024-02-14T20:22:30.921Z+ fetch_and_verify
5732024-02-14T20:22:30.921Z+ local DO_DOWNLOAD=true
5742024-02-14T20:22:30.921Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5752024-02-14T20:22:30.921Z+ '[' true == true ']'
5762024-02-14T20:22:30.921Z+ echo Downloading...
5772024-02-14T20:22:30.921ZDownloading...
5782024-02-14T20:22:30.921Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5792024-02-14T20:22:30.921Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5802024-02-14T20:22:35.585Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5812024-02-14T20:22:35.589Z++ sha256sum
5822024-02-14T20:22:35.589Z++ awk '{print $1}'
5832024-02-14T20:22:35.611Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5842024-02-14T20:22:35.611Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5852024-02-14T20:22:35.614Z+ do_untar out/downloads/dendrite-stub.tar.gz
5862024-02-14T20:22:35.614Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5872024-02-14T20:22:36.300Z+ do_assemble
5882024-02-14T20:22:36.300Z+ rm -r ./out/dendrite-stub
5892024-02-14T20:22:36.305Z+ mkdir ./out/dendrite-stub
5902024-02-14T20:22:36.305Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5912024-02-14T20:22:36.421Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5922024-02-14T20:22:36.427Z+ set -o errexit
5932024-02-14T20:22:36.432Z+++ dirname ./tools/ci_download_maghemite_mgd
5942024-02-14T20:22:36.437Z++ cd ./tools
5952024-02-14T20:22:36.437Z++ pwd
5962024-02-14T20:22:36.437Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5972024-02-14T20:22:36.437Z++ basename ./tools/ci_download_maghemite_mgd
5982024-02-14T20:22:36.437Z+ ARG0=ci_download_maghemite_mgd
5992024-02-14T20:22:36.437Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6002024-02-14T20:22:36.437Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6012024-02-14T20:22:36.437Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
6022024-02-14T20:22:36.437Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6032024-02-14T20:22:36.437Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6042024-02-14T20:22:36.437Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6052024-02-14T20:22:36.437Z+ TARGET_DIR=out
6062024-02-14T20:22:36.437Z+ DOWNLOAD_DIR=out/downloads
6072024-02-14T20:22:36.437Z+ DEST_DIR=./out/mgd
6082024-02-14T20:22:36.437Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6092024-02-14T20:22:36.437Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6102024-02-14T20:22:36.437Z+ REPO=oxidecomputer/maghemite
6112024-02-14T20:22:36.437Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
6122024-02-14T20:22:36.437Z+ main
6132024-02-14T20:22:36.437Z+ [[ 0 != 0 ]]
6142024-02-14T20:22:36.437Z+ CIDL_OS=solaris2.11
6152024-02-14T20:22:36.437Z+ [[ 0 != 0 ]]
6162024-02-14T20:22:36.438Z+ configure_os solaris2.11
6172024-02-14T20:22:36.438Z+ echo 'current directory: /work/oxidecomputer/omicron'
6182024-02-14T20:22:36.438Z+ echo 'configuring based on OS: "solaris2.11"'
6192024-02-14T20:22:36.438Zcurrent directory: /work/oxidecomputer/omicron
6202024-02-14T20:22:36.438Zconfiguring based on OS: "solaris2.11"
6212024-02-14T20:22:36.438Z+ case "$1" in
6222024-02-14T20:22:36.438Z+ SET_BINARIES=
6232024-02-14T20:22:36.438Z+ CIDL_SHA256FUNC=do_sha256sum
6242024-02-14T20:22:36.438Z+ TARBALL_FILENAME=mgd.tar.gz
6252024-02-14T20:22:36.438Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6262024-02-14T20:22:36.438Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6272024-02-14T20:22:36.438Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6282024-02-14T20:22:36.438ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6292024-02-14T20:22:36.438Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6302024-02-14T20:22:36.438Z+ mkdir -p out/downloads
6312024-02-14T20:22:36.438ZLocal file: out/downloads/mgd.tar.gz
6322024-02-14T20:22:36.443Z+ mkdir -p ./out/mgd
6332024-02-14T20:22:36.443Z+ fetch_and_verify
6342024-02-14T20:22:36.443Z+ local DO_DOWNLOAD=true
6352024-02-14T20:22:36.443Z+ [[ -f out/downloads/mgd.tar.gz ]]
6362024-02-14T20:22:36.443Z+ '[' true == true ']'
6372024-02-14T20:22:36.443Z+ echo Downloading...
6382024-02-14T20:22:36.443ZDownloading...
6392024-02-14T20:22:36.443Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6402024-02-14T20:22:36.443Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6412024-02-14T20:22:43.772Z++ do_sha256sum out/downloads/mgd.tar.gz
6422024-02-14T20:22:43.778Z++ sha256sum
6432024-02-14T20:22:43.778Z++ awk '{print $1}'
6442024-02-14T20:22:43.793Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6452024-02-14T20:22:43.796Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6462024-02-14T20:22:43.796Z+ do_untar out/downloads/mgd.tar.gz
6472024-02-14T20:22:43.796Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6482024-02-14T20:22:44.247Z+ do_assemble
6492024-02-14T20:22:44.247Z+ rm -r ./out/mgd
6502024-02-14T20:22:44.250Z+ mkdir ./out/mgd
6512024-02-14T20:22:44.254Z+ cp -r out/downloads/root ./out/mgd/root
6522024-02-14T20:22:44.424Z+ set -o errexit
6532024-02-14T20:22:44.433Z+++ dirname ./tools/ci_download_transceiver_control
6542024-02-14T20:22:44.434Z++ cd ./tools
6552024-02-14T20:22:44.434Z++ pwd
6562024-02-14T20:22:44.434Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6572024-02-14T20:22:44.434Z++ basename ./tools/ci_download_transceiver_control
6582024-02-14T20:22:44.459Z+ ARG0=ci_download_transceiver_control
6592024-02-14T20:22:44.459Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6602024-02-14T20:22:44.460Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6612024-02-14T20:22:44.460Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622024-02-14T20:22:44.460Z+ TARGET_DIR=out
6632024-02-14T20:22:44.460Z+ DOWNLOAD_DIR=out/downloads
6642024-02-14T20:22:44.460Z+ DEST_DIR=./out/transceiver-control
6652024-02-14T20:22:44.461Z+ BIN_DIR=/opt/oxide/bin
6662024-02-14T20:22:44.461Z+ BINARY=xcvradm
6672024-02-14T20:22:44.461Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6682024-02-14T20:22:44.461Z+ REPO=oxidecomputer/transceiver-control
6692024-02-14T20:22:44.461Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6702024-02-14T20:22:44.461Z+ main
6712024-02-14T20:22:44.461Z+ [[ 0 != 0 ]]
6722024-02-14T20:22:44.462Z+ CIDL_OS=solaris2.11
6732024-02-14T20:22:44.462Z+ [[ 0 != 0 ]]
6742024-02-14T20:22:44.462Z+ configure_os solaris2.11
6752024-02-14T20:22:44.462Z+ echo 'current directory: /work/oxidecomputer/omicron'
6762024-02-14T20:22:44.462Zcurrent directory: /work/oxidecomputer/omicron
6772024-02-14T20:22:44.462Z+ echo 'configuring based on OS: "solaris2.11"'
6782024-02-14T20:22:44.462Z+ case "$1" in
6792024-02-14T20:22:44.463Z+ SET_BINARIES=
6802024-02-14T20:22:44.463Zconfiguring based on OS: "solaris2.11"
6812024-02-14T20:22:44.463Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822024-02-14T20:22:44.463Z+ CIDL_SHA256FUNC=do_sha256sum
6832024-02-14T20:22:44.463Z+ ARCHIVE_FILENAME=xcvradm.gz
6842024-02-14T20:22:44.463Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6852024-02-14T20:22:44.463Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6862024-02-14T20:22:44.463Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6872024-02-14T20:22:44.464ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882024-02-14T20:22:44.464Z+ echo 'Local file: out/downloads/xcvradm.gz'
6892024-02-14T20:22:44.464Z+ mkdir -p out/downloads
6902024-02-14T20:22:44.464ZLocal file: out/downloads/xcvradm.gz
6912024-02-14T20:22:44.464Z+ mkdir -p ./out/transceiver-control
6922024-02-14T20:22:44.464Z+ fetch_and_verify
6932024-02-14T20:22:44.464Z+ local DO_DOWNLOAD=true
6942024-02-14T20:22:44.465Z+ [[ -f out/downloads/xcvradm.gz ]]
6952024-02-14T20:22:44.465Z+ '[' true == true ']'
6962024-02-14T20:22:44.465Z+ echo Downloading...
6972024-02-14T20:22:44.465ZDownloading...
6982024-02-14T20:22:44.465Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6992024-02-14T20:22:44.465Z+ 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
7002024-02-14T20:22:46.776Z++ do_sha256sum out/downloads/xcvradm.gz
7012024-02-14T20:22:46.779Z++ sha256sum
7022024-02-14T20:22:46.779Z++ awk '{print $1}'
7032024-02-14T20:22:46.785Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7042024-02-14T20:22:46.788Z+ [[ 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 ]]
7052024-02-14T20:22:46.788Z+ do_unpack out/downloads/xcvradm.gz
7062024-02-14T20:22:46.788Z+ mkdir -p out/downloads/root//opt/oxide/bin
7072024-02-14T20:22:46.788Z+ gzip -dc out/downloads/xcvradm.gz
7082024-02-14T20:22:46.909Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7092024-02-14T20:22:46.913Z+ do_assemble
7102024-02-14T20:22:46.913Z+ rm -r ./out/transceiver-control
7112024-02-14T20:22:46.918Z+ mkdir ./out/transceiver-control
7122024-02-14T20:22:46.919Z+ cp -r out/downloads/root ./out/transceiver-control/root
7132024-02-14T20:22:47.433ZAll builder prerequisites installed successfully, and PATH looks valid
7142024-02-14T20:22:47.440Z
7152024-02-14T20:22:47.440Zreal 2:04.091495102
7162024-02-14T20:22:47.440Zuser 35.692868975
7172024-02-14T20:22:47.440Zsys 6.848048982
7182024-02-14T20:22:47.440Ztrap 0.008415848
7192024-02-14T20:22:47.440Ztflt 0.583879918
7202024-02-14T20:22:47.440Zdflt 1.030109441
7212024-02-14T20:22:47.440Zkflt 0.385320572
7222024-02-14T20:22:47.441Zlock 2.398469258
7232024-02-14T20:22:47.441Zslp 4:01.707214482
7242024-02-14T20:22:47.441Zlat 1.887618943
7252024-02-14T20:22:47.441Zstop 0.137329988
7262024-02-14T20:22:47.441Z
7272024-02-14T20:22:47.441Z #### # # ##### ##### # #
7282024-02-14T20:22:47.441Z # # # # # # # # # #
7292024-02-14T20:22:47.441Z # # # # # # # #
7302024-02-14T20:22:47.441Z # # # ##### ##### #
7312024-02-14T20:22:47.441Z # # # # # # #
7322024-02-14T20:22:47.441Z #### ###### # # # #
7332024-02-14T20:22:47.441Z
7342024-02-14T20:22:47.657Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7352024-02-14T20:22:47.992Z Updating git repository `https://github.com/oxidecomputer/samael`
7362024-02-14T20:22:48.339Z Updating crates.io index
7372024-02-14T20:22:48.450Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7382024-02-14T20:22:49.164Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-02-14T20:22:50.831Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7402024-02-14T20:22:51.376Z Updating git repository `http://github.com/oxidecomputer/tofino`
7412024-02-14T20:22:51.665Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7422024-02-14T20:22:51.940Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7432024-02-14T20:22:52.183Z Updating git repository `https://github.com/oxidecomputer/propolis`
7442024-02-14T20:22:53.189Z Updating git repository `https://github.com/oxidecomputer/crucible`
7452024-02-14T20:22:55.519Z Updating git repository `https://github.com/oxidecomputer/opte`
7462024-02-14T20:22:56.568Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7472024-02-14T20:22:56.877Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7482024-02-14T20:22:57.466Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7492024-02-14T20:22:57.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7502024-02-14T20:22:58.064Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7512024-02-14T20:22:58.386Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7522024-02-14T20:22:58.760Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7532024-02-14T20:22:59.282Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7542024-02-14T20:22:59.541Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7552024-02-14T20:23:00.074Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7562024-02-14T20:23:00.426Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7572024-02-14T20:23:00.762Z Updating git repository `https://github.com/jgallagher/nix`
7582024-02-14T20:23:01.852Z Updating git repository `https://github.com/cbiffle/hubpack`
7592024-02-14T20:23:02.238Z Updating git repository `https://github.com/oxidecomputer/typify`
7602024-02-14T20:23:03.479Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7612024-02-14T20:23:03.891Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7622024-02-14T20:23:04.198Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7632024-02-14T20:23:05.620Z Downloading crates ...
7642024-02-14T20:23:05.811Z Downloaded clap_derive v4.4.2
7652024-02-14T20:23:05.818Z Downloaded unicode-ident v1.0.12
7662024-02-14T20:23:05.824Z Downloaded colorchoice v1.0.0
7672024-02-14T20:23:05.841Z Downloaded equivalent v1.0.1
7682024-02-14T20:23:05.847Z Downloaded itoa v1.0.9
7692024-02-14T20:23:05.847Z Downloaded bitflags v1.3.2
7702024-02-14T20:23:05.856Z Downloaded anstream v0.5.0
7712024-02-14T20:23:05.857Z Downloaded anstyle v1.0.2
7722024-02-14T20:23:05.857Z Downloaded serde_spanned v0.6.5
7732024-02-14T20:23:05.867Z Downloaded cargo-platform v0.1.3
7742024-02-14T20:23:05.867Z Downloaded errno v0.3.8
7752024-02-14T20:23:05.867Z Downloaded clap_lex v0.5.1
7762024-02-14T20:23:05.867Z Downloaded quote v1.0.35
7772024-02-14T20:23:05.872Z Downloaded heck v0.4.1
7782024-02-14T20:23:05.872Z Downloaded terminal_size v0.2.6
7792024-02-14T20:23:05.872Z Downloaded anstyle-query v1.0.0
7802024-02-14T20:23:05.872Z Downloaded thiserror-impl v1.0.56
7812024-02-14T20:23:05.872Z Downloaded thiserror v1.0.56
7822024-02-14T20:23:05.882Z Downloaded anstyle-parse v0.2.1
7832024-02-14T20:23:05.882Z Downloaded cargo_toml v0.19.0
7842024-02-14T20:23:05.882Z Downloaded semver v1.0.21
7852024-02-14T20:23:05.887Z Downloaded cargo_metadata v0.18.1
7862024-02-14T20:23:05.887Z Downloaded io-lifetimes v1.0.11
7872024-02-14T20:23:05.887Z Downloaded camino v1.1.6
7882024-02-14T20:23:05.887Z Downloaded toml_datetime v0.6.5
7892024-02-14T20:23:05.887Z Downloaded proc-macro2 v1.0.78
7902024-02-14T20:23:05.892Z Downloaded toml v0.8.10
7912024-02-14T20:23:05.892Z Downloaded serde_derive v1.0.196
7922024-02-14T20:23:05.897Z Downloaded anyhow v1.0.75
7932024-02-14T20:23:05.901Z Downloaded ryu v1.0.15
7942024-02-14T20:23:05.902Z Downloaded utf8parse v0.2.1
7952024-02-14T20:23:05.902Z Downloaded strsim v0.10.0
7962024-02-14T20:23:05.906Z Downloaded clap v4.4.3
7972024-02-14T20:23:05.912Z Downloaded serde v1.0.196
7982024-02-14T20:23:05.918Z Downloaded indexmap v2.2.2
7992024-02-14T20:23:05.930Z Downloaded toml_edit v0.22.4
8002024-02-14T20:23:05.944Z Downloaded memchr v2.6.3
8012024-02-14T20:23:05.949Z Downloaded hashbrown v0.14.2
8022024-02-14T20:23:05.964Z Downloaded clap_builder v4.4.2
8032024-02-14T20:23:05.972Z Downloaded serde_json v1.0.113
8042024-02-14T20:23:05.977Z Downloaded rustix v0.37.23
8052024-02-14T20:23:05.991Z Downloaded syn v2.0.48
8062024-02-14T20:23:06.003Z Downloaded winnow v0.5.15
8072024-02-14T20:23:06.010Z Downloaded libc v0.2.153
8082024-02-14T20:23:06.233Z Compiling proc-macro2 v1.0.78
8092024-02-14T20:23:06.233Z Compiling unicode-ident v1.0.12
8102024-02-14T20:23:06.234Z Compiling serde v1.0.196
8112024-02-14T20:23:06.237Z Compiling libc v0.2.153
8122024-02-14T20:23:06.237Z Compiling io-lifetimes v1.0.11
8132024-02-14T20:23:06.237Z Compiling rustix v0.37.23
8142024-02-14T20:23:06.256Z Compiling bitflags v1.3.2
8152024-02-14T20:23:06.259Z Compiling utf8parse v0.2.1
8162024-02-14T20:23:06.442Z Compiling hashbrown v0.14.2
8172024-02-14T20:23:06.464Z Compiling equivalent v1.0.1
8182024-02-14T20:23:06.567Z Compiling anstyle-parse v0.2.1
8192024-02-14T20:23:06.831Z Compiling anstyle v1.0.2
8202024-02-14T20:23:07.144Z Compiling winnow v0.5.15
8212024-02-14T20:23:07.436Z Compiling indexmap v2.2.2
8222024-02-14T20:23:08.398Z Compiling serde_json v1.0.113
8232024-02-14T20:23:09.078Z Compiling colorchoice v1.0.0
8242024-02-14T20:23:09.095Z Compiling semver v1.0.21
8252024-02-14T20:23:09.200Z Compiling anstyle-query v1.0.0
8262024-02-14T20:23:09.309Z Compiling camino v1.1.6
8272024-02-14T20:23:09.333Z Compiling thiserror v1.0.56
8282024-02-14T20:23:09.363Z Compiling anstream v0.5.0
8292024-02-14T20:23:09.519Z Compiling clap_lex v0.5.1
8302024-02-14T20:23:09.659Z Compiling strsim v0.10.0
8312024-02-14T20:23:09.909Z Compiling ryu v1.0.15
8322024-02-14T20:23:09.997Z Compiling anyhow v1.0.75
8332024-02-14T20:23:10.032Z Compiling itoa v1.0.9
8342024-02-14T20:23:10.044Z Compiling heck v0.4.1
8352024-02-14T20:23:10.151Z Compiling quote v1.0.35
8362024-02-14T20:23:10.507Z Compiling errno v0.3.8
8372024-02-14T20:23:10.546Z Compiling syn v2.0.48
8382024-02-14T20:23:11.482Z Compiling terminal_size v0.2.6
8392024-02-14T20:23:11.584Z Compiling clap_builder v4.4.2
8402024-02-14T20:23:15.579Z Compiling serde_derive v1.0.196
8412024-02-14T20:23:15.579Z Compiling thiserror-impl v1.0.56
8422024-02-14T20:23:15.587Z Compiling clap_derive v4.4.2
8432024-02-14T20:23:18.416Z Compiling clap v4.4.3
8442024-02-14T20:23:23.534Z Compiling serde_spanned v0.6.5
8452024-02-14T20:23:23.537Z Compiling toml_datetime v0.6.5
8462024-02-14T20:23:23.537Z Compiling cargo-platform v0.1.3
8472024-02-14T20:23:23.784Z Compiling toml_edit v0.22.4
8482024-02-14T20:23:24.863Z Compiling cargo_metadata v0.18.1
8492024-02-14T20:23:25.891Z Compiling toml v0.8.10
8502024-02-14T20:23:26.604Z Compiling cargo_toml v0.19.0
8512024-02-14T20:23:30.508Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8522024-02-14T20:23:31.455Z Finished dev [unoptimized + debuginfo] target(s) in 43.96s
8532024-02-14T20:23:31.627Z Running `target/debug/xtask clippy`
8542024-02-14T20:23:31.671Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8552024-02-14T20:23:32.235Z Downloading crates ...
8562024-02-14T20:23:32.431Z Downloaded block-buffer v0.10.4
8572024-02-14T20:23:32.434Z Downloaded adler v1.0.2
8582024-02-14T20:23:32.438Z Downloaded base16ct v0.2.0
8592024-02-14T20:23:32.455Z Downloaded http-range v0.1.5
8602024-02-14T20:23:32.458Z Downloaded http-body v1.0.0
8612024-02-14T20:23:32.462Z Downloaded cexpr v0.6.0
8622024-02-14T20:23:32.465Z Downloaded home v0.5.5
8632024-02-14T20:23:32.468Z Downloaded hyper-staticfile v0.9.5
8642024-02-14T20:23:32.471Z Downloaded byteorder v1.5.0
8652024-02-14T20:23:32.471Z Downloaded bb8 v0.8.3
8662024-02-14T20:23:32.474Z Downloaded humantime v2.1.0
8672024-02-14T20:23:32.477Z Downloaded cast v0.3.0
8682024-02-14T20:23:32.481Z Downloaded buf-list v1.0.3
8692024-02-14T20:23:32.486Z Downloaded hubpack v0.1.2
8702024-02-14T20:23:32.489Z Downloaded multimap v0.8.3
8712024-02-14T20:23:32.492Z Downloaded ident_case v1.0.1
8722024-02-14T20:23:32.495Z Downloaded hyper-rustls v0.24.2
8732024-02-14T20:23:32.501Z Downloaded rtoolbox v0.0.1
8742024-02-14T20:23:32.504Z Downloaded colored v2.0.4
8752024-02-14T20:23:32.504Z Downloaded hubpack_derive v0.1.1
8762024-02-14T20:23:32.504Z Downloaded ron v0.8.1
8772024-02-14T20:23:32.512Z Downloaded rust-argon2 v1.0.1
8782024-02-14T20:23:32.516Z Downloaded impl-trait-for-tuples v0.2.2
8792024-02-14T20:23:32.520Z Downloaded rustls-pemfile v2.0.0
8802024-02-14T20:23:32.524Z Downloaded is_ci v1.1.1
8812024-02-14T20:23:32.527Z Downloaded cpufeatures v0.2.12
8822024-02-14T20:23:32.530Z Downloaded rustls-pki-types v1.1.0
8832024-02-14T20:23:32.534Z Downloaded atty v0.2.14
8842024-02-14T20:23:32.537Z Downloaded async-stream-impl v0.3.5
8852024-02-14T20:23:32.537Z Downloaded multer v3.0.0
8862024-02-14T20:23:32.540Z Downloaded num-traits v0.2.16
8872024-02-14T20:23:32.543Z Downloaded atomicwrites v0.4.3
8882024-02-14T20:23:32.547Z Downloaded num-derive v0.4.0
8892024-02-14T20:23:32.549Z Downloaded crunchy v0.2.2
8902024-02-14T20:23:32.553Z Downloaded indoc v2.0.3
8912024-02-14T20:23:32.556Z Downloaded crucible-workspace-hack v0.1.0
8922024-02-14T20:23:32.559Z Downloaded hyper-tls v0.5.0
8932024-02-14T20:23:32.567Z Downloaded cstr-argument v0.1.2
8942024-02-14T20:23:32.569Z Downloaded blake2 v0.10.6
8952024-02-14T20:23:32.570Z Downloaded indoc v1.0.9
8962024-02-14T20:23:32.572Z Downloaded bytecount v0.6.3
8972024-02-14T20:23:32.575Z Downloaded criterion-plot v0.5.0
8982024-02-14T20:23:32.578Z Downloaded matches v0.1.10
8992024-02-14T20:23:32.581Z Downloaded serde-big-array v0.4.1
9002024-02-14T20:23:32.584Z Downloaded assert_cmd v2.0.13
9012024-02-14T20:23:32.587Z Downloaded new_debug_unreachable v1.0.4
9022024-02-14T20:23:32.590Z Downloaded ascii-canvas v3.0.0
9032024-02-14T20:23:32.590Z Downloaded atomic-waker v1.1.1
9042024-02-14T20:23:32.593Z Downloaded match_cfg v0.1.0
9052024-02-14T20:23:32.597Z Downloaded crossbeam-deque v0.8.3
9062024-02-14T20:23:32.600Z Downloaded array-init v0.0.4
9072024-02-14T20:23:32.600Z Downloaded crc v3.0.1
9082024-02-14T20:23:32.603Z Downloaded bit-vec v0.6.3
9092024-02-14T20:23:32.606Z Downloaded stability v0.1.1
9102024-02-14T20:23:32.606Z Downloaded libefi-sys v0.1.0
9112024-02-14T20:23:32.609Z Downloaded linked-hash-map v0.5.6
9122024-02-14T20:23:32.615Z Downloaded async-stream v0.3.5
9132024-02-14T20:23:32.618Z Downloaded crc-catalog v2.2.0
9142024-02-14T20:23:32.618Z Downloaded lazycell v1.3.0
9152024-02-14T20:23:32.618Z Downloaded csv-core v0.1.11
9162024-02-14T20:23:32.621Z Downloaded httptest v0.15.5
9172024-02-14T20:23:32.624Z Downloaded memoffset v0.7.1
9182024-02-14T20:23:32.627Z Downloaded nanorand v0.7.0
9192024-02-14T20:23:32.631Z Downloaded mockall v0.12.0
9202024-02-14T20:23:32.634Z Downloaded memmap v0.7.0
9212024-02-14T20:23:32.634Z Downloaded http v1.0.0
9222024-02-14T20:23:32.639Z Downloaded try-lock v0.2.4
9232024-02-14T20:23:32.641Z Downloaded time-core v0.1.1
9242024-02-14T20:23:32.644Z Downloaded backoff v0.4.0
9252024-02-14T20:23:32.647Z Downloaded libsw v3.3.1
9262024-02-14T20:23:32.650Z Downloaded arrayref v0.3.7
9272024-02-14T20:23:32.653Z Downloaded mime v0.3.17
9282024-02-14T20:23:32.656Z Downloaded guppy-workspace-hack v0.1.0
9292024-02-14T20:23:32.656Z Downloaded bcs v0.1.6
9302024-02-14T20:23:32.659Z Downloaded const-oid v0.9.5
9312024-02-14T20:23:32.665Z Downloaded libloading v0.7.4
9322024-02-14T20:23:32.668Z Downloaded libtest-mimic v0.6.1
9332024-02-14T20:23:32.670Z Downloaded crossbeam-utils v0.8.16
9342024-02-14T20:23:32.673Z Downloaded scheduled-thread-pool v0.2.7
9352024-02-14T20:23:32.676Z Downloaded num-complex v0.4.4
9362024-02-14T20:23:32.679Z Downloaded macaddr v1.0.1
9372024-02-14T20:23:32.686Z Downloaded derive_builder_macro v0.12.0
9382024-02-14T20:23:32.686Z Downloaded mime_guess v2.0.4
9392024-02-14T20:23:32.686Z Downloaded defmt v0.3.5
9402024-02-14T20:23:32.689Z Downloaded swrite v0.1.0
9412024-02-14T20:23:32.692Z Downloaded untrusted v0.9.0
9422024-02-14T20:23:32.695Z Downloaded serde-hex v0.1.0
9432024-02-14T20:23:32.698Z Downloaded lock_api v0.4.10
9442024-02-14T20:23:32.699Z Downloaded strum_macros v0.26.1
9452024-02-14T20:23:32.702Z Downloaded want v0.3.1
9462024-02-14T20:23:32.707Z Downloaded futures-io v0.3.30
9472024-02-14T20:23:32.707Z Downloaded serde_urlencoded v0.7.1
9482024-02-14T20:23:32.712Z Downloaded snafu-derive v0.7.5
9492024-02-14T20:23:32.712Z Downloaded sqlformat v0.2.3
9502024-02-14T20:23:32.715Z Downloaded compact_str v0.7.1
9512024-02-14T20:23:32.715Z Downloaded termtree v0.4.1
9522024-02-14T20:23:32.718Z Downloaded datatest-stable v0.2.3
9532024-02-14T20:23:32.718Z Downloaded target-spec v3.1.0
9542024-02-14T20:23:32.721Z Downloaded strum v0.26.1
9552024-02-14T20:23:32.722Z Downloaded tower-service v0.3.2
9562024-02-14T20:23:32.725Z Downloaded rusty-fork v0.3.0
9572024-02-14T20:23:32.727Z Downloaded toolchain_find v0.2.0
9582024-02-14T20:23:32.727Z Downloaded dof v0.3.0
9592024-02-14T20:23:32.730Z Downloaded darling v0.14.4
9602024-02-14T20:23:32.733Z Downloaded packed_struct_codegen v0.10.1
9612024-02-14T20:23:32.733Z Downloaded downcast v0.11.0
9622024-02-14T20:23:32.736Z Downloaded rpassword v7.3.1
9632024-02-14T20:23:32.744Z Downloaded defmt-macros v0.3.6
9642024-02-14T20:23:32.744Z Downloaded form_urlencoded v1.2.1
9652024-02-14T20:23:32.744Z Downloaded similar-asserts v1.5.0
9662024-02-14T20:23:32.747Z Downloaded tokio-rustls v0.25.0
9672024-02-14T20:23:32.747Z Downloaded pretty-hex v0.4.1
9682024-02-14T20:23:32.750Z Downloaded wait-timeout v0.2.0
9692024-02-14T20:23:32.750Z Downloaded display-error-chain v0.2.0
9702024-02-14T20:23:32.753Z Downloaded openssl-probe v0.1.5
9712024-02-14T20:23:32.753Z Downloaded string_cache v0.8.7
9722024-02-14T20:23:32.756Z Downloaded crypto-bigint v0.5.2
9732024-02-14T20:23:32.762Z Downloaded getopts v0.2.21
9742024-02-14T20:23:32.765Z Downloaded fd-lock v4.0.2
9752024-02-14T20:23:32.768Z Downloaded termcolor v1.2.0
9762024-02-14T20:23:32.771Z Downloaded socket2 v0.4.9
9772024-02-14T20:23:32.771Z Downloaded plotters-svg v0.3.5
9782024-02-14T20:23:32.774Z Downloaded headers-core v0.2.0
9792024-02-14T20:23:32.774Z Downloaded untrusted v0.7.1
9802024-02-14T20:23:32.777Z Downloaded fragile v2.0.0
9812024-02-14T20:23:32.782Z Downloaded indicatif v0.17.7
9822024-02-14T20:23:32.785Z Downloaded ref-cast v1.0.20
9832024-02-14T20:23:32.785Z Downloaded quick-error v1.2.3
9842024-02-14T20:23:32.788Z Downloaded siphasher v0.3.11
9852024-02-14T20:23:32.791Z Downloaded tiny-keccak v2.0.2
9862024-02-14T20:23:32.794Z Downloaded waitgroup v0.1.2
9872024-02-14T20:23:32.794Z Downloaded serde_tokenstream v0.2.0
9882024-02-14T20:23:32.797Z Downloaded fnv v1.0.7
9892024-02-14T20:23:32.799Z Downloaded base64 v0.21.7
9902024-02-14T20:23:32.802Z Downloaded slog-scope v4.4.0
9912024-02-14T20:23:32.805Z Downloaded deranged v0.3.8
9922024-02-14T20:23:32.813Z Downloaded half v2.3.1
9932024-02-14T20:23:32.817Z Downloaded crossbeam-channel v0.5.8
9942024-02-14T20:23:32.822Z Downloaded parse-size v1.0.0
9952024-02-14T20:23:32.825Z Downloaded usdt-attr-macro v0.3.5
9962024-02-14T20:23:32.825Z Downloaded sqlparser_derive v0.2.2
9972024-02-14T20:23:32.828Z Downloaded phf_shared v0.10.0
9982024-02-14T20:23:32.828Z Downloaded scroll_derive v0.12.0
9992024-02-14T20:23:32.828Z Downloaded usdt-macro v0.3.5
10002024-02-14T20:23:32.831Z Downloaded term v0.7.0
10012024-02-14T20:23:32.836Z Downloaded dtrace-parser v0.2.0
10022024-02-14T20:23:32.839Z Downloaded percent-encoding v2.3.1
10032024-02-14T20:23:32.839Z Downloaded num_enum v0.5.11
10042024-02-14T20:23:32.842Z Downloaded slog-term v2.9.0
10052024-02-14T20:23:32.845Z Downloaded semver-parser v0.10.2
10062024-02-14T20:23:32.850Z Downloaded similar v2.3.0
10072024-02-14T20:23:32.853Z Downloaded whoami v1.4.1
10082024-02-14T20:23:32.856Z Downloaded rustls-native-certs v0.7.0
10092024-02-14T20:23:32.858Z Downloaded thiserror-no-std v2.0.2
10102024-02-14T20:23:32.861Z Downloaded proc-macro-error v1.0.4
10112024-02-14T20:23:32.865Z Downloaded der_derive v0.7.2
10122024-02-14T20:23:32.868Z Downloaded stringprep v0.1.3
10132024-02-14T20:23:32.870Z Downloaded rustc-hash v1.1.0
10142024-02-14T20:23:32.870Z Downloaded signal-hook-registry v1.4.1
10152024-02-14T20:23:32.873Z Downloaded shlex v1.3.0
10162024-02-14T20:23:32.876Z Downloaded shell-words v1.1.0
10172024-02-14T20:23:32.876Z Downloaded phf_shared v0.11.2
10182024-02-14T20:23:32.876Z Downloaded slog-envlogger v2.2.0
10192024-02-14T20:23:32.879Z Downloaded which v4.4.0
10202024-02-14T20:23:32.882Z Downloaded futures-sink v0.3.30
10212024-02-14T20:23:32.883Z Downloaded signal-hook-mio v0.2.3
10222024-02-14T20:23:32.889Z Downloaded serde_tokenstream v0.1.7
10232024-02-14T20:23:32.892Z Downloaded postgres-types v0.2.6
10242024-02-14T20:23:32.892Z Downloaded foreign-types-shared v0.3.1
10252024-02-14T20:23:32.892Z Downloaded supports-color v2.1.0
10262024-02-14T20:23:32.896Z Downloaded static_assertions v1.1.0
10272024-02-14T20:23:32.896Z Downloaded pest_meta v2.7.6
10282024-02-14T20:23:32.899Z Downloaded hex v0.4.3
10292024-02-14T20:23:32.902Z Downloaded dyn-clone v1.0.16
10302024-02-14T20:23:32.902Z Downloaded pin-project-lite v0.2.13
10312024-02-14T20:23:32.907Z Downloaded vte_generate_state_changes v0.1.1
10322024-02-14T20:23:32.910Z Downloaded secrecy v0.8.0
10332024-02-14T20:23:32.910Z Downloaded tokio-stream v0.1.14
10342024-02-14T20:23:32.914Z Downloaded either v1.9.0
10352024-02-14T20:23:32.917Z Downloaded same-file v1.0.6
10362024-02-14T20:23:32.920Z Downloaded rand_chacha v0.3.1
10372024-02-14T20:23:32.920Z Downloaded tinytemplate v1.2.1
10382024-02-14T20:23:32.923Z Downloaded tokio-tungstenite v0.20.1
10392024-02-14T20:23:32.926Z Downloaded test-strategy v0.3.1
10402024-02-14T20:23:32.929Z Downloaded darling_core v0.20.3
10412024-02-14T20:23:32.934Z Downloaded slab v0.4.9
10422024-02-14T20:23:32.940Z Downloaded tui-tree-widget v0.17.0
10432024-02-14T20:23:32.940Z Downloaded funty v2.0.0
10442024-02-14T20:23:32.943Z Downloaded criterion v0.5.1
10452024-02-14T20:23:32.946Z Downloaded smallvec v0.6.14
10462024-02-14T20:23:32.949Z Downloaded textwrap v0.11.0
10472024-02-14T20:23:32.952Z Downloaded pin-project-internal v1.1.3
10482024-02-14T20:23:32.955Z Downloaded zeroize_derive v1.4.2
10492024-02-14T20:23:32.955Z Downloaded rustls-pemfile v1.0.3
10502024-02-14T20:23:32.957Z Downloaded fd-lock v3.0.13
10512024-02-14T20:23:32.960Z Downloaded tungstenite v0.20.1
10522024-02-14T20:23:32.963Z Downloaded pkg-config v0.3.27
10532024-02-14T20:23:32.966Z Downloaded resolv-conf v0.7.0
10542024-02-14T20:23:32.966Z Downloaded pem-rfc7468 v0.7.0
10552024-02-14T20:23:32.969Z Downloaded pkcs8 v0.10.2
10562024-02-14T20:23:32.972Z Downloaded heck v0.3.3
10572024-02-14T20:23:32.974Z Downloaded itertools v0.10.5
10582024-02-14T20:23:32.981Z Downloaded ff v0.13.0
10592024-02-14T20:23:32.984Z Downloaded fixedbitset v0.4.2
10602024-02-14T20:23:32.990Z Downloaded strum_macros v0.24.3
10612024-02-14T20:23:32.993Z Downloaded precomputed-hash v0.1.1
10622024-02-14T20:23:32.993Z Downloaded futures-executor v0.3.30
10632024-02-14T20:23:32.996Z Downloaded utf-8 v0.7.6
10642024-02-14T20:23:32.996Z Downloaded pin-project v1.1.3
10652024-02-14T20:23:33.011Z Downloaded foreign-types v0.5.0
10662024-02-14T20:23:33.014Z Downloaded peeking_take_while v0.1.2
10672024-02-14T20:23:33.014Z Downloaded structmeta-derive v0.3.0
10682024-02-14T20:23:33.018Z Downloaded structmeta-derive v0.2.0
10692024-02-14T20:23:33.018Z Downloaded phf v0.11.2
10702024-02-14T20:23:33.024Z Downloaded fallible-iterator v0.2.0
10712024-02-14T20:23:33.024Z Downloaded rustc_version v0.4.0
10722024-02-14T20:23:33.028Z Downloaded tempfile v3.10.0
10732024-02-14T20:23:33.028Z Downloaded signal-hook v0.3.17
10742024-02-14T20:23:33.031Z Downloaded tinyvec_macros v0.1.1
10752024-02-14T20:23:33.031Z Downloaded unsafe-libyaml v0.2.10
10762024-02-14T20:23:33.034Z Downloaded pest_derive v2.7.6
10772024-02-14T20:23:33.036Z Downloaded number_prefix v0.4.0
10782024-02-14T20:23:33.039Z Downloaded usdt-macro v0.5.0
10792024-02-14T20:23:33.039Z Downloaded fs-err v2.11.0
10802024-02-14T20:23:33.042Z Downloaded foreign-types-macros v0.2.3
10812024-02-14T20:23:33.042Z Downloaded dtrace-parser v0.1.14
10822024-02-14T20:23:33.048Z Downloaded diesel_derives v2.1.2
10832024-02-14T20:23:33.051Z Downloaded hash32 v0.3.1
10842024-02-14T20:23:33.051Z Downloaded threadpool v1.8.1
10852024-02-14T20:23:33.051Z Downloaded structopt-derive v0.4.18
10862024-02-14T20:23:33.051Z Downloaded heapless v0.7.16
10872024-02-14T20:23:33.055Z Downloaded generic-array v0.14.7
10882024-02-14T20:23:33.058Z Downloaded foreign-types v0.3.2
10892024-02-14T20:23:33.058Z Downloaded ref-cast-impl v1.0.20
10902024-02-14T20:23:33.063Z Downloaded steno v0.4.0
10912024-02-14T20:23:33.065Z Downloaded foreign-types-shared v0.1.1
10922024-02-14T20:23:33.066Z Downloaded rstest_macros v0.18.2
10932024-02-14T20:23:33.068Z Downloaded dirs-next v2.0.0
10942024-02-14T20:23:33.068Z Downloaded proc-macro-crate v1.3.1
10952024-02-14T20:23:33.071Z Downloaded hyper v1.1.0
10962024-02-14T20:23:33.077Z Downloaded num_cpus v1.16.0
10972024-02-14T20:23:33.080Z Downloaded digest v0.10.7
10982024-02-14T20:23:33.082Z Downloaded itertools v0.12.1
10992024-02-14T20:23:33.089Z Downloaded olpc-cjson v0.1.3
11002024-02-14T20:23:33.092Z Downloaded zone_cfg_derive v0.3.0
11012024-02-14T20:23:33.092Z Downloaded postcard v1.0.8
11022024-02-14T20:23:33.095Z Downloaded proc-macro-error-attr v1.0.4
11032024-02-14T20:23:33.098Z Downloaded packed_struct v0.10.1
11042024-02-14T20:23:33.099Z Downloaded parking_lot_core v0.8.6
11052024-02-14T20:23:33.102Z Downloaded pem v3.0.2
11062024-02-14T20:23:33.105Z Downloaded darling_macro v0.20.3
11072024-02-14T20:23:33.105Z Downloaded flate2 v1.0.28
11082024-02-14T20:23:33.108Z Downloaded darling_macro v0.14.4
11092024-02-14T20:23:33.114Z Downloaded doc-comment v0.3.3
11102024-02-14T20:23:33.114Z Downloaded unicase v2.7.0
11112024-02-14T20:23:33.117Z Downloaded rcgen v0.12.1
11122024-02-14T20:23:33.117Z Downloaded parking_lot_core v0.9.8
11132024-02-14T20:23:33.117Z Downloaded tokio-postgres v0.7.10
11142024-02-14T20:23:33.122Z Downloaded glob v0.3.1
11152024-02-14T20:23:33.125Z Downloaded strsim v0.8.0
11162024-02-14T20:23:33.125Z Downloaded bitvec v1.0.1
11172024-02-14T20:23:33.140Z Downloaded oso-derive v0.27.0
11182024-02-14T20:23:33.143Z Downloaded take_mut v0.2.2
11192024-02-14T20:23:33.143Z Downloaded schemars_derive v0.8.16
11202024-02-14T20:23:33.146Z Downloaded pin-utils v0.1.0
11212024-02-14T20:23:33.146Z Downloaded group v0.13.0
11222024-02-14T20:23:33.146Z Downloaded structmeta v0.2.0
11232024-02-14T20:23:33.149Z Downloaded float-cmp v0.9.0
11242024-02-14T20:23:33.149Z Downloaded dirs-sys-next v0.1.2
11252024-02-14T20:23:33.152Z Downloaded tower v0.4.13
11262024-02-14T20:23:33.160Z Downloaded hash32 v0.2.1
11272024-02-14T20:23:33.163Z Downloaded thread_local v1.1.7
11282024-02-14T20:23:33.166Z Downloaded vec_map v0.8.2
11292024-02-14T20:23:33.166Z Downloaded fastrand v2.0.1
11302024-02-14T20:23:33.169Z Downloaded fxhash v0.2.1
11312024-02-14T20:23:33.170Z Downloaded unicode-width v0.1.11
11322024-02-14T20:23:33.170Z Downloaded spki v0.7.2
11332024-02-14T20:23:33.173Z Downloaded der v0.7.8
11342024-02-14T20:23:33.179Z Downloaded data-encoding v2.4.0
11352024-02-14T20:23:33.182Z Downloaded unicode-xid v0.2.4
11362024-02-14T20:23:33.182Z Downloaded pest_generator v2.7.6
11372024-02-14T20:23:33.182Z Downloaded parse-display v0.9.0
11382024-02-14T20:23:33.183Z Downloaded target-lexicon v0.12.13
11392024-02-14T20:23:33.186Z Downloaded zerocopy v0.3.0
11402024-02-14T20:23:33.186Z Downloaded futures v0.3.30
11412024-02-14T20:23:33.191Z Downloaded termios v0.3.3
11422024-02-14T20:23:33.194Z Downloaded r2d2 v0.8.10
11432024-02-14T20:23:33.197Z Downloaded sec1 v0.7.3
11442024-02-14T20:23:33.197Z Downloaded sct v0.7.0
11452024-02-14T20:23:33.201Z Downloaded synstructure v0.12.6
11462024-02-14T20:23:33.204Z Downloaded zone v0.3.0
11472024-02-14T20:23:33.204Z Downloaded tracing-attributes v0.1.26
11482024-02-14T20:23:33.207Z Downloaded thread-id v4.2.0
11492024-02-14T20:23:33.207Z Downloaded futures-channel v0.3.30
11502024-02-14T20:23:33.210Z Downloaded spin v0.9.8
11512024-02-14T20:23:33.212Z Downloaded slog-json v2.6.1
11522024-02-14T20:23:33.215Z Downloaded trust-dns-resolver v0.22.0
11532024-02-14T20:23:33.218Z Downloaded parse-display-derive v0.9.0
11542024-02-14T20:23:33.221Z Downloaded unicode_categories v0.1.1
11552024-02-14T20:23:33.224Z Downloaded fatfs v0.3.6
11562024-02-14T20:23:33.227Z Downloaded smf v0.2.2
11572024-02-14T20:23:33.227Z Downloaded rstest v0.18.2
11582024-02-14T20:23:33.232Z Downloaded wyz v0.5.1
11592024-02-14T20:23:33.237Z Downloaded rayon-core v1.12.0
11602024-02-14T20:23:33.240Z Downloaded tracing-core v0.1.31
11612024-02-14T20:23:33.243Z Downloaded pest v2.7.6
11622024-02-14T20:23:33.247Z Downloaded flagset v0.4.3
11632024-02-14T20:23:33.250Z Downloaded tracing v0.1.37
11642024-02-14T20:23:33.254Z Downloaded sha1 v0.10.6
11652024-02-14T20:23:33.257Z Downloaded toml v0.7.8
11662024-02-14T20:23:33.260Z Downloaded predicates v3.1.0
11672024-02-14T20:23:33.263Z Downloaded openssl-sys v0.9.96
11682024-02-14T20:23:33.268Z Downloaded expectorate v1.1.0
11692024-02-14T20:23:33.272Z Downloaded aho-corasick v1.0.4
11702024-02-14T20:23:33.277Z Downloaded oso v0.27.0
11712024-02-14T20:23:33.281Z Downloaded rand v0.8.5
11722024-02-14T20:23:33.285Z Downloaded slog v2.7.0
11732024-02-14T20:23:33.288Z Downloaded reedline v0.28.0
11742024-02-14T20:23:33.299Z Downloaded elliptic-curve v0.13.8
11752024-02-14T20:23:33.302Z Downloaded unicode-bidi v0.3.13
11762024-02-14T20:23:33.305Z Downloaded pkcs1 v0.7.5
11772024-02-14T20:23:33.305Z Downloaded heapless v0.8.0
11782024-02-14T20:23:33.309Z Downloaded idna v0.2.3
11792024-02-14T20:23:33.315Z Downloaded toml_edit v0.21.1
11802024-02-14T20:23:33.339Z Downloaded regex-automata v0.1.10
11812024-02-14T20:23:33.344Z Downloaded guppy v0.17.5
11822024-02-14T20:23:33.350Z Downloaded chrono v0.4.31
11832024-02-14T20:23:33.357Z Downloaded sqlparser v0.43.1
11842024-02-14T20:23:33.367Z Downloaded rustls-webpki v0.102.1
11852024-02-14T20:23:33.387Z Downloaded zerocopy v0.7.32
11862024-02-14T20:23:33.405Z Downloaded typed-path v0.7.0
11872024-02-14T20:23:33.411Z Downloaded plotters v0.3.5
11882024-02-14T20:23:33.423Z Downloaded vcpkg v0.2.15
11892024-02-14T20:23:33.467Z Downloaded rustls-webpki v0.101.7
11902024-02-14T20:23:33.482Z Downloaded regex v1.10.3
11912024-02-14T20:23:33.497Z Downloaded unicode-normalization v0.1.22
11922024-02-14T20:23:33.501Z Downloaded bstr v0.2.17
11932024-02-14T20:23:33.511Z Downloaded openssl v0.10.60
11942024-02-14T20:23:33.522Z Downloaded radix_trie v0.2.1
11952024-02-14T20:23:33.528Z Downloaded tabled v0.15.0
11962024-02-14T20:23:33.547Z Downloaded h2 v0.3.24
11972024-02-14T20:23:33.551Z Downloaded object v0.32.1
11982024-02-14T20:23:33.563Z Downloaded smoltcp v0.9.1
11992024-02-14T20:23:33.574Z Downloaded webpki-roots v0.25.2
12002024-02-14T20:23:33.578Z Downloaded gimli v0.28.0
12012024-02-14T20:23:33.586Z Downloaded regex-syntax v0.6.29
12022024-02-14T20:23:33.594Z Downloaded proptest v1.4.0
12032024-02-14T20:23:33.603Z Downloaded zerocopy-derive v0.2.0
12042024-02-14T20:23:33.613Z Downloaded zerocopy-derive v0.6.4
12052024-02-14T20:23:33.625Z Downloaded syn v1.0.109
12062024-02-14T20:23:33.637Z Downloaded regress v0.7.1
12072024-02-14T20:23:33.649Z Downloaded trust-dns-proto v0.22.0
12082024-02-14T20:23:33.660Z Downloaded regex-automata v0.4.4
12092024-02-14T20:23:33.683Z Downloaded rustls v0.21.9
12102024-02-14T20:23:33.693Z Downloaded diesel v2.1.4
12112024-02-14T20:23:33.714Z Downloaded smoltcp v0.11.0
12122024-02-14T20:23:33.729Z Downloaded openapiv3 v2.0.0
12132024-02-14T20:23:34.156Z Downloaded ratatui v0.26.1
12142024-02-14T20:23:34.160Z Downloaded sled v0.34.7
12152024-02-14T20:23:34.160Z Downloaded rustls v0.22.2
12162024-02-14T20:23:34.160Z Downloaded csv v1.3.0
12172024-02-14T20:23:34.160Z Downloaded bzip2-sys v0.1.11+1.0.8
12182024-02-14T20:23:34.160Z Downloaded regex-automata v0.3.8
12192024-02-14T20:23:34.160Z Downloaded tokio v1.36.0
12202024-02-14T20:23:34.160Z Downloaded sha3 v0.10.8
12212024-02-14T20:23:34.160Z Downloaded bstr v1.6.0
12222024-02-14T20:23:34.160Z Downloaded regex-syntax v0.8.2
12232024-02-14T20:23:34.160Z Downloaded polar-core v0.27.0
12242024-02-14T20:23:34.160Z Downloaded object v0.30.4
12252024-02-14T20:23:34.160Z Downloaded ring v0.17.7
12262024-02-14T20:23:34.160Z Downloaded idna v0.5.0
12272024-02-14T20:23:34.160Z Downloaded nix v0.27.1
12282024-02-14T20:23:34.160Z Downloaded encoding_rs v0.8.33
12292024-02-14T20:23:34.160Z Downloaded curve25519-dalek v4.1.1
12302024-02-14T20:23:34.160Z Downloaded tough v0.16.0
12312024-02-14T20:23:34.160Z Downloaded futures-util v0.3.30
12322024-02-14T20:23:34.160Z Downloaded petgraph v0.6.4
12332024-02-14T20:23:34.161Z Downloaded rayon v1.8.0
12342024-02-14T20:23:34.161Z Downloaded quick-xml v0.30.0
12352024-02-14T20:23:34.161Z Downloaded lalrpop v0.19.12
12362024-02-14T20:23:34.161Z Downloaded goblin v0.8.0
12372024-02-14T20:23:34.161Z Downloaded parking_lot v0.11.2
12382024-02-14T20:23:34.161Z Downloaded hashbrown v0.12.3
12392024-02-14T20:23:34.161Z Downloaded hashbrown v0.13.2
12402024-02-14T20:23:34.161Z Downloaded bindgen v0.69.2
12412024-02-14T20:23:34.161Z Downloaded rustix v0.38.31
12422024-02-14T20:23:34.161Z Downloaded clap v2.34.0
12432024-02-14T20:23:34.165Z Downloaded rsa v0.9.2
12442024-02-14T20:23:34.170Z Downloaded tokio-util v0.7.10
12452024-02-14T20:23:34.177Z Downloaded diff v0.1.13
12462024-02-14T20:23:34.180Z Downloaded toml_edit v0.19.15
12472024-02-14T20:23:34.196Z Downloaded serde_with v3.6.0
12482024-02-14T20:23:34.203Z Downloaded omicron-zone-package v0.11.0
12492024-02-14T20:23:34.206Z Downloaded serde_yaml v0.9.25
12502024-02-14T20:23:34.213Z Downloaded reqwest v0.11.22
12512024-02-14T20:23:34.217Z Downloaded relative-path v1.9.0
12522024-02-14T20:23:34.220Z Downloaded globset v0.4.13
12532024-02-14T20:23:34.220Z Downloaded vsss-rs v3.3.4
12542024-02-14T20:23:34.223Z Downloaded darling_core v0.14.4
12552024-02-14T20:23:34.227Z Downloaded platforms v3.0.2
12562024-02-14T20:23:34.230Z Downloaded serde_derive_internals v0.26.0
12572024-02-14T20:23:34.234Z Downloaded structopt v0.3.26
12582024-02-14T20:23:34.238Z Downloaded flume v0.11.0
12592024-02-14T20:23:34.241Z Downloaded trust-dns-client v0.22.0
12602024-02-14T20:23:34.247Z Downloaded hyper v0.14.27
12612024-02-14T20:23:34.256Z Downloaded env_logger v0.10.0
12622024-02-14T20:23:34.261Z Downloaded typenum v1.16.0
12632024-02-14T20:23:34.261Z Downloaded unicode-segmentation v1.10.1
12642024-02-14T20:23:34.264Z Downloaded toml v0.5.11
12652024-02-14T20:23:34.267Z Downloaded usdt-impl v0.3.5
12662024-02-14T20:23:34.267Z Downloaded tinyvec v1.6.0
12672024-02-14T20:23:34.274Z Downloaded portable-atomic v1.4.3
12682024-02-14T20:23:34.277Z Downloaded crossterm v0.27.0
12692024-02-14T20:23:34.282Z Downloaded hkdf v0.12.4
12702024-02-14T20:23:34.286Z Downloaded unicode-linebreak v0.1.5
12712024-02-14T20:23:34.286Z Downloaded sha2 v0.10.8
12722024-02-14T20:23:34.289Z Downloaded tabled_derive v0.7.0
12732024-02-14T20:23:34.289Z Downloaded smallvec v1.13.1
12742024-02-14T20:23:34.292Z Downloaded tar v0.4.40
12752024-02-14T20:23:34.296Z Downloaded plotters-backend v0.3.5
12762024-02-14T20:23:34.296Z Downloaded futures-task v0.3.30
12772024-02-14T20:23:34.296Z Downloaded embedded-io v0.4.0
12782024-02-14T20:23:34.299Z Downloaded derive-where v1.2.7
12792024-02-14T20:23:34.304Z Downloaded ring v0.16.20
12802024-02-14T20:23:34.382Z Downloaded owo-colors v4.0.0
12812024-02-14T20:23:34.385Z Downloaded rustc_version v0.1.7
12822024-02-14T20:23:34.388Z Downloaded derive_builder v0.12.0
12832024-02-14T20:23:34.391Z Downloaded pretty_assertions v1.4.0
12842024-02-14T20:23:34.394Z Downloaded plain v0.2.3
12852024-02-14T20:23:34.394Z Downloaded num_enum_derive v0.5.11
12862024-02-14T20:23:34.394Z Downloaded predicates-core v1.0.6
12872024-02-14T20:23:34.397Z Downloaded time v0.3.27
12882024-02-14T20:23:34.400Z Downloaded num-bigint-dig v0.8.4
12892024-02-14T20:23:34.405Z Downloaded paste v1.0.14
12902024-02-14T20:23:34.410Z Downloaded enum-as-inner v0.5.1
12912024-02-14T20:23:34.414Z Downloaded slog-stdlog v4.1.1
12922024-02-14T20:23:34.414Z Downloaded tokio-native-tls v0.3.1
12932024-02-14T20:23:34.414Z Downloaded hex-literal v0.4.1
12942024-02-14T20:23:34.414Z Downloaded semver v0.11.0
12952024-02-14T20:23:34.417Z Downloaded structmeta v0.3.0
12962024-02-14T20:23:34.417Z Downloaded subprocess v0.2.9
12972024-02-14T20:23:34.417Z Downloaded derive_more v0.99.17
12982024-02-14T20:23:34.421Z Downloaded schemars v0.8.16
12992024-02-14T20:23:34.432Z Downloaded url v2.5.0
13002024-02-14T20:23:34.435Z Downloaded libxml v0.3.3
13012024-02-14T20:23:34.440Z Downloaded libm v0.2.7
13022024-02-14T20:23:34.449Z Downloaded headers v0.3.9
13032024-02-14T20:23:34.454Z Downloaded darling v0.20.3
13042024-02-14T20:23:34.457Z Downloaded rustc-demangle v0.1.23
13052024-02-14T20:23:34.459Z Downloaded vte v0.11.1
13062024-02-14T20:23:34.462Z Downloaded socket2 v0.5.5
13072024-02-14T20:23:34.462Z Downloaded trust-dns-server v0.22.1
13082024-02-14T20:23:34.467Z Downloaded topological-sort v0.2.2
13092024-02-14T20:23:34.470Z Downloaded futures-macro v0.3.30
13102024-02-14T20:23:34.470Z Downloaded rustversion v1.0.14
13112024-02-14T20:23:34.475Z Downloaded zerocopy v0.6.4
13122024-02-14T20:23:34.475Z Downloaded uuid v1.7.0
13132024-02-14T20:23:34.478Z Downloaded minimal-lexical v0.2.1
13142024-02-14T20:23:34.485Z Downloaded rand v0.4.6
13152024-02-14T20:23:34.488Z Downloaded spin v0.5.2
13162024-02-14T20:23:34.488Z Downloaded ena v0.14.2
13172024-02-14T20:23:34.488Z Downloaded yasna v0.5.2
13182024-02-14T20:23:34.488Z Downloaded ucd-trie v0.1.6
13192024-02-14T20:23:34.491Z Downloaded papergrid v0.11.0
13202024-02-14T20:23:34.494Z Downloaded prettyplease v0.2.16
13212024-02-14T20:23:34.497Z Downloaded time-macros v0.2.13
13222024-02-14T20:23:34.500Z Downloaded snafu v0.7.5
13232024-02-14T20:23:34.504Z Downloaded x509-cert v0.2.4
13242024-02-14T20:23:34.508Z Downloaded derive_builder_core v0.12.0
13252024-02-14T20:23:34.511Z Downloaded tokio-rustls v0.24.1
13262024-02-14T20:23:34.514Z Downloaded poly1305 v0.8.0
13272024-02-14T20:23:34.517Z Downloaded futures-timer v3.0.2
13282024-02-14T20:23:34.517Z Downloaded trybuild v1.0.89
13292024-02-14T20:23:34.520Z Downloaded zip v0.6.6
13302024-02-14T20:23:34.524Z Downloaded mio v0.8.9
13312024-02-14T20:23:34.532Z Downloaded usdt-impl v0.5.0
13322024-02-14T20:23:34.534Z Downloaded blake3 v1.5.0
13332024-02-14T20:23:34.537Z Downloaded parking_lot v0.12.1
13342024-02-14T20:23:34.540Z Downloaded num-bigint v0.4.4
13352024-02-14T20:23:34.544Z Downloaded textwrap v0.16.0
13362024-02-14T20:23:34.547Z Downloaded unarray v0.1.4
13372024-02-14T20:23:34.550Z Downloaded postgres-protocol v0.6.6
13382024-02-14T20:23:34.550Z Downloaded strum_macros v0.25.2
13392024-02-14T20:23:34.552Z Downloaded getrandom v0.2.10
13402024-02-14T20:23:34.555Z Downloaded tokio-macros v2.2.0
13412024-02-14T20:23:34.555Z Downloaded ppv-lite86 v0.2.17
13422024-02-14T20:23:34.556Z Downloaded usdt v0.3.5
13432024-02-14T20:23:34.556Z Downloaded universal-hash v0.5.1
13442024-02-14T20:23:34.559Z Downloaded once_cell v1.19.0
13452024-02-14T20:23:34.559Z Downloaded difflib v0.4.0
13462024-02-14T20:23:34.562Z Downloaded version_check v0.9.4
13472024-02-14T20:23:34.562Z Downloaded slog-dtrace v0.3.0
13482024-02-14T20:23:34.562Z Downloaded password-hash v0.5.0
13492024-02-14T20:23:34.565Z Downloaded partial-io v0.5.4
13502024-02-14T20:23:34.567Z Downloaded gethostname v0.4.3
13512024-02-14T20:23:34.567Z Downloaded usdt v0.5.0
13522024-02-14T20:23:34.568Z Downloaded salty v0.2.0
13532024-02-14T20:23:34.572Z Downloaded debug-ignore v1.0.5
13542024-02-14T20:23:34.575Z Downloaded tap v1.0.1
13552024-02-14T20:23:34.575Z Downloaded arc-swap v1.6.0
13562024-02-14T20:23:34.578Z Downloaded backtrace v0.3.69
13572024-02-14T20:23:34.585Z Downloaded allocator-api2 v0.2.16
13582024-02-14T20:23:34.587Z Downloaded diesel_table_macro_syntax v0.1.0
13592024-02-14T20:23:34.587Z Downloaded rand_core v0.6.4
13602024-02-14T20:23:34.587Z Downloaded rand_xorshift v0.3.0
13612024-02-14T20:23:34.587Z Downloaded endian-type v0.1.2
13622024-02-14T20:23:34.590Z Downloaded openssl-macros v0.1.1
13632024-02-14T20:23:34.590Z Downloaded num_threads v0.1.6
13642024-02-14T20:23:34.590Z Downloaded pretty-hex v0.2.1
13652024-02-14T20:23:34.590Z Downloaded predicates-tree v1.0.9
13662024-02-14T20:23:34.593Z Downloaded nom v7.1.3
13672024-02-14T20:23:34.596Z Downloaded miniz_oxide v0.7.1
13682024-02-14T20:23:34.599Z Downloaded subtle v2.5.0
13692024-02-14T20:23:34.602Z Downloaded xattr v1.0.1
13702024-02-14T20:23:34.602Z Downloaded crossbeam-epoch v0.9.15
13712024-02-14T20:23:34.605Z Downloaded serde_with_macros v3.6.0
13722024-02-14T20:23:34.605Z Downloaded dof v0.1.5
13732024-02-14T20:23:34.608Z Downloaded mockall_derive v0.12.0
13742024-02-14T20:23:34.608Z Downloaded zeroize v1.7.0
13752024-02-14T20:23:34.611Z Downloaded radium v0.7.0
13762024-02-14T20:23:34.611Z Downloaded indexmap v1.9.3
13772024-02-14T20:23:34.613Z Downloaded cfg-expr v0.15.6
13782024-02-14T20:23:34.616Z Downloaded addr2line v0.21.0
13792024-02-14T20:23:34.619Z Downloaded chacha20poly1305 v0.10.1
13802024-02-14T20:23:34.622Z Downloaded futures-core v0.3.30
13812024-02-14T20:23:34.622Z Downloaded ed25519 v1.5.3
13822024-02-14T20:23:34.622Z Downloaded zerocopy-derive v0.7.32
13832024-02-14T20:23:34.625Z Downloaded basic-toml v0.1.8
13842024-02-14T20:23:34.634Z Downloaded ahash v0.8.7
13852024-02-14T20:23:34.637Z Downloaded cancel-safe-futures v0.1.5
13862024-02-14T20:23:34.644Z Downloaded log v0.4.20
13872024-02-14T20:23:34.647Z Downloaded yansi v0.5.1
13882024-02-14T20:23:34.648Z Downloaded filetime v0.2.23
13892024-02-14T20:23:34.648Z Downloaded defmt-parser v0.3.3
13902024-02-14T20:23:34.648Z Downloaded thiserror-impl-no-std v2.0.2
13912024-02-14T20:23:34.648Z Downloaded cookie v0.18.0
13922024-02-14T20:23:34.651Z Downloaded path-slash v0.1.5
13932024-02-14T20:23:34.651Z Downloaded opaque-debug v0.3.0
13942024-02-14T20:23:34.651Z Downloaded oorandom v11.1.3
13952024-02-14T20:23:34.651Z Downloaded tower-layer v0.3.2
13962024-02-14T20:23:34.651Z Downloaded pathdiff v0.2.1
13972024-02-14T20:23:34.654Z Downloaded num-rational v0.4.1
13982024-02-14T20:23:34.654Z Downloaded nu-ansi-term v0.49.0
13992024-02-14T20:23:34.666Z Downloaded memmap2 v0.7.1
14002024-02-14T20:23:34.666Z Downloaded http v0.2.11
14012024-02-14T20:23:34.669Z Downloaded crypto-common v0.1.6
14022024-02-14T20:23:34.669Z Downloaded hyper-util v0.1.2
14032024-02-14T20:23:34.669Z Downloaded crc32fast v1.3.2
14042024-02-14T20:23:34.669Z Downloaded cc v1.0.83
14052024-02-14T20:23:34.669Z Downloaded native-tls v0.2.11
14062024-02-14T20:23:34.673Z Downloaded crc-any v2.4.3
14072024-02-14T20:23:34.673Z Downloaded base64ct v1.6.0
14082024-02-14T20:23:34.676Z Downloaded arrayvec v0.7.4
14092024-02-14T20:23:34.676Z Downloaded strip-ansi-escapes v0.2.0
14102024-02-14T20:23:34.679Z Downloaded scroll v0.12.0
14112024-02-14T20:23:34.679Z Downloaded clang-sys v1.6.1
14122024-02-14T20:23:34.682Z Downloaded bzip2 v0.4.4
14132024-02-14T20:23:34.682Z Downloaded argon2 v0.5.3
14142024-02-14T20:23:34.685Z Downloaded walkdir v2.4.0
14152024-02-14T20:23:34.685Z Downloaded console v0.15.8
14162024-02-14T20:23:34.688Z Downloaded bitflags v2.4.0
14172024-02-14T20:23:34.691Z Downloaded async-trait v0.1.77
14182024-02-14T20:23:34.694Z Downloaded ansi_term v0.12.1
14192024-02-14T20:23:34.699Z Downloaded tempdir v0.3.7
14202024-02-14T20:23:34.699Z Downloaded stable_deref_trait v1.2.0
14212024-02-14T20:23:34.699Z Downloaded smawk v0.3.1
14222024-02-14T20:23:34.702Z Downloaded slog-bunyan v2.5.0
14232024-02-14T20:23:34.702Z Downloaded slog-async v2.8.0
14242024-02-14T20:23:34.702Z Downloaded signature v1.6.4
14252024-02-14T20:23:34.702Z Downloaded signature v2.1.0
14262024-02-14T20:23:34.702Z Downloaded serde_plain v1.0.2
14272024-02-14T20:23:34.705Z Downloaded ipnet v2.9.0
14282024-02-14T20:23:34.705Z Downloaded lru-cache v0.1.2
14292024-02-14T20:23:34.705Z Downloaded strum v0.25.0
14302024-02-14T20:23:34.708Z Downloaded usdt-attr-macro v0.5.0
14312024-02-14T20:23:34.708Z Downloaded num v0.4.1
14322024-02-14T20:23:34.708Z Downloaded nibble_vec v0.1.0
14332024-02-14T20:23:34.708Z Downloaded managed v0.8.0
14342024-02-14T20:23:34.711Z Downloaded maplit v1.0.2
14352024-02-14T20:23:34.711Z Downloaded serde_path_to_error v0.1.15
14362024-02-14T20:23:34.714Z Downloaded memoffset v0.9.0
14372024-02-14T20:23:34.714Z Downloaded linear-map v1.2.0
14382024-02-14T20:23:34.714Z Downloaded lalrpop-util v0.19.12
14392024-02-14T20:23:34.717Z Downloaded ciborium v0.2.2
14402024-02-14T20:23:34.717Z Downloaded maybe-uninit v2.0.0
14412024-02-14T20:23:34.721Z Downloaded nodrop v0.1.14
14422024-02-14T20:23:34.721Z Downloaded md-5 v0.10.5
14432024-02-14T20:23:34.721Z Downloaded lru v0.12.1
14442024-02-14T20:23:34.724Z Downloaded highway v1.1.0
14452024-02-14T20:23:34.724Z Downloaded scopeguard v1.2.0
14462024-02-14T20:23:34.724Z Downloaded aead v0.5.2
14472024-02-14T20:23:34.724Z Downloaded inout v0.1.3
14482024-02-14T20:23:34.729Z Downloaded castaway v0.2.2
14492024-02-14T20:23:34.729Z Downloaded serde_repr v0.1.16
14502024-02-14T20:23:34.732Z Downloaded serde-big-array v0.5.1
14512024-02-14T20:23:34.732Z Downloaded convert_case v0.4.0
14522024-02-14T20:23:34.732Z Downloaded autocfg v1.1.0
14532024-02-14T20:23:34.732Z Downloaded signal-hook-tokio v0.3.1
14542024-02-14T20:23:34.732Z Downloaded semver v0.1.20
14552024-02-14T20:23:34.735Z Downloaded block-padding v0.3.3
14562024-02-14T20:23:34.735Z Downloaded kstat-rs v0.2.3
14572024-02-14T20:23:34.735Z Downloaded constant_time_eq v0.2.6
14582024-02-14T20:23:34.738Z Downloaded camino-tempfile v1.1.1
14592024-02-14T20:23:34.738Z Downloaded lazy_static v1.4.0
14602024-02-14T20:23:34.738Z Downloaded chacha20 v0.9.1
14612024-02-14T20:23:34.743Z Downloaded async-recursion v1.0.5
14622024-02-14T20:23:34.746Z Downloaded assert_matches v1.5.0
14632024-02-14T20:23:34.747Z Downloaded approx v0.5.1
14642024-02-14T20:23:34.747Z Downloaded normalize-line-endings v0.3.0
14652024-02-14T20:23:34.747Z Downloaded is-terminal v0.4.9
14662024-02-14T20:23:34.747Z Downloaded anes v0.1.6
14672024-02-14T20:23:34.751Z Downloaded keccak v0.1.4
14682024-02-14T20:23:34.751Z Downloaded ipnetwork v0.20.0
14692024-02-14T20:23:34.751Z Downloaded num-iter v0.1.43
14702024-02-14T20:23:34.755Z Downloaded newtype_derive v0.1.6
14712024-02-14T20:23:34.755Z Downloaded nested v0.1.1
14722024-02-14T20:23:34.755Z Downloaded constant_time_eq v0.3.0
14732024-02-14T20:23:34.755Z Downloaded httpdate v1.0.3
14742024-02-14T20:23:34.755Z Downloaded bitfield v0.14.0
14752024-02-14T20:23:34.758Z Downloaded bytes v1.5.0
14762024-02-14T20:23:34.761Z Downloaded iana-time-zone v0.1.57
14772024-02-14T20:23:34.761Z Downloaded hyper-rustls v0.26.0
14782024-02-14T20:23:34.763Z Downloaded curve25519-dalek-derive v0.1.0
14792024-02-14T20:23:34.763Z Downloaded newline-converter v0.3.0
14802024-02-14T20:23:34.766Z Downloaded cipher v0.4.4
14812024-02-14T20:23:34.767Z Downloaded rustyline v13.0.0
14822024-02-14T20:23:34.770Z Downloaded http-body v0.4.5
14832024-02-14T20:23:34.773Z Downloaded bit-set v0.5.3
14842024-02-14T20:23:34.773Z Downloaded blake2b_simd v1.0.1
14852024-02-14T20:23:34.776Z Downloaded hostname v0.3.1
14862024-02-14T20:23:34.776Z Downloaded ciborium-ll v0.2.2
14872024-02-14T20:23:34.776Z Downloaded instant v0.1.12
14882024-02-14T20:23:34.779Z Downloaded rustfmt-wrapper v0.2.0
14892024-02-14T20:23:34.779Z Downloaded hmac v0.12.1
14902024-02-14T20:23:34.782Z Downloaded cfg-if v1.0.0
14912024-02-14T20:23:34.782Z Downloaded cassowary v0.3.0
14922024-02-14T20:23:34.782Z Downloaded remove_dir_all v0.5.3
14932024-02-14T20:23:34.788Z Downloaded num-integer v0.1.45
14942024-02-14T20:23:34.788Z Downloaded ciborium-io v0.2.2
14952024-02-14T20:23:34.788Z Downloaded httparse v1.8.0
14962024-02-14T20:23:34.791Z Downloaded corncobs v0.1.3
14972024-02-14T20:23:34.791Z Downloaded cobs v0.2.3
14982024-02-14T20:23:35.303Z Compiling serde v1.0.196
14992024-02-14T20:23:35.303Z Compiling autocfg v1.1.0
15002024-02-14T20:23:35.303Z Compiling version_check v0.9.4
15012024-02-14T20:23:35.307Z Checking cfg-if v1.0.0
15022024-02-14T20:23:35.307Z Compiling syn v1.0.109
15032024-02-14T20:23:35.370Z Checking libc v0.2.153
15042024-02-14T20:23:35.382Z Compiling syn v2.0.48
15052024-02-14T20:23:35.431Z Compiling parking_lot_core v0.9.8
15062024-02-14T20:23:35.446Z Compiling cc v1.0.83
15072024-02-14T20:23:35.914Z Compiling once_cell v1.19.0
15082024-02-14T20:23:35.997Z Compiling memchr v2.6.3
15092024-02-14T20:23:36.096Z Compiling ahash v0.8.7
15102024-02-14T20:23:36.158Z Compiling lock_api v0.4.10
15112024-02-14T20:23:36.306Z Compiling libm v0.2.7
15122024-02-14T20:23:36.518Z Compiling num-traits v0.2.16
15132024-02-14T20:23:36.586Z Checking getrandom v0.2.10
15142024-02-14T20:23:36.679Z Compiling byteorder v1.5.0
15152024-02-14T20:23:36.815Z Compiling serde_json v1.0.113
15162024-02-14T20:23:37.125Z Compiling log v0.4.20
15172024-02-14T20:23:37.209Z Compiling slab v0.4.9
15182024-02-14T20:23:37.689Z Compiling typenum v1.16.0
15192024-02-14T20:23:37.911Z Compiling generic-array v0.14.7
15202024-02-14T20:23:37.929Z Checking scopeguard v1.2.0
15212024-02-14T20:23:38.144Z Checking itoa v1.0.9
15222024-02-14T20:23:38.166Z Compiling pkg-config v0.3.27
15232024-02-14T20:23:38.369Z Checking smallvec v1.13.1
15242024-02-14T20:23:38.632Z Compiling allocator-api2 v0.2.16
15252024-02-14T20:23:38.764Z Compiling rustix v0.38.31
15262024-02-14T20:23:38.781Z Compiling ring v0.17.7
15272024-02-14T20:23:38.835Z Compiling schemars v0.8.16
15282024-02-14T20:23:39.248Z Compiling httparse v1.8.0
15292024-02-14T20:23:39.514Z Compiling fnv v1.0.7
15302024-02-14T20:23:39.653Z Compiling vcpkg v0.2.15
15312024-02-14T20:23:39.715Z Compiling aho-corasick v1.0.4
15322024-02-14T20:23:39.759Z Checking pin-project-lite v0.2.13
15332024-02-14T20:23:39.874Z Compiling regex-syntax v0.8.2
15342024-02-14T20:23:40.024Z Checking parking_lot v0.12.1
15352024-02-14T20:23:40.356Z Compiling ucd-trie v0.1.6
15362024-02-14T20:23:41.947Z Compiling openssl-sys v0.9.96
15372024-02-14T20:23:43.048Z Compiling ring v0.16.20
15382024-02-14T20:23:43.096Z Checking signal-hook-registry v1.4.1
15392024-02-14T20:23:43.336Z Compiling serde_derive_internals v0.26.0
15402024-02-14T20:23:44.230Z Compiling regex-automata v0.4.4
15412024-02-14T20:23:45.676Z Checking mio v0.8.9
15422024-02-14T20:23:46.194Z Checking rand_core v0.6.4
15432024-02-14T20:23:46.253Z Compiling crossbeam-utils v0.8.16
15442024-02-14T20:23:46.455Z Compiling openssl v0.10.60
15452024-02-14T20:23:46.552Z Compiling iana-time-zone v0.1.57
15462024-02-14T20:23:46.646Z Checking ryu v1.0.15
15472024-02-14T20:23:46.787Z Checking num_cpus v1.16.0
15482024-02-14T20:23:46.857Z Checking futures-core v0.3.30
15492024-02-14T20:23:46.889Z Compiling rustls v0.21.9
15502024-02-14T20:23:46.910Z Compiling native-tls v0.2.11
15512024-02-14T20:23:46.987Z Checking socket2 v0.5.5
15522024-02-14T20:23:47.147Z Compiling dyn-clone v1.0.16
15532024-02-14T20:23:47.177Z Compiling spin v0.5.2
15542024-02-14T20:23:47.359Z Compiling async-trait v0.1.77
15552024-02-14T20:23:47.411Z Compiling slog v2.7.0
15562024-02-14T20:23:47.449Z Compiling memoffset v0.9.0
15572024-02-14T20:23:47.937Z Compiling crossbeam-epoch v0.9.15
15582024-02-14T20:23:48.014Z Compiling backtrace v0.3.69
15592024-02-14T20:23:48.398Z Compiling errno v0.3.8
15602024-02-14T20:23:48.457Z Compiling regex v1.10.3
15612024-02-14T20:23:48.673Z Compiling futures-sink v0.3.30
15622024-02-14T20:23:48.773Z Compiling either v1.9.0
15632024-02-14T20:23:48.974Z Compiling unicode-xid v0.2.4
15642024-02-14T20:23:49.111Z Compiling tinyvec_macros v0.1.1
15652024-02-14T20:23:49.130Z Compiling crc32fast v1.3.2
15662024-02-14T20:23:49.133Z Compiling futures-channel v0.3.30
15672024-02-14T20:23:49.193Z Compiling tinyvec v1.6.0
15682024-02-14T20:23:49.960Z Compiling pin-utils v0.1.0
15692024-02-14T20:23:49.969Z Compiling futures-io v0.3.30
15702024-02-14T20:23:49.969Z Compiling unicode-width v0.1.11
15712024-02-14T20:23:49.969Z Compiling futures-task v0.3.30
15722024-02-14T20:23:49.969Z Compiling anyhow v1.0.75
15732024-02-14T20:23:49.969Z Compiling rustversion v1.0.14
15742024-02-14T20:23:49.990Z Compiling spin v0.9.8
15752024-02-14T20:23:50.078Z Compiling tracing-core v0.1.31
15762024-02-14T20:23:50.151Z Compiling serde_derive v1.0.196
15772024-02-14T20:23:50.371Z Compiling zerocopy-derive v0.7.32
15782024-02-14T20:23:50.390Z Compiling thiserror-impl v1.0.56
15792024-02-14T20:23:50.677Z Compiling zeroize_derive v1.4.2
15802024-02-14T20:23:50.709Z Compiling tokio-macros v2.2.0
15812024-02-14T20:23:51.209Z Compiling futures-macro v0.3.30
15822024-02-14T20:23:51.639Z Compiling tracing-attributes v0.1.26
15832024-02-14T20:23:52.422Z Compiling schemars_derive v0.8.16
15842024-02-14T20:23:52.571Z Compiling openssl-macros v0.1.1
15852024-02-14T20:23:52.926Z Compiling zerocopy v0.7.32
15862024-02-14T20:23:53.415Z Checking zeroize v1.7.0
15872024-02-14T20:23:53.929Z Compiling thiserror v1.0.56
15882024-02-14T20:23:54.066Z Compiling pest v2.7.6
15892024-02-14T20:23:54.945Z Compiling futures-util v0.3.30
15902024-02-14T20:23:55.112Z Compiling hashbrown v0.14.2
15912024-02-14T20:23:55.563Z Compiling hashbrown v0.13.2
15922024-02-14T20:23:55.949Z Compiling unicode-normalization v0.1.22
15932024-02-14T20:23:56.388Z Compiling pest_meta v2.7.6
15942024-02-14T20:23:56.558Z Compiling unicode-bidi v0.3.13
15952024-02-14T20:23:56.756Z Compiling tracing v0.1.37
15962024-02-14T20:23:56.896Z Compiling der_derive v0.7.2
15972024-02-14T20:23:57.710Z Compiling pest_generator v2.7.6
15982024-02-14T20:23:58.201Z Compiling num-integer v0.1.45
15992024-02-14T20:23:58.538Z Checking subtle v2.5.0
16002024-02-14T20:23:58.890Z Compiling lazy_static v1.4.0
16012024-02-14T20:23:59.812Z Compiling foreign-types-shared v0.1.1
16022024-02-14T20:23:59.912Z Compiling untrusted v0.7.1
16032024-02-14T20:24:00.121Z Compiling percent-encoding v2.3.1
16042024-02-14T20:24:00.448Z Compiling time-core v0.1.1
16052024-02-14T20:24:00.492Z Compiling untrusted v0.9.0
16062024-02-14T20:24:00.628Z Compiling time-macros v0.2.13
16072024-02-14T20:24:01.641Z Compiling foreign-types v0.3.2
16082024-02-14T20:24:01.771Z Compiling scroll_derive v0.12.0
16092024-02-14T20:24:01.775Z Compiling pest_derive v2.7.6
16102024-02-14T20:24:02.653Z Compiling synstructure v0.12.6
16112024-02-14T20:24:04.365Z Compiling thread-id v4.2.0
16122024-02-14T20:24:04.384Z Compiling base64 v0.21.7
16132024-02-14T20:24:04.622Z Compiling try-lock v0.2.4
16142024-02-14T20:24:05.010Z Checking bytes v1.5.0
16152024-02-14T20:24:05.025Z Checking bitflags v2.4.0
16162024-02-14T20:24:05.025Z Compiling want v0.3.1
16172024-02-14T20:24:05.066Z Compiling zerocopy-derive v0.2.0
16182024-02-14T20:24:05.150Z Compiling sct v0.7.0
16192024-02-14T20:24:05.599Z Compiling rustls-webpki v0.101.7
16202024-02-14T20:24:05.604Z Compiling form_urlencoded v1.2.1
16212024-02-14T20:24:05.604Z Checking tokio v1.36.0
16222024-02-14T20:24:05.757Z Compiling socket2 v0.4.9
16232024-02-14T20:24:06.224Z Compiling indexmap v2.2.2
16242024-02-14T20:24:06.607Z Compiling uuid v1.7.0
16252024-02-14T20:24:06.966Z Compiling chrono v0.4.31
16262024-02-14T20:24:07.175Z Compiling http v0.2.11
16272024-02-14T20:24:07.201Z Compiling semver v1.0.21
16282024-02-14T20:24:07.769Z Compiling toml_datetime v0.6.5
16292024-02-14T20:24:08.001Z Compiling serde_spanned v0.6.5
16302024-02-14T20:24:08.267Z Compiling openapiv3 v2.0.0
16312024-02-14T20:24:08.285Z Compiling rustc_version v0.4.0
16322024-02-14T20:24:08.339Z Compiling toml_edit v0.19.15
16332024-02-14T20:24:09.459Z Compiling http-body v0.4.5
16342024-02-14T20:24:11.654Z Compiling tower-service v0.3.2
16352024-02-14T20:24:11.786Z Compiling const-oid v0.9.5
16362024-02-14T20:24:12.367Z Compiling httpdate v1.0.3
16372024-02-14T20:24:12.889Z Compiling openssl-probe v0.1.5
16382024-02-14T20:24:13.266Z Compiling idna v0.5.0
16392024-02-14T20:24:13.825Z Compiling adler v1.0.2
16402024-02-14T20:24:14.065Z Compiling miniz_oxide v0.7.1
16412024-02-14T20:24:14.106Z Compiling signal-hook v0.3.17
16422024-02-14T20:24:14.921Z Compiling url v2.5.0
16432024-02-14T20:24:14.979Z Compiling ipnet v2.9.0
16442024-02-14T20:24:15.280Z Compiling serde_urlencoded v0.7.1
16452024-02-14T20:24:15.732Z Compiling rustls-pemfile v1.0.3
16462024-02-14T20:24:15.811Z Compiling crypto-common v0.1.6
16472024-02-14T20:24:16.030Z Compiling tokio-util v0.7.10
16482024-02-14T20:24:16.102Z Compiling zerocopy-derive v0.6.4
16492024-02-14T20:24:16.262Z Compiling clap_derive v4.4.2
16502024-02-14T20:24:16.924Z Compiling usdt-impl v0.3.5
16512024-02-14T20:24:17.304Z Compiling h2 v0.3.24
16522024-02-14T20:24:17.389Z Compiling tokio-native-tls v0.3.1
16532024-02-14T20:24:17.650Z Compiling tokio-rustls v0.24.1
16542024-02-14T20:24:17.664Z Compiling encoding_rs v0.8.33
16552024-02-14T20:24:18.094Z Compiling gimli v0.28.0
16562024-02-14T20:24:18.535Z Compiling webpki-roots v0.25.2
16572024-02-14T20:24:18.697Z Checking equivalent v1.0.1
16582024-02-14T20:24:18.804Z Compiling mime v0.3.17
16592024-02-14T20:24:19.174Z Compiling siphasher v0.3.11
16602024-02-14T20:24:19.742Z Compiling zerocopy v0.3.0
16612024-02-14T20:24:20.594Z Compiling scroll v0.12.0
16622024-02-14T20:24:20.931Z Compiling block-buffer v0.10.4
16632024-02-14T20:24:21.207Z Compiling bzip2-sys v0.1.11+1.0.8
16642024-02-14T20:24:21.504Z Compiling object v0.32.1
16652024-02-14T20:24:21.692Z Compiling num-iter v0.1.43
16662024-02-14T20:24:21.769Z Compiling usdt-impl v0.5.0
16672024-02-14T20:24:22.137Z Compiling rustc-demangle v0.1.23
16682024-02-14T20:24:22.469Z Compiling addr2line v0.21.0
16692024-02-14T20:24:22.568Z Compiling plain v0.2.3
16702024-02-14T20:24:23.168Z Compiling goblin v0.8.0
16712024-02-14T20:24:23.420Z Compiling flate2 v1.0.28
16722024-02-14T20:24:23.698Z Compiling digest v0.10.7
16732024-02-14T20:24:24.092Z Compiling dof v0.1.5
16742024-02-14T20:24:24.122Z Compiling heapless v0.7.16
16752024-02-14T20:24:24.158Z Compiling dtrace-parser v0.1.14
16762024-02-14T20:24:24.453Z Compiling futures-executor v0.3.30
16772024-02-14T20:24:24.581Z Compiling hyper v0.14.27
16782024-02-14T20:24:25.159Z Compiling ppv-lite86 v0.2.17
16792024-02-14T20:24:25.306Z Compiling pretty-hex v0.4.1
16802024-02-14T20:24:25.977Z Compiling rand_chacha v0.3.1
16812024-02-14T20:24:26.186Z Compiling futures v0.3.30
16822024-02-14T20:24:26.299Z Compiling toml v0.7.8
16832024-02-14T20:24:26.335Z Compiling hex v0.4.3
16842024-02-14T20:24:26.958Z Compiling serde_tokenstream v0.1.7
16852024-02-14T20:24:27.396Z Compiling dtrace-parser v0.2.0
16862024-02-14T20:24:27.502Z Compiling strum_macros v0.25.2
16872024-02-14T20:24:28.582Z Compiling bit-vec v0.6.3
16882024-02-14T20:24:29.016Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16892024-02-14T20:24:29.561Z Compiling dof v0.3.0
16902024-02-14T20:24:29.793Z Compiling rand v0.8.5
16912024-02-14T20:24:29.990Z Compiling phf_shared v0.10.0
16922024-02-14T20:24:30.438Z Compiling num-bigint v0.4.4
16932024-02-14T20:24:31.332Z Compiling new_debug_unreachable v1.0.4
16942024-02-14T20:24:31.425Z Compiling base64ct v1.6.0
16952024-02-14T20:24:31.680Z Compiling fixedbitset v0.4.2
16962024-02-14T20:24:31.908Z Compiling hyper-rustls v0.24.2
16972024-02-14T20:24:31.930Z Compiling hyper-tls v0.5.0
16982024-02-14T20:24:32.026Z Compiling precomputed-hash v0.1.1
16992024-02-14T20:24:32.122Z Compiling smoltcp v0.9.1
17002024-02-14T20:24:32.531Z Compiling minimal-lexical v0.2.1
17012024-02-14T20:24:32.531Z Compiling string_cache v0.8.7
17022024-02-14T20:24:32.531Z Compiling petgraph v0.6.4
17032024-02-14T20:24:32.531Z Compiling reqwest v0.11.22
17042024-02-14T20:24:32.531Z Compiling pem-rfc7468 v0.7.0
17052024-02-14T20:24:32.615Z Compiling nom v7.1.3
17062024-02-14T20:24:32.904Z Compiling bit-set v0.5.3
17072024-02-14T20:24:33.070Z Compiling usdt-macro v0.3.5
17082024-02-14T20:24:33.084Z Compiling usdt-attr-macro v0.3.5
17092024-02-14T20:24:33.189Z Compiling hmac v0.12.1
17102024-02-14T20:24:34.023Z Compiling hubpack_derive v0.1.1
17112024-02-14T20:24:34.403Z Compiling enum-as-inner v0.5.1
17122024-02-14T20:24:34.554Z Compiling itertools v0.10.5
17132024-02-14T20:24:34.740Z Compiling diesel_table_macro_syntax v0.1.0
17142024-02-14T20:24:35.579Z Compiling flagset v0.4.3
17152024-02-14T20:24:35.590Z Compiling unicode-segmentation v1.10.1
17162024-02-14T20:24:35.590Z Compiling lalrpop-util v0.19.12
17172024-02-14T20:24:35.675Z Compiling der v0.7.8
17182024-02-14T20:24:36.250Z Compiling diesel_derives v2.1.2
17192024-02-14T20:24:36.383Z Compiling cpufeatures v0.2.12
17202024-02-14T20:24:36.500Z Compiling sha2 v0.10.8
17212024-02-14T20:24:36.518Z Compiling rustix v0.37.23
17222024-02-14T20:24:37.364Z Compiling md-5 v0.10.5
17232024-02-14T20:24:37.575Z Compiling stringprep v0.1.3
17242024-02-14T20:24:37.736Z Compiling serde_repr v0.1.16
17252024-02-14T20:24:38.053Z Compiling spki v0.7.2
17262024-02-14T20:24:38.301Z Compiling hash32 v0.2.1
17272024-02-14T20:24:38.443Z Compiling stable_deref_trait v1.2.0
17282024-02-14T20:24:38.542Z Checking unicode-ident v1.0.12
17292024-02-14T20:24:38.685Z Compiling fallible-iterator v0.2.0
17302024-02-14T20:24:39.052Z Compiling pkcs8 v0.10.2
17312024-02-14T20:24:39.096Z Compiling terminal_size v0.2.6
17322024-02-14T20:24:39.405Z Compiling postgres-protocol v0.6.6
17332024-02-14T20:24:39.424Z Compiling phf_shared v0.11.2
17342024-02-14T20:24:39.591Z Compiling ff v0.13.0
17352024-02-14T20:24:39.825Z Compiling block-padding v0.3.3
17362024-02-14T20:24:39.916Z Compiling scheduled-thread-pool v0.2.7
17372024-02-14T20:24:40.085Z Compiling managed v0.8.0
17382024-02-14T20:24:40.279Z Compiling num_threads v0.1.6
17392024-02-14T20:24:40.402Z Compiling deranged v0.3.8
17402024-02-14T20:24:40.527Z Compiling regex-automata v0.1.10
17412024-02-14T20:24:40.545Z Compiling base16ct v0.2.0
17422024-02-14T20:24:40.563Z Compiling matches v0.1.10
17432024-02-14T20:24:40.783Z Compiling sec1 v0.7.3
17442024-02-14T20:24:40.863Z Compiling idna v0.2.3
17452024-02-14T20:24:40.880Z Compiling clap_builder v4.4.2
17462024-02-14T20:24:41.030Z Compiling bstr v0.2.17
17472024-02-14T20:24:41.366Z Compiling postgres-types v0.2.6
17482024-02-14T20:24:42.247Z Compiling time v0.3.27
17492024-02-14T20:24:42.538Z Compiling r2d2 v0.8.10
17502024-02-14T20:24:42.556Z Compiling inout v0.1.3
17512024-02-14T20:24:42.850Z Compiling signal-hook-mio v0.2.3
17522024-02-14T20:24:42.915Z Compiling group v0.13.0
17532024-02-14T20:24:42.949Z Compiling phf v0.11.2
17542024-02-14T20:24:43.023Z Compiling bzip2 v0.4.4
17552024-02-14T20:24:43.288Z Compiling hubpack v0.1.2
17562024-02-14T20:24:43.436Z Compiling hkdf v0.12.4
17572024-02-14T20:24:43.686Z Compiling zerocopy v0.6.4
17582024-02-14T20:24:43.776Z Compiling ipnetwork v0.20.0
17592024-02-14T20:24:43.948Z Compiling crypto-bigint v0.5.2
17602024-02-14T20:24:44.577Z Compiling float-cmp v0.9.0
17612024-02-14T20:24:44.703Z Compiling regex-automata v0.3.8
17622024-02-14T20:24:44.809Z Checking bitflags v1.3.2
17632024-02-14T20:24:45.048Z Compiling whoami v1.4.1
17642024-02-14T20:24:45.704Z Compiling difflib v0.4.0
17652024-02-14T20:24:47.244Z Compiling static_assertions v1.1.0
17662024-02-14T20:24:47.349Z Compiling normalize-line-endings v0.3.0
17672024-02-14T20:24:47.362Z Compiling predicates-core v1.0.6
17682024-02-14T20:24:47.474Z Compiling data-encoding v2.4.0
17692024-02-14T20:24:47.570Z Compiling predicates v3.1.0
17702024-02-14T20:24:47.713Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17712024-02-14T20:24:47.731Z Compiling bstr v1.6.0
17722024-02-14T20:24:48.009Z Compiling yasna v0.5.2
17732024-02-14T20:24:49.421Z Compiling trust-dns-proto v0.22.0
17742024-02-14T20:24:49.454Z Compiling elliptic-curve v0.13.8
17752024-02-14T20:24:49.923Z Compiling tokio-postgres v0.7.10
17762024-02-14T20:24:50.101Z Compiling clap v4.4.3
17772024-02-14T20:24:50.219Z Compiling zip v0.6.6
17782024-02-14T20:24:50.295Z Compiling crossterm v0.27.0
17792024-02-14T20:24:51.046Z Compiling cipher v0.4.4
17802024-02-14T20:24:51.602Z Compiling similar v2.3.0
17812024-02-14T20:24:51.938Z Checking proc-macro2 v1.0.78
17822024-02-14T20:24:52.741Z Compiling usdt v0.3.5
17832024-02-14T20:24:52.941Z Compiling diesel v2.1.4
17842024-02-14T20:24:54.370Z Compiling tokio-stream v0.1.14
17852024-02-14T20:24:54.441Z Compiling console v0.15.8
17862024-02-14T20:24:54.441Z Checking quote v1.0.35
17872024-02-14T20:24:58.031Z Checking utf8parse v0.2.1
17882024-02-14T20:24:59.733Z Checking anstyle v1.0.2
17892024-02-14T20:25:01.028Z Compiling serde_tokenstream v0.2.0
17902024-02-14T20:25:01.613Z Checking io-lifetimes v1.0.11
17912024-02-14T20:25:05.308Z Checking anstyle-parse v0.2.1
17922024-02-14T20:25:05.710Z Checking anstyle-query v1.0.0
17932024-02-14T20:25:05.835Z Checking colorchoice v1.0.0
17942024-02-14T20:25:05.955Z Checking anstream v0.5.0
17952024-02-14T20:25:06.315Z Checking winnow v0.5.15
17962024-02-14T20:25:06.387Z Checking clap_lex v0.5.1
17972024-02-14T20:25:06.531Z Checking strsim v0.10.0
17982024-02-14T20:25:12.048Z Compiling regress v0.7.1
17992024-02-14T20:25:15.632Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18002024-02-14T20:25:22.274Z Compiling getopts v0.2.21
18012024-02-14T20:25:22.447Z Compiling unsafe-libyaml v0.2.10
18022024-02-14T20:25:22.884Z Checking heck v0.4.1
18032024-02-14T20:25:23.728Z Checking camino v1.1.6
18042024-02-14T20:25:24.289Z Compiling serde_yaml v0.9.25
18052024-02-14T20:25:24.479Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18062024-02-14T20:25:24.740Z Compiling ident_case v1.0.1
18072024-02-14T20:25:24.787Z Checking fastrand v2.0.1
18082024-02-14T20:25:24.819Z Checking rustls-pki-types v1.1.0
18092024-02-14T20:25:24.929Z Checking match_cfg v0.1.0
18102024-02-14T20:25:25.014Z Checking hostname v0.3.1
18112024-02-14T20:25:25.117Z Checking tempfile v3.10.0
18122024-02-14T20:25:25.147Z Checking http v1.0.0
18132024-02-14T20:25:25.217Z Checking atty v0.2.14
18142024-02-14T20:25:25.338Z Checking quick-error v1.2.3
18152024-02-14T20:25:25.474Z Compiling paste v1.0.14
18162024-02-14T20:25:25.482Z Checking sha1 v0.10.6
18172024-02-14T20:25:25.788Z Checking dirs-sys-next v0.1.2
18182024-02-14T20:25:25.963Z Compiling rustls v0.22.2
18192024-02-14T20:25:26.308Z Checking dirs-next v2.0.0
18202024-02-14T20:25:26.438Z Checking rustls-webpki v0.102.1
18212024-02-14T20:25:26.577Z Checking crossbeam-channel v0.5.8
18222024-02-14T20:25:27.220Z Checking thread_local v1.1.7
18232024-02-14T20:25:27.292Z Checking instant v0.1.12
18242024-02-14T20:25:27.409Z Compiling slog-async v2.8.0
18252024-02-14T20:25:27.496Z Checking term v0.7.0
18262024-02-14T20:25:27.932Z Checking rustls-pemfile v2.0.0
18272024-02-14T20:25:28.343Z Compiling multer v3.0.0
18282024-02-14T20:25:28.343Z Checking debug-ignore v1.0.5
18292024-02-14T20:25:28.343Z Checking take_mut v0.2.2
18302024-02-14T20:25:28.458Z Checking slog-term v2.9.0
18312024-02-14T20:25:28.492Z Compiling darling_core v0.20.3
18322024-02-14T20:25:28.639Z Checking toml_edit v0.22.4
18332024-02-14T20:25:28.758Z Checking slog-json v2.6.1
18342024-02-14T20:25:28.953Z Compiling async-stream-impl v0.3.5
18352024-02-14T20:25:29.010Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18362024-02-14T20:25:29.345Z Checking atomic-waker v1.1.1
18372024-02-14T20:25:29.490Z Checking waitgroup v0.1.2
18382024-02-14T20:25:29.695Z Checking slog-bunyan v2.5.0
18392024-02-14T20:25:30.260Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
18402024-02-14T20:25:30.493Z Checking async-stream v0.3.5
18412024-02-14T20:25:30.677Z Checking serde_path_to_error v0.1.15
18422024-02-14T20:25:31.145Z Checking toml v0.8.10
18432024-02-14T20:25:31.287Z Checking tokio-rustls v0.25.0
18442024-02-14T20:25:31.333Z Checking wait-timeout v0.2.0
18452024-02-14T20:25:31.499Z Checking strum v0.25.0
18462024-02-14T20:25:31.640Z Compiling structmeta-derive v0.3.0
18472024-02-14T20:25:31.658Z Checking rusty-fork v0.3.0
18482024-02-14T20:25:31.887Z Compiling structmeta-derive v0.2.0
18492024-02-14T20:25:31.946Z Checking rand_xorshift v0.3.0
18502024-02-14T20:25:32.118Z Checking unarray v0.1.4
18512024-02-14T20:25:32.274Z Checking proptest v1.4.0
18522024-02-14T20:25:34.965Z Compiling darling_macro v0.20.3
18532024-02-14T20:25:34.983Z Compiling structmeta v0.3.0
18542024-02-14T20:25:35.189Z Compiling structmeta v0.2.0
18552024-02-14T20:25:35.423Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18562024-02-14T20:25:35.446Z Compiling parse-display-derive v0.9.0
18572024-02-14T20:25:35.626Z Checking backoff v0.4.0
18582024-02-14T20:25:35.936Z Compiling test-strategy v0.3.1
18592024-02-14T20:25:36.119Z Compiling darling v0.20.3
18602024-02-14T20:25:36.244Z Compiling serde_with_macros v3.6.0
18612024-02-14T20:25:36.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18622024-02-14T20:25:36.542Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18632024-02-14T20:25:36.703Z Checking macaddr v1.0.1
18642024-02-14T20:25:37.321Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18652024-02-14T20:25:37.324Z Checking camino-tempfile v1.1.1
18662024-02-14T20:25:37.325Z Checking is-terminal v0.4.9
18672024-02-14T20:25:37.325Z Compiling proc-macro-error-attr v1.0.4
18682024-02-14T20:25:37.325Z Compiling proc-macro-error v1.0.4
18692024-02-14T20:25:37.707Z Compiling proc-macro-crate v1.3.1
18702024-02-14T20:25:37.818Z Compiling heapless v0.8.0
18712024-02-14T20:25:38.474Z Checking termtree v0.4.1
18722024-02-14T20:25:38.675Z Checking predicates-tree v1.0.9
18732024-02-14T20:25:38.918Z Compiling num_enum_derive v0.5.11
18742024-02-14T20:25:39.125Z Checking hash32 v0.3.1
18752024-02-14T20:25:39.312Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18762024-02-14T20:25:39.352Z Compiling smoltcp v0.11.0
18772024-02-14T20:25:39.678Z Checking serde_with v3.6.0
18782024-02-14T20:25:40.151Z Compiling usdt-macro v0.5.0
18792024-02-14T20:25:40.259Z Compiling usdt-attr-macro v0.5.0
18802024-02-14T20:25:40.474Z Checking parse-display v0.9.0
18812024-02-14T20:25:40.721Z Checking memmap v0.7.0
18822024-02-14T20:25:40.750Z Checking cobs v0.2.3
18832024-02-14T20:25:40.899Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
18842024-02-14T20:25:40.939Z Checking embedded-io v0.4.0
18852024-02-14T20:25:41.041Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18862024-02-14T20:25:41.146Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18872024-02-14T20:25:41.478Z Compiling crucible-workspace-hack v0.1.0
18882024-02-14T20:25:41.800Z Checking postcard v1.0.8
18892024-02-14T20:25:41.957Z Checking num_enum v0.5.11
18902024-02-14T20:25:41.993Z Checking usdt v0.5.0
18912024-02-14T20:25:42.100Z Compiling foreign-types-macros v0.2.3
18922024-02-14T20:25:42.250Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18932024-02-14T20:25:42.535Z Checking foreign-types-shared v0.3.1
18942024-02-14T20:25:42.588Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-02-14T20:25:42.644Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18962024-02-14T20:25:42.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18972024-02-14T20:25:43.133Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18982024-02-14T20:25:43.151Z Checking cstr-argument v0.1.2
18992024-02-14T20:25:43.272Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19002024-02-14T20:25:43.329Z Checking pretty-hex v0.2.1
19012024-02-14T20:25:43.498Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19022024-02-14T20:25:43.524Z Checking foreign-types v0.5.0
19032024-02-14T20:25:44.017Z Checking colored v2.0.4
19042024-02-14T20:25:44.018Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19052024-02-14T20:25:44.018Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19062024-02-14T20:25:44.018Z Compiling zone_cfg_derive v0.3.0
19072024-02-14T20:25:44.018Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19082024-02-14T20:25:44.018Z Compiling mockall_derive v0.12.0
19092024-02-14T20:25:44.164Z Compiling num-derive v0.4.0
19102024-02-14T20:25:44.315Z Checking fragile v2.0.0
19112024-02-14T20:25:44.592Z Checking downcast v0.11.0
19122024-02-14T20:25:44.778Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
19132024-02-14T20:25:45.026Z Checking smf v0.2.2
19142024-02-14T20:25:45.128Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19152024-02-14T20:25:45.479Z Checking filetime v0.2.23
19162024-02-14T20:25:45.555Z Checking zone v0.3.0
19172024-02-14T20:25:45.678Z Checking xattr v1.0.1
19182024-02-14T20:25:45.868Z Checking same-file v1.0.6
19192024-02-14T20:25:46.002Z Checking tar v0.4.40
19202024-02-14T20:25:46.026Z Checking walkdir v2.4.0
19212024-02-14T20:25:46.285Z Checking pem v3.0.2
19222024-02-14T20:25:46.316Z Compiling rayon-core v1.12.0
19232024-02-14T20:25:46.530Z Checking linked-hash-map v0.5.6
19242024-02-14T20:25:46.587Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19252024-02-14T20:25:46.632Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
19262024-02-14T20:25:46.674Z Checking itertools v0.12.1
19272024-02-14T20:25:46.712Z Checking headers-core v0.2.0
19282024-02-14T20:25:46.838Z Checking lru-cache v0.1.2
19292024-02-14T20:25:46.855Z Checking headers v0.3.9
19302024-02-14T20:25:47.023Z Checking password-hash v0.5.0
19312024-02-14T20:25:47.065Z Checking blake2 v0.10.6
19322024-02-14T20:25:47.499Z Checking swrite v0.1.0
19332024-02-14T20:25:47.513Z Checking argon2 v0.5.3
19342024-02-14T20:25:47.606Z Checking rcgen v0.12.1
19352024-02-14T20:25:47.995Z Checking atomicwrites v0.4.3
19362024-02-14T20:25:48.130Z Checking subprocess v0.2.9
19372024-02-14T20:25:48.146Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
19382024-02-14T20:25:48.223Z Checking arc-swap v1.6.0
19392024-02-14T20:25:48.745Z Compiling cancel-safe-futures v0.1.5
19402024-02-14T20:25:48.750Z Checking half v2.3.1
19412024-02-14T20:25:48.750Z Checking slog-scope v4.4.0
19422024-02-14T20:25:48.750Z Checking ciborium-io v0.2.2
19432024-02-14T20:25:48.836Z Checking resolv-conf v0.7.0
19442024-02-14T20:25:48.883Z Checking slog-stdlog v4.1.1
19452024-02-14T20:25:48.922Z Checking ciborium-ll v0.2.2
19462024-02-14T20:25:49.050Z Checking slog-envlogger v2.2.0
19472024-02-14T20:25:49.184Z Checking trust-dns-resolver v0.22.0
19482024-02-14T20:25:49.207Z Checking libsw v3.3.1
19492024-02-14T20:25:49.239Z Checking ciborium v0.2.2
19502024-02-14T20:25:49.270Z Compiling derive-where v1.2.7
19512024-02-14T20:25:49.438Z Checking linear-map v1.2.0
19522024-02-14T20:25:49.452Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19532024-02-14T20:25:49.471Z Checking owo-colors v4.0.0
19542024-02-14T20:25:49.785Z Compiling slog-dtrace v0.3.0
19552024-02-14T20:25:50.174Z Checking textwrap v0.11.0
19562024-02-14T20:25:50.672Z Compiling heck v0.3.3
19572024-02-14T20:25:50.672Z Compiling blake3 v1.5.0
19582024-02-14T20:25:50.719Z Checking vec_map v0.8.2
19592024-02-14T20:25:51.200Z Checking ansi_term v0.12.1
19602024-02-14T20:25:51.205Z Checking strsim v0.8.0
19612024-02-14T20:25:51.205Z Checking termcolor v1.2.0
19622024-02-14T20:25:51.205Z Compiling libefi-sys v0.1.0
19632024-02-14T20:25:51.205Z Checking clap v2.34.0
19642024-02-14T20:25:51.437Z Compiling structopt-derive v0.4.18
19652024-02-14T20:25:51.755Z Checking nibble_vec v0.1.0
19662024-02-14T20:25:51.832Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19672024-02-14T20:25:51.939Z Checking endian-type v0.1.2
19682024-02-14T20:25:52.125Z Compiling radium v0.7.0
19692024-02-14T20:25:52.603Z Checking radix_trie v0.2.1
19702024-02-14T20:25:52.892Z Checking mockall v0.12.0
19712024-02-14T20:25:53.052Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19722024-02-14T20:25:53.101Z Checking tap v1.0.1
19732024-02-14T20:25:53.131Z Compiling maybe-uninit v2.0.0
19742024-02-14T20:25:53.149Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19752024-02-14T20:25:53.266Z Checking wyz v0.5.1
19762024-02-14T20:25:53.393Z Checking fxhash v0.2.1
19772024-02-14T20:25:53.568Z Checking gethostname v0.4.3
19782024-02-14T20:25:53.671Z Compiling num-bigint-dig v0.8.4
19792024-02-14T20:25:53.714Z Checking funty v2.0.0
19802024-02-14T20:25:53.765Z Compiling packed_struct v0.10.1
19812024-02-14T20:25:53.778Z Checking crc-catalog v2.2.0
19822024-02-14T20:25:53.905Z Compiling semver v0.1.20
19832024-02-14T20:25:54.025Z Checking crc v3.0.1
19842024-02-14T20:25:54.591Z Compiling packed_struct_codegen v0.10.1
19852024-02-14T20:25:54.594Z Compiling rustc_version v0.1.7
19862024-02-14T20:25:54.594Z Compiling indexmap v1.9.3
19872024-02-14T20:25:54.594Z Checking nodrop v0.1.14
19882024-02-14T20:25:54.620Z Checking structopt v0.3.26
19892024-02-14T20:25:55.034Z Checking smallvec v0.6.14
19902024-02-14T20:25:55.034Z Checking array-init v0.0.4
19912024-02-14T20:25:55.034Z Compiling newtype_derive v0.1.6
19922024-02-14T20:25:55.034Z Checking bitvec v1.0.1
19932024-02-14T20:25:55.034Z Checking pkcs1 v0.7.5
19942024-02-14T20:25:55.047Z Checking signature v2.1.0
19952024-02-14T20:25:55.244Z Compiling crossbeam-deque v0.8.3
19962024-02-14T20:25:55.610Z Checking hashbrown v0.12.3
19972024-02-14T20:25:55.681Z Checking bitfield v0.14.0
19982024-02-14T20:25:55.950Z Checking serde-hex v0.1.0
19992024-02-14T20:25:56.383Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20002024-02-14T20:25:56.656Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-02-14T20:25:56.688Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20022024-02-14T20:25:57.036Z Checking rsa v0.9.2
20032024-02-14T20:25:57.837Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20042024-02-14T20:25:58.328Z Checking env_logger v0.10.0
20052024-02-14T20:25:58.342Z Checking x509-cert v0.2.4
20062024-02-14T20:25:58.342Z Checking ron v0.8.1
20072024-02-14T20:25:58.367Z Compiling semver-parser v0.10.2
20082024-02-14T20:25:59.352Z Compiling num-rational v0.4.1
20092024-02-14T20:25:59.445Z Checking crc-any v2.4.3
20102024-02-14T20:25:59.751Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20112024-02-14T20:25:59.818Z Compiling semver v0.11.0
20122024-02-14T20:25:59.972Z Compiling rayon v1.8.0
20132024-02-14T20:26:00.117Z Checking object v0.30.4
20142024-02-14T20:26:00.653Z Compiling memmap2 v0.7.1
20152024-02-14T20:26:01.085Z Compiling home v0.5.5
20162024-02-14T20:26:01.336Z Checking path-slash v0.1.5
20172024-02-14T20:26:01.352Z Compiling constant_time_eq v0.3.0
20182024-02-14T20:26:01.424Z Compiling arrayref v0.3.7
20192024-02-14T20:26:01.475Z Compiling arrayvec v0.7.4
20202024-02-14T20:26:01.521Z Compiling toolchain_find v0.2.0
20212024-02-14T20:26:01.822Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20222024-02-14T20:26:01.922Z Checking steno v0.4.0
20232024-02-14T20:26:02.177Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20242024-02-14T20:26:02.971Z Compiling toml v0.5.11
20252024-02-14T20:26:03.850Z Checking num-complex v0.4.4
20262024-02-14T20:26:04.394Z Compiling topological-sort v0.2.2
20272024-02-14T20:26:04.806Z Compiling convert_case v0.4.0
20282024-02-14T20:26:05.102Z Checking num v0.4.1
20292024-02-14T20:26:05.205Z Compiling rustfmt-wrapper v0.2.0
20302024-02-14T20:26:05.782Z Compiling derive_more v0.99.17
20312024-02-14T20:26:05.865Z Compiling omicron-zone-package v0.11.0
20322024-02-14T20:26:06.949Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20332024-02-14T20:26:06.995Z Checking newline-converter v0.3.0
20342024-02-14T20:26:07.145Z Checking expectorate v1.1.0
20352024-02-14T20:26:07.314Z Checking utf-8 v0.7.6
20362024-02-14T20:26:07.530Z Checking tungstenite v0.20.1
20372024-02-14T20:26:08.239Z Compiling buf-list v1.0.3
20382024-02-14T20:26:08.364Z Checking display-error-chain v0.2.0
20392024-02-14T20:26:08.482Z Checking tokio-tungstenite v0.20.1
20402024-02-14T20:26:08.508Z Compiling parking_lot_core v0.8.6
20412024-02-14T20:26:08.977Z Checking keccak v0.1.4
20422024-02-14T20:26:09.176Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
20432024-02-14T20:26:09.333Z Checking sha3 v0.10.8
20442024-02-14T20:26:09.384Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20452024-02-14T20:26:09.390Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20462024-02-14T20:26:09.495Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20472024-02-14T20:26:09.732Z Checking parking_lot v0.11.2
20482024-02-14T20:26:10.108Z Checking trust-dns-client v0.22.0
20492024-02-14T20:26:11.351Z Checking secrecy v0.8.0
20502024-02-14T20:26:11.410Z Compiling pin-project-internal v1.1.3
20512024-02-14T20:26:11.583Z Compiling doc-comment v0.3.3
20522024-02-14T20:26:12.210Z Checking trust-dns-server v0.22.1
20532024-02-14T20:26:12.321Z Checking sled v0.34.7
20542024-02-14T20:26:12.933Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20552024-02-14T20:26:13.490Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20562024-02-14T20:26:14.400Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20572024-02-14T20:26:14.878Z Checking pin-project v1.1.3
20582024-02-14T20:26:14.998Z Checking glob v0.3.1
20592024-02-14T20:26:15.014Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20602024-02-14T20:26:15.014Z Compiling vte_generate_state_changes v0.1.1
20612024-02-14T20:26:15.166Z Compiling unicase v2.7.0
20622024-02-14T20:26:15.271Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20632024-02-14T20:26:15.311Z Compiling platforms v3.0.2
20642024-02-14T20:26:15.503Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20652024-02-14T20:26:15.663Z Checking vte v0.11.1
20662024-02-14T20:26:15.850Z Checking fd-lock v3.0.13
20672024-02-14T20:26:15.895Z Compiling snafu-derive v0.7.5
20682024-02-14T20:26:16.044Z Compiling fs-err v2.11.0
20692024-02-14T20:26:16.130Z Checking nu-ansi-term v0.49.0
20702024-02-14T20:26:16.567Z Checking globset v0.4.13
20712024-02-14T20:26:17.053Z Checking olpc-cjson v0.1.3
20722024-02-14T20:26:17.115Z Checking strip-ansi-escapes v0.2.0
20732024-02-14T20:26:17.177Z Checking serde_plain v1.0.2
20742024-02-14T20:26:17.259Z Checking reedline v0.28.0
20752024-02-14T20:26:17.285Z Compiling async-recursion v1.0.5
20762024-02-14T20:26:17.352Z Checking typed-path v0.7.0
20772024-02-14T20:26:17.400Z Compiling curve25519-dalek v4.1.1
20782024-02-14T20:26:18.469Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20792024-02-14T20:26:19.110Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802024-02-14T20:26:19.393Z Compiling memoffset v0.7.1
20812024-02-14T20:26:19.462Z Checking parse-size v1.0.0
20822024-02-14T20:26:19.889Z Compiling mime_guess v2.0.4
20832024-02-14T20:26:19.929Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842024-02-14T20:26:20.188Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20852024-02-14T20:26:21.322Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20862024-02-14T20:26:21.690Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20872024-02-14T20:26:22.005Z Checking universal-hash v0.5.1
20882024-02-14T20:26:22.021Z Checking snafu v0.7.5
20892024-02-14T20:26:22.195Z Compiling thiserror-impl-no-std v2.0.2
20902024-02-14T20:26:22.263Z Compiling curve25519-dalek-derive v0.1.0
20912024-02-14T20:26:22.521Z Checking tough v0.16.0
20922024-02-14T20:26:23.581Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20932024-02-14T20:26:23.929Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20942024-02-14T20:26:25.772Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20952024-02-14T20:26:25.820Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20962024-02-14T20:26:26.797Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20972024-02-14T20:26:27.708Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20982024-02-14T20:26:28.472Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20992024-02-14T20:26:28.724Z Checking opaque-debug v0.3.0
21002024-02-14T20:26:28.811Z Checking poly1305 v0.8.0
21012024-02-14T20:26:29.317Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21022024-02-14T20:26:30.127Z Checking thiserror-no-std v2.0.2
21032024-02-14T20:26:32.087Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21042024-02-14T20:26:32.233Z Checking chacha20 v0.9.1
21052024-02-14T20:26:32.451Z Checking aead v0.5.2
21062024-02-14T20:26:32.603Z Checking kstat-rs v0.2.3
21072024-02-14T20:26:32.678Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21082024-02-14T20:26:32.954Z Compiling salty v0.2.0
21092024-02-14T20:26:33.606Z Checking signature v1.6.4
21102024-02-14T20:26:33.760Z Checking ed25519 v1.5.3
21112024-02-14T20:26:34.015Z Checking chacha20poly1305 v0.10.1
21122024-02-14T20:26:34.311Z Checking vsss-rs v3.3.4
21132024-02-14T20:26:34.699Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21142024-02-14T20:26:34.941Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21152024-02-14T20:26:35.171Z Checking serde-big-array v0.5.1
21162024-02-14T20:26:35.403Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21172024-02-14T20:26:36.317Z Checking bytecount v0.6.3
21182024-02-14T20:26:36.475Z Checking papergrid v0.11.0
21192024-02-14T20:26:37.297Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21202024-02-14T20:26:38.029Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21212024-02-14T20:26:38.175Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21222024-02-14T20:26:38.251Z Compiling tabled_derive v0.7.0
21232024-02-14T20:26:39.262Z Checking signal-hook-tokio v0.3.1
21242024-02-14T20:26:39.439Z Checking fd-lock v4.0.2
21252024-02-14T20:26:39.637Z Checking nix v0.27.1
21262024-02-14T20:26:39.653Z Checking serde-big-array v0.4.1
21272024-02-14T20:26:39.818Z Compiling sqlparser_derive v0.2.2
21282024-02-14T20:26:40.780Z Checking humantime v2.1.0
21292024-02-14T20:26:40.970Z Checking unicode_categories v0.1.1
21302024-02-14T20:26:41.003Z Compiling prettyplease v0.2.16
21312024-02-14T20:26:41.108Z Checking sqlparser v0.43.1
21322024-02-14T20:26:41.235Z Checking sqlformat v0.2.3
21332024-02-14T20:26:41.289Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21342024-02-14T20:26:41.312Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21352024-02-14T20:26:42.383Z Checking rustyline v13.0.0
21362024-02-14T20:26:42.786Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21372024-02-14T20:26:43.053Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21382024-02-14T20:26:44.132Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-02-14T20:26:44.543Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21402024-02-14T20:26:47.280Z Checking tabled v0.15.0
21412024-02-14T20:26:47.719Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21422024-02-14T20:26:47.992Z Checking bcs v0.1.6
21432024-02-14T20:26:48.008Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
21442024-02-14T20:26:48.221Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21452024-02-14T20:26:48.480Z Checking highway v1.1.0
21462024-02-14T20:26:48.711Z Checking corncobs v0.1.3
21472024-02-14T20:26:48.806Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21482024-02-14T20:26:48.908Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21492024-02-14T20:26:49.093Z Compiling crunchy v0.2.2
21502024-02-14T20:26:49.109Z Checking http-range v0.1.5
21512024-02-14T20:26:49.283Z Checking hyper-staticfile v0.9.5
21522024-02-14T20:26:49.663Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21532024-02-14T20:26:49.685Z Compiling clang-sys v1.6.1
21542024-02-14T20:26:49.764Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21552024-02-14T20:26:50.414Z Compiling tiny-keccak v2.0.2
21562024-02-14T20:26:50.474Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21572024-02-14T20:26:50.484Z Compiling darling_core v0.14.4
21582024-02-14T20:26:50.502Z Checking assert_matches v1.5.0
21592024-02-14T20:26:51.155Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21602024-02-14T20:26:51.259Z Compiling ascii-canvas v3.0.0
21612024-02-14T20:26:51.812Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21622024-02-14T20:26:52.036Z Compiling ena v0.14.2
21632024-02-14T20:26:52.467Z Compiling libloading v0.7.4
21642024-02-14T20:26:52.551Z Compiling diff v0.1.13
21652024-02-14T20:26:52.880Z Compiling bindgen v0.69.2
21662024-02-14T20:26:53.141Z Compiling regex-syntax v0.6.29
21672024-02-14T20:26:53.857Z Compiling cexpr v0.6.0
21682024-02-14T20:26:54.200Z Compiling which v4.4.0
21692024-02-14T20:26:54.869Z Compiling shlex v1.3.0
21702024-02-14T20:26:55.322Z Compiling rustc-hash v1.1.0
21712024-02-14T20:26:55.490Z Checking maplit v1.0.2
21722024-02-14T20:26:55.607Z Compiling portable-atomic v1.4.3
21732024-02-14T20:26:55.684Z Compiling peeking_take_while v0.1.2
21742024-02-14T20:26:55.825Z Compiling ref-cast v1.0.20
21752024-02-14T20:26:56.384Z Compiling lazycell v1.3.0
21762024-02-14T20:26:56.539Z Compiling lalrpop v0.19.12
21772024-02-14T20:26:56.746Z Compiling darling_macro v0.14.4
21782024-02-14T20:26:56.793Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21792024-02-14T20:26:56.926Z Compiling ref-cast-impl v1.0.20
21802024-02-14T20:26:57.879Z Compiling darling v0.14.4
21812024-02-14T20:26:58.008Z Compiling derive_builder_core v0.12.0
21822024-02-14T20:26:58.255Z Compiling libxml v0.3.3
21832024-02-14T20:26:58.685Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21842024-02-14T20:26:59.598Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21852024-02-14T20:26:59.609Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21862024-02-14T20:26:59.661Z Compiling strum_macros v0.24.3
21872024-02-14T20:27:00.007Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21882024-02-14T20:27:00.318Z Compiling cookie v0.18.0
21892024-02-14T20:27:00.520Z Compiling derive_builder_macro v0.12.0
21902024-02-14T20:27:01.082Z Compiling indoc v1.0.9
21912024-02-14T20:27:01.514Z Checking number_prefix v0.4.0
21922024-02-14T20:27:01.714Z Checking indicatif v0.17.7
21932024-02-14T20:27:01.825Z Checking derive_builder v0.12.0
21942024-02-14T20:27:02.189Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21952024-02-14T20:27:02.493Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21962024-02-14T20:27:02.825Z Checking bb8 v0.8.3
21972024-02-14T20:27:03.353Z Checking quick-xml v0.30.0
21982024-02-14T20:27:03.903Z Checking castaway v0.2.2
21992024-02-14T20:27:03.918Z Compiling strum_macros v0.26.1
22002024-02-14T20:27:03.933Z Compiling oso-derive v0.27.0
22012024-02-14T20:27:04.052Z Compiling impl-trait-for-tuples v0.2.2
22022024-02-14T20:27:05.132Z Checking compact_str v0.7.1
22032024-02-14T20:27:05.878Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22042024-02-14T20:27:07.005Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22052024-02-14T20:27:07.402Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22062024-02-14T20:27:08.511Z Checking lru v0.12.1
22072024-02-14T20:27:08.812Z Compiling stability v0.1.1
22082024-02-14T20:27:09.252Z Compiling indoc v2.0.3
22092024-02-14T20:27:09.666Z Checking strum v0.26.1
22102024-02-14T20:27:09.854Z Checking cassowary v0.3.0
22112024-02-14T20:27:10.012Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22122024-02-14T20:27:10.303Z Checking unicode-linebreak v0.1.5
22132024-02-14T20:27:10.502Z Checking ratatui v0.26.1
22142024-02-14T20:27:10.738Z Checking smawk v0.3.1
22152024-02-14T20:27:10.960Z Checking textwrap v0.16.0
22162024-02-14T20:27:11.351Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22172024-02-14T20:27:11.677Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22182024-02-14T20:27:12.112Z Checking is_ci v1.1.1
22192024-02-14T20:27:12.246Z Checking supports-color v2.1.0
22202024-02-14T20:27:12.469Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22212024-02-14T20:27:12.892Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
22222024-02-14T20:27:13.324Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
22232024-02-14T20:27:13.668Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22242024-02-14T20:27:13.840Z Checking rtoolbox v0.0.1
22252024-02-14T20:27:14.047Z Checking rpassword v7.3.1
22262024-02-14T20:27:14.058Z Checking tui-tree-widget v0.17.0
22272024-02-14T20:27:14.210Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
22282024-02-14T20:27:14.401Z Checking toml_edit v0.21.1
22292024-02-14T20:27:15.720Z Checking fatfs v0.3.6
22302024-02-14T20:27:16.519Z Checking shell-words v1.1.0
22312024-02-14T20:27:16.564Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22322024-02-14T20:27:16.703Z Checking yansi v0.5.1
22332024-02-14T20:27:16.984Z Compiling target-lexicon v0.12.13
22342024-02-14T20:27:17.031Z Checking pretty_assertions v1.4.0
22352024-02-14T20:27:17.734Z Compiling guppy-workspace-hack v0.1.0
22362024-02-14T20:27:17.758Z Checking plotters-backend v0.3.5
22372024-02-14T20:27:18.483Z Checking http-body v1.0.0
22382024-02-14T20:27:18.488Z Checking plotters-svg v0.3.5
22392024-02-14T20:27:18.488Z Checking rand v0.4.6
22402024-02-14T20:27:18.488Z Checking cast v0.3.0
22412024-02-14T20:27:18.600Z Compiling target-spec v3.1.0
22422024-02-14T20:27:18.706Z Checking tower-layer v0.3.2
22432024-02-14T20:27:18.998Z Checking remove_dir_all v0.5.3
22442024-02-14T20:27:19.221Z Checking tower v0.4.13
22452024-02-14T20:27:19.241Z Checking criterion-plot v0.5.0
22462024-02-14T20:27:19.255Z Checking tempdir v0.3.7
22472024-02-14T20:27:19.437Z Checking cfg-expr v0.15.6
22482024-02-14T20:27:19.774Z Checking plotters v0.3.5
22492024-02-14T20:27:20.451Z Checking hyper v1.1.0
22502024-02-14T20:27:20.469Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22512024-02-14T20:27:20.469Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22522024-02-14T20:27:21.090Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22532024-02-14T20:27:21.530Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22542024-02-14T20:27:21.554Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22552024-02-14T20:27:22.482Z Checking tinytemplate v1.2.1
22562024-02-14T20:27:22.735Z Checking cargo-platform v0.1.3
22572024-02-14T20:27:22.850Z Checking oorandom v11.1.3
22582024-02-14T20:27:23.018Z Checking anes v0.1.6
22592024-02-14T20:27:23.052Z Checking cargo_metadata v0.18.1
22602024-02-14T20:27:23.410Z Checking criterion v0.5.1
22612024-02-14T20:27:23.965Z Checking hyper-util v0.1.2
22622024-02-14T20:27:24.494Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22632024-02-14T20:27:24.673Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22642024-02-14T20:27:25.154Z Checking assert_cmd v2.0.13
22652024-02-14T20:27:25.611Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22662024-02-14T20:27:26.403Z Checking rustls-native-certs v0.7.0
22672024-02-14T20:27:26.558Z Checking pathdiff v0.2.1
22682024-02-14T20:27:26.725Z Checking nested v0.1.1
22692024-02-14T20:27:26.953Z Checking guppy v0.17.5
22702024-02-14T20:27:29.201Z Checking hyper-rustls v0.26.0
22712024-02-14T20:27:29.562Z Checking httptest v0.15.5
22722024-02-14T20:27:30.057Z Checking threadpool v1.8.1
22732024-02-14T20:27:30.662Z Checking nanorand v0.7.0
22742024-02-14T20:27:30.666Z Checking flume v0.11.0
22752024-02-14T20:27:31.174Z Checking libtest-mimic v0.6.1
22762024-02-14T20:27:31.680Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22772024-02-14T20:27:31.680Z Checking similar-asserts v1.5.0
22782024-02-14T20:27:31.680Z Compiling rstest_macros v0.18.2
22792024-02-14T20:27:32.243Z Checking datatest-stable v0.2.3
22802024-02-14T20:27:32.498Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22812024-02-14T20:27:33.710Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22822024-02-14T20:27:33.782Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22832024-02-14T20:27:34.116Z Checking csv-core v0.1.11
22842024-02-14T20:27:34.441Z Compiling trybuild v1.0.89
22852024-02-14T20:27:34.457Z Checking constant_time_eq v0.2.6
22862024-02-14T20:27:34.478Z Compiling relative-path v1.9.0
22872024-02-14T20:27:34.582Z Checking blake2b_simd v1.0.1
22882024-02-14T20:27:34.940Z Checking csv v1.3.0
22892024-02-14T20:27:35.470Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22902024-02-14T20:27:35.807Z Checking multimap v0.8.3
22912024-02-14T20:27:36.121Z Checking basic-toml v0.1.8
22922024-02-14T20:27:36.972Z Checking futures-timer v3.0.2
22932024-02-14T20:27:38.741Z Checking rust-argon2 v1.0.1
22942024-02-14T20:27:39.149Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22952024-02-14T20:27:41.175Z Checking partial-io v0.5.4
22962024-02-14T20:27:41.561Z Checking approx v0.5.1
22972024-02-14T20:27:41.807Z Checking termios v0.3.3
22982024-02-14T20:27:42.032Z Checking hex-literal v0.4.1
22992024-02-14T20:27:45.427Z Checking rstest v0.18.2
23002024-02-14T20:27:47.474Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23012024-02-14T20:28:34.847Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23022024-02-14T20:28:36.321Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23032024-02-14T20:28:37.725Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23042024-02-14T20:28:38.800Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23052024-02-14T20:28:44.539Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23062024-02-14T20:29:01.470Z Compiling polar-core v0.27.0
23072024-02-14T20:29:08.707Z Checking oso v0.27.0
23082024-02-14T20:29:36.886Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23092024-02-14T20:30:43.599Z Finished dev [unoptimized + debuginfo] target(s) in 7m 11s
23102024-02-14T20:30:43.781Z
23112024-02-14T20:30:43.781Zreal 7:56.313307442
23122024-02-14T20:30:43.784Zuser 41:05.427707215
23132024-02-14T20:30:43.784Zsys 6:43.361885702
23142024-02-14T20:30:43.784Ztrap 1.124565339
23152024-02-14T20:30:43.784Ztflt 4.781895980
23162024-02-14T20:30:43.784Zdflt 5.040542481
23172024-02-14T20:30:43.784Zkflt 0.055673910
23182024-02-14T20:30:43.784Zlock 1:03:15.057142745
23192024-02-14T20:30:43.785Zslp 2:05:20.574004349
23202024-02-14T20:30:43.785Zlat 1:47.889886643
23212024-02-14T20:30:43.785Zstop 4:24.759206115
23222024-02-14T20:30:44.638Zwarning: output filename collision.
23232024-02-14T20:30:44.638ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
23242024-02-14T20:30:44.638ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
23252024-02-14T20:30:44.638ZThe targets should have unique names.
23262024-02-14T20:30:44.638ZThis is a known bug where multiple crates with the same name use
23272024-02-14T20:30:44.638Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23282024-02-14T20:30:44.643Zwarning: output filename collision.
23292024-02-14T20:30:44.643ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
23302024-02-14T20:30:44.643ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
23312024-02-14T20:30:44.643ZThe targets should have unique names.
23322024-02-14T20:30:44.643ZThis is a known bug where multiple crates with the same name use
23332024-02-14T20:30:44.643Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23342024-02-14T20:30:44.643Zwarning: output filename collision.
23352024-02-14T20:30:44.643ZThe 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)`.
23362024-02-14T20:30:44.643ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23372024-02-14T20:30:44.643ZThe targets should have unique names.
23382024-02-14T20:30:44.643ZThis is a known bug where multiple crates with the same name use
23392024-02-14T20:30:44.643Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23402024-02-14T20:30:44.643Zwarning: output filename collision.
23412024-02-14T20:30:44.643ZThe lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23422024-02-14T20:30:44.643ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html
23432024-02-14T20:30:44.643ZThe targets should have unique names.
23442024-02-14T20:30:44.644ZThis is a known bug where multiple crates with the same name use
23452024-02-14T20:30:44.644Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23462024-02-14T20:30:44.644Zwarning: output filename collision.
23472024-02-14T20:30:44.644ZThe lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23482024-02-14T20:30:44.644ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html
23492024-02-14T20:30:44.644ZThe targets should have unique names.
23502024-02-14T20:30:44.644ZThis is a known bug where multiple crates with the same name use
23512024-02-14T20:30:44.644Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23522024-02-14T20:30:44.644Zwarning: output filename collision.
23532024-02-14T20:30:44.644ZThe lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`.
23542024-02-14T20:30:44.644ZColliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html
23552024-02-14T20:30:44.644ZThe targets should have unique names.
23562024-02-14T20:30:44.644ZThis is a known bug where multiple crates with the same name use
23572024-02-14T20:30:44.644Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23582024-02-14T20:30:44.644Zwarning: output filename collision.
23592024-02-14T20:30:44.644ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
23602024-02-14T20:30:44.644ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
23612024-02-14T20:30:44.644ZThe targets should have unique names.
23622024-02-14T20:30:44.644ZThis is a known bug where multiple crates with the same name use
23632024-02-14T20:30:44.644Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23642024-02-14T20:30:45.095Z Documenting libc v0.2.153
23652024-02-14T20:30:45.104Z Documenting cfg-if v1.0.0
23662024-02-14T20:30:45.148Z Documenting serde_derive v1.0.196
23672024-02-14T20:30:45.174Z Documenting log v0.4.20
23682024-02-14T20:30:45.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692024-02-14T20:30:45.202Z Documenting memchr v2.6.3
23702024-02-14T20:30:45.212Z Documenting scopeguard v1.2.0
23712024-02-14T20:30:45.223Z Documenting byteorder v1.5.0
23722024-02-14T20:30:45.510Z Documenting smallvec v1.13.1
23732024-02-14T20:30:47.868Z Documenting itoa v1.0.9
23742024-02-14T20:30:47.946Z Documenting lock_api v0.4.10
23752024-02-14T20:30:48.716Z Documenting zeroize_derive v1.4.2
23762024-02-14T20:30:49.394Z Documenting getrandom v0.2.10
23772024-02-14T20:30:49.698Z Documenting parking_lot_core v0.9.8
23782024-02-14T20:30:49.724Z Documenting once_cell v1.19.0
23792024-02-14T20:30:49.735Z Documenting pin-project-lite v0.2.13
23802024-02-14T20:30:50.660Z Documenting libm v0.2.7
23812024-02-14T20:30:50.893Z Documenting signal-hook-registry v1.4.1
23822024-02-14T20:30:51.483Z Documenting serde v1.0.196
23832024-02-14T20:30:52.434Z Documenting mio v0.8.9
23842024-02-14T20:30:53.276Z Documenting rand_core v0.6.4
23852024-02-14T20:30:53.669Z Documenting parking_lot v0.12.1
23862024-02-14T20:30:54.061Z Documenting num-traits v0.2.16
23872024-02-14T20:30:54.204Z Documenting zeroize v1.7.0
23882024-02-14T20:30:54.360Z Documenting futures-core v0.3.30
23892024-02-14T20:30:54.986Z Documenting thiserror-impl v1.0.56
23902024-02-14T20:30:56.743Z Documenting num_cpus v1.16.0
23912024-02-14T20:30:57.143Z Documenting socket2 v0.5.5
23922024-02-14T20:30:57.611Z Documenting tokio-macros v2.2.0
23932024-02-14T20:30:57.932Z Documenting ryu v1.0.15
23942024-02-14T20:30:58.088Z Documenting typenum v1.16.0
23952024-02-14T20:30:58.871Z Documenting subtle v2.5.0
23962024-02-14T20:30:59.808Z Documenting thiserror v1.0.56
23972024-02-14T20:31:00.722Z Documenting zerocopy v0.7.32
23982024-02-14T20:31:00.775Z Documenting futures-sink v0.3.30
23992024-02-14T20:31:01.171Z Documenting pin-utils v0.1.0
24002024-02-14T20:31:02.148Z Documenting slab v0.4.9
24012024-02-14T20:31:02.884Z Documenting futures-macro v0.3.30
24022024-02-14T20:31:03.541Z Documenting futures-task v0.3.30
24032024-02-14T20:31:04.547Z Documenting futures-channel v0.3.30
24042024-02-14T20:31:06.251Z Documenting const-oid v0.9.5
24052024-02-14T20:31:06.807Z Documenting futures-io v0.3.30
24062024-02-14T20:31:07.621Z Documenting iana-time-zone v0.1.57
24072024-02-14T20:31:07.816Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24082024-02-14T20:31:08.672Z Documenting tinyvec_macros v0.1.1
24092024-02-14T20:31:08.684Z Documenting allocator-api2 v0.2.16
24102024-02-14T20:31:08.757Z Documenting ahash v0.8.7
24112024-02-14T20:31:10.707Z Documenting futures-util v0.3.30
24122024-02-14T20:31:11.513Z Documenting tinyvec v1.6.0
24132024-02-14T20:31:11.580Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24142024-02-14T20:31:12.387Z Documenting tracing-core v0.1.31
24152024-02-14T20:31:12.595Z Documenting tracing-attributes v0.1.26
24162024-02-14T20:31:13.620Z Documenting bytes v1.5.0
24172024-02-14T20:31:13.756Z Documenting bitflags v2.4.0
24182024-02-14T20:31:15.257Z Documenting serde_json v1.0.113
24192024-02-14T20:31:18.182Z Documenting chrono v0.4.31
24202024-02-14T20:31:18.629Z Documenting tokio v1.36.0
24212024-02-14T20:31:19.430Z Documenting hashbrown v0.14.2
24222024-02-14T20:31:20.853Z Documenting uuid v1.7.0
24232024-02-14T20:31:21.439Z Documenting unicode-normalization v0.1.22
24242024-02-14T20:31:21.835Z Documenting ppv-lite86 v0.2.17
24252024-02-14T20:31:24.194Z Documenting unicode-bidi v0.3.13
24262024-02-14T20:31:25.228Z Documenting generic-array v0.14.7
24272024-02-14T20:31:25.240Z Documenting rand_chacha v0.3.1
24282024-02-14T20:31:25.579Z Documenting equivalent v1.0.1
24292024-02-14T20:31:26.172Z Documenting percent-encoding v2.3.1
24302024-02-14T20:31:26.371Z Documenting base64 v0.21.7
24312024-02-14T20:31:28.347Z Documenting lazy_static v1.4.0
24322024-02-14T20:31:28.426Z Documenting indexmap v2.2.2
24332024-02-14T20:31:29.301Z Documenting rand v0.8.5
24342024-02-14T20:31:29.709Z Documenting serde_derive_internals v0.26.0
24352024-02-14T20:31:30.029Z Documenting crypto-common v0.1.6
24362024-02-14T20:31:30.349Z Documenting block-buffer v0.10.4
24372024-02-14T20:31:30.361Z Documenting form_urlencoded v1.2.1
24382024-02-14T20:31:31.011Z Documenting tracing v0.1.37
24392024-02-14T20:31:31.233Z Checking serde_derive_internals v0.26.0
24402024-02-14T20:31:31.822Z Documenting fnv v1.0.7
24412024-02-14T20:31:33.994Z Documenting dyn-clone v1.0.16
24422024-02-14T20:31:34.266Z Documenting cpufeatures v0.2.12
24432024-02-14T20:31:34.570Z Documenting idna v0.5.0
24442024-02-14T20:31:34.732Z Documenting digest v0.10.7
24452024-02-14T20:31:34.856Z Documenting httparse v1.8.0
24462024-02-14T20:31:34.966Z Documenting schemars_derive v0.8.16
24472024-02-14T20:31:35.564Z Documenting errno v0.3.8
24482024-02-14T20:31:36.957Z Documenting unicode-width v0.1.11
24492024-02-14T20:31:37.192Z Documenting unicode-ident v1.0.12
24502024-02-14T20:31:38.647Z Documenting url v2.5.0
24512024-02-14T20:31:39.289Z Documenting adler v1.0.2
24522024-02-14T20:31:39.471Z Documenting rustix v0.38.31
24532024-02-14T20:31:39.789Z Documenting try-lock v0.2.4
24542024-02-14T20:31:40.012Z Documenting proc-macro2 v1.0.78
24552024-02-14T20:31:40.717Z Documenting httpdate v1.0.3
24562024-02-14T20:31:41.422Z Documenting schemars v0.8.16
24572024-02-14T20:31:42.199Z Documenting miniz_oxide v0.7.1
24582024-02-14T20:31:42.680Z Documenting want v0.3.1
24592024-02-14T20:31:42.999Z Documenting http-body v0.4.5
24602024-02-14T20:31:44.194Z Documenting openssl-sys v0.9.96
24612024-02-14T20:31:44.411Z Documenting openssl-macros v0.1.1
24622024-02-14T20:31:45.870Z Documenting mime v0.3.17
24632024-02-14T20:31:46.320Z Documenting base64ct v1.6.0
24642024-02-14T20:31:46.642Z Documenting tower-service v0.3.2
24652024-02-14T20:31:47.509Z Documenting quote v1.0.35
24662024-02-14T20:31:48.844Z Documenting aho-corasick v1.0.4
24672024-02-14T20:31:48.875Z Documenting slog v2.7.0
24682024-02-14T20:31:50.180Z Documenting openssl v0.10.60
24692024-02-14T20:31:50.526Z Documenting ipnet v2.9.0
24702024-02-14T20:31:50.691Z Documenting openssl-probe v0.1.5
24712024-02-14T20:31:50.786Z Documenting regex-syntax v0.8.2
24722024-02-14T20:31:51.668Z Documenting syn v2.0.48
24732024-02-14T20:31:51.997Z Documenting tokio-util v0.7.10
24742024-02-14T20:31:53.349Z Documenting async-trait v0.1.77
24752024-02-14T20:31:53.919Z Documenting pem-rfc7468 v0.7.0
24762024-02-14T20:31:54.446Z Documenting encoding_rs v0.8.33
24772024-02-14T20:31:54.680Z Documenting crossbeam-utils v0.8.16
24782024-02-14T20:31:57.517Z Documenting regex-automata v0.4.4
24792024-02-14T20:31:57.934Z Documenting h2 v0.3.24
24802024-02-14T20:31:58.085Z Documenting der_derive v0.7.2
24812024-02-14T20:31:58.112Z Documenting flagset v0.4.3
24822024-02-14T20:31:58.397Z Documenting native-tls v0.2.11
24832024-02-14T20:31:58.913Z Documenting utf8parse v0.2.1
24842024-02-14T20:31:59.089Z Documenting serde_urlencoded v0.7.1
24852024-02-14T20:32:00.999Z Documenting num-integer v0.1.45
24862024-02-14T20:32:01.754Z Documenting time-macros v0.2.13
24872024-02-14T20:32:03.323Z Documenting time-core v0.1.1
24882024-02-14T20:32:03.357Z Documenting der v0.7.8
24892024-02-14T20:32:03.430Z Documenting tokio-native-tls v0.3.1
24902024-02-14T20:32:05.202Z Documenting num_threads v0.1.6
24912024-02-14T20:32:06.235Z Documenting gimli v0.28.0
24922024-02-14T20:32:06.651Z Documenting regex v1.10.3
24932024-02-14T20:32:07.013Z Documenting deranged v0.3.8
24942024-02-14T20:32:08.344Z Documenting spki v0.7.2
24952024-02-14T20:32:08.726Z Documenting object v0.32.1
24962024-02-14T20:32:08.858Z Documenting webpki-roots v0.25.2
24972024-02-14T20:32:09.369Z Documenting hyper v0.14.27
24982024-02-14T20:32:10.815Z Documenting rustc-demangle v0.1.23
24992024-02-14T20:32:11.562Z Documenting time v0.3.27
25002024-02-14T20:32:12.307Z Documenting spin v0.9.8
25012024-02-14T20:32:12.719Z Documenting addr2line v0.21.0
25022024-02-14T20:32:12.768Z Documenting either v1.9.0
25032024-02-14T20:32:13.011Z Documenting pkcs8 v0.10.2
25042024-02-14T20:32:13.767Z Documenting openapiv3 v2.0.0
25052024-02-14T20:32:15.511Z Documenting futures-executor v0.3.30
25062024-02-14T20:32:16.470Z Checking pest_meta v2.7.6
25072024-02-14T20:32:16.895Z Documenting memoffset v0.9.0
25082024-02-14T20:32:17.020Z Documenting anstyle v1.0.2
25092024-02-14T20:32:17.484Z Documenting data-encoding v2.4.0
25102024-02-14T20:32:17.520Z Documenting anstyle-parse v0.2.1
25112024-02-14T20:32:19.679Z Documenting crossbeam-epoch v0.9.15
25122024-02-14T20:32:20.744Z Documenting ipnetwork v0.20.0
25132024-02-14T20:32:20.770Z Documenting sha2 v0.10.8
25142024-02-14T20:32:20.902Z Documenting hex v0.4.3
25152024-02-14T20:32:20.951Z Documenting crc32fast v1.3.2
25162024-02-14T20:32:21.490Z Documenting backtrace v0.3.69
25172024-02-14T20:32:22.010Z Documenting pest_meta v2.7.6
25182024-02-14T20:32:22.014Z Documenting hyper-rustls v0.24.2
25192024-02-14T20:32:23.741Z Documenting hyper-tls v0.5.0
25202024-02-14T20:32:24.689Z Documenting scroll_derive v0.12.0
25212024-02-14T20:32:24.974Z Documenting untrusted v0.9.0
25222024-02-14T20:32:25.788Z Documenting colorchoice v1.0.0
25232024-02-14T20:32:25.840Z Documenting anstyle-query v1.0.0
25242024-02-14T20:32:26.063Z Documenting pest_generator v2.7.6
25252024-02-14T20:32:27.750Z Documenting anyhow v1.0.75
25262024-02-14T20:32:27.794Z Documenting ring v0.17.7
25272024-02-14T20:32:28.594Z Documenting futures v0.3.30
25282024-02-14T20:32:29.247Z Documenting scroll v0.12.0
25292024-02-14T20:32:29.462Z Documenting anstream v0.5.0
25302024-02-14T20:32:30.098Z Checking pest_generator v2.7.6
25312024-02-14T20:32:30.893Z Documenting num-iter v0.1.43
25322024-02-14T20:32:30.904Z Documenting hmac v0.12.1
25332024-02-14T20:32:31.084Z Documenting reqwest v0.11.22
25342024-02-14T20:32:32.688Z Documenting signal-hook v0.3.17
25352024-02-14T20:32:33.037Z Documenting terminal_size v0.2.6
25362024-02-14T20:32:33.144Z Documenting strsim v0.10.0
25372024-02-14T20:32:33.305Z Documenting static_assertions v1.1.0
25382024-02-14T20:32:35.142Z Documenting ucd-trie v0.1.6
25392024-02-14T20:32:35.789Z Documenting clap_lex v0.5.1
25402024-02-14T20:32:36.202Z Documenting plain v0.2.3
25412024-02-14T20:32:36.419Z Documenting pest_derive v2.7.6
25422024-02-14T20:32:36.844Z Documenting flate2 v1.0.28
25432024-02-14T20:32:37.273Z Documenting clap_derive v4.4.2
25442024-02-14T20:32:37.680Z Documenting pretty-hex v0.4.1
25452024-02-14T20:32:39.037Z Documenting goblin v0.8.0
25462024-02-14T20:32:39.491Z Documenting pest v2.7.6
25472024-02-14T20:32:40.396Z Documenting clap_builder v4.4.2
25482024-02-14T20:32:40.753Z Documenting managed v0.8.0
25492024-02-14T20:32:40.901Z Documenting unicode-segmentation v1.10.1
25502024-02-14T20:32:41.935Z Documenting signal-hook-mio v0.2.3
25512024-02-14T20:32:42.108Z Documenting block-padding v0.3.3
25522024-02-14T20:32:42.490Z Documenting scheduled-thread-pool v0.2.7
25532024-02-14T20:32:44.024Z Documenting thread-id v4.2.0
25542024-02-14T20:32:44.285Z Documenting bzip2-sys v0.1.11+1.0.8
25552024-02-14T20:32:44.438Z Documenting dtrace-parser v0.2.0
25562024-02-14T20:32:46.303Z Documenting dof v0.3.0
25572024-02-14T20:32:46.322Z Documenting enum-as-inner v0.5.1
25582024-02-14T20:32:46.396Z Checking diesel_table_macro_syntax v0.1.0
25592024-02-14T20:32:46.504Z Documenting diesel_table_macro_syntax v0.1.0
25602024-02-14T20:32:46.588Z Documenting r2d2 v0.8.10
25612024-02-14T20:32:46.704Z Documenting clap v4.4.3
25622024-02-14T20:32:47.962Z Documenting crossterm v0.27.0
25632024-02-14T20:32:48.234Z Documenting bzip2 v0.4.4
25642024-02-14T20:32:49.216Z Documenting inout v0.1.3
25652024-02-14T20:32:50.662Z Documenting trust-dns-proto v0.22.0
25662024-02-14T20:32:50.795Z Documenting md-5 v0.10.5
25672024-02-14T20:32:51.078Z Documenting diesel_derives v2.1.2
25682024-02-14T20:32:51.607Z Documenting stringprep v0.1.3
25692024-02-14T20:32:51.860Z Documenting usdt-impl v0.5.0
25702024-02-14T20:32:52.275Z Documenting toml_datetime v0.6.5
25712024-02-14T20:32:53.277Z Documenting ff v0.13.0
25722024-02-14T20:32:53.424Z Documenting regress v0.7.1
25732024-02-14T20:32:55.543Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25742024-02-14T20:32:55.699Z Documenting base16ct v0.2.0
25752024-02-14T20:32:56.277Z Documenting fallible-iterator v0.2.0
25762024-02-14T20:32:57.165Z Documenting bit-vec v0.6.3
25772024-02-14T20:32:58.038Z Documenting siphasher v0.3.11
25782024-02-14T20:32:58.777Z Documenting sec1 v0.7.3
25792024-02-14T20:32:59.397Z Documenting diesel v2.1.4
25802024-02-14T20:32:59.415Z Documenting group v0.13.0
25812024-02-14T20:32:59.521Z Documenting cipher v0.4.4
25822024-02-14T20:32:59.800Z Documenting zip v0.6.6
25832024-02-14T20:33:01.137Z Documenting phf_shared v0.11.2
25842024-02-14T20:33:01.382Z Documenting hkdf v0.12.4
25852024-02-14T20:33:01.482Z Documenting postgres-protocol v0.6.6
25862024-02-14T20:33:03.334Z Documenting num-bigint v0.4.4
25872024-02-14T20:33:04.263Z Documenting crypto-bigint v0.5.2
25882024-02-14T20:33:05.486Z Documenting hubpack v0.1.2
25892024-02-14T20:33:05.907Z Documenting bstr v1.6.0
25902024-02-14T20:33:05.970Z Documenting serde_repr v0.1.16
25912024-02-14T20:33:06.489Z Documenting fixedbitset v0.4.2
25922024-02-14T20:33:08.596Z Documenting minimal-lexical v0.2.1
25932024-02-14T20:33:09.533Z Documenting precomputed-hash v0.1.1
25942024-02-14T20:33:09.792Z Documenting lalrpop-util v0.19.12
25952024-02-14T20:33:10.140Z Documenting new_debug_unreachable v1.0.4
25962024-02-14T20:33:10.502Z Documenting heck v0.4.1
25972024-02-14T20:33:11.087Z Documenting yasna v0.5.2
25982024-02-14T20:33:11.393Z Documenting elliptic-curve v0.13.8
25992024-02-14T20:33:12.544Z Documenting nom v7.1.3
26002024-02-14T20:33:13.217Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26012024-02-14T20:33:13.530Z Documenting string_cache v0.8.7
26022024-02-14T20:33:14.401Z Documenting petgraph v0.6.4
26032024-02-14T20:33:15.130Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26042024-02-14T20:33:18.026Z Documenting postgres-types v0.2.6
26052024-02-14T20:33:18.159Z Documenting phf v0.11.2
26062024-02-14T20:33:18.348Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26072024-02-14T20:33:20.139Z Documenting console v0.15.8
26082024-02-14T20:33:20.980Z Documenting semver v1.0.21
26092024-02-14T20:33:21.713Z Documenting float-cmp v0.9.0
26102024-02-14T20:33:21.973Z Documenting difflib v0.4.0
26112024-02-14T20:33:22.327Z Documenting predicates-core v1.0.6
26122024-02-14T20:33:23.149Z Documenting whoami v1.4.1
26132024-02-14T20:33:24.325Z Documenting normalize-line-endings v0.3.0
26142024-02-14T20:33:25.202Z Documenting bit-set v0.5.3
26152024-02-14T20:33:25.423Z Documenting similar v2.3.0
26162024-02-14T20:33:25.439Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
26172024-02-14T20:33:25.731Z Documenting getopts v0.2.21
26182024-02-14T20:33:26.200Z Documenting tokio-stream v0.1.14
26192024-02-14T20:33:26.631Z Checking ident_case v1.0.1
26202024-02-14T20:33:26.792Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26212024-02-14T20:33:27.080Z Documenting tokio-postgres v0.7.10
26222024-02-14T20:33:28.158Z Documenting predicates v3.1.0
26232024-02-14T20:33:29.309Z Documenting match_cfg v0.1.0
26242024-02-14T20:33:29.797Z Documenting sha1 v0.10.6
26252024-02-14T20:33:30.209Z Documenting dirs-sys-next v0.1.2
26262024-02-14T20:33:31.440Z Documenting rustls-pki-types v1.1.0
26272024-02-14T20:33:32.163Z Documenting hostname v0.3.1
26282024-02-14T20:33:33.123Z Documenting camino v1.1.6
26292024-02-14T20:33:33.294Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26302024-02-14T20:33:33.924Z Documenting paste v1.0.14
26312024-02-14T20:33:34.178Z Documenting dirs-next v2.0.0
26322024-02-14T20:33:34.638Z Documenting thread_local v1.1.7
26332024-02-14T20:33:35.349Z Documenting rustls-webpki v0.102.1
26342024-02-14T20:33:36.084Z Documenting crossbeam-channel v0.5.8
26352024-02-14T20:33:36.455Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26362024-02-14T20:33:38.180Z Documenting term v0.7.0
26372024-02-14T20:33:38.238Z Documenting serde_spanned v0.6.5
26382024-02-14T20:33:38.463Z Documenting atty v0.2.14
26392024-02-14T20:33:39.253Z Documenting take_mut v0.2.2
26402024-02-14T20:33:39.829Z Documenting winnow v0.5.15
26412024-02-14T20:33:40.177Z Documenting rustls v0.22.2
26422024-02-14T20:33:40.226Z Documenting slog-json v2.6.1
26432024-02-14T20:33:41.666Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26442024-02-14T20:33:41.878Z Documenting http v1.0.0
26452024-02-14T20:33:42.143Z Documenting slog-term v2.9.0
26462024-02-14T20:33:42.372Z Documenting async-stream-impl v0.3.5
26472024-02-14T20:33:43.063Z Documenting slog-async v2.8.0
26482024-02-14T20:33:44.850Z Documenting debug-ignore v1.0.5
26492024-02-14T20:33:45.025Z Documenting toml_edit v0.22.4
26502024-02-14T20:33:46.504Z Documenting atomic-waker v1.1.1
26512024-02-14T20:33:46.934Z Documenting async-stream v0.3.5
26522024-02-14T20:33:47.653Z Documenting slog-bunyan v2.5.0
26532024-02-14T20:33:47.767Z Documenting rustls-pemfile v2.0.0
26542024-02-14T20:33:47.912Z Documenting multer v3.0.0
26552024-02-14T20:33:49.382Z Documenting waitgroup v0.1.2
26562024-02-14T20:33:49.483Z Documenting tokio-rustls v0.25.0
26572024-02-14T20:33:50.802Z Checking darling_core v0.20.3
26582024-02-14T20:33:50.925Z Documenting toml v0.8.10
26592024-02-14T20:33:50.995Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26602024-02-14T20:33:52.027Z Documenting serde_path_to_error v0.1.15
26612024-02-14T20:33:52.624Z Checking darling v0.20.3
26622024-02-14T20:33:52.671Z Documenting structmeta-derive v0.3.0
26632024-02-14T20:33:52.734Z Documenting serde_with_macros v3.6.0
26642024-02-14T20:33:52.751Z Checking structmeta v0.3.0
26652024-02-14T20:33:52.987Z Documenting instant v0.1.12
26662024-02-14T20:33:53.136Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26672024-02-14T20:33:54.948Z Documenting macaddr v1.0.1
26682024-02-14T20:33:56.248Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692024-02-14T20:33:56.809Z Documenting backoff v0.4.0
26702024-02-14T20:33:56.907Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712024-02-14T20:33:56.953Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
26722024-02-14T20:33:57.127Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26732024-02-14T20:33:57.434Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26742024-02-14T20:33:57.736Z Documenting structmeta v0.3.0
26752024-02-14T20:33:57.834Z Documenting serde_with v3.6.0
26762024-02-14T20:33:58.942Z Documenting fastrand v2.0.1
26772024-02-14T20:33:59.879Z Documenting proc-macro-error-attr v1.0.4
26782024-02-14T20:34:00.697Z Documenting is-terminal v0.4.9
26792024-02-14T20:34:01.705Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26802024-02-14T20:34:02.580Z Checking proc-macro-error v1.0.4
26812024-02-14T20:34:02.863Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26822024-02-14T20:34:02.875Z Checking proc-macro-crate v1.3.1
26832024-02-14T20:34:03.109Z Documenting proc-macro-crate v1.3.1
26842024-02-14T20:34:03.139Z Documenting hash32 v0.3.1
26852024-02-14T20:34:03.198Z Documenting parse-display-derive v0.9.0
26862024-02-14T20:34:03.685Z Documenting tempfile v3.10.0
26872024-02-14T20:34:03.791Z Documenting proc-macro-error v1.0.4
26882024-02-14T20:34:05.461Z Documenting stable_deref_trait v1.2.0
26892024-02-14T20:34:05.836Z Documenting cobs v0.2.3
26902024-02-14T20:34:07.196Z Documenting embedded-io v0.4.0
26912024-02-14T20:34:08.111Z Documenting camino-tempfile v1.1.1
26922024-02-14T20:34:08.242Z Documenting foreign-types-macros v0.2.3
26932024-02-14T20:34:08.292Z Documenting heapless v0.8.0
26942024-02-14T20:34:08.514Z Documenting num_enum_derive v0.5.11
26952024-02-14T20:34:08.742Z Documenting foreign-types-shared v0.3.1
26962024-02-14T20:34:09.077Z Documenting parse-display v0.9.0
26972024-02-14T20:34:10.399Z Documenting postcard v1.0.8
26982024-02-14T20:34:11.634Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
26992024-02-14T20:34:12.288Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27002024-02-14T20:34:12.586Z Documenting crucible-workspace-hack v0.1.0
27012024-02-14T20:34:12.920Z Documenting foreign-types v0.5.0
27022024-02-14T20:34:13.106Z Documenting smoltcp v0.11.0
27032024-02-14T20:34:13.263Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27042024-02-14T20:34:14.590Z Documenting num_enum v0.5.11
27052024-02-14T20:34:14.676Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27062024-02-14T20:34:15.139Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27072024-02-14T20:34:16.322Z Documenting cstr-argument v0.1.2
27082024-02-14T20:34:16.757Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27092024-02-14T20:34:16.991Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27102024-02-14T20:34:18.292Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27112024-02-14T20:34:18.500Z Documenting colored v2.0.4
27122024-02-14T20:34:19.537Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27132024-02-14T20:34:20.824Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27142024-02-14T20:34:21.188Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27152024-02-14T20:34:21.527Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27162024-02-14T20:34:23.076Z Documenting zone_cfg_derive v0.3.0
27172024-02-14T20:34:23.254Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27182024-02-14T20:34:24.656Z Documenting num-derive v0.4.0
27192024-02-14T20:34:24.801Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27202024-02-14T20:34:26.214Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27212024-02-14T20:34:26.229Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27222024-02-14T20:34:27.004Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27232024-02-14T20:34:27.453Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
27242024-02-14T20:34:27.659Z Documenting zone v0.3.0
27252024-02-14T20:34:29.488Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
27262024-02-14T20:34:30.508Z Documenting smf v0.2.2
27272024-02-14T20:34:32.210Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27282024-02-14T20:34:32.519Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292024-02-14T20:34:32.686Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27302024-02-14T20:34:33.159Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27312024-02-14T20:34:34.065Z Documenting password-hash v0.5.0
27322024-02-14T20:34:34.445Z Documenting blake2 v0.10.6
27332024-02-14T20:34:34.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342024-02-14T20:34:35.041Z Documenting linked-hash-map v0.5.6
27352024-02-14T20:34:35.764Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27362024-02-14T20:34:38.214Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27372024-02-14T20:34:38.295Z Documenting itertools v0.12.1
27382024-02-14T20:34:39.132Z Documenting memmap v0.7.0
27392024-02-14T20:34:39.629Z Documenting argon2 v0.5.3
27402024-02-14T20:34:39.653Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
27412024-02-14T20:34:40.038Z Documenting lru-cache v0.1.2
27422024-02-14T20:34:41.391Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27432024-02-14T20:34:42.620Z Documenting quick-error v1.2.3
27442024-02-14T20:34:43.149Z Documenting usdt v0.5.0
27452024-02-14T20:34:43.831Z Documenting swrite v0.1.0
27462024-02-14T20:34:44.581Z Documenting newtype_derive v0.1.6
27472024-02-14T20:34:44.755Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27482024-02-14T20:34:45.563Z Documenting tap v1.0.1
27492024-02-14T20:34:45.797Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502024-02-14T20:34:46.463Z Documenting resolv-conf v0.7.0
27512024-02-14T20:34:48.092Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27522024-02-14T20:34:48.133Z Documenting radium v0.7.0
27532024-02-14T20:34:48.133Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27542024-02-14T20:34:48.341Z Documenting steno v0.4.0
27552024-02-14T20:34:48.432Z Documenting wyz v0.5.1
27562024-02-14T20:34:50.452Z Documenting nibble_vec v0.1.0
27572024-02-14T20:34:50.640Z Checking heck v0.3.3
27582024-02-14T20:34:50.817Z Documenting endian-type v0.1.2
27592024-02-14T20:34:50.835Z Documenting trust-dns-resolver v0.22.0
27602024-02-14T20:34:51.522Z Documenting funty v2.0.0
27612024-02-14T20:34:51.716Z Documenting crc-catalog v2.2.0
27622024-02-14T20:34:54.588Z Documenting structopt-derive v0.4.18
27632024-02-14T20:34:54.712Z Documenting crc v3.0.1
27642024-02-14T20:34:54.923Z Documenting bitvec v1.0.1
27652024-02-14T20:34:54.978Z Documenting radix_trie v0.2.1
27662024-02-14T20:34:57.704Z Documenting cancel-safe-futures v0.1.5
27672024-02-14T20:34:58.863Z Documenting xattr v1.0.1
27682024-02-14T20:34:58.979Z Documenting filetime v0.2.23
27692024-02-14T20:34:59.744Z Documenting packed_struct_codegen v0.10.1
27702024-02-14T20:35:00.431Z Documenting nodrop v0.1.14
27712024-02-14T20:35:00.937Z Documenting structopt v0.3.26
27722024-02-14T20:35:02.923Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27732024-02-14T20:35:03.093Z Documenting tar v0.4.40
27742024-02-14T20:35:03.252Z Documenting array-init v0.0.4
27752024-02-14T20:35:03.779Z Documenting libefi-sys v0.1.0
27762024-02-14T20:35:04.306Z Documenting num-bigint-dig v0.8.4
27772024-02-14T20:35:05.364Z Documenting num-rational v0.4.1
27782024-02-14T20:35:05.930Z Documenting packed_struct v0.10.1
27792024-02-14T20:35:06.505Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27802024-02-14T20:35:07.343Z Documenting pkcs1 v0.7.5
27812024-02-14T20:35:07.879Z Documenting signature v2.1.0
27822024-02-14T20:35:09.698Z Documenting num-complex v0.4.4
27832024-02-14T20:35:09.871Z Documenting arc-swap v1.6.0
27842024-02-14T20:35:10.699Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27852024-02-14T20:35:10.731Z Documenting bitfield v0.14.0
27862024-02-14T20:35:11.670Z Documenting termcolor v1.2.0
27872024-02-14T20:35:12.240Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
27882024-02-14T20:35:12.818Z Documenting rsa v0.9.2
27892024-02-14T20:35:13.641Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27902024-02-14T20:35:13.889Z Documenting slog-scope v4.4.0
27912024-02-14T20:35:15.116Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27922024-02-14T20:35:15.202Z Documenting num v0.4.1
27932024-02-14T20:35:16.346Z Documenting env_logger v0.10.0
27942024-02-14T20:35:17.417Z Documenting serde-hex v0.1.0
27952024-02-14T20:35:17.945Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27962024-02-14T20:35:18.229Z Documenting x509-cert v0.2.4
27972024-02-14T20:35:21.300Z Documenting ron v0.8.1
27982024-02-14T20:35:21.330Z Documenting libsw v3.3.1
27992024-02-14T20:35:21.421Z Documenting gethostname v0.4.3
28002024-02-14T20:35:22.339Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012024-02-14T20:35:22.998Z Documenting half v2.3.1
28022024-02-14T20:35:23.882Z Documenting derive-where v1.2.7
28032024-02-14T20:35:24.059Z Documenting ciborium-io v0.2.2
28042024-02-14T20:35:25.352Z Documenting same-file v1.0.6
28052024-02-14T20:35:25.637Z Documenting crc-any v2.4.3
28062024-02-14T20:35:25.955Z Documenting owo-colors v4.0.0
28072024-02-14T20:35:26.203Z Documenting linear-map v1.2.0
28082024-02-14T20:35:27.534Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28092024-02-14T20:35:27.995Z Documenting ciborium-ll v0.2.2
28102024-02-14T20:35:28.966Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28112024-02-14T20:35:30.032Z Documenting walkdir v2.4.0
28122024-02-14T20:35:30.996Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28132024-02-14T20:35:31.188Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28142024-02-14T20:35:31.245Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28152024-02-14T20:35:32.241Z Documenting slog-stdlog v4.1.1
28162024-02-14T20:35:34.756Z Documenting slog-dtrace v0.3.0
28172024-02-14T20:35:36.022Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182024-02-14T20:35:36.977Z Documenting path-slash v0.1.5
28192024-02-14T20:35:37.507Z Documenting slog-envlogger v2.2.0
28202024-02-14T20:35:40.148Z Documenting ciborium v0.2.2
28212024-02-14T20:35:40.714Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
28222024-02-14T20:35:41.885Z Documenting pem v3.0.2
28232024-02-14T20:35:42.000Z Documenting fxhash v0.2.1
28242024-02-14T20:35:43.168Z Documenting utf-8 v0.7.6
28252024-02-14T20:35:45.514Z Documenting display-error-chain v0.2.0
28262024-02-14T20:35:45.696Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28272024-02-14T20:35:45.843Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28282024-02-14T20:35:46.740Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28292024-02-14T20:35:46.767Z Documenting vte_generate_state_changes v0.1.1
28302024-02-14T20:35:46.955Z Documenting tungstenite v0.20.1
28312024-02-14T20:35:47.094Z Documenting convert_case v0.4.0
28322024-02-14T20:35:49.304Z Checking convert_case v0.4.0
28332024-02-14T20:35:49.518Z Documenting buf-list v1.0.3
28342024-02-14T20:35:50.890Z Documenting vte v0.11.1
28352024-02-14T20:35:51.079Z Documenting derive_more v0.99.17
28362024-02-14T20:35:52.398Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28372024-02-14T20:35:52.897Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28382024-02-14T20:35:54.092Z Documenting tokio-tungstenite v0.20.1
28392024-02-14T20:35:54.527Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28402024-02-14T20:35:54.848Z Checking darling_core v0.14.4
28412024-02-14T20:35:55.884Z Documenting pin-project-internal v1.1.3
28422024-02-14T20:35:56.690Z Checking darling v0.14.4
28432024-02-14T20:35:56.807Z Documenting strip-ansi-escapes v0.2.0
28442024-02-14T20:35:57.122Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28452024-02-14T20:36:00.935Z Documenting doc-comment v0.3.3
28462024-02-14T20:36:01.326Z Documenting pin-project v1.1.3
28472024-02-14T20:36:01.430Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28482024-02-14T20:36:02.134Z Documenting crossbeam-deque v0.8.3
28492024-02-14T20:36:03.438Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28502024-02-14T20:36:03.849Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28512024-02-14T20:36:03.867Z Documenting snafu-derive v0.7.5
28522024-02-14T20:36:04.302Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532024-02-14T20:36:04.653Z Documenting nu-ansi-term v0.49.0
28542024-02-14T20:36:06.409Z Documenting rayon-core v1.12.0
28552024-02-14T20:36:07.448Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28562024-02-14T20:36:08.797Z Documenting reedline v0.28.0
28572024-02-14T20:36:09.303Z Documenting trust-dns-client v0.22.0
28582024-02-14T20:36:09.403Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28592024-02-14T20:36:10.757Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28602024-02-14T20:36:10.874Z Documenting globset v0.4.13
28612024-02-14T20:36:11.067Z Documenting olpc-cjson v0.1.3
28622024-02-14T20:36:12.550Z Documenting snafu v0.7.5
28632024-02-14T20:36:15.126Z Documenting serde_plain v1.0.2
28642024-02-14T20:36:15.835Z Documenting headers-core v0.2.0
28652024-02-14T20:36:15.954Z Documenting async-recursion v1.0.5
28662024-02-14T20:36:16.560Z Documenting bytecount v0.6.3
28672024-02-14T20:36:17.784Z Documenting typed-path v0.7.0
28682024-02-14T20:36:17.823Z Documenting keccak v0.1.4
28692024-02-14T20:36:18.304Z Documenting rayon v1.8.0
28702024-02-14T20:36:19.059Z Documenting trust-dns-server v0.22.1
28712024-02-14T20:36:19.501Z Documenting papergrid v0.11.0
28722024-02-14T20:36:20.551Z Documenting headers v0.3.9
28732024-02-14T20:36:20.913Z Documenting sha3 v0.10.8
28742024-02-14T20:36:21.398Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-02-14T20:36:23.344Z Documenting tough v0.16.0
28762024-02-14T20:36:24.309Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28772024-02-14T20:36:25.631Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782024-02-14T20:36:25.875Z Documenting derive_builder_core v0.12.0
28792024-02-14T20:36:26.360Z Checking derive_builder_core v0.12.0
28802024-02-14T20:36:27.050Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28812024-02-14T20:36:27.143Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28822024-02-14T20:36:27.223Z Documenting sled v0.34.7
28832024-02-14T20:36:27.413Z Documenting fs-err v2.11.0
28842024-02-14T20:36:27.758Z Documenting unicase v2.7.0
28852024-02-14T20:36:27.896Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-02-14T20:36:28.234Z Documenting tabled_derive v0.7.0
28872024-02-14T20:36:28.698Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28882024-02-14T20:36:31.051Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28892024-02-14T20:36:31.471Z Documenting fd-lock v4.0.2
28902024-02-14T20:36:32.995Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28912024-02-14T20:36:33.538Z Documenting nix v0.27.1
28922024-02-14T20:36:33.939Z Documenting secrecy v0.8.0
28932024-02-14T20:36:34.068Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28942024-02-14T20:36:35.709Z Documenting rustversion v1.0.14
28952024-02-14T20:36:36.011Z Documenting sqlparser_derive v0.2.2
28962024-02-14T20:36:37.103Z Documenting home v0.5.5
28972024-02-14T20:36:37.757Z Documenting parse-size v1.0.0
28982024-02-14T20:36:38.096Z Documenting unicode_categories v0.1.1
28992024-02-14T20:36:39.713Z Documenting castaway v0.2.2
29002024-02-14T20:36:40.262Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
29012024-02-14T20:36:40.387Z Documenting tabled v0.15.0
29022024-02-14T20:36:40.944Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29032024-02-14T20:36:41.137Z Documenting rustyline v13.0.0
29042024-02-14T20:36:41.424Z Documenting sqlparser v0.43.1
29052024-02-14T20:36:42.149Z Documenting sqlformat v0.2.3
29062024-02-14T20:36:43.447Z Documenting derive_builder_macro v0.12.0
29072024-02-14T20:36:47.127Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082024-02-14T20:36:47.789Z Documenting mime_guess v2.0.4
29092024-02-14T20:36:48.231Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29102024-02-14T20:36:49.924Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29112024-02-14T20:36:50.304Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29122024-02-14T20:36:52.544Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
29132024-02-14T20:36:52.865Z Documenting universal-hash v0.5.1
29142024-02-14T20:36:54.704Z Documenting bcs v0.1.6
29152024-02-14T20:36:56.086Z Documenting kstat-rs v0.2.3
29162024-02-14T20:36:59.114Z Documenting thiserror-impl-no-std v2.0.2
29172024-02-14T20:36:59.270Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29182024-02-14T20:37:01.187Z Documenting curve25519-dalek-derive v0.1.0
29192024-02-14T20:37:03.165Z Documenting ref-cast-impl v1.0.20
29202024-02-14T20:37:03.800Z Documenting opaque-debug v0.3.0
29212024-02-14T20:37:04.188Z Documenting highway v1.1.0
29222024-02-14T20:37:04.393Z Documenting thiserror-no-std v2.0.2
29232024-02-14T20:37:05.644Z Documenting curve25519-dalek v4.1.1
29242024-02-14T20:37:06.274Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29252024-02-14T20:37:06.697Z Documenting poly1305 v0.8.0
29262024-02-14T20:37:07.348Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29272024-02-14T20:37:08.173Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
29282024-02-14T20:37:08.517Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292024-02-14T20:37:08.832Z Documenting ref-cast v1.0.20
29302024-02-14T20:37:10.198Z Documenting derive_builder v0.12.0
29312024-02-14T20:37:11.494Z Documenting compact_str v0.7.1
29322024-02-14T20:37:11.862Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29332024-02-14T20:37:11.907Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29342024-02-14T20:37:13.433Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352024-02-14T20:37:15.668Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29362024-02-14T20:37:17.871Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29372024-02-14T20:37:24.255Z Documenting portable-atomic v1.4.3
29382024-02-14T20:37:25.471Z Documenting polar-core v0.27.0
29392024-02-14T20:37:26.157Z Documenting ed25519 v1.5.3
29402024-02-14T20:37:28.000Z Documenting strum v0.26.1
29412024-02-14T20:37:29.121Z Documenting libxml v0.3.3
29422024-02-14T20:37:30.883Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29432024-02-14T20:37:31.818Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29442024-02-14T20:37:32.661Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29452024-02-14T20:37:33.484Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29462024-02-14T20:37:34.303Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29472024-02-14T20:37:34.306Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
29482024-02-14T20:37:35.431Z Documenting chacha20 v0.9.1
29492024-02-14T20:37:36.288Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29502024-02-14T20:37:36.538Z Documenting bb8 v0.8.3
29512024-02-14T20:37:40.531Z Documenting aead v0.5.2
29522024-02-14T20:37:42.953Z Documenting lru v0.12.1
29532024-02-14T20:37:43.574Z Documenting quick-xml v0.30.0
29542024-02-14T20:37:44.120Z Documenting impl-trait-for-tuples v0.2.2
29552024-02-14T20:37:46.596Z Documenting oso-derive v0.27.0
29562024-02-14T20:37:47.686Z Documenting stability v0.1.1
29572024-02-14T20:37:48.055Z Documenting glob v0.3.1
29582024-02-14T20:37:48.434Z Documenting maplit v1.0.2
29592024-02-14T20:37:49.062Z Documenting cassowary v0.3.0
29602024-02-14T20:37:50.590Z Documenting number_prefix v0.4.0
29612024-02-14T20:37:51.047Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29622024-02-14T20:37:51.161Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
29632024-02-14T20:37:52.334Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29642024-02-14T20:37:52.455Z Documenting oso v0.27.0
29652024-02-14T20:37:52.751Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29662024-02-14T20:37:53.135Z Documenting ratatui v0.26.1
29672024-02-14T20:37:54.452Z Documenting indicatif v0.17.7
29682024-02-14T20:37:54.759Z Documenting chacha20poly1305 v0.10.1
29692024-02-14T20:37:58.026Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29702024-02-14T20:37:59.511Z Documenting salty v0.2.0
29712024-02-14T20:38:01.125Z Documenting vsss-rs v3.3.4
29722024-02-14T20:38:02.986Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29732024-02-14T20:38:04.083Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29742024-02-14T20:38:04.206Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29752024-02-14T20:38:04.285Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29762024-02-14T20:38:05.824Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29772024-02-14T20:38:08.805Z Documenting cookie v0.18.0
29782024-02-14T20:38:08.873Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29792024-02-14T20:38:11.658Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29802024-02-14T20:38:13.987Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29812024-02-14T20:38:14.018Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29822024-02-14T20:38:14.303Z Documenting serde-big-array v0.5.1
29832024-02-14T20:38:14.690Z Documenting rtoolbox v0.0.1
29842024-02-14T20:38:14.854Z Documenting smawk v0.3.1
29852024-02-14T20:38:15.769Z Documenting unicode-linebreak v0.1.5
29862024-02-14T20:38:18.765Z Documenting is_ci v1.1.1
29872024-02-14T20:38:18.926Z Documenting http-range v0.1.5
29882024-02-14T20:38:19.178Z Documenting humantime v2.1.0
29892024-02-14T20:38:19.329Z Documenting textwrap v0.16.0
29902024-02-14T20:38:20.010Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
29912024-02-14T20:38:21.808Z Documenting rpassword v7.3.1
29922024-02-14T20:38:22.612Z Documenting supports-color v2.1.0
29932024-02-14T20:38:22.832Z Documenting hyper-staticfile v0.9.5
29942024-02-14T20:38:23.138Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952024-02-14T20:38:23.987Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29962024-02-14T20:38:24.517Z Documenting tui-tree-widget v0.17.0
29972024-02-14T20:38:26.765Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29982024-02-14T20:38:27.072Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29992024-02-14T20:38:29.104Z Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30002024-02-14T20:38:29.882Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30012024-02-14T20:38:30.733Z Documenting rcgen v0.12.1
30022024-02-14T20:38:31.033Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30032024-02-14T20:38:31.160Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30042024-02-14T20:38:31.584Z Documenting atomicwrites v0.4.3
30052024-02-14T20:38:32.535Z Documenting signal-hook-tokio v0.3.1
30062024-02-14T20:38:36.038Z Documenting subprocess v0.2.9
30072024-02-14T20:38:37.096Z Documenting memmap2 v0.7.1
30082024-02-14T20:38:37.626Z Documenting shell-words v1.1.0
30092024-02-14T20:38:38.611Z Documenting constant_time_eq v0.3.0
30102024-02-14T20:38:40.426Z Documenting arrayvec v0.7.4
30112024-02-14T20:38:41.369Z Documenting arrayref v0.3.7
30122024-02-14T20:38:41.544Z Documenting corncobs v0.1.3
30132024-02-14T20:38:42.198Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30142024-02-14T20:38:43.645Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30152024-02-14T20:38:44.320Z Documenting blake3 v1.5.0
30162024-02-14T20:38:44.574Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30172024-02-14T20:38:47.251Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-02-14T20:38:48.901Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30192024-02-14T20:38:49.853Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30202024-02-14T20:38:51.257Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-02-14T20:38:52.834Z Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30222024-02-14T20:38:57.248Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30232024-02-14T20:39:04.955Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30242024-02-14T20:39:06.812Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30252024-02-14T20:39:08.538Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
30262024-02-14T20:39:08.666Zwarning: unclosed HTML tag `usize`
30272024-02-14T20:39:08.666Z --> wicket/src/ui/panes/update.rs:153:19
30282024-02-14T20:39:08.667Z |
30292024-02-14T20:39:08.667Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
30302024-02-14T20:39:08.667Z | ^^^^^^^
30312024-02-14T20:39:08.667Z |
30322024-02-14T20:39:08.667Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
30332024-02-14T20:39:08.667Z
30342024-02-14T20:39:10.607Zwarning: `wicket` (lib doc) generated 1 warning
30352024-02-14T20:39:10.611Z Documenting fatfs v0.3.6
30362024-02-14T20:39:13.187Z Documenting nanorand v0.7.0
30372024-02-14T20:39:15.847Z Documenting topological-sort v0.2.2
30382024-02-14T20:39:17.411Z Documenting assert_matches v1.5.0
30392024-02-14T20:39:18.684Z Documenting flume v0.11.0
30402024-02-14T20:39:20.113Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30412024-02-14T20:39:20.480Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30422024-02-14T20:39:20.496Z Documenting omicron-zone-package v0.11.0
30432024-02-14T20:39:20.578Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30442024-02-14T20:39:24.177Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30452024-02-14T20:39:26.415Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30462024-02-14T20:39:27.478Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30472024-02-14T20:39:28.068Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30482024-02-14T20:39:33.011Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
30492024-02-14T20:39:33.827Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
30502024-02-14T20:39:37.396Z Documenting termios v0.3.3
30512024-02-14T20:39:38.054Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
30522024-02-14T20:39:38.054Z --> sled-agent/src/sim/instance.rs:46:7
30532024-02-14T20:39:38.055Z |
30542024-02-14T20:39:38.055Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
30552024-02-14T20:39:38.055Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
30562024-02-14T20:39:38.055Z |
30572024-02-14T20:39:38.055Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30582024-02-14T20:39:38.055Z
30592024-02-14T20:39:41.211Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
30602024-02-14T20:39:41.921Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30612024-02-14T20:39:49.549Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30622024-02-14T20:39:50.466Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30632024-02-14T20:39:50.788Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30642024-02-14T20:40:02.231Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30652024-02-14T20:40:15.645Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30662024-02-14T20:40:15.961Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30672024-02-14T20:40:27.301Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30682024-02-14T20:40:29.534Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
30692024-02-14T20:40:30.330Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
30702024-02-14T20:40:33.317Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
30712024-02-14T20:40:33.317Z --> nexus/db-queries/src/db/datastore/update.rs:27:27
30722024-02-14T20:40:33.317Z |
30732024-02-14T20:40:33.317Z27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
30742024-02-14T20:40:33.317Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
30752024-02-14T20:40:33.317Z |
30762024-02-14T20:40:33.317Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30772024-02-14T20:40:33.318Z
30782024-02-14T20:40:36.601Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30792024-02-14T20:40:41.339Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30802024-02-14T20:40:47.946Zwarning: `nexus-db-queries` (lib doc) generated 1 warning
30812024-02-14T20:40:47.949Z Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
30822024-02-14T20:41:10.951Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30832024-02-14T20:42:00.305Zwarning: unresolved link to `VolumeConstructionRequest`
30842024-02-14T20:42:00.305Z --> nexus/src/app/sagas/volume_delete.rs:338:7
30852024-02-14T20:42:00.305Z |
30862024-02-14T20:42:00.305Z338 | /// [`VolumeConstructionRequest`] is shown here):
30872024-02-14T20:42:00.305Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30882024-02-14T20:42:00.305Z |
30892024-02-14T20:42:00.306Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30902024-02-14T20:42:00.306Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30912024-02-14T20:42:00.306Z
30922024-02-14T20:42:00.310Zwarning: unresolved link to `fd00:1122:3344:101::5`
30932024-02-14T20:42:00.310Z --> nexus/src/app/sagas/volume_delete.rs:348:17
30942024-02-14T20:42:00.310Z |
30952024-02-14T20:42:00.310Z348 | /// "[fd00:1122:3344:101::5]:1000",
30962024-02-14T20:42:00.310Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30972024-02-14T20:42:00.310Z
30982024-02-14T20:42:00.310Zwarning: unresolved link to `fd00:1122:3344:102::9`
30992024-02-14T20:42:00.311Z --> nexus/src/app/sagas/volume_delete.rs:349:17
31002024-02-14T20:42:00.311Z |
31012024-02-14T20:42:00.311Z349 | /// "[fd00:1122:3344:102::9]:1000",
31022024-02-14T20:42:00.311Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31032024-02-14T20:42:00.311Z
31042024-02-14T20:42:00.311Zwarning: unresolved link to `fd00:1122:3344:103::2`
31052024-02-14T20:42:00.311Z --> nexus/src/app/sagas/volume_delete.rs:350:17
31062024-02-14T20:42:00.311Z |
31072024-02-14T20:42:00.311Z350 | /// "[fd00:1122:3344:103::2]:1000"
31082024-02-14T20:42:00.311Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31092024-02-14T20:42:00.311Z
31102024-02-14T20:42:00.311Zwarning: unresolved link to `fd00:1122:3344:101::5`
31112024-02-14T20:42:00.311Z --> nexus/src/app/sagas/volume_delete.rs:369:17
31122024-02-14T20:42:00.312Z |
31132024-02-14T20:42:00.312Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
31142024-02-14T20:42:00.312Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
31152024-02-14T20:42:00.312Z
31162024-02-14T20:42:00.312Zwarning: unresolved link to `fd00:1122:3344:102::9`
31172024-02-14T20:42:00.312Z --> nexus/src/app/sagas/volume_delete.rs:370:17
31182024-02-14T20:42:00.312Z |
31192024-02-14T20:42:00.312Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
31202024-02-14T20:42:00.312Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
31212024-02-14T20:42:00.312Z
31222024-02-14T20:42:00.312Zwarning: unresolved link to `fd00:1122:3344:103::2`
31232024-02-14T20:42:00.312Z --> nexus/src/app/sagas/volume_delete.rs:371:17
31242024-02-14T20:42:00.312Z |
31252024-02-14T20:42:00.313Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
31262024-02-14T20:42:00.313Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
31272024-02-14T20:42:00.313Z
31282024-02-14T20:42:03.272Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
31292024-02-14T20:42:19.726Z Finished dev [unoptimized + debuginfo] target(s) in 11m 35s
31302024-02-14T20:42:19.831Z
31312024-02-14T20:42:19.837Zreal 11:35.969713701
31322024-02-14T20:42:19.837Zuser 31:36.402891282
31332024-02-14T20:42:19.837Zsys 48:41.837527310
31342024-02-14T20:42:19.837Ztrap 0.990725600
31352024-02-14T20:42:19.837Ztflt 0.108894505
31362024-02-14T20:42:19.837Zdflt 0.514296065
31372024-02-14T20:42:19.837Zkflt 0.000030727
31382024-02-14T20:42:19.837Zlock 2:07:14.397799757
31392024-02-14T20:42:19.837Zslp 2:52:53.694327779
31402024-02-14T20:42:19.838Zlat 4:41.293824750
31412024-02-14T20:42:19.838Zstop 1:31.229618919
31422024-02-14T20:42:19.838Zprocess exited: duration 1313368 ms, exit code 0
 
31432024-02-14T20:42:19.859Zfound 0 output files