01HYB91BSY7DFDRAHH69S506YT: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.77.2",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HYB91NT3FG1GZ6V3H2BVKREM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-20T15:15:02.099Zjob assigned to worker 01HYB91TEVHC3SN5GMBBEEMB64 (queued for 1 m 16 s)
 
22024-05-20T15:15:09.788Zstarting task 0: "setup"
32024-05-20T15:15:09.953Z++ uname -s
42024-05-20T15:15:10.034Z+ kern=SunOS
52024-05-20T15:15:10.035Z+ case "$kern" in
62024-05-20T15:15:10.035Z+ groupadd -g 12345 build
72024-05-20T15:15:10.035Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-20T15:15:11.927Z+ zfs create -o mountpoint=/work rpool/work
92024-05-20T15:15:12.213Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-20T15:15:12.344Z+ home_fs=zfs
112024-05-20T15:15:12.344Z+ [[ zfs == autofs ]]
122024-05-20T15:15:12.344Z+ mkdir -p /home/build
132024-05-20T15:15:12.344Z+ chown build:build /home/build /work
142024-05-20T15:15:14.184Z+ chmod 0700 /home/build /work
152024-05-20T15:15:14.321Zprocess exited: duration 4346 ms, exit code 0
 
162024-05-20T15:15:14.452Zstarting task 1: "rust-toolchain"
172024-05-20T15:15:14.618Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-20T15:15:14.618Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-20T15:15:14.795Zinfo: downloading installer
202024-05-20T15:15:16.400Zwarning: it looks like you have an existing installation of Rust at:
212024-05-20T15:15:16.401Zwarning: /opt/ooce/bin
222024-05-20T15:15:16.401Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-20T15:15:16.401Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-20T15:15:16.401Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-20T15:15:16.401Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-20T15:15:16.401Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-20T15:15:16.401Zerror: cannot install while Rust is installed
282024-05-20T15:15:16.401Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-20T15:15:16.971Zinfo: profile set to 'default'
302024-05-20T15:15:16.971Zinfo: default host triple is x86_64-unknown-illumos
312024-05-20T15:15:16.971Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-20T15:15:16.971Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-20T15:15:16.971Zinfo: downloading component 'cargo'
342024-05-20T15:15:17.306Zinfo: downloading component 'clippy'
352024-05-20T15:15:17.555Zinfo: downloading component 'rust-docs'
362024-05-20T15:15:18.464Zinfo: downloading component 'rust-std'
372024-05-20T15:15:19.719Zinfo: downloading component 'rustc'
382024-05-20T15:15:23.324Zinfo: downloading component 'rustfmt'
392024-05-20T15:15:23.584Zinfo: installing component 'cargo'
402024-05-20T15:15:24.459Zinfo: installing component 'clippy'
412024-05-20T15:15:24.822Zinfo: installing component 'rust-docs'
422024-05-20T15:15:26.327Zinfo: installing component 'rust-std'
432024-05-20T15:15:28.072Zinfo: installing component 'rustc'
442024-05-20T15:15:32.420Zinfo: installing component 'rustfmt'
452024-05-20T15:15:32.772Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-20T15:15:32.772Z
472024-05-20T15:15:33.022Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-20T15:15:33.022Z
492024-05-20T15:15:33.076Z
502024-05-20T15:15:33.076ZRust is installed now. Great!
512024-05-20T15:15:33.076Z
522024-05-20T15:15:33.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-20T15:15:33.076Zenvironment variable. This has not been done automatically.
542024-05-20T15:15:33.077Z
552024-05-20T15:15:33.077ZTo configure your current shell, you need to source
562024-05-20T15:15:33.077Zthe corresponding env file under $HOME/.cargo.
572024-05-20T15:15:33.077Z
582024-05-20T15:15:33.077ZThis is usually done by running one of the following (note the leading DOT):
592024-05-20T15:15:33.077Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-20T15:15:33.077Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-20T15:15:33.204Z+ rustc --version
622024-05-20T15:15:33.255Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-20T15:15:33.312Zprocess exited: duration 18790 ms, exit code 0
 
642024-05-20T15:15:33.476Zstarting task 2: "authentication"
652024-05-20T15:15:33.967Zprocess exited: duration 545 ms, exit code 0
 
662024-05-20T15:15:34.013Zstarting task 3: "clone repository"
672024-05-20T15:15:34.047Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-20T15:15:34.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-20T15:15:34.888ZCloning into '/work/oxidecomputer/omicron'...
702024-05-20T15:15:43.994Z+ cd /work/oxidecomputer/omicron
712024-05-20T15:15:43.994Z+ git fetch origin 463aa0dff7a8e621f15fef37b94b873735b7d865
722024-05-20T15:15:44.289ZFrom https://github.com/oxidecomputer/omicron
732024-05-20T15:15:44.290Z * branch 463aa0dff7a8e621f15fef37b94b873735b7d865 -> FETCH_HEAD
742024-05-20T15:15:44.361Z+ [[ -n staging_and_prod_diff ]]
752024-05-20T15:15:44.361Z++ git branch --show-current
762024-05-20T15:15:44.361Z+ current=main
772024-05-20T15:15:44.361Z+ [[ main != staging_and_prod_diff ]]
782024-05-20T15:15:44.361Z+ git branch -f staging_and_prod_diff 463aa0dff7a8e621f15fef37b94b873735b7d865
792024-05-20T15:15:44.361Z+ git checkout -f staging_and_prod_diff
802024-05-20T15:15:44.415ZSwitched to branch 'staging_and_prod_diff'
812024-05-20T15:15:44.415Z+ git reset --hard 463aa0dff7a8e621f15fef37b94b873735b7d865
822024-05-20T15:15:44.466ZHEAD is now at 463aa0dff Address comments
832024-05-20T15:15:44.466Zprocess exited: duration 10428 ms, exit code 0
 
