01HT5THWKACYB58VEZV1Z79MQT: 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: 01HT5TJ6WD0VKKN1RWC8XPNER7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-29T19:23:55.837Zjob assigned to worker 01HT5TJCN02475ZG0JSWCMWYWB (queued for 2 m 16 s)
 
22024-03-29T19:24:02.870Zstarting task 0: "setup"
32024-03-29T19:24:02.951Z++ uname -s
42024-03-29T19:24:02.955Z+ kern=SunOS
52024-03-29T19:24:02.955Z+ case "$kern" in
62024-03-29T19:24:02.955Z+ groupadd -g 12345 build
72024-03-29T19:24:03.052Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-29T19:24:05.067Z+ zfs create -o mountpoint=/work rpool/work
92024-03-29T19:24:05.944Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-29T19:24:05.952Z+ home_fs=zfs
112024-03-29T19:24:05.952Z+ [[ zfs == autofs ]]
122024-03-29T19:24:05.952Z+ mkdir -p /home/build
132024-03-29T19:24:05.952Z+ chown build:build /home/build /work
142024-03-29T19:24:07.148Z+ chmod 0700 /home/build /work
152024-03-29T19:24:07.151Zprocess exited: duration 4280 ms, exit code 0
 
162024-03-29T19:24:07.162Zstarting task 1: "rust-toolchain"
172024-03-29T19:24:07.169Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-29T19:24:07.174Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-29T19:24:07.287Zinfo: downloading installer
202024-03-29T19:24:09.144Zwarning: it looks like you have an existing installation of Rust at:
212024-03-29T19:24:09.145Zwarning: /opt/ooce/bin
222024-03-29T19:24:09.145Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-29T19:24:09.145Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-29T19:24:09.145Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-29T19:24:09.146Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-29T19:24:09.146Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-29T19:24:09.146Zerror: cannot install while Rust is installed
282024-03-29T19:24:09.146Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-29T19:24:09.738Zinfo: profile set to 'default'
302024-03-29T19:24:09.738Zinfo: default host triple is x86_64-unknown-illumos
312024-03-29T19:24:09.741Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-29T19:24:09.859Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-29T19:24:09.859Zinfo: downloading component 'cargo'
342024-03-29T19:24:10.697Zinfo: downloading component 'clippy'
352024-03-29T19:24:11.019Zinfo: downloading component 'rust-docs'
362024-03-29T19:24:11.863Zinfo: downloading component 'rust-std'
372024-03-29T19:24:13.652Zinfo: downloading component 'rustc'
382024-03-29T19:24:18.040Zinfo: downloading component 'rustfmt'
392024-03-29T19:24:18.351Zinfo: installing component 'cargo'
402024-03-29T19:24:19.160Zinfo: installing component 'clippy'
412024-03-29T19:24:19.522Zinfo: installing component 'rust-docs'
422024-03-29T19:24:20.941Zinfo: installing component 'rust-std'
432024-03-29T19:24:22.714Zinfo: installing component 'rustc'
442024-03-29T19:24:26.810Zinfo: installing component 'rustfmt'
452024-03-29T19:24:27.166Z
462024-03-29T19:24:27.166Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
472024-03-29T19:24:27.440Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-29T19:24:27.441Z
492024-03-29T19:24:27.447Z
502024-03-29T19:24:27.447ZRust is installed now. Great!
512024-03-29T19:24:27.447Z
522024-03-29T19:24:27.447ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-29T19:24:27.447Zenvironment variable. This has not been done automatically.
542024-03-29T19:24:27.448Z
552024-03-29T19:24:27.448ZTo configure your current shell, you need to source
562024-03-29T19:24:27.448Zthe corresponding env file under $HOME/.cargo.
572024-03-29T19:24:27.448Z
582024-03-29T19:24:27.448ZThis is usually done by running one of the following (note the leading DOT):
592024-03-29T19:24:27.449Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-29T19:24:27.449Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-29T19:24:27.585Z+ rustc --version
622024-03-29T19:24:27.647Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-29T19:24:27.650Zprocess exited: duration 20486 ms, exit code 0
 
642024-03-29T19:24:27.656Zstarting task 2: "authentication"
652024-03-29T19:24:27.682Zprocess exited: duration 23 ms, exit code 0
 
662024-03-29T19:24:27.690Zstarting task 3: "clone repository"
672024-03-29T19:24:27.695Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-29T19:24:27.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-29T19:24:28.375ZCloning into '/work/oxidecomputer/omicron'...
702024-03-29T19:24:56.159Z+ cd /work/oxidecomputer/omicron
712024-03-29T19:24:56.160Z+ git fetch origin 820a44016fc17bcb99bef59f980b1befcf36ed7c
722024-03-29T19:24:56.795ZFrom https://github.com/oxidecomputer/omicron
732024-03-29T19:24:56.795Z * branch 820a44016fc17bcb99bef59f980b1befcf36ed7c -> FETCH_HEAD
742024-03-29T19:24:56.806Z+ [[ -n alan/new-c-n-p ]]
752024-03-29T19:24:56.809Z++ git branch --show-current
762024-03-29T19:24:56.809Z+ current=main
772024-03-29T19:24:56.809Z+ [[ main != alan/new-c-n-p ]]
782024-03-29T19:24:56.809Z+ git branch -f alan/new-c-n-p 820a44016fc17bcb99bef59f980b1befcf36ed7c
792024-03-29T19:24:56.812Z+ git checkout -f alan/new-c-n-p
802024-03-29T19:24:56.934ZSwitched to branch 'alan/new-c-n-p'
812024-03-29T19:24:56.937Z+ git reset --hard 820a44016fc17bcb99bef59f980b1befcf36ed7c
822024-03-29T19:24:56.947ZHEAD is now at 820a44016 Add Cargo.lock
832024-03-29T19:24:56.951Zprocess exited: duration 29257 ms, exit code 0
 
