01HBY79RG96GCKAE31CS0SA2XW: 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: 01HBY7AE3Q3VS2F0CKZAFQFD24

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T20:52:27.897Zjob assigned to worker 01HBY7AKHP0KC78V3XDNKCW9KX (queued for 1 m 32 s)
 
22023-10-04T20:52:28.637Zstarting task 0: "setup"
32023-10-04T20:52:28.700Z++ uname -s
42023-10-04T20:52:28.703Z+ kern=SunOS
52023-10-04T20:52:28.707Z+ case "$kern" in
62023-10-04T20:52:28.710Z+ groupadd -g 12345 build
72023-10-04T20:52:28.713Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T20:52:30.718Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T20:52:30.813Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T20:52:30.817Z+ home_fs=zfs
112023-10-04T20:52:30.822Z+ [[ zfs == autofs ]]
122023-10-04T20:52:30.825Z+ mkdir -p /home/build
132023-10-04T20:52:30.828Z+ chown build:build /home/build /work
142023-10-04T20:52:32.846Z+ chmod 0700 /home/build /work
152023-10-04T20:52:32.892Zprocess exited: duration 4184 ms, exit code 0
 
162023-10-04T20:52:32.922Zstarting task 1: "rust-toolchain"
172023-10-04T20:52:32.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T20:52:32.945Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T20:52:33.110Zinfo: downloading installer
202023-10-04T20:52:35.401Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T20:52:35.406Zwarning: /opt/ooce/bin
222023-10-04T20:52:35.450Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T20:52:35.454Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T20:52:35.456Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T20:52:35.459Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T20:52:35.477Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T20:52:35.480Zerror: cannot install while Rust is installed
282023-10-04T20:52:35.483Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T20:52:35.668Zinfo: profile set to 'default'
302023-10-04T20:52:35.682Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T20:52:35.693Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T20:52:35.858Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T20:52:35.862Zinfo: downloading component 'cargo'
342023-10-04T20:52:36.765Zinfo: downloading component 'clippy'
352023-10-04T20:52:37.092Zinfo: downloading component 'rust-docs'
362023-10-04T20:52:38.209Zinfo: downloading component 'rust-std'
372023-10-04T20:52:40.189Zinfo: downloading component 'rustc'
382023-10-04T20:52:45.096Zinfo: downloading component 'rustfmt'
392023-10-04T20:52:45.380Zinfo: installing component 'cargo'
402023-10-04T20:52:47.263Zinfo: installing component 'clippy'
412023-10-04T20:52:48.117Zinfo: installing component 'rust-docs'
422023-10-04T20:52:50.876Zinfo: installing component 'rust-std'
432023-10-04T20:52:54.446Zinfo: installing component 'rustc'
442023-10-04T20:53:03.545Zinfo: installing component 'rustfmt'
452023-10-04T20:53:03.974Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T20:53:03.977Z
472023-10-04T20:53:04.133Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T20:53:04.147Z
492023-10-04T20:53:04.154Z
502023-10-04T20:53:04.160ZRust is installed now. Great!
512023-10-04T20:53:04.164Z
522023-10-04T20:53:04.168ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T20:53:04.175Zenvironment variable. This has not been done automatically.
542023-10-04T20:53:04.179Z
552023-10-04T20:53:04.184ZTo configure your current shell, run:
562023-10-04T20:53:04.187Zsource "$HOME/.cargo/env"
572023-10-04T20:53:04.217Z+ rustc --version
582023-10-04T20:53:04.330Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T20:53:04.338Zprocess exited: duration 31409 ms, exit code 0
 
602023-10-04T20:53:04.350Zstarting task 2: "authentication"
612023-10-04T20:53:04.388Zprocess exited: duration 32 ms, exit code 0
 
622023-10-04T20:53:04.406Zstarting task 3: "clone repository"
632023-10-04T20:53:04.418Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T20:53:04.423Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T20:53:04.514ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T20:53:10.872Z+ cd /work/oxidecomputer/omicron
672023-10-04T20:53:10.874Z+ [[ -n alan/new-c-bull ]]
682023-10-04T20:53:10.878Z+ git fetch origin alan/new-c-bull
692023-10-04T20:53:11.223ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T20:53:11.225Z * branch alan/new-c-bull -> FETCH_HEAD
712023-10-04T20:53:11.234Z+ git checkout -B alan/new-c-bull remotes/origin/alan/new-c-bull
722023-10-04T20:53:11.321ZSwitched to a new branch 'alan/new-c-bull'
732023-10-04T20:53:11.328Zbranch 'alan/new-c-bull' set up to track 'origin/alan/new-c-bull'.
742023-10-04T20:53:11.332Z+ git reset --hard e1d680b7673239f44095a466b28550625604c412
752023-10-04T20:53:11.465ZHEAD is now at e1d680b7 Use the Default
762023-10-04T20:53:11.468Zprocess exited: duration 7058 ms, exit code 0
 
