01HD2H5BRM6R4348QAKPJVKSFX: 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: 01HD2H5WNEW86H582K8AWZ787Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-18T23:18:34.427Zjob assigned to worker 01HD2H7CD6EXAVKVJH8SPDBQM6 (queued for 2 m 42 s)
 
22023-10-18T23:18:34.777Zstarting task 0: "setup"
32023-10-18T23:18:35.021Z++ uname -s
42023-10-18T23:18:35.025Z+ kern=SunOS
52023-10-18T23:18:35.028Z+ case "$kern" in
62023-10-18T23:18:35.031Z+ groupadd -g 12345 build
72023-10-18T23:18:35.034Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-18T23:18:37.018Z+ zfs create -o mountpoint=/work rpool/work
92023-10-18T23:18:37.149Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-18T23:18:37.152Z+ home_fs=zfs
112023-10-18T23:18:37.155Z+ [[ zfs == autofs ]]
122023-10-18T23:18:37.158Z+ mkdir -p /home/build
132023-10-18T23:18:37.161Z+ chown build:build /home/build /work
142023-10-18T23:18:39.157Z+ chmod 0700 /home/build /work
152023-10-18T23:18:39.160Zprocess exited: duration 4378 ms, exit code 0
 
162023-10-18T23:18:39.166Zstarting task 1: "rust-toolchain"
172023-10-18T23:18:39.178Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-18T23:18:39.181Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-18T23:18:39.368Zinfo: downloading installer
202023-10-18T23:18:41.018Zwarning: it looks like you have an existing installation of Rust at:
212023-10-18T23:18:41.021Zwarning: /opt/ooce/bin
222023-10-18T23:18:41.024Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-18T23:18:41.027Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-18T23:18:41.030Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-18T23:18:41.034Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-18T23:18:41.037Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-18T23:18:41.042Zerror: cannot install while Rust is installed
282023-10-18T23:18:41.045Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-18T23:18:41.279Zinfo: profile set to 'default'
302023-10-18T23:18:41.283Zinfo: default host triple is x86_64-unknown-illumos
312023-10-18T23:18:41.288Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-18T23:18:41.450Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-18T23:18:41.458Zinfo: downloading component 'cargo'
342023-10-18T23:18:42.080Zinfo: downloading component 'clippy'
352023-10-18T23:18:42.303Zinfo: downloading component 'rust-docs'
362023-10-18T23:18:43.096Zinfo: downloading component 'rust-std'
372023-10-18T23:18:44.510Zinfo: downloading component 'rustc'
382023-10-18T23:18:47.953Zinfo: downloading component 'rustfmt'
392023-10-18T23:18:48.151Zinfo: installing component 'cargo'
402023-10-18T23:18:49.959Zinfo: installing component 'clippy'
412023-10-18T23:18:51.177Zinfo: installing component 'rust-docs'
422023-10-18T23:18:53.522Zinfo: installing component 'rust-std'
432023-10-18T23:18:57.235Zinfo: installing component 'rustc'
442023-10-18T23:19:06.930Zinfo: installing component 'rustfmt'
452023-10-18T23:19:07.391Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-18T23:19:07.398Z
472023-10-18T23:19:07.522Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-18T23:19:07.527Z
492023-10-18T23:19:07.602Z
502023-10-18T23:19:07.606ZRust is installed now. Great!
512023-10-18T23:19:07.612Z
522023-10-18T23:19:07.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-18T23:19:07.628Zenvironment variable. This has not been done automatically.
542023-10-18T23:19:07.638Z
552023-10-18T23:19:07.642ZTo configure your current shell, run:
562023-10-18T23:19:07.646Zsource "$HOME/.cargo/env"
572023-10-18T23:19:07.650Z+ rustc --version
582023-10-18T23:19:07.726Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-18T23:19:07.732Zprocess exited: duration 28563 ms, exit code 0
 
602023-10-18T23:19:07.738Zstarting task 2: "authentication"
612023-10-18T23:19:07.776Zprocess exited: duration 34 ms, exit code 0
 
622023-10-18T23:19:07.783Zstarting task 3: "clone repository"
632023-10-18T23:19:07.801Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-18T23:19:07.806Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-18T23:19:07.845ZCloning into '/work/oxidecomputer/omicron'...
662023-10-18T23:19:13.832Z+ cd /work/oxidecomputer/omicron
672023-10-18T23:19:13.840Z+ [[ -n artemis/crucible-set-primarycache ]]
682023-10-18T23:19:13.862Z+ git fetch origin artemis/crucible-set-primarycache
692023-10-18T23:19:14.200ZFrom https://github.com/oxidecomputer/omicron
702023-10-18T23:19:14.203Z * branch artemis/crucible-set-primarycache -> FETCH_HEAD
712023-10-18T23:19:14.211Z+ git checkout -B artemis/crucible-set-primarycache remotes/origin/artemis/crucible-set-primarycache
722023-10-18T23:19:14.714ZSwitched to a new branch 'artemis/crucible-set-primarycache'
732023-10-18T23:19:14.718Zbranch 'artemis/crucible-set-primarycache' set up to track 'origin/artemis/crucible-set-primarycache'.
742023-10-18T23:19:14.722Z+ git reset --hard d375210eb4f589382e419ed7f567baec7bedc860
752023-10-18T23:19:14.726ZHEAD is now at d375210e untested, but I want to see how CI feels about it
762023-10-18T23:19:14.729Zprocess exited: duration 6533 ms, exit code 0
 
