01HPTTWRK22RS0CEDJ7PGQJMBH: 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: 01HPTTXC9CNRAK62382T62HASJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-17T06:10:47.729Zjob assigned to worker 01HPTTXHJZDY15G0111TM3T5CE (queued for 1 m 46 s)
 
22024-02-17T06:10:48.543Zstarting task 0: "setup"
32024-02-17T06:10:49.044Z++ uname -s
42024-02-17T06:10:49.066Z+ kern=SunOS
52024-02-17T06:10:49.067Z+ case "$kern" in
62024-02-17T06:10:49.067Z+ groupadd -g 12345 build
72024-02-17T06:10:49.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-17T06:10:51.048Z+ zfs create -o mountpoint=/work rpool/work
92024-02-17T06:10:51.189Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-17T06:10:51.192Z+ home_fs=zfs
112024-02-17T06:10:51.192Z+ [[ zfs == autofs ]]
122024-02-17T06:10:51.192Z+ mkdir -p /home/build
132024-02-17T06:10:51.207Z+ chown build:build /home/build /work
142024-02-17T06:10:53.196Z+ chmod 0700 /home/build /work
152024-02-17T06:10:53.199Zprocess exited: duration 4655 ms, exit code 0
 
162024-02-17T06:10:53.206Zstarting task 1: "rust-toolchain"
172024-02-17T06:10:53.214Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-17T06:10:53.217Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-17T06:10:53.337Zinfo: downloading installer
202024-02-17T06:10:55.773Zwarning: it looks like you have an existing installation of Rust at:
212024-02-17T06:10:55.773Zwarning: /opt/ooce/bin
222024-02-17T06:10:55.773Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-17T06:10:55.773Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-17T06:10:55.773Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-17T06:10:55.773Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-17T06:10:55.774Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-17T06:10:55.774Zerror: cannot install while Rust is installed
282024-02-17T06:10:55.774Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-17T06:10:56.158Zinfo: profile set to 'default'
302024-02-17T06:10:56.158Zinfo: default host triple is x86_64-unknown-illumos
312024-02-17T06:10:56.165Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-17T06:10:56.344Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-17T06:10:56.344Zinfo: downloading component 'cargo'
342024-02-17T06:10:57.436Zinfo: downloading component 'clippy'
352024-02-17T06:10:57.845Zinfo: downloading component 'rust-docs'
362024-02-17T06:11:00.671Zinfo: downloading component 'rust-std'
372024-02-17T06:11:03.013Zinfo: downloading component 'rustc'
382024-02-17T06:11:08.197Zinfo: downloading component 'rustfmt'
392024-02-17T06:11:08.474Zinfo: installing component 'cargo'
402024-02-17T06:11:09.633Zinfo: installing component 'clippy'
412024-02-17T06:11:10.174Zinfo: installing component 'rust-docs'
422024-02-17T06:11:11.766Zinfo: installing component 'rust-std'
432024-02-17T06:11:14.145Zinfo: installing component 'rustc'
442024-02-17T06:11:19.079Zinfo: installing component 'rustfmt'
452024-02-17T06:11:19.531Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-17T06:11:19.531Z
472024-02-17T06:11:19.779Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-17T06:11:19.779Z
492024-02-17T06:11:19.779Z
502024-02-17T06:11:19.779ZRust is installed now. Great!
512024-02-17T06:11:19.779Z
522024-02-17T06:11:19.779ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-17T06:11:19.780Zenvironment variable. This has not been done automatically.
542024-02-17T06:11:19.780Z
552024-02-17T06:11:19.791ZTo configure your current shell, run:
562024-02-17T06:11:19.792Zsource "$HOME/.cargo/env"
572024-02-17T06:11:19.838Z+ rustc --version
582024-02-17T06:11:19.914Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-17T06:11:20.399Zprocess exited: duration 26699 ms, exit code 0
 
602024-02-17T06:11:20.405Zstarting task 2: "authentication"
612024-02-17T06:11:20.433Zprocess exited: duration 24 ms, exit code 0
 
622024-02-17T06:11:20.470Zstarting task 3: "clone repository"
632024-02-17T06:11:20.890Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-17T06:11:20.890Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-17T06:11:21.486ZCloning into '/work/oxidecomputer/omicron'...
662024-02-17T06:11:27.832Z+ cd /work/oxidecomputer/omicron
672024-02-17T06:11:27.838Z+ git fetch origin 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
682024-02-17T06:11:28.153ZFrom https://github.com/oxidecomputer/omicron
692024-02-17T06:11:28.153Z * branch 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b -> FETCH_HEAD
702024-02-17T06:11:28.163Z+ [[ -n renovate/russh-monorepo ]]
712024-02-17T06:11:28.166Z++ git branch --show-current
722024-02-17T06:11:28.169Z+ current=main
732024-02-17T06:11:28.169Z+ [[ main != renovate/russh-monorepo ]]
742024-02-17T06:11:28.169Z+ git branch -f renovate/russh-monorepo 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
752024-02-17T06:11:28.172Z+ git checkout -f renovate/russh-monorepo
762024-02-17T06:11:28.287ZSwitched to branch 'renovate/russh-monorepo'
772024-02-17T06:11:28.292Z+ git reset --hard 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
782024-02-17T06:11:28.301ZHEAD is now at 7ef19c0c5 fix(deps): update russh monorepo to 0.42.0
792024-02-17T06:11:28.307Zprocess exited: duration 7839 ms, exit code 0
 