842024-03-29T19:24:56.957Zstarting task 4: "build"
852024-03-29T19:24:56.962Z+ cargo --version
862024-03-29T19:24:56.969Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-29T19:24:57.112Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-29T19:24:57.112Zinfo: downloading component 'cargo'
892024-03-29T19:24:57.959Zinfo: downloading component 'clippy'
902024-03-29T19:24:58.304Zinfo: downloading component 'rust-docs'
912024-03-29T19:24:59.329Zinfo: downloading component 'rust-std'
922024-03-29T19:25:01.088Zinfo: downloading component 'rustc'
932024-03-29T19:25:05.192Zinfo: downloading component 'rustfmt'
942024-03-29T19:25:05.572Zinfo: installing component 'cargo'
952024-03-29T19:25:06.452Zinfo: installing component 'clippy'
962024-03-29T19:25:06.788Zinfo: installing component 'rust-docs'
972024-03-29T19:25:08.272Zinfo: installing component 'rust-std'
982024-03-29T19:25:10.085Zinfo: installing component 'rustc'
992024-03-29T19:25:14.157Zinfo: installing component 'rustfmt'
1002024-03-29T19:25:14.551Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-29T19:25:14.555Z+ rustc --version
1022024-03-29T19:25:14.616Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-29T19:25:14.627Z++ git rev-parse HEAD
1042024-03-29T19:25:14.631Z+ COMMIT=820a44016fc17bcb99bef59f980b1befcf36ed7c
1052024-03-29T19:25:14.631Z+ VERSION=7.0.0-0.ci+git820a44016fc
1062024-03-29T19:25:14.631Z+ echo 7.0.0-0.ci+git820a44016fc
1072024-03-29T19:25:14.631Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-03-29T19:25:33.439Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-03-29T19:25:35.357Z Startup: Caching catalogs ... Done
1102024-03-29T19:25:36.648ZPlanning: Solver setup ... Done (1.330s)
1112024-03-29T19:25:36.674ZPlanning: Running solver ... Done (0.026s)
1122024-03-29T19:25:37.016ZPlanning: Finding local manifests ... Done (0.315s)
1132024-03-29T19:25:37.436ZPlanning: Fetching manifests: 0/4 0% complete
1142024-03-29T19:25:37.972ZPlanning: Fetching manifests: 4/4 100% complete
1152024-03-29T19:25:38.019ZPlanning: Package planning ... Done (0.048s)
1162024-03-29T19:25:38.085ZPlanning: Merging actions ... Done (0.052s)
1172024-03-29T19:25:38.804ZPlanning: Checking for conflicting actions ... Done (0.731s)
1182024-03-29T19:25:38.815ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-03-29T19:25:51.619ZPlanning: Evaluating mediators ... Done (12.804s)
1202024-03-29T19:25:51.628ZPlanning: Planning completed in 16.63 seconds
1212024-03-29T19:25:52.113Z Packages to install: 4
1222024-03-29T19:25:52.114Z Mediators to change: 2
1232024-03-29T19:25:52.114Z Services to change: 1
1242024-03-29T19:25:52.114Z Estimated space available: 155.32 GB
1252024-03-29T19:25:52.117ZEstimated space to be consumed: 1.43 GB
1262024-03-29T19:25:52.117Z Create boot environment: No
1272024-03-29T19:25:52.117ZCreate backup boot environment: No
1282024-03-29T19:25:52.117Z Rebuild boot archive: No
1292024-03-29T19:25:52.117Z
1302024-03-29T19:25:52.117ZChanged mediators:
1312024-03-29T19:25:52.117Z mediator clang:
1322024-03-29T19:25:52.117Z version: None -> 15 (system default)
1332024-03-29T19:25:52.117Z
1342024-03-29T19:25:52.117Z mediator llvm:
1352024-03-29T19:25:52.117Z version: 14 (system default) -> 15 (system default)
1362024-03-29T19:25:52.117Z
1372024-03-29T19:25:52.118ZChanged packages:
1382024-03-29T19:25:52.118Zhelios-dev
1392024-03-29T19:25:52.118Z developer/build-essential
1402024-03-29T19:25:52.118Z None -> 11-2.0
1412024-03-29T19:25:52.118Z library/libxmlsec1
1422024-03-29T19:25:52.118Z None -> 1.2.35-2.0
1432024-03-29T19:25:52.118Z ooce/developer/clang-15
1442024-03-29T19:25:52.118Z None -> 15.0.7-2.0
1452024-03-29T19:25:52.118Z ooce/developer/llvm-15
1462024-03-29T19:25:52.118Z None -> 15.0.7-2.0
1472024-03-29T19:25:52.118Z
1482024-03-29T19:25:52.118ZServices:
1492024-03-29T19:25:52.118Z restart_fmri:
1502024-03-29T19:25:52.118Z svc:/system/update-man-index:default
1512024-03-29T19:25:52.276Z
1522024-03-29T19:25:52.276ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-03-29T19:25:57.281ZDownload: 1442/3290 items 117.2/212.6MB 55% complete (23.6M/s)
1542024-03-29T19:26:02.278ZDownload: 3244/3290 items 178.5/212.6MB 83% complete (17.8M/s)
1552024-03-29T19:26:03.478ZDownload: Completed 212.60 MB in 11.20 seconds (19.0M/s)
1562024-03-29T19:26:03.656Z Actions: 1/3689 actions (Installing new actions)
1572024-03-29T19:26:08.698Z Actions: 3548/3689 actions (Installing new actions)
1582024-03-29T19:26:09.631Z Actions: Completed 3689 actions in 5.97 seconds.
1592024-03-29T19:26:09.824Z Done (0.186s)
1602024-03-29T19:26:09.824Z Done (0.000s)
1612024-03-29T19:26:10.076Z Done (0.255s)
1622024-03-29T19:26:16.414Z Done (6.202s)
1632024-03-29T19:26:16.702Z Done (0.217s)
1642024-03-29T19:26:16.707Z Done (0.000s)
1652024-03-29T19:26:16.892Z Done (0.000s)
1662024-03-29T19:26:17.421ZPlanning: Evaluating mediator changes ... Done
1672024-03-29T19:26:17.584ZPlanning: Checking for conflicting actions ... Done
1682024-03-29T19:26:17.587ZPlanning: Consolidating action changes ... Done
1692024-03-29T19:26:17.858ZPlanning: Evaluating mediators ... Done
1702024-03-29T19:26:17.861ZPlanning: Planning completed in 0.44 seconds
1712024-03-29T19:26:17.892Z Mediators to change: 2
1722024-03-29T19:26:17.892Z Create boot environment: No
1732024-03-29T19:26:17.892ZCreate backup boot environment: No
1742024-03-29T19:26:17.958Z Done
1752024-03-29T19:26:17.958Z Done
1762024-03-29T19:26:18.106Z Done
1772024-03-29T19:26:21.821Z Done
1782024-03-29T19:26:21.911Z Done
1792024-03-29T19:26:21.911Z Done
1802024-03-29T19:26:22.022Z Done
1812024-03-29T19:26:22.673ZPlanning: Evaluating mediator changes ... Done
1822024-03-29T19:26:22.677ZPlanning: Merging actions ... Done
1832024-03-29T19:26:22.863ZPlanning: Checking for conflicting actions ... Done
1842024-03-29T19:26:22.866ZPlanning: Consolidating action changes ... Done
1852024-03-29T19:26:23.134ZPlanning: Evaluating mediators ... Done
1862024-03-29T19:26:23.193ZPlanning: Planning completed in 0.80 seconds
1872024-03-29T19:26:23.227Z Packages to change: 1
1882024-03-29T19:26:23.227Z Mediators to change: 1
1892024-03-29T19:26:23.227Z Services to change: 1
1902024-03-29T19:26:23.227Z Create boot environment: No
1912024-03-29T19:26:23.227ZCreate backup boot environment: Yes
1922024-03-29T19:26:25.058Z Actions: 1/6 actions (Updating modified actions)
1932024-03-29T19:26:25.061Z Actions: Completed 6 actions in 0.00 seconds.
1942024-03-29T19:26:25.062Z Done
1952024-03-29T19:26:25.062Z Done
1962024-03-29T19:26:25.113Z Done
1972024-03-29T19:26:28.796Z Done
1982024-03-29T19:26:28.887Z Done
1992024-03-29T19:26:28.890Z Done
2002024-03-29T19:26:28.988Z Done
2012024-03-29T19:26:29.427ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-03-29T19:26:29.427Zclang system 15 system
2032024-03-29T19:26:29.428Zcsh system system illumos
2042024-03-29T19:26:29.428Zctags system system illumos
2052024-03-29T19:26:29.428Zgcc vendor 12 vendor
2062024-03-29T19:26:29.428Zgcc system 10 system
2072024-03-29T19:26:29.428Zgcc system 7 system
2082024-03-29T19:26:29.428Zgo system 1.20 system
2092024-03-29T19:26:29.428Zgo system 1.19 system
2102024-03-29T19:26:29.428Zllvm system 15 system
2112024-03-29T19:26:29.428Zllvm system 14 system
2122024-03-29T19:26:29.428Zmariadb system 10.6 system
2132024-03-29T19:26:29.428Zmta vendor vendor dma
2142024-03-29T19:26:29.428Zopenjdk system 17 system
2152024-03-29T19:26:29.428Zopenjdk system 11 system
2162024-03-29T19:26:29.428Zopenjdk system 1.8 system
2172024-03-29T19:26:29.428Zopenssl vendor 3 vendor
2182024-03-29T19:26:29.428Zperl system 5.36 system
2192024-03-29T19:26:29.428Zpostgresql system 15 system
2202024-03-29T19:26:29.428Zpostgresql system 13 system
2212024-03-29T19:26:29.428Zpython vendor 3 vendor
2222024-03-29T19:26:29.428Zpython system 2 system
2232024-03-29T19:26:29.428Zpython3 system 3.11 system
2242024-03-29T19:26:29.429Zruby system 3.0 system
2252024-03-29T19:26:29.429Zwords vendor vendor american-english
2262024-03-29T19:26:29.429Zwords system system australian-english
2272024-03-29T19:26:29.429Zwords system system british-english
2282024-03-29T19:26:29.429Zwords system system canadian-english
2292024-03-29T19:26:29.429Zwords system system french
2302024-03-29T19:26:29.429Zwords system system italian
2312024-03-29T19:26:29.429Zwords system system ngerman
2322024-03-29T19:26:29.429Zwords system system ogerman
2332024-03-29T19:26:29.429Zwords system system spanish
2342024-03-29T19:26:29.756ZPUBLISHER TYPE STATUS P LOCATION
2352024-03-29T19:26:29.756Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-03-29T19:26:30.997ZFMRI IFO
2372024-03-29T19:26:30.997Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-03-29T19:26:30.997Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-03-29T19:26:30.997Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-03-29T19:26:30.997Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-03-29T19:26:30.997Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-03-29T19:26:30.998Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-03-29T19:26:30.998Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-03-29T19:26:30.998Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-03-29T19:26:30.998Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-03-29T19:26:30.998Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-03-29T19:26:30.998Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-03-29T19:26:30.998Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-03-29T19:26:31.230Z+ set -o errexit
2502024-03-29T19:26:31.236Z+++ dirname ./tools/ci_download_cockroachdb
2512024-03-29T19:26:31.236Z++ cd ./tools
2522024-03-29T19:26:31.236Z++ pwd
2532024-03-29T19:26:31.236Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-03-29T19:26:31.240Z++ basename ./tools/ci_download_cockroachdb
2552024-03-29T19:26:31.240Z+ ARG0=ci_download_cockroachdb
2562024-03-29T19:26:31.240Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-03-29T19:26:31.240Z+ CIDL_VERSION=v22.1.9
2582024-03-29T19:26:31.240Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-03-29T19:26:31.240Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-03-29T19:26:31.240Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-03-29T19:26:31.240Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-03-29T19:26:31.240Z+ TARGET_DIR=out
2632024-03-29T19:26:31.240Z+ DOWNLOAD_DIR=out/downloads
2642024-03-29T19:26:31.240Z+ DEST_DIR=./out/cockroachdb
2652024-03-29T19:26:31.240Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-03-29T19:26:31.240Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-03-29T19:26:31.240Z+ main
2682024-03-29T19:26:31.240Z+ [[ 0 != 0 ]]
2692024-03-29T19:26:31.240Z+ CIDL_OS=solaris2.11
2702024-03-29T19:26:31.241Z+ [[ 0 != 0 ]]
2712024-03-29T19:26:31.241Z+ configure_os solaris2.11
2722024-03-29T19:26:31.241Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-03-29T19:26:31.241Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-03-29T19:26:31.241Z+ case "$1" in
2752024-03-29T19:26:31.241Z+ CIDL_BUILD=illumos
2762024-03-29T19:26:31.241Z+ CIDL_SUFFIX=tar.gz
2772024-03-29T19:26:31.241Zcurrent directory: /work/oxidecomputer/omicron
2782024-03-29T19:26:31.241Zconfiguring based on OS: "solaris2.11"
2792024-03-29T19:26:31.241Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-03-29T19:26:31.241Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-03-29T19:26:31.241Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-03-29T19:26:31.241Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-03-29T19:26:31.241Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-03-29T19:26:31.241Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-29T19:26:31.241Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-03-29T19:26:31.241Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-03-29T19:26:31.241Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-03-29T19:26:31.241Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-29T19:26:31.242ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-29T19:26:31.242Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-03-29T19:26:31.242Z+ mkdir -p out/downloads
2922024-03-29T19:26:31.242ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-29T19:26:31.242Z+ mkdir -p ./out/cockroachdb
2942024-03-29T19:26:31.245Z+ local DO_DOWNLOAD=true
2952024-03-29T19:26:31.245Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-03-29T19:26:31.245Z+ '[' true == true ']'
2972024-03-29T19:26:31.245Z+ echo Downloading...
2982024-03-29T19:26:31.245ZDownloading...
2992024-03-29T19:26:31.245Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-29T19:26:31.245Z+ 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
3012024-03-29T19:26:33.173Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-29T19:26:33.178Z++ sha256sum
3032024-03-29T19:26:33.178Z++ awk '{print $1}'
3042024-03-29T19:26:33.327Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-03-29T19:26:33.327Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3062024-03-29T19:26:33.330Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-29T19:26:33.330Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-03-29T19:26:35.530Z+ do_assemble_illumos
3092024-03-29T19:26:35.530Z+ rm -r ./out/cockroachdb
3102024-03-29T19:26:35.534Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-03-29T19:26:35.919Z+ ./out/cockroachdb/bin/cockroach version
3122024-03-29T19:26:36.043ZBuild Tag: v22.1.9-dirty
3132024-03-29T19:26:36.044ZBuild Time: 2022/10/26 21:17:46
3142024-03-29T19:26:36.044ZDistribution: OSS
3152024-03-29T19:26:36.044ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-03-29T19:26:36.044ZGo Version: go1.17.13
3172024-03-29T19:26:36.044ZC Compiler: gcc 10.3.0
3182024-03-29T19:26:36.044ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-03-29T19:26:36.044ZBuild Type: release
3202024-03-29T19:26:36.060Z+ set -o errexit
3212024-03-29T19:26:36.063Z+++ dirname ./tools/ci_download_clickhouse
3222024-03-29T19:26:36.066Z++ cd ./tools
3232024-03-29T19:26:36.066Z++ pwd
3242024-03-29T19:26:36.066Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-03-29T19:26:36.066Z++ basename ./tools/ci_download_clickhouse
3262024-03-29T19:26:36.066Z+ ARG0=ci_download_clickhouse
3272024-03-29T19:26:36.066Z+ TARGET_DIR=out
3282024-03-29T19:26:36.066Z+ DOWNLOAD_DIR=out/downloads
3292024-03-29T19:26:36.066Z+ DEST_DIR=./out/clickhouse
3302024-03-29T19:26:36.069Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-03-29T19:26:36.069Z+ CIDL_VERSION=v23.8.7.24
3322024-03-29T19:26:36.069Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-03-29T19:26:36.070Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-03-29T19:26:36.070Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-03-29T19:26:36.070Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-03-29T19:26:36.070Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-03-29T19:26:36.070Z+ main
3382024-03-29T19:26:36.070Z+ [[ 0 != 0 ]]
3392024-03-29T19:26:36.070Z+ CIDL_OS=solaris2.11
3402024-03-29T19:26:36.070Z+ [[ 0 != 0 ]]
3412024-03-29T19:26:36.070Z+ configure_os solaris2.11
3422024-03-29T19:26:36.070Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-03-29T19:26:36.070Zcurrent directory: /work/oxidecomputer/omicron
3442024-03-29T19:26:36.070Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-03-29T19:26:36.070Z+ CIDL_DASHREV=
3462024-03-29T19:26:36.070Z+ case "$1" in
3472024-03-29T19:26:36.070Zconfiguring based on OS: "solaris2.11"
3482024-03-29T19:26:36.070Z+ CIDL_PLATFORM=illumos
3492024-03-29T19:26:36.070Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-03-29T19:26:36.070Z+ CIDL_MD5FUNC=do_md5sum
3512024-03-29T19:26:36.070Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-03-29T19:26:36.070Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-29T19:26:36.071Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-03-29T19:26:36.071Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-29T19:26:36.071Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-03-29T19:26:36.071ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-29T19:26:36.071Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-03-29T19:26:36.071ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-29T19:26:36.071Z+ mkdir -p out/downloads
3602024-03-29T19:26:36.074Z+ mkdir -p ./out/clickhouse
3612024-03-29T19:26:36.074Z+ local DO_DOWNLOAD=true
3622024-03-29T19:26:36.074Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-03-29T19:26:36.074Z+ '[' true == true ']'
3642024-03-29T19:26:36.074Z+ echo Downloading...
3652024-03-29T19:26:36.074ZDownloading...
3662024-03-29T19:26:36.075Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-29T19:26:36.075Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-03-29T19:26:38.441Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-03-29T19:26:38.448Z++ md5sum
3702024-03-29T19:26:38.448Z++ awk '{print $1}'
3712024-03-29T19:26:38.665Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-03-29T19:26:38.665Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3732024-03-29T19:26:38.668Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-03-29T19:26:38.668Z+ mkdir -p ./out/clickhouse
3752024-03-29T19:26:38.668Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-03-29T19:26:42.473Z+ [[ solaris2.11 == darwin* ]]
3772024-03-29T19:26:42.473Z+ ./out/clickhouse/clickhouse server --version
3782024-03-29T19:26:43.142ZClickHouse server version 23.8.7.1.
3792024-03-29T19:26:43.161Z+ set -o errexit
3802024-03-29T19:26:43.164Z+++ dirname ./tools/ci_download_console
3812024-03-29T19:26:43.167Z++ cd ./tools
3822024-03-29T19:26:43.167Z++ pwd
3832024-03-29T19:26:43.167Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-03-29T19:26:43.167Z++ basename ./tools/ci_download_console
3852024-03-29T19:26:43.170Z+ ARG0=ci_download_console
3862024-03-29T19:26:43.171Z+ TARGET_DIR=out
3872024-03-29T19:26:43.171Z+ DOWNLOAD_DIR=out/downloads
3882024-03-29T19:26:43.171Z+ DEST_DIR=./out/console-assets
3892024-03-29T19:26:43.171Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-03-29T19:26:43.171Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3912024-03-29T19:26:43.171Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3922024-03-29T19:26:43.171Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3932024-03-29T19:26:43.171Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-03-29T19:26:43.171Z+ main
3952024-03-29T19:26:43.171Z+ [[ 0 != 0 ]]
3962024-03-29T19:26:43.171Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3972024-03-29T19:26:43.171Z+ echo 'Local file: out/downloads/console.tar.gz'
3982024-03-29T19:26:43.171ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3992024-03-29T19:26:43.171ZLocal file: out/downloads/console.tar.gz
4002024-03-29T19:26:43.171Z+ local DO_DOWNLOAD=true
4012024-03-29T19:26:43.171Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-03-29T19:26:43.171Z+ mkdir -p out/downloads
4032024-03-29T19:26:43.171Z+ '[' true == true ']'
4042024-03-29T19:26:43.171Z+ echo Downloading...
4052024-03-29T19:26:43.172ZDownloading...
4062024-03-29T19:26:43.172Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4072024-03-29T19:26:43.172Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4082024-03-29T19:26:43.795Z++ do_sha256sum out/downloads/console.tar.gz
4092024-03-29T19:26:43.796Z++ case "$OSTYPE" in
4102024-03-29T19:26:43.799Z++ SHA=sha256sum
4112024-03-29T19:26:43.799Z++ sha256sum
4122024-03-29T19:26:43.799Z++ awk '{print $1}'
4132024-03-29T19:26:43.803Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4142024-03-29T19:26:43.807Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4152024-03-29T19:26:43.807Z+ rm -rf ./out/console-assets
4162024-03-29T19:26:43.807Z+ mkdir -p ./out/console-assets
4172024-03-29T19:26:43.810Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-03-29T19:26:43.810Z+ mkdir -p ./out/console-assets
4192024-03-29T19:26:43.810Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-03-29T19:26:43.900Z+ set -o errexit
4212024-03-29T19:26:43.903Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-03-29T19:26:43.903Z++ cd ./tools
4232024-03-29T19:26:43.903Z++ pwd
4242024-03-29T19:26:43.906Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-03-29T19:26:43.906Z++ basename ./tools/ci_download_maghemite_openapi
4262024-03-29T19:26:43.906Z+ ARG0=ci_download_maghemite_openapi
4272024-03-29T19:26:43.906Z+ TARGET_DIR=out
4282024-03-29T19:26:43.906Z+ DOWNLOAD_DIR=out/downloads
4292024-03-29T19:26:43.906Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-03-29T19:26:43.907Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-03-29T19:26:43.907Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-03-29T19:26:43.907Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-03-29T19:26:43.907Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-03-29T19:26:43.907Z+ main
4352024-03-29T19:26:43.907Z+ rm -rf out/downloads/root
4362024-03-29T19:26:43.910Z+ [[ 0 != 0 ]]
4372024-03-29T19:26:43.910Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-03-29T19:26:43.910ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-03-29T19:26:43.910Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-03-29T19:26:43.910ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-03-29T19:26:43.910Z+ local DO_DOWNLOAD=true
4422024-03-29T19:26:43.910Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-03-29T19:26:43.910Z+ mkdir -p out/downloads
4442024-03-29T19:26:43.910Z+ '[' true == true ']'
4452024-03-29T19:26:43.910Z+ echo Downloading...
4462024-03-29T19:26:43.914ZDownloading...
4472024-03-29T19:26:43.914Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-29T19:26:43.914Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4492024-03-29T19:26:44.117Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-03-29T19:26:44.117Z++ case "$OSTYPE" in
4512024-03-29T19:26:44.117Z++ SHA=sha256sum
4522024-03-29T19:26:44.120Z++ sha256sum
4532024-03-29T19:26:44.120Z++ awk '{print $1}'
4542024-03-29T19:26:44.120Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-03-29T19:26:44.121Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4562024-03-29T19:26:44.121Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-03-29T19:26:44.121Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-03-29T19:26:44.121Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-03-29T19:26:44.121Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-03-29T19:26:44.121Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-03-29T19:26:44.121Z+ main
4622024-03-29T19:26:44.121Z+ rm -rf out/downloads/root
4632024-03-29T19:26:44.124Z+ [[ 0 != 0 ]]
4642024-03-29T19:26:44.124Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-03-29T19:26:44.124ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-03-29T19:26:44.124Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-03-29T19:26:44.124Z+ local DO_DOWNLOAD=true
4682024-03-29T19:26:44.124ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-03-29T19:26:44.124Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-03-29T19:26:44.124Z+ mkdir -p out/downloads
4712024-03-29T19:26:44.124Z+ '[' true == true ']'
4722024-03-29T19:26:44.124Z+ echo Downloading...
4732024-03-29T19:26:44.125ZDownloading...
4742024-03-29T19:26:44.125Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-29T19:26:44.125Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4762024-03-29T19:26:44.217Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-03-29T19:26:44.217Z++ case "$OSTYPE" in
4782024-03-29T19:26:44.217Z++ SHA=sha256sum
4792024-03-29T19:26:44.220Z++ sha256sum
4802024-03-29T19:26:44.220Z++ awk '{print $1}'
4812024-03-29T19:26:44.223Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-03-29T19:26:44.223Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4832024-03-29T19:26:44.229Z+ set -o errexit
4842024-03-29T19:26:44.232Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-03-29T19:26:44.238Z++ cd ./tools
4862024-03-29T19:26:44.238Z++ pwd
4872024-03-29T19:26:44.238Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-03-29T19:26:44.238Z++ basename ./tools/ci_download_dendrite_openapi
4892024-03-29T19:26:44.238Z+ ARG0=ci_download_dendrite_openapi
4902024-03-29T19:26:44.241Z+ TARGET_DIR=out
4912024-03-29T19:26:44.241Z+ DOWNLOAD_DIR=out/downloads
4922024-03-29T19:26:44.241Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-03-29T19:26:44.241Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4942024-03-29T19:26:44.241Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-03-29T19:26:44.241Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4962024-03-29T19:26:44.241Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4972024-03-29T19:26:44.241Z+ main
4982024-03-29T19:26:44.242Z+ [[ 0 != 0 ]]
4992024-03-29T19:26:44.242Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5002024-03-29T19:26:44.242ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5012024-03-29T19:26:44.242Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5022024-03-29T19:26:44.242Z+ local DO_DOWNLOAD=true
5032024-03-29T19:26:44.242ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5042024-03-29T19:26:44.242Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5052024-03-29T19:26:44.242Z+ mkdir -p out/downloads
5062024-03-29T19:26:44.242Z+ '[' true == true ']'
5072024-03-29T19:26:44.242Z+ echo Downloading...
5082024-03-29T19:26:44.242ZDownloading...
5092024-03-29T19:26:44.242Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5102024-03-29T19:26:44.242Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5112024-03-29T19:26:44.394Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5122024-03-29T19:26:44.394Z++ case "$OSTYPE" in
5132024-03-29T19:26:44.394Z++ SHA=sha256sum
5142024-03-29T19:26:44.397Z++ sha256sum
5152024-03-29T19:26:44.397Z++ awk '{print $1}'
5162024-03-29T19:26:44.400Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-03-29T19:26:44.400Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5182024-03-29T19:26:44.405Z+ set -o errexit
5192024-03-29T19:26:44.409Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-03-29T19:26:44.412Z++ cd ./tools
5212024-03-29T19:26:44.412Z++ pwd
5222024-03-29T19:26:44.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-03-29T19:26:44.412Z++ basename ./tools/ci_download_dendrite_stub
5242024-03-29T19:26:44.412Z+ ARG0=ci_download_dendrite_stub
5252024-03-29T19:26:44.412Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-03-29T19:26:44.415Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5272024-03-29T19:26:44.416Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5282024-03-29T19:26:44.416Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5292024-03-29T19:26:44.416Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-03-29T19:26:44.416Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5312024-03-29T19:26:44.416Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-03-29T19:26:44.416Z+ TARGET_DIR=out
5332024-03-29T19:26:44.416Z+ DOWNLOAD_DIR=out/downloads
5342024-03-29T19:26:44.416Z+ DEST_DIR=./out/dendrite-stub
5352024-03-29T19:26:44.416Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-03-29T19:26:44.416Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-03-29T19:26:44.416Z+ REPO=oxidecomputer/dendrite
5382024-03-29T19:26:44.416Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5392024-03-29T19:26:44.416Z+ main
5402024-03-29T19:26:44.416Z+ [[ 0 != 0 ]]
5412024-03-29T19:26:44.416Z+ CIDL_OS=solaris2.11
5422024-03-29T19:26:44.416Z+ [[ 0 != 0 ]]
5432024-03-29T19:26:44.416Z+ configure_os solaris2.11
5442024-03-29T19:26:44.416Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-03-29T19:26:44.416Zcurrent directory: /work/oxidecomputer/omicron
5462024-03-29T19:26:44.416Z+ echo 'configuring based on OS: "solaris2.11"'
5472024-03-29T19:26:44.417Z+ case "$1" in
5482024-03-29T19:26:44.417Zconfiguring based on OS: "solaris2.11"
5492024-03-29T19:26:44.417Z+ SET_BINARIES=
5502024-03-29T19:26:44.417Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5512024-03-29T19:26:44.417Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-03-29T19:26:44.417Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-03-29T19:26:44.417Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5542024-03-29T19:26:44.417Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-03-29T19:26:44.417Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5562024-03-29T19:26:44.417Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-03-29T19:26:44.417ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5582024-03-29T19:26:44.417ZLocal file: out/downloads/dendrite-stub.tar.gz
5592024-03-29T19:26:44.417Z+ mkdir -p out/downloads
5602024-03-29T19:26:44.417Z+ mkdir -p ./out/dendrite-stub
5612024-03-29T19:26:44.421Z+ fetch_and_verify
5622024-03-29T19:26:44.421Z+ local DO_DOWNLOAD=true
5632024-03-29T19:26:44.421Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-03-29T19:26:44.421Z+ '[' true == true ']'
5652024-03-29T19:26:44.421Z+ echo Downloading...
5662024-03-29T19:26:44.421ZDownloading...
5672024-03-29T19:26:44.421Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-03-29T19:26:44.421Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5692024-03-29T19:26:50.240Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-03-29T19:26:50.243Z++ sha256sum
5712024-03-29T19:26:50.243Z++ awk '{print $1}'
5722024-03-29T19:26:50.265Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5732024-03-29T19:26:50.268Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5742024-03-29T19:26:50.268Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-03-29T19:26:50.268Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-03-29T19:26:50.856Z+ do_assemble
5772024-03-29T19:26:50.856Z+ rm -r ./out/dendrite-stub
5782024-03-29T19:26:50.860Z+ mkdir ./out/dendrite-stub
5792024-03-29T19:26:50.863Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-03-29T19:26:50.951Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-03-29T19:26:50.961Z+ set -o errexit
5822024-03-29T19:26:50.964Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-03-29T19:26:50.968Z++ cd ./tools
5842024-03-29T19:26:50.968Z++ pwd
5852024-03-29T19:26:50.968Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-03-29T19:26:50.968Z++ basename ./tools/ci_download_maghemite_mgd
5872024-03-29T19:26:50.968Z+ ARG0=ci_download_maghemite_mgd
5882024-03-29T19:26:50.968Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-03-29T19:26:50.968Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5902024-03-29T19:26:50.968Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5912024-03-29T19:26:50.968Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-03-29T19:26:50.968Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5932024-03-29T19:26:50.968Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5942024-03-29T19:26:50.968Z+ TARGET_DIR=out
5952024-03-29T19:26:50.968Z+ DOWNLOAD_DIR=out/downloads
5962024-03-29T19:26:50.968Z+ DEST_DIR=./out/mgd
5972024-03-29T19:26:50.968Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-03-29T19:26:50.968Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-03-29T19:26:50.971Z+ REPO=oxidecomputer/maghemite
6002024-03-29T19:26:50.971Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6012024-03-29T19:26:50.972Z+ main
6022024-03-29T19:26:50.972Z+ rm -rf out/downloads/root
6032024-03-29T19:26:50.978Z+ [[ 0 != 0 ]]
6042024-03-29T19:26:50.978Z+ CIDL_OS=solaris2.11
6052024-03-29T19:26:50.981Z+ [[ 0 != 0 ]]
6062024-03-29T19:26:50.982Z+ configure_os solaris2.11
6072024-03-29T19:26:50.982Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-03-29T19:26:50.982Zcurrent directory: /work/oxidecomputer/omicron
6092024-03-29T19:26:50.982Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-03-29T19:26:50.982Z+ case "$1" in
6112024-03-29T19:26:50.982Zconfiguring based on OS: "solaris2.11"
6122024-03-29T19:26:50.982Z+ SET_BINARIES=
6132024-03-29T19:26:50.982Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-03-29T19:26:50.982Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-03-29T19:26:50.982Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-03-29T19:26:50.982Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-03-29T19:26:50.982Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6182024-03-29T19:26:50.982ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6192024-03-29T19:26:50.982Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6202024-03-29T19:26:50.982ZLocal file: out/downloads/mgd.tar.gz
6212024-03-29T19:26:50.982Z+ mkdir -p out/downloads
6222024-03-29T19:26:50.982Z+ mkdir -p ./out/mgd
6232024-03-29T19:26:50.982Z+ fetch_and_verify
6242024-03-29T19:26:50.983Z+ local DO_DOWNLOAD=true
6252024-03-29T19:26:50.983Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-03-29T19:26:50.983Z+ '[' true == true ']'
6272024-03-29T19:26:50.983Z+ echo Downloading...
6282024-03-29T19:26:50.983ZDownloading...
6292024-03-29T19:26:50.983Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-03-29T19:26:50.983Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-03-29T19:26:54.920Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-03-29T19:26:54.923Z++ sha256sum
6332024-03-29T19:26:54.923Z++ awk '{print $1}'
6342024-03-29T19:26:54.946Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6352024-03-29T19:26:54.946Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6362024-03-29T19:26:54.949Z+ do_untar out/downloads/mgd.tar.gz
6372024-03-29T19:26:54.949Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-03-29T19:26:55.538Z+ do_assemble
6392024-03-29T19:26:55.538Z+ rm -r ./out/mgd
6402024-03-29T19:26:55.544Z+ mkdir ./out/mgd
6412024-03-29T19:26:55.548Z+ cp -r out/downloads/root ./out/mgd/root
6422024-03-29T19:26:55.629Z+ set -o errexit
6432024-03-29T19:26:55.632Z+++ dirname ./tools/ci_download_transceiver_control
6442024-03-29T19:26:55.635Z++ cd ./tools
6452024-03-29T19:26:55.635Z++ pwd
6462024-03-29T19:26:55.635Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-03-29T19:26:55.635Z++ basename ./tools/ci_download_transceiver_control
6482024-03-29T19:26:55.638Z+ ARG0=ci_download_transceiver_control
6492024-03-29T19:26:55.638Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-03-29T19:26:55.638Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-03-29T19:26:55.638Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-03-29T19:26:55.638Z+ TARGET_DIR=out
6532024-03-29T19:26:55.638Z+ DOWNLOAD_DIR=out/downloads
6542024-03-29T19:26:55.638Z+ DEST_DIR=./out/transceiver-control
6552024-03-29T19:26:55.638Z+ BIN_DIR=/opt/oxide/bin
6562024-03-29T19:26:55.639Z+ BINARY=xcvradm
6572024-03-29T19:26:55.639Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-03-29T19:26:55.639Z+ REPO=oxidecomputer/transceiver-control
6592024-03-29T19:26:55.639Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-03-29T19:26:55.639Z+ main
6612024-03-29T19:26:55.639Z+ [[ 0 != 0 ]]
6622024-03-29T19:26:55.639Z+ CIDL_OS=solaris2.11
6632024-03-29T19:26:55.639Z+ [[ 0 != 0 ]]
6642024-03-29T19:26:55.639Z+ configure_os solaris2.11
6652024-03-29T19:26:55.639Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-03-29T19:26:55.639Zcurrent directory: /work/oxidecomputer/omicron
6672024-03-29T19:26:55.639Z+ echo 'configuring based on OS: "solaris2.11"'
6682024-03-29T19:26:55.639Z+ case "$1" in
6692024-03-29T19:26:55.639Zconfiguring based on OS: "solaris2.11"
6702024-03-29T19:26:55.639Z+ SET_BINARIES=
6712024-03-29T19:26:55.639Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-03-29T19:26:55.639Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-03-29T19:26:55.639Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-03-29T19:26:55.639Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-03-29T19:26:55.639Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-03-29T19:26:55.639Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-03-29T19:26:55.640Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-29T19:26:55.640ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-03-29T19:26:55.640ZLocal file: out/downloads/xcvradm.gz
6802024-03-29T19:26:55.640Z+ mkdir -p out/downloads
6812024-03-29T19:26:55.640Z+ mkdir -p ./out/transceiver-control
6822024-03-29T19:26:55.643Z+ fetch_and_verify
6832024-03-29T19:26:55.643Z+ local DO_DOWNLOAD=true
6842024-03-29T19:26:55.643Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-03-29T19:26:55.643Z+ '[' true == true ']'
6862024-03-29T19:26:55.643Z+ echo Downloading...
6872024-03-29T19:26:55.644ZDownloading...
6882024-03-29T19:26:55.644Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-03-29T19:26:55.644Z+ 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
6902024-03-29T19:26:57.915Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-03-29T19:26:57.918Z++ sha256sum
6922024-03-29T19:26:57.918Z++ awk '{print $1}'
6932024-03-29T19:26:57.924Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-03-29T19:26:57.927Z+ [[ 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 ]]
6952024-03-29T19:26:57.927Z+ do_unpack out/downloads/xcvradm.gz
6962024-03-29T19:26:57.927Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-03-29T19:26:57.927Z+ gzip -dc out/downloads/xcvradm.gz
6982024-03-29T19:26:58.043Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-03-29T19:26:58.046Z+ do_assemble
7002024-03-29T19:26:58.046Z+ rm -r ./out/transceiver-control
7012024-03-29T19:26:58.049Z+ mkdir ./out/transceiver-control
7022024-03-29T19:26:58.049Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-03-29T19:26:58.142Z+ set -o errexit
7042024-03-29T19:26:58.150Z+++ dirname ./tools/ci_download_thundermuffin
7052024-03-29T19:26:58.150Z++ cd ./tools
7062024-03-29T19:26:58.150Z++ pwd
7072024-03-29T19:26:58.154Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-03-29T19:26:58.154Z++ basename ./tools/ci_download_thundermuffin
7092024-03-29T19:26:58.154Z+ ARG0=ci_download_thundermuffin
7102024-03-29T19:26:58.154Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-03-29T19:26:58.154Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-03-29T19:26:58.154Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-03-29T19:26:58.154Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-03-29T19:26:58.154Z+ TARGET_DIR=out
7152024-03-29T19:26:58.154Z+ DOWNLOAD_DIR=out/downloads
7162024-03-29T19:26:58.154Z+ DEST_DIR=./out/thundermuffin
7172024-03-29T19:26:58.154Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-03-29T19:26:58.154Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-03-29T19:26:58.154Z+ REPO=oxidecomputer/thundermuffin
7202024-03-29T19:26:58.154Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-03-29T19:26:58.154Z+ main
7222024-03-29T19:26:58.154Z+ rm -rf out/downloads/root
7232024-03-29T19:26:58.158Z+ [[ 0 != 0 ]]
7242024-03-29T19:26:58.158Z+ CIDL_OS=solaris2.11
7252024-03-29T19:26:58.158Z+ [[ 0 != 0 ]]
7262024-03-29T19:26:58.158Z+ configure_os solaris2.11
7272024-03-29T19:26:58.158Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-03-29T19:26:58.158Zcurrent directory: /work/oxidecomputer/omicron
7292024-03-29T19:26:58.158Z+ echo 'configuring based on OS: "solaris2.11"'
7302024-03-29T19:26:58.158Z+ case "$1" in
7312024-03-29T19:26:58.158Zconfiguring based on OS: "solaris2.11"
7322024-03-29T19:26:58.158Z+ SET_BINARIES=
7332024-03-29T19:26:58.158Z+ CIDL_SHA256FUNC=do_sha256sum
7342024-03-29T19:26:58.158Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7352024-03-29T19:26:58.158Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-03-29T19:26:58.158Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-03-29T19:26:58.158Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-03-29T19:26:58.158ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7392024-03-29T19:26:58.159ZLocal file: out/downloads/thundermuffin.tar.gz
7402024-03-29T19:26:58.159Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7412024-03-29T19:26:58.159Z+ mkdir -p out/downloads
7422024-03-29T19:26:58.162Z+ mkdir -p ./out/thundermuffin
7432024-03-29T19:26:58.162Z+ fetch_and_verify
7442024-03-29T19:26:58.162Z+ local DO_DOWNLOAD=true
7452024-03-29T19:26:58.162Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-03-29T19:26:58.162Z+ '[' true == true ']'
7472024-03-29T19:26:58.162Z+ echo Downloading...
7482024-03-29T19:26:58.162ZDownloading...
7492024-03-29T19:26:58.162Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-03-29T19:26:58.162Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7512024-03-29T19:26:58.793Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-03-29T19:26:58.796Z++ sha256sum
7532024-03-29T19:26:58.796Z++ awk '{print $1}'
7542024-03-29T19:26:58.800Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-03-29T19:26:58.803Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7562024-03-29T19:26:58.803Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-03-29T19:26:58.803Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-03-29T19:26:58.866Z+ do_assemble
7592024-03-29T19:26:58.866Z+ rm -r ./out/thundermuffin
7602024-03-29T19:26:58.869Z+ mkdir ./out/thundermuffin
7612024-03-29T19:26:58.872Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-03-29T19:26:58.881ZAll prerequisites installed successfully
7632024-03-29T19:26:58.884Z
7642024-03-29T19:26:58.884Zreal 1:44.125180034
7652024-03-29T19:26:58.884Zuser 36.701786219
7662024-03-29T19:26:58.884Zsys 6.632992031
7672024-03-29T19:26:58.884Ztrap 0.008945068
7682024-03-29T19:26:58.884Ztflt 0.281999899
7692024-03-29T19:26:58.884Zdflt 0.962665599
7702024-03-29T19:26:58.884Zkflt 0.216476946
7712024-03-29T19:26:58.884Zlock 0.914000603
7722024-03-29T19:26:58.884Zslp 3:18.243358794
7732024-03-29T19:26:58.885Zlat 2.025407278
7742024-03-29T19:26:58.885Zstop 0.139976023
7752024-03-29T19:26:58.885Z+ ptime -m ./tools/ci_download_softnpu_machinery
7762024-03-29T19:26:58.893Zfetching npuzone
7772024-03-29T19:26:58.900ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7782024-03-29T19:26:58.900Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7792024-03-29T19:26:58.900ZGetting hash for npuzone
7802024-03-29T19:26:58.992Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7812024-03-29T19:27:08.322Znpuzone downloaded successfully
7822024-03-29T19:27:08.325Z
7832024-03-29T19:27:08.325Zreal 9.439860978
7842024-03-29T19:27:08.325Zuser 0.354784983
7852024-03-29T19:27:08.326Zsys 0.133778815
7862024-03-29T19:27:08.326Ztrap 0.000104176
7872024-03-29T19:27:08.326Ztflt 0.000000000
7882024-03-29T19:27:08.326Zdflt 0.000004139
7892024-03-29T19:27:08.326Zkflt 0.000000000
7902024-03-29T19:27:08.326Zlock 0.000000000
7912024-03-29T19:27:08.326Zslp 27.701601317
7922024-03-29T19:27:08.326Zlat 0.097656040
7932024-03-29T19:27:08.326Zstop 0.000181546
7942024-03-29T19:27:08.329Z+ export CARGO_INCREMENTAL=0
7952024-03-29T19:27:08.330Z+ CARGO_INCREMENTAL=0
7962024-03-29T19:27:08.330Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7972024-03-29T19:27:08.534Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7982024-03-29T19:27:09.575Z Updating git repository `https://github.com/oxidecomputer/samael`
7992024-03-29T19:27:10.540Z Updating git repository `https://github.com/oxidecomputer/zone`
8002024-03-29T19:27:11.367Z Updating crates.io index
8012024-03-29T19:27:11.417Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8022024-03-29T19:27:13.469Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8032024-03-29T19:27:15.099Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8042024-03-29T19:27:19.470Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-03-29T19:27:20.232Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8062024-03-29T19:27:21.002Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072024-03-29T19:27:23.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
8082024-03-29T19:27:28.729Z Updating git repository `https://github.com/oxidecomputer/opte`
8092024-03-29T19:27:31.227Z Updating git repository `https://github.com/oxidecomputer/falcon`
8102024-03-29T19:27:35.409Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8112024-03-29T19:27:36.232Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8122024-03-29T19:27:37.512Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8132024-03-29T19:27:38.459Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8142024-03-29T19:27:39.186Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8152024-03-29T19:27:40.269Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8162024-03-29T19:27:40.979Z Updating git repository `http://github.com/oxidecomputer/tofino`
8172024-03-29T19:27:41.860Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8182024-03-29T19:27:42.566Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8192024-03-29T19:27:43.234Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8202024-03-29T19:27:44.127Z Updating git repository `https://github.com/oxidecomputer/ispf`
8212024-03-29T19:27:44.967Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222024-03-29T19:27:45.730Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8232024-03-29T19:27:46.808Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8242024-03-29T19:27:47.718Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8252024-03-29T19:27:48.759Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8262024-03-29T19:27:49.466Z Updating git repository `https://github.com/jgallagher/nix`
8272024-03-29T19:27:53.194Z Updating git repository `https://github.com/cbiffle/hubpack`
8282024-03-29T19:27:54.163Z Updating git repository `https://github.com/oxidecomputer/typify`
8292024-03-29T19:27:57.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302024-03-29T19:27:58.248Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8312024-03-29T19:27:59.048Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322024-03-29T19:27:59.919Z Updating git repository `https://github.com/oxidecomputer/rfb`
8332024-03-29T19:28:02.142Z Downloading crates ...
8342024-03-29T19:28:02.228Z Downloaded adler v1.0.2
8352024-03-29T19:28:02.236Z Downloaded addr2line v0.21.0
8362024-03-29T19:28:02.241Z Downloaded base64ct v1.6.0
8372024-03-29T19:28:02.241Z Downloaded atomic-waker v1.1.1
8382024-03-29T19:28:02.242Z Downloaded async-stream v0.3.5
8392024-03-29T19:28:02.242Z Downloaded bitstruct_derive v0.1.0
8402024-03-29T19:28:02.242Z Downloaded anstream v0.6.11
8412024-03-29T19:28:02.250Z Downloaded bb8 v0.8.3
8422024-03-29T19:28:02.250Z Downloaded assert_matches v1.5.0
8432024-03-29T19:28:02.250Z Downloaded anstyle v1.0.6
8442024-03-29T19:28:02.256Z Downloaded ansi_term v0.12.1
8452024-03-29T19:28:02.256Z Downloaded ahash v0.8.8
8462024-03-29T19:28:02.256Z Downloaded heck v0.3.3
8472024-03-29T19:28:02.256Z Downloaded heck v0.4.1
8482024-03-29T19:28:02.264Z Downloaded hash32 v0.3.1
8492024-03-29T19:28:02.264Z Downloaded bytecount v0.6.3
8502024-03-29T19:28:02.265Z Downloaded backoff v0.4.0
8512024-03-29T19:28:02.265Z Downloaded argon2 v0.5.3
8522024-03-29T19:28:02.270Z Downloaded headers-core v0.2.0
8532024-03-29T19:28:02.270Z Downloaded http-range v0.1.5
8542024-03-29T19:28:02.277Z Downloaded atomicwrites v0.4.3
8552024-03-29T19:28:02.277Z Downloaded hash32 v0.2.1
8562024-03-29T19:28:02.278Z Downloaded highway v1.1.0
8572024-03-29T19:28:02.693Z Downloaded hex v0.4.3
8582024-03-29T19:28:02.693Z Downloaded heapless v0.7.16
8592024-03-29T19:28:02.693Z Downloaded instant v0.1.12
8602024-03-29T19:28:02.702Z Downloaded httpdate v1.0.3
8612024-03-29T19:28:02.703Z Downloaded is_ci v1.2.0
8622024-03-29T19:28:02.703Z Downloaded crossbeam-epoch v0.9.18
8632024-03-29T19:28:02.703Z Downloaded array-init v0.0.4
8642024-03-29T19:28:02.703Z Downloaded http-body v0.4.5
8652024-03-29T19:28:02.703Z Downloaded indoc v1.0.9
8662024-03-29T19:28:02.703Z Downloaded hmac v0.12.1
8672024-03-29T19:28:02.703Z Downloaded hostname v0.3.1
8682024-03-29T19:28:02.703Z Downloaded home v0.5.5
8692024-03-29T19:28:02.704Z Downloaded itoa v1.0.9
8702024-03-29T19:28:02.704Z Downloaded indoc v2.0.3
8712024-03-29T19:28:02.704Z Downloaded byteorder v1.5.0
8722024-03-29T19:28:02.704Z Downloaded ipnet v2.9.0
8732024-03-29T19:28:02.704Z Downloaded impl-trait-for-tuples v0.2.2
8742024-03-29T19:28:02.704Z Downloaded colorchoice v1.0.0
8752024-03-29T19:28:02.704Z Downloaded atty v0.2.14
8762024-03-29T19:28:02.705Z Downloaded humantime v2.1.0
8772024-03-29T19:28:02.705Z Downloaded newline-converter v0.3.0
8782024-03-29T19:28:02.705Z Downloaded heapless v0.8.0
8792024-03-29T19:28:02.705Z Downloaded ident_case v1.0.1
8802024-03-29T19:28:02.705Z Downloaded ciborium-io v0.2.2
8812024-03-29T19:28:02.705Z Downloaded hashbrown v0.13.2
8822024-03-29T19:28:02.705Z Downloaded normalize-line-endings v0.3.0
8832024-03-29T19:28:02.705Z Downloaded newtype_derive v0.1.6
8842024-03-29T19:28:02.706Z Downloaded lazycell v1.3.0
8852024-03-29T19:28:02.706Z Downloaded ipnetwork v0.20.0
8862024-03-29T19:28:02.706Z Downloaded new_debug_unreachable v1.0.4
8872024-03-29T19:28:02.706Z Downloaded matches v0.1.10
8882024-03-29T19:28:02.706Z Downloaded rpassword v7.3.1
8892024-03-29T19:28:02.706Z Downloaded inout v0.1.3
8902024-03-29T19:28:02.706Z Downloaded hyper-tls v0.5.0
8912024-03-29T19:28:02.706Z Downloaded bitstruct v0.1.1
8922024-03-29T19:28:02.706Z Downloaded iana-time-zone v0.1.57
8932024-03-29T19:28:02.707Z Downloaded cipher v0.4.4
8942024-03-29T19:28:02.707Z Downloaded macaddr v1.0.1
8952024-03-29T19:28:02.707Z Downloaded match_cfg v0.1.0
8962024-03-29T19:28:02.707Z Downloaded libefi-sys v0.1.0
8972024-03-29T19:28:02.707Z Downloaded lazy_static v1.4.0
8982024-03-29T19:28:02.707Z Downloaded lalrpop-util v0.19.12
8992024-03-29T19:28:02.707Z Downloaded buf-list v1.0.3
9002024-03-29T19:28:02.707Z Downloaded swrite v0.1.0
9012024-03-29T19:28:02.707Z Downloaded kstat-rs v0.2.3
9022024-03-29T19:28:02.708Z Downloaded keccak v0.1.4
9032024-03-29T19:28:02.708Z Downloaded hubpack v0.1.2
9042024-03-29T19:28:02.708Z Downloaded mime v0.3.17
9052024-03-29T19:28:02.708Z Downloaded nibble_vec v0.1.0
9062024-03-29T19:28:02.708Z Downloaded bitflags v1.3.2
9072024-03-29T19:28:02.708Z Downloaded bitfield v0.14.0
9082024-03-29T19:28:02.708Z Downloaded nanorand v0.7.0
9092024-03-29T19:28:02.708Z Downloaded memoffset v0.7.1
9102024-03-29T19:28:02.709Z Downloaded convert_case v0.4.0
9112024-03-29T19:28:02.709Z Downloaded nodrop v0.1.14
9122024-03-29T19:28:02.709Z Downloaded mockall v0.12.0
9132024-03-29T19:28:02.709Z Downloaded cexpr v0.6.0
9142024-03-29T19:28:02.709Z Downloaded multimap v0.10.0
9152024-03-29T19:28:02.709Z Downloaded corncobs v0.1.3
9162024-03-29T19:28:02.709Z Downloaded slog-json v2.6.1
9172024-03-29T19:28:02.710Z Downloaded sha1 v0.10.6
9182024-03-29T19:28:02.710Z Downloaded strum v0.26.1
9192024-03-29T19:28:02.710Z Downloaded strum v0.25.0
9202024-03-29T19:28:02.710Z Downloaded waitgroup v0.1.2
9212024-03-29T19:28:02.710Z Downloaded clap_lex v0.7.0
9222024-03-29T19:28:02.710Z Downloaded curve25519-dalek-derive v0.1.0
9232024-03-29T19:28:02.710Z Downloaded subtle v2.5.0
9242024-03-29T19:28:02.711Z Downloaded supports-color v3.0.0
9252024-03-29T19:28:02.711Z Downloaded semver-parser v0.10.2
9262024-03-29T19:28:02.711Z Downloaded usdt-attr-macro v0.5.0
9272024-03-29T19:28:02.711Z Downloaded usdt-attr-macro v0.3.5
9282024-03-29T19:28:02.711Z Downloaded signal-hook-mio v0.2.3
9292024-03-29T19:28:02.711Z Downloaded multer v3.0.0
9302024-03-29T19:28:02.711Z Downloaded zone_cfg_derive v0.1.2
9312024-03-29T19:28:02.712Z Downloaded allocator-api2 v0.2.16
9322024-03-29T19:28:02.712Z Downloaded diesel_table_macro_syntax v0.1.0
9332024-03-29T19:28:02.712Z Downloaded unicase v2.7.0
9342024-03-29T19:28:02.712Z Downloaded arc-swap v1.6.0
9352024-03-29T19:28:02.712Z Downloaded darling_macro v0.20.3
9362024-03-29T19:28:02.712Z Downloaded serde_path_to_error v0.1.16
9372024-03-29T19:28:02.712Z Downloaded derive_builder_macro v0.12.0
9382024-03-29T19:28:02.713Z Downloaded base64 v0.13.1
9392024-03-29T19:28:02.713Z Downloaded spki v0.7.2
9402024-03-29T19:28:02.713Z Downloaded colored v2.1.0
9412024-03-29T19:28:02.713Z Downloaded unarray v0.1.4
9422024-03-29T19:28:02.713Z Downloaded walkdir v2.4.0
9432024-03-29T19:28:02.713Z Downloaded ciborium v0.2.2
9442024-03-29T19:28:02.713Z Downloaded chacha20 v0.9.1
9452024-03-29T19:28:02.714Z Downloaded precomputed-hash v0.1.1
9462024-03-29T19:28:02.714Z Downloaded data-encoding v2.4.0
9472024-03-29T19:28:02.714Z Downloaded tokio-rustls v0.25.0
9482024-03-29T19:28:02.714Z Downloaded peeking_take_while v0.1.2
9492024-03-29T19:28:02.714Z Downloaded number_prefix v0.4.0
9502024-03-29T19:28:02.714Z Downloaded tracing-attributes v0.1.27
9512024-03-29T19:28:02.715Z Downloaded crc32fast v1.3.2
9522024-03-29T19:28:02.715Z Downloaded cpufeatures v0.2.12
9532024-03-29T19:28:02.715Z Downloaded signal-hook-tokio v0.3.1
9542024-03-29T19:28:02.715Z Downloaded camino v1.1.6
9552024-03-29T19:28:02.715Z Downloaded rustls-pemfile v2.1.1
9562024-03-29T19:28:02.715Z Downloaded termtree v0.4.1
9572024-03-29T19:28:02.715Z Downloaded futures-task v0.3.30
9582024-03-29T19:28:02.716Z Downloaded fnv v1.0.7
9592024-03-29T19:28:02.716Z Downloaded digest v0.10.7
9602024-03-29T19:28:02.739Z Downloaded difflib v0.4.0
9612024-03-29T19:28:02.739Z Downloaded rustls-pki-types v1.3.0
9622024-03-29T19:28:02.739Z Downloaded try-lock v0.2.4
9632024-03-29T19:28:02.739Z Downloaded usdt-impl v0.3.5
9642024-03-29T19:28:02.739Z Downloaded ucd-trie v0.1.6
9652024-03-29T19:28:02.740Z Downloaded bitflags v2.4.2
9662024-03-29T19:28:02.740Z Downloaded olpc-cjson v0.1.3
9672024-03-29T19:28:02.740Z Downloaded smallvec v1.13.1
9682024-03-29T19:28:02.740Z Downloaded sqlparser_derive v0.2.2
9692024-03-29T19:28:02.740Z Downloaded vsss-rs v3.3.4
9702024-03-29T19:28:02.740Z Downloaded pem-rfc7468 v0.7.0
9712024-03-29T19:28:02.740Z Downloaded indicatif v0.17.8
9722024-03-29T19:28:02.740Z Downloaded funty v2.0.0
9732024-03-29T19:28:02.740Z Downloaded snafu-derive v0.7.5
9742024-03-29T19:28:02.740Z Downloaded const-oid v0.9.6
9752024-03-29T19:28:02.741Z Downloaded radium v0.7.0
9762024-03-29T19:28:02.741Z Downloaded r2d2 v0.8.10
9772024-03-29T19:28:02.741Z Downloaded usdt-macro v0.3.5
9782024-03-29T19:28:02.741Z Downloaded strum_macros v0.24.3
9792024-03-29T19:28:02.741Z Downloaded endian-type v0.1.2
9802024-03-29T19:28:02.741Z Downloaded rustc_version v0.4.0
9812024-03-29T19:28:02.741Z Downloaded crc-any v2.4.3
9822024-03-29T19:28:02.741Z Downloaded cookie v0.18.0
9832024-03-29T19:28:02.741Z Downloaded oso-derive v0.27.0
9842024-03-29T19:28:02.742Z Downloaded slog-stdlog v4.1.1
9852024-03-29T19:28:02.742Z Downloaded strsim v0.8.0
9862024-03-29T19:28:02.742Z Downloaded slog-scope v4.4.0
9872024-03-29T19:28:02.742Z Downloaded slog-async v2.8.0
9882024-03-29T19:28:02.742Z Downloaded terminal_size v0.3.0
9892024-03-29T19:28:02.742Z Downloaded async-trait v0.1.77
9902024-03-29T19:28:02.742Z Downloaded powerfmt v0.2.0
9912024-03-29T19:28:02.742Z Downloaded tui-tree-widget v0.17.0
9922024-03-29T19:28:02.742Z Downloaded serde_plain v1.0.2
9932024-03-29T19:28:02.742Z Downloaded rustc_version v0.1.7
9942024-03-29T19:28:02.742Z Downloaded rustc-hash v1.1.0
9952024-03-29T19:28:02.742Z Downloaded omicron-zone-package v0.11.0
9962024-03-29T19:28:02.743Z Downloaded pretty-hex v0.4.1
9972024-03-29T19:28:02.743Z Downloaded base64 v0.21.7
9982024-03-29T19:28:02.743Z Downloaded pretty-hex v0.2.1
9992024-03-29T19:28:02.743Z Downloaded phf_shared v0.10.0
10002024-03-29T19:28:02.743Z Downloaded openssl-probe v0.1.5
10012024-03-29T19:28:02.743Z Downloaded serde-big-array v0.4.1
10022024-03-29T19:28:02.743Z Downloaded zeroize_derive v1.4.2
10032024-03-29T19:28:02.743Z Downloaded futures-io v0.3.30
10042024-03-29T19:28:02.744Z Downloaded tracing-core v0.1.32
10052024-03-29T19:28:02.744Z Downloaded tokio-native-tls v0.3.1
10062024-03-29T19:28:02.744Z Downloaded untrusted v0.7.1
10072024-03-29T19:28:02.744Z Downloaded fd-lock v4.0.2
10082024-03-29T19:28:02.744Z Downloaded derive_builder_core v0.12.0
10092024-03-29T19:28:02.744Z Downloaded fd-lock v3.0.13
10102024-03-29T19:28:02.744Z Downloaded slog-envlogger v2.2.0
10112024-03-29T19:28:02.744Z Downloaded zeroize v1.7.0
10122024-03-29T19:28:02.744Z Downloaded usdt-macro v0.5.0
10132024-03-29T19:28:02.745Z Downloaded usdt-impl v0.5.0
10142024-03-29T19:28:02.745Z Downloaded term v0.7.0
10152024-03-29T19:28:02.745Z Downloaded tower-service v0.3.2
10162024-03-29T19:28:02.745Z Downloaded getrandom v0.2.12
10172024-03-29T19:28:02.745Z Downloaded proc-macro-crate v1.3.1
10182024-03-29T19:28:02.745Z Downloaded futures-executor v0.3.30
10192024-03-29T19:28:02.745Z Downloaded futures-core v0.3.30
10202024-03-29T19:28:02.746Z Downloaded rustc-demangle v0.1.23
10212024-03-29T19:28:02.746Z Downloaded scroll v0.12.0
10222024-03-29T19:28:02.746Z Downloaded schemars_derive v0.8.16
10232024-03-29T19:28:02.746Z Downloaded num-iter v0.1.44
10242024-03-29T19:28:02.747Z Downloaded base64 v0.22.0
10252024-03-29T19:28:02.747Z Downloaded parse-display v0.9.0
10262024-03-29T19:28:02.747Z Downloaded phf v0.11.2
10272024-03-29T19:28:02.747Z Downloaded foreign-types-shared v0.3.1
10282024-03-29T19:28:02.747Z Downloaded thread_local v1.1.7
10292024-03-29T19:28:02.748Z Downloaded thiserror-no-std v2.0.2
10302024-03-29T19:28:02.748Z Downloaded thiserror-impl-no-std v2.0.2
10312024-03-29T19:28:02.748Z Downloaded predicates-core v1.0.6
10322024-03-29T19:28:02.748Z Downloaded tokio-stream v0.1.14
10332024-03-29T19:28:02.748Z Downloaded untrusted v0.9.0
10342024-03-29T19:28:02.748Z Downloaded usdt v0.3.5
10352024-03-29T19:28:02.748Z Downloaded owo-colors v4.0.0
10362024-03-29T19:28:02.748Z Downloaded csv-core v0.1.11
10372024-03-29T19:28:02.749Z Downloaded derive_more v0.99.17
10382024-03-29T19:28:02.749Z Downloaded toml v0.5.11
10392024-03-29T19:28:02.749Z Downloaded num-conv v0.1.0
10402024-03-29T19:28:02.749Z Downloaded downcast v0.11.0
10412024-03-29T19:28:02.749Z Downloaded topological-sort v0.2.2
10422024-03-29T19:28:02.749Z Downloaded dtrace-parser v0.1.14
10432024-03-29T19:28:02.749Z Downloaded dyn-clone v1.0.17
10442024-03-29T19:28:02.749Z Downloaded toolchain_find v0.2.0
10452024-03-29T19:28:02.749Z Downloaded embedded-io v0.4.0
10462024-03-29T19:28:02.749Z Downloaded ed25519 v1.5.3
10472024-03-29T19:28:02.750Z Downloaded wyz v0.5.1
10482024-03-29T19:28:02.750Z Downloaded string_cache v0.8.7
10492024-03-29T19:28:02.750Z Downloaded uuid v0.8.2
10502024-03-29T19:28:02.750Z Downloaded psl-types v2.0.11
10512024-03-29T19:28:02.750Z Downloaded derive-where v1.2.7
10522024-03-29T19:28:02.750Z Downloaded crypto-common v0.1.6
10532024-03-29T19:28:02.750Z Downloaded fatfs v0.3.6
10542024-03-29T19:28:02.750Z Downloaded group v0.13.0
10552024-03-29T19:28:02.751Z Downloaded gethostname v0.4.3
10562024-03-29T19:28:02.751Z Downloaded stability v0.1.1
10572024-03-29T19:28:02.751Z Downloaded serde_arrays v0.1.0
10582024-03-29T19:28:02.751Z Downloaded oso v0.27.0
10592024-03-29T19:28:02.751Z Downloaded path-slash v0.1.5
10602024-03-29T19:28:02.769Z Downloaded sqlformat v0.2.3
10612024-03-29T19:28:02.769Z Downloaded slog-term v2.9.0
10622024-03-29T19:28:02.769Z Downloaded tiny-keccak v2.0.2
10632024-03-29T19:28:02.770Z Downloaded serde_with_macros v3.6.1
10642024-03-29T19:28:02.770Z Downloaded universal-hash v0.5.1
10652024-03-29T19:28:02.770Z Downloaded unicode-xid v0.2.4
10662024-03-29T19:28:02.770Z Downloaded either v1.10.0
10672024-03-29T19:28:02.770Z Downloaded take_mut v0.2.2
10682024-03-29T19:28:02.770Z Downloaded ena v0.14.2
10692024-03-29T19:28:02.770Z Downloaded crossbeam-channel v0.5.8
10702024-03-29T19:28:02.770Z Downloaded pkg-config v0.3.27
10712024-03-29T19:28:02.770Z Downloaded spin v0.5.2
10722024-03-29T19:28:02.770Z Downloaded smallvec v0.6.14
10732024-03-29T19:28:02.771Z Downloaded similar v2.4.0
10742024-03-29T19:28:02.771Z Downloaded equivalent v1.0.1
10752024-03-29T19:28:02.771Z Downloaded serde_derive_internals v0.26.0
10762024-03-29T19:28:02.771Z Downloaded sec1 v0.7.3
10772024-03-29T19:28:02.771Z Downloaded ref-cast v1.0.20
10782024-03-29T19:28:02.771Z Downloaded unicode-width v0.1.11
10792024-03-29T19:28:02.771Z Downloaded sync_wrapper v0.1.2
10802024-03-29T19:28:02.771Z Downloaded nom v7.1.3
10812024-03-29T19:28:02.771Z Downloaded darling_macro v0.14.4
10822024-03-29T19:28:02.771Z Downloaded num_enum v0.5.11
10832024-03-29T19:28:02.772Z Downloaded parse-size v1.0.0
10842024-03-29T19:28:02.772Z Downloaded unicode-linebreak v0.1.5
10852024-03-29T19:28:02.772Z Downloaded pin-utils v0.1.0
10862024-03-29T19:28:02.772Z Downloaded time-macros v0.2.17
10872024-03-29T19:28:02.772Z Downloaded parking_lot v0.11.2
10882024-03-29T19:28:02.772Z Downloaded glob v0.3.1
10892024-03-29T19:28:02.772Z Downloaded errno v0.3.8
10902024-03-29T19:28:02.772Z Downloaded prettyplease v0.2.16
10912024-03-29T19:28:02.772Z Downloaded globset v0.4.13
10922024-03-29T19:28:02.772Z Downloaded fallible-iterator v0.2.0
10932024-03-29T19:28:02.772Z Downloaded secrecy v0.8.0
10942024-03-29T19:28:02.773Z Downloaded want v0.3.1
10952024-03-29T19:28:02.773Z Downloaded version_check v0.9.4
10962024-03-29T19:28:02.773Z Downloaded openssl-macros v0.1.1
10972024-03-29T19:28:02.773Z Downloaded resolv-conf v0.7.0
10982024-03-29T19:28:02.773Z Downloaded shell-words v1.1.0
10992024-03-29T19:28:02.773Z Downloaded shlex v1.3.0
11002024-03-29T19:28:02.773Z Downloaded libm v0.2.7
11012024-03-29T19:28:02.780Z Downloaded defmt v0.3.5
11022024-03-29T19:28:02.780Z Downloaded scroll_derive v0.12.0
11032024-03-29T19:28:02.780Z Downloaded erased-serde v0.3.31
11042024-03-29T19:28:02.780Z Downloaded xattr v1.0.1
11052024-03-29T19:28:02.780Z Downloaded futures-macro v0.3.30
11062024-03-29T19:28:02.780Z Downloaded flagset v0.4.3
11072024-03-29T19:28:02.780Z Downloaded fixedbitset v0.4.2
11082024-03-29T19:28:02.780Z Downloaded tinyvec v1.6.0
11092024-03-29T19:28:02.787Z Downloaded opaque-debug v0.3.0
11102024-03-29T19:28:02.788Z Downloaded foreign-types-shared v0.1.1
11112024-03-29T19:28:02.788Z Downloaded fastrand v2.0.1
11122024-03-29T19:28:02.788Z Downloaded der_derive v0.7.2
11132024-03-29T19:28:02.798Z Downloaded rand_seeder v0.2.3
11142024-03-29T19:28:02.799Z Downloaded quick-error v1.2.3
11152024-03-29T19:28:02.799Z Downloaded pkcs1 v0.7.5
11162024-03-29T19:28:02.799Z Downloaded structmeta v0.3.0
11172024-03-29T19:28:02.799Z Downloaded vec_map v0.8.2
11182024-03-29T19:28:02.799Z Downloaded rsa v0.9.2
11192024-03-29T19:28:02.808Z Downloaded ref-cast-impl v1.0.20
11202024-03-29T19:28:02.808Z Downloaded rcgen v0.12.1
11212024-03-29T19:28:02.808Z Downloaded tracing v0.1.40
11222024-03-29T19:28:02.817Z Downloaded num_enum_derive v0.5.11
11232024-03-29T19:28:02.817Z Downloaded zip v0.6.6
11242024-03-29T19:28:02.818Z Downloaded semver v0.1.20
11252024-03-29T19:28:02.818Z Downloaded num-bigint v0.4.4
11262024-03-29T19:28:02.825Z Downloaded crunchy v0.2.2
11272024-03-29T19:28:02.825Z Downloaded semver v0.11.0
11282024-03-29T19:28:02.825Z Downloaded futures-channel v0.3.30
11292024-03-29T19:28:02.832Z Downloaded unicode-ident v1.0.12
11302024-03-29T19:28:02.832Z Downloaded fxhash v0.2.1
11312024-03-29T19:28:02.832Z Downloaded time-core v0.1.2
11322024-03-29T19:28:02.832Z Downloaded darling_core v0.20.3
11332024-03-29T19:28:02.841Z Downloaded foreign-types-macros v0.2.3
11342024-03-29T19:28:02.841Z Downloaded thiserror v1.0.57
11352024-03-29T19:28:02.861Z Downloaded textwrap v0.11.0
11362024-03-29T19:28:02.861Z Downloaded defmt-macros v0.3.6
11372024-03-29T19:28:02.861Z Downloaded rand_xorshift v0.3.0
11382024-03-29T19:28:02.861Z Downloaded tap v1.0.1
11392024-03-29T19:28:02.862Z Downloaded rand_core v0.6.4
11402024-03-29T19:28:02.862Z Downloaded socket2 v0.4.9
11412024-03-29T19:28:02.862Z Downloaded structmeta v0.2.0
11422024-03-29T19:28:02.862Z Downloaded pest_generator v2.7.6
11432024-03-29T19:28:02.862Z Downloaded crucible-workspace-hack v0.1.0
11442024-03-29T19:28:02.863Z Downloaded num_cpus v1.16.0
11452024-03-29T19:28:02.873Z Downloaded pin-project-internal v1.1.3
11462024-03-29T19:28:02.873Z Downloaded filetime v0.2.23
11472024-03-29T19:28:02.873Z Downloaded typenum v1.16.0
11482024-03-29T19:28:02.873Z Downloaded pin-project-lite v0.2.13
11492024-03-29T19:28:02.873Z Downloaded sct v0.7.0
11502024-03-29T19:28:02.882Z Downloaded usdt v0.5.0
11512024-03-29T19:28:02.882Z Downloaded scheduled-thread-pool v0.2.7
11522024-03-29T19:28:02.882Z Downloaded tinyvec_macros v0.1.1
11532024-03-29T19:28:02.882Z Downloaded foreign-types v0.3.2
11542024-03-29T19:28:02.882Z Downloaded debug-ignore v1.0.5
11552024-03-29T19:28:02.882Z Downloaded trust-dns-resolver v0.22.0
11562024-03-29T19:28:02.925Z Downloaded tokio-macros v2.2.0
11572024-03-29T19:28:02.925Z Downloaded smawk v0.3.1
11582024-03-29T19:28:02.925Z Downloaded unicode_categories v0.1.1
11592024-03-29T19:28:02.925Z Downloaded toml v0.8.10
11602024-03-29T19:28:02.925Z Downloaded poly1305 v0.8.0
11612024-03-29T19:28:02.925Z Downloaded portpicker v0.1.1
11622024-03-29T19:28:02.925Z Downloaded strsim v0.11.0
11632024-03-29T19:28:02.925Z Downloaded rayon-core v1.12.1
11642024-03-29T19:28:02.926Z Downloaded zerocopy v0.3.0
11652024-03-29T19:28:02.926Z Downloaded smf v0.2.2
11662024-03-29T19:28:02.926Z Downloaded rand_chacha v0.3.1
11672024-03-29T19:28:02.926Z Downloaded postgres-protocol v0.6.6
11682024-03-29T19:28:02.926Z Downloaded once_cell v1.19.0
11692024-03-29T19:28:02.926Z Downloaded num-integer v0.1.46
11702024-03-29T19:28:02.926Z Downloaded rtoolbox v0.0.1
11712024-03-29T19:28:02.926Z Downloaded serde-hex v0.1.0
11722024-03-29T19:28:02.926Z Downloaded password-hash v0.5.0
11732024-03-29T19:28:02.926Z Downloaded tokio-tungstenite v0.21.0
11742024-03-29T19:28:02.926Z Downloaded schemars v0.8.16
11752024-03-29T19:28:02.937Z Downloaded serde_spanned v0.6.5
11762024-03-29T19:28:02.937Z Downloaded paste v1.0.14
11772024-03-29T19:28:02.937Z Downloaded hyper v0.14.28
11782024-03-29T19:28:02.947Z Downloaded whoami v1.5.0
11792024-03-29T19:28:02.958Z Downloaded futures v0.3.30
11802024-03-29T19:28:02.958Z Downloaded serde_yaml v0.9.25
11812024-03-29T19:28:02.959Z Downloaded rustls-pemfile v1.0.3
11822024-03-29T19:28:02.971Z Downloaded num-traits v0.2.18
11832024-03-29T19:28:02.972Z Downloaded quick-xml v0.30.0
11842024-03-29T19:28:02.972Z Downloaded signal-hook-registry v1.4.1
11852024-03-29T19:28:02.972Z Downloaded expectorate v1.1.0
11862024-03-29T19:28:02.985Z Downloaded flate2 v1.0.28
11872024-03-29T19:28:02.985Z Downloaded textwrap v0.16.1
11882024-03-29T19:28:02.985Z Downloaded serde_tokenstream v0.1.7
11892024-03-29T19:28:02.985Z Downloaded trust-dns-client v0.22.0
11902024-03-29T19:28:03.002Z Downloaded proc-macro2 v1.0.78
11912024-03-29T19:28:03.003Z Downloaded generic-array v0.14.7
11922024-03-29T19:28:03.003Z Downloaded pin-project v1.1.3
11932024-03-29T19:28:03.018Z Downloaded tokio-tungstenite v0.20.1
11942024-03-29T19:28:03.018Z Downloaded darling_core v0.14.4
11952024-03-29T19:28:03.018Z Downloaded clap_builder v4.5.1
11962024-03-29T19:28:03.028Z Downloaded rand v0.8.5
11972024-03-29T19:28:03.028Z Downloaded yasna v0.5.2
11982024-03-29T19:28:03.028Z Downloaded typed-path v0.7.0
11992024-03-29T19:28:03.043Z Downloaded rustls-webpki v0.101.7
12002024-03-29T19:28:03.054Z Downloaded slog v2.7.0
12012024-03-29T19:28:03.054Z Downloaded toml_edit v0.19.15
12022024-03-29T19:28:03.073Z Downloaded postcard v1.0.8
12032024-03-29T19:28:03.093Z Downloaded time v0.3.34
12042024-03-29T19:28:03.094Z Downloaded rustyline v13.0.0
12052024-03-29T19:28:03.094Z Downloaded idna v0.5.0
12062024-03-29T19:28:03.094Z Downloaded unicode-segmentation v1.10.1
12072024-03-29T19:28:03.107Z Downloaded idna v0.3.0
12082024-03-29T19:28:03.107Z Downloaded tungstenite v0.20.1
12092024-03-29T19:28:03.107Z Downloaded reqwest v0.11.24
12102024-03-29T19:28:03.112Z Downloaded goblin v0.8.0
12112024-03-29T19:28:03.112Z Downloaded tough v0.16.0
12122024-03-29T19:28:03.120Z Downloaded object v0.30.4
12132024-03-29T19:28:03.133Z Downloaded winnow v0.5.15
12142024-03-29T19:28:03.139Z Downloaded winnow v0.6.1
12152024-03-29T19:28:03.150Z Downloaded crossterm v0.27.0
12162024-03-29T19:28:03.155Z Downloaded rustls-webpki v0.102.1
12172024-03-29T19:28:03.173Z Downloaded tokio-util v0.7.10
12182024-03-29T19:28:03.181Z Downloaded rustls v0.22.2
12192024-03-29T19:28:03.196Z Downloaded vcpkg v0.2.15
12202024-03-29T19:28:03.232Z Downloaded trust-dns-proto v0.22.0
12212024-03-29T19:28:03.244Z Downloaded toml_edit v0.22.6
12222024-03-29T19:28:03.265Z Downloaded openapiv3 v2.0.0
12232024-03-29T19:28:03.277Z Downloaded regex v1.10.3
12242024-03-29T19:28:03.291Z Downloaded proptest v1.4.0
12252024-03-29T19:28:03.300Z Downloaded libc v0.2.153
12262024-03-29T19:28:03.329Z Downloaded rayon v1.9.0
12272024-03-29T19:28:03.337Z Downloaded sha3 v0.10.8
12282024-03-29T19:28:03.348Z Downloaded bstr v1.9.0
12292024-03-29T19:28:03.373Z Downloaded zerocopy v0.7.32
12302024-03-29T19:28:03.801Z Downloaded radix_trie v0.2.1
12312024-03-29T19:28:03.801Z Downloaded rustix v0.38.31
12322024-03-29T19:28:03.801Z Downloaded encoding_rs v0.8.33
12332024-03-29T19:28:03.802Z Downloaded tabled v0.15.0
12342024-03-29T19:28:03.802Z Downloaded regress v0.9.0
12352024-03-29T19:28:03.802Z Downloaded polar-core v0.27.0
12362024-03-29T19:28:03.802Z Downloaded bstr v0.2.17
12372024-03-29T19:28:03.802Z Downloaded openssl v0.10.60
12382024-03-29T19:28:03.802Z Downloaded syn v2.0.52
12392024-03-29T19:28:03.803Z Downloaded curve25519-dalek v4.1.1
12402024-03-29T19:28:03.803Z Downloaded diesel v2.1.4
12412024-03-29T19:28:03.803Z Downloaded webpki-roots v0.25.2
12422024-03-29T19:28:03.803Z Downloaded regex-syntax v0.6.29
12432024-03-29T19:28:03.803Z Downloaded smoltcp v0.11.0
12442024-03-29T19:28:03.803Z Downloaded gimli v0.28.0
12452024-03-29T19:28:03.803Z Downloaded smoltcp v0.9.1
12462024-03-29T19:28:03.804Z Downloaded regex-syntax v0.8.2
12472024-03-29T19:28:03.804Z Downloaded h2 v0.3.24
12482024-03-29T19:28:03.804Z Downloaded unicode-normalization v0.1.22
12492024-03-29T19:28:03.804Z Downloaded serde_json v1.0.114
12502024-03-29T19:28:03.804Z Downloaded chrono v0.4.34
12512024-03-29T19:28:03.805Z Downloaded bitvec v1.0.1
12522024-03-29T19:28:03.805Z Downloaded futures-util v0.3.30
12532024-03-29T19:28:03.805Z Downloaded x509-cert v0.2.4
12542024-03-29T19:28:03.805Z Downloaded clap v2.34.0
12552024-03-29T19:28:03.805Z Downloaded petgraph v0.6.4
12562024-03-29T19:28:03.805Z Downloaded rustls v0.21.9
12572024-03-29T19:28:03.806Z Downloaded object v0.32.1
12582024-03-29T19:28:03.806Z Downloaded ratatui v0.26.1
12592024-03-29T19:28:03.806Z Downloaded nix v0.27.1
12602024-03-29T19:28:03.806Z Downloaded sled v0.34.7
12612024-03-29T19:28:03.806Z Downloaded zerocopy-derive v0.2.0
12622024-03-29T19:28:03.808Z Downloaded zerocopy-derive v0.6.4
12632024-03-29T19:28:03.808Z Downloaded bzip2-sys v0.1.11+1.0.8
12642024-03-29T19:28:03.808Z Downloaded regex-automata v0.4.5
12652024-03-29T19:28:03.808Z Downloaded serde_with v3.6.1
12662024-03-29T19:28:03.809Z Downloaded sqlparser v0.43.1
12672024-03-29T19:28:03.813Z Downloaded syn v1.0.109
12682024-03-29T19:28:03.813Z Downloaded tokio v1.36.0
12692024-03-29T19:28:03.820Z Downloaded idna v0.2.3
12702024-03-29T19:28:03.821Z Downloaded crypto-bigint v0.5.2
12712024-03-29T19:28:03.821Z Downloaded csv v1.3.0
12722024-03-29T19:28:03.829Z Downloaded der v0.7.8
12732024-03-29T19:28:03.835Z Downloaded blake3 v1.5.0
12742024-03-29T19:28:03.845Z Downloaded unsafe-libyaml v0.2.10
12752024-03-29T19:28:03.852Z Downloaded uuid v1.7.0
12762024-03-29T19:28:03.852Z Downloaded reedline v0.30.0
12772024-03-29T19:28:03.860Z Downloaded lalrpop v0.19.12
12782024-03-29T19:28:03.870Z Downloaded fs-err v2.11.0
12792024-03-29T19:28:03.875Z Downloaded proc-macro-error-attr v1.0.4
12802024-03-29T19:28:03.875Z Downloaded test-strategy v0.3.1
12812024-03-29T19:28:03.876Z Downloaded tar v0.4.40
12822024-03-29T19:28:03.876Z Downloaded postgres-types v0.2.6
12832024-03-29T19:28:03.882Z Downloaded portable-atomic v1.4.3
12842024-03-29T19:28:03.883Z Downloaded regex-automata v0.1.10
12852024-03-29T19:28:03.888Z Downloaded futures-sink v0.3.30
12862024-03-29T19:28:03.888Z Downloaded publicsuffix v2.2.3
12872024-03-29T19:28:03.889Z Downloaded hkdf v0.12.4
12882024-03-29T19:28:03.897Z Downloaded tempfile v3.10.0
12892024-03-29T19:28:03.897Z Downloaded slog-bunyan v2.5.0
12902024-03-29T19:28:03.898Z Downloaded env_logger v0.9.3
12912024-03-29T19:28:03.904Z Downloaded env_logger v0.10.0
12922024-03-29T19:28:03.904Z Downloaded salty v0.2.0
12932024-03-29T19:28:03.912Z Downloaded aho-corasick v1.1.2
12942024-03-29T19:28:03.912Z Downloaded pest_meta v2.7.6
12952024-03-29T19:28:03.913Z Downloaded tungstenite v0.21.0
12962024-03-29T19:28:03.921Z Downloaded float-cmp v0.9.0
12972024-03-29T19:28:03.921Z Downloaded zone v0.1.8
12982024-03-29T19:28:03.921Z Downloaded foreign-types v0.5.0
12992024-03-29T19:28:03.921Z Downloaded papergrid v0.11.0
13002024-03-29T19:28:03.932Z Downloaded ff v0.13.0
13012024-03-29T19:28:03.932Z Downloaded pest v2.7.6
13022024-03-29T19:28:03.932Z Downloaded slab v0.4.9
13032024-03-29T19:28:03.942Z Downloaded signature v2.1.0
13042024-03-29T19:28:03.942Z Downloaded semver v1.0.22
13052024-03-29T19:28:03.942Z Downloaded rusty-fork v0.3.0
13062024-03-29T19:28:03.943Z Downloaded rustversion v1.0.14
13072024-03-29T19:28:03.943Z Downloaded zerocopy-derive v0.7.32
13082024-03-29T19:28:03.951Z Downloaded elliptic-curve v0.13.8
13092024-03-29T19:28:03.951Z Downloaded spin v0.9.8
13102024-03-29T19:28:03.951Z Downloaded socket2 v0.5.5
13112024-03-29T19:28:03.951Z Downloaded num-bigint-dig v0.8.4
13122024-03-29T19:28:03.956Z Downloaded serde_tokenstream v0.2.0
13132024-03-29T19:28:03.957Z Downloaded url v2.5.0
13142024-03-29T19:28:03.964Z Downloaded tokio-postgres v0.7.10
13152024-03-29T19:28:03.965Z Downloaded platforms v3.0.2
13162024-03-29T19:28:03.983Z Downloaded itertools v0.12.1
13172024-03-29T19:28:03.983Z Downloaded parse-display-derive v0.9.0
13182024-03-29T19:28:03.990Z Downloaded synstructure v0.12.6
13192024-03-29T19:28:03.990Z Downloaded ryu v1.0.15
13202024-03-29T19:28:03.990Z Downloaded openssl-sys v0.9.96
13212024-03-29T19:28:03.990Z Downloaded libxml v0.3.3
13222024-03-29T19:28:03.990Z Downloaded which v4.4.0
13232024-03-29T19:28:03.990Z Downloaded toml_datetime v0.6.5
13242024-03-29T19:28:03.990Z Downloaded serde_derive v1.0.197
13252024-03-29T19:28:03.997Z Downloaded tabwriter v1.4.0
13262024-03-29T19:28:03.997Z Downloaded tabled_derive v0.7.0
13272024-03-29T19:28:03.998Z Downloaded num-derive v0.4.0
13282024-03-29T19:28:03.998Z Downloaded sha2 v0.10.8
13292024-03-29T19:28:04.008Z Downloaded parking_lot_core v0.9.8
13302024-03-29T19:28:04.008Z Downloaded parking_lot v0.12.1
13312024-03-29T19:28:04.008Z Downloaded snafu v0.7.5
13322024-03-29T19:28:04.009Z Downloaded plain v0.2.3
13332024-03-29T19:28:04.018Z Downloaded pkcs8 v0.10.2
13342024-03-29T19:28:04.019Z Downloaded parking_lot_core v0.8.6
13352024-03-29T19:28:04.019Z Downloaded trust-dns-server v0.22.1
13362024-03-29T19:28:04.026Z Downloaded defmt-parser v0.3.3
13372024-03-29T19:28:04.026Z Downloaded siphasher v0.3.11
13382024-03-29T19:28:04.026Z Downloaded nu-ansi-term v0.50.0
13392024-03-29T19:28:04.026Z Downloaded fragile v2.0.0
13402024-03-29T19:28:04.026Z Downloaded darling v0.20.3
13412024-03-29T19:28:04.033Z Downloaded darling v0.14.4
13422024-03-29T19:28:04.033Z Downloaded zerocopy v0.6.4
13432024-03-29T19:28:04.033Z Downloaded minimal-lexical v0.2.1
13442024-03-29T19:28:04.038Z Downloaded dof v0.3.0
13452024-03-29T19:28:04.039Z Downloaded dof v0.1.5
13462024-03-29T19:28:04.039Z Downloaded deranged v0.3.11
13472024-03-29T19:28:04.039Z Downloaded num-complex v0.4.4
13482024-03-29T19:28:04.048Z Downloaded enum-as-inner v0.5.1
13492024-03-29T19:28:04.048Z Downloaded structopt v0.3.26
13502024-03-29T19:28:04.055Z Downloaded itertools v0.10.5
13512024-03-29T19:28:04.055Z Downloaded same-file v1.0.6
13522024-03-29T19:28:04.055Z Downloaded packed_struct_codegen v0.10.1
13532024-03-29T19:28:04.062Z Downloaded packed_struct v0.10.1
13542024-03-29T19:28:04.062Z Downloaded predicates-tree v1.0.9
13552024-03-29T19:28:04.062Z Downloaded phf_shared v0.11.2
13562024-03-29T19:28:04.062Z Downloaded steno v0.4.0
13572024-03-29T19:28:04.070Z Downloaded serde v1.0.197
13582024-03-29T19:28:04.071Z Downloaded doc-comment v0.3.3
13592024-03-29T19:28:04.071Z Downloaded proc-macro-error v1.0.4
13602024-03-29T19:28:04.079Z Downloaded const_format v0.2.32
13612024-03-29T19:28:04.079Z Downloaded chacha20poly1305 v0.10.1
13622024-03-29T19:28:04.079Z Downloaded flume v0.11.0
13632024-03-29T19:28:04.087Z Downloaded thread-id v4.2.0
13642024-03-29T19:28:04.087Z Downloaded serde-big-array v0.5.1
13652024-03-29T19:28:04.087Z Downloaded num-rational v0.4.1
13662024-03-29T19:28:04.087Z Downloaded tokio-rustls v0.24.1
13672024-03-29T19:28:04.087Z Downloaded mio v0.8.11
13682024-03-29T19:28:04.097Z Downloaded memchr v2.7.1
13692024-03-29T19:28:04.097Z Downloaded derive_builder v0.12.0
13702024-03-29T19:28:04.107Z Downloaded dtrace-parser v0.2.0
13712024-03-29T19:28:04.107Z Downloaded thiserror-impl v1.0.57
13722024-03-29T19:28:04.107Z Downloaded strsim v0.10.0
13732024-03-29T19:28:04.107Z Downloaded strip-ansi-escapes v0.2.0
13742024-03-29T19:28:04.107Z Downloaded stringprep v0.1.3
13752024-03-29T19:28:04.118Z Downloaded cstr-argument v0.1.2
13762024-03-29T19:28:04.119Z Downloaded crossbeam-utils v0.8.19
13772024-03-29T19:28:04.120Z Downloaded form_urlencoded v1.2.1
13782024-03-29T19:28:04.120Z Downloaded ron v0.8.1
13792024-03-29T19:28:04.120Z Downloaded termios v0.3.3
13802024-03-29T19:28:04.120Z Downloaded indexmap v2.2.5
13812024-03-29T19:28:04.134Z Downloaded unicode-bidi v0.3.15
13822024-03-29T19:28:04.134Z Downloaded diff v0.1.13
13832024-03-29T19:28:04.134Z Downloaded diesel_derives v2.1.2
13842024-03-29T19:28:04.141Z Downloaded compact_str v0.7.1
13852024-03-29T19:28:04.141Z Downloaded clap v4.5.1
13862024-03-29T19:28:04.142Z Downloaded bytes v1.5.0
13872024-03-29T19:28:04.150Z Downloaded display-error-chain v0.2.0
13882024-03-29T19:28:04.150Z Downloaded dirs-sys-next v0.1.2
13892024-03-29T19:28:04.150Z Downloaded structmeta-derive v0.3.0
13902024-03-29T19:28:04.151Z Downloaded structmeta-derive v0.2.0
13912024-03-29T19:28:04.151Z Downloaded quote v1.0.35
13922024-03-29T19:28:04.158Z Downloaded pest_derive v2.7.6
13932024-03-29T19:28:04.158Z Downloaded cc v1.0.83
13942024-03-29T19:28:04.159Z Downloaded utf8parse v0.2.1
13952024-03-29T19:28:04.159Z Downloaded utf-8 v0.7.6
13962024-03-29T19:28:04.159Z Downloaded subprocess v0.2.9
13972024-03-29T19:28:04.168Z Downloaded backtrace v0.3.69
13982024-03-29T19:28:04.168Z Downloaded percent-encoding v2.3.1
13992024-03-29T19:28:04.168Z Downloaded vte v0.11.1
14002024-03-29T19:28:04.168Z Downloaded termcolor v1.2.0
14012024-03-29T19:28:04.168Z Downloaded hashbrown v0.14.3
14022024-03-29T19:28:04.177Z Downloaded signal-hook v0.3.17
14032024-03-29T19:28:04.185Z Downloaded ron v0.7.1
14042024-03-29T19:28:04.186Z Downloaded slog-dtrace v0.3.0
14052024-03-29T19:28:04.186Z Downloaded dirs-next v2.0.0
14062024-03-29T19:28:04.186Z Downloaded half v2.3.1
14072024-03-29T19:28:04.186Z Downloaded signature v1.6.4
14082024-03-29T19:28:04.209Z Downloaded serde_repr v0.1.16
14092024-03-29T19:28:04.209Z Downloaded rustfmt-wrapper v0.2.0
14102024-03-29T19:28:04.209Z Downloaded pem v3.0.2
14112024-03-29T19:28:04.210Z Downloaded num v0.4.1
14122024-03-29T19:28:04.210Z Downloaded getopts v0.2.21
14132024-03-29T19:28:04.210Z Downloaded console v0.15.8
14142024-03-29T19:28:04.216Z Downloaded predicates v3.1.0
14152024-03-29T19:28:04.217Z Downloaded ppv-lite86 v0.2.17
14162024-03-29T19:28:04.217Z Downloaded toml v0.7.8
14172024-03-29T19:28:04.217Z Downloaded clang-sys v1.6.1
14182024-03-29T19:28:04.217Z Downloaded blake2 v0.10.6
14192024-03-29T19:28:04.218Z Downloaded anyhow v1.0.79
14202024-03-29T19:28:04.218Z Downloaded mockall_derive v0.12.0
14212024-03-29T19:28:04.218Z Downloaded miniz_oxide v0.7.1
14222024-03-29T19:28:04.218Z Downloaded http v1.0.0
14232024-03-29T19:28:04.225Z Downloaded http v0.2.12
14242024-03-29T19:28:04.225Z Downloaded cancel-safe-futures v0.1.5
14252024-03-29T19:28:04.225Z Downloaded log v0.4.21
14262024-03-29T19:28:04.234Z Downloaded num_threads v0.1.6
14272024-03-29T19:28:04.234Z Downloaded strum_macros v0.26.1
14282024-03-29T19:28:04.234Z Downloaded strum_macros v0.25.2
14292024-03-29T19:28:04.234Z Downloaded structopt-derive v0.4.18
14302024-03-29T19:28:04.243Z Downloaded native-tls v0.2.11
14312024-03-29T19:28:04.243Z Downloaded cookie v0.17.0
14322024-03-29T19:28:04.243Z Downloaded bzip2 v0.4.4
14332024-03-29T19:28:04.243Z Downloaded wait-timeout v0.2.0
14342024-03-29T19:28:04.243Z Downloaded static_assertions v1.1.0
14352024-03-29T19:28:04.243Z Downloaded cookie_store v0.20.0
14362024-03-29T19:28:04.249Z Downloaded clap_derive v4.5.0
14372024-03-29T19:28:04.249Z Downloaded ring v0.17.8
14382024-03-29T19:28:04.315Z Downloaded mime_guess v2.0.4
14392024-03-29T19:28:04.322Z Downloaded memmap2 v0.7.1
14402024-03-29T19:28:04.322Z Downloaded md-5 v0.10.5
14412024-03-29T19:28:04.322Z Downloaded stable_deref_trait v1.2.0
14422024-03-29T19:28:04.322Z Downloaded scopeguard v1.2.0
14432024-03-29T19:28:04.322Z Downloaded crossbeam-deque v0.8.3
14442024-03-29T19:28:04.322Z Downloaded crc v3.0.1
14452024-03-29T19:28:04.329Z Downloaded vte_generate_state_changes v0.1.1
14462024-03-29T19:28:04.329Z Downloaded libloading v0.7.4
14472024-03-29T19:28:04.329Z Downloaded camino-tempfile v1.1.1
14482024-03-29T19:28:04.330Z Downloaded const_format_proc_macros v0.2.32
14492024-03-29T19:28:04.330Z Downloaded bcs v0.1.6
14502024-03-29T19:28:04.337Z Downloaded serde_urlencoded v0.7.1
14512024-03-29T19:28:04.337Z Downloaded indexmap v1.9.3
14522024-03-29T19:28:04.337Z Downloaded httparse v1.8.0
14532024-03-29T19:28:04.337Z Downloaded ciborium-ll v0.2.2
14542024-03-29T19:28:04.344Z Downloaded cassowary v0.3.0
14552024-03-29T19:28:04.344Z Downloaded memmap v0.7.0
14562024-03-29T19:28:04.344Z Downloaded linear-map v1.2.0
14572024-03-29T19:28:04.344Z Downloaded libsw v3.3.1
14582024-03-29T19:28:04.351Z Downloaded newtype-uuid v1.0.1
14592024-03-29T19:28:04.352Z Downloaded cobs v0.2.3
14602024-03-29T19:28:04.352Z Downloaded maplit v1.0.2
14612024-03-29T19:28:04.352Z Downloaded lock_api v0.4.10
14622024-03-29T19:28:04.352Z Downloaded linked-hash-map v0.5.6
14632024-03-29T19:28:04.352Z Downloaded is-terminal v0.4.9
14642024-03-29T19:28:04.352Z Downloaded crc-catalog v2.2.0
14652024-03-29T19:28:04.362Z Downloaded constant_time_eq v0.3.0
14662024-03-29T19:28:04.362Z Downloaded cfg-if v1.0.0
14672024-03-29T19:28:04.362Z Downloaded maybe-uninit v2.0.0
14682024-03-29T19:28:04.362Z Downloaded managed v0.8.0
14692024-03-29T19:28:04.362Z Downloaded lru-cache v0.1.2
14702024-03-29T19:28:04.362Z Downloaded lru v0.12.1
14712024-03-29T19:28:04.363Z Downloaded hyper-rustls v0.24.2
14722024-03-29T19:28:04.363Z Downloaded bindgen v0.69.2
14732024-03-29T19:28:04.376Z Downloaded ring v0.16.20
14742024-03-29T19:28:04.446Z Downloaded ascii v1.1.0
14752024-03-29T19:28:04.453Z Downloaded anstyle-parse v0.2.1
14762024-03-29T19:28:04.454Z Downloaded autocfg v1.1.0
14772024-03-29T19:28:04.454Z Downloaded base16ct v0.2.0
14782024-03-29T19:28:04.454Z Downloaded anstyle-query v1.0.0
14792024-03-29T19:28:04.454Z Downloaded castaway v0.2.2
14802024-03-29T19:28:04.454Z Downloaded bit-vec v0.6.3
14812024-03-29T19:28:04.462Z Downloaded bit-set v0.5.3
14822024-03-29T19:28:04.462Z Downloaded arrayvec v0.7.4
14832024-03-29T19:28:04.462Z Downloaded hashbrown v0.12.3
14842024-03-29T19:28:04.463Z Downloaded async-recursion v1.0.5
14852024-03-29T19:28:04.473Z Downloaded aead v0.5.2
14862024-03-29T19:28:04.473Z Downloaded hyper-staticfile v0.9.5
14872024-03-29T19:28:04.473Z Downloaded hubpack_derive v0.1.1
14882024-03-29T19:28:04.474Z Downloaded headers v0.3.9
14892024-03-29T19:28:04.474Z Downloaded block-padding v0.3.3
14902024-03-29T19:28:04.474Z Downloaded block-buffer v0.10.4
14912024-03-29T19:28:04.474Z Downloaded async-stream-impl v0.3.5
14922024-03-29T19:28:04.474Z Downloaded ascii-canvas v3.0.0
14932024-03-29T19:28:04.482Z Downloaded arrayref v0.3.7
14942024-03-29T19:28:04.875Z Compiling proc-macro2 v1.0.78
14952024-03-29T19:28:04.875Z Compiling unicode-ident v1.0.12
14962024-03-29T19:28:04.884Z Compiling libc v0.2.153
14972024-03-29T19:28:04.884Z Compiling serde v1.0.197
14982024-03-29T19:28:04.885Z Compiling version_check v0.9.4
14992024-03-29T19:28:04.885Z Compiling autocfg v1.1.0
15002024-03-29T19:28:04.918Z Compiling cfg-if v1.0.0
15012024-03-29T19:28:05.094Z Compiling syn v1.0.109
15022024-03-29T19:28:05.105Z Compiling once_cell v1.19.0
15032024-03-29T19:28:05.129Z Compiling byteorder v1.5.0
15042024-03-29T19:28:05.448Z Compiling memchr v2.7.1
15052024-03-29T19:28:05.477Z Compiling serde_json v1.0.114
15062024-03-29T19:28:05.560Z Compiling ahash v0.8.8
15072024-03-29T19:28:05.600Z Compiling lock_api v0.4.10
15082024-03-29T19:28:06.426Z Compiling parking_lot_core v0.9.8
15092024-03-29T19:28:06.848Z Compiling libm v0.2.7
15102024-03-29T19:28:06.855Z Compiling num-traits v0.2.18
15112024-03-29T19:28:06.856Z Compiling thiserror v1.0.57
15122024-03-29T19:28:07.178Z Compiling typenum v1.16.0
15132024-03-29T19:28:07.194Z Compiling generic-array v0.14.7
15142024-03-29T19:28:07.320Z Compiling itoa v1.0.9
15152024-03-29T19:28:07.573Z Compiling scopeguard v1.2.0
15162024-03-29T19:28:07.695Z Compiling log v0.4.21
15172024-03-29T19:28:07.954Z Compiling quote v1.0.35
15182024-03-29T19:28:08.263Z Compiling pkg-config v0.3.27
15192024-03-29T19:28:08.296Z Compiling allocator-api2 v0.2.16
15202024-03-29T19:28:08.982Z Compiling syn v2.0.52
15212024-03-29T19:28:08.987Z Compiling cc v1.0.83
15222024-03-29T19:28:08.987Z Compiling getrandom v0.2.12
15232024-03-29T19:28:09.082Z Compiling slab v0.4.9
15242024-03-29T19:28:09.119Z Compiling ryu v1.0.15
15252024-03-29T19:28:09.404Z Compiling schemars v0.8.16
15262024-03-29T19:28:09.423Z Compiling pin-project-lite v0.2.13
15272024-03-29T19:28:09.551Z Compiling smallvec v1.13.1
15282024-03-29T19:28:09.781Z Compiling heck v0.4.1
15292024-03-29T19:28:09.888Z Compiling equivalent v1.0.1
15302024-03-29T19:28:10.203Z Compiling vcpkg v0.2.15
15312024-03-29T19:28:10.929Z Compiling parking_lot v0.12.1
15322024-03-29T19:28:11.030Z Compiling ring v0.17.8
15332024-03-29T19:28:11.902Z Compiling openssl-sys v0.9.96
15342024-03-29T19:28:12.121Z Compiling signal-hook-registry v1.4.1
15352024-03-29T19:28:12.760Z Compiling mio v0.8.11
15362024-03-29T19:28:13.016Z Compiling fnv v1.0.7
15372024-03-29T19:28:13.131Z Compiling rand_core v0.6.4
15382024-03-29T19:28:13.443Z Compiling num-conv v0.1.0
15392024-03-29T19:28:13.725Z Compiling time-core v0.1.2
15402024-03-29T19:28:13.778Z Compiling ring v0.16.20
15412024-03-29T19:28:13.889Z Compiling time-macros v0.2.17
15422024-03-29T19:28:13.959Z Compiling num_cpus v1.16.0
15432024-03-29T19:28:14.095Z Compiling socket2 v0.5.5
15442024-03-29T19:28:14.398Z Compiling httparse v1.8.0
15452024-03-29T19:28:15.339Z Compiling futures-core v0.3.30
15462024-03-29T19:28:15.553Z Compiling ucd-trie v0.1.6
15472024-03-29T19:28:15.585Z Compiling spin v0.5.2
15482024-03-29T19:28:15.700Z Compiling openssl v0.10.60
15492024-03-29T19:28:15.858Z Compiling serde_derive_internals v0.26.0
15502024-03-29T19:28:16.015Z Compiling crossbeam-utils v0.8.19
15512024-03-29T19:28:16.034Z Compiling semver v1.0.22
15522024-03-29T19:28:16.135Z Compiling iana-time-zone v0.1.57
15532024-03-29T19:28:16.627Z Compiling tinyvec_macros v0.1.1
15542024-03-29T19:28:16.944Z Compiling rustls v0.21.9
15552024-03-29T19:28:16.951Z Compiling native-tls v0.2.11
15562024-03-29T19:28:17.164Z Compiling tinyvec v1.6.0
15572024-03-29T19:28:17.202Z Compiling spin v0.9.8
15582024-03-29T19:28:17.320Z Compiling unicode-xid v0.2.4
15592024-03-29T19:28:17.592Z Compiling rustix v0.38.31
15602024-03-29T19:28:17.614Z Compiling const-oid v0.9.6
15612024-03-29T19:28:17.956Z Compiling subtle v2.5.0
15622024-03-29T19:28:17.972Z Compiling futures-sink v0.3.30
15632024-03-29T19:28:18.141Z Compiling synstructure v0.12.6
15642024-03-29T19:28:18.221Z Compiling backtrace v0.3.69
15652024-03-29T19:28:18.506Z Compiling unicode-normalization v0.1.22
15662024-03-29T19:28:19.398Z Compiling cookie v0.17.0
15672024-03-29T19:28:19.447Z Compiling dyn-clone v1.0.17
15682024-03-29T19:28:19.505Z Compiling uuid v0.8.2
15692024-03-29T19:28:19.525Z Compiling slog v2.7.0
15702024-03-29T19:28:19.626Z Compiling unicode-bidi v0.3.15
15712024-03-29T19:28:19.922Z Compiling futures-channel v0.3.30
15722024-03-29T19:28:20.131Z Compiling tracing-core v0.1.32
15732024-03-29T19:28:20.148Z Compiling futures-task v0.3.30
15742024-03-29T19:28:20.323Z Compiling futures-io v0.3.30
15752024-03-29T19:28:20.449Z Compiling pin-utils v0.1.0
15762024-03-29T19:28:20.960Z Compiling aho-corasick v1.1.2
15772024-03-29T19:28:21.122Z Compiling anyhow v1.0.79
15782024-03-29T19:28:21.144Z Compiling serde_derive v1.0.197
15792024-03-29T19:28:21.261Z Compiling zerocopy-derive v0.7.32
15802024-03-29T19:28:21.360Z Compiling zeroize_derive v1.4.2
15812024-03-29T19:28:21.581Z Compiling thiserror-impl v1.0.57
15822024-03-29T19:28:22.491Z Compiling tokio-macros v2.2.0
15832024-03-29T19:28:22.661Z Compiling futures-macro v0.3.30
15842024-03-29T19:28:23.163Z Compiling zerocopy v0.7.32
15852024-03-29T19:28:23.465Z Compiling tracing-attributes v0.1.27
15862024-03-29T19:28:23.834Z Compiling schemars_derive v0.8.16
15872024-03-29T19:28:24.416Z Compiling zeroize v1.7.0
15882024-03-29T19:28:25.225Z Compiling hashbrown v0.14.3
15892024-03-29T19:28:25.252Z Compiling pest v2.7.6
15902024-03-29T19:28:26.330Z Compiling openssl-macros v0.1.1
15912024-03-29T19:28:27.038Z Compiling zerocopy-derive v0.2.0
15922024-03-29T19:28:27.059Z Compiling tracing v0.1.40
15932024-03-29T19:28:27.059Z Compiling crypto-common v0.1.6
15942024-03-29T19:28:27.124Z Compiling futures-util v0.3.30
15952024-03-29T19:28:27.553Z Compiling pest_meta v2.7.6
15962024-03-29T19:28:27.784Z Compiling der_derive v0.7.2
15972024-03-29T19:28:28.221Z Compiling regex-syntax v0.8.2
15982024-03-29T19:28:29.840Z Compiling pest_generator v2.7.6
15992024-03-29T19:28:31.453Z Compiling winnow v0.5.15
16002024-03-29T19:28:31.765Z Compiling pest_derive v2.7.6
16012024-03-29T19:28:32.460Z Compiling regex-automata v0.4.5
16022024-03-29T19:28:34.025Z Compiling bytes v1.5.0
16032024-03-29T19:28:34.210Z Compiling indexmap v2.2.5
16042024-03-29T19:28:35.119Z Compiling uuid v1.7.0
16052024-03-29T19:28:35.575Z Compiling tokio v1.36.0
16062024-03-29T19:28:36.577Z Compiling chrono v0.4.34
16072024-03-29T19:28:36.969Z Compiling bitflags v2.4.2
16082024-03-29T19:28:38.165Z Compiling serde_spanned v0.6.5
16092024-03-29T19:28:38.771Z Compiling toml_datetime v0.6.5
16102024-03-29T19:28:39.146Z Compiling http v0.2.12
16112024-03-29T19:28:40.441Z Compiling rustc_version v0.4.0
16122024-03-29T19:28:41.474Z Compiling toml_edit v0.19.15
16132024-03-29T19:28:41.495Z Compiling block-buffer v0.10.4
16142024-03-29T19:28:42.120Z Compiling usdt-impl v0.3.5
16152024-03-29T19:28:42.463Z Compiling untrusted v0.9.0
16162024-03-29T19:28:42.650Z Compiling powerfmt v0.2.0
16172024-03-29T19:28:43.159Z Compiling unicode-width v0.1.11
16182024-03-29T19:28:43.333Z Compiling rustversion v1.0.14
16192024-03-29T19:28:43.377Z Compiling crc32fast v1.3.2
16202024-03-29T19:28:43.812Z Compiling deranged v0.3.11
16212024-03-29T19:28:44.098Z Compiling digest v0.10.7
16222024-03-29T19:28:44.501Z Compiling heapless v0.7.16
16232024-03-29T19:28:44.886Z Compiling scroll_derive v0.12.0
16242024-03-29T19:28:46.064Z Compiling bzip2-sys v0.1.11+1.0.8
16252024-03-29T19:28:46.436Z Compiling percent-encoding v2.3.1
16262024-03-29T19:28:46.481Z Compiling async-trait v0.1.77
16272024-03-29T19:28:46.948Z Compiling ppv-lite86 v0.2.17
16282024-03-29T19:28:47.205Z Compiling signal-hook v0.3.17
16292024-03-29T19:28:47.365Z Compiling num_threads v0.1.6
16302024-03-29T19:28:47.468Z Compiling time v0.3.34
16312024-03-29T19:28:47.737Z Compiling rand_chacha v0.3.1
16322024-03-29T19:28:48.713Z Compiling regex v1.10.3
16332024-03-29T19:28:49.865Z Compiling zerocopy v0.3.0
16342024-03-29T19:28:51.774Z Compiling thread-id v4.2.0
16352024-03-29T19:28:51.889Z Compiling dof v0.1.5
16362024-03-29T19:28:52.559Z Compiling rand v0.8.5
16372024-03-29T19:28:52.630Z Compiling tokio-util v0.7.10
16382024-03-29T19:28:54.135Z Compiling dtrace-parser v0.1.14
16392024-03-29T19:28:54.453Z Compiling num-bigint v0.4.4
16402024-03-29T19:28:54.698Z Compiling base64 v0.21.7
16412024-03-29T19:28:54.913Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16422024-03-29T19:28:54.945Z Compiling adler v1.0.2
16432024-03-29T19:28:55.576Z Compiling untrusted v0.7.1
16442024-03-29T19:28:55.725Z Compiling smoltcp v0.9.1
16452024-03-29T19:28:55.762Z Compiling base64ct v1.6.0
16462024-03-29T19:28:55.809Z Compiling foreign-types-shared v0.1.1
16472024-03-29T19:28:55.917Z Compiling foreign-types v0.3.2
16482024-03-29T19:28:56.197Z Compiling pem-rfc7468 v0.7.0
16492024-03-29T19:28:56.275Z Compiling miniz_oxide v0.7.1
16502024-03-29T19:28:57.928Z Compiling form_urlencoded v1.2.1
16512024-03-29T19:28:58.795Z Compiling hmac v0.12.1
16522024-03-29T19:28:59.012Z Compiling serde_tokenstream v0.1.7
16532024-03-29T19:28:59.530Z Compiling lazy_static v1.4.0
16542024-03-29T19:28:59.644Z Compiling unicode-segmentation v1.10.1
16552024-03-29T19:28:59.735Z Compiling siphasher v0.3.11
16562024-03-29T19:28:59.791Z Compiling flagset v0.4.3
16572024-03-29T19:28:59.880Z Compiling try-lock v0.2.4
16582024-03-29T19:29:00.089Z Compiling bitflags v1.3.2
16592024-03-29T19:29:00.123Z Compiling want v0.3.1
16602024-03-29T19:29:00.421Z Compiling der v0.7.8
16612024-03-29T19:29:01.273Z Compiling sct v0.7.0
16622024-03-29T19:29:01.309Z Compiling rustls-webpki v0.101.7
16632024-03-29T19:29:01.581Z Compiling h2 v0.3.24
16642024-03-29T19:29:02.999Z Compiling http-body v0.4.5
16652024-03-29T19:29:03.755Z Compiling openapiv3 v2.0.0
16662024-03-29T19:29:03.877Z Compiling hubpack_derive v0.1.1
16672024-03-29T19:29:04.671Z Compiling zerocopy-derive v0.6.4
16682024-03-29T19:29:04.831Z Compiling idna v0.5.0
16692024-03-29T19:29:05.540Z Compiling errno v0.3.8
16702024-03-29T19:29:05.770Z Compiling usdt-impl v0.5.0
16712024-03-29T19:29:06.108Z Compiling tower-service v0.3.2
16722024-03-29T19:29:06.208Z Compiling anstyle v1.0.6
16732024-03-29T19:29:06.234Z Compiling httpdate v1.0.3
16742024-03-29T19:29:06.574Z Compiling cpufeatures v0.2.12
16752024-03-29T19:29:06.639Z Compiling gimli v0.28.0
16762024-03-29T19:29:06.678Z Compiling openssl-probe v0.1.5
16772024-03-29T19:29:07.457Z Compiling stable_deref_trait v1.2.0
16782024-03-29T19:29:07.560Z Compiling utf8parse v0.2.1
16792024-03-29T19:29:07.722Z Compiling anstyle-parse v0.2.1
16802024-03-29T19:29:08.549Z Compiling hyper v0.14.28
16812024-03-29T19:29:08.674Z Compiling sha2 v0.10.8
16822024-03-29T19:29:09.581Z Compiling url v2.5.0
16832024-03-29T19:29:11.221Z Compiling addr2line v0.21.0
16842024-03-29T19:29:12.035Z Compiling spki v0.7.2
16852024-03-29T19:29:12.588Z Compiling usdt-attr-macro v0.3.5
16862024-03-29T19:29:12.788Z Compiling usdt-macro v0.3.5
16872024-03-29T19:29:13.894Z Compiling scroll v0.12.0
16882024-03-29T19:29:14.273Z Compiling md-5 v0.10.5
16892024-03-29T19:29:14.518Z Compiling serde_tokenstream v0.2.0
16902024-03-29T19:29:15.041Z Compiling stringprep v0.1.3
16912024-03-29T19:29:15.876Z Compiling idna v0.3.0
16922024-03-29T19:29:17.414Z Compiling diesel_table_macro_syntax v0.1.0
16932024-03-29T19:29:17.791Z Compiling num-integer v0.1.46
16942024-03-29T19:29:18.315Z Compiling object v0.32.1
16952024-03-29T19:29:18.315Z Compiling hash32 v0.2.1
16962024-03-29T19:29:18.584Z Compiling anstyle-query v1.0.0
16972024-03-29T19:29:18.620Z Compiling colorchoice v1.0.0
16982024-03-29T19:29:18.719Z Compiling fallible-iterator v0.2.0
16992024-03-29T19:29:18.776Z Compiling psl-types v2.0.11
17002024-03-29T19:29:20.960Z Compiling rustc-demangle v0.1.23
17012024-03-29T19:29:23.493Z Compiling plain v0.2.3
17022024-03-29T19:29:23.649Z Compiling goblin v0.8.0
17032024-03-29T19:29:26.789Z Compiling postgres-protocol v0.6.6
17042024-03-29T19:29:27.971Z Compiling publicsuffix v2.2.3
17052024-03-29T19:29:28.248Z Compiling anstream v0.6.11
17062024-03-29T19:29:29.065Z Compiling diesel_derives v2.1.2
17072024-03-29T19:29:30.165Z Compiling tokio-rustls v0.24.1
17082024-03-29T19:29:33.995Z Compiling pkcs8 v0.10.2
17092024-03-29T19:29:34.304Z Compiling terminal_size v0.3.0
17102024-03-29T19:29:34.505Z Compiling tokio-native-tls v0.3.1
17112024-03-29T19:29:34.778Z Compiling phf_shared v0.11.2
17122024-03-29T19:29:35.733Z Compiling strum_macros v0.25.2
17132024-03-29T19:29:36.015Z Compiling regress v0.9.0
17142024-03-29T19:29:36.071Z Compiling block-padding v0.3.3
17152024-03-29T19:29:36.347Z Compiling enum-as-inner v0.5.1
17162024-03-29T19:29:36.474Z Compiling clap_derive v4.5.0
17172024-03-29T19:29:37.268Z Compiling serde_repr v0.1.16
17182024-03-29T19:29:38.413Z Compiling ff v0.13.0
17192024-03-29T19:29:38.798Z Compiling scheduled-thread-pool v0.2.7
17202024-03-29T19:29:39.528Z Compiling encoding_rs v0.8.33
17212024-03-29T19:29:39.946Z Compiling bit-vec v0.6.3
17222024-03-29T19:29:40.367Z Compiling matches v0.1.10
17232024-03-29T19:29:40.461Z Compiling clap_lex v0.7.0
17242024-03-29T19:29:40.668Z Compiling base16ct v0.2.0
17252024-03-29T19:29:40.959Z Compiling managed v0.8.0
17262024-03-29T19:29:41.171Z Compiling regex-automata v0.1.10
17272024-03-29T19:29:41.427Z Compiling ident_case v1.0.1
17282024-03-29T19:29:41.614Z Compiling mime v0.3.17
17292024-03-29T19:29:41.690Z Compiling strsim v0.11.0
17302024-03-29T19:29:41.836Z Compiling strsim v0.10.0
17312024-03-29T19:29:42.444Z Compiling ipnet v2.9.0
17322024-03-29T19:29:43.249Z Compiling pretty-hex v0.4.1
17332024-03-29T19:29:43.462Z Compiling dof v0.3.0
17342024-03-29T19:29:43.515Z Compiling darling_core v0.20.3
17352024-03-29T19:29:43.880Z Compiling clap_builder v4.5.1
17362024-03-29T19:29:45.736Z Compiling bstr v0.2.17
17372024-03-29T19:29:47.400Z Compiling sec1 v0.7.3
17382024-03-29T19:29:47.954Z Compiling idna v0.2.3
17392024-03-29T19:29:48.216Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17402024-03-29T19:29:49.015Z Compiling r2d2 v0.8.10
17412024-03-29T19:29:49.393Z Compiling group v0.13.0
17422024-03-29T19:29:51.823Z Compiling inout v0.1.3
17432024-03-29T19:29:52.103Z Compiling phf v0.11.2
17442024-03-29T19:29:52.408Z Compiling hyper-tls v0.5.0
17452024-03-29T19:29:52.649Z Compiling signal-hook-mio v0.2.3
17462024-03-29T19:29:52.733Z Compiling bzip2 v0.4.4
17472024-03-29T19:29:52.787Z Compiling flate2 v1.0.28
17482024-03-29T19:29:52.808Z Compiling hyper-rustls v0.24.2
17492024-03-29T19:29:53.082Z Compiling cookie_store v0.20.0
17502024-03-29T19:29:53.170Z Compiling postgres-types v0.2.6
17512024-03-29T19:29:53.714Z Compiling zerocopy v0.6.4
17522024-03-29T19:29:54.002Z Compiling hubpack v0.1.2
17532024-03-29T19:29:54.427Z Compiling rustls-pemfile v1.0.3
17542024-03-29T19:29:54.451Z Compiling phf_shared v0.10.0
17552024-03-29T19:29:54.523Z Compiling hkdf v0.12.4
17562024-03-29T19:29:54.545Z Compiling crossbeam-epoch v0.9.18
17572024-03-29T19:29:54.747Z Compiling serde_urlencoded v0.7.1
17582024-03-29T19:29:55.315Z Compiling ipnetwork v0.20.0
17592024-03-29T19:29:55.353Z Compiling futures-executor v0.3.30
17602024-03-29T19:29:55.833Z Compiling dtrace-parser v0.2.0
17612024-03-29T19:29:56.087Z Compiling crypto-bigint v0.5.2
17622024-03-29T19:29:56.300Z Compiling float-cmp v0.9.0
17632024-03-29T19:29:56.544Z Compiling normalize-line-endings v0.3.0
17642024-03-29T19:29:56.658Z Compiling whoami v1.5.0
17652024-03-29T19:29:57.473Z Compiling data-encoding v2.4.0
17662024-03-29T19:29:58.035Z Compiling winnow v0.6.1
17672024-03-29T19:29:59.023Z Compiling predicates-core v1.0.6
17682024-03-29T19:29:59.191Z Compiling minimal-lexical v0.2.1
17692024-03-29T19:29:59.341Z Compiling either v1.10.0
17702024-03-29T19:29:59.677Z Compiling sync_wrapper v0.1.2
17712024-03-29T19:29:59.751Z Compiling webpki-roots v0.25.2
17722024-03-29T19:29:59.790Z Compiling new_debug_unreachable v1.0.4
17732024-03-29T19:29:59.889Z Compiling difflib v0.4.0
17742024-03-29T19:29:59.913Z Compiling static_assertions v1.1.0
17752024-03-29T19:30:00.038Z Compiling precomputed-hash v0.1.1
17762024-03-29T19:30:00.162Z Compiling fixedbitset v0.4.2
17772024-03-29T19:30:00.318Z Compiling predicates v3.1.0
17782024-03-29T19:30:00.340Z Compiling itertools v0.10.5
17792024-03-29T19:30:00.555Z Compiling petgraph v0.6.4
17802024-03-29T19:30:01.029Z Compiling reqwest v0.11.24
17812024-03-29T19:30:01.174Z Compiling string_cache v0.8.7
17822024-03-29T19:30:01.635Z Compiling toml_edit v0.22.6
17832024-03-29T19:30:01.725Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17842024-03-29T19:30:01.895Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17852024-03-29T19:30:03.216Z Compiling nom v7.1.3
17862024-03-29T19:30:04.345Z Compiling trust-dns-proto v0.22.0
17872024-03-29T19:30:06.235Z Compiling elliptic-curve v0.13.8
17882024-03-29T19:30:06.978Z Compiling tokio-postgres v0.7.10
17892024-03-29T19:30:09.068Z Compiling diesel v2.1.4
17902024-03-29T19:30:09.337Z Compiling futures v0.3.30
17912024-03-29T19:30:09.457Z Compiling yasna v0.5.2
17922024-03-29T19:30:10.002Z Compiling zip v0.6.6
17932024-03-29T19:30:10.264Z Compiling crossterm v0.27.0
17942024-03-29T19:30:11.222Z Compiling cipher v0.4.4
17952024-03-29T19:30:11.723Z Compiling darling_macro v0.20.3
17962024-03-29T19:30:12.090Z Compiling clap v4.5.1
17972024-03-29T19:30:12.114Z Compiling similar v2.4.0
17982024-03-29T19:30:12.206Z Compiling bit-set v0.5.3
17992024-03-29T19:30:12.603Z Compiling num-iter v0.1.44
18002024-03-29T19:30:12.798Z Compiling usdt v0.3.5
18012024-03-29T19:30:13.069Z Compiling console v0.15.8
18022024-03-29T19:30:13.981Z Compiling tokio-stream v0.1.14
18032024-03-29T19:30:14.142Z Compiling toml v0.7.8
18042024-03-29T19:30:14.518Z Compiling bstr v1.9.0
18052024-03-29T19:30:14.962Z Compiling hex v0.4.3
18062024-03-29T19:30:15.450Z Compiling proc-macro-error-attr v1.0.4
18072024-03-29T19:30:15.653Z Compiling lalrpop-util v0.19.12
18082024-03-29T19:30:16.149Z Compiling darling v0.20.3
18092024-03-29T19:30:16.180Z Compiling proc-macro-crate v1.3.1
18102024-03-29T19:30:17.250Z Compiling proc-macro-error v1.0.4
18112024-03-29T19:30:17.473Z Compiling heapless v0.8.0
18122024-03-29T19:30:17.974Z Compiling camino v1.1.6
18132024-03-29T19:30:19.009Z Compiling num_enum_derive v0.5.11
18142024-03-29T19:30:27.951Z Compiling atty v0.2.14
18152024-03-29T19:30:27.972Z Compiling hash32 v0.3.1
18162024-03-29T19:30:28.523Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18172024-03-29T19:30:31.063Z Compiling rustls-pki-types v1.3.0
18182024-03-29T19:30:32.375Z Compiling smoltcp v0.11.0
18192024-03-29T19:30:46.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18202024-03-29T19:30:56.295Z Compiling num_enum v0.5.11
18212024-03-29T19:30:59.498Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18222024-03-29T19:30:59.743Z Compiling getopts v0.2.21
18232024-03-29T19:31:00.591Z Compiling dirs-sys-next v0.1.2
18242024-03-29T19:31:01.086Z Compiling rustls v0.22.2
18252024-03-29T19:31:01.532Z Compiling cobs v0.2.3
18262024-03-29T19:31:01.553Z Compiling unsafe-libyaml v0.2.10
18272024-03-29T19:31:01.735Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18282024-03-29T19:31:01.916Z Compiling embedded-io v0.4.0
18292024-03-29T19:31:02.138Z Compiling postcard v1.0.8
18302024-03-29T19:31:03.035Z Compiling serde_yaml v0.9.25
18312024-03-29T19:31:06.692Z Compiling dirs-next v2.0.0
18322024-03-29T19:31:07.800Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18332024-03-29T19:31:14.735Z Compiling rustls-webpki v0.102.1
18342024-03-29T19:31:19.213Z Compiling strum_macros v0.26.1
18352024-03-29T19:31:21.535Z Compiling foreign-types-macros v0.2.3
18362024-03-29T19:31:22.274Z Compiling structmeta-derive v0.3.0
18372024-03-29T19:31:22.720Z Compiling thread_local v1.1.7
18382024-03-29T19:31:22.740Z Compiling multer v3.0.0
18392024-03-29T19:31:22.974Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18402024-03-29T19:31:23.261Z Compiling paste v1.0.14
18412024-03-29T19:31:23.809Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18422024-03-29T19:31:23.874Z Compiling slog-async v2.8.0
18432024-03-29T19:31:24.334Z Compiling match_cfg v0.1.0
18442024-03-29T19:31:24.623Z Compiling foreign-types-shared v0.3.1
18452024-03-29T19:31:24.666Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18462024-03-29T19:31:24.861Z Compiling structmeta v0.3.0
18472024-03-29T19:31:24.974Z Compiling foreign-types v0.5.0
18482024-03-29T19:31:29.767Z Compiling hostname v0.3.1
18492024-03-29T19:31:31.065Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18502024-03-29T19:31:31.878Z Compiling strum v0.26.1
18512024-03-29T19:31:34.594Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18522024-03-29T19:31:42.080Z Compiling term v0.7.0
18532024-03-29T19:31:45.904Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18542024-03-29T19:31:46.936Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18552024-03-29T19:31:47.498Z Compiling slog-json v2.6.1
18562024-03-29T19:31:47.907Z Compiling crossbeam-channel v0.5.8
18572024-03-29T19:31:48.195Z Compiling tabwriter v1.4.0
18582024-03-29T19:31:49.038Z Compiling http v1.0.0
18592024-03-29T19:31:49.177Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18602024-03-29T19:31:49.623Z Compiling async-stream-impl v0.3.5
18612024-03-29T19:31:49.983Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18622024-03-29T19:31:50.154Z Compiling cstr-argument v0.1.2
18632024-03-29T19:31:50.422Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18642024-03-29T19:31:50.722Z Compiling rayon-core v1.12.1
18652024-03-29T19:31:50.845Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18662024-03-29T19:31:50.887Z Compiling pretty-hex v0.2.1
18672024-03-29T19:31:51.006Z Compiling atomic-waker v1.1.1
18682024-03-29T19:31:51.098Z Compiling crucible-workspace-hack v0.1.0
18692024-03-29T19:31:51.123Z Compiling take_mut v0.2.2
18702024-03-29T19:31:51.289Z Compiling fastrand v2.0.1
18712024-03-29T19:31:51.506Z Compiling waitgroup v0.1.2
18722024-03-29T19:31:51.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18732024-03-29T19:31:51.759Z Compiling tempfile v3.10.0
18742024-03-29T19:31:52.028Z Compiling async-stream v0.3.5
18752024-03-29T19:31:52.359Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18762024-03-29T19:31:53.297Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18772024-03-29T19:31:53.668Z Compiling slog-bunyan v2.5.0
18782024-03-29T19:31:53.825Z Compiling slog-term v2.9.0
18792024-03-29T19:31:53.942Z Compiling tokio-rustls v0.25.0
18802024-03-29T19:31:54.414Z Compiling parse-display-derive v0.9.0
18812024-03-29T19:31:54.605Z Compiling toml v0.8.10
18822024-03-29T19:31:55.031Z Compiling rustls-pemfile v2.1.1
18832024-03-29T19:31:55.376Z Compiling serde_with_macros v3.6.1
18842024-03-29T19:31:55.783Z Compiling sha1 v0.10.6
18852024-03-29T19:31:56.732Z Compiling crossbeam-deque v0.8.3
18862024-03-29T19:31:56.776Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18872024-03-29T19:31:57.123Z Compiling colored v2.1.0
18882024-03-29T19:31:58.110Z Compiling newtype-uuid v1.0.1
18892024-03-29T19:31:58.853Z Compiling serde_path_to_error v0.1.16
18902024-03-29T19:31:58.859Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18912024-03-29T19:31:58.860Z Compiling socket2 v0.4.9
18922024-03-29T19:31:58.860Z Compiling instant v0.1.12
18932024-03-29T19:31:59.327Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18942024-03-29T19:31:59.334Z Compiling debug-ignore v1.0.5
18952024-03-29T19:31:59.334Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18962024-03-29T19:31:59.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18972024-03-29T19:32:00.091Z Compiling backoff v0.4.0
18982024-03-29T19:32:00.374Z Compiling parse-display v0.9.0
18992024-03-29T19:32:00.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19002024-03-29T19:32:00.863Z Compiling serde_with v3.6.1
19012024-03-29T19:32:02.530Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19022024-03-29T19:32:03.221Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19032024-03-29T19:32:05.354Z Compiling camino-tempfile v1.1.1
19042024-03-29T19:32:05.749Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19052024-03-29T19:32:06.168Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19062024-03-29T19:32:06.230Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19072024-03-29T19:32:06.350Z Compiling heck v0.3.3
19082024-03-29T19:32:06.733Z Compiling textwrap v0.11.0
19092024-03-29T19:32:07.063Z Compiling macaddr v1.0.1
19102024-03-29T19:32:07.628Z Compiling num-derive v0.4.0
19112024-03-29T19:32:07.652Z Compiling vec_map v0.8.2
19122024-03-29T19:32:07.794Z Compiling libefi-sys v0.1.0
19132024-03-29T19:32:07.962Z Compiling ansi_term v0.12.1
19142024-03-29T19:32:08.081Z Compiling strsim v0.8.0
19152024-03-29T19:32:08.718Z Compiling clap v2.34.0
19162024-03-29T19:32:09.238Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19172024-03-29T19:32:09.526Z Compiling structopt-derive v0.4.18
19182024-03-29T19:32:09.791Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
19192024-03-29T19:32:11.488Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19202024-03-29T19:32:12.049Z Compiling rayon v1.9.0
19212024-03-29T19:32:12.283Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19222024-03-29T19:32:13.260Z Compiling smf v0.2.2
19232024-03-29T19:32:14.483Z Compiling blake3 v1.5.0
19242024-03-29T19:32:15.037Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19252024-03-29T19:32:15.288Z Compiling portable-atomic v1.4.3
19262024-03-29T19:32:16.007Z Compiling structopt v0.3.26
19272024-03-29T19:32:16.169Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19282024-03-29T19:32:16.214Z Compiling filetime v0.2.23
19292024-03-29T19:32:16.547Z Compiling memmap2 v0.7.1
19302024-03-29T19:32:16.547Z Compiling xattr v1.0.1
19312024-03-29T19:32:16.900Z Compiling same-file v1.0.6
19322024-03-29T19:32:17.092Z Compiling constant_time_eq v0.3.0
19332024-03-29T19:32:17.160Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19342024-03-29T19:32:17.270Z Compiling arrayvec v0.7.4
19352024-03-29T19:32:17.350Z Compiling arrayref v0.3.7
19362024-03-29T19:32:17.373Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19372024-03-29T19:32:17.575Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19382024-03-29T19:32:17.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19392024-03-29T19:32:18.360Z Compiling walkdir v2.4.0
19402024-03-29T19:32:19.941Z Compiling tar v0.4.40
19412024-03-29T19:32:20.470Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19422024-03-29T19:32:20.891Z Compiling gethostname v0.4.3
19432024-03-29T19:32:21.193Z Compiling number_prefix v0.4.0
19442024-03-29T19:32:21.443Z Compiling topological-sort v0.2.2
19452024-03-29T19:32:21.672Z Compiling omicron-zone-package v0.11.0
19462024-03-29T19:32:21.696Z Compiling swrite v0.1.0
19472024-03-29T19:32:22.632Z Compiling indicatif v0.17.8
19482024-03-29T19:32:28.323Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19492024-03-29T19:32:31.715Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19502024-03-29T19:32:32.431Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19512024-03-29T19:32:34.139Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19522024-03-29T19:32:51.804Z Finished release [optimized] target(s) in 5m 43s
19532024-03-29T19:32:52.051Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19542024-03-29T19:32:52.114ZLogging to: /work/oxidecomputer/omicron/out/LOG
19552024-03-29T19:32:52.117ZCreated new build target 'test' and set it as active
19562024-03-29T19:32:52.117Z
19572024-03-29T19:32:52.117Zreal 5:43.772006507
19582024-03-29T19:32:52.117Zuser 32:59.224102115
19592024-03-29T19:32:52.117Zsys 3:46.270269337
19602024-03-29T19:32:52.117Ztrap 0.984479314
19612024-03-29T19:32:52.117Ztflt 8.160978826
19622024-03-29T19:32:52.117Zdflt 6.628885214
19632024-03-29T19:32:52.117Zkflt 0.214512291
19642024-03-29T19:32:52.117Zlock 1:10:16.560364227
19652024-03-29T19:32:52.117Zslp 1:34:43.539226436
19662024-03-29T19:32:52.117Zlat 2:03.787286726
19672024-03-29T19:32:52.117Zstop 3:32.737749184
19682024-03-29T19:32:52.117Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19692024-03-29T19:32:52.909Z Finished release [optimized] target(s) in 0.73s
19702024-03-29T19:32:52.919Z Running `target/release/omicron-package -t test package`
19712024-03-29T19:32:52.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
19722024-03-29T19:32:53.781Z Compiling base64 v0.22.0
19732024-03-29T19:32:53.781Z Compiling newline-converter v0.3.0
19742024-03-29T19:32:53.784Z Compiling usdt-macro v0.5.0
19752024-03-29T19:32:53.784Z Compiling usdt-attr-macro v0.5.0
19762024-03-29T19:32:53.784Z Compiling memmap v0.7.0
19772024-03-29T19:32:53.884Z Compiling humantime v2.1.0
19782024-03-29T19:32:53.893Z Compiling linked-hash-map v0.5.6
19792024-03-29T19:32:53.897Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19802024-03-29T19:32:53.975Z Compiling expectorate v1.1.0
19812024-03-29T19:32:54.139Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19822024-03-29T19:32:54.150Z Compiling password-hash v0.5.0
19832024-03-29T19:32:54.254Z Compiling lru-cache v0.1.2
19842024-03-29T19:32:54.266Z Compiling blake2 v0.10.6
19852024-03-29T19:32:54.451Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19862024-03-29T19:32:54.720Z Compiling argon2 v0.5.3
19872024-03-29T19:32:54.910Z Compiling semver v0.1.20
19882024-03-29T19:32:55.124Z Compiling bytecount v0.6.3
19892024-03-29T19:32:55.246Z Compiling usdt v0.5.0
19902024-03-29T19:32:55.425Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19912024-03-29T19:32:55.473Z Compiling rustc_version v0.1.7
19922024-03-29T19:32:55.613Z Compiling papergrid v0.11.0
19932024-03-29T19:32:55.877Z Compiling newtype_derive v0.1.6
19942024-03-29T19:32:56.007Z Compiling tabled_derive v0.7.0
19952024-03-29T19:32:56.337Z Compiling quick-error v1.2.3
19962024-03-29T19:32:56.486Z Compiling resolv-conf v0.7.0
19972024-03-29T19:32:56.504Z Compiling steno v0.4.0
19982024-03-29T19:32:56.850Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19992024-03-29T19:32:57.431Z Compiling derive-where v1.2.7
20002024-03-29T19:32:58.137Z Compiling num-rational v0.4.1
20012024-03-29T19:32:58.376Z Compiling tabled v0.15.0
20022024-03-29T19:32:58.430Z Compiling termcolor v1.2.0
20032024-03-29T19:32:59.721Z Compiling trust-dns-resolver v0.22.0
20042024-03-29T19:33:00.604Z Compiling itertools v0.12.1
20052024-03-29T19:33:00.681Z Compiling slog-dtrace v0.3.0
20062024-03-29T19:33:00.959Z Compiling utf-8 v0.7.6
20072024-03-29T19:33:03.927Z Compiling num-complex v0.4.4
20082024-03-29T19:33:05.210Z Compiling num v0.4.1
20092024-03-29T19:33:05.321Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20102024-03-29T19:33:05.893Z Compiling nibble_vec v0.1.0
20112024-03-29T19:33:06.107Z Compiling radium v0.7.0
20122024-03-29T19:33:06.337Z Compiling endian-type v0.1.2
20132024-03-29T19:33:06.554Z Compiling radix_trie v0.2.1
20142024-03-29T19:33:06.580Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20152024-03-29T19:33:07.494Z Compiling tungstenite v0.20.1
20162024-03-29T19:33:09.961Z Compiling tap v1.0.1
20172024-03-29T19:33:10.144Z Compiling maybe-uninit v2.0.0
20182024-03-29T19:33:10.655Z Compiling wyz v0.5.1
20192024-03-29T19:33:10.920Z Compiling tokio-tungstenite v0.20.1
20202024-03-29T19:33:11.465Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20212024-03-29T19:33:11.706Z Compiling packed_struct v0.10.1
20222024-03-29T19:33:12.095Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20232024-03-29T19:33:12.967Z Compiling arc-swap v1.6.0
20242024-03-29T19:33:13.702Z Compiling cancel-safe-futures v0.1.5
20252024-03-29T19:33:14.019Z Compiling funty v2.0.0
20262024-03-29T19:33:16.685Z Compiling crc-catalog v2.2.0
20272024-03-29T19:33:16.831Z Compiling display-error-chain v0.2.0
20282024-03-29T19:33:17.011Z Compiling num-bigint-dig v0.8.4
20292024-03-29T19:33:17.312Z Compiling crc v3.0.1
20302024-03-29T19:33:17.500Z Compiling bitvec v1.0.1
20312024-03-29T19:33:18.049Z Compiling slog-scope v4.4.0
20322024-03-29T19:33:19.188Z Compiling fxhash v0.2.1
20332024-03-29T19:33:19.396Z Compiling packed_struct_codegen v0.10.1
20342024-03-29T19:33:20.562Z Compiling indexmap v1.9.3
20352024-03-29T19:33:21.264Z Compiling nodrop v0.1.14
20362024-03-29T19:33:21.269Z Compiling array-init v0.0.4
20372024-03-29T19:33:21.793Z Compiling smallvec v0.6.14
20382024-03-29T19:33:21.910Z Compiling slog-stdlog v4.1.1
20392024-03-29T19:33:22.873Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20402024-03-29T19:33:22.891Z Compiling rayon-core v1.12.1
20412024-03-29T19:33:22.909Z Compiling pkcs1 v0.7.5
20422024-03-29T19:33:23.347Z Compiling is-terminal v0.4.9
20432024-03-29T19:33:23.479Z Compiling signature v2.1.0
20442024-03-29T19:33:23.728Z Compiling crossbeam-deque v0.8.3
20452024-03-29T19:33:24.044Z Compiling dirs-sys-next v0.1.2
20462024-03-29T19:33:24.555Z Compiling half v2.3.1
20472024-03-29T19:33:25.231Z Compiling crunchy v0.2.2
20482024-03-29T19:33:25.657Z Compiling same-file v1.0.6
20492024-03-29T19:33:25.879Z Compiling bitfield v0.14.0
20502024-03-29T19:33:26.165Z Compiling ciborium-io v0.2.2
20512024-03-29T19:33:26.209Z Compiling fastrand v2.0.1
20522024-03-29T19:33:26.291Z Compiling glob v0.3.1
20532024-03-29T19:33:26.752Z Compiling hashbrown v0.12.3
20542024-03-29T19:33:27.096Z Compiling clang-sys v1.6.1
20552024-03-29T19:33:27.118Z Compiling tempfile v3.10.0
20562024-03-29T19:33:27.762Z Compiling ciborium-ll v0.2.2
20572024-03-29T19:33:27.901Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20582024-03-29T19:33:28.227Z Compiling walkdir v2.4.0
20592024-03-29T19:33:28.888Z Compiling rsa v0.9.2
20602024-03-29T19:33:29.092Z Compiling dirs-next v2.0.0
20612024-03-29T19:33:30.923Z Compiling env_logger v0.10.0
20622024-03-29T19:33:32.411Z Compiling serde-hex v0.1.0
20632024-03-29T19:33:34.427Z Compiling slog-envlogger v2.2.0
20642024-03-29T19:33:34.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20652024-03-29T19:33:34.751Z Compiling camino v1.1.6
20662024-03-29T19:33:34.818Z Compiling x509-cert v0.2.4
20672024-03-29T19:33:34.881Z Compiling ron v0.8.1
20682024-03-29T19:33:37.248Z Compiling hashbrown v0.13.2
20692024-03-29T19:33:37.548Z Compiling semver-parser v0.10.2
20702024-03-29T19:33:38.568Z Compiling unicase v2.7.0
20712024-03-29T19:33:38.863Z Compiling crc-any v2.4.3
20722024-03-29T19:33:39.292Z Compiling prettyplease v0.2.16
20732024-03-29T19:33:39.572Z Compiling tiny-keccak v2.0.2
20742024-03-29T19:33:39.866Z Compiling blake3 v1.5.0
20752024-03-29T19:33:39.876Z Compiling object v0.30.4
20762024-03-29T19:33:40.154Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20772024-03-29T19:33:40.984Z Compiling semver v0.11.0
20782024-03-29T19:33:41.660Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20792024-03-29T19:33:44.289Z Compiling rayon v1.9.0
20802024-03-29T19:33:45.634Z Compiling term v0.7.0
20812024-03-29T19:33:46.970Z Compiling ciborium v0.2.2
20822024-03-29T19:33:47.556Z Compiling darling_core v0.14.4
20832024-03-29T19:33:49.152Z Compiling filetime v0.2.23
20842024-03-29T19:33:49.328Z Compiling xattr v1.0.1
20852024-03-29T19:33:49.432Z Compiling memmap2 v0.7.1
20862024-03-29T19:33:49.552Z Compiling constant_time_eq v0.3.0
20872024-03-29T19:33:49.697Z Compiling path-slash v0.1.5
20882024-03-29T19:33:49.813Z Compiling home v0.5.5
20892024-03-29T19:33:49.919Z Compiling arrayref v0.3.7
20902024-03-29T19:33:50.010Z Compiling arrayvec v0.7.4
20912024-03-29T19:33:50.040Z Compiling toolchain_find v0.2.0
20922024-03-29T19:33:50.578Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20932024-03-29T19:33:51.918Z Compiling tar v0.4.40
20942024-03-29T19:33:52.691Z Compiling darling_macro v0.14.4
20952024-03-29T19:33:53.761Z Compiling ascii-canvas v3.0.0
20962024-03-29T19:33:53.781Z Compiling camino-tempfile v1.1.1
20972024-03-29T19:33:53.952Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20982024-03-29T19:33:54.220Z Compiling libsw v3.3.1
20992024-03-29T19:33:54.295Z Compiling toml v0.5.11
21002024-03-29T19:33:54.375Z Compiling ena v0.14.2
21012024-03-29T19:33:54.547Z Compiling libloading v0.7.4
21022024-03-29T19:33:54.772Z Compiling parking_lot_core v0.8.6
21032024-03-29T19:33:54.934Z Compiling convert_case v0.4.0
21042024-03-29T19:33:55.166Z Compiling regex-syntax v0.6.29
21052024-03-29T19:33:55.732Z Compiling owo-colors v4.0.0
21062024-03-29T19:33:57.569Z Compiling linear-map v1.2.0
21072024-03-29T19:33:57.977Z Compiling bindgen v0.69.2
21082024-03-29T19:33:58.382Z Compiling topological-sort v0.2.2
21092024-03-29T19:33:58.566Z Compiling diff v0.1.13
21102024-03-29T19:33:58.630Z Compiling omicron-zone-package v0.11.0
21112024-03-29T19:33:58.656Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21122024-03-29T19:33:59.097Z Compiling lalrpop v0.19.12
21132024-03-29T19:33:59.270Z Compiling rustfmt-wrapper v0.2.0
21142024-03-29T19:33:59.876Z Compiling derive_more v0.99.17
21152024-03-29T19:34:02.498Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21162024-03-29T19:34:02.713Z Compiling darling v0.14.4
21172024-03-29T19:34:04.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21182024-03-29T19:34:05.526Z Compiling toml v0.8.10
21192024-03-29T19:34:06.352Z Compiling cexpr v0.6.0
21202024-03-29T19:34:07.052Z Compiling which v4.4.0
21212024-03-29T19:34:07.126Z Compiling lazycell v1.3.0
21222024-03-29T19:34:07.292Z Compiling rustc-hash v1.1.0
21232024-03-29T19:34:07.438Z Compiling shlex v1.3.0
21242024-03-29T19:34:07.557Z Compiling peeking_take_while v0.1.2
21252024-03-29T19:34:07.703Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21262024-03-29T19:34:08.117Z Compiling derive_builder_core v0.12.0
21272024-03-29T19:34:09.818Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21282024-03-29T19:34:10.213Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21292024-03-29T19:34:10.433Z Compiling headers-core v0.2.0
21302024-03-29T19:34:10.601Z Compiling pem v3.0.2
21312024-03-29T19:34:10.790Z Compiling libxml v0.3.3
21322024-03-29T19:34:10.834Z Compiling platforms v3.0.2
21332024-03-29T19:34:11.124Z Compiling ref-cast v1.0.20
21342024-03-29T19:34:11.196Z Compiling headers v0.3.9
21352024-03-29T19:34:11.272Z Compiling derive_builder_macro v0.12.0
21362024-03-29T19:34:11.630Z Compiling parking_lot v0.11.2
21372024-03-29T19:34:12.075Z Compiling mime_guess v2.0.4
21382024-03-29T19:34:12.172Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21392024-03-29T19:34:13.339Z Compiling trust-dns-client v0.22.0
21402024-03-29T19:34:14.074Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21412024-03-29T19:34:14.346Z Compiling strum_macros v0.24.3
21422024-03-29T19:34:17.837Z Compiling ref-cast-impl v1.0.20
21432024-03-29T19:34:18.887Z Compiling vte_generate_state_changes v0.1.1
21442024-03-29T19:34:18.965Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21452024-03-29T19:34:19.259Z Compiling cookie v0.18.0
21462024-03-29T19:34:19.466Z Compiling indoc v1.0.9
21472024-03-29T19:34:19.560Z Compiling doc-comment v0.3.3
21482024-03-29T19:34:20.049Z Compiling buf-list v1.0.3
21492024-03-29T19:34:20.559Z Compiling vte v0.11.1
21502024-03-29T19:34:20.815Z Compiling trust-dns-server v0.22.1
21512024-03-29T19:34:22.072Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21522024-03-29T19:34:23.136Z Compiling derive_builder v0.12.0
21532024-03-29T19:34:23.316Z Compiling sled v0.34.7
21542024-03-29T19:34:25.662Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21552024-03-29T19:34:26.703Z Compiling polar-core v0.27.0
21562024-03-29T19:34:28.586Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21572024-03-29T19:34:28.858Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21582024-03-29T19:34:28.975Z Compiling bb8 v0.8.3
21592024-03-29T19:34:29.466Z Compiling const_format_proc_macros v0.2.32
21602024-03-29T19:34:30.073Z Compiling quick-xml v0.30.0
21612024-03-29T19:34:31.513Z Compiling oso-derive v0.27.0
21622024-03-29T19:34:32.454Z Compiling impl-trait-for-tuples v0.2.2
21632024-03-29T19:34:34.103Z Compiling pin-project-internal v1.1.3
21642024-03-29T19:34:36.307Z Compiling memoffset v0.7.1
21652024-03-29T19:34:36.622Z Compiling maplit v1.0.2
21662024-03-29T19:34:36.842Z Compiling pin-project v1.1.3
21672024-03-29T19:34:36.971Z Compiling const_format v0.2.32
21682024-03-29T19:34:38.232Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21692024-03-29T19:34:42.292Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21702024-03-29T19:34:42.903Z Compiling curve25519-dalek v4.1.1
21712024-03-29T19:34:45.074Z Compiling strip-ansi-escapes v0.2.0
21722024-03-29T19:34:49.744Z Compiling oso v0.27.0
21732024-03-29T19:34:59.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21742024-03-29T19:35:01.426Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
21752024-03-29T19:35:02.042Z Compiling fd-lock v3.0.13
21762024-03-29T19:35:02.263Z Compiling kstat-rs v0.2.3
21772024-03-29T19:35:03.325Z Compiling snafu-derive v0.7.5
21782024-03-29T19:35:06.591Z Compiling fs-err v2.11.0
21792024-03-29T19:35:06.881Z Compiling strum v0.25.0
21802024-03-29T19:35:07.064Z Compiling keccak v0.1.4
21812024-03-29T19:35:08.026Z Compiling nu-ansi-term v0.50.0
21822024-03-29T19:35:08.177Z Compiling snafu v0.7.5
21832024-03-29T19:35:09.278Z Compiling reedline v0.30.0
21842024-03-29T19:35:09.348Z Compiling sha3 v0.10.8
21852024-03-29T19:35:09.761Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21862024-03-29T19:35:10.007Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21872024-03-29T19:35:10.180Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
21882024-03-29T19:35:17.791Z Compiling env_logger v0.9.3
21892024-03-29T19:35:22.635Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21902024-03-29T19:35:26.674Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-03-29T19:35:26.682Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
21922024-03-29T19:35:26.682Z Compiling globset v0.4.13
21932024-03-29T19:35:27.795Z Compiling fd-lock v4.0.2
21942024-03-29T19:35:28.009Z Compiling olpc-cjson v0.1.3
21952024-03-29T19:35:28.349Z Compiling universal-hash v0.5.1
21962024-03-29T19:35:28.556Z Compiling nix v0.27.1
21972024-03-29T19:35:29.279Z Compiling secrecy v0.8.0
21982024-03-29T19:35:29.534Z Compiling serde_plain v1.0.2
21992024-03-29T19:35:30.063Z Compiling nanorand v0.7.0
22002024-03-29T19:35:30.810Z Compiling curve25519-dalek-derive v0.1.0
22012024-03-29T19:35:31.982Z Compiling sqlparser_derive v0.2.2
22022024-03-29T19:35:32.577Z Compiling async-recursion v1.0.5
22032024-03-29T19:35:33.004Z Compiling thiserror-impl-no-std v2.0.2
22042024-03-29T19:35:33.131Z Compiling bitstruct_derive v0.1.0
22052024-03-29T19:35:33.974Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22062024-03-29T19:35:34.108Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22072024-03-29T19:35:34.357Z Compiling typed-path v0.7.0
22082024-03-29T19:35:34.404Z Compiling opaque-debug v0.3.0
22092024-03-29T19:35:34.584Z Compiling signature v1.6.4
22102024-03-29T19:35:34.739Z Compiling unicode_categories v0.1.1
22112024-03-29T19:35:34.756Z Compiling ascii v1.1.0
22122024-03-29T19:35:34.809Z Compiling salty v0.2.0
22132024-03-29T19:35:35.081Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22142024-03-29T19:35:35.235Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22152024-03-29T19:35:35.394Z Compiling sqlformat v0.2.3
22162024-03-29T19:35:35.496Z Compiling ed25519 v1.5.3
22172024-03-29T19:35:35.681Z Compiling thiserror-no-std v2.0.2
22182024-03-29T19:35:35.804Z Compiling rustyline v13.0.0
22192024-03-29T19:35:35.817Z Compiling poly1305 v0.8.0
22202024-03-29T19:35:37.500Z Compiling tough v0.16.0
22212024-03-29T19:35:37.912Z Compiling bitstruct v0.1.1
22222024-03-29T19:35:37.965Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22232024-03-29T19:35:38.231Z Compiling sqlparser v0.43.1
22242024-03-29T19:35:44.215Z Compiling flume v0.11.0
22252024-03-29T19:35:44.903Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22262024-03-29T19:35:48.254Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22272024-03-29T19:35:48.983Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22282024-03-29T19:35:55.568Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22292024-03-29T19:35:56.234Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22302024-03-29T19:35:56.558Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22312024-03-29T19:35:56.840Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22322024-03-29T19:35:58.026Z Compiling chacha20 v0.9.1
22332024-03-29T19:35:58.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22342024-03-29T19:36:00.225Z Compiling aead v0.5.2
22352024-03-29T19:36:00.543Z Compiling bcs v0.1.6
22362024-03-29T19:36:00.747Z Compiling serde_arrays v0.1.0
22372024-03-29T19:36:00.928Z Compiling serde-big-array v0.5.1
22382024-03-29T19:36:01.189Z Compiling erased-serde v0.3.31
22392024-03-29T19:36:01.454Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22402024-03-29T19:36:02.262Z Compiling highway v1.1.0
22412024-03-29T19:36:02.837Z Compiling parse-size v1.0.0
22422024-03-29T19:36:03.135Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22432024-03-29T19:36:03.646Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22442024-03-29T19:36:05.232Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22452024-03-29T19:36:13.913Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22462024-03-29T19:36:15.141Z Compiling chacha20poly1305 v0.10.1
22472024-03-29T19:36:15.375Z Compiling vsss-rs v3.3.4
22482024-03-29T19:36:24.850Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22492024-03-29T19:36:25.557Z Compiling signal-hook-tokio v0.3.1
22502024-03-29T19:36:25.760Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22512024-03-29T19:36:28.653Z Compiling castaway v0.2.2
22522024-03-29T19:36:28.653Z Compiling rand_seeder v0.2.3
22532024-03-29T19:36:28.656Z Compiling serde-big-array v0.4.1
22542024-03-29T19:36:28.843Z Compiling http-range v0.1.5
22552024-03-29T19:36:29.451Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22562024-03-29T19:36:30.390Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22572024-03-29T19:36:31.614Z Compiling hyper-staticfile v0.9.5
22582024-03-29T19:36:31.778Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22592024-03-29T19:36:33.193Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22602024-03-29T19:36:33.388Z Compiling compact_str v0.7.1
22612024-03-29T19:36:34.044Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22622024-03-29T19:36:34.938Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22632024-03-29T19:36:41.848Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22642024-03-29T19:36:42.493Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22652024-03-29T19:36:49.003Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22662024-03-29T19:36:50.856Z Compiling zone_cfg_derive v0.1.2
22672024-03-29T19:36:52.265Z Compiling tungstenite v0.21.0
22682024-03-29T19:36:56.660Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22692024-03-29T19:36:56.957Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22702024-03-29T19:36:57.246Z Compiling lru v0.12.1
22712024-03-29T19:36:57.370Z Compiling stability v0.1.1
22722024-03-29T19:36:57.588Z Compiling base64 v0.13.1
22732024-03-29T19:36:57.721Z Compiling cassowary v0.3.0
22742024-03-29T19:36:58.342Z Compiling corncobs v0.1.3
22752024-03-29T19:36:58.408Z Compiling indoc v2.0.3
22762024-03-29T19:36:58.717Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22772024-03-29T19:36:59.357Z Compiling ratatui v0.26.1
22782024-03-29T19:36:59.511Z Compiling ron v0.7.1
22792024-03-29T19:36:59.568Z Compiling tokio-tungstenite v0.21.0
22802024-03-29T19:37:00.137Z Compiling zone v0.1.8
22812024-03-29T19:37:02.238Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22822024-03-29T19:37:03.775Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22832024-03-29T19:37:04.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22842024-03-29T19:37:05.118Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22852024-03-29T19:37:20.815Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22862024-03-29T19:37:22.171Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22872024-03-29T19:37:23.918Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22882024-03-29T19:37:25.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22892024-03-29T19:37:25.300Z Compiling portpicker v0.1.1
22902024-03-29T19:37:25.839Z Compiling smawk v0.3.1
22912024-03-29T19:37:26.086Z Compiling unicode-linebreak v0.1.5
22922024-03-29T19:37:26.674Z Compiling textwrap v0.16.1
22932024-03-29T19:37:30.608Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22942024-03-29T19:37:31.965Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22952024-03-29T19:37:40.633Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22962024-03-29T19:37:42.787Z Compiling rcgen v0.12.1
22972024-03-29T19:37:47.301Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22982024-03-29T19:37:47.752Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
22992024-03-29T19:37:48.552Z Compiling atomicwrites v0.4.3
23002024-03-29T19:37:49.106Z Compiling fatfs v0.3.6
23012024-03-29T19:37:52.105Z Compiling subprocess v0.2.9
23022024-03-29T19:37:53.555Z Compiling rtoolbox v0.0.1
23032024-03-29T19:37:53.971Z Compiling is_ci v1.2.0
23042024-03-29T19:37:53.985Z Compiling assert_matches v1.5.0
23052024-03-29T19:37:54.081Z Compiling supports-color v3.0.0
23062024-03-29T19:37:54.418Z Compiling rpassword v7.3.1
23072024-03-29T19:37:54.576Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23082024-03-29T19:37:54.753Z Compiling tui-tree-widget v0.17.0
23092024-03-29T19:37:54.861Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23102024-03-29T19:37:55.130Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23112024-03-29T19:37:57.454Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23122024-03-29T19:37:57.712Z Compiling csv-core v0.1.11
23132024-03-29T19:37:58.139Z Compiling shell-words v1.1.0
23142024-03-29T19:37:58.583Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23152024-03-29T19:37:58.634Z Compiling csv v1.3.0
23162024-03-29T19:38:00.840Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23172024-03-29T19:38:01.655Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23182024-03-29T19:38:11.114Z Compiling multimap v0.10.0
23192024-03-29T19:40:00.640Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23202024-03-29T19:40:16.678Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23212024-03-29T19:40:26.921Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23222024-03-29T19:46:50.808Z Finished release [optimized] target(s) in 13m 57s
23232024-03-29T19:47:55.555Z
23242024-03-29T19:47:55.555Zreal 15:03.390965350
23252024-03-29T19:47:55.555Zuser 1:44:43.356713850
23262024-03-29T19:47:55.555Zsys 4:25.222312147
23272024-03-29T19:47:55.555Ztrap 2.513192276
23282024-03-29T19:47:55.556Ztflt 2.021935439
23292024-03-29T19:47:55.559Zdflt 3.398753173
23302024-03-29T19:47:55.559Zkflt 0.020874220
23312024-03-29T19:47:55.559Zlock 6:38:13.988239361
23322024-03-29T19:47:55.559Zslp 4:07:38.299990254
23332024-03-29T19:47:55.559Zlat 2:24.717443510
23342024-03-29T19:47:55.559Zstop 58.060861578
23352024-03-29T19:47:55.559Z+ 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/*)
23362024-03-29T19:47:55.559Z+ pfexec mkdir -p /work
23372024-03-29T19:47:55.562Z+ pfexec chown build /work
23382024-03-29T19:47:55.562Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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
23392024-03-29T19:48:05.365ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23402024-03-29T19:48:05.366Za out/mg-ddm-gz.tar 73905K
23412024-03-29T19:48:05.366Za out/omicron-sled-agent.tar 112876K
23422024-03-29T19:48:05.366Za out/oxlog.tar 6098K
23432024-03-29T19:48:05.366Za out/target/test 1K
23442024-03-29T19:48:05.366Za out/npuzone/npuzone 36313K
23452024-03-29T19:48:05.366Za package-manifest.toml 26K
23462024-03-29T19:48:05.366Za smf/sled-agent/non-gimlet/config.toml 4K
23472024-03-29T19:48:05.366Za target/release/omicron-package 39232K
23482024-03-29T19:48:05.366Za tools/create_virtual_hardware.sh 4K
23492024-03-29T19:48:05.366Za tools/virtual_hardware.sh 4K
23502024-03-29T19:48:05.366Za tools/scrimlet/create-softnpu-zone.sh 1K
23512024-03-29T19:48:05.366Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23522024-03-29T19:48:05.366Za tools/scrimlet/softnpu-init.sh 3K
23532024-03-29T19:48:05.366Za tools/scrimlet/softnpu-zone.txt 1K
23542024-03-29T19:48:05.366Za tools/scrimlet/softnpu.toml 1K
23552024-03-29T19:48:05.370Z
23562024-03-29T19:48:05.370Zreal 9.801950609
23572024-03-29T19:48:05.370Zuser 9.479336654
23582024-03-29T19:48:05.370Zsys 0.619920647
23592024-03-29T19:48:05.370Ztrap 0.002008270
23602024-03-29T19:48:05.370Ztflt 0.000000000
23612024-03-29T19:48:05.371Zdflt 0.000000000
23622024-03-29T19:48:05.371Zkflt 0.000000000
23632024-03-29T19:48:05.371Zlock 0.000000000
23642024-03-29T19:48:05.371Zslp 9.287714605
23652024-03-29T19:48:05.371Zlat 0.212031459
23662024-03-29T19:48:05.371Zstop 0.000178476
23672024-03-29T19:48:05.371Z++ pwd
23682024-03-29T19:48:05.371Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23692024-03-29T19:48:05.371Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23702024-03-29T19:48:05.378Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23712024-03-29T19:48:06.174Z Finished release [optimized] target(s) in 0.75s
23722024-03-29T19:48:06.195Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23732024-03-29T19:48:06.225ZLogging to: /work/oxidecomputer/omicron/out/LOG
23742024-03-29T19:48:06.229ZCreated new build target 'host' and set it as active
23752024-03-29T19:48:06.229Z
23762024-03-29T19:48:06.229Zreal 0.851883180
23772024-03-29T19:48:06.229Zuser 0.557205742
23782024-03-29T19:48:06.229Zsys 0.275094843
23792024-03-29T19:48:06.229Ztrap 0.000038188
23802024-03-29T19:48:06.229Ztflt 0.000002379
23812024-03-29T19:48:06.229Zdflt 0.000011519
23822024-03-29T19:48:06.229Zkflt 0.000000000
23832024-03-29T19:48:06.229Zlock 0.024493755
23842024-03-29T19:48:06.229Zslp 0.109771856
23852024-03-29T19:48:06.229Zlat 0.005410117
23862024-03-29T19:48:06.229Zstop 0.000283372
23872024-03-29T19:48:06.229Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23882024-03-29T19:48:07.001Z Finished release [optimized] target(s) in 0.72s
23892024-03-29T19:48:07.022Z Running `target/release/omicron-package -t host package`
23902024-03-29T19:48:07.052ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912024-03-29T19:48:07.847Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23922024-03-29T19:50:28.951Z Finished release [optimized] target(s) in 2m 21s
23932024-03-29T19:51:00.945Z
23942024-03-29T19:51:00.950Zreal 2:54.701341436
23952024-03-29T19:51:00.950Zuser 13:57.020617347
23962024-03-29T19:51:00.950Zsys 35.828925162
23972024-03-29T19:51:00.950Ztrap 0.260039642
23982024-03-29T19:51:00.950Ztflt 0.037069824
23992024-03-29T19:51:00.950Zdflt 4.775586585
24002024-03-29T19:51:00.950Zkflt 0.000025759
24012024-03-29T19:51:00.950Zlock 1:02:47.156292195
24022024-03-29T19:51:00.950Zslp 12:24.702129925
24032024-03-29T19:51:00.950Zlat 8.273745700
24042024-03-29T19:51:00.950Zstop 2.438078815
24052024-03-29T19:51:00.950Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24062024-03-29T19:51:00.950Z+ for package in "$@"
24072024-03-29T19:51:00.950Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24082024-03-29T19:51:00.951Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git820a44016fc
24092024-03-29T19:51:01.749Z Finished release [optimized] target(s) in 0.75s
24102024-03-29T19:51:01.772Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git820a44016fc`
24112024-03-29T19:51:01.806ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122024-03-29T19:51:01.967ZCreated: out/versioned/omicron-sled-agent.tar
24132024-03-29T19:51:01.972Z+ for package in "$@"
24142024-03-29T19:51:01.972Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24152024-03-29T19:51:01.972Z+ echo 0.0.0
24162024-03-29T19:51:01.972Z+ tar rvf out/mg-ddm-gz.tar VERSION
24172024-03-29T19:51:01.976Za VERSION 1K
24182024-03-29T19:51:01.976Z+ rm VERSION
24192024-03-29T19:51:01.976Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git820a44016fc
24202024-03-29T19:51:02.765Z Finished release [optimized] target(s) in 0.74s
24212024-03-29T19:51:02.789Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git820a44016fc`
24222024-03-29T19:51:02.819ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232024-03-29T19:51:02.970ZCreated: out/versioned/mg-ddm-gz.tar
24242024-03-29T19:51:02.973Z+ for package in "$@"
24252024-03-29T19:51:02.974Z+ [[ propolis-server == mg-ddm-gz ]]
24262024-03-29T19:51:02.974Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git820a44016fc
24272024-03-29T19:51:03.734Z Finished release [optimized] target(s) in 0.71s
24282024-03-29T19:51:03.755Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git820a44016fc`
24292024-03-29T19:51:03.785ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302024-03-29T19:51:04.771ZCreated: out/versioned/propolis-server.tar.gz
24312024-03-29T19:51:04.775Z+ for package in "$@"
24322024-03-29T19:51:04.775Z+ [[ overlay == mg-ddm-gz ]]
24332024-03-29T19:51:04.775Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git820a44016fc
24342024-03-29T19:51:05.531Z Finished release [optimized] target(s) in 0.70s
24352024-03-29T19:51:05.554Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git820a44016fc`
24362024-03-29T19:51:05.583ZLogging to: /work/oxidecomputer/omicron/out/LOG
24372024-03-29T19:51:05.593ZCreated: out/versioned/overlay.tar.gz
24382024-03-29T19:51:05.593Z+ for package in "$@"
24392024-03-29T19:51:05.594Z+ [[ oxlog == mg-ddm-gz ]]
24402024-03-29T19:51:05.594Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git820a44016fc
24412024-03-29T19:51:06.349Z Finished release [optimized] target(s) in 0.71s
24422024-03-29T19:51:06.375Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git820a44016fc`
24432024-03-29T19:51:06.408ZLogging to: /work/oxidecomputer/omicron/out/LOG
24442024-03-29T19:51:06.436ZCreated: out/versioned/oxlog.tar
24452024-03-29T19:51:06.436Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24462024-03-29T19:51:06.506Z+++ dirname -- ./tools/build-global-zone-packages.sh
24472024-03-29T19:51:06.506Z++ cd -- ./tools
24482024-03-29T19:51:06.506Z++ pwd
24492024-03-29T19:51:06.506Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24502024-03-29T19:51:06.506Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24512024-03-29T19:51:06.593Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24522024-03-29T19:51:06.717Z++ readlink -f /work
24532024-03-29T19:51:06.717Z+ out_dir=/work
24542024-03-29T19:51:06.717Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
24552024-03-29T19:51:06.717Z+ for dep in "${deps[@]}"
24562024-03-29T19:51:06.717Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24572024-03-29T19:51:06.717Z+ for dep in "${deps[@]}"
24582024-03-29T19:51:06.717Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24592024-03-29T19:51:06.717Z+ for dep in "${deps[@]}"
24602024-03-29T19:51:06.717Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24612024-03-29T19:51:06.717Z+ for dep in "${deps[@]}"
24622024-03-29T19:51:06.717Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24632024-03-29T19:51:06.718Z+ for dep in "${deps[@]}"
24642024-03-29T19:51:06.718Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24652024-03-29T19:51:06.718Z++ mktemp -d
24662024-03-29T19:51:06.718Z+ tmp_gz=/tmp/tmp.w7ay2h
24672024-03-29T19:51:06.718Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24682024-03-29T19:51:06.718Z+ echo '{"v":"1","t":"layer"}'
24692024-03-29T19:51:06.718Z+ pkg_dir=/tmp/tmp.w7ay2h/root/opt/oxide/sled-agent
24702024-03-29T19:51:06.718Z+ mkdir -p /tmp/tmp.w7ay2h/root/opt/oxide/sled-agent
24712024-03-29T19:51:06.718Z+ cd /tmp/tmp.w7ay2h/root/opt/oxide/sled-agent
24722024-03-29T19:51:06.718Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24732024-03-29T19:51:06.768Zx ., 0 bytes, 0 tape blocks
24742024-03-29T19:51:06.768Zx zone-bundle, 36115344 bytes, 70538 tape blocks
24752024-03-29T19:51:06.768Zx sled-agent, 79452808 bytes, 155182 tape blocks
24762024-03-29T19:51:06.768Zx pkg, 0 bytes, 0 tape blocks
24772024-03-29T19:51:06.768Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24782024-03-29T19:51:06.768Zx pkg/README.md, 54 bytes, 1 tape blocks
24792024-03-29T19:51:06.768Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24802024-03-29T19:51:06.768Zx VERSION, 25 bytes, 1 tape blocks
24812024-03-29T19:51:06.768Z+ mkdir -p /tmp/tmp.w7ay2h/root/lib/svc/manifest/site/
24822024-03-29T19:51:06.768Z+ mv pkg/manifest.xml /tmp/tmp.w7ay2h/root/lib/svc/manifest/site/sled-agent.xml
24832024-03-29T19:51:06.768Z+ cd -
24842024-03-29T19:51:06.768Z/work/oxidecomputer/omicron
24852024-03-29T19:51:06.768Z+ pkg_dir=/tmp/tmp.w7ay2h/root/opt/oxide/mg-ddm
24862024-03-29T19:51:06.769Z+ mkdir -p /tmp/tmp.w7ay2h/root/opt/oxide/mg-ddm
24872024-03-29T19:51:06.769Z+ cd /tmp/tmp.w7ay2h/root/opt/oxide/mg-ddm
24882024-03-29T19:51:06.769Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24892024-03-29T19:51:06.769Zx ., 0 bytes, 0 tape blocks
24902024-03-29T19:51:06.769Zx ddmadm, 26051952 bytes, 50883 tape blocks
24912024-03-29T19:51:06.769Zx ddmd, 49611120 bytes, 96897 tape blocks
24922024-03-29T19:51:06.769Zx pkg, 0 bytes, 0 tape blocks
24932024-03-29T19:51:06.769Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24942024-03-29T19:51:06.769Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24952024-03-29T19:51:06.769Zx pkg/mgd, 0 bytes, 0 tape blocks
24962024-03-29T19:51:06.769Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24972024-03-29T19:51:06.769Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24982024-03-29T19:51:06.769Zx pkg/ddm, 0 bytes, 0 tape blocks
24992024-03-29T19:51:06.769Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25002024-03-29T19:51:06.769Zx VERSION, 25 bytes, 1 tape blocks
25012024-03-29T19:51:06.769Z+ cd -
25022024-03-29T19:51:06.769Z/work/oxidecomputer/omicron
25032024-03-29T19:51:06.769Z+ pkg_dir=/tmp/tmp.w7ay2h/root/opt/oxide/oxlog
25042024-03-29T19:51:06.769Z+ mkdir -p /tmp/tmp.w7ay2h/root/opt/oxide/oxlog
25052024-03-29T19:51:06.770Z+ cd /tmp/tmp.w7ay2h/root/opt/oxide/oxlog
25062024-03-29T19:51:06.770Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25072024-03-29T19:51:06.770Zx ., 0 bytes, 0 tape blocks
25082024-03-29T19:51:06.770Zx oxlog, 6241120 bytes, 12190 tape blocks
25092024-03-29T19:51:06.770Zx VERSION, 25 bytes, 1 tape blocks
25102024-03-29T19:51:06.770Z+ cd -
25112024-03-29T19:51:06.770Z/work/oxidecomputer/omicron
25122024-03-29T19:51:06.770Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.w7ay2h/root/opt/oxide
25132024-03-29T19:51:06.864Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.w7ay2h/root/opt/oxide
25142024-03-29T19:51:06.913Z+ cd /tmp/tmp.w7ay2h
25152024-03-29T19:51:06.913Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25162024-03-29T19:51:23.313ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25172024-03-29T19:51:23.350Za oxide.json 1K
25182024-03-29T19:51:23.350Za root/ 0K
25192024-03-29T19:51:23.350Za root/opt/ 0K
25202024-03-29T19:51:23.350Za root/opt/oxide/ 0K
25212024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/ 0K
25222024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/zone-bundle 35269K
25232024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/sled-agent 77591K
25242024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/pkg/ 0K
25252024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25262024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/pkg/README.md 1K
25272024-03-29T19:51:23.350Za root/opt/oxide/sled-agent/VERSION 1K
25282024-03-29T19:51:23.350Za root/opt/oxide/mg-ddm/ 0K
25292024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/ddmadm 25442K
25302024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/ddmd 48449K
25312024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/ 0K
25322024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25332024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25342024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25352024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25362024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25372024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25382024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25392024-03-29T19:51:23.351Za root/opt/oxide/mg-ddm/VERSION 1K
25402024-03-29T19:51:23.351Za root/opt/oxide/oxlog/ 0K
25412024-03-29T19:51:23.351Za root/opt/oxide/oxlog/oxlog 6095K
25422024-03-29T19:51:23.351Za root/opt/oxide/oxlog/VERSION 1K
25432024-03-29T19:51:23.351Za root/opt/oxide/propolis-server.tar.gz 62556K
25442024-03-29T19:51:23.351Za root/opt/oxide/overlay.tar.gz 3K
25452024-03-29T19:51:23.351Za root/lib/ 0K
25462024-03-29T19:51:23.351Za root/lib/svc/ 0K
25472024-03-29T19:51:23.351Za root/lib/svc/manifest/ 0K
25482024-03-29T19:51:23.352Za root/lib/svc/manifest/site/ 0K
25492024-03-29T19:51:23.352Za root/lib/svc/manifest/site/sled-agent.xml 3K
25502024-03-29T19:51:23.352Z+ cd /
25512024-03-29T19:51:23.352Z+ rm -rf /tmp/tmp.w7ay2h
25522024-03-29T19:51:23.352Z
25532024-03-29T19:51:23.352Zreal 9.134858868
25542024-03-29T19:51:23.352Zuser 8.434838721
25552024-03-29T19:51:23.352Zsys 0.586768910
25562024-03-29T19:51:23.352Ztrap 0.001556993
25572024-03-29T19:51:23.353Ztflt 0.000000000
25582024-03-29T19:51:23.353Zdflt 0.000000000
25592024-03-29T19:51:23.353Zkflt 0.000000000
25602024-03-29T19:51:23.353Zlock 0.000000000
25612024-03-29T19:51:23.353Zslp 17.724597766
25622024-03-29T19:51:23.353Zlat 0.197506285
25632024-03-29T19:51:23.353Zstop 0.000429857
25642024-03-29T19:51:23.353Z+ mkdir -p /work/zones
25652024-03-29T19:51:23.353Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz)
25662024-03-29T19:51:23.353Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz /work/zones/
25672024-03-29T19:51:23.353Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25682024-03-29T19:51:23.353Z Finished release [optimized] target(s) in 0.76s
25692024-03-29T19:51:23.353Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25702024-03-29T19:51:23.353ZLogging to: /work/oxidecomputer/omicron/out/LOG
25712024-03-29T19:51:23.353ZCreated new build target 'recovery' and set it as active
25722024-03-29T19:51:23.353Z
25732024-03-29T19:51:23.353Zreal 0.863583021
25742024-03-29T19:51:23.353Zuser 0.565364956
25752024-03-29T19:51:23.354Zsys 0.278241803
25762024-03-29T19:51:23.354Ztrap 0.000534568
25772024-03-29T19:51:23.354Ztflt 0.000022958
25782024-03-29T19:51:23.354Zdflt 0.000015528
25792024-03-29T19:51:23.354Zkflt 0.000000000
25802024-03-29T19:51:23.354Zlock 0.023790979
25812024-03-29T19:51:23.354Zslp 0.105835634
25822024-03-29T19:51:23.354Zlat 0.004925914
25832024-03-29T19:51:23.354Zstop 0.000265223
25842024-03-29T19:51:23.354Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25852024-03-29T19:51:23.354Z Finished release [optimized] target(s) in 0.76s
25862024-03-29T19:51:23.354Z Running `target/release/omicron-package -t recovery package`
25872024-03-29T19:51:23.354ZLogging to: /work/oxidecomputer/omicron/out/LOG
25882024-03-29T19:51:23.354Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25892024-03-29T19:51:23.354Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25902024-03-29T19:51:41.762Z Finished release [optimized] target(s) in 21.71s
25912024-03-29T19:51:59.646Z
25922024-03-29T19:51:59.650Zreal 40.504940695
25932024-03-29T19:51:59.650Zuser 1:38.450435405
25942024-03-29T19:51:59.650Zsys 7.024998624
25952024-03-29T19:51:59.650Ztrap 0.066766498
25962024-03-29T19:51:59.650Ztflt 0.056531773
25972024-03-29T19:51:59.650Zdflt 0.215195911
25982024-03-29T19:51:59.650Zkflt 0.060412108
25992024-03-29T19:51:59.650Zlock 12:47.681832031
26002024-03-29T19:51:59.650Zslp 1:40.546267535
26012024-03-29T19:51:59.650Zlat 1.565796631
26022024-03-29T19:51:59.650Zstop 0.558751889
26032024-03-29T19:51:59.650Z+ stamp_packages installinator mg-ddm-gz
26042024-03-29T19:51:59.650Z+ for package in "$@"
26052024-03-29T19:51:59.650Z+ [[ installinator == mg-ddm-gz ]]
26062024-03-29T19:51:59.650Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git820a44016fc
26072024-03-29T19:52:00.434Z Finished release [optimized] target(s) in 0.74s
26082024-03-29T19:52:00.456Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git820a44016fc`
26092024-03-29T19:52:00.486ZLogging to: /work/oxidecomputer/omicron/out/LOG
26102024-03-29T19:52:00.553ZCreated: out/versioned/installinator.tar
26112024-03-29T19:52:00.556Z+ for package in "$@"
26122024-03-29T19:52:00.556Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26132024-03-29T19:52:00.556Z+ echo 0.0.0
26142024-03-29T19:52:00.556Z+ tar rvf out/mg-ddm-gz.tar VERSION
26152024-03-29T19:52:00.559Za VERSION 1K
26162024-03-29T19:52:00.559Z+ rm VERSION
26172024-03-29T19:52:00.562Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git820a44016fc
26182024-03-29T19:52:01.328Z Finished release [optimized] target(s) in 0.72s
26192024-03-29T19:52:01.350Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git820a44016fc`
26202024-03-29T19:52:01.379ZLogging to: /work/oxidecomputer/omicron/out/LOG
26212024-03-29T19:52:01.503ZCreated: out/versioned/mg-ddm-gz.tar
26222024-03-29T19:52:01.511Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26232024-03-29T19:52:01.527Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26242024-03-29T19:52:01.527Z++ cd -- ./tools
26252024-03-29T19:52:01.527Z++ pwd
26262024-03-29T19:52:01.527Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26272024-03-29T19:52:01.527Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26282024-03-29T19:52:01.533Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26292024-03-29T19:52:01.533Z++ readlink -f /work
26302024-03-29T19:52:01.533Z+ out_dir=/work
26312024-03-29T19:52:01.533Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26322024-03-29T19:52:01.534Z+ for dep in "${deps[@]}"
26332024-03-29T19:52:01.534Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26342024-03-29T19:52:01.534Z+ for dep in "${deps[@]}"
26352024-03-29T19:52:01.534Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26362024-03-29T19:52:01.534Z++ mktemp -d
26372024-03-29T19:52:01.534Z+ tmp_trampoline=/tmp/tmp.Fvaa7h
26382024-03-29T19:52:01.534Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26392024-03-29T19:52:01.534Z+ echo '{"v":"1","t":"layer"}'
26402024-03-29T19:52:01.534Z+ pkg_dir=/tmp/tmp.Fvaa7h/root/opt/oxide/installinator
26412024-03-29T19:52:01.534Z+ mkdir -p /tmp/tmp.Fvaa7h/root/opt/oxide/installinator
26422024-03-29T19:52:01.534Z+ cd /tmp/tmp.Fvaa7h/root/opt/oxide/installinator
26432024-03-29T19:52:01.534Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26442024-03-29T19:52:01.559Zx ., 0 bytes, 0 tape blocks
26452024-03-29T19:52:01.559Zx installinator, 47250232 bytes, 92286 tape blocks
26462024-03-29T19:52:01.559Zx pkg, 0 bytes, 0 tape blocks
26472024-03-29T19:52:01.559Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26482024-03-29T19:52:01.559Zx VERSION, 25 bytes, 1 tape blocks
26492024-03-29T19:52:01.566Z+ mkdir -p /tmp/tmp.Fvaa7h/root/lib/svc/manifest/site/
26502024-03-29T19:52:01.566Z+ mv pkg/manifest.xml /tmp/tmp.Fvaa7h/root/lib/svc/manifest/site/installinator.xml
26512024-03-29T19:52:01.566Z+ cd -
26522024-03-29T19:52:01.566Z/work/oxidecomputer/omicron
26532024-03-29T19:52:01.566Z+ pkg_dir=/tmp/tmp.Fvaa7h/root/opt/oxide/mg-ddm
26542024-03-29T19:52:01.566Z+ mkdir -p /tmp/tmp.Fvaa7h/root/opt/oxide/mg-ddm
26552024-03-29T19:52:01.573Z+ cd /tmp/tmp.Fvaa7h/root/opt/oxide/mg-ddm
26562024-03-29T19:52:01.573Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26572024-03-29T19:52:02.031Zx ., 0 bytes, 0 tape blocks
26582024-03-29T19:52:02.031Zx ddmadm, 26051952 bytes, 50883 tape blocks
26592024-03-29T19:52:02.031Zx ddmd, 49611120 bytes, 96897 tape blocks
26602024-03-29T19:52:02.031Zx pkg, 0 bytes, 0 tape blocks
26612024-03-29T19:52:02.031Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26622024-03-29T19:52:02.031Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26632024-03-29T19:52:02.031Zx pkg/mgd, 0 bytes, 0 tape blocks
26642024-03-29T19:52:02.031Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26652024-03-29T19:52:02.031Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26662024-03-29T19:52:02.031Zx pkg/ddm, 0 bytes, 0 tape blocks
26672024-03-29T19:52:02.032Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26682024-03-29T19:52:02.032Zx VERSION, 25 bytes, 1 tape blocks
26692024-03-29T19:52:02.054Z+ cd -
26702024-03-29T19:52:02.054Z/work/oxidecomputer/omicron
26712024-03-29T19:52:02.055Z+ cd /tmp/tmp.Fvaa7h
26722024-03-29T19:52:02.055Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26732024-03-29T19:52:06.648ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26742024-03-29T19:52:06.648Za oxide.json 1K
26752024-03-29T19:52:06.649Za root/ 0K
26762024-03-29T19:52:06.649Za root/opt/ 0K
26772024-03-29T19:52:06.649Za root/opt/oxide/ 0K
26782024-03-29T19:52:06.649Za root/opt/oxide/installinator/ 0K
26792024-03-29T19:52:06.649Za root/opt/oxide/installinator/installinator 46143K
26802024-03-29T19:52:06.649Za root/opt/oxide/installinator/pkg/ 0K
26812024-03-29T19:52:06.649Za root/opt/oxide/installinator/VERSION 1K
26822024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/ 0K
26832024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/ddmadm 25442K
26842024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/ddmd 48449K
26852024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/pkg/ 0K
26862024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26872024-03-29T19:52:06.649Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26882024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26892024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26902024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26912024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26922024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26932024-03-29T19:52:06.650Za root/opt/oxide/mg-ddm/VERSION 1K
26942024-03-29T19:52:06.650Za root/lib/ 0K
26952024-03-29T19:52:06.650Za root/lib/svc/ 0K
26962024-03-29T19:52:06.650Za root/lib/svc/manifest/ 0K
26972024-03-29T19:52:06.650Za root/lib/svc/manifest/site/ 0K
26982024-03-29T19:52:06.650Za root/lib/svc/manifest/site/installinator.xml 3K
26992024-03-29T19:52:06.666Z+ cd /
27002024-03-29T19:52:06.666Z+ rm -rf /tmp/tmp.Fvaa7h
27012024-03-29T19:52:06.666Z
27022024-03-29T19:52:06.666Zreal 4.568692891
27032024-03-29T19:52:06.666Zuser 4.322341394
27042024-03-29T19:52:06.667Zsys 0.259153902
27052024-03-29T19:52:06.667Ztrap 0.001021530
27062024-03-29T19:52:06.667Ztflt 0.000000000
27072024-03-29T19:52:06.667Zdflt 0.000000000
27082024-03-29T19:52:06.667Zkflt 0.000000000
27092024-03-29T19:52:06.667Zlock 0.000000000
27102024-03-29T19:52:06.667Zslp 8.886968441
27112024-03-29T19:52:06.667Zlat 0.096059849
27122024-03-29T19:52:06.667Zstop 0.000197485
27132024-03-29T19:52:06.667Zprocess exited: duration 1629050 ms, exit code 0
 
27142024-03-29T19:52:06.681Zfound 22 output files
27152024-03-29T19:52:06.681Zuploading: /work/version.txt (26 bytes)
27162024-03-29T19:52:07.704Zuploaded: /work/version.txt
27172024-03-29T19:52:07.711Zuploading: /work/package.tar.gz (85342460 bytes)
27182024-03-29T19:52:29.871Zuploaded: /work/package.tar.gz
27192024-03-29T19:52:29.871Zuploading: /work/global-zone-packages.tar.gz (125071633 bytes)
27202024-03-29T19:53:12.237Zuploaded: /work/global-zone-packages.tar.gz
27212024-03-29T19:53:12.241Zuploading: /work/trampoline-global-zone-packages.tar.gz (38492853 bytes)
27222024-03-29T19:53:21.882Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27232024-03-29T19:53:21.882Zuploading: /work/zones/clickhouse.tar.gz (231184824 bytes)
27242024-03-29T19:54:28.035Zuploaded: /work/zones/clickhouse.tar.gz
27252024-03-29T19:54:28.043Zuploading: /work/zones/clickhouse_keeper.tar.gz (231172900 bytes)
27262024-03-29T19:55:33.894Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27272024-03-29T19:55:33.895Zuploading: /work/zones/cockroachdb.tar.gz (126681489 bytes)
27282024-03-29T19:56:18.658Zuploaded: /work/zones/cockroachdb.tar.gz
27292024-03-29T19:56:18.658Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25314150 bytes)
27302024-03-29T19:56:24.948Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27312024-03-29T19:56:24.948Zuploading: /work/zones/crucible-zone.tar.gz (37010695 bytes)
27322024-03-29T19:56:34.848Zuploaded: /work/zones/crucible-zone.tar.gz
27332024-03-29T19:56:34.849Zuploading: /work/zones/external-dns.tar.gz (31012133 bytes)
27342024-03-29T19:56:42.543Zuploaded: /work/zones/external-dns.tar.gz
27352024-03-29T19:56:42.543Zuploading: /work/zones/internal-dns.tar.gz (31010354 bytes)
27362024-03-29T19:56:51.511Zuploaded: /work/zones/internal-dns.tar.gz
27372024-03-29T19:56:51.511Zuploading: /work/zones/nexus-single-sled.tar.gz (91493565 bytes)
27382024-03-29T19:57:17.632Zuploaded: /work/zones/nexus-single-sled.tar.gz
27392024-03-29T19:57:17.641Zuploading: /work/zones/nexus.tar.gz (91496956 bytes)
27402024-03-29T19:57:42.292Zuploaded: /work/zones/nexus.tar.gz
27412024-03-29T19:57:42.302Zuploading: /work/zones/ntp.tar.gz (10439441 bytes)
27422024-03-29T19:57:45.620Zuploaded: /work/zones/ntp.tar.gz
27432024-03-29T19:57:45.620Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16533106 bytes)
27442024-03-29T19:57:50.753Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27452024-03-29T19:57:50.753Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16532292 bytes)
27462024-03-29T19:57:55.224Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27472024-03-29T19:57:55.224Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27482024-03-29T19:57:56.242Zuploaded: /work/zones/overlay.tar.gz
27492024-03-29T19:57:56.242Zuploading: /work/zones/oximeter.tar.gz (49509830 bytes)
27502024-03-29T19:58:07.070Zuploaded: /work/zones/oximeter.tar.gz
27512024-03-29T19:58:07.070Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27522024-03-29T19:58:08.565Zuploaded: /work/zones/probe.tar.gz
27532024-03-29T19:58:08.565Zuploading: /work/zones/propolis-server.tar.gz (64056067 bytes)
27542024-03-29T19:58:25.049Zuploaded: /work/zones/propolis-server.tar.gz
27552024-03-29T19:58:25.056Zuploading: /work/zones/switch-asic.tar.gz (292833807 bytes)
27562024-03-29T19:59:56.176Zuploaded: /work/zones/switch-asic.tar.gz
27572024-03-29T19:59:56.176Zuploading: /work/zones/switch-softnpu.tar.gz (214423595 bytes)
27582024-03-29T20:01:04.679Zuploaded: /work/zones/switch-softnpu.tar.gz