01HC8WJR8SMJ9YG8VSTZA8VJG5: 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: 01HC8WMH06FCRJB1YWCN305Y0J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-09T00:17:28.901Zjob assigned to worker 01HC8WME1009C0MMQBC06W4RPT (queued for 1 m 38 s)
 
22023-10-09T00:17:28.935Zstarting task 0: "setup"
32023-10-09T00:17:29.058Z++ uname -s
42023-10-09T00:17:29.475Z+ kern=SunOS
52023-10-09T00:17:29.477Z+ case "$kern" in
62023-10-09T00:17:29.480Z+ groupadd -g 12345 build
72023-10-09T00:17:29.483Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-09T00:17:31.075Z+ zfs create -o mountpoint=/work rpool/work
92023-10-09T00:17:31.246Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-09T00:17:31.249Z+ home_fs=zfs
112023-10-09T00:17:31.252Z+ [[ zfs == autofs ]]
122023-10-09T00:17:31.255Z+ mkdir -p /home/build
132023-10-09T00:17:31.258Z+ chown build:build /home/build /work
142023-10-09T00:17:33.255Z+ chmod 0700 /home/build /work
152023-10-09T00:17:33.259Zprocess exited: duration 4319 ms, exit code 0
 
162023-10-09T00:17:33.265Zstarting task 1: "rust-toolchain"
172023-10-09T00:17:33.277Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-09T00:17:33.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-09T00:17:33.648Zinfo: downloading installer
202023-10-09T00:17:35.918Zwarning: it looks like you have an existing installation of Rust at:
212023-10-09T00:17:35.920Zwarning: /opt/ooce/bin
222023-10-09T00:17:35.923Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-09T00:17:35.926Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-09T00:17:35.929Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-09T00:17:35.932Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-09T00:17:35.934Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-09T00:17:35.937Zerror: cannot install while Rust is installed
282023-10-09T00:17:35.940Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-09T00:17:36.026Zinfo: profile set to 'default'
302023-10-09T00:17:36.029Zinfo: default host triple is x86_64-unknown-illumos
312023-10-09T00:17:36.032Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-09T00:17:36.226Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-09T00:17:36.229Zinfo: downloading component 'cargo'
342023-10-09T00:17:37.193Zinfo: downloading component 'clippy'
352023-10-09T00:17:37.523Zinfo: downloading component 'rust-docs'
362023-10-09T00:17:38.731Zinfo: downloading component 'rust-std'
372023-10-09T00:17:40.882Zinfo: downloading component 'rustc'
382023-10-09T00:17:46.119Zinfo: downloading component 'rustfmt'
392023-10-09T00:17:46.419Zinfo: installing component 'cargo'
402023-10-09T00:17:48.101Zinfo: installing component 'clippy'
412023-10-09T00:17:48.862Zinfo: installing component 'rust-docs'
422023-10-09T00:17:51.590Zinfo: installing component 'rust-std'
432023-10-09T00:17:55.160Zinfo: installing component 'rustc'
442023-10-09T00:18:03.467Zinfo: installing component 'rustfmt'
452023-10-09T00:18:04.092Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-09T00:18:04.096Z
472023-10-09T00:18:04.223Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-09T00:18:04.225Z
492023-10-09T00:18:04.228Z
502023-10-09T00:18:04.231ZRust is installed now. Great!
512023-10-09T00:18:04.235Z
522023-10-09T00:18:04.238ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-09T00:18:04.242Zenvironment variable. This has not been done automatically.
542023-10-09T00:18:04.245Z
552023-10-09T00:18:04.248ZTo configure your current shell, run:
562023-10-09T00:18:04.252Zsource "$HOME/.cargo/env"
572023-10-09T00:18:04.307Z+ rustc --version
582023-10-09T00:18:04.419Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-09T00:18:04.424Zprocess exited: duration 31157 ms, exit code 0
 
602023-10-09T00:18:04.433Zstarting task 2: "authentication"
612023-10-09T00:18:04.471Zprocess exited: duration 33 ms, exit code 0
 
622023-10-09T00:18:04.477Zstarting task 3: "clone repository"
632023-10-09T00:18:04.487Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-09T00:18:04.490Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-09T00:18:04.595ZCloning into '/work/oxidecomputer/omicron'...
662023-10-09T00:18:10.046Z+ cd /work/oxidecomputer/omicron
672023-10-09T00:18:10.052Z+ [[ -n dependabot/cargo/predicates-3.0.4 ]]
682023-10-09T00:18:10.058Z+ git fetch origin dependabot/cargo/predicates-3.0.4
692023-10-09T00:18:10.381ZFrom https://github.com/oxidecomputer/omicron
702023-10-09T00:18:10.383Z * branch dependabot/cargo/predicates-3.0.4 -> FETCH_HEAD
712023-10-09T00:18:10.392Z+ git checkout -B dependabot/cargo/predicates-3.0.4 remotes/origin/dependabot/cargo/predicates-3.0.4
722023-10-09T00:18:10.444ZSwitched to a new branch 'dependabot/cargo/predicates-3.0.4'
732023-10-09T00:18:10.456Zbranch 'dependabot/cargo/predicates-3.0.4' set up to track 'origin/dependabot/cargo/predicates-3.0.4'.
742023-10-09T00:18:10.460Z+ git reset --hard 0e5808bcacb54f6dbe8e50dcd8bb0d4362016d7e
752023-10-09T00:18:10.525ZHEAD is now at 0e5808bc Bump predicates from 3.0.3 to 3.0.4
762023-10-09T00:18:10.528Zprocess exited: duration 6046 ms, exit code 0
 