802024-02-17T06:11:28.325Zstarting task 4: "build"
812024-02-17T06:11:28.340Z+ cargo --version
822024-02-17T06:11:28.340Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-17T06:11:28.944Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-17T06:11:28.944Zinfo: downloading component 'cargo'
852024-02-17T06:11:29.588Zinfo: downloading component 'clippy'
862024-02-17T06:11:29.962Zinfo: downloading component 'rust-docs'
872024-02-17T06:11:31.322Zinfo: downloading component 'rust-std'
882024-02-17T06:11:32.886Zinfo: downloading component 'rustc'
892024-02-17T06:11:37.303Zinfo: downloading component 'rustfmt'
902024-02-17T06:11:37.542Zinfo: installing component 'cargo'
912024-02-17T06:11:38.475Zinfo: installing component 'clippy'
922024-02-17T06:11:38.813Zinfo: installing component 'rust-docs'
932024-02-17T06:11:40.442Zinfo: installing component 'rust-std'
942024-02-17T06:11:42.124Zinfo: installing component 'rustc'
952024-02-17T06:11:46.228Zinfo: installing component 'rustfmt'
962024-02-17T06:11:46.621Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-17T06:11:46.627Z+ rustc --version
982024-02-17T06:11:46.695Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-17T06:11:46.701Z++ git rev-parse HEAD
1002024-02-17T06:11:46.704Z+ COMMIT=7ef19c0c52b1c00773bb6cd4623a11c8d646db4b
1012024-02-17T06:11:46.707Z+ VERSION=7.0.0-0.ci+git7ef19c0c52b
1022024-02-17T06:11:46.707Z+ echo 7.0.0-0.ci+git7ef19c0c52b
1032024-02-17T06:11:46.707Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-17T06:11:58.688Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-17T06:11:59.994Z Startup: Caching catalogs ... Done
1062024-02-17T06:12:01.442ZPlanning: Solver setup ... Done (1.036s)
1072024-02-17T06:12:01.471ZPlanning: Running solver ... Done (0.029s)
1082024-02-17T06:12:01.715ZPlanning: Finding local manifests ... Done (0.218s)
1092024-02-17T06:12:01.737ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-17T06:12:02.067ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-17T06:12:02.122ZPlanning: Package planning ... Done (0.054s)
1122024-02-17T06:12:02.175ZPlanning: Merging actions ... Done (0.053s)
1132024-02-17T06:12:03.307ZPlanning: Checking for conflicting actions ... Done (1.131s)
1142024-02-17T06:12:03.319ZPlanning: Consolidating action changes ... Done (0.012s)
1152024-02-17T06:12:07.719ZPlanning: Evaluating mediators ... Done (4.400s)
1162024-02-17T06:12:07.729ZPlanning: Planning completed in 7.68 seconds
1172024-02-17T06:12:07.744Z Packages to install: 4
1182024-02-17T06:12:07.744Z Mediators to change: 2
1192024-02-17T06:12:07.747Z Services to change: 1
1202024-02-17T06:12:07.747Z Estimated space available: 148.87 GB
1212024-02-17T06:12:07.747ZEstimated space to be consumed: 1.41 GB
1222024-02-17T06:12:07.747Z Create boot environment: No
1232024-02-17T06:12:07.747ZCreate backup boot environment: No
1242024-02-17T06:12:07.747Z Rebuild boot archive: No
1252024-02-17T06:12:07.747Z
1262024-02-17T06:12:07.747ZChanged mediators:
1272024-02-17T06:12:07.747Z mediator clang:
1282024-02-17T06:12:07.747Z version: None -> 15 (system default)
1292024-02-17T06:12:07.747Z
1302024-02-17T06:12:07.747Z mediator llvm:
1312024-02-17T06:12:07.747Z version: 14 (system default) -> 15 (system default)
1322024-02-17T06:12:07.747Z
1332024-02-17T06:12:07.747ZChanged packages:
1342024-02-17T06:12:07.747Zhelios-dev
1352024-02-17T06:12:07.747Z developer/build-essential
1362024-02-17T06:12:07.747Z None -> 11-2.0
1372024-02-17T06:12:07.748Z library/libxmlsec1
1382024-02-17T06:12:07.748Z None -> 1.2.35-2.0
1392024-02-17T06:12:07.748Z ooce/developer/clang-15
1402024-02-17T06:12:07.748Z None -> 15.0.7-2.0
1412024-02-17T06:12:07.748Z ooce/developer/llvm-15
1422024-02-17T06:12:07.748Z None -> 15.0.7-2.0
1432024-02-17T06:12:07.748Z
1442024-02-17T06:12:07.748ZServices:
1452024-02-17T06:12:07.748Z restart_fmri:
1462024-02-17T06:12:07.748Z svc:/system/update-man-index:default
1472024-02-17T06:12:08.031Z
1482024-02-17T06:12:08.031ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-17T06:12:13.059ZDownload: 1192/3290 items 45.6/212.6MB 21% complete (9.9M/s)
1502024-02-17T06:12:18.060ZDownload: 2070/3290 items 118.8/212.6MB 55% complete (11.9M/s)
1512024-02-17T06:12:23.071ZDownload: 3247/3290 items 188.4/212.6MB 88% complete (14.2M/s)
1522024-02-17T06:12:25.058ZDownload: Completed 212.60 MB in 17.02 seconds (12.5M/s)
1532024-02-17T06:12:25.257Z Actions: 1/3689 actions (Installing new actions)
1542024-02-17T06:12:30.248Z Actions: 3549/3689 actions (Installing new actions)
1552024-02-17T06:12:30.685Z Actions: Completed 3689 actions in 5.44 seconds.
1562024-02-17T06:12:30.869Z Done (0.178s)
1572024-02-17T06:12:30.870Z Done (0.000s)
1582024-02-17T06:12:31.106Z Done (0.221s)
1592024-02-17T06:12:36.891Z Done (5.672s)
1602024-02-17T06:12:37.492Z Done (0.117s)
1612024-02-17T06:12:37.495Z Done (0.000s)
1622024-02-17T06:12:37.495Z Done (0.000s)
1632024-02-17T06:12:37.788ZPlanning: Evaluating mediator changes ... Done
1642024-02-17T06:12:37.957ZPlanning: Checking for conflicting actions ... Done
1652024-02-17T06:12:37.971ZPlanning: Consolidating action changes ... Done
1662024-02-17T06:12:38.232ZPlanning: Evaluating mediators ... Done
1672024-02-17T06:12:38.235ZPlanning: Planning completed in 0.44 seconds
1682024-02-17T06:12:38.262Z Mediators to change: 2
1692024-02-17T06:12:38.263Z Create boot environment: No
1702024-02-17T06:12:38.263ZCreate backup boot environment: No
1712024-02-17T06:12:38.338Z Done
1722024-02-17T06:12:38.338Z Done
1732024-02-17T06:12:38.485Z Done
1742024-02-17T06:12:42.982Z Done
1752024-02-17T06:12:42.985Z Done
1762024-02-17T06:12:42.985Z Done
1772024-02-17T06:12:42.985Z Done
1782024-02-17T06:12:43.439ZPlanning: Evaluating mediator changes ... Done
1792024-02-17T06:12:43.445ZPlanning: Merging actions ... Done
1802024-02-17T06:12:43.650ZPlanning: Checking for conflicting actions ... Done
1812024-02-17T06:12:43.713ZPlanning: Consolidating action changes ... Done
1822024-02-17T06:12:43.914ZPlanning: Evaluating mediators ... Done
1832024-02-17T06:12:43.973ZPlanning: Planning completed in 0.81 seconds
1842024-02-17T06:12:44.015Z Packages to change: 1
1852024-02-17T06:12:44.015Z Mediators to change: 1
1862024-02-17T06:12:44.015Z Services to change: 1
1872024-02-17T06:12:44.019Z Create boot environment: No
1882024-02-17T06:12:44.020ZCreate backup boot environment: Yes
1892024-02-17T06:12:45.770Z Actions: 1/6 actions (Updating modified actions)
1902024-02-17T06:12:45.782Z Actions: Completed 6 actions in 0.03 seconds.
1912024-02-17T06:12:45.785Z Done
1922024-02-17T06:12:45.785Z Done
1932024-02-17T06:12:45.832Z Done
1942024-02-17T06:12:49.804Z Done
1952024-02-17T06:12:49.904Z Done
1962024-02-17T06:12:49.908Z Done
1972024-02-17T06:12:50.004Z Done
1982024-02-17T06:12:50.479ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-02-17T06:12:50.479Zclang system 15 system
2002024-02-17T06:12:50.479Zcsh system system illumos
2012024-02-17T06:12:50.479Zctags system system illumos
2022024-02-17T06:12:50.479Zgcc vendor 12 vendor
2032024-02-17T06:12:50.479Zgcc system 10 system
2042024-02-17T06:12:50.479Zgcc system 7 system
2052024-02-17T06:12:50.479Zgo system 1.20 system
2062024-02-17T06:12:50.480Zgo system 1.19 system
2072024-02-17T06:12:50.480Zllvm system 15 system
2082024-02-17T06:12:50.480Zllvm system 14 system
2092024-02-17T06:12:50.480Zmariadb system 10.6 system
2102024-02-17T06:12:50.480Zmta vendor vendor dma
2112024-02-17T06:12:50.480Zopenjdk system 17 system
2122024-02-17T06:12:50.480Zopenjdk system 11 system
2132024-02-17T06:12:50.480Zopenjdk system 1.8 system
2142024-02-17T06:12:50.480Zopenssl vendor 3 vendor
2152024-02-17T06:12:50.480Zperl system 5.36 system
2162024-02-17T06:12:50.480Zpostgresql system 15 system
2172024-02-17T06:12:50.480Zpostgresql system 13 system
2182024-02-17T06:12:50.480Zpython vendor 3 vendor
2192024-02-17T06:12:50.480Zpython system 2 system
2202024-02-17T06:12:50.480Zpython3 system 3.11 system
2212024-02-17T06:12:50.480Zruby system 3.0 system
2222024-02-17T06:12:50.480Zwords vendor vendor american-english
2232024-02-17T06:12:50.480Zwords system system australian-english
2242024-02-17T06:12:50.480Zwords system system british-english
2252024-02-17T06:12:50.480Zwords system system canadian-english
2262024-02-17T06:12:50.480Zwords system system french
2272024-02-17T06:12:50.480Zwords system system italian
2282024-02-17T06:12:50.480Zwords system system ngerman
2292024-02-17T06:12:50.480Zwords system system ogerman
2302024-02-17T06:12:50.480Zwords system system spanish
2312024-02-17T06:12:50.822ZFMRI IFO
2322024-02-17T06:12:50.822Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-02-17T06:12:50.822Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-02-17T06:12:50.822Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-02-17T06:12:50.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-02-17T06:12:50.822Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372024-02-17T06:12:50.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2382024-02-17T06:12:50.822Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-02-17T06:12:50.822Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-02-17T06:12:50.886Z+ set -o errexit
2412024-02-17T06:12:51.310Z+++ dirname ./tools/ci_download_cockroachdb
2422024-02-17T06:12:51.310Z++ cd ./tools
2432024-02-17T06:12:51.310Z++ pwd
2442024-02-17T06:12:51.310Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452024-02-17T06:12:51.310Z++ basename ./tools/ci_download_cockroachdb
2462024-02-17T06:12:51.310Z+ ARG0=ci_download_cockroachdb
2472024-02-17T06:12:51.310Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482024-02-17T06:12:51.310Z+ CIDL_VERSION=v22.1.9
2492024-02-17T06:12:51.310Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502024-02-17T06:12:51.311Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2512024-02-17T06:12:51.311Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2522024-02-17T06:12:51.311Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2532024-02-17T06:12:51.311Z+ TARGET_DIR=out
2542024-02-17T06:12:51.311Z+ DOWNLOAD_DIR=out/downloads
2552024-02-17T06:12:51.311Z+ DEST_DIR=./out/cockroachdb
2562024-02-17T06:12:51.311Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572024-02-17T06:12:51.311Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582024-02-17T06:12:51.311Z+ main
2592024-02-17T06:12:51.311Z+ [[ 0 != 0 ]]
2602024-02-17T06:12:51.311Z+ CIDL_OS=solaris2.11
2612024-02-17T06:12:51.311Z+ [[ 0 != 0 ]]
2622024-02-17T06:12:51.311Z+ configure_os solaris2.11
2632024-02-17T06:12:51.311Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642024-02-17T06:12:51.311Zcurrent directory: /work/oxidecomputer/omicron
2652024-02-17T06:12:51.311Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-02-17T06:12:51.311Z+ case "$1" in
2672024-02-17T06:12:51.311Z+ CIDL_BUILD=illumos
2682024-02-17T06:12:51.311Z+ CIDL_SUFFIX=tar.gz
2692024-02-17T06:12:51.311Zconfiguring based on OS: "solaris2.11"
2702024-02-17T06:12:51.311Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2712024-02-17T06:12:51.311Z+ CIDL_URL_BASE=https://illumos.org/downloads
2722024-02-17T06:12:51.311Z+ CIDL_ASSEMBLE=do_assemble_illumos
2732024-02-17T06:12:51.311Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2742024-02-17T06:12:51.311Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2752024-02-17T06:12:51.311Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-17T06:12:51.312Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2772024-02-17T06:12:51.312Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-17T06:12:51.312Z+ CIDL_SHA256FUNC=do_sha256sum
2792024-02-17T06:12:51.312Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-02-17T06:12:51.312ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-17T06:12:51.312Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-02-17T06:12:51.312Z+ mkdir -p out/downloads
2832024-02-17T06:12:51.312ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-17T06:12:51.312Z+ mkdir -p ./out/cockroachdb
2852024-02-17T06:12:51.312Z+ local DO_DOWNLOAD=true
2862024-02-17T06:12:51.312Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872024-02-17T06:12:51.312Z+ '[' true == true ']'
2882024-02-17T06:12:51.312Z+ echo Downloading...
2892024-02-17T06:12:51.312ZDownloading...
2902024-02-17T06:12:51.312Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-17T06:12:51.312Z+ 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
2922024-02-17T06:12:54.728Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-17T06:12:54.731Z++ sha256sum
2942024-02-17T06:12:54.731Z++ awk '{print $1}'
2952024-02-17T06:12:54.830Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2962024-02-17T06:12:54.830Z+ [[ 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 ]]
2972024-02-17T06:12:54.833Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-17T06:12:54.833Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992024-02-17T06:12:57.014Z+ do_assemble_illumos
3002024-02-17T06:12:57.014Z+ rm -r ./out/cockroachdb
3012024-02-17T06:12:57.016Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022024-02-17T06:12:57.437Z+ ./out/cockroachdb/bin/cockroach version
3032024-02-17T06:12:57.685ZBuild Tag: v22.1.9-dirty
3042024-02-17T06:12:57.685ZBuild Time: 2022/10/26 21:17:46
3052024-02-17T06:12:57.685ZDistribution: OSS
3062024-02-17T06:12:57.685ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072024-02-17T06:12:57.685ZGo Version: go1.17.13
3082024-02-17T06:12:57.685ZC Compiler: gcc 10.3.0
3092024-02-17T06:12:57.685ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102024-02-17T06:12:57.685ZBuild Type: release
3112024-02-17T06:12:57.704Z+ set -o errexit
3122024-02-17T06:12:57.707Z+++ dirname ./tools/ci_download_clickhouse
3132024-02-17T06:12:57.710Z++ cd ./tools
3142024-02-17T06:12:57.710Z++ pwd
3152024-02-17T06:12:57.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162024-02-17T06:12:57.715Z++ basename ./tools/ci_download_clickhouse
3172024-02-17T06:12:57.715Z+ ARG0=ci_download_clickhouse
3182024-02-17T06:12:57.716Z+ TARGET_DIR=out
3192024-02-17T06:12:57.716Z+ DOWNLOAD_DIR=out/downloads
3202024-02-17T06:12:57.716Z+ DEST_DIR=./out/clickhouse
3212024-02-17T06:12:57.716Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3222024-02-17T06:12:57.719Z+ CIDL_VERSION=v22.8.9.24
3232024-02-17T06:12:57.719Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3242024-02-17T06:12:57.719Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3252024-02-17T06:12:57.719Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3262024-02-17T06:12:57.719Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3272024-02-17T06:12:57.719Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3282024-02-17T06:12:57.719Z+ main
3292024-02-17T06:12:57.719Z+ [[ 0 != 0 ]]
3302024-02-17T06:12:57.719Z+ CIDL_OS=solaris2.11
3312024-02-17T06:12:57.719Z+ [[ 0 != 0 ]]
3322024-02-17T06:12:57.719Z+ configure_os solaris2.11
3332024-02-17T06:12:57.719Z+ echo 'current directory: /work/oxidecomputer/omicron'
3342024-02-17T06:12:57.719Zcurrent directory: /work/oxidecomputer/omicron
3352024-02-17T06:12:57.719Z+ echo 'configuring based on OS: "solaris2.11"'
3362024-02-17T06:12:57.720Z+ CIDL_DASHREV=
3372024-02-17T06:12:57.720Z+ case "$1" in
3382024-02-17T06:12:57.720Zconfiguring based on OS: "solaris2.11"
3392024-02-17T06:12:57.720Z+ CIDL_PLATFORM=illumos
3402024-02-17T06:12:57.720Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3412024-02-17T06:12:57.720Z+ CIDL_MD5FUNC=do_md5sum
3422024-02-17T06:12:57.720Z+ CIDL_DASHREV=-1
3432024-02-17T06:12:57.720Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3442024-02-17T06:12:57.720Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-17T06:12:57.720Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-17T06:12:57.720Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-17T06:12:57.720Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482024-02-17T06:12:57.720Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492024-02-17T06:12:57.720ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-17T06:12:57.720ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512024-02-17T06:12:57.720Z+ mkdir -p out/downloads
3522024-02-17T06:12:57.720Z+ mkdir -p ./out/clickhouse
3532024-02-17T06:12:57.720Z+ local DO_DOWNLOAD=true
3542024-02-17T06:12:57.720Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3552024-02-17T06:12:57.726Z+ '[' true == true ']'
3562024-02-17T06:12:57.726Z+ echo Downloading...
3572024-02-17T06:12:57.726ZDownloading...
3582024-02-17T06:12:57.726Z+ 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
3592024-02-17T06:12:57.726Z+ 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
3602024-02-17T06:12:59.008Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-02-17T06:12:59.011Z++ md5sum
3622024-02-17T06:12:59.011Z++ awk '{print $1}'
3632024-02-17T06:12:59.193Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3642024-02-17T06:12:59.193Z+ [[ 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 ]]
3652024-02-17T06:12:59.196Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3662024-02-17T06:12:59.196Z+ mkdir -p ./out/clickhouse
3672024-02-17T06:12:59.196Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3682024-02-17T06:13:02.329Z+ ./out/clickhouse/clickhouse server --version
3692024-02-17T06:13:02.380ZClickHouse server version 22.8.9.1.
3702024-02-17T06:13:02.397Z+ set -o errexit
3712024-02-17T06:13:02.401Z+++ dirname ./tools/ci_download_console
3722024-02-17T06:13:02.401Z++ cd ./tools
3732024-02-17T06:13:02.401Z++ pwd
3742024-02-17T06:13:02.401Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3752024-02-17T06:13:02.405Z++ basename ./tools/ci_download_console
3762024-02-17T06:13:02.405Z+ ARG0=ci_download_console
3772024-02-17T06:13:02.405Z+ TARGET_DIR=out
3782024-02-17T06:13:02.405Z+ DOWNLOAD_DIR=out/downloads
3792024-02-17T06:13:02.405Z+ DEST_DIR=./out/console-assets
3802024-02-17T06:13:02.405Z+ source /work/oxidecomputer/omicron/tools/console_version
3812024-02-17T06:13:02.406Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3822024-02-17T06:13:02.406Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3832024-02-17T06:13:02.406Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3842024-02-17T06:13:02.406Z+ TARBALL_FILE=out/downloads/console.tar.gz
3852024-02-17T06:13:02.406Z+ main
3862024-02-17T06:13:02.406Z+ [[ 0 != 0 ]]
3872024-02-17T06:13:02.406Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3882024-02-17T06:13:02.406ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3892024-02-17T06:13:02.406Z+ echo 'Local file: out/downloads/console.tar.gz'
3902024-02-17T06:13:02.406Z+ local DO_DOWNLOAD=true
3912024-02-17T06:13:02.406ZLocal file: out/downloads/console.tar.gz
3922024-02-17T06:13:02.406Z+ [[ -f out/downloads/console.tar.gz ]]
3932024-02-17T06:13:02.406Z+ mkdir -p out/downloads
3942024-02-17T06:13:02.419Z+ '[' true == true ']'
3952024-02-17T06:13:02.419Z+ echo Downloading...
3962024-02-17T06:13:02.419ZDownloading...
3972024-02-17T06:13:02.419Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3982024-02-17T06:13:02.419Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3992024-02-17T06:13:03.043Z++ do_sha256sum out/downloads/console.tar.gz
4002024-02-17T06:13:03.043Z++ case "$OSTYPE" in
4012024-02-17T06:13:03.047Z++ SHA=sha256sum
4022024-02-17T06:13:03.047Z++ sha256sum
4032024-02-17T06:13:03.047Z++ awk '{print $1}'
4042024-02-17T06:13:03.050Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4052024-02-17T06:13:03.050Z+ [[ 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 ]]
4062024-02-17T06:13:03.055Z+ rm -rf ./out/console-assets
4072024-02-17T06:13:03.055Z+ mkdir -p ./out/console-assets
4082024-02-17T06:13:03.055Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4092024-02-17T06:13:03.055Z+ mkdir -p ./out/console-assets
4102024-02-17T06:13:03.058Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4112024-02-17T06:13:03.158Z+ set -o errexit
4122024-02-17T06:13:03.162Z+++ dirname ./tools/ci_download_maghemite_openapi
4132024-02-17T06:13:03.162Z++ cd ./tools
4142024-02-17T06:13:03.162Z++ pwd
4152024-02-17T06:13:03.162Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4162024-02-17T06:13:03.162Z++ basename ./tools/ci_download_maghemite_openapi
4172024-02-17T06:13:03.162Z+ ARG0=ci_download_maghemite_openapi
4182024-02-17T06:13:03.162Z+ TARGET_DIR=out
4192024-02-17T06:13:03.162Z+ DOWNLOAD_DIR=out/downloads
4202024-02-17T06:13:03.162Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4212024-02-17T06:13:03.162Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4222024-02-17T06:13:03.162Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4232024-02-17T06:13:03.162Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4242024-02-17T06:13:03.163Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4252024-02-17T06:13:03.163Z+ main
4262024-02-17T06:13:03.163Z+ [[ 0 != 0 ]]
4272024-02-17T06:13:03.163Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4282024-02-17T06:13:03.163ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4292024-02-17T06:13:03.163Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4302024-02-17T06:13:03.163ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4312024-02-17T06:13:03.163Z+ local DO_DOWNLOAD=true
4322024-02-17T06:13:03.163Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4332024-02-17T06:13:03.163Z+ mkdir -p out/downloads
4342024-02-17T06:13:03.163Z+ '[' true == true ']'
4352024-02-17T06:13:03.163Z+ echo Downloading...
4362024-02-17T06:13:03.163ZDownloading...
4372024-02-17T06:13:03.163Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4382024-02-17T06:13:03.163Z+ 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
4392024-02-17T06:13:03.460Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4402024-02-17T06:13:03.460Z++ case "$OSTYPE" in
4412024-02-17T06:13:03.464Z++ SHA=sha256sum
4422024-02-17T06:13:03.464Z++ sha256sum
4432024-02-17T06:13:03.464Z++ awk '{print $1}'
4442024-02-17T06:13:03.467Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4452024-02-17T06:13:03.467Z+ [[ 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 ]]
4462024-02-17T06:13:03.467Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4472024-02-17T06:13:03.467Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4482024-02-17T06:13:03.467Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4492024-02-17T06:13:03.467Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4502024-02-17T06:13:03.467Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4512024-02-17T06:13:03.467Z+ main
4522024-02-17T06:13:03.467Z+ [[ 0 != 0 ]]
4532024-02-17T06:13:03.467Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4542024-02-17T06:13:03.467ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4552024-02-17T06:13:03.468Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4562024-02-17T06:13:03.468ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-17T06:13:03.468Z+ local DO_DOWNLOAD=true
4582024-02-17T06:13:03.468Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4592024-02-17T06:13:03.468Z+ mkdir -p out/downloads
4602024-02-17T06:13:03.480Z+ '[' true == true ']'
4612024-02-17T06:13:03.480Z+ echo Downloading...
4622024-02-17T06:13:03.480ZDownloading...
4632024-02-17T06:13:03.480Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4642024-02-17T06:13:03.480Z+ 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
4652024-02-17T06:13:03.705Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4662024-02-17T06:13:03.709Z++ case "$OSTYPE" in
4672024-02-17T06:13:03.709Z++ SHA=sha256sum
4682024-02-17T06:13:03.709Z++ sha256sum
4692024-02-17T06:13:03.709Z++ awk '{print $1}'
4702024-02-17T06:13:03.709Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4712024-02-17T06:13:03.709Z+ [[ 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 ]]
4722024-02-17T06:13:03.714Z+ set -o errexit
4732024-02-17T06:13:03.718Z+++ dirname ./tools/ci_download_dendrite_openapi
4742024-02-17T06:13:03.721Z++ cd ./tools
4752024-02-17T06:13:03.721Z++ pwd
4762024-02-17T06:13:03.721Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4772024-02-17T06:13:03.721Z++ basename ./tools/ci_download_dendrite_openapi
4782024-02-17T06:13:03.726Z+ ARG0=ci_download_dendrite_openapi
4792024-02-17T06:13:03.726Z+ TARGET_DIR=out
4802024-02-17T06:13:03.726Z+ DOWNLOAD_DIR=out/downloads
4812024-02-17T06:13:03.726Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4822024-02-17T06:13:03.726Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4832024-02-17T06:13:03.726Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4842024-02-17T06:13:03.726Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4852024-02-17T06:13:03.726Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4862024-02-17T06:13:03.726Z+ main
4872024-02-17T06:13:03.726Z+ [[ 0 != 0 ]]
4882024-02-17T06:13:03.726Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4892024-02-17T06:13:03.726ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4902024-02-17T06:13:03.726ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4912024-02-17T06:13:03.726Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4922024-02-17T06:13:03.726Z+ local DO_DOWNLOAD=true
4932024-02-17T06:13:03.726Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4942024-02-17T06:13:03.727Z+ mkdir -p out/downloads
4952024-02-17T06:13:03.730Z+ '[' true == true ']'
4962024-02-17T06:13:03.730Z+ echo Downloading...
4972024-02-17T06:13:03.730ZDownloading...
4982024-02-17T06:13:03.730Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4992024-02-17T06:13:03.730Z+ 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
5002024-02-17T06:13:03.874Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5012024-02-17T06:13:03.874Z++ case "$OSTYPE" in
5022024-02-17T06:13:03.881Z++ SHA=sha256sum
5032024-02-17T06:13:03.881Z++ sha256sum
5042024-02-17T06:13:03.881Z++ awk '{print $1}'
5052024-02-17T06:13:03.881Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5062024-02-17T06:13:03.881Z+ [[ 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 ]]
5072024-02-17T06:13:03.895Z+ set -o errexit
5082024-02-17T06:13:03.911Z+++ dirname ./tools/ci_download_dendrite_stub
5092024-02-17T06:13:03.911Z++ cd ./tools
5102024-02-17T06:13:03.911Z++ pwd
5112024-02-17T06:13:03.911Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5122024-02-17T06:13:03.911Z++ basename ./tools/ci_download_dendrite_stub
5132024-02-17T06:13:03.911Z+ ARG0=ci_download_dendrite_stub
5142024-02-17T06:13:03.911Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5152024-02-17T06:13:03.911Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5162024-02-17T06:13:03.911Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5172024-02-17T06:13:03.911Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5182024-02-17T06:13:03.911Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5192024-02-17T06:13:03.911Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5202024-02-17T06:13:03.911Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5212024-02-17T06:13:03.911Z+ TARGET_DIR=out
5222024-02-17T06:13:03.911Z+ DOWNLOAD_DIR=out/downloads
5232024-02-17T06:13:03.911Z+ DEST_DIR=./out/dendrite-stub
5242024-02-17T06:13:03.911Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5252024-02-17T06:13:03.912Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5262024-02-17T06:13:03.912Z+ REPO=oxidecomputer/dendrite
5272024-02-17T06:13:03.912Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5282024-02-17T06:13:03.912Z+ main
5292024-02-17T06:13:03.912Z+ [[ 0 != 0 ]]
5302024-02-17T06:13:03.912Z+ CIDL_OS=solaris2.11
5312024-02-17T06:13:03.912Z+ [[ 0 != 0 ]]
5322024-02-17T06:13:03.912Z+ configure_os solaris2.11
5332024-02-17T06:13:03.912Z+ echo 'current directory: /work/oxidecomputer/omicron'
5342024-02-17T06:13:03.912Zcurrent directory: /work/oxidecomputer/omicron
5352024-02-17T06:13:03.912Z+ echo 'configuring based on OS: "solaris2.11"'
5362024-02-17T06:13:03.912Z+ case "$1" in
5372024-02-17T06:13:03.912Zconfiguring based on OS: "solaris2.11"
5382024-02-17T06:13:03.912Z+ SET_BINARIES=
5392024-02-17T06:13:03.912Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5402024-02-17T06:13:03.912Z+ CIDL_SHA256FUNC=do_sha256sum
5412024-02-17T06:13:03.913Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5422024-02-17T06:13:03.913Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5432024-02-17T06:13:03.913Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5442024-02-17T06:13:03.913Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5452024-02-17T06:13:03.913ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5462024-02-17T06:13:03.913Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472024-02-17T06:13:03.913Z+ mkdir -p out/downloads
5482024-02-17T06:13:03.913ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-02-17T06:13:03.913Z+ mkdir -p ./out/dendrite-stub
5502024-02-17T06:13:03.913Z+ fetch_and_verify
5512024-02-17T06:13:03.913Z+ local DO_DOWNLOAD=true
5522024-02-17T06:13:03.913Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5532024-02-17T06:13:03.913Z+ '[' true == true ']'
5542024-02-17T06:13:03.913Z+ echo Downloading...
5552024-02-17T06:13:03.913ZDownloading...
5562024-02-17T06:13:03.914Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5572024-02-17T06:13:03.914Z+ 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
5582024-02-17T06:13:15.434Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5592024-02-17T06:13:15.438Z++ sha256sum
5602024-02-17T06:13:15.438Z++ awk '{print $1}'
5612024-02-17T06:13:15.460Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5622024-02-17T06:13:15.479Z+ [[ 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 ]]
5632024-02-17T06:13:15.479Z+ do_untar out/downloads/dendrite-stub.tar.gz
5642024-02-17T06:13:15.479Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5652024-02-17T06:13:16.154Z+ do_assemble
5662024-02-17T06:13:16.154Z+ rm -r ./out/dendrite-stub
5672024-02-17T06:13:16.158Z+ mkdir ./out/dendrite-stub
5682024-02-17T06:13:16.158Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5692024-02-17T06:13:16.245Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5702024-02-17T06:13:16.257Z+ set -o errexit
5712024-02-17T06:13:16.260Z+++ dirname ./tools/ci_download_maghemite_mgd
5722024-02-17T06:13:16.263Z++ cd ./tools
5732024-02-17T06:13:16.263Z++ pwd
5742024-02-17T06:13:16.263Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5752024-02-17T06:13:16.264Z++ basename ./tools/ci_download_maghemite_mgd
5762024-02-17T06:13:16.264Z+ ARG0=ci_download_maghemite_mgd
5772024-02-17T06:13:16.264Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5782024-02-17T06:13:16.267Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5792024-02-17T06:13:16.267Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5802024-02-17T06:13:16.267Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5812024-02-17T06:13:16.267Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5822024-02-17T06:13:16.267Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5832024-02-17T06:13:16.267Z+ TARGET_DIR=out
5842024-02-17T06:13:16.267Z+ DOWNLOAD_DIR=out/downloads
5852024-02-17T06:13:16.267Z+ DEST_DIR=./out/mgd
5862024-02-17T06:13:16.267Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5872024-02-17T06:13:16.267Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5882024-02-17T06:13:16.267Z+ REPO=oxidecomputer/maghemite
5892024-02-17T06:13:16.268Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5902024-02-17T06:13:16.268Z+ main
5912024-02-17T06:13:16.268Z+ [[ 0 != 0 ]]
5922024-02-17T06:13:16.268Z+ CIDL_OS=solaris2.11
5932024-02-17T06:13:16.268Z+ [[ 0 != 0 ]]
5942024-02-17T06:13:16.268Z+ configure_os solaris2.11
5952024-02-17T06:13:16.268Z+ echo 'current directory: /work/oxidecomputer/omicron'
5962024-02-17T06:13:16.268Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-02-17T06:13:16.268Z+ case "$1" in
5982024-02-17T06:13:16.268Z+ SET_BINARIES=
5992024-02-17T06:13:16.268Zcurrent directory: /work/oxidecomputer/omicron
6002024-02-17T06:13:16.268Zconfiguring based on OS: "solaris2.11"
6012024-02-17T06:13:16.268Z+ CIDL_SHA256FUNC=do_sha256sum
6022024-02-17T06:13:16.268Z+ TARBALL_FILENAME=mgd.tar.gz
6032024-02-17T06:13:16.268Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6042024-02-17T06:13:16.268Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6052024-02-17T06:13:16.268Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6062024-02-17T06:13:16.268ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6072024-02-17T06:13:16.268Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082024-02-17T06:13:16.268Z+ mkdir -p out/downloads
6092024-02-17T06:13:16.268ZLocal file: out/downloads/mgd.tar.gz
6102024-02-17T06:13:16.268Z+ mkdir -p ./out/mgd
6112024-02-17T06:13:16.272Z+ fetch_and_verify
6122024-02-17T06:13:16.272Z+ local DO_DOWNLOAD=true
6132024-02-17T06:13:16.272Z+ [[ -f out/downloads/mgd.tar.gz ]]
6142024-02-17T06:13:16.272Z+ '[' true == true ']'
6152024-02-17T06:13:16.272Z+ echo Downloading...
6162024-02-17T06:13:16.272ZDownloading...
6172024-02-17T06:13:16.272Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6182024-02-17T06:13:16.272Z+ 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
6192024-02-17T06:13:22.284Z++ do_sha256sum out/downloads/mgd.tar.gz
6202024-02-17T06:13:22.287Z++ sha256sum
6212024-02-17T06:13:22.287Z++ awk '{print $1}'
6222024-02-17T06:13:22.305Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6232024-02-17T06:13:22.308Z+ [[ 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 ]]
6242024-02-17T06:13:22.308Z+ do_untar out/downloads/mgd.tar.gz
6252024-02-17T06:13:22.308Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6262024-02-17T06:13:22.760Z+ do_assemble
6272024-02-17T06:13:22.760Z+ rm -r ./out/mgd
6282024-02-17T06:13:22.763Z+ mkdir ./out/mgd
6292024-02-17T06:13:22.766Z+ cp -r out/downloads/root ./out/mgd/root
6302024-02-17T06:13:22.926Z+ set -o errexit
6312024-02-17T06:13:22.948Z+++ dirname ./tools/ci_download_transceiver_control
6322024-02-17T06:13:22.948Z++ cd ./tools
6332024-02-17T06:13:22.948Z++ pwd
6342024-02-17T06:13:22.948Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6352024-02-17T06:13:22.949Z++ basename ./tools/ci_download_transceiver_control
6362024-02-17T06:13:22.949Z+ ARG0=ci_download_transceiver_control
6372024-02-17T06:13:22.949Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6382024-02-17T06:13:22.949Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-02-17T06:13:22.949Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6402024-02-17T06:13:22.949Z+ TARGET_DIR=out
6412024-02-17T06:13:22.949Z+ DOWNLOAD_DIR=out/downloads
6422024-02-17T06:13:22.949Z+ DEST_DIR=./out/transceiver-control
6432024-02-17T06:13:22.949Z+ BIN_DIR=/opt/oxide/bin
6442024-02-17T06:13:22.949Z+ BINARY=xcvradm
6452024-02-17T06:13:22.949Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6462024-02-17T06:13:22.949Z+ REPO=oxidecomputer/transceiver-control
6472024-02-17T06:13:22.949Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6482024-02-17T06:13:22.949Z+ main
6492024-02-17T06:13:22.949Z+ [[ 0 != 0 ]]
6502024-02-17T06:13:22.950Z+ CIDL_OS=solaris2.11
6512024-02-17T06:13:22.950Z+ [[ 0 != 0 ]]
6522024-02-17T06:13:22.950Z+ configure_os solaris2.11
6532024-02-17T06:13:22.950Z+ echo 'current directory: /work/oxidecomputer/omicron'
6542024-02-17T06:13:22.950Zcurrent directory: /work/oxidecomputer/omicron
6552024-02-17T06:13:22.950Z+ echo 'configuring based on OS: "solaris2.11"'
6562024-02-17T06:13:22.951Z+ case "$1" in
6572024-02-17T06:13:22.951Z+ SET_BINARIES=
6582024-02-17T06:13:22.951Zconfiguring based on OS: "solaris2.11"
6592024-02-17T06:13:22.951Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6602024-02-17T06:13:22.951Z+ CIDL_SHA256FUNC=do_sha256sum
6612024-02-17T06:13:22.951Z+ ARCHIVE_FILENAME=xcvradm.gz
6622024-02-17T06:13:22.952Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6632024-02-17T06:13:22.952Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6642024-02-17T06:13:22.952Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6652024-02-17T06:13:22.952Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662024-02-17T06:13:22.952ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6672024-02-17T06:13:22.952ZLocal file: out/downloads/xcvradm.gz
6682024-02-17T06:13:22.952Z+ mkdir -p out/downloads
6692024-02-17T06:13:22.952Z+ mkdir -p ./out/transceiver-control
6702024-02-17T06:13:22.952Z+ fetch_and_verify
6712024-02-17T06:13:22.952Z+ local DO_DOWNLOAD=true
6722024-02-17T06:13:22.953Z+ [[ -f out/downloads/xcvradm.gz ]]
6732024-02-17T06:13:22.953Z+ '[' true == true ']'
6742024-02-17T06:13:22.953Z+ echo Downloading...
6752024-02-17T06:13:22.953ZDownloading...
6762024-02-17T06:13:22.953Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6772024-02-17T06:13:22.953Z+ 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
6782024-02-17T06:13:23.740Z++ do_sha256sum out/downloads/xcvradm.gz
6792024-02-17T06:13:23.749Z++ sha256sum
6802024-02-17T06:13:23.749Z++ awk '{print $1}'
6812024-02-17T06:13:23.750Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822024-02-17T06:13:23.750Z+ [[ 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 ]]
6832024-02-17T06:13:23.750Z+ do_unpack out/downloads/xcvradm.gz
6842024-02-17T06:13:23.750Z+ mkdir -p out/downloads/root//opt/oxide/bin
6852024-02-17T06:13:23.751Z+ gzip -dc out/downloads/xcvradm.gz
6862024-02-17T06:13:23.872Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6872024-02-17T06:13:24.291Z+ do_assemble
6882024-02-17T06:13:24.291Z+ rm -r ./out/transceiver-control
6892024-02-17T06:13:24.291Z+ mkdir ./out/transceiver-control
6902024-02-17T06:13:24.291Z+ cp -r out/downloads/root ./out/transceiver-control/root
6912024-02-17T06:13:24.297ZAll prerequisites installed successfully
6922024-02-17T06:13:24.297Z
6932024-02-17T06:13:24.297Zreal 1:37.288047029
6942024-02-17T06:13:24.297Zuser 35.213250807
6952024-02-17T06:13:24.297Zsys 6.722375638
6962024-02-17T06:13:24.297Ztrap 0.009704879
6972024-02-17T06:13:24.297Ztflt 0.232864683
6982024-02-17T06:13:24.298Zdflt 0.602773453
6992024-02-17T06:13:24.298Zkflt 0.253506939
7002024-02-17T06:13:24.298Zlock 1.542103728
7012024-02-17T06:13:24.298Zslp 3:11.166343567
7022024-02-17T06:13:24.298Zlat 1.836844652
7032024-02-17T06:13:24.298Zstop 0.121188359
7042024-02-17T06:13:24.298Z+ ptime -m ./tools/ci_download_softnpu_machinery
7052024-02-17T06:13:24.298Zfetching npuzone
7062024-02-17T06:13:24.298ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7072024-02-17T06:13:24.298Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7082024-02-17T06:13:24.298ZGetting hash for npuzone
7092024-02-17T06:13:24.320Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7102024-02-17T06:13:30.291Znpuzone downloaded successfully
7112024-02-17T06:13:30.295Z
7122024-02-17T06:13:30.299Zreal 6.232075355
7132024-02-17T06:13:30.299Zuser 0.339823193
7142024-02-17T06:13:30.299Zsys 0.126400248
7152024-02-17T06:13:30.299Ztrap 0.000458752
7162024-02-17T06:13:30.299Ztflt 0.000000000
7172024-02-17T06:13:30.299Zdflt 0.000000000
7182024-02-17T06:13:30.299Zkflt 0.000000000
7192024-02-17T06:13:30.299Zlock 0.000000000
7202024-02-17T06:13:30.299Zslp 18.127522471
7212024-02-17T06:13:30.299Zlat 0.068203154
7222024-02-17T06:13:30.299Zstop 0.000189308
7232024-02-17T06:13:30.299Z+ export CARGO_INCREMENTAL=0
7242024-02-17T06:13:30.299Z+ CARGO_INCREMENTAL=0
7252024-02-17T06:13:30.299Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7262024-02-17T06:13:30.517Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-02-17T06:13:30.843Z Updating git repository `https://github.com/oxidecomputer/samael`
7282024-02-17T06:13:31.247Z Updating crates.io index
7292024-02-17T06:13:31.326Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-02-17T06:13:32.022Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7312024-02-17T06:13:33.999Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7322024-02-17T06:13:34.663Z Updating git repository `http://github.com/oxidecomputer/tofino`
7332024-02-17T06:13:35.012Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7342024-02-17T06:13:35.284Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7352024-02-17T06:13:35.551Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-02-17T06:13:36.482Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-02-17T06:13:38.640Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-02-17T06:13:39.507Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7392024-02-17T06:13:39.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-02-17T06:13:40.362Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-02-17T06:13:40.667Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7422024-02-17T06:13:40.946Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-02-17T06:13:41.260Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-02-17T06:13:41.616Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-02-17T06:13:42.020Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-02-17T06:13:42.470Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-02-17T06:13:42.952Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7482024-02-17T06:13:43.305Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-02-17T06:13:43.636Z Updating git repository `https://github.com/jgallagher/nix`
7502024-02-17T06:13:44.703Z Updating git repository `https://github.com/cbiffle/hubpack`
7512024-02-17T06:13:45.056Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-02-17T06:13:46.534Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-02-17T06:13:46.911Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-02-17T06:13:47.224Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-02-17T06:13:48.567Z Downloading crates ...
7562024-02-17T06:13:48.776Z Downloaded lazycell v1.3.0
7572024-02-17T06:13:48.790Z Downloaded cfg-if v1.0.0
7582024-02-17T06:13:48.794Z Downloaded arc-swap v1.6.0
7592024-02-17T06:13:48.799Z Downloaded castaway v0.2.2
7602024-02-17T06:13:48.808Z Downloaded atomicwrites v0.4.3
7612024-02-17T06:13:48.808Z Downloaded humantime v2.1.0
7622024-02-17T06:13:48.808Z Downloaded lalrpop-util v0.19.12
7632024-02-17T06:13:48.813Z Downloaded corncobs v0.1.3
7642024-02-17T06:13:48.813Z Downloaded kstat-rs v0.2.3
7652024-02-17T06:13:48.814Z Downloaded chacha20 v0.9.1
7662024-02-17T06:13:48.814Z Downloaded keccak v0.1.4
7672024-02-17T06:13:48.814Z Downloaded match_cfg v0.1.0
7682024-02-17T06:13:48.814Z Downloaded ipnetwork v0.20.0
7692024-02-17T06:13:48.820Z Downloaded memmap v0.7.0
7702024-02-17T06:13:48.820Z Downloaded maplit v1.0.2
7712024-02-17T06:13:48.820Z Downloaded libefi-sys v0.1.0
7722024-02-17T06:13:48.827Z Downloaded memoffset v0.7.1
7732024-02-17T06:13:48.830Z Downloaded num_cpus v1.16.0
7742024-02-17T06:13:48.831Z Downloaded anstyle v1.0.2
7752024-02-17T06:13:48.833Z Downloaded clap v4.5.0
7762024-02-17T06:13:48.846Z Downloaded aead v0.5.2
7772024-02-17T06:13:48.850Z Downloaded instant v0.1.12
7782024-02-17T06:13:48.850Z Downloaded atty v0.2.14
7792024-02-17T06:13:48.853Z Downloaded nibble_vec v0.1.0
7802024-02-17T06:13:48.853Z Downloaded num-traits v0.2.16
7812024-02-17T06:13:48.859Z Downloaded matches v0.1.10
7822024-02-17T06:13:48.859Z Downloaded md-5 v0.10.5
7832024-02-17T06:13:48.868Z Downloaded camino v1.1.6
7842024-02-17T06:13:48.868Z Downloaded bb8 v0.8.3
7852024-02-17T06:13:48.868Z Downloaded colorchoice v1.0.0
7862024-02-17T06:13:48.868Z Downloaded cstr-argument v0.1.2
7872024-02-17T06:13:48.869Z Downloaded num_enum v0.5.11
7882024-02-17T06:13:48.872Z Downloaded crossbeam-epoch v0.9.15
7892024-02-17T06:13:48.877Z Downloaded base16ct v0.2.0
7902024-02-17T06:13:48.880Z Downloaded autocfg v1.1.0
7912024-02-17T06:13:48.884Z Downloaded http-range v0.1.5
7922024-02-17T06:13:48.887Z Downloaded async-recursion v1.0.5
7932024-02-17T06:13:48.887Z Downloaded ahash v0.8.7
7942024-02-17T06:13:48.892Z Downloaded crunchy v0.2.2
7952024-02-17T06:13:48.896Z Downloaded constant_time_eq v0.3.0
7962024-02-17T06:13:48.896Z Downloaded crc v3.0.1
7972024-02-17T06:13:48.899Z Downloaded hubpack_derive v0.1.1
7982024-02-17T06:13:48.899Z Downloaded serde-big-array v0.5.1
7992024-02-17T06:13:48.903Z Downloaded cpufeatures v0.2.12
8002024-02-17T06:13:48.906Z Downloaded bit-set v0.5.3
8012024-02-17T06:13:48.907Z Downloaded bit-vec v0.6.3
8022024-02-17T06:13:48.919Z Downloaded hubpack v0.1.2
8032024-02-17T06:13:48.966Z Downloaded block-buffer v0.10.4
8042024-02-17T06:13:48.967Z Downloaded atomic-waker v1.1.1
8052024-02-17T06:13:48.967Z Downloaded is_ci v1.2.0
8062024-02-17T06:13:48.967Z Downloaded ident_case v1.0.1
8072024-02-17T06:13:48.967Z Downloaded byteorder v1.5.0
8082024-02-17T06:13:48.967Z Downloaded bitflags v1.3.2
8092024-02-17T06:13:48.967Z Downloaded normalize-line-endings v0.3.0
8102024-02-17T06:13:48.967Z Downloaded hyper-tls v0.5.0
8112024-02-17T06:13:48.967Z Downloaded hostname v0.3.1
8122024-02-17T06:13:48.973Z Downloaded impl-trait-for-tuples v0.2.2
8132024-02-17T06:13:48.973Z Downloaded ansi_term v0.12.1
8142024-02-17T06:13:48.973Z Downloaded async-trait v0.1.77
8152024-02-17T06:13:48.973Z Downloaded cookie v0.18.0
8162024-02-17T06:13:48.973Z Downloaded cancel-safe-futures v0.1.5
8172024-02-17T06:13:48.973Z Downloaded new_debug_unreachable v1.0.4
8182024-02-17T06:13:48.974Z Downloaded bzip2 v0.4.4
8192024-02-17T06:13:48.974Z Downloaded nodrop v0.1.14
8202024-02-17T06:13:48.974Z Downloaded managed v0.8.0
8212024-02-17T06:13:48.974Z Downloaded semver v0.1.20
8222024-02-17T06:13:48.974Z Downloaded secrecy v0.8.0
8232024-02-17T06:13:48.974Z Downloaded anstyle-query v1.0.0
8242024-02-17T06:13:48.974Z Downloaded lru v0.12.1
8252024-02-17T06:13:48.974Z Downloaded anstream v0.6.11
8262024-02-17T06:13:48.974Z Downloaded mockall v0.12.0
8272024-02-17T06:13:48.974Z Downloaded headers-core v0.2.0
8282024-02-17T06:13:48.974Z Downloaded bitflags v2.4.0
8292024-02-17T06:13:48.974Z Downloaded backoff v0.4.0
8302024-02-17T06:13:48.982Z Downloaded num v0.4.1
8312024-02-17T06:13:48.982Z Downloaded cipher v0.4.4
8322024-02-17T06:13:48.982Z Downloaded base64ct v1.6.0
8332024-02-17T06:13:48.987Z Downloaded num-iter v0.1.43
8342024-02-17T06:13:48.987Z Downloaded argon2 v0.5.3
8352024-02-17T06:13:48.987Z Downloaded num_enum_derive v0.5.11
8362024-02-17T06:13:48.987Z Downloaded clap_lex v0.7.0
8372024-02-17T06:13:48.990Z Downloaded ciborium-ll v0.2.2
8382024-02-17T06:13:48.990Z Downloaded mime v0.3.17
8392024-02-17T06:13:48.990Z Downloaded num-derive v0.4.0
8402024-02-17T06:13:48.993Z Downloaded newtype-uuid v1.0.1
8412024-02-17T06:13:48.996Z Downloaded strum_macros v0.25.2
8422024-02-17T06:13:49.000Z Downloaded unicode-xid v0.2.4
8432024-02-17T06:13:49.000Z Downloaded nu-ansi-term v0.50.0
8442024-02-17T06:13:49.005Z Downloaded indoc v1.0.9
8452024-02-17T06:13:49.005Z Downloaded mockall_derive v0.12.0
8462024-02-17T06:13:49.008Z Downloaded smf v0.2.2
8472024-02-17T06:13:49.012Z Downloaded dtrace-parser v0.2.0
8482024-02-17T06:13:49.012Z Downloaded vte_generate_state_changes v0.1.1
8492024-02-17T06:13:49.012Z Downloaded precomputed-hash v0.1.1
8502024-02-17T06:13:49.012Z Downloaded unicode-width v0.1.11
8512024-02-17T06:13:49.015Z Downloaded crc-any v2.4.3
8522024-02-17T06:13:49.020Z Downloaded httparse v1.8.0
8532024-02-17T06:13:49.020Z Downloaded universal-hash v0.5.1
8542024-02-17T06:13:49.024Z Downloaded anyhow v1.0.75
8552024-02-17T06:13:49.029Z Downloaded num-complex v0.4.4
8562024-02-17T06:13:49.029Z Downloaded tokio-rustls v0.25.0
8572024-02-17T06:13:49.029Z Downloaded stringprep v0.1.3
8582024-02-17T06:13:49.029Z Downloaded waitgroup v0.1.2
8592024-02-17T06:13:49.034Z Downloaded futures-sink v0.3.30
8602024-02-17T06:13:49.034Z Downloaded defmt-macros v0.3.6
8612024-02-17T06:13:49.037Z Downloaded vec_map v0.8.2
8622024-02-17T06:13:49.037Z Downloaded fastrand v2.0.1
8632024-02-17T06:13:49.040Z Downloaded phf_shared v0.10.0
8642024-02-17T06:13:49.041Z Downloaded native-tls v0.2.11
8652024-02-17T06:13:49.085Z Downloaded crc32fast v1.3.2
8662024-02-17T06:13:49.086Z Downloaded mime_guess v2.0.4
8672024-02-17T06:13:49.086Z Downloaded iana-time-zone v0.1.57
8682024-02-17T06:13:49.086Z Downloaded ipnet v2.9.0
8692024-02-17T06:13:49.086Z Downloaded futures-io v0.3.30
8702024-02-17T06:13:49.086Z Downloaded fs-err v2.11.0
8712024-02-17T06:13:49.086Z Downloaded fnv v1.0.7
8722024-02-17T06:13:49.086Z Downloaded addr2line v0.21.0
8732024-02-17T06:13:49.086Z Downloaded blake2 v0.10.6
8742024-02-17T06:13:49.086Z Downloaded tokio-tungstenite v0.20.1
8752024-02-17T06:13:49.105Z Downloaded want v0.3.1
8762024-02-17T06:13:49.105Z Downloaded sha1 v0.10.6
8772024-02-17T06:13:49.105Z Downloaded foreign-types-shared v0.3.1
8782024-02-17T06:13:49.105Z Downloaded semver-parser v0.10.2
8792024-02-17T06:13:49.105Z Downloaded pretty-hex v0.4.1
8802024-02-17T06:13:49.105Z Downloaded futures-macro v0.3.30
8812024-02-17T06:13:49.105Z Downloaded terminal_size v0.3.0
8822024-02-17T06:13:49.106Z Downloaded pkg-config v0.3.27
8832024-02-17T06:13:49.106Z Downloaded hmac v0.12.1
8842024-02-17T06:13:49.106Z Downloaded itertools v0.10.5
8852024-02-17T06:13:49.106Z Downloaded clap_derive v4.5.0
8862024-02-17T06:13:49.106Z Downloaded sha2 v0.10.8
8872024-02-17T06:13:49.106Z Downloaded parse-size v1.0.0
8882024-02-17T06:13:49.106Z Downloaded darling_macro v0.20.3
8892024-02-17T06:13:49.106Z Downloaded gethostname v0.4.3
8902024-02-17T06:13:49.106Z Downloaded serde_spanned v0.6.5
8912024-02-17T06:13:49.106Z Downloaded scroll v0.12.0
8922024-02-17T06:13:49.106Z Downloaded toml_datetime v0.6.5
8932024-02-17T06:13:49.106Z Downloaded globset v0.4.13
8942024-02-17T06:13:49.123Z Downloaded getopts v0.2.21
8952024-02-17T06:13:49.123Z Downloaded fallible-iterator v0.2.0
8962024-02-17T06:13:49.123Z Downloaded unicase v2.7.0
8972024-02-17T06:13:49.123Z Downloaded phf_shared v0.11.2
8982024-02-17T06:13:49.123Z Downloaded num-rational v0.4.1
8992024-02-17T06:13:49.123Z Downloaded ciborium v0.2.2
9002024-02-17T06:13:49.124Z Downloaded socket2 v0.4.9
9012024-02-17T06:13:49.124Z Downloaded fragile v2.0.0
9022024-02-17T06:13:49.124Z Downloaded resolv-conf v0.7.0
9032024-02-17T06:13:49.124Z Downloaded zerocopy v0.6.4
9042024-02-17T06:13:49.124Z Downloaded usdt v0.3.5
9052024-02-17T06:13:49.124Z Downloaded socket2 v0.5.5
9062024-02-17T06:13:49.129Z Downloaded static_assertions v1.1.0
9072024-02-17T06:13:49.129Z Downloaded wait-timeout v0.2.0
9082024-02-17T06:13:49.129Z Downloaded proc-macro-crate v1.3.1
9092024-02-17T06:13:49.129Z Downloaded serde_derive_internals v0.26.0
9102024-02-17T06:13:49.129Z Downloaded float-cmp v0.9.0
9112024-02-17T06:13:49.129Z Downloaded parking_lot_core v0.9.8
9122024-02-17T06:13:49.129Z Downloaded base64 v0.21.7
9132024-02-17T06:13:49.132Z Downloaded tokio-macros v2.2.0
9142024-02-17T06:13:49.136Z Downloaded slog v2.7.0
9152024-02-17T06:13:49.139Z Downloaded curve25519-dalek-derive v0.1.0
9162024-02-17T06:13:49.139Z Downloaded chacha20poly1305 v0.10.1
9172024-02-17T06:13:49.143Z Downloaded time-core v0.1.1
9182024-02-17T06:13:49.143Z Downloaded futures-channel v0.3.30
9192024-02-17T06:13:49.146Z Downloaded usdt v0.5.0
9202024-02-17T06:13:49.146Z Downloaded miniz_oxide v0.7.1
9212024-02-17T06:13:49.149Z Downloaded structmeta v0.3.0
9222024-02-17T06:13:49.149Z Downloaded thread-id v4.2.0
9232024-02-17T06:13:49.150Z Downloaded term v0.7.0
9242024-02-17T06:13:49.156Z Downloaded predicates-tree v1.0.9
9252024-02-17T06:13:49.161Z Downloaded poly1305 v0.8.0
9262024-02-17T06:13:49.161Z Downloaded ena v0.14.2
9272024-02-17T06:13:49.161Z Downloaded postgres-protocol v0.6.6
9282024-02-17T06:13:49.161Z Downloaded rand_chacha v0.3.1
9292024-02-17T06:13:49.164Z Downloaded indexmap v2.2.3
9302024-02-17T06:13:49.168Z Downloaded indicatif v0.17.8
9312024-02-17T06:13:49.172Z Downloaded plain v0.2.3
9322024-02-17T06:13:49.172Z Downloaded crossbeam-channel v0.5.8
9332024-02-17T06:13:49.176Z Downloaded termtree v0.4.1
9342024-02-17T06:13:49.180Z Downloaded darling v0.14.4
9352024-02-17T06:13:49.186Z Downloaded phf v0.11.2
9362024-02-17T06:13:49.186Z Downloaded pin-project-internal v1.1.3
9372024-02-17T06:13:49.186Z Downloaded proc-macro-error v1.0.4
9382024-02-17T06:13:49.192Z Downloaded http v1.0.0
9392024-02-17T06:13:49.199Z Downloaded funty v2.0.0
9402024-02-17T06:13:49.199Z Downloaded structmeta-derive v0.3.0
9412024-02-17T06:13:49.199Z Downloaded opaque-debug v0.3.0
9422024-02-17T06:13:49.199Z Downloaded peeking_take_while v0.1.2
9432024-02-17T06:13:49.199Z Downloaded olpc-cjson v0.1.3
9442024-02-17T06:13:49.205Z Downloaded parking_lot v0.11.2
9452024-02-17T06:13:49.205Z Downloaded semver v1.0.21
9462024-02-17T06:13:49.206Z Downloaded platforms v3.0.2
9472024-02-17T06:13:49.225Z Downloaded semver v0.11.0
9482024-02-17T06:13:49.225Z Downloaded der_derive v0.7.2
9492024-02-17T06:13:49.225Z Downloaded predicates v3.1.0
9502024-02-17T06:13:49.225Z Downloaded subtle v2.5.0
9512024-02-17T06:13:49.225Z Downloaded dyn-clone v1.0.16
9522024-02-17T06:13:49.225Z Downloaded walkdir v2.4.0
9532024-02-17T06:13:49.225Z Downloaded hash32 v0.2.1
9542024-02-17T06:13:49.225Z Downloaded filetime v0.2.23
9552024-02-17T06:13:49.229Z Downloaded tinyvec v1.6.0
9562024-02-17T06:13:49.229Z Downloaded bitvec v1.0.1
9572024-02-17T06:13:49.238Z Downloaded try-lock v0.2.4
9582024-02-17T06:13:49.241Z Downloaded foreign-types-shared v0.1.1
9592024-02-17T06:13:49.241Z Downloaded foreign-types-macros v0.2.3
9602024-02-17T06:13:49.241Z Downloaded dtrace-parser v0.1.14
9612024-02-17T06:13:49.246Z Downloaded darling_macro v0.14.4
9622024-02-17T06:13:49.246Z Downloaded structopt-derive v0.4.18
9632024-02-17T06:13:49.249Z Downloaded difflib v0.4.0
9642024-02-17T06:13:49.249Z Downloaded rand_xorshift v0.3.0
9652024-02-17T06:13:49.249Z Downloaded memchr v2.6.3
9662024-02-17T06:13:49.264Z Downloaded zeroize v1.7.0
9672024-02-17T06:13:49.264Z Downloaded untrusted v0.7.1
9682024-02-17T06:13:49.264Z Downloaded pem-rfc7468 v0.7.0
9692024-02-17T06:13:49.264Z Downloaded toolchain_find v0.2.0
9702024-02-17T06:13:49.264Z Downloaded structmeta-derive v0.2.0
9712024-02-17T06:13:49.265Z Downloaded termcolor v1.2.0
9722024-02-17T06:13:49.265Z Downloaded thiserror-impl v1.0.57
9732024-02-17T06:13:49.267Z Downloaded zerocopy v0.3.0
9742024-02-17T06:13:49.268Z Downloaded strum_macros v0.24.3
9752024-02-17T06:13:49.268Z Downloaded topological-sort v0.2.2
9762024-02-17T06:13:49.268Z Downloaded synstructure v0.12.6
9772024-02-17T06:13:49.270Z Downloaded supports-color v3.0.0
9782024-02-17T06:13:49.270Z Downloaded predicates-core v1.0.6
9792024-02-17T06:13:49.273Z Downloaded version_check v0.9.4
9802024-02-17T06:13:49.273Z Downloaded pkcs8 v0.10.2
9812024-02-17T06:13:49.276Z Downloaded half v2.3.1
9822024-02-17T06:13:49.688Z Downloaded toml v0.7.8
9832024-02-17T06:13:49.693Z Downloaded doc-comment v0.3.3
9842024-02-17T06:13:49.693Z Downloaded vsss-rs v3.3.4
9852024-02-17T06:13:49.693Z Downloaded tokio-postgres v0.7.10
9862024-02-17T06:13:49.693Z Downloaded dof v0.3.0
9872024-02-17T06:13:49.693Z Downloaded siphasher v0.3.11
9882024-02-17T06:13:49.693Z Downloaded digest v0.10.7
9892024-02-17T06:13:49.693Z Downloaded pretty-hex v0.2.1
9902024-02-17T06:13:49.694Z Downloaded futures-core v0.3.30
9912024-02-17T06:13:49.694Z Downloaded slog-json v2.6.1
9922024-02-17T06:13:49.694Z Downloaded fd-lock v3.0.13
9932024-02-17T06:13:49.694Z Downloaded parking_lot_core v0.8.6
9942024-02-17T06:13:49.694Z Downloaded rtoolbox v0.0.1
9952024-02-17T06:13:49.694Z Downloaded pkcs1 v0.7.5
9962024-02-17T06:13:49.694Z Downloaded foreign-types v0.5.0
9972024-02-17T06:13:49.694Z Downloaded mio v0.8.9
9982024-02-17T06:13:49.694Z Downloaded stability v0.1.1
9992024-02-17T06:13:49.694Z Downloaded debug-ignore v1.0.5
10002024-02-17T06:13:49.694Z Downloaded slog-async v2.8.0
10012024-02-17T06:13:49.694Z Downloaded pin-utils v0.1.0
10022024-02-17T06:13:49.694Z Downloaded yasna v0.5.2
10032024-02-17T06:13:49.694Z Downloaded path-slash v0.1.5
10042024-02-17T06:13:49.694Z Downloaded tempfile v3.10.0
10052024-02-17T06:13:49.694Z Downloaded unsafe-libyaml v0.2.10
10062024-02-17T06:13:49.694Z Downloaded textwrap v0.16.0
10072024-02-17T06:13:49.694Z Downloaded tungstenite v0.20.1
10082024-02-17T06:13:49.694Z Downloaded form_urlencoded v1.2.1
10092024-02-17T06:13:49.694Z Downloaded downcast v0.11.0
10102024-02-17T06:13:49.694Z Downloaded embedded-io v0.4.0
10112024-02-17T06:13:49.694Z Downloaded scheduled-thread-pool v0.2.7
10122024-02-17T06:13:49.694Z Downloaded either v1.10.0
10132024-02-17T06:13:49.694Z Downloaded crossterm v0.27.0
10142024-02-17T06:13:49.694Z Downloaded stable_deref_trait v1.2.0
10152024-02-17T06:13:49.695Z Downloaded schemars v0.8.16
10162024-02-17T06:13:49.695Z Downloaded zone_cfg_derive v0.3.0
10172024-02-17T06:13:49.695Z Downloaded rustc-demangle v0.1.23
10182024-02-17T06:13:49.695Z Downloaded serde v1.0.196
10192024-02-17T06:13:49.695Z Downloaded swrite v0.1.0
10202024-02-17T06:13:49.695Z Downloaded futures-executor v0.3.30
10212024-02-17T06:13:49.695Z Downloaded rustyline v13.0.0
10222024-02-17T06:13:49.695Z Downloaded rustversion v1.0.14
10232024-02-17T06:13:49.695Z Downloaded hash32 v0.3.1
10242024-02-17T06:13:49.695Z Downloaded wyz v0.5.1
10252024-02-17T06:13:49.695Z Downloaded unarray v0.1.4
10262024-02-17T06:13:49.695Z Downloaded spin v0.5.2
10272024-02-17T06:13:49.695Z Downloaded tui-tree-widget v0.17.0
10282024-02-17T06:13:49.695Z Downloaded darling_core v0.14.4
10292024-02-17T06:13:49.695Z Downloaded serde_yaml v0.9.25
10302024-02-17T06:13:49.695Z Downloaded r2d2 v0.8.10
10312024-02-17T06:13:49.695Z Downloaded ref-cast-impl v1.0.20
10322024-02-17T06:13:49.695Z Downloaded textwrap v0.11.0
10332024-02-17T06:13:49.695Z Downloaded tokio-native-tls v0.3.1
10342024-02-17T06:13:49.695Z Downloaded thiserror v1.0.57
10352024-02-17T06:13:49.695Z Downloaded shlex v1.3.0
10362024-02-17T06:13:49.695Z Downloaded time-macros v0.2.13
10372024-02-17T06:13:49.695Z Downloaded untrusted v0.9.0
10382024-02-17T06:13:49.695Z Downloaded packed_struct_codegen v0.10.1
10392024-02-17T06:13:49.695Z Downloaded defmt-parser v0.3.3
10402024-02-17T06:13:49.695Z Downloaded libm v0.2.7
10412024-02-17T06:13:49.696Z Downloaded toml_edit v0.22.6
10422024-02-17T06:13:49.696Z Downloaded generic-array v0.14.7
10432024-02-17T06:13:49.696Z Downloaded usdt-impl v0.5.0
10442024-02-17T06:13:49.696Z Downloaded parse-display v0.9.0
10452024-02-17T06:13:49.696Z Downloaded defmt v0.3.5
10462024-02-17T06:13:49.696Z Downloaded ppv-lite86 v0.2.17
10472024-02-17T06:13:49.696Z Downloaded tracing-core v0.1.31
10482024-02-17T06:13:49.696Z Downloaded papergrid v0.11.0
10492024-02-17T06:13:49.696Z Downloaded zip v0.6.6
10502024-02-17T06:13:49.696Z Downloaded snafu v0.7.5
10512024-02-17T06:13:49.696Z Downloaded salty v0.2.0
10522024-02-17T06:13:49.696Z Downloaded tokio-stream v0.1.14
10532024-02-17T06:13:49.696Z Downloaded toml_edit v0.19.15
10542024-02-17T06:13:49.696Z Downloaded diff v0.1.13
10552024-02-17T06:13:49.696Z Downloaded unicode-ident v1.0.12
10562024-02-17T06:13:49.696Z Downloaded tokio-util v0.7.10
10572024-02-17T06:13:49.696Z Downloaded serde_derive v1.0.196
10582024-02-17T06:13:49.696Z Downloaded omicron-zone-package v0.11.0
10592024-02-17T06:13:49.696Z Downloaded number_prefix v0.4.0
10602024-02-17T06:13:49.696Z Downloaded num_threads v0.1.6
10612024-02-17T06:13:49.696Z Downloaded oso-derive v0.27.0
10622024-02-17T06:13:49.696Z Downloaded dirs-sys-next v0.1.2
10632024-02-17T06:13:49.696Z Downloaded hkdf v0.12.4
10642024-02-17T06:13:49.696Z Downloaded vte v0.11.1
10652024-02-17T06:13:49.696Z Downloaded toml v0.5.11
10662024-02-17T06:13:49.697Z Downloaded futures v0.3.30
10672024-02-17T06:13:49.697Z Downloaded derive-where v1.2.7
10682024-02-17T06:13:49.697Z Downloaded darling_core v0.20.3
10692024-02-17T06:13:49.697Z Downloaded openssl-probe v0.1.5
10702024-02-17T06:13:49.697Z Downloaded itertools v0.12.1
10712024-02-17T06:13:49.697Z Downloaded flate2 v1.0.28
10722024-02-17T06:13:49.697Z Downloaded steno v0.4.0
10732024-02-17T06:13:49.697Z Downloaded quick-error v1.2.3
10742024-02-17T06:13:49.697Z Downloaded percent-encoding v2.3.1
10752024-02-17T06:13:49.697Z Downloaded slog-stdlog v4.1.1
10762024-02-17T06:13:49.697Z Downloaded fd-lock v4.0.2
10772024-02-17T06:13:49.697Z Downloaded unicode_categories v0.1.1
10782024-02-17T06:13:49.697Z Downloaded tabled_derive v0.7.0
10792024-02-17T06:13:49.697Z Downloaded url v2.5.0
10802024-02-17T06:13:49.697Z Downloaded enum-as-inner v0.5.1
10812024-02-17T06:13:49.697Z Downloaded serde_tokenstream v0.1.7
10822024-02-17T06:13:49.697Z Downloaded rand v0.8.5
10832024-02-17T06:13:49.701Z Downloaded heck v0.3.3
10842024-02-17T06:13:49.701Z Downloaded serde_tokenstream v0.2.0
10852024-02-17T06:13:49.701Z Downloaded prettyplease v0.2.16
10862024-02-17T06:13:49.701Z Downloaded slog-envlogger v2.2.0
10872024-02-17T06:13:49.701Z Downloaded strsim v0.11.0
10882024-02-17T06:13:49.701Z Downloaded rustfmt-wrapper v0.2.0
10892024-02-17T06:13:49.701Z Downloaded smallvec v0.6.14
10902024-02-17T06:13:49.701Z Downloaded usdt-impl v0.3.5
10912024-02-17T06:13:49.701Z Downloaded strsim v0.10.0
10922024-02-17T06:13:49.701Z Downloaded strsim v0.8.0
10932024-02-17T06:13:49.701Z Downloaded pest_generator v2.7.6
10942024-02-17T06:13:49.701Z Downloaded clap_builder v4.5.0
10952024-02-17T06:13:49.701Z Downloaded der v0.7.8
10962024-02-17T06:13:49.701Z Downloaded flume v0.11.0
10972024-02-17T06:13:49.701Z Downloaded heck v0.4.1
10982024-02-17T06:13:49.701Z Downloaded env_logger v0.10.0
10992024-02-17T06:13:49.701Z Downloaded sct v0.7.0
11002024-02-17T06:13:49.701Z Downloaded utf8parse v0.2.1
11012024-02-17T06:13:49.701Z Downloaded hyper v0.14.27
11022024-02-17T06:13:49.701Z Downloaded slog-dtrace v0.3.0
11032024-02-17T06:13:49.701Z Downloaded tracing-attributes v0.1.26
11042024-02-17T06:13:49.701Z Downloaded spin v0.9.8
11052024-02-17T06:13:49.701Z Downloaded sqlparser v0.43.1
11062024-02-17T06:13:49.701Z Downloaded typed-path v0.7.0
11072024-02-17T06:13:49.701Z Downloaded tough v0.16.0
11082024-02-17T06:13:49.702Z Downloaded rustls-pemfile v1.0.3
11092024-02-17T06:13:49.702Z Downloaded similar v2.3.0
11102024-02-17T06:13:49.702Z Downloaded futures-util v0.3.30
11112024-02-17T06:13:49.702Z Downloaded regex-automata v0.1.10
11122024-02-17T06:13:49.702Z Downloaded smallvec v1.13.1
11132024-02-17T06:13:49.702Z Downloaded rcgen v0.12.1
11142024-02-17T06:13:49.702Z Downloaded portable-atomic v1.4.3
11152024-02-17T06:13:49.702Z Downloaded uuid v1.7.0
11162024-02-17T06:13:49.702Z Downloaded oso v0.27.0
11172024-02-17T06:13:49.702Z Downloaded winnow v0.6.1
11182024-02-17T06:13:49.702Z Downloaded zerocopy v0.7.32
11192024-02-17T06:13:49.710Z Downloaded time v0.3.27
11202024-02-17T06:13:49.716Z Downloaded serde_json v1.0.113
11212024-02-17T06:13:49.725Z Downloaded unicode-segmentation v1.10.1
11222024-02-17T06:13:49.728Z Downloaded unicode-normalization v0.1.22
11232024-02-17T06:13:49.731Z Downloaded trust-dns-server v0.22.1
11242024-02-17T06:13:49.736Z Downloaded goblin v0.8.0
11252024-02-17T06:13:49.742Z Downloaded tracing v0.1.37
11262024-02-17T06:13:49.746Z Downloaded headers v0.3.9
11272024-02-17T06:13:49.751Z Downloaded x509-cert v0.2.4
11282024-02-17T06:13:49.757Z Downloaded hashbrown v0.13.2
11292024-02-17T06:13:49.761Z Downloaded idna v0.5.0
11302024-02-17T06:13:49.768Z Downloaded pest v2.7.6
11312024-02-17T06:13:49.773Z Downloaded trust-dns-resolver v0.22.0
11322024-02-17T06:13:49.777Z Downloaded petgraph v0.6.4
11332024-02-17T06:13:49.792Z Downloaded winnow v0.5.15
11342024-02-17T06:13:49.800Z Downloaded reedline v0.29.0
11352024-02-17T06:13:49.807Z Downloaded tabled v0.15.0
11362024-02-17T06:13:49.823Z Downloaded vcpkg v0.2.15
11372024-02-17T06:13:49.862Z Downloaded syn v2.0.48
11382024-02-17T06:13:49.872Z Downloaded webpki-roots v0.25.2
11392024-02-17T06:13:49.875Z Downloaded rustls-webpki v0.102.1
11402024-02-17T06:13:49.893Z Downloaded polar-core v0.27.0
11412024-02-17T06:13:49.904Z Downloaded radix_trie v0.2.1
11422024-02-17T06:13:49.907Z Downloaded bstr v1.6.0
11432024-02-17T06:13:49.918Z Downloaded smoltcp v0.11.0
11442024-02-17T06:13:49.930Z Downloaded smoltcp v0.9.1
11452024-02-17T06:13:49.940Z Downloaded openssl v0.10.60
11462024-02-17T06:13:49.949Z Downloaded object v0.32.1
11472024-02-17T06:13:49.959Z Downloaded object v0.30.4
11482024-02-17T06:13:49.969Z Downloaded regex v1.10.3
11492024-02-17T06:13:49.982Z Downloaded regex-syntax v0.6.29
11502024-02-17T06:13:49.989Z Downloaded openapiv3 v2.0.0
11512024-02-17T06:13:50.000Z Downloaded trust-dns-proto v0.22.0
11522024-02-17T06:13:50.012Z Downloaded curve25519-dalek v4.1.1
11532024-02-17T06:13:50.028Z Downloaded zerocopy-derive v0.2.0
11542024-02-17T06:13:50.045Z Downloaded diesel v2.1.4
11552024-02-17T06:13:50.069Z Downloaded regex-syntax v0.8.2
11562024-02-17T06:13:50.070Z Downloaded bstr v0.2.17
11572024-02-17T06:13:50.078Z Downloaded hashbrown v0.14.3
11582024-02-17T06:13:50.078Z Downloaded quick-xml v0.30.0
11592024-02-17T06:13:50.081Z Downloaded tokio v1.36.0
11602024-02-17T06:13:50.116Z Downloaded ratatui v0.26.1
11612024-02-17T06:13:50.134Z Downloaded sled v0.34.7
11622024-02-17T06:13:50.145Z Downloaded bzip2-sys v0.1.11+1.0.8
11632024-02-17T06:13:50.156Z Downloaded rustix v0.38.31
11642024-02-17T06:13:50.186Z Downloaded regex-automata v0.4.4
11652024-02-17T06:13:50.196Z Downloaded regex-automata v0.3.8
11662024-02-17T06:13:50.210Z Downloaded zerocopy-derive v0.6.4
11672024-02-17T06:13:50.219Z Downloaded libc v0.2.153
11682024-02-17T06:13:50.246Z Downloaded encoding_rs v0.8.33
11692024-02-17T06:13:50.268Z Downloaded rustls v0.22.2
11702024-02-17T06:13:50.281Z Downloaded sha3 v0.10.8
11712024-02-17T06:13:50.285Z Downloaded regress v0.8.0
11722024-02-17T06:13:50.293Z Downloaded syn v1.0.109
11732024-02-17T06:13:50.304Z Downloaded rustls v0.21.9
11742024-02-17T06:13:50.315Z Downloaded nix v0.27.1
11752024-02-17T06:13:50.329Z Downloaded gimli v0.28.0
11762024-02-17T06:13:50.334Z Downloaded idna v0.2.3
11772024-02-17T06:13:50.341Z Downloaded heapless v0.8.0
11782024-02-17T06:13:50.349Z Downloaded rayon-core v1.12.0
11792024-02-17T06:13:50.351Z Downloaded rayon v1.8.0
11802024-02-17T06:13:50.357Z Downloaded rustls-webpki v0.101.7
11812024-02-17T06:13:50.371Z Downloaded ron v0.8.1
11822024-02-17T06:13:50.376Z Downloaded openssl-sys v0.9.96
11832024-02-17T06:13:50.381Z Downloaded proptest v1.4.0
11842024-02-17T06:13:50.390Z Downloaded lalrpop v0.19.12
11852024-02-17T06:13:50.401Z Downloaded bindgen v0.69.2
11862024-02-17T06:13:50.408Z Downloaded pin-project v1.1.3
11872024-02-17T06:13:50.421Z Downloaded h2 v0.3.24
11882024-02-17T06:13:50.429Z Downloaded clap v2.34.0
11892024-02-17T06:13:50.433Z Downloaded zerocopy-derive v0.7.32
11902024-02-17T06:13:50.437Z Downloaded reqwest v0.11.22
11912024-02-17T06:13:50.444Z Downloaded subprocess v0.2.9
11922024-02-17T06:13:50.447Z Downloaded signal-hook v0.3.17
11932024-02-17T06:13:50.450Z Downloaded quote v1.0.35
11942024-02-17T06:13:50.452Z Downloaded derive_more v0.99.17
11952024-02-17T06:13:50.457Z Downloaded slog-term v2.9.0
11962024-02-17T06:13:50.459Z Downloaded pest_derive v2.7.6
11972024-02-17T06:13:50.462Z Downloaded chrono v0.4.31
11982024-02-17T06:13:50.469Z Downloaded hex v0.4.3
11992024-02-17T06:13:50.471Z Downloaded deranged v0.3.8
12002024-02-17T06:13:50.472Z Downloaded csv v1.3.0
12012024-02-17T06:13:50.495Z Downloaded errno v0.3.8
12022024-02-17T06:13:50.498Z Downloaded utf-8 v0.7.6
12032024-02-17T06:13:50.498Z Downloaded structmeta v0.2.0
12042024-02-17T06:13:50.498Z Downloaded xattr v1.0.1
12052024-02-17T06:13:50.498Z Downloaded hashbrown v0.12.3
12062024-02-17T06:13:50.501Z Downloaded aho-corasick v1.0.4
12072024-02-17T06:13:50.507Z Downloaded usdt-attr-macro v0.5.0
12082024-02-17T06:13:50.510Z Downloaded openssl-macros v0.1.1
12092024-02-17T06:13:50.510Z Downloaded serde_with v3.6.1
12102024-02-17T06:13:50.516Z Downloaded postcard v1.0.8
12112024-02-17T06:13:50.519Z Downloaded rsa v0.9.2
12122024-02-17T06:13:50.523Z Downloaded equivalent v1.0.1
12132024-02-17T06:13:50.526Z Downloaded display-error-chain v0.2.0
12142024-02-17T06:13:50.526Z Downloaded derive_builder_macro v0.12.0
12152024-02-17T06:13:50.526Z Downloaded usdt-macro v0.5.0
12162024-02-17T06:13:50.529Z Downloaded usdt-attr-macro v0.3.5
12172024-02-17T06:13:50.529Z Downloaded tower-service v0.3.2
12182024-02-17T06:13:50.529Z Downloaded endian-type v0.1.2
12192024-02-17T06:13:50.529Z Downloaded blake3 v1.5.0
12202024-02-17T06:13:50.536Z Downloaded trust-dns-client v0.22.0
12212024-02-17T06:13:50.947Z Downloaded snafu-derive v0.7.5
12222024-02-17T06:13:50.955Z Downloaded heapless v0.7.16
12232024-02-17T06:13:50.955Z Downloaded num-bigint-dig v0.8.4
12242024-02-17T06:13:50.955Z Downloaded ed25519 v1.5.3
12252024-02-17T06:13:50.955Z Downloaded diesel_derives v2.1.2
12262024-02-17T06:13:50.955Z Downloaded thread_local v1.1.7
12272024-02-17T06:13:50.955Z Downloaded ucd-trie v0.1.6
12282024-02-17T06:13:50.955Z Downloaded owo-colors v4.0.0
12292024-02-17T06:13:50.955Z Downloaded sec1 v0.7.3
12302024-02-17T06:13:50.955Z Downloaded tokio-rustls v0.24.1
12312024-02-17T06:13:50.955Z Downloaded nom v7.1.3
12322024-02-17T06:13:50.955Z Downloaded num-bigint v0.4.4
12332024-02-17T06:13:50.955Z Downloaded rusty-fork v0.3.0
12342024-02-17T06:13:50.955Z Downloaded flagset v0.4.3
12352024-02-17T06:13:50.955Z Downloaded ff v0.13.0
12362024-02-17T06:13:50.956Z Downloaded packed_struct v0.10.1
12372024-02-17T06:13:50.956Z Downloaded data-encoding v2.4.0
12382024-02-17T06:13:50.956Z Downloaded slab v0.4.9
12392024-02-17T06:13:50.956Z Downloaded ring v0.17.7
12402024-02-17T06:13:50.956Z Downloaded slog-bunyan v2.5.0
12412024-02-17T06:13:50.956Z Downloaded fixedbitset v0.4.2
12422024-02-17T06:13:50.956Z Downloaded signal-hook-registry v1.4.1
12432024-02-17T06:13:50.956Z Downloaded derive_builder_core v0.12.0
12442024-02-17T06:13:50.956Z Downloaded http v0.2.11
12452024-02-17T06:13:50.956Z Downloaded futures-task v0.3.30
12462024-02-17T06:13:50.956Z Downloaded parse-display-derive v0.9.0
12472024-02-17T06:13:50.956Z Downloaded rand_core v0.6.4
12482024-02-17T06:13:50.956Z Downloaded postgres-types v0.2.6
12492024-02-17T06:13:50.956Z Downloaded typenum v1.16.0
12502024-02-17T06:13:50.956Z Downloaded elliptic-curve v0.13.8
12512024-02-17T06:13:50.956Z Downloaded rustc_version v0.4.0
12522024-02-17T06:13:50.956Z Downloaded radium v0.7.0
12532024-02-17T06:13:50.956Z Downloaded parking_lot v0.12.1
12542024-02-17T06:13:50.956Z Downloaded sqlformat v0.2.3
12552024-02-17T06:13:50.956Z Downloaded proc-macro2 v1.0.78
12562024-02-17T06:13:50.956Z Downloaded once_cell v1.19.0
12572024-02-17T06:13:50.956Z Downloaded same-file v1.0.6
12582024-02-17T06:13:50.956Z Downloaded zone v0.3.0
12592024-02-17T06:13:50.956Z Downloaded tap v1.0.1
12602024-02-17T06:13:50.956Z Downloaded thiserror-impl-no-std v2.0.2
12612024-02-17T06:13:50.956Z Downloaded tar v0.4.40
12622024-02-17T06:13:50.957Z Downloaded toml v0.8.10
12632024-02-17T06:13:50.957Z Downloaded ring v0.16.20
12642024-02-17T06:13:50.957Z Downloaded signature v2.1.0
12652024-02-17T06:13:50.957Z Downloaded password-hash v0.5.0
12662024-02-17T06:13:50.957Z Downloaded dof v0.1.5
12672024-02-17T06:13:50.957Z Downloaded signal-hook-mio v0.2.3
12682024-02-17T06:13:50.957Z Downloaded pest_meta v2.7.6
12692024-02-17T06:13:50.957Z Downloaded rustc-hash v1.1.0
12702024-02-17T06:13:50.957Z Downloaded paste v1.0.14
12712024-02-17T06:13:50.957Z Downloaded derive_builder v0.12.0
12722024-02-17T06:13:50.957Z Downloaded whoami v1.4.1
12732024-02-17T06:13:50.957Z Downloaded fatfs v0.3.6
12742024-02-17T06:13:50.957Z Downloaded which v4.4.0
12752024-02-17T06:13:50.957Z Downloaded pin-project-lite v0.2.13
12762024-02-17T06:13:50.957Z Downloaded thiserror-no-std v2.0.2
12772024-02-17T06:13:50.957Z Downloaded ref-cast v1.0.20
12782024-02-17T06:13:50.957Z Downloaded getrandom v0.2.10
12792024-02-17T06:13:50.957Z Downloaded crypto-bigint v0.5.2
12802024-02-17T06:13:50.957Z Downloaded scopeguard v1.2.0
12812024-02-17T06:13:50.957Z Downloaded zeroize_derive v1.4.2
12822024-02-17T06:13:50.957Z Downloaded spki v0.7.2
12832024-02-17T06:13:50.957Z Downloaded cc v1.0.83
12842024-02-17T06:13:50.957Z Downloaded test-strategy v0.3.1
12852024-02-17T06:13:50.957Z Downloaded unicode-bidi v0.3.13
12862024-02-17T06:13:50.957Z Downloaded foreign-types v0.3.2
12872024-02-17T06:13:50.958Z Downloaded minimal-lexical v0.2.1
12882024-02-17T06:13:50.958Z Downloaded backtrace v0.3.69
12892024-02-17T06:13:50.958Z Downloaded group v0.13.0
12902024-02-17T06:13:50.958Z Downloaded dirs-next v2.0.0
12912024-02-17T06:13:50.958Z Downloaded serde-hex v0.1.0
12922024-02-17T06:13:50.958Z Downloaded pem v3.0.2
12932024-02-17T06:13:50.958Z Downloaded proc-macro-error-attr v1.0.4
12942024-02-17T06:13:50.958Z Downloaded bytes v1.5.0
12952024-02-17T06:13:50.958Z Downloaded structopt v0.3.26
12962024-02-17T06:13:50.958Z Downloaded serde_with_macros v3.6.1
12972024-02-17T06:13:50.958Z Downloaded crossbeam-utils v0.8.16
12982024-02-17T06:13:50.958Z Downloaded glob v0.3.1
12992024-02-17T06:13:50.958Z Downloaded serde_repr v0.1.16
13002024-02-17T06:13:50.958Z Downloaded tiny-keccak v2.0.2
13012024-02-17T06:13:50.958Z Downloaded darling v0.20.3
13022024-02-17T06:13:50.958Z Downloaded log v0.4.20
13032024-02-17T06:13:50.958Z Downloaded ryu v1.0.15
13042024-02-17T06:13:50.958Z Downloaded multer v3.0.0
13052024-02-17T06:13:50.958Z Downloaded const-oid v0.9.5
13062024-02-17T06:13:50.958Z Downloaded unicode-linebreak v0.1.5
13072024-02-17T06:13:50.958Z Downloaded strum_macros v0.26.1
13082024-02-17T06:13:50.958Z Downloaded camino-tempfile v1.1.1
13092024-02-17T06:13:50.958Z Downloaded cassowary v0.3.0
13102024-02-17T06:13:50.958Z Downloaded usdt-macro v0.3.5
13112024-02-17T06:13:50.958Z Downloaded rpassword v7.3.1
13122024-02-17T06:13:50.958Z Downloaded fxhash v0.2.1
13132024-02-17T06:13:50.958Z Downloaded take_mut v0.2.2
13142024-02-17T06:13:50.959Z Downloaded allocator-api2 v0.2.16
13152024-02-17T06:13:50.959Z Downloaded strip-ansi-escapes v0.2.0
13162024-02-17T06:13:50.959Z Downloaded crc-catalog v2.2.0
13172024-02-17T06:13:50.959Z Downloaded string_cache v0.8.7
13182024-02-17T06:13:50.959Z Downloaded smawk v0.3.1
13192024-02-17T06:13:50.959Z Downloaded slog-scope v4.4.0
13202024-02-17T06:13:50.959Z Downloaded lazy_static v1.4.0
13212024-02-17T06:13:50.959Z Downloaded itoa v1.0.9
13222024-02-17T06:13:50.964Z Downloaded memoffset v0.9.0
13232024-02-17T06:13:50.964Z Downloaded crossbeam-deque v0.8.3
13242024-02-17T06:13:50.964Z Downloaded signature v1.6.4
13252024-02-17T06:13:50.964Z Downloaded strum v0.25.0
13262024-02-17T06:13:50.964Z Downloaded termios v0.3.3
13272024-02-17T06:13:50.964Z Downloaded libxml v0.3.3
13282024-02-17T06:13:50.964Z Downloaded num-integer v0.1.46
13292024-02-17T06:13:50.964Z Downloaded strum v0.26.1
13302024-02-17T06:13:50.964Z Downloaded shell-words v1.1.0
13312024-02-17T06:13:50.964Z Downloaded csv-core v0.1.11
13322024-02-17T06:13:50.964Z Downloaded libloading v0.7.4
13332024-02-17T06:13:50.964Z Downloaded indoc v2.0.3
13342024-02-17T06:13:50.964Z Downloaded serde_path_to_error v0.1.15
13352024-02-17T06:13:50.965Z Downloaded nanorand v0.7.0
13362024-02-17T06:13:50.965Z Downloaded cobs v0.2.3
13372024-02-17T06:13:50.965Z Downloaded hyper-rustls v0.24.2
13382024-02-17T06:13:50.965Z Downloaded memmap2 v0.7.1
13392024-02-17T06:13:50.965Z Downloaded tinyvec_macros v0.1.1
13402024-02-17T06:13:50.965Z Downloaded signal-hook-tokio v0.3.1
13412024-02-17T06:13:50.965Z Downloaded httpdate v1.0.3
13422024-02-17T06:13:50.965Z Downloaded arrayvec v0.7.4
13432024-02-17T06:13:50.965Z Downloaded anstyle-parse v0.2.1
13442024-02-17T06:13:50.965Z Downloaded diesel_table_macro_syntax v0.1.0
13452024-02-17T06:13:50.965Z Downloaded serde_plain v1.0.2
13462024-02-17T06:13:50.965Z Downloaded lock_api v0.4.10
13472024-02-17T06:13:50.965Z Downloaded inout v0.1.3
13482024-02-17T06:13:50.965Z Downloaded schemars_derive v0.8.16
13492024-02-17T06:13:50.965Z Downloaded rustls-pemfile v2.0.0
13502024-02-17T06:13:50.965Z Downloaded rustc_version v0.1.7
13512024-02-17T06:13:50.965Z Downloaded maybe-uninit v2.0.0
13522024-02-17T06:13:50.965Z Downloaded crypto-common v0.1.6
13532024-02-17T06:13:50.965Z Downloaded http-body v0.4.5
13542024-02-17T06:13:50.965Z Downloaded cexpr v0.6.0
13552024-02-17T06:13:50.965Z Downloaded rustls-pki-types v1.1.0
13562024-02-17T06:13:50.965Z Downloaded linked-hash-map v0.5.6
13572024-02-17T06:13:50.965Z Downloaded highway v1.1.0
13582024-02-17T06:13:50.965Z Downloaded bytecount v0.6.3
13592024-02-17T06:13:50.966Z Downloaded indexmap v1.9.3
13602024-02-17T06:13:50.966Z Downloaded multimap v0.10.0
13612024-02-17T06:13:50.966Z Downloaded hyper-staticfile v0.9.5
13622024-02-17T06:13:50.966Z Downloaded buf-list v1.0.3
13632024-02-17T06:13:50.966Z Downloaded bcs v0.1.6
13642024-02-17T06:13:50.966Z Downloaded sqlparser_derive v0.2.2
13652024-02-17T06:13:50.966Z Downloaded serde_urlencoded v0.7.1
13662024-02-17T06:13:50.966Z Downloaded home v0.5.5
13672024-02-17T06:13:50.966Z Downloaded block-padding v0.3.3
13682024-02-17T06:13:50.966Z Downloaded bitfield v0.14.0
13692024-02-17T06:13:50.966Z Downloaded ascii-canvas v3.0.0
13702024-02-17T06:13:50.966Z Downloaded linear-map v1.2.0
13712024-02-17T06:13:50.966Z Downloaded arrayref v0.3.7
13722024-02-17T06:13:50.966Z Downloaded serde-big-array v0.4.1
13732024-02-17T06:13:50.966Z Downloaded scroll_derive v0.12.0
13742024-02-17T06:13:50.966Z Downloaded macaddr v1.0.1
13752024-02-17T06:13:50.970Z Downloaded ciborium-io v0.2.2
13762024-02-17T06:13:50.970Z Downloaded convert_case v0.4.0
13772024-02-17T06:13:50.970Z Downloaded array-init v0.0.4
13782024-02-17T06:13:50.970Z Downloaded assert_matches v1.5.0
13792024-02-17T06:13:50.970Z Downloaded async-stream-impl v0.3.5
13802024-02-17T06:13:50.970Z Downloaded async-stream v0.3.5
13812024-02-17T06:13:50.970Z Downloaded adler v1.0.2
13822024-02-17T06:13:50.971Z Downloaded compact_str v0.7.1
13832024-02-17T06:13:50.977Z Downloaded newtype_derive v0.1.6
13842024-02-17T06:13:50.977Z Downloaded crucible-workspace-hack v0.1.0
13852024-02-17T06:13:50.977Z Downloaded clang-sys v1.6.1
13862024-02-17T06:13:50.984Z Downloaded lru-cache v0.1.2
13872024-02-17T06:13:50.984Z Downloaded libsw v3.3.1
13882024-02-17T06:13:50.984Z Downloaded is-terminal v0.4.9
13892024-02-17T06:13:50.984Z Downloaded console v0.15.8
13902024-02-17T06:13:50.984Z Downloaded colored v2.0.4
13912024-02-17T06:13:51.368Z Compiling proc-macro2 v1.0.78
13922024-02-17T06:13:51.368Z Compiling unicode-ident v1.0.12
13932024-02-17T06:13:51.371Z Compiling libc v0.2.153
13942024-02-17T06:13:51.372Z Compiling serde v1.0.196
13952024-02-17T06:13:51.372Z Compiling autocfg v1.1.0
13962024-02-17T06:13:51.372Z Compiling version_check v0.9.4
13972024-02-17T06:13:51.372Z Compiling cfg-if v1.0.0
13982024-02-17T06:13:51.554Z Compiling syn v1.0.109
13992024-02-17T06:13:51.609Z Compiling once_cell v1.19.0
14002024-02-17T06:13:51.954Z Compiling byteorder v1.5.0
14012024-02-17T06:13:51.972Z Compiling memchr v2.6.3
14022024-02-17T06:13:51.991Z Compiling ahash v0.8.7
14032024-02-17T06:13:52.049Z Compiling lock_api v0.4.10
14042024-02-17T06:13:52.342Z Compiling parking_lot_core v0.9.8
14052024-02-17T06:13:53.161Z Compiling libm v0.2.7
14062024-02-17T06:13:53.321Z Compiling serde_json v1.0.113
14072024-02-17T06:13:53.507Z Compiling num-traits v0.2.16
14082024-02-17T06:13:53.518Z Compiling thiserror v1.0.57
14092024-02-17T06:13:53.523Z Compiling scopeguard v1.2.0
14102024-02-17T06:13:53.624Z Compiling typenum v1.16.0
14112024-02-17T06:13:53.813Z Compiling generic-array v0.14.7
14122024-02-17T06:13:54.067Z Compiling itoa v1.0.9
14132024-02-17T06:13:54.508Z Compiling quote v1.0.35
14142024-02-17T06:13:54.528Z Compiling log v0.4.20
14152024-02-17T06:13:54.715Z Compiling pkg-config v0.3.27
14162024-02-17T06:13:55.143Z Compiling syn v2.0.48
14172024-02-17T06:13:55.165Z Compiling cc v1.0.83
14182024-02-17T06:13:55.190Z Compiling getrandom v0.2.10
14192024-02-17T06:13:55.539Z Compiling allocator-api2 v0.2.16
14202024-02-17T06:13:55.816Z Compiling slab v0.4.9
14212024-02-17T06:13:56.102Z Compiling ryu v1.0.15
14222024-02-17T06:13:56.148Z Compiling heck v0.4.1
14232024-02-17T06:13:56.392Z Compiling smallvec v1.13.1
14242024-02-17T06:13:56.410Z Compiling schemars v0.8.16
14252024-02-17T06:13:56.548Z Compiling pin-project-lite v0.2.13
14262024-02-17T06:13:57.041Z Compiling equivalent v1.0.1
14272024-02-17T06:13:57.336Z Compiling parking_lot v0.12.1
14282024-02-17T06:13:57.388Z Compiling vcpkg v0.2.15
14292024-02-17T06:13:57.798Z Compiling ring v0.17.7
14302024-02-17T06:13:59.025Z Compiling signal-hook-registry v1.4.1
14312024-02-17T06:13:59.235Z Compiling openssl-sys v0.9.96
14322024-02-17T06:13:59.741Z Compiling rand_core v0.6.4
14332024-02-17T06:13:59.877Z Compiling mio v0.8.9
14342024-02-17T06:14:00.656Z Compiling ring v0.16.20
14352024-02-17T06:14:01.643Z Compiling num_cpus v1.16.0
14362024-02-17T06:14:02.152Z Compiling socket2 v0.5.5
14372024-02-17T06:14:02.152Z Compiling ucd-trie v0.1.6
14382024-02-17T06:14:02.152Z Compiling rustix v0.38.31
14392024-02-17T06:14:02.152Z Compiling httparse v1.8.0
14402024-02-17T06:14:02.152Z Compiling futures-core v0.3.30
14412024-02-17T06:14:02.461Z Compiling spin v0.5.2
14422024-02-17T06:14:02.549Z Compiling openssl v0.10.60
14432024-02-17T06:14:02.702Z Compiling crossbeam-utils v0.8.16
14442024-02-17T06:14:02.723Z Compiling semver v1.0.21
14452024-02-17T06:14:02.937Z Compiling serde_derive_internals v0.26.0
14462024-02-17T06:14:02.957Z Compiling fnv v1.0.7
14472024-02-17T06:14:03.635Z Compiling iana-time-zone v0.1.57
14482024-02-17T06:14:03.662Z Compiling native-tls v0.2.11
14492024-02-17T06:14:03.674Z Compiling subtle v2.5.0
14502024-02-17T06:14:03.746Z Compiling const-oid v0.9.5
14512024-02-17T06:14:03.902Z Compiling rustls v0.21.9
14522024-02-17T06:14:03.966Z Compiling unicode-xid v0.2.4
14532024-02-17T06:14:04.159Z Compiling synstructure v0.12.6
14542024-02-17T06:14:04.300Z Compiling spin v0.9.8
14552024-02-17T06:14:04.642Z Compiling memoffset v0.9.0
14562024-02-17T06:14:05.061Z Compiling futures-sink v0.3.30
14572024-02-17T06:14:05.225Z Compiling backtrace v0.3.69
14582024-02-17T06:14:05.415Z Compiling tinyvec_macros v0.1.1
14592024-02-17T06:14:05.527Z Compiling rustversion v1.0.14
14602024-02-17T06:14:05.543Z Compiling dyn-clone v1.0.16
14612024-02-17T06:14:05.635Z Compiling tinyvec v1.6.0
14622024-02-17T06:14:05.748Z Compiling futures-channel v0.3.30
14632024-02-17T06:14:06.010Z Compiling tracing-core v0.1.31
14642024-02-17T06:14:06.139Z Compiling crossbeam-epoch v0.9.15
14652024-02-17T06:14:06.247Z Compiling futures-task v0.3.30
14662024-02-17T06:14:06.718Z Compiling futures-io v0.3.30
14672024-02-17T06:14:06.721Z Compiling winnow v0.5.15
14682024-02-17T06:14:06.721Z Compiling pin-utils v0.1.0
14692024-02-17T06:14:07.535Z Compiling slog v2.7.0
14702024-02-17T06:14:07.539Z Compiling unicode-normalization v0.1.22
14712024-02-17T06:14:08.671Z Compiling serde_derive v1.0.196
14722024-02-17T06:14:08.680Z Compiling zerocopy-derive v0.7.32
14732024-02-17T06:14:08.811Z Compiling zeroize_derive v1.4.2
14742024-02-17T06:14:08.814Z Compiling thiserror-impl v1.0.57
14752024-02-17T06:14:08.962Z Compiling tokio-macros v2.2.0
14762024-02-17T06:14:08.975Z Compiling futures-macro v0.3.30
14772024-02-17T06:14:10.220Z Compiling tracing-attributes v0.1.26
14782024-02-17T06:14:10.242Z Compiling schemars_derive v0.8.16
14792024-02-17T06:14:10.505Z Compiling zeroize v1.7.0
14802024-02-17T06:14:10.628Z Compiling zerocopy v0.7.32
14812024-02-17T06:14:12.147Z Compiling pest v2.7.6
14822024-02-17T06:14:13.455Z Compiling hashbrown v0.14.3
14832024-02-17T06:14:13.461Z Compiling openssl-macros v0.1.1
14842024-02-17T06:14:13.698Z Compiling zerocopy-derive v0.2.0
14852024-02-17T06:14:14.078Z Compiling crypto-common v0.1.6
14862024-02-17T06:14:14.255Z Compiling pest_meta v2.7.6
14872024-02-17T06:14:14.272Z Compiling der_derive v0.7.2
14882024-02-17T06:14:14.487Z Compiling tracing v0.1.37
14892024-02-17T06:14:14.628Z Compiling block-buffer v0.10.4
14902024-02-17T06:14:14.864Z Compiling futures-util v0.3.30
14912024-02-17T06:14:15.352Z Compiling usdt-impl v0.3.5
14922024-02-17T06:14:15.679Z Compiling pest_generator v2.7.6
14932024-02-17T06:14:16.803Z Compiling anyhow v1.0.75
14942024-02-17T06:14:17.350Z Compiling unicode-bidi v0.3.13
14952024-02-17T06:14:17.978Z Compiling crc32fast v1.3.2
14962024-02-17T06:14:18.431Z Compiling time-core v0.1.1
14972024-02-17T06:14:18.468Z Compiling pest_derive v2.7.6
14982024-02-17T06:14:18.626Z Compiling time-macros v0.2.13
14992024-02-17T06:14:19.705Z Compiling digest v0.10.7
15002024-02-17T06:14:20.069Z Compiling scroll_derive v0.12.0
15012024-02-17T06:14:20.387Z Compiling bzip2-sys v0.1.11+1.0.8
15022024-02-17T06:14:20.433Z Compiling aho-corasick v1.0.4
15032024-02-17T06:14:21.256Z Compiling ppv-lite86 v0.2.17
15042024-02-17T06:14:21.384Z Compiling untrusted v0.9.0
15052024-02-17T06:14:21.507Z Compiling regex-syntax v0.8.2
15062024-02-17T06:14:21.585Z Compiling async-trait v0.1.77
15072024-02-17T06:14:21.681Z Compiling signal-hook v0.3.17
15082024-02-17T06:14:21.752Z Compiling rand_chacha v0.3.1
15092024-02-17T06:14:22.098Z Compiling zerocopy v0.3.0
15102024-02-17T06:14:23.371Z Compiling bytes v1.5.0
15112024-02-17T06:14:23.932Z Compiling indexmap v2.2.3
15122024-02-17T06:14:24.301Z Compiling bitflags v2.4.0
15132024-02-17T06:14:24.891Z Compiling tokio v1.36.0
15142024-02-17T06:14:25.389Z Compiling uuid v1.7.0
15152024-02-17T06:14:25.390Z Compiling chrono v0.4.31
15162024-02-17T06:14:27.989Z Compiling serde_spanned v0.6.5
15172024-02-17T06:14:28.243Z Compiling toml_datetime v0.6.5
15182024-02-17T06:14:29.992Z Compiling rustc_version v0.4.0
15192024-02-17T06:14:31.105Z Compiling toml_edit v0.19.15
15202024-02-17T06:14:31.158Z Compiling http v0.2.11
15212024-02-17T06:14:31.158Z Compiling heapless v0.7.16
15222024-02-17T06:14:31.935Z Compiling regex-automata v0.4.4
15232024-02-17T06:14:33.117Z Compiling thread-id v4.2.0
15242024-02-17T06:14:36.846Z Compiling tokio-util v0.7.10
15252024-02-17T06:14:37.080Z Compiling regex v1.10.3
15262024-02-17T06:14:37.536Z Compiling dof v0.1.5
15272024-02-17T06:14:38.253Z Compiling rand v0.8.5
15282024-02-17T06:14:38.771Z Compiling dtrace-parser v0.1.14
15292024-02-17T06:14:40.714Z Compiling strum_macros v0.25.2
15302024-02-17T06:14:40.866Z Compiling errno v0.3.8
15312024-02-17T06:14:40.866Z Compiling num-bigint v0.4.4
15322024-02-17T06:14:40.980Z Compiling base64ct v1.6.0
15332024-02-17T06:14:40.981Z Compiling smoltcp v0.9.1
15342024-02-17T06:14:41.232Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15352024-02-17T06:14:41.729Z Compiling untrusted v0.7.1
15362024-02-17T06:14:41.927Z Compiling percent-encoding v2.3.1
15372024-02-17T06:14:41.927Z Compiling foreign-types-shared v0.1.1
15382024-02-17T06:14:42.538Z Compiling foreign-types v0.3.2
15392024-02-17T06:14:56.898Z Compiling pem-rfc7468 v0.7.0
15402024-02-17T06:14:57.291Z Compiling serde_tokenstream v0.1.7
15412024-02-17T06:14:57.291Z Compiling hmac v0.12.1
15422024-02-17T06:14:57.291Z Compiling lazy_static v1.4.0
15432024-02-17T06:14:57.292Z Compiling socket2 v0.4.9
15442024-02-17T06:14:57.292Z Compiling flagset v0.4.3
15452024-02-17T06:14:57.292Z Compiling bitflags v1.3.2
15462024-02-17T06:14:57.293Z Compiling siphasher v0.3.11
15472024-02-17T06:14:57.293Z Compiling base64 v0.21.7
15482024-02-17T06:14:57.293Z Compiling try-lock v0.2.4
15492024-02-17T06:14:57.293Z Compiling unicode-width v0.1.11
15502024-02-17T06:14:57.293Z Compiling adler v1.0.2
15512024-02-17T06:14:57.293Z Compiling unicode-segmentation v1.10.1
15522024-02-17T06:14:57.293Z Compiling miniz_oxide v0.7.1
15532024-02-17T06:14:57.293Z Compiling want v0.3.1
15542024-02-17T06:14:57.293Z Compiling der v0.7.8
15552024-02-17T06:14:57.293Z Compiling sct v0.7.0
15562024-02-17T06:14:57.293Z Compiling rustls-webpki v0.101.7
15572024-02-17T06:14:57.294Z Compiling form_urlencoded v1.2.1
15582024-02-17T06:14:57.294Z Compiling h2 v0.3.24
15592024-02-17T06:14:57.294Z Compiling http-body v0.4.5
15602024-02-17T06:14:57.294Z Compiling hubpack_derive v0.1.1
15612024-02-17T06:14:57.294Z Compiling zerocopy-derive v0.6.4
15622024-02-17T06:14:57.294Z Compiling num-iter v0.1.43
15632024-02-17T06:14:57.294Z Compiling usdt-impl v0.5.0
15642024-02-17T06:14:57.294Z Compiling anstyle v1.0.2
15652024-02-17T06:14:57.294Z Compiling stable_deref_trait v1.2.0
15662024-02-17T06:14:57.294Z Compiling utf8parse v0.2.1
15672024-02-17T06:14:57.294Z Compiling cpufeatures v0.2.12
15682024-02-17T06:14:57.294Z Compiling tower-service v0.3.2
15692024-02-17T06:14:57.294Z Compiling httpdate v1.0.3
15702024-02-17T06:14:57.295Z Compiling openssl-probe v0.1.5
15712024-02-17T06:14:57.295Z Compiling sha2 v0.10.8
15722024-02-17T06:14:57.295Z Compiling anstyle-parse v0.2.1
15732024-02-17T06:14:57.295Z Compiling spki v0.7.2
15742024-02-17T06:14:57.295Z Compiling usdt-attr-macro v0.3.5
15752024-02-17T06:14:57.295Z Compiling usdt-macro v0.3.5
15762024-02-17T06:14:57.295Z Compiling hyper v0.14.27
15772024-02-17T06:14:57.295Z Compiling openapiv3 v2.0.0
15782024-02-17T06:14:57.295Z Compiling scroll v0.12.0
15792024-02-17T06:14:57.660Z Compiling md-5 v0.10.5
15802024-02-17T06:14:57.981Z Compiling stringprep v0.1.3
15812024-02-17T06:14:58.024Z Compiling idna v0.5.0
15822024-02-17T06:14:59.000Z Compiling diesel_table_macro_syntax v0.1.0
15832024-02-17T06:14:59.034Z Compiling num-integer v0.1.46
15842024-02-17T06:14:59.370Z Compiling hash32 v0.2.1
15852024-02-17T06:14:59.516Z Compiling plain v0.2.3
15862024-02-17T06:14:59.683Z Compiling gimli v0.28.0
15872024-02-17T06:14:59.883Z Compiling anstyle-query v1.0.0
15882024-02-17T06:15:00.162Z Compiling fallible-iterator v0.2.0
15892024-02-17T06:15:00.587Z Compiling colorchoice v1.0.0
15902024-02-17T06:15:00.750Z Compiling anstream v0.6.11
15912024-02-17T06:15:00.881Z Compiling postgres-protocol v0.6.6
15922024-02-17T06:15:02.126Z Compiling goblin v0.8.0
15932024-02-17T06:15:02.731Z Compiling diesel_derives v2.1.2
15942024-02-17T06:15:03.643Z Compiling url v2.5.0
15952024-02-17T06:15:04.933Z Compiling addr2line v0.21.0
15962024-02-17T06:15:06.619Z Compiling tokio-rustls v0.24.1
15972024-02-17T06:15:07.063Z Compiling tokio-native-tls v0.3.1
15982024-02-17T06:15:07.144Z Compiling terminal_size v0.3.0
15992024-02-17T06:15:07.380Z Compiling pkcs8 v0.10.2
16002024-02-17T06:15:08.344Z Compiling phf_shared v0.11.2
16012024-02-17T06:15:08.672Z Compiling serde_tokenstream v0.2.0
16022024-02-17T06:15:09.252Z Compiling block-padding v0.3.3
16032024-02-17T06:15:09.495Z Compiling enum-as-inner v0.5.1
16042024-02-17T06:15:09.581Z Compiling serde_repr v0.1.16
16052024-02-17T06:15:10.515Z Compiling clap_derive v4.5.0
16062024-02-17T06:15:11.143Z Compiling ff v0.13.0
16072024-02-17T06:15:11.413Z Compiling scheduled-thread-pool v0.2.7
16082024-02-17T06:15:11.927Z Compiling object v0.32.1
16092024-02-17T06:15:13.208Z Compiling pretty-hex v0.4.1
16102024-02-17T06:15:13.445Z Compiling ipnet v2.9.0
16112024-02-17T06:15:14.582Z Compiling rustc-demangle v0.1.23
16122024-02-17T06:15:15.414Z Compiling strsim v0.11.0
16132024-02-17T06:15:17.392Z Compiling matches v0.1.10
16142024-02-17T06:15:17.492Z Compiling managed v0.8.0
16152024-02-17T06:15:17.520Z Compiling num_threads v0.1.6
16162024-02-17T06:15:17.542Z Compiling base16ct v0.2.0
16172024-02-17T06:15:17.599Z Compiling bit-vec v0.6.3
16182024-02-17T06:15:18.049Z Compiling clap_lex v0.7.0
16192024-02-17T06:15:18.067Z Compiling regex-automata v0.1.10
16202024-02-17T06:15:18.541Z Compiling deranged v0.3.8
16212024-02-17T06:15:18.579Z Compiling bstr v0.2.17
16222024-02-17T06:15:21.210Z Compiling clap_builder v4.5.0
16232024-02-17T06:15:21.503Z Compiling time v0.3.27
16242024-02-17T06:15:21.878Z Compiling sec1 v0.7.3
16252024-02-17T06:15:22.679Z Compiling idna v0.2.3
16262024-02-17T06:15:22.686Z Compiling dof v0.3.0
16272024-02-17T06:15:22.922Z Compiling r2d2 v0.8.10
16282024-02-17T06:15:23.713Z Compiling group v0.13.0
16292024-02-17T06:15:24.413Z Compiling inout v0.1.3
16302024-02-17T06:15:25.286Z Compiling phf v0.11.2
16312024-02-17T06:15:26.012Z Compiling hyper-tls v0.5.0
16322024-02-17T06:15:26.017Z Compiling hyper-rustls v0.24.2
16332024-02-17T06:15:26.017Z Compiling signal-hook-mio v0.2.3
16342024-02-17T06:15:26.017Z Compiling flate2 v1.0.28
16352024-02-17T06:15:26.017Z Compiling bzip2 v0.4.4
16362024-02-17T06:15:26.017Z Compiling postgres-types v0.2.6
16372024-02-17T06:15:26.322Z Compiling zerocopy v0.6.4
16382024-02-17T06:15:26.540Z Compiling hubpack v0.1.2
16392024-02-17T06:15:29.133Z Compiling serde_urlencoded v0.7.1
16402024-02-17T06:15:29.269Z Compiling rustls-pemfile v1.0.3
16412024-02-17T06:15:29.269Z Compiling phf_shared v0.10.0
16422024-02-17T06:15:29.269Z Compiling hkdf v0.12.4
16432024-02-17T06:15:29.269Z Compiling ipnetwork v0.20.0
16442024-02-17T06:15:29.269Z Compiling futures-executor v0.3.30
16452024-02-17T06:15:29.270Z Compiling dtrace-parser v0.2.0
16462024-02-17T06:15:29.270Z Compiling regress v0.8.0
16472024-02-17T06:15:29.270Z Compiling crypto-bigint v0.5.2
16482024-02-17T06:15:29.270Z Compiling float-cmp v0.9.0
16492024-02-17T06:15:29.270Z Compiling encoding_rs v0.8.33
16502024-02-17T06:15:30.764Z Compiling precomputed-hash v0.1.1
16512024-02-17T06:15:30.899Z Compiling either v1.10.0
16522024-02-17T06:15:30.955Z Compiling whoami v1.4.1
16532024-02-17T06:15:31.376Z Compiling mime v0.3.17
16542024-02-17T06:15:32.040Z Compiling difflib v0.4.0
16552024-02-17T06:15:32.594Z Compiling data-encoding v2.4.0
16562024-02-17T06:15:32.786Z Compiling new_debug_unreachable v1.0.4
16572024-02-17T06:15:32.894Z Compiling winnow v0.6.1
16582024-02-17T06:15:33.388Z Compiling normalize-line-endings v0.3.0
16592024-02-17T06:15:33.980Z Compiling regex-automata v0.3.8
16602024-02-17T06:15:34.047Z Compiling static_assertions v1.1.0
16612024-02-17T06:15:34.157Z Compiling webpki-roots v0.25.2
16622024-02-17T06:15:34.495Z Compiling predicates-core v1.0.6
16632024-02-17T06:15:34.820Z Compiling minimal-lexical v0.2.1
16642024-02-17T06:15:35.371Z Compiling fixedbitset v0.4.2
16652024-02-17T06:15:35.793Z Compiling petgraph v0.6.4
16662024-02-17T06:15:36.469Z Compiling bstr v1.6.0
16672024-02-17T06:15:37.098Z Compiling toml_edit v0.22.6
16682024-02-17T06:15:38.002Z Compiling nom v7.1.3
16692024-02-17T06:15:42.026Z Compiling predicates v3.1.0
16702024-02-17T06:15:42.264Z Compiling reqwest v0.11.22
16712024-02-17T06:15:42.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16722024-02-17T06:15:43.665Z Compiling itertools v0.10.5
16732024-02-17T06:15:44.831Z Compiling trust-dns-proto v0.22.0
16742024-02-17T06:15:46.875Z Compiling string_cache v0.8.7
16752024-02-17T06:15:47.357Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16762024-02-17T06:15:49.132Z Compiling tokio-postgres v0.7.10
16772024-02-17T06:15:51.917Z Compiling elliptic-curve v0.13.8
16782024-02-17T06:15:54.335Z Compiling futures v0.3.30
16792024-02-17T06:15:54.462Z Compiling diesel v2.1.4
16802024-02-17T06:15:54.537Z Compiling yasna v0.5.2
16812024-02-17T06:15:55.093Z Compiling zip v0.6.6
16822024-02-17T06:15:55.335Z Compiling crossterm v0.27.0
16832024-02-17T06:15:55.482Z Compiling cipher v0.4.4
16842024-02-17T06:15:55.975Z Compiling clap v4.5.0
16852024-02-17T06:15:56.293Z Compiling similar v2.3.0
16862024-02-17T06:15:56.389Z Compiling bit-set v0.5.3
16872024-02-17T06:15:56.422Z Compiling usdt v0.3.5
16882024-02-17T06:15:56.711Z Compiling console v0.15.8
16892024-02-17T06:15:57.365Z Compiling strum v0.25.0
16902024-02-17T06:15:58.369Z Compiling tokio-stream v0.1.14
16912024-02-17T06:15:58.980Z Compiling toml v0.7.8
16922024-02-17T06:15:59.373Z Compiling hex v0.4.3
16932024-02-17T06:15:59.468Z Compiling proc-macro-error-attr v1.0.4
16942024-02-17T06:16:00.058Z Compiling lalrpop-util v0.19.12
16952024-02-17T06:16:00.678Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16962024-02-17T06:16:03.019Z Compiling proc-macro-crate v1.3.1
16972024-02-17T06:16:04.111Z Compiling proc-macro-error v1.0.4
16982024-02-17T06:16:04.821Z Compiling heapless v0.8.0
16992024-02-17T06:16:05.093Z Compiling camino v1.1.6
17002024-02-17T06:16:05.801Z Compiling num_enum_derive v0.5.11
17012024-02-17T06:16:16.472Z Compiling atty v0.2.14
17022024-02-17T06:16:17.055Z Compiling hash32 v0.3.1
17032024-02-17T06:16:18.410Z Compiling strsim v0.10.0
17042024-02-17T06:16:19.595Z Compiling rustls-pki-types v1.1.0
17052024-02-17T06:16:21.015Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17062024-02-17T06:16:22.390Z Compiling smoltcp v0.11.0
17072024-02-17T06:16:23.034Z Compiling ident_case v1.0.1
17082024-02-17T06:16:23.229Z Compiling darling_core v0.20.3
17092024-02-17T06:16:39.170Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17102024-02-17T06:16:42.982Z Compiling num_enum v0.5.11
17112024-02-17T06:16:49.517Z Compiling dirs-sys-next v0.1.2
17122024-02-17T06:16:49.961Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17132024-02-17T06:16:50.892Z Compiling cobs v0.2.3
17142024-02-17T06:16:52.776Z Compiling embedded-io v0.4.0
17152024-02-17T06:16:53.544Z Compiling rustls v0.22.2
17162024-02-17T06:16:55.021Z Compiling postcard v1.0.8
17172024-02-17T06:16:59.783Z Compiling dirs-next v2.0.0
17182024-02-17T06:17:02.867Z Compiling darling_macro v0.20.3
17192024-02-17T06:17:04.727Z Compiling rustls-webpki v0.102.1
17202024-02-17T06:17:06.926Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17212024-02-17T06:17:11.116Z Compiling getopts v0.2.21
17222024-02-17T06:17:11.604Z Compiling structmeta-derive v0.3.0
17232024-02-17T06:17:12.107Z Compiling foreign-types-macros v0.2.3
17242024-02-17T06:17:13.062Z Compiling thread_local v1.1.7
17252024-02-17T06:17:13.192Z Compiling multer v3.0.0
17262024-02-17T06:17:13.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17272024-02-17T06:17:13.865Z Compiling match_cfg v0.1.0
17282024-02-17T06:17:14.086Z Compiling unsafe-libyaml v0.2.10
17292024-02-17T06:17:14.487Z Compiling foreign-types-shared v0.3.1
17302024-02-17T06:17:15.551Z Compiling paste v1.0.14
17312024-02-17T06:17:16.058Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17322024-02-17T06:17:16.101Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17332024-02-17T06:17:16.305Z Compiling rayon-core v1.12.0
17342024-02-17T06:17:16.569Z Compiling slog-async v2.8.0
17352024-02-17T06:17:19.413Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17362024-02-17T06:17:19.794Z Compiling serde_yaml v0.9.25
17372024-02-17T06:17:23.434Z Compiling foreign-types v0.5.0
17382024-02-17T06:17:23.454Z Compiling structmeta v0.3.0
17392024-02-17T06:17:24.046Z Compiling hostname v0.3.1
17402024-02-17T06:17:25.428Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17412024-02-17T06:17:31.449Z Compiling darling v0.20.3
17422024-02-17T06:17:33.973Z Compiling term v0.7.0
17432024-02-17T06:17:35.961Z Compiling slog-json v2.6.1
17442024-02-17T06:17:36.505Z Compiling crossbeam-deque v0.8.3
17452024-02-17T06:17:38.316Z Compiling is-terminal v0.4.9
17462024-02-17T06:17:38.468Z Compiling crossbeam-channel v0.5.8
17472024-02-17T06:17:39.279Z Compiling http v1.0.0
17482024-02-17T06:17:40.335Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17492024-02-17T06:17:40.387Z Compiling async-stream-impl v0.3.5
17502024-02-17T06:17:41.177Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17512024-02-17T06:17:41.716Z Compiling cstr-argument v0.1.2
17522024-02-17T06:17:41.990Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17532024-02-17T06:17:42.104Z Compiling take_mut v0.2.2
17542024-02-17T06:17:42.311Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17552024-02-17T06:17:42.348Z Compiling fastrand v2.0.1
17562024-02-17T06:17:42.663Z Compiling crucible-workspace-hack v0.1.0
17572024-02-17T06:17:42.938Z Compiling pretty-hex v0.2.1
17582024-02-17T06:17:42.983Z Compiling atomic-waker v1.1.1
17592024-02-17T06:17:43.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17602024-02-17T06:17:43.179Z Compiling waitgroup v0.1.2
17612024-02-17T06:17:43.427Z Compiling tempfile v3.10.0
17622024-02-17T06:17:43.778Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632024-02-17T06:17:44.624Z Compiling async-stream v0.3.5
17642024-02-17T06:17:44.958Z Compiling colored v2.0.4
17652024-02-17T06:17:46.892Z Compiling slog-bunyan v2.5.0
17662024-02-17T06:17:47.306Z Compiling slog-term v2.9.0
17672024-02-17T06:17:47.328Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17682024-02-17T06:17:48.374Z Compiling tokio-rustls v0.25.0
17692024-02-17T06:17:48.859Z Compiling serde_with_macros v3.6.1
17702024-02-17T06:17:50.301Z Compiling parse-display-derive v0.9.0
17712024-02-17T06:17:51.532Z Compiling toml v0.8.10
17722024-02-17T06:17:51.830Z Compiling rustls-pemfile v2.0.0
17732024-02-17T06:17:52.647Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17742024-02-17T06:17:54.206Z Compiling sha1 v0.10.6
17752024-02-17T06:17:54.620Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17762024-02-17T06:17:55.215Z Compiling textwrap v0.11.0
17772024-02-17T06:17:56.361Z Compiling heck v0.3.3
17782024-02-17T06:17:56.735Z Compiling newtype-uuid v1.0.1
17792024-02-17T06:17:56.808Z Compiling serde_path_to_error v0.1.15
17802024-02-17T06:17:57.115Z Compiling strum_macros v0.26.1
17812024-02-17T06:17:57.555Z Compiling instant v0.1.12
17822024-02-17T06:17:57.735Z Compiling libefi-sys v0.1.0
17832024-02-17T06:17:57.889Z Compiling debug-ignore v1.0.5
17842024-02-17T06:17:58.060Z Compiling ansi_term v0.12.1
17852024-02-17T06:17:58.079Z Compiling strsim v0.8.0
17862024-02-17T06:17:58.650Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17872024-02-17T06:17:59.009Z Compiling vec_map v0.8.2
17882024-02-17T06:17:59.055Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17892024-02-17T06:17:59.373Z Compiling clap v2.34.0
17902024-02-17T06:18:02.168Z Compiling backoff v0.4.0
17912024-02-17T06:18:02.190Z Compiling strum v0.26.1
17922024-02-17T06:18:02.413Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17932024-02-17T06:18:02.590Z Compiling structopt-derive v0.4.18
17942024-02-17T06:18:02.623Z Compiling parse-display v0.9.0
17952024-02-17T06:18:02.756Z Compiling serde_with v3.6.1
17962024-02-17T06:18:04.476Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17972024-02-17T06:18:04.476Z Compiling rayon v1.8.0
17982024-02-17T06:18:04.643Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17992024-02-17T06:18:05.408Z Compiling camino-tempfile v1.1.1
18002024-02-17T06:18:06.327Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18012024-02-17T06:18:06.929Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18022024-02-17T06:18:07.078Z Compiling zone_cfg_derive v0.3.0
18032024-02-17T06:18:07.783Z Compiling macaddr v1.0.1
18042024-02-17T06:18:08.569Z Compiling num-derive v0.4.0
18052024-02-17T06:18:08.590Z Compiling blake3 v1.5.0
18062024-02-17T06:18:09.201Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18072024-02-17T06:18:09.615Z Compiling portable-atomic v1.4.3
18082024-02-17T06:18:10.519Z Compiling zone v0.3.0
18092024-02-17T06:18:10.660Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18102024-02-17T06:18:10.809Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18112024-02-17T06:18:12.672Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18122024-02-17T06:18:13.255Z Compiling structopt v0.3.26
18132024-02-17T06:18:13.732Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18142024-02-17T06:18:14.393Z Compiling smf v0.2.2
18152024-02-17T06:18:14.672Z Compiling memmap2 v0.7.1
18162024-02-17T06:18:14.962Z Compiling xattr v1.0.1
18172024-02-17T06:18:15.261Z Compiling filetime v0.2.23
18182024-02-17T06:18:15.279Z Compiling constant_time_eq v0.3.0
18192024-02-17T06:18:15.470Z Compiling arrayvec v0.7.4
18202024-02-17T06:18:15.536Z Compiling arrayref v0.3.7
18212024-02-17T06:18:15.653Z Compiling same-file v1.0.6
18222024-02-17T06:18:15.676Z Compiling tar v0.4.40
18232024-02-17T06:18:15.958Z Compiling walkdir v2.4.0
18242024-02-17T06:18:17.733Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18252024-02-17T06:18:18.608Z Compiling gethostname v0.4.3
18262024-02-17T06:18:18.845Z Compiling number_prefix v0.4.0
18272024-02-17T06:18:18.883Z Compiling topological-sort v0.2.2
18282024-02-17T06:18:19.133Z Compiling omicron-zone-package v0.11.0
18292024-02-17T06:18:19.153Z Compiling swrite v0.1.0
18302024-02-17T06:18:20.249Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18312024-02-17T06:18:21.608Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18322024-02-17T06:18:22.246Z Compiling indicatif v0.17.8
18332024-02-17T06:18:31.702Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18342024-02-17T06:18:34.265Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18352024-02-17T06:18:36.111Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18362024-02-17T06:18:55.321Z Finished release [optimized] target(s) in 5m 24s
18372024-02-17T06:18:55.532Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18382024-02-17T06:18:55.591ZLogging to: /work/oxidecomputer/omicron/out/LOG
18392024-02-17T06:18:55.605ZCreated new build target 'test' and set it as active
18402024-02-17T06:18:55.605Z
18412024-02-17T06:18:55.605Zreal 5:25.237202708
18422024-02-17T06:18:55.605Zuser 34:39.664653272
18432024-02-17T06:18:55.605Zsys 3:55.327491580
18442024-02-17T06:18:55.606Ztrap 1.061232787
18452024-02-17T06:18:55.606Ztflt 5.200463705
18462024-02-17T06:18:55.606Zdflt 3.774865190
18472024-02-17T06:18:55.606Zkflt 0.058458968
18482024-02-17T06:18:55.606Zlock 1:13:36.964997944
18492024-02-17T06:18:55.606Zslp 1:38:32.037427301
18502024-02-17T06:18:55.606Zlat 2:07.110407270
18512024-02-17T06:18:55.606Zstop 3:21.313866937
18522024-02-17T06:18:55.607Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18532024-02-17T06:18:56.311Z Finished release [optimized] target(s) in 0.66s
18542024-02-17T06:18:56.335Z Running `target/release/omicron-package -t test package`
18552024-02-17T06:18:56.362ZLogging to: /work/oxidecomputer/omicron/out/LOG
18562024-02-17T06:18:57.156Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18572024-02-17T06:18:57.159Z Compiling linked-hash-map v0.5.6
18582024-02-17T06:18:57.159Z Compiling usdt-macro v0.5.0
18592024-02-17T06:18:57.159Z Compiling usdt-attr-macro v0.5.0
18602024-02-17T06:18:57.220Z Compiling memmap v0.7.0
18612024-02-17T06:18:57.229Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18622024-02-17T06:18:57.229Z Compiling password-hash v0.5.0
18632024-02-17T06:18:57.245Z Compiling blake2 v0.10.6
18642024-02-17T06:18:57.682Z Compiling lru-cache v0.1.2
18652024-02-17T06:18:57.704Z Compiling semver v0.1.20
18662024-02-17T06:18:57.892Z Compiling argon2 v0.5.3
18672024-02-17T06:18:58.265Z Compiling rustc_version v0.1.7
18682024-02-17T06:18:59.017Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18692024-02-17T06:18:59.036Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18702024-02-17T06:18:59.036Z Compiling newtype_derive v0.1.6
18712024-02-17T06:18:59.036Z Compiling usdt v0.5.0
18722024-02-17T06:18:59.036Z Compiling rayon-core v1.12.0
18732024-02-17T06:18:59.037Z Compiling crossbeam-deque v0.8.3
18742024-02-17T06:18:59.037Z Compiling fastrand v2.0.1
18752024-02-17T06:18:59.239Z Compiling quick-error v1.2.3
18762024-02-17T06:18:59.323Z Compiling same-file v1.0.6
18772024-02-17T06:18:59.391Z Compiling resolv-conf v0.7.0
18782024-02-17T06:18:59.533Z Compiling walkdir v2.4.0
18792024-02-17T06:18:59.551Z Compiling tempfile v3.10.0
18802024-02-17T06:19:00.266Z Compiling camino v1.1.6
18812024-02-17T06:19:00.327Z Compiling itertools v0.12.1
18822024-02-17T06:19:00.352Z Compiling semver-parser v0.10.2
18832024-02-17T06:19:00.359Z Compiling slog-dtrace v0.3.0
18842024-02-17T06:19:00.749Z Compiling rayon v1.8.0
18852024-02-17T06:19:00.793Z Compiling blake3 v1.5.0
18862024-02-17T06:19:01.091Z Compiling semver v0.11.0
18872024-02-17T06:19:01.661Z Compiling trust-dns-resolver v0.22.0
18882024-02-17T06:19:01.805Z Compiling nibble_vec v0.1.0
18892024-02-17T06:19:02.044Z Compiling memmap2 v0.7.1
18902024-02-17T06:19:02.282Z Compiling filetime v0.2.23
18912024-02-17T06:19:02.794Z Compiling xattr v1.0.1
18922024-02-17T06:19:02.806Z Compiling endian-type v0.1.2
18932024-02-17T06:19:02.806Z Compiling home v0.5.5
18942024-02-17T06:19:02.806Z Compiling constant_time_eq v0.3.0
18952024-02-17T06:19:02.806Z Compiling arrayvec v0.7.4
18962024-02-17T06:19:02.806Z Compiling arrayref v0.3.7
18972024-02-17T06:19:02.838Z Compiling toolchain_find v0.2.0
18982024-02-17T06:19:02.876Z Compiling radix_trie v0.2.1
18992024-02-17T06:19:03.167Z Compiling tar v0.4.40
19002024-02-17T06:19:03.326Z Compiling camino-tempfile v1.1.1
19012024-02-17T06:19:03.754Z Compiling steno v0.4.0
19022024-02-17T06:19:04.330Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19032024-02-17T06:19:05.091Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19042024-02-17T06:19:05.516Z Compiling toml v0.5.11
19052024-02-17T06:19:05.604Z Compiling derive-where v1.2.7
19062024-02-17T06:19:05.745Z Compiling num-rational v0.4.1
19072024-02-17T06:19:06.078Z Compiling topological-sort v0.2.2
19082024-02-17T06:19:06.303Z Compiling radium v0.7.0
19092024-02-17T06:19:06.791Z Compiling omicron-zone-package v0.11.0
19102024-02-17T06:19:07.142Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19112024-02-17T06:19:07.400Z Compiling rustfmt-wrapper v0.2.0
19122024-02-17T06:19:08.001Z Compiling toml v0.8.10
19132024-02-17T06:19:08.925Z Compiling tap v1.0.1
19142024-02-17T06:19:08.996Z Compiling cancel-safe-futures v0.1.5
19152024-02-17T06:19:09.125Z Compiling maybe-uninit v2.0.0
19162024-02-17T06:19:09.365Z Compiling wyz v0.5.1
19172024-02-17T06:19:09.839Z Compiling num-complex v0.4.4
19182024-02-17T06:19:10.212Z Compiling packed_struct v0.10.1
19192024-02-17T06:19:10.651Z Compiling crc-catalog v2.2.0
19202024-02-17T06:19:10.807Z Compiling num-bigint-dig v0.8.4
19212024-02-17T06:19:11.136Z Compiling funty v2.0.0
19222024-02-17T06:19:11.220Z Compiling num v0.4.1
19232024-02-17T06:19:11.333Z Compiling crc v3.0.1
19242024-02-17T06:19:12.340Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19252024-02-17T06:19:12.659Z Compiling bitvec v1.0.1
19262024-02-17T06:19:12.939Z Compiling fxhash v0.2.1
19272024-02-17T06:19:13.188Z Compiling packed_struct_codegen v0.10.1
19282024-02-17T06:19:13.400Z Compiling indexmap v1.9.3
19292024-02-17T06:19:14.141Z Compiling utf-8 v0.7.6
19302024-02-17T06:19:14.147Z Compiling nodrop v0.1.14
19312024-02-17T06:19:14.187Z Compiling tungstenite v0.20.1
19322024-02-17T06:19:14.267Z Compiling array-init v0.0.4
19332024-02-17T06:19:15.617Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19342024-02-17T06:19:15.959Z Compiling smallvec v0.6.14
19352024-02-17T06:19:17.553Z Compiling pkcs1 v0.7.5
19362024-02-17T06:19:20.244Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19372024-02-17T06:19:21.402Z Compiling signature v2.1.0
19382024-02-17T06:19:21.655Z Compiling unicase v2.7.0
19392024-02-17T06:19:22.001Z Compiling half v2.3.1
19402024-02-17T06:19:22.217Z Compiling ciborium-io v0.2.2
19412024-02-17T06:19:22.351Z Compiling termcolor v1.2.0
19422024-02-17T06:19:22.805Z Compiling bitfield v0.14.0
19432024-02-17T06:19:23.128Z Compiling hashbrown v0.12.3
19442024-02-17T06:19:24.285Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19452024-02-17T06:19:25.093Z Compiling env_logger v0.10.0
19462024-02-17T06:19:25.645Z Compiling ciborium-ll v0.2.2
19472024-02-17T06:19:26.248Z Compiling rsa v0.9.2
19482024-02-17T06:19:29.104Z Compiling serde-hex v0.1.0
19492024-02-17T06:19:29.619Z Compiling tokio-tungstenite v0.20.1
19502024-02-17T06:19:29.860Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19512024-02-17T06:19:30.217Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19522024-02-17T06:19:30.893Z Compiling x509-cert v0.2.4
19532024-02-17T06:19:31.877Z Compiling ron v0.8.1
19542024-02-17T06:19:36.076Z Compiling hashbrown v0.13.2
19552024-02-17T06:19:36.317Z Compiling crc-any v2.4.3
19562024-02-17T06:19:37.328Z Compiling display-error-chain v0.2.0
19572024-02-17T06:19:37.520Z Compiling arc-swap v1.6.0
19582024-02-17T06:19:38.355Z Compiling slog-scope v4.4.0
19592024-02-17T06:19:38.496Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19602024-02-17T06:19:39.253Z Compiling object v0.30.4
19612024-02-17T06:19:44.575Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19622024-02-17T06:19:44.851Z Compiling ciborium v0.2.2
19632024-02-17T06:19:46.407Z Compiling libsw v3.3.1
19642024-02-17T06:19:46.765Z Compiling path-slash v0.1.5
19652024-02-17T06:19:46.991Z Compiling linear-map v1.2.0
19662024-02-17T06:19:47.262Z Compiling parking_lot_core v0.8.6
19672024-02-17T06:19:47.443Z Compiling owo-colors v4.0.0
19682024-02-17T06:19:47.709Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19692024-02-17T06:19:50.874Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19702024-02-17T06:19:53.493Z Compiling slog-stdlog v4.1.1
19712024-02-17T06:19:54.609Z Compiling dirs-sys-next v0.1.2
19722024-02-17T06:19:55.146Z Compiling crunchy v0.2.2
19732024-02-17T06:19:55.247Z Compiling glob v0.3.1
19742024-02-17T06:19:55.669Z Compiling convert_case v0.4.0
19752024-02-17T06:19:56.104Z Compiling clang-sys v1.6.1
19762024-02-17T06:19:56.480Z Compiling derive_more v0.99.17
19772024-02-17T06:19:56.841Z Compiling dirs-next v2.0.0
19782024-02-17T06:19:57.419Z Compiling slog-envlogger v2.2.0
19792024-02-17T06:19:59.202Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19802024-02-17T06:19:59.608Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19812024-02-17T06:20:00.167Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19822024-02-17T06:20:01.931Z Compiling prettyplease v0.2.16
19832024-02-17T06:20:02.262Z Compiling tiny-keccak v2.0.2
19842024-02-17T06:20:02.988Z Compiling platforms v3.0.2
19852024-02-17T06:20:03.005Z Compiling parking_lot v0.11.2
19862024-02-17T06:20:04.032Z Compiling mime_guess v2.0.4
19872024-02-17T06:20:05.306Z Compiling term v0.7.0
19882024-02-17T06:20:05.714Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19892024-02-17T06:20:06.836Z Compiling trust-dns-client v0.22.0
19902024-02-17T06:20:07.236Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19912024-02-17T06:20:09.645Z Compiling darling_core v0.14.4
19922024-02-17T06:20:12.940Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19932024-02-17T06:20:14.213Z Compiling pem v3.0.2
19942024-02-17T06:20:15.229Z Compiling darling_macro v0.14.4
19952024-02-17T06:20:16.792Z Compiling trust-dns-server v0.22.1
19962024-02-17T06:20:18.149Z Compiling ascii-canvas v3.0.0
19972024-02-17T06:20:19.028Z Compiling sled v0.34.7
19982024-02-17T06:20:19.202Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19992024-02-17T06:20:23.354Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20002024-02-17T06:20:23.590Z Compiling is-terminal v0.4.9
20012024-02-17T06:20:23.735Z Compiling ena v0.14.2
20022024-02-17T06:20:24.168Z Compiling vte_generate_state_changes v0.1.1
20032024-02-17T06:20:24.827Z Compiling libloading v0.7.4
20042024-02-17T06:20:25.141Z Compiling diff v0.1.13
20052024-02-17T06:20:25.203Z Compiling regex-syntax v0.6.29
20062024-02-17T06:20:25.688Z Compiling bindgen v0.69.2
20072024-02-17T06:20:31.576Z Compiling lalrpop v0.19.12
20082024-02-17T06:20:33.736Z Compiling vte v0.11.1
20092024-02-17T06:20:36.244Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20102024-02-17T06:20:38.326Z Compiling curve25519-dalek v4.1.1
20112024-02-17T06:20:40.310Z Compiling darling v0.14.4
20122024-02-17T06:20:40.729Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20132024-02-17T06:20:43.373Z Compiling cexpr v0.6.0
20142024-02-17T06:20:44.929Z Compiling which v4.4.0
20152024-02-17T06:20:45.516Z Compiling kstat-rs v0.2.3
20162024-02-17T06:20:46.827Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20172024-02-17T06:20:47.627Z Compiling memoffset v0.7.1
20182024-02-17T06:20:47.971Z Compiling bytecount v0.6.3
20192024-02-17T06:20:48.305Z Compiling peeking_take_while v0.1.2
20202024-02-17T06:20:48.461Z Compiling buf-list v1.0.3
20212024-02-17T06:20:49.050Z Compiling lazycell v1.3.0
20222024-02-17T06:20:49.234Z Compiling rustc-hash v1.1.0
20232024-02-17T06:20:49.390Z Compiling keccak v0.1.4
20242024-02-17T06:20:50.419Z Compiling shlex v1.3.0
20252024-02-17T06:20:50.843Z Compiling doc-comment v0.3.3
20262024-02-17T06:20:53.375Z Compiling sha3 v0.10.8
20272024-02-17T06:20:53.936Z Compiling papergrid v0.11.0
20282024-02-17T06:20:55.125Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20292024-02-17T06:20:55.743Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20302024-02-17T06:20:56.928Z Compiling derive_builder_core v0.12.0
20312024-02-17T06:20:59.421Z Compiling strip-ansi-escapes v0.2.0
20322024-02-17T06:21:00.426Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20332024-02-17T06:21:00.802Z Compiling polar-core v0.27.0
20342024-02-17T06:21:02.283Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20352024-02-17T06:21:04.925Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20362024-02-17T06:21:06.005Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20372024-02-17T06:21:06.652Z Compiling tabled_derive v0.7.0
20382024-02-17T06:21:07.045Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20392024-02-17T06:21:07.281Z Compiling fd-lock v4.0.2
20402024-02-17T06:21:07.504Z Compiling fd-lock v3.0.13
20412024-02-17T06:21:07.742Z Compiling headers-core v0.2.0
20422024-02-17T06:21:07.914Z Compiling universal-hash v0.5.1
20432024-02-17T06:21:08.160Z Compiling nix v0.27.1
20442024-02-17T06:21:09.039Z Compiling secrecy v0.8.0
20452024-02-17T06:21:09.773Z Compiling libxml v0.3.3
20462024-02-17T06:21:09.794Z Compiling thiserror-impl-no-std v2.0.2
20472024-02-17T06:21:10.532Z Compiling pin-project-internal v1.1.3
20482024-02-17T06:21:11.168Z Compiling curve25519-dalek-derive v0.1.0
20492024-02-17T06:21:12.263Z Compiling sqlparser_derive v0.2.2
20502024-02-17T06:21:12.273Z Compiling opaque-debug v0.3.0
20512024-02-17T06:21:12.287Z Compiling ref-cast v1.0.20
20522024-02-17T06:21:13.054Z Compiling nu-ansi-term v0.50.0
20532024-02-17T06:21:13.062Z Compiling unicode_categories v0.1.1
20542024-02-17T06:21:13.063Z Compiling sqlparser v0.43.1
20552024-02-17T06:21:13.063Z Compiling rustyline v13.0.0
20562024-02-17T06:21:13.149Z Compiling reedline v0.29.0
20572024-02-17T06:21:13.542Z Compiling pin-project v1.1.3
20582024-02-17T06:21:13.676Z Compiling sqlformat v0.2.3
20592024-02-17T06:21:14.202Z Compiling thiserror-no-std v2.0.2
20602024-02-17T06:21:15.053Z Compiling poly1305 v0.8.0
20612024-02-17T06:21:16.737Z Compiling tabled v0.15.0
20622024-02-17T06:21:22.461Z Compiling headers v0.3.9
20632024-02-17T06:21:22.486Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20642024-02-17T06:21:24.138Z Compiling derive_builder_macro v0.12.0
20652024-02-17T06:21:27.113Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20662024-02-17T06:21:28.025Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20672024-02-17T06:21:28.329Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20682024-02-17T06:21:28.638Z Compiling chacha20 v0.9.1
20692024-02-17T06:21:29.126Z Compiling aead v0.5.2
20702024-02-17T06:21:29.467Z Compiling strum_macros v0.24.3
20712024-02-17T06:21:33.206Z Compiling bcs v0.1.6
20722024-02-17T06:21:34.142Z Compiling snafu-derive v0.7.5
20732024-02-17T06:21:35.543Z Compiling ref-cast-impl v1.0.20
20742024-02-17T06:21:36.392Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20752024-02-17T06:21:36.716Z Compiling fs-err v2.11.0
20762024-02-17T06:21:36.757Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20772024-02-17T06:21:37.051Z Compiling cookie v0.18.0
20782024-02-17T06:21:37.093Z Compiling signature v1.6.4
20792024-02-17T06:21:37.264Z Compiling indoc v1.0.9
20802024-02-17T06:21:37.786Z Compiling salty v0.2.0
20812024-02-17T06:21:37.861Z Compiling highway v1.1.0
20822024-02-17T06:21:38.242Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20832024-02-17T06:21:38.596Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20842024-02-17T06:21:39.394Z Compiling snafu v0.7.5
20852024-02-17T06:21:39.405Z Compiling ed25519 v1.5.3
20862024-02-17T06:21:40.141Z Compiling chacha20poly1305 v0.10.1
20872024-02-17T06:21:40.401Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20882024-02-17T06:21:40.879Z Compiling derive_builder v0.12.0
20892024-02-17T06:21:45.655Z Compiling vsss-rs v3.3.4
20902024-02-17T06:21:48.521Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20912024-02-17T06:21:49.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20922024-02-17T06:21:49.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20932024-02-17T06:21:49.842Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20942024-02-17T06:21:49.842Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20952024-02-17T06:21:49.843Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20962024-02-17T06:21:51.009Z Compiling globset v0.4.13
20972024-02-17T06:21:52.286Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20982024-02-17T06:21:54.245Z Compiling olpc-cjson v0.1.3
20992024-02-17T06:21:54.818Z Compiling bb8 v0.8.3
21002024-02-17T06:21:55.229Z Compiling quick-xml v0.30.0
21012024-02-17T06:21:55.294Z Compiling serde_plain v1.0.2
21022024-02-17T06:21:55.838Z Compiling serde-big-array v0.5.1
21032024-02-17T06:21:55.848Z Compiling impl-trait-for-tuples v0.2.2
21042024-02-17T06:21:55.848Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21052024-02-17T06:21:56.748Z Compiling async-recursion v1.0.5
21062024-02-17T06:21:57.805Z Compiling oso-derive v0.27.0
21072024-02-17T06:21:58.856Z Compiling typed-path v0.7.0
21082024-02-17T06:22:06.980Z Compiling http-range v0.1.5
21092024-02-17T06:22:07.152Z Compiling maplit v1.0.2
21102024-02-17T06:22:07.152Z Compiling hyper-staticfile v0.9.5
21112024-02-17T06:22:07.152Z Compiling tough v0.16.0
21122024-02-17T06:22:07.220Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21132024-02-17T06:22:07.220Z Compiling oso v0.27.0
21142024-02-17T06:22:07.220Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21152024-02-17T06:22:12.629Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21162024-02-17T06:22:13.442Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21172024-02-17T06:22:41.896Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21182024-02-17T06:22:42.052Z Compiling signal-hook-tokio v0.3.1
21192024-02-17T06:22:42.052Z Compiling serde-big-array v0.4.1
21202024-02-17T06:22:42.052Z Compiling parse-size v1.0.0
21212024-02-17T06:22:42.053Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21222024-02-17T06:22:42.053Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21232024-02-17T06:22:42.652Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21242024-02-17T06:22:43.501Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21252024-02-17T06:22:43.543Z Compiling castaway v0.2.2
21262024-02-17T06:22:44.195Z Compiling corncobs v0.1.3
21272024-02-17T06:22:44.614Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21282024-02-17T06:22:48.213Z Compiling compact_str v0.7.1
21292024-02-17T06:22:48.634Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21302024-02-17T06:22:52.711Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21312024-02-17T06:22:56.040Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21322024-02-17T06:22:56.300Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21332024-02-17T06:22:56.631Z Compiling lru v0.12.1
21342024-02-17T06:22:56.986Z Compiling stability v0.1.1
21352024-02-17T06:22:58.387Z Compiling cassowary v0.3.0
21362024-02-17T06:23:01.869Z Compiling indoc v2.0.3
21372024-02-17T06:23:02.773Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21382024-02-17T06:23:02.929Z Compiling ratatui v0.26.1
21392024-02-17T06:23:03.377Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21402024-02-17T06:23:12.188Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21412024-02-17T06:23:12.230Z Compiling rcgen v0.12.1
21422024-02-17T06:23:18.242Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21432024-02-17T06:23:23.078Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21442024-02-17T06:23:23.403Z Compiling atomicwrites v0.4.3
21452024-02-17T06:23:23.487Z Compiling subprocess v0.2.9
21462024-02-17T06:23:24.361Z Compiling smawk v0.3.1
21472024-02-17T06:23:24.365Z Compiling unicode-linebreak v0.1.5
21482024-02-17T06:23:24.768Z Compiling textwrap v0.16.0
21492024-02-17T06:23:28.690Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21502024-02-17T06:23:29.217Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21512024-02-17T06:23:38.042Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21522024-02-17T06:23:38.955Z Compiling fatfs v0.3.6
21532024-02-17T06:23:42.499Z Compiling nanorand v0.7.0
21542024-02-17T06:23:43.319Z Compiling rtoolbox v0.0.1
21552024-02-17T06:23:44.491Z Compiling humantime v2.1.0
21562024-02-17T06:23:44.777Z Compiling is_ci v1.2.0
21572024-02-17T06:23:45.090Z Compiling assert_matches v1.5.0
21582024-02-17T06:23:45.189Z Compiling supports-color v3.0.0
21592024-02-17T06:23:45.654Z Compiling rpassword v7.3.1
21602024-02-17T06:23:45.926Z Compiling flume v0.11.0
21612024-02-17T06:23:46.097Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21622024-02-17T06:23:46.758Z Compiling tui-tree-widget v0.17.0
21632024-02-17T06:23:47.176Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21642024-02-17T06:23:55.150Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21652024-02-17T06:23:55.523Z Compiling csv-core v0.1.11
21662024-02-17T06:23:56.566Z Compiling shell-words v1.1.0
21672024-02-17T06:23:57.027Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21682024-02-17T06:23:57.054Z Compiling csv v1.3.0
21692024-02-17T06:23:59.419Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21702024-02-17T06:24:45.966Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21712024-02-17T06:24:56.923Z Compiling multimap v0.10.0
21722024-02-17T06:26:25.027Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21732024-02-17T06:26:29.113Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21742024-02-17T06:26:30.992Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21752024-02-17T06:33:00.762Z Finished release [optimized] target(s) in 14m 04s
21762024-02-17T06:34:30.434Z
21772024-02-17T06:34:30.434Zreal 15:34.681665558
21782024-02-17T06:34:30.434Zuser 1:43:56.088975459
21792024-02-17T06:34:30.434Zsys 4:25.244173572
21802024-02-17T06:34:30.434Ztrap 2.591533146
21812024-02-17T06:34:30.434Ztflt 1.783716648
21822024-02-17T06:34:30.438Zdflt 2.586467186
21832024-02-17T06:34:30.438Zkflt 0.054722987
21842024-02-17T06:34:30.438Zlock 6:32:47.604768228
21852024-02-17T06:34:30.438Zslp 4:03:58.878037056
21862024-02-17T06:34:30.438Zlat 2:16.189648305
21872024-02-17T06:34:30.438Zstop 55.245867620
21882024-02-17T06:34:30.438Z+ 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/*)
21892024-02-17T06:34:30.439Z+ pfexec mkdir -p /work
21902024-02-17T06:34:30.439Z+ pfexec chown build /work
21912024-02-17T06:34:30.443Z+ 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
21922024-02-17T06:34:40.562ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21932024-02-17T06:34:40.563Za out/mg-ddm-gz.tar 67684K
21942024-02-17T06:34:40.563Za out/omicron-sled-agent.tar 120125K
21952024-02-17T06:34:40.563Za out/oxlog.tar 8357K
21962024-02-17T06:34:40.563Za out/target/test 1K
21972024-02-17T06:34:40.563Za out/npuzone/npuzone 36313K
21982024-02-17T06:34:40.563Za package-manifest.toml 24K
21992024-02-17T06:34:40.564Za smf/sled-agent/non-gimlet/config.toml 4K
22002024-02-17T06:34:40.564Za target/release/omicron-package 44797K
22012024-02-17T06:34:40.564Za tools/create_virtual_hardware.sh 4K
22022024-02-17T06:34:40.564Za tools/virtual_hardware.sh 4K
22032024-02-17T06:34:40.564Za tools/scrimlet/create-softnpu-zone.sh 1K
22042024-02-17T06:34:40.564Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22052024-02-17T06:34:40.564Za tools/scrimlet/softnpu-init.sh 3K
22062024-02-17T06:34:40.564Za tools/scrimlet/softnpu-zone.txt 1K
22072024-02-17T06:34:40.564Za tools/scrimlet/softnpu.toml 1K
22082024-02-17T06:34:40.574Z
22092024-02-17T06:34:40.574Zreal 10.111377432
22102024-02-17T06:34:40.574Zuser 9.741872085
22112024-02-17T06:34:40.574Zsys 0.746446684
22122024-02-17T06:34:40.574Ztrap 0.002127555
22132024-02-17T06:34:40.574Ztflt 0.000000000
22142024-02-17T06:34:40.574Zdflt 0.000000000
22152024-02-17T06:34:40.575Zkflt 0.000000000
22162024-02-17T06:34:40.575Zlock 0.000000000
22172024-02-17T06:34:40.575Zslp 9.491734089
22182024-02-17T06:34:40.575Zlat 0.236932685
22192024-02-17T06:34:40.575Zstop 0.000289577
22202024-02-17T06:34:40.575Z++ pwd
22212024-02-17T06:34:40.576Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22222024-02-17T06:34:40.576Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22232024-02-17T06:34:40.576Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22242024-02-17T06:34:41.327Z Finished release [optimized] target(s) in 0.69s
22252024-02-17T06:34:41.339Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22262024-02-17T06:34:41.377ZLogging to: /work/oxidecomputer/omicron/out/LOG
22272024-02-17T06:34:41.806ZCreated new build target 'host' and set it as active
22282024-02-17T06:34:41.806Z
22292024-02-17T06:34:41.806Zreal 0.808431738
22302024-02-17T06:34:41.806Zuser 0.551623646
22312024-02-17T06:34:41.806Zsys 0.257589527
22322024-02-17T06:34:41.806Ztrap 0.000065119
22332024-02-17T06:34:41.806Ztflt 0.000006279
22342024-02-17T06:34:41.806Zdflt 0.000000000
22352024-02-17T06:34:41.806Zkflt 0.000000000
22362024-02-17T06:34:41.806Zlock 0.027136086
22372024-02-17T06:34:41.807Zslp 0.017201059
22382024-02-17T06:34:41.807Zlat 0.000962026
22392024-02-17T06:34:41.807Zstop 0.000158020
22402024-02-17T06:34:41.807Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22412024-02-17T06:34:42.090Z Finished release [optimized] target(s) in 0.65s
22422024-02-17T06:34:42.117Z Running `target/release/omicron-package -t host package`
22432024-02-17T06:34:42.149ZLogging to: /work/oxidecomputer/omicron/out/LOG
22442024-02-17T06:34:42.921Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22452024-02-17T06:34:58.476Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22462024-02-17T06:36:13.449Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22472024-02-17T06:37:46.257Z Finished release [optimized] target(s) in 3m 04s
22482024-02-17T06:39:00.217Z
22492024-02-17T06:39:00.223Zreal 4:18.767179775
22502024-02-17T06:39:00.223Zuser 18:43.033670492
22512024-02-17T06:39:00.223Zsys 46.806838111
22522024-02-17T06:39:00.223Ztrap 0.371724722
22532024-02-17T06:39:00.223Ztflt 0.142549039
22542024-02-17T06:39:00.224Zdflt 4.300643746
22552024-02-17T06:39:00.224Zkflt 0.022398834
22562024-02-17T06:39:00.224Zlock 1:45:38.482438886
22572024-02-17T06:39:00.224Zslp 19:28.979570540
22582024-02-17T06:39:00.224Zlat 9.071994880
22592024-02-17T06:39:00.224Zstop 3.326615601
22602024-02-17T06:39:00.224Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22612024-02-17T06:39:00.224Z+ for package in "$@"
22622024-02-17T06:39:00.224Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22632024-02-17T06:39:00.224Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git7ef19c0c52b
22642024-02-17T06:39:02.626Z Finished release [optimized] target(s) in 0.69s
22652024-02-17T06:39:02.733Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git7ef19c0c52b`
22662024-02-17T06:39:02.733ZLogging to: /work/oxidecomputer/omicron/out/LOG
22672024-02-17T06:39:02.733ZCreated: out/versioned/omicron-sled-agent.tar
22682024-02-17T06:39:02.733Z+ for package in "$@"
22692024-02-17T06:39:02.733Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22702024-02-17T06:39:02.733Z+ echo 0.0.0
22712024-02-17T06:39:02.733Z+ tar rvf out/mg-ddm-gz.tar VERSION
22722024-02-17T06:39:02.734Za VERSION 1K
22732024-02-17T06:39:02.734Z+ rm VERSION
22742024-02-17T06:39:02.734Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b
22752024-02-17T06:39:02.734Z Finished release [optimized] target(s) in 0.67s
22762024-02-17T06:39:02.734Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b`
22772024-02-17T06:39:02.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
22782024-02-17T06:39:02.734ZCreated: out/versioned/mg-ddm-gz.tar
22792024-02-17T06:39:02.734Z+ for package in "$@"
22802024-02-17T06:39:02.735Z+ [[ propolis-server == mg-ddm-gz ]]
22812024-02-17T06:39:02.735Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git7ef19c0c52b
22822024-02-17T06:39:02.888Z Finished release [optimized] target(s) in 0.70s
22832024-02-17T06:39:02.911Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git7ef19c0c52b`
22842024-02-17T06:39:02.944ZLogging to: /work/oxidecomputer/omicron/out/LOG
22852024-02-17T06:39:04.011ZCreated: out/versioned/propolis-server.tar.gz
22862024-02-17T06:39:04.031Z+ for package in "$@"
22872024-02-17T06:39:04.031Z+ [[ overlay == mg-ddm-gz ]]
22882024-02-17T06:39:04.031Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git7ef19c0c52b
22892024-02-17T06:39:04.712Z Finished release [optimized] target(s) in 0.66s
22902024-02-17T06:39:04.736Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git7ef19c0c52b`
22912024-02-17T06:39:04.803ZLogging to: /work/oxidecomputer/omicron/out/LOG
22922024-02-17T06:39:05.249ZCreated: out/versioned/overlay.tar.gz
22932024-02-17T06:39:05.249Z+ for package in "$@"
22942024-02-17T06:39:05.249Z+ [[ oxlog == mg-ddm-gz ]]
22952024-02-17T06:39:05.249Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git7ef19c0c52b
22962024-02-17T06:39:05.494Z Finished release [optimized] target(s) in 0.66s
22972024-02-17T06:39:05.523Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git7ef19c0c52b`
22982024-02-17T06:39:05.552ZLogging to: /work/oxidecomputer/omicron/out/LOG
22992024-02-17T06:39:05.573ZCreated: out/versioned/oxlog.tar
23002024-02-17T06:39:05.580Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23012024-02-17T06:39:05.581Z+++ dirname -- ./tools/build-global-zone-packages.sh
23022024-02-17T06:39:05.581Z++ cd -- ./tools
23032024-02-17T06:39:05.581Z++ pwd
23042024-02-17T06:39:05.581Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23052024-02-17T06:39:05.595Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23062024-02-17T06:39:05.595Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23072024-02-17T06:39:05.595Z++ readlink -f /work
23082024-02-17T06:39:05.595Z+ out_dir=/work
23092024-02-17T06:39:05.596Z+ 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")
23102024-02-17T06:39:05.596Z+ for dep in "${deps[@]}"
23112024-02-17T06:39:05.596Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23122024-02-17T06:39:05.596Z+ for dep in "${deps[@]}"
23132024-02-17T06:39:05.596Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23142024-02-17T06:39:05.596Z+ for dep in "${deps[@]}"
23152024-02-17T06:39:05.596Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23162024-02-17T06:39:05.596Z+ for dep in "${deps[@]}"
23172024-02-17T06:39:05.596Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23182024-02-17T06:39:05.596Z+ for dep in "${deps[@]}"
23192024-02-17T06:39:05.596Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23202024-02-17T06:39:05.596Z++ mktemp -d
23212024-02-17T06:39:05.596Z+ tmp_gz=/tmp/tmp.KoaiSh
23222024-02-17T06:39:05.596Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23232024-02-17T06:39:05.596Z+ echo '{"v":"1","t":"layer"}'
23242024-02-17T06:39:05.596Z+ pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/sled-agent
23252024-02-17T06:39:05.596Z+ mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/sled-agent
23262024-02-17T06:39:05.612Z+ cd /tmp/tmp.KoaiSh/root/opt/oxide/sled-agent
23272024-02-17T06:39:05.612Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23282024-02-17T06:39:05.690Zx ., 0 bytes, 0 tape blocks
23292024-02-17T06:39:05.690Zx zone-bundle, 41912592 bytes, 81861 tape blocks
23302024-02-17T06:39:05.690Zx sled-agent, 81073136 bytes, 158346 tape blocks
23312024-02-17T06:39:05.690Zx pkg, 0 bytes, 0 tape blocks
23322024-02-17T06:39:05.690Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23332024-02-17T06:39:05.690Zx pkg/README.md, 54 bytes, 1 tape blocks
23342024-02-17T06:39:05.690Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23352024-02-17T06:39:05.690Zx VERSION, 25 bytes, 1 tape blocks
23362024-02-17T06:39:05.707Z+ mkdir -p /tmp/tmp.KoaiSh/root/lib/svc/manifest/site/
23372024-02-17T06:39:05.707Z+ mv pkg/manifest.xml /tmp/tmp.KoaiSh/root/lib/svc/manifest/site/sled-agent.xml
23382024-02-17T06:39:05.707Z+ cd -
23392024-02-17T06:39:05.707Z/work/oxidecomputer/omicron
23402024-02-17T06:39:05.707Z+ pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm
23412024-02-17T06:39:05.707Z+ mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm
23422024-02-17T06:39:05.707Z+ cd /tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm
23432024-02-17T06:39:05.707Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23442024-02-17T06:39:05.747Zx ., 0 bytes, 0 tape blocks
23452024-02-17T06:39:05.747Zx ddmadm, 36202584 bytes, 70709 tape blocks
23462024-02-17T06:39:05.747Zx ddmd, 33092232 bytes, 64634 tape blocks
23472024-02-17T06:39:05.747Zx pkg, 0 bytes, 0 tape blocks
23482024-02-17T06:39:05.747Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23492024-02-17T06:39:05.747Zx pkg/mgd, 0 bytes, 0 tape blocks
23502024-02-17T06:39:05.747Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23512024-02-17T06:39:05.748Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23522024-02-17T06:39:05.748Zx pkg/ddm, 0 bytes, 0 tape blocks
23532024-02-17T06:39:05.748Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23542024-02-17T06:39:05.748Zx VERSION, 25 bytes, 1 tape blocks
23552024-02-17T06:39:05.748Z+ cd -
23562024-02-17T06:39:05.748Z/work/oxidecomputer/omicron
23572024-02-17T06:39:05.748Z+ pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/oxlog
23582024-02-17T06:39:05.748Z+ mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/oxlog
23592024-02-17T06:39:05.748Z+ cd /tmp/tmp.KoaiSh/root/opt/oxide/oxlog
23602024-02-17T06:39:05.748Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23612024-02-17T06:39:05.840Zx ., 0 bytes, 0 tape blocks
23622024-02-17T06:39:05.841Zx oxlog, 8554656 bytes, 16709 tape blocks
23632024-02-17T06:39:05.841Zx VERSION, 25 bytes, 1 tape blocks
23642024-02-17T06:39:05.841Z+ cd -
23652024-02-17T06:39:05.841Z/work/oxidecomputer/omicron
23662024-02-17T06:39:05.841Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.KoaiSh/root/opt/oxide
23672024-02-17T06:39:05.841Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.KoaiSh/root/opt/oxide
23682024-02-17T06:39:05.841Z+ cd /tmp/tmp.KoaiSh
23692024-02-17T06:39:05.841Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23702024-02-17T06:39:14.603ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23712024-02-17T06:39:14.603Za oxide.json 1K
23722024-02-17T06:39:14.604Za root/ 0K
23732024-02-17T06:39:14.604Za root/opt/ 0K
23742024-02-17T06:39:14.605Za root/opt/oxide/ 0K
23752024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/ 0K
23762024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/zone-bundle 40931K
23772024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/sled-agent 79173K
23782024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/pkg/ 0K
23792024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23802024-02-17T06:39:14.606Za root/opt/oxide/sled-agent/pkg/README.md 1K
23812024-02-17T06:39:14.607Za root/opt/oxide/sled-agent/VERSION 1K
23822024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/ 0K
23832024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/ddmadm 35355K
23842024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/ddmd 32317K
23852024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/pkg/ 0K
23862024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23872024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23882024-02-17T06:39:14.607Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23892024-02-17T06:39:14.608Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23902024-02-17T06:39:14.608Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23912024-02-17T06:39:14.608Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23922024-02-17T06:39:14.608Za root/opt/oxide/mg-ddm/VERSION 1K
23932024-02-17T06:39:14.608Za root/opt/oxide/oxlog/ 0K
23942024-02-17T06:39:14.608Za root/opt/oxide/oxlog/oxlog 8355K
23952024-02-17T06:39:14.608Za root/opt/oxide/oxlog/VERSION 1K
23962024-02-17T06:39:14.608Za root/opt/oxide/propolis-server.tar.gz 64543K
23972024-02-17T06:39:14.608Za root/opt/oxide/overlay.tar.gz 3K
23982024-02-17T06:39:14.608Za root/lib/ 0K
23992024-02-17T06:39:14.608Za root/lib/svc/ 0K
24002024-02-17T06:39:14.609Za root/lib/svc/manifest/ 0K
24012024-02-17T06:39:14.609Za root/lib/svc/manifest/site/ 0K
24022024-02-17T06:39:14.609Za root/lib/svc/manifest/site/sled-agent.xml 3K
24032024-02-17T06:39:14.630Z+ cd /
24042024-02-17T06:39:14.631Z+ rm -rf /tmp/tmp.KoaiSh
24052024-02-17T06:39:14.631Z
24062024-02-17T06:39:14.631Zreal 9.045680798
24072024-02-17T06:39:14.631Zuser 8.436237299
24082024-02-17T06:39:14.631Zsys 0.645410590
24092024-02-17T06:39:14.631Ztrap 0.001727553
24102024-02-17T06:39:14.631Ztflt 0.000000000
24112024-02-17T06:39:14.631Zdflt 0.000003779
24122024-02-17T06:39:14.631Zkflt 0.000000000
24132024-02-17T06:39:14.632Zlock 0.000000000
24142024-02-17T06:39:14.632Zslp 17.529680770
24152024-02-17T06:39:14.632Zlat 0.208792006
24162024-02-17T06:39:14.632Zstop 0.000213522
24172024-02-17T06:39:14.632Z+ mkdir -p /work/zones
24182024-02-17T06:39:14.632Z+ 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)
24192024-02-17T06:39:14.632Z+ 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/
24202024-02-17T06:39:17.130Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24212024-02-17T06:39:17.908Z Finished release [optimized] target(s) in 0.71s
24222024-02-17T06:39:17.954Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24232024-02-17T06:39:17.975ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242024-02-17T06:39:17.976ZCreated new build target 'recovery' and set it as active
24252024-02-17T06:39:17.976Z
24262024-02-17T06:39:17.976Zreal 0.828331472
24272024-02-17T06:39:17.976Zuser 0.566702764
24282024-02-17T06:39:17.976Zsys 0.260161625
24292024-02-17T06:39:17.976Ztrap 0.000788877
24302024-02-17T06:39:17.976Ztflt 0.000004608
24312024-02-17T06:39:17.976Zdflt 0.000043092
24322024-02-17T06:39:17.976Zkflt 0.000000000
24332024-02-17T06:39:17.976Zlock 0.025540460
24342024-02-17T06:39:17.976Zslp 0.016233142
24352024-02-17T06:39:17.976Zlat 0.002365323
24362024-02-17T06:39:17.977Zstop 0.000209203
24372024-02-17T06:39:17.977Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24382024-02-17T06:39:18.694Z Finished release [optimized] target(s) in 0.67s
24392024-02-17T06:39:18.723Z Running `target/release/omicron-package -t recovery package`
24402024-02-17T06:39:18.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
24412024-02-17T06:39:19.372Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24422024-02-17T06:39:22.010Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24432024-02-17T06:39:43.254Z Finished release [optimized] target(s) in 24.44s
24442024-02-17T06:40:09.697Z
24452024-02-17T06:40:09.799Zreal 47.967247026
24462024-02-17T06:40:09.799Zuser 1:43.965630002
24472024-02-17T06:40:09.800Zsys 8.158339482
24482024-02-17T06:40:09.800Ztrap 0.071029345
24492024-02-17T06:40:09.800Ztflt 0.038801458
24502024-02-17T06:40:09.800Zdflt 0.548697050
24512024-02-17T06:40:09.800Zkflt 0.000027666
24522024-02-17T06:40:09.800Zlock 14:32.485177892
24532024-02-17T06:40:09.800Zslp 1:56.448112528
24542024-02-17T06:40:09.800Zlat 1.650424762
24552024-02-17T06:40:09.800Zstop 0.500153623
24562024-02-17T06:40:09.800Z+ stamp_packages installinator mg-ddm-gz
24572024-02-17T06:40:09.800Z+ for package in "$@"
24582024-02-17T06:40:09.800Z+ [[ installinator == mg-ddm-gz ]]
24592024-02-17T06:40:09.800Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git7ef19c0c52b
24602024-02-17T06:40:09.800Z Finished release [optimized] target(s) in 0.65s
24612024-02-17T06:40:09.800Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git7ef19c0c52b`
24622024-02-17T06:40:09.800ZLogging to: /work/oxidecomputer/omicron/out/LOG
24632024-02-17T06:40:09.800ZCreated: out/versioned/installinator.tar
24642024-02-17T06:40:09.800Z+ for package in "$@"
24652024-02-17T06:40:09.801Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24662024-02-17T06:40:09.801Z+ echo 0.0.0
24672024-02-17T06:40:09.801Z+ tar rvf out/mg-ddm-gz.tar VERSION
24682024-02-17T06:40:09.801Za VERSION 1K
24692024-02-17T06:40:09.801Z+ rm VERSION
24702024-02-17T06:40:09.801Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b
24712024-02-17T06:40:09.801Z Finished release [optimized] target(s) in 0.64s
24722024-02-17T06:40:09.801Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b`
24732024-02-17T06:40:09.801ZLogging to: /work/oxidecomputer/omicron/out/LOG
24742024-02-17T06:40:09.801ZCreated: out/versioned/mg-ddm-gz.tar
24752024-02-17T06:40:09.801Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24762024-02-17T06:40:09.801Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24772024-02-17T06:40:09.801Z++ cd -- ./tools
24782024-02-17T06:40:09.801Z++ pwd
24792024-02-17T06:40:09.801Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24802024-02-17T06:40:09.802Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24812024-02-17T06:40:09.802Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24822024-02-17T06:40:09.802Z++ readlink -f /work
24832024-02-17T06:40:09.802Z+ out_dir=/work
24842024-02-17T06:40:09.802Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24852024-02-17T06:40:09.802Z+ for dep in "${deps[@]}"
24862024-02-17T06:40:09.802Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24872024-02-17T06:40:09.802Z+ for dep in "${deps[@]}"
24882024-02-17T06:40:09.802Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24892024-02-17T06:40:09.802Z++ mktemp -d
24902024-02-17T06:40:09.802Z+ tmp_trampoline=/tmp/tmp.1yaWWh
24912024-02-17T06:40:09.802Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24922024-02-17T06:40:09.802Z+ echo '{"v":"1","t":"layer"}'
24932024-02-17T06:40:09.802Z+ pkg_dir=/tmp/tmp.1yaWWh/root/opt/oxide/installinator
24942024-02-17T06:40:09.802Z+ mkdir -p /tmp/tmp.1yaWWh/root/opt/oxide/installinator
24952024-02-17T06:40:09.802Z+ cd /tmp/tmp.1yaWWh/root/opt/oxide/installinator
24962024-02-17T06:40:09.802Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24972024-02-17T06:40:09.803Zx ., 0 bytes, 0 tape blocks
24982024-02-17T06:40:09.803Zx installinator, 55288904 bytes, 107987 tape blocks
24992024-02-17T06:40:09.803Zx pkg, 0 bytes, 0 tape blocks
25002024-02-17T06:40:09.803Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25012024-02-17T06:40:09.803Zx VERSION, 25 bytes, 1 tape blocks
25022024-02-17T06:40:09.803Z+ mkdir -p /tmp/tmp.1yaWWh/root/lib/svc/manifest/site/
25032024-02-17T06:40:09.803Z+ mv pkg/manifest.xml /tmp/tmp.1yaWWh/root/lib/svc/manifest/site/installinator.xml
25042024-02-17T06:40:09.803Z+ cd -
25052024-02-17T06:40:09.803Z/work/oxidecomputer/omicron
25062024-02-17T06:40:09.803Z+ pkg_dir=/tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm
25072024-02-17T06:40:09.803Z+ mkdir -p /tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm
25082024-02-17T06:40:09.804Z+ cd /tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm
25092024-02-17T06:40:09.804Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25102024-02-17T06:40:09.804Zx ., 0 bytes, 0 tape blocks
25112024-02-17T06:40:09.804Zx ddmadm, 36202584 bytes, 70709 tape blocks
25122024-02-17T06:40:09.804Zx ddmd, 33092232 bytes, 64634 tape blocks
25132024-02-17T06:40:09.804Zx pkg, 0 bytes, 0 tape blocks
25142024-02-17T06:40:09.804Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25152024-02-17T06:40:09.804Zx pkg/mgd, 0 bytes, 0 tape blocks
25162024-02-17T06:40:09.804Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25172024-02-17T06:40:09.804Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25182024-02-17T06:40:09.804Zx pkg/ddm, 0 bytes, 0 tape blocks
25192024-02-17T06:40:09.804Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25202024-02-17T06:40:09.804Zx VERSION, 25 bytes, 1 tape blocks
25212024-02-17T06:40:09.804Z+ cd -
25222024-02-17T06:40:09.804Z/work/oxidecomputer/omicron
25232024-02-17T06:40:09.804Z+ cd /tmp/tmp.1yaWWh
25242024-02-17T06:40:09.804Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25252024-02-17T06:40:12.267ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25262024-02-17T06:40:12.267Za oxide.json 1K
25272024-02-17T06:40:12.268Za root/ 0K
25282024-02-17T06:40:12.268Za root/opt/ 0K
25292024-02-17T06:40:12.268Za root/opt/oxide/ 0K
25302024-02-17T06:40:12.268Za root/opt/oxide/installinator/ 0K
25312024-02-17T06:40:12.269Za root/opt/oxide/installinator/installinator 53994K
25322024-02-17T06:40:12.269Za root/opt/oxide/installinator/pkg/ 0K
25332024-02-17T06:40:12.269Za root/opt/oxide/installinator/VERSION 1K
25342024-02-17T06:40:12.269Za root/opt/oxide/mg-ddm/ 0K
25352024-02-17T06:40:12.269Za root/opt/oxide/mg-ddm/ddmadm 35355K
25362024-02-17T06:40:12.270Za root/opt/oxide/mg-ddm/ddmd 32317K
25372024-02-17T06:40:12.270Za root/opt/oxide/mg-ddm/pkg/ 0K
25382024-02-17T06:40:12.270Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25392024-02-17T06:40:12.270Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25402024-02-17T06:40:12.270Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25412024-02-17T06:40:12.271Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25422024-02-17T06:40:12.271Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25432024-02-17T06:40:12.271Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25442024-02-17T06:40:12.271Za root/opt/oxide/mg-ddm/VERSION 1K
25452024-02-17T06:40:12.271Za root/lib/ 0K
25462024-02-17T06:40:12.271Za root/lib/svc/ 0K
25472024-02-17T06:40:12.271Za root/lib/svc/manifest/ 0K
25482024-02-17T06:40:12.272Za root/lib/svc/manifest/site/ 0K
25492024-02-17T06:40:12.272Za root/lib/svc/manifest/site/installinator.xml 3K
25502024-02-17T06:40:12.303Z+ cd /
25512024-02-17T06:40:12.303Z+ rm -rf /tmp/tmp.1yaWWh
25522024-02-17T06:40:12.303Z
25532024-02-17T06:40:12.303Zreal 4.590715561
25542024-02-17T06:40:12.304Zuser 4.335348538
25552024-02-17T06:40:12.304Zsys 0.270556425
25562024-02-17T06:40:12.304Ztrap 0.000759292
25572024-02-17T06:40:12.304Ztflt 0.000000000
25582024-02-17T06:40:12.304Zdflt 0.000000000
25592024-02-17T06:40:12.304Zkflt 0.000000000
25602024-02-17T06:40:12.304Zlock 0.000000000
25612024-02-17T06:40:12.304Zslp 8.914336470
25622024-02-17T06:40:12.304Zlat 0.097466257
25632024-02-17T06:40:12.304Zstop 0.000208605
25642024-02-17T06:40:12.305Zprocess exited: duration 1723672 ms, exit code 0
 
25652024-02-17T06:40:12.375Zfound 21 output files
25662024-02-17T06:40:12.375Zuploading: /work/version.txt (26 bytes)
25672024-02-17T06:40:13.425Zuploaded: /work/version.txt
25682024-02-17T06:40:13.425Zuploading: /work/package.tar.gz (88218487 bytes)
25692024-02-17T06:40:43.940Zuploaded: /work/package.tar.gz
25702024-02-17T06:40:43.940Zuploading: /work/global-zone-packages.tar.gz (128165416 bytes)
25712024-02-17T06:41:44.374Zuploaded: /work/global-zone-packages.tar.gz
25722024-02-17T06:41:44.374Zuploading: /work/trampoline-global-zone-packages.tar.gz (38972107 bytes)
25732024-02-17T06:41:58.739Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25742024-02-17T06:41:58.739Zuploading: /work/zones/clickhouse.tar.gz (194506612 bytes)
25752024-02-17T06:43:34.993Zuploaded: /work/zones/clickhouse.tar.gz
25762024-02-17T06:43:47.243Zuploading: /work/zones/clickhouse_keeper.tar.gz (194507202 bytes)
25772024-02-17T06:44:45.566Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25782024-02-17T06:44:45.566Zuploading: /work/zones/cockroachdb.tar.gz (131605803 bytes)
25792024-02-17T06:45:20.789Zuploaded: /work/zones/cockroachdb.tar.gz
25802024-02-17T06:45:20.790Zuploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes)
25812024-02-17T06:45:25.596Zuploaded: /work/zones/crucible-pantry.tar.gz
25822024-02-17T06:45:25.596Zuploading: /work/zones/crucible.tar.gz (29214475 bytes)
25832024-02-17T06:45:39.060Zuploaded: /work/zones/crucible.tar.gz
25842024-02-17T06:45:39.060Zuploading: /work/zones/external-dns.tar.gz (23647883 bytes)
25852024-02-17T06:45:58.727Zuploaded: /work/zones/external-dns.tar.gz
25862024-02-17T06:45:58.728Zuploading: /work/zones/internal-dns.tar.gz (23647883 bytes)
25872024-02-17T06:46:07.887Zuploaded: /work/zones/internal-dns.tar.gz
25882024-02-17T06:46:07.887Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25892024-02-17T06:46:08.899Zuploaded: /work/zones/ntp.tar.gz
25902024-02-17T06:46:08.899Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19567105 bytes)
25912024-02-17T06:46:26.054Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25922024-02-17T06:46:26.054Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19571689 bytes)
25932024-02-17T06:46:33.567Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25942024-02-17T06:46:33.567Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87858390 bytes)
25952024-02-17T06:47:10.775Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25962024-02-17T06:47:10.775Zuploading: /work/zones/omicron-nexus.tar.gz (87862164 bytes)
25972024-02-17T06:47:43.877Zuploaded: /work/zones/omicron-nexus.tar.gz
25982024-02-17T06:47:43.877Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
25992024-02-17T06:47:45.305Zuploaded: /work/zones/overlay.tar.gz
26002024-02-17T06:47:45.305Zuploading: /work/zones/oximeter.tar.gz (55985544 bytes)
26012024-02-17T06:47:58.064Zuploaded: /work/zones/oximeter.tar.gz
26022024-02-17T06:47:58.064Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26032024-02-17T06:48:18.802Zuploaded: /work/zones/propolis-server.tar.gz
26042024-02-17T06:48:18.810Zuploading: /work/zones/switch-asic.tar.gz (285239052 bytes)
26052024-02-17T06:50:03.606Zuploaded: /work/zones/switch-asic.tar.gz
26062024-02-17T06:50:03.606Zuploading: /work/zones/switch-softnpu.tar.gz (209463062 bytes)
26072024-02-17T06:51:11.400Zuploaded: /work/zones/switch-softnpu.tar.gz