01HQ7P67E2Y4YJVX0ZVSFVR1SP: 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: 01HQ7P6VK59FNAPRTQP26X1S63

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-22T05:57:58.552Zjob assigned to worker 01HQ7P6YXESVW30NCJ8Q962QCJ (queued for 1 m 2 s)
 
22024-02-22T05:57:58.762Zstarting task 0: "setup"
32024-02-22T05:57:58.843Z++ uname -s
42024-02-22T05:57:58.849Z+ kern=SunOS
52024-02-22T05:57:58.849Z+ case "$kern" in
62024-02-22T05:57:58.849Z+ groupadd -g 12345 build
72024-02-22T05:57:58.849Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-22T05:58:00.861Z+ zfs create -o mountpoint=/work rpool/work
92024-02-22T05:58:00.958Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-22T05:58:01.369Z+ home_fs=zfs
112024-02-22T05:58:01.369Z+ [[ zfs == autofs ]]
122024-02-22T05:58:01.369Z+ mkdir -p /home/build
132024-02-22T05:58:01.369Z+ chown build:build /home/build /work
142024-02-22T05:58:02.964Z+ chmod 0700 /home/build /work
152024-02-22T05:58:02.973Zprocess exited: duration 4195 ms, exit code 0
 
162024-02-22T05:58:02.998Zstarting task 1: "rust-toolchain"
172024-02-22T05:58:03.014Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-22T05:58:03.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-22T05:58:03.115Zinfo: downloading installer
202024-02-22T05:58:04.210Zwarning: it looks like you have an existing installation of Rust at:
212024-02-22T05:58:04.210Zwarning: /opt/ooce/bin
222024-02-22T05:58:04.210Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-22T05:58:04.210Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-22T05:58:04.210Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-22T05:58:04.211Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-22T05:58:04.211Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-22T05:58:04.215Zerror: cannot install while Rust is installed
282024-02-22T05:58:04.216Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-22T05:58:04.327Zinfo: profile set to 'default'
302024-02-22T05:58:04.327Zinfo: default host triple is x86_64-unknown-illumos
312024-02-22T05:58:04.333Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-22T05:58:04.463Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-22T05:58:04.463Zinfo: downloading component 'cargo'
342024-02-22T05:58:05.254Zinfo: downloading component 'clippy'
352024-02-22T05:58:05.474Zinfo: downloading component 'rust-docs'
362024-02-22T05:58:06.347Zinfo: downloading component 'rust-std'
372024-02-22T05:58:07.909Zinfo: downloading component 'rustc'
382024-02-22T05:58:11.884Zinfo: downloading component 'rustfmt'
392024-02-22T05:58:11.898Zinfo: installing component 'cargo'
402024-02-22T05:58:12.609Zinfo: installing component 'clippy'
412024-02-22T05:58:13.023Zinfo: installing component 'rust-docs'
422024-02-22T05:58:14.554Zinfo: installing component 'rust-std'
432024-02-22T05:58:16.513Zinfo: installing component 'rustc'
442024-02-22T05:58:20.817Zinfo: installing component 'rustfmt'
452024-02-22T05:58:21.166Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-22T05:58:21.166Z
472024-02-22T05:58:21.428Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-22T05:58:21.428Z
492024-02-22T05:58:21.439Z
502024-02-22T05:58:21.439ZRust is installed now. Great!
512024-02-22T05:58:21.439Z
522024-02-22T05:58:21.439ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-22T05:58:21.439Zenvironment variable. This has not been done automatically.
542024-02-22T05:58:21.439Z
552024-02-22T05:58:21.439ZTo configure your current shell, run:
562024-02-22T05:58:21.439Zsource "$HOME/.cargo/env"
572024-02-22T05:58:21.470Z+ rustc --version
582024-02-22T05:58:21.940Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-22T05:58:21.947Zprocess exited: duration 18540 ms, exit code 0
 
602024-02-22T05:58:21.966Zstarting task 2: "authentication"
612024-02-22T05:58:21.984Zprocess exited: duration 23 ms, exit code 0
 
622024-02-22T05:58:22.003Zstarting task 3: "clone repository"
632024-02-22T05:58:22.014Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-22T05:58:22.014Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-22T05:58:22.240ZCloning into '/work/oxidecomputer/omicron'...
662024-02-22T05:58:28.653Z+ cd /work/oxidecomputer/omicron
672024-02-22T05:58:28.659Z+ git fetch origin f30d56b29f15288a53c3744f8b7af7e2a23931ac
682024-02-22T05:58:29.184ZFrom https://github.com/oxidecomputer/omicron
692024-02-22T05:58:29.184Z * branch f30d56b29f15288a53c3744f8b7af7e2a23931ac -> FETCH_HEAD
702024-02-22T05:58:29.184Z+ [[ -n dap/add-sled-timeout ]]
712024-02-22T05:58:29.184Z++ git branch --show-current
722024-02-22T05:58:29.184Z+ current=main
732024-02-22T05:58:29.184Z+ [[ main != dap/add-sled-timeout ]]
742024-02-22T05:58:29.184Z+ git branch -f dap/add-sled-timeout f30d56b29f15288a53c3744f8b7af7e2a23931ac
752024-02-22T05:58:29.184Z+ git checkout -f dap/add-sled-timeout
762024-02-22T05:58:29.184ZSwitched to branch 'dap/add-sled-timeout'
772024-02-22T05:58:29.184Z+ git reset --hard f30d56b29f15288a53c3744f8b7af7e2a23931ac
782024-02-22T05:58:29.201ZHEAD is now at f30d56b29 add a comment
792024-02-22T05:58:29.207Zprocess exited: duration 7199 ms, exit code 0
 
