01HQ4GA6TKKA4DPM5GNCSBPFNK: 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: 01HQ4GAN3VYYSAN2N52MDGKB67

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-21T00:17:43.073Zjob assigned to worker 01HQ4GAYPS43KJ78GJT6WJB0G1 (queued for 1 m 16 s)
 
22024-02-21T00:17:43.404Zstarting task 0: "setup"
32024-02-21T00:17:43.483Z++ uname -s
42024-02-21T00:17:43.494Z+ kern=SunOS
52024-02-21T00:17:43.494Z+ case "$kern" in
62024-02-21T00:17:43.494Z+ groupadd -g 12345 build
72024-02-21T00:17:43.494Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-21T00:17:51.271Z+ zfs create -o mountpoint=/work rpool/work
92024-02-21T00:17:51.341Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-21T00:17:51.341Z+ home_fs=zfs
112024-02-21T00:17:51.341Z+ [[ zfs == autofs ]]
122024-02-21T00:17:51.341Z+ mkdir -p /home/build
132024-02-21T00:17:51.342Z+ chown build:build /home/build /work
142024-02-21T00:17:51.342Z+ chmod 0700 /home/build /work
152024-02-21T00:17:51.342Zprocess exited: duration 4206 ms, exit code 0
 
162024-02-21T00:17:51.381Zstarting task 1: "rust-toolchain"
172024-02-21T00:17:51.421Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-21T00:17:51.422Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-21T00:17:51.520Zinfo: downloading installer
202024-02-21T00:17:53.493Zwarning: it looks like you have an existing installation of Rust at:
212024-02-21T00:17:53.494Zwarning: /opt/ooce/bin
222024-02-21T00:17:53.494Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-21T00:17:53.494Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-21T00:17:53.494Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-21T00:17:53.494Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-21T00:17:53.495Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-21T00:17:53.495Zerror: cannot install while Rust is installed
282024-02-21T00:17:53.495Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-21T00:17:53.739Zinfo: profile set to 'default'
302024-02-21T00:17:53.740Zinfo: default host triple is x86_64-unknown-illumos
312024-02-21T00:17:53.751Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-21T00:17:53.874Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-21T00:17:53.874Zinfo: downloading component 'cargo'
342024-02-21T00:17:54.520Zinfo: downloading component 'clippy'
352024-02-21T00:17:54.749Zinfo: downloading component 'rust-docs'
362024-02-21T00:17:55.564Zinfo: downloading component 'rust-std'
372024-02-21T00:17:57.033Zinfo: downloading component 'rustc'
382024-02-21T00:18:00.543Zinfo: downloading component 'rustfmt'
392024-02-21T00:18:00.750Zinfo: installing component 'cargo'
402024-02-21T00:18:01.652Zinfo: installing component 'clippy'
412024-02-21T00:18:02.054Zinfo: installing component 'rust-docs'
422024-02-21T00:18:03.551Zinfo: installing component 'rust-std'
432024-02-21T00:18:05.537Zinfo: installing component 'rustc'
442024-02-21T00:18:10.735Zinfo: installing component 'rustfmt'
452024-02-21T00:18:11.076Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-21T00:18:11.077Z
472024-02-21T00:18:11.350Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-21T00:18:11.350Z
492024-02-21T00:18:11.369Z
502024-02-21T00:18:11.370ZRust is installed now. Great!
512024-02-21T00:18:11.370Z
522024-02-21T00:18:11.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-21T00:18:11.370Zenvironment variable. This has not been done automatically.
542024-02-21T00:18:11.370Z
552024-02-21T00:18:11.370ZTo configure your current shell, run:
562024-02-21T00:18:11.370Zsource "$HOME/.cargo/env"
572024-02-21T00:18:11.401Z+ rustc --version
582024-02-21T00:18:11.473Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-21T00:18:11.491Zprocess exited: duration 20093 ms, exit code 0
 
602024-02-21T00:18:11.510Zstarting task 2: "authentication"
612024-02-21T00:18:11.553Zprocess exited: duration 29 ms, exit code 0
 
622024-02-21T00:18:11.581Zstarting task 3: "clone repository"
632024-02-21T00:18:11.594Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-21T00:18:11.594Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-21T00:18:13.203ZCloning into '/work/oxidecomputer/omicron'...
662024-02-21T00:18:20.954Z+ cd /work/oxidecomputer/omicron
672024-02-21T00:18:20.954Z+ git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2
682024-02-21T00:18:21.473ZFrom https://github.com/oxidecomputer/omicron
692024-02-21T00:18:21.473Z * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD
702024-02-21T00:18:21.486Z+ [[ -n '' ]]
712024-02-21T00:18:21.486Z+ git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2
722024-02-21T00:18:21.585ZHEAD is now at 8ba348d1d address comment
732024-02-21T00:18:21.598Zprocess exited: duration 10004 ms, exit code 0
 
