01HBW7TQ8RZCJNA62ERH0F786T: 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: 01HBW7VJFMPPF1R5J659G32YRD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T02:23:28.342Zjob assigned to worker 01HBW7VVBZHV05569TZ8NR62JB (queued for 1 m 40 s)
 
22023-10-04T02:23:28.827Zstarting task 0: "setup"
32023-10-04T02:23:28.900Z++ uname -s
42023-10-04T02:23:28.920Z+ kern=SunOS
52023-10-04T02:23:29.340Z+ case "$kern" in
62023-10-04T02:23:29.356Z+ groupadd -g 12345 build
72023-10-04T02:23:29.372Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T02:23:30.911Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T02:23:31.063Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T02:23:31.073Z+ home_fs=zfs
112023-10-04T02:23:31.084Z+ [[ zfs == autofs ]]
122023-10-04T02:23:31.094Z+ mkdir -p /home/build
132023-10-04T02:23:31.506Z+ chown build:build /home/build /work
142023-10-04T02:23:33.073Z+ chmod 0700 /home/build /work
152023-10-04T02:23:33.076Zprocess exited: duration 4237 ms, exit code 0
 
162023-10-04T02:23:33.083Zstarting task 1: "rust-toolchain"
172023-10-04T02:23:33.095Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T02:23:33.098Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T02:23:33.281Zinfo: downloading installer
202023-10-04T02:23:35.601Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T02:23:35.618Zwarning: /opt/ooce/bin
222023-10-04T02:23:35.632Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T02:23:35.653Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T02:23:36.110Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T02:23:36.116Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T02:23:36.127Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T02:23:36.137Zerror: cannot install while Rust is installed
282023-10-04T02:23:36.146Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T02:23:36.162Zinfo: profile set to 'default'
302023-10-04T02:23:36.172Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T02:23:36.176Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T02:23:36.180Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T02:23:36.183Zinfo: downloading component 'cargo'
342023-10-04T02:23:36.743Zinfo: downloading component 'clippy'
352023-10-04T02:23:36.994Zinfo: downloading component 'rust-docs'
362023-10-04T02:23:37.872Zinfo: downloading component 'rust-std'
372023-10-04T02:23:39.419Zinfo: downloading component 'rustc'
382023-10-04T02:23:43.208Zinfo: downloading component 'rustfmt'
392023-10-04T02:23:43.431Zinfo: installing component 'cargo'
402023-10-04T02:23:45.353Zinfo: installing component 'clippy'
412023-10-04T02:23:46.139Zinfo: installing component 'rust-docs'
422023-10-04T02:23:48.961Zinfo: installing component 'rust-std'
432023-10-04T02:23:52.555Zinfo: installing component 'rustc'
442023-10-04T02:24:01.421Zinfo: installing component 'rustfmt'
452023-10-04T02:24:01.885Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T02:24:01.904Z
472023-10-04T02:24:02.050Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T02:24:02.063Z
492023-10-04T02:24:02.072Z
502023-10-04T02:24:02.109ZRust is installed now. Great!
512023-10-04T02:24:02.583Z
522023-10-04T02:24:02.603ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T02:24:02.618Zenvironment variable. This has not been done automatically.
542023-10-04T02:24:02.637Z
552023-10-04T02:24:02.651ZTo configure your current shell, run:
562023-10-04T02:24:02.665Zsource "$HOME/.cargo/env"
572023-10-04T02:24:02.684Z+ rustc --version
582023-10-04T02:24:02.698Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T02:24:02.709Zprocess exited: duration 29166 ms, exit code 0
 
602023-10-04T02:24:02.735Zstarting task 2: "authentication"
612023-10-04T02:24:02.794Zprocess exited: duration 45 ms, exit code 0
 
622023-10-04T02:24:03.225Zstarting task 3: "clone repository"
632023-10-04T02:24:03.251Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T02:24:04.374Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T02:24:04.391ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T02:24:09.135Z+ cd /work/oxidecomputer/omicron
672023-10-04T02:24:09.564Z+ [[ -n health-check-endpoint ]]
682023-10-04T02:24:09.594Z+ git fetch origin health-check-endpoint
692023-10-04T02:24:09.630ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T02:24:10.056Z * branch health-check-endpoint -> FETCH_HEAD
712023-10-04T02:24:10.066Z+ git checkout -B health-check-endpoint remotes/origin/health-check-endpoint
722023-10-04T02:24:10.077ZSwitched to a new branch 'health-check-endpoint'
732023-10-04T02:24:10.085Zbranch 'health-check-endpoint' set up to track 'origin/health-check-endpoint'.
742023-10-04T02:24:10.094Z+ git reset --hard eee4eb4484abeac59f11f9f46650b11d6d51cd65
752023-10-04T02:24:10.101ZHEAD is now at eee4eb44 change it to /v1/ping
762023-10-04T02:24:10.105Zprocess exited: duration 6410 ms, exit code 0
 