772023-10-04T20:53:11.475Zstarting task 4: "build"
782023-10-04T20:53:11.485Z+ cargo --version
792023-10-04T20:53:11.575Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T20:53:11.578Z+ rustc --version
812023-10-04T20:53:11.681Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T20:53:11.687Z++ git rev-parse HEAD
832023-10-04T20:53:11.691Z+ COMMIT=e1d680b7673239f44095a466b28550625604c412
842023-10-04T20:53:11.694Z+ VERSION=1.0.2-0.ci+gite1d680b7673
852023-10-04T20:53:11.697Z+ echo 1.0.2-0.ci+gite1d680b7673
862023-10-04T20:53:11.700Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-04T20:53:19.814Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-04T20:53:20.398Z Startup: Caching catalogs ... Done
892023-10-04T20:53:23.119ZPlanning: Solver setup ... Done (2.516s)
902023-10-04T20:53:23.290ZPlanning: Running solver ... Done (0.170s)
912023-10-04T20:53:23.321ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-04T20:53:23.367ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-04T20:53:23.748ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-04T20:53:23.831ZPlanning: Package planning ... Done (0.082s)
952023-10-04T20:53:23.916ZPlanning: Merging actions ... Done (0.084s)
962023-10-04T20:53:24.674ZPlanning: Checking for conflicting actions ... Done (0.758s)
972023-10-04T20:53:24.691ZPlanning: Consolidating action changes ... Done (0.016s)
982023-10-04T20:53:28.836ZPlanning: Evaluating mediators ... Done (4.145s)
992023-10-04T20:53:28.852ZPlanning: Planning completed in 8.40 seconds
1002023-10-04T20:53:28.875Z Packages to install: 4
1012023-10-04T20:53:28.878Z Mediators to change: 2
1022023-10-04T20:53:28.880Z Services to change: 1
1032023-10-04T20:53:28.883Z Estimated space available: 149.39 GB
1042023-10-04T20:53:28.886ZEstimated space to be consumed: 1.35 GB
1052023-10-04T20:53:28.889Z Create boot environment: No
1062023-10-04T20:53:28.892ZCreate backup boot environment: No
1072023-10-04T20:53:28.895Z Rebuild boot archive: No
1082023-10-04T20:53:28.898Z
1092023-10-04T20:53:28.901ZChanged mediators:
1102023-10-04T20:53:28.904Z mediator clang:
1112023-10-04T20:53:28.908Z version: None -> 15 (system default)
1122023-10-04T20:53:28.912Z
1132023-10-04T20:53:28.915Z mediator llvm:
1142023-10-04T20:53:28.917Z version: 14 (system default) -> 15 (system default)
1152023-10-04T20:53:28.920Z
1162023-10-04T20:53:28.923ZChanged packages:
1172023-10-04T20:53:28.926Zhelios-dev
1182023-10-04T20:53:28.929Z developer/build-essential
1192023-10-04T20:53:28.932Z None -> 11-2.0
1202023-10-04T20:53:28.935Z library/libxmlsec1
1212023-10-04T20:53:28.937Z None -> 1.2.35-2.0
1222023-10-04T20:53:28.940Z ooce/developer/clang-15
1232023-10-04T20:53:28.943Z None -> 15.0.7-2.0
1242023-10-04T20:53:28.946Z ooce/developer/llvm-15
1252023-10-04T20:53:28.949Z None -> 15.0.7-2.0
1262023-10-04T20:53:28.952Z
1272023-10-04T20:53:28.955ZServices:
1282023-10-04T20:53:28.958Z restart_fmri:
1292023-10-04T20:53:28.960Z svc:/system/update-man-index:default
1302023-10-04T20:53:29.198Z
1312023-10-04T20:53:29.202ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-04T20:53:35.341ZDownload: 208/3290 items 1.3/212.6MB 0% complete (369k/s)
1332023-10-04T20:53:40.981ZDownload: 1198/3290 items 74.1/212.6MB 34% complete (7.3M/s)
1342023-10-04T20:53:45.981ZDownload: 1620/3290 items 117.0/212.6MB 55% complete (12.2M/s)
1352023-10-04T20:53:50.983ZDownload: 2269/3290 items 119.4/212.6MB 56% complete (4.6M/s)
1362023-10-04T20:53:55.983ZDownload: 2490/3290 items 120.2/212.6MB 56% complete (402k/s)
1372023-10-04T20:54:00.984ZDownload: 2931/3290 items 121.2/212.6MB 57% complete (189k/s)
1382023-10-04T20:54:05.985ZDownload: 3244/3290 items 200.4/212.6MB 94% complete (7.9M/s)
1392023-10-04T20:54:14.089ZDownload: 3287/3290 items 211.7/212.6MB 99% complete (8.9M/s)
1402023-10-04T20:54:14.553ZDownload: Completed 212.60 MB in 45.36 seconds (4.7M/s)
1412023-10-04T20:54:14.781Z Actions: 1/3687 actions (Installing new actions)
1422023-10-04T20:54:20.032Z Actions: 2821/3687 actions (Installing new actions)
1432023-10-04T20:54:23.107Z Actions: Completed 3687 actions in 8.33 seconds.
1442023-10-04T20:54:23.168Z Done (0.054s)
1452023-10-04T20:54:23.171Z Done (0.000s)
1462023-10-04T20:54:23.308Z Done (0.139s)
1472023-10-04T20:54:30.801Z Done (7.387s)
1482023-10-04T20:54:31.068Z Done (0.166s)
1492023-10-04T20:54:31.072Z Done (0.000s)
1502023-10-04T20:54:31.299Z Done (0.000s)
1512023-10-04T20:54:31.958ZPlanning: Evaluating mediator changes ... Done
1522023-10-04T20:54:32.240ZPlanning: Checking for conflicting actions ... Done
1532023-10-04T20:54:32.245ZPlanning: Consolidating action changes ... Done
1542023-10-04T20:54:32.672ZPlanning: Evaluating mediators ... Done
1552023-10-04T20:54:32.676ZPlanning: Planning completed in 0.72 seconds
1562023-10-04T20:54:32.729Z Mediators to change: 2
1572023-10-04T20:54:32.732Z Create boot environment: No
1582023-10-04T20:54:32.737ZCreate backup boot environment: No
1592023-10-04T20:54:32.834Z Done
1602023-10-04T20:54:32.838Z Done
1612023-10-04T20:54:32.907Z Done
1622023-10-04T20:54:38.836Z Done
1632023-10-04T20:54:38.962Z Done
1642023-10-04T20:54:38.965Z Done
1652023-10-04T20:54:39.074Z Done
1662023-10-04T20:54:40.092ZPlanning: Evaluating mediator changes ... Done
1672023-10-04T20:54:40.097ZPlanning: Merging actions ... Done
1682023-10-04T20:54:40.429ZPlanning: Checking for conflicting actions ... Done
1692023-10-04T20:54:40.432ZPlanning: Consolidating action changes ... Done
1702023-10-04T20:54:40.862ZPlanning: Evaluating mediators ... Done
1712023-10-04T20:54:40.957ZPlanning: Planning completed in 1.30 seconds
1722023-10-04T20:54:41.012Z Packages to change: 1
1732023-10-04T20:54:41.015Z Mediators to change: 1
1742023-10-04T20:54:41.018Z Services to change: 1
1752023-10-04T20:54:41.027Z Create boot environment: No
1762023-10-04T20:54:41.031ZCreate backup boot environment: Yes
1772023-10-04T20:54:43.120Z Actions: 1/6 actions (Updating modified actions)
1782023-10-04T20:54:43.123Z Actions: Completed 6 actions in 0.00 seconds.
1792023-10-04T20:54:43.126Z Done
1802023-10-04T20:54:43.130Z Done
1812023-10-04T20:54:43.157Z Done
1822023-10-04T20:54:49.083Z Done
1832023-10-04T20:54:49.209Z Done
1842023-10-04T20:54:49.212Z Done
1852023-10-04T20:54:49.307Z Done
1862023-10-04T20:54:50.013ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1872023-10-04T20:54:50.016Zclang system 15 system
1882023-10-04T20:54:50.019Zcsh system system illumos
1892023-10-04T20:54:50.021Zctags system system illumos
1902023-10-04T20:54:50.026Zgcc vendor 12 vendor
1912023-10-04T20:54:50.029Zgcc system 10 system
1922023-10-04T20:54:50.032Zgcc system 7 system
1932023-10-04T20:54:50.035Zgo system 1.20 system
1942023-10-04T20:54:50.038Zgo system 1.19 system
1952023-10-04T20:54:50.041Zllvm system 15 system
1962023-10-04T20:54:50.044Zllvm system 14 system
1972023-10-04T20:54:50.047Zmariadb system 10.6 system
1982023-10-04T20:54:50.050Zmta vendor vendor dma
1992023-10-04T20:54:50.054Zopenjdk system 17 system
2002023-10-04T20:54:50.057Zopenjdk system 11 system
2012023-10-04T20:54:50.060Zopenjdk system 1.8 system
2022023-10-04T20:54:50.063Zopenssl vendor 3 vendor
2032023-10-04T20:54:50.066Zperl system 5.36 system
2042023-10-04T20:54:50.070Zpostgresql system 15 system
2052023-10-04T20:54:50.072Zpostgresql system 13 system
2062023-10-04T20:54:50.075Zpython vendor 3 vendor
2072023-10-04T20:54:50.078Zpython system 2 system
2082023-10-04T20:54:50.081Zpython3 system 3.11 system
2092023-10-04T20:54:50.083Zruby system 3.0 system
2102023-10-04T20:54:50.086Zwords vendor vendor american-english
2112023-10-04T20:54:50.090Zwords system system australian-english
2122023-10-04T20:54:50.094Zwords system system british-english
2132023-10-04T20:54:50.097Zwords system system canadian-english
2142023-10-04T20:54:50.100Zwords system system french
2152023-10-04T20:54:50.103Zwords system system italian
2162023-10-04T20:54:50.106Zwords system system ngerman
2172023-10-04T20:54:50.109Zwords system system ogerman
2182023-10-04T20:54:50.112Zwords system system spanish
2192023-10-04T20:54:50.564ZFMRI IFO
2202023-10-04T20:54:50.567Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2212023-10-04T20:54:50.571Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2222023-10-04T20:54:50.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2232023-10-04T20:54:50.593Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2242023-10-04T20:54:50.597Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252023-10-04T20:54:50.600Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2262023-10-04T20:54:50.643Z+ set -o errexit
2272023-10-04T20:54:50.646Z+++ dirname ./tools/ci_download_cockroachdb
2282023-10-04T20:54:50.649Z++ cd ./tools
2292023-10-04T20:54:50.652Z++ pwd
2302023-10-04T20:54:50.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2312023-10-04T20:54:50.658Z++ basename ./tools/ci_download_cockroachdb
2322023-10-04T20:54:50.661Z+ ARG0=ci_download_cockroachdb
2332023-10-04T20:54:50.664Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2342023-10-04T20:54:50.667Z+ CIDL_VERSION=v22.1.9
2352023-10-04T20:54:50.671Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2362023-10-04T20:54:50.674Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2372023-10-04T20:54:50.676Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2382023-10-04T20:54:50.679Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2392023-10-04T20:54:50.682Z+ TARGET_DIR=out
2402023-10-04T20:54:50.685Z+ DOWNLOAD_DIR=out/downloads
2412023-10-04T20:54:50.687Z+ DEST_DIR=./out/cockroachdb
2422023-10-04T20:54:50.691Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2432023-10-04T20:54:50.694Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2442023-10-04T20:54:50.697Z+ main
2452023-10-04T20:54:50.699Z+ [[ 0 != 0 ]]
2462023-10-04T20:54:50.702Z+ CIDL_OS=solaris2.11
2472023-10-04T20:54:50.705Z+ [[ 0 != 0 ]]
2482023-10-04T20:54:50.708Z+ configure_os solaris2.11
2492023-10-04T20:54:50.711Z+ echo 'current directory: /work/oxidecomputer/omicron'
2502023-10-04T20:54:50.714Zcurrent directory: /work/oxidecomputer/omicron
2512023-10-04T20:54:50.717Z+ echo 'configuring based on OS: "solaris2.11"'
2522023-10-04T20:54:50.720Z+ case "$1" in
2532023-10-04T20:54:50.723Zconfiguring based on OS: "solaris2.11"
2542023-10-04T20:54:50.726Z+ CIDL_BUILD=illumos
2552023-10-04T20:54:50.729Z+ CIDL_SUFFIX=tar.gz
2562023-10-04T20:54:50.732Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2572023-10-04T20:54:50.735Z+ CIDL_MD5FUNC=do_md5sum
2582023-10-04T20:54:50.737Z+ CIDL_URL_BASE=https://illumos.org/downloads
2592023-10-04T20:54:50.740Z+ CIDL_ASSEMBLE=do_assemble_illumos
2602023-10-04T20:54:50.743Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2612023-10-04T20:54:50.746Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2622023-10-04T20:54:50.749Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-04T20:54:50.753Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2642023-10-04T20:54:50.756Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-04T20:54:50.759Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-04T20:54:50.762ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-04T20:54:50.765Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2682023-10-04T20:54:50.769ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-04T20:54:50.772Z+ mkdir -p out/downloads
2702023-10-04T20:54:50.775Z+ mkdir -p ./out/cockroachdb
2712023-10-04T20:54:50.778Z+ local DO_DOWNLOAD=true
2722023-10-04T20:54:50.781Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2732023-10-04T20:54:50.784Z+ '[' true == true ']'
2742023-10-04T20:54:50.787Z+ echo Downloading...
2752023-10-04T20:54:50.789ZDownloading...
2762023-10-04T20:54:50.792Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-04T20:54:50.795Z+ 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
2782023-10-04T20:54:56.504Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-04T20:54:56.508Z++ md5sum
2802023-10-04T20:54:56.511Z++ awk '{print $1}'
2812023-10-04T20:54:56.691Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2822023-10-04T20:54:56.694Z+ [[ 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 ]]
2832023-10-04T20:54:56.699Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-10-04T20:54:56.702Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2852023-10-04T20:55:00.097Z+ do_assemble_illumos
2862023-10-04T20:55:00.101Z+ rm -r ./out/cockroachdb
2872023-10-04T20:55:00.104Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2882023-10-04T20:55:00.661Z+ ./out/cockroachdb/bin/cockroach version
2892023-10-04T20:55:00.875ZBuild Tag: v22.1.9-dirty
2902023-10-04T20:55:00.879ZBuild Time: 2022/10/26 21:17:46
2912023-10-04T20:55:00.882ZDistribution: OSS
2922023-10-04T20:55:00.885ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2932023-10-04T20:55:00.888ZGo Version: go1.17.13
2942023-10-04T20:55:00.892ZC Compiler: gcc 10.3.0
2952023-10-04T20:55:00.895ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2962023-10-04T20:55:00.898ZBuild Type: release
2972023-10-04T20:55:00.903Z+ set -o errexit
2982023-10-04T20:55:00.906Z+++ dirname ./tools/ci_download_clickhouse
2992023-10-04T20:55:00.909Z++ cd ./tools
3002023-10-04T20:55:00.912Z++ pwd
3012023-10-04T20:55:00.915Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3022023-10-04T20:55:00.919Z++ basename ./tools/ci_download_clickhouse
3032023-10-04T20:55:00.922Z+ ARG0=ci_download_clickhouse
3042023-10-04T20:55:00.925Z+ TARGET_DIR=out
3052023-10-04T20:55:00.928Z+ DOWNLOAD_DIR=out/downloads
3062023-10-04T20:55:00.931Z+ DEST_DIR=./out/clickhouse
3072023-10-04T20:55:00.935Z+ CIDL_VERSION=v22.8.9.24
3082023-10-04T20:55:00.939Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3092023-10-04T20:55:00.942Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3102023-10-04T20:55:00.945Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3112023-10-04T20:55:00.948Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3122023-10-04T20:55:00.951Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3132023-10-04T20:55:00.955Z+ main
3142023-10-04T20:55:00.959Z+ [[ 0 != 0 ]]
3152023-10-04T20:55:00.962Z+ CIDL_OS=solaris2.11
3162023-10-04T20:55:00.965Z+ [[ 0 != 0 ]]
3172023-10-04T20:55:00.968Z+ configure_os solaris2.11
3182023-10-04T20:55:00.972Z+ echo 'current directory: /work/oxidecomputer/omicron'
3192023-10-04T20:55:00.977Zcurrent directory: /work/oxidecomputer/omicron
3202023-10-04T20:55:00.980Zconfiguring based on OS: "solaris2.11"
3212023-10-04T20:55:00.984Z+ echo 'configuring based on OS: "solaris2.11"'
3222023-10-04T20:55:00.987Z+ CIDL_DASHREV=
3232023-10-04T20:55:00.991Z+ case "$1" in
3242023-10-04T20:55:00.994Z+ CIDL_PLATFORM=illumos
3252023-10-04T20:55:00.998Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3262023-10-04T20:55:01.002Z+ CIDL_MD5FUNC=do_md5sum
3272023-10-04T20:55:01.005Z+ CIDL_DASHREV=-1
3282023-10-04T20:55:01.010Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3292023-10-04T20:55:01.015Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-04T20:55:01.019Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-04T20:55:01.022Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-04T20:55:01.025Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3332023-10-04T20:55:01.028ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-04T20:55:01.031Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3352023-10-04T20:55:01.034ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-04T20:55:01.037Z+ mkdir -p out/downloads
3372023-10-04T20:55:01.041Z+ mkdir -p ./out/clickhouse
3382023-10-04T20:55:01.044Z+ local DO_DOWNLOAD=true
3392023-10-04T20:55:01.048Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3402023-10-04T20:55:01.052Z+ '[' true == true ']'
3412023-10-04T20:55:01.055Z+ echo Downloading...
3422023-10-04T20:55:01.059ZDownloading...
3432023-10-04T20:55:01.063Z+ 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
3442023-10-04T20:55:01.067Z+ 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
3452023-10-04T20:55:02.367Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-10-04T20:55:02.373Z++ md5sum
3472023-10-04T20:55:02.378Z++ awk '{print $1}'
3482023-10-04T20:55:02.632Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3492023-10-04T20:55:02.653Z+ [[ 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 ]]
3502023-10-04T20:55:02.665Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3512023-10-04T20:55:02.672Z+ mkdir -p ./out/clickhouse
3522023-10-04T20:55:02.683Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3532023-10-04T20:55:07.573Z+ ./out/clickhouse/clickhouse server --version
3542023-10-04T20:55:07.635ZClickHouse server version 22.8.9.1.
3552023-10-04T20:55:07.656Z+ set -o errexit
3562023-10-04T20:55:08.080Z+++ dirname ./tools/ci_download_console
3572023-10-04T20:55:08.088Z++ cd ./tools
3582023-10-04T20:55:08.103Z++ pwd
3592023-10-04T20:55:08.114Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3602023-10-04T20:55:08.123Z++ basename ./tools/ci_download_console
3612023-10-04T20:55:08.135Z+ ARG0=ci_download_console
3622023-10-04T20:55:08.551Z+ TARGET_DIR=out
3632023-10-04T20:55:08.560Z+ DOWNLOAD_DIR=out/downloads
3642023-10-04T20:55:08.565Z+ DEST_DIR=./out/console-assets
3652023-10-04T20:55:08.569Z+ source /work/oxidecomputer/omicron/tools/console_version
3662023-10-04T20:55:08.573Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3672023-10-04T20:55:08.577Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3682023-10-04T20:55:08.582Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3692023-10-04T20:55:08.590Z+ TARBALL_FILE=out/downloads/console.tar.gz
3702023-10-04T20:55:08.594Z+ main
3712023-10-04T20:55:08.597Z+ [[ 0 != 0 ]]
3722023-10-04T20:55:08.603Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3732023-10-04T20:55:08.606ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3742023-10-04T20:55:08.609Z+ echo 'Local file: out/downloads/console.tar.gz'
3752023-10-04T20:55:08.613ZLocal file: out/downloads/console.tar.gz
3762023-10-04T20:55:08.616Z+ local DO_DOWNLOAD=true
3772023-10-04T20:55:08.621Z+ [[ -f out/downloads/console.tar.gz ]]
3782023-10-04T20:55:08.625Z+ mkdir -p out/downloads
3792023-10-04T20:55:08.632Z+ '[' true == true ']'
3802023-10-04T20:55:08.635Z+ echo Downloading...
3812023-10-04T20:55:08.638ZDownloading...
3822023-10-04T20:55:08.642Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3832023-10-04T20:55:08.645Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3842023-10-04T20:55:08.648Z++ do_sha256sum out/downloads/console.tar.gz
3852023-10-04T20:55:08.651Z++ case "$OSTYPE" in
3862023-10-04T20:55:08.654Z++ SHA=sha256sum
3872023-10-04T20:55:08.657Z++ sha256sum
3882023-10-04T20:55:08.660Z++ awk '{print $1}'
3892023-10-04T20:55:08.664Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3902023-10-04T20:55:08.668Z+ [[ 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 ]]
3912023-10-04T20:55:08.671Z+ rm -rf ./out/console-assets
3922023-10-04T20:55:08.675Z+ mkdir -p ./out/console-assets
3932023-10-04T20:55:08.678Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3942023-10-04T20:55:08.681Z+ mkdir -p ./out/console-assets
3952023-10-04T20:55:08.684Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3962023-10-04T20:55:08.687Z+ set -o errexit
3972023-10-04T20:55:08.690Z+++ dirname ./tools/ci_download_maghemite_openapi
3982023-10-04T20:55:08.693Z++ cd ./tools
3992023-10-04T20:55:08.697Z++ pwd
4002023-10-04T20:55:08.700Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4012023-10-04T20:55:08.703Z++ basename ./tools/ci_download_maghemite_openapi
4022023-10-04T20:55:08.707Z+ ARG0=ci_download_maghemite_openapi
4032023-10-04T20:55:08.710Z+ TARGET_DIR=out
4042023-10-04T20:55:08.713Z+ DOWNLOAD_DIR=out/downloads
4052023-10-04T20:55:08.716Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4062023-10-04T20:55:08.719Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4072023-10-04T20:55:08.722Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4082023-10-04T20:55:08.725Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4092023-10-04T20:55:08.728Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4102023-10-04T20:55:08.732Z+ main
4112023-10-04T20:55:08.735Z+ [[ 0 != 0 ]]
4122023-10-04T20:55:08.745Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4132023-10-04T20:55:08.749ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4142023-10-04T20:55:08.754Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4152023-10-04T20:55:08.759ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4162023-10-04T20:55:08.762Z+ local DO_DOWNLOAD=true
4172023-10-04T20:55:08.765Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4182023-10-04T20:55:08.769Z+ mkdir -p out/downloads
4192023-10-04T20:55:08.772Z+ '[' true == true ']'
4202023-10-04T20:55:08.776Z+ echo Downloading...
4212023-10-04T20:55:08.779Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4222023-10-04T20:55:08.783Z+ 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
4232023-10-04T20:55:08.786ZDownloading...
4242023-10-04T20:55:08.790Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4252023-10-04T20:55:08.793Z++ case "$OSTYPE" in
4262023-10-04T20:55:08.796Z++ SHA=sha256sum
4272023-10-04T20:55:08.799Z++ sha256sum
4282023-10-04T20:55:08.802Z++ awk '{print $1}'
4292023-10-04T20:55:08.808Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4302023-10-04T20:55:08.811Z+ [[ 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 ]]
4312023-10-04T20:55:08.814Z+ set -o errexit
4322023-10-04T20:55:08.816Z+++ dirname ./tools/ci_download_dendrite_openapi
4332023-10-04T20:55:08.819Z++ cd ./tools
4342023-10-04T20:55:08.822Z++ pwd
4352023-10-04T20:55:08.825Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4362023-10-04T20:55:08.828Z++ basename ./tools/ci_download_dendrite_openapi
4372023-10-04T20:55:08.832Z+ ARG0=ci_download_dendrite_openapi
4382023-10-04T20:55:08.835Z+ TARGET_DIR=out
4392023-10-04T20:55:08.840Z+ DOWNLOAD_DIR=out/downloads
4402023-10-04T20:55:08.843Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4412023-10-04T20:55:08.846Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4422023-10-04T20:55:08.850Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4432023-10-04T20:55:08.853Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4442023-10-04T20:55:08.856Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4452023-10-04T20:55:08.860Z+ main
4462023-10-04T20:55:08.864Z+ [[ 0 != 0 ]]
4472023-10-04T20:55:08.867Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4482023-10-04T20:55:08.871ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4492023-10-04T20:55:08.874Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4502023-10-04T20:55:08.877ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4512023-10-04T20:55:08.880Z+ local DO_DOWNLOAD=true
4522023-10-04T20:55:08.883Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4532023-10-04T20:55:08.887Z+ mkdir -p out/downloads
4542023-10-04T20:55:08.890Z+ '[' true == true ']'
4552023-10-04T20:55:08.893Z+ echo Downloading...
4562023-10-04T20:55:08.896ZDownloading...
4572023-10-04T20:55:08.899Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4582023-10-04T20:55:08.902Z+ 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
4592023-10-04T20:55:08.975Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4602023-10-04T20:55:08.981Z++ case "$OSTYPE" in
4612023-10-04T20:55:08.989Z++ SHA=sha256sum
4622023-10-04T20:55:08.996Z++ sha256sum
4632023-10-04T20:55:08.999Z++ awk '{print $1}'
4642023-10-04T20:55:09.003Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4652023-10-04T20:55:09.007Z+ [[ 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 ]]
4662023-10-04T20:55:09.010Z+ set -o errexit
4672023-10-04T20:55:09.013Z+++ dirname ./tools/ci_download_dendrite_stub
4682023-10-04T20:55:09.017Z++ cd ./tools
4692023-10-04T20:55:09.020Z++ pwd
4702023-10-04T20:55:09.025Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712023-10-04T20:55:09.028Z++ basename ./tools/ci_download_dendrite_stub
4722023-10-04T20:55:09.032Z+ ARG0=ci_download_dendrite_stub
4732023-10-04T20:55:09.036Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4742023-10-04T20:55:09.040Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4752023-10-04T20:55:09.076Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4762023-10-04T20:55:09.080Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4772023-10-04T20:55:09.084Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782023-10-04T20:55:09.087Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4792023-10-04T20:55:09.090Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4802023-10-04T20:55:09.093Z+ TARGET_DIR=out
4812023-10-04T20:55:09.096Z+ DOWNLOAD_DIR=out/downloads
4822023-10-04T20:55:09.100Z+ DEST_DIR=./out/dendrite-stub
4832023-10-04T20:55:09.103Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4842023-10-04T20:55:09.106Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4852023-10-04T20:55:09.110Z+ REPO=oxidecomputer/dendrite
4862023-10-04T20:55:09.128Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4872023-10-04T20:55:09.134Z+ main
4882023-10-04T20:55:09.137Z+ [[ 0 != 0 ]]
4892023-10-04T20:55:09.141Z+ CIDL_OS=solaris2.11
4902023-10-04T20:55:09.144Z+ [[ 0 != 0 ]]
4912023-10-04T20:55:09.147Z+ configure_os solaris2.11
4922023-10-04T20:55:09.150Z+ echo 'current directory: /work/oxidecomputer/omicron'
4932023-10-04T20:55:09.155Zcurrent directory: /work/oxidecomputer/omicron
4942023-10-04T20:55:09.164Z+ echo 'configuring based on OS: "solaris2.11"'
4952023-10-04T20:55:09.586Zconfiguring based on OS: "solaris2.11"
4962023-10-04T20:55:09.592Z+ case "$1" in
4972023-10-04T20:55:09.601Z+ SET_BINARIES=
4982023-10-04T20:55:09.605Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4992023-10-04T20:55:09.618Z+ CIDL_SHA256FUNC=do_sha256sum
5002023-10-04T20:55:09.631Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5012023-10-04T20:55:09.642Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5022023-10-04T20:55:09.650Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5032023-10-04T20:55:09.653Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5042023-10-04T20:55:09.656ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5052023-10-04T20:55:09.661Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5062023-10-04T20:55:09.665ZLocal file: out/downloads/dendrite-stub.tar.gz
5072023-10-04T20:55:09.668Z+ mkdir -p out/downloads
5082023-10-04T20:55:09.672Z+ mkdir -p ./out/dendrite-stub
5092023-10-04T20:55:09.675Z+ fetch_and_verify
5102023-10-04T20:55:09.679Z+ local DO_DOWNLOAD=true
5112023-10-04T20:55:09.682Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5122023-10-04T20:55:09.685Z+ '[' true == true ']'
5132023-10-04T20:55:09.688Z+ echo Downloading...
5142023-10-04T20:55:09.691ZDownloading...
5152023-10-04T20:55:09.694Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5162023-10-04T20:55:09.697Z+ 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
5172023-10-04T20:55:18.309Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5182023-10-04T20:55:18.318Z++ sha256sum
5192023-10-04T20:55:18.326Z++ awk '{print $1}'
5202023-10-04T20:55:18.408Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5212023-10-04T20:55:18.415Z+ [[ 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 ]]
5222023-10-04T20:55:18.437Z+ do_untar out/downloads/dendrite-stub.tar.gz
5232023-10-04T20:55:18.477Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5242023-10-04T20:55:19.368Z+ do_assemble
5252023-10-04T20:55:19.373Z+ rm -r ./out/dendrite-stub
5262023-10-04T20:55:19.378Z+ mkdir ./out/dendrite-stub
5272023-10-04T20:55:19.382Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5282023-10-04T20:55:19.495Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5292023-10-04T20:55:19.507Z+ set -o errexit
5302023-10-04T20:55:19.515Z+++ dirname ./tools/ci_download_transceiver_control
5312023-10-04T20:55:19.524Z++ cd ./tools
5322023-10-04T20:55:19.532Z++ pwd
5332023-10-04T20:55:19.579Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342023-10-04T20:55:19.583Z++ basename ./tools/ci_download_transceiver_control
5352023-10-04T20:55:19.587Z+ ARG0=ci_download_transceiver_control
5362023-10-04T20:55:19.592Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5372023-10-04T20:55:19.609Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5382023-10-04T20:55:19.613Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5392023-10-04T20:55:19.620Z+ TARGET_DIR=out
5402023-10-04T20:55:19.635Z+ DOWNLOAD_DIR=out/downloads
5412023-10-04T20:55:19.642Z+ DEST_DIR=./out/transceiver-control
5422023-10-04T20:55:19.646Z+ BIN_DIR=/opt/oxide/bin
5432023-10-04T20:55:19.649Z+ BINARY=xcvradm
5442023-10-04T20:55:19.652Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5452023-10-04T20:55:19.656Z+ REPO=oxidecomputer/transceiver-control
5462023-10-04T20:55:19.661Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5472023-10-04T20:55:19.664Z+ main
5482023-10-04T20:55:19.667Z+ [[ 0 != 0 ]]
5492023-10-04T20:55:19.670Z+ CIDL_OS=solaris2.11
5502023-10-04T20:55:19.673Z+ [[ 0 != 0 ]]
5512023-10-04T20:55:19.676Z+ configure_os solaris2.11
5522023-10-04T20:55:19.680Z+ echo 'current directory: /work/oxidecomputer/omicron'
5532023-10-04T20:55:19.683Zcurrent directory: /work/oxidecomputer/omicron
5542023-10-04T20:55:19.686Z+ echo 'configuring based on OS: "solaris2.11"'
5552023-10-04T20:55:19.690Zconfiguring based on OS: "solaris2.11"
5562023-10-04T20:55:19.696Z+ case "$1" in
5572023-10-04T20:55:19.700Z+ SET_BINARIES=
5582023-10-04T20:55:19.704Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5592023-10-04T20:55:19.708Z+ CIDL_SHA256FUNC=do_sha256sum
5602023-10-04T20:55:19.711Z+ ARCHIVE_FILENAME=xcvradm.gz
5612023-10-04T20:55:19.714Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5622023-10-04T20:55:19.717Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5632023-10-04T20:55:19.720Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5642023-10-04T20:55:19.723ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5652023-10-04T20:55:19.726Z+ echo 'Local file: out/downloads/xcvradm.gz'
5662023-10-04T20:55:19.740ZLocal file: out/downloads/xcvradm.gz
5672023-10-04T20:55:19.757Z+ mkdir -p out/downloads
5682023-10-04T20:55:19.791Z+ mkdir -p ./out/transceiver-control
5692023-10-04T20:55:19.816Z+ fetch_and_verify
5702023-10-04T20:55:19.831Z+ local DO_DOWNLOAD=true
5712023-10-04T20:55:19.846Z+ [[ -f out/downloads/xcvradm.gz ]]
5722023-10-04T20:55:19.859Z+ '[' true == true ']'
5732023-10-04T20:55:19.874Z+ echo Downloading...
5742023-10-04T20:55:19.888ZDownloading...
5752023-10-04T20:55:20.345Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5762023-10-04T20:55:20.781Z+ 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
5772023-10-04T20:55:23.081Z++ do_sha256sum out/downloads/xcvradm.gz
5782023-10-04T20:55:23.084Z++ sha256sum
5792023-10-04T20:55:23.087Z++ awk '{print $1}'
5802023-10-04T20:55:23.106Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5812023-10-04T20:55:23.111Z+ [[ 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 ]]
5822023-10-04T20:55:23.114Z+ do_unpack out/downloads/xcvradm.gz
5832023-10-04T20:55:23.117Z+ mkdir -p out/downloads/root//opt/oxide/bin
5842023-10-04T20:55:23.120Z+ gzip -dc out/downloads/xcvradm.gz
5852023-10-04T20:55:23.291Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5862023-10-04T20:55:23.302Z+ do_assemble
5872023-10-04T20:55:23.313Z+ rm -r ./out/transceiver-control
5882023-10-04T20:55:23.327Z+ mkdir ./out/transceiver-control
5892023-10-04T20:55:23.340Z+ cp -r out/downloads/root ./out/transceiver-control/root
5902023-10-04T20:55:23.451ZAll prerequisites installed successfully
5912023-10-04T20:55:23.454Z
5922023-10-04T20:55:23.458Zreal 2:11.730193169
5932023-10-04T20:55:23.462Zuser 48.852234072
5942023-10-04T20:55:23.466Zsys 9.397540301
5952023-10-04T20:55:23.469Ztrap 0.023686265
5962023-10-04T20:55:23.472Ztflt 0.152447944
5972023-10-04T20:55:23.476Zdflt 0.795411590
5982023-10-04T20:55:23.479Zkflt 0.188498435
5992023-10-04T20:55:23.482Zlock 1.713736537
6002023-10-04T20:55:23.496Zslp 4:05.337126636
6012023-10-04T20:55:23.500Zlat 3.196227995
6022023-10-04T20:55:23.504Zstop 0.074068670
6032023-10-04T20:55:23.507Z+ ptime -m ./tools/ci_download_softnpu_machinery
6042023-10-04T20:55:23.511Zfetching npuzone
6052023-10-04T20:55:23.519ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6062023-10-04T20:55:23.524Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6072023-10-04T20:55:23.530ZGetting hash for npuzone
6082023-10-04T20:55:25.798Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6092023-10-04T20:55:34.316Znpuzone downloaded successfully
6102023-10-04T20:55:34.321Z
6112023-10-04T20:55:34.324Zreal 10.865084484
6122023-10-04T20:55:34.327Zuser 0.618339538
6132023-10-04T20:55:34.368Zsys 0.155615880
6142023-10-04T20:55:34.371Ztrap 0.001063694
6152023-10-04T20:55:34.376Ztflt 0.000000000
6162023-10-04T20:55:34.379Zdflt 0.000000000
6172023-10-04T20:55:34.382Zkflt 0.000000000
6182023-10-04T20:55:34.385Zlock 0.000000000
6192023-10-04T20:55:34.390Zslp 31.643685527
6202023-10-04T20:55:34.396Zlat 0.136501024
6212023-10-04T20:55:34.399Zstop 0.000279806
6222023-10-04T20:55:34.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6232023-10-04T20:55:34.688Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6242023-10-04T20:55:35.064Z Updating crates.io index
6252023-10-04T20:55:35.070Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6262023-10-04T20:55:35.948Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6272023-10-04T20:55:37.614Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6282023-10-04T20:55:38.353Z Updating git repository `http://github.com/oxidecomputer/tofino`
6292023-10-04T20:55:38.677Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6302023-10-04T20:55:38.987Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6312023-10-04T20:55:39.310Z Updating git repository `https://github.com/oxidecomputer/propolis`
6322023-10-04T20:55:40.180Z Updating git repository `https://github.com/oxidecomputer/opte`
6332023-10-04T20:55:41.091Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6342023-10-04T20:55:41.470Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6352023-10-04T20:55:41.813Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6362023-10-04T20:55:42.182Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6372023-10-04T20:55:42.529Z Updating git repository `https://github.com/njaremko/samael`
6382023-10-04T20:55:42.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
6392023-10-04T20:55:44.775Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6402023-10-04T20:55:45.327Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6412023-10-04T20:55:45.870Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6422023-10-04T20:55:46.507Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6432023-10-04T20:55:47.188Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6442023-10-04T20:55:47.613Z Updating git repository `https://github.com/oxidecomputer/omicron`
6452023-10-04T20:55:57.554Z Updating git repository `https://github.com/oxidecomputer/rfb`
6462023-10-04T20:55:57.898Z Updating git repository `https://github.com/jgallagher/nix`
6472023-10-04T20:55:59.445Z Updating git repository `https://github.com/cbiffle/hubpack`
6482023-10-04T20:55:59.948Z Updating git repository `https://github.com/oxidecomputer/typify`
6492023-10-04T20:56:01.153Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6502023-10-04T20:56:01.665Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6512023-10-04T20:56:01.926Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6522023-10-04T20:56:03.538Z Downloading crates ...
6532023-10-04T20:56:03.801Z Downloaded bytecount v0.6.3
6542023-10-04T20:56:03.816Z Downloaded jobserver v0.1.26
6552023-10-04T20:56:03.825Z Downloaded chacha20 v0.9.1
6562023-10-04T20:56:03.829Z Downloaded lalrpop-util v0.19.12
6572023-10-04T20:56:03.833Z Downloaded itoa v1.0.9
6582023-10-04T20:56:03.837Z Downloaded clap_lex v0.5.1
6592023-10-04T20:56:03.843Z Downloaded keccak v0.1.4
6602023-10-04T20:56:03.847Z Downloaded hubpack_derive v0.1.1
6612023-10-04T20:56:03.852Z Downloaded bit_field v0.10.2
6622023-10-04T20:56:03.858Z Downloaded linear-map v1.2.0
6632023-10-04T20:56:03.864Z Downloaded bb8 v0.8.1
6642023-10-04T20:56:03.872Z Downloaded num-iter v0.1.43
6652023-10-04T20:56:03.877Z Downloaded instant v0.1.12
6662023-10-04T20:56:03.880Z Downloaded ascii-canvas v3.0.0
6672023-10-04T20:56:03.884Z Downloaded anstyle-query v1.0.0
6682023-10-04T20:56:03.888Z Downloaded num_enum v0.7.0
6692023-10-04T20:56:03.893Z Downloaded heck v0.4.1
6702023-10-04T20:56:03.900Z Downloaded indoc v1.0.9
6712023-10-04T20:56:03.907Z Downloaded new_debug_unreachable v1.0.4
6722023-10-04T20:56:03.913Z Downloaded convert_case v0.4.0
6732023-10-04T20:56:03.917Z Downloaded md-5 v0.10.5
6742023-10-04T20:56:03.922Z Downloaded matches v0.1.10
6752023-10-04T20:56:03.926Z Downloaded crossbeam-deque v0.8.3
6762023-10-04T20:56:03.929Z Downloaded lock_api v0.4.10
6772023-10-04T20:56:03.934Z Downloaded nodrop v0.1.14
6782023-10-04T20:56:03.937Z Downloaded num_threads v0.1.6
6792023-10-04T20:56:03.940Z Downloaded const_format_proc_macros v0.2.31
6802023-10-04T20:56:03.945Z Downloaded cpufeatures v0.2.9
6812023-10-04T20:56:03.949Z Downloaded bincode v1.3.3
6822023-10-04T20:56:03.954Z Downloaded aes-gcm-siv v0.11.1
6832023-10-04T20:56:03.960Z Downloaded bit-vec v0.6.3
6842023-10-04T20:56:03.967Z Downloaded anstream v0.5.0
6852023-10-04T20:56:03.970Z Downloaded lazy_static v1.4.0
6862023-10-04T20:56:03.973Z Downloaded native-tls v0.2.11
6872023-10-04T20:56:03.977Z Downloaded ipnet v2.8.0
6882023-10-04T20:56:03.981Z Downloaded vte_generate_state_changes v0.1.1
6892023-10-04T20:56:03.986Z Downloaded cipher v0.4.4
6902023-10-04T20:56:03.990Z Downloaded zone v0.2.0
6912023-10-04T20:56:03.994Z Downloaded semver v0.1.20
6922023-10-04T20:56:03.998Z Downloaded want v0.3.1
6932023-10-04T20:56:04.004Z Downloaded usdt-attr-macro v0.3.5
6942023-10-04T20:56:04.007Z Downloaded untrusted v0.7.1
6952023-10-04T20:56:04.010Z Downloaded blake2 v0.10.6
6962023-10-04T20:56:04.013Z Downloaded ahash v0.8.3
6972023-10-04T20:56:04.018Z Downloaded byteorder v1.4.3
6982023-10-04T20:56:04.024Z Downloaded camino-tempfile v1.0.2
6992023-10-04T20:56:04.027Z Downloaded tinyvec_macros v0.1.1
7002023-10-04T20:56:04.030Z Downloaded crc32fast v1.3.2
7012023-10-04T20:56:04.033Z Downloaded synstructure v0.12.6
7022023-10-04T20:56:04.036Z Downloaded slog-term v2.9.0
7032023-10-04T20:56:04.042Z Downloaded num-integer v0.1.45
7042023-10-04T20:56:04.046Z Downloaded topological-sort v0.2.2
7052023-10-04T20:56:04.049Z Downloaded doc-comment v0.3.3
7062023-10-04T20:56:04.052Z Downloaded num-complex v0.4.4
7072023-10-04T20:56:04.061Z Downloaded thiserror-impl v1.0.49
7082023-10-04T20:56:04.065Z Downloaded backtrace v0.3.69
7092023-10-04T20:56:04.069Z Downloaded downcast v0.11.0
7102023-10-04T20:56:04.073Z Downloaded allocator-api2 v0.2.16
7112023-10-04T20:56:04.076Z Downloaded postcard-cobs v0.1.5-pre
7122023-10-04T20:56:04.080Z Downloaded unicode-width v0.1.10
7132023-10-04T20:56:04.083Z Downloaded smallvec v0.6.14
7142023-10-04T20:56:04.087Z Downloaded oso-derive v0.26.4
7152023-10-04T20:56:04.091Z Downloaded pin-project-lite v0.2.13
7162023-10-04T20:56:04.096Z Downloaded termcolor v1.2.0
7172023-10-04T20:56:04.102Z Downloaded rustc-demangle v0.1.23
7182023-10-04T20:56:04.105Z Downloaded cookie v0.16.2
7192023-10-04T20:56:04.109Z Downloaded hmac v0.12.1
7202023-10-04T20:56:04.112Z Downloaded indexmap v1.9.3
7212023-10-04T20:56:04.118Z Downloaded dirs-sys-next v0.1.2
7222023-10-04T20:56:04.121Z Downloaded foreign-types-macros v0.2.3
7232023-10-04T20:56:04.125Z Downloaded digest v0.10.7
7242023-10-04T20:56:04.130Z Downloaded num-traits v0.2.16
7252023-10-04T20:56:04.133Z Downloaded termios v0.3.3
7262023-10-04T20:56:04.137Z Downloaded siphasher v0.3.11
7272023-10-04T20:56:04.140Z Downloaded signal-hook-registry v1.4.1
7282023-10-04T20:56:04.143Z Downloaded rustc_version v0.1.7
7292023-10-04T20:56:04.146Z Downloaded shlex v1.1.0
7302023-10-04T20:56:04.150Z Downloaded path-absolutize v3.1.0
7312023-10-04T20:56:04.153Z Downloaded sha1 v0.10.5
7322023-10-04T20:56:04.157Z Downloaded try-lock v0.2.4
7332023-10-04T20:56:04.161Z Downloaded pkcs8 v0.10.2
7342023-10-04T20:56:04.164Z Downloaded proc-macro-error-attr v1.0.4
7352023-10-04T20:56:04.168Z Downloaded terminal_size v0.2.6
7362023-10-04T20:56:04.171Z Downloaded ppv-lite86 v0.2.17
7372023-10-04T20:56:04.174Z Downloaded postgres-protocol v0.6.6
7382023-10-04T20:56:04.179Z Downloaded peeking_take_while v0.1.2
7392023-10-04T20:56:04.182Z Downloaded path-slash v0.1.5
7402023-10-04T20:56:04.189Z Downloaded heck v0.3.3
7412023-10-04T20:56:04.229Z Downloaded debug-ignore v1.0.5
7422023-10-04T20:56:04.237Z Downloaded strip-ansi-escapes v0.2.0
7432023-10-04T20:56:04.240Z Downloaded spin v0.9.8
7442023-10-04T20:56:04.243Z Downloaded crossbeam-utils v0.8.16
7452023-10-04T20:56:04.246Z Downloaded openssl-probe v0.1.5
7462023-10-04T20:56:04.250Z Downloaded display-error-chain v0.1.1
7472023-10-04T20:56:04.254Z Downloaded generic-array v0.14.7
7482023-10-04T20:56:04.257Z Downloaded structopt-derive v0.4.18
7492023-10-04T20:56:04.261Z Downloaded ref-cast-impl v1.0.20
7502023-10-04T20:56:04.265Z Downloaded packed_struct v0.10.1
7512023-10-04T20:56:04.270Z Downloaded tui-tree-widget v0.13.0
7522023-10-04T20:56:04.273Z Downloaded hashlink v0.8.3
7532023-10-04T20:56:04.276Z Downloaded getopts v0.2.21
7542023-10-04T20:56:04.279Z Downloaded number_prefix v0.4.0
7552023-10-04T20:56:04.285Z Downloaded fastrand v2.0.0
7562023-10-04T20:56:04.288Z Downloaded form_urlencoded v1.2.0
7572023-10-04T20:56:04.291Z Downloaded group v0.13.0
7582023-10-04T20:56:04.294Z Downloaded fallible-streaming-iterator v0.1.9
7592023-10-04T20:56:04.298Z Downloaded pkcs1 v0.7.5
7602023-10-04T20:56:04.301Z Downloaded dof v0.1.5
7612023-10-04T20:56:04.305Z Downloaded tinyvec v1.6.0
7622023-10-04T20:56:04.309Z Downloaded clap v4.4.3
7632023-10-04T20:56:04.313Z Downloaded pem v1.1.1
7642023-10-04T20:56:04.316Z Downloaded darling v0.20.3
7652023-10-04T20:56:04.320Z Downloaded zerocopy v0.3.0
7662023-10-04T20:56:04.323Z Downloaded fallible-iterator v0.2.0
7672023-10-04T20:56:04.326Z Downloaded errno v0.3.2
7682023-10-04T20:56:04.330Z Downloaded radium v0.7.0
7692023-10-04T20:56:04.336Z Downloaded equivalent v1.0.1
7702023-10-04T20:56:04.339Z Downloaded fxhash v0.2.1
7712023-10-04T20:56:04.342Z Downloaded take_mut v0.2.2
7722023-10-04T20:56:04.345Z Downloaded pest_derive v2.7.2
7732023-10-04T20:56:04.350Z Downloaded tokio-tungstenite v0.20.1
7742023-10-04T20:56:04.353Z Downloaded url v2.4.1
7752023-10-04T20:56:04.356Z Downloaded curve25519-dalek-derive v0.1.0
7762023-10-04T20:56:04.360Z Downloaded globset v0.4.13
7772023-10-04T20:56:04.363Z Downloaded slog-dtrace v0.2.3
7782023-10-04T20:56:04.366Z Downloaded salty v0.2.0
7792023-10-04T20:56:04.370Z Downloaded predicates-tree v1.0.9
7802023-10-04T20:56:04.373Z Downloaded darling_macro v0.14.4
7812023-10-04T20:56:04.380Z Downloaded smawk v0.3.1
7822023-10-04T20:56:04.383Z Downloaded vec_map v0.8.2
7832023-10-04T20:56:04.386Z Downloaded rustc-hash v1.1.0
7842023-10-04T20:56:04.389Z Downloaded toml_edit v0.19.15
7852023-10-04T20:56:04.393Z Downloaded zone_cfg_derive v0.2.0
7862023-10-04T20:56:04.397Z Downloaded foreign-types-shared v0.3.1
7872023-10-04T20:56:04.400Z Downloaded zeroize v1.6.0
7882023-10-04T20:56:04.403Z Downloaded strsim v0.8.0
7892023-10-04T20:56:04.406Z Downloaded rand_chacha v0.3.1
7902023-10-04T20:56:04.410Z Downloaded termtree v0.4.1
7912023-10-04T20:56:04.414Z Downloaded serde_tokenstream v0.1.7
7922023-10-04T20:56:04.418Z Downloaded wait-timeout v0.2.0
7932023-10-04T20:56:04.422Z Downloaded twox-hash v1.6.3
7942023-10-04T20:56:04.425Z Downloaded toolchain_find v0.2.0
7952023-10-04T20:56:04.428Z Downloaded serde_yaml v0.9.25
7962023-10-04T20:56:04.432Z Downloaded thread_local v1.1.7
7972023-10-04T20:56:04.435Z Downloaded heapless v0.7.16
7982023-10-04T20:56:04.439Z Downloaded signal-hook v0.3.17
7992023-10-04T20:56:04.442Z Downloaded usdt-macro v0.3.5
8002023-10-04T20:56:04.446Z Downloaded once_cell v1.18.0
8012023-10-04T20:56:04.450Z Downloaded path-dedot v3.1.0
8022023-10-04T20:56:04.454Z Downloaded fixedbitset v0.4.2
8032023-10-04T20:56:04.457Z Downloaded phf_shared v0.11.2
8042023-10-04T20:56:04.460Z Downloaded pkg-config v0.3.27
8052023-10-04T20:56:04.464Z Downloaded semver v1.0.18
8062023-10-04T20:56:04.467Z Downloaded diesel_table_macro_syntax v0.1.0
8072023-10-04T20:56:04.470Z Downloaded pretty-hex v0.2.1
8082023-10-04T20:56:04.474Z Downloaded prettyplease v0.2.12
8092023-10-04T20:56:04.478Z Downloaded data-encoding v2.4.0
8102023-10-04T20:56:04.482Z Downloaded tracing-attributes v0.1.26
8112023-10-04T20:56:04.485Z Downloaded rayon-core v1.11.0
8122023-10-04T20:56:04.488Z Downloaded rpassword v7.2.0
8132023-10-04T20:56:04.491Z Downloaded usdt v0.3.5
8142023-10-04T20:56:04.494Z Downloaded futures-sink v0.3.28
8152023-10-04T20:56:04.498Z Downloaded rand v0.4.6
8162023-10-04T20:56:04.502Z Downloaded serde_derive_internals v0.26.0
8172023-10-04T20:56:04.505Z Downloaded unarray v0.1.4
8182023-10-04T20:56:04.508Z Downloaded tabled_derive v0.6.0
8192023-10-04T20:56:04.511Z Downloaded der_derive v0.7.2
8202023-10-04T20:56:04.515Z Downloaded openssl-macros v0.1.1
8212023-10-04T20:56:04.518Z Downloaded static_assertions v1.1.0
8222023-10-04T20:56:04.522Z Downloaded parse-display-derive v0.7.0
8232023-10-04T20:56:04.525Z Downloaded headers v0.3.9
8242023-10-04T20:56:04.530Z Downloaded normalize-line-endings v0.3.0
8252023-10-04T20:56:04.533Z Downloaded newtype_derive v0.1.6
8262023-10-04T20:56:04.536Z Downloaded polyval v0.6.1
8272023-10-04T20:56:04.539Z Downloaded sct v0.7.0
8282023-10-04T20:56:04.546Z Downloaded parking_lot_core v0.9.8
8292023-10-04T20:56:04.550Z Downloaded ctr v0.9.2
8302023-10-04T20:56:04.554Z Downloaded ron v0.8.1
8312023-10-04T20:56:04.565Z Downloaded semver-parser v0.10.2
8322023-10-04T20:56:04.569Z Downloaded opaque-debug v0.3.0
8332023-10-04T20:56:04.573Z Downloaded diesel_derives v2.1.1
8342023-10-04T20:56:04.577Z Downloaded futures-core v0.3.28
8352023-10-04T20:56:04.581Z Downloaded usdt-impl v0.3.5
8362023-10-04T20:56:04.584Z Downloaded resolv-conf v0.7.0
8372023-10-04T20:56:04.587Z Downloaded fnv v1.0.7
8382023-10-04T20:56:04.591Z Downloaded slog-stdlog v4.1.1
8392023-10-04T20:56:04.594Z Downloaded derive_builder v0.12.0
8402023-10-04T20:56:04.602Z Downloaded derive_builder_core v0.12.0
8412023-10-04T20:56:04.608Z Downloaded hashbrown v0.13.2
8422023-10-04T20:56:04.617Z Downloaded stable_deref_trait v1.2.0
8432023-10-04T20:56:04.621Z Downloaded darling v0.14.4
8442023-10-04T20:56:04.624Z Downloaded tiny-keccak v2.0.2
8452023-10-04T20:56:04.630Z Downloaded hyper v0.14.27
8462023-10-04T20:56:04.647Z Downloaded unicode-xid v0.2.4
8472023-10-04T20:56:04.650Z Downloaded signature v2.1.0
8482023-10-04T20:56:04.654Z Downloaded erased-serde v0.3.30
8492023-10-04T20:56:04.657Z Downloaded rcgen v0.10.0
8502023-10-04T20:56:04.661Z Downloaded regex-automata v0.1.10
8512023-10-04T20:56:04.672Z Downloaded similar v2.2.1
8522023-10-04T20:56:04.682Z Downloaded getrandom v0.2.10
8532023-10-04T20:56:04.690Z Downloaded futures v0.3.28
8542023-10-04T20:56:04.698Z Downloaded tar v0.4.40
8552023-10-04T20:56:04.703Z Downloaded derive_more v0.99.17
8562023-10-04T20:56:04.713Z Downloaded schemars v0.8.13
8572023-10-04T20:56:04.735Z Downloaded omicron-zone-package v0.8.3
8582023-10-04T20:56:04.740Z Downloaded subprocess v0.2.9
8592023-10-04T20:56:04.744Z Downloaded textwrap v0.16.0
8602023-10-04T20:56:04.748Z Downloaded half v1.8.2
8612023-10-04T20:56:04.754Z Downloaded chrono v0.4.31
8622023-10-04T20:56:04.770Z Downloaded flate2 v1.0.27
8632023-10-04T20:56:04.780Z Downloaded lalrpop v0.19.12
8642023-10-04T20:56:04.802Z Downloaded tokio-postgres v0.7.10
8652023-10-04T20:56:04.810Z Downloaded rand v0.8.5
8662023-10-04T20:56:04.818Z Downloaded rsa v0.9.2
8672023-10-04T20:56:04.828Z Downloaded unicode-segmentation v1.10.1
8682023-10-04T20:56:04.835Z Downloaded rayon v1.7.0
8692023-10-04T20:56:04.855Z Downloaded rusqlite v0.29.0
8702023-10-04T20:56:04.864Z Downloaded reedline v0.23.0
8712023-10-04T20:56:04.877Z Downloaded quick-xml v0.23.1
8722023-10-04T20:56:04.891Z Downloaded unicode-normalization v0.1.22
8732023-10-04T20:56:04.898Z Downloaded crossterm v0.26.1
8742023-10-04T20:56:04.912Z Downloaded winnow v0.5.15
8752023-10-04T20:56:04.928Z Downloaded reqwest v0.11.20
8762023-10-04T20:56:04.943Z Downloaded webpki-roots v0.25.2
8772023-10-04T20:56:04.951Z Downloaded petgraph v0.6.4
8782023-10-04T20:56:04.977Z Downloaded smoltcp v0.8.2
8792023-10-04T20:56:04.996Z Downloaded rustls-webpki v0.101.4
8802023-10-04T20:56:05.024Z Downloaded git2 v0.17.2
8812023-10-04T20:56:05.042Z Downloaded syn v2.0.32
8822023-10-04T20:56:05.062Z Downloaded polar-core v0.26.4
8832023-10-04T20:56:05.080Z Downloaded ratatui v0.23.0
8842023-10-04T20:56:05.102Z Downloaded proptest v1.2.0
8852023-10-04T20:56:05.122Z Downloaded openapiv3 v1.0.3
8862023-10-04T20:56:05.149Z Downloaded trust-dns-proto v0.22.0
8872023-10-04T20:56:05.175Z Downloaded rustix v0.37.23
8882023-10-04T20:56:05.213Z Downloaded tokio v1.32.0
8892023-10-04T20:56:05.282Z Downloaded diesel v2.1.1
8902023-10-04T20:56:05.319Z Downloaded bstr v1.6.0
8912023-10-04T20:56:05.342Z Downloaded zerocopy-derive v0.6.3
8922023-10-04T20:56:05.366Z Downloaded zerocopy-derive v0.2.0
8932023-10-04T20:56:05.388Z Downloaded regex-automata v0.3.8
8942023-10-04T20:56:05.423Z Downloaded bzip2-sys v0.1.11+1.0.8
8952023-10-04T20:56:05.450Z Downloaded libc v0.2.148
8962023-10-04T20:56:05.501Z Downloaded sha3 v0.10.8
8972023-10-04T20:56:05.515Z Downloaded rustix v0.38.9
8982023-10-04T20:56:05.558Z Downloaded encoding_rs v0.8.33
8992023-10-04T20:56:05.608Z Downloaded syn v1.0.109
9002023-10-04T20:56:05.625Z Downloaded curve25519-dalek v4.1.0
9012023-10-04T20:56:05.643Z Downloaded sled v0.34.7
9022023-10-04T20:56:05.667Z Downloaded regex-syntax v0.6.29
9032023-10-04T20:56:05.683Z Downloaded radix_trie v0.2.1
9042023-10-04T20:56:05.698Z Downloaded libgit2-sys v0.15.2+1.6.4
9052023-10-04T20:56:05.807Z Downloaded regex-syntax v0.7.5
9062023-10-04T20:56:05.825Z Downloaded gimli v0.28.0
9072023-10-04T20:56:05.843Z Downloaded nix v0.26.2
9082023-10-04T20:56:05.866Z Downloaded regress v0.7.1
9092023-10-04T20:56:05.880Z Downloaded rustls v0.21.7
9102023-10-04T20:56:05.903Z Downloaded regex v1.9.5
9112023-10-04T20:56:05.934Z Downloaded object v0.32.1
9122023-10-04T20:56:05.956Z Downloaded libz-sys v1.1.12
9132023-10-04T20:56:06.081Z Downloaded bstr v0.2.17
9142023-10-04T20:56:06.103Z Downloaded smoltcp v0.9.1
9152023-10-04T20:56:06.126Z Downloaded object v0.30.4
9162023-10-04T20:56:06.147Z Downloaded idna v0.4.0
9172023-10-04T20:56:06.163Z Downloaded h2 v0.3.21
9182023-10-04T20:56:06.176Z Downloaded futures-util v0.3.28
9192023-10-04T20:56:06.201Z Downloaded openssl v0.10.57
9202023-10-04T20:56:06.219Z Downloaded ring v0.16.20
9212023-10-04T20:56:06.390Z Downloaded libsqlite3-sys v0.26.0
9222023-10-04T20:56:06.529Z Downloaded idna v0.2.3
9232023-10-04T20:56:06.542Z Downloaded bitvec v1.0.1
9242023-10-04T20:56:06.569Z Downloaded serde_json v1.0.107
9252023-10-04T20:56:06.582Z Downloaded vcpkg v0.2.15
9262023-10-04T20:56:06.655Z Downloaded portable-atomic v1.4.3
9272023-10-04T20:56:06.664Z Downloaded tabled v0.14.0
9282023-10-04T20:56:06.692Z Downloaded crossterm v0.27.0
9292023-10-04T20:56:06.702Z Downloaded clap v2.34.0
9302023-10-04T20:56:06.715Z Downloaded crypto-bigint v0.5.2
9312023-10-04T20:56:06.726Z Downloaded steno v0.4.0
9322023-10-04T20:56:06.733Z Downloaded bindgen v0.65.1
9332023-10-04T20:56:06.745Z Downloaded vsss-rs v3.3.1
9342023-10-04T20:56:06.749Z Downloaded diff v0.1.13
9352023-10-04T20:56:06.754Z Downloaded darling_core v0.20.3
9362023-10-04T20:56:06.763Z Downloaded pest v2.7.2
9372023-10-04T20:56:06.772Z Downloaded trust-dns-server v0.22.1
9382023-10-04T20:56:06.781Z Downloaded sha2 v0.10.7
9392023-10-04T20:56:06.785Z Downloaded parking_lot v0.11.2
9402023-10-04T20:56:06.789Z Downloaded packed_struct_codegen v0.10.1
9412023-10-04T20:56:06.792Z Downloaded env_logger v0.9.3
9422023-10-04T20:56:06.795Z Downloaded platforms v3.0.2
9432023-10-04T20:56:06.798Z Downloaded serde_with_macros v2.3.3
9442023-10-04T20:56:06.802Z Downloaded tokio-util v0.7.8
9452023-10-04T20:56:06.813Z Downloaded ucd-trie v0.1.6
9462023-10-04T20:56:06.816Z Downloaded serde v1.0.188
9472023-10-04T20:56:06.821Z Downloaded serde_with v2.3.3
9482023-10-04T20:56:06.832Z Downloaded walkdir v2.4.0
9492023-10-04T20:56:06.835Z Downloaded vergen v8.2.4
9502023-10-04T20:56:06.839Z Downloaded tokio-rustls v0.24.1
9512023-10-04T20:56:06.843Z Downloaded tracing v0.1.37
9522023-10-04T20:56:06.851Z Downloaded zip v0.6.6
9532023-10-04T20:56:06.857Z Downloaded hashbrown v0.14.0
9542023-10-04T20:56:06.866Z Downloaded serde_derive v1.0.188
9552023-10-04T20:56:06.870Z Downloaded trust-dns-resolver v0.22.0
9562023-10-04T20:56:06.877Z Downloaded aho-corasick v1.0.4
9572023-10-04T20:56:06.889Z Downloaded openssl-sys v0.9.93
9582023-10-04T20:56:06.896Z Downloaded rustls-pemfile v1.0.3
9592023-10-04T20:56:06.900Z Downloaded hash32 v0.2.1
9602023-10-04T20:56:06.903Z Downloaded elliptic-curve v0.13.5
9612023-10-04T20:56:06.908Z Downloaded hkdf v0.12.3
9622023-10-04T20:56:06.913Z Downloaded clap_builder v4.4.2
9632023-10-04T20:56:06.925Z Downloaded phf v0.11.2
9642023-10-04T20:56:06.928Z Downloaded xattr v1.0.1
9652023-10-04T20:56:06.931Z Downloaded nom v7.1.3
9662023-10-04T20:56:06.940Z Downloaded ron v0.7.1
9672023-10-04T20:56:06.949Z Downloaded r2d2 v0.8.10
9682023-10-04T20:56:06.952Z Downloaded quick-error v1.2.3
9692023-10-04T20:56:06.955Z Downloaded rand_core v0.6.4
9702023-10-04T20:56:06.958Z Downloaded itertools v0.11.0
9712023-10-04T20:56:06.967Z Downloaded headers-core v0.2.0
9722023-10-04T20:56:06.970Z Downloaded quote v1.0.33
9732023-10-04T20:56:06.973Z Downloaded time v0.3.27
9742023-10-04T20:56:06.983Z Downloaded subtle v2.5.0
9752023-10-04T20:56:06.986Z Downloaded crypto-common v0.1.6
9762023-10-04T20:56:06.990Z Downloaded signal-hook-mio v0.2.3
9772023-10-04T20:56:06.994Z Downloaded smallvec v1.11.0
9782023-10-04T20:56:06.997Z Downloaded yasna v0.5.2
9792023-10-04T20:56:07.003Z Downloaded password-hash v0.5.0
9802023-10-04T20:56:07.006Z Downloaded libm v0.2.7
9812023-10-04T20:56:07.016Z Downloaded parking_lot_core v0.8.6
9822023-10-04T20:56:07.019Z Downloaded fatfs v0.3.6
9832023-10-04T20:56:07.023Z Downloaded hashbrown v0.12.3
9842023-10-04T20:56:07.031Z Downloaded num-bigint-dig v0.8.4
9852023-10-04T20:56:07.039Z Downloaded endian-type v0.1.2
9862023-10-04T20:56:07.043Z Downloaded pretty-hex v0.3.0
9872023-10-04T20:56:07.046Z Downloaded scopeguard v1.2.0
9882023-10-04T20:56:07.050Z Downloaded dyn-clone v1.0.13
9892023-10-04T20:56:07.054Z Downloaded vte v0.11.1
9902023-10-04T20:56:07.061Z Downloaded trust-dns-client v0.22.0
9912023-10-04T20:56:07.064Z Downloaded der v0.7.8
9922023-10-04T20:56:07.069Z Downloaded typenum v1.16.0
9932023-10-04T20:56:07.073Z Downloaded spin v0.5.2
9942023-10-04T20:56:07.076Z Downloaded pest_generator v2.7.2
9952023-10-04T20:56:07.079Z Downloaded tough v0.12.5
9962023-10-04T20:56:07.090Z Downloaded textwrap v0.11.0
9972023-10-04T20:56:07.093Z Downloaded strum v0.25.0
9982023-10-04T20:56:07.098Z Downloaded cstr-argument v0.1.2
9992023-10-04T20:56:07.102Z Downloaded crunchy v0.2.2
10002023-10-04T20:56:07.105Z Downloaded futures-channel v0.3.28
10012023-10-04T20:56:07.108Z Downloaded socket2 v0.5.3
10022023-10-04T20:56:07.112Z Downloaded percent-encoding v2.3.0
10032023-10-04T20:56:07.115Z Downloaded glob v0.3.1
10042023-10-04T20:56:07.118Z Downloaded x509-cert v0.2.4
10052023-10-04T20:56:07.121Z Downloaded predicates v2.1.5
10062023-10-04T20:56:07.124Z Downloaded tungstenite v0.20.1
10072023-10-04T20:56:07.127Z Downloaded dtrace-parser v0.1.14
10082023-10-04T20:56:07.130Z Downloaded ena v0.14.2
10092023-10-04T20:56:07.133Z Downloaded poly1305 v0.8.0
10102023-10-04T20:56:07.139Z Downloaded ref-cast v1.0.20
10112023-10-04T20:56:07.141Z Downloaded darling_core v0.14.4
10122023-10-04T20:56:07.147Z Downloaded wyz v0.5.1
10132023-10-04T20:56:07.151Z Downloaded parking_lot v0.12.1
10142023-10-04T20:56:07.156Z Downloaded strum_macros v0.25.2
10152023-10-04T20:56:07.159Z Downloaded paste v1.0.14
10162023-10-04T20:56:07.162Z Downloaded futures-macro v0.3.28
10172023-10-04T20:56:07.165Z Downloaded tracing-core v0.1.31
10182023-10-04T20:56:07.168Z Downloaded toml_edit v0.20.0
10192023-10-04T20:56:07.197Z Downloaded stringprep v0.1.3
10202023-10-04T20:56:07.200Z Downloaded deranged v0.3.8
10212023-10-04T20:56:07.203Z Downloaded mio v0.8.8
10222023-10-04T20:56:07.211Z Downloaded slog-json v2.6.1
10232023-10-04T20:56:07.220Z Downloaded pin-utils v0.1.0
10242023-10-04T20:56:07.227Z Downloaded schemars_derive v0.8.13
10252023-10-04T20:56:07.231Z Downloaded snafu-derive v0.7.5
10262023-10-04T20:56:07.234Z Downloaded tap v1.0.1
10272023-10-04T20:56:07.237Z Downloaded slog-envlogger v2.2.0
10282023-10-04T20:56:07.241Z Downloaded thiserror-impl-no-std v2.0.2
10292023-10-04T20:56:07.244Z Downloaded crossbeam-channel v0.5.8
10302023-10-04T20:56:07.248Z Downloaded memchr v2.6.3
10312023-10-04T20:56:07.251Z Downloaded itertools v0.10.5
10322023-10-04T20:56:07.256Z Downloaded serde-big-array v0.4.1
10332023-10-04T20:56:07.259Z Downloaded serde_repr v0.1.16
10342023-10-04T20:56:07.262Z Downloaded futures-io v0.3.28
10352023-10-04T20:56:07.265Z Downloaded futures-executor v0.3.28
10362023-10-04T20:56:07.268Z Downloaded fd-lock v3.0.13
10372023-10-04T20:56:07.272Z Downloaded utf8parse v0.2.1
10382023-10-04T20:56:07.275Z Downloaded ringbuffer v0.15.0
10392023-10-04T20:56:07.278Z Downloaded tokio-stream v0.1.14
10402023-10-04T20:56:07.281Z Downloaded string_cache v0.8.7
10412023-10-04T20:56:07.284Z Downloaded slog-scope v4.4.0
10422023-10-04T20:56:07.287Z Downloaded filetime v0.2.22
10432023-10-04T20:56:07.290Z Downloaded predicates-core v1.0.6
10442023-10-04T20:56:07.294Z Downloaded predicates v3.0.3
10452023-10-04T20:56:07.298Z Downloaded tungstenite v0.18.0
10462023-10-04T20:56:07.301Z Downloaded socket2 v0.4.9
10472023-10-04T20:56:07.304Z Downloaded serde_arrays v0.1.0
10482023-10-04T20:56:07.308Z Downloaded num-bigint v0.4.4
10492023-10-04T20:56:07.346Z Downloaded ed25519 v1.5.3
10502023-10-04T20:56:07.350Z Downloaded num_cpus v1.16.0
10512023-10-04T20:56:07.353Z Downloaded phf_shared v0.10.0
10522023-10-04T20:56:07.356Z Downloaded difflib v0.4.0
10532023-10-04T20:56:07.360Z Downloaded smf v0.2.2
10542023-10-04T20:56:07.363Z Downloaded rand_xorshift v0.3.0
10552023-10-04T20:56:07.366Z Downloaded derive_builder_macro v0.12.0
10562023-10-04T20:56:07.371Z Downloaded funty v2.0.0
10572023-10-04T20:56:07.389Z Downloaded aes v0.8.3
10582023-10-04T20:56:07.392Z Downloaded thread-id v4.2.0
10592023-10-04T20:56:07.395Z Downloaded thiserror-no-std v2.0.2
10602023-10-04T20:56:07.410Z Downloaded papergrid v0.10.0
10612023-10-04T20:56:07.414Z Downloaded unsafe-libyaml v0.2.9
10622023-10-04T20:56:07.417Z Downloaded tokio-tungstenite v0.18.0
10632023-10-04T20:56:07.420Z Downloaded derive-where v1.2.5
10642023-10-04T20:56:07.423Z Downloaded zerocopy v0.6.3
10652023-10-04T20:56:07.427Z Downloaded term v0.7.0
10662023-10-04T20:56:07.430Z Downloaded proc-macro2 v1.0.67
10672023-10-04T20:56:07.433Z Downloaded libxml v0.3.3
10682023-10-04T20:56:07.436Z Downloaded unicode-bidi v0.3.13
10692023-10-04T20:56:07.441Z Downloaded flume v0.11.0
10702023-10-04T20:56:07.444Z Downloaded env_logger v0.10.0
10712023-10-04T20:56:07.447Z Downloaded pem-rfc7468 v0.7.0
10722023-10-04T20:56:07.450Z Downloaded structopt v0.3.26
10732023-10-04T20:56:07.454Z Downloaded snafu v0.7.5
10742023-10-04T20:56:07.457Z Downloaded minimal-lexical v0.2.1
10752023-10-04T20:56:07.465Z Downloaded ff v0.13.0
10762023-10-04T20:56:07.471Z Downloaded miniz_oxide v0.7.1
10772023-10-04T20:56:07.475Z Downloaded foreign-types v0.5.0
10782023-10-04T20:56:07.479Z Downloaded foreign-types v0.3.2
10792023-10-04T20:56:07.482Z Downloaded darling_macro v0.20.3
10802023-10-04T20:56:07.485Z Downloaded precomputed-hash v0.1.1
10812023-10-04T20:56:07.488Z Downloaded slab v0.4.9
10822023-10-04T20:56:07.491Z Downloaded strum_macros v0.24.3
10832023-10-04T20:56:07.494Z Downloaded serde_tokenstream v0.2.0
10842023-10-04T20:56:07.498Z Downloaded proc-macro-error v1.0.4
10852023-10-04T20:56:07.501Z Downloaded oso v0.26.4
10862023-10-04T20:56:07.504Z Downloaded unicode-ident v1.0.12
10872023-10-04T20:56:07.507Z Downloaded parse-display v0.7.0
10882023-10-04T20:56:07.511Z Downloaded http v0.2.9
10892023-10-04T20:56:07.514Z Downloaded futures-task v0.3.28
10902023-10-04T20:56:07.517Z Downloaded base64 v0.21.4
10912023-10-04T20:56:07.520Z Downloaded addr2line v0.21.0
10922023-10-04T20:56:07.523Z Downloaded uuid v1.4.1
10932023-10-04T20:56:07.526Z Downloaded toml v0.8.0
10942023-10-04T20:56:07.529Z Downloaded toml v0.7.8
10952023-10-04T20:56:07.533Z Downloaded chacha20poly1305 v0.10.1
10962023-10-04T20:56:07.537Z Downloaded postcard v0.7.3
10972023-10-04T20:56:07.540Z Downloaded serde_spanned v0.6.3
10982023-10-04T20:56:07.543Z Downloaded rustc_version v0.4.0
10992023-10-04T20:56:07.546Z Downloaded rtoolbox v0.0.1
11002023-10-04T20:56:07.549Z Downloaded owo-colors v3.5.0
11012023-10-04T20:56:07.553Z Downloaded secrecy v0.8.0
11022023-10-04T20:56:07.556Z Downloaded dirs-next v2.0.0
11032023-10-04T20:56:07.559Z Downloaded time-macros v0.2.13
11042023-10-04T20:56:07.563Z Downloaded olpc-cjson v0.1.3
11052023-10-04T20:56:07.566Z Downloaded fragile v2.0.0
11062023-10-04T20:56:07.569Z Downloaded enum-as-inner v0.5.1
11072023-10-04T20:56:07.572Z Downloaded either v1.9.0
11082023-10-04T20:56:07.576Z Downloaded tower-service v0.3.2
11092023-10-04T20:56:07.579Z Downloaded pest_meta v2.7.2
11102023-10-04T20:56:07.582Z Downloaded slog-bunyan v2.4.0
11112023-10-04T20:56:07.586Z Downloaded rusty-fork v0.3.0
11122023-10-04T20:56:07.589Z Downloaded proc-macro-crate v1.3.1
11132023-10-04T20:56:07.592Z Downloaded toml v0.5.11
11142023-10-04T20:56:07.595Z Downloaded const_format v0.2.31
11152023-10-04T20:56:07.600Z Downloaded arc-swap v1.6.0
11162023-10-04T20:56:07.603Z Downloaded cc v1.0.83
11172023-10-04T20:56:07.606Z Downloaded indexmap v2.0.0
11182023-10-04T20:56:07.609Z Downloaded unicase v2.7.0
11192023-10-04T20:56:07.616Z Downloaded zeroize_derive v1.4.2
11202023-10-04T20:56:07.619Z Downloaded thiserror v1.0.49
11212023-10-04T20:56:07.622Z Downloaded which v4.4.0
11222023-10-04T20:56:07.625Z Downloaded num v0.4.1
11232023-10-04T20:56:07.629Z Downloaded toml_datetime v0.6.3
11242023-10-04T20:56:07.635Z Downloaded tempfile v3.8.0
11252023-10-04T20:56:07.642Z Downloaded bytes v1.5.0
11262023-10-04T20:56:07.648Z Downloaded indicatif v0.17.6
11272023-10-04T20:56:07.658Z Downloaded whoami v1.4.1
11282023-10-04T20:56:07.661Z Downloaded serde_plain v1.0.2
11292023-10-04T20:56:07.664Z Downloaded postgres-types v0.2.6
11302023-10-04T20:56:07.667Z Downloaded float-cmp v0.9.0
11312023-10-04T20:56:07.670Z Downloaded flagset v0.4.3
11322023-10-04T20:56:07.673Z Downloaded scheduled-thread-pool v0.2.7
11332023-10-04T20:56:07.676Z Downloaded rustversion v1.0.14
11342023-10-04T20:56:07.679Z Downloaded num_enum_derive v0.7.0
11352023-10-04T20:56:07.682Z Downloaded num_enum_derive v0.5.11
11362023-10-04T20:56:07.685Z Downloaded test-strategy v0.2.1
11372023-10-04T20:56:07.690Z Downloaded slog v2.7.0
11382023-10-04T20:56:07.693Z Downloaded serde_path_to_error v0.1.14
11392023-10-04T20:56:07.696Z Downloaded crc-any v2.4.3
11402023-10-04T20:56:07.700Z Downloaded ascii v1.1.0
11412023-10-04T20:56:07.703Z Downloaded fs-err v2.9.0
11422023-10-04T20:56:07.706Z Downloaded base64 v0.13.1
11432023-10-04T20:56:07.709Z Downloaded utf-8 v0.7.6
11442023-10-04T20:56:07.714Z Downloaded version_check v0.9.4
11452023-10-04T20:56:07.717Z Downloaded unicode-linebreak v0.1.5
11462023-10-04T20:56:07.723Z Downloaded strsim v0.10.0
11472023-10-04T20:56:07.728Z Downloaded same-file v1.0.6
11482023-10-04T20:56:07.731Z Downloaded rustls-native-certs v0.6.3
11492023-10-04T20:56:07.735Z Downloaded mime_guess v2.0.4
11502023-10-04T20:56:07.738Z Downloaded bzip2 v0.4.4
11512023-10-04T20:56:07.742Z Downloaded bitflags v2.4.0
11522023-10-04T20:56:07.745Z Downloaded foreign-types-shared v0.1.1
11532023-10-04T20:56:07.748Z Downloaded waitgroup v0.1.2
11542023-10-04T20:56:07.751Z Downloaded const-oid v0.9.5
11552023-10-04T20:56:07.754Z Downloaded ciborium v0.2.1
11562023-10-04T20:56:07.757Z Downloaded tokio-native-tls v0.3.1
11572023-10-04T20:56:07.760Z Downloaded spki v0.7.2
11582023-10-04T20:56:07.763Z Downloaded slog-async v2.8.0
11592023-10-04T20:56:07.766Z Downloaded serde-hex v0.1.0
11602023-10-04T20:56:07.769Z Downloaded tokio-macros v2.1.0
11612023-10-04T20:56:07.773Z Downloaded structmeta-derive v0.1.6
11622023-10-04T20:56:07.776Z Downloaded structmeta v0.1.6
11632023-10-04T20:56:07.779Z Downloaded semver v0.11.0
11642023-10-04T20:56:07.782Z Downloaded num_enum v0.5.11
11652023-10-04T20:56:07.786Z Downloaded is-terminal v0.4.9
11662023-10-04T20:56:07.788Z Downloaded clang-sys v1.6.1
11672023-10-04T20:56:07.791Z Downloaded ahash v0.7.6
11682023-10-04T20:56:07.795Z Downloaded signature v1.6.4
11692023-10-04T20:56:07.799Z Downloaded shell-words v1.1.0
11702023-10-04T20:56:07.801Z Downloaded serde_urlencoded v0.7.1
11712023-10-04T20:56:07.804Z Downloaded libefi-sys v0.1.0
11722023-10-04T20:56:07.809Z Downloaded console v0.15.7
11732023-10-04T20:56:07.813Z Downloaded cargo_metadata v0.18.0
11742023-10-04T20:56:07.818Z Downloaded anyhow v1.0.75
11752023-10-04T20:56:07.821Z Downloaded ryu v1.0.15
11762023-10-04T20:56:07.824Z Downloaded maplit v1.0.2
11772023-10-04T20:56:07.827Z Downloaded managed v0.8.0
11782023-10-04T20:56:07.830Z Downloaded lru-cache v0.1.2
11792023-10-04T20:56:07.833Z Downloaded colored v2.0.4
11802023-10-04T20:56:07.837Z Downloaded httparse v1.8.0
11812023-10-04T20:56:07.839Z Downloaded base64ct v1.6.0
11822023-10-04T20:56:07.842Z Downloaded async-recursion v1.0.5
11832023-10-04T20:56:07.846Z Downloaded iana-time-zone v0.1.57
11842023-10-04T20:56:07.849Z Downloaded crc-catalog v2.2.0
11852023-10-04T20:56:07.852Z Downloaded bitfield v0.14.0
11862023-10-04T20:56:07.855Z Downloaded universal-hash v0.5.1
11872023-10-04T20:56:07.858Z Downloaded io-lifetimes v1.0.11
11882023-10-04T20:56:07.862Z Downloaded nanorand v0.7.0
11892023-10-04T20:56:07.865Z Downloaded mockall v0.11.4
11902023-10-04T20:56:07.868Z Downloaded indoc v2.0.3
11912023-10-04T20:56:07.871Z Downloaded ansi_term v0.12.1
11922023-10-04T20:56:07.874Z Downloaded ipnetwork v0.20.0
11932023-10-04T20:56:07.877Z Downloaded time-core v0.1.1
11942023-10-04T20:56:07.880Z Downloaded signal-hook-tokio v0.3.1
11952023-10-04T20:56:07.884Z Downloaded nibble_vec v0.1.0
11962023-10-04T20:56:07.887Z Downloaded multer v2.1.0
11972023-10-04T20:56:07.896Z Downloaded cexpr v0.6.0
11982023-10-04T20:56:07.899Z Downloaded serde-big-array v0.5.1
11992023-10-04T20:56:07.902Z Downloaded maybe-uninit v2.0.0
12002023-10-04T20:56:07.907Z Downloaded corncobs v0.1.3
12012023-10-04T20:56:07.910Z Downloaded backoff v0.4.0
12022023-10-04T20:56:07.913Z Downloaded bitstruct v0.1.1
12032023-10-04T20:56:07.916Z Downloaded async-trait v0.1.73
12042023-10-04T20:56:07.919Z Downloaded async-stream v0.3.5
12052023-10-04T20:56:07.922Z Downloaded argon2 v0.5.2
12062023-10-04T20:56:07.925Z Downloaded crossbeam-queue v0.3.8
12072023-10-04T20:56:07.928Z Downloaded anstyle-parse v0.2.1
12082023-10-04T20:56:07.931Z Downloaded clap_derive v4.4.2
12092023-10-04T20:56:07.934Z Downloaded libloading v0.7.4
12102023-10-04T20:56:07.937Z Downloaded mockall_derive v0.11.4
12112023-10-04T20:56:07.940Z Downloaded hyper-staticfile v0.9.5
12122023-10-04T20:56:07.944Z Downloaded colorchoice v1.0.0
12132023-10-04T20:56:07.947Z Downloaded cfg-if v1.0.0
12142023-10-04T20:56:07.950Z Downloaded atomic-waker v1.1.1
12152023-10-04T20:56:07.953Z Downloaded log v0.4.20
12162023-10-04T20:56:07.956Z Downloaded humantime v2.1.0
12172023-10-04T20:56:07.959Z Downloaded httpdate v1.0.3
12182023-10-04T20:56:07.962Z Downloaded http-range v0.1.5
12192023-10-04T20:56:07.965Z Downloaded hostname v0.3.1
12202023-10-04T20:56:07.968Z Downloaded ciborium-io v0.2.1
12212023-10-04T20:56:07.971Z Downloaded block-buffer v0.10.4
12222023-10-04T20:56:07.974Z Downloaded cfg-if v0.1.10
12232023-10-04T20:56:07.979Z Downloaded cassowary v0.3.0
12242023-10-04T20:56:07.982Z Downloaded camino v1.1.6
12252023-10-04T20:56:07.984Z Downloaded crossbeam v0.8.2
12262023-10-04T20:56:07.987Z Downloaded inout v0.1.3
12272023-10-04T20:56:07.990Z Downloaded autocfg v1.1.0
12282023-10-04T20:56:07.994Z Downloaded ident_case v1.0.1
12292023-10-04T20:56:07.998Z Downloaded ciborium-ll v0.2.1
12302023-10-04T20:56:08.002Z Downloaded atty v0.2.14
12312023-10-04T20:56:08.006Z Downloaded bitflags v1.3.2
12322023-10-04T20:56:08.009Z Downloaded lazycell v1.3.0
12332023-10-04T20:56:08.011Z Downloaded block-padding v0.3.3
12342023-10-04T20:56:08.015Z Downloaded array-init v0.0.4
12352023-10-04T20:56:08.018Z Downloaded num-rational v0.4.1
12362023-10-04T20:56:08.021Z Downloaded async-stream-impl v0.3.5
12372023-10-04T20:56:08.024Z Downloaded rustfmt-wrapper v0.2.0
12382023-10-04T20:56:08.027Z Downloaded memoffset v0.9.0
12392023-10-04T20:56:08.030Z Downloaded num-derive v0.4.0
12402023-10-04T20:56:08.033Z Downloaded nu-ansi-term v0.49.0
12412023-10-04T20:56:08.037Z Downloaded impl-trait-for-tuples v0.2.2
12422023-10-04T20:56:08.040Z Downloaded hubpack v0.1.2
12432023-10-04T20:56:08.043Z Downloaded home v0.5.5
12442023-10-04T20:56:08.046Z Downloaded aead v0.5.2
12452023-10-04T20:56:08.050Z Downloaded memoffset v0.7.1
12462023-10-04T20:56:08.053Z Downloaded match_cfg v0.1.0
12472023-10-04T20:56:08.056Z Downloaded adler v1.0.2
12482023-10-04T20:56:08.059Z Downloaded anstyle v1.0.2
12492023-10-04T20:56:08.062Z Downloaded base16ct v0.2.0
12502023-10-04T20:56:08.065Z Downloaded crc v3.0.1
12512023-10-04T20:56:08.070Z Downloaded bitstruct_derive v0.1.0
12522023-10-04T20:56:08.074Z Downloaded assert_matches v1.5.0
12532023-10-04T20:56:08.077Z Downloaded linked-hash-map v0.5.6
12542023-10-04T20:56:08.080Z Downloaded cargo-platform v0.1.3
12552023-10-04T20:56:08.083Z Downloaded hyper-rustls v0.24.1
12562023-10-04T20:56:08.086Z Downloaded mime v0.3.17
12572023-10-04T20:56:08.089Z Downloaded macaddr v1.0.1
12582023-10-04T20:56:08.092Z Downloaded crossbeam-epoch v0.9.15
12592023-10-04T20:56:08.095Z Downloaded cargo_toml v0.16.3
12602023-10-04T20:56:08.098Z Downloaded http-body v0.4.5
12612023-10-04T20:56:08.101Z Downloaded bytesize v1.3.0
12622023-10-04T20:56:08.104Z Downloaded cancel-safe-futures v0.1.2
12632023-10-04T20:56:08.108Z Downloaded buf-list v1.0.3
12642023-10-04T20:56:08.112Z Downloaded bit-set v0.5.3
12652023-10-04T20:56:08.117Z Downloaded hyper-tls v0.5.0
12662023-10-04T20:56:08.120Z Downloaded hex v0.4.3
12672023-10-04T20:56:08.341Z Compiling proc-macro2 v1.0.67
12682023-10-04T20:56:08.345Z Compiling unicode-ident v1.0.12
12692023-10-04T20:56:08.381Z Compiling libc v0.2.148
12702023-10-04T20:56:08.385Z Compiling serde v1.0.188
12712023-10-04T20:56:08.387Z Compiling autocfg v1.1.0
12722023-10-04T20:56:08.391Z Compiling version_check v0.9.4
12732023-10-04T20:56:08.394Z Compiling cfg-if v1.0.0
12742023-10-04T20:56:08.731Z Compiling syn v1.0.109
12752023-10-04T20:56:08.754Z Compiling once_cell v1.18.0
12762023-10-04T20:56:08.810Z Compiling parking_lot_core v0.9.8
12772023-10-04T20:56:09.454Z Compiling libm v0.2.7
12782023-10-04T20:56:09.697Z Compiling ahash v0.8.3
12792023-10-04T20:56:09.852Z Compiling lock_api v0.4.10
12802023-10-04T20:56:10.678Z Compiling num-traits v0.2.16
12812023-10-04T20:56:10.681Z Compiling typenum v1.16.0
12822023-10-04T20:56:10.715Z Compiling thiserror v1.0.49
12832023-10-04T20:56:11.070Z Compiling futures-core v0.3.28
12842023-10-04T20:56:11.121Z Compiling generic-array v0.14.7
12852023-10-04T20:56:11.399Z Compiling memchr v2.6.3
12862023-10-04T20:56:11.516Z Compiling itoa v1.0.9
12872023-10-04T20:56:11.531Z Compiling scopeguard v1.2.0
12882023-10-04T20:56:11.768Z Compiling pkg-config v0.3.27
12892023-10-04T20:56:12.237Z Compiling quote v1.0.33
12902023-10-04T20:56:12.250Z Compiling slab v0.4.9
12912023-10-04T20:56:12.687Z Compiling futures-channel v0.3.28
12922023-10-04T20:56:13.149Z Compiling syn v2.0.32
12932023-10-04T20:56:13.248Z Compiling jobserver v0.1.26
12942023-10-04T20:56:13.588Z Compiling getrandom v0.2.10
12952023-10-04T20:56:14.173Z Compiling cc v1.0.83
12962023-10-04T20:56:14.197Z Compiling futures-task v0.3.28
12972023-10-04T20:56:14.421Z Compiling futures-util v0.3.28
12982023-10-04T20:56:14.834Z Compiling log v0.4.20
12992023-10-04T20:56:15.608Z Compiling ryu v1.0.15
13002023-10-04T20:56:15.785Z Compiling pin-project-lite v0.2.13
13012023-10-04T20:56:15.789Z Compiling serde_json v1.0.107
13022023-10-04T20:56:16.089Z Compiling ahash v0.7.6
13032023-10-04T20:56:16.093Z Compiling schemars v0.8.13
13042023-10-04T20:56:16.290Z Compiling vcpkg v0.2.15
13052023-10-04T20:56:16.315Z Compiling smallvec v1.11.0
13062023-10-04T20:56:17.383Z Compiling heck v0.4.1
13072023-10-04T20:56:18.022Z Compiling parking_lot v0.12.1
13082023-10-04T20:56:18.835Z Compiling num_cpus v1.16.0
13092023-10-04T20:56:19.063Z Compiling ring v0.16.20
13102023-10-04T20:56:19.350Z Compiling openssl-sys v0.9.93
13112023-10-04T20:56:21.200Z Compiling rand_core v0.6.4
13122023-10-04T20:56:21.276Z Compiling indexmap v1.9.3
13132023-10-04T20:56:21.707Z Compiling byteorder v1.4.3
13142023-10-04T20:56:21.979Z Compiling allocator-api2 v0.2.16
13152023-10-04T20:56:22.120Z Compiling equivalent v1.0.1
13162023-10-04T20:56:22.277Z Compiling httparse v1.8.0
13172023-10-04T20:56:22.584Z Compiling spin v0.5.2
13182023-10-04T20:56:22.907Z Compiling mio v0.8.8
13192023-10-04T20:56:23.078Z Compiling socket2 v0.5.3
13202023-10-04T20:56:23.339Z Compiling hashbrown v0.14.0
13212023-10-04T20:56:23.783Z Compiling signal-hook-registry v1.4.1
13222023-10-04T20:56:25.917Z Compiling fnv v1.0.7
13232023-10-04T20:56:25.991Z Compiling semver v1.0.18
13242023-10-04T20:56:26.127Z Compiling openssl v0.10.57
13252023-10-04T20:56:26.683Z Compiling serde_derive_internals v0.26.0
13262023-10-04T20:56:26.705Z Compiling rustls v0.21.7
13272023-10-04T20:56:26.926Z Compiling iana-time-zone v0.1.57
13282023-10-04T20:56:27.128Z Compiling crossbeam-utils v0.8.16
13292023-10-04T20:56:27.462Z Compiling unicode-xid v0.2.4
13302023-10-04T20:56:27.489Z Compiling ucd-trie v0.1.6
13312023-10-04T20:56:27.738Z Compiling native-tls v0.2.11
13322023-10-04T20:56:27.791Z Compiling synstructure v0.12.6
13332023-10-04T20:56:29.169Z Compiling futures-sink v0.3.28
13342023-10-04T20:56:29.420Z Compiling io-lifetimes v1.0.11
13352023-10-04T20:56:29.764Z Compiling backtrace v0.3.69
13362023-10-04T20:56:30.392Z Compiling tinyvec_macros v0.1.1
13372023-10-04T20:56:30.416Z Compiling dyn-clone v1.0.13
13382023-10-04T20:56:30.553Z Compiling tinyvec v1.6.0
13392023-10-04T20:56:30.995Z Compiling tracing-core v0.1.31
13402023-10-04T20:56:31.423Z Compiling num-integer v0.1.45
13412023-10-04T20:56:31.457Z Compiling memoffset v0.9.0
13422023-10-04T20:56:31.460Z Compiling pin-utils v0.1.0
13432023-10-04T20:56:31.509Z Compiling futures-io v0.3.28
13442023-10-04T20:56:31.844Z Compiling rustix v0.38.9
13452023-10-04T20:56:31.875Z Compiling subtle v2.5.0
13462023-10-04T20:56:32.065Z Compiling winnow v0.5.15
13472023-10-04T20:56:32.185Z Compiling rustix v0.37.23
13482023-10-04T20:56:32.809Z Compiling hashbrown v0.13.2
13492023-10-04T20:56:33.055Z Compiling aho-corasick v1.0.4
13502023-10-04T20:56:33.196Z Compiling unicode-normalization v0.1.22
13512023-10-04T20:56:33.223Z Compiling usdt-impl v0.3.5
13522023-10-04T20:56:34.846Z Compiling unicode-bidi v0.3.13
13532023-10-04T20:56:35.150Z Compiling anyhow v1.0.75
13542023-10-04T20:56:35.749Z Compiling regex-syntax v0.7.5
13552023-10-04T20:56:35.877Z Compiling bitflags v1.3.2
13562023-10-04T20:56:36.023Z Compiling serde_derive v1.0.188
13572023-10-04T20:56:36.038Z Compiling zeroize_derive v1.4.2
13582023-10-04T20:56:36.067Z Compiling thiserror-impl v1.0.49
13592023-10-04T20:56:37.011Z Compiling tokio-macros v2.1.0
13602023-10-04T20:56:37.654Z Compiling futures-macro v0.3.28
13612023-10-04T20:56:38.395Z Compiling tracing-attributes v0.1.26
13622023-10-04T20:56:38.643Z Compiling schemars_derive v0.8.13
13632023-10-04T20:56:39.505Z Compiling zeroize v1.6.0
13642023-10-04T20:56:40.964Z Compiling openssl-macros v0.1.1
13652023-10-04T20:56:41.110Z Compiling pest v2.7.2
13662023-10-04T20:56:42.040Z Compiling zerocopy-derive v0.2.0
13672023-10-04T20:56:42.517Z Compiling crypto-common v0.1.6
13682023-10-04T20:56:42.825Z Compiling block-buffer v0.10.4
13692023-10-04T20:56:43.688Z Compiling time-core v0.1.1
13702023-10-04T20:56:43.983Z Compiling const-oid v0.9.5
13712023-10-04T20:56:44.087Z Compiling tracing v0.1.37
13722023-10-04T20:56:44.858Z Compiling slog v2.7.0
13732023-10-04T20:56:45.456Z Compiling pest_meta v2.7.2
13742023-10-04T20:56:45.542Z Compiling crc32fast v1.3.2
13752023-10-04T20:56:46.210Z Compiling time-macros v0.2.13
13762023-10-04T20:56:46.770Z Compiling regex-automata v0.3.8
13772023-10-04T20:56:46.875Z Compiling digest v0.10.7
13782023-10-04T20:56:47.619Z Compiling pest_generator v2.7.2
13792023-10-04T20:56:52.644Z Compiling pest_derive v2.7.2
13802023-10-04T20:56:53.566Z Compiling bzip2-sys v0.1.11+1.0.8
13812023-10-04T20:56:53.799Z Compiling crossbeam-epoch v0.9.15
13822023-10-04T20:56:54.177Z Compiling async-trait v0.1.73
13832023-10-04T20:56:55.043Z Compiling ppv-lite86 v0.2.17
13842023-10-04T20:56:56.338Z Compiling rand_chacha v0.3.1
13852023-10-04T20:56:56.679Z Compiling zerocopy v0.3.0
13862023-10-04T20:56:57.942Z Compiling zerocopy-derive v0.6.3
13872023-10-04T20:56:58.110Z Compiling untrusted v0.7.1
13882023-10-04T20:56:58.145Z Compiling base64 v0.21.4
13892023-10-04T20:56:58.451Z Compiling strsim v0.10.0
13902023-10-04T20:56:59.361Z Compiling bytes v1.5.0
13912023-10-04T20:56:59.573Z Compiling indexmap v2.0.0
13922023-10-04T20:57:01.665Z Compiling uuid v1.4.1
13932023-10-04T20:57:01.769Z Compiling chrono v0.4.31
13942023-10-04T20:57:02.797Z Compiling tokio v1.32.0
13952023-10-04T20:57:04.141Z Compiling bitflags v2.4.0
13962023-10-04T20:57:04.329Z Compiling toml_datetime v0.6.3
13972023-10-04T20:57:04.965Z Compiling serde_spanned v0.6.3
13982023-10-04T20:57:05.502Z Compiling http v0.2.9
13992023-10-04T20:57:05.526Z Compiling toml_edit v0.19.15
14002023-10-04T20:57:08.029Z Compiling rustc_version v0.4.0
14012023-10-04T20:57:09.133Z Compiling heapless v0.7.16
14022023-10-04T20:57:13.289Z Compiling dof v0.1.5
14032023-10-04T20:57:14.709Z Compiling rand v0.8.5
14042023-10-04T20:57:16.970Z Compiling hashbrown v0.12.3
14052023-10-04T20:57:17.482Z Compiling tokio-util v0.7.8
14062023-10-04T20:57:17.819Z Compiling regex v1.9.5
14072023-10-04T20:57:17.849Z Compiling dtrace-parser v0.1.14
14082023-10-04T20:57:19.295Z Compiling thread-id v4.2.0
14092023-10-04T20:57:19.470Z Compiling errno v0.3.2
14102023-10-04T20:57:19.740Z Compiling num-bigint v0.4.4
14112023-10-04T20:57:19.829Z Compiling percent-encoding v2.3.0
14122023-10-04T20:57:20.381Z Compiling smoltcp v0.9.1
14132023-10-04T20:57:20.407Z Compiling radium v0.7.0
14142023-10-04T20:57:20.433Z Compiling foreign-types-shared v0.1.1
14152023-10-04T20:57:20.635Z Compiling openssl-probe v0.1.5
14162023-10-04T20:57:20.677Z Compiling unicode-width v0.1.10
14172023-10-04T20:57:21.018Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14182023-10-04T20:57:21.390Z Compiling foreign-types v0.3.2
14192023-10-04T20:57:24.160Z Compiling serde_tokenstream v0.1.7
14202023-10-04T20:57:26.572Z Compiling lazy_static v1.4.0
14212023-10-04T20:57:26.974Z Compiling socket2 v0.4.9
14222023-10-04T20:57:27.111Z Compiling try-lock v0.2.4
14232023-10-04T20:57:27.211Z Compiling unicode-segmentation v1.10.1
14242023-10-04T20:57:27.332Z Compiling siphasher v0.3.11
14252023-10-04T20:57:28.007Z Compiling adler v1.0.2
14262023-10-04T20:57:28.816Z Compiling miniz_oxide v0.7.1
14272023-10-04T20:57:29.864Z Compiling want v0.3.1
14282023-10-04T20:57:31.992Z Compiling h2 v0.3.21
14292023-10-04T20:57:32.200Z Compiling form_urlencoded v1.2.0
14302023-10-04T20:57:32.370Z Compiling sct v0.7.0
14312023-10-04T20:57:32.671Z Compiling rustls-webpki v0.101.4
14322023-10-04T20:57:32.865Z Compiling http-body v0.4.5
14332023-10-04T20:57:33.616Z Compiling hubpack_derive v0.1.1
14342023-10-04T20:57:35.283Z Compiling num-iter v0.1.43
14352023-10-04T20:57:35.577Z Compiling cpufeatures v0.2.9
14362023-10-04T20:57:35.719Z Compiling anstyle v1.0.2
14372023-10-04T20:57:35.812Z Compiling tower-service v0.3.2
14382023-10-04T20:57:35.874Z Compiling httpdate v1.0.3
14392023-10-04T20:57:36.406Z Compiling utf8parse v0.2.1
14402023-10-04T20:57:36.623Z Compiling anstyle-parse v0.2.1
14412023-10-04T20:57:36.669Z Compiling sha2 v0.10.7
14422023-10-04T20:57:41.002Z Compiling usdt-attr-macro v0.3.5
14432023-10-04T20:57:41.324Z Compiling usdt-macro v0.3.5
14442023-10-04T20:57:43.955Z Compiling hyper v0.14.27
14452023-10-04T20:57:44.252Z Compiling openapiv3 v1.0.3
14462023-10-04T20:57:45.692Z Compiling rustls-pemfile v1.0.3
14472023-10-04T20:57:46.255Z Compiling hmac v0.12.1
14482023-10-04T20:57:46.610Z Compiling md-5 v0.10.5
14492023-10-04T20:57:47.182Z Compiling stringprep v0.1.3
14502023-10-04T20:57:48.631Z Compiling idna v0.4.0
14512023-10-04T20:57:48.994Z Compiling diesel_table_macro_syntax v0.1.0
14522023-10-04T20:57:49.365Z Compiling hash32 v0.2.1
14532023-10-04T20:57:49.617Z Compiling spin v0.9.8
14542023-10-04T20:57:49.957Z Compiling stable_deref_trait v1.2.0
14552023-10-04T20:57:50.118Z Compiling fallible-iterator v0.2.0
14562023-10-04T20:57:50.230Z Compiling gimli v0.28.0
14572023-10-04T20:57:51.118Z Compiling colorchoice v1.0.0
14582023-10-04T20:57:51.341Z Compiling anstyle-query v1.0.0
14592023-10-04T20:57:51.971Z Compiling anstream v0.5.0
14602023-10-04T20:57:52.995Z Compiling postgres-protocol v0.6.6
14612023-10-04T20:57:53.016Z Compiling url v2.4.1
14622023-10-04T20:57:55.346Z Compiling diesel_derives v2.1.1
14632023-10-04T20:57:56.475Z Compiling rustls-native-certs v0.6.3
14642023-10-04T20:57:59.838Z Compiling addr2line v0.21.0
14652023-10-04T20:58:00.829Z Compiling tokio-rustls v0.24.1
14662023-10-04T20:58:01.891Z Compiling tokio-native-tls v0.3.1
14672023-10-04T20:58:01.896Z Compiling terminal_size v0.2.6
14682023-10-04T20:58:01.929Z Compiling phf_shared v0.11.2
14692023-10-04T20:58:03.310Z Compiling serde_tokenstream v0.2.0
14702023-10-04T20:58:03.736Z Compiling block-padding v0.3.3
14712023-10-04T20:58:04.120Z Compiling enum-as-inner v0.5.1
14722023-10-04T20:58:04.181Z Compiling serde_repr v0.1.16
14732023-10-04T20:58:05.151Z Compiling clap_derive v4.4.2
14742023-10-04T20:58:05.988Z Compiling scheduled-thread-pool v0.2.7
14752023-10-04T20:58:06.026Z Compiling object v0.32.1
14762023-10-04T20:58:18.741Z Compiling rustc-demangle v0.1.23
14772023-10-04T20:58:20.154Z Compiling managed v0.8.0
14782023-10-04T20:58:20.299Z Compiling bit-vec v0.6.3
14792023-10-04T20:58:20.914Z Compiling clap_lex v0.5.1
14802023-10-04T20:58:21.020Z Compiling matches v0.1.10
14812023-10-04T20:58:21.480Z Compiling either v1.9.0
14822023-10-04T20:58:22.050Z Compiling regex-automata v0.1.10
14832023-10-04T20:58:22.800Z Compiling tap v1.0.1
14842023-10-04T20:58:23.121Z Compiling ipnet v2.8.0
14852023-10-04T20:58:25.105Z Compiling num_threads v0.1.6
14862023-10-04T20:58:25.311Z Compiling deranged v0.3.8
14872023-10-04T20:58:26.348Z Compiling wyz v0.5.1
14882023-10-04T20:58:26.921Z Compiling bstr v0.2.17
14892023-10-04T20:58:28.593Z Compiling time v0.3.27
14902023-10-04T20:58:28.912Z Compiling itertools v0.10.5
14912023-10-04T20:58:29.256Z Compiling clap_builder v4.4.2
14922023-10-04T20:58:31.092Z Compiling idna v0.2.3
14932023-10-04T20:58:35.647Z Compiling r2d2 v0.8.10
14942023-10-04T20:58:37.344Z Compiling inout v0.1.3
14952023-10-04T20:58:40.037Z Compiling phf v0.11.2
14962023-10-04T20:58:40.527Z Compiling hyper-tls v0.5.0
14972023-10-04T20:58:41.066Z Compiling hyper-rustls v0.24.1
14982023-10-04T20:58:42.183Z Compiling flate2 v1.0.27
14992023-10-04T20:58:42.888Z Compiling postgres-types v0.2.6
15002023-10-04T20:58:43.895Z Compiling hubpack v0.1.2
15012023-10-04T20:58:44.057Z Compiling serde_urlencoded v0.7.1
15022023-10-04T20:58:44.647Z Compiling phf_shared v0.10.0
15032023-10-04T20:58:44.949Z Compiling ipnetwork v0.20.0
15042023-10-04T20:58:45.264Z Compiling zerocopy v0.6.3
15052023-10-04T20:58:45.565Z Compiling futures-executor v0.3.28
15062023-10-04T20:58:46.372Z Compiling regress v0.7.1
15072023-10-04T20:58:46.755Z Compiling float-cmp v0.9.0
15082023-10-04T20:58:46.782Z Compiling encoding_rs v0.8.33
15092023-10-04T20:58:46.900Z Compiling whoami v1.4.1
15102023-10-04T20:58:47.801Z Compiling normalize-line-endings v0.3.0
15112023-10-04T20:58:48.013Z Compiling mime v0.3.17
15122023-10-04T20:58:49.936Z Compiling fixedbitset v0.4.2
15132023-10-04T20:58:50.810Z Compiling precomputed-hash v0.1.1
15142023-10-04T20:58:50.984Z Compiling static_assertions v1.1.0
15152023-10-04T20:58:51.135Z Compiling unicode-linebreak v0.1.5
15162023-10-04T20:58:51.577Z Compiling webpki-roots v0.25.2
15172023-10-04T20:58:51.635Z Compiling difflib v0.4.0
15182023-10-04T20:58:51.849Z Compiling data-encoding v2.4.0
15192023-10-04T20:58:51.986Z Compiling predicates-core v1.0.6
15202023-10-04T20:58:52.025Z Compiling funty v2.0.0
15212023-10-04T20:58:52.494Z Compiling smawk v0.3.1
15222023-10-04T20:58:52.825Z Compiling new_debug_unreachable v1.0.4
15232023-10-04T20:58:52.975Z Compiling string_cache v0.8.7
15242023-10-04T20:58:53.261Z Compiling trust-dns-proto v0.22.0
15252023-10-04T20:58:53.707Z Compiling textwrap v0.16.0
15262023-10-04T20:58:53.887Z Compiling predicates v3.0.3
15272023-10-04T20:58:54.735Z Compiling bitvec v1.0.1
15282023-10-04T20:58:54.840Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15292023-10-04T20:58:55.223Z Compiling reqwest v0.11.20
15302023-10-04T20:58:56.430Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15312023-10-04T20:59:02.504Z Compiling petgraph v0.6.4
15322023-10-04T20:59:05.494Z Compiling tokio-postgres v0.7.10
15332023-10-04T20:59:12.961Z Compiling futures v0.3.28
15342023-10-04T20:59:13.524Z Compiling diesel v2.1.1
15352023-10-04T20:59:14.261Z Compiling yasna v0.5.2
15362023-10-04T20:59:15.078Z Compiling cipher v0.4.4
15372023-10-04T20:59:15.098Z Compiling clap v4.4.3
15382023-10-04T20:59:15.757Z Compiling similar v2.2.1
15392023-10-04T20:59:15.798Z Compiling bit-set v0.5.3
15402023-10-04T20:59:16.210Z Compiling usdt v0.3.5
15412023-10-04T20:59:17.143Z Compiling console v0.15.7
15422023-10-04T20:59:17.399Z Compiling tokio-stream v0.1.14
15432023-10-04T20:59:18.924Z Compiling toml v0.7.8
15442023-10-04T20:59:19.030Z Compiling hex v0.4.3
15452023-10-04T20:59:19.269Z Compiling signature v2.1.0
15462023-10-04T20:59:19.546Z Compiling bstr v1.6.0
15472023-10-04T20:59:20.036Z Compiling lalrpop-util v0.19.12
15482023-10-04T20:59:23.503Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15492023-10-04T20:59:29.505Z Compiling rustversion v1.0.14
15502023-10-04T20:59:29.835Z Compiling ident_case v1.0.1
15512023-10-04T20:59:30.129Z Compiling darling_core v0.20.3
15522023-10-04T20:59:45.878Z Compiling crossbeam-channel v0.5.8
15532023-10-04T20:59:50.440Z Compiling atty v0.2.14
15542023-10-04T20:59:50.671Z Compiling proc-macro-error-attr v1.0.4
15552023-10-04T20:59:58.377Z Compiling darling_macro v0.20.3
15562023-10-04T21:00:12.916Z Compiling proc-macro-crate v1.3.1
15572023-10-04T21:00:15.028Z Compiling dirs-sys-next v0.1.2
15582023-10-04T21:00:16.926Z Compiling proc-macro-error v1.0.4
15592023-10-04T21:00:25.091Z Compiling dirs-next v2.0.0
15602023-10-04T21:00:26.262Z Compiling num_enum_derive v0.5.11
15612023-10-04T21:00:31.471Z Compiling strum_macros v0.25.2
15622023-10-04T21:00:35.188Z Compiling darling v0.20.3
15632023-10-04T21:00:37.841Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15642023-10-04T21:00:43.523Z Compiling getopts v0.2.21
15652023-10-04T21:00:45.047Z Compiling structmeta-derive v0.1.6
15662023-10-04T21:00:46.229Z Compiling thread_local v1.1.7
15672023-10-04T21:00:46.281Z Compiling multer v2.1.0
15682023-10-04T21:00:46.707Z Compiling camino v1.1.6
15692023-10-04T21:00:49.587Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15702023-10-04T21:00:54.867Z Compiling match_cfg v0.1.0
15712023-10-04T21:00:55.194Z Compiling unsafe-libyaml v0.2.9
15722023-10-04T21:00:57.266Z Compiling paste v1.0.14
15732023-10-04T21:00:59.646Z Compiling slog-async v2.8.0
15742023-10-04T21:01:04.833Z Compiling serde_yaml v0.9.25
15752023-10-04T21:01:10.844Z Compiling hostname v0.3.1
15762023-10-04T21:01:12.153Z Compiling structmeta v0.1.6
15772023-10-04T21:01:13.047Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15782023-10-04T21:01:18.350Z Compiling strum v0.25.0
15792023-10-04T21:01:19.753Z Compiling serde_with_macros v2.3.3
15802023-10-04T21:01:24.237Z Compiling num_enum v0.5.11
15812023-10-04T21:01:24.527Z Compiling term v0.7.0
15822023-10-04T21:01:24.604Z Compiling slog-json v2.6.1
15832023-10-04T21:01:27.767Z Compiling async-stream-impl v0.3.5
15842023-10-04T21:01:27.886Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15852023-10-04T21:01:28.322Z Compiling regex-syntax v0.6.29
15862023-10-04T21:01:28.803Z Compiling atomic-waker v1.1.1
15872023-10-04T21:01:29.108Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15882023-10-04T21:01:29.525Z Compiling take_mut v0.2.2
15892023-10-04T21:01:29.812Z Compiling postcard-cobs v0.1.5-pre
15902023-10-04T21:01:30.442Z Compiling postcard v0.7.3
15912023-10-04T21:01:30.565Z Compiling async-stream v0.3.5
15922023-10-04T21:01:31.449Z Compiling waitgroup v0.1.2
15932023-10-04T21:01:32.479Z Compiling slog-term v2.9.0
15942023-10-04T21:01:32.802Z Compiling slog-bunyan v2.4.0
15952023-10-04T21:01:33.198Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-04T21:01:37.182Z Compiling serde_with v2.3.3
15972023-10-04T21:01:38.255Z Compiling parse-display-derive v0.7.0
15982023-10-04T21:01:45.311Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15992023-10-04T21:01:46.284Z Compiling smoltcp v0.8.2
16002023-10-04T21:01:46.543Z Compiling sha1 v0.10.5
16012023-10-04T21:01:49.804Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16022023-10-04T21:01:50.292Z Compiling serde_path_to_error v0.1.14
16032023-10-04T21:01:50.454Z Compiling foreign-types-macros v0.2.3
16042023-10-04T21:01:50.732Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16052023-10-04T21:01:50.888Z Compiling instant v0.1.12
16062023-10-04T21:01:50.981Z Compiling cfg-if v0.1.10
16072023-10-04T21:01:51.010Z Compiling debug-ignore v1.0.5
16082023-10-04T21:01:51.034Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16092023-10-04T21:01:51.462Z Compiling foreign-types-shared v0.3.1
16102023-10-04T21:01:51.475Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16112023-10-04T21:01:51.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16122023-10-04T21:01:51.541Z Compiling foreign-types v0.5.0
16132023-10-04T21:01:51.670Z Compiling backoff v0.4.0
16142023-10-04T21:01:51.914Z Compiling parse-display v0.7.0
16152023-10-04T21:01:52.480Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16162023-10-04T21:01:52.590Z Compiling is-terminal v0.4.9
16172023-10-04T21:01:52.733Z Compiling macaddr v1.0.1
16182023-10-04T21:01:52.791Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16192023-10-04T21:01:53.970Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16202023-10-04T21:01:54.188Z Compiling cstr-argument v0.1.2
16212023-10-04T21:01:54.595Z Compiling pretty-hex v0.2.1
16222023-10-04T21:01:54.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16232023-10-04T21:01:55.183Z Compiling base64ct v1.6.0
16242023-10-04T21:01:55.728Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16252023-10-04T21:01:56.388Z Compiling password-hash v0.5.0
16262023-10-04T21:01:56.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16272023-10-04T21:01:58.165Z Compiling colored v2.0.4
16282023-10-04T21:01:58.273Z Compiling textwrap v0.11.0
16292023-10-04T21:02:00.113Z Compiling heck v0.3.3
16302023-10-04T21:02:00.448Z Compiling blake2 v0.10.6
16312023-10-04T21:02:00.688Z Compiling strsim v0.8.0
16322023-10-04T21:02:00.714Z Compiling ansi_term v0.12.1
16332023-10-04T21:02:02.229Z Compiling vec_map v0.8.2
16342023-10-04T21:02:02.501Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16352023-10-04T21:02:02.743Z Compiling libefi-sys v0.1.0
16362023-10-04T21:02:02.799Z Compiling rayon-core v1.11.0
16372023-10-04T21:02:02.839Z Compiling clap v2.34.0
16382023-10-04T21:02:03.033Z Compiling argon2 v0.5.2
16392023-10-04T21:02:03.208Z Compiling structopt-derive v0.4.18
16402023-10-04T21:02:06.604Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16412023-10-04T21:02:07.780Z Compiling zone_cfg_derive v0.2.0
16422023-10-04T21:02:07.884Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16432023-10-04T21:02:08.716Z Compiling crossbeam-deque v0.8.3
16442023-10-04T21:02:09.350Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16452023-10-04T21:02:09.903Z Compiling portable-atomic v1.4.3
16462023-10-04T21:02:10.005Z Compiling keccak v0.1.4
16472023-10-04T21:02:11.170Z Compiling sha3 v0.10.8
16482023-10-04T21:02:11.423Z Compiling zone v0.2.0
16492023-10-04T21:02:11.780Z Compiling structopt v0.3.26
16502023-10-04T21:02:12.637Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16512023-10-04T21:02:16.407Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16522023-10-04T21:02:17.218Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16532023-10-04T21:02:18.615Z Compiling hkdf v0.12.3
16542023-10-04T21:02:19.041Z Compiling smf v0.2.2
16552023-10-04T21:02:19.214Z Compiling secrecy v0.8.0
16562023-10-04T21:02:19.672Z Compiling xattr v1.0.1
16572023-10-04T21:02:19.833Z Compiling filetime v0.2.22
16582023-10-04T21:02:19.895Z Compiling same-file v1.0.6
16592023-10-04T21:02:20.163Z Compiling fastrand v2.0.0
16602023-10-04T21:02:20.364Z Compiling walkdir v2.4.0
16612023-10-04T21:02:20.395Z Compiling tar v0.4.40
16622023-10-04T21:02:21.390Z Compiling tempfile v3.8.0
16632023-10-04T21:02:23.367Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16642023-10-04T21:02:24.064Z Compiling rayon v1.7.0
16652023-10-04T21:02:25.799Z Compiling number_prefix v0.4.0
16662023-10-04T21:02:26.613Z Compiling omicron-zone-package v0.8.3
16672023-10-04T21:02:28.212Z Compiling topological-sort v0.2.2
16682023-10-04T21:02:32.646Z Compiling indicatif v0.17.6
16692023-10-04T21:02:43.131Z Compiling bzip2 v0.4.4
16702023-10-04T21:02:43.442Z Compiling zip v0.6.6
16712023-10-04T21:02:44.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16722023-10-04T21:02:45.087Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16732023-10-04T21:02:45.139Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16742023-10-04T21:02:45.969Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16752023-10-04T21:02:54.842Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16762023-10-04T21:02:54.845Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16772023-10-04T21:02:54.848Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16782023-10-04T21:03:08.696Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16792023-10-04T21:03:10.106Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16802023-10-04T21:03:45.301Z Finished release [optimized] target(s) in 8m 10s
16812023-10-04T21:03:45.560Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16822023-10-04T21:03:45.652ZCreated new build target 'test' and set it as active
16832023-10-04T21:03:45.655Z
16842023-10-04T21:03:45.658Zreal 8:11.361802418
16852023-10-04T21:03:45.661Zuser 51:32.825025465
16862023-10-04T21:03:45.664Zsys 4:46.563060506
16872023-10-04T21:03:45.667Ztrap 2.020582955
16882023-10-04T21:03:45.671Ztflt 4.733889266
16892023-10-04T21:03:45.674Zdflt 4.701905834
16902023-10-04T21:03:45.677Zkflt 0.027693141
16912023-10-04T21:03:45.679Zlock 1:51:12.384729230
16922023-10-04T21:03:45.682Zslp 2:51:56.938535546
16932023-10-04T21:03:45.685Zlat 2:24.986380514
16942023-10-04T21:03:45.688Zstop 4:22.534456903
16952023-10-04T21:03:45.692Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16962023-10-04T21:03:46.852Z Finished release [optimized] target(s) in 1.11s
16972023-10-04T21:03:46.881Z Running `target/release/omicron-package -t test package`
16982023-10-04T21:03:46.925ZOct 04 21:03:46.924 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16992023-10-04T21:03:48.163Z Compiling serde_json v1.0.107
17002023-10-04T21:03:48.212Z Compiling linked-hash-map v0.5.6
17012023-10-04T21:03:48.215Z Compiling slog-dtrace v0.2.3
17022023-10-04T21:03:48.218Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17032023-10-04T21:03:48.233Z Compiling quick-error v1.2.3
17042023-10-04T21:03:48.242Z Compiling termcolor v1.2.0
17052023-10-04T21:03:48.253Z Compiling memoffset v0.7.1
17062023-10-04T21:03:48.256Z Compiling base64 v0.13.1
17072023-10-04T21:03:48.430Z Compiling resolv-conf v0.7.0
17082023-10-04T21:03:48.668Z Compiling libz-sys v1.1.12
17092023-10-04T21:03:48.754Z Compiling same-file v1.0.6
17102023-10-04T21:03:48.836Z Compiling lru-cache v0.1.2
17112023-10-04T21:03:49.052Z Compiling walkdir v2.4.0
17122023-10-04T21:03:49.065Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17132023-10-04T21:03:49.157Z Compiling trust-dns-resolver v0.22.0
17142023-10-04T21:03:49.489Z Compiling semver-parser v0.10.2
17152023-10-04T21:03:49.498Z Compiling fastrand v2.0.0
17162023-10-04T21:03:49.730Z Compiling cancel-safe-futures v0.1.2
17172023-10-04T21:03:50.116Z Compiling tempfile v3.8.0
17182023-10-04T21:03:50.230Z Compiling libgit2-sys v0.15.2+1.6.4
17192023-10-04T21:03:50.299Z Compiling xattr v1.0.1
17202023-10-04T21:03:50.452Z Compiling filetime v0.2.22
17212023-10-04T21:03:50.675Z Compiling semver v0.11.0
17222023-10-04T21:03:50.893Z Compiling num-rational v0.4.1
17232023-10-04T21:03:51.316Z Compiling schemars v0.8.13
17242023-10-04T21:03:51.329Z Compiling usdt-impl v0.3.5
17252023-10-04T21:03:51.365Z Compiling openapiv3 v1.0.3
17262023-10-04T21:03:51.663Z Compiling reqwest v0.11.20
17272023-10-04T21:03:51.823Z Compiling postgres-types v0.2.6
17282023-10-04T21:03:52.679Z Compiling usdt v0.3.5
17292023-10-04T21:03:53.453Z Compiling tokio-postgres v0.7.10
17302023-10-04T21:03:58.946Z Compiling ipnetwork v0.20.0
17312023-10-04T21:03:59.394Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17322023-10-04T21:04:04.896Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-04T21:04:05.104Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17342023-10-04T21:04:07.010Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-04T21:04:07.507Z Compiling slog-json v2.6.1
17362023-10-04T21:04:07.565Z Compiling diesel v2.1.1
17372023-10-04T21:04:08.360Z Compiling slog-bunyan v2.4.0
17382023-10-04T21:04:08.786Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17392023-10-04T21:04:13.040Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17402023-10-04T21:04:13.513Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17412023-10-04T21:04:16.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17422023-10-04T21:04:17.043Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17432023-10-04T21:04:20.199Z Compiling utf-8 v0.7.6
17442023-10-04T21:04:20.805Z Compiling home v0.5.5
17452023-10-04T21:04:21.178Z Compiling toolchain_find v0.2.0
17462023-10-04T21:04:21.524Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17472023-10-04T21:04:25.755Z Compiling tar v0.4.40
17482023-10-04T21:04:26.771Z Compiling pem-rfc7468 v0.7.0
17492023-10-04T21:04:28.994Z Compiling itertools v0.11.0
17502023-10-04T21:04:30.358Z Compiling toml v0.5.11
17512023-10-04T21:04:33.292Z Compiling der_derive v0.7.2
17522023-10-04T21:04:34.660Z Compiling flagset v0.4.3
17532023-10-04T21:04:35.018Z Compiling rustfmt-wrapper v0.2.0
17542023-10-04T21:04:36.095Z Compiling omicron-zone-package v0.8.3
17552023-10-04T21:04:37.308Z Compiling der v0.7.8
17562023-10-04T21:04:40.639Z Compiling vergen v8.2.4
17572023-10-04T21:04:41.053Z Compiling fxhash v0.2.1
17582023-10-04T21:04:41.425Z Compiling num-complex v0.4.4
17592023-10-04T21:04:41.935Z Compiling unicase v2.7.0
17602023-10-04T21:04:42.393Z Compiling spki v0.7.2
17612023-10-04T21:04:43.268Z Compiling num v0.4.1
17622023-10-04T21:04:43.453Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17632023-10-04T21:04:43.613Z Compiling universal-hash v0.5.1
17642023-10-04T21:04:43.944Z Compiling libsqlite3-sys v0.26.0
17652023-10-04T21:04:44.631Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17662023-10-04T21:04:45.160Z Compiling ciborium-io v0.2.1
17672023-10-04T21:04:45.348Z Compiling opaque-debug v0.3.0
17682023-10-04T21:04:45.483Z Compiling half v1.8.2
17692023-10-04T21:04:45.673Z Compiling maybe-uninit v2.0.0
17702023-10-04T21:04:46.357Z Compiling arc-swap v1.6.0
17712023-10-04T21:04:47.449Z Compiling slog-scope v4.4.0
17722023-10-04T21:04:47.788Z Compiling ciborium-ll v0.2.1
17732023-10-04T21:04:48.663Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17742023-10-04T21:04:49.109Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17752023-10-04T21:04:51.350Z Compiling num-bigint-dig v0.8.4
17762023-10-04T21:04:51.776Z Compiling signal-hook v0.3.17
17772023-10-04T21:04:52.195Z Compiling crc-catalog v2.2.0
17782023-10-04T21:04:52.411Z Compiling parking_lot_core v0.8.6
17792023-10-04T21:04:53.007Z Compiling packed_struct v0.10.1
17802023-10-04T21:04:53.683Z Compiling crc v3.0.1
17812023-10-04T21:04:55.741Z Compiling ciborium v0.2.1
17822023-10-04T21:04:57.131Z Compiling slog-stdlog v4.1.1
17832023-10-04T21:04:58.707Z Compiling pkcs8 v0.10.2
17842023-10-04T21:05:00.875Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17852023-10-04T21:05:00.896Z Compiling toml_edit v0.20.0
17862023-10-04T21:05:01.839Z Compiling hashlink v0.8.3
17872023-10-04T21:05:03.169Z Compiling aead v0.5.2
17882023-10-04T21:05:03.688Z Compiling nibble_vec v0.1.0
17892023-10-04T21:05:03.717Z Compiling packed_struct_codegen v0.10.1
17902023-10-04T21:05:04.135Z Compiling dirs-sys-next v0.1.2
17912023-10-04T21:05:04.893Z Compiling rand v0.4.6
17922023-10-04T21:05:08.113Z Compiling nodrop v0.1.14
17932023-10-04T21:05:08.302Z Compiling semver v0.1.20
17942023-10-04T21:05:09.379Z Compiling glob v0.3.1
17952023-10-04T21:05:09.486Z Compiling endian-type v0.1.2
17962023-10-04T21:05:09.529Z Compiling crunchy v0.2.2
17972023-10-04T21:05:09.837Z Compiling humantime v2.1.0
17982023-10-04T21:05:10.216Z Compiling doc-comment v0.3.3
17992023-10-04T21:05:10.742Z Compiling fallible-streaming-iterator v0.1.9
18002023-10-04T21:05:11.134Z Compiling rusqlite v0.29.0
18012023-10-04T21:05:11.176Z Compiling clang-sys v1.6.1
18022023-10-04T21:05:11.353Z Compiling radix_trie v0.2.1
18032023-10-04T21:05:12.215Z Compiling rustc_version v0.1.7
18042023-10-04T21:05:12.810Z Compiling array-init v0.0.4
18052023-10-04T21:05:15.087Z Compiling twox-hash v1.6.3
18062023-10-04T21:05:16.735Z Compiling toml v0.8.0
18072023-10-04T21:05:19.456Z Compiling dirs-next v2.0.0
18082023-10-04T21:05:20.372Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092023-10-04T21:05:20.530Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18102023-10-04T21:05:20.915Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18112023-10-04T21:05:21.943Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
18122023-10-04T21:05:26.470Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18132023-10-04T21:05:27.056Z Compiling pkcs1 v0.7.5
18142023-10-04T21:05:28.525Z Compiling slog-envlogger v2.2.0
18152023-10-04T21:05:33.250Z Compiling smallvec v0.6.14
18162023-10-04T21:05:34.613Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
18172023-10-04T21:05:36.043Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
18182023-10-04T21:05:37.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18192023-10-04T21:05:38.374Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18202023-10-04T21:05:43.116Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18212023-10-04T21:05:54.094Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18222023-10-04T21:05:54.619Z Compiling nix v0.26.2
18232023-10-04T21:05:55.046Z Compiling num_enum_derive v0.7.0
18242023-10-04T21:05:55.153Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18252023-10-04T21:05:56.794Z Compiling tiny-keccak v2.0.2
18262023-10-04T21:05:57.192Z Compiling prettyplease v0.2.12
18272023-10-04T21:05:57.601Z Compiling bitfield v0.14.0
18282023-10-04T21:05:58.116Z Compiling platforms v3.0.2
18292023-10-04T21:05:58.703Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18302023-10-04T21:05:59.277Z Compiling num_enum v0.7.0
18312023-10-04T21:05:59.588Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18322023-10-04T21:06:08.524Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18332023-10-04T21:06:09.734Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18342023-10-04T21:06:10.588Z Compiling rsa v0.9.2
18352023-10-04T21:06:13.112Z Compiling parking_lot v0.11.2
18362023-10-04T21:06:16.741Z Compiling serde-hex v0.1.0
18372023-10-04T21:06:17.245Z Compiling mime_guess v2.0.4
18382023-10-04T21:06:19.147Z Compiling term v0.7.0
18392023-10-04T21:06:19.611Z Compiling newtype_derive v0.1.6
18402023-10-04T21:06:20.071Z Compiling trust-dns-client v0.22.0
18412023-10-04T21:06:20.374Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18422023-10-04T21:06:20.921Z Compiling polyval v0.6.1
18432023-10-04T21:06:21.345Z Compiling x509-cert v0.2.4
18442023-10-04T21:06:22.074Z Compiling tungstenite v0.20.1
18452023-10-04T21:06:22.781Z Compiling env_logger v0.10.0
18462023-10-04T21:06:25.986Z Compiling aes v0.8.3
18472023-10-04T21:06:29.314Z Compiling ctr v0.9.2
18482023-10-04T21:06:30.289Z Compiling darling_core v0.14.4
18492023-10-04T21:06:30.465Z Compiling ron v0.8.1
18502023-10-04T21:06:31.735Z Compiling snafu-derive v0.7.5
18512023-10-04T21:06:39.013Z Compiling bincode v1.3.3
18522023-10-04T21:06:40.305Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18532023-10-04T21:06:40.754Z Compiling erased-serde v0.3.30
18542023-10-04T21:06:41.013Z Compiling crc-any v2.4.3
18552023-10-04T21:06:41.432Z Compiling convert_case v0.4.0
18562023-10-04T21:06:41.477Z Compiling minimal-lexical v0.2.1
18572023-10-04T21:06:42.336Z Compiling nom v7.1.3
18582023-10-04T21:06:42.612Z Compiling trust-dns-server v0.22.1
18592023-10-04T21:06:42.743Z Compiling derive_more v0.99.17
18602023-10-04T21:06:43.975Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18612023-10-04T21:06:49.132Z Compiling snafu v0.7.5
18622023-10-04T21:06:51.126Z Compiling darling_macro v0.14.4
18632023-10-04T21:06:52.623Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18642023-10-04T21:06:55.479Z Compiling aes-gcm-siv v0.11.1
18652023-10-04T21:06:55.731Z Compiling tokio-tungstenite v0.20.1
18662023-10-04T21:06:56.571Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18672023-10-04T21:06:56.972Z Compiling ascii-canvas v3.0.0
18682023-10-04T21:06:57.430Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18692023-10-04T21:06:57.803Z Compiling sled v0.34.7
18702023-10-04T21:07:15.793Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
18712023-10-04T21:07:16.592Z Compiling env_logger v0.9.3
18722023-10-04T21:07:17.835Z Compiling tungstenite v0.18.0
18732023-10-04T21:07:18.153Z Compiling object v0.30.4
18742023-10-04T21:07:21.446Z Compiling is-terminal v0.4.9
18752023-10-04T21:07:21.636Z Compiling ena v0.14.2
18762023-10-04T21:07:22.312Z Compiling async-recursion v1.0.5
18772023-10-04T21:07:23.895Z Compiling bitstruct_derive v0.1.0
18782023-10-04T21:07:24.440Z Compiling derive-where v1.2.5
18792023-10-04T21:07:24.910Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
18802023-10-04T21:07:25.123Z Compiling libloading v0.7.4
18812023-10-04T21:07:25.683Z Compiling pretty-hex v0.3.0
18822023-10-04T21:07:25.897Z Compiling linear-map v1.2.0
18832023-10-04T21:07:26.049Z Compiling bindgen v0.65.1
18842023-10-04T21:07:26.556Z Compiling ringbuffer v0.15.0
18852023-10-04T21:07:26.686Z Compiling diff v0.1.13
18862023-10-04T21:07:27.599Z Compiling ascii v1.1.0
18872023-10-04T21:07:27.620Z Compiling path-slash v0.1.5
18882023-10-04T21:07:27.727Z Compiling lalrpop v0.19.12
18892023-10-04T21:07:28.001Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18902023-10-04T21:07:29.012Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18912023-10-04T21:07:29.859Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18922023-10-04T21:07:33.496Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18932023-10-04T21:07:44.598Z Compiling bitstruct v0.1.1
18942023-10-04T21:07:44.983Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
18952023-10-04T21:07:45.378Z Compiling tokio-tungstenite v0.18.0
18962023-10-04T21:07:46.318Z Compiling curve25519-dalek v4.1.0
18972023-10-04T21:07:47.123Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
18982023-10-04T21:07:49.495Z Compiling darling v0.14.4
18992023-10-04T21:07:52.756Z Compiling cexpr v0.6.0
19002023-10-04T21:07:55.333Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
19012023-10-04T21:07:57.096Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
19022023-10-04T21:07:58.988Z Compiling which v4.4.0
19032023-10-04T21:07:59.874Z Compiling ff v0.13.0
19042023-10-04T21:08:00.260Z Compiling path-dedot v3.1.0
19052023-10-04T21:08:00.645Z Compiling serde_arrays v0.1.0
19062023-10-04T21:08:00.912Z Compiling shlex v1.1.0
19072023-10-04T21:08:01.320Z Compiling lazycell v1.3.0
19082023-10-04T21:08:01.584Z Compiling rustc-hash v1.1.0
19092023-10-04T21:08:01.821Z Compiling display-error-chain v0.1.1
19102023-10-04T21:08:01.938Z Compiling peeking_take_while v0.1.2
19112023-10-04T21:08:02.086Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19122023-10-04T21:08:03.818Z Compiling path-absolutize v3.1.0
19132023-10-04T21:08:05.566Z Compiling group v0.13.0
19142023-10-04T21:08:05.840Z Compiling derive_builder_core v0.12.0
19152023-10-04T21:08:05.870Z Compiling steno v0.4.0
19162023-10-04T21:08:17.273Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19172023-10-04T21:08:17.675Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19182023-10-04T21:08:18.094Z Compiling olpc-cjson v0.1.3
19192023-10-04T21:08:18.357Z Compiling pem v1.1.1
19202023-10-04T21:08:18.565Z Compiling camino-tempfile v1.0.2
19212023-10-04T21:08:18.691Z Compiling globset v0.4.13
19222023-10-04T21:08:18.849Z Compiling polar-core v0.26.4
19232023-10-04T21:08:18.912Z Compiling crypto-bigint v0.5.2
19242023-10-04T21:08:20.916Z Compiling serde_plain v1.0.2
19252023-10-04T21:08:21.648Z Compiling thiserror-impl-no-std v2.0.2
19262023-10-04T21:08:23.135Z Compiling curve25519-dalek-derive v0.1.0
19272023-10-04T21:08:25.346Z Compiling libxml v0.3.3
19282023-10-04T21:08:25.417Z Compiling ref-cast v1.0.20
19292023-10-04T21:08:25.806Z Compiling buf-list v1.0.3
19302023-10-04T21:08:25.833Z Compiling base16ct v0.2.0
19312023-10-04T21:08:26.207Z Compiling elliptic-curve v0.13.5
19322023-10-04T21:08:26.389Z Compiling thiserror-no-std v2.0.2
19332023-10-04T21:08:26.468Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19342023-10-04T21:08:26.703Z Compiling tough v0.12.5
19352023-10-04T21:08:32.490Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19362023-10-04T21:08:33.144Z Compiling derive_builder_macro v0.12.0
19372023-10-04T21:08:34.398Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19382023-10-04T21:08:39.594Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19392023-10-04T21:08:42.533Z Compiling poly1305 v0.8.0
19402023-10-04T21:08:44.359Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19412023-10-04T21:08:44.973Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19422023-10-04T21:08:45.104Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19432023-10-04T21:08:45.355Z Compiling chacha20 v0.9.1
19442023-10-04T21:08:45.486Z Compiling strum_macros v0.24.3
19452023-10-04T21:08:46.074Z Compiling const_format_proc_macros v0.2.31
19462023-10-04T21:08:48.613Z Compiling ref-cast-impl v1.0.20
19472023-10-04T21:08:49.475Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19482023-10-04T21:08:49.524Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19492023-10-04T21:08:49.907Z Compiling cookie v0.16.2
19502023-10-04T21:08:49.984Z Compiling signature v1.6.4
19512023-10-04T21:08:50.193Z Compiling indoc v1.0.9
19522023-10-04T21:08:50.332Z Compiling salty v0.2.0
19532023-10-04T21:08:50.720Z Compiling ed25519 v1.5.3
19542023-10-04T21:08:51.137Z Compiling const_format v0.2.31
19552023-10-04T21:08:51.217Z Compiling chacha20poly1305 v0.10.1
19562023-10-04T21:08:51.765Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19572023-10-04T21:08:51.768Z Compiling derive_builder v0.12.0
19582023-10-04T21:08:51.877Z Compiling vsss-rs v3.3.1
19592023-10-04T21:08:59.478Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19602023-10-04T21:09:00.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19612023-10-04T21:09:08.517Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19622023-10-04T21:09:09.301Z Compiling signal-hook-mio v0.2.3
19632023-10-04T21:09:09.579Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19642023-10-04T21:09:10.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19652023-10-04T21:09:10.120Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19662023-10-04T21:09:10.500Z Compiling ron v0.7.1
19672023-10-04T21:09:29.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19682023-10-04T21:09:30.310Z Compiling headers-core v0.2.0
19692023-10-04T21:09:31.091Z Compiling bb8 v0.8.1
19702023-10-04T21:09:31.457Z Compiling quick-xml v0.23.1
19712023-10-04T21:09:31.927Z Compiling serde-big-array v0.5.1
19722023-10-04T21:09:32.046Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19732023-10-04T21:09:32.211Z Compiling num-derive v0.4.0
19742023-10-04T21:09:32.489Z Compiling oso-derive v0.26.4
19752023-10-04T21:09:32.792Z Compiling impl-trait-for-tuples v0.2.2
19762023-10-04T21:09:33.032Z Compiling maplit v1.0.2
19772023-10-04T21:09:33.195Z Compiling bit_field v0.10.2
19782023-10-04T21:09:33.302Z Compiling http-range v0.1.5
19792023-10-04T21:09:33.467Z Compiling hyper-staticfile v0.9.5
19802023-10-04T21:09:33.633Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19812023-10-04T21:09:33.730Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19822023-10-04T21:09:35.031Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19832023-10-04T21:09:36.132Z Compiling headers v0.3.9
19842023-10-04T21:09:43.174Z Compiling oso v0.26.4
19852023-10-04T21:09:43.532Z Compiling crossterm v0.27.0
19862023-10-04T21:10:03.319Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19872023-10-04T21:10:05.616Z Compiling signal-hook-tokio v0.3.1
19882023-10-04T21:10:05.938Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19892023-10-04T21:10:06.316Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19902023-10-04T21:10:06.878Z Compiling serde-big-array v0.4.1
19912023-10-04T21:10:07.157Z Compiling cassowary v0.3.0
19922023-10-04T21:10:08.845Z Compiling indoc v2.0.3
19932023-10-04T21:10:10.052Z Compiling ratatui v0.23.0
19942023-10-04T21:10:11.489Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19952023-10-04T21:10:14.117Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19962023-10-04T21:10:15.092Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19972023-10-04T21:10:15.694Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19982023-10-04T21:10:15.871Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
19992023-10-04T21:10:21.917Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20002023-10-04T21:10:22.277Z Compiling fatfs v0.3.6
20012023-10-04T21:10:28.093Z Compiling bytesize v1.3.0
20022023-10-04T21:10:29.064Z Compiling nanorand v0.7.0
20032023-10-04T21:10:29.410Z Compiling rtoolbox v0.0.1
20042023-10-04T21:10:30.227Z Compiling fs-err v2.9.0
20052023-10-04T21:10:30.368Z Compiling corncobs v0.1.3
20062023-10-04T21:10:31.053Z Compiling assert_matches v1.5.0
20072023-10-04T21:10:31.211Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20082023-10-04T21:10:31.574Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20092023-10-04T21:10:32.113Z Compiling flume v0.11.0
20102023-10-04T21:10:32.929Z Compiling rpassword v7.2.0
20112023-10-04T21:10:33.402Z Compiling tui-tree-widget v0.13.0
20122023-10-04T21:10:33.571Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20132023-10-04T21:10:35.793Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20142023-10-04T21:10:36.945Z Compiling owo-colors v3.5.0
20152023-10-04T21:10:42.635Z Compiling shell-words v1.1.0
20162023-10-04T21:10:43.345Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20172023-10-04T21:10:50.233Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20182023-10-04T21:11:47.908Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20192023-10-04T21:11:57.085Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20202023-10-04T21:13:58.989Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20212023-10-04T21:15:19.424Z Compiling git2 v0.17.2
20222023-10-04T21:15:30.681Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20232023-10-04T21:15:35.544Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20242023-10-04T21:15:47.766Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20252023-10-04T21:16:03.835Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20262023-10-04T21:16:04.952Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20272023-10-04T21:16:05.708Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20282023-10-04T21:16:31.682Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20292023-10-04T21:25:15.342Z Finished release [optimized] target(s) in 21m 28s
20302023-10-04T21:29:01.825Z
20312023-10-04T21:29:09.034Zreal 25:14.541922965
20322023-10-04T21:29:25.424Zuser 2:38:08.932543106
20332023-10-04T21:29:26.124Zsys 6:49.549039228
20342023-10-04T21:29:28.283Ztrap 5.121650497
20352023-10-04T21:29:28.727Ztflt 1.548476712
20362023-10-04T21:29:29.623Zdflt 3.566878550
20372023-10-04T21:29:30.301Zkflt 0.006400979
20382023-10-04T21:29:30.678Zlock 9:22:30.684812521
20392023-10-04T21:29:30.799Zslp 6:24:59.161231305
20402023-10-04T21:29:31.015Zlat 2:50.459259558
20412023-10-04T21:29:31.265Zstop 1:05.870555844
20422023-10-04T21:29:31.355Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
20432023-10-04T21:29:31.758Z+ pfexec mkdir -p /work
20442023-10-04T21:29:32.043Z+ pfexec chown build /work
20452023-10-04T21:29:32.184Z+ ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
20462023-10-04T21:29:32.357ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20472023-10-04T21:29:32.479Za out/maghemite.tar 73201K
20482023-10-04T21:29:32.941Za out/omicron-sled-agent.tar 109913K
20492023-10-04T21:29:32.966Za out/target/test 1K
20502023-10-04T21:29:32.992Za out/npuzone/npuzone 36077K
20512023-10-04T21:29:33.008Za package-manifest.toml 21K
20522023-10-04T21:29:33.037Za smf/sled-agent/non-gimlet/config.toml 4K
20532023-10-04T21:29:33.064Za target/release/omicron-package 36984K
20542023-10-04T21:29:33.087Za tools/create_virtual_hardware.sh 3K
20552023-10-04T21:29:33.123Za tools/virtual_hardware.sh 4K
20562023-10-04T21:29:33.145Za tools/scrimlet/create-softnpu-zone.sh 1K
20572023-10-04T21:29:33.153Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20582023-10-04T21:29:33.180Za tools/scrimlet/softnpu-init.sh 3K
20592023-10-04T21:29:33.219Za tools/scrimlet/softnpu-zone.txt 1K
20602023-10-04T21:29:33.665Za tools/scrimlet/softnpu.toml 1K
20612023-10-04T21:29:33.697Z
20622023-10-04T21:29:33.766Zreal 13.666965118
20632023-10-04T21:29:33.788Zuser 13.055193031
20642023-10-04T21:29:33.807Zsys 1.088556184
20652023-10-04T21:29:33.871Ztrap 0.003428679
20662023-10-04T21:29:33.906Ztflt 0.000000000
20672023-10-04T21:29:34.356Zdflt 0.000000000
20682023-10-04T21:29:34.441Zkflt 0.000000000
20692023-10-04T21:29:34.485Zlock 0.000000000
20702023-10-04T21:29:34.506Zslp 12.768025508
20712023-10-04T21:29:34.548Zlat 0.415050093
20722023-10-04T21:29:34.572Zstop 0.000243592
20732023-10-04T21:29:34.641Z++ pwd
20742023-10-04T21:29:34.683Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20752023-10-04T21:29:34.777Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20762023-10-04T21:29:35.211Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20772023-10-04T21:29:35.235Z Finished release [optimized] target(s) in 1.11s
20782023-10-04T21:29:35.253Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20792023-10-04T21:29:35.271ZCreated new build target 'host' and set it as active
20802023-10-04T21:29:35.303Z
20812023-10-04T21:29:35.317Zreal 1.276482039
20822023-10-04T21:29:35.337Zuser 0.899998654
20832023-10-04T21:29:35.342Zsys 0.377424803
20842023-10-04T21:29:35.377Ztrap 0.000087893
20852023-10-04T21:29:35.386Ztflt 0.000006845
20862023-10-04T21:29:35.421Zdflt 0.000002974
20872023-10-04T21:29:35.457Zkflt 0.000000000
20882023-10-04T21:29:35.500Zlock 0.033207954
20892023-10-04T21:29:35.519Zslp 0.020176238
20902023-10-04T21:29:35.538Zlat 0.001639220
20912023-10-04T21:29:35.557Zstop 0.000234120
20922023-10-04T21:29:35.572Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20932023-10-04T21:29:35.584Z Finished release [optimized] target(s) in 1.09s
20942023-10-04T21:29:35.600Z Running `target/release/omicron-package -t host package`
20952023-10-04T21:29:35.610ZOct 04 21:29:16.331 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20962023-10-04T21:29:35.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20972023-10-04T21:33:00.218Z Finished release [optimized] target(s) in 3m 43s
20982023-10-04T21:34:38.770Z
20992023-10-04T21:34:38.787Zreal 5:23.696115026
21002023-10-04T21:34:38.800Zuser 21:13.513142750
21012023-10-04T21:34:38.814Zsys 1:12.035019401
21022023-10-04T21:34:38.821Ztrap 0.539809926
21032023-10-04T21:34:38.825Ztflt 0.036666969
21042023-10-04T21:34:38.834Zdflt 1.499116750
21052023-10-04T21:34:38.845Zkflt 0.000010461
21062023-10-04T21:34:38.849Zlock 1:18:58.627316432
21072023-10-04T21:34:38.854Zslp 17:44.889179749
21082023-10-04T21:34:38.858Zlat 6.703757656
21092023-10-04T21:34:38.865Zstop 0.699218189
21102023-10-04T21:34:38.870Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21112023-10-04T21:34:38.876Z+ for package in "$@"
21122023-10-04T21:34:38.885Z+ [[ omicron-sled-agent == maghemite ]]
21132023-10-04T21:34:38.890Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gite1d680b7673
21142023-10-04T21:34:40.387Z Finished release [optimized] target(s) in 1.10s
21152023-10-04T21:34:40.818Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gite1d680b7673`
21162023-10-04T21:34:40.821ZOct 04 21:34:40.023 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21172023-10-04T21:34:40.824ZCreated: out/versioned/omicron-sled-agent.tar
21182023-10-04T21:34:40.827Z+ for package in "$@"
21192023-10-04T21:34:40.831Z+ [[ maghemite == maghemite ]]
21202023-10-04T21:34:40.834Z+ echo 0.0.0
21212023-10-04T21:34:40.840Z+ tar rvf out/maghemite.tar VERSION
21222023-10-04T21:34:40.856Za VERSION 1K
21232023-10-04T21:34:40.879Z+ rm VERSION
21242023-10-04T21:34:40.892Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gite1d680b7673
21252023-10-04T21:34:41.762Z Finished release [optimized] target(s) in 1.10s
21262023-10-04T21:34:41.792Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gite1d680b7673`
21272023-10-04T21:34:41.848ZOct 04 21:34:41.841 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21282023-10-04T21:34:42.213ZCreated: out/versioned/maghemite.tar
21292023-10-04T21:34:42.217Z+ for package in "$@"
21302023-10-04T21:34:42.220Z+ [[ propolis-server == maghemite ]]
21312023-10-04T21:34:42.223Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gite1d680b7673
21322023-10-04T21:34:43.483Z Finished release [optimized] target(s) in 1.18s
21332023-10-04T21:34:43.516Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gite1d680b7673`
21342023-10-04T21:34:43.577ZOct 04 21:34:43.566 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21352023-10-04T21:34:45.335ZCreated: out/versioned/propolis-server.tar.gz
21362023-10-04T21:34:45.345Z+ for package in "$@"
21372023-10-04T21:34:45.350Z+ [[ overlay == maghemite ]]
21382023-10-04T21:34:45.355Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gite1d680b7673
21392023-10-04T21:34:46.535Z Finished release [optimized] target(s) in 1.10s
21402023-10-04T21:34:46.579Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gite1d680b7673`
21412023-10-04T21:34:46.610ZOct 04 21:34:46.610 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21422023-10-04T21:34:46.618ZCreated: out/versioned/overlay.tar.gz
21432023-10-04T21:34:46.627Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21442023-10-04T21:34:46.636Z+++ dirname -- ./tools/build-global-zone-packages.sh
21452023-10-04T21:34:46.649Z++ cd -- ./tools
21462023-10-04T21:34:46.660Z++ pwd
21472023-10-04T21:34:46.676Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21482023-10-04T21:34:46.681Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21492023-10-04T21:34:46.688Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21502023-10-04T21:34:46.693Z++ readlink -f /work
21512023-10-04T21:34:46.697Z+ out_dir=/work
21522023-10-04T21:34:46.710Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz")
21532023-10-04T21:34:46.724Z+ for dep in "${deps[@]}"
21542023-10-04T21:34:46.733Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21552023-10-04T21:34:46.748Z+ for dep in "${deps[@]}"
21562023-10-04T21:34:46.766Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21572023-10-04T21:34:46.781Z+ for dep in "${deps[@]}"
21582023-10-04T21:34:46.820Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21592023-10-04T21:34:46.830Z+ for dep in "${deps[@]}"
21602023-10-04T21:34:46.842Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21612023-10-04T21:34:46.849Z++ mktemp -d
21622023-10-04T21:34:46.853Z+ tmp_gz=/tmp/tmp.X9a4pi
21632023-10-04T21:34:46.861Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21642023-10-04T21:34:46.869Z+ echo '{"v":"1","t":"layer"}'
21652023-10-04T21:34:46.879Z+ pkg_dir=/tmp/tmp.X9a4pi/root/opt/oxide/sled-agent
21662023-10-04T21:34:46.885Z+ mkdir -p /tmp/tmp.X9a4pi/root/opt/oxide/sled-agent
21672023-10-04T21:34:46.891Z+ cd /tmp/tmp.X9a4pi/root/opt/oxide/sled-agent
21682023-10-04T21:34:46.900Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21692023-10-04T21:34:46.906Zx ., 0 bytes, 0 tape blocks
21702023-10-04T21:34:46.924Zx zone-bundle, 34325744 bytes, 67043 tape blocks
21712023-10-04T21:34:47.358Zx sled-agent, 78294096 bytes, 152919 tape blocks
21722023-10-04T21:34:47.362Zx pkg, 0 bytes, 0 tape blocks
21732023-10-04T21:34:47.366Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21742023-10-04T21:34:47.376Zx pkg/README.md, 54 bytes, 1 tape blocks
21752023-10-04T21:34:47.379Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21762023-10-04T21:34:47.382Zx VERSION, 25 bytes, 1 tape blocks
21772023-10-04T21:34:47.392Z+ mkdir -p /tmp/tmp.X9a4pi/root/lib/svc/manifest/site/
21782023-10-04T21:34:47.395Z+ mv pkg/manifest.xml /tmp/tmp.X9a4pi/root/lib/svc/manifest/site/sled-agent.xml
21792023-10-04T21:34:47.400Z+ cd -
21802023-10-04T21:34:47.405Z/work/oxidecomputer/omicron
21812023-10-04T21:34:47.408Z+ pkg_dir=/tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm
21822023-10-04T21:34:47.413Z+ mkdir -p /tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm
21832023-10-04T21:34:47.416Z+ cd /tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm
21842023-10-04T21:34:47.420Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21852023-10-04T21:34:47.443Zx ., 0 bytes, 0 tape blocks
21862023-10-04T21:34:47.870Zx ddmadm, 39360576 bytes, 76877 tape blocks
21872023-10-04T21:34:47.880Zx ddmd, 35588120 bytes, 69509 tape blocks
21882023-10-04T21:34:47.891Zx pkg, 0 bytes, 0 tape blocks
21892023-10-04T21:34:47.900Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21902023-10-04T21:34:47.915Zx pkg/ddm, 0 bytes, 0 tape blocks
21912023-10-04T21:34:47.960Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21922023-10-04T21:34:47.971Zx VERSION, 25 bytes, 1 tape blocks
21932023-10-04T21:34:47.984Z+ cd -
21942023-10-04T21:34:47.995Z/work/oxidecomputer/omicron
21952023-10-04T21:34:48.011Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.X9a4pi/root/opt/oxide
21962023-10-04T21:34:48.026Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.X9a4pi/root/opt/oxide
21972023-10-04T21:34:48.038Z+ cd /tmp/tmp.X9a4pi
21982023-10-04T21:34:48.054Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21992023-10-04T21:35:05.463ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22002023-10-04T21:35:06.036Za oxide.json 1K
22012023-10-04T21:35:06.427Za root/ 0K
22022023-10-04T21:35:06.582Za root/opt/ 0K
22032023-10-04T21:35:06.627Za root/opt/oxide/ 0K
22042023-10-04T21:35:07.471Za root/opt/oxide/sled-agent/ 0K
22052023-10-04T21:35:07.511Za root/opt/oxide/sled-agent/zone-bundle 33522K
22062023-10-04T21:35:07.527Za root/opt/oxide/sled-agent/sled-agent 76460K
22072023-10-04T21:35:07.539Za root/opt/oxide/sled-agent/pkg/ 0K
22082023-10-04T21:35:07.560Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22092023-10-04T21:35:07.999Za root/opt/oxide/sled-agent/pkg/README.md 1K
22102023-10-04T21:35:08.018Za root/opt/oxide/sled-agent/VERSION 1K
22112023-10-04T21:35:08.029Za root/opt/oxide/mg-ddm/ 0K
22122023-10-04T21:35:08.048Za root/opt/oxide/mg-ddm/ddmadm 38439K
22132023-10-04T21:35:08.066Za root/opt/oxide/mg-ddm/ddmd 34755K
22142023-10-04T21:35:08.081Za root/opt/oxide/mg-ddm/pkg/ 0K
22152023-10-04T21:35:08.101Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22162023-10-04T21:35:08.131Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22172023-10-04T21:35:08.140Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22182023-10-04T21:35:08.154Za root/opt/oxide/mg-ddm/VERSION 1K
22192023-10-04T21:35:08.226Za root/opt/oxide/propolis-server.tar.gz 64705K
22202023-10-04T21:35:08.270Za root/opt/oxide/overlay.tar.gz 2K
22212023-10-04T21:35:08.285Za root/lib/ 0K
22222023-10-04T21:35:08.305Za root/lib/svc/ 0K
22232023-10-04T21:35:08.323Za root/lib/svc/manifest/ 0K
22242023-10-04T21:35:08.338Za root/lib/svc/manifest/site/ 0K
22252023-10-04T21:35:08.780Za root/lib/svc/manifest/site/sled-agent.xml 3K
22262023-10-04T21:35:08.807Z+ cd /
22272023-10-04T21:35:08.833Z+ rm -rf /tmp/tmp.X9a4pi
22282023-10-04T21:35:09.276Z
22292023-10-04T21:35:09.380Zreal 12.671207572
22302023-10-04T21:35:09.410Zuser 11.717450006
22312023-10-04T21:35:09.433Zsys 1.024174919
22322023-10-04T21:35:09.884Ztrap 0.003616113
22332023-10-04T21:35:10.032Ztflt 0.000000000
22342023-10-04T21:35:10.075Zdflt 0.000000000
22352023-10-04T21:35:10.096Zkflt 0.000000000
22362023-10-04T21:35:10.113Zlock 0.000000000
22372023-10-04T21:35:10.144Zslp 24.441833531
22382023-10-04T21:35:10.165Zlat 0.397026070
22392023-10-04T21:35:10.185Zstop 0.000314395
22402023-10-04T21:35:10.205Z+ mkdir -p /work/zones
22412023-10-04T21:35:10.255Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
22422023-10-04T21:35:10.289Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
22432023-10-04T21:35:10.303Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22442023-10-04T21:35:10.322Z Finished release [optimized] target(s) in 1.17s
22452023-10-04T21:35:10.332Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22462023-10-04T21:35:10.350ZCreated new build target 'recovery' and set it as active
22472023-10-04T21:35:10.378Z
22482023-10-04T21:35:10.390Zreal 1.341897511
22492023-10-04T21:35:10.410Zuser 0.948461800
22502023-10-04T21:35:10.469Zsys 0.391660300
22512023-10-04T21:35:10.502Ztrap 0.000836953
22522023-10-04T21:35:10.590Ztflt 0.000028220
22532023-10-04T21:35:10.621Zdflt 0.000004114
22542023-10-04T21:35:10.643Zkflt 0.000000000
22552023-10-04T21:35:10.665Zlock 0.036923937
22562023-10-04T21:35:10.690Zslp 0.022330996
22572023-10-04T21:35:11.146Zlat 0.003514280
22582023-10-04T21:35:11.174Zstop 0.000259687
22592023-10-04T21:35:11.203Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22602023-10-04T21:35:11.237Z Finished release [optimized] target(s) in 1.12s
22612023-10-04T21:35:11.267Z Running `target/release/omicron-package -t recovery package`
22622023-10-04T21:35:11.305ZOct 04 21:35:05.453 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22632023-10-04T21:35:11.339Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
22642023-10-04T21:35:11.362Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22652023-10-04T21:35:44.693Z Finished release [optimized] target(s) in 39.15s
22662023-10-04T21:36:12.997Z
22672023-10-04T21:36:13.002Zreal 1:08.782687444
22682023-10-04T21:36:13.008Zuser 2:35.662182572
22692023-10-04T21:36:13.012Zsys 13.592639282
22702023-10-04T21:36:13.015Ztrap 0.073793832
22712023-10-04T21:36:13.019Ztflt 0.251815851
22722023-10-04T21:36:13.024Zdflt 0.708729611
22732023-10-04T21:36:13.027Zkflt 0.000000000
22742023-10-04T21:36:13.031Zlock 14:48.763110717
22752023-10-04T21:36:13.034Zslp 2:53.706598601
22762023-10-04T21:36:13.037Zlat 1.816019354
22772023-10-04T21:36:13.040Zstop 0.195495870
22782023-10-04T21:36:13.043Z+ stamp_packages installinator maghemite
22792023-10-04T21:36:13.047Z+ for package in "$@"
22802023-10-04T21:36:13.050Z+ [[ installinator == maghemite ]]
22812023-10-04T21:36:13.053Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gite1d680b7673
22822023-10-04T21:36:14.154Z Finished release [optimized] target(s) in 1.11s
22832023-10-04T21:36:14.203Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gite1d680b7673`
22842023-10-04T21:36:14.237ZOct 04 21:36:14.230 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22852023-10-04T21:36:14.362ZCreated: out/versioned/installinator.tar
22862023-10-04T21:36:14.367Z+ for package in "$@"
22872023-10-04T21:36:14.372Z+ [[ maghemite == maghemite ]]
22882023-10-04T21:36:14.375Z+ echo 0.0.0
22892023-10-04T21:36:14.379Z+ tar rvf out/maghemite.tar VERSION
22902023-10-04T21:36:14.382Za VERSION 1K
22912023-10-04T21:36:14.389Z+ rm VERSION
22922023-10-04T21:36:14.392Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gite1d680b7673
22932023-10-04T21:36:15.551Z Finished release [optimized] target(s) in 1.10s
22942023-10-04T21:36:15.582Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gite1d680b7673`
22952023-10-04T21:36:15.633ZOct 04 21:36:15.633 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22962023-10-04T21:36:15.878ZCreated: out/versioned/maghemite.tar
22972023-10-04T21:36:15.891Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22982023-10-04T21:36:15.905Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22992023-10-04T21:36:15.909Z++ cd -- ./tools
23002023-10-04T21:36:15.912Z++ pwd
23012023-10-04T21:36:15.915Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23022023-10-04T21:36:15.934Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23032023-10-04T21:36:15.937Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23042023-10-04T21:36:15.941Z++ readlink -f /work
23052023-10-04T21:36:15.946Z+ out_dir=/work
23062023-10-04T21:36:15.963Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23072023-10-04T21:36:15.973Z+ for dep in "${deps[@]}"
23082023-10-04T21:36:15.976Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23092023-10-04T21:36:15.982Z+ for dep in "${deps[@]}"
23102023-10-04T21:36:15.998Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23112023-10-04T21:36:16.013Z++ mktemp -d
23122023-10-04T21:36:16.019Z+ tmp_trampoline=/tmp/tmp.EWaqui
23132023-10-04T21:36:16.023Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23142023-10-04T21:36:16.026Z+ echo '{"v":"1","t":"layer"}'
23152023-10-04T21:36:16.030Z+ pkg_dir=/tmp/tmp.EWaqui/root/opt/oxide/installinator
23162023-10-04T21:36:16.033Z+ mkdir -p /tmp/tmp.EWaqui/root/opt/oxide/installinator
23172023-10-04T21:36:16.038Z+ cd /tmp/tmp.EWaqui/root/opt/oxide/installinator
23182023-10-04T21:36:16.041Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23192023-10-04T21:36:16.044Zx ., 0 bytes, 0 tape blocks
23202023-10-04T21:36:16.047Zx installinator, 47826304 bytes, 93411 tape blocks
23212023-10-04T21:36:16.051Zx pkg, 0 bytes, 0 tape blocks
23222023-10-04T21:36:16.055Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23232023-10-04T21:36:16.058Zx VERSION, 25 bytes, 1 tape blocks
23242023-10-04T21:36:16.062Z+ mkdir -p /tmp/tmp.EWaqui/root/lib/svc/manifest/site/
23252023-10-04T21:36:16.065Z+ mv pkg/manifest.xml /tmp/tmp.EWaqui/root/lib/svc/manifest/site/installinator.xml
23262023-10-04T21:36:16.069Z+ cd -
23272023-10-04T21:36:16.073Z/work/oxidecomputer/omicron
23282023-10-04T21:36:16.077Z+ pkg_dir=/tmp/tmp.EWaqui/root/opt/oxide/mg-ddm
23292023-10-04T21:36:16.080Z+ mkdir -p /tmp/tmp.EWaqui/root/opt/oxide/mg-ddm
23302023-10-04T21:36:16.097Z+ cd /tmp/tmp.EWaqui/root/opt/oxide/mg-ddm
23312023-10-04T21:36:16.102Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23322023-10-04T21:36:16.105Zx ., 0 bytes, 0 tape blocks
23332023-10-04T21:36:16.126Zx ddmadm, 39360576 bytes, 76877 tape blocks
23342023-10-04T21:36:16.202Zx ddmd, 35588120 bytes, 69509 tape blocks
23352023-10-04T21:36:16.232Zx pkg, 0 bytes, 0 tape blocks
23362023-10-04T21:36:16.659Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23372023-10-04T21:36:16.673Zx pkg/ddm, 0 bytes, 0 tape blocks
23382023-10-04T21:36:16.681Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23392023-10-04T21:36:16.687Zx VERSION, 25 bytes, 1 tape blocks
23402023-10-04T21:36:16.693Z+ cd -
23412023-10-04T21:36:16.701Z/work/oxidecomputer/omicron
23422023-10-04T21:36:16.710Z+ cd /tmp/tmp.EWaqui
23432023-10-04T21:36:16.717Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23442023-10-04T21:36:22.868ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23452023-10-04T21:36:22.917Za oxide.json 1K
23462023-10-04T21:36:22.928Za root/ 0K
23472023-10-04T21:36:22.934Za root/opt/ 0K
23482023-10-04T21:36:22.939Za root/opt/oxide/ 0K
23492023-10-04T21:36:22.952Za root/opt/oxide/installinator/ 0K
23502023-10-04T21:36:22.957Za root/opt/oxide/installinator/installinator 46706K
23512023-10-04T21:36:22.965Za root/opt/oxide/installinator/pkg/ 0K
23522023-10-04T21:36:22.987Za root/opt/oxide/installinator/VERSION 1K
23532023-10-04T21:36:22.999Za root/opt/oxide/mg-ddm/ 0K
23542023-10-04T21:36:23.007Za root/opt/oxide/mg-ddm/ddmadm 38439K
23552023-10-04T21:36:23.015Za root/opt/oxide/mg-ddm/ddmd 34755K
23562023-10-04T21:36:23.025Za root/opt/oxide/mg-ddm/pkg/ 0K
23572023-10-04T21:36:23.033Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23582023-10-04T21:36:23.040Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23592023-10-04T21:36:23.044Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23602023-10-04T21:36:23.545Za root/opt/oxide/mg-ddm/VERSION 1K
23612023-10-04T21:36:23.591Za root/lib/ 0K
23622023-10-04T21:36:23.640Za root/lib/svc/ 0K
23632023-10-04T21:36:23.648Za root/lib/svc/manifest/ 0K
23642023-10-04T21:36:23.656Za root/lib/svc/manifest/site/ 0K
23652023-10-04T21:36:23.671Za root/lib/svc/manifest/site/installinator.xml 3K
23662023-10-04T21:36:23.680Z+ cd /
23672023-10-04T21:36:23.716Z+ rm -rf /tmp/tmp.EWaqui
23682023-10-04T21:36:23.762Z
23692023-10-04T21:36:23.784Zreal 6.577443233
23702023-10-04T21:36:23.796Zuser 6.148988163
23712023-10-04T21:36:23.808Zsys 0.459748814
23722023-10-04T21:36:23.816Ztrap 0.001492852
23732023-10-04T21:36:23.842Ztflt 0.000000000
23742023-10-04T21:36:23.921Zdflt 0.000000000
23752023-10-04T21:36:23.932Zkflt 0.000000000
23762023-10-04T21:36:23.941Zlock 0.000000000
23772023-10-04T21:36:23.986Zslp 12.706145395
23782023-10-04T21:36:24.082Zlat 0.199239137
23792023-10-04T21:36:24.120Zstop 0.000304690
23802023-10-04T21:36:24.141Zprocess exited: duration 2591160 ms, exit code 0
 