742024-02-21T00:18:21.616Zstarting task 4: "build"
752024-02-21T00:18:21.627Z+ cargo --version
762024-02-21T00:18:21.634Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-21T00:18:22.188Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-21T00:18:22.188Zinfo: downloading component 'cargo'
792024-02-21T00:18:22.464Zinfo: downloading component 'clippy'
802024-02-21T00:18:22.683Zinfo: downloading component 'rust-docs'
812024-02-21T00:18:23.555Zinfo: downloading component 'rust-std'
822024-02-21T00:18:24.809Zinfo: downloading component 'rustc'
832024-02-21T00:18:28.422Zinfo: downloading component 'rustfmt'
842024-02-21T00:18:28.608Zinfo: installing component 'cargo'
852024-02-21T00:18:29.491Zinfo: installing component 'clippy'
862024-02-21T00:18:29.850Zinfo: installing component 'rust-docs'
872024-02-21T00:18:31.418Zinfo: installing component 'rust-std'
882024-02-21T00:18:33.047Zinfo: installing component 'rustc'
892024-02-21T00:18:37.201Zinfo: installing component 'rustfmt'
902024-02-21T00:18:37.589Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-21T00:18:37.593Z+ rustc --version
922024-02-21T00:18:37.664Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-21T00:18:37.672Z++ git rev-parse HEAD
942024-02-21T00:18:37.678Z+ COMMIT=8ba348d1d3bb973a6dd6fd810a14b756837826b2
952024-02-21T00:18:37.678Z+ VERSION=7.0.0-0.ci+git8ba348d1d3b
962024-02-21T00:18:37.678Z+ echo 7.0.0-0.ci+git8ba348d1d3b
972024-02-21T00:18:37.678Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982024-02-21T00:18:47.779Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-02-21T00:18:48.991Z Startup: Caching catalogs ... Done
1002024-02-21T00:18:50.586ZPlanning: Solver setup ... Done (1.200s)
1012024-02-21T00:18:50.616ZPlanning: Running solver ... Done (0.029s)
1022024-02-21T00:18:50.787ZPlanning: Finding local manifests ... Done (0.155s)
1032024-02-21T00:18:53.653ZPlanning: Fetching manifests: 0/4 0% complete
1042024-02-21T00:18:54.250ZPlanning: Fetching manifests: 4/4 100% complete
1052024-02-21T00:18:54.291ZPlanning: Package planning ... Done (0.051s)
1062024-02-21T00:18:54.347ZPlanning: Merging actions ... Done (0.051s)
1072024-02-21T00:18:55.288ZPlanning: Checking for conflicting actions ... Done (0.947s)
1082024-02-21T00:18:55.300ZPlanning: Consolidating action changes ... Done (0.011s)
1092024-02-21T00:18:59.176ZPlanning: Evaluating mediators ... Done (3.867s)
1102024-02-21T00:18:59.190ZPlanning: Planning completed in 10.14 seconds
1112024-02-21T00:18:59.195Z Packages to install: 4
1122024-02-21T00:18:59.195Z Mediators to change: 2
1132024-02-21T00:18:59.195Z Services to change: 1
1142024-02-21T00:18:59.196Z Estimated space available: 148.87 GB
1152024-02-21T00:18:59.196ZEstimated space to be consumed: 1.41 GB
1162024-02-21T00:18:59.196Z Create boot environment: No
1172024-02-21T00:18:59.196ZCreate backup boot environment: No
1182024-02-21T00:18:59.196Z Rebuild boot archive: No
1192024-02-21T00:18:59.196Z
1202024-02-21T00:18:59.196ZChanged mediators:
1212024-02-21T00:18:59.196Z mediator clang:
1222024-02-21T00:18:59.196Z version: None -> 15 (system default)
1232024-02-21T00:18:59.196Z
1242024-02-21T00:18:59.196Z mediator llvm:
1252024-02-21T00:18:59.196Z version: 14 (system default) -> 15 (system default)
1262024-02-21T00:18:59.196Z
1272024-02-21T00:18:59.196ZChanged packages:
1282024-02-21T00:18:59.196Zhelios-dev
1292024-02-21T00:18:59.196Z developer/build-essential
1302024-02-21T00:18:59.196Z None -> 11-2.0
1312024-02-21T00:18:59.196Z library/libxmlsec1
1322024-02-21T00:18:59.196Z None -> 1.2.35-2.0
1332024-02-21T00:18:59.196Z ooce/developer/clang-15
1342024-02-21T00:18:59.196Z None -> 15.0.7-2.0
1352024-02-21T00:18:59.196Z ooce/developer/llvm-15
1362024-02-21T00:18:59.196Z None -> 15.0.7-2.0
1372024-02-21T00:18:59.196Z
1382024-02-21T00:18:59.196ZServices:
1392024-02-21T00:18:59.196Z restart_fmri:
1402024-02-21T00:18:59.197Z svc:/system/update-man-index:default
1412024-02-21T00:18:59.508Z
1422024-02-21T00:18:59.508ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1432024-02-21T00:19:04.556ZDownload: 337/3290 items 16.0/212.6MB 7% complete (3.5M/s)
1442024-02-21T00:19:09.558ZDownload: 992/3290 items 19.2/212.6MB 9% complete (1.9M/s)
1452024-02-21T00:19:14.688ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1462024-02-21T00:19:20.064ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (10.0M/s)
1472024-02-21T00:19:25.055ZDownload: 2880/3290 items 121.1/212.6MB 56% complete (3.7M/s)
1482024-02-21T00:19:30.224ZDownload: 3287/3290 items 209.2/212.6MB 98% complete (9.0M/s)
1492024-02-21T00:19:30.887ZDownload: Completed 212.60 MB in 31.38 seconds (6.8M/s)
1502024-02-21T00:19:33.400Z Actions: 1/3689 actions (Installing new actions)
1512024-02-21T00:19:38.511Z Actions: 3628/3689 actions (Installing new actions)
1522024-02-21T00:19:38.518Z Actions: Completed 3689 actions in 5.12 seconds.
1532024-02-21T00:19:38.698Z Done (0.173s)
1542024-02-21T00:19:38.699Z Done (0.000s)
1552024-02-21T00:19:38.916Z Done (0.220s)
1562024-02-21T00:19:44.486Z Done (5.440s)
1572024-02-21T00:19:44.649Z Done (0.086s)
1582024-02-21T00:19:44.654Z Done (0.000s)
1592024-02-21T00:19:44.810Z Done (0.000s)
1602024-02-21T00:19:45.382ZPlanning: Evaluating mediator changes ... Done
1612024-02-21T00:19:45.525ZPlanning: Checking for conflicting actions ... Done
1622024-02-21T00:19:45.550ZPlanning: Consolidating action changes ... Done
1632024-02-21T00:19:45.825ZPlanning: Evaluating mediators ... Done
1642024-02-21T00:19:45.839ZPlanning: Planning completed in 0.44 seconds
1652024-02-21T00:19:45.839Z Mediators to change: 2
1662024-02-21T00:19:45.840Z Create boot environment: No
1672024-02-21T00:19:45.840ZCreate backup boot environment: No
1682024-02-21T00:19:45.906Z Done
1692024-02-21T00:19:45.906Z Done
1702024-02-21T00:19:46.036Z Done
1712024-02-21T00:19:50.366Z Done
1722024-02-21T00:19:50.371Z Done
1732024-02-21T00:19:50.371Z Done
1742024-02-21T00:19:50.371Z Done
1752024-02-21T00:19:50.824ZPlanning: Evaluating mediator changes ... Done
1762024-02-21T00:19:50.851ZPlanning: Merging actions ... Done
1772024-02-21T00:19:51.017ZPlanning: Checking for conflicting actions ... Done
1782024-02-21T00:19:51.045ZPlanning: Consolidating action changes ... Done
1792024-02-21T00:19:51.288ZPlanning: Evaluating mediators ... Done
1802024-02-21T00:19:51.347ZPlanning: Planning completed in 0.81 seconds
1812024-02-21T00:19:51.389Z Packages to change: 1
1822024-02-21T00:19:51.389Z Mediators to change: 1
1832024-02-21T00:19:51.402Z Services to change: 1
1842024-02-21T00:19:51.402Z Create boot environment: No
1852024-02-21T00:19:51.403ZCreate backup boot environment: Yes
1862024-02-21T00:19:53.242Z Actions: 1/6 actions (Updating modified actions)
1872024-02-21T00:19:53.301Z Actions: Completed 6 actions in 0.06 seconds.
1882024-02-21T00:19:53.304Z Done
1892024-02-21T00:19:53.304Z Done
1902024-02-21T00:19:53.357Z Done
1912024-02-21T00:19:57.222Z Done
1922024-02-21T00:19:57.318Z Done
1932024-02-21T00:19:57.323Z Done
1942024-02-21T00:19:57.421Z Done
1952024-02-21T00:19:57.877ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962024-02-21T00:19:57.877Zclang system 15 system
1972024-02-21T00:19:57.877Zcsh system system illumos
1982024-02-21T00:19:57.877Zctags system system illumos
1992024-02-21T00:19:57.877Zgcc vendor 12 vendor
2002024-02-21T00:19:57.877Zgcc system 10 system
2012024-02-21T00:19:57.877Zgcc system 7 system
2022024-02-21T00:19:57.877Zgo system 1.20 system
2032024-02-21T00:19:57.877Zgo system 1.19 system
2042024-02-21T00:19:57.877Zllvm system 15 system
2052024-02-21T00:19:57.878Zllvm system 14 system
2062024-02-21T00:19:57.878Zmariadb system 10.6 system
2072024-02-21T00:19:57.878Zmta vendor vendor dma
2082024-02-21T00:19:57.878Zopenjdk system 17 system
2092024-02-21T00:19:57.878Zopenjdk system 11 system
2102024-02-21T00:19:57.878Zopenjdk system 1.8 system
2112024-02-21T00:19:57.878Zopenssl vendor 3 vendor
2122024-02-21T00:19:57.878Zperl system 5.36 system
2132024-02-21T00:19:57.878Zpostgresql system 15 system
2142024-02-21T00:19:57.878Zpostgresql system 13 system
2152024-02-21T00:19:57.878Zpython vendor 3 vendor
2162024-02-21T00:19:57.878Zpython system 2 system
2172024-02-21T00:19:57.878Zpython3 system 3.11 system
2182024-02-21T00:19:57.878Zruby system 3.0 system
2192024-02-21T00:19:57.878Zwords vendor vendor american-english
2202024-02-21T00:19:57.878Zwords system system australian-english
2212024-02-21T00:19:57.878Zwords system system british-english
2222024-02-21T00:19:57.878Zwords system system canadian-english
2232024-02-21T00:19:57.878Zwords system system french
2242024-02-21T00:19:57.878Zwords system system italian
2252024-02-21T00:19:57.878Zwords system system ngerman
2262024-02-21T00:19:57.878Zwords system system ogerman
2272024-02-21T00:19:57.878Zwords system system spanish
2282024-02-21T00:19:58.195ZFMRI IFO
2292024-02-21T00:19:58.195Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-02-21T00:19:58.195Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-02-21T00:19:58.195Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-02-21T00:19:58.195Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-02-21T00:19:58.195Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-02-21T00:19:58.195Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2352024-02-21T00:19:58.195Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-02-21T00:19:58.195Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-02-21T00:19:58.246Z+ set -o errexit
2382024-02-21T00:19:58.250Z+++ dirname ./tools/ci_download_cockroachdb
2392024-02-21T00:19:58.250Z++ cd ./tools
2402024-02-21T00:19:58.250Z++ pwd
2412024-02-21T00:19:58.255Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422024-02-21T00:19:58.255Z++ basename ./tools/ci_download_cockroachdb
2432024-02-21T00:19:58.256Z+ ARG0=ci_download_cockroachdb
2442024-02-21T00:19:58.256Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452024-02-21T00:19:58.261Z+ CIDL_VERSION=v22.1.9
2462024-02-21T00:19:58.262Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472024-02-21T00:19:58.262Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2482024-02-21T00:19:58.262Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2492024-02-21T00:19:58.262Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2502024-02-21T00:19:58.262Z+ TARGET_DIR=out
2512024-02-21T00:19:58.262Z+ DOWNLOAD_DIR=out/downloads
2522024-02-21T00:19:58.262Z+ DEST_DIR=./out/cockroachdb
2532024-02-21T00:19:58.262Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542024-02-21T00:19:58.262Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552024-02-21T00:19:58.262Z+ main
2562024-02-21T00:19:58.262Z+ [[ 0 != 0 ]]
2572024-02-21T00:19:58.262Z+ CIDL_OS=solaris2.11
2582024-02-21T00:19:58.263Z+ [[ 0 != 0 ]]
2592024-02-21T00:19:58.263Z+ configure_os solaris2.11
2602024-02-21T00:19:58.263Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612024-02-21T00:19:58.263Zcurrent directory: /work/oxidecomputer/omicron
2622024-02-21T00:19:58.263Zconfiguring based on OS: "solaris2.11"
2632024-02-21T00:19:58.263Z+ echo 'configuring based on OS: "solaris2.11"'
2642024-02-21T00:19:58.263Z+ case "$1" in
2652024-02-21T00:19:58.263Z+ CIDL_BUILD=illumos
2662024-02-21T00:19:58.263Z+ CIDL_SUFFIX=tar.gz
2672024-02-21T00:19:58.263Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-02-21T00:19:58.263Z+ CIDL_URL_BASE=https://illumos.org/downloads
2692024-02-21T00:19:58.263Z+ CIDL_ASSEMBLE=do_assemble_illumos
2702024-02-21T00:19:58.263Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2712024-02-21T00:19:58.264Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2722024-02-21T00:19:58.264Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-02-21T00:19:58.264Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2742024-02-21T00:19:58.264Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-21T00:19:58.264Z+ CIDL_SHA256FUNC=do_sha256sum
2762024-02-21T00:19:58.264Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-02-21T00:19:58.264ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-21T00:19:58.264Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-21T00:19:58.264Z+ mkdir -p out/downloads
2802024-02-21T00:19:58.264ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-21T00:19:58.264Z+ mkdir -p ./out/cockroachdb
2822024-02-21T00:19:58.264Z+ local DO_DOWNLOAD=true
2832024-02-21T00:19:58.265Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842024-02-21T00:19:58.265Z+ '[' true == true ']'
2852024-02-21T00:19:58.265Z+ echo Downloading...
2862024-02-21T00:19:58.265ZDownloading...
2872024-02-21T00:19:58.265Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-21T00:19:58.265Z+ 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
2892024-02-21T00:20:06.663Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-21T00:20:06.682Z++ sha256sum
2912024-02-21T00:20:06.682Z++ awk '{print $1}'
2922024-02-21T00:20:06.761Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2932024-02-21T00:20:06.761Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2942024-02-21T00:20:06.771Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-21T00:20:06.771Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962024-02-21T00:20:08.951Z+ do_assemble_illumos
2972024-02-21T00:20:08.951Z+ rm -r ./out/cockroachdb
2982024-02-21T00:20:08.962Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992024-02-21T00:20:09.352Z+ ./out/cockroachdb/bin/cockroach version
3002024-02-21T00:20:09.508ZBuild Tag: v22.1.9-dirty
3012024-02-21T00:20:09.508ZBuild Time: 2022/10/26 21:17:46
3022024-02-21T00:20:09.508ZDistribution: OSS
3032024-02-21T00:20:09.508ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042024-02-21T00:20:09.509ZGo Version: go1.17.13
3052024-02-21T00:20:09.509ZC Compiler: gcc 10.3.0
3062024-02-21T00:20:09.509ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072024-02-21T00:20:09.509ZBuild Type: release
3082024-02-21T00:20:09.526Z+ set -o errexit
3092024-02-21T00:20:09.544Z+++ dirname ./tools/ci_download_clickhouse
3102024-02-21T00:20:09.544Z++ cd ./tools
3112024-02-21T00:20:09.544Z++ pwd
3122024-02-21T00:20:09.544Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132024-02-21T00:20:09.545Z++ basename ./tools/ci_download_clickhouse
3142024-02-21T00:20:09.545Z+ ARG0=ci_download_clickhouse
3152024-02-21T00:20:09.545Z+ TARGET_DIR=out
3162024-02-21T00:20:09.545Z+ DOWNLOAD_DIR=out/downloads
3172024-02-21T00:20:09.545Z+ DEST_DIR=./out/clickhouse
3182024-02-21T00:20:09.546Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3192024-02-21T00:20:09.546Z+ CIDL_VERSION=v22.8.9.24
3202024-02-21T00:20:09.546Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3212024-02-21T00:20:09.546Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3222024-02-21T00:20:09.547Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3232024-02-21T00:20:09.547Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3242024-02-21T00:20:09.547Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3252024-02-21T00:20:09.547Z+ main
3262024-02-21T00:20:09.547Z+ [[ 0 != 0 ]]
3272024-02-21T00:20:09.548Z+ CIDL_OS=solaris2.11
3282024-02-21T00:20:09.548Z+ [[ 0 != 0 ]]
3292024-02-21T00:20:09.548Z+ configure_os solaris2.11
3302024-02-21T00:20:09.548Z+ echo 'current directory: /work/oxidecomputer/omicron'
3312024-02-21T00:20:09.549Zcurrent directory: /work/oxidecomputer/omicron
3322024-02-21T00:20:09.549Z+ echo 'configuring based on OS: "solaris2.11"'
3332024-02-21T00:20:09.549Z+ CIDL_DASHREV=
3342024-02-21T00:20:09.550Z+ case "$1" in
3352024-02-21T00:20:09.550Zconfiguring based on OS: "solaris2.11"
3362024-02-21T00:20:09.550Z+ CIDL_PLATFORM=illumos
3372024-02-21T00:20:09.550Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3382024-02-21T00:20:09.550Z+ CIDL_MD5FUNC=do_md5sum
3392024-02-21T00:20:09.551Z+ CIDL_DASHREV=-1
3402024-02-21T00:20:09.551Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3412024-02-21T00:20:09.551Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-21T00:20:09.551Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-21T00:20:09.551Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-21T00:20:09.551Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452024-02-21T00:20:09.551ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-21T00:20:09.551Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-21T00:20:09.551Z+ mkdir -p out/downloads
3482024-02-21T00:20:09.551ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-21T00:20:09.551Z+ mkdir -p ./out/clickhouse
3502024-02-21T00:20:09.573Z+ local DO_DOWNLOAD=true
3512024-02-21T00:20:09.574Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3522024-02-21T00:20:09.574Z+ '[' true == true ']'
3532024-02-21T00:20:09.575Z+ echo Downloading...
3542024-02-21T00:20:09.575ZDownloading...
3552024-02-21T00:20:09.576Z+ 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
3562024-02-21T00:20:09.576Z+ 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
3572024-02-21T00:20:10.848Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582024-02-21T00:20:10.867Z++ md5sum
3592024-02-21T00:20:10.867Z++ awk '{print $1}'
3602024-02-21T00:20:11.040Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3612024-02-21T00:20:11.041Z+ [[ 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 ]]
3622024-02-21T00:20:11.056Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3632024-02-21T00:20:11.056Z+ mkdir -p ./out/clickhouse
3642024-02-21T00:20:11.057Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3652024-02-21T00:20:14.149Z+ ./out/clickhouse/clickhouse server --version
3662024-02-21T00:20:14.177ZClickHouse server version 22.8.9.1.
3672024-02-21T00:20:14.191Z+ set -o errexit
3682024-02-21T00:20:14.634Z+++ dirname ./tools/ci_download_console
3692024-02-21T00:20:14.634Z++ cd ./tools
3702024-02-21T00:20:14.634Z++ pwd
3712024-02-21T00:20:14.634Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3722024-02-21T00:20:14.634Z++ basename ./tools/ci_download_console
3732024-02-21T00:20:14.634Z+ ARG0=ci_download_console
3742024-02-21T00:20:14.634Z+ TARGET_DIR=out
3752024-02-21T00:20:14.635Z+ DOWNLOAD_DIR=out/downloads
3762024-02-21T00:20:14.635Z+ DEST_DIR=./out/console-assets
3772024-02-21T00:20:14.635Z+ source /work/oxidecomputer/omicron/tools/console_version
3782024-02-21T00:20:14.635Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3792024-02-21T00:20:14.635Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3802024-02-21T00:20:14.635Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3812024-02-21T00:20:14.635Z+ TARBALL_FILE=out/downloads/console.tar.gz
3822024-02-21T00:20:14.635Z+ main
3832024-02-21T00:20:14.635Z+ [[ 0 != 0 ]]
3842024-02-21T00:20:14.635Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3852024-02-21T00:20:14.635ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3862024-02-21T00:20:14.635Z+ echo 'Local file: out/downloads/console.tar.gz'
3872024-02-21T00:20:14.635ZLocal file: out/downloads/console.tar.gz
3882024-02-21T00:20:14.635Z+ local DO_DOWNLOAD=true
3892024-02-21T00:20:14.635Z+ [[ -f out/downloads/console.tar.gz ]]
3902024-02-21T00:20:14.635Z+ mkdir -p out/downloads
3912024-02-21T00:20:14.635Z+ '[' true == true ']'
3922024-02-21T00:20:14.635Z+ echo Downloading...
3932024-02-21T00:20:14.635ZDownloading...
3942024-02-21T00:20:14.636Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3952024-02-21T00:20:14.636Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3962024-02-21T00:20:14.877Z++ do_sha256sum out/downloads/console.tar.gz
3972024-02-21T00:20:14.886Z++ case "$OSTYPE" in
3982024-02-21T00:20:14.886Z++ SHA=sha256sum
3992024-02-21T00:20:14.887Z++ sha256sum
4002024-02-21T00:20:14.887Z++ awk '{print $1}'
4012024-02-21T00:20:14.887Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4022024-02-21T00:20:14.887Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4032024-02-21T00:20:14.887Z+ rm -rf ./out/console-assets
4042024-02-21T00:20:14.914Z+ mkdir -p ./out/console-assets
4052024-02-21T00:20:14.914Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4062024-02-21T00:20:14.914Z+ mkdir -p ./out/console-assets
4072024-02-21T00:20:14.914Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4082024-02-21T00:20:14.995Z+ set -o errexit
4092024-02-21T00:20:15.015Z+++ dirname ./tools/ci_download_maghemite_openapi
4102024-02-21T00:20:15.016Z++ cd ./tools
4112024-02-21T00:20:15.016Z++ pwd
4122024-02-21T00:20:15.016Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4132024-02-21T00:20:15.016Z++ basename ./tools/ci_download_maghemite_openapi
4142024-02-21T00:20:15.016Z+ ARG0=ci_download_maghemite_openapi
4152024-02-21T00:20:15.017Z+ TARGET_DIR=out
4162024-02-21T00:20:15.017Z+ DOWNLOAD_DIR=out/downloads
4172024-02-21T00:20:15.017Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4182024-02-21T00:20:15.017Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4192024-02-21T00:20:15.017Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4202024-02-21T00:20:15.017Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4212024-02-21T00:20:15.018Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4222024-02-21T00:20:15.018Z+ main
4232024-02-21T00:20:15.018Z+ [[ 0 != 0 ]]
4242024-02-21T00:20:15.018Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4252024-02-21T00:20:15.018ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4262024-02-21T00:20:15.018Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4272024-02-21T00:20:15.019ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4282024-02-21T00:20:15.019Z+ local DO_DOWNLOAD=true
4292024-02-21T00:20:15.019Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4302024-02-21T00:20:15.019Z+ mkdir -p out/downloads
4312024-02-21T00:20:15.019Z+ '[' true == true ']'
4322024-02-21T00:20:15.020Z+ echo Downloading...
4332024-02-21T00:20:15.020ZDownloading...
4342024-02-21T00:20:15.020Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4352024-02-21T00:20:15.020Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4362024-02-21T00:20:16.007Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4372024-02-21T00:20:16.007Z++ case "$OSTYPE" in
4382024-02-21T00:20:16.019Z++ SHA=sha256sum
4392024-02-21T00:20:16.019Z++ sha256sum
4402024-02-21T00:20:16.019Z++ awk '{print $1}'
4412024-02-21T00:20:16.020Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4422024-02-21T00:20:16.020Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4432024-02-21T00:20:16.020Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4442024-02-21T00:20:16.020Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4452024-02-21T00:20:16.020Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4462024-02-21T00:20:16.021Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4472024-02-21T00:20:16.021Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4482024-02-21T00:20:16.021Z+ main
4492024-02-21T00:20:16.021Z+ [[ 0 != 0 ]]
4502024-02-21T00:20:16.022Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4512024-02-21T00:20:16.022ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4522024-02-21T00:20:16.022Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4532024-02-21T00:20:16.022Z+ local DO_DOWNLOAD=true
4542024-02-21T00:20:16.023ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4552024-02-21T00:20:16.023Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4562024-02-21T00:20:16.023Z+ mkdir -p out/downloads
4572024-02-21T00:20:16.023Z+ '[' true == true ']'
4582024-02-21T00:20:16.023Z+ echo Downloading...
4592024-02-21T00:20:16.023ZDownloading...
4602024-02-21T00:20:16.024Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4612024-02-21T00:20:16.024Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4622024-02-21T00:20:17.616Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4632024-02-21T00:20:18.183Z++ case "$OSTYPE" in
4642024-02-21T00:20:18.183Z++ SHA=sha256sum
4652024-02-21T00:20:18.183Z++ sha256sum
4662024-02-21T00:20:18.183Z++ awk '{print $1}'
4672024-02-21T00:20:18.183Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4682024-02-21T00:20:18.183Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4692024-02-21T00:20:18.183Z+ set -o errexit
4702024-02-21T00:20:18.183Z+++ dirname ./tools/ci_download_dendrite_openapi
4712024-02-21T00:20:18.183Z++ cd ./tools
4722024-02-21T00:20:18.183Z++ pwd
4732024-02-21T00:20:18.183Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4742024-02-21T00:20:18.183Z++ basename ./tools/ci_download_dendrite_openapi
4752024-02-21T00:20:18.183Z+ ARG0=ci_download_dendrite_openapi
4762024-02-21T00:20:18.184Z+ TARGET_DIR=out
4772024-02-21T00:20:18.184Z+ DOWNLOAD_DIR=out/downloads
4782024-02-21T00:20:18.184Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4792024-02-21T00:20:18.184Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4802024-02-21T00:20:18.184Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4812024-02-21T00:20:18.184Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4822024-02-21T00:20:18.184Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4832024-02-21T00:20:18.184Z+ main
4842024-02-21T00:20:18.184Z+ [[ 0 != 0 ]]
4852024-02-21T00:20:18.184Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4862024-02-21T00:20:18.184ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4872024-02-21T00:20:18.184Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4882024-02-21T00:20:18.184ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4892024-02-21T00:20:18.185Z+ local DO_DOWNLOAD=true
4902024-02-21T00:20:18.185Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4912024-02-21T00:20:18.185Z+ mkdir -p out/downloads
4922024-02-21T00:20:18.185Z+ '[' true == true ']'
4932024-02-21T00:20:18.185Z+ echo Downloading...
4942024-02-21T00:20:18.185ZDownloading...
4952024-02-21T00:20:18.185Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4962024-02-21T00:20:18.185Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4972024-02-21T00:20:19.377Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4982024-02-21T00:20:19.378Z++ case "$OSTYPE" in
4992024-02-21T00:20:19.385Z++ SHA=sha256sum
5002024-02-21T00:20:19.385Z++ sha256sum
5012024-02-21T00:20:19.385Z++ awk '{print $1}'
5022024-02-21T00:20:19.385Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5032024-02-21T00:20:19.385Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5042024-02-21T00:20:19.391Z+ set -o errexit
5052024-02-21T00:20:19.399Z+++ dirname ./tools/ci_download_dendrite_stub
5062024-02-21T00:20:19.399Z++ cd ./tools
5072024-02-21T00:20:19.399Z++ pwd
5082024-02-21T00:20:19.399Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-02-21T00:20:19.400Z++ basename ./tools/ci_download_dendrite_stub
5102024-02-21T00:20:19.400Z+ ARG0=ci_download_dendrite_stub
5112024-02-21T00:20:19.400Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5122024-02-21T00:20:19.400Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5132024-02-21T00:20:19.400Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5142024-02-21T00:20:19.400Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5152024-02-21T00:20:19.400Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5162024-02-21T00:20:19.400Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5172024-02-21T00:20:19.400Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5182024-02-21T00:20:19.400Z+ TARGET_DIR=out
5192024-02-21T00:20:19.400Z+ DOWNLOAD_DIR=out/downloads
5202024-02-21T00:20:19.401Z+ DEST_DIR=./out/dendrite-stub
5212024-02-21T00:20:19.401Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5222024-02-21T00:20:19.401Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232024-02-21T00:20:19.401Z+ REPO=oxidecomputer/dendrite
5242024-02-21T00:20:19.401Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5252024-02-21T00:20:19.401Z+ main
5262024-02-21T00:20:19.401Z+ [[ 0 != 0 ]]
5272024-02-21T00:20:19.401Z+ CIDL_OS=solaris2.11
5282024-02-21T00:20:19.401Z+ [[ 0 != 0 ]]
5292024-02-21T00:20:19.401Z+ configure_os solaris2.11
5302024-02-21T00:20:19.401Z+ echo 'current directory: /work/oxidecomputer/omicron'
5312024-02-21T00:20:19.401Zcurrent directory: /work/oxidecomputer/omicron
5322024-02-21T00:20:19.401Z+ echo 'configuring based on OS: "solaris2.11"'
5332024-02-21T00:20:19.401Zconfiguring based on OS: "solaris2.11"
5342024-02-21T00:20:19.401Z+ case "$1" in
5352024-02-21T00:20:19.401Z+ SET_BINARIES=
5362024-02-21T00:20:19.401Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5372024-02-21T00:20:19.402Z+ CIDL_SHA256FUNC=do_sha256sum
5382024-02-21T00:20:19.402Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5392024-02-21T00:20:19.402Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5402024-02-21T00:20:19.402Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5412024-02-21T00:20:19.402Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5422024-02-21T00:20:19.402ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5432024-02-21T00:20:19.402ZLocal file: out/downloads/dendrite-stub.tar.gz
5442024-02-21T00:20:19.402Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5452024-02-21T00:20:19.402Z+ mkdir -p out/downloads
5462024-02-21T00:20:19.410Z+ mkdir -p ./out/dendrite-stub
5472024-02-21T00:20:19.410Z+ fetch_and_verify
5482024-02-21T00:20:19.410Z+ local DO_DOWNLOAD=true
5492024-02-21T00:20:19.410Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5502024-02-21T00:20:19.410Z+ '[' true == true ']'
5512024-02-21T00:20:19.411Z+ echo Downloading...
5522024-02-21T00:20:19.411ZDownloading...
5532024-02-21T00:20:19.411Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5542024-02-21T00:20:19.411Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5552024-02-21T00:20:50.415Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5562024-02-21T00:20:50.841Z++ sha256sum
5572024-02-21T00:20:50.841Z++ awk '{print $1}'
5582024-02-21T00:20:50.841Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5592024-02-21T00:20:50.841Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5602024-02-21T00:20:50.841Z+ do_untar out/downloads/dendrite-stub.tar.gz
5612024-02-21T00:20:50.841Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5622024-02-21T00:20:50.857Z+ do_assemble
5632024-02-21T00:20:50.857Z+ rm -r ./out/dendrite-stub
5642024-02-21T00:20:50.857Z+ mkdir ./out/dendrite-stub
5652024-02-21T00:20:50.857Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5662024-02-21T00:20:50.857Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5672024-02-21T00:20:50.857Z+ set -o errexit
5682024-02-21T00:20:50.857Z+++ dirname ./tools/ci_download_maghemite_mgd
5692024-02-21T00:20:50.857Z++ cd ./tools
5702024-02-21T00:20:50.858Z++ pwd
5712024-02-21T00:20:50.858Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5722024-02-21T00:20:50.858Z++ basename ./tools/ci_download_maghemite_mgd
5732024-02-21T00:20:50.858Z+ ARG0=ci_download_maghemite_mgd
5742024-02-21T00:20:50.858Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5752024-02-21T00:20:50.858Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5762024-02-21T00:20:50.858Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5772024-02-21T00:20:50.858Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5782024-02-21T00:20:50.858Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5792024-02-21T00:20:50.858Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5802024-02-21T00:20:50.858Z+ TARGET_DIR=out
5812024-02-21T00:20:50.858Z+ DOWNLOAD_DIR=out/downloads
5822024-02-21T00:20:50.858Z+ DEST_DIR=./out/mgd
5832024-02-21T00:20:50.858Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5842024-02-21T00:20:50.858Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5852024-02-21T00:20:50.858Z+ REPO=oxidecomputer/maghemite
5862024-02-21T00:20:50.858Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5872024-02-21T00:20:50.858Z+ main
5882024-02-21T00:20:50.858Z+ [[ 0 != 0 ]]
5892024-02-21T00:20:50.858Z+ CIDL_OS=solaris2.11
5902024-02-21T00:20:50.858Z+ [[ 0 != 0 ]]
5912024-02-21T00:20:50.858Z+ configure_os solaris2.11
5922024-02-21T00:20:50.858Z+ echo 'current directory: /work/oxidecomputer/omicron'
5932024-02-21T00:20:50.859Z+ echo 'configuring based on OS: "solaris2.11"'
5942024-02-21T00:20:50.859Z+ case "$1" in
5952024-02-21T00:20:50.859Z+ SET_BINARIES=
5962024-02-21T00:20:50.859Zcurrent directory: /work/oxidecomputer/omicron
5972024-02-21T00:20:50.859Zconfiguring based on OS: "solaris2.11"
5982024-02-21T00:20:50.859Z+ CIDL_SHA256FUNC=do_sha256sum
5992024-02-21T00:20:50.859Z+ TARBALL_FILENAME=mgd.tar.gz
6002024-02-21T00:20:50.859Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6012024-02-21T00:20:50.859Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6022024-02-21T00:20:50.859Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6032024-02-21T00:20:50.859ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6042024-02-21T00:20:50.859Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6052024-02-21T00:20:50.859Z+ mkdir -p out/downloads
6062024-02-21T00:20:50.859ZLocal file: out/downloads/mgd.tar.gz
6072024-02-21T00:20:50.859Z+ mkdir -p ./out/mgd
6082024-02-21T00:20:50.859Z+ fetch_and_verify
6092024-02-21T00:20:50.860Z+ local DO_DOWNLOAD=true
6102024-02-21T00:20:50.860Z+ [[ -f out/downloads/mgd.tar.gz ]]
6112024-02-21T00:20:50.860Z+ '[' true == true ']'
6122024-02-21T00:20:50.860Z+ echo Downloading...
6132024-02-21T00:20:50.860ZDownloading...
6142024-02-21T00:20:50.860Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6152024-02-21T00:20:50.860Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6162024-02-21T00:21:03.071Z++ do_sha256sum out/downloads/mgd.tar.gz
6172024-02-21T00:21:03.091Z++ sha256sum
6182024-02-21T00:21:03.091Z++ awk '{print $1}'
6192024-02-21T00:21:03.126Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6202024-02-21T00:21:03.126Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6212024-02-21T00:21:03.127Z+ do_untar out/downloads/mgd.tar.gz
6222024-02-21T00:21:03.127Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6232024-02-21T00:21:03.550Z+ do_assemble
6242024-02-21T00:21:03.550Z+ rm -r ./out/mgd
6252024-02-21T00:21:03.559Z+ mkdir ./out/mgd
6262024-02-21T00:21:03.559Z+ cp -r out/downloads/root ./out/mgd/root
6272024-02-21T00:21:04.106Z+ set -o errexit
6282024-02-21T00:21:04.147Z+++ dirname ./tools/ci_download_transceiver_control
6292024-02-21T00:21:04.147Z++ cd ./tools
6302024-02-21T00:21:04.169Z++ pwd
6312024-02-21T00:21:04.170Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322024-02-21T00:21:04.170Z++ basename ./tools/ci_download_transceiver_control
6332024-02-21T00:21:04.170Z+ ARG0=ci_download_transceiver_control
6342024-02-21T00:21:04.170Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6352024-02-21T00:21:04.170Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6362024-02-21T00:21:04.170Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372024-02-21T00:21:04.170Z+ TARGET_DIR=out
6382024-02-21T00:21:04.171Z+ DOWNLOAD_DIR=out/downloads
6392024-02-21T00:21:04.171Z+ DEST_DIR=./out/transceiver-control
6402024-02-21T00:21:04.171Z+ BIN_DIR=/opt/oxide/bin
6412024-02-21T00:21:04.171Z+ BINARY=xcvradm
6422024-02-21T00:21:04.171Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432024-02-21T00:21:04.171Z+ REPO=oxidecomputer/transceiver-control
6442024-02-21T00:21:04.172Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6452024-02-21T00:21:04.172Z+ main
6462024-02-21T00:21:04.172Z+ [[ 0 != 0 ]]
6472024-02-21T00:21:04.172Z+ CIDL_OS=solaris2.11
6482024-02-21T00:21:04.172Z+ [[ 0 != 0 ]]
6492024-02-21T00:21:04.173Z+ configure_os solaris2.11
6502024-02-21T00:21:04.173Z+ echo 'current directory: /work/oxidecomputer/omicron'
6512024-02-21T00:21:04.173Zcurrent directory: /work/oxidecomputer/omicron
6522024-02-21T00:21:04.173Z+ echo 'configuring based on OS: "solaris2.11"'
6532024-02-21T00:21:04.173Z+ case "$1" in
6542024-02-21T00:21:04.173Zconfiguring based on OS: "solaris2.11"
6552024-02-21T00:21:04.174Z+ SET_BINARIES=
6562024-02-21T00:21:04.174Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572024-02-21T00:21:04.174Z+ CIDL_SHA256FUNC=do_sha256sum
6582024-02-21T00:21:04.174Z+ ARCHIVE_FILENAME=xcvradm.gz
6592024-02-21T00:21:04.174Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602024-02-21T00:21:04.175Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6612024-02-21T00:21:04.175Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6622024-02-21T00:21:04.175Z+ echo 'Local file: out/downloads/xcvradm.gz'
6632024-02-21T00:21:04.175ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642024-02-21T00:21:04.175ZLocal file: out/downloads/xcvradm.gz
6652024-02-21T00:21:04.176Z+ mkdir -p out/downloads
6662024-02-21T00:21:04.176Z+ mkdir -p ./out/transceiver-control
6672024-02-21T00:21:04.176Z+ fetch_and_verify
6682024-02-21T00:21:04.176Z+ local DO_DOWNLOAD=true
6692024-02-21T00:21:04.176Z+ [[ -f out/downloads/xcvradm.gz ]]
6702024-02-21T00:21:04.177Z+ '[' true == true ']'
6712024-02-21T00:21:04.177Z+ echo Downloading...
6722024-02-21T00:21:04.177ZDownloading...
6732024-02-21T00:21:04.177Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6742024-02-21T00:21:04.177Z+ 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
6752024-02-21T00:21:05.998Z++ do_sha256sum out/downloads/xcvradm.gz
6762024-02-21T00:21:06.008Z++ sha256sum
6772024-02-21T00:21:06.008Z++ awk '{print $1}'
6782024-02-21T00:21:06.008Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6792024-02-21T00:21:06.008Z+ [[ 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 ]]
6802024-02-21T00:21:06.008Z+ do_unpack out/downloads/xcvradm.gz
6812024-02-21T00:21:06.008Z+ mkdir -p out/downloads/root//opt/oxide/bin
6822024-02-21T00:21:06.008Z+ gzip -dc out/downloads/xcvradm.gz
6832024-02-21T00:21:06.124Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6842024-02-21T00:21:06.131Z+ do_assemble
6852024-02-21T00:21:06.131Z+ rm -r ./out/transceiver-control
6862024-02-21T00:21:06.131Z+ mkdir ./out/transceiver-control
6872024-02-21T00:21:06.131Z+ cp -r out/downloads/root ./out/transceiver-control/root
6882024-02-21T00:21:06.693ZAll prerequisites installed successfully
6892024-02-21T00:21:06.707Z
6902024-02-21T00:21:06.707Zreal 2:28.552297926
6912024-02-21T00:21:06.707Zuser 35.088261290
6922024-02-21T00:21:06.707Zsys 6.509694722
6932024-02-21T00:21:06.707Ztrap 0.008541543
6942024-02-21T00:21:06.707Ztflt 0.152432519
6952024-02-21T00:21:06.708Zdflt 0.558590564
6962024-02-21T00:21:06.708Zkflt 0.209987956
6972024-02-21T00:21:06.708Zlock 1.391264813
6982024-02-21T00:21:06.708Zslp 5:28.832211699
6992024-02-21T00:21:06.708Zlat 1.760825660
7002024-02-21T00:21:06.708Zstop 0.145180616
7012024-02-21T00:21:06.708Z+ ptime -m ./tools/ci_download_softnpu_machinery
7022024-02-21T00:21:06.709Zfetching npuzone
7032024-02-21T00:21:06.709ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7042024-02-21T00:21:06.709Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7052024-02-21T00:21:06.709ZGetting hash for npuzone
7062024-02-21T00:21:06.709Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7072024-02-21T00:21:23.763Znpuzone downloaded successfully
7082024-02-21T00:21:23.763Z
7092024-02-21T00:21:23.763Zreal 17.390185232
7102024-02-21T00:21:23.763Zuser 0.348192199
7112024-02-21T00:21:23.763Zsys 0.132749222
7122024-02-21T00:21:23.763Ztrap 0.000033914
7132024-02-21T00:21:23.763Ztflt 0.000000000
7142024-02-21T00:21:23.763Zdflt 0.000000000
7152024-02-21T00:21:23.764Zkflt 0.000000000
7162024-02-21T00:21:23.764Zlock 0.000000000
7172024-02-21T00:21:23.764Zslp 51.557462861
7182024-02-21T00:21:23.764Zlat 0.099869721
7192024-02-21T00:21:23.764Zstop 0.000180707
7202024-02-21T00:21:23.764Z+ export CARGO_INCREMENTAL=0
7212024-02-21T00:21:23.764Z+ CARGO_INCREMENTAL=0
7222024-02-21T00:21:23.764Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7232024-02-21T00:21:23.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242024-02-21T00:21:24.228Z Updating git repository `https://github.com/oxidecomputer/samael`
7252024-02-21T00:21:24.597Z Updating crates.io index
7262024-02-21T00:21:24.618Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7272024-02-21T00:21:25.366Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7282024-02-21T00:21:27.320Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7292024-02-21T00:21:27.883Z Updating git repository `http://github.com/oxidecomputer/tofino`
7302024-02-21T00:21:28.222Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7312024-02-21T00:21:28.497Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7322024-02-21T00:21:28.770Z Updating git repository `https://github.com/oxidecomputer/propolis`
7332024-02-21T00:21:29.647Z Updating git repository `https://github.com/oxidecomputer/crucible`
7342024-02-21T00:21:32.363Z Updating git repository `https://github.com/oxidecomputer/opte`
7352024-02-21T00:21:33.326Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7362024-02-21T00:21:33.691Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7372024-02-21T00:21:34.257Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7382024-02-21T00:21:34.533Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7392024-02-21T00:21:34.831Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7402024-02-21T00:21:36.341Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7412024-02-21T00:21:36.351Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7422024-02-21T00:21:36.351Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7432024-02-21T00:21:36.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7442024-02-21T00:21:36.757Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7452024-02-21T00:21:37.093Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7462024-02-21T00:21:37.529Z Updating git repository `https://github.com/jgallagher/nix`
7472024-02-21T00:21:38.572Z Updating git repository `https://github.com/cbiffle/hubpack`
7482024-02-21T00:21:38.922Z Updating git repository `https://github.com/oxidecomputer/typify`
7492024-02-21T00:21:40.239Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7502024-02-21T00:21:40.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7512024-02-21T00:21:41.303Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7522024-02-21T00:21:42.710Z Downloading crates ...
7532024-02-21T00:21:42.923Z Downloaded addr2line v0.21.0
7542024-02-21T00:21:42.934Z Downloaded instant v0.1.12
7552024-02-21T00:21:42.934Z Downloaded clang-sys v1.6.1
7562024-02-21T00:21:42.951Z Downloaded is-terminal v0.4.9
7572024-02-21T00:21:42.951Z Downloaded constant_time_eq v0.3.0
7582024-02-21T00:21:42.951Z Downloaded lazycell v1.3.0
7592024-02-21T00:21:42.951Z Downloaded chacha20 v0.9.1
7602024-02-21T00:21:42.951Z Downloaded kstat-rs v0.2.3
7612024-02-21T00:21:42.951Z Downloaded crc-catalog v2.2.0
7622024-02-21T00:21:42.962Z Downloaded anstyle v1.0.2
7632024-02-21T00:21:42.962Z Downloaded bitflags v1.3.2
7642024-02-21T00:21:42.962Z Downloaded anstyle-parse v0.2.1
7652024-02-21T00:21:42.962Z Downloaded keccak v0.1.4
7662024-02-21T00:21:42.962Z Downloaded ipnetwork v0.20.0
7672024-02-21T00:21:42.962Z Downloaded assert_matches v1.5.0
7682024-02-21T00:21:42.970Z Downloaded clap v4.5.0
7692024-02-21T00:21:42.991Z Downloaded iana-time-zone v0.1.57
7702024-02-21T00:21:42.991Z Downloaded crossbeam-epoch v0.9.15
7712024-02-21T00:21:42.991Z Downloaded linked-hash-map v0.5.6
7722024-02-21T00:21:42.992Z Downloaded arrayvec v0.7.4
7732024-02-21T00:21:43.013Z Downloaded atty v0.2.14
7742024-02-21T00:21:43.013Z Downloaded crossbeam-channel v0.5.8
7752024-02-21T00:21:43.013Z Downloaded ahash v0.8.7
7762024-02-21T00:21:43.013Z Downloaded ident_case v1.0.1
7772024-02-21T00:21:43.013Z Downloaded native-tls v0.2.11
7782024-02-21T00:21:43.013Z Downloaded async-stream-impl v0.3.5
7792024-02-21T00:21:43.013Z Downloaded async-recursion v1.0.5
7802024-02-21T00:21:43.013Z Downloaded secrecy v0.8.0
7812024-02-21T00:21:43.013Z Downloaded anstyle-query v1.0.0
7822024-02-21T00:21:43.013Z Downloaded sec1 v0.7.3
7832024-02-21T00:21:43.014Z Downloaded atomic-waker v1.1.1
7842024-02-21T00:21:43.023Z Downloaded rustls-pki-types v1.3.0
7852024-02-21T00:21:43.023Z Downloaded num_enum_derive v0.5.11
7862024-02-21T00:21:43.023Z Downloaded crunchy v0.2.2
7872024-02-21T00:21:43.023Z Downloaded serde_tokenstream v0.2.0
7882024-02-21T00:21:43.024Z Downloaded schemars_derive v0.8.16
7892024-02-21T00:21:43.024Z Downloaded serde_repr v0.1.16
7902024-02-21T00:21:43.032Z Downloaded nu-ansi-term v0.50.0
7912024-02-21T00:21:43.032Z Downloaded libsw v3.3.1
7922024-02-21T00:21:43.039Z Downloaded signal-hook-tokio v0.3.1
7932024-02-21T00:21:43.039Z Downloaded atomicwrites v0.4.3
7942024-02-21T00:21:43.040Z Downloaded autocfg v1.1.0
7952024-02-21T00:21:43.040Z Downloaded aead v0.5.2
7962024-02-21T00:21:43.052Z Downloaded signal-hook-registry v1.4.1
7972024-02-21T00:21:43.053Z Downloaded serde_urlencoded v0.7.1
7982024-02-21T00:21:43.053Z Downloaded ascii-canvas v3.0.0
7992024-02-21T00:21:43.053Z Downloaded async-stream v0.3.5
8002024-02-21T00:21:43.054Z Downloaded match_cfg v0.1.0
8012024-02-21T00:21:43.074Z Downloaded base64ct v1.6.0
8022024-02-21T00:21:43.074Z Downloaded argon2 v0.5.3
8032024-02-21T00:21:43.074Z Downloaded matches v0.1.10
8042024-02-21T00:21:43.074Z Downloaded arrayref v0.3.7
8052024-02-21T00:21:43.074Z Downloaded ansi_term v0.12.1
8062024-02-21T00:21:43.075Z Downloaded byteorder v1.5.0
8072024-02-21T00:21:43.075Z Downloaded cstr-argument v0.1.2
8082024-02-21T00:21:43.075Z Downloaded strum v0.25.0
8092024-02-21T00:21:43.075Z Downloaded humantime v2.1.0
8102024-02-21T00:21:43.090Z Downloaded colorchoice v1.0.0
8112024-02-21T00:21:43.090Z Downloaded new_debug_unreachable v1.0.4
8122024-02-21T00:21:43.090Z Downloaded buf-list v1.0.3
8132024-02-21T00:21:43.091Z Downloaded block-buffer v0.10.4
8142024-02-21T00:21:43.091Z Downloaded bit-vec v0.6.3
8152024-02-21T00:21:43.091Z Downloaded cfg-if v1.0.0
8162024-02-21T00:21:43.091Z Downloaded http-body v0.4.5
8172024-02-21T00:21:43.091Z Downloaded schemars v0.8.16
8182024-02-21T00:21:43.097Z Downloaded ciborium-io v0.2.2
8192024-02-21T00:21:43.097Z Downloaded tinyvec_macros v0.1.1
8202024-02-21T00:21:43.097Z Downloaded lru-cache v0.1.2
8212024-02-21T00:21:43.097Z Downloaded termtree v0.4.1
8222024-02-21T00:21:43.105Z Downloaded swrite v0.1.0
8232024-02-21T00:21:43.105Z Downloaded cexpr v0.6.0
8242024-02-21T00:21:43.105Z Downloaded maybe-uninit v2.0.0
8252024-02-21T00:21:43.108Z Downloaded slab v0.4.9
8262024-02-21T00:21:43.109Z Downloaded memoffset v0.7.1
8272024-02-21T00:21:43.109Z Downloaded linear-map v1.2.0
8282024-02-21T00:21:43.109Z Downloaded spin v0.5.2
8292024-02-21T00:21:43.113Z Downloaded managed v0.8.0
8302024-02-21T00:21:43.113Z Downloaded lru v0.12.1
8312024-02-21T00:21:43.118Z Downloaded nanorand v0.7.0
8322024-02-21T00:21:43.118Z Downloaded camino v1.1.6
8332024-02-21T00:21:43.122Z Downloaded cassowary v0.3.0
8342024-02-21T00:21:43.123Z Downloaded inout v0.1.3
8352024-02-21T00:21:43.123Z Downloaded base16ct v0.2.0
8362024-02-21T00:21:43.127Z Downloaded colored v2.0.4
8372024-02-21T00:21:43.127Z Downloaded rustls-pemfile v2.1.0
8382024-02-21T00:21:43.131Z Downloaded multimap v0.10.0
8392024-02-21T00:21:43.132Z Downloaded crc32fast v1.3.2
8402024-02-21T00:21:43.136Z Downloaded strum v0.26.1
8412024-02-21T00:21:43.136Z Downloaded num-traits v0.2.16
8422024-02-21T00:21:43.141Z Downloaded scroll_derive v0.12.0
8432024-02-21T00:21:43.141Z Downloaded curve25519-dalek-derive v0.1.0
8442024-02-21T00:21:43.142Z Downloaded libxml v0.3.3
8452024-02-21T00:21:43.146Z Downloaded zone_cfg_derive v0.3.0
8462024-02-21T00:21:43.146Z Downloaded cancel-safe-futures v0.1.5
8472024-02-21T00:21:43.150Z Downloaded clap_builder v4.5.0
8482024-02-21T00:21:43.156Z Downloaded foreign-types-macros v0.2.3
8492024-02-21T00:21:43.161Z Downloaded newtype-uuid v1.0.1
8502024-02-21T00:21:43.161Z Downloaded tower-service v0.3.2
8512024-02-21T00:21:43.161Z Downloaded sqlparser_derive v0.2.2
8522024-02-21T00:21:43.165Z Downloaded impl-trait-for-tuples v0.2.2
8532024-02-21T00:21:43.165Z Downloaded corncobs v0.1.3
8542024-02-21T00:21:43.169Z Downloaded funty v2.0.0
8552024-02-21T00:21:43.169Z Downloaded futures-macro v0.3.30
8562024-02-21T00:21:43.169Z Downloaded bitflags v2.4.0
8572024-02-21T00:21:43.183Z Downloaded generic-array v0.14.7
8582024-02-21T00:21:43.183Z Downloaded difflib v0.4.0
8592024-02-21T00:21:43.183Z Downloaded hyper-tls v0.5.0
8602024-02-21T00:21:43.183Z Downloaded hyper-rustls v0.24.2
8612024-02-21T00:21:43.209Z Downloaded ipnet v2.9.0
8622024-02-21T00:21:43.209Z Downloaded console v0.15.8
8632024-02-21T00:21:43.209Z Downloaded usdt-attr-macro v0.5.0
8642024-02-21T00:21:43.209Z Downloaded thiserror-no-std v2.0.2
8652024-02-21T00:21:43.209Z Downloaded tiny-keccak v2.0.2
8662024-02-21T00:21:43.225Z Downloaded structmeta v0.2.0
8672024-02-21T00:21:43.225Z Downloaded percent-encoding v2.3.1
8682024-02-21T00:21:43.225Z Downloaded strsim v0.8.0
8692024-02-21T00:21:43.225Z Downloaded ciborium v0.2.2
8702024-02-21T00:21:43.225Z Downloaded termios v0.3.3
8712024-02-21T00:21:43.225Z Downloaded structopt-derive v0.4.18
8722024-02-21T00:21:43.226Z Downloaded allocator-api2 v0.2.16
8732024-02-21T00:21:43.226Z Downloaded mime_guess v2.0.4
8742024-02-21T00:21:43.226Z Downloaded multer v3.0.0
8752024-02-21T00:21:43.226Z Downloaded want v0.3.1
8762024-02-21T00:21:43.226Z Downloaded parse-display-derive v0.9.0
8772024-02-21T00:21:43.226Z Downloaded salty v0.2.0
8782024-02-21T00:21:43.226Z Downloaded flagset v0.4.3
8792024-02-21T00:21:43.226Z Downloaded rand_chacha v0.3.1
8802024-02-21T00:21:43.227Z Downloaded dyn-clone v1.0.16
8812024-02-21T00:21:43.243Z Downloaded digest v0.10.7
8822024-02-21T00:21:43.243Z Downloaded version_check v0.9.4
8832024-02-21T00:21:43.243Z Downloaded tokio-native-tls v0.3.1
8842024-02-21T00:21:43.243Z Downloaded toolchain_find v0.2.0
8852024-02-21T00:21:43.243Z Downloaded sct v0.7.0
8862024-02-21T00:21:43.243Z Downloaded try-lock v0.2.4
8872024-02-21T00:21:43.243Z Downloaded usdt-attr-macro v0.3.5
8882024-02-21T00:21:43.244Z Downloaded waitgroup v0.1.2
8892024-02-21T00:21:43.244Z Downloaded shell-words v1.1.0
8902024-02-21T00:21:43.244Z Downloaded smallvec v1.13.1
8912024-02-21T00:21:43.244Z Downloaded blake2 v0.10.6
8922024-02-21T00:21:43.257Z Downloaded mockall_derive v0.12.0
8932024-02-21T00:21:43.257Z Downloaded log v0.4.20
8942024-02-21T00:21:43.258Z Downloaded fs-err v2.11.0
8952024-02-21T00:21:43.258Z Downloaded topological-sort v0.2.2
8962024-02-21T00:21:43.258Z Downloaded chacha20poly1305 v0.10.1
8972024-02-21T00:21:43.258Z Downloaded httparse v1.8.0
8982024-02-21T00:21:43.258Z Downloaded hmac v0.12.1
8992024-02-21T00:21:43.258Z Downloaded tokio-stream v0.1.14
9002024-02-21T00:21:43.267Z Downloaded pest_generator v2.7.6
9012024-02-21T00:21:43.267Z Downloaded rand_core v0.6.4
9022024-02-21T00:21:43.267Z Downloaded zerocopy-derive v0.7.32
9032024-02-21T00:21:43.267Z Downloaded darling_macro v0.20.3
9042024-02-21T00:21:43.267Z Downloaded semver-parser v0.10.2
9052024-02-21T00:21:43.267Z Downloaded scheduled-thread-pool v0.2.7
9062024-02-21T00:21:43.267Z Downloaded resolv-conf v0.7.0
9072024-02-21T00:21:43.275Z Downloaded quick-error v1.2.3
9082024-02-21T00:21:43.275Z Downloaded darling v0.20.3
9092024-02-21T00:21:43.276Z Downloaded subtle v2.5.0
9102024-02-21T00:21:43.276Z Downloaded futures-sink v0.3.30
9112024-02-21T00:21:43.293Z Downloaded compact_str v0.7.1
9122024-02-21T00:21:43.293Z Downloaded owo-colors v4.0.0
9132024-02-21T00:21:43.293Z Downloaded phf_shared v0.10.0
9142024-02-21T00:21:43.293Z Downloaded env_logger v0.10.0
9152024-02-21T00:21:43.300Z Downloaded serde_tokenstream v0.1.7
9162024-02-21T00:21:43.300Z Downloaded peeking_take_while v0.1.2
9172024-02-21T00:21:43.300Z Downloaded rpassword v7.3.1
9182024-02-21T00:21:43.300Z Downloaded unicase v2.7.0
9192024-02-21T00:21:43.300Z Downloaded universal-hash v0.5.1
9202024-02-21T00:21:43.300Z Downloaded predicates-core v1.0.6
9212024-02-21T00:21:43.300Z Downloaded serde-big-array v0.5.1
9222024-02-21T00:21:43.300Z Downloaded signal-hook-mio v0.2.3
9232024-02-21T00:21:43.301Z Downloaded paste v1.0.14
9242024-02-21T00:21:43.301Z Downloaded hash32 v0.3.1
9252024-02-21T00:21:43.306Z Downloaded zeroize_derive v1.4.2
9262024-02-21T00:21:43.306Z Downloaded dof v0.3.0
9272024-02-21T00:21:43.306Z Downloaded ena v0.14.2
9282024-02-21T00:21:43.306Z Downloaded serde_plain v1.0.2
9292024-02-21T00:21:43.306Z Downloaded thread_local v1.1.7
9302024-02-21T00:21:43.311Z Downloaded phf_shared v0.11.2
9312024-02-21T00:21:43.311Z Downloaded clap_derive v4.5.0
9322024-02-21T00:21:43.311Z Downloaded parking_lot_core v0.9.8
9332024-02-21T00:21:43.316Z Downloaded oso-derive v0.27.0
9342024-02-21T00:21:43.316Z Downloaded stability v0.1.1
9352024-02-21T00:21:43.316Z Downloaded fastrand v2.0.1
9362024-02-21T00:21:43.316Z Downloaded float-cmp v0.9.0
9372024-02-21T00:21:43.316Z Downloaded unicode-linebreak v0.1.5
9382024-02-21T00:21:43.335Z Downloaded smallvec v0.6.14
9392024-02-21T00:21:43.335Z Downloaded serde_spanned v0.6.5
9402024-02-21T00:21:43.335Z Downloaded toml v0.8.10
9412024-02-21T00:21:43.335Z Downloaded crc-any v2.4.3
9422024-02-21T00:21:43.335Z Downloaded postgres-protocol v0.6.6
9432024-02-21T00:21:43.335Z Downloaded structmeta v0.3.0
9442024-02-21T00:21:43.355Z Downloaded crypto-bigint v0.5.2
9452024-02-21T00:21:43.355Z Downloaded password-hash v0.5.0
9462024-02-21T00:21:43.355Z Downloaded derive_builder_macro v0.12.0
9472024-02-21T00:21:43.356Z Downloaded base64 v0.21.7
9482024-02-21T00:21:43.356Z Downloaded unicode-width v0.1.11
9492024-02-21T00:21:43.356Z Downloaded globset v0.4.13
9502024-02-21T00:21:43.370Z Downloaded pest_meta v2.7.6
9512024-02-21T00:21:43.370Z Downloaded either v1.10.0
9522024-02-21T00:21:43.370Z Downloaded pest_derive v2.7.6
9532024-02-21T00:21:43.370Z Downloaded dtrace-parser v0.2.0
9542024-02-21T00:21:43.370Z Downloaded doc-comment v0.3.3
9552024-02-21T00:21:43.370Z Downloaded num-bigint-dig v0.8.4
9562024-02-21T00:21:43.370Z Downloaded vte_generate_state_changes v0.1.1
9572024-02-21T00:21:43.370Z Downloaded pretty-hex v0.4.1
9582024-02-21T00:21:43.371Z Downloaded fixedbitset v0.4.2
9592024-02-21T00:21:43.371Z Downloaded which v4.4.0
9602024-02-21T00:21:43.371Z Downloaded stringprep v0.1.3
9612024-02-21T00:21:43.371Z Downloaded wyz v0.5.1
9622024-02-21T00:21:43.371Z Downloaded indexmap v1.9.3
9632024-02-21T00:21:43.392Z Downloaded spki v0.7.2
9642024-02-21T00:21:43.393Z Downloaded pin-project-lite v0.2.13
9652024-02-21T00:21:43.393Z Downloaded indicatif v0.17.8
9662024-02-21T00:21:43.393Z Downloaded textwrap v0.16.1
9672024-02-21T00:21:43.393Z Downloaded group v0.13.0
9682024-02-21T00:21:43.393Z Downloaded time-macros v0.2.13
9692024-02-21T00:21:43.393Z Downloaded fragile v2.0.0
9702024-02-21T00:21:43.405Z Downloaded darling_macro v0.14.4
9712024-02-21T00:21:43.405Z Downloaded http v1.0.0
9722024-02-21T00:21:43.405Z Downloaded stable_deref_trait v1.2.0
9732024-02-21T00:21:43.405Z Downloaded enum-as-inner v0.5.1
9742024-02-21T00:21:43.405Z Downloaded rtoolbox v0.0.1
9752024-02-21T00:21:43.406Z Downloaded opaque-debug v0.3.0
9762024-02-21T00:21:43.406Z Downloaded backtrace v0.3.69
9772024-02-21T00:21:43.406Z Downloaded headers-core v0.2.0
9782024-02-21T00:21:43.417Z Downloaded getrandom v0.2.10
9792024-02-21T00:21:43.417Z Downloaded ed25519 v1.5.3
9802024-02-21T00:21:43.417Z Downloaded vte v0.11.1
9812024-02-21T00:21:43.417Z Downloaded half v2.3.1
9822024-02-21T00:21:43.417Z Downloaded openssl-probe v0.1.5
9832024-02-21T00:21:43.417Z Downloaded pkg-config v0.3.27
9842024-02-21T00:21:43.455Z Downloaded rand_xorshift v0.3.0
9852024-02-21T00:21:43.456Z Downloaded packed_struct v0.10.1
9862024-02-21T00:21:43.456Z Downloaded phf v0.11.2
9872024-02-21T00:21:43.456Z Downloaded foreign-types v0.5.0
9882024-02-21T00:21:43.456Z Downloaded socket2 v0.4.9
9892024-02-21T00:21:43.456Z Downloaded take_mut v0.2.2
9902024-02-21T00:21:43.456Z Downloaded tar v0.4.40
9912024-02-21T00:21:43.456Z Downloaded num_threads v0.1.6
9922024-02-21T00:21:43.467Z Downloaded number_prefix v0.4.0
9932024-02-21T00:21:43.467Z Downloaded precomputed-hash v0.1.1
9942024-02-21T00:21:43.467Z Downloaded time-core v0.1.1
9952024-02-21T00:21:43.467Z Downloaded siphasher v0.3.11
9962024-02-21T00:21:43.467Z Downloaded num-iter v0.1.43
9972024-02-21T00:21:43.467Z Downloaded libefi-sys v0.1.0
9982024-02-21T00:21:43.467Z Downloaded snafu v0.7.5
9992024-02-21T00:21:43.467Z Downloaded usdt v0.3.5
10002024-02-21T00:21:43.467Z Downloaded ucd-trie v0.1.6
10012024-02-21T00:21:43.467Z Downloaded indexmap v2.2.3
10022024-02-21T00:21:43.467Z Downloaded toml v0.7.8
10032024-02-21T00:21:43.467Z Downloaded diesel_derives v2.1.2
10042024-02-21T00:21:43.467Z Downloaded pem-rfc7468 v0.7.0
10052024-02-21T00:21:43.467Z Downloaded flate2 v1.0.28
10062024-02-21T00:21:43.467Z Downloaded plain v0.2.3
10072024-02-21T00:21:43.479Z Downloaded equivalent v1.0.1
10082024-02-21T00:21:43.479Z Downloaded slog-async v2.8.0
10092024-02-21T00:21:43.479Z Downloaded tracing-attributes v0.1.26
10102024-02-21T00:21:43.479Z Downloaded poly1305 v0.8.0
10112024-02-21T00:21:43.479Z Downloaded crossterm v0.27.0
10122024-02-21T00:21:43.493Z Downloaded semver v0.11.0
10132024-02-21T00:21:43.493Z Downloaded maplit v1.0.2
10142024-02-21T00:21:43.493Z Downloaded serde_path_to_error v0.1.15
10152024-02-21T00:21:43.493Z Downloaded parking_lot v0.12.1
10162024-02-21T00:21:43.493Z Downloaded downcast v0.11.0
10172024-02-21T00:21:43.493Z Downloaded dof v0.1.5
10182024-02-21T00:21:43.493Z Downloaded rustc-hash v1.1.0
10192024-02-21T00:21:43.493Z Downloaded path-slash v0.1.5
10202024-02-21T00:21:43.493Z Downloaded mime v0.3.17
10212024-02-21T00:21:43.501Z Downloaded tracing-core v0.1.31
10222024-02-21T00:21:43.501Z Downloaded sha1 v0.10.6
10232024-02-21T00:21:43.501Z Downloaded serde_derive_internals v0.26.0
10242024-02-21T00:21:43.501Z Downloaded term v0.7.0
10252024-02-21T00:21:43.501Z Downloaded packed_struct_codegen v0.10.1
10262024-02-21T00:21:43.501Z Downloaded untrusted v0.9.0
10272024-02-21T00:21:43.501Z Downloaded structmeta-derive v0.3.0
10282024-02-21T00:21:43.507Z Downloaded structopt v0.3.26
10292024-02-21T00:21:43.516Z Downloaded macaddr v1.0.1
10302024-02-21T00:21:43.516Z Downloaded strip-ansi-escapes v0.2.0
10312024-02-21T00:21:43.516Z Downloaded smawk v0.3.1
10322024-02-21T00:21:43.936Z Downloaded futures v0.3.30
10332024-02-21T00:21:43.936Z Downloaded minimal-lexical v0.2.1
10342024-02-21T00:21:43.936Z Downloaded once_cell v1.19.0
10352024-02-21T00:21:43.954Z Downloaded tokio-postgres v0.7.10
10362024-02-21T00:21:43.954Z Downloaded usdt-macro v0.3.5
10372024-02-21T00:21:43.954Z Downloaded parse-size v1.0.0
10382024-02-21T00:21:43.954Z Downloaded rcgen v0.12.1
10392024-02-21T00:21:43.954Z Downloaded ff v0.13.0
10402024-02-21T00:21:43.954Z Downloaded zone v0.3.0
10412024-02-21T00:21:43.954Z Downloaded ref-cast-impl v1.0.20
10422024-02-21T00:21:43.954Z Downloaded postgres-types v0.2.6
10432024-02-21T00:21:43.954Z Downloaded serde_yaml v0.9.25
10442024-02-21T00:21:43.954Z Downloaded typenum v1.16.0
10452024-02-21T00:21:43.954Z Downloaded rand v0.8.5
10462024-02-21T00:21:43.954Z Downloaded mio v0.8.9
10472024-02-21T00:21:43.954Z Downloaded diesel_table_macro_syntax v0.1.0
10482024-02-21T00:21:43.954Z Downloaded postcard v1.0.8
10492024-02-21T00:21:43.954Z Downloaded strum_macros v0.24.3
10502024-02-21T00:21:43.954Z Downloaded getopts v0.2.21
10512024-02-21T00:21:43.954Z Downloaded rustversion v1.0.14
10522024-02-21T00:21:43.954Z Downloaded smf v0.2.2
10532024-02-21T00:21:43.955Z Downloaded tokio-macros v2.2.0
10542024-02-21T00:21:43.955Z Downloaded debug-ignore v1.0.5
10552024-02-21T00:21:43.955Z Downloaded structmeta-derive v0.2.0
10562024-02-21T00:21:43.955Z Downloaded heck v0.3.3
10572024-02-21T00:21:43.955Z Downloaded filetime v0.2.23
10582024-02-21T00:21:43.955Z Downloaded same-file v1.0.6
10592024-02-21T00:21:43.955Z Downloaded endian-type v0.1.2
10602024-02-21T00:21:43.955Z Downloaded fatfs v0.3.6
10612024-02-21T00:21:43.955Z Downloaded ron v0.8.1
10622024-02-21T00:21:43.955Z Downloaded strsim v0.10.0
10632024-02-21T00:21:43.955Z Downloaded flume v0.11.0
10642024-02-21T00:21:43.955Z Downloaded unicode_categories v0.1.1
10652024-02-21T00:21:43.955Z Downloaded unicode-bidi v0.3.13
10662024-02-21T00:21:43.955Z Downloaded signature v1.6.4
10672024-02-21T00:21:43.955Z Downloaded serde_with_macros v3.6.1
10682024-02-21T00:21:43.955Z Downloaded oso v0.27.0
10692024-02-21T00:21:43.955Z Downloaded nodrop v0.1.14
10702024-02-21T00:21:43.955Z Downloaded futures-executor v0.3.30
10712024-02-21T00:21:43.955Z Downloaded walkdir v2.4.0
10722024-02-21T00:21:43.955Z Downloaded olpc-cjson v0.1.3
10732024-02-21T00:21:43.955Z Downloaded tabled_derive v0.7.0
10742024-02-21T00:21:43.955Z Downloaded dtrace-parser v0.1.14
10752024-02-21T00:21:43.955Z Downloaded usdt v0.5.0
10762024-02-21T00:21:43.955Z Downloaded slog-bunyan v2.5.0
10772024-02-21T00:21:43.956Z Downloaded typed-path v0.7.0
10782024-02-21T00:21:43.956Z Downloaded deranged v0.3.8
10792024-02-21T00:21:43.956Z Downloaded uuid v1.7.0
10802024-02-21T00:21:43.956Z Downloaded itertools v0.10.5
10812024-02-21T00:21:43.956Z Downloaded vsss-rs v3.3.4
10822024-02-21T00:21:43.956Z Downloaded utf8parse v0.2.1
10832024-02-21T00:21:43.956Z Downloaded itertools v0.12.1
10842024-02-21T00:21:43.956Z Downloaded slog-dtrace v0.3.0
10852024-02-21T00:21:43.956Z Downloaded nom v7.1.3
10862024-02-21T00:21:43.956Z Downloaded display-error-chain v0.2.0
10872024-02-21T00:21:43.956Z Downloaded hashbrown v0.12.3
10882024-02-21T00:21:43.956Z Downloaded foreign-types-shared v0.1.1
10892024-02-21T00:21:43.957Z Downloaded r2d2 v0.8.10
10902024-02-21T00:21:43.957Z Downloaded pin-utils v0.1.0
10912024-02-21T00:21:43.957Z Downloaded data-encoding v2.4.0
10922024-02-21T00:21:43.957Z Downloaded scroll v0.12.0
10932024-02-21T00:21:43.957Z Downloaded futures-task v0.3.30
10942024-02-21T00:21:43.957Z Downloaded utf-8 v0.7.6
10952024-02-21T00:21:43.957Z Downloaded xattr v1.0.1
10962024-02-21T00:21:43.957Z Downloaded predicates v3.1.0
10972024-02-21T00:21:43.957Z Downloaded libm v0.2.7
10982024-02-21T00:21:43.957Z Downloaded pretty-hex v0.2.1
10992024-02-21T00:21:43.957Z Downloaded unarray v0.1.4
11002024-02-21T00:21:43.957Z Downloaded predicates-tree v1.0.9
11012024-02-21T00:21:43.957Z Downloaded strum_macros v0.26.1
11022024-02-21T00:21:43.958Z Downloaded serde-big-array v0.4.1
11032024-02-21T00:21:43.958Z Downloaded rustc-demangle v0.1.23
11042024-02-21T00:21:43.958Z Downloaded form_urlencoded v1.2.1
11052024-02-21T00:21:43.958Z Downloaded tokio-tungstenite v0.20.1
11062024-02-21T00:21:43.958Z Downloaded rustfmt-wrapper v0.2.0
11072024-02-21T00:21:43.958Z Downloaded zerocopy v0.6.4
11082024-02-21T00:21:43.958Z Downloaded unicode-xid v0.2.4
11092024-02-21T00:21:43.958Z Downloaded tokio-rustls v0.24.1
11102024-02-21T00:21:43.958Z Downloaded zerocopy v0.3.0
11112024-02-21T00:21:43.958Z Downloaded usdt-impl v0.3.5
11122024-02-21T00:21:43.958Z Downloaded fnv v1.0.7
11132024-02-21T00:21:43.958Z Downloaded darling v0.14.4
11142024-02-21T00:21:43.958Z Downloaded defmt v0.3.5
11152024-02-21T00:21:43.958Z Downloaded slog-stdlog v4.1.1
11162024-02-21T00:21:43.958Z Downloaded hex v0.4.3
11172024-02-21T00:21:43.958Z Downloaded proc-macro-error-attr v1.0.4
11182024-02-21T00:21:43.958Z Downloaded fd-lock v4.0.2
11192024-02-21T00:21:43.958Z Downloaded pin-project v1.1.3
11202024-02-21T00:21:43.958Z Downloaded openssl-macros v0.1.1
11212024-02-21T00:21:43.958Z Downloaded foreign-types-shared v0.3.1
11222024-02-21T00:21:43.958Z Downloaded usdt-macro v0.5.0
11232024-02-21T00:21:43.959Z Downloaded fxhash v0.2.1
11242024-02-21T00:21:43.959Z Downloaded rustc_version v0.4.0
11252024-02-21T00:21:43.959Z Downloaded futures-core v0.3.30
11262024-02-21T00:21:43.959Z Downloaded hash32 v0.2.1
11272024-02-21T00:21:43.959Z Downloaded defmt-parser v0.3.3
11282024-02-21T00:21:43.959Z Downloaded proc-macro-error v1.0.4
11292024-02-21T00:21:43.959Z Downloaded slog v2.7.0
11302024-02-21T00:21:43.959Z Downloaded hashbrown v0.13.2
11312024-02-21T00:21:43.959Z Downloaded tui-tree-widget v0.17.0
11322024-02-21T00:21:43.959Z Downloaded pem v3.0.2
11332024-02-21T00:21:43.959Z Downloaded elliptic-curve v0.13.8
11342024-02-21T00:21:43.959Z Downloaded tokio-rustls v0.25.0
11352024-02-21T00:21:44.390Z Downloaded termcolor v1.2.0
11362024-02-21T00:21:44.390Z Downloaded proc-macro-crate v1.3.1
11372024-02-21T00:21:44.391Z Downloaded synstructure v0.12.6
11382024-02-21T00:21:44.391Z Downloaded tap v1.0.1
11392024-02-21T00:21:44.391Z Downloaded prettyplease v0.2.16
11402024-02-21T00:21:44.391Z Downloaded zeroize v1.7.0
11412024-02-21T00:21:44.391Z Downloaded heck v0.4.1
11422024-02-21T00:21:44.391Z Downloaded trust-dns-server v0.22.1
11432024-02-21T00:21:44.391Z Downloaded thread-id v4.2.0
11442024-02-21T00:21:44.391Z Downloaded static_assertions v1.1.0
11452024-02-21T00:21:44.391Z Downloaded signature v2.1.0
11462024-02-21T00:21:44.391Z Downloaded socket2 v0.5.5
11472024-02-21T00:21:44.392Z Downloaded terminal_size v0.3.0
11482024-02-21T00:21:44.392Z Downloaded vec_map v0.8.2
11492024-02-21T00:21:44.392Z Downloaded hkdf v0.12.4
11502024-02-21T00:21:44.392Z Downloaded subprocess v0.2.9
11512024-02-21T00:21:44.392Z Downloaded futures-io v0.3.30
11522024-02-21T00:21:44.392Z Downloaded fd-lock v3.0.13
11532024-02-21T00:21:44.392Z Downloaded untrusted v0.7.1
11542024-02-21T00:21:44.392Z Downloaded ppv-lite86 v0.2.17
11552024-02-21T00:21:44.392Z Downloaded test-strategy v0.3.1
11562024-02-21T00:21:44.393Z Downloaded glob v0.3.1
11572024-02-21T00:21:44.393Z Downloaded heapless v0.8.0
11582024-02-21T00:21:44.393Z Downloaded dirs-next v2.0.0
11592024-02-21T00:21:44.393Z Downloaded wait-timeout v0.2.0
11602024-02-21T00:21:44.393Z Downloaded url v2.5.0
11612024-02-21T00:21:44.393Z Downloaded zip v0.6.6
11622024-02-21T00:21:44.393Z Downloaded ryu v1.0.15
11632024-02-21T00:21:44.394Z Downloaded slog-term v2.9.0
11642024-02-21T00:21:44.394Z Downloaded slog-scope v4.4.0
11652024-02-21T00:21:44.394Z Downloaded proc-macro2 v1.0.78
11662024-02-21T00:21:44.394Z Downloaded memmap2 v0.7.1
11672024-02-21T00:21:44.394Z Downloaded tinyvec v1.6.0
11682024-02-21T00:21:44.394Z Downloaded rsa v0.9.2
11692024-02-21T00:21:44.394Z Downloaded der v0.7.8
11702024-02-21T00:21:44.394Z Downloaded tough v0.16.0
11712024-02-21T00:21:44.394Z Downloaded hyper v0.14.27
11722024-02-21T00:21:44.395Z Downloaded derive_builder_core v0.12.0
11732024-02-21T00:21:44.395Z Downloaded toml v0.5.11
11742024-02-21T00:21:44.395Z Downloaded openssl-sys v0.9.96
11752024-02-21T00:21:44.395Z Downloaded blake3 v1.5.0
11762024-02-21T00:21:44.395Z Downloaded fallible-iterator v0.2.0
11772024-02-21T00:21:44.395Z Downloaded time v0.3.27
11782024-02-21T00:21:44.395Z Downloaded headers v0.3.9
11792024-02-21T00:21:44.395Z Downloaded portable-atomic v1.4.3
11802024-02-21T00:21:44.395Z Downloaded tokio-util v0.7.10
11812024-02-21T00:21:44.395Z Downloaded regex-automata v0.1.10
11822024-02-21T00:21:44.396Z Downloaded rustls-webpki v0.101.7
11832024-02-21T00:21:44.396Z Downloaded derive_more v0.99.17
11842024-02-21T00:21:44.396Z Downloaded rayon v1.8.0
11852024-02-21T00:21:44.396Z Downloaded reqwest v0.11.22
11862024-02-21T00:21:44.396Z Downloaded lalrpop v0.19.12
11872024-02-21T00:21:44.396Z Downloaded trust-dns-resolver v0.22.0
11882024-02-21T00:21:44.397Z Downloaded serde v1.0.196
11892024-02-21T00:21:44.397Z Downloaded heapless v0.7.16
11902024-02-21T00:21:44.397Z Downloaded x509-cert v0.2.4
11912024-02-21T00:21:44.397Z Downloaded futures-util v0.3.30
11922024-02-21T00:21:44.397Z Downloaded trust-dns-client v0.22.0
11932024-02-21T00:21:44.397Z Downloaded unicode-segmentation v1.10.1
11942024-02-21T00:21:44.423Z Downloaded pest v2.7.6
11952024-02-21T00:21:44.423Z Downloaded chrono v0.4.31
11962024-02-21T00:21:44.423Z Downloaded rustls-webpki v0.102.1
11972024-02-21T00:21:44.423Z Downloaded unicode-normalization v0.1.22
11982024-02-21T00:21:44.423Z Downloaded zerocopy v0.7.32
11992024-02-21T00:21:44.423Z Downloaded toml_edit v0.19.15
12002024-02-21T00:21:44.424Z Downloaded winnow v0.5.15
12012024-02-21T00:21:44.424Z Downloaded serde_json v1.0.114
12022024-02-21T00:21:44.424Z Downloaded rustyline v13.0.0
12032024-02-21T00:21:44.424Z Downloaded serde_with v3.6.1
12042024-02-21T00:21:44.424Z Downloaded reedline v0.29.0
12052024-02-21T00:21:44.424Z Downloaded winnow v0.6.1
12062024-02-21T00:21:44.424Z Downloaded idna v0.5.0
12072024-02-21T00:21:44.424Z Downloaded regress v0.8.0
12082024-02-21T00:21:44.424Z Downloaded goblin v0.8.0
12092024-02-21T00:21:44.425Z Downloaded radix_trie v0.2.1
12102024-02-21T00:21:44.425Z Downloaded webpki-roots v0.25.2
12112024-02-21T00:21:44.425Z Downloaded quick-xml v0.30.0
12122024-02-21T00:21:44.425Z Downloaded rustls v0.21.9
12132024-02-21T00:21:44.425Z Downloaded h2 v0.3.24
12142024-02-21T00:21:44.425Z Downloaded vcpkg v0.2.15
12152024-02-21T00:21:44.425Z Downloaded syn v2.0.48
12162024-02-21T00:21:44.425Z Downloaded tabled v0.15.0
12172024-02-21T00:21:44.425Z Downloaded openssl v0.10.60
12182024-02-21T00:21:44.425Z Downloaded gimli v0.28.0
12192024-02-21T00:21:44.425Z Downloaded regex-syntax v0.6.29
12202024-02-21T00:21:44.425Z Downloaded rustix v0.38.31
12212024-02-21T00:21:44.425Z Downloaded polar-core v0.27.0
12222024-02-21T00:21:44.425Z Downloaded rustls v0.22.2
12232024-02-21T00:21:44.425Z Downloaded openapiv3 v2.0.0
12242024-02-21T00:21:44.425Z Downloaded zerocopy-derive v0.2.0
12252024-02-21T00:21:44.426Z Downloaded ratatui v0.26.1
12262024-02-21T00:21:44.426Z Downloaded sled v0.34.7
12272024-02-21T00:21:44.426Z Downloaded zerocopy-derive v0.6.4
12282024-02-21T00:21:44.426Z Downloaded trust-dns-proto v0.22.0
12292024-02-21T00:21:44.426Z Downloaded regex-automata v0.4.4
12302024-02-21T00:21:44.426Z Downloaded bstr v1.6.0
12312024-02-21T00:21:44.426Z Downloaded bzip2-sys v0.1.11+1.0.8
12322024-02-21T00:21:44.426Z Downloaded regex-automata v0.3.8
12332024-02-21T00:21:44.427Z Downloaded tokio v1.36.0
12342024-02-21T00:21:44.849Z Downloaded csv v1.3.0
12352024-02-21T00:21:44.865Z Downloaded sha3 v0.10.8
12362024-02-21T00:21:44.865Z Downloaded libc v0.2.153
12372024-02-21T00:21:44.865Z Downloaded curve25519-dalek v4.1.1
12382024-02-21T00:21:44.865Z Downloaded regex-syntax v0.8.2
12392024-02-21T00:21:44.866Z Downloaded object v0.32.1
12402024-02-21T00:21:44.866Z Downloaded encoding_rs v0.8.33
12412024-02-21T00:21:44.866Z Downloaded diesel v2.1.4
12422024-02-21T00:21:44.866Z Downloaded bstr v0.2.17
12432024-02-21T00:21:44.866Z Downloaded regex v1.10.3
12442024-02-21T00:21:44.866Z Downloaded object v0.30.4
12452024-02-21T00:21:44.866Z Downloaded smoltcp v0.11.0
12462024-02-21T00:21:44.866Z Downloaded syn v1.0.109
12472024-02-21T00:21:44.866Z Downloaded petgraph v0.6.4
12482024-02-21T00:21:44.866Z Downloaded proptest v1.4.0
12492024-02-21T00:21:44.867Z Downloaded idna v0.2.3
12502024-02-21T00:21:44.867Z Downloaded smoltcp v0.9.1
12512024-02-21T00:21:44.867Z Downloaded nix v0.27.1
12522024-02-21T00:21:44.867Z Downloaded bitvec v1.0.1
12532024-02-21T00:21:44.867Z Downloaded clap v2.34.0
12542024-02-21T00:21:44.867Z Downloaded bindgen v0.69.2
12552024-02-21T00:21:44.867Z Downloaded similar v2.3.0
12562024-02-21T00:21:44.867Z Downloaded darling_core v0.14.4
12572024-02-21T00:21:44.868Z Downloaded darling_core v0.20.3
12582024-02-21T00:21:44.868Z Downloaded rayon-core v1.12.0
12592024-02-21T00:21:44.868Z Downloaded hashbrown v0.14.3
12602024-02-21T00:21:44.868Z Downloaded sqlparser v0.43.1
12612024-02-21T00:21:44.868Z Downloaded snafu-derive v0.7.5
12622024-02-21T00:21:44.868Z Downloaded ref-cast v1.0.20
12632024-02-21T00:21:44.868Z Downloaded pin-project-internal v1.1.3
12642024-02-21T00:21:44.868Z Downloaded quote v1.0.35
12652024-02-21T00:21:44.869Z Downloaded parking_lot v0.11.2
12662024-02-21T00:21:44.869Z Downloaded semver v1.0.22
12672024-02-21T00:21:44.869Z Downloaded ring v0.17.8
12682024-02-21T00:21:44.869Z Downloaded papergrid v0.11.0
12692024-02-21T00:21:44.869Z Downloaded toml_edit v0.22.6
12702024-02-21T00:21:44.869Z Downloaded aho-corasick v1.0.4
12712024-02-21T00:21:44.869Z Downloaded usdt-impl v0.5.0
12722024-02-21T00:21:44.869Z Downloaded radium v0.7.0
12732024-02-21T00:21:44.870Z Downloaded ring v0.16.20
12742024-02-21T00:21:44.958Z Downloaded yasna v0.5.2
12752024-02-21T00:21:44.971Z Downloaded rusty-fork v0.3.0
12762024-02-21T00:21:44.971Z Downloaded embedded-io v0.4.0
12772024-02-21T00:21:44.971Z Downloaded omicron-zone-package v0.11.0
12782024-02-21T00:21:44.971Z Downloaded textwrap v0.11.0
12792024-02-21T00:21:44.971Z Downloaded spin v0.9.8
12802024-02-21T00:21:44.972Z Downloaded signal-hook v0.3.17
12812024-02-21T00:21:44.972Z Downloaded toml_datetime v0.6.5
12822024-02-21T00:21:44.972Z Downloaded foreign-types v0.3.2
12832024-02-21T00:21:44.972Z Downloaded dirs-sys-next v0.1.2
12842024-02-21T00:21:44.972Z Downloaded defmt-macros v0.3.6
12852024-02-21T00:21:44.972Z Downloaded thiserror-impl v1.0.57
12862024-02-21T00:21:44.972Z Downloaded memoffset v0.9.0
12872024-02-21T00:21:44.972Z Downloaded parse-display v0.9.0
12882024-02-21T00:21:44.972Z Downloaded tracing v0.1.37
12892024-02-21T00:21:44.972Z Downloaded steno v0.4.0
12902024-02-21T00:21:44.978Z Downloaded platforms v3.0.2
12912024-02-21T00:21:44.979Z Downloaded tungstenite v0.20.1
12922024-02-21T00:21:44.979Z Downloaded unsafe-libyaml v0.2.10
12932024-02-21T00:21:44.979Z Downloaded derive_builder v0.12.0
12942024-02-21T00:21:44.988Z Downloaded bytes v1.5.0
12952024-02-21T00:21:44.988Z Downloaded thiserror-impl-no-std v2.0.2
12962024-02-21T00:21:44.989Z Downloaded whoami v1.4.1
12972024-02-21T00:21:45.011Z Downloaded parking_lot_core v0.8.6
12982024-02-21T00:21:45.011Z Downloaded tempfile v3.10.0
12992024-02-21T00:21:45.011Z Downloaded memchr v2.6.3
13002024-02-21T00:21:45.011Z Downloaded scopeguard v1.2.0
13012024-02-21T00:21:45.019Z Downloaded http v0.2.11
13022024-02-21T00:21:45.019Z Downloaded num-bigint v0.4.4
13032024-02-21T00:21:45.019Z Downloaded futures-channel v0.3.30
13042024-02-21T00:21:45.019Z Downloaded thiserror v1.0.57
13052024-02-21T00:21:45.020Z Downloaded gethostname v0.4.3
13062024-02-21T00:21:45.020Z Downloaded strum_macros v0.25.2
13072024-02-21T00:21:45.020Z Downloaded unicode-ident v1.0.12
13082024-02-21T00:21:45.020Z Downloaded derive-where v1.2.7
13092024-02-21T00:21:45.020Z Downloaded errno v0.3.8
13102024-02-21T00:21:45.020Z Downloaded supports-color v3.0.0
13112024-02-21T00:21:45.030Z Downloaded diff v0.1.13
13122024-02-21T00:21:45.030Z Downloaded miniz_oxide v0.7.1
13132024-02-21T00:21:45.030Z Downloaded pkcs8 v0.10.2
13142024-02-21T00:21:45.045Z Downloaded pkcs1 v0.7.5
13152024-02-21T00:21:45.046Z Downloaded der_derive v0.7.2
13162024-02-21T00:21:45.046Z Downloaded sqlformat v0.2.3
13172024-02-21T00:21:45.046Z Downloaded clap_lex v0.7.0
13182024-02-21T00:21:45.046Z Downloaded hyper-staticfile v0.9.5
13192024-02-21T00:21:45.046Z Downloaded arc-swap v1.6.0
13202024-02-21T00:21:45.046Z Downloaded strsim v0.11.0
13212024-02-21T00:21:45.047Z Downloaded string_cache v0.8.7
13222024-02-21T00:21:45.067Z Downloaded sha2 v0.10.8
13232024-02-21T00:21:45.067Z Downloaded rustls-pemfile v1.0.3
13242024-02-21T00:21:45.067Z Downloaded const-oid v0.9.5
13252024-02-21T00:21:45.067Z Downloaded mockall v0.12.0
13262024-02-21T00:21:45.067Z Downloaded rustc_version v0.1.7
13272024-02-21T00:21:45.067Z Downloaded lock_api v0.4.10
13282024-02-21T00:21:45.068Z Downloaded md-5 v0.10.5
13292024-02-21T00:21:45.068Z Downloaded backoff v0.4.0
13302024-02-21T00:21:45.068Z Downloaded csv-core v0.1.11
13312024-02-21T00:21:45.068Z Downloaded slog-json v2.6.1
13322024-02-21T00:21:45.078Z Downloaded slog-envlogger v2.2.0
13332024-02-21T00:21:45.079Z Downloaded serde-hex v0.1.0
13342024-02-21T00:21:45.079Z Downloaded castaway v0.2.2
13352024-02-21T00:21:45.079Z Downloaded indoc v1.0.9
13362024-02-21T00:21:45.079Z Downloaded memmap v0.7.0
13372024-02-21T00:21:45.079Z Downloaded crc v3.0.1
13382024-02-21T00:21:45.079Z Downloaded crypto-common v0.1.6
13392024-02-21T00:21:45.080Z Downloaded anyhow v1.0.75
13402024-02-21T00:21:45.080Z Downloaded shlex v1.3.0
13412024-02-21T00:21:45.080Z Downloaded libloading v0.7.4
13422024-02-21T00:21:45.080Z Downloaded bcs v0.1.6
13432024-02-21T00:21:45.080Z Downloaded hubpack_derive v0.1.1
13442024-02-21T00:21:45.081Z Downloaded httpdate v1.0.3
13452024-02-21T00:21:45.088Z Downloaded cobs v0.2.3
13462024-02-21T00:21:45.088Z Downloaded ciborium-ll v0.2.2
13472024-02-21T00:21:45.088Z Downloaded bytecount v0.6.3
13482024-02-21T00:21:45.088Z Downloaded camino-tempfile v1.1.1
13492024-02-21T00:21:45.088Z Downloaded async-trait v0.1.77
13502024-02-21T00:21:45.089Z Downloaded anstream v0.6.11
13512024-02-21T00:21:45.095Z Downloaded lalrpop-util v0.19.12
13522024-02-21T00:21:45.095Z Downloaded hostname v0.3.1
13532024-02-21T00:21:45.096Z Downloaded block-padding v0.3.3
13542024-02-21T00:21:45.096Z Downloaded highway v1.1.0
13552024-02-21T00:21:45.096Z Downloaded cipher v0.4.4
13562024-02-21T00:21:45.096Z Downloaded hubpack v0.1.2
13572024-02-21T00:21:45.096Z Downloaded lazy_static v1.4.0
13582024-02-21T00:21:45.103Z Downloaded serde_derive v1.0.196
13592024-02-21T00:21:45.103Z Downloaded crossbeam-deque v0.8.3
13602024-02-21T00:21:45.103Z Downloaded http-range v0.1.5
13612024-02-21T00:21:45.103Z Downloaded bit-set v0.5.3
13622024-02-21T00:21:45.104Z Downloaded home v0.5.5
13632024-02-21T00:21:45.104Z Downloaded bb8 v0.8.3
13642024-02-21T00:21:45.109Z Downloaded array-init v0.0.4
13652024-02-21T00:21:45.109Z Downloaded num-rational v0.4.1
13662024-02-21T00:21:45.109Z Downloaded newtype_derive v0.1.6
13672024-02-21T00:21:45.109Z Downloaded is_ci v1.2.0
13682024-02-21T00:21:45.109Z Downloaded semver v0.1.20
13692024-02-21T00:21:45.109Z Downloaded crucible-workspace-hack v0.1.0
13702024-02-21T00:21:45.109Z Downloaded num_enum v0.5.11
13712024-02-21T00:21:45.116Z Downloaded num_cpus v1.16.0
13722024-02-21T00:21:45.116Z Downloaded num-derive v0.4.0
13732024-02-21T00:21:45.127Z Downloaded num-complex v0.4.4
13742024-02-21T00:21:45.127Z Downloaded num-integer v0.1.46
13752024-02-21T00:21:45.127Z Downloaded num v0.4.1
13762024-02-21T00:21:45.127Z Downloaded adler v1.0.2
13772024-02-21T00:21:45.127Z Downloaded itoa v1.0.9
13782024-02-21T00:21:45.127Z Downloaded nibble_vec v0.1.0
13792024-02-21T00:21:45.127Z Downloaded indoc v2.0.3
13802024-02-21T00:21:45.136Z Downloaded convert_case v0.4.0
13812024-02-21T00:21:45.137Z Downloaded normalize-line-endings v0.3.0
13822024-02-21T00:21:45.137Z Downloaded crossbeam-utils v0.8.16
13832024-02-21T00:21:45.137Z Downloaded cpufeatures v0.2.12
13842024-02-21T00:21:45.137Z Downloaded cookie v0.18.0
13852024-02-21T00:21:45.143Z Downloaded cc v1.0.83
13862024-02-21T00:21:45.144Z Downloaded bitfield v0.14.0
13872024-02-21T00:21:45.144Z Downloaded bzip2 v0.4.4
13882024-02-21T00:21:45.525Z Compiling proc-macro2 v1.0.78
13892024-02-21T00:21:45.525Z Compiling unicode-ident v1.0.12
13902024-02-21T00:21:45.529Z Compiling libc v0.2.153
13912024-02-21T00:21:45.529Z Compiling serde v1.0.196
13922024-02-21T00:21:45.529Z Compiling autocfg v1.1.0
13932024-02-21T00:21:45.529Z Compiling version_check v0.9.4
13942024-02-21T00:21:45.574Z Compiling cfg-if v1.0.0
13952024-02-21T00:21:45.717Z Compiling syn v1.0.109
13962024-02-21T00:21:46.164Z Compiling once_cell v1.19.0
13972024-02-21T00:21:46.179Z Compiling byteorder v1.5.0
13982024-02-21T00:21:46.180Z Compiling memchr v2.6.3
13992024-02-21T00:21:46.219Z Compiling parking_lot_core v0.9.8
14002024-02-21T00:21:46.246Z Compiling ahash v0.8.7
14012024-02-21T00:21:46.329Z Compiling lock_api v0.4.10
14022024-02-21T00:21:47.350Z Compiling libm v0.2.7
14032024-02-21T00:21:47.363Z Compiling serde_json v1.0.114
14042024-02-21T00:21:47.363Z Compiling num-traits v0.2.16
14052024-02-21T00:21:47.363Z Compiling thiserror v1.0.57
14062024-02-21T00:21:47.364Z Compiling typenum v1.16.0
14072024-02-21T00:21:47.410Z Compiling scopeguard v1.2.0
14082024-02-21T00:21:47.548Z Compiling generic-array v0.14.7
14092024-02-21T00:21:47.570Z Compiling itoa v1.0.9
14102024-02-21T00:21:47.944Z Compiling quote v1.0.35
14112024-02-21T00:21:48.602Z Compiling log v0.4.20
14122024-02-21T00:21:48.628Z Compiling syn v2.0.48
14132024-02-21T00:21:48.628Z Compiling cc v1.0.83
14142024-02-21T00:21:48.677Z Compiling getrandom v0.2.10
14152024-02-21T00:21:48.813Z Compiling pkg-config v0.3.27
14162024-02-21T00:21:49.013Z Compiling allocator-api2 v0.2.16
14172024-02-21T00:21:49.255Z Compiling slab v0.4.9
14182024-02-21T00:21:50.106Z Compiling ryu v1.0.15
14192024-02-21T00:21:50.113Z Compiling heck v0.4.1
14202024-02-21T00:21:50.114Z Compiling pin-project-lite v0.2.13
14212024-02-21T00:21:50.114Z Compiling smallvec v1.13.1
14222024-02-21T00:21:50.114Z Compiling schemars v0.8.16
14232024-02-21T00:21:50.323Z Compiling equivalent v1.0.1
14242024-02-21T00:21:51.436Z Compiling parking_lot v0.12.1
14252024-02-21T00:21:51.474Z Compiling vcpkg v0.2.15
14262024-02-21T00:21:51.474Z Compiling ring v0.17.8
14272024-02-21T00:21:52.788Z Compiling signal-hook-registry v1.4.1
14282024-02-21T00:21:52.954Z Compiling openssl-sys v0.9.96
14292024-02-21T00:21:53.301Z Compiling rand_core v0.6.4
14302024-02-21T00:21:53.804Z Compiling mio v0.8.9
14312024-02-21T00:21:54.133Z Compiling ring v0.16.20
14322024-02-21T00:21:54.952Z Compiling socket2 v0.5.5
14332024-02-21T00:21:55.470Z Compiling num_cpus v1.16.0
14342024-02-21T00:21:55.470Z Compiling httparse v1.8.0
14352024-02-21T00:21:55.562Z Compiling ucd-trie v0.1.6
14362024-02-21T00:21:55.610Z Compiling rustix v0.38.31
14372024-02-21T00:21:55.675Z Compiling futures-core v0.3.30
14382024-02-21T00:21:56.040Z Compiling crossbeam-utils v0.8.16
14392024-02-21T00:21:56.548Z Compiling fnv v1.0.7
14402024-02-21T00:21:56.557Z Compiling semver v1.0.22
14412024-02-21T00:21:56.557Z Compiling openssl v0.10.60
14422024-02-21T00:21:56.557Z Compiling serde_derive_internals v0.26.0
14432024-02-21T00:21:56.557Z Compiling spin v0.5.2
14442024-02-21T00:21:56.786Z Compiling iana-time-zone v0.1.57
14452024-02-21T00:21:57.016Z Compiling rustls v0.21.9
14462024-02-21T00:21:57.154Z Compiling const-oid v0.9.5
14472024-02-21T00:21:57.351Z Compiling native-tls v0.2.11
14482024-02-21T00:21:57.523Z Compiling subtle v2.5.0
14492024-02-21T00:21:57.705Z Compiling unicode-xid v0.2.4
14502024-02-21T00:21:58.161Z Compiling spin v0.9.8
14512024-02-21T00:21:58.603Z Compiling synstructure v0.12.6
14522024-02-21T00:21:58.616Z Compiling memoffset v0.9.0
14532024-02-21T00:21:58.617Z Compiling futures-sink v0.3.30
14542024-02-21T00:21:58.867Z Compiling backtrace v0.3.69
14552024-02-21T00:21:59.020Z Compiling rustversion v1.0.14
14562024-02-21T00:21:59.081Z Compiling tinyvec_macros v0.1.1
14572024-02-21T00:21:59.102Z Compiling dyn-clone v1.0.16
14582024-02-21T00:21:59.166Z Compiling tinyvec v1.6.0
14592024-02-21T00:21:59.335Z Compiling futures-channel v0.3.30
14602024-02-21T00:21:59.976Z Compiling tracing-core v0.1.31
14612024-02-21T00:21:59.991Z Compiling crossbeam-epoch v0.9.15
14622024-02-21T00:21:59.991Z Compiling futures-io v0.3.30
14632024-02-21T00:22:00.017Z Compiling pin-utils v0.1.0
14642024-02-21T00:22:00.478Z Compiling winnow v0.5.15
14652024-02-21T00:22:00.478Z Compiling slog v2.7.0
14662024-02-21T00:22:00.478Z Compiling futures-task v0.3.30
14672024-02-21T00:22:00.800Z Compiling unicode-normalization v0.1.22
14682024-02-21T00:22:02.092Z Compiling serde_derive v1.0.196
14692024-02-21T00:22:02.640Z Compiling zerocopy-derive v0.7.32
14702024-02-21T00:22:02.683Z Compiling zeroize_derive v1.4.2
14712024-02-21T00:22:02.684Z Compiling thiserror-impl v1.0.57
14722024-02-21T00:22:02.684Z Compiling tokio-macros v2.2.0
14732024-02-21T00:22:02.684Z Compiling futures-macro v0.3.30
14742024-02-21T00:22:03.843Z Compiling tracing-attributes v0.1.26
14752024-02-21T00:22:03.843Z Compiling schemars_derive v0.8.16
14762024-02-21T00:22:03.843Z Compiling zeroize v1.7.0
14772024-02-21T00:22:04.650Z Compiling zerocopy v0.7.32
14782024-02-21T00:22:05.464Z Compiling pest v2.7.6
14792024-02-21T00:22:06.594Z Compiling hashbrown v0.14.3
14802024-02-21T00:22:06.903Z Compiling openssl-macros v0.1.1
14812024-02-21T00:22:07.400Z Compiling zerocopy-derive v0.2.0
14822024-02-21T00:22:07.456Z Compiling crypto-common v0.1.6
14832024-02-21T00:22:07.631Z Compiling der_derive v0.7.2
14842024-02-21T00:22:07.675Z Compiling tracing v0.1.37
14852024-02-21T00:22:08.064Z Compiling pest_meta v2.7.6
14862024-02-21T00:22:08.596Z Compiling block-buffer v0.10.4
14872024-02-21T00:22:09.013Z Compiling futures-util v0.3.30
14882024-02-21T00:22:09.014Z Compiling usdt-impl v0.3.5
14892024-02-21T00:22:09.184Z Compiling time-core v0.1.1
14902024-02-21T00:22:09.369Z Compiling pest_generator v2.7.6
14912024-02-21T00:22:10.239Z Compiling crc32fast v1.3.2
14922024-02-21T00:22:10.833Z Compiling unicode-bidi v0.3.13
14932024-02-21T00:22:11.147Z Compiling anyhow v1.0.75
14942024-02-21T00:22:12.293Z Compiling pest_derive v2.7.6
14952024-02-21T00:22:12.627Z Compiling time-macros v0.2.13
14962024-02-21T00:22:13.075Z Compiling digest v0.10.7
14972024-02-21T00:22:13.522Z Compiling scroll_derive v0.12.0
14982024-02-21T00:22:13.556Z Compiling bzip2-sys v0.1.11+1.0.8
14992024-02-21T00:22:13.760Z Compiling aho-corasick v1.0.4
15002024-02-21T00:22:14.003Z Compiling untrusted v0.9.0
15012024-02-21T00:22:14.214Z Compiling ppv-lite86 v0.2.17
15022024-02-21T00:22:14.843Z Compiling signal-hook v0.3.17
15032024-02-21T00:22:15.012Z Compiling regex-syntax v0.8.2
15042024-02-21T00:22:15.037Z Compiling async-trait v0.1.77
15052024-02-21T00:22:15.169Z Compiling rand_chacha v0.3.1
15062024-02-21T00:22:15.706Z Compiling zerocopy v0.3.0
15072024-02-21T00:22:16.126Z Compiling bytes v1.5.0
15082024-02-21T00:22:16.488Z Compiling indexmap v2.2.3
15092024-02-21T00:22:17.343Z Compiling bitflags v2.4.0
15102024-02-21T00:22:17.552Z Compiling uuid v1.7.0
15112024-02-21T00:22:17.930Z Compiling tokio v1.36.0
15122024-02-21T00:22:18.343Z Compiling chrono v0.4.31
15132024-02-21T00:22:21.303Z Compiling toml_datetime v0.6.5
15142024-02-21T00:22:21.724Z Compiling serde_spanned v0.6.5
15152024-02-21T00:22:22.633Z Compiling rustc_version v0.4.0
15162024-02-21T00:22:22.708Z Compiling toml_edit v0.19.15
15172024-02-21T00:22:23.716Z Compiling http v0.2.11
15182024-02-21T00:22:24.418Z Compiling heapless v0.7.16
15192024-02-21T00:22:24.945Z Compiling regex-automata v0.4.4
15202024-02-21T00:22:25.827Z Compiling thread-id v4.2.0
15212024-02-21T00:22:27.890Z Compiling tokio-util v0.7.10
15222024-02-21T00:22:29.443Z Compiling regex v1.10.3
15232024-02-21T00:22:29.956Z Compiling dof v0.1.5
15242024-02-21T00:22:30.818Z Compiling rand v0.8.5
15252024-02-21T00:22:32.558Z Compiling dtrace-parser v0.1.14
15262024-02-21T00:22:33.521Z Compiling strum_macros v0.25.2
15272024-02-21T00:22:33.891Z Compiling errno v0.3.8
15282024-02-21T00:22:34.033Z Compiling num-bigint v0.4.4
15292024-02-21T00:22:34.182Z Compiling base64ct v1.6.0
15302024-02-21T00:22:34.238Z Compiling foreign-types-shared v0.1.1
15312024-02-21T00:22:34.344Z Compiling percent-encoding v2.3.1
15322024-02-21T00:22:34.476Z Compiling smoltcp v0.9.1
15332024-02-21T00:22:34.793Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15342024-02-21T00:22:34.861Z Compiling untrusted v0.7.1
15352024-02-21T00:22:35.145Z Compiling pem-rfc7468 v0.7.0
15362024-02-21T00:22:35.659Z Compiling foreign-types v0.3.2
15372024-02-21T00:22:37.357Z Compiling serde_tokenstream v0.1.7
15382024-02-21T00:22:37.950Z Compiling hmac v0.12.1
15392024-02-21T00:22:38.595Z Compiling lazy_static v1.4.0
15402024-02-21T00:22:38.606Z Compiling socket2 v0.4.9
15412024-02-21T00:22:39.336Z Compiling base64 v0.21.7
15422024-02-21T00:22:39.359Z Compiling unicode-segmentation v1.10.1
15432024-02-21T00:22:39.384Z Compiling unicode-width v0.1.11
15442024-02-21T00:22:39.554Z Compiling adler v1.0.2
15452024-02-21T00:22:39.621Z Compiling siphasher v0.3.11
15462024-02-21T00:22:39.882Z Compiling try-lock v0.2.4
15472024-02-21T00:22:40.042Z Compiling flagset v0.4.3
15482024-02-21T00:22:40.069Z Compiling bitflags v1.3.2
15492024-02-21T00:22:40.136Z Compiling want v0.3.1
15502024-02-21T00:22:40.191Z Compiling miniz_oxide v0.7.1
15512024-02-21T00:22:40.255Z Compiling der v0.7.8
15522024-02-21T00:22:40.801Z Compiling sct v0.7.0
15532024-02-21T00:22:41.072Z Compiling rustls-webpki v0.101.7
15542024-02-21T00:22:41.098Z Compiling form_urlencoded v1.2.1
15552024-02-21T00:22:41.387Z Compiling h2 v0.3.24
15562024-02-21T00:22:41.586Z Compiling http-body v0.4.5
15572024-02-21T00:22:41.759Z Compiling hubpack_derive v0.1.1
15582024-02-21T00:22:42.005Z Compiling zerocopy-derive v0.6.4
15592024-02-21T00:22:43.707Z Compiling num-iter v0.1.43
15602024-02-21T00:22:43.729Z Compiling usdt-impl v0.5.0
15612024-02-21T00:22:43.985Z Compiling anstyle v1.0.2
15622024-02-21T00:22:44.008Z Compiling stable_deref_trait v1.2.0
15632024-02-21T00:22:44.041Z Compiling openssl-probe v0.1.5
15642024-02-21T00:22:44.118Z Compiling cpufeatures v0.2.12
15652024-02-21T00:22:44.677Z Compiling tower-service v0.3.2
15662024-02-21T00:22:44.686Z Compiling utf8parse v0.2.1
15672024-02-21T00:22:44.686Z Compiling httpdate v1.0.3
15682024-02-21T00:22:44.686Z Compiling anstyle-parse v0.2.1
15692024-02-21T00:22:44.883Z Compiling sha2 v0.10.8
15702024-02-21T00:22:45.034Z Compiling spki v0.7.2
15712024-02-21T00:22:47.573Z Compiling usdt-attr-macro v0.3.5
15722024-02-21T00:22:47.979Z Compiling usdt-macro v0.3.5
15732024-02-21T00:22:48.766Z Compiling hyper v0.14.27
15742024-02-21T00:22:49.280Z Compiling openapiv3 v2.0.0
15752024-02-21T00:22:49.625Z Compiling scroll v0.12.0
15762024-02-21T00:22:51.032Z Compiling md-5 v0.10.5
15772024-02-21T00:22:51.075Z Compiling idna v0.5.0
15782024-02-21T00:22:51.075Z Compiling stringprep v0.1.3
15792024-02-21T00:22:51.932Z Compiling diesel_table_macro_syntax v0.1.0
15802024-02-21T00:22:52.060Z Compiling num-integer v0.1.46
15812024-02-21T00:22:52.285Z Compiling hash32 v0.2.1
15822024-02-21T00:22:52.315Z Compiling gimli v0.28.0
15832024-02-21T00:22:52.924Z Compiling anstyle-query v1.0.0
15842024-02-21T00:22:53.179Z Compiling plain v0.2.3
15852024-02-21T00:22:54.046Z Compiling fallible-iterator v0.2.0
15862024-02-21T00:22:54.046Z Compiling colorchoice v1.0.0
15872024-02-21T00:22:54.046Z Compiling anstream v0.6.11
15882024-02-21T00:22:54.211Z Compiling postgres-protocol v0.6.6
15892024-02-21T00:22:54.423Z Compiling goblin v0.8.0
15902024-02-21T00:22:56.462Z Compiling diesel_derives v2.1.2
15912024-02-21T00:22:57.148Z Compiling addr2line v0.21.0
15922024-02-21T00:22:59.799Z Compiling url v2.5.0
15932024-02-21T00:22:59.966Z Compiling tokio-rustls v0.24.1
15942024-02-21T00:23:00.551Z Compiling tokio-native-tls v0.3.1
15952024-02-21T00:23:00.970Z Compiling terminal_size v0.3.0
15962024-02-21T00:23:00.970Z Compiling pkcs8 v0.10.2
15972024-02-21T00:23:00.970Z Compiling phf_shared v0.11.2
15982024-02-21T00:23:01.353Z Compiling serde_tokenstream v0.2.0
15992024-02-21T00:23:01.921Z Compiling block-padding v0.3.3
16002024-02-21T00:23:02.336Z Compiling enum-as-inner v0.5.1
16012024-02-21T00:23:02.391Z Compiling clap_derive v4.5.0
16022024-02-21T00:23:03.189Z Compiling serde_repr v0.1.16
16032024-02-21T00:23:04.558Z Compiling ff v0.13.0
16042024-02-21T00:23:04.655Z Compiling scheduled-thread-pool v0.2.7
16052024-02-21T00:23:04.795Z Compiling object v0.32.1
16062024-02-21T00:23:05.889Z Compiling deranged v0.3.8
16072024-02-21T00:23:07.845Z Compiling bit-vec v0.6.3
16082024-02-21T00:23:07.941Z Compiling strsim v0.11.0
16092024-02-21T00:23:08.005Z Compiling pretty-hex v0.4.1
16102024-02-21T00:23:08.210Z Compiling rustc-demangle v0.1.23
16112024-02-21T00:23:09.133Z Compiling managed v0.8.0
16122024-02-21T00:23:10.015Z Compiling ipnet v2.9.0
16132024-02-21T00:23:11.081Z Compiling clap_lex v0.7.0
16142024-02-21T00:23:11.510Z Compiling matches v0.1.10
16152024-02-21T00:23:11.510Z Compiling num_threads v0.1.6
16162024-02-21T00:23:11.510Z Compiling regex-automata v0.1.10
16172024-02-21T00:23:11.556Z Compiling base16ct v0.2.0
16182024-02-21T00:23:11.860Z Compiling bstr v0.2.17
16192024-02-21T00:23:11.876Z Compiling sec1 v0.7.3
16202024-02-21T00:23:12.452Z Compiling clap_builder v4.5.0
16212024-02-21T00:23:13.244Z Compiling time v0.3.27
16222024-02-21T00:23:13.475Z Compiling idna v0.2.3
16232024-02-21T00:23:15.053Z Compiling dof v0.3.0
16242024-02-21T00:23:15.548Z Compiling r2d2 v0.8.10
16252024-02-21T00:23:15.893Z Compiling group v0.13.0
16262024-02-21T00:23:17.015Z Compiling inout v0.1.3
16272024-02-21T00:23:17.787Z Compiling phf v0.11.2
16282024-02-21T00:23:17.995Z Compiling hyper-tls v0.5.0
16292024-02-21T00:23:18.122Z Compiling hyper-rustls v0.24.2
16302024-02-21T00:23:18.254Z Compiling signal-hook-mio v0.2.3
16312024-02-21T00:23:18.374Z Compiling bzip2 v0.4.4
16322024-02-21T00:23:18.432Z Compiling flate2 v1.0.28
16332024-02-21T00:23:18.509Z Compiling postgres-types v0.2.6
16342024-02-21T00:23:18.848Z Compiling zerocopy v0.6.4
16352024-02-21T00:23:19.337Z Compiling hubpack v0.1.2
16362024-02-21T00:23:19.374Z Compiling serde_urlencoded v0.7.1
16372024-02-21T00:23:19.860Z Compiling rustls-pemfile v1.0.3
16382024-02-21T00:23:19.868Z Compiling phf_shared v0.10.0
16392024-02-21T00:23:19.868Z Compiling hkdf v0.12.4
16402024-02-21T00:23:20.009Z Compiling ipnetwork v0.20.0
16412024-02-21T00:23:20.437Z Compiling futures-executor v0.3.30
16422024-02-21T00:23:20.551Z Compiling dtrace-parser v0.2.0
16432024-02-21T00:23:20.942Z Compiling regress v0.8.0
16442024-02-21T00:23:20.980Z Compiling crypto-bigint v0.5.2
16452024-02-21T00:23:21.053Z Compiling float-cmp v0.9.0
16462024-02-21T00:23:21.288Z Compiling encoding_rs v0.8.33
16472024-02-21T00:23:23.558Z Compiling either v1.10.0
16482024-02-21T00:23:24.017Z Compiling difflib v0.4.0
16492024-02-21T00:23:24.220Z Compiling whoami v1.4.1
16502024-02-21T00:23:25.395Z Compiling fixedbitset v0.4.2
16512024-02-21T00:23:25.826Z Compiling precomputed-hash v0.1.1
16522024-02-21T00:23:25.925Z Compiling regex-automata v0.3.8
16532024-02-21T00:23:26.511Z Compiling new_debug_unreachable v1.0.4
16542024-02-21T00:23:26.572Z Compiling predicates-core v1.0.6
16552024-02-21T00:23:26.981Z Compiling mime v0.3.17
16562024-02-21T00:23:27.074Z Compiling static_assertions v1.1.0
16572024-02-21T00:23:27.614Z Compiling minimal-lexical v0.2.1
16582024-02-21T00:23:27.645Z Compiling data-encoding v2.4.0
16592024-02-21T00:23:27.703Z Compiling webpki-roots v0.25.2
16602024-02-21T00:23:28.035Z Compiling winnow v0.6.1
16612024-02-21T00:23:28.363Z Compiling normalize-line-endings v0.3.0
16622024-02-21T00:23:28.452Z Compiling trust-dns-proto v0.22.0
16632024-02-21T00:23:28.551Z Compiling predicates v3.1.0
16642024-02-21T00:23:30.099Z Compiling reqwest v0.11.22
16652024-02-21T00:23:37.362Z Compiling toml_edit v0.22.6
16662024-02-21T00:23:37.715Z Compiling bstr v1.6.0
16672024-02-21T00:23:37.715Z Compiling nom v7.1.3
16682024-02-21T00:23:37.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16692024-02-21T00:23:38.627Z Compiling string_cache v0.8.7
16702024-02-21T00:23:39.068Z Compiling itertools v0.10.5
16712024-02-21T00:23:39.826Z Compiling petgraph v0.6.4
16722024-02-21T00:23:41.905Z Compiling tokio-postgres v0.7.10
16732024-02-21T00:23:42.135Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16742024-02-21T00:23:42.266Z Compiling elliptic-curve v0.13.8
16752024-02-21T00:23:44.910Z Compiling futures v0.3.30
16762024-02-21T00:23:45.038Z Compiling diesel v2.1.4
16772024-02-21T00:23:45.254Z Compiling yasna v0.5.2
16782024-02-21T00:23:46.145Z Compiling zip v0.6.6
16792024-02-21T00:23:46.677Z Compiling crossterm v0.27.0
16802024-02-21T00:23:46.786Z Compiling cipher v0.4.4
16812024-02-21T00:23:47.025Z Compiling clap v4.5.0
16822024-02-21T00:23:47.173Z Compiling similar v2.3.0
16832024-02-21T00:23:47.475Z Compiling bit-set v0.5.3
16842024-02-21T00:23:47.593Z Compiling usdt v0.3.5
16852024-02-21T00:23:47.903Z Compiling console v0.15.8
16862024-02-21T00:23:50.522Z Compiling strum v0.25.0
16872024-02-21T00:23:50.522Z Compiling tokio-stream v0.1.14
16882024-02-21T00:23:50.522Z Compiling toml v0.7.8
16892024-02-21T00:23:50.522Z Compiling hex v0.4.3
16902024-02-21T00:23:50.620Z Compiling proc-macro-error-attr v1.0.4
16912024-02-21T00:23:51.034Z Compiling lalrpop-util v0.19.12
16922024-02-21T00:23:55.178Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16932024-02-21T00:23:55.178Z Compiling proc-macro-crate v1.3.1
16942024-02-21T00:23:55.393Z Compiling proc-macro-error v1.0.4
16952024-02-21T00:23:55.737Z Compiling camino v1.1.6
16962024-02-21T00:23:56.178Z Compiling heapless v0.8.0
16972024-02-21T00:23:58.562Z Compiling num_enum_derive v0.5.11
16982024-02-21T00:24:07.898Z Compiling atty v0.2.14
16992024-02-21T00:24:08.480Z Compiling hash32 v0.3.1
17002024-02-21T00:24:12.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17012024-02-21T00:24:12.573Z Compiling ident_case v1.0.1
17022024-02-21T00:24:13.363Z Compiling strsim v0.10.0
17032024-02-21T00:24:13.903Z Compiling smoltcp v0.11.0
17042024-02-21T00:24:14.207Z Compiling rustls-pki-types v1.3.0
17052024-02-21T00:24:15.649Z Compiling darling_core v0.20.3
17062024-02-21T00:24:28.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072024-02-21T00:24:31.813Z Compiling num_enum v0.5.11
17082024-02-21T00:24:42.103Z Compiling dirs-sys-next v0.1.2
17092024-02-21T00:24:42.432Z Compiling embedded-io v0.4.0
17102024-02-21T00:24:42.709Z Compiling cobs v0.2.3
17112024-02-21T00:24:43.251Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17122024-02-21T00:24:43.680Z Compiling rustls v0.22.2
17132024-02-21T00:24:49.658Z Compiling postcard v1.0.8
17142024-02-21T00:24:50.552Z Compiling dirs-next v2.0.0
17152024-02-21T00:24:55.609Z Compiling darling_macro v0.20.3
17162024-02-21T00:24:56.582Z Compiling rustls-webpki v0.102.1
17172024-02-21T00:24:57.138Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17182024-02-21T00:25:01.908Z Compiling getopts v0.2.21
17192024-02-21T00:25:02.788Z Compiling structmeta-derive v0.3.0
17202024-02-21T00:25:02.813Z Compiling foreign-types-macros v0.2.3
17212024-02-21T00:25:04.122Z Compiling thread_local v1.1.7
17222024-02-21T00:25:04.332Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17232024-02-21T00:25:04.694Z Compiling multer v3.0.0
17242024-02-21T00:25:04.967Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17252024-02-21T00:25:05.674Z Compiling paste v1.0.14
17262024-02-21T00:25:05.738Z Compiling match_cfg v0.1.0
17272024-02-21T00:25:05.999Z Compiling slog-async v2.8.0
17282024-02-21T00:25:06.479Z Compiling unsafe-libyaml v0.2.10
17292024-02-21T00:25:06.502Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17302024-02-21T00:25:07.146Z Compiling foreign-types-shared v0.3.1
17312024-02-21T00:25:07.170Z Compiling rayon-core v1.12.0
17322024-02-21T00:25:08.340Z Compiling serde_yaml v0.9.25
17332024-02-21T00:25:12.108Z Compiling foreign-types v0.5.0
17342024-02-21T00:25:12.247Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17352024-02-21T00:25:13.596Z Compiling hostname v0.3.1
17362024-02-21T00:25:13.652Z Compiling structmeta v0.3.0
17372024-02-21T00:25:15.655Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17382024-02-21T00:25:20.546Z Compiling darling v0.20.3
17392024-02-21T00:25:25.699Z Compiling term v0.7.0
17402024-02-21T00:25:27.321Z Compiling slog-json v2.6.1
17412024-02-21T00:25:27.510Z Compiling crossbeam-deque v0.8.3
17422024-02-21T00:25:27.917Z Compiling is-terminal v0.4.9
17432024-02-21T00:25:28.071Z Compiling crossbeam-channel v0.5.8
17442024-02-21T00:25:30.090Z Compiling http v1.0.0
17452024-02-21T00:25:30.756Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17462024-02-21T00:25:31.222Z Compiling async-stream-impl v0.3.5
17472024-02-21T00:25:31.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17482024-02-21T00:25:32.453Z Compiling cstr-argument v0.1.2
17492024-02-21T00:25:32.535Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17502024-02-21T00:25:32.717Z Compiling atomic-waker v1.1.1
17512024-02-21T00:25:32.868Z Compiling take_mut v0.2.2
17522024-02-21T00:25:32.913Z Compiling crucible-workspace-hack v0.1.0
17532024-02-21T00:25:32.978Z Compiling fastrand v2.0.1
17542024-02-21T00:25:33.063Z Compiling pretty-hex v0.2.1
17552024-02-21T00:25:33.225Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17562024-02-21T00:25:33.290Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17572024-02-21T00:25:33.589Z Compiling tempfile v3.10.0
17582024-02-21T00:25:33.774Z Compiling waitgroup v0.1.2
17592024-02-21T00:25:34.450Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602024-02-21T00:25:34.955Z Compiling async-stream v0.3.5
17612024-02-21T00:25:35.755Z Compiling colored v2.0.4
17622024-02-21T00:25:37.129Z Compiling slog-bunyan v2.5.0
17632024-02-21T00:25:37.293Z Compiling slog-term v2.9.0
17642024-02-21T00:25:37.396Z Compiling tokio-rustls v0.25.0
17652024-02-21T00:25:38.282Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17662024-02-21T00:25:38.828Z Compiling serde_with_macros v3.6.1
17672024-02-21T00:25:40.373Z Compiling parse-display-derive v0.9.0
17682024-02-21T00:25:41.734Z Compiling toml v0.8.10
17692024-02-21T00:25:41.906Z Compiling rustls-pemfile v2.1.0
17702024-02-21T00:25:42.692Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17712024-02-21T00:25:44.254Z Compiling sha1 v0.10.6
17722024-02-21T00:25:44.573Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17732024-02-21T00:25:45.215Z Compiling textwrap v0.11.0
17742024-02-21T00:25:46.396Z Compiling heck v0.3.3
17752024-02-21T00:25:46.594Z Compiling newtype-uuid v1.0.1
17762024-02-21T00:25:46.703Z Compiling serde_path_to_error v0.1.15
17772024-02-21T00:25:46.786Z Compiling strum_macros v0.26.1
17782024-02-21T00:25:46.962Z Compiling instant v0.1.12
17792024-02-21T00:25:47.147Z Compiling strsim v0.8.0
17802024-02-21T00:25:47.631Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17812024-02-21T00:25:47.794Z Compiling debug-ignore v1.0.5
17822024-02-21T00:25:47.964Z Compiling libefi-sys v0.1.0
17832024-02-21T00:25:48.020Z Compiling ansi_term v0.12.1
17842024-02-21T00:25:48.283Z Compiling vec_map v0.8.2
17852024-02-21T00:25:48.613Z Compiling clap v2.34.0
17862024-02-21T00:25:48.950Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17872024-02-21T00:25:51.792Z Compiling strum v0.26.1
17882024-02-21T00:25:51.994Z Compiling backoff v0.4.0
17892024-02-21T00:25:52.018Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17902024-02-21T00:25:52.380Z Compiling structopt-derive v0.4.18
17912024-02-21T00:25:52.801Z Compiling parse-display v0.9.0
17922024-02-21T00:25:53.946Z Compiling serde_with v3.6.1
17932024-02-21T00:25:54.133Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17942024-02-21T00:25:54.371Z Compiling rayon v1.8.0
17952024-02-21T00:25:54.385Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17962024-02-21T00:25:55.255Z Compiling camino-tempfile v1.1.1
17972024-02-21T00:25:56.179Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17982024-02-21T00:25:56.369Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17992024-02-21T00:25:56.908Z Compiling zone_cfg_derive v0.3.0
18002024-02-21T00:25:58.349Z Compiling macaddr v1.0.1
18012024-02-21T00:25:58.842Z Compiling num-derive v0.4.0
18022024-02-21T00:25:59.547Z Compiling blake3 v1.5.0
18032024-02-21T00:25:59.750Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18042024-02-21T00:26:00.194Z Compiling portable-atomic v1.4.3
18052024-02-21T00:26:00.924Z Compiling zone v0.3.0
18062024-02-21T00:26:01.135Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18072024-02-21T00:26:01.150Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18082024-02-21T00:26:02.871Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18092024-02-21T00:26:03.469Z Compiling structopt v0.3.26
18102024-02-21T00:26:04.189Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18112024-02-21T00:26:04.615Z Compiling smf v0.2.2
18122024-02-21T00:26:05.042Z Compiling xattr v1.0.1
18132024-02-21T00:26:05.093Z Compiling memmap2 v0.7.1
18142024-02-21T00:26:05.357Z Compiling filetime v0.2.23
18152024-02-21T00:26:05.448Z Compiling same-file v1.0.6
18162024-02-21T00:26:05.675Z Compiling arrayref v0.3.7
18172024-02-21T00:26:05.727Z Compiling arrayvec v0.7.4
18182024-02-21T00:26:05.779Z Compiling constant_time_eq v0.3.0
18192024-02-21T00:26:05.785Z Compiling walkdir v2.4.0
18202024-02-21T00:26:06.367Z Compiling tar v0.4.40
18212024-02-21T00:26:07.585Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18222024-02-21T00:26:08.812Z Compiling gethostname v0.4.3
18232024-02-21T00:26:09.101Z Compiling topological-sort v0.2.2
18242024-02-21T00:26:09.742Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18252024-02-21T00:26:09.743Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18262024-02-21T00:26:14.137Z Compiling number_prefix v0.4.0
18272024-02-21T00:26:14.285Z Compiling indicatif v0.17.8
18282024-02-21T00:26:14.285Z Compiling omicron-zone-package v0.11.0
18292024-02-21T00:26:14.286Z Compiling swrite v0.1.0
18302024-02-21T00:26:19.773Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18312024-02-21T00:26:22.181Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18322024-02-21T00:26:24.472Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18332024-02-21T00:26:43.038Z Finished release [optimized] target(s) in 5m 19s
18342024-02-21T00:26:43.237Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18352024-02-21T00:26:43.294ZLogging to: /work/oxidecomputer/omicron/out/LOG
18362024-02-21T00:26:43.298ZCreated new build target 'test' and set it as active
18372024-02-21T00:26:43.299Z
18382024-02-21T00:26:43.299Zreal 5:19.581800567
18392024-02-21T00:26:43.299Zuser 34:08.897917099
18402024-02-21T00:26:43.299Zsys 3:54.802869029
18412024-02-21T00:26:43.299Ztrap 1.024732729
18422024-02-21T00:26:43.299Ztflt 4.888016639
18432024-02-21T00:26:43.300Zdflt 2.912049221
18442024-02-21T00:26:43.300Zkflt 0.059030450
18452024-02-21T00:26:43.300Zlock 1:12:45.308199984
18462024-02-21T00:26:43.300Zslp 1:37:06.243666650
18472024-02-21T00:26:43.300Zlat 2:06.137125512
18482024-02-21T00:26:43.300Zstop 3:22.694593565
18492024-02-21T00:26:43.300Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18502024-02-21T00:26:43.985Z Finished release [optimized] target(s) in 0.63s
18512024-02-21T00:26:44.010Z Running `target/release/omicron-package -t test package`
18522024-02-21T00:26:44.041ZLogging to: /work/oxidecomputer/omicron/out/LOG
18532024-02-21T00:26:44.808Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18542024-02-21T00:26:44.840Z Compiling linked-hash-map v0.5.6
18552024-02-21T00:26:44.840Z Compiling usdt-attr-macro v0.5.0
18562024-02-21T00:26:44.840Z Compiling usdt-macro v0.5.0
18572024-02-21T00:26:44.841Z Compiling memmap v0.7.0
18582024-02-21T00:26:44.876Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18592024-02-21T00:26:44.876Z Compiling password-hash v0.5.0
18602024-02-21T00:26:44.894Z Compiling blake2 v0.10.6
18612024-02-21T00:26:45.226Z Compiling lru-cache v0.1.2
18622024-02-21T00:26:45.757Z Compiling argon2 v0.5.3
18632024-02-21T00:26:45.764Z Compiling semver v0.1.20
18642024-02-21T00:26:46.040Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18652024-02-21T00:26:46.231Z Compiling rustc_version v0.1.7
18662024-02-21T00:26:46.258Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18672024-02-21T00:26:46.420Z Compiling usdt v0.5.0
18682024-02-21T00:26:46.525Z Compiling rayon-core v1.12.0
18692024-02-21T00:26:46.549Z Compiling crossbeam-deque v0.8.3
18702024-02-21T00:26:46.627Z Compiling newtype_derive v0.1.6
18712024-02-21T00:26:46.653Z Compiling fastrand v2.0.1
18722024-02-21T00:26:46.940Z Compiling quick-error v1.2.3
18732024-02-21T00:26:46.956Z Compiling same-file v1.0.6
18742024-02-21T00:26:47.050Z Compiling resolv-conf v0.7.0
18752024-02-21T00:26:47.554Z Compiling walkdir v2.4.0
18762024-02-21T00:26:47.561Z Compiling tempfile v3.10.0
18772024-02-21T00:26:47.815Z Compiling itertools v0.12.1
18782024-02-21T00:26:47.955Z Compiling camino v1.1.6
18792024-02-21T00:26:47.982Z Compiling semver-parser v0.10.2
18802024-02-21T00:26:48.446Z Compiling slog-dtrace v0.3.0
18812024-02-21T00:26:48.451Z Compiling blake3 v1.5.0
18822024-02-21T00:26:48.451Z Compiling rayon v1.8.0
18832024-02-21T00:26:49.048Z Compiling semver v0.11.0
18842024-02-21T00:26:49.198Z Compiling trust-dns-resolver v0.22.0
18852024-02-21T00:26:49.515Z Compiling nibble_vec v0.1.0
18862024-02-21T00:26:49.747Z Compiling memmap2 v0.7.1
18872024-02-21T00:26:49.768Z Compiling filetime v0.2.23
18882024-02-21T00:26:49.851Z Compiling xattr v1.0.1
18892024-02-21T00:26:50.074Z Compiling arrayvec v0.7.4
18902024-02-21T00:26:50.084Z Compiling home v0.5.5
18912024-02-21T00:26:50.183Z Compiling constant_time_eq v0.3.0
18922024-02-21T00:26:50.325Z Compiling endian-type v0.1.2
18932024-02-21T00:26:50.337Z Compiling arrayref v0.3.7
18942024-02-21T00:26:50.430Z Compiling toolchain_find v0.2.0
18952024-02-21T00:26:50.519Z Compiling tar v0.4.40
18962024-02-21T00:26:50.571Z Compiling radix_trie v0.2.1
18972024-02-21T00:26:50.943Z Compiling camino-tempfile v1.1.1
18982024-02-21T00:26:51.346Z Compiling steno v0.4.0
18992024-02-21T00:26:51.772Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19002024-02-21T00:26:52.375Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19012024-02-21T00:26:52.790Z Compiling toml v0.5.11
19022024-02-21T00:26:53.145Z Compiling derive-where v1.2.7
19032024-02-21T00:26:53.307Z Compiling num-rational v0.4.1
19042024-02-21T00:26:53.652Z Compiling radium v0.7.0
19052024-02-21T00:26:54.111Z Compiling topological-sort v0.2.2
19062024-02-21T00:26:54.310Z Compiling omicron-zone-package v0.11.0
19072024-02-21T00:26:56.122Z Compiling rustfmt-wrapper v0.2.0
19082024-02-21T00:26:56.128Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19092024-02-21T00:26:56.128Z Compiling toml v0.8.10
19102024-02-21T00:26:56.245Z Compiling cancel-safe-futures v0.1.5
19112024-02-21T00:26:56.621Z Compiling maybe-uninit v2.0.0
19122024-02-21T00:26:56.708Z Compiling tap v1.0.1
19132024-02-21T00:26:56.902Z Compiling wyz v0.5.1
19142024-02-21T00:26:57.414Z Compiling num-complex v0.4.4
19152024-02-21T00:26:57.958Z Compiling num-bigint-dig v0.8.4
19162024-02-21T00:26:58.277Z Compiling funty v2.0.0
19172024-02-21T00:26:58.791Z Compiling packed_struct v0.10.1
19182024-02-21T00:26:59.242Z Compiling crc-catalog v2.2.0
19192024-02-21T00:26:59.758Z Compiling crc v3.0.1
19202024-02-21T00:26:59.832Z Compiling bitvec v1.0.1
19212024-02-21T00:26:59.988Z Compiling num v0.4.1
19222024-02-21T00:27:00.234Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19232024-02-21T00:27:00.842Z Compiling fxhash v0.2.1
19242024-02-21T00:27:01.061Z Compiling packed_struct_codegen v0.10.1
19252024-02-21T00:27:01.256Z Compiling indexmap v1.9.3
19262024-02-21T00:27:01.357Z Compiling utf-8 v0.7.6
19272024-02-21T00:27:01.608Z Compiling nodrop v0.1.14
19282024-02-21T00:27:01.726Z Compiling array-init v0.0.4
19292024-02-21T00:27:01.754Z Compiling tungstenite v0.20.1
19302024-02-21T00:27:03.041Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19312024-02-21T00:27:03.811Z Compiling smallvec v0.6.14
19322024-02-21T00:27:04.647Z Compiling pkcs1 v0.7.5
19332024-02-21T00:27:08.153Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19342024-02-21T00:27:08.529Z Compiling signature v2.1.0
19352024-02-21T00:27:08.799Z Compiling unicase v2.7.0
19362024-02-21T00:27:09.106Z Compiling half v2.3.1
19372024-02-21T00:27:09.322Z Compiling termcolor v1.2.0
19382024-02-21T00:27:09.937Z Compiling bitfield v0.14.0
19392024-02-21T00:27:10.300Z Compiling ciborium-io v0.2.2
19402024-02-21T00:27:10.826Z Compiling hashbrown v0.12.3
19412024-02-21T00:27:10.833Z Compiling ciborium-ll v0.2.2
19422024-02-21T00:27:11.241Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19432024-02-21T00:27:12.495Z Compiling env_logger v0.10.0
19442024-02-21T00:27:12.885Z Compiling rsa v0.9.2
19452024-02-21T00:27:16.488Z Compiling serde-hex v0.1.0
19462024-02-21T00:27:16.889Z Compiling tokio-tungstenite v0.20.1
19472024-02-21T00:27:17.480Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19482024-02-21T00:27:17.826Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19492024-02-21T00:27:18.284Z Compiling x509-cert v0.2.4
19502024-02-21T00:27:18.525Z Compiling ron v0.8.1
19512024-02-21T00:27:21.984Z Compiling hashbrown v0.13.2
19522024-02-21T00:27:23.437Z Compiling display-error-chain v0.2.0
19532024-02-21T00:27:23.594Z Compiling arc-swap v1.6.0
19542024-02-21T00:27:24.409Z Compiling crc-any v2.4.3
19552024-02-21T00:27:25.241Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19562024-02-21T00:27:30.030Z Compiling slog-scope v4.4.0
19572024-02-21T00:27:30.030Z Compiling object v0.30.4
19582024-02-21T00:27:31.953Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19592024-02-21T00:27:32.500Z Compiling ciborium v0.2.2
19602024-02-21T00:27:33.758Z Compiling libsw v3.3.1
19612024-02-21T00:27:34.091Z Compiling path-slash v0.1.5
19622024-02-21T00:27:34.318Z Compiling parking_lot_core v0.8.6
19632024-02-21T00:27:34.557Z Compiling owo-colors v4.0.0
19642024-02-21T00:27:34.763Z Compiling linear-map v1.2.0
19652024-02-21T00:27:35.218Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19662024-02-21T00:27:37.975Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19672024-02-21T00:27:40.384Z Compiling slog-stdlog v4.1.1
19682024-02-21T00:27:41.531Z Compiling dirs-sys-next v0.1.2
19692024-02-21T00:27:42.058Z Compiling convert_case v0.4.0
19702024-02-21T00:27:42.235Z Compiling glob v0.3.1
19712024-02-21T00:27:42.861Z Compiling crunchy v0.2.2
19722024-02-21T00:27:43.096Z Compiling clang-sys v1.6.1
19732024-02-21T00:27:43.380Z Compiling derive_more v0.99.17
19742024-02-21T00:27:45.029Z Compiling dirs-next v2.0.0
19752024-02-21T00:27:45.034Z Compiling slog-envlogger v2.2.0
19762024-02-21T00:27:45.769Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19772024-02-21T00:27:46.878Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19782024-02-21T00:27:46.913Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19792024-02-21T00:27:48.755Z Compiling prettyplease v0.2.16
19802024-02-21T00:27:49.067Z Compiling platforms v3.0.2
19812024-02-21T00:27:49.436Z Compiling tiny-keccak v2.0.2
19822024-02-21T00:27:50.232Z Compiling parking_lot v0.11.2
19832024-02-21T00:27:50.897Z Compiling mime_guess v2.0.4
19842024-02-21T00:27:52.111Z Compiling term v0.7.0
19852024-02-21T00:27:52.388Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19862024-02-21T00:27:53.653Z Compiling trust-dns-client v0.22.0
19872024-02-21T00:27:53.831Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19882024-02-21T00:27:55.727Z Compiling darling_core v0.14.4
19892024-02-21T00:27:59.851Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19902024-02-21T00:28:01.286Z Compiling pem v3.0.2
19912024-02-21T00:28:02.933Z Compiling darling_macro v0.14.4
19922024-02-21T00:28:03.843Z Compiling trust-dns-server v0.22.1
19932024-02-21T00:28:04.855Z Compiling ascii-canvas v3.0.0
19942024-02-21T00:28:05.353Z Compiling sled v0.34.7
19952024-02-21T00:28:06.195Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19962024-02-21T00:28:09.672Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19972024-02-21T00:28:10.004Z Compiling is-terminal v0.4.9
19982024-02-21T00:28:10.054Z Compiling ena v0.14.2
19992024-02-21T00:28:10.478Z Compiling vte_generate_state_changes v0.1.1
20002024-02-21T00:28:11.114Z Compiling libloading v0.7.4
20012024-02-21T00:28:11.491Z Compiling bindgen v0.69.2
20022024-02-21T00:28:11.789Z Compiling regex-syntax v0.6.29
20032024-02-21T00:28:11.999Z Compiling diff v0.1.13
20042024-02-21T00:28:17.741Z Compiling lalrpop v0.19.12
20052024-02-21T00:28:22.006Z Compiling vte v0.11.1
20062024-02-21T00:28:22.856Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20072024-02-21T00:28:24.463Z Compiling curve25519-dalek v4.1.1
20082024-02-21T00:28:26.850Z Compiling darling v0.14.4
20092024-02-21T00:28:27.168Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20102024-02-21T00:28:29.769Z Compiling cexpr v0.6.0
20112024-02-21T00:28:31.321Z Compiling which v4.4.0
20122024-02-21T00:28:31.866Z Compiling kstat-rs v0.2.3
20132024-02-21T00:28:33.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20142024-02-21T00:28:33.902Z Compiling memoffset v0.7.1
20152024-02-21T00:28:34.252Z Compiling buf-list v1.0.3
20162024-02-21T00:28:34.835Z Compiling lazycell v1.3.0
20172024-02-21T00:28:35.016Z Compiling peeking_take_while v0.1.2
20182024-02-21T00:28:35.163Z Compiling shlex v1.3.0
20192024-02-21T00:28:35.562Z Compiling doc-comment v0.3.3
20202024-02-21T00:28:36.092Z Compiling bytecount v0.6.3
20212024-02-21T00:28:36.412Z Compiling rustc-hash v1.1.0
20222024-02-21T00:28:36.569Z Compiling keccak v0.1.4
20232024-02-21T00:28:37.514Z Compiling sha3 v0.10.8
20242024-02-21T00:28:38.415Z Compiling papergrid v0.11.0
20252024-02-21T00:28:42.119Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20262024-02-21T00:28:42.340Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20272024-02-21T00:28:43.493Z Compiling derive_builder_core v0.12.0
20282024-02-21T00:28:45.731Z Compiling strip-ansi-escapes v0.2.0
20292024-02-21T00:28:46.478Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20302024-02-21T00:28:47.408Z Compiling polar-core v0.27.0
20312024-02-21T00:28:48.902Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20322024-02-21T00:28:51.445Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20332024-02-21T00:28:52.487Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20342024-02-21T00:28:52.607Z Compiling tabled_derive v0.7.0
20352024-02-21T00:28:52.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20362024-02-21T00:28:53.303Z Compiling fd-lock v3.0.13
20372024-02-21T00:28:53.312Z Compiling fd-lock v4.0.2
20382024-02-21T00:28:53.342Z Compiling headers-core v0.2.0
20392024-02-21T00:28:53.517Z Compiling universal-hash v0.5.1
20402024-02-21T00:28:53.748Z Compiling nix v0.27.1
20412024-02-21T00:28:54.682Z Compiling secrecy v0.8.0
20422024-02-21T00:28:54.947Z Compiling libxml v0.3.3
20432024-02-21T00:28:54.988Z Compiling sqlparser_derive v0.2.2
20442024-02-21T00:28:55.346Z Compiling curve25519-dalek-derive v0.1.0
20452024-02-21T00:28:56.071Z Compiling thiserror-impl-no-std v2.0.2
20462024-02-21T00:28:56.786Z Compiling pin-project-internal v1.1.3
20472024-02-21T00:28:56.954Z Compiling unicode_categories v0.1.1
20482024-02-21T00:28:57.320Z Compiling nu-ansi-term v0.50.0
20492024-02-21T00:28:58.101Z Compiling opaque-debug v0.3.0
20502024-02-21T00:28:58.189Z Compiling ref-cast v1.0.20
20512024-02-21T00:28:58.796Z Compiling poly1305 v0.8.0
20522024-02-21T00:28:58.955Z Compiling thiserror-no-std v2.0.2
20532024-02-21T00:28:58.988Z Compiling rustyline v13.0.0
20542024-02-21T00:28:59.480Z Compiling reedline v0.29.0
20552024-02-21T00:28:59.480Z Compiling sqlformat v0.2.3
20562024-02-21T00:28:59.681Z Compiling pin-project v1.1.3
20572024-02-21T00:29:00.500Z Compiling sqlparser v0.43.1
20582024-02-21T00:29:00.699Z Compiling tabled v0.15.0
20592024-02-21T00:29:08.036Z Compiling headers v0.3.9
20602024-02-21T00:29:08.202Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20612024-02-21T00:29:09.907Z Compiling derive_builder_macro v0.12.0
20622024-02-21T00:29:12.451Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20632024-02-21T00:29:12.740Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20642024-02-21T00:29:13.094Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20652024-02-21T00:29:13.396Z Compiling chacha20 v0.9.1
20662024-02-21T00:29:13.863Z Compiling aead v0.5.2
20672024-02-21T00:29:14.201Z Compiling strum_macros v0.24.3
20682024-02-21T00:29:17.755Z Compiling bcs v0.1.6
20692024-02-21T00:29:18.708Z Compiling snafu-derive v0.7.5
20702024-02-21T00:29:21.488Z Compiling ref-cast-impl v1.0.20
20712024-02-21T00:29:22.571Z Compiling cookie v0.18.0
20722024-02-21T00:29:22.698Z Compiling fs-err v2.11.0
20732024-02-21T00:29:22.904Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20742024-02-21T00:29:23.039Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20752024-02-21T00:29:23.671Z Compiling signature v1.6.4
20762024-02-21T00:29:23.676Z Compiling salty v0.2.0
20772024-02-21T00:29:23.676Z Compiling highway v1.1.0
20782024-02-21T00:29:23.814Z Compiling indoc v1.0.9
20792024-02-21T00:29:23.857Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20802024-02-21T00:29:24.211Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20812024-02-21T00:29:24.269Z Compiling snafu v0.7.5
20822024-02-21T00:29:24.930Z Compiling ed25519 v1.5.3
20832024-02-21T00:29:25.697Z Compiling chacha20poly1305 v0.10.1
20842024-02-21T00:29:25.770Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20852024-02-21T00:29:25.857Z Compiling derive_builder v0.12.0
20862024-02-21T00:29:26.090Z Compiling vsss-rs v3.3.4
20872024-02-21T00:29:31.266Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20882024-02-21T00:29:32.011Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20892024-02-21T00:29:33.311Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20902024-02-21T00:29:34.099Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20912024-02-21T00:29:34.112Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20922024-02-21T00:29:34.126Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20932024-02-21T00:29:35.556Z Compiling globset v0.4.13
20942024-02-21T00:29:37.422Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20952024-02-21T00:29:39.520Z Compiling olpc-cjson v0.1.3
20962024-02-21T00:29:40.112Z Compiling bb8 v0.8.3
20972024-02-21T00:29:40.343Z Compiling quick-xml v0.30.0
20982024-02-21T00:29:40.393Z Compiling serde_plain v1.0.2
20992024-02-21T00:29:40.687Z Compiling serde-big-array v0.5.1
21002024-02-21T00:29:40.928Z Compiling async-recursion v1.0.5
21012024-02-21T00:29:40.932Z Compiling impl-trait-for-tuples v0.2.2
21022024-02-21T00:29:41.948Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21032024-02-21T00:29:42.809Z Compiling oso-derive v0.27.0
21042024-02-21T00:29:43.699Z Compiling typed-path v0.7.0
21052024-02-21T00:29:43.845Z Compiling http-range v0.1.5
21062024-02-21T00:29:44.456Z Compiling maplit v1.0.2
21072024-02-21T00:29:44.553Z Compiling hyper-staticfile v0.9.5
21082024-02-21T00:29:46.648Z Compiling tough v0.16.0
21092024-02-21T00:29:48.102Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21102024-02-21T00:29:51.214Z Compiling oso v0.27.0
21112024-02-21T00:29:51.291Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21122024-02-21T00:29:56.224Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21132024-02-21T00:29:57.428Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21142024-02-21T00:30:32.174Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21152024-02-21T00:30:32.419Z Compiling signal-hook-tokio v0.3.1
21162024-02-21T00:30:32.419Z Compiling serde-big-array v0.4.1
21172024-02-21T00:30:32.419Z Compiling parse-size v1.0.0
21182024-02-21T00:30:32.419Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21192024-02-21T00:30:32.419Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21202024-02-21T00:30:32.419Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21212024-02-21T00:30:32.419Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21222024-02-21T00:30:32.419Z Compiling castaway v0.2.2
21232024-02-21T00:30:32.855Z Compiling corncobs v0.1.3
21242024-02-21T00:30:32.855Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21252024-02-21T00:30:32.855Z Compiling compact_str v0.7.1
21262024-02-21T00:30:32.855Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21272024-02-21T00:30:37.277Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21282024-02-21T00:30:40.333Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21292024-02-21T00:30:40.792Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21302024-02-21T00:30:41.113Z Compiling lru v0.12.1
21312024-02-21T00:30:41.450Z Compiling stability v0.1.1
21322024-02-21T00:30:42.444Z Compiling indoc v2.0.3
21332024-02-21T00:30:43.488Z Compiling cassowary v0.3.0
21342024-02-21T00:30:45.661Z Compiling ratatui v0.26.1
21352024-02-21T00:30:46.440Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21362024-02-21T00:30:48.317Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21372024-02-21T00:30:55.872Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21382024-02-21T00:30:56.122Z Compiling rcgen v0.12.1
21392024-02-21T00:31:02.663Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21402024-02-21T00:31:05.489Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21412024-02-21T00:31:05.824Z Compiling atomicwrites v0.4.3
21422024-02-21T00:31:06.380Z Compiling subprocess v0.2.9
21432024-02-21T00:31:07.635Z Compiling unicode-linebreak v0.1.5
21442024-02-21T00:31:08.201Z Compiling smawk v0.3.1
21452024-02-21T00:31:08.446Z Compiling textwrap v0.16.1
21462024-02-21T00:31:12.020Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21472024-02-21T00:31:12.554Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21482024-02-21T00:31:22.084Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21492024-02-21T00:31:22.420Z Compiling fatfs v0.3.6
21502024-02-21T00:31:25.858Z Compiling nanorand v0.7.0
21512024-02-21T00:31:27.060Z Compiling rtoolbox v0.0.1
21522024-02-21T00:31:27.098Z Compiling humantime v2.1.0
21532024-02-21T00:31:28.036Z Compiling is_ci v1.2.0
21542024-02-21T00:31:28.316Z Compiling assert_matches v1.5.0
21552024-02-21T00:31:28.422Z Compiling supports-color v3.0.0
21562024-02-21T00:31:29.139Z Compiling rpassword v7.3.1
21572024-02-21T00:31:29.581Z Compiling flume v0.11.0
21582024-02-21T00:31:29.708Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21592024-02-21T00:31:30.383Z Compiling tui-tree-widget v0.17.0
21602024-02-21T00:31:30.784Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21612024-02-21T00:31:38.709Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21622024-02-21T00:31:39.044Z Compiling csv-core v0.1.11
21632024-02-21T00:31:40.120Z Compiling shell-words v1.1.0
21642024-02-21T00:31:40.314Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21652024-02-21T00:31:40.562Z Compiling csv v1.3.0
21662024-02-21T00:31:43.004Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21672024-02-21T00:32:28.603Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21682024-02-21T00:32:40.202Z Compiling multimap v0.10.0
21692024-02-21T00:34:03.894Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21702024-02-21T00:34:12.719Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21712024-02-21T00:34:13.919Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21722024-02-21T00:40:28.523Z Finished release [optimized] target(s) in 13m 44s
21732024-02-21T00:41:33.196Z
21742024-02-21T00:41:33.201Zreal 14:49.782375103
21752024-02-21T00:41:33.201Zuser 1:42:45.996949610
21762024-02-21T00:41:33.201Zsys 4:27.052885747
21772024-02-21T00:41:33.201Ztrap 2.481378437
21782024-02-21T00:41:33.201Ztflt 1.755400385
21792024-02-21T00:41:33.201Zdflt 2.272193522
21802024-02-21T00:41:33.201Zkflt 0.001675386
21812024-02-21T00:41:33.201Zlock 6:31:22.794201349
21822024-02-21T00:41:33.201Zslp 4:04:11.594373629
21832024-02-21T00:41:33.201Zlat 2:15.495422122
21842024-02-21T00:41:33.201Zstop 54.305624954
21852024-02-21T00:41:33.201Z+ 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/*)
21862024-02-21T00:41:33.201Z+ pfexec mkdir -p /work
21872024-02-21T00:41:33.209Z+ pfexec chown build /work
21882024-02-21T00:41:33.209Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
21892024-02-21T00:41:43.315ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21902024-02-21T00:41:43.315Za out/mg-ddm-gz.tar 67684K
21912024-02-21T00:41:43.315Za out/omicron-sled-agent.tar 120134K
21922024-02-21T00:41:43.315Za out/oxlog.tar 8357K
21932024-02-21T00:41:43.315Za out/target/test 1K
21942024-02-21T00:41:43.315Za out/npuzone/npuzone 36313K
21952024-02-21T00:41:43.315Za package-manifest.toml 24K
21962024-02-21T00:41:43.315Za smf/sled-agent/non-gimlet/config.toml 4K
21972024-02-21T00:41:43.315Za target/release/omicron-package 44815K
21982024-02-21T00:41:43.315Za tools/create_virtual_hardware.sh 4K
21992024-02-21T00:41:43.315Za tools/virtual_hardware.sh 4K
22002024-02-21T00:41:43.315Za tools/scrimlet/create-softnpu-zone.sh 1K
22012024-02-21T00:41:43.315Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22022024-02-21T00:41:43.316Za tools/scrimlet/softnpu-init.sh 3K
22032024-02-21T00:41:43.316Za tools/scrimlet/softnpu-zone.txt 1K
22042024-02-21T00:41:43.316Za tools/scrimlet/softnpu.toml 1K
22052024-02-21T00:41:43.336Z
22062024-02-21T00:41:43.336Zreal 10.108249272
22072024-02-21T00:41:43.336Zuser 9.762011112
22082024-02-21T00:41:43.336Zsys 0.705090880
22092024-02-21T00:41:43.336Ztrap 0.002007557
22102024-02-21T00:41:43.336Ztflt 0.000000000
22112024-02-21T00:41:43.336Zdflt 0.000000000
22122024-02-21T00:41:43.336Zkflt 0.000000000
22132024-02-21T00:41:43.336Zlock 0.000000000
22142024-02-21T00:41:43.336Zslp 9.515635835
22152024-02-21T00:41:43.336Zlat 0.228767284
22162024-02-21T00:41:43.336Zstop 0.000182924
22172024-02-21T00:41:43.336Z++ pwd
22182024-02-21T00:41:43.336Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22192024-02-21T00:41:43.336Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22202024-02-21T00:41:43.336Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22212024-02-21T00:41:44.031Z Finished release [optimized] target(s) in 0.65s
22222024-02-21T00:41:44.050Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22232024-02-21T00:41:44.078ZLogging to: /work/oxidecomputer/omicron/out/LOG
22242024-02-21T00:41:44.086ZCreated new build target 'host' and set it as active
22252024-02-21T00:41:44.086Z
22262024-02-21T00:41:44.086Zreal 0.754258972
22272024-02-21T00:41:44.086Zuser 0.512847368
22282024-02-21T00:41:44.086Zsys 0.241803571
22292024-02-21T00:41:44.086Ztrap 0.000048875
22302024-02-21T00:41:44.086Ztflt 0.000000000
22312024-02-21T00:41:44.086Zdflt 0.000026677
22322024-02-21T00:41:44.086Zkflt 0.000000000
22332024-02-21T00:41:44.086Zlock 0.024126865
22342024-02-21T00:41:44.086Zslp 0.013606684
22352024-02-21T00:41:44.086Zlat 0.000894874
22362024-02-21T00:41:44.087Zstop 0.000154273
22372024-02-21T00:41:44.087Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22382024-02-21T00:41:44.749Z Finished release [optimized] target(s) in 0.61s
22392024-02-21T00:41:44.791Z Running `target/release/omicron-package -t host package`
22402024-02-21T00:41:44.803ZLogging to: /work/oxidecomputer/omicron/out/LOG
22412024-02-21T00:41:45.518Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22422024-02-21T00:41:59.892Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22432024-02-21T00:43:12.423Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22442024-02-21T00:44:42.036Z Finished release [optimized] target(s) in 2m 57s
22452024-02-21T00:45:24.317Z
22462024-02-21T00:45:24.322Zreal 3:40.201177312
22472024-02-21T00:45:24.322Zuser 18:44.926309526
22482024-02-21T00:45:24.322Zsys 46.439527149
22492024-02-21T00:45:24.322Ztrap 0.376947302
22502024-02-21T00:45:24.323Ztflt 0.261646329
22512024-02-21T00:45:24.323Zdflt 5.090509883
22522024-02-21T00:45:24.323Zkflt 0.023574869
22532024-02-21T00:45:24.323Zlock 1:16:56.441903365
22542024-02-21T00:45:24.323Zslp 19:36.248909297
22552024-02-21T00:45:24.323Zlat 10.537685216
22562024-02-21T00:45:24.323Zstop 3.288516554
22572024-02-21T00:45:24.323Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22582024-02-21T00:45:24.323Z+ for package in "$@"
22592024-02-21T00:45:24.323Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22602024-02-21T00:45:24.323Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git8ba348d1d3b
22612024-02-21T00:45:25.030Z Finished release [optimized] target(s) in 0.65s
22622024-02-21T00:45:25.052Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git8ba348d1d3b`
22632024-02-21T00:45:25.084ZLogging to: /work/oxidecomputer/omicron/out/LOG
22642024-02-21T00:45:25.275ZCreated: out/versioned/omicron-sled-agent.tar
22652024-02-21T00:45:25.280Z+ for package in "$@"
22662024-02-21T00:45:25.280Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22672024-02-21T00:45:25.280Z+ echo 0.0.0
22682024-02-21T00:45:25.280Z+ tar rvf out/mg-ddm-gz.tar VERSION
22692024-02-21T00:45:25.284Za VERSION 1K
22702024-02-21T00:45:25.284Z+ rm VERSION
22712024-02-21T00:45:25.284Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b
22722024-02-21T00:45:25.989Z Finished release [optimized] target(s) in 0.65s
22732024-02-21T00:45:26.013Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b`
22742024-02-21T00:45:26.456ZLogging to: /work/oxidecomputer/omicron/out/LOG
22752024-02-21T00:45:26.461ZCreated: out/versioned/mg-ddm-gz.tar
22762024-02-21T00:45:26.461Z+ for package in "$@"
22772024-02-21T00:45:26.461Z+ [[ propolis-server == mg-ddm-gz ]]
22782024-02-21T00:45:26.461Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git8ba348d1d3b
22792024-02-21T00:45:26.876Z Finished release [optimized] target(s) in 0.63s
22802024-02-21T00:45:26.899Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git8ba348d1d3b`
22812024-02-21T00:45:26.941ZLogging to: /work/oxidecomputer/omicron/out/LOG
22822024-02-21T00:45:27.993ZCreated: out/versioned/propolis-server.tar.gz
22832024-02-21T00:45:28.010Z+ for package in "$@"
22842024-02-21T00:45:28.010Z+ [[ overlay == mg-ddm-gz ]]
22852024-02-21T00:45:28.010Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git8ba348d1d3b
22862024-02-21T00:45:28.672Z Finished release [optimized] target(s) in 0.62s
22872024-02-21T00:45:28.703Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git8ba348d1d3b`
22882024-02-21T00:45:28.729ZLogging to: /work/oxidecomputer/omicron/out/LOG
22892024-02-21T00:45:28.749ZCreated: out/versioned/overlay.tar.gz
22902024-02-21T00:45:28.749Z+ for package in "$@"
22912024-02-21T00:45:28.749Z+ [[ oxlog == mg-ddm-gz ]]
22922024-02-21T00:45:28.749Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git8ba348d1d3b
22932024-02-21T00:45:29.434Z Finished release [optimized] target(s) in 0.65s
22942024-02-21T00:45:29.459Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git8ba348d1d3b`
22952024-02-21T00:45:29.494ZLogging to: /work/oxidecomputer/omicron/out/LOG
22962024-02-21T00:45:29.519ZCreated: out/versioned/oxlog.tar
22972024-02-21T00:45:29.524Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22982024-02-21T00:45:29.533Z+++ dirname -- ./tools/build-global-zone-packages.sh
22992024-02-21T00:45:29.538Z++ cd -- ./tools
23002024-02-21T00:45:29.538Z++ pwd
23012024-02-21T00:45:29.538Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23022024-02-21T00:45:29.538Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23032024-02-21T00:45:29.570Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23042024-02-21T00:45:29.570Z++ readlink -f /work
23052024-02-21T00:45:29.570Z+ out_dir=/work
23062024-02-21T00:45:29.570Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23072024-02-21T00:45:29.570Z+ for dep in "${deps[@]}"
23082024-02-21T00:45:29.571Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23092024-02-21T00:45:29.571Z+ for dep in "${deps[@]}"
23102024-02-21T00:45:29.572Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23112024-02-21T00:45:29.572Z+ for dep in "${deps[@]}"
23122024-02-21T00:45:29.572Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23132024-02-21T00:45:29.572Z+ for dep in "${deps[@]}"
23142024-02-21T00:45:29.573Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23152024-02-21T00:45:29.573Z+ for dep in "${deps[@]}"
23162024-02-21T00:45:29.573Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23172024-02-21T00:45:29.573Z++ mktemp -d
23182024-02-21T00:45:29.573Z+ tmp_gz=/tmp/tmp.wMa4Rh
23192024-02-21T00:45:29.574Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23202024-02-21T00:45:29.574Z+ echo '{"v":"1","t":"layer"}'
23212024-02-21T00:45:29.574Z+ pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent
23222024-02-21T00:45:29.574Z+ mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent
23232024-02-21T00:45:29.574Z+ cd /tmp/tmp.wMa4Rh/root/opt/oxide/sled-agent
23242024-02-21T00:45:29.574Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23252024-02-21T00:45:29.636Zx ., 0 bytes, 0 tape blocks
23262024-02-21T00:45:29.636Zx zone-bundle, 41929624 bytes, 81894 tape blocks
23272024-02-21T00:45:29.637Zx sled-agent, 81070408 bytes, 158341 tape blocks
23282024-02-21T00:45:29.637Zx pkg, 0 bytes, 0 tape blocks
23292024-02-21T00:45:29.637Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23302024-02-21T00:45:29.637Zx pkg/README.md, 54 bytes, 1 tape blocks
23312024-02-21T00:45:29.637Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23322024-02-21T00:45:29.637Zx VERSION, 25 bytes, 1 tape blocks
23332024-02-21T00:45:29.650Z+ mkdir -p /tmp/tmp.wMa4Rh/root/lib/svc/manifest/site/
23342024-02-21T00:45:29.651Z+ mv pkg/manifest.xml /tmp/tmp.wMa4Rh/root/lib/svc/manifest/site/sled-agent.xml
23352024-02-21T00:45:29.651Z+ cd -
23362024-02-21T00:45:29.651Z/work/oxidecomputer/omicron
23372024-02-21T00:45:29.651Z+ pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm
23382024-02-21T00:45:29.651Z+ mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm
23392024-02-21T00:45:29.651Z+ cd /tmp/tmp.wMa4Rh/root/opt/oxide/mg-ddm
23402024-02-21T00:45:29.651Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23412024-02-21T00:45:29.692Zx ., 0 bytes, 0 tape blocks
23422024-02-21T00:45:29.692Zx ddmadm, 36202584 bytes, 70709 tape blocks
23432024-02-21T00:45:29.692Zx ddmd, 33092232 bytes, 64634 tape blocks
23442024-02-21T00:45:29.693Zx pkg, 0 bytes, 0 tape blocks
23452024-02-21T00:45:29.693Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23462024-02-21T00:45:29.693Zx pkg/mgd, 0 bytes, 0 tape blocks
23472024-02-21T00:45:29.693Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23482024-02-21T00:45:29.693Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23492024-02-21T00:45:29.693Zx pkg/ddm, 0 bytes, 0 tape blocks
23502024-02-21T00:45:29.693Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23512024-02-21T00:45:29.693Zx VERSION, 25 bytes, 1 tape blocks
23522024-02-21T00:45:29.704Z+ cd -
23532024-02-21T00:45:29.704Z/work/oxidecomputer/omicron
23542024-02-21T00:45:29.704Z+ pkg_dir=/tmp/tmp.wMa4Rh/root/opt/oxide/oxlog
23552024-02-21T00:45:29.704Z+ mkdir -p /tmp/tmp.wMa4Rh/root/opt/oxide/oxlog
23562024-02-21T00:45:29.704Z+ cd /tmp/tmp.wMa4Rh/root/opt/oxide/oxlog
23572024-02-21T00:45:29.704Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23582024-02-21T00:45:29.714Zx ., 0 bytes, 0 tape blocks
23592024-02-21T00:45:29.714Zx oxlog, 8554616 bytes, 16709 tape blocks
23602024-02-21T00:45:29.714Zx VERSION, 25 bytes, 1 tape blocks
23612024-02-21T00:45:29.714Z+ cd -
23622024-02-21T00:45:29.714Z/work/oxidecomputer/omicron
23632024-02-21T00:45:29.714Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.wMa4Rh/root/opt/oxide
23642024-02-21T00:45:29.787Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.wMa4Rh/root/opt/oxide
23652024-02-21T00:45:29.792Z+ cd /tmp/tmp.wMa4Rh
23662024-02-21T00:45:29.792Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23672024-02-21T00:45:38.591ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23682024-02-21T00:45:38.592Za oxide.json 1K
23692024-02-21T00:45:38.592Za root/ 0K
23702024-02-21T00:45:38.592Za root/opt/ 0K
23712024-02-21T00:45:38.592Za root/opt/oxide/ 0K
23722024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/ 0K
23732024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/zone-bundle 40947K
23742024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/sled-agent 79171K
23752024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/pkg/ 0K
23762024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23772024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/pkg/README.md 1K
23782024-02-21T00:45:38.592Za root/opt/oxide/sled-agent/VERSION 1K
23792024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/ 0K
23802024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/ddmadm 35355K
23812024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/ddmd 32317K
23822024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/pkg/ 0K
23832024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23842024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23852024-02-21T00:45:38.592Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23862024-02-21T00:45:38.593Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23872024-02-21T00:45:38.593Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23882024-02-21T00:45:38.593Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23892024-02-21T00:45:38.593Za root/opt/oxide/mg-ddm/VERSION 1K
23902024-02-21T00:45:38.593Za root/opt/oxide/oxlog/ 0K
23912024-02-21T00:45:38.593Za root/opt/oxide/oxlog/oxlog 8355K
23922024-02-21T00:45:38.593Za root/opt/oxide/oxlog/VERSION 1K
23932024-02-21T00:45:38.593Za root/opt/oxide/propolis-server.tar.gz 64543K
23942024-02-21T00:45:38.593Za root/opt/oxide/overlay.tar.gz 3K
23952024-02-21T00:45:38.593Za root/lib/ 0K
23962024-02-21T00:45:38.593Za root/lib/svc/ 0K
23972024-02-21T00:45:38.593Za root/lib/svc/manifest/ 0K
23982024-02-21T00:45:38.593Za root/lib/svc/manifest/site/ 0K
23992024-02-21T00:45:38.593Za root/lib/svc/manifest/site/sled-agent.xml 3K
24002024-02-21T00:45:38.620Z+ cd /
24012024-02-21T00:45:38.620Z+ rm -rf /tmp/tmp.wMa4Rh
24022024-02-21T00:45:38.627Z
24032024-02-21T00:45:38.628Zreal 9.098845130
24042024-02-21T00:45:38.628Zuser 8.526845205
24052024-02-21T00:45:38.628Zsys 0.608133863
24062024-02-21T00:45:38.628Ztrap 0.002109049
24072024-02-21T00:45:38.628Ztflt 0.000000000
24082024-02-21T00:45:38.628Zdflt 0.000000000
24092024-02-21T00:45:38.628Zkflt 0.000000000
24102024-02-21T00:45:38.628Zlock 0.000000000
24112024-02-21T00:45:38.628Zslp 17.637041070
24122024-02-21T00:45:38.628Zlat 0.205449384
24132024-02-21T00:45:38.628Zstop 0.000217131
24142024-02-21T00:45:38.628Z+ mkdir -p /work/zones
24152024-02-21T00:45:38.640Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
24162024-02-21T00:45:38.640Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
24172024-02-21T00:45:46.007Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24182024-02-21T00:45:46.194Z Finished release [optimized] target(s) in 0.68s
24192024-02-21T00:45:46.194Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24202024-02-21T00:45:46.194ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212024-02-21T00:45:46.194ZCreated new build target 'recovery' and set it as active
24222024-02-21T00:45:46.194Z
24232024-02-21T00:45:46.194Zreal 0.799110828
24242024-02-21T00:45:46.194Zuser 0.540127147
24252024-02-21T00:45:46.194Zsys 0.257088159
24262024-02-21T00:45:46.194Ztrap 0.000721439
24272024-02-21T00:45:46.194Ztflt 0.000000000
24282024-02-21T00:45:46.194Zdflt 0.000007469
24292024-02-21T00:45:46.194Zkflt 0.000000000
24302024-02-21T00:45:46.195Zlock 0.025480148
24312024-02-21T00:45:46.195Zslp 0.014974379
24322024-02-21T00:45:46.195Zlat 0.002520889
24332024-02-21T00:45:46.195Zstop 0.000154890
24342024-02-21T00:45:46.195Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24352024-02-21T00:45:46.195Z Finished release [optimized] target(s) in 0.64s
24362024-02-21T00:45:46.195Z Running `target/release/omicron-package -t recovery package`
24372024-02-21T00:45:46.195ZLogging to: /work/oxidecomputer/omicron/out/LOG
24382024-02-21T00:45:46.195Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24392024-02-21T00:45:46.223Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24402024-02-21T00:46:12.124Z Finished release [optimized] target(s) in 23.80s
24412024-02-21T00:46:48.170Z
24422024-02-21T00:46:48.175Zreal 1:05.764200769
24432024-02-21T00:46:48.175Zuser 1:43.946980607
24442024-02-21T00:46:48.175Zsys 8.164459569
24452024-02-21T00:46:48.175Ztrap 0.073146196
24462024-02-21T00:46:48.175Ztflt 0.071631305
24472024-02-21T00:46:48.175Zdflt 0.474861189
24482024-02-21T00:46:48.175Zkflt 0.000029407
24492024-02-21T00:46:48.175Zlock 23:52.093858136
24502024-02-21T00:46:48.175Zslp 2:12.590956466
24512024-02-21T00:46:48.175Zlat 1.501686727
24522024-02-21T00:46:48.175Zstop 0.530919655
24532024-02-21T00:46:48.175Z+ stamp_packages installinator mg-ddm-gz
24542024-02-21T00:46:48.175Z+ for package in "$@"
24552024-02-21T00:46:48.175Z+ [[ installinator == mg-ddm-gz ]]
24562024-02-21T00:46:48.175Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git8ba348d1d3b
24572024-02-21T00:46:48.899Z Finished release [optimized] target(s) in 0.65s
24582024-02-21T00:46:48.907Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git8ba348d1d3b`
24592024-02-21T00:46:48.907ZLogging to: /work/oxidecomputer/omicron/out/LOG
24602024-02-21T00:46:48.907ZCreated: out/versioned/installinator.tar
24612024-02-21T00:46:48.907Z+ for package in "$@"
24622024-02-21T00:46:48.908Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24632024-02-21T00:46:48.908Z+ echo 0.0.0
24642024-02-21T00:46:48.908Z+ tar rvf out/mg-ddm-gz.tar VERSION
24652024-02-21T00:46:48.908Za VERSION 1K
24662024-02-21T00:46:48.908Z+ rm VERSION
24672024-02-21T00:46:48.908Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b
24682024-02-21T00:46:49.712Z Finished release [optimized] target(s) in 0.62s
24692024-02-21T00:46:49.743Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git8ba348d1d3b`
24702024-02-21T00:46:49.743ZLogging to: /work/oxidecomputer/omicron/out/LOG
24712024-02-21T00:46:49.743ZCreated: out/versioned/mg-ddm-gz.tar
24722024-02-21T00:46:49.743Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24732024-02-21T00:46:49.744Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24742024-02-21T00:46:49.744Z++ cd -- ./tools
24752024-02-21T00:46:49.744Z++ pwd
24762024-02-21T00:46:49.744Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24772024-02-21T00:46:49.744Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24782024-02-21T00:46:49.744Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24792024-02-21T00:46:49.744Z++ readlink -f /work
24802024-02-21T00:46:49.744Z+ out_dir=/work
24812024-02-21T00:46:49.744Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24822024-02-21T00:46:49.744Z+ for dep in "${deps[@]}"
24832024-02-21T00:46:49.744Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24842024-02-21T00:46:49.744Z+ for dep in "${deps[@]}"
24852024-02-21T00:46:49.744Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24862024-02-21T00:46:49.744Z++ mktemp -d
24872024-02-21T00:46:49.744Z+ tmp_trampoline=/tmp/tmp.jhaGWh
24882024-02-21T00:46:49.744Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24892024-02-21T00:46:49.744Z+ echo '{"v":"1","t":"layer"}'
24902024-02-21T00:46:49.744Z+ pkg_dir=/tmp/tmp.jhaGWh/root/opt/oxide/installinator
24912024-02-21T00:46:49.744Z+ mkdir -p /tmp/tmp.jhaGWh/root/opt/oxide/installinator
24922024-02-21T00:46:49.744Z+ cd /tmp/tmp.jhaGWh/root/opt/oxide/installinator
24932024-02-21T00:46:49.744Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24942024-02-21T00:46:49.744Zx ., 0 bytes, 0 tape blocks
24952024-02-21T00:46:49.744Zx installinator, 55307288 bytes, 108023 tape blocks
24962024-02-21T00:46:49.745Zx pkg, 0 bytes, 0 tape blocks
24972024-02-21T00:46:49.745Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
24982024-02-21T00:46:49.745Zx VERSION, 25 bytes, 1 tape blocks
24992024-02-21T00:46:49.745Z+ mkdir -p /tmp/tmp.jhaGWh/root/lib/svc/manifest/site/
25002024-02-21T00:46:49.745Z+ mv pkg/manifest.xml /tmp/tmp.jhaGWh/root/lib/svc/manifest/site/installinator.xml
25012024-02-21T00:46:49.745Z+ cd -
25022024-02-21T00:46:49.745Z/work/oxidecomputer/omicron
25032024-02-21T00:46:49.745Z+ pkg_dir=/tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm
25042024-02-21T00:46:49.745Z+ mkdir -p /tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm
25052024-02-21T00:46:49.745Z+ cd /tmp/tmp.jhaGWh/root/opt/oxide/mg-ddm
25062024-02-21T00:46:49.745Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25072024-02-21T00:46:49.745Zx ., 0 bytes, 0 tape blocks
25082024-02-21T00:46:49.745Zx ddmadm, 36202584 bytes, 70709 tape blocks
25092024-02-21T00:46:49.745Zx ddmd, 33092232 bytes, 64634 tape blocks
25102024-02-21T00:46:49.745Zx pkg, 0 bytes, 0 tape blocks
25112024-02-21T00:46:49.745Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25122024-02-21T00:46:49.745Zx pkg/mgd, 0 bytes, 0 tape blocks
25132024-02-21T00:46:49.745Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25142024-02-21T00:46:49.745Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25152024-02-21T00:46:49.745Zx pkg/ddm, 0 bytes, 0 tape blocks
25162024-02-21T00:46:49.745Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25172024-02-21T00:46:49.745Zx VERSION, 25 bytes, 1 tape blocks
25182024-02-21T00:46:49.745Z+ cd -
25192024-02-21T00:46:49.746Z/work/oxidecomputer/omicron
25202024-02-21T00:46:49.746Z+ cd /tmp/tmp.jhaGWh
25212024-02-21T00:46:49.746Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25222024-02-21T00:46:54.072ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25232024-02-21T00:46:54.073Za oxide.json 1K
25242024-02-21T00:46:54.073Za root/ 0K
25252024-02-21T00:46:54.073Za root/opt/ 0K
25262024-02-21T00:46:54.073Za root/opt/oxide/ 0K
25272024-02-21T00:46:54.073Za root/opt/oxide/installinator/ 0K
25282024-02-21T00:46:54.073Za root/opt/oxide/installinator/installinator 54012K
25292024-02-21T00:46:54.073Za root/opt/oxide/installinator/pkg/ 0K
25302024-02-21T00:46:54.073Za root/opt/oxide/installinator/VERSION 1K
25312024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/ 0K
25322024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/ddmadm 35355K
25332024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/ddmd 32317K
25342024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/ 0K
25352024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25362024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25372024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25382024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25392024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25402024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25412024-02-21T00:46:54.073Za root/opt/oxide/mg-ddm/VERSION 1K
25422024-02-21T00:46:54.073Za root/lib/ 0K
25432024-02-21T00:46:54.073Za root/lib/svc/ 0K
25442024-02-21T00:46:54.073Za root/lib/svc/manifest/ 0K
25452024-02-21T00:46:54.073Za root/lib/svc/manifest/site/ 0K
25462024-02-21T00:46:54.074Za root/lib/svc/manifest/site/installinator.xml 3K
25472024-02-21T00:46:54.086Z+ cd /
25482024-02-21T00:46:54.086Z+ rm -rf /tmp/tmp.jhaGWh
25492024-02-21T00:46:54.086Z
25502024-02-21T00:46:54.086Zreal 4.617980708
25512024-02-21T00:46:54.086Zuser 4.359096502
25522024-02-21T00:46:54.086Zsys 0.276203661
25532024-02-21T00:46:54.086Ztrap 0.001011488
25542024-02-21T00:46:54.086Ztflt 0.000000000
25552024-02-21T00:46:54.086Zdflt 0.000000000
25562024-02-21T00:46:54.086Zkflt 0.000000000
25572024-02-21T00:46:54.086Zlock 0.000000000
25582024-02-21T00:46:54.087Zslp 8.971411111
25592024-02-21T00:46:54.087Zlat 0.097340170
25602024-02-21T00:46:54.087Zstop 0.000199945
25612024-02-21T00:46:54.087Zprocess exited: duration 1712260 ms, exit code 0
 
25622024-02-21T00:46:54.104Zfound 21 output files
25632024-02-21T00:46:54.104Zuploading: /work/version.txt (26 bytes)
25642024-02-21T00:46:55.167Zuploaded: /work/version.txt
25652024-02-21T00:46:55.167Zuploading: /work/package.tar.gz (88203815 bytes)
25662024-02-21T00:47:30.641Zuploaded: /work/package.tar.gz
25672024-02-21T00:47:30.663Zuploading: /work/global-zone-packages.tar.gz (128158727 bytes)
25682024-02-21T00:48:17.124Zuploaded: /work/global-zone-packages.tar.gz
25692024-02-21T00:48:17.124Zuploading: /work/trampoline-global-zone-packages.tar.gz (38970659 bytes)
25702024-02-21T00:48:35.235Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25712024-02-21T00:48:35.235Zuploading: /work/zones/clickhouse.tar.gz (194522772 bytes)
25722024-02-21T00:49:48.181Zuploaded: /work/zones/clickhouse.tar.gz
25732024-02-21T00:49:48.181Zuploading: /work/zones/clickhouse_keeper.tar.gz (194521683 bytes)
25742024-02-21T00:51:11.644Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25752024-02-21T00:51:11.644Zuploading: /work/zones/cockroachdb.tar.gz (131618572 bytes)
25762024-02-21T00:52:04.323Zuploaded: /work/zones/cockroachdb.tar.gz
25772024-02-21T00:52:04.323Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27880245 bytes)
25782024-02-21T00:52:19.033Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
25792024-02-21T00:52:19.033Zuploading: /work/zones/crucible-zone.tar.gz (39682939 bytes)
25802024-02-21T00:52:35.126Zuploaded: /work/zones/crucible-zone.tar.gz
25812024-02-21T00:52:35.126Zuploading: /work/zones/external-dns.tar.gz (23648718 bytes)
25822024-02-21T00:52:46.667Zuploaded: /work/zones/external-dns.tar.gz
25832024-02-21T00:52:46.667Zuploading: /work/zones/internal-dns.tar.gz (23648717 bytes)
25842024-02-21T00:52:58.396Zuploaded: /work/zones/internal-dns.tar.gz
25852024-02-21T00:52:58.396Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25862024-02-21T00:52:59.457Zuploaded: /work/zones/ntp.tar.gz
25872024-02-21T00:52:59.457Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19567393 bytes)
25882024-02-21T00:53:10.581Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25892024-02-21T00:53:10.599Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19568529 bytes)
25902024-02-21T00:53:18.640Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25912024-02-21T00:53:18.654Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87850027 bytes)
25922024-02-21T00:54:04.035Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25932024-02-21T00:54:04.036Zuploading: /work/zones/omicron-nexus.tar.gz (87848675 bytes)
25942024-02-21T00:55:06.102Zuploaded: /work/zones/omicron-nexus.tar.gz
25952024-02-21T00:55:06.102Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
25962024-02-21T00:55:07.165Zuploaded: /work/zones/overlay.tar.gz
25972024-02-21T00:55:07.165Zuploading: /work/zones/oximeter.tar.gz (55982462 bytes)
25982024-02-21T00:55:29.915Zuploaded: /work/zones/oximeter.tar.gz
25992024-02-21T00:55:29.915Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26002024-02-21T00:55:55.935Zuploaded: /work/zones/propolis-server.tar.gz
26012024-02-21T00:55:55.935Zuploading: /work/zones/switch-asic.tar.gz (285230105 bytes)
26022024-02-21T00:58:04.595Zuploaded: /work/zones/switch-asic.tar.gz
26032024-02-21T00:58:04.595Zuploading: /work/zones/switch-softnpu.tar.gz (209429438 bytes)
26042024-02-21T00:59:42.026Zuploaded: /work/zones/switch-softnpu.tar.gz