802024-02-22T05:58:29.220Zstarting task 4: "build"
812024-02-22T05:58:29.227Z+ cargo --version
822024-02-22T05:58:29.233Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-22T05:58:29.388Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-22T05:58:29.404Zinfo: downloading component 'cargo'
852024-02-22T05:58:30.074Zinfo: downloading component 'clippy'
862024-02-22T05:58:30.297Zinfo: downloading component 'rust-docs'
872024-02-22T05:58:31.098Zinfo: downloading component 'rust-std'
882024-02-22T05:58:32.230Zinfo: downloading component 'rustc'
892024-02-22T05:58:35.453Zinfo: downloading component 'rustfmt'
902024-02-22T05:58:35.634Zinfo: installing component 'cargo'
912024-02-22T05:58:36.499Zinfo: installing component 'clippy'
922024-02-22T05:58:36.850Zinfo: installing component 'rust-docs'
932024-02-22T05:58:38.392Zinfo: installing component 'rust-std'
942024-02-22T05:58:40.083Zinfo: installing component 'rustc'
952024-02-22T05:58:44.036Zinfo: installing component 'rustfmt'
962024-02-22T05:58:44.418Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-22T05:58:44.432Z+ rustc --version
982024-02-22T05:58:44.484Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-22T05:58:44.511Z++ git rev-parse HEAD
1002024-02-22T05:58:44.511Z+ COMMIT=f30d56b29f15288a53c3744f8b7af7e2a23931ac
1012024-02-22T05:58:44.511Z+ VERSION=7.0.0-0.ci+gitf30d56b29f1
1022024-02-22T05:58:44.511Z+ echo 7.0.0-0.ci+gitf30d56b29f1
1032024-02-22T05:58:44.512Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-22T05:58:55.091Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-22T05:58:56.315Z Startup: Caching catalogs ... Done
1062024-02-22T05:58:57.809ZPlanning: Solver setup ... Done (1.118s)
1072024-02-22T05:58:57.839ZPlanning: Running solver ... Done (0.028s)
1082024-02-22T05:58:58.024ZPlanning: Finding local manifests ... Done (0.170s)
1092024-02-22T05:58:58.043ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-22T05:58:58.466ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-22T05:58:58.466ZPlanning: Package planning ... Done (0.047s)
1122024-02-22T05:58:58.466ZPlanning: Merging actions ... Done (0.050s)
1132024-02-22T05:58:59.370ZPlanning: Checking for conflicting actions ... Done (0.997s)
1142024-02-22T05:58:59.388ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-02-22T05:59:03.781ZPlanning: Evaluating mediators ... Done (4.399s)
1162024-02-22T05:59:03.807ZPlanning: Planning completed in 7.41 seconds
1172024-02-22T05:59:03.807Z Packages to install: 4
1182024-02-22T05:59:03.807Z Mediators to change: 2
1192024-02-22T05:59:03.808Z Services to change: 1
1202024-02-22T05:59:03.808Z Estimated space available: 148.87 GB
1212024-02-22T05:59:03.808ZEstimated space to be consumed: 1.41 GB
1222024-02-22T05:59:03.808Z Create boot environment: No
1232024-02-22T05:59:03.808ZCreate backup boot environment: No
1242024-02-22T05:59:03.809Z Rebuild boot archive: No
1252024-02-22T05:59:03.809Z
1262024-02-22T05:59:03.809ZChanged mediators:
1272024-02-22T05:59:03.809Z mediator clang:
1282024-02-22T05:59:03.809Z version: None -> 15 (system default)
1292024-02-22T05:59:03.810Z
1302024-02-22T05:59:03.810Z mediator llvm:
1312024-02-22T05:59:03.810Z version: 14 (system default) -> 15 (system default)
1322024-02-22T05:59:03.810Z
1332024-02-22T05:59:03.810ZChanged packages:
1342024-02-22T05:59:03.810Zhelios-dev
1352024-02-22T05:59:03.810Z developer/build-essential
1362024-02-22T05:59:03.810Z None -> 11-2.0
1372024-02-22T05:59:03.810Z library/libxmlsec1
1382024-02-22T05:59:03.810Z None -> 1.2.35-2.0
1392024-02-22T05:59:03.810Z ooce/developer/clang-15
1402024-02-22T05:59:03.810Z None -> 15.0.7-2.0
1412024-02-22T05:59:03.810Z ooce/developer/llvm-15
1422024-02-22T05:59:03.811Z None -> 15.0.7-2.0
1432024-02-22T05:59:03.811Z
1442024-02-22T05:59:03.811ZServices:
1452024-02-22T05:59:03.811Z restart_fmri:
1462024-02-22T05:59:03.811Z svc:/system/update-man-index:default
1472024-02-22T05:59:04.105Z
1482024-02-22T05:59:04.106ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-22T05:59:09.104ZDownload: 442/3290 items 17.0/212.6MB 8% complete (3.5M/s)
1502024-02-22T05:59:14.113ZDownload: 1143/3290 items 62.3/212.6MB 29% complete (6.2M/s)
1512024-02-22T05:59:20.063ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1522024-02-22T05:59:25.064ZDownload: 1754/3290 items 118.2/212.6MB 55% complete (3.7M/s)
1532024-02-22T05:59:30.072ZDownload: 2353/3290 items 119.7/212.6MB 56% complete (3.7M/s)
1542024-02-22T05:59:35.064ZDownload: 3206/3290 items 175.5/212.6MB 82% complete (5.7M/s)
1552024-02-22T05:59:38.927ZDownload: Completed 212.60 MB in 34.82 seconds (6.1M/s)
1562024-02-22T05:59:39.203Z Actions: 1/3689 actions (Installing new actions)
1572024-02-22T05:59:44.135Z Actions: Completed 3689 actions in 4.93 seconds.
1582024-02-22T05:59:44.312Z Done (0.168s)
1592024-02-22T05:59:44.312Z Done (0.000s)
1602024-02-22T05:59:44.525Z Done (0.220s)
1612024-02-22T05:59:50.126Z Done (5.454s)
1622024-02-22T05:59:50.287Z Done (0.112s)
1632024-02-22T05:59:50.294Z Done (0.000s)
1642024-02-22T05:59:50.882Z Done (0.000s)
1652024-02-22T05:59:50.969ZPlanning: Evaluating mediator changes ... Done
1662024-02-22T05:59:51.120ZPlanning: Checking for conflicting actions ... Done
1672024-02-22T05:59:51.125ZPlanning: Consolidating action changes ... Done
1682024-02-22T05:59:51.388ZPlanning: Evaluating mediators ... Done
1692024-02-22T05:59:51.393ZPlanning: Planning completed in 0.43 seconds
1702024-02-22T05:59:51.420Z Mediators to change: 2
1712024-02-22T05:59:51.421Z Create boot environment: No
1722024-02-22T05:59:51.427ZCreate backup boot environment: No
1732024-02-22T05:59:51.493Z Done
1742024-02-22T05:59:51.493Z Done
1752024-02-22T05:59:51.618Z Done
1762024-02-22T05:59:55.211Z Done
1772024-02-22T05:59:55.307Z Done
1782024-02-22T05:59:55.315Z Done
1792024-02-22T05:59:55.401Z Done
1802024-02-22T05:59:56.026ZPlanning: Evaluating mediator changes ... Done
1812024-02-22T05:59:56.031ZPlanning: Merging actions ... Done
1822024-02-22T05:59:56.224ZPlanning: Checking for conflicting actions ... Done
1832024-02-22T05:59:56.244ZPlanning: Consolidating action changes ... Done
1842024-02-22T05:59:56.482ZPlanning: Evaluating mediators ... Done
1852024-02-22T05:59:56.540ZPlanning: Planning completed in 0.79 seconds
1862024-02-22T05:59:56.574Z Packages to change: 1
1872024-02-22T05:59:56.585Z Mediators to change: 1
1882024-02-22T05:59:56.585Z Services to change: 1
1892024-02-22T05:59:56.585Z Create boot environment: No
1902024-02-22T05:59:56.585ZCreate backup boot environment: Yes
1912024-02-22T05:59:58.310Z Actions: 1/6 actions (Updating modified actions)
1922024-02-22T05:59:58.373Z Actions: Completed 6 actions in 0.03 seconds.
1932024-02-22T05:59:58.379Z Done
1942024-02-22T05:59:58.379Z Done
1952024-02-22T05:59:58.388Z Done
1962024-02-22T06:00:01.965Z Done
1972024-02-22T06:00:02.049Z Done
1982024-02-22T06:00:02.056Z Done
1992024-02-22T06:00:02.151Z Done
2002024-02-22T06:00:02.583ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-02-22T06:00:02.584Zclang system 15 system
2022024-02-22T06:00:02.584Zcsh system system illumos
2032024-02-22T06:00:02.584Zctags system system illumos
2042024-02-22T06:00:02.584Zgcc vendor 12 vendor
2052024-02-22T06:00:02.584Zgcc system 10 system
2062024-02-22T06:00:02.584Zgcc system 7 system
2072024-02-22T06:00:02.585Zgo system 1.20 system
2082024-02-22T06:00:02.585Zgo system 1.19 system
2092024-02-22T06:00:02.585Zllvm system 15 system
2102024-02-22T06:00:02.585Zllvm system 14 system
2112024-02-22T06:00:02.586Zmariadb system 10.6 system
2122024-02-22T06:00:02.586Zmta vendor vendor dma
2132024-02-22T06:00:02.586Zopenjdk system 17 system
2142024-02-22T06:00:02.586Zopenjdk system 11 system
2152024-02-22T06:00:02.586Zopenjdk system 1.8 system
2162024-02-22T06:00:02.586Zopenssl vendor 3 vendor
2172024-02-22T06:00:02.586Zperl system 5.36 system
2182024-02-22T06:00:02.587Zpostgresql system 15 system
2192024-02-22T06:00:02.587Zpostgresql system 13 system
2202024-02-22T06:00:02.587Zpython vendor 3 vendor
2212024-02-22T06:00:02.587Zpython system 2 system
2222024-02-22T06:00:02.587Zpython3 system 3.11 system
2232024-02-22T06:00:02.587Zruby system 3.0 system
2242024-02-22T06:00:02.588Zwords vendor vendor american-english
2252024-02-22T06:00:02.588Zwords system system australian-english
2262024-02-22T06:00:02.588Zwords system system british-english
2272024-02-22T06:00:02.588Zwords system system canadian-english
2282024-02-22T06:00:02.588Zwords system system french
2292024-02-22T06:00:02.588Zwords system system italian
2302024-02-22T06:00:02.589Zwords system system ngerman
2312024-02-22T06:00:02.589Zwords system system ogerman
2322024-02-22T06:00:02.589Zwords system system spanish
2332024-02-22T06:00:02.906ZFMRI IFO
2342024-02-22T06:00:02.906Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-02-22T06:00:02.906Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-02-22T06:00:02.906Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-02-22T06:00:02.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-02-22T06:00:02.907Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-02-22T06:00:02.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-02-22T06:00:02.907Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2412024-02-22T06:00:02.907Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-02-22T06:00:02.954Z+ set -o errexit
2432024-02-22T06:00:02.961Z+++ dirname ./tools/ci_download_cockroachdb
2442024-02-22T06:00:02.961Z++ cd ./tools
2452024-02-22T06:00:02.961Z++ pwd
2462024-02-22T06:00:02.961Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472024-02-22T06:00:02.962Z++ basename ./tools/ci_download_cockroachdb
2482024-02-22T06:00:02.968Z+ ARG0=ci_download_cockroachdb
2492024-02-22T06:00:02.968Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502024-02-22T06:00:02.968Z+ CIDL_VERSION=v22.1.9
2512024-02-22T06:00:02.968Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522024-02-22T06:00:02.968Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2532024-02-22T06:00:02.968Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2542024-02-22T06:00:02.968Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2552024-02-22T06:00:02.969Z+ TARGET_DIR=out
2562024-02-22T06:00:02.969Z+ DOWNLOAD_DIR=out/downloads
2572024-02-22T06:00:02.969Z+ DEST_DIR=./out/cockroachdb
2582024-02-22T06:00:02.969Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592024-02-22T06:00:02.969Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602024-02-22T06:00:02.969Z+ main
2612024-02-22T06:00:02.969Z+ [[ 0 != 0 ]]
2622024-02-22T06:00:02.969Z+ CIDL_OS=solaris2.11
2632024-02-22T06:00:02.969Z+ [[ 0 != 0 ]]
2642024-02-22T06:00:02.970Z+ configure_os solaris2.11
2652024-02-22T06:00:02.970Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662024-02-22T06:00:02.970Zcurrent directory: /work/oxidecomputer/omicron
2672024-02-22T06:00:02.970Z+ echo 'configuring based on OS: "solaris2.11"'
2682024-02-22T06:00:02.970Z+ case "$1" in
2692024-02-22T06:00:02.970Zconfiguring based on OS: "solaris2.11"
2702024-02-22T06:00:02.970Z+ CIDL_BUILD=illumos
2712024-02-22T06:00:02.970Z+ CIDL_SUFFIX=tar.gz
2722024-02-22T06:00:02.970Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2732024-02-22T06:00:02.971Z+ CIDL_URL_BASE=https://illumos.org/downloads
2742024-02-22T06:00:02.971Z+ CIDL_ASSEMBLE=do_assemble_illumos
2752024-02-22T06:00:02.971Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2762024-02-22T06:00:02.971Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2772024-02-22T06:00:02.971Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-22T06:00:02.971Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2792024-02-22T06:00:02.972Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-22T06:00:02.972Z+ CIDL_SHA256FUNC=do_sha256sum
2812024-02-22T06:00:02.972Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-02-22T06:00:02.972ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-02-22T06:00:02.972ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-22T06:00:02.972Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852024-02-22T06:00:02.972Z+ mkdir -p out/downloads
2862024-02-22T06:00:02.973Z+ mkdir -p ./out/cockroachdb
2872024-02-22T06:00:02.973Z+ local DO_DOWNLOAD=true
2882024-02-22T06:00:02.973Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892024-02-22T06:00:02.973Z+ '[' true == true ']'
2902024-02-22T06:00:02.973Z+ echo Downloading...
2912024-02-22T06:00:02.973ZDownloading...
2922024-02-22T06:00:02.973Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-22T06:00:02.973Z+ 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
2942024-02-22T06:00:09.502Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-22T06:00:09.508Z++ sha256sum
2962024-02-22T06:00:09.508Z++ awk '{print $1}'
2972024-02-22T06:00:09.599Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-02-22T06:00:09.605Z+ [[ 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 ]]
2992024-02-22T06:00:09.605Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-02-22T06:00:09.606Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012024-02-22T06:00:11.761Z+ do_assemble_illumos
3022024-02-22T06:00:11.761Z+ rm -r ./out/cockroachdb
3032024-02-22T06:00:11.765Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042024-02-22T06:00:12.189Z+ ./out/cockroachdb/bin/cockroach version
3052024-02-22T06:00:12.415ZBuild Tag: v22.1.9-dirty
3062024-02-22T06:00:12.415ZBuild Time: 2022/10/26 21:17:46
3072024-02-22T06:00:12.415ZDistribution: OSS
3082024-02-22T06:00:12.415ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092024-02-22T06:00:12.416ZGo Version: go1.17.13
3102024-02-22T06:00:12.416ZC Compiler: gcc 10.3.0
3112024-02-22T06:00:12.416ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122024-02-22T06:00:12.416ZBuild Type: release
3132024-02-22T06:00:12.435Z+ set -o errexit
3142024-02-22T06:00:12.442Z+++ dirname ./tools/ci_download_clickhouse
3152024-02-22T06:00:12.443Z++ cd ./tools
3162024-02-22T06:00:12.443Z++ pwd
3172024-02-22T06:00:12.443Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182024-02-22T06:00:12.443Z++ basename ./tools/ci_download_clickhouse
3192024-02-22T06:00:12.443Z+ ARG0=ci_download_clickhouse
3202024-02-22T06:00:12.443Z+ TARGET_DIR=out
3212024-02-22T06:00:12.444Z+ DOWNLOAD_DIR=out/downloads
3222024-02-22T06:00:12.444Z+ DEST_DIR=./out/clickhouse
3232024-02-22T06:00:12.444Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3242024-02-22T06:00:12.483Z+ CIDL_VERSION=v22.8.9.24
3252024-02-22T06:00:12.484Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262024-02-22T06:00:12.484Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3272024-02-22T06:00:12.484Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3282024-02-22T06:00:12.484Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3292024-02-22T06:00:12.484Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302024-02-22T06:00:12.484Z+ main
3312024-02-22T06:00:12.484Z+ [[ 0 != 0 ]]
3322024-02-22T06:00:12.484Z+ CIDL_OS=solaris2.11
3332024-02-22T06:00:12.484Z+ [[ 0 != 0 ]]
3342024-02-22T06:00:12.484Z+ configure_os solaris2.11
3352024-02-22T06:00:12.484Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362024-02-22T06:00:12.485Zcurrent directory: /work/oxidecomputer/omicron
3372024-02-22T06:00:12.485Zconfiguring based on OS: "solaris2.11"
3382024-02-22T06:00:12.485Z+ echo 'configuring based on OS: "solaris2.11"'
3392024-02-22T06:00:12.485Z+ CIDL_DASHREV=
3402024-02-22T06:00:12.485Z+ case "$1" in
3412024-02-22T06:00:12.485Z+ CIDL_PLATFORM=illumos
3422024-02-22T06:00:12.485Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3432024-02-22T06:00:12.485Z+ CIDL_MD5FUNC=do_md5sum
3442024-02-22T06:00:12.485Z+ CIDL_DASHREV=-1
3452024-02-22T06:00:12.485Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3462024-02-22T06:00:12.486Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-22T06:00:12.486Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-22T06:00:12.486Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-22T06:00:12.486Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-22T06:00:12.486ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512024-02-22T06:00:12.486Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522024-02-22T06:00:12.486ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-22T06:00:12.486Z+ mkdir -p out/downloads
3542024-02-22T06:00:12.486Z+ mkdir -p ./out/clickhouse
3552024-02-22T06:00:12.486Z+ local DO_DOWNLOAD=true
3562024-02-22T06:00:12.486Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3572024-02-22T06:00:12.486Z+ '[' true == true ']'
3582024-02-22T06:00:12.487Z+ echo Downloading...
3592024-02-22T06:00:12.487ZDownloading...
3602024-02-22T06:00:12.487Z+ 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
3612024-02-22T06:00:12.487Z+ 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
3622024-02-22T06:00:13.767Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-02-22T06:00:13.774Z++ md5sum
3642024-02-22T06:00:13.774Z++ awk '{print $1}'
3652024-02-22T06:00:13.956Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662024-02-22T06:00:13.956Z+ [[ 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 ]]
3672024-02-22T06:00:13.956Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682024-02-22T06:00:14.380Z+ mkdir -p ./out/clickhouse
3692024-02-22T06:00:14.380Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702024-02-22T06:00:17.083Z+ ./out/clickhouse/clickhouse server --version
3712024-02-22T06:00:17.114ZClickHouse server version 22.8.9.1.
3722024-02-22T06:00:17.130Z+ set -o errexit
3732024-02-22T06:00:17.134Z+++ dirname ./tools/ci_download_console
3742024-02-22T06:00:17.134Z++ cd ./tools
3752024-02-22T06:00:17.139Z++ pwd
3762024-02-22T06:00:17.139Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772024-02-22T06:00:17.139Z++ basename ./tools/ci_download_console
3782024-02-22T06:00:17.139Z+ ARG0=ci_download_console
3792024-02-22T06:00:17.139Z+ TARGET_DIR=out
3802024-02-22T06:00:17.139Z+ DOWNLOAD_DIR=out/downloads
3812024-02-22T06:00:17.139Z+ DEST_DIR=./out/console-assets
3822024-02-22T06:00:17.139Z+ source /work/oxidecomputer/omicron/tools/console_version
3832024-02-22T06:00:17.139Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3842024-02-22T06:00:17.139Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3852024-02-22T06:00:17.139Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3862024-02-22T06:00:17.139Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872024-02-22T06:00:17.139Z+ main
3882024-02-22T06:00:17.140Z+ [[ 0 != 0 ]]
3892024-02-22T06:00:17.140Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3902024-02-22T06:00:17.140ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3912024-02-22T06:00:17.140Z+ echo 'Local file: out/downloads/console.tar.gz'
3922024-02-22T06:00:17.140ZLocal file: out/downloads/console.tar.gz
3932024-02-22T06:00:17.140Z+ local DO_DOWNLOAD=true
3942024-02-22T06:00:17.140Z+ [[ -f out/downloads/console.tar.gz ]]
3952024-02-22T06:00:17.140Z+ mkdir -p out/downloads
3962024-02-22T06:00:17.146Z+ '[' true == true ']'
3972024-02-22T06:00:17.146Z+ echo Downloading...
3982024-02-22T06:00:17.146ZDownloading...
3992024-02-22T06:00:17.146Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4002024-02-22T06:00:17.146Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4012024-02-22T06:00:17.791Z++ do_sha256sum out/downloads/console.tar.gz
4022024-02-22T06:00:17.791Z++ case "$OSTYPE" in
4032024-02-22T06:00:17.798Z++ SHA=sha256sum
4042024-02-22T06:00:17.798Z++ sha256sum
4052024-02-22T06:00:17.798Z++ awk '{print $1}'
4062024-02-22T06:00:17.803Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4072024-02-22T06:00:17.803Z+ [[ 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 ]]
4082024-02-22T06:00:17.803Z+ rm -rf ./out/console-assets
4092024-02-22T06:00:17.803Z+ mkdir -p ./out/console-assets
4102024-02-22T06:00:17.804Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112024-02-22T06:00:17.804Z+ mkdir -p ./out/console-assets
4122024-02-22T06:00:17.809Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132024-02-22T06:00:17.896Z+ set -o errexit
4142024-02-22T06:00:17.899Z+++ dirname ./tools/ci_download_maghemite_openapi
4152024-02-22T06:00:17.899Z++ cd ./tools
4162024-02-22T06:00:17.899Z++ pwd
4172024-02-22T06:00:17.905Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182024-02-22T06:00:17.905Z++ basename ./tools/ci_download_maghemite_openapi
4192024-02-22T06:00:17.905Z+ ARG0=ci_download_maghemite_openapi
4202024-02-22T06:00:17.905Z+ TARGET_DIR=out
4212024-02-22T06:00:17.905Z+ DOWNLOAD_DIR=out/downloads
4222024-02-22T06:00:17.905Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232024-02-22T06:00:17.905Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4242024-02-22T06:00:17.906Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4252024-02-22T06:00:17.906Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4262024-02-22T06:00:17.906Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4272024-02-22T06:00:17.906Z+ main
4282024-02-22T06:00:17.906Z+ [[ 0 != 0 ]]
4292024-02-22T06:00:17.906Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4302024-02-22T06:00:17.906ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4312024-02-22T06:00:17.906Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4322024-02-22T06:00:17.906ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4332024-02-22T06:00:17.906Z+ local DO_DOWNLOAD=true
4342024-02-22T06:00:17.906Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4352024-02-22T06:00:17.906Z+ mkdir -p out/downloads
4362024-02-22T06:00:17.906Z+ '[' true == true ']'
4372024-02-22T06:00:17.907Z+ echo Downloading...
4382024-02-22T06:00:17.907ZDownloading...
4392024-02-22T06:00:17.907Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4402024-02-22T06:00:17.907Z+ 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
4412024-02-22T06:00:18.176Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4422024-02-22T06:00:18.176Z++ case "$OSTYPE" in
4432024-02-22T06:00:18.182Z++ SHA=sha256sum
4442024-02-22T06:00:18.182Z++ sha256sum
4452024-02-22T06:00:18.182Z++ awk '{print $1}'
4462024-02-22T06:00:18.182Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4472024-02-22T06:00:18.182Z+ [[ 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 ]]
4482024-02-22T06:00:18.182Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4492024-02-22T06:00:18.183Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4502024-02-22T06:00:18.183Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4512024-02-22T06:00:18.183Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4522024-02-22T06:00:18.183Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4532024-02-22T06:00:18.183Z+ main
4542024-02-22T06:00:18.188Z+ [[ 0 != 0 ]]
4552024-02-22T06:00:18.188Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4562024-02-22T06:00:18.188ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4572024-02-22T06:00:18.188Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4582024-02-22T06:00:18.188ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4592024-02-22T06:00:18.188Z+ local DO_DOWNLOAD=true
4602024-02-22T06:00:18.188Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4612024-02-22T06:00:18.188Z+ mkdir -p out/downloads
4622024-02-22T06:00:18.188Z+ '[' true == true ']'
4632024-02-22T06:00:18.188Z+ echo Downloading...
4642024-02-22T06:00:18.188ZDownloading...
4652024-02-22T06:00:18.188Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4662024-02-22T06:00:18.188Z+ 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
4672024-02-22T06:00:18.332Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4682024-02-22T06:00:18.343Z++ case "$OSTYPE" in
4692024-02-22T06:00:18.343Z++ SHA=sha256sum
4702024-02-22T06:00:18.343Z++ sha256sum
4712024-02-22T06:00:18.343Z++ awk '{print $1}'
4722024-02-22T06:00:18.343Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4732024-02-22T06:00:18.343Z+ [[ 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 ]]
4742024-02-22T06:00:18.350Z+ set -o errexit
4752024-02-22T06:00:18.350Z+++ dirname ./tools/ci_download_dendrite_openapi
4762024-02-22T06:00:18.350Z++ cd ./tools
4772024-02-22T06:00:18.351Z++ pwd
4782024-02-22T06:00:18.351Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4792024-02-22T06:00:18.351Z++ basename ./tools/ci_download_dendrite_openapi
4802024-02-22T06:00:18.351Z+ ARG0=ci_download_dendrite_openapi
4812024-02-22T06:00:18.351Z+ TARGET_DIR=out
4822024-02-22T06:00:18.351Z+ DOWNLOAD_DIR=out/downloads
4832024-02-22T06:00:18.351Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4842024-02-22T06:00:18.351Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4852024-02-22T06:00:18.352Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4862024-02-22T06:00:18.352Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4872024-02-22T06:00:18.352Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4882024-02-22T06:00:18.352Z+ main
4892024-02-22T06:00:18.352Z+ [[ 0 != 0 ]]
4902024-02-22T06:00:18.352Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4912024-02-22T06:00:18.352ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4922024-02-22T06:00:18.352ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4932024-02-22T06:00:18.352Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4942024-02-22T06:00:18.353Z+ local DO_DOWNLOAD=true
4952024-02-22T06:00:18.353Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4962024-02-22T06:00:18.353Z+ mkdir -p out/downloads
4972024-02-22T06:00:18.363Z+ '[' true == true ']'
4982024-02-22T06:00:18.363Z+ echo Downloading...
4992024-02-22T06:00:18.363ZDownloading...
5002024-02-22T06:00:18.363Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5012024-02-22T06:00:18.363Z+ 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
5022024-02-22T06:00:18.528Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5032024-02-22T06:00:18.528Z++ case "$OSTYPE" in
5042024-02-22T06:00:18.528Z++ SHA=sha256sum
5052024-02-22T06:00:18.537Z++ sha256sum
5062024-02-22T06:00:18.537Z++ awk '{print $1}'
5072024-02-22T06:00:18.537Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5082024-02-22T06:00:18.537Z+ [[ 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 ]]
5092024-02-22T06:00:18.542Z+ set -o errexit
5102024-02-22T06:00:18.542Z+++ dirname ./tools/ci_download_dendrite_stub
5112024-02-22T06:00:18.552Z++ cd ./tools
5122024-02-22T06:00:18.552Z++ pwd
5132024-02-22T06:00:18.552Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142024-02-22T06:00:18.552Z++ basename ./tools/ci_download_dendrite_stub
5152024-02-22T06:00:18.552Z+ ARG0=ci_download_dendrite_stub
5162024-02-22T06:00:18.552Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5172024-02-22T06:00:18.553Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5182024-02-22T06:00:18.553Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5192024-02-22T06:00:18.553Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5202024-02-22T06:00:18.553Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5212024-02-22T06:00:18.553Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5222024-02-22T06:00:18.553Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5232024-02-22T06:00:18.553Z+ TARGET_DIR=out
5242024-02-22T06:00:18.553Z+ DOWNLOAD_DIR=out/downloads
5252024-02-22T06:00:18.553Z+ DEST_DIR=./out/dendrite-stub
5262024-02-22T06:00:18.553Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5272024-02-22T06:00:18.553Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5282024-02-22T06:00:18.553Z+ REPO=oxidecomputer/dendrite
5292024-02-22T06:00:18.553Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5302024-02-22T06:00:18.553Z+ main
5312024-02-22T06:00:18.553Z+ [[ 0 != 0 ]]
5322024-02-22T06:00:18.553Z+ CIDL_OS=solaris2.11
5332024-02-22T06:00:18.553Z+ [[ 0 != 0 ]]
5342024-02-22T06:00:18.553Z+ configure_os solaris2.11
5352024-02-22T06:00:18.554Z+ echo 'current directory: /work/oxidecomputer/omicron'
5362024-02-22T06:00:18.554Zcurrent directory: /work/oxidecomputer/omicron
5372024-02-22T06:00:18.554Z+ echo 'configuring based on OS: "solaris2.11"'
5382024-02-22T06:00:18.554Z+ case "$1" in
5392024-02-22T06:00:18.554Zconfiguring based on OS: "solaris2.11"
5402024-02-22T06:00:18.554Z+ SET_BINARIES=
5412024-02-22T06:00:18.554Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5422024-02-22T06:00:18.554Z+ CIDL_SHA256FUNC=do_sha256sum
5432024-02-22T06:00:18.554Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5442024-02-22T06:00:18.554Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5452024-02-22T06:00:18.554Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5462024-02-22T06:00:18.554Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5472024-02-22T06:00:18.554ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5482024-02-22T06:00:18.554Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5492024-02-22T06:00:18.554ZLocal file: out/downloads/dendrite-stub.tar.gz
5502024-02-22T06:00:18.554Z+ mkdir -p out/downloads
5512024-02-22T06:00:18.561Z+ mkdir -p ./out/dendrite-stub
5522024-02-22T06:00:18.561Z+ fetch_and_verify
5532024-02-22T06:00:18.561Z+ local DO_DOWNLOAD=true
5542024-02-22T06:00:18.561Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5552024-02-22T06:00:18.561Z+ '[' true == true ']'
5562024-02-22T06:00:18.561Z+ echo Downloading...
5572024-02-22T06:00:18.561ZDownloading...
5582024-02-22T06:00:18.561Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5592024-02-22T06:00:18.561Z+ 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
5602024-02-22T06:00:32.341Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5612024-02-22T06:00:32.347Z++ sha256sum
5622024-02-22T06:00:32.347Z++ awk '{print $1}'
5632024-02-22T06:00:32.373Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5642024-02-22T06:00:32.373Z+ [[ 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 ]]
5652024-02-22T06:00:32.373Z+ do_untar out/downloads/dendrite-stub.tar.gz
5662024-02-22T06:00:32.373Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5672024-02-22T06:00:33.463Z+ do_assemble
5682024-02-22T06:00:33.463Z+ rm -r ./out/dendrite-stub
5692024-02-22T06:00:33.515Z+ mkdir ./out/dendrite-stub
5702024-02-22T06:00:33.515Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5712024-02-22T06:00:33.516Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5722024-02-22T06:00:33.516Z+ set -o errexit
5732024-02-22T06:00:33.516Z+++ dirname ./tools/ci_download_maghemite_mgd
5742024-02-22T06:00:33.516Z++ cd ./tools
5752024-02-22T06:00:33.516Z++ pwd
5762024-02-22T06:00:33.517Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5772024-02-22T06:00:33.517Z++ basename ./tools/ci_download_maghemite_mgd
5782024-02-22T06:00:33.517Z+ ARG0=ci_download_maghemite_mgd
5792024-02-22T06:00:33.517Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5802024-02-22T06:00:33.517Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5812024-02-22T06:00:33.517Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5822024-02-22T06:00:33.517Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5832024-02-22T06:00:33.517Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5842024-02-22T06:00:33.517Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5852024-02-22T06:00:33.518Z+ TARGET_DIR=out
5862024-02-22T06:00:33.518Z+ DOWNLOAD_DIR=out/downloads
5872024-02-22T06:00:33.518Z+ DEST_DIR=./out/mgd
5882024-02-22T06:00:33.518Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5892024-02-22T06:00:33.518Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902024-02-22T06:00:33.518Z+ REPO=oxidecomputer/maghemite
5912024-02-22T06:00:33.518Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5922024-02-22T06:00:33.518Z+ main
5932024-02-22T06:00:33.519Z+ [[ 0 != 0 ]]
5942024-02-22T06:00:33.519Z+ CIDL_OS=solaris2.11
5952024-02-22T06:00:33.519Z+ [[ 0 != 0 ]]
5962024-02-22T06:00:33.519Z+ configure_os solaris2.11
5972024-02-22T06:00:33.519Z+ echo 'current directory: /work/oxidecomputer/omicron'
5982024-02-22T06:00:33.519Zcurrent directory: /work/oxidecomputer/omicron
5992024-02-22T06:00:33.519Z+ echo 'configuring based on OS: "solaris2.11"'
6002024-02-22T06:00:33.519Z+ case "$1" in
6012024-02-22T06:00:33.520Z+ SET_BINARIES=
6022024-02-22T06:00:33.520Zconfiguring based on OS: "solaris2.11"
6032024-02-22T06:00:33.520Z+ CIDL_SHA256FUNC=do_sha256sum
6042024-02-22T06:00:33.520Z+ TARBALL_FILENAME=mgd.tar.gz
6052024-02-22T06:00:33.520Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6062024-02-22T06:00:33.520Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6072024-02-22T06:00:33.520Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6082024-02-22T06:00:33.520ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6092024-02-22T06:00:33.521Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102024-02-22T06:00:33.521Z+ mkdir -p out/downloads
6112024-02-22T06:00:33.521ZLocal file: out/downloads/mgd.tar.gz
6122024-02-22T06:00:33.521Z+ mkdir -p ./out/mgd
6132024-02-22T06:00:33.521Z+ fetch_and_verify
6142024-02-22T06:00:33.521Z+ local DO_DOWNLOAD=true
6152024-02-22T06:00:33.521Z+ [[ -f out/downloads/mgd.tar.gz ]]
6162024-02-22T06:00:33.521Z+ '[' true == true ']'
6172024-02-22T06:00:33.522Z+ echo Downloading...
6182024-02-22T06:00:33.522ZDownloading...
6192024-02-22T06:00:33.522Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6202024-02-22T06:00:33.522Z+ 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
6212024-02-22T06:00:40.426Z++ do_sha256sum out/downloads/mgd.tar.gz
6222024-02-22T06:00:40.431Z++ sha256sum
6232024-02-22T06:00:40.431Z++ awk '{print $1}'
6242024-02-22T06:00:40.445Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6252024-02-22T06:00:40.452Z+ [[ 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 ]]
6262024-02-22T06:00:40.452Z+ do_untar out/downloads/mgd.tar.gz
6272024-02-22T06:00:40.452Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6282024-02-22T06:00:40.907Z+ do_assemble
6292024-02-22T06:00:40.912Z+ rm -r ./out/mgd
6302024-02-22T06:00:40.912Z+ mkdir ./out/mgd
6312024-02-22T06:00:40.912Z+ cp -r out/downloads/root ./out/mgd/root
6322024-02-22T06:00:41.046Z+ set -o errexit
6332024-02-22T06:00:41.050Z+++ dirname ./tools/ci_download_transceiver_control
6342024-02-22T06:00:41.051Z++ cd ./tools
6352024-02-22T06:00:41.051Z++ pwd
6362024-02-22T06:00:41.051Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372024-02-22T06:00:41.051Z++ basename ./tools/ci_download_transceiver_control
6382024-02-22T06:00:41.059Z+ ARG0=ci_download_transceiver_control
6392024-02-22T06:00:41.059Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6402024-02-22T06:00:41.059Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412024-02-22T06:00:41.059Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422024-02-22T06:00:41.059Z+ TARGET_DIR=out
6432024-02-22T06:00:41.059Z+ DOWNLOAD_DIR=out/downloads
6442024-02-22T06:00:41.059Z+ DEST_DIR=./out/transceiver-control
6452024-02-22T06:00:41.059Z+ BIN_DIR=/opt/oxide/bin
6462024-02-22T06:00:41.059Z+ BINARY=xcvradm
6472024-02-22T06:00:41.059Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482024-02-22T06:00:41.059Z+ REPO=oxidecomputer/transceiver-control
6492024-02-22T06:00:41.059Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502024-02-22T06:00:41.059Z+ main
6512024-02-22T06:00:41.059Z+ [[ 0 != 0 ]]
6522024-02-22T06:00:41.059Z+ CIDL_OS=solaris2.11
6532024-02-22T06:00:41.059Z+ [[ 0 != 0 ]]
6542024-02-22T06:00:41.059Z+ configure_os solaris2.11
6552024-02-22T06:00:41.059Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562024-02-22T06:00:41.059Zcurrent directory: /work/oxidecomputer/omicron
6572024-02-22T06:00:41.059Z+ echo 'configuring based on OS: "solaris2.11"'
6582024-02-22T06:00:41.060Z+ case "$1" in
6592024-02-22T06:00:41.060Zconfiguring based on OS: "solaris2.11"
6602024-02-22T06:00:41.060Z+ SET_BINARIES=
6612024-02-22T06:00:41.060Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622024-02-22T06:00:41.060Z+ CIDL_SHA256FUNC=do_sha256sum
6632024-02-22T06:00:41.060Z+ ARCHIVE_FILENAME=xcvradm.gz
6642024-02-22T06:00:41.060Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652024-02-22T06:00:41.060Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6662024-02-22T06:00:41.060Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6672024-02-22T06:00:41.060ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682024-02-22T06:00:41.060Z+ echo 'Local file: out/downloads/xcvradm.gz'
6692024-02-22T06:00:41.060Z+ mkdir -p out/downloads
6702024-02-22T06:00:41.060ZLocal file: out/downloads/xcvradm.gz
6712024-02-22T06:00:41.060Z+ mkdir -p ./out/transceiver-control
6722024-02-22T06:00:41.060Z+ fetch_and_verify
6732024-02-22T06:00:41.060Z+ local DO_DOWNLOAD=true
6742024-02-22T06:00:41.060Z+ [[ -f out/downloads/xcvradm.gz ]]
6752024-02-22T06:00:41.060Z+ '[' true == true ']'
6762024-02-22T06:00:41.066Z+ echo Downloading...
6772024-02-22T06:00:41.067ZDownloading...
6782024-02-22T06:00:41.067Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6792024-02-22T06:00:41.067Z+ 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
6802024-02-22T06:00:44.058Z++ do_sha256sum out/downloads/xcvradm.gz
6812024-02-22T06:00:44.063Z++ sha256sum
6822024-02-22T06:00:44.063Z++ awk '{print $1}'
6832024-02-22T06:00:44.069Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842024-02-22T06:00:44.069Z+ [[ 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 ]]
6852024-02-22T06:00:44.069Z+ do_unpack out/downloads/xcvradm.gz
6862024-02-22T06:00:44.069Z+ mkdir -p out/downloads/root//opt/oxide/bin
6872024-02-22T06:00:44.086Z+ gzip -dc out/downloads/xcvradm.gz
6882024-02-22T06:00:44.230Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6892024-02-22T06:00:44.680Z+ do_assemble
6902024-02-22T06:00:44.680Z+ rm -r ./out/transceiver-control
6912024-02-22T06:00:44.680Z+ mkdir ./out/transceiver-control
6922024-02-22T06:00:44.680Z+ cp -r out/downloads/root ./out/transceiver-control/root
6932024-02-22T06:00:44.680ZAll prerequisites installed successfully
6942024-02-22T06:00:44.680Z
6952024-02-22T06:00:44.680Zreal 1:59.777240172
6962024-02-22T06:00:44.680Zuser 34.488609704
6972024-02-22T06:00:44.681Zsys 6.596848925
6982024-02-22T06:00:44.681Ztrap 0.008238113
6992024-02-22T06:00:44.681Ztflt 0.202480188
7002024-02-22T06:00:44.681Zdflt 0.538728713
7012024-02-22T06:00:44.681Zkflt 0.264594507
7022024-02-22T06:00:44.681Zlock 1.883764084
7032024-02-22T06:00:44.681Zslp 4:05.238895263
7042024-02-22T06:00:44.681Zlat 1.815605254
7052024-02-22T06:00:44.681Zstop 0.159931884
7062024-02-22T06:00:44.681Z+ ptime -m ./tools/ci_download_softnpu_machinery
7072024-02-22T06:00:44.681Zfetching npuzone
7082024-02-22T06:00:44.681ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7092024-02-22T06:00:44.682Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7102024-02-22T06:00:44.682ZGetting hash for npuzone
7112024-02-22T06:00:44.682Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7122024-02-22T06:00:54.438Znpuzone downloaded successfully
7132024-02-22T06:00:54.442Z
7142024-02-22T06:00:54.449Zreal 10.094549667
7152024-02-22T06:00:54.449Zuser 0.373493283
7162024-02-22T06:00:54.449Zsys 0.150920743
7172024-02-22T06:00:54.449Ztrap 0.000059972
7182024-02-22T06:00:54.449Ztflt 0.000000000
7192024-02-22T06:00:54.449Zdflt 0.000000000
7202024-02-22T06:00:54.449Zkflt 0.000000000
7212024-02-22T06:00:54.449Zlock 0.000000000
7222024-02-22T06:00:54.449Zslp 29.602939545
7232024-02-22T06:00:54.449Zlat 0.126247999
7242024-02-22T06:00:54.449Zstop 0.000168914
7252024-02-22T06:00:54.449Z+ export CARGO_INCREMENTAL=0
7262024-02-22T06:00:54.449Z+ CARGO_INCREMENTAL=0
7272024-02-22T06:00:54.449Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7282024-02-22T06:00:54.657Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7292024-02-22T06:00:54.989Z Updating git repository `https://github.com/oxidecomputer/samael`
7302024-02-22T06:00:55.320Z Updating crates.io index
7312024-02-22T06:00:55.323Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7322024-02-22T06:00:56.080Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-02-22T06:00:57.729Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-02-22T06:00:58.274Z Updating git repository `http://github.com/oxidecomputer/tofino`
7352024-02-22T06:00:58.568Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7362024-02-22T06:00:58.845Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7372024-02-22T06:00:59.097Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382024-02-22T06:00:59.946Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392024-02-22T06:01:02.032Z Updating git repository `https://github.com/oxidecomputer/opte`
7402024-02-22T06:01:03.003Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7412024-02-22T06:01:03.305Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7422024-02-22T06:01:03.858Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7432024-02-22T06:01:04.224Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7442024-02-22T06:01:04.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7452024-02-22T06:01:04.888Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7462024-02-22T06:01:05.270Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7472024-02-22T06:01:05.755Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7482024-02-22T06:01:06.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7492024-02-22T06:01:06.598Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-02-22T06:01:06.977Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7512024-02-22T06:01:07.257Z Updating git repository `https://github.com/jgallagher/nix`
7522024-02-22T06:01:08.283Z Updating git repository `https://github.com/cbiffle/hubpack`
7532024-02-22T06:01:08.693Z Updating git repository `https://github.com/oxidecomputer/typify`
7542024-02-22T06:01:10.192Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7552024-02-22T06:01:10.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7562024-02-22T06:01:10.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7572024-02-22T06:01:12.113Z Downloading crates ...
7582024-02-22T06:01:12.328Z Downloaded libloading v0.7.4
7592024-02-22T06:01:12.335Z Downloaded is-terminal v0.4.9
7602024-02-22T06:01:12.341Z Downloaded addr2line v0.21.0
7612024-02-22T06:01:12.341Z Downloaded ciborium-io v0.2.2
7622024-02-22T06:01:12.347Z Downloaded lazy_static v1.4.0
7632024-02-22T06:01:12.363Z Downloaded lazycell v1.3.0
7642024-02-22T06:01:12.363Z Downloaded linear-map v1.2.0
7652024-02-22T06:01:12.363Z Downloaded cipher v0.4.4
7662024-02-22T06:01:12.363Z Downloaded cfg-if v1.0.0
7672024-02-22T06:01:12.368Z Downloaded constant_time_eq v0.3.0
7682024-02-22T06:01:12.374Z Downloaded cexpr v0.6.0
7692024-02-22T06:01:12.379Z Downloaded libefi-sys v0.1.0
7702024-02-22T06:01:12.379Z Downloaded ciborium-ll v0.2.2
7712024-02-22T06:01:12.379Z Downloaded chacha20 v0.9.1
7722024-02-22T06:01:12.390Z Downloaded cassowary v0.3.0
7732024-02-22T06:01:12.390Z Downloaded macaddr v1.0.1
7742024-02-22T06:01:12.390Z Downloaded lru v0.12.1
7752024-02-22T06:01:12.412Z Downloaded lock_api v0.4.10
7762024-02-22T06:01:12.412Z Downloaded schemars v0.8.16
7772024-02-22T06:01:12.421Z Downloaded matches v0.1.10
7782024-02-22T06:01:12.422Z Downloaded tap v1.0.1
7792024-02-22T06:01:12.422Z Downloaded synstructure v0.12.6
7802024-02-22T06:01:12.422Z Downloaded serde_repr v0.1.16
7812024-02-22T06:01:12.422Z Downloaded structmeta-derive v0.3.0
7822024-02-22T06:01:12.422Z Downloaded serde_spanned v0.6.5
7832024-02-22T06:01:12.422Z Downloaded async-stream-impl v0.3.5
7842024-02-22T06:01:12.433Z Downloaded memoffset v0.7.1
7852024-02-22T06:01:12.433Z Downloaded salty v0.2.0
7862024-02-22T06:01:12.433Z Downloaded atty v0.2.14
7872024-02-22T06:01:12.438Z Downloaded time v0.3.27
7882024-02-22T06:01:12.444Z Downloaded block-padding v0.3.3
7892024-02-22T06:01:12.444Z Downloaded miniz_oxide v0.7.1
7902024-02-22T06:01:12.451Z Downloaded clang-sys v1.6.1
7912024-02-22T06:01:12.451Z Downloaded chacha20poly1305 v0.10.1
7922024-02-22T06:01:12.456Z Downloaded clap_derive v4.5.0
7932024-02-22T06:01:12.457Z Downloaded httpdate v1.0.3
7942024-02-22T06:01:12.457Z Downloaded hubpack_derive v0.1.1
7952024-02-22T06:01:12.463Z Downloaded castaway v0.2.2
7962024-02-22T06:01:12.463Z Downloaded crossbeam-epoch v0.9.15
7972024-02-22T06:01:12.481Z Downloaded ident_case v1.0.1
7982024-02-22T06:01:12.481Z Downloaded hubpack v0.1.2
7992024-02-22T06:01:12.481Z Downloaded stable_deref_trait v1.2.0
8002024-02-22T06:01:12.482Z Downloaded http-range v0.1.5
8012024-02-22T06:01:12.487Z Downloaded match_cfg v0.1.0
8022024-02-22T06:01:12.487Z Downloaded anstyle-query v1.0.0
8032024-02-22T06:01:12.487Z Downloaded crucible-workspace-hack v0.1.0
8042024-02-22T06:01:12.487Z Downloaded mime v0.3.17
8052024-02-22T06:01:12.488Z Downloaded async-stream v0.3.5
8062024-02-22T06:01:12.488Z Downloaded cancel-safe-futures v0.1.5
8072024-02-22T06:01:12.488Z Downloaded iana-time-zone v0.1.57
8082024-02-22T06:01:12.488Z Downloaded home v0.5.5
8092024-02-22T06:01:12.494Z Downloaded new_debug_unreachable v1.0.4
8102024-02-22T06:01:12.494Z Downloaded bitfield v0.14.0
8112024-02-22T06:01:12.494Z Downloaded base16ct v0.2.0
8122024-02-22T06:01:12.500Z Downloaded hostname v0.3.1
8132024-02-22T06:01:12.500Z Downloaded crc v3.0.1
8142024-02-22T06:01:12.509Z Downloaded instant v0.1.12
8152024-02-22T06:01:12.509Z Downloaded cstr-argument v0.1.2
8162024-02-22T06:01:12.510Z Downloaded take_mut v0.2.2
8172024-02-22T06:01:12.510Z Downloaded nodrop v0.1.14
8182024-02-22T06:01:12.510Z Downloaded compact_str v0.7.1
8192024-02-22T06:01:12.518Z Downloaded camino v1.1.6
8202024-02-22T06:01:12.519Z Downloaded bitflags v1.3.2
8212024-02-22T06:01:12.532Z Downloaded hyper-tls v0.5.0
8222024-02-22T06:01:12.533Z Downloaded is_ci v1.2.0
8232024-02-22T06:01:12.533Z Downloaded highway v1.1.0
8242024-02-22T06:01:12.533Z Downloaded crunchy v0.2.2
8252024-02-22T06:01:12.533Z Downloaded lalrpop-util v0.19.12
8262024-02-22T06:01:12.533Z Downloaded maybe-uninit v2.0.0
8272024-02-22T06:01:12.533Z Downloaded indoc v2.0.3
8282024-02-22T06:01:12.539Z Downloaded async-trait v0.1.77
8292024-02-22T06:01:12.539Z Downloaded arrayvec v0.7.4
8302024-02-22T06:01:12.539Z Downloaded time-core v0.1.1
8312024-02-22T06:01:12.544Z Downloaded strum_macros v0.24.3
8322024-02-22T06:01:12.544Z Downloaded newtype-uuid v1.0.1
8332024-02-22T06:01:12.544Z Downloaded openssl-probe v0.1.5
8342024-02-22T06:01:12.550Z Downloaded md-5 v0.10.5
8352024-02-22T06:01:12.550Z Downloaded multimap v0.10.0
8362024-02-22T06:01:12.550Z Downloaded crc-catalog v2.2.0
8372024-02-22T06:01:12.556Z Downloaded mockall v0.12.0
8382024-02-22T06:01:12.556Z Downloaded arc-swap v1.6.0
8392024-02-22T06:01:12.569Z Downloaded usdt-attr-macro v0.5.0
8402024-02-22T06:01:12.570Z Downloaded num_enum_derive v0.5.11
8412024-02-22T06:01:12.574Z Downloaded crossbeam-deque v0.8.3
8422024-02-22T06:01:12.575Z Downloaded nanorand v0.7.0
8432024-02-22T06:01:12.575Z Downloaded cookie v0.18.0
8442024-02-22T06:01:12.575Z Downloaded newtype_derive v0.1.6
8452024-02-22T06:01:12.575Z Downloaded hyper-rustls v0.24.2
8462024-02-22T06:01:12.589Z Downloaded httparse v1.8.0
8472024-02-22T06:01:12.590Z Downloaded crypto-common v0.1.6
8482024-02-22T06:01:12.590Z Downloaded kstat-rs v0.2.3
8492024-02-22T06:01:12.601Z Downloaded crc32fast v1.3.2
8502024-02-22T06:01:12.601Z Downloaded async-recursion v1.0.5
8512024-02-22T06:01:12.601Z Downloaded csv-core v0.1.11
8522024-02-22T06:01:12.601Z Downloaded num-derive v0.4.0
8532024-02-22T06:01:12.601Z Downloaded pretty-hex v0.2.1
8542024-02-22T06:01:12.601Z Downloaded pretty-hex v0.4.1
8552024-02-22T06:01:12.601Z Downloaded structmeta v0.3.0
8562024-02-22T06:01:12.601Z Downloaded anyhow v1.0.75
8572024-02-22T06:01:12.608Z Downloaded signal-hook-tokio v0.3.1
8582024-02-22T06:01:12.608Z Downloaded precomputed-hash v0.1.1
8592024-02-22T06:01:12.608Z Downloaded slab v0.4.9
8602024-02-22T06:01:12.608Z Downloaded resolv-conf v0.7.0
8612024-02-22T06:01:12.608Z Downloaded hash32 v0.2.1
8622024-02-22T06:01:12.613Z Downloaded strip-ansi-escapes v0.2.0
8632024-02-22T06:01:12.613Z Downloaded fs-err v2.11.0
8642024-02-22T06:01:12.613Z Downloaded mime_guess v2.0.4
8652024-02-22T06:01:12.620Z Downloaded indoc v1.0.9
8662024-02-22T06:01:12.620Z Downloaded unicode-width v0.1.11
8672024-02-22T06:01:12.620Z Downloaded headers-core v0.2.0
8682024-02-22T06:01:12.620Z Downloaded oso-derive v0.27.0
8692024-02-22T06:01:12.627Z Downloaded snafu-derive v0.7.5
8702024-02-22T06:01:12.627Z Downloaded opaque-debug v0.3.0
8712024-02-22T06:01:12.627Z Downloaded ipnet v2.9.0
8722024-02-22T06:01:12.632Z Downloaded untrusted v0.7.1
8732024-02-22T06:01:12.632Z Downloaded packed_struct v0.10.1
8742024-02-22T06:01:12.632Z Downloaded native-tls v0.2.11
8752024-02-22T06:01:12.638Z Downloaded num_enum v0.5.11
8762024-02-22T06:01:12.638Z Downloaded difflib v0.4.0
8772024-02-22T06:01:12.644Z Downloaded cpufeatures v0.2.12
8782024-02-22T06:01:12.644Z Downloaded path-slash v0.1.5
8792024-02-22T06:01:12.644Z Downloaded rusty-fork v0.3.0
8802024-02-22T06:01:12.644Z Downloaded clap_lex v0.7.0
8812024-02-22T06:01:12.654Z Downloaded sha1 v0.10.6
8822024-02-22T06:01:12.654Z Downloaded stringprep v0.1.3
8832024-02-22T06:01:12.654Z Downloaded signal-hook-registry v1.4.1
8842024-02-22T06:01:12.659Z Downloaded nu-ansi-term v0.50.0
8852024-02-22T06:01:12.660Z Downloaded allocator-api2 v0.2.16
8862024-02-22T06:01:12.660Z Downloaded tokio-macros v2.2.0
8872024-02-22T06:01:12.660Z Downloaded same-file v1.0.6
8882024-02-22T06:01:12.660Z Downloaded fixedbitset v0.4.2
8892024-02-22T06:01:12.676Z Downloaded waitgroup v0.1.2
8902024-02-22T06:01:12.677Z Downloaded slog-term v2.9.0
8912024-02-22T06:01:12.677Z Downloaded termcolor v1.2.0
8922024-02-22T06:01:12.677Z Downloaded signal-hook-mio v0.2.3
8932024-02-22T06:01:12.684Z Downloaded num-rational v0.4.1
8942024-02-22T06:01:12.684Z Downloaded num_cpus v1.16.0
8952024-02-22T06:01:12.684Z Downloaded proc-macro-error-attr v1.0.4
8962024-02-22T06:01:12.684Z Downloaded thread_local v1.1.7
8972024-02-22T06:01:12.684Z Downloaded scheduled-thread-pool v0.2.7
8982024-02-22T06:01:12.684Z Downloaded phf_shared v0.10.0
8992024-02-22T06:01:12.684Z Downloaded crc-any v2.4.3
9002024-02-22T06:01:12.684Z Downloaded hash32 v0.3.1
9012024-02-22T06:01:12.684Z Downloaded signal-hook v0.3.17
9022024-02-22T06:01:12.690Z Downloaded scopeguard v1.2.0
9032024-02-22T06:01:12.690Z Downloaded equivalent v1.0.1
9042024-02-22T06:01:12.690Z Downloaded crossbeam-utils v0.8.16
9052024-02-22T06:01:12.695Z Downloaded tui-tree-widget v0.17.0
9062024-02-22T06:01:12.695Z Downloaded serde_tokenstream v0.1.7
9072024-02-22T06:01:12.695Z Downloaded pem v3.0.2
9082024-02-22T06:01:12.702Z Downloaded spki v0.7.2
9092024-02-22T06:01:12.702Z Downloaded sqlparser_derive v0.2.2
9102024-02-22T06:01:12.703Z Downloaded textwrap v0.11.0
9112024-02-22T06:01:12.703Z Downloaded parse-display-derive v0.9.0
9122024-02-22T06:01:12.707Z Downloaded once_cell v1.19.0
9132024-02-22T06:01:12.707Z Downloaded dtrace-parser v0.1.14
9142024-02-22T06:01:12.708Z Downloaded darling_macro v0.14.4
9152024-02-22T06:01:12.712Z Downloaded tower-service v0.3.2
9162024-02-22T06:01:12.712Z Downloaded hmac v0.12.1
9172024-02-22T06:01:12.712Z Downloaded ucd-trie v0.1.6
9182024-02-22T06:01:12.719Z Downloaded num-integer v0.1.46
9192024-02-22T06:01:12.719Z Downloaded serde_plain v1.0.2
9202024-02-22T06:01:12.720Z Downloaded unicode-linebreak v0.1.5
9212024-02-22T06:01:12.725Z Downloaded rustc_version v0.4.0
9222024-02-22T06:01:12.725Z Downloaded typenum v1.16.0
9232024-02-22T06:01:12.725Z Downloaded memchr v2.6.3
9242024-02-22T06:01:12.731Z Downloaded structopt-derive v0.4.18
9252024-02-22T06:01:12.731Z Downloaded num-traits v0.2.16
9262024-02-22T06:01:12.735Z Downloaded unicode-ident v1.0.12
9272024-02-22T06:01:12.735Z Downloaded proc-macro-error v1.0.4
9282024-02-22T06:01:12.740Z Downloaded serde_path_to_error v0.1.15
9292024-02-22T06:01:12.745Z Downloaded shlex v1.3.0
9302024-02-22T06:01:12.745Z Downloaded const-oid v0.9.5
9312024-02-22T06:01:12.745Z Downloaded semver-parser v0.10.2
9322024-02-22T06:01:12.750Z Downloaded thread-id v4.2.0
9332024-02-22T06:01:12.750Z Downloaded quote v1.0.35
9342024-02-22T06:01:12.754Z Downloaded either v1.10.0
9352024-02-22T06:01:12.754Z Downloaded walkdir v2.4.0
9362024-02-22T06:01:12.754Z Downloaded sqlformat v0.2.3
9372024-02-22T06:01:12.760Z Downloaded curve25519-dalek-derive v0.1.0
9382024-02-22T06:01:12.760Z Downloaded olpc-cjson v0.1.3
9392024-02-22T06:01:12.760Z Downloaded slog-async v2.8.0
9402024-02-22T06:01:12.761Z Downloaded ed25519 v1.5.3
9412024-02-22T06:01:12.769Z Downloaded defmt-parser v0.3.3
9422024-02-22T06:01:12.769Z Downloaded multer v3.0.0
9432024-02-22T06:01:12.779Z Downloaded peeking_take_while v0.1.2
9442024-02-22T06:01:12.780Z Downloaded funty v2.0.0
9452024-02-22T06:01:12.784Z Downloaded enum-as-inner v0.5.1
9462024-02-22T06:01:12.784Z Downloaded utf-8 v0.7.6
9472024-02-22T06:01:12.784Z Downloaded percent-encoding v2.3.1
9482024-02-22T06:01:12.784Z Downloaded pkcs1 v0.7.5
9492024-02-22T06:01:12.790Z Downloaded smf v0.2.2
9502024-02-22T06:01:12.790Z Downloaded rustfmt-wrapper v0.2.0
9512024-02-22T06:01:12.790Z Downloaded darling v0.20.3
9522024-02-22T06:01:12.790Z Downloaded slog-json v2.6.1
9532024-02-22T06:01:12.790Z Downloaded rustc-hash v1.1.0
9542024-02-22T06:01:12.790Z Downloaded socket2 v0.4.9
9552024-02-22T06:01:12.790Z Downloaded secrecy v0.8.0
9562024-02-22T06:01:12.790Z Downloaded embedded-io v0.4.0
9572024-02-22T06:01:12.797Z Downloaded serde_derive_internals v0.26.0
9582024-02-22T06:01:12.797Z Downloaded backtrace v0.3.69
9592024-02-22T06:01:12.805Z Downloaded foreign-types-shared v0.1.1
9602024-02-22T06:01:12.805Z Downloaded base64 v0.21.7
9612024-02-22T06:01:12.805Z Downloaded tiny-keccak v2.0.2
9622024-02-22T06:01:12.811Z Downloaded rand_chacha v0.3.1
9632024-02-22T06:01:12.811Z Downloaded usdt-macro v0.3.5
9642024-02-22T06:01:12.811Z Downloaded downcast v0.11.0
9652024-02-22T06:01:12.811Z Downloaded vte_generate_state_changes v0.1.1
9662024-02-22T06:01:12.811Z Downloaded ena v0.14.2
9672024-02-22T06:01:12.819Z Downloaded ryu v1.0.15
9682024-02-22T06:01:12.819Z Downloaded indexmap v2.2.3
9692024-02-22T06:01:12.825Z Downloaded version_check v0.9.4
9702024-02-22T06:01:12.825Z Downloaded vec_map v0.8.2
9712024-02-22T06:01:12.826Z Downloaded wyz v0.5.1
9722024-02-22T06:01:12.826Z Downloaded packed_struct_codegen v0.10.1
9732024-02-22T06:01:12.826Z Downloaded term v0.7.0
9742024-02-22T06:01:12.831Z Downloaded r2d2 v0.8.10
9752024-02-22T06:01:12.831Z Downloaded postgres-types v0.2.6
9762024-02-22T06:01:12.836Z Downloaded predicates v3.1.0
9772024-02-22T06:01:12.841Z Downloaded rustversion v1.0.14
9782024-02-22T06:01:12.841Z Downloaded fd-lock v3.0.13
9792024-02-22T06:01:12.846Z Downloaded http v1.0.0
9802024-02-22T06:01:12.846Z Downloaded rustls-pemfile v2.1.0
9812024-02-22T06:01:12.851Z Downloaded rustc-demangle v0.1.23
9822024-02-22T06:01:12.851Z Downloaded omicron-zone-package v0.11.0
9832024-02-22T06:01:12.856Z Downloaded diesel_table_macro_syntax v0.1.0
9842024-02-22T06:01:12.856Z Downloaded try-lock v0.2.4
9852024-02-22T06:01:12.857Z Downloaded papergrid v0.11.0
9862024-02-22T06:01:12.862Z Downloaded tinyvec_macros v0.1.1
9872024-02-22T06:01:12.862Z Downloaded http v0.2.11
9882024-02-22T06:01:12.880Z Downloaded dof v0.3.0
9892024-02-22T06:01:12.880Z Downloaded pem-rfc7468 v0.7.0
9902024-02-22T06:01:12.885Z Downloaded structopt v0.3.26
9912024-02-22T06:01:12.885Z Downloaded usdt-attr-macro v0.3.5
9922024-02-22T06:01:12.885Z Downloaded tracing-attributes v0.1.26
9932024-02-22T06:01:12.885Z Downloaded cc v1.0.83
9942024-02-22T06:01:12.885Z Downloaded indicatif v0.17.8
9952024-02-22T06:01:12.891Z Downloaded debug-ignore v1.0.5
9962024-02-22T06:01:12.891Z Downloaded xattr v1.0.1
9972024-02-22T06:01:12.896Z Downloaded rayon-core v1.12.0
9982024-02-22T06:01:12.896Z Downloaded terminal_size v0.3.0
9992024-02-22T06:01:12.896Z Downloaded time-macros v0.2.13
10002024-02-22T06:01:12.902Z Downloaded oso v0.27.0
10012024-02-22T06:01:12.909Z Downloaded bzip2 v0.4.4
10022024-02-22T06:01:12.909Z Downloaded doc-comment v0.3.3
10032024-02-22T06:01:12.909Z Downloaded subprocess v0.2.9
10042024-02-22T06:01:12.914Z Downloaded rcgen v0.12.1
10052024-02-22T06:01:12.914Z Downloaded fxhash v0.2.1
10062024-02-22T06:01:12.914Z Downloaded foreign-types v0.3.2
10072024-02-22T06:01:12.914Z Downloaded tokio-tungstenite v0.20.1
10082024-02-22T06:01:12.919Z Downloaded openssl-sys v0.9.96
10092024-02-22T06:01:12.924Z Downloaded thiserror-impl-no-std v2.0.2
10102024-02-22T06:01:12.924Z Downloaded heck v0.4.1
10112024-02-22T06:01:12.943Z Downloaded thiserror v1.0.57
10122024-02-22T06:01:12.943Z Downloaded derive_builder_macro v0.12.0
10132024-02-22T06:01:12.955Z Downloaded usdt-impl v0.3.5
10142024-02-22T06:01:12.955Z Downloaded der_derive v0.7.2
10152024-02-22T06:01:12.955Z Downloaded yasna v0.5.2
10162024-02-22T06:01:12.956Z Downloaded dyn-clone v1.0.16
10172024-02-22T06:01:12.956Z Downloaded string_cache v0.8.7
10182024-02-22T06:01:12.956Z Downloaded shell-words v1.1.0
10192024-02-22T06:01:12.956Z Downloaded siphasher v0.3.11
10202024-02-22T06:01:12.957Z Downloaded num_threads v0.1.6
10212024-02-22T06:01:12.957Z Downloaded defmt-macros v0.3.6
10222024-02-22T06:01:12.957Z Downloaded strum v0.25.0
10232024-02-22T06:01:12.957Z Downloaded heck v0.3.3
10242024-02-22T06:01:12.958Z Downloaded zeroize v1.7.0
10252024-02-22T06:01:12.958Z Downloaded dtrace-parser v0.2.0
10262024-02-22T06:01:12.965Z Downloaded proc-macro-crate v1.3.1
10272024-02-22T06:01:12.965Z Downloaded num-bigint v0.4.4
10282024-02-22T06:01:12.965Z Downloaded smallvec v0.6.14
10292024-02-22T06:01:12.965Z Downloaded radium v0.7.0
10302024-02-22T06:01:12.965Z Downloaded pkcs8 v0.10.2
10312024-02-22T06:01:12.969Z Downloaded unicode_categories v0.1.1
10322024-02-22T06:01:12.969Z Downloaded unicode-segmentation v1.10.1
10332024-02-22T06:01:12.974Z Downloaded snafu v0.7.5
10342024-02-22T06:01:12.978Z Downloaded toolchain_find v0.2.0
10352024-02-22T06:01:12.979Z Downloaded env_logger v0.10.0
10362024-02-22T06:01:12.984Z Downloaded usdt v0.5.0
10372024-02-22T06:01:12.984Z Downloaded hex v0.4.3
10382024-02-22T06:01:12.988Z Downloaded display-error-chain v0.2.0
10392024-02-22T06:01:12.988Z Downloaded parking_lot v0.12.1
10402024-02-22T06:01:12.993Z Downloaded thiserror-no-std v2.0.2
10412024-02-22T06:01:12.993Z Downloaded elliptic-curve v0.13.8
10422024-02-22T06:01:12.997Z Downloaded semver v0.1.20
10432024-02-22T06:01:13.001Z Downloaded scroll v0.12.0
10442024-02-22T06:01:13.001Z Downloaded rtoolbox v0.0.1
10452024-02-22T06:01:13.006Z Downloaded libm v0.2.7
10462024-02-22T06:01:13.013Z Downloaded parking_lot_core v0.9.8
10472024-02-22T06:01:13.017Z Downloaded pin-project-lite v0.2.13
10482024-02-22T06:01:13.022Z Downloaded endian-type v0.1.2
10492024-02-22T06:01:13.022Z Downloaded pest_derive v2.7.6
10502024-02-22T06:01:13.022Z Downloaded mio v0.8.9
10512024-02-22T06:01:13.027Z Downloaded strum v0.26.1
10522024-02-22T06:01:13.031Z Downloaded static_assertions v1.1.0
10532024-02-22T06:01:13.031Z Downloaded wait-timeout v0.2.0
10542024-02-22T06:01:13.036Z Downloaded group v0.13.0
10552024-02-22T06:01:13.036Z Downloaded getrandom v0.2.10
10562024-02-22T06:01:13.040Z Downloaded form_urlencoded v1.2.1
10572024-02-22T06:01:13.040Z Downloaded predicates-core v1.0.6
10582024-02-22T06:01:13.040Z Downloaded libxml v0.3.3
10592024-02-22T06:01:13.050Z Downloaded toml v0.7.8
10602024-02-22T06:01:13.055Z Downloaded sec1 v0.7.3
10612024-02-22T06:01:13.055Z Downloaded vte v0.11.1
10622024-02-22T06:01:13.055Z Downloaded pin-utils v0.1.0
10632024-02-22T06:01:13.058Z Downloaded tempfile v3.10.0
10642024-02-22T06:01:13.058Z Downloaded prettyplease v0.2.16
10652024-02-22T06:01:13.062Z Downloaded errno v0.3.8
10662024-02-22T06:01:13.066Z Downloaded fastrand v2.0.1
10672024-02-22T06:01:13.066Z Downloaded rand_core v0.6.4
10682024-02-22T06:01:13.066Z Downloaded derive_builder_core v0.12.0
10692024-02-22T06:01:13.070Z Downloaded spin v0.9.8
10702024-02-22T06:01:13.074Z Downloaded quick-error v1.2.3
10712024-02-22T06:01:13.074Z Downloaded dof v0.1.5
10722024-02-22T06:01:13.074Z Downloaded unicode-bidi v0.3.13
10732024-02-22T06:01:13.079Z Downloaded socket2 v0.5.5
10742024-02-22T06:01:13.079Z Downloaded structmeta v0.2.0
10752024-02-22T06:01:13.084Z Downloaded usdt-macro v0.5.0
10762024-02-22T06:01:13.084Z Downloaded futures-io v0.3.30
10772024-02-22T06:01:13.084Z Downloaded float-cmp v0.9.0
10782024-02-22T06:01:13.084Z Downloaded predicates-tree v1.0.9
10792024-02-22T06:01:13.084Z Downloaded minimal-lexical v0.2.1
10802024-02-22T06:01:13.088Z Downloaded foreign-types v0.5.0
10812024-02-22T06:01:13.093Z Downloaded rsa v0.9.2
10822024-02-22T06:01:13.098Z Downloaded glob v0.3.1
10832024-02-22T06:01:13.098Z Downloaded subtle v2.5.0
10842024-02-22T06:01:13.098Z Downloaded futures-executor v0.3.30
10852024-02-22T06:01:13.104Z Downloaded url v2.5.0
10862024-02-22T06:01:13.104Z Downloaded semver v1.0.22
10872024-02-22T06:01:13.108Z Downloaded dirs-sys-next v0.1.2
10882024-02-22T06:01:13.108Z Downloaded filetime v0.2.23
10892024-02-22T06:01:13.108Z Downloaded slog-bunyan v2.5.0
10902024-02-22T06:01:13.115Z Downloaded toml v0.8.10
10912024-02-22T06:01:13.115Z Downloaded textwrap v0.16.1
10922024-02-22T06:01:13.121Z Downloaded usdt v0.3.5
10932024-02-22T06:01:13.121Z Downloaded slog-scope v4.4.0
10942024-02-22T06:01:13.121Z Downloaded crossterm v0.27.0
10952024-02-22T06:01:13.125Z Downloaded serde_derive v1.0.196
10962024-02-22T06:01:13.129Z Downloaded aho-corasick v1.0.4
10972024-02-22T06:01:13.133Z Downloaded strsim v0.10.0
10982024-02-22T06:01:13.136Z Downloaded fd-lock v4.0.2
10992024-02-22T06:01:13.140Z Downloaded unicode-normalization v0.1.22
11002024-02-22T06:01:13.143Z Downloaded schemars_derive v0.8.16
11012024-02-22T06:01:13.143Z Downloaded foreign-types-shared v0.3.1
11022024-02-22T06:01:13.147Z Downloaded plain v0.2.3
11032024-02-22T06:01:13.147Z Downloaded supports-color v3.0.0
11042024-02-22T06:01:13.147Z Downloaded tokio-stream v0.1.14
11052024-02-22T06:01:13.151Z Downloaded generic-array v0.14.7
11062024-02-22T06:01:13.155Z Downloaded defmt v0.3.5
11072024-02-22T06:01:13.159Z Downloaded tokio-postgres v0.7.10
11082024-02-22T06:01:13.163Z Downloaded zone_cfg_derive v0.3.0
11092024-02-22T06:01:13.163Z Downloaded stability v0.1.1
11102024-02-22T06:01:13.164Z Downloaded unsafe-libyaml v0.2.10
11112024-02-22T06:01:13.168Z Downloaded parse-display v0.9.0
11122024-02-22T06:01:13.177Z Downloaded number_prefix v0.4.0
11132024-02-22T06:01:13.177Z Downloaded utf8parse v0.2.1
11142024-02-22T06:01:13.177Z Downloaded phf_shared v0.11.2
11152024-02-22T06:01:13.177Z Downloaded steno v0.4.0
11162024-02-22T06:01:13.177Z Downloaded want v0.3.1
11172024-02-22T06:01:13.177Z Downloaded foreign-types-macros v0.2.3
11182024-02-22T06:01:13.178Z Downloaded futures-task v0.3.30
11192024-02-22T06:01:13.188Z Downloaded ref-cast v1.0.20
11202024-02-22T06:01:13.188Z Downloaded futures-sink v0.3.30
11212024-02-22T06:01:13.188Z Downloaded deranged v0.3.8
11222024-02-22T06:01:13.195Z Downloaded tinyvec v1.6.0
11232024-02-22T06:01:13.195Z Downloaded derive_more v0.99.17
11242024-02-22T06:01:13.199Z Downloaded pest_generator v2.7.6
11252024-02-22T06:01:13.199Z Downloaded which v4.4.0
11262024-02-22T06:01:13.199Z Downloaded strsim v0.11.0
11272024-02-22T06:01:13.199Z Downloaded pest v2.7.6
11282024-02-22T06:01:13.205Z Downloaded topological-sort v0.2.2
11292024-02-22T06:01:13.208Z Downloaded futures-core v0.3.30
11302024-02-22T06:01:13.208Z Downloaded nom v7.1.3
11312024-02-22T06:01:13.213Z Downloaded parse-size v1.0.0
11322024-02-22T06:01:13.214Z Downloaded der v0.7.8
11332024-02-22T06:01:13.222Z Downloaded zerocopy v0.3.0
11342024-02-22T06:01:13.222Z Downloaded getopts v0.2.21
11352024-02-22T06:01:13.230Z Downloaded ff v0.13.0
11362024-02-22T06:01:13.230Z Downloaded tracing v0.1.37
11372024-02-22T06:01:13.230Z Downloaded blake3 v1.5.0
11382024-02-22T06:01:13.237Z Downloaded flagset v0.4.3
11392024-02-22T06:01:13.237Z Downloaded pkg-config v0.3.27
11402024-02-22T06:01:13.242Z Downloaded gethostname v0.4.3
11412024-02-22T06:01:13.242Z Downloaded postcard v1.0.8
11422024-02-22T06:01:13.242Z Downloaded chrono v0.4.31
11432024-02-22T06:01:13.253Z Downloaded tokio-rustls v0.24.1
11442024-02-22T06:01:13.258Z Downloaded rustls-pki-types v1.3.0
11452024-02-22T06:01:13.258Z Downloaded globset v0.4.13
11462024-02-22T06:01:13.258Z Downloaded serde_with v3.6.1
11472024-02-22T06:01:13.262Z Downloaded diff v0.1.13
11482024-02-22T06:01:13.266Z Downloaded fragile v2.0.0
11492024-02-22T06:01:13.269Z Downloaded slog v2.7.0
11502024-02-22T06:01:13.272Z Downloaded zerocopy v0.6.4
11512024-02-22T06:01:13.276Z Downloaded hashbrown v0.13.2
11522024-02-22T06:01:13.279Z Downloaded owo-colors v4.0.0
11532024-02-22T06:01:13.287Z Downloaded serde-hex v0.1.0
11542024-02-22T06:01:13.288Z Downloaded clap v2.34.0
11552024-02-22T06:01:13.292Z Downloaded zerocopy-derive v0.7.32
11562024-02-22T06:01:13.296Z Downloaded poly1305 v0.8.0
11572024-02-22T06:01:13.299Z Downloaded futures-channel v0.3.30
11582024-02-22T06:01:13.299Z Downloaded similar v2.3.0
11592024-02-22T06:01:13.304Z Downloaded sha2 v0.10.8
11602024-02-22T06:01:13.309Z Downloaded serde_json v1.0.114
11612024-02-22T06:01:13.314Z Downloaded clap_builder v4.5.0
11622024-02-22T06:01:13.322Z Downloaded tar v0.4.40
11632024-02-22T06:01:13.327Z Downloaded regex-automata v0.1.10
11642024-02-22T06:01:13.332Z Downloaded digest v0.10.7
11652024-02-22T06:01:13.336Z Downloaded futures v0.3.30
11662024-02-22T06:01:13.345Z Downloaded hyper v0.14.27
11672024-02-22T06:01:13.350Z Downloaded mockall_derive v0.12.0
11682024-02-22T06:01:13.350Z Downloaded tracing-core v0.1.31
11692024-02-22T06:01:13.354Z Downloaded half v2.3.1
11702024-02-22T06:01:13.354Z Downloaded tokio-util v0.7.10
11712024-02-22T06:01:13.361Z Downloaded pin-project v1.1.3
11722024-02-22T06:01:13.376Z Downloaded trust-dns-server v0.22.1
11732024-02-22T06:01:13.408Z Downloaded trust-dns-client v0.22.0
11742024-02-22T06:01:13.408Z Downloaded bindgen v0.69.2
11752024-02-22T06:01:13.416Z Downloaded toml_edit v0.22.6
11762024-02-22T06:01:13.416Z Downloaded flate2 v1.0.28
11772024-02-22T06:01:13.432Z Downloaded quick-xml v0.30.0
11782024-02-22T06:01:13.432Z Downloaded petgraph v0.6.4
11792024-02-22T06:01:13.440Z Downloaded bitvec v1.0.1
11802024-02-22T06:01:13.456Z Downloaded toml_edit v0.19.15
11812024-02-22T06:01:13.471Z Downloaded x509-cert v0.2.4
11822024-02-22T06:01:13.477Z Downloaded typed-path v0.7.0
11832024-02-22T06:01:13.483Z Downloaded winnow v0.5.15
11842024-02-22T06:01:13.492Z Downloaded tough v0.16.0
11852024-02-22T06:01:13.499Z Downloaded rayon v1.8.0
11862024-02-22T06:01:13.511Z Downloaded zerocopy v0.7.32
11872024-02-22T06:01:13.525Z Downloaded futures-util v0.3.30
11882024-02-22T06:01:13.538Z Downloaded idna v0.2.3
11892024-02-22T06:01:13.548Z Downloaded smoltcp v0.9.1
11902024-02-22T06:01:13.556Z Downloaded reqwest v0.11.22
11912024-02-22T06:01:13.564Z Downloaded regress v0.8.0
11922024-02-22T06:01:13.574Z Downloaded radix_trie v0.2.1
11932024-02-22T06:01:13.581Z Downloaded tabled v0.15.0
11942024-02-22T06:01:13.603Z Downloaded syn v2.0.48
11952024-02-22T06:01:13.608Z Downloaded sqlparser v0.43.1
11962024-02-22T06:01:13.615Z Downloaded nix v0.27.1
11972024-02-22T06:01:13.624Z Downloaded syn v1.0.109
11982024-02-22T06:01:13.634Z Downloaded goblin v0.8.0
11992024-02-22T06:01:13.639Z Downloaded polar-core v0.27.0
12002024-02-22T06:01:13.650Z Downloaded webpki-roots v0.25.2
12012024-02-22T06:01:13.654Z Downloaded object v0.32.1
12022024-02-22T06:01:13.666Z Downloaded rustls v0.21.9
12032024-02-22T06:01:13.675Z Downloaded regex v1.10.3
12042024-02-22T06:01:13.693Z Downloaded curve25519-dalek v4.1.1
12052024-02-22T06:01:13.700Z Downloaded vcpkg v0.2.15
12062024-02-22T06:01:13.738Z Downloaded gimli v0.28.0
12072024-02-22T06:01:13.745Z Downloaded idna v0.5.0
12082024-02-22T06:01:13.753Z Downloaded smoltcp v0.11.0
12092024-02-22T06:01:13.766Z Downloaded regex-syntax v0.8.2
12102024-02-22T06:01:13.774Z Downloaded rustix v0.38.31
12112024-02-22T06:01:14.675Z Downloaded rustls v0.22.2
12122024-02-22T06:01:14.675Z Downloaded sled v0.34.7
12132024-02-22T06:01:14.675Z Downloaded regex-automata v0.4.4
12142024-02-22T06:01:14.675Z Downloaded libc v0.2.153
12152024-02-22T06:01:14.675Z Downloaded tokio v1.36.0
12162024-02-22T06:01:14.675Z Downloaded zerocopy-derive v0.6.4
12172024-02-22T06:01:14.675Z Downloaded diesel v2.1.4
12182024-02-22T06:01:14.675Z Downloaded bzip2-sys v0.1.11+1.0.8
12192024-02-22T06:01:14.675Z Downloaded zerocopy-derive v0.2.0
12202024-02-22T06:01:14.676Z Downloaded encoding_rs v0.8.33
12212024-02-22T06:01:14.676Z Downloaded regex-automata v0.3.8
12222024-02-22T06:01:14.676Z Downloaded ratatui v0.26.1
12232024-02-22T06:01:14.676Z Downloaded openapiv3 v2.0.0
12242024-02-22T06:01:14.676Z Downloaded bstr v1.6.0
12252024-02-22T06:01:14.676Z Downloaded csv v1.3.0
12262024-02-22T06:01:14.676Z Downloaded sha3 v0.10.8
12272024-02-22T06:01:14.676Z Downloaded trust-dns-proto v0.22.0
12282024-02-22T06:01:14.676Z Downloaded regex-syntax v0.6.29
12292024-02-22T06:01:14.676Z Downloaded openssl v0.10.60
12302024-02-22T06:01:14.677Z Downloaded object v0.30.4
12312024-02-22T06:01:14.677Z Downloaded proptest v1.4.0
12322024-02-22T06:01:14.677Z Downloaded h2 v0.3.24
12332024-02-22T06:01:14.677Z Downloaded lalrpop v0.19.12
12342024-02-22T06:01:14.677Z Downloaded bstr v0.2.17
12352024-02-22T06:01:14.677Z Downloaded hashbrown v0.14.3
12362024-02-22T06:01:14.677Z Downloaded reedline v0.29.0
12372024-02-22T06:01:14.677Z Downloaded winnow v0.6.1
12382024-02-22T06:01:14.677Z Downloaded rustyline v13.0.0
12392024-02-22T06:01:14.678Z Downloaded itertools v0.12.1
12402024-02-22T06:01:14.678Z Downloaded darling_core v0.14.4
12412024-02-22T06:01:14.678Z Downloaded flume v0.11.0
12422024-02-22T06:01:14.678Z Downloaded trust-dns-resolver v0.22.0
12432024-02-22T06:01:14.678Z Downloaded rustls-webpki v0.101.7
12442024-02-22T06:01:14.678Z Downloaded derive_builder v0.12.0
12452024-02-22T06:01:14.678Z Downloaded fallible-iterator v0.2.0
12462024-02-22T06:01:14.679Z Downloaded heapless v0.8.0
12472024-02-22T06:01:14.679Z Downloaded ron v0.8.1
12482024-02-22T06:01:14.679Z Downloaded heapless v0.7.16
12492024-02-22T06:01:14.679Z Downloaded rand v0.8.5
12502024-02-22T06:01:14.679Z Downloaded password-hash v0.5.0
12512024-02-22T06:01:14.679Z Downloaded portable-atomic v1.4.3
12522024-02-22T06:01:14.680Z Downloaded hkdf v0.12.4
12532024-02-22T06:01:14.710Z Downloaded paste v1.0.14
12542024-02-22T06:01:14.711Z Downloaded ref-cast-impl v1.0.20
12552024-02-22T06:01:14.711Z Downloaded sct v0.7.0
12562024-02-22T06:01:14.711Z Downloaded derive-where v1.2.7
12572024-02-22T06:01:14.711Z Downloaded uuid v1.7.0
12582024-02-22T06:01:14.711Z Downloaded strum_macros v0.25.2
12592024-02-22T06:01:14.711Z Downloaded diesel_derives v2.1.2
12602024-02-22T06:01:14.712Z Downloaded fatfs v0.3.6
12612024-02-22T06:01:14.712Z Downloaded parking_lot_core v0.8.6
12622024-02-22T06:01:14.712Z Downloaded strum_macros v0.26.1
12632024-02-22T06:01:14.712Z Downloaded num-bigint-dig v0.8.4
12642024-02-22T06:01:14.712Z Downloaded headers v0.3.9
12652024-02-22T06:01:14.712Z Downloaded hashbrown v0.12.3
12662024-02-22T06:01:14.712Z Downloaded pin-project-internal v1.1.3
12672024-02-22T06:01:14.713Z Downloaded futures-macro v0.3.30
12682024-02-22T06:01:14.713Z Downloaded whoami v1.4.1
12692024-02-22T06:01:14.713Z Downloaded structmeta-derive v0.2.0
12702024-02-22T06:01:14.713Z Downloaded strsim v0.8.0
12712024-02-22T06:01:14.713Z Downloaded tabled_derive v0.7.0
12722024-02-22T06:01:14.714Z Downloaded darling v0.14.4
12732024-02-22T06:01:14.714Z Downloaded proc-macro2 v1.0.78
12742024-02-22T06:01:14.714Z Downloaded rpassword v7.3.1
12752024-02-22T06:01:14.714Z Downloaded linked-hash-map v0.5.6
12762024-02-22T06:01:14.714Z Downloaded usdt-impl v0.5.0
12772024-02-22T06:01:14.714Z Downloaded parking_lot v0.11.2
12782024-02-22T06:01:14.714Z Downloaded vsss-rs v3.3.4
12792024-02-22T06:01:14.714Z Downloaded crossbeam-channel v0.5.8
12802024-02-22T06:01:14.714Z Downloaded phf v0.11.2
12812024-02-22T06:01:14.715Z Downloaded openssl-macros v0.1.1
12822024-02-22T06:01:14.715Z Downloaded normalize-line-endings v0.3.0
12832024-02-22T06:01:14.715Z Downloaded smallvec v1.13.1
12842024-02-22T06:01:14.715Z Downloaded postgres-protocol v0.6.6
12852024-02-22T06:01:14.715Z Downloaded platforms v3.0.2
12862024-02-22T06:01:14.715Z Downloaded tokio-rustls v0.25.0
12872024-02-22T06:01:14.715Z Downloaded data-encoding v2.4.0
12882024-02-22T06:01:14.716Z Downloaded pest_meta v2.7.6
12892024-02-22T06:01:14.716Z Downloaded tungstenite v0.20.1
12902024-02-22T06:01:14.716Z Downloaded dirs-next v2.0.0
12912024-02-22T06:01:14.716Z Downloaded fnv v1.0.7
12922024-02-22T06:01:14.716Z Downloaded smawk v0.3.1
12932024-02-22T06:01:14.716Z Downloaded zip v0.6.6
12942024-02-22T06:01:14.717Z Downloaded serde v1.0.196
12952024-02-22T06:01:14.717Z Downloaded toml v0.5.11
12962024-02-22T06:01:14.717Z Downloaded slog-dtrace v0.3.0
12972024-02-22T06:01:14.717Z Downloaded crypto-bigint v0.5.2
12982024-02-22T06:01:14.717Z Downloaded darling_core v0.20.3
12992024-02-22T06:01:14.717Z Downloaded rand_xorshift v0.3.0
13002024-02-22T06:01:14.717Z Downloaded thiserror-impl v1.0.57
13012024-02-22T06:01:14.717Z Downloaded signature v1.6.4
13022024-02-22T06:01:14.718Z Downloaded serde_yaml v0.9.25
13032024-02-22T06:01:14.718Z Downloaded indexmap v1.9.3
13042024-02-22T06:01:14.718Z Downloaded untrusted v0.9.0
13052024-02-22T06:01:14.718Z Downloaded itertools v0.10.5
13062024-02-22T06:01:14.718Z Downloaded serde_urlencoded v0.7.1
13072024-02-22T06:01:14.718Z Downloaded serde_tokenstream v0.2.0
13082024-02-22T06:01:14.718Z Downloaded ppv-lite86 v0.2.17
13092024-02-22T06:01:14.718Z Downloaded zone v0.3.0
13102024-02-22T06:01:14.719Z Downloaded universal-hash v0.5.1
13112024-02-22T06:01:14.719Z Downloaded unicode-xid v0.2.4
13122024-02-22T06:01:14.719Z Downloaded num-complex v0.4.4
13132024-02-22T06:01:14.719Z Downloaded ahash v0.8.7
13142024-02-22T06:01:14.719Z Downloaded num v0.4.1
13152024-02-22T06:01:14.719Z Downloaded nibble_vec v0.1.0
13162024-02-22T06:01:14.719Z Downloaded itoa v1.0.9
13172024-02-22T06:01:14.720Z Downloaded ipnetwork v0.20.0
13182024-02-22T06:01:14.720Z Downloaded bitflags v2.4.0
13192024-02-22T06:01:14.720Z Downloaded bcs v0.1.6
13202024-02-22T06:01:14.720Z Downloaded termios v0.3.3
13212024-02-22T06:01:14.720Z Downloaded slog-stdlog v4.1.1
13222024-02-22T06:01:14.720Z Downloaded blake2 v0.10.6
13232024-02-22T06:01:14.720Z Downloaded unicase v2.7.0
13242024-02-22T06:01:14.721Z Downloaded unarray v0.1.4
13252024-02-22T06:01:14.721Z Downloaded zeroize_derive v1.4.2
13262024-02-22T06:01:14.721Z Downloaded spin v0.5.2
13272024-02-22T06:01:14.721Z Downloaded humantime v2.1.0
13282024-02-22T06:01:14.721Z Downloaded num-iter v0.1.43
13292024-02-22T06:01:14.721Z Downloaded backoff v0.4.0
13302024-02-22T06:01:14.721Z Downloaded base64ct v1.6.0
13312024-02-22T06:01:14.721Z Downloaded toml_datetime v0.6.5
13322024-02-22T06:01:14.721Z Downloaded signature v2.1.0
13332024-02-22T06:01:14.722Z Downloaded memoffset v0.9.0
13342024-02-22T06:01:14.722Z Downloaded lru-cache v0.1.2
13352024-02-22T06:01:14.722Z Downloaded keccak v0.1.4
13362024-02-22T06:01:14.722Z Downloaded inout v0.1.3
13372024-02-22T06:01:14.722Z Downloaded convert_case v0.4.0
13382024-02-22T06:01:14.722Z Downloaded rustls-pemfile v1.0.3
13392024-02-22T06:01:14.722Z Downloaded rustc_version v0.1.7
13402024-02-22T06:01:14.722Z Downloaded darling_macro v0.20.3
13412024-02-22T06:01:14.723Z Downloaded slog-envlogger v2.2.0
13422024-02-22T06:01:14.723Z Downloaded impl-trait-for-tuples v0.2.2
13432024-02-22T06:01:14.723Z Downloaded hyper-staticfile v0.9.5
13442024-02-22T06:01:14.723Z Downloaded http-body v0.4.5
13452024-02-22T06:01:14.723Z Downloaded byteorder v1.5.0
13462024-02-22T06:01:14.723Z Downloaded bit-vec v0.6.3
13472024-02-22T06:01:14.723Z Downloaded serde_with_macros v3.6.1
13482024-02-22T06:01:14.723Z Downloaded console v0.15.8
13492024-02-22T06:01:14.723Z Downloaded bb8 v0.8.3
13502024-02-22T06:01:14.723Z Downloaded autocfg v1.1.0
13512024-02-22T06:01:14.724Z Downloaded maplit v1.0.2
13522024-02-22T06:01:14.724Z Downloaded corncobs v0.1.3
13532024-02-22T06:01:14.731Z Downloaded bytecount v0.6.3
13542024-02-22T06:01:14.731Z Downloaded buf-list v1.0.3
13552024-02-22T06:01:14.731Z Downloaded block-buffer v0.10.4
13562024-02-22T06:01:14.731Z Downloaded bit-set v0.5.3
13572024-02-22T06:01:14.731Z Downloaded assert_matches v1.5.0
13582024-02-22T06:01:14.731Z Downloaded atomic-waker v1.1.1
13592024-02-22T06:01:14.731Z Downloaded array-init v0.0.4
13602024-02-22T06:01:14.731Z Downloaded argon2 v0.5.3
13612024-02-22T06:01:14.731Z Downloaded memmap v0.7.0
13622024-02-22T06:01:14.731Z Downloaded libsw v3.3.1
13632024-02-22T06:01:14.731Z Downloaded adler v1.0.2
13642024-02-22T06:01:14.731Z Downloaded rustls-webpki v0.102.1
13652024-02-22T06:01:14.731Z Downloaded bytes v1.5.0
13662024-02-22T06:01:14.731Z Downloaded anstream v0.6.11
13672024-02-22T06:01:14.732Z Downloaded ansi_term v0.12.1
13682024-02-22T06:01:14.732Z Downloaded tokio-native-tls v0.3.1
13692024-02-22T06:01:14.732Z Downloaded clap v4.5.0
13702024-02-22T06:01:14.732Z Downloaded atomicwrites v0.4.3
13712024-02-22T06:01:14.732Z Downloaded ascii-canvas v3.0.0
13722024-02-22T06:01:14.732Z Downloaded termtree v0.4.1
13732024-02-22T06:01:14.732Z Downloaded serde-big-array v0.5.1
13742024-02-22T06:01:14.732Z Downloaded colorchoice v1.0.0
13752024-02-22T06:01:14.732Z Downloaded test-strategy v0.3.1
13762024-02-22T06:01:14.732Z Downloaded semver v0.11.0
13772024-02-22T06:01:14.732Z Downloaded memmap2 v0.7.1
13782024-02-22T06:01:14.732Z Downloaded arrayref v0.3.7
13792024-02-22T06:01:14.732Z Downloaded aead v0.5.2
13802024-02-22T06:01:14.732Z Downloaded anstyle v1.0.2
13812024-02-22T06:01:14.732Z Downloaded swrite v0.1.0
13822024-02-22T06:01:14.732Z Downloaded serde-big-array v0.4.1
13832024-02-22T06:01:14.732Z Downloaded scroll_derive v0.12.0
13842024-02-22T06:01:14.732Z Downloaded log v0.4.20
13852024-02-22T06:01:14.732Z Downloaded cobs v0.2.3
13862024-02-22T06:01:14.732Z Downloaded managed v0.8.0
13872024-02-22T06:01:14.732Z Downloaded ciborium v0.2.2
13882024-02-22T06:01:14.732Z Downloaded camino-tempfile v1.1.1
13892024-02-22T06:01:14.732Z Downloaded anstyle-parse v0.2.1
13902024-02-22T06:01:14.732Z Downloaded colored v2.0.4
13912024-02-22T06:01:14.732Z Downloaded ring v0.17.8
13922024-02-22T06:01:14.732Z Downloaded ring v0.16.20
13932024-02-22T06:01:15.120Z Compiling proc-macro2 v1.0.78
13942024-02-22T06:01:15.121Z Compiling unicode-ident v1.0.12
13952024-02-22T06:01:15.126Z Compiling libc v0.2.153
13962024-02-22T06:01:15.127Z Compiling serde v1.0.196
13972024-02-22T06:01:15.127Z Compiling autocfg v1.1.0
13982024-02-22T06:01:15.127Z Compiling version_check v0.9.4
13992024-02-22T06:01:15.165Z Compiling cfg-if v1.0.0
14002024-02-22T06:01:15.274Z Compiling syn v1.0.109
14012024-02-22T06:01:15.317Z Compiling once_cell v1.19.0
14022024-02-22T06:01:15.354Z Compiling byteorder v1.5.0
14032024-02-22T06:01:15.671Z Compiling memchr v2.6.3
14042024-02-22T06:01:15.687Z Compiling parking_lot_core v0.9.8
14052024-02-22T06:01:15.752Z Compiling ahash v0.8.7
14062024-02-22T06:01:15.807Z Compiling lock_api v0.4.10
14072024-02-22T06:01:16.686Z Compiling libm v0.2.7
14082024-02-22T06:01:17.478Z Compiling serde_json v1.0.114
14092024-02-22T06:01:17.482Z Compiling num-traits v0.2.16
14102024-02-22T06:01:17.482Z Compiling thiserror v1.0.57
14112024-02-22T06:01:17.482Z Compiling typenum v1.16.0
14122024-02-22T06:01:17.482Z Compiling scopeguard v1.2.0
14132024-02-22T06:01:17.513Z Compiling generic-array v0.14.7
14142024-02-22T06:01:17.578Z Compiling itoa v1.0.9
14152024-02-22T06:01:18.075Z Compiling log v0.4.20
14162024-02-22T06:01:18.267Z Compiling quote v1.0.35
14172024-02-22T06:01:18.349Z Compiling pkg-config v0.3.27
14182024-02-22T06:01:18.707Z Compiling syn v2.0.48
14192024-02-22T06:01:18.828Z Compiling cc v1.0.83
14202024-02-22T06:01:18.882Z Compiling getrandom v0.2.10
14212024-02-22T06:01:19.279Z Compiling allocator-api2 v0.2.16
14222024-02-22T06:01:19.430Z Compiling slab v0.4.9
14232024-02-22T06:01:19.715Z Compiling ryu v1.0.15
14242024-02-22T06:01:19.903Z Compiling heck v0.4.1
14252024-02-22T06:01:20.028Z Compiling pin-project-lite v0.2.13
14262024-02-22T06:01:20.060Z Compiling schemars v0.8.16
14272024-02-22T06:01:20.557Z Compiling smallvec v1.13.1
14282024-02-22T06:01:20.562Z Compiling equivalent v1.0.1
14292024-02-22T06:01:20.827Z Compiling vcpkg v0.2.15
14302024-02-22T06:01:21.202Z Compiling parking_lot v0.12.1
14312024-02-22T06:01:21.306Z Compiling ring v0.17.8
14322024-02-22T06:01:22.484Z Compiling signal-hook-registry v1.4.1
14332024-02-22T06:01:22.555Z Compiling openssl-sys v0.9.96
14342024-02-22T06:01:23.253Z Compiling rand_core v0.6.4
14352024-02-22T06:01:23.431Z Compiling mio v0.8.9
14362024-02-22T06:01:24.097Z Compiling ring v0.16.20
14372024-02-22T06:01:24.711Z Compiling num_cpus v1.16.0
14382024-02-22T06:01:24.838Z Compiling socket2 v0.5.5
14392024-02-22T06:01:25.101Z Compiling rustix v0.38.31
14402024-02-22T06:01:25.130Z Compiling httparse v1.8.0
14412024-02-22T06:01:25.462Z Compiling ucd-trie v0.1.6
14422024-02-22T06:01:25.524Z Compiling futures-core v0.3.30
14432024-02-22T06:01:25.768Z Compiling fnv v1.0.7
14442024-02-22T06:01:25.889Z Compiling crossbeam-utils v0.8.16
14452024-02-22T06:01:25.926Z Compiling semver v1.0.22
14462024-02-22T06:01:25.943Z Compiling spin v0.5.2
14472024-02-22T06:01:26.191Z Compiling serde_derive_internals v0.26.0
14482024-02-22T06:01:26.626Z Compiling openssl v0.10.60
14492024-02-22T06:01:26.630Z Compiling iana-time-zone v0.1.57
14502024-02-22T06:01:26.829Z Compiling const-oid v0.9.5
14512024-02-22T06:01:26.863Z Compiling subtle v2.5.0
14522024-02-22T06:01:27.168Z Compiling rustls v0.21.9
14532024-02-22T06:01:27.430Z Compiling unicode-xid v0.2.4
14542024-02-22T06:01:27.436Z Compiling native-tls v0.2.11
14552024-02-22T06:01:27.588Z Compiling synstructure v0.12.6
14562024-02-22T06:01:27.887Z Compiling spin v0.9.8
14572024-02-22T06:01:27.919Z Compiling memoffset v0.9.0
14582024-02-22T06:01:28.239Z Compiling futures-sink v0.3.30
14592024-02-22T06:01:28.495Z Compiling backtrace v0.3.69
14602024-02-22T06:01:28.654Z Compiling rustversion v1.0.14
14612024-02-22T06:01:28.694Z Compiling dyn-clone v1.0.16
14622024-02-22T06:01:28.866Z Compiling tinyvec_macros v0.1.1
14632024-02-22T06:01:28.941Z Compiling tinyvec v1.6.0
14642024-02-22T06:01:29.039Z Compiling futures-channel v0.3.30
14652024-02-22T06:01:29.240Z Compiling tracing-core v0.1.31
14662024-02-22T06:01:29.259Z Compiling crossbeam-epoch v0.9.15
14672024-02-22T06:01:29.459Z Compiling futures-io v0.3.30
14682024-02-22T06:01:29.529Z Compiling futures-task v0.3.30
14692024-02-22T06:01:29.667Z Compiling winnow v0.5.15
14702024-02-22T06:01:29.771Z Compiling pin-utils v0.1.0
14712024-02-22T06:01:29.789Z Compiling slog v2.7.0
14722024-02-22T06:01:30.470Z Compiling unicode-normalization v0.1.22
14732024-02-22T06:01:31.659Z Compiling serde_derive v1.0.196
14742024-02-22T06:01:31.703Z Compiling zerocopy-derive v0.7.32
14752024-02-22T06:01:31.748Z Compiling zeroize_derive v1.4.2
14762024-02-22T06:01:31.937Z Compiling thiserror-impl v1.0.57
14772024-02-22T06:01:32.029Z Compiling tokio-macros v2.2.0
14782024-02-22T06:01:32.127Z Compiling futures-macro v0.3.30
14792024-02-22T06:01:33.153Z Compiling tracing-attributes v0.1.26
14802024-02-22T06:01:33.276Z Compiling schemars_derive v0.8.16
14812024-02-22T06:01:33.430Z Compiling zeroize v1.7.0
14822024-02-22T06:01:33.641Z Compiling zerocopy v0.7.32
14832024-02-22T06:01:34.877Z Compiling pest v2.7.6
14842024-02-22T06:01:35.926Z Compiling hashbrown v0.14.3
14852024-02-22T06:01:36.293Z Compiling openssl-macros v0.1.1
14862024-02-22T06:01:36.429Z Compiling zerocopy-derive v0.2.0
14872024-02-22T06:01:37.041Z Compiling crypto-common v0.1.6
14882024-02-22T06:01:37.153Z Compiling pest_meta v2.7.6
14892024-02-22T06:01:37.242Z Compiling der_derive v0.7.2
14902024-02-22T06:01:37.372Z Compiling tracing v0.1.37
14912024-02-22T06:01:37.510Z Compiling block-buffer v0.10.4
14922024-02-22T06:01:37.744Z Compiling futures-util v0.3.30
14932024-02-22T06:01:38.208Z Compiling usdt-impl v0.3.5
14942024-02-22T06:01:38.571Z Compiling pest_generator v2.7.6
14952024-02-22T06:01:39.648Z Compiling crc32fast v1.3.2
14962024-02-22T06:01:40.086Z Compiling time-core v0.1.1
14972024-02-22T06:01:40.246Z Compiling anyhow v1.0.75
14982024-02-22T06:01:40.264Z Compiling unicode-bidi v0.3.13
14992024-02-22T06:01:41.057Z Compiling time-macros v0.2.13
15002024-02-22T06:01:41.243Z Compiling pest_derive v2.7.6
15012024-02-22T06:01:42.503Z Compiling digest v0.10.7
15022024-02-22T06:01:42.907Z Compiling scroll_derive v0.12.0
15032024-02-22T06:01:43.428Z Compiling bzip2-sys v0.1.11+1.0.8
15042024-02-22T06:01:43.675Z Compiling aho-corasick v1.0.4
15052024-02-22T06:01:43.853Z Compiling ppv-lite86 v0.2.17
15062024-02-22T06:01:44.004Z Compiling untrusted v0.9.0
15072024-02-22T06:01:44.080Z Compiling signal-hook v0.3.17
15082024-02-22T06:01:44.192Z Compiling async-trait v0.1.77
15092024-02-22T06:01:44.289Z Compiling regex-syntax v0.8.2
15102024-02-22T06:01:44.666Z Compiling rand_chacha v0.3.1
15112024-02-22T06:01:44.844Z Compiling zerocopy v0.3.0
15122024-02-22T06:01:45.396Z Compiling bytes v1.5.0
15132024-02-22T06:01:45.614Z Compiling indexmap v2.2.3
15142024-02-22T06:01:46.559Z Compiling bitflags v2.4.0
15152024-02-22T06:01:47.027Z Compiling tokio v1.36.0
15162024-02-22T06:01:47.222Z Compiling uuid v1.7.0
15172024-02-22T06:01:47.386Z Compiling chrono v0.4.31
15182024-02-22T06:01:50.530Z Compiling serde_spanned v0.6.5
15192024-02-22T06:01:50.785Z Compiling toml_datetime v0.6.5
15202024-02-22T06:01:51.574Z Compiling toml_edit v0.19.15
15212024-02-22T06:01:52.179Z Compiling rustc_version v0.4.0
15222024-02-22T06:01:52.820Z Compiling http v0.2.11
15232024-02-22T06:01:52.939Z Compiling heapless v0.7.16
15242024-02-22T06:01:53.785Z Compiling regex-automata v0.4.4
15252024-02-22T06:01:55.195Z Compiling thread-id v4.2.0
15262024-02-22T06:01:57.807Z Compiling tokio-util v0.7.10
15272024-02-22T06:01:58.625Z Compiling regex v1.10.3
15282024-02-22T06:01:59.307Z Compiling dof v0.1.5
15292024-02-22T06:01:59.700Z Compiling rand v0.8.5
15302024-02-22T06:02:01.351Z Compiling dtrace-parser v0.1.14
15312024-02-22T06:02:02.155Z Compiling strum_macros v0.25.2
15322024-02-22T06:02:02.536Z Compiling errno v0.3.8
15332024-02-22T06:02:02.555Z Compiling num-bigint v0.4.4
15342024-02-22T06:02:02.789Z Compiling percent-encoding v2.3.1
15352024-02-22T06:02:02.980Z Compiling foreign-types-shared v0.1.1
15362024-02-22T06:02:03.021Z Compiling untrusted v0.7.1
15372024-02-22T06:02:03.083Z Compiling base64ct v1.6.0
15382024-02-22T06:02:03.221Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15392024-02-22T06:02:03.265Z Compiling smoltcp v0.9.1
15402024-02-22T06:02:03.708Z Compiling pem-rfc7468 v0.7.0
15412024-02-22T06:02:03.926Z Compiling foreign-types v0.3.2
15422024-02-22T06:02:05.936Z Compiling serde_tokenstream v0.1.7
15432024-02-22T06:02:06.444Z Compiling hmac v0.12.1
15442024-02-22T06:02:06.717Z Compiling lazy_static v1.4.0
15452024-02-22T06:02:06.901Z Compiling socket2 v0.4.9
15462024-02-22T06:02:07.536Z Compiling unicode-width v0.1.11
15472024-02-22T06:02:07.656Z Compiling unicode-segmentation v1.10.1
15482024-02-22T06:02:07.693Z Compiling flagset v0.4.3
15492024-02-22T06:02:07.833Z Compiling base64 v0.21.7
15502024-02-22T06:02:07.893Z Compiling adler v1.0.2
15512024-02-22T06:02:08.210Z Compiling try-lock v0.2.4
15522024-02-22T06:02:08.423Z Compiling bitflags v1.3.2
15532024-02-22T06:02:08.485Z Compiling siphasher v0.3.11
15542024-02-22T06:02:08.521Z Compiling miniz_oxide v0.7.1
15552024-02-22T06:02:08.538Z Compiling want v0.3.1
15562024-02-22T06:02:08.802Z Compiling der v0.7.8
15572024-02-22T06:02:09.110Z Compiling sct v0.7.0
15582024-02-22T06:02:09.394Z Compiling rustls-webpki v0.101.7
15592024-02-22T06:02:09.648Z Compiling form_urlencoded v1.2.1
15602024-02-22T06:02:09.807Z Compiling h2 v0.3.24
15612024-02-22T06:02:09.971Z Compiling http-body v0.4.5
15622024-02-22T06:02:10.047Z Compiling hubpack_derive v0.1.1
15632024-02-22T06:02:10.392Z Compiling zerocopy-derive v0.6.4
15642024-02-22T06:02:11.995Z Compiling num-iter v0.1.43
15652024-02-22T06:02:12.204Z Compiling usdt-impl v0.5.0
15662024-02-22T06:02:12.302Z Compiling cpufeatures v0.2.12
15672024-02-22T06:02:12.349Z Compiling anstyle v1.0.2
15682024-02-22T06:02:12.396Z Compiling utf8parse v0.2.1
15692024-02-22T06:02:12.469Z Compiling stable_deref_trait v1.2.0
15702024-02-22T06:02:12.558Z Compiling httpdate v1.0.3
15712024-02-22T06:02:12.681Z Compiling openssl-probe v0.1.5
15722024-02-22T06:02:12.791Z Compiling tower-service v0.3.2
15732024-02-22T06:02:12.963Z Compiling anstyle-parse v0.2.1
15742024-02-22T06:02:13.077Z Compiling sha2 v0.10.8
15752024-02-22T06:02:13.330Z Compiling spki v0.7.2
15762024-02-22T06:02:15.724Z Compiling usdt-attr-macro v0.3.5
15772024-02-22T06:02:16.037Z Compiling usdt-macro v0.3.5
15782024-02-22T06:02:17.130Z Compiling hyper v0.14.27
15792024-02-22T06:02:17.340Z Compiling openapiv3 v2.0.0
15802024-02-22T06:02:17.748Z Compiling scroll v0.12.0
15812024-02-22T06:02:18.668Z Compiling md-5 v0.10.5
15822024-02-22T06:02:19.226Z Compiling stringprep v0.1.3
15832024-02-22T06:02:19.226Z Compiling idna v0.5.0
15842024-02-22T06:02:19.816Z Compiling diesel_table_macro_syntax v0.1.0
15852024-02-22T06:02:19.934Z Compiling num-integer v0.1.46
15862024-02-22T06:02:20.167Z Compiling hash32 v0.2.1
15872024-02-22T06:02:20.446Z Compiling fallible-iterator v0.2.0
15882024-02-22T06:02:20.569Z Compiling gimli v0.28.0
15892024-02-22T06:02:21.154Z Compiling plain v0.2.3
15902024-02-22T06:02:21.406Z Compiling anstyle-query v1.0.0
15912024-02-22T06:02:21.477Z Compiling colorchoice v1.0.0
15922024-02-22T06:02:21.712Z Compiling anstream v0.6.11
15932024-02-22T06:02:22.415Z Compiling goblin v0.8.0
15942024-02-22T06:02:22.997Z Compiling postgres-protocol v0.6.6
15952024-02-22T06:02:24.168Z Compiling diesel_derives v2.1.2
15962024-02-22T06:02:24.638Z Compiling url v2.5.0
15972024-02-22T06:02:26.279Z Compiling addr2line v0.21.0
15982024-02-22T06:02:27.561Z Compiling tokio-rustls v0.24.1
15992024-02-22T06:02:27.884Z Compiling tokio-native-tls v0.3.1
16002024-02-22T06:02:27.957Z Compiling terminal_size v0.3.0
16012024-02-22T06:02:28.130Z Compiling pkcs8 v0.10.2
16022024-02-22T06:02:28.154Z Compiling phf_shared v0.11.2
16032024-02-22T06:02:29.071Z Compiling serde_tokenstream v0.2.0
16042024-02-22T06:02:29.590Z Compiling block-padding v0.3.3
16052024-02-22T06:02:29.830Z Compiling enum-as-inner v0.5.1
16062024-02-22T06:02:29.995Z Compiling clap_derive v4.5.0
16072024-02-22T06:02:30.800Z Compiling serde_repr v0.1.16
16082024-02-22T06:02:32.041Z Compiling ff v0.13.0
16092024-02-22T06:02:32.175Z Compiling scheduled-thread-pool v0.2.7
16102024-02-22T06:02:32.277Z Compiling object v0.32.1
16112024-02-22T06:02:33.425Z Compiling matches v0.1.10
16122024-02-22T06:02:33.520Z Compiling ipnet v2.9.0
16132024-02-22T06:02:34.619Z Compiling managed v0.8.0
16142024-02-22T06:02:35.095Z Compiling rustc-demangle v0.1.23
16152024-02-22T06:02:37.320Z Compiling num_threads v0.1.6
16162024-02-22T06:02:37.449Z Compiling regex-automata v0.1.10
16172024-02-22T06:02:37.730Z Compiling pretty-hex v0.4.1
16182024-02-22T06:02:37.923Z Compiling strsim v0.11.0
16192024-02-22T06:02:37.940Z Compiling deranged v0.3.8
16202024-02-22T06:02:38.578Z Compiling clap_lex v0.7.0
16212024-02-22T06:02:38.627Z Compiling base16ct v0.2.0
16222024-02-22T06:02:38.647Z Compiling bit-vec v0.6.3
16232024-02-22T06:02:39.040Z Compiling clap_builder v4.5.0
16242024-02-22T06:02:39.072Z Compiling sec1 v0.7.3
16252024-02-22T06:02:39.905Z Compiling time v0.3.27
16262024-02-22T06:02:41.209Z Compiling dof v0.3.0
16272024-02-22T06:02:41.230Z Compiling bstr v0.2.17
16282024-02-22T06:02:42.605Z Compiling idna v0.2.3
16292024-02-22T06:02:43.078Z Compiling r2d2 v0.8.10
16302024-02-22T06:02:43.461Z Compiling group v0.13.0
16312024-02-22T06:02:44.324Z Compiling inout v0.1.3
16322024-02-22T06:02:45.059Z Compiling phf v0.11.2
16332024-02-22T06:02:45.163Z Compiling hyper-tls v0.5.0
16342024-02-22T06:02:45.172Z Compiling hyper-rustls v0.24.2
16352024-02-22T06:02:45.348Z Compiling signal-hook-mio v0.2.3
16362024-02-22T06:02:45.501Z Compiling bzip2 v0.4.4
16372024-02-22T06:02:45.506Z Compiling flate2 v1.0.28
16382024-02-22T06:02:45.544Z Compiling postgres-types v0.2.6
16392024-02-22T06:02:46.025Z Compiling zerocopy v0.6.4
16402024-02-22T06:02:46.199Z Compiling hubpack v0.1.2
16412024-02-22T06:02:46.446Z Compiling serde_urlencoded v0.7.1
16422024-02-22T06:02:46.626Z Compiling rustls-pemfile v1.0.3
16432024-02-22T06:02:46.788Z Compiling phf_shared v0.10.0
16442024-02-22T06:02:46.881Z Compiling hkdf v0.12.4
16452024-02-22T06:02:46.971Z Compiling ipnetwork v0.20.0
16462024-02-22T06:02:47.176Z Compiling futures-executor v0.3.30
16472024-02-22T06:02:47.284Z Compiling dtrace-parser v0.2.0
16482024-02-22T06:02:47.817Z Compiling regress v0.8.0
16492024-02-22T06:02:47.877Z Compiling crypto-bigint v0.5.2
16502024-02-22T06:02:48.109Z Compiling float-cmp v0.9.0
16512024-02-22T06:02:48.326Z Compiling encoding_rs v0.8.33
16522024-02-22T06:02:50.016Z Compiling fixedbitset v0.4.2
16532024-02-22T06:02:50.398Z Compiling normalize-line-endings v0.3.0
16542024-02-22T06:02:50.500Z Compiling static_assertions v1.1.0
16552024-02-22T06:02:50.520Z Compiling difflib v0.4.0
16562024-02-22T06:02:50.598Z Compiling regex-automata v0.3.8
16572024-02-22T06:02:51.023Z Compiling data-encoding v2.4.0
16582024-02-22T06:02:51.793Z Compiling new_debug_unreachable v1.0.4
16592024-02-22T06:02:51.880Z Compiling webpki-roots v0.25.2
16602024-02-22T06:02:52.036Z Compiling mime v0.3.17
16612024-02-22T06:02:52.564Z Compiling either v1.10.0
16622024-02-22T06:02:52.727Z Compiling winnow v0.6.1
16632024-02-22T06:02:53.023Z Compiling minimal-lexical v0.2.1
16642024-02-22T06:02:53.532Z Compiling precomputed-hash v0.1.1
16652024-02-22T06:02:53.649Z Compiling predicates-core v1.0.6
16662024-02-22T06:02:53.983Z Compiling whoami v1.4.1
16672024-02-22T06:02:54.227Z Compiling itertools v0.10.5
16682024-02-22T06:02:54.515Z Compiling tokio-postgres v0.7.10
16692024-02-22T06:02:56.713Z Compiling toml_edit v0.22.6
16702024-02-22T06:02:57.248Z Compiling predicates v3.1.0
16712024-02-22T06:03:00.748Z Compiling string_cache v0.8.7
16722024-02-22T06:03:01.047Z Compiling reqwest v0.11.22
16732024-02-22T06:03:01.174Z Compiling nom v7.1.3
16742024-02-22T06:03:01.260Z Compiling bstr v1.6.0
16752024-02-22T06:03:02.746Z Compiling trust-dns-proto v0.22.0
16762024-02-22T06:03:04.059Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16772024-02-22T06:03:05.018Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16782024-02-22T06:03:09.686Z Compiling petgraph v0.6.4
16792024-02-22T06:03:10.401Z Compiling elliptic-curve v0.13.8
16802024-02-22T06:03:12.908Z Compiling futures v0.3.30
16812024-02-22T06:03:13.025Z Compiling diesel v2.1.4
16822024-02-22T06:03:13.353Z Compiling yasna v0.5.2
16832024-02-22T06:03:13.628Z Compiling zip v0.6.6
16842024-02-22T06:03:13.892Z Compiling crossterm v0.27.0
16852024-02-22T06:03:14.764Z Compiling cipher v0.4.4
16862024-02-22T06:03:15.070Z Compiling clap v4.5.0
16872024-02-22T06:03:15.190Z Compiling similar v2.3.0
16882024-02-22T06:03:15.216Z Compiling bit-set v0.5.3
16892024-02-22T06:03:15.232Z Compiling usdt v0.3.5
16902024-02-22T06:03:15.477Z Compiling console v0.15.8
16912024-02-22T06:03:15.496Z Compiling strum v0.25.0
16922024-02-22T06:03:16.273Z Compiling tokio-stream v0.1.14
16932024-02-22T06:03:17.214Z Compiling toml v0.7.8
16942024-02-22T06:03:17.243Z Compiling hex v0.4.3
16952024-02-22T06:03:17.288Z Compiling proc-macro-error-attr v1.0.4
16962024-02-22T06:03:17.623Z Compiling lalrpop-util v0.19.12
16972024-02-22T06:03:18.888Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16982024-02-22T06:03:20.956Z Compiling proc-macro-crate v1.3.1
16992024-02-22T06:03:22.019Z Compiling proc-macro-error v1.0.4
17002024-02-22T06:03:22.700Z Compiling heapless v0.8.0
17012024-02-22T06:03:22.885Z Compiling camino v1.1.6
17022024-02-22T06:03:23.667Z Compiling num_enum_derive v0.5.11
17032024-02-22T06:03:33.657Z Compiling atty v0.2.14
17042024-02-22T06:03:33.806Z Compiling hash32 v0.3.1
17052024-02-22T06:03:34.799Z Compiling smoltcp v0.11.0
17062024-02-22T06:03:35.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17072024-02-22T06:03:36.760Z Compiling rustls-pki-types v1.3.0
17082024-02-22T06:03:38.954Z Compiling strsim v0.10.0
17092024-02-22T06:03:39.567Z Compiling ident_case v1.0.1
17102024-02-22T06:03:39.752Z Compiling darling_core v0.20.3
17112024-02-22T06:03:55.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122024-02-22T06:03:59.591Z Compiling num_enum v0.5.11
17132024-02-22T06:04:05.026Z Compiling dirs-sys-next v0.1.2
17142024-02-22T06:04:06.461Z Compiling rustls v0.22.2
17152024-02-22T06:04:06.739Z Compiling cobs v0.2.3
17162024-02-22T06:04:07.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17172024-02-22T06:04:07.861Z Compiling embedded-io v0.4.0
17182024-02-22T06:04:09.441Z Compiling postcard v1.0.8
17192024-02-22T06:04:15.597Z Compiling dirs-next v2.0.0
17202024-02-22T06:04:18.182Z Compiling darling_macro v0.20.3
17212024-02-22T06:04:20.386Z Compiling rustls-webpki v0.102.1
17222024-02-22T06:04:21.693Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17232024-02-22T06:04:26.395Z Compiling getopts v0.2.21
17242024-02-22T06:04:26.790Z Compiling structmeta-derive v0.3.0
17252024-02-22T06:04:27.302Z Compiling foreign-types-macros v0.2.3
17262024-02-22T06:04:28.168Z Compiling thread_local v1.1.7
17272024-02-22T06:04:28.240Z Compiling multer v3.0.0
17282024-02-22T06:04:28.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17292024-02-22T06:04:28.494Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17302024-02-22T06:04:28.550Z Compiling match_cfg v0.1.0
17312024-02-22T06:04:28.657Z Compiling slog-async v2.8.0
17322024-02-22T06:04:29.218Z Compiling foreign-types-shared v0.3.1
17332024-02-22T06:04:29.335Z Compiling rayon-core v1.12.0
17342024-02-22T06:04:29.642Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17352024-02-22T06:04:29.866Z Compiling paste v1.0.14
17362024-02-22T06:04:30.321Z Compiling unsafe-libyaml v0.2.10
17372024-02-22T06:04:32.137Z Compiling serde_yaml v0.9.25
17382024-02-22T06:04:37.455Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17392024-02-22T06:04:38.347Z Compiling structmeta v0.3.0
17402024-02-22T06:04:38.750Z Compiling foreign-types v0.5.0
17412024-02-22T06:04:39.578Z Compiling hostname v0.3.1
17422024-02-22T06:04:39.834Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17432024-02-22T06:04:43.500Z Compiling darling v0.20.3
17442024-02-22T06:04:47.278Z Compiling term v0.7.0
17452024-02-22T06:04:51.398Z Compiling slog-json v2.6.1
17462024-02-22T06:04:51.925Z Compiling crossbeam-deque v0.8.3
17472024-02-22T06:04:52.322Z Compiling is-terminal v0.4.9
17482024-02-22T06:04:52.867Z Compiling crossbeam-channel v0.5.8
17492024-02-22T06:04:54.259Z Compiling http v1.0.0
17502024-02-22T06:04:54.270Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17512024-02-22T06:04:54.318Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17522024-02-22T06:04:55.013Z Compiling async-stream-impl v0.3.5
17532024-02-22T06:04:55.179Z Compiling cstr-argument v0.1.2
17542024-02-22T06:04:55.435Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17552024-02-22T06:04:55.745Z Compiling take_mut v0.2.2
17562024-02-22T06:04:55.907Z Compiling atomic-waker v1.1.1
17572024-02-22T06:04:56.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17582024-02-22T06:04:56.292Z Compiling crucible-workspace-hack v0.1.0
17592024-02-22T06:04:56.837Z Compiling fastrand v2.0.1
17602024-02-22T06:04:56.840Z Compiling pretty-hex v0.2.1
17612024-02-22T06:04:56.840Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17622024-02-22T06:04:56.840Z Compiling async-stream v0.3.5
17632024-02-22T06:04:57.034Z Compiling tempfile v3.10.0
17642024-02-22T06:04:57.037Z Compiling waitgroup v0.1.2
17652024-02-22T06:04:58.678Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662024-02-22T06:04:59.434Z Compiling colored v2.0.4
17672024-02-22T06:05:00.346Z Compiling slog-bunyan v2.5.0
17682024-02-22T06:05:00.620Z Compiling slog-term v2.9.0
17692024-02-22T06:05:00.712Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17702024-02-22T06:05:00.816Z Compiling tokio-rustls v0.25.0
17712024-02-22T06:05:01.261Z Compiling serde_with_macros v3.6.1
17722024-02-22T06:05:03.168Z Compiling parse-display-derive v0.9.0
17732024-02-22T06:05:04.087Z Compiling toml v0.8.10
17742024-02-22T06:05:04.693Z Compiling rustls-pemfile v2.1.0
17752024-02-22T06:05:05.466Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17762024-02-22T06:05:06.999Z Compiling sha1 v0.10.6
17772024-02-22T06:05:07.296Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17782024-02-22T06:05:07.920Z Compiling textwrap v0.11.0
17792024-02-22T06:05:08.843Z Compiling heck v0.3.3
17802024-02-22T06:05:09.029Z Compiling newtype-uuid v1.0.1
17812024-02-22T06:05:09.199Z Compiling serde_path_to_error v0.1.15
17822024-02-22T06:05:09.224Z Compiling strum_macros v0.26.1
17832024-02-22T06:05:09.355Z Compiling instant v0.1.12
17842024-02-22T06:05:09.518Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17852024-02-22T06:05:09.781Z Compiling strsim v0.8.0
17862024-02-22T06:05:09.904Z Compiling debug-ignore v1.0.5
17872024-02-22T06:05:10.069Z Compiling vec_map v0.8.2
17882024-02-22T06:05:10.244Z Compiling libefi-sys v0.1.0
17892024-02-22T06:05:10.389Z Compiling ansi_term v0.12.1
17902024-02-22T06:05:11.172Z Compiling clap v2.34.0
17912024-02-22T06:05:11.271Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17922024-02-22T06:05:14.021Z Compiling strum v0.26.1
17932024-02-22T06:05:14.211Z Compiling backoff v0.4.0
17942024-02-22T06:05:14.300Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17952024-02-22T06:05:14.559Z Compiling structopt-derive v0.4.18
17962024-02-22T06:05:14.638Z Compiling parse-display v0.9.0
17972024-02-22T06:05:14.821Z Compiling serde_with v3.6.1
17982024-02-22T06:05:16.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17992024-02-22T06:05:16.525Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18002024-02-22T06:05:16.779Z Compiling rayon v1.8.0
18012024-02-22T06:05:17.361Z Compiling camino-tempfile v1.1.1
18022024-02-22T06:05:18.268Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18032024-02-22T06:05:18.447Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18042024-02-22T06:05:18.970Z Compiling zone_cfg_derive v0.3.0
18052024-02-22T06:05:19.566Z Compiling macaddr v1.0.1
18062024-02-22T06:05:20.276Z Compiling num-derive v0.4.0
18072024-02-22T06:05:20.343Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18082024-02-22T06:05:20.733Z Compiling blake3 v1.5.0
18092024-02-22T06:05:21.311Z Compiling portable-atomic v1.4.3
18102024-02-22T06:05:22.534Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18112024-02-22T06:05:22.678Z Compiling zone v0.3.0
18122024-02-22T06:05:22.699Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18132024-02-22T06:05:24.238Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18142024-02-22T06:05:24.811Z Compiling structopt v0.3.26
18152024-02-22T06:05:25.736Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18162024-02-22T06:05:25.941Z Compiling smf v0.2.2
18172024-02-22T06:05:26.702Z Compiling xattr v1.0.1
18182024-02-22T06:05:26.961Z Compiling filetime v0.2.23
18192024-02-22T06:05:26.981Z Compiling memmap2 v0.7.1
18202024-02-22T06:05:27.006Z Compiling arrayvec v0.7.4
18212024-02-22T06:05:27.311Z Compiling constant_time_eq v0.3.0
18222024-02-22T06:05:27.449Z Compiling same-file v1.0.6
18232024-02-22T06:05:27.884Z Compiling arrayref v0.3.7
18242024-02-22T06:05:27.889Z Compiling tar v0.4.40
18252024-02-22T06:05:27.889Z Compiling walkdir v2.4.0
18262024-02-22T06:05:29.660Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18272024-02-22T06:05:30.013Z Compiling gethostname v0.4.3
18282024-02-22T06:05:30.271Z Compiling number_prefix v0.4.0
18292024-02-22T06:05:30.335Z Compiling topological-sort v0.2.2
18302024-02-22T06:05:30.545Z Compiling swrite v0.1.0
18312024-02-22T06:05:30.591Z Compiling omicron-zone-package v0.11.0
18322024-02-22T06:05:31.921Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-02-22T06:05:33.199Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18342024-02-22T06:05:34.262Z Compiling indicatif v0.17.8
18352024-02-22T06:05:42.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18362024-02-22T06:05:44.702Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18372024-02-22T06:05:47.488Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18382024-02-22T06:06:05.059Z Finished release [optimized] target(s) in 5m 10s
18392024-02-22T06:06:05.265Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18402024-02-22T06:06:05.319ZLogging to: /work/oxidecomputer/omicron/out/LOG
18412024-02-22T06:06:05.322ZCreated new build target 'test' and set it as active
18422024-02-22T06:06:05.322Z
18432024-02-22T06:06:05.322Zreal 5:10.823379311
18442024-02-22T06:06:05.322Zuser 33:03.578705383
18452024-02-22T06:06:05.322Zsys 3:45.710135171
18462024-02-22T06:06:05.322Ztrap 0.933515392
18472024-02-22T06:06:05.322Ztflt 5.605738122
18482024-02-22T06:06:05.323Zdflt 3.850767519
18492024-02-22T06:06:05.323Zkflt 0.211924971
18502024-02-22T06:06:05.323Zlock 1:10:12.576776924
18512024-02-22T06:06:05.323Zslp 1:34:15.124608502
18522024-02-22T06:06:05.323Zlat 2:03.360923287
18532024-02-22T06:06:05.323Zstop 3:14.663939876
18542024-02-22T06:06:05.323Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18552024-02-22T06:06:06.002Z Finished release [optimized] target(s) in 0.63s
18562024-02-22T06:06:06.020Z Running `target/release/omicron-package -t test package`
18572024-02-22T06:06:06.048ZLogging to: /work/oxidecomputer/omicron/out/LOG
18582024-02-22T06:06:06.776Z Compiling linked-hash-map v0.5.6
18592024-02-22T06:06:06.781Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18602024-02-22T06:06:06.781Z Compiling usdt-attr-macro v0.5.0
18612024-02-22T06:06:06.838Z Compiling usdt-macro v0.5.0
18622024-02-22T06:06:06.842Z Compiling memmap v0.7.0
18632024-02-22T06:06:06.842Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18642024-02-22T06:06:06.851Z Compiling password-hash v0.5.0
18652024-02-22T06:06:06.854Z Compiling blake2 v0.10.6
18662024-02-22T06:06:07.208Z Compiling lru-cache v0.1.2
18672024-02-22T06:06:07.256Z Compiling semver v0.1.20
18682024-02-22T06:06:07.405Z Compiling argon2 v0.5.3
18692024-02-22T06:06:07.836Z Compiling rustc_version v0.1.7
18702024-02-22T06:06:08.181Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18712024-02-22T06:06:08.210Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18722024-02-22T06:06:08.223Z Compiling quick-error v1.2.3
18732024-02-22T06:06:08.322Z Compiling usdt v0.5.0
18742024-02-22T06:06:08.347Z Compiling resolv-conf v0.7.0
18752024-02-22T06:06:08.462Z Compiling newtype_derive v0.1.6
18762024-02-22T06:06:08.771Z Compiling rayon-core v1.12.0
18772024-02-22T06:06:08.782Z Compiling crossbeam-deque v0.8.3
18782024-02-22T06:06:08.793Z Compiling same-file v1.0.6
18792024-02-22T06:06:09.003Z Compiling fastrand v2.0.1
18802024-02-22T06:06:09.292Z Compiling walkdir v2.4.0
18812024-02-22T06:06:09.513Z Compiling tempfile v3.10.0
18822024-02-22T06:06:09.873Z Compiling trust-dns-resolver v0.22.0
18832024-02-22T06:06:09.950Z Compiling itertools v0.12.1
18842024-02-22T06:06:10.212Z Compiling camino v1.1.6
18852024-02-22T06:06:10.262Z Compiling semver-parser v0.10.2
18862024-02-22T06:06:10.273Z Compiling slog-dtrace v0.3.0
18872024-02-22T06:06:10.278Z Compiling blake3 v1.5.0
18882024-02-22T06:06:10.643Z Compiling rayon v1.8.0
18892024-02-22T06:06:10.761Z Compiling nibble_vec v0.1.0
18902024-02-22T06:06:10.971Z Compiling semver v0.11.0
18912024-02-22T06:06:11.494Z Compiling memmap2 v0.7.1
18922024-02-22T06:06:11.651Z Compiling filetime v0.2.23
18932024-02-22T06:06:11.919Z Compiling xattr v1.0.1
18942024-02-22T06:06:11.954Z Compiling arrayref v0.3.7
18952024-02-22T06:06:12.045Z Compiling home v0.5.5
18962024-02-22T06:06:12.140Z Compiling arrayvec v0.7.4
18972024-02-22T06:06:12.171Z Compiling constant_time_eq v0.3.0
18982024-02-22T06:06:12.267Z Compiling endian-type v0.1.2
18992024-02-22T06:06:12.304Z Compiling toolchain_find v0.2.0
19002024-02-22T06:06:12.480Z Compiling radix_trie v0.2.1
19012024-02-22T06:06:12.548Z Compiling tar v0.4.40
19022024-02-22T06:06:12.806Z Compiling camino-tempfile v1.1.1
19032024-02-22T06:06:13.205Z Compiling steno v0.4.0
19042024-02-22T06:06:13.818Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19052024-02-22T06:06:14.385Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19062024-02-22T06:06:14.806Z Compiling toml v0.5.11
19072024-02-22T06:06:14.884Z Compiling derive-where v1.2.7
19082024-02-22T06:06:15.534Z Compiling num-rational v0.4.1
19092024-02-22T06:06:15.866Z Compiling topological-sort v0.2.2
19102024-02-22T06:06:16.074Z Compiling radium v0.7.0
19112024-02-22T06:06:16.534Z Compiling omicron-zone-package v0.11.0
19122024-02-22T06:06:16.868Z Compiling rustfmt-wrapper v0.2.0
19132024-02-22T06:06:17.718Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19142024-02-22T06:06:17.938Z Compiling toml v0.8.10
19152024-02-22T06:06:18.155Z Compiling cancel-safe-futures v0.1.5
19162024-02-22T06:06:18.190Z Compiling maybe-uninit v2.0.0
19172024-02-22T06:06:18.520Z Compiling tap v1.0.1
19182024-02-22T06:06:18.685Z Compiling wyz v0.5.1
19192024-02-22T06:06:19.505Z Compiling num-complex v0.4.4
19202024-02-22T06:06:19.726Z Compiling packed_struct v0.10.1
19212024-02-22T06:06:20.149Z Compiling num-bigint-dig v0.8.4
19222024-02-22T06:06:20.458Z Compiling crc-catalog v2.2.0
19232024-02-22T06:06:20.599Z Compiling funty v2.0.0
19242024-02-22T06:06:20.879Z Compiling num v0.4.1
19252024-02-22T06:06:20.983Z Compiling crc v3.0.1
19262024-02-22T06:06:21.827Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19272024-02-22T06:06:22.093Z Compiling bitvec v1.0.1
19282024-02-22T06:06:22.104Z Compiling fxhash v0.2.1
19292024-02-22T06:06:22.329Z Compiling packed_struct_codegen v0.10.1
19302024-02-22T06:06:22.895Z Compiling indexmap v1.9.3
19312024-02-22T06:06:23.200Z Compiling utf-8 v0.7.6
19322024-02-22T06:06:23.588Z Compiling nodrop v0.1.14
19332024-02-22T06:06:23.603Z Compiling tungstenite v0.20.1
19342024-02-22T06:06:23.706Z Compiling array-init v0.0.4
19352024-02-22T06:06:25.006Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19362024-02-22T06:06:25.011Z Compiling smallvec v0.6.14
19372024-02-22T06:06:26.148Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19382024-02-22T06:06:29.316Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19392024-02-22T06:06:31.157Z Compiling pkcs1 v0.7.5
19402024-02-22T06:06:32.614Z Compiling signature v2.1.0
19412024-02-22T06:06:32.851Z Compiling unicase v2.7.0
19422024-02-22T06:06:33.170Z Compiling half v2.3.1
19432024-02-22T06:06:33.916Z Compiling bitfield v0.14.0
19442024-02-22T06:06:34.225Z Compiling ciborium-io v0.2.2
19452024-02-22T06:06:34.346Z Compiling hashbrown v0.12.3
19462024-02-22T06:06:34.913Z Compiling termcolor v1.2.0
19472024-02-22T06:06:36.201Z Compiling env_logger v0.10.0
19482024-02-22T06:06:36.722Z Compiling ciborium-ll v0.2.2
19492024-02-22T06:06:37.308Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19502024-02-22T06:06:37.772Z Compiling rsa v0.9.2
19512024-02-22T06:06:39.203Z Compiling serde-hex v0.1.0
19522024-02-22T06:06:40.052Z Compiling tokio-tungstenite v0.20.1
19532024-02-22T06:06:40.638Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19542024-02-22T06:06:40.975Z Compiling x509-cert v0.2.4
19552024-02-22T06:06:43.147Z Compiling ron v0.8.1
19562024-02-22T06:06:44.501Z Compiling hashbrown v0.13.2
19572024-02-22T06:06:45.914Z Compiling arc-swap v1.6.0
19582024-02-22T06:06:46.709Z Compiling display-error-chain v0.2.0
19592024-02-22T06:06:46.892Z Compiling crc-any v2.4.3
19602024-02-22T06:06:47.429Z Compiling slog-scope v4.4.0
19612024-02-22T06:06:47.863Z Compiling object v0.30.4
19622024-02-22T06:06:48.309Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19632024-02-22T06:06:49.543Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19642024-02-22T06:06:50.106Z Compiling ciborium v0.2.2
19652024-02-22T06:06:52.370Z Compiling libsw v3.3.1
19662024-02-22T06:06:52.700Z Compiling path-slash v0.1.5
19672024-02-22T06:06:52.920Z Compiling parking_lot_core v0.8.6
19682024-02-22T06:06:53.067Z Compiling linear-map v1.2.0
19692024-02-22T06:06:53.337Z Compiling owo-colors v4.0.0
19702024-02-22T06:06:53.484Z Compiling slog-stdlog v4.1.1
19712024-02-22T06:06:54.417Z Compiling dirs-sys-next v0.1.2
19722024-02-22T06:06:54.582Z Compiling crunchy v0.2.2
19732024-02-22T06:06:54.880Z Compiling convert_case v0.4.0
19742024-02-22T06:06:55.037Z Compiling glob v0.3.1
19752024-02-22T06:06:55.630Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19762024-02-22T06:06:55.848Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19772024-02-22T06:06:56.697Z Compiling clang-sys v1.6.1
19782024-02-22T06:06:57.484Z Compiling derive_more v0.99.17
19792024-02-22T06:07:03.498Z Compiling dirs-next v2.0.0
19802024-02-22T06:07:04.023Z Compiling slog-envlogger v2.2.0
19812024-02-22T06:07:05.576Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19822024-02-22T06:07:06.282Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19832024-02-22T06:07:06.699Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19842024-02-22T06:07:07.254Z Compiling platforms v3.0.2
19852024-02-22T06:07:07.618Z Compiling prettyplease v0.2.16
19862024-02-22T06:07:07.882Z Compiling tiny-keccak v2.0.2
19872024-02-22T06:07:07.968Z Compiling parking_lot v0.11.2
19882024-02-22T06:07:08.196Z Compiling mime_guess v2.0.4
19892024-02-22T06:07:09.431Z Compiling term v0.7.0
19902024-02-22T06:07:10.348Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19912024-02-22T06:07:10.930Z Compiling trust-dns-client v0.22.0
19922024-02-22T06:07:13.381Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19932024-02-22T06:07:15.943Z Compiling darling_core v0.14.4
19942024-02-22T06:07:20.667Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19952024-02-22T06:07:21.136Z Compiling pem v3.0.2
19962024-02-22T06:07:22.200Z Compiling darling_macro v0.14.4
19972024-02-22T06:07:23.341Z Compiling ascii-canvas v3.0.0
19982024-02-22T06:07:23.601Z Compiling trust-dns-server v0.22.1
19992024-02-22T06:07:23.806Z Compiling sled v0.34.7
20002024-02-22T06:07:24.461Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20012024-02-22T06:07:28.769Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20022024-02-22T06:07:28.986Z Compiling is-terminal v0.4.9
20032024-02-22T06:07:29.110Z Compiling ena v0.14.2
20042024-02-22T06:07:29.534Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20052024-02-22T06:07:30.285Z Compiling vte_generate_state_changes v0.1.1
20062024-02-22T06:07:30.893Z Compiling libloading v0.7.4
20072024-02-22T06:07:31.255Z Compiling diff v0.1.13
20082024-02-22T06:07:31.864Z Compiling bindgen v0.69.2
20092024-02-22T06:07:31.939Z Compiling regex-syntax v0.6.29
20102024-02-22T06:07:37.596Z Compiling lalrpop v0.19.12
20112024-02-22T06:07:38.527Z Compiling vte v0.11.1
20122024-02-22T06:07:40.570Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20132024-02-22T06:07:40.778Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20142024-02-22T06:07:43.812Z Compiling curve25519-dalek v4.1.1
20152024-02-22T06:07:45.994Z Compiling darling v0.14.4
20162024-02-22T06:07:46.107Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20172024-02-22T06:07:48.864Z Compiling cexpr v0.6.0
20182024-02-22T06:07:50.342Z Compiling which v4.4.0
20192024-02-22T06:07:50.872Z Compiling kstat-rs v0.2.3
20202024-02-22T06:07:52.129Z Compiling memoffset v0.7.1
20212024-02-22T06:07:52.482Z Compiling keccak v0.1.4
20222024-02-22T06:07:53.462Z Compiling doc-comment v0.3.3
20232024-02-22T06:07:53.986Z Compiling rustc-hash v1.1.0
20242024-02-22T06:07:54.124Z Compiling lazycell v1.3.0
20252024-02-22T06:07:54.271Z Compiling peeking_take_while v0.1.2
20262024-02-22T06:07:54.445Z Compiling shlex v1.3.0
20272024-02-22T06:07:54.826Z Compiling bytecount v0.6.3
20282024-02-22T06:07:54.868Z Compiling buf-list v1.0.3
20292024-02-22T06:07:55.130Z Compiling papergrid v0.11.0
20302024-02-22T06:08:00.089Z Compiling sha3 v0.10.8
20312024-02-22T06:08:00.302Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20322024-02-22T06:08:00.946Z Compiling derive_builder_core v0.12.0
20332024-02-22T06:08:03.312Z Compiling strip-ansi-escapes v0.2.0
20342024-02-22T06:08:05.012Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20352024-02-22T06:08:06.009Z Compiling polar-core v0.27.0
20362024-02-22T06:08:07.475Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20372024-02-22T06:08:08.639Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20382024-02-22T06:08:09.687Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20392024-02-22T06:08:09.894Z Compiling tabled_derive v0.7.0
20402024-02-22T06:08:10.632Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20412024-02-22T06:08:10.848Z Compiling fd-lock v4.0.2
20422024-02-22T06:08:11.062Z Compiling fd-lock v3.0.13
20432024-02-22T06:08:11.140Z Compiling headers-core v0.2.0
20442024-02-22T06:08:11.276Z Compiling universal-hash v0.5.1
20452024-02-22T06:08:11.311Z Compiling nix v0.27.1
20462024-02-22T06:08:11.491Z Compiling secrecy v0.8.0
20472024-02-22T06:08:12.692Z Compiling libxml v0.3.3
20482024-02-22T06:08:12.700Z Compiling sqlparser_derive v0.2.2
20492024-02-22T06:08:12.700Z Compiling pin-project-internal v1.1.3
20502024-02-22T06:08:13.203Z Compiling thiserror-impl-no-std v2.0.2
20512024-02-22T06:08:15.078Z Compiling curve25519-dalek-derive v0.1.0
20522024-02-22T06:08:15.204Z Compiling unicode_categories v0.1.1
20532024-02-22T06:08:15.482Z Compiling ref-cast v1.0.20
20542024-02-22T06:08:15.541Z Compiling nu-ansi-term v0.50.0
20552024-02-22T06:08:15.941Z Compiling opaque-debug v0.3.0
20562024-02-22T06:08:16.034Z Compiling poly1305 v0.8.0
20572024-02-22T06:08:16.045Z Compiling thiserror-no-std v2.0.2
20582024-02-22T06:08:16.150Z Compiling reedline v0.29.0
20592024-02-22T06:08:16.639Z Compiling sqlformat v0.2.3
20602024-02-22T06:08:16.941Z Compiling rustyline v13.0.0
20612024-02-22T06:08:17.712Z Compiling pin-project v1.1.3
20622024-02-22T06:08:17.844Z Compiling sqlparser v0.43.1
20632024-02-22T06:08:17.994Z Compiling tabled v0.15.0
20642024-02-22T06:08:24.387Z Compiling headers v0.3.9
20652024-02-22T06:08:25.515Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20662024-02-22T06:08:27.171Z Compiling derive_builder_macro v0.12.0
20672024-02-22T06:08:29.781Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20682024-02-22T06:08:30.277Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20692024-02-22T06:08:30.583Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20702024-02-22T06:08:30.885Z Compiling chacha20 v0.9.1
20712024-02-22T06:08:31.330Z Compiling aead v0.5.2
20722024-02-22T06:08:31.652Z Compiling strum_macros v0.24.3
20732024-02-22T06:08:35.193Z Compiling bcs v0.1.6
20742024-02-22T06:08:36.018Z Compiling snafu-derive v0.7.5
20752024-02-22T06:08:38.398Z Compiling ref-cast-impl v1.0.20
20762024-02-22T06:08:39.187Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20772024-02-22T06:08:39.511Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20782024-02-22T06:08:39.544Z Compiling fs-err v2.11.0
20792024-02-22T06:08:39.828Z Compiling cookie v0.18.0
20802024-02-22T06:08:39.864Z Compiling salty v0.2.0
20812024-02-22T06:08:40.169Z Compiling signature v1.6.4
20822024-02-22T06:08:40.294Z Compiling highway v1.1.0
20832024-02-22T06:08:40.323Z Compiling indoc v1.0.9
20842024-02-22T06:08:40.548Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20852024-02-22T06:08:40.882Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20862024-02-22T06:08:41.037Z Compiling snafu v0.7.5
20872024-02-22T06:08:41.726Z Compiling ed25519 v1.5.3
20882024-02-22T06:08:42.441Z Compiling chacha20poly1305 v0.10.1
20892024-02-22T06:08:42.530Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20902024-02-22T06:08:42.544Z Compiling derive_builder v0.12.0
20912024-02-22T06:08:42.726Z Compiling vsss-rs v3.3.4
20922024-02-22T06:08:47.709Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20932024-02-22T06:08:49.062Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20942024-02-22T06:08:49.777Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20952024-02-22T06:08:50.114Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20962024-02-22T06:08:50.403Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20972024-02-22T06:08:50.424Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20982024-02-22T06:08:51.829Z Compiling globset v0.4.13
20992024-02-22T06:08:53.963Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21002024-02-22T06:08:55.791Z Compiling olpc-cjson v0.1.3
21012024-02-22T06:08:56.391Z Compiling bb8 v0.8.3
21022024-02-22T06:08:56.826Z Compiling quick-xml v0.30.0
21032024-02-22T06:08:56.924Z Compiling serde_plain v1.0.2
21042024-02-22T06:08:56.946Z Compiling serde-big-array v0.5.1
21052024-02-22T06:08:57.181Z Compiling impl-trait-for-tuples v0.2.2
21062024-02-22T06:08:57.461Z Compiling async-recursion v1.0.5
21072024-02-22T06:08:58.447Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21082024-02-22T06:08:59.303Z Compiling oso-derive v0.27.0
21092024-02-22T06:08:59.692Z Compiling maplit v1.0.2
21102024-02-22T06:09:00.305Z Compiling typed-path v0.7.0
21112024-02-22T06:09:00.661Z Compiling http-range v0.1.5
21122024-02-22T06:09:01.292Z Compiling hyper-staticfile v0.9.5
21132024-02-22T06:09:02.006Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21142024-02-22T06:09:04.700Z Compiling tough v0.16.0
21152024-02-22T06:09:07.051Z Compiling oso v0.27.0
21162024-02-22T06:09:07.561Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21172024-02-22T06:09:09.944Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21182024-02-22T06:09:10.681Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21192024-02-22T06:09:39.822Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21202024-02-22T06:09:40.997Z Compiling signal-hook-tokio v0.3.1
21212024-02-22T06:09:41.210Z Compiling serde-big-array v0.4.1
21222024-02-22T06:09:41.393Z Compiling parse-size v1.0.0
21232024-02-22T06:09:41.403Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21242024-02-22T06:09:41.717Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21252024-02-22T06:09:42.992Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21262024-02-22T06:09:43.306Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21272024-02-22T06:09:43.353Z Compiling castaway v0.2.2
21282024-02-22T06:09:43.532Z Compiling corncobs v0.1.3
21292024-02-22T06:09:43.950Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21302024-02-22T06:09:49.420Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21312024-02-22T06:09:50.230Z Compiling compact_str v0.7.1
21322024-02-22T06:09:51.875Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21332024-02-22T06:09:54.721Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21342024-02-22T06:09:55.148Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21352024-02-22T06:09:55.460Z Compiling lru v0.12.1
21362024-02-22T06:09:55.797Z Compiling stability v0.1.1
21372024-02-22T06:09:56.774Z Compiling cassowary v0.3.0
21382024-02-22T06:09:57.734Z Compiling indoc v2.0.3
21392024-02-22T06:09:58.733Z Compiling ratatui v0.26.1
21402024-02-22T06:10:00.836Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21412024-02-22T06:10:01.419Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21422024-02-22T06:10:08.709Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21432024-02-22T06:10:10.597Z Compiling rcgen v0.12.1
21442024-02-22T06:10:15.696Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21452024-02-22T06:10:18.003Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21462024-02-22T06:10:18.311Z Compiling atomicwrites v0.4.3
21472024-02-22T06:10:18.852Z Compiling subprocess v0.2.9
21482024-02-22T06:10:21.802Z Compiling smawk v0.3.1
21492024-02-22T06:10:22.048Z Compiling unicode-linebreak v0.1.5
21502024-02-22T06:10:22.606Z Compiling textwrap v0.16.1
21512024-02-22T06:10:24.375Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21522024-02-22T06:10:26.587Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21532024-02-22T06:10:34.908Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21542024-02-22T06:10:35.974Z Compiling fatfs v0.3.6
21552024-02-22T06:10:39.364Z Compiling nanorand v0.7.0
21562024-02-22T06:10:40.146Z Compiling rtoolbox v0.0.1
21572024-02-22T06:10:40.595Z Compiling humantime v2.1.0
21582024-02-22T06:10:41.487Z Compiling is_ci v1.2.0
21592024-02-22T06:10:41.790Z Compiling assert_matches v1.5.0
21602024-02-22T06:10:41.893Z Compiling supports-color v3.0.0
21612024-02-22T06:10:42.239Z Compiling rpassword v7.3.1
21622024-02-22T06:10:42.592Z Compiling flume v0.11.0
21632024-02-22T06:10:42.677Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21642024-02-22T06:10:43.419Z Compiling tui-tree-widget v0.17.0
21652024-02-22T06:10:43.797Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21662024-02-22T06:10:51.566Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21672024-02-22T06:10:51.894Z Compiling csv-core v0.1.11
21682024-02-22T06:10:52.928Z Compiling shell-words v1.1.0
21692024-02-22T06:10:52.950Z Compiling csv v1.3.0
21702024-02-22T06:10:53.363Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21712024-02-22T06:10:55.297Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21722024-02-22T06:11:40.551Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21732024-02-22T06:11:49.206Z Compiling multimap v0.10.0
21742024-02-22T06:13:06.711Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21752024-02-22T06:13:12.702Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21762024-02-22T06:13:18.759Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21772024-02-22T06:19:22.353Z Finished release [optimized] target(s) in 13m 16s
21782024-02-22T06:20:23.063Z
21792024-02-22T06:20:23.093Zreal 14:12.984071342
21802024-02-22T06:20:23.093Zuser 1:39:22.259046487
21812024-02-22T06:20:23.093Zsys 4:23.522254776
21822024-02-22T06:20:23.093Ztrap 2.166772209
21832024-02-22T06:20:23.093Ztflt 1.746690606
21842024-02-22T06:20:23.093Zdflt 3.436815412
21852024-02-22T06:20:23.093Zkflt 0.238094454
21862024-02-22T06:20:23.093Zlock 6:12:07.229278753
21872024-02-22T06:20:23.093Zslp 3:51:13.802344195
21882024-02-22T06:20:23.093Zlat 2:12.956953044
21892024-02-22T06:20:23.093Zstop 49.807427956
21902024-02-22T06:20:23.093Z+ 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/*)
21912024-02-22T06:20:23.094Z+ pfexec mkdir -p /work
21922024-02-22T06:20:23.094Z+ pfexec chown build /work
21932024-02-22T06:20:23.094Z+ 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
21942024-02-22T06:20:30.191ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21952024-02-22T06:20:30.191Za out/mg-ddm-gz.tar 67684K
21962024-02-22T06:20:30.191Za out/omicron-sled-agent.tar 120140K
21972024-02-22T06:20:30.191Za out/oxlog.tar 8357K
21982024-02-22T06:20:30.191Za out/target/test 1K
21992024-02-22T06:20:30.191Za out/npuzone/npuzone 36313K
22002024-02-22T06:20:30.192Za package-manifest.toml 24K
22012024-02-22T06:20:30.192Za smf/sled-agent/non-gimlet/config.toml 4K
22022024-02-22T06:20:30.192Za target/release/omicron-package 44815K
22032024-02-22T06:20:30.192Za tools/create_virtual_hardware.sh 4K
22042024-02-22T06:20:30.192Za tools/virtual_hardware.sh 4K
22052024-02-22T06:20:30.192Za tools/scrimlet/create-softnpu-zone.sh 1K
22062024-02-22T06:20:30.192Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22072024-02-22T06:20:30.192Za tools/scrimlet/softnpu-init.sh 3K
22082024-02-22T06:20:30.192Za tools/scrimlet/softnpu-zone.txt 1K
22092024-02-22T06:20:30.192Za tools/scrimlet/softnpu.toml 1K
22102024-02-22T06:20:30.215Z
22112024-02-22T06:20:30.215Zreal 10.083794295
22122024-02-22T06:20:30.215Zuser 9.748119990
22132024-02-22T06:20:30.215Zsys 0.696030396
22142024-02-22T06:20:30.215Ztrap 0.001576464
22152024-02-22T06:20:30.215Ztflt 0.000000000
22162024-02-22T06:20:30.215Zdflt 0.000000000
22172024-02-22T06:20:30.215Zkflt 0.000000000
22182024-02-22T06:20:30.215Zlock 0.000000000
22192024-02-22T06:20:30.215Zslp 9.491145722
22202024-02-22T06:20:30.215Zlat 0.228009007
22212024-02-22T06:20:30.215Zstop 0.000179830
22222024-02-22T06:20:30.215Z++ pwd
22232024-02-22T06:20:30.215Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22242024-02-22T06:20:30.216Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22252024-02-22T06:20:30.216Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22262024-02-22T06:20:30.228Z Finished release [optimized] target(s) in 0.62s
22272024-02-22T06:20:30.228Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22282024-02-22T06:20:30.228ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292024-02-22T06:20:30.228ZCreated new build target 'host' and set it as active
22302024-02-22T06:20:30.228Z
22312024-02-22T06:20:30.228Zreal 0.720324296
22322024-02-22T06:20:30.228Zuser 0.492199803
22332024-02-22T06:20:30.228Zsys 0.228551758
22342024-02-22T06:20:30.228Ztrap 0.000028605
22352024-02-22T06:20:30.229Ztflt 0.000033246
22362024-02-22T06:20:30.229Zdflt 0.000001350
22372024-02-22T06:20:30.229Zkflt 0.000000000
22382024-02-22T06:20:30.229Zlock 0.023519182
22392024-02-22T06:20:30.229Zslp 0.013055631
22402024-02-22T06:20:30.229Zlat 0.000923224
22412024-02-22T06:20:30.229Zstop 0.000148188
22422024-02-22T06:20:30.229Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22432024-02-22T06:20:30.229Z Finished release [optimized] target(s) in 0.60s
22442024-02-22T06:20:30.229Z Running `target/release/omicron-package -t host package`
22452024-02-22T06:20:30.229ZLogging to: /work/oxidecomputer/omicron/out/LOG
22462024-02-22T06:20:30.676Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22472024-02-22T06:20:44.387Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22482024-02-22T06:21:59.309Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22492024-02-22T06:23:25.486Z Finished release [optimized] target(s) in 2m 55s
22502024-02-22T06:24:03.596Z
22512024-02-22T06:24:03.600Zreal 3:34.271333291
22522024-02-22T06:24:03.600Zuser 18:00.835543095
22532024-02-22T06:24:03.600Zsys 46.896970982
22542024-02-22T06:24:03.600Ztrap 0.325571064
22552024-02-22T06:24:03.600Ztflt 0.242810341
22562024-02-22T06:24:03.600Zdflt 3.906286271
22572024-02-22T06:24:03.600Zkflt 0.022753957
22582024-02-22T06:24:03.600Zlock 1:20:05.113589167
22592024-02-22T06:24:03.600Zslp 19:16.772419823
22602024-02-22T06:24:03.601Zlat 10.925762204
22612024-02-22T06:24:03.601Zstop 3.673663455
22622024-02-22T06:24:03.601Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22632024-02-22T06:24:03.601Z+ for package in "$@"
22642024-02-22T06:24:03.601Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22652024-02-22T06:24:03.601Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitf30d56b29f1
22662024-02-22T06:24:04.267Z Finished release [optimized] target(s) in 0.62s
22672024-02-22T06:24:04.285Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitf30d56b29f1`
22682024-02-22T06:24:04.319ZLogging to: /work/oxidecomputer/omicron/out/LOG
22692024-02-22T06:24:04.509ZCreated: out/versioned/omicron-sled-agent.tar
22702024-02-22T06:24:04.519Z+ for package in "$@"
22712024-02-22T06:24:04.519Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22722024-02-22T06:24:04.519Z+ echo 0.0.0
22732024-02-22T06:24:04.519Z+ tar rvf out/mg-ddm-gz.tar VERSION
22742024-02-22T06:24:04.519Za VERSION 1K
22752024-02-22T06:24:04.519Z+ rm VERSION
22762024-02-22T06:24:04.530Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1
22772024-02-22T06:24:05.170Z Finished release [optimized] target(s) in 0.60s
22782024-02-22T06:24:05.189Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1`
22792024-02-22T06:24:05.218ZLogging to: /work/oxidecomputer/omicron/out/LOG
22802024-02-22T06:24:05.330ZCreated: out/versioned/mg-ddm-gz.tar
22812024-02-22T06:24:05.334Z+ for package in "$@"
22822024-02-22T06:24:05.334Z+ [[ propolis-server == mg-ddm-gz ]]
22832024-02-22T06:24:05.334Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitf30d56b29f1
22842024-02-22T06:24:05.984Z Finished release [optimized] target(s) in 0.60s
22852024-02-22T06:24:06.004Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitf30d56b29f1`
22862024-02-22T06:24:06.034ZLogging to: /work/oxidecomputer/omicron/out/LOG
22872024-02-22T06:24:07.097ZCreated: out/versioned/propolis-server.tar.gz
22882024-02-22T06:24:07.102Z+ for package in "$@"
22892024-02-22T06:24:07.102Z+ [[ overlay == mg-ddm-gz ]]
22902024-02-22T06:24:07.102Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitf30d56b29f1
22912024-02-22T06:24:07.774Z Finished release [optimized] target(s) in 0.62s
22922024-02-22T06:24:07.794Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitf30d56b29f1`
22932024-02-22T06:24:07.823ZLogging to: /work/oxidecomputer/omicron/out/LOG
22942024-02-22T06:24:07.826ZCreated: out/versioned/overlay.tar.gz
22952024-02-22T06:24:07.826Z+ for package in "$@"
22962024-02-22T06:24:07.826Z+ [[ oxlog == mg-ddm-gz ]]
22972024-02-22T06:24:07.826Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitf30d56b29f1
22982024-02-22T06:24:08.498Z Finished release [optimized] target(s) in 0.62s
22992024-02-22T06:24:08.519Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitf30d56b29f1`
23002024-02-22T06:24:08.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
23012024-02-22T06:24:08.577ZCreated: out/versioned/oxlog.tar
23022024-02-22T06:24:08.588Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23032024-02-22T06:24:08.588Z+++ dirname -- ./tools/build-global-zone-packages.sh
23042024-02-22T06:24:08.598Z++ cd -- ./tools
23052024-02-22T06:24:08.598Z++ pwd
23062024-02-22T06:24:08.598Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23072024-02-22T06:24:08.598Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23082024-02-22T06:24:08.598Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23092024-02-22T06:24:08.598Z++ readlink -f /work
23102024-02-22T06:24:08.598Z+ out_dir=/work
23112024-02-22T06:24:08.598Z+ 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")
23122024-02-22T06:24:08.598Z+ for dep in "${deps[@]}"
23132024-02-22T06:24:08.598Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23142024-02-22T06:24:08.598Z+ for dep in "${deps[@]}"
23152024-02-22T06:24:08.598Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23162024-02-22T06:24:08.598Z+ for dep in "${deps[@]}"
23172024-02-22T06:24:08.598Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23182024-02-22T06:24:08.598Z+ for dep in "${deps[@]}"
23192024-02-22T06:24:08.599Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23202024-02-22T06:24:08.599Z+ for dep in "${deps[@]}"
23212024-02-22T06:24:08.599Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23222024-02-22T06:24:08.599Z++ mktemp -d
23232024-02-22T06:24:08.599Z+ tmp_gz=/tmp/tmp.o8aWRh
23242024-02-22T06:24:08.599Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23252024-02-22T06:24:08.599Z+ echo '{"v":"1","t":"layer"}'
23262024-02-22T06:24:08.599Z+ pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/sled-agent
23272024-02-22T06:24:08.599Z+ mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/sled-agent
23282024-02-22T06:24:08.599Z+ cd /tmp/tmp.o8aWRh/root/opt/oxide/sled-agent
23292024-02-22T06:24:08.599Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23302024-02-22T06:24:08.673Zx ., 0 bytes, 0 tape blocks
23312024-02-22T06:24:08.674Zx zone-bundle, 41930152 bytes, 81895 tape blocks
23322024-02-22T06:24:08.674Zx sled-agent, 81072904 bytes, 158346 tape blocks
23332024-02-22T06:24:08.674Zx pkg, 0 bytes, 0 tape blocks
23342024-02-22T06:24:08.674Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23352024-02-22T06:24:08.674Zx pkg/README.md, 54 bytes, 1 tape blocks
23362024-02-22T06:24:08.674Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23372024-02-22T06:24:08.674Zx VERSION, 25 bytes, 1 tape blocks
23382024-02-22T06:24:08.677Z+ mkdir -p /tmp/tmp.o8aWRh/root/lib/svc/manifest/site/
23392024-02-22T06:24:08.677Z+ mv pkg/manifest.xml /tmp/tmp.o8aWRh/root/lib/svc/manifest/site/sled-agent.xml
23402024-02-22T06:24:08.680Z+ cd -
23412024-02-22T06:24:08.680Z/work/oxidecomputer/omicron
23422024-02-22T06:24:08.680Z+ pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm
23432024-02-22T06:24:08.680Z+ mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm
23442024-02-22T06:24:08.681Z+ cd /tmp/tmp.o8aWRh/root/opt/oxide/mg-ddm
23452024-02-22T06:24:08.681Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23462024-02-22T06:24:08.726Zx ., 0 bytes, 0 tape blocks
23472024-02-22T06:24:08.726Zx ddmadm, 36202584 bytes, 70709 tape blocks
23482024-02-22T06:24:08.726Zx ddmd, 33092232 bytes, 64634 tape blocks
23492024-02-22T06:24:08.726Zx pkg, 0 bytes, 0 tape blocks
23502024-02-22T06:24:08.726Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23512024-02-22T06:24:08.726Zx pkg/mgd, 0 bytes, 0 tape blocks
23522024-02-22T06:24:08.726Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23532024-02-22T06:24:08.726Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23542024-02-22T06:24:08.726Zx pkg/ddm, 0 bytes, 0 tape blocks
23552024-02-22T06:24:08.727Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23562024-02-22T06:24:08.727Zx VERSION, 25 bytes, 1 tape blocks
23572024-02-22T06:24:08.730Z+ cd -
23582024-02-22T06:24:08.730Z/work/oxidecomputer/omicron
23592024-02-22T06:24:08.730Z+ pkg_dir=/tmp/tmp.o8aWRh/root/opt/oxide/oxlog
23602024-02-22T06:24:08.730Z+ mkdir -p /tmp/tmp.o8aWRh/root/opt/oxide/oxlog
23612024-02-22T06:24:08.730Z+ cd /tmp/tmp.o8aWRh/root/opt/oxide/oxlog
23622024-02-22T06:24:08.730Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23632024-02-22T06:24:08.736Zx ., 0 bytes, 0 tape blocks
23642024-02-22T06:24:08.736Zx oxlog, 8554616 bytes, 16709 tape blocks
23652024-02-22T06:24:08.736Zx VERSION, 25 bytes, 1 tape blocks
23662024-02-22T06:24:08.740Z+ cd -
23672024-02-22T06:24:08.740Z/work/oxidecomputer/omicron
23682024-02-22T06:24:08.740Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.o8aWRh/root/opt/oxide
23692024-02-22T06:24:08.824Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.o8aWRh/root/opt/oxide
23702024-02-22T06:24:08.828Z+ cd /tmp/tmp.o8aWRh
23712024-02-22T06:24:08.828Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23722024-02-22T06:24:17.537ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23732024-02-22T06:24:17.537Za oxide.json 1K
23742024-02-22T06:24:17.537Za root/ 0K
23752024-02-22T06:24:17.537Za root/opt/ 0K
23762024-02-22T06:24:17.537Za root/opt/oxide/ 0K
23772024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/ 0K
23782024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/zone-bundle 40948K
23792024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/sled-agent 79173K
23802024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/pkg/ 0K
23812024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23822024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/pkg/README.md 1K
23832024-02-22T06:24:17.537Za root/opt/oxide/sled-agent/VERSION 1K
23842024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/ 0K
23852024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/ddmadm 35355K
23862024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/ddmd 32317K
23872024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/pkg/ 0K
23882024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23892024-02-22T06:24:17.537Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23902024-02-22T06:24:17.538Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23912024-02-22T06:24:17.538Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23922024-02-22T06:24:17.538Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23932024-02-22T06:24:17.538Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23942024-02-22T06:24:17.538Za root/opt/oxide/mg-ddm/VERSION 1K
23952024-02-22T06:24:17.538Za root/opt/oxide/oxlog/ 0K
23962024-02-22T06:24:17.538Za root/opt/oxide/oxlog/oxlog 8355K
23972024-02-22T06:24:17.538Za root/opt/oxide/oxlog/VERSION 1K
23982024-02-22T06:24:17.538Za root/opt/oxide/propolis-server.tar.gz 64543K
23992024-02-22T06:24:17.538Za root/opt/oxide/overlay.tar.gz 3K
24002024-02-22T06:24:17.538Za root/lib/ 0K
24012024-02-22T06:24:17.538Za root/lib/svc/ 0K
24022024-02-22T06:24:17.538Za root/lib/svc/manifest/ 0K
24032024-02-22T06:24:17.538Za root/lib/svc/manifest/site/ 0K
24042024-02-22T06:24:17.538Za root/lib/svc/manifest/site/sled-agent.xml 3K
24052024-02-22T06:24:17.541Z+ cd /
24062024-02-22T06:24:17.542Z+ rm -rf /tmp/tmp.o8aWRh
24072024-02-22T06:24:17.567Z
24082024-02-22T06:24:17.580Zreal 8.989975611
24092024-02-22T06:24:17.580Zuser 8.446193949
24102024-02-22T06:24:17.581Zsys 0.574149010
24112024-02-22T06:24:17.581Ztrap 0.001343602
24122024-02-22T06:24:17.581Ztflt 0.000000000
24132024-02-22T06:24:17.581Zdflt 0.000000000
24142024-02-22T06:24:17.581Zkflt 0.000000000
24152024-02-22T06:24:17.581Zlock 0.000000000
24162024-02-22T06:24:17.581Zslp 17.451955186
24172024-02-22T06:24:17.581Zlat 0.199325713
24182024-02-22T06:24:17.581Zstop 0.000225256
24192024-02-22T06:24:17.581Z+ mkdir -p /work/zones
24202024-02-22T06:24:17.581Z+ 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)
24212024-02-22T06:24:17.581Z+ 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/
24222024-02-22T06:24:20.023Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24232024-02-22T06:24:20.728Z Finished release [optimized] target(s) in 0.65s
24242024-02-22T06:24:20.746Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24252024-02-22T06:24:20.777ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262024-02-22T06:24:20.789ZCreated new build target 'recovery' and set it as active
24272024-02-22T06:24:20.789Z
24282024-02-22T06:24:20.790Zreal 0.756362533
24292024-02-22T06:24:20.790Zuser 0.517031386
24302024-02-22T06:24:20.790Zsys 0.238584989
24312024-02-22T06:24:20.790Ztrap 0.000482597
24322024-02-22T06:24:20.790Ztflt 0.000018278
24332024-02-22T06:24:20.791Zdflt 0.000065791
24342024-02-22T06:24:20.791Zkflt 0.000000000
24352024-02-22T06:24:20.791Zlock 0.024393655
24362024-02-22T06:24:20.791Zslp 0.013718430
24372024-02-22T06:24:20.791Zlat 0.001977871
24382024-02-22T06:24:20.791Zstop 0.000157075
24392024-02-22T06:24:20.792Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24402024-02-22T06:24:21.459Z Finished release [optimized] target(s) in 0.62s
24412024-02-22T06:24:21.483Z Running `target/release/omicron-package -t recovery package`
24422024-02-22T06:24:21.513ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-02-22T06:24:24.496Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24442024-02-22T06:24:24.538Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24452024-02-22T06:24:44.691Z Finished release [optimized] target(s) in 23.13s
24462024-02-22T06:24:59.901Z
24472024-02-22T06:24:59.905Zreal 39.114384791
24482024-02-22T06:24:59.905Zuser 1:39.537250085
24492024-02-22T06:24:59.905Zsys 7.893474948
24502024-02-22T06:24:59.905Ztrap 0.068267555
24512024-02-22T06:24:59.905Ztflt 0.088131637
24522024-02-22T06:24:59.905Zdflt 0.374816873
24532024-02-22T06:24:59.905Zkflt 0.000015648
24542024-02-22T06:24:59.905Zlock 11:35.602463612
24552024-02-22T06:24:59.906Zslp 1:44.222305169
24562024-02-22T06:24:59.906Zlat 1.406142065
24572024-02-22T06:24:59.906Zstop 0.491722476
24582024-02-22T06:24:59.906Z+ stamp_packages installinator mg-ddm-gz
24592024-02-22T06:24:59.906Z+ for package in "$@"
24602024-02-22T06:24:59.906Z+ [[ installinator == mg-ddm-gz ]]
24612024-02-22T06:24:59.906Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitf30d56b29f1
24622024-02-22T06:25:00.573Z Finished release [optimized] target(s) in 0.62s
24632024-02-22T06:25:00.592Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitf30d56b29f1`
24642024-02-22T06:25:00.625ZLogging to: /work/oxidecomputer/omicron/out/LOG
24652024-02-22T06:25:00.704ZCreated: out/versioned/installinator.tar
24662024-02-22T06:25:00.715Z+ for package in "$@"
24672024-02-22T06:25:00.715Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24682024-02-22T06:25:00.715Z+ echo 0.0.0
24692024-02-22T06:25:00.715Z+ tar rvf out/mg-ddm-gz.tar VERSION
24702024-02-22T06:25:00.715Za VERSION 1K
24712024-02-22T06:25:00.715Z+ rm VERSION
24722024-02-22T06:25:00.716Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1
24732024-02-22T06:25:01.378Z Finished release [optimized] target(s) in 0.62s
24742024-02-22T06:25:01.397Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf30d56b29f1`
24752024-02-22T06:25:01.425ZLogging to: /work/oxidecomputer/omicron/out/LOG
24762024-02-22T06:25:01.527ZCreated: out/versioned/mg-ddm-gz.tar
24772024-02-22T06:25:01.533Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24782024-02-22T06:25:01.540Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24792024-02-22T06:25:01.544Z++ cd -- ./tools
24802024-02-22T06:25:01.544Z++ pwd
24812024-02-22T06:25:01.544Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24822024-02-22T06:25:01.544Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24832024-02-22T06:25:01.544Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24842024-02-22T06:25:01.548Z++ readlink -f /work
24852024-02-22T06:25:01.548Z+ out_dir=/work
24862024-02-22T06:25:01.548Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24872024-02-22T06:25:01.548Z+ for dep in "${deps[@]}"
24882024-02-22T06:25:01.548Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24892024-02-22T06:25:01.548Z+ for dep in "${deps[@]}"
24902024-02-22T06:25:01.548Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24912024-02-22T06:25:01.548Z++ mktemp -d
24922024-02-22T06:25:01.555Z+ tmp_trampoline=/tmp/tmp.I3ayWh
24932024-02-22T06:25:01.555Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24942024-02-22T06:25:01.555Z+ echo '{"v":"1","t":"layer"}'
24952024-02-22T06:25:01.555Z+ pkg_dir=/tmp/tmp.I3ayWh/root/opt/oxide/installinator
24962024-02-22T06:25:01.555Z+ mkdir -p /tmp/tmp.I3ayWh/root/opt/oxide/installinator
24972024-02-22T06:25:01.555Z+ cd /tmp/tmp.I3ayWh/root/opt/oxide/installinator
24982024-02-22T06:25:01.555Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24992024-02-22T06:25:01.589Zx ., 0 bytes, 0 tape blocks
25002024-02-22T06:25:01.589Zx installinator, 55307928 bytes, 108024 tape blocks
25012024-02-22T06:25:01.589Zx pkg, 0 bytes, 0 tape blocks
25022024-02-22T06:25:01.589Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25032024-02-22T06:25:01.589Zx VERSION, 25 bytes, 1 tape blocks
25042024-02-22T06:25:01.594Z+ mkdir -p /tmp/tmp.I3ayWh/root/lib/svc/manifest/site/
25052024-02-22T06:25:01.594Z+ mv pkg/manifest.xml /tmp/tmp.I3ayWh/root/lib/svc/manifest/site/installinator.xml
25062024-02-22T06:25:01.594Z+ cd -
25072024-02-22T06:25:01.594Z/work/oxidecomputer/omicron
25082024-02-22T06:25:01.594Z+ pkg_dir=/tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm
25092024-02-22T06:25:01.595Z+ mkdir -p /tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm
25102024-02-22T06:25:01.598Z+ cd /tmp/tmp.I3ayWh/root/opt/oxide/mg-ddm
25112024-02-22T06:25:01.599Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25122024-02-22T06:25:01.643Zx ., 0 bytes, 0 tape blocks
25132024-02-22T06:25:01.643Zx ddmadm, 36202584 bytes, 70709 tape blocks
25142024-02-22T06:25:01.643Zx ddmd, 33092232 bytes, 64634 tape blocks
25152024-02-22T06:25:01.643Zx pkg, 0 bytes, 0 tape blocks
25162024-02-22T06:25:01.643Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25172024-02-22T06:25:01.643Zx pkg/mgd, 0 bytes, 0 tape blocks
25182024-02-22T06:25:01.643Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25192024-02-22T06:25:01.643Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25202024-02-22T06:25:01.643Zx pkg/ddm, 0 bytes, 0 tape blocks
25212024-02-22T06:25:01.643Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25222024-02-22T06:25:01.643Zx VERSION, 25 bytes, 1 tape blocks
25232024-02-22T06:25:01.648Z+ cd -
25242024-02-22T06:25:01.648Z/work/oxidecomputer/omicron
25252024-02-22T06:25:01.648Z+ cd /tmp/tmp.I3ayWh
25262024-02-22T06:25:01.648Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25272024-02-22T06:25:06.083ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25282024-02-22T06:25:06.083Za oxide.json 1K
25292024-02-22T06:25:06.083Za root/ 0K
25302024-02-22T06:25:06.083Za root/opt/ 0K
25312024-02-22T06:25:06.083Za root/opt/oxide/ 0K
25322024-02-22T06:25:06.083Za root/opt/oxide/installinator/ 0K
25332024-02-22T06:25:06.083Za root/opt/oxide/installinator/installinator 54012K
25342024-02-22T06:25:06.083Za root/opt/oxide/installinator/pkg/ 0K
25352024-02-22T06:25:06.083Za root/opt/oxide/installinator/VERSION 1K
25362024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/ 0K
25372024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/ddmadm 35355K
25382024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/ddmd 32317K
25392024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/pkg/ 0K
25402024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25412024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25422024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25432024-02-22T06:25:06.083Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25442024-02-22T06:25:06.084Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25452024-02-22T06:25:06.084Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25462024-02-22T06:25:06.084Za root/opt/oxide/mg-ddm/VERSION 1K
25472024-02-22T06:25:06.084Za root/lib/ 0K
25482024-02-22T06:25:06.084Za root/lib/svc/ 0K
25492024-02-22T06:25:06.084Za root/lib/svc/manifest/ 0K
25502024-02-22T06:25:06.084Za root/lib/svc/manifest/site/ 0K
25512024-02-22T06:25:06.084Za root/lib/svc/manifest/site/installinator.xml 3K
25522024-02-22T06:25:06.088Z+ cd /
25532024-02-22T06:25:06.088Z+ rm -rf /tmp/tmp.I3ayWh
25542024-02-22T06:25:06.098Z
25552024-02-22T06:25:06.102Zreal 4.565181926
25562024-02-22T06:25:06.102Zuser 4.318509717
25572024-02-22T06:25:06.102Zsys 0.261082621
25582024-02-22T06:25:06.102Ztrap 0.000324422
25592024-02-22T06:25:06.102Ztflt 0.000000000
25602024-02-22T06:25:06.102Zdflt 0.000000000
25612024-02-22T06:25:06.102Zkflt 0.000000000
25622024-02-22T06:25:06.102Zlock 0.000000000
25632024-02-22T06:25:06.102Zslp 8.879252961
25642024-02-22T06:25:06.102Zlat 0.094977218
25652024-02-22T06:25:06.102Zstop 0.000204320
25662024-02-22T06:25:06.102Zprocess exited: duration 1596616 ms, exit code 0
 
25672024-02-22T06:25:06.110Zfound 21 output files
25682024-02-22T06:25:06.110Zuploading: /work/version.txt (26 bytes)
25692024-02-22T06:25:07.137Zuploaded: /work/version.txt
25702024-02-22T06:25:07.137Zuploading: /work/package.tar.gz (88205117 bytes)
25712024-02-22T06:25:37.880Zuploaded: /work/package.tar.gz
25722024-02-22T06:25:37.881Zuploading: /work/global-zone-packages.tar.gz (128157497 bytes)
25732024-02-22T06:26:25.250Zuploaded: /work/global-zone-packages.tar.gz
25742024-02-22T06:26:25.250Zuploading: /work/trampoline-global-zone-packages.tar.gz (38969752 bytes)
25752024-02-22T06:26:55.934Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25762024-02-22T06:26:55.934Zuploading: /work/zones/clickhouse.tar.gz (194506680 bytes)
25772024-02-22T06:28:02.020Zuploaded: /work/zones/clickhouse.tar.gz
25782024-02-22T06:28:02.020Zuploading: /work/zones/clickhouse_keeper.tar.gz (194500717 bytes)
25792024-02-22T06:29:15.114Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25802024-02-22T06:29:15.115Zuploading: /work/zones/cockroachdb.tar.gz (131600695 bytes)
25812024-02-22T06:29:58.760Zuploaded: /work/zones/cockroachdb.tar.gz
25822024-02-22T06:29:58.760Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27877881 bytes)
25832024-02-22T06:30:06.292Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
25842024-02-22T06:30:06.292Zuploading: /work/zones/crucible-zone.tar.gz (39682818 bytes)
25852024-02-22T06:30:20.552Zuploaded: /work/zones/crucible-zone.tar.gz
25862024-02-22T06:30:20.552Zuploading: /work/zones/external-dns.tar.gz (23647874 bytes)
25872024-02-22T06:30:32.191Zuploaded: /work/zones/external-dns.tar.gz
25882024-02-22T06:30:32.192Zuploading: /work/zones/internal-dns.tar.gz (23647873 bytes)
25892024-02-22T06:30:40.253Zuploaded: /work/zones/internal-dns.tar.gz
25902024-02-22T06:30:40.253Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25912024-02-22T06:30:41.264Zuploaded: /work/zones/ntp.tar.gz
25922024-02-22T06:30:41.264Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19573739 bytes)
25932024-02-22T06:30:47.425Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25942024-02-22T06:30:47.425Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19572880 bytes)
25952024-02-22T06:30:53.146Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25962024-02-22T06:30:53.152Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87823203 bytes)
25972024-02-22T06:31:21.184Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25982024-02-22T06:31:21.184Zuploading: /work/zones/omicron-nexus.tar.gz (87832919 bytes)
25992024-02-22T06:31:48.965Zuploaded: /work/zones/omicron-nexus.tar.gz
26002024-02-22T06:31:48.965Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
26012024-02-22T06:31:50.415Zuploaded: /work/zones/overlay.tar.gz
26022024-02-22T06:31:50.416Zuploading: /work/zones/oximeter.tar.gz (55990039 bytes)
26032024-02-22T06:32:07.492Zuploaded: /work/zones/oximeter.tar.gz
26042024-02-22T06:32:07.492Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26052024-02-22T06:32:30.926Zuploaded: /work/zones/propolis-server.tar.gz
26062024-02-22T06:32:30.926Zuploading: /work/zones/switch-asic.tar.gz (285215979 bytes)
26072024-02-22T06:34:04.207Zuploaded: /work/zones/switch-asic.tar.gz
26082024-02-22T06:34:04.207Zuploading: /work/zones/switch-softnpu.tar.gz (209410780 bytes)
26092024-02-22T06:35:23.044Zuploaded: /work/zones/switch-softnpu.tar.gz