772023-10-18T23:19:14.740Zstarting task 4: "build"
782023-10-18T23:19:14.772Z+ cargo --version
792023-10-18T23:19:14.854Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-18T23:19:14.868Z+ rustc --version
812023-10-18T23:19:14.959Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-18T23:19:14.969Z++ git rev-parse HEAD
832023-10-18T23:19:14.972Z+ COMMIT=d375210eb4f589382e419ed7f567baec7bedc860
842023-10-18T23:19:14.976Z+ VERSION=1.0.2-0.ci+gitd375210eb4f
852023-10-18T23:19:14.980Z+ echo 1.0.2-0.ci+gitd375210eb4f
862023-10-18T23:19:14.986Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-18T23:19:23.579Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-18T23:19:24.551Z Startup: Caching catalogs ... Done
892023-10-18T23:19:28.957ZPlanning: Solver setup ... Done (4.150s)
902023-10-18T23:19:29.063ZPlanning: Running solver ... Done (0.106s)
912023-10-18T23:19:29.111ZPlanning: Finding local manifests ... Done (0.004s)
922023-10-18T23:19:29.126ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-18T23:19:29.357ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-18T23:19:29.436ZPlanning: Package planning ... Done (0.078s)
952023-10-18T23:19:29.518ZPlanning: Merging actions ... Done (0.085s)
962023-10-18T23:19:30.673ZPlanning: Checking for conflicting actions ... Done (1.154s)
972023-10-18T23:19:30.691ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-18T23:19:39.505ZPlanning: Evaluating mediators ... Done (8.815s)
992023-10-18T23:19:39.521ZPlanning: Planning completed in 14.92 seconds
1002023-10-18T23:19:39.545Z Packages to install: 4
1012023-10-18T23:19:39.548Z Mediators to change: 2
1022023-10-18T23:19:39.551Z Services to change: 1
1032023-10-18T23:19:39.556Z Estimated space available: 149.39 GB
1042023-10-18T23:19:39.562ZEstimated space to be consumed: 1.36 GB
1052023-10-18T23:19:39.566Z Create boot environment: No
1062023-10-18T23:19:39.570ZCreate backup boot environment: No
1072023-10-18T23:19:39.573Z Rebuild boot archive: No
1082023-10-18T23:19:39.576Z
1092023-10-18T23:19:39.580ZChanged mediators:
1102023-10-18T23:19:39.586Z mediator clang:
1112023-10-18T23:19:39.590Z version: None -> 15 (system default)
1122023-10-18T23:19:39.594Z
1132023-10-18T23:19:39.598Z mediator llvm:
1142023-10-18T23:19:39.604Z version: 14 (system default) -> 15 (system default)
1152023-10-18T23:19:39.609Z
1162023-10-18T23:19:39.621ZChanged packages:
1172023-10-18T23:19:39.631Zhelios-dev
1182023-10-18T23:19:39.638Z developer/build-essential
1192023-10-18T23:19:39.642Z None -> 11-2.0
1202023-10-18T23:19:39.648Z library/libxmlsec1
1212023-10-18T23:19:39.659Z None -> 1.2.35-2.0
1222023-10-18T23:19:39.664Z ooce/developer/clang-15
1232023-10-18T23:19:39.669Z None -> 15.0.7-2.0
1242023-10-18T23:19:39.682Z ooce/developer/llvm-15
1252023-10-18T23:19:39.696Z None -> 15.0.7-2.0
1262023-10-18T23:19:39.709Z
1272023-10-18T23:19:39.720ZServices:
1282023-10-18T23:19:39.728Z restart_fmri:
1292023-10-18T23:19:40.159Z svc:/system/update-man-index:default
1302023-10-18T23:19:40.170Z
1312023-10-18T23:19:40.187ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-18T23:19:44.853ZDownload: 1056/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1332023-10-18T23:19:49.858ZDownload: 1751/3290 items 118.2/212.6MB 55% complete (11.9M/s)
1342023-10-18T23:19:54.861ZDownload: 3143/3290 items 136.6/212.6MB 64% complete (11.6M/s)
1352023-10-18T23:19:58.041ZDownload: Completed 212.60 MB in 18.19 seconds (11.7M/s)
1362023-10-18T23:19:58.814Z Actions: 1/3687 actions (Installing new actions)
1372023-10-18T23:20:03.832Z Actions: 2701/3687 actions (Installing new actions)
1382023-10-18T23:20:07.373Z Actions: Completed 3687 actions in 8.56 seconds.
1392023-10-18T23:20:07.454Z Done (0.071s)
1402023-10-18T23:20:07.474Z Done (0.000s)
1412023-10-18T23:20:07.641Z Done (0.182s)
1422023-10-18T23:20:15.281Z Done (7.532s)
1432023-10-18T23:20:15.650Z Done (0.247s)
1442023-10-18T23:20:15.659Z Done (0.000s)
1452023-10-18T23:20:15.872Z Done (0.000s)
1462023-10-18T23:20:16.552ZPlanning: Evaluating mediator changes ... Done
1472023-10-18T23:20:16.837ZPlanning: Checking for conflicting actions ... Done
1482023-10-18T23:20:16.840ZPlanning: Consolidating action changes ... Done
1492023-10-18T23:20:17.277ZPlanning: Evaluating mediators ... Done
1502023-10-18T23:20:17.282ZPlanning: Planning completed in 0.73 seconds
1512023-10-18T23:20:17.333Z Mediators to change: 2
1522023-10-18T23:20:17.336Z Create boot environment: No
1532023-10-18T23:20:17.339ZCreate backup boot environment: No
1542023-10-18T23:20:17.427Z Done
1552023-10-18T23:20:17.431Z Done
1562023-10-18T23:20:17.533Z Done
1572023-10-18T23:20:23.409Z Done
1582023-10-18T23:20:23.532Z Done
1592023-10-18T23:20:23.535Z Done
1602023-10-18T23:20:23.781Z Done
1612023-10-18T23:20:24.804ZPlanning: Evaluating mediator changes ... Done
1622023-10-18T23:20:24.808ZPlanning: Merging actions ... Done
1632023-10-18T23:20:25.139ZPlanning: Checking for conflicting actions ... Done
1642023-10-18T23:20:25.143ZPlanning: Consolidating action changes ... Done
1652023-10-18T23:20:25.576ZPlanning: Evaluating mediators ... Done
1662023-10-18T23:20:25.671ZPlanning: Planning completed in 1.31 seconds
1672023-10-18T23:20:25.729Z Packages to change: 1
1682023-10-18T23:20:25.733Z Mediators to change: 1
1692023-10-18T23:20:25.736Z Services to change: 1
1702023-10-18T23:20:25.738Z Create boot environment: No
1712023-10-18T23:20:25.741ZCreate backup boot environment: Yes
1722023-10-18T23:20:28.162Z Actions: 1/6 actions (Updating modified actions)
1732023-10-18T23:20:28.172Z Actions: Completed 6 actions in 0.00 seconds.
1742023-10-18T23:20:28.180Z Done
1752023-10-18T23:20:28.191Z Done
1762023-10-18T23:20:28.208Z Done
1772023-10-18T23:20:34.260Z Done
1782023-10-18T23:20:34.388Z Done
1792023-10-18T23:20:34.391Z Done
1802023-10-18T23:20:34.514Z Done
1812023-10-18T23:20:35.219ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1822023-10-18T23:20:35.227Zclang system 15 system
1832023-10-18T23:20:35.230Zcsh system system illumos
1842023-10-18T23:20:35.233Zctags system system illumos
1852023-10-18T23:20:35.236Zgcc vendor 12 vendor
1862023-10-18T23:20:35.239Zgcc system 10 system
1872023-10-18T23:20:35.241Zgcc system 7 system
1882023-10-18T23:20:35.244Zgo system 1.20 system
1892023-10-18T23:20:35.247Zgo system 1.19 system
1902023-10-18T23:20:35.250Zllvm system 15 system
1912023-10-18T23:20:35.253Zllvm system 14 system
1922023-10-18T23:20:35.255Zmariadb system 10.6 system
1932023-10-18T23:20:35.258Zmta vendor vendor dma
1942023-10-18T23:20:35.261Zopenjdk system 17 system
1952023-10-18T23:20:35.263Zopenjdk system 11 system
1962023-10-18T23:20:35.266Zopenjdk system 1.8 system
1972023-10-18T23:20:35.271Zopenssl vendor 3 vendor
1982023-10-18T23:20:35.276Zperl system 5.36 system
1992023-10-18T23:20:35.281Zpostgresql system 15 system
2002023-10-18T23:20:35.284Zpostgresql system 13 system
2012023-10-18T23:20:35.288Zpython vendor 3 vendor
2022023-10-18T23:20:35.291Zpython system 2 system
2032023-10-18T23:20:35.294Zpython3 system 3.11 system
2042023-10-18T23:20:35.297Zruby system 3.0 system
2052023-10-18T23:20:35.300Zwords vendor vendor american-english
2062023-10-18T23:20:35.302Zwords system system australian-english
2072023-10-18T23:20:35.306Zwords system system british-english
2082023-10-18T23:20:35.309Zwords system system canadian-english
2092023-10-18T23:20:35.314Zwords system system french
2102023-10-18T23:20:35.317Zwords system system italian
2112023-10-18T23:20:35.319Zwords system system ngerman
2122023-10-18T23:20:35.322Zwords system system ogerman
2132023-10-18T23:20:35.326Zwords system system spanish
2142023-10-18T23:20:35.761ZFMRI IFO
2152023-10-18T23:20:35.765Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162023-10-18T23:20:35.768Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172023-10-18T23:20:35.771Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182023-10-18T23:20:35.773Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2192023-10-18T23:20:35.776Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2202023-10-18T23:20:35.779Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2212023-10-18T23:20:35.837Z+ set -o errexit
2222023-10-18T23:20:35.840Z+++ dirname ./tools/ci_download_cockroachdb
2232023-10-18T23:20:35.844Z++ cd ./tools
2242023-10-18T23:20:35.848Z++ pwd
2252023-10-18T23:20:35.851Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2262023-10-18T23:20:35.854Z++ basename ./tools/ci_download_cockroachdb
2272023-10-18T23:20:35.858Z+ ARG0=ci_download_cockroachdb
2282023-10-18T23:20:35.861Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2292023-10-18T23:20:35.864Z+ CIDL_VERSION=v22.1.9
2302023-10-18T23:20:35.868Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2312023-10-18T23:20:35.870Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2322023-10-18T23:20:35.873Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2332023-10-18T23:20:35.876Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2342023-10-18T23:20:35.879Z+ TARGET_DIR=out
2352023-10-18T23:20:35.882Z+ DOWNLOAD_DIR=out/downloads
2362023-10-18T23:20:35.885Z+ DEST_DIR=./out/cockroachdb
2372023-10-18T23:20:35.888Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2382023-10-18T23:20:35.891Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2392023-10-18T23:20:35.895Z+ main
2402023-10-18T23:20:35.898Z+ [[ 0 != 0 ]]
2412023-10-18T23:20:35.901Z+ CIDL_OS=solaris2.11
2422023-10-18T23:20:35.903Z+ [[ 0 != 0 ]]
2432023-10-18T23:20:35.906Z+ configure_os solaris2.11
2442023-10-18T23:20:35.910Z+ echo 'current directory: /work/oxidecomputer/omicron'
2452023-10-18T23:20:35.913Zcurrent directory: /work/oxidecomputer/omicron
2462023-10-18T23:20:35.916Z+ echo 'configuring based on OS: "solaris2.11"'
2472023-10-18T23:20:35.919Zconfiguring based on OS: "solaris2.11"
2482023-10-18T23:20:35.921Z+ case "$1" in
2492023-10-18T23:20:35.924Z+ CIDL_BUILD=illumos
2502023-10-18T23:20:35.928Z+ CIDL_SUFFIX=tar.gz
2512023-10-18T23:20:35.932Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2522023-10-18T23:20:35.935Z+ CIDL_MD5FUNC=do_md5sum
2532023-10-18T23:20:35.938Z+ CIDL_URL_BASE=https://illumos.org/downloads
2542023-10-18T23:20:35.941Z+ CIDL_ASSEMBLE=do_assemble_illumos
2552023-10-18T23:20:35.944Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2562023-10-18T23:20:35.946Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2572023-10-18T23:20:35.949Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-18T23:20:35.952Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2592023-10-18T23:20:35.954Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-18T23:20:35.957Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-18T23:20:35.960ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-18T23:20:35.963Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-18T23:20:35.965ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-18T23:20:35.968Z+ mkdir -p out/downloads
2652023-10-18T23:20:35.971Z+ mkdir -p ./out/cockroachdb
2662023-10-18T23:20:35.973Z+ local DO_DOWNLOAD=true
2672023-10-18T23:20:35.976Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2682023-10-18T23:20:35.979Z+ '[' true == true ']'
2692023-10-18T23:20:35.983Z+ echo Downloading...
2702023-10-18T23:20:35.987ZDownloading...
2712023-10-18T23:20:35.990Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-18T23:20:35.993Z+ 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
2732023-10-18T23:20:38.973Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-18T23:20:38.980Z++ md5sum
2752023-10-18T23:20:38.991Z++ awk '{print $1}'
2762023-10-18T23:20:39.154Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2772023-10-18T23:20:39.159Z+ [[ 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 ]]
2782023-10-18T23:20:39.163Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-18T23:20:39.171Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2802023-10-18T23:20:42.532Z+ do_assemble_illumos
2812023-10-18T23:20:42.536Z+ rm -r ./out/cockroachdb
2822023-10-18T23:20:42.540Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2832023-10-18T23:20:43.183Z+ ./out/cockroachdb/bin/cockroach version
2842023-10-18T23:20:43.521ZBuild Tag: v22.1.9-dirty
2852023-10-18T23:20:43.524ZBuild Time: 2022/10/26 21:17:46
2862023-10-18T23:20:43.526ZDistribution: OSS
2872023-10-18T23:20:43.529ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2882023-10-18T23:20:43.532ZGo Version: go1.17.13
2892023-10-18T23:20:43.535ZC Compiler: gcc 10.3.0
2902023-10-18T23:20:43.543ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2912023-10-18T23:20:43.546ZBuild Type: release
2922023-10-18T23:20:43.549Z+ set -o errexit
2932023-10-18T23:20:43.552Z+++ dirname ./tools/ci_download_clickhouse
2942023-10-18T23:20:43.555Z++ cd ./tools
2952023-10-18T23:20:43.557Z++ pwd
2962023-10-18T23:20:43.560Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2972023-10-18T23:20:43.563Z++ basename ./tools/ci_download_clickhouse
2982023-10-18T23:20:43.566Z+ ARG0=ci_download_clickhouse
2992023-10-18T23:20:43.568Z+ TARGET_DIR=out
3002023-10-18T23:20:43.571Z+ DOWNLOAD_DIR=out/downloads
3012023-10-18T23:20:43.575Z+ DEST_DIR=./out/clickhouse
3022023-10-18T23:20:43.578Z+ CIDL_VERSION=v22.8.9.24
3032023-10-18T23:20:43.581Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3042023-10-18T23:20:43.584Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3052023-10-18T23:20:43.587Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3062023-10-18T23:20:43.590Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3072023-10-18T23:20:43.594Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3082023-10-18T23:20:43.597Z+ main
3092023-10-18T23:20:43.600Z+ [[ 0 != 0 ]]
3102023-10-18T23:20:43.603Z+ CIDL_OS=solaris2.11
3112023-10-18T23:20:43.606Z+ [[ 0 != 0 ]]
3122023-10-18T23:20:43.609Z+ configure_os solaris2.11
3132023-10-18T23:20:43.611Z+ echo 'current directory: /work/oxidecomputer/omicron'
3142023-10-18T23:20:43.614Zcurrent directory: /work/oxidecomputer/omicron
3152023-10-18T23:20:43.617Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-10-18T23:20:43.619Zconfiguring based on OS: "solaris2.11"
3172023-10-18T23:20:43.624Z+ CIDL_DASHREV=
3182023-10-18T23:20:43.626Z+ case "$1" in
3192023-10-18T23:20:43.629Z+ CIDL_PLATFORM=illumos
3202023-10-18T23:20:43.632Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3212023-10-18T23:20:43.635Z+ CIDL_MD5FUNC=do_md5sum
3222023-10-18T23:20:43.637Z+ CIDL_DASHREV=-1
3232023-10-18T23:20:43.640Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3242023-10-18T23:20:43.643Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-18T23:20:43.646Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-18T23:20:43.650Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-18T23:20:43.653Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-18T23:20:43.656ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-18T23:20:43.659Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-18T23:20:43.662Z+ mkdir -p out/downloads
3312023-10-18T23:20:43.665ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-18T23:20:43.668Z+ mkdir -p ./out/clickhouse
3332023-10-18T23:20:43.670Z+ local DO_DOWNLOAD=true
3342023-10-18T23:20:43.674Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3352023-10-18T23:20:43.676Z+ '[' true == true ']'
3362023-10-18T23:20:43.679Z+ echo Downloading...
3372023-10-18T23:20:43.682ZDownloading...
3382023-10-18T23:20:43.685Z+ 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
3392023-10-18T23:20:43.688Z+ 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
3402023-10-18T23:20:45.132Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-10-18T23:20:45.138Z++ md5sum
3422023-10-18T23:20:45.145Z++ awk '{print $1}'
3432023-10-18T23:20:45.391Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3442023-10-18T23:20:45.401Z+ [[ 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 ]]
3452023-10-18T23:20:45.408Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3462023-10-18T23:20:45.416Z+ mkdir -p ./out/clickhouse
3472023-10-18T23:20:45.426Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3482023-10-18T23:20:50.209Z+ ./out/clickhouse/clickhouse server --version
3492023-10-18T23:20:50.264ZClickHouse server version 22.8.9.1.
3502023-10-18T23:20:50.295Z+ set -o errexit
3512023-10-18T23:20:50.303Z+++ dirname ./tools/ci_download_console
3522023-10-18T23:20:50.312Z++ cd ./tools
3532023-10-18T23:20:50.326Z++ pwd
3542023-10-18T23:20:50.335Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3552023-10-18T23:20:50.340Z++ basename ./tools/ci_download_console
3562023-10-18T23:20:50.354Z+ ARG0=ci_download_console
3572023-10-18T23:20:50.356Z+ TARGET_DIR=out
3582023-10-18T23:20:50.360Z+ DOWNLOAD_DIR=out/downloads
3592023-10-18T23:20:50.364Z+ DEST_DIR=./out/console-assets
3602023-10-18T23:20:50.368Z+ source /work/oxidecomputer/omicron/tools/console_version
3612023-10-18T23:20:50.371Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3622023-10-18T23:20:50.375Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3632023-10-18T23:20:50.378Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3642023-10-18T23:20:50.381Z+ TARBALL_FILE=out/downloads/console.tar.gz
3652023-10-18T23:20:50.385Z+ main
3662023-10-18T23:20:50.390Z+ [[ 0 != 0 ]]
3672023-10-18T23:20:50.394Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3682023-10-18T23:20:50.398ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3692023-10-18T23:20:50.402Z+ echo 'Local file: out/downloads/console.tar.gz'
3702023-10-18T23:20:50.406ZLocal file: out/downloads/console.tar.gz
3712023-10-18T23:20:50.411Z+ local DO_DOWNLOAD=true
3722023-10-18T23:20:50.417Z+ [[ -f out/downloads/console.tar.gz ]]
3732023-10-18T23:20:50.420Z+ mkdir -p out/downloads
3742023-10-18T23:20:50.425Z+ '[' true == true ']'
3752023-10-18T23:20:50.428Z+ echo Downloading...
3762023-10-18T23:20:50.433ZDownloading...
3772023-10-18T23:20:50.436Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3782023-10-18T23:20:50.439Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3792023-10-18T23:20:50.891Z++ do_sha256sum out/downloads/console.tar.gz
3802023-10-18T23:20:50.894Z++ case "$OSTYPE" in
3812023-10-18T23:20:50.898Z++ SHA=sha256sum
3822023-10-18T23:20:50.902Z++ sha256sum
3832023-10-18T23:20:50.906Z++ awk '{print $1}'
3842023-10-18T23:20:50.916Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3852023-10-18T23:20:50.919Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3862023-10-18T23:20:50.922Z+ rm -rf ./out/console-assets
3872023-10-18T23:20:50.925Z+ mkdir -p ./out/console-assets
3882023-10-18T23:20:50.928Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3892023-10-18T23:20:50.932Z+ mkdir -p ./out/console-assets
3902023-10-18T23:20:50.935Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3912023-10-18T23:20:51.066Z+ set -o errexit
3922023-10-18T23:20:51.077Z+++ dirname ./tools/ci_download_maghemite_openapi
3932023-10-18T23:20:51.495Z++ cd ./tools
3942023-10-18T23:20:51.499Z++ pwd
3952023-10-18T23:20:51.502Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3962023-10-18T23:20:51.505Z++ basename ./tools/ci_download_maghemite_openapi
3972023-10-18T23:20:51.508Z+ ARG0=ci_download_maghemite_openapi
3982023-10-18T23:20:51.512Z+ TARGET_DIR=out
3992023-10-18T23:20:51.516Z+ DOWNLOAD_DIR=out/downloads
4002023-10-18T23:20:51.521Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4012023-10-18T23:20:51.524Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4022023-10-18T23:20:51.527Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4032023-10-18T23:20:51.532Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4042023-10-18T23:20:51.537Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4052023-10-18T23:20:51.540Z+ main
4062023-10-18T23:20:51.543Z+ [[ 0 != 0 ]]
4072023-10-18T23:20:51.548Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4082023-10-18T23:20:51.552ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4092023-10-18T23:20:51.555Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4102023-10-18T23:20:51.560ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-18T23:20:51.570Z+ local DO_DOWNLOAD=true
4122023-10-18T23:20:51.573Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4132023-10-18T23:20:51.581Z+ mkdir -p out/downloads
4142023-10-18T23:20:51.587Z+ '[' true == true ']'
4152023-10-18T23:20:51.590Z+ echo Downloading...
4162023-10-18T23:20:51.595ZDownloading...
4172023-10-18T23:20:51.600Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-18T23:20:51.603Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4192023-10-18T23:20:51.607Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-10-18T23:20:51.610Z++ case "$OSTYPE" in
4212023-10-18T23:20:51.613Z++ SHA=sha256sum
4222023-10-18T23:20:51.617Z++ sha256sum
4232023-10-18T23:20:51.620Z++ awk '{print $1}'
4242023-10-18T23:20:51.624Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-10-18T23:20:51.628Z+ [[ 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 ]]
4262023-10-18T23:20:51.631Z+ set -o errexit
4272023-10-18T23:20:51.634Z+++ dirname ./tools/ci_download_dendrite_openapi
4282023-10-18T23:20:51.637Z++ cd ./tools
4292023-10-18T23:20:51.639Z++ pwd
4302023-10-18T23:20:51.642Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312023-10-18T23:20:51.646Z++ basename ./tools/ci_download_dendrite_openapi
4322023-10-18T23:20:51.649Z+ ARG0=ci_download_dendrite_openapi
4332023-10-18T23:20:51.652Z+ TARGET_DIR=out
4342023-10-18T23:20:51.655Z+ DOWNLOAD_DIR=out/downloads
4352023-10-18T23:20:51.658Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362023-10-18T23:20:51.660Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4372023-10-18T23:20:51.663Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4382023-10-18T23:20:51.667Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4392023-10-18T23:20:51.671Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4402023-10-18T23:20:51.674Z+ main
4412023-10-18T23:20:51.677Z+ [[ 0 != 0 ]]
4422023-10-18T23:20:51.680Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4432023-10-18T23:20:51.683ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4442023-10-18T23:20:51.724Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4452023-10-18T23:20:51.728ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4462023-10-18T23:20:51.731Z+ local DO_DOWNLOAD=true
4472023-10-18T23:20:51.736Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4482023-10-18T23:20:51.749Z+ mkdir -p out/downloads
4492023-10-18T23:20:51.777Z+ '[' true == true ']'
4502023-10-18T23:20:52.198Z+ echo Downloading...
4512023-10-18T23:20:52.216ZDownloading...
4522023-10-18T23:20:52.230Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4532023-10-18T23:20:52.237Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4542023-10-18T23:20:52.244Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4552023-10-18T23:20:52.253Z++ case "$OSTYPE" in
4562023-10-18T23:20:52.667Z++ SHA=sha256sum
4572023-10-18T23:20:52.673Z++ sha256sum
4582023-10-18T23:20:52.678Z++ awk '{print $1}'
4592023-10-18T23:20:52.683Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4602023-10-18T23:20:52.688Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4612023-10-18T23:20:52.693Z+ set -o errexit
4622023-10-18T23:20:52.697Z+++ dirname ./tools/ci_download_dendrite_stub
4632023-10-18T23:20:52.702Z++ cd ./tools
4642023-10-18T23:20:52.707Z++ pwd
4652023-10-18T23:20:52.719Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662023-10-18T23:20:52.764Z++ basename ./tools/ci_download_dendrite_stub
4672023-10-18T23:20:52.777Z+ ARG0=ci_download_dendrite_stub
4682023-10-18T23:20:52.788Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692023-10-18T23:20:52.792Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4702023-10-18T23:20:52.796Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4712023-10-18T23:20:52.800Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4722023-10-18T23:20:52.804Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-10-18T23:20:52.808Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4742023-10-18T23:20:52.812Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4752023-10-18T23:20:52.817Z+ TARGET_DIR=out
4762023-10-18T23:20:52.820Zcurrent directory: /work/oxidecomputer/omicron
4772023-10-18T23:20:52.825Z+ DOWNLOAD_DIR=out/downloads
4782023-10-18T23:20:52.827Zconfiguring based on OS: "solaris2.11"
4792023-10-18T23:20:52.830Z+ DEST_DIR=./out/dendrite-stub
4802023-10-18T23:20:52.833ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4812023-10-18T23:20:52.836Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4822023-10-18T23:20:52.838ZLocal file: out/downloads/dendrite-stub.tar.gz
4832023-10-18T23:20:52.841Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4842023-10-18T23:20:52.844ZDownloading...
4852023-10-18T23:20:52.846Z+ REPO=oxidecomputer/dendrite
4862023-10-18T23:20:52.849Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4872023-10-18T23:20:52.852Z+ main
4882023-10-18T23:20:52.854Z+ [[ 0 != 0 ]]
4892023-10-18T23:20:52.857Z+ CIDL_OS=solaris2.11
4902023-10-18T23:20:52.860Z+ [[ 0 != 0 ]]
4912023-10-18T23:20:52.863Z+ configure_os solaris2.11
4922023-10-18T23:20:52.866Z+ echo 'current directory: /work/oxidecomputer/omicron'
4932023-10-18T23:20:52.870Z+ echo 'configuring based on OS: "solaris2.11"'
4942023-10-18T23:20:52.873Z+ case "$1" in
4952023-10-18T23:20:52.876Z+ SET_BINARIES=
4962023-10-18T23:20:52.879Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4972023-10-18T23:20:52.882Z+ CIDL_SHA256FUNC=do_sha256sum
4982023-10-18T23:20:52.885Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4992023-10-18T23:20:52.888Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5002023-10-18T23:20:52.891Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5012023-10-18T23:20:52.895Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5022023-10-18T23:20:52.900Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5032023-10-18T23:20:52.903Z+ mkdir -p out/downloads
5042023-10-18T23:20:52.906Z+ mkdir -p ./out/dendrite-stub
5052023-10-18T23:20:52.910Z+ fetch_and_verify
5062023-10-18T23:20:52.914Z+ local DO_DOWNLOAD=true
5072023-10-18T23:20:52.917Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082023-10-18T23:20:52.921Z+ '[' true == true ']'
5092023-10-18T23:20:52.925Z+ echo Downloading...
5102023-10-18T23:20:52.929Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112023-10-18T23:20:52.934Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5122023-10-18T23:21:05.678Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132023-10-18T23:21:05.681Z++ sha256sum
5142023-10-18T23:21:05.683Z++ awk '{print $1}'
5152023-10-18T23:21:05.774Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5162023-10-18T23:21:05.777Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5172023-10-18T23:21:05.780Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182023-10-18T23:21:05.783Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192023-10-18T23:21:06.697Z+ do_assemble
5202023-10-18T23:21:06.701Z+ rm -r ./out/dendrite-stub
5212023-10-18T23:21:06.703Z+ mkdir ./out/dendrite-stub
5222023-10-18T23:21:06.706Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232023-10-18T23:21:06.836Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242023-10-18T23:21:06.849Z+ set -o errexit
5252023-10-18T23:21:06.854Z+++ dirname ./tools/ci_download_transceiver_control
5262023-10-18T23:21:06.856Z++ cd ./tools
5272023-10-18T23:21:06.859Z++ pwd
5282023-10-18T23:21:06.862Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292023-10-18T23:21:06.865Z++ basename ./tools/ci_download_transceiver_control
5302023-10-18T23:21:06.868Z+ ARG0=ci_download_transceiver_control
5312023-10-18T23:21:06.870Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5322023-10-18T23:21:06.873Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5332023-10-18T23:21:06.876Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5342023-10-18T23:21:06.879Z+ TARGET_DIR=out
5352023-10-18T23:21:06.882Z+ DOWNLOAD_DIR=out/downloads
5362023-10-18T23:21:06.887Z+ DEST_DIR=./out/transceiver-control
5372023-10-18T23:21:06.890Z+ BIN_DIR=/opt/oxide/bin
5382023-10-18T23:21:06.892Z+ BINARY=xcvradm
5392023-10-18T23:21:06.895Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402023-10-18T23:21:06.898Z+ REPO=oxidecomputer/transceiver-control
5412023-10-18T23:21:06.901Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5422023-10-18T23:21:06.904Z+ main
5432023-10-18T23:21:06.907Z+ [[ 0 != 0 ]]
5442023-10-18T23:21:06.909Z+ CIDL_OS=solaris2.11
5452023-10-18T23:21:06.912Z+ [[ 0 != 0 ]]
5462023-10-18T23:21:06.915Z+ configure_os solaris2.11
5472023-10-18T23:21:06.918Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482023-10-18T23:21:06.922Zcurrent directory: /work/oxidecomputer/omicron
5492023-10-18T23:21:06.925Z+ echo 'configuring based on OS: "solaris2.11"'
5502023-10-18T23:21:06.928Zconfiguring based on OS: "solaris2.11"
5512023-10-18T23:21:06.931Z+ case "$1" in
5522023-10-18T23:21:06.934Z+ SET_BINARIES=
5532023-10-18T23:21:06.937Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5542023-10-18T23:21:06.940Z+ CIDL_SHA256FUNC=do_sha256sum
5552023-10-18T23:21:06.943Z+ ARCHIVE_FILENAME=xcvradm.gz
5562023-10-18T23:21:06.947Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5572023-10-18T23:21:06.950Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5582023-10-18T23:21:06.953Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5592023-10-18T23:21:06.956Z+ echo 'Local file: out/downloads/xcvradm.gz'
5602023-10-18T23:21:06.959ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5612023-10-18T23:21:06.962ZLocal file: out/downloads/xcvradm.gz
5622023-10-18T23:21:06.965Z+ mkdir -p out/downloads
5632023-10-18T23:21:06.968Z+ mkdir -p ./out/transceiver-control
5642023-10-18T23:21:06.972Z+ fetch_and_verify
5652023-10-18T23:21:06.977Z+ local DO_DOWNLOAD=true
5662023-10-18T23:21:06.980Z+ [[ -f out/downloads/xcvradm.gz ]]
5672023-10-18T23:21:06.983Z+ '[' true == true ']'
5682023-10-18T23:21:06.986Z+ echo Downloading...
5692023-10-18T23:21:06.989ZDownloading...
5702023-10-18T23:21:06.992Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5712023-10-18T23:21:06.995Z+ 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
5722023-10-18T23:21:08.849Z++ do_sha256sum out/downloads/xcvradm.gz
5732023-10-18T23:21:08.853Z++ sha256sum
5742023-10-18T23:21:08.858Z++ awk '{print $1}'
5752023-10-18T23:21:08.874Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762023-10-18T23:21:08.878Z+ [[ 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 ]]
5772023-10-18T23:21:08.882Z+ do_unpack out/downloads/xcvradm.gz
5782023-10-18T23:21:08.885Z+ mkdir -p out/downloads/root//opt/oxide/bin
5792023-10-18T23:21:08.890Z+ gzip -dc out/downloads/xcvradm.gz
5802023-10-18T23:21:09.057Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5812023-10-18T23:21:09.064Z+ do_assemble
5822023-10-18T23:21:09.067Z+ rm -r ./out/transceiver-control
5832023-10-18T23:21:09.073Z+ mkdir ./out/transceiver-control
5842023-10-18T23:21:09.075Z+ cp -r out/downloads/root ./out/transceiver-control/root
5852023-10-18T23:21:09.174ZAll prerequisites installed successfully
5862023-10-18T23:21:09.178Z
5872023-10-18T23:21:09.181Zreal 1:54.212426028
5882023-10-18T23:21:09.184Zuser 51.056803233
5892023-10-18T23:21:09.187Zsys 9.395526020
5902023-10-18T23:21:09.221Ztrap 0.020653540
5912023-10-18T23:21:09.224Ztflt 0.139194984
5922023-10-18T23:21:09.227Zdflt 0.479211936
5932023-10-18T23:21:09.230Zkflt 0.112143465
5942023-10-18T23:21:09.233Zlock 2.237975218
5952023-10-18T23:21:09.235Zslp 3:28.935645530
5962023-10-18T23:21:09.239Zlat 3.195807906
5972023-10-18T23:21:09.242Zstop 0.087455393
5982023-10-18T23:21:09.245Z+ ptime -m ./tools/ci_download_softnpu_machinery
5992023-10-18T23:21:09.248Zfetching npuzone
6002023-10-18T23:21:09.251ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6012023-10-18T23:21:09.254Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6022023-10-18T23:21:09.258ZGetting hash for npuzone
6032023-10-18T23:21:09.361Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6042023-10-18T23:21:20.625Znpuzone downloaded successfully
6052023-10-18T23:21:20.630Z
6062023-10-18T23:21:20.633Zreal 11.449771690
6072023-10-18T23:21:20.635Zuser 0.584093758
6082023-10-18T23:21:20.639Zsys 0.166497710
6092023-10-18T23:21:20.642Ztrap 0.000196892
6102023-10-18T23:21:20.645Ztflt 0.000000000
6112023-10-18T23:21:20.648Zdflt 0.000000000
6122023-10-18T23:21:20.650Zkflt 0.000000000
6132023-10-18T23:21:20.653Zlock 0.000000000
6142023-10-18T23:21:20.656Zslp 33.425939935
6152023-10-18T23:21:20.659Zlat 0.136432210
6162023-10-18T23:21:20.662Zstop 0.000258597
6172023-10-18T23:21:20.665Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6182023-10-18T23:21:20.991Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6192023-10-18T23:21:21.342Z Updating crates.io index
6202023-10-18T23:21:21.345Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6212023-10-18T23:21:22.178Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6222023-10-18T23:21:24.597Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6232023-10-18T23:21:25.413Z Updating git repository `http://github.com/oxidecomputer/tofino`
6242023-10-18T23:21:25.761Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6252023-10-18T23:21:26.069Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6262023-10-18T23:21:26.358Z Updating git repository `https://github.com/oxidecomputer/propolis`
6272023-10-18T23:21:27.225Z Updating git repository `https://github.com/oxidecomputer/crucible`
6282023-10-18T23:21:28.919Z Updating git repository `https://github.com/oxidecomputer/opte`
6292023-10-18T23:21:29.872Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6302023-10-18T23:21:30.245Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6312023-10-18T23:21:30.570Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6322023-10-18T23:21:31.087Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6332023-10-18T23:21:31.427Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6342023-10-18T23:21:31.848Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6352023-10-18T23:21:32.269Z Updating git repository `https://github.com/njaremko/samael`
6362023-10-18T23:21:32.912Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6372023-10-18T23:21:33.521Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6382023-10-18T23:21:33.937Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6392023-10-18T23:21:34.282Z Updating git repository `https://github.com/jgallagher/nix`
6402023-10-18T23:21:35.546Z Updating git repository `https://github.com/cbiffle/hubpack`
6412023-10-18T23:21:35.913Z Updating git repository `https://github.com/oxidecomputer/omicron`
6422023-10-18T23:21:45.021Z Updating git repository `https://github.com/oxidecomputer/rfb`
6432023-10-18T23:21:45.503Z Updating git repository `https://github.com/oxidecomputer/typify`
6442023-10-18T23:21:46.465Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6452023-10-18T23:21:46.836Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6462023-10-18T23:21:47.178Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6472023-10-18T23:21:48.801Z Downloading crates ...
6482023-10-18T23:21:49.083Z Downloaded hyper-rustls v0.24.1
6492023-10-18T23:21:49.089Z Downloaded inout v0.1.3
6502023-10-18T23:21:49.096Z Downloaded heck v0.4.1
6512023-10-18T23:21:49.100Z Downloaded indoc v2.0.3
6522023-10-18T23:21:49.115Z Downloaded instant v0.1.12
6532023-10-18T23:21:49.119Z Downloaded is-terminal v0.4.9
6542023-10-18T23:21:49.121Z Downloaded lazy_static v1.4.0
6552023-10-18T23:21:49.124Z Downloaded cfg-if v1.0.0
6562023-10-18T23:21:49.128Z Downloaded lazycell v1.3.0
6572023-10-18T23:21:49.132Z Downloaded impl-trait-for-tuples v0.2.2
6582023-10-18T23:21:49.139Z Downloaded ipnetwork v0.20.0
6592023-10-18T23:21:49.145Z Downloaded atomicwrites v0.4.2
6602023-10-18T23:21:49.150Z Downloaded cassowary v0.3.0
6612023-10-18T23:21:49.156Z Downloaded newtype_derive v0.1.6
6622023-10-18T23:21:49.159Z Downloaded native-tls v0.2.11
6632023-10-18T23:21:49.163Z Downloaded camino v1.1.6
6642023-10-18T23:21:49.170Z Downloaded http-range v0.1.5
6652023-10-18T23:21:49.173Z Downloaded jobserver v0.1.26
6662023-10-18T23:21:49.181Z Downloaded colorchoice v1.0.0
6672023-10-18T23:21:49.186Z Downloaded matches v0.1.10
6682023-10-18T23:21:49.189Z Downloaded match_cfg v0.1.0
6692023-10-18T23:21:49.193Z Downloaded convert_case v0.4.0
6702023-10-18T23:21:49.196Z Downloaded adler v1.0.2
6712023-10-18T23:21:49.199Z Downloaded assert_matches v1.5.0
6722023-10-18T23:21:49.202Z Downloaded aead v0.5.2
6732023-10-18T23:21:49.205Z Downloaded anstyle-query v1.0.0
6742023-10-18T23:21:49.208Z Downloaded base16ct v0.2.0
6752023-10-18T23:21:49.211Z Downloaded bit-set v0.5.3
6762023-10-18T23:21:49.214Z Downloaded ident_case v1.0.1
6772023-10-18T23:21:49.216Z Downloaded ascii-canvas v3.0.0
6782023-10-18T23:21:49.219Z Downloaded atty v0.2.14
6792023-10-18T23:21:49.223Z Downloaded autocfg v1.1.0
6802023-10-18T23:21:49.225Z Downloaded num-complex v0.4.4
6812023-10-18T23:21:49.241Z Downloaded corncobs v0.1.3
6822023-10-18T23:21:49.245Z Downloaded hex v0.4.3
6832023-10-18T23:21:49.248Z Downloaded bit-vec v0.6.3
6842023-10-18T23:21:49.251Z Downloaded humantime v2.1.0
6852023-10-18T23:21:49.254Z Downloaded anstyle-parse v0.2.1
6862023-10-18T23:21:49.259Z Downloaded anstyle v1.0.2
6872023-10-18T23:21:49.262Z Downloaded async-trait v0.1.73
6882023-10-18T23:21:49.265Z Downloaded mime_guess v2.0.4
6892023-10-18T23:21:49.268Z Downloaded mockall v0.11.4
6902023-10-18T23:21:49.272Z Downloaded async-recursion v1.0.5
6912023-10-18T23:21:49.279Z Downloaded backoff v0.4.0
6922023-10-18T23:21:49.285Z Downloaded universal-hash v0.5.1
6932023-10-18T23:21:49.288Z Downloaded num_enum v0.5.11
6942023-10-18T23:21:49.297Z Downloaded ascii v1.1.0
6952023-10-18T23:21:49.303Z Downloaded argon2 v0.5.2
6962023-10-18T23:21:49.307Z Downloaded num-rational v0.4.1
6972023-10-18T23:21:49.311Z Downloaded usdt-macro v0.3.5
6982023-10-18T23:21:49.316Z Downloaded unicode-width v0.1.10
6992023-10-18T23:21:49.322Z Downloaded usdt-attr-macro v0.3.5
7002023-10-18T23:21:49.325Z Downloaded vec_map v0.8.2
7012023-10-18T23:21:49.329Z Downloaded pretty-hex v0.3.0
7022023-10-18T23:21:49.334Z Downloaded shlex v1.1.0
7032023-10-18T23:21:49.339Z Downloaded serde_spanned v0.6.3
7042023-10-18T23:21:49.342Z Downloaded spin v0.5.2
7052023-10-18T23:21:49.345Z Downloaded hmac v0.12.1
7062023-10-18T23:21:49.351Z Downloaded base64 v0.21.4
7072023-10-18T23:21:49.379Z Downloaded allocator-api2 v0.2.16
7082023-10-18T23:21:49.383Z Downloaded equivalent v1.0.1
7092023-10-18T23:21:49.386Z Downloaded curve25519-dalek-derive v0.1.0
7102023-10-18T23:21:49.404Z Downloaded parse-display v0.7.0
7112023-10-18T23:21:49.408Z Downloaded foreign-types-macros v0.2.3
7122023-10-18T23:21:49.412Z Downloaded utf8parse v0.2.1
7132023-10-18T23:21:49.416Z Downloaded utf-8 v0.7.6
7142023-10-18T23:21:49.420Z Downloaded postcard-cobs v0.1.5-pre
7152023-10-18T23:21:49.424Z Downloaded doc-comment v0.3.3
7162023-10-18T23:21:49.430Z Downloaded pretty-hex v0.2.1
7172023-10-18T23:21:49.857Z Downloaded serde_path_to_error v0.1.14
7182023-10-18T23:21:49.865Z Downloaded rpassword v7.2.0
7192023-10-18T23:21:49.874Z Downloaded crc-any v2.4.3
7202023-10-18T23:21:49.887Z Downloaded oso-derive v0.26.4
7212023-10-18T23:21:49.894Z Downloaded mio v0.8.8
7222023-10-18T23:21:49.902Z Downloaded endian-type v0.1.2
7232023-10-18T23:21:49.914Z Downloaded predicates-core v1.0.6
7242023-10-18T23:21:49.921Z Downloaded predicates-tree v1.0.9
7252023-10-18T23:21:49.929Z Downloaded cc v1.0.83
7262023-10-18T23:21:49.952Z Downloaded rand_core v0.6.4
7272023-10-18T23:21:49.960Z Downloaded platforms v3.0.2
7282023-10-18T23:21:49.969Z Downloaded pem-rfc7468 v0.7.0
7292023-10-18T23:21:49.975Z Downloaded dtrace-parser v0.1.14
7302023-10-18T23:21:49.983Z Downloaded derive_builder_core v0.12.0
7312023-10-18T23:21:49.990Z Downloaded phf v0.11.2
7322023-10-18T23:21:49.998Z Downloaded futures-task v0.3.28
7332023-10-18T23:21:50.005Z Downloaded backtrace v0.3.69
7342023-10-18T23:21:50.010Z Downloaded hashlink v0.8.3
7352023-10-18T23:21:50.013Z Downloaded slab v0.4.9
7362023-10-18T23:21:50.016Z Downloaded deranged v0.3.8
7372023-10-18T23:21:50.019Z Downloaded tinyvec_macros v0.1.1
7382023-10-18T23:21:50.021Z Downloaded slog-bunyan v2.4.0
7392023-10-18T23:21:50.024Z Downloaded predicates v3.0.4
7402023-10-18T23:21:50.029Z Downloaded smallvec v0.6.14
7412023-10-18T23:21:50.038Z Downloaded slog-json v2.6.1
7422023-10-18T23:21:50.041Z Downloaded ctr v0.9.2
7432023-10-18T23:21:50.044Z Downloaded secrecy v0.8.0
7442023-10-18T23:21:50.047Z Downloaded openssl-macros v0.1.1
7452023-10-18T23:21:50.051Z Downloaded serde-big-array v0.5.1
7462023-10-18T23:21:50.054Z Downloaded futures-macro v0.3.28
7472023-10-18T23:21:50.057Z Downloaded resolv-conf v0.7.0
7482023-10-18T23:21:50.060Z Downloaded crucible-workspace-hack v0.1.0
7492023-10-18T23:21:50.063Z Downloaded owo-colors v3.5.0
7502023-10-18T23:21:50.066Z Downloaded predicates v2.1.5
7512023-10-18T23:21:50.069Z Downloaded fxhash v0.2.1
7522023-10-18T23:21:50.072Z Downloaded itertools v0.11.0
7532023-10-18T23:21:50.074Z Downloaded take_mut v0.2.2
7542023-10-18T23:21:50.077Z Downloaded difflib v0.4.0
7552023-10-18T23:21:50.080Z Downloaded half v1.8.2
7562023-10-18T23:21:50.082Z Downloaded zeroize_derive v1.4.2
7572023-10-18T23:21:50.086Z Downloaded signature v1.6.4
7582023-10-18T23:21:50.088Z Downloaded strum v0.25.0
7592023-10-18T23:21:50.091Z Downloaded rustfmt-wrapper v0.2.0
7602023-10-18T23:21:50.094Z Downloaded aes v0.8.3
7612023-10-18T23:21:50.097Z Downloaded openssl-probe v0.1.5
7622023-10-18T23:21:50.100Z Downloaded display-error-chain v0.1.1
7632023-10-18T23:21:50.103Z Downloaded semver-parser v0.10.2
7642023-10-18T23:21:50.106Z Downloaded smawk v0.3.1
7652023-10-18T23:21:50.109Z Downloaded twox-hash v1.6.3
7662023-10-18T23:21:50.111Z Downloaded darling_macro v0.20.3
7672023-10-18T23:21:50.114Z Downloaded rcgen v0.10.0
7682023-10-18T23:21:50.117Z Downloaded url v2.4.1
7692023-10-18T23:21:50.120Z Downloaded toolchain_find v0.2.0
7702023-10-18T23:21:50.123Z Downloaded terminal_size v0.2.6
7712023-10-18T23:21:50.126Z Downloaded getopts v0.2.21
7722023-10-18T23:21:50.129Z Downloaded strip-ansi-escapes v0.2.0
7732023-10-18T23:21:50.136Z Downloaded dirs-sys-next v0.1.2
7742023-10-18T23:21:50.138Z Downloaded prettyplease v0.2.12
7752023-10-18T23:21:50.141Z Downloaded num-bigint v0.4.4
7762023-10-18T23:21:50.144Z Downloaded float-cmp v0.9.0
7772023-10-18T23:21:50.147Z Downloaded futures-channel v0.3.28
7782023-10-18T23:21:50.150Z Downloaded clap_builder v4.4.2
7792023-10-18T23:21:50.152Z Downloaded darling_macro v0.14.4
7802023-10-18T23:21:50.156Z Downloaded path-slash v0.1.5
7812023-10-18T23:21:50.159Z Downloaded crunchy v0.2.2
7822023-10-18T23:21:50.161Z Downloaded ena v0.14.2
7832023-10-18T23:21:50.164Z Downloaded same-file v1.0.6
7842023-10-18T23:21:50.167Z Downloaded whoami v1.4.1
7852023-10-18T23:21:50.170Z Downloaded socket2 v0.4.9
7862023-10-18T23:21:50.172Z Downloaded strum_macros v0.24.3
7872023-10-18T23:21:50.175Z Downloaded dirs-next v2.0.0
7882023-10-18T23:21:50.178Z Downloaded packed_struct v0.10.1
7892023-10-18T23:21:50.181Z Downloaded phf_shared v0.11.2
7902023-10-18T23:21:50.184Z Downloaded path-absolutize v3.1.0
7912023-10-18T23:21:50.187Z Downloaded termcolor v1.2.0
7922023-10-18T23:21:50.190Z Downloaded scheduled-thread-pool v0.2.7
7932023-10-18T23:21:50.193Z Downloaded peeking_take_while v0.1.2
7942023-10-18T23:21:50.196Z Downloaded zone v0.2.0
7952023-10-18T23:21:50.199Z Downloaded derive_more v0.99.17
7962023-10-18T23:21:50.202Z Downloaded olpc-cjson v0.1.3
7972023-10-18T23:21:50.205Z Downloaded tokio-tungstenite v0.18.0
7982023-10-18T23:21:50.208Z Downloaded futures v0.3.28
7992023-10-18T23:21:50.211Z Downloaded pkg-config v0.3.27
8002023-10-18T23:21:50.214Z Downloaded path-dedot v3.1.0
8012023-10-18T23:21:50.218Z Downloaded pin-utils v0.1.0
8022023-10-18T23:21:50.221Z Downloaded typenum v1.16.0
8032023-10-18T23:21:50.224Z Downloaded data-encoding v2.4.0
8042023-10-18T23:21:50.227Z Downloaded xattr v1.0.1
8052023-10-18T23:21:50.230Z Downloaded getrandom v0.2.10
8062023-10-18T23:21:50.232Z Downloaded der_derive v0.7.2
8072023-10-18T23:21:50.235Z Downloaded crossbeam-utils v0.8.16
8082023-10-18T23:21:50.238Z Downloaded tabled_derive v0.6.0
8092023-10-18T23:21:50.240Z Downloaded darling v0.14.4
8102023-10-18T23:21:50.243Z Downloaded spin v0.9.8
8112023-10-18T23:21:50.246Z Downloaded ff v0.13.0
8122023-10-18T23:21:50.249Z Downloaded static_assertions v1.1.0
8132023-10-18T23:21:50.252Z Downloaded fixedbitset v0.4.2
8142023-10-18T23:21:50.255Z Downloaded filetime v0.2.22
8152023-10-18T23:21:50.257Z Downloaded unicase v2.7.0
8162023-10-18T23:21:50.260Z Downloaded r2d2 v0.8.10
8172023-10-18T23:21:50.263Z Downloaded radium v0.7.0
8182023-10-18T23:21:50.266Z Downloaded proc-macro-error v1.0.4
8192023-10-18T23:21:50.268Z Downloaded debug-ignore v1.0.5
8202023-10-18T23:21:50.272Z Downloaded paste v1.0.14
8212023-10-18T23:21:50.275Z Downloaded tungstenite v0.20.1
8222023-10-18T23:21:50.278Z Downloaded proc-macro-error-attr v1.0.4
8232023-10-18T23:21:50.281Z Downloaded snafu v0.7.5
8242023-10-18T23:21:50.284Z Downloaded dof v0.1.5
8252023-10-18T23:21:50.286Z Downloaded darling v0.20.3
8262023-10-18T23:21:50.289Z Downloaded fastrand v2.0.0
8272023-10-18T23:21:50.292Z Downloaded zerocopy v0.6.3
8282023-10-18T23:21:50.295Z Downloaded either v1.9.0
8292023-10-18T23:21:50.298Z Downloaded zip v0.6.6
8302023-10-18T23:21:50.301Z Downloaded yasna v0.5.2
8312023-10-18T23:21:50.305Z Downloaded parking_lot v0.11.2
8322023-10-18T23:21:50.308Z Downloaded papergrid v0.10.0
8332023-10-18T23:21:50.311Z Downloaded password-hash v0.5.0
8342023-10-18T23:21:50.314Z Downloaded bindgen v0.65.1
8352023-10-18T23:21:50.317Z Downloaded elliptic-curve v0.13.5
8362023-10-18T23:21:50.321Z Downloaded ucd-trie v0.1.6
8372023-10-18T23:21:50.324Z Downloaded tracing-core v0.1.31
8382023-10-18T23:21:50.326Z Downloaded tracing v0.1.37
8392023-10-18T23:21:50.329Z Downloaded parking_lot_core v0.8.6
8402023-10-18T23:21:50.332Z Downloaded proc-macro2 v1.0.67
8412023-10-18T23:21:50.335Z Downloaded hyper v0.14.27
8422023-10-18T23:21:50.338Z Downloaded flate2 v1.0.27
8432023-10-18T23:21:50.341Z Downloaded bitvec v1.0.1
8442023-10-18T23:21:50.343Z Downloaded trust-dns-client v0.22.0
8452023-10-18T23:21:50.346Z Downloaded crossterm v0.26.1
8462023-10-18T23:21:50.349Z Downloaded hashbrown v0.12.3
8472023-10-18T23:21:50.351Z Downloaded toml_edit v0.19.15
8482023-10-18T23:21:50.354Z Downloaded der v0.7.8
8492023-10-18T23:21:50.357Z Downloaded x509-cert v0.2.4
8502023-10-18T23:21:50.360Z Downloaded crossterm v0.27.0
8512023-10-18T23:21:50.363Z Downloaded smoltcp v0.8.2
8522023-10-18T23:21:50.366Z Downloaded trust-dns-resolver v0.22.0
8532023-10-18T23:21:50.369Z Downloaded rustls-webpki v0.101.4
8542023-10-18T23:21:50.372Z Downloaded futures-util v0.3.28
8552023-10-18T23:21:50.375Z Downloaded proptest v1.3.1
8562023-10-18T23:21:50.378Z Downloaded winnow v0.5.15
8572023-10-18T23:21:50.405Z Downloaded portable-atomic v1.4.3
8582023-10-18T23:21:50.408Z Downloaded gimli v0.28.0
8592023-10-18T23:21:50.412Z Downloaded syn v1.0.109
8602023-10-18T23:21:50.415Z Downloaded syn v2.0.32
8612023-10-18T23:21:50.418Z Downloaded openssl v0.10.57
8622023-10-18T23:21:50.438Z Downloaded radix_trie v0.2.1
8632023-10-18T23:21:50.447Z Downloaded webpki-roots v0.25.2
8642023-10-18T23:21:50.457Z Downloaded polar-core v0.26.4
8652023-10-18T23:21:50.465Z Downloaded curve25519-dalek v4.1.0
8662023-10-18T23:21:50.473Z Downloaded object v0.30.4
8672023-10-18T23:21:50.482Z Downloaded object v0.32.1
8682023-10-18T23:21:50.491Z Downloaded trust-dns-proto v0.22.0
8692023-10-18T23:21:50.499Z Downloaded openapiv3 v1.0.3
8702023-10-18T23:21:50.505Z Downloaded zerocopy-derive v0.2.0
8712023-10-18T23:21:50.508Z Downloaded bzip2-sys v0.1.11+1.0.8
8722023-10-18T23:21:50.511Z Downloaded zerocopy-derive v0.6.3
8732023-10-18T23:21:50.514Z Downloaded libc v0.2.149
8742023-10-18T23:21:50.517Z Downloaded sha3 v0.10.8
8752023-10-18T23:21:50.528Z Downloaded tokio v1.32.0
8762023-10-18T23:21:50.597Z Downloaded sled v0.34.7
8772023-10-18T23:21:50.618Z Downloaded regex-automata v0.3.8
8782023-10-18T23:21:50.651Z Downloaded rustix v0.37.23
8792023-10-18T23:21:50.686Z Downloaded libgit2-sys v0.15.2+1.6.4
8802023-10-18T23:21:50.795Z Downloaded diesel v2.1.1
8812023-10-18T23:21:50.828Z Downloaded regex-syntax v0.7.5
8822023-10-18T23:21:50.844Z Downloaded rustix v0.38.9
8832023-10-18T23:21:50.884Z Downloaded regex-syntax v0.6.29
8842023-10-18T23:21:50.898Z Downloaded regex v1.9.5
8852023-10-18T23:21:50.922Z Downloaded rustls v0.21.7
8862023-10-18T23:21:50.943Z Downloaded encoding_rs v0.8.33
8872023-10-18T23:21:50.989Z Downloaded smoltcp v0.9.1
8882023-10-18T23:21:51.009Z Downloaded ratatui v0.23.0
8892023-10-18T23:21:51.030Z Downloaded bstr v1.6.0
8902023-10-18T23:21:51.051Z Downloaded git2 v0.17.2
8912023-10-18T23:21:51.069Z Downloaded nix v0.26.2
8922023-10-18T23:21:51.089Z Downloaded bstr v0.2.17
8932023-10-18T23:21:51.109Z Downloaded rayon v1.7.0
8942023-10-18T23:21:51.125Z Downloaded quick-xml v0.23.1
8952023-10-18T23:21:51.139Z Downloaded tabled v0.14.0
8962023-10-18T23:21:51.166Z Downloaded ring v0.16.20
8972023-10-18T23:21:51.330Z Downloaded regress v0.7.1
8982023-10-18T23:21:51.343Z Downloaded vcpkg v0.2.15
8992023-10-18T23:21:51.430Z Downloaded libz-sys v1.1.12
9002023-10-18T23:21:51.544Z Downloaded toml_edit v0.20.0
9012023-10-18T23:21:51.574Z Downloaded reqwest v0.11.20
9022023-10-18T23:21:51.587Z Downloaded chrono v0.4.31
9032023-10-18T23:21:51.601Z Downloaded rusqlite v0.29.0
9042023-10-18T23:21:51.612Z Downloaded lalrpop v0.19.12
9052023-10-18T23:21:51.634Z Downloaded idna v0.4.0
9062023-10-18T23:21:51.647Z Downloaded petgraph v0.6.4
9072023-10-18T23:21:51.670Z Downloaded rand v0.8.5
9082023-10-18T23:21:51.676Z Downloaded hashbrown v0.13.2
9092023-10-18T23:21:51.684Z Downloaded h2 v0.3.21
9102023-10-18T23:21:51.696Z Downloaded libsqlite3-sys v0.26.0
9112023-10-18T23:21:51.837Z Downloaded idna v0.2.3
9122023-10-18T23:21:51.850Z Downloaded headers v0.3.9
9132023-10-18T23:21:51.859Z Downloaded crypto-bigint v0.5.2
9142023-10-18T23:21:51.869Z Downloaded regex-automata v0.1.10
9152023-10-18T23:21:51.878Z Downloaded serde_json v1.0.107
9162023-10-18T23:21:51.891Z Downloaded time v0.3.27
9172023-10-18T23:21:51.902Z Downloaded ron v0.8.1
9182023-10-18T23:21:51.912Z Downloaded hashbrown v0.14.0
9192023-10-18T23:21:51.921Z Downloaded tempfile v3.8.0
9202023-10-18T23:21:51.924Z Downloaded salty v0.2.0
9212023-10-18T23:21:51.933Z Downloaded rayon-core v1.11.0
9222023-10-18T23:21:51.940Z Downloaded structopt v0.3.26
9232023-10-18T23:21:51.952Z Downloaded reedline v0.23.0
9242023-10-18T23:21:51.963Z Downloaded pest v2.7.2
9252023-10-18T23:21:51.973Z Downloaded aho-corasick v1.0.4
9262023-10-18T23:21:51.982Z Downloaded clap v2.34.0
9272023-10-18T23:21:51.995Z Downloaded test-strategy v0.2.1
9282023-10-18T23:21:52.000Z Downloaded pkcs1 v0.7.5
9292023-10-18T23:21:52.004Z Downloaded tough v0.12.5
9302023-10-18T23:21:52.018Z Downloaded darling_core v0.20.3
9312023-10-18T23:21:52.026Z Downloaded diff v0.1.13
9322023-10-18T23:21:52.031Z Downloaded tokio-postgres v0.7.10
9332023-10-18T23:21:52.039Z Downloaded parking_lot v0.12.1
9342023-10-18T23:21:52.043Z Downloaded polyval v0.6.1
9352023-10-18T23:21:52.047Z Downloaded unarray v0.1.4
9362023-10-18T23:21:52.051Z Downloaded tracing-attributes v0.1.26
9372023-10-18T23:21:52.059Z Downloaded toml v0.7.8
9382023-10-18T23:21:52.072Z Downloaded flume v0.11.0
9392023-10-18T23:21:52.085Z Downloaded darling_core v0.14.4
9402023-10-18T23:21:52.088Z Downloaded which v4.4.0
9412023-10-18T23:21:52.091Z Downloaded erased-serde v0.3.30
9422023-10-18T23:21:52.094Z Downloaded ryu v1.0.15
9432023-10-18T23:21:52.097Z Downloaded poly1305 v0.8.0
9442023-10-18T23:21:52.110Z Downloaded unicode-normalization v0.1.22
9452023-10-18T23:21:52.113Z Downloaded nom v7.1.3
9462023-10-18T23:21:52.116Z Downloaded toml v0.8.0
9472023-10-18T23:21:52.119Z Downloaded pkcs8 v0.10.2
9482023-10-18T23:21:52.122Z Downloaded unicode-bidi v0.3.13
9492023-10-18T23:21:52.124Z Downloaded serde v1.0.188
9502023-10-18T23:21:52.128Z Downloaded tokio-util v0.7.8
9512023-10-18T23:21:52.132Z Downloaded wyz v0.5.1
9522023-10-18T23:21:52.136Z Downloaded hash32 v0.2.1
9532023-10-18T23:21:52.139Z Downloaded tokio-stream v0.1.14
9542023-10-18T23:21:52.144Z Downloaded errno v0.3.2
9552023-10-18T23:21:52.147Z Downloaded zeroize v1.6.0
9562023-10-18T23:21:52.150Z Downloaded textwrap v0.16.0
9572023-10-18T23:21:52.153Z Downloaded parse-display-derive v0.7.0
9582023-10-18T23:21:52.156Z Downloaded proc-macro-crate v1.3.1
9592023-10-18T23:21:52.159Z Downloaded flagset v0.4.3
9602023-10-18T23:21:52.165Z Downloaded tokio-rustls v0.24.1
9612023-10-18T23:21:52.168Z Downloaded diesel_derives v2.1.1
9622023-10-18T23:21:52.171Z Downloaded textwrap v0.11.0
9632023-10-18T23:21:52.174Z Downloaded structopt-derive v0.4.18
9642023-10-18T23:21:52.176Z Downloaded hkdf v0.12.3
9652023-10-18T23:21:52.179Z Downloaded phf_shared v0.10.0
9662023-10-18T23:21:52.182Z Downloaded thiserror v1.0.49
9672023-10-18T23:21:52.185Z Downloaded zerocopy v0.3.0
9682023-10-18T23:21:52.188Z Downloaded quick-error v1.2.3
9692023-10-18T23:21:52.193Z Downloaded packed_struct_codegen v0.10.1
9702023-10-18T23:21:52.195Z Downloaded steno v0.4.0
9712023-10-18T23:21:52.198Z Downloaded derive-where v1.2.5
9722023-10-18T23:21:52.203Z Downloaded serde_with v2.3.3
9732023-10-18T23:21:52.214Z Downloaded fallible-streaming-iterator v0.1.9
9742023-10-18T23:21:52.216Z Downloaded fallible-iterator v0.2.0
9752023-10-18T23:21:52.219Z Downloaded term v0.7.0
9762023-10-18T23:21:52.222Z Downloaded rsa v0.9.2
9772023-10-18T23:21:52.230Z Downloaded libxml v0.3.3
9782023-10-18T23:21:52.241Z Downloaded stringprep v0.1.3
9792023-10-18T23:21:52.245Z Downloaded similar v2.2.1
9802023-10-18T23:21:52.251Z Downloaded toml_datetime v0.6.3
9812023-10-18T23:21:52.256Z Downloaded fatfs v0.3.6
9822023-10-18T23:21:52.259Z Downloaded openssl-sys v0.9.93
9832023-10-18T23:21:52.267Z Downloaded serde_derive v1.0.188
9842023-10-18T23:21:52.271Z Downloaded snafu-derive v0.7.5
9852023-10-18T23:21:52.274Z Downloaded serde_yaml v0.9.25
9862023-10-18T23:21:52.280Z Downloaded trust-dns-server v0.22.1
9872023-10-18T23:21:52.289Z Downloaded tinyvec v1.6.0
9882023-10-18T23:21:52.294Z Downloaded ron v0.7.1
9892023-10-18T23:21:52.302Z Downloaded strsim v0.10.0
9902023-10-18T23:21:52.305Z Downloaded strsim v0.8.0
9912023-10-18T23:21:52.308Z Downloaded semver v0.1.20
9922023-10-18T23:21:52.312Z Downloaded once_cell v1.18.0
9932023-10-18T23:21:52.315Z Downloaded omicron-zone-package v0.8.3
9942023-10-18T23:21:52.318Z Downloaded stable_deref_trait v1.2.0
9952023-10-18T23:21:52.321Z Downloaded postgres-protocol v0.6.6
9962023-10-18T23:21:52.324Z Downloaded num-bigint-dig v0.8.4
9972023-10-18T23:21:52.332Z Downloaded libm v0.2.7
9982023-10-18T23:21:52.347Z Downloaded generic-array v0.14.7
9992023-10-18T23:21:52.349Z Downloaded unicode-segmentation v1.10.1
10002023-10-18T23:21:52.356Z Downloaded digest v0.10.7
10012023-10-18T23:21:52.359Z Downloaded rustc-demangle v0.1.23
10022023-10-18T23:21:52.362Z Downloaded spki v0.7.2
10032023-10-18T23:21:52.365Z Downloaded fnv v1.0.7
10042023-10-18T23:21:52.367Z Downloaded crossbeam-queue v0.3.8
10052023-10-18T23:21:52.370Z Downloaded oso v0.26.4
10062023-10-18T23:21:52.375Z Downloaded tiny-keccak v2.0.2
10072023-10-18T23:21:52.378Z Downloaded pest_meta v2.7.2
10082023-10-18T23:21:52.381Z Downloaded schemars_derive v0.8.13
10092023-10-18T23:21:52.383Z Downloaded scopeguard v1.2.0
10102023-10-18T23:21:52.386Z Downloaded diesel_table_macro_syntax v0.1.0
10112023-10-18T23:21:52.390Z Downloaded synstructure v0.12.6
10122023-10-18T23:21:52.393Z Downloaded rustls-pemfile v1.0.3
10132023-10-18T23:21:52.396Z Downloaded fd-lock v3.0.13
10142023-10-18T23:21:52.399Z Downloaded rustc-hash v1.1.0
10152023-10-18T23:21:52.402Z Downloaded futures-core v0.3.28
10162023-10-18T23:21:52.405Z Downloaded funty v2.0.0
10172023-10-18T23:21:52.408Z Downloaded fs-err v2.9.0
10182023-10-18T23:21:52.411Z Downloaded zone_cfg_derive v0.2.0
10192023-10-18T23:21:52.414Z Downloaded smallvec v1.11.0
10202023-10-18T23:21:52.417Z Downloaded slog-term v2.9.0
10212023-10-18T23:21:52.421Z Downloaded signature v2.1.0
10222023-10-18T23:21:52.423Z Downloaded postgres-types v0.2.6
10232023-10-18T23:21:52.426Z Downloaded thread_local v1.1.7
10242023-10-18T23:21:52.429Z Downloaded thread-id v4.2.0
10252023-10-18T23:21:52.457Z Downloaded ref-cast v1.0.20
10262023-10-18T23:21:52.460Z Downloaded serde-big-array v0.4.1
10272023-10-18T23:21:52.463Z Downloaded thiserror-no-std v2.0.2
10282023-10-18T23:21:52.466Z Downloaded ringbuffer v0.15.0
10292023-10-18T23:21:52.470Z Downloaded ref-cast-impl v1.0.20
10302023-10-18T23:21:52.474Z Downloaded percent-encoding v2.3.0
10312023-10-18T23:21:52.478Z Downloaded signal-hook v0.3.17
10322023-10-18T23:21:52.481Z Downloaded minimal-lexical v0.2.1
10332023-10-18T23:21:52.484Z Downloaded pest_derive v2.7.2
10342023-10-18T23:21:52.487Z Downloaded quote v1.0.33
10352023-10-18T23:21:52.490Z Downloaded futures-executor v0.3.28
10362023-10-18T23:21:52.493Z Downloaded ed25519 v1.5.3
10372023-10-18T23:21:52.496Z Downloaded opaque-debug v0.3.0
10382023-10-18T23:21:52.499Z Downloaded futures-io v0.3.28
10392023-10-18T23:21:52.502Z Downloaded dyn-clone v1.0.13
10402023-10-18T23:21:52.504Z Downloaded ppv-lite86 v0.2.17
10412023-10-18T23:21:52.507Z Downloaded crypto-common v0.1.6
10422023-10-18T23:21:52.510Z Downloaded env_logger v0.9.3
10432023-10-18T23:21:52.513Z Downloaded derive_builder v0.12.0
10442023-10-18T23:21:52.516Z Downloaded postcard v0.7.3
10452023-10-18T23:21:52.520Z Downloaded tungstenite v0.18.0
10462023-10-18T23:21:52.523Z Downloaded slog-envlogger v2.2.0
10472023-10-18T23:21:52.526Z Downloaded slog-dtrace v0.2.3
10482023-10-18T23:21:52.528Z Downloaded socket2 v0.5.3
10492023-10-18T23:21:52.531Z Downloaded crossbeam-channel v0.5.8
10502023-10-18T23:21:52.536Z Downloaded env_logger v0.10.0
10512023-10-18T23:21:52.540Z Downloaded enum-as-inner v0.5.1
10522023-10-18T23:21:52.543Z Downloaded http v0.2.9
10532023-10-18T23:21:52.546Z Downloaded pin-project-lite v0.2.13
10542023-10-18T23:21:52.549Z Downloaded schemars v0.8.13
10552023-10-18T23:21:52.552Z Downloaded unicode-ident v1.0.12
10562023-10-18T23:21:52.557Z Downloaded vte v0.11.1
10572023-10-18T23:21:52.561Z Downloaded uuid v1.4.1
10582023-10-18T23:21:52.567Z Downloaded unsafe-libyaml v0.2.9
10592023-10-18T23:21:52.573Z Downloaded tar v0.4.40
10602023-10-18T23:21:52.578Z Downloaded itertools v0.10.5
10612023-10-18T23:21:52.589Z Downloaded derive_builder_macro v0.12.0
10622023-10-18T23:21:52.592Z Downloaded parking_lot_core v0.9.8
10632023-10-18T23:21:52.595Z Downloaded pem v1.1.1
10642023-10-18T23:21:52.598Z Downloaded siphasher v0.3.11
10652023-10-18T23:21:52.601Z Downloaded memchr v2.6.3
10662023-10-18T23:21:52.607Z Downloaded heapless v0.7.16
10672023-10-18T23:21:52.614Z Downloaded subprocess v0.2.9
10682023-10-18T23:21:52.618Z Downloaded futures-sink v0.3.28
10692023-10-18T23:21:52.621Z Downloaded serde_derive_internals v0.26.0
10702023-10-18T23:21:52.624Z Downloaded vergen v8.2.4
10712023-10-18T23:21:52.627Z Downloaded pest_generator v2.7.2
10722023-10-18T23:21:52.630Z Downloaded group v0.13.0
10732023-10-18T23:21:52.633Z Downloaded globset v0.4.13
10742023-10-18T23:21:52.636Z Downloaded glob v0.3.1
10752023-10-18T23:21:52.639Z Downloaded rand_chacha v0.3.1
10762023-10-18T23:21:52.642Z Downloaded slog v2.7.0
10772023-10-18T23:21:52.645Z Downloaded serde_with_macros v2.3.3
10782023-10-18T23:21:52.648Z Downloaded downcast v0.11.0
10792023-10-18T23:21:52.651Z Downloaded cstr-argument v0.1.2
10802023-10-18T23:21:52.654Z Downloaded vsss-rs v3.3.1
10812023-10-18T23:21:52.658Z Downloaded clang-sys v1.6.1
10822023-10-18T23:21:52.660Z Downloaded toml v0.5.11
10832023-10-18T23:21:52.663Z Downloaded rustls-native-certs v0.6.3
10842023-10-18T23:21:52.666Z Downloaded precomputed-hash v0.1.1
10852023-10-18T23:21:52.669Z Downloaded walkdir v2.4.0
10862023-10-18T23:21:52.671Z Downloaded num_enum_derive v0.7.0
10872023-10-18T23:21:52.674Z Downloaded num_enum_derive v0.5.11
10882023-10-18T23:21:52.677Z Downloaded form_urlencoded v1.2.0
10892023-10-18T23:21:52.680Z Downloaded num-traits v0.2.16
10902023-10-18T23:21:52.683Z Downloaded arc-swap v1.6.0
10912023-10-18T23:21:52.686Z Downloaded sha2 v0.10.7
10922023-10-18T23:21:52.691Z Downloaded sha1 v0.10.5
10932023-10-18T23:21:52.694Z Downloaded serde_urlencoded v0.7.1
10942023-10-18T23:21:52.696Z Downloaded serde_tokenstream v0.2.0
10952023-10-18T23:21:52.700Z Downloaded serde_tokenstream v0.1.7
10962023-10-18T23:21:52.705Z Downloaded unicode-linebreak v0.1.5
10972023-10-18T23:21:52.708Z Downloaded tokio-tungstenite v0.20.1
10982023-10-18T23:21:52.711Z Downloaded tokio-macros v2.1.0
10992023-10-18T23:21:52.714Z Downloaded time-macros v0.2.13
11002023-10-18T23:21:52.717Z Downloaded tap v1.0.1
11012023-10-18T23:21:52.719Z Downloaded structmeta-derive v0.1.6
11022023-10-18T23:21:52.722Z Downloaded tui-tree-widget v0.13.0
11032023-10-18T23:21:52.725Z Downloaded version_check v0.9.4
11042023-10-18T23:21:52.728Z Downloaded subtle v2.5.0
11052023-10-18T23:21:52.731Z Downloaded smf v0.2.2
11062023-10-18T23:21:52.734Z Downloaded slog-async v2.8.0
11072023-10-18T23:21:52.737Z Downloaded rand_xorshift v0.3.0
11082023-10-18T23:21:52.740Z Downloaded foreign-types-shared v0.1.1
11092023-10-18T23:21:52.743Z Downloaded usdt-impl v0.3.5
11102023-10-18T23:21:52.746Z Downloaded shell-words v1.1.0
11112023-10-18T23:21:52.749Z Downloaded usdt v0.3.5
11122023-10-18T23:21:52.751Z Downloaded tokio-native-tls v0.3.1
11132023-10-18T23:21:52.754Z Downloaded const_format v0.2.31
11142023-10-18T23:21:52.757Z Downloaded cancel-safe-futures v0.1.2
11152023-10-18T23:21:52.760Z Downloaded foreign-types v0.5.0
11162023-10-18T23:21:52.763Z Downloaded number_prefix v0.4.0
11172023-10-18T23:21:52.765Z Downloaded fragile v2.0.0
11182023-10-18T23:21:52.768Z Downloaded miniz_oxide v0.7.1
11192023-10-18T23:21:52.771Z Downloaded want v0.3.1
11202023-10-18T23:21:52.774Z Downloaded wait-timeout v0.2.0
11212023-10-18T23:21:52.777Z Downloaded vte_generate_state_changes v0.1.1
11222023-10-18T23:21:52.780Z Downloaded signal-hook-tokio v0.3.1
11232023-10-18T23:21:52.783Z Downloaded num_threads v0.1.6
11242023-10-18T23:21:52.786Z Downloaded headers-core v0.2.0
11252023-10-18T23:21:52.789Z Downloaded foreign-types-shared v0.3.1
11262023-10-18T23:21:52.792Z Downloaded strum_macros v0.25.2
11272023-10-18T23:21:52.794Z Downloaded string_cache v0.8.7
11282023-10-18T23:21:52.797Z Downloaded waitgroup v0.1.2
11292023-10-18T23:21:52.800Z Downloaded foreign-types v0.3.2
11302023-10-18T23:21:52.803Z Downloaded time-core v0.1.1
11312023-10-18T23:21:52.805Z Downloaded thiserror-impl v1.0.49
11322023-10-18T23:21:52.808Z Downloaded ahash v0.8.3
11332023-10-18T23:21:52.811Z Downloaded addr2line v0.21.0
11342023-10-18T23:21:52.814Z Downloaded crossbeam-epoch v0.9.15
11352023-10-18T23:21:52.817Z Downloaded try-lock v0.2.4
11362023-10-18T23:21:52.820Z Downloaded termios v0.3.3
11372023-10-18T23:21:52.823Z Downloaded structmeta v0.1.6
11382023-10-18T23:21:52.826Z Downloaded slog-stdlog v4.1.1
11392023-10-18T23:21:52.829Z Downloaded serde-hex v0.1.0
11402023-10-18T23:21:52.832Z Downloaded slog-scope v4.4.0
11412023-10-18T23:21:52.835Z Downloaded signal-hook-mio v0.2.3
11422023-10-18T23:21:52.839Z Downloaded semver v1.0.18
11432023-10-18T23:21:52.843Z Downloaded ciborium v0.2.1
11442023-10-18T23:21:52.845Z Downloaded signal-hook-registry v1.4.1
11452023-10-18T23:21:52.848Z Downloaded untrusted v0.7.1
11462023-10-18T23:21:52.851Z Downloaded tower-service v0.3.2
11472023-10-18T23:21:52.854Z Downloaded thiserror-impl-no-std v2.0.2
11482023-10-18T23:21:52.857Z Downloaded block-padding v0.3.3
11492023-10-18T23:21:52.860Z Downloaded rustversion v1.0.14
11502023-10-18T23:21:52.863Z Downloaded rtoolbox v0.0.1
11512023-10-18T23:21:52.866Z Downloaded mockall_derive v0.11.4
11522023-10-18T23:21:52.869Z Downloaded maplit v1.0.2
11532023-10-18T23:21:53.281Z Downloaded unicode-xid v0.2.4
11542023-10-18T23:21:53.290Z Downloaded topological-sort v0.2.2
11552023-10-18T23:21:53.293Z Downloaded rustc_version v0.4.0
11562023-10-18T23:21:53.296Z Downloaded cpufeatures v0.2.9
11572023-10-18T23:21:53.299Z Downloaded clap_lex v0.5.1
11582023-10-18T23:21:53.302Z Downloaded byteorder v1.4.3
11592023-10-18T23:21:53.305Z Downloaded num_enum v0.7.0
11602023-10-18T23:21:53.307Z Downloaded num_cpus v1.16.0
11612023-10-18T23:21:53.311Z Downloaded nibble_vec v0.1.0
11622023-10-18T23:21:53.313Z Downloaded chacha20poly1305 v0.10.1
11632023-10-18T23:21:53.317Z Downloaded base64 v0.13.1
11642023-10-18T23:21:53.320Z Downloaded array-init v0.0.4
11652023-10-18T23:21:53.323Z Downloaded anyhow v1.0.75
11662023-10-18T23:21:53.326Z Downloaded aes-gcm-siv v0.11.1
11672023-10-18T23:21:53.329Z Downloaded termtree v0.4.1
11682023-10-18T23:21:53.332Z Downloaded serde_arrays v0.1.0
11692023-10-18T23:21:53.335Z Downloaded semver v0.11.0
11702023-10-18T23:21:53.337Z Downloaded sct v0.7.0
11712023-10-18T23:21:53.341Z Downloaded rusty-fork v0.3.0
11722023-10-18T23:21:53.344Z Downloaded log v0.4.20
11732023-10-18T23:21:53.347Z Downloaded lock_api v0.4.10
11742023-10-18T23:21:53.350Z Downloaded linked-hash-map v0.5.6
11752023-10-18T23:21:53.353Z Downloaded num-iter v0.1.43
11762023-10-18T23:21:53.357Z Downloaded num-integer v0.1.45
11772023-10-18T23:21:53.360Z Downloaded crossbeam-deque v0.8.3
11782023-10-18T23:21:53.363Z Downloaded crc v3.0.1
11792023-10-18T23:21:53.366Z Downloaded cexpr v0.6.0
11802023-10-18T23:21:53.369Z Downloaded bytes v1.5.0
11812023-10-18T23:21:53.372Z Downloaded httparse v1.8.0
11822023-10-18T23:21:53.375Z Downloaded rustc_version v0.1.7
11832023-10-18T23:21:53.378Z Downloaded mime v0.3.17
11842023-10-18T23:21:53.381Z Downloaded multer v2.1.0
11852023-10-18T23:21:53.386Z Downloaded maybe-uninit v2.0.0
11862023-10-18T23:21:53.389Z Downloaded atomic-waker v1.1.1
11872023-10-18T23:21:53.393Z Downloaded anstream v0.5.0
11882023-10-18T23:21:53.396Z Downloaded serde_repr v0.1.16
11892023-10-18T23:21:53.399Z Downloaded serde_plain v1.0.2
11902023-10-18T23:21:53.408Z Downloaded md-5 v0.10.5
11912023-10-18T23:21:53.411Z Downloaded crc32fast v1.3.2
11922023-10-18T23:21:53.414Z Downloaded cookie v0.16.2
11932023-10-18T23:21:53.417Z Downloaded num-derive v0.4.0
11942023-10-18T23:21:53.420Z Downloaded nodrop v0.1.14
11952023-10-18T23:21:53.423Z Downloaded memoffset v0.7.1
11962023-10-18T23:21:53.426Z Downloaded linear-map v1.2.0
11972023-10-18T23:21:53.429Z Downloaded highway v1.1.0
11982023-10-18T23:21:53.432Z Downloaded num v0.4.1
11992023-10-18T23:21:53.435Z Downloaded base64ct v1.6.0
12002023-10-18T23:21:53.438Z Downloaded bincode v1.3.3
12012023-10-18T23:21:53.444Z Downloaded ansi_term v0.12.1
12022023-10-18T23:21:53.447Z Downloaded hyper-staticfile v0.9.5
12032023-10-18T23:21:53.451Z Downloaded managed v0.8.0
12042023-10-18T23:21:53.454Z Downloaded macaddr v1.0.1
12052023-10-18T23:21:53.479Z Downloaded lru-cache v0.1.2
12062023-10-18T23:21:53.483Z Downloaded iana-time-zone v0.1.57
12072023-10-18T23:21:53.486Z Downloaded crossbeam v0.8.2
12082023-10-18T23:21:53.489Z Downloaded crc-catalog v2.2.0
12092023-10-18T23:21:53.492Z Downloaded cargo_toml v0.16.3
12102023-10-18T23:21:53.495Z Downloaded bitfield v0.14.0
12112023-10-18T23:21:53.498Z Downloaded bb8 v0.8.1
12122023-10-18T23:21:53.501Z Downloaded async-stream v0.3.5
12132023-10-18T23:21:53.504Z Downloaded heck v0.3.3
12142023-10-18T23:21:53.508Z Downloaded httpdate v1.0.3
12152023-10-18T23:21:53.511Z Downloaded http-body v0.4.5
12162023-10-18T23:21:53.514Z Downloaded home v0.5.5
12172023-10-18T23:21:53.517Z Downloaded const-oid v0.9.5
12182023-10-18T23:21:53.520Z Downloaded clap v4.4.3
12192023-10-18T23:21:53.522Z Downloaded console v0.15.7
12202023-10-18T23:21:53.525Z Downloaded colored v2.0.4
12212023-10-18T23:21:53.528Z Downloaded clap_derive v4.4.2
12222023-10-18T23:21:53.531Z Downloaded bitstruct v0.1.1
12232023-10-18T23:21:53.533Z Downloaded normalize-line-endings v0.3.0
12242023-10-18T23:21:53.537Z Downloaded new_debug_unreachable v1.0.4
12252023-10-18T23:21:53.539Z Downloaded ciborium-io v0.2.1
12262023-10-18T23:21:53.542Z Downloaded cfg-if v0.1.10
12272023-10-18T23:21:53.545Z Downloaded hubpack v0.1.2
12282023-10-18T23:21:53.548Z Downloaded io-lifetimes v1.0.11
12292023-10-18T23:21:53.551Z Downloaded blake2 v0.10.6
12302023-10-18T23:21:53.554Z Downloaded keccak v0.1.4
12312023-10-18T23:21:53.556Z Downloaded itoa v1.0.9
12322023-10-18T23:21:53.561Z Downloaded indexmap v2.0.0
12332023-10-18T23:21:53.566Z Downloaded hostname v0.3.1
12342023-10-18T23:21:53.570Z Downloaded memoffset v0.9.0
12352023-10-18T23:21:53.572Z Downloaded hubpack_derive v0.1.1
12362023-10-18T23:21:53.575Z Downloaded async-stream-impl v0.3.5
12372023-10-18T23:21:53.578Z Downloaded const_format_proc_macros v0.2.31
12382023-10-18T23:21:53.581Z Downloaded nu-ansi-term v0.49.0
12392023-10-18T23:21:53.584Z Downloaded cipher v0.4.4
12402023-10-18T23:21:53.587Z Downloaded ciborium-ll v0.2.1
12412023-10-18T23:21:53.590Z Downloaded chacha20 v0.9.1
12422023-10-18T23:21:53.593Z Downloaded bzip2 v0.4.4
12432023-10-18T23:21:53.596Z Downloaded indicatif v0.17.7
12442023-10-18T23:21:53.599Z Downloaded nanorand v0.7.0
12452023-10-18T23:21:53.602Z Downloaded libloading v0.7.4
12462023-10-18T23:21:53.605Z Downloaded libefi-sys v0.1.0
12472023-10-18T23:21:53.608Z Downloaded ipnet v2.8.0
12482023-10-18T23:21:53.611Z Downloaded cargo_metadata v0.18.0
12492023-10-18T23:21:53.614Z Downloaded camino-tempfile v1.0.2
12502023-10-18T23:21:53.617Z Downloaded bitflags v1.3.2
12512023-10-18T23:21:53.620Z Downloaded bytesize v1.3.0
12522023-10-18T23:21:53.623Z Downloaded lalrpop-util v0.19.12
12532023-10-18T23:21:53.626Z Downloaded cargo-platform v0.1.3
12542023-10-18T23:21:53.629Z Downloaded buf-list v1.0.3
12552023-10-18T23:21:53.633Z Downloaded bcs v0.1.5
12562023-10-18T23:21:53.636Z Downloaded bit_field v0.10.2
12572023-10-18T23:21:53.639Z Downloaded indoc v1.0.9
12582023-10-18T23:21:53.645Z Downloaded bitstruct_derive v0.1.0
12592023-10-18T23:21:53.648Z Downloaded bytecount v0.6.3
12602023-10-18T23:21:53.651Z Downloaded block-buffer v0.10.4
12612023-10-18T23:21:53.654Z Downloaded indexmap v1.9.3
12622023-10-18T23:21:53.659Z Downloaded hyper-tls v0.5.0
12632023-10-18T23:21:53.665Z Downloaded bitflags v2.4.0
12642023-10-18T23:21:53.671Z Compiling proc-macro2 v1.0.67
12652023-10-18T23:21:53.674Z Compiling unicode-ident v1.0.12
12662023-10-18T23:21:53.677Z Compiling libc v0.2.149
12672023-10-18T23:21:53.680Z Compiling serde v1.0.188
12682023-10-18T23:21:53.684Z Compiling autocfg v1.1.0
12692023-10-18T23:21:53.687Z Compiling version_check v0.9.4
12702023-10-18T23:21:53.690Z Compiling cfg-if v1.0.0
12712023-10-18T23:21:53.872Z Compiling syn v1.0.109
12722023-10-18T23:21:53.952Z Compiling once_cell v1.18.0
12732023-10-18T23:21:54.035Z Compiling parking_lot_core v0.9.8
12742023-10-18T23:21:54.694Z Compiling libm v0.2.7
12752023-10-18T23:21:54.830Z Compiling ahash v0.8.3
12762023-10-18T23:21:54.924Z Compiling lock_api v0.4.10
12772023-10-18T23:21:55.494Z Compiling num-traits v0.2.16
12782023-10-18T23:21:55.528Z Compiling thiserror v1.0.49
12792023-10-18T23:21:55.531Z Compiling typenum v1.16.0
12802023-10-18T23:21:55.534Z Compiling futures-core v0.3.28
12812023-10-18T23:21:55.875Z Compiling generic-array v0.14.7
12822023-10-18T23:21:56.098Z Compiling memchr v2.6.3
12832023-10-18T23:21:56.260Z Compiling itoa v1.0.9
12842023-10-18T23:21:56.596Z Compiling scopeguard v1.2.0
12852023-10-18T23:21:56.638Z Compiling pkg-config v0.3.27
12862023-10-18T23:21:57.065Z Compiling quote v1.0.33
12872023-10-18T23:21:57.157Z Compiling slab v0.4.9
12882023-10-18T23:21:57.560Z Compiling futures-task v0.3.28
12892023-10-18T23:21:58.010Z Compiling syn v2.0.32
12902023-10-18T23:21:58.098Z Compiling jobserver v0.1.26
12912023-10-18T23:21:58.291Z Compiling getrandom v0.2.10
12922023-10-18T23:21:58.934Z Compiling cc v1.0.83
12932023-10-18T23:21:58.988Z Compiling futures-channel v0.3.28
12942023-10-18T23:21:59.257Z Compiling futures-util v0.3.28
12952023-10-18T23:21:59.600Z Compiling log v0.4.20
12962023-10-18T23:22:00.408Z Compiling ryu v1.0.15
12972023-10-18T23:22:00.598Z Compiling pin-project-lite v0.2.13
12982023-10-18T23:22:00.620Z Compiling serde_json v1.0.107
12992023-10-18T23:22:00.819Z Compiling vcpkg v0.2.15
13002023-10-18T23:22:00.880Z Compiling schemars v0.8.13
13012023-10-18T23:22:00.904Z Compiling smallvec v1.11.0
13022023-10-18T23:22:03.314Z Compiling parking_lot v0.12.1
13032023-10-18T23:22:03.786Z Compiling ring v0.16.20
13042023-10-18T23:22:03.864Z Compiling openssl-sys v0.9.93
13052023-10-18T23:22:04.700Z Compiling heck v0.4.1
13062023-10-18T23:22:05.384Z Compiling num_cpus v1.16.0
13072023-10-18T23:22:05.906Z Compiling rand_core v0.6.4
13082023-10-18T23:22:06.595Z Compiling indexmap v1.9.3
13092023-10-18T23:22:06.620Z Compiling allocator-api2 v0.2.16
13102023-10-18T23:22:06.717Z Compiling byteorder v1.4.3
13112023-10-18T23:22:07.009Z Compiling equivalent v1.0.1
13122023-10-18T23:22:07.167Z Compiling spin v0.5.2
13132023-10-18T23:22:07.362Z Compiling httparse v1.8.0
13142023-10-18T23:22:07.534Z Compiling mio v0.8.8
13152023-10-18T23:22:07.672Z Compiling signal-hook-registry v1.4.1
13162023-10-18T23:22:07.884Z Compiling hashbrown v0.14.0
13172023-10-18T23:22:08.346Z Compiling socket2 v0.5.3
13182023-10-18T23:22:10.421Z Compiling serde_derive_internals v0.26.0
13192023-10-18T23:22:10.526Z Compiling semver v1.0.18
13202023-10-18T23:22:10.842Z Compiling openssl v0.10.57
13212023-10-18T23:22:11.166Z Compiling fnv v1.0.7
13222023-10-18T23:22:11.487Z Compiling rustls v0.21.7
13232023-10-18T23:22:11.513Z Compiling iana-time-zone v0.1.57
13242023-10-18T23:22:11.888Z Compiling native-tls v0.2.11
13252023-10-18T23:22:12.066Z Compiling ucd-trie v0.1.6
13262023-10-18T23:22:12.243Z Compiling crossbeam-utils v0.8.16
13272023-10-18T23:22:12.287Z Compiling unicode-xid v0.2.4
13282023-10-18T23:22:12.543Z Compiling synstructure v0.12.6
13292023-10-18T23:22:13.810Z Compiling futures-sink v0.3.28
13302023-10-18T23:22:14.053Z Compiling io-lifetimes v1.0.11
13312023-10-18T23:22:14.525Z Compiling backtrace v0.3.69
13322023-10-18T23:22:14.787Z Compiling dyn-clone v1.0.13
13332023-10-18T23:22:14.880Z Compiling tinyvec_macros v0.1.1
13342023-10-18T23:22:15.017Z Compiling tinyvec v1.6.0
13352023-10-18T23:22:15.635Z Compiling tracing-core v0.1.31
13362023-10-18T23:22:15.687Z Compiling num-integer v0.1.45
13372023-10-18T23:22:15.927Z Compiling memoffset v0.9.0
13382023-10-18T23:22:16.097Z Compiling futures-io v0.3.28
13392023-10-18T23:22:16.174Z Compiling subtle v2.5.0
13402023-10-18T23:22:16.206Z Compiling rustix v0.38.9
13412023-10-18T23:22:16.229Z Compiling winnow v0.5.15
13422023-10-18T23:22:16.680Z Compiling pin-utils v0.1.0
13432023-10-18T23:22:16.963Z Compiling rustix v0.37.23
13442023-10-18T23:22:17.150Z Compiling hashbrown v0.13.2
13452023-10-18T23:22:17.701Z Compiling unicode-normalization v0.1.22
13462023-10-18T23:22:17.842Z Compiling aho-corasick v1.0.4
13472023-10-18T23:22:17.845Z Compiling usdt-impl v0.3.5
13482023-10-18T23:22:19.121Z Compiling anyhow v1.0.75
13492023-10-18T23:22:19.582Z Compiling time-core v0.1.1
13502023-10-18T23:22:19.816Z Compiling slog v2.7.0
13512023-10-18T23:22:19.844Z Compiling crc32fast v1.3.2
13522023-10-18T23:22:20.468Z Compiling bitflags v1.3.2
13532023-10-18T23:22:20.491Z Compiling unicode-bidi v0.3.13
13542023-10-18T23:22:20.494Z Compiling const-oid v0.9.5
13552023-10-18T23:22:20.618Z Compiling regex-syntax v0.7.5
13562023-10-18T23:22:21.016Z Compiling serde_derive v1.0.188
13572023-10-18T23:22:21.312Z Compiling zeroize_derive v1.4.2
13582023-10-18T23:22:22.644Z Compiling thiserror-impl v1.0.49
13592023-10-18T23:22:22.679Z Compiling tokio-macros v2.1.0
13602023-10-18T23:22:23.549Z Compiling futures-macro v0.3.28
13612023-10-18T23:22:23.847Z Compiling tracing-attributes v0.1.26
13622023-10-18T23:22:24.254Z Compiling schemars_derive v0.8.13
13632023-10-18T23:22:24.330Z Compiling zeroize v1.6.0
13642023-10-18T23:22:26.640Z Compiling openssl-macros v0.1.1
13652023-10-18T23:22:27.538Z Compiling pest v2.7.2
13662023-10-18T23:22:27.682Z Compiling zerocopy-derive v0.2.0
13672023-10-18T23:22:27.706Z Compiling crypto-common v0.1.6
13682023-10-18T23:22:28.014Z Compiling block-buffer v0.10.4
13692023-10-18T23:22:29.258Z Compiling digest v0.10.7
13702023-10-18T23:22:29.423Z Compiling tracing v0.1.37
13712023-10-18T23:22:30.763Z Compiling regex-automata v0.3.8
13722023-10-18T23:22:30.845Z Compiling time-macros v0.2.13
13732023-10-18T23:22:32.366Z Compiling pest_meta v2.7.2
13742023-10-18T23:22:36.978Z Compiling pest_generator v2.7.2
13752023-10-18T23:22:38.803Z Compiling bzip2-sys v0.1.11+1.0.8
13762023-10-18T23:22:39.409Z Compiling crossbeam-epoch v0.9.15
13772023-10-18T23:22:39.450Z Compiling async-trait v0.1.73
13782023-10-18T23:22:40.122Z Compiling pest_derive v2.7.2
13792023-10-18T23:22:40.417Z Compiling ppv-lite86 v0.2.17
13802023-10-18T23:22:40.770Z Compiling zerocopy v0.3.0
13812023-10-18T23:22:41.796Z Compiling rand_chacha v0.3.1
13822023-10-18T23:22:42.019Z Compiling zerocopy-derive v0.6.3
13832023-10-18T23:22:42.570Z Compiling untrusted v0.7.1
13842023-10-18T23:22:43.501Z Compiling strsim v0.10.0
13852023-10-18T23:22:43.642Z Compiling base64 v0.21.4
13862023-10-18T23:22:44.383Z Compiling bytes v1.5.0
13872023-10-18T23:22:44.559Z Compiling indexmap v2.0.0
13882023-10-18T23:22:44.796Z Compiling uuid v1.4.1
13892023-10-18T23:22:45.221Z Compiling chrono v0.4.31
13902023-10-18T23:22:45.913Z Compiling tokio v1.32.0
13912023-10-18T23:22:46.075Z Compiling serde_spanned v0.6.3
13922023-10-18T23:22:49.214Z Compiling bitflags v2.4.0
13932023-10-18T23:22:49.770Z Compiling toml_datetime v0.6.3
13942023-10-18T23:22:50.202Z Compiling rustc_version v0.4.0
13952023-10-18T23:22:50.448Z Compiling toml_edit v0.19.15
13962023-10-18T23:22:51.308Z Compiling http v0.2.9
13972023-10-18T23:22:51.579Z Compiling heapless v0.7.16
13982023-10-18T23:22:57.780Z Compiling rand v0.8.5
13992023-10-18T23:23:00.077Z Compiling tokio-util v0.7.8
14002023-10-18T23:23:01.092Z Compiling dof v0.1.5
14012023-10-18T23:23:01.470Z Compiling dtrace-parser v0.1.14
14022023-10-18T23:23:02.412Z Compiling regex v1.9.5
14032023-10-18T23:23:03.056Z Compiling errno v0.3.2
14042023-10-18T23:23:03.144Z Compiling thread-id v4.2.0
14052023-10-18T23:23:03.430Z Compiling num-bigint v0.4.4
14062023-10-18T23:23:03.455Z Compiling radium v0.7.0
14072023-10-18T23:23:04.207Z Compiling unicode-width v0.1.10
14082023-10-18T23:23:04.374Z Compiling openssl-probe v0.1.5
14092023-10-18T23:23:04.450Z Compiling foreign-types-shared v0.1.1
14102023-10-18T23:23:04.472Z Compiling smoltcp v0.9.1
14112023-10-18T23:23:04.621Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14122023-10-18T23:23:04.986Z Compiling percent-encoding v2.3.0
14132023-10-18T23:23:05.406Z Compiling hashbrown v0.12.3
14142023-10-18T23:23:05.554Z Compiling foreign-types v0.3.2
14152023-10-18T23:23:08.826Z Compiling serde_tokenstream v0.1.7
14162023-10-18T23:23:09.721Z Compiling lazy_static v1.4.0
14172023-10-18T23:23:09.949Z Compiling socket2 v0.4.9
14182023-10-18T23:23:11.810Z Compiling adler v1.0.2
14192023-10-18T23:23:11.902Z Compiling unicode-segmentation v1.10.1
14202023-10-18T23:23:12.078Z Compiling try-lock v0.2.4
14212023-10-18T23:23:12.298Z Compiling siphasher v0.3.11
14222023-10-18T23:23:12.808Z Compiling want v0.3.1
14232023-10-18T23:23:12.967Z Compiling miniz_oxide v0.7.1
14242023-10-18T23:23:15.486Z Compiling h2 v0.3.21
14252023-10-18T23:23:16.335Z Compiling form_urlencoded v1.2.0
14262023-10-18T23:23:16.818Z Compiling sct v0.7.0
14272023-10-18T23:23:17.037Z Compiling rustls-webpki v0.101.4
14282023-10-18T23:23:17.263Z Compiling http-body v0.4.5
14292023-10-18T23:23:18.015Z Compiling hubpack_derive v0.1.1
14302023-10-18T23:23:19.319Z Compiling num-iter v0.1.43
14312023-10-18T23:23:19.557Z Compiling cpufeatures v0.2.9
14322023-10-18T23:23:19.606Z Compiling utf8parse v0.2.1
14332023-10-18T23:23:19.747Z Compiling httpdate v1.0.3
14342023-10-18T23:23:20.090Z Compiling tower-service v0.3.2
14352023-10-18T23:23:20.306Z Compiling anstyle v1.0.2
14362023-10-18T23:23:21.099Z Compiling anstyle-parse v0.2.1
14372023-10-18T23:23:21.162Z Compiling sha2 v0.10.7
14382023-10-18T23:23:24.175Z Compiling usdt-macro v0.3.5
14392023-10-18T23:23:24.990Z Compiling usdt-attr-macro v0.3.5
14402023-10-18T23:23:27.873Z Compiling hyper v0.14.27
14412023-10-18T23:23:28.796Z Compiling openapiv3 v1.0.3
14422023-10-18T23:23:29.319Z Compiling rustls-pemfile v1.0.3
14432023-10-18T23:23:29.829Z Compiling md-5 v0.10.5
14442023-10-18T23:23:30.191Z Compiling hmac v0.12.1
14452023-10-18T23:23:32.913Z Compiling idna v0.4.0
14462023-10-18T23:23:33.867Z Compiling stringprep v0.1.3
14472023-10-18T23:23:35.408Z Compiling diesel_table_macro_syntax v0.1.0
14482023-10-18T23:23:35.435Z Compiling hash32 v0.2.1
14492023-10-18T23:23:35.598Z Compiling spin v0.9.8
14502023-10-18T23:23:36.012Z Compiling stable_deref_trait v1.2.0
14512023-10-18T23:23:36.037Z Compiling either v1.9.0
14522023-10-18T23:23:36.166Z Compiling fallible-iterator v0.2.0
14532023-10-18T23:23:36.219Z Compiling gimli v0.28.0
14542023-10-18T23:23:36.586Z Compiling colorchoice v1.0.0
14552023-10-18T23:23:36.832Z Compiling anstyle-query v1.0.0
14562023-10-18T23:23:37.226Z Compiling anstream v0.5.0
14572023-10-18T23:23:37.402Z Compiling postgres-protocol v0.6.6
14582023-10-18T23:23:38.468Z Compiling diesel_derives v2.1.1
14592023-10-18T23:23:39.896Z Compiling url v2.4.1
14602023-10-18T23:23:42.817Z Compiling rustls-native-certs v0.6.3
14612023-10-18T23:23:43.422Z Compiling addr2line v0.21.0
14622023-10-18T23:23:44.063Z Compiling tokio-rustls v0.24.1
14632023-10-18T23:23:44.681Z Compiling tokio-native-tls v0.3.1
14642023-10-18T23:23:45.112Z Compiling terminal_size v0.2.6
14652023-10-18T23:23:45.756Z Compiling phf_shared v0.11.2
14662023-10-18T23:23:48.565Z Compiling serde_tokenstream v0.2.0
14672023-10-18T23:23:48.637Z Compiling block-padding v0.3.3
14682023-10-18T23:23:48.863Z Compiling enum-as-inner v0.5.1
14692023-10-18T23:23:49.007Z Compiling serde_repr v0.1.16
14702023-10-18T23:23:49.444Z Compiling clap_derive v4.4.2
14712023-10-18T23:23:50.804Z Compiling scheduled-thread-pool v0.2.7
14722023-10-18T23:23:50.828Z Compiling object v0.32.1
14732023-10-18T23:24:03.804Z Compiling clap_lex v0.5.1
14742023-10-18T23:24:04.381Z Compiling matches v0.1.10
14752023-10-18T23:24:05.847Z Compiling managed v0.8.0
14762023-10-18T23:24:08.046Z Compiling num_threads v0.1.6
14772023-10-18T23:24:29.430Z Compiling rustc-demangle v0.1.23
14782023-10-18T23:24:30.086Z Compiling bit-vec v0.6.3
14792023-10-18T23:24:30.275Z Compiling regex-automata v0.1.10
14802023-10-18T23:24:30.586Z Compiling deranged v0.3.8
14812023-10-18T23:24:30.789Z Compiling ipnet v2.8.0
14822023-10-18T23:24:30.964Z Compiling tap v1.0.1
14832023-10-18T23:24:31.027Z Compiling time v0.3.27
14842023-10-18T23:24:31.191Z Compiling wyz v0.5.1
14852023-10-18T23:24:31.262Z Compiling bstr v0.2.17
14862023-10-18T23:24:31.354Z Compiling idna v0.2.3
14872023-10-18T23:24:31.437Z Compiling clap_builder v4.4.2
14882023-10-18T23:24:31.516Z Compiling r2d2 v0.8.10
14892023-10-18T23:24:31.993Z Compiling inout v0.1.3
14902023-10-18T23:24:32.019Z Compiling phf v0.11.2
14912023-10-18T23:24:32.070Z Compiling hyper-tls v0.5.0
14922023-10-18T23:24:32.119Z Compiling hyper-rustls v0.24.1
14932023-10-18T23:24:32.143Z Compiling flate2 v1.0.27
14942023-10-18T23:24:32.168Z Compiling postgres-types v0.2.6
14952023-10-18T23:24:32.206Z Compiling itertools v0.11.0
14962023-10-18T23:24:32.242Z Compiling hubpack v0.1.2
14972023-10-18T23:24:32.266Z Compiling serde_urlencoded v0.7.1
14982023-10-18T23:24:32.284Z Compiling phf_shared v0.10.0
14992023-10-18T23:24:32.318Z Compiling ipnetwork v0.20.0
15002023-10-18T23:24:32.339Z Compiling zerocopy v0.6.3
15012023-10-18T23:24:32.386Z Compiling futures-executor v0.3.28
15022023-10-18T23:24:32.439Z Compiling regress v0.7.1
15032023-10-18T23:24:32.468Z Compiling float-cmp v0.9.0
15042023-10-18T23:24:32.506Z Compiling encoding_rs v0.8.33
15052023-10-18T23:24:32.936Z Compiling funty v2.0.0
15062023-10-18T23:24:33.029Z Compiling precomputed-hash v0.1.1
15072023-10-18T23:24:33.046Z Compiling smawk v0.3.1
15082023-10-18T23:24:33.786Z Compiling mime v0.3.17
15092023-10-18T23:24:33.910Z Compiling whoami v1.4.1
15102023-10-18T23:24:34.830Z Compiling fixedbitset v0.4.2
15112023-10-18T23:24:35.247Z Compiling normalize-line-endings v0.3.0
15122023-10-18T23:24:35.419Z Compiling difflib v0.4.0
15132023-10-18T23:24:35.779Z Compiling predicates-core v1.0.6
15142023-10-18T23:24:35.800Z Compiling unicode-linebreak v0.1.5
15152023-10-18T23:24:36.658Z Compiling new_debug_unreachable v1.0.4
15162023-10-18T23:24:36.798Z Compiling data-encoding v2.4.0
15172023-10-18T23:24:36.829Z Compiling webpki-roots v0.25.2
15182023-10-18T23:24:37.264Z Compiling static_assertions v1.1.0
15192023-10-18T23:24:37.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15202023-10-18T23:24:37.558Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15212023-10-18T23:24:38.543Z Compiling trust-dns-proto v0.22.0
15222023-10-18T23:24:39.858Z Compiling reqwest v0.11.20
15232023-10-18T23:24:39.982Z Compiling string_cache v0.8.7
15242023-10-18T23:24:40.680Z Compiling textwrap v0.16.0
15252023-10-18T23:24:42.488Z Compiling predicates v3.0.4
15262023-10-18T23:24:44.969Z Compiling petgraph v0.6.4
15272023-10-18T23:24:46.490Z Compiling bitvec v1.0.1
15282023-10-18T23:24:51.933Z Compiling tokio-postgres v0.7.10
15292023-10-18T23:24:56.638Z Compiling futures v0.3.28
15302023-10-18T23:24:58.011Z Compiling diesel v2.1.1
15312023-10-18T23:24:58.835Z Compiling yasna v0.5.2
15322023-10-18T23:24:59.297Z Compiling clap v4.4.3
15332023-10-18T23:24:59.477Z Compiling cipher v0.4.4
15342023-10-18T23:25:00.394Z Compiling similar v2.2.1
15352023-10-18T23:25:00.707Z Compiling bit-set v0.5.3
15362023-10-18T23:25:01.173Z Compiling itertools v0.10.5
15372023-10-18T23:25:01.734Z Compiling usdt v0.3.5
15382023-10-18T23:25:02.215Z Compiling console v0.15.7
15392023-10-18T23:25:03.186Z Compiling tokio-stream v0.1.14
15402023-10-18T23:25:04.388Z Compiling toml v0.7.8
15412023-10-18T23:25:04.682Z Compiling signature v2.1.0
15422023-10-18T23:25:04.764Z Compiling hex v0.4.3
15432023-10-18T23:25:05.222Z Compiling bstr v1.6.0
15442023-10-18T23:25:06.842Z Compiling lalrpop-util v0.19.12
15452023-10-18T23:25:09.298Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15462023-10-18T23:25:14.956Z Compiling ident_case v1.0.1
15472023-10-18T23:25:15.189Z Compiling rustversion v1.0.14
15482023-10-18T23:25:16.551Z Compiling darling_core v0.20.3
15492023-10-18T23:25:31.631Z Compiling crossbeam-channel v0.5.8
15502023-10-18T23:25:40.561Z Compiling atty v0.2.14
15512023-10-18T23:25:40.798Z Compiling proc-macro-error-attr v1.0.4
15522023-10-18T23:25:47.321Z Compiling darling_macro v0.20.3
15532023-10-18T23:25:55.575Z Compiling proc-macro-crate v1.3.1
15542023-10-18T23:26:00.863Z Compiling dirs-sys-next v0.1.2
15552023-10-18T23:26:01.926Z Compiling proc-macro-error v1.0.4
15562023-10-18T23:26:11.136Z Compiling dirs-next v2.0.0
15572023-10-18T23:26:12.901Z Compiling num_enum_derive v0.5.11
15582023-10-18T23:26:18.174Z Compiling strum_macros v0.25.2
15592023-10-18T23:26:20.543Z Compiling darling v0.20.3
15602023-10-18T23:26:24.597Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15612023-10-18T23:26:31.452Z Compiling getopts v0.2.21
15622023-10-18T23:26:39.447Z Compiling structmeta-derive v0.1.6
15632023-10-18T23:26:39.596Z Compiling thread_local v1.1.7
15642023-10-18T23:26:39.620Z Compiling multer v2.1.0
15652023-10-18T23:26:39.640Z Compiling slog-async v2.8.0
15662023-10-18T23:26:39.648Z Compiling paste v1.0.14
15672023-10-18T23:26:39.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682023-10-18T23:26:40.308Z Compiling camino v1.1.6
15692023-10-18T23:26:44.069Z Compiling unsafe-libyaml v0.2.9
15702023-10-18T23:26:48.311Z Compiling match_cfg v0.1.0
15712023-10-18T23:26:48.962Z Compiling hostname v0.3.1
15722023-10-18T23:26:49.747Z Compiling serde_yaml v0.9.25
15732023-10-18T23:27:02.124Z Compiling structmeta v0.1.6
15742023-10-18T23:27:02.916Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15752023-10-18T23:27:07.293Z Compiling strum v0.25.0
15762023-10-18T23:27:08.721Z Compiling serde_with_macros v2.3.3
15772023-10-18T23:27:11.783Z Compiling num_enum v0.5.11
15782023-10-18T23:27:12.765Z Compiling term v0.7.0
15792023-10-18T23:27:13.321Z Compiling slog-json v2.6.1
15802023-10-18T23:27:16.913Z Compiling async-stream-impl v0.3.5
15812023-10-18T23:27:16.999Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15822023-10-18T23:27:17.428Z Compiling postcard-cobs v0.1.5-pre
15832023-10-18T23:27:17.867Z Compiling regex-syntax v0.6.29
15842023-10-18T23:27:18.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15852023-10-18T23:27:18.952Z Compiling atomic-waker v1.1.1
15862023-10-18T23:27:19.192Z Compiling take_mut v0.2.2
15872023-10-18T23:27:19.296Z Compiling waitgroup v0.1.2
15882023-10-18T23:27:19.658Z Compiling async-stream v0.3.5
15892023-10-18T23:27:20.689Z Compiling postcard v0.7.3
15902023-10-18T23:27:21.159Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15912023-10-18T23:27:21.250Z Compiling slog-bunyan v2.4.0
15922023-10-18T23:27:21.664Z Compiling slog-term v2.9.0
15932023-10-18T23:27:25.347Z Compiling serde_with v2.3.3
15942023-10-18T23:27:27.731Z Compiling parse-display-derive v0.7.0
15952023-10-18T23:27:31.711Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-18T23:27:33.401Z Compiling smoltcp v0.8.2
15972023-10-18T23:27:34.513Z Compiling sha1 v0.10.5
15982023-10-18T23:27:34.517Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15992023-10-18T23:27:34.646Z Compiling serde_path_to_error v0.1.14
16002023-10-18T23:27:35.628Z Compiling foreign-types-macros v0.2.3
16012023-10-18T23:27:36.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16022023-10-18T23:27:36.856Z Compiling instant v0.1.12
16032023-10-18T23:27:37.093Z Compiling foreign-types-shared v0.3.1
16042023-10-18T23:27:37.298Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16052023-10-18T23:27:37.503Z Compiling debug-ignore v1.0.5
16062023-10-18T23:27:37.543Z Compiling cfg-if v0.1.10
16072023-10-18T23:27:37.692Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16082023-10-18T23:27:37.781Z Compiling foreign-types v0.5.0
16092023-10-18T23:27:37.960Z Compiling backoff v0.4.0
16102023-10-18T23:27:38.210Z Compiling parse-display v0.7.0
16112023-10-18T23:27:38.866Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16122023-10-18T23:27:38.998Z Compiling is-terminal v0.4.9
16132023-10-18T23:27:39.138Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16142023-10-18T23:27:39.194Z Compiling macaddr v1.0.1
16152023-10-18T23:27:40.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16162023-10-18T23:27:40.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16172023-10-18T23:27:41.588Z Compiling cstr-argument v0.1.2
16182023-10-18T23:27:41.794Z Compiling pretty-hex v0.2.1
16192023-10-18T23:27:41.988Z Compiling crucible-workspace-hack v0.1.0
16202023-10-18T23:27:42.175Z Compiling base64ct v1.6.0
16212023-10-18T23:27:42.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16222023-10-18T23:27:42.901Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232023-10-18T23:27:43.513Z Compiling password-hash v0.5.0
16242023-10-18T23:27:43.591Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16252023-10-18T23:27:45.658Z Compiling colored v2.0.4
16262023-10-18T23:27:45.818Z Compiling heck v0.3.3
16272023-10-18T23:27:46.411Z Compiling textwrap v0.11.0
16282023-10-18T23:27:47.756Z Compiling blake2 v0.10.6
16292023-10-18T23:27:47.976Z Compiling vec_map v0.8.2
16302023-10-18T23:27:48.281Z Compiling libefi-sys v0.1.0
16312023-10-18T23:27:48.519Z Compiling strsim v0.8.0
16322023-10-18T23:27:48.711Z Compiling rayon-core v1.11.0
16332023-10-18T23:27:49.128Z Compiling ansi_term v0.12.1
16342023-10-18T23:27:50.145Z Compiling clap v2.34.0
16352023-10-18T23:27:50.713Z Compiling argon2 v0.5.2
16362023-10-18T23:27:50.956Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16372023-10-18T23:27:50.982Z Compiling structopt-derive v0.4.18
16382023-10-18T23:27:54.236Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16392023-10-18T23:27:55.695Z Compiling zone_cfg_derive v0.2.0
16402023-10-18T23:27:55.776Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16412023-10-18T23:27:56.597Z Compiling crossbeam-deque v0.8.3
16422023-10-18T23:27:57.245Z Compiling num-derive v0.4.0
16432023-10-18T23:27:57.891Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16442023-10-18T23:27:58.502Z Compiling portable-atomic v1.4.3
16452023-10-18T23:27:58.864Z Compiling keccak v0.1.4
16462023-10-18T23:27:59.981Z Compiling sha3 v0.10.8
16472023-10-18T23:28:00.575Z Compiling zone v0.2.0
16482023-10-18T23:28:01.017Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16492023-10-18T23:28:04.092Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16502023-10-18T23:28:05.664Z Compiling structopt v0.3.26
16512023-10-18T23:28:05.924Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16522023-10-18T23:28:08.097Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16532023-10-18T23:28:08.345Z Compiling hkdf v0.12.3
16542023-10-18T23:28:08.415Z Compiling smf v0.2.2
16552023-10-18T23:28:08.759Z Compiling secrecy v0.8.0
16562023-10-18T23:28:09.204Z Compiling xattr v1.0.1
16572023-10-18T23:28:09.420Z Compiling filetime v0.2.22
16582023-10-18T23:28:09.675Z Compiling fastrand v2.0.0
16592023-10-18T23:28:09.940Z Compiling same-file v1.0.6
16602023-10-18T23:28:10.069Z Compiling tar v0.4.40
16612023-10-18T23:28:10.436Z Compiling tempfile v3.8.0
16622023-10-18T23:28:10.886Z Compiling walkdir v2.4.0
16632023-10-18T23:28:13.916Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16642023-10-18T23:28:13.919Z Compiling rayon v1.7.0
16652023-10-18T23:28:15.180Z Compiling number_prefix v0.4.0
16662023-10-18T23:28:15.583Z Compiling omicron-zone-package v0.8.3
16672023-10-18T23:28:17.808Z Compiling topological-sort v0.2.2
16682023-10-18T23:28:23.049Z Compiling indicatif v0.17.7
16692023-10-18T23:28:29.590Z Compiling bzip2 v0.4.4
16702023-10-18T23:28:30.188Z Compiling zip v0.6.6
16712023-10-18T23:28:31.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16722023-10-18T23:28:32.251Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16732023-10-18T23:28:33.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16742023-10-18T23:28:33.448Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16752023-10-18T23:28:42.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16762023-10-18T23:28:42.641Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16772023-10-18T23:28:42.643Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16782023-10-18T23:28:56.707Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16792023-10-18T23:28:58.205Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16802023-10-18T23:29:33.479Z Finished release [optimized] target(s) in 8m 12s
16812023-10-18T23:29:33.741Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16822023-10-18T23:29:33.824ZCreated new build target 'test' and set it as active
16832023-10-18T23:29:33.829Z
16842023-10-18T23:29:33.832Zreal 8:13.210793812
16852023-10-18T23:29:33.835Zuser 52:04.546772063
16862023-10-18T23:29:33.838Zsys 4:46.443094913
16872023-10-18T23:29:33.841Ztrap 1.986134245
16882023-10-18T23:29:33.843Ztflt 4.935973590
16892023-10-18T23:29:33.846Zdflt 4.248929638
16902023-10-18T23:29:33.849Zkflt 0.037045183
16912023-10-18T23:29:33.852Zlock 1:56:25.023450785
16922023-10-18T23:29:33.854Zslp 2:52:57.153528852
16932023-10-18T23:29:33.857Zlat 2:15.050339216
16942023-10-18T23:29:33.859Zstop 4:12.480072414
16952023-10-18T23:29:33.862Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16962023-10-18T23:29:34.971Z Finished release [optimized] target(s) in 1.06s
16972023-10-18T23:29:35.001Z Running `target/release/omicron-package -t test package`
16982023-10-18T23:29:35.039ZOct 18 23:29:35.039 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16992023-10-18T23:29:36.252Z Compiling serde_json v1.0.107
17002023-10-18T23:29:36.323Z Compiling linked-hash-map v0.5.6
17012023-10-18T23:29:36.327Z Compiling slog-dtrace v0.2.3
17022023-10-18T23:29:36.330Z Compiling quick-error v1.2.3
17032023-10-18T23:29:36.333Z Compiling termcolor v1.2.0
17042023-10-18T23:29:36.336Z Compiling memoffset v0.7.1
17052023-10-18T23:29:36.339Z Compiling base64 v0.13.1
17062023-10-18T23:29:36.342Z Compiling libz-sys v1.1.12
17072023-10-18T23:29:36.506Z Compiling resolv-conf v0.7.0
17082023-10-18T23:29:36.770Z Compiling same-file v1.0.6
17092023-10-18T23:29:36.893Z Compiling lru-cache v0.1.2
17102023-10-18T23:29:37.081Z Compiling walkdir v2.4.0
17112023-10-18T23:29:37.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17122023-10-18T23:29:37.138Z Compiling semver-parser v0.10.2
17132023-10-18T23:29:37.189Z Compiling trust-dns-resolver v0.22.0
17142023-10-18T23:29:37.504Z Compiling cancel-safe-futures v0.1.2
17152023-10-18T23:29:37.784Z Compiling fastrand v2.0.0
17162023-10-18T23:29:37.994Z Compiling libgit2-sys v0.15.2+1.6.4
17172023-10-18T23:29:38.229Z Compiling filetime v0.2.22
17182023-10-18T23:29:38.618Z Compiling semver v0.11.0
17192023-10-18T23:29:38.629Z Compiling tempfile v3.8.0
17202023-10-18T23:29:38.692Z Compiling xattr v1.0.1
17212023-10-18T23:29:39.068Z Compiling num-rational v0.4.1
17222023-10-18T23:29:39.120Z Compiling utf-8 v0.7.6
17232023-10-18T23:29:39.470Z Compiling schemars v0.8.13
17242023-10-18T23:29:39.705Z Compiling openapiv3 v1.0.3
17252023-10-18T23:29:39.740Z Compiling usdt-impl v0.3.5
17262023-10-18T23:29:39.761Z Compiling reqwest v0.11.20
17272023-10-18T23:29:39.900Z Compiling postgres-types v0.2.6
17282023-10-18T23:29:40.439Z Compiling slog-json v2.6.1
17292023-10-18T23:29:41.308Z Compiling usdt v0.3.5
17302023-10-18T23:29:42.069Z Compiling tokio-postgres v0.7.10
17312023-10-18T23:29:47.246Z Compiling ipnetwork v0.20.0
17322023-10-18T23:29:47.515Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-18T23:29:53.277Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17342023-10-18T23:29:53.482Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-18T23:29:55.426Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-18T23:29:55.870Z Compiling slog-bunyan v2.4.0
17372023-10-18T23:29:56.274Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17382023-10-18T23:29:56.603Z Compiling diesel v2.1.1
17392023-10-18T23:30:00.935Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17402023-10-18T23:30:01.246Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17412023-10-18T23:30:05.553Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17422023-10-18T23:30:05.896Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17432023-10-18T23:30:08.050Z Compiling home v0.5.5
17442023-10-18T23:30:08.419Z Compiling toolchain_find v0.2.0
17452023-10-18T23:30:09.259Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17462023-10-18T23:30:13.637Z Compiling tar v0.4.40
17472023-10-18T23:30:17.908Z Compiling pem-rfc7468 v0.7.0
17482023-10-18T23:30:18.832Z Compiling toml v0.5.11
17492023-10-18T23:30:20.856Z Compiling der_derive v0.7.2
17502023-10-18T23:30:22.928Z Compiling flagset v0.4.3
17512023-10-18T23:30:23.298Z Compiling rustfmt-wrapper v0.2.0
17522023-10-18T23:30:24.671Z Compiling omicron-zone-package v0.8.3
17532023-10-18T23:30:24.880Z Compiling der v0.7.8
17542023-10-18T23:30:29.204Z Compiling vergen v8.2.4
17552023-10-18T23:30:29.620Z Compiling fxhash v0.2.1
17562023-10-18T23:30:29.970Z Compiling num-complex v0.4.4
17572023-10-18T23:30:30.622Z Compiling unicase v2.7.0
17582023-10-18T23:30:31.132Z Compiling spki v0.7.2
17592023-10-18T23:30:31.996Z Compiling num v0.4.1
17602023-10-18T23:30:32.153Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17612023-10-18T23:30:32.176Z Compiling universal-hash v0.5.1
17622023-10-18T23:30:32.511Z Compiling libsqlite3-sys v0.26.0
17632023-10-18T23:30:33.182Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17642023-10-18T23:30:33.807Z Compiling maybe-uninit v2.0.0
17652023-10-18T23:30:34.219Z Compiling half v1.8.2
17662023-10-18T23:30:34.475Z Compiling ciborium-io v0.2.1
17672023-10-18T23:30:34.660Z Compiling semver v0.1.20
17682023-10-18T23:30:35.666Z Compiling arc-swap v1.6.0
17692023-10-18T23:30:36.225Z Compiling opaque-debug v0.3.0
17702023-10-18T23:30:36.362Z Compiling rustc_version v0.1.7
17712023-10-18T23:30:36.957Z Compiling slog-scope v4.4.0
17722023-10-18T23:30:37.012Z Compiling ciborium-ll v0.2.1
17732023-10-18T23:30:37.945Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17742023-10-18T23:30:38.651Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17752023-10-18T23:30:39.010Z Compiling signal-hook v0.3.17
17762023-10-18T23:30:39.396Z Compiling num-bigint-dig v0.8.4
17772023-10-18T23:30:39.804Z Compiling crc-catalog v2.2.0
17782023-10-18T23:30:40.032Z Compiling parking_lot_core v0.8.6
17792023-10-18T23:30:40.615Z Compiling packed_struct v0.10.1
17802023-10-18T23:30:41.245Z Compiling crc v3.0.1
17812023-10-18T23:30:44.696Z Compiling ciborium v0.2.1
17822023-10-18T23:30:45.421Z Compiling slog-stdlog v4.1.1
17832023-10-18T23:30:46.963Z Compiling newtype_derive v0.1.6
17842023-10-18T23:30:47.370Z Compiling pkcs8 v0.10.2
17852023-10-18T23:30:47.668Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17862023-10-18T23:30:48.572Z Compiling toml_edit v0.20.0
17872023-10-18T23:30:50.449Z Compiling hashlink v0.8.3
17882023-10-18T23:30:51.562Z Compiling aead v0.5.2
17892023-10-18T23:30:51.649Z Compiling nibble_vec v0.1.0
17902023-10-18T23:30:51.993Z Compiling packed_struct_codegen v0.10.1
17912023-10-18T23:30:52.084Z Compiling dirs-sys-next v0.1.2
17922023-10-18T23:30:52.897Z Compiling fallible-streaming-iterator v0.1.9
17932023-10-18T23:30:53.349Z Compiling doc-comment v0.3.3
17942023-10-18T23:30:54.080Z Compiling glob v0.3.1
17952023-10-18T23:30:55.464Z Compiling nodrop v0.1.14
17962023-10-18T23:30:55.640Z Compiling crunchy v0.2.2
17972023-10-18T23:30:56.321Z Compiling endian-type v0.1.2
17982023-10-18T23:30:56.333Z Compiling humantime v2.1.0
17992023-10-18T23:30:56.691Z Compiling radix_trie v0.2.1
18002023-10-18T23:30:58.238Z Compiling array-init v0.0.4
18012023-10-18T23:30:58.858Z Compiling clang-sys v1.6.1
18022023-10-18T23:31:00.099Z Compiling toml v0.8.0
18032023-10-18T23:31:00.547Z Compiling rusqlite v0.29.0
18042023-10-18T23:31:05.772Z Compiling dirs-next v2.0.0
18052023-10-18T23:31:06.029Z Compiling pkcs1 v0.7.5
18062023-10-18T23:31:09.736Z Compiling slog-envlogger v2.2.0
18072023-10-18T23:31:09.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082023-10-18T23:31:10.026Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18092023-10-18T23:31:12.559Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18102023-10-18T23:31:13.586Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18112023-10-18T23:31:14.321Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18122023-10-18T23:31:14.901Z Compiling smallvec v0.6.14
18132023-10-18T23:31:21.821Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18142023-10-18T23:31:24.185Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18152023-10-18T23:31:25.241Z Compiling nix v0.26.2
18162023-10-18T23:31:25.786Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18172023-10-18T23:31:27.610Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18182023-10-18T23:31:31.207Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18192023-10-18T23:31:38.682Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18202023-10-18T23:31:39.308Z Compiling num_enum_derive v0.7.0
18212023-10-18T23:31:41.849Z Compiling twox-hash v1.6.3
18222023-10-18T23:31:42.532Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18232023-10-18T23:31:43.661Z Compiling platforms v3.0.2
18242023-10-18T23:31:43.697Z Compiling prettyplease v0.2.12
18252023-10-18T23:31:44.091Z Compiling bitfield v0.14.0
18262023-10-18T23:31:44.124Z Compiling tiny-keccak v2.0.2
18272023-10-18T23:31:44.226Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18282023-10-18T23:31:44.580Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18292023-10-18T23:31:44.615Z Compiling num_enum v0.7.0
18302023-10-18T23:31:44.877Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18312023-10-18T23:31:46.958Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18322023-10-18T23:32:01.455Z Compiling rsa v0.9.2
18332023-10-18T23:32:05.217Z Compiling parking_lot v0.11.2
18342023-10-18T23:32:06.465Z Compiling serde-hex v0.1.0
18352023-10-18T23:32:06.833Z Compiling mime_guess v2.0.4
18362023-10-18T23:32:08.629Z Compiling term v0.7.0
18372023-10-18T23:32:09.594Z Compiling trust-dns-client v0.22.0
18382023-10-18T23:32:10.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18392023-10-18T23:32:10.872Z Compiling polyval v0.6.1
18402023-10-18T23:32:11.168Z Compiling x509-cert v0.2.4
18412023-10-18T23:32:11.992Z Compiling tungstenite v0.20.1
18422023-10-18T23:32:15.846Z Compiling env_logger v0.10.0
18432023-10-18T23:32:18.649Z Compiling ctr v0.9.2
18442023-10-18T23:32:19.184Z Compiling aes v0.8.3
18452023-10-18T23:32:21.753Z Compiling darling_core v0.14.4
18462023-10-18T23:32:22.459Z Compiling ron v0.8.1
18472023-10-18T23:32:23.667Z Compiling snafu-derive v0.7.5
18482023-10-18T23:32:28.637Z Compiling bincode v1.3.3
18492023-10-18T23:32:30.868Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
18502023-10-18T23:32:31.283Z Compiling crc-any v2.4.3
18512023-10-18T23:32:32.123Z Compiling convert_case v0.4.0
18522023-10-18T23:32:32.978Z Compiling erased-serde v0.3.30
18532023-10-18T23:32:33.368Z Compiling minimal-lexical v0.2.1
18542023-10-18T23:32:33.412Z Compiling derive_more v0.99.17
18552023-10-18T23:32:33.741Z Compiling trust-dns-server v0.22.1
18562023-10-18T23:32:34.118Z Compiling nom v7.1.3
18572023-10-18T23:32:34.215Z Compiling snafu v0.7.5
18582023-10-18T23:32:36.318Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18592023-10-18T23:32:40.865Z Compiling darling_macro v0.14.4
18602023-10-18T23:32:42.315Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18612023-10-18T23:32:45.354Z Compiling aes-gcm-siv v0.11.1
18622023-10-18T23:32:45.858Z Compiling tokio-tungstenite v0.20.1
18632023-10-18T23:32:47.163Z Compiling ascii-canvas v3.0.0
18642023-10-18T23:32:47.566Z Compiling steno v0.4.0
18652023-10-18T23:32:47.936Z Compiling sled v0.34.7
18662023-10-18T23:32:47.972Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18672023-10-18T23:32:55.429Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18682023-10-18T23:33:07.495Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18692023-10-18T23:33:07.864Z Compiling env_logger v0.9.3
18702023-10-18T23:33:10.194Z Compiling tungstenite v0.18.0
18712023-10-18T23:33:12.121Z Compiling object v0.30.4
18722023-10-18T23:33:15.822Z Compiling is-terminal v0.4.9
18732023-10-18T23:33:16.010Z Compiling ena v0.14.2
18742023-10-18T23:33:16.674Z Compiling derive-where v1.2.5
18752023-10-18T23:33:16.693Z Compiling async-recursion v1.0.5
18762023-10-18T23:33:18.215Z Compiling bitstruct_derive v0.1.0
18772023-10-18T23:33:20.246Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18782023-10-18T23:33:20.262Z Compiling libloading v0.7.4
18792023-10-18T23:33:20.468Z Compiling diff v0.1.13
18802023-10-18T23:33:20.831Z Compiling linear-map v1.2.0
18812023-10-18T23:33:21.380Z Compiling path-slash v0.1.5
18822023-10-18T23:33:21.469Z Compiling bindgen v0.65.1
18832023-10-18T23:33:21.720Z Compiling ringbuffer v0.15.0
18842023-10-18T23:33:22.118Z Compiling ascii v1.1.0
18852023-10-18T23:33:22.233Z Compiling pretty-hex v0.3.0
18862023-10-18T23:33:22.592Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18872023-10-18T23:33:22.825Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18882023-10-18T23:33:23.518Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18892023-10-18T23:33:27.308Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18902023-10-18T23:33:31.948Z Compiling lalrpop v0.19.12
18912023-10-18T23:33:38.087Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18922023-10-18T23:33:38.479Z Compiling bitstruct v0.1.1
18932023-10-18T23:33:38.653Z Compiling tokio-tungstenite v0.18.0
18942023-10-18T23:33:38.987Z Compiling curve25519-dalek v4.1.0
18952023-10-18T23:33:39.499Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18962023-10-18T23:33:42.681Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18972023-10-18T23:33:48.230Z Compiling darling v0.14.4
18982023-10-18T23:33:48.404Z Compiling cexpr v0.6.0
18992023-10-18T23:33:53.986Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19002023-10-18T23:33:55.879Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
19012023-10-18T23:33:57.752Z Compiling which v4.4.0
19022023-10-18T23:33:58.635Z Compiling ff v0.13.0
19032023-10-18T23:33:58.825Z Compiling path-dedot v3.1.0
19042023-10-18T23:33:59.024Z Compiling serde_arrays v0.1.0
19052023-10-18T23:33:59.207Z Compiling rustc-hash v1.1.0
19062023-10-18T23:33:59.273Z Compiling peeking_take_while v0.1.2
19072023-10-18T23:33:59.442Z Compiling lazycell v1.3.0
19082023-10-18T23:33:59.478Z Compiling shlex v1.1.0
19092023-10-18T23:33:59.677Z Compiling display-error-chain v0.1.1
19102023-10-18T23:33:59.857Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19112023-10-18T23:34:01.510Z Compiling path-absolutize v3.1.0
19122023-10-18T23:34:01.824Z Compiling group v0.13.0
19132023-10-18T23:34:02.097Z Compiling derive_builder_core v0.12.0
19142023-10-18T23:34:06.109Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19152023-10-18T23:34:07.871Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19162023-10-18T23:34:10.751Z Compiling olpc-cjson v0.1.3
19172023-10-18T23:34:11.768Z Compiling pem v1.1.1
19182023-10-18T23:34:15.253Z Compiling camino-tempfile v1.0.2
19192023-10-18T23:34:15.263Z Compiling globset v0.4.13
19202023-10-18T23:34:15.676Z Compiling crypto-bigint v0.5.2
19212023-10-18T23:34:15.827Z Compiling serde_plain v1.0.2
19222023-10-18T23:34:16.725Z Compiling libxml v0.3.3
19232023-10-18T23:34:17.214Z Compiling curve25519-dalek-derive v0.1.0
19242023-10-18T23:34:19.541Z Compiling thiserror-impl-no-std v2.0.2
19252023-10-18T23:34:22.425Z Compiling buf-list v1.0.3
19262023-10-18T23:34:22.644Z Compiling polar-core v0.26.4
19272023-10-18T23:34:23.289Z Compiling ref-cast v1.0.20
19282023-10-18T23:34:23.711Z Compiling base16ct v0.2.0
19292023-10-18T23:34:24.040Z Compiling elliptic-curve v0.13.5
19302023-10-18T23:34:24.182Z Compiling thiserror-no-std v2.0.2
19312023-10-18T23:34:24.323Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19322023-10-18T23:34:24.959Z Compiling tough v0.12.5
19332023-10-18T23:34:29.095Z Compiling derive_builder_macro v0.12.0
19342023-10-18T23:34:30.287Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19352023-10-18T23:34:37.469Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19362023-10-18T23:34:37.745Z Compiling poly1305 v0.8.0
19372023-10-18T23:34:39.059Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19382023-10-18T23:34:40.410Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19392023-10-18T23:34:40.776Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19402023-10-18T23:34:40.813Z Compiling chacha20 v0.9.1
19412023-10-18T23:34:41.168Z Compiling strum_macros v0.24.3
19422023-10-18T23:34:41.513Z Compiling const_format_proc_macros v0.2.31
19432023-10-18T23:34:41.926Z Compiling bcs v0.1.5
19442023-10-18T23:34:43.432Z Compiling ref-cast-impl v1.0.20
19452023-10-18T23:34:44.885Z Compiling cookie v0.16.2
19462023-10-18T23:34:45.230Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19472023-10-18T23:34:45.295Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19482023-10-18T23:34:45.649Z Compiling salty v0.2.0
19492023-10-18T23:34:45.707Z Compiling signature v1.6.4
19502023-10-18T23:34:45.937Z Compiling highway v1.1.0
19512023-10-18T23:34:46.192Z Compiling indoc v1.0.9
19522023-10-18T23:34:46.273Z Compiling ed25519 v1.5.3
19532023-10-18T23:34:46.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19542023-10-18T23:34:47.491Z Compiling const_format v0.2.31
19552023-10-18T23:34:48.442Z Compiling chacha20poly1305 v0.10.1
19562023-10-18T23:34:48.843Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19572023-10-18T23:34:49.394Z Compiling derive_builder v0.12.0
19582023-10-18T23:34:49.732Z Compiling vsss-rs v3.3.1
19592023-10-18T23:34:59.812Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19602023-10-18T23:35:06.116Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19612023-10-18T23:35:11.474Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19622023-10-18T23:35:11.519Z Compiling signal-hook-mio v0.2.3
19632023-10-18T23:35:11.602Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19642023-10-18T23:35:11.632Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19652023-10-18T23:35:11.666Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19662023-10-18T23:35:15.358Z Compiling ron v0.7.1
19672023-10-18T23:35:24.054Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19682023-10-18T23:35:25.391Z Compiling headers-core v0.2.0
19692023-10-18T23:35:25.579Z Compiling bb8 v0.8.1
19702023-10-18T23:35:25.661Z Compiling quick-xml v0.23.1
19712023-10-18T23:35:26.483Z Compiling serde-big-array v0.5.1
19722023-10-18T23:35:26.874Z Compiling impl-trait-for-tuples v0.2.2
19732023-10-18T23:35:29.127Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19742023-10-18T23:35:29.654Z Compiling oso-derive v0.26.4
19752023-10-18T23:35:30.424Z Compiling maplit v1.0.2
19762023-10-18T23:35:30.596Z Compiling http-range v0.1.5
19772023-10-18T23:35:30.737Z Compiling bit_field v0.10.2
19782023-10-18T23:35:31.164Z Compiling hyper-staticfile v0.9.5
19792023-10-18T23:35:31.567Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19802023-10-18T23:35:37.000Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
19812023-10-18T23:35:38.080Z Compiling headers v0.3.9
19822023-10-18T23:35:43.648Z Compiling oso v0.26.4
19832023-10-18T23:35:45.237Z Compiling crossterm v0.27.0
19842023-10-18T23:36:02.234Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19852023-10-18T23:36:06.051Z Compiling signal-hook-tokio v0.3.1
19862023-10-18T23:36:06.205Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19872023-10-18T23:36:06.349Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19882023-10-18T23:36:06.595Z Compiling serde-big-array v0.4.1
19892023-10-18T23:36:06.716Z Compiling cassowary v0.3.0
19902023-10-18T23:36:06.869Z Compiling indoc v2.0.3
19912023-10-18T23:36:08.514Z Compiling ratatui v0.23.0
19922023-10-18T23:36:12.198Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19932023-10-18T23:36:14.546Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19942023-10-18T23:36:14.995Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19952023-10-18T23:36:15.588Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19962023-10-18T23:36:16.722Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19972023-10-18T23:36:18.573Z Compiling fatfs v0.3.6
19982023-10-18T23:36:21.838Z Compiling bytesize v1.3.0
19992023-10-18T23:36:22.779Z Compiling nanorand v0.7.0
20002023-10-18T23:36:24.134Z Compiling rtoolbox v0.0.1
20012023-10-18T23:36:24.357Z Compiling fs-err v2.9.0
20022023-10-18T23:36:24.890Z Compiling corncobs v0.1.3
20032023-10-18T23:36:25.570Z Compiling assert_matches v1.5.0
20042023-10-18T23:36:25.697Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20052023-10-18T23:36:25.755Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20062023-10-18T23:36:27.006Z Compiling rpassword v7.2.0
20072023-10-18T23:36:27.155Z Compiling flume v0.11.0
20082023-10-18T23:36:27.623Z Compiling tui-tree-widget v0.13.0
20092023-10-18T23:36:28.498Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20102023-10-18T23:36:31.158Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20112023-10-18T23:36:34.299Z Compiling shell-words v1.1.0
20122023-10-18T23:36:35.015Z Compiling owo-colors v3.5.0
20132023-10-18T23:36:40.851Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20142023-10-18T23:36:54.576Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20152023-10-18T23:37:42.786Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20162023-10-18T23:37:57.370Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20172023-10-18T23:40:11.693Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20182023-10-18T23:41:49.429Z Compiling git2 v0.17.2
20192023-10-18T23:41:56.171Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20202023-10-18T23:41:57.928Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20212023-10-18T23:42:09.967Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20222023-10-18T23:42:27.010Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20232023-10-18T23:42:28.077Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20242023-10-18T23:42:28.962Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20252023-10-18T23:42:56.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20262023-10-18T23:51:42.444Z Finished release [optimized] target(s) in 22m 07s
20272023-10-18T23:52:55.851Z
20282023-10-18T23:52:55.854Zreal 23:22.071455664
20292023-10-18T23:52:55.857Zuser 2:41:33.089390013
20302023-10-18T23:52:55.860Zsys 7:15.043507177
20312023-10-18T23:52:55.862Ztrap 5.224260247
20322023-10-18T23:52:55.865Ztflt 1.600399381
20332023-10-18T23:52:55.868Zdflt 3.666593567
20342023-10-18T23:52:55.871Zkflt 0.002729114
20352023-10-18T23:52:55.874Zlock 9:07:12.451737257
20362023-10-18T23:52:55.876Zslp 6:31:12.545357479
20372023-10-18T23:52:55.880Zlat 2:49.019036110
20382023-10-18T23:52:55.883Zstop 51.464647913
20392023-10-18T23:52:55.885Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
20402023-10-18T23:52:55.888Z+ pfexec mkdir -p /work
20412023-10-18T23:52:55.891Z+ pfexec chown build /work
20422023-10-18T23:52:55.894Z+ ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
20432023-10-18T23:53:09.678ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20442023-10-18T23:53:09.680Za out/maghemite.tar 73201K
20452023-10-18T23:53:09.683Za out/omicron-sled-agent.tar 111292K
20462023-10-18T23:53:09.686Za out/target/test 1K
20472023-10-18T23:53:09.689Za out/npuzone/npuzone 36504K
20482023-10-18T23:53:09.692Za package-manifest.toml 21K
20492023-10-18T23:53:09.698Za smf/sled-agent/non-gimlet/config.toml 4K
20502023-10-18T23:53:09.701Za target/release/omicron-package 37175K
20512023-10-18T23:53:09.704Za tools/create_virtual_hardware.sh 3K
20522023-10-18T23:53:09.707Za tools/virtual_hardware.sh 4K
20532023-10-18T23:53:09.709Za tools/scrimlet/create-softnpu-zone.sh 1K
20542023-10-18T23:53:09.712Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20552023-10-18T23:53:09.715Za tools/scrimlet/softnpu-init.sh 3K
20562023-10-18T23:53:09.718Za tools/scrimlet/softnpu-zone.txt 1K
20572023-10-18T23:53:09.720Za tools/scrimlet/softnpu.toml 1K
20582023-10-18T23:53:09.723Z
20592023-10-18T23:53:09.727Zreal 13.815337185
20602023-10-18T23:53:09.730Zuser 13.212582845
20612023-10-18T23:53:09.732Zsys 1.090787044
20622023-10-18T23:53:09.735Ztrap 0.004672920
20632023-10-18T23:53:09.737Ztflt 0.000000000
20642023-10-18T23:53:09.740Zdflt 0.000000000
20652023-10-18T23:53:09.743Zkflt 0.000000000
20662023-10-18T23:53:09.746Zlock 0.000000000
20672023-10-18T23:53:09.748Zslp 12.911287505
20682023-10-18T23:53:09.751Zlat 0.407548093
20692023-10-18T23:53:09.753Zstop 0.000322015
20702023-10-18T23:53:09.756Z++ pwd
20712023-10-18T23:53:09.758Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20722023-10-18T23:53:09.761Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20732023-10-18T23:53:09.764Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20742023-10-18T23:53:10.899Z Finished release [optimized] target(s) in 1.12s
20752023-10-18T23:53:10.928Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20762023-10-18T23:53:10.971ZCreated new build target 'host' and set it as active
20772023-10-18T23:53:10.974Z
20782023-10-18T23:53:10.977Zreal 1.279435540
20792023-10-18T23:53:10.979Zuser 0.908205007
20802023-10-18T23:53:10.982Zsys 0.372062191
20812023-10-18T23:53:10.986Ztrap 0.000153376
20822023-10-18T23:53:10.988Ztflt 0.000011412
20832023-10-18T23:53:10.992Zdflt 0.000003473
20842023-10-18T23:53:10.995Zkflt 0.000000000
20852023-10-18T23:53:10.998Zlock 0.033137865
20862023-10-18T23:53:11.000Zslp 0.020148469
20872023-10-18T23:53:11.003Zlat 0.001702556
20882023-10-18T23:53:11.007Zstop 0.000227282
20892023-10-18T23:53:11.009Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20902023-10-18T23:53:12.160Z Finished release [optimized] target(s) in 1.10s
20912023-10-18T23:53:12.190Z Running `target/release/omicron-package -t host package`
20922023-10-18T23:53:12.233ZOct 18 23:53:12.233 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20932023-10-18T23:53:13.422Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20942023-10-18T23:56:52.180Z Finished release [optimized] target(s) in 3m 39s
20952023-10-18T23:58:21.036Z
20962023-10-18T23:58:21.039Zreal 5:10.066059582
20972023-10-18T23:58:21.042Zuser 21:28.553128203
20982023-10-18T23:58:21.051Zsys 1:04.019703475
20992023-10-18T23:58:21.059Ztrap 0.611667426
21002023-10-18T23:58:21.064Ztflt 0.034374510
21012023-10-18T23:58:21.068Zdflt 1.663181170
21022023-10-18T23:58:21.072Zkflt 0.000271293
21032023-10-18T23:58:21.079Zlock 1:12:23.770824730
21042023-10-18T23:58:21.095Zslp 17:37.993761996
21052023-10-18T23:58:21.103Zlat 7.406480581
21062023-10-18T23:58:21.109Zstop 0.680650599
21072023-10-18T23:58:21.113Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21082023-10-18T23:58:21.137Z+ for package in "$@"
21092023-10-18T23:58:21.147Z+ [[ omicron-sled-agent == maghemite ]]
21102023-10-18T23:58:21.156Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitd375210eb4f
21112023-10-18T23:58:22.217Z Finished release [optimized] target(s) in 1.10s
21122023-10-18T23:58:22.251Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitd375210eb4f`
21132023-10-18T23:58:22.288ZOct 18 23:58:22.291 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21142023-10-18T23:58:22.816ZCreated: out/versioned/omicron-sled-agent.tar
21152023-10-18T23:58:22.820Z+ for package in "$@"
21162023-10-18T23:58:22.822Z+ [[ maghemite == maghemite ]]
21172023-10-18T23:58:22.826Z+ echo 0.0.0
21182023-10-18T23:58:22.829Z+ tar rvf out/maghemite.tar VERSION
21192023-10-18T23:58:22.831Za VERSION 1K
21202023-10-18T23:58:22.834Z+ rm VERSION
21212023-10-18T23:58:22.836Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitd375210eb4f
21222023-10-18T23:58:24.036Z Finished release [optimized] target(s) in 1.13s
21232023-10-18T23:58:24.072Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitd375210eb4f`
21242023-10-18T23:58:24.107ZOct 18 23:58:24.110 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21252023-10-18T23:58:24.439ZCreated: out/versioned/maghemite.tar
21262023-10-18T23:58:24.443Z+ for package in "$@"
21272023-10-18T23:58:24.446Z+ [[ propolis-server == maghemite ]]
21282023-10-18T23:58:24.449Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitd375210eb4f
21292023-10-18T23:58:25.606Z Finished release [optimized] target(s) in 1.08s
21302023-10-18T23:58:25.636Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitd375210eb4f`
21312023-10-18T23:58:25.683ZOct 18 23:58:25.681 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21322023-10-18T23:58:27.447ZCreated: out/versioned/propolis-server.tar.gz
21332023-10-18T23:58:27.451Z+ for package in "$@"
21342023-10-18T23:58:27.454Z+ [[ overlay == maghemite ]]
21352023-10-18T23:58:27.457Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitd375210eb4f
21362023-10-18T23:58:28.641Z Finished release [optimized] target(s) in 1.11s
21372023-10-18T23:58:28.691Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitd375210eb4f`
21382023-10-18T23:58:28.711ZOct 18 23:58:28.714 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21392023-10-18T23:58:28.714ZCreated: out/versioned/overlay.tar.gz
21402023-10-18T23:58:28.717Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21412023-10-18T23:58:28.728Z+++ dirname -- ./tools/build-global-zone-packages.sh
21422023-10-18T23:58:28.733Z++ cd -- ./tools
21432023-10-18T23:58:28.736Z++ pwd
21442023-10-18T23:58:28.739Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21452023-10-18T23:58:28.742Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21462023-10-18T23:58:28.745Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21472023-10-18T23:58:28.748Z++ readlink -f /work
21482023-10-18T23:58:28.751Z+ out_dir=/work
21492023-10-18T23:58:28.753Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz")
21502023-10-18T23:58:28.756Z+ for dep in "${deps[@]}"
21512023-10-18T23:58:28.760Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21522023-10-18T23:58:28.763Z+ for dep in "${deps[@]}"
21532023-10-18T23:58:28.766Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21542023-10-18T23:58:28.770Z+ for dep in "${deps[@]}"
21552023-10-18T23:58:28.774Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21562023-10-18T23:58:28.778Z+ for dep in "${deps[@]}"
21572023-10-18T23:58:28.781Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21582023-10-18T23:58:28.784Z++ mktemp -d
21592023-10-18T23:58:28.788Z+ tmp_gz=/tmp/tmp.jEaqqi
21602023-10-18T23:58:28.790Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21612023-10-18T23:58:28.793Z+ echo '{"v":"1","t":"layer"}'
21622023-10-18T23:58:28.796Z+ pkg_dir=/tmp/tmp.jEaqqi/root/opt/oxide/sled-agent
21632023-10-18T23:58:28.799Z+ mkdir -p /tmp/tmp.jEaqqi/root/opt/oxide/sled-agent
21642023-10-18T23:58:28.802Z+ cd /tmp/tmp.jEaqqi/root/opt/oxide/sled-agent
21652023-10-18T23:58:28.805Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21662023-10-18T23:58:28.869Zx ., 0 bytes, 0 tape blocks
21672023-10-18T23:58:28.877Zx zone-bundle, 34399376 bytes, 67187 tape blocks
21682023-10-18T23:58:28.880Zx sled-agent, 79608192 bytes, 155485 tape blocks
21692023-10-18T23:58:28.883Zx pkg, 0 bytes, 0 tape blocks
21702023-10-18T23:58:28.886Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21712023-10-18T23:58:28.889Zx pkg/README.md, 54 bytes, 1 tape blocks
21722023-10-18T23:58:28.892Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21732023-10-18T23:58:28.897Zx VERSION, 25 bytes, 1 tape blocks
21742023-10-18T23:58:28.900Z+ mkdir -p /tmp/tmp.jEaqqi/root/lib/svc/manifest/site/
21752023-10-18T23:58:28.903Z+ mv pkg/manifest.xml /tmp/tmp.jEaqqi/root/lib/svc/manifest/site/sled-agent.xml
21762023-10-18T23:58:28.907Z+ cd -
21772023-10-18T23:58:28.910Z/work/oxidecomputer/omicron
21782023-10-18T23:58:28.915Z+ pkg_dir=/tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm
21792023-10-18T23:58:28.920Z+ mkdir -p /tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm
21802023-10-18T23:58:28.925Z+ cd /tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm
21812023-10-18T23:58:28.940Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21822023-10-18T23:58:28.956Zx ., 0 bytes, 0 tape blocks
21832023-10-18T23:58:28.961Zx ddmadm, 39360576 bytes, 76877 tape blocks
21842023-10-18T23:58:28.965Zx ddmd, 35588120 bytes, 69509 tape blocks
21852023-10-18T23:58:28.968Zx pkg, 0 bytes, 0 tape blocks
21862023-10-18T23:58:28.971Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21872023-10-18T23:58:28.974Zx pkg/ddm, 0 bytes, 0 tape blocks
21882023-10-18T23:58:28.977Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21892023-10-18T23:58:28.979Zx VERSION, 25 bytes, 1 tape blocks
21902023-10-18T23:58:28.982Z+ cd -
21912023-10-18T23:58:28.985Z/work/oxidecomputer/omicron
21922023-10-18T23:58:28.989Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.jEaqqi/root/opt/oxide
21932023-10-18T23:58:29.078Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.jEaqqi/root/opt/oxide
21942023-10-18T23:58:29.081Z+ cd /tmp/tmp.jEaqqi
21952023-10-18T23:58:29.084Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21962023-10-18T23:58:41.330ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21972023-10-18T23:58:41.333Za oxide.json 1K
21982023-10-18T23:58:41.336Za root/ 0K
21992023-10-18T23:58:41.339Za root/opt/ 0K
22002023-10-18T23:58:41.342Za root/opt/oxide/ 0K
22012023-10-18T23:58:41.345Za root/opt/oxide/sled-agent/ 0K
22022023-10-18T23:58:41.348Za root/opt/oxide/sled-agent/zone-bundle 33594K
22032023-10-18T23:58:41.350Za root/opt/oxide/sled-agent/sled-agent 77743K
22042023-10-18T23:58:41.353Za root/opt/oxide/sled-agent/pkg/ 0K
22052023-10-18T23:58:41.356Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22062023-10-18T23:58:41.359Za root/opt/oxide/sled-agent/pkg/README.md 1K
22072023-10-18T23:58:41.362Za root/opt/oxide/sled-agent/VERSION 1K
22082023-10-18T23:58:41.364Za root/opt/oxide/mg-ddm/ 0K
22092023-10-18T23:58:41.367Za root/opt/oxide/mg-ddm/ddmadm 38439K
22102023-10-18T23:58:41.370Za root/opt/oxide/mg-ddm/ddmd 34755K
22112023-10-18T23:58:41.375Za root/opt/oxide/mg-ddm/pkg/ 0K
22122023-10-18T23:58:41.378Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22132023-10-18T23:58:41.380Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22142023-10-18T23:58:41.383Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22152023-10-18T23:58:41.386Za root/opt/oxide/mg-ddm/VERSION 1K
22162023-10-18T23:58:41.389Za root/opt/oxide/propolis-server.tar.gz 64739K
22172023-10-18T23:58:41.391Za root/opt/oxide/overlay.tar.gz 2K
22182023-10-18T23:58:41.394Za root/lib/ 0K
22192023-10-18T23:58:41.398Za root/lib/svc/ 0K
22202023-10-18T23:58:41.402Za root/lib/svc/manifest/ 0K
22212023-10-18T23:58:41.406Za root/lib/svc/manifest/site/ 0K
22222023-10-18T23:58:41.409Za root/lib/svc/manifest/site/sled-agent.xml 3K
22232023-10-18T23:58:41.412Z+ cd /
22242023-10-18T23:58:41.414Z+ rm -rf /tmp/tmp.jEaqqi
22252023-10-18T23:58:41.418Z
22262023-10-18T23:58:41.421Zreal 12.660742894
22272023-10-18T23:58:41.424Zuser 11.729582520
22282023-10-18T23:58:41.426Zsys 1.002612361
22292023-10-18T23:58:41.429Ztrap 0.002486153
22302023-10-18T23:58:41.432Ztflt 0.000000000
22312023-10-18T23:58:41.436Zdflt 0.000000000
22322023-10-18T23:58:41.439Zkflt 0.000000000
22332023-10-18T23:58:41.443Zlock 0.000000000
22342023-10-18T23:58:41.446Zslp 24.444403005
22352023-10-18T23:58:41.449Zlat 0.375217736
22362023-10-18T23:58:41.452Zstop 0.000313521
22372023-10-18T23:58:41.455Z+ mkdir -p /work/zones
22382023-10-18T23:58:41.457Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
22392023-10-18T23:58:41.461Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
22402023-10-18T23:58:44.858Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22412023-10-18T23:58:46.114Z Finished release [optimized] target(s) in 1.17s
22422023-10-18T23:58:46.145Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22432023-10-18T23:58:46.188ZCreated new build target 'recovery' and set it as active
22442023-10-18T23:58:46.190Z
22452023-10-18T23:58:46.193Zreal 1.331377389
22462023-10-18T23:58:46.196Zuser 0.947895748
22472023-10-18T23:58:46.198Zsys 0.381052566
22482023-10-18T23:58:46.201Ztrap 0.000983098
22492023-10-18T23:58:46.204Ztflt 0.000002309
22502023-10-18T23:58:46.207Zdflt 0.000009693
22512023-10-18T23:58:46.210Zkflt 0.000000000
22522023-10-18T23:58:46.213Zlock 0.039970350
22532023-10-18T23:58:46.216Zslp 0.022425608
22542023-10-18T23:58:46.218Zlat 0.004419112
22552023-10-18T23:58:46.221Zstop 0.000243663
22562023-10-18T23:58:46.224Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22572023-10-18T23:58:47.458Z Finished release [optimized] target(s) in 1.17s
22582023-10-18T23:58:47.490Z Running `target/release/omicron-package -t recovery package`
22592023-10-18T23:58:47.543ZOct 18 23:58:47.535 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22602023-10-18T23:58:48.626Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22612023-10-18T23:58:52.621Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22622023-10-18T23:59:26.151Z Finished release [optimized] target(s) in 38.45s
22632023-10-18T23:59:47.316Z
22642023-10-18T23:59:47.319Zreal 1:01.118018852
22652023-10-18T23:59:47.323Zuser 2:40.929451719
22662023-10-18T23:59:47.325Zsys 12.956919048
22672023-10-18T23:59:47.336Ztrap 0.081237021
22682023-10-18T23:59:47.339Ztflt 0.034720798
22692023-10-18T23:59:47.342Zdflt 0.713677670
22702023-10-18T23:59:47.345Zkflt 0.048903634
22712023-10-18T23:59:47.348Zlock 13:36.264330601
22722023-10-18T23:59:47.351Zslp 2:49.143677490
22732023-10-18T23:59:47.354Zlat 1.817865946
22742023-10-18T23:59:47.356Zstop 0.171959981
22752023-10-18T23:59:47.359Z+ stamp_packages installinator maghemite
22762023-10-18T23:59:47.363Z+ for package in "$@"
22772023-10-18T23:59:47.366Z+ [[ installinator == maghemite ]]
22782023-10-18T23:59:47.369Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitd375210eb4f
22792023-10-18T23:59:48.511Z Finished release [optimized] target(s) in 1.11s
22802023-10-18T23:59:48.542Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitd375210eb4f`
22812023-10-18T23:59:48.591ZOct 18 23:59:48.587 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22822023-10-18T23:59:48.704ZCreated: out/versioned/installinator.tar
22832023-10-18T23:59:48.708Z+ for package in "$@"
22842023-10-18T23:59:48.711Z+ [[ maghemite == maghemite ]]
22852023-10-18T23:59:48.713Z+ echo 0.0.0
22862023-10-18T23:59:48.716Z+ tar rvf out/maghemite.tar VERSION
22872023-10-18T23:59:48.719Za VERSION 1K
22882023-10-18T23:59:48.721Z+ rm VERSION
22892023-10-18T23:59:48.724Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitd375210eb4f
22902023-10-18T23:59:49.894Z Finished release [optimized] target(s) in 1.09s
22912023-10-18T23:59:49.922Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitd375210eb4f`
22922023-10-18T23:59:49.964ZOct 18 23:59:49.967 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22932023-10-18T23:59:50.183ZCreated: out/versioned/maghemite.tar
22942023-10-18T23:59:50.187Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22952023-10-18T23:59:50.201Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22962023-10-18T23:59:50.204Z++ cd -- ./tools
22972023-10-18T23:59:50.207Z++ pwd
22982023-10-18T23:59:50.212Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22992023-10-18T23:59:50.215Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23002023-10-18T23:59:50.218Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23012023-10-18T23:59:50.221Z++ readlink -f /work
23022023-10-18T23:59:50.224Z+ out_dir=/work
23032023-10-18T23:59:50.226Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23042023-10-18T23:59:50.229Z+ for dep in "${deps[@]}"
23052023-10-18T23:59:50.234Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23062023-10-18T23:59:50.237Z+ for dep in "${deps[@]}"
23072023-10-18T23:59:50.241Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23082023-10-18T23:59:50.244Z++ mktemp -d
23092023-10-18T23:59:50.248Z+ tmp_trampoline=/tmp/tmp.hxaOui
23102023-10-18T23:59:50.251Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23112023-10-18T23:59:50.256Z+ echo '{"v":"1","t":"layer"}'
23122023-10-18T23:59:50.262Z+ pkg_dir=/tmp/tmp.hxaOui/root/opt/oxide/installinator
23132023-10-18T23:59:50.266Z+ mkdir -p /tmp/tmp.hxaOui/root/opt/oxide/installinator
23142023-10-18T23:59:50.282Z+ cd /tmp/tmp.hxaOui/root/opt/oxide/installinator
23152023-10-18T23:59:50.306Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23162023-10-18T23:59:50.721Zx ., 0 bytes, 0 tape blocks
23172023-10-18T23:59:50.735Zx installinator, 48030864 bytes, 93811 tape blocks
23182023-10-18T23:59:50.747Zx pkg, 0 bytes, 0 tape blocks
23192023-10-18T23:59:50.762Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23202023-10-18T23:59:50.772Zx VERSION, 25 bytes, 1 tape blocks
23212023-10-18T23:59:50.786Z+ mkdir -p /tmp/tmp.hxaOui/root/lib/svc/manifest/site/
23222023-10-18T23:59:50.793Z+ mv pkg/manifest.xml /tmp/tmp.hxaOui/root/lib/svc/manifest/site/installinator.xml
23232023-10-18T23:59:50.798Z+ cd -
23242023-10-18T23:59:50.801Z/work/oxidecomputer/omicron
23252023-10-18T23:59:50.805Z+ pkg_dir=/tmp/tmp.hxaOui/root/opt/oxide/mg-ddm
23262023-10-18T23:59:50.808Z+ mkdir -p /tmp/tmp.hxaOui/root/opt/oxide/mg-ddm
23272023-10-18T23:59:50.811Z+ cd /tmp/tmp.hxaOui/root/opt/oxide/mg-ddm
23282023-10-18T23:59:50.814Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23292023-10-18T23:59:50.817Zx ., 0 bytes, 0 tape blocks
23302023-10-18T23:59:50.820Zx ddmadm, 39360576 bytes, 76877 tape blocks
23312023-10-18T23:59:50.823Zx ddmd, 35588120 bytes, 69509 tape blocks
23322023-10-18T23:59:50.826Zx pkg, 0 bytes, 0 tape blocks
23332023-10-18T23:59:50.828Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23342023-10-18T23:59:50.833Zx pkg/ddm, 0 bytes, 0 tape blocks
23352023-10-18T23:59:50.836Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23362023-10-18T23:59:50.839Zx VERSION, 25 bytes, 1 tape blocks
23372023-10-18T23:59:50.842Z+ cd -
23382023-10-18T23:59:50.845Z/work/oxidecomputer/omicron
23392023-10-18T23:59:50.848Z+ cd /tmp/tmp.hxaOui
23402023-10-18T23:59:50.851Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23412023-10-18T23:59:56.754ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23422023-10-18T23:59:56.765Za oxide.json 1K
23432023-10-18T23:59:56.776Za root/ 0K
23442023-10-18T23:59:56.784Za root/opt/ 0K
23452023-10-18T23:59:56.794Za root/opt/oxide/ 0K
23462023-10-18T23:59:56.802Za root/opt/oxide/installinator/ 0K
23472023-10-18T23:59:56.811Za root/opt/oxide/installinator/installinator 46906K
23482023-10-18T23:59:56.823Za root/opt/oxide/installinator/pkg/ 0K
23492023-10-18T23:59:56.830Za root/opt/oxide/installinator/VERSION 1K
23502023-10-18T23:59:56.841Za root/opt/oxide/mg-ddm/ 0K
23512023-10-18T23:59:56.845Za root/opt/oxide/mg-ddm/ddmadm 38439K
23522023-10-18T23:59:56.850Za root/opt/oxide/mg-ddm/ddmd 34755K
23532023-10-18T23:59:56.855Za root/opt/oxide/mg-ddm/pkg/ 0K
23542023-10-18T23:59:56.862Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23552023-10-18T23:59:56.869Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23562023-10-18T23:59:56.874Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23572023-10-18T23:59:56.880Za root/opt/oxide/mg-ddm/VERSION 1K
23582023-10-18T23:59:56.890Za root/lib/ 0K
23592023-10-18T23:59:56.899Za root/lib/svc/ 0K
23602023-10-18T23:59:56.906Za root/lib/svc/manifest/ 0K
23612023-10-18T23:59:56.913Za root/lib/svc/manifest/site/ 0K
23622023-10-18T23:59:56.923Za root/lib/svc/manifest/site/installinator.xml 3K
23632023-10-18T23:59:56.930Z+ cd /
23642023-10-18T23:59:56.940Z+ rm -rf /tmp/tmp.hxaOui
23652023-10-18T23:59:56.945Z
23662023-10-18T23:59:56.955Zreal 6.586169722
23672023-10-18T23:59:56.969Zuser 6.163811465
23682023-10-18T23:59:56.981Zsys 0.454413191
23692023-10-18T23:59:56.987Ztrap 0.001674996
23702023-10-18T23:59:56.998Ztflt 0.000000000
23712023-10-18T23:59:57.005Zdflt 0.000000000
23722023-10-18T23:59:57.012Zkflt 0.000000000
23732023-10-18T23:59:57.038Zlock 0.000000000
23742023-10-18T23:59:57.046Zslp 12.743127364
23752023-10-18T23:59:57.061Zlat 0.191084772
23762023-10-18T23:59:57.072Zstop 0.000299764
23772023-10-18T23:59:57.486Zprocess exited: duration 2442138 ms, exit code 0
 