772023-10-04T02:24:10.113Zstarting task 4: "build"
782023-10-04T02:24:10.127Z+ cargo --version
792023-10-04T02:24:10.628Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T02:24:10.646Z+ rustc --version
812023-10-04T02:24:10.662Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T02:24:10.711Z++ git rev-parse HEAD
832023-10-04T02:24:10.735Z+ COMMIT=eee4eb4484abeac59f11f9f46650b11d6d51cd65
842023-10-04T02:24:11.155Z+ VERSION=1.0.2-0.ci+giteee4eb4484a
852023-10-04T02:24:11.163Z+ echo 1.0.2-0.ci+giteee4eb4484a
862023-10-04T02:24:11.175Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-04T02:24:19.686Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-04T02:24:19.841Z Startup: Caching catalogs ... Done
892023-10-04T02:24:22.581ZPlanning: Solver setup ... Done (2.540s)
902023-10-04T02:24:22.745ZPlanning: Running solver ... Done (0.164s)
912023-10-04T02:24:22.781ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-04T02:24:22.796ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-04T02:24:23.057ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-04T02:24:23.133ZPlanning: Package planning ... Done (0.081s)
952023-10-04T02:24:23.222ZPlanning: Merging actions ... Done (0.086s)
962023-10-04T02:24:23.843ZPlanning: Checking for conflicting actions ... Done (0.621s)
972023-10-04T02:24:23.860ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-04T02:24:27.219ZPlanning: Evaluating mediators ... Done (3.364s)
992023-10-04T02:24:27.235ZPlanning: Planning completed in 7.35 seconds
1002023-10-04T02:24:27.258Z Packages to install: 4
1012023-10-04T02:24:27.261Z Mediators to change: 2
1022023-10-04T02:24:27.265Z Services to change: 1
1032023-10-04T02:24:27.268Z Estimated space available: 149.39 GB
1042023-10-04T02:24:27.285ZEstimated space to be consumed: 1.35 GB
1052023-10-04T02:24:27.291Z Create boot environment: No
1062023-10-04T02:24:27.294ZCreate backup boot environment: No
1072023-10-04T02:24:27.297Z Rebuild boot archive: No
1082023-10-04T02:24:27.300Z
1092023-10-04T02:24:27.303ZChanged mediators:
1102023-10-04T02:24:27.306Z mediator clang:
1112023-10-04T02:24:27.310Z version: None -> 15 (system default)
1122023-10-04T02:24:27.313Z
1132023-10-04T02:24:27.317Z mediator llvm:
1142023-10-04T02:24:27.321Z version: 14 (system default) -> 15 (system default)
1152023-10-04T02:24:27.324Z
1162023-10-04T02:24:27.327ZChanged packages:
1172023-10-04T02:24:27.330Zhelios-dev
1182023-10-04T02:24:27.334Z developer/build-essential
1192023-10-04T02:24:27.343Z None -> 11-2.0
1202023-10-04T02:24:27.763Z library/libxmlsec1
1212023-10-04T02:24:27.772Z None -> 1.2.35-2.0
1222023-10-04T02:24:27.783Z ooce/developer/clang-15
1232023-10-04T02:24:27.791Z None -> 15.0.7-2.0
1242023-10-04T02:24:27.795Z ooce/developer/llvm-15
1252023-10-04T02:24:27.798Z None -> 15.0.7-2.0
1262023-10-04T02:24:27.802Z
1272023-10-04T02:24:27.807ZServices:
1282023-10-04T02:24:27.811Z restart_fmri:
1292023-10-04T02:24:27.815Z svc:/system/update-man-index:default
1302023-10-04T02:24:27.823Z
1312023-10-04T02:24:27.830ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-04T02:24:33.714ZDownload: 212/3290 items 1.3/212.6MB 0% complete (678k/s)
1332023-10-04T02:24:38.709ZDownload: 873/3290 items 18.8/212.6MB 8% complete (1.8M/s)
1342023-10-04T02:24:47.813ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (9.0M/s)
1352023-10-04T02:24:52.802ZDownload: 1836/3290 items 118.4/212.6MB 55% complete (4.9M/s)
1362023-10-04T02:25:03.992ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.3M/s)
1372023-10-04T02:25:08.991ZDownload: 3197/3290 items 154.5/212.6MB 72% complete (6.9M/s)
1382023-10-04T02:25:13.197ZDownload: Completed 212.60 MB in 45.73 seconds (4.7M/s)
1392023-10-04T02:25:13.738Z Actions: 1/3687 actions (Installing new actions)
1402023-10-04T02:25:18.744Z Actions: 2760/3687 actions (Installing new actions)
1412023-10-04T02:25:21.820Z Actions: Completed 3687 actions in 8.08 seconds.
1422023-10-04T02:25:21.878Z Done (0.051s)
1432023-10-04T02:25:21.884Z Done (0.000s)
1442023-10-04T02:25:22.008Z Done (0.130s)
1452023-10-04T02:25:29.697Z Done (7.501s)
1462023-10-04T02:25:29.941Z Done (0.087s)
1472023-10-04T02:25:29.982Z Done (0.000s)
1482023-10-04T02:25:30.050Z Done (0.000s)
1492023-10-04T02:25:30.662ZPlanning: Evaluating mediator changes ... Done
1502023-10-04T02:25:30.938ZPlanning: Checking for conflicting actions ... Done
1512023-10-04T02:25:30.943ZPlanning: Consolidating action changes ... Done
1522023-10-04T02:25:31.368ZPlanning: Evaluating mediators ... Done
1532023-10-04T02:25:31.372ZPlanning: Planning completed in 0.71 seconds
1542023-10-04T02:25:31.421Z Mediators to change: 2
1552023-10-04T02:25:31.425Z Create boot environment: No
1562023-10-04T02:25:31.428ZCreate backup boot environment: No
1572023-10-04T02:25:31.568Z Done
1582023-10-04T02:25:31.572Z Done
1592023-10-04T02:25:31.659Z Done
1602023-10-04T02:25:37.435Z Done
1612023-10-04T02:25:37.460Z Done
1622023-10-04T02:25:37.470Z Done
1632023-10-04T02:25:37.620Z Done
1642023-10-04T02:25:38.607ZPlanning: Evaluating mediator changes ... Done
1652023-10-04T02:25:38.630ZPlanning: Merging actions ... Done
1662023-10-04T02:25:38.936ZPlanning: Checking for conflicting actions ... Done
1672023-10-04T02:25:38.941ZPlanning: Consolidating action changes ... Done
1682023-10-04T02:25:39.407ZPlanning: Evaluating mediators ... Done
1692023-10-04T02:25:39.456ZPlanning: Planning completed in 1.28 seconds
1702023-10-04T02:25:39.511Z Packages to change: 1
1712023-10-04T02:25:39.514Z Mediators to change: 1
1722023-10-04T02:25:39.517Z Services to change: 1
1732023-10-04T02:25:39.520Z Create boot environment: No
1742023-10-04T02:25:39.523ZCreate backup boot environment: Yes
1752023-10-04T02:25:41.748Z Actions: 1/6 actions (Updating modified actions)
1762023-10-04T02:25:41.751Z Actions: Completed 6 actions in 0.00 seconds.
1772023-10-04T02:25:41.760Z Done
1782023-10-04T02:25:41.842Z Done
1792023-10-04T02:25:41.866Z Done
1802023-10-04T02:25:47.516Z Done
1812023-10-04T02:25:47.638Z Done
1822023-10-04T02:25:47.641Z Done
1832023-10-04T02:25:47.728Z Done
1842023-10-04T02:25:48.405ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852023-10-04T02:25:48.408Zclang system 15 system
1862023-10-04T02:25:48.411Zcsh system system illumos
1872023-10-04T02:25:48.414Zctags system system illumos
1882023-10-04T02:25:48.417Zgcc vendor 12 vendor
1892023-10-04T02:25:48.420Zgcc system 10 system
1902023-10-04T02:25:48.423Zgcc system 7 system
1912023-10-04T02:25:48.427Zgo system 1.20 system
1922023-10-04T02:25:48.430Zgo system 1.19 system
1932023-10-04T02:25:48.433Zllvm system 15 system
1942023-10-04T02:25:48.436Zllvm system 14 system
1952023-10-04T02:25:48.442Zmariadb system 10.6 system
1962023-10-04T02:25:48.444Zmta vendor vendor dma
1972023-10-04T02:25:48.447Zopenjdk system 17 system
1982023-10-04T02:25:48.451Zopenjdk system 11 system
1992023-10-04T02:25:48.453Zopenjdk system 1.8 system
2002023-10-04T02:25:48.456Zopenssl vendor 3 vendor
2012023-10-04T02:25:48.459Zperl system 5.36 system
2022023-10-04T02:25:48.462Zpostgresql system 15 system
2032023-10-04T02:25:48.465Zpostgresql system 13 system
2042023-10-04T02:25:48.467Zpython vendor 3 vendor
2052023-10-04T02:25:48.470Zpython system 2 system
2062023-10-04T02:25:48.473Zpython3 system 3.11 system
2072023-10-04T02:25:48.476Zruby system 3.0 system
2082023-10-04T02:25:48.479Zwords vendor vendor american-english
2092023-10-04T02:25:48.482Zwords system system australian-english
2102023-10-04T02:25:48.485Zwords system system british-english
2112023-10-04T02:25:48.488Zwords system system canadian-english
2122023-10-04T02:25:48.491Zwords system system french
2132023-10-04T02:25:48.494Zwords system system italian
2142023-10-04T02:25:48.497Zwords system system ngerman
2152023-10-04T02:25:48.500Zwords system system ogerman
2162023-10-04T02:25:48.503Zwords system system spanish
2172023-10-04T02:25:48.944ZFMRI IFO
2182023-10-04T02:25:48.948Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192023-10-04T02:25:48.952Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202023-10-04T02:25:48.955Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212023-10-04T02:25:48.958Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2222023-10-04T02:25:48.961Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2232023-10-04T02:25:48.964Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2242023-10-04T02:25:49.019Z+ set -o errexit
2252023-10-04T02:25:49.023Z+++ dirname ./tools/ci_download_cockroachdb
2262023-10-04T02:25:49.029Z++ cd ./tools
2272023-10-04T02:25:49.063Z++ pwd
2282023-10-04T02:25:49.071Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2292023-10-04T02:25:49.074Z++ basename ./tools/ci_download_cockroachdb
2302023-10-04T02:25:49.077Z+ ARG0=ci_download_cockroachdb
2312023-10-04T02:25:49.084Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2322023-10-04T02:25:49.087Z+ CIDL_VERSION=v22.1.9
2332023-10-04T02:25:49.090Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2342023-10-04T02:25:49.094Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2352023-10-04T02:25:49.100Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2362023-10-04T02:25:49.103Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2372023-10-04T02:25:49.106Z+ TARGET_DIR=out
2382023-10-04T02:25:49.110Z+ DOWNLOAD_DIR=out/downloads
2392023-10-04T02:25:49.113Z+ DEST_DIR=./out/cockroachdb
2402023-10-04T02:25:49.117Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2412023-10-04T02:25:49.120Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2422023-10-04T02:25:49.124Z+ main
2432023-10-04T02:25:49.128Z+ [[ 0 != 0 ]]
2442023-10-04T02:25:49.131Z+ CIDL_OS=solaris2.11
2452023-10-04T02:25:49.134Z+ [[ 0 != 0 ]]
2462023-10-04T02:25:49.138Z+ configure_os solaris2.11
2472023-10-04T02:25:49.141Z+ echo 'current directory: /work/oxidecomputer/omicron'
2482023-10-04T02:25:49.145Zcurrent directory: /work/oxidecomputer/omicron
2492023-10-04T02:25:49.149Z+ echo 'configuring based on OS: "solaris2.11"'
2502023-10-04T02:25:49.154Zconfiguring based on OS: "solaris2.11"
2512023-10-04T02:25:49.158Z+ case "$1" in
2522023-10-04T02:25:49.161Z+ CIDL_BUILD=illumos
2532023-10-04T02:25:49.164Z+ CIDL_SUFFIX=tar.gz
2542023-10-04T02:25:49.168Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2552023-10-04T02:25:49.172Z+ CIDL_MD5FUNC=do_md5sum
2562023-10-04T02:25:49.176Z+ CIDL_URL_BASE=https://illumos.org/downloads
2572023-10-04T02:25:49.179Z+ CIDL_ASSEMBLE=do_assemble_illumos
2582023-10-04T02:25:49.183Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2592023-10-04T02:25:49.187Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2602023-10-04T02:25:49.190Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-04T02:25:49.196Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2622023-10-04T02:25:49.200Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-04T02:25:49.204Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2642023-10-04T02:25:49.207ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-04T02:25:49.210Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-04T02:25:49.213ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-04T02:25:49.217Z+ mkdir -p out/downloads
2682023-10-04T02:25:49.220Z+ mkdir -p ./out/cockroachdb
2692023-10-04T02:25:49.224Z+ local DO_DOWNLOAD=true
2702023-10-04T02:25:49.227Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2712023-10-04T02:25:49.230Z+ '[' true == true ']'
2722023-10-04T02:25:49.234Z+ echo Downloading...
2732023-10-04T02:25:49.237ZDownloading...
2742023-10-04T02:25:49.248Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-04T02:25:49.252Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-04T02:25:51.262Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-04T02:25:51.266Z++ md5sum
2782023-10-04T02:25:51.269Z++ awk '{print $1}'
2792023-10-04T02:25:51.458Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2802023-10-04T02:25:51.465Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2812023-10-04T02:25:51.473Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-10-04T02:25:51.487Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2832023-10-04T02:25:55.081Z+ do_assemble_illumos
2842023-10-04T02:25:55.084Z+ rm -r ./out/cockroachdb
2852023-10-04T02:25:55.087Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2862023-10-04T02:25:55.704Z+ ./out/cockroachdb/bin/cockroach version
2872023-10-04T02:25:55.913ZBuild Tag: v22.1.9-dirty
2882023-10-04T02:25:55.923ZBuild Time: 2022/10/26 21:17:46
2892023-10-04T02:25:55.928ZDistribution: OSS
2902023-10-04T02:25:55.933ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2912023-10-04T02:25:55.938ZGo Version: go1.17.13
2922023-10-04T02:25:55.941ZC Compiler: gcc 10.3.0
2932023-10-04T02:25:55.945ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2942023-10-04T02:25:55.949ZBuild Type: release
2952023-10-04T02:25:55.954Z+ set -o errexit
2962023-10-04T02:25:55.963Z+++ dirname ./tools/ci_download_clickhouse
2972023-10-04T02:25:55.972Z++ cd ./tools
2982023-10-04T02:25:55.988Z++ pwd
2992023-10-04T02:25:55.995Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3002023-10-04T02:25:55.999Z++ basename ./tools/ci_download_clickhouse
3012023-10-04T02:25:56.003Z+ ARG0=ci_download_clickhouse
3022023-10-04T02:25:56.007Z+ TARGET_DIR=out
3032023-10-04T02:25:56.015Z+ DOWNLOAD_DIR=out/downloads
3042023-10-04T02:25:56.019Z+ DEST_DIR=./out/clickhouse
3052023-10-04T02:25:56.023Z+ CIDL_VERSION=v22.8.9.24
3062023-10-04T02:25:56.030Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3072023-10-04T02:25:56.035Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3082023-10-04T02:25:56.039Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3092023-10-04T02:25:56.043Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3102023-10-04T02:25:56.047Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3112023-10-04T02:25:56.052Z+ main
3122023-10-04T02:25:56.057Z+ [[ 0 != 0 ]]
3132023-10-04T02:25:56.064Z+ CIDL_OS=solaris2.11
3142023-10-04T02:25:56.073Z+ [[ 0 != 0 ]]
3152023-10-04T02:25:56.078Z+ configure_os solaris2.11
3162023-10-04T02:25:56.087Z+ echo 'current directory: /work/oxidecomputer/omicron'
3172023-10-04T02:25:56.501Zcurrent directory: /work/oxidecomputer/omicron
3182023-10-04T02:25:56.510Z+ echo 'configuring based on OS: "solaris2.11"'
3192023-10-04T02:25:56.514Zconfiguring based on OS: "solaris2.11"
3202023-10-04T02:25:56.516Z+ CIDL_DASHREV=
3212023-10-04T02:25:56.519Z+ case "$1" in
3222023-10-04T02:25:56.522Z+ CIDL_PLATFORM=illumos
3232023-10-04T02:25:56.525Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3242023-10-04T02:25:56.528Z+ CIDL_MD5FUNC=do_md5sum
3252023-10-04T02:25:56.531Z+ CIDL_DASHREV=-1
3262023-10-04T02:25:56.534Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3272023-10-04T02:25:56.537Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-04T02:25:56.540Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-04T02:25:56.543Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-04T02:25:56.547Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-10-04T02:25:56.550ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-04T02:25:56.553Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3332023-10-04T02:25:56.557ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-04T02:25:56.560Z+ mkdir -p out/downloads
3352023-10-04T02:25:56.563Z+ mkdir -p ./out/clickhouse
3362023-10-04T02:25:56.566Z+ local DO_DOWNLOAD=true
3372023-10-04T02:25:56.569Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3382023-10-04T02:25:56.572Z+ '[' true == true ']'
3392023-10-04T02:25:56.575Z+ echo Downloading...
3402023-10-04T02:25:56.578ZDownloading...
3412023-10-04T02:25:56.581Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-10-04T02:25:56.584Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-10-04T02:25:57.368Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-10-04T02:25:57.371Z++ md5sum
3452023-10-04T02:25:57.374Z++ awk '{print $1}'
3462023-10-04T02:25:57.631Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3472023-10-04T02:25:57.634Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3482023-10-04T02:25:57.638Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3492023-10-04T02:25:57.642Z+ mkdir -p ./out/clickhouse
3502023-10-04T02:25:57.646Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3512023-10-04T02:26:02.789Z+ ./out/clickhouse/clickhouse server --version
3522023-10-04T02:26:02.845ZClickHouse server version 22.8.9.1.
3532023-10-04T02:26:02.864Z+ set -o errexit
3542023-10-04T02:26:02.871Z+++ dirname ./tools/ci_download_console
3552023-10-04T02:26:02.881Z++ cd ./tools
3562023-10-04T02:26:02.891Z++ pwd
3572023-10-04T02:26:02.901Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3582023-10-04T02:26:02.908Z++ basename ./tools/ci_download_console
3592023-10-04T02:26:02.915Z+ ARG0=ci_download_console
3602023-10-04T02:26:02.944Z+ TARGET_DIR=out
3612023-10-04T02:26:02.981Z+ DOWNLOAD_DIR=out/downloads
3622023-10-04T02:26:03.002Z+ DEST_DIR=./out/console-assets
3632023-10-04T02:26:03.420Z+ source /work/oxidecomputer/omicron/tools/console_version
3642023-10-04T02:26:03.425Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3652023-10-04T02:26:03.429Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3662023-10-04T02:26:03.432Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3672023-10-04T02:26:03.436Z+ TARBALL_FILE=out/downloads/console.tar.gz
3682023-10-04T02:26:03.442Z+ main
3692023-10-04T02:26:03.448Z+ [[ 0 != 0 ]]
3702023-10-04T02:26:03.869Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3712023-10-04T02:26:03.895ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3722023-10-04T02:26:03.903Z+ echo 'Local file: out/downloads/console.tar.gz'
3732023-10-04T02:26:03.913ZLocal file: out/downloads/console.tar.gz
3742023-10-04T02:26:03.922Z+ local DO_DOWNLOAD=true
3752023-10-04T02:26:03.939Z+ [[ -f out/downloads/console.tar.gz ]]
3762023-10-04T02:26:03.953Z+ mkdir -p out/downloads
3772023-10-04T02:26:03.969Z+ '[' true == true ']'
3782023-10-04T02:26:03.979Z+ echo Downloading...
3792023-10-04T02:26:03.996ZDownloading...
3802023-10-04T02:26:04.001Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3812023-10-04T02:26:04.005Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3822023-10-04T02:26:04.012Z++ do_sha256sum out/downloads/console.tar.gz
3832023-10-04T02:26:04.018Z++ case "$OSTYPE" in
3842023-10-04T02:26:04.025Z++ SHA=sha256sum
3852023-10-04T02:26:04.032Z++ sha256sum
3862023-10-04T02:26:04.040Z++ awk '{print $1}'
3872023-10-04T02:26:04.050Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3882023-10-04T02:26:04.061Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
3892023-10-04T02:26:04.069Z+ rm -rf ./out/console-assets
3902023-10-04T02:26:04.083Z+ mkdir -p ./out/console-assets
3912023-10-04T02:26:04.096Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3922023-10-04T02:26:04.114Z+ mkdir -p ./out/console-assets
3932023-10-04T02:26:04.132Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3942023-10-04T02:26:04.544Z+ set -o errexit
3952023-10-04T02:26:04.552Z+++ dirname ./tools/ci_download_maghemite_openapi
3962023-10-04T02:26:04.556Z++ cd ./tools
3972023-10-04T02:26:04.566Z++ pwd
3982023-10-04T02:26:04.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992023-10-04T02:26:04.581Z++ basename ./tools/ci_download_maghemite_openapi
4002023-10-04T02:26:04.588Z+ ARG0=ci_download_maghemite_openapi
4012023-10-04T02:26:04.591Z+ TARGET_DIR=out
4022023-10-04T02:26:04.594Z+ DOWNLOAD_DIR=out/downloads
4032023-10-04T02:26:04.600Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4042023-10-04T02:26:04.604Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4052023-10-04T02:26:04.607Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4062023-10-04T02:26:04.612Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4072023-10-04T02:26:04.615Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4082023-10-04T02:26:04.619Z+ main
4092023-10-04T02:26:04.623Z+ [[ 0 != 0 ]]
4102023-10-04T02:26:04.627Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4112023-10-04T02:26:04.630ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4122023-10-04T02:26:04.635Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4132023-10-04T02:26:04.638ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4142023-10-04T02:26:04.642Z+ local DO_DOWNLOAD=true
4152023-10-04T02:26:04.646Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4162023-10-04T02:26:04.683Z+ mkdir -p out/downloads
4172023-10-04T02:26:04.688Z+ '[' true == true ']'
4182023-10-04T02:26:04.692Z+ echo Downloading...
4192023-10-04T02:26:04.695ZDownloading...
4202023-10-04T02:26:04.699Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4212023-10-04T02:26:04.702Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4222023-10-04T02:26:04.707Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4232023-10-04T02:26:04.711Z++ case "$OSTYPE" in
4242023-10-04T02:26:04.714Z++ SHA=sha256sum
4252023-10-04T02:26:04.718Z++ sha256sum
4262023-10-04T02:26:04.723Z++ awk '{print $1}'
4272023-10-04T02:26:04.727Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4282023-10-04T02:26:04.730Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4292023-10-04T02:26:04.735Z+ set -o errexit
4302023-10-04T02:26:04.738Z+++ dirname ./tools/ci_download_dendrite_openapi
4312023-10-04T02:26:04.743Z++ cd ./tools
4322023-10-04T02:26:04.747Z++ pwd
4332023-10-04T02:26:04.751Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342023-10-04T02:26:04.754Z++ basename ./tools/ci_download_dendrite_openapi
4352023-10-04T02:26:04.758Z+ ARG0=ci_download_dendrite_openapi
4362023-10-04T02:26:04.763Z+ TARGET_DIR=out
4372023-10-04T02:26:04.767Z+ DOWNLOAD_DIR=out/downloads
4382023-10-04T02:26:04.773Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4392023-10-04T02:26:04.777Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4402023-10-04T02:26:04.780Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4412023-10-04T02:26:04.784Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4422023-10-04T02:26:04.787Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4432023-10-04T02:26:04.792Z+ main
4442023-10-04T02:26:04.796Z+ [[ 0 != 0 ]]
4452023-10-04T02:26:04.802ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4462023-10-04T02:26:04.810Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4472023-10-04T02:26:04.830ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4482023-10-04T02:26:05.248Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4492023-10-04T02:26:05.256ZDownloading...
4502023-10-04T02:26:05.263Z+ local DO_DOWNLOAD=true
4512023-10-04T02:26:05.269Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4522023-10-04T02:26:05.273Z+ mkdir -p out/downloads
4532023-10-04T02:26:05.278Z+ '[' true == true ']'
4542023-10-04T02:26:05.282Z+ echo Downloading...
4552023-10-04T02:26:05.288Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4562023-10-04T02:26:05.292Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4572023-10-04T02:26:05.296Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4582023-10-04T02:26:05.301Z++ case "$OSTYPE" in
4592023-10-04T02:26:05.304Zcurrent directory: /work/oxidecomputer/omicron
4602023-10-04T02:26:05.324Z++ SHA=sha256sum
4612023-10-04T02:26:05.343Zconfiguring based on OS: "solaris2.11"
4622023-10-04T02:26:05.786Z++ sha256sum
4632023-10-04T02:26:05.808ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4642023-10-04T02:26:05.819Z++ awk '{print $1}'
4652023-10-04T02:26:05.851ZLocal file: out/downloads/dendrite-stub.tar.gz
4662023-10-04T02:26:05.863Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4672023-10-04T02:26:05.869ZDownloading...
4682023-10-04T02:26:05.880Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4692023-10-04T02:26:05.889Z+ set -o errexit
4702023-10-04T02:26:05.903Z+++ dirname ./tools/ci_download_dendrite_stub
4712023-10-04T02:26:05.908Z++ cd ./tools
4722023-10-04T02:26:05.917Z++ pwd
4732023-10-04T02:26:05.922Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4742023-10-04T02:26:05.928Z++ basename ./tools/ci_download_dendrite_stub
4752023-10-04T02:26:05.945Z+ ARG0=ci_download_dendrite_stub
4762023-10-04T02:26:05.957Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4772023-10-04T02:26:05.964Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4782023-10-04T02:26:05.976Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4792023-10-04T02:26:05.983Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4802023-10-04T02:26:05.987Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-10-04T02:26:06.002Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4822023-10-04T02:26:06.021Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4832023-10-04T02:26:06.034Z+ TARGET_DIR=out
4842023-10-04T02:26:06.045Z+ DOWNLOAD_DIR=out/downloads
4852023-10-04T02:26:06.055Z+ DEST_DIR=./out/dendrite-stub
4862023-10-04T02:26:06.064Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4872023-10-04T02:26:06.073Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4882023-10-04T02:26:06.079Z+ REPO=oxidecomputer/dendrite
4892023-10-04T02:26:06.087Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4902023-10-04T02:26:06.092Z+ main
4912023-10-04T02:26:06.095Z+ [[ 0 != 0 ]]
4922023-10-04T02:26:06.112Z+ CIDL_OS=solaris2.11
4932023-10-04T02:26:06.119Z+ [[ 0 != 0 ]]
4942023-10-04T02:26:06.123Z+ configure_os solaris2.11
4952023-10-04T02:26:06.127Z+ echo 'current directory: /work/oxidecomputer/omicron'
4962023-10-04T02:26:06.130Z+ echo 'configuring based on OS: "solaris2.11"'
4972023-10-04T02:26:06.133Z+ case "$1" in
4982023-10-04T02:26:06.137Z+ SET_BINARIES=
4992023-10-04T02:26:06.142Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5002023-10-04T02:26:06.146Z+ CIDL_SHA256FUNC=do_sha256sum
5012023-10-04T02:26:06.149Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5022023-10-04T02:26:06.152Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5032023-10-04T02:26:06.156Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5042023-10-04T02:26:06.162Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5052023-10-04T02:26:06.166Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5062023-10-04T02:26:06.169Z+ mkdir -p out/downloads
5072023-10-04T02:26:06.172Z+ mkdir -p ./out/dendrite-stub
5082023-10-04T02:26:06.175Z+ fetch_and_verify
5092023-10-04T02:26:06.178Z+ local DO_DOWNLOAD=true
5102023-10-04T02:26:06.184Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5112023-10-04T02:26:06.187Z+ '[' true == true ']'
5122023-10-04T02:26:06.190Z+ echo Downloading...
5132023-10-04T02:26:06.193Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5142023-10-04T02:26:06.196Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5152023-10-04T02:26:15.865Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5162023-10-04T02:26:15.873Z++ sha256sum
5172023-10-04T02:26:15.878Z++ awk '{print $1}'
5182023-10-04T02:26:15.974Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5192023-10-04T02:26:15.987Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5202023-10-04T02:26:15.992Z+ do_untar out/downloads/dendrite-stub.tar.gz
5212023-10-04T02:26:16.001Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5222023-10-04T02:26:16.979Z+ do_assemble
5232023-10-04T02:26:16.982Z+ rm -r ./out/dendrite-stub
5242023-10-04T02:26:16.985Z+ mkdir ./out/dendrite-stub
5252023-10-04T02:26:16.988Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5262023-10-04T02:26:17.219Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5272023-10-04T02:26:17.222Z+ set -o errexit
5282023-10-04T02:26:17.238Z+++ dirname ./tools/ci_download_transceiver_control
5292023-10-04T02:26:17.246Z++ cd ./tools
5302023-10-04T02:26:17.260Z++ pwd
5312023-10-04T02:26:17.273Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5322023-10-04T02:26:17.281Z++ basename ./tools/ci_download_transceiver_control
5332023-10-04T02:26:17.293Z+ ARG0=ci_download_transceiver_control
5342023-10-04T02:26:17.305Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5352023-10-04T02:26:17.315Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5362023-10-04T02:26:17.327Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5372023-10-04T02:26:17.334Z+ TARGET_DIR=out
5382023-10-04T02:26:17.341Z+ DOWNLOAD_DIR=out/downloads
5392023-10-04T02:26:17.352Z+ DEST_DIR=./out/transceiver-control
5402023-10-04T02:26:17.366Z+ BIN_DIR=/opt/oxide/bin
5412023-10-04T02:26:17.371Z+ BINARY=xcvradm
5422023-10-04T02:26:17.376Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432023-10-04T02:26:17.387Z+ REPO=oxidecomputer/transceiver-control
5442023-10-04T02:26:17.395Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5452023-10-04T02:26:17.401Z+ main
5462023-10-04T02:26:17.407Z+ [[ 0 != 0 ]]
5472023-10-04T02:26:17.411Z+ CIDL_OS=solaris2.11
5482023-10-04T02:26:17.415Z+ [[ 0 != 0 ]]
5492023-10-04T02:26:17.423Z+ configure_os solaris2.11
5502023-10-04T02:26:17.432Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512023-10-04T02:26:17.440Zcurrent directory: /work/oxidecomputer/omicron
5522023-10-04T02:26:17.447Z+ echo 'configuring based on OS: "solaris2.11"'
5532023-10-04T02:26:17.456Zconfiguring based on OS: "solaris2.11"
5542023-10-04T02:26:17.466Z+ case "$1" in
5552023-10-04T02:26:17.473Z+ SET_BINARIES=
5562023-10-04T02:26:17.481Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5572023-10-04T02:26:17.498Z+ CIDL_SHA256FUNC=do_sha256sum
5582023-10-04T02:26:17.511Z+ ARCHIVE_FILENAME=xcvradm.gz
5592023-10-04T02:26:17.521Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5602023-10-04T02:26:17.950Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5612023-10-04T02:26:17.957Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5622023-10-04T02:26:17.962ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5632023-10-04T02:26:17.965Z+ echo 'Local file: out/downloads/xcvradm.gz'
5642023-10-04T02:26:17.970ZLocal file: out/downloads/xcvradm.gz
5652023-10-04T02:26:17.975Z+ mkdir -p out/downloads
5662023-10-04T02:26:17.979Z+ mkdir -p ./out/transceiver-control
5672023-10-04T02:26:17.983Z+ fetch_and_verify
5682023-10-04T02:26:17.988Z+ local DO_DOWNLOAD=true
5692023-10-04T02:26:17.992Z+ [[ -f out/downloads/xcvradm.gz ]]
5702023-10-04T02:26:17.996Z+ '[' true == true ']'
5712023-10-04T02:26:18.000Z+ echo Downloading...
5722023-10-04T02:26:18.004ZDownloading...
5732023-10-04T02:26:18.007Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5742023-10-04T02:26:18.012Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5752023-10-04T02:26:21.678Z++ do_sha256sum out/downloads/xcvradm.gz
5762023-10-04T02:26:21.684Z++ sha256sum
5772023-10-04T02:26:21.688Z++ awk '{print $1}'
5782023-10-04T02:26:21.727Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5792023-10-04T02:26:21.731Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
5802023-10-04T02:26:21.734Z+ do_unpack out/downloads/xcvradm.gz
5812023-10-04T02:26:21.737Z+ mkdir -p out/downloads/root//opt/oxide/bin
5822023-10-04T02:26:21.739Z+ gzip -dc out/downloads/xcvradm.gz
5832023-10-04T02:26:21.913Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5842023-10-04T02:26:21.916Z+ do_assemble
5852023-10-04T02:26:21.919Z+ rm -r ./out/transceiver-control
5862023-10-04T02:26:21.922Z+ mkdir ./out/transceiver-control
5872023-10-04T02:26:21.925Z+ cp -r out/downloads/root ./out/transceiver-control/root
5882023-10-04T02:26:22.049ZAll prerequisites installed successfully
5892023-10-04T02:26:22.054Z
5902023-10-04T02:26:22.059Zreal 2:11.731643865
5912023-10-04T02:26:22.063Zuser 48.021518630
5922023-10-04T02:26:22.068Zsys 9.697865575
5932023-10-04T02:26:22.073Ztrap 0.026264969
5942023-10-04T02:26:22.078Ztflt 0.252726418
5952023-10-04T02:26:22.085Zdflt 0.467212096
5962023-10-04T02:26:22.098Zkflt 0.207124945
5972023-10-04T02:26:22.105Zlock 1.549799909
5982023-10-04T02:26:22.111Zslp 4:05.860819552
5992023-10-04T02:26:22.116Zlat 4.032080733
6002023-10-04T02:26:22.125Zstop 0.061600892
6012023-10-04T02:26:22.129Z+ ptime -m ./tools/ci_download_softnpu_machinery
6022023-10-04T02:26:22.138Zfetching npuzone
6032023-10-04T02:26:22.148ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6042023-10-04T02:26:22.156Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6052023-10-04T02:26:22.168ZGetting hash for npuzone
6062023-10-04T02:26:22.248Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6072023-10-04T02:26:36.046Znpuzone downloaded successfully
6082023-10-04T02:26:36.050Z
6092023-10-04T02:26:36.054Zreal 13.996400716
6102023-10-04T02:26:36.060Zuser 0.555559880
6112023-10-04T02:26:36.063Zsys 0.167650241
6122023-10-04T02:26:36.067Ztrap 0.000034378
6132023-10-04T02:26:36.070Ztflt 0.000000000
6142023-10-04T02:26:36.073Zdflt 0.000000000
6152023-10-04T02:26:36.077Zkflt 0.000000000
6162023-10-04T02:26:36.080Zlock 0.000000000
6172023-10-04T02:26:36.084Zslp 41.045701340
6182023-10-04T02:26:36.090Zlat 0.184459559
6192023-10-04T02:26:36.093Zstop 0.000268103
6202023-10-04T02:26:36.097Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6212023-10-04T02:26:36.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6222023-10-04T02:26:36.778Z Updating crates.io index
6232023-10-04T02:26:36.786Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6242023-10-04T02:26:37.424Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6252023-10-04T02:26:38.264Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6262023-10-04T02:26:39.947Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6272023-10-04T02:26:40.571Z Updating git repository `http://github.com/oxidecomputer/tofino`
6282023-10-04T02:26:40.887Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6292023-10-04T02:26:41.254Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6302023-10-04T02:26:41.552Z Updating git repository `https://github.com/oxidecomputer/propolis`
6312023-10-04T02:26:42.477Z Updating git repository `https://github.com/oxidecomputer/opte`
6322023-10-04T02:26:43.415Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6332023-10-04T02:26:43.804Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6342023-10-04T02:26:44.102Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6352023-10-04T02:26:44.470Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6362023-10-04T02:26:44.801Z Updating git repository `https://github.com/njaremko/samael`
6372023-10-04T02:26:45.173Z Updating git repository `https://github.com/oxidecomputer/crucible`
6382023-10-04T02:26:46.805Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6392023-10-04T02:26:47.242Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6402023-10-04T02:26:48.337Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6412023-10-04T02:26:48.466Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6422023-10-04T02:26:48.831Z Updating git repository `https://github.com/oxidecomputer/omicron`
6432023-10-04T02:26:57.149Z Updating git repository `https://github.com/oxidecomputer/rfb`
6442023-10-04T02:26:57.508Z Updating git repository `https://github.com/jgallagher/nix`
6452023-10-04T02:26:58.782Z Updating git repository `https://github.com/cbiffle/hubpack`
6462023-10-04T02:26:59.166Z Updating git repository `https://github.com/oxidecomputer/typify`
6472023-10-04T02:27:00.168Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6482023-10-04T02:27:00.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6492023-10-04T02:27:00.918Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6502023-10-04T02:27:02.541Z Downloading crates ...
6512023-10-04T02:27:02.775Z Downloaded http-body v0.4.5
6522023-10-04T02:27:02.793Z Downloaded cargo-platform v0.1.3
6532023-10-04T02:27:02.799Z Downloaded macaddr v1.0.1
6542023-10-04T02:27:02.807Z Downloaded http v0.2.9
6552023-10-04T02:27:02.810Z Downloaded indoc v2.0.3
6562023-10-04T02:27:02.815Z Downloaded nom v7.1.3
6572023-10-04T02:27:02.826Z Downloaded num_enum v0.5.11
6582023-10-04T02:27:02.841Z Downloaded multer v2.1.0
6592023-10-04T02:27:02.847Z Downloaded ident_case v1.0.1
6602023-10-04T02:27:02.853Z Downloaded libloading v0.7.4
6612023-10-04T02:27:02.860Z Downloaded crc32fast v1.3.2
6622023-10-04T02:27:02.868Z Downloaded uuid v1.4.1
6632023-10-04T02:27:02.878Z Downloaded bitflags v2.4.0
6642023-10-04T02:27:02.884Z Downloaded itertools v0.10.5
6652023-10-04T02:27:02.899Z Downloaded ciborium-io v0.2.1
6662023-10-04T02:27:02.905Z Downloaded lru-cache v0.1.2
6672023-10-04T02:27:02.910Z Downloaded new_debug_unreachable v1.0.4
6682023-10-04T02:27:02.913Z Downloaded hubpack_derive v0.1.1
6692023-10-04T02:27:02.916Z Downloaded num v0.4.1
6702023-10-04T02:27:02.920Z Downloaded indexmap v1.9.3
6712023-10-04T02:27:02.926Z Downloaded nodrop v0.1.14
6722023-10-04T02:27:02.931Z Downloaded maplit v1.0.2
6732023-10-04T02:27:02.935Z Downloaded autocfg v1.1.0
6742023-10-04T02:27:02.938Z Downloaded bytes v1.5.0
6752023-10-04T02:27:02.950Z Downloaded camino-tempfile v1.0.2
6762023-10-04T02:27:02.954Z Downloaded num-derive v0.4.0
6772023-10-04T02:27:02.967Z Downloaded clap_derive v4.4.2
6782023-10-04T02:27:02.971Z Downloaded ipnetwork v0.20.0
6792023-10-04T02:27:02.982Z Downloaded hubpack v0.1.2
6802023-10-04T02:27:02.987Z Downloaded cancel-safe-futures v0.1.2
6812023-10-04T02:27:02.992Z Downloaded bb8 v0.8.1
6822023-10-04T02:27:02.996Z Downloaded clang-sys v1.6.1
6832023-10-04T02:27:02.999Z Downloaded num_cpus v1.16.0
6842023-10-04T02:27:03.002Z Downloaded console v0.15.7
6852023-10-04T02:27:03.006Z Downloaded miniz_oxide v0.7.1
6862023-10-04T02:27:03.011Z Downloaded zeroize v1.6.0
6872023-10-04T02:27:03.016Z Downloaded time-macros v0.2.13
6882023-10-04T02:27:03.020Z Downloaded xattr v1.0.1
6892023-10-04T02:27:03.025Z Downloaded fxhash v0.2.1
6902023-10-04T02:27:03.028Z Downloaded humantime v2.1.0
6912023-10-04T02:27:03.032Z Downloaded cookie v0.16.2
6922023-10-04T02:27:03.036Z Downloaded ff v0.13.0
6932023-10-04T02:27:03.041Z Downloaded vergen v8.2.4
6942023-10-04T02:27:03.045Z Downloaded strsim v0.8.0
6952023-10-04T02:27:03.050Z Downloaded ascii v1.1.0
6962023-10-04T02:27:03.053Z Downloaded oso-derive v0.26.4
6972023-10-04T02:27:03.057Z Downloaded scheduled-thread-pool v0.2.7
6982023-10-04T02:27:03.062Z Downloaded pin-utils v0.1.0
6992023-10-04T02:27:03.069Z Downloaded tokio-rustls v0.24.1
7002023-10-04T02:27:03.073Z Downloaded openssl-probe v0.1.5
7012023-10-04T02:27:03.077Z Downloaded vsss-rs v3.3.1
7022023-10-04T02:27:03.081Z Downloaded num-complex v0.4.4
7032023-10-04T02:27:03.086Z Downloaded stringprep v0.1.3
7042023-10-04T02:27:03.089Z Downloaded futures-channel v0.3.28
7052023-10-04T02:27:03.093Z Downloaded thiserror v1.0.48
7062023-10-04T02:27:03.096Z Downloaded foreign-types-shared v0.3.1
7072023-10-04T02:27:03.099Z Downloaded strip-ansi-escapes v0.2.0
7082023-10-04T02:27:03.102Z Downloaded smf v0.2.2
7092023-10-04T02:27:03.106Z Downloaded num_enum v0.7.0
7102023-10-04T02:27:03.113Z Downloaded darling_macro v0.20.3
7112023-10-04T02:27:03.116Z Downloaded signal-hook-registry v1.4.1
7122023-10-04T02:27:03.119Z Downloaded slog-dtrace v0.2.3
7132023-10-04T02:27:03.122Z Downloaded sha1 v0.10.5
7142023-10-04T02:27:03.125Z Downloaded darling_macro v0.14.4
7152023-10-04T02:27:03.129Z Downloaded subprocess v0.2.9
7162023-10-04T02:27:03.132Z Downloaded pkcs8 v0.10.2
7172023-10-04T02:27:03.136Z Downloaded fatfs v0.3.6
7182023-10-04T02:27:03.142Z Downloaded parse-display v0.7.0
7192023-10-04T02:27:03.145Z Downloaded base64 v0.21.4
7202023-10-04T02:27:03.155Z Downloaded doc-comment v0.3.3
7212023-10-04T02:27:03.158Z Downloaded predicates-tree v1.0.9
7222023-10-04T02:27:03.161Z Downloaded peeking_take_while v0.1.2
7232023-10-04T02:27:03.164Z Downloaded rand_chacha v0.3.1
7242023-10-04T02:27:03.172Z Downloaded float-cmp v0.9.0
7252023-10-04T02:27:03.186Z Downloaded pest_derive v2.7.2
7262023-10-04T02:27:03.204Z Downloaded url v2.4.1
7272023-10-04T02:27:03.217Z Downloaded headers-core v0.2.0
7282023-10-04T02:27:03.226Z Downloaded display-error-chain v0.1.1
7292023-10-04T02:27:03.236Z Downloaded rand_xorshift v0.3.0
7302023-10-04T02:27:03.242Z Downloaded unicase v2.7.0
7312023-10-04T02:27:03.249Z Downloaded resolv-conf v0.7.0
7322023-10-04T02:27:03.255Z Downloaded futures-io v0.3.28
7332023-10-04T02:27:03.261Z Downloaded serde_path_to_error v0.1.14
7342023-10-04T02:27:03.266Z Downloaded serde_yaml v0.9.25
7352023-10-04T02:27:03.271Z Downloaded quick-error v1.2.3
7362023-10-04T02:27:03.275Z Downloaded sha2 v0.10.7
7372023-10-04T02:27:03.280Z Downloaded ppv-lite86 v0.2.17
7382023-10-04T02:27:03.287Z Downloaded postgres-types v0.2.6
7392023-10-04T02:27:03.292Z Downloaded zone_cfg_derive v0.2.0
7402023-10-04T02:27:03.295Z Downloaded rustls-pemfile v1.0.3
7412023-10-04T02:27:03.299Z Downloaded rustc_version v0.1.7
7422023-10-04T02:27:03.303Z Downloaded precomputed-hash v0.1.1
7432023-10-04T02:27:03.308Z Downloaded toml_edit v0.19.15
7442023-10-04T02:27:03.313Z Downloaded phf_shared v0.10.0
7452023-10-04T02:27:03.318Z Downloaded ena v0.14.2
7462023-10-04T02:27:03.325Z Downloaded data-encoding v2.4.0
7472023-10-04T02:27:03.330Z Downloaded version_check v0.9.4
7482023-10-04T02:27:03.334Z Downloaded ron v0.8.1
7492023-10-04T02:27:03.341Z Downloaded proc-macro-error v1.0.4
7502023-10-04T02:27:03.346Z Downloaded curve25519-dalek-derive v0.1.0
7512023-10-04T02:27:03.354Z Downloaded tinyvec_macros v0.1.1
7522023-10-04T02:27:03.358Z Downloaded predicates-core v1.0.6
7532023-10-04T02:27:03.366Z Downloaded usdt v0.3.5
7542023-10-04T02:27:03.375Z Downloaded futures-core v0.3.28
7552023-10-04T02:27:03.383Z Downloaded serde_urlencoded v0.7.1
7562023-10-04T02:27:03.388Z Downloaded generic-array v0.14.7
7572023-10-04T02:27:03.394Z Downloaded unicode-segmentation v1.10.1
7582023-10-04T02:27:03.401Z Downloaded enum-iterator-derive v1.2.1
7592023-10-04T02:27:03.406Z Downloaded twox-hash v1.6.3
7602023-10-04T02:27:03.413Z Downloaded ryu v1.0.15
7612023-10-04T02:27:03.418Z Downloaded newtype_derive v0.1.6
7622023-10-04T02:27:03.422Z Downloaded unicode-linebreak v0.1.5
7632023-10-04T02:27:03.428Z Downloaded ucd-trie v0.1.6
7642023-10-04T02:27:03.434Z Downloaded parking_lot_core v0.8.6
7652023-10-04T02:27:03.442Z Downloaded unarray v0.1.4
7662023-10-04T02:27:03.449Z Downloaded hkdf v0.12.3
7672023-10-04T02:27:03.458Z Downloaded equivalent v1.0.1
7682023-10-04T02:27:03.466Z Downloaded ed25519 v1.5.3
7692023-10-04T02:27:03.474Z Downloaded foreign-types v0.5.0
7702023-10-04T02:27:03.481Z Downloaded siphasher v0.3.11
7712023-10-04T02:27:03.489Z Downloaded colored v2.0.4
7722023-10-04T02:27:03.497Z Downloaded num-rational v0.4.1
7732023-10-04T02:27:03.503Z Downloaded path-slash v0.1.5
7742023-10-04T02:27:03.510Z Downloaded dirs-sys-next v0.1.2
7752023-10-04T02:27:03.517Z Downloaded tough v0.12.5
7762023-10-04T02:27:03.523Z Downloaded instant v0.1.12
7772023-10-04T02:27:03.536Z Downloaded futures-task v0.3.28
7782023-10-04T02:27:03.543Z Downloaded openssl-macros v0.1.1
7792023-10-04T02:27:03.553Z Downloaded fnv v1.0.7
7802023-10-04T02:27:03.565Z Downloaded thread_local v1.1.7
7812023-10-04T02:27:03.574Z Downloaded strum_macros v0.25.2
7822023-10-04T02:27:03.582Z Downloaded cstr-argument v0.1.2
7832023-10-04T02:27:03.592Z Downloaded num_enum_derive v0.7.0
7842023-10-04T02:27:03.601Z Downloaded slog-stdlog v4.1.1
7852023-10-04T02:27:03.613Z Downloaded fallible-streaming-iterator v0.1.9
7862023-10-04T02:27:03.620Z Downloaded either v1.9.0
7872023-10-04T02:27:03.666Z Downloaded ref-cast-impl v1.0.20
7882023-10-04T02:27:03.675Z Downloaded papergrid v0.10.0
7892023-10-04T02:27:03.690Z Downloaded scopeguard v1.2.0
7902023-10-04T02:27:03.703Z Downloaded env_logger v0.9.3
7912023-10-04T02:27:03.709Z Downloaded deranged v0.3.8
7922023-10-04T02:27:03.715Z Downloaded memoffset v0.7.1
7932023-10-04T02:27:03.720Z Downloaded toolchain_find v0.2.0
7942023-10-04T02:27:03.727Z Downloaded dyn-clone v1.0.13
7952023-10-04T02:27:03.730Z Downloaded half v1.8.2
7962023-10-04T02:27:03.733Z Downloaded parse-display-derive v0.7.0
7972023-10-04T02:27:03.736Z Downloaded serde_derive_internals v0.26.0
7982023-10-04T02:27:03.741Z Downloaded derive_builder_macro v0.12.0
7992023-10-04T02:27:03.744Z Downloaded pretty-hex v0.2.1
8002023-10-04T02:27:03.748Z Downloaded enum-iterator v1.4.1
8012023-10-04T02:27:03.754Z Downloaded pkg-config v0.3.27
8022023-10-04T02:27:03.758Z Downloaded group v0.13.0
8032023-10-04T02:27:03.762Z Downloaded strum_macros v0.24.3
8042023-10-04T02:27:03.766Z Downloaded omicron-zone-package v0.8.3
8052023-10-04T02:27:03.769Z Downloaded unicode-ident v1.0.12
8062023-10-04T02:27:03.774Z Downloaded futures-macro v0.3.28
8072023-10-04T02:27:03.780Z Downloaded structopt-derive v0.4.18
8082023-10-04T02:27:03.784Z Downloaded foreign-types-shared v0.1.1
8092023-10-04T02:27:03.788Z Downloaded is-terminal v0.4.9
8102023-10-04T02:27:03.791Z Downloaded postcard v0.7.3
8112023-10-04T02:27:03.795Z Downloaded rand_core v0.6.4
8122023-10-04T02:27:03.798Z Downloaded funty v2.0.0
8132023-10-04T02:27:03.805Z Downloaded digest v0.10.7
8142023-10-04T02:27:03.815Z Downloaded serde_arrays v0.1.0
8152023-10-04T02:27:03.819Z Downloaded darling_core v0.20.3
8162023-10-04T02:27:03.822Z Downloaded sha-1 v0.10.1
8172023-10-04T02:27:03.825Z Downloaded derive_builder_core v0.12.0
8182023-10-04T02:27:03.831Z Downloaded oso v0.26.4
8192023-10-04T02:27:03.834Z Downloaded rustc-hash v1.1.0
8202023-10-04T02:27:03.838Z Downloaded thiserror-impl v1.0.48
8212023-10-04T02:27:03.842Z Downloaded heapless v0.7.16
8222023-10-04T02:27:03.846Z Downloaded ringbuffer v0.14.2
8232023-10-04T02:27:03.849Z Downloaded der_derive v0.7.2
8242023-10-04T02:27:03.855Z Downloaded reqwest v0.11.20
8252023-10-04T02:27:03.858Z Downloaded poly1305 v0.8.0
8262023-10-04T02:27:03.862Z Downloaded hyper v0.14.27
8272023-10-04T02:27:03.866Z Downloaded textwrap v0.16.0
8282023-10-04T02:27:03.870Z Downloaded debug-ignore v1.0.5
8292023-10-04T02:27:03.873Z Downloaded serde v1.0.188
8302023-10-04T02:27:03.876Z Downloaded hashbrown v0.14.0
8312023-10-04T02:27:03.882Z Downloaded schemars v0.8.13
8322023-10-04T02:27:03.886Z Downloaded futures v0.3.28
8332023-10-04T02:27:03.889Z Downloaded pest_meta v2.7.2
8342023-10-04T02:27:03.893Z Downloaded flate2 v1.0.27
8352023-10-04T02:27:03.897Z Downloaded pest v2.7.2
8362023-10-04T02:27:03.900Z Downloaded quick-xml v0.23.1
8372023-10-04T02:27:03.906Z Downloaded headers v0.3.9
8382023-10-04T02:27:03.909Z Downloaded webpki-roots v0.25.2
8392023-10-04T02:27:03.912Z Downloaded darling_core v0.14.4
8402023-10-04T02:27:03.918Z Downloaded libxml v0.3.3
8412023-10-04T02:27:03.921Z Downloaded git2 v0.17.2
8422023-10-04T02:27:03.924Z Downloaded serde_json v1.0.107
8432023-10-04T02:27:03.933Z Downloaded trust-dns-proto v0.22.0
8442023-10-04T02:27:03.936Z Downloaded portable-atomic v1.4.3
8452023-10-04T02:27:03.941Z Downloaded object v0.30.4
8462023-10-04T02:27:03.943Z Downloaded lalrpop v0.19.12
8472023-10-04T02:27:03.947Z Downloaded crossterm v0.27.0
8482023-10-04T02:27:03.952Z Downloaded ratatui v0.23.0
8492023-10-04T02:27:03.955Z Downloaded curve25519-dalek v4.1.0
8502023-10-04T02:27:03.958Z Downloaded smoltcp v0.9.1
8512023-10-04T02:27:03.961Z Downloaded proptest v1.2.0
8522023-10-04T02:27:03.964Z Downloaded radix_trie v0.2.1
8532023-10-04T02:27:03.969Z Downloaded rustix v0.37.23
8542023-10-04T02:27:03.975Z Downloaded syn v1.0.109
8552023-10-04T02:27:03.978Z Downloaded rustls v0.21.7
8562023-10-04T02:27:03.986Z Downloaded bstr v1.6.0
8572023-10-04T02:27:04.007Z Downloaded openssl v0.10.57
8582023-10-04T02:27:04.027Z Downloaded object v0.32.1
8592023-10-04T02:27:04.048Z Downloaded diesel v2.1.1
8602023-10-04T02:27:04.100Z Downloaded sha3 v0.10.8
8612023-10-04T02:27:04.105Z Downloaded zerocopy-derive v0.2.0
8622023-10-04T02:27:04.113Z Downloaded openapiv3 v1.0.3
8632023-10-04T02:27:04.140Z Downloaded libc v0.2.148
8642023-10-04T02:27:04.184Z Downloaded tokio v1.32.0
8652023-10-04T02:27:04.370Z Downloaded sled v0.34.7
8662023-10-04T02:27:04.380Z Downloaded rustix v0.38.9
8672023-10-04T02:27:04.385Z Downloaded regex-syntax v0.7.5
8682023-10-04T02:27:04.390Z Downloaded polar-core v0.26.4
8692023-10-04T02:27:04.396Z Downloaded encoding_rs v0.8.33
8702023-10-04T02:27:04.400Z Downloaded regex-automata v0.3.8
8712023-10-04T02:27:04.418Z Downloaded bzip2-sys v0.1.11+1.0.8
8722023-10-04T02:27:04.443Z Downloaded zerocopy-derive v0.6.3
8732023-10-04T02:27:04.463Z Downloaded libgit2-sys v0.15.2+1.6.4
8742023-10-04T02:27:04.572Z Downloaded libz-sys v1.1.12
8752023-10-04T02:27:04.689Z Downloaded nix v0.26.2
8762023-10-04T02:27:04.708Z Downloaded h2 v0.3.21
8772023-10-04T02:27:04.719Z Downloaded petgraph v0.6.4
8782023-10-04T02:27:04.743Z Downloaded bstr v0.2.17
8792023-10-04T02:27:04.761Z Downloaded tabled v0.14.0
8802023-10-04T02:27:04.788Z Downloaded idna v0.4.0
8812023-10-04T02:27:04.800Z Downloaded idna v0.2.3
8822023-10-04T02:27:04.813Z Downloaded smoltcp v0.8.2
8832023-10-04T02:27:04.830Z Downloaded chrono v0.4.31
8842023-10-04T02:27:04.844Z Downloaded gimli v0.28.0
8852023-10-04T02:27:04.859Z Downloaded regex-syntax v0.6.29
8862023-10-04T02:27:04.873Z Downloaded der v0.7.8
8872023-10-04T02:27:04.882Z Downloaded rusqlite v0.29.0
8882023-10-04T02:27:04.893Z Downloaded syn v2.0.32
8892023-10-04T02:27:04.912Z Downloaded regress v0.7.1
8902023-10-04T02:27:04.926Z Downloaded regex v1.9.5
8912023-10-04T02:27:04.949Z Downloaded rustls-webpki v0.101.4
8922023-10-04T02:27:04.975Z Downloaded clap v2.34.0
8932023-10-04T02:27:04.989Z Downloaded rayon v1.7.0
8942023-10-04T02:27:05.008Z Downloaded rayon-core v1.11.0
8952023-10-04T02:27:05.019Z Downloaded trust-dns-resolver v0.22.0
8962023-10-04T02:27:05.025Z Downloaded vcpkg v0.2.15
8972023-10-04T02:27:05.091Z Downloaded typenum v1.16.0
8982023-10-04T02:27:05.096Z Downloaded hashbrown v0.13.2
8992023-10-04T02:27:05.103Z Downloaded aho-corasick v1.0.4
9002023-10-04T02:27:05.113Z Downloaded unicode-normalization v0.1.22
9012023-10-04T02:27:05.121Z Downloaded platforms v3.0.2
9022023-10-04T02:27:05.136Z Downloaded rand v0.8.5
9032023-10-04T02:27:05.141Z Downloaded regex-automata v0.1.10
9042023-10-04T02:27:05.147Z Downloaded winnow v0.5.15
9052023-10-04T02:27:05.153Z Downloaded derive_more v0.99.17
9062023-10-04T02:27:05.162Z Downloaded serde_with v2.3.3
9072023-10-04T02:27:05.171Z Downloaded elliptic-curve v0.13.5
9082023-10-04T02:27:05.178Z Downloaded num-bigint-dig v0.8.4
9092023-10-04T02:27:05.186Z Downloaded clap_builder v4.4.2
9102023-10-04T02:27:05.199Z Downloaded semver v1.0.18
9112023-10-04T02:27:05.202Z Downloaded libsqlite3-sys v0.26.0
9122023-10-04T02:27:05.343Z Downloaded ring v0.16.20
9132023-10-04T02:27:05.506Z Downloaded salty v0.2.0
9142023-10-04T02:27:05.515Z Downloaded bitvec v1.0.1
9152023-10-04T02:27:05.543Z Downloaded futures-util v0.3.28
9162023-10-04T02:27:05.563Z Downloaded x509-cert v0.2.4
9172023-10-04T02:27:05.573Z Downloaded rusty-fork v0.3.0
9182023-10-04T02:27:05.576Z Downloaded serde_tokenstream v0.2.0
9192023-10-04T02:27:05.582Z Downloaded paste v1.0.14
9202023-10-04T02:27:05.586Z Downloaded password-hash v0.5.0
9212023-10-04T02:27:05.590Z Downloaded fs-err v2.9.0
9222023-10-04T02:27:05.605Z Downloaded schemars_derive v0.8.13
9232023-10-04T02:27:05.612Z Downloaded hex v0.4.3
9242023-10-04T02:27:05.616Z Downloaded enum-as-inner v0.5.1
9252023-10-04T02:27:05.619Z Downloaded block-padding v0.3.3
9262023-10-04T02:27:05.622Z Downloaded const_format_proc_macros v0.2.31
9272023-10-04T02:27:05.625Z Downloaded parking_lot_core v0.9.8
9282023-10-04T02:27:05.630Z Downloaded olpc-cjson v0.1.3
9292023-10-04T02:27:05.633Z Downloaded pem-rfc7468 v0.7.0
9302023-10-04T02:27:05.636Z Downloaded rustc-demangle v0.1.23
9312023-10-04T02:27:05.639Z Downloaded proc-macro2 v1.0.67
9322023-10-04T02:27:05.644Z Downloaded crypto-bigint v0.5.2
9332023-10-04T02:27:05.648Z Downloaded crypto-common v0.1.6
9342023-10-04T02:27:05.652Z Downloaded derive_builder v0.12.0
9352023-10-04T02:27:05.656Z Downloaded slog v2.7.0
9362023-10-04T02:27:05.659Z Downloaded tungstenite v0.17.3
9372023-10-04T02:27:05.663Z Downloaded reedline v0.23.0
9382023-10-04T02:27:05.666Z Downloaded flume v0.11.0
9392023-10-04T02:27:05.669Z Downloaded tungstenite v0.18.0
9402023-10-04T02:27:05.674Z Downloaded percent-encoding v2.3.0
9412023-10-04T02:27:05.680Z Downloaded stable_deref_trait v1.2.0
9422023-10-04T02:27:05.685Z Downloaded usdt-impl v0.3.5
9432023-10-04T02:27:05.724Z Downloaded predicates v2.1.5
9442023-10-04T02:27:05.730Z Downloaded io-lifetimes v1.0.11
9452023-10-04T02:27:05.736Z Downloaded diesel_derives v2.1.1
9462023-10-04T02:27:05.740Z Downloaded smallvec v1.11.0
9472023-10-04T02:27:05.746Z Downloaded time v0.3.27
9482023-10-04T02:27:05.749Z Downloaded once_cell v1.18.0
9492023-10-04T02:27:05.752Z Downloaded crossterm v0.26.1
9502023-10-04T02:27:05.755Z Downloaded pem v1.1.1
9512023-10-04T02:27:05.769Z Downloaded aes v0.8.3
9522023-10-04T02:27:05.773Z Downloaded bindgen v0.65.1
9532023-10-04T02:27:05.777Z Downloaded slog-bunyan v2.4.0
9542023-10-04T02:27:05.781Z Downloaded serde_with_macros v2.3.3
9552023-10-04T02:27:05.784Z Downloaded parking_lot v0.12.1
9562023-10-04T02:27:05.788Z Downloaded similar v2.2.1
9572023-10-04T02:27:05.791Z Downloaded proc-macro-error-attr v1.0.4
9582023-10-04T02:27:05.795Z Downloaded structmeta v0.1.6
9592023-10-04T02:27:05.799Z Downloaded strsim v0.10.0
9602023-10-04T02:27:05.803Z Downloaded spki v0.7.2
9612023-10-04T02:27:05.807Z Downloaded ref-cast v1.0.20
9622023-10-04T02:27:05.813Z Downloaded hash32 v0.2.1
9632023-10-04T02:27:05.818Z Downloaded parking_lot v0.11.2
9642023-10-04T02:27:05.822Z Downloaded unicode-bidi v0.3.13
9652023-10-04T02:27:05.826Z Downloaded hashbrown v0.12.3
9662023-10-04T02:27:05.829Z Downloaded snafu v0.7.5
9672023-10-04T02:27:05.833Z Downloaded tracing v0.1.37
9682023-10-04T02:27:05.837Z Downloaded itertools v0.11.0
9692023-10-04T02:27:05.839Z Downloaded path-absolutize v3.1.0
9702023-10-04T02:27:05.843Z Downloaded getrandom v0.2.10
9712023-10-04T02:27:05.846Z Downloaded hashlink v0.8.3
9722023-10-04T02:27:05.849Z Downloaded trust-dns-server v0.22.1
9732023-10-04T02:27:05.853Z Downloaded const_format v0.2.31
9742023-10-04T02:27:05.857Z Downloaded rsa v0.9.2
9752023-10-04T02:27:05.861Z Downloaded clap_lex v0.5.1
9762023-10-04T02:27:05.864Z Downloaded ctr v0.9.2
9772023-10-04T02:27:05.867Z Downloaded snafu-derive v0.7.5
9782023-10-04T02:27:05.870Z Downloaded mockall v0.11.4
9792023-10-04T02:27:05.873Z Downloaded path-dedot v3.1.0
9802023-10-04T02:27:05.878Z Downloaded mio v0.8.8
9812023-10-04T02:27:05.881Z Downloaded ron v0.7.1
9822023-10-04T02:27:05.884Z Downloaded rcgen v0.10.0
9832023-10-04T02:27:05.890Z Downloaded signal-hook-mio v0.2.3
9842023-10-04T02:27:05.900Z Downloaded fragile v2.0.0
9852023-10-04T02:27:05.908Z Downloaded futures-sink v0.3.28
9862023-10-04T02:27:05.912Z Downloaded socket2 v0.4.9
9872023-10-04T02:27:05.916Z Downloaded futures-executor v0.3.28
9882023-10-04T02:27:05.920Z Downloaded prettyplease v0.2.12
9892023-10-04T02:27:05.925Z Downloaded yasna v0.5.2
9902023-10-04T02:27:05.928Z Downloaded openssl-sys v0.9.93
9912023-10-04T02:27:05.937Z Downloaded wyz v0.5.1
9922023-10-04T02:27:05.940Z Downloaded dof v0.1.5
9932023-10-04T02:27:05.943Z Downloaded darling v0.14.4
9942023-10-04T02:27:05.946Z Downloaded owo-colors v3.5.0
9952023-10-04T02:27:05.949Z Downloaded diff v0.1.13
9962023-10-04T02:27:05.953Z Downloaded derive-where v1.2.5
9972023-10-04T02:27:05.956Z Downloaded serde_plain v1.0.2
9982023-10-04T02:27:05.959Z Downloaded postgres-protocol v0.6.6
9992023-10-04T02:27:05.962Z Downloaded signature v2.1.0
10002023-10-04T02:27:05.965Z Downloaded packed_struct v0.10.1
10012023-10-04T02:27:05.968Z Downloaded darling v0.20.3
10022023-10-04T02:27:05.971Z Downloaded polyval v0.6.1
10032023-10-04T02:27:05.975Z Downloaded getopts v0.2.21
10042023-10-04T02:27:05.978Z Downloaded slog-term v2.9.0
10052023-10-04T02:27:05.984Z Downloaded tar v0.4.40
10062023-10-04T02:27:05.987Z Downloaded tokio-util v0.7.8
10072023-10-04T02:27:05.990Z Downloaded form_urlencoded v1.2.0
10082023-10-04T02:27:05.993Z Downloaded predicates v3.0.3
10092023-10-04T02:27:05.997Z Downloaded same-file v1.0.6
10102023-10-04T02:27:06.003Z Downloaded pin-project-lite v0.2.13
10112023-10-04T02:27:06.007Z Downloaded postcard-cobs v0.1.5-pre
10122023-10-04T02:27:06.010Z Downloaded dirs-next v2.0.0
10132023-10-04T02:27:06.014Z Downloaded tracing-core v0.1.31
10142023-10-04T02:27:06.021Z Downloaded toml_edit v0.20.0
10152023-10-04T02:27:06.027Z Downloaded num_threads v0.1.6
10162023-10-04T02:27:06.032Z Downloaded trust-dns-client v0.22.0
10172023-10-04T02:27:06.035Z Downloaded serde_derive v1.0.188
10182023-10-04T02:27:06.039Z Downloaded unsafe-libyaml v0.2.9
10192023-10-04T02:27:06.045Z Downloaded socket2 v0.5.3
10202023-10-04T02:27:06.052Z Downloaded flagset v0.4.3
10212023-10-04T02:27:06.056Z Downloaded tokio-postgres v0.7.10
10222023-10-04T02:27:06.062Z Downloaded difflib v0.4.0
10232023-10-04T02:27:06.066Z Downloaded packed_struct_codegen v0.10.1
10242023-10-04T02:27:06.069Z Downloaded serde_repr v0.1.16
10252023-10-04T02:27:06.073Z Downloaded fixedbitset v0.4.2
10262023-10-04T02:27:06.076Z Downloaded endian-type v0.1.2
10272023-10-04T02:27:06.081Z Downloaded tokio-tungstenite v0.17.2
10282023-10-04T02:27:06.087Z Downloaded smallvec v0.6.14
10292023-10-04T02:27:06.092Z Downloaded backtrace v0.3.69
10302023-10-04T02:27:06.096Z Downloaded phf_shared v0.11.2
10312023-10-04T02:27:06.100Z Downloaded bitstruct v0.1.1
10322023-10-04T02:27:06.105Z Downloaded tui-tree-widget v0.13.0
10332023-10-04T02:27:06.108Z Downloaded try-lock v0.2.4
10342023-10-04T02:27:06.113Z Downloaded serde-big-array v0.4.1
10352023-10-04T02:27:06.117Z Downloaded const-oid v0.9.5
10362023-10-04T02:27:06.121Z Downloaded number_prefix v0.4.0
10372023-10-04T02:27:06.124Z Downloaded globset v0.4.13
10382023-10-04T02:27:06.128Z Downloaded pkcs1 v0.7.5
10392023-10-04T02:27:06.132Z Downloaded untrusted v0.7.1
10402023-10-04T02:27:06.135Z Downloaded rtoolbox v0.0.1
10412023-10-04T02:27:06.138Z Downloaded mockall_derive v0.11.4
10422023-10-04T02:27:06.141Z Downloaded memchr v2.6.3
10432023-10-04T02:27:06.144Z Downloaded unicode-width v0.1.10
10442023-10-04T02:27:06.148Z Downloaded textwrap v0.11.0
10452023-10-04T02:27:06.153Z Downloaded zip v0.6.6
10462023-10-04T02:27:06.157Z Downloaded dtrace-parser v0.1.14
10472023-10-04T02:27:06.160Z Downloaded downcast v0.11.0
10482023-10-04T02:27:06.163Z Downloaded diesel_table_macro_syntax v0.1.0
10492023-10-04T02:27:06.167Z Downloaded env_logger v0.10.0
10502023-10-04T02:27:06.170Z Downloaded minimal-lexical v0.2.1
10512023-10-04T02:27:06.173Z Downloaded crossbeam-channel v0.5.8
10522023-10-04T02:27:06.181Z Downloaded erased-serde v0.3.30
10532023-10-04T02:27:06.187Z Downloaded zerocopy v0.6.3
10542023-10-04T02:27:06.192Z Downloaded structmeta-derive v0.1.6
10552023-10-04T02:27:06.198Z Downloaded proc-macro-crate v1.3.1
10562023-10-04T02:27:06.204Z Downloaded slog-async v2.8.0
10572023-10-04T02:27:06.211Z Downloaded signature v1.6.4
10582023-10-04T02:27:06.214Z Downloaded base64 v0.13.1
10592023-10-04T02:27:06.219Z Downloaded static_assertions v1.1.0
10602023-10-04T02:27:06.225Z Downloaded jobserver v0.1.26
10612023-10-04T02:27:06.229Z Downloaded r2d2 v0.8.10
10622023-10-04T02:27:06.233Z Downloaded spin v0.9.8
10632023-10-04T02:27:06.240Z Downloaded signal-hook v0.3.17
10642023-10-04T02:27:06.243Z Downloaded quote v1.0.33
10652023-10-04T02:27:06.247Z Downloaded glob v0.3.1
10662023-10-04T02:27:06.252Z Downloaded shell-words v1.1.0
10672023-10-04T02:27:06.255Z Downloaded rustls-native-certs v0.6.3
10682023-10-04T02:27:06.258Z Downloaded phf v0.11.2
10692023-10-04T02:27:06.262Z Downloaded pest_generator v2.7.2
10702023-10-04T02:27:06.266Z Downloaded semver-parser v0.10.2
10712023-10-04T02:27:06.271Z Downloaded radium v0.7.0
10722023-10-04T02:27:06.274Z Downloaded semver v0.11.0
10732023-10-04T02:27:06.277Z Downloaded semver v0.1.20
10742023-10-04T02:27:06.281Z Downloaded rustc_version v0.4.0
10752023-10-04T02:27:06.284Z Downloaded tap v1.0.1
10762023-10-04T02:27:06.287Z Downloaded foreign-types v0.3.2
10772023-10-04T02:27:06.293Z Downloaded pretty-hex v0.3.0
10782023-10-04T02:27:06.298Z Downloaded smawk v0.3.1
10792023-10-04T02:27:06.301Z Downloaded arc-swap v1.6.0
10802023-10-04T02:27:06.304Z Downloaded nu-ansi-term v0.49.0
10812023-10-04T02:27:06.315Z Downloaded keccak v0.1.4
10822023-10-04T02:27:06.324Z Downloaded termtree v0.4.1
10832023-10-04T02:27:06.338Z Downloaded crossbeam-utils v0.8.16
10842023-10-04T02:27:06.346Z Downloaded md-5 v0.10.5
10852023-10-04T02:27:06.353Z Downloaded errno v0.3.2
10862023-10-04T02:27:06.357Z Downloaded foreign-types-macros v0.2.3
10872023-10-04T02:27:06.363Z Downloaded fallible-iterator v0.2.0
10882023-10-04T02:27:06.366Z Downloaded rpassword v7.2.0
10892023-10-04T02:27:06.370Z Downloaded fastrand v2.0.0
10902023-10-04T02:27:06.374Z Downloaded allocator-api2 v0.2.16
10912023-10-04T02:27:06.377Z Downloaded zerocopy v0.3.0
10922023-10-04T02:27:06.381Z Downloaded usdt-macro v0.3.5
10932023-10-04T02:27:06.384Z Downloaded nanorand v0.7.0
10942023-10-04T02:27:06.387Z Downloaded mime_guess v2.0.4
10952023-10-04T02:27:06.390Z Downloaded indicatif v0.17.6
10962023-10-04T02:27:06.395Z Downloaded string_cache v0.8.7
10972023-10-04T02:27:06.400Z Downloaded argon2 v0.5.2
10982023-10-04T02:27:06.403Z Downloaded crc-any v2.4.3
10992023-10-04T02:27:06.406Z Downloaded strum v0.25.0
11002023-10-04T02:27:06.410Z Downloaded signal-hook-tokio v0.3.1
11012023-10-04T02:27:06.413Z Downloaded term v0.7.0
11022023-10-04T02:27:06.415Z Downloaded addr2line v0.21.0
11032023-10-04T02:27:06.418Z Downloaded toml v0.7.8
11042023-10-04T02:27:06.421Z Downloaded toml v0.5.11
11052023-10-04T02:27:06.424Z Downloaded opaque-debug v0.3.0
11062023-10-04T02:27:06.427Z Downloaded tempfile v3.8.0
11072023-10-04T02:27:06.431Z Downloaded toml v0.8.0
11082023-10-04T02:27:06.433Z Downloaded subtle v2.5.0
11092023-10-04T02:27:06.436Z Downloaded serde-hex v0.1.0
11102023-10-04T02:27:06.439Z Downloaded filetime v0.2.22
11112023-10-04T02:27:06.443Z Downloaded tracing-attributes v0.1.26
11122023-10-04T02:27:06.446Z Downloaded test-strategy v0.2.1
11132023-10-04T02:27:06.449Z Downloaded aes-gcm-siv v0.11.1
11142023-10-04T02:27:06.452Z Downloaded mime v0.3.17
11152023-10-04T02:27:06.455Z Downloaded clap v4.4.3
11162023-10-04T02:27:06.458Z Downloaded managed v0.8.0
11172023-10-04T02:27:06.462Z Downloaded impl-trait-for-tuples v0.2.2
11182023-10-04T02:27:06.465Z Downloaded anyhow v1.0.75
11192023-10-04T02:27:06.469Z Downloaded num-traits v0.2.16
11202023-10-04T02:27:06.475Z Downloaded ahash v0.8.3
11212023-10-04T02:27:06.479Z Downloaded utf8parse v0.2.1
11222023-10-04T02:27:06.482Z Downloaded lazycell v1.3.0
11232023-10-04T02:27:06.485Z Downloaded fd-lock v3.0.13
11242023-10-04T02:27:06.489Z Downloaded zone v0.2.0
11252023-10-04T02:27:06.492Z Downloaded colorchoice v1.0.0
11262023-10-04T02:27:06.495Z Downloaded which v4.4.0
11272023-10-04T02:27:06.498Z Downloaded vte v0.11.1
11282023-10-04T02:27:06.501Z Downloaded tokio-tungstenite v0.18.0
11292023-10-04T02:27:06.504Z Downloaded tiny-keccak v2.0.2
11302023-10-04T02:27:06.507Z Downloaded termios v0.3.3
11312023-10-04T02:27:06.510Z Downloaded slog-scope v4.4.0
11322023-10-04T02:27:06.513Z Downloaded slog-json v2.6.1
11332023-10-04T02:27:06.516Z Downloaded slog-envlogger v2.2.0
11342023-10-04T02:27:06.519Z Downloaded sct v0.7.0
11352023-10-04T02:27:06.523Z Downloaded rustversion v1.0.14
11362023-10-04T02:27:06.526Z Downloaded topological-sort v0.2.2
11372023-10-04T02:27:06.529Z Downloaded tokio-macros v2.1.0
11382023-10-04T02:27:06.533Z Downloaded blake2 v0.10.6
11392023-10-04T02:27:06.537Z Downloaded aead v0.5.2
11402023-10-04T02:27:06.541Z Downloaded matches v0.1.10
11412023-10-04T02:27:06.544Z Downloaded indexmap v2.0.0
11422023-10-04T02:27:06.547Z Downloaded tower-service v0.3.2
11432023-10-04T02:27:06.550Z Downloaded tokio-native-tls v0.3.1
11442023-10-04T02:27:06.555Z Downloaded time-core v0.1.1
11452023-10-04T02:27:06.558Z Downloaded async-trait v0.1.73
11462023-10-04T02:27:06.562Z Downloaded cpufeatures v0.2.9
11472023-10-04T02:27:06.565Z Downloaded synstructure v0.12.6
11482023-10-04T02:27:06.568Z Downloaded vec_map v0.8.2
11492023-10-04T02:27:06.571Z Downloaded libefi-sys v0.1.0
11502023-10-04T02:27:06.574Z Downloaded bzip2 v0.4.4
11512023-10-04T02:27:06.577Z Downloaded zeroize_derive v1.4.2
11522023-10-04T02:27:06.580Z Downloaded whoami v1.4.1
11532023-10-04T02:27:06.583Z Downloaded ciborium v0.2.1
11542023-10-04T02:27:06.586Z Downloaded atty v0.2.14
11552023-10-04T02:27:06.589Z Downloaded anstyle-parse v0.2.1
11562023-10-04T02:27:06.591Z Downloaded walkdir v2.4.0
11572023-10-04T02:27:06.595Z Downloaded utf-8 v0.7.6
11582023-10-04T02:27:06.598Z Downloaded slab v0.4.9
11592023-10-04T02:27:06.601Z Downloaded serde_tokenstream v0.1.7
11602023-10-04T02:27:06.617Z Downloaded rustfmt-wrapper v0.2.0
11612023-10-04T02:27:06.620Z Downloaded linked-hash-map v0.5.6
11622023-10-04T02:27:06.623Z Downloaded nibble_vec v0.1.0
11632023-10-04T02:27:06.626Z Downloaded async-recursion v1.0.5
11642023-10-04T02:27:06.628Z Downloaded base16ct v0.2.0
11652023-10-04T02:27:06.631Z Downloaded unicode-xid v0.2.4
11662023-10-04T02:27:06.634Z Downloaded toml_datetime v0.6.3
11672023-10-04T02:27:06.638Z Downloaded thiserror-no-std v2.0.2
11682023-10-04T02:27:06.641Z Downloaded bitflags v1.3.2
11692023-10-04T02:27:06.646Z Downloaded thread-id v4.2.0
11702023-10-04T02:27:06.649Z Downloaded want v0.3.1
11712023-10-04T02:27:06.652Z Downloaded usdt-attr-macro v0.3.5
11722023-10-04T02:27:06.655Z Downloaded shlex v1.1.0
11732023-10-04T02:27:06.660Z Downloaded serde-big-array v0.5.1
11742023-10-04T02:27:06.663Z Downloaded camino v1.1.6
11752023-10-04T02:27:06.666Z Downloaded buf-list v1.0.3
11762023-10-04T02:27:06.669Z Downloaded heck v0.3.3
11772023-10-04T02:27:06.672Z Downloaded block-buffer v0.10.4
11782023-10-04T02:27:06.739Z Downloaded bit_field v0.10.2
11792023-10-04T02:27:06.745Z Downloaded heck v0.4.1
11802023-10-04T02:27:06.749Z Downloaded ansi_term v0.12.1
11812023-10-04T02:27:06.753Z Downloaded crunchy v0.2.2
11822023-10-04T02:27:06.756Z Downloaded waitgroup v0.1.2
11832023-10-04T02:27:06.759Z Downloaded serde_spanned v0.6.3
11842023-10-04T02:27:06.762Z Downloaded secrecy v0.8.0
11852023-10-04T02:27:06.767Z Downloaded ipnet v2.8.0
11862023-10-04T02:27:06.772Z Downloaded crc v3.0.1
11872023-10-04T02:27:06.776Z Downloaded cfg-if v0.1.10
11882023-10-04T02:27:06.779Z Downloaded async-stream v0.3.5
11892023-10-04T02:27:06.782Z Downloaded anstyle-query v1.0.0
11902023-10-04T02:27:06.788Z Downloaded ascii-canvas v3.0.0
11912023-10-04T02:27:06.797Z Downloaded wait-timeout v0.2.0
11922023-10-04T02:27:06.801Z Downloaded vte_generate_state_changes v0.1.1
11932023-10-04T02:27:06.804Z Downloaded universal-hash v0.5.1
11942023-10-04T02:27:06.807Z Downloaded corncobs v0.1.3
11952023-10-04T02:27:06.810Z Downloaded num-integer v0.1.45
11962023-10-04T02:27:06.813Z Downloaded maybe-uninit v2.0.0
11972023-10-04T02:27:06.816Z Downloaded bitfield v0.14.0
11982023-10-04T02:27:06.819Z Downloaded home v0.5.5
11992023-10-04T02:27:06.822Z Downloaded bincode v1.3.3
12002023-10-04T02:27:06.825Z Downloaded backoff v0.4.0
12012023-10-04T02:27:06.828Z Downloaded anstream v0.5.0
12022023-10-04T02:27:06.831Z Downloaded lock_api v0.4.10
12032023-10-04T02:27:06.834Z Downloaded num_enum_derive v0.5.11
12042023-10-04T02:27:06.836Z Downloaded normalize-line-endings v0.3.0
12052023-10-04T02:27:06.840Z Downloaded lazy_static v1.4.0
12062023-10-04T02:27:06.844Z Downloaded ciborium-ll v0.2.1
12072023-10-04T02:27:06.847Z Downloaded indoc v1.0.9
12082023-10-04T02:27:06.850Z Downloaded async-stream-impl v0.3.5
12092023-10-04T02:27:06.853Z Downloaded anstyle v1.0.2
12102023-10-04T02:27:06.856Z Downloaded convert_case v0.4.0
12112023-10-04T02:27:06.860Z Downloaded bytecount v0.6.3
12122023-10-04T02:27:06.864Z Downloaded bitstruct_derive v0.1.0
12132023-10-04T02:27:06.869Z Downloaded base64ct v1.6.0
12142023-10-04T02:27:06.871Z Downloaded linear-map v1.2.0
12152023-10-04T02:27:06.874Z Downloaded libm v0.2.7
12162023-10-04T02:27:06.882Z Downloaded inout v0.1.3
12172023-10-04T02:27:06.885Z Downloaded crossbeam-queue v0.3.8
12182023-10-04T02:27:06.892Z Downloaded array-init v0.0.4
12192023-10-04T02:27:06.894Z Downloaded assert_matches v1.5.0
12202023-10-04T02:27:06.898Z Downloaded tinyvec v1.6.0
12212023-10-04T02:27:06.901Z Downloaded match_cfg v0.1.0
12222023-10-04T02:27:06.904Z Downloaded log v0.4.20
12232023-10-04T02:27:06.907Z Downloaded memoffset v0.9.0
12242023-10-04T02:27:06.910Z Downloaded hyper-staticfile v0.9.5
12252023-10-04T02:27:06.913Z Downloaded crossbeam-deque v0.8.3
12262023-10-04T02:27:06.916Z Downloaded cc v1.0.83
12272023-10-04T02:27:06.919Z Downloaded crossbeam-epoch v0.9.15
12282023-10-04T02:27:06.922Z Downloaded crossbeam v0.8.2
12292023-10-04T02:27:06.926Z Downloaded tokio-stream v0.1.14
12302023-10-04T02:27:06.929Z Downloaded thiserror-impl-no-std v2.0.2
12312023-10-04T02:27:06.932Z Downloaded structopt v0.3.26
12322023-10-04T02:27:06.935Z Downloaded spin v0.5.2
12332023-10-04T02:27:06.938Z Downloaded lalrpop-util v0.19.12
12342023-10-04T02:27:06.941Z Downloaded terminal_size v0.2.6
12352023-10-04T02:27:06.944Z Downloaded termcolor v1.2.0
12362023-10-04T02:27:06.947Z Downloaded tabled_derive v0.6.0
12372023-10-04T02:27:06.954Z Downloaded take_mut v0.2.2
12382023-10-04T02:27:06.959Z Downloaded steno v0.4.0
12392023-10-04T02:27:06.962Z Downloaded hmac v0.12.1
12402023-10-04T02:27:06.965Z Downloaded cipher v0.4.4
12412023-10-04T02:27:06.968Z Downloaded chacha20poly1305 v0.10.1
12422023-10-04T02:27:06.971Z Downloaded chacha20 v0.9.1
12432023-10-04T02:27:06.975Z Downloaded iana-time-zone v0.1.57
12442023-10-04T02:27:06.978Z Downloaded httparse v1.8.0
12452023-10-04T02:27:06.981Z Downloaded cargo_toml v0.16.3
12462023-10-04T02:27:06.987Z Downloaded itoa v1.0.9
12472023-10-04T02:27:06.990Z Downloaded hyper-tls v0.5.0
12482023-10-04T02:27:06.993Z Downloaded num-iter v0.1.43
12492023-10-04T02:27:06.996Z Downloaded num-bigint v0.4.4
12502023-10-04T02:27:06.999Z Downloaded native-tls v0.2.11
12512023-10-04T02:27:07.002Z Downloaded hyper-rustls v0.24.1
12522023-10-04T02:27:07.006Z Downloaded crc-catalog v2.2.0
12532023-10-04T02:27:07.009Z Downloaded cassowary v0.3.0
12542023-10-04T02:27:07.012Z Downloaded bytesize v1.3.0
12552023-10-04T02:27:07.015Z Downloaded httpdate v1.0.3
12562023-10-04T02:27:07.018Z Downloaded http-range v0.1.5
12572023-10-04T02:27:07.021Z Downloaded cfg-if v1.0.0
12582023-10-04T02:27:07.024Z Downloaded cexpr v0.6.0
12592023-10-04T02:27:07.027Z Downloaded cargo_metadata v0.18.0
12602023-10-04T02:27:07.032Z Downloaded bit-set v0.5.3
12612023-10-04T02:27:07.034Z Downloaded adler v1.0.2
12622023-10-04T02:27:07.039Z Downloaded hostname v0.3.1
12632023-10-04T02:27:07.042Z Downloaded byteorder v1.4.3
12642023-10-04T02:27:07.045Z Downloaded bit-vec v0.6.3
12652023-10-04T02:27:07.048Z Downloaded atomic-waker v1.1.1
12662023-10-04T02:27:07.164Z Compiling proc-macro2 v1.0.67
12672023-10-04T02:27:07.168Z Compiling unicode-ident v1.0.12
12682023-10-04T02:27:07.171Z Compiling libc v0.2.148
12692023-10-04T02:27:07.174Z Compiling serde v1.0.188
12702023-10-04T02:27:07.184Z Compiling autocfg v1.1.0
12712023-10-04T02:27:07.201Z Compiling version_check v0.9.4
12722023-10-04T02:27:07.204Z Compiling cfg-if v1.0.0
12732023-10-04T02:27:07.407Z Compiling syn v1.0.109
12742023-10-04T02:27:07.434Z Compiling once_cell v1.18.0
12752023-10-04T02:27:07.563Z Compiling parking_lot_core v0.9.8
12762023-10-04T02:27:08.126Z Compiling libm v0.2.7
12772023-10-04T02:27:08.285Z Compiling ahash v0.8.3
12782023-10-04T02:27:08.418Z Compiling lock_api v0.4.10
12792023-10-04T02:27:09.211Z Compiling num-traits v0.2.16
12802023-10-04T02:27:09.214Z Compiling typenum v1.16.0
12812023-10-04T02:27:09.217Z Compiling thiserror v1.0.48
12822023-10-04T02:27:09.369Z Compiling futures-core v0.3.28
12832023-10-04T02:27:09.484Z Compiling generic-array v0.14.7
12842023-10-04T02:27:09.825Z Compiling memchr v2.6.3
12852023-10-04T02:27:09.890Z Compiling itoa v1.0.9
12862023-10-04T02:27:10.219Z Compiling scopeguard v1.2.0
12872023-10-04T02:27:10.280Z Compiling pkg-config v0.3.27
12882023-10-04T02:27:10.687Z Compiling quote v1.0.33
12892023-10-04T02:27:10.782Z Compiling slab v0.4.9
12902023-10-04T02:27:11.203Z Compiling futures-channel v0.3.28
12912023-10-04T02:27:11.628Z Compiling syn v2.0.32
12922023-10-04T02:27:11.688Z Compiling jobserver v0.1.26
12932023-10-04T02:27:12.091Z Compiling getrandom v0.2.10
12942023-10-04T02:27:12.540Z Compiling cc v1.0.83
12952023-10-04T02:27:12.662Z Compiling futures-task v0.3.28
12962023-10-04T02:27:13.013Z Compiling futures-util v0.3.28
12972023-10-04T02:27:13.406Z Compiling log v0.4.20
12982023-10-04T02:27:13.864Z Compiling ryu v1.0.15
12992023-10-04T02:27:14.062Z Compiling pin-project-lite v0.2.13
13002023-10-04T02:27:14.244Z Compiling serde_json v1.0.107
13012023-10-04T02:27:14.405Z Compiling schemars v0.8.13
13022023-10-04T02:27:14.816Z Compiling smallvec v1.11.0
13032023-10-04T02:27:14.819Z Compiling vcpkg v0.2.15
13042023-10-04T02:27:15.562Z Compiling allocator-api2 v0.2.16
13052023-10-04T02:27:16.767Z Compiling parking_lot v0.12.1
13062023-10-04T02:27:16.869Z Compiling hashbrown v0.14.0
13072023-10-04T02:27:17.270Z Compiling ring v0.16.20
13082023-10-04T02:27:17.531Z Compiling openssl-sys v0.9.93
13092023-10-04T02:27:18.825Z Compiling num_cpus v1.16.0
13102023-10-04T02:27:19.262Z Compiling equivalent v1.0.1
13112023-10-04T02:27:19.456Z Compiling rand_core v0.6.4
13122023-10-04T02:27:20.011Z Compiling indexmap v1.9.3
13132023-10-04T02:27:20.066Z Compiling heck v0.4.1
13142023-10-04T02:27:20.157Z Compiling byteorder v1.4.3
13152023-10-04T02:27:20.756Z Compiling httparse v1.8.0
13162023-10-04T02:27:20.881Z Compiling spin v0.5.2
13172023-10-04T02:27:20.927Z Compiling mio v0.8.8
13182023-10-04T02:27:21.254Z Compiling socket2 v0.5.3
13192023-10-04T02:27:21.277Z Compiling signal-hook-registry v1.4.1
13202023-10-04T02:27:23.831Z Compiling serde_derive_internals v0.26.0
13212023-10-04T02:27:24.288Z Compiling semver v1.0.18
13222023-10-04T02:27:24.338Z Compiling openssl v0.10.57
13232023-10-04T02:27:24.366Z Compiling fnv v1.0.7
13242023-10-04T02:27:24.975Z Compiling rustls v0.21.7
13252023-10-04T02:27:25.025Z Compiling iana-time-zone v0.1.57
13262023-10-04T02:27:25.344Z Compiling unicode-xid v0.2.4
13272023-10-04T02:27:25.384Z Compiling native-tls v0.2.11
13282023-10-04T02:27:25.498Z Compiling ucd-trie v0.1.6
13292023-10-04T02:27:25.563Z Compiling crossbeam-utils v0.8.16
13302023-10-04T02:27:25.592Z Compiling synstructure v0.12.6
13312023-10-04T02:27:27.394Z Compiling futures-sink v0.3.28
13322023-10-04T02:27:27.699Z Compiling io-lifetimes v1.0.11
13332023-10-04T02:27:27.838Z Compiling winnow v0.5.15
13342023-10-04T02:27:27.987Z Compiling backtrace v0.3.69
13352023-10-04T02:27:28.304Z Compiling dyn-clone v1.0.13
13362023-10-04T02:27:28.393Z Compiling tinyvec_macros v0.1.1
13372023-10-04T02:27:28.531Z Compiling tinyvec v1.6.0
13382023-10-04T02:27:29.328Z Compiling tracing-core v0.1.31
13392023-10-04T02:27:29.385Z Compiling num-integer v0.1.45
13402023-10-04T02:27:29.426Z Compiling memoffset v0.9.0
13412023-10-04T02:27:29.518Z Compiling pin-utils v0.1.0
13422023-10-04T02:27:29.658Z Compiling rustix v0.38.9
13432023-10-04T02:27:29.790Z Compiling subtle v2.5.0
13442023-10-04T02:27:29.851Z Compiling futures-io v0.3.28
13452023-10-04T02:27:30.450Z Compiling rustix v0.37.23
13462023-10-04T02:27:30.824Z Compiling hashbrown v0.13.2
13472023-10-04T02:27:31.283Z Compiling unicode-normalization v0.1.22
13482023-10-04T02:27:31.315Z Compiling aho-corasick v1.0.4
13492023-10-04T02:27:31.347Z Compiling usdt-impl v0.3.5
13502023-10-04T02:27:32.864Z Compiling time-core v0.1.1
13512023-10-04T02:27:33.115Z Compiling crc32fast v1.3.2
13522023-10-04T02:27:33.213Z Compiling regex-syntax v0.7.5
13532023-10-04T02:27:33.707Z Compiling slog v2.7.0
13542023-10-04T02:27:33.891Z Compiling unicode-bidi v0.3.13
13552023-10-04T02:27:33.962Z Compiling serde_derive v1.0.188
13562023-10-04T02:27:34.090Z Compiling zeroize_derive v1.4.2
13572023-10-04T02:27:34.176Z Compiling thiserror-impl v1.0.48
13582023-10-04T02:27:34.368Z Compiling tokio-macros v2.1.0
13592023-10-04T02:27:34.521Z Compiling futures-macro v0.3.28
13602023-10-04T02:27:36.011Z Compiling tracing-attributes v0.1.26
13612023-10-04T02:27:36.547Z Compiling schemars_derive v0.8.13
13622023-10-04T02:27:36.789Z Compiling zeroize v1.6.0
13632023-10-04T02:27:37.708Z Compiling openssl-macros v0.1.1
13642023-10-04T02:27:38.704Z Compiling zerocopy-derive v0.2.0
13652023-10-04T02:27:39.530Z Compiling pest v2.7.2
13662023-10-04T02:27:39.883Z Compiling crypto-common v0.1.6
13672023-10-04T02:27:40.201Z Compiling block-buffer v0.10.4
13682023-10-04T02:27:41.441Z Compiling bitflags v1.3.2
13692023-10-04T02:27:41.468Z Compiling const-oid v0.9.5
13702023-10-04T02:27:41.504Z Compiling tracing v0.1.37
13712023-10-04T02:27:41.607Z Compiling anyhow v1.0.75
13722023-10-04T02:27:43.752Z Compiling pest_meta v2.7.2
13732023-10-04T02:27:43.953Z Compiling regex-automata v0.3.8
13742023-10-04T02:27:44.277Z Compiling digest v0.10.7
13752023-10-04T02:27:44.995Z Compiling time-macros v0.2.13
13762023-10-04T02:27:50.228Z Compiling pest_generator v2.7.2
13772023-10-04T02:27:50.914Z Compiling bzip2-sys v0.1.11+1.0.8
13782023-10-04T02:27:51.014Z Compiling crossbeam-epoch v0.9.15
13792023-10-04T02:27:52.020Z Compiling ppv-lite86 v0.2.17
13802023-10-04T02:27:52.453Z Compiling async-trait v0.1.73
13812023-10-04T02:27:53.296Z Compiling rand_chacha v0.3.1
13822023-10-04T02:27:53.331Z Compiling pest_derive v2.7.2
13832023-10-04T02:27:54.332Z Compiling zerocopy v0.3.0
13842023-10-04T02:27:54.846Z Compiling zerocopy-derive v0.6.3
13852023-10-04T02:27:55.402Z Compiling base64 v0.21.4
13862023-10-04T02:27:55.676Z Compiling strsim v0.10.0
13872023-10-04T02:27:56.016Z Compiling bytes v1.5.0
13882023-10-04T02:27:56.520Z Compiling indexmap v2.0.0
13892023-10-04T02:27:57.082Z Compiling uuid v1.4.1
13902023-10-04T02:27:57.722Z Compiling chrono v0.4.31
13912023-10-04T02:27:57.955Z Compiling toml_datetime v0.6.3
13922023-10-04T02:27:57.980Z Compiling serde_spanned v0.6.3
13932023-10-04T02:27:58.493Z Compiling tokio v1.32.0
13942023-10-04T02:27:58.581Z Compiling toml_edit v0.19.15
13952023-10-04T02:27:59.127Z Compiling http v0.2.9
13962023-10-04T02:27:59.679Z Compiling rustc_version v0.4.0
13972023-10-04T02:28:03.787Z Compiling bitflags v2.4.0
13982023-10-04T02:28:04.277Z Compiling heapless v0.7.16
13992023-10-04T02:28:05.328Z Compiling untrusted v0.7.1
14002023-10-04T02:28:10.488Z Compiling dof v0.1.5
14012023-10-04T02:28:11.442Z Compiling tokio-util v0.7.8
14022023-10-04T02:28:11.505Z Compiling dtrace-parser v0.1.14
14032023-10-04T02:28:11.912Z Compiling rand v0.8.5
14042023-10-04T02:28:13.736Z Compiling regex v1.9.5
14052023-10-04T02:28:14.292Z Compiling thread-id v4.2.0
14062023-10-04T02:28:14.335Z Compiling errno v0.3.2
14072023-10-04T02:28:14.759Z Compiling num-bigint v0.4.4
14082023-10-04T02:28:14.769Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14092023-10-04T02:28:15.192Z Compiling openssl-probe v0.1.5
14102023-10-04T02:28:15.425Z Compiling hashbrown v0.12.3
14112023-10-04T02:28:16.006Z Compiling foreign-types-shared v0.1.1
14122023-10-04T02:28:16.092Z Compiling unicode-width v0.1.10
14132023-10-04T02:28:16.147Z Compiling radium v0.7.0
14142023-10-04T02:28:16.168Z Compiling smoltcp v0.9.1
14152023-10-04T02:28:16.752Z Compiling percent-encoding v2.3.0
14162023-10-04T02:28:16.780Z Compiling foreign-types v0.3.2
14172023-10-04T02:28:18.740Z Compiling serde_tokenstream v0.1.7
14182023-10-04T02:28:21.045Z Compiling lazy_static v1.4.0
14192023-10-04T02:28:21.245Z Compiling socket2 v0.4.9
14202023-10-04T02:28:21.434Z Compiling unicode-segmentation v1.10.1
14212023-10-04T02:28:21.931Z Compiling siphasher v0.3.11
14222023-10-04T02:28:22.873Z Compiling adler v1.0.2
14232023-10-04T02:28:23.362Z Compiling try-lock v0.2.4
14242023-10-04T02:28:23.649Z Compiling want v0.3.1
14252023-10-04T02:28:24.091Z Compiling miniz_oxide v0.7.1
14262023-10-04T02:28:26.645Z Compiling h2 v0.3.21
14272023-10-04T02:28:27.850Z Compiling form_urlencoded v1.2.0
14282023-10-04T02:28:28.023Z Compiling sct v0.7.0
14292023-10-04T02:28:28.289Z Compiling rustls-webpki v0.101.4
14302023-10-04T02:28:28.542Z Compiling http-body v0.4.5
14312023-10-04T02:28:29.121Z Compiling hubpack_derive v0.1.1
14322023-10-04T02:28:30.428Z Compiling num-iter v0.1.43
14332023-10-04T02:28:30.502Z Compiling tower-service v0.3.2
14342023-10-04T02:28:30.683Z Compiling cpufeatures v0.2.9
14352023-10-04T02:28:30.827Z Compiling httpdate v1.0.3
14362023-10-04T02:28:30.860Z Compiling anstyle v1.0.2
14372023-10-04T02:28:32.051Z Compiling utf8parse v0.2.1
14382023-10-04T02:28:32.059Z Compiling anstyle-parse v0.2.1
14392023-10-04T02:28:32.063Z Compiling sha2 v0.10.7
14402023-10-04T02:28:35.295Z Compiling usdt-macro v0.3.5
14412023-10-04T02:28:35.963Z Compiling usdt-attr-macro v0.3.5
14422023-10-04T02:28:38.075Z Compiling hyper v0.14.27
14432023-10-04T02:28:39.921Z Compiling openapiv3 v1.0.3
14442023-10-04T02:28:40.108Z Compiling rustls-pemfile v1.0.3
14452023-10-04T02:28:40.620Z Compiling md-5 v0.10.5
14462023-10-04T02:28:41.391Z Compiling hmac v0.12.1
14472023-10-04T02:28:43.589Z Compiling stringprep v0.1.3
14482023-10-04T02:28:44.984Z Compiling idna v0.4.0
14492023-10-04T02:28:45.254Z Compiling diesel_table_macro_syntax v0.1.0
14502023-10-04T02:28:45.837Z Compiling hash32 v0.2.1
14512023-10-04T02:28:46.436Z Compiling spin v0.9.8
14522023-10-04T02:28:46.905Z Compiling fallible-iterator v0.2.0
14532023-10-04T02:28:47.064Z Compiling anstyle-query v1.0.0
14542023-10-04T02:28:47.261Z Compiling stable_deref_trait v1.2.0
14552023-10-04T02:28:47.379Z Compiling gimli v0.28.0
14562023-10-04T02:28:47.404Z Compiling colorchoice v1.0.0
14572023-10-04T02:28:48.083Z Compiling postgres-protocol v0.6.6
14582023-10-04T02:28:48.559Z Compiling anstream v0.5.0
14592023-10-04T02:28:49.540Z Compiling url v2.4.1
14602023-10-04T02:28:50.059Z Compiling diesel_derives v2.1.1
14612023-10-04T02:28:52.348Z Compiling rustls-native-certs v0.6.3
14622023-10-04T02:28:52.929Z Compiling tokio-rustls v0.24.1
14632023-10-04T02:28:53.860Z Compiling tokio-native-tls v0.3.1
14642023-10-04T02:28:54.275Z Compiling terminal_size v0.2.6
14652023-10-04T02:28:54.568Z Compiling addr2line v0.21.0
14662023-10-04T02:28:56.754Z Compiling phf_shared v0.11.2
14672023-10-04T02:28:58.717Z Compiling serde_tokenstream v0.2.0
14682023-10-04T02:28:59.131Z Compiling block-padding v0.3.3
14692023-10-04T02:28:59.479Z Compiling enum-as-inner v0.5.1
14702023-10-04T02:28:59.508Z Compiling serde_repr v0.1.16
14712023-10-04T02:28:59.802Z Compiling clap_derive v4.4.2
14722023-10-04T02:29:01.256Z Compiling scheduled-thread-pool v0.2.7
14732023-10-04T02:29:02.094Z Compiling object v0.32.1
14742023-10-04T02:29:12.888Z Compiling bit-vec v0.6.3
14752023-10-04T02:29:13.558Z Compiling deranged v0.3.8
14762023-10-04T02:29:14.207Z Compiling num_threads v0.1.6
14772023-10-04T02:29:14.536Z Compiling clap_lex v0.5.1
14782023-10-04T02:29:15.318Z Compiling tap v1.0.1
14792023-10-04T02:29:15.597Z Compiling regex-automata v0.1.10
14802023-10-04T02:29:16.386Z Compiling ipnet v2.8.0
14812023-10-04T02:29:16.676Z Compiling either v1.9.0
14822023-10-04T02:29:17.163Z Compiling managed v0.8.0
14832023-10-04T02:29:18.430Z Compiling rustc-demangle v0.1.23
14842023-10-04T02:29:18.435Z Compiling matches v0.1.10
14852023-10-04T02:29:22.408Z Compiling idna v0.2.3
14862023-10-04T02:29:22.525Z Compiling itertools v0.10.5
14872023-10-04T02:29:22.761Z Compiling time v0.3.27
14882023-10-04T02:29:24.819Z Compiling bstr v0.2.17
14892023-10-04T02:29:25.671Z Compiling wyz v0.5.1
14902023-10-04T02:29:26.359Z Compiling clap_builder v4.4.2
14912023-10-04T02:29:27.299Z Compiling r2d2 v0.8.10
14922023-10-04T02:29:29.720Z Compiling inout v0.1.3
14932023-10-04T02:29:33.066Z Compiling phf v0.11.2
14942023-10-04T02:29:33.535Z Compiling hyper-tls v0.5.0
14952023-10-04T02:29:34.054Z Compiling hyper-rustls v0.24.1
14962023-10-04T02:29:35.107Z Compiling flate2 v1.0.27
14972023-10-04T02:29:35.893Z Compiling postgres-types v0.2.6
14982023-10-04T02:29:36.837Z Compiling hubpack v0.1.2
14992023-10-04T02:29:36.884Z Compiling serde_urlencoded v0.7.1
15002023-10-04T02:29:37.568Z Compiling phf_shared v0.10.0
15012023-10-04T02:29:37.698Z Compiling ipnetwork v0.20.0
15022023-10-04T02:29:38.169Z Compiling zerocopy v0.6.3
15032023-10-04T02:29:39.159Z Compiling futures-executor v0.3.28
15042023-10-04T02:29:39.779Z Compiling regress v0.7.1
15052023-10-04T02:29:40.002Z Compiling float-cmp v0.9.0
15062023-10-04T02:29:40.063Z Compiling encoding_rs v0.8.33
15072023-10-04T02:29:40.332Z Compiling predicates-core v1.0.6
15082023-10-04T02:29:40.795Z Compiling unicode-linebreak v0.1.5
15092023-10-04T02:29:41.417Z Compiling fixedbitset v0.4.2
15102023-10-04T02:29:41.644Z Compiling new_debug_unreachable v1.0.4
15112023-10-04T02:29:41.823Z Compiling mime v0.3.17
15122023-10-04T02:29:42.366Z Compiling data-encoding v2.4.0
15132023-10-04T02:29:43.688Z Compiling whoami v1.4.1
15142023-10-04T02:29:44.075Z Compiling static_assertions v1.1.0
15152023-10-04T02:29:44.419Z Compiling webpki-roots v0.25.2
15162023-10-04T02:29:44.534Z Compiling precomputed-hash v0.1.1
15172023-10-04T02:29:45.319Z Compiling difflib v0.4.0
15182023-10-04T02:29:45.517Z Compiling normalize-line-endings v0.3.0
15192023-10-04T02:29:45.691Z Compiling smawk v0.3.1
15202023-10-04T02:29:46.015Z Compiling funty v2.0.0
15212023-10-04T02:29:46.456Z Compiling textwrap v0.16.0
15222023-10-04T02:29:47.300Z Compiling predicates v3.0.3
15232023-10-04T02:29:47.507Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15242023-10-04T02:29:48.014Z Compiling bitvec v1.0.1
15252023-10-04T02:29:48.281Z Compiling reqwest v0.11.20
15262023-10-04T02:29:49.149Z Compiling string_cache v0.8.7
15272023-10-04T02:29:49.726Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15282023-10-04T02:29:49.815Z Compiling tokio-postgres v0.7.10
15292023-10-04T02:29:55.695Z Compiling trust-dns-proto v0.22.0
15302023-10-04T02:29:57.955Z Compiling petgraph v0.6.4
15312023-10-04T02:30:05.117Z Compiling futures v0.3.28
15322023-10-04T02:30:05.673Z Compiling diesel v2.1.1
15332023-10-04T02:30:06.791Z Compiling yasna v0.5.2
15342023-10-04T02:30:07.821Z Compiling clap v4.4.3
15352023-10-04T02:30:07.995Z Compiling cipher v0.4.4
15362023-10-04T02:30:08.626Z Compiling similar v2.2.1
15372023-10-04T02:30:08.699Z Compiling bit-set v0.5.3
15382023-10-04T02:30:09.126Z Compiling usdt v0.3.5
15392023-10-04T02:30:09.593Z Compiling console v0.15.7
15402023-10-04T02:30:10.542Z Compiling tokio-stream v0.1.14
15412023-10-04T02:30:11.526Z Compiling toml v0.7.8
15422023-10-04T02:30:11.760Z Compiling hex v0.4.3
15432023-10-04T02:30:12.097Z Compiling signature v2.1.0
15442023-10-04T02:30:12.329Z Compiling bstr v1.6.0
15452023-10-04T02:30:14.844Z Compiling lalrpop-util v0.19.12
15462023-10-04T02:30:16.224Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15472023-10-04T02:30:18.660Z Compiling proc-macro-crate v1.3.1
15482023-10-04T02:30:22.035Z Compiling ident_case v1.0.1
15492023-10-04T02:30:23.186Z Compiling darling_core v0.20.3
15502023-10-04T02:30:32.438Z Compiling num_enum_derive v0.5.11
15512023-10-04T02:30:40.874Z Compiling crossbeam-channel v0.5.8
15522023-10-04T02:30:48.347Z Compiling atty v0.2.14
15532023-10-04T02:30:48.735Z Compiling proc-macro-error-attr v1.0.4
15542023-10-04T02:30:56.170Z Compiling num_enum v0.5.11
15552023-10-04T02:30:58.174Z Compiling darling_macro v0.20.3
15562023-10-04T02:31:08.071Z Compiling dirs-sys-next v0.1.2
15572023-10-04T02:31:09.281Z Compiling proc-macro-error v1.0.4
15582023-10-04T02:31:10.036Z Compiling rustversion v1.0.14
15592023-10-04T02:31:19.303Z Compiling dirs-next v2.0.0
15602023-10-04T02:31:23.490Z Compiling darling v0.20.3
15612023-10-04T02:31:28.205Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15622023-10-04T02:31:32.843Z Compiling getopts v0.2.21
15632023-10-04T02:31:35.467Z Compiling structmeta-derive v0.1.6
15642023-10-04T02:31:36.337Z Compiling thread_local v1.1.7
15652023-10-04T02:31:36.551Z Compiling multer v2.1.0
15662023-10-04T02:31:39.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15672023-10-04T02:31:41.267Z Compiling slog-async v2.8.0
15682023-10-04T02:31:41.950Z Compiling paste v1.0.14
15692023-10-04T02:31:42.617Z Compiling unsafe-libyaml v0.2.9
15702023-10-04T02:31:44.981Z Compiling match_cfg v0.1.0
15712023-10-04T02:31:46.378Z Compiling camino v1.1.6
15722023-10-04T02:31:58.364Z Compiling hostname v0.3.1
15732023-10-04T02:31:58.737Z Compiling serde_yaml v0.9.25
15742023-10-04T02:32:05.099Z Compiling structmeta v0.1.6
15752023-10-04T02:32:05.810Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15762023-10-04T02:32:11.233Z Compiling serde_with_macros v2.3.3
15772023-10-04T02:32:13.788Z Compiling term v0.7.0
15782023-10-04T02:32:16.759Z Compiling slog-json v2.6.1
15792023-10-04T02:32:17.937Z Compiling async-stream-impl v0.3.5
15802023-10-04T02:32:19.493Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15812023-10-04T02:32:19.894Z Compiling postcard-cobs v0.1.5-pre
15822023-10-04T02:32:19.911Z Compiling regex-syntax v0.6.29
15832023-10-04T02:32:20.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15842023-10-04T02:32:20.951Z Compiling take_mut v0.2.2
15852023-10-04T02:32:21.202Z Compiling atomic-waker v1.1.1
15862023-10-04T02:32:21.485Z Compiling waitgroup v0.1.2
15872023-10-04T02:32:21.916Z Compiling postcard v0.7.3
15882023-10-04T02:32:22.242Z Compiling async-stream v0.3.5
15892023-10-04T02:32:22.850Z Compiling strum_macros v0.25.2
15902023-10-04T02:32:24.162Z Compiling slog-bunyan v2.4.0
15912023-10-04T02:32:24.548Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15922023-10-04T02:32:27.394Z Compiling serde_with v2.3.3
15932023-10-04T02:32:28.943Z Compiling slog-term v2.9.0
15942023-10-04T02:32:29.380Z Compiling parse-display-derive v0.7.0
15952023-10-04T02:32:35.621Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-04T02:32:35.678Z Compiling smoltcp v0.8.2
15972023-10-04T02:32:38.005Z Compiling sha1 v0.10.5
15982023-10-04T02:32:38.144Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15992023-10-04T02:32:38.420Z Compiling serde_path_to_error v0.1.14
16002023-10-04T02:32:39.500Z Compiling foreign-types-macros v0.2.3
16012023-10-04T02:32:40.091Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16022023-10-04T02:32:40.511Z Compiling instant v0.1.12
16032023-10-04T02:32:40.744Z Compiling cfg-if v0.1.10
16042023-10-04T02:32:40.893Z Compiling debug-ignore v1.0.5
16052023-10-04T02:32:41.117Z Compiling foreign-types-shared v0.3.1
16062023-10-04T02:32:41.304Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16072023-10-04T02:32:41.385Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16082023-10-04T02:32:41.629Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16092023-10-04T02:32:41.866Z Compiling foreign-types v0.5.0
16102023-10-04T02:32:41.925Z Compiling backoff v0.4.0
16112023-10-04T02:32:42.125Z Compiling parse-display v0.7.0
16122023-10-04T02:32:42.446Z Compiling strum v0.25.0
16132023-10-04T02:32:42.770Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16142023-10-04T02:32:43.023Z Compiling is-terminal v0.4.9
16152023-10-04T02:32:43.076Z Compiling macaddr v1.0.1
16162023-10-04T02:32:43.217Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16172023-10-04T02:32:44.280Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16182023-10-04T02:32:44.401Z Compiling cstr-argument v0.1.2
16192023-10-04T02:32:44.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16202023-10-04T02:32:45.188Z Compiling base64ct v1.6.0
16212023-10-04T02:32:45.553Z Compiling pretty-hex v0.2.1
16222023-10-04T02:32:45.925Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232023-10-04T02:32:46.509Z Compiling password-hash v0.5.0
16242023-10-04T02:32:46.982Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16252023-10-04T02:32:48.400Z Compiling colored v2.0.4
16262023-10-04T02:32:48.457Z Compiling textwrap v0.11.0
16272023-10-04T02:32:50.235Z Compiling heck v0.3.3
16282023-10-04T02:32:50.690Z Compiling blake2 v0.10.6
16292023-10-04T02:32:50.704Z Compiling ansi_term v0.12.1
16302023-10-04T02:32:50.841Z Compiling strsim v0.8.0
16312023-10-04T02:32:52.191Z Compiling rayon-core v1.11.0
16322023-10-04T02:32:52.597Z Compiling libefi-sys v0.1.0
16332023-10-04T02:32:52.985Z Compiling vec_map v0.8.2
16342023-10-04T02:32:53.123Z Compiling argon2 v0.5.2
16352023-10-04T02:32:53.187Z Compiling structopt-derive v0.4.18
16362023-10-04T02:32:53.342Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16372023-10-04T02:32:53.480Z Compiling clap v2.34.0
16382023-10-04T02:32:56.157Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16392023-10-04T02:32:57.747Z Compiling zone_cfg_derive v0.2.0
16402023-10-04T02:32:57.880Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16412023-10-04T02:32:58.635Z Compiling crossbeam-deque v0.8.3
16422023-10-04T02:32:59.255Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16432023-10-04T02:32:59.802Z Compiling portable-atomic v1.4.3
16442023-10-04T02:32:59.883Z Compiling keccak v0.1.4
16452023-10-04T02:33:00.630Z Compiling sha3 v0.10.8
16462023-10-04T02:33:01.245Z Compiling zone v0.2.0
16472023-10-04T02:33:01.570Z Compiling structopt v0.3.26
16482023-10-04T02:33:02.053Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16492023-10-04T02:33:06.189Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16502023-10-04T02:33:07.073Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16512023-10-04T02:33:07.760Z Compiling hkdf v0.12.3
16522023-10-04T02:33:08.160Z Compiling smf v0.2.2
16532023-10-04T02:33:08.945Z Compiling secrecy v0.8.0
16542023-10-04T02:33:09.381Z Compiling filetime v0.2.22
16552023-10-04T02:33:09.421Z Compiling xattr v1.0.1
16562023-10-04T02:33:09.863Z Compiling fastrand v2.0.0
16572023-10-04T02:33:09.888Z Compiling same-file v1.0.6
16582023-10-04T02:33:10.138Z Compiling walkdir v2.4.0
16592023-10-04T02:33:10.337Z Compiling tar v0.4.40
16602023-10-04T02:33:11.055Z Compiling tempfile v3.8.0
16612023-10-04T02:33:13.053Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16622023-10-04T02:33:13.713Z Compiling rayon v1.7.0
16632023-10-04T02:33:14.870Z Compiling number_prefix v0.4.0
16642023-10-04T02:33:15.276Z Compiling omicron-zone-package v0.8.3
16652023-10-04T02:33:17.722Z Compiling topological-sort v0.2.2
16662023-10-04T02:33:21.771Z Compiling indicatif v0.17.6
16672023-10-04T02:33:31.384Z Compiling bzip2 v0.4.4
16682023-10-04T02:33:31.708Z Compiling zip v0.6.6
16692023-10-04T02:33:32.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16702023-10-04T02:33:33.260Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16712023-10-04T02:33:33.811Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16722023-10-04T02:33:33.914Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16732023-10-04T02:33:42.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16742023-10-04T02:33:42.606Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16752023-10-04T02:33:42.608Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16762023-10-04T02:33:55.873Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16772023-10-04T02:33:57.357Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16782023-10-04T02:34:31.626Z Finished release [optimized] target(s) in 7m 55s
16792023-10-04T02:34:31.889Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16802023-10-04T02:34:31.968ZCreated new build target 'test' and set it as active
16812023-10-04T02:34:31.972Z
16822023-10-04T02:34:31.975Zreal 7:55.957446630
16832023-10-04T02:34:31.981Zuser 50:22.512765365
16842023-10-04T02:34:31.995Zsys 4:33.453682777
16852023-10-04T02:34:32.007Ztrap 2.057837382
16862023-10-04T02:34:32.023Ztflt 4.633810784
16872023-10-04T02:34:32.039Zdflt 5.401468906
16882023-10-04T02:34:32.048Zkflt 0.052453914
16892023-10-04T02:34:32.058Zlock 1:52:42.400279848
16902023-10-04T02:34:32.070Zslp 2:46:53.418420869
16912023-10-04T02:34:32.089Zlat 2:21.751088080
16922023-10-04T02:34:32.095Zstop 3:54.133139679
16932023-10-04T02:34:32.102Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16942023-10-04T02:34:33.111Z Finished release [optimized] target(s) in 1.06s
16952023-10-04T02:34:33.140Z Running `target/release/omicron-package -t test package`
16962023-10-04T02:34:33.177ZOct 04 02:34:33.177 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16972023-10-04T02:34:34.359Z Compiling serde_json v1.0.107
16982023-10-04T02:34:34.403Z Compiling linked-hash-map v0.5.6
16992023-10-04T02:34:34.417Z Compiling slog-dtrace v0.2.3
17002023-10-04T02:34:34.429Z Compiling quick-error v1.2.3
17012023-10-04T02:34:34.441Z Compiling base64 v0.13.1
17022023-10-04T02:34:34.451Z Compiling same-file v1.0.6
17032023-10-04T02:34:34.464Z Compiling termcolor v1.2.0
17042023-10-04T02:34:34.477Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17052023-10-04T02:34:34.596Z Compiling resolv-conf v0.7.0
17062023-10-04T02:34:34.746Z Compiling walkdir v2.4.0
17072023-10-04T02:34:34.818Z Compiling semver-parser v0.10.2
17082023-10-04T02:34:34.857Z Compiling memoffset v0.7.1
17092023-10-04T02:34:35.027Z Compiling lru-cache v0.1.2
17102023-10-04T02:34:35.261Z Compiling trust-dns-resolver v0.22.0
17112023-10-04T02:34:35.287Z Compiling cancel-safe-futures v0.1.2
17122023-10-04T02:34:35.722Z Compiling fastrand v2.0.0
17132023-10-04T02:34:35.799Z Compiling libz-sys v1.1.12
17142023-10-04T02:34:35.974Z Compiling filetime v0.2.22
17152023-10-04T02:34:36.390Z Compiling tempfile v3.8.0
17162023-10-04T02:34:36.520Z Compiling semver v0.11.0
17172023-10-04T02:34:36.540Z Compiling xattr v1.0.1
17182023-10-04T02:34:36.578Z Compiling num-rational v0.4.1
17192023-10-04T02:34:36.932Z Compiling utf-8 v0.7.6
17202023-10-04T02:34:37.032Z Compiling home v0.5.5
17212023-10-04T02:34:37.357Z Compiling toolchain_find v0.2.0
17222023-10-04T02:34:37.546Z Compiling schemars v0.8.13
17232023-10-04T02:34:37.628Z Compiling reqwest v0.11.20
17242023-10-04T02:34:37.672Z Compiling usdt-impl v0.3.5
17252023-10-04T02:34:37.734Z Compiling openapiv3 v1.0.3
17262023-10-04T02:34:38.038Z Compiling postgres-types v0.2.6
17272023-10-04T02:34:38.162Z Compiling slog-json v2.6.1
17282023-10-04T02:34:38.980Z Compiling usdt v0.3.5
17292023-10-04T02:34:39.728Z Compiling tokio-postgres v0.7.10
17302023-10-04T02:34:45.221Z Compiling ipnetwork v0.20.0
17312023-10-04T02:34:45.466Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17322023-10-04T02:34:51.018Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-04T02:34:51.206Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17342023-10-04T02:34:53.038Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-04T02:34:53.567Z Compiling slog-bunyan v2.4.0
17362023-10-04T02:34:53.805Z Compiling diesel v2.1.1
17372023-10-04T02:34:53.979Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17382023-10-04T02:34:58.852Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17392023-10-04T02:34:59.154Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17402023-10-04T02:35:02.835Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17412023-10-04T02:35:03.153Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17422023-10-04T02:35:06.029Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17432023-10-04T02:35:07.684Z Compiling tar v0.4.40
17442023-10-04T02:35:10.885Z Compiling pem-rfc7468 v0.7.0
17452023-10-04T02:35:11.771Z Compiling toml v0.5.11
17462023-10-04T02:35:13.868Z Compiling der_derive v0.7.2
17472023-10-04T02:35:17.324Z Compiling flagset v0.4.3
17482023-10-04T02:35:17.660Z Compiling rustfmt-wrapper v0.2.0
17492023-10-04T02:35:17.755Z Compiling der v0.7.8
17502023-10-04T02:35:18.107Z Compiling omicron-zone-package v0.8.3
17512023-10-04T02:35:23.010Z Compiling fxhash v0.2.1
17522023-10-04T02:35:23.347Z Compiling num-complex v0.4.4
17532023-10-04T02:35:23.805Z Compiling libgit2-sys v0.15.2+1.6.4
17542023-10-04T02:35:24.833Z Compiling unicase v2.7.0
17552023-10-04T02:35:25.252Z Compiling num v0.4.1
17562023-10-04T02:35:25.470Z Compiling spki v0.7.2
17572023-10-04T02:35:26.546Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17582023-10-04T02:35:28.151Z Compiling itertools v0.11.0
17592023-10-04T02:35:31.597Z Compiling arc-swap v1.6.0
17602023-10-04T02:35:32.898Z Compiling half v1.8.2
17612023-10-04T02:35:33.889Z Compiling ciborium-io v0.2.1
17622023-10-04T02:35:34.070Z Compiling maybe-uninit v2.0.0
17632023-10-04T02:35:34.783Z Compiling ciborium-ll v0.2.1
17642023-10-04T02:35:34.799Z Compiling slog-scope v4.4.0
17652023-10-04T02:35:35.617Z Compiling vergen v8.2.4
17662023-10-04T02:35:36.013Z Compiling packed_struct v0.10.1
17672023-10-04T02:35:36.303Z Compiling num-bigint-dig v0.8.4
17682023-10-04T02:35:36.584Z Compiling parking_lot_core v0.8.6
17692023-10-04T02:35:36.709Z Compiling signal-hook v0.3.17
17702023-10-04T02:35:37.090Z Compiling crc-catalog v2.2.0
17712023-10-04T02:35:37.262Z Compiling crc v3.0.1
17722023-10-04T02:35:37.306Z Compiling ciborium v0.2.1
17732023-10-04T02:35:38.420Z Compiling slog-stdlog v4.1.1
17742023-10-04T02:35:40.062Z Compiling pkcs8 v0.10.2
17752023-10-04T02:35:40.555Z Compiling universal-hash v0.5.1
17762023-10-04T02:35:40.873Z Compiling nibble_vec v0.1.0
17772023-10-04T02:35:41.115Z Compiling libsqlite3-sys v0.26.0
17782023-10-04T02:35:41.198Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17792023-10-04T02:35:41.374Z Compiling packed_struct_codegen v0.10.1
17802023-10-04T02:35:41.713Z Compiling dirs-sys-next v0.1.2
17812023-10-04T02:35:41.806Z Compiling crunchy v0.2.2
17822023-10-04T02:35:42.228Z Compiling nodrop v0.1.14
17832023-10-04T02:35:42.407Z Compiling endian-type v0.1.2
17842023-10-04T02:35:42.447Z Compiling glob v0.3.1
17852023-10-04T02:35:42.505Z Compiling opaque-debug v0.3.0
17862023-10-04T02:35:42.630Z Compiling semver v0.1.20
17872023-10-04T02:35:42.755Z Compiling doc-comment v0.3.3
17882023-10-04T02:35:43.067Z Compiling radix_trie v0.2.1
17892023-10-04T02:35:43.590Z Compiling rustc_version v0.1.7
17902023-10-04T02:35:43.677Z Compiling array-init v0.0.4
17912023-10-04T02:35:43.848Z Compiling clang-sys v1.6.1
17922023-10-04T02:35:44.211Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17932023-10-04T02:35:44.463Z Compiling dirs-next v2.0.0
17942023-10-04T02:35:44.810Z Compiling pkcs1 v0.7.5
17952023-10-04T02:35:45.311Z Compiling smallvec v0.6.14
17962023-10-04T02:35:45.879Z Compiling slog-envlogger v2.2.0
17972023-10-04T02:35:52.826Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
17982023-10-04T02:35:53.245Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17992023-10-04T02:35:54.817Z Compiling sha-1 v0.10.1
18002023-10-04T02:35:56.341Z Compiling tiny-keccak v2.0.2
18012023-10-04T02:35:56.718Z Compiling bitfield v0.14.0
18022023-10-04T02:35:57.213Z Compiling prettyplease v0.2.12
18032023-10-04T02:35:57.592Z Compiling platforms v3.0.2
18042023-10-04T02:35:58.071Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18052023-10-04T02:35:59.748Z Compiling tungstenite v0.17.3
18062023-10-04T02:36:06.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072023-10-04T02:36:06.531Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18082023-10-04T02:36:09.420Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18092023-10-04T02:36:10.452Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
18102023-10-04T02:36:11.907Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18112023-10-04T02:36:13.363Z Compiling parking_lot v0.11.2
18122023-10-04T02:36:13.380Z Compiling rsa v0.9.2
18132023-10-04T02:36:17.373Z Compiling serde-hex v0.1.0
18142023-10-04T02:36:18.614Z Compiling mime_guess v2.0.4
18152023-10-04T02:36:22.257Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
18162023-10-04T02:36:22.386Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18172023-10-04T02:36:22.489Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18182023-10-04T02:36:26.333Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18192023-10-04T02:36:33.229Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18202023-10-04T02:36:34.284Z Compiling term v0.7.0
18212023-10-04T02:36:36.473Z Compiling newtype_derive v0.1.6
18222023-10-04T02:36:36.903Z Compiling trust-dns-client v0.22.0
18232023-10-04T02:36:38.516Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18242023-10-04T02:36:39.051Z Compiling x509-cert v0.2.4
18252023-10-04T02:36:55.397Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18262023-10-04T02:36:55.507Z Compiling env_logger v0.10.0
18272023-10-04T02:36:55.679Z Compiling darling_core v0.14.4
18282023-10-04T02:36:59.221Z Compiling hashlink v0.8.3
18292023-10-04T02:37:00.414Z Compiling ron v0.8.1
18302023-10-04T02:37:00.427Z Compiling aead v0.5.2
18312023-10-04T02:37:00.915Z Compiling snafu-derive v0.7.5
18322023-10-04T02:37:01.842Z Compiling minimal-lexical v0.2.1
18332023-10-04T02:37:02.632Z Compiling convert_case v0.4.0
18342023-10-04T02:37:03.904Z Compiling humantime v2.1.0
18352023-10-04T02:37:04.675Z Compiling fallible-streaming-iterator v0.1.9
18362023-10-04T02:37:04.706Z Compiling crc-any v2.4.3
18372023-10-04T02:37:05.086Z Compiling rusqlite v0.29.0
18382023-10-04T02:37:05.386Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18392023-10-04T02:37:06.322Z Compiling darling_macro v0.14.4
18402023-10-04T02:37:07.739Z Compiling trust-dns-server v0.22.1
18412023-10-04T02:37:09.292Z Compiling snafu v0.7.5
18422023-10-04T02:37:11.314Z Compiling derive_more v0.99.17
18432023-10-04T02:37:11.325Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18442023-10-04T02:37:13.328Z Compiling nom v7.1.3
18452023-10-04T02:37:15.960Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18462023-10-04T02:37:18.720Z Compiling ascii-canvas v3.0.0
18472023-10-04T02:37:19.378Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
18482023-10-04T02:37:19.699Z Compiling sled v0.34.7
18492023-10-04T02:37:23.779Z Compiling tokio-tungstenite v0.17.2
18502023-10-04T02:37:25.534Z Compiling nix v0.26.2
18512023-10-04T02:37:33.845Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18522023-10-04T02:37:34.849Z Compiling tungstenite v0.18.0
18532023-10-04T02:37:35.478Z Compiling num_enum_derive v0.7.0
18542023-10-04T02:37:38.940Z Compiling object v0.30.4
18552023-10-04T02:37:39.694Z Compiling twox-hash v1.6.3
18562023-10-04T02:37:41.416Z Compiling is-terminal v0.4.9
18572023-10-04T02:37:41.590Z Compiling ena v0.14.2
18582023-10-04T02:37:42.280Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18592023-10-04T02:37:43.848Z Compiling derive-where v1.2.5
18602023-10-04T02:37:44.524Z Compiling libloading v0.7.4
18612023-10-04T02:37:45.091Z Compiling linear-map v1.2.0
18622023-10-04T02:37:45.327Z Compiling bindgen v0.65.1
18632023-10-04T02:37:45.723Z Compiling pretty-hex v0.3.0
18642023-10-04T02:37:45.936Z Compiling path-slash v0.1.5
18652023-10-04T02:37:46.083Z Compiling diff v0.1.13
18662023-10-04T02:37:46.253Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18672023-10-04T02:37:46.603Z Compiling lalrpop v0.19.12
18682023-10-04T02:37:48.866Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18692023-10-04T02:37:49.178Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18702023-10-04T02:38:03.645Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
18712023-10-04T02:38:05.251Z Compiling num_enum v0.7.0
18722023-10-04T02:38:05.500Z Compiling tokio-tungstenite v0.18.0
18732023-10-04T02:38:06.363Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18742023-10-04T02:38:07.177Z Compiling curve25519-dalek v4.1.0
18752023-10-04T02:38:07.721Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18762023-10-04T02:38:12.420Z Compiling cexpr v0.6.0
18772023-10-04T02:38:15.075Z Compiling darling v0.14.4
18782023-10-04T02:38:18.087Z Compiling polyval v0.6.1
18792023-10-04T02:38:18.879Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
18802023-10-04T02:38:22.347Z Compiling aes v0.8.3
18812023-10-04T02:38:23.780Z Compiling ctr v0.9.2
18822023-10-04T02:38:24.314Z Compiling which v4.4.0
18832023-10-04T02:38:25.205Z Compiling ff v0.13.0
18842023-10-04T02:38:25.589Z Compiling path-dedot v3.1.0
18852023-10-04T02:38:25.957Z Compiling bincode v1.3.3
18862023-10-04T02:38:26.842Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
18872023-10-04T02:38:27.258Z Compiling erased-serde v0.3.30
18882023-10-04T02:38:27.904Z Compiling peeking_take_while v0.1.2
18892023-10-04T02:38:27.916Z Compiling rustc-hash v1.1.0
18902023-10-04T02:38:28.102Z Compiling display-error-chain v0.1.1
18912023-10-04T02:38:28.132Z Compiling lazycell v1.3.0
18922023-10-04T02:38:28.322Z Compiling shlex v1.1.0
18932023-10-04T02:38:28.376Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18942023-10-04T02:38:30.121Z Compiling path-absolutize v3.1.0
18952023-10-04T02:38:30.428Z Compiling group v0.13.0
18962023-10-04T02:38:30.443Z Compiling aes-gcm-siv v0.11.1
18972023-10-04T02:38:30.678Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18982023-10-04T02:38:30.935Z Compiling derive_builder_core v0.12.0
18992023-10-04T02:38:33.130Z Compiling steno v0.4.0
19002023-10-04T02:38:34.918Z Compiling env_logger v0.9.3
19012023-10-04T02:38:35.830Z Compiling polar-core v0.26.4
19022023-10-04T02:38:38.059Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19032023-10-04T02:38:38.733Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19042023-10-04T02:38:42.749Z Compiling olpc-cjson v0.1.3
19052023-10-04T02:38:43.641Z Compiling pem v1.1.1
19062023-10-04T02:38:46.066Z Compiling camino-tempfile v1.0.2
19072023-10-04T02:38:46.466Z Compiling globset v0.4.13
19082023-10-04T02:38:47.348Z Compiling crypto-bigint v0.5.2
19092023-10-04T02:38:51.491Z Compiling serde_plain v1.0.2
19102023-10-04T02:38:51.970Z Compiling thiserror-impl-no-std v2.0.2
19112023-10-04T02:38:52.389Z Compiling libxml v0.3.3
19122023-10-04T02:38:52.844Z Compiling curve25519-dalek-derive v0.1.0
19132023-10-04T02:38:53.816Z Compiling async-recursion v1.0.5
19142023-10-04T02:38:55.070Z Compiling bitstruct_derive v0.1.0
19152023-10-04T02:38:55.320Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19162023-10-04T02:38:55.518Z Compiling ref-cast v1.0.20
19172023-10-04T02:38:56.168Z Compiling ringbuffer v0.14.2
19182023-10-04T02:38:56.562Z Compiling base16ct v0.2.0
19192023-10-04T02:38:57.029Z Compiling buf-list v1.0.3
19202023-10-04T02:38:57.214Z Compiling ascii v1.1.0
19212023-10-04T02:38:57.226Z Compiling bitstruct v0.1.1
19222023-10-04T02:38:57.381Z Compiling elliptic-curve v0.13.5
19232023-10-04T02:38:57.881Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19242023-10-04T02:38:58.253Z Compiling thiserror-no-std v2.0.2
19252023-10-04T02:38:58.499Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19262023-10-04T02:38:58.928Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19272023-10-04T02:39:01.137Z Compiling tough v0.12.5
19282023-10-04T02:39:02.021Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19292023-10-04T02:39:02.253Z Compiling derive_builder_macro v0.12.0
19302023-10-04T02:39:06.283Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19312023-10-04T02:39:11.393Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19322023-10-04T02:39:12.867Z Compiling poly1305 v0.8.0
19332023-10-04T02:39:15.501Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19342023-10-04T02:39:16.196Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19352023-10-04T02:39:16.362Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19362023-10-04T02:39:16.582Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19372023-10-04T02:39:16.655Z Compiling chacha20 v0.9.1
19382023-10-04T02:39:16.798Z Compiling strum_macros v0.24.3
19392023-10-04T02:39:17.392Z Compiling const_format_proc_macros v0.2.31
19402023-10-04T02:39:18.424Z Compiling serde_arrays v0.1.0
19412023-10-04T02:39:18.670Z Compiling ref-cast-impl v1.0.20
19422023-10-04T02:39:20.375Z Compiling enum-iterator-derive v1.2.1
19432023-10-04T02:39:20.595Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19442023-10-04T02:39:21.010Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19452023-10-04T02:39:21.413Z Compiling cookie v0.16.2
19462023-10-04T02:39:21.841Z Compiling salty v0.2.0
19472023-10-04T02:39:22.409Z Compiling indoc v1.0.9
19482023-10-04T02:39:22.513Z Compiling signature v1.6.4
19492023-10-04T02:39:22.730Z Compiling ed25519 v1.5.3
19502023-10-04T02:39:23.294Z Compiling const_format v0.2.31
19512023-10-04T02:39:23.565Z Compiling chacha20poly1305 v0.10.1
19522023-10-04T02:39:23.577Z Compiling enum-iterator v1.4.1
19532023-10-04T02:39:23.870Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19542023-10-04T02:39:25.180Z Compiling derive_builder v0.12.0
19552023-10-04T02:39:25.444Z Compiling vsss-rs v3.3.1
19562023-10-04T02:39:33.889Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19572023-10-04T02:39:35.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19582023-10-04T02:39:39.372Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19592023-10-04T02:39:39.997Z Compiling signal-hook-mio v0.2.3
19602023-10-04T02:39:40.398Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19612023-10-04T02:39:40.815Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19622023-10-04T02:39:44.306Z Compiling ron v0.7.1
19632023-10-04T02:39:48.504Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19642023-10-04T02:39:48.880Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19652023-10-04T02:39:53.885Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19662023-10-04T02:39:54.154Z Compiling headers-core v0.2.0
19672023-10-04T02:39:54.377Z Compiling bb8 v0.8.1
19682023-10-04T02:39:54.397Z Compiling quick-xml v0.23.1
19692023-10-04T02:39:55.307Z Compiling serde-big-array v0.5.1
19702023-10-04T02:39:55.676Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19712023-10-04T02:39:56.250Z Compiling oso-derive v0.26.4
19722023-10-04T02:39:56.950Z Compiling num-derive v0.4.0
19732023-10-04T02:39:57.744Z Compiling impl-trait-for-tuples v0.2.2
19742023-10-04T02:40:00.052Z Compiling http-range v0.1.5
19752023-10-04T02:40:00.565Z Compiling bit_field v0.10.2
19762023-10-04T02:40:00.985Z Compiling maplit v1.0.2
19772023-10-04T02:40:01.007Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19782023-10-04T02:40:01.136Z Compiling hyper-staticfile v0.9.5
19792023-10-04T02:40:03.163Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19802023-10-04T02:40:04.054Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19812023-10-04T02:40:05.120Z Compiling headers v0.3.9
19822023-10-04T02:40:12.273Z Compiling crossterm v0.27.0
19832023-10-04T02:40:14.262Z Compiling oso v0.26.4
19842023-10-04T02:40:35.812Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19852023-10-04T02:40:37.036Z Compiling signal-hook-tokio v0.3.1
19862023-10-04T02:40:37.341Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19872023-10-04T02:40:37.712Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19882023-10-04T02:40:39.581Z Compiling serde-big-array v0.4.1
19892023-10-04T02:40:39.854Z Compiling indoc v2.0.3
19902023-10-04T02:40:40.125Z Compiling cassowary v0.3.0
19912023-10-04T02:40:41.453Z Compiling ratatui v0.23.0
19922023-10-04T02:40:43.438Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19932023-10-04T02:40:46.053Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19942023-10-04T02:40:46.263Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19952023-10-04T02:40:46.841Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19962023-10-04T02:40:47.855Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
19972023-10-04T02:40:52.902Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19982023-10-04T02:40:54.055Z Compiling fatfs v0.3.6
19992023-10-04T02:40:56.498Z Compiling bytesize v1.3.0
20002023-10-04T02:40:57.491Z Compiling nanorand v0.7.0
20012023-10-04T02:40:58.753Z Compiling rtoolbox v0.0.1
20022023-10-04T02:40:59.497Z Compiling assert_matches v1.5.0
20032023-10-04T02:40:59.637Z Compiling fs-err v2.9.0
20042023-10-04T02:40:59.681Z Compiling corncobs v0.1.3
20052023-10-04T02:41:00.328Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20062023-10-04T02:41:01.002Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20072023-10-04T02:41:02.348Z Compiling rpassword v7.2.0
20082023-10-04T02:41:02.879Z Compiling flume v0.11.0
20092023-10-04T02:41:02.993Z Compiling tui-tree-widget v0.13.0
20102023-10-04T02:41:04.098Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20112023-10-04T02:41:06.523Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20122023-10-04T02:41:06.774Z Compiling shell-words v1.1.0
20132023-10-04T02:41:07.489Z Compiling owo-colors v3.5.0
20142023-10-04T02:41:13.060Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20152023-10-04T02:41:21.093Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20162023-10-04T02:42:16.285Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20172023-10-04T02:42:28.071Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20182023-10-04T02:44:21.480Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20192023-10-04T02:45:42.146Z Compiling git2 v0.17.2
20202023-10-04T02:45:52.022Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20212023-10-04T02:45:54.164Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20222023-10-04T02:46:14.037Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20232023-10-04T02:46:28.461Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20242023-10-04T02:46:34.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252023-10-04T02:55:38.526Z Finished release [optimized] target(s) in 21m 05s
20262023-10-04T02:58:16.120Z
20272023-10-04T02:58:16.128Zreal 23:44.263340915
20282023-10-04T02:58:16.135Zuser 2:32:23.308638311
20292023-10-04T02:58:16.142Zsys 7:19.204387356
20302023-10-04T02:58:16.148Ztrap 5.001093253
20312023-10-04T02:58:16.156Ztflt 1.237338805
20322023-10-04T02:58:16.166Zdflt 3.863504380
20332023-10-04T02:58:16.174Zkflt 0.002558748
20342023-10-04T02:58:16.182Zlock 8:58:27.217583753
20352023-10-04T02:58:16.189Zslp 6:12:07.138957032
20362023-10-04T02:58:16.194Zlat 2:53.626518440
20372023-10-04T02:58:16.203Zstop 50.040082780
20382023-10-04T02:58:16.211Z+ 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-04T02:58:16.216Z+ pfexec mkdir -p /work
20402023-10-04T02:58:16.229Z+ pfexec chown build /work
20412023-10-04T02:58:16.237Z+ 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-04T02:58:29.845ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20432023-10-04T02:58:29.849Za out/maghemite.tar 73201K
20442023-10-04T02:58:29.852Za out/omicron-sled-agent.tar 109618K
20452023-10-04T02:58:29.855Za out/target/test 1K
20462023-10-04T02:58:29.858Za out/npuzone/npuzone 36077K
20472023-10-04T02:58:29.861Za package-manifest.toml 21K
20482023-10-04T02:58:29.864Za smf/sled-agent/non-gimlet/config.toml 4K
20492023-10-04T02:58:29.868Za target/release/omicron-package 37058K
20502023-10-04T02:58:29.871Za tools/create_virtual_hardware.sh 3K
20512023-10-04T02:58:29.874Za tools/virtual_hardware.sh 4K
20522023-10-04T02:58:29.877Za tools/scrimlet/create-softnpu-zone.sh 1K
20532023-10-04T02:58:29.880Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20542023-10-04T02:58:29.883Za tools/scrimlet/softnpu-init.sh 3K
20552023-10-04T02:58:29.885Za tools/scrimlet/softnpu-zone.txt 1K
20562023-10-04T02:58:29.888Za tools/scrimlet/softnpu.toml 1K
20572023-10-04T02:58:29.891Z
20582023-10-04T02:58:29.895Zreal 13.718504838
20592023-10-04T02:58:29.898Zuser 13.048655756
20602023-10-04T02:58:29.901Zsys 1.132928746
20612023-10-04T02:58:29.903Ztrap 0.003871891
20622023-10-04T02:58:29.909Ztflt 0.000000000
20632023-10-04T02:58:29.918Zdflt 0.000000000
20642023-10-04T02:58:29.969Zkflt 0.000000000
20652023-10-04T02:58:29.973Zlock 0.000000000
20662023-10-04T02:58:29.977Zslp 12.753454370
20672023-10-04T02:58:29.981Zlat 0.494558868
20682023-10-04T02:58:29.984Zstop 0.000232062
20692023-10-04T02:58:29.988Z++ pwd
20702023-10-04T02:58:29.992Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20712023-10-04T02:58:29.995Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20722023-10-04T02:58:29.998Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20732023-10-04T02:58:31.002Z Finished release [optimized] target(s) in 1.06s
20742023-10-04T02:58:31.032Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20752023-10-04T02:58:31.073ZCreated new build target 'host' and set it as active
20762023-10-04T02:58:31.076Z
20772023-10-04T02:58:31.080Zreal 1.215958395
20782023-10-04T02:58:31.083Zuser 0.862460168
20792023-10-04T02:58:31.086Zsys 0.354269843
20802023-10-04T02:58:31.089Ztrap 0.000064550
20812023-10-04T02:58:31.092Ztflt 0.000000000
20822023-10-04T02:58:31.095Zdflt 0.000029829
20832023-10-04T02:58:31.098Zkflt 0.000000000
20842023-10-04T02:58:31.101Zlock 0.035521680
20852023-10-04T02:58:31.104Zslp 0.019263126
20862023-10-04T02:58:31.107Zlat 0.002132900
20872023-10-04T02:58:31.111Zstop 0.000218709
20882023-10-04T02:58:31.114Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20892023-10-04T02:58:32.180Z Finished release [optimized] target(s) in 1.02s
20902023-10-04T02:58:32.206Z Running `target/release/omicron-package -t host package`
20912023-10-04T02:58:32.246ZOct 04 02:58:32.245 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20922023-10-04T02:58:33.380Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20932023-10-04T03:02:08.132Z Finished release [optimized] target(s) in 3m 35s
20942023-10-04T03:03:27.584Z
20952023-10-04T03:03:27.587Zreal 4:56.524334392
20962023-10-04T03:03:27.590Zuser 20:54.674993717
20972023-10-04T03:03:27.593Zsys 1:08.202192133
20982023-10-04T03:03:27.596Ztrap 0.538927545
20992023-10-04T03:03:27.599Ztflt 0.033640068
21002023-10-04T03:03:27.602Zdflt 2.659030795
21012023-10-04T03:03:27.605Zkflt 0.000002705
21022023-10-04T03:03:27.608Zlock 1:10:17.831773377
21032023-10-04T03:03:27.610Zslp 17:30.566866663
21042023-10-04T03:03:27.613Zlat 8.101212757
21052023-10-04T03:03:27.616Zstop 0.729438918
21062023-10-04T03:03:27.619Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21072023-10-04T03:03:27.622Z+ for package in "$@"
21082023-10-04T03:03:27.625Z+ [[ omicron-sled-agent == maghemite ]]
21092023-10-04T03:03:27.629Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+giteee4eb4484a
21102023-10-04T03:03:28.720Z Finished release [optimized] target(s) in 1.05s
21112023-10-04T03:03:28.759Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+giteee4eb4484a`
21122023-10-04T03:03:28.790ZOct 04 03:03:28.788 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21132023-10-04T03:03:29.302ZCreated: out/versioned/omicron-sled-agent.tar
21142023-10-04T03:03:29.306Z+ for package in "$@"
21152023-10-04T03:03:29.309Z+ [[ maghemite == maghemite ]]
21162023-10-04T03:03:29.312Z+ echo 0.0.0
21172023-10-04T03:03:29.315Z+ tar rvf out/maghemite.tar VERSION
21182023-10-04T03:03:29.319Za VERSION 1K
21192023-10-04T03:03:29.321Z+ rm VERSION
21202023-10-04T03:03:29.324Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+giteee4eb4484a
21212023-10-04T03:03:30.427Z Finished release [optimized] target(s) in 1.03s
21222023-10-04T03:03:30.455Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+giteee4eb4484a`
21232023-10-04T03:03:30.496ZOct 04 03:03:30.496 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21242023-10-04T03:03:30.845ZCreated: out/versioned/maghemite.tar
21252023-10-04T03:03:30.849Z+ for package in "$@"
21262023-10-04T03:03:30.851Z+ [[ propolis-server == maghemite ]]
21272023-10-04T03:03:30.854Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+giteee4eb4484a
21282023-10-04T03:03:32.008Z Finished release [optimized] target(s) in 1.08s
21292023-10-04T03:03:32.036Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+giteee4eb4484a`
21302023-10-04T03:03:32.077ZOct 04 03:03:32.076 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21312023-10-04T03:03:33.799ZCreated: out/versioned/propolis-server.tar.gz
21322023-10-04T03:03:33.803Z+ for package in "$@"
21332023-10-04T03:03:33.806Z+ [[ overlay == maghemite ]]
21342023-10-04T03:03:33.809Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+giteee4eb4484a
21352023-10-04T03:03:34.925Z Finished release [optimized] target(s) in 1.03s
21362023-10-04T03:03:34.944Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+giteee4eb4484a`
21372023-10-04T03:03:34.983ZOct 04 03:03:34.983 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21382023-10-04T03:03:34.986ZCreated: out/versioned/overlay.tar.gz
21392023-10-04T03:03:34.993Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21402023-10-04T03:03:35.000Z+++ dirname -- ./tools/build-global-zone-packages.sh
21412023-10-04T03:03:35.003Z++ cd -- ./tools
21422023-10-04T03:03:35.006Z++ pwd
21432023-10-04T03:03:35.009Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21442023-10-04T03:03:35.014Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21452023-10-04T03:03:35.017Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21462023-10-04T03:03:35.020Z++ readlink -f /work
21472023-10-04T03:03:35.025Z+ out_dir=/work
21482023-10-04T03:03:35.030Z+ 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-04T03:03:35.033Z+ for dep in "${deps[@]}"
21502023-10-04T03:03:35.035Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21512023-10-04T03:03:35.039Z+ for dep in "${deps[@]}"
21522023-10-04T03:03:35.042Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21532023-10-04T03:03:35.045Z+ for dep in "${deps[@]}"
21542023-10-04T03:03:35.048Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21552023-10-04T03:03:35.052Z+ for dep in "${deps[@]}"
21562023-10-04T03:03:35.055Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21572023-10-04T03:03:35.058Z++ mktemp -d
21582023-10-04T03:03:35.061Z+ tmp_gz=/tmp/tmp.LTaioi
21592023-10-04T03:03:35.066Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21602023-10-04T03:03:35.069Z+ echo '{"v":"1","t":"layer"}'
21612023-10-04T03:03:35.072Z+ pkg_dir=/tmp/tmp.LTaioi/root/opt/oxide/sled-agent
21622023-10-04T03:03:35.077Z+ mkdir -p /tmp/tmp.LTaioi/root/opt/oxide/sled-agent
21632023-10-04T03:03:35.080Z+ cd /tmp/tmp.LTaioi/root/opt/oxide/sled-agent
21642023-10-04T03:03:35.083Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21652023-10-04T03:03:35.134Zx ., 0 bytes, 0 tape blocks
21662023-10-04T03:03:35.137Zx zone-bundle, 34395232 bytes, 67179 tape blocks
21672023-10-04T03:03:35.140Zx sled-agent, 78218112 bytes, 152770 tape blocks
21682023-10-04T03:03:35.143Zx pkg, 0 bytes, 0 tape blocks
21692023-10-04T03:03:35.146Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21702023-10-04T03:03:35.149Zx pkg/README.md, 54 bytes, 1 tape blocks
21712023-10-04T03:03:35.152Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21722023-10-04T03:03:35.156Zx VERSION, 25 bytes, 1 tape blocks
21732023-10-04T03:03:35.159Z+ mkdir -p /tmp/tmp.LTaioi/root/lib/svc/manifest/site/
21742023-10-04T03:03:35.162Z+ mv pkg/manifest.xml /tmp/tmp.LTaioi/root/lib/svc/manifest/site/sled-agent.xml
21752023-10-04T03:03:35.165Z+ cd -
21762023-10-04T03:03:35.168Z/work/oxidecomputer/omicron
21772023-10-04T03:03:35.170Z+ pkg_dir=/tmp/tmp.LTaioi/root/opt/oxide/mg-ddm
21782023-10-04T03:03:35.173Z+ mkdir -p /tmp/tmp.LTaioi/root/opt/oxide/mg-ddm
21792023-10-04T03:03:35.176Z+ cd /tmp/tmp.LTaioi/root/opt/oxide/mg-ddm
21802023-10-04T03:03:35.179Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21812023-10-04T03:03:35.222Zx ., 0 bytes, 0 tape blocks
21822023-10-04T03:03:35.226Zx ddmadm, 39360576 bytes, 76877 tape blocks
21832023-10-04T03:03:35.228Zx ddmd, 35588120 bytes, 69509 tape blocks
21842023-10-04T03:03:35.231Zx pkg, 0 bytes, 0 tape blocks
21852023-10-04T03:03:35.234Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21862023-10-04T03:03:35.237Zx pkg/ddm, 0 bytes, 0 tape blocks
21872023-10-04T03:03:35.240Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21882023-10-04T03:03:35.243Zx VERSION, 25 bytes, 1 tape blocks
21892023-10-04T03:03:35.246Z+ cd -
21902023-10-04T03:03:35.249Z/work/oxidecomputer/omicron
21912023-10-04T03:03:35.252Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.LTaioi/root/opt/oxide
21922023-10-04T03:03:35.334Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.LTaioi/root/opt/oxide
21932023-10-04T03:03:35.337Z+ cd /tmp/tmp.LTaioi
21942023-10-04T03:03:35.341Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21952023-10-04T03:03:47.630ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21962023-10-04T03:03:47.634Za oxide.json 1K
21972023-10-04T03:03:47.637Za root/ 0K
21982023-10-04T03:03:47.641Za root/opt/ 0K
21992023-10-04T03:03:47.645Za root/opt/oxide/ 0K
22002023-10-04T03:03:47.655Za root/opt/oxide/sled-agent/ 0K
22012023-10-04T03:03:47.660Za root/opt/oxide/sled-agent/zone-bundle 33590K
22022023-10-04T03:03:47.663Za root/opt/oxide/sled-agent/sled-agent 76385K
22032023-10-04T03:03:47.666Za root/opt/oxide/sled-agent/pkg/ 0K
22042023-10-04T03:03:47.669Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22052023-10-04T03:03:47.672Za root/opt/oxide/sled-agent/pkg/README.md 1K
22062023-10-04T03:03:47.674Za root/opt/oxide/sled-agent/VERSION 1K
22072023-10-04T03:03:47.677Za root/opt/oxide/mg-ddm/ 0K
22082023-10-04T03:03:47.680Za root/opt/oxide/mg-ddm/ddmadm 38439K
22092023-10-04T03:03:47.683Za root/opt/oxide/mg-ddm/ddmd 34755K
22102023-10-04T03:03:47.686Za root/opt/oxide/mg-ddm/pkg/ 0K
22112023-10-04T03:03:47.689Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22122023-10-04T03:03:47.692Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22132023-10-04T03:03:47.695Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22142023-10-04T03:03:47.698Za root/opt/oxide/mg-ddm/VERSION 1K
22152023-10-04T03:03:47.700Za root/opt/oxide/propolis-server.tar.gz 64683K
22162023-10-04T03:03:47.703Za root/opt/oxide/overlay.tar.gz 2K
22172023-10-04T03:03:47.706Za root/lib/ 0K
22182023-10-04T03:03:47.709Za root/lib/svc/ 0K
22192023-10-04T03:03:47.712Za root/lib/svc/manifest/ 0K
22202023-10-04T03:03:47.715Za root/lib/svc/manifest/site/ 0K
22212023-10-04T03:03:47.718Za root/lib/svc/manifest/site/sled-agent.xml 3K
22222023-10-04T03:03:47.720Z+ cd /
22232023-10-04T03:03:47.723Z+ rm -rf /tmp/tmp.LTaioi
22242023-10-04T03:03:47.726Z
22252023-10-04T03:03:47.729Zreal 12.686269870
22262023-10-04T03:03:47.732Zuser 11.678631809
22272023-10-04T03:03:47.735Zsys 1.072088424
22282023-10-04T03:03:47.738Ztrap 0.004272494
22292023-10-04T03:03:47.740Ztflt 0.000000000
22302023-10-04T03:03:47.743Zdflt 0.000000000
22312023-10-04T03:03:47.746Zkflt 0.000000000
22322023-10-04T03:03:47.749Zlock 0.000000000
22332023-10-04T03:03:47.752Zslp 24.417276156
22342023-10-04T03:03:47.755Zlat 0.476720528
22352023-10-04T03:03:47.758Zstop 0.000306153
22362023-10-04T03:03:47.761Z+ mkdir -p /work/zones
22372023-10-04T03:03:47.765Z+ 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-04T03:03:47.769Z+ 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-04T03:03:51.003Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22402023-10-04T03:03:52.226Z Finished release [optimized] target(s) in 1.12s
22412023-10-04T03:03:52.257Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22422023-10-04T03:03:52.296ZCreated new build target 'recovery' and set it as active
22432023-10-04T03:03:52.299Z
22442023-10-04T03:03:52.306Zreal 1.284903676
22452023-10-04T03:03:52.311Zuser 0.917696525
22462023-10-04T03:03:52.325Zsys 0.364914968
22472023-10-04T03:03:52.338Ztrap 0.000847618
22482023-10-04T03:03:52.342Ztflt 0.000010299
22492023-10-04T03:03:52.346Zdflt 0.000012966
22502023-10-04T03:03:52.349Zkflt 0.000000000
22512023-10-04T03:03:52.352Zlock 0.038874847
22522023-10-04T03:03:52.355Zslp 0.022667153
22532023-10-04T03:03:52.358Zlat 0.004733217
22542023-10-04T03:03:52.391Zstop 0.000424536
22552023-10-04T03:03:52.395Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22562023-10-04T03:03:53.491Z Finished release [optimized] target(s) in 1.10s
22572023-10-04T03:03:53.522Z Running `target/release/omicron-package -t recovery package`
22582023-10-04T03:03:53.561ZOct 04 03:03:53.560 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22592023-10-04T03:03:54.541Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
22602023-10-04T03:03:58.463Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22612023-10-04T03:04:31.028Z Finished release [optimized] target(s) in 37.38s
22622023-10-04T03:04:46.803Z
22632023-10-04T03:04:46.814Zreal 54.494721542
22642023-10-04T03:04:46.827Zuser 2:38.146194238
22652023-10-04T03:04:46.832Zsys 13.778711920
22662023-10-04T03:04:46.835Ztrap 0.079658164
22672023-10-04T03:04:46.838Ztflt 0.073563054
22682023-10-04T03:04:46.841Zdflt 1.222600004
22692023-10-04T03:04:46.844Zkflt 0.000000000
22702023-10-04T03:04:46.847Zlock 12:08.172983936
22712023-10-04T03:04:46.850Zslp 2:37.337638721
22722023-10-04T03:04:46.853Zlat 2.249213816
22732023-10-04T03:04:46.856Zstop 0.187704518
22742023-10-04T03:04:46.859Z+ stamp_packages installinator maghemite
22752023-10-04T03:04:46.862Z+ for package in "$@"
22762023-10-04T03:04:46.865Z+ [[ installinator == maghemite ]]
22772023-10-04T03:04:46.872Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+giteee4eb4484a
22782023-10-04T03:04:47.946Z Finished release [optimized] target(s) in 1.06s
22792023-10-04T03:04:47.987Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+giteee4eb4484a`
22802023-10-04T03:04:48.017ZOct 04 03:04:48.017 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22812023-10-04T03:04:48.136ZCreated: out/versioned/installinator.tar
22822023-10-04T03:04:48.139Z+ for package in "$@"
22832023-10-04T03:04:48.143Z+ [[ maghemite == maghemite ]]
22842023-10-04T03:04:48.146Z+ echo 0.0.0
22852023-10-04T03:04:48.149Z+ tar rvf out/maghemite.tar VERSION
22862023-10-04T03:04:48.153Za VERSION 1K
22872023-10-04T03:04:48.156Z+ rm VERSION
22882023-10-04T03:04:48.160Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+giteee4eb4484a
22892023-10-04T03:04:49.268Z Finished release [optimized] target(s) in 1.04s
22902023-10-04T03:04:49.298Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+giteee4eb4484a`
22912023-10-04T03:04:49.338ZOct 04 03:04:49.337 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22922023-10-04T03:04:49.561ZCreated: out/versioned/maghemite.tar
22932023-10-04T03:04:49.566Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22942023-10-04T03:04:49.586Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22952023-10-04T03:04:49.589Z++ cd -- ./tools
22962023-10-04T03:04:49.592Z++ pwd
22972023-10-04T03:04:49.596Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22982023-10-04T03:04:49.599Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
22992023-10-04T03:04:49.602Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23002023-10-04T03:04:49.605Z++ readlink -f /work
23012023-10-04T03:04:49.608Z+ out_dir=/work
23022023-10-04T03:04:49.611Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23032023-10-04T03:04:49.614Z+ for dep in "${deps[@]}"
23042023-10-04T03:04:49.617Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23052023-10-04T03:04:49.620Z+ for dep in "${deps[@]}"
23062023-10-04T03:04:49.629Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23072023-10-04T03:04:49.631Z++ mktemp -d
23082023-10-04T03:04:49.634Z+ tmp_trampoline=/tmp/tmp.i7aGsi
23092023-10-04T03:04:49.637Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23102023-10-04T03:04:49.640Z+ echo '{"v":"1","t":"layer"}'
23112023-10-04T03:04:49.643Z+ pkg_dir=/tmp/tmp.i7aGsi/root/opt/oxide/installinator
23122023-10-04T03:04:49.646Z+ mkdir -p /tmp/tmp.i7aGsi/root/opt/oxide/installinator
23132023-10-04T03:04:49.649Z+ cd /tmp/tmp.i7aGsi/root/opt/oxide/installinator
23142023-10-04T03:04:49.652Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23152023-10-04T03:04:49.686Zx ., 0 bytes, 0 tape blocks
23162023-10-04T03:04:49.689Zx installinator, 47765520 bytes, 93293 tape blocks
23172023-10-04T03:04:49.692Zx pkg, 0 bytes, 0 tape blocks
23182023-10-04T03:04:49.695Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23192023-10-04T03:04:49.697Zx VERSION, 25 bytes, 1 tape blocks
23202023-10-04T03:04:49.700Z+ mkdir -p /tmp/tmp.i7aGsi/root/lib/svc/manifest/site/
23212023-10-04T03:04:49.703Z+ mv pkg/manifest.xml /tmp/tmp.i7aGsi/root/lib/svc/manifest/site/installinator.xml
23222023-10-04T03:04:49.706Z+ cd -
23232023-10-04T03:04:49.709Z/work/oxidecomputer/omicron
23242023-10-04T03:04:49.712Z+ pkg_dir=/tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm
23252023-10-04T03:04:49.715Z+ mkdir -p /tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm
23262023-10-04T03:04:49.719Z+ cd /tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm
23272023-10-04T03:04:49.724Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23282023-10-04T03:04:49.777Zx ., 0 bytes, 0 tape blocks
23292023-10-04T03:04:49.781Zx ddmadm, 39360576 bytes, 76877 tape blocks
23302023-10-04T03:04:49.785Zx ddmd, 35588120 bytes, 69509 tape blocks
23312023-10-04T03:04:49.789Zx pkg, 0 bytes, 0 tape blocks
23322023-10-04T03:04:49.792Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23332023-10-04T03:04:49.795Zx pkg/ddm, 0 bytes, 0 tape blocks
23342023-10-04T03:04:49.797Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23352023-10-04T03:04:49.800Zx VERSION, 25 bytes, 1 tape blocks
23362023-10-04T03:04:49.803Z+ cd -
23372023-10-04T03:04:49.806Z/work/oxidecomputer/omicron
23382023-10-04T03:04:49.809Z+ cd /tmp/tmp.i7aGsi
23392023-10-04T03:04:49.812Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23402023-10-04T03:04:56.181ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23412023-10-04T03:04:56.184Za oxide.json 1K
23422023-10-04T03:04:56.187Za root/ 0K
23432023-10-04T03:04:56.190Za root/opt/ 0K
23442023-10-04T03:04:56.194Za root/opt/oxide/ 0K
23452023-10-04T03:04:56.197Za root/opt/oxide/installinator/ 0K
23462023-10-04T03:04:56.200Za root/opt/oxide/installinator/installinator 46647K
23472023-10-04T03:04:56.203Za root/opt/oxide/installinator/pkg/ 0K
23482023-10-04T03:04:56.206Za root/opt/oxide/installinator/VERSION 1K
23492023-10-04T03:04:56.209Za root/opt/oxide/mg-ddm/ 0K
23502023-10-04T03:04:56.212Za root/opt/oxide/mg-ddm/ddmadm 38439K
23512023-10-04T03:04:56.215Za root/opt/oxide/mg-ddm/ddmd 34755K
23522023-10-04T03:04:56.218Za root/opt/oxide/mg-ddm/pkg/ 0K
23532023-10-04T03:04:56.222Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23542023-10-04T03:04:56.224Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23552023-10-04T03:04:56.227Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23562023-10-04T03:04:56.230Za root/opt/oxide/mg-ddm/VERSION 1K
23572023-10-04T03:04:56.233Za root/lib/ 0K
23582023-10-04T03:04:56.237Za root/lib/svc/ 0K
23592023-10-04T03:04:56.240Za root/lib/svc/manifest/ 0K
23602023-10-04T03:04:56.250Za root/lib/svc/manifest/site/ 0K
23612023-10-04T03:04:56.257Za root/lib/svc/manifest/site/installinator.xml 3K
23622023-10-04T03:04:56.260Z+ cd /
23632023-10-04T03:04:56.263Z+ rm -rf /tmp/tmp.i7aGsi
23642023-10-04T03:04:56.266Z
23652023-10-04T03:04:56.270Zreal 6.619207386
23662023-10-04T03:04:56.274Zuser 6.137034923
23672023-10-04T03:04:56.278Zsys 0.510463222
23682023-10-04T03:04:56.281Ztrap 0.001201662
23692023-10-04T03:04:56.287Ztflt 0.000000000
23702023-10-04T03:04:56.291Zdflt 0.000002753
23712023-10-04T03:04:56.295Zkflt 0.000000000
23722023-10-04T03:04:56.307Zlock 0.000000000
23732023-10-04T03:04:56.311Zslp 12.722541424
23742023-10-04T03:04:56.314Zlat 0.232263738
23752023-10-04T03:04:56.317Zstop 0.001435065
23762023-10-04T03:04:56.320Zprocess exited: duration 2446297 ms, exit code 0
 