772023-10-09T00:18:10.534Zstarting task 4: "build"
782023-10-09T00:18:10.544Z+ cargo --version
792023-10-09T00:18:10.632Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-09T00:18:10.636Z+ rustc --version
812023-10-09T00:18:10.738Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-09T00:18:10.743Z++ git rev-parse HEAD
832023-10-09T00:18:10.747Z+ COMMIT=0e5808bcacb54f6dbe8e50dcd8bb0d4362016d7e
842023-10-09T00:18:10.750Z+ VERSION=1.0.2-0.ci+git0e5808bcacb
852023-10-09T00:18:10.754Z+ echo 1.0.2-0.ci+git0e5808bcacb
862023-10-09T00:18:10.757Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-09T00:18:18.152Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-09T00:18:18.747Z Startup: Caching catalogs ... Done
892023-10-09T00:18:21.533ZPlanning: Solver setup ... Done (2.580s)
902023-10-09T00:18:21.719ZPlanning: Running solver ... Done (0.184s)
912023-10-09T00:18:21.754ZPlanning: Finding local manifests ... Done (0.004s)
922023-10-09T00:18:21.784ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-09T00:18:23.438ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-09T00:18:23.506ZPlanning: Package planning ... Done (0.086s)
952023-10-09T00:18:23.586ZPlanning: Merging actions ... Done (0.085s)
962023-10-09T00:18:24.187ZPlanning: Checking for conflicting actions ... Done (0.603s)
972023-10-09T00:18:24.205ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-09T00:18:27.276ZPlanning: Evaluating mediators ... Done (3.072s)
992023-10-09T00:18:27.293ZPlanning: Planning completed in 8.50 seconds
1002023-10-09T00:18:27.315Z Packages to install: 4
1012023-10-09T00:18:27.318Z Mediators to change: 2
1022023-10-09T00:18:27.321Z Services to change: 1
1032023-10-09T00:18:27.323Z Estimated space available: 149.39 GB
1042023-10-09T00:18:27.326ZEstimated space to be consumed: 1.35 GB
1052023-10-09T00:18:27.331Z Create boot environment: No
1062023-10-09T00:18:27.334ZCreate backup boot environment: No
1072023-10-09T00:18:27.337Z Rebuild boot archive: No
1082023-10-09T00:18:27.344Z
1092023-10-09T00:18:27.347ZChanged mediators:
1102023-10-09T00:18:27.350Z mediator clang:
1112023-10-09T00:18:27.355Z version: None -> 15 (system default)
1122023-10-09T00:18:27.360Z
1132023-10-09T00:18:27.364Z mediator llvm:
1142023-10-09T00:18:27.367Z version: 14 (system default) -> 15 (system default)
1152023-10-09T00:18:27.370Z
1162023-10-09T00:18:27.373ZChanged packages:
1172023-10-09T00:18:27.375Zhelios-dev
1182023-10-09T00:18:27.381Z developer/build-essential
1192023-10-09T00:18:27.384Z None -> 11-2.0
1202023-10-09T00:18:27.387Z library/libxmlsec1
1212023-10-09T00:18:27.390Z None -> 1.2.35-2.0
1222023-10-09T00:18:27.396Z ooce/developer/clang-15
1232023-10-09T00:18:27.447Z None -> 15.0.7-2.0
1242023-10-09T00:18:27.453Z ooce/developer/llvm-15
1252023-10-09T00:18:27.467Z None -> 15.0.7-2.0
1262023-10-09T00:18:27.894Z
1272023-10-09T00:18:27.914ZServices:
1282023-10-09T00:18:27.933Z restart_fmri:
1292023-10-09T00:18:27.944Z svc:/system/update-man-index:default
1302023-10-09T00:18:27.947Z
1312023-10-09T00:18:27.950ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-09T00:18:32.488ZDownload: 248/3290 items 8.5/212.6MB 3% complete (1.6M/s)
1332023-10-09T00:18:37.578ZDownload: 772/3290 items 18.6/212.6MB 8% complete (2.0M/s)
1342023-10-09T00:18:42.593ZDownload: 1105/3290 items 22.8/212.6MB 10% complete (906k/s)
1352023-10-09T00:18:48.516ZDownload: 1192/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1362023-10-09T00:18:54.305ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (6.4M/s)
1372023-10-09T00:19:03.868ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1382023-10-09T00:19:08.859ZDownload: 1919/3290 items 118.6/212.6MB 55% complete (7.3M/s)
1392023-10-09T00:19:14.262ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.0M/s)
1402023-10-09T00:19:19.262ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1412023-10-09T00:19:20.174ZDownload: Completed 212.60 MB in 52.69 seconds (4.0M/s)
1422023-10-09T00:19:21.365Z Actions: 1/3687 actions (Installing new actions)
1432023-10-09T00:19:26.358Z Actions: 2343/3687 actions (Installing new actions)
1442023-10-09T00:19:29.543Z Actions: Completed 3687 actions in 8.19 seconds.
1452023-10-09T00:19:29.605Z Done (0.054s)
1462023-10-09T00:19:29.607Z Done (0.000s)
1472023-10-09T00:19:29.742Z Done (0.137s)
1482023-10-09T00:19:37.716Z Done (7.871s)
1492023-10-09T00:19:38.010Z Done (0.194s)
1502023-10-09T00:19:38.013Z Done (0.000s)
1512023-10-09T00:19:38.232Z Done (0.000s)
1522023-10-09T00:19:38.888ZPlanning: Evaluating mediator changes ... Done
1532023-10-09T00:19:39.170ZPlanning: Checking for conflicting actions ... Done
1542023-10-09T00:19:39.173ZPlanning: Consolidating action changes ... Done
1552023-10-09T00:19:39.606ZPlanning: Evaluating mediators ... Done
1562023-10-09T00:19:39.609ZPlanning: Planning completed in 0.72 seconds
1572023-10-09T00:19:39.661Z Mediators to change: 2
1582023-10-09T00:19:39.665Z Create boot environment: No
1592023-10-09T00:19:39.674ZCreate backup boot environment: No
1602023-10-09T00:19:39.864Z Done
1612023-10-09T00:19:39.868Z Done
1622023-10-09T00:19:39.941Z Done
1632023-10-09T00:19:45.697Z Done
1642023-10-09T00:19:45.819Z Done
1652023-10-09T00:19:45.821Z Done
1662023-10-09T00:19:45.912Z Done
1672023-10-09T00:19:46.901ZPlanning: Evaluating mediator changes ... Done
1682023-10-09T00:19:46.905ZPlanning: Merging actions ... Done
1692023-10-09T00:19:47.225ZPlanning: Checking for conflicting actions ... Done
1702023-10-09T00:19:47.229ZPlanning: Consolidating action changes ... Done
1712023-10-09T00:19:47.653ZPlanning: Evaluating mediators ... Done
1722023-10-09T00:19:47.742ZPlanning: Planning completed in 1.27 seconds
1732023-10-09T00:19:47.796Z Packages to change: 1
1742023-10-09T00:19:47.803Z Mediators to change: 1
1752023-10-09T00:19:47.810Z Services to change: 1
1762023-10-09T00:19:47.814Z Create boot environment: No
1772023-10-09T00:19:47.838ZCreate backup boot environment: Yes
1782023-10-09T00:19:48.761Z Actions: 1/6 actions (Updating modified actions)
1792023-10-09T00:19:48.764Z Actions: Completed 6 actions in 0.00 seconds.
1802023-10-09T00:19:48.767Z Done
1812023-10-09T00:19:48.777Z Done
1822023-10-09T00:19:48.800Z Done
1832023-10-09T00:19:54.739Z Done
1842023-10-09T00:19:54.856Z Done
1852023-10-09T00:19:54.863Z Done
1862023-10-09T00:19:54.960Z Done
1872023-10-09T00:19:55.632ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882023-10-09T00:19:55.637Zclang system 15 system
1892023-10-09T00:19:55.640Zcsh system system illumos
1902023-10-09T00:19:55.643Zctags system system illumos
1912023-10-09T00:19:55.646Zgcc vendor 12 vendor
1922023-10-09T00:19:55.649Zgcc system 10 system
1932023-10-09T00:19:55.651Zgcc system 7 system
1942023-10-09T00:19:55.655Zgo system 1.20 system
1952023-10-09T00:19:55.658Zgo system 1.19 system
1962023-10-09T00:19:55.663Zllvm system 15 system
1972023-10-09T00:19:55.666Zllvm system 14 system
1982023-10-09T00:19:55.671Zmariadb system 10.6 system
1992023-10-09T00:19:55.674Zmta vendor vendor dma
2002023-10-09T00:19:55.677Zopenjdk system 17 system
2012023-10-09T00:19:55.680Zopenjdk system 11 system
2022023-10-09T00:19:55.684Zopenjdk system 1.8 system
2032023-10-09T00:19:55.687Zopenssl vendor 3 vendor
2042023-10-09T00:19:55.690Zperl system 5.36 system
2052023-10-09T00:19:55.693Zpostgresql system 15 system
2062023-10-09T00:19:55.696Zpostgresql system 13 system
2072023-10-09T00:19:55.701Zpython vendor 3 vendor
2082023-10-09T00:19:55.704Zpython system 2 system
2092023-10-09T00:19:55.708Zpython3 system 3.11 system
2102023-10-09T00:19:55.712Zruby system 3.0 system
2112023-10-09T00:19:55.718Zwords vendor vendor american-english
2122023-10-09T00:19:55.723Zwords system system australian-english
2132023-10-09T00:19:55.728Zwords system system british-english
2142023-10-09T00:19:55.732Zwords system system canadian-english
2152023-10-09T00:19:55.736Zwords system system french
2162023-10-09T00:19:55.740Zwords system system italian
2172023-10-09T00:19:55.744Zwords system system ngerman
2182023-10-09T00:19:55.751Zwords system system ogerman
2192023-10-09T00:19:55.757Zwords system system spanish
2202023-10-09T00:19:56.159ZFMRI IFO
2212023-10-09T00:19:56.163Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222023-10-09T00:19:56.166Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232023-10-09T00:19:56.169Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242023-10-09T00:19:56.172Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2252023-10-09T00:19:56.175Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262023-10-09T00:19:56.177Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2272023-10-09T00:19:56.233Z+ set -o errexit
2282023-10-09T00:19:56.235Z+++ dirname ./tools/ci_download_cockroachdb
2292023-10-09T00:19:56.239Z++ cd ./tools
2302023-10-09T00:19:56.242Z++ pwd
2312023-10-09T00:19:56.244Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2322023-10-09T00:19:56.247Z++ basename ./tools/ci_download_cockroachdb
2332023-10-09T00:19:56.249Z+ ARG0=ci_download_cockroachdb
2342023-10-09T00:19:56.252Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2352023-10-09T00:19:56.255Z+ CIDL_VERSION=v22.1.9
2362023-10-09T00:19:56.257Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2372023-10-09T00:19:56.260Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2382023-10-09T00:19:56.263Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2392023-10-09T00:19:56.266Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2402023-10-09T00:19:56.269Z+ TARGET_DIR=out
2412023-10-09T00:19:56.271Z+ DOWNLOAD_DIR=out/downloads
2422023-10-09T00:19:56.274Z+ DEST_DIR=./out/cockroachdb
2432023-10-09T00:19:56.278Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2442023-10-09T00:19:56.281Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2452023-10-09T00:19:56.283Z+ main
2462023-10-09T00:19:56.286Z+ [[ 0 != 0 ]]
2472023-10-09T00:19:56.289Z+ CIDL_OS=solaris2.11
2482023-10-09T00:19:56.292Z+ [[ 0 != 0 ]]
2492023-10-09T00:19:56.295Z+ configure_os solaris2.11
2502023-10-09T00:19:56.298Z+ echo 'current directory: /work/oxidecomputer/omicron'
2512023-10-09T00:19:56.301Zcurrent directory: /work/oxidecomputer/omicron
2522023-10-09T00:19:56.303Z+ echo 'configuring based on OS: "solaris2.11"'
2532023-10-09T00:19:56.306Zconfiguring based on OS: "solaris2.11"
2542023-10-09T00:19:56.309Z+ case "$1" in
2552023-10-09T00:19:56.311Z+ CIDL_BUILD=illumos
2562023-10-09T00:19:56.316Z+ CIDL_SUFFIX=tar.gz
2572023-10-09T00:19:56.319Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2582023-10-09T00:19:56.321Z+ CIDL_MD5FUNC=do_md5sum
2592023-10-09T00:19:56.324Z+ CIDL_URL_BASE=https://illumos.org/downloads
2602023-10-09T00:19:56.328Z+ CIDL_ASSEMBLE=do_assemble_illumos
2612023-10-09T00:19:56.333Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2622023-10-09T00:19:56.337Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2632023-10-09T00:19:56.341Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-09T00:19:56.344Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2652023-10-09T00:19:56.348Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-10-09T00:19:56.351Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2672023-10-09T00:19:56.354ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-09T00:19:56.357Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2692023-10-09T00:19:56.359ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-09T00:19:56.362Z+ mkdir -p out/downloads
2712023-10-09T00:19:56.365Z+ mkdir -p ./out/cockroachdb
2722023-10-09T00:19:56.368Z+ local DO_DOWNLOAD=true
2732023-10-09T00:19:56.371Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2742023-10-09T00:19:56.374Z+ '[' true == true ']'
2752023-10-09T00:19:56.377Z+ echo Downloading...
2762023-10-09T00:19:56.381ZDownloading...
2772023-10-09T00:19:56.385Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-09T00:19:56.428Z+ 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
2792023-10-09T00:20:01.729Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-10-09T00:20:01.732Z++ md5sum
2812023-10-09T00:20:01.736Z++ awk '{print $1}'
2822023-10-09T00:20:01.935Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2832023-10-09T00:20:01.954Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2842023-10-09T00:20:01.971Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-10-09T00:20:01.991Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2862023-10-09T00:20:05.292Z+ do_assemble_illumos
2872023-10-09T00:20:05.297Z+ rm -r ./out/cockroachdb
2882023-10-09T00:20:05.299Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2892023-10-09T00:20:05.862Z+ ./out/cockroachdb/bin/cockroach version
2902023-10-09T00:20:06.065ZBuild Tag: v22.1.9-dirty
2912023-10-09T00:20:06.073ZBuild Time: 2022/10/26 21:17:46
2922023-10-09T00:20:06.088ZDistribution: OSS
2932023-10-09T00:20:06.100ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2942023-10-09T00:20:06.114ZGo Version: go1.17.13
2952023-10-09T00:20:06.125ZC Compiler: gcc 10.3.0
2962023-10-09T00:20:06.137ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2972023-10-09T00:20:06.152ZBuild Type: release
2982023-10-09T00:20:06.175Z+ set -o errexit
2992023-10-09T00:20:06.201Z+++ dirname ./tools/ci_download_clickhouse
3002023-10-09T00:20:06.222Z++ cd ./tools
3012023-10-09T00:20:06.232Z++ pwd
3022023-10-09T00:20:06.265Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3032023-10-09T00:20:06.282Z++ basename ./tools/ci_download_clickhouse
3042023-10-09T00:20:06.309Z+ ARG0=ci_download_clickhouse
3052023-10-09T00:20:06.337Z+ TARGET_DIR=out
3062023-10-09T00:20:06.355Z+ DOWNLOAD_DIR=out/downloads
3072023-10-09T00:20:06.370Z+ DEST_DIR=./out/clickhouse
3082023-10-09T00:20:06.382Z+ CIDL_VERSION=v22.8.9.24
3092023-10-09T00:20:06.395Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3102023-10-09T00:20:06.414Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3112023-10-09T00:20:06.428Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3122023-10-09T00:20:06.443Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3132023-10-09T00:20:06.457Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3142023-10-09T00:20:06.483Z+ main
3152023-10-09T00:20:06.496Z+ [[ 0 != 0 ]]
3162023-10-09T00:20:06.516Z+ CIDL_OS=solaris2.11
3172023-10-09T00:20:06.536Z+ [[ 0 != 0 ]]
3182023-10-09T00:20:06.547Z+ configure_os solaris2.11
3192023-10-09T00:20:06.966Z+ echo 'current directory: /work/oxidecomputer/omicron'
3202023-10-09T00:20:06.982Zcurrent directory: /work/oxidecomputer/omicron
3212023-10-09T00:20:06.988Z+ echo 'configuring based on OS: "solaris2.11"'
3222023-10-09T00:20:06.996Zconfiguring based on OS: "solaris2.11"
3232023-10-09T00:20:07.004Z+ CIDL_DASHREV=
3242023-10-09T00:20:07.017Z+ case "$1" in
3252023-10-09T00:20:07.026Z+ CIDL_PLATFORM=illumos
3262023-10-09T00:20:07.039Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3272023-10-09T00:20:07.044Z+ CIDL_MD5FUNC=do_md5sum
3282023-10-09T00:20:07.065Z+ CIDL_DASHREV=-1
3292023-10-09T00:20:07.073Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3302023-10-09T00:20:07.082Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-09T00:20:07.089Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-09T00:20:07.097Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-09T00:20:07.102Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3342023-10-09T00:20:07.108ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-09T00:20:07.111Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3362023-10-09T00:20:07.114ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-09T00:20:07.119Z+ mkdir -p out/downloads
3382023-10-09T00:20:07.123Z+ mkdir -p ./out/clickhouse
3392023-10-09T00:20:07.127Z+ local DO_DOWNLOAD=true
3402023-10-09T00:20:07.130Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3412023-10-09T00:20:07.134Z+ '[' true == true ']'
3422023-10-09T00:20:07.139Z+ echo Downloading...
3432023-10-09T00:20:07.144ZDownloading...
3442023-10-09T00:20:07.158Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-10-09T00:20:07.171Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-10-09T00:20:07.439Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-10-09T00:20:07.445Z++ md5sum
3482023-10-09T00:20:07.448Z++ awk '{print $1}'
3492023-10-09T00:20:07.700Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3502023-10-09T00:20:07.703Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3512023-10-09T00:20:07.706Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3522023-10-09T00:20:07.711Z+ mkdir -p ./out/clickhouse
3532023-10-09T00:20:07.714Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3542023-10-09T00:20:12.572Z+ ./out/clickhouse/clickhouse server --version
3552023-10-09T00:20:12.627ZClickHouse server version 22.8.9.1.
3562023-10-09T00:20:12.652Z+ set -o errexit
3572023-10-09T00:20:12.671Z+++ dirname ./tools/ci_download_console
3582023-10-09T00:20:12.677Z++ cd ./tools
3592023-10-09T00:20:12.687Z++ pwd
3602023-10-09T00:20:12.701Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3612023-10-09T00:20:12.710Z++ basename ./tools/ci_download_console
3622023-10-09T00:20:12.715Z+ ARG0=ci_download_console
3632023-10-09T00:20:12.721Z+ TARGET_DIR=out
3642023-10-09T00:20:12.733Z+ DOWNLOAD_DIR=out/downloads
3652023-10-09T00:20:12.741Z+ DEST_DIR=./out/console-assets
3662023-10-09T00:20:12.747Z+ source /work/oxidecomputer/omicron/tools/console_version
3672023-10-09T00:20:12.761Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3682023-10-09T00:20:12.770Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3692023-10-09T00:20:12.784Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3702023-10-09T00:20:12.795Z+ TARBALL_FILE=out/downloads/console.tar.gz
3712023-10-09T00:20:12.859Z+ main
3722023-10-09T00:20:12.866Z+ [[ 0 != 0 ]]
3732023-10-09T00:20:12.872Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3742023-10-09T00:20:12.880ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3752023-10-09T00:20:12.893Z+ echo 'Local file: out/downloads/console.tar.gz'
3762023-10-09T00:20:12.901ZLocal file: out/downloads/console.tar.gz
3772023-10-09T00:20:12.909Z+ local DO_DOWNLOAD=true
3782023-10-09T00:20:12.920Z+ [[ -f out/downloads/console.tar.gz ]]
3792023-10-09T00:20:12.933Z+ mkdir -p out/downloads
3802023-10-09T00:20:12.946Z+ '[' true == true ']'
3812023-10-09T00:20:12.955Z+ echo Downloading...
3822023-10-09T00:20:13.011ZDownloading...
3832023-10-09T00:20:13.028Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3842023-10-09T00:20:13.040Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3852023-10-09T00:20:13.232Z++ do_sha256sum out/downloads/console.tar.gz
3862023-10-09T00:20:13.243Z++ case "$OSTYPE" in
3872023-10-09T00:20:13.264Z++ SHA=sha256sum
3882023-10-09T00:20:13.283Z++ sha256sum
3892023-10-09T00:20:13.293Z++ awk '{print $1}'
3902023-10-09T00:20:13.299Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3912023-10-09T00:20:13.309Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3922023-10-09T00:20:13.316Z+ rm -rf ./out/console-assets
3932023-10-09T00:20:13.324Z+ mkdir -p ./out/console-assets
3942023-10-09T00:20:13.332Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3952023-10-09T00:20:13.338Z+ mkdir -p ./out/console-assets
3962023-10-09T00:20:13.343Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3972023-10-09T00:20:13.396Z+ set -o errexit
3982023-10-09T00:20:13.399Z+++ dirname ./tools/ci_download_maghemite_openapi
3992023-10-09T00:20:13.404Z++ cd ./tools
4002023-10-09T00:20:13.406Z++ pwd
4012023-10-09T00:20:13.409Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022023-10-09T00:20:13.414Z++ basename ./tools/ci_download_maghemite_openapi
4032023-10-09T00:20:13.417Z+ ARG0=ci_download_maghemite_openapi
4042023-10-09T00:20:13.420Z+ TARGET_DIR=out
4052023-10-09T00:20:13.429Z+ DOWNLOAD_DIR=out/downloads
4062023-10-09T00:20:13.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4072023-10-09T00:20:13.454Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4082023-10-09T00:20:13.464Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4092023-10-09T00:20:13.476Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4102023-10-09T00:20:13.485Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-09T00:20:13.493Z+ main
4122023-10-09T00:20:13.498Z+ [[ 0 != 0 ]]
4132023-10-09T00:20:13.501Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4142023-10-09T00:20:13.507ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4152023-10-09T00:20:13.511Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4162023-10-09T00:20:13.514ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4172023-10-09T00:20:13.517Z+ local DO_DOWNLOAD=true
4182023-10-09T00:20:13.533Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4192023-10-09T00:20:13.953Z+ mkdir -p out/downloads
4202023-10-09T00:20:13.958Z+ '[' true == true ']'
4212023-10-09T00:20:13.990Z+ echo Downloading...
4222023-10-09T00:20:14.076ZDownloading...
4232023-10-09T00:20:14.092Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4242023-10-09T00:20:14.133Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4252023-10-09T00:20:14.542Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4262023-10-09T00:20:14.547Z++ case "$OSTYPE" in
4272023-10-09T00:20:14.550Z++ SHA=sha256sum
4282023-10-09T00:20:14.558Z++ sha256sum
4292023-10-09T00:20:14.569Z++ awk '{print $1}'
4302023-10-09T00:20:14.992Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4312023-10-09T00:20:15.019Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4322023-10-09T00:20:15.039Z+ set -o errexit
4332023-10-09T00:20:15.469Z+++ dirname ./tools/ci_download_dendrite_openapi
4342023-10-09T00:20:15.493Z++ cd ./tools
4352023-10-09T00:20:15.508Z++ pwd
4362023-10-09T00:20:15.525Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372023-10-09T00:20:15.537Z++ basename ./tools/ci_download_dendrite_openapi
4382023-10-09T00:20:15.551Z+ ARG0=ci_download_dendrite_openapi
4392023-10-09T00:20:15.562Z+ TARGET_DIR=out
4402023-10-09T00:20:15.570Z+ DOWNLOAD_DIR=out/downloads
4412023-10-09T00:20:15.575Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4422023-10-09T00:20:15.585Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4432023-10-09T00:20:15.599Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4442023-10-09T00:20:15.617Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4452023-10-09T00:20:16.033Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4462023-10-09T00:20:16.042Z+ main
4472023-10-09T00:20:16.059Z+ [[ 0 != 0 ]]
4482023-10-09T00:20:16.080Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4492023-10-09T00:20:16.515ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4502023-10-09T00:20:16.944ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4512023-10-09T00:20:16.964Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4522023-10-09T00:20:16.979Z+ local DO_DOWNLOAD=true
4532023-10-09T00:20:16.996Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4542023-10-09T00:20:17.425Z+ mkdir -p out/downloads
4552023-10-09T00:20:17.440Z+ '[' true == true ']'
4562023-10-09T00:20:17.461Z+ echo Downloading...
4572023-10-09T00:20:17.473ZDownloading...
4582023-10-09T00:20:17.489Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4592023-10-09T00:20:17.501Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4602023-10-09T00:20:17.509Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4612023-10-09T00:20:17.515Z++ case "$OSTYPE" in
4622023-10-09T00:20:17.522Z++ SHA=sha256sum
4632023-10-09T00:20:17.528Z++ sha256sum
4642023-10-09T00:20:17.535Z++ awk '{print $1}'
4652023-10-09T00:20:17.542Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4662023-10-09T00:20:17.548Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4672023-10-09T00:20:17.554Z+ set -o errexit
4682023-10-09T00:20:17.560Z+++ dirname ./tools/ci_download_dendrite_stub
4692023-10-09T00:20:17.564Z++ cd ./tools
4702023-10-09T00:20:17.570Z++ pwd
4712023-10-09T00:20:17.576Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722023-10-09T00:20:17.584Z++ basename ./tools/ci_download_dendrite_stub
4732023-10-09T00:20:17.589Z+ ARG0=ci_download_dendrite_stub
4742023-10-09T00:20:17.594Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4752023-10-09T00:20:17.600Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4762023-10-09T00:20:17.606Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4772023-10-09T00:20:17.612Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4782023-10-09T00:20:17.619Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4792023-10-09T00:20:17.624Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4802023-10-09T00:20:17.630Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4812023-10-09T00:20:17.637Z+ TARGET_DIR=out
4822023-10-09T00:20:17.646Z+ DOWNLOAD_DIR=out/downloads
4832023-10-09T00:20:17.650Z+ DEST_DIR=./out/dendrite-stub
4842023-10-09T00:20:17.656Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4852023-10-09T00:20:17.660Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4862023-10-09T00:20:17.663Z+ REPO=oxidecomputer/dendrite
4872023-10-09T00:20:17.667Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4882023-10-09T00:20:17.669Z+ main
4892023-10-09T00:20:17.672Z+ [[ 0 != 0 ]]
4902023-10-09T00:20:17.674Zcurrent directory: /work/oxidecomputer/omicron
4912023-10-09T00:20:17.677Z+ CIDL_OS=solaris2.11
4922023-10-09T00:20:17.680Zconfiguring based on OS: "solaris2.11"
4932023-10-09T00:20:17.682Z+ [[ 0 != 0 ]]
4942023-10-09T00:20:17.686ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4952023-10-09T00:20:17.693Z+ configure_os solaris2.11
4962023-10-09T00:20:17.698ZLocal file: out/downloads/dendrite-stub.tar.gz
4972023-10-09T00:20:17.707Z+ echo 'current directory: /work/oxidecomputer/omicron'
4982023-10-09T00:20:17.720ZDownloading...
4992023-10-09T00:20:17.733Z+ echo 'configuring based on OS: "solaris2.11"'
5002023-10-09T00:20:17.740Z+ case "$1" in
5012023-10-09T00:20:17.746Z+ SET_BINARIES=
5022023-10-09T00:20:17.753Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5032023-10-09T00:20:17.758Z+ CIDL_SHA256FUNC=do_sha256sum
5042023-10-09T00:20:17.761Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5052023-10-09T00:20:17.763Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5062023-10-09T00:20:17.766Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5072023-10-09T00:20:17.769Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5082023-10-09T00:20:17.772Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5092023-10-09T00:20:17.775Z+ mkdir -p out/downloads
5102023-10-09T00:20:17.778Z+ mkdir -p ./out/dendrite-stub
5112023-10-09T00:20:17.780Z+ fetch_and_verify
5122023-10-09T00:20:17.784Z+ local DO_DOWNLOAD=true
5132023-10-09T00:20:17.791Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5142023-10-09T00:20:17.798Z+ '[' true == true ']'
5152023-10-09T00:20:17.807Z+ echo Downloading...
5162023-10-09T00:20:17.817Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5172023-10-09T00:20:17.823Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5182023-10-09T00:20:22.019Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5192023-10-09T00:20:22.024Z++ sha256sum
5202023-10-09T00:20:22.029Z++ awk '{print $1}'
5212023-10-09T00:20:22.114Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5222023-10-09T00:20:22.117Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5232023-10-09T00:20:22.119Z+ do_untar out/downloads/dendrite-stub.tar.gz
5242023-10-09T00:20:22.122Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5252023-10-09T00:20:23.035Z+ do_assemble
5262023-10-09T00:20:23.039Z+ rm -r ./out/dendrite-stub
5272023-10-09T00:20:23.045Z+ mkdir ./out/dendrite-stub
5282023-10-09T00:20:23.048Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5292023-10-09T00:20:23.153Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5302023-10-09T00:20:23.164Z+ set -o errexit
5312023-10-09T00:20:23.167Z+++ dirname ./tools/ci_download_transceiver_control
5322023-10-09T00:20:23.169Z++ cd ./tools
5332023-10-09T00:20:23.172Z++ pwd
5342023-10-09T00:20:23.191Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5352023-10-09T00:20:23.208Z++ basename ./tools/ci_download_transceiver_control
5362023-10-09T00:20:23.229Z+ ARG0=ci_download_transceiver_control
5372023-10-09T00:20:23.240Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5382023-10-09T00:20:23.249Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5392023-10-09T00:20:23.253Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5402023-10-09T00:20:23.255Z+ TARGET_DIR=out
5412023-10-09T00:20:23.258Z+ DOWNLOAD_DIR=out/downloads
5422023-10-09T00:20:23.262Z+ DEST_DIR=./out/transceiver-control
5432023-10-09T00:20:23.265Z+ BIN_DIR=/opt/oxide/bin
5442023-10-09T00:20:23.269Z+ BINARY=xcvradm
5452023-10-09T00:20:23.272Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5462023-10-09T00:20:23.275Z+ REPO=oxidecomputer/transceiver-control
5472023-10-09T00:20:23.278Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5482023-10-09T00:20:23.282Z+ main
5492023-10-09T00:20:23.285Z+ [[ 0 != 0 ]]
5502023-10-09T00:20:23.288Z+ CIDL_OS=solaris2.11
5512023-10-09T00:20:23.294Z+ [[ 0 != 0 ]]
5522023-10-09T00:20:23.297Z+ configure_os solaris2.11
5532023-10-09T00:20:23.300Z+ echo 'current directory: /work/oxidecomputer/omicron'
5542023-10-09T00:20:23.304Zcurrent directory: /work/oxidecomputer/omicron
5552023-10-09T00:20:23.309Z+ echo 'configuring based on OS: "solaris2.11"'
5562023-10-09T00:20:23.360Zconfiguring based on OS: "solaris2.11"
5572023-10-09T00:20:23.392Z+ case "$1" in
5582023-10-09T00:20:23.816Z+ SET_BINARIES=
5592023-10-09T00:20:23.827Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5602023-10-09T00:20:23.836Z+ CIDL_SHA256FUNC=do_sha256sum
5612023-10-09T00:20:24.257Z+ ARCHIVE_FILENAME=xcvradm.gz
5622023-10-09T00:20:24.260Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5632023-10-09T00:20:24.266Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5642023-10-09T00:20:24.281Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5652023-10-09T00:20:24.290ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5662023-10-09T00:20:24.293Z+ echo 'Local file: out/downloads/xcvradm.gz'
5672023-10-09T00:20:24.297ZLocal file: out/downloads/xcvradm.gz
5682023-10-09T00:20:24.305Z+ mkdir -p out/downloads
5692023-10-09T00:20:24.315Z+ mkdir -p ./out/transceiver-control
5702023-10-09T00:20:24.324Z+ fetch_and_verify
5712023-10-09T00:20:24.327Z+ local DO_DOWNLOAD=true
5722023-10-09T00:20:24.330Z+ [[ -f out/downloads/xcvradm.gz ]]
5732023-10-09T00:20:24.334Z+ '[' true == true ']'
5742023-10-09T00:20:24.340Z+ echo Downloading...
5752023-10-09T00:20:24.347ZDownloading...
5762023-10-09T00:20:24.354Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5772023-10-09T00:20:24.358Z+ 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
5782023-10-09T00:20:25.177Z++ do_sha256sum out/downloads/xcvradm.gz
5792023-10-09T00:20:25.181Z++ sha256sum
5802023-10-09T00:20:25.186Z++ awk '{print $1}'
5812023-10-09T00:20:25.202Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5822023-10-09T00:20:25.205Z+ [[ 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 ]]
5832023-10-09T00:20:25.207Z+ do_unpack out/downloads/xcvradm.gz
5842023-10-09T00:20:25.210Z+ mkdir -p out/downloads/root//opt/oxide/bin
5852023-10-09T00:20:25.213Z+ gzip -dc out/downloads/xcvradm.gz
5862023-10-09T00:20:25.376Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5872023-10-09T00:20:25.379Z+ do_assemble
5882023-10-09T00:20:25.383Z+ rm -r ./out/transceiver-control
5892023-10-09T00:20:25.409Z+ mkdir ./out/transceiver-control
5902023-10-09T00:20:25.420Z+ cp -r out/downloads/root ./out/transceiver-control/root
5912023-10-09T00:20:25.488ZAll prerequisites installed successfully
5922023-10-09T00:20:25.491Z
5932023-10-09T00:20:25.494Zreal 2:14.743581068
5942023-10-09T00:20:25.501Zuser 48.509542144
5952023-10-09T00:20:25.520Zsys 9.072569092
5962023-10-09T00:20:25.535Ztrap 0.020739105
5972023-10-09T00:20:25.545Ztflt 0.114883718
5982023-10-09T00:20:25.551Zdflt 0.483325595
5992023-10-09T00:20:25.559Zkflt 0.144021420
6002023-10-09T00:20:25.566Zlock 1.644385639
6012023-10-09T00:20:25.575Zslp 4:08.659848917
6022023-10-09T00:20:25.586Zlat 3.109356170
6032023-10-09T00:20:25.596Zstop 0.068954687
6042023-10-09T00:20:25.600Z+ ptime -m ./tools/ci_download_softnpu_machinery
6052023-10-09T00:20:25.621Zfetching npuzone
6062023-10-09T00:20:25.630ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6072023-10-09T00:20:25.637Z (commit: 41b3a67b3d44f51528816ff8e539b4001df48305)
6082023-10-09T00:20:25.654ZGetting hash for npuzone
6092023-10-09T00:20:25.754Z (hash: 11aab79a1494ffc0580a0dc3174c7c82e15d56d042b3baff8792fef5ca04c1f3)
6102023-10-09T00:20:35.810Znpuzone downloaded successfully
6112023-10-09T00:20:35.815Z
6122023-10-09T00:20:35.821Zreal 10.317794770
6132023-10-09T00:20:35.824Zuser 0.574110352
6142023-10-09T00:20:35.832Zsys 0.154349960
6152023-10-09T00:20:35.835Ztrap 0.000059672
6162023-10-09T00:20:35.839Ztflt 0.000000000
6172023-10-09T00:20:35.844Zdflt 0.000000000
6182023-10-09T00:20:35.850Zkflt 0.000000000
6192023-10-09T00:20:35.853Zlock 0.000000000
6202023-10-09T00:20:35.859Zslp 30.073068870
6212023-10-09T00:20:35.863Zlat 0.115483569
6222023-10-09T00:20:35.868Zstop 0.000265357
6232023-10-09T00:20:35.873Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6242023-10-09T00:20:36.195Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6252023-10-09T00:20:36.534Z Updating crates.io index
6262023-10-09T00:20:36.537Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6272023-10-09T00:20:37.355Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6282023-10-09T00:20:39.043Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6292023-10-09T00:20:39.681Z Updating git repository `http://github.com/oxidecomputer/tofino`
6302023-10-09T00:20:40.017Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6312023-10-09T00:20:40.319Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6322023-10-09T00:20:40.632Z Updating git repository `https://github.com/oxidecomputer/propolis`
6332023-10-09T00:20:41.516Z Updating git repository `https://github.com/oxidecomputer/opte`
6342023-10-09T00:20:42.498Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6352023-10-09T00:20:42.846Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6362023-10-09T00:20:43.176Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6372023-10-09T00:20:43.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
6382023-10-09T00:20:45.464Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6392023-10-09T00:20:45.812Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6402023-10-09T00:20:46.201Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6412023-10-09T00:20:46.628Z Updating git repository `https://github.com/njaremko/samael`
6422023-10-09T00:20:47.061Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6432023-10-09T00:20:49.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6442023-10-09T00:20:49.606Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6452023-10-09T00:20:49.931Z Updating git repository `https://github.com/jgallagher/nix`
6462023-10-09T00:20:51.124Z Updating git repository `https://github.com/cbiffle/hubpack`
6472023-10-09T00:20:51.578Z Updating git repository `https://github.com/oxidecomputer/omicron`
6482023-10-09T00:21:00.390Z Updating git repository `https://github.com/oxidecomputer/rfb`
6492023-10-09T00:21:00.883Z Updating git repository `https://github.com/oxidecomputer/typify`
6502023-10-09T00:21:02.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6512023-10-09T00:21:02.678Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6522023-10-09T00:21:02.979Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6532023-10-09T00:21:04.545Z Downloading crates ...
6542023-10-09T00:21:04.792Z Downloaded cargo_metadata v0.18.0
6552023-10-09T00:21:04.798Z Downloaded cancel-safe-futures v0.1.2
6562023-10-09T00:21:04.804Z Downloaded camino v1.1.6
6572023-10-09T00:21:04.813Z Downloaded http-range v0.1.5
6582023-10-09T00:21:04.817Z Downloaded cexpr v0.6.0
6592023-10-09T00:21:04.825Z Downloaded lazy_static v1.4.0
6602023-10-09T00:21:04.830Z Downloaded ident_case v1.0.1
6612023-10-09T00:21:04.835Z Downloaded cfg-if v1.0.0
6622023-10-09T00:21:04.841Z Downloaded impl-trait-for-tuples v0.2.2
6632023-10-09T00:21:04.847Z Downloaded heck v0.4.1
6642023-10-09T00:21:04.853Z Downloaded convert_case v0.4.0
6652023-10-09T00:21:04.861Z Downloaded semver v1.0.18
6662023-10-09T00:21:04.873Z Downloaded aead v0.5.2
6672023-10-09T00:21:04.884Z Downloaded matches v0.1.10
6682023-10-09T00:21:04.891Z Downloaded new_debug_unreachable v1.0.4
6692023-10-09T00:21:04.895Z Downloaded cipher v0.4.4
6702023-10-09T00:21:04.902Z Downloaded ipnetwork v0.20.0
6712023-10-09T00:21:04.905Z Downloaded memoffset v0.7.1
6722023-10-09T00:21:04.910Z Downloaded httpdate v1.0.3
6732023-10-09T00:21:04.913Z Downloaded managed v0.8.0
6742023-10-09T00:21:04.919Z Downloaded is-terminal v0.4.9
6752023-10-09T00:21:04.923Z Downloaded newtype_derive v0.1.6
6762023-10-09T00:21:04.927Z Downloaded nodrop v0.1.14
6772023-10-09T00:21:04.931Z Downloaded cpufeatures v0.2.9
6782023-10-09T00:21:04.934Z Downloaded clap_derive v4.4.2
6792023-10-09T00:21:04.939Z Downloaded mime v0.3.17
6802023-10-09T00:21:04.943Z Downloaded lru-cache v0.1.2
6812023-10-09T00:21:04.948Z Downloaded num v0.4.1
6822023-10-09T00:21:04.951Z Downloaded rustc-demangle v0.1.23
6832023-10-09T00:21:04.956Z Downloaded clap_lex v0.5.1
6842023-10-09T00:21:04.960Z Downloaded num_enum_derive v0.7.0
6852023-10-09T00:21:04.964Z Downloaded slog-dtrace v0.2.3
6862023-10-09T00:21:04.970Z Downloaded aes-gcm-siv v0.11.1
6872023-10-09T00:21:04.977Z Downloaded tower-service v0.3.2
6882023-10-09T00:21:04.982Z Downloaded termcolor v1.2.0
6892023-10-09T00:21:04.986Z Downloaded hubpack v0.1.2
6902023-10-09T00:21:04.990Z Downloaded num_enum_derive v0.5.11
6912023-10-09T00:21:04.995Z Downloaded signature v1.6.4
6922023-10-09T00:21:04.998Z Downloaded num-derive v0.4.0
6932023-10-09T00:21:05.003Z Downloaded num-complex v0.4.4
6942023-10-09T00:21:05.006Z Downloaded dirs-sys-next v0.1.2
6952023-10-09T00:21:05.009Z Downloaded dirs-next v2.0.0
6962023-10-09T00:21:05.012Z Downloaded dof v0.1.5
6972023-10-09T00:21:05.015Z Downloaded display-error-chain v0.1.1
6982023-10-09T00:21:05.018Z Downloaded topological-sort v0.2.2
6992023-10-09T00:21:05.022Z Downloaded zone_cfg_derive v0.2.0
7002023-10-09T00:21:05.025Z Downloaded crossbeam-deque v0.8.3
7012023-10-09T00:21:05.028Z Downloaded normalize-line-endings v0.3.0
7022023-10-09T00:21:05.030Z Downloaded crossbeam v0.8.2
7032023-10-09T00:21:05.033Z Downloaded num-rational v0.4.1
7042023-10-09T00:21:05.035Z Downloaded const_format_proc_macros v0.2.31
7052023-10-09T00:21:05.040Z Downloaded num-iter v0.1.43
7062023-10-09T00:21:05.043Z Downloaded sha1 v0.10.5
7072023-10-09T00:21:05.046Z Downloaded dtrace-parser v0.1.14
7082023-10-09T00:21:05.049Z Downloaded downcast v0.11.0
7092023-10-09T00:21:05.052Z Downloaded serde-big-array v0.5.1
7102023-10-09T00:21:05.055Z Downloaded smallvec v0.6.14
7112023-10-09T00:21:05.058Z Downloaded clap v4.4.3
7122023-10-09T00:21:05.078Z Downloaded time-core v0.1.1
7132023-10-09T00:21:05.081Z Downloaded unarray v0.1.4
7142023-10-09T00:21:05.084Z Downloaded proc-macro-error-attr v1.0.4
7152023-10-09T00:21:05.087Z Downloaded phf_shared v0.10.0
7162023-10-09T00:21:05.090Z Downloaded slog-async v2.8.0
7172023-10-09T00:21:05.093Z Downloaded debug-ignore v1.0.5
7182023-10-09T00:21:05.096Z Downloaded polyval v0.6.1
7192023-10-09T00:21:05.099Z Downloaded test-strategy v0.2.1
7202023-10-09T00:21:05.103Z Downloaded foreign-types v0.3.2
7212023-10-09T00:21:05.106Z Downloaded crossbeam-epoch v0.9.15
7222023-10-09T00:21:05.112Z Downloaded strsim v0.8.0
7232023-10-09T00:21:05.117Z Downloaded futures-io v0.3.28
7242023-10-09T00:21:05.120Z Downloaded slog-term v2.9.0
7252023-10-09T00:21:05.123Z Downloaded thread_local v1.1.7
7262023-10-09T00:21:05.125Z Downloaded ppv-lite86 v0.2.17
7272023-10-09T00:21:05.130Z Downloaded path-absolutize v3.1.0
7282023-10-09T00:21:05.133Z Downloaded openssl-macros v0.1.1
7292023-10-09T00:21:05.136Z Downloaded platforms v3.0.2
7302023-10-09T00:21:05.139Z Downloaded typenum v1.16.0
7312023-10-09T00:21:05.146Z Downloaded darling_macro v0.14.4
7322023-10-09T00:21:05.153Z Downloaded crc32fast v1.3.2
7332023-10-09T00:21:05.156Z Downloaded uuid v1.4.1
7342023-10-09T00:21:05.160Z Downloaded foreign-types v0.5.0
7352023-10-09T00:21:05.163Z Downloaded num_enum v0.5.11
7362023-10-09T00:21:05.174Z Downloaded spin v0.5.2
7372023-10-09T00:21:05.178Z Downloaded endian-type v0.1.2
7382023-10-09T00:21:05.182Z Downloaded tokio-tungstenite v0.20.1
7392023-10-09T00:21:05.185Z Downloaded number_prefix v0.4.0
7402023-10-09T00:21:05.188Z Downloaded take_mut v0.2.2
7412023-10-09T00:21:05.190Z Downloaded openssl-probe v0.1.5
7422023-10-09T00:21:05.193Z Downloaded password-hash v0.5.0
7432023-10-09T00:21:05.196Z Downloaded parking_lot v0.12.1
7442023-10-09T00:21:05.200Z Downloaded parse-display v0.7.0
7452023-10-09T00:21:05.203Z Downloaded backtrace v0.3.69
7462023-10-09T00:21:05.213Z Downloaded zerocopy v0.3.0
7472023-10-09T00:21:05.216Z Downloaded parking_lot_core v0.8.6
7482023-10-09T00:21:05.220Z Downloaded shlex v1.1.0
7492023-10-09T00:21:05.223Z Downloaded miniz_oxide v0.7.1
7502023-10-09T00:21:05.228Z Downloaded foreign-types-shared v0.1.1
7512023-10-09T00:21:05.234Z Downloaded foreign-types-macros v0.2.3
7522023-10-09T00:21:05.237Z Downloaded universal-hash v0.5.1
7532023-10-09T00:21:05.239Z Downloaded group v0.13.0
7542023-10-09T00:21:05.243Z Downloaded prettyplease v0.2.12
7552023-10-09T00:21:05.245Z Downloaded tabled_derive v0.6.0
7562023-10-09T00:21:05.248Z Downloaded try-lock v0.2.4
7572023-10-09T00:21:05.250Z Downloaded foreign-types-shared v0.3.1
7582023-10-09T00:21:05.253Z Downloaded paste v1.0.14
7592023-10-09T00:21:05.260Z Downloaded wyz v0.5.1
7602023-10-09T00:21:05.265Z Downloaded ref-cast v1.0.20
7612023-10-09T00:21:05.268Z Downloaded zone v0.2.0
7622023-10-09T00:21:05.271Z Downloaded rustc_version v0.4.0
7632023-10-09T00:21:05.274Z Downloaded xattr v1.0.1
7642023-10-09T00:21:05.277Z Downloaded num-bigint v0.4.4
7652023-10-09T00:21:05.288Z Downloaded glob v0.3.1
7662023-10-09T00:21:05.292Z Downloaded equivalent v1.0.1
7672023-10-09T00:21:05.295Z Downloaded derive_builder_core v0.12.0
7682023-10-09T00:21:05.298Z Downloaded owo-colors v3.5.0
7692023-10-09T00:21:05.303Z Downloaded memchr v2.6.3
7702023-10-09T00:21:05.315Z Downloaded rustc-hash v1.1.0
7712023-10-09T00:21:05.318Z Downloaded ringbuffer v0.15.0
7722023-10-09T00:21:05.323Z Downloaded predicates-core v1.0.6
7732023-10-09T00:21:05.326Z Downloaded slog-json v2.6.1
7742023-10-09T00:21:05.329Z Downloaded derive_builder_macro v0.12.0
7752023-10-09T00:21:05.332Z Downloaded pem v1.1.1
7762023-10-09T00:21:05.334Z Downloaded funty v2.0.0
7772023-10-09T00:21:05.337Z Downloaded sct v0.7.0
7782023-10-09T00:21:05.344Z Downloaded socket2 v0.5.3
7792023-10-09T00:21:05.350Z Downloaded pretty-hex v0.3.0
7802023-10-09T00:21:05.353Z Downloaded serde_with_macros v2.3.3
7812023-10-09T00:21:05.356Z Downloaded pretty-hex v0.2.1
7822023-10-09T00:21:05.389Z Downloaded time-macros v0.2.13
7832023-10-09T00:21:05.396Z Downloaded futures-sink v0.3.28
7842023-10-09T00:21:05.400Z Downloaded tough v0.12.5
7852023-10-09T00:21:05.402Z Downloaded want v0.3.1
7862023-10-09T00:21:05.405Z Downloaded mio v0.8.8
7872023-10-09T00:21:05.408Z Downloaded utf-8 v0.7.6
7882023-10-09T00:21:05.411Z Downloaded enum-as-inner v0.5.1
7892023-10-09T00:21:05.414Z Downloaded ctr v0.9.2
7902023-10-09T00:21:05.420Z Downloaded pkcs8 v0.10.2
7912023-10-09T00:21:05.424Z Downloaded slab v0.4.9
7922023-10-09T00:21:05.428Z Downloaded usdt-attr-macro v0.3.5
7932023-10-09T00:21:05.430Z Downloaded tokio-rustls v0.24.1
7942023-10-09T00:21:05.434Z Downloaded predicates v3.0.4
7952023-10-09T00:21:05.437Z Downloaded thiserror-impl v1.0.49
7962023-10-09T00:21:05.441Z Downloaded packed_struct_codegen v0.10.1
7972023-10-09T00:21:05.443Z Downloaded predicates-tree v1.0.9
7982023-10-09T00:21:05.446Z Downloaded parking_lot_core v0.9.8
7992023-10-09T00:21:05.448Z Downloaded futures-core v0.3.28
8002023-10-09T00:21:05.455Z Downloaded getopts v0.2.21
8012023-10-09T00:21:05.464Z Downloaded derive_more v0.99.17
8022023-10-09T00:21:05.469Z Downloaded curve25519-dalek-derive v0.1.0
8032023-10-09T00:21:05.473Z Downloaded rpassword v7.2.0
8042023-10-09T00:21:05.477Z Downloaded postgres-types v0.2.6
8052023-10-09T00:21:05.482Z Downloaded textwrap v0.16.0
8062023-10-09T00:21:05.485Z Downloaded hashbrown v0.13.2
8072023-10-09T00:21:05.487Z Downloaded crunchy v0.2.2
8082023-10-09T00:21:05.492Z Downloaded pest_generator v2.7.2
8092023-10-09T00:21:05.500Z Downloaded fallible-streaming-iterator v0.1.9
8102023-10-09T00:21:05.505Z Downloaded similar v2.2.1
8112023-10-09T00:21:05.510Z Downloaded zerocopy v0.6.3
8122023-10-09T00:21:05.513Z Downloaded fallible-iterator v0.2.0
8132023-10-09T00:21:05.516Z Downloaded unicode-xid v0.2.4
8142023-10-09T00:21:05.521Z Downloaded pem-rfc7468 v0.7.0
8152023-10-09T00:21:05.524Z Downloaded olpc-cjson v0.1.3
8162023-10-09T00:21:05.527Z Downloaded pest_meta v2.7.2
8172023-10-09T00:21:05.531Z Downloaded either v1.9.0
8182023-10-09T00:21:05.535Z Downloaded half v1.8.2
8192023-10-09T00:21:05.538Z Downloaded semver-parser v0.10.2
8202023-10-09T00:21:05.540Z Downloaded slog-scope v4.4.0
8212023-10-09T00:21:05.543Z Downloaded crypto-common v0.1.6
8222023-10-09T00:21:05.546Z Downloaded data-encoding v2.4.0
8232023-10-09T00:21:05.549Z Downloaded tiny-keccak v2.0.2
8242023-10-09T00:21:05.552Z Downloaded crossbeam-utils v0.8.16
8252023-10-09T00:21:05.555Z Downloaded slog-stdlog v4.1.1
8262023-10-09T00:21:05.558Z Downloaded tinyvec v1.6.0
8272023-10-09T00:21:05.564Z Downloaded ron v0.8.1
8282023-10-09T00:21:05.567Z Downloaded env_logger v0.9.3
8292023-10-09T00:21:05.570Z Downloaded num-bigint-dig v0.8.4
8302023-10-09T00:21:05.574Z Downloaded thiserror-no-std v2.0.2
8312023-10-09T00:21:05.581Z Downloaded num_threads v0.1.6
8322023-10-09T00:21:05.584Z Downloaded schemars v0.8.13
8332023-10-09T00:21:05.602Z Downloaded env_logger v0.10.0
8342023-10-09T00:21:05.607Z Downloaded omicron-zone-package v0.8.3
8352023-10-09T00:21:05.612Z Downloaded tar v0.4.40
8362023-10-09T00:21:05.617Z Downloaded flate2 v1.0.27
8372023-10-09T00:21:05.626Z Downloaded flume v0.11.0
8382023-10-09T00:21:05.633Z Downloaded tokio-postgres v0.7.10
8392023-10-09T00:21:05.642Z Downloaded rustls-webpki v0.101.4
8402023-10-09T00:21:05.668Z Downloaded elliptic-curve v0.13.5
8412023-10-09T00:21:05.675Z Downloaded idna v0.2.3
8422023-10-09T00:21:05.688Z Downloaded ron v0.7.1
8432023-10-09T00:21:05.697Z Downloaded regex-automata v0.1.10
8442023-10-09T00:21:05.708Z Downloaded hashbrown v0.12.3
8452023-10-09T00:21:05.716Z Downloaded winnow v0.5.15
8462023-10-09T00:21:05.731Z Downloaded crossterm v0.27.0
8472023-10-09T00:21:05.742Z Downloaded rand v0.8.5
8482023-10-09T00:21:05.749Z Downloaded crossterm v0.26.1
8492023-10-09T00:21:05.759Z Downloaded serde v1.0.188
8502023-10-09T00:21:05.765Z Downloaded rusqlite v0.29.0
8512023-10-09T00:21:05.779Z Downloaded rustls v0.21.7
8522023-10-09T00:21:05.799Z Downloaded portable-atomic v1.4.3
8532023-10-09T00:21:05.811Z Downloaded h2 v0.3.21
8542023-10-09T00:21:05.822Z Downloaded lalrpop v0.19.12
8552023-10-09T00:21:05.843Z Downloaded serde_json v1.0.107
8562023-10-09T00:21:05.859Z Downloaded trust-dns-proto v0.22.0
8572023-10-09T00:21:05.879Z Downloaded petgraph v0.6.4
8582023-10-09T00:21:05.904Z Downloaded regress v0.7.1
8592023-10-09T00:21:05.919Z Downloaded syn v2.0.32
8602023-10-09T00:21:05.941Z Downloaded proptest v1.2.0
8612023-10-09T00:21:05.959Z Downloaded git2 v0.17.2
8622023-10-09T00:21:05.978Z Downloaded object v0.32.1
8632023-10-09T00:21:05.999Z Downloaded gimli v0.28.0
8642023-10-09T00:21:06.016Z Downloaded rustix v0.38.9
8652023-10-09T00:21:06.058Z Downloaded diesel v2.1.1
8662023-10-09T00:21:06.094Z Downloaded rustix v0.37.23
8672023-10-09T00:21:06.132Z Downloaded bzip2-sys v0.1.11+1.0.8
8682023-10-09T00:21:06.159Z Downloaded sled v0.34.7
8692023-10-09T00:21:06.181Z Downloaded zerocopy-derive v0.2.0
8702023-10-09T00:21:06.200Z Downloaded zerocopy-derive v0.6.3
8712023-10-09T00:21:06.223Z Downloaded regex-automata v0.3.8
8722023-10-09T00:21:06.257Z Downloaded tokio v1.32.0
8732023-10-09T00:21:06.329Z Downloaded libc v0.2.148
8742023-10-09T00:21:06.381Z Downloaded sha3 v0.10.8
8752023-10-09T00:21:06.412Z Downloaded openapiv3 v1.0.3
8762023-10-09T00:21:06.421Z Downloaded bstr v1.6.0
8772023-10-09T00:21:06.444Z Downloaded curve25519-dalek v4.1.0
8782023-10-09T00:21:06.462Z Downloaded regex-syntax v0.6.29
8792023-10-09T00:21:06.478Z Downloaded smoltcp v0.8.2
8802023-10-09T00:21:06.498Z Downloaded encoding_rs v0.8.33
8812023-10-09T00:21:06.544Z Downloaded syn v1.0.109
8822023-10-09T00:21:06.565Z Downloaded webpki-roots v0.25.2
8832023-10-09T00:21:06.573Z Downloaded object v0.30.4
8842023-10-09T00:21:06.595Z Downloaded libgit2-sys v0.15.2+1.6.4
8852023-10-09T00:21:06.703Z Downloaded smoltcp v0.9.1
8862023-10-09T00:21:06.725Z Downloaded regex v1.9.5
8872023-10-09T00:21:06.750Z Downloaded openssl v0.10.57
8882023-10-09T00:21:06.770Z Downloaded bstr v0.2.17
8892023-10-09T00:21:06.790Z Downloaded regex-syntax v0.7.5
8902023-10-09T00:21:06.807Z Downloaded libz-sys v1.1.12
8912023-10-09T00:21:06.930Z Downloaded radix_trie v0.2.1
8922023-10-09T00:21:06.940Z Downloaded ratatui v0.23.0
8932023-10-09T00:21:06.963Z Downloaded vcpkg v0.2.15
8942023-10-09T00:21:07.036Z Downloaded reqwest v0.11.20
8952023-10-09T00:21:07.050Z Downloaded nix v0.26.2
8962023-10-09T00:21:07.070Z Downloaded tabled v0.14.0
8972023-10-09T00:21:07.098Z Downloaded polar-core v0.26.4
8982023-10-09T00:21:07.115Z Downloaded chrono v0.4.31
8992023-10-09T00:21:07.130Z Downloaded idna v0.4.0
9002023-10-09T00:21:07.144Z Downloaded quick-xml v0.23.1
9012023-10-09T00:21:07.157Z Downloaded futures-util v0.3.28
9022023-10-09T00:21:07.189Z Downloaded hashbrown v0.14.0
9032023-10-09T00:21:07.198Z Downloaded rayon v1.7.0
9042023-10-09T00:21:07.216Z Downloaded clap v2.34.0
9052023-10-09T00:21:07.229Z Downloaded clap_builder v4.4.2
9062023-10-09T00:21:07.242Z Downloaded zip v0.6.6
9072023-10-09T00:21:07.249Z Downloaded serde_with v2.3.3
9082023-10-09T00:21:07.263Z Downloaded libsqlite3-sys v0.26.0
9092023-10-09T00:21:07.405Z Downloaded rsa v0.9.2
9102023-10-09T00:21:07.433Z Downloaded headers v0.3.9
9112023-10-09T00:21:07.444Z Downloaded x509-cert v0.2.4
9122023-10-09T00:21:07.450Z Downloaded ring v0.16.20
9132023-10-09T00:21:07.598Z Downloaded time v0.3.27
9142023-10-09T00:21:07.608Z Downloaded aho-corasick v1.0.4
9152023-10-09T00:21:07.618Z Downloaded tokio-util v0.7.8
9162023-10-09T00:21:07.628Z Downloaded diesel_derives v2.1.1
9172023-10-09T00:21:07.634Z Downloaded darling_core v0.20.3
9182023-10-09T00:21:07.642Z Downloaded url v2.4.1
9192023-10-09T00:21:07.647Z Downloaded reedline v0.23.0
9202023-10-09T00:21:07.658Z Downloaded bindgen v0.65.1
9212023-10-09T00:21:07.671Z Downloaded proc-macro-crate v1.3.1
9222023-10-09T00:21:07.674Z Downloaded snafu-derive v0.7.5
9232023-10-09T00:21:07.676Z Downloaded papergrid v0.10.0
9242023-10-09T00:21:07.683Z Downloaded futures-channel v0.3.28
9252023-10-09T00:21:07.686Z Downloaded futures v0.3.28
9262023-10-09T00:21:07.694Z Downloaded crypto-bigint v0.5.2
9272023-10-09T00:21:07.704Z Downloaded libm v0.2.7
9282023-10-09T00:21:07.720Z Downloaded unicode-normalization v0.1.22
9292023-10-09T00:21:07.727Z Downloaded tokio-stream v0.1.14
9302023-10-09T00:21:07.734Z Downloaded rustversion v1.0.14
9312023-10-09T00:21:07.738Z Downloaded vergen v8.2.4
9322023-10-09T00:21:07.743Z Downloaded vte v0.11.1
9332023-10-09T00:21:07.747Z Downloaded pest v2.7.2
9342023-10-09T00:21:07.755Z Downloaded scheduled-thread-pool v0.2.7
9352023-10-09T00:21:07.758Z Downloaded erased-serde v0.3.30
9362023-10-09T00:21:07.761Z Downloaded fatfs v0.3.6
9372023-10-09T00:21:07.765Z Downloaded tap v1.0.1
9382023-10-09T00:21:07.768Z Downloaded pin-project-lite v0.2.13
9392023-10-09T00:21:07.774Z Downloaded float-cmp v0.9.0
9402023-10-09T00:21:07.777Z Downloaded thread-id v4.2.0
9412023-10-09T00:21:07.782Z Downloaded steno v0.4.0
9422023-10-09T00:21:07.789Z Downloaded hyper v0.14.27
9432023-10-09T00:21:07.800Z Downloaded fd-lock v3.0.13
9442023-10-09T00:21:07.803Z Downloaded usdt-impl v0.3.5
9452023-10-09T00:21:07.806Z Downloaded postgres-protocol v0.6.6
9462023-10-09T00:21:07.808Z Downloaded textwrap v0.11.0
9472023-10-09T00:21:07.815Z Downloaded structmeta-derive v0.1.6
9482023-10-09T00:21:07.818Z Downloaded static_assertions v1.1.0
9492023-10-09T00:21:07.821Z Downloaded strum_macros v0.24.3
9502023-10-09T00:21:07.825Z Downloaded scopeguard v1.2.0
9512023-10-09T00:21:07.835Z Downloaded spki v0.7.2
9522023-10-09T00:21:07.838Z Downloaded libxml v0.3.3
9532023-10-09T00:21:07.841Z Downloaded der_derive v0.7.2
9542023-10-09T00:21:07.845Z Downloaded headers-core v0.2.0
9552023-10-09T00:21:07.847Z Downloaded hash32 v0.2.1
9562023-10-09T00:21:07.850Z Downloaded r2d2 v0.8.10
9572023-10-09T00:21:07.856Z Downloaded percent-encoding v2.3.0
9582023-10-09T00:21:07.860Z Downloaded fnv v1.0.7
9592023-10-09T00:21:07.862Z Downloaded serde_arrays v0.1.0
9602023-10-09T00:21:07.866Z Downloaded errno v0.3.2
9612023-10-09T00:21:07.869Z Downloaded trust-dns-server v0.22.1
9622023-10-09T00:21:07.873Z Downloaded heapless v0.7.16
9632023-10-09T00:21:07.876Z Downloaded unicode-segmentation v1.10.1
9642023-10-09T00:21:07.881Z Downloaded generic-array v0.14.7
9652023-10-09T00:21:07.888Z Downloaded term v0.7.0
9662023-10-09T00:21:07.897Z Downloaded parking_lot v0.11.2
9672023-10-09T00:21:07.900Z Downloaded fixedbitset v0.4.2
9682023-10-09T00:21:07.904Z Downloaded signal-hook-registry v1.4.1
9692023-10-09T00:21:07.909Z Downloaded yasna v0.5.2
9702023-10-09T00:21:07.912Z Downloaded predicates v2.1.5
9712023-10-09T00:21:07.915Z Downloaded quote v1.0.33
9722023-10-09T00:21:07.919Z Downloaded subprocess v0.2.9
9732023-10-09T00:21:07.938Z Downloaded signal-hook v0.3.17
9742023-10-09T00:21:07.944Z Downloaded radium v0.7.0
9752023-10-09T00:21:07.949Z Downloaded flagset v0.4.3
9762023-10-09T00:21:07.952Z Downloaded socket2 v0.4.9
9772023-10-09T00:21:07.955Z Downloaded der v0.7.8
9782023-10-09T00:21:07.958Z Downloaded minimal-lexical v0.2.1
9792023-10-09T00:21:07.963Z Downloaded vte_generate_state_changes v0.1.1
9802023-10-09T00:21:07.966Z Downloaded synstructure v0.12.6
9812023-10-09T00:21:07.969Z Downloaded stringprep v0.1.3
9822023-10-09T00:21:07.973Z Downloaded darling v0.20.3
9832023-10-09T00:21:07.976Z Downloaded vec_map v0.8.2
9842023-10-09T00:21:07.979Z Downloaded thiserror-impl-no-std v2.0.2
9852023-10-09T00:21:07.982Z Downloaded thiserror v1.0.49
9862023-10-09T00:21:07.985Z Downloaded rcgen v0.10.0
9872023-10-09T00:21:07.992Z Downloaded rayon-core v1.11.0
9882023-10-09T00:21:07.995Z Downloaded oso v0.26.4
9892023-10-09T00:21:07.998Z Downloaded openssl-sys v0.9.93
9902023-10-09T00:21:08.001Z Downloaded nom v7.1.3
9912023-10-09T00:21:08.009Z Downloaded itertools v0.11.0
9922023-10-09T00:21:08.012Z Downloaded toml_edit v0.19.15
9932023-10-09T00:21:08.025Z Downloaded futures-task v0.3.28
9942023-10-09T00:21:08.028Z Downloaded rustls-pemfile v1.0.3
9952023-10-09T00:21:08.031Z Downloaded tokio-tungstenite v0.18.0
9962023-10-09T00:21:08.034Z Downloaded phf v0.11.2
9972023-10-09T00:21:08.038Z Downloaded itertools v0.10.5
9982023-10-09T00:21:08.047Z Downloaded fs-err v2.9.0
9992023-10-09T00:21:08.050Z Downloaded fragile v2.0.0
10002023-10-09T00:21:08.053Z Downloaded form_urlencoded v1.2.0
10012023-10-09T00:21:08.056Z Downloaded cstr-argument v0.1.2
10022023-10-09T00:21:08.059Z Downloaded fxhash v0.2.1
10032023-10-09T00:21:08.062Z Downloaded version_check v0.9.4
10042023-10-09T00:21:08.065Z Downloaded darling_macro v0.20.3
10052023-10-09T00:21:08.067Z Downloaded pest_derive v2.7.2
10062023-10-09T00:21:08.070Z Downloaded smf v0.2.2
10072023-10-09T00:21:08.073Z Downloaded crossbeam-channel v0.5.8
10082023-10-09T00:21:08.075Z Downloaded quick-error v1.2.3
10092023-10-09T00:21:08.078Z Downloaded dyn-clone v1.0.13
10102023-10-09T00:21:08.086Z Downloaded rand_xorshift v0.3.0
10112023-10-09T00:21:08.089Z Downloaded hashlink v0.8.3
10122023-10-09T00:21:08.091Z Downloaded snafu v0.7.5
10132023-10-09T00:21:08.094Z Downloaded trust-dns-client v0.22.0
10142023-10-09T00:21:08.100Z Downloaded subtle v2.5.0
10152023-10-09T00:21:08.104Z Downloaded tokio-native-tls v0.3.1
10162023-10-09T00:21:08.107Z Downloaded tokio-macros v2.1.0
10172023-10-09T00:21:08.109Z Downloaded signal-hook-mio v0.2.3
10182023-10-09T00:21:08.112Z Downloaded shell-words v1.1.0
10192023-10-09T00:21:08.115Z Downloaded packed_struct v0.10.1
10202023-10-09T00:21:08.117Z Downloaded proc-macro2 v1.0.67
10212023-10-09T00:21:08.121Z Downloaded vsss-rs v3.3.1
10222023-10-09T00:21:08.123Z Downloaded derive_builder v0.12.0
10232023-10-09T00:21:08.128Z Downloaded trust-dns-resolver v0.22.0
10242023-10-09T00:21:08.135Z Downloaded salty v0.2.0
10252023-10-09T00:21:08.144Z Downloaded arc-swap v1.6.0
10262023-10-09T00:21:08.151Z Downloaded allocator-api2 v0.2.16
10272023-10-09T00:21:08.156Z Downloaded tungstenite v0.20.1
10282023-10-09T00:21:08.161Z Downloaded toml_edit v0.20.0
10292023-10-09T00:21:08.220Z Downloaded serde_yaml v0.9.25
10302023-10-09T00:21:08.284Z Downloaded ref-cast-impl v1.0.20
10312023-10-09T00:21:08.376Z Downloaded parse-display-derive v0.7.0
10322023-10-09T00:21:08.481Z Downloaded ena v0.14.2
10332023-10-09T00:21:08.608Z Downloaded smawk v0.3.1
10342023-10-09T00:21:08.616Z Downloaded filetime v0.2.22
10352023-10-09T00:21:08.631Z Downloaded const_format v0.2.31
10362023-10-09T00:21:08.647Z Downloaded aes v0.8.3
10372023-10-09T00:21:08.651Z Downloaded zeroize_derive v1.4.2
10382023-10-09T00:21:08.655Z Downloaded zeroize v1.6.0
10392023-10-09T00:21:08.658Z Downloaded ff v0.13.0
10402023-10-09T00:21:08.661Z Downloaded whoami v1.4.1
10412023-10-09T00:21:08.664Z Downloaded which v4.4.0
10422023-10-09T00:21:08.667Z Downloaded usdt-macro v0.3.5
10432023-10-09T00:21:08.670Z Downloaded rustc_version v0.1.7
10442023-10-09T00:21:08.673Z Downloaded tracing v0.1.37
10452023-10-09T00:21:08.676Z Downloaded strum_macros v0.25.2
10462023-10-09T00:21:08.678Z Downloaded resolv-conf v0.7.0
10472023-10-09T00:21:08.681Z Downloaded ed25519 v1.5.3
10482023-10-09T00:21:08.684Z Downloaded once_cell v1.18.0
10492023-10-09T00:21:08.687Z Downloaded termtree v0.4.1
10502023-10-09T00:21:08.689Z Downloaded deranged v0.3.8
10512023-10-09T00:21:08.692Z Downloaded termios v0.3.3
10522023-10-09T00:21:08.696Z Downloaded pkcs1 v0.7.5
10532023-10-09T00:21:08.698Z Downloaded unsafe-libyaml v0.2.9
10542023-10-09T00:21:08.701Z Downloaded globset v0.4.13
10552023-10-09T00:21:08.704Z Downloaded strsim v0.10.0
10562023-10-09T00:21:08.707Z Downloaded string_cache v0.8.7
10572023-10-09T00:21:08.710Z Downloaded spin v0.9.8
10582023-10-09T00:21:08.714Z Downloaded unicode-bidi v0.3.13
10592023-10-09T00:21:08.716Z Downloaded ucd-trie v0.1.6
10602023-10-09T00:21:08.720Z Downloaded poly1305 v0.8.0
10612023-10-09T00:21:08.724Z Downloaded http v0.2.9
10622023-10-09T00:21:08.728Z Downloaded fastrand v2.0.0
10632023-10-09T00:21:08.731Z Downloaded diesel_table_macro_syntax v0.1.0
10642023-10-09T00:21:08.733Z Downloaded crossbeam-queue v0.3.8
10652023-10-09T00:21:08.736Z Downloaded darling_core v0.14.4
10662023-10-09T00:21:08.739Z Downloaded slog v2.7.0
10672023-10-09T00:21:08.741Z Downloaded crc-any v2.4.3
10682023-10-09T00:21:08.744Z Downloaded smallvec v1.11.0
10692023-10-09T00:21:08.747Z Downloaded strum v0.25.0
10702023-10-09T00:21:08.751Z Downloaded waitgroup v0.1.2
10712023-10-09T00:21:08.754Z Downloaded utf8parse v0.2.1
10722023-10-09T00:21:08.756Z Downloaded oso-derive v0.26.4
10732023-10-09T00:21:08.759Z Downloaded opaque-debug v0.3.0
10742023-10-09T00:21:08.762Z Downloaded phf_shared v0.11.2
10752023-10-09T00:21:08.764Z Downloaded derive-where v1.2.5
10762023-10-09T00:21:08.767Z Downloaded proc-macro-error v1.0.4
10772023-10-09T00:21:08.770Z Downloaded postcard v0.7.3
10782023-10-09T00:21:08.774Z Downloaded schemars_derive v0.8.13
10792023-10-09T00:21:08.777Z Downloaded stable_deref_trait v1.2.0
10802023-10-09T00:21:08.780Z Downloaded slog-envlogger v2.2.0
10812023-10-09T00:21:08.784Z Downloaded structmeta v0.1.6
10822023-10-09T00:21:08.788Z Downloaded serde_tokenstream v0.2.0
10832023-10-09T00:21:08.791Z Downloaded serde_plain v1.0.2
10842023-10-09T00:21:08.794Z Downloaded futures-macro v0.3.28
10852023-10-09T00:21:08.797Z Downloaded futures-executor v0.3.28
10862023-10-09T00:21:08.800Z Downloaded tracing-core v0.1.31
10872023-10-09T00:21:08.802Z Downloaded unicode-ident v1.0.12
10882023-10-09T00:21:08.805Z Downloaded twox-hash v1.6.3
10892023-10-09T00:21:08.808Z Downloaded postcard-cobs v0.1.5-pre
10902023-10-09T00:21:08.811Z Downloaded serde_repr v0.1.16
10912023-10-09T00:21:08.814Z Downloaded serde_path_to_error v0.1.14
10922023-10-09T00:21:08.817Z Downloaded rtoolbox v0.0.1
10932023-10-09T00:21:08.819Z Downloaded diff v0.1.13
10942023-10-09T00:21:08.822Z Downloaded slog-bunyan v2.4.0
10952023-10-09T00:21:08.825Z Downloaded ciborium v0.2.1
10962023-10-09T00:21:08.827Z Downloaded structopt-derive v0.4.18
10972023-10-09T00:21:08.830Z Downloaded rand_core v0.6.4
10982023-10-09T00:21:08.833Z Downloaded nanorand v0.7.0
10992023-10-09T00:21:08.836Z Downloaded mockall_derive v0.11.4
11002023-10-09T00:21:08.840Z Downloaded cookie v0.16.2
11012023-10-09T00:21:08.844Z Downloaded console v0.15.7
11022023-10-09T00:21:08.847Z Downloaded unicase v2.7.0
11032023-10-09T00:21:08.849Z Downloaded base64 v0.13.1
11042023-10-09T00:21:08.852Z Downloaded base64 v0.21.4
11052023-10-09T00:21:08.855Z Downloaded tungstenite v0.18.0
11062023-10-09T00:21:08.862Z Downloaded peeking_take_while v0.1.2
11072023-10-09T00:21:08.865Z Downloaded path-dedot v3.1.0
11082023-10-09T00:21:08.869Z Downloaded rand_chacha v0.3.1
11092023-10-09T00:21:08.871Z Downloaded toml v0.8.0
11102023-10-09T00:21:08.876Z Downloaded toml v0.7.8
11112023-10-09T00:21:08.879Z Downloaded toml v0.5.11
11122023-10-09T00:21:08.883Z Downloaded structopt v0.3.26
11132023-10-09T00:21:08.886Z Downloaded getrandom v0.2.10
11142023-10-09T00:21:08.888Z Downloaded tracing-attributes v0.1.26
11152023-10-09T00:21:08.891Z Downloaded untrusted v0.7.1
11162023-10-09T00:21:08.894Z Downloaded unicode-width v0.1.10
11172023-10-09T00:21:08.897Z Downloaded siphasher v0.3.11
11182023-10-09T00:21:08.900Z Downloaded pkg-config v0.3.27
11192023-10-09T00:21:08.902Z Downloaded tinyvec_macros v0.1.1
11202023-10-09T00:21:08.905Z Downloaded precomputed-hash v0.1.1
11212023-10-09T00:21:08.911Z Downloaded serde_urlencoded v0.7.1
11222023-10-09T00:21:08.914Z Downloaded pin-utils v0.1.0
11232023-10-09T00:21:08.918Z Downloaded digest v0.10.7
11242023-10-09T00:21:08.922Z Downloaded difflib v0.4.0
11252023-10-09T00:21:08.927Z Downloaded serde-hex v0.1.0
11262023-10-09T00:21:08.930Z Downloaded rusty-fork v0.3.0
11272023-10-09T00:21:08.934Z Downloaded mime_guess v2.0.4
11282023-10-09T00:21:08.938Z Downloaded addr2line v0.21.0
11292023-10-09T00:21:08.941Z Downloaded multer v2.1.0
11302023-10-09T00:21:08.944Z Downloaded darling v0.14.4
11312023-10-09T00:21:08.947Z Downloaded num-traits v0.2.16
11322023-10-09T00:21:08.950Z Downloaded indicatif v0.17.6
11332023-10-09T00:21:08.954Z Downloaded indexmap v2.0.0
11342023-10-09T00:21:08.961Z Downloaded cc v1.0.83
11352023-10-09T00:21:08.964Z Downloaded path-slash v0.1.5
11362023-10-09T00:21:08.970Z Downloaded doc-comment v0.3.3
11372023-10-09T00:21:08.973Z Downloaded const-oid v0.9.5
11382023-10-09T00:21:08.976Z Downloaded serde-big-array v0.4.1
11392023-10-09T00:21:08.979Z Downloaded bytes v1.5.0
11402023-10-09T00:21:08.981Z Downloaded signature v2.1.0
11412023-10-09T00:21:08.984Z Downloaded serde_spanned v0.6.3
11422023-10-09T00:21:08.987Z Downloaded num-integer v0.1.45
11432023-10-09T00:21:08.990Z Downloaded tempfile v3.8.0
11442023-10-09T00:21:08.994Z Downloaded sha2 v0.10.7
11452023-10-09T00:21:08.997Z Downloaded serde_tokenstream v0.1.7
11462023-10-09T00:21:09.001Z Downloaded semver v0.1.20
11472023-10-09T00:21:09.006Z Downloaded same-file v1.0.6
11482023-10-09T00:21:09.009Z Downloaded walkdir v2.4.0
11492023-10-09T00:21:09.012Z Downloaded terminal_size v0.2.6
11502023-10-09T00:21:09.015Z Downloaded block-padding v0.3.3
11512023-10-09T00:21:09.018Z Downloaded anstyle-parse v0.2.1
11522023-10-09T00:21:09.021Z Downloaded chacha20poly1305 v0.10.1
11532023-10-09T00:21:09.024Z Downloaded wait-timeout v0.2.0
11542023-10-09T00:21:09.027Z Downloaded ahash v0.8.3
11552023-10-09T00:21:09.030Z Downloaded usdt v0.3.5
11562023-10-09T00:21:09.033Z Downloaded secrecy v0.8.0
11572023-10-09T00:21:09.037Z Downloaded mockall v0.11.4
11582023-10-09T00:21:09.040Z Downloaded colored v2.0.4
11592023-10-09T00:21:09.043Z Downloaded ipnet v2.8.0
11602023-10-09T00:21:09.046Z Downloaded native-tls v0.2.11
11612023-10-09T00:21:09.049Z Downloaded ahash v0.7.6
11622023-10-09T00:21:09.054Z Downloaded anyhow v1.0.75
11632023-10-09T00:21:09.057Z Downloaded async-trait v0.1.73
11642023-10-09T00:21:09.060Z Downloaded toml_datetime v0.6.3
11652023-10-09T00:21:09.065Z Downloaded num_cpus v1.16.0
11662023-10-09T00:21:09.069Z Downloaded bitflags v2.4.0
11672023-10-09T00:21:09.071Z Downloaded strip-ansi-escapes v0.2.0
11682023-10-09T00:21:09.074Z Downloaded toolchain_find v0.2.0
11692023-10-09T00:21:09.078Z Downloaded unicode-linebreak v0.1.5
11702023-10-09T00:21:09.081Z Downloaded serde_derive_internals v0.26.0
11712023-10-09T00:21:09.084Z Downloaded semver v0.11.0
11722023-10-09T00:21:09.087Z Downloaded rustls-native-certs v0.6.3
11732023-10-09T00:21:09.090Z Downloaded lock_api v0.4.10
11742023-10-09T00:21:09.093Z Downloaded num_enum v0.7.0
11752023-10-09T00:21:09.095Z Downloaded ansi_term v0.12.1
11762023-10-09T00:21:09.098Z Downloaded base64ct v1.6.0
11772023-10-09T00:21:09.101Z Downloaded tui-tree-widget v0.13.0
11782023-10-09T00:21:09.105Z Downloaded serde_derive v1.0.188
11792023-10-09T00:21:09.110Z Downloaded nu-ansi-term v0.49.0
11802023-10-09T00:21:09.113Z Downloaded hex v0.4.3
11812023-10-09T00:21:09.116Z Downloaded hostname v0.3.1
11822023-10-09T00:21:09.119Z Downloaded bit-vec v0.6.3
11832023-10-09T00:21:09.122Z Downloaded anstream v0.5.0
11842023-10-09T00:21:09.125Z Downloaded anstyle-query v1.0.0
11852023-10-09T00:21:09.128Z Downloaded backoff v0.4.0
11862023-10-09T00:21:09.131Z Downloaded adler v1.0.2
11872023-10-09T00:21:09.134Z Downloaded hyper-staticfile v0.9.5
11882023-10-09T00:21:09.137Z Downloaded bitflags v1.3.2
11892023-10-09T00:21:09.139Z Downloaded async-recursion v1.0.5
11902023-10-09T00:21:09.142Z Downloaded ciborium-ll v0.2.1
11912023-10-09T00:21:09.145Z Downloaded hyper-rustls v0.24.1
11922023-10-09T00:21:09.148Z Downloaded nibble_vec v0.1.0
11932023-10-09T00:21:09.152Z Downloaded match_cfg v0.1.0
11942023-10-09T00:21:09.154Z Downloaded maplit v1.0.2
11952023-10-09T00:21:09.157Z Downloaded crc-catalog v2.2.0
11962023-10-09T00:21:09.160Z Downloaded crc v3.0.1
11972023-10-09T00:21:09.163Z Downloaded colorchoice v1.0.0
11982023-10-09T00:21:09.166Z Downloaded signal-hook-tokio v0.3.1
11992023-10-09T00:21:09.169Z Downloaded log v0.4.20
12002023-10-09T00:21:09.172Z Downloaded indexmap v1.9.3
12012023-10-09T00:21:09.174Z Downloaded cassowary v0.3.0
12022023-10-09T00:21:09.177Z Downloaded md-5 v0.10.5
12032023-10-09T00:21:09.180Z Downloaded libloading v0.7.4
12042023-10-09T00:21:09.183Z Downloaded io-lifetimes v1.0.11
12052023-10-09T00:21:09.186Z Downloaded inout v0.1.3
12062023-10-09T00:21:09.189Z Downloaded indoc v1.0.9
12072023-10-09T00:21:09.193Z Downloaded iana-time-zone v0.1.57
12082023-10-09T00:21:09.195Z Downloaded blake2 v0.10.6
12092023-10-09T00:21:09.198Z Downloaded rustfmt-wrapper v0.2.0
12102023-10-09T00:21:09.202Z Downloaded linear-map v1.2.0
12112023-10-09T00:21:09.205Z Downloaded maybe-uninit v2.0.0
12122023-10-09T00:21:09.209Z Downloaded keccak v0.1.4
12132023-10-09T00:21:09.211Z Downloaded bit-set v0.5.3
12142023-10-09T00:21:09.215Z Downloaded async-stream v0.3.5
12152023-10-09T00:21:09.218Z Downloaded heck v0.3.3
12162023-10-09T00:21:09.221Z Downloaded macaddr v1.0.1
12172023-10-09T00:21:09.224Z Downloaded hmac v0.12.1
12182023-10-09T00:21:09.227Z Downloaded http-body v0.4.5
12192023-10-09T00:21:09.229Z Downloaded bb8 v0.8.1
12202023-10-09T00:21:09.232Z Downloaded array-init v0.0.4
12212023-10-09T00:21:09.235Z Downloaded autocfg v1.1.0
12222023-10-09T00:21:09.238Z Downloaded anstyle v1.0.2
12232023-10-09T00:21:09.241Z Downloaded ryu v1.0.15
12242023-10-09T00:21:09.244Z Downloaded corncobs v0.1.3
12252023-10-09T00:21:09.246Z Downloaded clang-sys v1.6.1
12262023-10-09T00:21:09.249Z Downloaded hyper-tls v0.5.0
12272023-10-09T00:21:09.252Z Downloaded bitstruct_derive v0.1.0
12282023-10-09T00:21:09.255Z Downloaded base16ct v0.2.0
12292023-10-09T00:21:09.257Z Downloaded atty v0.2.14
12302023-10-09T00:21:09.261Z Downloaded async-stream-impl v0.3.5
12312023-10-09T00:21:09.264Z Downloaded lalrpop-util v0.19.12
12322023-10-09T00:21:09.267Z Downloaded ciborium-io v0.2.1
12332023-10-09T00:21:09.270Z Downloaded bytecount v0.6.3
12342023-10-09T00:21:09.273Z Downloaded assert_matches v1.5.0
12352023-10-09T00:21:09.276Z Downloaded memoffset v0.9.0
12362023-10-09T00:21:09.281Z Downloaded libefi-sys v0.1.0
12372023-10-09T00:21:09.284Z Downloaded jobserver v0.1.26
12382023-10-09T00:21:09.288Z Downloaded itoa v1.0.9
12392023-10-09T00:21:09.291Z Downloaded indoc v2.0.3
12402023-10-09T00:21:09.294Z Downloaded httparse v1.8.0
12412023-10-09T00:21:09.298Z Downloaded linked-hash-map v0.5.6
12422023-10-09T00:21:09.301Z Downloaded hubpack_derive v0.1.1
12432023-10-09T00:21:09.304Z Downloaded bitstruct v0.1.1
12442023-10-09T00:21:09.306Z Downloaded block-buffer v0.10.4
12452023-10-09T00:21:09.309Z Downloaded chacha20 v0.9.1
12462023-10-09T00:21:09.312Z Downloaded bitfield v0.14.0
12472023-10-09T00:21:09.315Z Downloaded home v0.5.5
12482023-10-09T00:21:09.318Z Downloaded hkdf v0.12.3
12492023-10-09T00:21:09.321Z Downloaded lazycell v1.3.0
12502023-10-09T00:21:09.324Z Downloaded instant v0.1.12
12512023-10-09T00:21:09.327Z Downloaded cargo_toml v0.16.3
12522023-10-09T00:21:09.330Z Downloaded camino-tempfile v1.0.2
12532023-10-09T00:21:09.333Z Downloaded humantime v2.1.0
12542023-10-09T00:21:09.338Z Downloaded bitvec v1.0.1
12552023-10-09T00:21:09.342Z Downloaded bincode v1.3.3
12562023-10-09T00:21:09.345Z Downloaded cfg-if v0.1.10
12572023-10-09T00:21:09.348Z Downloaded cargo-platform v0.1.3
12582023-10-09T00:21:09.351Z Downloaded bit_field v0.10.2
12592023-10-09T00:21:09.354Z Downloaded byteorder v1.4.3
12602023-10-09T00:21:09.357Z Downloaded argon2 v0.5.2
12612023-10-09T00:21:09.365Z Downloaded bzip2 v0.4.4
12622023-10-09T00:21:09.369Z Downloaded bytesize v1.3.0
12632023-10-09T00:21:09.372Z Downloaded buf-list v1.0.3
12642023-10-09T00:21:09.391Z Downloaded atomicwrites v0.4.1
12652023-10-09T00:21:09.394Z Downloaded ascii-canvas v3.0.0
12662023-10-09T00:21:09.397Z Downloaded atomic-waker v1.1.1
12672023-10-09T00:21:09.399Z Downloaded ascii v1.1.0
12682023-10-09T00:21:09.402Z Compiling proc-macro2 v1.0.67
12692023-10-09T00:21:09.405Z Compiling unicode-ident v1.0.12
12702023-10-09T00:21:09.409Z Compiling libc v0.2.148
12712023-10-09T00:21:09.412Z Compiling serde v1.0.188
12722023-10-09T00:21:09.415Z Compiling autocfg v1.1.0
12732023-10-09T00:21:09.418Z Compiling version_check v0.9.4
12742023-10-09T00:21:09.422Z Compiling cfg-if v1.0.0
12752023-10-09T00:21:09.596Z Compiling syn v1.0.109
12762023-10-09T00:21:09.599Z Compiling once_cell v1.18.0
12772023-10-09T00:21:10.243Z Compiling parking_lot_core v0.9.8
12782023-10-09T00:21:10.533Z Compiling libm v0.2.7
12792023-10-09T00:21:10.591Z Compiling lock_api v0.4.10
12802023-10-09T00:21:11.157Z Compiling num-traits v0.2.16
12812023-10-09T00:21:11.200Z Compiling ahash v0.8.3
12822023-10-09T00:21:11.380Z Compiling typenum v1.16.0
12832023-10-09T00:21:11.384Z Compiling thiserror v1.0.49
12842023-10-09T00:21:11.505Z Compiling futures-core v0.3.28
12852023-10-09T00:21:11.650Z Compiling generic-array v0.14.7
12862023-10-09T00:21:11.945Z Compiling memchr v2.6.3
12872023-10-09T00:21:12.050Z Compiling scopeguard v1.2.0
12882023-10-09T00:21:12.072Z Compiling itoa v1.0.9
12892023-10-09T00:21:12.246Z Compiling pkg-config v0.3.27
12902023-10-09T00:21:12.784Z Compiling quote v1.0.33
12912023-10-09T00:21:12.841Z Compiling slab v0.4.9
12922023-10-09T00:21:13.260Z Compiling futures-task v0.3.28
12932023-10-09T00:21:13.699Z Compiling syn v2.0.32
12942023-10-09T00:21:13.739Z Compiling jobserver v0.1.26
12952023-10-09T00:21:13.959Z Compiling getrandom v0.2.10
12962023-10-09T00:21:14.669Z Compiling cc v1.0.83
12972023-10-09T00:21:14.745Z Compiling futures-channel v0.3.28
12982023-10-09T00:21:14.896Z Compiling futures-util v0.3.28
12992023-10-09T00:21:15.311Z Compiling log v0.4.20
13002023-10-09T00:21:16.027Z Compiling ryu v1.0.15
13012023-10-09T00:21:16.056Z Compiling serde_json v1.0.107
13022023-10-09T00:21:16.299Z Compiling pin-project-lite v0.2.13
13032023-10-09T00:21:16.582Z Compiling ahash v0.7.6
13042023-10-09T00:21:16.605Z Compiling smallvec v1.11.0
13052023-10-09T00:21:16.632Z Compiling vcpkg v0.2.15
13062023-10-09T00:21:16.684Z Compiling schemars v0.8.13
13072023-10-09T00:21:17.854Z Compiling heck v0.4.1
13082023-10-09T00:21:18.516Z Compiling parking_lot v0.12.1
13092023-10-09T00:21:19.230Z Compiling num_cpus v1.16.0
13102023-10-09T00:21:19.389Z Compiling ring v0.16.20
13112023-10-09T00:21:19.664Z Compiling openssl-sys v0.9.93
13122023-10-09T00:21:21.477Z Compiling rand_core v0.6.4
13132023-10-09T00:21:21.553Z Compiling indexmap v1.9.3
13142023-10-09T00:21:21.952Z Compiling allocator-api2 v0.2.16
13152023-10-09T00:21:22.382Z Compiling byteorder v1.4.3
13162023-10-09T00:21:22.573Z Compiling spin v0.5.2
13172023-10-09T00:21:23.136Z Compiling hashbrown v0.14.0
13182023-10-09T00:21:23.169Z Compiling httparse v1.8.0
13192023-10-09T00:21:23.191Z Compiling equivalent v1.0.1
13202023-10-09T00:21:23.351Z Compiling mio v0.8.8
13212023-10-09T00:21:23.705Z Compiling signal-hook-registry v1.4.1
13222023-10-09T00:21:23.846Z Compiling socket2 v0.5.3
13232023-10-09T00:21:26.049Z Compiling semver v1.0.18
13242023-10-09T00:21:26.324Z Compiling fnv v1.0.7
13252023-10-09T00:21:26.513Z Compiling openssl v0.10.57
13262023-10-09T00:21:26.912Z Compiling serde_derive_internals v0.26.0
13272023-10-09T00:21:26.974Z Compiling iana-time-zone v0.1.57
13282023-10-09T00:21:27.065Z Compiling rustls v0.21.7
13292023-10-09T00:21:27.441Z Compiling native-tls v0.2.11
13302023-10-09T00:21:27.503Z Compiling ucd-trie v0.1.6
13312023-10-09T00:21:27.735Z Compiling crossbeam-utils v0.8.16
13322023-10-09T00:21:27.850Z Compiling unicode-xid v0.2.4
13332023-10-09T00:21:28.099Z Compiling synstructure v0.12.6
13342023-10-09T00:21:29.450Z Compiling io-lifetimes v1.0.11
13352023-10-09T00:21:29.768Z Compiling futures-sink v0.3.28
13362023-10-09T00:21:30.183Z Compiling backtrace v0.3.69
13372023-10-09T00:21:30.531Z Compiling dyn-clone v1.0.13
13382023-10-09T00:21:30.551Z Compiling tinyvec_macros v0.1.1
13392023-10-09T00:21:30.685Z Compiling tinyvec v1.6.0
13402023-10-09T00:21:31.142Z Compiling tracing-core v0.1.31
13412023-10-09T00:21:31.335Z Compiling memoffset v0.9.0
13422023-10-09T00:21:31.383Z Compiling num-integer v0.1.45
13432023-10-09T00:21:31.582Z Compiling futures-io v0.3.28
13442023-10-09T00:21:31.691Z Compiling rustix v0.38.9
13452023-10-09T00:21:31.752Z Compiling pin-utils v0.1.0
13462023-10-09T00:21:31.784Z Compiling winnow v0.5.15
13472023-10-09T00:21:32.049Z Compiling subtle v2.5.0
13482023-10-09T00:21:32.516Z Compiling rustix v0.37.23
13492023-10-09T00:21:32.639Z Compiling hashbrown v0.13.2
13502023-10-09T00:21:33.330Z Compiling unicode-normalization v0.1.22
13512023-10-09T00:21:33.348Z Compiling aho-corasick v1.0.4
13522023-10-09T00:21:33.372Z Compiling usdt-impl v0.3.5
13532023-10-09T00:21:34.588Z Compiling slog v2.7.0
13542023-10-09T00:21:35.243Z Compiling crc32fast v1.3.2
13552023-10-09T00:21:35.268Z Compiling anyhow v1.0.75
13562023-10-09T00:21:35.784Z Compiling bitflags v1.3.2
13572023-10-09T00:21:35.871Z Compiling regex-syntax v0.7.5
13582023-10-09T00:21:35.977Z Compiling unicode-bidi v0.3.13
13592023-10-09T00:21:36.059Z Compiling const-oid v0.9.5
13602023-10-09T00:21:36.080Z Compiling time-core v0.1.1
13612023-10-09T00:21:36.230Z Compiling serde_derive v1.0.188
13622023-10-09T00:21:36.314Z Compiling zeroize_derive v1.4.2
13632023-10-09T00:21:37.690Z Compiling thiserror-impl v1.0.49
13642023-10-09T00:21:38.063Z Compiling tokio-macros v2.1.0
13652023-10-09T00:21:38.120Z Compiling futures-macro v0.3.28
13662023-10-09T00:21:38.759Z Compiling tracing-attributes v0.1.26
13672023-10-09T00:21:39.804Z Compiling schemars_derive v0.8.13
13682023-10-09T00:21:39.890Z Compiling zeroize v1.6.0
13692023-10-09T00:21:41.325Z Compiling openssl-macros v0.1.1
13702023-10-09T00:21:42.522Z Compiling pest v2.7.2
13712023-10-09T00:21:42.567Z Compiling zerocopy-derive v0.2.0
13722023-10-09T00:21:43.001Z Compiling crypto-common v0.1.6
13732023-10-09T00:21:43.350Z Compiling block-buffer v0.10.4
13742023-10-09T00:21:44.219Z Compiling tracing v0.1.37
13752023-10-09T00:21:45.376Z Compiling digest v0.10.7
13762023-10-09T00:21:45.589Z Compiling regex-automata v0.3.8
13772023-10-09T00:21:45.836Z Compiling time-macros v0.2.13
13782023-10-09T00:21:47.341Z Compiling pest_meta v2.7.2
13792023-10-09T00:21:52.236Z Compiling pest_generator v2.7.2
13802023-10-09T00:21:53.774Z Compiling bzip2-sys v0.1.11+1.0.8
13812023-10-09T00:21:54.304Z Compiling crossbeam-epoch v0.9.15
13822023-10-09T00:21:54.888Z Compiling async-trait v0.1.73
13832023-10-09T00:21:55.152Z Compiling ppv-lite86 v0.2.17
13842023-10-09T00:21:55.416Z Compiling pest_derive v2.7.2
13852023-10-09T00:21:56.394Z Compiling rand_chacha v0.3.1
13862023-10-09T00:21:56.452Z Compiling zerocopy v0.3.0
13872023-10-09T00:21:57.337Z Compiling zerocopy-derive v0.6.3
13882023-10-09T00:21:58.076Z Compiling untrusted v0.7.1
13892023-10-09T00:21:58.366Z Compiling strsim v0.10.0
13902023-10-09T00:21:58.709Z Compiling base64 v0.21.4
13912023-10-09T00:21:59.419Z Compiling bytes v1.5.0
13922023-10-09T00:21:59.896Z Compiling indexmap v2.0.0
13932023-10-09T00:22:00.495Z Compiling uuid v1.4.1
13942023-10-09T00:22:01.161Z Compiling chrono v0.4.31
13952023-10-09T00:22:01.454Z Compiling tokio v1.32.0
13962023-10-09T00:22:04.500Z Compiling bitflags v2.4.0
13972023-10-09T00:22:04.834Z Compiling toml_datetime v0.6.3
13982023-10-09T00:22:05.484Z Compiling serde_spanned v0.6.3
13992023-10-09T00:22:05.778Z Compiling toml_edit v0.19.15
14002023-10-09T00:22:05.862Z Compiling rustc_version v0.4.0
14012023-10-09T00:22:06.890Z Compiling http v0.2.9
14022023-10-09T00:22:07.329Z Compiling heapless v0.7.16
14032023-10-09T00:22:12.367Z Compiling dof v0.1.5
14042023-10-09T00:22:12.750Z Compiling rand v0.8.5
14052023-10-09T00:22:13.726Z Compiling dtrace-parser v0.1.14
14062023-10-09T00:22:14.994Z Compiling tokio-util v0.7.8
14072023-10-09T00:22:16.391Z Compiling hashbrown v0.12.3
14082023-10-09T00:22:17.240Z Compiling regex v1.9.5
14092023-10-09T00:22:18.214Z Compiling thread-id v4.2.0
14102023-10-09T00:22:18.344Z Compiling errno v0.3.2
14112023-10-09T00:22:18.474Z Compiling num-bigint v0.4.4
14122023-10-09T00:22:18.701Z Compiling radium v0.7.0
14132023-10-09T00:22:18.980Z Compiling openssl-probe v0.1.5
14142023-10-09T00:22:19.145Z Compiling unicode-width v0.1.10
14152023-10-09T00:22:19.481Z Compiling smoltcp v0.9.1
14162023-10-09T00:22:19.577Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14172023-10-09T00:22:19.901Z Compiling percent-encoding v2.3.0
14182023-10-09T00:22:20.422Z Compiling foreign-types-shared v0.1.1
14192023-10-09T00:22:20.586Z Compiling foreign-types v0.3.2
14202023-10-09T00:22:23.129Z Compiling serde_tokenstream v0.1.7
14212023-10-09T00:22:24.656Z Compiling lazy_static v1.4.0
14222023-10-09T00:22:24.920Z Compiling socket2 v0.4.9
14232023-10-09T00:22:25.297Z Compiling adler v1.0.2
14242023-10-09T00:22:25.617Z Compiling siphasher v0.3.11
14252023-10-09T00:22:26.242Z Compiling unicode-segmentation v1.10.1
14262023-10-09T00:22:26.480Z Compiling try-lock v0.2.4
14272023-10-09T00:22:26.691Z Compiling want v0.3.1
14282023-10-09T00:22:27.104Z Compiling miniz_oxide v0.7.1
14292023-10-09T00:22:30.334Z Compiling h2 v0.3.21
14302023-10-09T00:22:31.498Z Compiling form_urlencoded v1.2.0
14312023-10-09T00:22:31.949Z Compiling http-body v0.4.5
14322023-10-09T00:22:31.971Z Compiling rustls-webpki v0.101.4
14332023-10-09T00:22:32.558Z Compiling sct v0.7.0
14342023-10-09T00:22:33.109Z Compiling hubpack_derive v0.1.1
14352023-10-09T00:22:34.282Z Compiling num-iter v0.1.43
14362023-10-09T00:22:34.694Z Compiling anstyle v1.0.2
14372023-10-09T00:22:34.746Z Compiling httpdate v1.0.3
14382023-10-09T00:22:35.186Z Compiling cpufeatures v0.2.9
14392023-10-09T00:22:35.302Z Compiling tower-service v0.3.2
14402023-10-09T00:22:35.342Z Compiling utf8parse v0.2.1
14412023-10-09T00:22:35.392Z Compiling sha2 v0.10.7
14422023-10-09T00:22:35.612Z Compiling anstyle-parse v0.2.1
14432023-10-09T00:22:39.077Z Compiling usdt-macro v0.3.5
14442023-10-09T00:22:40.064Z Compiling usdt-attr-macro v0.3.5
14452023-10-09T00:22:42.227Z Compiling hyper v0.14.27
14462023-10-09T00:22:42.781Z Compiling openapiv3 v1.0.3
14472023-10-09T00:22:44.434Z Compiling rustls-pemfile v1.0.3
14482023-10-09T00:22:44.988Z Compiling hmac v0.12.1
14492023-10-09T00:22:45.335Z Compiling md-5 v0.10.5
14502023-10-09T00:22:46.160Z Compiling stringprep v0.1.3
14512023-10-09T00:22:47.269Z Compiling idna v0.4.0
14522023-10-09T00:22:47.660Z Compiling diesel_table_macro_syntax v0.1.0
14532023-10-09T00:22:48.280Z Compiling hash32 v0.2.1
14542023-10-09T00:22:48.543Z Compiling spin v0.9.8
14552023-10-09T00:22:48.882Z Compiling gimli v0.28.0
14562023-10-09T00:22:49.191Z Compiling colorchoice v1.0.0
14572023-10-09T00:22:49.612Z Compiling anstyle-query v1.0.0
14582023-10-09T00:22:49.673Z Compiling either v1.9.0
14592023-10-09T00:22:49.809Z Compiling fallible-iterator v0.2.0
14602023-10-09T00:22:50.506Z Compiling stable_deref_trait v1.2.0
14612023-10-09T00:22:51.000Z Compiling postgres-protocol v0.6.6
14622023-10-09T00:22:52.834Z Compiling anstream v0.5.0
14632023-10-09T00:22:53.006Z Compiling url v2.4.1
14642023-10-09T00:22:53.853Z Compiling diesel_derives v2.1.1
14652023-10-09T00:22:56.377Z Compiling addr2line v0.21.0
14662023-10-09T00:22:58.287Z Compiling rustls-native-certs v0.6.3
14672023-10-09T00:22:58.701Z Compiling tokio-rustls v0.24.1
14682023-10-09T00:22:58.837Z Compiling terminal_size v0.2.6
14692023-10-09T00:22:59.132Z Compiling tokio-native-tls v0.3.1
14702023-10-09T00:22:59.554Z Compiling phf_shared v0.11.2
14712023-10-09T00:23:01.469Z Compiling serde_tokenstream v0.2.0
14722023-10-09T00:23:01.493Z Compiling block-padding v0.3.3
14732023-10-09T00:23:01.838Z Compiling enum-as-inner v0.5.1
14742023-10-09T00:23:02.278Z Compiling clap_derive v4.4.2
14752023-10-09T00:23:02.628Z Compiling serde_repr v0.1.16
14762023-10-09T00:23:03.869Z Compiling scheduled-thread-pool v0.2.7
14772023-10-09T00:23:04.679Z Compiling object v0.32.1
14782023-10-09T00:23:18.355Z Compiling bit-vec v0.6.3
14792023-10-09T00:23:18.399Z Compiling clap_lex v0.5.1
14802023-10-09T00:23:19.030Z Compiling matches v0.1.10
14812023-10-09T00:23:19.178Z Compiling rustc-demangle v0.1.23
14822023-10-09T00:23:19.836Z Compiling num_threads v0.1.6
14832023-10-09T00:23:20.032Z Compiling regex-automata v0.1.10
14842023-10-09T00:23:20.972Z Compiling tap v1.0.1
14852023-10-09T00:23:21.253Z Compiling managed v0.8.0
14862023-10-09T00:23:21.756Z Compiling deranged v0.3.8
14872023-10-09T00:23:21.986Z Compiling ipnet v2.8.0
14882023-10-09T00:23:25.142Z Compiling time v0.3.27
14892023-10-09T00:23:27.301Z Compiling wyz v0.5.1
14902023-10-09T00:23:27.942Z Compiling bstr v0.2.17
14912023-10-09T00:23:28.136Z Compiling idna v0.2.3
14922023-10-09T00:23:30.255Z Compiling clap_builder v4.4.2
14932023-10-09T00:23:31.532Z Compiling r2d2 v0.8.10
14942023-10-09T00:23:33.825Z Compiling inout v0.1.3
14952023-10-09T00:23:35.526Z Compiling phf v0.11.2
14962023-10-09T00:23:35.991Z Compiling hyper-tls v0.5.0
14972023-10-09T00:23:36.525Z Compiling hyper-rustls v0.24.1
14982023-10-09T00:23:37.572Z Compiling flate2 v1.0.27
14992023-10-09T00:23:39.142Z Compiling postgres-types v0.2.6
15002023-10-09T00:23:40.167Z Compiling itertools v0.11.0
15012023-10-09T00:23:40.874Z Compiling hubpack v0.1.2
15022023-10-09T00:23:41.480Z Compiling serde_urlencoded v0.7.1
15032023-10-09T00:23:41.585Z Compiling phf_shared v0.10.0
15042023-10-09T00:23:42.224Z Compiling ipnetwork v0.20.0
15052023-10-09T00:23:42.336Z Compiling zerocopy v0.6.3
15062023-10-09T00:23:43.716Z Compiling futures-executor v0.3.28
15072023-10-09T00:23:44.730Z Compiling regress v0.7.1
15082023-10-09T00:23:45.126Z Compiling float-cmp v0.9.0
15092023-10-09T00:23:45.243Z Compiling encoding_rs v0.8.33
15102023-10-09T00:23:45.463Z Compiling webpki-roots v0.25.2
15112023-10-09T00:23:45.706Z Compiling normalize-line-endings v0.3.0
15122023-10-09T00:23:45.882Z Compiling static_assertions v1.1.0
15132023-10-09T00:23:46.022Z Compiling new_debug_unreachable v1.0.4
15142023-10-09T00:23:46.154Z Compiling mime v0.3.17
15152023-10-09T00:23:47.033Z Compiling unicode-linebreak v0.1.5
15162023-10-09T00:23:47.560Z Compiling predicates-core v1.0.6
15172023-10-09T00:23:47.881Z Compiling funty v2.0.0
15182023-10-09T00:23:49.395Z Compiling data-encoding v2.4.0
15192023-10-09T00:23:49.848Z Compiling smawk v0.3.1
15202023-10-09T00:23:50.166Z Compiling whoami v1.4.1
15212023-10-09T00:23:50.731Z Compiling difflib v0.4.0
15222023-10-09T00:23:51.050Z Compiling fixedbitset v0.4.2
15232023-10-09T00:23:51.076Z Compiling precomputed-hash v0.1.1
15242023-10-09T00:23:51.561Z Compiling petgraph v0.6.4
15252023-10-09T00:23:51.702Z Compiling predicates v3.0.4
15262023-10-09T00:23:52.402Z Compiling string_cache v0.8.7
15272023-10-09T00:23:52.867Z Compiling tokio-postgres v0.7.10
15282023-10-09T00:23:52.923Z Compiling trust-dns-proto v0.22.0
15292023-10-09T00:23:53.047Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15302023-10-09T00:23:54.295Z Compiling textwrap v0.16.0
15312023-10-09T00:23:56.067Z Compiling bitvec v1.0.1
15322023-10-09T00:23:58.367Z Compiling reqwest v0.11.20
15332023-10-09T00:24:01.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15342023-10-09T00:24:10.322Z Compiling futures v0.3.28
15352023-10-09T00:24:10.774Z Compiling diesel v2.1.1
15362023-10-09T00:24:11.619Z Compiling yasna v0.5.2
15372023-10-09T00:24:11.680Z Compiling clap v4.4.3
15382023-10-09T00:24:11.846Z Compiling cipher v0.4.4
15392023-10-09T00:24:12.575Z Compiling similar v2.2.1
15402023-10-09T00:24:12.802Z Compiling bit-set v0.5.3
15412023-10-09T00:24:14.443Z Compiling itertools v0.10.5
15422023-10-09T00:24:14.545Z Compiling usdt v0.3.5
15432023-10-09T00:24:15.985Z Compiling console v0.15.7
15442023-10-09T00:24:16.030Z Compiling tokio-stream v0.1.14
15452023-10-09T00:24:17.530Z Compiling toml v0.7.8
15462023-10-09T00:24:18.190Z Compiling hex v0.4.3
15472023-10-09T00:24:19.004Z Compiling signature v2.1.0
15482023-10-09T00:24:19.196Z Compiling bstr v1.6.0
15492023-10-09T00:24:20.128Z Compiling lalrpop-util v0.19.12
15502023-10-09T00:24:23.015Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15512023-10-09T00:24:27.964Z Compiling ident_case v1.0.1
15522023-10-09T00:24:28.232Z Compiling rustversion v1.0.14
15532023-10-09T00:24:29.827Z Compiling darling_core v0.20.3
15542023-10-09T00:24:44.716Z Compiling crossbeam-channel v0.5.8
15552023-10-09T00:24:54.259Z Compiling atty v0.2.14
15562023-10-09T00:24:54.358Z Compiling proc-macro-error-attr v1.0.4
15572023-10-09T00:25:10.928Z Compiling darling_macro v0.20.3
15582023-10-09T00:25:17.859Z Compiling proc-macro-crate v1.3.1
15592023-10-09T00:25:20.440Z Compiling dirs-sys-next v0.1.2
15602023-10-09T00:25:21.147Z Compiling proc-macro-error v1.0.4
15612023-10-09T00:25:30.725Z Compiling dirs-next v2.0.0
15622023-10-09T00:25:32.295Z Compiling num_enum_derive v0.5.11
15632023-10-09T00:25:37.256Z Compiling strum_macros v0.25.2
15642023-10-09T00:25:40.816Z Compiling darling v0.20.3
15652023-10-09T00:25:43.518Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15662023-10-09T00:25:50.478Z Compiling getopts v0.2.21
15672023-10-09T00:25:51.938Z Compiling structmeta-derive v0.1.6
15682023-10-09T00:25:53.046Z Compiling thread_local v1.1.7
15692023-10-09T00:25:53.937Z Compiling multer v2.1.0
15702023-10-09T00:25:54.388Z Compiling paste v1.0.14
15712023-10-09T00:25:55.098Z Compiling match_cfg v0.1.0
15722023-10-09T00:25:56.027Z Compiling unsafe-libyaml v0.2.9
15732023-10-09T00:25:56.702Z Compiling camino v1.1.6
15742023-10-09T00:25:56.918Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15752023-10-09T00:25:57.399Z Compiling slog-async v2.8.0
15762023-10-09T00:26:01.106Z Compiling serde_yaml v0.9.25
15772023-10-09T00:26:10.555Z Compiling structmeta v0.1.6
15782023-10-09T00:26:11.201Z Compiling hostname v0.3.1
15792023-10-09T00:26:11.677Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15802023-10-09T00:26:13.207Z Compiling strum v0.25.0
15812023-10-09T00:26:14.165Z Compiling serde_with_macros v2.3.3
15822023-10-09T00:26:19.282Z Compiling num_enum v0.5.11
15832023-10-09T00:26:20.632Z Compiling term v0.7.0
15842023-10-09T00:26:21.255Z Compiling slog-json v2.6.1
15852023-10-09T00:26:25.173Z Compiling async-stream-impl v0.3.5
15862023-10-09T00:26:25.866Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15872023-10-09T00:26:26.333Z Compiling take_mut v0.2.2
15882023-10-09T00:26:26.590Z Compiling atomic-waker v1.1.1
15892023-10-09T00:26:26.878Z Compiling postcard-cobs v0.1.5-pre
15902023-10-09T00:26:27.097Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15912023-10-09T00:26:27.501Z Compiling regex-syntax v0.6.29
15922023-10-09T00:26:28.268Z Compiling postcard v0.7.3
15932023-10-09T00:26:28.856Z Compiling async-stream v0.3.5
15942023-10-09T00:26:29.232Z Compiling waitgroup v0.1.2
15952023-10-09T00:26:29.679Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-09T00:26:31.599Z Compiling slog-bunyan v2.4.0
15972023-10-09T00:26:31.999Z Compiling slog-term v2.9.0
15982023-10-09T00:26:35.374Z Compiling serde_with v2.3.3
15992023-10-09T00:26:37.237Z Compiling parse-display-derive v0.7.0
16002023-10-09T00:26:43.567Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16012023-10-09T00:26:43.672Z Compiling smoltcp v0.8.2
16022023-10-09T00:26:46.015Z Compiling sha1 v0.10.5
16032023-10-09T00:26:46.203Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16042023-10-09T00:26:47.259Z Compiling serde_path_to_error v0.1.14
16052023-10-09T00:26:47.475Z Compiling foreign-types-macros v0.2.3
16062023-10-09T00:26:48.980Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16072023-10-09T00:26:49.408Z Compiling instant v0.1.12
16082023-10-09T00:26:49.479Z Compiling foreign-types-shared v0.3.1
16092023-10-09T00:26:49.533Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16102023-10-09T00:26:49.643Z Compiling debug-ignore v1.0.5
16112023-10-09T00:26:49.679Z Compiling cfg-if v0.1.10
16122023-10-09T00:26:49.829Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16132023-10-09T00:26:49.915Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16142023-10-09T00:26:50.315Z Compiling foreign-types v0.5.0
16152023-10-09T00:26:50.485Z Compiling backoff v0.4.0
16162023-10-09T00:26:51.153Z Compiling parse-display v0.7.0
16172023-10-09T00:26:52.114Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16182023-10-09T00:26:52.375Z Compiling is-terminal v0.4.9
16192023-10-09T00:26:52.571Z Compiling macaddr v1.0.1
16202023-10-09T00:26:53.786Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16212023-10-09T00:26:55.106Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16222023-10-09T00:26:56.257Z Compiling cstr-argument v0.1.2
16232023-10-09T00:26:56.495Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16242023-10-09T00:26:56.637Z Compiling base64ct v1.6.0
16252023-10-09T00:26:56.897Z Compiling pretty-hex v0.2.1
16262023-10-09T00:26:56.961Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16272023-10-09T00:26:57.264Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16282023-10-09T00:26:57.878Z Compiling password-hash v0.5.0
16292023-10-09T00:26:58.335Z Compiling colored v2.0.4
16302023-10-09T00:26:58.533Z Compiling heck v0.3.3
16312023-10-09T00:26:59.018Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16322023-10-09T00:26:59.148Z Compiling textwrap v0.11.0
16332023-10-09T00:26:59.419Z Compiling blake2 v0.10.6
16342023-10-09T00:27:00.712Z Compiling libefi-sys v0.1.0
16352023-10-09T00:27:00.992Z Compiling rayon-core v1.11.0
16362023-10-09T00:27:01.112Z Compiling strsim v0.8.0
16372023-10-09T00:27:01.388Z Compiling ansi_term v0.12.1
16382023-10-09T00:27:01.704Z Compiling vec_map v0.8.2
16392023-10-09T00:27:02.161Z Compiling argon2 v0.5.2
16402023-10-09T00:27:02.210Z Compiling clap v2.34.0
16412023-10-09T00:27:02.823Z Compiling structopt-derive v0.4.18
16422023-10-09T00:27:04.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16432023-10-09T00:27:06.903Z Compiling zone_cfg_derive v0.2.0
16442023-10-09T00:27:07.436Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16452023-10-09T00:27:08.292Z Compiling crossbeam-deque v0.8.3
16462023-10-09T00:27:08.904Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16472023-10-09T00:27:08.929Z Compiling keccak v0.1.4
16482023-10-09T00:27:09.152Z Compiling portable-atomic v1.4.3
16492023-10-09T00:27:09.649Z Compiling sha3 v0.10.8
16502023-10-09T00:27:10.508Z Compiling zone v0.2.0
16512023-10-09T00:27:11.097Z Compiling structopt v0.3.26
16522023-10-09T00:27:11.363Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16532023-10-09T00:27:12.242Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16542023-10-09T00:27:16.618Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16552023-10-09T00:27:16.822Z Compiling hkdf v0.12.3
16562023-10-09T00:27:17.222Z Compiling smf v0.2.2
16572023-10-09T00:27:18.248Z Compiling secrecy v0.8.0
16582023-10-09T00:27:18.581Z Compiling xattr v1.0.1
16592023-10-09T00:27:18.711Z Compiling filetime v0.2.22
16602023-10-09T00:27:19.056Z Compiling fastrand v2.0.0
16612023-10-09T00:27:19.247Z Compiling same-file v1.0.6
16622023-10-09T00:27:19.727Z Compiling tempfile v3.8.0
16632023-10-09T00:27:19.956Z Compiling walkdir v2.4.0
16642023-10-09T00:27:20.295Z Compiling tar v0.4.40
16652023-10-09T00:27:22.851Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16662023-10-09T00:27:23.103Z Compiling rayon v1.7.0
16672023-10-09T00:27:23.961Z Compiling number_prefix v0.4.0
16682023-10-09T00:27:24.373Z Compiling omicron-zone-package v0.8.3
16692023-10-09T00:27:26.782Z Compiling topological-sort v0.2.2
16702023-10-09T00:27:32.002Z Compiling indicatif v0.17.6
16712023-10-09T00:27:40.911Z Compiling bzip2 v0.4.4
16722023-10-09T00:27:41.205Z Compiling zip v0.6.6
16732023-10-09T00:27:42.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742023-10-09T00:27:42.749Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16752023-10-09T00:27:42.766Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16762023-10-09T00:27:43.647Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16772023-10-09T00:27:52.270Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16782023-10-09T00:27:52.273Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16792023-10-09T00:27:52.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16802023-10-09T00:28:05.889Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16812023-10-09T00:28:07.319Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16822023-10-09T00:28:41.850Z Finished release [optimized] target(s) in 8m 05s
16832023-10-09T00:28:42.104Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16842023-10-09T00:28:42.186ZCreated new build target 'test' and set it as active
16852023-10-09T00:28:42.189Z
16862023-10-09T00:28:42.192Zreal 8:06.396157261
16872023-10-09T00:28:42.195Zuser 51:20.128212159
16882023-10-09T00:28:42.198Zsys 4:37.879209655
16892023-10-09T00:28:42.200Ztrap 1.915560492
16902023-10-09T00:28:42.203Ztflt 3.444932719
16912023-10-09T00:28:42.205Zdflt 3.947369492
16922023-10-09T00:28:42.208Zkflt 0.026459061
16932023-10-09T00:28:42.211Zlock 1:52:37.652432444
16942023-10-09T00:28:42.214Zslp 2:47:33.976660776
16952023-10-09T00:28:42.217Zlat 2:15.297682843
16962023-10-09T00:28:42.220Zstop 4:04.928565156
16972023-10-09T00:28:42.223Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16982023-10-09T00:28:43.360Z Finished release [optimized] target(s) in 1.09s
16992023-10-09T00:28:43.389Z Running `target/release/omicron-package -t test package`
17002023-10-09T00:28:43.427ZOct 09 00:28:43.426 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17012023-10-09T00:28:44.640Z Compiling serde_json v1.0.107
17022023-10-09T00:28:44.689Z Compiling linked-hash-map v0.5.6
17032023-10-09T00:28:44.692Z Compiling slog-dtrace v0.2.3
17042023-10-09T00:28:44.695Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17052023-10-09T00:28:44.698Z Compiling quick-error v1.2.3
17062023-10-09T00:28:44.719Z Compiling termcolor v1.2.0
17072023-10-09T00:28:44.722Z Compiling memoffset v0.7.1
17082023-10-09T00:28:44.728Z Compiling base64 v0.13.1
17092023-10-09T00:28:44.898Z Compiling resolv-conf v0.7.0
17102023-10-09T00:28:45.067Z Compiling libz-sys v1.1.12
17112023-10-09T00:28:45.154Z Compiling same-file v1.0.6
17122023-10-09T00:28:45.282Z Compiling lru-cache v0.1.2
17132023-10-09T00:28:45.454Z Compiling walkdir v2.4.0
17142023-10-09T00:28:45.472Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17152023-10-09T00:28:45.582Z Compiling trust-dns-resolver v0.22.0
17162023-10-09T00:28:45.878Z Compiling semver-parser v0.10.2
17172023-10-09T00:28:45.890Z Compiling cancel-safe-futures v0.1.2
17182023-10-09T00:28:46.126Z Compiling fastrand v2.0.0
17192023-10-09T00:28:46.363Z Compiling libgit2-sys v0.15.2+1.6.4
17202023-10-09T00:28:46.561Z Compiling xattr v1.0.1
17212023-10-09T00:28:46.910Z Compiling tempfile v3.8.0
17222023-10-09T00:28:46.938Z Compiling filetime v0.2.22
17232023-10-09T00:28:46.950Z Compiling num-rational v0.4.1
17242023-10-09T00:28:47.348Z Compiling semver v0.11.0
17252023-10-09T00:28:47.360Z Compiling home v0.5.5
17262023-10-09T00:28:47.372Z Compiling utf-8 v0.7.6
17272023-10-09T00:28:47.705Z Compiling schemars v0.8.13
17282023-10-09T00:28:47.948Z Compiling usdt-impl v0.3.5
17292023-10-09T00:28:48.023Z Compiling reqwest v0.11.20
17302023-10-09T00:28:48.159Z Compiling openapiv3 v1.0.3
17312023-10-09T00:28:48.469Z Compiling postgres-types v0.2.6
17322023-10-09T00:28:49.097Z Compiling usdt v0.3.5
17332023-10-09T00:28:49.902Z Compiling tokio-postgres v0.7.10
17342023-10-09T00:28:55.404Z Compiling ipnetwork v0.20.0
17352023-10-09T00:28:56.008Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17362023-10-09T00:29:01.231Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17372023-10-09T00:29:01.429Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17382023-10-09T00:29:03.716Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17392023-10-09T00:29:03.821Z Compiling slog-json v2.6.1
17402023-10-09T00:29:04.063Z Compiling diesel v2.1.1
17412023-10-09T00:29:04.662Z Compiling slog-bunyan v2.4.0
17422023-10-09T00:29:05.045Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17432023-10-09T00:29:09.371Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17442023-10-09T00:29:09.825Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17452023-10-09T00:29:13.229Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17462023-10-09T00:29:13.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17472023-10-09T00:29:16.300Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17482023-10-09T00:29:18.131Z Compiling toolchain_find v0.2.0
17492023-10-09T00:29:20.265Z Compiling tar v0.4.40
17502023-10-09T00:29:24.387Z Compiling pem-rfc7468 v0.7.0
17512023-10-09T00:29:25.471Z Compiling toml v0.5.11
17522023-10-09T00:29:27.375Z Compiling der_derive v0.7.2
17532023-10-09T00:29:31.184Z Compiling flagset v0.4.3
17542023-10-09T00:29:31.327Z Compiling rustfmt-wrapper v0.2.0
17552023-10-09T00:29:31.533Z Compiling der v0.7.8
17562023-10-09T00:29:32.669Z Compiling omicron-zone-package v0.8.3
17572023-10-09T00:29:42.749Z Compiling vergen v8.2.4
17582023-10-09T00:29:43.148Z Compiling fxhash v0.2.1
17592023-10-09T00:29:43.498Z Compiling num-complex v0.4.4
17602023-10-09T00:29:45.574Z Compiling unicase v2.7.0
17612023-10-09T00:29:45.754Z Compiling num v0.4.1
17622023-10-09T00:29:45.938Z Compiling spki v0.7.2
17632023-10-09T00:29:45.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17642023-10-09T00:29:46.766Z Compiling universal-hash v0.5.1
17652023-10-09T00:29:47.090Z Compiling libsqlite3-sys v0.26.0
17662023-10-09T00:29:47.588Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17672023-10-09T00:29:47.754Z Compiling semver v0.1.20
17682023-10-09T00:29:48.294Z Compiling half v1.8.2
17692023-10-09T00:29:48.585Z Compiling opaque-debug v0.3.0
17702023-10-09T00:29:48.718Z Compiling arc-swap v1.6.0
17712023-10-09T00:29:48.755Z Compiling maybe-uninit v2.0.0
17722023-10-09T00:29:48.886Z Compiling ciborium-io v0.2.1
17732023-10-09T00:29:49.084Z Compiling ciborium-ll v0.2.1
17742023-10-09T00:29:49.535Z Compiling slog-scope v4.4.0
17752023-10-09T00:29:50.137Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17762023-10-09T00:29:50.147Z Compiling rustc_version v0.1.7
17772023-10-09T00:29:50.296Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17782023-10-09T00:29:50.627Z Compiling packed_struct v0.10.1
17792023-10-09T00:29:51.102Z Compiling crc-catalog v2.2.0
17802023-10-09T00:29:51.206Z Compiling parking_lot_core v0.8.6
17812023-10-09T00:29:51.322Z Compiling signal-hook v0.3.17
17822023-10-09T00:29:51.705Z Compiling num-bigint-dig v0.8.4
17832023-10-09T00:29:51.796Z Compiling crc v3.0.1
17842023-10-09T00:29:52.135Z Compiling newtype_derive v0.1.6
17852023-10-09T00:29:52.946Z Compiling slog-stdlog v4.1.1
17862023-10-09T00:29:54.500Z Compiling ciborium v0.2.1
17872023-10-09T00:29:54.671Z Compiling pkcs8 v0.10.2
17882023-10-09T00:29:56.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17892023-10-09T00:29:56.681Z Compiling toml_edit v0.20.0
17902023-10-09T00:29:57.722Z Compiling hashlink v0.8.3
17912023-10-09T00:29:58.293Z Compiling aead v0.5.2
17922023-10-09T00:29:58.778Z Compiling nibble_vec v0.1.0
17932023-10-09T00:29:58.926Z Compiling packed_struct_codegen v0.10.1
17942023-10-09T00:29:59.127Z Compiling dirs-sys-next v0.1.2
17952023-10-09T00:29:59.941Z Compiling glob v0.3.1
17962023-10-09T00:30:00.433Z Compiling doc-comment v0.3.3
17972023-10-09T00:30:01.141Z Compiling endian-type v0.1.2
17982023-10-09T00:30:01.344Z Compiling fallible-streaming-iterator v0.1.9
17992023-10-09T00:30:01.480Z Compiling nodrop v0.1.14
18002023-10-09T00:30:01.658Z Compiling humantime v2.1.0
18012023-10-09T00:30:01.755Z Compiling crunchy v0.2.2
18022023-10-09T00:30:02.420Z Compiling rusqlite v0.29.0
18032023-10-09T00:30:03.115Z Compiling array-init v0.0.4
18042023-10-09T00:30:05.271Z Compiling radix_trie v0.2.1
18052023-10-09T00:30:06.668Z Compiling toml v0.8.0
18062023-10-09T00:30:10.829Z Compiling clang-sys v1.6.1
18072023-10-09T00:30:11.454Z Compiling dirs-next v2.0.0
18082023-10-09T00:30:11.868Z Compiling pkcs1 v0.7.5
18092023-10-09T00:30:12.293Z Compiling smallvec v0.6.14
18102023-10-09T00:30:13.056Z Compiling slog-envlogger v2.2.0
18112023-10-09T00:30:16.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122023-10-09T00:30:16.515Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18132023-10-09T00:30:17.681Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18142023-10-09T00:30:18.237Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18152023-10-09T00:30:18.695Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18162023-10-09T00:30:29.455Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18172023-10-09T00:30:29.886Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18182023-10-09T00:30:30.650Z Compiling nix v0.26.2
18192023-10-09T00:30:30.906Z Compiling num_enum_derive v0.7.0
18202023-10-09T00:30:35.081Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18212023-10-09T00:30:38.199Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18222023-10-09T00:30:39.122Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18232023-10-09T00:30:40.680Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18242023-10-09T00:30:44.200Z Compiling twox-hash v1.6.3
18252023-10-09T00:30:46.041Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18262023-10-09T00:30:46.276Z Compiling bitfield v0.14.0
18272023-10-09T00:30:46.799Z Compiling tiny-keccak v2.0.2
18282023-10-09T00:30:47.165Z Compiling platforms v3.0.2
18292023-10-09T00:30:47.621Z Compiling prettyplease v0.2.12
18302023-10-09T00:30:47.634Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18312023-10-09T00:30:48.078Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18322023-10-09T00:30:50.609Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18332023-10-09T00:30:51.748Z Compiling num_enum v0.7.0
18342023-10-09T00:30:52.061Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18352023-10-09T00:31:05.763Z Compiling parking_lot v0.11.2
18362023-10-09T00:31:08.194Z Compiling rsa v0.9.2
18372023-10-09T00:31:09.937Z Compiling serde-hex v0.1.0
18382023-10-09T00:31:12.776Z Compiling mime_guess v2.0.4
18392023-10-09T00:31:14.697Z Compiling term v0.7.0
18402023-10-09T00:31:16.880Z Compiling trust-dns-client v0.22.0
18412023-10-09T00:31:16.976Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18422023-10-09T00:31:17.064Z Compiling polyval v0.6.1
18432023-10-09T00:31:17.515Z Compiling x509-cert v0.2.4
18442023-10-09T00:31:18.166Z Compiling tungstenite v0.20.1
18452023-10-09T00:31:19.222Z Compiling env_logger v0.10.0
18462023-10-09T00:31:20.247Z Compiling aes v0.8.3
18472023-10-09T00:31:24.998Z Compiling ctr v0.9.2
18482023-10-09T00:31:25.248Z Compiling darling_core v0.14.4
18492023-10-09T00:31:25.642Z Compiling ron v0.8.1
18502023-10-09T00:31:27.906Z Compiling snafu-derive v0.7.5
18512023-10-09T00:31:34.284Z Compiling bincode v1.3.3
18522023-10-09T00:31:36.206Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18532023-10-09T00:31:36.324Z Compiling convert_case v0.4.0
18542023-10-09T00:31:36.619Z Compiling crc-any v2.4.3
18552023-10-09T00:31:36.705Z Compiling erased-serde v0.3.30
18562023-10-09T00:31:37.390Z Compiling minimal-lexical v0.2.1
18572023-10-09T00:31:37.606Z Compiling derive_more v0.99.17
18582023-10-09T00:31:38.201Z Compiling nom v7.1.3
18592023-10-09T00:31:38.347Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18602023-10-09T00:31:40.343Z Compiling trust-dns-server v0.22.1
18612023-10-09T00:31:44.827Z Compiling snafu v0.7.5
18622023-10-09T00:31:46.884Z Compiling darling_macro v0.14.4
18632023-10-09T00:31:48.309Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18642023-10-09T00:31:50.414Z Compiling aes-gcm-siv v0.11.1
18652023-10-09T00:31:50.900Z Compiling tokio-tungstenite v0.20.1
18662023-10-09T00:31:52.212Z Compiling ascii-canvas v3.0.0
18672023-10-09T00:31:52.616Z Compiling steno v0.4.0
18682023-10-09T00:31:52.895Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18692023-10-09T00:31:52.995Z Compiling sled v0.34.7
18702023-10-09T00:32:00.036Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18712023-10-09T00:32:10.788Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18722023-10-09T00:32:11.416Z Compiling env_logger v0.9.3
18732023-10-09T00:32:11.912Z Compiling tungstenite v0.18.0
18742023-10-09T00:32:18.580Z Compiling object v0.30.4
18752023-10-09T00:32:19.134Z Compiling is-terminal v0.4.9
18762023-10-09T00:32:19.318Z Compiling ena v0.14.2
18772023-10-09T00:32:19.962Z Compiling bitstruct_derive v0.1.0
18782023-10-09T00:32:21.159Z Compiling async-recursion v1.0.5
18792023-10-09T00:32:21.682Z Compiling derive-where v1.2.5
18802023-10-09T00:32:21.952Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18812023-10-09T00:32:22.156Z Compiling libloading v0.7.4
18822023-10-09T00:32:22.700Z Compiling ascii v1.1.0
18832023-10-09T00:32:22.727Z Compiling diff v0.1.13
18842023-10-09T00:32:23.676Z Compiling linear-map v1.2.0
18852023-10-09T00:32:24.052Z Compiling pretty-hex v0.3.0
18862023-10-09T00:32:24.368Z Compiling path-slash v0.1.5
18872023-10-09T00:32:24.412Z Compiling ringbuffer v0.15.0
18882023-10-09T00:32:24.698Z Compiling bindgen v0.65.1
18892023-10-09T00:32:25.345Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18902023-10-09T00:32:25.876Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18912023-10-09T00:32:27.532Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18922023-10-09T00:32:30.089Z Compiling lalrpop v0.19.12
18932023-10-09T00:32:36.505Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18942023-10-09T00:32:41.542Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18952023-10-09T00:32:42.933Z Compiling bitstruct v0.1.1
18962023-10-09T00:32:42.959Z Compiling tokio-tungstenite v0.18.0
18972023-10-09T00:32:42.978Z Compiling curve25519-dalek v4.1.0
18982023-10-09T00:32:43.561Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18992023-10-09T00:32:48.435Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19002023-10-09T00:32:56.885Z Compiling darling v0.14.4
19012023-10-09T00:32:57.055Z Compiling cexpr v0.6.0
19022023-10-09T00:33:00.216Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19032023-10-09T00:33:02.052Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19042023-10-09T00:33:02.527Z Compiling which v4.4.0
19052023-10-09T00:33:03.448Z Compiling ff v0.13.0
19062023-10-09T00:33:03.476Z Compiling path-dedot v3.1.0
19072023-10-09T00:33:03.828Z Compiling serde_arrays v0.1.0
19082023-10-09T00:33:03.865Z Compiling rustc-hash v1.1.0
19092023-10-09T00:33:04.067Z Compiling peeking_take_while v0.1.2
19102023-10-09T00:33:04.078Z Compiling shlex v1.1.0
19112023-10-09T00:33:04.279Z Compiling lazycell v1.3.0
19122023-10-09T00:33:04.495Z Compiling display-error-chain v0.1.1
19132023-10-09T00:33:04.726Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19142023-10-09T00:33:06.391Z Compiling group v0.13.0
19152023-10-09T00:33:06.660Z Compiling path-absolutize v3.1.0
19162023-10-09T00:33:06.962Z Compiling derive_builder_core v0.12.0
19172023-10-09T00:33:10.850Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19182023-10-09T00:33:12.264Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19192023-10-09T00:33:12.969Z Compiling olpc-cjson v0.1.3
19202023-10-09T00:33:13.851Z Compiling pem v1.1.1
19212023-10-09T00:33:16.387Z Compiling camino-tempfile v1.0.2
19222023-10-09T00:33:17.728Z Compiling globset v0.4.13
19232023-10-09T00:33:19.948Z Compiling crypto-bigint v0.5.2
19242023-10-09T00:33:20.537Z Compiling serde_plain v1.0.2
19252023-10-09T00:33:20.630Z Compiling polar-core v0.26.4
19262023-10-09T00:33:21.385Z Compiling libxml v0.3.3
19272023-10-09T00:33:21.873Z Compiling curve25519-dalek-derive v0.1.0
19282023-10-09T00:33:22.844Z Compiling thiserror-impl-no-std v2.0.2
19292023-10-09T00:33:24.080Z Compiling base16ct v0.2.0
19302023-10-09T00:33:24.763Z Compiling buf-list v1.0.3
19312023-10-09T00:33:25.556Z Compiling ref-cast v1.0.20
19322023-10-09T00:33:26.389Z Compiling elliptic-curve v0.13.5
19332023-10-09T00:33:27.573Z Compiling thiserror-no-std v2.0.2
19342023-10-09T00:33:27.770Z Compiling tough v0.12.5
19352023-10-09T00:33:27.885Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19362023-10-09T00:33:32.751Z Compiling derive_builder_macro v0.12.0
19372023-10-09T00:33:33.933Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19382023-10-09T00:33:40.557Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19392023-10-09T00:33:42.249Z Compiling poly1305 v0.8.0
19402023-10-09T00:33:42.974Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19412023-10-09T00:33:44.523Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19422023-10-09T00:33:44.526Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19432023-10-09T00:33:44.884Z Compiling chacha20 v0.9.1
19442023-10-09T00:33:44.897Z Compiling strum_macros v0.24.3
19452023-10-09T00:33:45.420Z Compiling const_format_proc_macros v0.2.31
19462023-10-09T00:33:45.610Z Compiling ref-cast-impl v1.0.20
19472023-10-09T00:33:47.393Z Compiling cookie v0.16.2
19482023-10-09T00:33:47.783Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19492023-10-09T00:33:48.198Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19502023-10-09T00:33:48.642Z Compiling indoc v1.0.9
19512023-10-09T00:33:48.665Z Compiling signature v1.6.4
19522023-10-09T00:33:48.910Z Compiling salty v0.2.0
19532023-10-09T00:33:48.945Z Compiling ed25519 v1.5.3
19542023-10-09T00:33:49.500Z Compiling const_format v0.2.31
19552023-10-09T00:33:50.005Z Compiling chacha20poly1305 v0.10.1
19562023-10-09T00:33:50.110Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19572023-10-09T00:33:50.341Z Compiling derive_builder v0.12.0
19582023-10-09T00:33:51.340Z Compiling vsss-rs v3.3.1
19592023-10-09T00:33:58.392Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19602023-10-09T00:33:59.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19612023-10-09T00:34:06.008Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19622023-10-09T00:34:07.544Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19632023-10-09T00:34:08.921Z Compiling signal-hook-mio v0.2.3
19642023-10-09T00:34:09.222Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19652023-10-09T00:34:09.766Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19662023-10-09T00:34:10.163Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19672023-10-09T00:34:16.628Z Compiling ron v0.7.1
19682023-10-09T00:34:21.197Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19692023-10-09T00:34:23.615Z Compiling headers-core v0.2.0
19702023-10-09T00:34:23.869Z Compiling bb8 v0.8.1
19712023-10-09T00:34:24.817Z Compiling quick-xml v0.23.1
19722023-10-09T00:34:26.388Z Compiling serde-big-array v0.5.1
19732023-10-09T00:34:26.516Z Compiling num-derive v0.4.0
19742023-10-09T00:34:26.765Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19752023-10-09T00:34:27.978Z Compiling impl-trait-for-tuples v0.2.2
19762023-10-09T00:34:30.285Z Compiling oso-derive v0.26.4
19772023-10-09T00:34:30.296Z Compiling maplit v1.0.2
19782023-10-09T00:34:30.451Z Compiling bit_field v0.10.2
19792023-10-09T00:34:30.877Z Compiling http-range v0.1.5
19802023-10-09T00:34:31.753Z Compiling hyper-staticfile v0.9.5
19812023-10-09T00:34:31.831Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19822023-10-09T00:34:34.863Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19832023-10-09T00:34:38.392Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19842023-10-09T00:34:39.466Z Compiling headers v0.3.9
19852023-10-09T00:34:44.777Z Compiling oso v0.26.4
19862023-10-09T00:34:46.688Z Compiling crossterm v0.27.0
19872023-10-09T00:35:03.371Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19882023-10-09T00:35:07.475Z Compiling signal-hook-tokio v0.3.1
19892023-10-09T00:35:07.769Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19902023-10-09T00:35:07.782Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19912023-10-09T00:35:07.833Z Compiling serde-big-array v0.4.1
19922023-10-09T00:35:08.107Z Compiling cassowary v0.3.0
19932023-10-09T00:35:09.919Z Compiling indoc v2.0.3
19942023-10-09T00:35:11.471Z Compiling ratatui v0.23.0
19952023-10-09T00:35:11.858Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19962023-10-09T00:35:14.653Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19972023-10-09T00:35:15.894Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19982023-10-09T00:35:16.461Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19992023-10-09T00:35:17.273Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20002023-10-09T00:35:22.594Z Compiling fatfs v0.3.6
20012023-10-09T00:35:27.431Z Compiling bytesize v1.3.0
20022023-10-09T00:35:28.304Z Compiling nanorand v0.7.0
20032023-10-09T00:35:28.371Z Compiling rtoolbox v0.0.1
20042023-10-09T00:35:29.123Z Compiling assert_matches v1.5.0
20052023-10-09T00:35:29.264Z Compiling fs-err v2.9.0
20062023-10-09T00:35:29.633Z Compiling corncobs v0.1.3
20072023-10-09T00:35:30.238Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20082023-10-09T00:35:30.294Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20092023-10-09T00:35:30.657Z Compiling flume v0.11.0
20102023-10-09T00:35:31.570Z Compiling rpassword v7.2.0
20112023-10-09T00:35:31.950Z Compiling tui-tree-widget v0.13.0
20122023-10-09T00:35:32.213Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20132023-10-09T00:35:35.991Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20142023-10-09T00:35:37.267Z Compiling shell-words v1.1.0
20152023-10-09T00:35:37.937Z Compiling owo-colors v3.5.0
20162023-10-09T00:35:43.553Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20172023-10-09T00:35:52.722Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20182023-10-09T00:36:45.845Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20192023-10-09T00:36:59.699Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20202023-10-09T00:39:13.150Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20212023-10-09T00:40:45.678Z Compiling git2 v0.17.2
20222023-10-09T00:40:52.324Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20232023-10-09T00:40:54.078Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20242023-10-09T00:41:06.003Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20252023-10-09T00:41:21.679Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20262023-10-09T00:41:22.830Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20272023-10-09T00:41:23.711Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20282023-10-09T00:41:25.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20292023-10-09T00:50:03.923Z Finished release [optimized] target(s) in 21m 20s
20302023-10-09T00:51:20.324Z
20312023-10-09T00:51:20.427Zreal 22:37.732680515
20322023-10-09T00:51:20.456Zuser 2:39:59.947453911
20332023-10-09T00:51:20.473Zsys 6:36.021424970
20342023-10-09T00:51:20.570Ztrap 5.015436346
20352023-10-09T00:51:21.031Ztflt 1.479023483
20362023-10-09T00:51:21.450Zdflt 3.285359092
20372023-10-09T00:51:21.455Zkflt 0.058916274
20382023-10-09T00:51:21.460Zlock 8:58:56.232436748
20392023-10-09T00:51:21.464Zslp 6:38:37.496856829
20402023-10-09T00:51:21.467Zlat 2:47.235887188
20412023-10-09T00:51:21.472Zstop 52.644667746
20422023-10-09T00:51:21.477Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
20432023-10-09T00:51:21.481Z+ pfexec mkdir -p /work
20442023-10-09T00:51:21.485Z+ pfexec chown build /work
20452023-10-09T00:51:21.491Z+ ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
20462023-10-09T00:51:33.569ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20472023-10-09T00:51:33.574Za out/maghemite.tar 73201K
20482023-10-09T00:51:33.578Za out/omicron-sled-agent.tar 110643K
20492023-10-09T00:51:33.581Za out/target/test 1K
20502023-10-09T00:51:33.586Za out/npuzone/npuzone 37049K
20512023-10-09T00:51:33.591Za package-manifest.toml 21K
20522023-10-09T00:51:33.599Za smf/sled-agent/non-gimlet/config.toml 4K
20532023-10-09T00:51:33.602Za target/release/omicron-package 37008K
20542023-10-09T00:51:33.609Za tools/create_virtual_hardware.sh 3K
20552023-10-09T00:51:33.613Za tools/virtual_hardware.sh 4K
20562023-10-09T00:51:33.619Za tools/scrimlet/create-softnpu-zone.sh 1K
20572023-10-09T00:51:33.624Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20582023-10-09T00:51:33.627Za tools/scrimlet/softnpu-init.sh 3K
20592023-10-09T00:51:33.631Za tools/scrimlet/softnpu-zone.txt 1K
20602023-10-09T00:51:33.636Za tools/scrimlet/softnpu.toml 1K
20612023-10-09T00:51:33.641Z
20622023-10-09T00:51:33.645Zreal 13.697516253
20632023-10-09T00:51:33.650Zuser 13.132639660
20642023-10-09T00:51:33.658Zsys 1.037702443
20652023-10-09T00:51:33.663Ztrap 0.002537795
20662023-10-09T00:51:33.668Ztflt 0.000000000
20672023-10-09T00:51:33.674Zdflt 0.000000000
20682023-10-09T00:51:33.680Zkflt 0.000000000
20692023-10-09T00:51:33.684Zlock 0.000000000
20702023-10-09T00:51:34.124Zslp 12.832782437
20712023-10-09T00:51:34.131Zlat 0.385931263
20722023-10-09T00:51:34.141Zstop 0.000233579
20732023-10-09T00:51:34.596Z++ pwd
20742023-10-09T00:51:34.606Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20752023-10-09T00:51:34.620Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20762023-10-09T00:51:34.626Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20772023-10-09T00:51:34.775Z Finished release [optimized] target(s) in 1.11s
20782023-10-09T00:51:34.802Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20792023-10-09T00:51:34.843ZCreated new build target 'host' and set it as active
20802023-10-09T00:51:34.847Z
20812023-10-09T00:51:34.850Zreal 1.262546030
20822023-10-09T00:51:34.853Zuser 0.903400239
20832023-10-09T00:51:34.856Zsys 0.359887769
20842023-10-09T00:51:34.859Ztrap 0.000138557
20852023-10-09T00:51:34.862Ztflt 0.000004268
20862023-10-09T00:51:34.865Zdflt 0.000005652
20872023-10-09T00:51:34.868Zkflt 0.000000000
20882023-10-09T00:51:34.871Zlock 0.031333077
20892023-10-09T00:51:34.874Zslp 0.018772012
20902023-10-09T00:51:34.877Zlat 0.001771181
20912023-10-09T00:51:34.880Zstop 0.000222558
20922023-10-09T00:51:34.883Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20932023-10-09T00:51:35.985Z Finished release [optimized] target(s) in 1.05s
20942023-10-09T00:51:36.013Z Running `target/release/omicron-package -t host package`
20952023-10-09T00:51:36.054ZOct 09 00:51:36.055 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20962023-10-09T00:51:37.228Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20972023-10-09T00:55:13.105Z Finished release [optimized] target(s) in 3m 36s
20982023-10-09T00:56:40.855Z
20992023-10-09T00:56:40.863Zreal 5:06.015415171
21002023-10-09T00:56:40.867Zuser 20:55.332202944
21012023-10-09T00:56:40.869Zsys 1:00.116213341
21022023-10-09T00:56:40.872Ztrap 0.511589177
21032023-10-09T00:56:40.875Ztflt 0.020281056
21042023-10-09T00:56:40.878Zdflt 1.316332601
21052023-10-09T00:56:40.898Zkflt 0.000160810
21062023-10-09T00:56:40.919Zlock 1:13:42.362813430
21072023-10-09T00:56:40.926Zslp 17:38.912211977
21082023-10-09T00:56:40.940Zlat 8.067146360
21092023-10-09T00:56:40.963Zstop 0.630703526
21102023-10-09T00:56:40.975Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21112023-10-09T00:56:41.023Z+ for package in "$@"
21122023-10-09T00:56:41.052Z+ [[ omicron-sled-agent == maghemite ]]
21132023-10-09T00:56:41.097Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git0e5808bcacb
21142023-10-09T00:56:42.033Z Finished release [optimized] target(s) in 1.09s
21152023-10-09T00:56:42.062Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git0e5808bcacb`
21162023-10-09T00:56:42.102ZOct 09 00:56:42.105 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21172023-10-09T00:56:42.635ZCreated: out/versioned/omicron-sled-agent.tar
21182023-10-09T00:56:42.640Z+ for package in "$@"
21192023-10-09T00:56:42.644Z+ [[ maghemite == maghemite ]]
21202023-10-09T00:56:42.650Z+ echo 0.0.0
21212023-10-09T00:56:42.659Z+ tar rvf out/maghemite.tar VERSION
21222023-10-09T00:56:42.677Za VERSION 1K
21232023-10-09T00:56:42.688Z+ rm VERSION
21242023-10-09T00:56:42.693Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0e5808bcacb
21252023-10-09T00:56:43.783Z Finished release [optimized] target(s) in 1.06s
21262023-10-09T00:56:43.817Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0e5808bcacb`
21272023-10-09T00:56:43.860ZOct 09 00:56:43.854 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21282023-10-09T00:56:44.707ZCreated: out/versioned/maghemite.tar
21292023-10-09T00:56:44.710Z+ for package in "$@"
21302023-10-09T00:56:44.715Z+ [[ propolis-server == maghemite ]]
21312023-10-09T00:56:44.720Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git0e5808bcacb
21322023-10-09T00:56:55.420Z Finished release [optimized] target(s) in 1.07s
21332023-10-09T00:56:57.846Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git0e5808bcacb`
21342023-10-09T00:56:58.472ZOct 09 00:56:45.422 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21352023-10-09T00:56:59.056ZCreated: out/versioned/propolis-server.tar.gz
21362023-10-09T00:56:59.241Z+ for package in "$@"
21372023-10-09T00:56:59.346Z+ [[ overlay == maghemite ]]
21382023-10-09T00:56:59.518Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git0e5808bcacb
21392023-10-09T00:56:59.866Z Finished release [optimized] target(s) in 1.06s
21402023-10-09T00:57:00.079Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git0e5808bcacb`
21412023-10-09T00:57:00.234ZOct 09 00:56:48.393 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21422023-10-09T00:57:00.326ZCreated: out/versioned/overlay.tar.gz
21432023-10-09T00:57:00.361Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21442023-10-09T00:57:00.411Z+++ dirname -- ./tools/build-global-zone-packages.sh
21452023-10-09T00:57:00.449Z++ cd -- ./tools
21462023-10-09T00:57:00.889Z++ pwd
21472023-10-09T00:57:00.895Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21482023-10-09T00:57:00.924Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21492023-10-09T00:57:01.358Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21502023-10-09T00:57:01.436Z++ readlink -f /work
21512023-10-09T00:57:01.474Z+ out_dir=/work
21522023-10-09T00:57:01.887Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz")
21532023-10-09T00:57:01.901Z+ for dep in "${deps[@]}"
21542023-10-09T00:57:01.916Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21552023-10-09T00:57:01.934Z+ for dep in "${deps[@]}"
21562023-10-09T00:57:02.368Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21572023-10-09T00:57:02.377Z+ for dep in "${deps[@]}"
21582023-10-09T00:57:02.392Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21592023-10-09T00:57:02.841Z+ for dep in "${deps[@]}"
21602023-10-09T00:57:02.862Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21612023-10-09T00:57:02.892Z++ mktemp -d
21622023-10-09T00:57:03.341Z+ tmp_gz=/tmp/tmp.OyaOpi
21632023-10-09T00:57:03.346Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21642023-10-09T00:57:03.351Z+ echo '{"v":"1","t":"layer"}'
21652023-10-09T00:57:03.356Z+ pkg_dir=/tmp/tmp.OyaOpi/root/opt/oxide/sled-agent
21662023-10-09T00:57:03.362Z+ mkdir -p /tmp/tmp.OyaOpi/root/opt/oxide/sled-agent
21672023-10-09T00:57:03.366Z+ cd /tmp/tmp.OyaOpi/root/opt/oxide/sled-agent
21682023-10-09T00:57:03.369Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21692023-10-09T00:57:03.374Zx ., 0 bytes, 0 tape blocks
21702023-10-09T00:57:03.415Zx zone-bundle, 34348400 bytes, 67087 tape blocks
21712023-10-09T00:57:03.457Zx sled-agent, 79136112 bytes, 154563 tape blocks
21722023-10-09T00:57:03.543Zx pkg, 0 bytes, 0 tape blocks
21732023-10-09T00:57:03.615Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21742023-10-09T00:57:03.649Zx pkg/README.md, 54 bytes, 1 tape blocks
21752023-10-09T00:57:03.706Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21762023-10-09T00:57:03.744Zx VERSION, 25 bytes, 1 tape blocks
21772023-10-09T00:57:03.782Z+ mkdir -p /tmp/tmp.OyaOpi/root/lib/svc/manifest/site/
21782023-10-09T00:57:03.821Z+ mv pkg/manifest.xml /tmp/tmp.OyaOpi/root/lib/svc/manifest/site/sled-agent.xml
21792023-10-09T00:57:03.860Z+ cd -
21802023-10-09T00:57:03.930Z/work/oxidecomputer/omicron
21812023-10-09T00:57:03.950Z+ pkg_dir=/tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm
21822023-10-09T00:57:03.982Z+ mkdir -p /tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm
21832023-10-09T00:57:03.995Z+ cd /tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm
21842023-10-09T00:57:04.028Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21852023-10-09T00:57:04.069Zx ., 0 bytes, 0 tape blocks
21862023-10-09T00:57:04.534Zx ddmadm, 39360576 bytes, 76877 tape blocks
21872023-10-09T00:57:04.578Zx ddmd, 35588120 bytes, 69509 tape blocks
21882023-10-09T00:57:04.603Zx pkg, 0 bytes, 0 tape blocks
21892023-10-09T00:57:04.649Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21902023-10-09T00:57:04.676Zx pkg/ddm, 0 bytes, 0 tape blocks
21912023-10-09T00:57:04.745Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21922023-10-09T00:57:04.790Zx VERSION, 25 bytes, 1 tape blocks
21932023-10-09T00:57:04.810Z+ cd -
21942023-10-09T00:57:04.844Z/work/oxidecomputer/omicron
21952023-10-09T00:57:04.858Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.OyaOpi/root/opt/oxide
21962023-10-09T00:57:04.876Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.OyaOpi/root/opt/oxide
21972023-10-09T00:57:04.886Z+ cd /tmp/tmp.OyaOpi
21982023-10-09T00:57:04.928Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21992023-10-09T00:57:05.002ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22002023-10-09T00:57:05.032Za oxide.json 1K
22012023-10-09T00:57:05.060Za root/ 0K
22022023-10-09T00:57:05.475Za root/opt/ 0K
22032023-10-09T00:57:05.480Za root/opt/oxide/ 0K
22042023-10-09T00:57:05.483Za root/opt/oxide/sled-agent/ 0K
22052023-10-09T00:57:05.487Za root/opt/oxide/sled-agent/zone-bundle 33544K
22062023-10-09T00:57:05.520Za root/opt/oxide/sled-agent/sled-agent 77282K
22072023-10-09T00:57:05.525Za root/opt/oxide/sled-agent/pkg/ 0K
22082023-10-09T00:57:05.529Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22092023-10-09T00:57:05.946Za root/opt/oxide/sled-agent/pkg/README.md 1K
22102023-10-09T00:57:05.949Za root/opt/oxide/sled-agent/VERSION 1K
22112023-10-09T00:57:05.968Za root/opt/oxide/mg-ddm/ 0K
22122023-10-09T00:57:05.972Za root/opt/oxide/mg-ddm/ddmadm 38439K
22132023-10-09T00:57:05.978Za root/opt/oxide/mg-ddm/ddmd 34755K
22142023-10-09T00:57:05.986Za root/opt/oxide/mg-ddm/pkg/ 0K
22152023-10-09T00:57:06.405Z+ cd /
22162023-10-09T00:57:06.414Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22172023-10-09T00:57:06.420Z+ rm -rf /tmp/tmp.OyaOpi
22182023-10-09T00:57:06.432Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22192023-10-09T00:57:06.438Z
22202023-10-09T00:57:06.443Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22212023-10-09T00:57:06.448Zreal 12.612572430
22222023-10-09T00:57:06.455Za root/opt/oxide/mg-ddm/VERSION 1K
22232023-10-09T00:57:06.464Zuser 11.720561454
22242023-10-09T00:57:06.469Za root/opt/oxide/propolis-server.tar.gz 64314K
22252023-10-09T00:57:06.474Zsys 0.954687183
22262023-10-09T00:57:06.480Za root/opt/oxide/overlay.tar.gz 2K
22272023-10-09T00:57:06.897Ztrap 0.003903692
22282023-10-09T00:57:06.901Za root/lib/ 0K
22292023-10-09T00:57:06.905Ztflt 0.000000000
22302023-10-09T00:57:06.909Za root/lib/svc/ 0K
22312023-10-09T00:57:06.913Zdflt 0.000000000
22322023-10-09T00:57:06.918Za root/lib/svc/manifest/ 0K
22332023-10-09T00:57:06.929Zkflt 0.000000000
22342023-10-09T00:57:07.355Za root/lib/svc/manifest/site/ 0K
22352023-10-09T00:57:07.360Zlock 0.000000000
22362023-10-09T00:57:07.365Za root/lib/svc/manifest/site/sled-agent.xml 3K
22372023-10-09T00:57:07.371Zslp 24.373724795
22382023-10-09T00:57:07.380Zlat 0.375418439
22392023-10-09T00:57:07.390Zstop 0.000304012
22402023-10-09T00:57:07.396Z+ mkdir -p /work/zones
22412023-10-09T00:57:07.401Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
22422023-10-09T00:57:07.819Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
22432023-10-09T00:57:07.835Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22442023-10-09T00:57:09.064Z Finished release [optimized] target(s) in 1.14s
22452023-10-09T00:57:09.068Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22462023-10-09T00:57:09.071ZCreated new build target 'recovery' and set it as active
22472023-10-09T00:57:09.074Z
22482023-10-09T00:57:09.077Zreal 1.300798462
22492023-10-09T00:57:09.085Zuser 0.932722744
22502023-10-09T00:57:09.102Zsys 0.366149636
22512023-10-09T00:57:09.122Ztrap 0.000889210
22522023-10-09T00:57:09.144Ztflt 0.000004124
22532023-10-09T00:57:09.156Zdflt 0.000021605
22542023-10-09T00:57:09.163Zkflt 0.000000000
22552023-10-09T00:57:09.172Zlock 0.036134473
22562023-10-09T00:57:09.187Zslp 0.020971062
22572023-10-09T00:57:09.210Zlat 0.003475850
22582023-10-09T00:57:09.655Zstop 0.000450157
22592023-10-09T00:57:09.663Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22602023-10-09T00:57:09.676Z Finished release [optimized] target(s) in 1.11s
22612023-10-09T00:57:10.505Z Running `target/release/omicron-package -t recovery package`
22622023-10-09T00:57:10.514ZOct 09 00:57:07.023 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22632023-10-09T00:57:10.523Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22642023-10-09T00:57:11.963Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22652023-10-09T00:57:49.583Z Finished release [optimized] target(s) in 37.85s
22662023-10-09T00:58:28.336Z
22672023-10-09T00:58:28.341Zreal 1:22.584987764
22682023-10-09T00:58:28.346Zuser 2:40.929326373
22692023-10-09T00:58:28.352Zsys 12.091009595
22702023-10-09T00:58:28.357Ztrap 0.072732828
22712023-10-09T00:58:28.362Ztflt 0.093612842
22722023-10-09T00:58:28.393Zdflt 0.605810455
22732023-10-09T00:58:28.415Zkflt 0.000171784
22742023-10-09T00:58:29.259Zlock 17:32.757731750
22752023-10-09T00:58:29.264Zslp 3:06.592710804
22762023-10-09T00:58:29.274Zlat 1.739266902
22772023-10-09T00:58:29.283Zstop 0.188855720
22782023-10-09T00:58:29.313Z+ stamp_packages installinator maghemite
22792023-10-09T00:58:29.323Z+ for package in "$@"
22802023-10-09T00:58:29.335Z+ [[ installinator == maghemite ]]
22812023-10-09T00:58:29.354Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git0e5808bcacb
22822023-10-09T00:58:29.499Z Finished release [optimized] target(s) in 1.07s
22832023-10-09T00:58:29.522Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git0e5808bcacb`
22842023-10-09T00:58:29.604ZOct 09 00:58:29.565 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22852023-10-09T00:58:29.683ZCreated: out/versioned/installinator.tar
22862023-10-09T00:58:29.692Z+ for package in "$@"
22872023-10-09T00:58:29.702Z+ [[ maghemite == maghemite ]]
22882023-10-09T00:58:29.710Z+ echo 0.0.0
22892023-10-09T00:58:29.719Z+ tar rvf out/maghemite.tar VERSION
22902023-10-09T00:58:29.729Za VERSION 1K
22912023-10-09T00:58:29.739Z+ rm VERSION
22922023-10-09T00:58:29.750Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0e5808bcacb
22932023-10-09T00:58:30.848Z Finished release [optimized] target(s) in 1.07s
22942023-10-09T00:58:30.870Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0e5808bcacb`
22952023-10-09T00:58:30.914ZOct 09 00:58:30.913 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22962023-10-09T00:58:31.557ZCreated: out/versioned/maghemite.tar
22972023-10-09T00:58:31.563Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22982023-10-09T00:58:31.569Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22992023-10-09T00:58:31.575Z++ cd -- ./tools
23002023-10-09T00:58:31.581Z++ pwd
23012023-10-09T00:58:31.588Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23022023-10-09T00:58:31.595Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23032023-10-09T00:58:31.601Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23042023-10-09T00:58:31.605Z++ readlink -f /work
23052023-10-09T00:58:31.615Z+ out_dir=/work
23062023-10-09T00:58:31.626Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23072023-10-09T00:58:32.046Z+ for dep in "${deps[@]}"
23082023-10-09T00:58:32.049Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23092023-10-09T00:58:32.052Z+ for dep in "${deps[@]}"
23102023-10-09T00:58:32.055Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23112023-10-09T00:58:32.060Z++ mktemp -d
23122023-10-09T00:58:32.483Z+ tmp_trampoline=/tmp/tmp.8Daaui
23132023-10-09T00:58:32.494Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23142023-10-09T00:58:32.503Z+ echo '{"v":"1","t":"layer"}'
23152023-10-09T00:58:32.509Z+ pkg_dir=/tmp/tmp.8Daaui/root/opt/oxide/installinator
23162023-10-09T00:58:32.513Z+ mkdir -p /tmp/tmp.8Daaui/root/opt/oxide/installinator
23172023-10-09T00:58:32.518Z+ cd /tmp/tmp.8Daaui/root/opt/oxide/installinator
23182023-10-09T00:58:32.522Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23192023-10-09T00:58:32.525Zx ., 0 bytes, 0 tape blocks
23202023-10-09T00:58:32.528Zx installinator, 47863744 bytes, 93484 tape blocks
23212023-10-09T00:58:32.531Zx pkg, 0 bytes, 0 tape blocks
23222023-10-09T00:58:32.534Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23232023-10-09T00:58:32.537Zx VERSION, 25 bytes, 1 tape blocks
23242023-10-09T00:58:32.539Z+ mkdir -p /tmp/tmp.8Daaui/root/lib/svc/manifest/site/
23252023-10-09T00:58:32.542Z+ mv pkg/manifest.xml /tmp/tmp.8Daaui/root/lib/svc/manifest/site/installinator.xml
23262023-10-09T00:58:32.545Z+ cd -
23272023-10-09T00:58:32.548Z/work/oxidecomputer/omicron
23282023-10-09T00:58:32.551Z+ pkg_dir=/tmp/tmp.8Daaui/root/opt/oxide/mg-ddm
23292023-10-09T00:58:32.553Z+ mkdir -p /tmp/tmp.8Daaui/root/opt/oxide/mg-ddm
23302023-10-09T00:58:32.556Z+ cd /tmp/tmp.8Daaui/root/opt/oxide/mg-ddm
23312023-10-09T00:58:32.559Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23322023-10-09T00:58:32.562Zx ., 0 bytes, 0 tape blocks
23332023-10-09T00:58:32.565Zx ddmadm, 39360576 bytes, 76877 tape blocks
23342023-10-09T00:58:32.568Zx ddmd, 35588120 bytes, 69509 tape blocks
23352023-10-09T00:58:32.571Zx pkg, 0 bytes, 0 tape blocks
23362023-10-09T00:58:32.574Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23372023-10-09T00:58:32.576Zx pkg/ddm, 0 bytes, 0 tape blocks
23382023-10-09T00:58:32.581Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23392023-10-09T00:58:32.585Zx VERSION, 25 bytes, 1 tape blocks
23402023-10-09T00:58:32.593Z+ cd -
23412023-10-09T00:58:33.014Z/work/oxidecomputer/omicron
23422023-10-09T00:58:33.034Z+ cd /tmp/tmp.8Daaui
23432023-10-09T00:58:33.460Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23442023-10-09T00:58:37.655ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23452023-10-09T00:58:37.658Za oxide.json 1K
23462023-10-09T00:58:37.662Za root/ 0K
23472023-10-09T00:58:37.665Za root/opt/ 0K
23482023-10-09T00:58:37.668Za root/opt/oxide/ 0K
23492023-10-09T00:58:37.672Za root/opt/oxide/installinator/ 0K
23502023-10-09T00:58:37.676Za root/opt/oxide/installinator/installinator 46742K
23512023-10-09T00:58:37.681Za root/opt/oxide/installinator/pkg/ 0K
23522023-10-09T00:58:37.686Za root/opt/oxide/installinator/VERSION 1K
23532023-10-09T00:58:37.692Za root/opt/oxide/mg-ddm/ 0K
23542023-10-09T00:58:37.697Za root/opt/oxide/mg-ddm/ddmadm 38439K
23552023-10-09T00:58:37.704Za root/opt/oxide/mg-ddm/ddmd 34755K
23562023-10-09T00:58:37.710Za root/opt/oxide/mg-ddm/pkg/ 0K
23572023-10-09T00:58:37.718Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23582023-10-09T00:58:37.735Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23592023-10-09T00:58:37.747Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23602023-10-09T00:58:37.762Za root/opt/oxide/mg-ddm/VERSION 1K
23612023-10-09T00:58:38.195Za root/lib/ 0K
23622023-10-09T00:58:38.199Za root/lib/svc/ 0K
23632023-10-09T00:58:38.203Za root/lib/svc/manifest/ 0K
23642023-10-09T00:58:38.207Za root/lib/svc/manifest/site/ 0K
23652023-10-09T00:58:38.210Za root/lib/svc/manifest/site/installinator.xml 3K
23662023-10-09T00:58:38.215Z+ cd /
23672023-10-09T00:58:38.219Z+ rm -rf /tmp/tmp.8Daaui
23682023-10-09T00:58:38.224Z
23692023-10-09T00:58:38.229Zreal 6.540060574
23702023-10-09T00:58:38.233Zuser 6.144735737
23712023-10-09T00:58:38.240Zsys 0.425859400
23722023-10-09T00:58:38.251Ztrap 0.002085139
23732023-10-09T00:58:38.255Ztflt 0.000000000
23742023-10-09T00:58:38.261Zdflt 0.000000000
23752023-10-09T00:58:38.270Zkflt 0.000000000
23762023-10-09T00:58:38.299Zlock 0.000000000
23772023-10-09T00:58:38.305Zslp 12.667421998
23782023-10-09T00:58:38.309Zlat 0.181885148
23792023-10-09T00:58:38.317Zstop 0.000313556
23802023-10-09T00:58:38.335Zprocess exited: duration 2427275 ms, exit code 0
 