23782023-10-18T23:59:57.500Zfound 21 output files
23792023-10-18T23:59:57.519Zuploading: /work/version.txt (26 bytes)
23802023-10-18T23:59:58.974Zuploaded: /work/version.txt
23812023-10-18T23:59:58.999Zuploading: /work/package.tar.gz (83255796 bytes)
23822023-10-19T00:00:31.529Zuploaded: /work/package.tar.gz
23832023-10-19T00:00:31.951Zuploading: /work/global-zone-packages.tar.gz (125669471 bytes)
23842023-10-19T00:01:27.580Zuploaded: /work/global-zone-packages.tar.gz
23852023-10-19T00:01:27.583Zuploading: /work/trampoline-global-zone-packages.tar.gz (38639308 bytes)
23862023-10-19T00:01:37.723Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23872023-10-19T00:01:37.735Zuploading: /work/zones/clickhouse.tar.gz (180707441 bytes)
23882023-10-19T00:02:32.553Zuploaded: /work/zones/clickhouse.tar.gz
23892023-10-19T00:02:32.649Zuploading: /work/zones/clickhouse_keeper.tar.gz (180708409 bytes)
23902023-10-19T00:03:35.244Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23912023-10-19T00:03:35.295Zuploading: /work/zones/cockroachdb.tar.gz (117771932 bytes)
23922023-10-19T00:04:18.823Zuploaded: /work/zones/cockroachdb.tar.gz
23932023-10-19T00:04:18.855Zuploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes)
23942023-10-19T00:04:29.492Zuploaded: /work/zones/crucible-pantry.tar.gz
23952023-10-19T00:04:29.507Zuploading: /work/zones/crucible.tar.gz (42565224 bytes)
23962023-10-19T00:04:44.526Zuploaded: /work/zones/crucible.tar.gz
23972023-10-19T00:04:44.537Zuploading: /work/zones/external-dns.tar.gz (22026020 bytes)
23982023-10-19T00:04:52.153Zuploaded: /work/zones/external-dns.tar.gz
23992023-10-19T00:04:52.165Zuploading: /work/zones/internal-dns.tar.gz (22026020 bytes)
24002023-10-19T00:04:59.901Zuploaded: /work/zones/internal-dns.tar.gz
24012023-10-19T00:04:59.905Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24022023-10-19T00:05:00.913Zuploaded: /work/zones/ntp.tar.gz
24032023-10-19T00:05:00.930Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16646372 bytes)
24042023-10-19T00:05:10.440Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24052023-10-19T00:05:10.457Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16645529 bytes)
24062023-10-19T00:05:15.826Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24072023-10-19T00:05:15.838Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (68126271 bytes)
24082023-10-19T00:06:02.641Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24092023-10-19T00:06:02.653Zuploading: /work/zones/omicron-nexus.tar.gz (68123494 bytes)
24102023-10-19T00:06:26.703Zuploaded: /work/zones/omicron-nexus.tar.gz
24112023-10-19T00:06:26.706Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24122023-10-19T00:06:28.156Zuploaded: /work/zones/overlay.tar.gz
24132023-10-19T00:06:28.159Zuploading: /work/zones/oximeter-collector.tar.gz (18076841 bytes)
24142023-10-19T00:06:33.703Zuploaded: /work/zones/oximeter-collector.tar.gz
24152023-10-19T00:06:33.715Zuploading: /work/zones/propolis-server.tar.gz (66291830 bytes)
24162023-10-19T00:06:50.359Zuploaded: /work/zones/propolis-server.tar.gz
24172023-10-19T00:06:50.371Zuploading: /work/zones/switch-asic.tar.gz (220468035 bytes)
24182023-10-19T00:08:13.494Zuploaded: /work/zones/switch-asic.tar.gz
24192023-10-19T00:08:13.542Zuploading: /work/zones/switch-softnpu.tar.gz (142854467 bytes)
24202023-10-19T00:09:02.477Zuploaded: /work/zones/switch-softnpu.tar.gz