01HCH1N6FWDJYGE4BXV20PHCFF: 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: 01HCH1NM47TBXZNKY2KPCK200S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-12T04:19:23.542Zjob assigned to worker 01HCH1NPXFS65QPXWF02BG2GYE (queued for 1 m 38 s)
 
22023-10-12T04:19:23.714Zstarting task 0: "setup"
32023-10-12T04:19:24.040Z++ uname -s
42023-10-12T04:19:24.045Z+ kern=SunOS
52023-10-12T04:19:24.054Z+ case "$kern" in
62023-10-12T04:19:24.061Z+ groupadd -g 12345 build
72023-10-12T04:19:24.064Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-12T04:19:26.053Z+ zfs create -o mountpoint=/work rpool/work
92023-10-12T04:19:26.164Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-12T04:19:26.168Z+ home_fs=zfs
112023-10-12T04:19:26.171Z+ [[ zfs == autofs ]]
122023-10-12T04:19:26.174Z+ mkdir -p /home/build
132023-10-12T04:19:26.177Z+ chown build:build /home/build /work
142023-10-12T04:19:28.590Z+ chmod 0700 /home/build /work
152023-10-12T04:19:28.601Zprocess exited: duration 4459 ms, exit code 0
 
162023-10-12T04:19:28.617Zstarting task 1: "rust-toolchain"
172023-10-12T04:19:28.637Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-12T04:19:28.643Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-12T04:19:28.831Zinfo: downloading installer
202023-10-12T04:19:30.570Zwarning: it looks like you have an existing installation of Rust at:
212023-10-12T04:19:30.577Zwarning: /opt/ooce/bin
222023-10-12T04:19:30.585Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-12T04:19:30.603Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-12T04:19:30.610Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-12T04:19:30.629Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-12T04:19:30.638Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-12T04:19:30.642Zerror: cannot install while Rust is installed
282023-10-12T04:19:30.646Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-12T04:19:30.651Zinfo: profile set to 'default'
302023-10-12T04:19:30.654Zinfo: default host triple is x86_64-unknown-illumos
312023-10-12T04:19:31.092Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-12T04:19:31.516Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-12T04:19:31.519Zinfo: downloading component 'cargo'
342023-10-12T04:19:31.549Zinfo: downloading component 'clippy'
352023-10-12T04:19:31.768Zinfo: downloading component 'rust-docs'
362023-10-12T04:19:32.536Zinfo: downloading component 'rust-std'
372023-10-12T04:19:33.916Zinfo: downloading component 'rustc'
382023-10-12T04:19:37.162Zinfo: downloading component 'rustfmt'
392023-10-12T04:19:37.354Zinfo: installing component 'cargo'
402023-10-12T04:19:39.313Zinfo: installing component 'clippy'
412023-10-12T04:19:40.261Zinfo: installing component 'rust-docs'
422023-10-12T04:19:43.142Zinfo: installing component 'rust-std'
432023-10-12T04:19:47.041Zinfo: installing component 'rustc'
442023-10-12T04:19:57.349Zinfo: installing component 'rustfmt'
452023-10-12T04:19:57.821Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-12T04:19:57.831Z
472023-10-12T04:19:58.026Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-12T04:19:58.040Z
492023-10-12T04:19:58.044Z
502023-10-12T04:19:58.047ZRust is installed now. Great!
512023-10-12T04:19:58.051Z
522023-10-12T04:19:58.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-12T04:19:58.059Zenvironment variable. This has not been done automatically.
542023-10-12T04:19:58.063Z
552023-10-12T04:19:58.068ZTo configure your current shell, run:
562023-10-12T04:19:58.071Zsource "$HOME/.cargo/env"
572023-10-12T04:19:58.113Z+ rustc --version
582023-10-12T04:19:58.229Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-12T04:19:58.234Zprocess exited: duration 29615 ms, exit code 0
 
602023-10-12T04:19:58.240Zstarting task 2: "authentication"
612023-10-12T04:19:58.276Zprocess exited: duration 32 ms, exit code 0
 
622023-10-12T04:19:58.281Zstarting task 3: "clone repository"
632023-10-12T04:19:58.294Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-12T04:19:58.297Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-12T04:19:58.429ZCloning into '/work/oxidecomputer/omicron'...
662023-10-12T04:20:04.844Z+ cd /work/oxidecomputer/omicron
672023-10-12T04:20:04.848Z+ [[ -n gjcolombo/your-vmm-table-is-ready ]]
682023-10-12T04:20:04.851Z+ git fetch origin gjcolombo/your-vmm-table-is-ready
692023-10-12T04:20:05.226ZFrom https://github.com/oxidecomputer/omicron
702023-10-12T04:20:05.230Z * branch gjcolombo/your-vmm-table-is-ready -> FETCH_HEAD
712023-10-12T04:20:05.237Z+ git checkout -B gjcolombo/your-vmm-table-is-ready remotes/origin/gjcolombo/your-vmm-table-is-ready
722023-10-12T04:20:05.340ZSwitched to a new branch 'gjcolombo/your-vmm-table-is-ready'
732023-10-12T04:20:05.344Zbranch 'gjcolombo/your-vmm-table-is-ready' set up to track 'origin/gjcolombo/your-vmm-table-is-ready'.
742023-10-12T04:20:05.346Z+ git reset --hard acbaf4370b876bd8f27b71bbf41fd12abafc09dc
752023-10-12T04:20:05.487ZHEAD is now at acbaf437 pick up Diesel error changes in new code
762023-10-12T04:20:05.490Zprocess exited: duration 7203 ms, exit code 0
 
