01HPNT7SY2JVV8ES39F8SAPE7W: 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: 01HPNT8KDVXN7AKPEZV6K75VZY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-15T07:23:09.530Zjob assigned to worker 01HPNT90S745WH9KJJME9J7YB3 (queued for 1 m 41 s)
 
22024-02-15T07:23:09.906Zstarting task 0: "setup"
32024-02-15T07:23:09.993Z++ uname -s
42024-02-15T07:23:10.419Z+ kern=SunOS
52024-02-15T07:23:10.419Z+ case "$kern" in
62024-02-15T07:23:10.419Z+ groupadd -g 12345 build
72024-02-15T07:23:10.419Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-15T07:23:12.013Z+ zfs create -o mountpoint=/work rpool/work
92024-02-15T07:23:12.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-15T07:23:12.099Z+ home_fs=zfs
112024-02-15T07:23:12.099Z+ [[ zfs == autofs ]]
122024-02-15T07:23:12.100Z+ mkdir -p /home/build
132024-02-15T07:23:12.100Z+ chown build:build /home/build /work
142024-02-15T07:23:13.090Z+ chmod 0700 /home/build /work
152024-02-15T07:23:13.104Zprocess exited: duration 3186 ms, exit code 0
 
162024-02-15T07:23:13.135Zstarting task 1: "rust-toolchain"
172024-02-15T07:23:13.552Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-15T07:23:13.552Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-15T07:23:13.555Zinfo: downloading installer
202024-02-15T07:23:15.431Zwarning: it looks like you have an existing installation of Rust at:
212024-02-15T07:23:15.431Zwarning: /opt/ooce/bin
222024-02-15T07:23:15.431Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-15T07:23:15.431Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-15T07:23:15.432Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-15T07:23:15.432Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-15T07:23:15.432Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-15T07:23:15.432Zerror: cannot install while Rust is installed
282024-02-15T07:23:15.433Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-15T07:23:15.868Zinfo: profile set to 'default'
302024-02-15T07:23:15.868Zinfo: default host triple is x86_64-unknown-illumos
312024-02-15T07:23:15.904Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-15T07:23:15.965Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-15T07:23:15.965Zinfo: downloading component 'cargo'
342024-02-15T07:23:16.586Zinfo: downloading component 'clippy'
352024-02-15T07:23:16.800Zinfo: downloading component 'rust-docs'
362024-02-15T07:23:17.553Zinfo: downloading component 'rust-std'
372024-02-15T07:23:18.931Zinfo: downloading component 'rustc'
382024-02-15T07:23:22.221Zinfo: downloading component 'rustfmt'
392024-02-15T07:23:22.413Zinfo: installing component 'cargo'
402024-02-15T07:23:23.713Zinfo: installing component 'clippy'
412024-02-15T07:23:24.351Zinfo: installing component 'rust-docs'
422024-02-15T07:23:25.778Zinfo: installing component 'rust-std'
432024-02-15T07:23:28.104Zinfo: installing component 'rustc'
442024-02-15T07:23:33.453Zinfo: installing component 'rustfmt'
452024-02-15T07:23:33.895Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-15T07:23:33.895Z
472024-02-15T07:23:34.183Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-15T07:23:34.183Z
492024-02-15T07:23:34.205Z
502024-02-15T07:23:34.205ZRust is installed now. Great!
512024-02-15T07:23:34.205Z
522024-02-15T07:23:34.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-15T07:23:34.205Zenvironment variable. This has not been done automatically.
542024-02-15T07:23:34.205Z
552024-02-15T07:23:34.206ZTo configure your current shell, run:
562024-02-15T07:23:34.206Zsource "$HOME/.cargo/env"
572024-02-15T07:23:34.236Z+ rustc --version
582024-02-15T07:23:34.309Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-15T07:23:34.317Zprocess exited: duration 21174 ms, exit code 0
 
602024-02-15T07:23:34.332Zstarting task 2: "authentication"
612024-02-15T07:23:34.352Zprocess exited: duration 20 ms, exit code 0
 
622024-02-15T07:23:34.360Zstarting task 3: "clone repository"
632024-02-15T07:23:34.366Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-15T07:23:34.370Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-15T07:23:34.953ZCloning into '/work/oxidecomputer/omicron'...
662024-02-15T07:23:40.488Z+ cd /work/oxidecomputer/omicron
672024-02-15T07:23:40.489Z+ git fetch origin 4667ac76836b476cd70e8adbd4ab512670896aa8
682024-02-15T07:23:40.489ZFrom https://github.com/oxidecomputer/omicron
692024-02-15T07:23:40.489Z * branch 4667ac76836b476cd70e8adbd4ab512670896aa8 -> FETCH_HEAD
702024-02-15T07:23:40.489Z+ [[ -n renovate/actions-setup-node-4.x ]]
712024-02-15T07:23:40.489Z++ git branch --show-current
722024-02-15T07:23:40.489Z+ current=main
732024-02-15T07:23:40.489Z+ [[ main != renovate/actions-setup-node-4.x ]]
742024-02-15T07:23:40.490Z+ git branch -f renovate/actions-setup-node-4.x 4667ac76836b476cd70e8adbd4ab512670896aa8
752024-02-15T07:23:40.490Z+ git checkout -f renovate/actions-setup-node-4.x
762024-02-15T07:23:40.540ZSwitched to branch 'renovate/actions-setup-node-4.x'
772024-02-15T07:23:40.558Z+ git reset --hard 4667ac76836b476cd70e8adbd4ab512670896aa8
782024-02-15T07:23:40.643ZHEAD is now at 4667ac768 chore(deps): update actions/setup-node action to v4.0.2
792024-02-15T07:23:40.661Zprocess exited: duration 6270 ms, exit code 0
 
