01HD54G5E61FCFSV6MN6DVP6PB: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HD54GK582HR587DK2ABEFAB8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-19T23:33:23.626Zjob assigned to worker 01HD54GTX4ST9G0GBT4H6SW1CF (queued for 1 m 9 s)
 
22023-10-19T23:33:23.994Zstarting task 0: "setup"
32023-10-19T23:33:24.066Z++ uname -s
42023-10-19T23:33:24.072Z+ kern=SunOS
52023-10-19T23:33:24.077Z+ case "$kern" in
62023-10-19T23:33:24.086Z+ groupadd -g 12345 build
72023-10-19T23:33:24.093Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-19T23:33:26.076Z+ zfs create -o mountpoint=/work rpool/work
92023-10-19T23:33:26.193Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-19T23:33:26.200Z+ home_fs=zfs
112023-10-19T23:33:26.208Z+ [[ zfs == autofs ]]
122023-10-19T23:33:26.216Z+ mkdir -p /home/build
132023-10-19T23:33:26.223Z+ chown build:build /home/build /work
142023-10-19T23:33:28.206Z+ chmod 0700 /home/build /work
152023-10-19T23:33:28.223Zprocess exited: duration 4203 ms, exit code 0
 
162023-10-19T23:33:28.247Zstarting task 1: "rust-toolchain"
172023-10-19T23:33:28.268Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-19T23:33:28.684Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-19T23:33:28.688Zinfo: downloading installer
202023-10-19T23:33:29.714Zwarning: it looks like you have an existing installation of Rust at:
212023-10-19T23:33:30.134Zwarning: /opt/ooce/bin
222023-10-19T23:33:30.140Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-19T23:33:30.554Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-19T23:33:30.557Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-19T23:33:30.560Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-19T23:33:30.563Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-19T23:33:30.566Zerror: cannot install while Rust is installed
282023-10-19T23:33:30.569Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-19T23:33:30.572Zinfo: profile set to 'default'
302023-10-19T23:33:30.576Zinfo: default host triple is x86_64-unknown-illumos
312023-10-19T23:33:30.579Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-19T23:33:30.582Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-19T23:33:30.585Zinfo: downloading component 'cargo'
342023-10-19T23:33:30.642Zinfo: downloading component 'clippy'
352023-10-19T23:33:30.863Zinfo: downloading component 'rust-docs'
362023-10-19T23:33:31.637Zinfo: downloading component 'rust-std'
372023-10-19T23:33:33.025Zinfo: downloading component 'rustc'
382023-10-19T23:33:36.288Zinfo: downloading component 'rustfmt'
392023-10-19T23:33:36.486Zinfo: installing component 'cargo'
402023-10-19T23:33:37.929Zinfo: installing component 'clippy'
412023-10-19T23:33:38.526Zinfo: installing component 'rust-docs'
422023-10-19T23:33:41.199Zinfo: installing component 'rust-std'
432023-10-19T23:33:44.298Zinfo: installing component 'rustc'
442023-10-19T23:33:51.681Zinfo: installing component 'rustfmt'
452023-10-19T23:33:52.178Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-19T23:33:52.190Z
472023-10-19T23:33:52.354Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-19T23:33:52.357Z
492023-10-19T23:33:52.360Z
502023-10-19T23:33:52.363ZRust is installed now. Great!
512023-10-19T23:33:52.365Z
522023-10-19T23:33:52.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-19T23:33:52.371Zenvironment variable. This has not been done automatically.
542023-10-19T23:33:52.376Z
552023-10-19T23:33:52.379ZTo configure your current shell, run:
562023-10-19T23:33:52.382Zsource "$HOME/.cargo/env"
572023-10-19T23:33:52.476Z+ rustc --version
582023-10-19T23:33:52.577Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-19T23:33:52.589Zprocess exited: duration 24326 ms, exit code 0
 
602023-10-19T23:33:52.598Zstarting task 2: "authentication"
612023-10-19T23:33:52.636Zprocess exited: duration 33 ms, exit code 0
 
622023-10-19T23:33:52.645Zstarting task 3: "clone repository"
632023-10-19T23:33:52.743Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-19T23:33:52.748Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-19T23:33:52.751ZCloning into '/work/oxidecomputer/omicron'...
662023-10-19T23:33:59.140Z+ cd /work/oxidecomputer/omicron
672023-10-19T23:33:59.145Z+ [[ -n gjcolombo/instance-provisioning ]]
682023-10-19T23:33:59.151Z+ git fetch origin gjcolombo/instance-provisioning
692023-10-19T23:33:59.515ZFrom https://github.com/oxidecomputer/omicron
702023-10-19T23:33:59.518Z * branch gjcolombo/instance-provisioning -> FETCH_HEAD
712023-10-19T23:33:59.527Z+ git checkout -B gjcolombo/instance-provisioning remotes/origin/gjcolombo/instance-provisioning
722023-10-19T23:33:59.614ZSwitched to a new branch 'gjcolombo/instance-provisioning'
732023-10-19T23:33:59.617Zbranch 'gjcolombo/instance-provisioning' set up to track 'origin/gjcolombo/instance-provisioning'.
742023-10-19T23:33:59.621Z+ git reset --hard 1d2b4793d9cdf64d76f39db9abca588ca985d7db
752023-10-19T23:33:59.758ZHEAD is now at 1d2b4793 Merge branch 'main' into gjcolombo/instance-provisioning
762023-10-19T23:33:59.762Zprocess exited: duration 7113 ms, exit code 0
 
