01HCZP8889AS8BA70SV4GNRV5K: 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: 01HCZP9EW3DQ0Y0SPZF07FVG41

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-17T20:49:27.627Zjob assigned to worker 01HCZP9PPFW43Y2XAWHKFXTQSC (queued for 1 m 59 s)
 
22023-10-17T20:49:28.408Zstarting task 0: "setup"
32023-10-17T20:49:28.908Z++ uname -s
42023-10-17T20:49:28.913Z+ kern=SunOS
52023-10-17T20:49:28.917Z+ case "$kern" in
62023-10-17T20:49:28.920Z+ groupadd -g 12345 build
72023-10-17T20:49:28.923Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-17T20:49:30.881Z+ zfs create -o mountpoint=/work rpool/work
92023-10-17T20:49:31.521Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-17T20:49:31.990Z+ home_fs=zfs
112023-10-17T20:49:31.993Z+ [[ zfs == autofs ]]
122023-10-17T20:49:31.998Z+ mkdir -p /home/build
132023-10-17T20:49:32.069Z+ chown build:build /home/build /work
142023-10-17T20:49:33.113Z+ chmod 0700 /home/build /work
152023-10-17T20:49:33.116Zprocess exited: duration 4705 ms, exit code 0
 
162023-10-17T20:49:33.129Zstarting task 1: "rust-toolchain"
172023-10-17T20:49:33.142Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-17T20:49:33.145Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-17T20:49:33.337Zinfo: downloading installer
202023-10-17T20:49:37.147Zwarning: it looks like you have an existing installation of Rust at:
212023-10-17T20:49:37.154Zwarning: /opt/ooce/bin
222023-10-17T20:49:37.158Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-17T20:49:37.162Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-17T20:49:37.174Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-17T20:49:37.194Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-17T20:49:37.206Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-17T20:49:37.216Zerror: cannot install while Rust is installed
282023-10-17T20:49:37.220Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-17T20:49:37.987Zinfo: profile set to 'default'
302023-10-17T20:49:37.991Zinfo: default host triple is x86_64-unknown-illumos
312023-10-17T20:49:37.994Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-17T20:49:38.162Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-17T20:49:38.181Zinfo: downloading component 'cargo'
342023-10-17T20:49:38.866Zinfo: downloading component 'clippy'
352023-10-17T20:49:39.115Zinfo: downloading component 'rust-docs'
362023-10-17T20:49:40.000Zinfo: downloading component 'rust-std'
372023-10-17T20:49:41.638Zinfo: downloading component 'rustc'
382023-10-17T20:49:45.619Zinfo: downloading component 'rustfmt'
392023-10-17T20:49:45.978Zinfo: installing component 'cargo'
402023-10-17T20:49:48.108Zinfo: installing component 'clippy'
412023-10-17T20:49:49.234Zinfo: installing component 'rust-docs'
422023-10-17T20:49:51.980Zinfo: installing component 'rust-std'
432023-10-17T20:50:01.508Zinfo: installing component 'rustc'
442023-10-17T20:50:09.957Zinfo: installing component 'rustfmt'
452023-10-17T20:50:10.268Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-17T20:50:10.277Z
472023-10-17T20:50:10.400Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-17T20:50:10.406Z
492023-10-17T20:50:10.465Z
502023-10-17T20:50:10.474ZRust is installed now. Great!
512023-10-17T20:50:10.477Z
522023-10-17T20:50:10.480ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-17T20:50:10.483Zenvironment variable. This has not been done automatically.
542023-10-17T20:50:10.487Z
552023-10-17T20:50:10.490ZTo configure your current shell, run:
562023-10-17T20:50:10.493Zsource "$HOME/.cargo/env"
572023-10-17T20:50:10.496Z+ rustc --version
582023-10-17T20:50:10.600Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-17T20:50:10.605Zprocess exited: duration 37473 ms, exit code 0
 
602023-10-17T20:50:10.611Zstarting task 2: "authentication"
612023-10-17T20:50:10.639Zprocess exited: duration 25 ms, exit code 0
 
622023-10-17T20:50:10.645Zstarting task 3: "clone repository"
632023-10-17T20:50:10.655Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-17T20:50:10.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-17T20:50:10.702ZCloning into '/work/oxidecomputer/omicron'...
662023-10-17T20:50:18.102Z+ cd /work/oxidecomputer/omicron
672023-10-17T20:50:18.107Z+ [[ -n wicketd-proxy-nexus ]]
682023-10-17T20:50:18.113Z+ git fetch origin wicketd-proxy-nexus
692023-10-17T20:50:18.468ZFrom https://github.com/oxidecomputer/omicron
702023-10-17T20:50:18.486Z * branch wicketd-proxy-nexus -> FETCH_HEAD
712023-10-17T20:50:18.901Z+ git checkout -B wicketd-proxy-nexus remotes/origin/wicketd-proxy-nexus
722023-10-17T20:50:18.905ZSwitched to a new branch 'wicketd-proxy-nexus'
732023-10-17T20:50:18.908Zbranch 'wicketd-proxy-nexus' set up to track 'origin/wicketd-proxy-nexus'.
742023-10-17T20:50:18.911Z+ git reset --hard 2670d9240dd2763e7e7b779f67333f3b67a840dd
752023-10-17T20:50:18.913ZHEAD is now at 2670d924 illumos fixes
762023-10-17T20:50:18.916Zprocess exited: duration 7941 ms, exit code 0
 