802024-02-15T07:23:40.671Zstarting task 4: "build"
812024-02-15T07:23:40.677Z+ cargo --version
822024-02-15T07:23:40.682Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-15T07:23:40.811Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-15T07:23:40.811Zinfo: downloading component 'cargo'
852024-02-15T07:23:41.435Zinfo: downloading component 'clippy'
862024-02-15T07:23:41.637Zinfo: downloading component 'rust-docs'
872024-02-15T07:23:42.405Zinfo: downloading component 'rust-std'
882024-02-15T07:23:43.529Zinfo: downloading component 'rustc'
892024-02-15T07:23:46.750Zinfo: downloading component 'rustfmt'
902024-02-15T07:23:46.930Zinfo: installing component 'cargo'
912024-02-15T07:23:47.801Zinfo: installing component 'clippy'
922024-02-15T07:23:48.164Zinfo: installing component 'rust-docs'
932024-02-15T07:23:49.710Zinfo: installing component 'rust-std'
942024-02-15T07:23:51.306Zinfo: installing component 'rustc'
952024-02-15T07:23:55.519Zinfo: installing component 'rustfmt'
962024-02-15T07:23:55.863Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-15T07:23:55.879Z+ rustc --version
982024-02-15T07:23:55.931Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-15T07:23:55.943Z++ git rev-parse HEAD
1002024-02-15T07:23:55.944Z+ COMMIT=4667ac76836b476cd70e8adbd4ab512670896aa8
1012024-02-15T07:23:55.944Z+ VERSION=7.0.0-0.ci+git4667ac76836
1022024-02-15T07:23:55.944Z+ echo 7.0.0-0.ci+git4667ac76836
1032024-02-15T07:23:55.944Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-15T07:24:04.408Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-15T07:24:05.653Z Startup: Caching catalogs ... Done
1062024-02-15T07:24:06.906ZPlanning: Solver setup ... Done (0.930s)
1072024-02-15T07:24:06.931ZPlanning: Running solver ... Done (0.021s)
1082024-02-15T07:24:07.081ZPlanning: Finding local manifests ... Done (0.137s)
1092024-02-15T07:24:07.092ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-15T07:24:07.279ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-15T07:24:07.743ZPlanning: Package planning ... Done (0.049s)
1122024-02-15T07:24:07.788ZPlanning: Merging actions ... Done (0.052s)
1132024-02-15T07:24:08.324ZPlanning: Checking for conflicting actions ... Done (0.943s)
1142024-02-15T07:24:08.349ZPlanning: Consolidating action changes ... Done (0.012s)
1152024-02-15T07:24:11.494ZPlanning: Evaluating mediators ... Done (3.158s)
1162024-02-15T07:24:11.506ZPlanning: Planning completed in 5.81 seconds
1172024-02-15T07:24:11.977Z Packages to install: 4
1182024-02-15T07:24:11.978Z Mediators to change: 2
1192024-02-15T07:24:11.978Z Services to change: 1
1202024-02-15T07:24:11.978Z Estimated space available: 148.87 GB
1212024-02-15T07:24:11.978ZEstimated space to be consumed: 1.41 GB
1222024-02-15T07:24:11.978Z Create boot environment: No
1232024-02-15T07:24:11.978ZCreate backup boot environment: No
1242024-02-15T07:24:11.978Z Rebuild boot archive: No
1252024-02-15T07:24:11.978Z
1262024-02-15T07:24:11.978ZChanged mediators:
1272024-02-15T07:24:11.978Z mediator clang:
1282024-02-15T07:24:11.979Z version: None -> 15 (system default)
1292024-02-15T07:24:11.979Z
1302024-02-15T07:24:11.979Z mediator llvm:
1312024-02-15T07:24:11.979Z version: 14 (system default) -> 15 (system default)
1322024-02-15T07:24:11.979Z
1332024-02-15T07:24:11.979ZChanged packages:
1342024-02-15T07:24:11.979Zhelios-dev
1352024-02-15T07:24:11.979Z developer/build-essential
1362024-02-15T07:24:11.979Z None -> 11-2.0
1372024-02-15T07:24:11.979Z library/libxmlsec1
1382024-02-15T07:24:11.979Z None -> 1.2.35-2.0
1392024-02-15T07:24:11.980Z ooce/developer/clang-15
1402024-02-15T07:24:11.980Z None -> 15.0.7-2.0
1412024-02-15T07:24:11.980Z ooce/developer/llvm-15
1422024-02-15T07:24:11.980Z None -> 15.0.7-2.0
1432024-02-15T07:24:11.980Z
1442024-02-15T07:24:11.980ZServices:
1452024-02-15T07:24:11.980Z restart_fmri:
1462024-02-15T07:24:11.980Z svc:/system/update-man-index:default
1472024-02-15T07:24:11.980Z
1482024-02-15T07:24:11.980ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-15T07:24:17.898ZDownload: 211/3290 items 1.3/212.6MB 0% complete (792k/s)
1502024-02-15T07:24:22.864ZDownload: 1250/3290 items 98.1/212.6MB 46% complete (9.7M/s)
1512024-02-15T07:24:27.898ZDownload: 1795/3290 items 117.8/212.6MB 55% complete (11.9M/s)
1522024-02-15T07:24:32.912ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (5.5M/s)
1532024-02-15T07:24:37.886ZDownload: 2805/3290 items 121.0/212.6MB 56% complete (327k/s)
1542024-02-15T07:24:43.881ZDownload: 3244/3290 items 171.9/212.6MB 80% complete (5.3M/s)
1552024-02-15T07:24:46.628ZDownload: Completed 212.60 MB in 34.10 seconds (6.2M/s)
1562024-02-15T07:24:46.628Z Actions: 1/3689 actions (Installing new actions)
1572024-02-15T07:24:51.045Z Actions: 3553/3689 actions (Installing new actions)
1582024-02-15T07:24:51.666Z Actions: Completed 3689 actions in 5.62 seconds.
1592024-02-15T07:24:51.760Z Done (0.086s)
1602024-02-15T07:24:51.760Z Done (0.000s)
1612024-02-15T07:24:51.971Z Done (0.214s)
1622024-02-15T07:24:58.276Z Done (6.178s)
1632024-02-15T07:24:59.109Z Done (0.081s)
1642024-02-15T07:24:59.110Z Done (0.000s)
1652024-02-15T07:24:59.110Z Done (0.000s)
1662024-02-15T07:24:59.146ZPlanning: Evaluating mediator changes ... Done
1672024-02-15T07:24:59.309ZPlanning: Checking for conflicting actions ... Done
1682024-02-15T07:24:59.343ZPlanning: Consolidating action changes ... Done
1692024-02-15T07:25:00.032ZPlanning: Evaluating mediators ... Done
1702024-02-15T07:25:00.056ZPlanning: Planning completed in 0.45 seconds
1712024-02-15T07:25:00.056Z Mediators to change: 2
1722024-02-15T07:25:00.056Z Create boot environment: No
1732024-02-15T07:25:00.056ZCreate backup boot environment: No
1742024-02-15T07:25:00.057Z Done
1752024-02-15T07:25:00.057Z Done
1762024-02-15T07:25:00.057Z Done
1772024-02-15T07:25:03.752Z Done
1782024-02-15T07:25:03.846Z Done
1792024-02-15T07:25:04.264Z Done
1802024-02-15T07:25:04.264Z Done
1812024-02-15T07:25:04.599ZPlanning: Evaluating mediator changes ... Done
1822024-02-15T07:25:05.019ZPlanning: Merging actions ... Done
1832024-02-15T07:25:05.019ZPlanning: Checking for conflicting actions ... Done
1842024-02-15T07:25:05.019ZPlanning: Consolidating action changes ... Done
1852024-02-15T07:25:05.083ZPlanning: Evaluating mediators ... Done
1862024-02-15T07:25:05.159ZPlanning: Planning completed in 0.83 seconds
1872024-02-15T07:25:05.186Z Packages to change: 1
1882024-02-15T07:25:05.187Z Mediators to change: 1
1892024-02-15T07:25:05.201Z Services to change: 1
1902024-02-15T07:25:05.201Z Create boot environment: No
1912024-02-15T07:25:05.203ZCreate backup boot environment: Yes
1922024-02-15T07:25:07.019Z Actions: 1/6 actions (Updating modified actions)
1932024-02-15T07:25:07.055Z Actions: Completed 6 actions in 0.05 seconds.
1942024-02-15T07:25:07.068Z Done
1952024-02-15T07:25:07.068Z Done
1962024-02-15T07:25:07.099Z Done
1972024-02-15T07:25:10.982Z Done
1982024-02-15T07:25:11.081Z Done
1992024-02-15T07:25:11.100Z Done
2002024-02-15T07:25:11.183Z Done
2012024-02-15T07:25:11.650ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-02-15T07:25:11.650Zclang system 15 system
2032024-02-15T07:25:11.650Zcsh system system illumos
2042024-02-15T07:25:11.650Zctags system system illumos
2052024-02-15T07:25:11.651Zgcc vendor 12 vendor
2062024-02-15T07:25:11.651Zgcc system 10 system
2072024-02-15T07:25:11.651Zgcc system 7 system
2082024-02-15T07:25:11.651Zgo system 1.20 system
2092024-02-15T07:25:11.651Zgo system 1.19 system
2102024-02-15T07:25:11.651Zllvm system 15 system
2112024-02-15T07:25:11.651Zllvm system 14 system
2122024-02-15T07:25:11.652Zmariadb system 10.6 system
2132024-02-15T07:25:11.652Zmta vendor vendor dma
2142024-02-15T07:25:11.652Zopenjdk system 17 system
2152024-02-15T07:25:11.652Zopenjdk system 11 system
2162024-02-15T07:25:11.652Zopenjdk system 1.8 system
2172024-02-15T07:25:11.652Zopenssl vendor 3 vendor
2182024-02-15T07:25:11.653Zperl system 5.36 system
2192024-02-15T07:25:11.653Zpostgresql system 15 system
2202024-02-15T07:25:11.653Zpostgresql system 13 system
2212024-02-15T07:25:11.653Zpython vendor 3 vendor
2222024-02-15T07:25:11.653Zpython system 2 system
2232024-02-15T07:25:11.653Zpython3 system 3.11 system
2242024-02-15T07:25:11.653Zruby system 3.0 system
2252024-02-15T07:25:11.654Zwords vendor vendor american-english
2262024-02-15T07:25:11.654Zwords system system australian-english
2272024-02-15T07:25:11.654Zwords system system british-english
2282024-02-15T07:25:11.654Zwords system system canadian-english
2292024-02-15T07:25:11.654Zwords system system french
2302024-02-15T07:25:11.654Zwords system system italian
2312024-02-15T07:25:11.654Zwords system system ngerman
2322024-02-15T07:25:11.655Zwords system system ogerman
2332024-02-15T07:25:11.655Zwords system system spanish
2342024-02-15T07:25:11.987ZFMRI IFO
2352024-02-15T07:25:11.987Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-02-15T07:25:11.987Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-02-15T07:25:11.987Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-02-15T07:25:11.987Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-02-15T07:25:11.987Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-02-15T07:25:11.987Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2412024-02-15T07:25:11.987Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-02-15T07:25:11.987Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2432024-02-15T07:25:12.041Z+ set -o errexit
2442024-02-15T07:25:12.491Z+++ dirname ./tools/ci_download_cockroachdb
2452024-02-15T07:25:12.491Z++ cd ./tools
2462024-02-15T07:25:12.491Z++ pwd
2472024-02-15T07:25:12.491Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482024-02-15T07:25:12.491Z++ basename ./tools/ci_download_cockroachdb
2492024-02-15T07:25:12.491Z+ ARG0=ci_download_cockroachdb
2502024-02-15T07:25:12.491Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512024-02-15T07:25:12.491Z+ CIDL_VERSION=v22.1.9
2522024-02-15T07:25:12.492Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532024-02-15T07:25:12.492Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2542024-02-15T07:25:12.492Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2552024-02-15T07:25:12.492Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2562024-02-15T07:25:12.492Z+ TARGET_DIR=out
2572024-02-15T07:25:12.492Z+ DOWNLOAD_DIR=out/downloads
2582024-02-15T07:25:12.492Z+ DEST_DIR=./out/cockroachdb
2592024-02-15T07:25:12.492Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602024-02-15T07:25:12.493Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612024-02-15T07:25:12.493Z+ main
2622024-02-15T07:25:12.493Z+ [[ 0 != 0 ]]
2632024-02-15T07:25:12.493Z+ CIDL_OS=solaris2.11
2642024-02-15T07:25:12.493Z+ [[ 0 != 0 ]]
2652024-02-15T07:25:12.494Z+ configure_os solaris2.11
2662024-02-15T07:25:12.494Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672024-02-15T07:25:12.494Zcurrent directory: /work/oxidecomputer/omicron
2682024-02-15T07:25:12.494Z+ echo 'configuring based on OS: "solaris2.11"'
2692024-02-15T07:25:12.495Zconfiguring based on OS: "solaris2.11"
2702024-02-15T07:25:12.495Z+ case "$1" in
2712024-02-15T07:25:12.495Z+ CIDL_BUILD=illumos
2722024-02-15T07:25:12.495Z+ CIDL_SUFFIX=tar.gz
2732024-02-15T07:25:12.495Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-02-15T07:25:12.495Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752024-02-15T07:25:12.495Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762024-02-15T07:25:12.495Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772024-02-15T07:25:12.495Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782024-02-15T07:25:12.496Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-15T07:25:12.496Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802024-02-15T07:25:12.496Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-15T07:25:12.496Z+ CIDL_SHA256FUNC=do_sha256sum
2822024-02-15T07:25:12.496Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-02-15T07:25:12.496Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-02-15T07:25:12.496ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-02-15T07:25:12.496ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-15T07:25:12.496Z+ mkdir -p out/downloads
2872024-02-15T07:25:12.496Z+ mkdir -p ./out/cockroachdb
2882024-02-15T07:25:12.496Z+ local DO_DOWNLOAD=true
2892024-02-15T07:25:12.496Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902024-02-15T07:25:12.496Z+ '[' true == true ']'
2912024-02-15T07:25:12.497Z+ echo Downloading...
2922024-02-15T07:25:12.497ZDownloading...
2932024-02-15T07:25:12.497Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-15T07:25:12.497Z+ 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
2952024-02-15T07:25:19.284Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-02-15T07:25:19.305Z++ sha256sum
2972024-02-15T07:25:19.305Z++ awk '{print $1}'
2982024-02-15T07:25:19.451Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2992024-02-15T07:25:19.451Z+ [[ 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 ]]
3002024-02-15T07:25:19.452Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-02-15T07:25:19.470Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022024-02-15T07:25:21.639Z+ do_assemble_illumos
3032024-02-15T07:25:21.639Z+ rm -r ./out/cockroachdb
3042024-02-15T07:25:21.652Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052024-02-15T07:25:22.020Z+ ./out/cockroachdb/bin/cockroach version
3062024-02-15T07:25:22.226ZBuild Tag: v22.1.9-dirty
3072024-02-15T07:25:22.226ZBuild Time: 2022/10/26 21:17:46
3082024-02-15T07:25:22.227ZDistribution: OSS
3092024-02-15T07:25:22.227ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102024-02-15T07:25:22.227ZGo Version: go1.17.13
3112024-02-15T07:25:22.227ZC Compiler: gcc 10.3.0
3122024-02-15T07:25:22.228ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132024-02-15T07:25:22.228ZBuild Type: release
3142024-02-15T07:25:22.833Z+ set -o errexit
3152024-02-15T07:25:22.834Z+++ dirname ./tools/ci_download_clickhouse
3162024-02-15T07:25:22.834Z++ cd ./tools
3172024-02-15T07:25:22.834Z++ pwd
3182024-02-15T07:25:22.834Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192024-02-15T07:25:22.834Z++ basename ./tools/ci_download_clickhouse
3202024-02-15T07:25:22.834Z+ ARG0=ci_download_clickhouse
3212024-02-15T07:25:22.835Z+ TARGET_DIR=out
3222024-02-15T07:25:22.835Z+ DOWNLOAD_DIR=out/downloads
3232024-02-15T07:25:22.835Z+ DEST_DIR=./out/clickhouse
3242024-02-15T07:25:22.836Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3252024-02-15T07:25:22.836Z+ CIDL_VERSION=v22.8.9.24
3262024-02-15T07:25:22.837Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272024-02-15T07:25:22.837Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3282024-02-15T07:25:22.837Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3292024-02-15T07:25:22.837Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3302024-02-15T07:25:22.837Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312024-02-15T07:25:22.837Z+ main
3322024-02-15T07:25:22.838Z+ [[ 0 != 0 ]]
3332024-02-15T07:25:22.838Z+ CIDL_OS=solaris2.11
3342024-02-15T07:25:22.838Z+ [[ 0 != 0 ]]
3352024-02-15T07:25:22.838Z+ configure_os solaris2.11
3362024-02-15T07:25:22.839Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372024-02-15T07:25:22.839Zcurrent directory: /work/oxidecomputer/omicron
3382024-02-15T07:25:22.839Z+ echo 'configuring based on OS: "solaris2.11"'
3392024-02-15T07:25:22.839Z+ CIDL_DASHREV=
3402024-02-15T07:25:22.839Z+ case "$1" in
3412024-02-15T07:25:22.839Zconfiguring based on OS: "solaris2.11"
3422024-02-15T07:25:22.839Z+ CIDL_PLATFORM=illumos
3432024-02-15T07:25:22.839Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3442024-02-15T07:25:22.839Z+ CIDL_MD5FUNC=do_md5sum
3452024-02-15T07:25:22.839Z+ CIDL_DASHREV=-1
3462024-02-15T07:25:22.840Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3472024-02-15T07:25:22.840Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-15T07:25:22.840Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-15T07:25:22.840Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-15T07:25:22.840Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512024-02-15T07:25:22.840ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-15T07:25:22.840Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3532024-02-15T07:25:22.840ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-15T07:25:22.840Z+ mkdir -p out/downloads
3552024-02-15T07:25:22.840Z+ mkdir -p ./out/clickhouse
3562024-02-15T07:25:22.841Z+ local DO_DOWNLOAD=true
3572024-02-15T07:25:22.841Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582024-02-15T07:25:22.841Z+ '[' true == true ']'
3592024-02-15T07:25:22.841Z+ echo Downloading...
3602024-02-15T07:25:22.842ZDownloading...
3612024-02-15T07:25:22.842Z+ 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
3622024-02-15T07:25:22.842Z+ 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
3632024-02-15T07:25:24.847Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-15T07:25:24.855Z++ md5sum
3652024-02-15T07:25:24.856Z++ awk '{print $1}'
3662024-02-15T07:25:25.028Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3672024-02-15T07:25:25.037Z+ [[ 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 ]]
3682024-02-15T07:25:25.037Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3692024-02-15T07:25:25.037Z+ mkdir -p ./out/clickhouse
3702024-02-15T07:25:25.038Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3712024-02-15T07:25:28.205Z+ ./out/clickhouse/clickhouse server --version
3722024-02-15T07:25:28.239ZClickHouse server version 22.8.9.1.
3732024-02-15T07:25:28.247Z+ set -o errexit
3742024-02-15T07:25:28.261Z+++ dirname ./tools/ci_download_console
3752024-02-15T07:25:28.261Z++ cd ./tools
3762024-02-15T07:25:28.262Z++ pwd
3772024-02-15T07:25:28.262Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782024-02-15T07:25:28.262Z++ basename ./tools/ci_download_console
3792024-02-15T07:25:28.262Z+ ARG0=ci_download_console
3802024-02-15T07:25:28.263Z+ TARGET_DIR=out
3812024-02-15T07:25:28.263Z+ DOWNLOAD_DIR=out/downloads
3822024-02-15T07:25:28.263Z+ DEST_DIR=./out/console-assets
3832024-02-15T07:25:28.264Z+ source /work/oxidecomputer/omicron/tools/console_version
3842024-02-15T07:25:28.264Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3852024-02-15T07:25:28.264Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3862024-02-15T07:25:28.265Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3872024-02-15T07:25:28.265Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882024-02-15T07:25:28.265Z+ main
3892024-02-15T07:25:28.265Z+ [[ 0 != 0 ]]
3902024-02-15T07:25:28.265Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3912024-02-15T07:25:28.265ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3922024-02-15T07:25:28.265Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-02-15T07:25:28.265ZLocal file: out/downloads/console.tar.gz
3942024-02-15T07:25:28.265Z+ local DO_DOWNLOAD=true
3952024-02-15T07:25:28.265Z+ [[ -f out/downloads/console.tar.gz ]]
3962024-02-15T07:25:28.266Z+ mkdir -p out/downloads
3972024-02-15T07:25:28.276Z+ '[' true == true ']'
3982024-02-15T07:25:28.276Z+ echo Downloading...
3992024-02-15T07:25:28.276ZDownloading...
4002024-02-15T07:25:28.276Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4012024-02-15T07:25:28.277Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4022024-02-15T07:25:29.275Z++ do_sha256sum out/downloads/console.tar.gz
4032024-02-15T07:25:29.275Z++ case "$OSTYPE" in
4042024-02-15T07:25:29.777Z++ SHA=sha256sum
4052024-02-15T07:25:29.777Z++ sha256sum
4062024-02-15T07:25:29.777Z++ awk '{print $1}'
4072024-02-15T07:25:29.777Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4082024-02-15T07:25:29.777Z+ [[ 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 ]]
4092024-02-15T07:25:29.777Z+ rm -rf ./out/console-assets
4102024-02-15T07:25:29.777Z+ mkdir -p ./out/console-assets
4112024-02-15T07:25:29.777Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122024-02-15T07:25:29.778Z+ mkdir -p ./out/console-assets
4132024-02-15T07:25:29.778Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142024-02-15T07:25:29.778Z+ set -o errexit
4152024-02-15T07:25:29.778Z+++ dirname ./tools/ci_download_maghemite_openapi
4162024-02-15T07:25:29.778Z++ cd ./tools
4172024-02-15T07:25:29.778Z++ pwd
4182024-02-15T07:25:29.778Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192024-02-15T07:25:29.778Z++ basename ./tools/ci_download_maghemite_openapi
4202024-02-15T07:25:29.778Z+ ARG0=ci_download_maghemite_openapi
4212024-02-15T07:25:29.778Z+ TARGET_DIR=out
4222024-02-15T07:25:29.779Z+ DOWNLOAD_DIR=out/downloads
4232024-02-15T07:25:29.779Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4242024-02-15T07:25:29.779Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4252024-02-15T07:25:29.779Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4262024-02-15T07:25:29.779Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4272024-02-15T07:25:29.779Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4282024-02-15T07:25:29.780Z+ main
4292024-02-15T07:25:29.780Z+ [[ 0 != 0 ]]
4302024-02-15T07:25:29.780Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4312024-02-15T07:25:29.780ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4322024-02-15T07:25:29.780Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4332024-02-15T07:25:29.780ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4342024-02-15T07:25:29.780Z+ local DO_DOWNLOAD=true
4352024-02-15T07:25:29.780Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4362024-02-15T07:25:29.780Z+ mkdir -p out/downloads
4372024-02-15T07:25:29.781Z+ '[' true == true ']'
4382024-02-15T07:25:29.781Z+ echo Downloading...
4392024-02-15T07:25:29.781ZDownloading...
4402024-02-15T07:25:29.781Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4412024-02-15T07:25:29.781Z+ 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
4422024-02-15T07:25:29.866Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4432024-02-15T07:25:29.866Z++ case "$OSTYPE" in
4442024-02-15T07:25:29.866Z++ SHA=sha256sum
4452024-02-15T07:25:29.866Z++ sha256sum
4462024-02-15T07:25:29.866Z++ awk '{print $1}'
4472024-02-15T07:25:29.866Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4482024-02-15T07:25:29.866Z+ [[ 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 ]]
4492024-02-15T07:25:29.867Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502024-02-15T07:25:29.867Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4512024-02-15T07:25:29.867Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4522024-02-15T07:25:29.867Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4532024-02-15T07:25:29.867Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4542024-02-15T07:25:29.868Z+ main
4552024-02-15T07:25:29.868Z+ [[ 0 != 0 ]]
4562024-02-15T07:25:29.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4572024-02-15T07:25:29.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4582024-02-15T07:25:29.868Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4592024-02-15T07:25:29.868ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4602024-02-15T07:25:29.868Z+ local DO_DOWNLOAD=true
4612024-02-15T07:25:29.868Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4622024-02-15T07:25:29.869Z+ mkdir -p out/downloads
4632024-02-15T07:25:29.869Z+ '[' true == true ']'
4642024-02-15T07:25:29.869Z+ echo Downloading...
4652024-02-15T07:25:29.869ZDownloading...
4662024-02-15T07:25:29.869Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4672024-02-15T07:25:29.869Z+ 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
4682024-02-15T07:25:30.496Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4692024-02-15T07:25:30.508Z++ case "$OSTYPE" in
4702024-02-15T07:25:30.509Z++ SHA=sha256sum
4712024-02-15T07:25:30.509Z++ sha256sum
4722024-02-15T07:25:30.509Z++ awk '{print $1}'
4732024-02-15T07:25:30.509Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4742024-02-15T07:25:30.509Z+ [[ 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 ]]
4752024-02-15T07:25:30.509Z+ set -o errexit
4762024-02-15T07:25:30.528Z+++ dirname ./tools/ci_download_dendrite_openapi
4772024-02-15T07:25:30.528Z++ cd ./tools
4782024-02-15T07:25:30.528Z++ pwd
4792024-02-15T07:25:30.528Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802024-02-15T07:25:30.528Z++ basename ./tools/ci_download_dendrite_openapi
4812024-02-15T07:25:30.528Z+ ARG0=ci_download_dendrite_openapi
4822024-02-15T07:25:30.528Z+ TARGET_DIR=out
4832024-02-15T07:25:30.528Z+ DOWNLOAD_DIR=out/downloads
4842024-02-15T07:25:30.528Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852024-02-15T07:25:30.529Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4862024-02-15T07:25:30.529Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4872024-02-15T07:25:30.529Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4882024-02-15T07:25:30.529Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4892024-02-15T07:25:30.529Z+ main
4902024-02-15T07:25:30.529Z+ [[ 0 != 0 ]]
4912024-02-15T07:25:30.529Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4922024-02-15T07:25:30.529ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4932024-02-15T07:25:30.529Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4942024-02-15T07:25:30.529ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4952024-02-15T07:25:30.529Z+ local DO_DOWNLOAD=true
4962024-02-15T07:25:30.529Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4972024-02-15T07:25:30.529Z+ mkdir -p out/downloads
4982024-02-15T07:25:30.529Z+ '[' true == true ']'
4992024-02-15T07:25:30.530Z+ echo Downloading...
5002024-02-15T07:25:30.530ZDownloading...
5012024-02-15T07:25:30.530Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5022024-02-15T07:25:30.530Z+ 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
5032024-02-15T07:25:31.963Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5042024-02-15T07:25:31.963Z++ case "$OSTYPE" in
5052024-02-15T07:25:32.006Z++ SHA=sha256sum
5062024-02-15T07:25:32.006Z++ sha256sum
5072024-02-15T07:25:32.007Z++ awk '{print $1}'
5082024-02-15T07:25:32.007Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5092024-02-15T07:25:32.007Z+ [[ 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 ]]
5102024-02-15T07:25:32.008Z+ set -o errexit
5112024-02-15T07:25:32.008Z+++ dirname ./tools/ci_download_dendrite_stub
5122024-02-15T07:25:32.008Z++ cd ./tools
5132024-02-15T07:25:32.008Z++ pwd
5142024-02-15T07:25:32.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152024-02-15T07:25:32.008Z++ basename ./tools/ci_download_dendrite_stub
5162024-02-15T07:25:32.008Z+ ARG0=ci_download_dendrite_stub
5172024-02-15T07:25:32.008Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5182024-02-15T07:25:32.008Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5192024-02-15T07:25:32.009Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5202024-02-15T07:25:32.009Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5212024-02-15T07:25:32.009Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5222024-02-15T07:25:32.009Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5232024-02-15T07:25:32.010Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5242024-02-15T07:25:32.010Z+ TARGET_DIR=out
5252024-02-15T07:25:32.010Z+ DOWNLOAD_DIR=out/downloads
5262024-02-15T07:25:32.010Z+ DEST_DIR=./out/dendrite-stub
5272024-02-15T07:25:32.010Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5282024-02-15T07:25:32.011Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5292024-02-15T07:25:32.011Z+ REPO=oxidecomputer/dendrite
5302024-02-15T07:25:32.011Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5312024-02-15T07:25:32.011Z+ main
5322024-02-15T07:25:32.011Z+ [[ 0 != 0 ]]
5332024-02-15T07:25:32.011Z+ CIDL_OS=solaris2.11
5342024-02-15T07:25:32.011Z+ [[ 0 != 0 ]]
5352024-02-15T07:25:32.011Z+ configure_os solaris2.11
5362024-02-15T07:25:32.011Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372024-02-15T07:25:32.011Z+ echo 'configuring based on OS: "solaris2.11"'
5382024-02-15T07:25:32.011Zcurrent directory: /work/oxidecomputer/omicron
5392024-02-15T07:25:32.011Zconfiguring based on OS: "solaris2.11"
5402024-02-15T07:25:32.012Z+ case "$1" in
5412024-02-15T07:25:32.012Z+ SET_BINARIES=
5422024-02-15T07:25:32.012Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5432024-02-15T07:25:32.012Z+ CIDL_SHA256FUNC=do_sha256sum
5442024-02-15T07:25:32.013Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5452024-02-15T07:25:32.013Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5462024-02-15T07:25:32.013Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472024-02-15T07:25:32.013Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5482024-02-15T07:25:32.014ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5492024-02-15T07:25:32.015Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5502024-02-15T07:25:32.015Z+ mkdir -p out/downloads
5512024-02-15T07:25:32.015ZLocal file: out/downloads/dendrite-stub.tar.gz
5522024-02-15T07:25:32.015Z+ mkdir -p ./out/dendrite-stub
5532024-02-15T07:25:32.015Z+ fetch_and_verify
5542024-02-15T07:25:32.015Z+ local DO_DOWNLOAD=true
5552024-02-15T07:25:32.015Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562024-02-15T07:25:32.015Z+ '[' true == true ']'
5572024-02-15T07:25:32.015Z+ echo Downloading...
5582024-02-15T07:25:32.015ZDownloading...
5592024-02-15T07:25:32.015Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5602024-02-15T07:25:32.015Z+ 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
5612024-02-15T07:25:56.595Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5622024-02-15T07:25:56.616Z++ sha256sum
5632024-02-15T07:25:56.617Z++ awk '{print $1}'
5642024-02-15T07:25:56.643Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5652024-02-15T07:25:56.643Z+ [[ 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 ]]
5662024-02-15T07:25:56.643Z+ do_untar out/downloads/dendrite-stub.tar.gz
5672024-02-15T07:25:56.643Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5682024-02-15T07:25:57.324Z+ do_assemble
5692024-02-15T07:25:57.325Z+ rm -r ./out/dendrite-stub
5702024-02-15T07:25:57.349Z+ mkdir ./out/dendrite-stub
5712024-02-15T07:25:57.349Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5722024-02-15T07:25:57.400Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5732024-02-15T07:25:57.435Z+ set -o errexit
5742024-02-15T07:25:57.447Z+++ dirname ./tools/ci_download_maghemite_mgd
5752024-02-15T07:25:57.447Z++ cd ./tools
5762024-02-15T07:25:57.448Z++ pwd
5772024-02-15T07:25:57.448Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782024-02-15T07:25:57.448Z++ basename ./tools/ci_download_maghemite_mgd
5792024-02-15T07:25:57.448Z+ ARG0=ci_download_maghemite_mgd
5802024-02-15T07:25:57.448Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5812024-02-15T07:25:57.448Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5822024-02-15T07:25:57.448Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5832024-02-15T07:25:57.449Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5842024-02-15T07:25:57.449Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5852024-02-15T07:25:57.449Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5862024-02-15T07:25:57.449Z+ TARGET_DIR=out
5872024-02-15T07:25:57.449Z+ DOWNLOAD_DIR=out/downloads
5882024-02-15T07:25:57.449Z+ DEST_DIR=./out/mgd
5892024-02-15T07:25:57.449Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5902024-02-15T07:25:57.449Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912024-02-15T07:25:57.450Z+ REPO=oxidecomputer/maghemite
5922024-02-15T07:25:57.450Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5932024-02-15T07:25:57.450Z+ main
5942024-02-15T07:25:57.450Z+ [[ 0 != 0 ]]
5952024-02-15T07:25:57.450Z+ CIDL_OS=solaris2.11
5962024-02-15T07:25:57.450Z+ [[ 0 != 0 ]]
5972024-02-15T07:25:57.451Z+ configure_os solaris2.11
5982024-02-15T07:25:57.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992024-02-15T07:25:57.451Zcurrent directory: /work/oxidecomputer/omicron
6002024-02-15T07:25:57.451Z+ echo 'configuring based on OS: "solaris2.11"'
6012024-02-15T07:25:57.451Z+ case "$1" in
6022024-02-15T07:25:57.452Z+ SET_BINARIES=
6032024-02-15T07:25:57.453Zconfiguring based on OS: "solaris2.11"
6042024-02-15T07:25:57.453Z+ CIDL_SHA256FUNC=do_sha256sum
6052024-02-15T07:25:57.454Z+ TARBALL_FILENAME=mgd.tar.gz
6062024-02-15T07:25:57.454Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6072024-02-15T07:25:57.454Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6082024-02-15T07:25:57.454Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6092024-02-15T07:25:57.454ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6102024-02-15T07:25:57.454Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6112024-02-15T07:25:57.455Z+ mkdir -p out/downloads
6122024-02-15T07:25:57.455ZLocal file: out/downloads/mgd.tar.gz
6132024-02-15T07:25:57.455Z+ mkdir -p ./out/mgd
6142024-02-15T07:25:57.455Z+ fetch_and_verify
6152024-02-15T07:25:57.455Z+ local DO_DOWNLOAD=true
6162024-02-15T07:25:57.456Z+ [[ -f out/downloads/mgd.tar.gz ]]
6172024-02-15T07:25:57.456Z+ '[' true == true ']'
6182024-02-15T07:25:57.456Z+ echo Downloading...
6192024-02-15T07:25:57.456ZDownloading...
6202024-02-15T07:25:57.456Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6212024-02-15T07:25:57.456Z+ 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
6222024-02-15T07:26:15.223Z++ do_sha256sum out/downloads/mgd.tar.gz
6232024-02-15T07:26:15.251Z++ sha256sum
6242024-02-15T07:26:15.252Z++ awk '{print $1}'
6252024-02-15T07:26:15.252Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6262024-02-15T07:26:15.252Z+ [[ 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 ]]
6272024-02-15T07:26:15.252Z+ do_untar out/downloads/mgd.tar.gz
6282024-02-15T07:26:15.252Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6292024-02-15T07:26:15.702Z+ do_assemble
6302024-02-15T07:26:15.703Z+ rm -r ./out/mgd
6312024-02-15T07:26:15.713Z+ mkdir ./out/mgd
6322024-02-15T07:26:15.714Z+ cp -r out/downloads/root ./out/mgd/root
6332024-02-15T07:26:15.870Z+ set -o errexit
6342024-02-15T07:26:15.902Z+++ dirname ./tools/ci_download_transceiver_control
6352024-02-15T07:26:15.903Z++ cd ./tools
6362024-02-15T07:26:15.903Z++ pwd
6372024-02-15T07:26:15.903Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6382024-02-15T07:26:15.903Z++ basename ./tools/ci_download_transceiver_control
6392024-02-15T07:26:15.903Z+ ARG0=ci_download_transceiver_control
6402024-02-15T07:26:15.903Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6412024-02-15T07:26:15.903Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-02-15T07:26:15.904Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432024-02-15T07:26:15.904Z+ TARGET_DIR=out
6442024-02-15T07:26:15.904Z+ DOWNLOAD_DIR=out/downloads
6452024-02-15T07:26:15.904Z+ DEST_DIR=./out/transceiver-control
6462024-02-15T07:26:15.904Z+ BIN_DIR=/opt/oxide/bin
6472024-02-15T07:26:15.904Z+ BINARY=xcvradm
6482024-02-15T07:26:15.904Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6492024-02-15T07:26:15.904Z+ REPO=oxidecomputer/transceiver-control
6502024-02-15T07:26:15.904Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-02-15T07:26:15.905Z+ main
6522024-02-15T07:26:15.905Z+ [[ 0 != 0 ]]
6532024-02-15T07:26:15.905Z+ CIDL_OS=solaris2.11
6542024-02-15T07:26:15.905Z+ [[ 0 != 0 ]]
6552024-02-15T07:26:15.905Z+ configure_os solaris2.11
6562024-02-15T07:26:15.905Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572024-02-15T07:26:15.905Zcurrent directory: /work/oxidecomputer/omicron
6582024-02-15T07:26:15.906Z+ echo 'configuring based on OS: "solaris2.11"'
6592024-02-15T07:26:15.906Z+ case "$1" in
6602024-02-15T07:26:15.906Z+ SET_BINARIES=
6612024-02-15T07:26:15.906Zconfiguring based on OS: "solaris2.11"
6622024-02-15T07:26:15.906Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632024-02-15T07:26:15.906Z+ CIDL_SHA256FUNC=do_sha256sum
6642024-02-15T07:26:15.906Z+ ARCHIVE_FILENAME=xcvradm.gz
6652024-02-15T07:26:15.906Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-15T07:26:15.907Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6672024-02-15T07:26:15.907Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6682024-02-15T07:26:15.907ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692024-02-15T07:26:15.908Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702024-02-15T07:26:15.908Z+ mkdir -p out/downloads
6712024-02-15T07:26:15.908ZLocal file: out/downloads/xcvradm.gz
6722024-02-15T07:26:15.908Z+ mkdir -p ./out/transceiver-control
6732024-02-15T07:26:15.908Z+ fetch_and_verify
6742024-02-15T07:26:15.908Z+ local DO_DOWNLOAD=true
6752024-02-15T07:26:15.909Z+ [[ -f out/downloads/xcvradm.gz ]]
6762024-02-15T07:26:15.909Z+ '[' true == true ']'
6772024-02-15T07:26:15.909Z+ echo Downloading...
6782024-02-15T07:26:15.909ZDownloading...
6792024-02-15T07:26:15.909Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6802024-02-15T07:26:15.909Z+ 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
6812024-02-15T07:26:21.651Z++ do_sha256sum out/downloads/xcvradm.gz
6822024-02-15T07:26:21.681Z++ sha256sum
6832024-02-15T07:26:21.681Z++ awk '{print $1}'
6842024-02-15T07:26:21.681Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852024-02-15T07:26:21.681Z+ [[ 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 ]]
6862024-02-15T07:26:21.681Z+ do_unpack out/downloads/xcvradm.gz
6872024-02-15T07:26:21.681Z+ mkdir -p out/downloads/root//opt/oxide/bin
6882024-02-15T07:26:21.705Z+ gzip -dc out/downloads/xcvradm.gz
6892024-02-15T07:26:21.799Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6902024-02-15T07:26:21.819Z+ do_assemble
6912024-02-15T07:26:21.819Z+ rm -r ./out/transceiver-control
6922024-02-15T07:26:21.819Z+ mkdir ./out/transceiver-control
6932024-02-15T07:26:21.819Z+ cp -r out/downloads/root ./out/transceiver-control/root
6942024-02-15T07:26:21.937ZAll prerequisites installed successfully
6952024-02-15T07:26:21.948Z
6962024-02-15T07:26:21.948Zreal 2:25.955204053
6972024-02-15T07:26:21.948Zuser 34.674286917
6982024-02-15T07:26:21.948Zsys 6.609753226
6992024-02-15T07:26:21.948Ztrap 0.008986374
7002024-02-15T07:26:21.949Ztflt 0.201673416
7012024-02-15T07:26:21.949Zdflt 0.455326162
7022024-02-15T07:26:21.949Zkflt 0.150886125
7032024-02-15T07:26:21.949Zlock 1.912215207
7042024-02-15T07:26:21.949Zslp 5:26.040339396
7052024-02-15T07:26:21.949Zlat 1.936384265
7062024-02-15T07:26:21.949Zstop 0.143656191
7072024-02-15T07:26:21.950Z+ ptime -m ./tools/ci_download_softnpu_machinery
7082024-02-15T07:26:21.950Zfetching npuzone
7092024-02-15T07:26:21.987ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7102024-02-15T07:26:21.987Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7112024-02-15T07:26:21.987ZGetting hash for npuzone
7122024-02-15T07:26:22.575Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7132024-02-15T07:26:42.140Znpuzone downloaded successfully
7142024-02-15T07:26:42.150Z
7152024-02-15T07:26:42.150Zreal 20.202182944
7162024-02-15T07:26:42.150Zuser 0.377322293
7172024-02-15T07:26:42.150Zsys 0.162320047
7182024-02-15T07:26:42.150Ztrap 0.000020529
7192024-02-15T07:26:42.150Ztflt 0.000000000
7202024-02-15T07:26:42.150Zdflt 0.000000000
7212024-02-15T07:26:42.151Zkflt 0.000000000
7222024-02-15T07:26:42.151Zlock 0.000000000
7232024-02-15T07:26:42.151Zslp 59.887911509
7242024-02-15T07:26:42.151Zlat 0.146921870
7252024-02-15T07:26:42.151Zstop 0.000173364
7262024-02-15T07:26:42.151Z+ export CARGO_INCREMENTAL=0
7272024-02-15T07:26:42.151Z+ CARGO_INCREMENTAL=0
7282024-02-15T07:26:42.151Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7292024-02-15T07:26:42.357Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7302024-02-15T07:26:42.651Z Updating git repository `https://github.com/oxidecomputer/samael`
7312024-02-15T07:26:43.016Z Updating crates.io index
7322024-02-15T07:26:43.038Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7332024-02-15T07:26:43.774Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7342024-02-15T07:26:45.601Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7352024-02-15T07:26:46.117Z Updating git repository `http://github.com/oxidecomputer/tofino`
7362024-02-15T07:26:46.419Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7372024-02-15T07:26:46.666Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7382024-02-15T07:26:46.937Z Updating git repository `https://github.com/oxidecomputer/propolis`
7392024-02-15T07:26:47.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
7402024-02-15T07:26:50.245Z Updating git repository `https://github.com/oxidecomputer/opte`
7412024-02-15T07:26:50.802Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-02-15T07:26:51.482Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7432024-02-15T07:26:51.746Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7442024-02-15T07:26:52.006Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-02-15T07:26:52.272Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7462024-02-15T07:26:52.584Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7472024-02-15T07:26:52.963Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7482024-02-15T07:26:53.286Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7492024-02-15T07:26:53.676Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7502024-02-15T07:26:54.117Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-02-15T07:26:54.511Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7522024-02-15T07:26:55.509Z Updating git repository `https://github.com/jgallagher/nix`
7532024-02-15T07:26:56.127Z Updating git repository `https://github.com/cbiffle/hubpack`
7542024-02-15T07:26:56.127Z Updating git repository `https://github.com/oxidecomputer/typify`
7552024-02-15T07:26:57.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7562024-02-15T07:26:57.561Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7572024-02-15T07:26:57.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7582024-02-15T07:26:58.998Z Downloading crates ...
7592024-02-15T07:26:59.256Z Downloaded adler v1.0.2
7602024-02-15T07:26:59.273Z Downloaded ipnet v2.9.0
7612024-02-15T07:26:59.308Z Downloaded is_ci v1.1.1
7622024-02-15T07:26:59.308Z Downloaded itertools v0.10.5
7632024-02-15T07:26:59.308Z Downloaded io-lifetimes v1.0.11
7642024-02-15T07:26:59.308Z Downloaded lazycell v1.3.0
7652024-02-15T07:26:59.308Z Downloaded ipnetwork v0.20.0
7662024-02-15T07:26:59.308Z Downloaded chacha20 v0.9.1
7672024-02-15T07:26:59.319Z Downloaded num_enum v0.5.11
7682024-02-15T07:26:59.319Z Downloaded async-stream-impl v0.3.5
7692024-02-15T07:26:59.319Z Downloaded atomicwrites v0.4.3
7702024-02-15T07:26:59.319Z Downloaded assert_matches v1.5.0
7712024-02-15T07:26:59.319Z Downloaded anstyle v1.0.2
7722024-02-15T07:26:59.319Z Downloaded async-stream v0.3.5
7732024-02-15T07:26:59.331Z Downloaded libloading v0.7.4
7742024-02-15T07:26:59.331Z Downloaded serde_tokenstream v0.1.7
7752024-02-15T07:26:59.338Z Downloaded atty v0.2.14
7762024-02-15T07:26:59.338Z Downloaded serde_derive v1.0.196
7772024-02-15T07:26:59.344Z Downloaded mockall_derive v0.12.0
7782024-02-15T07:26:59.344Z Downloaded nom v7.1.3
7792024-02-15T07:26:59.352Z Downloaded hubpack v0.1.2
7802024-02-15T07:26:59.366Z Downloaded httpdate v1.0.3
7812024-02-15T07:26:59.366Z Downloaded http-range v0.1.5
7822024-02-15T07:26:59.366Z Downloaded addr2line v0.21.0
7832024-02-15T07:26:59.383Z Downloaded spin v0.5.2
7842024-02-15T07:26:59.383Z Downloaded libxml v0.3.3
7852024-02-15T07:26:59.383Z Downloaded hubpack_derive v0.1.1
7862024-02-15T07:26:59.384Z Downloaded static_assertions v1.1.0
7872024-02-15T07:26:59.402Z Downloaded ciborium-io v0.2.2
7882024-02-15T07:26:59.403Z Downloaded slog-async v2.8.0
7892024-02-15T07:26:59.403Z Downloaded cstr-argument v0.1.2
7902024-02-15T07:26:59.403Z Downloaded matches v0.1.10
7912024-02-15T07:26:59.403Z Downloaded block-buffer v0.10.4
7922024-02-15T07:26:59.403Z Downloaded bcs v0.1.6
7932024-02-15T07:26:59.403Z Downloaded cfg-if v1.0.0
7942024-02-15T07:26:59.404Z Downloaded hyper-tls v0.5.0
7952024-02-15T07:26:59.404Z Downloaded humantime v2.1.0
7962024-02-15T07:26:59.417Z Downloaded bb8 v0.8.3
7972024-02-15T07:26:59.417Z Downloaded nodrop v0.1.14
7982024-02-15T07:26:59.417Z Downloaded ahash v0.8.7
7992024-02-15T07:26:59.417Z Downloaded ident_case v1.0.1
8002024-02-15T07:26:59.417Z Downloaded ansi_term v0.12.1
8012024-02-15T07:26:59.417Z Downloaded colorchoice v1.0.0
8022024-02-15T07:26:59.417Z Downloaded usdt-attr-macro v0.5.0
8032024-02-15T07:26:59.418Z Downloaded try-lock v0.2.4
8042024-02-15T07:26:59.418Z Downloaded cookie v0.18.0
8052024-02-15T07:26:59.418Z Downloaded iana-time-zone v0.1.57
8062024-02-15T07:27:00.263Z Downloaded managed v0.8.0
8072024-02-15T07:27:00.263Z Downloaded convert_case v0.4.0
8082024-02-15T07:27:00.263Z Downloaded multimap v0.8.3
8092024-02-15T07:27:00.263Z Downloaded vte_generate_state_changes v0.1.1
8102024-02-15T07:27:00.264Z Downloaded structmeta-derive v0.3.0
8112024-02-15T07:27:00.281Z Downloaded clap_lex v0.5.1
8122024-02-15T07:27:00.281Z Downloaded memmap v0.7.0
8132024-02-15T07:27:00.281Z Downloaded cobs v0.2.3
8142024-02-15T07:27:00.281Z Downloaded colored v2.0.4
8152024-02-15T07:27:00.281Z Downloaded memoffset v0.9.0
8162024-02-15T07:27:00.281Z Downloaded camino-tempfile v1.1.1
8172024-02-15T07:27:00.281Z Downloaded constant_time_eq v0.3.0
8182024-02-15T07:27:00.281Z Downloaded num-integer v0.1.45
8192024-02-15T07:27:00.281Z Downloaded ciborium-ll v0.2.2
8202024-02-15T07:27:00.281Z Downloaded nanorand v0.7.0
8212024-02-15T07:27:00.281Z Downloaded num-derive v0.4.0
8222024-02-15T07:27:00.281Z Downloaded nibble_vec v0.1.0
8232024-02-15T07:27:00.281Z Downloaded backoff v0.4.0
8242024-02-15T07:27:00.281Z Downloaded crc v3.0.1
8252024-02-15T07:27:00.281Z Downloaded lock_api v0.4.10
8262024-02-15T07:27:00.282Z Downloaded num v0.4.1
8272024-02-15T07:27:00.282Z Downloaded crossbeam-deque v0.8.3
8282024-02-15T07:27:00.282Z Downloaded doc-comment v0.3.3
8292024-02-15T07:27:00.282Z Downloaded peeking_take_while v0.1.2
8302024-02-15T07:27:00.282Z Downloaded shlex v1.3.0
8312024-02-15T07:27:00.282Z Downloaded castaway v0.2.2
8322024-02-15T07:27:00.282Z Downloaded async-trait v0.1.77
8332024-02-15T07:27:00.282Z Downloaded bzip2 v0.4.4
8342024-02-15T07:27:00.282Z Downloaded bitflags v2.4.0
8352024-02-15T07:27:00.282Z Downloaded socket2 v0.5.5
8362024-02-15T07:27:00.282Z Downloaded pem v3.0.2
8372024-02-15T07:27:00.282Z Downloaded native-tls v0.2.11
8382024-02-15T07:27:00.282Z Downloaded mime_guess v2.0.4
8392024-02-15T07:27:00.282Z Downloaded anstyle-parse v0.2.1
8402024-02-15T07:27:00.282Z Downloaded ciborium v0.2.2
8412024-02-15T07:27:00.282Z Downloaded hyper-staticfile v0.9.5
8422024-02-15T07:27:00.282Z Downloaded tower-service v0.3.2
8432024-02-15T07:27:00.282Z Downloaded httparse v1.8.0
8442024-02-15T07:27:00.282Z Downloaded crc32fast v1.3.2
8452024-02-15T07:27:00.282Z Downloaded camino v1.1.6
8462024-02-15T07:27:00.282Z Downloaded rustls-pemfile v1.0.3
8472024-02-15T07:27:00.282Z Downloaded clap_derive v4.4.2
8482024-02-15T07:27:00.282Z Downloaded funty v2.0.0
8492024-02-15T07:27:00.282Z Downloaded base16ct v0.2.0
8502024-02-15T07:27:00.283Z Downloaded headers-core v0.2.0
8512024-02-15T07:27:00.283Z Downloaded vte v0.11.1
8522024-02-15T07:27:00.283Z Downloaded http v0.2.11
8532024-02-15T07:27:00.283Z Downloaded phf_shared v0.11.2
8542024-02-15T07:27:00.283Z Downloaded errno v0.3.8
8552024-02-15T07:27:00.283Z Downloaded olpc-cjson v0.1.3
8562024-02-15T07:27:00.283Z Downloaded gethostname v0.4.3
8572024-02-15T07:27:00.283Z Downloaded serde_plain v1.0.2
8582024-02-15T07:27:00.283Z Downloaded fs-err v2.11.0
8592024-02-15T07:27:00.283Z Downloaded num-iter v0.1.43
8602024-02-15T07:27:00.283Z Downloaded clang-sys v1.6.1
8612024-02-15T07:27:00.283Z Downloaded term v0.7.0
8622024-02-15T07:27:00.283Z Downloaded allocator-api2 v0.2.16
8632024-02-15T07:27:00.283Z Downloaded serde_spanned v0.6.5
8642024-02-15T07:27:00.283Z Downloaded crossbeam-channel v0.5.8
8652024-02-15T07:27:00.283Z Downloaded num_enum_derive v0.5.11
8662024-02-15T07:27:00.283Z Downloaded unicase v2.7.0
8672024-02-15T07:27:00.283Z Downloaded num_cpus v1.16.0
8682024-02-15T07:27:00.283Z Downloaded toml v0.5.11
8692024-02-15T07:27:00.283Z Downloaded hyper-rustls v0.24.2
8702024-02-15T07:27:00.283Z Downloaded number_prefix v0.4.0
8712024-02-15T07:27:00.283Z Downloaded paste v1.0.14
8722024-02-15T07:27:00.283Z Downloaded futures-io v0.3.30
8732024-02-15T07:27:00.283Z Downloaded indexmap v2.2.2
8742024-02-15T07:27:00.283Z Downloaded foreign-types-shared v0.1.1
8752024-02-15T07:27:00.283Z Downloaded openssl-macros v0.1.1
8762024-02-15T07:27:00.284Z Downloaded hmac v0.12.1
8772024-02-15T07:27:00.284Z Downloaded blake2 v0.10.6
8782024-02-15T07:27:00.284Z Downloaded tui-tree-widget v0.17.0
8792024-02-15T07:27:00.284Z Downloaded siphasher v0.3.11
8802024-02-15T07:27:00.284Z Downloaded opaque-debug v0.3.0
8812024-02-15T07:27:00.284Z Downloaded want v0.3.1
8822024-02-15T07:27:00.284Z Downloaded fd-lock v4.0.2
8832024-02-15T07:27:00.284Z Downloaded globset v0.4.13
8842024-02-15T07:27:00.284Z Downloaded foreign-types-shared v0.3.1
8852024-02-15T07:27:00.284Z Downloaded serde_path_to_error v0.1.15
8862024-02-15T07:27:00.284Z Downloaded slog-envlogger v2.2.0
8872024-02-15T07:27:00.284Z Downloaded utf8parse v0.2.1
8882024-02-15T07:27:00.284Z Downloaded display-error-chain v0.2.0
8892024-02-15T07:27:00.284Z Downloaded zerocopy-derive v0.7.32
8902024-02-15T07:27:00.284Z Downloaded num-rational v0.4.1
8912024-02-15T07:27:00.284Z Downloaded const-oid v0.9.5
8922024-02-15T07:27:00.284Z Downloaded hash32 v0.3.1
8932024-02-15T07:27:00.284Z Downloaded futures-core v0.3.30
8942024-02-15T07:27:00.284Z Downloaded usdt-macro v0.5.0
8952024-02-15T07:27:00.284Z Downloaded serde_urlencoded v0.7.1
8962024-02-15T07:27:00.284Z Downloaded wyz v0.5.1
8972024-02-15T07:27:00.284Z Downloaded termios v0.3.3
8982024-02-15T07:27:00.284Z Downloaded form_urlencoded v1.2.1
8992024-02-15T07:27:00.284Z Downloaded foreign-types-macros v0.2.3
9002024-02-15T07:27:00.284Z Downloaded phf v0.11.2
9012024-02-15T07:27:00.285Z Downloaded float-cmp v0.9.0
9022024-02-15T07:27:00.285Z Downloaded which v4.4.0
9032024-02-15T07:27:00.285Z Downloaded ff v0.13.0
9042024-02-15T07:27:00.285Z Downloaded filetime v0.2.23
9052024-02-15T07:27:00.285Z Downloaded slab v0.4.9
9062024-02-15T07:27:00.285Z Downloaded password-hash v0.5.0
9072024-02-15T07:27:00.285Z Downloaded parse-size v1.0.0
9082024-02-15T07:27:00.285Z Downloaded stability v0.1.1
9092024-02-15T07:27:00.285Z Downloaded serde_tokenstream v0.2.0
9102024-02-15T07:27:00.285Z Downloaded equivalent v1.0.1
9112024-02-15T07:27:00.303Z Downloaded inout v0.1.3
9122024-02-15T07:27:00.303Z Downloaded supports-color v2.1.0
9132024-02-15T07:27:00.303Z Downloaded pkcs8 v0.10.2
9142024-02-15T07:27:00.303Z Downloaded uuid v1.7.0
9152024-02-15T07:27:00.303Z Downloaded unicode-bidi v0.3.13
9162024-02-15T07:27:00.303Z Downloaded memchr v2.6.3
9172024-02-15T07:27:00.303Z Downloaded swrite v0.1.0
9182024-02-15T07:27:00.303Z Downloaded thiserror v1.0.56
9192024-02-15T07:27:00.303Z Downloaded thiserror-no-std v2.0.2
9202024-02-15T07:27:00.303Z Downloaded getopts v0.2.21
9212024-02-15T07:27:00.303Z Downloaded deranged v0.3.8
9222024-02-15T07:27:00.303Z Downloaded minimal-lexical v0.2.1
9232024-02-15T07:27:00.303Z Downloaded slog-stdlog v4.1.1
9242024-02-15T07:27:00.303Z Downloaded fnv v1.0.7
9252024-02-15T07:27:00.304Z Downloaded diesel_table_macro_syntax v0.1.0
9262024-02-15T07:27:00.304Z Downloaded pretty-hex v0.4.1
9272024-02-15T07:27:00.304Z Downloaded zone v0.3.0
9282024-02-15T07:27:00.304Z Downloaded futures v0.3.30
9292024-02-15T07:27:00.304Z Downloaded backtrace v0.3.69
9302024-02-15T07:27:00.304Z Downloaded time-core v0.1.1
9312024-02-15T07:27:00.304Z Downloaded rand v0.8.5
9322024-02-15T07:27:00.304Z Downloaded x509-cert v0.2.4
9332024-02-15T07:27:00.304Z Downloaded defmt v0.3.5
9342024-02-15T07:27:00.304Z Downloaded usdt-impl v0.5.0
9352024-02-15T07:27:00.304Z Downloaded hex v0.4.3
9362024-02-15T07:27:00.304Z Downloaded data-encoding v2.4.0
9372024-02-15T07:27:00.304Z Downloaded itertools v0.12.1
9382024-02-15T07:27:00.304Z Downloaded subtle v2.5.0
9392024-02-15T07:27:00.304Z Downloaded indoc v1.0.9
9402024-02-15T07:27:00.304Z Downloaded headers v0.3.9
9412024-02-15T07:27:00.304Z Downloaded futures-sink v0.3.30
9422024-02-15T07:27:00.304Z Downloaded wait-timeout v0.2.0
9432024-02-15T07:27:00.304Z Downloaded serde_repr v0.1.16
9442024-02-15T07:27:00.304Z Downloaded papergrid v0.11.0
9452024-02-15T07:27:00.304Z Downloaded pest_meta v2.7.6
9462024-02-15T07:27:00.304Z Downloaded proc-macro-crate v1.3.1
9472024-02-15T07:27:00.304Z Downloaded fxhash v0.2.1
9482024-02-15T07:27:00.304Z Downloaded toml_datetime v0.6.5
9492024-02-15T07:27:00.304Z Downloaded smf v0.2.2
9502024-02-15T07:27:00.305Z Downloaded group v0.13.0
9512024-02-15T07:27:00.305Z Downloaded darling_macro v0.20.3
9522024-02-15T07:27:00.305Z Downloaded time-macros v0.2.13
9532024-02-15T07:27:00.305Z Downloaded radium v0.7.0
9542024-02-15T07:27:00.305Z Downloaded strum v0.25.0
9552024-02-15T07:27:00.305Z Downloaded dof v0.1.5
9562024-02-15T07:27:00.305Z Downloaded ref-cast v1.0.20
9572024-02-15T07:27:00.305Z Downloaded postgres-types v0.2.6
9582024-02-15T07:27:00.305Z Downloaded termtree v0.4.1
9592024-02-15T07:27:00.305Z Downloaded dyn-clone v1.0.16
9602024-02-15T07:27:00.305Z Downloaded pkcs1 v0.7.5
9612024-02-15T07:27:00.305Z Downloaded usdt v0.5.0
9622024-02-15T07:27:00.305Z Downloaded futures-macro v0.3.30
9632024-02-15T07:27:00.305Z Downloaded semver v0.11.0
9642024-02-15T07:27:00.305Z Downloaded platforms v3.0.2
9652024-02-15T07:27:00.305Z Downloaded openssl-sys v0.9.96
9662024-02-15T07:27:00.305Z Downloaded futures-task v0.3.30
9672024-02-15T07:27:00.305Z Downloaded glob v0.3.1
9682024-02-15T07:27:00.305Z Downloaded heapless v0.8.0
9692024-02-15T07:27:00.305Z Downloaded sqlformat v0.2.3
9702024-02-15T07:27:00.305Z Downloaded generic-array v0.14.7
9712024-02-15T07:27:00.305Z Downloaded hkdf v0.12.4
9722024-02-15T07:27:00.305Z Downloaded flagset v0.4.3
9732024-02-15T07:27:00.305Z Downloaded thiserror-impl v1.0.56
9742024-02-15T07:27:00.305Z Downloaded rand_xorshift v0.3.0
9752024-02-15T07:27:00.305Z Downloaded prettyplease v0.2.16
9762024-02-15T07:27:00.306Z Downloaded sqlparser_derive v0.2.2
9772024-02-15T07:27:00.306Z Downloaded derive_more v0.99.17
9782024-02-15T07:27:00.306Z Downloaded ppv-lite86 v0.2.17
9792024-02-15T07:27:00.306Z Downloaded thread_local v1.1.7
9802024-02-15T07:27:00.306Z Downloaded flume v0.11.0
9812024-02-15T07:27:00.306Z Downloaded precomputed-hash v0.1.1
9822024-02-15T07:27:00.306Z Downloaded dtrace-parser v0.2.0
9832024-02-15T07:27:00.306Z Downloaded percent-encoding v2.3.1
9842024-02-15T07:27:00.306Z Downloaded smawk v0.3.1
9852024-02-15T07:27:00.306Z Downloaded spki v0.7.2
9862024-02-15T07:27:00.306Z Downloaded structopt-derive v0.4.18
9872024-02-15T07:27:00.306Z Downloaded debug-ignore v1.0.5
9882024-02-15T07:27:00.306Z Downloaded postcard v1.0.8
9892024-02-15T07:27:00.306Z Downloaded trust-dns-client v0.22.0
9902024-02-15T07:27:00.306Z Downloaded unicode-ident v1.0.12
9912024-02-15T07:27:00.306Z Downloaded slog-term v2.9.0
9922024-02-15T07:27:00.306Z Downloaded fatfs v0.3.6
9932024-02-15T07:27:00.306Z Downloaded serde v1.0.196
9942024-02-15T07:27:00.306Z Downloaded unicode-width v0.1.11
9952024-02-15T07:27:00.306Z Downloaded parse-display-derive v0.9.0
9962024-02-15T07:27:00.306Z Downloaded heck v0.3.3
9972024-02-15T07:27:00.306Z Downloaded textwrap v0.16.0
9982024-02-15T07:27:00.306Z Downloaded test-strategy v0.3.1
9992024-02-15T07:27:00.306Z Downloaded predicates-tree v1.0.9
10002024-02-15T07:27:00.306Z Downloaded heapless v0.7.16
10012024-02-15T07:27:00.307Z Downloaded tough v0.16.0
10022024-02-15T07:27:00.307Z Downloaded predicates v3.1.0
10032024-02-15T07:27:00.307Z Downloaded proc-macro-error-attr v1.0.4
10042024-02-15T07:27:00.307Z Downloaded fastrand v2.0.1
10052024-02-15T07:27:00.307Z Downloaded semver v1.0.21
10062024-02-15T07:27:00.307Z Downloaded rayon-core v1.12.0
10072024-02-15T07:27:00.307Z Downloaded winnow v0.5.15
10082024-02-15T07:27:00.307Z Downloaded rpassword v7.3.1
10092024-02-15T07:27:00.307Z Downloaded endian-type v0.1.2
10102024-02-15T07:27:00.307Z Downloaded dtrace-parser v0.1.14
10112024-02-15T07:27:00.750Z Downloaded toml v0.7.8
10122024-02-15T07:27:00.750Z Downloaded downcast v0.11.0
10132024-02-15T07:27:00.750Z Downloaded tinyvec_macros v0.1.1
10142024-02-15T07:27:00.750Z Downloaded serde-big-array v0.4.1
10152024-02-15T07:27:00.750Z Downloaded thread-id v4.2.0
10162024-02-15T07:27:00.750Z Downloaded toml_edit v0.21.1
10172024-02-15T07:27:00.750Z Downloaded rsa v0.9.2
10182024-02-15T07:27:00.750Z Downloaded der v0.7.8
10192024-02-15T07:27:00.750Z Downloaded openssl-probe v0.1.5
10202024-02-15T07:27:00.750Z Downloaded pretty-hex v0.2.1
10212024-02-15T07:27:00.750Z Downloaded derive_builder_macro v0.12.0
10222024-02-15T07:27:00.750Z Downloaded toml_edit v0.22.4
10232024-02-15T07:27:00.750Z Downloaded rcgen v0.12.1
10242024-02-15T07:27:00.750Z Downloaded ryu v1.0.15
10252024-02-15T07:27:00.750Z Downloaded num-bigint v0.4.4
10262024-02-15T07:27:00.751Z Downloaded pest_generator v2.7.6
10272024-02-15T07:27:00.751Z Downloaded aho-corasick v1.0.4
10282024-02-15T07:27:00.751Z Downloaded indicatif v0.17.7
10292024-02-15T07:27:00.751Z Downloaded proc-macro2 v1.0.78
10302024-02-15T07:27:00.751Z Downloaded typed-path v0.7.0
10312024-02-15T07:27:00.751Z Downloaded quick-error v1.2.3
10322024-02-15T07:27:00.751Z Downloaded pkg-config v0.3.27
10332024-02-15T07:27:00.751Z Downloaded unicode-xid v0.2.4
10342024-02-15T07:27:00.751Z Downloaded strip-ansi-escapes v0.2.0
10352024-02-15T07:27:00.751Z Downloaded tiny-keccak v2.0.2
10362024-02-15T07:27:00.751Z Downloaded xattr v1.0.1
10372024-02-15T07:27:00.751Z Downloaded tokio-native-tls v0.3.1
10382024-02-15T07:27:00.751Z Downloaded strsim v0.8.0
10392024-02-15T07:27:00.751Z Downloaded string_cache v0.8.7
10402024-02-15T07:27:00.751Z Downloaded stable_deref_trait v1.2.0
10412024-02-15T07:27:00.751Z Downloaded env_logger v0.10.0
10422024-02-15T07:27:00.752Z Downloaded pest_derive v2.7.6
10432024-02-15T07:27:00.752Z Downloaded tap v1.0.1
10442024-02-15T07:27:00.752Z Downloaded rayon v1.8.0
10452024-02-15T07:27:00.752Z Downloaded elliptic-curve v0.13.8
10462024-02-15T07:27:00.752Z Downloaded getrandom v0.2.10
10472024-02-15T07:27:00.752Z Downloaded sec1 v0.7.3
10482024-02-15T07:27:00.752Z Downloaded rustc_version v0.4.0
10492024-02-15T07:27:00.752Z Downloaded rustc-demangle v0.1.23
10502024-02-15T07:27:00.752Z Downloaded rustc_version v0.1.7
10512024-02-15T07:27:00.753Z Downloaded dirs-next v2.0.0
10522024-02-15T07:27:00.753Z Downloaded structmeta v0.2.0
10532024-02-15T07:27:00.753Z Downloaded hashbrown v0.12.3
10542024-02-15T07:27:00.753Z Downloaded unicode-segmentation v1.10.1
10552024-02-15T07:27:00.753Z Downloaded sha2 v0.10.8
10562024-02-15T07:27:00.753Z Downloaded signal-hook-mio v0.2.3
10572024-02-15T07:27:00.753Z Downloaded rtoolbox v0.0.1
10582024-02-15T07:27:00.753Z Downloaded dirs-sys-next v0.1.2
10592024-02-15T07:27:00.753Z Downloaded tinyvec v1.6.0
10602024-02-15T07:27:00.753Z Downloaded reedline v0.28.0
10612024-02-15T07:27:00.753Z Downloaded darling_core v0.20.3
10622024-02-15T07:27:00.753Z Downloaded tokio-rustls v0.25.0
10632024-02-15T07:27:00.753Z Downloaded darling v0.20.3
10642024-02-15T07:27:00.754Z Downloaded derive-where v1.2.7
10652024-02-15T07:27:00.754Z Downloaded derive_builder_core v0.12.0
10662024-02-15T07:27:00.754Z Downloaded regex-automata v0.1.10
10672024-02-15T07:27:00.754Z Downloaded time v0.3.27
10682024-02-15T07:27:00.754Z Downloaded sct v0.7.0
10692024-02-15T07:27:00.754Z Downloaded parking_lot_core v0.9.8
10702024-02-15T07:27:00.754Z Downloaded tracing v0.1.37
10712024-02-15T07:27:00.754Z Downloaded pin-project v1.1.3
10722024-02-15T07:27:00.755Z Downloaded zerocopy v0.7.32
10732024-02-15T07:27:00.755Z Downloaded zerocopy v0.6.4
10742024-02-15T07:27:00.755Z Downloaded diesel_derives v2.1.2
10752024-02-15T07:27:00.755Z Downloaded yasna v0.5.2
10762024-02-15T07:27:00.755Z Downloaded futures-util v0.3.30
10772024-02-15T07:27:00.755Z Downloaded goblin v0.8.0
10782024-02-15T07:27:00.756Z Downloaded hyper v0.14.27
10792024-02-15T07:27:00.756Z Downloaded tar v0.4.40
10802024-02-15T07:27:00.756Z Downloaded regex v1.10.3
10812024-02-15T07:27:00.756Z Downloaded pest v2.7.6
10822024-02-15T07:27:00.756Z Downloaded regress v0.8.0
10832024-02-15T07:27:00.756Z Downloaded object v0.32.1
10842024-02-15T07:27:00.756Z Downloaded darling_core v0.14.4
10852024-02-15T07:27:00.756Z Downloaded schemars v0.8.16
10862024-02-15T07:27:00.756Z Downloaded tokio-util v0.7.10
10872024-02-15T07:27:00.756Z Downloaded unicode-normalization v0.1.22
10882024-02-15T07:27:00.756Z Downloaded syn v1.0.109
10892024-02-15T07:27:00.756Z Downloaded rustyline v13.0.0
10902024-02-15T07:27:00.756Z Downloaded quick-xml v0.30.0
10912024-02-15T07:27:00.756Z Downloaded polar-core v0.27.0
10922024-02-15T07:27:00.757Z Downloaded tabled v0.15.0
10932024-02-15T07:27:00.757Z Downloaded rustls v0.21.9
10942024-02-15T07:27:00.765Z Downloaded petgraph v0.6.4
10952024-02-15T07:27:00.765Z Downloaded curve25519-dalek v4.1.1
10962024-02-15T07:27:00.765Z Downloaded openapiv3 v2.0.0
10972024-02-15T07:27:00.766Z Downloaded sqlparser v0.43.1
10982024-02-15T07:27:00.766Z Downloaded rustls v0.22.2
10992024-02-15T07:27:00.766Z Downloaded portable-atomic v1.4.3
11002024-02-15T07:27:00.766Z Downloaded h2 v0.3.24
11012024-02-15T07:27:00.766Z Downloaded regress v0.7.1
11022024-02-15T07:27:00.766Z Downloaded object v0.30.4
11032024-02-15T07:27:00.766Z Downloaded rustls-webpki v0.101.7
11042024-02-15T07:27:00.766Z Downloaded webpki-roots v0.25.2
11052024-02-15T07:27:00.766Z Downloaded rustls-webpki v0.102.1
11062024-02-15T07:27:00.766Z Downloaded regex-syntax v0.8.2
11072024-02-15T07:27:00.766Z Downloaded bstr v0.2.17
11082024-02-15T07:27:00.766Z Downloaded smoltcp v0.9.1
11092024-02-15T07:27:00.766Z Downloaded zerocopy-derive v0.6.4
11102024-02-15T07:27:00.766Z Downloaded openssl v0.10.60
11112024-02-15T07:27:00.766Z Downloaded syn v2.0.48
11122024-02-15T07:27:00.766Z Downloaded regex-automata v0.4.4
11132024-02-15T07:27:00.766Z Downloaded regex-syntax v0.6.29
11142024-02-15T07:27:00.766Z Downloaded bstr v1.6.0
11152024-02-15T07:27:00.766Z Downloaded diesel v2.1.4
11162024-02-15T07:27:00.766Z Downloaded rustix v0.38.31
11172024-02-15T07:27:00.767Z Downloaded sled v0.34.7
11182024-02-15T07:27:00.767Z Downloaded csv v1.3.0
11192024-02-15T07:27:00.767Z Downloaded ratatui v0.26.1
11202024-02-15T07:27:00.767Z Downloaded sha3 v0.10.8
11212024-02-15T07:27:00.767Z Downloaded regex-automata v0.3.8
11222024-02-15T07:27:00.767Z Downloaded libc v0.2.153
11232024-02-15T07:27:00.767Z Downloaded bzip2-sys v0.1.11+1.0.8
11242024-02-15T07:27:00.767Z Downloaded zerocopy-derive v0.2.0
11252024-02-15T07:27:00.767Z Downloaded tokio v1.36.0
11262024-02-15T07:27:01.193Z Downloaded gimli v0.28.0
11272024-02-15T07:27:01.241Z Downloaded radix_trie v0.2.1
11282024-02-15T07:27:01.241Z Downloaded encoding_rs v0.8.33
11292024-02-15T07:27:01.241Z Downloaded hashbrown v0.14.3
11302024-02-15T07:27:01.241Z Downloaded idna v0.2.3
11312024-02-15T07:27:01.241Z Downloaded smoltcp v0.11.0
11322024-02-15T07:27:01.242Z Downloaded hashbrown v0.13.2
11332024-02-15T07:27:01.242Z Downloaded bitvec v1.0.1
11342024-02-15T07:27:01.242Z Downloaded proptest v1.4.0
11352024-02-15T07:27:01.242Z Downloaded reqwest v0.11.22
11362024-02-15T07:27:01.242Z Downloaded toml_edit v0.19.15
11372024-02-15T07:27:01.242Z Downloaded ron v0.8.1
11382024-02-15T07:27:01.242Z Downloaded bindgen v0.69.2
11392024-02-15T07:27:01.242Z Downloaded steno v0.4.0
11402024-02-15T07:27:01.242Z Downloaded vcpkg v0.2.15
11412024-02-15T07:27:01.242Z Downloaded half v2.3.1
11422024-02-15T07:27:01.242Z Downloaded url v2.5.0
11432024-02-15T07:27:01.242Z Downloaded trust-dns-proto v0.22.0
11442024-02-15T07:27:01.242Z Downloaded trust-dns-server v0.22.1
11452024-02-15T07:27:01.242Z Downloaded hash32 v0.2.1
11462024-02-15T07:27:01.242Z Downloaded idna v0.5.0
11472024-02-15T07:27:01.242Z Downloaded serde_derive_internals v0.26.0
11482024-02-15T07:27:01.242Z Downloaded rustls-pemfile v2.0.0
11492024-02-15T07:27:01.242Z Downloaded lalrpop v0.19.12
11502024-02-15T07:27:01.242Z Downloaded poly1305 v0.8.0
11512024-02-15T07:27:01.242Z Downloaded chrono v0.4.31
11522024-02-15T07:27:01.242Z Downloaded derive_builder v0.12.0
11532024-02-15T07:27:01.242Z Downloaded tokio-stream v0.1.14
11542024-02-15T07:27:01.242Z Downloaded blake3 v1.5.0
11552024-02-15T07:27:01.243Z Downloaded darling v0.14.4
11562024-02-15T07:27:01.243Z Downloaded zerocopy v0.3.0
11572024-02-15T07:27:01.243Z Downloaded serde_json v1.0.113
11582024-02-15T07:27:01.243Z Downloaded similar v2.3.0
11592024-02-15T07:27:01.243Z Downloaded signal-hook v0.3.17
11602024-02-15T07:27:01.243Z Downloaded secrecy v0.8.0
11612024-02-15T07:27:01.243Z Downloaded packed_struct_codegen v0.10.1
11622024-02-15T07:27:01.243Z Downloaded pin-project-lite v0.2.13
11632024-02-15T07:27:01.243Z Downloaded pin-project-internal v1.1.3
11642024-02-15T07:27:01.243Z Downloaded digest v0.10.7
11652024-02-15T07:27:01.243Z Downloaded clap v2.34.0
11662024-02-15T07:27:01.243Z Downloaded tokio-macros v2.2.0
11672024-02-15T07:27:01.243Z Downloaded same-file v1.0.6
11682024-02-15T07:27:01.243Z Downloaded pin-utils v0.1.0
11692024-02-15T07:27:01.243Z Downloaded usdt v0.3.5
11702024-02-15T07:27:01.243Z Downloaded signal-hook-registry v1.4.1
11712024-02-15T07:27:01.243Z Downloaded curve25519-dalek-derive v0.1.0
11722024-02-15T07:27:01.244Z Downloaded parse-display v0.9.0
11732024-02-15T07:27:01.244Z Downloaded fixedbitset v0.4.2
11742024-02-15T07:27:01.244Z Downloaded enum-as-inner v0.5.1
11752024-02-15T07:27:01.244Z Downloaded either v1.9.0
11762024-02-15T07:27:01.244Z Downloaded ed25519 v1.5.3
11772024-02-15T07:27:01.244Z Downloaded scroll_derive v0.12.0
11782024-02-15T07:27:01.244Z Downloaded oso-derive v0.27.0
11792024-02-15T07:27:01.244Z Downloaded take_mut v0.2.2
11802024-02-15T07:27:01.244Z Downloaded signal-hook-tokio v0.3.1
11812024-02-15T07:27:01.244Z Downloaded crossterm v0.27.0
11822024-02-15T07:27:01.244Z Downloaded fallible-iterator v0.2.0
11832024-02-15T07:27:01.244Z Downloaded tokio-tungstenite v0.20.1
11842024-02-15T07:27:01.244Z Downloaded clap_builder v4.4.2
11852024-02-15T07:27:01.244Z Downloaded salty v0.2.0
11862024-02-15T07:27:01.244Z Downloaded serde_yaml v0.9.25
11872024-02-15T07:27:01.244Z Downloaded rand_core v0.6.4
11882024-02-15T07:27:01.244Z Downloaded schemars_derive v0.8.16
11892024-02-15T07:27:01.244Z Downloaded flate2 v1.0.28
11902024-02-15T07:27:01.244Z Downloaded rustix v0.37.23
11912024-02-15T07:27:01.244Z Downloaded packed_struct v0.10.1
11922024-02-15T07:27:01.245Z Downloaded unicode_categories v0.1.1
11932024-02-15T07:27:01.245Z Downloaded num-bigint-dig v0.8.4
11942024-02-15T07:27:01.245Z Downloaded thiserror-impl-no-std v2.0.2
11952024-02-15T07:27:01.245Z Downloaded postgres-protocol v0.6.6
11962024-02-15T07:27:01.245Z Downloaded futures-channel v0.3.30
11972024-02-15T07:27:01.245Z Downloaded oso v0.27.0
11982024-02-15T07:27:01.245Z Downloaded vsss-rs v3.3.4
11992024-02-15T07:27:01.245Z Downloaded waitgroup v0.1.2
12002024-02-15T07:27:01.245Z Downloaded strum_macros v0.26.1
12012024-02-15T07:27:01.245Z Downloaded toml v0.8.10
12022024-02-15T07:27:01.245Z Downloaded whoami v1.4.1
12032024-02-15T07:27:01.245Z Downloaded tungstenite v0.20.1
12042024-02-15T07:27:01.245Z Downloaded strum_macros v0.25.2
12052024-02-15T07:27:01.245Z Downloaded zeroize_derive v1.4.2
12062024-02-15T07:27:01.245Z Downloaded http v1.0.0
12072024-02-15T07:27:01.245Z Downloaded ring v0.17.7
12082024-02-15T07:27:01.254Z Downloaded indexmap v1.9.3
12092024-02-15T07:27:01.254Z Downloaded zip v0.6.6
12102024-02-15T07:27:01.255Z Downloaded libm v0.2.7
12112024-02-15T07:27:01.255Z Downloaded zeroize v1.7.0
12122024-02-15T07:27:01.255Z Downloaded ref-cast-impl v1.0.20
12132024-02-15T07:27:01.263Z Downloaded der_derive v0.7.2
12142024-02-15T07:27:01.264Z Downloaded dof v0.3.0
12152024-02-15T07:27:01.264Z Downloaded ena v0.14.2
12162024-02-15T07:27:01.264Z Downloaded defmt-macros v0.3.6
12172024-02-15T07:27:01.264Z Downloaded pem-rfc7468 v0.7.0
12182024-02-15T07:27:01.265Z Downloaded indoc v2.0.3
12192024-02-15T07:27:01.282Z Downloaded rand_chacha v0.3.1
12202024-02-15T07:27:01.283Z Downloaded r2d2 v0.8.10
12212024-02-15T07:27:01.283Z Downloaded ring v0.16.20
12222024-02-15T07:27:01.359Z Downloaded socket2 v0.4.9
12232024-02-15T07:27:01.368Z Downloaded tracing-core v0.1.31
12242024-02-15T07:27:01.369Z Downloaded nix v0.27.1
12252024-02-15T07:27:01.379Z Downloaded cc v1.0.83
12262024-02-15T07:27:01.379Z Downloaded trust-dns-resolver v0.22.0
12272024-02-15T07:27:01.390Z Downloaded predicates-core v1.0.6
12282024-02-15T07:27:01.391Z Downloaded resolv-conf v0.7.0
12292024-02-15T07:27:01.391Z Downloaded multer v3.0.0
12302024-02-15T07:27:01.391Z Downloaded futures-executor v0.3.30
12312024-02-15T07:27:01.391Z Downloaded defmt-parser v0.3.3
12322024-02-15T07:27:01.391Z Downloaded quote v1.0.35
12332024-02-15T07:27:01.409Z Downloaded untrusted v0.7.1
12342024-02-15T07:27:01.409Z Downloaded owo-colors v4.0.0
12352024-02-15T07:27:01.409Z Downloaded tabled_derive v0.7.0
12362024-02-15T07:27:01.409Z Downloaded structmeta v0.3.0
12372024-02-15T07:27:01.410Z Downloaded tracing-attributes v0.1.26
12382024-02-15T07:27:01.410Z Downloaded mio v0.8.9
12392024-02-15T07:27:01.410Z Downloaded sha1 v0.10.6
12402024-02-15T07:27:01.423Z Downloaded foreign-types v0.3.2
12412024-02-15T07:27:01.423Z Downloaded path-slash v0.1.5
12422024-02-15T07:27:01.424Z Downloaded usdt-macro v0.3.5
12432024-02-15T07:27:01.424Z Downloaded usdt-attr-macro v0.3.5
12442024-02-15T07:27:01.424Z Downloaded plain v0.2.3
12452024-02-15T07:27:01.424Z Downloaded utf-8 v0.7.6
12462024-02-15T07:27:01.424Z Downloaded base64 v0.21.7
12472024-02-15T07:27:01.424Z Downloaded tokio-postgres v0.7.10
12482024-02-15T07:27:01.424Z Downloaded ucd-trie v0.1.6
12492024-02-15T07:27:01.424Z Downloaded typenum v1.16.0
12502024-02-15T07:27:01.443Z Downloaded snafu-derive v0.7.5
12512024-02-15T07:27:01.443Z Downloaded crypto-bigint v0.5.2
12522024-02-15T07:27:01.444Z Downloaded vec_map v0.8.2
12532024-02-15T07:27:01.444Z Downloaded parking_lot v0.11.2
12542024-02-15T07:27:01.444Z Downloaded bytes v1.5.0
12552024-02-15T07:27:01.444Z Downloaded miniz_oxide v0.7.1
12562024-02-15T07:27:01.444Z Downloaded parking_lot v0.12.1
12572024-02-15T07:27:01.877Z Downloaded once_cell v1.19.0
12582024-02-15T07:27:01.877Z Downloaded subprocess v0.2.9
12592024-02-15T07:27:01.878Z Downloaded structopt v0.3.26
12602024-02-15T07:27:01.878Z Downloaded fd-lock v3.0.13
12612024-02-15T07:27:01.878Z Downloaded untrusted v0.9.0
12622024-02-15T07:27:01.878Z Downloaded heck v0.4.1
12632024-02-15T07:27:01.878Z Downloaded walkdir v2.4.0
12642024-02-15T07:27:01.878Z Downloaded omicron-zone-package v0.11.0
12652024-02-15T07:27:01.878Z Downloaded num_threads v0.1.6
12662024-02-15T07:27:01.878Z Downloaded terminal_size v0.2.6
12672024-02-15T07:27:01.879Z Downloaded strum_macros v0.24.3
12682024-02-15T07:27:01.879Z Downloaded strum v0.26.1
12692024-02-15T07:27:01.879Z Downloaded proc-macro-error v1.0.4
12702024-02-15T07:27:01.879Z Downloaded lru-cache v0.1.2
12712024-02-15T07:27:01.879Z Downloaded slog-bunyan v2.5.0
12722024-02-15T07:27:01.879Z Downloaded parking_lot_core v0.8.6
12732024-02-15T07:27:01.879Z Downloaded version_check v0.9.4
12742024-02-15T07:27:01.880Z Downloaded slog-json v2.6.1
12752024-02-15T07:27:01.880Z Downloaded slog-dtrace v0.3.0
12762024-02-15T07:27:01.880Z Downloaded chacha20poly1305 v0.10.1
12772024-02-15T07:27:01.880Z Downloaded arc-swap v1.6.0
12782024-02-15T07:27:01.880Z Downloaded num-traits v0.2.16
12792024-02-15T07:27:01.880Z Downloaded clap v4.4.3
12802024-02-15T07:27:01.880Z Downloaded unsafe-libyaml v0.2.10
12812024-02-15T07:27:01.880Z Downloaded memmap2 v0.7.1
12822024-02-15T07:27:01.880Z Downloaded crossbeam-utils v0.8.16
12832024-02-15T07:27:01.880Z Downloaded diff v0.1.13
12842024-02-15T07:27:01.881Z Downloaded snafu v0.7.5
12852024-02-15T07:27:01.881Z Downloaded unarray v0.1.4
12862024-02-15T07:27:01.881Z Downloaded phf_shared v0.10.0
12872024-02-15T07:27:01.881Z Downloaded zone_cfg_derive v0.3.0
12882024-02-15T07:27:01.881Z Downloaded serde_with_macros v3.6.0
12892024-02-15T07:27:01.881Z Downloaded foreign-types v0.5.0
12902024-02-15T07:27:01.881Z Downloaded base64ct v1.6.0
12912024-02-15T07:27:01.881Z Downloaded darling_macro v0.14.4
12922024-02-15T07:27:01.882Z Downloaded cancel-safe-futures v0.1.5
12932024-02-15T07:27:01.882Z Downloaded anyhow v1.0.75
12942024-02-15T07:27:01.882Z Downloaded universal-hash v0.5.1
12952024-02-15T07:27:01.882Z Downloaded toolchain_find v0.2.0
12962024-02-15T07:27:01.882Z Downloaded maplit v1.0.2
12972024-02-15T07:27:01.882Z Downloaded log v0.4.20
12982024-02-15T07:27:01.882Z Downloaded fragile v2.0.0
12992024-02-15T07:27:01.882Z Downloaded rustfmt-wrapper v0.2.0
13002024-02-15T07:27:01.883Z Downloaded textwrap v0.11.0
13012024-02-15T07:27:01.883Z Downloaded cassowary v0.3.0
13022024-02-15T07:27:01.883Z Downloaded tempfile v3.10.0
13032024-02-15T07:27:01.883Z Downloaded num-complex v0.4.4
13042024-02-15T07:27:01.883Z Downloaded usdt-impl v0.3.5
13052024-02-15T07:27:01.883Z Downloaded unicode-linebreak v0.1.5
13062024-02-15T07:27:01.883Z Downloaded synstructure v0.12.6
13072024-02-15T07:27:01.883Z Downloaded structmeta-derive v0.2.0
13082024-02-15T07:27:01.883Z Downloaded strsim v0.10.0
13092024-02-15T07:27:01.883Z Downloaded stringprep v0.1.3
13102024-02-15T07:27:01.884Z Downloaded smallvec v0.6.14
13112024-02-15T07:27:01.884Z Downloaded shell-words v1.1.0
13122024-02-15T07:27:01.884Z Downloaded nu-ansi-term v0.49.0
13132024-02-15T07:27:01.884Z Downloaded embedded-io v0.4.0
13142024-02-15T07:27:01.884Z Downloaded difflib v0.4.0
13152024-02-15T07:27:01.884Z Downloaded spin v0.9.8
13162024-02-15T07:27:01.884Z Downloaded signature v1.6.4
13172024-02-15T07:27:01.884Z Downloaded serde-hex v0.1.0
13182024-02-15T07:27:01.884Z Downloaded buf-list v1.0.3
13192024-02-15T07:27:01.884Z Downloaded argon2 v0.5.3
13202024-02-15T07:27:01.885Z Downloaded semver v0.1.20
13212024-02-15T07:27:01.885Z Downloaded cpufeatures v0.2.12
13222024-02-15T07:27:01.885Z Downloaded mockall v0.12.0
13232024-02-15T07:27:01.885Z Downloaded highway v1.1.0
13242024-02-15T07:27:01.885Z Downloaded memoffset v0.7.1
13252024-02-15T07:27:01.885Z Downloaded cexpr v0.6.0
13262024-02-15T07:27:01.885Z Downloaded bitfield v0.14.0
13272024-02-15T07:27:01.885Z Downloaded linear-map v1.2.0
13282024-02-15T07:27:01.885Z Downloaded libefi-sys v0.1.0
13292024-02-15T07:27:01.886Z Downloaded home v0.5.5
13302024-02-15T07:27:01.886Z Downloaded bitflags v1.3.2
13312024-02-15T07:27:01.886Z Downloaded bit-set v0.5.3
13322024-02-15T07:27:01.886Z Downloaded lru v0.12.1
13332024-02-15T07:27:01.886Z Downloaded linked-hash-map v0.5.6
13342024-02-15T07:27:01.886Z Downloaded hostname v0.3.1
13352024-02-15T07:27:01.886Z Downloaded byteorder v1.5.0
13362024-02-15T07:27:01.886Z Downloaded bytecount v0.6.3
13372024-02-15T07:27:01.886Z Downloaded csv-core v0.1.11
13382024-02-15T07:27:01.886Z Downloaded block-padding v0.3.3
13392024-02-15T07:27:01.886Z Downloaded bit-vec v0.6.3
13402024-02-15T07:27:01.887Z Downloaded macaddr v1.0.1
13412024-02-15T07:27:01.887Z Downloaded mime v0.3.17
13422024-02-15T07:27:01.887Z Downloaded md-5 v0.10.5
13432024-02-15T07:27:01.887Z Downloaded maybe-uninit v2.0.0
13442024-02-15T07:27:01.887Z Downloaded crypto-common v0.1.6
13452024-02-15T07:27:01.887Z Downloaded impl-trait-for-tuples v0.2.2
13462024-02-15T07:27:01.887Z Downloaded cipher v0.4.4
13472024-02-15T07:27:01.887Z Downloaded new_debug_unreachable v1.0.4
13482024-02-15T07:27:01.887Z Downloaded anstyle-query v1.0.0
13492024-02-15T07:27:01.888Z Downloaded autocfg v1.1.0
13502024-02-15T07:27:01.888Z Downloaded atomic-waker v1.1.1
13512024-02-15T07:27:01.888Z Downloaded array-init v0.0.4
13522024-02-15T07:27:01.888Z Downloaded tokio-rustls v0.24.1
13532024-02-15T07:27:01.888Z Downloaded serde_with v3.6.0
13542024-02-15T07:27:01.888Z Downloaded serde-big-array v0.5.1
13552024-02-15T07:27:01.888Z Downloaded http-body v0.4.5
13562024-02-15T07:27:01.888Z Downloaded topological-sort v0.2.2
13572024-02-15T07:27:01.901Z Downloaded smallvec v1.13.1
13582024-02-15T07:27:01.901Z Downloaded async-recursion v1.0.5
13592024-02-15T07:27:01.902Z Downloaded ascii-canvas v3.0.0
13602024-02-15T07:27:01.902Z Downloaded arrayref v0.3.7
13612024-02-15T07:27:01.902Z Downloaded termcolor v1.2.0
13622024-02-15T07:27:01.902Z Downloaded signature v2.1.0
13632024-02-15T07:27:01.902Z Downloaded slog v2.7.0
13642024-02-15T07:27:01.902Z Downloaded match_cfg v0.1.0
13652024-02-15T07:27:01.902Z Downloaded crossbeam-epoch v0.9.15
13662024-02-15T07:27:01.903Z Downloaded crc-any v2.4.3
13672024-02-15T07:27:01.903Z Downloaded console v0.15.8
13682024-02-15T07:27:01.903Z Downloaded compact_str v0.7.1
13692024-02-15T07:27:01.903Z Downloaded arrayvec v0.7.4
13702024-02-15T07:27:01.903Z Downloaded slog-scope v4.4.0
13712024-02-15T07:27:01.903Z Downloaded crunchy v0.2.2
13722024-02-15T07:27:01.903Z Downloaded crucible-workspace-hack v0.1.0
13732024-02-15T07:27:01.904Z Downloaded semver-parser v0.10.2
13742024-02-15T07:27:01.904Z Downloaded scroll v0.12.0
13752024-02-15T07:27:01.904Z Downloaded corncobs v0.1.3
13762024-02-15T07:27:01.904Z Downloaded anstream v0.5.0
13772024-02-15T07:27:01.904Z Downloaded aead v0.5.2
13782024-02-15T07:27:01.904Z Downloaded scopeguard v1.2.0
13792024-02-15T07:27:01.904Z Downloaded scheduled-thread-pool v0.2.7
13802024-02-15T07:27:01.904Z Downloaded rusty-fork v0.3.0
13812024-02-15T07:27:01.904Z Downloaded rustversion v1.0.14
13822024-02-15T07:27:01.904Z Downloaded rustls-pki-types v1.1.0
13832024-02-15T07:27:01.904Z Downloaded rustc-hash v1.1.0
13842024-02-15T07:27:01.904Z Downloaded libsw v3.3.1
13852024-02-15T07:27:01.905Z Downloaded is-terminal v0.4.9
13862024-02-15T07:27:01.905Z Downloaded crc-catalog v2.2.0
13872024-02-15T07:27:01.905Z Downloaded newtype_derive v0.1.6
13882024-02-15T07:27:01.905Z Downloaded instant v0.1.12
13892024-02-15T07:27:01.905Z Downloaded normalize-line-endings v0.3.0
13902024-02-15T07:27:01.905Z Downloaded lazy_static v1.4.0
13912024-02-15T07:27:01.905Z Downloaded lalrpop-util v0.19.12
13922024-02-15T07:27:01.905Z Downloaded kstat-rs v0.2.3
13932024-02-15T07:27:01.905Z Downloaded keccak v0.1.4
13942024-02-15T07:27:01.906Z Downloaded itoa v1.0.9
13952024-02-15T07:27:02.057Z Compiling proc-macro2 v1.0.78
13962024-02-15T07:27:02.057Z Compiling unicode-ident v1.0.12
13972024-02-15T07:27:02.073Z Compiling libc v0.2.153
13982024-02-15T07:27:02.073Z Compiling serde v1.0.196
13992024-02-15T07:27:02.073Z Compiling autocfg v1.1.0
14002024-02-15T07:27:02.093Z Compiling version_check v0.9.4
14012024-02-15T07:27:02.104Z Compiling cfg-if v1.0.0
14022024-02-15T07:27:02.242Z Compiling once_cell v1.19.0
14032024-02-15T07:27:02.259Z Compiling syn v1.0.109
14042024-02-15T07:27:02.280Z Compiling byteorder v1.5.0
14052024-02-15T07:27:02.600Z Compiling memchr v2.6.3
14062024-02-15T07:27:02.680Z Compiling ahash v0.8.7
14072024-02-15T07:27:03.104Z Compiling parking_lot_core v0.9.8
14082024-02-15T07:27:03.115Z Compiling lock_api v0.4.10
14092024-02-15T07:27:03.430Z Compiling libm v0.2.7
14102024-02-15T07:27:03.459Z Compiling serde_json v1.0.113
14112024-02-15T07:27:03.459Z Compiling num-traits v0.2.16
14122024-02-15T07:27:03.724Z Compiling thiserror v1.0.56
14132024-02-15T07:27:03.788Z Compiling typenum v1.16.0
14142024-02-15T07:27:03.788Z Compiling scopeguard v1.2.0
14152024-02-15T07:27:03.933Z Compiling generic-array v0.14.7
14162024-02-15T07:27:04.242Z Compiling itoa v1.0.9
14172024-02-15T07:27:04.480Z Compiling log v0.4.20
14182024-02-15T07:27:04.594Z Compiling quote v1.0.35
14192024-02-15T07:27:04.882Z Compiling getrandom v0.2.10
14202024-02-15T07:27:05.449Z Compiling syn v2.0.48
14212024-02-15T07:27:05.449Z Compiling cc v1.0.83
14222024-02-15T07:27:05.449Z Compiling pkg-config v0.3.27
14232024-02-15T07:27:05.847Z Compiling slab v0.4.9
14242024-02-15T07:27:06.154Z Compiling ryu v1.0.15
14252024-02-15T07:27:06.600Z Compiling heck v0.4.1
14262024-02-15T07:27:06.610Z Compiling smallvec v1.13.1
14272024-02-15T07:27:06.610Z Compiling pin-project-lite v0.2.13
14282024-02-15T07:27:06.633Z Compiling allocator-api2 v0.2.16
14292024-02-15T07:27:06.678Z Compiling equivalent v1.0.1
14302024-02-15T07:27:06.706Z Compiling vcpkg v0.2.15
14312024-02-15T07:27:07.181Z Compiling schemars v0.8.16
14322024-02-15T07:27:07.444Z Compiling parking_lot v0.12.1
14332024-02-15T07:27:07.786Z Compiling ring v0.17.7
14342024-02-15T07:27:08.537Z Compiling openssl-sys v0.9.96
14352024-02-15T07:27:08.635Z Compiling signal-hook-registry v1.4.1
14362024-02-15T07:27:09.911Z Compiling rand_core v0.6.4
14372024-02-15T07:27:10.449Z Compiling mio v0.8.9
14382024-02-15T07:27:10.656Z Compiling ring v0.16.20
14392024-02-15T07:27:11.698Z Compiling socket2 v0.5.5
14402024-02-15T07:27:11.839Z Compiling num_cpus v1.16.0
14412024-02-15T07:27:12.008Z Compiling httparse v1.8.0
14422024-02-15T07:27:12.060Z Compiling ucd-trie v0.1.6
14432024-02-15T07:27:12.183Z Compiling futures-core v0.3.30
14442024-02-15T07:27:12.478Z Compiling openssl v0.10.60
14452024-02-15T07:27:12.504Z Compiling spin v0.5.2
14462024-02-15T07:27:12.564Z Compiling crossbeam-utils v0.8.16
14472024-02-15T07:27:12.648Z Compiling fnv v1.0.7
14482024-02-15T07:27:12.705Z Compiling serde_derive_internals v0.26.0
14492024-02-15T07:27:12.767Z Compiling semver v1.0.21
14502024-02-15T07:27:13.361Z Compiling iana-time-zone v0.1.57
14512024-02-15T07:27:13.591Z Compiling const-oid v0.9.5
14522024-02-15T07:27:13.707Z Compiling rustls v0.21.9
14532024-02-15T07:27:13.939Z Compiling native-tls v0.2.11
14542024-02-15T07:27:14.020Z Compiling subtle v2.5.0
14552024-02-15T07:27:14.155Z Compiling unicode-xid v0.2.4
14562024-02-15T07:27:14.296Z Compiling synstructure v0.12.6
14572024-02-15T07:27:14.457Z Compiling spin v0.9.8
14582024-02-15T07:27:14.498Z Compiling memoffset v0.9.0
14592024-02-15T07:27:14.849Z Compiling futures-sink v0.3.30
14602024-02-15T07:27:15.206Z Compiling io-lifetimes v1.0.11
14612024-02-15T07:27:15.331Z Compiling backtrace v0.3.69
14622024-02-15T07:27:15.725Z Compiling tinyvec_macros v0.1.1
14632024-02-15T07:27:15.741Z Compiling rustversion v1.0.14
14642024-02-15T07:27:15.790Z Compiling dyn-clone v1.0.16
14652024-02-15T07:27:15.814Z Compiling rustix v0.38.31
14662024-02-15T07:27:15.832Z Compiling tinyvec v1.6.0
14672024-02-15T07:27:16.271Z Compiling futures-channel v0.3.30
14682024-02-15T07:27:16.388Z Compiling tracing-core v0.1.31
14692024-02-15T07:27:16.441Z Compiling num-integer v0.1.45
14702024-02-15T07:27:16.643Z Compiling crossbeam-epoch v0.9.15
14712024-02-15T07:27:17.133Z Compiling futures-task v0.3.30
14722024-02-15T07:27:17.133Z Compiling pin-utils v0.1.0
14732024-02-15T07:27:17.133Z Compiling futures-io v0.3.30
14742024-02-15T07:27:17.133Z Compiling slog v2.7.0
14752024-02-15T07:27:17.202Z Compiling rustix v0.37.23
14762024-02-15T07:27:17.381Z Compiling winnow v0.5.15
14772024-02-15T07:27:17.753Z Compiling unicode-normalization v0.1.22
14782024-02-15T07:27:18.294Z Compiling serde_derive v1.0.196
14792024-02-15T07:27:18.536Z Compiling zerocopy-derive v0.7.32
14802024-02-15T07:27:18.673Z Compiling zeroize_derive v1.4.2
14812024-02-15T07:27:18.753Z Compiling thiserror-impl v1.0.56
14822024-02-15T07:27:19.257Z Compiling tokio-macros v2.2.0
14832024-02-15T07:27:19.287Z Compiling futures-macro v0.3.30
14842024-02-15T07:27:20.104Z Compiling tracing-attributes v0.1.26
14852024-02-15T07:27:20.510Z Compiling zerocopy v0.7.32
14862024-02-15T07:27:20.879Z Compiling zeroize v1.7.0
14872024-02-15T07:27:21.639Z Compiling schemars_derive v0.8.16
14882024-02-15T07:27:21.707Z Compiling pest v2.7.6
14892024-02-15T07:27:22.857Z Compiling hashbrown v0.14.3
14902024-02-15T07:27:23.437Z Compiling openssl-macros v0.1.1
14912024-02-15T07:27:24.210Z Compiling pest_meta v2.7.6
14922024-02-15T07:27:24.344Z Compiling zerocopy-derive v0.2.0
14932024-02-15T07:27:24.858Z Compiling crypto-common v0.1.6
14942024-02-15T07:27:24.858Z Compiling der_derive v0.7.2
14952024-02-15T07:27:24.859Z Compiling tracing v0.1.37
14962024-02-15T07:27:24.859Z Compiling block-buffer v0.10.4
14972024-02-15T07:27:24.859Z Compiling hashbrown v0.13.2
14982024-02-15T07:27:24.859Z Compiling futures-util v0.3.30
14992024-02-15T07:27:26.195Z Compiling pest_generator v2.7.6
15002024-02-15T07:27:27.181Z Compiling usdt-impl v0.3.5
15012024-02-15T07:27:28.035Z Compiling crc32fast v1.3.2
15022024-02-15T07:27:28.309Z Compiling pest_derive v2.7.6
15032024-02-15T07:27:28.638Z Compiling unicode-bidi v0.3.13
15042024-02-15T07:27:28.926Z Compiling bitflags v1.3.2
15052024-02-15T07:27:29.063Z Compiling time-core v0.1.1
15062024-02-15T07:27:29.090Z Compiling anyhow v1.0.75
15072024-02-15T07:27:29.207Z Compiling time-macros v0.2.13
15082024-02-15T07:27:30.103Z Compiling digest v0.10.7
15092024-02-15T07:27:30.518Z Compiling scroll_derive v0.12.0
15102024-02-15T07:27:31.169Z Compiling bzip2-sys v0.1.11+1.0.8
15112024-02-15T07:27:31.240Z Compiling aho-corasick v1.0.4
15122024-02-15T07:27:31.517Z Compiling untrusted v0.9.0
15132024-02-15T07:27:31.602Z Compiling async-trait v0.1.77
15142024-02-15T07:27:31.717Z Compiling bytes v1.5.0
15152024-02-15T07:27:32.027Z Compiling indexmap v2.2.2
15162024-02-15T07:27:32.099Z Compiling uuid v1.7.0
15172024-02-15T07:27:32.269Z Compiling chrono v0.4.31
15182024-02-15T07:27:32.920Z Compiling bitflags v2.4.0
15192024-02-15T07:27:33.026Z Compiling tokio v1.36.0
15202024-02-15T07:27:35.946Z Compiling toml_datetime v0.6.5
15212024-02-15T07:27:36.087Z Compiling serde_spanned v0.6.5
15222024-02-15T07:27:36.359Z Compiling toml_edit v0.19.15
15232024-02-15T07:27:36.630Z Compiling http v0.2.11
15242024-02-15T07:27:37.045Z Compiling rustc_version v0.4.0
15252024-02-15T07:27:37.692Z Compiling heapless v0.7.16
15262024-02-15T07:27:38.552Z Compiling regex-syntax v0.8.2
15272024-02-15T07:27:38.657Z Compiling signal-hook v0.3.17
15282024-02-15T07:27:39.082Z Compiling ppv-lite86 v0.2.17
15292024-02-15T07:27:39.805Z Compiling rand_chacha v0.3.1
15302024-02-15T07:27:40.822Z Compiling zerocopy v0.3.0
15312024-02-15T07:27:41.923Z Compiling thread-id v4.2.0
15322024-02-15T07:27:42.503Z Compiling errno v0.3.8
15332024-02-15T07:27:42.503Z Compiling regex-automata v0.4.4
15342024-02-15T07:27:43.661Z Compiling strsim v0.10.0
15352024-02-15T07:27:44.892Z Compiling dof v0.1.5
15362024-02-15T07:27:45.803Z Compiling tokio-util v0.7.10
15372024-02-15T07:27:46.935Z Compiling regex v1.10.3
15382024-02-15T07:27:47.344Z Compiling rand v0.8.5
15392024-02-15T07:27:48.008Z Compiling dtrace-parser v0.1.14
15402024-02-15T07:27:49.519Z Compiling strum_macros v0.25.2
15412024-02-15T07:27:49.759Z Compiling num-bigint v0.4.4
15422024-02-15T07:27:49.890Z Compiling foreign-types-shared v0.1.1
15432024-02-15T07:27:50.327Z Compiling untrusted v0.7.1
15442024-02-15T07:27:50.327Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15452024-02-15T07:27:50.552Z Compiling base64ct v1.6.0
15462024-02-15T07:27:51.411Z Compiling smoltcp v0.9.1
15472024-02-15T07:27:51.433Z Compiling percent-encoding v2.3.1
15482024-02-15T07:27:51.433Z Compiling pem-rfc7468 v0.7.0
15492024-02-15T07:27:51.656Z Compiling foreign-types v0.3.2
15502024-02-15T07:27:53.541Z Compiling serde_tokenstream v0.1.7
15512024-02-15T07:27:54.094Z Compiling hmac v0.12.1
15522024-02-15T07:27:54.672Z Compiling lazy_static v1.4.0
15532024-02-15T07:27:55.077Z Compiling socket2 v0.4.9
15542024-02-15T07:27:55.104Z Compiling base64 v0.21.7
15552024-02-15T07:27:55.225Z Compiling adler v1.0.2
15562024-02-15T07:27:55.382Z Compiling siphasher v0.3.11
15572024-02-15T07:27:55.565Z Compiling unicode-width v0.1.11
15582024-02-15T07:27:55.626Z Compiling try-lock v0.2.4
15592024-02-15T07:27:55.813Z Compiling flagset v0.4.3
15602024-02-15T07:27:55.960Z Compiling unicode-segmentation v1.10.1
15612024-02-15T07:27:56.016Z Compiling der v0.7.8
15622024-02-15T07:27:56.455Z Compiling miniz_oxide v0.7.1
15632024-02-15T07:27:56.882Z Compiling want v0.3.1
15642024-02-15T07:27:57.281Z Compiling sct v0.7.0
15652024-02-15T07:27:57.455Z Compiling rustls-webpki v0.101.7
15662024-02-15T07:27:57.471Z Compiling form_urlencoded v1.2.1
15672024-02-15T07:27:57.567Z Compiling h2 v0.3.24
15682024-02-15T07:27:57.817Z Compiling http-body v0.4.5
15692024-02-15T07:27:58.566Z Compiling hubpack_derive v0.1.1
15702024-02-15T07:27:59.907Z Compiling zerocopy-derive v0.6.4
15712024-02-15T07:27:59.907Z Compiling num-iter v0.1.43
15722024-02-15T07:27:59.908Z Compiling usdt-impl v0.5.0
15732024-02-15T07:27:59.997Z Compiling httpdate v1.0.3
15742024-02-15T07:28:00.165Z Compiling stable_deref_trait v1.2.0
15752024-02-15T07:28:00.649Z Compiling utf8parse v0.2.1
15762024-02-15T07:28:00.649Z Compiling cpufeatures v0.2.12
15772024-02-15T07:28:00.650Z Compiling anstyle v1.0.2
15782024-02-15T07:28:00.650Z Compiling openssl-probe v0.1.5
15792024-02-15T07:28:00.813Z Compiling tower-service v0.3.2
15802024-02-15T07:28:00.979Z Compiling sha2 v0.10.8
15812024-02-15T07:28:01.001Z Compiling anstyle-parse v0.2.1
15822024-02-15T07:28:02.024Z Compiling spki v0.7.2
15832024-02-15T07:28:02.833Z Compiling usdt-attr-macro v0.3.5
15842024-02-15T07:28:03.585Z Compiling usdt-macro v0.3.5
15852024-02-15T07:28:04.809Z Compiling hyper v0.14.27
15862024-02-15T07:28:04.933Z Compiling openapiv3 v2.0.0
15872024-02-15T07:28:05.246Z Compiling scroll v0.12.0
15882024-02-15T07:28:05.818Z Compiling md-5 v0.10.5
15892024-02-15T07:28:06.068Z Compiling idna v0.5.0
15902024-02-15T07:28:06.533Z Compiling stringprep v0.1.3
15912024-02-15T07:28:07.576Z Compiling diesel_table_macro_syntax v0.1.0
15922024-02-15T07:28:07.681Z Compiling hash32 v0.2.1
15932024-02-15T07:28:08.043Z Compiling gimli v0.28.0
15942024-02-15T07:28:08.068Z Compiling colorchoice v1.0.0
15952024-02-15T07:28:08.085Z Compiling fallible-iterator v0.2.0
15962024-02-15T07:28:08.226Z Compiling anstyle-query v1.0.0
15972024-02-15T07:28:08.840Z Compiling plain v0.2.3
15982024-02-15T07:28:09.156Z Compiling goblin v0.8.0
15992024-02-15T07:28:09.802Z Compiling postgres-protocol v0.6.6
16002024-02-15T07:28:09.893Z Compiling anstream v0.5.0
16012024-02-15T07:28:12.334Z Compiling diesel_derives v2.1.2
16022024-02-15T07:28:12.866Z Compiling addr2line v0.21.0
16032024-02-15T07:28:14.734Z Compiling url v2.5.0
16042024-02-15T07:28:15.564Z Compiling tokio-rustls v0.24.1
16052024-02-15T07:28:16.532Z Compiling tokio-native-tls v0.3.1
16062024-02-15T07:28:16.817Z Compiling terminal_size v0.2.6
16072024-02-15T07:28:17.038Z Compiling pkcs8 v0.10.2
16082024-02-15T07:28:17.558Z Compiling phf_shared v0.11.2
16092024-02-15T07:28:18.613Z Compiling serde_tokenstream v0.2.0
16102024-02-15T07:28:18.690Z Compiling block-padding v0.3.3
16112024-02-15T07:28:18.921Z Compiling enum-as-inner v0.5.1
16122024-02-15T07:28:19.163Z Compiling clap_derive v4.4.2
16132024-02-15T07:28:19.549Z Compiling serde_repr v0.1.16
16142024-02-15T07:28:20.360Z Compiling ff v0.13.0
16152024-02-15T07:28:20.664Z Compiling scheduled-thread-pool v0.2.7
16162024-02-15T07:28:20.703Z Compiling object v0.32.1
16172024-02-15T07:28:23.263Z Compiling num_threads v0.1.6
16182024-02-15T07:28:23.401Z Compiling clap_lex v0.5.1
16192024-02-15T07:28:23.870Z Compiling ipnet v2.9.0
16202024-02-15T07:28:24.019Z Compiling managed v0.8.0
16212024-02-15T07:28:24.528Z Compiling rustc-demangle v0.1.23
16222024-02-15T07:28:26.923Z Compiling base16ct v0.2.0
16232024-02-15T07:28:26.975Z Compiling deranged v0.3.8
16242024-02-15T07:28:27.223Z Compiling pretty-hex v0.4.1
16252024-02-15T07:28:27.435Z Compiling matches v0.1.10
16262024-02-15T07:28:27.537Z Compiling bit-vec v0.6.3
16272024-02-15T07:28:27.790Z Compiling regex-automata v0.1.10
16282024-02-15T07:28:28.214Z Compiling idna v0.2.3
16292024-02-15T07:28:28.294Z Compiling bstr v0.2.17
16302024-02-15T07:28:28.905Z Compiling time v0.3.27
16312024-02-15T07:28:29.043Z Compiling dof v0.3.0
16322024-02-15T07:28:29.762Z Compiling sec1 v0.7.3
16332024-02-15T07:28:31.439Z Compiling clap_builder v4.4.2
16342024-02-15T07:28:31.749Z Compiling r2d2 v0.8.10
16352024-02-15T07:28:32.422Z Compiling group v0.13.0
16362024-02-15T07:28:33.798Z Compiling inout v0.1.3
16372024-02-15T07:28:33.943Z Compiling phf v0.11.2
16382024-02-15T07:28:34.054Z Compiling signal-hook-mio v0.2.3
16392024-02-15T07:28:34.067Z Compiling hyper-tls v0.5.0
16402024-02-15T07:28:34.201Z Compiling hyper-rustls v0.24.2
16412024-02-15T07:28:34.221Z Compiling bzip2 v0.4.4
16422024-02-15T07:28:34.246Z Compiling flate2 v1.0.28
16432024-02-15T07:28:34.667Z Compiling postgres-types v0.2.6
16442024-02-15T07:28:34.668Z Compiling zerocopy v0.6.4
16452024-02-15T07:28:34.884Z Compiling hubpack v0.1.2
16462024-02-15T07:28:35.204Z Compiling serde_urlencoded v0.7.1
16472024-02-15T07:28:35.357Z Compiling phf_shared v0.10.0
16482024-02-15T07:28:35.547Z Compiling rustls-pemfile v1.0.3
16492024-02-15T07:28:35.777Z Compiling hkdf v0.12.4
16502024-02-15T07:28:35.820Z Compiling ipnetwork v0.20.0
16512024-02-15T07:28:36.296Z Compiling futures-executor v0.3.30
16522024-02-15T07:28:36.764Z Compiling dtrace-parser v0.2.0
16532024-02-15T07:28:36.811Z Compiling regress v0.7.1
16542024-02-15T07:28:36.834Z Compiling crypto-bigint v0.5.2
16552024-02-15T07:28:37.911Z Compiling float-cmp v0.9.0
16562024-02-15T07:28:38.448Z Compiling encoding_rs v0.8.33
16572024-02-15T07:28:39.047Z Compiling mime v0.3.17
16582024-02-15T07:28:39.543Z Compiling predicates-core v1.0.6
16592024-02-15T07:28:40.286Z Compiling difflib v0.4.0
16602024-02-15T07:28:40.293Z Compiling regex-automata v0.3.8
16612024-02-15T07:28:41.137Z Compiling either v1.9.0
16622024-02-15T07:28:41.724Z Compiling fixedbitset v0.4.2
16632024-02-15T07:28:41.842Z Compiling precomputed-hash v0.1.1
16642024-02-15T07:28:42.116Z Compiling webpki-roots v0.25.2
16652024-02-15T07:28:42.222Z Compiling whoami v1.4.1
16662024-02-15T07:28:42.492Z Compiling normalize-line-endings v0.3.0
16672024-02-15T07:28:42.583Z Compiling data-encoding v2.4.0
16682024-02-15T07:28:42.746Z Compiling minimal-lexical v0.2.1
16692024-02-15T07:28:43.268Z Compiling new_debug_unreachable v1.0.4
16702024-02-15T07:28:43.387Z Compiling static_assertions v1.1.0
16712024-02-15T07:28:46.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16722024-02-15T07:28:46.783Z Compiling string_cache v0.8.7
16732024-02-15T07:28:47.238Z Compiling nom v7.1.3
16742024-02-15T07:28:51.207Z Compiling trust-dns-proto v0.22.0
16752024-02-15T07:28:51.376Z Compiling predicates v3.1.0
16762024-02-15T07:28:51.662Z Compiling tokio-postgres v0.7.10
16772024-02-15T07:28:52.262Z Compiling reqwest v0.11.22
16782024-02-15T07:28:52.908Z Compiling bstr v1.6.0
16792024-02-15T07:28:54.796Z Compiling petgraph v0.6.4
16802024-02-15T07:28:56.908Z Compiling itertools v0.10.5
16812024-02-15T07:28:58.777Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
16822024-02-15T07:28:58.996Z Compiling elliptic-curve v0.13.8
16832024-02-15T07:29:01.290Z Compiling yasna v0.5.2
16842024-02-15T07:29:02.175Z Compiling futures v0.3.30
16852024-02-15T07:29:02.286Z Compiling diesel v2.1.4
16862024-02-15T07:29:02.298Z Compiling zip v0.6.6
16872024-02-15T07:29:02.870Z Compiling clap v4.4.3
16882024-02-15T07:29:02.982Z Compiling crossterm v0.27.0
16892024-02-15T07:29:03.009Z Compiling cipher v0.4.4
16902024-02-15T07:29:03.517Z Compiling similar v2.3.0
16912024-02-15T07:29:03.958Z Compiling bit-set v0.5.3
16922024-02-15T07:29:04.258Z Compiling usdt v0.3.5
16932024-02-15T07:29:04.763Z Compiling console v0.15.8
16942024-02-15T07:29:05.645Z Compiling strum v0.25.0
16952024-02-15T07:29:06.202Z Compiling tokio-stream v0.1.14
16962024-02-15T07:29:06.534Z Compiling toml v0.7.8
16972024-02-15T07:29:07.203Z Compiling hex v0.4.3
16982024-02-15T07:29:08.046Z Compiling proc-macro-error-attr v1.0.4
16992024-02-15T07:29:08.399Z Compiling lalrpop-util v0.19.12
17002024-02-15T07:29:10.613Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17012024-02-15T07:29:11.106Z Compiling proc-macro-crate v1.3.1
17022024-02-15T07:29:12.681Z Compiling proc-macro-error v1.0.4
17032024-02-15T07:29:12.701Z Compiling camino v1.1.6
17042024-02-15T07:29:13.160Z Compiling heapless v0.8.0
17052024-02-15T07:29:16.345Z Compiling num_enum_derive v0.5.11
17062024-02-15T07:29:24.557Z Compiling atty v0.2.14
17072024-02-15T07:29:25.353Z Compiling hash32 v0.3.1
17082024-02-15T07:29:26.422Z Compiling smoltcp v0.11.0
17092024-02-15T07:29:27.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17102024-02-15T07:29:27.652Z Compiling ident_case v1.0.1
17112024-02-15T07:29:28.021Z Compiling rustls-pki-types v1.1.0
17122024-02-15T07:29:29.185Z Compiling darling_core v0.20.3
17132024-02-15T07:29:34.822Z Compiling num_enum v0.5.11
17142024-02-15T07:29:46.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152024-02-15T07:29:46.588Z Compiling dirs-sys-next v0.1.2
17162024-02-15T07:29:48.317Z Compiling cobs v0.2.3
17172024-02-15T07:29:49.148Z Compiling embedded-io v0.4.0
17182024-02-15T07:29:49.450Z Compiling rustls v0.22.2
17192024-02-15T07:29:49.787Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17202024-02-15T07:29:51.898Z Compiling postcard v1.0.8
17212024-02-15T07:29:59.376Z Compiling dirs-next v2.0.0
17222024-02-15T07:30:06.273Z Compiling darling_macro v0.20.3
17232024-02-15T07:30:08.042Z Compiling rustls-webpki v0.102.1
17242024-02-15T07:30:10.333Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17252024-02-15T07:30:14.453Z Compiling getopts v0.2.21
17262024-02-15T07:30:15.024Z Compiling foreign-types-macros v0.2.3
17272024-02-15T07:30:15.356Z Compiling structmeta-derive v0.3.0
17282024-02-15T07:30:16.057Z Compiling thread_local v1.1.7
17292024-02-15T07:30:16.224Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17302024-02-15T07:30:16.363Z Compiling multer v3.0.0
17312024-02-15T07:30:16.872Z Compiling match_cfg v0.1.0
17322024-02-15T07:30:16.979Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17332024-02-15T07:30:17.449Z Compiling paste v1.0.14
17342024-02-15T07:30:18.119Z Compiling rayon-core v1.12.0
17352024-02-15T07:30:18.288Z Compiling unsafe-libyaml v0.2.10
17362024-02-15T07:30:18.574Z Compiling slog-async v2.8.0
17372024-02-15T07:30:19.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17382024-02-15T07:30:19.441Z Compiling foreign-types-shared v0.3.1
17392024-02-15T07:30:19.578Z Compiling foreign-types v0.5.0
17402024-02-15T07:30:19.686Z Compiling serde_yaml v0.9.25
17412024-02-15T07:30:23.141Z Compiling structmeta v0.3.0
17422024-02-15T07:30:24.789Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17432024-02-15T07:30:26.596Z Compiling hostname v0.3.1
17442024-02-15T07:30:28.112Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17452024-02-15T07:30:34.130Z Compiling darling v0.20.3
17462024-02-15T07:30:36.810Z Compiling term v0.7.0
17472024-02-15T07:30:39.521Z Compiling slog-json v2.6.1
17482024-02-15T07:30:39.721Z Compiling toml_edit v0.22.4
17492024-02-15T07:30:40.351Z Compiling crossbeam-deque v0.8.3
17502024-02-15T07:30:40.458Z Compiling is-terminal v0.4.9
17512024-02-15T07:30:41.804Z Compiling crossbeam-channel v0.5.8
17522024-02-15T07:30:43.653Z Compiling http v1.0.0
17532024-02-15T07:30:44.259Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17542024-02-15T07:30:44.282Z Compiling async-stream-impl v0.3.5
17552024-02-15T07:30:45.097Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17562024-02-15T07:30:45.124Z Compiling cstr-argument v0.1.2
17572024-02-15T07:30:45.392Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17582024-02-15T07:30:45.602Z Compiling take_mut v0.2.2
17592024-02-15T07:30:45.747Z Compiling atomic-waker v1.1.1
17602024-02-15T07:30:45.934Z Compiling fastrand v2.0.1
17612024-02-15T07:30:46.011Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17622024-02-15T07:30:46.177Z Compiling pretty-hex v0.2.1
17632024-02-15T07:30:46.341Z Compiling crucible-workspace-hack v0.1.0
17642024-02-15T07:30:46.425Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17652024-02-15T07:30:46.674Z Compiling tempfile v3.10.0
17662024-02-15T07:30:46.862Z Compiling waitgroup v0.1.2
17672024-02-15T07:30:47.111Z Compiling async-stream v0.3.5
17682024-02-15T07:30:48.708Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17692024-02-15T07:30:49.156Z Compiling toml v0.8.10
17702024-02-15T07:30:50.350Z Compiling colored v2.0.4
17712024-02-15T07:30:51.818Z Compiling slog-bunyan v2.5.0
17722024-02-15T07:30:52.196Z Compiling slog-term v2.9.0
17732024-02-15T07:30:54.656Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17742024-02-15T07:30:55.101Z Compiling serde_with_macros v3.6.0
17752024-02-15T07:30:55.291Z Compiling tokio-rustls v0.25.0
17762024-02-15T07:30:56.391Z Compiling parse-display-derive v0.9.0
17772024-02-15T07:30:56.904Z Compiling rustls-pemfile v2.0.0
17782024-02-15T07:30:57.657Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17792024-02-15T07:30:57.985Z Compiling sha1 v0.10.6
17802024-02-15T07:30:58.920Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17812024-02-15T07:30:59.204Z Compiling textwrap v0.11.0
17822024-02-15T07:31:00.313Z Compiling heck v0.3.3
17832024-02-15T07:31:00.625Z Compiling serde_path_to_error v0.1.15
17842024-02-15T07:31:00.710Z Compiling strum_macros v0.26.1
17852024-02-15T07:31:01.089Z Compiling instant v0.1.12
17862024-02-15T07:31:01.262Z Compiling strsim v0.8.0
17872024-02-15T07:31:01.617Z Compiling vec_map v0.8.2
17882024-02-15T07:31:01.961Z Compiling debug-ignore v1.0.5
17892024-02-15T07:31:02.130Z Compiling ansi_term v0.12.1
17902024-02-15T07:31:02.665Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17912024-02-15T07:31:03.037Z Compiling libefi-sys v0.1.0
17922024-02-15T07:31:03.076Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17932024-02-15T07:31:03.344Z Compiling clap v2.34.0
17942024-02-15T07:31:05.653Z Compiling strum v0.26.1
17952024-02-15T07:31:05.767Z Compiling backoff v0.4.0
17962024-02-15T07:31:05.846Z Compiling structopt-derive v0.4.18
17972024-02-15T07:31:06.150Z Compiling parse-display v0.9.0
17982024-02-15T07:31:06.277Z Compiling serde_with v3.6.0
17992024-02-15T07:31:08.176Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18002024-02-15T07:31:08.740Z Compiling rayon v1.8.0
18012024-02-15T07:31:10.792Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
18022024-02-15T07:31:11.052Z Compiling camino-tempfile v1.1.1
18032024-02-15T07:31:11.458Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18042024-02-15T07:31:11.632Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18052024-02-15T07:31:12.266Z Compiling zone_cfg_derive v0.3.0
18062024-02-15T07:31:12.272Z Compiling macaddr v1.0.1
18072024-02-15T07:31:12.929Z Compiling regress v0.8.0
18082024-02-15T07:31:13.364Z Compiling num-derive v0.4.0
18092024-02-15T07:31:14.598Z Compiling blake3 v1.5.0
18102024-02-15T07:31:15.221Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18112024-02-15T07:31:15.645Z Compiling portable-atomic v1.4.3
18122024-02-15T07:31:15.813Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18132024-02-15T07:31:17.233Z Compiling zone v0.3.0
18142024-02-15T07:31:17.598Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18152024-02-15T07:31:18.160Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18162024-02-15T07:31:19.032Z Compiling structopt v0.3.26
18172024-02-15T07:31:20.163Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182024-02-15T07:31:21.248Z Compiling smf v0.2.2
18192024-02-15T07:31:21.320Z Compiling xattr v1.0.1
18202024-02-15T07:31:21.345Z Compiling filetime v0.2.23
18212024-02-15T07:31:21.742Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18222024-02-15T07:31:21.769Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18232024-02-15T07:31:24.139Z Compiling memmap2 v0.7.1
18242024-02-15T07:31:24.721Z Compiling same-file v1.0.6
18252024-02-15T07:31:24.753Z Compiling arrayref v0.3.7
18262024-02-15T07:31:24.866Z Compiling arrayvec v0.7.4
18272024-02-15T07:31:25.040Z Compiling constant_time_eq v0.3.0
18282024-02-15T07:31:25.239Z Compiling walkdir v2.4.0
18292024-02-15T07:31:26.039Z Compiling tar v0.4.40
18302024-02-15T07:31:28.353Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18312024-02-15T07:31:28.796Z Compiling gethostname v0.4.3
18322024-02-15T07:31:28.870Z Compiling topological-sort v0.2.2
18332024-02-15T07:31:29.065Z Compiling number_prefix v0.4.0
18342024-02-15T07:31:29.148Z Compiling omicron-zone-package v0.11.0
18352024-02-15T07:31:29.359Z Compiling swrite v0.1.0
18362024-02-15T07:31:30.792Z Compiling indicatif v0.17.7
18372024-02-15T07:31:32.636Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18382024-02-15T07:31:36.072Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18392024-02-15T07:31:44.749Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18402024-02-15T07:31:57.528Z Finished release [optimized] target(s) in 5m 15s
18412024-02-15T07:31:57.736Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18422024-02-15T07:31:57.803ZLogging to: /work/oxidecomputer/omicron/out/LOG
18432024-02-15T07:31:57.809ZCreated new build target 'test' and set it as active
18442024-02-15T07:31:57.809Z
18452024-02-15T07:31:57.809Zreal 5:15.655852981
18462024-02-15T07:31:57.809Zuser 34:09.475916005
18472024-02-15T07:31:57.809Zsys 3:50.529283752
18482024-02-15T07:31:57.809Ztrap 1.033079601
18492024-02-15T07:31:57.809Ztflt 5.366057979
18502024-02-15T07:31:57.809Zdflt 3.121518001
18512024-02-15T07:31:57.809Zkflt 0.077778441
18522024-02-15T07:31:57.809Zlock 1:12:40.101942700
18532024-02-15T07:31:57.809Zslp 1:36:56.808791766
18542024-02-15T07:31:57.809Zlat 2:10.171988539
18552024-02-15T07:31:57.809Zstop 3:22.426093425
18562024-02-15T07:31:57.810Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18572024-02-15T07:31:58.522Z Finished release [optimized] target(s) in 0.67s
18582024-02-15T07:31:58.542Z Running `target/release/omicron-package -t test package`
18592024-02-15T07:31:58.572ZLogging to: /work/oxidecomputer/omicron/out/LOG
18602024-02-15T07:31:59.338Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18612024-02-15T07:31:59.348Z Compiling linked-hash-map v0.5.6
18622024-02-15T07:31:59.348Z Compiling usdt-macro v0.5.0
18632024-02-15T07:31:59.349Z Compiling usdt-attr-macro v0.5.0
18642024-02-15T07:31:59.809Z Compiling memmap v0.7.0
18652024-02-15T07:31:59.812Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18662024-02-15T07:31:59.812Z Compiling password-hash v0.5.0
18672024-02-15T07:31:59.812Z Compiling blake2 v0.10.6
18682024-02-15T07:31:59.812Z Compiling lru-cache v0.1.2
18692024-02-15T07:31:59.875Z Compiling semver v0.1.20
18702024-02-15T07:32:00.382Z Compiling argon2 v0.5.3
18712024-02-15T07:32:00.470Z Compiling rustc_version v0.1.7
18722024-02-15T07:32:00.784Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18732024-02-15T07:32:00.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18742024-02-15T07:32:00.890Z Compiling newtype_derive v0.1.6
18752024-02-15T07:32:00.951Z Compiling usdt v0.5.0
18762024-02-15T07:32:01.061Z Compiling rayon-core v1.12.0
18772024-02-15T07:32:01.081Z Compiling crossbeam-deque v0.8.3
18782024-02-15T07:32:01.205Z Compiling fastrand v2.0.1
18792024-02-15T07:32:01.432Z Compiling same-file v1.0.6
18802024-02-15T07:32:01.442Z Compiling quick-error v1.2.3
18812024-02-15T07:32:01.581Z Compiling tempfile v3.10.0
18822024-02-15T07:32:01.670Z Compiling walkdir v2.4.0
18832024-02-15T07:32:01.717Z Compiling resolv-conf v0.7.0
18842024-02-15T07:32:02.419Z Compiling itertools v0.12.1
18852024-02-15T07:32:02.444Z Compiling camino v1.1.6
18862024-02-15T07:32:02.488Z Compiling semver-parser v0.10.2
18872024-02-15T07:32:02.504Z Compiling slog-dtrace v0.3.0
18882024-02-15T07:32:02.856Z Compiling rayon v1.8.0
18892024-02-15T07:32:02.901Z Compiling blake3 v1.5.0
18902024-02-15T07:32:03.189Z Compiling semver v0.11.0
18912024-02-15T07:32:03.806Z Compiling trust-dns-resolver v0.22.0
18922024-02-15T07:32:03.892Z Compiling nibble_vec v0.1.0
18932024-02-15T07:32:04.116Z Compiling memmap2 v0.7.1
18942024-02-15T07:32:04.368Z Compiling xattr v1.0.1
18952024-02-15T07:32:04.505Z Compiling filetime v0.2.23
18962024-02-15T07:32:04.608Z Compiling constant_time_eq v0.3.0
18972024-02-15T07:32:04.677Z Compiling arrayvec v0.7.4
18982024-02-15T07:32:04.757Z Compiling home v0.5.5
18992024-02-15T07:32:04.815Z Compiling endian-type v0.1.2
19002024-02-15T07:32:04.988Z Compiling arrayref v0.3.7
19012024-02-15T07:32:05.036Z Compiling radix_trie v0.2.1
19022024-02-15T07:32:05.087Z Compiling toolchain_find v0.2.0
19032024-02-15T07:32:05.093Z Compiling tar v0.4.40
19042024-02-15T07:32:05.655Z Compiling camino-tempfile v1.1.1
19052024-02-15T07:32:05.991Z Compiling steno v0.4.0
19062024-02-15T07:32:06.252Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19072024-02-15T07:32:07.006Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19082024-02-15T07:32:07.704Z Compiling toml_edit v0.22.4
19092024-02-15T07:32:07.724Z Compiling toml v0.5.11
19102024-02-15T07:32:07.817Z Compiling num-rational v0.4.1
19112024-02-15T07:32:08.148Z Compiling topological-sort v0.2.2
19122024-02-15T07:32:08.370Z Compiling radium v0.7.0
19132024-02-15T07:32:08.887Z Compiling omicron-zone-package v0.11.0
19142024-02-15T07:32:09.277Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19152024-02-15T07:32:09.477Z Compiling tap v1.0.1
19162024-02-15T07:32:09.662Z Compiling rustfmt-wrapper v0.2.0
19172024-02-15T07:32:10.322Z Compiling cancel-safe-futures v0.1.5
19182024-02-15T07:32:10.725Z Compiling maybe-uninit v2.0.0
19192024-02-15T07:32:11.209Z Compiling toml v0.8.10
19202024-02-15T07:32:11.317Z Compiling wyz v0.5.1
19212024-02-15T07:32:13.503Z Compiling num-complex v0.4.4
19222024-02-15T07:32:14.529Z Compiling crc-catalog v2.2.0
19232024-02-15T07:32:14.672Z Compiling packed_struct v0.10.1
19242024-02-15T07:32:14.775Z Compiling funty v2.0.0
19252024-02-15T07:32:14.850Z Compiling num-bigint-dig v0.8.4
19262024-02-15T07:32:15.060Z Compiling crc v3.0.1
19272024-02-15T07:32:15.161Z Compiling num v0.4.1
19282024-02-15T07:32:15.319Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19292024-02-15T07:32:15.836Z Compiling fxhash v0.2.1
19302024-02-15T07:32:15.918Z Compiling packed_struct_codegen v0.10.1
19312024-02-15T07:32:16.104Z Compiling bitvec v1.0.1
19322024-02-15T07:32:16.634Z Compiling indexmap v1.9.3
19332024-02-15T07:32:16.760Z Compiling utf-8 v0.7.6
19342024-02-15T07:32:17.178Z Compiling nodrop v0.1.14
19352024-02-15T07:32:17.302Z Compiling array-init v0.0.4
19362024-02-15T07:32:17.789Z Compiling tungstenite v0.20.1
19372024-02-15T07:32:24.295Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19382024-02-15T07:32:24.837Z Compiling smallvec v0.6.14
19392024-02-15T07:32:24.838Z Compiling pkcs1 v0.7.5
19402024-02-15T07:32:24.951Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19412024-02-15T07:32:24.951Z Compiling signature v2.1.0
19422024-02-15T07:32:24.951Z Compiling half v2.3.1
19432024-02-15T07:32:24.951Z Compiling unicase v2.7.0
19442024-02-15T07:32:25.237Z Compiling hashbrown v0.12.3
19452024-02-15T07:32:25.743Z Compiling termcolor v1.2.0
19462024-02-15T07:32:26.519Z Compiling ciborium-io v0.2.2
19472024-02-15T07:32:26.644Z Compiling bitfield v0.14.0
19482024-02-15T07:32:26.968Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19492024-02-15T07:32:27.092Z Compiling ciborium-ll v0.2.2
19502024-02-15T07:32:27.683Z Compiling env_logger v0.10.0
19512024-02-15T07:32:28.356Z Compiling rsa v0.9.2
19522024-02-15T07:32:31.570Z Compiling serde-hex v0.1.0
19532024-02-15T07:32:31.692Z Compiling tokio-tungstenite v0.20.1
19542024-02-15T07:32:32.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19552024-02-15T07:32:32.807Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19562024-02-15T07:32:33.158Z Compiling x509-cert v0.2.4
19572024-02-15T07:32:33.846Z Compiling ron v0.8.1
19582024-02-15T07:32:37.051Z Compiling arc-swap v1.6.0
19592024-02-15T07:32:37.818Z Compiling crc-any v2.4.3
19602024-02-15T07:32:38.781Z Compiling display-error-chain v0.2.0
19612024-02-15T07:32:38.972Z Compiling slog-scope v4.4.0
19622024-02-15T07:32:39.933Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19632024-02-15T07:32:40.539Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19642024-02-15T07:32:42.360Z Compiling object v0.30.4
19652024-02-15T07:32:46.940Z Compiling ciborium v0.2.2
19662024-02-15T07:32:47.918Z Compiling libsw v3.3.1
19672024-02-15T07:32:48.238Z Compiling derive-where v1.2.7
19682024-02-15T07:32:49.240Z Compiling path-slash v0.1.5
19692024-02-15T07:32:49.468Z Compiling parking_lot_core v0.8.6
19702024-02-15T07:32:56.099Z Compiling linear-map v1.2.0
19712024-02-15T07:32:56.374Z Compiling owo-colors v4.0.0
19722024-02-15T07:32:56.374Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19732024-02-15T07:32:56.374Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19742024-02-15T07:32:56.374Z Compiling slog-stdlog v4.1.1
19752024-02-15T07:32:56.505Z Compiling dirs-sys-next v0.1.2
19762024-02-15T07:32:56.884Z Compiling glob v0.3.1
19772024-02-15T07:32:57.754Z Compiling convert_case v0.4.0
19782024-02-15T07:32:58.521Z Compiling crunchy v0.2.2
19792024-02-15T07:32:58.563Z Compiling derive_more v0.99.17
19802024-02-15T07:32:59.011Z Compiling clang-sys v1.6.1
19812024-02-15T07:32:59.033Z Compiling dirs-next v2.0.0
19822024-02-15T07:32:59.577Z Compiling slog-envlogger v2.2.0
19832024-02-15T07:33:00.684Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19842024-02-15T07:33:02.342Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19852024-02-15T07:33:03.547Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19862024-02-15T07:33:04.625Z Compiling prettyplease v0.2.16
19872024-02-15T07:33:04.948Z Compiling tiny-keccak v2.0.2
19882024-02-15T07:33:05.259Z Compiling platforms v3.0.2
19892024-02-15T07:33:05.694Z Compiling parking_lot v0.11.2
19902024-02-15T07:33:06.288Z Compiling mime_guess v2.0.4
19912024-02-15T07:33:07.462Z Compiling term v0.7.0
19922024-02-15T07:33:08.188Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19932024-02-15T07:33:09.012Z Compiling trust-dns-client v0.22.0
19942024-02-15T07:33:10.311Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19952024-02-15T07:33:10.857Z Compiling darling_core v0.14.4
19962024-02-15T07:33:17.374Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19972024-02-15T07:33:17.374Z Compiling pem v3.0.2
19982024-02-15T07:33:17.897Z Compiling darling_macro v0.14.4
19992024-02-15T07:33:18.912Z Compiling trust-dns-server v0.22.1
20002024-02-15T07:33:20.781Z Compiling ascii-canvas v3.0.0
20012024-02-15T07:33:20.960Z Compiling sled v0.34.7
20022024-02-15T07:33:21.843Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20032024-02-15T07:33:26.406Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
20042024-02-15T07:33:26.641Z Compiling is-terminal v0.4.9
20052024-02-15T07:33:26.780Z Compiling ena v0.14.2
20062024-02-15T07:33:27.194Z Compiling vte_generate_state_changes v0.1.1
20072024-02-15T07:33:27.489Z Compiling libloading v0.7.4
20082024-02-15T07:33:27.833Z Compiling diff v0.1.13
20092024-02-15T07:33:27.854Z Compiling bindgen v0.69.2
20102024-02-15T07:33:28.312Z Compiling regex-syntax v0.6.29
20112024-02-15T07:33:28.426Z Compiling vte v0.11.1
20122024-02-15T07:33:34.086Z Compiling lalrpop v0.19.12
20132024-02-15T07:33:36.124Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20142024-02-15T07:33:42.098Z Compiling curve25519-dalek v4.1.1
20152024-02-15T07:33:42.511Z Compiling darling v0.14.4
20162024-02-15T07:33:44.374Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20172024-02-15T07:33:45.554Z Compiling cexpr v0.6.0
20182024-02-15T07:33:47.125Z Compiling which v4.4.0
20192024-02-15T07:33:47.651Z Compiling kstat-rs v0.2.3
20202024-02-15T07:33:49.010Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20212024-02-15T07:33:49.752Z Compiling memoffset v0.7.1
20222024-02-15T07:33:50.093Z Compiling shlex v1.3.0
20232024-02-15T07:33:50.480Z Compiling rustc-hash v1.1.0
20242024-02-15T07:33:50.643Z Compiling keccak v0.1.4
20252024-02-15T07:33:51.635Z Compiling peeking_take_while v0.1.2
20262024-02-15T07:33:51.788Z Compiling lazycell v1.3.0
20272024-02-15T07:33:51.955Z Compiling buf-list v1.0.3
20282024-02-15T07:33:52.536Z Compiling bytecount v0.6.3
20292024-02-15T07:33:52.855Z Compiling doc-comment v0.3.3
20302024-02-15T07:33:53.512Z Compiling papergrid v0.11.0
20312024-02-15T07:33:58.482Z Compiling sha3 v0.10.8
20322024-02-15T07:33:59.053Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20332024-02-15T07:33:59.269Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20342024-02-15T07:33:59.366Z Compiling derive_builder_core v0.12.0
20352024-02-15T07:34:01.706Z Compiling strip-ansi-escapes v0.2.0
20362024-02-15T07:34:02.451Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20372024-02-15T07:34:03.530Z Compiling polar-core v0.27.0
20382024-02-15T07:34:04.807Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20392024-02-15T07:34:05.043Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20402024-02-15T07:34:06.146Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20412024-02-15T07:34:07.921Z Compiling tabled_derive v0.7.0
20422024-02-15T07:34:09.440Z Compiling fd-lock v4.0.2
20432024-02-15T07:34:09.608Z Compiling fd-lock v3.0.13
20442024-02-15T07:34:09.859Z Compiling headers-core v0.2.0
20452024-02-15T07:34:10.028Z Compiling universal-hash v0.5.1
20462024-02-15T07:34:10.102Z Compiling nix v0.27.1
20472024-02-15T07:34:10.232Z Compiling secrecy v0.8.0
20482024-02-15T07:34:10.263Z Compiling libxml v0.3.3
20492024-02-15T07:34:10.547Z Compiling pin-project-internal v1.1.3
20502024-02-15T07:34:10.648Z Compiling sqlparser_derive v0.2.2
20512024-02-15T07:34:11.752Z Compiling thiserror-impl-no-std v2.0.2
20522024-02-15T07:34:11.883Z Compiling curve25519-dalek-derive v0.1.0
20532024-02-15T07:34:12.544Z Compiling nu-ansi-term v0.49.0
20542024-02-15T07:34:13.309Z Compiling ref-cast v1.0.20
20552024-02-15T07:34:13.403Z Compiling opaque-debug v0.3.0
20562024-02-15T07:34:13.793Z Compiling unicode_categories v0.1.1
20572024-02-15T07:34:13.883Z Compiling rustyline v13.0.0
20582024-02-15T07:34:13.980Z Compiling poly1305 v0.8.0
20592024-02-15T07:34:14.172Z Compiling sqlformat v0.2.3
20602024-02-15T07:34:14.650Z Compiling thiserror-no-std v2.0.2
20612024-02-15T07:34:14.767Z Compiling pin-project v1.1.3
20622024-02-15T07:34:15.645Z Compiling reedline v0.28.0
20632024-02-15T07:34:16.179Z Compiling sqlparser v0.43.1
20642024-02-15T07:34:17.017Z Compiling tabled v0.15.0
20652024-02-15T07:34:23.097Z Compiling headers v0.3.9
20662024-02-15T07:34:23.412Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20672024-02-15T07:34:25.169Z Compiling derive_builder_macro v0.12.0
20682024-02-15T07:34:27.978Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20692024-02-15T07:34:28.666Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20702024-02-15T07:34:28.986Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20712024-02-15T07:34:29.292Z Compiling chacha20 v0.9.1
20722024-02-15T07:34:29.770Z Compiling aead v0.5.2
20732024-02-15T07:34:30.134Z Compiling strum_macros v0.24.3
20742024-02-15T07:34:33.777Z Compiling bcs v0.1.6
20752024-02-15T07:34:34.699Z Compiling snafu-derive v0.7.5
20762024-02-15T07:34:36.463Z Compiling ref-cast-impl v1.0.20
20772024-02-15T07:34:37.032Z Compiling cookie v0.18.0
20782024-02-15T07:34:37.049Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20792024-02-15T07:34:37.358Z Compiling fs-err v2.11.0
20802024-02-15T07:34:37.370Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20812024-02-15T07:34:37.607Z Compiling indoc v1.0.9
20822024-02-15T07:34:37.687Z Compiling salty v0.2.0
20832024-02-15T07:34:37.692Z Compiling highway v1.1.0
20842024-02-15T07:34:38.128Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20852024-02-15T07:34:38.461Z Compiling signature v1.6.4
20862024-02-15T07:34:38.636Z Compiling ed25519 v1.5.3
20872024-02-15T07:34:38.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20882024-02-15T07:34:39.627Z Compiling chacha20poly1305 v0.10.1
20892024-02-15T07:34:39.859Z Compiling snafu v0.7.5
20902024-02-15T07:34:39.890Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20912024-02-15T07:34:41.404Z Compiling derive_builder v0.12.0
20922024-02-15T07:34:42.632Z Compiling vsss-rs v3.3.4
20932024-02-15T07:34:47.863Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20942024-02-15T07:34:48.170Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20952024-02-15T07:34:48.534Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20962024-02-15T07:34:48.624Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20972024-02-15T07:34:48.646Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20982024-02-15T07:34:48.839Z Compiling globset v0.4.13
20992024-02-15T07:34:52.854Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21002024-02-15T07:34:54.080Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21012024-02-15T07:34:56.081Z Compiling olpc-cjson v0.1.3
21022024-02-15T07:34:56.330Z Compiling bb8 v0.8.3
21032024-02-15T07:34:56.660Z Compiling quick-xml v0.30.0
21042024-02-15T07:34:56.932Z Compiling serde_plain v1.0.2
21052024-02-15T07:34:56.974Z Compiling serde-big-array v0.5.1
21062024-02-15T07:34:57.232Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21072024-02-15T07:34:57.484Z Compiling async-recursion v1.0.5
21082024-02-15T07:34:57.846Z Compiling oso-derive v0.27.0
21092024-02-15T07:34:58.108Z Compiling impl-trait-for-tuples v0.2.2
21102024-02-15T07:34:58.194Z Compiling maplit v1.0.2
21112024-02-15T07:34:58.308Z Compiling http-range v0.1.5
21122024-02-15T07:34:58.520Z Compiling typed-path v0.7.0
21132024-02-15T07:34:58.909Z Compiling hyper-staticfile v0.9.5
21142024-02-15T07:35:01.105Z Compiling tough v0.16.0
21152024-02-15T07:35:02.867Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21162024-02-15T07:35:06.144Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21172024-02-15T07:35:08.284Z Compiling oso v0.27.0
21182024-02-15T07:35:10.667Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21192024-02-15T07:35:23.243Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21202024-02-15T07:35:40.736Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21212024-02-15T07:35:41.321Z Compiling signal-hook-tokio v0.3.1
21222024-02-15T07:35:41.541Z Compiling serde-big-array v0.4.1
21232024-02-15T07:35:41.598Z Compiling parse-size v1.0.0
21242024-02-15T07:35:41.743Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21252024-02-15T07:35:41.896Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21262024-02-15T07:35:42.825Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21272024-02-15T07:35:43.503Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21282024-02-15T07:35:45.178Z Compiling castaway v0.2.2
21292024-02-15T07:35:45.350Z Compiling corncobs v0.1.3
21302024-02-15T07:35:45.823Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21312024-02-15T07:35:46.631Z Compiling compact_str v0.7.1
21322024-02-15T07:35:48.363Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21332024-02-15T07:35:54.096Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21342024-02-15T07:35:57.210Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21352024-02-15T07:35:57.700Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21362024-02-15T07:35:58.026Z Compiling lru v0.12.1
21372024-02-15T07:35:58.770Z Compiling stability v0.1.1
21382024-02-15T07:35:59.376Z Compiling cassowary v0.3.0
21392024-02-15T07:36:03.131Z Compiling indoc v2.0.3
21402024-02-15T07:36:04.148Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21412024-02-15T07:36:04.172Z Compiling ratatui v0.26.1
21422024-02-15T07:36:09.852Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21432024-02-15T07:36:11.623Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21442024-02-15T07:36:12.092Z Compiling rcgen v0.12.1
21452024-02-15T07:36:24.119Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21462024-02-15T07:36:24.380Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21472024-02-15T07:36:24.724Z Compiling atomicwrites v0.4.3
21482024-02-15T07:36:25.249Z Compiling subprocess v0.2.9
21492024-02-15T07:36:30.821Z Compiling smawk v0.3.1
21502024-02-15T07:36:31.081Z Compiling unicode-linebreak v0.1.5
21512024-02-15T07:36:31.656Z Compiling textwrap v0.16.0
21522024-02-15T07:36:35.573Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21532024-02-15T07:36:41.952Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21542024-02-15T07:36:43.891Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21552024-02-15T07:36:51.551Z Compiling fatfs v0.3.6
21562024-02-15T07:36:51.559Z Compiling nanorand v0.7.0
21572024-02-15T07:36:52.366Z Compiling rtoolbox v0.0.1
21582024-02-15T07:36:52.806Z Compiling assert_matches v1.5.0
21592024-02-15T07:36:52.907Z Compiling is_ci v1.1.1
21602024-02-15T07:36:53.211Z Compiling humantime v2.1.0
21612024-02-15T07:36:54.105Z Compiling supports-color v2.1.0
21622024-02-15T07:36:54.810Z Compiling rpassword v7.3.1
21632024-02-15T07:36:54.950Z Compiling flume v0.11.0
21642024-02-15T07:36:55.234Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21652024-02-15T07:36:55.852Z Compiling tui-tree-widget v0.17.0
21662024-02-15T07:36:56.257Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21672024-02-15T07:36:57.919Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21682024-02-15T07:36:58.249Z Compiling toml_edit v0.21.1
21692024-02-15T07:37:07.466Z Compiling csv-core v0.1.11
21702024-02-15T07:37:08.445Z Compiling shell-words v1.1.0
21712024-02-15T07:37:09.274Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21722024-02-15T07:37:21.715Z Compiling csv v1.3.0
21732024-02-15T07:37:24.073Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21742024-02-15T07:37:45.098Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21752024-02-15T07:37:58.538Z Compiling multimap v0.8.3
21762024-02-15T07:39:04.091Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21772024-02-15T07:39:15.546Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21782024-02-15T07:39:17.411Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21792024-02-15T07:45:47.219Z Finished release [optimized] target(s) in 13m 48s
21802024-02-15T07:46:57.237Z
21812024-02-15T07:46:57.658Zreal 14:59.420238768
21822024-02-15T07:46:57.658Zuser 1:42:50.747560928
21832024-02-15T07:46:57.658Zsys 4:24.530266259
21842024-02-15T07:46:57.658Ztrap 2.462035932
21852024-02-15T07:46:57.658Ztflt 1.653359982
21862024-02-15T07:46:57.658Zdflt 3.043710980
21872024-02-15T07:46:57.658Zkflt 0.055954026
21882024-02-15T07:46:57.658Zlock 6:24:38.827963351
21892024-02-15T07:46:57.658Zslp 3:58:56.814701390
21902024-02-15T07:46:57.659Zlat 2:17.127673201
21912024-02-15T07:46:57.659Zstop 52.807388756
21922024-02-15T07:46:57.659Z+ 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/*)
21932024-02-15T07:46:57.659Z+ pfexec mkdir -p /work
21942024-02-15T07:46:57.659Z+ pfexec chown build /work
21952024-02-15T07:46:57.659Z+ 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
21962024-02-15T07:47:07.347ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21972024-02-15T07:47:07.347Za out/mg-ddm-gz.tar 67684K
21982024-02-15T07:47:07.347Za out/omicron-sled-agent.tar 120029K
21992024-02-15T07:47:07.347Za out/oxlog.tar 8186K
22002024-02-15T07:47:07.348Za out/target/test 1K
22012024-02-15T07:47:07.348Za out/npuzone/npuzone 36313K
22022024-02-15T07:47:07.348Za package-manifest.toml 24K
22032024-02-15T07:47:07.348Za smf/sled-agent/non-gimlet/config.toml 4K
22042024-02-15T07:47:07.348Za target/release/omicron-package 44758K
22052024-02-15T07:47:07.348Za tools/create_virtual_hardware.sh 4K
22062024-02-15T07:47:07.348Za tools/virtual_hardware.sh 4K
22072024-02-15T07:47:07.348Za tools/scrimlet/create-softnpu-zone.sh 1K
22082024-02-15T07:47:07.348Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22092024-02-15T07:47:07.348Za tools/scrimlet/softnpu-init.sh 3K
22102024-02-15T07:47:07.348Za tools/scrimlet/softnpu-zone.txt 1K
22112024-02-15T07:47:07.348Za tools/scrimlet/softnpu.toml 1K
22122024-02-15T07:47:07.359Z
22132024-02-15T07:47:07.359Zreal 10.105757490
22142024-02-15T07:47:07.359Zuser 9.756405663
22152024-02-15T07:47:07.359Zsys 0.707144571
22162024-02-15T07:47:07.359Ztrap 0.001654127
22172024-02-15T07:47:07.359Ztflt 0.000000000
22182024-02-15T07:47:07.359Zdflt 0.000000000
22192024-02-15T07:47:07.359Zkflt 0.000000000
22202024-02-15T07:47:07.359Zlock 0.000000000
22212024-02-15T07:47:07.359Zslp 9.513789150
22222024-02-15T07:47:07.359Zlat 0.229477339
22232024-02-15T07:47:07.360Zstop 0.000178129
22242024-02-15T07:47:07.360Z++ pwd
22252024-02-15T07:47:07.360Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22262024-02-15T07:47:07.360Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22272024-02-15T07:47:07.360Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22282024-02-15T07:47:08.094Z Finished release [optimized] target(s) in 0.68s
22292024-02-15T07:47:08.119Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22302024-02-15T07:47:08.157ZLogging to: /work/oxidecomputer/omicron/out/LOG
22312024-02-15T07:47:08.161ZCreated new build target 'host' and set it as active
22322024-02-15T07:47:08.161Z
22332024-02-15T07:47:08.161Zreal 0.798023773
22342024-02-15T07:47:08.161Zuser 0.542116105
22352024-02-15T07:47:08.161Zsys 0.256384363
22362024-02-15T07:47:08.162Ztrap 0.000065723
22372024-02-15T07:47:08.162Ztflt 0.000003570
22382024-02-15T07:47:08.162Zdflt 0.000002110
22392024-02-15T07:47:08.162Zkflt 0.000000000
22402024-02-15T07:47:08.162Zlock 0.025313655
22412024-02-15T07:47:08.162Zslp 0.016144101
22422024-02-15T07:47:08.162Zlat 0.000893840
22432024-02-15T07:47:08.162Zstop 0.000148906
22442024-02-15T07:47:08.162Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22452024-02-15T07:47:08.864Z Finished release [optimized] target(s) in 0.65s
22462024-02-15T07:47:08.886Z Running `target/release/omicron-package -t host package`
22472024-02-15T07:47:08.925ZLogging to: /work/oxidecomputer/omicron/out/LOG
22482024-02-15T07:47:09.658Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22492024-02-15T07:47:24.451Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22502024-02-15T07:48:37.690Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22512024-02-15T07:50:07.219Z Finished release [optimized] target(s) in 2m 56s
22522024-02-15T07:50:51.646Z
22532024-02-15T07:50:51.656Zreal 3:43.479973894
22542024-02-15T07:50:51.656Zuser 18:26.383272135
22552024-02-15T07:50:51.656Zsys 45.410559557
22562024-02-15T07:50:51.656Ztrap 0.367180112
22572024-02-15T07:50:51.656Ztflt 0.091561224
22582024-02-15T07:50:51.656Zdflt 4.904124376
22592024-02-15T07:50:51.656Zkflt 0.108683328
22602024-02-15T07:50:51.656Zlock 1:32:27.248423274
22612024-02-15T07:50:51.656Zslp 19:23.220320928
22622024-02-15T07:50:51.656Zlat 8.854215866
22632024-02-15T07:50:51.656Zstop 3.549294460
22642024-02-15T07:50:51.656Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22652024-02-15T07:50:51.656Z+ for package in "$@"
22662024-02-15T07:50:51.656Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22672024-02-15T07:50:51.657Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git4667ac76836
22682024-02-15T07:50:52.826Z Finished release [optimized] target(s) in 0.66s
22692024-02-15T07:50:52.854Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git4667ac76836`
22702024-02-15T07:50:52.855ZLogging to: /work/oxidecomputer/omicron/out/LOG
22712024-02-15T07:50:52.855ZCreated: out/versioned/omicron-sled-agent.tar
22722024-02-15T07:50:52.855Z+ for package in "$@"
22732024-02-15T07:50:52.855Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22742024-02-15T07:50:52.856Z+ echo 0.0.0
22752024-02-15T07:50:52.856Z+ tar rvf out/mg-ddm-gz.tar VERSION
22762024-02-15T07:50:52.856Za VERSION 1K
22772024-02-15T07:50:52.856Z+ rm VERSION
22782024-02-15T07:50:52.856Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836
22792024-02-15T07:50:53.314Z Finished release [optimized] target(s) in 0.62s
22802024-02-15T07:50:53.336Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836`
22812024-02-15T07:50:53.367ZLogging to: /work/oxidecomputer/omicron/out/LOG
22822024-02-15T07:50:54.219ZCreated: out/versioned/mg-ddm-gz.tar
22832024-02-15T07:50:54.220Z+ for package in "$@"
22842024-02-15T07:50:54.220Z+ [[ propolis-server == mg-ddm-gz ]]
22852024-02-15T07:50:54.220Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git4667ac76836
22862024-02-15T07:50:55.090Z Finished release [optimized] target(s) in 0.63s
22872024-02-15T07:50:55.090Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git4667ac76836`
22882024-02-15T07:50:55.090ZLogging to: /work/oxidecomputer/omicron/out/LOG
22892024-02-15T07:50:55.284ZCreated: out/versioned/propolis-server.tar.gz
22902024-02-15T07:50:55.297Z+ for package in "$@"
22912024-02-15T07:50:55.297Z+ [[ overlay == mg-ddm-gz ]]
22922024-02-15T07:50:55.297Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git4667ac76836
22932024-02-15T07:50:56.035Z Finished release [optimized] target(s) in 0.67s
22942024-02-15T07:50:56.078Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git4667ac76836`
22952024-02-15T07:50:56.078ZLogging to: /work/oxidecomputer/omicron/out/LOG
22962024-02-15T07:50:56.078ZCreated: out/versioned/overlay.tar.gz
22972024-02-15T07:50:56.078Z+ for package in "$@"
22982024-02-15T07:50:56.079Z+ [[ oxlog == mg-ddm-gz ]]
22992024-02-15T07:50:56.079Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git4667ac76836
23002024-02-15T07:50:56.780Z Finished release [optimized] target(s) in 0.66s
23012024-02-15T07:50:56.806Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git4667ac76836`
23022024-02-15T07:50:56.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
23032024-02-15T07:50:56.859ZCreated: out/versioned/oxlog.tar
23042024-02-15T07:50:56.859Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23052024-02-15T07:50:56.901Z+++ dirname -- ./tools/build-global-zone-packages.sh
23062024-02-15T07:50:56.901Z++ cd -- ./tools
23072024-02-15T07:50:56.901Z++ pwd
23082024-02-15T07:50:56.901Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23092024-02-15T07:50:56.901Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23102024-02-15T07:50:56.901Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23112024-02-15T07:50:56.901Z++ readlink -f /work
23122024-02-15T07:50:56.901Z+ out_dir=/work
23132024-02-15T07:50:56.901Z+ 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")
23142024-02-15T07:50:56.901Z+ for dep in "${deps[@]}"
23152024-02-15T07:50:56.902Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23162024-02-15T07:50:56.902Z+ for dep in "${deps[@]}"
23172024-02-15T07:50:56.902Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23182024-02-15T07:50:56.902Z+ for dep in "${deps[@]}"
23192024-02-15T07:50:56.902Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23202024-02-15T07:50:56.902Z+ for dep in "${deps[@]}"
23212024-02-15T07:50:56.902Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23222024-02-15T07:50:56.903Z+ for dep in "${deps[@]}"
23232024-02-15T07:50:56.903Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23242024-02-15T07:50:56.903Z++ mktemp -d
23252024-02-15T07:50:56.903Z+ tmp_gz=/tmp/tmp.xzaiVh
23262024-02-15T07:50:56.903Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23272024-02-15T07:50:56.903Z+ echo '{"v":"1","t":"layer"}'
23282024-02-15T07:50:56.903Z+ pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/sled-agent
23292024-02-15T07:50:56.904Z+ mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/sled-agent
23302024-02-15T07:50:56.904Z+ cd /tmp/tmp.xzaiVh/root/opt/oxide/sled-agent
23312024-02-15T07:50:56.904Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23322024-02-15T07:50:56.957Zx ., 0 bytes, 0 tape blocks
23332024-02-15T07:50:56.957Zx zone-bundle, 41877264 bytes, 81792 tape blocks
23342024-02-15T07:50:56.958Zx sled-agent, 81019936 bytes, 158243 tape blocks
23352024-02-15T07:50:56.958Zx pkg, 0 bytes, 0 tape blocks
23362024-02-15T07:50:56.958Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23372024-02-15T07:50:56.958Zx pkg/README.md, 54 bytes, 1 tape blocks
23382024-02-15T07:50:56.958Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23392024-02-15T07:50:56.958Zx VERSION, 25 bytes, 1 tape blocks
23402024-02-15T07:50:56.993Z+ mkdir -p /tmp/tmp.xzaiVh/root/lib/svc/manifest/site/
23412024-02-15T07:50:56.993Z+ mv pkg/manifest.xml /tmp/tmp.xzaiVh/root/lib/svc/manifest/site/sled-agent.xml
23422024-02-15T07:50:56.993Z+ cd -
23432024-02-15T07:50:56.993Z/work/oxidecomputer/omicron
23442024-02-15T07:50:56.993Z+ pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm
23452024-02-15T07:50:56.993Z+ mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm
23462024-02-15T07:50:56.993Z+ cd /tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm
23472024-02-15T07:50:56.993Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23482024-02-15T07:50:57.026Zx ., 0 bytes, 0 tape blocks
23492024-02-15T07:50:57.026Zx ddmadm, 36202584 bytes, 70709 tape blocks
23502024-02-15T07:50:57.026Zx ddmd, 33092232 bytes, 64634 tape blocks
23512024-02-15T07:50:57.026Zx pkg, 0 bytes, 0 tape blocks
23522024-02-15T07:50:57.026Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23532024-02-15T07:50:57.026Zx pkg/mgd, 0 bytes, 0 tape blocks
23542024-02-15T07:50:57.026Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23552024-02-15T07:50:57.026Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23562024-02-15T07:50:57.026Zx pkg/ddm, 0 bytes, 0 tape blocks
23572024-02-15T07:50:57.026Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23582024-02-15T07:50:57.026Zx VERSION, 25 bytes, 1 tape blocks
23592024-02-15T07:50:57.036Z+ cd -
23602024-02-15T07:50:57.036Z/work/oxidecomputer/omicron
23612024-02-15T07:50:57.037Z+ pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/oxlog
23622024-02-15T07:50:57.037Z+ mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/oxlog
23632024-02-15T07:50:57.037Z+ cd /tmp/tmp.xzaiVh/root/opt/oxide/oxlog
23642024-02-15T07:50:57.037Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23652024-02-15T07:50:57.037Zx ., 0 bytes, 0 tape blocks
23662024-02-15T07:50:57.037Zx oxlog, 8379592 bytes, 16367 tape blocks
23672024-02-15T07:50:57.038Zx VERSION, 25 bytes, 1 tape blocks
23682024-02-15T07:50:57.038Z+ cd -
23692024-02-15T07:50:57.039Z/work/oxidecomputer/omicron
23702024-02-15T07:50:57.039Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.xzaiVh/root/opt/oxide
23712024-02-15T07:50:57.115Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.xzaiVh/root/opt/oxide
23722024-02-15T07:50:57.147Z+ cd /tmp/tmp.xzaiVh
23732024-02-15T07:50:57.147Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23742024-02-15T07:51:05.894ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23752024-02-15T07:51:05.894Za oxide.json 1K
23762024-02-15T07:51:05.894Za root/ 0K
23772024-02-15T07:51:05.894Za root/opt/ 0K
23782024-02-15T07:51:05.894Za root/opt/oxide/ 0K
23792024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/ 0K
23802024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/zone-bundle 40896K
23812024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/sled-agent 79122K
23822024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/pkg/ 0K
23832024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23842024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/pkg/README.md 1K
23852024-02-15T07:51:05.894Za root/opt/oxide/sled-agent/VERSION 1K
23862024-02-15T07:51:05.894Za root/opt/oxide/mg-ddm/ 0K
23872024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/ddmadm 35355K
23882024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/ddmd 32317K
23892024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/ 0K
23902024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23912024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23922024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23932024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23942024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23952024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23962024-02-15T07:51:05.895Za root/opt/oxide/mg-ddm/VERSION 1K
23972024-02-15T07:51:05.895Za root/opt/oxide/oxlog/ 0K
23982024-02-15T07:51:05.895Za root/opt/oxide/oxlog/oxlog 8184K
23992024-02-15T07:51:05.895Za root/opt/oxide/oxlog/VERSION 1K
24002024-02-15T07:51:05.896Za root/opt/oxide/propolis-server.tar.gz 64543K
24012024-02-15T07:51:05.896Za root/opt/oxide/overlay.tar.gz 3K
24022024-02-15T07:51:05.896Za root/lib/ 0K
24032024-02-15T07:51:05.896Za root/lib/svc/ 0K
24042024-02-15T07:51:05.896Za root/lib/svc/manifest/ 0K
24052024-02-15T07:51:05.896Za root/lib/svc/manifest/site/ 0K
24062024-02-15T07:51:05.896Za root/lib/svc/manifest/site/sled-agent.xml 3K
24072024-02-15T07:51:06.460Z+ cd /
24082024-02-15T07:51:06.460Z+ rm -rf /tmp/tmp.xzaiVh
24092024-02-15T07:51:06.460Z
24102024-02-15T07:51:06.460Zreal 9.035697089
24112024-02-15T07:51:06.460Zuser 8.469781220
24122024-02-15T07:51:06.460Zsys 0.597233828
24132024-02-15T07:51:06.460Ztrap 0.001358981
24142024-02-15T07:51:06.460Ztflt 0.000000000
24152024-02-15T07:51:06.460Zdflt 0.000000000
24162024-02-15T07:51:06.460Zkflt 0.000000000
24172024-02-15T07:51:06.460Zlock 0.000000000
24182024-02-15T07:51:06.461Zslp 17.524516197
24192024-02-15T07:51:06.461Zlat 0.205284402
24202024-02-15T07:51:06.461Zstop 0.000210917
24212024-02-15T07:51:06.461Z+ mkdir -p /work/zones
24222024-02-15T07:51:06.461Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.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)
24232024-02-15T07:51:06.461Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.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/
24242024-02-15T07:51:09.618Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24252024-02-15T07:51:09.755Z Finished release [optimized] target(s) in 0.68s
24262024-02-15T07:51:09.755Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24272024-02-15T07:51:09.755ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282024-02-15T07:51:09.755ZCreated new build target 'recovery' and set it as active
24292024-02-15T07:51:09.755Z
24302024-02-15T07:51:09.755Zreal 0.794477428
24312024-02-15T07:51:09.755Zuser 0.539933141
24322024-02-15T07:51:09.756Zsys 0.253180159
24332024-02-15T07:51:09.756Ztrap 0.000545430
24342024-02-15T07:51:09.756Ztflt 0.000007490
24352024-02-15T07:51:09.756Zdflt 0.000037761
24362024-02-15T07:51:09.756Zkflt 0.000000000
24372024-02-15T07:51:09.756Zlock 0.023959216
24382024-02-15T07:51:09.756Zslp 0.015256831
24392024-02-15T07:51:09.756Zlat 0.002889355
24402024-02-15T07:51:09.756Zstop 0.000153004
24412024-02-15T07:51:09.756Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24422024-02-15T07:51:10.108Z Finished release [optimized] target(s) in 0.65s
24432024-02-15T07:51:10.251Z Running `target/release/omicron-package -t recovery package`
24442024-02-15T07:51:10.362ZLogging to: /work/oxidecomputer/omicron/out/LOG
24452024-02-15T07:51:10.582Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24462024-02-15T07:51:13.160Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24472024-02-15T07:51:34.005Z Finished release [optimized] target(s) in 24.02s
24482024-02-15T07:51:57.302Z
24492024-02-15T07:51:57.310Zreal 48.123831680
24502024-02-15T07:51:57.310Zuser 1:45.217445967
24512024-02-15T07:51:57.310Zsys 8.154147314
24522024-02-15T07:51:57.310Ztrap 0.072658239
24532024-02-15T07:51:57.310Ztflt 0.074873092
24542024-02-15T07:51:57.310Zdflt 0.448334515
24552024-02-15T07:51:57.310Zkflt 0.000007660
24562024-02-15T07:51:57.310Zlock 14:17.115928000
24572024-02-15T07:51:57.310Zslp 1:56.138668384
24582024-02-15T07:51:57.310Zlat 1.585558129
24592024-02-15T07:51:57.310Zstop 0.504671134
24602024-02-15T07:51:57.310Z+ stamp_packages installinator mg-ddm-gz
24612024-02-15T07:51:57.310Z+ for package in "$@"
24622024-02-15T07:51:57.310Z+ [[ installinator == mg-ddm-gz ]]
24632024-02-15T07:51:57.310Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git4667ac76836
24642024-02-15T07:51:58.418Z Finished release [optimized] target(s) in 0.65s
24652024-02-15T07:51:58.884Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git4667ac76836`
24662024-02-15T07:51:58.885ZLogging to: /work/oxidecomputer/omicron/out/LOG
24672024-02-15T07:51:58.885ZCreated: out/versioned/installinator.tar
24682024-02-15T07:51:58.885Z+ for package in "$@"
24692024-02-15T07:51:58.885Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24702024-02-15T07:51:58.885Z+ echo 0.0.0
24712024-02-15T07:51:58.886Z+ tar rvf out/mg-ddm-gz.tar VERSION
24722024-02-15T07:51:58.886Za VERSION 1K
24732024-02-15T07:51:58.887Z+ rm VERSION
24742024-02-15T07:51:58.887Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836
24752024-02-15T07:51:58.901Z Finished release [optimized] target(s) in 0.64s
24762024-02-15T07:51:58.901Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836`
24772024-02-15T07:51:58.916ZLogging to: /work/oxidecomputer/omicron/out/LOG
24782024-02-15T07:51:59.031ZCreated: out/versioned/mg-ddm-gz.tar
24792024-02-15T07:51:59.068Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24802024-02-15T07:51:59.068Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24812024-02-15T07:51:59.068Z++ cd -- ./tools
24822024-02-15T07:51:59.068Z++ pwd
24832024-02-15T07:51:59.068Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24842024-02-15T07:51:59.068Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24852024-02-15T07:51:59.068Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24862024-02-15T07:51:59.068Z++ readlink -f /work
24872024-02-15T07:51:59.068Z+ out_dir=/work
24882024-02-15T07:51:59.069Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24892024-02-15T07:51:59.069Z+ for dep in "${deps[@]}"
24902024-02-15T07:51:59.069Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24912024-02-15T07:51:59.069Z+ for dep in "${deps[@]}"
24922024-02-15T07:51:59.069Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24932024-02-15T07:51:59.069Z++ mktemp -d
24942024-02-15T07:51:59.069Z+ tmp_trampoline=/tmp/tmp..KaWZh
24952024-02-15T07:51:59.069Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24962024-02-15T07:51:59.069Z+ echo '{"v":"1","t":"layer"}'
24972024-02-15T07:51:59.069Z+ pkg_dir=/tmp/tmp..KaWZh/root/opt/oxide/installinator
24982024-02-15T07:51:59.069Z+ mkdir -p /tmp/tmp..KaWZh/root/opt/oxide/installinator
24992024-02-15T07:51:59.069Z+ cd /tmp/tmp..KaWZh/root/opt/oxide/installinator
25002024-02-15T07:51:59.069Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
25012024-02-15T07:51:59.102Zx ., 0 bytes, 0 tape blocks
25022024-02-15T07:51:59.103Zx installinator, 55241976 bytes, 107895 tape blocks
25032024-02-15T07:51:59.103Zx pkg, 0 bytes, 0 tape blocks
25042024-02-15T07:51:59.103Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25052024-02-15T07:51:59.103Zx VERSION, 25 bytes, 1 tape blocks
25062024-02-15T07:51:59.114Z+ mkdir -p /tmp/tmp..KaWZh/root/lib/svc/manifest/site/
25072024-02-15T07:51:59.114Z+ mv pkg/manifest.xml /tmp/tmp..KaWZh/root/lib/svc/manifest/site/installinator.xml
25082024-02-15T07:51:59.114Z+ cd -
25092024-02-15T07:51:59.114Z/work/oxidecomputer/omicron
25102024-02-15T07:51:59.114Z+ pkg_dir=/tmp/tmp..KaWZh/root/opt/oxide/mg-ddm
25112024-02-15T07:51:59.114Z+ mkdir -p /tmp/tmp..KaWZh/root/opt/oxide/mg-ddm
25122024-02-15T07:51:59.114Z+ cd /tmp/tmp..KaWZh/root/opt/oxide/mg-ddm
25132024-02-15T07:51:59.114Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25142024-02-15T07:51:59.173Zx ., 0 bytes, 0 tape blocks
25152024-02-15T07:51:59.173Zx ddmadm, 36202584 bytes, 70709 tape blocks
25162024-02-15T07:51:59.173Zx ddmd, 33092232 bytes, 64634 tape blocks
25172024-02-15T07:51:59.174Zx pkg, 0 bytes, 0 tape blocks
25182024-02-15T07:51:59.174Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25192024-02-15T07:51:59.174Zx pkg/mgd, 0 bytes, 0 tape blocks
25202024-02-15T07:51:59.174Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25212024-02-15T07:51:59.174Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25222024-02-15T07:51:59.174Zx pkg/ddm, 0 bytes, 0 tape blocks
25232024-02-15T07:51:59.174Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25242024-02-15T07:51:59.174Zx VERSION, 25 bytes, 1 tape blocks
25252024-02-15T07:51:59.181Z+ cd -
25262024-02-15T07:51:59.181Z/work/oxidecomputer/omicron
25272024-02-15T07:51:59.181Z+ cd /tmp/tmp..KaWZh
25282024-02-15T07:51:59.181Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25292024-02-15T07:52:03.821ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25302024-02-15T07:52:03.821Za oxide.json 1K
25312024-02-15T07:52:03.821Za root/ 0K
25322024-02-15T07:52:03.821Za root/opt/ 0K
25332024-02-15T07:52:03.821Za root/opt/oxide/ 0K
25342024-02-15T07:52:03.821Za root/opt/oxide/installinator/ 0K
25352024-02-15T07:52:03.821Za root/opt/oxide/installinator/installinator 53948K
25362024-02-15T07:52:03.821Za root/opt/oxide/installinator/pkg/ 0K
25372024-02-15T07:52:03.821Za root/opt/oxide/installinator/VERSION 1K
25382024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/ 0K
25392024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/ddmadm 35355K
25402024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/ddmd 32317K
25412024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/ 0K
25422024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25432024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25442024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25452024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25462024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25472024-02-15T07:52:03.821Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25482024-02-15T07:52:03.822Za root/opt/oxide/mg-ddm/VERSION 1K
25492024-02-15T07:52:03.822Za root/lib/ 0K
25502024-02-15T07:52:03.822Za root/lib/svc/ 0K
25512024-02-15T07:52:03.822Za root/lib/svc/manifest/ 0K
25522024-02-15T07:52:03.822Za root/lib/svc/manifest/site/ 0K
25532024-02-15T07:52:03.822Za root/lib/svc/manifest/site/installinator.xml 3K
25542024-02-15T07:52:03.829Z+ cd /
25552024-02-15T07:52:03.829Z+ rm -rf /tmp/tmp..KaWZh
25562024-02-15T07:52:03.839Z
25572024-02-15T07:52:03.843Zreal 4.801041630
25582024-02-15T07:52:03.843Zuser 4.532973624
25592024-02-15T07:52:03.843Zsys 0.280589775
25602024-02-15T07:52:03.844Ztrap 0.000643903
25612024-02-15T07:52:03.844Ztflt 0.000000000
25622024-02-15T07:52:03.844Zdflt 0.000000000
25632024-02-15T07:52:03.844Zkflt 0.000000000
25642024-02-15T07:52:03.844Zlock 0.000000000
25652024-02-15T07:52:03.844Zslp 9.320968382
25662024-02-15T07:52:03.844Zlat 0.096930423
25672024-02-15T07:52:03.844Zstop 0.000205776
25682024-02-15T07:52:03.844Zprocess exited: duration 1703162 ms, exit code 0
 
25692024-02-15T07:52:03.854Zfound 21 output files
25702024-02-15T07:52:03.855Zuploading: /work/version.txt (26 bytes)
25712024-02-15T07:52:04.875Zuploaded: /work/version.txt
25722024-02-15T07:52:04.875Zuploading: /work/package.tar.gz (88124677 bytes)
25732024-02-15T07:53:20.993Zuploaded: /work/package.tar.gz
25742024-02-15T07:53:21.375Zuploading: /work/global-zone-packages.tar.gz (128091693 bytes)
25752024-02-15T07:54:47.106Zuploaded: /work/global-zone-packages.tar.gz
25762024-02-15T07:54:47.106Zuploading: /work/trampoline-global-zone-packages.tar.gz (38955047 bytes)
25772024-02-15T07:55:06.115Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25782024-02-15T07:55:06.115Zuploading: /work/zones/clickhouse.tar.gz (194486947 bytes)
25792024-02-15T07:57:04.682Zuploaded: /work/zones/clickhouse.tar.gz
25802024-02-15T07:57:04.682Zuploading: /work/zones/clickhouse_keeper.tar.gz (194486688 bytes)
25812024-02-15T07:59:04.541Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25822024-02-15T07:59:04.541Zuploading: /work/zones/cockroachdb.tar.gz (131582604 bytes)
25832024-02-15T08:00:12.354Zuploaded: /work/zones/cockroachdb.tar.gz
25842024-02-15T08:00:12.354Zuploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes)
25852024-02-15T08:00:21.272Zuploaded: /work/zones/crucible-pantry.tar.gz
25862024-02-15T08:00:21.272Zuploading: /work/zones/crucible.tar.gz (29214475 bytes)
25872024-02-15T08:00:36.094Zuploaded: /work/zones/crucible.tar.gz
25882024-02-15T08:00:36.094Zuploading: /work/zones/external-dns.tar.gz (23602137 bytes)
25892024-02-15T08:00:50.184Zuploaded: /work/zones/external-dns.tar.gz
25902024-02-15T08:00:50.184Zuploading: /work/zones/internal-dns.tar.gz (23602136 bytes)
25912024-02-15T08:01:08.005Zuploaded: /work/zones/internal-dns.tar.gz
25922024-02-15T08:01:08.005Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25932024-02-15T08:01:09.072Zuploaded: /work/zones/ntp.tar.gz
25942024-02-15T08:01:09.072Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19555253 bytes)
25952024-02-15T08:01:29.193Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25962024-02-15T08:01:29.193Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19554078 bytes)
25972024-02-15T08:01:39.355Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25982024-02-15T08:01:39.355Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87701901 bytes)
25992024-02-15T08:02:36.941Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
26002024-02-15T08:02:36.941Zuploading: /work/zones/omicron-nexus.tar.gz (87699636 bytes)
26012024-02-15T08:03:21.969Zuploaded: /work/zones/omicron-nexus.tar.gz
26022024-02-15T08:03:21.969Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
26032024-02-15T08:03:23.122Zuploaded: /work/zones/overlay.tar.gz
26042024-02-15T08:03:23.122Zuploading: /work/zones/oximeter.tar.gz (55917896 bytes)
26052024-02-15T08:03:48.269Zuploaded: /work/zones/oximeter.tar.gz
26062024-02-15T08:03:48.269Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26072024-02-15T08:04:22.372Zuploaded: /work/zones/propolis-server.tar.gz
26082024-02-15T08:04:22.372Zuploading: /work/zones/switch-asic.tar.gz (285337738 bytes)
26092024-02-15T08:06:23.719Zuploaded: /work/zones/switch-asic.tar.gz
26102024-02-15T08:06:23.720Zuploading: /work/zones/switch-softnpu.tar.gz (209483169 bytes)
26112024-02-15T08:08:48.846Zuploaded: /work/zones/switch-softnpu.tar.gz