01HHGNPT1T1NFFHBT1X9VBW0JW: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HHGNQ6N3CX6Q0HTA958QGR3J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-13T04:09:25.409Zjob assigned to worker 01HHGNQDE89VXKSM9QV5NCP9MW (queued for 2 m 2 s)
 
22023-12-13T04:09:27.215Zstarting task 0: "setup"
32023-12-13T04:09:27.604Z++ uname -s
42023-12-13T04:09:27.629Z+ kern=SunOS
52023-12-13T04:09:27.629Z+ case "$kern" in
62023-12-13T04:09:27.629Z+ groupadd -g 12345 build
72023-12-13T04:09:27.630Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-13T04:09:29.618Z+ zfs create -o mountpoint=/work rpool/work
92023-12-13T04:09:29.842Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-13T04:09:29.876Z+ home_fs=zfs
112023-12-13T04:09:29.876Z+ [[ zfs == autofs ]]
122023-12-13T04:09:29.876Z+ mkdir -p /home/build
132023-12-13T04:09:29.876Z+ chown build:build /home/build /work
142023-12-13T04:09:31.855Z+ chmod 0700 /home/build /work
152023-12-13T04:09:31.881Zprocess exited: duration 4644 ms, exit code 0
 
162023-12-13T04:09:31.916Zstarting task 1: "rust-toolchain"
172023-12-13T04:09:31.934Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-13T04:09:31.935Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-13T04:09:32.161Zinfo: downloading installer
202023-12-13T04:09:35.020Zwarning: it looks like you have an existing installation of Rust at:
212023-12-13T04:09:35.020Zwarning: /opt/ooce/bin
222023-12-13T04:09:35.020Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-13T04:09:35.020Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-13T04:09:35.020Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-13T04:09:35.020Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-13T04:09:35.020Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-13T04:09:35.020Zerror: cannot install while Rust is installed
282023-12-13T04:09:35.020Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-13T04:09:35.682Zinfo: profile set to 'default'
302023-12-13T04:09:35.682Zinfo: default host triple is x86_64-unknown-illumos
312023-12-13T04:09:35.697Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-13T04:09:35.867Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-13T04:09:35.868Zinfo: downloading component 'cargo'
342023-12-13T04:09:36.657Zinfo: downloading component 'clippy'
352023-12-13T04:09:36.931Zinfo: downloading component 'rust-docs'
362023-12-13T04:09:37.919Zinfo: downloading component 'rust-std'
372023-12-13T04:09:40.152Zinfo: downloading component 'rustc'
382023-12-13T04:09:43.989Zinfo: downloading component 'rustfmt'
392023-12-13T04:09:44.278Zinfo: installing component 'cargo'
402023-12-13T04:09:46.561Zinfo: installing component 'clippy'
412023-12-13T04:09:47.584Zinfo: installing component 'rust-docs'
422023-12-13T04:09:50.144Zinfo: installing component 'rust-std'
432023-12-13T04:09:54.716Zinfo: installing component 'rustc'
442023-12-13T04:10:03.819Zinfo: installing component 'rustfmt'
452023-12-13T04:10:04.292Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-13T04:10:04.293Z
472023-12-13T04:10:04.405Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-13T04:10:04.405Z
492023-12-13T04:10:04.405Z
502023-12-13T04:10:04.405ZRust is installed now. Great!
512023-12-13T04:10:04.409Z
522023-12-13T04:10:04.409ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-13T04:10:04.409Zenvironment variable. This has not been done automatically.
542023-12-13T04:10:04.409Z
552023-12-13T04:10:04.409ZTo configure your current shell, run:
562023-12-13T04:10:04.409Zsource "$HOME/.cargo/env"
572023-12-13T04:10:04.491Z+ rustc --version
582023-12-13T04:10:04.603Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-13T04:10:04.610Zprocess exited: duration 32700 ms, exit code 0
 
602023-12-13T04:10:04.623Zstarting task 2: "authentication"
612023-12-13T04:10:04.662Zprocess exited: duration 35 ms, exit code 0
 
622023-12-13T04:10:04.684Zstarting task 3: "clone repository"
632023-12-13T04:10:04.703Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-13T04:10:04.703Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-13T04:10:04.764ZCloning into '/work/oxidecomputer/omicron'...
662023-12-13T04:10:10.811Z+ cd /work/oxidecomputer/omicron
672023-12-13T04:10:10.811Z+ [[ -n renovate/taiki-e-install-action-digest ]]
682023-12-13T04:10:10.833Z+ git fetch origin renovate/taiki-e-install-action-digest
692023-12-13T04:10:11.161ZFrom https://github.com/oxidecomputer/omicron
702023-12-13T04:10:11.162Z * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD
712023-12-13T04:10:11.172Z+ git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest
722023-12-13T04:10:11.279ZSwitched to a new branch 'renovate/taiki-e-install-action-digest'
732023-12-13T04:10:11.291Zbranch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'.
742023-12-13T04:10:11.291Z+ git reset --hard d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f
752023-12-13T04:10:11.302ZHEAD is now at d75fe7aa Update taiki-e/install-action digest to 0f94aa2
762023-12-13T04:10:11.303Zprocess exited: duration 6610 ms, exit code 0
 