842024-05-20T15:15:44.614Zstarting task 4: "build"
852024-05-20T15:15:44.639Z+ cargo --version
862024-05-20T15:15:44.682Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-20T15:15:44.737Z+ rustc --version
882024-05-20T15:15:44.773Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-20T15:15:44.773Z+ WORK=/work
902024-05-20T15:15:44.774Z+ pfexec mkdir -p /work
912024-05-20T15:15:44.774Z+ pfexec chown build /work
922024-05-20T15:15:44.774Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-20T15:16:02.154Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-20T15:16:04.075Z Startup: Caching catalogs ... Done
952024-05-20T15:16:06.192ZPlanning: Solver setup ... Done (1.514s)
962024-05-20T15:16:06.527ZPlanning: Running solver ... Done (0.027s)
972024-05-20T15:16:06.527ZPlanning: Finding local manifests ... Done (0.005s)
982024-05-20T15:16:06.528ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-20T15:16:06.995ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-20T15:16:07.120ZPlanning: Package planning ... Done (0.048s)
1012024-05-20T15:16:07.120ZPlanning: Merging actions ... Done (0.052s)
1022024-05-20T15:16:08.167ZPlanning: Checking for conflicting actions ... Done (1.133s)
1032024-05-20T15:16:08.259ZPlanning: Consolidating action changes ... Done (0.011s)
1042024-05-20T15:16:14.944ZPlanning: Evaluating mediators ... Done (6.785s)
1052024-05-20T15:16:15.017ZPlanning: Planning completed in 10.81 seconds
1062024-05-20T15:16:15.278Z Packages to install: 4
1072024-05-20T15:16:15.278Z Mediators to change: 2
1082024-05-20T15:16:15.278Z Services to change: 1
1092024-05-20T15:16:15.278Z Estimated space available: 155.79 GB
1102024-05-20T15:16:15.278ZEstimated space to be consumed: 1.45 GB
1112024-05-20T15:16:15.486Z Create boot environment: No
1122024-05-20T15:16:15.486ZCreate backup boot environment: No
1132024-05-20T15:16:15.486Z Rebuild boot archive: No
1142024-05-20T15:16:15.486Z
1152024-05-20T15:16:15.486ZChanged mediators:
1162024-05-20T15:16:15.486Z mediator clang:
1172024-05-20T15:16:15.486Z version: None -> 15 (system default)
1182024-05-20T15:16:15.486Z
1192024-05-20T15:16:15.486Z mediator llvm:
1202024-05-20T15:16:15.486Z version: 14 (system default) -> 15 (system default)
1212024-05-20T15:16:15.486Z
1222024-05-20T15:16:15.486ZChanged packages:
1232024-05-20T15:16:15.486Zhelios-dev
1242024-05-20T15:16:15.486Z developer/build-essential
1252024-05-20T15:16:15.486Z None -> 11-2.0
1262024-05-20T15:16:15.486Z library/libxmlsec1
1272024-05-20T15:16:15.487Z None -> 1.2.35-2.0
1282024-05-20T15:16:15.487Z ooce/developer/clang-15
1292024-05-20T15:16:15.487Z None -> 15.0.7-2.0
1302024-05-20T15:16:15.487Z ooce/developer/llvm-15
1312024-05-20T15:16:15.487Z None -> 15.0.7-2.0
1322024-05-20T15:16:15.487Z
1332024-05-20T15:16:15.487ZServices:
1342024-05-20T15:16:15.487Z restart_fmri:
1352024-05-20T15:16:15.487Z svc:/system/update-man-index:default
1362024-05-20T15:16:15.595Z
1372024-05-20T15:16:15.595ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-20T15:16:20.452ZDownload: 334/3290 items 16.4/212.6MB 7% complete (3.4M/s)
1392024-05-20T15:16:25.506ZDownload: 1060/3290 items 19.6/212.6MB 9% complete (2.0M/s)
1402024-05-20T15:16:36.130ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (8.3M/s)
1412024-05-20T15:16:41.095ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (7.3M/s)
1422024-05-20T15:16:46.230ZDownload: 3276/3290 items 210.3/212.6MB 98% complete (13.8M/s)
1432024-05-20T15:16:53.152ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (14.0M/s)
1442024-05-20T15:16:53.383ZDownload: Completed 212.60 MB in 37.59 seconds (5.7M/s)
1452024-05-20T15:16:53.383Z Actions: 1/3689 actions (Installing new actions)
1462024-05-20T15:16:58.874Z Actions: 3541/3689 actions (Installing new actions)
1472024-05-20T15:16:59.363Z Actions: Completed 3689 actions in 6.04 seconds.
1482024-05-20T15:16:59.577Z Done (0.222s)
1492024-05-20T15:16:59.577Z Done (0.000s)
1502024-05-20T15:16:59.794Z Done (0.302s)
1512024-05-20T15:17:06.319Z Done (6.409s)
1522024-05-20T15:17:06.630Z Done (0.245s)
1532024-05-20T15:17:06.653Z Done (0.000s)
1542024-05-20T15:17:06.795Z Done (0.000s)
1552024-05-20T15:17:07.367ZPlanning: Evaluating mediator changes ... Done
1562024-05-20T15:17:07.539ZPlanning: Checking for conflicting actions ... Done
1572024-05-20T15:17:07.685ZPlanning: Consolidating action changes ... Done
1582024-05-20T15:17:07.835ZPlanning: Evaluating mediators ... Done
1592024-05-20T15:17:08.008ZPlanning: Planning completed in 0.43 seconds
1602024-05-20T15:17:08.008Z Mediators to change: 2
1612024-05-20T15:17:08.009Z Create boot environment: No
1622024-05-20T15:17:08.009ZCreate backup boot environment: No
1632024-05-20T15:17:08.009Z Done
1642024-05-20T15:17:08.009Z Done
1652024-05-20T15:17:08.125Z Done
1662024-05-20T15:17:11.689Z Done
1672024-05-20T15:17:11.757Z Done
1682024-05-20T15:17:11.757Z Done
1692024-05-20T15:17:11.965Z Done
1702024-05-20T15:17:12.654ZPlanning: Evaluating mediator changes ... Done
1712024-05-20T15:17:12.760ZPlanning: Merging actions ... Done
1722024-05-20T15:17:12.760ZPlanning: Checking for conflicting actions ... Done
1732024-05-20T15:17:12.760ZPlanning: Consolidating action changes ... Done
1742024-05-20T15:17:12.950ZPlanning: Evaluating mediators ... Done
1752024-05-20T15:17:13.135ZPlanning: Planning completed in 0.75 seconds
1762024-05-20T15:17:13.135Z Packages to change: 1
1772024-05-20T15:17:13.135Z Mediators to change: 1
1782024-05-20T15:17:13.135Z Services to change: 1
1792024-05-20T15:17:13.135Z Create boot environment: No
1802024-05-20T15:17:13.135ZCreate backup boot environment: Yes
1812024-05-20T15:17:14.166Z Actions: 1/6 actions (Updating modified actions)
1822024-05-20T15:17:14.286Z Actions: Completed 6 actions in 0.10 seconds.
1832024-05-20T15:17:14.305Z Done
1842024-05-20T15:17:14.306Z Done
1852024-05-20T15:17:14.335Z Done
1862024-05-20T15:17:17.905Z Done
1872024-05-20T15:17:18.089Z Done
1882024-05-20T15:17:18.089Z Done
1892024-05-20T15:17:18.295Z Done
1902024-05-20T15:17:18.658ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-05-20T15:17:18.658Zclang system 15 system
1922024-05-20T15:17:18.658Zcsh system system illumos
1932024-05-20T15:17:18.658Zctags system system illumos
1942024-05-20T15:17:18.658Zgcc vendor 12 vendor
1952024-05-20T15:17:18.659Zgcc system 10 system
1962024-05-20T15:17:18.659Zgcc system 7 system
1972024-05-20T15:17:18.659Zgo system 1.20 system
1982024-05-20T15:17:18.659Zgo system 1.19 system
1992024-05-20T15:17:18.659Zllvm system 15 system
2002024-05-20T15:17:18.659Zllvm system 14 system
2012024-05-20T15:17:18.659Zmariadb system 10.6 system
2022024-05-20T15:17:18.659Zmta vendor vendor dma
2032024-05-20T15:17:18.659Zopenjdk system 17 system
2042024-05-20T15:17:18.659Zopenjdk system 11 system
2052024-05-20T15:17:18.659Zopenjdk system 1.8 system
2062024-05-20T15:17:18.659Zopenssl vendor 3 vendor
2072024-05-20T15:17:18.660Zperl system 5.36 system
2082024-05-20T15:17:18.660Zpostgresql system 15 system
2092024-05-20T15:17:18.660Zpostgresql system 13 system
2102024-05-20T15:17:18.660Zpython vendor 3 vendor
2112024-05-20T15:17:18.660Zpython system 2 system
2122024-05-20T15:17:18.660Zpython3 system 3.11 system
2132024-05-20T15:17:18.660Zruby system 3.0 system
2142024-05-20T15:17:18.660Zwords vendor vendor american-english
2152024-05-20T15:17:18.660Zwords system system australian-english
2162024-05-20T15:17:18.660Zwords system system british-english
2172024-05-20T15:17:18.660Zwords system system canadian-english
2182024-05-20T15:17:18.660Zwords system system french
2192024-05-20T15:17:18.661Zwords system system italian
2202024-05-20T15:17:18.661Zwords system system ngerman
2212024-05-20T15:17:18.661Zwords system system ogerman
2222024-05-20T15:17:18.661Zwords system system spanish
2232024-05-20T15:17:18.950ZPUBLISHER TYPE STATUS P LOCATION
2242024-05-20T15:17:18.950Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-05-20T15:17:20.383ZFMRI IFO
2262024-05-20T15:17:20.383Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-05-20T15:17:20.383Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-05-20T15:17:20.383Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-05-20T15:17:20.383Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-05-20T15:17:20.383Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-05-20T15:17:20.383Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-05-20T15:17:20.383Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-05-20T15:17:20.383Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-05-20T15:17:20.383Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-05-20T15:17:20.383Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-05-20T15:17:20.383Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-05-20T15:17:20.383Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-05-20T15:17:20.698Z+ set -o errexit
2392024-05-20T15:17:20.890Z+++ dirname ./tools/ci_download_cockroachdb
2402024-05-20T15:17:20.890Z++ cd ./tools
2412024-05-20T15:17:20.890Z++ pwd
2422024-05-20T15:17:20.890Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2432024-05-20T15:17:20.890Z++ basename ./tools/ci_download_cockroachdb
2442024-05-20T15:17:20.890Z+ ARG0=ci_download_cockroachdb
2452024-05-20T15:17:20.890Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2462024-05-20T15:17:20.890Z+ CIDL_VERSION=v22.1.9
2472024-05-20T15:17:20.890Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2482024-05-20T15:17:20.890Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2492024-05-20T15:17:20.890Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2502024-05-20T15:17:20.890Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2512024-05-20T15:17:20.890Z+ TARGET_DIR=out
2522024-05-20T15:17:20.890Z+ DOWNLOAD_DIR=out/downloads
2532024-05-20T15:17:20.890Z+ DEST_DIR=./out/cockroachdb
2542024-05-20T15:17:20.891Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2552024-05-20T15:17:20.891Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2562024-05-20T15:17:20.891Z+ main
2572024-05-20T15:17:20.891Z+ [[ 0 != 0 ]]
2582024-05-20T15:17:20.891Z+ CIDL_OS=solaris2.11
2592024-05-20T15:17:20.891Z+ [[ 0 != 0 ]]
2602024-05-20T15:17:20.891Z+ configure_os solaris2.11
2612024-05-20T15:17:20.891Z+ echo 'current directory: /work/oxidecomputer/omicron'
2622024-05-20T15:17:20.891Zcurrent directory: /work/oxidecomputer/omicron
2632024-05-20T15:17:20.891Z+ echo 'configuring based on OS: "solaris2.11"'
2642024-05-20T15:17:20.891Z+ case "$1" in
2652024-05-20T15:17:20.891Zconfiguring based on OS: "solaris2.11"
2662024-05-20T15:17:20.891Z+ CIDL_BUILD=illumos
2672024-05-20T15:17:20.891Z+ CIDL_SUFFIX=tar.gz
2682024-05-20T15:17:20.891Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2692024-05-20T15:17:20.892Z+ CIDL_URL_BASE=https://illumos.org/downloads
2702024-05-20T15:17:20.892Z+ CIDL_ASSEMBLE=do_assemble_illumos
2712024-05-20T15:17:20.892Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2722024-05-20T15:17:20.892Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2732024-05-20T15:17:20.892Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-20T15:17:20.892Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2752024-05-20T15:17:20.892Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-05-20T15:17:20.892Z+ CIDL_SHA256FUNC=do_sha256sum
2772024-05-20T15:17:20.892Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-05-20T15:17:20.892ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-20T15:17:20.892Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-05-20T15:17:20.892ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-20T15:17:20.892Z+ mkdir -p out/downloads
2822024-05-20T15:17:20.892Z+ mkdir -p ./out/cockroachdb
2832024-05-20T15:17:20.892Z+ local DO_DOWNLOAD=true
2842024-05-20T15:17:20.892Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2852024-05-20T15:17:20.892Z+ '[' true == true ']'
2862024-05-20T15:17:20.892Z+ echo Downloading...
2872024-05-20T15:17:20.892ZDownloading...
2882024-05-20T15:17:20.892Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-20T15:17:20.893Z+ 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
2902024-05-20T15:17:24.018Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-20T15:17:24.081Z++ sha256sum
2922024-05-20T15:17:24.081Z++ awk '{print $1}'
2932024-05-20T15:17:24.167Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2942024-05-20T15:17:24.167Z+ [[ 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 ]]
2952024-05-20T15:17:24.167Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-20T15:17:24.167Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2972024-05-20T15:17:26.310Z+ do_assemble_illumos
2982024-05-20T15:17:26.310Z+ rm -r ./out/cockroachdb
2992024-05-20T15:17:26.393Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3002024-05-20T15:17:26.704Z+ ./out/cockroachdb/bin/cockroach version
3012024-05-20T15:17:26.980ZBuild Tag: v22.1.9-dirty
3022024-05-20T15:17:26.980ZBuild Time: 2022/10/26 21:17:46
3032024-05-20T15:17:26.980ZDistribution: OSS
3042024-05-20T15:17:26.981ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3052024-05-20T15:17:26.981ZGo Version: go1.17.13
3062024-05-20T15:17:26.981ZC Compiler: gcc 10.3.0
3072024-05-20T15:17:26.981ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3082024-05-20T15:17:26.981ZBuild Type: release
3092024-05-20T15:17:26.993Z+ set -o errexit
3102024-05-20T15:17:26.997Z+++ dirname ./tools/ci_download_clickhouse
3112024-05-20T15:17:26.997Z++ cd ./tools
3122024-05-20T15:17:26.997Z++ pwd
3132024-05-20T15:17:27.002Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3142024-05-20T15:17:27.003Z++ basename ./tools/ci_download_clickhouse
3152024-05-20T15:17:27.003Z+ ARG0=ci_download_clickhouse
3162024-05-20T15:17:27.003Z+ TARGET_DIR=out
3172024-05-20T15:17:27.003Z+ DOWNLOAD_DIR=out/downloads
3182024-05-20T15:17:27.003Z+ DEST_DIR=./out/clickhouse
3192024-05-20T15:17:27.003Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3202024-05-20T15:17:27.003Z+ CIDL_VERSION=v23.8.7.24
3212024-05-20T15:17:27.003Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3222024-05-20T15:17:27.008Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3232024-05-20T15:17:27.008Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3242024-05-20T15:17:27.008Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3252024-05-20T15:17:27.008Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3262024-05-20T15:17:27.008Z+ main
3272024-05-20T15:17:27.009Z+ [[ 0 != 0 ]]
3282024-05-20T15:17:27.009Z+ CIDL_OS=solaris2.11
3292024-05-20T15:17:27.009Z+ [[ 0 != 0 ]]
3302024-05-20T15:17:27.009Z+ configure_os solaris2.11
3312024-05-20T15:17:27.009Z+ echo 'current directory: /work/oxidecomputer/omicron'
3322024-05-20T15:17:27.009Zcurrent directory: /work/oxidecomputer/omicron
3332024-05-20T15:17:27.009Z+ echo 'configuring based on OS: "solaris2.11"'
3342024-05-20T15:17:27.009Zconfiguring based on OS: "solaris2.11"
3352024-05-20T15:17:27.009Z+ CIDL_DASHREV=
3362024-05-20T15:17:27.009Z+ case "$1" in
3372024-05-20T15:17:27.009Z+ CIDL_PLATFORM=illumos
3382024-05-20T15:17:27.009Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3392024-05-20T15:17:27.009Z+ CIDL_MD5FUNC=do_md5sum
3402024-05-20T15:17:27.010Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3412024-05-20T15:17:27.010Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-20T15:17:27.010Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3432024-05-20T15:17:27.010Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-20T15:17:27.010Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3452024-05-20T15:17:27.010ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3462024-05-20T15:17:27.010ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-20T15:17:27.010Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3482024-05-20T15:17:27.010Z+ mkdir -p out/downloads
3492024-05-20T15:17:27.010Z+ mkdir -p ./out/clickhouse
3502024-05-20T15:17:27.010Z+ local DO_DOWNLOAD=true
3512024-05-20T15:17:27.010Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3522024-05-20T15:17:27.011Z+ '[' true == true ']'
3532024-05-20T15:17:27.011Z+ echo Downloading...
3542024-05-20T15:17:27.011ZDownloading...
3552024-05-20T15:17:27.011Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-20T15:17:27.011Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-20T15:17:28.748Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-20T15:17:28.845Z++ md5sum
3592024-05-20T15:17:28.845Z++ awk '{print $1}'
3602024-05-20T15:17:29.198Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3612024-05-20T15:17:29.198Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3622024-05-20T15:17:29.307Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3632024-05-20T15:17:29.307Z+ mkdir -p ./out/clickhouse
3642024-05-20T15:17:29.307Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3652024-05-20T15:17:33.506Z+ [[ solaris2.11 == darwin* ]]
3662024-05-20T15:17:33.507Z+ ./out/clickhouse/clickhouse server --version
3672024-05-20T15:17:33.730ZClickHouse server version 23.8.7.1.
3682024-05-20T15:17:33.730Z+ set -o errexit
3692024-05-20T15:17:33.730Z+++ dirname ./tools/ci_download_console
3702024-05-20T15:17:33.730Z++ cd ./tools
3712024-05-20T15:17:33.730Z++ pwd
3722024-05-20T15:17:33.731Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3732024-05-20T15:17:33.731Z++ basename ./tools/ci_download_console
3742024-05-20T15:17:33.731Z+ ARG0=ci_download_console
3752024-05-20T15:17:33.731Z+ TARGET_DIR=out
3762024-05-20T15:17:33.731Z+ DOWNLOAD_DIR=out/downloads
3772024-05-20T15:17:33.731Z+ DEST_DIR=./out/console-assets
3782024-05-20T15:17:33.731Z+ source /work/oxidecomputer/omicron/tools/console_version
3792024-05-20T15:17:33.731Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3802024-05-20T15:17:33.731Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3812024-05-20T15:17:33.731Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3822024-05-20T15:17:33.731Z+ TARBALL_FILE=out/downloads/console.tar.gz
3832024-05-20T15:17:33.731Z+ main
3842024-05-20T15:17:33.731Z+ [[ 0 != 0 ]]
3852024-05-20T15:17:33.731Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3862024-05-20T15:17:33.731ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3872024-05-20T15:17:33.731Z+ echo 'Local file: out/downloads/console.tar.gz'
3882024-05-20T15:17:33.732ZLocal file: out/downloads/console.tar.gz
3892024-05-20T15:17:33.732Z+ local DO_DOWNLOAD=true
3902024-05-20T15:17:33.732Z+ [[ -f out/downloads/console.tar.gz ]]
3912024-05-20T15:17:33.732Z+ mkdir -p out/downloads
3922024-05-20T15:17:33.733Z+ '[' true == true ']'
3932024-05-20T15:17:33.733Z+ echo Downloading...
3942024-05-20T15:17:33.733ZDownloading...
3952024-05-20T15:17:33.733Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3962024-05-20T15:17:33.733Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3972024-05-20T15:17:34.274Z++ do_sha256sum out/downloads/console.tar.gz
3982024-05-20T15:17:34.274Z++ case "$OSTYPE" in
3992024-05-20T15:17:34.361Z++ SHA=sha256sum
4002024-05-20T15:17:34.361Z++ sha256sum
4012024-05-20T15:17:34.361Z++ awk '{print $1}'
4022024-05-20T15:17:34.361Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4032024-05-20T15:17:34.362Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4042024-05-20T15:17:34.362Z+ rm -rf ./out/console-assets
4052024-05-20T15:17:34.362Z+ mkdir -p ./out/console-assets
4062024-05-20T15:17:34.362Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4072024-05-20T15:17:34.362Z+ mkdir -p ./out/console-assets
4082024-05-20T15:17:34.362Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4092024-05-20T15:17:35.282Z+ set -o errexit
4102024-05-20T15:17:35.282Z+++ dirname ./tools/ci_download_dendrite_openapi
4112024-05-20T15:17:35.282Z++ cd ./tools
4122024-05-20T15:17:35.282Z++ pwd
4132024-05-20T15:17:35.282Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4142024-05-20T15:17:35.283Z++ basename ./tools/ci_download_dendrite_openapi
4152024-05-20T15:17:35.283Z+ ARG0=ci_download_dendrite_openapi
4162024-05-20T15:17:35.283Z+ TARGET_DIR=out
4172024-05-20T15:17:35.283Z+ DOWNLOAD_DIR=out/downloads
4182024-05-20T15:17:35.283Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4192024-05-20T15:17:35.283Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4202024-05-20T15:17:35.283Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4212024-05-20T15:17:35.283Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4222024-05-20T15:17:35.283Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4232024-05-20T15:17:35.283Z+ main
4242024-05-20T15:17:35.283Z+ [[ 0 != 0 ]]
4252024-05-20T15:17:35.283Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4262024-05-20T15:17:35.283ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4272024-05-20T15:17:35.283Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4282024-05-20T15:17:35.283ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4292024-05-20T15:17:35.283Z+ local DO_DOWNLOAD=true
4302024-05-20T15:17:35.283Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4312024-05-20T15:17:35.283Z+ mkdir -p out/downloads
4322024-05-20T15:17:35.283Z+ '[' true == true ']'
4332024-05-20T15:17:35.283Z+ echo Downloading...
4342024-05-20T15:17:35.283ZDownloading...
4352024-05-20T15:17:35.283Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4362024-05-20T15:17:35.283Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4372024-05-20T15:17:36.507Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4382024-05-20T15:17:36.507Z++ case "$OSTYPE" in
4392024-05-20T15:17:36.507Z++ SHA=sha256sum
4402024-05-20T15:17:36.597Z++ sha256sum
4412024-05-20T15:17:36.597Z++ awk '{print $1}'
4422024-05-20T15:17:36.598Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4432024-05-20T15:17:36.598Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4442024-05-20T15:17:36.598Z+ set -o errexit
4452024-05-20T15:17:36.598Z+++ dirname ./tools/ci_download_dendrite_stub
4462024-05-20T15:17:36.598Z++ cd ./tools
4472024-05-20T15:17:36.598Z++ pwd
4482024-05-20T15:17:36.598Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4492024-05-20T15:17:36.598Z++ basename ./tools/ci_download_dendrite_stub
4502024-05-20T15:17:36.599Z+ ARG0=ci_download_dendrite_stub
4512024-05-20T15:17:36.599Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4522024-05-20T15:17:36.599Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4532024-05-20T15:17:36.599Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4542024-05-20T15:17:36.599Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4552024-05-20T15:17:36.599Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4562024-05-20T15:17:36.599Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4572024-05-20T15:17:36.599Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4582024-05-20T15:17:36.599Z+ TARGET_DIR=out
4592024-05-20T15:17:36.599Z+ DOWNLOAD_DIR=out/downloads
4602024-05-20T15:17:36.599Z+ DEST_DIR=./out/dendrite-stub
4612024-05-20T15:17:36.599Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4622024-05-20T15:17:36.599Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4632024-05-20T15:17:36.600Z+ REPO=oxidecomputer/dendrite
4642024-05-20T15:17:36.600Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4652024-05-20T15:17:36.600Z+ main
4662024-05-20T15:17:36.600Z+ [[ 0 != 0 ]]
4672024-05-20T15:17:36.600Z+ CIDL_OS=solaris2.11
4682024-05-20T15:17:36.600Z+ [[ 0 != 0 ]]
4692024-05-20T15:17:36.600Z+ configure_os solaris2.11
4702024-05-20T15:17:36.600Z+ echo 'current directory: /work/oxidecomputer/omicron'
4712024-05-20T15:17:36.600Zcurrent directory: /work/oxidecomputer/omicron
4722024-05-20T15:17:36.600Z+ echo 'configuring based on OS: "solaris2.11"'
4732024-05-20T15:17:36.600Z+ case "$1" in
4742024-05-20T15:17:36.600Z+ SET_BINARIES=
4752024-05-20T15:17:36.601Zconfiguring based on OS: "solaris2.11"
4762024-05-20T15:17:36.601Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4772024-05-20T15:17:36.601Z+ CIDL_SHA256FUNC=do_sha256sum
4782024-05-20T15:17:36.601Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4792024-05-20T15:17:36.601Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4802024-05-20T15:17:36.601Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4812024-05-20T15:17:36.601Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4822024-05-20T15:17:36.601Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4832024-05-20T15:17:36.601ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4842024-05-20T15:17:36.601ZLocal file: out/downloads/dendrite-stub.tar.gz
4852024-05-20T15:17:36.601Z+ mkdir -p out/downloads
4862024-05-20T15:17:36.601Z+ mkdir -p ./out/dendrite-stub
4872024-05-20T15:17:36.602Z+ fetch_and_verify
4882024-05-20T15:17:36.602Z+ local DO_DOWNLOAD=true
4892024-05-20T15:17:36.602Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4902024-05-20T15:17:36.602Z+ '[' true == true ']'
4912024-05-20T15:17:36.602Z+ echo Downloading...
4922024-05-20T15:17:36.602ZDownloading...
4932024-05-20T15:17:36.602Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4942024-05-20T15:17:36.602Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4952024-05-20T15:18:50.045Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4962024-05-20T15:18:50.055Z++ sha256sum
4972024-05-20T15:18:50.055Z++ awk '{print $1}'
4982024-05-20T15:18:50.055Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4992024-05-20T15:18:50.055Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5002024-05-20T15:18:50.055Z+ do_untar out/downloads/dendrite-stub.tar.gz
5012024-05-20T15:18:50.055Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5022024-05-20T15:18:50.775Z+ do_assemble
5032024-05-20T15:18:50.776Z+ rm -r ./out/dendrite-stub
5042024-05-20T15:18:50.886Z+ mkdir ./out/dendrite-stub
5052024-05-20T15:18:50.886Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5062024-05-20T15:18:50.886Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5072024-05-20T15:18:50.886Z+ set -o errexit
5082024-05-20T15:18:50.886Z+++ dirname ./tools/ci_download_maghemite_mgd
5092024-05-20T15:18:50.886Z++ cd ./tools
5102024-05-20T15:18:50.886Z++ pwd
5112024-05-20T15:18:50.886Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5122024-05-20T15:18:50.887Z++ basename ./tools/ci_download_maghemite_mgd
5132024-05-20T15:18:50.887Z+ ARG0=ci_download_maghemite_mgd
5142024-05-20T15:18:50.887Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5152024-05-20T15:18:50.887Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5162024-05-20T15:18:50.887Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5172024-05-20T15:18:50.887Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5182024-05-20T15:18:50.887Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5192024-05-20T15:18:50.887Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5202024-05-20T15:18:50.887Z+ TARGET_DIR=out
5212024-05-20T15:18:50.887Z+ DOWNLOAD_DIR=out/downloads
5222024-05-20T15:18:50.887Z+ DEST_DIR=./out/mgd
5232024-05-20T15:18:50.887Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5242024-05-20T15:18:50.887Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-05-20T15:18:50.887Z+ REPO=oxidecomputer/maghemite
5262024-05-20T15:18:50.887Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5272024-05-20T15:18:50.887Z+ main
5282024-05-20T15:18:50.887Z+ rm -rf out/downloads/root
5292024-05-20T15:18:50.965Z+ [[ 0 != 0 ]]
5302024-05-20T15:18:50.965Z+ CIDL_OS=solaris2.11
5312024-05-20T15:18:50.965Z+ [[ 0 != 0 ]]
5322024-05-20T15:18:50.965Z+ configure_os solaris2.11
5332024-05-20T15:18:50.965Z+ echo 'current directory: /work/oxidecomputer/omicron'
5342024-05-20T15:18:50.966Zcurrent directory: /work/oxidecomputer/omicron
5352024-05-20T15:18:50.966Z+ echo 'configuring based on OS: "solaris2.11"'
5362024-05-20T15:18:50.966Zconfiguring based on OS: "solaris2.11"
5372024-05-20T15:18:50.966Z+ case "$1" in
5382024-05-20T15:18:50.966Z+ SET_BINARIES=
5392024-05-20T15:18:50.966Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-05-20T15:18:50.966Z+ TARBALL_FILENAME=mgd.tar.gz
5412024-05-20T15:18:50.966Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5422024-05-20T15:18:50.966Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5432024-05-20T15:18:50.966Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5442024-05-20T15:18:50.966Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5452024-05-20T15:18:50.966ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5462024-05-20T15:18:50.966ZLocal file: out/downloads/mgd.tar.gz
5472024-05-20T15:18:50.966Z+ mkdir -p out/downloads
5482024-05-20T15:18:50.966Z+ mkdir -p ./out/mgd
5492024-05-20T15:18:50.966Z+ fetch_and_verify
5502024-05-20T15:18:50.966Z+ local DO_DOWNLOAD=true
5512024-05-20T15:18:50.966Z+ [[ -f out/downloads/mgd.tar.gz ]]
5522024-05-20T15:18:50.966Z+ '[' true == true ']'
5532024-05-20T15:18:50.966Z+ echo Downloading...
5542024-05-20T15:18:50.966ZDownloading...
5552024-05-20T15:18:50.966Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5562024-05-20T15:18:50.966Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5572024-05-20T15:19:14.192Z++ do_sha256sum out/downloads/mgd.tar.gz
5582024-05-20T15:19:14.205Z++ sha256sum
5592024-05-20T15:19:14.205Z++ awk '{print $1}'
5602024-05-20T15:19:14.205Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5612024-05-20T15:19:14.205Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5622024-05-20T15:19:14.206Z+ do_untar out/downloads/mgd.tar.gz
5632024-05-20T15:19:14.206Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5642024-05-20T15:19:14.795Z+ do_assemble
5652024-05-20T15:19:14.795Z+ rm -r ./out/mgd
5662024-05-20T15:19:14.829Z+ mkdir ./out/mgd
5672024-05-20T15:19:14.829Z+ cp -r out/downloads/root ./out/mgd/root
5682024-05-20T15:19:14.878Z+ set -o errexit
5692024-05-20T15:19:14.994Z+++ dirname ./tools/ci_download_transceiver_control
5702024-05-20T15:19:14.995Z++ cd ./tools
5712024-05-20T15:19:14.995Z++ pwd
5722024-05-20T15:19:14.995Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5732024-05-20T15:19:14.995Z++ basename ./tools/ci_download_transceiver_control
5742024-05-20T15:19:14.996Z+ ARG0=ci_download_transceiver_control
5752024-05-20T15:19:14.996Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5762024-05-20T15:19:14.996Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5772024-05-20T15:19:14.996Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5782024-05-20T15:19:14.996Z+ TARGET_DIR=out
5792024-05-20T15:19:14.996Z+ DOWNLOAD_DIR=out/downloads
5802024-05-20T15:19:14.996Z+ DEST_DIR=./out/transceiver-control
5812024-05-20T15:19:14.996Z+ BIN_DIR=/opt/oxide/bin
5822024-05-20T15:19:14.996Z+ BINARY=xcvradm
5832024-05-20T15:19:14.996Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842024-05-20T15:19:14.996Z+ REPO=oxidecomputer/transceiver-control
5852024-05-20T15:19:14.996Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5862024-05-20T15:19:14.996Z+ main
5872024-05-20T15:19:14.996Z+ [[ 0 != 0 ]]
5882024-05-20T15:19:14.996Z+ CIDL_OS=solaris2.11
5892024-05-20T15:19:14.996Z+ [[ 0 != 0 ]]
5902024-05-20T15:19:14.996Z+ configure_os solaris2.11
5912024-05-20T15:19:14.996Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922024-05-20T15:19:14.997Zcurrent directory: /work/oxidecomputer/omicron
5932024-05-20T15:19:14.997Z+ echo 'configuring based on OS: "solaris2.11"'
5942024-05-20T15:19:14.997Z+ case "$1" in
5952024-05-20T15:19:14.997Zconfiguring based on OS: "solaris2.11"
5962024-05-20T15:19:14.997Z+ SET_BINARIES=
5972024-05-20T15:19:14.997Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5982024-05-20T15:19:14.997Z+ CIDL_SHA256FUNC=do_sha256sum
5992024-05-20T15:19:14.997Z+ ARCHIVE_FILENAME=xcvradm.gz
6002024-05-20T15:19:14.997Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6012024-05-20T15:19:14.997Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6022024-05-20T15:19:14.997Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6032024-05-20T15:19:14.997ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6042024-05-20T15:19:14.997Z+ echo 'Local file: out/downloads/xcvradm.gz'
6052024-05-20T15:19:14.997Z+ mkdir -p out/downloads
6062024-05-20T15:19:14.997ZLocal file: out/downloads/xcvradm.gz
6072024-05-20T15:19:14.997Z+ mkdir -p ./out/transceiver-control
6082024-05-20T15:19:14.997Z+ fetch_and_verify
6092024-05-20T15:19:14.997Z+ local DO_DOWNLOAD=true
6102024-05-20T15:19:14.997Z+ [[ -f out/downloads/xcvradm.gz ]]
6112024-05-20T15:19:14.997Z+ '[' true == true ']'
6122024-05-20T15:19:14.997Z+ echo Downloading...
6132024-05-20T15:19:14.997ZDownloading...
6142024-05-20T15:19:14.998Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6152024-05-20T15:19:14.998Z+ 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
6162024-05-20T15:19:31.800Z++ do_sha256sum out/downloads/xcvradm.gz
6172024-05-20T15:19:31.805Z++ sha256sum
6182024-05-20T15:19:31.805Z++ awk '{print $1}'
6192024-05-20T15:19:31.805Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6202024-05-20T15:19:31.805Z+ [[ 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 ]]
6212024-05-20T15:19:31.805Z+ do_unpack out/downloads/xcvradm.gz
6222024-05-20T15:19:31.806Z+ mkdir -p out/downloads/root//opt/oxide/bin
6232024-05-20T15:19:31.812Z+ gzip -dc out/downloads/xcvradm.gz
6242024-05-20T15:19:31.924Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6252024-05-20T15:19:31.944Z+ do_assemble
6262024-05-20T15:19:31.944Z+ rm -r ./out/transceiver-control
6272024-05-20T15:19:31.944Z+ mkdir ./out/transceiver-control
6282024-05-20T15:19:31.949Z+ cp -r out/downloads/root ./out/transceiver-control/root
6292024-05-20T15:19:32.022Z+ set -o errexit
6302024-05-20T15:19:32.026Z+++ dirname ./tools/ci_download_thundermuffin
6312024-05-20T15:19:32.026Z++ cd ./tools
6322024-05-20T15:19:32.029Z++ pwd
6332024-05-20T15:19:32.029Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-05-20T15:19:32.029Z++ basename ./tools/ci_download_thundermuffin
6352024-05-20T15:19:32.029Z+ ARG0=ci_download_thundermuffin
6362024-05-20T15:19:32.029Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6372024-05-20T15:19:32.029Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6382024-05-20T15:19:32.029Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6392024-05-20T15:19:32.029Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6402024-05-20T15:19:32.030Z+ TARGET_DIR=out
6412024-05-20T15:19:32.030Z+ DOWNLOAD_DIR=out/downloads
6422024-05-20T15:19:32.030Z+ DEST_DIR=./out/thundermuffin
6432024-05-20T15:19:32.030Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6442024-05-20T15:19:32.030Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-05-20T15:19:32.030Z+ REPO=oxidecomputer/thundermuffin
6462024-05-20T15:19:32.030Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6472024-05-20T15:19:32.030Z+ main
6482024-05-20T15:19:32.030Z+ rm -rf out/downloads/root
6492024-05-20T15:19:32.037Z+ [[ 0 != 0 ]]
6502024-05-20T15:19:32.037Z+ CIDL_OS=solaris2.11
6512024-05-20T15:19:32.037Z+ [[ 0 != 0 ]]
6522024-05-20T15:19:32.037Z+ configure_os solaris2.11
6532024-05-20T15:19:32.040Z+ echo 'current directory: /work/oxidecomputer/omicron'
6542024-05-20T15:19:32.040Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-05-20T15:19:32.040Z+ case "$1" in
6562024-05-20T15:19:32.040Zcurrent directory: /work/oxidecomputer/omicron
6572024-05-20T15:19:32.040Zconfiguring based on OS: "solaris2.11"
6582024-05-20T15:19:32.040Z+ SET_BINARIES=
6592024-05-20T15:19:32.040Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-05-20T15:19:32.041Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6612024-05-20T15:19:32.041Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6622024-05-20T15:19:32.041Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6632024-05-20T15:19:32.041Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6642024-05-20T15:19:32.041ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6652024-05-20T15:19:32.041Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6662024-05-20T15:19:32.041ZLocal file: out/downloads/thundermuffin.tar.gz
6672024-05-20T15:19:32.041Z+ mkdir -p out/downloads
6682024-05-20T15:19:32.041Z+ mkdir -p ./out/thundermuffin
6692024-05-20T15:19:32.044Z+ fetch_and_verify
6702024-05-20T15:19:32.045Z+ local DO_DOWNLOAD=true
6712024-05-20T15:19:32.045Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6722024-05-20T15:19:32.045Z+ '[' true == true ']'
6732024-05-20T15:19:32.045Z+ echo Downloading...
6742024-05-20T15:19:32.045ZDownloading...
6752024-05-20T15:19:32.045Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6762024-05-20T15:19:32.045Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6772024-05-20T15:19:34.328Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6782024-05-20T15:19:34.332Z++ sha256sum
6792024-05-20T15:19:34.332Z++ awk '{print $1}'
6802024-05-20T15:19:34.335Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6812024-05-20T15:19:34.335Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6822024-05-20T15:19:34.335Z+ do_untar out/downloads/thundermuffin.tar.gz
6832024-05-20T15:19:34.335Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6842024-05-20T15:19:34.417Z+ do_assemble
6852024-05-20T15:19:34.417Z+ rm -r ./out/thundermuffin
6862024-05-20T15:19:34.426Z+ mkdir ./out/thundermuffin
6872024-05-20T15:19:34.426Z+ cp -r out/downloads/root ./out/thundermuffin/root
6882024-05-20T15:19:34.427ZAll prerequisites installed successfully
6892024-05-20T15:19:34.427Z
6902024-05-20T15:19:34.427Zreal 3:49.553356503
6912024-05-20T15:19:34.427Zuser 37.765117011
6922024-05-20T15:19:34.428Zsys 6.787239260
6932024-05-20T15:19:34.428Ztrap 0.009111087
6942024-05-20T15:19:34.428Ztflt 0.470588017
6952024-05-20T15:19:34.428Zdflt 0.380641526
6962024-05-20T15:19:34.428Zkflt 0.209593436
6972024-05-20T15:19:34.429Zlock 2.414350195
6982024-05-20T15:19:34.429Zslp 9:14.843390058
6992024-05-20T15:19:34.429Zlat 2.045664293
7002024-05-20T15:19:34.429Zstop 0.160815738
7012024-05-20T15:19:34.429Z+ ptime -m ./tools/ci_download_softnpu_machinery
7022024-05-20T15:19:34.444Zfetching npuzone
7032024-05-20T15:19:34.444ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7042024-05-20T15:19:34.445Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7052024-05-20T15:19:34.445ZGetting hash for npuzone
7062024-05-20T15:19:34.548Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7072024-05-20T15:19:58.502Znpuzone downloaded successfully
7082024-05-20T15:19:58.546Z
7092024-05-20T15:19:58.546Zreal 24.047830803
7102024-05-20T15:19:58.546Zuser 0.258227700
7112024-05-20T15:19:58.546Zsys 0.087258922
7122024-05-20T15:19:58.546Ztrap 0.000085862
7132024-05-20T15:19:58.546Ztflt 0.000000000
7142024-05-20T15:19:58.546Zdflt 0.000000000
7152024-05-20T15:19:58.546Zkflt 0.000000000
7162024-05-20T15:19:58.546Zlock 0.000000000
7172024-05-20T15:19:58.546Zslp 1:11.717755185
7182024-05-20T15:19:58.546Zlat 0.049797762
7192024-05-20T15:19:58.546Zstop 0.000173732
7202024-05-20T15:19:58.546Z+ export CARGO_INCREMENTAL=0
7212024-05-20T15:19:58.546Z+ CARGO_INCREMENTAL=0
7222024-05-20T15:19:58.547Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7232024-05-20T15:19:59.159Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242024-05-20T15:19:59.350Z Updating git repository `https://github.com/oxidecomputer/zone`
7252024-05-20T15:19:59.471Z Updating crates.io index
7262024-05-20T15:19:59.471Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7272024-05-20T15:20:00.158Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7282024-05-20T15:20:00.862Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7292024-05-20T15:20:02.880Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7302024-05-20T15:20:03.471Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7312024-05-20T15:20:03.746Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322024-05-20T15:20:04.784Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332024-05-20T15:20:06.725Z Updating git repository `https://github.com/oxidecomputer/opte`
7342024-05-20T15:20:07.784Z Updating git repository `https://github.com/oxidecomputer/falcon`
7352024-05-20T15:20:08.525Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362024-05-20T15:20:09.111Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7372024-05-20T15:20:09.486Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7382024-05-20T15:20:09.753Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7392024-05-20T15:20:11.899Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7402024-05-20T15:20:11.899Z Updating git repository `http://github.com/oxidecomputer/tofino`
7412024-05-20T15:20:11.899Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7422024-05-20T15:20:11.899Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7432024-05-20T15:20:11.899Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7442024-05-20T15:20:11.899Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7452024-05-20T15:20:12.220Z Updating git repository `https://github.com/oxidecomputer/ispf`
7462024-05-20T15:20:12.571Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7472024-05-20T15:20:12.984Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482024-05-20T15:20:13.711Z Updating git repository `https://github.com/jgallagher/nix`
7492024-05-20T15:20:14.700Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502024-05-20T15:20:15.012Z Updating git repository `https://github.com/cbiffle/hubpack`
7512024-05-20T15:20:15.366Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7522024-05-20T15:20:15.913Z Updating git repository `https://github.com/oxidecomputer/typify`
7532024-05-20T15:20:17.947Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542024-05-20T15:20:18.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552024-05-20T15:20:18.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562024-05-20T15:20:19.150Z Updating git repository `https://github.com/oxidecomputer/rfb`
7572024-05-20T15:20:20.367Z Downloading crates ...
7582024-05-20T15:20:20.522Z Downloaded headers-core v0.2.0
7592024-05-20T15:20:20.559Z Downloaded crossbeam-deque v0.8.3
7602024-05-20T15:20:20.560Z Downloaded aead v0.5.2
7612024-05-20T15:20:20.560Z Downloaded backoff v0.4.0
7622024-05-20T15:20:20.560Z Downloaded block-buffer v0.10.4
7632024-05-20T15:20:20.560Z Downloaded adler v1.0.2
7642024-05-20T15:20:20.560Z Downloaded anyhow v1.0.83
7652024-05-20T15:20:20.560Z Downloaded heapless v0.8.0
7662024-05-20T15:20:20.560Z Downloaded heapless v0.7.16
7672024-05-20T15:20:20.560Z Downloaded hashbrown v0.14.3
7682024-05-20T15:20:20.560Z Downloaded bit-vec v0.6.3
7692024-05-20T15:20:20.560Z Downloaded async-recursion v1.1.1
7702024-05-20T15:20:20.561Z Downloaded bit-set v0.5.3
7712024-05-20T15:20:20.561Z Downloaded atomic-waker v1.1.1
7722024-05-20T15:20:20.612Z Downloaded arrayref v0.3.7
7732024-05-20T15:20:20.612Z Downloaded anstyle v1.0.7
7742024-05-20T15:20:20.613Z Downloaded atty v0.2.14
7752024-05-20T15:20:20.613Z Downloaded base64ct v1.6.0
7762024-05-20T15:20:20.613Z Downloaded idna v0.5.0
7772024-05-20T15:20:20.613Z Downloaded libxml v0.3.3
7782024-05-20T15:20:20.613Z Downloaded assert_matches v1.5.0
7792024-05-20T15:20:20.613Z Downloaded itertools v0.10.5
7802024-05-20T15:20:20.613Z Downloaded bitfield v0.14.0
7812024-05-20T15:20:20.613Z Downloaded linear-map v1.2.0
7822024-05-20T15:20:20.614Z Downloaded bitstruct_derive v0.1.0
7832024-05-20T15:20:20.614Z Downloaded atomicwrites v0.4.3
7842024-05-20T15:20:20.614Z Downloaded arrayvec v0.7.4
7852024-05-20T15:20:20.663Z Downloaded new_debug_unreachable v1.0.4
7862024-05-20T15:20:20.663Z Downloaded ipnetwork v0.20.0
7872024-05-20T15:20:20.663Z Downloaded iana-time-zone v0.1.57
7882024-05-20T15:20:20.663Z Downloaded ciborium-io v0.2.2
7892024-05-20T15:20:20.663Z Downloaded http-range v0.1.5
7902024-05-20T15:20:20.663Z Downloaded home v0.5.5
7912024-05-20T15:20:20.663Z Downloaded allocator-api2 v0.2.16
7922024-05-20T15:20:20.663Z Downloaded hmac v0.12.1
7932024-05-20T15:20:20.663Z Downloaded matches v0.1.10
7942024-05-20T15:20:20.663Z Downloaded ident_case v1.0.1
7952024-05-20T15:20:20.663Z Downloaded instant v0.1.12
7962024-05-20T15:20:20.663Z Downloaded cfg_aliases v0.1.1
7972024-05-20T15:20:20.663Z Downloaded async-stream v0.3.5
7982024-05-20T15:20:20.663Z Downloaded argon2 v0.5.3
7992024-05-20T15:20:20.663Z Downloaded newline-converter v0.3.0
8002024-05-20T15:20:20.663Z Downloaded match_cfg v0.1.0
8012024-05-20T15:20:20.664Z Downloaded is_ci v1.2.0
8022024-05-20T15:20:20.664Z Downloaded hubpack_derive v0.1.1
8032024-05-20T15:20:20.664Z Downloaded indexmap v2.2.6
8042024-05-20T15:20:20.664Z Downloaded sigpipe v0.1.3
8052024-05-20T15:20:20.664Z Downloaded heck v0.4.1
8062024-05-20T15:20:20.664Z Downloaded bb8 v0.8.3
8072024-05-20T15:20:20.664Z Downloaded serde-big-array v0.4.1
8082024-05-20T15:20:20.739Z Downloaded cexpr v0.6.0
8092024-05-20T15:20:20.740Z Downloaded nanorand v0.7.0
8102024-05-20T15:20:20.740Z Downloaded linked-hash-map v0.5.6
8112024-05-20T15:20:20.740Z Downloaded nodrop v0.1.14
8122024-05-20T15:20:20.740Z Downloaded crc-catalog v2.2.0
8132024-05-20T15:20:20.740Z Downloaded cpufeatures v0.2.12
8142024-05-20T15:20:20.740Z Downloaded serde-big-array v0.5.1
8152024-05-20T15:20:20.740Z Downloaded chacha20 v0.9.1
8162024-05-20T15:20:20.740Z Downloaded libsw v3.3.1
8172024-05-20T15:20:20.740Z Downloaded corncobs v0.1.3
8182024-05-20T15:20:20.740Z Downloaded lalrpop-util v0.19.12
8192024-05-20T15:20:20.741Z Downloaded multimap v0.10.0
8202024-05-20T15:20:20.741Z Downloaded hyper-rustls v0.24.2
8212024-05-20T15:20:20.741Z Downloaded arc-swap v1.6.0
8222024-05-20T15:20:20.741Z Downloaded memoffset v0.7.1
8232024-05-20T15:20:20.741Z Downloaded managed v0.8.0
8242024-05-20T15:20:20.741Z Downloaded normalize-line-endings v0.3.0
8252024-05-20T15:20:20.741Z Downloaded lru-cache v0.1.2
8262024-05-20T15:20:20.741Z Downloaded crc v3.0.1
8272024-05-20T15:20:20.741Z Downloaded colored v2.1.0
8282024-05-20T15:20:20.741Z Downloaded md-5 v0.10.5
8292024-05-20T15:20:20.803Z Downloaded tokio-macros v2.2.0
8302024-05-20T15:20:20.803Z Downloaded strum v0.26.2
8312024-05-20T15:20:20.803Z Downloaded serde_repr v0.1.16
8322024-05-20T15:20:20.803Z Downloaded rustls-pki-types v1.3.0
8332024-05-20T15:20:20.803Z Downloaded signature v2.1.0
8342024-05-20T15:20:20.803Z Downloaded rustfmt-wrapper v0.2.1
8352024-05-20T15:20:20.803Z Downloaded rtoolbox v0.0.1
8362024-05-20T15:20:20.804Z Downloaded bzip2 v0.4.4
8372024-05-20T15:20:20.804Z Downloaded base64 v0.13.1
8382024-05-20T15:20:20.804Z Downloaded bitflags v2.4.2
8392024-05-20T15:20:20.804Z Downloaded string_cache v0.8.7
8402024-05-20T15:20:20.804Z Downloaded supports-color v3.0.0
8412024-05-20T15:20:20.804Z Downloaded crc32fast v1.3.2
8422024-05-20T15:20:20.804Z Downloaded ciborium v0.2.2
8432024-05-20T15:20:20.804Z Downloaded tinyvec_macros v0.1.1
8442024-05-20T15:20:20.804Z Downloaded maybe-uninit v2.0.0
8452024-05-20T15:20:20.804Z Downloaded native-tls v0.2.11
8462024-05-20T15:20:20.804Z Downloaded multer v3.1.0
8472024-05-20T15:20:20.804Z Downloaded hex v0.4.3
8482024-05-20T15:20:20.804Z Downloaded cookie_store v0.20.0
8492024-05-20T15:20:20.804Z Downloaded nu-ansi-term v0.50.0
8502024-05-20T15:20:20.804Z Downloaded memmap2 v0.7.1
8512024-05-20T15:20:20.804Z Downloaded downcast v0.11.0
8522024-05-20T15:20:20.804Z Downloaded mockall_derive v0.12.1
8532024-05-20T15:20:20.804Z Downloaded peeking_take_while v0.1.2
8542024-05-20T15:20:20.804Z Downloaded precomputed-hash v0.1.1
8552024-05-20T15:20:20.804Z Downloaded openssl-macros v0.1.1
8562024-05-20T15:20:20.804Z Downloaded strum_macros v0.25.2
8572024-05-20T15:20:20.804Z Downloaded structmeta-derive v0.3.0
8582024-05-20T15:20:20.804Z Downloaded indexmap v1.9.3
8592024-05-20T15:20:20.804Z Downloaded serde_with_macros v3.7.0
8602024-05-20T15:20:20.805Z Downloaded httparse v1.8.0
8612024-05-20T15:20:20.805Z Downloaded zeroize_derive v1.4.2
8622024-05-20T15:20:20.805Z Downloaded cookie v0.17.0
8632024-05-20T15:20:20.805Z Downloaded blake2 v0.10.6
8642024-05-20T15:20:20.805Z Downloaded cancel-safe-futures v0.1.5
8652024-05-20T15:20:20.805Z Downloaded dtrace-parser v0.2.0
8662024-05-20T15:20:20.805Z Downloaded base64 v0.21.7
8672024-05-20T15:20:20.805Z Downloaded backtrace v0.3.69
8682024-05-20T15:20:20.805Z Downloaded untrusted v0.7.1
8692024-05-20T15:20:20.805Z Downloaded zerocopy v0.3.0
8702024-05-20T15:20:20.805Z Downloaded walkdir v2.5.0
8712024-05-20T15:20:20.805Z Downloaded crc-any v2.4.3
8722024-05-20T15:20:20.805Z Downloaded const-oid v0.9.6
8732024-05-20T15:20:20.805Z Downloaded clap v4.5.4
8742024-05-20T15:20:20.843Z Downloaded sync_wrapper v0.1.2
8752024-05-20T15:20:20.843Z Downloaded take_mut v0.2.2
8762024-05-20T15:20:20.843Z Downloaded hash32 v0.2.1
8772024-05-20T15:20:20.843Z Downloaded fs-err v2.11.0
8782024-05-20T15:20:20.843Z Downloaded slog-term v2.9.1
8792024-05-20T15:20:20.843Z Downloaded curve25519-dalek-derive v0.1.0
8802024-05-20T15:20:20.843Z Downloaded tabwriter v1.4.0
8812024-05-20T15:20:20.843Z Downloaded resolv-conf v0.7.0
8822024-05-20T15:20:20.843Z Downloaded usdt-macro v0.5.0
8832024-05-20T15:20:20.843Z Downloaded swrite v0.1.0
8842024-05-20T15:20:20.843Z Downloaded radium v0.7.0
8852024-05-20T15:20:20.843Z Downloaded predicates-tree v1.0.9
8862024-05-20T15:20:20.843Z Downloaded pest_generator v2.7.6
8872024-05-20T15:20:20.843Z Downloaded packed_struct_codegen v0.10.1
8882024-05-20T15:20:20.843Z Downloaded packed_struct v0.10.1
8892024-05-20T15:20:20.844Z Downloaded usdt-macro v0.3.5
8902024-05-20T15:20:20.844Z Downloaded serde_tokenstream v0.2.0
8912024-05-20T15:20:20.844Z Downloaded ryu v1.0.15
8922024-05-20T15:20:20.844Z Downloaded r2d2 v0.8.10
8932024-05-20T15:20:20.844Z Downloaded chacha20poly1305 v0.10.1
8942024-05-20T15:20:20.844Z Downloaded num_threads v0.1.6
8952024-05-20T15:20:20.844Z Downloaded equivalent v1.0.1
8962024-05-20T15:20:20.844Z Downloaded bytes v1.6.0
8972024-05-20T15:20:20.844Z Downloaded number_prefix v0.4.0
8982024-05-20T15:20:20.844Z Downloaded ref-cast-impl v1.0.23
8992024-05-20T15:20:20.844Z Downloaded shlex v1.3.0
9002024-05-20T15:20:20.844Z Downloaded ref-cast v1.0.23
9012024-05-20T15:20:20.844Z Downloaded subprocess v0.2.9
9022024-05-20T15:20:20.850Z Downloaded defmt-parser v0.3.3
9032024-05-20T15:20:20.850Z Downloaded defmt v0.3.5
9042024-05-20T15:20:20.850Z Downloaded indicatif v0.17.8
9052024-05-20T15:20:20.850Z Downloaded path-slash v0.1.5
9062024-05-20T15:20:20.850Z Downloaded structmeta-derive v0.2.0
9072024-05-20T15:20:20.858Z Downloaded smf v0.2.3
9082024-05-20T15:20:20.858Z Downloaded usdt-impl v0.5.0
9092024-05-20T15:20:20.858Z Downloaded synstructure v0.12.6
9102024-05-20T15:20:20.862Z Downloaded terminal_size v0.3.0
9112024-05-20T15:20:20.863Z Downloaded owo-colors v4.0.0
9122024-05-20T15:20:20.863Z Downloaded dirs-next v2.0.0
9132024-05-20T15:20:20.863Z Downloaded digest v0.10.7
9142024-05-20T15:20:20.866Z Downloaded stable_deref_trait v1.2.0
9152024-05-20T15:20:20.866Z Downloaded toml v0.8.12
9162024-05-20T15:20:20.870Z Downloaded stability v0.2.0
9172024-05-20T15:20:20.870Z Downloaded termcolor v1.2.0
9182024-05-20T15:20:20.873Z Downloaded deranged v0.3.11
9192024-05-20T15:20:20.873Z Downloaded futures-executor v0.3.30
9202024-05-20T15:20:20.876Z Downloaded time-core v0.1.2
9212024-05-20T15:20:20.876Z Downloaded sqlparser_derive v0.2.2
9222024-05-20T15:20:20.876Z Downloaded toolchain_find v0.4.0
9232024-05-20T15:20:20.882Z Downloaded futures-core v0.3.30
9242024-05-20T15:20:20.882Z Downloaded float-cmp v0.9.0
9252024-05-20T15:20:20.888Z Downloaded funty v2.0.0
9262024-05-20T15:20:20.888Z Downloaded num_enum_derive v0.5.11
9272024-05-20T15:20:20.888Z Downloaded num_enum v0.5.11
9282024-05-20T15:20:20.898Z Downloaded topological-sort v0.2.2
9292024-05-20T15:20:20.902Z Downloaded base64 v0.22.1
9302024-05-20T15:20:20.906Z Downloaded rand_xorshift v0.3.0
9312024-05-20T15:20:20.906Z Downloaded serde_yaml v0.9.25
9322024-05-20T15:20:20.909Z Downloaded derive_builder_macro v0.20.0
9332024-05-20T15:20:21.917Z Downloaded http v0.2.12
9342024-05-20T15:20:21.936Z Downloaded pest_derive v2.7.6
9352024-05-20T15:20:21.937Z Downloaded pin-utils v0.1.0
9362024-05-20T15:20:21.937Z Downloaded phf_shared v0.10.0
9372024-05-20T15:20:21.937Z Downloaded serde_path_to_error v0.1.16
9382024-05-20T15:20:21.937Z Downloaded smallvec v1.13.1
9392024-05-20T15:20:21.938Z Downloaded pest_meta v2.7.6
9402024-05-20T15:20:21.938Z Downloaded futures-task v0.3.30
9412024-05-20T15:20:21.938Z Downloaded const_format v0.2.32
9422024-05-20T15:20:21.939Z Downloaded term v0.7.0
9432024-05-20T15:20:21.939Z Downloaded postcard v1.0.8
9442024-05-20T15:20:21.939Z Downloaded tiny-keccak v2.0.2
9452024-05-20T15:20:21.939Z Downloaded termios v0.3.3
9462024-05-20T15:20:21.940Z Downloaded signal-hook v0.3.17
9472024-05-20T15:20:21.940Z Downloaded sqlformat v0.2.3
9482024-05-20T15:20:21.940Z Downloaded futures-channel v0.3.30
9492024-05-20T15:20:21.940Z Downloaded shell-words v1.1.0
9502024-05-20T15:20:21.940Z Downloaded universal-hash v0.5.1
9512024-05-20T15:20:21.941Z Downloaded der_derive v0.7.2
9522024-05-20T15:20:21.941Z Downloaded tungstenite v0.20.1
9532024-05-20T15:20:21.941Z Downloaded pin-project-internal v1.1.3
9542024-05-20T15:20:21.941Z Downloaded zip v0.6.6
9552024-05-20T15:20:21.941Z Downloaded unicode-width v0.1.11
9562024-05-20T15:20:21.941Z Downloaded mio v0.8.11
9572024-05-20T15:20:21.941Z Downloaded unicode-xid v0.2.4
9582024-05-20T15:20:21.941Z Downloaded foreign-types v0.3.2
9592024-05-20T15:20:21.941Z Downloaded flagset v0.4.3
9602024-05-20T15:20:21.941Z Downloaded fixedbitset v0.4.2
9612024-05-20T15:20:21.941Z Downloaded erased-serde v0.3.31
9622024-05-20T15:20:21.941Z Downloaded display-error-chain v0.2.0
9632024-05-20T15:20:21.941Z Downloaded usdt v0.5.0
9642024-05-20T15:20:21.941Z Downloaded phf_shared v0.11.2
9652024-05-20T15:20:21.941Z Downloaded phf v0.11.2
9662024-05-20T15:20:21.941Z Downloaded percent-encoding v2.3.1
9672024-05-20T15:20:21.941Z Downloaded quote v1.0.36
9682024-05-20T15:20:21.942Z Downloaded oso-derive v0.27.3
9692024-05-20T15:20:21.942Z Downloaded glob v0.3.1
9702024-05-20T15:20:21.942Z Downloaded rustc_version v0.4.0
9712024-05-20T15:20:21.942Z Downloaded proc-macro-error-attr v1.0.4
9722024-05-20T15:20:21.942Z Downloaded gethostname v0.4.3
9732024-05-20T15:20:21.942Z Downloaded sct v0.7.0
9742024-05-20T15:20:21.942Z Downloaded signal-hook-mio v0.2.3
9752024-05-20T15:20:21.942Z Downloaded semver v0.1.20
9762024-05-20T15:20:21.942Z Downloaded secrecy v0.8.0
9772024-05-20T15:20:21.942Z Downloaded thiserror v1.0.60
9782024-05-20T15:20:21.943Z Downloaded rand_chacha v0.3.1
9792024-05-20T15:20:21.943Z Downloaded globset v0.4.13
9802024-05-20T15:20:21.943Z Downloaded time-macros v0.2.17
9812024-05-20T15:20:21.943Z Downloaded zone v0.1.8
9822024-05-20T15:20:21.943Z Downloaded rayon-core v1.12.1
9832024-05-20T15:20:21.944Z Downloaded structmeta v0.2.0
9842024-05-20T15:20:21.944Z Downloaded unicase v2.7.0
9852024-05-20T15:20:21.944Z Downloaded serde_derive_internals v0.29.0
9862024-05-20T15:20:21.944Z Downloaded serde_urlencoded v0.7.1
9872024-05-20T15:20:21.944Z Downloaded salty v0.2.0
9882024-05-20T15:20:21.945Z Downloaded crunchy v0.2.2
9892024-05-20T15:20:21.945Z Downloaded crucible-workspace-hack v0.1.0
9902024-05-20T15:20:21.945Z Downloaded steno v0.4.0
9912024-05-20T15:20:21.945Z Downloaded filetime v0.2.23
9922024-05-20T15:20:21.945Z Downloaded olpc-cjson v0.1.3
9932024-05-20T15:20:21.946Z Downloaded usdt-attr-macro v0.5.0
9942024-05-20T15:20:21.946Z Downloaded fastrand v2.0.1
9952024-05-20T15:20:21.946Z Downloaded diesel_table_macro_syntax v0.1.0
9962024-05-20T15:20:21.946Z Downloaded enum-as-inner v0.5.1
9972024-05-20T15:20:21.946Z Downloaded openssl-probe v0.1.5
9982024-05-20T15:20:21.946Z Downloaded getrandom v0.2.12
9992024-05-20T15:20:21.946Z Downloaded tar v0.4.40
10002024-05-20T15:20:21.947Z Downloaded plain v0.2.3
10012024-05-20T15:20:21.947Z Downloaded schemars_derive v0.8.17
10022024-05-20T15:20:21.947Z Downloaded rand_seeder v0.2.3
10032024-05-20T15:20:21.947Z Downloaded psl-types v2.0.11
10042024-05-20T15:20:21.947Z Downloaded ppv-lite86 v0.2.17
10052024-05-20T15:20:21.947Z Downloaded sha2 v0.10.8
10062024-05-20T15:20:21.947Z Downloaded spin v0.5.2
10072024-05-20T15:20:21.948Z Downloaded version_check v0.9.4
10082024-05-20T15:20:21.948Z Downloaded thread-id v4.2.0
10092024-05-20T15:20:21.948Z Downloaded thiserror-no-std v2.0.2
10102024-05-20T15:20:21.948Z Downloaded csv-core v0.1.11
10112024-05-20T15:20:21.948Z Downloaded zerocopy-derive v0.7.32
10122024-05-20T15:20:21.948Z Downloaded tokio-tungstenite v0.21.0
10132024-05-20T15:20:21.949Z Downloaded rsa v0.9.2
10142024-05-20T15:20:21.949Z Downloaded tokio-stream v0.1.15
10152024-05-20T15:20:21.949Z Downloaded pretty-hex v0.4.1
10162024-05-20T15:20:21.949Z Downloaded pretty-hex v0.2.1
10172024-05-20T15:20:21.949Z Downloaded rustc_version v0.1.7
10182024-05-20T15:20:21.949Z Downloaded same-file v1.0.6
10192024-05-20T15:20:21.950Z Downloaded usdt-attr-macro v0.3.5
10202024-05-20T15:20:21.950Z Downloaded diesel_derives v2.1.2
10212024-05-20T15:20:21.950Z Downloaded structmeta v0.3.0
10222024-05-20T15:20:21.950Z Downloaded der v0.7.8
10232024-05-20T15:20:21.950Z Downloaded signal-hook-tokio v0.3.1
10242024-05-20T15:20:21.951Z Downloaded num v0.4.3
10252024-05-20T15:20:21.951Z Downloaded parking_lot v0.12.1
10262024-05-20T15:20:21.951Z Downloaded unicode-ident v1.0.12
10272024-05-20T15:20:21.951Z Downloaded fallible-iterator v0.2.0
10282024-05-20T15:20:21.951Z Downloaded errno v0.3.8
10292024-05-20T15:20:21.952Z Downloaded rand_core v0.6.4
10302024-05-20T15:20:21.952Z Downloaded nom v7.1.3
10312024-05-20T15:20:21.952Z Downloaded wyz v0.5.1
10322024-05-20T15:20:21.952Z Downloaded num-derive v0.4.0
10332024-05-20T15:20:21.952Z Downloaded termtree v0.4.1
10342024-05-20T15:20:21.981Z Downloaded parse-size v1.0.0
10352024-05-20T15:20:21.982Z Downloaded serde_with v3.7.0
10362024-05-20T15:20:21.982Z Downloaded foreign-types-shared v0.3.1
10372024-05-20T15:20:21.982Z Downloaded darling_macro v0.20.8
10382024-05-20T15:20:21.982Z Downloaded dof v0.1.5
10392024-05-20T15:20:21.982Z Downloaded tokio-tungstenite v0.20.1
10402024-05-20T15:20:21.982Z Downloaded toml v0.5.11
10412024-05-20T15:20:21.983Z Downloaded rustyline v14.0.0
10422024-05-20T15:20:21.983Z Downloaded peg-runtime v0.8.3
10432024-05-20T15:20:21.983Z Downloaded waitgroup v0.1.2
10442024-05-20T15:20:21.983Z Downloaded vte_generate_state_changes v0.1.1
10452024-05-20T15:20:21.984Z Downloaded serde_tokenstream v0.1.7
10462024-05-20T15:20:21.984Z Downloaded thread_local v1.1.7
10472024-05-20T15:20:21.985Z Downloaded derive_more v0.99.17
10482024-05-20T15:20:21.985Z Downloaded rpassword v7.3.1
10492024-05-20T15:20:21.986Z Downloaded parse-display v0.9.0
10502024-05-20T15:20:21.986Z Downloaded difflib v0.4.0
10512024-05-20T15:20:21.986Z Downloaded unarray v0.1.4
10522024-05-20T15:20:21.987Z Downloaded tower-service v0.3.2
10532024-05-20T15:20:21.987Z Downloaded opaque-debug v0.3.0
10542024-05-20T15:20:21.987Z Downloaded wait-timeout v0.2.0
10552024-05-20T15:20:21.987Z Downloaded siphasher v0.3.11
10562024-05-20T15:20:21.988Z Downloaded signature v1.6.4
10572024-05-20T15:20:21.988Z Downloaded thiserror-impl-no-std v2.0.2
10582024-05-20T15:20:21.988Z Downloaded xattr v1.0.1
10592024-05-20T15:20:21.989Z Downloaded ron v0.8.1
10602024-05-20T15:20:21.989Z Downloaded poly1305 v0.8.0
10612024-05-20T15:20:21.989Z Downloaded futures-sink v0.3.30
10622024-05-20T15:20:21.990Z Downloaded num-conv v0.1.0
10632024-05-20T15:20:21.990Z Downloaded whoami v1.5.1
10642024-05-20T15:20:21.990Z Downloaded blake3 v1.5.0
10652024-05-20T15:20:21.990Z Downloaded tokio-native-tls v0.3.1
10662024-05-20T15:20:21.990Z Downloaded group v0.13.0
10672024-05-20T15:20:21.991Z Downloaded similar v2.4.0
10682024-05-20T15:20:21.991Z Downloaded rustc-hash v1.1.0
10692024-05-20T15:20:21.991Z Downloaded rustls-pemfile v1.0.3
10702024-05-20T15:20:21.991Z Downloaded parking_lot_core v0.9.8
10712024-05-20T15:20:21.991Z Downloaded dirs-sys-next v0.1.2
10722024-05-20T15:20:21.991Z Downloaded serde_spanned v0.6.5
10732024-05-20T15:20:21.991Z Downloaded unicode_categories v0.1.1
10742024-05-20T15:20:21.991Z Downloaded parse-display-derive v0.9.0
10752024-05-20T15:20:21.991Z Downloaded peg v0.8.3
10762024-05-20T15:20:21.992Z Downloaded oso v0.27.3
10772024-05-20T15:20:21.992Z Downloaded pest v2.7.6
10782024-05-20T15:20:21.992Z Downloaded endian-type v0.1.2
10792024-05-20T15:20:21.992Z Downloaded slog-dtrace v0.3.0
10802024-05-20T15:20:21.992Z Downloaded slog-bunyan v2.5.0
10812024-05-20T15:20:21.992Z Downloaded crypto-common v0.1.6
10822024-05-20T15:20:21.992Z Downloaded serde-hex v0.1.0
10832024-05-20T15:20:21.993Z Downloaded fatfs v0.3.6
10842024-05-20T15:20:21.993Z Downloaded snafu v0.8.2
10852024-05-20T15:20:21.993Z Downloaded regex-automata v0.1.10
10862024-05-20T15:20:21.993Z Downloaded foreign-types-shared v0.1.1
10872024-05-20T15:20:21.993Z Downloaded slog-async v2.8.0
10882024-05-20T15:20:21.993Z Downloaded rustls-pemfile v2.1.2
10892024-05-20T15:20:21.993Z Downloaded paste v1.0.15
10902024-05-20T15:20:21.993Z Downloaded clap_builder v4.5.2
10912024-05-20T15:20:21.994Z Downloaded rustc-demangle v0.1.23
10922024-05-20T15:20:21.994Z Downloaded futures-macro v0.3.30
10932024-05-20T15:20:21.994Z Downloaded sec1 v0.7.3
10942024-05-20T15:20:21.994Z Downloaded tinyvec v1.6.0
10952024-05-20T15:20:21.994Z Downloaded bindgen v0.69.2
10962024-05-20T15:20:21.994Z Downloaded peg-macros v0.8.3
10972024-05-20T15:20:21.995Z Downloaded utf8parse v0.2.1
10982024-05-20T15:20:21.995Z Downloaded utf-8 v0.7.6
10992024-05-20T15:20:21.995Z Downloaded rand v0.8.5
11002024-05-20T15:20:21.995Z Downloaded ff v0.13.0
11012024-05-20T15:20:21.995Z Downloaded darling v0.20.8
11022024-05-20T15:20:21.995Z Downloaded portpicker v0.1.1
11032024-05-20T15:20:21.995Z Downloaded platforms v3.0.2
11042024-05-20T15:20:21.995Z Downloaded once_cell v1.19.0
11052024-05-20T15:20:21.996Z Downloaded rustversion v1.0.14
11062024-05-20T15:20:21.996Z Downloaded strip-ansi-escapes v0.2.0
11072024-05-20T15:20:21.996Z Downloaded foreign-types-macros v0.2.3
11082024-05-20T15:20:21.996Z Downloaded zone_cfg_derive v0.1.2
11092024-05-20T15:20:21.996Z Downloaded proc-macro-crate v1.3.1
11102024-05-20T15:20:21.996Z Downloaded crossbeam-utils v0.8.19
11112024-05-20T15:20:21.996Z Downloaded strsim v0.11.0
11122024-05-20T15:20:21.997Z Downloaded postgres-types v0.2.6
11132024-05-20T15:20:21.997Z Downloaded stringprep v0.1.3
11142024-05-20T15:20:21.997Z Downloaded postgres-protocol v0.6.6
11152024-05-20T15:20:21.997Z Downloaded test-strategy v0.3.1
11162024-05-20T15:20:21.997Z Downloaded powerfmt v0.2.0
11172024-05-20T15:20:21.997Z Downloaded quick-error v1.2.3
11182024-05-20T15:20:21.997Z Downloaded semver v1.0.23
11192024-05-20T15:20:21.998Z Downloaded scroll v0.12.0
11202024-05-20T15:20:21.998Z Downloaded zerocopy v0.6.6
11212024-05-20T15:20:21.998Z Downloaded yasna v0.5.2
11222024-05-20T15:20:21.998Z Downloaded tracing v0.1.40
11232024-05-20T15:20:21.998Z Downloaded crossbeam-epoch v0.9.18
11242024-05-20T15:20:21.998Z Downloaded textwrap v0.16.1
11252024-05-20T15:20:21.998Z Downloaded hkdf v0.12.4
11262024-05-20T15:20:21.998Z Downloaded num-complex v0.4.6
11272024-05-20T15:20:21.998Z Downloaded strsim v0.10.0
11282024-05-20T15:20:21.998Z Downloaded openssl-sys v0.9.102
11292024-05-20T15:20:21.998Z Downloaded proc-macro-error v1.0.4
11302024-05-20T15:20:21.998Z Downloaded fd-lock v4.0.2
11312024-05-20T15:20:21.998Z Downloaded tokio-rustls v0.25.0
11322024-05-20T15:20:21.998Z Downloaded hashbrown v0.12.3
11332024-05-20T15:20:21.998Z Downloaded typenum v1.16.0
11342024-05-20T15:20:22.017Z Downloaded slog v2.7.0
11352024-05-20T15:20:22.017Z Downloaded expectorate v1.1.0
11362024-05-20T15:20:22.018Z Downloaded hyper v0.14.28
11372024-05-20T15:20:22.018Z Downloaded uuid v1.8.0
11382024-05-20T15:20:22.018Z Downloaded bitvec v1.0.1
11392024-05-20T15:20:22.018Z Downloaded socket2 v0.5.6
11402024-05-20T15:20:22.018Z Downloaded derive-where v1.2.7
11412024-05-20T15:20:22.018Z Downloaded tungstenite v0.21.0
11422024-05-20T15:20:22.018Z Downloaded half v2.3.1
11432024-05-20T15:20:22.019Z Downloaded x509-cert v0.2.4
11442024-05-20T15:20:22.019Z Downloaded tough v0.17.1
11452024-05-20T15:20:22.019Z Downloaded tokio-util v0.7.10
11462024-05-20T15:20:22.019Z Downloaded serde_json v1.0.117
11472024-05-20T15:20:22.019Z Downloaded darling_core v0.20.8
11482024-05-20T15:20:22.019Z Downloaded prettyplease v0.2.20
11492024-05-20T15:20:22.019Z Downloaded flume v0.11.0
11502024-05-20T15:20:22.019Z Downloaded serde v1.0.201
11512024-05-20T15:20:22.020Z Downloaded reqwest v0.11.27
11522024-05-20T15:20:22.020Z Downloaded trust-dns-client v0.22.0
11532024-05-20T15:20:22.020Z Downloaded crossterm v0.27.0
11542024-05-20T15:20:22.020Z Downloaded rustls-webpki v0.101.7
11552024-05-20T15:20:22.020Z Downloaded tokio-postgres v0.7.10
11562024-05-20T15:20:22.020Z Downloaded typed-path v0.7.0
11572024-05-20T15:20:22.020Z Downloaded num-bigint v0.4.4
11582024-05-20T15:20:22.020Z Downloaded zerocopy v0.7.32
11592024-05-20T15:20:22.020Z Downloaded syn v2.0.60
11602024-05-20T15:20:22.020Z Downloaded tabled v0.15.0
11612024-05-20T15:20:22.020Z Downloaded num-bigint-dig v0.8.4
11622024-05-20T15:20:22.020Z Downloaded regex v1.10.4
11632024-05-20T15:20:22.020Z Downloaded goblin v0.8.0
11642024-05-20T15:20:22.020Z Downloaded rayon v1.10.0
11652024-05-20T15:20:22.020Z Downloaded proptest v1.4.0
11662024-05-20T15:20:22.020Z Downloaded portable-atomic v1.4.3
11672024-05-20T15:20:22.020Z Downloaded h2 v0.3.26
11682024-05-20T15:20:22.020Z Downloaded quick-xml v0.31.0
11692024-05-20T15:20:22.020Z Downloaded webpki-roots v0.25.2
11702024-05-20T15:20:22.020Z Downloaded rustls v0.21.9
11712024-05-20T15:20:22.021Z Downloaded smoltcp v0.11.0
11722024-05-20T15:20:22.021Z Downloaded object v0.30.4
11732024-05-20T15:20:22.021Z Downloaded smoltcp v0.9.1
11742024-05-20T15:20:22.021Z Downloaded rustls-webpki v0.102.1
11752024-05-20T15:20:22.021Z Downloaded regex-syntax v0.6.29
11762024-05-20T15:20:22.021Z Downloaded polar-core v0.27.3
11772024-05-20T15:20:22.021Z Downloaded gimli v0.28.0
11782024-05-20T15:20:22.021Z Downloaded sled v0.34.7
11792024-05-20T15:20:22.021Z Downloaded regress v0.9.1
11802024-05-20T15:20:22.021Z Downloaded openapiv3 v2.0.0
11812024-05-20T15:20:22.021Z Downloaded radix_trie v0.2.1
11822024-05-20T15:20:22.021Z Downloaded ratatui v0.26.2
11832024-05-20T15:20:22.021Z Downloaded diesel v2.1.6
11842024-05-20T15:20:22.022Z Downloaded trust-dns-proto v0.22.0
11852024-05-20T15:20:22.022Z Downloaded sha3 v0.10.8
11862024-05-20T15:20:22.022Z Downloaded petgraph v0.6.5
11872024-05-20T15:20:22.022Z Downloaded rustix v0.38.31
11882024-05-20T15:20:22.022Z Downloaded bzip2-sys v0.1.11+1.0.8
11892024-05-20T15:20:22.022Z Downloaded openssl v0.10.64
11902024-05-20T15:20:22.022Z Downloaded zerocopy-derive v0.6.6
11912024-05-20T15:20:22.022Z Downloaded zerocopy-derive v0.2.0
11922024-05-20T15:20:22.022Z Downloaded curve25519-dalek v4.1.2
11932024-05-20T15:20:22.022Z Downloaded rustls v0.22.4
11942024-05-20T15:20:22.022Z Downloaded object v0.32.1
11952024-05-20T15:20:22.022Z Downloaded regex-automata v0.4.5
11962024-05-20T15:20:22.022Z Downloaded nix v0.28.0
11972024-05-20T15:20:22.022Z Downloaded bstr v1.9.0
11982024-05-20T15:20:22.022Z Downloaded libc v0.2.153
11992024-05-20T15:20:22.022Z Downloaded tokio v1.37.0
12002024-05-20T15:20:22.035Z Downloaded regex-syntax v0.8.2
12012024-05-20T15:20:22.035Z Downloaded bstr v0.2.17
12022024-05-20T15:20:22.045Z Downloaded csv v1.3.0
12032024-05-20T15:20:22.055Z Downloaded syn v1.0.109
12042024-05-20T15:20:22.064Z Downloaded idna v0.3.0
12052024-05-20T15:20:22.074Z Downloaded idna v0.2.3
12062024-05-20T15:20:22.090Z Downloaded vcpkg v0.2.15
12072024-05-20T15:20:22.122Z Downloaded lalrpop v0.19.12
12082024-05-20T15:20:22.135Z Downloaded winnow v0.5.15
12092024-05-20T15:20:22.148Z Downloaded winnow v0.6.1
12102024-05-20T15:20:22.170Z Downloaded chrono v0.4.38
12112024-05-20T15:20:22.170Z Downloaded tracing-core v0.1.32
12122024-05-20T15:20:22.170Z Downloaded publicsuffix v2.2.3
12132024-05-20T15:20:22.171Z Downloaded futures-util v0.3.30
12142024-05-20T15:20:22.606Z Downloaded encoding_rs v0.8.33
12152024-05-20T15:20:22.621Z Downloaded socket2 v0.4.9
12162024-05-20T15:20:22.621Z Downloaded sqlparser v0.45.0
12172024-05-20T15:20:22.621Z Downloaded env_logger v0.9.3
12182024-05-20T15:20:22.621Z Downloaded omicron-zone-package v0.11.0
12192024-05-20T15:20:22.621Z Downloaded unicode-normalization v0.1.22
12202024-05-20T15:20:22.621Z Downloaded tokio-rustls v0.24.1
12212024-05-20T15:20:22.621Z Downloaded schemars v0.8.17
12222024-05-20T15:20:22.621Z Downloaded unicode-segmentation v1.10.1
12232024-05-20T15:20:22.621Z Downloaded futures-io v0.3.30
12242024-05-20T15:20:22.621Z Downloaded password-hash v0.5.0
12252024-05-20T15:20:22.621Z Downloaded ucd-trie v0.1.6
12262024-05-20T15:20:22.621Z Downloaded toml_edit v0.22.12
12272024-05-20T15:20:22.621Z Downloaded reedline v0.31.0
12282024-05-20T15:20:22.621Z Downloaded uzers v0.11.3
12292024-05-20T15:20:22.621Z Downloaded derive_builder v0.20.0
12302024-05-20T15:20:22.621Z Downloaded diff v0.1.13
12312024-05-20T15:20:22.622Z Downloaded data-encoding v2.4.0
12322024-05-20T15:20:22.622Z Downloaded ena v0.14.2
12332024-05-20T15:20:22.622Z Downloaded vte v0.11.1
12342024-05-20T15:20:22.622Z Downloaded signal-hook-registry v1.4.1
12352024-05-20T15:20:22.622Z Downloaded serde_plain v1.0.2
12362024-05-20T15:20:22.622Z Downloaded serde_arrays v0.1.0
12372024-05-20T15:20:22.622Z Downloaded parking_lot v0.11.2
12382024-05-20T15:20:22.622Z Downloaded proc-macro2 v1.0.82
12392024-05-20T15:20:22.622Z Downloaded itertools v0.12.1
12402024-05-20T15:20:22.622Z Downloaded tracing-attributes v0.1.27
12412024-05-20T15:20:22.622Z Downloaded papergrid v0.11.0
12422024-05-20T15:20:22.622Z Downloaded libm v0.2.7
12432024-05-20T15:20:22.622Z Downloaded flate2 v1.0.30
12442024-05-20T15:20:22.622Z Downloaded vsss-rs v3.3.4
12452024-05-20T15:20:22.622Z Downloaded toml v0.7.8
12462024-05-20T15:20:22.622Z Downloaded unsafe-libyaml v0.2.10
12472024-05-20T15:20:22.622Z Downloaded want v0.3.1
12482024-05-20T15:20:22.622Z Downloaded static_assertions v1.1.0
12492024-05-20T15:20:22.623Z Downloaded sha1 v0.10.6
12502024-05-20T15:20:22.623Z Downloaded scopeguard v1.2.0
12512024-05-20T15:20:22.623Z Downloaded rusty-fork v0.3.0
12522024-05-20T15:20:22.623Z Downloaded snafu-derive v0.8.2
12532024-05-20T15:20:22.623Z Downloaded time v0.3.34
12542024-05-20T15:20:22.623Z Downloaded unicode-bidi v0.3.15
12552024-05-20T15:20:22.623Z Downloaded pin-project v1.1.3
12562024-05-20T15:20:22.623Z Downloaded trust-dns-resolver v0.22.0
12572024-05-20T15:20:22.623Z Downloaded spin v0.9.8
12582024-05-20T15:20:22.623Z Downloaded trust-dns-server v0.22.1
12592024-05-20T15:20:22.623Z Downloaded thiserror-impl v1.0.60
12602024-05-20T15:20:22.623Z Downloaded pem v3.0.4
12612024-05-20T15:20:22.623Z Downloaded futures v0.3.30
12622024-05-20T15:20:22.623Z Downloaded parking_lot_core v0.8.6
12632024-05-20T15:20:22.623Z Downloaded getopts v0.2.21
12642024-05-20T15:20:22.623Z Downloaded slab v0.4.9
12652024-05-20T15:20:22.623Z Downloaded url v2.5.0
12662024-05-20T15:20:22.623Z Downloaded toml_edit v0.19.15
12672024-05-20T15:20:22.623Z Downloaded num_cpus v1.16.0
12682024-05-20T15:20:22.623Z Downloaded foreign-types v0.5.0
12692024-05-20T15:20:22.623Z Downloaded fnv v1.0.7
12702024-05-20T15:20:22.623Z Downloaded derive_builder_core v0.20.0
12712024-05-20T15:20:22.624Z Downloaded usdt v0.3.5
12722024-05-20T15:20:22.624Z Downloaded serde_derive v1.0.201
12732024-05-20T15:20:22.624Z Downloaded crypto-bigint v0.5.2
12742024-05-20T15:20:22.624Z Downloaded http v1.0.0
12752024-05-20T15:20:22.624Z Downloaded rcgen v0.12.1
12762024-05-20T15:20:22.624Z Downloaded elliptic-curve v0.13.8
12772024-05-20T15:20:22.624Z Downloaded crossbeam-channel v0.5.8
12782024-05-20T15:20:22.624Z Downloaded pkcs8 v0.10.2
12792024-05-20T15:20:22.624Z Downloaded pin-project-lite v0.2.13
12802024-05-20T15:20:22.624Z Downloaded pkg-config v0.3.27
12812024-05-20T15:20:22.624Z Downloaded pkcs1 v0.7.5
12822024-05-20T15:20:22.624Z Downloaded pem-rfc7468 v0.7.0
12832024-05-20T15:20:22.624Z Downloaded which v4.4.0
12842024-05-20T15:20:22.624Z Downloaded cstr-argument v0.1.2
12852024-05-20T15:20:22.624Z Downloaded unicode-linebreak v0.1.5
12862024-05-20T15:20:22.624Z Downloaded memchr v2.7.1
12872024-05-20T15:20:22.624Z Downloaded minimal-lexical v0.2.1
12882024-05-20T15:20:22.624Z Downloaded spki v0.7.2
12892024-05-20T15:20:22.624Z Downloaded env_logger v0.10.0
12902024-05-20T15:20:22.624Z Downloaded num-traits v0.2.19
12912024-05-20T15:20:22.624Z Downloaded tempfile v3.10.1
12922024-05-20T15:20:22.624Z Downloaded scroll_derive v0.12.0
12932024-05-20T15:20:22.624Z Downloaded scheduled-thread-pool v0.2.7
12942024-05-20T15:20:22.624Z Downloaded samael v0.0.15
12952024-05-20T15:20:22.624Z Downloaded form_urlencoded v1.2.1
12962024-05-20T15:20:22.625Z Downloaded debug-ignore v1.0.5
12972024-05-20T15:20:22.625Z Downloaded tap v1.0.1
12982024-05-20T15:20:22.625Z Downloaded tabled_derive v0.7.0
12992024-05-20T15:20:22.625Z Downloaded num-rational v0.4.2
13002024-05-20T15:20:22.625Z Downloaded usdt-impl v0.3.5
13012024-05-20T15:20:22.625Z Downloaded smawk v0.3.1
13022024-05-20T15:20:22.625Z Downloaded slog-json v2.6.1
13032024-05-20T15:20:22.625Z Downloaded slog-envlogger v2.2.0
13042024-05-20T15:20:22.625Z Downloaded hash32 v0.3.1
13052024-05-20T15:20:22.625Z Downloaded compact_str v0.7.1
13062024-05-20T15:20:22.625Z Downloaded num-integer v0.1.46
13072024-05-20T15:20:22.625Z Downloaded predicates-core v1.0.6
13082024-05-20T15:20:22.625Z Downloaded predicates v3.1.0
13092024-05-20T15:20:22.625Z Downloaded cookie v0.18.1
13102024-05-20T15:20:22.625Z Downloaded cc v1.0.83
13112024-05-20T15:20:22.625Z Downloaded embedded-io v0.4.0
13122024-05-20T15:20:22.625Z Downloaded ron v0.7.1
13132024-05-20T15:20:22.625Z Downloaded generic-array v0.14.7
13142024-05-20T15:20:22.625Z Downloaded fragile v2.0.0
13152024-05-20T15:20:22.631Z Downloaded either v1.11.0
13162024-05-20T15:20:22.631Z Downloaded ed25519 v1.5.3
13172024-05-20T15:20:22.631Z Downloaded dyn-clone v1.0.17
13182024-05-20T15:20:22.631Z Downloaded dof v0.3.0
13192024-05-20T15:20:22.631Z Downloaded defmt-macros v0.3.6
13202024-05-20T15:20:22.631Z Downloaded zeroize v1.7.0
13212024-05-20T15:20:22.631Z Downloaded strum_macros v0.26.1
13222024-05-20T15:20:22.631Z Downloaded strum_macros v0.24.3
13232024-05-20T15:20:22.631Z Downloaded clang-sys v1.6.1
13242024-05-20T15:20:22.631Z Downloaded buf-list v1.0.3
13252024-05-20T15:20:22.632Z Downloaded untrusted v0.9.0
13262024-05-20T15:20:22.632Z Downloaded toml_datetime v0.6.5
13272024-05-20T15:20:22.632Z Downloaded smallvec v0.6.14
13282024-05-20T15:20:22.632Z Downloaded miniz_oxide v0.7.1
13292024-05-20T15:20:22.632Z Downloaded log v0.4.21
13302024-05-20T15:20:22.632Z Downloaded tui-tree-widget v0.19.0
13312024-05-20T15:20:22.632Z Downloaded num-iter v0.1.45
13322024-05-20T15:20:22.632Z Downloaded fxhash v0.2.1
13332024-05-20T15:20:22.632Z Downloaded dtrace-parser v0.1.14
13342024-05-20T15:20:22.632Z Downloaded try-lock v0.2.4
13352024-05-20T15:20:22.633Z Downloaded mime_guess v2.0.4
13362024-05-20T15:20:22.633Z Downloaded clap_derive v4.5.4
13372024-05-20T15:20:22.633Z Downloaded cipher v0.4.4
13382024-05-20T15:20:22.633Z Downloaded cassowary v0.3.0
13392024-05-20T15:20:22.633Z Downloaded camino v1.1.7
13402024-05-20T15:20:22.633Z Downloaded const_format_proc_macros v0.2.32
13412024-05-20T15:20:22.633Z Downloaded console v0.15.8
13422024-05-20T15:20:22.633Z Downloaded hyper-staticfile v0.9.5
13432024-05-20T15:20:22.633Z Downloaded slog-stdlog v4.1.1
13442024-05-20T15:20:22.633Z Downloaded slog-scope v4.4.0
13452024-05-20T15:20:22.633Z Downloaded subtle v2.5.0
13462024-05-20T15:20:22.633Z Downloaded ipnet v2.9.0
13472024-05-20T15:20:22.634Z Downloaded nibble_vec v0.1.0
13482024-05-20T15:20:22.634Z Downloaded newtype-uuid v1.1.0
13492024-05-20T15:20:22.634Z Downloaded mime v0.3.17
13502024-05-20T15:20:22.634Z Downloaded memmap v0.7.0
13512024-05-20T15:20:22.634Z Downloaded maplit v1.0.2
13522024-05-20T15:20:22.634Z Downloaded lock_api v0.4.10
13532024-05-20T15:20:22.634Z Downloaded libloading v0.7.4
13542024-05-20T15:20:22.634Z Downloaded libefi-sys v0.1.0
13552024-05-20T15:20:22.634Z Downloaded kstat-rs v0.2.3
13562024-05-20T15:20:22.635Z Downloaded indoc v2.0.3
13572024-05-20T15:20:22.635Z Downloaded hubpack v0.1.2
13582024-05-20T15:20:22.635Z Downloaded convert_case v0.4.0
13592024-05-20T15:20:22.635Z Downloaded cargo-platform v0.1.3
13602024-05-20T15:20:22.635Z Downloaded bcs v0.1.6
13612024-05-20T15:20:22.635Z Downloaded async-trait v0.1.80
13622024-05-20T15:20:22.635Z Downloaded macaddr v1.0.1
13632024-05-20T15:20:22.636Z Downloaded keccak v0.1.4
13642024-05-20T15:20:22.636Z Downloaded indoc v1.0.9
13652024-05-20T15:20:22.636Z Downloaded hostname v0.4.0
13662024-05-20T15:20:22.636Z Downloaded hostname v0.3.1
13672024-05-20T15:20:22.636Z Downloaded cobs v0.2.3
13682024-05-20T15:20:22.636Z Downloaded lru v0.12.1
13692024-05-20T15:20:22.636Z Downloaded lazycell v1.3.0
13702024-05-20T15:20:22.636Z Downloaded lazy_static v1.4.0
13712024-05-20T15:20:22.636Z Downloaded ring v0.17.8
13722024-05-20T15:20:22.653Z Downloaded itoa v1.0.9
13732024-05-20T15:20:23.698Z Downloaded is-terminal v0.4.9
13742024-05-20T15:20:23.698Z Downloaded colorchoice v1.0.0
13752024-05-20T15:20:23.698Z Downloaded castaway v0.2.2
13762024-05-20T15:20:23.698Z Downloaded cargo_metadata v0.18.1
13772024-05-20T15:20:23.698Z Downloaded bytecount v0.6.3
13782024-05-20T15:20:23.699Z Downloaded mockall v0.12.1
13792024-05-20T15:20:23.699Z Downloaded heck v0.5.0
13802024-05-20T15:20:23.699Z Downloaded heck v0.3.3
13812024-05-20T15:20:23.699Z Downloaded constant_time_eq v0.3.0
13822024-05-20T15:20:23.699Z Downloaded clap_lex v0.7.0
13832024-05-20T15:20:23.699Z Downloaded ciborium-ll v0.2.2
13842024-05-20T15:20:23.749Z Downloaded byteorder v1.5.0
13852024-05-20T15:20:23.749Z Downloaded hyper-tls v0.5.0
13862024-05-20T15:20:23.749Z Downloaded camino-tempfile v1.1.1
13872024-05-20T15:20:23.749Z Downloaded impl-trait-for-tuples v0.2.2
13882024-05-20T15:20:23.749Z Downloaded block-padding v0.3.3
13892024-05-20T15:20:23.749Z Downloaded addr2line v0.21.0
13902024-05-20T15:20:23.749Z Downloaded newtype_derive v0.1.6
13912024-05-20T15:20:23.749Z Downloaded inout v0.1.3
13922024-05-20T15:20:23.749Z Downloaded http-body v0.4.5
13932024-05-20T15:20:23.749Z Downloaded highway v1.1.0
13942024-05-20T15:20:23.749Z Downloaded cfg-if v1.0.0
13952024-05-20T15:20:23.749Z Downloaded ascii-canvas v3.0.0
13962024-05-20T15:20:23.749Z Downloaded anstream v0.6.11
13972024-05-20T15:20:23.749Z Downloaded ahash v0.8.8
13982024-05-20T15:20:23.749Z Downloaded humantime v2.1.0
13992024-05-20T15:20:23.749Z Downloaded bitstruct v0.1.1
14002024-05-20T15:20:23.749Z Downloaded bitflags v1.3.2
14012024-05-20T15:20:23.749Z Downloaded base16ct v0.2.0
14022024-05-20T15:20:23.749Z Downloaded autocfg v1.1.0
14032024-05-20T15:20:23.749Z Downloaded ring v0.16.20
14042024-05-20T15:20:23.749Z Downloaded array-init v0.0.4
14052024-05-20T15:20:23.749Z Downloaded anstyle-query v1.0.0
14062024-05-20T15:20:23.750Z Downloaded httpdate v1.0.3
14072024-05-20T15:20:23.750Z Downloaded async-stream-impl v0.3.5
14082024-05-20T15:20:23.750Z Downloaded ascii v1.1.0
14092024-05-20T15:20:23.750Z Downloaded anstyle-parse v0.2.1
14102024-05-20T15:20:23.750Z Downloaded aho-corasick v1.1.2
14112024-05-20T15:20:23.750Z Downloaded headers v0.3.9
14122024-05-20T15:20:23.750Z Downloaded hashbrown v0.13.2
14132024-05-20T15:20:23.750Z Compiling proc-macro2 v1.0.82
14142024-05-20T15:20:23.750Z Compiling unicode-ident v1.0.12
14152024-05-20T15:20:23.750Z Compiling libc v0.2.153
14162024-05-20T15:20:23.750Z Compiling serde v1.0.201
14172024-05-20T15:20:23.750Z Compiling autocfg v1.1.0
14182024-05-20T15:20:23.750Z Compiling version_check v0.9.4
14192024-05-20T15:20:23.750Z Compiling cfg-if v1.0.0
14202024-05-20T15:20:23.750Z Compiling once_cell v1.19.0
14212024-05-20T15:20:23.750Z Compiling parking_lot_core v0.9.8
14222024-05-20T15:20:23.750Z Compiling libm v0.2.7
14232024-05-20T15:20:23.750Z Compiling serde_json v1.0.117
14242024-05-20T15:20:23.868Z Compiling ahash v0.8.8
14252024-05-20T15:20:23.919Z Compiling lock_api v0.4.10
14262024-05-20T15:20:26.782Z Compiling byteorder v1.5.0
14272024-05-20T15:20:26.972Z Compiling memchr v2.7.1
14282024-05-20T15:20:26.972Z Compiling num-traits v0.2.19
14292024-05-20T15:20:26.972Z Compiling thiserror v1.0.60
14302024-05-20T15:20:26.972Z Compiling typenum v1.16.0
14312024-05-20T15:20:27.276Z Compiling log v0.4.21
14322024-05-20T15:20:27.424Z Compiling generic-array v0.14.7
14332024-05-20T15:20:28.100Z Compiling itoa v1.0.9
14342024-05-20T15:20:28.106Z Compiling quote v1.0.36
14352024-05-20T15:20:28.106Z Compiling scopeguard v1.2.0
14362024-05-20T15:20:28.221Z Compiling cc v1.0.83
14372024-05-20T15:20:28.284Z Compiling syn v2.0.60
14382024-05-20T15:20:28.320Z Compiling getrandom v0.2.12
14392024-05-20T15:20:28.802Z Compiling allocator-api2 v0.2.16
14402024-05-20T15:20:28.859Z Compiling slab v0.4.9
14412024-05-20T15:20:29.096Z Compiling ryu v1.0.15
14422024-05-20T15:20:29.182Z Compiling smallvec v1.13.1
14432024-05-20T15:20:29.234Z Compiling pin-project-lite v0.2.13
14442024-05-20T15:20:29.416Z Compiling schemars v0.8.17
14452024-05-20T15:20:29.491Z Compiling syn v1.0.109
14462024-05-20T15:20:29.570Z Compiling equivalent v1.0.1
14472024-05-20T15:20:29.856Z Compiling vcpkg v0.2.15
14482024-05-20T15:20:29.856Z Compiling pkg-config v0.3.27
14492024-05-20T15:20:30.215Z Compiling parking_lot v0.12.1
14502024-05-20T15:20:30.601Z Compiling signal-hook-registry v1.4.1
14512024-05-20T15:20:30.630Z Compiling ring v0.17.8
14522024-05-20T15:20:31.443Z Compiling openssl-sys v0.9.102
14532024-05-20T15:20:31.810Z Compiling mio v0.8.11
14542024-05-20T15:20:32.673Z Compiling fnv v1.0.7
14552024-05-20T15:20:32.778Z Compiling rand_core v0.6.4
14562024-05-20T15:20:33.007Z Compiling num_cpus v1.16.0
14572024-05-20T15:20:33.180Z Compiling socket2 v0.5.6
14582024-05-20T15:20:33.286Z Compiling time-core v0.1.2
14592024-05-20T15:20:33.402Z Compiling num-conv v0.1.0
14602024-05-20T15:20:33.626Z Compiling ring v0.16.20
14612024-05-20T15:20:33.832Z Compiling time-macros v0.2.17
14622024-05-20T15:20:34.563Z Compiling httparse v1.8.0
14632024-05-20T15:20:34.885Z Compiling futures-core v0.3.30
14642024-05-20T15:20:34.987Z Compiling openssl v0.10.64
14652024-05-20T15:20:35.144Z Compiling rustix v0.38.31
14662024-05-20T15:20:35.499Z Compiling iana-time-zone v0.1.57
14672024-05-20T15:20:35.522Z Compiling semver v1.0.23
14682024-05-20T15:20:35.539Z Compiling serde_derive_internals v0.29.0
14692024-05-20T15:20:35.759Z Compiling crossbeam-utils v0.8.19
14702024-05-20T15:20:36.298Z Compiling tinyvec_macros v0.1.1
14712024-05-20T15:20:36.900Z Compiling rustls v0.21.9
14722024-05-20T15:20:36.900Z Compiling spin v0.5.2
14732024-05-20T15:20:36.923Z Compiling native-tls v0.2.11
14742024-05-20T15:20:36.923Z Compiling tinyvec v1.6.0
14752024-05-20T15:20:36.923Z Compiling spin v0.9.8
14762024-05-20T15:20:37.272Z Compiling const-oid v0.9.6
14772024-05-20T15:20:37.313Z Compiling ucd-trie v0.1.6
14782024-05-20T15:20:37.466Z Compiling subtle v2.5.0
14792024-05-20T15:20:37.779Z Compiling futures-sink v0.3.30
14802024-05-20T15:20:37.912Z Compiling backtrace v0.3.69
14812024-05-20T15:20:38.534Z Compiling unicode-normalization v0.1.22
14822024-05-20T15:20:38.750Z Compiling cookie v0.17.0
14832024-05-20T15:20:38.750Z Compiling heck v0.4.1
14842024-05-20T15:20:38.750Z Compiling slog v2.7.0
14852024-05-20T15:20:38.750Z Compiling heck v0.5.0
14862024-05-20T15:20:39.246Z Compiling dyn-clone v1.0.17
14872024-05-20T15:20:39.246Z Compiling unicode-bidi v0.3.15
14882024-05-20T15:20:39.246Z Compiling futures-channel v0.3.30
14892024-05-20T15:20:39.510Z Compiling tracing-core v0.1.32
14902024-05-20T15:20:39.511Z Compiling futures-task v0.3.30
14912024-05-20T15:20:39.633Z Compiling futures-io v0.3.30
14922024-05-20T15:20:39.938Z Compiling pin-utils v0.1.0
14932024-05-20T15:20:41.009Z Compiling aho-corasick v1.1.2
14942024-05-20T15:20:41.009Z Compiling winnow v0.5.15
14952024-05-20T15:20:41.009Z Compiling serde_derive v1.0.201
14962024-05-20T15:20:41.010Z Compiling zerocopy-derive v0.7.32
14972024-05-20T15:20:41.860Z Compiling zeroize_derive v1.4.2
14982024-05-20T15:20:42.723Z Compiling thiserror-impl v1.0.60
14992024-05-20T15:20:42.870Z Compiling zerocopy v0.7.32
15002024-05-20T15:20:43.068Z Compiling tokio-macros v2.2.0
15012024-05-20T15:20:43.813Z Compiling futures-macro v0.3.30
15022024-05-20T15:20:44.121Z Compiling tracing-attributes v0.1.27
15032024-05-20T15:20:44.392Z Compiling schemars_derive v0.8.17
15042024-05-20T15:20:44.914Z Compiling hashbrown v0.14.3
15052024-05-20T15:20:45.305Z Compiling zeroize v1.7.0
15062024-05-20T15:20:46.277Z Compiling openssl-macros v0.1.1
15072024-05-20T15:20:47.045Z Compiling scroll_derive v0.12.0
15082024-05-20T15:20:47.075Z Compiling pest v2.7.6
15092024-05-20T15:20:47.327Z Compiling crypto-common v0.1.6
15102024-05-20T15:20:47.475Z Compiling tracing v0.1.40
15112024-05-20T15:20:47.525Z Compiling futures-util v0.3.30
15122024-05-20T15:20:47.719Z Compiling der_derive v0.7.2
15132024-05-20T15:20:48.621Z Compiling regex-syntax v0.8.2
15142024-05-20T15:20:49.584Z Compiling pest_meta v2.7.6
15152024-05-20T15:20:50.234Z Compiling anyhow v1.0.83
15162024-05-20T15:20:50.751Z Compiling block-buffer v0.10.4
15172024-05-20T15:20:50.886Z Compiling pest_generator v2.7.6
15182024-05-20T15:20:52.709Z Compiling regex-automata v0.4.5
15192024-05-20T15:20:53.498Z Compiling pest_derive v2.7.6
15202024-05-20T15:20:53.993Z Compiling bytes v1.6.0
15212024-05-20T15:20:54.193Z Compiling indexmap v2.2.6
15222024-05-20T15:20:54.288Z Compiling uuid v1.8.0
15232024-05-20T15:20:55.196Z Compiling bitflags v2.4.2
15242024-05-20T15:20:55.709Z Compiling serde_tokenstream v0.2.0
15252024-05-20T15:20:56.386Z Compiling tokio v1.37.0
15262024-05-20T15:20:56.678Z Compiling chrono v0.4.38
15272024-05-20T15:20:57.355Z Compiling serde_spanned v0.6.5
15282024-05-20T15:20:57.564Z Compiling toml_datetime v0.6.5
15292024-05-20T15:20:57.999Z Compiling http v0.2.12
15302024-05-20T15:21:00.321Z Compiling rustc_version v0.4.0
15312024-05-20T15:21:00.933Z Compiling toml_edit v0.19.15
15322024-05-20T15:21:02.750Z Compiling usdt-impl v0.5.0
15332024-05-20T15:21:03.215Z Compiling untrusted v0.9.0
15342024-05-20T15:21:03.291Z Compiling powerfmt v0.2.0
15352024-05-20T15:21:03.513Z Compiling rustversion v1.0.14
15362024-05-20T15:21:03.783Z Compiling deranged v0.3.11
15372024-05-20T15:21:04.580Z Compiling heapless v0.7.16
15382024-05-20T15:21:05.022Z Compiling digest v0.10.7
15392024-05-20T15:21:05.875Z Compiling scroll v0.12.0
15402024-05-20T15:21:06.144Z Compiling signal-hook v0.3.17
15412024-05-20T15:21:06.236Z Compiling num_threads v0.1.6
15422024-05-20T15:21:06.256Z Compiling percent-encoding v2.3.1
15432024-05-20T15:21:06.357Z Compiling ppv-lite86 v0.2.17
15442024-05-20T15:21:06.612Z Compiling plain v0.2.3
15452024-05-20T15:21:06.784Z Compiling goblin v0.8.0
15462024-05-20T15:21:07.179Z Compiling rand_chacha v0.3.1
15472024-05-20T15:21:07.231Z Compiling time v0.3.34
15482024-05-20T15:21:08.147Z Compiling regex v1.10.4
15492024-05-20T15:21:10.497Z Compiling pretty-hex v0.4.1
15502024-05-20T15:21:10.914Z Compiling crc32fast v1.3.2
15512024-05-20T15:21:11.395Z Compiling rand v0.8.5
15522024-05-20T15:21:12.267Z Compiling tokio-util v0.7.10
15532024-05-20T15:21:12.526Z Compiling dof v0.3.0
15542024-05-20T15:21:13.859Z Compiling dtrace-parser v0.2.0
15552024-05-20T15:21:14.246Z Compiling async-trait v0.1.80
15562024-05-20T15:21:15.321Z Compiling thread-id v4.2.0
15572024-05-20T15:21:15.438Z Compiling num-bigint v0.4.4
15582024-05-20T15:21:15.636Z Compiling foreign-types-shared v0.1.1
15592024-05-20T15:21:15.750Z Compiling smoltcp v0.9.1
15602024-05-20T15:21:15.893Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15612024-05-20T15:21:15.924Z Compiling unicode-width v0.1.11
15622024-05-20T15:21:16.334Z Compiling untrusted v0.7.1
15632024-05-20T15:21:16.363Z Compiling base64ct v1.6.0
15642024-05-20T15:21:16.438Z Compiling foreign-types v0.3.2
15652024-05-20T15:21:16.909Z Compiling pem-rfc7468 v0.7.0
15662024-05-20T15:21:18.212Z Compiling form_urlencoded v1.2.1
15672024-05-20T15:21:18.849Z Compiling hmac v0.12.1
15682024-05-20T15:21:19.514Z Compiling errno v0.3.8
15692024-05-20T15:21:19.768Z Compiling flagset v0.4.3
15702024-05-20T15:21:19.886Z Compiling adler v1.0.2
15712024-05-20T15:21:19.919Z Compiling base64 v0.21.7
15722024-05-20T15:21:19.957Z Compiling try-lock v0.2.4
15732024-05-20T15:21:20.108Z Compiling siphasher v0.3.11
15742024-05-20T15:21:20.345Z Compiling want v0.3.1
15752024-05-20T15:21:20.462Z Compiling miniz_oxide v0.7.1
15762024-05-20T15:21:20.605Z Compiling der v0.7.8
15772024-05-20T15:21:21.385Z Compiling rustls-webpki v0.101.7
15782024-05-20T15:21:23.101Z Compiling sct v0.7.0
15792024-05-20T15:21:23.508Z Compiling h2 v0.3.26
15802024-05-20T15:21:23.884Z Compiling http-body v0.4.5
15812024-05-20T15:21:24.818Z Compiling openapiv3 v2.0.0
15822024-05-20T15:21:25.263Z Compiling hubpack_derive v0.1.1
15832024-05-20T15:21:25.494Z Compiling zerocopy-derive v0.6.6
15842024-05-20T15:21:25.592Z Compiling lazy_static v1.4.0
15852024-05-20T15:21:25.627Z Compiling idna v0.5.0
15862024-05-20T15:21:26.274Z Compiling fs-err v2.11.0
15872024-05-20T15:21:27.120Z Compiling anstyle v1.0.7
15882024-05-20T15:21:27.993Z Compiling openssl-probe v0.1.5
15892024-05-20T15:21:28.183Z Compiling stable_deref_trait v1.2.0
15902024-05-20T15:21:28.183Z Compiling httpdate v1.0.3
15912024-05-20T15:21:28.183Z Compiling cpufeatures v0.2.12
15922024-05-20T15:21:28.285Z Compiling tower-service v0.3.2
15932024-05-20T15:21:28.478Z Compiling utf8parse v0.2.1
15942024-05-20T15:21:28.478Z Compiling gimli v0.28.0
15952024-05-20T15:21:28.709Z Compiling anstyle-parse v0.2.1
15962024-05-20T15:21:28.805Z Compiling sha2 v0.10.8
15972024-05-20T15:21:29.363Z Compiling url v2.5.0
15982024-05-20T15:21:30.774Z Compiling hyper v0.14.28
15992024-05-20T15:21:32.759Z Compiling spki v0.7.2
16002024-05-20T15:21:33.128Z Compiling addr2line v0.21.0
16012024-05-20T15:21:34.098Z Compiling usdt-macro v0.5.0
16022024-05-20T15:21:35.210Z Compiling usdt-attr-macro v0.5.0
16032024-05-20T15:21:36.247Z Compiling md-5 v0.10.5
16042024-05-20T15:21:39.986Z Compiling idna v0.3.0
16052024-05-20T15:21:39.987Z Compiling stringprep v0.1.3
16062024-05-20T15:21:40.238Z Compiling diesel_table_macro_syntax v0.1.0
16072024-05-20T15:21:40.313Z Compiling num-integer v0.1.46
16082024-05-20T15:21:40.586Z Compiling object v0.32.1
16092024-05-20T15:21:41.026Z Compiling hash32 v0.2.1
16102024-05-20T15:21:41.346Z Compiling rustc-demangle v0.1.23
16112024-05-20T15:21:43.907Z Compiling colorchoice v1.0.0
16122024-05-20T15:21:44.006Z Compiling fallible-iterator v0.2.0
16132024-05-20T15:21:44.875Z Compiling anstyle-query v1.0.0
16142024-05-20T15:21:45.010Z Compiling psl-types v2.0.11
16152024-05-20T15:21:45.205Z Compiling publicsuffix v2.2.3
16162024-05-20T15:21:45.475Z Compiling anstream v0.6.11
16172024-05-20T15:21:48.436Z Compiling postgres-protocol v0.6.6
16182024-05-20T15:21:50.456Z Compiling diesel_derives v2.1.2
16192024-05-20T15:21:56.357Z Compiling tokio-rustls v0.24.1
16202024-05-20T15:21:57.289Z Compiling pkcs8 v0.10.2
16212024-05-20T15:21:57.574Z Compiling terminal_size v0.3.0
16222024-05-20T15:21:57.822Z Compiling tokio-native-tls v0.3.1
16232024-05-20T15:21:58.105Z Compiling phf_shared v0.11.2
16242024-05-20T15:21:59.242Z Compiling strum_macros v0.25.2
16252024-05-20T15:21:59.318Z Compiling block-padding v0.3.3
16262024-05-20T15:21:59.438Z Compiling regress v0.9.1
16272024-05-20T15:21:59.533Z Compiling enum-as-inner v0.5.1
16282024-05-20T15:21:59.570Z Compiling clap_derive v4.5.4
16292024-05-20T15:22:00.541Z Compiling serde_repr v0.1.16
16302024-05-20T15:22:02.985Z Compiling ff v0.13.0
16312024-05-20T15:22:03.253Z Compiling scheduled-thread-pool v0.2.7
16322024-05-20T15:22:03.877Z Compiling encoding_rs v0.8.33
16332024-05-20T15:22:04.111Z Compiling strsim v0.11.0
16342024-05-20T15:22:04.224Z Compiling strsim v0.10.0
16352024-05-20T15:22:04.812Z Compiling managed v0.8.0
16362024-05-20T15:22:04.836Z Compiling base16ct v0.2.0
16372024-05-20T15:22:05.033Z Compiling clap_lex v0.7.0
16382024-05-20T15:22:05.323Z Compiling bitflags v1.3.2
16392024-05-20T15:22:05.459Z Compiling matches v0.1.10
16402024-05-20T15:22:05.561Z Compiling bit-vec v0.6.3
16412024-05-20T15:22:05.988Z Compiling ipnet v2.9.0
16422024-05-20T15:22:06.039Z Compiling ident_case v1.0.1
16432024-05-20T15:22:06.182Z Compiling mime v0.3.17
16442024-05-20T15:22:06.209Z Compiling regex-automata v0.1.10
16452024-05-20T15:22:06.799Z Compiling bstr v0.2.17
16462024-05-20T15:22:07.557Z Compiling darling_core v0.20.8
16472024-05-20T15:22:08.094Z Compiling idna v0.2.3
16482024-05-20T15:22:09.468Z Compiling clap_builder v4.5.2
16492024-05-20T15:22:10.100Z Compiling sec1 v0.7.3
16502024-05-20T15:22:10.652Z Compiling r2d2 v0.8.10
16512024-05-20T15:22:12.230Z Compiling group v0.13.0
16522024-05-20T15:22:12.531Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16532024-05-20T15:22:13.283Z Compiling inout v0.1.3
16542024-05-20T15:22:15.601Z Compiling phf v0.11.2
16552024-05-20T15:22:15.908Z Compiling hyper-tls v0.5.0
16562024-05-20T15:22:16.147Z Compiling signal-hook-mio v0.2.3
16572024-05-20T15:22:16.270Z Compiling hyper-rustls v0.24.2
16582024-05-20T15:22:16.631Z Compiling cookie_store v0.20.0
16592024-05-20T15:22:16.888Z Compiling postgres-types v0.2.6
16602024-05-20T15:22:17.050Z Compiling zerocopy v0.6.6
16612024-05-20T15:22:17.967Z Compiling hubpack v0.1.2
16622024-05-20T15:22:18.028Z Compiling rustls-pemfile v1.0.3
16632024-05-20T15:22:18.270Z Compiling phf_shared v0.10.0
16642024-05-20T15:22:18.369Z Compiling hkdf v0.12.4
16652024-05-20T15:22:18.411Z Compiling serde_urlencoded v0.7.1
16662024-05-20T15:22:18.653Z Compiling crossbeam-epoch v0.9.18
16672024-05-20T15:22:18.904Z Compiling ipnetwork v0.20.0
16682024-05-20T15:22:18.954Z Compiling futures-executor v0.3.30
16692024-05-20T15:22:19.499Z Compiling crypto-bigint v0.5.2
16702024-05-20T15:22:19.677Z Compiling float-cmp v0.9.0
16712024-05-20T15:22:19.727Z Compiling memmap v0.7.0
16722024-05-20T15:22:19.857Z Compiling new_debug_unreachable v1.0.4
16732024-05-20T15:22:19.946Z Compiling whoami v1.5.1
16742024-05-20T15:22:19.969Z Compiling predicates-core v1.0.6
16752024-05-20T15:22:19.975Z Compiling winnow v0.6.1
16762024-05-20T15:22:20.261Z Compiling either v1.11.0
16772024-05-20T15:22:21.077Z Compiling sync_wrapper v0.1.2
16782024-05-20T15:22:21.151Z Compiling precomputed-hash v0.1.1
16792024-05-20T15:22:21.151Z Compiling static_assertions v1.1.0
16802024-05-20T15:22:21.293Z Compiling minimal-lexical v0.2.1
16812024-05-20T15:22:21.430Z Compiling data-encoding v2.4.0
16822024-05-20T15:22:22.511Z Compiling difflib v0.4.0
16832024-05-20T15:22:23.007Z Compiling webpki-roots v0.25.2
16842024-05-20T15:22:23.141Z Compiling normalize-line-endings v0.3.0
16852024-05-20T15:22:23.162Z Compiling fixedbitset v0.4.2
16862024-05-20T15:22:23.276Z Compiling unicode-segmentation v1.10.1
16872024-05-20T15:22:23.399Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16882024-05-20T15:22:23.550Z Compiling petgraph v0.6.5
16892024-05-20T15:22:23.654Z Compiling toml_edit v0.22.12
16902024-05-20T15:22:23.678Z Compiling predicates v3.1.0
16912024-05-20T15:22:24.010Z Compiling similar v2.4.0
16922024-05-20T15:22:24.149Z Compiling reqwest v0.11.27
16932024-05-20T15:22:26.093Z Compiling trust-dns-proto v0.22.0
16942024-05-20T15:22:26.911Z Compiling nom v7.1.3
16952024-05-20T15:22:27.584Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16962024-05-20T15:22:27.710Z Compiling string_cache v0.8.7
16972024-05-20T15:22:28.140Z Compiling elliptic-curve v0.13.8
16982024-05-20T15:22:28.824Z Compiling itertools v0.10.5
16992024-05-20T15:22:30.760Z Compiling tokio-postgres v0.7.10
17002024-05-20T15:22:30.765Z Compiling usdt v0.5.0
17012024-05-20T15:22:31.667Z Compiling diesel v2.1.6
17022024-05-20T15:22:31.687Z Compiling futures v0.3.30
17032024-05-20T15:22:31.819Z Compiling yasna v0.5.2
17042024-05-20T15:22:33.250Z Compiling crossterm v0.27.0
17052024-05-20T15:22:33.376Z Compiling flate2 v1.0.30
17062024-05-20T15:22:33.498Z Compiling cipher v0.4.4
17072024-05-20T15:22:33.552Z Compiling darling_macro v0.20.8
17082024-05-20T15:22:34.325Z Compiling clap v4.5.4
17092024-05-20T15:22:34.512Z Compiling bit-set v0.5.3
17102024-05-20T15:22:34.992Z Compiling num-iter v0.1.45
17112024-05-20T15:22:35.173Z Compiling console v0.15.8
17122024-05-20T15:22:36.046Z Compiling tokio-stream v0.1.15
17132024-05-20T15:22:36.435Z Compiling toml v0.7.8
17142024-05-20T15:22:36.730Z Compiling bstr v1.9.0
17152024-05-20T15:22:37.038Z Compiling hex v0.4.3
17162024-05-20T15:22:37.995Z Compiling peg-runtime v0.8.3
17172024-05-20T15:22:38.475Z Compiling lalrpop-util v0.19.12
17182024-05-20T15:22:38.895Z Compiling darling v0.20.8
17192024-05-20T15:22:39.033Z Compiling proc-macro-crate v1.3.1
17202024-05-20T15:22:39.879Z Compiling heapless v0.8.0
17212024-05-20T15:22:40.391Z Compiling camino v1.1.7
17222024-05-20T15:22:41.986Z Compiling num_enum_derive v0.5.11
17232024-05-20T15:22:47.020Z Compiling hash32 v0.3.1
17242024-05-20T15:22:47.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17252024-05-20T15:22:48.237Z Compiling rustls-pki-types v1.3.0
17262024-05-20T15:22:49.959Z Compiling smoltcp v0.11.0
17272024-05-20T15:23:00.318Z Compiling num_enum v0.5.11
17282024-05-20T15:23:03.724Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17292024-05-20T15:23:03.959Z Compiling getopts v0.2.21
17302024-05-20T15:23:05.733Z Compiling dirs-sys-next v0.1.2
17312024-05-20T15:23:06.174Z Compiling proc-macro-error-attr v1.0.4
17322024-05-20T15:23:06.579Z Compiling cobs v0.2.3
17332024-05-20T15:23:07.182Z Compiling embedded-io v0.4.0
17342024-05-20T15:23:07.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352024-05-20T15:23:07.400Z Compiling rustls v0.22.4
17362024-05-20T15:23:07.432Z Compiling unsafe-libyaml v0.2.10
17372024-05-20T15:23:07.455Z Compiling paste v1.0.15
17382024-05-20T15:23:07.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17392024-05-20T15:23:08.499Z Compiling postcard v1.0.8
17402024-05-20T15:23:09.193Z Compiling serde_yaml v0.9.25
17412024-05-20T15:23:12.536Z Compiling dirs-next v2.0.0
17422024-05-20T15:23:14.892Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17432024-05-20T15:23:21.581Z Compiling rustls-webpki v0.102.1
17442024-05-20T15:23:26.619Z Compiling strum_macros v0.26.1
17452024-05-20T15:23:27.987Z Compiling structmeta-derive v0.3.0
17462024-05-20T15:23:28.231Z Compiling foreign-types-macros v0.2.3
17472024-05-20T15:23:28.920Z Compiling thread_local v1.1.7
17482024-05-20T15:23:29.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17492024-05-20T15:23:29.770Z Compiling proc-macro-error v1.0.4
17502024-05-20T15:23:29.825Z Compiling multer v3.1.0
17512024-05-20T15:23:30.083Z Compiling slog-async v2.8.0
17522024-05-20T15:23:31.216Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-05-20T15:23:31.404Z Compiling foreign-types-shared v0.3.1
17542024-05-20T15:23:31.537Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-05-20T15:23:31.690Z Compiling match_cfg v0.1.0
17562024-05-20T15:23:31.806Z Compiling hostname v0.3.1
17572024-05-20T15:23:34.357Z Compiling foreign-types v0.5.0
17582024-05-20T15:23:34.587Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17592024-05-20T15:23:37.848Z Compiling strum v0.26.2
17602024-05-20T15:23:39.260Z Compiling structmeta v0.3.0
17612024-05-20T15:23:43.375Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17622024-05-20T15:23:53.288Z Compiling term v0.7.0
17632024-05-20T15:23:55.237Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17642024-05-20T15:23:55.257Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17652024-05-20T15:23:56.783Z Compiling slog-json v2.6.1
17662024-05-20T15:23:57.357Z Compiling is-terminal v0.4.9
17672024-05-20T15:23:57.502Z Compiling tabwriter v1.4.0
17682024-05-20T15:23:58.131Z Compiling crossbeam-channel v0.5.8
17692024-05-20T15:23:58.725Z Compiling http v1.0.0
17702024-05-20T15:23:59.480Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17712024-05-20T15:23:59.841Z Compiling async-stream-impl v0.3.5
17722024-05-20T15:24:00.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17732024-05-20T15:24:00.510Z Compiling cstr-argument v0.1.2
17742024-05-20T15:24:00.777Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17752024-05-20T15:24:01.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17762024-05-20T15:24:01.541Z Compiling take_mut v0.2.2
17772024-05-20T15:24:01.545Z Compiling atomic-waker v1.1.1
17782024-05-20T15:24:01.545Z Compiling fastrand v2.0.1
17792024-05-20T15:24:01.905Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17802024-05-20T15:24:02.128Z Compiling pretty-hex v0.2.1
17812024-05-20T15:24:02.240Z Compiling rayon-core v1.12.1
17822024-05-20T15:24:02.356Z Compiling crucible-workspace-hack v0.1.0
17832024-05-20T15:24:02.380Z Compiling base64 v0.22.1
17842024-05-20T15:24:02.591Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-20T15:24:02.729Z Compiling tempfile v3.10.1
17862024-05-20T15:24:02.975Z Compiling rustls-pemfile v2.1.2
17872024-05-20T15:24:03.547Z Compiling waitgroup v0.1.2
17882024-05-20T15:24:03.785Z Compiling async-stream v0.3.5
17892024-05-20T15:24:04.025Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17902024-05-20T15:24:04.773Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17912024-05-20T15:24:04.919Z Compiling slog-term v2.9.1
17922024-05-20T15:24:05.224Z Compiling slog-bunyan v2.5.0
17932024-05-20T15:24:06.013Z Compiling tokio-rustls v0.25.0
17942024-05-20T15:24:06.463Z Compiling parse-display-derive v0.9.0
17952024-05-20T15:24:06.717Z Compiling toml v0.8.12
17962024-05-20T15:24:07.024Z Compiling serde_with_macros v3.7.0
17972024-05-20T15:24:07.839Z Compiling sha1 v0.10.6
17982024-05-20T15:24:08.780Z Compiling crossbeam-deque v0.8.3
17992024-05-20T15:24:09.184Z Compiling colored v2.1.0
18002024-05-20T15:24:09.771Z Compiling newtype-uuid v1.1.0
18012024-05-20T15:24:10.130Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18022024-05-20T15:24:10.432Z Compiling serde_path_to_error v0.1.16
18032024-05-20T15:24:10.481Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042024-05-20T15:24:11.300Z Compiling socket2 v0.4.9
18052024-05-20T15:24:11.424Z Compiling hostname v0.4.0
18062024-05-20T15:24:11.744Z Compiling instant v0.1.12
18072024-05-20T15:24:12.015Z Compiling debug-ignore v1.0.5
18082024-05-20T15:24:12.099Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18092024-05-20T15:24:12.541Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18102024-05-20T15:24:13.006Z Compiling backoff v0.4.0
18112024-05-20T15:24:14.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18122024-05-20T15:24:14.548Z Compiling parse-display v0.9.0
18132024-05-20T15:24:14.624Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18142024-05-20T15:24:14.968Z Compiling serde_with v3.7.0
18152024-05-20T15:24:16.645Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18162024-05-20T15:24:18.069Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18172024-05-20T15:24:18.876Z Compiling camino-tempfile v1.1.1
18182024-05-20T15:24:19.118Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18192024-05-20T15:24:19.524Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18202024-05-20T15:24:19.595Z Compiling macaddr v1.0.1
18212024-05-20T15:24:19.680Z Compiling num-derive v0.4.0
18222024-05-20T15:24:19.713Z Compiling sigpipe v0.1.3
18232024-05-20T15:24:19.851Z Compiling libefi-sys v0.1.0
18242024-05-20T15:24:20.251Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18252024-05-20T15:24:20.275Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18262024-05-20T15:24:20.728Z Compiling rayon v1.10.0
18272024-05-20T15:24:22.000Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18282024-05-20T15:24:22.726Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18292024-05-20T15:24:23.850Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18302024-05-20T15:24:23.955Z Compiling smf v0.2.3
18312024-05-20T15:24:25.645Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18322024-05-20T15:24:26.638Z Compiling blake3 v1.5.0
18332024-05-20T15:24:26.711Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18342024-05-20T15:24:27.074Z Compiling portable-atomic v1.4.3
18352024-05-20T15:24:27.540Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18362024-05-20T15:24:27.783Z Compiling memmap2 v0.7.1
18372024-05-20T15:24:28.083Z Compiling filetime v0.2.23
18382024-05-20T15:24:28.414Z Compiling xattr v1.0.1
18392024-05-20T15:24:28.444Z Compiling arrayvec v0.7.4
18402024-05-20T15:24:28.677Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18412024-05-20T15:24:28.836Z Compiling arrayref v0.3.7
18422024-05-20T15:24:28.859Z Compiling same-file v1.0.6
18432024-05-20T15:24:28.860Z Compiling constant_time_eq v0.3.0
18442024-05-20T15:24:28.860Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18452024-05-20T15:24:29.008Z Compiling walkdir v2.5.0
18462024-05-20T15:24:29.871Z Compiling tar v0.4.40
18472024-05-20T15:24:31.846Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-20T15:24:32.236Z Compiling gethostname v0.4.3
18492024-05-20T15:24:32.254Z Compiling topological-sort v0.2.2
18502024-05-20T15:24:32.506Z Compiling number_prefix v0.4.0
18512024-05-20T15:24:32.526Z Compiling omicron-zone-package v0.11.0
18522024-05-20T15:24:32.585Z Compiling swrite v0.1.0
18532024-05-20T15:24:32.729Z Compiling indicatif v0.17.8
18542024-05-20T15:24:36.828Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18552024-05-20T15:24:40.625Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18562024-05-20T15:24:42.423Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-20T15:24:45.943Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18582024-05-20T15:25:02.577Z Finished release [optimized] target(s) in 5m 04s
18592024-05-20T15:25:02.831Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18602024-05-20T15:25:02.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-05-20T15:25:02.904ZCreated new build target 'test' and set it as active
18622024-05-20T15:25:02.904Z
18632024-05-20T15:25:02.904Zreal 5:04.405443538
18642024-05-20T15:25:02.904Zuser 31:39.584065480
18652024-05-20T15:25:02.904Zsys 3:54.565662959
18662024-05-20T15:25:02.904Ztrap 0.914335448
18672024-05-20T15:25:02.904Ztflt 7.991411132
18682024-05-20T15:25:02.904Zdflt 10.153044175
18692024-05-20T15:25:02.904Zkflt 0.033499231
18702024-05-20T15:25:02.904Zlock 1:07:06.974955339
18712024-05-20T15:25:02.904Zslp 1:31:08.391914325
18722024-05-20T15:25:02.904Zlat 2:01.847404059
18732024-05-20T15:25:02.904Zstop 3:46.262893685
18742024-05-20T15:25:02.904Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18752024-05-20T15:25:03.686Z Finished release [optimized] target(s) in 0.74s
18762024-05-20T15:25:03.713Z Running `target/release/omicron-package -t test package`
18772024-05-20T15:25:03.736ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-20T15:25:04.572Z Compiling newline-converter v0.3.0
18792024-05-20T15:25:04.608Z Compiling humantime v2.1.0
18802024-05-20T15:25:04.608Z Compiling derive-where v1.2.7
18812024-05-20T15:25:04.608Z Compiling unicode-xid v0.2.4
18822024-05-20T15:25:04.650Z Compiling linked-hash-map v0.5.6
18832024-05-20T15:25:04.690Z Compiling convert_case v0.4.0
18842024-05-20T15:25:04.690Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852024-05-20T15:25:04.690Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18862024-05-20T15:25:04.819Z Compiling expectorate v1.1.0
18872024-05-20T15:25:04.869Z Compiling password-hash v0.5.0
18882024-05-20T15:25:05.604Z Compiling blake2 v0.10.6
18892024-05-20T15:25:05.604Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18902024-05-20T15:25:05.604Z Compiling lru-cache v0.1.2
18912024-05-20T15:25:05.604Z Compiling semver v0.1.20
18922024-05-20T15:25:05.604Z Compiling derive_more v0.99.17
18932024-05-20T15:25:05.604Z Compiling argon2 v0.5.3
18942024-05-20T15:25:05.857Z Compiling rustc_version v0.1.7
18952024-05-20T15:25:06.251Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-20T15:25:06.751Z Compiling newtype_derive v0.1.6
18972024-05-20T15:25:06.791Z Compiling quick-error v1.2.3
18982024-05-20T15:25:06.826Z Compiling resolv-conf v0.7.0
18992024-05-20T15:25:06.910Z Compiling steno v0.4.0
19002024-05-20T15:25:07.235Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19012024-05-20T15:25:07.810Z Compiling trust-dns-resolver v0.22.0
19022024-05-20T15:25:08.343Z Compiling slog-dtrace v0.3.0
19032024-05-20T15:25:08.427Z Compiling termcolor v1.2.0
19042024-05-20T15:25:08.613Z Compiling itertools v0.12.1
19052024-05-20T15:25:09.538Z Compiling utf-8 v0.7.6
19062024-05-20T15:25:11.349Z Compiling num-rational v0.4.2
19072024-05-20T15:25:11.386Z Compiling num-complex v0.4.6
19082024-05-20T15:25:12.461Z Compiling num v0.4.3
19092024-05-20T15:25:12.531Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102024-05-20T15:25:12.611Z Compiling nibble_vec v0.1.0
19112024-05-20T15:25:12.829Z Compiling endian-type v0.1.2
19122024-05-20T15:25:13.033Z Compiling radium v0.7.0
19132024-05-20T15:25:13.183Z Compiling radix_trie v0.2.1
19142024-05-20T15:25:13.364Z Compiling tungstenite v0.20.1
19152024-05-20T15:25:13.728Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-05-20T15:25:14.006Z Compiling tap v1.0.1
19172024-05-20T15:25:14.114Z Compiling maybe-uninit v2.0.0
19182024-05-20T15:25:14.688Z Compiling wyz v0.5.1
19192024-05-20T15:25:14.735Z Compiling tokio-tungstenite v0.20.1
19202024-05-20T15:25:15.556Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-20T15:25:15.556Z Compiling bzip2-sys v0.1.11+1.0.8
19222024-05-20T15:25:15.589Z Compiling display-error-chain v0.2.0
19232024-05-20T15:25:15.783Z Compiling crc-catalog v2.2.0
19242024-05-20T15:25:15.969Z Compiling cancel-safe-futures v0.1.5
19252024-05-20T15:25:16.337Z Compiling num-bigint-dig v0.8.4
19262024-05-20T15:25:16.576Z Compiling arc-swap v1.6.0
19272024-05-20T15:25:17.409Z Compiling funty v2.0.0
19282024-05-20T15:25:18.803Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19292024-05-20T15:25:19.923Z Compiling packed_struct v0.10.1
19302024-05-20T15:25:20.340Z Compiling bitvec v1.0.1
19312024-05-20T15:25:20.811Z Compiling slog-scope v4.4.0
19322024-05-20T15:25:21.136Z Compiling crc v3.0.1
19332024-05-20T15:25:21.914Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-20T15:25:24.409Z Compiling packed_struct_codegen v0.10.1
19352024-05-20T15:25:26.816Z Compiling fxhash v0.2.1
19362024-05-20T15:25:27.034Z Compiling indexmap v1.9.3
19372024-05-20T15:25:27.046Z Compiling nodrop v0.1.14
19382024-05-20T15:25:27.594Z Compiling array-init v0.0.4
19392024-05-20T15:25:28.610Z Compiling smallvec v0.6.14
19402024-05-20T15:25:30.568Z Compiling slog-stdlog v4.1.1
19412024-05-20T15:25:31.367Z Compiling rayon-core v1.12.1
19422024-05-20T15:25:31.456Z Compiling synstructure v0.12.6
19432024-05-20T15:25:31.709Z Compiling pkcs1 v0.7.5
19442024-05-20T15:25:31.709Z Compiling signature v2.1.0
19452024-05-20T15:25:31.830Z Compiling crossbeam-deque v0.8.3
19462024-05-20T15:25:32.184Z Compiling dirs-sys-next v0.1.2
19472024-05-20T15:25:32.696Z Compiling half v2.3.1
19482024-05-20T15:25:32.828Z Compiling glob v0.3.1
19492024-05-20T15:25:33.337Z Compiling bitfield v0.14.0
19502024-05-20T15:25:33.509Z Compiling same-file v1.0.6
19512024-05-20T15:25:33.632Z Compiling fastrand v2.0.1
19522024-05-20T15:25:33.725Z Compiling hashbrown v0.12.3
19532024-05-20T15:25:34.175Z Compiling ciborium-io v0.2.2
19542024-05-20T15:25:34.306Z Compiling crunchy v0.2.2
19552024-05-20T15:25:34.792Z Compiling ciborium-ll v0.2.2
19562024-05-20T15:25:35.305Z Compiling tempfile v3.10.1
19572024-05-20T15:25:35.608Z Compiling walkdir v2.5.0
19582024-05-20T15:25:36.045Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19592024-05-20T15:25:36.119Z Compiling clang-sys v1.6.1
19602024-05-20T15:25:36.275Z Compiling zerocopy-derive v0.2.0
19612024-05-20T15:25:36.842Z Compiling dirs-next v2.0.0
19622024-05-20T15:25:37.045Z Compiling rsa v0.9.2
19632024-05-20T15:25:39.251Z Compiling slog-envlogger v2.2.0
19642024-05-20T15:25:39.764Z Compiling serde-hex v0.1.0
19652024-05-20T15:25:41.801Z Compiling bzip2 v0.4.4
19662024-05-20T15:25:42.038Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19672024-05-20T15:25:42.253Z Compiling env_logger v0.10.0
19682024-05-20T15:25:42.753Z Compiling camino v1.1.7
19692024-05-20T15:25:42.758Z Compiling x509-cert v0.2.4
19702024-05-20T15:25:42.758Z Compiling ron v0.8.1
19712024-05-20T15:25:44.167Z Compiling hashbrown v0.13.2
19722024-05-20T15:25:44.839Z Compiling crc-any v2.4.3
19732024-05-20T15:25:45.509Z Compiling prettyplease v0.2.20
19742024-05-20T15:25:45.779Z Compiling tiny-keccak v2.0.2
19752024-05-20T15:25:45.825Z Compiling maplit v1.0.2
19762024-05-20T15:25:45.957Z Compiling object v0.30.4
19772024-05-20T15:25:46.091Z Compiling blake3 v1.5.0
19782024-05-20T15:25:46.102Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-20T15:25:47.455Z Compiling zip v0.6.6
19802024-05-20T15:25:47.870Z Compiling rayon v1.10.0
19812024-05-20T15:25:48.879Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19822024-05-20T15:25:50.101Z Compiling term v0.7.0
19832024-05-20T15:25:51.366Z Compiling ciborium v0.2.2
19842024-05-20T15:25:52.945Z Compiling memmap2 v0.7.1
19852024-05-20T15:25:53.375Z Compiling xattr v1.0.1
19862024-05-20T15:25:53.587Z Compiling filetime v0.2.23
19872024-05-20T15:25:54.194Z Compiling atty v0.2.14
19882024-05-20T15:25:54.195Z Compiling home v0.5.5
19892024-05-20T15:25:54.393Z Compiling constant_time_eq v0.3.0
19902024-05-20T15:25:54.393Z Compiling path-slash v0.1.5
19912024-05-20T15:25:54.394Z Compiling arrayvec v0.7.4
19922024-05-20T15:25:54.394Z Compiling arrayref v0.3.7
19932024-05-20T15:25:54.394Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19942024-05-20T15:25:54.394Z Compiling toolchain_find v0.4.0
19952024-05-20T15:25:54.581Z Compiling tar v0.4.40
19962024-05-20T15:25:55.603Z Compiling ascii-canvas v3.0.0
19972024-05-20T15:25:55.603Z Compiling camino-tempfile v1.1.1
19982024-05-20T15:25:55.737Z Compiling toml v0.8.12
19992024-05-20T15:25:55.799Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20002024-05-20T15:25:56.239Z Compiling is-terminal v0.4.9
20012024-05-20T15:25:56.473Z Compiling libsw v3.3.1
20022024-05-20T15:25:56.473Z Compiling ena v0.14.2
20032024-05-20T15:25:56.646Z Compiling libloading v0.7.4
20042024-05-20T15:25:56.755Z Compiling usdt-impl v0.3.5
20052024-05-20T15:25:57.128Z Compiling diff v0.1.13
20062024-05-20T15:25:57.198Z Compiling parking_lot_core v0.8.6
20072024-05-20T15:25:57.198Z Compiling topological-sort v0.2.2
20082024-05-20T15:25:57.429Z Compiling owo-colors v4.0.0
20092024-05-20T15:25:57.950Z Compiling regex-syntax v0.6.29
20102024-05-20T15:25:57.966Z Compiling linear-map v1.2.0
20112024-05-20T15:25:58.064Z Compiling bindgen v0.69.2
20122024-05-20T15:25:58.604Z Compiling omicron-zone-package v0.11.0
20132024-05-20T15:25:59.525Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20142024-05-20T15:26:02.810Z Compiling lalrpop v0.19.12
20152024-05-20T15:26:04.058Z Compiling rustfmt-wrapper v0.2.1
20162024-05-20T15:26:04.633Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20172024-05-20T15:26:07.144Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20182024-05-20T15:26:07.500Z Compiling cexpr v0.6.0
20192024-05-20T15:26:07.853Z Compiling which v4.4.0
20202024-05-20T15:26:08.397Z Compiling unicase v2.7.0
20212024-05-20T15:26:08.728Z Compiling rustc-hash v1.1.0
20222024-05-20T15:26:08.864Z Compiling peeking_take_while v0.1.2
20232024-05-20T15:26:08.941Z Compiling shlex v1.3.0
20242024-05-20T15:26:08.992Z Compiling lazycell v1.3.0
20252024-05-20T15:26:09.294Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20262024-05-20T15:26:11.629Z Compiling zerocopy v0.3.0
20272024-05-20T15:26:11.925Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-20T15:26:12.387Z Compiling derive_builder_core v0.20.0
20292024-05-20T15:26:12.900Z Compiling pem v3.0.4
20302024-05-20T15:26:14.520Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-20T15:26:14.589Z Compiling headers-core v0.2.0
20322024-05-20T15:26:14.680Z Compiling libxml v0.3.3
20332024-05-20T15:26:14.756Z Compiling async-recursion v1.1.1
20342024-05-20T15:26:15.045Z Compiling platforms v3.0.2
20352024-05-20T15:26:15.377Z Compiling ref-cast v1.0.23
20362024-05-20T15:26:15.959Z Compiling headers v0.3.9
20372024-05-20T15:26:16.283Z Compiling derive_builder_macro v0.20.0
20382024-05-20T15:26:17.129Z Compiling dof v0.1.5
20392024-05-20T15:26:17.901Z Compiling parking_lot v0.11.2
20402024-05-20T15:26:19.033Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20412024-05-20T15:26:19.970Z Compiling trust-dns-client v0.22.0
20422024-05-20T15:26:20.339Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20432024-05-20T15:26:21.036Z Compiling dtrace-parser v0.1.14
20442024-05-20T15:26:22.022Z Compiling strum_macros v0.24.3
20452024-05-20T15:26:22.286Z Compiling toml v0.5.11
20462024-05-20T15:26:23.102Z Compiling samael v0.0.15
20472024-05-20T15:26:24.657Z Compiling ref-cast-impl v1.0.23
20482024-05-20T15:26:25.468Z Compiling vte_generate_state_changes v0.1.1
20492024-05-20T15:26:25.484Z Compiling cookie v0.18.1
20502024-05-20T15:26:25.799Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20512024-05-20T15:26:25.816Z Compiling buf-list v1.0.3
20522024-05-20T15:26:26.098Z Compiling indoc v1.0.9
20532024-05-20T15:26:26.141Z Compiling cfg_aliases v0.1.1
20542024-05-20T15:26:26.236Z Compiling nix v0.28.0
20552024-05-20T15:26:26.499Z Compiling vte v0.11.1
20562024-05-20T15:26:27.139Z Compiling trust-dns-server v0.22.1
20572024-05-20T15:26:29.206Z Compiling polar-core v0.27.3
20582024-05-20T15:26:31.911Z Compiling sled v0.34.7
20592024-05-20T15:26:31.924Z Compiling derive_builder v0.20.0
20602024-05-20T15:26:33.005Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20612024-05-20T15:26:34.038Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20622024-05-20T15:26:34.324Z Compiling const_format_proc_macros v0.2.32
20632024-05-20T15:26:36.308Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20642024-05-20T15:26:36.341Z Compiling fd-lock v4.0.2
20652024-05-20T15:26:36.527Z Compiling bb8 v0.8.3
20662024-05-20T15:26:37.062Z Compiling quick-xml v0.31.0
20672024-05-20T15:26:37.461Z Compiling oso-derive v0.27.3
20682024-05-20T15:26:38.471Z Compiling impl-trait-for-tuples v0.2.2
20692024-05-20T15:26:41.620Z Compiling serde_tokenstream v0.1.7
20702024-05-20T15:26:42.169Z Compiling pin-project-internal v1.1.3
20712024-05-20T15:26:43.812Z Compiling memoffset v0.7.1
20722024-05-20T15:26:44.034Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20732024-05-20T15:26:44.355Z Compiling bytecount v0.6.3
20742024-05-20T15:26:44.637Z Compiling papergrid v0.11.0
20752024-05-20T15:26:45.134Z Compiling pin-project v1.1.3
20762024-05-20T15:26:47.831Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20772024-05-20T15:26:57.704Z Compiling const_format v0.2.32
20782024-05-20T15:26:58.824Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20792024-05-20T15:26:59.171Z Compiling oso v0.27.3
20802024-05-20T15:27:06.893Z Compiling curve25519-dalek v4.1.2
20812024-05-20T15:27:07.027Z Compiling strip-ansi-escapes v0.2.0
20822024-05-20T15:27:09.417Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-20T15:27:09.656Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20842024-05-20T15:27:10.377Z Compiling tabled_derive v0.7.0
20852024-05-20T15:27:12.737Z Compiling kstat-rs v0.2.3
20862024-05-20T15:27:13.680Z Compiling snafu-derive v0.8.2
20872024-05-20T15:27:15.081Z Compiling nu-ansi-term v0.50.0
20882024-05-20T15:27:16.352Z Compiling keccak v0.1.4
20892024-05-20T15:27:16.363Z Compiling reedline v0.31.0
20902024-05-20T15:27:17.219Z Compiling sha3 v0.10.8
20912024-05-20T15:27:17.756Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20922024-05-20T15:27:18.170Z Compiling tabled v0.15.0
20932024-05-20T15:27:18.688Z Compiling snafu v0.8.2
20942024-05-20T15:27:26.533Z Compiling mime_guess v2.0.4
20952024-05-20T15:27:28.045Z Compiling usdt-macro v0.3.5
20962024-05-20T15:27:29.334Z Compiling usdt-attr-macro v0.3.5
20972024-05-20T15:27:29.507Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20982024-05-20T15:27:31.118Z Compiling env_logger v0.9.3
20992024-05-20T15:27:33.030Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21002024-05-20T15:27:33.393Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21012024-05-20T15:27:35.722Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-20T15:27:36.272Z Compiling globset v0.4.13
21032024-05-20T15:27:40.851Z Compiling peg-macros v0.8.3
21042024-05-20T15:27:41.177Z Compiling olpc-cjson v0.1.3
21052024-05-20T15:27:41.396Z Compiling universal-hash v0.5.1
21062024-05-20T15:27:41.698Z Compiling secrecy v0.8.0
21072024-05-20T15:27:41.966Z Compiling bitstruct_derive v0.1.0
21082024-05-20T15:27:42.745Z Compiling serde_plain v1.0.2
21092024-05-20T15:27:43.147Z Compiling thiserror-impl-no-std v2.0.2
21102024-05-20T15:27:43.166Z Compiling curve25519-dalek-derive v0.1.0
21112024-05-20T15:27:44.145Z Compiling nanorand v0.7.0
21122024-05-20T15:27:44.586Z Compiling sqlparser_derive v0.2.2
21132024-05-20T15:27:44.589Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-20T15:27:44.732Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21152024-05-20T15:27:44.903Z Compiling salty v0.2.0
21162024-05-20T15:27:45.097Z Compiling signature v1.6.4
21172024-05-20T15:27:45.303Z Compiling opaque-debug v0.3.0
21182024-05-20T15:27:45.383Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21192024-05-20T15:27:45.524Z Compiling typed-path v0.7.0
21202024-05-20T15:27:45.697Z Compiling ascii v1.1.0
21212024-05-20T15:27:45.711Z Compiling unicode_categories v0.1.1
21222024-05-20T15:27:45.868Z Compiling thiserror-no-std v2.0.2
21232024-05-20T15:27:45.986Z Compiling sqlformat v0.2.3
21242024-05-20T15:27:46.061Z Compiling sqlparser v0.45.0
21252024-05-20T15:27:46.436Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21262024-05-20T15:27:48.926Z Compiling tough v0.17.1
21272024-05-20T15:27:52.203Z Compiling poly1305 v0.8.0
21282024-05-20T15:27:52.386Z Compiling rustyline v14.0.0
21292024-05-20T15:27:53.877Z Compiling ed25519 v1.5.3
21302024-05-20T15:27:54.236Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-05-20T15:27:54.655Z Compiling flume v0.11.0
21322024-05-20T15:27:55.351Z Compiling peg v0.8.3
21332024-05-20T15:27:55.468Z Compiling bitstruct v0.1.1
21342024-05-20T15:27:55.585Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-20T15:27:56.712Z Compiling usdt v0.3.5
21362024-05-20T15:27:57.145Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21372024-05-20T15:28:01.896Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21382024-05-20T15:28:07.197Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-05-20T15:28:07.881Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21402024-05-20T15:28:08.208Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21412024-05-20T15:28:08.507Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-20T15:28:09.040Z Compiling chacha20 v0.9.1
21432024-05-20T15:28:09.493Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-20T15:28:09.696Z Compiling aead v0.5.2
21452024-05-20T15:28:10.016Z Compiling bcs v0.1.6
21462024-05-20T15:28:10.927Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21472024-05-20T15:28:11.797Z Compiling serde-big-array v0.5.1
21482024-05-20T15:28:11.819Z Compiling serde_arrays v0.1.0
21492024-05-20T15:28:12.008Z Compiling erased-serde v0.3.31
21502024-05-20T15:28:12.053Z Compiling parse-size v1.0.0
21512024-05-20T15:28:12.362Z Compiling highway v1.1.0
21522024-05-20T15:28:13.656Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21532024-05-20T15:28:13.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21542024-05-20T15:28:26.910Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21552024-05-20T15:28:43.435Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-20T15:28:43.966Z Compiling chacha20poly1305 v0.10.1
21572024-05-20T15:28:44.986Z Compiling vsss-rs v3.3.4
21582024-05-20T15:28:48.085Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21592024-05-20T15:28:48.913Z Compiling signal-hook-tokio v0.3.1
21602024-05-20T15:28:48.919Z Compiling heck v0.3.3
21612024-05-20T15:28:48.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21622024-05-20T15:28:49.242Z Compiling castaway v0.2.2
21632024-05-20T15:28:49.433Z Compiling rand_seeder v0.2.3
21642024-05-20T15:28:49.596Z Compiling serde-big-array v0.4.1
21652024-05-20T15:28:49.777Z Compiling http-range v0.1.5
21662024-05-20T15:28:50.394Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21672024-05-20T15:28:50.713Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21682024-05-20T15:28:51.235Z Compiling hyper-staticfile v0.9.5
21692024-05-20T15:28:51.768Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21702024-05-20T15:28:53.203Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21712024-05-20T15:28:53.420Z Compiling compact_str v0.7.1
21722024-05-20T15:28:54.591Z Compiling zone_cfg_derive v0.1.2
21732024-05-20T15:28:54.965Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21742024-05-20T15:29:00.960Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21752024-05-20T15:29:01.981Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21762024-05-20T15:29:09.029Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21772024-05-20T15:29:09.254Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21782024-05-20T15:29:09.657Z Compiling tungstenite v0.21.0
21792024-05-20T15:29:12.290Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21802024-05-20T15:29:12.649Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21812024-05-20T15:29:12.923Z Compiling lru v0.12.1
21822024-05-20T15:29:13.328Z Compiling stability v0.2.0
21832024-05-20T15:29:14.332Z Compiling indoc v2.0.3
21842024-05-20T15:29:15.130Z Compiling cassowary v0.3.0
21852024-05-20T15:29:15.317Z Compiling corncobs v0.1.3
21862024-05-20T15:29:15.691Z Compiling base64 v0.13.1
21872024-05-20T15:29:16.475Z Compiling ron v0.7.1
21882024-05-20T15:29:19.722Z Compiling ratatui v0.26.2
21892024-05-20T15:29:22.299Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21902024-05-20T15:29:23.105Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21912024-05-20T15:29:25.393Z Compiling tokio-tungstenite v0.21.0
21922024-05-20T15:29:25.936Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-20T15:29:26.583Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942024-05-20T15:29:37.110Z Compiling zone v0.1.8
21952024-05-20T15:29:40.731Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21962024-05-20T15:29:42.771Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21972024-05-20T15:29:44.114Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21982024-05-20T15:29:46.998Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-05-20T15:29:52.143Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002024-05-20T15:29:52.431Z Compiling portpicker v0.1.1
22012024-05-20T15:29:52.872Z Compiling unicode-linebreak v0.1.5
22022024-05-20T15:29:53.358Z Compiling smawk v0.3.1
22032024-05-20T15:29:53.610Z Compiling textwrap v0.16.1
22042024-05-20T15:29:53.979Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22052024-05-20T15:29:59.744Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22062024-05-20T15:30:01.688Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22072024-05-20T15:30:01.970Z Compiling rcgen v0.12.1
22082024-05-20T15:30:06.063Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22092024-05-20T15:30:06.550Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22102024-05-20T15:30:06.811Z Compiling atomicwrites v0.4.3
22112024-05-20T15:30:07.335Z Compiling fatfs v0.3.6
22122024-05-20T15:30:10.213Z Compiling subprocess v0.2.9
22132024-05-20T15:30:12.976Z Compiling rtoolbox v0.0.1
22142024-05-20T15:30:13.383Z Compiling assert_matches v1.5.0
22152024-05-20T15:30:13.481Z Compiling is_ci v1.2.0
22162024-05-20T15:30:13.710Z Compiling supports-color v3.0.0
22172024-05-20T15:30:14.381Z Compiling rpassword v7.3.1
22182024-05-20T15:30:14.828Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22192024-05-20T15:30:15.513Z Compiling tui-tree-widget v0.19.0
22202024-05-20T15:30:15.598Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22212024-05-20T15:30:15.935Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22222024-05-20T15:30:21.904Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22232024-05-20T15:30:22.000Z Compiling csv-core v0.1.11
22242024-05-20T15:30:22.191Z Compiling shell-words v1.1.0
22252024-05-20T15:30:22.638Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22262024-05-20T15:30:22.948Z Compiling csv v1.3.0
22272024-05-20T15:30:24.070Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22282024-05-20T15:30:25.139Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22292024-05-20T15:30:35.834Z Compiling multimap v0.10.0
22302024-05-20T15:30:36.285Z Compiling uzers v0.11.3
22312024-05-20T15:30:39.452Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22322024-05-20T15:32:35.537Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22332024-05-20T15:32:55.199Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22342024-05-20T15:39:52.139Z Finished release [optimized] target(s) in 14m 48s
22352024-05-20T15:41:41.146Z
22362024-05-20T15:41:41.150Zreal 16:38.157640155
22372024-05-20T15:41:41.150Zuser 1:50:06.176951686
22382024-05-20T15:41:41.150Zsys 4:42.317353283
22392024-05-20T15:41:41.150Ztrap 2.582254058
22402024-05-20T15:41:41.150Ztflt 2.148096660
22412024-05-20T15:41:41.150Zdflt 2.721471138
22422024-05-20T15:41:41.150Zkflt 0.021535410
22432024-05-20T15:41:41.150Zlock 7:16:40.452122489
22442024-05-20T15:41:41.150Zslp 4:19:00.838236380
22452024-05-20T15:41:41.150Zlat 2:29.680353351
22462024-05-20T15:41:41.150Zstop 1:07.871924005
22472024-05-20T15:41:41.151Z+ mapfile -t packages
22482024-05-20T15:41:41.151Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22492024-05-20T15:41:41.947Z Finished release [optimized] target(s) in 0.75s
22502024-05-20T15:41:41.971Z Running `target/release/omicron-package -t test list-outputs`
22512024-05-20T15:41:42.002ZLogging to: /work/oxidecomputer/omicron/out/LOG
22522024-05-20T15:41:42.005Z+ ptime -m cargo build --locked --release -p xtask
22532024-05-20T15:41:42.483Z Downloading crates ...
22542024-05-20T15:41:42.554Z Downloaded cargo_toml v0.20.2
22552024-05-20T15:41:42.567Z Compiling serde v1.0.201
22562024-05-20T15:41:42.571Z Compiling libc v0.2.153
22572024-05-20T15:41:42.571Z Compiling rustix v0.38.31
22582024-05-20T15:41:42.571Z Compiling hashbrown v0.14.3
22592024-05-20T15:41:42.571Z Compiling bitflags v2.4.2
22602024-05-20T15:41:42.640Z Compiling syn v2.0.60
22612024-05-20T15:41:42.671Z Compiling serde_json v1.0.117
22622024-05-20T15:41:42.680Z Compiling fs-err v2.11.0
22632024-05-20T15:41:42.975Z Compiling anyhow v1.0.83
22642024-05-20T15:41:43.864Z Compiling indexmap v2.2.6
22652024-05-20T15:41:44.205Z Compiling errno v0.3.8
22662024-05-20T15:41:45.102Z Compiling terminal_size v0.3.0
22672024-05-20T15:41:45.194Z Compiling clap_builder v4.5.2
22682024-05-20T15:41:47.287Z Compiling serde_derive v1.0.201
22692024-05-20T15:41:47.287Z Compiling thiserror-impl v1.0.60
22702024-05-20T15:41:47.290Z Compiling clap_derive v4.5.4
22712024-05-20T15:41:48.839Z Compiling thiserror v1.0.60
22722024-05-20T15:41:50.754Z Compiling clap v4.5.4
22732024-05-20T15:41:56.231Z Compiling toml_datetime v0.6.5
22742024-05-20T15:41:56.232Z Compiling serde_spanned v0.6.5
22752024-05-20T15:41:56.235Z Compiling camino v1.1.7
22762024-05-20T15:41:56.235Z Compiling semver v1.0.23
22772024-05-20T15:41:56.235Z Compiling cargo-platform v0.1.3
22782024-05-20T15:41:56.235Z Compiling macaddr v1.0.1
22792024-05-20T15:41:56.687Z Compiling toml_edit v0.22.12
22802024-05-20T15:41:57.771Z Compiling cargo_metadata v0.18.1
22812024-05-20T15:41:59.121Z Compiling toml v0.8.12
22822024-05-20T15:42:00.067Z Compiling cargo_toml v0.20.2
22832024-05-20T15:42:12.085Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22842024-05-20T15:42:23.404Z Finished release [optimized] target(s) in 41.35s
22852024-05-20T15:42:23.462Z
22862024-05-20T15:42:23.465Zreal 41.436382087
22872024-05-20T15:42:23.466Zuser 3:06.303984551
22882024-05-20T15:42:23.466Zsys 15.533098153
22892024-05-20T15:42:23.466Ztrap 0.066047774
22902024-05-20T15:42:23.466Ztflt 0.219065255
22912024-05-20T15:42:23.466Zdflt 0.783490426
22922024-05-20T15:42:23.466Zkflt 0.000030588
22932024-05-20T15:42:23.466Zlock 4:06.738105006
22942024-05-20T15:42:23.466Zslp 3:33.140516838
22952024-05-20T15:42:23.466Zlat 2.933430183
22962024-05-20T15:42:23.466Zstop 3.914065210
22972024-05-20T15:42:23.466Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-20T15:42:23.466Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22992024-05-20T15:42:23.466Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-20T15:42:23.466Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23012024-05-20T15:42:23.466Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23022024-05-20T15:42:23.958Z Downloading crates ...
23032024-05-20T15:42:24.116Z Downloaded bcrypt-pbkdf v0.10.0
23042024-05-20T15:42:24.122Z Downloaded ghash v0.5.0
23052024-05-20T15:42:24.129Z Downloaded cbc v0.1.2
23062024-05-20T15:42:24.129Z Downloaded polyval v0.6.1
23072024-05-20T15:42:24.136Z Downloaded blowfish v0.9.1
23082024-05-20T15:42:24.140Z Downloaded option-ext v0.2.0
23092024-05-20T15:42:24.141Z Downloaded md5 v0.7.0
23102024-05-20T15:42:24.141Z Downloaded russh-cryptovec v0.7.0
23112024-05-20T15:42:24.149Z Downloaded dhcproto-macros v0.1.0
23122024-05-20T15:42:24.152Z Downloaded pbkdf2 v0.11.0
23132024-05-20T15:42:24.153Z Downloaded pbkdf2 v0.12.2
23142024-05-20T15:42:24.153Z Downloaded internet-checksum v0.2.1
23152024-05-20T15:42:24.157Z Downloaded hex-literal v0.4.1
23162024-05-20T15:42:24.157Z Downloaded dirs v5.0.1
23172024-05-20T15:42:24.157Z Downloaded primeorder v0.13.6
23182024-05-20T15:42:24.157Z Downloaded rand_chacha v0.2.2
23192024-05-20T15:42:24.157Z Downloaded dirs-sys v0.4.1
23202024-05-20T15:42:24.157Z Downloaded ctr v0.9.2
23212024-05-20T15:42:24.160Z Downloaded ed25519 v2.2.2
23222024-05-20T15:42:24.161Z Downloaded ecdsa v0.16.9
23232024-05-20T15:42:24.163Z Downloaded rfc6979 v0.4.0
23242024-05-20T15:42:24.172Z Downloaded getrandom v0.1.16
23252024-05-20T15:42:24.179Z Downloaded aes-gcm v0.10.3
23262024-05-20T15:42:24.182Z Downloaded russh-keys v0.43.0
23272024-05-20T15:42:24.182Z Downloaded rand_core v0.5.1
23282024-05-20T15:42:24.182Z Downloaded password-hash v0.4.2
23292024-05-20T15:42:24.244Z Downloaded p256 v0.13.2
23302024-05-20T15:42:24.250Z Downloaded dhcproto v0.11.0
23312024-05-20T15:42:24.251Z Downloaded ed25519-dalek v2.0.0
23322024-05-20T15:42:24.251Z Downloaded russh v0.43.0
23332024-05-20T15:42:24.251Z Downloaded rand v0.7.3
23342024-05-20T15:42:24.251Z Downloaded p521 v0.13.3
23352024-05-20T15:42:24.251Z Downloaded aes v0.8.3
23362024-05-20T15:42:24.280Z Downloaded winapi v0.3.9
23372024-05-20T15:42:24.440Z Compiling proc-macro2 v1.0.82
23382024-05-20T15:42:24.440Z Compiling unicode-ident v1.0.12
23392024-05-20T15:42:24.440Z Compiling libc v0.2.153
23402024-05-20T15:42:24.440Z Compiling cfg-if v1.0.0
23412024-05-20T15:42:24.443Z Compiling serde v1.0.201
23422024-05-20T15:42:24.443Z Compiling version_check v0.9.4
23432024-05-20T15:42:24.443Z Compiling autocfg v1.1.0
23442024-05-20T15:42:24.443Z Compiling memchr v2.7.1
23452024-05-20T15:42:24.571Z Compiling byteorder v1.5.0
23462024-05-20T15:42:24.728Z Compiling once_cell v1.19.0
23472024-05-20T15:42:25.016Z Compiling log v0.4.21
23482024-05-20T15:42:25.067Z Compiling itoa v1.0.9
23492024-05-20T15:42:25.103Z Compiling scopeguard v1.2.0
23502024-05-20T15:42:25.257Z Compiling smallvec v1.13.1
23512024-05-20T15:42:25.271Z Compiling typenum v1.16.0
23522024-05-20T15:42:25.274Z Compiling generic-array v0.14.7
23532024-05-20T15:42:25.383Z Compiling lock_api v0.4.10
23542024-05-20T15:42:25.420Z Compiling thiserror v1.0.60
23552024-05-20T15:42:25.647Z Compiling parking_lot_core v0.9.8
23562024-05-20T15:42:25.670Z Compiling pin-project-lite v0.2.13
23572024-05-20T15:42:25.795Z Compiling subtle v2.5.0
23582024-05-20T15:42:26.106Z Compiling quote v1.0.36
23592024-05-20T15:42:26.137Z Compiling libm v0.2.7
23602024-05-20T15:42:26.150Z Compiling num-traits v0.2.19
23612024-05-20T15:42:26.260Z Compiling ahash v0.8.8
23622024-05-20T15:42:26.294Z Compiling ryu v1.0.15
23632024-05-20T15:42:26.423Z Compiling getrandom v0.2.12
23642024-05-20T15:42:26.463Z Compiling cc v1.0.83
23652024-05-20T15:42:26.495Z Compiling syn v2.0.60
23662024-05-20T15:42:26.787Z Compiling rand_core v0.6.4
23672024-05-20T15:42:26.790Z Compiling signal-hook-registry v1.4.1
23682024-05-20T15:42:26.958Z Compiling parking_lot v0.12.1
23692024-05-20T15:42:27.041Z Compiling mio v0.8.11
23702024-05-20T15:42:27.544Z Compiling socket2 v0.5.6
23712024-05-20T15:42:27.654Z Compiling num_cpus v1.16.0
23722024-05-20T15:42:27.844Z Compiling serde_json v1.0.117
23732024-05-20T15:42:27.952Z Compiling allocator-api2 v0.2.16
23742024-05-20T15:42:28.151Z Compiling futures-core v0.3.30
23752024-05-20T15:42:28.199Z Compiling const-oid v0.9.6
23762024-05-20T15:42:28.405Z Compiling equivalent v1.0.1
23772024-05-20T15:42:28.483Z Compiling futures-sink v0.3.30
23782024-05-20T15:42:28.514Z Compiling slab v0.4.9
23792024-05-20T15:42:28.638Z Compiling fnv v1.0.7
23802024-05-20T15:42:28.660Z Compiling futures-channel v0.3.30
23812024-05-20T15:42:28.708Z Compiling pin-utils v0.1.0
23822024-05-20T15:42:28.759Z Compiling futures-task v0.3.30
23832024-05-20T15:42:28.796Z Compiling spin v0.5.2
23842024-05-20T15:42:29.082Z Compiling futures-io v0.3.30
23852024-05-20T15:42:29.117Z Compiling syn v1.0.109
23862024-05-20T15:42:29.117Z Compiling iana-time-zone v0.1.57
23872024-05-20T15:42:29.290Z Compiling tinyvec_macros v0.1.1
23882024-05-20T15:42:29.380Z Compiling tinyvec v1.6.0
23892024-05-20T15:42:29.424Z Compiling unicode-bidi v0.3.15
23902024-05-20T15:42:29.551Z Compiling cpufeatures v0.2.12
23912024-05-20T15:42:29.566Z Compiling schemars v0.8.17
23922024-05-20T15:42:29.645Z Compiling tracing-core v0.1.32
23932024-05-20T15:42:29.920Z Compiling dyn-clone v1.0.17
23942024-05-20T15:42:30.096Z Compiling percent-encoding v2.3.1
23952024-05-20T15:42:30.132Z Compiling ppv-lite86 v0.2.17
23962024-05-20T15:42:30.435Z Compiling spin v0.9.8
23972024-05-20T15:42:30.569Z Compiling num-conv v0.1.0
23982024-05-20T15:42:30.773Z Compiling unicode-normalization v0.1.22
23992024-05-20T15:42:30.832Z Compiling powerfmt v0.2.0
24002024-05-20T15:42:30.847Z Compiling time-core v0.1.2
24012024-05-20T15:42:30.905Z Compiling form_urlencoded v1.2.1
24022024-05-20T15:42:30.918Z Compiling num_threads v0.1.6
24032024-05-20T15:42:31.008Z Compiling time-macros v0.2.17
24042024-05-20T15:42:31.040Z Compiling rand_chacha v0.3.1
24052024-05-20T15:42:31.055Z Compiling ring v0.17.8
24062024-05-20T15:42:31.199Z Compiling deranged v0.3.11
24072024-05-20T15:42:31.216Z Compiling aho-corasick v1.1.2
24082024-05-20T15:42:31.890Z Compiling regex-syntax v0.8.2
24092024-05-20T15:42:32.939Z Compiling idna v0.5.0
24102024-05-20T15:42:33.225Z Compiling rand v0.8.5
24112024-05-20T15:42:34.509Z Compiling serde_derive_internals v0.29.0
24122024-05-20T15:42:34.513Z Compiling time v0.3.34
24132024-05-20T15:42:35.193Z Compiling slog v2.7.0
24142024-05-20T15:42:35.208Z Compiling httparse v1.8.0
24152024-05-20T15:42:35.637Z Compiling regex-automata v0.4.5
24162024-05-20T15:42:35.796Z Compiling url v2.5.0
24172024-05-20T15:42:37.508Z Compiling untrusted v0.9.0
24182024-05-20T15:42:37.701Z Compiling vcpkg v0.2.15
24192024-05-20T15:42:38.147Z Compiling pkg-config v0.3.27
24202024-05-20T15:42:38.519Z Compiling lazy_static v1.4.0
24212024-05-20T15:42:38.630Z Compiling adler v1.0.2
24222024-05-20T15:42:38.859Z Compiling heck v0.4.1
24232024-05-20T15:42:39.327Z Compiling miniz_oxide v0.7.1
24242024-05-20T15:42:39.502Z Compiling semver v1.0.23
24252024-05-20T15:42:39.911Z Compiling openssl-sys v0.9.102
24262024-05-20T15:42:39.954Z Compiling backtrace v0.3.69
24272024-05-20T15:42:40.102Z Compiling ring v0.16.20
24282024-05-20T15:42:40.410Z Compiling try-lock v0.2.4
24292024-05-20T15:42:40.555Z Compiling httpdate v1.0.3
24302024-05-20T15:42:40.872Z Compiling regex v1.10.4
24312024-05-20T15:42:41.005Z Compiling unicode-width v0.1.11
24322024-05-20T15:42:41.021Z Compiling gimli v0.28.0
24332024-05-20T15:42:41.166Z Compiling want v0.3.1
24342024-05-20T15:42:41.365Z Compiling serde_derive v1.0.201
24352024-05-20T15:42:41.454Z Compiling zeroize_derive v1.4.2
24362024-05-20T15:42:41.470Z Compiling thiserror-impl v1.0.60
24372024-05-20T15:42:41.941Z Compiling zerocopy-derive v0.7.32
24382024-05-20T15:42:43.217Z Compiling zeroize v1.7.0
24392024-05-20T15:42:43.389Z Compiling tokio-macros v2.2.0
24402024-05-20T15:42:44.324Z Compiling futures-macro v0.3.30
24412024-05-20T15:42:44.400Z Compiling zerocopy v0.7.32
24422024-05-20T15:42:45.055Z Compiling crypto-common v0.1.6
24432024-05-20T15:42:45.092Z Compiling block-buffer v0.10.4
24442024-05-20T15:42:45.161Z Compiling tracing-attributes v0.1.27
24452024-05-20T15:42:45.285Z Compiling schemars_derive v0.8.17
24462024-05-20T15:42:45.350Z Compiling digest v0.10.7
24472024-05-20T15:42:45.825Z Compiling async-trait v0.1.80
24482024-05-20T15:42:45.848Z Compiling addr2line v0.21.0
24492024-05-20T15:42:46.522Z Compiling hashbrown v0.14.3
24502024-05-20T15:42:46.555Z Compiling futures-util v0.3.30
24512024-05-20T15:42:46.604Z Compiling object v0.32.1
24522024-05-20T15:42:47.992Z Compiling untrusted v0.7.1
24532024-05-20T15:42:48.183Z Compiling anyhow v1.0.83
24542024-05-20T15:42:48.747Z Compiling ipnet v2.9.0
24552024-05-20T15:42:48.761Z Compiling rustix v0.38.31
24562024-05-20T15:42:48.777Z Compiling base64 v0.21.7
24572024-05-20T15:42:49.010Z Compiling openssl v0.10.64
24582024-05-20T15:42:49.334Z Compiling tracing v0.1.40
24592024-05-20T15:42:49.395Z Compiling tower-service v0.3.2
24602024-05-20T15:42:49.495Z Compiling mime v0.3.17
24612024-05-20T15:42:49.508Z Compiling foreign-types-shared v0.1.1
24622024-05-20T15:42:49.543Z Compiling rustc-demangle v0.1.23
24632024-05-20T15:42:49.605Z Compiling foreign-types v0.3.2
24642024-05-20T15:42:49.908Z Compiling openssl-macros v0.1.1
24652024-05-20T15:42:50.074Z Compiling errno v0.3.8
24662024-05-20T15:42:50.294Z Compiling winnow v0.5.15
24672024-05-20T15:42:50.525Z Compiling crossbeam-utils v0.8.19
24682024-05-20T15:42:50.717Z Compiling rustls v0.21.9
24692024-05-20T15:42:51.007Z Compiling heck v0.5.0
24702024-05-20T15:42:51.165Z Compiling base64ct v1.6.0
24712024-05-20T15:42:51.401Z Compiling native-tls v0.2.11
24722024-05-20T15:42:51.516Z Compiling rustls-webpki v0.101.7
24732024-05-20T15:42:51.793Z Compiling cookie v0.17.0
24742024-05-20T15:42:51.808Z Compiling ucd-trie v0.1.6
24752024-05-20T15:42:52.096Z Compiling sct v0.7.0
24762024-05-20T15:42:52.409Z Compiling futures-executor v0.3.30
24772024-05-20T15:42:52.990Z Compiling openssl-probe v0.1.5
24782024-05-20T15:42:53.006Z Compiling futures v0.3.30
24792024-05-20T15:42:53.309Z Compiling pest v2.7.6
24802024-05-20T15:42:53.591Z Compiling idna v0.3.0
24812024-05-20T15:42:53.976Z Compiling encoding_rs v0.8.33
24822024-05-20T15:42:54.068Z Compiling data-encoding v2.4.0
24832024-05-20T15:42:54.803Z Compiling psl-types v2.0.11
24842024-05-20T15:42:54.998Z Compiling rustversion v1.0.14
24852024-05-20T15:42:55.137Z Compiling publicsuffix v2.2.3
24862024-05-20T15:42:55.708Z Compiling pest_meta v2.7.6
24872024-05-20T15:42:56.133Z Compiling hmac v0.12.1
24882024-05-20T15:42:56.139Z Compiling scroll_derive v0.12.0
24892024-05-20T15:42:56.189Z Compiling bytes v1.6.0
24902024-05-20T15:42:56.440Z Compiling indexmap v2.2.6
24912024-05-20T15:42:56.460Z Compiling chrono v0.4.38
24922024-05-20T15:42:57.532Z Compiling tokio v1.37.0
24932024-05-20T15:42:57.593Z Compiling uuid v1.8.0
24942024-05-20T15:42:57.957Z Compiling bitflags v2.4.2
24952024-05-20T15:42:58.409Z Compiling http v0.2.12
24962024-05-20T15:42:58.576Z Compiling serde_tokenstream v0.2.0
24972024-05-20T15:42:59.120Z Compiling toml_datetime v0.6.5
24982024-05-20T15:42:59.514Z Compiling serde_spanned v0.6.5
24992024-05-20T15:42:59.735Z Compiling toml_edit v0.19.15
25002024-05-20T15:43:00.343Z Compiling http-body v0.4.5
25012024-05-20T15:43:00.768Z Compiling serde_urlencoded v0.7.1
25022024-05-20T15:43:00.838Z Compiling openapiv3 v2.0.0
25032024-05-20T15:43:01.315Z Compiling cookie_store v0.20.0
25042024-05-20T15:43:02.049Z Compiling scroll v0.12.0
25052024-05-20T15:43:02.602Z Compiling pest_generator v2.7.6
25062024-05-20T15:43:02.931Z Compiling rustls-pemfile v1.0.3
25072024-05-20T15:43:03.311Z Compiling bitflags v1.3.2
25082024-05-20T15:43:03.411Z Compiling sync_wrapper v0.1.2
25092024-05-20T15:43:03.541Z Compiling plain v0.2.3
25102024-05-20T15:43:03.697Z Compiling webpki-roots v0.25.2
25112024-05-20T15:43:03.826Z Compiling goblin v0.8.0
25122024-05-20T15:43:03.848Z Compiling rustc_version v0.4.0
25132024-05-20T15:43:04.457Z Compiling pem-rfc7468 v0.7.0
25142024-05-20T15:43:04.596Z Compiling block-padding v0.3.3
25152024-05-20T15:43:04.682Z Compiling pest_derive v2.7.6
25162024-05-20T15:43:04.840Z Compiling der_derive v0.7.2
25172024-05-20T15:43:05.214Z Compiling usdt-impl v0.5.0
25182024-05-20T15:43:05.337Z Compiling pretty-hex v0.4.1
25192024-05-20T15:43:05.514Z Compiling tokio-util v0.7.10
25202024-05-20T15:43:05.544Z Compiling tokio-rustls v0.24.1
25212024-05-20T15:43:05.558Z Compiling flagset v0.4.3
25222024-05-20T15:43:05.896Z Compiling dtrace-parser v0.2.0
25232024-05-20T15:43:05.937Z Compiling inout v0.1.3
25242024-05-20T15:43:06.220Z Compiling thread-id v4.2.0
25252024-05-20T15:43:06.977Z Compiling h2 v0.3.26
25262024-05-20T15:43:07.028Z Compiling tokio-native-tls v0.3.1
25272024-05-20T15:43:07.304Z Compiling cipher v0.4.4
25282024-05-20T15:43:07.488Z Compiling der v0.7.8
25292024-05-20T15:43:07.689Z Compiling sha2 v0.10.8
25302024-05-20T15:43:07.801Z Compiling either v1.11.0
25312024-05-20T15:43:07.891Z Compiling ff v0.13.0
25322024-05-20T15:43:08.114Z Compiling base16ct v0.2.0
25332024-05-20T15:43:08.213Z Compiling stable_deref_trait v1.2.0
25342024-05-20T15:43:08.316Z Compiling group v0.13.0
25352024-05-20T15:43:08.434Z Compiling hkdf v0.12.4
25362024-05-20T15:43:08.606Z Compiling crossbeam-epoch v0.9.18
25372024-05-20T15:43:08.700Z Compiling crypto-bigint v0.5.2
25382024-05-20T15:43:09.158Z Compiling num-integer v0.1.46
25392024-05-20T15:43:09.422Z Compiling dof v0.3.0
25402024-05-20T15:43:09.925Z Compiling spki v0.7.2
25412024-05-20T15:43:10.850Z Compiling pkcs8 v0.10.2
25422024-05-20T15:43:11.370Z Compiling sec1 v0.7.3
25432024-05-20T15:43:11.408Z Compiling memmap v0.7.0
25442024-05-20T15:43:11.716Z Compiling crc32fast v1.3.2
25452024-05-20T15:43:11.783Z Compiling elliptic-curve v0.13.8
25462024-05-20T15:43:11.969Z Compiling managed v0.8.0
25472024-05-20T15:43:11.972Z Compiling winnow v0.6.1
25482024-05-20T15:43:12.001Z Compiling unicode-segmentation v1.10.1
25492024-05-20T15:43:12.396Z Compiling toml v0.7.8
25502024-05-20T15:43:12.579Z Compiling hex v0.4.3
25512024-05-20T15:43:12.613Z Compiling num-bigint v0.4.4
25522024-05-20T15:43:12.800Z Compiling anstyle v1.0.7
25532024-05-20T15:43:12.837Z Compiling matches v0.1.10
25542024-05-20T15:43:12.931Z Compiling utf8parse v0.2.1
25552024-05-20T15:43:13.083Z Compiling anstyle-parse v0.2.1
25562024-05-20T15:43:13.166Z Compiling idna v0.2.3
25572024-05-20T15:43:13.245Z Compiling ipnetwork v0.20.0
25582024-05-20T15:43:13.404Z Compiling enum-as-inner v0.5.1
25592024-05-20T15:43:13.849Z Compiling hyper v0.14.28
25602024-05-20T15:43:14.079Z Compiling bit-vec v0.6.3
25612024-05-20T15:43:14.138Z Compiling siphasher v0.3.11
25622024-05-20T15:43:14.213Z Compiling usdt-macro v0.5.0
25632024-05-20T15:43:14.467Z Compiling usdt-attr-macro v0.5.0
25642024-05-20T15:43:14.467Z Compiling anstyle-query v1.0.0
25652024-05-20T15:43:14.513Z Compiling colorchoice v1.0.0
25662024-05-20T15:43:14.608Z Compiling trust-dns-proto v0.22.0
25672024-05-20T15:43:14.656Z Compiling anstream v0.6.11
25682024-05-20T15:43:15.354Z Compiling toml_edit v0.22.12
25692024-05-20T15:43:15.713Z Compiling flate2 v1.0.30
25702024-05-20T15:43:15.760Z Compiling heapless v0.7.16
25712024-05-20T15:43:16.183Z Compiling usdt v0.5.0
25722024-05-20T15:43:16.220Z Compiling terminal_size v0.3.0
25732024-05-20T15:43:16.415Z Compiling regress v0.9.1
25742024-05-20T15:43:16.672Z Compiling strsim v0.11.0
25752024-05-20T15:43:16.767Z Compiling signal-hook v0.3.17
25762024-05-20T15:43:17.063Z Compiling clap_lex v0.7.0
25772024-05-20T15:43:17.371Z Compiling clap_builder v4.5.2
25782024-05-20T15:43:17.640Z Compiling yasna v0.5.2
25792024-05-20T15:43:17.691Z Compiling itertools v0.10.5
25802024-05-20T15:43:19.576Z Compiling clap_derive v4.5.4
25812024-05-20T15:43:20.569Z Compiling hyper-tls v0.5.0
25822024-05-20T15:43:20.994Z Compiling hyper-rustls v0.24.2
25832024-05-20T15:43:21.279Z Compiling reqwest v0.11.27
25842024-05-20T15:43:21.552Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25852024-05-20T15:43:23.098Z Compiling md-5 v0.10.5
25862024-05-20T15:43:23.364Z Compiling stringprep v0.1.3
25872024-05-20T15:43:23.747Z Compiling hash32 v0.2.1
25882024-05-20T15:43:23.898Z Compiling smoltcp v0.9.1
25892024-05-20T15:43:24.133Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25902024-05-20T15:43:24.325Z Compiling fallible-iterator v0.2.0
25912024-05-20T15:43:24.774Z Compiling regex-automata v0.1.10
25922024-05-20T15:43:24.803Z Compiling clap v4.5.4
25932024-05-20T15:43:25.004Z Compiling postgres-protocol v0.6.6
25942024-05-20T15:43:25.182Z Compiling bstr v0.2.17
25952024-05-20T15:43:25.609Z Compiling phf_shared v0.11.2
25962024-05-20T15:43:25.952Z Compiling tokio-stream v0.1.15
25972024-05-20T15:43:25.996Z Compiling hubpack_derive v0.1.1
25982024-05-20T15:43:26.092Z Compiling zerocopy-derive v0.6.6
25992024-05-20T15:43:26.380Z Compiling diesel_table_macro_syntax v0.1.0
26002024-05-20T15:43:26.608Z Compiling scheduled-thread-pool v0.2.7
26012024-05-20T15:43:26.804Z Compiling fs-err v2.11.0
26022024-05-20T15:43:26.919Z Compiling fixedbitset v0.4.2
26032024-05-20T15:43:26.946Z Compiling r2d2 v0.8.10
26042024-05-20T15:43:26.974Z Compiling hubpack v0.1.2
26052024-05-20T15:43:27.234Z Compiling petgraph v0.6.5
26062024-05-20T15:43:27.250Z Compiling diesel_derives v2.1.2
26072024-05-20T15:43:27.298Z Compiling similar v2.4.0
26082024-05-20T15:43:27.429Z Compiling phf v0.11.2
26092024-05-20T15:43:27.719Z Compiling postgres-types v0.2.6
26102024-05-20T15:43:28.445Z Compiling zerocopy v0.6.6
26112024-05-20T15:43:29.194Z Compiling signal-hook-mio v0.2.3
26122024-05-20T15:43:29.360Z Compiling phf_shared v0.10.0
26132024-05-20T15:43:29.445Z Compiling num-iter v0.1.45
26142024-05-20T15:43:29.561Z Compiling strum_macros v0.25.2
26152024-05-20T15:43:29.635Z Compiling serde_repr v0.1.16
26162024-05-20T15:43:29.752Z Compiling getopts v0.2.21
26172024-05-20T15:43:29.831Z Compiling console v0.15.8
26182024-05-20T15:43:30.719Z Compiling float-cmp v0.9.0
26192024-05-20T15:43:30.889Z Compiling predicates-core v1.0.6
26202024-05-20T15:43:30.953Z Compiling normalize-line-endings v0.3.0
26212024-05-20T15:43:31.084Z Compiling static_assertions v1.1.0
26222024-05-20T15:43:31.186Z Compiling whoami v1.5.1
26232024-05-20T15:43:31.241Z Compiling unsafe-libyaml v0.2.10
26242024-05-20T15:43:31.255Z Compiling new_debug_unreachable v1.0.4
26252024-05-20T15:43:31.334Z Compiling minimal-lexical v0.2.1
26262024-05-20T15:43:31.348Z Compiling precomputed-hash v0.1.1
26272024-05-20T15:43:31.461Z Compiling difflib v0.4.0
26282024-05-20T15:43:31.851Z Compiling nom v7.1.3
26292024-05-20T15:43:31.885Z Compiling tokio-postgres v0.7.10
26302024-05-20T15:43:33.143Z Compiling serde_yaml v0.9.25
26312024-05-20T15:43:33.240Z Compiling predicates v3.1.0
26322024-05-20T15:43:33.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26332024-05-20T15:43:35.079Z Compiling string_cache v0.8.7
26342024-05-20T15:43:35.509Z Compiling crossterm v0.27.0
26352024-05-20T15:43:36.435Z Compiling bit-set v0.5.3
26362024-05-20T15:43:36.740Z Compiling bstr v1.9.0
26372024-05-20T15:43:36.800Z Compiling lalrpop-util v0.19.12
26382024-05-20T15:43:37.167Z Compiling peg-runtime v0.8.3
26392024-05-20T15:43:37.202Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26402024-05-20T15:43:37.380Z Compiling sha1 v0.10.6
26412024-05-20T15:43:37.631Z Compiling camino v1.1.7
26422024-05-20T15:43:37.803Z Compiling ident_case v1.0.1
26432024-05-20T15:43:37.843Z Compiling strsim v0.10.0
26442024-05-20T15:43:37.983Z Compiling strum_macros v0.26.1
26452024-05-20T15:43:38.558Z Compiling darling_core v0.20.8
26462024-05-20T15:43:38.683Z Compiling dirs-sys-next v0.1.2
26472024-05-20T15:43:39.241Z Compiling match_cfg v0.1.0
26482024-05-20T15:43:39.325Z Compiling base64 v0.22.1
26492024-05-20T15:43:39.329Z Compiling hostname v0.3.1
26502024-05-20T15:43:39.329Z Compiling dirs-next v2.0.0
26512024-05-20T15:43:39.518Z Compiling toml v0.8.12
26522024-05-20T15:43:39.577Z Compiling http v1.0.0
26532024-05-20T15:43:39.591Z Compiling thread_local v1.1.7
26542024-05-20T15:43:39.976Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26552024-05-20T15:43:40.091Z Compiling slog-async v2.8.0
26562024-05-20T15:43:40.149Z Compiling rustls-pki-types v1.3.0
26572024-05-20T15:43:40.692Z Compiling term v0.7.0
26582024-05-20T15:43:40.952Z Compiling is-terminal v0.4.9
26592024-05-20T15:43:41.078Z Compiling crossbeam-channel v0.5.8
26602024-05-20T15:43:41.256Z Compiling paste v1.0.15
26612024-05-20T15:43:41.799Z Compiling take_mut v0.2.2
26622024-05-20T15:43:41.964Z Compiling rustls v0.22.4
26632024-05-20T15:43:42.280Z Compiling slog-term v2.9.1
26642024-05-20T15:43:42.295Z Compiling rustls-webpki v0.102.1
26652024-05-20T15:43:42.322Z Compiling multer v3.1.0
26662024-05-20T15:43:42.633Z Compiling instant v0.1.12
26672024-05-20T15:43:43.394Z Compiling diesel v2.1.6
26682024-05-20T15:43:43.408Z Compiling strum v0.26.2
26692024-05-20T15:43:43.457Z Compiling slog-json v2.6.1
26702024-05-20T15:43:43.577Z Compiling async-stream-impl v0.3.5
26712024-05-20T15:43:43.840Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26722024-05-20T15:43:44.067Z Compiling debug-ignore v1.0.5
26732024-05-20T15:43:44.149Z Compiling atomic-waker v1.1.1
26742024-05-20T15:43:44.280Z Compiling waitgroup v0.1.2
26752024-05-20T15:43:44.337Z Compiling slog-bunyan v2.5.0
26762024-05-20T15:43:44.508Z Compiling rustls-pemfile v2.1.2
26772024-05-20T15:43:44.525Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26782024-05-20T15:43:44.933Z Compiling serde_path_to_error v0.1.16
26792024-05-20T15:43:45.028Z Compiling async-stream v0.3.5
26802024-05-20T15:43:45.204Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26812024-05-20T15:43:45.344Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26822024-05-20T15:43:45.359Z Compiling structmeta-derive v0.3.0
26832024-05-20T15:43:45.451Z Compiling hostname v0.4.0
26842024-05-20T15:43:45.703Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26852024-05-20T15:43:45.785Z Compiling newtype-uuid v1.1.0
26862024-05-20T15:43:45.881Z Compiling darling_macro v0.20.8
26872024-05-20T15:43:46.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26882024-05-20T15:43:46.057Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26892024-05-20T15:43:46.321Z Compiling backoff v0.4.0
26902024-05-20T15:43:46.663Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26912024-05-20T15:43:46.824Z Compiling macaddr v1.0.1
26922024-05-20T15:43:46.851Z Compiling proc-macro-crate v1.3.1
26932024-05-20T15:43:46.885Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942024-05-20T15:43:47.037Z Compiling darling v0.20.8
26952024-05-20T15:43:47.069Z Compiling fastrand v2.0.1
26962024-05-20T15:43:47.150Z Compiling serde_with_macros v3.7.0
26972024-05-20T15:43:47.264Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26982024-05-20T15:43:47.636Z Compiling tokio-rustls v0.25.0
26992024-05-20T15:43:47.672Z Compiling tempfile v3.10.1
27002024-05-20T15:43:47.895Z Compiling num_enum_derive v0.5.11
27012024-05-20T15:43:48.530Z Compiling structmeta v0.3.0
27022024-05-20T15:43:48.543Z Compiling proc-macro-error-attr v1.0.4
27032024-05-20T15:43:48.913Z Compiling proc-macro-error v1.0.4
27042024-05-20T15:43:48.961Z Compiling parse-display-derive v0.9.0
27052024-05-20T15:43:49.218Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27062024-05-20T15:43:50.350Z Compiling serde_with v3.7.0
27072024-05-20T15:43:50.576Z Compiling foreign-types-macros v0.2.3
27082024-05-20T15:43:50.772Z Compiling num_enum v0.5.11
27092024-05-20T15:43:50.934Z Compiling foreign-types-shared v0.3.1
27102024-05-20T15:43:51.051Z Compiling heapless v0.8.0
27112024-05-20T15:43:51.635Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27122024-05-20T15:43:51.982Z Compiling foreign-types v0.5.0
27132024-05-20T15:43:52.631Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27142024-05-20T15:43:52.818Z Compiling cstr-argument v0.1.2
27152024-05-20T15:43:53.067Z Compiling hash32 v0.3.1
27162024-05-20T15:43:53.317Z Compiling smoltcp v0.11.0
27172024-05-20T15:43:53.502Z Compiling pretty-hex v0.2.1
27182024-05-20T15:43:53.676Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27192024-05-20T15:43:53.812Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27202024-05-20T15:43:53.874Z Compiling parse-display v0.9.0
27212024-05-20T15:43:54.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27222024-05-20T15:43:54.059Z Compiling camino-tempfile v1.1.1
27232024-05-20T15:43:54.354Z Compiling tabwriter v1.4.0
27242024-05-20T15:43:54.521Z Compiling colored v2.1.0
27252024-05-20T15:43:54.535Z Compiling socket2 v0.4.9
27262024-05-20T15:43:54.585Z Compiling embedded-io v0.4.0
27272024-05-20T15:43:54.782Z Compiling cobs v0.2.3
27282024-05-20T15:43:54.861Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27292024-05-20T15:43:55.072Z Compiling postcard v1.0.8
27302024-05-20T15:43:55.168Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27312024-05-20T15:43:55.255Z Compiling crucible-workspace-hack v0.1.0
27322024-05-20T15:43:55.398Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27332024-05-20T15:43:55.401Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27342024-05-20T15:43:55.566Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27352024-05-20T15:43:55.904Z Compiling smf v0.2.3
27362024-05-20T15:43:55.989Z Compiling humantime v2.1.0
27372024-05-20T15:43:56.298Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27382024-05-20T15:43:56.376Z Compiling platforms v3.0.2
27392024-05-20T15:43:56.557Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27402024-05-20T15:43:56.625Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27412024-05-20T15:43:56.786Z Compiling num-derive v0.4.0
27422024-05-20T15:43:57.134Z Compiling sigpipe v0.1.3
27432024-05-20T15:43:57.261Z Compiling utf-8 v0.7.6
27442024-05-20T15:43:57.342Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27452024-05-20T15:43:57.772Z Compiling atty v0.2.14
27462024-05-20T15:43:57.910Z Compiling rayon-core v1.12.1
27472024-05-20T15:43:58.214Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27482024-05-20T15:43:58.229Z Compiling same-file v1.0.6
27492024-05-20T15:43:58.232Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27502024-05-20T15:43:58.476Z Compiling semver v0.1.20
27512024-05-20T15:43:59.164Z Compiling rustc_version v0.1.7
27522024-05-20T15:43:59.167Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27532024-05-20T15:43:59.695Z Compiling walkdir v2.5.0
27542024-05-20T15:43:59.827Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27552024-05-20T15:43:59.840Z Compiling curve25519-dalek v4.1.2
27562024-05-20T15:44:00.154Z Compiling newline-converter v0.3.0
27572024-05-20T15:44:00.263Z Compiling crossbeam-deque v0.8.3
27582024-05-20T15:44:00.307Z Compiling universal-hash v0.5.1
27592024-05-20T15:44:00.457Z Compiling opaque-debug v0.3.0
27602024-05-20T15:44:00.472Z Compiling expectorate v1.1.0
27612024-05-20T15:44:00.499Z Compiling newtype_derive v0.1.6
27622024-05-20T15:44:00.570Z Compiling tungstenite v0.20.1
27632024-05-20T15:44:00.584Z Compiling signature v2.1.0
27642024-05-20T15:44:00.633Z Compiling curve25519-dalek-derive v0.1.0
27652024-05-20T15:44:00.797Z Compiling blake3 v1.5.0
27662024-05-20T15:44:00.817Z Compiling xattr v1.0.1
27672024-05-20T15:44:01.092Z Compiling filetime v0.2.23
27682024-05-20T15:44:01.432Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27692024-05-20T15:44:01.435Z Compiling unicase v2.7.0
27702024-05-20T15:44:01.664Z Compiling linked-hash-map v0.5.6
27712024-05-20T15:44:01.771Z Compiling quick-error v1.2.3
27722024-05-20T15:44:01.921Z Compiling termcolor v1.2.0
27732024-05-20T15:44:02.072Z Compiling arc-swap v1.6.0
27742024-05-20T15:44:02.220Z Compiling getrandom v0.1.16
27752024-05-20T15:44:02.340Z Compiling convert_case v0.4.0
27762024-05-20T15:44:02.547Z Compiling slog-scope v4.4.0
27772024-05-20T15:44:02.698Z Compiling env_logger v0.9.3
27782024-05-20T15:44:02.762Z Compiling lru-cache v0.1.2
27792024-05-20T15:44:02.954Z Compiling resolv-conf v0.7.0
27802024-05-20T15:44:03.080Z Compiling tokio-tungstenite v0.20.1
27812024-05-20T15:44:03.300Z Compiling derive_more v0.99.17
27822024-05-20T15:44:03.475Z Compiling rayon v1.10.0
27832024-05-20T15:44:03.608Z Compiling tar v0.4.40
27842024-05-20T15:44:03.793Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27852024-05-20T15:44:04.058Z Compiling password-hash v0.5.0
27862024-05-20T15:44:04.276Z Compiling blake2 v0.10.6
27872024-05-20T15:44:05.194Z Compiling bitstruct_derive v0.1.0
27882024-05-20T15:44:05.735Z Compiling derive-where v1.2.7
27892024-05-20T15:44:05.748Z Compiling memmap2 v0.7.1
27902024-05-20T15:44:06.161Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27912024-05-20T15:44:06.301Z Compiling libefi-sys v0.1.0
27922024-05-20T15:44:06.611Z Compiling arrayvec v0.7.4
27932024-05-20T15:44:06.668Z Compiling arrayref v0.3.7
27942024-05-20T15:44:06.793Z Compiling constant_time_eq v0.3.0
27952024-05-20T15:44:06.980Z Compiling ascii v1.1.0
27962024-05-20T15:44:07.017Z Compiling home v0.5.5
27972024-05-20T15:44:07.267Z Compiling parking_lot_core v0.8.6
27982024-05-20T15:44:07.581Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27992024-05-20T15:44:07.755Z Compiling toolchain_find v0.4.0
28002024-05-20T15:44:08.482Z Compiling bitstruct v0.1.1
28012024-05-20T15:44:08.620Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-20T15:44:08.888Z Compiling argon2 v0.5.3
28032024-05-20T15:44:09.111Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-05-20T15:44:09.555Z Compiling trust-dns-resolver v0.22.0
28052024-05-20T15:44:10.099Z Compiling slog-stdlog v4.1.1
28062024-05-20T15:44:10.470Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28072024-05-20T15:44:10.474Z Compiling num-rational v0.4.2
28082024-05-20T15:44:11.179Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28092024-05-20T15:44:11.517Z Compiling rfc6979 v0.4.0
28102024-05-20T15:44:11.542Z Compiling erased-serde v0.3.31
28112024-05-20T15:44:11.714Z Compiling serde_arrays v0.1.0
28122024-05-20T15:44:11.873Z Compiling aead v0.5.2
28132024-05-20T15:44:11.959Z Compiling num-complex v0.4.6
28142024-05-20T15:44:12.143Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28152024-05-20T15:44:12.256Z Compiling nibble_vec v0.1.0
28162024-05-20T15:44:12.297Z Compiling slog-dtrace v0.3.0
28172024-05-20T15:44:12.454Z Compiling cancel-safe-futures v0.1.5
28182024-05-20T15:44:12.517Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28192024-05-20T15:44:12.550Z Compiling endian-type v0.1.2
28202024-05-20T15:44:12.589Z Compiling topological-sort v0.2.2
28212024-05-20T15:44:12.768Z Compiling keccak v0.1.4
28222024-05-20T15:44:12.788Z Compiling winapi v0.3.9
28232024-05-20T15:44:12.819Z Compiling omicron-zone-package v0.11.0
28242024-05-20T15:44:12.931Z Compiling num v0.4.3
28252024-05-20T15:44:12.972Z Compiling radix_trie v0.2.1
28262024-05-20T15:44:13.035Z Compiling sha3 v0.10.8
28272024-05-20T15:44:13.675Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-05-20T15:44:13.831Z Compiling ecdsa v0.16.9
28292024-05-20T15:44:13.881Z Compiling slog-envlogger v2.2.0
28302024-05-20T15:44:13.999Z Compiling rand_core v0.5.1
28312024-05-20T15:44:14.495Z Compiling mime_guess v2.0.4
28322024-05-20T15:44:14.620Z Compiling steno v0.4.0
28332024-05-20T15:44:15.047Z Compiling rustfmt-wrapper v0.2.1
28342024-05-20T15:44:15.798Z Compiling poly1305 v0.8.0
28352024-05-20T15:44:15.819Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28362024-05-20T15:44:16.337Z Compiling heck v0.3.3
28372024-05-20T15:44:16.531Z Compiling primeorder v0.13.6
28382024-05-20T15:44:16.772Z Compiling chacha20 v0.9.1
28392024-05-20T15:44:17.069Z Compiling thiserror-impl-no-std v2.0.2
28402024-05-20T15:44:17.226Z Compiling secrecy v0.8.0
28412024-05-20T15:44:17.501Z Compiling half v2.3.1
28422024-05-20T15:44:17.616Z Compiling option-ext v0.2.0
28432024-05-20T15:44:17.742Z Compiling ciborium-io v0.2.2
28442024-05-20T15:44:17.871Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28452024-05-20T15:44:18.079Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28462024-05-20T15:44:18.170Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28472024-05-20T15:44:18.315Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28482024-05-20T15:44:18.418Z Compiling ciborium-ll v0.2.2
28492024-05-20T15:44:18.823Z Compiling dirs-sys v0.4.1
28502024-05-20T15:44:18.943Z Compiling zone_cfg_derive v0.1.2
28512024-05-20T15:44:19.332Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28522024-05-20T15:44:19.737Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532024-05-20T15:44:19.965Z Compiling parking_lot v0.11.2
28542024-05-20T15:44:20.135Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28552024-05-20T15:44:20.373Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28562024-05-20T15:44:20.541Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28572024-05-20T15:44:20.905Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28582024-05-20T15:44:20.947Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28592024-05-20T15:44:21.374Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28602024-05-20T15:44:21.546Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28612024-05-20T15:44:21.906Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28622024-05-20T15:44:22.126Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28632024-05-20T15:44:22.343Z Compiling thiserror-no-std v2.0.2
28642024-05-20T15:44:22.460Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28652024-05-20T15:44:22.480Z Compiling rand_chacha v0.2.2
28662024-05-20T15:44:22.717Z Compiling trust-dns-client v0.22.0
28672024-05-20T15:44:23.238Z Compiling ed25519 v2.2.2
28682024-05-20T15:44:23.376Z Compiling polyval v0.6.1
28692024-05-20T15:44:23.704Z Compiling tungstenite v0.21.0
28702024-05-20T15:44:23.808Z Compiling blowfish v0.9.1
28712024-05-20T15:44:24.002Z Compiling ctr v0.9.2
28722024-05-20T15:44:24.268Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28732024-05-20T15:44:24.369Z Compiling aes v0.8.3
28742024-05-20T15:44:24.706Z Compiling libsw v3.3.1
28752024-05-20T15:44:25.027Z Compiling toml v0.5.11
28762024-05-20T15:44:25.843Z Compiling password-hash v0.4.2
28772024-05-20T15:44:25.908Z Compiling pbkdf2 v0.12.2
28782024-05-20T15:44:26.078Z Compiling gethostname v0.4.3
28792024-05-20T15:44:26.359Z Compiling fxhash v0.2.1
28802024-05-20T15:44:26.564Z Compiling swrite v0.1.0
28812024-05-20T15:44:26.720Z Compiling owo-colors v4.0.0
28822024-05-20T15:44:26.810Z Compiling base64 v0.13.1
28832024-05-20T15:44:27.317Z Compiling linear-map v1.2.0
28842024-05-20T15:44:27.439Z Compiling ron v0.7.1
28852024-05-20T15:44:27.694Z Compiling trust-dns-server v0.22.1
28862024-05-20T15:44:28.270Z Compiling sled v0.34.7
28872024-05-20T15:44:28.791Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28882024-05-20T15:44:29.067Z Compiling pbkdf2 v0.11.0
28892024-05-20T15:44:29.428Z Compiling bcrypt-pbkdf v0.10.0
28902024-05-20T15:44:29.731Z Compiling tokio-tungstenite v0.21.0
28912024-05-20T15:44:29.991Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28922024-05-20T15:44:30.244Z Compiling ghash v0.5.0
28932024-05-20T15:44:30.428Z Compiling ed25519-dalek v2.0.0
28942024-05-20T15:44:30.734Z Compiling rand v0.7.3
28952024-05-20T15:44:31.362Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28962024-05-20T15:44:32.777Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28972024-05-20T15:44:33.349Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28982024-05-20T15:44:34.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28992024-05-20T15:44:34.687Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29002024-05-20T15:44:35.773Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29012024-05-20T15:44:37.395Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29022024-05-20T15:44:37.398Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29032024-05-20T15:44:38.191Z Compiling russh-cryptovec v0.7.0
29042024-05-20T15:44:39.487Z Compiling vsss-rs v3.3.4
29052024-05-20T15:44:39.502Z Compiling zone v0.1.8
29062024-05-20T15:44:39.708Z Compiling dirs v5.0.1
29072024-05-20T15:44:39.911Z Compiling ciborium v0.2.2
29082024-05-20T15:44:41.094Z Compiling chacha20poly1305 v0.10.1
29092024-05-20T15:44:41.299Z Compiling p256 v0.13.2
29102024-05-20T15:44:41.323Z Compiling p521 v0.13.3
29112024-05-20T15:44:41.465Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29122024-05-20T15:44:41.549Z Compiling pem v3.0.4
29132024-05-20T15:44:42.198Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29142024-05-20T15:44:42.384Z Compiling cbc v0.1.2
29152024-05-20T15:44:42.627Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29162024-05-20T15:44:43.011Z Compiling headers-core v0.2.0
29172024-05-20T15:44:43.174Z Compiling kstat-rs v0.2.3
29182024-05-20T15:44:43.848Z Compiling portpicker v0.1.1
29192024-05-20T15:44:43.851Z Compiling nanorand v0.7.0
29202024-05-20T15:44:44.065Z Compiling glob v0.3.1
29212024-05-20T15:44:44.165Z Compiling md5 v0.7.0
29222024-05-20T15:44:44.185Z Compiling http-range v0.1.5
29232024-05-20T15:44:44.439Z Compiling russh-keys v0.43.0
29242024-05-20T15:44:44.542Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29252024-05-20T15:44:44.707Z Compiling hyper-staticfile v0.9.5
29262024-05-20T15:44:45.001Z Compiling flume v0.11.0
29272024-05-20T15:44:45.656Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29282024-05-20T15:44:47.843Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29292024-05-20T15:44:48.075Z Compiling headers v0.3.9
29302024-05-20T15:44:48.595Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29312024-05-20T15:44:48.818Z Compiling rcgen v0.12.1
29322024-05-20T15:44:50.085Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29332024-05-20T15:44:51.317Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29342024-05-20T15:44:52.559Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29352024-05-20T15:44:52.890Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29362024-05-20T15:44:54.829Z Compiling aes-gcm v0.10.3
29372024-05-20T15:44:55.022Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29382024-05-20T15:44:55.112Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29392024-05-20T15:44:56.387Z Compiling atomicwrites v0.4.3
29402024-05-20T15:44:56.760Z Compiling itertools v0.12.1
29412024-05-20T15:44:56.794Z Compiling subprocess v0.2.9
29422024-05-20T15:44:58.930Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29432024-05-20T15:44:59.620Z Compiling display-error-chain v0.2.0
29442024-05-20T15:44:59.794Z Compiling dhcproto-macros v0.1.0
29452024-05-20T15:45:00.001Z Compiling hex-literal v0.4.1
29462024-05-20T15:45:00.160Z Compiling russh v0.43.0
29472024-05-20T15:45:00.833Z Compiling dhcproto v0.11.0
29482024-05-20T15:45:02.362Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29492024-05-20T15:45:03.875Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29502024-05-20T15:45:04.346Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29512024-05-20T15:45:04.826Z Compiling internet-checksum v0.2.1
29522024-05-20T15:45:08.325Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29532024-05-20T15:45:09.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29542024-05-20T15:45:29.528Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29552024-05-20T15:46:10.650Z Finished dev [unoptimized + debuginfo] target(s) in 3m 47s
29562024-05-20T15:46:10.847Z
29572024-05-20T15:46:10.847Zreal 3:47.229968088
29582024-05-20T15:46:10.847Zuser 20:21.665135709
29592024-05-20T15:46:10.847Zsys 4:23.591395802
29602024-05-20T15:46:10.847Ztrap 0.641427774
29612024-05-20T15:46:10.847Ztflt 0.464167459
29622024-05-20T15:46:10.847Zdflt 1.637791880
29632024-05-20T15:46:10.847Zkflt 0.000292040
29642024-05-20T15:46:10.847Zlock 42:37.232842818
29652024-05-20T15:46:10.847Zslp 58:59.521291106
29662024-05-20T15:46:10.847Zlat 1:03.770380184
29672024-05-20T15:46:10.848Zstop 2:05.353572453
29682024-05-20T15:46:10.848Z+ mkdir tests
29692024-05-20T15:46:10.848Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29702024-05-20T15:46:10.848Z+ xargs -I '{}' -t cp '{}' tests/
29712024-05-20T15:46:12.075Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d378288c9438c40 tests/
29722024-05-20T15:46:12.163Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5ee8ec2cfaf28ce7 tests/
29732024-05-20T15:46:12.163Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8b0bd36896bdc29c tests/
29742024-05-20T15:46:12.163Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cce10d6beb1b96ba tests/
29752024-05-20T15:46:12.448Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29762024-05-20T15:46:12.524Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-9d378288c9438c40 tests/commtest-5ee8ec2cfaf28ce7 tests/dhcp_server-8b0bd36896bdc29c tests/end_to_end_tests-cce10d6beb1b96ba out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29772024-05-20T15:47:16.080ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29782024-05-20T15:47:16.080Za out/target/test 1K
29792024-05-20T15:47:16.081Za out/npuzone/npuzone 23144K
29802024-05-20T15:47:16.081Za package-manifest.toml 27K
29812024-05-20T15:47:16.081Za smf/sled-agent/non-gimlet/config.toml 4K
29822024-05-20T15:47:16.081Za target/release/omicron-package 31456K
29832024-05-20T15:47:16.081Za target/release/xtask 6644K
29842024-05-20T15:47:16.081Za target/debug/bootstrap 350545K
29852024-05-20T15:47:16.081Za tests/bootstrap-9d378288c9438c40 23707K
29862024-05-20T15:47:16.081Za tests/commtest-5ee8ec2cfaf28ce7 23707K
29872024-05-20T15:47:16.081Za tests/dhcp_server-8b0bd36896bdc29c 23707K
29882024-05-20T15:47:16.081Za tests/end_to_end_tests-cce10d6beb1b96ba 360693K
29892024-05-20T15:47:16.081Za out/clickhouse.tar.gz 222707K
29902024-05-20T15:47:16.081Za out/clickhouse_keeper.tar.gz 222704K
29912024-05-20T15:47:16.081Za out/cockroachdb.tar.gz 120664K
29922024-05-20T15:47:16.081Za out/crucible-pantry-zone.tar.gz 27053K
29932024-05-20T15:47:16.081Za out/crucible-zone.tar.gz 37715K
29942024-05-20T15:47:16.081Za out/external-dns.tar.gz 25065K
29952024-05-20T15:47:16.081Za out/internal-dns.tar.gz 25063K
29962024-05-20T15:47:16.081Za out/mg-ddm-gz.tar 60398K
29972024-05-20T15:47:16.081Za out/nexus.tar.gz 82008K
29982024-05-20T15:47:16.081Za out/ntp.tar.gz 8689K
29992024-05-20T15:47:16.081Za out/omicron-gateway-softnpu.tar.gz 14382K
30002024-05-20T15:47:16.081Za out/omicron-sled-agent.tar 94032K
30012024-05-20T15:47:16.082Za out/overlay.tar.gz 3K
30022024-05-20T15:47:16.082Za out/oximeter.tar.gz 40653K
30032024-05-20T15:47:16.082Za out/oxlog.tar 2895K
30042024-05-20T15:47:16.082Za out/probe.tar.gz 2764K
30052024-05-20T15:47:16.082Za out/propolis-server.tar.gz 65036K
30062024-05-20T15:47:16.082Za out/pumpkind-gz.tar 26665K
30072024-05-20T15:47:16.082Za out/switch-softnpu.tar.gz 195983K
30082024-05-20T15:47:16.085Z
30092024-05-20T15:47:16.085Zreal 1:03.702605989
30102024-05-20T15:47:16.086Zuser 1:01.095221521
30112024-05-20T15:47:16.086Zsys 3.502643552
30122024-05-20T15:47:16.086Ztrap 0.013688239
30132024-05-20T15:47:16.086Ztflt 0.000000000
30142024-05-20T15:47:16.086Zdflt 0.000000000
30152024-05-20T15:47:16.086Zkflt 0.000000000
30162024-05-20T15:47:16.086Zlock 0.000000000
30172024-05-20T15:47:16.086Zslp 1:01.072589156
30182024-05-20T15:47:16.086Zlat 1.717901625
30192024-05-20T15:47:16.086Zstop 0.000181398
30202024-05-20T15:47:16.086Zprocess exited: duration 1891328 ms, exit code 0
 
30212024-05-20T15:47:16.103Zfound 1 output files
30222024-05-20T15:47:16.104Zuploading: /work/package.tar.gz (1380961162 bytes)
30232024-05-20T15:54:06.990Zuploaded: /work/package.tar.gz