772023-10-17T20:50:18.924Zstarting task 4: "build"
782023-10-17T20:50:18.935Z+ cargo --version
792023-10-17T20:50:19.025Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-17T20:50:19.033Z+ rustc --version
812023-10-17T20:50:19.126Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-17T20:50:19.131Z++ git rev-parse HEAD
832023-10-17T20:50:19.136Z+ COMMIT=2670d9240dd2763e7e7b779f67333f3b67a840dd
842023-10-17T20:50:19.554Z+ VERSION=1.0.2-0.ci+git2670d9240dd
852023-10-17T20:50:19.558Z+ echo 1.0.2-0.ci+git2670d9240dd
862023-10-17T20:50:19.562Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-17T20:50:29.625Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-17T20:50:30.494Z Startup: Caching catalogs ... Done
892023-10-17T20:50:34.535ZPlanning: Solver setup ... Done (3.841s)
902023-10-17T20:50:34.638ZPlanning: Running solver ... Done (0.104s)
912023-10-17T20:50:34.684ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-17T20:50:34.699ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-17T20:50:35.048ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-17T20:50:35.061ZPlanning: Package planning ... Done (0.080s)
952023-10-17T20:50:35.145ZPlanning: Merging actions ... Done (0.084s)
962023-10-17T20:50:36.003ZPlanning: Checking for conflicting actions ... Done (0.858s)
972023-10-17T20:50:36.023ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-17T20:50:41.374ZPlanning: Evaluating mediators ... Done (5.352s)
992023-10-17T20:50:41.390ZPlanning: Planning completed in 10.89 seconds
1002023-10-17T20:50:44.446Z Packages to install: 4
1012023-10-17T20:50:44.449Z Mediators to change: 2
1022023-10-17T20:50:44.452Z Services to change: 1
1032023-10-17T20:50:44.455Z Estimated space available: 149.39 GB
1042023-10-17T20:50:44.458ZEstimated space to be consumed: 1.36 GB
1052023-10-17T20:50:44.461Z Create boot environment: No
1062023-10-17T20:50:44.464ZCreate backup boot environment: No
1072023-10-17T20:50:44.468Z Rebuild boot archive: No
1082023-10-17T20:50:44.472Z
1092023-10-17T20:50:44.475ZChanged mediators:
1102023-10-17T20:50:44.478Z mediator clang:
1112023-10-17T20:50:44.481Z version: None -> 15 (system default)
1122023-10-17T20:50:44.484Z
1132023-10-17T20:50:44.487Z mediator llvm:
1142023-10-17T20:50:44.490Z version: 14 (system default) -> 15 (system default)
1152023-10-17T20:50:44.494Z
1162023-10-17T20:50:44.502ZChanged packages:
1172023-10-17T20:50:44.505Zhelios-dev
1182023-10-17T20:50:44.508Z developer/build-essential
1192023-10-17T20:50:44.511Z None -> 11-2.0
1202023-10-17T20:50:44.514Z library/libxmlsec1
1212023-10-17T20:50:44.518Z None -> 1.2.35-2.0
1222023-10-17T20:50:44.520Z ooce/developer/clang-15
1232023-10-17T20:50:44.524Z None -> 15.0.7-2.0
1242023-10-17T20:50:44.528Z ooce/developer/llvm-15
1252023-10-17T20:50:44.532Z None -> 15.0.7-2.0
1262023-10-17T20:50:44.535Z
1272023-10-17T20:50:44.538ZServices:
1282023-10-17T20:50:44.541Z restart_fmri:
1292023-10-17T20:50:44.544Z svc:/system/update-man-index:default
1302023-10-17T20:50:44.779Z
1312023-10-17T20:50:45.192ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-17T20:50:49.775ZDownload: 1355/3290 items 99.7/212.6MB 46% complete (20.2M/s)
1332023-10-17T20:50:54.776ZDownload: 3167/3290 items 150.8/212.6MB 70% complete (15.0M/s)
1342023-10-17T20:50:56.726ZDownload: Completed 212.60 MB in 11.95 seconds (17.8M/s)
1352023-10-17T20:50:57.647Z Actions: 1/3687 actions (Installing new actions)
1362023-10-17T20:51:02.858Z Actions: 3180/3687 actions (Installing new actions)
1372023-10-17T20:51:06.113Z Actions: Completed 3687 actions in 8.07 seconds.
1382023-10-17T20:51:06.530Z Done (0.071s)
1392023-10-17T20:51:06.533Z Done (0.000s)
1402023-10-17T20:51:06.536Z Done (0.176s)
1412023-10-17T20:51:13.625Z Done (7.560s)
1422023-10-17T20:51:13.901Z Done (0.176s)
1432023-10-17T20:51:13.905Z Done (0.000s)
1442023-10-17T20:51:14.295Z Done (0.000s)
1452023-10-17T20:51:14.971ZPlanning: Evaluating mediator changes ... Done
1462023-10-17T20:51:15.258ZPlanning: Checking for conflicting actions ... Done
1472023-10-17T20:51:15.268ZPlanning: Consolidating action changes ... Done
1482023-10-17T20:51:15.686ZPlanning: Evaluating mediators ... Done
1492023-10-17T20:51:15.689ZPlanning: Planning completed in 0.72 seconds
1502023-10-17T20:51:15.739Z Mediators to change: 2
1512023-10-17T20:51:15.742Z Create boot environment: No
1522023-10-17T20:51:15.745ZCreate backup boot environment: No
1532023-10-17T20:51:15.859Z Done
1542023-10-17T20:51:15.862Z Done
1552023-10-17T20:51:15.959Z Done
1562023-10-17T20:51:21.833Z Done
1572023-10-17T20:51:21.952Z Done
1582023-10-17T20:51:21.956Z Done
1592023-10-17T20:51:22.258Z Done
1602023-10-17T20:51:23.121ZPlanning: Evaluating mediator changes ... Done
1612023-10-17T20:51:23.124ZPlanning: Merging actions ... Done
1622023-10-17T20:51:23.458ZPlanning: Checking for conflicting actions ... Done
1632023-10-17T20:51:23.466ZPlanning: Consolidating action changes ... Done
1642023-10-17T20:51:23.896ZPlanning: Evaluating mediators ... Done
1652023-10-17T20:51:23.985ZPlanning: Planning completed in 1.31 seconds
1662023-10-17T20:51:24.042Z Packages to change: 1
1672023-10-17T20:51:24.045Z Mediators to change: 1
1682023-10-17T20:51:24.048Z Services to change: 1
1692023-10-17T20:51:24.054Z Create boot environment: No
1702023-10-17T20:51:24.059ZCreate backup boot environment: Yes
1712023-10-17T20:51:25.974Z Actions: 1/6 actions (Updating modified actions)
1722023-10-17T20:51:25.977Z Actions: Completed 6 actions in 0.00 seconds.
1732023-10-17T20:51:25.980Z Done
1742023-10-17T20:51:25.983Z Done
1752023-10-17T20:51:26.021Z Done
1762023-10-17T20:51:34.583Z Done
1772023-10-17T20:51:34.613Z Done
1782023-10-17T20:51:34.674Z Done
1792023-10-17T20:51:34.685Z Done
1802023-10-17T20:51:34.825ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812023-10-17T20:51:34.892Zclang system 15 system
1822023-10-17T20:51:34.915Zcsh system system illumos
1832023-10-17T20:51:35.036Zctags system system illumos
1842023-10-17T20:51:35.054Zgcc vendor 12 vendor
1852023-10-17T20:51:35.084Zgcc system 10 system
1862023-10-17T20:51:35.145Zgcc system 7 system
1872023-10-17T20:51:35.193Zgo system 1.20 system
1882023-10-17T20:51:35.221Zgo system 1.19 system
1892023-10-17T20:51:35.232Zllvm system 15 system
1902023-10-17T20:51:35.259Zllvm system 14 system
1912023-10-17T20:51:35.283Zmariadb system 10.6 system
1922023-10-17T20:51:35.304Zmta vendor vendor dma
1932023-10-17T20:51:35.328Zopenjdk system 17 system
1942023-10-17T20:51:35.341Zopenjdk system 11 system
1952023-10-17T20:51:35.365Zopenjdk system 1.8 system
1962023-10-17T20:51:35.808Zopenssl vendor 3 vendor
1972023-10-17T20:51:35.828Zperl system 5.36 system
1982023-10-17T20:51:35.842Zpostgresql system 15 system
1992023-10-17T20:51:35.849Zpostgresql system 13 system
2002023-10-17T20:51:35.866Zpython vendor 3 vendor
2012023-10-17T20:51:35.873Zpython system 2 system
2022023-10-17T20:51:35.878Zpython3 system 3.11 system
2032023-10-17T20:51:35.883Zruby system 3.0 system
2042023-10-17T20:51:35.890Zwords vendor vendor american-english
2052023-10-17T20:51:35.901Zwords system system australian-english
2062023-10-17T20:51:35.916Zwords system system british-english
2072023-10-17T20:51:35.924Zwords system system canadian-english
2082023-10-17T20:51:35.928Zwords system system french
2092023-10-17T20:51:35.936Zwords system system italian
2102023-10-17T20:51:35.941Zwords system system ngerman
2112023-10-17T20:51:35.944Zwords system system ogerman
2122023-10-17T20:51:35.949Zwords system system spanish
2132023-10-17T20:51:35.973ZFMRI IFO
2142023-10-17T20:51:35.990Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152023-10-17T20:51:36.010Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162023-10-17T20:51:36.028Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172023-10-17T20:51:36.034Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2182023-10-17T20:51:36.055Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2192023-10-17T20:51:36.067Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2202023-10-17T20:51:36.088Z+ set -o errexit
2212023-10-17T20:51:36.121Z+++ dirname ./tools/ci_download_cockroachdb
2222023-10-17T20:51:36.150Z++ cd ./tools
2232023-10-17T20:51:36.202Z++ pwd
2242023-10-17T20:51:36.210Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2252023-10-17T20:51:36.234Z++ basename ./tools/ci_download_cockroachdb
2262023-10-17T20:51:36.263Z+ ARG0=ci_download_cockroachdb
2272023-10-17T20:51:36.268Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2282023-10-17T20:51:36.275Z+ CIDL_VERSION=v22.1.9
2292023-10-17T20:51:36.284Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2302023-10-17T20:51:36.291Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2312023-10-17T20:51:36.303Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2322023-10-17T20:51:36.309Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2332023-10-17T20:51:36.316Z+ TARGET_DIR=out
2342023-10-17T20:51:36.320Z+ DOWNLOAD_DIR=out/downloads
2352023-10-17T20:51:36.324Z+ DEST_DIR=./out/cockroachdb
2362023-10-17T20:51:36.336Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2372023-10-17T20:51:36.346Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2382023-10-17T20:51:36.355Z+ main
2392023-10-17T20:51:36.370Z+ [[ 0 != 0 ]]
2402023-10-17T20:51:36.379Z+ CIDL_OS=solaris2.11
2412023-10-17T20:51:36.384Z+ [[ 0 != 0 ]]
2422023-10-17T20:51:36.389Zcurrent directory: /work/oxidecomputer/omicron
2432023-10-17T20:51:36.394Z+ configure_os solaris2.11
2442023-10-17T20:51:36.399Zconfiguring based on OS: "solaris2.11"
2452023-10-17T20:51:36.405Z+ echo 'current directory: /work/oxidecomputer/omicron'
2462023-10-17T20:51:36.412ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2472023-10-17T20:51:36.415Z+ echo 'configuring based on OS: "solaris2.11"'
2482023-10-17T20:51:36.428ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2492023-10-17T20:51:36.446Z+ case "$1" in
2502023-10-17T20:51:36.458ZDownloading...
2512023-10-17T20:51:36.464Z+ CIDL_BUILD=illumos
2522023-10-17T20:51:36.482Z+ CIDL_SUFFIX=tar.gz
2532023-10-17T20:51:36.515Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2542023-10-17T20:51:36.529Z+ CIDL_MD5FUNC=do_md5sum
2552023-10-17T20:51:36.567Z+ CIDL_URL_BASE=https://illumos.org/downloads
2562023-10-17T20:51:36.585Z+ CIDL_ASSEMBLE=do_assemble_illumos
2572023-10-17T20:51:36.597Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2582023-10-17T20:51:36.604Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2592023-10-17T20:51:36.611Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-17T20:51:36.628Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2612023-10-17T20:51:36.658Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-17T20:51:36.663Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-17T20:51:36.669Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2642023-10-17T20:51:36.675Z+ mkdir -p out/downloads
2652023-10-17T20:51:36.679Z+ mkdir -p ./out/cockroachdb
2662023-10-17T20:51:36.687Z+ local DO_DOWNLOAD=true
2672023-10-17T20:51:36.716Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2682023-10-17T20:51:36.730Z+ '[' true == true ']'
2692023-10-17T20:51:36.777Z+ echo Downloading...
2702023-10-17T20:51:36.785Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-17T20:51:36.802Z+ 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
2722023-10-17T20:51:37.171Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-17T20:51:37.224Z++ md5sum
2742023-10-17T20:51:37.247Z++ awk '{print $1}'
2752023-10-17T20:51:37.332Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2762023-10-17T20:51:37.382Z+ [[ 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 ]]
2772023-10-17T20:51:37.433Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-17T20:51:37.465Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2792023-10-17T20:51:41.086Z+ do_assemble_illumos
2802023-10-17T20:51:41.103Z+ rm -r ./out/cockroachdb
2812023-10-17T20:51:41.123Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2822023-10-17T20:51:41.339Z+ ./out/cockroachdb/bin/cockroach version
2832023-10-17T20:51:41.652ZBuild Tag: v22.1.9-dirty
2842023-10-17T20:51:41.656ZBuild Time: 2022/10/26 21:17:46
2852023-10-17T20:51:41.660ZDistribution: OSS
2862023-10-17T20:51:41.664ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2872023-10-17T20:51:41.669ZGo Version: go1.17.13
2882023-10-17T20:51:41.679ZC Compiler: gcc 10.3.0
2892023-10-17T20:51:41.683ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2902023-10-17T20:51:41.688ZBuild Type: release
2912023-10-17T20:51:41.693Z+ set -o errexit
2922023-10-17T20:51:41.699Z+++ dirname ./tools/ci_download_clickhouse
2932023-10-17T20:51:41.702Z++ cd ./tools
2942023-10-17T20:51:41.706Z++ pwd
2952023-10-17T20:51:41.709Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2962023-10-17T20:51:41.712Z++ basename ./tools/ci_download_clickhouse
2972023-10-17T20:51:41.718Z+ ARG0=ci_download_clickhouse
2982023-10-17T20:51:41.726Z+ TARGET_DIR=out
2992023-10-17T20:51:41.734Z+ DOWNLOAD_DIR=out/downloads
3002023-10-17T20:51:41.739Z+ DEST_DIR=./out/clickhouse
3012023-10-17T20:51:41.744Z+ CIDL_VERSION=v22.8.9.24
3022023-10-17T20:51:41.750Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3032023-10-17T20:51:41.788Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3042023-10-17T20:51:41.795Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3052023-10-17T20:51:41.798Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3062023-10-17T20:51:41.802Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3072023-10-17T20:51:41.807Z+ main
3082023-10-17T20:51:41.810Z+ [[ 0 != 0 ]]
3092023-10-17T20:51:41.815Z+ CIDL_OS=solaris2.11
3102023-10-17T20:51:41.819Z+ [[ 0 != 0 ]]
3112023-10-17T20:51:41.822Z+ configure_os solaris2.11
3122023-10-17T20:51:41.826Z+ echo 'current directory: /work/oxidecomputer/omicron'
3132023-10-17T20:51:41.829Zcurrent directory: /work/oxidecomputer/omicron
3142023-10-17T20:51:41.832Z+ echo 'configuring based on OS: "solaris2.11"'
3152023-10-17T20:51:41.837Zconfiguring based on OS: "solaris2.11"
3162023-10-17T20:51:41.840Z+ CIDL_DASHREV=
3172023-10-17T20:51:41.844Z+ case "$1" in
3182023-10-17T20:51:41.847Z+ CIDL_PLATFORM=illumos
3192023-10-17T20:51:41.850Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3202023-10-17T20:51:41.854Z+ CIDL_MD5FUNC=do_md5sum
3212023-10-17T20:51:41.858Z+ CIDL_DASHREV=-1
3222023-10-17T20:51:41.862Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3232023-10-17T20:51:41.865Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-17T20:51:41.869Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-17T20:51:41.872Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-17T20:51:41.875Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-10-17T20:51:41.879ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-17T20:51:41.884Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-10-17T20:51:41.887ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-17T20:51:41.890Z+ mkdir -p out/downloads
3312023-10-17T20:51:41.895Z+ mkdir -p ./out/clickhouse
3322023-10-17T20:51:41.899Z+ local DO_DOWNLOAD=true
3332023-10-17T20:51:41.910Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3342023-10-17T20:51:41.914Z+ '[' true == true ']'
3352023-10-17T20:51:41.917Z+ echo Downloading...
3362023-10-17T20:51:41.923ZDownloading...
3372023-10-17T20:51:41.930Z+ 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
3382023-10-17T20:51:41.938Z+ 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
3392023-10-17T20:51:44.382Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-10-17T20:51:44.385Z++ md5sum
3412023-10-17T20:51:44.389Z++ awk '{print $1}'
3422023-10-17T20:51:44.643Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3432023-10-17T20:51:44.647Z+ [[ 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 ]]
3442023-10-17T20:51:44.651Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3452023-10-17T20:51:44.654Z+ mkdir -p ./out/clickhouse
3462023-10-17T20:51:44.658Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3472023-10-17T20:51:49.500Z+ ./out/clickhouse/clickhouse server --version
3482023-10-17T20:51:49.548ZClickHouse server version 22.8.9.1.
3492023-10-17T20:51:49.571Z+ set -o errexit
3502023-10-17T20:51:49.577Z+++ dirname ./tools/ci_download_console
3512023-10-17T20:51:49.580Z++ cd ./tools
3522023-10-17T20:51:49.583Z++ pwd
3532023-10-17T20:51:49.586Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3542023-10-17T20:51:49.591Z++ basename ./tools/ci_download_console
3552023-10-17T20:51:49.596Z+ ARG0=ci_download_console
3562023-10-17T20:51:49.602Z+ TARGET_DIR=out
3572023-10-17T20:51:49.606Z+ DOWNLOAD_DIR=out/downloads
3582023-10-17T20:51:49.610Z+ DEST_DIR=./out/console-assets
3592023-10-17T20:51:49.613Z+ source /work/oxidecomputer/omicron/tools/console_version
3602023-10-17T20:51:49.616Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3612023-10-17T20:51:49.619Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3622023-10-17T20:51:49.622Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3632023-10-17T20:51:49.626Z+ TARBALL_FILE=out/downloads/console.tar.gz
3642023-10-17T20:51:49.641Z+ main
3652023-10-17T20:51:49.645Z+ [[ 0 != 0 ]]
3662023-10-17T20:51:49.649Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3672023-10-17T20:51:49.654ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3682023-10-17T20:51:49.657Z+ echo 'Local file: out/downloads/console.tar.gz'
3692023-10-17T20:51:49.659ZLocal file: out/downloads/console.tar.gz
3702023-10-17T20:51:49.662Z+ local DO_DOWNLOAD=true
3712023-10-17T20:51:49.665Z+ [[ -f out/downloads/console.tar.gz ]]
3722023-10-17T20:51:49.667Z+ mkdir -p out/downloads
3732023-10-17T20:51:49.670Z+ '[' true == true ']'
3742023-10-17T20:51:49.673Z+ echo Downloading...
3752023-10-17T20:51:49.676ZDownloading...
3762023-10-17T20:51:49.679Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3772023-10-17T20:51:49.681Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3782023-10-17T20:51:50.162Z++ do_sha256sum out/downloads/console.tar.gz
3792023-10-17T20:51:50.165Z++ case "$OSTYPE" in
3802023-10-17T20:51:50.168Z++ SHA=sha256sum
3812023-10-17T20:51:50.171Z++ sha256sum
3822023-10-17T20:51:50.173Z++ awk '{print $1}'
3832023-10-17T20:51:50.187Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3842023-10-17T20:51:50.190Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3852023-10-17T20:51:50.193Z+ rm -rf ./out/console-assets
3862023-10-17T20:51:50.196Z+ mkdir -p ./out/console-assets
3872023-10-17T20:51:50.199Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3882023-10-17T20:51:50.201Z+ mkdir -p ./out/console-assets
3892023-10-17T20:51:50.204Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3902023-10-17T20:51:50.334Z+ set -o errexit
3912023-10-17T20:51:50.337Z+++ dirname ./tools/ci_download_maghemite_openapi
3922023-10-17T20:51:50.340Z++ cd ./tools
3932023-10-17T20:51:50.343Z++ pwd
3942023-10-17T20:51:50.346Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3952023-10-17T20:51:50.349Z++ basename ./tools/ci_download_maghemite_openapi
3962023-10-17T20:51:50.351Z+ ARG0=ci_download_maghemite_openapi
3972023-10-17T20:51:50.357Z+ TARGET_DIR=out
3982023-10-17T20:51:50.361Z+ DOWNLOAD_DIR=out/downloads
3992023-10-17T20:51:50.365Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4002023-10-17T20:51:50.368Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4012023-10-17T20:51:50.370Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4022023-10-17T20:51:50.373Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4032023-10-17T20:51:50.376Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4042023-10-17T20:51:50.379Z+ main
4052023-10-17T20:51:50.381Z+ [[ 0 != 0 ]]
4062023-10-17T20:51:50.384Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4072023-10-17T20:51:50.389ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4082023-10-17T20:51:50.392Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4092023-10-17T20:51:50.394ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4102023-10-17T20:51:50.397Z+ local DO_DOWNLOAD=true
4112023-10-17T20:51:50.400Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4122023-10-17T20:51:50.403Z+ mkdir -p out/downloads
4132023-10-17T20:51:50.407Z+ '[' true == true ']'
4142023-10-17T20:51:50.411Z+ echo Downloading...
4152023-10-17T20:51:50.413ZDownloading...
4162023-10-17T20:51:50.416Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4172023-10-17T20:51:50.419Z+ 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
4182023-10-17T20:51:50.510Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4192023-10-17T20:51:50.515Z++ case "$OSTYPE" in
4202023-10-17T20:51:50.519Z++ SHA=sha256sum
4212023-10-17T20:51:50.522Z++ sha256sum
4222023-10-17T20:51:50.531Z++ awk '{print $1}'
4232023-10-17T20:51:50.535Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-10-17T20:51:50.538Z+ [[ 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 ]]
4252023-10-17T20:51:50.542Z+ set -o errexit
4262023-10-17T20:51:50.545Z+++ dirname ./tools/ci_download_dendrite_openapi
4272023-10-17T20:51:50.549Z++ cd ./tools
4282023-10-17T20:51:50.552Z++ pwd
4292023-10-17T20:51:50.559Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302023-10-17T20:51:50.562Z++ basename ./tools/ci_download_dendrite_openapi
4312023-10-17T20:51:50.565Z+ ARG0=ci_download_dendrite_openapi
4322023-10-17T20:51:50.570Z+ TARGET_DIR=out
4332023-10-17T20:51:50.576Z+ DOWNLOAD_DIR=out/downloads
4342023-10-17T20:51:50.580Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352023-10-17T20:51:50.583Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4362023-10-17T20:51:50.586Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4372023-10-17T20:51:50.589Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4382023-10-17T20:51:50.593Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4392023-10-17T20:51:50.596Z+ main
4402023-10-17T20:51:50.599Z+ [[ 0 != 0 ]]
4412023-10-17T20:51:50.602Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4422023-10-17T20:51:50.619ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4432023-10-17T20:51:50.623Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4442023-10-17T20:51:50.625ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4452023-10-17T20:51:50.628Z+ local DO_DOWNLOAD=true
4462023-10-17T20:51:50.631Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4472023-10-17T20:51:50.635Z+ mkdir -p out/downloads
4482023-10-17T20:51:50.639Z+ '[' true == true ']'
4492023-10-17T20:51:50.642Z+ echo Downloading...
4502023-10-17T20:51:50.645ZDownloading...
4512023-10-17T20:51:50.649Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4522023-10-17T20:51:50.652Z+ 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
4532023-10-17T20:51:50.702Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4542023-10-17T20:51:50.706Z++ case "$OSTYPE" in
4552023-10-17T20:51:50.711Z++ SHA=sha256sum
4562023-10-17T20:51:50.715Z++ sha256sum
4572023-10-17T20:51:50.723Z++ awk '{print $1}'
4582023-10-17T20:51:50.730Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4592023-10-17T20:51:50.756Z+ [[ 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 ]]
4602023-10-17T20:51:50.764Z+ set -o errexit
4612023-10-17T20:51:50.776Z+++ dirname ./tools/ci_download_dendrite_stub
4622023-10-17T20:51:50.784Z++ cd ./tools
4632023-10-17T20:51:50.791Z++ pwd
4642023-10-17T20:51:50.799Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652023-10-17T20:51:50.805Z++ basename ./tools/ci_download_dendrite_stub
4662023-10-17T20:51:50.810Z+ ARG0=ci_download_dendrite_stub
4672023-10-17T20:51:50.814Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682023-10-17T20:51:50.818Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4692023-10-17T20:51:50.821Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4702023-10-17T20:51:50.828Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4712023-10-17T20:51:50.837Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722023-10-17T20:51:50.841Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4732023-10-17T20:51:50.847Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4742023-10-17T20:51:50.852Z+ TARGET_DIR=out
4752023-10-17T20:51:50.856Z+ DOWNLOAD_DIR=out/downloads
4762023-10-17T20:51:50.864Z+ DEST_DIR=./out/dendrite-stub
4772023-10-17T20:51:50.882Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782023-10-17T20:51:50.897Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792023-10-17T20:51:50.913Z+ REPO=oxidecomputer/dendrite
4802023-10-17T20:51:50.920Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4812023-10-17T20:51:50.929Z+ main
4822023-10-17T20:51:50.936Z+ [[ 0 != 0 ]]
4832023-10-17T20:51:50.945Z+ CIDL_OS=solaris2.11
4842023-10-17T20:51:50.952Z+ [[ 0 != 0 ]]
4852023-10-17T20:51:50.958Z+ configure_os solaris2.11
4862023-10-17T20:51:50.965Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872023-10-17T20:51:50.972Zcurrent directory: /work/oxidecomputer/omicron
4882023-10-17T20:51:50.978Z+ echo 'configuring based on OS: "solaris2.11"'
4892023-10-17T20:51:50.985Zconfiguring based on OS: "solaris2.11"
4902023-10-17T20:51:50.991Z+ case "$1" in
4912023-10-17T20:51:50.997Z+ SET_BINARIES=
4922023-10-17T20:51:51.003Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4932023-10-17T20:51:51.010Z+ CIDL_SHA256FUNC=do_sha256sum
4942023-10-17T20:51:51.016Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952023-10-17T20:51:51.022Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4962023-10-17T20:51:51.028Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972023-10-17T20:51:51.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
4982023-10-17T20:51:51.043ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4992023-10-17T20:51:51.051Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002023-10-17T20:51:51.060ZLocal file: out/downloads/dendrite-stub.tar.gz
5012023-10-17T20:51:51.083Z+ mkdir -p out/downloads
5022023-10-17T20:51:51.090Z+ mkdir -p ./out/dendrite-stub
5032023-10-17T20:51:51.095Z+ fetch_and_verify
5042023-10-17T20:51:51.102Z+ local DO_DOWNLOAD=true
5052023-10-17T20:51:51.108Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062023-10-17T20:51:51.114Z+ '[' true == true ']'
5072023-10-17T20:51:51.120Z+ echo Downloading...
5082023-10-17T20:51:51.128ZDownloading...
5092023-10-17T20:51:51.136Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102023-10-17T20:51:51.145Z+ 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
5112023-10-17T20:52:08.418Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122023-10-17T20:52:08.839Z++ sha256sum
5132023-10-17T20:52:08.852Z++ awk '{print $1}'
5142023-10-17T20:52:08.858Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5152023-10-17T20:52:08.864Z+ [[ 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 ]]
5162023-10-17T20:52:08.868Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172023-10-17T20:52:08.871Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182023-10-17T20:52:09.534Z+ do_assemble
5192023-10-17T20:52:09.543Z+ rm -r ./out/dendrite-stub
5202023-10-17T20:52:11.536Z+ mkdir ./out/dendrite-stub
5212023-10-17T20:52:11.545Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222023-10-17T20:52:11.558Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232023-10-17T20:52:11.568Z+ set -o errexit
5242023-10-17T20:52:11.582Z+++ dirname ./tools/ci_download_transceiver_control
5252023-10-17T20:52:11.592Z++ cd ./tools
5262023-10-17T20:52:11.601Z++ pwd
5272023-10-17T20:52:11.630Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282023-10-17T20:52:11.647Z++ basename ./tools/ci_download_transceiver_control
5292023-10-17T20:52:11.658Z+ ARG0=ci_download_transceiver_control
5302023-10-17T20:52:11.668Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5312023-10-17T20:52:11.676Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5322023-10-17T20:52:11.684Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5332023-10-17T20:52:11.690Z+ TARGET_DIR=out
5342023-10-17T20:52:11.701Z+ DOWNLOAD_DIR=out/downloads
5352023-10-17T20:52:11.709Z+ DEST_DIR=./out/transceiver-control
5362023-10-17T20:52:11.716Z+ BIN_DIR=/opt/oxide/bin
5372023-10-17T20:52:11.722Z+ BINARY=xcvradm
5382023-10-17T20:52:11.726Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392023-10-17T20:52:11.736Z+ REPO=oxidecomputer/transceiver-control
5402023-10-17T20:52:11.747Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5412023-10-17T20:52:11.756Z+ main
5422023-10-17T20:52:11.763Z+ [[ 0 != 0 ]]
5432023-10-17T20:52:11.766Z+ CIDL_OS=solaris2.11
5442023-10-17T20:52:11.769Z+ [[ 0 != 0 ]]
5452023-10-17T20:52:11.771Z+ configure_os solaris2.11
5462023-10-17T20:52:11.774Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472023-10-17T20:52:11.777Zcurrent directory: /work/oxidecomputer/omicron
5482023-10-17T20:52:11.780Z+ echo 'configuring based on OS: "solaris2.11"'
5492023-10-17T20:52:11.782Zconfiguring based on OS: "solaris2.11"
5502023-10-17T20:52:11.785Z+ case "$1" in
5512023-10-17T20:52:11.789Z+ SET_BINARIES=
5522023-10-17T20:52:11.792Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5532023-10-17T20:52:11.795Z+ CIDL_SHA256FUNC=do_sha256sum
5542023-10-17T20:52:11.798Z+ ARCHIVE_FILENAME=xcvradm.gz
5552023-10-17T20:52:11.803Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5562023-10-17T20:52:11.806Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5572023-10-17T20:52:11.809Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5582023-10-17T20:52:11.813ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-10-17T20:52:11.817Z+ echo 'Local file: out/downloads/xcvradm.gz'
5602023-10-17T20:52:11.820ZLocal file: out/downloads/xcvradm.gz
5612023-10-17T20:52:11.823Z+ mkdir -p out/downloads
5622023-10-17T20:52:11.825Z+ mkdir -p ./out/transceiver-control
5632023-10-17T20:52:11.828Z+ fetch_and_verify
5642023-10-17T20:52:11.831Z+ local DO_DOWNLOAD=true
5652023-10-17T20:52:11.834Z+ [[ -f out/downloads/xcvradm.gz ]]
5662023-10-17T20:52:11.837Z+ '[' true == true ']'
5672023-10-17T20:52:11.839Z+ echo Downloading...
5682023-10-17T20:52:11.842ZDownloading...
5692023-10-17T20:52:11.845Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5702023-10-17T20:52:11.850Z+ 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
5712023-10-17T20:52:14.512Z++ do_sha256sum out/downloads/xcvradm.gz
5722023-10-17T20:52:14.519Z++ sha256sum
5732023-10-17T20:52:14.524Z++ awk '{print $1}'
5742023-10-17T20:52:14.537Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752023-10-17T20:52:14.549Z+ [[ 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 ]]
5762023-10-17T20:52:14.555Z+ do_unpack out/downloads/xcvradm.gz
5772023-10-17T20:52:14.562Z+ mkdir -p out/downloads/root//opt/oxide/bin
5782023-10-17T20:52:14.567Z+ gzip -dc out/downloads/xcvradm.gz
5792023-10-17T20:52:14.712Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5802023-10-17T20:52:14.717Z+ do_assemble
5812023-10-17T20:52:14.727Z+ rm -r ./out/transceiver-control
5822023-10-17T20:52:14.742Z+ mkdir ./out/transceiver-control
5832023-10-17T20:52:14.752Z+ cp -r out/downloads/root ./out/transceiver-control/root
5842023-10-17T20:52:14.830ZAll prerequisites installed successfully
5852023-10-17T20:52:14.839Z
5862023-10-17T20:52:14.848Zreal 1:55.692226955
5872023-10-17T20:52:14.860Zuser 50.134385745
5882023-10-17T20:52:14.869Zsys 9.188730555
5892023-10-17T20:52:14.908Ztrap 0.021198988
5902023-10-17T20:52:14.944Ztflt 0.201177785
5912023-10-17T20:52:14.962Zdflt 0.887203912
5922023-10-17T20:52:14.991Zkflt 0.266768272
5932023-10-17T20:52:14.996Zlock 1.985334115
5942023-10-17T20:52:15.006Zslp 3:40.691743757
5952023-10-17T20:52:15.056Zlat 3.130285813
5962023-10-17T20:52:15.088Zstop 0.063908940
5972023-10-17T20:52:15.113Z+ ptime -m ./tools/ci_download_softnpu_machinery
5982023-10-17T20:52:15.148Zfetching npuzone
5992023-10-17T20:52:15.221ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6002023-10-17T20:52:15.269Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6012023-10-17T20:52:15.287ZGetting hash for npuzone
6022023-10-17T20:52:15.301Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6032023-10-17T20:52:25.573Znpuzone downloaded successfully
6042023-10-17T20:52:25.586Z
6052023-10-17T20:52:25.614Zreal 10.740073900
6062023-10-17T20:52:25.632Zuser 0.555333628
6072023-10-17T20:52:25.637Zsys 0.138543532
6082023-10-17T20:52:25.664Ztrap 0.000075891
6092023-10-17T20:52:25.670Ztflt 0.000000000
6102023-10-17T20:52:25.673Zdflt 0.000000000
6112023-10-17T20:52:25.676Zkflt 0.000000000
6122023-10-17T20:52:25.680Zlock 0.000000000
6132023-10-17T20:52:25.683Zslp 31.382752508
6142023-10-17T20:52:25.690Zlat 0.107823014
6152023-10-17T20:52:25.693Zstop 0.000273439
6162023-10-17T20:52:25.699Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6172023-10-17T20:52:25.943Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6182023-10-17T20:52:27.327Z Updating crates.io index
6192023-10-17T20:52:27.331Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6202023-10-17T20:52:28.169Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6212023-10-17T20:52:32.312Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6222023-10-17T20:52:33.128Z Updating git repository `http://github.com/oxidecomputer/tofino`
6232023-10-17T20:52:33.458Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6242023-10-17T20:52:34.798Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6252023-10-17T20:52:35.094Z Updating git repository `https://github.com/oxidecomputer/propolis`
6262023-10-17T20:52:36.009Z Updating git repository `https://github.com/oxidecomputer/crucible`
6272023-10-17T20:52:37.900Z Updating git repository `https://github.com/oxidecomputer/opte`
6282023-10-17T20:52:39.641Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6292023-10-17T20:52:40.001Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6302023-10-17T20:52:40.446Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6312023-10-17T20:52:41.043Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6322023-10-17T20:52:41.406Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6332023-10-17T20:52:41.790Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6342023-10-17T20:52:42.219Z Updating git repository `https://github.com/njaremko/samael`
6352023-10-17T20:52:42.686Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6362023-10-17T20:52:43.991Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6372023-10-17T20:52:44.410Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6382023-10-17T20:52:45.050Z Updating git repository `https://github.com/jgallagher/nix`
6392023-10-17T20:52:46.292Z Updating git repository `https://github.com/cbiffle/hubpack`
6402023-10-17T20:52:46.640Z Updating git repository `https://github.com/oxidecomputer/omicron`
6412023-10-17T20:52:56.714Z Updating git repository `https://github.com/oxidecomputer/rfb`
6422023-10-17T20:52:58.226Z Updating git repository `https://github.com/oxidecomputer/typify`
6432023-10-17T20:52:59.465Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6442023-10-17T20:52:59.891Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6452023-10-17T20:53:00.231Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6462023-10-17T20:53:02.927Z Downloading crates ...
6472023-10-17T20:53:03.442Z Downloaded addr2line v0.21.0
6482023-10-17T20:53:03.459Z Downloaded bit-set v0.5.3
6492023-10-17T20:53:03.470Z Downloaded home v0.5.5
6502023-10-17T20:53:03.477Z Downloaded bytesize v1.3.0
6512023-10-17T20:53:03.604Z Downloaded ident_case v1.0.1
6522023-10-17T20:53:03.608Z Downloaded hubpack_derive v0.1.1
6532023-10-17T20:53:03.611Z Downloaded bitstruct_derive v0.1.0
6542023-10-17T20:53:03.619Z Downloaded http-range v0.1.5
6552023-10-17T20:53:03.622Z Downloaded bit-vec v0.6.3
6562023-10-17T20:53:03.625Z Downloaded hex v0.4.3
6572023-10-17T20:53:03.630Z Downloaded hostname v0.3.1
6582023-10-17T20:53:03.634Z Downloaded httpdate v1.0.3
6592023-10-17T20:53:03.637Z Downloaded highway v1.1.0
6602023-10-17T20:53:03.640Z Downloaded keccak v0.1.4
6612023-10-17T20:53:03.644Z Downloaded iana-time-zone v0.1.57
6622023-10-17T20:53:03.651Z Downloaded new_debug_unreachable v1.0.4
6632023-10-17T20:53:03.654Z Downloaded inout v0.1.3
6642023-10-17T20:53:03.657Z Downloaded num_cpus v1.16.0
6652023-10-17T20:53:03.660Z Downloaded anstyle v1.0.2
6662023-10-17T20:53:03.666Z Downloaded aead v0.5.2
6672023-10-17T20:53:03.669Z Downloaded ascii-canvas v3.0.0
6682023-10-17T20:53:03.674Z Downloaded matches v0.1.10
6692023-10-17T20:53:03.677Z Downloaded colorchoice v1.0.0
6702023-10-17T20:53:03.681Z Downloaded num-integer v0.1.45
6712023-10-17T20:53:03.684Z Downloaded ciborium-io v0.2.1
6722023-10-17T20:53:03.688Z Downloaded colored v2.0.4
6732023-10-17T20:53:03.691Z Downloaded lock_api v0.4.10
6742023-10-17T20:53:03.695Z Downloaded maybe-uninit v2.0.0
6752023-10-17T20:53:03.698Z Downloaded cipher v0.4.4
6762023-10-17T20:53:03.701Z Downloaded ciborium-ll v0.2.1
6772023-10-17T20:53:03.704Z Downloaded libefi-sys v0.1.0
6782023-10-17T20:53:03.707Z Downloaded corncobs v0.1.3
6792023-10-17T20:53:03.710Z Downloaded cexpr v0.6.0
6802023-10-17T20:53:03.713Z Downloaded indexmap v1.9.3
6812023-10-17T20:53:03.719Z Downloaded heck v0.4.1
6822023-10-17T20:53:03.723Z Downloaded base64ct v1.6.0
6832023-10-17T20:53:03.726Z Downloaded backoff v0.4.0
6842023-10-17T20:53:03.729Z Downloaded clap v4.4.3
6852023-10-17T20:53:03.734Z Downloaded const-oid v0.9.5
6862023-10-17T20:53:03.739Z Downloaded scopeguard v1.2.0
6872023-10-17T20:53:03.743Z Downloaded crossbeam-deque v0.8.3
6882023-10-17T20:53:03.746Z Downloaded console v0.15.7
6892023-10-17T20:53:03.750Z Downloaded async-trait v0.1.73
6902023-10-17T20:53:03.753Z Downloaded path-slash v0.1.5
6912023-10-17T20:53:03.756Z Downloaded usdt-impl v0.3.5
6922023-10-17T20:53:03.759Z Downloaded memchr v2.6.3
6932023-10-17T20:53:03.762Z Downloaded doc-comment v0.3.3
6942023-10-17T20:53:03.765Z Downloaded ahash v0.8.3
6952023-10-17T20:53:03.768Z Downloaded anyhow v1.0.75
6962023-10-17T20:53:03.773Z Downloaded tinyvec_macros v0.1.1
6972023-10-17T20:53:03.776Z Downloaded strum_macros v0.25.2
6982023-10-17T20:53:03.779Z Downloaded memoffset v0.9.0
6992023-10-17T20:53:03.783Z Downloaded zerocopy v0.3.0
7002023-10-17T20:53:03.786Z Downloaded dirs-next v2.0.0
7012023-10-17T20:53:03.790Z Downloaded dirs-sys-next v0.1.2
7022023-10-17T20:53:03.796Z Downloaded slog-stdlog v4.1.1
7032023-10-17T20:53:03.800Z Downloaded pkg-config v0.3.27
7042023-10-17T20:53:03.803Z Downloaded ena v0.14.2
7052023-10-17T20:53:03.808Z Downloaded utf-8 v0.7.6
7062023-10-17T20:53:03.811Z Downloaded rustc_version v0.4.0
7072023-10-17T20:53:03.816Z Downloaded backtrace v0.3.69
7082023-10-17T20:53:03.819Z Downloaded libxml v0.3.3
7092023-10-17T20:53:03.823Z Downloaded float-cmp v0.9.0
7102023-10-17T20:53:03.826Z Downloaded term v0.7.0
7112023-10-17T20:53:03.829Z Downloaded universal-hash v0.5.1
7122023-10-17T20:53:03.833Z Downloaded oso-derive v0.26.4
7132023-10-17T20:53:03.838Z Downloaded parse-display v0.7.0
7142023-10-17T20:53:03.841Z Downloaded num_threads v0.1.6
7152023-10-17T20:53:03.844Z Downloaded vte_generate_state_changes v0.1.1
7162023-10-17T20:53:03.847Z Downloaded ff v0.13.0
7172023-10-17T20:53:03.852Z Downloaded time-macros v0.2.13
7182023-10-17T20:53:03.855Z Downloaded peeking_take_while v0.1.2
7192023-10-17T20:53:03.858Z Downloaded owo-colors v3.5.0
7202023-10-17T20:53:03.861Z Downloaded stable_deref_trait v1.2.0
7212023-10-17T20:53:03.864Z Downloaded waitgroup v0.1.2
7222023-10-17T20:53:03.867Z Downloaded subprocess v0.2.9
7232023-10-17T20:53:03.871Z Downloaded zone_cfg_derive v0.2.0
7242023-10-17T20:53:03.874Z Downloaded wait-timeout v0.2.0
7252023-10-17T20:53:03.877Z Downloaded shell-words v1.1.0
7262023-10-17T20:53:03.880Z Downloaded zone v0.2.0
7272023-10-17T20:53:03.884Z Downloaded number_prefix v0.4.0
7282023-10-17T20:53:03.887Z Downloaded structopt-derive v0.4.18
7292023-10-17T20:53:03.892Z Downloaded flagset v0.4.3
7302023-10-17T20:53:03.895Z Downloaded predicates v3.0.4
7312023-10-17T20:53:03.899Z Downloaded pem v1.1.1
7322023-10-17T20:53:03.905Z Downloaded cstr-argument v0.1.2
7332023-10-17T20:53:03.910Z Downloaded pest_generator v2.7.2
7342023-10-17T20:53:03.919Z Downloaded zeroize_derive v1.4.2
7352023-10-17T20:53:03.930Z Downloaded crucible-workspace-hack v0.1.0
7362023-10-17T20:53:03.933Z Downloaded rustc_version v0.1.7
7372023-10-17T20:53:03.936Z Downloaded tower-service v0.3.2
7382023-10-17T20:53:03.939Z Downloaded pretty-hex v0.2.1
7392023-10-17T20:53:03.942Z Downloaded tiny-keccak v2.0.2
7402023-10-17T20:53:03.944Z Downloaded crossbeam-queue v0.3.8
7412023-10-17T20:53:03.949Z Downloaded unicode-ident v1.0.12
7422023-10-17T20:53:03.952Z Downloaded packed_struct_codegen v0.10.1
7432023-10-17T20:53:03.956Z Downloaded omicron-zone-package v0.8.3
7442023-10-17T20:53:03.959Z Downloaded parking_lot_core v0.8.6
7452023-10-17T20:53:03.962Z Downloaded const_format v0.2.31
7462023-10-17T20:53:03.966Z Downloaded crypto-common v0.1.6
7472023-10-17T20:53:03.971Z Downloaded percent-encoding v2.3.0
7482023-10-17T20:53:03.974Z Downloaded typenum v1.16.0
7492023-10-17T20:53:03.977Z Downloaded tar v0.4.40
7502023-10-17T20:53:03.981Z Downloaded zeroize v1.6.0
7512023-10-17T20:53:04.017Z Downloaded fragile v2.0.0
7522023-10-17T20:53:04.028Z Downloaded snafu-derive v0.7.5
7532023-10-17T20:53:04.033Z Downloaded unicode-linebreak v0.1.5
7542023-10-17T20:53:04.038Z Downloaded same-file v1.0.6
7552023-10-17T20:53:04.042Z Downloaded toml v0.7.8
7562023-10-17T20:53:04.047Z Downloaded tracing-attributes v0.1.26
7572023-10-17T20:53:04.050Z Downloaded futures-core v0.3.28
7582023-10-17T20:53:04.053Z Downloaded papergrid v0.10.0
7592023-10-17T20:53:04.056Z Downloaded futures-io v0.3.28
7602023-10-17T20:53:04.059Z Downloaded parking_lot v0.11.2
7612023-10-17T20:53:04.064Z Downloaded structmeta v0.1.6
7622023-10-17T20:53:04.068Z Downloaded derive_builder_macro v0.12.0
7632023-10-17T20:53:04.072Z Downloaded password-hash v0.5.0
7642023-10-17T20:53:04.075Z Downloaded pest_derive v2.7.2
7652023-10-17T20:53:04.078Z Downloaded structopt v0.3.26
7662023-10-17T20:53:04.083Z Downloaded try-lock v0.2.4
7672023-10-17T20:53:04.087Z Downloaded spin v0.5.2
7682023-10-17T20:53:04.092Z Downloaded ed25519 v1.5.3
7692023-10-17T20:53:04.096Z Downloaded rustversion v1.0.14
7702023-10-17T20:53:04.100Z Downloaded salty v0.2.0
7712023-10-17T20:53:04.103Z Downloaded curve25519-dalek-derive v0.1.0
7722023-10-17T20:53:04.107Z Downloaded proc-macro-crate v1.3.1
7732023-10-17T20:53:04.115Z Downloaded test-strategy v0.2.1
7742023-10-17T20:53:04.121Z Downloaded foreign-types v0.3.2
7752023-10-17T20:53:04.126Z Downloaded difflib v0.4.0
7762023-10-17T20:53:04.132Z Downloaded serde-big-array v0.5.1
7772023-10-17T20:53:04.136Z Downloaded generic-array v0.14.7
7782023-10-17T20:53:04.141Z Downloaded secrecy v0.8.0
7792023-10-17T20:53:04.144Z Downloaded crossbeam-utils v0.8.16
7802023-10-17T20:53:04.147Z Downloaded foreign-types-shared v0.3.1
7812023-10-17T20:53:04.152Z Downloaded slog-bunyan v2.4.0
7822023-10-17T20:53:04.157Z Downloaded tungstenite v0.20.1
7832023-10-17T20:53:04.160Z Downloaded zip v0.6.6
7842023-10-17T20:53:04.165Z Downloaded crunchy v0.2.2
7852023-10-17T20:53:04.169Z Downloaded num_enum_derive v0.5.11
7862023-10-17T20:53:04.172Z Downloaded funty v2.0.0
7872023-10-17T20:53:04.176Z Downloaded fatfs v0.3.6
7882023-10-17T20:53:04.181Z Downloaded proc-macro-error v1.0.4
7892023-10-17T20:53:04.191Z Downloaded getopts v0.2.21
7902023-10-17T20:53:04.197Z Downloaded rayon-core v1.11.0
7912023-10-17T20:53:04.201Z Downloaded hashlink v0.8.3
7922023-10-17T20:53:04.206Z Downloaded pin-utils v0.1.0
7932023-10-17T20:53:04.210Z Downloaded radium v0.7.0
7942023-10-17T20:53:04.213Z Downloaded serde-hex v0.1.0
7952023-10-17T20:53:04.217Z Downloaded glob v0.3.1
7962023-10-17T20:53:04.220Z Downloaded predicates-tree v1.0.9
7972023-10-17T20:53:04.223Z Downloaded fnv v1.0.7
7982023-10-17T20:53:04.227Z Downloaded ron v0.8.1
7992023-10-17T20:53:04.230Z Downloaded dof v0.1.5
8002023-10-17T20:53:04.234Z Downloaded trust-dns-server v0.22.1
8012023-10-17T20:53:04.237Z Downloaded r2d2 v0.8.10
8022023-10-17T20:53:04.241Z Downloaded tokio-postgres v0.7.10
8032023-10-17T20:53:04.244Z Downloaded time v0.3.27
8042023-10-17T20:53:04.249Z Downloaded tungstenite v0.18.0
8052023-10-17T20:53:04.253Z Downloaded ron v0.7.1
8062023-10-17T20:53:04.258Z Downloaded pin-project-lite v0.2.13
8072023-10-17T20:53:04.262Z Downloaded digest v0.10.7
8082023-10-17T20:53:04.265Z Downloaded snafu v0.7.5
8092023-10-17T20:53:04.268Z Downloaded rand v0.8.5
8102023-10-17T20:53:04.272Z Downloaded headers v0.3.9
8112023-10-17T20:53:04.275Z Downloaded proc-macro2 v1.0.67
8122023-10-17T20:53:04.278Z Downloaded reedline v0.23.0
8132023-10-17T20:53:04.281Z Downloaded steno v0.4.0
8142023-10-17T20:53:04.285Z Downloaded aho-corasick v1.0.4
8152023-10-17T20:53:04.289Z Downloaded flume v0.11.0
8162023-10-17T20:53:04.292Z Downloaded petgraph v0.6.4
8172023-10-17T20:53:04.295Z Downloaded rustls-webpki v0.101.4
8182023-10-17T20:53:04.299Z Downloaded unicode-segmentation v1.10.1
8192023-10-17T20:53:04.303Z Downloaded gimli v0.28.0
8202023-10-17T20:53:04.306Z Downloaded webpki-roots v0.25.2
8212023-10-17T20:53:04.308Z Downloaded tough v0.12.5
8222023-10-17T20:53:04.311Z Downloaded hashbrown v0.13.2
8232023-10-17T20:53:04.315Z Downloaded crossterm v0.26.1
8242023-10-17T20:53:04.318Z Downloaded regex v1.9.5
8252023-10-17T20:53:04.322Z Downloaded diesel v2.1.1
8262023-10-17T20:53:04.325Z Downloaded hashbrown v0.12.3
8272023-10-17T20:53:04.329Z Downloaded sled v0.34.7
8282023-10-17T20:53:04.336Z Downloaded regex-automata v0.1.10
8292023-10-17T20:53:04.340Z Downloaded zerocopy-derive v0.6.3
8302023-10-17T20:53:04.343Z Downloaded syn v2.0.32
8312023-10-17T20:53:04.364Z Downloaded tokio v1.32.0
8322023-10-17T20:53:04.434Z Downloaded quick-xml v0.23.1
8332023-10-17T20:53:04.446Z Downloaded sha3 v0.10.8
8342023-10-17T20:53:04.462Z Downloaded proptest v1.3.1
8352023-10-17T20:53:04.477Z Downloaded bstr v0.2.17
8362023-10-17T20:53:04.500Z Downloaded object v0.30.4
8372023-10-17T20:53:04.517Z Downloaded git2 v0.17.2
8382023-10-17T20:53:04.537Z Downloaded smoltcp v0.8.2
8392023-10-17T20:53:04.551Z Downloaded rustix v0.38.9
8402023-10-17T20:53:04.590Z Downloaded curve25519-dalek v4.1.0
8412023-10-17T20:53:04.607Z Downloaded rustix v0.37.23
8422023-10-17T20:53:04.642Z Downloaded regex-syntax v0.7.5
8432023-10-17T20:53:04.658Z Downloaded bstr v1.6.0
8442023-10-17T20:53:04.679Z Downloaded regex-syntax v0.6.29
8452023-10-17T20:53:04.698Z Downloaded polar-core v0.26.4
8462023-10-17T20:53:04.710Z Downloaded libgit2-sys v0.15.2+1.6.4
8472023-10-17T20:53:04.819Z Downloaded openssl v0.10.57
8482023-10-17T20:53:04.835Z Downloaded ratatui v0.23.0
8492023-10-17T20:53:04.855Z Downloaded zerocopy-derive v0.2.0
8502023-10-17T20:53:04.875Z Downloaded bzip2-sys v0.1.11+1.0.8
8512023-10-17T20:53:04.900Z Downloaded regex-automata v0.3.8
8522023-10-17T20:53:04.929Z Downloaded libc v0.2.149
8532023-10-17T20:53:04.980Z Downloaded vcpkg v0.2.15
8542023-10-17T20:53:05.060Z Downloaded semver v1.0.18
8552023-10-17T20:53:05.507Z Downloaded syn v1.0.109
8562023-10-17T20:53:06.379Z Downloaded idna v0.4.0
8572023-10-17T20:53:06.382Z Downloaded hashbrown v0.14.0
8582023-10-17T20:53:06.386Z Downloaded trust-dns-proto v0.22.0
8592023-10-17T20:53:06.389Z Downloaded openapiv3 v1.0.3
8602023-10-17T20:53:06.391Z Downloaded tabled v0.14.0
8612023-10-17T20:53:06.395Z Downloaded idna v0.2.3
8622023-10-17T20:53:06.398Z Downloaded smoltcp v0.9.1
8632023-10-17T20:53:06.401Z Downloaded radix_trie v0.2.1
8642023-10-17T20:53:06.404Z Downloaded object v0.32.1
8652023-10-17T20:53:06.407Z Downloaded rustls v0.21.7
8662023-10-17T20:53:06.409Z Downloaded encoding_rs v0.8.33
8672023-10-17T20:53:06.412Z Downloaded chrono v0.4.31
8682023-10-17T20:53:06.416Z Downloaded bitvec v1.0.1
8692023-10-17T20:53:06.420Z Downloaded reqwest v0.11.20
8702023-10-17T20:53:06.423Z Downloaded regress v0.7.1
8712023-10-17T20:53:06.426Z Downloaded rayon v1.7.0
8722023-10-17T20:53:06.429Z Downloaded portable-atomic v1.4.3
8732023-10-17T20:53:06.432Z Downloaded hyper v0.14.27
8742023-10-17T20:53:06.435Z Downloaded toml_edit v0.20.0
8752023-10-17T20:53:06.438Z Downloaded tokio-util v0.7.8
8762023-10-17T20:53:06.441Z Downloaded nix v0.26.2
8772023-10-17T20:53:06.447Z Downloaded futures v0.3.28
8782023-10-17T20:53:06.460Z Downloaded unicode-normalization v0.1.22
8792023-10-17T20:53:06.471Z Downloaded serde_json v1.0.107
8802023-10-17T20:53:06.477Z Downloaded crossterm v0.27.0
8812023-10-17T20:53:06.484Z Downloaded winnow v0.5.15
8822023-10-17T20:53:06.490Z Downloaded serde_derive v1.0.188
8832023-10-17T20:53:06.497Z Downloaded num-bigint-dig v0.8.4
8842023-10-17T20:53:06.504Z Downloaded darling_core v0.14.4
8852023-10-17T20:53:06.512Z Downloaded either v1.9.0
8862023-10-17T20:53:06.524Z Downloaded serde_with v2.3.3
8872023-10-17T20:53:06.532Z Downloaded derive_more v0.99.17
8882023-10-17T20:53:06.544Z Downloaded futures-channel v0.3.28
8892023-10-17T20:53:06.559Z Downloaded trust-dns-client v0.22.0
8902023-10-17T20:53:06.562Z Downloaded h2 v0.3.21
8912023-10-17T20:53:06.565Z Downloaded quote v1.0.33
8922023-10-17T20:53:06.569Z Downloaded derive_builder_core v0.12.0
8932023-10-17T20:53:06.572Z Downloaded diesel_derives v2.1.1
8942023-10-17T20:53:06.575Z Downloaded prettyplease v0.2.12
8952023-10-17T20:53:06.578Z Downloaded lalrpop v0.19.12
8962023-10-17T20:53:06.581Z Downloaded trust-dns-resolver v0.22.0
8972023-10-17T20:53:06.584Z Downloaded x509-cert v0.2.4
8982023-10-17T20:53:06.587Z Downloaded scheduled-thread-pool v0.2.7
8992023-10-17T20:53:06.590Z Downloaded futures-task v0.3.28
9002023-10-17T20:53:06.594Z Downloaded pest_meta v2.7.2
9012023-10-17T20:53:06.598Z Downloaded tracing-core v0.1.31
9022023-10-17T20:53:06.601Z Downloaded libz-sys v1.1.12
9032023-10-17T20:53:06.605Z Downloaded rsa v0.9.2
9042023-10-17T20:53:06.608Z Downloaded group v0.13.0
9052023-10-17T20:53:06.611Z Downloaded walkdir v2.4.0
9062023-10-17T20:53:06.614Z Downloaded rcgen v0.10.0
9072023-10-17T20:53:06.617Z Downloaded tinyvec v1.6.0
9082023-10-17T20:53:06.621Z Downloaded futures-util v0.3.28
9092023-10-17T20:53:06.624Z Downloaded crypto-bigint v0.5.2
9102023-10-17T20:53:06.628Z Downloaded globset v0.4.13
9112023-10-17T20:53:06.631Z Downloaded aes v0.8.3
9122023-10-17T20:53:06.634Z Downloaded semver v0.1.20
9132023-10-17T20:53:06.637Z Downloaded diff v0.1.13
9142023-10-17T20:53:06.640Z Downloaded tracing v0.1.37
9152023-10-17T20:53:06.643Z Downloaded schemars v0.8.13
9162023-10-17T20:53:06.646Z Downloaded similar v2.2.1
9172023-10-17T20:53:06.649Z Downloaded darling v0.14.4
9182023-10-17T20:53:06.653Z Downloaded rustc-demangle v0.1.23
9192023-10-17T20:53:06.657Z Downloaded clap v2.34.0
9202023-10-17T20:53:06.662Z Downloaded pretty-hex v0.3.0
9212023-10-17T20:53:07.096Z Downloaded futures-macro v0.3.28
9222023-10-17T20:53:07.100Z Downloaded parking_lot_core v0.9.8
9232023-10-17T20:53:07.105Z Downloaded structmeta-derive v0.1.6
9242023-10-17T20:53:07.113Z Downloaded hkdf v0.12.3
9252023-10-17T20:53:07.116Z Downloaded darling v0.20.3
9262023-10-17T20:53:07.119Z Downloaded unsafe-libyaml v0.2.9
9272023-10-17T20:53:07.125Z Downloaded mio v0.8.8
9282023-10-17T20:53:07.132Z Downloaded slog-dtrace v0.2.3
9292023-10-17T20:53:07.143Z Downloaded foreign-types-shared v0.1.1
9302023-10-17T20:53:07.150Z Downloaded foreign-types-macros v0.2.3
9312023-10-17T20:53:07.156Z Downloaded want v0.3.1
9322023-10-17T20:53:07.168Z Downloaded headers-core v0.2.0
9332023-10-17T20:53:07.184Z Downloaded ref-cast-impl v1.0.20
9342023-10-17T20:53:07.194Z Downloaded slog-envlogger v2.2.0
9352023-10-17T20:53:07.198Z Downloaded foreign-types v0.5.0
9362023-10-17T20:53:07.201Z Downloaded proc-macro-error-attr v1.0.4
9372023-10-17T20:53:07.205Z Downloaded ref-cast v1.0.20
9382023-10-17T20:53:07.209Z Downloaded unicode-width v0.1.10
9392023-10-17T20:53:07.214Z Downloaded quick-error v1.2.3
9402023-10-17T20:53:07.217Z Downloaded form_urlencoded v1.2.0
9412023-10-17T20:53:07.221Z Downloaded serde_derive_internals v0.26.0
9422023-10-17T20:53:07.224Z Downloaded spin v0.9.8
9432023-10-17T20:53:07.229Z Downloaded itertools v0.11.0
9442023-10-17T20:53:07.232Z Downloaded rustls-native-certs v0.6.3
9452023-10-17T20:53:07.236Z Downloaded oso v0.26.4
9462023-10-17T20:53:07.240Z Downloaded crossbeam-channel v0.5.8
9472023-10-17T20:53:07.245Z Downloaded dyn-clone v1.0.13
9482023-10-17T20:53:07.248Z Downloaded downcast v0.11.0
9492023-10-17T20:53:07.252Z Downloaded phf_shared v0.10.0
9502023-10-17T20:53:07.255Z Downloaded rpassword v7.2.0
9512023-10-17T20:53:07.267Z Downloaded semver v0.11.0
9522023-10-17T20:53:07.271Z Downloaded futures-sink v0.3.28
9532023-10-17T20:53:07.276Z Downloaded flate2 v1.0.27
9542023-10-17T20:53:07.279Z Downloaded itertools v0.10.5
9552023-10-17T20:53:07.282Z Downloaded libsqlite3-sys v0.26.0
9562023-10-17T20:53:07.285Z Downloaded strsim v0.10.0
9572023-10-17T20:53:07.288Z Downloaded ctr v0.9.2
9582023-10-17T20:53:07.291Z Downloaded rand_chacha v0.3.1
9592023-10-17T20:53:07.296Z Downloaded ring v0.16.20
9602023-10-17T20:53:07.300Z Downloaded twox-hash v1.6.3
9612023-10-17T20:53:07.305Z Downloaded vte v0.11.1
9622023-10-17T20:53:07.313Z Downloaded rusqlite v0.29.0
9632023-10-17T20:53:07.334Z Downloaded parking_lot v0.12.1
9642023-10-17T20:53:07.341Z Downloaded rusty-fork v0.3.0
9652023-10-17T20:53:07.348Z Downloaded vsss-rs v3.3.1
9662023-10-17T20:53:07.356Z Downloaded unicode-bidi v0.3.13
9672023-10-17T20:53:07.361Z Downloaded ucd-trie v0.1.6
9682023-10-17T20:53:07.364Z Downloaded clap_builder v4.4.2
9692023-10-17T20:53:07.369Z Downloaded minimal-lexical v0.2.1
9702023-10-17T20:53:07.374Z Downloaded string_cache v0.8.7
9712023-10-17T20:53:07.377Z Downloaded toml v0.5.11
9722023-10-17T20:53:07.384Z Downloaded toml_edit v0.19.15
9732023-10-17T20:53:07.398Z Downloaded pest v2.7.2
9742023-10-17T20:53:07.824Z Downloaded serde_arrays v0.1.0
9752023-10-17T20:53:07.831Z Downloaded rand_core v0.6.4
9762023-10-17T20:53:08.247Z Downloaded unicase v2.7.0
9772023-10-17T20:53:08.250Z Downloaded elliptic-curve v0.13.5
9782023-10-17T20:53:08.254Z Downloaded thiserror-impl v1.0.49
9792023-10-17T20:53:08.257Z Downloaded thiserror v1.0.49
9802023-10-17T20:53:08.260Z Downloaded dtrace-parser v0.1.14
9812023-10-17T20:53:08.264Z Downloaded diesel_table_macro_syntax v0.1.0
9822023-10-17T20:53:08.271Z Downloaded bindgen v0.65.1
9832023-10-17T20:53:08.274Z Downloaded mockall_derive v0.11.4
9842023-10-17T20:53:08.278Z Downloaded pem-rfc7468 v0.7.0
9852023-10-17T20:53:08.281Z Downloaded schemars_derive v0.8.13
9862023-10-17T20:53:08.315Z Downloaded phf v0.11.2
9872023-10-17T20:53:08.324Z Downloaded tui-tree-widget v0.13.0
9882023-10-17T20:53:08.328Z Downloaded spki v0.7.2
9892023-10-17T20:53:08.332Z Downloaded poly1305 v0.8.0
9902023-10-17T20:53:08.335Z Downloaded num_enum_derive v0.7.0
9912023-10-17T20:53:08.339Z Downloaded ciborium v0.2.1
9922023-10-17T20:53:08.343Z Downloaded libm v0.2.7
9932023-10-17T20:53:08.346Z Downloaded thiserror-impl-no-std v2.0.2
9942023-10-17T20:53:08.350Z Downloaded textwrap v0.16.0
9952023-10-17T20:53:08.354Z Downloaded textwrap v0.11.0
9962023-10-17T20:53:08.357Z Downloaded termios v0.3.3
9972023-10-17T20:53:08.360Z Downloaded fastrand v2.0.0
9982023-10-17T20:53:08.364Z Downloaded once_cell v1.18.0
9992023-10-17T20:53:08.368Z Downloaded fallible-iterator v0.2.0
10002023-10-17T20:53:08.372Z Downloaded time-core v0.1.1
10012023-10-17T20:53:08.375Z Downloaded openssl-sys v0.9.93
10022023-10-17T20:53:08.378Z Downloaded unarray v0.1.4
10032023-10-17T20:53:08.381Z Downloaded wyz v0.5.1
10042023-10-17T20:53:08.384Z Downloaded toml v0.8.0
10052023-10-17T20:53:08.388Z Downloaded rustc-hash v1.1.0
10062023-10-17T20:53:08.391Z Downloaded serde_with_macros v2.3.3
10072023-10-17T20:53:08.394Z Downloaded predicates v2.1.5
10082023-10-17T20:53:08.397Z Downloaded postgres-types v0.2.6
10092023-10-17T20:53:08.400Z Downloaded untrusted v0.7.1
10102023-10-17T20:53:08.403Z Downloaded rustls-pemfile v1.0.3
10112023-10-17T20:53:08.406Z Downloaded paste v1.0.14
10122023-10-17T20:53:08.409Z Downloaded fd-lock v3.0.13
10132023-10-17T20:53:08.413Z Downloaded darling_core v0.20.3
10142023-10-17T20:53:08.415Z Downloaded packed_struct v0.10.1
10152023-10-17T20:53:08.418Z Downloaded fixedbitset v0.4.2
10162023-10-17T20:53:08.425Z Downloaded strum v0.25.0
10172023-10-17T20:53:08.429Z Downloaded endian-type v0.1.2
10182023-10-17T20:53:08.431Z Downloaded pkcs1 v0.7.5
10192023-10-17T20:53:08.434Z Downloaded yasna v0.5.2
10202023-10-17T20:53:08.437Z Downloaded tokio-tungstenite v0.20.1
10212023-10-17T20:53:08.440Z Downloaded tokio-tungstenite v0.18.0
10222023-10-17T20:53:08.443Z Downloaded tokio-stream v0.1.14
10232023-10-17T20:53:08.446Z Downloaded smallvec v1.11.0
10242023-10-17T20:53:08.449Z Downloaded slog-term v2.9.0
10252023-10-17T20:53:08.452Z Downloaded vec_map v0.8.2
10262023-10-17T20:53:08.455Z Downloaded filetime v0.2.22
10272023-10-17T20:53:08.458Z Downloaded thiserror-no-std v2.0.2
10282023-10-17T20:53:08.461Z Downloaded tokio-native-tls v0.3.1
10292023-10-17T20:53:08.464Z Downloaded arc-swap v1.6.0
10302023-10-17T20:53:08.467Z Downloaded postcard v0.7.3
10312023-10-17T20:53:08.470Z Downloaded der v0.7.8
10322023-10-17T20:53:08.473Z Downloaded signature v1.6.4
10332023-10-17T20:53:08.476Z Downloaded predicates-core v1.0.6
10342023-10-17T20:53:08.480Z Downloaded url v2.4.1
10352023-10-17T20:53:08.483Z Downloaded slog-async v2.8.0
10362023-10-17T20:53:08.486Z Downloaded serde_tokenstream v0.2.0
10372023-10-17T20:53:08.490Z Downloaded platforms v3.0.2
10382023-10-17T20:53:08.494Z Downloaded http v0.2.9
10392023-10-17T20:53:08.497Z Downloaded version_check v0.9.4
10402023-10-17T20:53:08.500Z Downloaded unicode-xid v0.2.4
10412023-10-17T20:53:08.503Z Downloaded thread_local v1.1.7
10422023-10-17T20:53:08.509Z Downloaded smallvec v0.6.14
10432023-10-17T20:53:08.513Z Downloaded path-dedot v3.1.0
10442023-10-17T20:53:08.516Z Downloaded enum-as-inner v0.5.1
10452023-10-17T20:53:08.519Z Downloaded slab v0.4.9
10462023-10-17T20:53:08.522Z Downloaded sha2 v0.10.7
10472023-10-17T20:53:08.525Z Downloaded ppv-lite86 v0.2.17
10482023-10-17T20:53:08.529Z Downloaded postgres-protocol v0.6.6
10492023-10-17T20:53:08.532Z Downloaded postcard-cobs v0.1.5-pre
10502023-10-17T20:53:08.535Z Downloaded pkcs8 v0.10.2
10512023-10-17T20:53:08.540Z Downloaded whoami v1.4.1
10522023-10-17T20:53:08.544Z Downloaded tokio-rustls v0.24.1
10532023-10-17T20:53:08.547Z Downloaded thread-id v4.2.0
10542023-10-17T20:53:08.550Z Downloaded termtree v0.4.1
10552023-10-17T20:53:08.554Z Downloaded terminal_size v0.2.6
10562023-10-17T20:53:08.557Z Downloaded signal-hook-tokio v0.3.1
10572023-10-17T20:53:08.560Z Downloaded getrandom v0.2.10
10582023-10-17T20:53:08.563Z Downloaded topological-sort v0.2.2
10592023-10-17T20:53:08.566Z Downloaded rand_xorshift v0.3.0
10602023-10-17T20:53:08.569Z Downloaded synstructure v0.12.6
10612023-10-17T20:53:08.572Z Downloaded indicatif v0.17.7
10622023-10-17T20:53:08.575Z Downloaded siphasher v0.3.11
10632023-10-17T20:53:08.578Z Downloaded signature v2.1.0
10642023-10-17T20:53:08.581Z Downloaded serde_tokenstream v0.1.7
10652023-10-17T20:53:08.584Z Downloaded precomputed-hash v0.1.1
10662023-10-17T20:53:08.587Z Downloaded zerocopy v0.6.3
10672023-10-17T20:53:08.594Z Downloaded xattr v1.0.1
10682023-10-17T20:53:08.597Z Downloaded tokio-macros v2.1.0
10692023-10-17T20:53:08.600Z Downloaded ringbuffer v0.15.0
10702023-10-17T20:53:08.604Z Downloaded resolv-conf v0.7.0
10712023-10-17T20:53:08.607Z Downloaded polyval v0.6.1
10722023-10-17T20:53:08.613Z Downloaded strum_macros v0.24.3
10732023-10-17T20:53:08.616Z Downloaded sct v0.7.0
10742023-10-17T20:53:08.620Z Downloaded allocator-api2 v0.2.16
10752023-10-17T20:53:08.628Z Downloaded phf_shared v0.11.2
10762023-10-17T20:53:08.639Z Downloaded path-absolutize v3.1.0
10772023-10-17T20:53:08.645Z Downloaded fallible-streaming-iterator v0.1.9
10782023-10-17T20:53:08.651Z Downloaded shlex v1.1.0
10792023-10-17T20:53:08.661Z Downloaded opaque-debug v0.3.0
10802023-10-17T20:53:08.671Z Downloaded miniz_oxide v0.7.1
10812023-10-17T20:53:08.684Z Downloaded crc-any v2.4.3
10822023-10-17T20:53:08.692Z Downloaded serde_urlencoded v0.7.1
10832023-10-17T20:53:08.700Z Downloaded serde_spanned v0.6.3
10842023-10-17T20:53:08.709Z Downloaded mime_guess v2.0.4
10852023-10-17T20:53:08.724Z Downloaded half v1.8.2
10862023-10-17T20:53:08.729Z Downloaded strip-ansi-escapes v0.2.0
10872023-10-17T20:53:08.736Z Downloaded stringprep v0.1.3
10882023-10-17T20:53:08.741Z Downloaded serde_yaml v0.9.25
10892023-10-17T20:53:08.747Z Downloaded data-encoding v2.4.0
10902023-10-17T20:53:08.754Z Downloaded darling_macro v0.20.3
10912023-10-17T20:53:08.760Z Downloaded darling_macro v0.14.4
10922023-10-17T20:53:08.764Z Downloaded which v4.4.0
10932023-10-17T20:53:08.769Z Downloaded ryu v1.0.15
10942023-10-17T20:53:08.774Z Downloaded toml_datetime v0.6.3
10952023-10-17T20:53:08.777Z Downloaded env_logger v0.10.0
10962023-10-17T20:53:08.781Z Downloaded vergen v8.2.4
10972023-10-17T20:53:08.784Z Downloaded uuid v1.4.1
10982023-10-17T20:53:08.788Z Downloaded tap v1.0.1
10992023-10-17T20:53:08.791Z Downloaded tabled_derive v0.6.0
11002023-10-17T20:53:08.797Z Downloaded subtle v2.5.0
11012023-10-17T20:53:08.802Z Downloaded strsim v0.8.0
11022023-10-17T20:53:08.805Z Downloaded num-bigint v0.4.4
11032023-10-17T20:53:08.809Z Downloaded cfg-if v1.0.0
11042023-10-17T20:53:08.812Z Downloaded signal-hook-registry v1.4.1
11052023-10-17T20:53:08.816Z Downloaded derive_builder v0.12.0
11062023-10-17T20:53:09.227Z Downloaded der_derive v0.7.2
11072023-10-17T20:53:09.230Z Downloaded serde v1.0.188
11082023-10-17T20:53:09.233Z Downloaded parse-display-derive v0.7.0
11092023-10-17T20:53:09.237Z Downloaded olpc-cjson v0.1.3
11102023-10-17T20:53:09.252Z Downloaded futures-executor v0.3.28
11112023-10-17T20:53:09.256Z Downloaded env_logger v0.9.3
11122023-10-17T20:53:09.260Z Downloaded derive-where v1.2.5
11132023-10-17T20:53:09.263Z Downloaded termcolor v1.2.0
11142023-10-17T20:53:09.266Z Downloaded openssl-probe v0.1.5
11152023-10-17T20:53:09.270Z Downloaded native-tls v0.2.11
11162023-10-17T20:53:09.273Z Downloaded log v0.4.20
11172023-10-17T20:53:09.276Z Downloaded display-error-chain v0.1.1
11182023-10-17T20:53:09.279Z Downloaded toolchain_find v0.2.0
11192023-10-17T20:53:09.283Z Downloaded openssl-macros v0.1.1
11202023-10-17T20:53:09.288Z Downloaded hash32 v0.2.1
11212023-10-17T20:53:09.291Z Downloaded deranged v0.3.8
11222023-10-17T20:53:09.294Z Downloaded debug-ignore v1.0.5
11232023-10-17T20:53:09.301Z Downloaded usdt-attr-macro v0.3.5
11242023-10-17T20:53:09.306Z Downloaded socket2 v0.5.3
11252023-10-17T20:53:09.310Z Downloaded slog v2.7.0
11262023-10-17T20:53:09.313Z Downloaded md-5 v0.10.5
11272023-10-17T20:53:09.316Z Downloaded const_format_proc_macros v0.2.31
11282023-10-17T20:53:09.319Z Downloaded cancel-safe-futures v0.1.2
11292023-10-17T20:53:09.324Z Downloaded fs-err v2.9.0
11302023-10-17T20:53:09.332Z Downloaded erased-serde v0.3.30
11312023-10-17T20:53:09.337Z Downloaded signal-hook v0.3.17
11322023-10-17T20:53:09.341Z Downloaded nom v7.1.3
11332023-10-17T20:53:09.345Z Downloaded nanorand v0.7.0
11342023-10-17T20:53:09.348Z Downloaded usdt v0.3.5
11352023-10-17T20:53:09.351Z Downloaded tempfile v3.8.0
11362023-10-17T20:53:09.354Z Downloaded take_mut v0.2.2
11372023-10-17T20:53:09.357Z Downloaded base64 v0.13.1
11382023-10-17T20:53:09.360Z Downloaded ascii v1.1.0
11392023-10-17T20:53:09.362Z Downloaded ansi_term v0.12.1
11402023-10-17T20:53:09.365Z Downloaded anstyle-parse v0.2.1
11412023-10-17T20:53:09.369Z Downloaded fxhash v0.2.1
11422023-10-17T20:53:09.372Z Downloaded socket2 v0.4.9
11432023-10-17T20:53:09.376Z Downloaded cc v1.0.83
11442023-10-17T20:53:09.378Z Downloaded errno v0.3.2
11452023-10-17T20:53:09.382Z Downloaded equivalent v1.0.1
11462023-10-17T20:53:09.385Z Downloaded utf8parse v0.2.1
11472023-10-17T20:53:09.388Z Downloaded usdt-macro v0.3.5
11482023-10-17T20:53:09.391Z Downloaded mockall v0.11.4
11492023-10-17T20:53:09.395Z Downloaded mime v0.3.17
11502023-10-17T20:53:09.398Z Downloaded managed v0.8.0
11512023-10-17T20:53:09.403Z Downloaded clap_lex v0.5.1
11522023-10-17T20:53:09.406Z Downloaded base16ct v0.2.0
11532023-10-17T20:53:09.409Z Downloaded autocfg v1.1.0
11542023-10-17T20:53:09.412Z Downloaded atomic-waker v1.1.1
11552023-10-17T20:53:09.416Z Downloaded chacha20poly1305 v0.10.1
11562023-10-17T20:53:09.419Z Downloaded static_assertions v1.1.0
11572023-10-17T20:53:09.422Z Downloaded smf v0.2.2
11582023-10-17T20:53:09.425Z Downloaded smawk v0.3.1
11592023-10-17T20:53:09.428Z Downloaded slog-scope v4.4.0
11602023-10-17T20:53:09.431Z Downloaded slog-json v2.6.1
11612023-10-17T20:53:09.434Z Downloaded signal-hook-mio v0.2.3
11622023-10-17T20:53:09.436Z Downloaded sha1 v0.10.5
11632023-10-17T20:53:09.439Z Downloaded serde_repr v0.1.16
11642023-10-17T20:53:09.442Z Downloaded serde_plain v1.0.2
11652023-10-17T20:53:09.446Z Downloaded serde_path_to_error v0.1.14
11662023-10-17T20:53:09.448Z Downloaded semver-parser v0.10.2
11672023-10-17T20:53:09.451Z Downloaded rustfmt-wrapper v0.2.0
11682023-10-17T20:53:09.454Z Downloaded num_enum v0.5.11
11692023-10-17T20:53:09.457Z Downloaded newtype_derive v0.1.6
11702023-10-17T20:53:09.459Z Downloaded match_cfg v0.1.0
11712023-10-17T20:53:09.462Z Downloaded crossbeam v0.8.2
11722023-10-17T20:53:09.465Z Downloaded crc32fast v1.3.2
11732023-10-17T20:53:09.468Z Downloaded chacha20 v0.9.1
11742023-10-17T20:53:09.471Z Downloaded base64 v0.21.4
11752023-10-17T20:53:09.474Z Downloaded clang-sys v1.6.1
11762023-10-17T20:53:09.476Z Downloaded nu-ansi-term v0.49.0
11772023-10-17T20:53:09.491Z Downloaded io-lifetimes v1.0.11
11782023-10-17T20:53:09.498Z Downloaded indexmap v2.0.0
11792023-10-17T20:53:09.502Z Downloaded heapless v0.7.16
11802023-10-17T20:53:09.504Z Downloaded cookie v0.16.2
11812023-10-17T20:53:09.507Z Downloaded atomicwrites v0.4.2
11822023-10-17T20:53:09.510Z Downloaded argon2 v0.5.2
11832023-10-17T20:53:09.514Z Downloaded async-stream v0.3.5
11842023-10-17T20:53:09.517Z Downloaded nodrop v0.1.14
11852023-10-17T20:53:09.521Z Downloaded linear-map v1.2.0
11862023-10-17T20:53:09.546Z Downloaded cargo_metadata v0.18.0
11872023-10-17T20:53:09.549Z Downloaded cargo-platform v0.1.3
11882023-10-17T20:53:09.552Z Downloaded async-recursion v1.0.5
11892023-10-17T20:53:09.555Z Downloaded array-init v0.0.4
11902023-10-17T20:53:09.559Z Downloaded serde-big-array v0.4.1
11912023-10-17T20:53:09.562Z Downloaded anstream v0.5.0
11922023-10-17T20:53:09.564Z Downloaded aes-gcm-siv v0.11.1
11932023-10-17T20:53:09.567Z Downloaded adler v1.0.2
11942023-10-17T20:53:09.570Z Downloaded rtoolbox v0.0.1
11952023-10-17T20:53:09.572Z Downloaded num_enum v0.7.0
11962023-10-17T20:53:09.576Z Downloaded num-derive v0.4.0
11972023-10-17T20:53:09.578Z Downloaded num v0.4.1
11982023-10-17T20:53:09.581Z Downloaded nibble_vec v0.1.0
11992023-10-17T20:53:09.584Z Downloaded memoffset v0.7.1
12002023-10-17T20:53:09.587Z Downloaded ipnetwork v0.20.0
12012023-10-17T20:53:09.590Z Downloaded clap_derive v4.4.2
12022023-10-17T20:53:09.592Z Downloaded cargo_toml v0.16.3
12032023-10-17T20:53:09.595Z Downloaded maplit v1.0.2
12042023-10-17T20:53:09.598Z Downloaded macaddr v1.0.1
12052023-10-17T20:53:09.601Z Downloaded bitstruct v0.1.1
12062023-10-17T20:53:09.604Z Downloaded cassowary v0.3.0
12072023-10-17T20:53:09.607Z Downloaded lru-cache v0.1.2
12082023-10-17T20:53:09.609Z Downloaded linked-hash-map v0.5.6
12092023-10-17T20:53:09.612Z Downloaded bitflags v2.4.0
12102023-10-17T20:53:09.615Z Downloaded jobserver v0.1.26
12112023-10-17T20:53:09.618Z Downloaded crc-catalog v2.2.0
12122023-10-17T20:53:09.621Z Downloaded camino-tempfile v1.0.2
12132023-10-17T20:53:09.624Z Downloaded block-padding v0.3.3
12142023-10-17T20:53:09.627Z Downloaded lazy_static v1.4.0
12152023-10-17T20:53:09.630Z Downloaded num-rational v0.4.1
12162023-10-17T20:53:09.632Z Downloaded num-complex v0.4.4
12172023-10-17T20:53:09.635Z Downloaded crossbeam-epoch v0.9.15
12182023-10-17T20:53:09.638Z Downloaded bytes v1.5.0
12192023-10-17T20:53:09.641Z Downloaded libloading v0.7.4
12202023-10-17T20:53:09.645Z Downloaded indoc v2.0.3
12212023-10-17T20:53:09.648Z Downloaded ipnet v2.8.0
12222023-10-17T20:53:09.651Z Downloaded hubpack v0.1.2
12232023-10-17T20:53:09.654Z Downloaded bitflags v1.3.2
12242023-10-17T20:53:09.657Z Downloaded atty v0.2.14
12252023-10-17T20:53:09.659Z Downloaded hyper-rustls v0.24.1
12262023-10-17T20:53:09.662Z Downloaded humantime v2.1.0
12272023-10-17T20:53:09.665Z Downloaded httparse v1.8.0
12282023-10-17T20:53:09.668Z Downloaded cfg-if v0.1.10
12292023-10-17T20:53:09.670Z Downloaded blake2 v0.10.6
12302023-10-17T20:53:09.673Z Downloaded lazycell v1.3.0
12312023-10-17T20:53:09.676Z Downloaded heck v0.3.3
12322023-10-17T20:53:09.679Z Downloaded assert_matches v1.5.0
12332023-10-17T20:53:09.681Z Downloaded async-stream-impl v0.3.5
12342023-10-17T20:53:09.685Z Downloaded anstyle-query v1.0.0
12352023-10-17T20:53:09.691Z Downloaded multer v2.1.0
12362023-10-17T20:53:09.694Z Downloaded num-traits v0.2.16
12372023-10-17T20:53:09.696Z Downloaded instant v0.1.12
12382023-10-17T20:53:09.699Z Downloaded num-iter v0.1.43
12392023-10-17T20:53:09.702Z Downloaded normalize-line-endings v0.3.0
12402023-10-17T20:53:09.705Z Downloaded crc v3.0.1
12412023-10-17T20:53:09.708Z Downloaded lalrpop-util v0.19.12
12422023-10-17T20:53:09.710Z Downloaded itoa v1.0.9
12432023-10-17T20:53:09.713Z Downloaded cpufeatures v0.2.9
12442023-10-17T20:53:09.716Z Downloaded convert_case v0.4.0
12452023-10-17T20:53:09.719Z Downloaded bitfield v0.14.0
12462023-10-17T20:53:09.722Z Downloaded bcs v0.1.5
12472023-10-17T20:53:09.724Z Downloaded impl-trait-for-tuples v0.2.2
12482023-10-17T20:53:09.727Z Downloaded hmac v0.12.1
12492023-10-17T20:53:09.729Z Downloaded bzip2 v0.4.4
12502023-10-17T20:53:09.732Z Downloaded hyper-tls v0.5.0
12512023-10-17T20:53:09.735Z Downloaded hyper-staticfile v0.9.5
12522023-10-17T20:53:09.738Z Downloaded camino v1.1.6
12532023-10-17T20:53:09.741Z Downloaded is-terminal v0.4.9
12542023-10-17T20:53:09.743Z Downloaded indoc v1.0.9
12552023-10-17T20:53:09.746Z Downloaded buf-list v1.0.3
12562023-10-17T20:53:09.749Z Downloaded block-buffer v0.10.4
12572023-10-17T20:53:09.752Z Downloaded bytecount v0.6.3
12582023-10-17T20:53:09.755Z Downloaded bit_field v0.10.2
12592023-10-17T20:53:09.758Z Downloaded bincode v1.3.3
12602023-10-17T20:53:09.760Z Downloaded http-body v0.4.5
12612023-10-17T20:53:09.763Z Downloaded byteorder v1.4.3
12622023-10-17T20:53:09.768Z Downloaded bb8 v0.8.1
12632023-10-17T20:53:09.771Z Compiling proc-macro2 v1.0.67
12642023-10-17T20:53:09.775Z Compiling unicode-ident v1.0.12
12652023-10-17T20:53:09.778Z Compiling libc v0.2.149
12662023-10-17T20:53:09.781Z Compiling serde v1.0.188
12672023-10-17T20:53:09.783Z Compiling autocfg v1.1.0
12682023-10-17T20:53:09.786Z Compiling version_check v0.9.4
12692023-10-17T20:53:09.789Z Compiling cfg-if v1.0.0
12702023-10-17T20:53:09.791Z Compiling syn v1.0.109
12712023-10-17T20:53:09.794Z Compiling once_cell v1.18.0
12722023-10-17T20:53:09.797Z Compiling libm v0.2.7
12732023-10-17T20:53:09.799Z Compiling parking_lot_core v0.9.8
12742023-10-17T20:53:09.802Z Compiling ahash v0.8.3
12752023-10-17T20:53:09.805Z Compiling lock_api v0.4.10
12762023-10-17T20:53:10.432Z Compiling num-traits v0.2.16
12772023-10-17T20:53:10.436Z Compiling thiserror v1.0.49
12782023-10-17T20:53:10.440Z Compiling typenum v1.16.0
12792023-10-17T20:53:10.443Z Compiling futures-core v0.3.28
12802023-10-17T20:53:10.793Z Compiling generic-array v0.14.7
12812023-10-17T20:53:10.896Z Compiling memchr v2.6.3
12822023-10-17T20:53:11.162Z Compiling itoa v1.0.9
12832023-10-17T20:53:11.622Z Compiling scopeguard v1.2.0
12842023-10-17T20:53:11.649Z Compiling pkg-config v0.3.27
12852023-10-17T20:53:12.072Z Compiling quote v1.0.33
12862023-10-17T20:53:12.211Z Compiling slab v0.4.9
12872023-10-17T20:53:12.634Z Compiling futures-task v0.3.28
12882023-10-17T20:53:13.067Z Compiling syn v2.0.32
12892023-10-17T20:53:13.109Z Compiling jobserver v0.1.26
12902023-10-17T20:53:13.312Z Compiling getrandom v0.2.10
12912023-10-17T20:53:13.775Z Compiling cc v1.0.83
12922023-10-17T20:53:13.958Z Compiling futures-channel v0.3.28
12932023-10-17T20:53:14.250Z Compiling futures-util v0.3.28
12942023-10-17T20:53:14.572Z Compiling log v0.4.20
12952023-10-17T20:53:15.324Z Compiling ryu v1.0.15
12962023-10-17T20:53:15.547Z Compiling pin-project-lite v0.2.13
12972023-10-17T20:53:15.592Z Compiling serde_json v1.0.107
12982023-10-17T20:53:15.756Z Compiling vcpkg v0.2.15
12992023-10-17T20:53:15.776Z Compiling schemars v0.8.13
13002023-10-17T20:53:15.931Z Compiling smallvec v1.11.0
13012023-10-17T20:53:18.285Z Compiling parking_lot v0.12.1
13022023-10-17T20:53:18.610Z Compiling ring v0.16.20
13032023-10-17T20:53:18.720Z Compiling openssl-sys v0.9.93
13042023-10-17T20:53:19.490Z Compiling heck v0.4.1
13052023-10-17T20:53:20.160Z Compiling num_cpus v1.16.0
13062023-10-17T20:53:20.843Z Compiling rand_core v0.6.4
13072023-10-17T20:53:21.215Z Compiling indexmap v1.9.3
13082023-10-17T20:53:21.557Z Compiling byteorder v1.4.3
13092023-10-17T20:53:21.622Z Compiling allocator-api2 v0.2.16
13102023-10-17T20:53:21.822Z Compiling spin v0.5.2
13112023-10-17T20:53:22.205Z Compiling httparse v1.8.0
13122023-10-17T20:53:22.326Z Compiling equivalent v1.0.1
13132023-10-17T20:53:22.347Z Compiling mio v0.8.8
13142023-10-17T20:53:22.473Z Compiling socket2 v0.5.3
13152023-10-17T20:53:22.910Z Compiling hashbrown v0.14.0
13162023-10-17T20:53:23.064Z Compiling signal-hook-registry v1.4.1
13172023-10-17T20:53:25.361Z Compiling serde_derive_internals v0.26.0
13182023-10-17T20:53:25.463Z Compiling semver v1.0.18
13192023-10-17T20:53:25.682Z Compiling fnv v1.0.7
13202023-10-17T20:53:25.770Z Compiling openssl v0.10.57
13212023-10-17T20:53:26.298Z Compiling rustls v0.21.7
13222023-10-17T20:53:26.807Z Compiling iana-time-zone v0.1.57
13232023-10-17T20:53:26.814Z Compiling ucd-trie v0.1.6
13242023-10-17T20:53:26.915Z Compiling native-tls v0.2.11
13252023-10-17T20:53:26.919Z Compiling unicode-xid v0.2.4
13262023-10-17T20:53:27.050Z Compiling crossbeam-utils v0.8.16
13272023-10-17T20:53:27.162Z Compiling synstructure v0.12.6
13282023-10-17T20:53:28.380Z Compiling futures-sink v0.3.28
13292023-10-17T20:53:28.906Z Compiling io-lifetimes v1.0.11
13302023-10-17T20:53:29.327Z Compiling backtrace v0.3.69
13312023-10-17T20:53:29.647Z Compiling dyn-clone v1.0.13
13322023-10-17T20:53:29.696Z Compiling tinyvec_macros v0.1.1
13332023-10-17T20:53:29.800Z Compiling tinyvec v1.6.0
13342023-10-17T20:53:30.222Z Compiling tracing-core v0.1.31
13352023-10-17T20:53:30.400Z Compiling memoffset v0.9.0
13362023-10-17T20:53:30.425Z Compiling num-integer v0.1.45
13372023-10-17T20:53:31.105Z Compiling rustix v0.38.9
13382023-10-17T20:53:31.109Z Compiling pin-utils v0.1.0
13392023-10-17T20:53:31.112Z Compiling subtle v2.5.0
13402023-10-17T20:53:31.116Z Compiling winnow v0.5.15
13412023-10-17T20:53:31.119Z Compiling futures-io v0.3.28
13422023-10-17T20:53:31.490Z Compiling rustix v0.37.23
13432023-10-17T20:53:35.667Z Compiling hashbrown v0.13.2
13442023-10-17T20:53:35.720Z Compiling aho-corasick v1.0.4
13452023-10-17T20:53:35.754Z Compiling usdt-impl v0.3.5
13462023-10-17T20:53:35.762Z Compiling unicode-normalization v0.1.22
13472023-10-17T20:53:35.777Z Compiling slog v2.7.0
13482023-10-17T20:53:35.844Z Compiling regex-syntax v0.7.5
13492023-10-17T20:53:35.893Z Compiling anyhow v1.0.75
13502023-10-17T20:53:35.907Z Compiling time-core v0.1.1
13512023-10-17T20:53:35.925Z Compiling bitflags v1.3.2
13522023-10-17T20:53:35.938Z Compiling unicode-bidi v0.3.13
13532023-10-17T20:53:35.952Z Compiling crc32fast v1.3.2
13542023-10-17T20:53:35.978Z Compiling const-oid v0.9.5
13552023-10-17T20:53:35.989Z Compiling serde_derive v1.0.188
13562023-10-17T20:53:36.037Z Compiling zeroize_derive v1.4.2
13572023-10-17T20:53:36.064Z Compiling thiserror-impl v1.0.49
13582023-10-17T20:53:37.253Z Compiling tokio-macros v2.1.0
13592023-10-17T20:53:37.396Z Compiling futures-macro v0.3.28
13602023-10-17T20:53:38.818Z Compiling tracing-attributes v0.1.26
13612023-10-17T20:53:38.821Z Compiling schemars_derive v0.8.13
13622023-10-17T20:53:38.911Z Compiling zeroize v1.6.0
13632023-10-17T20:53:40.517Z Compiling openssl-macros v0.1.1
13642023-10-17T20:53:40.947Z Compiling pest v2.7.2
13652023-10-17T20:53:41.608Z Compiling zerocopy-derive v0.2.0
13662023-10-17T20:53:42.167Z Compiling crypto-common v0.1.6
13672023-10-17T20:53:42.534Z Compiling block-buffer v0.10.4
13682023-10-17T20:53:43.415Z Compiling digest v0.10.7
13692023-10-17T20:53:43.961Z Compiling tracing v0.1.37
13702023-10-17T20:53:44.663Z Compiling regex-automata v0.3.8
13712023-10-17T20:53:44.873Z Compiling time-macros v0.2.13
13722023-10-17T20:53:45.357Z Compiling pest_meta v2.7.2
13732023-10-17T20:53:48.250Z Compiling pest_generator v2.7.2
13742023-10-17T20:53:52.232Z Compiling pest_derive v2.7.2
13752023-10-17T20:53:53.084Z Compiling bzip2-sys v0.1.11+1.0.8
13762023-10-17T20:53:53.553Z Compiling crossbeam-epoch v0.9.15
13772023-10-17T20:53:53.577Z Compiling async-trait v0.1.73
13782023-10-17T20:53:53.729Z Compiling ppv-lite86 v0.2.17
13792023-10-17T20:53:54.359Z Compiling zerocopy v0.3.0
13802023-10-17T20:53:55.056Z Compiling rand_chacha v0.3.1
13812023-10-17T20:53:55.613Z Compiling zerocopy-derive v0.6.3
13822023-10-17T20:53:56.684Z Compiling strsim v0.10.0
13832023-10-17T20:53:56.758Z Compiling base64 v0.21.4
13842023-10-17T20:53:57.685Z Compiling untrusted v0.7.1
13852023-10-17T20:53:57.875Z Compiling rand v0.8.5
13862023-10-17T20:53:58.534Z Compiling bytes v1.5.0
13872023-10-17T20:53:59.008Z Compiling indexmap v2.0.0
13882023-10-17T20:53:59.885Z Compiling uuid v1.4.1
13892023-10-17T20:54:00.099Z Compiling chrono v0.4.31
13902023-10-17T20:54:03.127Z Compiling tokio v1.32.0
13912023-10-17T20:54:03.649Z Compiling bitflags v2.4.0
13922023-10-17T20:54:03.800Z Compiling serde_spanned v0.6.3
13932023-10-17T20:54:04.561Z Compiling toml_datetime v0.6.3
13942023-10-17T20:54:04.943Z Compiling rustc_version v0.4.0
13952023-10-17T20:54:05.203Z Compiling toml_edit v0.19.15
13962023-10-17T20:54:05.967Z Compiling http v0.2.9
13972023-10-17T20:54:06.231Z Compiling heapless v0.7.16
13982023-10-17T20:54:10.238Z Compiling dof v0.1.5
13992023-10-17T20:54:11.679Z Compiling dtrace-parser v0.1.14
14002023-10-17T20:54:14.469Z Compiling regex v1.9.5
14012023-10-17T20:54:15.610Z Compiling errno v0.3.2
14022023-10-17T20:54:15.658Z Compiling thread-id v4.2.0
14032023-10-17T20:54:15.924Z Compiling num-bigint v0.4.4
14042023-10-17T20:54:16.154Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14052023-10-17T20:54:16.475Z Compiling tokio-util v0.7.8
14062023-10-17T20:54:16.982Z Compiling unicode-width v0.1.10
14072023-10-17T20:54:17.081Z Compiling openssl-probe v0.1.5
14082023-10-17T20:54:17.172Z Compiling radium v0.7.0
14092023-10-17T20:54:17.215Z Compiling hashbrown v0.12.3
14102023-10-17T20:54:17.557Z Compiling percent-encoding v2.3.0
14112023-10-17T20:54:18.051Z Compiling smoltcp v0.9.1
14122023-10-17T20:54:18.073Z Compiling foreign-types-shared v0.1.1
14132023-10-17T20:54:18.230Z Compiling foreign-types v0.3.2
14142023-10-17T20:54:20.545Z Compiling serde_tokenstream v0.1.7
14152023-10-17T20:54:22.110Z Compiling lazy_static v1.4.0
14162023-10-17T20:54:22.323Z Compiling socket2 v0.4.9
14172023-10-17T20:54:22.932Z Compiling unicode-segmentation v1.10.1
14182023-10-17T20:54:23.780Z Compiling try-lock v0.2.4
14192023-10-17T20:54:24.346Z Compiling adler v1.0.2
14202023-10-17T20:54:25.387Z Compiling siphasher v0.3.11
14212023-10-17T20:54:25.957Z Compiling miniz_oxide v0.7.1
14222023-10-17T20:54:26.636Z Compiling want v0.3.1
14232023-10-17T20:54:29.229Z Compiling h2 v0.3.21
14242023-10-17T20:54:29.502Z Compiling form_urlencoded v1.2.0
14252023-10-17T20:54:29.962Z Compiling http-body v0.4.5
14262023-10-17T20:54:30.136Z Compiling sct v0.7.0
14272023-10-17T20:54:30.599Z Compiling rustls-webpki v0.101.4
14282023-10-17T20:54:30.695Z Compiling hubpack_derive v0.1.1
14292023-10-17T20:54:32.255Z Compiling num-iter v0.1.43
14302023-10-17T20:54:32.494Z Compiling tower-service v0.3.2
14312023-10-17T20:54:32.659Z Compiling utf8parse v0.2.1
14322023-10-17T20:54:32.683Z Compiling cpufeatures v0.2.9
14332023-10-17T20:54:32.822Z Compiling httpdate v1.0.3
14342023-10-17T20:54:33.458Z Compiling anstyle v1.0.2
14352023-10-17T20:54:33.732Z Compiling anstyle-parse v0.2.1
14362023-10-17T20:54:33.991Z Compiling sha2 v0.10.7
14372023-10-17T20:54:39.717Z Compiling usdt-macro v0.3.5
14382023-10-17T20:54:39.772Z Compiling usdt-attr-macro v0.3.5
14392023-10-17T20:54:41.138Z Compiling hyper v0.14.27
14402023-10-17T20:54:41.394Z Compiling openapiv3 v1.0.3
14412023-10-17T20:54:42.275Z Compiling md-5 v0.10.5
14422023-10-17T20:54:42.631Z Compiling hmac v0.12.1
14432023-10-17T20:54:43.367Z Compiling rustls-pemfile v1.0.3
14442023-10-17T20:54:44.708Z Compiling idna v0.4.0
14452023-10-17T20:54:46.320Z Compiling stringprep v0.1.3
14462023-10-17T20:54:47.290Z Compiling diesel_table_macro_syntax v0.1.0
14472023-10-17T20:54:47.675Z Compiling hash32 v0.2.1
14482023-10-17T20:54:47.738Z Compiling spin v0.9.8
14492023-10-17T20:54:47.888Z Compiling gimli v0.28.0
14502023-10-17T20:54:48.248Z Compiling stable_deref_trait v1.2.0
14512023-10-17T20:54:48.334Z Compiling either v1.9.0
14522023-10-17T20:54:48.391Z Compiling anstyle-query v1.0.0
14532023-10-17T20:54:48.586Z Compiling colorchoice v1.0.0
14542023-10-17T20:54:48.818Z Compiling fallible-iterator v0.2.0
14552023-10-17T20:54:50.228Z Compiling postgres-protocol v0.6.6
14562023-10-17T20:54:50.483Z Compiling anstream v0.5.0
14572023-10-17T20:54:51.598Z Compiling diesel_derives v2.1.1
14582023-10-17T20:54:53.146Z Compiling url v2.4.1
14592023-10-17T20:54:53.155Z Compiling rustls-native-certs v0.6.3
14602023-10-17T20:54:55.594Z Compiling addr2line v0.21.0
14612023-10-17T20:54:57.126Z Compiling tokio-rustls v0.24.1
14622023-10-17T20:54:57.744Z Compiling tokio-native-tls v0.3.1
14632023-10-17T20:54:57.935Z Compiling terminal_size v0.2.6
14642023-10-17T20:54:58.219Z Compiling phf_shared v0.11.2
14652023-10-17T20:55:00.320Z Compiling serde_tokenstream v0.2.0
14662023-10-17T20:55:00.352Z Compiling block-padding v0.3.3
14672023-10-17T20:55:00.711Z Compiling enum-as-inner v0.5.1
14682023-10-17T20:55:01.163Z Compiling clap_derive v4.4.2
14692023-10-17T20:55:01.286Z Compiling serde_repr v0.1.16
14702023-10-17T20:55:02.799Z Compiling scheduled-thread-pool v0.2.7
14712023-10-17T20:55:02.974Z Compiling object v0.32.1
14722023-10-17T20:55:15.890Z Compiling rustc-demangle v0.1.23
14732023-10-17T20:55:16.078Z Compiling deranged v0.3.8
14742023-10-17T20:55:17.401Z Compiling tap v1.0.1
14752023-10-17T20:55:17.670Z Compiling clap_lex v0.5.1
14762023-10-17T20:55:18.389Z Compiling managed v0.8.0
14772023-10-17T20:55:18.449Z Compiling num_threads v0.1.6
14782023-10-17T20:55:18.627Z Compiling ipnet v2.8.0
14792023-10-17T20:55:20.392Z Compiling bit-vec v0.6.3
14802023-10-17T20:55:21.038Z Compiling regex-automata v0.1.10
14812023-10-17T20:55:21.209Z Compiling matches v0.1.10
14822023-10-17T20:55:21.873Z Compiling bstr v0.2.17
14832023-10-17T20:55:23.803Z Compiling idna v0.2.3
14842023-10-17T20:55:25.647Z Compiling time v0.3.27
14852023-10-17T20:55:26.123Z Compiling clap_builder v4.4.2
14862023-10-17T20:55:26.234Z Compiling wyz v0.5.1
14872023-10-17T20:55:28.654Z Compiling r2d2 v0.8.10
14882023-10-17T20:55:30.938Z Compiling inout v0.1.3
14892023-10-17T20:55:35.965Z Compiling phf v0.11.2
14902023-10-17T20:55:36.469Z Compiling hyper-tls v0.5.0
14912023-10-17T20:55:37.011Z Compiling hyper-rustls v0.24.1
14922023-10-17T20:55:37.358Z Compiling flate2 v1.0.27
14932023-10-17T20:55:38.063Z Compiling postgres-types v0.2.6
14942023-10-17T20:55:38.868Z Compiling itertools v0.11.0
14952023-10-17T20:55:39.208Z Compiling hubpack v0.1.2
14962023-10-17T20:55:39.433Z Compiling serde_urlencoded v0.7.1
14972023-10-17T20:55:39.904Z Compiling phf_shared v0.10.0
14982023-10-17T20:55:40.327Z Compiling ipnetwork v0.20.0
14992023-10-17T20:55:40.362Z Compiling zerocopy v0.6.3
15002023-10-17T20:55:41.657Z Compiling futures-executor v0.3.28
15012023-10-17T20:55:42.406Z Compiling regress v0.7.1
15022023-10-17T20:55:42.611Z Compiling float-cmp v0.9.0
15032023-10-17T20:55:42.684Z Compiling encoding_rs v0.8.33
15042023-10-17T20:55:43.816Z Compiling precomputed-hash v0.1.1
15052023-10-17T20:55:43.925Z Compiling predicates-core v1.0.6
15062023-10-17T20:55:44.438Z Compiling normalize-line-endings v0.3.0
15072023-10-17T20:55:44.615Z Compiling new_debug_unreachable v1.0.4
15082023-10-17T20:55:44.755Z Compiling smawk v0.3.1
15092023-10-17T20:55:45.075Z Compiling unicode-linebreak v0.1.5
15102023-10-17T20:55:45.947Z Compiling data-encoding v2.4.0
15112023-10-17T20:55:46.439Z Compiling static_assertions v1.1.0
15122023-10-17T20:55:46.584Z Compiling difflib v0.4.0
15132023-10-17T20:55:47.847Z Compiling mime v0.3.17
15142023-10-17T20:55:48.911Z Compiling webpki-roots v0.25.2
15152023-10-17T20:55:48.935Z Compiling fixedbitset v0.4.2
15162023-10-17T20:55:49.161Z Compiling whoami v1.4.1
15172023-10-17T20:55:49.270Z Compiling funty v2.0.0
15182023-10-17T20:55:49.930Z Compiling petgraph v0.6.4
15192023-10-17T20:55:49.937Z Compiling reqwest v0.11.20
15202023-10-17T20:55:50.023Z Compiling tokio-postgres v0.7.10
15212023-10-17T20:55:50.626Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15222023-10-17T20:55:52.412Z Compiling bitvec v1.0.1
15232023-10-17T20:55:56.329Z Compiling predicates v3.0.4
15242023-10-17T20:55:58.095Z Compiling trust-dns-proto v0.22.0
15252023-10-17T20:55:58.824Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15262023-10-17T20:56:00.152Z Compiling textwrap v0.16.0
15272023-10-17T20:56:06.876Z Compiling string_cache v0.8.7
15282023-10-17T20:56:09.275Z Compiling futures v0.3.28
15292023-10-17T20:56:09.453Z Compiling diesel v2.1.1
15302023-10-17T20:56:09.874Z Compiling yasna v0.5.2
15312023-10-17T20:56:10.326Z Compiling clap v4.4.3
15322023-10-17T20:56:10.480Z Compiling cipher v0.4.4
15332023-10-17T20:56:10.953Z Compiling similar v2.2.1
15342023-10-17T20:56:11.250Z Compiling bit-set v0.5.3
15352023-10-17T20:56:11.684Z Compiling itertools v0.10.5
15362023-10-17T20:56:12.548Z Compiling usdt v0.3.5
15372023-10-17T20:56:12.948Z Compiling console v0.15.7
15382023-10-17T20:56:13.771Z Compiling tokio-stream v0.1.14
15392023-10-17T20:56:14.477Z Compiling toml v0.7.8
15402023-10-17T20:56:15.089Z Compiling hex v0.4.3
15412023-10-17T20:56:15.290Z Compiling signature v2.1.0
15422023-10-17T20:56:15.823Z Compiling bstr v1.6.0
15432023-10-17T20:56:17.058Z Compiling lalrpop-util v0.19.12
15442023-10-17T20:56:20.069Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15452023-10-17T20:56:25.591Z Compiling ident_case v1.0.1
15462023-10-17T20:56:25.857Z Compiling rustversion v1.0.14
15472023-10-17T20:56:27.365Z Compiling darling_core v0.20.3
15482023-10-17T20:56:55.723Z Compiling crossbeam-channel v0.5.8
15492023-10-17T20:56:55.856Z Compiling atty v0.2.14
15502023-10-17T20:56:55.887Z Compiling proc-macro-error-attr v1.0.4
15512023-10-17T20:57:07.968Z Compiling darling_macro v0.20.3
15522023-10-17T20:57:14.244Z Compiling proc-macro-crate v1.3.1
15532023-10-17T20:57:17.251Z Compiling dirs-sys-next v0.1.2
15542023-10-17T20:57:19.555Z Compiling proc-macro-error v1.0.4
15552023-10-17T20:57:29.530Z Compiling dirs-next v2.0.0
15562023-10-17T20:57:32.693Z Compiling num_enum_derive v0.5.11
15572023-10-17T20:57:34.328Z Compiling strum_macros v0.25.2
15582023-10-17T20:57:41.053Z Compiling darling v0.20.3
15592023-10-17T20:57:44.114Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15602023-10-17T20:57:49.464Z Compiling getopts v0.2.21
15612023-10-17T20:57:49.916Z Compiling structmeta-derive v0.1.6
15622023-10-17T20:57:50.935Z Compiling thread_local v1.1.7
15632023-10-17T20:57:51.046Z Compiling multer v2.1.0
15642023-10-17T20:57:51.647Z Compiling match_cfg v0.1.0
15652023-10-17T20:57:51.829Z Compiling slog-async v2.8.0
15662023-10-17T20:57:52.549Z Compiling unsafe-libyaml v0.2.9
15672023-10-17T20:57:54.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682023-10-17T20:57:54.351Z Compiling camino v1.1.6
15692023-10-17T20:57:55.147Z Compiling paste v1.0.14
15702023-10-17T20:57:56.536Z Compiling serde_yaml v0.9.25
15712023-10-17T20:58:03.093Z Compiling structmeta v0.1.6
15722023-10-17T20:58:07.384Z Compiling hostname v0.3.1
15732023-10-17T20:58:08.801Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15742023-10-17T20:58:12.009Z Compiling serde_with_macros v2.3.3
15752023-10-17T20:58:12.705Z Compiling strum v0.25.0
15762023-10-17T20:58:15.877Z Compiling num_enum v0.5.11
15772023-10-17T20:58:17.166Z Compiling term v0.7.0
15782023-10-17T20:58:19.750Z Compiling slog-json v2.6.1
15792023-10-17T20:58:22.990Z Compiling async-stream-impl v0.3.5
15802023-10-17T20:58:23.908Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15812023-10-17T20:58:24.330Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15822023-10-17T20:58:24.941Z Compiling atomic-waker v1.1.1
15832023-10-17T20:58:25.240Z Compiling regex-syntax v0.6.29
15842023-10-17T20:58:25.335Z Compiling take_mut v0.2.2
15852023-10-17T20:58:25.381Z Compiling postcard-cobs v0.1.5-pre
15862023-10-17T20:58:26.097Z Compiling postcard v0.7.3
15872023-10-17T20:58:27.065Z Compiling waitgroup v0.1.2
15882023-10-17T20:58:27.645Z Compiling async-stream v0.3.5
15892023-10-17T20:58:27.652Z Compiling slog-bunyan v2.4.0
15902023-10-17T20:58:27.862Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15912023-10-17T20:58:27.922Z Compiling slog-term v2.9.0
15922023-10-17T20:58:31.450Z Compiling serde_with v2.3.3
15932023-10-17T20:58:35.020Z Compiling parse-display-derive v0.7.0
15942023-10-17T20:58:40.932Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15952023-10-17T20:58:41.150Z Compiling smoltcp v0.8.2
15962023-10-17T20:58:41.460Z Compiling sha1 v0.10.5
15972023-10-17T20:58:42.959Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15982023-10-17T20:58:43.703Z Compiling serde_path_to_error v0.1.14
15992023-10-17T20:58:44.109Z Compiling foreign-types-macros v0.2.3
16002023-10-17T20:58:45.044Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16012023-10-17T20:58:45.460Z Compiling instant v0.1.12
16022023-10-17T20:58:45.693Z Compiling debug-ignore v1.0.5
16032023-10-17T20:58:46.325Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16042023-10-17T20:58:46.344Z Compiling foreign-types-shared v0.3.1
16052023-10-17T20:58:46.359Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16062023-10-17T20:58:46.370Z Compiling cfg-if v0.1.10
16072023-10-17T20:58:46.408Z Compiling foreign-types v0.5.0
16082023-10-17T20:58:46.568Z Compiling backoff v0.4.0
16092023-10-17T20:58:46.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16102023-10-17T20:58:47.253Z Compiling parse-display v0.7.0
16112023-10-17T20:58:48.214Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16122023-10-17T20:58:48.463Z Compiling is-terminal v0.4.9
16132023-10-17T20:58:48.656Z Compiling macaddr v1.0.1
16142023-10-17T20:58:49.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16152023-10-17T20:58:51.018Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16162023-10-17T20:58:52.370Z Compiling cstr-argument v0.1.2
16172023-10-17T20:58:52.732Z Compiling base64ct v1.6.0
16182023-10-17T20:58:53.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16192023-10-17T20:58:53.571Z Compiling pretty-hex v0.2.1
16202023-10-17T20:58:53.927Z Compiling crucible-workspace-hack v0.1.0
16212023-10-17T20:58:54.026Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16222023-10-17T20:58:54.405Z Compiling password-hash v0.5.0
16232023-10-17T20:58:54.559Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242023-10-17T20:58:55.257Z Compiling colored v2.0.4
16252023-10-17T20:59:03.742Z Compiling textwrap v0.11.0
16262023-10-17T20:59:04.049Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16272023-10-17T20:59:04.136Z Compiling heck v0.3.3
16282023-10-17T20:59:04.197Z Compiling blake2 v0.10.6
16292023-10-17T20:59:04.261Z Compiling rayon-core v1.11.0
16302023-10-17T20:59:04.313Z Compiling libefi-sys v0.1.0
16312023-10-17T20:59:04.383Z Compiling strsim v0.8.0
16322023-10-17T20:59:04.442Z Compiling ansi_term v0.12.1
16332023-10-17T20:59:04.497Z Compiling vec_map v0.8.2
16342023-10-17T20:59:04.519Z Compiling clap v2.34.0
16352023-10-17T20:59:04.537Z Compiling argon2 v0.5.2
16362023-10-17T20:59:04.561Z Compiling structopt-derive v0.4.18
16372023-10-17T20:59:05.005Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16382023-10-17T20:59:05.036Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16392023-10-17T20:59:05.047Z Compiling zone_cfg_derive v0.2.0
16402023-10-17T20:59:05.437Z Compiling crossbeam-deque v0.8.3
16412023-10-17T20:59:05.884Z Compiling num-derive v0.4.0
16422023-10-17T20:59:06.056Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16432023-10-17T20:59:06.610Z Compiling portable-atomic v1.4.3
16442023-10-17T20:59:06.913Z Compiling keccak v0.1.4
16452023-10-17T20:59:08.036Z Compiling sha3 v0.10.8
16462023-10-17T20:59:08.410Z Compiling zone v0.2.0
16472023-10-17T20:59:09.519Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16482023-10-17T20:59:12.538Z Compiling structopt v0.3.26
16492023-10-17T20:59:12.782Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16502023-10-17T20:59:13.438Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16512023-10-17T20:59:15.162Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16522023-10-17T20:59:17.122Z Compiling hkdf v0.12.3
16532023-10-17T20:59:17.299Z Compiling smf v0.2.2
16542023-10-17T20:59:17.319Z Compiling secrecy v0.8.0
16552023-10-17T20:59:17.518Z Compiling xattr v1.0.1
16562023-10-17T20:59:17.712Z Compiling filetime v0.2.22
16572023-10-17T20:59:17.794Z Compiling fastrand v2.0.0
16582023-10-17T20:59:17.963Z Compiling same-file v1.0.6
16592023-10-17T20:59:18.212Z Compiling walkdir v2.4.0
16602023-10-17T20:59:18.422Z Compiling tempfile v3.8.0
16612023-10-17T20:59:19.001Z Compiling tar v0.4.40
16622023-10-17T20:59:21.794Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16632023-10-17T20:59:22.028Z Compiling rayon v1.7.0
16642023-10-17T20:59:23.070Z Compiling number_prefix v0.4.0
16652023-10-17T20:59:23.472Z Compiling omicron-zone-package v0.8.3
16662023-10-17T20:59:25.587Z Compiling topological-sort v0.2.2
16672023-10-17T20:59:31.242Z Compiling indicatif v0.17.7
16682023-10-17T20:59:42.899Z Compiling bzip2 v0.4.4
16692023-10-17T20:59:43.006Z Compiling zip v0.6.6
16702023-10-17T20:59:43.145Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16712023-10-17T20:59:43.277Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16722023-10-17T20:59:43.351Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16732023-10-17T20:59:43.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16742023-10-17T20:59:49.805Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16752023-10-17T20:59:49.820Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16762023-10-17T20:59:49.832Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16772023-10-17T21:00:03.459Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16782023-10-17T21:00:04.925Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16792023-10-17T21:00:39.674Z Finished release [optimized] target(s) in 8m 14s
16802023-10-17T21:00:39.935Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16812023-10-17T21:00:40.023ZCreated new build target 'test' and set it as active
16822023-10-17T21:00:40.033Z
16832023-10-17T21:00:40.043Zreal 8:14.440998463
16842023-10-17T21:00:40.052Zuser 51:03.574890322
16852023-10-17T21:00:40.061Zsys 4:35.837728342
16862023-10-17T21:00:40.075Ztrap 1.943631302
16872023-10-17T21:00:40.084Ztflt 4.952897906
16882023-10-17T21:00:40.095Zdflt 6.005663915
16892023-10-17T21:00:40.109Zkflt 0.030062525
16902023-10-17T21:00:40.123Zlock 1:49:30.430004601
16912023-10-17T21:00:40.138Zslp 2:47:51.175614751
16922023-10-17T21:00:40.148Zlat 2:18.031703521
16932023-10-17T21:00:40.159Zstop 3:56.377879721
16942023-10-17T21:00:40.169Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16952023-10-17T21:00:41.184Z Finished release [optimized] target(s) in 1.08s
16962023-10-17T21:00:41.242Z Running `target/release/omicron-package -t test package`
16972023-10-17T21:00:41.266ZOct 17 21:00:41.260 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16982023-10-17T21:00:42.472Z Compiling serde_json v1.0.107
16992023-10-17T21:00:42.520Z Compiling linked-hash-map v0.5.6
17002023-10-17T21:00:42.524Z Compiling slog-dtrace v0.2.3
17012023-10-17T21:00:42.536Z Compiling quick-error v1.2.3
17022023-10-17T21:00:42.542Z Compiling termcolor v1.2.0
17032023-10-17T21:00:42.545Z Compiling memoffset v0.7.1
17042023-10-17T21:00:42.548Z Compiling base64 v0.13.1
17052023-10-17T21:00:42.551Z Compiling libz-sys v1.1.12
17062023-10-17T21:00:42.729Z Compiling resolv-conf v0.7.0
17072023-10-17T21:00:42.988Z Compiling same-file v1.0.6
17082023-10-17T21:00:43.103Z Compiling lru-cache v0.1.2
17092023-10-17T21:00:43.287Z Compiling walkdir v2.4.0
17102023-10-17T21:00:43.726Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17112023-10-17T21:00:43.735Z Compiling trust-dns-resolver v0.22.0
17122023-10-17T21:00:43.748Z Compiling semver-parser v0.10.2
17132023-10-17T21:00:43.751Z Compiling cancel-safe-futures v0.1.2
17142023-10-17T21:00:43.957Z Compiling fastrand v2.0.0
17152023-10-17T21:00:44.180Z Compiling libgit2-sys v0.15.2+1.6.4
17162023-10-17T21:00:44.324Z Compiling filetime v0.2.22
17172023-10-17T21:00:44.740Z Compiling semver v0.11.0
17182023-10-17T21:00:44.751Z Compiling tempfile v3.8.0
17192023-10-17T21:00:44.754Z Compiling xattr v1.0.1
17202023-10-17T21:00:45.125Z Compiling num-rational v0.4.1
17212023-10-17T21:00:45.228Z Compiling utf-8 v0.7.6
17222023-10-17T21:00:45.934Z Compiling schemars v0.8.13
17232023-10-17T21:00:45.944Z Compiling reqwest v0.11.20
17242023-10-17T21:00:45.957Z Compiling openapiv3 v1.0.3
17252023-10-17T21:00:46.381Z Compiling usdt-impl v0.3.5
17262023-10-17T21:00:46.391Z Compiling postgres-types v0.2.6
17272023-10-17T21:00:46.613Z Compiling slog-json v2.6.1
17282023-10-17T21:00:47.435Z Compiling usdt v0.3.5
17292023-10-17T21:00:48.194Z Compiling tokio-postgres v0.7.10
17302023-10-17T21:00:53.238Z Compiling ipnetwork v0.20.0
17312023-10-17T21:00:54.661Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17322023-10-17T21:00:59.029Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-17T21:00:59.229Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17342023-10-17T21:01:01.482Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-17T21:01:01.601Z Compiling slog-bunyan v2.4.0
17362023-10-17T21:01:02.013Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17372023-10-17T21:01:02.859Z Compiling diesel v2.1.1
17382023-10-17T21:01:06.790Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17392023-10-17T21:01:07.070Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17402023-10-17T21:01:11.382Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17412023-10-17T21:01:11.708Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17422023-10-17T21:01:13.524Z Compiling home v0.5.5
17432023-10-17T21:01:13.854Z Compiling toolchain_find v0.2.0
17442023-10-17T21:01:14.680Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17452023-10-17T21:01:18.999Z Compiling tar v0.4.40
17462023-10-17T21:01:22.403Z Compiling pem-rfc7468 v0.7.0
17472023-10-17T21:01:23.146Z Compiling toml v0.5.11
17482023-10-17T21:01:25.330Z Compiling der_derive v0.7.2
17492023-10-17T21:01:26.551Z Compiling flagset v0.4.3
17502023-10-17T21:01:26.902Z Compiling rustfmt-wrapper v0.2.0
17512023-10-17T21:01:28.228Z Compiling omicron-zone-package v0.8.3
17522023-10-17T21:01:29.219Z Compiling der v0.7.8
17532023-10-17T21:01:33.130Z Compiling vergen v8.2.4
17542023-10-17T21:01:33.526Z Compiling fxhash v0.2.1
17552023-10-17T21:01:33.868Z Compiling num-complex v0.4.4
17562023-10-17T21:01:33.940Z Compiling unicase v2.7.0
17572023-10-17T21:01:34.383Z Compiling spki v0.7.2
17582023-10-17T21:01:35.253Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17592023-10-17T21:01:35.990Z Compiling num v0.4.1
17602023-10-17T21:01:36.141Z Compiling universal-hash v0.5.1
17612023-10-17T21:01:36.508Z Compiling libsqlite3-sys v0.26.0
17622023-10-17T21:01:36.820Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17632023-10-17T21:01:37.155Z Compiling arc-swap v1.6.0
17642023-10-17T21:01:37.839Z Compiling ciborium-io v0.2.1
17652023-10-17T21:01:38.012Z Compiling opaque-debug v0.3.0
17662023-10-17T21:01:38.151Z Compiling maybe-uninit v2.0.0
17672023-10-17T21:01:38.449Z Compiling semver v0.1.20
17682023-10-17T21:01:38.811Z Compiling half v1.8.2
17692023-10-17T21:01:39.455Z Compiling rustc_version v0.1.7
17702023-10-17T21:01:40.100Z Compiling ciborium-ll v0.2.1
17712023-10-17T21:01:40.899Z Compiling slog-scope v4.4.0
17722023-10-17T21:01:40.963Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17732023-10-17T21:01:42.910Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17742023-10-17T21:01:43.040Z Compiling crc-catalog v2.2.0
17752023-10-17T21:01:43.270Z Compiling packed_struct v0.10.1
17762023-10-17T21:01:43.848Z Compiling num-bigint-dig v0.8.4
17772023-10-17T21:01:44.235Z Compiling parking_lot_core v0.8.6
17782023-10-17T21:01:44.812Z Compiling signal-hook v0.3.17
17792023-10-17T21:01:45.267Z Compiling crc v3.0.1
17802023-10-17T21:01:49.257Z Compiling slog-stdlog v4.1.1
17812023-10-17T21:01:49.379Z Compiling ciborium v0.2.1
17822023-10-17T21:01:49.957Z Compiling newtype_derive v0.1.6
17832023-10-17T21:01:50.368Z Compiling pkcs8 v0.10.2
17842023-10-17T21:01:53.249Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17852023-10-17T21:01:53.258Z Compiling toml_edit v0.20.0
17862023-10-17T21:01:53.361Z Compiling hashlink v0.8.3
17872023-10-17T21:01:54.605Z Compiling aead v0.5.2
17882023-10-17T21:01:55.080Z Compiling nibble_vec v0.1.0
17892023-10-17T21:01:55.479Z Compiling packed_struct_codegen v0.10.1
17902023-10-17T21:01:56.582Z Compiling dirs-sys-next v0.1.2
17912023-10-17T21:01:57.405Z Compiling crunchy v0.2.2
17922023-10-17T21:01:58.028Z Compiling fallible-streaming-iterator v0.1.9
17932023-10-17T21:01:58.458Z Compiling glob v0.3.1
17942023-10-17T21:02:00.196Z Compiling nodrop v0.1.14
17952023-10-17T21:02:00.204Z Compiling doc-comment v0.3.3
17962023-10-17T21:02:00.217Z Compiling humantime v2.1.0
17972023-10-17T21:02:00.591Z Compiling endian-type v0.1.2
17982023-10-17T21:02:00.950Z Compiling radix_trie v0.2.1
17992023-10-17T21:02:01.632Z Compiling array-init v0.0.4
18002023-10-17T21:02:02.437Z Compiling clang-sys v1.6.1
18012023-10-17T21:02:03.787Z Compiling rusqlite v0.29.0
18022023-10-17T21:02:07.273Z Compiling toml v0.8.0
18032023-10-17T21:02:11.230Z Compiling dirs-next v2.0.0
18042023-10-17T21:02:12.006Z Compiling pkcs1 v0.7.5
18052023-10-17T21:02:12.156Z Compiling smallvec v0.6.14
18062023-10-17T21:02:12.922Z Compiling slog-envlogger v2.2.0
18072023-10-17T21:02:17.276Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082023-10-17T21:02:17.279Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18092023-10-17T21:02:17.522Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18102023-10-17T21:02:18.063Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18112023-10-17T21:02:18.307Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18122023-10-17T21:02:28.172Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18132023-10-17T21:02:28.472Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18142023-10-17T21:02:29.457Z Compiling nix v0.26.2
18152023-10-17T21:02:29.986Z Compiling num_enum_derive v0.7.0
18162023-10-17T21:02:30.032Z Compiling twox-hash v1.6.3
18172023-10-17T21:02:31.767Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18182023-10-17T21:02:33.353Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18192023-10-17T21:02:34.009Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18202023-10-17T21:02:35.157Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18212023-10-17T21:02:39.292Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18222023-10-17T21:02:42.906Z Compiling platforms v3.0.2
18232023-10-17T21:02:43.352Z Compiling bitfield v0.14.0
18242023-10-17T21:02:43.861Z Compiling prettyplease v0.2.12
18252023-10-17T21:02:44.268Z Compiling tiny-keccak v2.0.2
18262023-10-17T21:02:44.689Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18272023-10-17T21:02:45.215Z Compiling num_enum v0.7.0
18282023-10-17T21:02:45.469Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18292023-10-17T21:02:49.065Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18302023-10-17T21:02:50.187Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18312023-10-17T21:03:06.053Z Compiling parking_lot v0.11.2
18322023-10-17T21:03:07.040Z Compiling rsa v0.9.2
18332023-10-17T21:03:10.183Z Compiling serde-hex v0.1.0
18342023-10-17T21:03:13.140Z Compiling mime_guess v2.0.4
18352023-10-17T21:03:13.495Z Compiling term v0.7.0
18362023-10-17T21:03:14.059Z Compiling trust-dns-client v0.22.0
18372023-10-17T21:03:15.154Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18382023-10-17T21:03:15.692Z Compiling polyval v0.6.1
18392023-10-17T21:03:15.708Z Compiling x509-cert v0.2.4
18402023-10-17T21:03:16.233Z Compiling tungstenite v0.20.1
18412023-10-17T21:03:16.504Z Compiling env_logger v0.10.0
18422023-10-17T21:03:19.107Z Compiling ctr v0.9.2
18432023-10-17T21:03:19.653Z Compiling aes v0.8.3
18442023-10-17T21:03:22.930Z Compiling darling_core v0.14.4
18452023-10-17T21:03:24.043Z Compiling ron v0.8.1
18462023-10-17T21:03:25.800Z Compiling snafu-derive v0.7.5
18472023-10-17T21:03:31.992Z Compiling bincode v1.3.3
18482023-10-17T21:03:33.871Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
18492023-10-17T21:03:34.161Z Compiling convert_case v0.4.0
18502023-10-17T21:03:34.287Z Compiling minimal-lexical v0.2.1
18512023-10-17T21:03:34.819Z Compiling erased-serde v0.3.30
18522023-10-17T21:03:35.097Z Compiling crc-any v2.4.3
18532023-10-17T21:03:35.473Z Compiling derive_more v0.99.17
18542023-10-17T21:03:35.545Z Compiling nom v7.1.3
18552023-10-17T21:03:36.727Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18562023-10-17T21:03:38.190Z Compiling trust-dns-server v0.22.1
18572023-10-17T21:03:42.187Z Compiling snafu v0.7.5
18582023-10-17T21:03:44.168Z Compiling darling_macro v0.14.4
18592023-10-17T21:03:45.616Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18602023-10-17T21:03:47.953Z Compiling aes-gcm-siv v0.11.1
18612023-10-17T21:03:48.440Z Compiling tokio-tungstenite v0.20.1
18622023-10-17T21:03:49.416Z Compiling ascii-canvas v3.0.0
18632023-10-17T21:03:50.100Z Compiling steno v0.4.0
18642023-10-17T21:03:50.179Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18652023-10-17T21:03:50.196Z Compiling sled v0.34.7
18662023-10-17T21:03:58.041Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18672023-10-17T21:04:08.382Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18682023-10-17T21:04:08.598Z Compiling env_logger v0.9.3
18692023-10-17T21:04:09.013Z Compiling tungstenite v0.18.0
18702023-10-17T21:04:15.823Z Compiling object v0.30.4
18712023-10-17T21:04:16.447Z Compiling is-terminal v0.4.9
18722023-10-17T21:04:16.625Z Compiling ena v0.14.2
18732023-10-17T21:04:17.299Z Compiling bitstruct_derive v0.1.0
18742023-10-17T21:04:19.229Z Compiling derive-where v1.2.5
18752023-10-17T21:04:19.237Z Compiling async-recursion v1.0.5
18762023-10-17T21:04:19.259Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18772023-10-17T21:04:19.463Z Compiling libloading v0.7.4
18782023-10-17T21:04:20.028Z Compiling bindgen v0.65.1
18792023-10-17T21:04:20.224Z Compiling path-slash v0.1.5
18802023-10-17T21:04:20.554Z Compiling ascii v1.1.0
18812023-10-17T21:04:20.688Z Compiling pretty-hex v0.3.0
18822023-10-17T21:04:21.051Z Compiling linear-map v1.2.0
18832023-10-17T21:04:22.119Z Compiling ringbuffer v0.15.0
18842023-10-17T21:04:22.127Z Compiling diff v0.1.13
18852023-10-17T21:04:22.780Z Compiling lalrpop v0.19.12
18862023-10-17T21:04:22.902Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18872023-10-17T21:04:23.914Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18882023-10-17T21:04:27.395Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18892023-10-17T21:04:33.720Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18902023-10-17T21:04:38.165Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18912023-10-17T21:04:38.536Z Compiling bitstruct v0.1.1
18922023-10-17T21:04:38.705Z Compiling tokio-tungstenite v0.18.0
18932023-10-17T21:04:39.556Z Compiling curve25519-dalek v4.1.0
18942023-10-17T21:04:40.121Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18952023-10-17T21:04:45.266Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18962023-10-17T21:04:53.896Z Compiling darling v0.14.4
18972023-10-17T21:04:54.066Z Compiling cexpr v0.6.0
18982023-10-17T21:04:57.394Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18992023-10-17T21:04:58.127Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
19002023-10-17T21:04:59.503Z Compiling which v4.4.0
19012023-10-17T21:04:59.952Z Compiling ff v0.13.0
19022023-10-17T21:05:00.339Z Compiling path-dedot v3.1.0
19032023-10-17T21:05:00.357Z Compiling serde_arrays v0.1.0
19042023-10-17T21:05:00.598Z Compiling shlex v1.1.0
19052023-10-17T21:05:00.690Z Compiling lazycell v1.3.0
19062023-10-17T21:05:00.936Z Compiling peeking_take_while v0.1.2
19072023-10-17T21:05:00.983Z Compiling display-error-chain v0.1.1
19082023-10-17T21:05:01.134Z Compiling rustc-hash v1.1.0
19092023-10-17T21:05:01.227Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19102023-10-17T21:05:02.914Z Compiling path-absolutize v3.1.0
19112023-10-17T21:05:03.223Z Compiling group v0.13.0
19122023-10-17T21:05:03.488Z Compiling derive_builder_core v0.12.0
19132023-10-17T21:05:07.431Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19142023-10-17T21:05:10.624Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19152023-10-17T21:05:12.873Z Compiling polar-core v0.26.4
19162023-10-17T21:05:15.059Z Compiling olpc-cjson v0.1.3
19172023-10-17T21:05:15.114Z Compiling pem v1.1.1
19182023-10-17T21:05:16.376Z Compiling camino-tempfile v1.0.2
19192023-10-17T21:05:17.339Z Compiling globset v0.4.13
19202023-10-17T21:05:18.660Z Compiling crypto-bigint v0.5.2
19212023-10-17T21:05:18.704Z Compiling serde_plain v1.0.2
19222023-10-17T21:05:18.727Z Compiling curve25519-dalek-derive v0.1.0
19232023-10-17T21:05:18.740Z Compiling libxml v0.3.3
19242023-10-17T21:05:19.318Z Compiling thiserror-impl-no-std v2.0.2
19252023-10-17T21:05:20.453Z Compiling ref-cast v1.0.20
19262023-10-17T21:05:21.119Z Compiling base16ct v0.2.0
19272023-10-17T21:05:21.795Z Compiling buf-list v1.0.3
19282023-10-17T21:05:22.667Z Compiling elliptic-curve v0.13.5
19292023-10-17T21:05:23.542Z Compiling thiserror-no-std v2.0.2
19302023-10-17T21:05:23.739Z Compiling tough v0.12.5
19312023-10-17T21:05:24.719Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19322023-10-17T21:05:32.197Z Compiling derive_builder_macro v0.12.0
19332023-10-17T21:05:33.383Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19342023-10-17T21:05:36.515Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19352023-10-17T21:05:39.146Z Compiling poly1305 v0.8.0
19362023-10-17T21:05:39.670Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19372023-10-17T21:05:40.045Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19382023-10-17T21:05:40.497Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19392023-10-17T21:05:40.836Z Compiling chacha20 v0.9.1
19402023-10-17T21:05:41.581Z Compiling strum_macros v0.24.3
19412023-10-17T21:05:41.835Z Compiling const_format_proc_macros v0.2.31
19422023-10-17T21:05:43.517Z Compiling bcs v0.1.5
19432023-10-17T21:05:44.929Z Compiling ref-cast-impl v1.0.20
19442023-10-17T21:05:45.115Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19452023-10-17T21:05:45.521Z Compiling cookie v0.16.2
19462023-10-17T21:05:45.927Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19472023-10-17T21:05:46.360Z Compiling salty v0.2.0
19482023-10-17T21:05:46.684Z Compiling indoc v1.0.9
19492023-10-17T21:05:46.896Z Compiling highway v1.1.0
19502023-10-17T21:05:47.426Z Compiling signature v1.6.4
19512023-10-17T21:05:47.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19522023-10-17T21:05:48.095Z Compiling ed25519 v1.5.3
19532023-10-17T21:05:49.084Z Compiling const_format v0.2.31
19542023-10-17T21:05:49.271Z Compiling chacha20poly1305 v0.10.1
19552023-10-17T21:05:49.603Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19562023-10-17T21:05:50.931Z Compiling derive_builder v0.12.0
19572023-10-17T21:05:51.778Z Compiling vsss-rs v3.3.1
19582023-10-17T21:06:01.323Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19592023-10-17T21:06:04.717Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19602023-10-17T21:06:09.028Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19612023-10-17T21:06:11.938Z Compiling signal-hook-mio v0.2.3
19622023-10-17T21:06:12.214Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19632023-10-17T21:06:12.761Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19642023-10-17T21:06:13.153Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19652023-10-17T21:06:18.183Z Compiling ron v0.7.1
19662023-10-17T21:06:19.588Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19672023-10-17T21:06:24.703Z Compiling headers-core v0.2.0
19682023-10-17T21:06:24.953Z Compiling bb8 v0.8.1
19692023-10-17T21:06:25.867Z Compiling quick-xml v0.23.1
19702023-10-17T21:06:26.741Z Compiling serde-big-array v0.5.1
19712023-10-17T21:06:27.109Z Compiling impl-trait-for-tuples v0.2.2
19722023-10-17T21:06:27.915Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19732023-10-17T21:06:29.162Z Compiling oso-derive v0.26.4
19742023-10-17T21:06:29.629Z Compiling bit_field v0.10.2
19752023-10-17T21:06:30.051Z Compiling http-range v0.1.5
19762023-10-17T21:06:30.664Z Compiling maplit v1.0.2
19772023-10-17T21:06:30.839Z Compiling hyper-staticfile v0.9.5
19782023-10-17T21:06:30.973Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19792023-10-17T21:06:32.824Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
19802023-10-17T21:06:33.872Z Compiling headers v0.3.9
19812023-10-17T21:06:41.109Z Compiling crossterm v0.27.0
19822023-10-17T21:06:43.604Z Compiling oso v0.26.4
19832023-10-17T21:06:59.233Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19842023-10-17T21:07:02.435Z Compiling signal-hook-tokio v0.3.1
19852023-10-17T21:07:02.780Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19862023-10-17T21:07:03.181Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19872023-10-17T21:07:03.390Z Compiling serde-big-array v0.4.1
19882023-10-17T21:07:03.625Z Compiling indoc v2.0.3
19892023-10-17T21:07:05.156Z Compiling cassowary v0.3.0
19902023-10-17T21:07:05.317Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19912023-10-17T21:07:07.352Z Compiling ratatui v0.23.0
19922023-10-17T21:07:08.012Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19932023-10-17T21:07:12.935Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19942023-10-17T21:07:13.491Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19952023-10-17T21:07:15.556Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19962023-10-17T21:07:17.294Z Compiling fatfs v0.3.6
19972023-10-17T21:07:19.584Z Compiling bytesize v1.3.0
19982023-10-17T21:07:20.513Z Compiling nanorand v0.7.0
19992023-10-17T21:07:21.790Z Compiling rtoolbox v0.0.1
20002023-10-17T21:07:22.524Z Compiling corncobs v0.1.3
20012023-10-17T21:07:23.012Z Compiling fs-err v2.9.0
20022023-10-17T21:07:23.177Z Compiling assert_matches v1.5.0
20032023-10-17T21:07:23.319Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20042023-10-17T21:07:24.383Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20052023-10-17T21:07:24.620Z Compiling rpassword v7.2.0
20062023-10-17T21:07:25.255Z Compiling flume v0.11.0
20072023-10-17T21:07:25.685Z Compiling tui-tree-widget v0.13.0
20082023-10-17T21:07:26.549Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20092023-10-17T21:07:29.255Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20102023-10-17T21:07:32.891Z Compiling owo-colors v3.5.0
20112023-10-17T21:07:38.513Z Compiling shell-words v1.1.0
20122023-10-17T21:07:39.216Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20132023-10-17T21:07:53.098Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20142023-10-17T21:08:40.096Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20152023-10-17T21:08:53.881Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20162023-10-17T21:10:54.078Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20172023-10-17T21:12:44.179Z Compiling git2 v0.17.2
20182023-10-17T21:12:50.828Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20192023-10-17T21:12:52.564Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20202023-10-17T21:13:04.685Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20212023-10-17T21:13:20.232Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20222023-10-17T21:13:21.264Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20232023-10-17T21:13:23.604Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20242023-10-17T21:13:26.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252023-10-17T21:22:26.140Z Finished release [optimized] target(s) in 21m 44s
20262023-10-17T21:23:51.375Z
20272023-10-17T21:23:51.378Zreal 23:11.362718568
20282023-10-17T21:23:51.382Zuser 2:39:23.730302060
20292023-10-17T21:23:51.385Zsys 7:11.925418286
20302023-10-17T21:23:51.395Ztrap 5.162302627
20312023-10-17T21:23:51.400Ztflt 1.571245645
20322023-10-17T21:23:51.405Zdflt 3.960479405
20332023-10-17T21:23:51.410Zkflt 0.006235781
20342023-10-17T21:23:51.414Zlock 9:03:52.252535024
20352023-10-17T21:23:51.419Zslp 6:30:41.007560675
20362023-10-17T21:23:51.423Zlat 2:48.991820071
20372023-10-17T21:23:51.431Zstop 52.796899592
20382023-10-17T21:23:51.437Z+ 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/*)
20392023-10-17T21:23:51.443Z+ pfexec mkdir -p /work
20402023-10-17T21:23:51.448Z+ pfexec chown build /work
20412023-10-17T21:23:51.453Z+ 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
20422023-10-17T21:24:05.120ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20432023-10-17T21:24:05.123Za out/maghemite.tar 73201K
20442023-10-17T21:24:05.128Za out/omicron-sled-agent.tar 111365K
20452023-10-17T21:24:05.133Za out/target/test 1K
20462023-10-17T21:24:05.140Za out/npuzone/npuzone 36504K
20472023-10-17T21:24:05.145Za package-manifest.toml 21K
20482023-10-17T21:24:05.149Za smf/sled-agent/non-gimlet/config.toml 4K
20492023-10-17T21:24:05.152Za target/release/omicron-package 37170K
20502023-10-17T21:24:05.160Za tools/create_virtual_hardware.sh 3K
20512023-10-17T21:24:05.165Za tools/virtual_hardware.sh 4K
20522023-10-17T21:24:05.172Za tools/scrimlet/create-softnpu-zone.sh 1K
20532023-10-17T21:24:05.184Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20542023-10-17T21:24:05.191Za tools/scrimlet/softnpu-init.sh 3K
20552023-10-17T21:24:05.197Za tools/scrimlet/softnpu-zone.txt 1K
20562023-10-17T21:24:05.201Za tools/scrimlet/softnpu.toml 1K
20572023-10-17T21:24:05.207Z
20582023-10-17T21:24:05.212Zreal 13.730115684
20592023-10-17T21:24:05.223Zuser 13.134153826
20602023-10-17T21:24:05.235Zsys 1.074561995
20612023-10-17T21:24:05.241Ztrap 0.003322763
20622023-10-17T21:24:05.248Ztflt 0.000000000
20632023-10-17T21:24:05.252Zdflt 0.000000000
20642023-10-17T21:24:05.258Zkflt 0.000000000
20652023-10-17T21:24:05.262Zlock 0.000000000
20662023-10-17T21:24:05.266Zslp 12.827650407
20672023-10-17T21:24:05.270Zlat 0.416313003
20682023-10-17T21:24:05.274Zstop 0.000506116
20692023-10-17T21:24:05.279Z++ pwd
20702023-10-17T21:24:05.283Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20712023-10-17T21:24:05.287Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20722023-10-17T21:24:05.293Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20732023-10-17T21:24:06.301Z Finished release [optimized] target(s) in 1.09s
20742023-10-17T21:24:06.330Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20752023-10-17T21:24:06.372ZCreated new build target 'host' and set it as active
20762023-10-17T21:24:06.376Z
20772023-10-17T21:24:06.380Zreal 1.243658894
20782023-10-17T21:24:06.385Zuser 0.885003427
20792023-10-17T21:24:06.389Zsys 0.359119447
20802023-10-17T21:24:06.395Ztrap 0.000256335
20812023-10-17T21:24:06.399Ztflt 0.000004969
20822023-10-17T21:24:06.404Zdflt 0.000045477
20832023-10-17T21:24:06.407Zkflt 0.000000000
20842023-10-17T21:24:06.411Zlock 0.033001766
20852023-10-17T21:24:06.415Zslp 0.019810755
20862023-10-17T21:24:06.417Zlat 0.001913828
20872023-10-17T21:24:06.422Zstop 0.000213063
20882023-10-17T21:24:06.426Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20892023-10-17T21:24:07.498Z Finished release [optimized] target(s) in 1.04s
20902023-10-17T21:24:07.524Z Running `target/release/omicron-package -t host package`
20912023-10-17T21:24:07.565ZOct 17 21:24:07.566 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20922023-10-17T21:24:08.741Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20932023-10-17T21:27:41.808Z Finished release [optimized] target(s) in 3m 34s
20942023-10-17T21:28:59.881Z
20952023-10-17T21:28:59.895Zreal 4:53.495570859
20962023-10-17T21:28:59.905Zuser 20:53.024865252
20972023-10-17T21:28:59.911Zsys 1:09.640519650
20982023-10-17T21:28:59.917Ztrap 0.537670876
20992023-10-17T21:28:59.921Ztflt 0.021676194
21002023-10-17T21:28:59.923Zdflt 1.455751781
21012023-10-17T21:28:59.927Zkflt 0.055982438
21022023-10-17T21:28:59.929Zlock 1:11:15.155492748
21032023-10-17T21:28:59.932Zslp 16:46.174948559
21042023-10-17T21:28:59.934Zlat 7.718425913
21052023-10-17T21:28:59.937Zstop 0.618529535
21062023-10-17T21:28:59.940Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21072023-10-17T21:28:59.943Z+ for package in "$@"
21082023-10-17T21:28:59.946Z+ [[ omicron-sled-agent == maghemite ]]
21092023-10-17T21:28:59.948Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git2670d9240dd
21102023-10-17T21:29:01.049Z Finished release [optimized] target(s) in 1.09s
21112023-10-17T21:29:01.080Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git2670d9240dd`
21122023-10-17T21:29:01.123ZOct 17 21:29:01.123 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21132023-10-17T21:29:01.677ZCreated: out/versioned/omicron-sled-agent.tar
21142023-10-17T21:29:01.681Z+ for package in "$@"
21152023-10-17T21:29:01.684Z+ [[ maghemite == maghemite ]]
21162023-10-17T21:29:01.687Z+ echo 0.0.0
21172023-10-17T21:29:01.692Z+ tar rvf out/maghemite.tar VERSION
21182023-10-17T21:29:01.696Za VERSION 1K
21192023-10-17T21:29:01.699Z+ rm VERSION
21202023-10-17T21:29:01.702Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git2670d9240dd
21212023-10-17T21:29:02.827Z Finished release [optimized] target(s) in 1.06s
21222023-10-17T21:29:02.858Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git2670d9240dd`
21232023-10-17T21:29:02.900ZOct 17 21:29:02.901 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21242023-10-17T21:29:03.261ZCreated: out/versioned/maghemite.tar
21252023-10-17T21:29:03.266Z+ for package in "$@"
21262023-10-17T21:29:03.270Z+ [[ propolis-server == maghemite ]]
21272023-10-17T21:29:03.273Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git2670d9240dd
21282023-10-17T21:29:04.410Z Finished release [optimized] target(s) in 1.07s
21292023-10-17T21:29:04.438Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git2670d9240dd`
21302023-10-17T21:29:04.480ZOct 17 21:29:04.480 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21312023-10-17T21:29:06.304ZCreated: out/versioned/propolis-server.tar.gz
21322023-10-17T21:29:06.307Z+ for package in "$@"
21332023-10-17T21:29:06.310Z+ [[ overlay == maghemite ]]
21342023-10-17T21:29:06.313Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git2670d9240dd
21352023-10-17T21:29:07.476Z Finished release [optimized] target(s) in 1.08s
21362023-10-17T21:29:07.505Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git2670d9240dd`
21372023-10-17T21:29:07.546ZOct 17 21:29:07.547 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21382023-10-17T21:29:07.549ZCreated: out/versioned/overlay.tar.gz
21392023-10-17T21:29:07.552Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21402023-10-17T21:29:07.563Z+++ dirname -- ./tools/build-global-zone-packages.sh
21412023-10-17T21:29:07.566Z++ cd -- ./tools
21422023-10-17T21:29:07.569Z++ pwd
21432023-10-17T21:29:07.572Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21442023-10-17T21:29:07.575Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21452023-10-17T21:29:07.579Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21462023-10-17T21:29:07.581Z++ readlink -f /work
21472023-10-17T21:29:07.584Z+ out_dir=/work
21482023-10-17T21:29:07.587Z+ 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")
21492023-10-17T21:29:07.590Z+ for dep in "${deps[@]}"
21502023-10-17T21:29:07.595Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21512023-10-17T21:29:07.599Z+ for dep in "${deps[@]}"
21522023-10-17T21:29:07.602Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21532023-10-17T21:29:07.605Z+ for dep in "${deps[@]}"
21542023-10-17T21:29:07.608Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21552023-10-17T21:29:07.611Z+ for dep in "${deps[@]}"
21562023-10-17T21:29:07.619Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21572023-10-17T21:29:07.622Z++ mktemp -d
21582023-10-17T21:29:07.625Z+ tmp_gz=/tmp/tmp.67aGoi
21592023-10-17T21:29:07.628Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21602023-10-17T21:29:07.630Z+ echo '{"v":"1","t":"layer"}'
21612023-10-17T21:29:07.633Z+ pkg_dir=/tmp/tmp.67aGoi/root/opt/oxide/sled-agent
21622023-10-17T21:29:07.636Z+ mkdir -p /tmp/tmp.67aGoi/root/opt/oxide/sled-agent
21632023-10-17T21:29:07.639Z+ cd /tmp/tmp.67aGoi/root/opt/oxide/sled-agent
21642023-10-17T21:29:07.641Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21652023-10-17T21:29:07.701Zx ., 0 bytes, 0 tape blocks
21662023-10-17T21:29:07.705Zx zone-bundle, 34393328 bytes, 67175 tape blocks
21672023-10-17T21:29:07.709Zx sled-agent, 79319120 bytes, 154921 tape blocks
21682023-10-17T21:29:07.724Zx pkg, 0 bytes, 0 tape blocks
21692023-10-17T21:29:07.735Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21702023-10-17T21:29:07.743Zx pkg/README.md, 54 bytes, 1 tape blocks
21712023-10-17T21:29:07.747Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21722023-10-17T21:29:07.751Zx VERSION, 25 bytes, 1 tape blocks
21732023-10-17T21:29:07.755Z+ mkdir -p /tmp/tmp.67aGoi/root/lib/svc/manifest/site/
21742023-10-17T21:29:07.759Z+ mv pkg/manifest.xml /tmp/tmp.67aGoi/root/lib/svc/manifest/site/sled-agent.xml
21752023-10-17T21:29:07.764Z+ cd -
21762023-10-17T21:29:07.767Z/work/oxidecomputer/omicron
21772023-10-17T21:29:07.770Z+ pkg_dir=/tmp/tmp.67aGoi/root/opt/oxide/mg-ddm
21782023-10-17T21:29:07.772Z+ mkdir -p /tmp/tmp.67aGoi/root/opt/oxide/mg-ddm
21792023-10-17T21:29:07.775Z+ cd /tmp/tmp.67aGoi/root/opt/oxide/mg-ddm
21802023-10-17T21:29:07.778Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21812023-10-17T21:29:07.789Zx ., 0 bytes, 0 tape blocks
21822023-10-17T21:29:07.801Zx ddmadm, 39360576 bytes, 76877 tape blocks
21832023-10-17T21:29:07.811Zx ddmd, 35588120 bytes, 69509 tape blocks
21842023-10-17T21:29:08.229Zx pkg, 0 bytes, 0 tape blocks
21852023-10-17T21:29:08.235Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21862023-10-17T21:29:08.242Zx pkg/ddm, 0 bytes, 0 tape blocks
21872023-10-17T21:29:08.271Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21882023-10-17T21:29:08.687Zx VERSION, 25 bytes, 1 tape blocks
21892023-10-17T21:29:08.723Z+ cd -
21902023-10-17T21:29:08.730Z/work/oxidecomputer/omicron
21912023-10-17T21:29:08.733Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.67aGoi/root/opt/oxide
21922023-10-17T21:29:08.742Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.67aGoi/root/opt/oxide
21932023-10-17T21:29:08.746Z+ cd /tmp/tmp.67aGoi
21942023-10-17T21:29:08.750Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21952023-10-17T21:29:20.131ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21962023-10-17T21:29:20.134Za oxide.json 1K
21972023-10-17T21:29:20.139Za root/ 0K
21982023-10-17T21:29:20.144Za root/opt/ 0K
21992023-10-17T21:29:20.147Za root/opt/oxide/ 0K
22002023-10-17T21:29:20.150Za root/opt/oxide/sled-agent/ 0K
22012023-10-17T21:29:20.153Za root/opt/oxide/sled-agent/zone-bundle 33588K
22022023-10-17T21:29:20.156Za root/opt/oxide/sled-agent/sled-agent 77461K
22032023-10-17T21:29:20.159Za root/opt/oxide/sled-agent/pkg/ 0K
22042023-10-17T21:29:20.162Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22052023-10-17T21:29:20.165Za root/opt/oxide/sled-agent/pkg/README.md 1K
22062023-10-17T21:29:20.169Za root/opt/oxide/sled-agent/VERSION 1K
22072023-10-17T21:29:20.172Za root/opt/oxide/mg-ddm/ 0K
22082023-10-17T21:29:20.175Za root/opt/oxide/mg-ddm/ddmadm 38439K
22092023-10-17T21:29:20.178Za root/opt/oxide/mg-ddm/ddmd 34755K
22102023-10-17T21:29:20.181Za root/opt/oxide/mg-ddm/pkg/ 0K
22112023-10-17T21:29:20.184Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22122023-10-17T21:29:20.187Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22132023-10-17T21:29:20.190Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22142023-10-17T21:29:20.197Za root/opt/oxide/mg-ddm/VERSION 1K
22152023-10-17T21:29:20.200Za root/opt/oxide/propolis-server.tar.gz 64733K
22162023-10-17T21:29:20.203Za root/opt/oxide/overlay.tar.gz 2K
22172023-10-17T21:29:20.206Za root/lib/ 0K
22182023-10-17T21:29:20.209Za root/lib/svc/ 0K
22192023-10-17T21:29:20.212Za root/lib/svc/manifest/ 0K
22202023-10-17T21:29:20.221Za root/lib/svc/manifest/site/ 0K
22212023-10-17T21:29:20.224Za root/lib/svc/manifest/site/sled-agent.xml 3K
22222023-10-17T21:29:20.227Z+ cd /
22232023-10-17T21:29:20.230Z+ rm -rf /tmp/tmp.67aGoi
22242023-10-17T21:29:20.233Z
22252023-10-17T21:29:20.236Zreal 12.625497782
22262023-10-17T21:29:20.239Zuser 11.729546017
22272023-10-17T21:29:20.242Zsys 0.959732535
22282023-10-17T21:29:20.245Ztrap 0.002281193
22292023-10-17T21:29:20.249Ztflt 0.000000000
22302023-10-17T21:29:20.253Zdflt 0.000000000
22312023-10-17T21:29:20.286Zkflt 0.000000000
22322023-10-17T21:29:20.291Zlock 0.000000000
22332023-10-17T21:29:20.298Zslp 24.377586826
22342023-10-17T21:29:20.301Zlat 0.386100194
22352023-10-17T21:29:20.304Zstop 0.000347598
22362023-10-17T21:29:20.307Z+ mkdir -p /work/zones
22372023-10-17T21:29:20.313Z+ 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)
22382023-10-17T21:29:20.317Z+ 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/
22392023-10-17T21:29:23.670Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22402023-10-17T21:29:24.896Z Finished release [optimized] target(s) in 1.13s
22412023-10-17T21:29:24.923Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22422023-10-17T21:29:24.963ZCreated new build target 'recovery' and set it as active
22432023-10-17T21:29:24.966Z
22442023-10-17T21:29:24.969Zreal 1.289697242
22452023-10-17T21:29:24.972Zuser 0.910931784
22462023-10-17T21:29:24.975Zsys 0.375974028
22472023-10-17T21:29:24.978Ztrap 0.001395158
22482023-10-17T21:29:24.981Ztflt 0.000154331
22492023-10-17T21:29:24.984Zdflt 0.000003003
22502023-10-17T21:29:24.987Zkflt 0.000000000
22512023-10-17T21:29:24.993Zlock 0.035071300
22522023-10-17T21:29:24.996Zslp 0.021621156
22532023-10-17T21:29:24.999Zlat 0.004805994
22542023-10-17T21:29:25.002Zstop 0.000221448
22552023-10-17T21:29:25.008Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22562023-10-17T21:29:26.151Z Finished release [optimized] target(s) in 1.09s
22572023-10-17T21:29:26.178Z Running `target/release/omicron-package -t recovery package`
22582023-10-17T21:29:26.227ZOct 17 21:29:26.220 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22592023-10-17T21:29:27.221Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22602023-10-17T21:29:31.068Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22612023-10-17T21:30:02.908Z Finished release [optimized] target(s) in 36.60s
22622023-10-17T21:30:27.631Z
22632023-10-17T21:30:27.635Zreal 1:02.655171890
22642023-10-17T21:30:27.640Zuser 2:38.687426769
22652023-10-17T21:30:27.674Zsys 11.983183385
22662023-10-17T21:30:27.678Ztrap 0.071534032
22672023-10-17T21:30:27.684Ztflt 0.087566488
22682023-10-17T21:30:27.688Zdflt 0.628042460
22692023-10-17T21:30:27.692Zkflt 0.000116164
22702023-10-17T21:30:27.697Zlock 13:55.327006086
22712023-10-17T21:30:27.700Zslp 2:45.122051509
22722023-10-17T21:30:27.703Zlat 1.969863697
22732023-10-17T21:30:27.706Zstop 0.184246926
22742023-10-17T21:30:27.709Z+ stamp_packages installinator maghemite
22752023-10-17T21:30:27.713Z+ for package in "$@"
22762023-10-17T21:30:27.716Z+ [[ installinator == maghemite ]]
22772023-10-17T21:30:27.719Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git2670d9240dd
22782023-10-17T21:30:28.787Z Finished release [optimized] target(s) in 1.07s
22792023-10-17T21:30:28.815Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git2670d9240dd`
22802023-10-17T21:30:28.856ZOct 17 21:30:28.857 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22812023-10-17T21:30:28.976ZCreated: out/versioned/installinator.tar
22822023-10-17T21:30:28.979Z+ for package in "$@"
22832023-10-17T21:30:28.983Z+ [[ maghemite == maghemite ]]
22842023-10-17T21:30:28.990Z+ echo 0.0.0
22852023-10-17T21:30:28.993Z+ tar rvf out/maghemite.tar VERSION
22862023-10-17T21:30:28.996Za VERSION 1K
22872023-10-17T21:30:29.002Z+ rm VERSION
22882023-10-17T21:30:29.005Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git2670d9240dd
22892023-10-17T21:30:30.133Z Finished release [optimized] target(s) in 1.06s
22902023-10-17T21:30:30.163Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git2670d9240dd`
22912023-10-17T21:30:30.204ZOct 17 21:30:30.204 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22922023-10-17T21:30:30.415ZCreated: out/versioned/maghemite.tar
22932023-10-17T21:30:30.426Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22942023-10-17T21:30:30.443Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22952023-10-17T21:30:30.451Z++ cd -- ./tools
22962023-10-17T21:30:30.457Z++ pwd
22972023-10-17T21:30:30.469Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22982023-10-17T21:30:30.480Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
22992023-10-17T21:30:30.489Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23002023-10-17T21:30:30.501Z++ readlink -f /work
23012023-10-17T21:30:30.523Z+ out_dir=/work
23022023-10-17T21:30:30.530Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23032023-10-17T21:30:30.539Z+ for dep in "${deps[@]}"
23042023-10-17T21:30:30.547Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23052023-10-17T21:30:30.563Z+ for dep in "${deps[@]}"
23062023-10-17T21:30:30.579Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23072023-10-17T21:30:30.584Z++ mktemp -d
23082023-10-17T21:30:30.587Z+ tmp_trampoline=/tmp/tmp.Ska4si
23092023-10-17T21:30:30.592Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23102023-10-17T21:30:30.595Z+ echo '{"v":"1","t":"layer"}'
23112023-10-17T21:30:30.599Z+ pkg_dir=/tmp/tmp.Ska4si/root/opt/oxide/installinator
23122023-10-17T21:30:30.602Z+ mkdir -p /tmp/tmp.Ska4si/root/opt/oxide/installinator
23132023-10-17T21:30:30.607Z+ cd /tmp/tmp.Ska4si/root/opt/oxide/installinator
23142023-10-17T21:30:30.627Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23152023-10-17T21:30:30.636Zx ., 0 bytes, 0 tape blocks
23162023-10-17T21:30:30.650Zx installinator, 48025472 bytes, 93800 tape blocks
23172023-10-17T21:30:30.662Zx pkg, 0 bytes, 0 tape blocks
23182023-10-17T21:30:30.666Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23192023-10-17T21:30:30.670Zx VERSION, 25 bytes, 1 tape blocks
23202023-10-17T21:30:30.673Z+ mkdir -p /tmp/tmp.Ska4si/root/lib/svc/manifest/site/
23212023-10-17T21:30:30.676Z+ mv pkg/manifest.xml /tmp/tmp.Ska4si/root/lib/svc/manifest/site/installinator.xml
23222023-10-17T21:30:30.680Z+ cd -
23232023-10-17T21:30:30.684Z/work/oxidecomputer/omicron
23242023-10-17T21:30:30.687Z+ pkg_dir=/tmp/tmp.Ska4si/root/opt/oxide/mg-ddm
23252023-10-17T21:30:30.690Z+ mkdir -p /tmp/tmp.Ska4si/root/opt/oxide/mg-ddm
23262023-10-17T21:30:30.699Z+ cd /tmp/tmp.Ska4si/root/opt/oxide/mg-ddm
23272023-10-17T21:30:30.704Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23282023-10-17T21:30:30.709Zx ., 0 bytes, 0 tape blocks
23292023-10-17T21:30:30.713Zx ddmadm, 39360576 bytes, 76877 tape blocks
23302023-10-17T21:30:30.718Zx ddmd, 35588120 bytes, 69509 tape blocks
23312023-10-17T21:30:30.721Zx pkg, 0 bytes, 0 tape blocks
23322023-10-17T21:30:30.725Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23332023-10-17T21:30:30.728Zx pkg/ddm, 0 bytes, 0 tape blocks
23342023-10-17T21:30:30.731Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23352023-10-17T21:30:30.757Zx VERSION, 25 bytes, 1 tape blocks
23362023-10-17T21:30:30.762Z+ cd -
23372023-10-17T21:30:30.766Z/work/oxidecomputer/omicron
23382023-10-17T21:30:30.769Z+ cd /tmp/tmp.Ska4si
23392023-10-17T21:30:30.772Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23402023-10-17T21:30:37.012ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23412023-10-17T21:30:37.015Za oxide.json 1K
23422023-10-17T21:30:37.018Za root/ 0K
23432023-10-17T21:30:37.021Za root/opt/ 0K
23442023-10-17T21:30:37.024Za root/opt/oxide/ 0K
23452023-10-17T21:30:37.031Za root/opt/oxide/installinator/ 0K
23462023-10-17T21:30:37.033Za root/opt/oxide/installinator/installinator 46900K
23472023-10-17T21:30:37.036Za root/opt/oxide/installinator/pkg/ 0K
23482023-10-17T21:30:37.039Za root/opt/oxide/installinator/VERSION 1K
23492023-10-17T21:30:37.042Za root/opt/oxide/mg-ddm/ 0K
23502023-10-17T21:30:37.045Za root/opt/oxide/mg-ddm/ddmadm 38439K
23512023-10-17T21:30:37.048Za root/opt/oxide/mg-ddm/ddmd 34755K
23522023-10-17T21:30:37.051Za root/opt/oxide/mg-ddm/pkg/ 0K
23532023-10-17T21:30:37.054Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23542023-10-17T21:30:37.067Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23552023-10-17T21:30:37.091Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23562023-10-17T21:30:37.099Za root/opt/oxide/mg-ddm/VERSION 1K
23572023-10-17T21:30:37.104Za root/lib/ 0K
23582023-10-17T21:30:37.107Za root/lib/svc/ 0K
23592023-10-17T21:30:37.111Za root/lib/svc/manifest/ 0K
23602023-10-17T21:30:37.115Za root/lib/svc/manifest/site/ 0K
23612023-10-17T21:30:37.119Za root/lib/svc/manifest/site/installinator.xml 3K
23622023-10-17T21:30:37.122Z+ cd /
23632023-10-17T21:30:37.127Z+ rm -rf /tmp/tmp.Ska4si
23642023-10-17T21:30:37.131Z
23652023-10-17T21:30:37.133Zreal 6.615058724
23662023-10-17T21:30:37.143Zuser 6.188466023
23672023-10-17T21:30:37.146Zsys 0.458153658
23682023-10-17T21:30:37.149Ztrap 0.001472169
23692023-10-17T21:30:37.152Ztflt 0.000000000
23702023-10-17T21:30:37.155Zdflt 0.000000000
23712023-10-17T21:30:37.158Zkflt 0.000000000
23722023-10-17T21:30:37.163Zlock 0.000000000
23732023-10-17T21:30:37.175Zslp 12.795616082
23742023-10-17T21:30:37.177Zlat 0.193785823
23752023-10-17T21:30:37.180Zstop 0.000291973
23762023-10-17T21:30:37.183Zprocess exited: duration 2418144 ms, exit code 0
 
23772023-10-17T21:30:37.191Zfound 21 output files
23782023-10-17T21:30:37.199Zuploading: /work/version.txt (26 bytes)
23792023-10-17T21:30:38.216Zuploaded: /work/version.txt
23802023-10-17T21:30:38.232Zuploading: /work/package.tar.gz (83278929 bytes)
23812023-10-17T21:31:22.518Zuploaded: /work/package.tar.gz
23822023-10-17T21:31:22.531Zuploading: /work/global-zone-packages.tar.gz (125564319 bytes)
23832023-10-17T21:32:07.269Zuploaded: /work/global-zone-packages.tar.gz
23842023-10-17T21:32:07.288Zuploading: /work/trampoline-global-zone-packages.tar.gz (38640324 bytes)
23852023-10-17T21:32:24.481Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23862023-10-17T21:32:24.493Zuploading: /work/zones/clickhouse.tar.gz (180707441 bytes)
23872023-10-17T21:33:41.975Zuploaded: /work/zones/clickhouse.tar.gz
23882023-10-17T21:33:42.093Zuploading: /work/zones/clickhouse_keeper.tar.gz (180708409 bytes)
23892023-10-17T21:34:48.720Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23902023-10-17T21:34:48.782Zuploading: /work/zones/cockroachdb.tar.gz (117773067 bytes)
23912023-10-17T21:35:28.929Zuploaded: /work/zones/cockroachdb.tar.gz
23922023-10-17T21:35:28.938Zuploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes)
23932023-10-17T21:35:39.781Zuploaded: /work/zones/crucible-pantry.tar.gz
23942023-10-17T21:35:39.800Zuploading: /work/zones/crucible.tar.gz (42565224 bytes)
23952023-10-17T21:35:56.024Zuploaded: /work/zones/crucible.tar.gz
23962023-10-17T21:35:56.033Zuploading: /work/zones/external-dns.tar.gz (22026020 bytes)
23972023-10-17T21:36:04.960Zuploaded: /work/zones/external-dns.tar.gz
23982023-10-17T21:36:04.973Zuploading: /work/zones/internal-dns.tar.gz (22026020 bytes)
23992023-10-17T21:36:14.627Zuploaded: /work/zones/internal-dns.tar.gz
24002023-10-17T21:36:14.635Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24012023-10-17T21:36:14.859Zuploaded: /work/zones/ntp.tar.gz
24022023-10-17T21:36:14.871Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16646755 bytes)
24032023-10-17T21:36:22.557Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24042023-10-17T21:36:22.569Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16645138 bytes)
24052023-10-17T21:36:30.082Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24062023-10-17T21:36:30.095Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (68120674 bytes)
24072023-10-17T21:36:54.828Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24082023-10-17T21:36:54.839Zuploading: /work/zones/omicron-nexus.tar.gz (68126595 bytes)
24092023-10-17T21:37:12.795Zuploaded: /work/zones/omicron-nexus.tar.gz
24102023-10-17T21:37:12.803Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24112023-10-17T21:37:13.810Zuploaded: /work/zones/overlay.tar.gz
24122023-10-17T21:37:13.821Zuploading: /work/zones/oximeter-collector.tar.gz (18076841 bytes)
24132023-10-17T21:37:19.986Zuploaded: /work/zones/oximeter-collector.tar.gz
24142023-10-17T21:37:19.997Zuploading: /work/zones/propolis-server.tar.gz (66291830 bytes)
24152023-10-17T21:37:38.646Zuploaded: /work/zones/propolis-server.tar.gz
24162023-10-17T21:37:38.657Zuploading: /work/zones/switch-asic.tar.gz (220435518 bytes)
24172023-10-17T21:38:51.591Zuploaded: /work/zones/switch-asic.tar.gz
24182023-10-17T21:38:51.680Zuploading: /work/zones/switch-softnpu.tar.gz (142843152 bytes)
24192023-10-17T21:39:43.788Zuploaded: /work/zones/switch-softnpu.tar.gz