23812023-10-09T00:58:38.790Zfound 21 output files
23822023-10-09T00:58:38.795Zuploading: /work/version.txt (26 bytes)
23832023-10-09T00:58:39.823Zuploaded: /work/version.txt
23842023-10-09T00:58:39.828Zuploading: /work/package.tar.gz (83191262 bytes)
23852023-10-09T00:59:28.116Zuploaded: /work/package.tar.gz
23862023-10-09T00:59:28.591Zuploading: /work/global-zone-packages.tar.gz (125040159 bytes)
23872023-10-09T01:00:45.358Zuploaded: /work/global-zone-packages.tar.gz
23882023-10-09T01:00:45.379Zuploading: /work/trampoline-global-zone-packages.tar.gz (38574943 bytes)
23892023-10-09T01:01:13.996Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23902023-10-09T01:01:14.017Zuploading: /work/zones/clickhouse.tar.gz (180691300 bytes)
23912023-10-09T01:03:37.661Zuploaded: /work/zones/clickhouse.tar.gz
23922023-10-09T01:03:37.751Zuploading: /work/zones/clickhouse_keeper.tar.gz (180688527 bytes)
23932023-10-09T01:05:35.060Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23942023-10-09T01:05:35.109Zuploading: /work/zones/cockroachdb.tar.gz (117746590 bytes)
23952023-10-09T01:06:42.698Zuploaded: /work/zones/cockroachdb.tar.gz
23962023-10-09T01:06:42.726Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23972023-10-09T01:06:52.876Zuploaded: /work/zones/crucible-pantry.tar.gz
23982023-10-09T01:06:52.905Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
23992023-10-09T01:07:05.478Zuploaded: /work/zones/crucible.tar.gz
24002023-10-09T01:07:05.490Zuploading: /work/zones/external-dns.tar.gz (22036092 bytes)
24012023-10-09T01:07:21.177Zuploaded: /work/zones/external-dns.tar.gz
24022023-10-09T01:07:21.213Zuploading: /work/zones/internal-dns.tar.gz (22036092 bytes)
24032023-10-09T01:07:28.617Zuploaded: /work/zones/internal-dns.tar.gz
24042023-10-09T01:07:28.638Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24052023-10-09T01:07:29.755Zuploaded: /work/zones/ntp.tar.gz
24062023-10-09T01:07:29.771Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15772497 bytes)
24072023-10-09T01:07:40.378Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24082023-10-09T01:07:40.817Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15771684 bytes)
24092023-10-09T01:07:44.832Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24102023-10-09T01:07:44.844Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67809181 bytes)
24112023-10-09T01:10:16.686Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24122023-10-09T01:10:16.710Zuploading: /work/zones/omicron-nexus.tar.gz (67807017 bytes)
24132023-10-09T01:10:59.283Zuploaded: /work/zones/omicron-nexus.tar.gz
24142023-10-09T01:10:59.297Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24152023-10-09T01:11:00.760Zuploaded: /work/zones/overlay.tar.gz
24162023-10-09T01:11:00.830Zuploading: /work/zones/oximeter-collector.tar.gz (18046448 bytes)
24172023-10-09T01:11:12.895Zuploaded: /work/zones/oximeter-collector.tar.gz
24182023-10-09T01:11:12.903Zuploading: /work/zones/propolis-server.tar.gz (65856629 bytes)
24192023-10-09T01:11:51.209Zuploaded: /work/zones/propolis-server.tar.gz
24202023-10-09T01:11:51.228Zuploading: /work/zones/switch-asic.tar.gz (219015194 bytes)
24212023-10-09T01:15:32.440Zuploaded: /work/zones/switch-asic.tar.gz
24222023-10-09T01:15:32.511Zuploading: /work/zones/switch-softnpu.tar.gz (141413418 bytes)
24232023-10-09T01:17:55.560Zuploaded: /work/zones/switch-softnpu.tar.gz