772023-10-12T04:20:05.501Zstarting task 4: "build"
782023-10-12T04:20:05.512Z+ cargo --version
792023-10-12T04:20:05.601Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-12T04:20:05.605Z+ rustc --version
812023-10-12T04:20:05.713Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-12T04:20:05.725Z++ git rev-parse HEAD
832023-10-12T04:20:05.730Z+ COMMIT=acbaf4370b876bd8f27b71bbf41fd12abafc09dc
842023-10-12T04:20:05.734Z+ VERSION=1.0.2-0.ci+gitacbaf4370b8
852023-10-12T04:20:05.737Z+ echo 1.0.2-0.ci+gitacbaf4370b8
862023-10-12T04:20:05.740Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-12T04:20:16.917Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-12T04:20:17.566Z Startup: Caching catalogs ... Done
892023-10-12T04:20:20.716ZPlanning: Solver setup ... Done (2.941s)
902023-10-12T04:20:20.801ZPlanning: Running solver ... Done (0.086s)
912023-10-12T04:20:20.839ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-12T04:20:20.852ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-12T04:20:21.496ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-12T04:20:21.576ZPlanning: Package planning ... Done (0.081s)
952023-10-12T04:20:21.662ZPlanning: Merging actions ... Done (0.085s)
962023-10-12T04:20:23.155ZPlanning: Checking for conflicting actions ... Done (1.493s)
972023-10-12T04:20:23.173ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-12T04:20:32.787ZPlanning: Evaluating mediators ... Done (9.614s)
992023-10-12T04:20:32.802ZPlanning: Planning completed in 15.18 seconds
1002023-10-12T04:20:34.880Z Packages to install: 4
1012023-10-12T04:20:34.883Z Mediators to change: 2
1022023-10-12T04:20:34.886Z Services to change: 1
1032023-10-12T04:20:34.889Z Estimated space available: 149.39 GB
1042023-10-12T04:20:34.891ZEstimated space to be consumed: 1.35 GB
1052023-10-12T04:20:34.895Z Create boot environment: No
1062023-10-12T04:20:34.898ZCreate backup boot environment: No
1072023-10-12T04:20:34.901Z Rebuild boot archive: No
1082023-10-12T04:20:34.904Z
1092023-10-12T04:20:34.906ZChanged mediators:
1102023-10-12T04:20:34.909Z mediator clang:
1112023-10-12T04:20:34.912Z version: None -> 15 (system default)
1122023-10-12T04:20:34.915Z
1132023-10-12T04:20:34.918Z mediator llvm:
1142023-10-12T04:20:34.921Z version: 14 (system default) -> 15 (system default)
1152023-10-12T04:20:34.928Z
1162023-10-12T04:20:34.938ZChanged packages:
1172023-10-12T04:20:34.941Zhelios-dev
1182023-10-12T04:20:34.944Z developer/build-essential
1192023-10-12T04:20:34.947Z None -> 11-2.0
1202023-10-12T04:20:34.950Z library/libxmlsec1
1212023-10-12T04:20:34.952Z None -> 1.2.35-2.0
1222023-10-12T04:20:34.955Z ooce/developer/clang-15
1232023-10-12T04:20:34.958Z None -> 15.0.7-2.0
1242023-10-12T04:20:34.960Z ooce/developer/llvm-15
1252023-10-12T04:20:34.963Z None -> 15.0.7-2.0
1262023-10-12T04:20:34.966Z
1272023-10-12T04:20:34.968ZServices:
1282023-10-12T04:20:34.972Z restart_fmri:
1292023-10-12T04:20:34.974Z svc:/system/update-man-index:default
1302023-10-12T04:20:35.203Z
1312023-10-12T04:20:35.206ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-12T04:20:40.206ZDownload: 532/3290 items 17.5/212.6MB 8% complete (3.7M/s)
1332023-10-12T04:20:45.206ZDownload: 1154/3290 items 67.4/212.6MB 31% complete (6.7M/s)
1342023-10-12T04:20:51.374ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1352023-10-12T04:21:04.181ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1362023-10-12T04:21:09.186ZDownload: 2213/3290 items 118.5/212.6MB 55% complete (7.2M/s)
1372023-10-12T04:21:14.187ZDownload: 3099/3290 items 125.6/212.6MB 59% complete (4.1M/s)
1382023-10-12T04:21:19.136ZDownload: Completed 212.60 MB in 43.67 seconds (4.9M/s)
1392023-10-12T04:21:19.594Z Actions: 1/3687 actions (Installing new actions)
1402023-10-12T04:21:24.519Z Actions: 2581/3687 actions (Installing new actions)
1412023-10-12T04:21:27.692Z Actions: Completed 3687 actions in 8.19 seconds.
1422023-10-12T04:21:27.753Z Done (0.059s)
1432023-10-12T04:21:27.756Z Done (0.000s)
1442023-10-12T04:21:27.905Z Done (0.151s)
1452023-10-12T04:21:35.474Z Done (7.431s)
1462023-10-12T04:21:35.718Z Done (0.171s)
1472023-10-12T04:21:35.728Z Done (0.000s)
1482023-10-12T04:21:35.983Z Done (0.000s)
1492023-10-12T04:21:36.643ZPlanning: Evaluating mediator changes ... Done
1502023-10-12T04:21:36.969ZPlanning: Checking for conflicting actions ... Done
1512023-10-12T04:21:36.973ZPlanning: Consolidating action changes ... Done
1522023-10-12T04:21:37.374ZPlanning: Evaluating mediators ... Done
1532023-10-12T04:21:37.378ZPlanning: Planning completed in 0.73 seconds
1542023-10-12T04:21:37.426Z Mediators to change: 2
1552023-10-12T04:21:37.432Z Create boot environment: No
1562023-10-12T04:21:37.436ZCreate backup boot environment: No
1572023-10-12T04:21:37.524Z Done
1582023-10-12T04:21:37.529Z Done
1592023-10-12T04:21:37.606Z Done
1602023-10-12T04:21:43.403Z Done
1612023-10-12T04:21:43.525Z Done
1622023-10-12T04:21:43.529Z Done
1632023-10-12T04:21:43.656Z Done
1642023-10-12T04:21:44.680ZPlanning: Evaluating mediator changes ... Done
1652023-10-12T04:21:44.688ZPlanning: Merging actions ... Done
1662023-10-12T04:21:44.986ZPlanning: Checking for conflicting actions ... Done
1672023-10-12T04:21:44.990ZPlanning: Consolidating action changes ... Done
1682023-10-12T04:21:45.414ZPlanning: Evaluating mediators ... Done
1692023-10-12T04:21:45.506ZPlanning: Planning completed in 1.29 seconds
1702023-10-12T04:21:45.563Z Packages to change: 1
1712023-10-12T04:21:45.566Z Mediators to change: 1
1722023-10-12T04:21:45.569Z Services to change: 1
1732023-10-12T04:21:45.572Z Create boot environment: No
1742023-10-12T04:21:45.577ZCreate backup boot environment: Yes
1752023-10-12T04:21:48.352Z Actions: 1/6 actions (Updating modified actions)
1762023-10-12T04:21:48.366Z Actions: Completed 6 actions in 0.00 seconds.
1772023-10-12T04:21:48.369Z Done
1782023-10-12T04:21:48.372Z Done
1792023-10-12T04:21:48.392Z Done
1802023-10-12T04:21:54.241Z Done
1812023-10-12T04:21:54.363Z Done
1822023-10-12T04:21:54.366Z Done
1832023-10-12T04:21:54.460Z Done
1842023-10-12T04:21:55.124ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852023-10-12T04:21:55.127Zclang system 15 system
1862023-10-12T04:21:55.130Zcsh system system illumos
1872023-10-12T04:21:55.133Zctags system system illumos
1882023-10-12T04:21:55.135Zgcc vendor 12 vendor
1892023-10-12T04:21:55.138Zgcc system 10 system
1902023-10-12T04:21:55.141Zgcc system 7 system
1912023-10-12T04:21:55.144Zgo system 1.20 system
1922023-10-12T04:21:55.146Zgo system 1.19 system
1932023-10-12T04:21:55.149Zllvm system 15 system
1942023-10-12T04:21:55.152Zllvm system 14 system
1952023-10-12T04:21:55.154Zmariadb system 10.6 system
1962023-10-12T04:21:55.157Zmta vendor vendor dma
1972023-10-12T04:21:55.160Zopenjdk system 17 system
1982023-10-12T04:21:55.162Zopenjdk system 11 system
1992023-10-12T04:21:55.165Zopenjdk system 1.8 system
2002023-10-12T04:21:55.167Zopenssl vendor 3 vendor
2012023-10-12T04:21:55.170Zperl system 5.36 system
2022023-10-12T04:21:55.175Zpostgresql system 15 system
2032023-10-12T04:21:55.177Zpostgresql system 13 system
2042023-10-12T04:21:55.180Zpython vendor 3 vendor
2052023-10-12T04:21:55.183Zpython system 2 system
2062023-10-12T04:21:55.185Zpython3 system 3.11 system
2072023-10-12T04:21:55.188Zruby system 3.0 system
2082023-10-12T04:21:55.191Zwords vendor vendor american-english
2092023-10-12T04:21:55.193Zwords system system australian-english
2102023-10-12T04:21:55.196Zwords system system british-english
2112023-10-12T04:21:55.199Zwords system system canadian-english
2122023-10-12T04:21:55.201Zwords system system french
2132023-10-12T04:21:55.204Zwords system system italian
2142023-10-12T04:21:55.207Zwords system system ngerman
2152023-10-12T04:21:55.209Zwords system system ogerman
2162023-10-12T04:21:55.212Zwords system system spanish
2172023-10-12T04:21:55.665ZFMRI IFO
2182023-10-12T04:21:55.669Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192023-10-12T04:21:55.674Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202023-10-12T04:21:55.678Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212023-10-12T04:21:55.681Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2222023-10-12T04:21:55.684Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2232023-10-12T04:21:55.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2242023-10-12T04:21:55.742Z+ set -o errexit
2252023-10-12T04:21:55.746Z+++ dirname ./tools/ci_download_cockroachdb
2262023-10-12T04:21:55.751Z++ cd ./tools
2272023-10-12T04:21:55.755Z++ pwd
2282023-10-12T04:21:55.764Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2292023-10-12T04:21:55.768Z++ basename ./tools/ci_download_cockroachdb
2302023-10-12T04:21:55.771Z+ ARG0=ci_download_cockroachdb
2312023-10-12T04:21:55.776Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2322023-10-12T04:21:55.780Z+ CIDL_VERSION=v22.1.9
2332023-10-12T04:21:55.783Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2342023-10-12T04:21:55.786Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2352023-10-12T04:21:55.790Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2362023-10-12T04:21:55.793Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2372023-10-12T04:21:55.797Z+ TARGET_DIR=out
2382023-10-12T04:21:55.801Z+ DOWNLOAD_DIR=out/downloads
2392023-10-12T04:21:55.806Z+ DEST_DIR=./out/cockroachdb
2402023-10-12T04:21:55.811Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2412023-10-12T04:21:55.816Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2422023-10-12T04:21:55.822Z+ main
2432023-10-12T04:21:55.833Z+ [[ 0 != 0 ]]
2442023-10-12T04:21:55.845Z+ CIDL_OS=solaris2.11
2452023-10-12T04:21:55.851Z+ [[ 0 != 0 ]]
2462023-10-12T04:21:55.854Z+ configure_os solaris2.11
2472023-10-12T04:21:55.857Z+ echo 'current directory: /work/oxidecomputer/omicron'
2482023-10-12T04:21:55.860Zcurrent directory: /work/oxidecomputer/omicron
2492023-10-12T04:21:55.864Z+ echo 'configuring based on OS: "solaris2.11"'
2502023-10-12T04:21:55.867Zconfiguring based on OS: "solaris2.11"
2512023-10-12T04:21:55.870Z+ case "$1" in
2522023-10-12T04:21:55.894Z+ CIDL_BUILD=illumos
2532023-10-12T04:21:55.920Z+ CIDL_SUFFIX=tar.gz
2542023-10-12T04:21:55.970Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2552023-10-12T04:21:55.985Z+ CIDL_MD5FUNC=do_md5sum
2562023-10-12T04:21:55.992Z+ CIDL_URL_BASE=https://illumos.org/downloads
2572023-10-12T04:21:56.001Z+ CIDL_ASSEMBLE=do_assemble_illumos
2582023-10-12T04:21:56.007Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2592023-10-12T04:21:56.012Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2602023-10-12T04:21:56.028Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-12T04:21:56.048Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2622023-10-12T04:21:56.077Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-12T04:21:56.084Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2642023-10-12T04:21:56.095ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-12T04:21:56.121Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-12T04:21:56.131ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-12T04:21:56.139Z+ mkdir -p out/downloads
2682023-10-12T04:21:56.149Z+ mkdir -p ./out/cockroachdb
2692023-10-12T04:21:56.158Z+ local DO_DOWNLOAD=true
2702023-10-12T04:21:56.191Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2712023-10-12T04:21:56.200Z+ '[' true == true ']'
2722023-10-12T04:21:56.219Z+ echo Downloading...
2732023-10-12T04:21:56.230ZDownloading...
2742023-10-12T04:21:56.248Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-12T04:21:56.261Z+ 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
2762023-10-12T04:21:58.956Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-12T04:21:58.971Z++ md5sum
2782023-10-12T04:21:58.998Z++ awk '{print $1}'
2792023-10-12T04:21:59.140Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2802023-10-12T04:21:59.149Z+ [[ 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 ]]
2812023-10-12T04:21:59.155Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-10-12T04:21:59.165Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2832023-10-12T04:22:02.727Z+ do_assemble_illumos
2842023-10-12T04:22:02.731Z+ rm -r ./out/cockroachdb
2852023-10-12T04:22:02.734Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2862023-10-12T04:22:03.810Z+ ./out/cockroachdb/bin/cockroach version
2872023-10-12T04:22:03.815ZBuild Tag: v22.1.9-dirty
2882023-10-12T04:22:03.824ZBuild Time: 2022/10/26 21:17:46
2892023-10-12T04:22:03.829ZDistribution: OSS
2902023-10-12T04:22:03.837ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2912023-10-12T04:22:03.850ZGo Version: go1.17.13
2922023-10-12T04:22:03.854ZC Compiler: gcc 10.3.0
2932023-10-12T04:22:03.859ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2942023-10-12T04:22:03.863ZBuild Type: release
2952023-10-12T04:22:03.867Z+ set -o errexit
2962023-10-12T04:22:03.870Z+++ dirname ./tools/ci_download_clickhouse
2972023-10-12T04:22:03.874Z++ cd ./tools
2982023-10-12T04:22:03.879Z++ pwd
2992023-10-12T04:22:03.883Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3002023-10-12T04:22:03.887Z++ basename ./tools/ci_download_clickhouse
3012023-10-12T04:22:03.892Z+ ARG0=ci_download_clickhouse
3022023-10-12T04:22:03.896Z+ TARGET_DIR=out
3032023-10-12T04:22:03.901Z+ DOWNLOAD_DIR=out/downloads
3042023-10-12T04:22:03.905Z+ DEST_DIR=./out/clickhouse
3052023-10-12T04:22:03.913Z+ CIDL_VERSION=v22.8.9.24
3062023-10-12T04:22:03.917Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3072023-10-12T04:22:03.921Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3082023-10-12T04:22:03.924Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3092023-10-12T04:22:03.927Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3102023-10-12T04:22:03.930Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3112023-10-12T04:22:03.936Z+ main
3122023-10-12T04:22:03.944Z+ [[ 0 != 0 ]]
3132023-10-12T04:22:03.948Z+ CIDL_OS=solaris2.11
3142023-10-12T04:22:03.953Z+ [[ 0 != 0 ]]
3152023-10-12T04:22:03.957Z+ configure_os solaris2.11
3162023-10-12T04:22:03.961Z+ echo 'current directory: /work/oxidecomputer/omicron'
3172023-10-12T04:22:03.966Zcurrent directory: /work/oxidecomputer/omicron
3182023-10-12T04:22:03.970Z+ echo 'configuring based on OS: "solaris2.11"'
3192023-10-12T04:22:03.974Zconfiguring based on OS: "solaris2.11"
3202023-10-12T04:22:03.979Z+ CIDL_DASHREV=
3212023-10-12T04:22:03.984Z+ case "$1" in
3222023-10-12T04:22:03.989Z+ CIDL_PLATFORM=illumos
3232023-10-12T04:22:03.994Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3242023-10-12T04:22:03.999Z+ CIDL_MD5FUNC=do_md5sum
3252023-10-12T04:22:04.002Z+ CIDL_DASHREV=-1
3262023-10-12T04:22:04.008Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3272023-10-12T04:22:04.012Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-12T04:22:04.016Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-12T04:22:04.020Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-12T04:22:04.026Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-10-12T04:22:04.030ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-12T04:22:04.036Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3332023-10-12T04:22:04.041ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-12T04:22:04.044Z+ mkdir -p out/downloads
3352023-10-12T04:22:04.051Z+ mkdir -p ./out/clickhouse
3362023-10-12T04:22:04.054Z+ local DO_DOWNLOAD=true
3372023-10-12T04:22:04.059Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3382023-10-12T04:22:04.062Z+ '[' true == true ']'
3392023-10-12T04:22:04.066Z+ echo Downloading...
3402023-10-12T04:22:04.069ZDownloading...
3412023-10-12T04:22:04.081Z+ 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
3422023-10-12T04:22:04.086Z+ 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
3432023-10-12T04:22:05.625Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-10-12T04:22:05.634Z++ md5sum
3452023-10-12T04:22:05.648Z++ awk '{print $1}'
3462023-10-12T04:22:06.069Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3472023-10-12T04:22:06.075Z+ [[ 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 ]]
3482023-10-12T04:22:06.080Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3492023-10-12T04:22:06.084Z+ mkdir -p ./out/clickhouse
3502023-10-12T04:22:06.088Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3512023-10-12T04:22:10.591Z+ ./out/clickhouse/clickhouse server --version
3522023-10-12T04:22:10.660ZClickHouse server version 22.8.9.1.
3532023-10-12T04:22:10.683Z+ set -o errexit
3542023-10-12T04:22:10.686Z+++ dirname ./tools/ci_download_console
3552023-10-12T04:22:10.688Z++ cd ./tools
3562023-10-12T04:22:10.691Z++ pwd
3572023-10-12T04:22:10.694Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3582023-10-12T04:22:10.697Z++ basename ./tools/ci_download_console
3592023-10-12T04:22:10.700Z+ ARG0=ci_download_console
3602023-10-12T04:22:10.702Z+ TARGET_DIR=out
3612023-10-12T04:22:10.705Z+ DOWNLOAD_DIR=out/downloads
3622023-10-12T04:22:10.708Z+ DEST_DIR=./out/console-assets
3632023-10-12T04:22:10.710Z+ source /work/oxidecomputer/omicron/tools/console_version
3642023-10-12T04:22:10.715Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3652023-10-12T04:22:10.717Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3662023-10-12T04:22:10.720Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3672023-10-12T04:22:10.723Z+ TARBALL_FILE=out/downloads/console.tar.gz
3682023-10-12T04:22:10.726Z+ main
3692023-10-12T04:22:10.729Z+ [[ 0 != 0 ]]
3702023-10-12T04:22:10.732Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3712023-10-12T04:22:10.735ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3722023-10-12T04:22:10.738Z+ echo 'Local file: out/downloads/console.tar.gz'
3732023-10-12T04:22:10.741ZLocal file: out/downloads/console.tar.gz
3742023-10-12T04:22:10.743Z+ local DO_DOWNLOAD=true
3752023-10-12T04:22:10.746Z+ [[ -f out/downloads/console.tar.gz ]]
3762023-10-12T04:22:10.749Z+ mkdir -p out/downloads
3772023-10-12T04:22:10.751Z+ '[' true == true ']'
3782023-10-12T04:22:10.755Z+ echo Downloading...
3792023-10-12T04:22:10.757ZDownloading...
3802023-10-12T04:22:10.760Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3812023-10-12T04:22:10.762Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3822023-10-12T04:22:11.331Z++ do_sha256sum out/downloads/console.tar.gz
3832023-10-12T04:22:11.334Z++ case "$OSTYPE" in
3842023-10-12T04:22:11.337Z++ SHA=sha256sum
3852023-10-12T04:22:11.340Z++ sha256sum
3862023-10-12T04:22:11.343Z++ awk '{print $1}'
3872023-10-12T04:22:11.356Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3882023-10-12T04:22:11.359Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3892023-10-12T04:22:11.362Z+ rm -rf ./out/console-assets
3902023-10-12T04:22:11.365Z+ mkdir -p ./out/console-assets
3912023-10-12T04:22:11.369Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3922023-10-12T04:22:11.372Z+ mkdir -p ./out/console-assets
3932023-10-12T04:22:11.375Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3942023-10-12T04:22:11.508Z+ set -o errexit
3952023-10-12T04:22:11.511Z+++ dirname ./tools/ci_download_maghemite_openapi
3962023-10-12T04:22:11.514Z++ cd ./tools
3972023-10-12T04:22:11.517Z++ pwd
3982023-10-12T04:22:11.525Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992023-10-12T04:22:11.529Z++ basename ./tools/ci_download_maghemite_openapi
4002023-10-12T04:22:11.532Z+ ARG0=ci_download_maghemite_openapi
4012023-10-12T04:22:11.535Z+ TARGET_DIR=out
4022023-10-12T04:22:11.538Z+ DOWNLOAD_DIR=out/downloads
4032023-10-12T04:22:11.542Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4042023-10-12T04:22:11.546Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4052023-10-12T04:22:11.551Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4062023-10-12T04:22:11.554Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4072023-10-12T04:22:11.557Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4082023-10-12T04:22:11.560Z+ main
4092023-10-12T04:22:11.563Z+ [[ 0 != 0 ]]
4102023-10-12T04:22:11.566Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4112023-10-12T04:22:11.569ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4122023-10-12T04:22:11.573Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4132023-10-12T04:22:11.576ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4142023-10-12T04:22:11.579Z+ local DO_DOWNLOAD=true
4152023-10-12T04:22:11.584Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4162023-10-12T04:22:11.587Z+ mkdir -p out/downloads
4172023-10-12T04:22:11.590Z+ '[' true == true ']'
4182023-10-12T04:22:11.592Z+ echo Downloading...
4192023-10-12T04:22:11.595ZDownloading...
4202023-10-12T04:22:11.598Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4212023-10-12T04:22:11.603Z+ 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
4222023-10-12T04:22:11.793Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4232023-10-12T04:22:11.796Z++ case "$OSTYPE" in
4242023-10-12T04:22:11.799Z++ SHA=sha256sum
4252023-10-12T04:22:11.802Z++ sha256sum
4262023-10-12T04:22:11.804Z++ awk '{print $1}'
4272023-10-12T04:22:11.812Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4282023-10-12T04:22:11.815Z+ [[ 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 ]]
4292023-10-12T04:22:11.818Z+ set -o errexit
4302023-10-12T04:22:11.820Z+++ dirname ./tools/ci_download_dendrite_openapi
4312023-10-12T04:22:11.824Z++ cd ./tools
4322023-10-12T04:22:11.827Z++ pwd
4332023-10-12T04:22:11.830Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342023-10-12T04:22:11.832Z++ basename ./tools/ci_download_dendrite_openapi
4352023-10-12T04:22:11.835Z+ ARG0=ci_download_dendrite_openapi
4362023-10-12T04:22:11.840Z+ TARGET_DIR=out
4372023-10-12T04:22:11.843Z+ DOWNLOAD_DIR=out/downloads
4382023-10-12T04:22:11.846Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4392023-10-12T04:22:11.849Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4402023-10-12T04:22:11.852Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4412023-10-12T04:22:11.855Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4422023-10-12T04:22:11.858Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4432023-10-12T04:22:11.861Z+ main
4442023-10-12T04:22:11.863Z+ [[ 0 != 0 ]]
4452023-10-12T04:22:11.866Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4462023-10-12T04:22:11.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4472023-10-12T04:22:11.871Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4482023-10-12T04:22:11.874ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4492023-10-12T04:22:11.876Z+ local DO_DOWNLOAD=true
4502023-10-12T04:22:11.879Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4512023-10-12T04:22:11.882Z+ mkdir -p out/downloads
4522023-10-12T04:22:11.885Z+ '[' true == true ']'
4532023-10-12T04:22:11.887Z+ echo Downloading...
4542023-10-12T04:22:11.890ZDownloading...
4552023-10-12T04:22:11.893Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4562023-10-12T04:22:11.895Z+ 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
4572023-10-12T04:22:11.986Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4582023-10-12T04:22:11.989Z++ case "$OSTYPE" in
4592023-10-12T04:22:11.992Z++ SHA=sha256sum
4602023-10-12T04:22:11.995Z++ sha256sum
4612023-10-12T04:22:11.998Z++ awk '{print $1}'
4622023-10-12T04:22:12.001Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4632023-10-12T04:22:12.004Z+ [[ 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 ]]
4642023-10-12T04:22:12.015Z+ set -o errexit
4652023-10-12T04:22:12.018Z+++ dirname ./tools/ci_download_dendrite_stub
4662023-10-12T04:22:12.022Z++ cd ./tools
4672023-10-12T04:22:12.025Z++ pwd
4682023-10-12T04:22:12.028Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692023-10-12T04:22:12.031Z++ basename ./tools/ci_download_dendrite_stub
4702023-10-12T04:22:12.036Z+ ARG0=ci_download_dendrite_stub
4712023-10-12T04:22:12.039Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4722023-10-12T04:22:12.042Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4732023-10-12T04:22:12.046Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4742023-10-12T04:22:12.051Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4752023-10-12T04:22:12.054Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762023-10-12T04:22:12.057Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4772023-10-12T04:22:12.060Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4782023-10-12T04:22:12.063Z+ TARGET_DIR=out
4792023-10-12T04:22:12.065Z+ DOWNLOAD_DIR=out/downloads
4802023-10-12T04:22:12.068Z+ DEST_DIR=./out/dendrite-stub
4812023-10-12T04:22:12.071Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4822023-10-12T04:22:12.075Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4832023-10-12T04:22:12.077Z+ REPO=oxidecomputer/dendrite
4842023-10-12T04:22:12.080Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4852023-10-12T04:22:12.083Z+ main
4862023-10-12T04:22:12.086Z+ [[ 0 != 0 ]]
4872023-10-12T04:22:12.089Z+ CIDL_OS=solaris2.11
4882023-10-12T04:22:12.093Z+ [[ 0 != 0 ]]
4892023-10-12T04:22:12.097Z+ configure_os solaris2.11
4902023-10-12T04:22:12.103Z+ echo 'current directory: /work/oxidecomputer/omicron'
4912023-10-12T04:22:12.106Zcurrent directory: /work/oxidecomputer/omicron
4922023-10-12T04:22:12.108Z+ echo 'configuring based on OS: "solaris2.11"'
4932023-10-12T04:22:12.112Zconfiguring based on OS: "solaris2.11"
4942023-10-12T04:22:12.115Z+ case "$1" in
4952023-10-12T04:22:12.118Z+ SET_BINARIES=
4962023-10-12T04:22:12.121Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4972023-10-12T04:22:12.126Z+ CIDL_SHA256FUNC=do_sha256sum
4982023-10-12T04:22:12.129Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4992023-10-12T04:22:12.132Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5002023-10-12T04:22:12.136Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5012023-10-12T04:22:12.139Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5022023-10-12T04:22:12.142ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5032023-10-12T04:22:12.145Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5042023-10-12T04:22:12.167ZLocal file: out/downloads/dendrite-stub.tar.gz
5052023-10-12T04:22:12.185Z+ mkdir -p out/downloads
5062023-10-12T04:22:12.618Z+ mkdir -p ./out/dendrite-stub
5072023-10-12T04:22:12.621Z+ fetch_and_verify
5082023-10-12T04:22:12.624Z+ local DO_DOWNLOAD=true
5092023-10-12T04:22:12.633Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5102023-10-12T04:22:12.643Z+ '[' true == true ']'
5112023-10-12T04:22:12.651Z+ echo Downloading...
5122023-10-12T04:22:12.654ZDownloading...
5132023-10-12T04:22:12.657Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5142023-10-12T04:22:12.659Z+ 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
5152023-10-12T04:22:21.619Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5162023-10-12T04:22:21.622Z++ sha256sum
5172023-10-12T04:22:21.625Z++ awk '{print $1}'
5182023-10-12T04:22:21.716Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5192023-10-12T04:22:21.719Z+ [[ 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 ]]
5202023-10-12T04:22:21.723Z+ do_untar out/downloads/dendrite-stub.tar.gz
5212023-10-12T04:22:21.726Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5222023-10-12T04:22:22.693Z+ do_assemble
5232023-10-12T04:22:22.696Z+ rm -r ./out/dendrite-stub
5242023-10-12T04:22:22.699Z+ mkdir ./out/dendrite-stub
5252023-10-12T04:22:22.702Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5262023-10-12T04:22:22.833Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5272023-10-12T04:22:22.846Z+ set -o errexit
5282023-10-12T04:22:22.849Z+++ dirname ./tools/ci_download_transceiver_control
5292023-10-12T04:22:22.852Z++ cd ./tools
5302023-10-12T04:22:22.856Z++ pwd
5312023-10-12T04:22:22.860Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5322023-10-12T04:22:22.864Z++ basename ./tools/ci_download_transceiver_control
5332023-10-12T04:22:22.866Z+ ARG0=ci_download_transceiver_control
5342023-10-12T04:22:22.870Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5352023-10-12T04:22:22.873Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5362023-10-12T04:22:22.876Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5372023-10-12T04:22:22.881Z+ TARGET_DIR=out
5382023-10-12T04:22:22.885Z+ DOWNLOAD_DIR=out/downloads
5392023-10-12T04:22:22.888Z+ DEST_DIR=./out/transceiver-control
5402023-10-12T04:22:22.891Z+ BIN_DIR=/opt/oxide/bin
5412023-10-12T04:22:22.895Z+ BINARY=xcvradm
5422023-10-12T04:22:22.899Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432023-10-12T04:22:22.902Z+ REPO=oxidecomputer/transceiver-control
5442023-10-12T04:22:22.906Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5452023-10-12T04:22:22.909Z+ main
5462023-10-12T04:22:22.912Z+ [[ 0 != 0 ]]
5472023-10-12T04:22:22.915Z+ CIDL_OS=solaris2.11
5482023-10-12T04:22:22.918Z+ [[ 0 != 0 ]]
5492023-10-12T04:22:22.921Z+ configure_os solaris2.11
5502023-10-12T04:22:22.924Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512023-10-12T04:22:22.926Zcurrent directory: /work/oxidecomputer/omicron
5522023-10-12T04:22:22.929Z+ echo 'configuring based on OS: "solaris2.11"'
5532023-10-12T04:22:22.932Zconfiguring based on OS: "solaris2.11"
5542023-10-12T04:22:22.934Z+ case "$1" in
5552023-10-12T04:22:22.937Z+ SET_BINARIES=
5562023-10-12T04:22:22.939Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5572023-10-12T04:22:22.942Z+ CIDL_SHA256FUNC=do_sha256sum
5582023-10-12T04:22:22.944Z+ ARCHIVE_FILENAME=xcvradm.gz
5592023-10-12T04:22:22.947Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5602023-10-12T04:22:22.950Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5612023-10-12T04:22:22.953Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5622023-10-12T04:22:22.955ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5632023-10-12T04:22:22.958Z+ echo 'Local file: out/downloads/xcvradm.gz'
5642023-10-12T04:22:22.961ZLocal file: out/downloads/xcvradm.gz
5652023-10-12T04:22:22.964Z+ mkdir -p out/downloads
5662023-10-12T04:22:22.967Z+ mkdir -p ./out/transceiver-control
5672023-10-12T04:22:22.970Z+ fetch_and_verify
5682023-10-12T04:22:22.974Z+ local DO_DOWNLOAD=true
5692023-10-12T04:22:22.977Z+ [[ -f out/downloads/xcvradm.gz ]]
5702023-10-12T04:22:22.980Z+ '[' true == true ']'
5712023-10-12T04:22:22.983Z+ echo Downloading...
5722023-10-12T04:22:22.987ZDownloading...
5732023-10-12T04:22:22.989Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5742023-10-12T04:22:22.992Z+ 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
5752023-10-12T04:22:24.475Z++ do_sha256sum out/downloads/xcvradm.gz
5762023-10-12T04:22:24.478Z++ sha256sum
5772023-10-12T04:22:24.481Z++ awk '{print $1}'
5782023-10-12T04:22:24.500Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5792023-10-12T04:22:24.503Z+ [[ 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 ]]
5802023-10-12T04:22:24.506Z+ do_unpack out/downloads/xcvradm.gz
5812023-10-12T04:22:24.508Z+ mkdir -p out/downloads/root//opt/oxide/bin
5822023-10-12T04:22:24.511Z+ gzip -dc out/downloads/xcvradm.gz
5832023-10-12T04:22:24.677Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5842023-10-12T04:22:24.680Z+ do_assemble
5852023-10-12T04:22:24.682Z+ rm -r ./out/transceiver-control
5862023-10-12T04:22:24.685Z+ mkdir ./out/transceiver-control
5872023-10-12T04:22:24.688Z+ cp -r out/downloads/root ./out/transceiver-control/root
5882023-10-12T04:22:24.804ZAll prerequisites installed successfully
5892023-10-12T04:22:24.807Z
5902023-10-12T04:22:24.810Zreal 2:19.089663856
5912023-10-12T04:22:24.813Zuser 49.022348606
5922023-10-12T04:22:24.815Zsys 9.813405112
5932023-10-12T04:22:24.818Ztrap 0.024952138
5942023-10-12T04:22:24.821Ztflt 0.177899017
5952023-10-12T04:22:24.824Zdflt 0.975503716
5962023-10-12T04:22:24.826Zkflt 0.197548563
5972023-10-12T04:22:24.829Zlock 1.968688289
5982023-10-12T04:22:24.832Zslp 4:15.466192973
5992023-10-12T04:22:24.834Zlat 3.841757391
6002023-10-12T04:22:24.837Zstop 0.056609054
6012023-10-12T04:22:24.839Z+ ptime -m ./tools/ci_download_softnpu_machinery
6022023-10-12T04:22:24.842Zfetching npuzone
6032023-10-12T04:22:24.844ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6042023-10-12T04:22:24.849Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6052023-10-12T04:22:24.851ZGetting hash for npuzone
6062023-10-12T04:22:24.956Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6072023-10-12T04:22:32.383Znpuzone downloaded successfully
6082023-10-12T04:22:32.387Z
6092023-10-12T04:22:32.390Zreal 7.576855890
6102023-10-12T04:22:32.393Zuser 0.563520224
6112023-10-12T04:22:32.397Zsys 0.148798684
6122023-10-12T04:22:32.400Ztrap 0.000150487
6132023-10-12T04:22:32.402Ztflt 0.000000000
6142023-10-12T04:22:32.405Zdflt 0.000000000
6152023-10-12T04:22:32.410Zkflt 0.000000000
6162023-10-12T04:22:32.413Zlock 0.000000000
6172023-10-12T04:22:32.416Zslp 21.860112215
6182023-10-12T04:22:32.418Zlat 0.121521191
6192023-10-12T04:22:32.421Zstop 0.000287690
6202023-10-12T04:22:32.424Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6212023-10-12T04:22:32.752Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6222023-10-12T04:22:33.099Z Updating crates.io index
6232023-10-12T04:22:33.194Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6242023-10-12T04:22:33.975Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6252023-10-12T04:22:35.716Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6262023-10-12T04:22:36.355Z Updating git repository `http://github.com/oxidecomputer/tofino`
6272023-10-12T04:22:36.692Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6282023-10-12T04:22:36.975Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6292023-10-12T04:22:37.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
6302023-10-12T04:22:38.095Z Updating git repository `https://github.com/oxidecomputer/opte`
6312023-10-12T04:22:39.044Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6322023-10-12T04:22:39.412Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6332023-10-12T04:22:39.735Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6342023-10-12T04:22:40.274Z Updating git repository `https://github.com/oxidecomputer/crucible`
6352023-10-12T04:22:41.994Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6362023-10-12T04:22:42.301Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6372023-10-12T04:22:42.812Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6382023-10-12T04:22:43.124Z Updating git repository `https://github.com/njaremko/samael`
6392023-10-12T04:22:43.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6402023-10-12T04:22:44.242Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6412023-10-12T04:22:44.733Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6422023-10-12T04:22:45.185Z Updating git repository `https://github.com/jgallagher/nix`
6432023-10-12T04:22:46.445Z Updating git repository `https://github.com/cbiffle/hubpack`
6442023-10-12T04:22:46.812Z Updating git repository `https://github.com/oxidecomputer/omicron`
6452023-10-12T04:22:55.198Z Updating git repository `https://github.com/oxidecomputer/rfb`
6462023-10-12T04:22:55.691Z Updating git repository `https://github.com/oxidecomputer/typify`
6472023-10-12T04:22:56.653Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6482023-10-12T04:22:57.020Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6492023-10-12T04:22:57.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6502023-10-12T04:22:58.959Z Downloading crates ...
6512023-10-12T04:22:59.250Z Downloaded ciborium-ll v0.2.1
6522023-10-12T04:22:59.253Z Downloaded cipher v0.4.4
6532023-10-12T04:22:59.256Z Downloaded const-oid v0.9.5
6542023-10-12T04:22:59.261Z Downloaded atomic-waker v1.1.1
6552023-10-12T04:22:59.265Z Downloaded clang-sys v1.6.1
6562023-10-12T04:22:59.271Z Downloaded console v0.15.7
6572023-10-12T04:22:59.284Z Downloaded serde_spanned v0.6.3
6582023-10-12T04:22:59.289Z Downloaded serde_tokenstream v0.1.7
6592023-10-12T04:22:59.300Z Downloaded http-body v0.4.5
6602023-10-12T04:22:59.308Z Downloaded http-range v0.1.5
6612023-10-12T04:22:59.312Z Downloaded humantime v2.1.0
6622023-10-12T04:22:59.318Z Downloaded iana-time-zone v0.1.57
6632023-10-12T04:22:59.325Z Downloaded cancel-safe-futures v0.1.2
6642023-10-12T04:22:59.336Z Downloaded inout v0.1.3
6652023-10-12T04:22:59.344Z Downloaded ident_case v1.0.1
6662023-10-12T04:22:59.350Z Downloaded async-stream v0.3.5
6672023-10-12T04:22:59.357Z Downloaded cassowary v0.3.0
6682023-10-12T04:22:59.364Z Downloaded camino v1.1.6
6692023-10-12T04:22:59.370Z Downloaded hubpack v0.1.2
6702023-10-12T04:22:59.373Z Downloaded colorchoice v1.0.0
6712023-10-12T04:22:59.376Z Downloaded keccak v0.1.4
6722023-10-12T04:22:59.379Z Downloaded anstyle-query v1.0.0
6732023-10-12T04:22:59.383Z Downloaded heck v0.3.3
6742023-10-12T04:22:59.387Z Downloaded ascii v1.1.0
6752023-10-12T04:22:59.394Z Downloaded bitstruct v0.1.1
6762023-10-12T04:22:59.400Z Downloaded itoa v1.0.9
6772023-10-12T04:22:59.403Z Downloaded num-iter v0.1.43
6782023-10-12T04:22:59.407Z Downloaded mime v0.3.17
6792023-10-12T04:22:59.412Z Downloaded linear-map v1.2.0
6802023-10-12T04:22:59.416Z Downloaded addr2line v0.21.0
6812023-10-12T04:22:59.422Z Downloaded corncobs v0.1.3
6822023-10-12T04:22:59.427Z Downloaded num_cpus v1.16.0
6832023-10-12T04:22:59.435Z Downloaded indoc v2.0.3
6842023-10-12T04:22:59.444Z Downloaded clap_lex v0.5.1
6852023-10-12T04:22:59.449Z Downloaded jobserver v0.1.26
6862023-10-12T04:22:59.454Z Downloaded lazy_static v1.4.0
6872023-10-12T04:22:59.457Z Downloaded macaddr v1.0.1
6882023-10-12T04:22:59.461Z Downloaded siphasher v0.3.11
6892023-10-12T04:22:59.464Z Downloaded semver v0.1.20
6902023-10-12T04:22:59.467Z Downloaded foreign-types v0.3.2
6912023-10-12T04:22:59.470Z Downloaded crossbeam-queue v0.3.8
6922023-10-12T04:22:59.473Z Downloaded bzip2 v0.4.4
6932023-10-12T04:22:59.476Z Downloaded difflib v0.4.0
6942023-10-12T04:22:59.479Z Downloaded io-lifetimes v1.0.11
6952023-10-12T04:22:59.485Z Downloaded oso-derive v0.26.4
6962023-10-12T04:22:59.489Z Downloaded topological-sort v0.2.2
6972023-10-12T04:22:59.492Z Downloaded thiserror-no-std v2.0.2
6982023-10-12T04:22:59.498Z Downloaded usdt-attr-macro v0.3.5
6992023-10-12T04:22:59.500Z Downloaded derive_builder_macro v0.12.0
7002023-10-12T04:22:59.504Z Downloaded rpassword v7.2.0
7012023-10-12T04:22:59.507Z Downloaded buf-list v1.0.3
7022023-10-12T04:22:59.510Z Downloaded fixedbitset v0.4.2
7032023-10-12T04:22:59.513Z Downloaded fd-lock v3.0.13
7042023-10-12T04:22:59.518Z Downloaded log v0.4.20
7052023-10-12T04:22:59.524Z Downloaded globset v0.4.13
7062023-10-12T04:22:59.530Z Downloaded backoff v0.4.0
7072023-10-12T04:22:59.538Z Downloaded group v0.13.0
7082023-10-12T04:22:59.542Z Downloaded indexmap v2.0.0
7092023-10-12T04:22:59.545Z Downloaded fxhash v0.2.1
7102023-10-12T04:22:59.548Z Downloaded cc v1.0.83
7112023-10-12T04:22:59.552Z Downloaded usdt-impl v0.3.5
7122023-10-12T04:22:59.555Z Downloaded wait-timeout v0.2.0
7132023-10-12T04:22:59.558Z Downloaded terminal_size v0.2.6
7142023-10-12T04:22:59.560Z Downloaded serde_path_to_error v0.1.14
7152023-10-12T04:22:59.564Z Downloaded rustversion v1.0.14
7162023-10-12T04:22:59.570Z Downloaded unicode-xid v0.2.4
7172023-10-12T04:22:59.573Z Downloaded scopeguard v1.2.0
7182023-10-12T04:22:59.576Z Downloaded similar v2.2.1
7192023-10-12T04:22:59.587Z Downloaded zone v0.2.0
7202023-10-12T04:22:59.589Z Downloaded ref-cast-impl v1.0.20
7212023-10-12T04:22:59.592Z Downloaded ahash v0.7.6
7222023-10-12T04:22:59.596Z Downloaded phf_shared v0.10.0
7232023-10-12T04:22:59.599Z Downloaded getopts v0.2.21
7242023-10-12T04:22:59.601Z Downloaded parse-display-derive v0.7.0
7252023-10-12T04:22:59.604Z Downloaded equivalent v1.0.1
7262023-10-12T04:22:59.607Z Downloaded slog-envlogger v2.2.0
7272023-10-12T04:22:59.610Z Downloaded indicatif v0.17.6
7282023-10-12T04:22:59.618Z Downloaded pretty-hex v0.3.0
7292023-10-12T04:22:59.621Z Downloaded usdt-macro v0.3.5
7302023-10-12T04:22:59.624Z Downloaded parse-display v0.7.0
7312023-10-12T04:22:59.626Z Downloaded termcolor v1.2.0
7322023-10-12T04:22:59.629Z Downloaded pest_derive v2.7.2
7332023-10-12T04:22:59.632Z Downloaded num_threads v0.1.6
7342023-10-12T04:22:59.635Z Downloaded papergrid v0.10.0
7352023-10-12T04:22:59.645Z Downloaded fallible-streaming-iterator v0.1.9
7362023-10-12T04:22:59.648Z Downloaded fallible-iterator v0.2.0
7372023-10-12T04:22:59.651Z Downloaded pest_generator v2.7.2
7382023-10-12T04:22:59.654Z Downloaded arc-swap v1.6.0
7392023-10-12T04:22:59.661Z Downloaded darling_macro v0.14.4
7402023-10-12T04:22:59.688Z Downloaded universal-hash v0.5.1
7412023-10-12T04:22:59.692Z Downloaded slog v2.7.0
7422023-10-12T04:22:59.694Z Downloaded futures-macro v0.3.28
7432023-10-12T04:22:59.697Z Downloaded filetime v0.2.22
7442023-10-12T04:22:59.699Z Downloaded foreign-types-shared v0.3.1
7452023-10-12T04:22:59.702Z Downloaded opaque-debug v0.3.0
7462023-10-12T04:22:59.704Z Downloaded spin v0.5.2
7472023-10-12T04:22:59.707Z Downloaded parking_lot_core v0.8.6
7482023-10-12T04:22:59.710Z Downloaded slab v0.4.9
7492023-10-12T04:22:59.712Z Downloaded openssl-probe v0.1.5
7502023-10-12T04:22:59.715Z Downloaded flate2 v1.0.27
7512023-10-12T04:22:59.717Z Downloaded strum_macros v0.25.2
7522023-10-12T04:22:59.720Z Downloaded number_prefix v0.4.0
7532023-10-12T04:22:59.723Z Downloaded mio v0.8.8
7542023-10-12T04:22:59.726Z Downloaded time-core v0.1.1
7552023-10-12T04:22:59.729Z Downloaded foreign-types-shared v0.1.1
7562023-10-12T04:22:59.732Z Downloaded rand_xorshift v0.3.0
7572023-10-12T04:22:59.735Z Downloaded waitgroup v0.1.2
7582023-10-12T04:22:59.738Z Downloaded shlex v1.1.0
7592023-10-12T04:22:59.741Z Downloaded ref-cast v1.0.20
7602023-10-12T04:22:59.744Z Downloaded subtle v2.5.0
7612023-10-12T04:23:00.750Z Downloaded structopt-derive v0.4.18
7622023-10-12T04:23:00.753Z Downloaded ron v0.8.1
7632023-10-12T04:23:00.756Z Downloaded diesel_table_macro_syntax v0.1.0
7642023-10-12T04:23:00.758Z Downloaded string_cache v0.8.7
7652023-10-12T04:23:00.761Z Downloaded darling_macro v0.20.3
7662023-10-12T04:23:00.764Z Downloaded curve25519-dalek-derive v0.1.0
7672023-10-12T04:23:00.767Z Downloaded funty v2.0.0
7682023-10-12T04:23:00.771Z Downloaded fragile v2.0.0
7692023-10-12T04:23:00.774Z Downloaded stable_deref_trait v1.2.0
7702023-10-12T04:23:00.777Z Downloaded ron v0.7.1
7712023-10-12T04:23:00.781Z Downloaded zone_cfg_derive v0.2.0
7722023-10-12T04:23:00.783Z Downloaded paste v1.0.14
7732023-10-12T04:23:00.786Z Downloaded serde-big-array v0.4.1
7742023-10-12T04:23:00.790Z Downloaded serde_derive_internals v0.26.0
7752023-10-12T04:23:00.793Z Downloaded snafu v0.7.5
7762023-10-12T04:23:00.796Z Downloaded predicates-tree v1.0.9
7772023-10-12T04:23:00.799Z Downloaded uuid v1.4.1
7782023-10-12T04:23:00.802Z Downloaded downcast v0.11.0
7792023-10-12T04:23:00.805Z Downloaded http v0.2.9
7802023-10-12T04:23:00.808Z Downloaded pretty-hex v0.2.1
7812023-10-12T04:23:00.811Z Downloaded path-absolutize v3.1.0
7822023-10-12T04:23:00.814Z Downloaded darling_core v0.20.3
7832023-10-12T04:23:00.817Z Downloaded strum v0.25.0
7842023-10-12T04:23:00.820Z Downloaded test-strategy v0.2.1
7852023-10-12T04:23:00.822Z Downloaded cstr-argument v0.1.2
7862023-10-12T04:23:00.825Z Downloaded diesel_derives v2.1.1
7872023-10-12T04:23:00.828Z Downloaded smawk v0.3.1
7882023-10-12T04:23:00.831Z Downloaded omicron-zone-package v0.8.3
7892023-10-12T04:23:00.836Z Downloaded semver-parser v0.10.2
7902023-10-12T04:23:00.840Z Downloaded num-bigint-dig v0.8.4
7912023-10-12T04:23:00.843Z Downloaded foreign-types v0.5.0
7922023-10-12T04:23:00.847Z Downloaded utf-8 v0.7.6
7932023-10-12T04:23:00.849Z Downloaded polyval v0.6.1
7942023-10-12T04:23:00.853Z Downloaded x509-cert v0.2.4
7952023-10-12T04:23:00.856Z Downloaded once_cell v1.18.0
7962023-10-12T04:23:00.859Z Downloaded futures-executor v0.3.28
7972023-10-12T04:23:00.862Z Downloaded form_urlencoded v1.2.0
7982023-10-12T04:23:00.866Z Downloaded futures-core v0.3.28
7992023-10-12T04:23:00.869Z Downloaded want v0.3.1
8002023-10-12T04:23:00.872Z Downloaded version_check v0.9.4
8012023-10-12T04:23:00.875Z Downloaded vec_map v0.8.2
8022023-10-12T04:23:00.878Z Downloaded prettyplease v0.2.12
8032023-10-12T04:23:00.881Z Downloaded peeking_take_while v0.1.2
8042023-10-12T04:23:00.884Z Downloaded unarray v0.1.4
8052023-10-12T04:23:00.886Z Downloaded typenum v1.16.0
8062023-10-12T04:23:00.893Z Downloaded crypto-common v0.1.6
8072023-10-12T04:23:00.896Z Downloaded rustc_version v0.1.7
8082023-10-12T04:23:00.899Z Downloaded endian-type v0.1.2
8092023-10-12T04:23:00.905Z Downloaded take_mut v0.2.2
8102023-10-12T04:23:00.908Z Downloaded parking_lot v0.11.2
8112023-10-12T04:23:00.911Z Downloaded tokio-tungstenite v0.18.0
8122023-10-12T04:23:00.914Z Downloaded either v1.9.0
8132023-10-12T04:23:00.917Z Downloaded ed25519 v1.5.3
8142023-10-12T04:23:00.920Z Downloaded untrusted v0.7.1
8152023-10-12T04:23:00.923Z Downloaded precomputed-hash v0.1.1
8162023-10-12T04:23:00.926Z Downloaded parking_lot_core v0.9.8
8172023-10-12T04:23:00.929Z Downloaded slog-async v2.8.0
8182023-10-12T04:23:00.932Z Downloaded phf v0.11.2
8192023-10-12T04:23:00.934Z Downloaded postcard-cobs v0.1.5-pre
8202023-10-12T04:23:00.938Z Downloaded predicates v2.1.5
8212023-10-12T04:23:00.940Z Downloaded pest_meta v2.7.2
8222023-10-12T04:23:00.944Z Downloaded rustls-pemfile v1.0.3
8232023-10-12T04:23:00.946Z Downloaded zerocopy v0.3.0
8242023-10-12T04:23:00.950Z Downloaded postgres-types v0.2.6
8252023-10-12T04:23:00.953Z Downloaded signature v2.1.0
8262023-10-12T04:23:00.956Z Downloaded serde-hex v0.1.0
8272023-10-12T04:23:00.958Z Downloaded smallvec v1.11.0
8282023-10-12T04:23:00.961Z Downloaded rcgen v0.10.0
8292023-10-12T04:23:00.964Z Downloaded pem-rfc7468 v0.7.0
8302023-10-12T04:23:00.967Z Downloaded socket2 v0.4.9
8312023-10-12T04:23:00.973Z Downloaded derive_builder v0.12.0
8322023-10-12T04:23:00.976Z Downloaded toml v0.5.11
8332023-10-12T04:23:00.980Z Downloaded parking_lot v0.12.1
8342023-10-12T04:23:00.983Z Downloaded thiserror-impl-no-std v2.0.2
8352023-10-12T04:23:00.986Z Downloaded tungstenite v0.18.0
8362023-10-12T04:23:00.989Z Downloaded rustls-native-certs v0.6.3
8372023-10-12T04:23:00.994Z Downloaded postcard v0.7.3
8382023-10-12T04:23:00.996Z Downloaded hkdf v0.12.3
8392023-10-12T04:23:00.999Z Downloaded owo-colors v3.5.0
8402023-10-12T04:23:01.002Z Downloaded unicode-bidi v0.3.13
8412023-10-12T04:23:01.004Z Downloaded socket2 v0.5.3
8422023-10-12T04:23:01.007Z Downloaded winnow v0.5.15
8432023-10-12T04:23:01.011Z Downloaded time v0.3.27
8442023-10-12T04:23:01.014Z Downloaded rustls-webpki v0.101.4
8452023-10-12T04:23:01.068Z Downloaded toml v0.7.8
8462023-10-12T04:23:01.072Z Downloaded clap v2.34.0
8472023-10-12T04:23:01.075Z Downloaded tar v0.4.40
8482023-10-12T04:23:01.077Z Downloaded chrono v0.4.31
8492023-10-12T04:23:01.080Z Downloaded serde v1.0.188
8502023-10-12T04:23:01.083Z Downloaded hashbrown v0.12.3
8512023-10-12T04:23:01.086Z Downloaded regex-automata v0.1.10
8522023-10-12T04:23:01.090Z Downloaded salty v0.2.0
8532023-10-12T04:23:01.092Z Downloaded rayon v1.7.0
8542023-10-12T04:23:01.096Z Downloaded heapless v0.7.16
8552023-10-12T04:23:01.098Z Downloaded crossterm v0.26.1
8562023-10-12T04:23:01.101Z Downloaded portable-atomic v1.4.3
8572023-10-12T04:23:01.104Z Downloaded unicode-segmentation v1.10.1
8582023-10-12T04:23:01.107Z Downloaded regex v1.9.5
8592023-10-12T04:23:01.111Z Downloaded reedline v0.23.0
8602023-10-12T04:23:01.113Z Downloaded futures-util v0.3.28
8612023-10-12T04:23:01.116Z Downloaded unicode-normalization v0.1.22
8622023-10-12T04:23:01.119Z Downloaded reqwest v0.11.20
8632023-10-12T04:23:01.123Z Downloaded object v0.30.4
8642023-10-12T04:23:01.125Z Downloaded object v0.32.1
8652023-10-12T04:23:01.129Z Downloaded regress v0.7.1
8662023-10-12T04:23:01.132Z Downloaded git2 v0.17.2
8672023-10-12T04:23:01.135Z Downloaded regex-syntax v0.7.5
8682023-10-12T04:23:01.138Z Downloaded quick-xml v0.23.1
8692023-10-12T04:23:02.144Z Downloaded regex-automata v0.3.8
8702023-10-12T04:23:02.148Z Downloaded petgraph v0.6.4
8712023-10-12T04:23:02.153Z Downloaded syn v2.0.32
8722023-10-12T04:23:02.157Z Downloaded vcpkg v0.2.15
8732023-10-12T04:23:02.160Z Downloaded openssl v0.10.57
8742023-10-12T04:23:02.166Z Downloaded curve25519-dalek v4.1.0
8752023-10-12T04:23:02.169Z Downloaded rustix v0.38.9
8762023-10-12T04:23:02.173Z Downloaded rustix v0.37.23
8772023-10-12T04:23:02.176Z Downloaded proptest v1.3.1
8782023-10-12T04:23:02.181Z Downloaded openapiv3 v1.0.3
8792023-10-12T04:23:02.184Z Downloaded libgit2-sys v0.15.2+1.6.4
8802023-10-12T04:23:02.187Z Downloaded smoltcp v0.8.2
8812023-10-12T04:23:02.190Z Downloaded polar-core v0.26.4
8822023-10-12T04:23:02.193Z Downloaded gimli v0.28.0
8832023-10-12T04:23:02.196Z Downloaded diesel v2.1.1
8842023-10-12T04:23:02.199Z Downloaded ratatui v0.23.0
8852023-10-12T04:23:02.203Z Downloaded sled v0.34.7
8862023-10-12T04:23:02.207Z Downloaded zerocopy-derive v0.6.3
8872023-10-12T04:23:02.210Z Downloaded zerocopy-derive v0.2.0
8882023-10-12T04:23:02.213Z Downloaded libc v0.2.148
8892023-10-12T04:23:02.216Z Downloaded bzip2-sys v0.1.11+1.0.8
8902023-10-12T04:23:02.219Z Downloaded tokio v1.32.0
8912023-10-12T04:23:02.222Z Downloaded libsqlite3-sys v0.26.0
8922023-10-12T04:23:02.226Z Downloaded sha3 v0.10.8
8932023-10-12T04:23:02.230Z Downloaded smoltcp v0.9.1
8942023-10-12T04:23:02.233Z Downloaded webpki-roots v0.25.2
8952023-10-12T04:23:02.236Z Downloaded rustls v0.21.7
8962023-10-12T04:23:02.239Z Downloaded regex-syntax v0.6.29
8972023-10-12T04:23:02.242Z Downloaded syn v1.0.109
8982023-10-12T04:23:02.246Z Downloaded radix_trie v0.2.1
8992023-10-12T04:23:02.249Z Downloaded trust-dns-proto v0.22.0
9002023-10-12T04:23:02.252Z Downloaded bindgen v0.65.1
9012023-10-12T04:23:02.255Z Downloaded hyper v0.14.27
9022023-10-12T04:23:02.258Z Downloaded nix v0.26.2
9032023-10-12T04:23:02.261Z Downloaded encoding_rs v0.8.33
9042023-10-12T04:23:02.265Z Downloaded tokio-util v0.7.8
9052023-10-12T04:23:02.268Z Downloaded idna v0.4.0
9062023-10-12T04:23:02.272Z Downloaded hashbrown v0.13.2
9072023-10-12T04:23:02.275Z Downloaded lalrpop v0.19.12
9082023-10-12T04:23:02.279Z Downloaded tabled v0.14.0
9092023-10-12T04:23:02.282Z Downloaded bstr v1.6.0
9102023-10-12T04:23:02.286Z Downloaded serde_with v2.3.3
9112023-10-12T04:23:02.290Z Downloaded idna v0.2.3
9122023-10-12T04:23:02.293Z Downloaded hashbrown v0.14.0
9132023-10-12T04:23:02.296Z Downloaded pest v2.7.2
9142023-10-12T04:23:02.299Z Downloaded zip v0.6.6
9152023-10-12T04:23:02.302Z Downloaded crossterm v0.27.0
9162023-10-12T04:23:02.305Z Downloaded serde_json v1.0.107
9172023-10-12T04:23:02.310Z Downloaded aho-corasick v1.0.4
9182023-10-12T04:23:02.313Z Downloaded bstr v0.2.17
9192023-10-12T04:23:02.315Z Downloaded rusqlite v0.29.0
9202023-10-12T04:23:02.318Z Downloaded elliptic-curve v0.13.5
9212023-10-12T04:23:02.321Z Downloaded headers v0.3.9
9222023-10-12T04:23:02.324Z Downloaded rand v0.8.5
9232023-10-12T04:23:02.326Z Downloaded proc-macro2 v1.0.67
9242023-10-12T04:23:02.329Z Downloaded pin-project-lite v0.2.13
9252023-10-12T04:23:02.333Z Downloaded libz-sys v1.1.12
9262023-10-12T04:23:02.336Z Downloaded tough v0.12.5
9272023-10-12T04:23:02.339Z Downloaded h2 v0.3.21
9282023-10-12T04:23:02.343Z Downloaded darling v0.20.3
9292023-10-12T04:23:02.346Z Downloaded trust-dns-resolver v0.22.0
9302023-10-12T04:23:02.349Z Downloaded pem v1.1.1
9312023-10-12T04:23:02.352Z Downloaded pkcs8 v0.10.2
9322023-10-12T04:23:02.354Z Downloaded pkcs1 v0.7.5
9332023-10-12T04:23:02.357Z Downloaded phf_shared v0.11.2
9342023-10-12T04:23:02.360Z Downloaded openssl-sys v0.9.93
9352023-10-12T04:23:02.363Z Downloaded steno v0.4.0
9362023-10-12T04:23:02.366Z Downloaded erased-serde v0.3.30
9372023-10-12T04:23:02.370Z Downloaded hashlink v0.8.3
9382023-10-12T04:23:02.373Z Downloaded proc-macro-error-attr v1.0.4
9392023-10-12T04:23:02.377Z Downloaded predicates v3.0.4
9402023-10-12T04:23:02.380Z Downloaded oso v0.26.4
9412023-10-12T04:23:02.383Z Downloaded vte v0.11.1
9422023-10-12T04:23:02.386Z Downloaded diff v0.1.13
9432023-10-12T04:23:02.389Z Downloaded crypto-bigint v0.5.2
9442023-10-12T04:23:02.394Z Downloaded tokio-postgres v0.7.10
9452023-10-12T04:23:02.398Z Downloaded vsss-rs v3.3.1
9462023-10-12T04:23:02.401Z Downloaded darling_core v0.14.4
9472023-10-12T04:23:02.403Z Downloaded libm v0.2.7
9482023-10-12T04:23:02.406Z Downloaded packed_struct v0.10.1
9492023-10-12T04:23:02.417Z Downloaded linked-hash-map v0.5.6
9502023-10-12T04:23:02.420Z Downloaded poly1305 v0.8.0
9512023-10-12T04:23:02.423Z Downloaded hash32 v0.2.1
9522023-10-12T04:23:02.426Z Downloaded strsim v0.10.0
9532023-10-12T04:23:02.429Z Downloaded ring v0.16.20
9542023-10-12T04:23:02.433Z Downloaded num_enum_derive v0.7.0
9552023-10-12T04:23:02.436Z Downloaded walkdir v2.4.0
9562023-10-12T04:23:02.439Z Downloaded semver v1.0.18
9572023-10-12T04:23:02.442Z Downloaded proc-macro-error v1.0.4
9582023-10-12T04:23:02.446Z Downloaded url v2.4.1
9592023-10-12T04:23:02.449Z Downloaded getrandom v0.2.10
9602023-10-12T04:23:02.453Z Downloaded postgres-protocol v0.6.6
9612023-10-12T04:23:02.457Z Downloaded toml v0.8.0
9622023-10-12T04:23:02.460Z Downloaded ppv-lite86 v0.2.17
9632023-10-12T04:23:02.463Z Downloaded enum-as-inner v0.5.1
9642023-10-12T04:23:02.466Z Downloaded smallvec v0.6.14
9652023-10-12T04:23:02.470Z Downloaded futures v0.3.28
9662023-10-12T04:23:02.473Z Downloaded unicode-ident v1.0.12
9672023-10-12T04:23:02.477Z Downloaded rayon-core v1.11.0
9682023-10-12T04:23:02.481Z Downloaded dyn-clone v1.0.13
9692023-10-12T04:23:02.485Z Downloaded secrecy v0.8.0
9702023-10-12T04:23:02.488Z Downloaded signature v1.6.4
9712023-10-12T04:23:02.492Z Downloaded predicates-core v1.0.6
9722023-10-12T04:23:02.496Z Downloaded derive_builder_core v0.12.0
9732023-10-12T04:23:02.500Z Downloaded derive-where v1.2.5
9742023-10-12T04:23:02.504Z Downloaded ucd-trie v0.1.6
9752023-10-12T04:23:02.506Z Downloaded slog-stdlog v4.1.1
9762023-10-12T04:23:02.510Z Downloaded olpc-cjson v0.1.3
9772023-10-12T04:23:02.513Z Downloaded textwrap v0.16.0
9782023-10-12T04:23:02.518Z Downloaded rsa v0.9.2
9792023-10-12T04:23:02.521Z Downloaded try-lock v0.2.4
9802023-10-12T04:23:02.525Z Downloaded deranged v0.3.8
9812023-10-12T04:23:02.528Z Downloaded doc-comment v0.3.3
9822023-10-12T04:23:02.531Z Downloaded minimal-lexical v0.2.1
9832023-10-12T04:23:02.534Z Downloaded subprocess v0.2.9
9842023-10-12T04:23:02.539Z Downloaded itertools v0.11.0
9852023-10-12T04:23:02.542Z Downloaded rustc-hash v1.1.0
9862023-10-12T04:23:02.545Z Downloaded thiserror-impl v1.0.49
9872023-10-12T04:23:02.549Z Downloaded unicode-linebreak v0.1.5
9882023-10-12T04:23:02.552Z Downloaded ctr v0.9.2
9892023-10-12T04:23:02.556Z Downloaded dof v0.1.5
9902023-10-12T04:23:02.559Z Downloaded quick-error v1.2.3
9912023-10-12T04:23:02.562Z Downloaded fatfs v0.3.6
9922023-10-12T04:23:02.565Z Downloaded base64 v0.21.4
9932023-10-12T04:23:02.568Z Downloaded memchr v2.6.3
9942023-10-12T04:23:02.571Z Downloaded ena v0.14.2
9952023-10-12T04:23:02.574Z Downloaded darling v0.14.4
9962023-10-12T04:23:02.577Z Downloaded half v1.8.2
9972023-10-12T04:23:02.580Z Downloaded num-bigint v0.4.4
9982023-10-12T04:23:02.583Z Downloaded libxml v0.3.3
9992023-10-12T04:23:02.587Z Downloaded proc-macro-crate v1.3.1
10002023-10-12T04:23:02.590Z Downloaded pin-utils v0.1.0
10012023-10-12T04:23:02.593Z Downloaded num_enum_derive v0.5.11
10022023-10-12T04:23:02.596Z Downloaded num-integer v0.1.45
10032023-10-12T04:23:02.600Z Downloaded rtoolbox v0.0.1
10042023-10-12T04:23:02.603Z Downloaded ringbuffer v0.15.0
10052023-10-12T04:23:02.606Z Downloaded rusty-fork v0.3.0
10062023-10-12T04:23:02.610Z Downloaded twox-hash v1.6.3
10072023-10-12T04:23:02.614Z Downloaded term v0.7.0
10082023-10-12T04:23:02.617Z Downloaded tracing v0.1.37
10092023-10-12T04:23:02.620Z Downloaded itertools v0.10.5
10102023-10-12T04:23:02.623Z Downloaded bitvec v1.0.1
10112023-10-12T04:23:02.627Z Downloaded derive_more v0.99.17
10122023-10-12T04:23:02.631Z Downloaded crossbeam-channel v0.5.8
10132023-10-12T04:23:02.634Z Downloaded vte_generate_state_changes v0.1.1
10142023-10-12T04:23:02.638Z Downloaded path-slash v0.1.5
10152023-10-12T04:23:02.641Z Downloaded percent-encoding v2.3.0
10162023-10-12T04:23:02.644Z Downloaded dirs-next v2.0.0
10172023-10-12T04:23:02.647Z Downloaded debug-ignore v1.0.5
10182023-10-12T04:23:02.650Z Downloaded unsafe-libyaml v0.2.9
10192023-10-12T04:23:02.654Z Downloaded thiserror v1.0.49
10202023-10-12T04:23:02.659Z Downloaded nom v7.1.3
10212023-10-12T04:23:02.662Z Downloaded snafu-derive v0.7.5
10222023-10-12T04:23:02.665Z Downloaded trust-dns-client v0.22.0
10232023-10-12T04:23:02.668Z Downloaded utf8parse v0.2.1
10242023-10-12T04:23:02.671Z Downloaded der v0.7.8
10252023-10-12T04:23:02.674Z Downloaded toml_edit v0.19.15
10262023-10-12T04:23:02.678Z Downloaded flume v0.11.0
10272023-10-12T04:23:02.680Z Downloaded toml_edit v0.20.0
10282023-10-12T04:23:02.684Z Downloaded tracing-core v0.1.31
10292023-10-12T04:23:02.687Z Downloaded spki v0.7.2
10302023-10-12T04:23:02.690Z Downloaded resolv-conf v0.7.0
10312023-10-12T04:23:02.694Z Downloaded clap_builder v4.4.2
10322023-10-12T04:23:02.697Z Downloaded same-file v1.0.6
10332023-10-12T04:23:02.700Z Downloaded unicode-width v0.1.10
10342023-10-12T04:23:02.703Z Downloaded signal-hook-registry v1.4.1
10352023-10-12T04:23:02.706Z Downloaded sct v0.7.0
10362023-10-12T04:23:02.710Z Downloaded data-encoding v2.4.0
10372023-10-12T04:23:02.714Z Downloaded toolchain_find v0.2.0
10382023-10-12T04:23:02.717Z Downloaded rand_core v0.6.4
10392023-10-12T04:23:02.720Z Downloaded rand_chacha v0.3.1
10402023-10-12T04:23:02.727Z Downloaded slog-term v2.9.0
10412023-10-12T04:23:02.730Z Downloaded password-hash v0.5.0
10422023-10-12T04:23:02.734Z Downloaded trust-dns-server v0.22.1
10432023-10-12T04:23:02.765Z Downloaded foreign-types-macros v0.2.3
10442023-10-12T04:23:02.768Z Downloaded path-dedot v3.1.0
10452023-10-12T04:23:02.772Z Downloaded slog-json v2.6.1
10462023-10-12T04:23:02.775Z Downloaded packed_struct_codegen v0.10.1
10472023-10-12T04:23:02.778Z Downloaded futures-io v0.3.28
10482023-10-12T04:23:02.781Z Downloaded zeroize v1.6.0
10492023-10-12T04:23:02.784Z Downloaded serde_arrays v0.1.0
10502023-10-12T04:23:02.787Z Downloaded der_derive v0.7.2
10512023-10-12T04:23:02.792Z Downloaded tempfile v3.8.0
10522023-10-12T04:23:02.796Z Downloaded tungstenite v0.20.1
10532023-10-12T04:23:02.799Z Downloaded crunchy v0.2.2
10542023-10-12T04:23:02.802Z Downloaded dtrace-parser v0.1.14
10552023-10-12T04:23:02.806Z Downloaded zerocopy v0.6.3
10562023-10-12T04:23:02.809Z Downloaded structmeta v0.1.6
10572023-10-12T04:23:02.814Z Downloaded static_assertions v1.1.0
10582023-10-12T04:23:02.817Z Downloaded smf v0.2.2
10592023-10-12T04:23:02.820Z Downloaded rustc_version v0.4.0
10602023-10-12T04:23:02.823Z Downloaded headers-core v0.2.0
10612023-10-12T04:23:02.827Z Downloaded whoami v1.4.1
10622023-10-12T04:23:02.830Z Downloaded spin v0.9.8
10632023-10-12T04:23:02.833Z Downloaded quote v1.0.33
10642023-10-12T04:23:02.837Z Downloaded tap v1.0.1
10652023-10-12T04:23:02.841Z Downloaded serde_with_macros v2.3.3
10662023-10-12T04:23:02.844Z Downloaded base64 v0.13.1
10672023-10-12T04:23:02.848Z Downloaded serde_urlencoded v0.7.1
10682023-10-12T04:23:02.853Z Downloaded backtrace v0.3.69
10692023-10-12T04:23:02.859Z Downloaded flagset v0.4.3
10702023-10-12T04:23:02.862Z Downloaded errno v0.3.2
10712023-10-12T04:23:02.867Z Downloaded strum_macros v0.24.3
10722023-10-12T04:23:02.870Z Downloaded vergen v8.2.4
10732023-10-12T04:23:02.874Z Downloaded radium v0.7.0
10742023-10-12T04:23:02.877Z Downloaded rustc-demangle v0.1.23
10752023-10-12T04:23:02.882Z Downloaded structmeta-derive v0.1.6
10762023-10-12T04:23:02.885Z Downloaded strsim v0.8.0
10772023-10-12T04:23:02.889Z Downloaded env_logger v0.10.0
10782023-10-12T04:23:02.892Z Downloaded tinyvec v1.6.0
10792023-10-12T04:23:02.896Z Downloaded tracing-attributes v0.1.26
10802023-10-12T04:23:02.899Z Downloaded tokio-rustls v0.24.1
10812023-10-12T04:23:02.902Z Downloaded structopt v0.3.26
10822023-10-12T04:23:02.905Z Downloaded tokio-stream v0.1.14
10832023-10-12T04:23:02.908Z Downloaded signal-hook v0.3.17
10842023-10-12T04:23:02.912Z Downloaded aes v0.8.3
10852023-10-12T04:23:02.916Z Downloaded signal-hook-tokio v0.3.1
10862023-10-12T04:23:02.919Z Downloaded wyz v0.5.1
10872023-10-12T04:23:02.922Z Downloaded which v4.4.0
10882023-10-12T04:23:02.925Z Downloaded futures-task v0.3.28
10892023-10-12T04:23:02.928Z Downloaded r2d2 v0.8.10
10902023-10-12T04:23:02.931Z Downloaded display-error-chain v0.1.1
10912023-10-12T04:23:02.936Z Downloaded tabled_derive v0.6.0
10922023-10-12T04:23:02.941Z Downloaded slog-scope v4.4.0
10932023-10-12T04:23:02.944Z Downloaded serde_tokenstream v0.2.0
10942023-10-12T04:23:02.947Z Downloaded serde_repr v0.1.16
10952023-10-12T04:23:02.950Z Downloaded serde_plain v1.0.2
10962023-10-12T04:23:02.953Z Downloaded schemars_derive v0.8.13
10972023-10-12T04:23:02.958Z Downloaded generic-array v0.14.7
10982023-10-12T04:23:02.963Z Downloaded futures-channel v0.3.28
10992023-10-12T04:23:02.968Z Downloaded schemars v0.8.13
11002023-10-12T04:23:02.971Z Downloaded fastrand v2.0.0
11012023-10-12T04:23:02.974Z Downloaded crossbeam-epoch v0.9.15
11022023-10-12T04:23:02.977Z Downloaded thread_local v1.1.7
11032023-10-12T04:23:02.980Z Downloaded allocator-api2 v0.2.16
11042023-10-12T04:23:02.983Z Downloaded zeroize_derive v1.4.2
11052023-10-12T04:23:02.987Z Downloaded textwrap v0.11.0
11062023-10-12T04:23:02.990Z Downloaded ahash v0.8.3
11072023-10-12T04:23:02.994Z Downloaded crossbeam-utils v0.8.16
11082023-10-12T04:23:02.997Z Downloaded tokio-native-tls v0.3.1
11092023-10-12T04:23:03.001Z Downloaded tokio-macros v2.1.0
11102023-10-12T04:23:03.005Z Downloaded time-macros v0.2.13
11112023-10-12T04:23:03.010Z Downloaded shell-words v1.1.0
11122023-10-12T04:23:03.014Z Downloaded tui-tree-widget v0.13.0
11132023-10-12T04:23:03.018Z Downloaded fs-err v2.9.0
11142023-10-12T04:23:03.021Z Downloaded env_logger v0.9.3
11152023-10-12T04:23:03.025Z Downloaded sha2 v0.10.7
11162023-10-12T04:23:03.028Z Downloaded num-traits v0.2.16
11172023-10-12T04:23:03.031Z Downloaded fnv v1.0.7
11182023-10-12T04:23:03.034Z Downloaded float-cmp v0.9.0
11192023-10-12T04:23:03.038Z Downloaded semver v0.11.0
11202023-10-12T04:23:03.042Z Downloaded futures-sink v0.3.28
11212023-10-12T04:23:03.045Z Downloaded indexmap v1.9.3
11222023-10-12T04:23:03.048Z Downloaded cargo_toml v0.16.3
11232023-10-12T04:23:03.051Z Downloaded bincode v1.3.3
11242023-10-12T04:23:03.055Z Downloaded hex v0.4.3
11252023-10-12T04:23:03.060Z Downloaded ansi_term v0.12.1
11262023-10-12T04:23:03.063Z Downloaded bitfield v0.14.0
11272023-10-12T04:23:03.066Z Downloaded base64ct v1.6.0
11282023-10-12T04:23:03.069Z Downloaded bitflags v2.4.0
11292023-10-12T04:23:03.073Z Downloaded yasna v0.5.2
11302023-10-12T04:23:03.076Z Downloaded ff v0.13.0
11312023-10-12T04:23:03.079Z Downloaded dirs-sys-next v0.1.2
11322023-10-12T04:23:03.083Z Downloaded num_enum v0.7.0
11332023-10-12T04:23:03.087Z Downloaded num-complex v0.4.4
11342023-10-12T04:23:03.090Z Downloaded cookie v0.16.2
11352023-10-12T04:23:03.094Z Downloaded pkg-config v0.3.27
11362023-10-12T04:23:03.097Z Downloaded glob v0.3.1
11372023-10-12T04:23:03.100Z Downloaded digest v0.10.7
11382023-10-12T04:23:03.103Z Downloaded termios v0.3.3
11392023-10-12T04:23:03.106Z Downloaded usdt v0.3.5
11402023-10-12T04:23:03.109Z Downloaded unicase v2.7.0
11412023-10-12T04:23:03.112Z Downloaded tower-service v0.3.2
11422023-10-12T04:23:03.117Z Downloaded crossbeam-deque v0.8.3
11432023-10-12T04:23:03.120Z Downloaded chacha20poly1305 v0.10.1
11442023-10-12T04:23:03.157Z Downloaded signal-hook-mio v0.2.3
11452023-10-12T04:23:03.161Z Downloaded openssl-macros v0.1.1
11462023-10-12T04:23:03.164Z Downloaded anyhow v1.0.75
11472023-10-12T04:23:03.167Z Downloaded hyper-rustls v0.24.1
11482023-10-12T04:23:03.170Z Downloaded anstyle-parse v0.2.1
11492023-10-12T04:23:03.173Z Downloaded aes-gcm-siv v0.11.1
11502023-10-12T04:23:03.177Z Downloaded lock_api v0.4.10
11512023-10-12T04:23:03.180Z Downloaded ciborium v0.2.1
11522023-10-12T04:23:03.184Z Downloaded chacha20 v0.9.1
11532023-10-12T04:23:03.187Z Downloaded platforms v3.0.2
11542023-10-12T04:23:03.190Z Downloaded slog-dtrace v0.2.3
11552023-10-12T04:23:03.193Z Downloaded slog-bunyan v2.4.0
11562023-10-12T04:23:03.196Z Downloaded aead v0.5.2
11572023-10-12T04:23:03.209Z Downloaded synstructure v0.12.6
11582023-10-12T04:23:03.212Z Downloaded xattr v1.0.1
11592023-10-12T04:23:03.215Z Downloaded toml_datetime v0.6.3
11602023-10-12T04:23:03.218Z Downloaded tiny-keccak v2.0.2
11612023-10-12T04:23:03.221Z Downloaded home v0.5.5
11622023-10-12T04:23:03.224Z Downloaded adler v1.0.2
11632023-10-12T04:23:03.229Z Downloaded strip-ansi-escapes v0.2.0
11642023-10-12T04:23:03.232Z Downloaded lalrpop-util v0.19.12
11652023-10-12T04:23:03.235Z Downloaded num-rational v0.4.1
11662023-10-12T04:23:03.238Z Downloaded num-derive v0.4.0
11672023-10-12T04:23:03.242Z Downloaded num v0.4.1
11682023-10-12T04:23:03.245Z Downloaded nibble_vec v0.1.0
11692023-10-12T04:23:03.249Z Downloaded libefi-sys v0.1.0
11702023-10-12T04:23:03.254Z Downloaded block-buffer v0.10.4
11712023-10-12T04:23:03.257Z Downloaded ascii-canvas v3.0.0
11722023-10-12T04:23:03.261Z Downloaded colored v2.0.4
11732023-10-12T04:23:03.264Z Downloaded multer v2.1.0
11742023-10-12T04:23:03.267Z Downloaded lru-cache v0.1.2
11752023-10-12T04:23:03.270Z Downloaded libloading v0.7.4
11762023-10-12T04:23:03.275Z Downloaded async-recursion v1.0.5
11772023-10-12T04:23:03.278Z Downloaded httpdate v1.0.3
11782023-10-12T04:23:03.282Z Downloaded heck v0.4.1
11792023-10-12T04:23:03.287Z Downloaded bit_field v0.10.2
11802023-10-12T04:23:03.291Z Downloaded anstyle v1.0.2
11812023-10-12T04:23:03.301Z Downloaded bit-vec v0.6.3
11822023-10-12T04:23:03.305Z Downloaded bitflags v1.3.2
11832023-10-12T04:23:03.308Z Downloaded anstream v0.5.0
11842023-10-12T04:23:03.353Z Downloaded async-trait v0.1.73
11852023-10-12T04:23:03.358Z Downloaded autocfg v1.1.0
11862023-10-12T04:23:03.362Z Downloaded hyper-tls v0.5.0
11872023-10-12T04:23:03.365Z Downloaded num_enum v0.5.11
11882023-10-12T04:23:03.368Z Downloaded mockall v0.11.4
11892023-10-12T04:23:03.372Z Downloaded serde-big-array v0.5.1
11902023-10-12T04:23:03.375Z Downloaded ipnetwork v0.20.0
11912023-10-12T04:23:03.379Z Downloaded nanorand v0.7.0
11922023-10-12T04:23:03.382Z Downloaded cpufeatures v0.2.9
11932023-10-12T04:23:03.385Z Downloaded bytesize v1.3.0
11942023-10-12T04:23:03.388Z Downloaded cargo-platform v0.1.3
11952023-10-12T04:23:03.391Z Downloaded thread-id v4.2.0
11962023-10-12T04:23:03.395Z Downloaded crossbeam v0.8.2
11972023-10-12T04:23:03.398Z Downloaded argon2 v0.5.2
11982023-10-12T04:23:03.401Z Downloaded sha1 v0.10.5
11992023-10-12T04:23:03.404Z Downloaded rustfmt-wrapper v0.2.0
12002023-10-12T04:23:03.408Z Downloaded mime_guess v2.0.4
12012023-10-12T04:23:03.411Z Downloaded maybe-uninit v2.0.0
12022023-10-12T04:23:03.419Z Downloaded normalize-line-endings v0.3.0
12032023-10-12T04:23:03.422Z Downloaded crc v3.0.1
12042023-10-12T04:23:03.427Z Downloaded indoc v1.0.9
12052023-10-12T04:23:03.429Z Downloaded bitstruct_derive v0.1.0
12062023-10-12T04:23:03.433Z Downloaded termtree v0.4.1
12072023-10-12T04:23:03.436Z Downloaded atomicwrites v0.4.1
12082023-10-12T04:23:03.439Z Downloaded base16ct v0.2.0
12092023-10-12T04:23:03.443Z Downloaded lazycell v1.3.0
12102023-10-12T04:23:03.447Z Downloaded bytecount v0.6.3
12112023-10-12T04:23:03.450Z Downloaded cargo_metadata v0.18.0
12122023-10-12T04:23:03.454Z Downloaded camino-tempfile v1.0.2
12132023-10-12T04:23:03.457Z Downloaded cfg-if v0.1.10
12142023-10-12T04:23:03.460Z Downloaded assert_matches v1.5.0
12152023-10-12T04:23:03.464Z Downloaded async-stream-impl v0.3.5
12162023-10-12T04:23:03.468Z Downloaded bb8 v0.8.1
12172023-10-12T04:23:03.471Z Downloaded atty v0.2.14
12182023-10-12T04:23:03.474Z Downloaded array-init v0.0.4
12192023-10-12T04:23:03.478Z Downloaded nodrop v0.1.14
12202023-10-12T04:23:03.481Z Downloaded byteorder v1.4.3
12212023-10-12T04:23:03.485Z Downloaded impl-trait-for-tuples v0.2.2
12222023-10-12T04:23:03.488Z Downloaded match_cfg v0.1.0
12232023-10-12T04:23:03.491Z Downloaded mockall_derive v0.11.4
12242023-10-12T04:23:03.494Z Downloaded miniz_oxide v0.7.1
12252023-10-12T04:23:03.497Z Downloaded crc32fast v1.3.2
12262023-10-12T04:23:03.500Z Downloaded const_format v0.2.31
12272023-10-12T04:23:03.505Z Downloaded ipnet v2.8.0
12282023-10-12T04:23:03.508Z Downloaded hubpack_derive v0.1.1
12292023-10-12T04:23:03.511Z Downloaded md-5 v0.10.5
12302023-10-12T04:23:03.514Z Downloaded is-terminal v0.4.9
12312023-10-12T04:23:03.518Z Downloaded instant v0.1.12
12322023-10-12T04:23:03.522Z Downloaded bytes v1.5.0
12332023-10-12T04:23:03.525Z Downloaded tokio-tungstenite v0.20.1
12342023-10-12T04:23:03.528Z Downloaded native-tls v0.2.11
12352023-10-12T04:23:03.531Z Downloaded managed v0.8.0
12362023-10-12T04:23:03.534Z Downloaded hyper-staticfile v0.9.5
12372023-10-12T04:23:03.538Z Downloaded cexpr v0.6.0
12382023-10-12T04:23:03.542Z Downloaded tinyvec_macros v0.1.1
12392023-10-12T04:23:03.546Z Downloaded clap v4.4.3
12402023-10-12T04:23:03.550Z Downloaded blake2 v0.10.6
12412023-10-12T04:23:03.553Z Downloaded hmac v0.12.1
12422023-10-12T04:23:03.556Z Downloaded httparse v1.8.0
12432023-10-12T04:23:03.559Z Downloaded crc-any v2.4.3
12442023-10-12T04:23:03.563Z Downloaded serde_yaml v0.9.25
12452023-10-12T04:23:03.566Z Downloaded scheduled-thread-pool v0.2.7
12462023-10-12T04:23:03.569Z Downloaded maplit v1.0.2
12472023-10-12T04:23:03.572Z Downloaded hostname v0.3.1
12482023-10-12T04:23:03.576Z Downloaded bit-set v0.5.3
12492023-10-12T04:23:03.579Z Downloaded nu-ansi-term v0.49.0
12502023-10-12T04:23:03.582Z Downloaded memoffset v0.9.0
12512023-10-12T04:23:03.585Z Downloaded stringprep v0.1.3
12522023-10-12T04:23:03.588Z Downloaded serde_derive v1.0.188
12532023-10-12T04:23:03.591Z Downloaded memoffset v0.7.1
12542023-10-12T04:23:03.595Z Downloaded const_format_proc_macros v0.2.31
12552023-10-12T04:23:03.599Z Downloaded ryu v1.0.15
12562023-10-12T04:23:03.602Z Downloaded matches v0.1.10
12572023-10-12T04:23:03.606Z Downloaded clap_derive v4.4.2
12582023-10-12T04:23:03.610Z Downloaded newtype_derive v0.1.6
12592023-10-12T04:23:03.613Z Downloaded new_debug_unreachable v1.0.4
12602023-10-12T04:23:03.617Z Downloaded crc-catalog v2.2.0
12612023-10-12T04:23:03.620Z Downloaded convert_case v0.4.0
12622023-10-12T04:23:03.623Z Downloaded ciborium-io v0.2.1
12632023-10-12T04:23:03.626Z Downloaded block-padding v0.3.3
12642023-10-12T04:23:03.629Z Downloaded cfg-if v1.0.0
12652023-10-12T04:23:03.858Z Compiling proc-macro2 v1.0.67
12662023-10-12T04:23:03.862Z Compiling unicode-ident v1.0.12
12672023-10-12T04:23:03.866Z Compiling libc v0.2.148
12682023-10-12T04:23:03.872Z Compiling serde v1.0.188
12692023-10-12T04:23:03.875Z Compiling autocfg v1.1.0
12702023-10-12T04:23:03.878Z Compiling version_check v0.9.4
12712023-10-12T04:23:03.881Z Compiling cfg-if v1.0.0
12722023-10-12T04:23:04.132Z Compiling syn v1.0.109
12732023-10-12T04:23:04.174Z Compiling once_cell v1.18.0
12742023-10-12T04:23:04.301Z Compiling parking_lot_core v0.9.8
12752023-10-12T04:23:04.846Z Compiling libm v0.2.7
12762023-10-12T04:23:05.017Z Compiling ahash v0.8.3
12772023-10-12T04:23:05.096Z Compiling lock_api v0.4.10
12782023-10-12T04:23:05.937Z Compiling num-traits v0.2.16
12792023-10-12T04:23:05.942Z Compiling thiserror v1.0.49
12802023-10-12T04:23:05.947Z Compiling typenum v1.16.0
12812023-10-12T04:23:06.299Z Compiling futures-core v0.3.28
12822023-10-12T04:23:06.302Z Compiling generic-array v0.14.7
12832023-10-12T04:23:06.615Z Compiling memchr v2.6.3
12842023-10-12T04:23:06.722Z Compiling itoa v1.0.9
12852023-10-12T04:23:06.745Z Compiling scopeguard v1.2.0
12862023-10-12T04:23:06.956Z Compiling pkg-config v0.3.27
12872023-10-12T04:23:07.399Z Compiling quote v1.0.33
12882023-10-12T04:23:07.449Z Compiling slab v0.4.9
12892023-10-12T04:23:07.888Z Compiling futures-task v0.3.28
12902023-10-12T04:23:08.368Z Compiling syn v2.0.32
12912023-10-12T04:23:08.509Z Compiling jobserver v0.1.26
12922023-10-12T04:23:08.720Z Compiling getrandom v0.2.10
12932023-10-12T04:23:09.370Z Compiling cc v1.0.83
12942023-10-12T04:23:09.394Z Compiling futures-channel v0.3.28
12952023-10-12T04:23:09.726Z Compiling futures-util v0.3.28
12962023-10-12T04:23:10.239Z Compiling log v0.4.20
12972023-10-12T04:23:10.984Z Compiling ryu v1.0.15
12982023-10-12T04:23:11.190Z Compiling pin-project-lite v0.2.13
12992023-10-12T04:23:11.233Z Compiling serde_json v1.0.107
13002023-10-12T04:23:11.377Z Compiling ahash v0.7.6
13012023-10-12T04:23:11.854Z Compiling schemars v0.8.13
13022023-10-12T04:23:11.868Z Compiling smallvec v1.11.0
13032023-10-12T04:23:12.353Z Compiling vcpkg v0.2.15
13042023-10-12T04:23:12.647Z Compiling heck v0.4.1
13052023-10-12T04:23:13.281Z Compiling parking_lot v0.12.1
13062023-10-12T04:23:14.074Z Compiling num_cpus v1.16.0
13072023-10-12T04:23:14.169Z Compiling ring v0.16.20
13082023-10-12T04:23:14.812Z Compiling openssl-sys v0.9.93
13092023-10-12T04:23:16.244Z Compiling rand_core v0.6.4
13102023-10-12T04:23:16.458Z Compiling indexmap v1.9.3
13112023-10-12T04:23:16.891Z Compiling byteorder v1.4.3
13122023-10-12T04:23:17.266Z Compiling allocator-api2 v0.2.16
13132023-10-12T04:23:17.645Z Compiling spin v0.5.2
13142023-10-12T04:23:17.731Z Compiling httparse v1.8.0
13152023-10-12T04:23:18.014Z Compiling equivalent v1.0.1
13162023-10-12T04:23:18.179Z Compiling mio v0.8.8
13172023-10-12T04:23:18.568Z Compiling hashbrown v0.14.0
13182023-10-12T04:23:18.604Z Compiling signal-hook-registry v1.4.1
13192023-10-12T04:23:18.745Z Compiling socket2 v0.5.3
13202023-10-12T04:23:21.084Z Compiling semver v1.0.18
13212023-10-12T04:23:21.291Z Compiling openssl v0.10.57
13222023-10-12T04:23:21.730Z Compiling fnv v1.0.7
13232023-10-12T04:23:21.913Z Compiling iana-time-zone v0.1.57
13242023-10-12T04:23:21.936Z Compiling rustls v0.21.7
13252023-10-12T04:23:22.093Z Compiling serde_derive_internals v0.26.0
13262023-10-12T04:23:22.360Z Compiling unicode-xid v0.2.4
13272023-10-12T04:23:22.475Z Compiling crossbeam-utils v0.8.16
13282023-10-12T04:23:22.609Z Compiling ucd-trie v0.1.6
13292023-10-12T04:23:22.691Z Compiling native-tls v0.2.11
13302023-10-12T04:23:23.087Z Compiling synstructure v0.12.6
13312023-10-12T04:23:24.580Z Compiling io-lifetimes v1.0.11
13322023-10-12T04:23:24.901Z Compiling futures-sink v0.3.28
13332023-10-12T04:23:25.174Z Compiling backtrace v0.3.69
13342023-10-12T04:23:25.562Z Compiling tinyvec_macros v0.1.1
13352023-10-12T04:23:25.606Z Compiling dyn-clone v1.0.13
13362023-10-12T04:23:25.684Z Compiling tinyvec v1.6.0
13372023-10-12T04:23:26.222Z Compiling tracing-core v0.1.31
13382023-10-12T04:23:26.353Z Compiling memoffset v0.9.0
13392023-10-12T04:23:26.428Z Compiling num-integer v0.1.45
13402023-10-12T04:23:26.747Z Compiling subtle v2.5.0
13412023-10-12T04:23:26.770Z Compiling rustix v0.37.23
13422023-10-12T04:23:26.835Z Compiling pin-utils v0.1.0
13432023-10-12T04:23:26.883Z Compiling futures-io v0.3.28
13442023-10-12T04:23:26.970Z Compiling rustix v0.38.9
13452023-10-12T04:23:27.249Z Compiling winnow v0.5.15
13462023-10-12T04:23:27.883Z Compiling hashbrown v0.13.2
13472023-10-12T04:23:28.002Z Compiling aho-corasick v1.0.4
13482023-10-12T04:23:28.480Z Compiling unicode-normalization v0.1.22
13492023-10-12T04:23:28.497Z Compiling usdt-impl v0.3.5
13502023-10-12T04:23:29.753Z Compiling regex-syntax v0.7.5
13512023-10-12T04:23:30.334Z Compiling slog v2.7.0
13522023-10-12T04:23:30.845Z Compiling time-core v0.1.1
13532023-10-12T04:23:31.014Z Compiling crc32fast v1.3.2
13542023-10-12T04:23:31.099Z Compiling const-oid v0.9.5
13552023-10-12T04:23:31.212Z Compiling bitflags v1.3.2
13562023-10-12T04:23:31.559Z Compiling unicode-bidi v0.3.13
13572023-10-12T04:23:31.569Z Compiling serde_derive v1.0.188
13582023-10-12T04:23:31.654Z Compiling zeroize_derive v1.4.2
13592023-10-12T04:23:32.603Z Compiling thiserror-impl v1.0.49
13602023-10-12T04:23:33.578Z Compiling tokio-macros v2.1.0
13612023-10-12T04:23:33.666Z Compiling futures-macro v0.3.28
13622023-10-12T04:23:34.170Z Compiling tracing-attributes v0.1.26
13632023-10-12T04:23:34.382Z Compiling schemars_derive v0.8.13
13642023-10-12T04:23:34.835Z Compiling zeroize v1.6.0
13652023-10-12T04:23:36.874Z Compiling openssl-macros v0.1.1
13662023-10-12T04:23:37.609Z Compiling pest v2.7.2
13672023-10-12T04:23:37.918Z Compiling zerocopy-derive v0.2.0
13682023-10-12T04:23:38.002Z Compiling crypto-common v0.1.6
13692023-10-12T04:23:38.400Z Compiling block-buffer v0.10.4
13702023-10-12T04:23:39.315Z Compiling anyhow v1.0.75
13712023-10-12T04:23:39.758Z Compiling tracing v0.1.37
13722023-10-12T04:23:40.742Z Compiling digest v0.10.7
13732023-10-12T04:23:40.783Z Compiling regex-automata v0.3.8
13742023-10-12T04:23:41.147Z Compiling time-macros v0.2.13
13752023-10-12T04:23:42.380Z Compiling pest_meta v2.7.2
13762023-10-12T04:23:47.847Z Compiling pest_generator v2.7.2
13772023-10-12T04:23:49.059Z Compiling bzip2-sys v0.1.11+1.0.8
13782023-10-12T04:23:49.543Z Compiling crossbeam-epoch v0.9.15
13792023-10-12T04:23:49.724Z Compiling async-trait v0.1.73
13802023-10-12T04:23:50.374Z Compiling ppv-lite86 v0.2.17
13812023-10-12T04:23:50.943Z Compiling pest_derive v2.7.2
13822023-10-12T04:23:51.649Z Compiling rand_chacha v0.3.1
13832023-10-12T04:23:52.029Z Compiling zerocopy v0.3.0
13842023-10-12T04:23:52.872Z Compiling zerocopy-derive v0.6.3
13852023-10-12T04:23:53.352Z Compiling base64 v0.21.4
13862023-10-12T04:23:53.836Z Compiling strsim v0.10.0
13872023-10-12T04:23:53.947Z Compiling untrusted v0.7.1
13882023-10-12T04:23:54.512Z Compiling bytes v1.5.0
13892023-10-12T04:23:54.844Z Compiling indexmap v2.0.0
13902023-10-12T04:23:56.102Z Compiling uuid v1.4.1
13912023-10-12T04:23:56.489Z Compiling chrono v0.4.31
13922023-10-12T04:23:56.512Z Compiling tokio v1.32.0
13932023-10-12T04:23:57.130Z Compiling toml_datetime v0.6.3
13942023-10-12T04:24:00.196Z Compiling bitflags v2.4.0
13952023-10-12T04:24:01.001Z Compiling serde_spanned v0.6.3
13962023-10-12T04:24:01.150Z Compiling rustc_version v0.4.0
13972023-10-12T04:24:01.355Z Compiling toml_edit v0.19.15
13982023-10-12T04:24:02.185Z Compiling http v0.2.9
13992023-10-12T04:24:02.686Z Compiling heapless v0.7.16
14002023-10-12T04:24:07.695Z Compiling dof v0.1.5
14012023-10-12T04:24:08.929Z Compiling rand v0.8.5
14022023-10-12T04:24:09.047Z Compiling dtrace-parser v0.1.14
14032023-10-12T04:24:11.220Z Compiling tokio-util v0.7.8
14042023-10-12T04:24:11.835Z Compiling hashbrown v0.12.3
14052023-10-12T04:24:13.460Z Compiling regex v1.9.5
14062023-10-12T04:24:13.719Z Compiling errno v0.3.2
14072023-10-12T04:24:13.759Z Compiling thread-id v4.2.0
14082023-10-12T04:24:13.887Z Compiling num-bigint v0.4.4
14092023-10-12T04:24:14.203Z Compiling unicode-width v0.1.10
14102023-10-12T04:24:14.282Z Compiling openssl-probe v0.1.5
14112023-10-12T04:24:14.714Z Compiling percent-encoding v2.3.0
14122023-10-12T04:24:14.845Z Compiling radium v0.7.0
14132023-10-12T04:24:15.213Z Compiling foreign-types-shared v0.1.1
14142023-10-12T04:24:15.241Z Compiling smoltcp v0.9.1
14152023-10-12T04:24:15.370Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14162023-10-12T04:24:15.444Z Compiling foreign-types v0.3.2
14172023-10-12T04:24:18.746Z Compiling serde_tokenstream v0.1.7
14182023-10-12T04:24:20.182Z Compiling lazy_static v1.4.0
14192023-10-12T04:24:20.302Z Compiling socket2 v0.4.9
14202023-10-12T04:24:20.658Z Compiling unicode-segmentation v1.10.1
14212023-10-12T04:24:21.397Z Compiling adler v1.0.2
14222023-10-12T04:24:21.951Z Compiling try-lock v0.2.4
14232023-10-12T04:24:22.081Z Compiling siphasher v0.3.11
14242023-10-12T04:24:22.644Z Compiling miniz_oxide v0.7.1
14252023-10-12T04:24:22.739Z Compiling want v0.3.1
14262023-10-12T04:24:26.022Z Compiling h2 v0.3.21
14272023-10-12T04:24:26.578Z Compiling form_urlencoded v1.2.0
14282023-10-12T04:24:27.048Z Compiling http-body v0.4.5
14292023-10-12T04:24:27.560Z Compiling sct v0.7.0
14302023-10-12T04:24:27.679Z Compiling rustls-webpki v0.101.4
14312023-10-12T04:24:28.087Z Compiling hubpack_derive v0.1.1
14322023-10-12T04:24:29.313Z Compiling num-iter v0.1.43
14332023-10-12T04:24:29.529Z Compiling utf8parse v0.2.1
14342023-10-12T04:24:29.780Z Compiling tower-service v0.3.2
14352023-10-12T04:24:29.930Z Compiling httpdate v1.0.3
14362023-10-12T04:24:30.200Z Compiling cpufeatures v0.2.9
14372023-10-12T04:24:30.339Z Compiling anstyle v1.0.2
14382023-10-12T04:24:30.697Z Compiling sha2 v0.10.7
14392023-10-12T04:24:31.025Z Compiling anstyle-parse v0.2.1
14402023-10-12T04:24:34.647Z Compiling usdt-attr-macro v0.3.5
14412023-10-12T04:24:35.321Z Compiling usdt-macro v0.3.5
14422023-10-12T04:24:37.613Z Compiling hyper v0.14.27
14432023-10-12T04:24:37.963Z Compiling openapiv3 v1.0.3
14442023-10-12T04:24:39.257Z Compiling rustls-pemfile v1.0.3
14452023-10-12T04:24:39.810Z Compiling md-5 v0.10.5
14462023-10-12T04:24:40.176Z Compiling hmac v0.12.1
14472023-10-12T04:24:40.589Z Compiling stringprep v0.1.3
14482023-10-12T04:24:42.071Z Compiling idna v0.4.0
14492023-10-12T04:24:43.178Z Compiling diesel_table_macro_syntax v0.1.0
14502023-10-12T04:24:43.825Z Compiling hash32 v0.2.1
14512023-10-12T04:24:44.411Z Compiling spin v0.9.8
14522023-10-12T04:24:44.566Z Compiling gimli v0.28.0
14532023-10-12T04:24:44.638Z Compiling fallible-iterator v0.2.0
14542023-10-12T04:24:45.798Z Compiling stable_deref_trait v1.2.0
14552023-10-12T04:24:45.866Z Compiling either v1.9.0
14562023-10-12T04:24:45.943Z Compiling anstyle-query v1.0.0
14572023-10-12T04:24:46.219Z Compiling colorchoice v1.0.0
14582023-10-12T04:24:46.448Z Compiling anstream v0.5.0
14592023-10-12T04:24:47.620Z Compiling postgres-protocol v0.6.6
14602023-10-12T04:24:48.416Z Compiling diesel_derives v2.1.1
14612023-10-12T04:24:49.703Z Compiling url v2.4.1
14622023-10-12T04:24:52.485Z Compiling addr2line v0.21.0
14632023-10-12T04:24:53.622Z Compiling rustls-native-certs v0.6.3
14642023-10-12T04:24:53.933Z Compiling tokio-rustls v0.24.1
14652023-10-12T04:24:54.167Z Compiling terminal_size v0.2.6
14662023-10-12T04:24:54.440Z Compiling tokio-native-tls v0.3.1
14672023-10-12T04:24:54.871Z Compiling phf_shared v0.11.2
14682023-10-12T04:24:57.177Z Compiling serde_tokenstream v0.2.0
14692023-10-12T04:24:57.542Z Compiling block-padding v0.3.3
14702023-10-12T04:24:57.707Z Compiling enum-as-inner v0.5.1
14712023-10-12T04:24:57.910Z Compiling clap_derive v4.4.2
14722023-10-12T04:24:57.992Z Compiling serde_repr v0.1.16
14732023-10-12T04:24:59.723Z Compiling scheduled-thread-pool v0.2.7
14742023-10-12T04:24:59.729Z Compiling object v0.32.1
14752023-10-12T04:25:11.519Z Compiling managed v0.8.0
14762023-10-12T04:25:12.358Z Compiling deranged v0.3.8
14772023-10-12T04:25:12.922Z Compiling matches v0.1.10
14782023-10-12T04:25:13.437Z Compiling bit-vec v0.6.3
14792023-10-12T04:25:14.102Z Compiling ipnet v2.8.0
14802023-10-12T04:25:15.959Z Compiling rustc-demangle v0.1.23
14812023-10-12T04:25:17.442Z Compiling clap_lex v0.5.1
14822023-10-12T04:25:18.144Z Compiling regex-automata v0.1.10
14832023-10-12T04:25:19.218Z Compiling tap v1.0.1
14842023-10-12T04:25:19.505Z Compiling num_threads v0.1.6
14852023-10-12T04:25:19.685Z Compiling time v0.3.27
14862023-10-12T04:25:20.743Z Compiling wyz v0.5.1
14872023-10-12T04:25:21.423Z Compiling bstr v0.2.17
14882023-10-12T04:25:22.839Z Compiling clap_builder v4.4.2
14892023-10-12T04:25:27.604Z Compiling idna v0.2.3
14902023-10-12T04:25:28.996Z Compiling r2d2 v0.8.10
14912023-10-12T04:25:30.344Z Compiling inout v0.1.3
14922023-10-12T04:25:32.958Z Compiling phf v0.11.2
14932023-10-12T04:25:33.472Z Compiling hyper-tls v0.5.0
14942023-10-12T04:25:33.999Z Compiling hyper-rustls v0.24.1
14952023-10-12T04:25:35.117Z Compiling flate2 v1.0.27
14962023-10-12T04:25:36.328Z Compiling postgres-types v0.2.6
14972023-10-12T04:25:36.677Z Compiling itertools v0.11.0
14982023-10-12T04:25:36.919Z Compiling hubpack v0.1.2
14992023-10-12T04:25:37.620Z Compiling serde_urlencoded v0.7.1
15002023-10-12T04:25:38.511Z Compiling phf_shared v0.10.0
15012023-10-12T04:25:38.514Z Compiling ipnetwork v0.20.0
15022023-10-12T04:25:38.693Z Compiling zerocopy v0.6.3
15032023-10-12T04:25:39.977Z Compiling futures-executor v0.3.28
15042023-10-12T04:25:40.955Z Compiling regress v0.7.1
15052023-10-12T04:25:41.598Z Compiling float-cmp v0.9.0
15062023-10-12T04:25:41.811Z Compiling encoding_rs v0.8.33
15072023-10-12T04:25:42.243Z Compiling fixedbitset v0.4.2
15082023-10-12T04:25:42.453Z Compiling funty v2.0.0
15092023-10-12T04:25:42.909Z Compiling data-encoding v2.4.0
15102023-10-12T04:25:43.902Z Compiling predicates-core v1.0.6
15112023-10-12T04:25:45.023Z Compiling precomputed-hash v0.1.1
15122023-10-12T04:25:45.138Z Compiling new_debug_unreachable v1.0.4
15132023-10-12T04:25:45.193Z Compiling normalize-line-endings v0.3.0
15142023-10-12T04:25:45.278Z Compiling unicode-linebreak v0.1.5
15152023-10-12T04:25:45.579Z Compiling mime v0.3.17
15162023-10-12T04:25:45.930Z Compiling whoami v1.4.1
15172023-10-12T04:25:46.126Z Compiling difflib v0.4.0
15182023-10-12T04:25:46.812Z Compiling smawk v0.3.1
15192023-10-12T04:25:47.141Z Compiling webpki-roots v0.25.2
15202023-10-12T04:25:47.402Z Compiling static_assertions v1.1.0
15212023-10-12T04:25:47.405Z Compiling reqwest v0.11.20
15222023-10-12T04:25:47.554Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15232023-10-12T04:25:48.261Z Compiling textwrap v0.16.0
15242023-10-12T04:25:48.314Z Compiling predicates v3.0.4
15252023-10-12T04:25:49.325Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15262023-10-12T04:25:50.151Z Compiling tokio-postgres v0.7.10
15272023-10-12T04:25:50.783Z Compiling string_cache v0.8.7
15282023-10-12T04:25:51.465Z Compiling bitvec v1.0.1
15292023-10-12T04:25:56.647Z Compiling trust-dns-proto v0.22.0
15302023-10-12T04:26:00.298Z Compiling petgraph v0.6.4
15312023-10-12T04:26:06.963Z Compiling futures v0.3.28
15322023-10-12T04:26:07.891Z Compiling diesel v2.1.1
15332023-10-12T04:26:08.379Z Compiling yasna v0.5.2
15342023-10-12T04:26:08.594Z Compiling cipher v0.4.4
15352023-10-12T04:26:09.054Z Compiling clap v4.4.3
15362023-10-12T04:26:09.349Z Compiling similar v2.2.1
15372023-10-12T04:26:09.646Z Compiling bit-set v0.5.3
15382023-10-12T04:26:10.150Z Compiling itertools v0.10.5
15392023-10-12T04:26:10.946Z Compiling usdt v0.3.5
15402023-10-12T04:26:11.346Z Compiling console v0.15.7
15412023-10-12T04:26:12.325Z Compiling tokio-stream v0.1.14
15422023-10-12T04:26:13.558Z Compiling toml v0.7.8
15432023-10-12T04:26:13.809Z Compiling hex v0.4.3
15442023-10-12T04:26:14.260Z Compiling signature v2.1.0
15452023-10-12T04:26:14.773Z Compiling bstr v1.6.0
15462023-10-12T04:26:16.914Z Compiling lalrpop-util v0.19.12
15472023-10-12T04:26:18.736Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15482023-10-12T04:26:24.641Z Compiling ident_case v1.0.1
15492023-10-12T04:26:24.669Z Compiling rustversion v1.0.14
15502023-10-12T04:26:25.584Z Compiling darling_core v0.20.3
15512023-10-12T04:26:40.974Z Compiling crossbeam-channel v0.5.8
15522023-10-12T04:26:45.298Z Compiling atty v0.2.14
15532023-10-12T04:26:45.697Z Compiling proc-macro-error-attr v1.0.4
15542023-10-12T04:26:54.091Z Compiling darling_macro v0.20.3
15552023-10-12T04:27:03.559Z Compiling proc-macro-crate v1.3.1
15562023-10-12T04:27:07.191Z Compiling dirs-sys-next v0.1.2
15572023-10-12T04:27:09.081Z Compiling proc-macro-error v1.0.4
15582023-10-12T04:27:19.529Z Compiling dirs-next v2.0.0
15592023-10-12T04:27:20.336Z Compiling num_enum_derive v0.5.11
15602023-10-12T04:27:25.511Z Compiling strum_macros v0.25.2
15612023-10-12T04:27:29.350Z Compiling darling v0.20.3
15622023-10-12T04:27:31.816Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15632023-10-12T04:27:39.608Z Compiling getopts v0.2.21
15642023-10-12T04:27:42.303Z Compiling structmeta-derive v0.1.6
15652023-10-12T04:27:42.839Z Compiling thread_local v1.1.7
15662023-10-12T04:27:44.145Z Compiling multer v2.1.0
15672023-10-12T04:27:44.743Z Compiling camino v1.1.6
15682023-10-12T04:27:47.359Z Compiling slog-async v2.8.0
15692023-10-12T04:27:54.199Z Compiling unsafe-libyaml v0.2.9
15702023-10-12T04:27:57.282Z Compiling paste v1.0.14
15712023-10-12T04:27:57.384Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15722023-10-12T04:27:57.958Z Compiling match_cfg v0.1.0
15732023-10-12T04:27:59.861Z Compiling hostname v0.3.1
15742023-10-12T04:28:00.931Z Compiling serde_yaml v0.9.25
15752023-10-12T04:28:07.548Z Compiling structmeta v0.1.6
15762023-10-12T04:28:11.147Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15772023-10-12T04:28:11.465Z Compiling strum v0.25.0
15782023-10-12T04:28:12.435Z Compiling serde_with_macros v2.3.3
15792023-10-12T04:28:16.374Z Compiling num_enum v0.5.11
15802023-10-12T04:28:17.833Z Compiling term v0.7.0
15812023-10-12T04:28:19.268Z Compiling slog-json v2.6.1
15822023-10-12T04:28:22.894Z Compiling async-stream-impl v0.3.5
15832023-10-12T04:28:23.836Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15842023-10-12T04:28:24.208Z Compiling regex-syntax v0.6.29
15852023-10-12T04:28:24.274Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15862023-10-12T04:28:24.671Z Compiling atomic-waker v1.1.1
15872023-10-12T04:28:24.934Z Compiling take_mut v0.2.2
15882023-10-12T04:28:25.185Z Compiling postcard-cobs v0.1.5-pre
15892023-10-12T04:28:25.606Z Compiling postcard v0.7.3
15902023-10-12T04:28:26.260Z Compiling async-stream v0.3.5
15912023-10-12T04:28:26.549Z Compiling waitgroup v0.1.2
15922023-10-12T04:28:26.926Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15932023-10-12T04:28:27.587Z Compiling slog-bunyan v2.4.0
15942023-10-12T04:28:27.995Z Compiling slog-term v2.9.0
15952023-10-12T04:28:31.909Z Compiling serde_with v2.3.3
15962023-10-12T04:28:33.871Z Compiling parse-display-derive v0.7.0
15972023-10-12T04:28:40.177Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15982023-10-12T04:28:41.150Z Compiling sha1 v0.10.5
15992023-10-12T04:28:41.430Z Compiling smoltcp v0.8.2
16002023-10-12T04:28:42.534Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16012023-10-12T04:28:43.048Z Compiling serde_path_to_error v0.1.14
16022023-10-12T04:28:44.543Z Compiling foreign-types-macros v0.2.3
16032023-10-12T04:28:45.858Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16042023-10-12T04:28:46.269Z Compiling instant v0.1.12
16052023-10-12T04:28:46.449Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16062023-10-12T04:28:46.505Z Compiling foreign-types-shared v0.3.1
16072023-10-12T04:28:46.534Z Compiling cfg-if v0.1.10
16082023-10-12T04:28:46.680Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16092023-10-12T04:28:46.701Z Compiling debug-ignore v1.0.5
16102023-10-12T04:28:46.877Z Compiling foreign-types v0.5.0
16112023-10-12T04:28:47.028Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16122023-10-12T04:28:47.079Z Compiling backoff v0.4.0
16132023-10-12T04:28:47.745Z Compiling parse-display v0.7.0
16142023-10-12T04:28:48.202Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16152023-10-12T04:28:48.500Z Compiling is-terminal v0.4.9
16162023-10-12T04:28:48.521Z Compiling macaddr v1.0.1
16172023-10-12T04:28:49.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16182023-10-12T04:28:49.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16192023-10-12T04:28:49.961Z Compiling cstr-argument v0.1.2
16202023-10-12T04:28:50.356Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16212023-10-12T04:28:50.768Z Compiling pretty-hex v0.2.1
16222023-10-12T04:28:50.870Z Compiling base64ct v1.6.0
16232023-10-12T04:28:51.145Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16242023-10-12T04:28:51.788Z Compiling password-hash v0.5.0
16252023-10-12T04:28:52.509Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16262023-10-12T04:28:53.861Z Compiling colored v2.0.4
16272023-10-12T04:28:53.938Z Compiling textwrap v0.11.0
16282023-10-12T04:28:55.736Z Compiling heck v0.3.3
16292023-10-12T04:28:56.054Z Compiling blake2 v0.10.6
16302023-10-12T04:28:56.535Z Compiling vec_map v0.8.2
16312023-10-12T04:28:56.538Z Compiling libefi-sys v0.1.0
16322023-10-12T04:28:56.541Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16332023-10-12T04:28:56.610Z Compiling strsim v0.8.0
16342023-10-12T04:28:56.751Z Compiling rayon-core v1.11.0
16352023-10-12T04:28:56.775Z Compiling ansi_term v0.12.1
16362023-10-12T04:28:57.202Z Compiling argon2 v0.5.2
16372023-10-12T04:28:58.242Z Compiling clap v2.34.0
16382023-10-12T04:28:58.406Z Compiling structopt-derive v0.4.18
16392023-10-12T04:29:01.972Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16402023-10-12T04:29:01.999Z Compiling zone_cfg_derive v0.2.0
16412023-10-12T04:29:02.947Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16422023-10-12T04:29:03.760Z Compiling crossbeam-deque v0.8.3
16432023-10-12T04:29:04.270Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16442023-10-12T04:29:04.388Z Compiling keccak v0.1.4
16452023-10-12T04:29:04.807Z Compiling portable-atomic v1.4.3
16462023-10-12T04:29:05.939Z Compiling sha3 v0.10.8
16472023-10-12T04:29:06.433Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16482023-10-12T04:29:06.548Z Compiling structopt v0.3.26
16492023-10-12T04:29:07.814Z Compiling zone v0.2.0
16502023-10-12T04:29:10.867Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16512023-10-12T04:29:12.416Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16522023-10-12T04:29:13.214Z Compiling hkdf v0.12.3
16532023-10-12T04:29:13.639Z Compiling smf v0.2.2
16542023-10-12T04:29:14.394Z Compiling secrecy v0.8.0
16552023-10-12T04:29:14.542Z Compiling xattr v1.0.1
16562023-10-12T04:29:14.799Z Compiling filetime v0.2.22
16572023-10-12T04:29:15.403Z Compiling fastrand v2.0.0
16582023-10-12T04:29:15.406Z Compiling same-file v1.0.6
16592023-10-12T04:29:15.624Z Compiling tempfile v3.8.0
16602023-10-12T04:29:15.818Z Compiling walkdir v2.4.0
16612023-10-12T04:29:16.242Z Compiling tar v0.4.40
16622023-10-12T04:29:18.777Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16632023-10-12T04:29:19.069Z Compiling rayon v1.7.0
16642023-10-12T04:29:20.311Z Compiling number_prefix v0.4.0
16652023-10-12T04:29:20.720Z Compiling omicron-zone-package v0.8.3
16662023-10-12T04:29:22.799Z Compiling topological-sort v0.2.2
16672023-10-12T04:29:36.854Z Compiling indicatif v0.17.6
16682023-10-12T04:29:38.001Z Compiling bzip2 v0.4.4
16692023-10-12T04:29:38.065Z Compiling zip v0.6.6
16702023-10-12T04:29:38.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16712023-10-12T04:29:39.192Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16722023-10-12T04:29:40.439Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16732023-10-12T04:29:40.449Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16742023-10-12T04:29:58.703Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16752023-10-12T04:29:59.819Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16762023-10-12T04:30:00.177Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16772023-10-12T04:30:03.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16782023-10-12T04:30:04.949Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16792023-10-12T04:30:39.674Z Finished release [optimized] target(s) in 8m 07s
16802023-10-12T04:30:39.928Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16812023-10-12T04:30:40.012ZCreated new build target 'test' and set it as active
16822023-10-12T04:30:40.015Z
16832023-10-12T04:30:40.019Zreal 8:07.640490234
16842023-10-12T04:30:40.023Zuser 51:30.456650586
16852023-10-12T04:30:40.027Zsys 4:42.764433568
16862023-10-12T04:30:40.031Ztrap 2.074644176
16872023-10-12T04:30:40.034Ztflt 4.213146795
16882023-10-12T04:30:40.037Zdflt 4.247778818
16892023-10-12T04:30:40.041Zkflt 0.033149139
16902023-10-12T04:30:40.045Zlock 1:51:02.619193309
16912023-10-12T04:30:40.048Zslp 2:51:51.352131094
16922023-10-12T04:30:40.052Zlat 2:22.440944324
16932023-10-12T04:30:40.055Zstop 4:07.715332308
16942023-10-12T04:30:40.058Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16952023-10-12T04:30:41.594Z Finished release [optimized] target(s) in 1.08s
16962023-10-12T04:30:41.608Z Running `target/release/omicron-package -t test package`
16972023-10-12T04:30:41.611ZOct 12 04:30:41.245 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16982023-10-12T04:30:42.465Z Compiling serde_json v1.0.107
16992023-10-12T04:30:42.519Z Compiling linked-hash-map v0.5.6
17002023-10-12T04:30:42.522Z Compiling slog-dtrace v0.2.3
17012023-10-12T04:30:42.525Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17022023-10-12T04:30:42.533Z Compiling quick-error v1.2.3
17032023-10-12T04:30:42.549Z Compiling termcolor v1.2.0
17042023-10-12T04:30:42.561Z Compiling memoffset v0.7.1
17052023-10-12T04:30:42.564Z Compiling base64 v0.13.1
17062023-10-12T04:30:42.731Z Compiling resolv-conf v0.7.0
17072023-10-12T04:30:42.902Z Compiling libz-sys v1.1.12
17082023-10-12T04:30:42.987Z Compiling same-file v1.0.6
17092023-10-12T04:30:43.121Z Compiling lru-cache v0.1.2
17102023-10-12T04:30:43.322Z Compiling walkdir v2.4.0
17112023-10-12T04:30:43.341Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17122023-10-12T04:30:43.457Z Compiling trust-dns-resolver v0.22.0
17132023-10-12T04:30:43.793Z Compiling semver-parser v0.10.2
17142023-10-12T04:30:43.813Z Compiling cancel-safe-futures v0.1.2
17152023-10-12T04:30:44.013Z Compiling fastrand v2.0.0
17162023-10-12T04:30:44.304Z Compiling libgit2-sys v0.15.2+1.6.4
17172023-10-12T04:30:44.473Z Compiling xattr v1.0.1
17182023-10-12T04:30:44.787Z Compiling tempfile v3.8.0
17192023-10-12T04:30:44.836Z Compiling filetime v0.2.22
17202023-10-12T04:30:44.850Z Compiling num-rational v0.4.1
17212023-10-12T04:30:45.256Z Compiling semver v0.11.0
17222023-10-12T04:30:45.274Z Compiling home v0.5.5
17232023-10-12T04:30:45.354Z Compiling utf-8 v0.7.6
17242023-10-12T04:30:45.610Z Compiling schemars v0.8.13
17252023-10-12T04:30:45.948Z Compiling usdt-impl v0.3.5
17262023-10-12T04:30:45.962Z Compiling openapiv3 v1.0.3
17272023-10-12T04:30:46.013Z Compiling reqwest v0.11.20
17282023-10-12T04:30:46.383Z Compiling postgres-types v0.2.6
17292023-10-12T04:30:47.015Z Compiling usdt v0.3.5
17302023-10-12T04:30:47.772Z Compiling tokio-postgres v0.7.10
17312023-10-12T04:30:53.761Z Compiling ipnetwork v0.20.0
17322023-10-12T04:30:54.207Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-12T04:30:59.208Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17342023-10-12T04:30:59.383Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-12T04:31:01.843Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-12T04:31:01.847Z Compiling slog-json v2.6.1
17372023-10-12T04:31:02.147Z Compiling diesel v2.1.1
17382023-10-12T04:31:02.624Z Compiling slog-bunyan v2.4.0
17392023-10-12T04:31:03.015Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17402023-10-12T04:31:07.314Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17412023-10-12T04:31:07.782Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17422023-10-12T04:31:11.272Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17432023-10-12T04:31:11.598Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17442023-10-12T04:31:14.154Z Compiling toolchain_find v0.2.0
17452023-10-12T04:31:14.970Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17462023-10-12T04:31:19.736Z Compiling tar v0.4.40
17472023-10-12T04:31:23.850Z Compiling pem-rfc7468 v0.7.0
17482023-10-12T04:31:27.385Z Compiling toml v0.5.11
17492023-10-12T04:31:27.555Z Compiling der_derive v0.7.2
17502023-10-12T04:31:31.578Z Compiling flagset v0.4.3
17512023-10-12T04:31:31.918Z Compiling der v0.7.8
17522023-10-12T04:31:33.274Z Compiling rustfmt-wrapper v0.2.0
17532023-10-12T04:31:34.596Z Compiling omicron-zone-package v0.8.3
17542023-10-12T04:31:44.804Z Compiling vergen v8.2.4
17552023-10-12T04:31:45.202Z Compiling fxhash v0.2.1
17562023-10-12T04:31:45.559Z Compiling num-complex v0.4.4
17572023-10-12T04:31:46.022Z Compiling unicase v2.7.0
17582023-10-12T04:31:46.463Z Compiling spki v0.7.2
17592023-10-12T04:31:46.514Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17602023-10-12T04:31:47.312Z Compiling num v0.4.1
17612023-10-12T04:31:47.465Z Compiling universal-hash v0.5.1
17622023-10-12T04:31:47.680Z Compiling libsqlite3-sys v0.26.0
17632023-10-12T04:31:47.786Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17642023-10-12T04:31:48.135Z Compiling opaque-debug v0.3.0
17652023-10-12T04:31:48.265Z Compiling ciborium-io v0.2.1
17662023-10-12T04:31:48.330Z Compiling half v1.8.2
17672023-10-12T04:31:48.462Z Compiling semver v0.1.20
17682023-10-12T04:31:48.814Z Compiling maybe-uninit v2.0.0
17692023-10-12T04:31:48.852Z Compiling arc-swap v1.6.0
17702023-10-12T04:31:49.451Z Compiling rustc_version v0.1.7
17712023-10-12T04:31:49.540Z Compiling ciborium-ll v0.2.1
17722023-10-12T04:31:50.084Z Compiling slog-scope v4.4.0
17732023-10-12T04:31:50.150Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17742023-10-12T04:31:50.296Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17752023-10-12T04:31:50.387Z Compiling parking_lot_core v0.8.6
17762023-10-12T04:31:51.376Z Compiling signal-hook v0.3.17
17772023-10-12T04:31:51.380Z Compiling crc-catalog v2.2.0
17782023-10-12T04:31:51.580Z Compiling num-bigint-dig v0.8.4
17792023-10-12T04:31:51.637Z Compiling packed_struct v0.10.1
17802023-10-12T04:31:51.971Z Compiling crc v3.0.1
17812023-10-12T04:31:52.287Z Compiling slog-stdlog v4.1.1
17822023-10-12T04:31:53.880Z Compiling newtype_derive v0.1.6
17832023-10-12T04:31:54.296Z Compiling ciborium v0.2.1
17842023-10-12T04:31:55.320Z Compiling pkcs8 v0.10.2
17852023-10-12T04:31:57.131Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17862023-10-12T04:31:58.158Z Compiling toml_edit v0.20.0
17872023-10-12T04:31:58.388Z Compiling hashlink v0.8.3
17882023-10-12T04:31:59.583Z Compiling aead v0.5.2
17892023-10-12T04:32:00.099Z Compiling nibble_vec v0.1.0
17902023-10-12T04:32:00.421Z Compiling packed_struct_codegen v0.10.1
17912023-10-12T04:32:00.849Z Compiling dirs-sys-next v0.1.2
17922023-10-12T04:32:01.679Z Compiling humantime v2.1.0
17932023-10-12T04:32:03.469Z Compiling fallible-streaming-iterator v0.1.9
17942023-10-12T04:32:03.503Z Compiling crunchy v0.2.2
17952023-10-12T04:32:03.533Z Compiling doc-comment v0.3.3
17962023-10-12T04:32:04.180Z Compiling nodrop v0.1.14
17972023-10-12T04:32:04.198Z Compiling glob v0.3.1
17982023-10-12T04:32:04.234Z Compiling endian-type v0.1.2
17992023-10-12T04:32:04.406Z Compiling array-init v0.0.4
18002023-10-12T04:32:04.525Z Compiling radix_trie v0.2.1
18012023-10-12T04:32:05.331Z Compiling clang-sys v1.6.1
18022023-10-12T04:32:05.993Z Compiling rusqlite v0.29.0
18032023-10-12T04:32:06.354Z Compiling toml v0.8.0
18042023-10-12T04:32:06.649Z Compiling dirs-next v2.0.0
18052023-10-12T04:32:07.463Z Compiling pkcs1 v0.7.5
18062023-10-12T04:32:12.439Z Compiling smallvec v0.6.14
18072023-10-12T04:32:13.303Z Compiling slog-envlogger v2.2.0
18082023-10-12T04:32:14.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092023-10-12T04:32:14.190Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18102023-10-12T04:32:14.328Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18112023-10-12T04:32:15.343Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18122023-10-12T04:32:16.035Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18132023-10-12T04:32:23.308Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18142023-10-12T04:32:27.919Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18152023-10-12T04:32:28.318Z Compiling nix v0.26.2
18162023-10-12T04:32:28.926Z Compiling num_enum_derive v0.7.0
18172023-10-12T04:32:33.070Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18182023-10-12T04:32:39.378Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18192023-10-12T04:32:40.101Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18202023-10-12T04:32:40.706Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18212023-10-12T04:32:41.930Z Compiling twox-hash v1.6.3
18222023-10-12T04:32:43.503Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18232023-10-12T04:32:43.737Z Compiling platforms v3.0.2
18242023-10-12T04:32:43.772Z Compiling bitfield v0.14.0
18252023-10-12T04:32:44.202Z Compiling tiny-keccak v2.0.2
18262023-10-12T04:32:44.268Z Compiling prettyplease v0.2.12
18272023-10-12T04:32:44.594Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18282023-10-12T04:32:44.773Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18292023-10-12T04:32:45.163Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18302023-10-12T04:32:46.883Z Compiling num_enum v0.7.0
18312023-10-12T04:32:47.551Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18322023-10-12T04:33:04.992Z Compiling rsa v0.9.2
18332023-10-12T04:33:06.184Z Compiling parking_lot v0.11.2
18342023-10-12T04:33:10.048Z Compiling serde-hex v0.1.0
18352023-10-12T04:33:13.878Z Compiling mime_guess v2.0.4
18362023-10-12T04:33:14.341Z Compiling term v0.7.0
18372023-10-12T04:33:15.983Z Compiling trust-dns-client v0.22.0
18382023-10-12T04:33:16.677Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18392023-10-12T04:33:17.218Z Compiling polyval v0.6.1
18402023-10-12T04:33:18.061Z Compiling x509-cert v0.2.4
18412023-10-12T04:33:18.546Z Compiling tungstenite v0.20.1
18422023-10-12T04:33:18.991Z Compiling env_logger v0.10.0
18432023-10-12T04:33:19.865Z Compiling aes v0.8.3
18442023-10-12T04:33:24.363Z Compiling ctr v0.9.2
18452023-10-12T04:33:24.893Z Compiling darling_core v0.14.4
18462023-10-12T04:33:25.546Z Compiling ron v0.8.1
18472023-10-12T04:33:28.334Z Compiling snafu-derive v0.7.5
18482023-10-12T04:33:34.967Z Compiling bincode v1.3.3
18492023-10-12T04:33:36.446Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18502023-10-12T04:33:36.738Z Compiling convert_case v0.4.0
18512023-10-12T04:33:36.876Z Compiling crc-any v2.4.3
18522023-10-12T04:33:36.888Z Compiling minimal-lexical v0.2.1
18532023-10-12T04:33:37.718Z Compiling erased-serde v0.3.30
18542023-10-12T04:33:38.026Z Compiling derive_more v0.99.17
18552023-10-12T04:33:38.482Z Compiling nom v7.1.3
18562023-10-12T04:33:38.500Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18572023-10-12T04:33:40.777Z Compiling trust-dns-server v0.22.1
18582023-10-12T04:33:44.930Z Compiling snafu v0.7.5
18592023-10-12T04:33:46.930Z Compiling darling_macro v0.14.4
18602023-10-12T04:33:48.385Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18612023-10-12T04:33:50.614Z Compiling aes-gcm-siv v0.11.1
18622023-10-12T04:33:51.106Z Compiling tokio-tungstenite v0.20.1
18632023-10-12T04:33:52.028Z Compiling ascii-canvas v3.0.0
18642023-10-12T04:33:52.040Z Compiling steno v0.4.0
18652023-10-12T04:33:52.157Z Compiling sled v0.34.7
18662023-10-12T04:33:52.831Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18672023-10-12T04:33:55.077Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18682023-10-12T04:34:10.031Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18692023-10-12T04:34:10.367Z Compiling env_logger v0.9.3
18702023-10-12T04:34:11.155Z Compiling tungstenite v0.18.0
18712023-10-12T04:34:16.323Z Compiling object v0.30.4
18722023-10-12T04:34:18.190Z Compiling is-terminal v0.4.9
18732023-10-12T04:34:18.380Z Compiling ena v0.14.2
18742023-10-12T04:34:18.796Z Compiling async-recursion v1.0.5
18752023-10-12T04:34:19.036Z Compiling bitstruct_derive v0.1.0
18762023-10-12T04:34:20.297Z Compiling derive-where v1.2.5
18772023-10-12T04:34:20.983Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18782023-10-12T04:34:21.029Z Compiling libloading v0.7.4
18792023-10-12T04:34:21.183Z Compiling linear-map v1.2.0
18802023-10-12T04:34:21.596Z Compiling diff v0.1.13
18812023-10-12T04:34:21.859Z Compiling path-slash v0.1.5
18822023-10-12T04:34:22.191Z Compiling ringbuffer v0.15.0
18832023-10-12T04:34:22.509Z Compiling pretty-hex v0.3.0
18842023-10-12T04:34:22.976Z Compiling ascii v1.1.0
18852023-10-12T04:34:23.277Z Compiling bindgen v0.65.1
18862023-10-12T04:34:23.959Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18872023-10-12T04:34:24.384Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18882023-10-12T04:34:25.743Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18892023-10-12T04:34:28.440Z Compiling lalrpop v0.19.12
18902023-10-12T04:34:36.270Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18912023-10-12T04:34:40.669Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18922023-10-12T04:34:41.060Z Compiling bitstruct v0.1.1
18932023-10-12T04:34:41.231Z Compiling tokio-tungstenite v0.18.0
18942023-10-12T04:34:42.149Z Compiling curve25519-dalek v4.1.0
18952023-10-12T04:34:42.736Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18962023-10-12T04:34:46.169Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18972023-10-12T04:34:56.181Z Compiling darling v0.14.4
18982023-10-12T04:34:56.344Z Compiling cexpr v0.6.0
18992023-10-12T04:34:59.738Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19002023-10-12T04:35:00.661Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19012023-10-12T04:35:01.748Z Compiling which v4.4.0
19022023-10-12T04:35:02.545Z Compiling ff v0.13.0
19032023-10-12T04:35:02.643Z Compiling path-dedot v3.1.0
19042023-10-12T04:35:02.915Z Compiling serde_arrays v0.1.0
19052023-10-12T04:35:03.017Z Compiling lazycell v1.3.0
19062023-10-12T04:35:03.170Z Compiling shlex v1.1.0
19072023-10-12T04:35:03.253Z Compiling rustc-hash v1.1.0
19082023-10-12T04:35:03.493Z Compiling display-error-chain v0.1.1
19092023-10-12T04:35:03.589Z Compiling peeking_take_while v0.1.2
19102023-10-12T04:35:03.726Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19112023-10-12T04:35:05.426Z Compiling path-absolutize v3.1.0
19122023-10-12T04:35:05.737Z Compiling group v0.13.0
19132023-10-12T04:35:06.015Z Compiling derive_builder_core v0.12.0
19142023-10-12T04:35:10.050Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19152023-10-12T04:35:10.826Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19162023-10-12T04:35:11.707Z Compiling olpc-cjson v0.1.3
19172023-10-12T04:35:12.589Z Compiling pem v1.1.1
19182023-10-12T04:35:16.605Z Compiling camino-tempfile v1.0.2
19192023-10-12T04:35:16.649Z Compiling globset v0.4.13
19202023-10-12T04:35:18.488Z Compiling crypto-bigint v0.5.2
19212023-10-12T04:35:18.771Z Compiling polar-core v0.26.4
19222023-10-12T04:35:19.705Z Compiling serde_plain v1.0.2
19232023-10-12T04:35:20.566Z Compiling thiserror-impl-no-std v2.0.2
19242023-10-12T04:35:21.028Z Compiling libxml v0.3.3
19252023-10-12T04:35:21.530Z Compiling curve25519-dalek-derive v0.1.0
19262023-10-12T04:35:23.864Z Compiling base16ct v0.2.0
19272023-10-12T04:35:24.472Z Compiling ref-cast v1.0.20
19282023-10-12T04:35:25.113Z Compiling buf-list v1.0.3
19292023-10-12T04:35:25.229Z Compiling elliptic-curve v0.13.5
19302023-10-12T04:35:25.295Z Compiling thiserror-no-std v2.0.2
19312023-10-12T04:35:26.158Z Compiling tough v0.12.5
19322023-10-12T04:35:27.429Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19332023-10-12T04:35:31.309Z Compiling derive_builder_macro v0.12.0
19342023-10-12T04:35:32.466Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19352023-10-12T04:35:38.593Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19362023-10-12T04:35:40.975Z Compiling poly1305 v0.8.0
19372023-10-12T04:35:42.379Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19382023-10-12T04:35:42.903Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19392023-10-12T04:35:43.292Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19402023-10-12T04:35:43.650Z Compiling chacha20 v0.9.1
19412023-10-12T04:35:43.695Z Compiling strum_macros v0.24.3
19422023-10-12T04:35:44.384Z Compiling const_format_proc_macros v0.2.31
19432023-10-12T04:35:45.087Z Compiling ref-cast-impl v1.0.20
19442023-10-12T04:35:46.813Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19452023-10-12T04:35:47.232Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19462023-10-12T04:35:47.522Z Compiling cookie v0.16.2
19472023-10-12T04:35:47.640Z Compiling indoc v1.0.9
19482023-10-12T04:35:47.787Z Compiling salty v0.2.0
19492023-10-12T04:35:47.932Z Compiling signature v1.6.4
19502023-10-12T04:35:48.158Z Compiling ed25519 v1.5.3
19512023-10-12T04:35:48.473Z Compiling const_format v0.2.31
19522023-10-12T04:35:49.103Z Compiling chacha20poly1305 v0.10.1
19532023-10-12T04:35:49.147Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19542023-10-12T04:35:49.497Z Compiling derive_builder v0.12.0
19552023-10-12T04:35:50.318Z Compiling vsss-rs v3.3.1
19562023-10-12T04:35:58.167Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19572023-10-12T04:35:58.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19582023-10-12T04:36:05.513Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19592023-10-12T04:36:06.918Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19602023-10-12T04:36:08.761Z Compiling signal-hook-mio v0.2.3
19612023-10-12T04:36:09.034Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19622023-10-12T04:36:10.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19632023-10-12T04:36:10.813Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19642023-10-12T04:36:14.877Z Compiling ron v0.7.1
19652023-10-12T04:36:22.026Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19662023-10-12T04:36:23.702Z Compiling headers-core v0.2.0
19672023-10-12T04:36:24.362Z Compiling bb8 v0.8.1
19682023-10-12T04:36:25.258Z Compiling quick-xml v0.23.1
19692023-10-12T04:36:25.265Z Compiling serde-big-array v0.5.1
19702023-10-12T04:36:25.284Z Compiling impl-trait-for-tuples v0.2.2
19712023-10-12T04:36:27.210Z Compiling oso-derive v0.26.4
19722023-10-12T04:36:28.684Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19732023-10-12T04:36:29.135Z Compiling num-derive v0.4.0
19742023-10-12T04:36:29.946Z Compiling maplit v1.0.2
19752023-10-12T04:36:30.137Z Compiling bit_field v0.10.2
19762023-10-12T04:36:30.562Z Compiling http-range v0.1.5
19772023-10-12T04:36:31.511Z Compiling hyper-staticfile v0.9.5
19782023-10-12T04:36:33.259Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19792023-10-12T04:36:35.873Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19802023-10-12T04:36:38.488Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
19812023-10-12T04:36:39.582Z Compiling headers v0.3.9
19822023-10-12T04:36:41.873Z Compiling oso v0.26.4
19832023-10-12T04:36:46.747Z Compiling crossterm v0.27.0
19842023-10-12T04:37:04.595Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19852023-10-12T04:37:06.795Z Compiling signal-hook-tokio v0.3.1
19862023-10-12T04:37:07.103Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19872023-10-12T04:37:07.517Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19882023-10-12T04:37:07.646Z Compiling serde-big-array v0.4.1
19892023-10-12T04:37:07.927Z Compiling cassowary v0.3.0
19902023-10-12T04:37:09.087Z Compiling indoc v2.0.3
19912023-10-12T04:37:10.447Z Compiling ratatui v0.23.0
19922023-10-12T04:37:13.514Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19932023-10-12T04:37:14.337Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19942023-10-12T04:37:15.749Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19952023-10-12T04:37:16.283Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19962023-10-12T04:37:16.328Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19972023-10-12T04:37:22.452Z Compiling fatfs v0.3.6
19982023-10-12T04:37:26.457Z Compiling bytesize v1.3.0
19992023-10-12T04:37:27.408Z Compiling nanorand v0.7.0
20002023-10-12T04:37:28.149Z Compiling rtoolbox v0.0.1
20012023-10-12T04:37:28.768Z Compiling corncobs v0.1.3
20022023-10-12T04:37:28.892Z Compiling fs-err v2.9.0
20032023-10-12T04:37:29.441Z Compiling assert_matches v1.5.0
20042023-10-12T04:37:29.509Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20052023-10-12T04:37:29.618Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20062023-10-12T04:37:30.274Z Compiling rpassword v7.2.0
20072023-10-12T04:37:31.328Z Compiling flume v0.11.0
20082023-10-12T04:37:31.351Z Compiling tui-tree-widget v0.13.0
20092023-10-12T04:37:32.135Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20102023-10-12T04:37:34.495Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20112023-10-12T04:37:36.283Z Compiling shell-words v1.1.0
20122023-10-12T04:37:36.946Z Compiling owo-colors v3.5.0
20132023-10-12T04:37:42.739Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20142023-10-12T04:37:53.658Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20152023-10-12T04:38:45.124Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20162023-10-12T04:39:00.065Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20172023-10-12T04:40:58.345Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20182023-10-12T04:42:47.070Z Compiling git2 v0.17.2
20192023-10-12T04:42:54.221Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20202023-10-12T04:42:55.540Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20212023-10-12T04:43:07.622Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20222023-10-12T04:43:26.709Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20232023-10-12T04:43:27.785Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20242023-10-12T04:43:28.612Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20252023-10-12T04:44:05.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20262023-10-12T04:52:32.427Z Finished release [optimized] target(s) in 21m 50s
20272023-10-12T04:53:53.575Z
20282023-10-12T04:53:53.578Zreal 23:13.608076168
20292023-10-12T04:53:53.582Zuser 2:39:18.665249413
20302023-10-12T04:53:53.585Zsys 7:52.291261210
20312023-10-12T04:53:53.590Ztrap 5.393447234
20322023-10-12T04:53:53.594Ztflt 1.652346607
20332023-10-12T04:53:53.597Zdflt 4.207370365
20342023-10-12T04:53:53.600Zkflt 0.001270883
20352023-10-12T04:53:53.603Zlock 9:08:29.711852411
20362023-10-12T04:53:53.607Zslp 6:32:41.219700401
20372023-10-12T04:53:53.611Zlat 2:52.172580156
20382023-10-12T04:53:53.614Zstop 52.627195308
20392023-10-12T04:53:53.617Z+ 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/*)
20402023-10-12T04:53:53.620Z+ pfexec mkdir -p /work
20412023-10-12T04:53:53.622Z+ pfexec chown build /work
20422023-10-12T04:53:53.625Z+ 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
20432023-10-12T04:54:07.477ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20442023-10-12T04:54:07.900Za out/maghemite.tar 73201K
20452023-10-12T04:54:07.913Za out/omicron-sled-agent.tar 110572K
20462023-10-12T04:54:07.923Za out/target/test 1K
20472023-10-12T04:54:07.943Za out/npuzone/npuzone 36504K
20482023-10-12T04:54:07.966Za package-manifest.toml 21K
20492023-10-12T04:54:07.981Za smf/sled-agent/non-gimlet/config.toml 4K
20502023-10-12T04:54:07.997Za target/release/omicron-package 37030K
20512023-10-12T04:54:08.012Za tools/create_virtual_hardware.sh 3K
20522023-10-12T04:54:08.433Za tools/virtual_hardware.sh 4K
20532023-10-12T04:54:08.437Za tools/scrimlet/create-softnpu-zone.sh 1K
20542023-10-12T04:54:08.443Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20552023-10-12T04:54:08.448Za tools/scrimlet/softnpu-init.sh 3K
20562023-10-12T04:54:08.453Za tools/scrimlet/softnpu-zone.txt 1K
20572023-10-12T04:54:08.458Za tools/scrimlet/softnpu.toml 1K
20582023-10-12T04:54:08.463Z
20592023-10-12T04:54:08.467Zreal 13.880892733
20602023-10-12T04:54:08.472Zuser 13.180809363
20612023-10-12T04:54:08.478Zsys 1.180760648
20622023-10-12T04:54:08.487Ztrap 0.002968564
20632023-10-12T04:54:08.494Ztflt 0.000000000
20642023-10-12T04:54:08.502Zdflt 0.000000000
20652023-10-12T04:54:08.523Zkflt 0.000000000
20662023-10-12T04:54:08.545Zlock 0.000000000
20672023-10-12T04:54:08.557Zslp 12.881536428
20682023-10-12T04:54:08.569Zlat 0.512073380
20692023-10-12T04:54:08.587Zstop 0.000252763
20702023-10-12T04:54:08.598Z++ pwd
20712023-10-12T04:54:08.620Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20722023-10-12T04:54:08.635Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20732023-10-12T04:54:08.671Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20742023-10-12T04:54:08.679Z Finished release [optimized] target(s) in 1.11s
20752023-10-12T04:54:08.702Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20762023-10-12T04:54:09.182ZCreated new build target 'host' and set it as active
20772023-10-12T04:54:09.615Z
20782023-10-12T04:54:09.619Zreal 1.261995061
20792023-10-12T04:54:09.631Zuser 0.900175555
20802023-10-12T04:54:09.660Zsys 0.361695330
20812023-10-12T04:54:10.085Ztrap 0.000314130
20822023-10-12T04:54:10.089Ztflt 0.000000000
20832023-10-12T04:54:10.092Zdflt 0.000001704
20842023-10-12T04:54:10.095Zkflt 0.000000000
20852023-10-12T04:54:10.098Zlock 0.036152452
20862023-10-12T04:54:10.102Zslp 0.021315026
20872023-10-12T04:54:10.108Zlat 0.002632762
20882023-10-12T04:54:10.114Zstop 0.000218755
20892023-10-12T04:54:10.118Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20902023-10-12T04:54:10.121Z Finished release [optimized] target(s) in 1.04s
20912023-10-12T04:54:10.124Z Running `target/release/omicron-package -t host package`
20922023-10-12T04:54:10.131ZOct 12 04:54:09.944 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20932023-10-12T04:54:11.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20942023-10-12T04:57:45.702Z Finished release [optimized] target(s) in 3m 35s
20952023-10-12T04:59:01.412Z
20962023-10-12T04:59:01.434Zreal 4:52.665942677
20972023-10-12T04:59:01.449Zuser 20:45.364892003
20982023-10-12T04:59:01.457Zsys 1:10.814533534
20992023-10-12T04:59:01.464Ztrap 0.545634353
21002023-10-12T04:59:01.472Ztflt 0.031753940
21012023-10-12T04:59:01.508Zdflt 1.768206130
21022023-10-12T04:59:01.519Zkflt 0.000199742
21032023-10-12T04:59:01.526Zlock 1:09:17.914419621
21042023-10-12T04:59:01.541Zslp 17:16.318230150
21052023-10-12T04:59:01.555Zlat 8.682939505
21062023-10-12T04:59:01.565Zstop 0.646953493
21072023-10-12T04:59:01.575Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21082023-10-12T04:59:01.587Z+ for package in "$@"
21092023-10-12T04:59:01.597Z+ [[ omicron-sled-agent == maghemite ]]
21102023-10-12T04:59:01.610Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitacbaf4370b8
21112023-10-12T04:59:02.617Z Finished release [optimized] target(s) in 1.11s
21122023-10-12T04:59:02.648Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitacbaf4370b8`
21132023-10-12T04:59:02.689ZOct 12 04:59:02.678 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21142023-10-12T04:59:03.215ZCreated: out/versioned/omicron-sled-agent.tar
21152023-10-12T04:59:03.659Z+ for package in "$@"
21162023-10-12T04:59:05.224Z+ [[ maghemite == maghemite ]]
21172023-10-12T04:59:05.237Z+ echo 0.0.0
21182023-10-12T04:59:05.245Z+ tar rvf out/maghemite.tar VERSION
21192023-10-12T04:59:05.252Za VERSION 1K
21202023-10-12T04:59:05.255Z+ rm VERSION
21212023-10-12T04:59:05.259Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitacbaf4370b8
21222023-10-12T04:59:05.262Z Finished release [optimized] target(s) in 1.11s
21232023-10-12T04:59:05.266Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitacbaf4370b8`
21242023-10-12T04:59:05.270ZOct 12 04:59:04.517 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21252023-10-12T04:59:05.275ZCreated: out/versioned/maghemite.tar
21262023-10-12T04:59:05.282Z+ for package in "$@"
21272023-10-12T04:59:05.286Z+ [[ propolis-server == maghemite ]]
21282023-10-12T04:59:05.290Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitacbaf4370b8
21292023-10-12T04:59:06.019Z Finished release [optimized] target(s) in 1.08s
21302023-10-12T04:59:06.050Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitacbaf4370b8`
21312023-10-12T04:59:06.098ZOct 12 04:59:06.091 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21322023-10-12T04:59:07.865ZCreated: out/versioned/propolis-server.tar.gz
21332023-10-12T04:59:07.878Z+ for package in "$@"
21342023-10-12T04:59:07.889Z+ [[ overlay == maghemite ]]
21352023-10-12T04:59:07.900Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitacbaf4370b8
21362023-10-12T04:59:09.063Z Finished release [optimized] target(s) in 1.11s
21372023-10-12T04:59:09.094Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitacbaf4370b8`
21382023-10-12T04:59:09.127ZOct 12 04:59:09.126 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21392023-10-12T04:59:09.132ZCreated: out/versioned/overlay.tar.gz
21402023-10-12T04:59:09.137Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21412023-10-12T04:59:09.144Z+++ dirname -- ./tools/build-global-zone-packages.sh
21422023-10-12T04:59:09.147Z++ cd -- ./tools
21432023-10-12T04:59:09.152Z++ pwd
21442023-10-12T04:59:09.157Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21452023-10-12T04:59:09.162Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21462023-10-12T04:59:09.168Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21472023-10-12T04:59:09.174Z++ readlink -f /work
21482023-10-12T04:59:09.180Z+ out_dir=/work
21492023-10-12T04:59:09.193Z+ 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")
21502023-10-12T04:59:09.208Z+ for dep in "${deps[@]}"
21512023-10-12T04:59:09.217Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21522023-10-12T04:59:09.234Z+ for dep in "${deps[@]}"
21532023-10-12T04:59:09.261Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21542023-10-12T04:59:09.281Z+ for dep in "${deps[@]}"
21552023-10-12T04:59:09.294Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21562023-10-12T04:59:09.312Z+ for dep in "${deps[@]}"
21572023-10-12T04:59:09.322Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21582023-10-12T04:59:09.335Z++ mktemp -d
21592023-10-12T04:59:09.361Z+ tmp_gz=/tmp/tmp.LNa4pi
21602023-10-12T04:59:09.389Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21612023-10-12T04:59:09.402Z+ echo '{"v":"1","t":"layer"}'
21622023-10-12T04:59:09.408Z+ pkg_dir=/tmp/tmp.LNa4pi/root/opt/oxide/sled-agent
21632023-10-12T04:59:09.411Z+ mkdir -p /tmp/tmp.LNa4pi/root/opt/oxide/sled-agent
21642023-10-12T04:59:09.414Z+ cd /tmp/tmp.LNa4pi/root/opt/oxide/sled-agent
21652023-10-12T04:59:09.417Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21662023-10-12T04:59:09.420Zx ., 0 bytes, 0 tape blocks
21672023-10-12T04:59:09.422Zx zone-bundle, 34359888 bytes, 67110 tape blocks
21682023-10-12T04:59:09.427Zx sled-agent, 79060752 bytes, 154416 tape blocks
21692023-10-12T04:59:09.430Zx pkg, 0 bytes, 0 tape blocks
21702023-10-12T04:59:09.432Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21712023-10-12T04:59:09.435Zx pkg/README.md, 54 bytes, 1 tape blocks
21722023-10-12T04:59:09.438Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21732023-10-12T04:59:09.441Zx VERSION, 25 bytes, 1 tape blocks
21742023-10-12T04:59:09.444Z+ mkdir -p /tmp/tmp.LNa4pi/root/lib/svc/manifest/site/
21752023-10-12T04:59:09.447Z+ mv pkg/manifest.xml /tmp/tmp.LNa4pi/root/lib/svc/manifest/site/sled-agent.xml
21762023-10-12T04:59:09.449Z+ cd -
21772023-10-12T04:59:09.452Z/work/oxidecomputer/omicron
21782023-10-12T04:59:09.455Z+ pkg_dir=/tmp/tmp.LNa4pi/root/opt/oxide/mg-ddm
21792023-10-12T04:59:09.458Z+ mkdir -p /tmp/tmp.LNa4pi/root/opt/oxide/mg-ddm
21802023-10-12T04:59:09.461Z+ cd /tmp/tmp.LNa4pi/root/opt/oxide/mg-ddm
21812023-10-12T04:59:09.463Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21822023-10-12T04:59:09.466Zx ., 0 bytes, 0 tape blocks
21832023-10-12T04:59:09.469Zx ddmadm, 39360576 bytes, 76877 tape blocks
21842023-10-12T04:59:09.472Zx ddmd, 35588120 bytes, 69509 tape blocks
21852023-10-12T04:59:09.475Zx pkg, 0 bytes, 0 tape blocks
21862023-10-12T04:59:09.478Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21872023-10-12T04:59:09.481Zx pkg/ddm, 0 bytes, 0 tape blocks
21882023-10-12T04:59:09.483Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21892023-10-12T04:59:09.486Zx VERSION, 25 bytes, 1 tape blocks
21902023-10-12T04:59:09.489Z+ cd -
21912023-10-12T04:59:09.492Z/work/oxidecomputer/omicron
21922023-10-12T04:59:09.495Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.LNa4pi/root/opt/oxide
21932023-10-12T04:59:09.498Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.LNa4pi/root/opt/oxide
21942023-10-12T04:59:09.501Z+ cd /tmp/tmp.LNa4pi
21952023-10-12T04:59:09.504Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21962023-10-12T04:59:21.763ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21972023-10-12T04:59:21.779Za oxide.json 1K
21982023-10-12T04:59:21.792Za root/ 0K
21992023-10-12T04:59:21.805Za root/opt/ 0K
22002023-10-12T04:59:21.819Za root/opt/oxide/ 0K
22012023-10-12T04:59:21.831Za root/opt/oxide/sled-agent/ 0K
22022023-10-12T04:59:21.843Za root/opt/oxide/sled-agent/zone-bundle 33555K
22032023-10-12T04:59:21.856Za root/opt/oxide/sled-agent/sled-agent 77208K
22042023-10-12T04:59:21.870Za root/opt/oxide/sled-agent/pkg/ 0K
22052023-10-12T04:59:21.884Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22062023-10-12T04:59:21.897Za root/opt/oxide/sled-agent/pkg/README.md 1K
22072023-10-12T04:59:21.909Za root/opt/oxide/sled-agent/VERSION 1K
22082023-10-12T04:59:21.922Za root/opt/oxide/mg-ddm/ 0K
22092023-10-12T04:59:21.935Za root/opt/oxide/mg-ddm/ddmadm 38439K
22102023-10-12T04:59:21.945Za root/opt/oxide/mg-ddm/ddmd 34755K
22112023-10-12T04:59:21.957Za root/opt/oxide/mg-ddm/pkg/ 0K
22122023-10-12T04:59:21.967Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22132023-10-12T04:59:21.979Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22142023-10-12T04:59:21.989Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22152023-10-12T04:59:22.000Za root/opt/oxide/mg-ddm/VERSION 1K
22162023-10-12T04:59:22.016Za root/opt/oxide/propolis-server.tar.gz 64314K
22172023-10-12T04:59:22.027Za root/opt/oxide/overlay.tar.gz 2K
22182023-10-12T04:59:22.044Za root/lib/ 0K
22192023-10-12T04:59:22.091Za root/lib/svc/ 0K
22202023-10-12T04:59:22.108Za root/lib/svc/manifest/ 0K
22212023-10-12T04:59:22.529Za root/lib/svc/manifest/site/ 0K
22222023-10-12T04:59:22.541Za root/lib/svc/manifest/site/sled-agent.xml 3K
22232023-10-12T04:59:22.551Z+ cd /
22242023-10-12T04:59:22.569Z+ rm -rf /tmp/tmp.LNa4pi
22252023-10-12T04:59:22.586Z
22262023-10-12T04:59:22.596Zreal 12.673041112
22272023-10-12T04:59:22.610Zuser 11.663702578
22282023-10-12T04:59:22.618Zsys 1.076182779
22292023-10-12T04:59:22.631Ztrap 0.002464945
22302023-10-12T04:59:23.056Ztflt 0.000000000
22312023-10-12T04:59:23.069Zdflt 0.000000000
22322023-10-12T04:59:23.089Zkflt 0.000000000
22332023-10-12T04:59:23.112Zlock 0.000000000
22342023-10-12T04:59:23.120Zslp 24.381692594
22352023-10-12T04:59:23.131Zlat 0.473716008
22362023-10-12T04:59:23.139Zstop 0.000312264
22372023-10-12T04:59:23.150Z+ mkdir -p /work/zones
22382023-10-12T04:59:23.159Z+ 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)
22392023-10-12T04:59:23.167Z+ 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/
22402023-10-12T04:59:25.331Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22412023-10-12T04:59:26.582Z Finished release [optimized] target(s) in 1.17s
22422023-10-12T04:59:26.613Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22432023-10-12T04:59:26.654ZCreated new build target 'recovery' and set it as active
22442023-10-12T04:59:26.657Z
22452023-10-12T04:59:26.660Zreal 1.331198303
22462023-10-12T04:59:26.663Zuser 0.935333261
22472023-10-12T04:59:26.668Zsys 0.394456572
22482023-10-12T04:59:26.670Ztrap 0.000714464
22492023-10-12T04:59:26.673Ztflt 0.000008961
22502023-10-12T04:59:26.676Zdflt 0.000000000
22512023-10-12T04:59:26.679Zkflt 0.000000000
22522023-10-12T04:59:26.682Zlock 0.037666269
22532023-10-12T04:59:26.685Zslp 0.020678613
22542023-10-12T04:59:26.688Zlat 0.003890698
22552023-10-12T04:59:26.691Zstop 0.000225267
22562023-10-12T04:59:26.695Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22572023-10-12T04:59:27.906Z Finished release [optimized] target(s) in 1.13s
22582023-10-12T04:59:27.936Z Running `target/release/omicron-package -t recovery package`
22592023-10-12T04:59:27.979ZOct 12 04:59:27.979 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22602023-10-12T04:59:29.007Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22612023-10-12T04:59:32.926Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22622023-10-12T05:00:06.355Z Finished release [optimized] target(s) in 38.27s
22632023-10-12T05:00:46.955Z
22642023-10-12T05:00:46.963Zreal 1:20.288926593
22652023-10-12T05:00:46.971Zuser 2:39.089034905
22662023-10-12T05:00:46.974Zsys 13.530254371
22672023-10-12T05:00:46.977Ztrap 0.079082338
22682023-10-12T05:00:46.980Ztflt 0.083932663
22692023-10-12T05:00:46.983Zdflt 0.822310268
22702023-10-12T05:00:46.986Zkflt 0.000008930
22712023-10-12T05:00:46.989Zlock 17:44.413428659
22722023-10-12T05:00:46.992Zslp 3:06.904806528
22732023-10-12T05:00:46.996Zlat 2.194551964
22742023-10-12T05:00:47.002Zstop 0.198430487
22752023-10-12T05:00:47.057Z+ stamp_packages installinator maghemite
22762023-10-12T05:00:47.088Z+ for package in "$@"
22772023-10-12T05:00:47.103Z+ [[ installinator == maghemite ]]
22782023-10-12T05:00:47.120Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitacbaf4370b8
22792023-10-12T05:00:48.161Z Finished release [optimized] target(s) in 1.12s
22802023-10-12T05:00:48.191Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitacbaf4370b8`
22812023-10-12T05:00:48.234ZOct 12 05:00:48.234 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22822023-10-12T05:00:48.361ZCreated: out/versioned/installinator.tar
22832023-10-12T05:00:48.371Z+ for package in "$@"
22842023-10-12T05:00:48.384Z+ [[ maghemite == maghemite ]]
22852023-10-12T05:00:48.429Z+ echo 0.0.0
22862023-10-12T05:00:48.451Z+ tar rvf out/maghemite.tar VERSION
22872023-10-12T05:00:48.482Za VERSION 1K
22882023-10-12T05:00:48.904Z+ rm VERSION
22892023-10-12T05:00:48.913Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitacbaf4370b8
22902023-10-12T05:00:49.537Z Finished release [optimized] target(s) in 1.09s
22912023-10-12T05:00:49.568Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitacbaf4370b8`
22922023-10-12T05:00:49.621ZOct 12 05:00:49.609 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22932023-10-12T05:00:49.835ZCreated: out/versioned/maghemite.tar
22942023-10-12T05:00:49.839Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22952023-10-12T05:00:49.851Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22962023-10-12T05:00:49.854Z++ cd -- ./tools
22972023-10-12T05:00:49.857Z++ pwd
22982023-10-12T05:00:49.860Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22992023-10-12T05:00:49.863Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23002023-10-12T05:00:49.866Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23012023-10-12T05:00:49.868Z++ readlink -f /work
23022023-10-12T05:00:49.871Z+ out_dir=/work
23032023-10-12T05:00:49.874Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23042023-10-12T05:00:49.877Z+ for dep in "${deps[@]}"
23052023-10-12T05:00:49.880Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23062023-10-12T05:00:49.883Z+ for dep in "${deps[@]}"
23072023-10-12T05:00:49.886Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23082023-10-12T05:00:49.889Z++ mktemp -d
23092023-10-12T05:00:49.892Z+ tmp_trampoline=/tmp/tmp.jnaqui
23102023-10-12T05:00:49.895Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23112023-10-12T05:00:49.898Z+ echo '{"v":"1","t":"layer"}'
23122023-10-12T05:00:49.901Z+ pkg_dir=/tmp/tmp.jnaqui/root/opt/oxide/installinator
23132023-10-12T05:00:49.903Z+ mkdir -p /tmp/tmp.jnaqui/root/opt/oxide/installinator
23142023-10-12T05:00:49.906Z+ cd /tmp/tmp.jnaqui/root/opt/oxide/installinator
23152023-10-12T05:00:49.909Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23162023-10-12T05:00:49.921Zx ., 0 bytes, 0 tape blocks
23172023-10-12T05:00:49.925Zx installinator, 47881024 bytes, 93518 tape blocks
23182023-10-12T05:00:49.928Zx pkg, 0 bytes, 0 tape blocks
23192023-10-12T05:00:49.932Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23202023-10-12T05:00:49.935Zx VERSION, 25 bytes, 1 tape blocks
23212023-10-12T05:00:49.938Z+ mkdir -p /tmp/tmp.jnaqui/root/lib/svc/manifest/site/
23222023-10-12T05:00:49.942Z+ mv pkg/manifest.xml /tmp/tmp.jnaqui/root/lib/svc/manifest/site/installinator.xml
23232023-10-12T05:00:49.945Z+ cd -
23242023-10-12T05:00:49.949Z/work/oxidecomputer/omicron
23252023-10-12T05:00:49.952Z+ pkg_dir=/tmp/tmp.jnaqui/root/opt/oxide/mg-ddm
23262023-10-12T05:00:49.955Z+ mkdir -p /tmp/tmp.jnaqui/root/opt/oxide/mg-ddm
23272023-10-12T05:00:49.958Z+ cd /tmp/tmp.jnaqui/root/opt/oxide/mg-ddm
23282023-10-12T05:00:49.962Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23292023-10-12T05:00:50.010Zx ., 0 bytes, 0 tape blocks
23302023-10-12T05:00:50.025Zx ddmadm, 39360576 bytes, 76877 tape blocks
23312023-10-12T05:00:50.033Zx ddmd, 35588120 bytes, 69509 tape blocks
23322023-10-12T05:00:50.043Zx pkg, 0 bytes, 0 tape blocks
23332023-10-12T05:00:50.053Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23342023-10-12T05:00:50.060Zx pkg/ddm, 0 bytes, 0 tape blocks
23352023-10-12T05:00:50.070Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23362023-10-12T05:00:50.077Zx VERSION, 25 bytes, 1 tape blocks
23372023-10-12T05:00:50.081Z+ cd -
23382023-10-12T05:00:50.085Z/work/oxidecomputer/omicron
23392023-10-12T05:00:50.090Z+ cd /tmp/tmp.jnaqui
23402023-10-12T05:00:50.093Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23412023-10-12T05:00:56.455ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23422023-10-12T05:00:56.458Za oxide.json 1K
23432023-10-12T05:00:56.461Za root/ 0K
23442023-10-12T05:00:56.464Za root/opt/ 0K
23452023-10-12T05:00:56.467Za root/opt/oxide/ 0K
23462023-10-12T05:00:56.470Za root/opt/oxide/installinator/ 0K
23472023-10-12T05:00:56.472Za root/opt/oxide/installinator/installinator 46759K
23482023-10-12T05:00:56.475Za root/opt/oxide/installinator/pkg/ 0K
23492023-10-12T05:00:56.480Za root/opt/oxide/installinator/VERSION 1K
23502023-10-12T05:00:56.483Za root/opt/oxide/mg-ddm/ 0K
23512023-10-12T05:00:56.486Za root/opt/oxide/mg-ddm/ddmadm 38439K
23522023-10-12T05:00:56.488Za root/opt/oxide/mg-ddm/ddmd 34755K
23532023-10-12T05:00:56.491Za root/opt/oxide/mg-ddm/pkg/ 0K
23542023-10-12T05:00:56.494Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23552023-10-12T05:00:56.497Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23562023-10-12T05:00:56.500Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23572023-10-12T05:00:56.547Za root/opt/oxide/mg-ddm/VERSION 1K
23582023-10-12T05:00:56.551Za root/lib/ 0K
23592023-10-12T05:00:56.553Za root/lib/svc/ 0K
23602023-10-12T05:00:56.556Za root/lib/svc/manifest/ 0K
23612023-10-12T05:00:56.560Za root/lib/svc/manifest/site/ 0K
23622023-10-12T05:00:56.563Za root/lib/svc/manifest/site/installinator.xml 3K
23632023-10-12T05:00:56.565Z+ cd /
23642023-10-12T05:00:56.568Z+ rm -rf /tmp/tmp.jnaqui
23652023-10-12T05:00:56.571Z
23662023-10-12T05:00:56.574Zreal 6.638502144
23672023-10-12T05:00:56.577Zuser 6.164052274
23682023-10-12T05:00:56.580Zsys 0.505016347
23692023-10-12T05:00:56.583Ztrap 0.001909123
23702023-10-12T05:00:56.586Ztflt 0.000000000
23712023-10-12T05:00:56.588Zdflt 0.000000000
23722023-10-12T05:00:56.591Zkflt 0.000000000
23732023-10-12T05:00:56.594Zlock 0.000000000
23742023-10-12T05:00:56.597Zslp 12.797385265
23752023-10-12T05:00:56.600Zlat 0.237230870
23762023-10-12T05:00:56.603Zstop 0.000308715
23772023-10-12T05:00:56.606Zprocess exited: duration 2451083 ms, exit code 0
 
23782023-10-12T05:00:56.613Zfound 21 output files
23792023-10-12T05:00:56.620Zuploading: /work/version.txt (26 bytes)
23802023-10-12T05:00:57.641Zuploaded: /work/version.txt
23812023-10-12T05:00:57.658Zuploading: /work/package.tar.gz (82945626 bytes)
23822023-10-12T05:01:17.699Zuploaded: /work/package.tar.gz
23832023-10-12T05:01:17.710Zuploading: /work/global-zone-packages.tar.gz (125035777 bytes)
23842023-10-12T05:01:38.043Zuploaded: /work/global-zone-packages.tar.gz
23852023-10-12T05:01:38.052Zuploading: /work/trampoline-global-zone-packages.tar.gz (38583062 bytes)
23862023-10-12T05:01:45.316Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23872023-10-12T05:01:45.328Zuploading: /work/zones/clickhouse.tar.gz (180695344 bytes)
23882023-10-12T05:02:17.101Zuploaded: /work/zones/clickhouse.tar.gz
23892023-10-12T05:02:17.261Zuploading: /work/zones/clickhouse_keeper.tar.gz (180689814 bytes)
23902023-10-12T05:02:53.649Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23912023-10-12T05:02:53.774Zuploading: /work/zones/cockroachdb.tar.gz (117753782 bytes)
23922023-10-12T05:03:19.661Zuploaded: /work/zones/cockroachdb.tar.gz
23932023-10-12T05:03:19.679Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23942023-10-12T05:03:26.972Zuploaded: /work/zones/crucible-pantry.tar.gz
23952023-10-12T05:03:26.983Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
23962023-10-12T05:03:39.062Zuploaded: /work/zones/crucible.tar.gz
23972023-10-12T05:03:39.076Zuploading: /work/zones/external-dns.tar.gz (22036092 bytes)
23982023-10-12T05:03:45.570Zuploaded: /work/zones/external-dns.tar.gz
23992023-10-12T05:03:45.582Zuploading: /work/zones/internal-dns.tar.gz (22036092 bytes)
24002023-10-12T05:03:51.264Zuploaded: /work/zones/internal-dns.tar.gz
24012023-10-12T05:03:51.267Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24022023-10-12T05:03:52.274Zuploaded: /work/zones/ntp.tar.gz
24032023-10-12T05:03:52.286Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15770232 bytes)
24042023-10-12T05:03:55.647Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24052023-10-12T05:03:55.659Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15769292 bytes)
24062023-10-12T05:03:59.331Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24072023-10-12T05:03:59.342Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67894291 bytes)
24082023-10-12T05:04:13.675Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24092023-10-12T05:04:13.687Zuploading: /work/zones/omicron-nexus.tar.gz (67900927 bytes)
24102023-10-12T05:04:23.897Zuploaded: /work/zones/omicron-nexus.tar.gz
24112023-10-12T05:04:23.901Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24122023-10-12T05:04:24.908Zuploaded: /work/zones/overlay.tar.gz
24132023-10-12T05:04:24.919Zuploading: /work/zones/oximeter-collector.tar.gz (18052389 bytes)
24142023-10-12T05:04:27.730Zuploaded: /work/zones/oximeter-collector.tar.gz
24152023-10-12T05:04:27.741Zuploading: /work/zones/propolis-server.tar.gz (65856629 bytes)
24162023-10-12T05:04:41.989Zuploaded: /work/zones/propolis-server.tar.gz
24172023-10-12T05:04:42.000Zuploading: /work/zones/switch-asic.tar.gz (219017453 bytes)
24182023-10-12T05:05:19.502Zuploaded: /work/zones/switch-asic.tar.gz
24192023-10-12T05:05:19.522Zuploading: /work/zones/switch-softnpu.tar.gz (141437113 bytes)
24202023-10-12T05:05:45.983Zuploaded: /work/zones/switch-softnpu.tar.gz