23772023-10-04T03:04:56.327Zfound 21 output files
23782023-10-04T03:04:56.338Zuploading: /work/version.txt (26 bytes)
23792023-10-04T03:04:57.346Zuploaded: /work/version.txt
23802023-10-04T03:04:57.362Zuploading: /work/package.tar.gz (82493042 bytes)
23812023-10-04T03:05:22.393Zuploaded: /work/package.tar.gz
23822023-10-04T03:05:22.427Zuploading: /work/global-zone-packages.tar.gz (125128126 bytes)
23832023-10-04T03:05:56.649Zuploaded: /work/global-zone-packages.tar.gz
23842023-10-04T03:05:56.724Zuploading: /work/trampoline-global-zone-packages.tar.gz (38531624 bytes)
23852023-10-04T03:06:12.077Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23862023-10-04T03:06:12.089Zuploading: /work/zones/clickhouse.tar.gz (180710336 bytes)
23872023-10-04T03:08:12.424Zuploaded: /work/zones/clickhouse.tar.gz
23882023-10-04T03:08:12.576Zuploading: /work/zones/clickhouse_keeper.tar.gz (180705752 bytes)
23892023-10-04T03:09:35.184Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23902023-10-04T03:09:35.238Zuploading: /work/zones/cockroachdb.tar.gz (117766680 bytes)
23912023-10-04T03:10:33.176Zuploaded: /work/zones/cockroachdb.tar.gz
23922023-10-04T03:10:33.193Zuploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes)
23932023-10-04T03:10:39.825Zuploaded: /work/zones/crucible-pantry.tar.gz
23942023-10-04T03:10:39.845Zuploading: /work/zones/crucible.tar.gz (42814079 bytes)
23952023-10-04T03:11:00.559Zuploaded: /work/zones/crucible.tar.gz
23962023-10-04T03:11:00.625Zuploading: /work/zones/external-dns.tar.gz (22039686 bytes)
23972023-10-04T03:11:07.805Zuploaded: /work/zones/external-dns.tar.gz
23982023-10-04T03:11:07.816Zuploading: /work/zones/internal-dns.tar.gz (22039686 bytes)
23992023-10-04T03:11:17.817Zuploaded: /work/zones/internal-dns.tar.gz
24002023-10-04T03:11:17.823Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24012023-10-04T03:11:18.834Zuploaded: /work/zones/ntp.tar.gz
24022023-10-04T03:11:18.845Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15706763 bytes)
24032023-10-04T03:11:25.158Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24042023-10-04T03:11:25.170Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15705919 bytes)
24052023-10-04T03:11:30.788Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24062023-10-04T03:11:30.806Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67082338 bytes)
24072023-10-04T03:11:53.834Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24082023-10-04T03:11:53.860Zuploading: /work/zones/omicron-nexus.tar.gz (67085963 bytes)
24092023-10-04T03:12:21.345Zuploaded: /work/zones/omicron-nexus.tar.gz
24102023-10-04T03:12:21.767Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24112023-10-04T03:12:22.395Zuploaded: /work/zones/overlay.tar.gz
24122023-10-04T03:12:22.411Zuploading: /work/zones/oximeter-collector.tar.gz (16247608 bytes)
24132023-10-04T03:12:30.354Zuploaded: /work/zones/oximeter-collector.tar.gz
24142023-10-04T03:12:30.365Zuploading: /work/zones/propolis-server.tar.gz (66230926 bytes)
24152023-10-04T03:12:51.615Zuploaded: /work/zones/propolis-server.tar.gz
24162023-10-04T03:12:51.623Zuploading: /work/zones/switch-asic.tar.gz (220077315 bytes)
24172023-10-04T03:14:23.311Zuploaded: /work/zones/switch-asic.tar.gz
24182023-10-04T03:14:23.413Zuploading: /work/zones/switch-softnpu.tar.gz (142106548 bytes)
24192023-10-04T03:15:16.974Zuploaded: /work/zones/switch-softnpu.tar.gz