01HBYDWNPEQXWGM5HXTHMV334C: 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: 01HBYE1BERZ9MQSFSESJSFVNE8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T23:21:39.642Zjob assigned to worker 01HBYFWX80CP45PB4T7505XK1H (queued for 33 m 22 s)
 
22023-10-04T23:21:39.853Zstarting task 0: "setup"
32023-10-04T23:21:39.916Z++ uname -s
42023-10-04T23:21:40.350Z+ kern=SunOS
52023-10-04T23:21:40.354Z+ case "$kern" in
62023-10-04T23:21:40.362Z+ groupadd -g 12345 build
72023-10-04T23:21:40.778Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T23:21:41.957Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T23:21:42.036Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T23:21:42.050Z+ home_fs=zfs
112023-10-04T23:21:42.501Z+ [[ zfs == autofs ]]
122023-10-04T23:21:42.504Z+ mkdir -p /home/build
132023-10-04T23:21:42.507Z+ chown build:build /home/build /work
142023-10-04T23:21:44.030Z+ chmod 0700 /home/build /work
152023-10-04T23:21:44.034Zprocess exited: duration 4174 ms, exit code 0
 
162023-10-04T23:21:44.042Zstarting task 1: "rust-toolchain"
172023-10-04T23:21:44.054Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T23:21:44.058Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T23:21:44.243Zinfo: downloading installer
202023-10-04T23:21:45.475Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T23:21:45.494Zwarning: /opt/ooce/bin
222023-10-04T23:21:45.507Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T23:21:45.515Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T23:21:45.521Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T23:21:45.526Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T23:21:45.529Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T23:21:45.535Zerror: cannot install while Rust is installed
282023-10-04T23:21:45.549Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T23:21:45.607Zinfo: profile set to 'default'
302023-10-04T23:21:45.610Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T23:21:45.613Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T23:21:45.769Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T23:21:45.774Zinfo: downloading component 'cargo'
342023-10-04T23:21:46.401Zinfo: downloading component 'clippy'
352023-10-04T23:21:46.607Zinfo: downloading component 'rust-docs'
362023-10-04T23:21:47.378Zinfo: downloading component 'rust-std'
372023-10-04T23:21:48.744Zinfo: downloading component 'rustc'
382023-10-04T23:21:52.047Zinfo: downloading component 'rustfmt'
392023-10-04T23:21:52.240Zinfo: installing component 'cargo'
402023-10-04T23:21:53.624Zinfo: installing component 'clippy'
412023-10-04T23:21:54.265Zinfo: installing component 'rust-docs'
422023-10-04T23:21:56.953Zinfo: installing component 'rust-std'
432023-10-04T23:21:59.972Zinfo: installing component 'rustc'
442023-10-04T23:22:06.744Zinfo: installing component 'rustfmt'
452023-10-04T23:22:07.204Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T23:22:07.212Z
472023-10-04T23:22:07.415Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T23:22:07.419Z
492023-10-04T23:22:07.423Z
502023-10-04T23:22:07.427ZRust is installed now. Great!
512023-10-04T23:22:07.431Z
522023-10-04T23:22:07.435ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T23:22:07.438Zenvironment variable. This has not been done automatically.
542023-10-04T23:22:07.441Z
552023-10-04T23:22:07.445ZTo configure your current shell, run:
562023-10-04T23:22:07.448Zsource "$HOME/.cargo/env"
572023-10-04T23:22:07.511Z+ rustc --version
582023-10-04T23:22:07.625Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T23:22:07.630Zprocess exited: duration 23584 ms, exit code 0
 
602023-10-04T23:22:07.643Zstarting task 2: "authentication"
612023-10-04T23:22:07.682Zprocess exited: duration 32 ms, exit code 0
 
622023-10-04T23:22:07.693Zstarting task 3: "clone repository"
632023-10-04T23:22:07.704Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T23:22:07.708Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T23:22:07.764ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T23:22:13.416Z+ cd /work/oxidecomputer/omicron
672023-10-04T23:22:13.426Z+ [[ -n dependabot/cargo/diesel-2.1.2 ]]
682023-10-04T23:22:13.429Z+ git fetch origin dependabot/cargo/diesel-2.1.2
692023-10-04T23:22:13.792ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T23:22:13.796Z * branch dependabot/cargo/diesel-2.1.2 -> FETCH_HEAD
712023-10-04T23:22:13.813Z+ git checkout -B dependabot/cargo/diesel-2.1.2 remotes/origin/dependabot/cargo/diesel-2.1.2
722023-10-04T23:22:13.888ZSwitched to a new branch 'dependabot/cargo/diesel-2.1.2'
732023-10-04T23:22:13.892Zbranch 'dependabot/cargo/diesel-2.1.2' set up to track 'origin/dependabot/cargo/diesel-2.1.2'.
742023-10-04T23:22:13.900Z+ git reset --hard 0007f70bbce39d7d8db17198bf768fed6a76fa72
752023-10-04T23:22:13.904ZHEAD is now at 0007f70b Bump diesel from 2.1.1 to 2.1.2
762023-10-04T23:22:13.908Zprocess exited: duration 6209 ms, exit code 0
 