772023-10-19T23:33:59.768Zstarting task 4: "build"
782023-10-19T23:33:59.778Z+ cargo --version
792023-10-19T23:33:59.874Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-19T23:33:59.886Z+ rustc --version
812023-10-19T23:33:59.974Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-19T23:33:59.980Z++ git rev-parse HEAD
832023-10-19T23:33:59.983Z+ COMMIT=1d2b4793d9cdf64d76f39db9abca588ca985d7db
842023-10-19T23:33:59.990Z+ VERSION=1.0.2-0.ci+git1d2b4793d9c
852023-10-19T23:33:59.993Z+ echo 1.0.2-0.ci+git1d2b4793d9c
862023-10-19T23:33:59.996Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-19T23:34:09.303Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-19T23:34:10.151Z Startup: Caching catalogs ... Done
892023-10-19T23:34:14.746ZPlanning: Solver setup ... Done (3.993s)
902023-10-19T23:34:26.551ZPlanning: Running solver ... Done (0.107s)
912023-10-19T23:34:27.274ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-19T23:34:27.656ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-19T23:34:27.981ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-19T23:34:28.371ZPlanning: Package planning ... Done (0.079s)
952023-10-19T23:34:28.486ZPlanning: Merging actions ... Done (0.085s)
962023-10-19T23:34:28.542ZPlanning: Checking for conflicting actions ... Done (0.793s)
972023-10-19T23:34:28.648ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-19T23:34:28.715ZPlanning: Evaluating mediators ... Done (4.288s)
992023-10-19T23:34:28.783ZPlanning: Planning completed in 9.93 seconds
1002023-10-19T23:34:28.841Z Packages to install: 4
1012023-10-19T23:34:28.918Z Mediators to change: 2
1022023-10-19T23:34:28.936Z Services to change: 1
1032023-10-19T23:34:28.980Z Estimated space available: 149.39 GB
1042023-10-19T23:34:29.050ZEstimated space to be consumed: 1.36 GB
1052023-10-19T23:34:29.307Z Create boot environment: No
1062023-10-19T23:34:29.353ZCreate backup boot environment: No
1072023-10-19T23:34:29.409Z Rebuild boot archive: No
1082023-10-19T23:34:29.460Z
1092023-10-19T23:34:29.531ZChanged mediators:
1102023-10-19T23:34:29.984Z mediator clang:
1112023-10-19T23:34:30.030Z version: None -> 15 (system default)
1122023-10-19T23:34:30.053Z
1132023-10-19T23:34:30.071Z mediator llvm:
1142023-10-19T23:34:30.094Z version: 14 (system default) -> 15 (system default)
1152023-10-19T23:34:30.114Z
1162023-10-19T23:34:30.135ZChanged packages:
1172023-10-19T23:34:30.153Zhelios-dev
1182023-10-19T23:34:30.169Z developer/build-essential
1192023-10-19T23:34:30.184Z None -> 11-2.0
1202023-10-19T23:34:30.221Z library/libxmlsec1
1212023-10-19T23:34:30.707Z None -> 1.2.35-2.0
1222023-10-19T23:34:30.731Z ooce/developer/clang-15
1232023-10-19T23:34:30.758Z None -> 15.0.7-2.0
1242023-10-19T23:34:30.780Z ooce/developer/llvm-15
1252023-10-19T23:34:30.801Z None -> 15.0.7-2.0
1262023-10-19T23:34:30.821Z
1272023-10-19T23:34:30.889ZServices:
1282023-10-19T23:34:30.955Z restart_fmri:
1292023-10-19T23:34:30.980Z svc:/system/update-man-index:default
1302023-10-19T23:34:31.005Z
1312023-10-19T23:34:31.041ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-19T23:34:31.085ZDownload: 528/3290 items 17.2/212.6MB 8% complete (3.5M/s)
1332023-10-19T23:34:32.530ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1342023-10-19T23:34:37.497ZDownload: 2175/3290 items 119.1/212.6MB 56% complete (10.2M/s)
1352023-10-19T23:34:42.500ZDownload: 3013/3290 items 121.3/212.6MB 57% complete (4.1M/s)
1362023-10-19T23:34:46.691ZDownload: Completed 212.60 MB in 24.20 seconds (8.8M/s)
1372023-10-19T23:34:47.395Z Actions: 1/3687 actions (Installing new actions)
1382023-10-19T23:34:52.491Z Actions: 2489/3687 actions (Installing new actions)
1392023-10-19T23:34:55.675Z Actions: Completed 3687 actions in 8.27 seconds.
1402023-10-19T23:34:55.755Z Done (0.075s)
1412023-10-19T23:34:55.762Z Done (0.000s)
1422023-10-19T23:34:55.948Z Done (0.190s)
1432023-10-19T23:35:03.658Z Done (7.608s)
1442023-10-19T23:35:03.886Z Done (0.125s)
1452023-10-19T23:35:03.889Z Done (0.000s)
1462023-10-19T23:35:04.134Z Done (0.000s)
1472023-10-19T23:35:04.839ZPlanning: Evaluating mediator changes ... Done
1482023-10-19T23:35:05.534ZPlanning: Checking for conflicting actions ... Done
1492023-10-19T23:35:05.541ZPlanning: Consolidating action changes ... Done
1502023-10-19T23:35:06.018ZPlanning: Evaluating mediators ... Done
1512023-10-19T23:35:06.021ZPlanning: Planning completed in 0.72 seconds
1522023-10-19T23:35:06.024Z Mediators to change: 2
1532023-10-19T23:35:06.028Z Create boot environment: No
1542023-10-19T23:35:06.032ZCreate backup boot environment: No
1552023-10-19T23:35:06.035Z Done
1562023-10-19T23:35:06.039Z Done
1572023-10-19T23:35:06.043Z Done
1582023-10-19T23:35:12.041Z Done
1592023-10-19T23:35:12.161Z Done
1602023-10-19T23:35:12.164Z Done
1612023-10-19T23:35:12.276Z Done
1622023-10-19T23:35:13.283ZPlanning: Evaluating mediator changes ... Done
1632023-10-19T23:35:13.299ZPlanning: Merging actions ... Done
1642023-10-19T23:35:13.603ZPlanning: Checking for conflicting actions ... Done
1652023-10-19T23:35:13.607ZPlanning: Consolidating action changes ... Done
1662023-10-19T23:35:14.031ZPlanning: Evaluating mediators ... Done
1672023-10-19T23:35:14.125ZPlanning: Planning completed in 1.28 seconds
1682023-10-19T23:35:14.182Z Packages to change: 1
1692023-10-19T23:35:14.185Z Mediators to change: 1
1702023-10-19T23:35:14.189Z Services to change: 1
1712023-10-19T23:35:14.192Z Create boot environment: No
1722023-10-19T23:35:14.195ZCreate backup boot environment: Yes
1732023-10-19T23:35:16.175Z Actions: 1/6 actions (Updating modified actions)
1742023-10-19T23:35:16.178Z Actions: Completed 6 actions in 0.00 seconds.
1752023-10-19T23:35:16.181Z Done
1762023-10-19T23:35:16.184Z Done
1772023-10-19T23:35:16.223Z Done
1782023-10-19T23:35:22.277Z Done
1792023-10-19T23:35:22.399Z Done
1802023-10-19T23:35:22.402Z Done
1812023-10-19T23:35:22.493Z Done
1822023-10-19T23:35:23.164ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832023-10-19T23:35:23.169Zclang system 15 system
1842023-10-19T23:35:23.172Zcsh system system illumos
1852023-10-19T23:35:23.174Zctags system system illumos
1862023-10-19T23:35:23.178Zgcc vendor 12 vendor
1872023-10-19T23:35:23.181Zgcc system 10 system
1882023-10-19T23:35:23.184Zgcc system 7 system
1892023-10-19T23:35:23.186Zgo system 1.20 system
1902023-10-19T23:35:23.189Zgo system 1.19 system
1912023-10-19T23:35:23.192Zllvm system 15 system
1922023-10-19T23:35:23.194Zllvm system 14 system
1932023-10-19T23:35:23.199Zmariadb system 10.6 system
1942023-10-19T23:35:23.202Zmta vendor vendor dma
1952023-10-19T23:35:23.205Zopenjdk system 17 system
1962023-10-19T23:35:23.208Zopenjdk system 11 system
1972023-10-19T23:35:23.212Zopenjdk system 1.8 system
1982023-10-19T23:35:23.217Zopenssl vendor 3 vendor
1992023-10-19T23:35:23.220Zperl system 5.36 system
2002023-10-19T23:35:23.223Zpostgresql system 15 system
2012023-10-19T23:35:23.226Zpostgresql system 13 system
2022023-10-19T23:35:23.229Zpython vendor 3 vendor
2032023-10-19T23:35:23.233Zpython system 2 system
2042023-10-19T23:35:23.235Zpython3 system 3.11 system
2052023-10-19T23:35:23.238Zruby system 3.0 system
2062023-10-19T23:35:23.241Zwords vendor vendor american-english
2072023-10-19T23:35:23.244Zwords system system australian-english
2082023-10-19T23:35:23.247Zwords system system british-english
2092023-10-19T23:35:23.250Zwords system system canadian-english
2102023-10-19T23:35:23.253Zwords system system french
2112023-10-19T23:35:23.255Zwords system system italian
2122023-10-19T23:35:23.259Zwords system system ngerman
2132023-10-19T23:35:23.261Zwords system system ogerman
2142023-10-19T23:35:23.264Zwords system system spanish
2152023-10-19T23:35:23.687ZFMRI IFO
2162023-10-19T23:35:23.690Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172023-10-19T23:35:23.693Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182023-10-19T23:35:23.696Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192023-10-19T23:35:23.700Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2202023-10-19T23:35:23.702Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2212023-10-19T23:35:23.705Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2222023-10-19T23:35:23.762Z+ set -o errexit
2232023-10-19T23:35:23.765Z+++ dirname ./tools/ci_download_cockroachdb
2242023-10-19T23:35:23.768Z++ cd ./tools
2252023-10-19T23:35:23.771Z++ pwd
2262023-10-19T23:35:23.774Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2272023-10-19T23:35:23.777Z++ basename ./tools/ci_download_cockroachdb
2282023-10-19T23:35:23.780Z+ ARG0=ci_download_cockroachdb
2292023-10-19T23:35:23.791Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2302023-10-19T23:35:23.794Z+ CIDL_VERSION=v22.1.9
2312023-10-19T23:35:23.797Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2322023-10-19T23:35:23.800Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2332023-10-19T23:35:23.809Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2342023-10-19T23:35:23.813Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2352023-10-19T23:35:23.815Z+ TARGET_DIR=out
2362023-10-19T23:35:23.818Z+ DOWNLOAD_DIR=out/downloads
2372023-10-19T23:35:23.821Z+ DEST_DIR=./out/cockroachdb
2382023-10-19T23:35:23.825Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2392023-10-19T23:35:23.827Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2402023-10-19T23:35:23.830Z+ main
2412023-10-19T23:35:23.833Z+ [[ 0 != 0 ]]
2422023-10-19T23:35:23.836Z+ CIDL_OS=solaris2.11
2432023-10-19T23:35:23.839Z+ [[ 0 != 0 ]]
2442023-10-19T23:35:23.842Z+ configure_os solaris2.11
2452023-10-19T23:35:23.845Z+ echo 'current directory: /work/oxidecomputer/omicron'
2462023-10-19T23:35:23.848Zcurrent directory: /work/oxidecomputer/omicron
2472023-10-19T23:35:23.851Z+ echo 'configuring based on OS: "solaris2.11"'
2482023-10-19T23:35:23.854Zconfiguring based on OS: "solaris2.11"
2492023-10-19T23:35:23.858Z+ case "$1" in
2502023-10-19T23:35:23.861Z+ CIDL_BUILD=illumos
2512023-10-19T23:35:23.864Z+ CIDL_SUFFIX=tar.gz
2522023-10-19T23:35:23.867Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2532023-10-19T23:35:23.870Z+ CIDL_MD5FUNC=do_md5sum
2542023-10-19T23:35:23.872Z+ CIDL_URL_BASE=https://illumos.org/downloads
2552023-10-19T23:35:23.875Z+ CIDL_ASSEMBLE=do_assemble_illumos
2562023-10-19T23:35:23.878Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2572023-10-19T23:35:23.881Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2582023-10-19T23:35:23.884Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-19T23:35:23.886Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2602023-10-19T23:35:23.889Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-19T23:35:23.892Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-10-19T23:35:23.895ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-19T23:35:23.898Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2642023-10-19T23:35:23.901ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-19T23:35:23.903Z+ mkdir -p out/downloads
2662023-10-19T23:35:23.906Z+ mkdir -p ./out/cockroachdb
2672023-10-19T23:35:23.909Z+ local DO_DOWNLOAD=true
2682023-10-19T23:35:23.912Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2692023-10-19T23:35:23.951Z+ '[' true == true ']'
2702023-10-19T23:35:23.955Z+ echo Downloading...
2712023-10-19T23:35:23.970ZDownloading...
2722023-10-19T23:35:23.985Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-19T23:35:23.990Z+ 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
2742023-10-19T23:35:27.144Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-19T23:35:27.147Z++ md5sum
2762023-10-19T23:35:27.150Z++ awk '{print $1}'
2772023-10-19T23:35:27.332Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2782023-10-19T23:35:27.335Z+ [[ 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 ]]
2792023-10-19T23:35:27.338Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-10-19T23:35:27.341Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2812023-10-19T23:35:30.694Z+ do_assemble_illumos
2822023-10-19T23:35:30.699Z+ rm -r ./out/cockroachdb
2832023-10-19T23:35:30.703Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2842023-10-19T23:35:31.317Z+ ./out/cockroachdb/bin/cockroach version
2852023-10-19T23:35:31.650ZBuild Tag: v22.1.9-dirty
2862023-10-19T23:35:31.657ZBuild Time: 2022/10/26 21:17:46
2872023-10-19T23:35:31.664ZDistribution: OSS
2882023-10-19T23:35:31.673ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2892023-10-19T23:35:31.686ZGo Version: go1.17.13
2902023-10-19T23:35:31.693ZC Compiler: gcc 10.3.0
2912023-10-19T23:35:31.699ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2922023-10-19T23:35:32.113ZBuild Type: release
2932023-10-19T23:35:32.125Z+ set -o errexit
2942023-10-19T23:35:32.137Z+++ dirname ./tools/ci_download_clickhouse
2952023-10-19T23:35:32.141Z++ cd ./tools
2962023-10-19T23:35:32.148Z++ pwd
2972023-10-19T23:35:32.156Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2982023-10-19T23:35:32.187Z++ basename ./tools/ci_download_clickhouse
2992023-10-19T23:35:32.190Z+ ARG0=ci_download_clickhouse
3002023-10-19T23:35:32.193Z+ TARGET_DIR=out
3012023-10-19T23:35:32.197Z+ DOWNLOAD_DIR=out/downloads
3022023-10-19T23:35:32.200Z+ DEST_DIR=./out/clickhouse
3032023-10-19T23:35:32.204Z+ CIDL_VERSION=v22.8.9.24
3042023-10-19T23:35:32.207Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3052023-10-19T23:35:32.213Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3062023-10-19T23:35:32.216Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3072023-10-19T23:35:32.220Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3082023-10-19T23:35:32.224Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3092023-10-19T23:35:32.227Z+ main
3102023-10-19T23:35:32.230Z+ [[ 0 != 0 ]]
3112023-10-19T23:35:32.233Z+ CIDL_OS=solaris2.11
3122023-10-19T23:35:32.236Z+ [[ 0 != 0 ]]
3132023-10-19T23:35:32.239Z+ configure_os solaris2.11
3142023-10-19T23:35:32.242Z+ echo 'current directory: /work/oxidecomputer/omicron'
3152023-10-19T23:35:32.245Zcurrent directory: /work/oxidecomputer/omicron
3162023-10-19T23:35:32.248Z+ echo 'configuring based on OS: "solaris2.11"'
3172023-10-19T23:35:32.251Zconfiguring based on OS: "solaris2.11"
3182023-10-19T23:35:32.254Z+ CIDL_DASHREV=
3192023-10-19T23:35:32.259Z+ case "$1" in
3202023-10-19T23:35:32.264Z+ CIDL_PLATFORM=illumos
3212023-10-19T23:35:32.267Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3222023-10-19T23:35:32.270Z+ CIDL_MD5FUNC=do_md5sum
3232023-10-19T23:35:32.273Z+ CIDL_DASHREV=-1
3242023-10-19T23:35:32.276Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3252023-10-19T23:35:32.279Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-19T23:35:32.282Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-19T23:35:32.285Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-19T23:35:32.288Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-10-19T23:35:32.291ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-19T23:35:32.294Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-10-19T23:35:32.298ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-19T23:35:32.302Z+ mkdir -p out/downloads
3332023-10-19T23:35:32.305Z+ mkdir -p ./out/clickhouse
3342023-10-19T23:35:32.308Z+ local DO_DOWNLOAD=true
3352023-10-19T23:35:32.311Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3362023-10-19T23:35:32.314Z+ '[' true == true ']'
3372023-10-19T23:35:32.317Z+ echo Downloading...
3382023-10-19T23:35:32.320ZDownloading...
3392023-10-19T23:35:32.323Z+ 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
3402023-10-19T23:35:32.328Z+ 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
3412023-10-19T23:35:33.317Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-10-19T23:35:33.321Z++ md5sum
3432023-10-19T23:35:33.327Z++ awk '{print $1}'
3442023-10-19T23:35:33.581Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3452023-10-19T23:35:33.587Z+ [[ 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 ]]
3462023-10-19T23:35:33.593Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3472023-10-19T23:35:33.600Z+ mkdir -p ./out/clickhouse
3482023-10-19T23:35:33.606Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3492023-10-19T23:35:38.420Z+ ./out/clickhouse/clickhouse server --version
3502023-10-19T23:35:38.847ZClickHouse server version 22.8.9.1.
3512023-10-19T23:35:38.856Z+ set -o errexit
3522023-10-19T23:35:38.866Z+++ dirname ./tools/ci_download_console
3532023-10-19T23:35:38.887Z++ cd ./tools
3542023-10-19T23:35:38.911Z++ pwd
3552023-10-19T23:35:38.930Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3562023-10-19T23:35:38.945Z++ basename ./tools/ci_download_console
3572023-10-19T23:35:38.962Z+ ARG0=ci_download_console
3582023-10-19T23:35:38.991Z+ TARGET_DIR=out
3592023-10-19T23:35:39.062Z+ DOWNLOAD_DIR=out/downloads
3602023-10-19T23:35:39.085Z+ DEST_DIR=./out/console-assets
3612023-10-19T23:35:39.104Z+ source /work/oxidecomputer/omicron/tools/console_version
3622023-10-19T23:35:39.532Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3632023-10-19T23:35:39.536Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3642023-10-19T23:35:39.541Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3652023-10-19T23:35:39.544Z+ TARBALL_FILE=out/downloads/console.tar.gz
3662023-10-19T23:35:39.547Z+ main
3672023-10-19T23:35:39.552Z+ [[ 0 != 0 ]]
3682023-10-19T23:35:39.555Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3692023-10-19T23:35:39.560ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3702023-10-19T23:35:39.563Z+ echo 'Local file: out/downloads/console.tar.gz'
3712023-10-19T23:35:39.566ZLocal file: out/downloads/console.tar.gz
3722023-10-19T23:35:39.573Z+ local DO_DOWNLOAD=true
3732023-10-19T23:35:39.576Z+ [[ -f out/downloads/console.tar.gz ]]
3742023-10-19T23:35:39.579Z+ mkdir -p out/downloads
3752023-10-19T23:35:39.583Z+ '[' true == true ']'
3762023-10-19T23:35:39.586Z+ echo Downloading...
3772023-10-19T23:35:39.589ZDownloading...
3782023-10-19T23:35:39.593Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3792023-10-19T23:35:39.602Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3802023-10-19T23:35:39.605Z++ do_sha256sum out/downloads/console.tar.gz
3812023-10-19T23:35:39.608Z++ case "$OSTYPE" in
3822023-10-19T23:35:39.611Z++ SHA=sha256sum
3832023-10-19T23:35:39.615Z++ sha256sum
3842023-10-19T23:35:39.632Z++ awk '{print $1}'
3852023-10-19T23:35:39.638Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3862023-10-19T23:35:39.644Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3872023-10-19T23:35:39.650Z+ rm -rf ./out/console-assets
3882023-10-19T23:35:39.656Z+ mkdir -p ./out/console-assets
3892023-10-19T23:35:39.659Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3902023-10-19T23:35:39.663Z+ mkdir -p ./out/console-assets
3912023-10-19T23:35:39.668Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3922023-10-19T23:35:39.671Z+ set -o errexit
3932023-10-19T23:35:39.675Z+++ dirname ./tools/ci_download_maghemite_openapi
3942023-10-19T23:35:39.679Z++ cd ./tools
3952023-10-19T23:35:39.683Z++ pwd
3962023-10-19T23:35:39.702Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972023-10-19T23:35:39.709Z++ basename ./tools/ci_download_maghemite_openapi
3982023-10-19T23:35:39.712Z+ ARG0=ci_download_maghemite_openapi
3992023-10-19T23:35:39.715Z+ TARGET_DIR=out
4002023-10-19T23:35:39.722Z+ DOWNLOAD_DIR=out/downloads
4012023-10-19T23:35:39.728Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4022023-10-19T23:35:39.733Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4032023-10-19T23:35:39.763Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4042023-10-19T23:35:39.782Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4052023-10-19T23:35:39.811Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4062023-10-19T23:35:39.852Z+ main
4072023-10-19T23:35:39.869Z+ [[ 0 != 0 ]]
4082023-10-19T23:35:39.885Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4092023-10-19T23:35:39.899ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4102023-10-19T23:35:39.913Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4112023-10-19T23:35:39.926ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4122023-10-19T23:35:39.941Z+ local DO_DOWNLOAD=true
4132023-10-19T23:35:39.979Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4142023-10-19T23:35:39.992Z+ mkdir -p out/downloads
4152023-10-19T23:35:40.007Z+ '[' true == true ']'
4162023-10-19T23:35:40.014Z+ echo Downloading...
4172023-10-19T23:35:40.017ZDownloading...
4182023-10-19T23:35:40.022Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4192023-10-19T23:35:40.025Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4202023-10-19T23:35:40.028Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4212023-10-19T23:35:40.033Z++ case "$OSTYPE" in
4222023-10-19T23:35:40.036Z++ SHA=sha256sum
4232023-10-19T23:35:40.039Z++ sha256sum
4242023-10-19T23:35:40.042Z++ awk '{print $1}'
4252023-10-19T23:35:40.046Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4262023-10-19T23:35:40.049Z+ [[ 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 ]]
4272023-10-19T23:35:40.052Z+ set -o errexit
4282023-10-19T23:35:40.055Z+++ dirname ./tools/ci_download_dendrite_openapi
4292023-10-19T23:35:40.058Z++ cd ./tools
4302023-10-19T23:35:40.061Z++ pwd
4312023-10-19T23:35:40.063Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322023-10-19T23:35:40.066Z++ basename ./tools/ci_download_dendrite_openapi
4332023-10-19T23:35:40.069Z+ ARG0=ci_download_dendrite_openapi
4342023-10-19T23:35:40.073Z+ TARGET_DIR=out
4352023-10-19T23:35:40.076Z+ DOWNLOAD_DIR=out/downloads
4362023-10-19T23:35:40.078Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4372023-10-19T23:35:40.081Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4382023-10-19T23:35:40.083Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4392023-10-19T23:35:40.086Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4402023-10-19T23:35:40.089Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4412023-10-19T23:35:40.092Z+ main
4422023-10-19T23:35:40.094Z+ [[ 0 != 0 ]]
4432023-10-19T23:35:40.097Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4442023-10-19T23:35:40.100ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4452023-10-19T23:35:40.103Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4462023-10-19T23:35:40.105ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4472023-10-19T23:35:40.108Z+ local DO_DOWNLOAD=true
4482023-10-19T23:35:40.111Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4492023-10-19T23:35:40.114Z+ mkdir -p out/downloads
4502023-10-19T23:35:40.116Z+ '[' true == true ']'
4512023-10-19T23:35:40.119Z+ echo Downloading...
4522023-10-19T23:35:40.122ZDownloading...
4532023-10-19T23:35:40.125Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4542023-10-19T23:35:40.128Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4552023-10-19T23:35:40.131Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4562023-10-19T23:35:40.134Z++ case "$OSTYPE" in
4572023-10-19T23:35:40.137Z++ SHA=sha256sum
4582023-10-19T23:35:40.140Z++ sha256sum
4592023-10-19T23:35:40.143Z++ awk '{print $1}'
4602023-10-19T23:35:40.145Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4612023-10-19T23:35:40.148Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4622023-10-19T23:35:40.151Z+ set -o errexit
4632023-10-19T23:35:40.153Z+++ dirname ./tools/ci_download_dendrite_stub
4642023-10-19T23:35:40.156Z++ cd ./tools
4652023-10-19T23:35:40.159Z++ pwd
4662023-10-19T23:35:40.164Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672023-10-19T23:35:40.167Z++ basename ./tools/ci_download_dendrite_stub
4682023-10-19T23:35:40.170Z+ ARG0=ci_download_dendrite_stub
4692023-10-19T23:35:40.173Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702023-10-19T23:35:40.175Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4712023-10-19T23:35:40.178Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4722023-10-19T23:35:40.181Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4732023-10-19T23:35:40.187Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-10-19T23:35:40.190Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4752023-10-19T23:35:40.193Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4762023-10-19T23:35:40.196Z+ TARGET_DIR=out
4772023-10-19T23:35:40.201Z+ DOWNLOAD_DIR=out/downloads
4782023-10-19T23:35:40.614Z+ DEST_DIR=./out/dendrite-stub
4792023-10-19T23:35:40.624Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802023-10-19T23:35:40.631Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812023-10-19T23:35:40.639Z+ REPO=oxidecomputer/dendrite
4822023-10-19T23:35:40.652Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4832023-10-19T23:35:40.662Z+ main
4842023-10-19T23:35:40.674Z+ [[ 0 != 0 ]]
4852023-10-19T23:35:40.681Z+ CIDL_OS=solaris2.11
4862023-10-19T23:35:40.687Z+ [[ 0 != 0 ]]
4872023-10-19T23:35:40.692Z+ configure_os solaris2.11
4882023-10-19T23:35:40.696Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892023-10-19T23:35:40.700Zcurrent directory: /work/oxidecomputer/omicron
4902023-10-19T23:35:40.712Zconfiguring based on OS: "solaris2.11"
4912023-10-19T23:35:40.715Z+ echo 'configuring based on OS: "solaris2.11"'
4922023-10-19T23:35:40.718ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4932023-10-19T23:35:40.723Z+ case "$1" in
4942023-10-19T23:35:40.727ZLocal file: out/downloads/dendrite-stub.tar.gz
4952023-10-19T23:35:40.731Z+ SET_BINARIES=
4962023-10-19T23:35:40.736ZDownloading...
4972023-10-19T23:35:40.742Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4982023-10-19T23:35:40.748Z+ CIDL_SHA256FUNC=do_sha256sum
4992023-10-19T23:35:40.756Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5002023-10-19T23:35:40.759Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5012023-10-19T23:35:40.765Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5022023-10-19T23:35:40.769Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5032023-10-19T23:35:40.780Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5042023-10-19T23:35:40.790Z+ mkdir -p out/downloads
5052023-10-19T23:35:40.801Z+ mkdir -p ./out/dendrite-stub
5062023-10-19T23:35:40.810Z+ fetch_and_verify
5072023-10-19T23:35:40.814Z+ local DO_DOWNLOAD=true
5082023-10-19T23:35:40.817Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5092023-10-19T23:35:40.820Z+ '[' true == true ']'
5102023-10-19T23:35:40.823Z+ echo Downloading...
5112023-10-19T23:35:40.825Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5122023-10-19T23:35:40.828Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5132023-10-19T23:35:48.881Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5142023-10-19T23:35:48.884Z++ sha256sum
5152023-10-19T23:35:48.888Z++ awk '{print $1}'
5162023-10-19T23:35:48.989Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5172023-10-19T23:35:49.004Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5182023-10-19T23:35:49.023Z+ do_untar out/downloads/dendrite-stub.tar.gz
5192023-10-19T23:35:49.037Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5202023-10-19T23:35:49.912Z+ do_assemble
5212023-10-19T23:35:50.346Z+ rm -r ./out/dendrite-stub
5222023-10-19T23:35:50.356Z+ mkdir ./out/dendrite-stub
5232023-10-19T23:35:50.371Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5242023-10-19T23:35:50.380Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5252023-10-19T23:35:50.387Z+ set -o errexit
5262023-10-19T23:35:50.404Z+++ dirname ./tools/ci_download_transceiver_control
5272023-10-19T23:35:50.412Z++ cd ./tools
5282023-10-19T23:35:50.425Z++ pwd
5292023-10-19T23:35:50.444Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302023-10-19T23:35:50.469Z++ basename ./tools/ci_download_transceiver_control
5312023-10-19T23:35:50.481Z+ ARG0=ci_download_transceiver_control
5322023-10-19T23:35:50.507Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5332023-10-19T23:35:50.523Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5342023-10-19T23:35:50.539Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5352023-10-19T23:35:50.553Z+ TARGET_DIR=out
5362023-10-19T23:35:50.561Z+ DOWNLOAD_DIR=out/downloads
5372023-10-19T23:35:50.570Z+ DEST_DIR=./out/transceiver-control
5382023-10-19T23:35:50.580Z+ BIN_DIR=/opt/oxide/bin
5392023-10-19T23:35:50.586Z+ BINARY=xcvradm
5402023-10-19T23:35:50.598Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412023-10-19T23:35:50.613Z+ REPO=oxidecomputer/transceiver-control
5422023-10-19T23:35:50.632Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5432023-10-19T23:35:50.646Z+ main
5442023-10-19T23:35:50.655Z+ [[ 0 != 0 ]]
5452023-10-19T23:35:50.661Z+ CIDL_OS=solaris2.11
5462023-10-19T23:35:50.670Z+ [[ 0 != 0 ]]
5472023-10-19T23:35:50.678Z+ configure_os solaris2.11
5482023-10-19T23:35:50.686Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492023-10-19T23:35:50.694Zcurrent directory: /work/oxidecomputer/omicron
5502023-10-19T23:35:50.703Z+ echo 'configuring based on OS: "solaris2.11"'
5512023-10-19T23:35:50.712Z+ case "$1" in
5522023-10-19T23:35:50.722Z+ SET_BINARIES=
5532023-10-19T23:35:50.734Zconfiguring based on OS: "solaris2.11"
5542023-10-19T23:35:50.752Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5552023-10-19T23:35:50.769Z+ CIDL_SHA256FUNC=do_sha256sum
5562023-10-19T23:35:50.785Z+ ARCHIVE_FILENAME=xcvradm.gz
5572023-10-19T23:35:50.799Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5582023-10-19T23:35:51.210Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5592023-10-19T23:35:51.216Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5602023-10-19T23:35:51.222ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5612023-10-19T23:35:51.227Z+ echo 'Local file: out/downloads/xcvradm.gz'
5622023-10-19T23:35:51.233ZLocal file: out/downloads/xcvradm.gz
5632023-10-19T23:35:51.245Z+ mkdir -p out/downloads
5642023-10-19T23:35:51.257Z+ mkdir -p ./out/transceiver-control
5652023-10-19T23:35:51.268Z+ fetch_and_verify
5662023-10-19T23:35:51.280Z+ local DO_DOWNLOAD=true
5672023-10-19T23:35:51.289Z+ [[ -f out/downloads/xcvradm.gz ]]
5682023-10-19T23:35:51.299Z+ '[' true == true ']'
5692023-10-19T23:35:51.311Z+ echo Downloading...
5702023-10-19T23:35:51.323ZDownloading...
5712023-10-19T23:35:51.340Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5722023-10-19T23:35:51.357Z+ 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
5732023-10-19T23:35:53.089Z++ do_sha256sum out/downloads/xcvradm.gz
5742023-10-19T23:35:53.092Z++ sha256sum
5752023-10-19T23:35:53.096Z++ awk '{print $1}'
5762023-10-19T23:35:53.114Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5772023-10-19T23:35:53.118Z+ [[ 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 ]]
5782023-10-19T23:35:53.121Z+ do_unpack out/downloads/xcvradm.gz
5792023-10-19T23:35:53.124Z+ mkdir -p out/downloads/root//opt/oxide/bin
5802023-10-19T23:35:53.127Z+ gzip -dc out/downloads/xcvradm.gz
5812023-10-19T23:35:53.291Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5822023-10-19T23:35:53.295Z+ do_assemble
5832023-10-19T23:35:53.297Z+ rm -r ./out/transceiver-control
5842023-10-19T23:35:53.300Z+ mkdir ./out/transceiver-control
5852023-10-19T23:35:53.303Z+ cp -r out/downloads/root ./out/transceiver-control/root
5862023-10-19T23:35:53.416ZAll prerequisites installed successfully
5872023-10-19T23:35:53.420Z
5882023-10-19T23:35:53.423Zreal 1:53.386652673
5892023-10-19T23:35:53.427Zuser 50.905690153
5902023-10-19T23:35:53.430Zsys 9.294894570
5912023-10-19T23:35:53.433Ztrap 0.022057981
5922023-10-19T23:35:53.436Ztflt 0.175447052
5932023-10-19T23:35:53.439Zdflt 0.530132955
5942023-10-19T23:35:53.443Zkflt 0.135429173
5952023-10-19T23:35:53.447Zlock 1.947215781
5962023-10-19T23:35:53.450Zslp 3:23.729609544
5972023-10-19T23:35:53.453Zlat 3.272378276
5982023-10-19T23:35:53.455Zstop 0.078431775
5992023-10-19T23:35:53.460Z+ ptime -m ./tools/ci_download_softnpu_machinery
6002023-10-19T23:35:53.463Zfetching npuzone
6012023-10-19T23:35:53.466ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6022023-10-19T23:35:53.469Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6032023-10-19T23:35:53.472ZGetting hash for npuzone
6042023-10-19T23:35:53.588Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6052023-10-19T23:36:07.941Znpuzone downloaded successfully
6062023-10-19T23:36:07.945Z
6072023-10-19T23:36:07.948Zreal 14.524140002
6082023-10-19T23:36:07.951Zuser 0.557100387
6092023-10-19T23:36:07.955Zsys 0.144436198
6102023-10-19T23:36:07.959Ztrap 0.000083046
6112023-10-19T23:36:07.962Ztflt 0.000000000
6122023-10-19T23:36:07.965Zdflt 0.000000000
6132023-10-19T23:36:07.968Zkflt 0.000000000
6142023-10-19T23:36:07.971Zlock 0.000000000
6152023-10-19T23:36:07.976Zslp 42.714297571
6162023-10-19T23:36:07.981Zlat 0.119422860
6172023-10-19T23:36:07.984Zstop 0.000261266
6182023-10-19T23:36:07.990Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6192023-10-19T23:36:08.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6202023-10-19T23:36:08.714Z Updating crates.io index
6212023-10-19T23:36:08.775Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6222023-10-19T23:36:09.564Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6232023-10-19T23:36:11.306Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6242023-10-19T23:36:11.946Z Updating git repository `http://github.com/oxidecomputer/tofino`
6252023-10-19T23:36:12.348Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6262023-10-19T23:36:12.665Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6272023-10-19T23:36:12.974Z Updating git repository `https://github.com/oxidecomputer/propolis`
6282023-10-19T23:36:14.195Z Updating git repository `https://github.com/oxidecomputer/crucible`
6292023-10-19T23:36:15.834Z Updating git repository `https://github.com/oxidecomputer/opte`
6302023-10-19T23:36:16.713Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6312023-10-19T23:36:17.071Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6322023-10-19T23:36:17.379Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6332023-10-19T23:36:17.932Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6342023-10-19T23:36:18.239Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6352023-10-19T23:36:18.669Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6362023-10-19T23:36:18.970Z Updating git repository `https://github.com/njaremko/samael`
6372023-10-19T23:36:19.547Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6382023-10-19T23:36:20.249Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6392023-10-19T23:36:20.645Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6402023-10-19T23:36:20.982Z Updating git repository `https://github.com/jgallagher/nix`
6412023-10-19T23:36:22.313Z Updating git repository `https://github.com/cbiffle/hubpack`
6422023-10-19T23:36:22.842Z Updating git repository `https://github.com/oxidecomputer/omicron`
6432023-10-19T23:36:32.552Z Updating git repository `https://github.com/oxidecomputer/rfb`
6442023-10-19T23:36:33.006Z Updating git repository `https://github.com/oxidecomputer/typify`
6452023-10-19T23:36:34.229Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6462023-10-19T23:36:34.636Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6472023-10-19T23:36:34.948Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6482023-10-19T23:36:36.386Z Downloading crates ...
6492023-10-19T23:36:36.647Z Downloaded aead v0.5.2
6502023-10-19T23:36:36.656Z Downloaded ascii v1.1.0
6512023-10-19T23:36:36.660Z Downloaded heck v0.3.3
6522023-10-19T23:36:36.663Z Downloaded bit-vec v0.6.3
6532023-10-19T23:36:36.675Z Downloaded atomicwrites v0.4.2
6542023-10-19T23:36:36.679Z Downloaded hostname v0.3.1
6552023-10-19T23:36:36.684Z Downloaded http-body v0.4.5
6562023-10-19T23:36:36.688Z Downloaded home v0.5.5
6572023-10-19T23:36:36.691Z Downloaded hubpack_derive v0.1.1
6582023-10-19T23:36:36.694Z Downloaded linear-map v1.2.0
6592023-10-19T23:36:36.697Z Downloaded bitflags v1.3.2
6602023-10-19T23:36:36.701Z Downloaded backoff v0.4.0
6612023-10-19T23:36:36.709Z Downloaded cc v1.0.83
6622023-10-19T23:36:36.719Z Downloaded ident_case v1.0.1
6632023-10-19T23:36:37.139Z Downloaded http-range v0.1.5
6642023-10-19T23:36:37.145Z Downloaded block-padding v0.3.3
6652023-10-19T23:36:37.152Z Downloaded hyper-tls v0.5.0
6662023-10-19T23:36:37.158Z Downloaded cipher v0.4.4
6672023-10-19T23:36:37.164Z Downloaded inout v0.1.3
6682023-10-19T23:36:37.169Z Downloaded clap v4.4.3
6692023-10-19T23:36:37.175Z Downloaded itoa v1.0.9
6702023-10-19T23:36:37.181Z Downloaded instant v0.1.12
6712023-10-19T23:36:37.188Z Downloaded httpdate v1.0.3
6722023-10-19T23:36:37.195Z Downloaded anstyle-query v1.0.0
6732023-10-19T23:36:37.202Z Downloaded minimal-lexical v0.2.1
6742023-10-19T23:36:37.208Z Downloaded ascii-canvas v3.0.0
6752023-10-19T23:36:37.215Z Downloaded mockall v0.11.4
6762023-10-19T23:36:37.222Z Downloaded mime v0.3.17
6772023-10-19T23:36:37.233Z Downloaded managed v0.8.0
6782023-10-19T23:36:37.240Z Downloaded num-derive v0.4.0
6792023-10-19T23:36:37.252Z Downloaded num-iter v0.1.43
6802023-10-19T23:36:37.257Z Downloaded num-integer v0.1.45
6812023-10-19T23:36:37.265Z Downloaded hyper-rustls v0.24.1
6822023-10-19T23:36:37.271Z Downloaded lock_api v0.4.10
6832023-10-19T23:36:37.316Z Downloaded new_debug_unreachable v1.0.4
6842023-10-19T23:36:37.324Z Downloaded miniz_oxide v0.7.1
6852023-10-19T23:36:37.330Z Downloaded async-stream-impl v0.3.5
6862023-10-19T23:36:37.337Z Downloaded num-traits v0.2.16
6872023-10-19T23:36:37.348Z Downloaded array-init v0.0.4
6882023-10-19T23:36:37.356Z Downloaded async-stream v0.3.5
6892023-10-19T23:36:37.363Z Downloaded base64ct v1.6.0
6902023-10-19T23:36:37.372Z Downloaded semver v0.1.20
6912023-10-19T23:36:37.380Z Downloaded heapless v0.7.16
6922023-10-19T23:36:37.387Z Downloaded filetime v0.2.22
6932023-10-19T23:36:37.394Z Downloaded zerocopy v0.3.0
6942023-10-19T23:36:37.402Z Downloaded oso-derive v0.26.4
6952023-10-19T23:36:37.411Z Downloaded normalize-line-endings v0.3.0
6962023-10-19T23:36:37.422Z Downloaded nibble_vec v0.1.0
6972023-10-19T23:36:37.429Z Downloaded maplit v1.0.2
6982023-10-19T23:36:37.441Z Downloaded ahash v0.8.3
6992023-10-19T23:36:37.450Z Downloaded libloading v0.7.4
7002023-10-19T23:36:37.456Z Downloaded ipnet v2.8.0
7012023-10-19T23:36:37.461Z Downloaded proc-macro-crate v1.3.1
7022023-10-19T23:36:37.468Z Downloaded indexmap v1.9.3
7032023-10-19T23:36:37.476Z Downloaded fd-lock v3.0.13
7042023-10-19T23:36:37.485Z Downloaded serde_repr v0.1.16
7052023-10-19T23:36:37.495Z Downloaded serde_path_to_error v0.1.14
7062023-10-19T23:36:37.502Z Downloaded rand_chacha v0.3.1
7072023-10-19T23:36:37.512Z Downloaded phf_shared v0.11.2
7082023-10-19T23:36:37.521Z Downloaded thiserror-impl-no-std v2.0.2
7092023-10-19T23:36:37.528Z Downloaded pkcs1 v0.7.5
7102023-10-19T23:36:37.538Z Downloaded spki v0.7.2
7112023-10-19T23:36:37.548Z Downloaded strip-ansi-escapes v0.2.0
7122023-10-19T23:36:37.556Z Downloaded stringprep v0.1.3
7132023-10-19T23:36:37.564Z Downloaded anyhow v1.0.75
7142023-10-19T23:36:37.572Z Downloaded foreign-types v0.3.2
7152023-10-19T23:36:37.583Z Downloaded thread-id v4.2.0
7162023-10-19T23:36:37.591Z Downloaded pretty-hex v0.2.1
7172023-10-19T23:36:37.599Z Downloaded unicode-xid v0.2.4
7182023-10-19T23:36:37.611Z Downloaded usdt-macro v0.3.5
7192023-10-19T23:36:37.619Z Downloaded usdt-attr-macro v0.3.5
7202023-10-19T23:36:37.624Z Downloaded cfg-if v0.1.10
7212023-10-19T23:36:37.630Z Downloaded tokio-macros v2.1.0
7222023-10-19T23:36:37.636Z Downloaded waitgroup v0.1.2
7232023-10-19T23:36:37.646Z Downloaded secrecy v0.8.0
7242023-10-19T23:36:37.656Z Downloaded rpassword v7.2.0
7252023-10-19T23:36:37.668Z Downloaded http v0.2.9
7262023-10-19T23:36:37.675Z Downloaded structmeta v0.1.6
7272023-10-19T23:36:37.687Z Downloaded slog-bunyan v2.4.0
7282023-10-19T23:36:37.699Z Downloaded structopt-derive v0.4.18
7292023-10-19T23:36:37.704Z Downloaded pretty-hex v0.3.0
7302023-10-19T23:36:37.725Z Downloaded smawk v0.3.1
7312023-10-19T23:36:38.143Z Downloaded futures-sink v0.3.28
7322023-10-19T23:36:38.160Z Downloaded vte_generate_state_changes v0.1.1
7332023-10-19T23:36:38.169Z Downloaded errno v0.3.2
7342023-10-19T23:36:38.180Z Downloaded fxhash v0.2.1
7352023-10-19T23:36:38.188Z Downloaded precomputed-hash v0.1.1
7362023-10-19T23:36:38.194Z Downloaded allocator-api2 v0.2.16
7372023-10-19T23:36:38.203Z Downloaded subtle v2.5.0
7382023-10-19T23:36:38.207Z Downloaded crucible-workspace-hack v0.1.0
7392023-10-19T23:36:38.209Z Downloaded libefi-sys v0.1.0
7402023-10-19T23:36:38.212Z Downloaded hash32 v0.2.1
7412023-10-19T23:36:38.215Z Downloaded spin v0.9.8
7422023-10-19T23:36:38.223Z Downloaded synstructure v0.12.6
7432023-10-19T23:36:38.226Z Downloaded proc-macro-error v1.0.4
7442023-10-19T23:36:38.229Z Downloaded time-core v0.1.1
7452023-10-19T23:36:38.232Z Downloaded cstr-argument v0.1.2
7462023-10-19T23:36:38.235Z Downloaded serde_yaml v0.9.25
7472023-10-19T23:36:38.238Z Downloaded equivalent v1.0.1
7482023-10-19T23:36:38.241Z Downloaded rand_xorshift v0.3.0
7492023-10-19T23:36:38.244Z Downloaded display-error-chain v0.1.1
7502023-10-19T23:36:38.247Z Downloaded crc-any v2.4.3
7512023-10-19T23:36:38.250Z Downloaded tinyvec_macros v0.1.1
7522023-10-19T23:36:38.253Z Downloaded openssl-probe v0.1.5
7532023-10-19T23:36:38.256Z Downloaded radium v0.7.0
7542023-10-19T23:36:38.259Z Downloaded ctr v0.9.2
7552023-10-19T23:36:38.261Z Downloaded generic-array v0.14.7
7562023-10-19T23:36:38.264Z Downloaded twox-hash v1.6.3
7572023-10-19T23:36:38.267Z Downloaded strsim v0.10.0
7582023-10-19T23:36:38.270Z Downloaded sha1 v0.10.5
7592023-10-19T23:36:38.273Z Downloaded signal-hook-tokio v0.3.1
7602023-10-19T23:36:38.276Z Downloaded pem v1.1.1
7612023-10-19T23:36:38.279Z Downloaded path-slash v0.1.5
7622023-10-19T23:36:38.282Z Downloaded path-absolutize v3.1.0
7632023-10-19T23:36:38.285Z Downloaded fragile v2.0.0
7642023-10-19T23:36:38.287Z Downloaded ed25519 v1.5.3
7652023-10-19T23:36:38.291Z Downloaded phf v0.11.2
7662023-10-19T23:36:38.293Z Downloaded pkg-config v0.3.27
7672023-10-19T23:36:38.296Z Downloaded strum v0.25.0
7682023-10-19T23:36:38.299Z Downloaded dyn-clone v1.0.13
7692023-10-19T23:36:38.302Z Downloaded signature v2.1.0
7702023-10-19T23:36:38.305Z Downloaded enum-as-inner v0.5.1
7712023-10-19T23:36:38.308Z Downloaded env_logger v0.10.0
7722023-10-19T23:36:38.310Z Downloaded phf_shared v0.10.0
7732023-10-19T23:36:38.314Z Downloaded polyval v0.6.1
7742023-10-19T23:36:38.343Z Downloaded predicates v2.1.5
7752023-10-19T23:36:38.350Z Downloaded quote v1.0.33
7762023-10-19T23:36:38.355Z Downloaded num_threads v0.1.6
7772023-10-19T23:36:38.362Z Downloaded signal-hook v0.3.17
7782023-10-19T23:36:38.368Z Downloaded crypto-common v0.1.6
7792023-10-19T23:36:38.372Z Downloaded toml v0.8.0
7802023-10-19T23:36:38.391Z Downloaded signature v1.6.4
7812023-10-19T23:36:38.395Z Downloaded hashlink v0.8.3
7822023-10-19T23:36:38.398Z Downloaded unicode-linebreak v0.1.5
7832023-10-19T23:36:38.402Z Downloaded darling_macro v0.20.3
7842023-10-19T23:36:38.406Z Downloaded getrandom v0.2.10
7852023-10-19T23:36:38.410Z Downloaded shlex v1.1.0
7862023-10-19T23:36:38.413Z Downloaded serde_tokenstream v0.1.7
7872023-10-19T23:36:38.417Z Downloaded rustfmt-wrapper v0.2.0
7882023-10-19T23:36:38.420Z Downloaded data-encoding v2.4.0
7892023-10-19T23:36:38.423Z Downloaded libm v0.2.7
7902023-10-19T23:36:38.428Z Downloaded take_mut v0.2.2
7912023-10-19T23:36:38.432Z Downloaded url v2.4.1
7922023-10-19T23:36:38.437Z Downloaded hkdf v0.12.3
7932023-10-19T23:36:38.444Z Downloaded unsafe-libyaml v0.2.9
7942023-10-19T23:36:38.448Z Downloaded deranged v0.3.8
7952023-10-19T23:36:38.451Z Downloaded thiserror v1.0.49
7962023-10-19T23:36:38.454Z Downloaded headers-core v0.2.0
7972023-10-19T23:36:38.457Z Downloaded textwrap v0.11.0
7982023-10-19T23:36:38.461Z Downloaded curve25519-dalek-derive v0.1.0
7992023-10-19T23:36:38.464Z Downloaded serde-big-array v0.4.1
8002023-10-19T23:36:38.467Z Downloaded digest v0.10.7
8012023-10-19T23:36:38.470Z Downloaded schemars_derive v0.8.13
8022023-10-19T23:36:38.475Z Downloaded olpc-cjson v0.1.3
8032023-10-19T23:36:38.478Z Downloaded itertools v0.10.5
8042023-10-19T23:36:38.481Z Downloaded funty v2.0.0
8052023-10-19T23:36:38.484Z Downloaded difflib v0.4.0
8062023-10-19T23:36:38.487Z Downloaded futures v0.3.28
8072023-10-19T23:36:38.490Z Downloaded diesel_table_macro_syntax v0.1.0
8082023-10-19T23:36:38.493Z Downloaded crypto-bigint v0.5.2
8092023-10-19T23:36:38.496Z Downloaded quick-error v1.2.3
8102023-10-19T23:36:38.499Z Downloaded proc-macro-error-attr v1.0.4
8112023-10-19T23:36:38.505Z Downloaded rsa v0.9.2
8122023-10-19T23:36:38.508Z Downloaded tap v1.0.1
8132023-10-19T23:36:38.512Z Downloaded tabled_derive v0.6.0
8142023-10-19T23:36:38.515Z Downloaded zone_cfg_derive v0.2.0
8152023-10-19T23:36:38.518Z Downloaded rustls-webpki v0.101.4
8162023-10-19T23:36:38.522Z Downloaded predicates-core v1.0.6
8172023-10-19T23:36:38.525Z Downloaded scheduled-thread-pool v0.2.7
8182023-10-19T23:36:38.530Z Downloaded parse-display-derive v0.7.0
8192023-10-19T23:36:38.533Z Downloaded scopeguard v1.2.0
8202023-10-19T23:36:38.550Z Downloaded serde_arrays v0.1.0
8212023-10-19T23:36:38.556Z Downloaded try-lock v0.2.4
8222023-10-19T23:36:38.559Z Downloaded serde_spanned v0.6.3
8232023-10-19T23:36:38.563Z Downloaded doc-comment v0.3.3
8242023-10-19T23:36:38.565Z Downloaded fs-err v2.9.0
8252023-10-19T23:36:38.576Z Downloaded derive_builder_macro v0.12.0
8262023-10-19T23:36:38.987Z Downloaded parking_lot_core v0.8.6
8272023-10-19T23:36:38.990Z Downloaded path-dedot v3.1.0
8282023-10-19T23:36:38.999Z Downloaded semver-parser v0.10.2
8292023-10-19T23:36:39.004Z Downloaded downcast v0.11.0
8302023-10-19T23:36:39.011Z Downloaded zeroize_derive v1.4.2
8312023-10-19T23:36:39.022Z Downloaded test-strategy v0.2.1
8322023-10-19T23:36:39.025Z Downloaded parking_lot v0.11.2
8332023-10-19T23:36:39.028Z Downloaded rustversion v1.0.14
8342023-10-19T23:36:39.031Z Downloaded tracing-attributes v0.1.26
8352023-10-19T23:36:39.035Z Downloaded proc-macro2 v1.0.67
8362023-10-19T23:36:39.039Z Downloaded terminal_size v0.2.6
8372023-10-19T23:36:39.054Z Downloaded tempfile v3.8.0
8382023-10-19T23:36:39.057Z Downloaded dof v0.1.5
8392023-10-19T23:36:39.060Z Downloaded ringbuffer v0.15.0
8402023-10-19T23:36:39.063Z Downloaded semver v1.0.18
8412023-10-19T23:36:39.066Z Downloaded tokio-native-tls v0.3.1
8422023-10-19T23:36:39.068Z Downloaded textwrap v0.16.0
8432023-10-19T23:36:39.071Z Downloaded reedline v0.23.0
8442023-10-19T23:36:39.074Z Downloaded futures-io v0.3.28
8452023-10-19T23:36:39.077Z Downloaded tui-tree-widget v0.13.0
8462023-10-19T23:36:39.080Z Downloaded packed_struct v0.10.1
8472023-10-19T23:36:39.083Z Downloaded unicode-ident v1.0.12
8482023-10-19T23:36:39.086Z Downloaded tinyvec v1.6.0
8492023-10-19T23:36:39.089Z Downloaded parking_lot_core v0.9.8
8502023-10-19T23:36:39.092Z Downloaded papergrid v0.10.0
8512023-10-19T23:36:39.095Z Downloaded pest_meta v2.7.2
8522023-10-19T23:36:39.098Z Downloaded darling v0.14.4
8532023-10-19T23:36:39.101Z Downloaded der_derive v0.7.2
8542023-10-19T23:36:39.104Z Downloaded futures-channel v0.3.28
8552023-10-19T23:36:39.106Z Downloaded tracing v0.1.37
8562023-10-19T23:36:39.109Z Downloaded password-hash v0.5.0
8572023-10-19T23:36:39.112Z Downloaded libxml v0.3.3
8582023-10-19T23:36:39.116Z Downloaded derive_more v0.99.17
8592023-10-19T23:36:39.120Z Downloaded tokio-rustls v0.24.1
8602023-10-19T23:36:39.123Z Downloaded trust-dns-resolver v0.22.0
8612023-10-19T23:36:39.126Z Downloaded serde_with v2.3.3
8622023-10-19T23:36:39.129Z Downloaded tungstenite v0.18.0
8632023-10-19T23:36:39.131Z Downloaded bindgen v0.65.1
8642023-10-19T23:36:39.134Z Downloaded predicates v3.0.4
8652023-10-19T23:36:39.138Z Downloaded tar v0.4.40
8662023-10-19T23:36:39.141Z Downloaded trust-dns-client v0.22.0
8672023-10-19T23:36:39.144Z Downloaded toml_edit v0.20.0
8682023-10-19T23:36:39.146Z Downloaded trust-dns-server v0.22.1
8692023-10-19T23:36:39.149Z Downloaded portable-atomic v1.4.3
8702023-10-19T23:36:39.152Z Downloaded der v0.7.8
8712023-10-19T23:36:39.154Z Downloaded tokio-util v0.7.8
8722023-10-19T23:36:39.157Z Downloaded time v0.3.27
8732023-10-19T23:36:39.161Z Downloaded pest v2.7.2
8742023-10-19T23:36:39.164Z Downloaded rusqlite v0.29.0
8752023-10-19T23:36:39.167Z Downloaded crossterm v0.26.1
8762023-10-19T23:36:39.170Z Downloaded quick-xml v0.23.1
8772023-10-19T23:36:39.172Z Downloaded unicode-segmentation v1.10.1
8782023-10-19T23:36:39.175Z Downloaded clap v2.34.0
8792023-10-19T23:36:39.178Z Downloaded crossterm v0.27.0
8802023-10-19T23:36:39.181Z Downloaded webpki-roots v0.25.2
8812023-10-19T23:36:39.184Z Downloaded git2 v0.17.2
8822023-10-19T23:36:39.186Z Downloaded reqwest v0.11.20
8832023-10-19T23:36:39.189Z Downloaded petgraph v0.6.4
8842023-10-19T23:36:39.192Z Downloaded h2 v0.3.21
8852023-10-19T23:36:39.195Z Downloaded ratatui v0.23.0
8862023-10-19T23:36:39.198Z Downloaded proptest v1.3.1
8872023-10-19T23:36:39.201Z Downloaded object v0.30.4
8882023-10-19T23:36:39.205Z Downloaded trust-dns-proto v0.22.0
8892023-10-19T23:36:39.208Z Downloaded curve25519-dalek v4.1.0
8902023-10-19T23:36:39.211Z Downloaded polar-core v0.26.4
8912023-10-19T23:36:39.213Z Downloaded rustls v0.21.7
8922023-10-19T23:36:39.216Z Downloaded diesel v2.1.1
8932023-10-19T23:36:39.219Z Downloaded openapiv3 v1.0.3
8942023-10-19T23:36:39.222Z Downloaded zerocopy-derive v0.6.4
8952023-10-19T23:36:39.225Z Downloaded bzip2-sys v0.1.11+1.0.8
8962023-10-19T23:36:39.228Z Downloaded zerocopy-derive v0.2.0
8972023-10-19T23:36:39.231Z Downloaded sha3 v0.10.8
8982023-10-19T23:36:39.234Z Downloaded regex-automata v0.3.8
8992023-10-19T23:36:39.237Z Downloaded libc v0.2.149
9002023-10-19T23:36:39.240Z Downloaded encoding_rs v0.8.33
9012023-10-19T23:36:39.243Z Downloaded tokio v1.32.0
9022023-10-19T23:36:39.246Z Downloaded sled v0.34.7
9032023-10-19T23:36:39.249Z Downloaded object v0.32.1
9042023-10-19T23:36:39.253Z Downloaded rustix v0.38.9
9052023-10-19T23:36:39.257Z Downloaded openssl v0.10.57
9062023-10-19T23:36:39.260Z Downloaded rustix v0.37.23
9072023-10-19T23:36:39.262Z Downloaded regex-syntax v0.7.5
9082023-10-19T23:36:39.265Z Downloaded gimli v0.28.0
9092023-10-19T23:36:39.268Z Downloaded regex-syntax v0.6.29
9102023-10-19T23:36:39.271Z Downloaded bstr v1.6.0
9112023-10-19T23:36:39.275Z Downloaded syn v2.0.32
9122023-10-19T23:36:39.279Z Downloaded regex v1.9.5
9132023-10-19T23:36:39.282Z Downloaded smoltcp v0.9.1
9142023-10-19T23:36:39.285Z Downloaded syn v1.0.109
9152023-10-19T23:36:39.288Z Downloaded regress v0.7.1
9162023-10-19T23:36:39.291Z Downloaded vcpkg v0.2.15
9172023-10-19T23:36:39.295Z Downloaded libgit2-sys v0.15.2+1.6.4
9182023-10-19T23:36:39.298Z Downloaded bstr v0.2.17
9192023-10-19T23:36:39.303Z Downloaded smoltcp v0.8.2
9202023-10-19T23:36:39.306Z Downloaded idna v0.2.3
9212023-10-19T23:36:39.309Z Downloaded serde_json v1.0.107
9222023-10-19T23:36:39.312Z Downloaded tabled v0.14.0
9232023-10-19T23:36:39.315Z Downloaded radix_trie v0.2.1
9242023-10-19T23:36:39.318Z Downloaded nix v0.26.2
9252023-10-19T23:36:39.321Z Downloaded idna v0.4.0
9262023-10-19T23:36:39.324Z Downloaded rayon v1.7.0
9272023-10-19T23:36:39.329Z Downloaded lalrpop v0.19.12
9282023-10-19T23:36:39.332Z Downloaded futures-util v0.3.28
9292023-10-19T23:36:39.334Z Downloaded unicode-normalization v0.1.22
9302023-10-19T23:36:39.337Z Downloaded bitvec v1.0.1
9312023-10-19T23:36:39.340Z Downloaded serde v1.0.188
9322023-10-19T23:36:39.379Z Downloaded toml_edit v0.19.15
9332023-10-19T23:36:39.385Z Downloaded tough v0.12.5
9342023-10-19T23:36:39.388Z Downloaded hyper v0.14.27
9352023-10-19T23:36:39.391Z Downloaded diesel_derives v2.1.1
9362023-10-19T23:36:39.394Z Downloaded zip v0.6.6
9372023-10-19T23:36:39.397Z Downloaded tungstenite v0.20.1
9382023-10-19T23:36:39.402Z Downloaded ucd-trie v0.1.6
9392023-10-19T23:36:39.406Z Downloaded headers v0.3.9
9402023-10-19T23:36:39.409Z Downloaded hashbrown v0.14.0
9412023-10-19T23:36:39.412Z Downloaded aho-corasick v1.0.4
9422023-10-19T23:36:39.415Z Downloaded tracing-core v0.1.31
9432023-10-19T23:36:39.418Z Downloaded ron v0.8.1
9442023-10-19T23:36:39.421Z Downloaded diff v0.1.13
9452023-10-19T23:36:39.424Z Downloaded libz-sys v1.1.12
9462023-10-19T23:36:39.427Z Downloaded prettyplease v0.2.12
9472023-10-19T23:36:39.429Z Downloaded crossbeam-queue v0.3.8
9482023-10-19T23:36:39.432Z Downloaded crossbeam-utils v0.8.16
9492023-10-19T23:36:39.435Z Downloaded darling_core v0.20.3
9502023-10-19T23:36:39.437Z Downloaded hashbrown v0.13.2
9512023-10-19T23:36:39.440Z Downloaded darling_core v0.14.4
9522023-10-19T23:36:39.443Z Downloaded regex-automata v0.1.10
9532023-10-19T23:36:39.446Z Downloaded schemars v0.8.13
9542023-10-19T23:36:39.449Z Downloaded tokio-postgres v0.7.10
9552023-10-19T23:36:39.451Z Downloaded pem-rfc7468 v0.7.0
9562023-10-19T23:36:39.462Z Downloaded typenum v1.16.0
9572023-10-19T23:36:39.464Z Downloaded parking_lot v0.12.1
9582023-10-19T23:36:39.470Z Downloaded elliptic-curve v0.13.5
9592023-10-19T23:36:39.478Z Downloaded num-bigint-dig v0.8.4
9602023-10-19T23:36:39.486Z Downloaded serde_derive_internals v0.26.0
9612023-10-19T23:36:39.496Z Downloaded sct v0.7.0
9622023-10-19T23:36:39.920Z Downloaded serde_derive v1.0.188
9632023-10-19T23:36:39.928Z Downloaded pest_derive v2.7.2
9642023-10-19T23:36:39.936Z Downloaded hashbrown v0.12.3
9652023-10-19T23:36:39.942Z Downloaded pest_generator v2.7.2
9662023-10-19T23:36:39.948Z Downloaded percent-encoding v2.3.0
9672023-10-19T23:36:39.953Z Downloaded dirs-sys-next v0.1.2
9682023-10-19T23:36:39.958Z Downloaded ron v0.7.1
9692023-10-19T23:36:39.966Z Downloaded steno v0.4.0
9702023-10-19T23:36:39.971Z Downloaded packed_struct_codegen v0.10.1
9712023-10-19T23:36:39.977Z Downloaded predicates-tree v1.0.9
9722023-10-19T23:36:39.983Z Downloaded once_cell v1.18.0
9732023-10-19T23:36:39.988Z Downloaded omicron-zone-package v0.8.3
9742023-10-19T23:36:39.996Z Downloaded aes v0.8.3
9752023-10-19T23:36:40.002Z Downloaded zone v0.2.0
9762023-10-19T23:36:40.007Z Downloaded num_enum_derive v0.7.0
9772023-10-19T23:36:40.013Z Downloaded derive-where v1.2.5
9782023-10-19T23:36:40.020Z Downloaded derive_builder_core v0.12.0
9792023-10-19T23:36:40.025Z Downloaded derive_builder v0.12.0
9802023-10-19T23:36:40.032Z Downloaded winnow v0.5.15
9812023-10-19T23:36:40.038Z Downloaded number_prefix v0.4.0
9822023-10-19T23:36:40.046Z Downloaded futures-core v0.3.28
9832023-10-19T23:36:40.052Z Downloaded unarray v0.1.4
9842023-10-19T23:36:40.057Z Downloaded shell-words v1.1.0
9852023-10-19T23:36:40.064Z Downloaded toml_datetime v0.6.3
9862023-10-19T23:36:40.071Z Downloaded futures-executor v0.3.28
9872023-10-19T23:36:40.081Z Downloaded thread_local v1.1.7
9882023-10-19T23:36:40.086Z Downloaded toml v0.5.11
9892023-10-19T23:36:40.091Z Downloaded tokio-stream v0.1.14
9902023-10-19T23:36:40.098Z Downloaded debug-ignore v1.0.5
9912023-10-19T23:36:40.105Z Downloaded env_logger v0.9.3
9922023-10-19T23:36:40.114Z Downloaded rand v0.4.6
9932023-10-19T23:36:40.123Z Downloaded rustc-demangle v0.1.23
9942023-10-19T23:36:40.137Z Downloaded rusty-fork v0.3.0
9952023-10-19T23:36:40.150Z Downloaded time-macros v0.2.13
9962023-10-19T23:36:40.159Z Downloaded dirs-next v2.0.0
9972023-10-19T23:36:40.168Z Downloaded opaque-debug v0.3.0
9982023-10-19T23:36:40.177Z Downloaded rustls-pemfile v1.0.3
9992023-10-19T23:36:40.184Z Downloaded unicode-bidi v0.3.13
10002023-10-19T23:36:40.194Z Downloaded futures-task v0.3.28
10012023-10-19T23:36:40.201Z Downloaded rayon-core v1.11.0
10022023-10-19T23:36:40.206Z Downloaded termtree v0.4.1
10032023-10-19T23:36:40.215Z Downloaded erased-serde v0.3.30
10042023-10-19T23:36:40.220Z Downloaded num_enum_derive v0.5.11
10052023-10-19T23:36:40.223Z Downloaded darling v0.20.3
10062023-10-19T23:36:40.228Z Downloaded thiserror-impl v1.0.49
10072023-10-19T23:36:40.231Z Downloaded termios v0.3.3
10082023-10-19T23:36:40.236Z Downloaded tiny-keccak v2.0.2
10092023-10-19T23:36:40.239Z Downloaded postcard v0.7.3
10102023-10-19T23:36:40.243Z Downloaded platforms v3.0.2
10112023-10-19T23:36:40.246Z Downloaded getopts v0.2.21
10122023-10-19T23:36:40.249Z Downloaded itertools v0.11.0
10132023-10-19T23:36:40.252Z Downloaded libsqlite3-sys v0.26.0
10142023-10-19T23:36:40.258Z Downloaded tokio-tungstenite v0.20.1
10152023-10-19T23:36:40.263Z Downloaded rand v0.8.5
10162023-10-19T23:36:40.267Z Downloaded ring v0.16.20
10172023-10-19T23:36:40.270Z Downloaded signal-hook-registry v1.4.1
10182023-10-19T23:36:40.274Z Downloaded paste v1.0.14
10192023-10-19T23:36:40.280Z Downloaded poly1305 v0.8.0
10202023-10-19T23:36:40.283Z Downloaded glob v0.3.1
10212023-10-19T23:36:40.287Z Downloaded utf8parse v0.2.1
10222023-10-19T23:36:40.292Z Downloaded tokio-tungstenite v0.18.0
10232023-10-19T23:36:40.296Z Downloaded strum_macros v0.24.3
10242023-10-19T23:36:40.302Z Downloaded salty v0.2.0
10252023-10-19T23:36:40.306Z Downloaded parse-display v0.7.0
10262023-10-19T23:36:40.310Z Downloaded form_urlencoded v1.2.0
10272023-10-19T23:36:40.315Z Downloaded dtrace-parser v0.1.14
10282023-10-19T23:36:40.320Z Downloaded universal-hash v0.5.1
10292023-10-19T23:36:40.324Z Downloaded darling_macro v0.14.4
10302023-10-19T23:36:40.329Z Downloaded strsim v0.8.0
10312023-10-19T23:36:40.342Z Downloaded rustls-native-certs v0.6.3
10322023-10-19T23:36:40.348Z Downloaded serde_tokenstream v0.2.0
10332023-10-19T23:36:40.352Z Downloaded structopt v0.3.26
10342023-10-19T23:36:40.357Z Downloaded uuid v1.4.1
10352023-10-19T23:36:40.362Z Downloaded toml v0.7.8
10362023-10-19T23:36:40.367Z Downloaded unicase v2.7.0
10372023-10-19T23:36:40.373Z Downloaded sha2 v0.10.7
10382023-10-19T23:36:40.404Z Downloaded x509-cert v0.2.4
10392023-10-19T23:36:40.412Z Downloaded const_format v0.2.31
10402023-10-19T23:36:40.416Z Downloaded ppv-lite86 v0.2.17
10412023-10-19T23:36:40.421Z Downloaded postgres-protocol v0.6.6
10422023-10-19T23:36:40.427Z Downloaded crunchy v0.2.2
10432023-10-19T23:36:40.432Z Downloaded foreign-types-shared v0.3.1
10442023-10-19T23:36:40.437Z Downloaded foreign-types-shared v0.1.1
10452023-10-19T23:36:40.444Z Downloaded tower-service v0.3.2
10462023-10-19T23:36:40.449Z Downloaded topological-sort v0.2.2
10472023-10-19T23:36:40.454Z Downloaded toolchain_find v0.2.0
10482023-10-19T23:36:40.462Z Downloaded postgres-types v0.2.6
10492023-10-19T23:36:40.467Z Downloaded unicode-width v0.1.10
10502023-10-19T23:36:40.472Z Downloaded usdt v0.3.5
10512023-10-19T23:36:40.482Z Downloaded pkcs8 v0.10.2
10522023-10-19T23:36:40.488Z Downloaded ena v0.14.2
10532023-10-19T23:36:40.494Z Downloaded either v1.9.0
10542023-10-19T23:36:40.498Z Downloaded stable_deref_trait v1.2.0
10552023-10-19T23:36:40.503Z Downloaded futures-macro v0.3.28
10562023-10-19T23:36:40.510Z Downloaded vsss-rs v3.3.1
10572023-10-19T23:36:40.518Z Downloaded openssl-sys v0.9.93
10582023-10-19T23:36:40.523Z Downloaded fatfs v0.3.6
10592023-10-19T23:36:40.528Z Downloaded peeking_take_while v0.1.2
10602023-10-19T23:36:40.536Z Downloaded vte v0.11.1
10612023-10-19T23:36:40.544Z Downloaded smallvec v1.11.0
10622023-10-19T23:36:40.549Z Downloaded serde_urlencoded v0.7.1
10632023-10-19T23:36:40.558Z Downloaded half v1.8.2
10642023-10-19T23:36:40.564Z Downloaded globset v0.4.13
10652023-10-19T23:36:40.579Z Downloaded subprocess v0.2.9
10662023-10-19T23:36:40.588Z Downloaded usdt-impl v0.3.5
10672023-10-19T23:36:40.595Z Downloaded flate2 v1.0.27
10682023-10-19T23:36:40.603Z Downloaded r2d2 v0.8.10
10692023-10-19T23:36:40.608Z Downloaded postcard-cobs v0.1.5-pre
10702023-10-19T23:36:40.617Z Downloaded vergen v8.2.4
10712023-10-19T23:36:40.623Z Downloaded vec_map v0.8.2
10722023-10-19T23:36:40.630Z Downloaded zeroize v1.6.0
10732023-10-19T23:36:40.636Z Downloaded untrusted v0.7.1
10742023-10-19T23:36:40.641Z Downloaded arc-swap v1.6.0
10752023-10-19T23:36:40.646Z Downloaded similar v2.2.1
10762023-10-19T23:36:40.657Z Downloaded endian-type v0.1.2
10772023-10-19T23:36:40.663Z Downloaded rcgen v0.10.0
10782023-10-19T23:36:40.671Z Downloaded serde_with_macros v2.3.3
10792023-10-19T23:36:40.679Z Downloaded socket2 v0.5.4
10802023-10-19T23:36:40.689Z Downloaded slog-json v2.6.1
10812023-10-19T23:36:40.695Z Downloaded fnv v1.0.7
10822023-10-19T23:36:40.704Z Downloaded chacha20poly1305 v0.10.1
10832023-10-19T23:36:40.712Z Downloaded structmeta-derive v0.1.6
10842023-10-19T23:36:40.720Z Downloaded rand_core v0.6.4
10852023-10-19T23:36:40.728Z Downloaded wait-timeout v0.2.0
10862023-10-19T23:36:40.742Z Downloaded strum_macros v0.25.2
10872023-10-19T23:36:40.750Z Downloaded flume v0.11.0
10882023-10-19T23:36:40.761Z Downloaded crossbeam-channel v0.5.8
10892023-10-19T23:36:40.772Z Downloaded socket2 v0.4.9
10902023-10-19T23:36:40.782Z Downloaded slab v0.4.9
10912023-10-19T23:36:40.793Z Downloaded group v0.13.0
10922023-10-19T23:36:40.806Z Downloaded foreign-types-macros v0.2.3
10932023-10-19T23:36:40.812Z Downloaded cassowary v0.3.0
10942023-10-19T23:36:40.816Z Downloaded ref-cast-impl v1.0.20
10952023-10-19T23:36:40.828Z Downloaded ref-cast v1.0.20
10962023-10-19T23:36:40.836Z Downloaded version_check v0.9.4
10972023-10-19T23:36:40.842Z Downloaded utf-8 v0.7.6
10982023-10-19T23:36:40.854Z Downloaded oso v0.26.4
10992023-10-19T23:36:40.861Z Downloaded openssl-macros v0.1.1
11002023-10-19T23:36:40.873Z Downloaded wyz v0.5.1
11012023-10-19T23:36:40.878Z Downloaded whoami v1.4.1
11022023-10-19T23:36:40.887Z Downloaded snafu v0.7.5
11032023-10-19T23:36:40.892Z Downloaded indexmap v2.0.0
11042023-10-19T23:36:40.901Z Downloaded bytes v1.5.0
11052023-10-19T23:36:40.925Z Downloaded fallible-iterator v0.2.0
11062023-10-19T23:36:40.930Z Downloaded ff v0.13.0
11072023-10-19T23:36:40.942Z Downloaded slog-term v2.9.0
11082023-10-19T23:36:40.951Z Downloaded rustc_version v0.4.0
11092023-10-19T23:36:40.961Z Downloaded foreign-types v0.5.0
11102023-10-19T23:36:40.968Z Downloaded term v0.7.0
11112023-10-19T23:36:40.975Z Downloaded string_cache v0.8.7
11122023-10-19T23:36:40.980Z Downloaded static_assertions v1.1.0
11132023-10-19T23:36:40.991Z Downloaded resolv-conf v0.7.0
11142023-10-19T23:36:40.994Z Downloaded slog-envlogger v2.2.0
11152023-10-19T23:36:40.997Z Downloaded slog-async v2.8.0
11162023-10-19T23:36:41.000Z Downloaded camino-tempfile v1.0.2
11172023-10-19T23:36:41.003Z Downloaded fallible-streaming-iterator v0.1.9
11182023-10-19T23:36:41.007Z Downloaded thiserror-no-std v2.0.2
11192023-10-19T23:36:41.015Z Downloaded termcolor v1.2.0
11202023-10-19T23:36:41.030Z Downloaded fixedbitset v0.4.2
11212023-10-19T23:36:41.038Z Downloaded slog v2.7.0
11222023-10-19T23:36:41.055Z Downloaded yasna v0.5.2
11232023-10-19T23:36:41.062Z Downloaded const-oid v0.9.5
11242023-10-19T23:36:41.065Z Downloaded colored v2.0.4
11252023-10-19T23:36:41.068Z Downloaded fastrand v2.0.0
11262023-10-19T23:36:41.071Z Downloaded signal-hook-mio v0.2.3
11272023-10-19T23:36:41.077Z Downloaded addr2line v0.21.0
11282023-10-19T23:36:41.083Z Downloaded which v4.4.0
11292023-10-19T23:36:41.087Z Downloaded walkdir v2.4.0
11302023-10-19T23:36:41.092Z Downloaded smf v0.2.2
11312023-10-19T23:36:41.097Z Downloaded smallvec v0.6.14
11322023-10-19T23:36:41.102Z Downloaded slog-scope v4.4.0
11332023-10-19T23:36:41.107Z Downloaded rustc_version v0.1.7
11342023-10-19T23:36:41.113Z Downloaded num-bigint v0.4.4
11352023-10-19T23:36:41.118Z Downloaded console v0.15.7
11362023-10-19T23:36:41.121Z Downloaded clap_derive v4.4.2
11372023-10-19T23:36:41.132Z Downloaded pin-project-lite v0.2.13
11382023-10-19T23:36:41.136Z Downloaded float-cmp v0.9.0
11392023-10-19T23:36:41.140Z Downloaded zerocopy v0.6.4
11402023-10-19T23:36:41.144Z Downloaded spin v0.5.2
11412023-10-19T23:36:41.147Z Downloaded slog-dtrace v0.2.3
11422023-10-19T23:36:41.150Z Downloaded ryu v1.0.15
11432023-10-19T23:36:41.152Z Downloaded native-tls v0.2.11
11442023-10-19T23:36:41.156Z Downloaded log v0.4.20
11452023-10-19T23:36:41.159Z Downloaded rtoolbox v0.0.1
11462023-10-19T23:36:41.163Z Downloaded owo-colors v3.5.0
11472023-10-19T23:36:41.166Z Downloaded snafu-derive v0.7.5
11482023-10-19T23:36:41.169Z Downloaded slog-stdlog v4.1.1
11492023-10-19T23:36:41.172Z Downloaded siphasher v0.3.11
11502023-10-19T23:36:41.197Z Downloaded serde-hex v0.1.0
11512023-10-19T23:36:41.201Z Downloaded bzip2 v0.4.4
11522023-10-19T23:36:41.204Z Downloaded indicatif v0.17.7
11532023-10-19T23:36:41.225Z Downloaded want v0.3.1
11542023-10-19T23:36:41.235Z Downloaded nanorand v0.7.0
11552023-10-19T23:36:41.240Z Downloaded crc-catalog v2.2.0
11562023-10-19T23:36:41.274Z Downloaded crc v3.0.1
11572023-10-19T23:36:41.280Z Downloaded pin-utils v0.1.0
11582023-10-19T23:36:41.282Z Downloaded flagset v0.4.3
11592023-10-19T23:36:41.285Z Downloaded nom v7.1.3
11602023-10-19T23:36:41.323Z Downloaded io-lifetimes v1.0.11
11612023-10-19T23:36:41.326Z Downloaded serde_plain v1.0.2
11622023-10-19T23:36:41.378Z Downloaded same-file v1.0.6
11632023-10-19T23:36:41.382Z Downloaded nodrop v0.1.14
11642023-10-19T23:36:41.385Z Downloaded cpufeatures v0.2.9
11652023-10-19T23:36:41.388Z Downloaded cfg-if v1.0.0
11662023-10-19T23:36:41.392Z Downloaded cargo_metadata v0.18.0
11672023-10-19T23:36:41.397Z Downloaded cargo-platform v0.1.3
11682023-10-19T23:36:41.443Z Downloaded atomic-waker v1.1.1
11692023-10-19T23:36:41.446Z Downloaded xattr v1.0.1
11702023-10-19T23:36:41.450Z Downloaded semver v0.11.0
11712023-10-19T23:36:41.453Z Downloaded cargo_toml v0.16.3
11722023-10-19T23:36:41.456Z Downloaded camino v1.1.6
11732023-10-19T23:36:41.459Z Downloaded byteorder v1.4.3
11742023-10-19T23:36:41.462Z Downloaded adler v1.0.2
11752023-10-19T23:36:41.466Z Downloaded bitflags v2.4.0
11762023-10-19T23:36:41.470Z Downloaded rustc-hash v1.1.0
11772023-10-19T23:36:41.473Z Downloaded mime_guess v2.0.4
11782023-10-19T23:36:41.476Z Downloaded anstyle-parse v0.2.1
11792023-10-19T23:36:41.479Z Downloaded anstream v0.5.0
11802023-10-19T23:36:41.482Z Downloaded serde-big-array v0.5.1
11812023-10-19T23:36:41.486Z Downloaded match_cfg v0.1.0
11822023-10-19T23:36:41.489Z Downloaded anstyle v1.0.2
11832023-10-19T23:36:41.492Z Downloaded aes-gcm-siv v0.11.1
11842023-10-19T23:36:41.495Z Downloaded ansi_term v0.12.1
11852023-10-19T23:36:41.498Z Downloaded num_enum v0.5.11
11862023-10-19T23:36:41.501Z Downloaded mio v0.8.8
11872023-10-19T23:36:41.514Z Downloaded memoffset v0.9.0
11882023-10-19T23:36:41.517Z Downloaded md-5 v0.10.5
11892023-10-19T23:36:41.521Z Downloaded jobserver v0.1.26
11902023-10-19T23:36:41.526Z Downloaded iana-time-zone v0.1.57
11912023-10-19T23:36:41.529Z Downloaded crossbeam-deque v0.8.3
11922023-10-19T23:36:41.532Z Downloaded crc32fast v1.3.2
11932023-10-19T23:36:41.536Z Downloaded cookie v0.16.2
11942023-10-19T23:36:41.544Z Downloaded newtype_derive v0.1.6
11952023-10-19T23:36:41.547Z Downloaded lazy_static v1.4.0
11962023-10-19T23:36:41.550Z Downloaded ipnetwork v0.20.0
11972023-10-19T23:36:41.553Z Downloaded const_format_proc_macros v0.2.31
11982023-10-19T23:36:41.556Z Downloaded clang-sys v1.6.1
11992023-10-19T23:36:41.559Z Downloaded indoc v2.0.3
12002023-10-19T23:36:41.562Z Downloaded crossbeam v0.8.2
12012023-10-19T23:36:41.564Z Downloaded corncobs v0.1.3
12022023-10-19T23:36:41.568Z Downloaded convert_case v0.4.0
12032023-10-19T23:36:41.571Z Downloaded maybe-uninit v2.0.0
12042023-10-19T23:36:41.574Z Downloaded matches v0.1.10
12052023-10-19T23:36:41.577Z Downloaded colorchoice v1.0.0
12062023-10-19T23:36:41.580Z Downloaded clap_lex v0.5.1
12072023-10-19T23:36:41.584Z Downloaded backtrace v0.3.69
12082023-10-19T23:36:41.587Z Downloaded num_enum v0.7.0
12092023-10-19T23:36:41.591Z Downloaded num_cpus v1.16.0
12102023-10-19T23:36:41.595Z Downloaded num-rational v0.4.1
12112023-10-19T23:36:41.597Z Downloaded num-complex v0.4.4
12122023-10-19T23:36:41.600Z Downloaded nu-ansi-term v0.49.0
12132023-10-19T23:36:41.603Z Downloaded multer v2.1.0
12142023-10-19T23:36:41.606Z Downloaded mockall_derive v0.11.4
12152023-10-19T23:36:41.611Z Downloaded httparse v1.8.0
12162023-10-19T23:36:41.614Z Downloaded crossbeam-epoch v0.9.15
12172023-10-19T23:36:41.617Z Downloaded buf-list v1.0.3
12182023-10-19T23:36:41.620Z Downloaded blake2 v0.10.6
12192023-10-19T23:36:41.623Z Downloaded bitstruct v0.1.1
12202023-10-19T23:36:41.626Z Downloaded base64 v0.21.4
12212023-10-19T23:36:41.630Z Downloaded indoc v1.0.9
12222023-10-19T23:36:41.633Z Downloaded hyper-staticfile v0.9.5
12232023-10-19T23:36:41.636Z Downloaded num v0.4.1
12242023-10-19T23:36:41.639Z Downloaded impl-trait-for-tuples v0.2.2
12252023-10-19T23:36:41.642Z Downloaded lru-cache v0.1.2
12262023-10-19T23:36:41.646Z Downloaded humantime v2.1.0
12272023-10-19T23:36:41.648Z Downloaded memoffset v0.7.1
12282023-10-19T23:36:41.654Z Downloaded macaddr v1.0.1
12292023-10-19T23:36:41.657Z Downloaded linked-hash-map v0.5.6
12302023-10-19T23:36:41.660Z Downloaded memchr v2.6.3
12312023-10-19T23:36:41.670Z Downloaded lazycell v1.3.0
12322023-10-19T23:36:41.673Z Downloaded lalrpop-util v0.19.12
12332023-10-19T23:36:41.678Z Downloaded is-terminal v0.4.9
12342023-10-19T23:36:41.684Z Downloaded keccak v0.1.4
12352023-10-19T23:36:41.687Z Downloaded clap_builder v4.4.2
12362023-10-19T23:36:41.690Z Downloaded chrono v0.4.31
12372023-10-19T23:36:41.694Z Downloaded bincode v1.3.3
12382023-10-19T23:36:41.697Z Downloaded bytesize v1.3.0
12392023-10-19T23:36:41.700Z Downloaded bitstruct_derive v0.1.0
12402023-10-19T23:36:41.706Z Downloaded cancel-safe-futures v0.1.2
12412023-10-19T23:36:41.713Z Downloaded bytecount v0.6.3
12422023-10-19T23:36:41.716Z Downloaded base16ct v0.2.0
12432023-10-19T23:36:41.719Z Downloaded hubpack v0.1.2
12442023-10-19T23:36:41.722Z Downloaded hmac v0.12.1
12452023-10-19T23:36:41.726Z Downloaded heck v0.4.1
12462023-10-19T23:36:41.730Z Downloaded highway v1.1.0
12472023-10-19T23:36:41.732Z Downloaded ciborium-ll v0.2.1
12482023-10-19T23:36:41.736Z Downloaded ciborium-io v0.2.1
12492023-10-19T23:36:41.738Z Downloaded ciborium v0.2.1
12502023-10-19T23:36:41.742Z Downloaded chacha20 v0.9.1
12512023-10-19T23:36:41.746Z Downloaded cexpr v0.6.0
12522023-10-19T23:36:41.750Z Downloaded bitfield v0.14.0
12532023-10-19T23:36:41.753Z Downloaded bit-set v0.5.3
12542023-10-19T23:36:41.756Z Downloaded atty v0.2.14
12552023-10-19T23:36:41.759Z Downloaded async-trait v0.1.73
12562023-10-19T23:36:41.762Z Downloaded bcs v0.1.5
12572023-10-19T23:36:41.765Z Downloaded bb8 v0.8.1
12582023-10-19T23:36:41.768Z Downloaded async-recursion v1.0.5
12592023-10-19T23:36:41.770Z Downloaded autocfg v1.1.0
12602023-10-19T23:36:41.773Z Downloaded assert_matches v1.5.0
12612023-10-19T23:36:41.776Z Downloaded hex v0.4.3
12622023-10-19T23:36:41.781Z Downloaded block-buffer v0.10.4
12632023-10-19T23:36:41.785Z Downloaded bit_field v0.10.2
12642023-10-19T23:36:41.788Z Downloaded base64 v0.13.1
12652023-10-19T23:36:41.792Z Downloaded argon2 v0.5.2
12662023-10-19T23:36:41.794Z Compiling proc-macro2 v1.0.67
12672023-10-19T23:36:41.798Z Compiling unicode-ident v1.0.12
12682023-10-19T23:36:41.801Z Compiling libc v0.2.149
12692023-10-19T23:36:41.805Z Compiling serde v1.0.188
12702023-10-19T23:36:41.807Z Compiling autocfg v1.1.0
12712023-10-19T23:36:41.810Z Compiling version_check v0.9.4
12722023-10-19T23:36:41.813Z Compiling cfg-if v1.0.0
12732023-10-19T23:36:41.816Z Compiling syn v1.0.109
12742023-10-19T23:36:41.818Z Compiling once_cell v1.18.0
12752023-10-19T23:36:41.821Z Compiling libm v0.2.7
12762023-10-19T23:36:42.149Z Compiling parking_lot_core v0.9.8
12772023-10-19T23:36:42.346Z Compiling ahash v0.8.3
12782023-10-19T23:36:42.466Z Compiling lock_api v0.4.10
12792023-10-19T23:36:43.262Z Compiling num-traits v0.2.16
12802023-10-19T23:36:43.265Z Compiling thiserror v1.0.49
12812023-10-19T23:36:43.268Z Compiling typenum v1.16.0
12822023-10-19T23:36:43.272Z Compiling futures-core v0.3.28
12832023-10-19T23:36:43.587Z Compiling generic-array v0.14.7
12842023-10-19T23:36:43.693Z Compiling memchr v2.6.3
12852023-10-19T23:36:43.970Z Compiling scopeguard v1.2.0
12862023-10-19T23:36:44.189Z Compiling itoa v1.0.9
12872023-10-19T23:36:44.326Z Compiling pkg-config v0.3.27
12882023-10-19T23:36:44.763Z Compiling quote v1.0.33
12892023-10-19T23:36:44.887Z Compiling slab v0.4.9
12902023-10-19T23:36:45.290Z Compiling futures-task v0.3.28
12912023-10-19T23:36:45.746Z Compiling syn v2.0.32
12922023-10-19T23:36:45.789Z Compiling jobserver v0.1.26
12932023-10-19T23:36:45.933Z Compiling getrandom v0.2.10
12942023-10-19T23:36:46.608Z Compiling cc v1.0.83
12952023-10-19T23:36:46.679Z Compiling futures-channel v0.3.28
12962023-10-19T23:36:46.935Z Compiling futures-util v0.3.28
12972023-10-19T23:36:47.301Z Compiling log v0.4.20
12982023-10-19T23:36:47.982Z Compiling ryu v1.0.15
12992023-10-19T23:36:48.259Z Compiling pin-project-lite v0.2.13
13002023-10-19T23:36:48.336Z Compiling serde_json v1.0.107
13012023-10-19T23:36:48.484Z Compiling schemars v0.8.13
13022023-10-19T23:36:48.513Z Compiling vcpkg v0.2.15
13032023-10-19T23:36:48.555Z Compiling smallvec v1.11.0
13042023-10-19T23:36:48.848Z Compiling heck v0.4.1
13052023-10-19T23:36:50.656Z Compiling parking_lot v0.12.1
13062023-10-19T23:36:51.186Z Compiling ring v0.16.20
13072023-10-19T23:36:51.486Z Compiling openssl-sys v0.9.93
13082023-10-19T23:36:52.743Z Compiling num_cpus v1.16.0
13092023-10-19T23:36:53.295Z Compiling rand_core v0.6.4
13102023-10-19T23:36:53.934Z Compiling indexmap v1.9.3
13112023-10-19T23:36:54.037Z Compiling byteorder v1.4.3
13122023-10-19T23:36:54.337Z Compiling allocator-api2 v0.2.16
13132023-10-19T23:36:54.642Z Compiling httparse v1.8.0
13142023-10-19T23:36:54.870Z Compiling equivalent v1.0.1
13152023-10-19T23:36:55.013Z Compiling spin v0.5.2
13162023-10-19T23:36:55.078Z Compiling mio v0.8.8
13172023-10-19T23:36:55.161Z Compiling socket2 v0.5.4
13182023-10-19T23:36:55.579Z Compiling hashbrown v0.14.0
13192023-10-19T23:36:55.764Z Compiling signal-hook-registry v1.4.1
13202023-10-19T23:36:57.794Z Compiling serde_derive_internals v0.26.0
13212023-10-19T23:36:58.399Z Compiling openssl v0.10.57
13222023-10-19T23:36:58.456Z Compiling fnv v1.0.7
13232023-10-19T23:36:58.500Z Compiling semver v1.0.18
13242023-10-19T23:36:59.087Z Compiling rustls v0.21.7
13252023-10-19T23:36:59.115Z Compiling iana-time-zone v0.1.57
13262023-10-19T23:36:59.312Z Compiling crossbeam-utils v0.8.16
13272023-10-19T23:36:59.445Z Compiling unicode-xid v0.2.4
13282023-10-19T23:36:59.526Z Compiling native-tls v0.2.11
13292023-10-19T23:36:59.678Z Compiling ucd-trie v0.1.6
13302023-10-19T23:36:59.703Z Compiling synstructure v0.12.6
13312023-10-19T23:37:01.131Z Compiling futures-sink v0.3.28
13322023-10-19T23:37:02.114Z Compiling io-lifetimes v1.0.11
13332023-10-19T23:37:02.128Z Compiling backtrace v0.3.69
13342023-10-19T23:37:02.241Z Compiling tinyvec_macros v0.1.1
13352023-10-19T23:37:02.289Z Compiling dyn-clone v1.0.13
13362023-10-19T23:37:02.387Z Compiling tinyvec v1.6.0
13372023-10-19T23:37:02.868Z Compiling tracing-core v0.1.31
13382023-10-19T23:37:02.981Z Compiling memoffset v0.9.0
13392023-10-19T23:37:03.085Z Compiling num-integer v0.1.45
13402023-10-19T23:37:03.303Z Compiling pin-utils v0.1.0
13412023-10-19T23:37:03.409Z Compiling futures-io v0.3.28
13422023-10-19T23:37:03.457Z Compiling rustix v0.38.9
13432023-10-19T23:37:03.502Z Compiling winnow v0.5.15
13442023-10-19T23:37:03.844Z Compiling subtle v2.5.0
13452023-10-19T23:37:04.067Z Compiling rustix v0.37.23
13462023-10-19T23:37:04.394Z Compiling hashbrown v0.13.2
13472023-10-19T23:37:04.919Z Compiling unicode-normalization v0.1.22
13482023-10-19T23:37:04.963Z Compiling aho-corasick v1.0.4
13492023-10-19T23:37:05.115Z Compiling usdt-impl v0.3.5
13502023-10-19T23:37:06.348Z Compiling slog v2.7.0
13512023-10-19T23:37:06.802Z Compiling anyhow v1.0.75
13522023-10-19T23:37:07.003Z Compiling unicode-bidi v0.3.13
13532023-10-19T23:37:07.508Z Compiling crc32fast v1.3.2
13542023-10-19T23:37:07.572Z Compiling regex-syntax v0.7.5
13552023-10-19T23:37:07.819Z Compiling time-core v0.1.1
13562023-10-19T23:37:07.845Z Compiling serde_derive v1.0.188
13572023-10-19T23:37:08.075Z Compiling thiserror-impl v1.0.49
13582023-10-19T23:37:08.131Z Compiling zeroize_derive v1.4.2
13592023-10-19T23:37:08.400Z Compiling tokio-macros v2.1.0
13602023-10-19T23:37:09.099Z Compiling futures-macro v0.3.28
13612023-10-19T23:37:09.603Z Compiling tracing-attributes v0.1.26
13622023-10-19T23:37:10.532Z Compiling schemars_derive v0.8.13
13632023-10-19T23:37:10.776Z Compiling zeroize v1.6.0
13642023-10-19T23:37:12.177Z Compiling openssl-macros v0.1.1
13652023-10-19T23:37:13.010Z Compiling pest v2.7.2
13662023-10-19T23:37:13.227Z Compiling zerocopy-derive v0.2.0
13672023-10-19T23:37:13.878Z Compiling crypto-common v0.1.6
13682023-10-19T23:37:14.199Z Compiling block-buffer v0.10.4
13692023-10-19T23:37:15.060Z Compiling tracing v0.1.37
13702023-10-19T23:37:15.445Z Compiling const-oid v0.9.5
13712023-10-19T23:37:15.966Z Compiling bitflags v1.3.2
13722023-10-19T23:37:16.823Z Compiling regex-automata v0.3.8
13732023-10-19T23:37:16.944Z Compiling time-macros v0.2.13
13742023-10-19T23:37:17.822Z Compiling pest_meta v2.7.2
13752023-10-19T23:37:19.197Z Compiling digest v0.10.7
13762023-10-19T23:37:19.946Z Compiling pest_generator v2.7.2
13772023-10-19T23:37:24.685Z Compiling bzip2-sys v0.1.11+1.0.8
13782023-10-19T23:37:24.688Z Compiling pest_derive v2.7.2
13792023-10-19T23:37:24.924Z Compiling crossbeam-epoch v0.9.15
13802023-10-19T23:37:25.454Z Compiling ppv-lite86 v0.2.17
13812023-10-19T23:37:26.136Z Compiling async-trait v0.1.73
13822023-10-19T23:37:26.795Z Compiling rustversion v1.0.14
13832023-10-19T23:37:26.971Z Compiling rand_chacha v0.3.1
13842023-10-19T23:37:28.119Z Compiling zerocopy v0.3.0
13852023-10-19T23:37:28.520Z Compiling zerocopy-derive v0.6.4
13862023-10-19T23:37:29.136Z Compiling base64 v0.21.4
13872023-10-19T23:37:29.789Z Compiling untrusted v0.7.1
13882023-10-19T23:37:29.907Z Compiling strsim v0.10.0
13892023-10-19T23:37:30.234Z Compiling bytes v1.5.0
13902023-10-19T23:37:31.743Z Compiling indexmap v2.0.0
13912023-10-19T23:37:31.782Z Compiling uuid v1.4.1
13922023-10-19T23:37:32.224Z Compiling chrono v0.4.31
13932023-10-19T23:37:32.824Z Compiling tokio v1.32.0
13942023-10-19T23:37:34.775Z Compiling bitflags v2.4.0
13952023-10-19T23:37:35.759Z Compiling serde_spanned v0.6.3
13962023-10-19T23:37:35.936Z Compiling toml_datetime v0.6.3
13972023-10-19T23:37:36.625Z Compiling rustc_version v0.4.0
13982023-10-19T23:37:36.871Z Compiling toml_edit v0.19.15
13992023-10-19T23:37:37.665Z Compiling http v0.2.9
14002023-10-19T23:37:38.254Z Compiling heapless v0.7.16
14012023-10-19T23:37:42.106Z Compiling dof v0.1.5
14022023-10-19T23:37:45.597Z Compiling rand v0.8.5
14032023-10-19T23:37:47.270Z Compiling tokio-util v0.7.8
14042023-10-19T23:37:47.886Z Compiling dtrace-parser v0.1.14
14052023-10-19T23:37:48.684Z Compiling regex v1.9.5
14062023-10-19T23:37:49.464Z Compiling errno v0.3.2
14072023-10-19T23:37:49.487Z Compiling thread-id v4.2.0
14082023-10-19T23:37:49.754Z Compiling num-bigint v0.4.4
14092023-10-19T23:37:49.810Z Compiling smoltcp v0.9.1
14102023-10-19T23:37:50.371Z Compiling unicode-width v0.1.10
14112023-10-19T23:37:50.407Z Compiling hashbrown v0.12.3
14122023-10-19T23:37:50.608Z Compiling radium v0.7.0
14132023-10-19T23:37:50.990Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14142023-10-19T23:37:51.204Z Compiling foreign-types-shared v0.1.1
14152023-10-19T23:37:51.268Z Compiling percent-encoding v2.3.0
14162023-10-19T23:37:51.420Z Compiling openssl-probe v0.1.5
14172023-10-19T23:37:51.802Z Compiling foreign-types v0.3.2
14182023-10-19T23:37:53.631Z Compiling strum_macros v0.25.2
14192023-10-19T23:37:54.562Z Compiling serde_tokenstream v0.1.7
14202023-10-19T23:37:56.071Z Compiling lazy_static v1.4.0
14212023-10-19T23:37:56.386Z Compiling socket2 v0.4.9
14222023-10-19T23:37:57.956Z Compiling adler v1.0.2
14232023-10-19T23:37:58.287Z Compiling unicode-segmentation v1.10.1
14242023-10-19T23:37:58.567Z Compiling siphasher v0.3.11
14252023-10-19T23:37:59.206Z Compiling try-lock v0.2.4
14262023-10-19T23:37:59.847Z Compiling miniz_oxide v0.7.1
14272023-10-19T23:37:59.994Z Compiling want v0.3.1
14282023-10-19T23:38:02.701Z Compiling h2 v0.3.21
14292023-10-19T23:38:03.250Z Compiling form_urlencoded v1.2.0
14302023-10-19T23:38:03.406Z Compiling rustls-webpki v0.101.4
14312023-10-19T23:38:03.699Z Compiling sct v0.7.0
14322023-10-19T23:38:04.155Z Compiling http-body v0.4.5
14332023-10-19T23:38:04.914Z Compiling hubpack_derive v0.1.1
14342023-10-19T23:38:06.105Z Compiling num-iter v0.1.43
14352023-10-19T23:38:06.342Z Compiling utf8parse v0.2.1
14362023-10-19T23:38:06.449Z Compiling httpdate v1.0.3
14372023-10-19T23:38:06.554Z Compiling anstyle v1.0.2
14382023-10-19T23:38:06.588Z Compiling cpufeatures v0.2.9
14392023-10-19T23:38:07.087Z Compiling tower-service v0.3.2
14402023-10-19T23:38:07.223Z Compiling sha2 v0.10.7
14412023-10-19T23:38:07.267Z Compiling anstyle-parse v0.2.1
14422023-10-19T23:38:10.934Z Compiling usdt-attr-macro v0.3.5
14432023-10-19T23:38:11.456Z Compiling usdt-macro v0.3.5
14442023-10-19T23:38:14.095Z Compiling openapiv3 v1.0.3
14452023-10-19T23:38:14.607Z Compiling hyper v0.14.27
14462023-10-19T23:38:15.796Z Compiling rustls-pemfile v1.0.3
14472023-10-19T23:38:16.374Z Compiling md-5 v0.10.5
14482023-10-19T23:38:16.749Z Compiling hmac v0.12.1
14492023-10-19T23:38:18.464Z Compiling idna v0.4.0
14502023-10-19T23:38:18.484Z Compiling stringprep v0.1.3
14512023-10-19T23:38:19.702Z Compiling diesel_table_macro_syntax v0.1.0
14522023-10-19T23:38:19.898Z Compiling hash32 v0.2.1
14532023-10-19T23:38:20.268Z Compiling spin v0.9.8
14542023-10-19T23:38:20.681Z Compiling anstyle-query v1.0.0
14552023-10-19T23:38:20.832Z Compiling colorchoice v1.0.0
14562023-10-19T23:38:20.870Z Compiling fallible-iterator v0.2.0
14572023-10-19T23:38:20.922Z Compiling stable_deref_trait v1.2.0
14582023-10-19T23:38:21.048Z Compiling gimli v0.28.0
14592023-10-19T23:38:21.842Z Compiling either v1.9.0
14602023-10-19T23:38:22.215Z Compiling postgres-protocol v0.6.6
14612023-10-19T23:38:23.851Z Compiling anstream v0.5.0
14622023-10-19T23:38:24.234Z Compiling diesel_derives v2.1.1
14632023-10-19T23:38:24.823Z Compiling url v2.4.1
14642023-10-19T23:38:25.814Z Compiling rustls-native-certs v0.6.3
14652023-10-19T23:38:29.262Z Compiling addr2line v0.21.0
14662023-10-19T23:38:30.564Z Compiling tokio-rustls v0.24.1
14672023-10-19T23:38:31.169Z Compiling tokio-native-tls v0.3.1
14682023-10-19T23:38:31.465Z Compiling terminal_size v0.2.6
14692023-10-19T23:38:31.753Z Compiling phf_shared v0.11.2
14702023-10-19T23:38:33.485Z Compiling serde_tokenstream v0.2.0
14712023-10-19T23:38:33.680Z Compiling block-padding v0.3.3
14722023-10-19T23:38:34.068Z Compiling enum-as-inner v0.5.1
14732023-10-19T23:38:34.713Z Compiling serde_repr v0.1.16
14742023-10-19T23:38:34.720Z Compiling clap_derive v4.4.2
14752023-10-19T23:38:35.997Z Compiling scheduled-thread-pool v0.2.7
14762023-10-19T23:38:36.031Z Compiling object v0.32.1
14772023-10-19T23:38:47.603Z Compiling num_threads v0.1.6
14782023-10-19T23:38:47.794Z Compiling matches v0.1.10
14792023-10-19T23:38:47.941Z Compiling rustc-demangle v0.1.23
14802023-10-19T23:38:48.282Z Compiling bit-vec v0.6.3
14812023-10-19T23:38:48.521Z Compiling clap_lex v0.5.1
14822023-10-19T23:38:49.265Z Compiling managed v0.8.0
14832023-10-19T23:38:50.112Z Compiling deranged v0.3.8
14842023-10-19T23:38:54.141Z Compiling ipnet v2.8.0
14852023-10-19T23:38:54.190Z Compiling tap v1.0.1
14862023-10-19T23:38:54.480Z Compiling regex-automata v0.1.10
14872023-10-19T23:38:56.067Z Compiling bstr v0.2.17
14882023-10-19T23:38:56.121Z Compiling wyz v0.5.1
14892023-10-19T23:38:56.853Z Compiling time v0.3.27
14902023-10-19T23:38:58.568Z Compiling clap_builder v4.4.2
14912023-10-19T23:39:00.186Z Compiling idna v0.2.3
14922023-10-19T23:39:02.708Z Compiling r2d2 v0.8.10
14932023-10-19T23:39:04.972Z Compiling inout v0.1.3
14942023-10-19T23:39:07.430Z Compiling phf v0.11.2
14952023-10-19T23:39:07.899Z Compiling hyper-tls v0.5.0
14962023-10-19T23:39:08.469Z Compiling hyper-rustls v0.24.1
14972023-10-19T23:39:09.535Z Compiling flate2 v1.0.27
14982023-10-19T23:39:10.738Z Compiling postgres-types v0.2.6
14992023-10-19T23:39:11.054Z Compiling itertools v0.11.0
15002023-10-19T23:39:11.850Z Compiling hubpack v0.1.2
15012023-10-19T23:39:12.558Z Compiling serde_urlencoded v0.7.1
15022023-10-19T23:39:12.586Z Compiling phf_shared v0.10.0
15032023-10-19T23:39:13.059Z Compiling ipnetwork v0.20.0
15042023-10-19T23:39:13.230Z Compiling zerocopy v0.6.4
15052023-10-19T23:39:14.157Z Compiling futures-executor v0.3.28
15062023-10-19T23:39:14.953Z Compiling regress v0.7.1
15072023-10-19T23:39:15.237Z Compiling float-cmp v0.9.0
15082023-10-19T23:39:15.372Z Compiling encoding_rs v0.8.33
15092023-10-19T23:39:15.861Z Compiling static_assertions v1.1.0
15102023-10-19T23:39:16.003Z Compiling new_debug_unreachable v1.0.4
15112023-10-19T23:39:16.143Z Compiling funty v2.0.0
15122023-10-19T23:39:16.521Z Compiling precomputed-hash v0.1.1
15132023-10-19T23:39:16.698Z Compiling unicode-linebreak v0.1.5
15142023-10-19T23:39:18.413Z Compiling whoami v1.4.1
15152023-10-19T23:39:19.019Z Compiling mime v0.3.17
15162023-10-19T23:39:19.262Z Compiling smawk v0.3.1
15172023-10-19T23:39:19.292Z Compiling fixedbitset v0.4.2
15182023-10-19T23:39:19.583Z Compiling predicates-core v1.0.6
15192023-10-19T23:39:19.953Z Compiling webpki-roots v0.25.2
15202023-10-19T23:39:20.095Z Compiling difflib v0.4.0
15212023-10-19T23:39:20.207Z Compiling data-encoding v2.4.0
15222023-10-19T23:39:20.843Z Compiling normalize-line-endings v0.3.0
15232023-10-19T23:39:21.026Z Compiling predicates v3.0.4
15242023-10-19T23:39:21.593Z Compiling trust-dns-proto v0.22.0
15252023-10-19T23:39:22.245Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15262023-10-19T23:39:23.181Z Compiling reqwest v0.11.20
15272023-10-19T23:39:23.210Z Compiling petgraph v0.6.4
15282023-10-19T23:39:23.475Z Compiling textwrap v0.16.0
15292023-10-19T23:39:25.253Z Compiling tokio-postgres v0.7.10
15302023-10-19T23:39:30.327Z Compiling bitvec v1.0.1
15312023-10-19T23:39:33.178Z Compiling string_cache v0.8.7
15322023-10-19T23:39:33.842Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15332023-10-19T23:39:40.373Z Compiling futures v0.3.28
15342023-10-19T23:39:40.571Z Compiling diesel v2.1.1
15352023-10-19T23:39:41.869Z Compiling yasna v0.5.2
15362023-10-19T23:39:41.998Z Compiling cipher v0.4.4
15372023-10-19T23:39:42.745Z Compiling clap v4.4.3
15382023-10-19T23:39:43.385Z Compiling similar v2.2.1
15392023-10-19T23:39:43.532Z Compiling bit-set v0.5.3
15402023-10-19T23:39:43.961Z Compiling itertools v0.10.5
15412023-10-19T23:39:44.571Z Compiling usdt v0.3.5
15422023-10-19T23:39:45.000Z Compiling console v0.15.7
15432023-10-19T23:39:45.945Z Compiling tokio-stream v0.1.14
15442023-10-19T23:39:46.934Z Compiling toml v0.7.8
15452023-10-19T23:39:47.162Z Compiling hex v0.4.3
15462023-10-19T23:39:47.475Z Compiling signature v2.1.0
15472023-10-19T23:39:48.037Z Compiling bstr v1.6.0
15482023-10-19T23:39:49.285Z Compiling lalrpop-util v0.19.12
15492023-10-19T23:39:52.328Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15502023-10-19T23:39:58.002Z Compiling ident_case v1.0.1
15512023-10-19T23:39:58.233Z Compiling darling_core v0.20.3
15522023-10-19T23:40:12.851Z Compiling crossbeam-channel v0.5.8
15532023-10-19T23:40:18.072Z Compiling atty v0.2.14
15542023-10-19T23:40:18.483Z Compiling proc-macro-error-attr v1.0.4
15552023-10-19T23:40:27.501Z Compiling darling_macro v0.20.3
15562023-10-19T23:40:33.720Z Compiling proc-macro-crate v1.3.1
15572023-10-19T23:40:39.114Z Compiling dirs-sys-next v0.1.2
15582023-10-19T23:40:39.847Z Compiling proc-macro-error v1.0.4
15592023-10-19T23:40:50.535Z Compiling dirs-next v2.0.0
15602023-10-19T23:40:52.081Z Compiling num_enum_derive v0.5.11
15612023-10-19T23:40:58.119Z Compiling darling v0.20.3
15622023-10-19T23:41:03.196Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15632023-10-19T23:41:10.480Z Compiling getopts v0.2.21
15642023-10-19T23:41:11.948Z Compiling structmeta-derive v0.1.6
15652023-10-19T23:41:12.791Z Compiling thread_local v1.1.7
15662023-10-19T23:41:14.072Z Compiling multer v2.1.0
15672023-10-19T23:41:14.493Z Compiling unsafe-libyaml v0.2.9
15682023-10-19T23:41:16.540Z Compiling match_cfg v0.1.0
15692023-10-19T23:41:16.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15702023-10-19T23:41:17.362Z Compiling paste v1.0.14
15712023-10-19T23:41:17.632Z Compiling camino v1.1.6
15722023-10-19T23:41:22.731Z Compiling slog-async v2.8.0
15732023-10-19T23:41:50.559Z Compiling hostname v0.3.1
15742023-10-19T23:41:51.120Z Compiling serde_yaml v0.9.25
15752023-10-19T23:41:51.407Z Compiling structmeta v0.1.6
15762023-10-19T23:41:51.541Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15772023-10-19T23:41:51.691Z Compiling serde_with_macros v2.3.3
15782023-10-19T23:41:51.820Z Compiling num_enum v0.5.11
15792023-10-19T23:41:51.840Z Compiling term v0.7.0
15802023-10-19T23:41:51.947Z Compiling slog-json v2.6.1
15812023-10-19T23:41:52.278Z Compiling strum v0.25.0
15822023-10-19T23:41:54.668Z Compiling async-stream-impl v0.3.5
15832023-10-19T23:41:54.810Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15842023-10-19T23:41:55.297Z Compiling postcard-cobs v0.1.5-pre
15852023-10-19T23:41:55.924Z Compiling take_mut v0.2.2
15862023-10-19T23:41:56.271Z Compiling regex-syntax v0.6.29
15872023-10-19T23:41:56.699Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15882023-10-19T23:41:56.845Z Compiling atomic-waker v1.1.1
15892023-10-19T23:41:57.167Z Compiling waitgroup v0.1.2
15902023-10-19T23:41:57.203Z Compiling async-stream v0.3.5
15912023-10-19T23:41:57.842Z Compiling postcard v0.7.3
15922023-10-19T23:41:58.863Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15932023-10-19T23:41:59.174Z Compiling slog-bunyan v2.4.0
15942023-10-19T23:41:59.601Z Compiling slog-term v2.9.0
15952023-10-19T23:42:03.545Z Compiling serde_with v2.3.3
15962023-10-19T23:42:06.021Z Compiling parse-display-derive v0.7.0
15972023-10-19T23:42:10.486Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15982023-10-19T23:42:11.473Z Compiling sha1 v0.10.5
15992023-10-19T23:42:12.312Z Compiling smoltcp v0.8.2
16002023-10-19T23:42:12.459Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16012023-10-19T23:42:12.798Z Compiling serde_path_to_error v0.1.14
16022023-10-19T23:42:12.830Z Compiling foreign-types-macros v0.2.3
16032023-10-19T23:42:12.974Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16042023-10-19T23:42:13.404Z Compiling instant v0.1.12
16052023-10-19T23:42:13.655Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16062023-10-19T23:42:14.000Z Compiling debug-ignore v1.0.5
16072023-10-19T23:42:14.234Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16082023-10-19T23:42:14.475Z Compiling foreign-types-shared v0.3.1
16092023-10-19T23:42:14.659Z Compiling cfg-if v0.1.10
16102023-10-19T23:42:14.725Z Compiling backoff v0.4.0
16112023-10-19T23:42:14.750Z Compiling foreign-types v0.5.0
16122023-10-19T23:42:14.916Z Compiling parse-display v0.7.0
16132023-10-19T23:42:15.255Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16142023-10-19T23:42:15.281Z Compiling is-terminal v0.4.9
16152023-10-19T23:42:15.490Z Compiling macaddr v1.0.1
16162023-10-19T23:42:15.522Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16172023-10-19T23:42:15.567Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16182023-10-19T23:42:16.716Z Compiling cstr-argument v0.1.2
16192023-10-19T23:42:16.757Z Compiling pretty-hex v0.2.1
16202023-10-19T23:42:16.795Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16212023-10-19T23:42:17.087Z Compiling base64ct v1.6.0
16222023-10-19T23:42:17.092Z Compiling crucible-workspace-hack v0.1.0
16232023-10-19T23:42:17.239Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16242023-10-19T23:42:17.548Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16252023-10-19T23:42:17.872Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16262023-10-19T23:42:18.357Z Compiling password-hash v0.5.0
16272023-10-19T23:42:19.205Z Compiling colored v2.0.4
16282023-10-19T23:42:21.814Z Compiling textwrap v0.11.0
16292023-10-19T23:42:22.525Z Compiling heck v0.3.3
16302023-10-19T23:42:23.091Z Compiling blake2 v0.10.6
16312023-10-19T23:42:23.567Z Compiling strsim v0.8.0
16322023-10-19T23:42:24.290Z Compiling libefi-sys v0.1.0
16332023-10-19T23:42:25.120Z Compiling rayon-core v1.11.0
16342023-10-19T23:42:25.540Z Compiling vec_map v0.8.2
16352023-10-19T23:42:25.543Z Compiling ansi_term v0.12.1
16362023-10-19T23:42:25.720Z Compiling argon2 v0.5.2
16372023-10-19T23:42:25.890Z Compiling clap v2.34.0
16382023-10-19T23:42:26.764Z Compiling structopt-derive v0.4.18
16392023-10-19T23:42:27.431Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16402023-10-19T23:42:27.753Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16412023-10-19T23:42:31.879Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16422023-10-19T23:42:32.250Z Compiling zone_cfg_derive v0.2.0
16432023-10-19T23:42:32.288Z Compiling crossbeam-deque v0.8.3
16442023-10-19T23:42:32.313Z Compiling num-derive v0.4.0
16452023-10-19T23:42:32.870Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16462023-10-19T23:42:33.415Z Compiling portable-atomic v1.4.3
16472023-10-19T23:42:34.365Z Compiling keccak v0.1.4
16482023-10-19T23:42:34.839Z Compiling zone v0.2.0
16492023-10-19T23:42:35.869Z Compiling sha3 v0.10.8
16502023-10-19T23:42:35.897Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16512023-10-19T23:42:37.375Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16522023-10-19T23:42:39.727Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16532023-10-19T23:42:40.595Z Compiling structopt v0.3.26
16542023-10-19T23:42:42.024Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16552023-10-19T23:42:42.300Z Compiling hkdf v0.12.3
16562023-10-19T23:42:42.729Z Compiling smf v0.2.2
16572023-10-19T23:42:43.952Z Compiling secrecy v0.8.0
16582023-10-19T23:42:44.375Z Compiling filetime v0.2.22
16592023-10-19T23:42:44.900Z Compiling xattr v1.0.1
16602023-10-19T23:42:45.384Z Compiling fastrand v2.0.0
16612023-10-19T23:42:46.501Z Compiling same-file v1.0.6
16622023-10-19T23:42:46.593Z Compiling tempfile v3.8.0
16632023-10-19T23:42:46.596Z Compiling tar v0.4.40
16642023-10-19T23:42:46.958Z Compiling walkdir v2.4.0
16652023-10-19T23:42:49.350Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16662023-10-19T23:42:49.822Z Compiling rayon v1.7.0
16672023-10-19T23:42:50.021Z Compiling number_prefix v0.4.0
16682023-10-19T23:42:50.505Z Compiling omicron-zone-package v0.8.3
16692023-10-19T23:42:53.106Z Compiling topological-sort v0.2.2
16702023-10-19T23:42:58.844Z Compiling indicatif v0.17.7
16712023-10-19T23:43:06.412Z Compiling bzip2 v0.4.4
16722023-10-19T23:43:07.123Z Compiling zip v0.6.6
16732023-10-19T23:43:08.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742023-10-19T23:43:09.700Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16752023-10-19T23:43:10.095Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16762023-10-19T23:43:11.034Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16772023-10-19T23:43:32.333Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16782023-10-19T23:43:34.295Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16792023-10-19T23:43:34.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16802023-10-19T23:43:34.537Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16812023-10-19T23:43:34.610Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16822023-10-19T23:44:06.929Z Finished release [optimized] target(s) in 7m 58s
16832023-10-19T23:44:07.189Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16842023-10-19T23:44:07.277ZCreated new build target 'test' and set it as active
16852023-10-19T23:44:07.280Z
16862023-10-19T23:44:07.283Zreal 7:59.349417731
16872023-10-19T23:44:07.286Zuser 50:14.953422899
16882023-10-19T23:44:07.289Zsys 4:40.569409588
16892023-10-19T23:44:07.292Ztrap 1.915707915
16902023-10-19T23:44:07.295Ztflt 4.718445609
16912023-10-19T23:44:07.298Zdflt 5.133387261
16922023-10-19T23:44:07.301Zkflt 0.045250709
16932023-10-19T23:44:07.303Zlock 1:50:55.350581513
16942023-10-19T23:44:07.307Zslp 2:47:46.514398233
16952023-10-19T23:44:07.310Zlat 2:21.479824177
16962023-10-19T23:44:07.312Zstop 4:18.657449851
16972023-10-19T23:44:07.317Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16982023-10-19T23:44:08.427Z Finished release [optimized] target(s) in 1.06s
16992023-10-19T23:44:08.456Z Running `target/release/omicron-package -t test package`
17002023-10-19T23:44:08.496ZOct 19 23:44:08.499 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17012023-10-19T23:44:09.686Z Compiling serde_json v1.0.107
17022023-10-19T23:44:09.735Z Compiling linked-hash-map v0.5.6
17032023-10-19T23:44:09.739Z Compiling slog-dtrace v0.2.3
17042023-10-19T23:44:09.751Z Compiling quick-error v1.2.3
17052023-10-19T23:44:09.756Z Compiling termcolor v1.2.0
17062023-10-19T23:44:09.763Z Compiling memoffset v0.7.1
17072023-10-19T23:44:09.768Z Compiling base64 v0.13.1
17082023-10-19T23:44:09.772Z Compiling libz-sys v1.1.12
17092023-10-19T23:44:09.947Z Compiling resolv-conf v0.7.0
17102023-10-19T23:44:10.251Z Compiling lru-cache v0.1.2
17112023-10-19T23:44:10.352Z Compiling same-file v1.0.6
17122023-10-19T23:44:10.507Z Compiling trust-dns-resolver v0.22.0
17132023-10-19T23:44:10.558Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17142023-10-19T23:44:10.571Z Compiling walkdir v2.4.0
17152023-10-19T23:44:10.681Z Compiling semver-parser v0.10.2
17162023-10-19T23:44:10.958Z Compiling cancel-safe-futures v0.1.2
17172023-10-19T23:44:11.135Z Compiling fastrand v2.0.0
17182023-10-19T23:44:11.467Z Compiling libgit2-sys v0.15.2+1.6.4
17192023-10-19T23:44:11.715Z Compiling filetime v0.2.22
17202023-10-19T23:44:11.932Z Compiling semver v0.11.0
17212023-10-19T23:44:12.005Z Compiling tempfile v3.8.0
17222023-10-19T23:44:12.145Z Compiling xattr v1.0.1
17232023-10-19T23:44:12.500Z Compiling num-rational v0.4.1
17242023-10-19T23:44:12.518Z Compiling home v0.5.5
17252023-10-19T23:44:12.868Z Compiling schemars v0.8.13
17262023-10-19T23:44:13.318Z Compiling reqwest v0.11.20
17272023-10-19T23:44:13.322Z Compiling openapiv3 v1.0.3
17282023-10-19T23:44:13.331Z Compiling usdt-impl v0.3.5
17292023-10-19T23:44:13.342Z Compiling postgres-types v0.2.6
17302023-10-19T23:44:13.886Z Compiling usdt v0.3.5
17312023-10-19T23:44:14.670Z Compiling tokio-postgres v0.7.10
17322023-10-19T23:44:20.271Z Compiling ipnetwork v0.20.0
17332023-10-19T23:44:20.585Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17342023-10-19T23:44:26.025Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17352023-10-19T23:44:26.232Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-19T23:44:28.227Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17372023-10-19T23:44:28.564Z Compiling slog-json v2.6.1
17382023-10-19T23:44:29.399Z Compiling slog-bunyan v2.4.0
17392023-10-19T23:44:29.479Z Compiling diesel v2.1.1
17402023-10-19T23:44:29.785Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17412023-10-19T23:44:33.714Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17422023-10-19T23:44:34.002Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17432023-10-19T23:44:43.443Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17442023-10-19T23:44:43.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17452023-10-19T23:44:43.749Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17462023-10-19T23:44:43.836Z Compiling utf-8 v0.7.6
17472023-10-19T23:44:43.850Z Compiling toolchain_find v0.2.0
17482023-10-19T23:44:45.065Z Compiling tar v0.4.40
17492023-10-19T23:44:48.791Z Compiling pem-rfc7468 v0.7.0
17502023-10-19T23:44:50.566Z Compiling toml v0.5.11
17512023-10-19T23:44:51.750Z Compiling der_derive v0.7.2
17522023-10-19T23:44:53.597Z Compiling flagset v0.4.3
17532023-10-19T23:44:53.952Z Compiling rustfmt-wrapper v0.2.0
17542023-10-19T23:44:55.285Z Compiling omicron-zone-package v0.8.3
17552023-10-19T23:44:55.521Z Compiling der v0.7.8
17562023-10-19T23:45:00.451Z Compiling vergen v8.2.4
17572023-10-19T23:45:00.871Z Compiling fxhash v0.2.1
17582023-10-19T23:45:01.005Z Compiling num-complex v0.4.4
17592023-10-19T23:45:01.237Z Compiling unicase v2.7.0
17602023-10-19T23:45:01.687Z Compiling spki v0.7.2
17612023-10-19T23:45:02.560Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17622023-10-19T23:45:03.186Z Compiling num v0.4.1
17632023-10-19T23:45:03.348Z Compiling universal-hash v0.5.1
17642023-10-19T23:45:03.705Z Compiling libsqlite3-sys v0.26.0
17652023-10-19T23:45:04.258Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17662023-10-19T23:45:04.378Z Compiling arc-swap v1.6.0
17672023-10-19T23:45:05.296Z Compiling half v1.8.2
17682023-10-19T23:45:05.665Z Compiling maybe-uninit v2.0.0
17692023-10-19T23:45:06.341Z Compiling ciborium-io v0.2.1
17702023-10-19T23:45:06.538Z Compiling opaque-debug v0.3.0
17712023-10-19T23:45:06.682Z Compiling semver v0.1.20
17722023-10-19T23:45:07.302Z Compiling rustc_version v0.1.7
17732023-10-19T23:45:07.681Z Compiling ciborium-ll v0.2.1
17742023-10-19T23:45:08.052Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17752023-10-19T23:45:08.571Z Compiling slog-scope v4.4.0
17762023-10-19T23:45:09.563Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17772023-10-19T23:45:10.155Z Compiling parking_lot_core v0.8.6
17782023-10-19T23:45:10.748Z Compiling crc-catalog v2.2.0
17792023-10-19T23:45:10.986Z Compiling signal-hook v0.3.17
17802023-10-19T23:45:11.420Z Compiling num-bigint-dig v0.8.4
17812023-10-19T23:45:11.825Z Compiling packed_struct v0.10.1
17822023-10-19T23:45:12.471Z Compiling crc v3.0.1
17832023-10-19T23:45:15.676Z Compiling slog-stdlog v4.1.1
17842023-10-19T23:45:16.351Z Compiling ciborium v0.2.1
17852023-10-19T23:45:17.376Z Compiling newtype_derive v0.1.6
17862023-10-19T23:45:17.802Z Compiling pkcs8 v0.10.2
17872023-10-19T23:45:18.781Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17882023-10-19T23:45:20.143Z Compiling toml_edit v0.20.0
17892023-10-19T23:45:20.890Z Compiling hashlink v0.8.3
17902023-10-19T23:45:22.141Z Compiling aead v0.5.2
17912023-10-19T23:45:22.584Z Compiling nibble_vec v0.1.0
17922023-10-19T23:45:22.631Z Compiling packed_struct_codegen v0.10.1
17932023-10-19T23:45:23.341Z Compiling dirs-sys-next v0.1.2
17942023-10-19T23:45:23.756Z Compiling rand v0.4.6
17952023-10-19T23:45:26.923Z Compiling endian-type v0.1.2
17962023-10-19T23:45:27.279Z Compiling crunchy v0.2.2
17972023-10-19T23:45:27.943Z Compiling fallible-streaming-iterator v0.1.9
17982023-10-19T23:45:28.146Z Compiling doc-comment v0.3.3
17992023-10-19T23:45:28.369Z Compiling humantime v2.1.0
18002023-10-19T23:45:28.858Z Compiling nodrop v0.1.14
18012023-10-19T23:45:29.058Z Compiling glob v0.3.1
18022023-10-19T23:45:29.801Z Compiling array-init v0.0.4
18032023-10-19T23:45:30.468Z Compiling clang-sys v1.6.1
18042023-10-19T23:45:31.755Z Compiling rusqlite v0.29.0
18052023-10-19T23:45:31.999Z Compiling radix_trie v0.2.1
18062023-10-19T23:45:33.444Z Compiling twox-hash v1.6.3
18072023-10-19T23:45:35.018Z Compiling toml v0.8.0
18082023-10-19T23:45:39.920Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092023-10-19T23:45:40.075Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18102023-10-19T23:45:41.178Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18112023-10-19T23:45:49.617Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18122023-10-19T23:45:49.724Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18132023-10-19T23:45:49.895Z Compiling dirs-next v2.0.0
18142023-10-19T23:45:49.949Z Compiling pkcs1 v0.7.5
18152023-10-19T23:45:50.053Z Compiling smallvec v0.6.14
18162023-10-19T23:45:50.100Z Compiling slog-envlogger v2.2.0
18172023-10-19T23:45:53.986Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18182023-10-19T23:45:54.075Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18192023-10-19T23:45:55.042Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18202023-10-19T23:45:56.088Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18212023-10-19T23:45:56.470Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18222023-10-19T23:46:01.813Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18232023-10-19T23:46:12.190Z Compiling nix v0.26.2
18242023-10-19T23:46:13.095Z Compiling num_enum_derive v0.7.0
18252023-10-19T23:46:13.834Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18262023-10-19T23:46:15.446Z Compiling tiny-keccak v2.0.2
18272023-10-19T23:46:15.855Z Compiling platforms v3.0.2
18282023-10-19T23:46:16.347Z Compiling prettyplease v0.2.12
18292023-10-19T23:46:16.811Z Compiling bitfield v0.14.0
18302023-10-19T23:46:17.226Z Compiling num_enum v0.7.0
18312023-10-19T23:46:17.270Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18322023-10-19T23:46:17.550Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18332023-10-19T23:46:25.429Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18342023-10-19T23:46:27.505Z Compiling rsa v0.9.2
18352023-10-19T23:46:29.149Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18362023-10-19T23:46:34.183Z Compiling parking_lot v0.11.2
18372023-10-19T23:46:34.967Z Compiling serde-hex v0.1.0
18382023-10-19T23:46:35.715Z Compiling mime_guess v2.0.4
18392023-10-19T23:46:36.415Z Compiling term v0.7.0
18402023-10-19T23:46:37.629Z Compiling trust-dns-client v0.22.0
18412023-10-19T23:46:37.956Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18422023-10-19T23:46:38.171Z Compiling polyval v0.6.1
18432023-10-19T23:46:38.492Z Compiling x509-cert v0.2.4
18442023-10-19T23:46:38.843Z Compiling tungstenite v0.20.1
18452023-10-19T23:46:38.979Z Compiling env_logger v0.10.0
18462023-10-19T23:46:44.032Z Compiling ctr v0.9.2
18472023-10-19T23:46:44.582Z Compiling aes v0.8.3
18482023-10-19T23:46:45.653Z Compiling darling_core v0.14.4
18492023-10-19T23:46:48.495Z Compiling ron v0.8.1
18502023-10-19T23:46:48.931Z Compiling snafu-derive v0.7.5
18512023-10-19T23:46:54.252Z Compiling bincode v1.3.3
18522023-10-19T23:46:56.471Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
18532023-10-19T23:46:56.493Z Compiling minimal-lexical v0.2.1
18542023-10-19T23:46:57.153Z Compiling crc-any v2.4.3
18552023-10-19T23:46:57.309Z Compiling erased-serde v0.3.30
18562023-10-19T23:46:58.382Z Compiling convert_case v0.4.0
18572023-10-19T23:46:58.764Z Compiling trust-dns-server v0.22.1
18582023-10-19T23:46:59.220Z Compiling derive_more v0.99.17
18592023-10-19T23:46:59.238Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18602023-10-19T23:47:00.830Z Compiling nom v7.1.3
18612023-10-19T23:47:07.172Z Compiling snafu v0.7.5
18622023-10-19T23:47:09.293Z Compiling darling_macro v0.14.4
18632023-10-19T23:47:10.769Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18642023-10-19T23:47:11.642Z Compiling aes-gcm-siv v0.11.1
18652023-10-19T23:47:12.133Z Compiling tokio-tungstenite v0.20.1
18662023-10-19T23:47:12.954Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18672023-10-19T23:47:13.951Z Compiling ascii-canvas v3.0.0
18682023-10-19T23:47:14.464Z Compiling steno v0.4.0
18692023-10-19T23:47:14.761Z Compiling sled v0.34.7
18702023-10-19T23:47:21.676Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18712023-10-19T23:47:34.238Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18722023-10-19T23:47:35.165Z Compiling env_logger v0.9.3
18732023-10-19T23:47:35.970Z Compiling tungstenite v0.18.0
18742023-10-19T23:47:38.859Z Compiling object v0.30.4
18752023-10-19T23:47:39.704Z Compiling is-terminal v0.4.9
18762023-10-19T23:47:40.299Z Compiling ena v0.14.2
18772023-10-19T23:47:40.580Z Compiling bitstruct_derive v0.1.0
18782023-10-19T23:47:42.542Z Compiling derive-where v1.2.5
18792023-10-19T23:47:42.937Z Compiling async-recursion v1.0.5
18802023-10-19T23:47:44.425Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18812023-10-19T23:47:44.675Z Compiling libloading v0.7.4
18822023-10-19T23:47:45.227Z Compiling diff v0.1.13
18832023-10-19T23:47:45.568Z Compiling bindgen v0.65.1
18842023-10-19T23:47:46.127Z Compiling ringbuffer v0.15.0
18852023-10-19T23:47:46.192Z Compiling pretty-hex v0.3.0
18862023-10-19T23:47:46.562Z Compiling ascii v1.1.0
18872023-10-19T23:47:47.198Z Compiling linear-map v1.2.0
18882023-10-19T23:47:47.851Z Compiling path-slash v0.1.5
18892023-10-19T23:47:47.864Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18902023-10-19T23:47:47.888Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18912023-10-19T23:47:48.169Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18922023-10-19T23:47:52.247Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
18932023-10-19T23:47:57.291Z Compiling lalrpop v0.19.12
18942023-10-19T23:48:04.185Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18952023-10-19T23:48:04.574Z Compiling bitstruct v0.1.1
18962023-10-19T23:48:05.193Z Compiling tokio-tungstenite v0.18.0
18972023-10-19T23:48:05.197Z Compiling curve25519-dalek v4.1.0
18982023-10-19T23:48:05.398Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18992023-10-19T23:48:08.585Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
19002023-10-19T23:48:12.591Z Compiling darling v0.14.4
19012023-10-19T23:48:12.760Z Compiling cexpr v0.6.0
19022023-10-19T23:48:18.111Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19032023-10-19T23:48:20.350Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
19042023-10-19T23:48:22.197Z Compiling which v4.4.0
19052023-10-19T23:48:22.723Z Compiling ff v0.13.0
19062023-10-19T23:48:22.751Z Compiling path-dedot v3.1.0
19072023-10-19T23:48:23.028Z Compiling serde_arrays v0.1.0
19082023-10-19T23:48:23.048Z Compiling peeking_take_while v0.1.2
19092023-10-19T23:48:23.244Z Compiling lazycell v1.3.0
19102023-10-19T23:48:23.272Z Compiling rustc-hash v1.1.0
19112023-10-19T23:48:23.497Z Compiling display-error-chain v0.1.1
19122023-10-19T23:48:23.500Z Compiling shlex v1.1.0
19132023-10-19T23:48:23.897Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19142023-10-19T23:48:25.521Z Compiling path-absolutize v3.1.0
19152023-10-19T23:48:25.832Z Compiling group v0.13.0
19162023-10-19T23:48:26.104Z Compiling derive_builder_core v0.12.0
19172023-10-19T23:48:29.975Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19182023-10-19T23:48:34.713Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19192023-10-19T23:48:37.851Z Compiling olpc-cjson v0.1.3
19202023-10-19T23:48:38.766Z Compiling pem v1.1.1
19212023-10-19T23:48:38.862Z Compiling camino-tempfile v1.0.2
19222023-10-19T23:48:40.150Z Compiling globset v0.4.13
19232023-10-19T23:48:41.322Z Compiling crypto-bigint v0.5.2
19242023-10-19T23:48:42.400Z Compiling serde_plain v1.0.2
19252023-10-19T23:48:43.233Z Compiling thiserror-impl-no-std v2.0.2
19262023-10-19T23:48:46.076Z Compiling polar-core v0.26.4
19272023-10-19T23:48:46.683Z Compiling curve25519-dalek-derive v0.1.0
19282023-10-19T23:48:47.813Z Compiling libxml v0.3.3
19292023-10-19T23:48:47.842Z Compiling ref-cast v1.0.20
19302023-10-19T23:48:48.277Z Compiling base16ct v0.2.0
19312023-10-19T23:48:48.302Z Compiling buf-list v1.0.3
19322023-10-19T23:48:48.604Z Compiling elliptic-curve v0.13.5
19332023-10-19T23:48:49.184Z Compiling thiserror-no-std v2.0.2
19342023-10-19T23:48:49.353Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19352023-10-19T23:48:49.519Z Compiling tough v0.12.5
19362023-10-19T23:48:54.753Z Compiling derive_builder_macro v0.12.0
19372023-10-19T23:48:55.938Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19382023-10-19T23:49:01.596Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19392023-10-19T23:49:02.110Z Compiling poly1305 v0.8.0
19402023-10-19T23:49:03.617Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19412023-10-19T23:49:04.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19422023-10-19T23:49:05.144Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19432023-10-19T23:49:05.539Z Compiling chacha20 v0.9.1
19442023-10-19T23:49:06.029Z Compiling strum_macros v0.24.3
19452023-10-19T23:49:06.291Z Compiling bcs v0.1.5
19462023-10-19T23:49:06.382Z Compiling const_format_proc_macros v0.2.31
19472023-10-19T23:49:07.683Z Compiling ref-cast-impl v1.0.20
19482023-10-19T23:49:09.448Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19492023-10-19T23:49:09.588Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19502023-10-19T23:49:09.845Z Compiling cookie v0.16.2
19512023-10-19T23:49:10.003Z Compiling highway v1.1.0
19522023-10-19T23:49:10.207Z Compiling signature v1.6.4
19532023-10-19T23:49:10.278Z Compiling salty v0.2.0
19542023-10-19T23:49:10.483Z Compiling indoc v1.0.9
19552023-10-19T23:49:10.980Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19562023-10-19T23:49:11.835Z Compiling ed25519 v1.5.3
19572023-10-19T23:49:12.492Z Compiling const_format v0.2.31
19582023-10-19T23:49:12.711Z Compiling chacha20poly1305 v0.10.1
19592023-10-19T23:49:13.092Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19602023-10-19T23:49:14.331Z Compiling derive_builder v0.12.0
19612023-10-19T23:49:14.633Z Compiling vsss-rs v3.3.1
19622023-10-19T23:49:23.361Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19632023-10-19T23:49:29.835Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19642023-10-19T23:49:33.511Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19652023-10-19T23:49:33.635Z Compiling signal-hook-mio v0.2.3
19662023-10-19T23:49:33.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19672023-10-19T23:49:34.486Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19682023-10-19T23:49:34.928Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19692023-10-19T23:49:38.846Z Compiling ron v0.7.1
19702023-10-19T23:50:07.556Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19712023-10-19T23:50:09.270Z Compiling headers-core v0.2.0
19722023-10-19T23:50:09.579Z Compiling bb8 v0.8.1
19732023-10-19T23:50:09.714Z Compiling quick-xml v0.23.1
19742023-10-19T23:50:09.852Z Compiling serde-big-array v0.5.1
19752023-10-19T23:50:09.886Z Compiling oso-derive v0.26.4
19762023-10-19T23:50:10.044Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19772023-10-19T23:50:10.138Z Compiling impl-trait-for-tuples v0.2.2
19782023-10-19T23:50:10.240Z Compiling maplit v1.0.2
19792023-10-19T23:50:10.289Z Compiling bit_field v0.10.2
19802023-10-19T23:50:10.319Z Compiling http-range v0.1.5
19812023-10-19T23:50:10.341Z Compiling hyper-staticfile v0.9.5
19822023-10-19T23:50:10.402Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19832023-10-19T23:50:10.429Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
19842023-10-19T23:50:10.442Z Compiling headers v0.3.9
19852023-10-19T23:50:10.485Z Compiling crossterm v0.27.0
19862023-10-19T23:50:10.509Z Compiling oso v0.26.4
19872023-10-19T23:50:24.396Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19882023-10-19T23:50:28.282Z Compiling signal-hook-tokio v0.3.1
19892023-10-19T23:50:28.585Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19902023-10-19T23:50:28.649Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19912023-10-19T23:50:28.943Z Compiling serde-big-array v0.4.1
19922023-10-19T23:50:29.217Z Compiling cassowary v0.3.0
19932023-10-19T23:50:30.734Z Compiling indoc v2.0.3
19942023-10-19T23:50:32.251Z Compiling ratatui v0.23.0
19952023-10-19T23:50:32.588Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19962023-10-19T23:50:35.232Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19972023-10-19T23:50:36.891Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19982023-10-19T23:50:37.468Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19992023-10-19T23:50:40.103Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20002023-10-19T23:50:40.792Z Compiling fatfs v0.3.6
20012023-10-19T23:50:43.617Z Compiling bytesize v1.3.0
20022023-10-19T23:50:44.553Z Compiling nanorand v0.7.0
20032023-10-19T23:50:46.248Z Compiling rtoolbox v0.0.1
20042023-10-19T23:50:46.415Z Compiling fs-err v2.9.0
20052023-10-19T23:50:46.632Z Compiling assert_matches v1.5.0
20062023-10-19T23:50:46.770Z Compiling corncobs v0.1.3
20072023-10-19T23:50:47.443Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20082023-10-19T23:50:47.754Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20092023-10-19T23:50:48.764Z Compiling rpassword v7.2.0
20102023-10-19T23:50:49.405Z Compiling flume v0.11.0
20112023-10-19T23:50:50.081Z Compiling tui-tree-widget v0.13.0
20122023-10-19T23:50:50.704Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20132023-10-19T23:50:53.604Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20142023-10-19T23:50:57.621Z Compiling shell-words v1.1.0
20152023-10-19T23:50:58.348Z Compiling owo-colors v3.5.0
20162023-10-19T23:51:03.908Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20172023-10-19T23:51:15.754Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20182023-10-19T23:52:04.718Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20192023-10-19T23:52:16.225Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20202023-10-19T23:54:13.704Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20212023-10-19T23:56:03.762Z Compiling git2 v0.17.2
20222023-10-19T23:56:10.399Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20232023-10-19T23:56:12.180Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20242023-10-19T23:56:26.912Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20252023-10-19T23:56:40.057Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20262023-10-19T23:56:41.199Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20272023-10-19T23:56:41.997Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20282023-10-19T23:56:44.243Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20292023-10-20T00:05:35.138Z Finished release [optimized] target(s) in 21m 26s
20302023-10-20T00:06:52.023Z
20312023-10-20T00:06:52.027Zreal 22:44.790576178
20322023-10-20T00:06:52.030Zuser 2:37:27.215299600
20332023-10-20T00:06:52.037Zsys 6:54.828042449
20342023-10-20T00:06:52.041Ztrap 4.977900292
20352023-10-20T00:06:52.044Ztflt 1.497878091
20362023-10-20T00:06:52.047Zdflt 3.823632078
20372023-10-20T00:06:52.050Zkflt 0.021990308
20382023-10-20T00:06:52.053Zlock 8:55:17.454078252
20392023-10-20T00:06:52.060Zslp 6:24:05.153390626
20402023-10-20T00:06:52.064Zlat 2:54.378342541
20412023-10-20T00:06:52.069Zstop 58.529763785
20422023-10-20T00:06:52.073Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
20432023-10-20T00:06:52.093Z+ pfexec mkdir -p /work
20442023-10-20T00:06:52.099Z+ pfexec chown build /work
20452023-10-20T00:06:52.123Z+ ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
20462023-10-20T00:07:06.304ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20472023-10-20T00:07:06.355Za out/maghemite.tar 73201K
20482023-10-20T00:07:06.367Za out/omicron-sled-agent.tar 111396K
20492023-10-20T00:07:06.375Za out/target/test 1K
20502023-10-20T00:07:06.383Za out/npuzone/npuzone 36504K
20512023-10-20T00:07:06.388Za package-manifest.toml 21K
20522023-10-20T00:07:06.393Za smf/sled-agent/non-gimlet/config.toml 4K
20532023-10-20T00:07:06.397Za target/release/omicron-package 37189K
20542023-10-20T00:07:06.402Za tools/create_virtual_hardware.sh 3K
20552023-10-20T00:07:06.407Za tools/virtual_hardware.sh 4K
20562023-10-20T00:07:06.410Za tools/scrimlet/create-softnpu-zone.sh 1K
20572023-10-20T00:07:06.415Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20582023-10-20T00:07:06.419Za tools/scrimlet/softnpu-init.sh 3K
20592023-10-20T00:07:06.424Za tools/scrimlet/softnpu-zone.txt 1K
20602023-10-20T00:07:06.428Za tools/scrimlet/softnpu.toml 1K
20612023-10-20T00:07:06.432Z
20622023-10-20T00:07:06.438Zreal 13.793540351
20632023-10-20T00:07:06.442Zuser 13.193365141
20642023-10-20T00:07:06.448Zsys 1.071264906
20652023-10-20T00:07:06.454Ztrap 0.002858182
20662023-10-20T00:07:06.459Ztflt 0.000000000
20672023-10-20T00:07:06.464Zdflt 0.000000000
20682023-10-20T00:07:06.471Zkflt 0.000000000
20692023-10-20T00:07:06.476Zlock 0.000000000
20702023-10-20T00:07:06.481Zslp 12.893496129
20712023-10-20T00:07:06.489Zlat 0.422539070
20722023-10-20T00:07:06.493Zstop 0.000233698
20732023-10-20T00:07:06.499Z++ pwd
20742023-10-20T00:07:06.503Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20752023-10-20T00:07:06.509Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20762023-10-20T00:07:06.513Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20772023-10-20T00:07:07.015Z Finished release [optimized] target(s) in 1.09s
20782023-10-20T00:07:07.042Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20792023-10-20T00:07:07.088ZCreated new build target 'host' and set it as active
20802023-10-20T00:07:07.109Z
20812023-10-20T00:07:07.131Zreal 1.249486152
20822023-10-20T00:07:07.159Zuser 0.880856436
20832023-10-20T00:07:07.180Zsys 0.369249734
20842023-10-20T00:07:07.207Ztrap 0.000117205
20852023-10-20T00:07:07.231Ztflt 0.000003728
20862023-10-20T00:07:07.250Zdflt 0.000002380
20872023-10-20T00:07:07.258Zkflt 0.000000000
20882023-10-20T00:07:07.342Zlock 0.032143204
20892023-10-20T00:07:07.449Zslp 0.019168567
20902023-10-20T00:07:07.478Zlat 0.002664218
20912023-10-20T00:07:07.482Zstop 0.000220058
20922023-10-20T00:07:07.500Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20932023-10-20T00:07:08.215Z Finished release [optimized] target(s) in 1.04s
20942023-10-20T00:07:08.244Z Running `target/release/omicron-package -t host package`
20952023-10-20T00:07:08.289ZOct 20 00:07:08.291 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20962023-10-20T00:07:09.436Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20972023-10-20T00:10:37.469Z Finished release [optimized] target(s) in 3m 29s
20982023-10-20T00:11:59.338Z
20992023-10-20T00:11:59.341Zreal 4:52.250144758
21002023-10-20T00:11:59.344Zuser 20:32.711558841
21012023-10-20T00:11:59.347Zsys 1:03.897014668
21022023-10-20T00:11:59.350Ztrap 0.524584630
21032023-10-20T00:11:59.353Ztflt 0.029979279
21042023-10-20T00:11:59.356Zdflt 1.443922614
21052023-10-20T00:11:59.358Zkflt 0.070950118
21062023-10-20T00:11:59.361Zlock 1:09:09.670936637
21072023-10-20T00:11:59.364Zslp 17:11.538506248
21082023-10-20T00:11:59.367Zlat 8.971690855
21092023-10-20T00:11:59.369Zstop 0.720706871
21102023-10-20T00:11:59.372Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21112023-10-20T00:11:59.375Z+ for package in "$@"
21122023-10-20T00:11:59.378Z+ [[ omicron-sled-agent == maghemite ]]
21132023-10-20T00:11:59.380Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git1d2b4793d9c
21142023-10-20T00:12:00.484Z Finished release [optimized] target(s) in 1.06s
21152023-10-20T00:12:00.512Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git1d2b4793d9c`
21162023-10-20T00:12:00.556ZOct 20 00:12:00.559 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21172023-10-20T00:12:01.099ZCreated: out/versioned/omicron-sled-agent.tar
21182023-10-20T00:12:01.102Z+ for package in "$@"
21192023-10-20T00:12:01.107Z+ [[ maghemite == maghemite ]]
21202023-10-20T00:12:01.110Z+ echo 0.0.0
21212023-10-20T00:12:01.113Z+ tar rvf out/maghemite.tar VERSION
21222023-10-20T00:12:01.116Za VERSION 1K
21232023-10-20T00:12:01.120Z+ rm VERSION
21242023-10-20T00:12:01.124Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git1d2b4793d9c
21252023-10-20T00:12:02.292Z Finished release [optimized] target(s) in 1.09s
21262023-10-20T00:12:02.322Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git1d2b4793d9c`
21272023-10-20T00:12:02.368ZOct 20 00:12:02.369 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21282023-10-20T00:12:02.696ZCreated: out/versioned/maghemite.tar
21292023-10-20T00:12:02.700Z+ for package in "$@"
21302023-10-20T00:12:02.703Z+ [[ propolis-server == maghemite ]]
21312023-10-20T00:12:02.706Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git1d2b4793d9c
21322023-10-20T00:12:03.821Z Finished release [optimized] target(s) in 1.03s
21332023-10-20T00:12:03.851Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git1d2b4793d9c`
21342023-10-20T00:12:03.913ZOct 20 00:12:03.895 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21352023-10-20T00:12:05.689ZCreated: out/versioned/propolis-server.tar.gz
21362023-10-20T00:12:05.693Z+ for package in "$@"
21372023-10-20T00:12:05.695Z+ [[ overlay == maghemite ]]
21382023-10-20T00:12:05.698Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git1d2b4793d9c
21392023-10-20T00:12:06.867Z Finished release [optimized] target(s) in 1.09s
21402023-10-20T00:12:06.947Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git1d2b4793d9c`
21412023-10-20T00:12:06.951ZOct 20 00:12:06.943 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21422023-10-20T00:12:06.954ZCreated: out/versioned/overlay.tar.gz
21432023-10-20T00:12:06.957Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21442023-10-20T00:12:06.962Z+++ dirname -- ./tools/build-global-zone-packages.sh
21452023-10-20T00:12:06.965Z++ cd -- ./tools
21462023-10-20T00:12:06.969Z++ pwd
21472023-10-20T00:12:06.972Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21482023-10-20T00:12:06.975Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21492023-10-20T00:12:06.978Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21502023-10-20T00:12:06.981Z++ readlink -f /work
21512023-10-20T00:12:06.985Z+ out_dir=/work
21522023-10-20T00:12:06.988Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz")
21532023-10-20T00:12:06.991Z+ for dep in "${deps[@]}"
21542023-10-20T00:12:06.994Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21552023-10-20T00:12:06.997Z+ for dep in "${deps[@]}"
21562023-10-20T00:12:07.003Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21572023-10-20T00:12:07.006Z+ for dep in "${deps[@]}"
21582023-10-20T00:12:07.009Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21592023-10-20T00:12:07.012Z+ for dep in "${deps[@]}"
21602023-10-20T00:12:07.015Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21612023-10-20T00:12:07.018Z++ mktemp -d
21622023-10-20T00:12:07.021Z+ tmp_gz=/tmp/tmp.9.aapi
21632023-10-20T00:12:07.025Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21642023-10-20T00:12:07.028Z+ echo '{"v":"1","t":"layer"}'
21652023-10-20T00:12:07.031Z+ pkg_dir=/tmp/tmp.9.aapi/root/opt/oxide/sled-agent
21662023-10-20T00:12:07.035Z+ mkdir -p /tmp/tmp.9.aapi/root/opt/oxide/sled-agent
21672023-10-20T00:12:07.038Z+ cd /tmp/tmp.9.aapi/root/opt/oxide/sled-agent
21682023-10-20T00:12:07.041Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21692023-10-20T00:12:07.095Zx ., 0 bytes, 0 tape blocks
21702023-10-20T00:12:07.099Zx zone-bundle, 34374592 bytes, 67138 tape blocks
21712023-10-20T00:12:07.102Zx sled-agent, 79390576 bytes, 155060 tape blocks
21722023-10-20T00:12:07.106Zx pkg, 0 bytes, 0 tape blocks
21732023-10-20T00:12:07.109Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21742023-10-20T00:12:07.112Zx pkg/README.md, 54 bytes, 1 tape blocks
21752023-10-20T00:12:07.116Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21762023-10-20T00:12:07.119Zx VERSION, 25 bytes, 1 tape blocks
21772023-10-20T00:12:07.122Z+ mkdir -p /tmp/tmp.9.aapi/root/lib/svc/manifest/site/
21782023-10-20T00:12:07.125Z+ mv pkg/manifest.xml /tmp/tmp.9.aapi/root/lib/svc/manifest/site/sled-agent.xml
21792023-10-20T00:12:07.129Z+ cd -
21802023-10-20T00:12:07.133Z/work/oxidecomputer/omicron
21812023-10-20T00:12:07.136Z+ pkg_dir=/tmp/tmp.9.aapi/root/opt/oxide/mg-ddm
21822023-10-20T00:12:07.139Z+ mkdir -p /tmp/tmp.9.aapi/root/opt/oxide/mg-ddm
21832023-10-20T00:12:07.142Z+ cd /tmp/tmp.9.aapi/root/opt/oxide/mg-ddm
21842023-10-20T00:12:07.145Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21852023-10-20T00:12:07.189Zx ., 0 bytes, 0 tape blocks
21862023-10-20T00:12:07.195Zx ddmadm, 39360576 bytes, 76877 tape blocks
21872023-10-20T00:12:07.198Zx ddmd, 35588120 bytes, 69509 tape blocks
21882023-10-20T00:12:07.201Zx pkg, 0 bytes, 0 tape blocks
21892023-10-20T00:12:07.205Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21902023-10-20T00:12:07.228Zx pkg/ddm, 0 bytes, 0 tape blocks
21912023-10-20T00:12:07.237Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21922023-10-20T00:12:07.241Zx VERSION, 25 bytes, 1 tape blocks
21932023-10-20T00:12:07.245Z+ cd -
21942023-10-20T00:12:07.248Z/work/oxidecomputer/omicron
21952023-10-20T00:12:07.269Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.9.aapi/root/opt/oxide
21962023-10-20T00:12:07.333Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.9.aapi/root/opt/oxide
21972023-10-20T00:12:07.341Z+ cd /tmp/tmp.9.aapi
21982023-10-20T00:12:07.345Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21992023-10-20T00:12:19.597ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22002023-10-20T00:12:19.601Za oxide.json 1K
22012023-10-20T00:12:19.605Za root/ 0K
22022023-10-20T00:12:19.607Za root/opt/ 0K
22032023-10-20T00:12:19.610Za root/opt/oxide/ 0K
22042023-10-20T00:12:19.613Za root/opt/oxide/sled-agent/ 0K
22052023-10-20T00:12:19.617Za root/opt/oxide/sled-agent/zone-bundle 33569K
22062023-10-20T00:12:19.620Za root/opt/oxide/sled-agent/sled-agent 77530K
22072023-10-20T00:12:19.623Za root/opt/oxide/sled-agent/pkg/ 0K
22082023-10-20T00:12:19.626Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22092023-10-20T00:12:19.629Za root/opt/oxide/sled-agent/pkg/README.md 1K
22102023-10-20T00:12:19.634Za root/opt/oxide/sled-agent/VERSION 1K
22112023-10-20T00:12:19.638Za root/opt/oxide/mg-ddm/ 0K
22122023-10-20T00:12:19.640Za root/opt/oxide/mg-ddm/ddmadm 38439K
22132023-10-20T00:12:19.644Za root/opt/oxide/mg-ddm/ddmd 34755K
22142023-10-20T00:12:19.648Za root/opt/oxide/mg-ddm/pkg/ 0K
22152023-10-20T00:12:19.650Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22162023-10-20T00:12:19.653Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22172023-10-20T00:12:19.656Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22182023-10-20T00:12:19.659Za root/opt/oxide/mg-ddm/VERSION 1K
22192023-10-20T00:12:19.662Za root/opt/oxide/propolis-server.tar.gz 64739K
22202023-10-20T00:12:19.665Za root/opt/oxide/overlay.tar.gz 2K
22212023-10-20T00:12:19.667Za root/lib/ 0K
22222023-10-20T00:12:19.670Za root/lib/svc/ 0K
22232023-10-20T00:12:19.674Za root/lib/svc/manifest/ 0K
22242023-10-20T00:12:19.679Za root/lib/svc/manifest/site/ 0K
22252023-10-20T00:12:19.681Za root/lib/svc/manifest/site/sled-agent.xml 3K
22262023-10-20T00:12:19.684Z+ cd /
22272023-10-20T00:12:19.687Z+ rm -rf /tmp/tmp.9.aapi
22282023-10-20T00:12:19.690Z
22292023-10-20T00:12:19.693Zreal 12.702835276
22302023-10-20T00:12:19.697Zuser 11.753512712
22312023-10-20T00:12:19.701Zsys 1.016976015
22322023-10-20T00:12:19.710Ztrap 0.002152136
22332023-10-20T00:12:19.714Ztflt 0.000000000
22342023-10-20T00:12:19.721Zdflt 0.000000000
22352023-10-20T00:12:19.730Zkflt 0.000000000
22362023-10-20T00:12:19.736Zlock 0.000000000
22372023-10-20T00:12:19.744Zslp 24.498516169
22382023-10-20T00:12:19.750Zlat 0.394602029
22392023-10-20T00:12:19.757Zstop 0.000301162
22402023-10-20T00:12:19.762Z+ mkdir -p /work/zones
22412023-10-20T00:12:19.768Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
22422023-10-20T00:12:19.774Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
22432023-10-20T00:12:23.153Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22442023-10-20T00:12:24.372Z Finished release [optimized] target(s) in 1.13s
22452023-10-20T00:12:24.402Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22462023-10-20T00:12:24.443ZCreated new build target 'recovery' and set it as active
22472023-10-20T00:12:24.446Z
22482023-10-20T00:12:24.449Zreal 1.288012927
22492023-10-20T00:12:24.453Zuser 0.902727889
22502023-10-20T00:12:24.455Zsys 0.383240689
22512023-10-20T00:12:24.458Ztrap 0.000995087
22522023-10-20T00:12:24.461Ztflt 0.000001807
22532023-10-20T00:12:24.464Zdflt 0.000007428
22542023-10-20T00:12:24.467Zkflt 0.000000000
22552023-10-20T00:12:24.470Zlock 0.035254189
22562023-10-20T00:12:24.473Zslp 0.019825986
22572023-10-20T00:12:24.476Zlat 0.003679501
22582023-10-20T00:12:24.479Zstop 0.000236137
22592023-10-20T00:12:24.482Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22602023-10-20T00:12:25.681Z Finished release [optimized] target(s) in 1.11s
22612023-10-20T00:12:25.684Z Running `target/release/omicron-package -t recovery package`
22622023-10-20T00:12:25.725ZOct 20 00:12:25.727 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22632023-10-20T00:12:26.714Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22642023-10-20T00:12:30.400Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22652023-10-20T00:13:03.277Z Finished release [optimized] target(s) in 37.47s
22662023-10-20T00:13:21.656Z
22672023-10-20T00:13:21.659Zreal 57.201910907
22682023-10-20T00:13:21.662Zuser 2:32.762488097
22692023-10-20T00:13:21.665Zsys 13.372498934
22702023-10-20T00:13:21.668Ztrap 0.072337211
22712023-10-20T00:13:21.671Ztflt 0.033925029
22722023-10-20T00:13:21.675Zdflt 0.966295077
22732023-10-20T00:13:21.678Zkflt 0.026149606
22742023-10-20T00:13:21.680Zlock 12:57.473284358
22752023-10-20T00:13:21.683Zslp 2:38.418724564
22762023-10-20T00:13:21.685Zlat 1.836850139
22772023-10-20T00:13:21.688Zstop 0.202135916
22782023-10-20T00:13:21.691Z+ stamp_packages installinator maghemite
22792023-10-20T00:13:21.695Z+ for package in "$@"
22802023-10-20T00:13:21.698Z+ [[ installinator == maghemite ]]
22812023-10-20T00:13:21.701Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git1d2b4793d9c
22822023-10-20T00:13:22.777Z Finished release [optimized] target(s) in 1.03s
22832023-10-20T00:13:22.804Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git1d2b4793d9c`
22842023-10-20T00:13:22.843ZOct 20 00:13:22.842 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22852023-10-20T00:13:22.963ZCreated: out/versioned/installinator.tar
22862023-10-20T00:13:22.971Z+ for package in "$@"
22872023-10-20T00:13:22.982Z+ [[ maghemite == maghemite ]]
22882023-10-20T00:13:23.000Z+ echo 0.0.0
22892023-10-20T00:13:23.016Z+ tar rvf out/maghemite.tar VERSION
22902023-10-20T00:13:23.028Za VERSION 1K
22912023-10-20T00:13:23.032Z+ rm VERSION
22922023-10-20T00:13:23.039Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git1d2b4793d9c
22932023-10-20T00:13:24.360Z Finished release [optimized] target(s) in 1.03s
22942023-10-20T00:13:24.775Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git1d2b4793d9c`
22952023-10-20T00:13:24.778ZOct 20 00:13:24.159 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22962023-10-20T00:13:24.784ZCreated: out/versioned/maghemite.tar
22972023-10-20T00:13:24.786Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22982023-10-20T00:13:24.790Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22992023-10-20T00:13:24.793Z++ cd -- ./tools
23002023-10-20T00:13:24.795Z++ pwd
23012023-10-20T00:13:24.798Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23022023-10-20T00:13:24.801Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23032023-10-20T00:13:24.804Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23042023-10-20T00:13:24.807Z++ readlink -f /work
23052023-10-20T00:13:24.809Z+ out_dir=/work
23062023-10-20T00:13:24.812Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23072023-10-20T00:13:24.815Z+ for dep in "${deps[@]}"
23082023-10-20T00:13:24.817Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23092023-10-20T00:13:24.820Z+ for dep in "${deps[@]}"
23102023-10-20T00:13:24.823Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23112023-10-20T00:13:24.827Z++ mktemp -d
23122023-10-20T00:13:24.830Z+ tmp_trampoline=/tmp/tmp.b5ayti
23132023-10-20T00:13:24.833Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23142023-10-20T00:13:24.835Z+ echo '{"v":"1","t":"layer"}'
23152023-10-20T00:13:24.838Z+ pkg_dir=/tmp/tmp.b5ayti/root/opt/oxide/installinator
23162023-10-20T00:13:24.841Z+ mkdir -p /tmp/tmp.b5ayti/root/opt/oxide/installinator
23172023-10-20T00:13:24.844Z+ cd /tmp/tmp.b5ayti/root/opt/oxide/installinator
23182023-10-20T00:13:24.847Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23192023-10-20T00:13:24.863Zx ., 0 bytes, 0 tape blocks
23202023-10-20T00:13:24.866Zx installinator, 48019776 bytes, 93789 tape blocks
23212023-10-20T00:13:24.869Zx pkg, 0 bytes, 0 tape blocks
23222023-10-20T00:13:24.871Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23232023-10-20T00:13:24.874Zx VERSION, 25 bytes, 1 tape blocks
23242023-10-20T00:13:24.877Z+ mkdir -p /tmp/tmp.b5ayti/root/lib/svc/manifest/site/
23252023-10-20T00:13:24.880Z+ mv pkg/manifest.xml /tmp/tmp.b5ayti/root/lib/svc/manifest/site/installinator.xml
23262023-10-20T00:13:24.883Z+ cd -
23272023-10-20T00:13:24.886Z/work/oxidecomputer/omicron
23282023-10-20T00:13:24.889Z+ pkg_dir=/tmp/tmp.b5ayti/root/opt/oxide/mg-ddm
23292023-10-20T00:13:24.892Z+ mkdir -p /tmp/tmp.b5ayti/root/opt/oxide/mg-ddm
23302023-10-20T00:13:24.895Z+ cd /tmp/tmp.b5ayti/root/opt/oxide/mg-ddm
23312023-10-20T00:13:24.898Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23322023-10-20T00:13:24.901Zx ., 0 bytes, 0 tape blocks
23332023-10-20T00:13:24.904Zx ddmadm, 39360576 bytes, 76877 tape blocks
23342023-10-20T00:13:24.906Zx ddmd, 35588120 bytes, 69509 tape blocks
23352023-10-20T00:13:24.909Zx pkg, 0 bytes, 0 tape blocks
23362023-10-20T00:13:24.912Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23372023-10-20T00:13:24.919Zx pkg/ddm, 0 bytes, 0 tape blocks
23382023-10-20T00:13:24.922Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23392023-10-20T00:13:24.928Zx VERSION, 25 bytes, 1 tape blocks
23402023-10-20T00:13:24.935Z+ cd -
23412023-10-20T00:13:24.941Z/work/oxidecomputer/omicron
23422023-10-20T00:13:24.945Z+ cd /tmp/tmp.b5ayti
23432023-10-20T00:13:24.947Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23442023-10-20T00:13:30.923ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23452023-10-20T00:13:30.926Za oxide.json 1K
23462023-10-20T00:13:30.929Za root/ 0K
23472023-10-20T00:13:30.933Za root/opt/ 0K
23482023-10-20T00:13:30.936Za root/opt/oxide/ 0K
23492023-10-20T00:13:30.939Za root/opt/oxide/installinator/ 0K
23502023-10-20T00:13:30.942Za root/opt/oxide/installinator/installinator 46895K
23512023-10-20T00:13:30.946Za root/opt/oxide/installinator/pkg/ 0K
23522023-10-20T00:13:30.948Za root/opt/oxide/installinator/VERSION 1K
23532023-10-20T00:13:30.952Za root/opt/oxide/mg-ddm/ 0K
23542023-10-20T00:13:30.955Za root/opt/oxide/mg-ddm/ddmadm 38439K
23552023-10-20T00:13:30.958Za root/opt/oxide/mg-ddm/ddmd 34755K
23562023-10-20T00:13:30.961Za root/opt/oxide/mg-ddm/pkg/ 0K
23572023-10-20T00:13:30.964Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23582023-10-20T00:13:30.967Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23592023-10-20T00:13:30.970Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23602023-10-20T00:13:30.973Za root/opt/oxide/mg-ddm/VERSION 1K
23612023-10-20T00:13:30.976Za root/lib/ 0K
23622023-10-20T00:13:30.978Za root/lib/svc/ 0K
23632023-10-20T00:13:30.983Za root/lib/svc/manifest/ 0K
23642023-10-20T00:13:30.993Za root/lib/svc/manifest/site/ 0K
23652023-10-20T00:13:30.997Za root/lib/svc/manifest/site/installinator.xml 3K
23662023-10-20T00:13:31.000Z+ cd /
23672023-10-20T00:13:31.004Z+ rm -rf /tmp/tmp.b5ayti
23682023-10-20T00:13:31.015Z
23692023-10-20T00:13:31.019Zreal 6.557544789
23702023-10-20T00:13:31.023Zuser 6.145006339
23712023-10-20T00:13:31.030Zsys 0.440479302
23722023-10-20T00:13:31.034Ztrap 0.002647940
23732023-10-20T00:13:31.039Ztflt 0.000000000
23742023-10-20T00:13:31.046Zdflt 0.000000000
23752023-10-20T00:13:31.051Zkflt 0.000000000
23762023-10-20T00:13:31.056Zlock 0.000000000
23772023-10-20T00:13:31.061Zslp 12.686579880
23782023-10-20T00:13:31.068Zlat 0.194247389
23792023-10-20T00:13:31.073Zstop 0.000314934
23802023-10-20T00:13:31.079Zprocess exited: duration 2371287 ms, exit code 0
 