23812023-10-04T21:36:24.624Zfound 21 output files
23822023-10-04T21:36:24.634Zuploading: /work/version.txt (26 bytes)
23832023-10-04T21:36:25.706Zuploaded: /work/version.txt
23842023-10-04T21:36:25.734Zuploading: /work/package.tar.gz (82576501 bytes)
23852023-10-04T21:37:04.927Zuploaded: /work/package.tar.gz
23862023-10-04T21:37:05.089Zuploading: /work/global-zone-packages.tar.gz (125129148 bytes)
23872023-10-04T21:38:09.314Zuploaded: /work/global-zone-packages.tar.gz
23882023-10-04T21:38:09.461Zuploading: /work/trampoline-global-zone-packages.tar.gz (38556343 bytes)
23892023-10-04T21:38:21.641Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23902023-10-04T21:38:21.661Zuploading: /work/zones/clickhouse.tar.gz (180680017 bytes)
23912023-10-04T21:40:32.367Zuploaded: /work/zones/clickhouse.tar.gz
23922023-10-04T21:40:32.513Zuploading: /work/zones/clickhouse_keeper.tar.gz (180678534 bytes)
23932023-10-04T21:41:46.312Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23942023-10-04T21:41:46.378Zuploading: /work/zones/cockroachdb.tar.gz (117743360 bytes)
23952023-10-04T21:42:43.572Zuploaded: /work/zones/cockroachdb.tar.gz
23962023-10-04T21:42:43.615Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23972023-10-04T21:42:51.798Zuploaded: /work/zones/crucible-pantry.tar.gz
23982023-10-04T21:42:51.823Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
23992023-10-04T21:43:18.922Zuploaded: /work/zones/crucible.tar.gz
24002023-10-04T21:43:18.946Zuploading: /work/zones/external-dns.tar.gz (22017435 bytes)
24012023-10-04T21:43:30.502Zuploaded: /work/zones/external-dns.tar.gz
24022023-10-04T21:43:30.538Zuploading: /work/zones/internal-dns.tar.gz (22017435 bytes)
24032023-10-04T21:43:51.457Zuploaded: /work/zones/internal-dns.tar.gz
24042023-10-04T21:43:51.764Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24052023-10-04T21:43:53.716Zuploaded: /work/zones/ntp.tar.gz
24062023-10-04T21:43:53.783Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15769139 bytes)
24072023-10-04T21:44:00.701Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24082023-10-04T21:44:00.711Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15769398 bytes)
24092023-10-04T21:44:09.794Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24102023-10-04T21:44:09.805Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67459611 bytes)
24112023-10-04T21:44:43.172Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24122023-10-04T21:44:43.392Zuploading: /work/zones/omicron-nexus.tar.gz (67454785 bytes)
24132023-10-04T21:45:09.950Zuploaded: /work/zones/omicron-nexus.tar.gz
24142023-10-04T21:45:10.003Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24152023-10-04T21:45:11.085Zuploaded: /work/zones/overlay.tar.gz
24162023-10-04T21:45:11.198Zuploading: /work/zones/oximeter-collector.tar.gz (16207457 bytes)
24172023-10-04T21:45:19.507Zuploaded: /work/zones/oximeter-collector.tar.gz
24182023-10-04T21:45:19.542Zuploading: /work/zones/propolis-server.tar.gz (66255703 bytes)
24192023-10-04T21:45:43.697Zuploaded: /work/zones/propolis-server.tar.gz
24202023-10-04T21:45:44.286Zuploading: /work/zones/switch-asic.tar.gz (220117323 bytes)
24212023-10-04T21:47:38.249Zuploaded: /work/zones/switch-asic.tar.gz
24222023-10-04T21:47:38.293Zuploading: /work/zones/switch-softnpu.tar.gz (142215116 bytes)
24232023-10-04T21:48:24.558Zuploaded: /work/zones/switch-softnpu.tar.gz