772023-10-04T23:22:13.915Zstarting task 4: "build"
782023-10-04T23:22:13.925Z+ cargo --version
792023-10-04T23:22:14.033Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T23:22:14.036Z+ rustc --version
812023-10-04T23:22:14.116Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T23:22:14.123Z++ git rev-parse HEAD
832023-10-04T23:22:14.126Z+ COMMIT=0007f70bbce39d7d8db17198bf768fed6a76fa72
842023-10-04T23:22:14.130Z+ VERSION=1.0.2-0.ci+git0007f70bbce
852023-10-04T23:22:14.140Z+ echo 1.0.2-0.ci+git0007f70bbce
862023-10-04T23:22:14.144Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-04T23:22:25.067Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-04T23:22:25.632Z Startup: Caching catalogs ... Done
892023-10-04T23:22:26.013ZPlanning: Solver setup ... Done (2.553s)
902023-10-04T23:22:26.687ZPlanning: Running solver ... Done (0.170s)
912023-10-04T23:22:27.136ZPlanning: Finding local manifests ... Done (0.002s)
922023-10-04T23:22:27.316ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-04T23:22:27.451ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-04T23:22:27.499ZPlanning: Package planning ... Done (0.083s)
952023-10-04T23:22:27.513ZPlanning: Merging actions ... Done (0.083s)
962023-10-04T23:22:27.571ZPlanning: Checking for conflicting actions ... Done (0.770s)
972023-10-04T23:22:27.721ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-04T23:22:29.243ZPlanning: Evaluating mediators ... Done (5.070s)
992023-10-04T23:22:29.261ZPlanning: Planning completed in 9.23 seconds
1002023-10-04T23:22:29.284Z Packages to install: 4
1012023-10-04T23:22:29.295Z Mediators to change: 2
1022023-10-04T23:22:29.301Z Services to change: 1
1032023-10-04T23:22:29.317Z Estimated space available: 149.39 GB
1042023-10-04T23:22:29.327ZEstimated space to be consumed: 1.35 GB
1052023-10-04T23:22:29.341Z Create boot environment: No
1062023-10-04T23:22:29.358ZCreate backup boot environment: No
1072023-10-04T23:22:29.373Z Rebuild boot archive: No
1082023-10-04T23:22:29.392Z
1092023-10-04T23:22:29.421ZChanged mediators:
1102023-10-04T23:22:29.430Z mediator clang:
1112023-10-04T23:22:29.441Z version: None -> 15 (system default)
1122023-10-04T23:22:29.453Z
1132023-10-04T23:22:29.462Z mediator llvm:
1142023-10-04T23:22:29.471Z version: 14 (system default) -> 15 (system default)
1152023-10-04T23:22:29.478Z
1162023-10-04T23:22:29.489ZChanged packages:
1172023-10-04T23:22:29.540Zhelios-dev
1182023-10-04T23:22:29.574Z developer/build-essential
1192023-10-04T23:22:29.585Z None -> 11-2.0
1202023-10-04T23:22:29.592Z library/libxmlsec1
1212023-10-04T23:22:29.604Z None -> 1.2.35-2.0
1222023-10-04T23:22:29.614Z ooce/developer/clang-15
1232023-10-04T23:22:29.623Z None -> 15.0.7-2.0
1242023-10-04T23:22:29.633Z ooce/developer/llvm-15
1252023-10-04T23:22:29.642Z None -> 15.0.7-2.0
1262023-10-04T23:22:29.653Z
1272023-10-04T23:22:29.662ZServices:
1282023-10-04T23:22:29.669Z restart_fmri:
1292023-10-04T23:22:29.680Z svc:/system/update-man-index:default
1302023-10-04T23:22:29.689Z
1312023-10-04T23:22:29.694ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-04T23:22:34.507ZDownload: 1287/3290 items 104.4/212.6MB 49% complete (20.9M/s)
1332023-10-04T23:22:39.508ZDownload: 3131/3290 items 137.9/212.6MB 64% complete (13.8M/s)
1342023-10-04T23:22:42.016ZDownload: Completed 212.60 MB in 12.52 seconds (17.0M/s)
1352023-10-04T23:22:42.780Z Actions: 1/3687 actions (Installing new actions)
1362023-10-04T23:22:47.782Z Actions: 2911/3687 actions (Installing new actions)
1372023-10-04T23:22:51.073Z Actions: Completed 3687 actions in 8.28 seconds.
1382023-10-04T23:22:51.128Z Done (0.052s)
1392023-10-04T23:22:51.140Z Done (0.000s)
1402023-10-04T23:22:51.263Z Done (0.135s)
1412023-10-04T23:22:59.207Z Done (7.843s)
1422023-10-04T23:22:59.497Z Done (0.187s)
1432023-10-04T23:22:59.501Z Done (0.000s)
1442023-10-04T23:22:59.767Z Done (0.000s)
1452023-10-04T23:23:00.382ZPlanning: Evaluating mediator changes ... Done
1462023-10-04T23:23:00.793ZPlanning: Checking for conflicting actions ... Done
1472023-10-04T23:23:00.797ZPlanning: Consolidating action changes ... Done
1482023-10-04T23:23:01.082ZPlanning: Evaluating mediators ... Done
1492023-10-04T23:23:01.087ZPlanning: Planning completed in 0.71 seconds
1502023-10-04T23:23:01.133Z Mediators to change: 2
1512023-10-04T23:23:01.144Z Create boot environment: No
1522023-10-04T23:23:01.151ZCreate backup boot environment: No
1532023-10-04T23:23:01.278Z Done
1542023-10-04T23:23:01.287Z Done
1552023-10-04T23:23:01.351Z Done
1562023-10-04T23:23:07.084Z Done
1572023-10-04T23:23:07.207Z Done
1582023-10-04T23:23:07.212Z Done
1592023-10-04T23:23:07.303Z Done
1602023-10-04T23:23:08.330ZPlanning: Evaluating mediator changes ... Done
1612023-10-04T23:23:08.759ZPlanning: Merging actions ... Done
1622023-10-04T23:23:08.765ZPlanning: Checking for conflicting actions ... Done
1632023-10-04T23:23:08.770ZPlanning: Consolidating action changes ... Done
1642023-10-04T23:23:09.098ZPlanning: Evaluating mediators ... Done
1652023-10-04T23:23:09.174ZPlanning: Planning completed in 1.30 seconds
1662023-10-04T23:23:09.230Z Packages to change: 1
1672023-10-04T23:23:09.233Z Mediators to change: 1
1682023-10-04T23:23:09.237Z Services to change: 1
1692023-10-04T23:23:09.240Z Create boot environment: No
1702023-10-04T23:23:09.243ZCreate backup boot environment: Yes
1712023-10-04T23:23:11.302Z Actions: 1/6 actions (Updating modified actions)
1722023-10-04T23:23:11.306Z Actions: Completed 6 actions in 0.00 seconds.
1732023-10-04T23:23:11.310Z Done
1742023-10-04T23:23:11.313Z Done
1752023-10-04T23:23:11.336Z Done
1762023-10-04T23:23:17.111Z Done
1772023-10-04T23:23:17.648Z Done
1782023-10-04T23:23:17.659Z Done
1792023-10-04T23:23:17.678Z Done
1802023-10-04T23:23:18.008ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812023-10-04T23:23:18.011Zclang system 15 system
1822023-10-04T23:23:18.014Zcsh system system illumos
1832023-10-04T23:23:18.018Zctags system system illumos
1842023-10-04T23:23:18.030Zgcc vendor 12 vendor
1852023-10-04T23:23:18.033Zgcc system 10 system
1862023-10-04T23:23:18.036Zgcc system 7 system
1872023-10-04T23:23:18.039Zgo system 1.20 system
1882023-10-04T23:23:18.042Zgo system 1.19 system
1892023-10-04T23:23:18.045Zllvm system 15 system
1902023-10-04T23:23:18.048Zllvm system 14 system
1912023-10-04T23:23:18.053Zmariadb system 10.6 system
1922023-10-04T23:23:18.056Zmta vendor vendor dma
1932023-10-04T23:23:18.059Zopenjdk system 17 system
1942023-10-04T23:23:18.062Zopenjdk system 11 system
1952023-10-04T23:23:18.065Zopenjdk system 1.8 system
1962023-10-04T23:23:18.068Zopenssl vendor 3 vendor
1972023-10-04T23:23:18.071Zperl system 5.36 system
1982023-10-04T23:23:18.074Zpostgresql system 15 system
1992023-10-04T23:23:18.077Zpostgresql system 13 system
2002023-10-04T23:23:18.079Zpython vendor 3 vendor
2012023-10-04T23:23:18.083Zpython system 2 system
2022023-10-04T23:23:18.085Zpython3 system 3.11 system
2032023-10-04T23:23:18.090Zruby system 3.0 system
2042023-10-04T23:23:18.093Zwords vendor vendor american-english
2052023-10-04T23:23:18.096Zwords system system australian-english
2062023-10-04T23:23:18.098Zwords system system british-english
2072023-10-04T23:23:18.101Zwords system system canadian-english
2082023-10-04T23:23:18.103Zwords system system french
2092023-10-04T23:23:18.106Zwords system system italian
2102023-10-04T23:23:18.109Zwords system system ngerman
2112023-10-04T23:23:18.112Zwords system system ogerman
2122023-10-04T23:23:18.115Zwords system system spanish
2132023-10-04T23:23:18.546ZFMRI IFO
2142023-10-04T23:23:18.549Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152023-10-04T23:23:18.552Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162023-10-04T23:23:18.555Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172023-10-04T23:23:18.558Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2182023-10-04T23:23:18.560Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2192023-10-04T23:23:18.563Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2202023-10-04T23:23:18.621Z+ set -o errexit
2212023-10-04T23:23:18.624Z+++ dirname ./tools/ci_download_cockroachdb
2222023-10-04T23:23:18.627Z++ cd ./tools
2232023-10-04T23:23:18.630Z++ pwd
2242023-10-04T23:23:18.632Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2252023-10-04T23:23:18.635Z++ basename ./tools/ci_download_cockroachdb
2262023-10-04T23:23:18.638Z+ ARG0=ci_download_cockroachdb
2272023-10-04T23:23:18.641Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2282023-10-04T23:23:18.643Z+ CIDL_VERSION=v22.1.9
2292023-10-04T23:23:18.647Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2302023-10-04T23:23:18.651Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2312023-10-04T23:23:18.653Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2322023-10-04T23:23:18.656Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2332023-10-04T23:23:18.659Z+ TARGET_DIR=out
2342023-10-04T23:23:19.089Z+ DOWNLOAD_DIR=out/downloads
2352023-10-04T23:23:19.093Z+ DEST_DIR=./out/cockroachdb
2362023-10-04T23:23:19.096Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2372023-10-04T23:23:19.100Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2382023-10-04T23:23:19.103Z+ main
2392023-10-04T23:23:19.108Z+ [[ 0 != 0 ]]
2402023-10-04T23:23:19.122Z+ CIDL_OS=solaris2.11
2412023-10-04T23:23:19.146Z+ [[ 0 != 0 ]]
2422023-10-04T23:23:19.169Z+ configure_os solaris2.11
2432023-10-04T23:23:19.186Z+ echo 'current directory: /work/oxidecomputer/omicron'
2442023-10-04T23:23:20.019Zcurrent directory: /work/oxidecomputer/omicron
2452023-10-04T23:23:20.025Z+ echo 'configuring based on OS: "solaris2.11"'
2462023-10-04T23:23:20.038Zconfiguring based on OS: "solaris2.11"
2472023-10-04T23:23:20.052Z+ case "$1" in
2482023-10-04T23:23:20.056Z+ CIDL_BUILD=illumos
2492023-10-04T23:23:20.059Z+ CIDL_SUFFIX=tar.gz
2502023-10-04T23:23:20.069Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2512023-10-04T23:23:20.076Z+ CIDL_MD5FUNC=do_md5sum
2522023-10-04T23:23:20.080Z+ CIDL_URL_BASE=https://illumos.org/downloads
2532023-10-04T23:23:20.100Z+ CIDL_ASSEMBLE=do_assemble_illumos
2542023-10-04T23:23:20.128Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2552023-10-04T23:23:20.132Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2562023-10-04T23:23:20.135Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-04T23:23:20.138Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2582023-10-04T23:23:20.143Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-04T23:23:20.158Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-10-04T23:23:20.162ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-04T23:23:20.168Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-10-04T23:23:20.176ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-04T23:23:20.194Z+ mkdir -p out/downloads
2642023-10-04T23:23:20.198Z+ mkdir -p ./out/cockroachdb
2652023-10-04T23:23:20.202Z+ local DO_DOWNLOAD=true
2662023-10-04T23:23:20.206Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2672023-10-04T23:23:20.209Z+ '[' true == true ']'
2682023-10-04T23:23:20.217Z+ echo Downloading...
2692023-10-04T23:23:20.229ZDownloading...
2702023-10-04T23:23:20.233Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-04T23:23:20.238Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-04T23:23:20.656Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-04T23:23:20.663Z++ md5sum
2742023-10-04T23:23:20.668Z++ awk '{print $1}'
2752023-10-04T23:23:20.841Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2762023-10-04T23:23:20.865Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2772023-10-04T23:23:20.876Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-04T23:23:20.887Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2792023-10-04T23:23:24.284Z+ do_assemble_illumos
2802023-10-04T23:23:24.292Z+ rm -r ./out/cockroachdb
2812023-10-04T23:23:24.302Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2822023-10-04T23:23:24.854Z+ ./out/cockroachdb/bin/cockroach version
2832023-10-04T23:23:25.063ZBuild Tag: v22.1.9-dirty
2842023-10-04T23:23:25.073ZBuild Time: 2022/10/26 21:17:46
2852023-10-04T23:23:25.084ZDistribution: OSS
2862023-10-04T23:23:25.095ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2872023-10-04T23:23:25.106ZGo Version: go1.17.13
2882023-10-04T23:23:25.114ZC Compiler: gcc 10.3.0
2892023-10-04T23:23:25.118ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2902023-10-04T23:23:25.124ZBuild Type: release
2912023-10-04T23:23:25.127Z+ set -o errexit
2922023-10-04T23:23:25.131Z+++ dirname ./tools/ci_download_clickhouse
2932023-10-04T23:23:25.134Z++ cd ./tools
2942023-10-04T23:23:25.138Z++ pwd
2952023-10-04T23:23:25.144Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2962023-10-04T23:23:25.149Z++ basename ./tools/ci_download_clickhouse
2972023-10-04T23:23:25.153Z+ ARG0=ci_download_clickhouse
2982023-10-04T23:23:25.156Z+ TARGET_DIR=out
2992023-10-04T23:23:25.163Z+ DOWNLOAD_DIR=out/downloads
3002023-10-04T23:23:25.166Z+ DEST_DIR=./out/clickhouse
3012023-10-04T23:23:25.169Z+ CIDL_VERSION=v22.8.9.24
3022023-10-04T23:23:25.182Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3032023-10-04T23:23:25.588Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3042023-10-04T23:23:25.591Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3052023-10-04T23:23:25.594Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3062023-10-04T23:23:25.598Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3072023-10-04T23:23:25.602Z+ main
3082023-10-04T23:23:25.605Z+ [[ 0 != 0 ]]
3092023-10-04T23:23:25.608Z+ CIDL_OS=solaris2.11
3102023-10-04T23:23:25.611Z+ [[ 0 != 0 ]]
3112023-10-04T23:23:25.614Z+ configure_os solaris2.11
3122023-10-04T23:23:25.618Z+ echo 'current directory: /work/oxidecomputer/omicron'
3132023-10-04T23:23:25.621Zcurrent directory: /work/oxidecomputer/omicron
3142023-10-04T23:23:25.624Z+ echo 'configuring based on OS: "solaris2.11"'
3152023-10-04T23:23:25.626Zconfiguring based on OS: "solaris2.11"
3162023-10-04T23:23:25.629Z+ CIDL_DASHREV=
3172023-10-04T23:23:25.637Z+ case "$1" in
3182023-10-04T23:23:25.646Z+ CIDL_PLATFORM=illumos
3192023-10-04T23:23:25.656Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3202023-10-04T23:23:25.672Z+ CIDL_MD5FUNC=do_md5sum
3212023-10-04T23:23:25.690Z+ CIDL_DASHREV=-1
3222023-10-04T23:23:26.098Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3232023-10-04T23:23:26.102Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-04T23:23:26.111Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-04T23:23:26.119Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-04T23:23:26.125Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-10-04T23:23:26.129ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-04T23:23:26.159Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-10-04T23:23:26.164ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-04T23:23:26.167Z+ mkdir -p out/downloads
3312023-10-04T23:23:26.171Z+ mkdir -p ./out/clickhouse
3322023-10-04T23:23:26.185Z+ local DO_DOWNLOAD=true
3332023-10-04T23:23:26.189Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3342023-10-04T23:23:26.194Z+ '[' true == true ']'
3352023-10-04T23:23:26.197Z+ echo Downloading...
3362023-10-04T23:23:26.200ZDownloading...
3372023-10-04T23:23:26.203Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-10-04T23:23:26.207Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-10-04T23:23:26.903Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-10-04T23:23:26.914Z++ md5sum
3412023-10-04T23:23:26.932Z++ awk '{print $1}'
3422023-10-04T23:23:27.171Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3432023-10-04T23:23:27.183Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3442023-10-04T23:23:27.194Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3452023-10-04T23:23:27.204Z+ mkdir -p ./out/clickhouse
3462023-10-04T23:23:27.211Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3472023-10-04T23:23:32.025Z+ ./out/clickhouse/clickhouse server --version
3482023-10-04T23:23:32.090ZClickHouse server version 22.8.9.1.
3492023-10-04T23:23:32.114Z+ set -o errexit
3502023-10-04T23:23:32.117Z+++ dirname ./tools/ci_download_console
3512023-10-04T23:23:32.120Z++ cd ./tools
3522023-10-04T23:23:32.123Z++ pwd
3532023-10-04T23:23:32.126Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3542023-10-04T23:23:32.129Z++ basename ./tools/ci_download_console
3552023-10-04T23:23:32.132Z+ ARG0=ci_download_console
3562023-10-04T23:23:32.136Z+ TARGET_DIR=out
3572023-10-04T23:23:32.139Z+ DOWNLOAD_DIR=out/downloads
3582023-10-04T23:23:32.141Z+ DEST_DIR=./out/console-assets
3592023-10-04T23:23:32.144Z+ source /work/oxidecomputer/omicron/tools/console_version
3602023-10-04T23:23:32.147Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3612023-10-04T23:23:32.150Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3622023-10-04T23:23:32.153Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3632023-10-04T23:23:32.156Z+ TARBALL_FILE=out/downloads/console.tar.gz
3642023-10-04T23:23:32.158Z+ main
3652023-10-04T23:23:32.161Z+ [[ 0 != 0 ]]
3662023-10-04T23:23:32.164Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3672023-10-04T23:23:32.167ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3682023-10-04T23:23:32.170Z+ echo 'Local file: out/downloads/console.tar.gz'
3692023-10-04T23:23:32.173ZLocal file: out/downloads/console.tar.gz
3702023-10-04T23:23:32.175Z+ local DO_DOWNLOAD=true
3712023-10-04T23:23:32.178Z+ [[ -f out/downloads/console.tar.gz ]]
3722023-10-04T23:23:32.181Z+ mkdir -p out/downloads
3732023-10-04T23:23:32.184Z+ '[' true == true ']'
3742023-10-04T23:23:32.187Z+ echo Downloading...
3752023-10-04T23:23:32.190ZDownloading...
3762023-10-04T23:23:32.192Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3772023-10-04T23:23:32.195Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3782023-10-04T23:23:32.839Z++ do_sha256sum out/downloads/console.tar.gz
3792023-10-04T23:23:32.844Z++ case "$OSTYPE" in
3802023-10-04T23:23:32.848Z++ SHA=sha256sum
3812023-10-04T23:23:32.854Z++ sha256sum
3822023-10-04T23:23:32.857Z++ awk '{print $1}'
3832023-10-04T23:23:32.864Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3842023-10-04T23:23:32.871Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3852023-10-04T23:23:32.876Z+ rm -rf ./out/console-assets
3862023-10-04T23:23:32.880Z+ mkdir -p ./out/console-assets
3872023-10-04T23:23:32.894Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3882023-10-04T23:23:32.897Z+ mkdir -p ./out/console-assets
3892023-10-04T23:23:32.902Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3902023-10-04T23:23:33.005Z+ set -o errexit
3912023-10-04T23:23:33.010Z+++ dirname ./tools/ci_download_maghemite_openapi
3922023-10-04T23:23:33.013Z++ cd ./tools
3932023-10-04T23:23:33.016Z++ pwd
3942023-10-04T23:23:33.019Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3952023-10-04T23:23:33.023Z++ basename ./tools/ci_download_maghemite_openapi
3962023-10-04T23:23:33.026Z+ ARG0=ci_download_maghemite_openapi
3972023-10-04T23:23:33.057Z+ TARGET_DIR=out
3982023-10-04T23:23:33.061Z+ DOWNLOAD_DIR=out/downloads
3992023-10-04T23:23:33.064Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4002023-10-04T23:23:33.068Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4012023-10-04T23:23:33.074Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4022023-10-04T23:23:33.079Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4032023-10-04T23:23:33.082Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4042023-10-04T23:23:33.087Z+ main
4052023-10-04T23:23:33.098Z+ [[ 0 != 0 ]]
4062023-10-04T23:23:33.101Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4072023-10-04T23:23:33.105ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4082023-10-04T23:23:33.109Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4092023-10-04T23:23:33.113ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4102023-10-04T23:23:33.117Z+ local DO_DOWNLOAD=true
4112023-10-04T23:23:33.120Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4122023-10-04T23:23:33.124Z+ mkdir -p out/downloads
4132023-10-04T23:23:33.127Z+ '[' true == true ']'
4142023-10-04T23:23:33.132Z+ echo Downloading...
4152023-10-04T23:23:33.141ZDownloading...
4162023-10-04T23:23:33.145Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4172023-10-04T23:23:33.149Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4182023-10-04T23:23:33.175Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4192023-10-04T23:23:33.178Z++ case "$OSTYPE" in
4202023-10-04T23:23:33.182Z++ SHA=sha256sum
4212023-10-04T23:23:33.200Z++ sha256sum
4222023-10-04T23:23:33.203Z++ awk '{print $1}'
4232023-10-04T23:23:33.206Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-10-04T23:23:33.214Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4252023-10-04T23:23:33.221Z+ set -o errexit
4262023-10-04T23:23:33.225Z+++ dirname ./tools/ci_download_dendrite_openapi
4272023-10-04T23:23:33.228Z++ cd ./tools
4282023-10-04T23:23:33.231Z++ pwd
4292023-10-04T23:23:33.235Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302023-10-04T23:23:33.238Z++ basename ./tools/ci_download_dendrite_openapi
4312023-10-04T23:23:33.240Z+ ARG0=ci_download_dendrite_openapi
4322023-10-04T23:23:33.244Z+ TARGET_DIR=out
4332023-10-04T23:23:33.247Z+ DOWNLOAD_DIR=out/downloads
4342023-10-04T23:23:33.250Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352023-10-04T23:23:33.253Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4362023-10-04T23:23:33.256Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4372023-10-04T23:23:33.260Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4382023-10-04T23:23:33.263Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4392023-10-04T23:23:33.267Z+ main
4402023-10-04T23:23:33.271Z+ [[ 0 != 0 ]]
4412023-10-04T23:23:33.276Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4422023-10-04T23:23:33.279ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4432023-10-04T23:23:33.282Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4442023-10-04T23:23:33.285ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4452023-10-04T23:23:33.289Z+ local DO_DOWNLOAD=true
4462023-10-04T23:23:33.292Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4472023-10-04T23:23:33.296Z+ mkdir -p out/downloads
4482023-10-04T23:23:33.299Z+ '[' true == true ']'
4492023-10-04T23:23:33.312Z+ echo Downloading...
4502023-10-04T23:23:33.316ZDownloading...
4512023-10-04T23:23:33.322Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4522023-10-04T23:23:33.325Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4532023-10-04T23:23:33.372Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4542023-10-04T23:23:33.376Z++ case "$OSTYPE" in
4552023-10-04T23:23:33.379Z++ SHA=sha256sum
4562023-10-04T23:23:33.383Z++ sha256sum
4572023-10-04T23:23:33.387Z++ awk '{print $1}'
4582023-10-04T23:23:33.391Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4592023-10-04T23:23:33.394Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4602023-10-04T23:23:33.398Z+ set -o errexit
4612023-10-04T23:23:33.401Z+++ dirname ./tools/ci_download_dendrite_stub
4622023-10-04T23:23:33.405Z++ cd ./tools
4632023-10-04T23:23:33.408Z++ pwd
4642023-10-04T23:23:33.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652023-10-04T23:23:33.415Z++ basename ./tools/ci_download_dendrite_stub
4662023-10-04T23:23:33.418Z+ ARG0=ci_download_dendrite_stub
4672023-10-04T23:23:33.423Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682023-10-04T23:23:33.426Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4692023-10-04T23:23:33.430Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4702023-10-04T23:23:33.433Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4712023-10-04T23:23:33.437Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722023-10-04T23:23:33.440Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4732023-10-04T23:23:33.443Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4742023-10-04T23:23:33.447Z+ TARGET_DIR=out
4752023-10-04T23:23:33.450Z+ DOWNLOAD_DIR=out/downloads
4762023-10-04T23:23:33.454Z+ DEST_DIR=./out/dendrite-stub
4772023-10-04T23:23:33.458Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782023-10-04T23:23:33.461Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792023-10-04T23:23:33.464Z+ REPO=oxidecomputer/dendrite
4802023-10-04T23:23:33.468Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4812023-10-04T23:23:33.471Z+ main
4822023-10-04T23:23:33.475Z+ [[ 0 != 0 ]]
4832023-10-04T23:23:33.478Z+ CIDL_OS=solaris2.11
4842023-10-04T23:23:33.482Z+ [[ 0 != 0 ]]
4852023-10-04T23:23:33.485Z+ configure_os solaris2.11
4862023-10-04T23:23:33.489Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872023-10-04T23:23:33.494Zcurrent directory: /work/oxidecomputer/omicron
4882023-10-04T23:23:33.497Z+ echo 'configuring based on OS: "solaris2.11"'
4892023-10-04T23:23:33.500Zconfiguring based on OS: "solaris2.11"
4902023-10-04T23:23:33.505Z+ case "$1" in
4912023-10-04T23:23:33.515Z+ SET_BINARIES=
4922023-10-04T23:23:33.523Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4932023-10-04T23:23:33.530Z+ CIDL_SHA256FUNC=do_sha256sum
4942023-10-04T23:23:33.533Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952023-10-04T23:23:33.537Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4962023-10-04T23:23:33.540Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972023-10-04T23:23:33.545Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
4982023-10-04T23:23:33.550ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4992023-10-04T23:23:33.554Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002023-10-04T23:23:33.557ZLocal file: out/downloads/dendrite-stub.tar.gz
5012023-10-04T23:23:33.561Z+ mkdir -p out/downloads
5022023-10-04T23:23:33.564Z+ mkdir -p ./out/dendrite-stub
5032023-10-04T23:23:33.568Z+ fetch_and_verify
5042023-10-04T23:23:33.571Z+ local DO_DOWNLOAD=true
5052023-10-04T23:23:33.575Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062023-10-04T23:23:33.580Z+ '[' true == true ']'
5072023-10-04T23:23:33.583Z+ echo Downloading...
5082023-10-04T23:23:33.587ZDownloading...
5092023-10-04T23:23:33.591Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102023-10-04T23:23:33.594Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5112023-10-04T23:23:41.751Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122023-10-04T23:23:41.755Z++ sha256sum
5132023-10-04T23:23:41.759Z++ awk '{print $1}'
5142023-10-04T23:23:41.851Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5152023-10-04T23:23:41.863Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5162023-10-04T23:23:41.879Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172023-10-04T23:23:41.891Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182023-10-04T23:23:42.795Z+ do_assemble
5192023-10-04T23:23:42.799Z+ rm -r ./out/dendrite-stub
5202023-10-04T23:23:42.803Z+ mkdir ./out/dendrite-stub
5212023-10-04T23:23:42.807Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222023-10-04T23:23:42.912Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232023-10-04T23:23:42.925Z+ set -o errexit
5242023-10-04T23:23:42.929Z+++ dirname ./tools/ci_download_transceiver_control
5252023-10-04T23:23:42.933Z++ cd ./tools
5262023-10-04T23:23:42.937Z++ pwd
5272023-10-04T23:23:42.940Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282023-10-04T23:23:42.943Z++ basename ./tools/ci_download_transceiver_control
5292023-10-04T23:23:42.947Z+ ARG0=ci_download_transceiver_control
5302023-10-04T23:23:42.950Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5312023-10-04T23:23:42.953Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5322023-10-04T23:23:42.956Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5332023-10-04T23:23:42.960Z+ TARGET_DIR=out
5342023-10-04T23:23:42.963Z+ DOWNLOAD_DIR=out/downloads
5352023-10-04T23:23:42.967Z+ DEST_DIR=./out/transceiver-control
5362023-10-04T23:23:42.973Z+ BIN_DIR=/opt/oxide/bin
5372023-10-04T23:23:42.988Z+ BINARY=xcvradm
5382023-10-04T23:23:42.993Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392023-10-04T23:23:42.999Z+ REPO=oxidecomputer/transceiver-control
5402023-10-04T23:23:43.011Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5412023-10-04T23:23:43.016Z+ main
5422023-10-04T23:23:43.020Z+ [[ 0 != 0 ]]
5432023-10-04T23:23:43.023Z+ CIDL_OS=solaris2.11
5442023-10-04T23:23:43.026Z+ [[ 0 != 0 ]]
5452023-10-04T23:23:43.030Z+ configure_os solaris2.11
5462023-10-04T23:23:43.035Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472023-10-04T23:23:43.039Zcurrent directory: /work/oxidecomputer/omicron
5482023-10-04T23:23:43.042Z+ echo 'configuring based on OS: "solaris2.11"'
5492023-10-04T23:23:43.046Zconfiguring based on OS: "solaris2.11"
5502023-10-04T23:23:43.051Z+ case "$1" in
5512023-10-04T23:23:43.054Z+ SET_BINARIES=
5522023-10-04T23:23:43.069Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5532023-10-04T23:23:43.073Z+ CIDL_SHA256FUNC=do_sha256sum
5542023-10-04T23:23:43.076Z+ ARCHIVE_FILENAME=xcvradm.gz
5552023-10-04T23:23:43.080Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5562023-10-04T23:23:43.084Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5572023-10-04T23:23:43.087Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5582023-10-04T23:23:43.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-10-04T23:23:43.108Z+ echo 'Local file: out/downloads/xcvradm.gz'
5602023-10-04T23:23:43.113ZLocal file: out/downloads/xcvradm.gz
5612023-10-04T23:23:43.116Z+ mkdir -p out/downloads
5622023-10-04T23:23:43.120Z+ mkdir -p ./out/transceiver-control
5632023-10-04T23:23:43.123Z+ fetch_and_verify
5642023-10-04T23:23:43.126Z+ local DO_DOWNLOAD=true
5652023-10-04T23:23:43.130Z+ [[ -f out/downloads/xcvradm.gz ]]
5662023-10-04T23:23:43.133Z+ '[' true == true ']'
5672023-10-04T23:23:43.137Z+ echo Downloading...
5682023-10-04T23:23:43.142ZDownloading...
5692023-10-04T23:23:43.147Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5702023-10-04T23:23:43.150Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5712023-10-04T23:23:45.013Z++ do_sha256sum out/downloads/xcvradm.gz
5722023-10-04T23:23:45.017Z++ sha256sum
5732023-10-04T23:23:45.022Z++ awk '{print $1}'
5742023-10-04T23:23:45.031Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752023-10-04T23:23:45.034Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
5762023-10-04T23:23:45.039Z+ do_unpack out/downloads/xcvradm.gz
5772023-10-04T23:23:45.043Z+ mkdir -p out/downloads/root//opt/oxide/bin
5782023-10-04T23:23:45.047Z+ gzip -dc out/downloads/xcvradm.gz
5792023-10-04T23:23:45.208Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5802023-10-04T23:23:45.211Z+ do_assemble
5812023-10-04T23:23:45.214Z+ rm -r ./out/transceiver-control
5822023-10-04T23:23:45.218Z+ mkdir ./out/transceiver-control
5832023-10-04T23:23:45.221Z+ cp -r out/downloads/root ./out/transceiver-control/root
5842023-10-04T23:23:45.387ZAll prerequisites installed successfully
5852023-10-04T23:23:45.391Z
5862023-10-04T23:23:45.402Zreal 1:31.234821389
5872023-10-04T23:23:45.406Zuser 47.389968475
5882023-10-04T23:23:45.410Zsys 8.969376025
5892023-10-04T23:23:45.414Ztrap 0.021196045
5902023-10-04T23:23:45.417Ztflt 0.059046087
5912023-10-04T23:23:45.426Zdflt 0.368977367
5922023-10-04T23:23:45.430Zkflt 0.053298414
5932023-10-04T23:23:45.434Zlock 1.584605106
5942023-10-04T23:23:45.437Zslp 2:40.927237772
5952023-10-04T23:23:45.440Zlat 3.043969599
5962023-10-04T23:23:45.443Zstop 0.062493570
5972023-10-04T23:23:45.448Z+ ptime -m ./tools/ci_download_softnpu_machinery
5982023-10-04T23:23:45.451Zfetching npuzone
5992023-10-04T23:23:45.454ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6002023-10-04T23:23:45.459Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6012023-10-04T23:23:45.463ZGetting hash for npuzone
6022023-10-04T23:23:45.579Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6032023-10-04T23:23:55.972Znpuzone downloaded successfully
6042023-10-04T23:23:55.982Z
6052023-10-04T23:23:55.985Zreal 10.565433647
6062023-10-04T23:23:55.994Zuser 0.542005010
6072023-10-04T23:23:55.997Zsys 0.136534387
6082023-10-04T23:23:56.002Ztrap 0.000055884
6092023-10-04T23:23:56.005Ztflt 0.000000000
6102023-10-04T23:23:56.011Zdflt 0.000000000
6112023-10-04T23:23:56.016Zkflt 0.000000000
6122023-10-04T23:23:56.020Zlock 0.000000000
6132023-10-04T23:23:56.026Zslp 30.873592475
6142023-10-04T23:23:56.029Zlat 0.108874012
6152023-10-04T23:23:56.052Zstop 0.000265476
6162023-10-04T23:23:56.055Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6172023-10-04T23:23:56.307Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6182023-10-04T23:23:56.670Z Updating crates.io index
6192023-10-04T23:23:56.680Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6202023-10-04T23:23:57.457Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6212023-10-04T23:23:59.280Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6222023-10-04T23:24:00.327Z Updating git repository `http://github.com/oxidecomputer/tofino`
6232023-10-04T23:24:00.414Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6242023-10-04T23:24:00.716Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6252023-10-04T23:24:01.042Z Updating git repository `https://github.com/oxidecomputer/propolis`
6262023-10-04T23:24:01.996Z Updating git repository `https://github.com/oxidecomputer/opte`
6272023-10-04T23:24:02.916Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6282023-10-04T23:24:03.258Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6292023-10-04T23:24:03.731Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6302023-10-04T23:24:04.077Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6312023-10-04T23:24:04.413Z Updating git repository `https://github.com/njaremko/samael`
6322023-10-04T23:24:04.785Z Updating git repository `https://github.com/oxidecomputer/crucible`
6332023-10-04T23:24:06.442Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6342023-10-04T23:24:06.985Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6352023-10-04T23:24:07.524Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6362023-10-04T23:24:08.217Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6372023-10-04T23:24:08.617Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6382023-10-04T23:24:08.995Z Updating git repository `https://github.com/oxidecomputer/omicron`
6392023-10-04T23:24:17.782Z Updating git repository `https://github.com/oxidecomputer/rfb`
6402023-10-04T23:24:18.199Z Updating git repository `https://github.com/jgallagher/nix`
6412023-10-04T23:24:19.623Z Updating git repository `https://github.com/cbiffle/hubpack`
6422023-10-04T23:24:19.907Z Updating git repository `https://github.com/oxidecomputer/typify`
6432023-10-04T23:24:21.010Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6442023-10-04T23:24:21.487Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6452023-10-04T23:24:22.017Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6462023-10-04T23:24:23.345Z Downloading crates ...
6472023-10-04T23:24:23.586Z Downloaded addr2line v0.21.0
6482023-10-04T23:24:24.014Z Downloaded autocfg v1.1.0
6492023-10-04T23:24:24.029Z Downloaded bincode v1.3.3
6502023-10-04T23:24:24.049Z Downloaded base64 v0.13.1
6512023-10-04T23:24:24.066Z Downloaded bytecount v0.6.3
6522023-10-04T23:24:24.078Z Downloaded bytesize v1.3.0
6532023-10-04T23:24:24.092Z Downloaded bitflags v2.4.0
6542023-10-04T23:24:24.110Z Downloaded mime v0.3.17
6552023-10-04T23:24:24.133Z Downloaded num-integer v0.1.45
6562023-10-04T23:24:24.158Z Downloaded nanorand v0.7.0
6572023-10-04T23:24:24.180Z Downloaded base64ct v1.6.0
6582023-10-04T23:24:24.205Z Downloaded base64 v0.21.4
6592023-10-04T23:24:24.231Z Downloaded cargo_metadata v0.18.0
6602023-10-04T23:24:24.255Z Downloaded semver-parser v0.10.2
6612023-10-04T23:24:24.688Z Downloaded shlex v1.1.0
6622023-10-04T23:24:24.705Z Downloaded serde_with v2.3.3
6632023-10-04T23:24:24.731Z Downloaded slab v0.4.9
6642023-10-04T23:24:24.761Z Downloaded impl-trait-for-tuples v0.2.2
6652023-10-04T23:24:24.806Z Downloaded debug-ignore v1.0.5
6662023-10-04T23:24:24.827Z Downloaded siphasher v0.3.11
6672023-10-04T23:24:24.880Z Downloaded deranged v0.3.8
6682023-10-04T23:24:24.904Z Downloaded sled v0.34.7
6692023-10-04T23:24:24.935Z Downloaded bb8 v0.8.1
6702023-10-04T23:24:24.964Z Downloaded atty v0.2.14
6712023-10-04T23:24:25.025Z Downloaded foreign-types-shared v0.1.1
6722023-10-04T23:24:25.043Z Downloaded bit_field v0.10.2
6732023-10-04T23:24:25.061Z Downloaded parse-display v0.7.0
6742023-10-04T23:24:25.079Z Downloaded same-file v1.0.6
6752023-10-04T23:24:25.513Z Downloaded maybe-uninit v2.0.0
6762023-10-04T23:24:25.532Z Downloaded colorchoice v1.0.0
6772023-10-04T23:24:25.551Z Downloaded iana-time-zone v0.1.57
6782023-10-04T23:24:25.572Z Downloaded pretty-hex v0.3.0
6792023-10-04T23:24:25.592Z Downloaded cexpr v0.6.0
6802023-10-04T23:24:25.620Z Downloaded native-tls v0.2.11
6812023-10-04T23:24:25.677Z Downloaded clap_lex v0.5.1
6822023-10-04T23:24:26.944Z Downloaded lazy_static v1.4.0
6832023-10-04T23:24:27.412Z Downloaded cipher v0.4.4
6842023-10-04T23:24:27.844Z Downloaded darling_macro v0.20.3
6852023-10-04T23:24:27.865Z Downloaded crossbeam-utils v0.8.16
6862023-10-04T23:24:27.894Z Downloaded argon2 v0.5.2
6872023-10-04T23:24:27.909Z Downloaded packed_struct_codegen v0.10.1
6882023-10-04T23:24:27.929Z Downloaded rustc_version v0.4.0
6892023-10-04T23:24:27.950Z Downloaded cancel-safe-futures v0.1.2
6902023-10-04T23:24:27.972Z Downloaded semver v1.0.18
6912023-10-04T23:24:27.993Z Downloaded form_urlencoded v1.2.0
6922023-10-04T23:24:28.011Z Downloaded anyhow v1.0.75
6932023-10-04T23:24:28.448Z Downloaded libloading v0.7.4
6942023-10-04T23:24:28.879Z Downloaded serde-big-array v0.4.1
6952023-10-04T23:24:28.897Z Downloaded fixedbitset v0.4.2
6962023-10-04T23:24:29.335Z Downloaded serde_plain v1.0.2
6972023-10-04T23:24:30.422Z Downloaded rtoolbox v0.0.1
6982023-10-04T23:24:30.440Z Downloaded rpassword v7.2.0
6992023-10-04T23:24:30.466Z Downloaded rustls-pemfile v1.0.3
7002023-10-04T23:24:30.475Z Downloaded lazycell v1.3.0
7012023-10-04T23:24:30.485Z Downloaded strsim v0.10.0
7022023-10-04T23:24:30.497Z Downloaded num-iter v0.1.43
7032023-10-04T23:24:30.506Z Downloaded fragile v2.0.0
7042023-10-04T23:24:30.518Z Downloaded smawk v0.3.1
7052023-10-04T23:24:30.536Z Downloaded crossbeam-epoch v0.9.15
7062023-10-04T23:24:30.550Z Downloaded ahash v0.8.3
7072023-10-04T23:24:30.571Z Downloaded downcast v0.11.0
7082023-10-04T23:24:30.587Z Downloaded tokio-macros v2.1.0
7092023-10-04T23:24:30.603Z Downloaded mockall v0.11.4
7102023-10-04T23:24:30.618Z Downloaded vsss-rs v3.3.1
7112023-10-04T23:24:30.634Z Downloaded mockall_derive v0.11.4
7122023-10-04T23:24:30.694Z Downloaded sct v0.7.0
7132023-10-04T23:24:30.734Z Downloaded serde_spanned v0.6.3
7142023-10-04T23:24:30.759Z Downloaded ff v0.13.0
7152023-10-04T23:24:30.773Z Downloaded errno v0.3.2
7162023-10-04T23:24:30.792Z Downloaded spin v0.9.8
7172023-10-04T23:24:30.815Z Downloaded rusty-fork v0.3.0
7182023-10-04T23:24:31.235Z Downloaded rustversion v1.0.14
7192023-10-04T23:24:31.249Z Downloaded num_cpus v1.16.0
7202023-10-04T23:24:31.267Z Downloaded opaque-debug v0.3.0
7212023-10-04T23:24:31.282Z Downloaded signature v2.1.0
7222023-10-04T23:24:31.294Z Downloaded num_enum v0.5.11
7232023-10-04T23:24:31.321Z Downloaded tokio-native-tls v0.3.1
7242023-10-04T23:24:31.345Z Downloaded slog-json v2.6.1
7252023-10-04T23:24:31.371Z Downloaded oso-derive v0.26.4
7262023-10-04T23:24:31.399Z Downloaded xattr v1.0.1
7272023-10-04T23:24:31.414Z Downloaded tap v1.0.1
7282023-10-04T23:24:31.439Z Downloaded match_cfg v0.1.0
7292023-10-04T23:24:31.461Z Downloaded matches v0.1.10
7302023-10-04T23:24:31.492Z Downloaded path-absolutize v3.1.0
7312023-10-04T23:24:31.540Z Downloaded env_logger v0.9.3
7322023-10-04T23:24:31.566Z Downloaded termcolor v1.2.0
7332023-10-04T23:24:31.591Z Downloaded quote v1.0.33
7342023-10-04T23:24:32.026Z Downloaded darling_macro v0.14.4
7352023-10-04T23:24:32.054Z Downloaded darling v0.14.4
7362023-10-04T23:24:32.491Z Downloaded signal-hook-registry v1.4.1
7372023-10-04T23:24:32.504Z Downloaded number_prefix v0.4.0
7382023-10-04T23:24:32.514Z Downloaded dyn-clone v1.0.13
7392023-10-04T23:24:32.529Z Downloaded dtrace-parser v0.1.14
7402023-10-04T23:24:32.548Z Downloaded want v0.3.1
7412023-10-04T23:24:32.988Z Downloaded signal-hook-mio v0.2.3
7422023-10-04T23:24:33.069Z Downloaded unicode-width v0.1.10
7432023-10-04T23:24:33.085Z Downloaded flate2 v1.0.27
7442023-10-04T23:24:33.104Z Downloaded radium v0.7.0
7452023-10-04T23:24:33.531Z Downloaded normalize-line-endings v0.3.0
7462023-10-04T23:24:33.541Z Downloaded percent-encoding v2.3.0
7472023-10-04T23:24:33.558Z Downloaded topological-sort v0.2.2
7482023-10-04T23:24:33.611Z Downloaded fallible-iterator v0.2.0
7492023-10-04T23:24:33.631Z Downloaded doc-comment v0.3.3
7502023-10-04T23:24:34.062Z Downloaded http v0.2.9
7512023-10-04T23:24:34.494Z Downloaded ref-cast-impl v1.0.20
7522023-10-04T23:24:34.508Z Downloaded num-rational v0.4.1
7532023-10-04T23:24:34.529Z Downloaded num v0.4.1
7542023-10-04T23:24:34.586Z Downloaded sha2 v0.10.7
7552023-10-04T23:24:34.604Z Downloaded once_cell v1.18.0
7562023-10-04T23:24:34.635Z Downloaded termtree v0.4.1
7572023-10-04T23:24:34.659Z Downloaded enum-iterator v1.4.1
7582023-10-04T23:24:35.091Z Downloaded enum-as-inner v0.5.1
7592023-10-04T23:24:35.110Z Downloaded endian-type v0.1.2
7602023-10-04T23:24:35.173Z Downloaded time-core v0.1.1
7612023-10-04T23:24:35.241Z Downloaded openssl-probe v0.1.5
7622023-10-04T23:24:35.286Z Downloaded yasna v0.5.2
7632023-10-04T23:24:35.309Z Downloaded dof v0.1.5
7642023-10-04T23:24:35.728Z Downloaded const_format_proc_macros v0.2.31
7652023-10-04T23:24:35.733Z Downloaded num_threads v0.1.6
7662023-10-04T23:24:35.736Z Downloaded postgres-types v0.2.6
7672023-10-04T23:24:35.740Z Downloaded platforms v3.0.2
7682023-10-04T23:24:35.744Z Downloaded pin-utils v0.1.0
7692023-10-04T23:24:35.749Z Downloaded darling_core v0.14.4
7702023-10-04T23:24:35.754Z Downloaded toml v0.8.0
7712023-10-04T23:24:35.767Z Downloaded fxhash v0.2.1
7722023-10-04T23:24:35.782Z Downloaded ron v0.8.1
7732023-10-04T23:24:35.803Z Downloaded untrusted v0.7.1
7742023-10-04T23:24:36.242Z Downloaded headers-core v0.2.0
7752023-10-04T23:24:36.669Z Downloaded postcard v0.7.3
7762023-10-04T23:24:36.693Z Downloaded thread_local v1.1.7
7772023-10-04T23:24:36.703Z Downloaded curve25519-dalek-derive v0.1.0
7782023-10-04T23:24:36.716Z Downloaded phf_shared v0.10.0
7792023-10-04T23:24:36.725Z Downloaded cstr-argument v0.1.2
7802023-10-04T23:24:36.734Z Downloaded textwrap v0.11.0
7812023-10-04T23:24:36.743Z Downloaded futures-executor v0.3.28
7822023-10-04T23:24:36.760Z Downloaded futures-task v0.3.28
7832023-10-04T23:24:36.789Z Downloaded typenum v1.16.0
7842023-10-04T23:24:36.806Z Downloaded futures-core v0.3.28
7852023-10-04T23:24:36.818Z Downloaded path-dedot v3.1.0
7862023-10-04T23:24:36.827Z Downloaded md-5 v0.10.5
7872023-10-04T23:24:36.844Z Downloaded memoffset v0.7.1
7882023-10-04T23:24:37.295Z Downloaded whoami v1.4.1
7892023-10-04T23:24:37.725Z Downloaded fd-lock v3.0.13
7902023-10-04T23:24:37.750Z Downloaded display-error-chain v0.1.1
7912023-10-04T23:24:37.765Z Downloaded tinyvec_macros v0.1.1
7922023-10-04T23:24:37.786Z Downloaded proc-macro-error-attr v1.0.4
7932023-10-04T23:24:37.805Z Downloaded httpdate v1.0.3
7942023-10-04T23:24:37.820Z Downloaded generic-array v0.14.7
7952023-10-04T23:24:37.829Z Downloaded is-terminal v0.4.9
7962023-10-04T23:24:37.845Z Downloaded oso v0.26.4
7972023-10-04T23:24:37.859Z Downloaded take_mut v0.2.2
7982023-10-04T23:24:37.878Z Downloaded tower-service v0.3.2
7992023-10-04T23:24:37.896Z Downloaded itertools v0.10.5
8002023-10-04T23:24:37.919Z Downloaded linked-hash-map v0.5.6
8012023-10-04T23:24:38.401Z Downloaded openssl-sys v0.9.93
8022023-10-04T23:24:38.414Z Downloaded synstructure v0.12.6
8032023-10-04T23:24:38.435Z Downloaded unsafe-libyaml v0.2.9
8042023-10-04T23:24:38.462Z Downloaded derive_builder_macro v0.12.0
8052023-10-04T23:24:38.891Z Downloaded zerocopy v0.6.3
8062023-10-04T23:24:38.903Z Downloaded futures-sink v0.3.28
8072023-10-04T23:24:38.930Z Downloaded toolchain_find v0.2.0
8082023-10-04T23:24:38.947Z Downloaded linear-map v1.2.0
8092023-10-04T23:24:38.965Z Downloaded aes v0.8.3
8102023-10-04T23:24:39.382Z Downloaded rand_xorshift v0.3.0
8112023-10-04T23:24:39.394Z Downloaded rand_core v0.6.4
8122023-10-04T23:24:39.453Z Downloaded wait-timeout v0.2.0
8132023-10-04T23:24:39.473Z Downloaded crunchy v0.2.2
8142023-10-04T23:24:39.499Z Downloaded phf_shared v0.11.2
8152023-10-04T23:24:39.529Z Downloaded signal-hook v0.3.17
8162023-10-04T23:24:39.570Z Downloaded waitgroup v0.1.2
8172023-10-04T23:24:39.582Z Downloaded mime_guess v2.0.4
8182023-10-04T23:24:39.612Z Downloaded darling_core v0.20.3
8192023-10-04T23:24:39.635Z Downloaded diesel_table_macro_syntax v0.1.0
8202023-10-04T23:24:40.075Z Downloaded ed25519 v1.5.3
8212023-10-04T23:24:40.091Z Downloaded smallvec v1.11.0
8222023-10-04T23:24:40.654Z Downloaded ryu v1.0.15
8232023-10-04T23:24:40.659Z Downloaded enum-iterator-derive v1.2.1
8242023-10-04T23:24:40.663Z Downloaded r2d2 v0.8.10
8252023-10-04T23:24:40.669Z Downloaded trust-dns-server v0.22.1
8262023-10-04T23:24:40.676Z Downloaded rand_chacha v0.3.1
8272023-10-04T23:24:40.693Z Downloaded subtle v2.5.0
8282023-10-04T23:24:40.700Z Downloaded tinyvec v1.6.0
8292023-10-04T23:24:40.708Z Downloaded unicase v2.7.0
8302023-10-04T23:24:40.727Z Downloaded http-body v0.4.5
8312023-10-04T23:24:40.745Z Downloaded futures-io v0.3.28
8322023-10-04T23:24:40.760Z Downloaded funty v2.0.0
8332023-10-04T23:24:41.190Z Downloaded num_enum_derive v0.5.11
8342023-10-04T23:24:41.202Z Downloaded tracing-attributes v0.1.26
8352023-10-04T23:24:41.215Z Downloaded x509-cert v0.2.4
8362023-10-04T23:24:41.642Z Downloaded time-macros v0.2.13
8372023-10-04T23:24:41.662Z Downloaded pkcs8 v0.10.2
8382023-10-04T23:24:41.682Z Downloaded hash32 v0.2.1
8392023-10-04T23:24:41.700Z Downloaded globset v0.4.13
8402023-10-04T23:24:41.716Z Downloaded tokio-util v0.7.8
8412023-10-04T23:24:41.730Z Downloaded tungstenite v0.17.3
8422023-10-04T23:24:41.743Z Downloaded unicode-ident v1.0.12
8432023-10-04T23:24:41.755Z Downloaded proc-macro2 v1.0.67
8442023-10-04T23:24:41.768Z Downloaded phf v0.11.2
8452023-10-04T23:24:41.792Z Downloaded getrandom v0.2.10
8462023-10-04T23:24:42.225Z Downloaded heapless v0.7.16
8472023-10-04T23:24:42.246Z Downloaded pin-project-lite v0.2.13
8482023-10-04T23:24:42.258Z Downloaded serde_yaml v0.9.25
8492023-10-04T23:24:42.288Z Downloaded crc-any v2.4.3
8502023-10-04T23:24:42.312Z Downloaded headers v0.3.9
8512023-10-04T23:24:42.333Z Downloaded hyper v0.14.27
8522023-10-04T23:24:42.367Z Downloaded unicode-bidi v0.3.13
8532023-10-04T23:24:42.403Z Downloaded diesel_derives v2.1.1
8542023-10-04T23:24:42.434Z Downloaded half v1.8.2
8552023-10-04T23:24:42.458Z Downloaded ucd-trie v0.1.6
8562023-10-04T23:24:42.791Z Downloaded h2 v0.3.21
8572023-10-04T23:24:42.869Z Downloaded tracing v0.1.37
8582023-10-04T23:24:43.721Z Downloaded pest v2.7.2
8592023-10-04T23:24:43.743Z Downloaded rand v0.8.5
8602023-10-04T23:24:43.819Z Downloaded reedline v0.23.0
8612023-10-04T23:24:43.844Z Downloaded toml_edit v0.20.0
8622023-10-04T23:24:43.864Z Downloaded toml_edit v0.19.15
8632023-10-04T23:24:43.874Z Downloaded quick-xml v0.23.1
8642023-10-04T23:24:43.883Z Downloaded num-bigint-dig v0.8.4
8652023-10-04T23:24:43.891Z Downloaded portable-atomic v1.4.3
8662023-10-04T23:24:43.904Z Downloaded tough v0.12.5
8672023-10-04T23:24:43.911Z Downloaded crossterm v0.27.0
8682023-10-04T23:24:43.924Z Downloaded unicode-normalization v0.1.22
8692023-10-04T23:24:43.940Z Downloaded reqwest v0.11.20
8702023-10-04T23:24:43.954Z Downloaded lalrpop v0.19.12
8712023-10-04T23:24:43.976Z Downloaded bstr v1.6.0
8722023-10-04T23:24:44.017Z Downloaded futures-util v0.3.28
8732023-10-04T23:24:44.030Z Downloaded rayon v1.7.0
8742023-10-04T23:24:44.046Z Downloaded smoltcp v0.8.2
8752023-10-04T23:24:44.064Z Downloaded webpki-roots v0.25.2
8762023-10-04T23:24:44.089Z Downloaded object v0.30.4
8772023-10-04T23:24:44.125Z Downloaded gimli v0.28.0
8782023-10-04T23:24:44.136Z Downloaded openssl v0.10.57
8792023-10-04T23:24:44.148Z Downloaded regex-syntax v0.6.29
8802023-10-04T23:24:44.153Z Downloaded polar-core v0.26.4
8812023-10-04T23:24:44.162Z Downloaded ratatui v0.23.0
8822023-10-04T23:24:44.174Z Downloaded nix v0.26.2
8832023-10-04T23:24:44.192Z Downloaded openapiv3 v1.0.3
8842023-10-04T23:24:44.212Z Downloaded diesel v2.1.2
8852023-10-04T23:24:44.230Z Downloaded regex-syntax v0.7.5
8862023-10-04T23:24:44.246Z Downloaded zerocopy-derive v0.2.0
8872023-10-04T23:24:44.267Z Downloaded libc v0.2.148
8882023-10-04T23:24:44.285Z Downloaded regex-automata v0.3.8
8892023-10-04T23:24:44.723Z Downloaded tokio v1.32.0
8902023-10-04T23:24:44.752Z Downloaded zerocopy-derive v0.6.3
8912023-10-04T23:24:44.774Z Downloaded sha3 v0.10.8
8922023-10-04T23:24:45.217Z Downloaded bzip2-sys v0.1.11+1.0.8
8932023-10-04T23:24:45.257Z Downloaded curve25519-dalek v4.1.0
8942023-10-04T23:24:45.289Z Downloaded rustix v0.38.9
8952023-10-04T23:24:45.309Z Downloaded syn v1.0.109
8962023-10-04T23:24:45.335Z Downloaded idna v0.4.0
8972023-10-04T23:24:45.774Z Downloaded trust-dns-proto v0.22.0
8982023-10-04T23:24:46.214Z Downloaded bstr v0.2.17
8992023-10-04T23:24:46.237Z Downloaded syn v2.0.32
9002023-10-04T23:24:46.255Z Downloaded encoding_rs v0.8.33
9012023-10-04T23:24:46.287Z Downloaded libgit2-sys v0.15.2+1.6.4
9022023-10-04T23:24:46.314Z Downloaded rustls v0.21.7
9032023-10-04T23:24:46.330Z Downloaded radix_trie v0.2.1
9042023-10-04T23:24:46.352Z Downloaded object v0.32.1
9052023-10-04T23:24:46.377Z Downloaded rustix v0.37.23
9062023-10-04T23:24:46.395Z Downloaded idna v0.2.3
9072023-10-04T23:24:46.417Z Downloaded git2 v0.17.2
9082023-10-04T23:24:46.444Z Downloaded regex v1.9.5
9092023-10-04T23:24:46.470Z Downloaded libz-sys v1.1.12
9102023-10-04T23:24:46.494Z Downloaded smoltcp v0.9.1
9112023-10-04T23:24:46.968Z Downloaded regress v0.7.1
9122023-10-04T23:24:46.974Z Downloaded tabled v0.14.0
9132023-10-04T23:24:46.983Z Downloaded proptest v1.2.0
9142023-10-04T23:24:47.007Z Downloaded vcpkg v0.2.15
9152023-10-04T23:24:47.033Z Downloaded petgraph v0.6.4
9162023-10-04T23:24:47.052Z Downloaded libsqlite3-sys v0.26.0
9172023-10-04T23:24:47.906Z Downloaded ring v0.16.20
9182023-10-04T23:24:49.160Z Downloaded hashbrown v0.13.2
9192023-10-04T23:24:49.185Z Downloaded chrono v0.4.31
9202023-10-04T23:24:49.207Z Downloaded hkdf v0.12.3
9212023-10-04T23:24:49.227Z Downloaded clap v2.34.0
9222023-10-04T23:24:49.246Z Downloaded aho-corasick v1.0.4
9232023-10-04T23:24:49.270Z Downloaded unicode-segmentation v1.10.1
9242023-10-04T23:24:49.695Z Downloaded regex-automata v0.1.10
9252023-10-04T23:24:49.705Z Downloaded crossterm v0.26.1
9262023-10-04T23:24:49.712Z Downloaded winnow v0.5.15
9272023-10-04T23:24:49.724Z Downloaded hashbrown v0.12.3
9282023-10-04T23:24:49.736Z Downloaded rusqlite v0.29.0
9292023-10-04T23:24:49.749Z Downloaded tracing-core v0.1.31
9302023-10-04T23:24:49.762Z Downloaded crypto-bigint v0.5.2
9312023-10-04T23:24:49.779Z Downloaded clap_builder v4.4.2
9322023-10-04T23:24:49.786Z Downloaded rustls-webpki v0.101.4
9332023-10-04T23:24:49.793Z Downloaded serde_json v1.0.107
9342023-10-04T23:24:49.806Z Downloaded diff v0.1.13
9352023-10-04T23:24:49.817Z Downloaded hashbrown v0.14.0
9362023-10-04T23:24:49.831Z Downloaded subprocess v0.2.9
9372023-10-04T23:24:49.844Z Downloaded trust-dns-client v0.22.0
9382023-10-04T23:24:50.419Z Downloaded url v2.4.1
9392023-10-04T23:24:50.446Z Downloaded indexmap v1.9.3
9402023-10-04T23:24:50.873Z Downloaded rayon-core v1.11.0
9412023-10-04T23:24:50.894Z Downloaded num_enum_derive v0.7.0
9422023-10-04T23:24:50.915Z Downloaded walkdir v2.4.0
9432023-10-04T23:24:50.931Z Downloaded postgres-protocol v0.6.6
9442023-10-04T23:24:50.939Z Downloaded unicode-linebreak v0.1.5
9452023-10-04T23:24:50.949Z Downloaded universal-hash v0.5.1
9462023-10-04T23:24:50.962Z Downloaded log v0.4.20
9472023-10-04T23:24:50.978Z Downloaded lock_api v0.4.10
9482023-10-04T23:24:50.990Z Downloaded slog v2.7.0
9492023-10-04T23:24:51.005Z Downloaded poly1305 v0.8.0
9502023-10-04T23:24:51.019Z Downloaded futures v0.3.28
9512023-10-04T23:24:51.441Z Downloaded hex v0.4.3
9522023-10-04T23:24:51.458Z Downloaded crossbeam-deque v0.8.3
9532023-10-04T23:24:51.474Z Downloaded derive_more v0.99.17
9542023-10-04T23:24:51.491Z Downloaded lalrpop-util v0.19.12
9552023-10-04T23:24:51.505Z Downloaded itoa v1.0.9
9562023-10-04T23:24:51.524Z Downloaded serde_with_macros v2.3.3
9572023-10-04T23:24:51.541Z Downloaded zip v0.6.6
9582023-10-04T23:24:51.564Z Downloaded nom v7.1.3
9592023-10-04T23:24:51.591Z Downloaded itertools v0.11.0
9602023-10-04T23:24:52.438Z Downloaded either v1.9.0
9612023-10-04T23:24:52.471Z Downloaded proc-macro-error v1.0.4
9622023-10-04T23:24:52.502Z Downloaded trust-dns-resolver v0.22.0
9632023-10-04T23:24:52.537Z Downloaded ipnetwork v0.20.0
9642023-10-04T23:24:52.962Z Downloaded ena v0.14.2
9652023-10-04T23:24:52.980Z Downloaded tiny-keccak v2.0.2
9662023-10-04T23:24:53.412Z Downloaded resolv-conf v0.7.0
9672023-10-04T23:24:53.429Z Downloaded mio v0.8.8
9682023-10-04T23:24:53.446Z Downloaded salty v0.2.0
9692023-10-04T23:24:53.885Z Downloaded const_format v0.2.31
9702023-10-04T23:24:53.907Z Downloaded fastrand v2.0.0
9712023-10-04T23:24:53.931Z Downloaded proc-macro-crate v1.3.1
9722023-10-04T23:24:53.955Z Downloaded crypto-common v0.1.6
9732023-10-04T23:24:53.982Z Downloaded tabled_derive v0.6.0
9742023-10-04T23:24:54.008Z Downloaded pest_meta v2.7.2
9752023-10-04T23:24:55.662Z Downloaded time v0.3.27
9762023-10-04T23:24:55.678Z Downloaded futures-channel v0.3.28
9772023-10-04T23:24:55.696Z Downloaded owo-colors v3.5.0
9782023-10-04T23:24:56.267Z Downloaded prettyplease v0.2.12
9792023-10-04T23:24:56.282Z Downloaded serde_arrays v0.1.0
9802023-10-04T23:24:56.295Z Downloaded hashlink v0.8.3
9812023-10-04T23:24:56.311Z Downloaded num_enum v0.7.0
9822023-10-04T23:24:56.329Z Downloaded ctr v0.9.2
9832023-10-04T23:24:56.761Z Downloaded env_logger v0.10.0
9842023-10-04T23:24:56.778Z Downloaded nu-ansi-term v0.49.0
9852023-10-04T23:24:56.796Z Downloaded elliptic-curve v0.13.5
9862023-10-04T23:24:56.828Z Downloaded crossbeam-channel v0.5.8
9872023-10-04T23:24:56.851Z Downloaded erased-serde v0.3.30
9882023-10-04T23:24:56.871Z Downloaded strum_macros v0.25.2
9892023-10-04T23:24:57.317Z Downloaded smallvec v0.6.14
9902023-10-04T23:24:57.358Z Downloaded usdt v0.3.5
9912023-10-04T23:24:57.397Z Downloaded hyper-tls v0.5.0
9922023-10-04T23:24:57.425Z Downloaded openssl-macros v0.1.1
9932023-10-04T23:24:57.859Z Downloaded libxml v0.3.3
9942023-10-04T23:24:57.881Z Downloaded minimal-lexical v0.2.1
9952023-10-04T23:24:57.901Z Downloaded num-derive v0.4.0
9962023-10-04T23:24:58.341Z Downloaded indoc v2.0.3
9972023-10-04T23:24:58.352Z Downloaded toml v0.7.8
9982023-10-04T23:24:58.366Z Downloaded toml v0.5.11
9992023-10-04T23:24:58.794Z Downloaded libm v0.2.7
10002023-10-04T23:24:58.820Z Downloaded bindgen v0.65.1
10012023-10-04T23:24:59.253Z Downloaded pkcs1 v0.7.5
10022023-10-04T23:24:59.285Z Downloaded omicron-zone-package v0.8.3
10032023-10-04T23:24:59.313Z Downloaded futures-macro v0.3.28
10042023-10-04T23:24:59.337Z Downloaded lru-cache v0.1.2
10052023-10-04T23:24:59.357Z Downloaded crc-catalog v2.2.0
10062023-10-04T23:24:59.376Z Downloaded cpufeatures v0.2.9
10072023-10-04T23:24:59.392Z Downloaded termios v0.3.3
10082023-10-04T23:24:59.408Z Downloaded fallible-streaming-iterator v0.1.9
10092023-10-04T23:24:59.865Z Downloaded thread-id v4.2.0
10102023-10-04T23:24:59.880Z Downloaded thiserror-impl-no-std v2.0.2
10112023-10-04T23:24:59.911Z Downloaded num-bigint v0.4.4
10122023-10-04T23:24:59.932Z Downloaded miniz_oxide v0.7.1
10132023-10-04T23:24:59.950Z Downloaded serde-big-array v0.5.1
10142023-10-04T23:24:59.969Z Downloaded usdt-attr-macro v0.3.5
10152023-10-04T23:25:00.029Z Downloaded glob v0.3.1
10162023-10-04T23:25:00.053Z Downloaded rcgen v0.10.0
10172023-10-04T23:25:00.069Z Downloaded tar v0.4.40
10182023-10-04T23:25:00.499Z Downloaded ron v0.7.1
10192023-10-04T23:25:00.509Z Downloaded steno v0.4.0
10202023-10-04T23:25:00.520Z Downloaded memchr v2.6.3
10212023-10-04T23:25:00.535Z Downloaded tempfile v3.8.0
10222023-10-04T23:25:00.549Z Downloaded term v0.7.0
10232023-10-04T23:25:00.563Z Downloaded similar v2.2.1
10242023-10-04T23:25:00.584Z Downloaded serde_derive v1.0.188
10252023-10-04T23:25:00.596Z Downloaded digest v0.10.7
10262023-10-04T23:25:00.607Z Downloaded schemars v0.8.13
10272023-10-04T23:25:00.617Z Downloaded zone_cfg_derive v0.2.0
10282023-10-04T23:25:00.642Z Downloaded smf v0.2.2
10292023-10-04T23:25:00.668Z Downloaded wyz v0.5.1
10302023-10-04T23:25:00.736Z Downloaded num-traits v0.2.16
10312023-10-04T23:25:00.758Z Downloaded flume v0.11.0
10322023-10-04T23:25:00.773Z Downloaded equivalent v1.0.1
10332023-10-04T23:25:00.788Z Downloaded nodrop v0.1.14
10342023-10-04T23:25:00.802Z Downloaded memoffset v0.9.0
10352023-10-04T23:25:00.819Z Downloaded unarray v0.1.4
10362023-10-04T23:25:00.835Z Downloaded postcard-cobs v0.1.5-pre
10372023-10-04T23:25:00.862Z Downloaded indexmap v2.0.0
10382023-10-04T23:25:01.302Z Downloaded rsa v0.9.2
10392023-10-04T23:25:01.326Z Downloaded pem-rfc7468 v0.7.0
10402023-10-04T23:25:01.341Z Downloaded paste v1.0.14
10412023-10-04T23:25:01.790Z Downloaded parse-display-derive v0.7.0
10422023-10-04T23:25:01.815Z Downloaded macaddr v1.0.1
10432023-10-04T23:25:01.838Z Downloaded serde_tokenstream v0.1.7
10442023-10-04T23:25:01.873Z Downloaded quick-error v1.2.3
10452023-10-04T23:25:01.893Z Downloaded zeroize_derive v1.4.2
10462023-10-04T23:25:01.910Z Downloaded pkg-config v0.3.27
10472023-10-04T23:25:01.938Z Downloaded pem v1.1.1
10482023-10-04T23:25:02.382Z Downloaded dirs-sys-next v0.1.2
10492023-10-04T23:25:02.399Z Downloaded path-slash v0.1.5
10502023-10-04T23:25:02.417Z Downloaded darling v0.20.3
10512023-10-04T23:25:02.436Z Downloaded unicode-xid v0.2.4
10522023-10-04T23:25:02.452Z Downloaded tungstenite v0.18.0
10532023-10-04T23:25:02.884Z Downloaded arc-swap v1.6.0
10542023-10-04T23:25:02.908Z Downloaded hmac v0.12.1
10552023-10-04T23:25:02.931Z Downloaded tui-tree-widget v0.13.0
10562023-10-04T23:25:02.962Z Downloaded olpc-cjson v0.1.3
10572023-10-04T23:25:03.406Z Downloaded uuid v1.4.1
10582023-10-04T23:25:03.883Z Downloaded dirs-next v2.0.0
10592023-10-04T23:25:03.905Z Downloaded hyper-rustls v0.24.1
10602023-10-04T23:25:04.339Z Downloaded clap v4.4.3
10612023-10-04T23:25:04.367Z Downloaded ref-cast v1.0.20
10622023-10-04T23:25:04.401Z Downloaded getopts v0.2.21
10632023-10-04T23:25:04.428Z Downloaded difflib v0.4.0
10642023-10-04T23:25:04.454Z Downloaded polyval v0.6.1
10652023-10-04T23:25:04.482Z Downloaded indicatif v0.17.6
10662023-10-04T23:25:04.504Z Downloaded chacha20poly1305 v0.10.1
10672023-10-04T23:25:04.530Z Downloaded fatfs v0.3.6
10682023-10-04T23:25:04.556Z Downloaded which v4.4.0
10692023-10-04T23:25:04.575Z Downloaded usdt-macro v0.3.5
10702023-10-04T23:25:04.595Z Downloaded usdt-impl v0.3.5
10712023-10-04T23:25:04.624Z Downloaded zerocopy v0.3.0
10722023-10-04T23:25:04.646Z Downloaded zone v0.2.0
10732023-10-04T23:25:04.661Z Downloaded zeroize v1.6.0
10742023-10-04T23:25:04.674Z Downloaded bitvec v1.0.1
10752023-10-04T23:25:04.688Z Downloaded sha-1 v0.10.1
10762023-10-04T23:25:04.709Z Downloaded peeking_take_while v0.1.2
10772023-10-04T23:25:04.724Z Downloaded slog-bunyan v2.4.0
10782023-10-04T23:25:04.740Z Downloaded schemars_derive v0.8.13
10792023-10-04T23:25:04.752Z Downloaded terminal_size v0.2.6
10802023-10-04T23:25:04.771Z Downloaded sha1 v0.10.5
10812023-10-04T23:25:04.792Z Downloaded serde_derive_internals v0.26.0
10822023-10-04T23:25:04.810Z Downloaded semver v0.1.20
10832023-10-04T23:25:04.828Z Downloaded papergrid v0.10.0
10842023-10-04T23:25:04.851Z Downloaded structopt v0.3.26
10852023-10-04T23:25:04.871Z Downloaded slog-envlogger v2.2.0
10862023-10-04T23:25:05.299Z Downloaded slog-dtrace v0.2.3
10872023-10-04T23:25:05.723Z Downloaded slog-async v2.8.0
10882023-10-04T23:25:05.773Z Downloaded password-hash v0.5.0
10892023-10-04T23:25:05.803Z Downloaded der v0.7.8
10902023-10-04T23:25:06.235Z Downloaded serde-hex v0.1.0
10912023-10-04T23:25:06.763Z Downloaded semver v0.11.0
10922023-10-04T23:25:06.914Z Downloaded try-lock v0.2.4
10932023-10-04T23:25:07.191Z Downloaded scopeguard v1.2.0
10942023-10-04T23:25:07.642Z Downloaded tokio-postgres v0.7.10
10952023-10-04T23:25:08.487Z Downloaded rustls-native-certs v0.6.3
10962023-10-04T23:25:08.500Z Downloaded strum_macros v0.24.3
10972023-10-04T23:25:08.516Z Downloaded snafu-derive v0.7.5
10982023-10-04T23:25:08.534Z Downloaded clap_derive v4.4.2
10992023-10-04T23:25:08.551Z Downloaded vte_generate_state_changes v0.1.1
11002023-10-04T23:25:08.569Z Downloaded allocator-api2 v0.2.16
11012023-10-04T23:25:08.588Z Downloaded predicates v2.1.5
11022023-10-04T23:25:09.026Z Downloaded parking_lot v0.12.1
11032023-10-04T23:25:09.056Z Downloaded parking_lot v0.11.2
11042023-10-04T23:25:09.494Z Downloaded new_debug_unreachable v1.0.4
11052023-10-04T23:25:09.514Z Downloaded io-lifetimes v1.0.11
11062023-10-04T23:25:09.549Z Downloaded structopt-derive v0.4.18
11072023-10-04T23:25:09.567Z Downloaded thiserror v1.0.49
11082023-10-04T23:25:09.587Z Downloaded nibble_vec v0.1.0
11092023-10-04T23:25:09.620Z Downloaded cc v1.0.83
11102023-10-04T23:25:09.646Z Downloaded thiserror-no-std v2.0.2
11112023-10-04T23:25:09.665Z Downloaded thiserror-impl v1.0.49
11122023-10-04T23:25:09.685Z Downloaded serde_repr v0.1.16
11132023-10-04T23:25:10.126Z Downloaded tokio-stream v0.1.14
11142023-10-04T23:25:10.565Z Downloaded tokio-rustls v0.24.1
11152023-10-04T23:25:10.613Z Downloaded textwrap v0.16.0
11162023-10-04T23:25:10.621Z Downloaded vergen v8.2.4
11172023-10-04T23:25:10.636Z Downloaded signal-hook-tokio v0.3.1
11182023-10-04T23:25:10.655Z Downloaded toml_datetime v0.6.3
11192023-10-04T23:25:10.671Z Downloaded pest_generator v2.7.2
11202023-10-04T23:25:10.695Z Downloaded pest_derive v2.7.2
11212023-10-04T23:25:11.125Z Downloaded derive_builder_core v0.12.0
11222023-10-04T23:25:11.145Z Downloaded crc v3.0.1
11232023-10-04T23:25:11.170Z Downloaded slog-term v2.9.0
11242023-10-04T23:25:11.196Z Downloaded managed v0.8.0
11252023-10-04T23:25:11.225Z Downloaded ascii v1.1.0
11262023-10-04T23:25:11.669Z Downloaded group v0.13.0
11272023-10-04T23:25:12.096Z Downloaded fs-err v2.9.0
11282023-10-04T23:25:12.108Z Downloaded twox-hash v1.6.3
11292023-10-04T23:25:12.536Z Downloaded tokio-tungstenite v0.17.2
11302023-10-04T23:25:12.562Z Downloaded test-strategy v0.2.1
11312023-10-04T23:25:12.586Z Downloaded ringbuffer v0.14.2
11322023-10-04T23:25:12.606Z Downloaded predicates v3.0.3
11332023-10-04T23:25:12.635Z Downloaded ppv-lite86 v0.2.17
11342023-10-04T23:25:12.653Z Downloaded fnv v1.0.7
11352023-10-04T23:25:13.080Z Downloaded num-complex v0.4.4
11362023-10-04T23:25:13.094Z Downloaded instant v0.1.12
11372023-10-04T23:25:13.113Z Downloaded hyper-staticfile v0.9.5
11382023-10-04T23:25:13.133Z Downloaded packed_struct v0.10.1
11392023-10-04T23:25:13.153Z Downloaded float-cmp v0.9.0
11402023-10-04T23:25:13.166Z Downloaded flagset v0.4.3
11412023-10-04T23:25:13.176Z Downloaded data-encoding v2.4.0
11422023-10-04T23:25:13.186Z Downloaded utf-8 v0.7.6
11432023-10-04T23:25:13.198Z Downloaded version_check v0.9.4
11442023-10-04T23:25:13.211Z Downloaded vec_map v0.8.2
11452023-10-04T23:25:13.224Z Downloaded utf8parse v0.2.1
11462023-10-04T23:25:13.238Z Downloaded structmeta v0.1.6
11472023-10-04T23:25:13.256Z Downloaded static_assertions v1.1.0
11482023-10-04T23:25:13.274Z Downloaded stable_deref_trait v1.2.0
11492023-10-04T23:25:13.290Z Downloaded crc32fast v1.3.2
11502023-10-04T23:25:13.308Z Downloaded convert_case v0.4.0
11512023-10-04T23:25:13.325Z Downloaded backtrace v0.3.69
11522023-10-04T23:25:13.343Z Downloaded tokio-tungstenite v0.18.0
11532023-10-04T23:25:13.772Z Downloaded async-trait v0.1.73
11542023-10-04T23:25:13.790Z Downloaded aes-gcm-siv v0.11.1
11552023-10-04T23:25:13.812Z Downloaded anstyle-parse v0.2.1
11562023-10-04T23:25:14.240Z Downloaded rustc-hash v1.1.0
11572023-10-04T23:25:14.257Z Downloaded spin v0.5.2
11582023-10-04T23:25:14.277Z Downloaded newtype_derive v0.1.6
11592023-10-04T23:25:14.311Z Downloaded adler v1.0.2
11602023-10-04T23:25:14.749Z Downloaded aead v0.5.2
11612023-10-04T23:25:15.188Z Downloaded slog-stdlog v4.1.1
11622023-10-04T23:25:15.209Z Downloaded slog-scope v4.4.0
11632023-10-04T23:25:15.215Z Downloaded clang-sys v1.6.1
11642023-10-04T23:25:15.221Z Downloaded buf-list v1.0.3
11652023-10-04T23:25:15.228Z Downloaded predicates-core v1.0.6
11662023-10-04T23:25:15.237Z Downloaded precomputed-hash v0.1.1
11672023-10-04T23:25:15.248Z Downloaded foreign-types-macros v0.2.3
11682023-10-04T23:25:15.258Z Downloaded strsim v0.8.0
11692023-10-04T23:25:15.271Z Downloaded strip-ansi-escapes v0.2.0
11702023-10-04T23:25:15.289Z Downloaded stringprep v0.1.3
11712023-10-04T23:25:15.300Z Downloaded string_cache v0.8.7
11722023-10-04T23:25:15.319Z Downloaded spki v0.7.2
11732023-10-04T23:25:15.334Z Downloaded serde_path_to_error v0.1.14
11742023-10-04T23:25:15.346Z Downloaded const-oid v0.9.5
11752023-10-04T23:25:15.369Z Downloaded ciborium-io v0.2.1
11762023-10-04T23:25:15.387Z Downloaded scheduled-thread-pool v0.2.7
11772023-10-04T23:25:15.412Z Downloaded keccak v0.1.4
11782023-10-04T23:25:15.437Z Downloaded rustc-demangle v0.1.23
11792023-10-04T23:25:15.870Z Downloaded multer v2.1.0
11802023-10-04T23:25:15.881Z Downloaded foreign-types v0.3.2
11812023-10-04T23:25:15.890Z Downloaded filetime v0.2.22
11822023-10-04T23:25:15.905Z Downloaded derive-where v1.2.5
11832023-10-04T23:25:15.913Z Downloaded strum v0.25.0
11842023-10-04T23:25:15.928Z Downloaded structmeta-derive v0.1.6
11852023-10-04T23:25:15.957Z Downloaded assert_matches v1.5.0
11862023-10-04T23:25:15.976Z Downloaded anstyle v1.0.2
11872023-10-04T23:25:16.417Z Downloaded async-stream v0.3.5
11882023-10-04T23:25:16.856Z Downloaded console v0.15.7
11892023-10-04T23:25:16.876Z Downloaded bytes v1.5.0
11902023-10-04T23:25:16.890Z Downloaded crossbeam v0.8.2
11912023-10-04T23:25:17.317Z Downloaded maplit v1.0.2
11922023-10-04T23:25:17.334Z Downloaded colored v2.0.4
11932023-10-04T23:25:17.350Z Downloaded array-init v0.0.4
11942023-10-04T23:25:17.367Z Downloaded ansi_term v0.12.1
11952023-10-04T23:25:17.382Z Downloaded anstyle-query v1.0.0
11962023-10-04T23:25:17.399Z Downloaded libefi-sys v0.1.0
11972023-10-04T23:25:17.431Z Downloaded ciborium-ll v0.2.1
11982023-10-04T23:25:17.452Z Downloaded chacha20 v0.9.1
11992023-10-04T23:25:17.474Z Downloaded anstream v0.5.0
12002023-10-04T23:25:17.898Z Downloaded rustc_version v0.1.7
12012023-10-04T23:25:17.920Z Downloaded jobserver v0.1.26
12022023-10-04T23:25:17.937Z Downloaded ipnet v2.8.0
12032023-10-04T23:25:17.959Z Downloaded hubpack v0.1.2
12042023-10-04T23:25:18.391Z Downloaded httparse v1.8.0
12052023-10-04T23:25:18.415Z Downloaded corncobs v0.1.3
12062023-10-04T23:25:18.860Z Downloaded camino-tempfile v1.0.2
12072023-10-04T23:25:20.115Z Downloaded pretty-hex v0.2.1
12082023-10-04T23:25:21.119Z Downloaded cargo_toml v0.16.3
12092023-10-04T23:25:21.563Z Downloaded derive_builder v0.12.0
12102023-10-04T23:25:21.588Z Downloaded shell-words v1.1.0
12112023-10-04T23:25:21.616Z Downloaded rustfmt-wrapper v0.2.0
12122023-10-04T23:25:21.632Z Downloaded ascii-canvas v3.0.0
12132023-10-04T23:25:22.059Z Downloaded predicates-tree v1.0.9
12142023-10-04T23:25:22.075Z Downloaded foreign-types-shared v0.3.1
12152023-10-04T23:25:22.089Z Downloaded async-recursion v1.0.5
12162023-10-04T23:25:22.102Z Downloaded inout v0.1.3
12172023-10-04T23:25:22.119Z Downloaded cookie v0.16.2
12182023-10-04T23:25:22.140Z Downloaded blake2 v0.10.6
12192023-10-04T23:25:22.152Z Downloaded parking_lot_core v0.9.8
12202023-10-04T23:25:22.169Z Downloaded parking_lot_core v0.8.6
12212023-10-04T23:25:22.188Z Downloaded foreign-types v0.5.0
12222023-10-04T23:25:22.202Z Downloaded der_derive v0.7.2
12232023-10-04T23:25:22.633Z Downloaded vte v0.11.1
12242023-10-04T23:25:22.649Z Downloaded socket2 v0.5.3
12252023-10-04T23:25:22.666Z Downloaded socket2 v0.4.9
12262023-10-04T23:25:22.682Z Downloaded snafu v0.7.5
12272023-10-04T23:25:22.697Z Downloaded signature v1.6.4
12282023-10-04T23:25:23.128Z Downloaded ciborium v0.2.1
12292023-10-04T23:25:23.143Z Downloaded bzip2 v0.4.4
12302023-10-04T23:25:23.166Z Downloaded ident_case v1.0.1
12312023-10-04T23:25:23.192Z Downloaded hubpack_derive v0.1.1
12322023-10-04T23:25:24.039Z Downloaded heck v0.4.1
12332023-10-04T23:25:24.048Z Downloaded heck v0.3.3
12342023-10-04T23:25:24.057Z Downloaded crossbeam-queue v0.3.8
12352023-10-04T23:25:24.066Z Downloaded cassowary v0.3.0
12362023-10-04T23:25:24.082Z Downloaded atomic-waker v1.1.1
12372023-10-04T23:25:24.103Z Downloaded indoc v1.0.9
12382023-10-04T23:25:24.538Z Downloaded humantime v2.1.0
12392023-10-04T23:25:24.964Z Downloaded cfg-if v1.0.0
12402023-10-04T23:25:24.979Z Downloaded cfg-if v0.1.10
12412023-10-04T23:25:24.994Z Downloaded http-range v0.1.5
12422023-10-04T23:25:25.429Z Downloaded hostname v0.3.1
12432023-10-04T23:25:25.865Z Downloaded bitstruct_derive v0.1.0
12442023-10-04T23:25:25.876Z Downloaded bitstruct v0.1.1
12452023-10-04T23:25:25.887Z Downloaded serde_urlencoded v0.7.1
12462023-10-04T23:25:25.903Z Downloaded serde v1.0.188
12472023-10-04T23:25:26.617Z Downloaded home v0.5.5
12482023-10-04T23:25:26.647Z Downloaded byteorder v1.4.3
12492023-10-04T23:25:26.665Z Downloaded serde_tokenstream v0.2.0
12502023-10-04T23:25:26.680Z Downloaded camino v1.1.6
12512023-10-04T23:25:27.107Z Downloaded block-buffer v0.10.4
12522023-10-04T23:25:27.538Z Downloaded secrecy v0.8.0
12532023-10-04T23:25:27.563Z Downloaded bitfield v0.14.0
12542023-10-04T23:25:27.999Z Downloaded bit-vec v0.6.3
12552023-10-04T23:25:28.013Z Downloaded bitflags v1.3.2
12562023-10-04T23:25:28.027Z Downloaded cargo-platform v0.1.3
12572023-10-04T23:25:28.040Z Downloaded block-padding v0.3.3
12582023-10-04T23:25:28.054Z Downloaded bit-set v0.5.3
12592023-10-04T23:25:28.068Z Downloaded base16ct v0.2.0
12602023-10-04T23:25:28.492Z Downloaded backoff v0.4.0
12612023-10-04T23:25:28.521Z Downloaded async-stream-impl v0.3.5
12622023-10-04T23:25:28.554Z Compiling proc-macro2 v1.0.67
12632023-10-04T23:25:28.586Z Compiling unicode-ident v1.0.12
12642023-10-04T23:25:28.615Z Compiling libc v0.2.148
12652023-10-04T23:25:28.631Z Compiling serde v1.0.188
12662023-10-04T23:25:29.061Z Compiling autocfg v1.1.0
12672023-10-04T23:25:29.078Z Compiling version_check v0.9.4
12682023-10-04T23:25:29.094Z Compiling cfg-if v1.0.0
12692023-10-04T23:25:29.119Z Compiling syn v1.0.109
12702023-10-04T23:25:29.146Z Compiling once_cell v1.18.0
12712023-10-04T23:25:29.163Z Compiling parking_lot_core v0.9.8
12722023-10-04T23:25:29.606Z Compiling libm v0.2.7
12732023-10-04T23:25:29.639Z Compiling ahash v0.8.3
12742023-10-04T23:25:29.663Z Compiling lock_api v0.4.10
12752023-10-04T23:25:29.681Z Compiling num-traits v0.2.16
12762023-10-04T23:25:30.114Z Compiling typenum v1.16.0
12772023-10-04T23:25:30.138Z Compiling thiserror v1.0.49
12782023-10-04T23:25:30.181Z Compiling futures-core v0.3.28
12792023-10-04T23:25:30.206Z Compiling generic-array v0.14.7
12802023-10-04T23:25:30.235Z Compiling memchr v2.6.3
12812023-10-04T23:25:30.255Z Compiling scopeguard v1.2.0
12822023-10-04T23:25:30.264Z Compiling itoa v1.0.9
12832023-10-04T23:25:30.268Z Compiling pkg-config v0.3.27
12842023-10-04T23:25:30.273Z Compiling quote v1.0.33
12852023-10-04T23:25:30.277Z Compiling slab v0.4.9
12862023-10-04T23:25:30.280Z Compiling syn v2.0.32
12872023-10-04T23:25:30.284Z Compiling jobserver v0.1.26
12882023-10-04T23:25:30.288Z Compiling getrandom v0.2.10
12892023-10-04T23:25:30.293Z Compiling cc v1.0.83
12902023-10-04T23:25:30.297Z Compiling futures-channel v0.3.28
12912023-10-04T23:25:30.302Z Compiling futures-task v0.3.28
12922023-10-04T23:25:30.307Z Compiling futures-util v0.3.28
12932023-10-04T23:25:30.312Z Compiling log v0.4.20
12942023-10-04T23:25:30.316Z Compiling ryu v1.0.15
12952023-10-04T23:25:30.322Z Compiling serde_json v1.0.107
12962023-10-04T23:25:30.328Z Compiling pin-project-lite v0.2.13
12972023-10-04T23:25:30.332Z Compiling smallvec v1.11.0
12982023-10-04T23:25:30.343Z Compiling vcpkg v0.2.15
12992023-10-04T23:25:30.350Z Compiling schemars v0.8.13
13002023-10-04T23:25:30.359Z Compiling allocator-api2 v0.2.16
13012023-10-04T23:25:30.372Z Compiling parking_lot v0.12.1
13022023-10-04T23:25:30.380Z Compiling ring v0.16.20
13032023-10-04T23:25:30.390Z Compiling hashbrown v0.14.0
13042023-10-04T23:25:30.404Z Compiling openssl-sys v0.9.93
13052023-10-04T23:25:30.420Z Compiling num_cpus v1.16.0
13062023-10-04T23:25:30.488Z Compiling equivalent v1.0.1
13072023-10-04T23:25:30.506Z Compiling rand_core v0.6.4
13082023-10-04T23:25:30.532Z Compiling indexmap v1.9.3
13092023-10-04T23:25:30.966Z Compiling byteorder v1.4.3
13102023-10-04T23:25:30.985Z Compiling heck v0.4.1
13112023-10-04T23:25:31.004Z Compiling httparse v1.8.0
13122023-10-04T23:25:31.015Z Compiling spin v0.5.2
13132023-10-04T23:25:31.045Z Compiling mio v0.8.8
13142023-10-04T23:25:31.060Z Compiling socket2 v0.5.3
13152023-10-04T23:25:31.089Z Compiling signal-hook-registry v1.4.1
13162023-10-04T23:25:31.524Z Compiling serde_derive_internals v0.26.0
13172023-10-04T23:25:31.540Z Compiling semver v1.0.18
13182023-10-04T23:25:31.546Z Compiling fnv v1.0.7
13192023-10-04T23:25:31.551Z Compiling openssl v0.10.57
13202023-10-04T23:25:31.556Z Compiling iana-time-zone v0.1.57
13212023-10-04T23:25:31.561Z Compiling rustls v0.21.7
13222023-10-04T23:25:31.568Z Compiling unicode-xid v0.2.4
13232023-10-04T23:25:31.580Z Compiling ucd-trie v0.1.6
13242023-10-04T23:25:31.594Z Compiling native-tls v0.2.11
13252023-10-04T23:25:31.620Z Compiling crossbeam-utils v0.8.16
13262023-10-04T23:25:31.653Z Compiling synstructure v0.12.6
13272023-10-04T23:25:31.674Z Compiling winnow v0.5.15
13282023-10-04T23:25:31.693Z Compiling io-lifetimes v1.0.11
13292023-10-04T23:25:31.713Z Compiling futures-sink v0.3.28
13302023-10-04T23:25:31.735Z Compiling backtrace v0.3.69
13312023-10-04T23:25:32.175Z Compiling tinyvec_macros v0.1.1
13322023-10-04T23:25:32.193Z Compiling dyn-clone v1.0.13
13332023-10-04T23:25:32.210Z Compiling tinyvec v1.6.0
13342023-10-04T23:25:32.224Z Compiling tracing-core v0.1.31
13352023-10-04T23:25:32.244Z Compiling num-integer v0.1.45
13362023-10-04T23:25:32.263Z Compiling memoffset v0.9.0
13372023-10-04T23:25:32.687Z Compiling rustix v0.38.9
13382023-10-04T23:25:32.709Z Compiling futures-io v0.3.28
13392023-10-04T23:25:32.720Z Compiling subtle v2.5.0
13402023-10-04T23:25:32.733Z Compiling rustix v0.37.23
13412023-10-04T23:25:32.745Z Compiling pin-utils v0.1.0
13422023-10-04T23:25:32.756Z Compiling hashbrown v0.13.2
13432023-10-04T23:25:32.771Z Compiling unicode-normalization v0.1.22
13442023-10-04T23:25:32.790Z Compiling aho-corasick v1.0.4
13452023-10-04T23:25:32.811Z Compiling usdt-impl v0.3.5
13462023-10-04T23:25:32.827Z Compiling const-oid v0.9.5
13472023-10-04T23:25:32.852Z Compiling crc32fast v1.3.2
13482023-10-04T23:25:33.278Z Compiling regex-syntax v0.7.5
13492023-10-04T23:25:33.294Z Compiling serde_derive v1.0.188
13502023-10-04T23:25:33.725Z Compiling zeroize_derive v1.4.2
13512023-10-04T23:25:33.732Z Compiling thiserror-impl v1.0.49
13522023-10-04T23:25:33.745Z Compiling tokio-macros v2.1.0
13532023-10-04T23:25:33.757Z Compiling futures-macro v0.3.28
13542023-10-04T23:25:33.769Z Compiling tracing-attributes v0.1.26
13552023-10-04T23:25:33.794Z Compiling schemars_derive v0.8.13
13562023-10-04T23:25:33.808Z Compiling zeroize v1.6.0
13572023-10-04T23:25:33.828Z Compiling openssl-macros v0.1.1
13582023-10-04T23:25:33.845Z Compiling pest v2.7.2
13592023-10-04T23:25:33.864Z Compiling zerocopy-derive v0.2.0
13602023-10-04T23:25:33.881Z Compiling crypto-common v0.1.6
13612023-10-04T23:25:33.901Z Compiling block-buffer v0.10.4
13622023-10-04T23:25:33.922Z Compiling unicode-bidi v0.3.13
13632023-10-04T23:25:33.949Z Compiling time-core v0.1.1
13642023-10-04T23:25:34.366Z Compiling tracing v0.1.37
13652023-10-04T23:25:34.370Z Compiling slog v2.7.0
13662023-10-04T23:25:34.375Z Compiling anyhow v1.0.75
13672023-10-04T23:25:34.379Z Compiling pest_meta v2.7.2
13682023-10-04T23:25:34.384Z Compiling bitflags v1.3.2
13692023-10-04T23:25:34.393Z Compiling time-macros v0.2.13
13702023-10-04T23:25:34.411Z Compiling digest v0.10.7
13712023-10-04T23:25:34.419Z Compiling regex-automata v0.3.8
13722023-10-04T23:25:34.434Z Compiling pest_generator v2.7.2
13732023-10-04T23:25:34.450Z Compiling pest_derive v2.7.2
13742023-10-04T23:25:34.457Z Compiling bzip2-sys v0.1.11+1.0.8
13752023-10-04T23:25:34.467Z Compiling crossbeam-epoch v0.9.15
13762023-10-04T23:25:34.483Z Compiling async-trait v0.1.73
13772023-10-04T23:25:35.743Z Compiling ppv-lite86 v0.2.17
13782023-10-04T23:25:35.769Z Compiling zerocopy v0.3.0
13792023-10-04T23:25:35.799Z Compiling rand_chacha v0.3.1
13802023-10-04T23:25:36.241Z Compiling zerocopy-derive v0.6.3
13812023-10-04T23:25:36.271Z Compiling base64 v0.21.4
13822023-10-04T23:25:36.295Z Compiling untrusted v0.7.1
13832023-10-04T23:25:37.054Z Compiling strsim v0.10.0
13842023-10-04T23:25:37.494Z Compiling bytes v1.5.0
13852023-10-04T23:25:37.498Z Compiling indexmap v2.0.0
13862023-10-04T23:25:37.504Z Compiling uuid v1.4.1
13872023-10-04T23:25:37.509Z Compiling chrono v0.4.31
13882023-10-04T23:25:37.513Z Compiling serde_spanned v0.6.3
13892023-10-04T23:25:37.519Z Compiling toml_datetime v0.6.3
13902023-10-04T23:25:37.536Z Compiling tokio v1.32.0
13912023-10-04T23:25:37.967Z Compiling toml_edit v0.19.15
13922023-10-04T23:25:37.984Z Compiling bitflags v2.4.0
13932023-10-04T23:25:38.004Z Compiling rustc_version v0.4.0
13942023-10-04T23:25:38.025Z Compiling http v0.2.9
13952023-10-04T23:25:38.040Z Compiling heapless v0.7.16
13962023-10-04T23:25:38.053Z Compiling rand v0.8.5
13972023-10-04T23:25:38.077Z Compiling dof v0.1.5
13982023-10-04T23:25:38.089Z Compiling regex v1.9.5
13992023-10-04T23:25:38.099Z Compiling dtrace-parser v0.1.14
14002023-10-04T23:25:38.536Z Compiling errno v0.3.2
14012023-10-04T23:25:38.563Z Compiling thread-id v4.2.0
14022023-10-04T23:25:38.570Z Compiling num-bigint v0.4.4
14032023-10-04T23:25:38.604Z Compiling openssl-probe v0.1.5
14042023-10-04T23:25:38.621Z Compiling tokio-util v0.7.8
14052023-10-04T23:25:38.639Z Compiling radium v0.7.0
14062023-10-04T23:25:39.064Z Compiling unicode-width v0.1.10
14072023-10-04T23:25:39.073Z Compiling hashbrown v0.12.3
14082023-10-04T23:25:39.089Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14092023-10-04T23:25:39.104Z Compiling foreign-types-shared v0.1.1
14102023-10-04T23:25:39.153Z Compiling smoltcp v0.9.1
14112023-10-04T23:25:39.303Z Compiling percent-encoding v2.3.0
14122023-10-04T23:25:39.812Z Compiling foreign-types v0.3.2
14132023-10-04T23:25:41.204Z Compiling serde_tokenstream v0.1.7
14142023-10-04T23:25:43.078Z Compiling lazy_static v1.4.0
14152023-10-04T23:25:43.345Z Compiling socket2 v0.4.9
14162023-10-04T23:25:44.511Z Compiling try-lock v0.2.4
14172023-10-04T23:25:45.157Z Compiling siphasher v0.3.11
14182023-10-04T23:25:45.378Z Compiling adler v1.0.2
14192023-10-04T23:25:46.241Z Compiling unicode-segmentation v1.10.1
14202023-10-04T23:25:47.045Z Compiling miniz_oxide v0.7.1
14212023-10-04T23:25:48.755Z Compiling want v0.3.1
14222023-10-04T23:25:50.200Z Compiling h2 v0.3.21
14232023-10-04T23:25:50.902Z Compiling form_urlencoded v1.2.0
14242023-10-04T23:25:51.412Z Compiling http-body v0.4.5
14252023-10-04T23:25:51.424Z Compiling rustls-webpki v0.101.4
14262023-10-04T23:25:52.036Z Compiling sct v0.7.0
14272023-10-04T23:25:52.716Z Compiling hubpack_derive v0.1.1
14282023-10-04T23:25:53.742Z Compiling num-iter v0.1.43
14292023-10-04T23:25:53.962Z Compiling httpdate v1.0.3
14302023-10-04T23:25:54.151Z Compiling tower-service v0.3.2
14312023-10-04T23:25:54.458Z Compiling cpufeatures v0.2.9
14322023-10-04T23:25:55.094Z Compiling utf8parse v0.2.1
14332023-10-04T23:25:55.128Z Compiling anstyle v1.0.2
14342023-10-04T23:25:55.132Z Compiling anstyle-parse v0.2.1
14352023-10-04T23:25:55.504Z Compiling sha2 v0.10.7
14362023-10-04T23:25:59.375Z Compiling usdt-attr-macro v0.3.5
14372023-10-04T23:26:00.121Z Compiling usdt-macro v0.3.5
14382023-10-04T23:26:01.998Z Compiling hyper v0.14.27
14392023-10-04T23:26:03.767Z Compiling openapiv3 v1.0.3
14402023-10-04T23:26:04.016Z Compiling md-5 v0.10.5
14412023-10-04T23:26:04.382Z Compiling hmac v0.12.1
14422023-10-04T23:26:04.707Z Compiling rustls-pemfile v1.0.3
14432023-10-04T23:26:07.297Z Compiling stringprep v0.1.3
14442023-10-04T23:26:07.480Z Compiling idna v0.4.0
14452023-10-04T23:26:08.847Z Compiling diesel_table_macro_syntax v0.1.0
14462023-10-04T23:26:09.472Z Compiling hash32 v0.2.1
14472023-10-04T23:26:09.960Z Compiling spin v0.9.8
14482023-10-04T23:26:10.092Z Compiling gimli v0.28.0
14492023-10-04T23:26:10.196Z Compiling colorchoice v1.0.0
14502023-10-04T23:26:11.096Z Compiling fallible-iterator v0.2.0
14512023-10-04T23:26:11.374Z Compiling stable_deref_trait v1.2.0
14522023-10-04T23:26:11.534Z Compiling anstyle-query v1.0.0
14532023-10-04T23:26:11.729Z Compiling anstream v0.5.0
14542023-10-04T23:26:12.378Z Compiling postgres-protocol v0.6.6
14552023-10-04T23:26:13.921Z Compiling diesel_derives v2.1.1
14562023-10-04T23:26:14.455Z Compiling url v2.4.1
14572023-10-04T23:26:16.033Z Compiling rustls-native-certs v0.6.3
14582023-10-04T23:26:18.339Z Compiling addr2line v0.21.0
14592023-10-04T23:26:19.355Z Compiling tokio-rustls v0.24.1
14602023-10-04T23:26:20.264Z Compiling tokio-native-tls v0.3.1
14612023-10-04T23:26:20.342Z Compiling terminal_size v0.2.6
14622023-10-04T23:26:20.622Z Compiling phf_shared v0.11.2
14632023-10-04T23:26:22.658Z Compiling serde_tokenstream v0.2.0
14642023-10-04T23:26:23.048Z Compiling block-padding v0.3.3
14652023-10-04T23:26:23.351Z Compiling enum-as-inner v0.5.1
14662023-10-04T23:26:23.418Z Compiling serde_repr v0.1.16
14672023-10-04T23:26:23.508Z Compiling clap_derive v4.4.2
14682023-10-04T23:26:25.258Z Compiling scheduled-thread-pool v0.2.7
14692023-10-04T23:26:25.271Z Compiling object v0.32.1
14702023-10-04T23:26:33.378Z Compiling num_threads v0.1.6
14712023-10-04T23:26:33.570Z Compiling deranged v0.3.8
14722023-10-04T23:26:36.935Z Compiling rustc-demangle v0.1.23
14732023-10-04T23:26:38.481Z Compiling ipnet v2.8.0
14742023-10-04T23:26:38.667Z Compiling regex-automata v0.1.10
14752023-10-04T23:26:39.550Z Compiling managed v0.8.0
14762023-10-04T23:26:40.210Z Compiling matches v0.1.10
14772023-10-04T23:26:40.356Z Compiling bit-vec v0.6.3
14782023-10-04T23:26:40.453Z Compiling either v1.9.0
14792023-10-04T23:26:40.971Z Compiling tap v1.0.1
14802023-10-04T23:26:41.838Z Compiling clap_lex v0.5.1
14812023-10-04T23:26:42.588Z Compiling clap_builder v4.4.2
14822023-10-04T23:26:46.852Z Compiling wyz v0.5.1
14832023-10-04T23:26:47.951Z Compiling itertools v0.10.5
14842023-10-04T23:26:48.517Z Compiling idna v0.2.3
14852023-10-04T23:26:51.029Z Compiling bstr v0.2.17
14862023-10-04T23:26:52.842Z Compiling time v0.3.27
14872023-10-04T23:26:54.504Z Compiling r2d2 v0.8.10
14882023-10-04T23:26:56.116Z Compiling inout v0.1.3
14892023-10-04T23:26:58.841Z Compiling phf v0.11.2
14902023-10-04T23:26:59.313Z Compiling hyper-tls v0.5.0
14912023-10-04T23:26:59.853Z Compiling hyper-rustls v0.24.1
14922023-10-04T23:27:00.978Z Compiling flate2 v1.0.27
14932023-10-04T23:27:01.272Z Compiling postgres-types v0.2.6
14942023-10-04T23:27:02.667Z Compiling hubpack v0.1.2
14952023-10-04T23:27:02.701Z Compiling serde_urlencoded v0.7.1
14962023-10-04T23:27:02.799Z Compiling phf_shared v0.10.0
14972023-10-04T23:27:03.384Z Compiling ipnetwork v0.20.0
14982023-10-04T23:27:03.427Z Compiling zerocopy v0.6.3
14992023-10-04T23:27:03.651Z Compiling futures-executor v0.3.28
15002023-10-04T23:27:04.604Z Compiling regress v0.7.1
15012023-10-04T23:27:04.841Z Compiling float-cmp v0.9.0
15022023-10-04T23:27:04.901Z Compiling encoding_rs v0.8.33
15032023-10-04T23:27:05.223Z Compiling mime v0.3.17
15042023-10-04T23:27:07.531Z Compiling normalize-line-endings v0.3.0
15052023-10-04T23:27:07.536Z Compiling difflib v0.4.0
15062023-10-04T23:27:09.528Z Compiling webpki-roots v0.25.2
15072023-10-04T23:27:09.748Z Compiling static_assertions v1.1.0
15082023-10-04T23:27:09.801Z Compiling data-encoding v2.4.0
15092023-10-04T23:27:09.901Z Compiling precomputed-hash v0.1.1
15102023-10-04T23:27:09.956Z Compiling new_debug_unreachable v1.0.4
15112023-10-04T23:27:10.103Z Compiling unicode-linebreak v0.1.5
15122023-10-04T23:27:10.392Z Compiling funty v2.0.0
15132023-10-04T23:27:10.955Z Compiling fixedbitset v0.4.2
15142023-10-04T23:27:11.257Z Compiling smawk v0.3.1
15152023-10-04T23:27:11.598Z Compiling predicates-core v1.0.6
15162023-10-04T23:27:11.618Z Compiling whoami v1.4.1
15172023-10-04T23:27:11.657Z Compiling textwrap v0.16.0
15182023-10-04T23:27:12.112Z Compiling tokio-postgres v0.7.10
15192023-10-04T23:27:12.494Z Compiling bitvec v1.0.1
15202023-10-04T23:27:12.831Z Compiling predicates v3.0.3
15212023-10-04T23:27:13.075Z Compiling petgraph v0.6.4
15222023-10-04T23:27:13.425Z Compiling trust-dns-proto v0.22.0
15232023-10-04T23:27:15.383Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15242023-10-04T23:27:20.313Z Compiling string_cache v0.8.7
15252023-10-04T23:27:20.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15262023-10-04T23:27:20.519Z Compiling reqwest v0.11.20
15272023-10-04T23:27:31.235Z Compiling diesel v2.1.2
15282023-10-04T23:27:31.331Z Compiling futures v0.3.28
15292023-10-04T23:27:32.406Z Compiling yasna v0.5.2
15302023-10-04T23:27:32.432Z Compiling cipher v0.4.4
15312023-10-04T23:27:34.359Z Compiling similar v2.2.1
15322023-10-04T23:27:34.415Z Compiling clap v4.4.3
15332023-10-04T23:27:34.452Z Compiling bit-set v0.5.3
15342023-10-04T23:27:34.473Z Compiling usdt v0.3.5
15352023-10-04T23:27:35.165Z Compiling console v0.15.7
15362023-10-04T23:27:35.317Z Compiling tokio-stream v0.1.14
15372023-10-04T23:27:36.830Z Compiling toml v0.7.8
15382023-10-04T23:27:36.964Z Compiling hex v0.4.3
15392023-10-04T23:27:37.370Z Compiling signature v2.1.0
15402023-10-04T23:27:38.291Z Compiling bstr v1.6.0
15412023-10-04T23:27:40.194Z Compiling lalrpop-util v0.19.12
15422023-10-04T23:27:41.352Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15432023-10-04T23:27:44.663Z Compiling proc-macro-crate v1.3.1
15442023-10-04T23:27:48.120Z Compiling ident_case v1.0.1
15452023-10-04T23:27:48.690Z Compiling darling_core v0.20.3
15462023-10-04T23:27:58.031Z Compiling num_enum_derive v0.5.11
15472023-10-04T23:28:06.770Z Compiling crossbeam-channel v0.5.8
15482023-10-04T23:28:14.204Z Compiling atty v0.2.14
15492023-10-04T23:28:14.623Z Compiling proc-macro-error-attr v1.0.4
15502023-10-04T23:28:22.035Z Compiling num_enum v0.5.11
15512023-10-04T23:28:32.396Z Compiling darling_macro v0.20.3
15522023-10-04T23:28:41.250Z Compiling dirs-sys-next v0.1.2
15532023-10-04T23:28:42.485Z Compiling proc-macro-error v1.0.4
15542023-10-04T23:28:42.905Z Compiling rustversion v1.0.14
15552023-10-04T23:28:52.442Z Compiling dirs-next v2.0.0
15562023-10-04T23:28:57.005Z Compiling darling v0.20.3
15572023-10-04T23:29:01.896Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15582023-10-04T23:29:06.131Z Compiling getopts v0.2.21
15592023-10-04T23:29:08.848Z Compiling structmeta-derive v0.1.6
15602023-10-04T23:29:09.831Z Compiling thread_local v1.1.7
15612023-10-04T23:29:10.098Z Compiling multer v2.1.0
15622023-10-04T23:29:11.655Z Compiling paste v1.0.14
15632023-10-04T23:29:12.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15642023-10-04T23:29:13.266Z Compiling match_cfg v0.1.0
15652023-10-04T23:29:13.781Z Compiling unsafe-libyaml v0.2.9
15662023-10-04T23:29:14.436Z Compiling slog-async v2.8.0
15672023-10-04T23:29:16.659Z Compiling camino v1.1.6
15682023-10-04T23:29:19.125Z Compiling serde_yaml v0.9.25
15692023-10-04T23:29:25.246Z Compiling hostname v0.3.1
15702023-10-04T23:29:27.009Z Compiling structmeta v0.1.6
15712023-10-04T23:29:32.257Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15722023-10-04T23:29:34.001Z Compiling serde_with_macros v2.3.3
15732023-10-04T23:29:38.096Z Compiling term v0.7.0
15742023-10-04T23:29:41.101Z Compiling slog-json v2.6.1
15752023-10-04T23:29:45.765Z Compiling async-stream-impl v0.3.5
15762023-10-04T23:29:46.505Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15772023-10-04T23:29:46.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15782023-10-04T23:29:46.598Z Compiling regex-syntax v0.6.29
15792023-10-04T23:29:46.943Z Compiling take_mut v0.2.2
15802023-10-04T23:29:47.734Z Compiling postcard-cobs v0.1.5-pre
15812023-10-04T23:29:47.820Z Compiling atomic-waker v1.1.1
15822023-10-04T23:29:48.113Z Compiling postcard v0.7.3
15832023-10-04T23:29:48.461Z Compiling waitgroup v0.1.2
15842023-10-04T23:29:48.865Z Compiling async-stream v0.3.5
15852023-10-04T23:29:49.198Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15862023-10-04T23:29:54.756Z Compiling slog-bunyan v2.4.0
15872023-10-04T23:29:55.170Z Compiling strum_macros v0.25.2
15882023-10-04T23:29:55.332Z Compiling slog-term v2.9.0
15892023-10-04T23:29:56.858Z Compiling parse-display-derive v0.7.0
15902023-10-04T23:30:00.450Z Compiling serde_with v2.3.3
15912023-10-04T23:30:06.048Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15922023-10-04T23:30:06.473Z Compiling smoltcp v0.8.2
15932023-10-04T23:30:11.401Z Compiling sha1 v0.10.5
15942023-10-04T23:30:11.458Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15952023-10-04T23:30:11.530Z Compiling serde_path_to_error v0.1.14
15962023-10-04T23:30:11.634Z Compiling foreign-types-macros v0.2.3
15972023-10-04T23:30:11.688Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15982023-10-04T23:30:12.512Z Compiling instant v0.1.12
15992023-10-04T23:30:12.529Z Compiling debug-ignore v1.0.5
16002023-10-04T23:30:12.627Z Compiling foreign-types-shared v0.3.1
16012023-10-04T23:30:13.226Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16022023-10-04T23:30:13.373Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16032023-10-04T23:30:13.570Z Compiling cfg-if v0.1.10
16042023-10-04T23:30:13.649Z Compiling foreign-types v0.5.0
16052023-10-04T23:30:13.901Z Compiling backoff v0.4.0
16062023-10-04T23:30:14.023Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16072023-10-04T23:30:14.087Z Compiling parse-display v0.7.0
16082023-10-04T23:30:14.118Z Compiling strum v0.25.0
16092023-10-04T23:30:14.136Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16102023-10-04T23:30:14.156Z Compiling is-terminal v0.4.9
16112023-10-04T23:30:14.164Z Compiling macaddr v1.0.1
16122023-10-04T23:30:15.256Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16132023-10-04T23:30:15.994Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16142023-10-04T23:30:16.990Z Compiling cstr-argument v0.1.2
16152023-10-04T23:30:16.995Z Compiling base64ct v1.6.0
16162023-10-04T23:30:17.004Z Compiling pretty-hex v0.2.1
16172023-10-04T23:30:17.315Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16182023-10-04T23:30:17.776Z Compiling password-hash v0.5.0
16192023-10-04T23:30:18.062Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16202023-10-04T23:30:18.639Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16212023-10-04T23:30:18.696Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16222023-10-04T23:30:19.018Z Compiling colored v2.0.4
16232023-10-04T23:30:19.295Z Compiling heck v0.3.3
16242023-10-04T23:30:19.871Z Compiling textwrap v0.11.0
16252023-10-04T23:30:20.030Z Compiling blake2 v0.10.6
16262023-10-04T23:30:21.349Z Compiling ansi_term v0.12.1
16272023-10-04T23:30:21.699Z Compiling vec_map v0.8.2
16282023-10-04T23:30:22.000Z Compiling strsim v0.8.0
16292023-10-04T23:30:22.222Z Compiling libefi-sys v0.1.0
16302023-10-04T23:30:22.385Z Compiling rayon-core v1.11.0
16312023-10-04T23:30:22.658Z Compiling clap v2.34.0
16322023-10-04T23:30:23.244Z Compiling argon2 v0.5.2
16332023-10-04T23:30:23.248Z Compiling structopt-derive v0.4.18
16342023-10-04T23:30:26.914Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16352023-10-04T23:30:27.510Z Compiling zone_cfg_derive v0.2.0
16362023-10-04T23:30:27.676Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16372023-10-04T23:30:28.472Z Compiling crossbeam-deque v0.8.3
16382023-10-04T23:30:29.090Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16392023-10-04T23:30:29.642Z Compiling portable-atomic v1.4.3
16402023-10-04T23:30:29.742Z Compiling keccak v0.1.4
16412023-10-04T23:30:31.125Z Compiling sha3 v0.10.8
16422023-10-04T23:30:31.299Z Compiling zone v0.2.0
16432023-10-04T23:30:31.657Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16442023-10-04T23:30:36.031Z Compiling structopt v0.3.26
16452023-10-04T23:30:36.687Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16462023-10-04T23:30:37.150Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16472023-10-04T23:30:37.744Z Compiling hkdf v0.12.3
16482023-10-04T23:30:38.195Z Compiling smf v0.2.2
16492023-10-04T23:30:39.130Z Compiling secrecy v0.8.0
16502023-10-04T23:30:39.538Z Compiling xattr v1.0.1
16512023-10-04T23:30:40.703Z Compiling filetime v0.2.22
16522023-10-04T23:30:40.740Z Compiling fastrand v2.0.0
16532023-10-04T23:30:40.773Z Compiling same-file v1.0.6
16542023-10-04T23:30:41.301Z Compiling tempfile v3.8.0
16552023-10-04T23:30:41.336Z Compiling walkdir v2.4.0
16562023-10-04T23:30:41.647Z Compiling tar v0.4.40
16572023-10-04T23:30:43.941Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16582023-10-04T23:30:44.357Z Compiling rayon v1.7.0
16592023-10-04T23:30:44.973Z Compiling number_prefix v0.4.0
16602023-10-04T23:30:45.795Z Compiling omicron-zone-package v0.8.3
16612023-10-04T23:30:47.763Z Compiling topological-sort v0.2.2
16622023-10-04T23:30:53.207Z Compiling indicatif v0.17.6
16632023-10-04T23:30:57.492Z Compiling bzip2 v0.4.4
16642023-10-04T23:30:58.089Z Compiling zip v0.6.6
16652023-10-04T23:31:00.567Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16662023-10-04T23:31:00.901Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16672023-10-04T23:31:03.240Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16682023-10-04T23:31:03.276Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16692023-10-04T23:31:12.214Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16702023-10-04T23:31:12.228Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16712023-10-04T23:31:12.249Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16722023-10-04T23:31:25.550Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16732023-10-04T23:31:27.018Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16742023-10-04T23:32:02.332Z Finished release [optimized] target(s) in 8m 06s
16752023-10-04T23:32:02.581Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16762023-10-04T23:32:02.692ZCreated new build target 'test' and set it as active
16772023-10-04T23:32:02.720Z
16782023-10-04T23:32:02.749Zreal 8:06.728073520
16792023-10-04T23:32:02.780Zuser 51:28.026549757
16802023-10-04T23:32:03.222Zsys 4:40.412571862
16812023-10-04T23:32:03.253Ztrap 2.016250293
16822023-10-04T23:32:03.724Ztflt 4.707858663
16832023-10-04T23:32:03.747Zdflt 4.206332357
16842023-10-04T23:32:03.750Zkflt 0.225141831
16852023-10-04T23:32:03.776Zlock 1:54:07.280481985
16862023-10-04T23:32:03.786Zslp 2:47:09.313706876
16872023-10-04T23:32:03.801Zlat 2:15.984041877
16882023-10-04T23:32:03.819Zstop 4:10.357877642
16892023-10-04T23:32:03.842Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16902023-10-04T23:32:03.859Z Finished release [optimized] target(s) in 1.09s
16912023-10-04T23:32:03.879Z Running `target/release/omicron-package -t test package`
16922023-10-04T23:32:03.925ZOct 04 23:32:03.916 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16932023-10-04T23:32:05.106Z Compiling serde_json v1.0.107
16942023-10-04T23:32:05.162Z Compiling linked-hash-map v0.5.6
16952023-10-04T23:32:05.173Z Compiling slog-dtrace v0.2.3
16962023-10-04T23:32:05.179Z Compiling base64 v0.13.1
16972023-10-04T23:32:05.188Z Compiling quick-error v1.2.3
16982023-10-04T23:32:05.196Z Compiling termcolor v1.2.0
16992023-10-04T23:32:05.221Z Compiling same-file v1.0.6
17002023-10-04T23:32:05.229Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17012023-10-04T23:32:05.417Z Compiling resolv-conf v0.7.0
17022023-10-04T23:32:05.509Z Compiling walkdir v2.4.0
17032023-10-04T23:32:05.574Z Compiling semver-parser v0.10.2
17042023-10-04T23:32:05.614Z Compiling memoffset v0.7.1
17052023-10-04T23:32:05.733Z Compiling lru-cache v0.1.2
17062023-10-04T23:32:06.027Z Compiling trust-dns-resolver v0.22.0
17072023-10-04T23:32:06.051Z Compiling cancel-safe-futures v0.1.2
17082023-10-04T23:32:06.538Z Compiling fastrand v2.0.0
17092023-10-04T23:32:06.674Z Compiling libz-sys v1.1.12
17102023-10-04T23:32:06.838Z Compiling semver v0.11.0
17112023-10-04T23:32:07.376Z Compiling tempfile v3.8.0
17122023-10-04T23:32:07.389Z Compiling filetime v0.2.22
17132023-10-04T23:32:07.434Z Compiling xattr v1.0.1
17142023-10-04T23:32:08.228Z Compiling num-rational v0.4.1
17152023-10-04T23:32:08.248Z Compiling utf-8 v0.7.6
17162023-10-04T23:32:08.725Z Compiling home v0.5.5
17172023-10-04T23:32:08.733Z Compiling schemars v0.8.13
17182023-10-04T23:32:08.742Z Compiling openapiv3 v1.0.3
17192023-10-04T23:32:09.163Z Compiling reqwest v0.11.20
17202023-10-04T23:32:09.171Z Compiling usdt-impl v0.3.5
17212023-10-04T23:32:09.180Z Compiling postgres-types v0.2.6
17222023-10-04T23:32:09.192Z Compiling slog-json v2.6.1
17232023-10-04T23:32:09.594Z Compiling usdt v0.3.5
17242023-10-04T23:32:10.369Z Compiling tokio-postgres v0.7.10
17252023-10-04T23:32:15.965Z Compiling ipnetwork v0.20.0
17262023-10-04T23:32:16.145Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17272023-10-04T23:32:22.080Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17282023-10-04T23:32:22.296Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17292023-10-04T23:32:23.884Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17302023-10-04T23:32:24.648Z Compiling slog-bunyan v2.4.0
17312023-10-04T23:32:24.827Z Compiling diesel v2.1.2
17322023-10-04T23:32:25.330Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17332023-10-04T23:32:31.569Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17342023-10-04T23:32:31.745Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17352023-10-04T23:32:33.840Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17362023-10-04T23:32:35.624Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17372023-10-04T23:32:36.876Z Compiling toolchain_find v0.2.0
17382023-10-04T23:32:37.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17392023-10-04T23:32:39.205Z Compiling tar v0.4.40
17402023-10-04T23:32:42.427Z Compiling pem-rfc7468 v0.7.0
17412023-10-04T23:32:43.463Z Compiling toml v0.5.11
17422023-10-04T23:32:45.373Z Compiling der_derive v0.7.2
17432023-10-04T23:32:49.234Z Compiling flagset v0.4.3
17442023-10-04T23:32:49.342Z Compiling rustfmt-wrapper v0.2.0
17452023-10-04T23:32:49.579Z Compiling der v0.7.8
17462023-10-04T23:32:50.368Z Compiling omicron-zone-package v0.8.3
17472023-10-04T23:32:55.059Z Compiling fxhash v0.2.1
17482023-10-04T23:32:55.408Z Compiling num-complex v0.4.4
17492023-10-04T23:32:56.214Z Compiling libgit2-sys v0.15.2+1.6.4
17502023-10-04T23:32:57.291Z Compiling unicase v2.7.0
17512023-10-04T23:32:57.727Z Compiling num v0.4.1
17522023-10-04T23:32:57.911Z Compiling spki v0.7.2
17532023-10-04T23:32:59.014Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17542023-10-04T23:33:00.671Z Compiling itertools v0.11.0
17552023-10-04T23:33:03.767Z Compiling semver v0.1.20
17562023-10-04T23:33:04.758Z Compiling ciborium-io v0.2.1
17572023-10-04T23:33:04.936Z Compiling maybe-uninit v2.0.0
17582023-10-04T23:33:05.591Z Compiling arc-swap v1.6.0
17592023-10-04T23:33:06.296Z Compiling half v1.8.2
17602023-10-04T23:33:06.913Z Compiling slog-scope v4.4.0
17612023-10-04T23:33:11.762Z Compiling ciborium-ll v0.2.1
17622023-10-04T23:33:12.174Z Compiling rustc_version v0.1.7
17632023-10-04T23:33:12.435Z Compiling vergen v8.2.4
17642023-10-04T23:33:12.599Z Compiling signal-hook v0.3.17
17652023-10-04T23:33:12.721Z Compiling crc-catalog v2.2.0
17662023-10-04T23:33:12.879Z Compiling parking_lot_core v0.8.6
17672023-10-04T23:33:12.933Z Compiling num-bigint-dig v0.8.4
17682023-10-04T23:33:13.555Z Compiling packed_struct v0.10.1
17692023-10-04T23:33:13.766Z Compiling crc v3.0.1
17702023-10-04T23:33:13.912Z Compiling newtype_derive v0.1.6
17712023-10-04T23:33:14.158Z Compiling ciborium v0.2.1
17722023-10-04T23:33:14.344Z Compiling slog-stdlog v4.1.1
17732023-10-04T23:33:14.508Z Compiling pkcs8 v0.10.2
17742023-10-04T23:33:14.546Z Compiling universal-hash v0.5.1
17752023-10-04T23:33:14.592Z Compiling nibble_vec v0.1.0
17762023-10-04T23:33:14.609Z Compiling libsqlite3-sys v0.26.0
17772023-10-04T23:33:14.715Z Compiling packed_struct_codegen v0.10.1
17782023-10-04T23:33:15.042Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17792023-10-04T23:33:15.459Z Compiling dirs-sys-next v0.1.2
17802023-10-04T23:33:16.096Z Compiling opaque-debug v0.3.0
17812023-10-04T23:33:16.168Z Compiling nodrop v0.1.14
17822023-10-04T23:33:16.230Z Compiling crunchy v0.2.2
17832023-10-04T23:33:16.269Z Compiling endian-type v0.1.2
17842023-10-04T23:33:16.351Z Compiling glob v0.3.1
17852023-10-04T23:33:16.656Z Compiling doc-comment v0.3.3
17862023-10-04T23:33:16.927Z Compiling radix_trie v0.2.1
17872023-10-04T23:33:17.564Z Compiling array-init v0.0.4
17882023-10-04T23:33:17.794Z Compiling clang-sys v1.6.1
17892023-10-04T23:33:18.364Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17902023-10-04T23:33:18.794Z Compiling dirs-next v2.0.0
17912023-10-04T23:33:19.643Z Compiling pkcs1 v0.7.5
17922023-10-04T23:33:19.768Z Compiling slog-envlogger v2.2.0
17932023-10-04T23:33:24.476Z Compiling smallvec v0.6.14
17942023-10-04T23:33:28.393Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
17952023-10-04T23:33:29.500Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17962023-10-04T23:33:29.641Z Compiling sha-1 v0.10.1
17972023-10-04T23:33:31.124Z Compiling prettyplease v0.2.12
17982023-10-04T23:33:31.546Z Compiling platforms v3.0.2
17992023-10-04T23:33:31.980Z Compiling tiny-keccak v2.0.2
18002023-10-04T23:33:32.350Z Compiling bitfield v0.14.0
18012023-10-04T23:33:32.846Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18022023-10-04T23:33:35.553Z Compiling rsa v0.9.2
18032023-10-04T23:33:37.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18042023-10-04T23:33:37.319Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18052023-10-04T23:33:37.817Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18062023-10-04T23:33:38.816Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
18072023-10-04T23:33:44.741Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18082023-10-04T23:33:47.433Z Compiling tungstenite v0.17.3
18092023-10-04T23:33:49.709Z Compiling parking_lot v0.11.2
18102023-10-04T23:33:50.897Z Compiling serde-hex v0.1.0
18112023-10-04T23:33:51.303Z Compiling mime_guess v2.0.4
18122023-10-04T23:33:53.143Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
18132023-10-04T23:33:53.820Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18142023-10-04T23:33:57.276Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18152023-10-04T23:34:00.282Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18162023-10-04T23:34:07.779Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18172023-10-04T23:34:11.073Z Compiling term v0.7.0
18182023-10-04T23:34:12.343Z Compiling trust-dns-client v0.22.0
18192023-10-04T23:34:13.511Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18202023-10-04T23:34:14.051Z Compiling x509-cert v0.2.4
18212023-10-04T23:34:27.630Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18222023-10-04T23:34:33.397Z Compiling env_logger v0.10.0
18232023-10-04T23:34:33.621Z Compiling darling_core v0.14.4
18242023-10-04T23:34:33.897Z Compiling hashlink v0.8.3
18252023-10-04T23:34:34.096Z Compiling ron v0.8.1
18262023-10-04T23:34:34.317Z Compiling aead v0.5.2
18272023-10-04T23:34:34.725Z Compiling snafu-derive v0.7.5
18282023-10-04T23:34:37.917Z Compiling humantime v2.1.0
18292023-10-04T23:34:39.088Z Compiling convert_case v0.4.0
18302023-10-04T23:34:39.163Z Compiling crc-any v2.4.3
18312023-10-04T23:34:40.242Z Compiling fallible-streaming-iterator v0.1.9
18322023-10-04T23:34:40.402Z Compiling minimal-lexical v0.2.1
18332023-10-04T23:34:40.620Z Compiling rusqlite v0.29.0
18342023-10-04T23:34:40.633Z Compiling darling_macro v0.14.4
18352023-10-04T23:34:41.114Z Compiling nom v7.1.3
18362023-10-04T23:34:41.762Z Compiling snafu v0.7.5
18372023-10-04T23:34:42.203Z Compiling derive_more v0.99.17
18382023-10-04T23:34:43.685Z Compiling trust-dns-server v0.22.1
18392023-10-04T23:34:43.987Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18402023-10-04T23:34:47.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18412023-10-04T23:34:51.109Z Compiling ascii-canvas v3.0.0
18422023-10-04T23:34:51.130Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18432023-10-04T23:34:51.684Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
18442023-10-04T23:34:54.071Z Compiling steno v0.4.0
18452023-10-04T23:34:54.815Z Compiling sled v0.34.7
18462023-10-04T23:35:09.108Z Compiling tokio-tungstenite v0.17.2
18472023-10-04T23:35:10.951Z Compiling nix v0.26.2
18482023-10-04T23:35:15.318Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18492023-10-04T23:35:16.403Z Compiling tungstenite v0.18.0
18502023-10-04T23:35:20.468Z Compiling num_enum_derive v0.7.0
18512023-10-04T23:35:21.696Z Compiling object v0.30.4
18522023-10-04T23:35:22.224Z Compiling twox-hash v1.6.3
18532023-10-04T23:35:24.078Z Compiling is-terminal v0.4.9
18542023-10-04T23:35:26.997Z Compiling ena v0.14.2
18552023-10-04T23:35:27.132Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18562023-10-04T23:35:27.357Z Compiling derive-where v1.2.5
18572023-10-04T23:35:27.555Z Compiling libloading v0.7.4
18582023-10-04T23:35:27.563Z Compiling path-slash v0.1.5
18592023-10-04T23:35:27.649Z Compiling linear-map v1.2.0
18602023-10-04T23:35:27.765Z Compiling diff v0.1.13
18612023-10-04T23:35:27.857Z Compiling bindgen v0.65.1
18622023-10-04T23:35:27.880Z Compiling pretty-hex v0.3.0
18632023-10-04T23:35:27.982Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18642023-10-04T23:35:28.003Z Compiling lalrpop v0.19.12
18652023-10-04T23:35:28.122Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18662023-10-04T23:35:30.145Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18672023-10-04T23:35:37.627Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18682023-10-04T23:35:47.737Z Compiling num_enum v0.7.0
18692023-10-04T23:35:48.013Z Compiling tokio-tungstenite v0.18.0
18702023-10-04T23:35:48.185Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18712023-10-04T23:35:49.275Z Compiling curve25519-dalek v4.1.0
18722023-10-04T23:35:49.461Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18732023-10-04T23:35:58.431Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18742023-10-04T23:36:03.469Z Compiling cexpr v0.6.0
18752023-10-04T23:36:05.072Z Compiling darling v0.14.4
18762023-10-04T23:36:05.709Z Compiling polyval v0.6.1
18772023-10-04T23:36:06.162Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
18782023-10-04T23:36:07.752Z Compiling ctr v0.9.2
18792023-10-04T23:36:07.861Z Compiling aes v0.8.3
18802023-10-04T23:36:08.136Z Compiling which v4.4.0
18812023-10-04T23:36:09.432Z Compiling ff v0.13.0
18822023-10-04T23:36:09.446Z Compiling path-dedot v3.1.0
18832023-10-04T23:36:09.777Z Compiling bincode v1.3.3
18842023-10-04T23:36:11.789Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
18852023-10-04T23:36:12.217Z Compiling display-error-chain v0.1.1
18862023-10-04T23:36:12.681Z Compiling shlex v1.1.0
18872023-10-04T23:36:12.698Z Compiling erased-serde v0.3.30
18882023-10-04T23:36:12.715Z Compiling peeking_take_while v0.1.2
18892023-10-04T23:36:12.873Z Compiling rustc-hash v1.1.0
18902023-10-04T23:36:13.080Z Compiling lazycell v1.3.0
18912023-10-04T23:36:13.178Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18922023-10-04T23:36:14.606Z Compiling path-absolutize v3.1.0
18932023-10-04T23:36:14.798Z Compiling aes-gcm-siv v0.11.1
18942023-10-04T23:36:14.942Z Compiling group v0.13.0
18952023-10-04T23:36:15.130Z Compiling derive_builder_core v0.12.0
18962023-10-04T23:36:15.425Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18972023-10-04T23:36:17.226Z Compiling polar-core v0.26.4
18982023-10-04T23:36:19.151Z Compiling env_logger v0.9.3
18992023-10-04T23:36:19.414Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19002023-10-04T23:36:26.245Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19012023-10-04T23:36:29.612Z Compiling olpc-cjson v0.1.3
19022023-10-04T23:36:31.064Z Compiling pem v1.1.1
19032023-10-04T23:36:31.494Z Compiling camino-tempfile v1.0.2
19042023-10-04T23:36:32.031Z Compiling globset v0.4.13
19052023-10-04T23:36:34.307Z Compiling crypto-bigint v0.5.2
19062023-10-04T23:36:36.635Z Compiling serde_plain v1.0.2
19072023-10-04T23:36:36.822Z Compiling async-recursion v1.0.5
19082023-10-04T23:36:37.532Z Compiling curve25519-dalek-derive v0.1.0
19092023-10-04T23:36:38.330Z Compiling bitstruct_derive v0.1.0
19102023-10-04T23:36:39.747Z Compiling libxml v0.3.3
19112023-10-04T23:36:40.249Z Compiling thiserror-impl-no-std v2.0.2
19122023-10-04T23:36:40.371Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19132023-10-04T23:36:40.408Z Compiling ascii v1.1.0
19142023-10-04T23:36:40.579Z Compiling ref-cast v1.0.20
19152023-10-04T23:36:41.247Z Compiling buf-list v1.0.3
19162023-10-04T23:36:41.791Z Compiling base16ct v0.2.0
19172023-10-04T23:36:42.122Z Compiling ringbuffer v0.14.2
19182023-10-04T23:36:42.477Z Compiling elliptic-curve v0.13.5
19192023-10-04T23:36:43.284Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19202023-10-04T23:36:43.807Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19212023-10-04T23:36:43.828Z Compiling bitstruct v0.1.1
19222023-10-04T23:36:44.759Z Compiling tough v0.12.5
19232023-10-04T23:36:45.481Z Compiling thiserror-no-std v2.0.2
19242023-10-04T23:36:45.495Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19252023-10-04T23:36:47.854Z Compiling derive_builder_macro v0.12.0
19262023-10-04T23:36:52.005Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19272023-10-04T23:36:56.288Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19282023-10-04T23:36:57.027Z Compiling poly1305 v0.8.0
19292023-10-04T23:36:58.748Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19302023-10-04T23:36:59.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19312023-10-04T23:36:59.986Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19322023-10-04T23:37:00.382Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19332023-10-04T23:37:02.137Z Compiling chacha20 v0.9.1
19342023-10-04T23:37:02.220Z Compiling strum_macros v0.24.3
19352023-10-04T23:37:02.646Z Compiling const_format_proc_macros v0.2.31
19362023-10-04T23:37:02.654Z Compiling serde_arrays v0.1.0
19372023-10-04T23:37:02.905Z Compiling enum-iterator-derive v1.2.1
19382023-10-04T23:37:05.543Z Compiling ref-cast-impl v1.0.20
19392023-10-04T23:37:06.121Z Compiling cookie v0.16.2
19402023-10-04T23:37:06.547Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19412023-10-04T23:37:07.353Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19422023-10-04T23:37:07.360Z Compiling signature v1.6.4
19432023-10-04T23:37:07.411Z Compiling salty v0.2.0
19442023-10-04T23:37:07.517Z Compiling indoc v1.0.9
19452023-10-04T23:37:07.978Z Compiling ed25519 v1.5.3
19462023-10-04T23:37:08.451Z Compiling enum-iterator v1.4.1
19472023-10-04T23:37:08.924Z Compiling const_format v0.2.31
19482023-10-04T23:37:08.957Z Compiling chacha20poly1305 v0.10.1
19492023-10-04T23:37:09.288Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19502023-10-04T23:37:10.374Z Compiling derive_builder v0.12.0
19512023-10-04T23:37:10.863Z Compiling vsss-rs v3.3.1
19522023-10-04T23:37:18.704Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19532023-10-04T23:37:19.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19542023-10-04T23:37:24.665Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19552023-10-04T23:37:25.543Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
19562023-10-04T23:37:29.400Z Compiling signal-hook-mio v0.2.3
19572023-10-04T23:37:29.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19582023-10-04T23:37:30.920Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19592023-10-04T23:37:33.795Z Compiling ron v0.7.1
19602023-10-04T23:37:40.862Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19612023-10-04T23:37:41.206Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19622023-10-04T23:37:47.052Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19632023-10-04T23:37:47.454Z Compiling headers-core v0.2.0
19642023-10-04T23:37:47.464Z Compiling bb8 v0.8.1
19652023-10-04T23:37:47.531Z Compiling quick-xml v0.23.1
19662023-10-04T23:37:47.639Z Compiling serde-big-array v0.5.1
19672023-10-04T23:37:47.704Z Compiling num-derive v0.4.0
19682023-10-04T23:37:48.199Z Compiling oso-derive v0.26.4
19692023-10-04T23:37:48.280Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19702023-10-04T23:37:48.324Z Compiling impl-trait-for-tuples v0.2.2
19712023-10-04T23:37:48.386Z Compiling bit_field v0.10.2
19722023-10-04T23:37:48.430Z Compiling http-range v0.1.5
19732023-10-04T23:37:56.219Z Compiling maplit v1.0.2
19742023-10-04T23:37:56.946Z Compiling hyper-staticfile v0.9.5
19752023-10-04T23:37:57.105Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19762023-10-04T23:37:57.584Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19772023-10-04T23:37:57.677Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19782023-10-04T23:37:57.726Z Compiling headers v0.3.9
19792023-10-04T23:38:04.943Z Compiling crossterm v0.27.0
19802023-10-04T23:38:05.166Z Compiling oso v0.26.4
19812023-10-04T23:38:22.264Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19822023-10-04T23:38:24.784Z Compiling signal-hook-tokio v0.3.1
19832023-10-04T23:38:25.093Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19842023-10-04T23:38:25.190Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19852023-10-04T23:38:25.501Z Compiling serde-big-array v0.4.1
19862023-10-04T23:38:25.758Z Compiling cassowary v0.3.0
19872023-10-04T23:38:27.729Z Compiling indoc v2.0.3
19882023-10-04T23:38:28.947Z Compiling ratatui v0.23.0
19892023-10-04T23:38:30.391Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19902023-10-04T23:38:33.249Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19912023-10-04T23:38:33.589Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19922023-10-04T23:38:34.159Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19932023-10-04T23:38:37.630Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19942023-10-04T23:38:43.263Z Compiling fatfs v0.3.6
19952023-10-04T23:38:46.093Z Compiling bytesize v1.3.0
19962023-10-04T23:38:47.060Z Compiling nanorand v0.7.0
19972023-10-04T23:38:47.776Z Compiling rtoolbox v0.0.1
19982023-10-04T23:38:47.798Z Compiling fs-err v2.9.0
19992023-10-04T23:38:48.410Z Compiling corncobs v0.1.3
20002023-10-04T23:38:48.529Z Compiling assert_matches v1.5.0
20012023-10-04T23:38:48.669Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20022023-10-04T23:38:49.473Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20032023-10-04T23:38:50.409Z Compiling rpassword v7.2.0
20042023-10-04T23:38:50.431Z Compiling flume v0.11.0
20052023-10-04T23:38:50.479Z Compiling tui-tree-widget v0.13.0
20062023-10-04T23:38:50.965Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20072023-10-04T23:38:53.523Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20082023-10-04T23:38:54.794Z Compiling owo-colors v3.5.0
20092023-10-04T23:39:00.332Z Compiling shell-words v1.1.0
20102023-10-04T23:39:01.443Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20112023-10-04T23:39:13.754Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20122023-10-04T23:40:04.498Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20132023-10-04T23:40:20.052Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20142023-10-04T23:42:24.718Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20152023-10-04T23:44:05.510Z Compiling git2 v0.17.2
20162023-10-04T23:44:12.163Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20172023-10-04T23:44:13.908Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20182023-10-04T23:44:25.891Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20192023-10-04T23:44:44.728Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20202023-10-04T23:44:48.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20212023-10-04T23:53:41.284Z Finished release [optimized] target(s) in 21m 37s
20222023-10-04T23:55:06.194Z
20232023-10-04T23:55:06.206Zreal 23:03.543834765
20242023-10-04T23:55:06.214Zuser 2:38:26.194731537
20252023-10-04T23:55:06.223Zsys 6:35.128349183
20262023-10-04T23:55:06.234Ztrap 5.195662950
20272023-10-04T23:55:06.244Ztflt 1.447984760
20282023-10-04T23:55:06.254Zdflt 3.542739519
20292023-10-04T23:55:06.272Zkflt 0.006519117
20302023-10-04T23:55:06.300Zlock 8:59:06.875634680
20312023-10-04T23:55:06.326Zslp 6:24:44.705776669
20322023-10-04T23:55:06.341Zlat 2:45.589571281
20332023-10-04T23:55:06.352Zstop 50.458117993
20342023-10-04T23:55:06.376Z+ 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/*)
20352023-10-04T23:55:06.387Z+ pfexec mkdir -p /work
20362023-10-04T23:55:06.399Z+ pfexec chown build /work
20372023-10-04T23:55:06.411Z+ 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
20382023-10-04T23:55:19.970ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20392023-10-04T23:55:19.984Za out/maghemite.tar 73201K
20402023-10-04T23:55:20.418Za out/omicron-sled-agent.tar 110632K
20412023-10-04T23:55:20.436Za out/target/test 1K
20422023-10-04T23:55:20.468Za out/npuzone/npuzone 36077K
20432023-10-04T23:55:20.487Za package-manifest.toml 21K
20442023-10-04T23:55:20.497Za smf/sled-agent/non-gimlet/config.toml 4K
20452023-10-04T23:55:20.511Za target/release/omicron-package 37063K
20462023-10-04T23:55:20.530Za tools/create_virtual_hardware.sh 3K
20472023-10-04T23:55:20.547Za tools/virtual_hardware.sh 4K
20482023-10-04T23:55:20.569Za tools/scrimlet/create-softnpu-zone.sh 1K
20492023-10-04T23:55:20.596Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20502023-10-04T23:55:20.618Za tools/scrimlet/softnpu-init.sh 3K
20512023-10-04T23:55:20.638Za tools/scrimlet/softnpu-zone.txt 1K
20522023-10-04T23:55:20.658Za tools/scrimlet/softnpu.toml 1K
20532023-10-04T23:55:21.088Z
20542023-10-04T23:55:21.111Zreal 13.756316338
20552023-10-04T23:55:21.127Zuser 13.162543442
20562023-10-04T23:55:21.144Zsys 1.070066051
20572023-10-04T23:55:21.163Ztrap 0.004118943
20582023-10-04T23:55:21.190Ztflt 0.000000000
20592023-10-04T23:55:21.636Zdflt 0.000000000
20602023-10-04T23:55:21.655Zkflt 0.000000000
20612023-10-04T23:55:21.675Zlock 0.000000000
20622023-10-04T23:55:21.697Zslp 12.864878632
20632023-10-04T23:55:21.717Zlat 0.407395933
20642023-10-04T23:55:22.203Zstop 0.000262210
20652023-10-04T23:55:22.225Z++ pwd
20662023-10-04T23:55:22.643Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20672023-10-04T23:55:22.651Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20682023-10-04T23:55:22.666Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20692023-10-04T23:55:22.683Z Finished release [optimized] target(s) in 1.09s
20702023-10-04T23:55:22.691Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20712023-10-04T23:55:22.705ZCreated new build target 'host' and set it as active
20722023-10-04T23:55:22.721Z
20732023-10-04T23:55:22.742Zreal 1.241513580
20742023-10-04T23:55:22.785Zuser 0.879332118
20752023-10-04T23:55:22.804Zsys 0.362999770
20762023-10-04T23:55:22.820Ztrap 0.000114408
20772023-10-04T23:55:22.845Ztflt 0.000002266
20782023-10-04T23:55:23.273Zdflt 0.000011766
20792023-10-04T23:55:23.697Zkflt 0.000000000
20802023-10-04T23:55:24.119Zlock 0.033906289
20812023-10-04T23:55:24.128Zslp 0.018716310
20822023-10-04T23:55:24.550Zlat 0.001605174
20832023-10-04T23:55:24.563Zstop 0.000224157
20842023-10-04T23:55:24.578Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20852023-10-04T23:55:24.594Z Finished release [optimized] target(s) in 1.05s
20862023-10-04T23:55:24.613Z Running `target/release/omicron-package -t host package`
20872023-10-04T23:55:24.630ZOct 04 23:55:22.432 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20882023-10-04T23:55:24.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20892023-10-04T23:58:56.969Z Finished release [optimized] target(s) in 3m 34s
20902023-10-05T00:01:09.900Z
20912023-10-05T00:01:10.362Zreal 5:47.892208218
20922023-10-05T00:01:10.629Zuser 20:58.635537969
20932023-10-05T00:01:11.724Zsys 1:01.829575253
20942023-10-05T00:01:11.740Ztrap 0.540024491
20952023-10-05T00:01:11.926Ztflt 0.020895154
20962023-10-05T00:01:12.161Zdflt 1.786125798
20972023-10-05T00:01:12.323Zkflt 0.051967315
20982023-10-05T00:01:12.361Zlock 1:24:41.914767977
20992023-10-05T00:01:12.380Zslp 17:57.076407095
21002023-10-05T00:01:12.405Zlat 7.804707620
21012023-10-05T00:01:12.421Zstop 0.631475273
21022023-10-05T00:01:12.440Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21032023-10-05T00:01:12.479Z+ for package in "$@"
21042023-10-05T00:01:12.489Z+ [[ omicron-sled-agent == maghemite ]]
21052023-10-05T00:01:12.512Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git0007f70bbce
21062023-10-05T00:01:12.952Z Finished release [optimized] target(s) in 1.08s
21072023-10-05T00:01:12.972Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git0007f70bbce`
21082023-10-05T00:01:12.998ZOct 05 00:01:10.350 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21092023-10-05T00:01:13.017ZCreated: out/versioned/omicron-sled-agent.tar
21102023-10-05T00:01:13.437Z+ for package in "$@"
21112023-10-05T00:01:13.446Z+ [[ maghemite == maghemite ]]
21122023-10-05T00:01:13.458Z+ echo 0.0.0
21132023-10-05T00:01:13.471Z+ tar rvf out/maghemite.tar VERSION
21142023-10-05T00:01:13.481Za VERSION 1K
21152023-10-05T00:01:13.495Z+ rm VERSION
21162023-10-05T00:01:13.512Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0007f70bbce
21172023-10-05T00:01:13.529Z Finished release [optimized] target(s) in 1.11s
21182023-10-05T00:01:13.542Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0007f70bbce`
21192023-10-05T00:01:13.558ZOct 05 00:01:12.154 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21202023-10-05T00:01:13.985ZCreated: out/versioned/maghemite.tar
21212023-10-05T00:01:14.008Z+ for package in "$@"
21222023-10-05T00:01:14.015Z+ [[ propolis-server == maghemite ]]
21232023-10-05T00:01:14.028Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git0007f70bbce
21242023-10-05T00:01:14.038Z Finished release [optimized] target(s) in 1.06s
21252023-10-05T00:01:14.041Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git0007f70bbce`
21262023-10-05T00:01:14.044ZOct 05 00:01:13.704 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21272023-10-05T00:01:15.457ZCreated: out/versioned/propolis-server.tar.gz
21282023-10-05T00:01:15.474Z+ for package in "$@"
21292023-10-05T00:01:15.501Z+ [[ overlay == maghemite ]]
21302023-10-05T00:01:15.520Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git0007f70bbce
21312023-10-05T00:01:16.693Z Finished release [optimized] target(s) in 1.10s
21322023-10-05T00:01:16.711Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git0007f70bbce`
21332023-10-05T00:01:16.738ZOct 05 00:01:16.718 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21342023-10-05T00:01:16.764ZCreated: out/versioned/overlay.tar.gz
21352023-10-05T00:01:16.784Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21362023-10-05T00:01:16.796Z+++ dirname -- ./tools/build-global-zone-packages.sh
21372023-10-05T00:01:16.852Z++ cd -- ./tools
21382023-10-05T00:01:16.866Z++ pwd
21392023-10-05T00:01:17.282Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21402023-10-05T00:01:17.304Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21412023-10-05T00:01:17.330Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21422023-10-05T00:01:17.366Z++ readlink -f /work
21432023-10-05T00:01:17.416Z+ out_dir=/work
21442023-10-05T00:01:17.435Z+ 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")
21452023-10-05T00:01:17.458Z+ for dep in "${deps[@]}"
21462023-10-05T00:01:17.484Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21472023-10-05T00:01:17.506Z+ for dep in "${deps[@]}"
21482023-10-05T00:01:17.529Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21492023-10-05T00:01:17.556Z+ for dep in "${deps[@]}"
21502023-10-05T00:01:17.585Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21512023-10-05T00:01:17.592Z+ for dep in "${deps[@]}"
21522023-10-05T00:01:17.603Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21532023-10-05T00:01:18.033Z++ mktemp -d
21542023-10-05T00:01:18.055Z+ tmp_gz=/tmp/tmp.n_aWni
21552023-10-05T00:01:18.068Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21562023-10-05T00:01:18.109Z+ echo '{"v":"1","t":"layer"}'
21572023-10-05T00:01:18.130Z+ pkg_dir=/tmp/tmp.n_aWni/root/opt/oxide/sled-agent
21582023-10-05T00:01:18.147Z+ mkdir -p /tmp/tmp.n_aWni/root/opt/oxide/sled-agent
21592023-10-05T00:01:18.157Z+ cd /tmp/tmp.n_aWni/root/opt/oxide/sled-agent
21602023-10-05T00:01:18.165Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21612023-10-05T00:01:18.180Zx ., 0 bytes, 0 tape blocks
21622023-10-05T00:01:18.187Zx zone-bundle, 34391616 bytes, 67172 tape blocks
21632023-10-05T00:01:18.201Zx sled-agent, 78996288 bytes, 154290 tape blocks
21642023-10-05T00:01:18.211Zx pkg, 0 bytes, 0 tape blocks
21652023-10-05T00:01:18.218Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21662023-10-05T00:01:18.222Zx pkg/README.md, 54 bytes, 1 tape blocks
21672023-10-05T00:01:18.230Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21682023-10-05T00:01:18.234Zx VERSION, 25 bytes, 1 tape blocks
21692023-10-05T00:01:18.667Z+ mkdir -p /tmp/tmp.n_aWni/root/lib/svc/manifest/site/
21702023-10-05T00:01:19.086Z+ mv pkg/manifest.xml /tmp/tmp.n_aWni/root/lib/svc/manifest/site/sled-agent.xml
21712023-10-05T00:01:19.097Z+ cd -
21722023-10-05T00:01:19.116Z/work/oxidecomputer/omicron
21732023-10-05T00:01:19.124Z+ pkg_dir=/tmp/tmp.n_aWni/root/opt/oxide/mg-ddm
21742023-10-05T00:01:19.546Z+ mkdir -p /tmp/tmp.n_aWni/root/opt/oxide/mg-ddm
21752023-10-05T00:01:20.021Z+ cd /tmp/tmp.n_aWni/root/opt/oxide/mg-ddm
21762023-10-05T00:01:20.620Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21772023-10-05T00:01:20.660Zx ., 0 bytes, 0 tape blocks
21782023-10-05T00:01:20.684Zx ddmadm, 39360576 bytes, 76877 tape blocks
21792023-10-05T00:01:20.704Zx ddmd, 35588120 bytes, 69509 tape blocks
21802023-10-05T00:01:20.726Zx pkg, 0 bytes, 0 tape blocks
21812023-10-05T00:01:20.751Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21822023-10-05T00:01:20.780Zx pkg/ddm, 0 bytes, 0 tape blocks
21832023-10-05T00:01:20.806Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21842023-10-05T00:01:20.834Zx VERSION, 25 bytes, 1 tape blocks
21852023-10-05T00:01:20.856Z+ cd -
21862023-10-05T00:01:20.887Z/work/oxidecomputer/omicron
21872023-10-05T00:01:21.734Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.n_aWni/root/opt/oxide
21882023-10-05T00:01:21.743Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.n_aWni/root/opt/oxide
21892023-10-05T00:01:21.757Z+ cd /tmp/tmp.n_aWni
21902023-10-05T00:01:21.773Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21912023-10-05T00:01:29.367ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21922023-10-05T00:01:29.385Za oxide.json 1K
21932023-10-05T00:01:29.808Za root/ 0K
21942023-10-05T00:01:29.885Za root/opt/ 0K
21952023-10-05T00:01:29.889Za root/opt/oxide/ 0K
21962023-10-05T00:01:29.896Za root/opt/oxide/sled-agent/ 0K
21972023-10-05T00:01:29.907Za root/opt/oxide/sled-agent/zone-bundle 33586K
21982023-10-05T00:01:29.917Za root/opt/oxide/sled-agent/sled-agent 77145K
21992023-10-05T00:01:29.921Za root/opt/oxide/sled-agent/pkg/ 0K
22002023-10-05T00:01:29.937Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22012023-10-05T00:01:29.949Za root/opt/oxide/sled-agent/pkg/README.md 1K
22022023-10-05T00:01:30.392Za root/opt/oxide/sled-agent/VERSION 1K
22032023-10-05T00:01:30.417Za root/opt/oxide/mg-ddm/ 0K
22042023-10-05T00:01:30.552Za root/opt/oxide/mg-ddm/ddmadm 38439K
22052023-10-05T00:01:30.560Za root/opt/oxide/mg-ddm/ddmd 34755K
22062023-10-05T00:01:30.618Za root/opt/oxide/mg-ddm/pkg/ 0K
22072023-10-05T00:01:30.641Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22082023-10-05T00:01:30.657Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22092023-10-05T00:01:30.669Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22102023-10-05T00:01:30.696Za root/opt/oxide/mg-ddm/VERSION 1K
22112023-10-05T00:01:31.133Za root/opt/oxide/propolis-server.tar.gz 64683K
22122023-10-05T00:01:31.149Za root/opt/oxide/overlay.tar.gz 2K
22132023-10-05T00:01:31.575Za root/lib/ 0K
22142023-10-05T00:01:31.621Za root/lib/svc/ 0K
22152023-10-05T00:01:31.668Za root/lib/svc/manifest/ 0K
22162023-10-05T00:01:31.672Za root/lib/svc/manifest/site/ 0K
22172023-10-05T00:01:31.676Za root/lib/svc/manifest/site/sled-agent.xml 3K
22182023-10-05T00:01:31.681Z+ cd /
22192023-10-05T00:01:31.690Z+ rm -rf /tmp/tmp.n_aWni
22202023-10-05T00:01:31.704Z
22212023-10-05T00:01:31.711Zreal 12.688195479
22222023-10-05T00:01:31.717Zuser 11.772725095
22232023-10-05T00:01:31.721Zsys 0.981158197
22242023-10-05T00:01:31.732Ztrap 0.002583843
22252023-10-05T00:01:31.742Ztflt 0.000000000
22262023-10-05T00:01:31.756Zdflt 0.000000000
22272023-10-05T00:01:31.767Zkflt 0.000000000
22282023-10-05T00:01:31.779Zlock 0.000000000
22292023-10-05T00:01:31.791Zslp 24.511727871
22302023-10-05T00:01:31.805Zlat 0.371470025
22312023-10-05T00:01:31.821Zstop 0.000336938
22322023-10-05T00:01:31.830Z+ mkdir -p /work/zones
22332023-10-05T00:01:31.848Z+ 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)
22342023-10-05T00:01:31.870Z+ 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/
22352023-10-05T00:01:33.300Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22362023-10-05T00:01:34.096Z Finished release [optimized] target(s) in 1.13s
22372023-10-05T00:01:34.125Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22382023-10-05T00:01:34.167ZCreated new build target 'recovery' and set it as active
22392023-10-05T00:01:34.613Z
22402023-10-05T00:01:34.635Zreal 1.289671142
22412023-10-05T00:01:34.672Zuser 0.917871776
22422023-10-05T00:01:35.115Zsys 0.370093158
22432023-10-05T00:01:35.136Ztrap 0.000861934
22442023-10-05T00:01:35.208Ztflt 0.000040439
22452023-10-05T00:01:35.221Zdflt 0.000073048
22462023-10-05T00:01:35.240Zkflt 0.000000000
22472023-10-05T00:01:35.292Zlock 0.037005287
22482023-10-05T00:01:35.297Zslp 0.022206869
22492023-10-05T00:01:35.301Zlat 0.003811758
22502023-10-05T00:01:35.307Zstop 0.000219026
22512023-10-05T00:01:35.315Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22522023-10-05T00:01:35.395Z Finished release [optimized] target(s) in 1.13s
22532023-10-05T00:01:35.422Z Running `target/release/omicron-package -t recovery package`
22542023-10-05T00:01:35.461ZOct 05 00:01:35.469 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22552023-10-05T00:01:36.464Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
22562023-10-05T00:01:40.354Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22572023-10-05T00:02:12.966Z Finished release [optimized] target(s) in 37.36s
22582023-10-05T00:04:02.105Z
22592023-10-05T00:04:02.541Zreal 2:27.912476354
22602023-10-05T00:04:03.802Zuser 2:39.658877664
22612023-10-05T00:04:04.239Zsys 12.483466157
22622023-10-05T00:04:04.261Ztrap 0.071799043
22632023-10-05T00:04:04.291Ztflt 0.025838195
22642023-10-05T00:04:04.326Zdflt 0.918955158
22652023-10-05T00:04:04.360Zkflt 0.000000000
22662023-10-05T00:04:04.389Zlock 29:36.087397542
22672023-10-05T00:04:04.847Zslp 4:09.179401307
22682023-10-05T00:04:04.875Zlat 1.793525674
22692023-10-05T00:04:05.468Zstop 0.202553622
22702023-10-05T00:04:05.500Z+ stamp_packages installinator maghemite
22712023-10-05T00:04:05.533Z+ for package in "$@"
22722023-10-05T00:04:05.575Z+ [[ installinator == maghemite ]]
22732023-10-05T00:04:05.613Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git0007f70bbce
22742023-10-05T00:04:06.053Z Finished release [optimized] target(s) in 1.07s
22752023-10-05T00:04:06.070Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git0007f70bbce`
22762023-10-05T00:04:06.089ZOct 05 00:04:03.323 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22772023-10-05T00:04:06.539ZCreated: out/versioned/installinator.tar
22782023-10-05T00:04:06.567Z+ for package in "$@"
22792023-10-05T00:04:06.586Z+ [[ maghemite == maghemite ]]
22802023-10-05T00:04:07.035Z+ echo 0.0.0
22812023-10-05T00:04:07.062Z+ tar rvf out/maghemite.tar VERSION
22822023-10-05T00:04:07.497Za VERSION 1K
22832023-10-05T00:04:07.520Z+ rm VERSION
22842023-10-05T00:04:07.533Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0007f70bbce
22852023-10-05T00:04:07.549Z Finished release [optimized] target(s) in 1.05s
22862023-10-05T00:04:07.565Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0007f70bbce`
22872023-10-05T00:04:07.587ZOct 05 00:04:04.648 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22882023-10-05T00:04:07.609ZCreated: out/versioned/maghemite.tar
22892023-10-05T00:04:08.869Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22902023-10-05T00:04:08.918Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22912023-10-05T00:04:08.932Z++ cd -- ./tools
22922023-10-05T00:04:08.948Z++ pwd
22932023-10-05T00:04:08.965Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22942023-10-05T00:04:08.982Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
22952023-10-05T00:04:09.000Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22962023-10-05T00:04:09.023Z++ readlink -f /work
22972023-10-05T00:04:09.462Z+ out_dir=/work
22982023-10-05T00:04:09.483Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
22992023-10-05T00:04:09.506Z+ for dep in "${deps[@]}"
23002023-10-05T00:04:09.535Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23012023-10-05T00:04:09.551Z+ for dep in "${deps[@]}"
23022023-10-05T00:04:09.569Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23032023-10-05T00:04:09.590Z++ mktemp -d
23042023-10-05T00:04:10.448Z+ tmp_trampoline=/tmp/tmp.Icaisi
23052023-10-05T00:04:10.468Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23062023-10-05T00:04:10.480Z+ echo '{"v":"1","t":"layer"}'
23072023-10-05T00:04:10.515Z+ pkg_dir=/tmp/tmp.Icaisi/root/opt/oxide/installinator
23082023-10-05T00:04:10.532Z+ mkdir -p /tmp/tmp.Icaisi/root/opt/oxide/installinator
23092023-10-05T00:04:10.555Z+ cd /tmp/tmp.Icaisi/root/opt/oxide/installinator
23102023-10-05T00:04:10.573Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23112023-10-05T00:04:10.593Zx ., 0 bytes, 0 tape blocks
23122023-10-05T00:04:10.619Zx installinator, 47913616 bytes, 93582 tape blocks
23132023-10-05T00:04:11.054Zx pkg, 0 bytes, 0 tape blocks
23142023-10-05T00:04:11.079Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23152023-10-05T00:04:11.515Zx VERSION, 25 bytes, 1 tape blocks
23162023-10-05T00:04:11.526Z+ mkdir -p /tmp/tmp.Icaisi/root/lib/svc/manifest/site/
23172023-10-05T00:04:11.533Z+ mv pkg/manifest.xml /tmp/tmp.Icaisi/root/lib/svc/manifest/site/installinator.xml
23182023-10-05T00:04:11.547Z+ cd -
23192023-10-05T00:04:11.563Z/work/oxidecomputer/omicron
23202023-10-05T00:04:11.573Z+ pkg_dir=/tmp/tmp.Icaisi/root/opt/oxide/mg-ddm
23212023-10-05T00:04:11.579Z+ mkdir -p /tmp/tmp.Icaisi/root/opt/oxide/mg-ddm
23222023-10-05T00:04:11.598Z+ cd /tmp/tmp.Icaisi/root/opt/oxide/mg-ddm
23232023-10-05T00:04:11.613Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23242023-10-05T00:04:11.628Zx ., 0 bytes, 0 tape blocks
23252023-10-05T00:04:11.656Zx ddmadm, 39360576 bytes, 76877 tape blocks
23262023-10-05T00:04:11.666Zx ddmd, 35588120 bytes, 69509 tape blocks
23272023-10-05T00:04:11.688Zx pkg, 0 bytes, 0 tape blocks
23282023-10-05T00:04:11.706Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23292023-10-05T00:04:11.726Zx pkg/ddm, 0 bytes, 0 tape blocks
23302023-10-05T00:04:11.744Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23312023-10-05T00:04:11.759Zx VERSION, 25 bytes, 1 tape blocks
23322023-10-05T00:04:11.780Z+ cd -
23332023-10-05T00:04:11.801Z/work/oxidecomputer/omicron
23342023-10-05T00:04:11.820Z+ cd /tmp/tmp.Icaisi
23352023-10-05T00:04:11.838Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23362023-10-05T00:04:12.285ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23372023-10-05T00:04:12.308Za oxide.json 1K
23382023-10-05T00:04:12.743Za root/ 0K
23392023-10-05T00:04:12.769Za root/opt/ 0K
23402023-10-05T00:04:12.789Za root/opt/oxide/ 0K
23412023-10-05T00:04:12.811Za root/opt/oxide/installinator/ 0K
23422023-10-05T00:04:12.827Za root/opt/oxide/installinator/installinator 46791K
23432023-10-05T00:04:12.847Za root/opt/oxide/installinator/pkg/ 0K
23442023-10-05T00:04:12.868Za root/opt/oxide/installinator/VERSION 1K
23452023-10-05T00:04:12.888Za root/opt/oxide/mg-ddm/ 0K
23462023-10-05T00:04:12.911Za root/opt/oxide/mg-ddm/ddmadm 38439K
23472023-10-05T00:04:12.932Za root/opt/oxide/mg-ddm/ddmd 34755K
23482023-10-05T00:04:12.958Za root/opt/oxide/mg-ddm/pkg/ 0K
23492023-10-05T00:04:12.982Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23502023-10-05T00:04:13.047Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23512023-10-05T00:04:13.482Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23522023-10-05T00:04:13.511Za root/opt/oxide/mg-ddm/VERSION 1K
23532023-10-05T00:04:13.530Za root/lib/ 0K
23542023-10-05T00:04:13.541Za root/lib/svc/ 0K
23552023-10-05T00:04:13.557Za root/lib/svc/manifest/ 0K
23562023-10-05T00:04:13.572Za root/lib/svc/manifest/site/ 0K
23572023-10-05T00:04:13.590Za root/lib/svc/manifest/site/installinator.xml 3K
23582023-10-05T00:04:13.606Z+ cd /
23592023-10-05T00:04:13.626Z+ rm -rf /tmp/tmp.Icaisi
23602023-10-05T00:04:13.646Z
23612023-10-05T00:04:13.665Zreal 6.537129427
23622023-10-05T00:04:14.126Zuser 6.134619817
23632023-10-05T00:04:14.155Zsys 0.434847054
23642023-10-05T00:04:14.592Ztrap 0.002117688
23652023-10-05T00:04:14.627Ztflt 0.000000000
23662023-10-05T00:04:14.659Zdflt 0.000000000
23672023-10-05T00:04:14.695Zkflt 0.000000000
23682023-10-05T00:04:14.742Zlock 0.000000000
23692023-10-05T00:04:14.790Zslp 12.656110801
23702023-10-05T00:04:16.645Zlat 0.184719145
23712023-10-05T00:04:16.664Zstop 0.000298035
23722023-10-05T00:04:16.681Zprocess exited: duration 2517554 ms, exit code 0
 
23732023-10-05T00:04:17.135Zfound 21 output files
23742023-10-05T00:04:17.567Zuploading: /work/version.txt (26 bytes)
23752023-10-05T00:04:18.340Zuploaded: /work/version.txt
23762023-10-05T00:04:18.367Zuploading: /work/package.tar.gz (82911648 bytes)
23772023-10-05T00:05:06.131Zuploaded: /work/package.tar.gz
23782023-10-05T00:05:06.166Zuploading: /work/global-zone-packages.tar.gz (125433932 bytes)
23792023-10-05T00:06:24.959Zuploaded: /work/global-zone-packages.tar.gz
23802023-10-05T00:06:25.011Zuploading: /work/trampoline-global-zone-packages.tar.gz (38586132 bytes)
23812023-10-05T00:06:56.251Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23822023-10-05T00:06:56.269Zuploading: /work/zones/clickhouse.tar.gz (180707902 bytes)
23832023-10-05T00:08:36.465Zuploaded: /work/zones/clickhouse.tar.gz
23842023-10-05T00:08:36.729Zuploading: /work/zones/clickhouse_keeper.tar.gz (180708355 bytes)
23852023-10-05T00:10:08.774Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23862023-10-05T00:10:08.923Zuploading: /work/zones/cockroachdb.tar.gz (117768548 bytes)
23872023-10-05T00:11:55.390Zuploaded: /work/zones/cockroachdb.tar.gz
23882023-10-05T00:11:55.989Zuploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes)
23892023-10-05T00:12:05.251Zuploaded: /work/zones/crucible-pantry.tar.gz
23902023-10-05T00:12:05.281Zuploading: /work/zones/crucible.tar.gz (42814079 bytes)
23912023-10-05T00:12:42.270Zuploaded: /work/zones/crucible.tar.gz
23922023-10-05T00:12:42.435Zuploading: /work/zones/external-dns.tar.gz (22026439 bytes)
23932023-10-05T00:12:58.518Zuploaded: /work/zones/external-dns.tar.gz
23942023-10-05T00:12:58.547Zuploading: /work/zones/internal-dns.tar.gz (22026438 bytes)
23952023-10-05T00:13:08.345Zuploaded: /work/zones/internal-dns.tar.gz
23962023-10-05T00:13:08.357Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
23972023-10-05T00:13:09.434Zuploaded: /work/zones/ntp.tar.gz
23982023-10-05T00:13:09.494Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15764231 bytes)
23992023-10-05T00:13:32.430Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24002023-10-05T00:13:32.453Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15761909 bytes)
24012023-10-05T00:13:40.777Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24022023-10-05T00:13:41.198Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67964620 bytes)
24032023-10-05T00:14:39.675Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24042023-10-05T00:14:40.157Zuploading: /work/zones/omicron-nexus.tar.gz (67954294 bytes)
24052023-10-05T00:15:20.664Zuploaded: /work/zones/omicron-nexus.tar.gz
24062023-10-05T00:15:20.689Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24072023-10-05T00:15:21.781Zuploaded: /work/zones/overlay.tar.gz
24082023-10-05T00:15:21.811Zuploading: /work/zones/oximeter-collector.tar.gz (18026617 bytes)
24092023-10-05T00:15:31.254Zuploaded: /work/zones/oximeter-collector.tar.gz
24102023-10-05T00:15:31.271Zuploading: /work/zones/propolis-server.tar.gz (66230926 bytes)
24112023-10-05T00:16:06.467Zuploaded: /work/zones/propolis-server.tar.gz
24122023-10-05T00:16:06.480Zuploading: /work/zones/switch-asic.tar.gz (220191453 bytes)
24132023-10-05T00:18:58.248Zuploaded: /work/zones/switch-asic.tar.gz
24142023-10-05T00:18:58.505Zuploading: /work/zones/switch-softnpu.tar.gz (142261794 bytes)
24152023-10-05T00:20:58.661Zuploaded: /work/zones/switch-softnpu.tar.gz