23812023-10-20T00:13:31.101Zfound 21 output files
23822023-10-20T00:13:31.104Zuploading: /work/version.txt (26 bytes)
23832023-10-20T00:13:32.111Zuploaded: /work/version.txt
23842023-10-20T00:13:32.128Zuploading: /work/package.tar.gz (83282093 bytes)
23852023-10-20T00:14:07.667Zuploaded: /work/package.tar.gz
23862023-10-20T00:14:07.678Zuploading: /work/global-zone-packages.tar.gz (125564634 bytes)
23872023-10-20T00:14:51.407Zuploaded: /work/global-zone-packages.tar.gz
23882023-10-20T00:14:51.443Zuploading: /work/trampoline-global-zone-packages.tar.gz (38627569 bytes)
23892023-10-20T00:15:07.027Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23902023-10-20T00:15:07.040Zuploading: /work/zones/clickhouse.tar.gz (180702112 bytes)
23912023-10-20T00:16:09.903Zuploaded: /work/zones/clickhouse.tar.gz
23922023-10-20T00:16:10.315Zuploading: /work/zones/clickhouse_keeper.tar.gz (180699702 bytes)
23932023-10-20T00:17:08.502Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23942023-10-20T00:17:08.527Zuploading: /work/zones/cockroachdb.tar.gz (117767761 bytes)
23952023-10-20T00:17:54.686Zuploaded: /work/zones/cockroachdb.tar.gz
23962023-10-20T00:17:54.700Zuploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes)
23972023-10-20T00:18:03.028Zuploaded: /work/zones/crucible-pantry.tar.gz
23982023-10-20T00:18:03.040Zuploading: /work/zones/crucible.tar.gz (42565224 bytes)
23992023-10-20T00:18:13.331Zuploaded: /work/zones/crucible.tar.gz
24002023-10-20T00:18:13.343Zuploading: /work/zones/external-dns.tar.gz (22024342 bytes)
24012023-10-20T00:18:20.859Zuploaded: /work/zones/external-dns.tar.gz
24022023-10-20T00:18:20.870Zuploading: /work/zones/internal-dns.tar.gz (22024339 bytes)
24032023-10-20T00:18:28.121Zuploaded: /work/zones/internal-dns.tar.gz
24042023-10-20T00:18:28.124Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24052023-10-20T00:18:29.130Zuploaded: /work/zones/ntp.tar.gz
24062023-10-20T00:18:29.141Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16734151 bytes)
24072023-10-20T00:18:35.298Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24082023-10-20T00:18:35.308Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16730339 bytes)
24092023-10-20T00:18:41.299Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24102023-10-20T00:18:41.310Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (68246259 bytes)
24112023-10-20T00:19:01.689Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24122023-10-20T00:19:01.701Zuploading: /work/zones/omicron-nexus.tar.gz (68249556 bytes)
24132023-10-20T00:19:25.879Zuploaded: /work/zones/omicron-nexus.tar.gz
24142023-10-20T00:19:25.883Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24152023-10-20T00:19:26.939Zuploaded: /work/zones/overlay.tar.gz
24162023-10-20T00:19:26.951Zuploading: /work/zones/oximeter-collector.tar.gz (18049043 bytes)
24172023-10-20T00:19:31.868Zuploaded: /work/zones/oximeter-collector.tar.gz
24182023-10-20T00:19:31.879Zuploading: /work/zones/propolis-server.tar.gz (66291830 bytes)
24192023-10-20T00:19:51.402Zuploaded: /work/zones/propolis-server.tar.gz
24202023-10-20T00:19:51.438Zuploading: /work/zones/switch-asic.tar.gz (220595965 bytes)
24212023-10-20T00:21:09.615Zuploaded: /work/zones/switch-asic.tar.gz
24222023-10-20T00:21:09.639Zuploading: /work/zones/switch-softnpu.tar.gz (143094926 bytes)
24232023-10-20T00:21:54.224Zuploaded: /work/zones/switch-softnpu.tar.gz