772023-12-13T04:10:11.349Zstarting task 4: "build"
782023-12-13T04:10:11.365Z+ cargo --version
792023-12-13T04:10:11.365Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-13T04:10:11.555Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-13T04:10:11.562Zinfo: downloading component 'cargo'
822023-12-13T04:10:12.401Zinfo: downloading component 'clippy'
832023-12-13T04:10:12.691Zinfo: downloading component 'rust-docs'
842023-12-13T04:10:13.725Zinfo: downloading component 'rust-std'
852023-12-13T04:10:15.491Zinfo: downloading component 'rustc'
862023-12-13T04:10:19.848Zinfo: downloading component 'rustfmt'
872023-12-13T04:10:20.147Zinfo: installing component 'cargo'
882023-12-13T04:10:21.448Zinfo: installing component 'clippy'
892023-12-13T04:10:21.917Zinfo: installing component 'rust-docs'
902023-12-13T04:10:24.686Zinfo: installing component 'rust-std'
912023-12-13T04:10:27.311Zinfo: installing component 'rustc'
922023-12-13T04:10:33.587Zinfo: installing component 'rustfmt'
932023-12-13T04:10:36.284Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-13T04:10:36.364Z+ rustc --version
952023-12-13T04:10:36.364Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-13T04:10:36.365Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-13T04:10:44.002Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-13T04:10:44.920Z Startup: Caching catalogs ... Done
992023-12-13T04:10:51.955ZPlanning: Solver setup ... Done (6.608s)
1002023-12-13T04:10:52.088ZPlanning: Running solver ... Done (0.150s)
1012023-12-13T04:10:52.163ZPlanning: Finding local manifests ... Done (0.004s)
1022023-12-13T04:10:52.188ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-13T04:10:52.672ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-13T04:10:52.672ZPlanning: Package planning ... Done (0.089s)
1052023-12-13T04:10:52.672ZPlanning: Merging actions ... Done (0.087s)
1062023-12-13T04:10:53.472ZPlanning: Checking for conflicting actions ... Done (0.841s)
1072023-12-13T04:10:53.479ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-12-13T04:10:57.373ZPlanning: Evaluating mediators ... Done (3.888s)
1092023-12-13T04:10:57.495ZPlanning: Planning completed in 12.50 seconds
1102023-12-13T04:10:57.518Z Packages to install: 4
1112023-12-13T04:10:57.518Z Packages to update: 2
1122023-12-13T04:10:57.519Z Mediators to change: 2
1132023-12-13T04:10:57.519Z Services to change: 1
1142023-12-13T04:10:57.519Z Estimated space available: 148.88 GB
1152023-12-13T04:10:57.519ZEstimated space to be consumed: 1.43 GB
1162023-12-13T04:10:57.519Z Create boot environment: No
1172023-12-13T04:10:57.519ZCreate backup boot environment: Yes
1182023-12-13T04:10:57.519Z Rebuild boot archive: No
1192023-12-13T04:10:57.519Z
1202023-12-13T04:10:57.520ZChanged mediators:
1212023-12-13T04:10:57.520Z mediator clang:
1222023-12-13T04:10:57.520Z version: None -> 15 (system default)
1232023-12-13T04:10:57.520Z
1242023-12-13T04:10:57.520Z mediator llvm:
1252023-12-13T04:10:57.520Z version: 14 (system default) -> 15 (system default)
1262023-12-13T04:10:57.520Z
1272023-12-13T04:10:57.520ZChanged packages:
1282023-12-13T04:10:57.520Zhelios-dev
1292023-12-13T04:10:57.520Z developer/build-essential
1302023-12-13T04:10:57.521Z None -> 11-2.0
1312023-12-13T04:10:57.521Z library/libxmlsec1
1322023-12-13T04:10:57.521Z None -> 1.2.35-2.0
1332023-12-13T04:10:57.521Z ooce/developer/clang-15
1342023-12-13T04:10:57.521Z None -> 15.0.7-2.0
1352023-12-13T04:10:57.521Z ooce/developer/llvm-15
1362023-12-13T04:10:57.521Z None -> 15.0.7-2.0
1372023-12-13T04:10:57.521Z system/library/g++-runtime
1382023-12-13T04:10:57.522Z 12-2.0 -> 13-2.0
1392023-12-13T04:10:57.522Z system/library/gcc-runtime
1402023-12-13T04:10:57.522Z 12-2.0 -> 13-2.0
1412023-12-13T04:10:57.522Z
1422023-12-13T04:10:57.522ZServices:
1432023-12-13T04:10:57.522Z restart_fmri:
1442023-12-13T04:10:57.522Z svc:/system/update-man-index:default
1452023-12-13T04:10:57.808Z
1462023-12-13T04:10:57.808ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-13T04:11:02.937ZDownload: 1198/3330 items 83.0/221.1MB 37% complete (19.1M/s)
1482023-12-13T04:11:07.923ZDownload: 2581/3330 items 120.4/221.1MB 54% complete (12.1M/s)
1492023-12-13T04:11:12.913ZDownload: 3249/3330 items 203.1/221.1MB 91% complete (12.0M/s)
1502023-12-13T04:11:15.668ZDownload: Completed 221.11 MB in 17.87 seconds (12.4M/s)
1512023-12-13T04:11:17.807Z Actions: 1/3766 actions (Removing old actions)
1522023-12-13T04:11:17.808Z Actions: 5/3766 actions (Installing new actions)
1532023-12-13T04:11:22.765Z Actions: 2186/3766 actions (Installing new actions)
1542023-12-13T04:11:26.074Z Actions: 3729/3766 actions (Updating modified actions)
1552023-12-13T04:11:26.679Z Actions: Completed 3766 actions in 8.92 seconds.
1562023-12-13T04:11:26.784Z Done (0.108s)
1572023-12-13T04:11:26.795Z Done (0.000s)
1582023-12-13T04:11:27.050Z Done (0.264s)
1592023-12-13T04:11:34.593Z Done (7.406s)
1602023-12-13T04:11:34.877Z Done (0.210s)
1612023-12-13T04:11:34.883Z Done (0.000s)
1622023-12-13T04:11:35.105Z Done (0.000s)
1632023-12-13T04:11:35.833ZPlanning: Evaluating mediator changes ... Done
1642023-12-13T04:11:36.104ZPlanning: Checking for conflicting actions ... Done
1652023-12-13T04:11:36.114ZPlanning: Consolidating action changes ... Done
1662023-12-13T04:11:36.542ZPlanning: Evaluating mediators ... Done
1672023-12-13T04:11:36.556ZPlanning: Planning completed in 0.71 seconds
1682023-12-13T04:11:36.600Z Mediators to change: 2
1692023-12-13T04:11:36.605Z Create boot environment: No
1702023-12-13T04:11:36.605ZCreate backup boot environment: No
1712023-12-13T04:11:36.713Z Done
1722023-12-13T04:11:36.713Z Done
1732023-12-13T04:11:36.892Z Done
1742023-12-13T04:11:42.642Z Done
1752023-12-13T04:11:42.758Z Done
1762023-12-13T04:11:42.772Z Done
1772023-12-13T04:11:42.862Z Done
1782023-12-13T04:11:43.888ZPlanning: Evaluating mediator changes ... Done
1792023-12-13T04:11:43.898ZPlanning: Merging actions ... Done
1802023-12-13T04:11:44.226ZPlanning: Checking for conflicting actions ... Done
1812023-12-13T04:11:44.252ZPlanning: Consolidating action changes ... Done
1822023-12-13T04:11:45.898ZPlanning: Evaluating mediators ... Done
1832023-12-13T04:11:46.342ZPlanning: Planning completed in 1.31 seconds
1842023-12-13T04:11:46.342Z Packages to change: 1
1852023-12-13T04:11:46.342Z Mediators to change: 1
1862023-12-13T04:11:46.342Z Services to change: 1
1872023-12-13T04:11:46.342Z Create boot environment: No
1882023-12-13T04:11:46.342ZCreate backup boot environment: Yes
1892023-12-13T04:11:46.851Z Actions: 1/6 actions (Updating modified actions)
1902023-12-13T04:11:46.868Z Actions: Completed 6 actions in 0.00 seconds.
1912023-12-13T04:11:46.868Z Done
1922023-12-13T04:11:46.868Z Done
1932023-12-13T04:11:46.914Z Done
1942023-12-13T04:11:52.616Z Done
1952023-12-13T04:11:52.754Z Done
1962023-12-13T04:11:52.762Z Done
1972023-12-13T04:11:52.894Z Done
1982023-12-13T04:11:53.596ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992023-12-13T04:11:53.596Zclang system 15 system
2002023-12-13T04:11:53.596Zcsh system system illumos
2012023-12-13T04:11:53.596Zctags system system illumos
2022023-12-13T04:11:53.597Zgcc vendor 12 vendor
2032023-12-13T04:11:53.597Zgcc system 10 system
2042023-12-13T04:11:53.597Zgcc system 7 system
2052023-12-13T04:11:53.597Zgo system 1.20 system
2062023-12-13T04:11:53.597Zgo system 1.19 system
2072023-12-13T04:11:53.597Zllvm system 15 system
2082023-12-13T04:11:53.597Zllvm system 14 system
2092023-12-13T04:11:53.597Zmariadb system 10.6 system
2102023-12-13T04:11:53.598Zmta vendor vendor dma
2112023-12-13T04:11:53.598Zopenjdk system 17 system
2122023-12-13T04:11:53.598Zopenjdk system 11 system
2132023-12-13T04:11:53.598Zopenjdk system 1.8 system
2142023-12-13T04:11:53.598Zopenssl vendor 3 vendor
2152023-12-13T04:11:53.598Zperl system 5.36 system
2162023-12-13T04:11:53.599Zpostgresql system 15 system
2172023-12-13T04:11:53.599Zpostgresql system 13 system
2182023-12-13T04:11:53.599Zpython vendor 3 vendor
2192023-12-13T04:11:53.599Zpython system 2 system
2202023-12-13T04:11:53.599Zpython3 system 3.11 system
2212023-12-13T04:11:53.599Zruby system 3.0 system
2222023-12-13T04:11:53.599Zwords vendor vendor american-english
2232023-12-13T04:11:53.599Zwords system system australian-english
2242023-12-13T04:11:53.599Zwords system system british-english
2252023-12-13T04:11:53.599Zwords system system canadian-english
2262023-12-13T04:11:53.600Zwords system system french
2272023-12-13T04:11:53.600Zwords system system italian
2282023-12-13T04:11:53.600Zwords system system ngerman
2292023-12-13T04:11:53.600Zwords system system ogerman
2302023-12-13T04:11:53.600Zwords system system spanish
2312023-12-13T04:11:54.122ZFMRI IFO
2322023-12-13T04:11:54.123Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332023-12-13T04:11:54.123Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342023-12-13T04:11:54.124Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352023-12-13T04:11:54.124Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2362023-12-13T04:11:54.125Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372023-12-13T04:11:54.125Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2382023-12-13T04:11:54.125Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2392023-12-13T04:11:54.126Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2402023-12-13T04:11:54.198Z+ set -o errexit
2412023-12-13T04:11:54.208Z+++ dirname ./tools/ci_download_cockroachdb
2422023-12-13T04:11:54.208Z++ cd ./tools
2432023-12-13T04:11:54.208Z++ pwd
2442023-12-13T04:11:54.209Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452023-12-13T04:11:54.209Z++ basename ./tools/ci_download_cockroachdb
2462023-12-13T04:11:54.209Z+ ARG0=ci_download_cockroachdb
2472023-12-13T04:11:54.209Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482023-12-13T04:11:54.634Z+ CIDL_VERSION=v22.1.9
2492023-12-13T04:11:54.635Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502023-12-13T04:11:54.635Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2512023-12-13T04:11:54.635Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2522023-12-13T04:11:54.636Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2532023-12-13T04:11:54.636Z+ TARGET_DIR=out
2542023-12-13T04:11:54.636Z+ DOWNLOAD_DIR=out/downloads
2552023-12-13T04:11:54.636Z+ DEST_DIR=./out/cockroachdb
2562023-12-13T04:11:54.637Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572023-12-13T04:11:54.637Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582023-12-13T04:11:54.637Z+ main
2592023-12-13T04:11:54.637Z+ [[ 0 != 0 ]]
2602023-12-13T04:11:54.637Z+ CIDL_OS=solaris2.11
2612023-12-13T04:11:54.638Z+ [[ 0 != 0 ]]
2622023-12-13T04:11:54.638Z+ configure_os solaris2.11
2632023-12-13T04:11:54.638Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642023-12-13T04:11:54.638Zcurrent directory: /work/oxidecomputer/omicron
2652023-12-13T04:11:54.638Zconfiguring based on OS: "solaris2.11"
2662023-12-13T04:11:54.639Z+ echo 'configuring based on OS: "solaris2.11"'
2672023-12-13T04:11:54.639Z+ case "$1" in
2682023-12-13T04:11:54.639Z+ CIDL_BUILD=illumos
2692023-12-13T04:11:54.639Z+ CIDL_SUFFIX=tar.gz
2702023-12-13T04:11:54.640Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2712023-12-13T04:11:54.640Z+ CIDL_MD5FUNC=do_md5sum
2722023-12-13T04:11:54.640Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732023-12-13T04:11:54.640Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742023-12-13T04:11:54.641Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752023-12-13T04:11:54.641Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762023-12-13T04:11:54.641Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-12-13T04:11:54.641Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782023-12-13T04:11:54.642ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-13T04:11:54.642Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-12-13T04:11:54.642Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812023-12-13T04:11:54.642Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822023-12-13T04:11:54.642Z+ mkdir -p out/downloads
2832023-12-13T04:11:54.643ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-13T04:11:54.643Z+ mkdir -p ./out/cockroachdb
2852023-12-13T04:11:54.643Z+ local DO_DOWNLOAD=true
2862023-12-13T04:11:54.643Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872023-12-13T04:11:54.643Z+ '[' true == true ']'
2882023-12-13T04:11:54.643Z+ echo Downloading...
2892023-12-13T04:11:54.644ZDownloading...
2902023-12-13T04:11:54.644Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-12-13T04:11:54.644Z+ 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
2922023-12-13T04:11:58.345Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-13T04:11:58.377Z++ md5sum
2942023-12-13T04:11:58.377Z++ awk '{print $1}'
2952023-12-13T04:11:58.515Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2962023-12-13T04:11:58.515Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2972023-12-13T04:11:58.516Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-12-13T04:11:58.536Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992023-12-13T04:12:01.869Z+ do_assemble_illumos
3002023-12-13T04:12:01.869Z+ rm -r ./out/cockroachdb
3012023-12-13T04:12:01.883Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022023-12-13T04:12:02.562Z+ ./out/cockroachdb/bin/cockroach version
3032023-12-13T04:12:02.839ZBuild Tag: v22.1.9-dirty
3042023-12-13T04:12:02.839ZBuild Time: 2022/10/26 21:17:46
3052023-12-13T04:12:02.839ZDistribution: OSS
3062023-12-13T04:12:02.839ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072023-12-13T04:12:02.839ZGo Version: go1.17.13
3082023-12-13T04:12:02.840ZC Compiler: gcc 10.3.0
3092023-12-13T04:12:02.840ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102023-12-13T04:12:02.840ZBuild Type: release
3112023-12-13T04:12:02.873Z+ set -o errexit
3122023-12-13T04:12:02.890Z+++ dirname ./tools/ci_download_clickhouse
3132023-12-13T04:12:02.890Z++ cd ./tools
3142023-12-13T04:12:02.890Z++ pwd
3152023-12-13T04:12:02.890Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162023-12-13T04:12:02.890Z++ basename ./tools/ci_download_clickhouse
3172023-12-13T04:12:02.890Z+ ARG0=ci_download_clickhouse
3182023-12-13T04:12:02.890Z+ TARGET_DIR=out
3192023-12-13T04:12:02.890Z+ DOWNLOAD_DIR=out/downloads
3202023-12-13T04:12:02.891Z+ DEST_DIR=./out/clickhouse
3212023-12-13T04:12:02.891Z+ CIDL_VERSION=v22.8.9.24
3222023-12-13T04:12:02.891Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232023-12-13T04:12:02.891Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242023-12-13T04:12:02.891Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252023-12-13T04:12:02.892Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262023-12-13T04:12:02.892Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272023-12-13T04:12:02.892Z+ main
3282023-12-13T04:12:02.892Z+ [[ 0 != 0 ]]
3292023-12-13T04:12:02.892Z+ CIDL_OS=solaris2.11
3302023-12-13T04:12:02.892Z+ [[ 0 != 0 ]]
3312023-12-13T04:12:02.893Z+ configure_os solaris2.11
3322023-12-13T04:12:02.893Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332023-12-13T04:12:02.893Zcurrent directory: /work/oxidecomputer/omicron
3342023-12-13T04:12:02.893Z+ echo 'configuring based on OS: "solaris2.11"'
3352023-12-13T04:12:02.893Z+ CIDL_DASHREV=
3362023-12-13T04:12:02.893Z+ case "$1" in
3372023-12-13T04:12:02.893Zconfiguring based on OS: "solaris2.11"
3382023-12-13T04:12:02.893Z+ CIDL_PLATFORM=illumos
3392023-12-13T04:12:02.893Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402023-12-13T04:12:02.894Z+ CIDL_MD5FUNC=do_md5sum
3412023-12-13T04:12:02.894Z+ CIDL_DASHREV=-1
3422023-12-13T04:12:02.894Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432023-12-13T04:12:02.894Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-12-13T04:12:02.894Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-12-13T04:12:02.894Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-13T04:12:02.894Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-12-13T04:12:02.894ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-13T04:12:02.894Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-12-13T04:12:02.895ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-13T04:12:02.895Z+ mkdir -p out/downloads
3512023-12-13T04:12:02.895Z+ mkdir -p ./out/clickhouse
3522023-12-13T04:12:02.895Z+ local DO_DOWNLOAD=true
3532023-12-13T04:12:02.895Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542023-12-13T04:12:02.895Z+ '[' true == true ']'
3552023-12-13T04:12:02.895Z+ echo Downloading...
3562023-12-13T04:12:02.896ZDownloading...
3572023-12-13T04:12:02.896Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-12-13T04:12:02.896Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-12-13T04:12:04.700Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-12-13T04:12:04.715Z++ md5sum
3612023-12-13T04:12:04.715Z++ awk '{print $1}'
3622023-12-13T04:12:04.966Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632023-12-13T04:12:04.966Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3642023-12-13T04:12:04.966Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652023-12-13T04:12:05.389Z+ mkdir -p ./out/clickhouse
3662023-12-13T04:12:05.389Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672023-12-13T04:12:09.758Z+ ./out/clickhouse/clickhouse server --version
3682023-12-13T04:12:09.800ZClickHouse server version 22.8.9.1.
3692023-12-13T04:12:09.816Z+ set -o errexit
3702023-12-13T04:12:09.825Z+++ dirname ./tools/ci_download_console
3712023-12-13T04:12:09.825Z++ cd ./tools
3722023-12-13T04:12:09.825Z++ pwd
3732023-12-13T04:12:09.825Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742023-12-13T04:12:09.825Z++ basename ./tools/ci_download_console
3752023-12-13T04:12:10.244Z+ ARG0=ci_download_console
3762023-12-13T04:12:10.244Z+ TARGET_DIR=out
3772023-12-13T04:12:10.245Z+ DOWNLOAD_DIR=out/downloads
3782023-12-13T04:12:10.245Z+ DEST_DIR=./out/console-assets
3792023-12-13T04:12:10.245Z+ source /work/oxidecomputer/omicron/tools/console_version
3802023-12-13T04:12:10.245Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
3812023-12-13T04:12:10.245Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
3822023-12-13T04:12:10.245Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3832023-12-13T04:12:10.245Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842023-12-13T04:12:10.245Z+ main
3852023-12-13T04:12:10.245Z+ [[ 0 != 0 ]]
3862023-12-13T04:12:10.245Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
3872023-12-13T04:12:10.245ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3882023-12-13T04:12:10.245Z+ echo 'Local file: out/downloads/console.tar.gz'
3892023-12-13T04:12:10.246ZLocal file: out/downloads/console.tar.gz
3902023-12-13T04:12:10.246Z+ local DO_DOWNLOAD=true
3912023-12-13T04:12:10.246Z+ [[ -f out/downloads/console.tar.gz ]]
3922023-12-13T04:12:10.246Z+ mkdir -p out/downloads
3932023-12-13T04:12:10.246Z+ '[' true == true ']'
3942023-12-13T04:12:10.246Z+ echo Downloading...
3952023-12-13T04:12:10.246ZDownloading...
3962023-12-13T04:12:10.246Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
3972023-12-13T04:12:10.246Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3982023-12-13T04:12:10.680Z++ do_sha256sum out/downloads/console.tar.gz
3992023-12-13T04:12:10.680Z++ case "$OSTYPE" in
4002023-12-13T04:12:10.680Z++ SHA=sha256sum
4012023-12-13T04:12:10.708Z++ sha256sum
4022023-12-13T04:12:10.708Z++ awk '{print $1}'
4032023-12-13T04:12:10.708Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4042023-12-13T04:12:10.708Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4052023-12-13T04:12:10.708Z+ rm -rf ./out/console-assets
4062023-12-13T04:12:10.709Z+ mkdir -p ./out/console-assets
4072023-12-13T04:12:10.709Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082023-12-13T04:12:10.709Z+ mkdir -p ./out/console-assets
4092023-12-13T04:12:10.709Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102023-12-13T04:12:10.806Z+ set -o errexit
4112023-12-13T04:12:10.810Z+++ dirname ./tools/ci_download_maghemite_openapi
4122023-12-13T04:12:10.810Z++ cd ./tools
4132023-12-13T04:12:10.810Z++ pwd
4142023-12-13T04:12:10.815Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152023-12-13T04:12:10.815Z++ basename ./tools/ci_download_maghemite_openapi
4162023-12-13T04:12:10.815Z+ ARG0=ci_download_maghemite_openapi
4172023-12-13T04:12:10.815Z+ TARGET_DIR=out
4182023-12-13T04:12:10.815Z+ DOWNLOAD_DIR=out/downloads
4192023-12-13T04:12:10.816Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202023-12-13T04:12:10.816Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4212023-12-13T04:12:10.816Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-12-13T04:12:10.817Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4232023-12-13T04:12:10.817Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4242023-12-13T04:12:10.817Z+ main
4252023-12-13T04:12:10.817Z+ [[ 0 != 0 ]]
4262023-12-13T04:12:10.817Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4272023-12-13T04:12:10.817ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4282023-12-13T04:12:10.818Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4292023-12-13T04:12:10.818ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4302023-12-13T04:12:10.818Z+ local DO_DOWNLOAD=true
4312023-12-13T04:12:10.818Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4322023-12-13T04:12:10.818Z+ mkdir -p out/downloads
4332023-12-13T04:12:10.822Z+ '[' true == true ']'
4342023-12-13T04:12:10.822Z+ echo Downloading...
4352023-12-13T04:12:10.822ZDownloading...
4362023-12-13T04:12:10.822Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4372023-12-13T04:12:10.822Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4382023-12-13T04:12:11.190Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4392023-12-13T04:12:11.215Z++ case "$OSTYPE" in
4402023-12-13T04:12:11.216Z++ SHA=sha256sum
4412023-12-13T04:12:11.216Z++ sha256sum
4422023-12-13T04:12:11.216Z++ awk '{print $1}'
4432023-12-13T04:12:11.216Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4442023-12-13T04:12:11.216Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4452023-12-13T04:12:11.216Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462023-12-13T04:12:11.217Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4472023-12-13T04:12:11.217Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4482023-12-13T04:12:11.217Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4492023-12-13T04:12:11.217Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502023-12-13T04:12:11.217Z+ main
4512023-12-13T04:12:11.217Z+ [[ 0 != 0 ]]
4522023-12-13T04:12:11.217Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4532023-12-13T04:12:11.217ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4542023-12-13T04:12:11.218Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4552023-12-13T04:12:11.218ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562023-12-13T04:12:11.218Z+ local DO_DOWNLOAD=true
4572023-12-13T04:12:11.218Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4582023-12-13T04:12:11.218Z+ mkdir -p out/downloads
4592023-12-13T04:12:11.218Z+ '[' true == true ']'
4602023-12-13T04:12:11.218Z+ echo Downloading...
4612023-12-13T04:12:11.218ZDownloading...
4622023-12-13T04:12:11.219Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-13T04:12:11.219Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4642023-12-13T04:12:12.318Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-13T04:12:12.334Z++ case "$OSTYPE" in
4662023-12-13T04:12:12.334Z++ SHA=sha256sum
4672023-12-13T04:12:12.334Z++ sha256sum
4682023-12-13T04:12:12.334Z++ awk '{print $1}'
4692023-12-13T04:12:12.335Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4702023-12-13T04:12:12.335Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4712023-12-13T04:12:12.335Z+ set -o errexit
4722023-12-13T04:12:12.335Z+++ dirname ./tools/ci_download_dendrite_openapi
4732023-12-13T04:12:12.335Z++ cd ./tools
4742023-12-13T04:12:12.335Z++ pwd
4752023-12-13T04:12:12.335Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762023-12-13T04:12:12.335Z++ basename ./tools/ci_download_dendrite_openapi
4772023-12-13T04:12:12.335Z+ ARG0=ci_download_dendrite_openapi
4782023-12-13T04:12:12.335Z+ TARGET_DIR=out
4792023-12-13T04:12:12.335Z+ DOWNLOAD_DIR=out/downloads
4802023-12-13T04:12:12.335Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-12-13T04:12:12.335Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
4822023-12-13T04:12:12.336Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4832023-12-13T04:12:12.336Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4842023-12-13T04:12:12.336Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4852023-12-13T04:12:12.336Z+ main
4862023-12-13T04:12:12.336Z+ [[ 0 != 0 ]]
4872023-12-13T04:12:12.336Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
4882023-12-13T04:12:12.336ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4892023-12-13T04:12:12.336Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
4902023-12-13T04:12:12.336Z+ local DO_DOWNLOAD=true
4912023-12-13T04:12:12.337ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4922023-12-13T04:12:12.337Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
4932023-12-13T04:12:12.349Z+ mkdir -p out/downloads
4942023-12-13T04:12:12.349Z+ '[' true == true ']'
4952023-12-13T04:12:12.350Z+ echo Downloading...
4962023-12-13T04:12:12.350ZDownloading...
4972023-12-13T04:12:12.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4982023-12-13T04:12:12.350Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4992023-12-13T04:12:13.132Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5002023-12-13T04:12:13.136Z++ case "$OSTYPE" in
5012023-12-13T04:12:13.136Z++ SHA=sha256sum
5022023-12-13T04:12:13.136Z++ sha256sum
5032023-12-13T04:12:13.136Z++ awk '{print $1}'
5042023-12-13T04:12:13.141Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5052023-12-13T04:12:13.141Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5062023-12-13T04:12:13.153Z+ set -o errexit
5072023-12-13T04:12:13.158Z+++ dirname ./tools/ci_download_dendrite_stub
5082023-12-13T04:12:13.158Z++ cd ./tools
5092023-12-13T04:12:13.158Z++ pwd
5102023-12-13T04:12:13.158Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112023-12-13T04:12:13.158Z++ basename ./tools/ci_download_dendrite_stub
5122023-12-13T04:12:13.158Z+ ARG0=ci_download_dendrite_stub
5132023-12-13T04:12:13.158Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142023-12-13T04:12:13.158Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5152023-12-13T04:12:13.158Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5162023-12-13T04:12:13.158Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5172023-12-13T04:12:13.158Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182023-12-13T04:12:13.158Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5192023-12-13T04:12:13.159Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5202023-12-13T04:12:13.159Z+ TARGET_DIR=out
5212023-12-13T04:12:13.159Z+ DOWNLOAD_DIR=out/downloads
5222023-12-13T04:12:13.159Z+ DEST_DIR=./out/dendrite-stub
5232023-12-13T04:12:13.159Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242023-12-13T04:12:13.159Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252023-12-13T04:12:13.159Z+ REPO=oxidecomputer/dendrite
5262023-12-13T04:12:13.159Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5272023-12-13T04:12:13.159Z+ main
5282023-12-13T04:12:13.159Z+ [[ 0 != 0 ]]
5292023-12-13T04:12:13.159Z+ CIDL_OS=solaris2.11
5302023-12-13T04:12:13.159Z+ [[ 0 != 0 ]]
5312023-12-13T04:12:13.159Z+ configure_os solaris2.11
5322023-12-13T04:12:13.159Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332023-12-13T04:12:13.159Zcurrent directory: /work/oxidecomputer/omicron
5342023-12-13T04:12:13.159Z+ echo 'configuring based on OS: "solaris2.11"'
5352023-12-13T04:12:13.159Z+ case "$1" in
5362023-12-13T04:12:13.159Z+ SET_BINARIES=
5372023-12-13T04:12:13.159Zconfiguring based on OS: "solaris2.11"
5382023-12-13T04:12:13.159Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5392023-12-13T04:12:13.159Z+ CIDL_SHA256FUNC=do_sha256sum
5402023-12-13T04:12:13.159Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412023-12-13T04:12:13.159Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5422023-12-13T04:12:13.160Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432023-12-13T04:12:13.160Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5442023-12-13T04:12:13.160ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5452023-12-13T04:12:13.160ZLocal file: out/downloads/dendrite-stub.tar.gz
5462023-12-13T04:12:13.160Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472023-12-13T04:12:13.160Z+ mkdir -p out/downloads
5482023-12-13T04:12:13.163Z+ mkdir -p ./out/dendrite-stub
5492023-12-13T04:12:13.163Z+ fetch_and_verify
5502023-12-13T04:12:13.163Z+ local DO_DOWNLOAD=true
5512023-12-13T04:12:13.164Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522023-12-13T04:12:13.164Z+ '[' true == true ']'
5532023-12-13T04:12:13.164Z+ echo Downloading...
5542023-12-13T04:12:13.164ZDownloading...
5552023-12-13T04:12:13.164Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562023-12-13T04:12:13.164Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5572023-12-13T04:12:29.557Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582023-12-13T04:12:29.576Z++ sha256sum
5592023-12-13T04:12:29.577Z++ awk '{print $1}'
5602023-12-13T04:12:29.651Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5612023-12-13T04:12:29.651Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5622023-12-13T04:12:29.662Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632023-12-13T04:12:29.662Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642023-12-13T04:12:31.173Z+ do_assemble
5652023-12-13T04:12:31.173Z+ rm -r ./out/dendrite-stub
5662023-12-13T04:12:31.195Z+ mkdir ./out/dendrite-stub
5672023-12-13T04:12:31.195Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682023-12-13T04:12:31.195Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692023-12-13T04:12:31.196Z+ set -o errexit
5702023-12-13T04:12:31.196Z+++ dirname ./tools/ci_download_maghemite_mgd
5712023-12-13T04:12:31.196Z++ cd ./tools
5722023-12-13T04:12:31.196Z++ pwd
5732023-12-13T04:12:31.196Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742023-12-13T04:12:31.196Z++ basename ./tools/ci_download_maghemite_mgd
5752023-12-13T04:12:31.196Z+ ARG0=ci_download_maghemite_mgd
5762023-12-13T04:12:31.197Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772023-12-13T04:12:31.197Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5782023-12-13T04:12:31.197Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5792023-12-13T04:12:31.197Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802023-12-13T04:12:31.197Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5812023-12-13T04:12:31.197Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5822023-12-13T04:12:31.198Z+ TARGET_DIR=out
5832023-12-13T04:12:31.198Z+ DOWNLOAD_DIR=out/downloads
5842023-12-13T04:12:31.198Z+ DEST_DIR=./out/mgd
5852023-12-13T04:12:31.198Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862023-12-13T04:12:31.198Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872023-12-13T04:12:31.198Z+ REPO=oxidecomputer/maghemite
5882023-12-13T04:12:31.198Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5892023-12-13T04:12:31.199Z+ main
5902023-12-13T04:12:31.199Z+ [[ 0 != 0 ]]
5912023-12-13T04:12:31.199Z+ CIDL_OS=solaris2.11
5922023-12-13T04:12:31.199Z+ [[ 0 != 0 ]]
5932023-12-13T04:12:31.199Z+ configure_os solaris2.11
5942023-12-13T04:12:31.199Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952023-12-13T04:12:31.199Zcurrent directory: /work/oxidecomputer/omicron
5962023-12-13T04:12:31.200Z+ echo 'configuring based on OS: "solaris2.11"'
5972023-12-13T04:12:31.200Z+ case "$1" in
5982023-12-13T04:12:31.200Z+ SET_BINARIES=
5992023-12-13T04:12:31.200Zconfiguring based on OS: "solaris2.11"
6002023-12-13T04:12:31.200Z+ CIDL_SHA256FUNC=do_sha256sum
6012023-12-13T04:12:31.200Z+ TARBALL_FILENAME=mgd.tar.gz
6022023-12-13T04:12:31.200Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6032023-12-13T04:12:31.200Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042023-12-13T04:12:31.201Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6052023-12-13T04:12:31.201ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6062023-12-13T04:12:31.201Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6072023-12-13T04:12:31.201ZLocal file: out/downloads/mgd.tar.gz
6082023-12-13T04:12:31.201Z+ mkdir -p out/downloads
6092023-12-13T04:12:31.201Z+ mkdir -p ./out/mgd
6102023-12-13T04:12:31.202Z+ fetch_and_verify
6112023-12-13T04:12:31.202Z+ local DO_DOWNLOAD=true
6122023-12-13T04:12:31.202Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132023-12-13T04:12:31.202Z+ '[' true == true ']'
6142023-12-13T04:12:31.202Z+ echo Downloading...
6152023-12-13T04:12:31.202ZDownloading...
6162023-12-13T04:12:31.202Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6172023-12-13T04:12:31.203Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6182023-12-13T04:12:44.058Z++ do_sha256sum out/downloads/mgd.tar.gz
6192023-12-13T04:12:44.070Z++ sha256sum
6202023-12-13T04:12:44.071Z++ awk '{print $1}'
6212023-12-13T04:12:44.142Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6222023-12-13T04:12:44.142Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6232023-12-13T04:12:44.158Z+ do_untar out/downloads/mgd.tar.gz
6242023-12-13T04:12:44.158Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252023-12-13T04:12:44.818Z+ do_assemble
6262023-12-13T04:12:44.819Z+ rm -r ./out/mgd
6272023-12-13T04:12:44.822Z+ mkdir ./out/mgd
6282023-12-13T04:12:44.822Z+ cp -r out/downloads/root ./out/mgd/root
6292023-12-13T04:12:45.013Z+ set -o errexit
6302023-12-13T04:12:45.017Z+++ dirname ./tools/ci_download_transceiver_control
6312023-12-13T04:12:45.017Z++ cd ./tools
6322023-12-13T04:12:45.017Z++ pwd
6332023-12-13T04:12:45.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342023-12-13T04:12:45.021Z++ basename ./tools/ci_download_transceiver_control
6352023-12-13T04:12:45.022Z+ ARG0=ci_download_transceiver_control
6362023-12-13T04:12:45.022Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372023-12-13T04:12:45.022Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-12-13T04:12:45.022Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392023-12-13T04:12:45.022Z+ TARGET_DIR=out
6402023-12-13T04:12:45.022Z+ DOWNLOAD_DIR=out/downloads
6412023-12-13T04:12:45.022Z+ DEST_DIR=./out/transceiver-control
6422023-12-13T04:12:45.022Z+ BIN_DIR=/opt/oxide/bin
6432023-12-13T04:12:45.022Z+ BINARY=xcvradm
6442023-12-13T04:12:45.022Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452023-12-13T04:12:45.022Z+ REPO=oxidecomputer/transceiver-control
6462023-12-13T04:12:45.022Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-12-13T04:12:45.023Z+ main
6482023-12-13T04:12:45.026Z+ [[ 0 != 0 ]]
6492023-12-13T04:12:45.026Z+ CIDL_OS=solaris2.11
6502023-12-13T04:12:45.026Z+ [[ 0 != 0 ]]
6512023-12-13T04:12:45.027Z+ configure_os solaris2.11
6522023-12-13T04:12:45.027Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532023-12-13T04:12:45.027Zcurrent directory: /work/oxidecomputer/omicron
6542023-12-13T04:12:45.027Z+ echo 'configuring based on OS: "solaris2.11"'
6552023-12-13T04:12:45.027Zconfiguring based on OS: "solaris2.11"
6562023-12-13T04:12:45.027Z+ case "$1" in
6572023-12-13T04:12:45.027Z+ SET_BINARIES=
6582023-12-13T04:12:45.027Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-12-13T04:12:45.027Z+ CIDL_SHA256FUNC=do_sha256sum
6602023-12-13T04:12:45.027Z+ ARCHIVE_FILENAME=xcvradm.gz
6612023-12-13T04:12:45.027Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-12-13T04:12:45.027Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632023-12-13T04:12:45.027Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642023-12-13T04:12:45.027ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-12-13T04:12:45.028Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662023-12-13T04:12:45.028Z+ mkdir -p out/downloads
6672023-12-13T04:12:45.028ZLocal file: out/downloads/xcvradm.gz
6682023-12-13T04:12:45.028Z+ mkdir -p ./out/transceiver-control
6692023-12-13T04:12:45.034Z+ fetch_and_verify
6702023-12-13T04:12:45.034Z+ local DO_DOWNLOAD=true
6712023-12-13T04:12:45.034Z+ [[ -f out/downloads/xcvradm.gz ]]
6722023-12-13T04:12:45.034Z+ '[' true == true ']'
6732023-12-13T04:12:45.034Z+ echo Downloading...
6742023-12-13T04:12:45.034ZDownloading...
6752023-12-13T04:12:45.034Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762023-12-13T04:12:45.035Z+ 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
6772023-12-13T04:12:48.493Z++ do_sha256sum out/downloads/xcvradm.gz
6782023-12-13T04:12:48.510Z++ sha256sum
6792023-12-13T04:12:48.510Z++ awk '{print $1}'
6802023-12-13T04:12:48.522Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812023-12-13T04:12:48.522Z+ [[ 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 ]]
6822023-12-13T04:12:48.522Z+ do_unpack out/downloads/xcvradm.gz
6832023-12-13T04:12:48.522Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842023-12-13T04:12:48.944Z+ gzip -dc out/downloads/xcvradm.gz
6852023-12-13T04:12:48.966Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862023-12-13T04:12:48.966Z+ do_assemble
6872023-12-13T04:12:48.966Z+ rm -r ./out/transceiver-control
6882023-12-13T04:12:48.966Z+ mkdir ./out/transceiver-control
6892023-12-13T04:12:48.966Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902023-12-13T04:12:48.967ZAll prerequisites installed successfully
6912023-12-13T04:12:48.967Z
6922023-12-13T04:12:48.967Zreal 2:14.638539646
6932023-12-13T04:12:48.967Zuser 55.408107043
6942023-12-13T04:12:48.968Zsys 10.373216573
6952023-12-13T04:12:48.968Ztrap 0.019691184
6962023-12-13T04:12:48.968Ztflt 0.183320981
6972023-12-13T04:12:48.968Zdflt 0.799112019
6982023-12-13T04:12:48.968Zkflt 0.142255395
6992023-12-13T04:12:48.969Zlock 1.824707403
7002023-12-13T04:12:48.969Zslp 4:25.929861642
7012023-12-13T04:12:48.969Zlat 3.583497420
7022023-12-13T04:12:48.969Zstop 0.060515092
7032023-12-13T04:12:48.969Z+ banner end-to-end-tests
7042023-12-13T04:12:48.969Z
7052023-12-13T04:12:48.969Z ###### # # ##### ##### #### ###### # # #####
7062023-12-13T04:12:48.969Z # ## # # # # # # # ## # # #
7072023-12-13T04:12:48.969Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082023-12-13T04:12:48.969Z # # # # # # # # # # # # # # #
7092023-12-13T04:12:48.969Z # # ## # # # # # # # ## # #
7102023-12-13T04:12:48.969Z ###### # # ##### # #### ###### # # #####
7112023-12-13T04:12:48.969Z
7122023-12-13T04:12:48.969Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132023-12-13T04:12:48.969Z+ CARGO_PROFILE_DEV_DEBUG=1
7142023-12-13T04:12:48.969Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152023-12-13T04:12:48.969Z+ CARGO_PROFILE_TEST_DEBUG=1
7162023-12-13T04:12:48.969Z+ export CARGO_INCREMENTAL=0
7172023-12-13T04:12:48.969Z+ CARGO_INCREMENTAL=0
7182023-12-13T04:12:48.969Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192023-12-13T04:12:49.298Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202023-12-13T04:12:50.827Z Updating crates.io index
7212023-12-13T04:12:50.905Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7222023-12-13T04:12:51.705Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7232023-12-13T04:12:56.875Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7242023-12-13T04:12:57.113Z Updating git repository `http://github.com/oxidecomputer/tofino`
7252023-12-13T04:12:57.113Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7262023-12-13T04:12:57.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7272023-12-13T04:12:57.113Z Updating git repository `https://github.com/oxidecomputer/propolis`
7282023-12-13T04:12:57.113Z Updating git repository `https://github.com/oxidecomputer/crucible`
7292023-12-13T04:12:58.331Z Updating git repository `https://github.com/oxidecomputer/opte`
7302023-12-13T04:12:59.340Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7312023-12-13T04:12:59.689Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7322023-12-13T04:13:00.259Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7332023-12-13T04:13:00.718Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7342023-12-13T04:13:01.204Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7352023-12-13T04:13:01.466Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7362023-12-13T04:13:01.782Z Updating git repository `https://github.com/njaremko/samael`
7372023-12-13T04:13:02.439Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7382023-12-13T04:13:03.010Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7392023-12-13T04:13:03.405Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7402023-12-13T04:13:03.775Z Updating git repository `https://github.com/jgallagher/nix`
7412023-12-13T04:13:06.119Z Updating git repository `https://github.com/cbiffle/hubpack`
7422023-12-13T04:13:06.678Z Updating git repository `https://github.com/oxidecomputer/typify`
7432023-12-13T04:13:07.669Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7442023-12-13T04:13:08.021Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7452023-12-13T04:13:08.309Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7462023-12-13T04:13:10.058Z Downloading crates ...
7472023-12-13T04:13:10.758Z Downloaded adler v1.0.2
7482023-12-13T04:13:11.701Z Downloaded dirs-sys-next v0.1.2
7492023-12-13T04:13:11.701Z Downloaded der_derive v0.7.2
7502023-12-13T04:13:11.702Z Downloaded derive_more v0.99.17
7512023-12-13T04:13:11.702Z Downloaded digest v0.10.7
7522023-12-13T04:13:11.702Z Downloaded aead v0.5.2
7532023-12-13T04:13:11.702Z Downloaded aes-gcm v0.10.3
7542023-12-13T04:13:11.702Z Downloaded crucible-workspace-hack v0.1.0
7552023-12-13T04:13:11.702Z Downloaded anstyle-parse v0.2.1
7562023-12-13T04:13:11.702Z Downloaded anstyle v1.0.2
7572023-12-13T04:13:11.702Z Downloaded aho-corasick v1.0.4
7582023-12-13T04:13:11.702Z Downloaded mime_guess v2.0.4
7592023-12-13T04:13:11.703Z Downloaded num v0.4.1
7602023-12-13T04:13:11.703Z Downloaded bit-vec v0.6.3
7612023-12-13T04:13:11.703Z Downloaded num-bigint v0.4.4
7622023-12-13T04:13:11.703Z Downloaded num_threads v0.1.6
7632023-12-13T04:13:11.703Z Downloaded num_enum_derive v0.5.11
7642023-12-13T04:13:11.703Z Downloaded num-traits v0.2.16
7652023-12-13T04:13:11.703Z Downloaded byteorder v1.5.0
7662023-12-13T04:13:11.704Z Downloaded object v0.32.1
7672023-12-13T04:13:11.704Z Downloaded omicron-zone-package v0.9.1
7682023-12-13T04:13:11.704Z Downloaded cipher v0.4.4
7692023-12-13T04:13:11.704Z Downloaded atomic-waker v1.1.1
7702023-12-13T04:13:11.704Z Downloaded blake2 v0.10.6
7712023-12-13T04:13:11.704Z Downloaded postcard v1.0.8
7722023-12-13T04:13:11.704Z Downloaded cfg-if v1.0.0
7732023-12-13T04:13:11.704Z Downloaded option-ext v0.2.0
7742023-12-13T04:13:11.705Z Downloaded owo-colors v3.5.0
7752023-12-13T04:13:11.705Z Downloaded parking_lot v0.11.2
7762023-12-13T04:13:11.705Z Downloaded parking_lot_core v0.9.8
7772023-12-13T04:13:11.705Z Downloaded clap v2.34.0
7782023-12-13T04:13:11.705Z Downloaded paste v1.0.14
7792023-12-13T04:13:11.706Z Downloaded pbkdf2 v0.11.0
7802023-12-13T04:13:11.706Z Downloaded pem v3.0.2
7812023-12-13T04:13:11.706Z Downloaded defmt v0.3.5
7822023-12-13T04:13:11.706Z Downloaded deranged v0.3.8
7832023-12-13T04:13:11.706Z Downloaded convert_case v0.4.0
7842023-12-13T04:13:11.706Z Downloaded ciborium-ll v0.2.1
7852023-12-13T04:13:11.706Z Downloaded bstr v0.2.17
7862023-12-13T04:13:11.706Z Downloaded zip v0.6.6
7872023-12-13T04:13:11.706Z Downloaded bstr v1.6.0
7882023-12-13T04:13:11.706Z Downloaded pbkdf2 v0.12.2
7892023-12-13T04:13:11.706Z Downloaded ecdsa v0.16.9
7902023-12-13T04:13:11.706Z Downloaded matches v0.1.10
7912023-12-13T04:13:11.706Z Downloaded dyn-clone v1.0.13
7922023-12-13T04:13:11.706Z Downloaded heapless v0.7.16
7932023-12-13T04:13:11.707Z Downloaded cstr-argument v0.1.2
7942023-12-13T04:13:11.707Z Downloaded crc32fast v1.3.2
7952023-12-13T04:13:11.707Z Downloaded colorchoice v1.0.0
7962023-12-13T04:13:11.707Z Downloaded reqwest v0.11.22
7972023-12-13T04:13:11.707Z Downloaded data-encoding v2.4.0
7982023-12-13T04:13:11.707Z Downloaded clap_lex v0.5.1
7992023-12-13T04:13:11.707Z Downloaded defmt-macros v0.3.6
8002023-12-13T04:13:11.707Z Downloaded hmac v0.12.1
8012023-12-13T04:13:11.707Z Downloaded serde_tokenstream v0.1.7
8022023-12-13T04:13:11.708Z Downloaded hubpack_derive v0.1.1
8032023-12-13T04:13:11.708Z Downloaded untrusted v0.9.0
8042023-12-13T04:13:11.708Z Downloaded rustfmt-wrapper v0.2.0
8052023-12-13T04:13:11.708Z Downloaded hashbrown v0.12.3
8062023-12-13T04:13:11.708Z Downloaded rcgen v0.11.3
8072023-12-13T04:13:11.708Z Downloaded hostname v0.3.1
8082023-12-13T04:13:11.708Z Downloaded hex-literal v0.4.1
8092023-12-13T04:13:11.709Z Downloaded http v0.2.11
8102023-12-13T04:13:11.709Z Downloaded ed25519 v2.2.2
8112023-12-13T04:13:11.709Z Downloaded serde_derive_internals v0.26.0
8122023-12-13T04:13:11.709Z Downloaded getopts v0.2.21
8132023-12-13T04:13:11.709Z Downloaded foreign-types-macros v0.2.3
8142023-12-13T04:13:11.709Z Downloaded hyper v0.14.27
8152023-12-13T04:13:11.709Z Downloaded fallible-iterator v0.2.0
8162023-12-13T04:13:11.709Z Downloaded errno v0.3.2
8172023-12-13T04:13:11.709Z Downloaded unicode-normalization v0.1.22
8182023-12-13T04:13:11.709Z Downloaded itertools v0.10.5
8192023-12-13T04:13:11.709Z Downloaded lazy_static v1.4.0
8202023-12-13T04:13:11.709Z Downloaded kstat-rs v0.2.3
8212023-12-13T04:13:11.710Z Downloaded lalrpop-util v0.19.12
8222023-12-13T04:13:11.710Z Downloaded bzip2-sys v0.1.11+1.0.8
8232023-12-13T04:13:11.710Z Downloaded schemars v0.8.13
8242023-12-13T04:13:11.710Z Downloaded webpki-roots v0.25.2
8252023-12-13T04:13:11.710Z Downloaded slog-dtrace v0.2.3
8262023-12-13T04:13:11.710Z Downloaded yasna v0.5.2
8272023-12-13T04:13:11.710Z Downloaded float-cmp v0.9.0
8282023-12-13T04:13:11.710Z Downloaded filetime v0.2.23
8292023-12-13T04:13:11.710Z Downloaded trust-dns-resolver v0.22.0
8302023-12-13T04:13:11.710Z Downloaded waitgroup v0.1.2
8312023-12-13T04:13:11.711Z Downloaded walkdir v2.4.0
8322023-12-13T04:13:11.711Z Downloaded zerocopy v0.6.4
8332023-12-13T04:13:11.711Z Downloaded signal-hook-registry v1.4.1
8342023-12-13T04:13:11.711Z Downloaded rustc-demangle v0.1.23
8352023-12-13T04:13:11.711Z Downloaded regex v1.10.2
8362023-12-13T04:13:11.711Z Downloaded zeroize v1.7.0
8372023-12-13T04:13:11.711Z Downloaded unsafe-libyaml v0.2.9
8382023-12-13T04:13:11.711Z Downloaded universal-hash v0.5.1
8392023-12-13T04:13:11.711Z Downloaded zerocopy v0.7.26
8402023-12-13T04:13:11.711Z Downloaded structmeta-derive v0.2.0
8412023-12-13T04:13:11.711Z Downloaded structmeta v0.2.0
8422023-12-13T04:13:11.711Z Downloaded strsim v0.10.0
8432023-12-13T04:13:11.711Z Downloaded tinyvec_macros v0.1.1
8442023-12-13T04:13:11.712Z Downloaded sha1 v0.10.6
8452023-12-13T04:13:11.712Z Downloaded unicode-ident v1.0.12
8462023-12-13T04:13:11.712Z Downloaded serde_with v3.4.0
8472023-12-13T04:13:11.712Z Downloaded syn v2.0.32
8482023-12-13T04:13:11.804Z Downloaded toml_datetime v0.6.5
8492023-12-13T04:13:11.805Z Downloaded dof v0.1.5
8502023-12-13T04:13:11.805Z Downloaded doc-comment v0.3.3
8512023-12-13T04:13:11.805Z Downloaded zone v0.3.0
8522023-12-13T04:13:11.805Z Downloaded toml_edit v0.19.15
8532023-12-13T04:13:11.805Z Downloaded linked-hash-map v0.5.6
8542023-12-13T04:13:11.805Z Downloaded spin v0.9.8
8552023-12-13T04:13:11.806Z Downloaded snafu-derive v0.7.5
8562023-12-13T04:13:11.806Z Downloaded linear-map v1.2.0
8572023-12-13T04:13:11.806Z Downloaded foreign-types v0.3.2
8582023-12-13T04:13:11.806Z Downloaded fnv v1.0.7
8592023-12-13T04:13:11.806Z Downloaded russh v0.40.0
8602023-12-13T04:13:11.806Z Downloaded unicode-xid v0.2.4
8612023-12-13T04:13:11.806Z Downloaded thread_local v1.1.7
8622023-12-13T04:13:11.807Z Downloaded thread-id v4.2.0
8632023-12-13T04:13:11.807Z Downloaded itertools v0.12.0
8642023-12-13T04:13:11.807Z Downloaded rfc6979 v0.4.0
8652023-12-13T04:13:11.807Z Downloaded ff v0.13.0
8662023-12-13T04:13:11.807Z Downloaded embedded-io v0.4.0
8672023-12-13T04:13:11.807Z Downloaded time v0.3.27
8682023-12-13T04:13:11.808Z Downloaded elliptic-curve v0.13.8
8692023-12-13T04:13:11.808Z Downloaded rand_core v0.6.4
8702023-12-13T04:13:11.808Z Downloaded semver v1.0.20
8712023-12-13T04:13:11.808Z Downloaded secrecy v0.8.0
8722023-12-13T04:13:11.808Z Downloaded sec1 v0.7.3
8732023-12-13T04:13:11.808Z Downloaded rustls v0.21.9
8742023-12-13T04:13:11.808Z Downloaded schemars_derive v0.8.13
8752023-12-13T04:13:11.808Z Downloaded rustls-native-certs v0.6.3
8762023-12-13T04:13:11.809Z Downloaded glob v0.3.1
8772023-12-13T04:13:11.809Z Downloaded socket2 v0.4.9
8782023-12-13T04:13:11.809Z Downloaded futures-sink v0.3.29
8792023-12-13T04:13:11.809Z Downloaded h2 v0.3.21
8802023-12-13T04:13:11.809Z Downloaded tokio-tungstenite v0.20.1
8812023-12-13T04:13:11.809Z Downloaded russh-keys v0.40.0
8822023-12-13T04:13:11.810Z Downloaded tokio-stream v0.1.14
8832023-12-13T04:13:11.810Z Downloaded spin v0.5.2
8842023-12-13T04:13:11.810Z Downloaded slab v0.4.9
8852023-12-13T04:13:11.810Z Downloaded smallvec v1.11.2
8862023-12-13T04:13:11.810Z Downloaded stringprep v0.1.3
8872023-12-13T04:13:11.810Z Downloaded futures-task v0.3.29
8882023-12-13T04:13:11.811Z Downloaded subprocess v0.2.9
8892023-12-13T04:13:11.811Z Downloaded scheduled-thread-pool v0.2.7
8902023-12-13T04:13:11.811Z Downloaded subtle v2.5.0
8912023-12-13T04:13:11.811Z Downloaded smf v0.2.2
8922023-12-13T04:13:11.811Z Downloaded swrite v0.1.0
8932023-12-13T04:13:11.811Z Downloaded strum_macros v0.25.2
8942023-12-13T04:13:11.812Z Downloaded strum v0.25.0
8952023-12-13T04:13:11.812Z Downloaded slog-json v2.6.1
8962023-12-13T04:13:11.812Z Downloaded slog-scope v4.4.0
8972023-12-13T04:13:11.812Z Downloaded either v1.9.0
8982023-12-13T04:13:11.813Z Downloaded tracing-core v0.1.31
8992023-12-13T04:13:11.813Z Downloaded zone_cfg_derive v0.3.0
9002023-12-13T04:13:11.813Z Downloaded vsss-rs v3.3.2
9012023-12-13T04:13:11.813Z Downloaded rustls-pemfile v1.0.3
9022023-12-13T04:13:11.813Z Downloaded sled v0.34.7
9032023-12-13T04:13:11.813Z Downloaded rustc_version v0.4.0
9042023-12-13T04:13:11.813Z Downloaded slog-envlogger v2.2.0
9052023-12-13T04:13:11.814Z Downloaded getrandom v0.2.10
9062023-12-13T04:13:11.814Z Downloaded ed25519-dalek v2.0.0
9072023-12-13T04:13:11.814Z Downloaded smoltcp v0.9.1
9082023-12-13T04:13:11.814Z Downloaded indexmap v1.9.3
9092023-12-13T04:13:11.814Z Downloaded flagset v0.4.3
9102023-12-13T04:13:11.814Z Downloaded flate2 v1.0.28
9112023-12-13T04:13:11.814Z Downloaded hyper-tls v0.5.0
9122023-12-13T04:13:11.815Z Downloaded fixedbitset v0.4.2
9132023-12-13T04:13:11.815Z Downloaded instant v0.1.12
9142023-12-13T04:13:11.815Z Downloaded iana-time-zone v0.1.57
9152023-12-13T04:13:11.815Z Downloaded winapi v0.3.9
9162023-12-13T04:13:11.815Z Downloaded hyper-staticfile v0.9.5
9172023-12-13T04:13:11.815Z Downloaded smoltcp v0.10.0
9182023-12-13T04:13:11.816Z Downloaded zerocopy-derive v0.2.0
9192023-12-13T04:13:11.816Z Downloaded tokio v1.35.0
9202023-12-13T04:13:11.816Z Downloaded trust-dns-proto v0.22.0
9212023-12-13T04:13:11.816Z Downloaded regex-syntax v0.8.2
9222023-12-13T04:13:11.816Z Downloaded idna v0.5.0
9232023-12-13T04:13:11.816Z Downloaded regex-syntax v0.7.5
9242023-12-13T04:13:11.817Z Downloaded libc v0.2.151
9252023-12-13T04:13:11.817Z Downloaded zerocopy-derive v0.6.4
9262023-12-13T04:13:11.817Z Downloaded regex-automata v0.3.8
9272023-12-13T04:13:11.817Z Downloaded regex-automata v0.4.3
9282023-12-13T04:13:11.817Z Downloaded sha3 v0.10.8
9292023-12-13T04:13:11.817Z Downloaded zerocopy-derive v0.7.26
9302023-12-13T04:13:12.017Z Downloaded encoding_rs v0.8.33
9312023-12-13T04:13:12.017Z Downloaded take_mut v0.2.2
9322023-12-13T04:13:12.017Z Downloaded serde v1.0.193
9332023-12-13T04:13:12.017Z Downloaded semver-parser v0.10.2
9342023-12-13T04:13:12.017Z Downloaded idna v0.2.3
9352023-12-13T04:13:12.019Z Downloaded slog-stdlog v4.1.1
9362023-12-13T04:13:12.019Z Downloaded keccak v0.1.4
9372023-12-13T04:13:12.019Z Downloaded siphasher v0.3.11
9382023-12-13T04:13:12.019Z Downloaded serde_tokenstream v0.2.0
9392023-12-13T04:13:12.019Z Downloaded slog-async v2.8.0
9402023-12-13T04:13:12.020Z Downloaded regress v0.7.1
9412023-12-13T04:13:12.020Z Downloaded ring v0.16.20
9422023-12-13T04:13:12.034Z Downloaded string_cache v0.8.7
9432023-12-13T04:13:12.034Z Downloaded synstructure v0.12.6
9442023-12-13T04:13:12.034Z Downloaded rustversion v1.0.14
9452023-12-13T04:13:12.034Z Downloaded rustls-webpki v0.101.7
9462023-12-13T04:13:12.034Z Downloaded getrandom v0.1.16
9472023-12-13T04:13:12.035Z Downloaded tokio-util v0.7.10
9482023-12-13T04:13:12.468Z Downloaded tokio-native-tls v0.3.1
9492023-12-13T04:13:12.469Z Downloaded tokio-macros v2.2.0
9502023-12-13T04:13:13.039Z Downloaded lock_api v0.4.10
9512023-12-13T04:13:13.039Z Downloaded rustix v0.38.25
9522023-12-13T04:13:13.039Z Downloaded time-core v0.1.1
9532023-12-13T04:13:13.040Z Downloaded thiserror-impl v1.0.49
9542023-12-13T04:13:13.040Z Downloaded thiserror v1.0.49
9552023-12-13T04:13:13.040Z Downloaded libm v0.2.7
9562023-12-13T04:13:13.041Z Downloaded ring v0.17.7
9572023-12-13T04:13:13.041Z Downloaded gimli v0.28.0
9582023-12-13T04:13:13.041Z Downloaded textwrap v0.11.0
9592023-12-13T04:13:13.041Z Downloaded term v0.7.0
9602023-12-13T04:13:13.042Z Downloaded syn v1.0.109
9612023-12-13T04:13:13.042Z Downloaded libsw v3.3.0
9622023-12-13T04:13:13.042Z Downloaded itertools v0.11.0
9632023-12-13T04:13:13.042Z Downloaded snafu v0.7.5
9642023-12-13T04:13:13.043Z Downloaded static_assertions v1.1.0
9652023-12-13T04:13:13.043Z Downloaded stable_deref_trait v1.2.0
9662023-12-13T04:13:13.044Z Downloaded socket2 v0.5.5
9672023-12-13T04:13:13.044Z Downloaded rustix v0.37.23
9682023-12-13T04:13:13.044Z Downloaded slog v2.7.0
9692023-12-13T04:13:13.044Z Downloaded trust-dns-server v0.22.1
9702023-12-13T04:13:13.045Z Downloaded serde_json v1.0.108
9712023-12-13T04:13:13.045Z Downloaded tempfile v3.8.1
9722023-12-13T04:13:13.046Z Downloaded tar v0.4.40
9732023-12-13T04:13:13.046Z Downloaded ucd-trie v0.1.6
9742023-12-13T04:13:13.046Z Downloaded futures-macro v0.3.29
9752023-12-13T04:13:13.046Z Downloaded futures-io v0.3.29
9762023-12-13T04:13:13.046Z Downloaded futures-executor v0.3.29
9772023-12-13T04:13:13.046Z Downloaded futures-core v0.3.29
9782023-12-13T04:13:13.046Z Downloaded unicode-bidi v0.3.13
9792023-12-13T04:13:13.046Z Downloaded unicode-width v0.1.11
9802023-12-13T04:13:13.047Z Downloaded try-lock v0.2.4
9812023-12-13T04:13:13.047Z Downloaded structopt v0.3.26
9822023-12-13T04:13:13.047Z Downloaded serde_urlencoded v0.7.1
9832023-12-13T04:13:13.047Z Downloaded serde_repr v0.1.16
9842023-12-13T04:13:13.048Z Downloaded serde_path_to_error v0.1.14
9852023-12-13T04:13:13.048Z Downloaded utf8parse v0.2.1
9862023-12-13T04:13:13.048Z Downloaded usdt-impl v0.3.5
9872023-12-13T04:13:13.048Z Downloaded serde_with_macros v3.4.0
9882023-12-13T04:13:13.048Z Downloaded futures v0.3.29
9892023-12-13T04:13:13.049Z Downloaded spki v0.7.2
9902023-12-13T04:13:13.049Z Downloaded serde_yaml v0.9.25
9912023-12-13T04:13:13.641Z Downloaded diesel v2.1.4
9922023-12-13T04:13:13.641Z Downloaded strsim v0.8.0
9932023-12-13T04:13:13.641Z Downloaded serde_spanned v0.6.4
9942023-12-13T04:13:13.641Z Downloaded semver v0.11.0
9952023-12-13T04:13:13.642Z Downloaded futures-channel v0.3.29
9962023-12-13T04:13:13.642Z Downloaded foreign-types v0.5.0
9972023-12-13T04:13:13.642Z Downloaded version_check v0.9.4
9982023-12-13T04:13:13.643Z Downloaded utf-8 v0.7.6
9992023-12-13T04:13:13.643Z Downloaded usdt-macro v0.3.5
10002023-12-13T04:13:13.643Z Downloaded usdt-attr-macro v0.3.5
10012023-12-13T04:13:13.643Z Downloaded usdt v0.3.5
10022023-12-13T04:13:13.643Z Downloaded similar v2.3.0
10032023-12-13T04:13:13.643Z Downloaded openapiv3 v2.0.0
10042023-12-13T04:13:13.644Z Downloaded russh-cryptovec v0.7.0
10052023-12-13T04:13:13.644Z Downloaded fastrand v2.0.0
10062023-12-13T04:13:13.644Z Downloaded trust-dns-client v0.22.0
10072023-12-13T04:13:13.644Z Downloaded zerocopy v0.3.0
10082023-12-13T04:13:13.645Z Downloaded regex-automata v0.1.10
10092023-12-13T04:13:13.645Z Downloaded toml_edit v0.21.0
10102023-12-13T04:13:13.645Z Downloaded signature v2.1.0
10112023-12-13T04:13:13.645Z Downloaded indexmap v2.1.0
10122023-12-13T04:13:13.645Z Downloaded ghash v0.5.0
10132023-12-13T04:13:13.646Z Downloaded curve25519-dalek v4.1.1
10142023-12-13T04:13:13.646Z Downloaded ident_case v1.0.1
10152023-12-13T04:13:13.646Z Downloaded want v0.3.1
10162023-12-13T04:13:13.647Z Downloaded libefi-sys v0.1.0
10172023-12-13T04:13:13.647Z Downloaded group v0.13.0
10182023-12-13T04:13:13.647Z Downloaded toml v0.5.11
10192023-12-13T04:13:13.647Z Downloaded structopt-derive v0.4.18
10202023-12-13T04:13:13.647Z Downloaded sct v0.7.0
10212023-12-13T04:13:13.648Z Downloaded scopeguard v1.2.0
10222023-12-13T04:13:13.648Z Downloaded ryu v1.0.15
10232023-12-13T04:13:13.648Z Downloaded toolchain_find v0.2.0
10242023-12-13T04:13:13.648Z Downloaded slog-term v2.9.0
10252023-12-13T04:13:13.648Z Downloaded slog-bunyan v2.4.0
10262023-12-13T04:13:13.649Z Downloaded resolv-conf v0.7.0
10272023-12-13T04:13:13.649Z Downloaded half v1.8.2
10282023-12-13T04:13:13.649Z Downloaded httparse v1.8.0
10292023-12-13T04:13:13.650Z Downloaded itoa v1.0.9
10302023-12-13T04:13:13.650Z Downloaded ipnet v2.8.0
10312023-12-13T04:13:13.650Z Downloaded io-lifetimes v1.0.11
10322023-12-13T04:13:13.650Z Downloaded inout v0.1.3
10332023-12-13T04:13:13.650Z Downloaded headers v0.3.9
10342023-12-13T04:13:13.650Z Downloaded hashbrown v0.14.2
10352023-12-13T04:13:13.650Z Downloaded is-terminal v0.4.9
10362023-12-13T04:13:13.650Z Downloaded ipnetwork v0.20.0
10372023-12-13T04:13:13.651Z Downloaded hyper-rustls v0.24.2
10382023-12-13T04:13:13.651Z Downloaded hash32 v0.2.1
10392023-12-13T04:13:13.651Z Downloaded generic-array v0.14.7
10402023-12-13T04:13:13.651Z Downloaded fxhash v0.2.1
10412023-12-13T04:13:13.651Z Downloaded futures-util v0.3.29
10422023-12-13T04:13:13.652Z Downloaded form_urlencoded v1.2.1
10432023-12-13T04:13:13.652Z Downloaded foreign-types-shared v0.3.1
10442023-12-13T04:13:13.652Z Downloaded foreign-types-shared v0.1.1
10452023-12-13T04:13:13.652Z Downloaded equivalent v1.0.1
10462023-12-13T04:13:13.652Z Downloaded toml v0.8.8
10472023-12-13T04:13:13.653Z Downloaded tungstenite v0.20.1
10482023-12-13T04:13:13.653Z Downloaded hashbrown v0.13.2
10492023-12-13T04:13:13.653Z Downloaded enum-as-inner v0.5.1
10502023-12-13T04:13:13.654Z Downloaded endian-type v0.1.2
10512023-12-13T04:13:13.654Z Downloaded tower-service v0.3.2
10522023-12-13T04:13:13.654Z Downloaded tokio-postgres v0.7.10
10532023-12-13T04:13:13.654Z Downloaded unicase v2.7.0
10542023-12-13T04:13:13.654Z Downloaded vcpkg v0.2.15
10552023-12-13T04:13:13.654Z Downloaded tracing v0.1.37
10562023-12-13T04:13:13.655Z Downloaded toml v0.7.8
10572023-12-13T04:13:13.655Z Downloaded hkdf v0.12.3
10582023-12-13T04:13:13.655Z Downloaded terminal_size v0.2.6
10592023-12-13T04:13:13.655Z Downloaded rand_chacha v0.2.2
10602023-12-13T04:13:13.656Z Downloaded rand v0.8.5
10612023-12-13T04:13:13.656Z Downloaded predicates v3.0.4
10622023-12-13T04:13:13.656Z Downloaded crypto-common v0.1.6
10632023-12-13T04:13:13.656Z Downloaded quote v1.0.33
10642023-12-13T04:13:13.656Z Downloaded proc-macro2 v1.0.69
10652023-12-13T04:13:13.657Z Downloaded predicates-core v1.0.6
10662023-12-13T04:13:13.657Z Downloaded http-range v0.1.5
10672023-12-13T04:13:13.658Z Downloaded chacha20poly1305 v0.10.1
10682023-12-13T04:13:13.658Z Downloaded sha2 v0.10.8
10692023-12-13T04:13:13.659Z Downloaded serde_derive v1.0.193
10702023-12-13T04:13:13.660Z Downloaded same-file v1.0.6
10712023-12-13T04:13:13.661Z Downloaded hubpack v0.1.2
10722023-12-13T04:13:13.661Z Downloaded httpdate v1.0.3
10732023-12-13T04:13:13.662Z Downloaded http-body v0.4.5
10742023-12-13T04:13:13.663Z Downloaded home v0.5.5
10752023-12-13T04:13:13.663Z Downloaded hex v0.4.3
10762023-12-13T04:13:13.663Z Downloaded heck v0.4.1
10772023-12-13T04:13:13.664Z Downloaded heck v0.3.3
10782023-12-13T04:13:13.664Z Downloaded headers-core v0.2.0
10792023-12-13T04:13:13.664Z Downloaded winnow v0.5.15
10802023-12-13T04:13:13.664Z Downloaded diesel_table_macro_syntax v0.1.0
10812023-12-13T04:13:13.664Z Downloaded opaque-debug v0.3.0
10822023-12-13T04:13:13.664Z Downloaded once_cell v1.19.0
10832023-12-13T04:13:13.665Z Downloaded dtrace-parser v0.1.14
10842023-12-13T04:13:13.665Z Downloaded zeroize_derive v1.4.2
10852023-12-13T04:13:13.665Z Downloaded untrusted v0.7.1
10862023-12-13T04:13:13.665Z Downloaded rand v0.7.3
10872023-12-13T04:13:13.665Z Downloaded mio v0.8.9
10882023-12-13T04:13:13.665Z Downloaded miniz_oxide v0.7.1
10892023-12-13T04:13:13.666Z Downloaded mime v0.3.17
10902023-12-13T04:13:13.666Z Downloaded memchr v2.6.3
10912023-12-13T04:13:14.101Z Downloaded whoami v1.4.1
10922023-12-13T04:13:14.101Z Downloaded url v2.5.0
10932023-12-13T04:13:14.102Z Downloaded tracing-attributes v0.1.26
10942023-12-13T04:13:14.102Z Downloaded uuid v1.6.1
10952023-12-13T04:13:14.102Z Downloaded unicode-segmentation v1.10.1
10962023-12-13T04:13:14.102Z Downloaded time-macros v0.2.13
10972023-12-13T04:13:14.102Z Downloaded xattr v1.0.1
10982023-12-13T04:13:14.102Z Downloaded vec_map v0.8.2
10992023-12-13T04:13:14.102Z Downloaded typenum v1.16.0
11002023-12-13T04:13:14.103Z Downloaded debug-ignore v1.0.5
11012023-12-13T04:13:14.103Z Downloaded cancel-safe-futures v0.1.5
11022023-12-13T04:13:14.103Z Downloaded tokio-rustls v0.24.1
11032023-12-13T04:13:14.103Z Downloaded tinyvec v1.6.0
11042023-12-13T04:13:14.103Z Downloaded thiserror-impl-no-std v2.0.2
11052023-12-13T04:13:14.103Z Downloaded r2d2 v0.8.10
11062023-12-13T04:13:14.103Z Downloaded match_cfg v0.1.0
11072023-12-13T04:13:14.104Z Downloaded der v0.7.8
11082023-12-13T04:13:14.104Z Downloaded const-oid v0.9.5
11092023-12-13T04:13:14.104Z Downloaded thiserror-no-std v2.0.2
11102023-12-13T04:13:14.104Z Downloaded rand_core v0.5.1
11112023-12-13T04:13:14.104Z Downloaded rand_chacha v0.3.1
11122023-12-13T04:13:14.105Z Downloaded radix_trie v0.2.1
11132023-12-13T04:13:14.105Z Downloaded managed v0.8.0
11142023-12-13T04:13:14.105Z Downloaded macaddr v1.0.1
11152023-12-13T04:13:14.105Z Downloaded display-error-chain v0.2.0
11162023-12-13T04:13:14.105Z Downloaded darling_macro v0.20.3
11172023-12-13T04:13:14.105Z Downloaded async-stream v0.3.5
11182023-12-13T04:13:14.106Z Downloaded crossbeam-channel v0.5.8
11192023-12-13T04:13:14.106Z Downloaded password-hash v0.5.0
11202023-12-13T04:13:14.106Z Downloaded parse-display-derive v0.8.2
11212023-12-13T04:13:14.106Z Downloaded darling v0.20.3
11222023-12-13T04:13:14.106Z Downloaded quick-error v1.2.3
11232023-12-13T04:13:14.106Z Downloaded pin-utils v0.1.0
11242023-12-13T04:13:14.106Z Downloaded md5 v0.7.0
11252023-12-13T04:13:14.107Z Downloaded lru-cache v0.1.2
11262023-12-13T04:13:14.107Z Downloaded log v0.4.20
11272023-12-13T04:13:14.107Z Downloaded parse-display v0.8.2
11282023-12-13T04:13:14.107Z Downloaded ctr v0.9.2
11292023-12-13T04:13:14.107Z Downloaded crypto-bigint v0.5.2
11302023-12-13T04:13:14.107Z Downloaded crossbeam-epoch v0.9.15
11312023-12-13T04:13:14.108Z Downloaded proc-macro-error-attr v1.0.4
11322023-12-13T04:13:14.108Z Downloaded proc-macro-error v1.0.4
11332023-12-13T04:13:14.108Z Downloaded password-hash v0.4.2
11342023-12-13T04:13:14.108Z Downloaded openssl-sys v0.9.96
11352023-12-13T04:13:14.108Z Downloaded openssl v0.10.60
11362023-12-13T04:13:14.108Z Downloaded cpufeatures v0.2.9
11372023-12-13T04:13:14.108Z Downloaded cobs v0.2.3
11382023-12-13T04:13:14.109Z Downloaded clap_derive v4.4.2
11392023-12-13T04:13:14.109Z Downloaded clap_builder v4.4.2
11402023-12-13T04:13:14.109Z Downloaded clap v4.4.3
11412023-12-13T04:13:14.109Z Downloaded parking_lot_core v0.8.6
11422023-12-13T04:13:14.109Z Downloaded parking_lot v0.12.1
11432023-12-13T04:13:14.109Z Downloaded p256 v0.13.2
11442023-12-13T04:13:14.109Z Downloaded chrono v0.4.31
11452023-12-13T04:13:14.109Z Downloaded pretty-hex v0.2.1
11462023-12-13T04:13:14.110Z Downloaded openssl-probe v0.1.5
11472023-12-13T04:13:14.110Z Downloaded openssl-macros v0.1.1
11482023-12-13T04:13:14.110Z Downloaded num-complex v0.4.4
11492023-12-13T04:13:14.110Z Downloaded proc-macro-crate v1.3.1
11502023-12-13T04:13:14.110Z Downloaded primeorder v0.13.6
11512023-12-13T04:13:14.110Z Downloaded pretty-hex v0.4.0
11522023-12-13T04:13:14.111Z Downloaded pkcs8 v0.10.2
11532023-12-13T04:13:14.111Z Downloaded cbc v0.1.2
11542023-12-13T04:13:14.111Z Downloaded precomputed-hash v0.1.1
11552023-12-13T04:13:14.111Z Downloaded ppv-lite86 v0.2.17
11562023-12-13T04:13:14.111Z Downloaded postgres-types v0.2.6
11572023-12-13T04:13:14.111Z Downloaded postgres-protocol v0.6.6
11582023-12-13T04:13:14.111Z Downloaded polyval v0.6.1
11592023-12-13T04:13:14.111Z Downloaded poly1305 v0.8.0
11602023-12-13T04:13:14.111Z Downloaded pest v2.7.2
11612023-12-13T04:13:14.112Z Downloaded pest_meta v2.7.2
11622023-12-13T04:13:14.112Z Downloaded async-stream-impl v0.3.5
11632023-12-13T04:13:14.112Z Downloaded darling_core v0.20.3
11642023-12-13T04:13:14.112Z Downloaded chacha20 v0.9.1
11652023-12-13T04:13:14.112Z Downloaded platforms v3.0.2
11662023-12-13T04:13:14.112Z Downloaded pkg-config v0.3.27
11672023-12-13T04:13:14.112Z Downloaded pin-project-lite v0.2.13
11682023-12-13T04:13:14.112Z Downloaded curve25519-dalek-derive v0.1.0
11692023-12-13T04:13:14.113Z Downloaded camino v1.1.6
11702023-12-13T04:13:14.113Z Downloaded bytes v1.5.0
11712023-12-13T04:13:14.113Z Downloaded ciborium-io v0.2.1
11722023-12-13T04:13:14.113Z Downloaded pin-project-internal v1.1.3
11732023-12-13T04:13:14.113Z Downloaded pin-project v1.1.3
11742023-12-13T04:13:14.113Z Downloaded console v0.15.7
11752023-12-13T04:13:14.114Z Downloaded bitflags v2.4.0
11762023-12-13T04:13:14.114Z Downloaded cc v1.0.83
11772023-12-13T04:13:14.114Z Downloaded phf_shared v0.11.2
11782023-12-13T04:13:14.114Z Downloaded phf_shared v0.10.0
11792023-12-13T04:13:14.114Z Downloaded phf v0.11.2
11802023-12-13T04:13:14.114Z Downloaded petgraph v0.6.4
11812023-12-13T04:13:14.114Z Downloaded pest_generator v2.7.2
11822023-12-13T04:13:14.115Z Downloaded pest_derive v2.7.2
11832023-12-13T04:13:14.115Z Downloaded percent-encoding v2.3.1
11842023-12-13T04:13:14.115Z Downloaded pem-rfc7468 v0.7.0
11852023-12-13T04:13:14.115Z Downloaded num_enum v0.5.11
11862023-12-13T04:13:14.115Z Downloaded num_cpus v1.16.0
11872023-12-13T04:13:14.116Z Downloaded num-rational v0.4.1
11882023-12-13T04:13:14.116Z Downloaded num-iter v0.1.43
11892023-12-13T04:13:14.116Z Downloaded num-integer v0.1.45
11902023-12-13T04:13:14.116Z Downloaded num-derive v0.4.0
11912023-12-13T04:13:14.125Z Downloaded nom v7.1.3
11922023-12-13T04:13:14.125Z Downloaded multer v2.1.0
11932023-12-13T04:13:14.125Z Downloaded blowfish v0.9.1
11942023-12-13T04:13:14.126Z Downloaded bzip2 v0.4.4
11952023-12-13T04:13:14.126Z Downloaded bit-set v0.5.3
11962023-12-13T04:13:14.126Z Downloaded bcrypt-pbkdf v0.10.0
11972023-12-13T04:13:14.126Z Downloaded block-buffer v0.10.4
11982023-12-13T04:13:14.126Z Downloaded autocfg v1.1.0
11992023-12-13T04:13:14.126Z Downloaded base64 v0.21.5
12002023-12-13T04:13:14.126Z Downloaded block-padding v0.3.3
12012023-12-13T04:13:14.126Z Downloaded colored v2.0.4
12022023-12-13T04:13:14.127Z Downloaded ciborium v0.2.1
12032023-12-13T04:13:14.127Z Downloaded base64ct v1.6.0
12042023-12-13T04:13:14.127Z Downloaded crossbeam-utils v0.8.16
12052023-12-13T04:13:14.127Z Downloaded normalize-line-endings v0.3.0
12062023-12-13T04:13:14.127Z Downloaded nibble_vec v0.1.0
12072023-12-13T04:13:14.127Z Downloaded new_debug_unreachable v1.0.4
12082023-12-13T04:13:14.127Z Downloaded native-tls v0.2.11
12092023-12-13T04:13:14.128Z Downloaded minimal-lexical v0.2.1
12102023-12-13T04:13:14.128Z Downloaded md-5 v0.10.5
12112023-12-13T04:13:14.128Z Downloaded bitflags v1.3.2
12122023-12-13T04:13:14.128Z Downloaded atomicwrites v0.4.2
12132023-12-13T04:13:14.128Z Downloaded atty v0.2.14
12142023-12-13T04:13:14.129Z Downloaded base16ct v0.2.0
12152023-12-13T04:13:14.129Z Downloaded argon2 v0.5.2
12162023-12-13T04:13:14.129Z Downloaded memoffset v0.9.0
12172023-12-13T04:13:14.129Z Downloaded async-trait v0.1.74
12182023-12-13T04:13:14.129Z Downloaded backoff v0.4.0
12192023-12-13T04:13:14.129Z Downloaded anyhow v1.0.75
12202023-12-13T04:13:14.129Z Downloaded backtrace v0.3.69
12212023-12-13T04:13:14.130Z Downloaded anstream v0.5.0
12222023-12-13T04:13:14.130Z Downloaded dirs v5.0.1
12232023-12-13T04:13:14.130Z Downloaded camino-tempfile v1.1.1
12242023-12-13T04:13:14.130Z Downloaded arc-swap v1.6.0
12252023-12-13T04:13:14.130Z Downloaded ahash v0.8.6
12262023-12-13T04:13:14.130Z Downloaded anstyle-query v1.0.0
12272023-12-13T04:13:14.130Z Downloaded ansi_term v0.12.1
12282023-12-13T04:13:14.131Z Downloaded derive-where v1.2.6
12292023-12-13T04:13:14.131Z Downloaded addr2line v0.21.0
12302023-12-13T04:13:14.131Z Downloaded aes v0.8.3
12312023-12-13T04:13:14.131Z Downloaded dirs-sys v0.4.1
12322023-12-13T04:13:14.131Z Downloaded dirs-next v2.0.0
12332023-12-13T04:13:14.131Z Downloaded defmt-parser v0.3.3
12342023-12-13T04:13:14.132Z Downloaded difflib v0.4.0
12352023-12-13T04:13:14.132Z Downloaded diesel_derives v2.1.2
12362023-12-13T04:13:14.132Z Compiling proc-macro2 v1.0.69
12372023-12-13T04:13:14.132Z Compiling unicode-ident v1.0.12
12382023-12-13T04:13:14.132Z Compiling libc v0.2.151
12392023-12-13T04:13:14.132Z Compiling serde v1.0.193
12402023-12-13T04:13:14.132Z Compiling autocfg v1.1.0
12412023-12-13T04:13:14.132Z Compiling version_check v0.9.4
12422023-12-13T04:13:14.132Z Compiling cfg-if v1.0.0
12432023-12-13T04:13:14.647Z Compiling syn v1.0.109
12442023-12-13T04:13:14.659Z Compiling typenum v1.16.0
12452023-12-13T04:13:15.118Z Compiling generic-array v0.14.7
12462023-12-13T04:13:15.227Z Compiling lock_api v0.4.10
12472023-12-13T04:13:16.246Z Compiling parking_lot_core v0.9.8
12482023-12-13T04:13:16.332Z Compiling libm v0.2.7
12492023-12-13T04:13:16.446Z Compiling once_cell v1.19.0
12502023-12-13T04:13:16.472Z Compiling num-traits v0.2.16
12512023-12-13T04:13:16.512Z Compiling thiserror v1.0.49
12522023-12-13T04:13:16.810Z Compiling futures-core v0.3.29
12532023-12-13T04:13:16.845Z Compiling serde_json v1.0.108
12542023-12-13T04:13:16.904Z Compiling slab v0.4.9
12552023-12-13T04:13:17.039Z Compiling futures-channel v0.3.29
12562023-12-13T04:13:17.230Z Compiling memchr v2.6.3
12572023-12-13T04:13:17.321Z Compiling futures-task v0.3.29
12582023-12-13T04:13:17.391Z Compiling futures-util v0.3.29
12592023-12-13T04:13:17.694Z Compiling quote v1.0.33
12602023-12-13T04:13:17.777Z Compiling itoa v1.0.9
12612023-12-13T04:13:18.231Z Compiling scopeguard v1.2.0
12622023-12-13T04:13:18.252Z Compiling pkg-config v0.3.27
12632023-12-13T04:13:18.360Z Compiling syn v2.0.32
12642023-12-13T04:13:18.877Z Compiling getrandom v0.2.10
12652023-12-13T04:13:19.138Z Compiling cc v1.0.83
12662023-12-13T04:13:19.705Z Compiling rand_core v0.6.4
12672023-12-13T04:13:20.369Z Compiling byteorder v1.5.0
12682023-12-13T04:13:20.604Z Compiling heck v0.4.1
12692023-12-13T04:13:20.660Z Compiling log v0.4.20
12702023-12-13T04:13:21.023Z Compiling ryu v1.0.15
12712023-12-13T04:13:21.296Z Compiling subtle v2.5.0
12722023-12-13T04:13:21.578Z Compiling smallvec v1.11.2
12732023-12-13T04:13:21.820Z Compiling semver v1.0.20
12742023-12-13T04:13:22.217Z Compiling vcpkg v0.2.15
12752023-12-13T04:13:22.302Z Compiling schemars v0.8.13
12762023-12-13T04:13:23.475Z Compiling httparse v1.8.0
12772023-12-13T04:13:23.623Z Compiling indexmap v1.9.3
12782023-12-13T04:13:23.675Z Compiling pin-project-lite v0.2.13
12792023-12-13T04:13:23.840Z Compiling hashbrown v0.14.2
12802023-12-13T04:13:24.098Z Compiling equivalent v1.0.1
12812023-12-13T04:13:24.185Z Compiling ring v0.17.7
12822023-12-13T04:13:24.701Z Compiling ring v0.16.20
12832023-12-13T04:13:25.895Z Compiling const-oid v0.9.5
12842023-12-13T04:13:25.922Z Compiling parking_lot v0.12.1
12852023-12-13T04:13:25.969Z Compiling openssl-sys v0.9.96
12862023-12-13T04:13:26.067Z Compiling ahash v0.8.6
12872023-12-13T04:13:26.545Z Compiling fnv v1.0.7
12882023-12-13T04:13:27.572Z Compiling openssl v0.10.60
12892023-12-13T04:13:27.909Z Compiling rustls v0.21.9
12902023-12-13T04:13:28.147Z Compiling ucd-trie v0.1.6
12912023-12-13T04:13:28.319Z Compiling iana-time-zone v0.1.57
12922023-12-13T04:13:29.021Z Compiling native-tls v0.2.11
12932023-12-13T04:13:29.083Z Compiling mio v0.8.9
12942023-12-13T04:13:29.157Z Compiling signal-hook-registry v1.4.1
12952023-12-13T04:13:29.240Z Compiling num_cpus v1.16.0
12962023-12-13T04:13:29.392Z Compiling socket2 v0.5.5
12972023-12-13T04:13:29.637Z Compiling spin v0.5.2
12982023-12-13T04:13:30.658Z Compiling serde_derive_internals v0.26.0
12992023-12-13T04:13:31.090Z Compiling futures-sink v0.3.29
13002023-12-13T04:13:31.297Z Compiling async-trait v0.1.74
13012023-12-13T04:13:31.320Z Compiling dyn-clone v1.0.13
13022023-12-13T04:13:31.617Z Compiling aho-corasick v1.0.4
13032023-12-13T04:13:31.967Z Compiling rustix v0.38.25
13042023-12-13T04:13:32.191Z Compiling regex-syntax v0.8.2
13052023-12-13T04:13:32.219Z Compiling tinyvec_macros v0.1.1
13062023-12-13T04:13:33.094Z Compiling tinyvec v1.6.0
13072023-12-13T04:13:33.557Z Compiling backtrace v0.3.69
13082023-12-13T04:13:34.525Z Compiling pin-utils v0.1.0
13092023-12-13T04:13:34.655Z Compiling winnow v0.5.15
13102023-12-13T04:13:34.769Z Compiling futures-io v0.3.29
13112023-12-13T04:13:35.043Z Compiling unicode-normalization v0.1.22
13122023-12-13T04:13:35.210Z Compiling spin v0.9.8
13132023-12-13T04:13:35.868Z Compiling tracing-core v0.1.31
13142023-12-13T04:13:36.144Z Compiling unicode-bidi v0.3.13
13152023-12-13T04:13:36.827Z Compiling cpufeatures v0.2.9
13162023-12-13T04:13:38.815Z Compiling regex-automata v0.4.3
13172023-12-13T04:13:39.471Z Compiling crc32fast v1.3.2
13182023-12-13T04:13:39.517Z Compiling anyhow v1.0.75
13192023-12-13T04:13:40.603Z Compiling base64 v0.21.5
13202023-12-13T04:13:41.047Z Compiling time-core v0.1.1
13212023-12-13T04:13:41.325Z Compiling time-macros v0.2.13
13222023-12-13T04:13:41.696Z Compiling serde_derive v1.0.193
13232023-12-13T04:13:41.720Z Compiling zeroize_derive v1.4.2
13242023-12-13T04:13:43.341Z Compiling thiserror-impl v1.0.49
13252023-12-13T04:13:43.485Z Compiling tokio-macros v2.2.0
13262023-12-13T04:13:44.885Z Compiling zeroize v1.7.0
13272023-12-13T04:13:44.906Z Compiling futures-macro v0.3.29
13282023-12-13T04:13:46.267Z Compiling tracing-attributes v0.1.26
13292023-12-13T04:13:46.447Z Compiling schemars_derive v0.8.13
13302023-12-13T04:13:46.948Z Compiling zerocopy-derive v0.7.26
13312023-12-13T04:13:47.845Z Compiling crypto-common v0.1.6
13322023-12-13T04:13:47.878Z Compiling block-buffer v0.10.4
13332023-12-13T04:13:48.270Z Compiling openssl-macros v0.1.1
13342023-12-13T04:13:48.378Z Compiling digest v0.10.7
13352023-12-13T04:13:49.062Z Compiling pest v2.7.2
13362023-12-13T04:13:50.607Z Compiling zerocopy v0.7.26
13372023-12-13T04:13:52.082Z Compiling regex v1.10.2
13382023-12-13T04:13:53.247Z Compiling tracing v0.1.37
13392023-12-13T04:13:53.837Z Compiling der_derive v0.7.2
13402023-12-13T04:13:54.121Z Compiling hashbrown v0.13.2
13412023-12-13T04:13:54.179Z Compiling num-integer v0.1.45
13422023-12-13T04:13:54.612Z Compiling unicode-xid v0.2.4
13432023-12-13T04:13:54.644Z Compiling hashbrown v0.12.3
13442023-12-13T04:13:54.860Z Compiling percent-encoding v2.3.1
13452023-12-13T04:13:55.420Z Compiling untrusted v0.9.0
13462023-12-13T04:13:55.669Z Compiling unicode-width v0.1.11
13472023-12-13T04:13:55.905Z Compiling slog v2.7.0
13482023-12-13T04:13:55.965Z Compiling untrusted v0.7.1
13492023-12-13T04:13:55.990Z Compiling foreign-types-shared v0.1.1
13502023-12-13T04:13:56.258Z Compiling openssl-probe v0.1.5
13512023-12-13T04:13:56.768Z Compiling foreign-types v0.3.2
13522023-12-13T04:13:57.819Z Compiling synstructure v0.12.6
13532023-12-13T04:13:59.944Z Compiling errno v0.3.2
13542023-12-13T04:14:00.277Z Compiling try-lock v0.2.4
13552023-12-13T04:14:00.487Z Compiling ppv-lite86 v0.2.17
13562023-12-13T04:14:00.502Z Compiling want v0.3.1
13572023-12-13T04:14:00.930Z Compiling zerocopy-derive v0.2.0
13582023-12-13T04:14:00.951Z Compiling rustls-webpki v0.101.7
13592023-12-13T04:14:02.906Z Compiling sct v0.7.0
13602023-12-13T04:14:03.001Z Compiling form_urlencoded v1.2.1
13612023-12-13T04:14:03.381Z Compiling pest_meta v2.7.2
13622023-12-13T04:14:03.498Z Compiling socket2 v0.4.9
13632023-12-13T04:14:04.278Z Compiling io-lifetimes v1.0.11
13642023-12-13T04:14:04.753Z Compiling httpdate v1.0.3
13652023-12-13T04:14:04.880Z Compiling tower-service v0.3.2
13662023-12-13T04:14:05.498Z Compiling pest_generator v2.7.2
13672023-12-13T04:14:05.845Z Compiling rustls-pemfile v1.0.3
13682023-12-13T04:14:06.364Z Compiling bytes v1.5.0
13692023-12-13T04:14:07.841Z Compiling indexmap v2.1.0
13702023-12-13T04:14:08.494Z Compiling chrono v0.4.31
13712023-12-13T04:14:08.527Z Compiling uuid v1.6.1
13722023-12-13T04:14:09.761Z Compiling tokio v1.35.0
13732023-12-13T04:14:09.770Z Compiling rustc_version v0.4.0
13742023-12-13T04:14:09.948Z Compiling http v0.2.11
13752023-12-13T04:14:11.035Z Compiling toml_datetime v0.6.5
13762023-12-13T04:14:11.846Z Compiling serde_spanned v0.6.4
13772023-12-13T04:14:11.898Z Compiling bitflags v2.4.0
13782023-12-13T04:14:12.067Z Compiling toml_edit v0.19.15
13792023-12-13T04:14:14.245Z Compiling http-body v0.4.5
13802023-12-13T04:14:15.333Z Compiling heapless v0.7.16
13812023-12-13T04:14:15.546Z Compiling openapiv3 v2.0.0
13822023-12-13T04:14:16.879Z Compiling idna v0.5.0
13832023-12-13T04:14:18.439Z Compiling lazy_static v1.4.0
13842023-12-13T04:14:19.586Z Compiling crossbeam-utils v0.8.16
13852023-12-13T04:14:19.850Z Compiling adler v1.0.2
13862023-12-13T04:14:20.178Z Compiling miniz_oxide v0.7.1
13872023-12-13T04:14:20.937Z Compiling url v2.5.0
13882023-12-13T04:14:22.787Z Compiling tokio-util v0.7.10
13892023-12-13T04:14:24.045Z Compiling tokio-rustls v0.24.1
13902023-12-13T04:14:24.069Z Compiling pest_derive v2.7.2
13912023-12-13T04:14:24.639Z Compiling h2 v0.3.21
13922023-12-13T04:14:25.421Z Compiling rustls-native-certs v0.6.3
13932023-12-13T04:14:26.042Z Compiling tokio-native-tls v0.3.1
13942023-12-13T04:14:26.869Z Compiling rand_chacha v0.3.1
13952023-12-13T04:14:27.025Z Compiling usdt-impl v0.3.5
13962023-12-13T04:14:27.963Z Compiling ipnet v2.8.0
13972023-12-13T04:14:29.167Z Compiling rustix v0.37.23
13982023-12-13T04:14:29.581Z Compiling rand v0.8.5
13992023-12-13T04:14:29.784Z Compiling serde_urlencoded v0.7.1
14002023-12-13T04:14:30.266Z Compiling encoding_rs v0.8.33
14012023-12-13T04:14:30.358Z Compiling gimli v0.28.0
14022023-12-13T04:14:30.510Z Compiling mime v0.3.17
14032023-12-13T04:14:31.459Z Compiling webpki-roots v0.25.2
14042023-12-13T04:14:33.333Z Compiling zerocopy v0.3.0
14052023-12-13T04:14:33.852Z Compiling object v0.32.1
14062023-12-13T04:14:34.034Z Compiling num-bigint v0.4.4
14072023-12-13T04:14:35.007Z Compiling rustc-demangle v0.1.23
14082023-12-13T04:14:35.154Z Compiling dof v0.1.5
14092023-12-13T04:14:35.995Z Compiling hyper v0.14.27
14102023-12-13T04:14:36.991Z Compiling flate2 v1.0.28
14112023-12-13T04:14:37.006Z Compiling dtrace-parser v0.1.14
14122023-12-13T04:14:37.034Z Compiling bzip2-sys v0.1.11+1.0.8
14132023-12-13T04:14:37.789Z Compiling addr2line v0.21.0
14142023-12-13T04:14:38.157Z Compiling thread-id v4.2.0
14152023-12-13T04:14:38.216Z Compiling rustversion v1.0.14
14162023-12-13T04:14:39.382Z Compiling toml v0.7.8
14172023-12-13T04:14:39.403Z Compiling toml_edit v0.21.0
14182023-12-13T04:14:40.012Z Compiling serde_tokenstream v0.1.7
14192023-12-13T04:14:40.857Z Compiling hex v0.4.3
14202023-12-13T04:14:41.611Z Compiling serde_tokenstream v0.2.0
14212023-12-13T04:14:41.828Z Compiling memoffset v0.9.0
14222023-12-13T04:14:42.082Z Compiling strsim v0.10.0
14232023-12-13T04:14:42.523Z Compiling base64ct v1.6.0
14242023-12-13T04:14:43.436Z Compiling regress v0.7.1
14252023-12-13T04:14:46.165Z Compiling bitflags v1.3.2
14262023-12-13T04:14:46.266Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14272023-12-13T04:14:46.292Z Compiling smoltcp v0.9.1
14282023-12-13T04:14:50.630Z Compiling hyper-rustls v0.24.2
14292023-12-13T04:14:50.630Z Compiling hyper-tls v0.5.0
14302023-12-13T04:14:50.630Z Compiling doc-comment v0.3.3
14312023-12-13T04:14:50.631Z Compiling reqwest v0.11.22
14322023-12-13T04:14:50.631Z Compiling pem-rfc7468 v0.7.0
14332023-12-13T04:14:50.631Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14342023-12-13T04:14:50.631Z Compiling strum_macros v0.25.2
14352023-12-13T04:14:50.631Z Compiling usdt-attr-macro v0.3.5
14362023-12-13T04:14:51.461Z Compiling usdt-macro v0.3.5
14372023-12-13T04:14:52.126Z Compiling hmac v0.12.1
14382023-12-13T04:14:52.644Z Compiling enum-as-inner v0.5.1
14392023-12-13T04:14:53.987Z Compiling crossbeam-epoch v0.9.15
14402023-12-13T04:14:54.650Z Compiling num-iter v0.1.43
14412023-12-13T04:14:54.664Z Compiling siphasher v0.3.11
14422023-12-13T04:14:54.664Z Compiling unicode-segmentation v1.10.1
14432023-12-13T04:14:54.868Z Compiling flagset v0.4.3
14442023-12-13T04:14:55.169Z Compiling der v0.7.8
14452023-12-13T04:14:56.564Z Compiling hubpack_derive v0.1.1
14462023-12-13T04:14:56.690Z Compiling pin-project-internal v1.1.3
14472023-12-13T04:14:56.718Z Compiling zerocopy-derive v0.6.4
14482023-12-13T04:14:58.870Z Compiling deranged v0.3.8
14492023-12-13T04:15:00.424Z Compiling utf8parse v0.2.1
14502023-12-13T04:15:00.900Z Compiling num_threads v0.1.6
14512023-12-13T04:15:00.981Z Compiling anstyle v1.0.2
14522023-12-13T04:15:01.695Z Compiling time v0.3.27
14532023-12-13T04:15:01.808Z Compiling anstyle-parse v0.2.1
14542023-12-13T04:15:01.915Z Compiling sha2 v0.10.8
14552023-12-13T04:15:02.362Z Compiling spki v0.7.2
14562023-12-13T04:15:04.350Z Compiling md-5 v0.10.5
14572023-12-13T04:15:05.297Z Compiling block-padding v0.3.3
14582023-12-13T04:15:05.721Z Compiling clap_derive v4.4.2
14592023-12-13T04:15:05.967Z Compiling stringprep v0.1.3
14602023-12-13T04:15:07.337Z Compiling diesel_table_macro_syntax v0.1.0
14612023-12-13T04:15:07.417Z Compiling hash32 v0.2.1
14622023-12-13T04:15:07.622Z Compiling stable_deref_trait v1.2.0
14632023-12-13T04:15:07.977Z Compiling anstyle-query v1.0.0
14642023-12-13T04:15:08.060Z Compiling either v1.9.0
14652023-12-13T04:15:08.556Z Compiling fallible-iterator v0.2.0
14662023-12-13T04:15:08.556Z Compiling colorchoice v1.0.0
14672023-12-13T04:15:08.790Z Compiling anstream v0.5.0
14682023-12-13T04:15:09.640Z Compiling postgres-protocol v0.6.6
14692023-12-13T04:15:10.154Z Compiling diesel_derives v2.1.2
14702023-12-13T04:15:11.647Z Compiling inout v0.1.3
14712023-12-13T04:15:11.818Z Compiling terminal_size v0.2.6
14722023-12-13T04:15:13.206Z Compiling pkcs8 v0.10.2
14732023-12-13T04:15:13.346Z Compiling phf_shared v0.11.2
14742023-12-13T04:15:14.289Z Compiling ff v0.13.0
14752023-12-13T04:15:14.372Z Compiling snafu-derive v0.7.5
14762023-12-13T04:15:14.558Z Compiling serde_repr v0.1.16
14772023-12-13T04:15:14.657Z Compiling scheduled-thread-pool v0.2.7
14782023-12-13T04:15:14.764Z Compiling bit-vec v0.6.3
14792023-12-13T04:15:15.248Z Compiling managed v0.8.0
14802023-12-13T04:15:15.598Z Compiling base16ct v0.2.0
14812023-12-13T04:15:15.854Z Compiling clap_lex v0.5.1
14822023-12-13T04:15:16.134Z Compiling matches v0.1.10
14832023-12-13T04:15:16.587Z Compiling regex-automata v0.1.10
14842023-12-13T04:15:18.833Z Compiling bstr v0.2.17
14852023-12-13T04:15:18.833Z Compiling idna v0.2.3
14862023-12-13T04:15:19.765Z Compiling clap_builder v4.4.2
14872023-12-13T04:15:20.737Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14882023-12-13T04:15:22.687Z Compiling sec1 v0.7.3
14892023-12-13T04:15:23.988Z Compiling r2d2 v0.8.10
14902023-12-13T04:15:24.543Z Compiling group v0.13.0
14912023-12-13T04:15:27.238Z Compiling phf v0.11.2
14922023-12-13T04:15:27.732Z Compiling bzip2 v0.4.4
14932023-12-13T04:15:28.401Z Compiling cipher v0.4.4
14942023-12-13T04:15:29.232Z Compiling postgres-types v0.2.6
14952023-12-13T04:15:29.422Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14962023-12-13T04:15:29.602Z Compiling itertools v0.11.0
14972023-12-13T04:15:30.258Z Compiling pin-project v1.1.3
14982023-12-13T04:15:30.410Z Compiling zerocopy v0.6.4
14992023-12-13T04:15:31.548Z Compiling hubpack v0.1.2
15002023-12-13T04:15:33.086Z Compiling phf_shared v0.10.0
15012023-12-13T04:15:33.100Z Compiling hkdf v0.12.3
15022023-12-13T04:15:33.101Z Compiling ipnetwork v0.20.0
15032023-12-13T04:15:33.101Z Compiling crypto-bigint v0.5.2
15042023-12-13T04:15:34.083Z Compiling futures-executor v0.3.29
15052023-12-13T04:15:34.224Z Compiling getopts v0.2.21
15062023-12-13T04:15:34.452Z Compiling float-cmp v0.9.0
15072023-12-13T04:15:34.998Z Compiling data-encoding v2.4.0
15082023-12-13T04:15:35.861Z Compiling normalize-line-endings v0.3.0
15092023-12-13T04:15:36.025Z Compiling fixedbitset v0.4.2
15102023-12-13T04:15:36.719Z Compiling precomputed-hash v0.1.1
15112023-12-13T04:15:36.883Z Compiling new_debug_unreachable v1.0.4
15122023-12-13T04:15:36.936Z Compiling predicates-core v1.0.6
15132023-12-13T04:15:37.451Z Compiling difflib v0.4.0
15142023-12-13T04:15:37.504Z Compiling minimal-lexical v0.2.1
15152023-12-13T04:15:38.679Z Compiling regex-automata v0.3.8
15162023-12-13T04:15:39.443Z Compiling unsafe-libyaml v0.2.9
15172023-12-13T04:15:39.678Z Compiling whoami v1.4.1
15182023-12-13T04:15:40.244Z Compiling static_assertions v1.1.0
15192023-12-13T04:15:40.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15202023-12-13T04:15:40.425Z Compiling tokio-postgres v0.7.10
15212023-12-13T04:15:40.605Z Compiling nom v7.1.3
15222023-12-13T04:15:42.179Z Compiling bstr v1.6.0
15232023-12-13T04:15:42.736Z Compiling serde_yaml v0.9.25
15242023-12-13T04:15:42.813Z Compiling predicates v3.0.4
15252023-12-13T04:15:43.013Z Compiling string_cache v0.8.7
15262023-12-13T04:15:43.771Z Compiling diesel v2.1.4
15272023-12-13T04:15:44.769Z Compiling trust-dns-proto v0.22.0
15282023-12-13T04:15:46.665Z Compiling petgraph v0.6.4
15292023-12-13T04:15:48.863Z Compiling elliptic-curve v0.13.8
15302023-12-13T04:15:50.032Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15312023-12-13T04:15:50.082Z Compiling futures v0.3.29
15322023-12-13T04:15:52.556Z Compiling snafu v0.7.5
15332023-12-13T04:15:53.415Z Compiling yasna v0.5.2
15342023-12-13T04:15:53.939Z Compiling zip v0.6.6
15352023-12-13T04:15:56.261Z Compiling clap v4.4.3
15362023-12-13T04:15:57.124Z Compiling similar v2.3.0
15372023-12-13T04:15:57.190Z Compiling bit-set v0.5.3
15382023-12-13T04:15:57.650Z Compiling itertools v0.10.5
15392023-12-13T04:15:58.902Z Compiling usdt v0.3.5
15402023-12-13T04:15:59.966Z Compiling tokio-stream v0.1.14
15412023-12-13T04:16:01.913Z Compiling console v0.15.7
15422023-12-13T04:16:01.992Z Compiling lalrpop-util v0.19.12
15432023-12-13T04:16:03.262Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15442023-12-13T04:16:51.481Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15452023-12-13T04:16:52.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15462023-12-13T04:16:53.352Z Compiling sha1 v0.10.6
15472023-12-13T04:17:05.098Z Compiling atty v0.2.14
15482023-12-13T04:17:05.288Z Compiling match_cfg v0.1.0
15492023-12-13T04:17:05.442Z Compiling hostname v0.3.1
15502023-12-13T04:17:05.805Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15512023-12-13T04:17:05.919Z Compiling dirs-sys-next v0.1.2
15522023-12-13T04:17:06.094Z Compiling ident_case v1.0.1
15532023-12-13T04:17:06.336Z Compiling darling_core v0.20.3
15542023-12-13T04:17:06.450Z Compiling dirs-next v2.0.0
15552023-12-13T04:17:06.765Z Compiling thread_local v1.1.7
15562023-12-13T04:17:06.932Z Compiling slog-async v2.8.0
15572023-12-13T04:17:07.467Z Compiling camino v1.1.6
15582023-12-13T04:17:07.809Z Compiling term v0.7.0
15592023-12-13T04:17:07.842Z Compiling crossbeam-channel v0.5.8
15602023-12-13T04:17:08.498Z Compiling multer v2.1.0
15612023-12-13T04:17:08.929Z Compiling instant v0.1.12
15622023-12-13T04:17:09.138Z Compiling paste v1.0.14
15632023-12-13T04:17:09.706Z Compiling take_mut v0.2.2
15642023-12-13T04:17:10.090Z Compiling slog-term v2.9.0
15652023-12-13T04:17:10.276Z Compiling slog-json v2.6.1
15662023-12-13T04:17:10.854Z Compiling async-stream-impl v0.3.5
15672023-12-13T04:17:12.384Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15682023-12-13T04:17:12.405Z Compiling atomic-waker v1.1.1
15692023-12-13T04:17:12.405Z Compiling debug-ignore v1.0.5
15702023-12-13T04:17:12.405Z Compiling waitgroup v0.1.2
15712023-12-13T04:17:12.405Z Compiling slog-bunyan v2.4.0
15722023-12-13T04:17:12.694Z Compiling toml v0.8.8
15732023-12-13T04:17:13.198Z Compiling async-stream v0.3.5
15742023-12-13T04:17:13.355Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15752023-12-13T04:17:13.685Z Compiling serde_path_to_error v0.1.14
15762023-12-13T04:17:14.212Z Compiling structmeta-derive v0.2.0
15772023-12-13T04:17:14.577Z Compiling strum v0.25.0
15782023-12-13T04:17:14.819Z Compiling regex-syntax v0.7.5
15792023-12-13T04:17:15.063Z Compiling backoff v0.4.0
15802023-12-13T04:17:15.089Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15812023-12-13T04:17:15.527Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822023-12-13T04:17:15.559Z Compiling macaddr v1.0.1
15832023-12-13T04:17:16.161Z Compiling proc-macro-error-attr v1.0.4
15842023-12-13T04:17:16.237Z Compiling proc-macro-crate v1.3.1
15852023-12-13T04:17:16.268Z Compiling proc-macro-error v1.0.4
15862023-12-13T04:17:16.568Z Compiling darling_macro v0.20.3
15872023-12-13T04:17:16.933Z Compiling smoltcp v0.10.0
15882023-12-13T04:17:17.670Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892023-12-13T04:17:18.051Z Compiling num_enum_derive v0.5.11
15902023-12-13T04:17:18.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15912023-12-13T04:17:18.251Z Compiling darling v0.20.3
15922023-12-13T04:17:18.411Z Compiling serde_with_macros v3.4.0
15932023-12-13T04:17:18.638Z Compiling cobs v0.2.3
15942023-12-13T04:17:19.123Z Compiling fastrand v2.0.0
15952023-12-13T04:17:19.282Z Compiling structmeta v0.2.0
15962023-12-13T04:17:19.301Z Compiling embedded-io v0.4.0
15972023-12-13T04:17:19.653Z Compiling tempfile v3.8.1
15982023-12-13T04:17:19.949Z Compiling postcard v1.0.8
15992023-12-13T04:17:21.057Z Compiling foreign-types-macros v0.2.3
16002023-12-13T04:17:21.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16012023-12-13T04:17:21.718Z Compiling foreign-types-shared v0.3.1
16022023-12-13T04:17:21.888Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16032023-12-13T04:17:22.303Z Compiling same-file v1.0.6
16042023-12-13T04:17:22.544Z Compiling num_enum v0.5.11
16052023-12-13T04:17:22.740Z Compiling crucible-workspace-hack v0.1.0
16062023-12-13T04:17:22.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16072023-12-13T04:17:22.869Z Compiling serde_with v3.4.0
16082023-12-13T04:17:23.033Z Compiling walkdir v2.4.0
16092023-12-13T04:17:23.242Z Compiling foreign-types v0.5.0
16102023-12-13T04:17:23.581Z Compiling is-terminal v0.4.9
16112023-12-13T04:17:24.081Z Compiling semver-parser v0.10.2
16122023-12-13T04:17:24.106Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16132023-12-13T04:17:24.288Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16142023-12-13T04:17:25.145Z Compiling cstr-argument v0.1.2
16152023-12-13T04:17:25.446Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16162023-12-13T04:17:26.396Z Compiling parse-display-derive v0.8.2
16172023-12-13T04:17:27.045Z Compiling pretty-hex v0.2.1
16182023-12-13T04:17:27.123Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16192023-12-13T04:17:27.309Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16202023-12-13T04:17:28.258Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16212023-12-13T04:17:28.713Z Compiling semver v0.11.0
16222023-12-13T04:17:28.824Z Compiling colored v2.0.4
16232023-12-13T04:17:29.112Z Compiling filetime v0.2.23
16242023-12-13T04:17:29.166Z Compiling xattr v1.0.1
16252023-12-13T04:17:29.542Z Compiling home v0.5.5
16262023-12-13T04:17:29.608Z Compiling tar v0.4.40
16272023-12-13T04:17:29.920Z Compiling toolchain_find v0.2.0
16282023-12-13T04:17:29.948Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16292023-12-13T04:17:29.984Z Compiling camino-tempfile v1.1.1
16302023-12-13T04:17:30.669Z Compiling zone_cfg_derive v0.3.0
16312023-12-13T04:17:30.792Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16322023-12-13T04:17:30.883Z Compiling textwrap v0.11.0
16332023-12-13T04:17:31.467Z Compiling heck v0.3.3
16342023-12-13T04:17:32.108Z Compiling toml v0.5.11
16352023-12-13T04:17:32.321Z Compiling num-derive v0.4.0
16362023-12-13T04:17:32.936Z Compiling vec_map v0.8.2
16372023-12-13T04:17:33.142Z Compiling ansi_term v0.12.1
16382023-12-13T04:17:33.168Z Compiling platforms v3.0.2
16392023-12-13T04:17:33.391Z Compiling libefi-sys v0.1.0
16402023-12-13T04:17:33.660Z Compiling strsim v0.8.0
16412023-12-13T04:17:33.825Z Compiling parse-display v0.8.2
16422023-12-13T04:17:33.922Z Compiling zone v0.3.0
16432023-12-13T04:17:34.371Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16442023-12-13T04:17:34.389Z Compiling clap v2.34.0
16452023-12-13T04:17:34.959Z Compiling rustfmt-wrapper v0.2.0
16462023-12-13T04:17:35.473Z Compiling structopt-derive v0.4.18
16472023-12-13T04:17:35.976Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16482023-12-13T04:17:36.217Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16492023-12-13T04:17:36.316Z Compiling omicron-zone-package v0.9.1
16502023-12-13T04:17:36.626Z Compiling smf v0.2.2
16512023-12-13T04:17:37.839Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16522023-12-13T04:17:38.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16532023-12-13T04:17:39.365Z Compiling unicase v2.7.0
16542023-12-13T04:17:39.458Z Compiling curve25519-dalek v4.1.1
16552023-12-13T04:17:39.507Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16562023-12-13T04:17:39.795Z Compiling universal-hash v0.5.1
16572023-12-13T04:17:39.978Z Compiling opaque-debug v0.3.0
16582023-12-13T04:17:40.049Z Compiling curve25519-dalek-derive v0.1.0
16592023-12-13T04:17:40.107Z Compiling num-rational v0.4.1
16602023-12-13T04:17:40.128Z Compiling getrandom v0.1.16
16612023-12-13T04:17:40.357Z Compiling structopt v0.3.26
16622023-12-13T04:17:40.697Z Compiling signature v2.1.0
16632023-12-13T04:17:40.939Z Compiling quick-error v1.2.3
16642023-12-13T04:17:41.058Z Compiling parking_lot_core v0.8.6
16652023-12-13T04:17:41.151Z Compiling linked-hash-map v0.5.6
16662023-12-13T04:17:41.227Z Compiling keccak v0.1.4
16672023-12-13T04:17:41.716Z Compiling sha3 v0.10.8
16682023-12-13T04:17:41.786Z Compiling lru-cache v0.1.2
16692023-12-13T04:17:42.061Z Compiling resolv-conf v0.7.0
16702023-12-13T04:17:43.151Z Compiling password-hash v0.5.0
16712023-12-13T04:17:43.349Z Compiling blake2 v0.10.6
16722023-12-13T04:17:43.439Z Compiling aead v0.5.2
16732023-12-13T04:17:43.541Z Compiling secrecy v0.8.0
16742023-12-13T04:17:44.378Z Compiling num-complex v0.4.4
16752023-12-13T04:17:44.432Z Compiling nibble_vec v0.1.0
16762023-12-13T04:17:44.432Z Compiling slog-dtrace v0.2.3
16772023-12-13T04:17:44.718Z Compiling utf-8 v0.7.6
16782023-12-13T04:17:44.866Z Compiling winapi v0.3.9
16792023-12-13T04:17:45.215Z Compiling endian-type v0.1.2
16802023-12-13T04:17:45.234Z Compiling arc-swap v1.6.0
16812023-12-13T04:17:45.542Z Compiling cancel-safe-futures v0.1.5
16822023-12-13T04:17:45.722Z Compiling convert_case v0.4.0
16832023-12-13T04:17:45.815Z Compiling num v0.4.1
16842023-12-13T04:17:45.935Z Compiling radix_trie v0.2.1
16852023-12-13T04:17:46.419Z Compiling slog-scope v4.4.0
16862023-12-13T04:17:46.419Z Compiling tungstenite v0.20.1
16872023-12-13T04:17:46.609Z Compiling argon2 v0.5.2
16882023-12-13T04:17:46.944Z Compiling mime_guess v2.0.4
16892023-12-13T04:17:46.987Z Compiling trust-dns-resolver v0.22.0
16902023-12-13T04:17:47.244Z Compiling derive_more v0.99.17
16912023-12-13T04:17:49.242Z Compiling rand_core v0.5.1
16922023-12-13T04:17:49.949Z Compiling poly1305 v0.8.0
16932023-12-13T04:17:50.186Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16942023-12-13T04:17:50.232Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16952023-12-13T04:17:50.709Z Compiling chacha20 v0.9.1
16962023-12-13T04:17:51.446Z Compiling rfc6979 v0.4.0
16972023-12-13T04:17:51.706Z Compiling thiserror-impl-no-std v2.0.2
16982023-12-13T04:17:51.840Z Compiling ciborium-io v0.2.1
16992023-12-13T04:17:51.998Z Compiling option-ext v0.2.0
17002023-12-13T04:17:52.018Z Compiling half v1.8.2
17012023-12-13T04:17:52.168Z Compiling dirs-sys v0.4.1
17022023-12-13T04:17:52.819Z Compiling ciborium-ll v0.2.1
17032023-12-13T04:17:53.045Z Compiling ecdsa v0.16.9
17042023-12-13T04:17:53.213Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17052023-12-13T04:17:53.635Z Compiling parking_lot v0.11.2
17062023-12-13T04:17:54.101Z Compiling rand_chacha v0.2.2
17072023-12-13T04:17:54.421Z Compiling tokio-tungstenite v0.20.1
17082023-12-13T04:17:55.241Z Compiling trust-dns-client v0.22.0
17092023-12-13T04:17:56.220Z Compiling slog-stdlog v4.1.1
17102023-12-13T04:17:56.798Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17112023-12-13T04:17:56.999Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17122023-12-13T04:17:57.198Z Compiling thiserror-no-std v2.0.2
17132023-12-13T04:17:57.322Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17142023-12-13T04:17:57.391Z Compiling ed25519 v2.2.2
17152023-12-13T04:17:57.632Z Compiling polyval v0.6.1
17162023-12-13T04:17:58.131Z Compiling primeorder v0.13.6
17172023-12-13T04:17:58.307Z Compiling blowfish v0.9.1
17182023-12-13T04:17:58.932Z Compiling ctr v0.9.2
17192023-12-13T04:17:59.045Z Compiling aes v0.8.3
17202023-12-13T04:17:59.467Z Compiling password-hash v0.4.2
17212023-12-13T04:18:00.246Z Compiling libsw v3.3.0
17222023-12-13T04:18:00.960Z Compiling pbkdf2 v0.12.2
17232023-12-13T04:18:01.198Z Compiling derive-where v1.2.6
17242023-12-13T04:18:01.648Z Compiling fxhash v0.2.1
17252023-12-13T04:18:02.952Z Compiling swrite v0.1.0
17262023-12-13T04:18:03.133Z Compiling glob v0.3.1
17272023-12-13T04:18:03.959Z Compiling linear-map v1.2.0
17282023-12-13T04:18:04.520Z Compiling owo-colors v3.5.0
17292023-12-13T04:18:04.784Z Compiling trust-dns-server v0.22.1
17302023-12-13T04:18:07.544Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17312023-12-13T04:18:08.688Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17322023-12-13T04:18:10.609Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17332023-12-13T04:18:10.932Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17342023-12-13T04:18:11.154Z Compiling sled v0.34.7
17352023-12-13T04:18:11.229Z Compiling bcrypt-pbkdf v0.10.0
17362023-12-13T04:18:12.141Z Compiling pbkdf2 v0.11.0
17372023-12-13T04:18:12.788Z Compiling p256 v0.13.2
17382023-12-13T04:18:14.095Z Compiling ghash v0.5.0
17392023-12-13T04:18:14.382Z Compiling ed25519-dalek v2.0.0
17402023-12-13T04:18:16.119Z Compiling vsss-rs v3.3.2
17412023-12-13T04:18:16.613Z Compiling slog-envlogger v2.2.0
17422023-12-13T04:18:17.838Z Compiling russh-cryptovec v0.7.0
17432023-12-13T04:18:18.028Z Compiling rand v0.7.3
17442023-12-13T04:18:20.067Z Compiling ciborium v0.2.1
17452023-12-13T04:18:22.835Z Compiling dirs v5.0.1
17462023-12-13T04:18:22.958Z Compiling chacha20poly1305 v0.10.1
17472023-12-13T04:18:23.154Z Compiling cbc v0.1.2
17482023-12-13T04:18:23.225Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17492023-12-13T04:18:23.270Z Compiling pem v3.0.2
17502023-12-13T04:18:23.339Z Compiling headers-core v0.2.0
17512023-12-13T04:18:23.503Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17522023-12-13T04:18:23.812Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17532023-12-13T04:18:23.834Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17542023-12-13T04:18:23.834Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17552023-12-13T04:18:24.254Z Compiling kstat-rs v0.2.3
17562023-12-13T04:18:24.486Z Compiling pretty-hex v0.4.0
17572023-12-13T04:18:24.674Z Compiling http-range v0.1.5
17582023-12-13T04:18:24.808Z Compiling md5 v0.7.0
17592023-12-13T04:18:25.224Z Compiling russh-keys v0.40.0
17602023-12-13T04:18:25.313Z Compiling hyper-staticfile v0.9.5
17612023-12-13T04:18:25.592Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17622023-12-13T04:18:26.883Z Compiling rcgen v0.11.3
17632023-12-13T04:18:30.816Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17642023-12-13T04:18:31.242Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17652023-12-13T04:18:31.469Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17662023-12-13T04:18:34.907Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17672023-12-13T04:18:35.814Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17682023-12-13T04:18:39.510Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17692023-12-13T04:18:39.998Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17702023-12-13T04:18:40.313Z Compiling headers v0.3.9
17712023-12-13T04:18:40.814Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17722023-12-13T04:18:43.033Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17732023-12-13T04:18:43.703Z Compiling aes-gcm v0.10.3
17742023-12-13T04:18:44.159Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17752023-12-13T04:18:48.474Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17762023-12-13T04:18:54.234Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17772023-12-13T04:18:54.775Z Compiling atomicwrites v0.4.2
17782023-12-13T04:18:55.302Z Compiling itertools v0.12.0
17792023-12-13T04:18:56.777Z Compiling subprocess v0.2.9
17802023-12-13T04:18:58.098Z Compiling hex-literal v0.4.1
17812023-12-13T04:18:58.311Z Compiling display-error-chain v0.2.0
17822023-12-13T04:18:58.550Z Compiling russh v0.40.0
17832023-12-13T04:19:00.161Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17842023-12-13T04:19:00.210Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17852023-12-13T04:19:00.441Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17862023-12-13T04:19:30.006Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17872023-12-13T04:20:49.761Z Finished dev [unoptimized + debuginfo] target(s) in 8m 00s
17882023-12-13T04:20:50.099Z
17892023-12-13T04:20:50.099Zreal 8:01.107958411
17902023-12-13T04:20:50.099Zuser 44:13.718679605
17912023-12-13T04:20:50.099Zsys 6:44.936661324
17922023-12-13T04:20:50.099Ztrap 1.656672483
17932023-12-13T04:20:50.099Ztflt 2.983201204
17942023-12-13T04:20:50.102Zdflt 6.929127182
17952023-12-13T04:20:50.103Zkflt 0.032147715
17962023-12-13T04:20:50.103Zlock 1:24:14.927375323
17972023-12-13T04:20:50.103Zslp 2:06:11.999166320
17982023-12-13T04:20:50.103Zlat 1:59.973306170
17992023-12-13T04:20:50.103Zstop 4:27.388250976
18002023-12-13T04:20:50.103Z+ mkdir -p /work/end-to-end-tests
18012023-12-13T04:20:50.109Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18022023-12-13T04:20:51.118Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18032023-12-13T04:20:51.118Z+ ptime -m gzip
18042023-12-13T04:20:51.123Z++ basename target/debug/bootstrap
18052023-12-13T04:21:08.060Z
18062023-12-13T04:21:08.060Zreal 16.935680799
18072023-12-13T04:21:08.060Zuser 16.755913529
18082023-12-13T04:21:08.060Zsys 0.162736994
18092023-12-13T04:21:08.065Ztrap 0.006331718
18102023-12-13T04:21:08.065Ztflt 0.000000000
18112023-12-13T04:21:08.065Zdflt 0.000000000
18122023-12-13T04:21:08.065Zkflt 0.000000000
18132023-12-13T04:21:08.065Zlock 0.000000000
18142023-12-13T04:21:08.066Zslp 0.000000000
18152023-12-13T04:21:08.066Zlat 0.010357563
18162023-12-13T04:21:08.066Zstop 0.000227260
18172023-12-13T04:21:08.066Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18182023-12-13T04:21:08.066Z+ ptime -m gzip
18192023-12-13T04:21:08.066Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cc02af252c51050b
18202023-12-13T04:21:09.161Z
18212023-12-13T04:21:09.171Zreal 1.085576859
18222023-12-13T04:21:09.171Zuser 1.074351756
18232023-12-13T04:21:09.171Zsys 0.010613677
18242023-12-13T04:21:09.171Ztrap 0.000096229
18252023-12-13T04:21:09.171Ztflt 0.000000000
18262023-12-13T04:21:09.171Zdflt 0.000000000
18272023-12-13T04:21:09.171Zkflt 0.000000000
18282023-12-13T04:21:09.171Zlock 0.000000000
18292023-12-13T04:21:09.171Zslp 0.000000000
18302023-12-13T04:21:09.171Zlat 0.000171832
18312023-12-13T04:21:09.172Zstop 0.000227464
18322023-12-13T04:21:09.172Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18332023-12-13T04:21:09.172Z+ ptime -m gzip
18342023-12-13T04:21:09.172Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c0f56f9124e0823c
18352023-12-13T04:21:26.533Z
18362023-12-13T04:21:26.534Zreal 17.371628777
18372023-12-13T04:21:26.534Zuser 17.210421946
18382023-12-13T04:21:26.534Zsys 0.157488626
18392023-12-13T04:21:26.534Ztrap 0.002562967
18402023-12-13T04:21:26.534Ztflt 0.000000000
18412023-12-13T04:21:26.534Zdflt 0.000000000
18422023-12-13T04:21:26.538Zkflt 0.000000000
18432023-12-13T04:21:26.538Zlock 0.000000000
18442023-12-13T04:21:26.538Zslp 0.000000000
18452023-12-13T04:21:26.538Zlat 0.000817685
18462023-12-13T04:21:26.538Zstop 0.000225387
18472023-12-13T04:21:26.538Z+ banner caboose-util
18482023-12-13T04:21:26.539Z
18492023-12-13T04:21:26.539Z #### ## ##### #### #### #### ###### # # #####
18502023-12-13T04:21:26.539Z # # # # # # # # # # # # # # #
18512023-12-13T04:21:26.539Z # # # ##### # # # # #### ##### ##### # # #
18522023-12-13T04:21:26.539Z # ###### # # # # # # # # # # #
18532023-12-13T04:21:26.539Z # # # # # # # # # # # # # # # #
18542023-12-13T04:21:26.539Z #### # # ##### #### #### #### ###### #### #
18552023-12-13T04:21:26.539Z
18562023-12-13T04:21:26.539Z+ ptime -m cargo build --locked -p caboose-util --release
18572023-12-13T04:21:27.193Z Downloading crates ...
18582023-12-13T04:21:27.605Z Downloaded maybe-uninit v2.0.0
18592023-12-13T04:21:27.618Z Downloaded nodrop v0.1.14
18602023-12-13T04:21:27.624Z Downloaded bitfield v0.14.0
18612023-12-13T04:21:27.628Z Downloaded termcolor v1.2.0
18622023-12-13T04:21:27.631Z Downloaded crc v3.0.1
18632023-12-13T04:21:27.634Z Downloaded packed_struct v0.10.1
18642023-12-13T04:21:27.637Z Downloaded funty v2.0.0
18652023-12-13T04:21:27.637Z Downloaded serde-hex v0.1.0
18662023-12-13T04:21:27.641Z Downloaded crc-catalog v2.2.0
18672023-12-13T04:21:27.642Z Downloaded array-init v0.0.4
18682023-12-13T04:21:27.646Z Downloaded pkcs1 v0.7.5
18692023-12-13T04:21:27.650Z Downloaded path-slash v0.1.5
18702023-12-13T04:21:27.650Z Downloaded smallvec v0.6.14
18712023-12-13T04:21:27.655Z Downloaded crc-any v2.4.3
18722023-12-13T04:21:27.665Z Downloaded ron v0.8.1
18732023-12-13T04:21:27.687Z Downloaded x509-cert v0.2.4
18742023-12-13T04:21:27.712Z Downloaded num-bigint-dig v0.8.4
18752023-12-13T04:21:27.712Z Downloaded object v0.30.4
18762023-12-13T04:21:27.712Z Downloaded bitvec v1.0.1
18772023-12-13T04:21:27.727Z Downloaded rsa v0.9.2
18782023-12-13T04:21:27.738Z Downloaded tap v1.0.1
18792023-12-13T04:21:28.153Z Downloaded env_logger v0.10.0
18802023-12-13T04:21:28.153Z Downloaded wyz v0.5.1
18812023-12-13T04:21:28.154Z Downloaded radium v0.7.0
18822023-12-13T04:21:28.154Z Downloaded packed_struct_codegen v0.10.1
18832023-12-13T04:21:28.161Z Compiling proc-macro2 v1.0.69
18842023-12-13T04:21:28.161Z Compiling unicode-ident v1.0.12
18852023-12-13T04:21:28.161Z Compiling libc v0.2.151
18862023-12-13T04:21:28.161Z Compiling autocfg v1.1.0
18872023-12-13T04:21:28.161Z Compiling serde v1.0.193
18882023-12-13T04:21:28.161Z Compiling cfg-if v1.0.0
18892023-12-13T04:21:28.161Z Compiling version_check v0.9.4
18902023-12-13T04:21:28.162Z Compiling typenum v1.16.0
18912023-12-13T04:21:28.162Z Compiling syn v1.0.109
18922023-12-13T04:21:28.173Z Compiling parking_lot_core v0.9.8
18932023-12-13T04:21:28.714Z Compiling libm v0.2.7
18942023-12-13T04:21:28.728Z Compiling futures-core v0.3.29
18952023-12-13T04:21:28.920Z Compiling generic-array v0.14.7
18962023-12-13T04:21:28.982Z Compiling lock_api v0.4.10
18972023-12-13T04:21:29.159Z Compiling num-traits v0.2.16
18982023-12-13T04:21:29.171Z Compiling once_cell v1.19.0
18992023-12-13T04:21:29.307Z Compiling pkg-config v0.3.27
19002023-12-13T04:21:29.409Z Compiling scopeguard v1.2.0
19012023-12-13T04:21:29.567Z Compiling slab v0.4.9
19022023-12-13T04:21:29.578Z Compiling futures-task v0.3.29
19032023-12-13T04:21:29.936Z Compiling quote v1.0.33
19042023-12-13T04:21:29.981Z Compiling serde_json v1.0.108
19052023-12-13T04:21:30.023Z Compiling futures-channel v0.3.29
19062023-12-13T04:21:30.423Z Compiling memchr v2.6.3
19072023-12-13T04:21:30.457Z Compiling thiserror v1.0.49
19082023-12-13T04:21:30.894Z Compiling syn v2.0.32
19092023-12-13T04:21:30.986Z Compiling cc v1.0.83
19102023-12-13T04:21:31.003Z Compiling getrandom v0.2.10
19112023-12-13T04:21:31.620Z Compiling rand_core v0.6.4
19122023-12-13T04:21:32.300Z Compiling byteorder v1.5.0
19132023-12-13T04:21:32.535Z Compiling itoa v1.0.9
19142023-12-13T04:21:33.090Z Compiling futures-util v0.3.29
19152023-12-13T04:21:33.128Z Compiling smallvec v1.11.2
19162023-12-13T04:21:33.945Z Compiling vcpkg v0.2.15
19172023-12-13T04:21:33.982Z Compiling log v0.4.20
19182023-12-13T04:21:35.740Z Compiling pin-project-lite v0.2.13
19192023-12-13T04:21:35.761Z Compiling const-oid v0.9.5
19202023-12-13T04:21:35.906Z Compiling ring v0.17.7
19212023-12-13T04:21:36.115Z Compiling parking_lot v0.12.1
19222023-12-13T04:21:36.507Z Compiling indexmap v1.9.3
19232023-12-13T04:21:36.735Z Compiling openssl-sys v0.9.96
19242023-12-13T04:21:37.816Z Compiling io-lifetimes v1.0.11
19252023-12-13T04:21:38.088Z Compiling heck v0.4.1
19262023-12-13T04:21:38.413Z Compiling subtle v2.5.0
19272023-12-13T04:21:38.659Z Compiling ring v0.16.20
19282023-12-13T04:21:38.880Z Compiling num-integer v0.1.45
19292023-12-13T04:21:38.892Z Compiling semver v1.0.20
19302023-12-13T04:21:39.426Z Compiling ryu v1.0.15
19312023-12-13T04:21:41.371Z Compiling rustix v0.37.23
19322023-12-13T04:21:41.413Z Compiling spin v0.5.2
19332023-12-13T04:21:42.180Z Compiling mio v0.8.9
19342023-12-13T04:21:42.403Z Compiling num_cpus v1.16.0
19352023-12-13T04:21:42.546Z Compiling socket2 v0.5.5
19362023-12-13T04:21:42.570Z Compiling signal-hook-registry v1.4.1
19372023-12-13T04:21:43.379Z Compiling httparse v1.8.0
19382023-12-13T04:21:43.433Z Compiling unicode-xid v0.2.4
19392023-12-13T04:21:43.558Z Compiling openssl v0.10.60
19402023-12-13T04:21:43.654Z Compiling futures-sink v0.3.29
19412023-12-13T04:21:43.860Z Compiling ucd-trie v0.1.6
19422023-12-13T04:21:43.887Z Compiling synstructure v0.12.6
19432023-12-13T04:21:44.086Z Compiling tinyvec_macros v0.1.1
19442023-12-13T04:21:44.192Z Compiling tinyvec v1.6.0
19452023-12-13T04:21:45.428Z Compiling crc32fast v1.3.2
19462023-12-13T04:21:46.041Z Compiling pin-utils v0.1.0
19472023-12-13T04:21:46.154Z Compiling futures-io v0.3.29
19482023-12-13T04:21:46.313Z Compiling native-tls v0.2.11
19492023-12-13T04:21:46.531Z Compiling ppv-lite86 v0.2.17
19502023-12-13T04:21:46.739Z Compiling rustls v0.21.9
19512023-12-13T04:21:46.765Z Compiling unicode-normalization v0.1.22
19522023-12-13T04:21:47.128Z Compiling bzip2-sys v0.1.11+1.0.8
19532023-12-13T04:21:47.541Z Compiling spin v0.9.8
19542023-12-13T04:21:47.927Z Compiling rand_chacha v0.3.1
19552023-12-13T04:21:47.966Z Compiling tracing-core v0.1.31
19562023-12-13T04:21:48.010Z Compiling base64ct v1.6.0
19572023-12-13T04:21:48.348Z Compiling unicode-bidi v0.3.13
19582023-12-13T04:21:48.543Z Compiling rand v0.8.5
19592023-12-13T04:21:49.102Z Compiling pem-rfc7468 v0.7.0
19602023-12-13T04:21:50.594Z Compiling errno v0.3.2
19612023-12-13T04:21:50.891Z Compiling num-iter v0.1.43
19622023-12-13T04:21:50.956Z Compiling ahash v0.8.6
19632023-12-13T04:21:51.230Z Compiling usdt-impl v0.3.5
19642023-12-13T04:21:51.304Z Compiling schemars v0.8.13
19652023-12-13T04:21:51.555Z Compiling rustix v0.38.25
19662023-12-13T04:21:51.698Z Compiling flagset v0.4.3
19672023-12-13T04:21:51.916Z Compiling base64 v0.21.5
19682023-12-13T04:21:52.031Z Compiling serde_derive_internals v0.26.0
19692023-12-13T04:21:52.285Z Compiling serde_derive v1.0.193
19702023-12-13T04:21:52.368Z Compiling zeroize_derive v1.4.2
19712023-12-13T04:21:52.475Z Compiling tokio-macros v2.2.0
19722023-12-13T04:21:52.607Z Compiling thiserror-impl v1.0.49
19732023-12-13T04:21:53.030Z Compiling futures-macro v0.3.29
19742023-12-13T04:21:53.960Z Compiling tracing-attributes v0.1.26
19752023-12-13T04:21:54.169Z Compiling der_derive v0.7.2
19762023-12-13T04:21:54.698Z Compiling zeroize v1.7.0
19772023-12-13T04:21:55.745Z Compiling zerocopy-derive v0.2.0
19782023-12-13T04:21:56.048Z Compiling openssl-macros v0.1.1
19792023-12-13T04:21:57.195Z Compiling pest v2.7.2
19802023-12-13T04:21:57.588Z Compiling crypto-common v0.1.6
19812023-12-13T04:21:57.861Z Compiling block-buffer v0.10.4
19822023-12-13T04:21:58.036Z Compiling zerocopy-derive v0.6.4
19832023-12-13T04:21:58.229Z Compiling digest v0.10.7
19842023-12-13T04:21:58.549Z Compiling zerocopy-derive v0.7.26
19852023-12-13T04:21:58.883Z Compiling der v0.7.8
19862023-12-13T04:21:59.192Z Compiling tracing v0.1.37
19872023-12-13T04:22:01.460Z Compiling pest_meta v2.7.2
19882023-12-13T04:22:05.969Z Compiling pest_generator v2.7.2
19892023-12-13T04:22:07.035Z Compiling fnv v1.0.7
19902023-12-13T04:22:07.193Z Compiling bitflags v1.3.2
19912023-12-13T04:22:08.286Z Compiling spki v0.7.2
19922023-12-13T04:22:08.910Z Compiling pest_derive v2.7.2
19932023-12-13T04:22:09.065Z Compiling zerocopy v0.3.0
19942023-12-13T04:22:09.545Z Compiling schemars_derive v0.8.13
19952023-12-13T04:22:09.981Z Compiling lazy_static v1.4.0
19962023-12-13T04:22:10.531Z Compiling backtrace v0.3.69
19972023-12-13T04:22:11.130Z Compiling num-bigint v0.4.4
19982023-12-13T04:22:11.143Z Compiling memoffset v0.9.0
19992023-12-13T04:22:11.561Z Compiling untrusted v0.7.1
20002023-12-13T04:22:11.804Z Compiling hashbrown v0.12.3
20012023-12-13T04:22:11.838Z Compiling crossbeam-utils v0.8.16
20022023-12-13T04:22:12.459Z Compiling openssl-probe v0.1.5
20032023-12-13T04:22:12.498Z Compiling async-trait v0.1.74
20042023-12-13T04:22:12.872Z Compiling smoltcp v0.9.1
20052023-12-13T04:22:13.144Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20062023-12-13T04:22:13.263Z Compiling hashbrown v0.14.2
20072023-12-13T04:22:14.114Z Compiling untrusted v0.9.0
20082023-12-13T04:22:14.268Z Compiling doc-comment v0.3.3
20092023-12-13T04:22:14.339Z Compiling percent-encoding v2.3.1
20102023-12-13T04:22:14.683Z Compiling bytes v1.5.0
20112023-12-13T04:22:15.033Z Compiling bitflags v2.4.0
20122023-12-13T04:22:15.264Z Compiling uuid v1.6.1
20132023-12-13T04:22:15.588Z Compiling equivalent v1.0.1
20142023-12-13T04:22:15.656Z Compiling rustc_version v0.4.0
20152023-12-13T04:22:15.727Z Compiling iana-time-zone v0.1.57
20162023-12-13T04:22:15.993Z Compiling foreign-types-shared v0.1.1
20172023-12-13T04:22:16.241Z Compiling tokio v1.35.0
20182023-12-13T04:22:16.603Z Compiling heapless v0.7.16
20192023-12-13T04:22:16.888Z Compiling http v0.2.11
20202023-12-13T04:22:17.179Z Compiling foreign-types v0.3.2
20212023-12-13T04:22:17.264Z Compiling chrono v0.4.31
20222023-12-13T04:22:17.288Z Compiling indexmap v2.1.0
20232023-12-13T04:22:22.570Z Compiling dof v0.1.5
20242023-12-13T04:22:23.886Z Compiling dtrace-parser v0.1.14
20252023-12-13T04:22:24.980Z Compiling hmac v0.12.1
20262023-12-13T04:22:25.283Z Compiling clap_derive v4.4.2
20272023-12-13T04:22:26.759Z Compiling thread-id v4.2.0
20282023-12-13T04:22:26.803Z Compiling anstyle v1.0.2
20292023-12-13T04:22:26.886Z Compiling cpufeatures v0.2.9
20302023-12-13T04:22:26.898Z Compiling utf8parse v0.2.1
20312023-12-13T04:22:27.153Z Compiling adler v1.0.2
20322023-12-13T04:22:27.308Z Compiling time-core v0.1.1
20332023-12-13T04:22:27.624Z Compiling rustversion v1.0.14
20342023-12-13T04:22:27.730Z Compiling siphasher v0.3.11
20352023-12-13T04:22:28.411Z Compiling try-lock v0.2.4
20362023-12-13T04:22:28.550Z Compiling want v0.3.1
20372023-12-13T04:22:28.675Z Compiling time-macros v0.2.13
20382023-12-13T04:22:28.915Z Compiling tokio-util v0.7.10
20392023-12-13T04:22:31.243Z Compiling h2 v0.3.21
20402023-12-13T04:22:32.861Z Compiling miniz_oxide v0.7.1
20412023-12-13T04:22:34.949Z Compiling anstyle-parse v0.2.1
20422023-12-13T04:22:35.554Z Compiling sha2 v0.10.8
20432023-12-13T04:22:38.548Z Compiling sct v0.7.0
20442023-12-13T04:22:38.671Z Compiling rustls-webpki v0.101.7
20452023-12-13T04:22:39.301Z Compiling http-body v0.4.5
20462023-12-13T04:22:39.937Z Compiling serde_tokenstream v0.1.7
20472023-12-13T04:22:40.690Z Compiling form_urlencoded v1.2.1
20482023-12-13T04:22:41.127Z Compiling pkcs8 v0.10.2
20492023-12-13T04:22:41.495Z Compiling hubpack_derive v0.1.1
20502023-12-13T04:22:41.622Z Compiling pin-project-internal v1.1.3
20512023-12-13T04:22:42.839Z Compiling socket2 v0.4.9
20522023-12-13T04:22:42.840Z Compiling crossbeam-epoch v0.9.15
20532023-12-13T04:22:42.840Z Compiling tower-service v0.3.2
20542023-12-13T04:22:43.259Z Compiling radium v0.7.0
20552023-12-13T04:22:43.852Z Compiling httpdate v1.0.3
20562023-12-13T04:22:44.285Z Compiling anstyle-query v1.0.0
20572023-12-13T04:22:44.480Z Compiling slog v2.7.0
20582023-12-13T04:22:44.660Z Compiling colorchoice v1.0.0
20592023-12-13T04:22:44.673Z Compiling anyhow v1.0.75
20602023-12-13T04:22:45.383Z Compiling anstream v0.5.0
20612023-12-13T04:22:46.015Z Compiling hyper v0.14.27
20622023-12-13T04:22:51.815Z Compiling terminal_size v0.2.6
20632023-12-13T04:22:54.559Z Compiling toml_datetime v0.6.5
20642023-12-13T04:22:54.792Z Compiling serde_spanned v0.6.4
20652023-12-13T04:22:55.183Z Compiling rustls-pemfile v1.0.3
20662023-12-13T04:22:55.645Z Compiling zerocopy v0.6.4
20672023-12-13T04:22:57.796Z Compiling md-5 v0.10.5
20682023-12-13T04:22:57.823Z Compiling idna v0.5.0
20692023-12-13T04:22:57.877Z Compiling stringprep v0.1.3
20702023-12-13T04:23:00.307Z Compiling diesel_table_macro_syntax v0.1.0
20712023-12-13T04:23:00.347Z Compiling hash32 v0.2.1
20722023-12-13T04:23:00.863Z Compiling aho-corasick v1.0.4
20732023-12-13T04:23:01.005Z Compiling strsim v0.10.0
20742023-12-13T04:23:01.117Z Compiling clap_lex v0.5.1
20752023-12-13T04:23:01.454Z Compiling stable_deref_trait v1.2.0
20762023-12-13T04:23:01.585Z Compiling maybe-uninit v2.0.0
20772023-12-13T04:23:01.812Z Compiling tap v1.0.1
20782023-12-13T04:23:02.087Z Compiling fallible-iterator v0.2.0
20792023-12-13T04:23:02.247Z Compiling regex-syntax v0.8.2
20802023-12-13T04:23:03.164Z Compiling gimli v0.28.0
20812023-12-13T04:23:03.309Z Compiling winnow v0.5.15
20822023-12-13T04:23:04.095Z Compiling dyn-clone v1.0.13
20832023-12-13T04:23:04.351Z Compiling either v1.9.0
20842023-12-13T04:23:04.446Z Compiling postgres-protocol v0.6.6
20852023-12-13T04:23:04.944Z Compiling wyz v0.5.1
20862023-12-13T04:23:06.860Z Compiling clap_builder v4.4.2
20872023-12-13T04:23:06.997Z Compiling diesel_derives v2.1.2
20882023-12-13T04:23:08.537Z Compiling regex-automata v0.4.3
20892023-12-13T04:23:09.438Z Compiling url v2.5.0
20902023-12-13T04:23:09.789Z Compiling tokio-rustls v0.24.1
20912023-12-13T04:23:10.124Z Compiling addr2line v0.21.0
20922023-12-13T04:23:11.219Z Compiling rustls-native-certs v0.6.3
20932023-12-13T04:23:11.736Z Compiling strum_macros v0.25.2
20942023-12-13T04:23:13.001Z Compiling tokio-native-tls v0.3.1
20952023-12-13T04:23:18.183Z Compiling usdt-attr-macro v0.3.5
20962023-12-13T04:23:18.226Z Compiling usdt-macro v0.3.5
20972023-12-13T04:23:20.267Z Compiling phf_shared v0.11.2
20982023-12-13T04:23:21.452Z Compiling zerocopy v0.7.26
20992023-12-13T04:23:21.941Z Compiling block-padding v0.3.3
21002023-12-13T04:23:21.982Z Compiling snafu-derive v0.7.5
21012023-12-13T04:23:22.253Z Compiling enum-as-inner v0.5.1
21022023-12-13T04:23:23.771Z Compiling serde_repr v0.1.16
21032023-12-13T04:23:24.396Z Compiling ff v0.13.0
21042023-12-13T04:23:24.731Z Compiling scheduled-thread-pool v0.2.7
21052023-12-13T04:23:25.376Z Compiling object v0.32.1
21062023-12-13T04:23:30.470Z Compiling base16ct v0.2.0
21072023-12-13T04:23:30.882Z Compiling packed_struct v0.10.1
21082023-12-13T04:23:30.936Z Compiling num_threads v0.1.6
21092023-12-13T04:23:31.100Z Compiling regex-automata v0.1.10
21102023-12-13T04:23:31.622Z Compiling deranged v0.3.8
21112023-12-13T04:23:31.847Z Compiling managed v0.8.0
21122023-12-13T04:23:32.576Z Compiling bit-vec v0.6.3
21132023-12-13T04:23:32.596Z Compiling ipnet v2.8.0
21142023-12-13T04:23:33.223Z Compiling rustc-demangle v0.1.23
21152023-12-13T04:23:34.298Z Compiling matches v0.1.10
21162023-12-13T04:23:34.413Z Compiling funty v2.0.0
21172023-12-13T04:23:34.682Z Compiling num-bigint-dig v0.8.4
21182023-12-13T04:23:36.615Z Compiling bitvec v1.0.1
21192023-12-13T04:23:38.462Z Compiling time v0.3.27
21202023-12-13T04:23:40.941Z Compiling idna v0.2.3
21212023-12-13T04:23:42.677Z Compiling bstr v0.2.17
21222023-12-13T04:23:44.508Z Compiling sec1 v0.7.3
21232023-12-13T04:23:46.043Z Compiling r2d2 v0.8.10
21242023-12-13T04:23:46.043Z Compiling group v0.13.0
21252023-12-13T04:24:07.309Z Compiling inout v0.1.3
21262023-12-13T04:24:08.294Z Compiling phf v0.11.2
21272023-12-13T04:24:08.295Z Compiling regex v1.10.2
21282023-12-13T04:24:08.295Z Compiling hyper-tls v0.5.0
21292023-12-13T04:24:08.295Z Compiling clap v4.4.3
21302023-12-13T04:24:08.471Z Compiling hyper-rustls v0.24.2
21312023-12-13T04:24:08.471Z Compiling bzip2 v0.4.4
21322023-12-13T04:24:08.471Z Compiling toml_edit v0.19.15
21332023-12-13T04:24:08.471Z Compiling flate2 v1.0.28
21342023-12-13T04:24:08.472Z Compiling ipnetwork v0.20.0
21352023-12-13T04:24:08.472Z Compiling postgres-types v0.2.6
21362023-12-13T04:24:08.472Z Compiling itertools v0.11.0
21372023-12-13T04:24:08.472Z Compiling pin-project v1.1.3
21382023-12-13T04:24:08.472Z Compiling hubpack v0.1.2
21392023-12-13T04:24:08.472Z Compiling serde_urlencoded v0.7.1
21402023-12-13T04:24:08.472Z Compiling phf_shared v0.10.0
21412023-12-13T04:24:08.472Z Compiling hkdf v0.12.3
21422023-12-13T04:24:08.472Z Compiling futures-executor v0.3.29
21432023-12-13T04:24:08.472Z Compiling crypto-bigint v0.5.2
21442023-12-13T04:24:08.472Z Compiling packed_struct_codegen v0.10.1
21452023-12-13T04:24:08.472Z Compiling float-cmp v0.9.0
21462023-12-13T04:24:08.472Z Compiling encoding_rs v0.8.33
21472023-12-13T04:24:08.472Z Compiling precomputed-hash v0.1.1
21482023-12-13T04:24:08.472Z Compiling unicode-width v0.1.11
21492023-12-13T04:24:08.472Z Compiling unicode-segmentation v1.10.1
21502023-12-13T04:24:08.472Z Compiling crc-catalog v2.2.0
21512023-12-13T04:24:08.472Z Compiling webpki-roots v0.25.2
21522023-12-13T04:24:08.473Z Compiling minimal-lexical v0.2.1
21532023-12-13T04:24:08.473Z Compiling fixedbitset v0.4.2
21542023-12-13T04:24:08.473Z Compiling predicates-core v1.0.6
21552023-12-13T04:24:08.473Z Compiling new_debug_unreachable v1.0.4
21562023-12-13T04:24:08.473Z Compiling mime v0.3.17
21572023-12-13T04:24:08.473Z Compiling data-encoding v2.4.0
21582023-12-13T04:24:08.473Z Compiling regex-automata v0.3.8
21592023-12-13T04:24:08.473Z Compiling nodrop v0.1.14
21602023-12-13T04:24:08.473Z Compiling difflib v0.4.0
21612023-12-13T04:24:08.473Z Compiling whoami v1.4.1
21622023-12-13T04:24:08.473Z Compiling normalize-line-endings v0.3.0
21632023-12-13T04:24:08.473Z Compiling static_assertions v1.1.0
21642023-12-13T04:24:08.473Z Compiling predicates v3.0.4
21652023-12-13T04:24:08.473Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21662023-12-13T04:24:08.473Z Compiling tokio-postgres v0.7.10
21672023-12-13T04:24:08.539Z Compiling bstr v1.6.0
21682023-12-13T04:24:09.045Z Compiling reqwest v0.11.22
21692023-12-13T04:24:12.037Z Compiling trust-dns-proto v0.22.0
21702023-12-13T04:24:14.856Z Compiling array-init v0.0.4
21712023-12-13T04:24:20.634Z Compiling string_cache v0.8.7
21722023-12-13T04:24:21.280Z Compiling petgraph v0.6.4
21732023-12-13T04:24:22.107Z Compiling nom v7.1.3
21742023-12-13T04:24:27.847Z Compiling similar v2.3.0
21752023-12-13T04:24:28.331Z Compiling crc v3.0.1
21762023-12-13T04:24:29.442Z Compiling console v0.15.7
21772023-12-13T04:24:31.163Z Compiling elliptic-curve v0.13.8
21782023-12-13T04:24:33.482Z Compiling toml v0.7.8
21792023-12-13T04:24:33.944Z Compiling futures v0.3.29
21802023-12-13T04:24:35.954Z Compiling snafu v0.7.5
21812023-12-13T04:24:35.980Z Compiling smallvec v0.6.14
21822023-12-13T04:24:36.330Z Compiling zip v0.6.6
21832023-12-13T04:24:36.555Z Compiling diesel v2.1.4
21842023-12-13T04:24:36.655Z Compiling yasna v0.5.2
21852023-12-13T04:24:37.792Z Compiling cipher v0.4.4
21862023-12-13T04:24:38.360Z Compiling hashbrown v0.13.2
21872023-12-13T04:24:40.532Z Compiling bit-set v0.5.3
21882023-12-13T04:24:40.952Z Compiling usdt v0.3.5
21892023-12-13T04:24:41.335Z Compiling is-terminal v0.4.9
21902023-12-13T04:24:43.247Z Compiling toml_edit v0.21.0
21912023-12-13T04:24:43.999Z Compiling itertools v0.10.5
21922023-12-13T04:24:46.533Z Compiling pkcs1 v0.7.5
21932023-12-13T04:24:48.610Z Compiling tokio-stream v0.1.14
21942023-12-13T04:24:50.118Z Compiling openapiv3 v2.0.0
21952023-12-13T04:24:52.550Z Compiling hex v0.4.3
21962023-12-13T04:24:55.011Z Compiling signature v2.1.0
21972023-12-13T04:24:59.213Z Compiling bitfield v0.14.0
21982023-12-13T04:25:01.007Z Compiling lalrpop-util v0.19.12
21992023-12-13T04:25:01.497Z Compiling termcolor v1.2.0
22002023-12-13T04:25:05.411Z Compiling env_logger v0.10.0
22012023-12-13T04:25:15.352Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22022023-12-13T04:25:24.092Z Compiling rsa v0.9.2
22032023-12-13T04:25:33.420Z Compiling serde-hex v0.1.0
22042023-12-13T04:25:37.154Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22052023-12-13T04:25:43.786Z Compiling ron v0.8.1
22062023-12-13T04:25:44.488Z Compiling x509-cert v0.2.4
22072023-12-13T04:25:45.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22082023-12-13T04:25:46.251Z Compiling crc-any v2.4.3
22092023-12-13T04:26:18.415Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22102023-12-13T04:26:18.415Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22112023-12-13T04:26:28.346Z Compiling object v0.30.4
22122023-12-13T04:26:36.080Z Compiling path-slash v0.1.5
22132023-12-13T04:26:42.287Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22142023-12-13T04:27:25.005Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22152023-12-13T04:27:26.167Z Finished release [optimized] target(s) in 5m 59s
22162023-12-13T04:27:26.256Z
22172023-12-13T04:27:26.260Zreal 5:59.706652104
22182023-12-13T04:27:26.260Zuser 41:38.472013424
22192023-12-13T04:27:26.260Zsys 3:37.173653216
22202023-12-13T04:27:26.260Ztrap 1.641708960
22212023-12-13T04:27:26.260Ztflt 0.914974607
22222023-12-13T04:27:26.260Zdflt 0.563695587
22232023-12-13T04:27:26.260Zkflt 0.006190514
22242023-12-13T04:27:26.260Zlock 1:32:18.779052050
22252023-12-13T04:27:26.260Zslp 1:57:13.256929587
22262023-12-13T04:27:26.260Zlat 1:48.231248585
22272023-12-13T04:27:26.260Zstop 1:23.773008598
22282023-12-13T04:27:26.260Z+ ptime -m gzip
22292023-12-13T04:27:26.927Z
22302023-12-13T04:27:26.938Zreal 0.663730567
22312023-12-13T04:27:26.939Zuser 0.654749868
22322023-12-13T04:27:26.939Zsys 0.008386861
22332023-12-13T04:27:26.939Ztrap 0.000064841
22342023-12-13T04:27:26.939Ztflt 0.000000000
22352023-12-13T04:27:26.939Zdflt 0.000000000
22362023-12-13T04:27:26.939Zkflt 0.000000000
22372023-12-13T04:27:26.940Zlock 0.000000000
22382023-12-13T04:27:26.940Zslp 0.000000000
22392023-12-13T04:27:26.940Zlat 0.000185306
22402023-12-13T04:27:26.941Zstop 0.000235282
22412023-12-13T04:27:26.941Z+ banner tufaceous
22422023-12-13T04:27:26.941Z
22432023-12-13T04:27:26.941Z ##### # # ###### ## #### ###### #### # # ####
22442023-12-13T04:27:26.941Z # # # # # # # # # # # # # #
22452023-12-13T04:27:26.941Z # # # ##### # # # ##### # # # # ####
22462023-12-13T04:27:26.942Z # # # # ###### # # # # # # #
22472023-12-13T04:27:26.942Z # # # # # # # # # # # # # # #
22482023-12-13T04:27:26.942Z # #### # # # #### ###### #### #### ####
22492023-12-13T04:27:26.942Z
22502023-12-13T04:27:26.942Z+ ptime -m cargo build --locked -p tufaceous --release
22512023-12-13T04:27:27.600Z Downloading crates ...
22522023-12-13T04:27:27.936Z Downloaded bytesize v1.3.0
22532023-12-13T04:27:27.949Z Downloaded humantime v2.1.0
22542023-12-13T04:27:27.960Z Downloaded typed-path v0.7.0
22552023-12-13T04:27:27.963Z Downloaded async-recursion v1.0.5
22562023-12-13T04:27:27.966Z Downloaded globset v0.4.13
22572023-12-13T04:27:27.969Z Downloaded tough v0.16.0
22582023-12-13T04:27:27.982Z Downloaded serde_plain v1.0.2
22592023-12-13T04:27:27.985Z Downloaded buf-list v1.0.3
22602023-12-13T04:27:27.988Z Downloaded olpc-cjson v0.1.3
22612023-12-13T04:27:27.991Z Downloaded fs-err v2.11.0
22622023-12-13T04:27:28.155Z Compiling serde_tokenstream v0.2.0
22632023-12-13T04:27:28.177Z Compiling regress v0.7.1
22642023-12-13T04:27:28.188Z Compiling dirs-sys-next v0.1.2
22652023-12-13T04:27:28.196Z Compiling ident_case v1.0.1
22662023-12-13T04:27:28.210Z Compiling thread_local v1.1.7
22672023-12-13T04:27:28.219Z Compiling slog-async v2.8.0
22682023-12-13T04:27:28.220Z Compiling camino v1.1.6
22692023-12-13T04:27:28.400Z Compiling dirs-next v2.0.0
22702023-12-13T04:27:28.729Z Compiling darling_core v0.20.3
22712023-12-13T04:27:28.842Z Compiling heck v0.4.1
22722023-12-13T04:27:28.969Z Compiling term v0.7.0
22732023-12-13T04:27:29.054Z Compiling crossbeam-channel v0.5.8
22742023-12-13T04:27:29.495Z Compiling getopts v0.2.21
22752023-12-13T04:27:29.990Z Compiling structmeta-derive v0.2.0
22762023-12-13T04:27:30.855Z Compiling atty v0.2.14
22772023-12-13T04:27:30.883Z Compiling multer v2.1.0
22782023-12-13T04:27:31.054Z Compiling take_mut v0.2.2
22792023-12-13T04:27:31.272Z Compiling paste v1.0.14
22802023-12-13T04:27:31.299Z Compiling unsafe-libyaml v0.2.9
22812023-12-13T04:27:31.838Z Compiling match_cfg v0.1.0
22822023-12-13T04:27:31.962Z Compiling hostname v0.3.1
22832023-12-13T04:27:32.311Z Compiling slog-term v2.9.0
22842023-12-13T04:27:34.180Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22852023-12-13T04:27:36.046Z Compiling structmeta v0.2.0
22862023-12-13T04:27:36.638Z Compiling serde_yaml v0.9.25
22872023-12-13T04:27:37.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882023-12-13T04:27:37.425Z Compiling slog-json v2.6.1
22892023-12-13T04:27:37.501Z Compiling darling_macro v0.20.3
22902023-12-13T04:27:38.209Z Compiling async-stream-impl v0.3.5
22912023-12-13T04:27:38.927Z Compiling darling v0.20.3
22922023-12-13T04:27:39.072Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22932023-12-13T04:27:39.491Z Compiling fastrand v2.0.0
22942023-12-13T04:27:39.979Z Compiling atomic-waker v1.1.1
22952023-12-13T04:27:40.115Z Compiling regex-syntax v0.7.5
22962023-12-13T04:27:40.243Z Compiling waitgroup v0.1.2
22972023-12-13T04:27:40.549Z Compiling async-stream v0.3.5
22982023-12-13T04:27:40.571Z Compiling tempfile v3.8.1
22992023-12-13T04:27:40.783Z Compiling serde_with_macros v3.4.0
23002023-12-13T04:27:40.981Z Compiling slog-bunyan v2.4.0
23012023-12-13T04:27:43.805Z Compiling toml v0.8.8
23022023-12-13T04:27:44.543Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23032023-12-13T04:27:44.974Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23042023-12-13T04:27:46.254Z Compiling sha1 v0.10.6
23052023-12-13T04:27:46.435Z Compiling serde_path_to_error v0.1.14
23062023-12-13T04:27:46.907Z Compiling instant v0.1.12
23072023-12-13T04:27:47.118Z Compiling fs-err v2.11.0
23082023-12-13T04:27:47.585Z Compiling arc-swap v1.6.0
23092023-12-13T04:27:47.680Z Compiling debug-ignore v1.0.5
23102023-12-13T04:27:47.772Z Compiling buf-list v1.0.3
23112023-12-13T04:27:47.877Z Compiling same-file v1.0.6
23122023-12-13T04:27:48.141Z Compiling walkdir v2.4.0
23132023-12-13T04:27:48.308Z Compiling slog-scope v4.4.0
23142023-12-13T04:27:48.908Z Compiling backoff v0.4.0
23152023-12-13T04:27:49.478Z Compiling serde_with v3.4.0
23162023-12-13T04:27:49.732Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172023-12-13T04:27:50.289Z Compiling parse-display-derive v0.8.2
23182023-12-13T04:27:50.762Z Compiling globset v0.4.13
23192023-12-13T04:27:50.920Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23202023-12-13T04:27:51.151Z Compiling strum v0.25.0
23212023-12-13T04:27:51.407Z Compiling olpc-cjson v0.1.3
23222023-12-13T04:27:52.298Z Compiling pem v3.0.2
23232023-12-13T04:27:52.718Z Compiling macaddr v1.0.1
23242023-12-13T04:27:52.965Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23252023-12-13T04:27:53.854Z Compiling serde_plain v1.0.2
23262023-12-13T04:27:54.664Z Compiling async-recursion v1.0.5
23272023-12-13T04:27:54.970Z Compiling filetime v0.2.23
23282023-12-13T04:27:55.503Z Compiling xattr v1.0.1
23292023-12-13T04:27:55.913Z Compiling typed-path v0.7.0
23302023-12-13T04:27:56.106Z Compiling tar v0.4.40
23312023-12-13T04:27:56.442Z Compiling parse-display v0.8.2
23322023-12-13T04:27:58.150Z Compiling slog-stdlog v4.1.1
23332023-12-13T04:27:58.858Z Compiling camino-tempfile v1.1.1
23342023-12-13T04:27:59.609Z Compiling tough v0.16.0
23352023-12-13T04:28:00.044Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23362023-12-13T04:28:00.227Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23372023-12-13T04:28:05.411Z Compiling itertools v0.12.0
23382023-12-13T04:28:05.544Z Compiling bytesize v1.3.0
23392023-12-13T04:28:06.470Z Compiling slog-envlogger v2.2.0
23402023-12-13T04:28:07.664Z Compiling humantime v2.1.0
23412023-12-13T04:28:11.033Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23422023-12-13T04:28:31.299Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23432023-12-13T04:28:31.585Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23442023-12-13T04:28:43.599Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23452023-12-13T04:28:45.695Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23462023-12-13T04:29:14.542Z Finished release [optimized] target(s) in 1m 47s
23472023-12-13T04:29:14.629Z
23482023-12-13T04:29:14.633Zreal 1:47.682020889
23492023-12-13T04:29:14.633Zuser 11:41.383642097
23502023-12-13T04:29:14.633Zsys 44.940525182
23512023-12-13T04:29:14.633Ztrap 0.417434552
23522023-12-13T04:29:14.633Ztflt 0.258451841
23532023-12-13T04:29:14.633Zdflt 0.565303436
23542023-12-13T04:29:14.633Zkflt 0.000000000
23552023-12-13T04:29:14.633Zlock 21:39.613826268
23562023-12-13T04:29:14.633Zslp 23:57.553793719
23572023-12-13T04:29:14.633Zlat 22.484341028
23582023-12-13T04:29:14.633Zstop 10.590308336
23592023-12-13T04:29:14.633Z+ ptime -m gzip
23602023-12-13T04:29:17.011Z
23612023-12-13T04:29:17.015Zreal 2.375266210
23622023-12-13T04:29:17.016Zuser 2.348319889
23632023-12-13T04:29:17.016Zsys 0.026202293
23642023-12-13T04:29:17.016Ztrap 0.000214335
23652023-12-13T04:29:17.016Ztflt 0.000000000
23662023-12-13T04:29:17.016Zdflt 0.000000000
23672023-12-13T04:29:17.017Zkflt 0.000000000
23682023-12-13T04:29:17.017Zlock 0.000000000
23692023-12-13T04:29:17.017Zslp 0.000000000
23702023-12-13T04:29:17.017Zlat 0.000186357
23712023-12-13T04:29:17.017Zstop 0.000235750
23722023-12-13T04:29:17.017Zprocess exited: duration 1145753 ms, exit code 0
 
23732023-12-13T04:29:17.045Zfound 5 output files
23742023-12-13T04:29:17.045Zuploading: /work/end-to-end-tests/bootstrap-cc02af252c51050b.gz (6420300 bytes)
23752023-12-13T04:29:19.598Zuploaded: /work/end-to-end-tests/bootstrap-cc02af252c51050b.gz
23762023-12-13T04:29:19.598Zuploading: /work/end-to-end-tests/bootstrap.gz (97660601 bytes)
23772023-12-13T04:29:47.710Zuploaded: /work/end-to-end-tests/bootstrap.gz
23782023-12-13T04:29:47.711Zuploading: /work/end-to-end-tests/end_to_end_tests-c0f56f9124e0823c.gz (101139049 bytes)
23792023-12-13T04:30:13.275Zuploaded: /work/end-to-end-tests/end_to_end_tests-c0f56f9124e0823c.gz
23802023-12-13T04:30:13.275Zuploading: /work/caboose-util.gz (4089959 bytes)
23812023-12-13T04:30:15.758Zuploaded: /work/caboose-util.gz
23822023-12-13T04:30:15.758Zuploading: /work/tufaceous.gz (14966022 bytes)
23832023-12-13T04:30:20.888Zuploaded: /work/tufaceous.gz