01HPQ7QZTNMA2GEFW20QKZJJTF: 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: 01HPQ7RJ73483MDASYZ6BH1TA1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-15T20:37:42.788Zjob assigned to worker 01HPQ7RRZ3X0FP77ANAQSX2C3R (queued for 1 m 5 s)
 
22024-02-15T20:37:43.174Zstarting task 0: "setup"
32024-02-15T20:37:43.259Z++ uname -s
42024-02-15T20:37:43.275Z+ kern=SunOS
52024-02-15T20:37:43.276Z+ case "$kern" in
62024-02-15T20:37:43.276Z+ groupadd -g 12345 build
72024-02-15T20:37:43.276Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-15T20:37:45.279Z+ zfs create -o mountpoint=/work rpool/work
92024-02-15T20:37:45.341Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-15T20:37:45.345Z+ home_fs=zfs
112024-02-15T20:37:45.346Z+ [[ zfs == autofs ]]
122024-02-15T20:37:45.346Z+ mkdir -p /home/build
132024-02-15T20:37:45.346Z+ chown build:build /home/build /work
142024-02-15T20:37:47.348Z+ chmod 0700 /home/build /work
152024-02-15T20:37:47.357Zprocess exited: duration 4172 ms, exit code 0
 
162024-02-15T20:37:47.376Zstarting task 1: "rust-toolchain"
172024-02-15T20:37:47.392Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-15T20:37:47.392Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-15T20:37:47.498Zinfo: downloading installer
202024-02-15T20:37:49.104Zwarning: it looks like you have an existing installation of Rust at:
212024-02-15T20:37:49.104Zwarning: /opt/ooce/bin
222024-02-15T20:37:49.104Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-15T20:37:49.104Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-15T20:37:49.104Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-15T20:37:49.104Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-15T20:37:49.104Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-15T20:37:49.105Zerror: cannot install while Rust is installed
282024-02-15T20:37:49.105Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-15T20:37:49.224Zinfo: profile set to 'default'
302024-02-15T20:37:49.224Zinfo: default host triple is x86_64-unknown-illumos
312024-02-15T20:37:49.238Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-15T20:37:49.801Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-15T20:37:49.801Zinfo: downloading component 'cargo'
342024-02-15T20:37:50.300Zinfo: downloading component 'clippy'
352024-02-15T20:37:50.649Zinfo: downloading component 'rust-docs'
362024-02-15T20:37:51.761Zinfo: downloading component 'rust-std'
372024-02-15T20:37:53.812Zinfo: downloading component 'rustc'
382024-02-15T20:37:58.815Zinfo: downloading component 'rustfmt'
392024-02-15T20:37:59.107Zinfo: installing component 'cargo'
402024-02-15T20:38:00.012Zinfo: installing component 'clippy'
412024-02-15T20:38:00.386Zinfo: installing component 'rust-docs'
422024-02-15T20:38:02.331Zinfo: installing component 'rust-std'
432024-02-15T20:38:03.775Zinfo: installing component 'rustc'
442024-02-15T20:38:07.912Zinfo: installing component 'rustfmt'
452024-02-15T20:38:08.280Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-15T20:38:08.280Z
472024-02-15T20:38:08.575Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-15T20:38:08.575Z
492024-02-15T20:38:09.498Z
502024-02-15T20:38:09.498ZRust is installed now. Great!
512024-02-15T20:38:09.498Z
522024-02-15T20:38:09.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-15T20:38:09.498Zenvironment variable. This has not been done automatically.
542024-02-15T20:38:09.499Z
552024-02-15T20:38:09.499ZTo configure your current shell, run:
562024-02-15T20:38:09.499Zsource "$HOME/.cargo/env"
572024-02-15T20:38:09.499Z+ rustc --version
582024-02-15T20:38:09.499Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-15T20:38:09.499Zprocess exited: duration 21303 ms, exit code 0
 
602024-02-15T20:38:09.519Zstarting task 2: "authentication"
612024-02-15T20:38:09.976Zprocess exited: duration 451 ms, exit code 0
 
622024-02-15T20:38:10.005Zstarting task 3: "clone repository"
632024-02-15T20:38:10.019Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-15T20:38:10.019Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-15T20:38:10.226ZCloning into '/work/oxidecomputer/omicron'...
662024-02-15T20:38:15.518Z+ cd /work/oxidecomputer/omicron
672024-02-15T20:38:15.536Z+ git fetch origin 446f45da92670c0a8c74a01102dd51f877afd20c
682024-02-15T20:38:15.982ZFrom https://github.com/oxidecomputer/omicron
692024-02-15T20:38:15.982Z * branch 446f45da92670c0a8c74a01102dd51f877afd20c -> FETCH_HEAD
702024-02-15T20:38:15.982Z+ [[ -n update-progenitor ]]
712024-02-15T20:38:15.983Z++ git branch --show-current
722024-02-15T20:38:15.983Z+ current=main
732024-02-15T20:38:15.983Z+ [[ main != update-progenitor ]]
742024-02-15T20:38:15.983Z+ git branch -f update-progenitor 446f45da92670c0a8c74a01102dd51f877afd20c
752024-02-15T20:38:15.983Z+ git checkout -f update-progenitor
762024-02-15T20:38:15.983ZSwitched to branch 'update-progenitor'
772024-02-15T20:38:15.983Z+ git reset --hard 446f45da92670c0a8c74a01102dd51f877afd20c
782024-02-15T20:38:16.067ZHEAD is now at 446f45da9 Update progenitor to bc0bb4b
792024-02-15T20:38:16.075Zprocess exited: duration 6064 ms, exit code 0
 
802024-02-15T20:38:16.105Zstarting task 4: "build"
812024-02-15T20:38:16.116Z+ cargo --version
822024-02-15T20:38:16.116Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-15T20:38:16.262Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-15T20:38:16.262Zinfo: downloading component 'cargo'
852024-02-15T20:38:17.099Zinfo: downloading component 'clippy'
862024-02-15T20:38:17.369Zinfo: downloading component 'rust-docs'
872024-02-15T20:38:20.382Zinfo: downloading component 'rust-std'
882024-02-15T20:38:20.382Zinfo: downloading component 'rustc'
892024-02-15T20:38:24.313Zinfo: downloading component 'rustfmt'
902024-02-15T20:38:24.563Zinfo: installing component 'cargo'
912024-02-15T20:38:25.432Zinfo: installing component 'clippy'
922024-02-15T20:38:25.770Zinfo: installing component 'rust-docs'
932024-02-15T20:38:27.252Zinfo: installing component 'rust-std'
942024-02-15T20:38:28.841Zinfo: installing component 'rustc'
952024-02-15T20:38:33.072Zinfo: installing component 'rustfmt'
962024-02-15T20:38:33.449Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-15T20:38:33.452Z+ rustc --version
982024-02-15T20:38:33.521Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-15T20:38:33.525Z++ git rev-parse HEAD
1002024-02-15T20:38:33.529Z+ COMMIT=446f45da92670c0a8c74a01102dd51f877afd20c
1012024-02-15T20:38:33.529Z+ VERSION=7.0.0-0.ci+git446f45da926
1022024-02-15T20:38:33.529Z+ echo 7.0.0-0.ci+git446f45da926
1032024-02-15T20:38:33.529Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-15T20:38:43.051Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-15T20:38:44.251Z Startup: Caching catalogs ... Done
1062024-02-15T20:38:45.620ZPlanning: Solver setup ... Done (0.986s)
1072024-02-15T20:38:45.645ZPlanning: Running solver ... Done (0.024s)
1082024-02-15T20:38:45.789ZPlanning: Finding local manifests ... Done (0.129s)
1092024-02-15T20:38:46.227ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-15T20:38:46.262ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-15T20:38:46.262ZPlanning: Package planning ... Done (0.049s)
1122024-02-15T20:38:46.262ZPlanning: Merging actions ... Done (0.054s)
1132024-02-15T20:38:47.172ZPlanning: Checking for conflicting actions ... Done (1.004s)
1142024-02-15T20:38:47.184ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-02-15T20:38:50.864ZPlanning: Evaluating mediators ... Done (3.634s)
1162024-02-15T20:38:50.886ZPlanning: Planning completed in 6.51 seconds
1172024-02-15T20:38:50.886Z Packages to install: 4
1182024-02-15T20:38:50.887Z Mediators to change: 2
1192024-02-15T20:38:50.887Z Services to change: 1
1202024-02-15T20:38:50.887Z Estimated space available: 148.87 GB
1212024-02-15T20:38:50.887ZEstimated space to be consumed: 1.41 GB
1222024-02-15T20:38:50.887Z Create boot environment: No
1232024-02-15T20:38:50.887ZCreate backup boot environment: No
1242024-02-15T20:38:50.887Z Rebuild boot archive: No
1252024-02-15T20:38:50.888Z
1262024-02-15T20:38:50.888ZChanged mediators:
1272024-02-15T20:38:50.888Z mediator clang:
1282024-02-15T20:38:50.888Z version: None -> 15 (system default)
1292024-02-15T20:38:50.888Z
1302024-02-15T20:38:50.888Z mediator llvm:
1312024-02-15T20:38:50.888Z version: 14 (system default) -> 15 (system default)
1322024-02-15T20:38:50.888Z
1332024-02-15T20:38:50.889ZChanged packages:
1342024-02-15T20:38:50.889Zhelios-dev
1352024-02-15T20:38:50.889Z developer/build-essential
1362024-02-15T20:38:50.889Z None -> 11-2.0
1372024-02-15T20:38:50.889Z library/libxmlsec1
1382024-02-15T20:38:50.889Z None -> 1.2.35-2.0
1392024-02-15T20:38:50.889Z ooce/developer/clang-15
1402024-02-15T20:38:50.889Z None -> 15.0.7-2.0
1412024-02-15T20:38:50.889Z ooce/developer/llvm-15
1422024-02-15T20:38:50.889Z None -> 15.0.7-2.0
1432024-02-15T20:38:50.889Z
1442024-02-15T20:38:50.889ZServices:
1452024-02-15T20:38:50.889Z restart_fmri:
1462024-02-15T20:38:50.890Z svc:/system/update-man-index:default
1472024-02-15T20:38:51.089Z
1482024-02-15T20:38:51.089ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-15T20:38:56.096ZDownload: 461/3290 items 16.6/212.6MB 7% complete (3.5M/s)
1502024-02-15T20:39:01.098ZDownload: 1184/3290 items 52.5/212.6MB 24% complete (5.2M/s)
1512024-02-15T20:39:06.280ZDownload: 1202/3290 items 84.1/212.6MB 39% complete (6.7M/s)
1522024-02-15T20:39:13.126ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (7.8M/s)
1532024-02-15T20:39:18.131ZDownload: 3164/3290 items 167.5/212.6MB 78% complete (4.9M/s)
1542024-02-15T20:39:25.783ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1552024-02-15T20:39:29.806ZDownload: Completed 212.60 MB in 38.69 seconds (5.5M/s)
1562024-02-15T20:39:29.965Z Actions: 1/3689 actions (Installing new actions)
1572024-02-15T20:39:35.066Z Actions: 3555/3689 actions (Installing new actions)
1582024-02-15T20:39:35.176Z Actions: Completed 3689 actions in 5.21 seconds.
1592024-02-15T20:39:35.345Z Done (0.163s)
1602024-02-15T20:39:35.345Z Done (0.000s)
1612024-02-15T20:39:35.558Z Done (0.214s)
1622024-02-15T20:39:41.030Z Done (5.345s)
1632024-02-15T20:39:41.188Z Done (0.083s)
1642024-02-15T20:39:41.199Z Done (0.000s)
1652024-02-15T20:39:41.361Z Done (0.000s)
1662024-02-15T20:39:41.845ZPlanning: Evaluating mediator changes ... Done
1672024-02-15T20:39:41.997ZPlanning: Checking for conflicting actions ... Done
1682024-02-15T20:39:42.003ZPlanning: Consolidating action changes ... Done
1692024-02-15T20:39:42.286ZPlanning: Evaluating mediators ... Done
1702024-02-15T20:39:42.293ZPlanning: Planning completed in 0.44 seconds
1712024-02-15T20:39:42.312Z Mediators to change: 2
1722024-02-15T20:39:42.312Z Create boot environment: No
1732024-02-15T20:39:42.319ZCreate backup boot environment: No
1742024-02-15T20:39:42.383Z Done
1752024-02-15T20:39:42.383Z Done
1762024-02-15T20:39:42.506Z Done
1772024-02-15T20:39:46.177Z Done
1782024-02-15T20:39:46.271Z Done
1792024-02-15T20:39:46.689Z Done
1802024-02-15T20:39:46.693Z Done
1812024-02-15T20:39:47.043ZPlanning: Evaluating mediator changes ... Done
1822024-02-15T20:39:47.047ZPlanning: Merging actions ... Done
1832024-02-15T20:39:47.232ZPlanning: Checking for conflicting actions ... Done
1842024-02-15T20:39:47.236ZPlanning: Consolidating action changes ... Done
1852024-02-15T20:39:47.504ZPlanning: Evaluating mediators ... Done
1862024-02-15T20:39:47.934ZPlanning: Planning completed in 0.79 seconds
1872024-02-15T20:39:47.934Z Packages to change: 1
1882024-02-15T20:39:47.934Z Mediators to change: 1
1892024-02-15T20:39:47.934Z Services to change: 1
1902024-02-15T20:39:47.934Z Create boot environment: No
1912024-02-15T20:39:47.934ZCreate backup boot environment: Yes
1922024-02-15T20:39:49.435Z Actions: 1/6 actions (Updating modified actions)
1932024-02-15T20:39:49.473Z Actions: Completed 6 actions in 0.04 seconds.
1942024-02-15T20:39:49.476Z Done
1952024-02-15T20:39:49.476Z Done
1962024-02-15T20:39:49.522Z Done
1972024-02-15T20:39:53.152Z Done
1982024-02-15T20:39:53.648Z Done
1992024-02-15T20:39:53.657Z Done
2002024-02-15T20:39:53.657Z Done
2012024-02-15T20:39:53.771ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-02-15T20:39:53.771Zclang system 15 system
2032024-02-15T20:39:53.771Zcsh system system illumos
2042024-02-15T20:39:53.771Zctags system system illumos
2052024-02-15T20:39:53.771Zgcc vendor 12 vendor
2062024-02-15T20:39:53.772Zgcc system 10 system
2072024-02-15T20:39:53.772Zgcc system 7 system
2082024-02-15T20:39:53.772Zgo system 1.20 system
2092024-02-15T20:39:53.772Zgo system 1.19 system
2102024-02-15T20:39:53.772Zllvm system 15 system
2112024-02-15T20:39:53.773Zllvm system 14 system
2122024-02-15T20:39:53.773Zmariadb system 10.6 system
2132024-02-15T20:39:53.773Zmta vendor vendor dma
2142024-02-15T20:39:53.773Zopenjdk system 17 system
2152024-02-15T20:39:53.773Zopenjdk system 11 system
2162024-02-15T20:39:53.773Zopenjdk system 1.8 system
2172024-02-15T20:39:53.773Zopenssl vendor 3 vendor
2182024-02-15T20:39:53.773Zperl system 5.36 system
2192024-02-15T20:39:53.774Zpostgresql system 15 system
2202024-02-15T20:39:53.774Zpostgresql system 13 system
2212024-02-15T20:39:53.774Zpython vendor 3 vendor
2222024-02-15T20:39:53.774Zpython system 2 system
2232024-02-15T20:39:53.774Zpython3 system 3.11 system
2242024-02-15T20:39:53.775Zruby system 3.0 system
2252024-02-15T20:39:53.775Zwords vendor vendor american-english
2262024-02-15T20:39:53.775Zwords system system australian-english
2272024-02-15T20:39:53.775Zwords system system british-english
2282024-02-15T20:39:53.775Zwords system system canadian-english
2292024-02-15T20:39:53.776Zwords system system french
2302024-02-15T20:39:53.776Zwords system system italian
2312024-02-15T20:39:53.776Zwords system system ngerman
2322024-02-15T20:39:53.776Zwords system system ogerman
2332024-02-15T20:39:53.777Zwords system system spanish
2342024-02-15T20:39:54.101ZFMRI IFO
2352024-02-15T20:39:54.101Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-02-15T20:39:54.101Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-02-15T20:39:54.101Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-02-15T20:39:54.101Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-02-15T20:39:54.102Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-02-15T20:39:54.102Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2412024-02-15T20:39:54.102Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-02-15T20:39:54.102Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2432024-02-15T20:39:54.156Z+ set -o errexit
2442024-02-15T20:39:54.171Z+++ dirname ./tools/ci_download_cockroachdb
2452024-02-15T20:39:54.172Z++ cd ./tools
2462024-02-15T20:39:54.172Z++ pwd
2472024-02-15T20:39:54.172Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482024-02-15T20:39:54.172Z++ basename ./tools/ci_download_cockroachdb
2492024-02-15T20:39:54.172Z+ ARG0=ci_download_cockroachdb
2502024-02-15T20:39:54.172Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512024-02-15T20:39:54.172Z+ CIDL_VERSION=v22.1.9
2522024-02-15T20:39:54.172Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532024-02-15T20:39:54.173Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2542024-02-15T20:39:54.173Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2552024-02-15T20:39:54.173Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2562024-02-15T20:39:54.173Z+ TARGET_DIR=out
2572024-02-15T20:39:54.173Z+ DOWNLOAD_DIR=out/downloads
2582024-02-15T20:39:54.174Z+ DEST_DIR=./out/cockroachdb
2592024-02-15T20:39:54.174Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602024-02-15T20:39:54.174Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612024-02-15T20:39:54.174Z+ main
2622024-02-15T20:39:54.174Z+ [[ 0 != 0 ]]
2632024-02-15T20:39:54.175Z+ CIDL_OS=solaris2.11
2642024-02-15T20:39:54.175Z+ [[ 0 != 0 ]]
2652024-02-15T20:39:54.175Z+ configure_os solaris2.11
2662024-02-15T20:39:54.175Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672024-02-15T20:39:54.175Z+ echo 'configuring based on OS: "solaris2.11"'
2682024-02-15T20:39:54.175Zcurrent directory: /work/oxidecomputer/omicron
2692024-02-15T20:39:54.175Zconfiguring based on OS: "solaris2.11"
2702024-02-15T20:39:54.175Z+ case "$1" in
2712024-02-15T20:39:54.176Z+ CIDL_BUILD=illumos
2722024-02-15T20:39:54.176Z+ CIDL_SUFFIX=tar.gz
2732024-02-15T20:39:54.176Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2742024-02-15T20:39:54.176Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752024-02-15T20:39:54.176Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762024-02-15T20:39:54.176Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772024-02-15T20:39:54.177Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782024-02-15T20:39:54.177Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-15T20:39:54.177Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802024-02-15T20:39:54.177Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-15T20:39:54.177Z+ CIDL_SHA256FUNC=do_sha256sum
2822024-02-15T20:39:54.177Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-02-15T20:39:54.178ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-15T20:39:54.178Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852024-02-15T20:39:54.178ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-15T20:39:54.178Z+ mkdir -p out/downloads
2872024-02-15T20:39:54.178Z+ mkdir -p ./out/cockroachdb
2882024-02-15T20:39:54.178Z+ local DO_DOWNLOAD=true
2892024-02-15T20:39:54.178Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902024-02-15T20:39:54.179Z+ '[' true == true ']'
2912024-02-15T20:39:54.179Z+ echo Downloading...
2922024-02-15T20:39:54.179ZDownloading...
2932024-02-15T20:39:54.179Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-15T20:39:54.179Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-15T20:40:04.816Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-02-15T20:40:04.824Z++ sha256sum
2972024-02-15T20:40:04.824Z++ awk '{print $1}'
2982024-02-15T20:40:04.913Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2992024-02-15T20:40:04.917Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3002024-02-15T20:40:04.917Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-02-15T20:40:04.917Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022024-02-15T20:40:07.087Z+ do_assemble_illumos
3032024-02-15T20:40:07.087Z+ rm -r ./out/cockroachdb
3042024-02-15T20:40:07.106Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052024-02-15T20:40:07.502Z+ ./out/cockroachdb/bin/cockroach version
3062024-02-15T20:40:07.743ZBuild Tag: v22.1.9-dirty
3072024-02-15T20:40:07.743ZBuild Time: 2022/10/26 21:17:46
3082024-02-15T20:40:07.743ZDistribution: OSS
3092024-02-15T20:40:07.743ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102024-02-15T20:40:07.743ZGo Version: go1.17.13
3112024-02-15T20:40:07.744ZC Compiler: gcc 10.3.0
3122024-02-15T20:40:07.744ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132024-02-15T20:40:07.744ZBuild Type: release
3142024-02-15T20:40:07.757Z+ set -o errexit
3152024-02-15T20:40:07.757Z+++ dirname ./tools/ci_download_clickhouse
3162024-02-15T20:40:07.757Z++ cd ./tools
3172024-02-15T20:40:07.757Z++ pwd
3182024-02-15T20:40:07.757Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192024-02-15T20:40:07.757Z++ basename ./tools/ci_download_clickhouse
3202024-02-15T20:40:07.778Z+ ARG0=ci_download_clickhouse
3212024-02-15T20:40:07.778Z+ TARGET_DIR=out
3222024-02-15T20:40:07.778Z+ DOWNLOAD_DIR=out/downloads
3232024-02-15T20:40:07.778Z+ DEST_DIR=./out/clickhouse
3242024-02-15T20:40:07.778Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3252024-02-15T20:40:07.778Z+ CIDL_VERSION=v22.8.9.24
3262024-02-15T20:40:07.778Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272024-02-15T20:40:07.778Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3282024-02-15T20:40:07.778Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3292024-02-15T20:40:07.778Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3302024-02-15T20:40:07.778Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312024-02-15T20:40:07.778Z+ main
3322024-02-15T20:40:07.778Z+ [[ 0 != 0 ]]
3332024-02-15T20:40:07.778Z+ CIDL_OS=solaris2.11
3342024-02-15T20:40:07.778Z+ [[ 0 != 0 ]]
3352024-02-15T20:40:07.778Z+ configure_os solaris2.11
3362024-02-15T20:40:07.779Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372024-02-15T20:40:07.779Zcurrent directory: /work/oxidecomputer/omicron
3382024-02-15T20:40:07.779Z+ echo 'configuring based on OS: "solaris2.11"'
3392024-02-15T20:40:07.779Z+ CIDL_DASHREV=
3402024-02-15T20:40:07.779Zconfiguring based on OS: "solaris2.11"
3412024-02-15T20:40:07.779Z+ case "$1" in
3422024-02-15T20:40:07.779Z+ CIDL_PLATFORM=illumos
3432024-02-15T20:40:07.779Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3442024-02-15T20:40:07.779Z+ CIDL_MD5FUNC=do_md5sum
3452024-02-15T20:40:07.779Z+ CIDL_DASHREV=-1
3462024-02-15T20:40:07.779Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3472024-02-15T20:40:07.779Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-15T20:40:07.779Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-15T20:40:07.779Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-15T20:40:07.779Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512024-02-15T20:40:07.779ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-15T20:40:07.779Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3532024-02-15T20:40:07.779Z+ mkdir -p out/downloads
3542024-02-15T20:40:07.779ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-02-15T20:40:07.779Z+ mkdir -p ./out/clickhouse
3562024-02-15T20:40:07.779Z+ local DO_DOWNLOAD=true
3572024-02-15T20:40:07.779Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582024-02-15T20:40:07.780Z+ '[' true == true ']'
3592024-02-15T20:40:07.780Z+ echo Downloading...
3602024-02-15T20:40:07.780ZDownloading...
3612024-02-15T20:40:07.780Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-02-15T20:40:07.780Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-02-15T20:40:09.185Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-15T20:40:09.193Z++ md5sum
3652024-02-15T20:40:09.193Z++ awk '{print $1}'
3662024-02-15T20:40:09.374Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3672024-02-15T20:40:09.374Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3682024-02-15T20:40:09.387Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3692024-02-15T20:40:09.387Z+ mkdir -p ./out/clickhouse
3702024-02-15T20:40:09.387Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3712024-02-15T20:40:12.536Z+ ./out/clickhouse/clickhouse server --version
3722024-02-15T20:40:12.571ZClickHouse server version 22.8.9.1.
3732024-02-15T20:40:12.587Z+ set -o errexit
3742024-02-15T20:40:12.590Z+++ dirname ./tools/ci_download_console
3752024-02-15T20:40:12.594Z++ cd ./tools
3762024-02-15T20:40:12.594Z++ pwd
3772024-02-15T20:40:12.594Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782024-02-15T20:40:12.594Z++ basename ./tools/ci_download_console
3792024-02-15T20:40:12.599Z+ ARG0=ci_download_console
3802024-02-15T20:40:12.599Z+ TARGET_DIR=out
3812024-02-15T20:40:12.600Z+ DOWNLOAD_DIR=out/downloads
3822024-02-15T20:40:12.600Z+ DEST_DIR=./out/console-assets
3832024-02-15T20:40:12.600Z+ source /work/oxidecomputer/omicron/tools/console_version
3842024-02-15T20:40:12.600Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3852024-02-15T20:40:12.600Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3862024-02-15T20:40:12.600Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3872024-02-15T20:40:12.600Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882024-02-15T20:40:12.600Z+ main
3892024-02-15T20:40:12.600Z+ [[ 0 != 0 ]]
3902024-02-15T20:40:12.600Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3912024-02-15T20:40:12.600ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3922024-02-15T20:40:12.600Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-02-15T20:40:12.600Z+ local DO_DOWNLOAD=true
3942024-02-15T20:40:12.600ZLocal file: out/downloads/console.tar.gz
3952024-02-15T20:40:12.600Z+ [[ -f out/downloads/console.tar.gz ]]
3962024-02-15T20:40:12.600Z+ mkdir -p out/downloads
3972024-02-15T20:40:12.600Z+ '[' true == true ']'
3982024-02-15T20:40:12.600Z+ echo Downloading...
3992024-02-15T20:40:12.600ZDownloading...
4002024-02-15T20:40:12.600Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4012024-02-15T20:40:12.600Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4022024-02-15T20:40:13.108Z++ do_sha256sum out/downloads/console.tar.gz
4032024-02-15T20:40:13.108Z++ case "$OSTYPE" in
4042024-02-15T20:40:13.116Z++ SHA=sha256sum
4052024-02-15T20:40:13.116Z++ sha256sum
4062024-02-15T20:40:13.116Z++ awk '{print $1}'
4072024-02-15T20:40:13.116Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4082024-02-15T20:40:13.116Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4092024-02-15T20:40:13.117Z+ rm -rf ./out/console-assets
4102024-02-15T20:40:13.117Z+ mkdir -p ./out/console-assets
4112024-02-15T20:40:13.117Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122024-02-15T20:40:13.117Z+ mkdir -p ./out/console-assets
4132024-02-15T20:40:13.117Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142024-02-15T20:40:13.208Z+ set -o errexit
4152024-02-15T20:40:13.214Z+++ dirname ./tools/ci_download_maghemite_openapi
4162024-02-15T20:40:13.214Z++ cd ./tools
4172024-02-15T20:40:13.214Z++ pwd
4182024-02-15T20:40:13.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192024-02-15T20:40:13.215Z++ basename ./tools/ci_download_maghemite_openapi
4202024-02-15T20:40:13.215Z+ ARG0=ci_download_maghemite_openapi
4212024-02-15T20:40:13.215Z+ TARGET_DIR=out
4222024-02-15T20:40:13.215Z+ DOWNLOAD_DIR=out/downloads
4232024-02-15T20:40:13.215Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4242024-02-15T20:40:13.215Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4252024-02-15T20:40:13.215Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4262024-02-15T20:40:13.215Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4272024-02-15T20:40:13.216Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4282024-02-15T20:40:13.216Z+ main
4292024-02-15T20:40:13.216Z+ [[ 0 != 0 ]]
4302024-02-15T20:40:13.216Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4312024-02-15T20:40:13.216ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4322024-02-15T20:40:13.216Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4332024-02-15T20:40:13.217ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4342024-02-15T20:40:13.217Z+ local DO_DOWNLOAD=true
4352024-02-15T20:40:13.217Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4362024-02-15T20:40:13.217Z+ mkdir -p out/downloads
4372024-02-15T20:40:13.230Z+ '[' true == true ']'
4382024-02-15T20:40:13.230Z+ echo Downloading...
4392024-02-15T20:40:13.230ZDownloading...
4402024-02-15T20:40:13.230Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4412024-02-15T20:40:13.230Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4422024-02-15T20:40:13.488Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4432024-02-15T20:40:13.488Z++ case "$OSTYPE" in
4442024-02-15T20:40:13.506Z++ SHA=sha256sum
4452024-02-15T20:40:13.506Z++ sha256sum
4462024-02-15T20:40:13.506Z++ awk '{print $1}'
4472024-02-15T20:40:13.506Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4482024-02-15T20:40:13.506Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4492024-02-15T20:40:13.506Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502024-02-15T20:40:13.506Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4512024-02-15T20:40:13.506Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4522024-02-15T20:40:13.507Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4532024-02-15T20:40:13.507Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4542024-02-15T20:40:13.507Z+ main
4552024-02-15T20:40:13.507Z+ [[ 0 != 0 ]]
4562024-02-15T20:40:13.507Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4572024-02-15T20:40:13.507ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4582024-02-15T20:40:13.507ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4592024-02-15T20:40:13.507Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4602024-02-15T20:40:13.507Z+ local DO_DOWNLOAD=true
4612024-02-15T20:40:13.507Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4622024-02-15T20:40:13.507Z+ mkdir -p out/downloads
4632024-02-15T20:40:13.507Z+ '[' true == true ']'
4642024-02-15T20:40:13.507Z+ echo Downloading...
4652024-02-15T20:40:13.507ZDownloading...
4662024-02-15T20:40:13.507Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4672024-02-15T20:40:13.507Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4682024-02-15T20:40:14.160Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4692024-02-15T20:40:14.167Z++ case "$OSTYPE" in
4702024-02-15T20:40:14.167Z++ SHA=sha256sum
4712024-02-15T20:40:14.168Z++ sha256sum
4722024-02-15T20:40:14.168Z++ awk '{print $1}'
4732024-02-15T20:40:14.168Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4742024-02-15T20:40:14.168Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4752024-02-15T20:40:14.179Z+ set -o errexit
4762024-02-15T20:40:14.179Z+++ dirname ./tools/ci_download_dendrite_openapi
4772024-02-15T20:40:14.179Z++ cd ./tools
4782024-02-15T20:40:14.179Z++ pwd
4792024-02-15T20:40:14.180Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802024-02-15T20:40:14.180Z++ basename ./tools/ci_download_dendrite_openapi
4812024-02-15T20:40:14.180Z+ ARG0=ci_download_dendrite_openapi
4822024-02-15T20:40:14.180Z+ TARGET_DIR=out
4832024-02-15T20:40:14.180Z+ DOWNLOAD_DIR=out/downloads
4842024-02-15T20:40:14.200Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852024-02-15T20:40:14.200Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4862024-02-15T20:40:14.200Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4872024-02-15T20:40:14.200Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4882024-02-15T20:40:14.200Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4892024-02-15T20:40:14.201Z+ main
4902024-02-15T20:40:14.201Z+ [[ 0 != 0 ]]
4912024-02-15T20:40:14.201Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4922024-02-15T20:40:14.201ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4932024-02-15T20:40:14.201Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4942024-02-15T20:40:14.201ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4952024-02-15T20:40:14.201Z+ local DO_DOWNLOAD=true
4962024-02-15T20:40:14.201Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4972024-02-15T20:40:14.201Z+ mkdir -p out/downloads
4982024-02-15T20:40:14.201Z+ '[' true == true ']'
4992024-02-15T20:40:14.202ZDownloading...
5002024-02-15T20:40:14.202Z+ echo Downloading...
5012024-02-15T20:40:14.202Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5022024-02-15T20:40:14.202Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5032024-02-15T20:40:14.880Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5042024-02-15T20:40:14.880Z++ case "$OSTYPE" in
5052024-02-15T20:40:14.880Z++ SHA=sha256sum
5062024-02-15T20:40:14.884Z++ sha256sum
5072024-02-15T20:40:14.884Z++ awk '{print $1}'
5082024-02-15T20:40:14.905Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5092024-02-15T20:40:14.905Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5102024-02-15T20:40:15.336Z+ set -o errexit
5112024-02-15T20:40:15.336Z+++ dirname ./tools/ci_download_dendrite_stub
5122024-02-15T20:40:15.336Z++ cd ./tools
5132024-02-15T20:40:15.336Z++ pwd
5142024-02-15T20:40:15.336Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152024-02-15T20:40:15.336Z++ basename ./tools/ci_download_dendrite_stub
5162024-02-15T20:40:15.336Z+ ARG0=ci_download_dendrite_stub
5172024-02-15T20:40:15.336Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5182024-02-15T20:40:15.337Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5192024-02-15T20:40:15.337Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5202024-02-15T20:40:15.337Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5212024-02-15T20:40:15.337Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5222024-02-15T20:40:15.337Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5232024-02-15T20:40:15.337Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5242024-02-15T20:40:15.337Z+ TARGET_DIR=out
5252024-02-15T20:40:15.337Z+ DOWNLOAD_DIR=out/downloads
5262024-02-15T20:40:15.337Z+ DEST_DIR=./out/dendrite-stub
5272024-02-15T20:40:15.337Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5282024-02-15T20:40:15.337Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5292024-02-15T20:40:15.337Z+ REPO=oxidecomputer/dendrite
5302024-02-15T20:40:15.337Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5312024-02-15T20:40:15.337Z+ main
5322024-02-15T20:40:15.337Z+ [[ 0 != 0 ]]
5332024-02-15T20:40:15.337Z+ CIDL_OS=solaris2.11
5342024-02-15T20:40:15.337Z+ [[ 0 != 0 ]]
5352024-02-15T20:40:15.337Z+ configure_os solaris2.11
5362024-02-15T20:40:15.337Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372024-02-15T20:40:15.337Zcurrent directory: /work/oxidecomputer/omicron
5382024-02-15T20:40:15.337Z+ echo 'configuring based on OS: "solaris2.11"'
5392024-02-15T20:40:15.337Z+ case "$1" in
5402024-02-15T20:40:15.337Zconfiguring based on OS: "solaris2.11"
5412024-02-15T20:40:15.337Z+ SET_BINARIES=
5422024-02-15T20:40:15.337Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5432024-02-15T20:40:15.338Z+ CIDL_SHA256FUNC=do_sha256sum
5442024-02-15T20:40:15.338Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5452024-02-15T20:40:15.338Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5462024-02-15T20:40:15.338Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472024-02-15T20:40:15.338Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5482024-02-15T20:40:15.338Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5492024-02-15T20:40:15.338ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5502024-02-15T20:40:15.338ZLocal file: out/downloads/dendrite-stub.tar.gz
5512024-02-15T20:40:15.338Z+ mkdir -p out/downloads
5522024-02-15T20:40:15.338Z+ mkdir -p ./out/dendrite-stub
5532024-02-15T20:40:15.338Z+ fetch_and_verify
5542024-02-15T20:40:15.338Z+ local DO_DOWNLOAD=true
5552024-02-15T20:40:15.338Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562024-02-15T20:40:15.338Z+ '[' true == true ']'
5572024-02-15T20:40:15.338Z+ echo Downloading...
5582024-02-15T20:40:15.338ZDownloading...
5592024-02-15T20:40:15.338Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5602024-02-15T20:40:15.338Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5612024-02-15T20:40:26.788Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5622024-02-15T20:40:26.791Z++ sha256sum
5632024-02-15T20:40:26.791Z++ awk '{print $1}'
5642024-02-15T20:40:26.813Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5652024-02-15T20:40:26.818Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5662024-02-15T20:40:26.818Z+ do_untar out/downloads/dendrite-stub.tar.gz
5672024-02-15T20:40:26.818Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5682024-02-15T20:40:27.530Z+ do_assemble
5692024-02-15T20:40:27.530Z+ rm -r ./out/dendrite-stub
5702024-02-15T20:40:27.971Z+ mkdir ./out/dendrite-stub
5712024-02-15T20:40:27.971Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5722024-02-15T20:40:27.971Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5732024-02-15T20:40:27.972Z+ set -o errexit
5742024-02-15T20:40:27.972Z+++ dirname ./tools/ci_download_maghemite_mgd
5752024-02-15T20:40:27.972Z++ cd ./tools
5762024-02-15T20:40:27.972Z++ pwd
5772024-02-15T20:40:27.972Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782024-02-15T20:40:27.972Z++ basename ./tools/ci_download_maghemite_mgd
5792024-02-15T20:40:27.972Z+ ARG0=ci_download_maghemite_mgd
5802024-02-15T20:40:27.972Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5812024-02-15T20:40:27.972Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5822024-02-15T20:40:27.973Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5832024-02-15T20:40:27.973Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5842024-02-15T20:40:27.973Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5852024-02-15T20:40:27.973Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5862024-02-15T20:40:27.973Z+ TARGET_DIR=out
5872024-02-15T20:40:27.973Z+ DOWNLOAD_DIR=out/downloads
5882024-02-15T20:40:27.973Z+ DEST_DIR=./out/mgd
5892024-02-15T20:40:27.973Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5902024-02-15T20:40:27.973Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912024-02-15T20:40:27.974Z+ REPO=oxidecomputer/maghemite
5922024-02-15T20:40:27.974Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5932024-02-15T20:40:27.974Z+ main
5942024-02-15T20:40:27.974Z+ [[ 0 != 0 ]]
5952024-02-15T20:40:27.974Z+ CIDL_OS=solaris2.11
5962024-02-15T20:40:27.974Z+ [[ 0 != 0 ]]
5972024-02-15T20:40:27.974Z+ configure_os solaris2.11
5982024-02-15T20:40:27.974Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992024-02-15T20:40:27.975Zcurrent directory: /work/oxidecomputer/omicron
6002024-02-15T20:40:27.975Z+ echo 'configuring based on OS: "solaris2.11"'
6012024-02-15T20:40:27.975Z+ case "$1" in
6022024-02-15T20:40:27.975Z+ SET_BINARIES=
6032024-02-15T20:40:27.975Zconfiguring based on OS: "solaris2.11"
6042024-02-15T20:40:27.975Z+ CIDL_SHA256FUNC=do_sha256sum
6052024-02-15T20:40:27.975Z+ TARBALL_FILENAME=mgd.tar.gz
6062024-02-15T20:40:27.975Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6072024-02-15T20:40:27.975Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6082024-02-15T20:40:27.975Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6092024-02-15T20:40:27.976ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6102024-02-15T20:40:27.976ZLocal file: out/downloads/mgd.tar.gz
6112024-02-15T20:40:27.976Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6122024-02-15T20:40:27.976Z+ mkdir -p out/downloads
6132024-02-15T20:40:27.976Z+ mkdir -p ./out/mgd
6142024-02-15T20:40:27.976Z+ fetch_and_verify
6152024-02-15T20:40:27.976Z+ local DO_DOWNLOAD=true
6162024-02-15T20:40:27.976Z+ [[ -f out/downloads/mgd.tar.gz ]]
6172024-02-15T20:40:27.976Z+ '[' true == true ']'
6182024-02-15T20:40:27.977Z+ echo Downloading...
6192024-02-15T20:40:27.977ZDownloading...
6202024-02-15T20:40:27.977Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6212024-02-15T20:40:27.977Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6222024-02-15T20:40:32.632Z++ do_sha256sum out/downloads/mgd.tar.gz
6232024-02-15T20:40:32.635Z++ sha256sum
6242024-02-15T20:40:32.635Z++ awk '{print $1}'
6252024-02-15T20:40:32.654Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6262024-02-15T20:40:32.657Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6272024-02-15T20:40:32.657Z+ do_untar out/downloads/mgd.tar.gz
6282024-02-15T20:40:32.657Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6292024-02-15T20:40:33.122Z+ do_assemble
6302024-02-15T20:40:33.123Z+ rm -r ./out/mgd
6312024-02-15T20:40:33.127Z+ mkdir ./out/mgd
6322024-02-15T20:40:33.127Z+ cp -r out/downloads/root ./out/mgd/root
6332024-02-15T20:40:33.266Z+ set -o errexit
6342024-02-15T20:40:33.270Z+++ dirname ./tools/ci_download_transceiver_control
6352024-02-15T20:40:33.270Z++ cd ./tools
6362024-02-15T20:40:33.270Z++ pwd
6372024-02-15T20:40:33.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6382024-02-15T20:40:33.274Z++ basename ./tools/ci_download_transceiver_control
6392024-02-15T20:40:33.274Z+ ARG0=ci_download_transceiver_control
6402024-02-15T20:40:33.275Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6412024-02-15T20:40:33.275Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-02-15T20:40:33.275Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432024-02-15T20:40:33.275Z+ TARGET_DIR=out
6442024-02-15T20:40:33.275Z+ DOWNLOAD_DIR=out/downloads
6452024-02-15T20:40:33.275Z+ DEST_DIR=./out/transceiver-control
6462024-02-15T20:40:33.275Z+ BIN_DIR=/opt/oxide/bin
6472024-02-15T20:40:33.275Z+ BINARY=xcvradm
6482024-02-15T20:40:33.275Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6492024-02-15T20:40:33.276Z+ REPO=oxidecomputer/transceiver-control
6502024-02-15T20:40:33.276Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-02-15T20:40:33.276Z+ main
6522024-02-15T20:40:33.276Z+ [[ 0 != 0 ]]
6532024-02-15T20:40:33.276Z+ CIDL_OS=solaris2.11
6542024-02-15T20:40:33.276Z+ [[ 0 != 0 ]]
6552024-02-15T20:40:33.276Z+ configure_os solaris2.11
6562024-02-15T20:40:33.276Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572024-02-15T20:40:33.276Zcurrent directory: /work/oxidecomputer/omicron
6582024-02-15T20:40:33.276Z+ echo 'configuring based on OS: "solaris2.11"'
6592024-02-15T20:40:33.276Z+ case "$1" in
6602024-02-15T20:40:33.276Zconfiguring based on OS: "solaris2.11"
6612024-02-15T20:40:33.277Z+ SET_BINARIES=
6622024-02-15T20:40:33.277Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632024-02-15T20:40:33.277Z+ CIDL_SHA256FUNC=do_sha256sum
6642024-02-15T20:40:33.277Z+ ARCHIVE_FILENAME=xcvradm.gz
6652024-02-15T20:40:33.277Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-15T20:40:33.277Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6672024-02-15T20:40:33.277Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6682024-02-15T20:40:33.277ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692024-02-15T20:40:33.277Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702024-02-15T20:40:33.277Z+ mkdir -p out/downloads
6712024-02-15T20:40:33.277ZLocal file: out/downloads/xcvradm.gz
6722024-02-15T20:40:33.281Z+ mkdir -p ./out/transceiver-control
6732024-02-15T20:40:33.281Z+ fetch_and_verify
6742024-02-15T20:40:33.281Z+ local DO_DOWNLOAD=true
6752024-02-15T20:40:33.281Z+ [[ -f out/downloads/xcvradm.gz ]]
6762024-02-15T20:40:33.281Z+ '[' true == true ']'
6772024-02-15T20:40:33.281Z+ echo Downloading...
6782024-02-15T20:40:33.281ZDownloading...
6792024-02-15T20:40:33.281Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6802024-02-15T20:40:33.281Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-02-15T20:40:36.204Z++ do_sha256sum out/downloads/xcvradm.gz
6822024-02-15T20:40:36.207Z++ sha256sum
6832024-02-15T20:40:36.207Z++ awk '{print $1}'
6842024-02-15T20:40:36.214Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852024-02-15T20:40:36.217Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6862024-02-15T20:40:36.217Z+ do_unpack out/downloads/xcvradm.gz
6872024-02-15T20:40:36.217Z+ mkdir -p out/downloads/root//opt/oxide/bin
6882024-02-15T20:40:36.217Z+ gzip -dc out/downloads/xcvradm.gz
6892024-02-15T20:40:36.341Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6902024-02-15T20:40:36.344Z+ do_assemble
6912024-02-15T20:40:36.344Z+ rm -r ./out/transceiver-control
6922024-02-15T20:40:36.344Z+ mkdir ./out/transceiver-control
6932024-02-15T20:40:36.344Z+ cp -r out/downloads/root ./out/transceiver-control/root
6942024-02-15T20:40:36.517ZAll prerequisites installed successfully
6952024-02-15T20:40:36.521Z
6962024-02-15T20:40:36.521Zreal 2:02.844294150
6972024-02-15T20:40:36.521Zuser 34.167536049
6982024-02-15T20:40:36.521Zsys 6.546613070
6992024-02-15T20:40:36.522Ztrap 0.008459355
7002024-02-15T20:40:36.522Ztflt 0.156792855
7012024-02-15T20:40:36.522Zdflt 0.473881972
7022024-02-15T20:40:36.522Zkflt 0.261994599
7032024-02-15T20:40:36.522Zlock 1.829883994
7042024-02-15T20:40:36.522Zslp 4:12.857475560
7052024-02-15T20:40:36.522Zlat 1.802958567
7062024-02-15T20:40:36.522Zstop 0.136165175
7072024-02-15T20:40:36.522Z+ ptime -m ./tools/ci_download_softnpu_machinery
7082024-02-15T20:40:36.529Zfetching npuzone
7092024-02-15T20:40:36.536ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7102024-02-15T20:40:36.536Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7112024-02-15T20:40:36.536ZGetting hash for npuzone
7122024-02-15T20:40:36.667Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7132024-02-15T20:40:41.872Znpuzone downloaded successfully
7142024-02-15T20:40:41.882Z
7152024-02-15T20:40:41.882Zreal 5.325739126
7162024-02-15T20:40:41.882Zuser 0.330726551
7172024-02-15T20:40:41.882Zsys 0.112270588
7182024-02-15T20:40:41.882Ztrap 0.000016923
7192024-02-15T20:40:41.882Ztflt 0.000000000
7202024-02-15T20:40:41.882Zdflt 0.000000000
7212024-02-15T20:40:41.882Zkflt 0.000000000
7222024-02-15T20:40:41.882Zlock 0.000000000
7232024-02-15T20:40:41.882Zslp 15.429356466
7242024-02-15T20:40:41.882Zlat 0.074669509
7252024-02-15T20:40:41.883Zstop 0.000199752
7262024-02-15T20:40:41.883Z+ export CARGO_INCREMENTAL=0
7272024-02-15T20:40:41.883Z+ CARGO_INCREMENTAL=0
7282024-02-15T20:40:41.883Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7292024-02-15T20:40:42.059Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7302024-02-15T20:40:42.392Z Updating git repository `https://github.com/oxidecomputer/samael`
7312024-02-15T20:40:42.755Z Updating crates.io index
7322024-02-15T20:40:42.840Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7332024-02-15T20:40:43.535Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7342024-02-15T20:40:46.784Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7352024-02-15T20:40:47.363Z Updating git repository `http://github.com/oxidecomputer/tofino`
7362024-02-15T20:40:47.643Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7372024-02-15T20:40:47.898Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7382024-02-15T20:40:48.158Z Updating git repository `https://github.com/oxidecomputer/propolis`
7392024-02-15T20:40:49.363Z Updating git repository `https://github.com/oxidecomputer/crucible`
7402024-02-15T20:40:51.315Z Updating git repository `https://github.com/oxidecomputer/opte`
7412024-02-15T20:40:52.249Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-02-15T20:40:52.557Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7432024-02-15T20:40:53.114Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7442024-02-15T20:40:53.454Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-02-15T20:40:53.675Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7462024-02-15T20:40:53.948Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7472024-02-15T20:40:54.383Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7482024-02-15T20:40:54.826Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7492024-02-15T20:40:55.505Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7502024-02-15T20:40:55.598Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-02-15T20:40:55.970Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7522024-02-15T20:40:56.278Z Updating git repository `https://github.com/jgallagher/nix`
7532024-02-15T20:40:57.342Z Updating git repository `https://github.com/cbiffle/hubpack`
7542024-02-15T20:40:57.803Z Updating git repository `https://github.com/oxidecomputer/typify`
7552024-02-15T20:40:59.008Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7562024-02-15T20:40:59.370Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7572024-02-15T20:40:59.650Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7582024-02-15T20:41:00.957Z Downloading crates ...
7592024-02-15T20:41:01.207Z Downloaded base16ct v0.2.0
7602024-02-15T20:41:01.224Z Downloaded crypto-common v0.1.6
7612024-02-15T20:41:01.224Z Downloaded base64ct v1.6.0
7622024-02-15T20:41:01.224Z Downloaded block-buffer v0.10.4
7632024-02-15T20:41:01.224Z Downloaded allocator-api2 v0.2.16
7642024-02-15T20:41:01.237Z Downloaded async-stream-impl v0.3.5
7652024-02-15T20:41:01.237Z Downloaded argon2 v0.5.3
7662024-02-15T20:41:01.237Z Downloaded mime_guess v2.0.4
7672024-02-15T20:41:01.237Z Downloaded atty v0.2.14
7682024-02-15T20:41:01.237Z Downloaded http-range v0.1.5
7692024-02-15T20:41:01.237Z Downloaded atomicwrites v0.4.3
7702024-02-15T20:41:01.237Z Downloaded autocfg v1.1.0
7712024-02-15T20:41:01.237Z Downloaded bb8 v0.8.3
7722024-02-15T20:41:01.251Z Downloaded async-trait v0.1.77
7732024-02-15T20:41:01.252Z Downloaded arrayvec v0.7.4
7742024-02-15T20:41:01.252Z Downloaded bit-vec v0.6.3
7752024-02-15T20:41:01.252Z Downloaded memmap v0.7.0
7762024-02-15T20:41:01.260Z Downloaded mockall v0.12.0
7772024-02-15T20:41:01.260Z Downloaded colorchoice v1.0.0
7782024-02-15T20:41:01.260Z Downloaded matches v0.1.10
7792024-02-15T20:41:01.260Z Downloaded linked-hash-map v0.5.6
7802024-02-15T20:41:01.260Z Downloaded anyhow v1.0.75
7812024-02-15T20:41:01.260Z Downloaded atomic-waker v1.1.1
7822024-02-15T20:41:01.272Z Downloaded blake2 v0.10.6
7832024-02-15T20:41:01.282Z Downloaded block-padding v0.3.3
7842024-02-15T20:41:01.282Z Downloaded socket2 v0.4.9
7852024-02-15T20:41:01.282Z Downloaded bitflags v2.4.0
7862024-02-15T20:41:01.282Z Downloaded bitflags v1.3.2
7872024-02-15T20:41:01.287Z Downloaded bitfield v0.14.0
7882024-02-15T20:41:01.287Z Downloaded httpdate v1.0.3
7892024-02-15T20:41:01.287Z Downloaded structmeta v0.3.0
7902024-02-15T20:41:01.287Z Downloaded structmeta v0.2.0
7912024-02-15T20:41:01.287Z Downloaded thread-id v4.2.0
7922024-02-15T20:41:01.292Z Downloaded textwrap v0.11.0
7932024-02-15T20:41:01.292Z Downloaded new_debug_unreachable v1.0.4
7942024-02-15T20:41:01.292Z Downloaded string_cache v0.8.7
7952024-02-15T20:41:01.295Z Downloaded is_ci v1.1.1
7962024-02-15T20:41:01.295Z Downloaded instant v0.1.12
7972024-02-15T20:41:01.295Z Downloaded nanorand v0.7.0
7982024-02-15T20:41:01.298Z Downloaded num-complex v0.4.4
7992024-02-15T20:41:01.303Z Downloaded bytecount v0.6.3
8002024-02-15T20:41:01.307Z Downloaded ident_case v1.0.1
8012024-02-15T20:41:01.307Z Downloaded bit-set v0.5.3
8022024-02-15T20:41:01.307Z Downloaded byteorder v1.5.0
8032024-02-15T20:41:01.310Z Downloaded time v0.3.27
8042024-02-15T20:41:01.316Z Downloaded compact_str v0.7.1
8052024-02-15T20:41:01.319Z Downloaded signal-hook-tokio v0.3.1
8062024-02-15T20:41:01.325Z Downloaded normalize-line-endings v0.3.0
8072024-02-15T20:41:01.329Z Downloaded nom v7.1.3
8082024-02-15T20:41:01.332Z Downloaded iana-time-zone v0.1.57
8092024-02-15T20:41:01.332Z Downloaded nodrop v0.1.14
8102024-02-15T20:41:01.337Z Downloaded cfg-if v1.0.0
8112024-02-15T20:41:01.337Z Downloaded kstat-rs v0.2.3
8122024-02-15T20:41:01.337Z Downloaded http-body v0.4.5
8132024-02-15T20:41:01.340Z Downloaded num-integer v0.1.45
8142024-02-15T20:41:01.343Z Downloaded nibble_vec v0.1.0
8152024-02-15T20:41:01.347Z Downloaded hyper-tls v0.5.0
8162024-02-15T20:41:01.347Z Downloaded lazy_static v1.4.0
8172024-02-15T20:41:01.350Z Downloaded crunchy v0.2.2
8182024-02-15T20:41:01.350Z Downloaded crucible-workspace-hack v0.1.0
8192024-02-15T20:41:01.350Z Downloaded ciborium-io v0.2.2
8202024-02-15T20:41:01.353Z Downloaded tabled_derive v0.7.0
8212024-02-15T20:41:01.353Z Downloaded cexpr v0.6.0
8222024-02-15T20:41:01.360Z Downloaded cstr-argument v0.1.2
8232024-02-15T20:41:01.360Z Downloaded buf-list v1.0.3
8242024-02-15T20:41:01.363Z Downloaded convert_case v0.4.0
8252024-02-15T20:41:01.363Z Downloaded num_enum v0.5.11
8262024-02-15T20:41:01.366Z Downloaded rustc_version v0.1.7
8272024-02-15T20:41:01.369Z Downloaded num-iter v0.1.43
8282024-02-15T20:41:01.370Z Downloaded tower-service v0.3.2
8292024-02-15T20:41:01.373Z Downloaded num_enum_derive v0.5.11
8302024-02-15T20:41:01.373Z Downloaded maplit v1.0.2
8312024-02-15T20:41:01.373Z Downloaded usdt-attr-macro v0.3.5
8322024-02-15T20:41:01.376Z Downloaded hmac v0.12.1
8332024-02-15T20:41:01.376Z Downloaded serde_urlencoded v0.7.1
8342024-02-15T20:41:01.379Z Downloaded io-lifetimes v1.0.11
8352024-02-15T20:41:01.384Z Downloaded anstyle v1.0.2
8362024-02-15T20:41:01.387Z Downloaded cpufeatures v0.2.12
8372024-02-15T20:41:01.387Z Downloaded nu-ansi-term v0.49.0
8382024-02-15T20:41:01.387Z Downloaded sqlformat v0.2.3
8392024-02-15T20:41:01.390Z Downloaded serde_repr v0.1.16
8402024-02-15T20:41:01.393Z Downloaded scheduled-thread-pool v0.2.7
8412024-02-15T20:41:01.393Z Downloaded mime v0.3.17
8422024-02-15T20:41:01.397Z Downloaded tokio-macros v2.2.0
8432024-02-15T20:41:01.397Z Downloaded thiserror-impl v1.0.57
8442024-02-15T20:41:01.400Z Downloaded crossbeam-deque v0.8.3
8452024-02-15T20:41:01.400Z Downloaded sec1 v0.7.3
8462024-02-15T20:41:01.404Z Downloaded httparse v1.8.0
8472024-02-15T20:41:01.404Z Downloaded console v0.15.8
8482024-02-15T20:41:01.407Z Downloaded lazycell v1.3.0
8492024-02-15T20:41:01.410Z Downloaded crc v3.0.1
8502024-02-15T20:41:01.410Z Downloaded serde_tokenstream v0.2.0
8512024-02-15T20:41:01.414Z Downloaded secrecy v0.8.0
8522024-02-15T20:41:01.417Z Downloaded keccak v0.1.4
8532024-02-15T20:41:01.423Z Downloaded dof v0.1.5
8542024-02-15T20:41:01.423Z Downloaded xattr v1.0.1
8552024-02-15T20:41:01.427Z Downloaded const-oid v0.9.5
8562024-02-15T20:41:01.427Z Downloaded path-slash v0.1.5
8572024-02-15T20:41:01.427Z Downloaded cookie v0.18.0
8582024-02-15T20:41:01.427Z Downloaded usdt v0.5.0
8592024-02-15T20:41:01.430Z Downloaded ipnet v2.9.0
8602024-02-15T20:41:01.431Z Downloaded zeroize_derive v1.4.2
8612024-02-15T20:41:01.433Z Downloaded thread_local v1.1.7
8622024-02-15T20:41:01.434Z Downloaded radium v0.7.0
8632024-02-15T20:41:01.437Z Downloaded libsw v3.3.1
8642024-02-15T20:41:01.440Z Downloaded bzip2 v0.4.4
8652024-02-15T20:41:01.440Z Downloaded stability v0.1.1
8662024-02-15T20:41:01.444Z Downloaded slog-envlogger v2.2.0
8672024-02-15T20:41:01.444Z Downloaded num_threads v0.1.6
8682024-02-15T20:41:01.448Z Downloaded crc32fast v1.3.2
8692024-02-15T20:41:01.448Z Downloaded foreign-types-macros v0.2.3
8702024-02-15T20:41:01.448Z Downloaded subtle v2.5.0
8712024-02-15T20:41:01.448Z Downloaded http v0.2.11
8722024-02-15T20:41:01.452Z Downloaded embedded-io v0.4.0
8732024-02-15T20:41:01.456Z Downloaded spin v0.5.2
8742024-02-15T20:41:01.456Z Downloaded hyper-rustls v0.24.2
8752024-02-15T20:41:01.459Z Downloaded version_check v0.9.4
8762024-02-15T20:41:01.459Z Downloaded clang-sys v1.6.1
8772024-02-15T20:41:01.462Z Downloaded zerocopy-derive v0.7.32
8782024-02-15T20:41:01.466Z Downloaded derive_builder_core v0.12.0
8792024-02-15T20:41:01.470Z Downloaded clap v4.4.3
8802024-02-15T20:41:01.478Z Downloaded curve25519-dalek-derive v0.1.0
8812024-02-15T20:41:01.481Z Downloaded num-traits v0.2.16
8822024-02-15T20:41:01.481Z Downloaded ciborium v0.2.2
8832024-02-15T20:41:01.485Z Downloaded signal-hook-mio v0.2.3
8842024-02-15T20:41:01.485Z Downloaded structmeta-derive v0.2.0
8852024-02-15T20:41:01.485Z Downloaded opaque-debug v0.3.0
8862024-02-15T20:41:01.488Z Downloaded crossbeam-utils v0.8.16
8872024-02-15T20:41:01.488Z Downloaded dtrace-parser v0.2.0
8882024-02-15T20:41:01.492Z Downloaded backoff v0.4.0
8892024-02-15T20:41:01.492Z Downloaded crossbeam-epoch v0.9.15
8902024-02-15T20:41:01.495Z Downloaded heck v0.4.1
8912024-02-15T20:41:01.496Z Downloaded walkdir v2.4.0
8922024-02-15T20:41:01.498Z Downloaded zone v0.3.0
8932024-02-15T20:41:01.498Z Downloaded zone_cfg_derive v0.3.0
8942024-02-15T20:41:01.498Z Downloaded minimal-lexical v0.2.1
8952024-02-15T20:41:01.503Z Downloaded spin v0.9.8
8962024-02-15T20:41:01.506Z Downloaded sha1 v0.10.6
8972024-02-15T20:41:01.510Z Downloaded ena v0.14.2
8982024-02-15T20:41:01.510Z Downloaded predicates-core v1.0.6
8992024-02-15T20:41:01.514Z Downloaded darling v0.20.3
9002024-02-15T20:41:01.514Z Downloaded stringprep v0.1.3
9012024-02-15T20:41:01.518Z Downloaded structmeta-derive v0.3.0
9022024-02-15T20:41:01.518Z Downloaded funty v2.0.0
9032024-02-15T20:41:01.518Z Downloaded rand_core v0.6.4
9042024-02-15T20:41:01.521Z Downloaded shlex v1.3.0
9052024-02-15T20:41:01.521Z Downloaded enum-as-inner v0.5.1
9062024-02-15T20:41:01.527Z Downloaded static_assertions v1.1.0
9072024-02-15T20:41:01.527Z Downloaded cc v1.0.83
9082024-02-15T20:41:01.530Z Downloaded data-encoding v2.4.0
9092024-02-15T20:41:01.530Z Downloaded rustls-pemfile v2.0.0
9102024-02-15T20:41:01.530Z Downloaded toml_datetime v0.6.5
9112024-02-15T20:41:01.534Z Downloaded untrusted v0.9.0
9122024-02-15T20:41:01.534Z Downloaded universal-hash v0.5.1
9132024-02-15T20:41:01.538Z Downloaded typenum v1.16.0
9142024-02-15T20:41:01.538Z Downloaded stable_deref_trait v1.2.0
9152024-02-15T20:41:01.538Z Downloaded tinyvec_macros v0.1.1
9162024-02-15T20:41:01.542Z Downloaded managed v0.8.0
9172024-02-15T20:41:01.542Z Downloaded zerocopy v0.3.0
9182024-02-15T20:41:01.542Z Downloaded ed25519 v1.5.3
9192024-02-15T20:41:01.546Z Downloaded chacha20poly1305 v0.10.1
9202024-02-15T20:41:01.546Z Downloaded indexmap v1.9.3
9212024-02-15T20:41:01.550Z Downloaded slog-scope v4.4.0
9222024-02-15T20:41:01.550Z Downloaded fixedbitset v0.4.2
9232024-02-15T20:41:01.556Z Downloaded strum_macros v0.24.3
9242024-02-15T20:41:01.556Z Downloaded serde_plain v1.0.2
9252024-02-15T20:41:01.566Z Downloaded password-hash v0.5.0
9262024-02-15T20:41:01.566Z Downloaded terminal_size v0.2.6
9272024-02-15T20:41:01.566Z Downloaded rustls-pemfile v1.0.3
9282024-02-15T20:41:01.566Z Downloaded futures-sink v0.3.30
9292024-02-15T20:41:01.566Z Downloaded filetime v0.2.23
9302024-02-15T20:41:01.578Z Downloaded darling_core v0.20.3
9312024-02-15T20:41:01.578Z Downloaded macaddr v1.0.1
9322024-02-15T20:41:01.578Z Downloaded wait-timeout v0.2.0
9332024-02-15T20:41:01.579Z Downloaded serde_derive_internals v0.26.0
9342024-02-15T20:41:01.579Z Downloaded clap v2.34.0
9352024-02-15T20:41:01.584Z Downloaded want v0.3.1
9362024-02-15T20:41:01.584Z Downloaded tui-tree-widget v0.17.0
9372024-02-15T20:41:01.584Z Downloaded pem v3.0.2
9382024-02-15T20:41:01.584Z Downloaded lru v0.12.1
9392024-02-15T20:41:01.594Z Downloaded slog-stdlog v4.1.1
9402024-02-15T20:41:01.594Z Downloaded fnv v1.0.7
9412024-02-15T20:41:01.594Z Downloaded pkcs1 v0.7.5
9422024-02-15T20:41:01.594Z Downloaded rayon-core v1.12.0
9432024-02-15T20:41:01.601Z Downloaded openssl-macros v0.1.1
9442024-02-15T20:41:01.601Z Downloaded salty v0.2.0
9452024-02-15T20:41:01.624Z Downloaded semver v0.11.0
9462024-02-15T20:41:01.624Z Downloaded downcast v0.11.0
9472024-02-15T20:41:01.624Z Downloaded num-bigint v0.4.4
9482024-02-15T20:41:01.641Z Downloaded anstream v0.5.0
9492024-02-15T20:41:01.641Z Downloaded rustc-hash v1.1.0
9502024-02-15T20:41:01.641Z Downloaded rtoolbox v0.0.1
9512024-02-15T20:41:01.641Z Downloaded slab v0.4.9
9522024-02-15T20:41:01.642Z Downloaded futures-channel v0.3.30
9532024-02-15T20:41:01.642Z Downloaded pest_meta v2.7.6
9542024-02-15T20:41:01.642Z Downloaded semver v1.0.21
9552024-02-15T20:41:01.642Z Downloaded headers v0.3.9
9562024-02-15T20:41:01.642Z Downloaded group v0.13.0
9572024-02-15T20:41:01.642Z Downloaded unicode-linebreak v0.1.5
9582024-02-15T20:41:01.642Z Downloaded slog-async v2.8.0
9592024-02-15T20:41:01.643Z Downloaded headers-core v0.2.0
9602024-02-15T20:41:01.643Z Downloaded unarray v0.1.4
9612024-02-15T20:41:01.644Z Downloaded trust-dns-server v0.22.1
9622024-02-15T20:41:02.062Z Downloaded foreign-types v0.3.2
9632024-02-15T20:41:02.063Z Downloaded waitgroup v0.1.2
9642024-02-15T20:41:02.063Z Downloaded vsss-rs v3.3.4
9652024-02-15T20:41:02.063Z Downloaded serde_derive v1.0.196
9662024-02-15T20:41:02.063Z Downloaded parse-display v0.9.0
9672024-02-15T20:41:02.063Z Downloaded globset v0.4.13
9682024-02-15T20:41:02.063Z Downloaded deranged v0.3.8
9692024-02-15T20:41:02.063Z Downloaded rustls-pki-types v1.1.0
9702024-02-15T20:41:02.064Z Downloaded number_prefix v0.4.0
9712024-02-15T20:41:02.064Z Downloaded swrite v0.1.0
9722024-02-15T20:41:02.064Z Downloaded dtrace-parser v0.1.14
9732024-02-15T20:41:02.064Z Downloaded foreign-types-shared v0.1.1
9742024-02-15T20:41:02.064Z Downloaded test-strategy v0.3.1
9752024-02-15T20:41:02.064Z Downloaded ref-cast-impl v1.0.20
9762024-02-15T20:41:02.065Z Downloaded packed_struct v0.10.1
9772024-02-15T20:41:02.065Z Downloaded tokio-rustls v0.24.1
9782024-02-15T20:41:02.065Z Downloaded ryu v1.0.15
9792024-02-15T20:41:02.065Z Downloaded foreign-types-shared v0.3.1
9802024-02-15T20:41:02.065Z Downloaded paste v1.0.14
9812024-02-15T20:41:02.065Z Downloaded match_cfg v0.1.0
9822024-02-15T20:41:02.065Z Downloaded futures-macro v0.3.30
9832024-02-15T20:41:02.065Z Downloaded proc-macro-crate v1.3.1
9842024-02-15T20:41:02.065Z Downloaded oso-derive v0.27.0
9852024-02-15T20:41:02.065Z Downloaded num-bigint-dig v0.8.4
9862024-02-15T20:41:02.065Z Downloaded take_mut v0.2.2
9872024-02-15T20:41:02.065Z Downloaded rusty-fork v0.3.0
9882024-02-15T20:41:02.066Z Downloaded fd-lock v4.0.2
9892024-02-15T20:41:02.066Z Downloaded rustversion v1.0.14
9902024-02-15T20:41:02.066Z Downloaded serde-big-array v0.5.1
9912024-02-15T20:41:02.066Z Downloaded openssl-probe v0.1.5
9922024-02-15T20:41:02.066Z Downloaded futures-io v0.3.30
9932024-02-15T20:41:02.066Z Downloaded predicates-tree v1.0.9
9942024-02-15T20:41:02.066Z Downloaded futures v0.3.30
9952024-02-15T20:41:02.066Z Downloaded pin-utils v0.1.0
9962024-02-15T20:41:02.066Z Downloaded trust-dns-resolver v0.22.0
9972024-02-15T20:41:02.066Z Downloaded foreign-types v0.5.0
9982024-02-15T20:41:02.066Z Downloaded unicase v2.7.0
9992024-02-15T20:41:02.067Z Downloaded peeking_take_while v0.1.2
10002024-02-15T20:41:02.067Z Downloaded utf8parse v0.2.1
10012024-02-15T20:41:02.067Z Downloaded base64 v0.21.7
10022024-02-15T20:41:02.067Z Downloaded quick-error v1.2.3
10032024-02-15T20:41:02.067Z Downloaded http v1.0.0
10042024-02-15T20:41:02.067Z Downloaded maybe-uninit v2.0.0
10052024-02-15T20:41:02.067Z Downloaded zip v0.6.6
10062024-02-15T20:41:02.067Z Downloaded pretty-hex v0.4.1
10072024-02-15T20:41:02.067Z Downloaded endian-type v0.1.2
10082024-02-15T20:41:02.067Z Downloaded rustc_version v0.4.0
10092024-02-15T20:41:02.067Z Downloaded percent-encoding v2.3.1
10102024-02-15T20:41:02.067Z Downloaded signal-hook-registry v1.4.1
10112024-02-15T20:41:02.067Z Downloaded omicron-zone-package v0.11.0
10122024-02-15T20:41:02.067Z Downloaded darling_macro v0.20.3
10132024-02-15T20:41:02.068Z Downloaded sct v0.7.0
10142024-02-15T20:41:02.068Z Downloaded fallible-iterator v0.2.0
10152024-02-15T20:41:02.068Z Downloaded serde_spanned v0.6.5
10162024-02-15T20:41:02.068Z Downloaded strsim v0.8.0
10172024-02-15T20:41:02.068Z Downloaded quote v1.0.35
10182024-02-15T20:41:02.068Z Downloaded slog-json v2.6.1
10192024-02-15T20:41:02.068Z Downloaded slog v2.7.0
10202024-02-15T20:41:02.068Z Downloaded x509-cert v0.2.4
10212024-02-15T20:41:02.068Z Downloaded which v4.4.0
10222024-02-15T20:41:02.068Z Downloaded defmt-parser v0.3.3
10232024-02-15T20:41:02.068Z Downloaded gethostname v0.4.3
10242024-02-15T20:41:02.068Z Downloaded darling_macro v0.14.4
10252024-02-15T20:41:02.069Z Downloaded libm v0.2.7
10262024-02-15T20:41:02.069Z Downloaded arrayref v0.3.7
10272024-02-15T20:41:02.069Z Downloaded rpassword v7.3.1
10282024-02-15T20:41:02.069Z Downloaded md-5 v0.10.5
10292024-02-15T20:41:02.069Z Downloaded getopts v0.2.21
10302024-02-15T20:41:02.069Z Downloaded either v1.9.0
10312024-02-15T20:41:02.069Z Downloaded predicates v3.1.0
10322024-02-15T20:41:02.069Z Downloaded semver-parser v0.10.2
10332024-02-15T20:41:02.069Z Downloaded itertools v0.10.5
10342024-02-15T20:41:02.069Z Downloaded scroll_derive v0.12.0
10352024-02-15T20:41:02.069Z Downloaded parking_lot_core v0.8.6
10362024-02-15T20:41:02.070Z Downloaded schemars_derive v0.8.16
10372024-02-15T20:41:02.070Z Downloaded semver v0.1.20
10382024-02-15T20:41:02.070Z Downloaded postgres-types v0.2.6
10392024-02-15T20:41:02.070Z Downloaded postcard v1.0.8
10402024-02-15T20:41:02.070Z Downloaded toolchain_find v0.2.0
10412024-02-15T20:41:02.070Z Downloaded toml_edit v0.19.15
10422024-02-15T20:41:02.070Z Downloaded diesel_table_macro_syntax v0.1.0
10432024-02-15T20:41:02.070Z Downloaded termcolor v1.2.0
10442024-02-15T20:41:02.070Z Downloaded float-cmp v0.9.0
10452024-02-15T20:41:02.070Z Downloaded untrusted v0.7.1
10462024-02-15T20:41:02.071Z Downloaded signature v1.6.4
10472024-02-15T20:41:02.071Z Downloaded tiny-keccak v2.0.2
10482024-02-15T20:41:02.071Z Downloaded display-error-chain v0.2.0
10492024-02-15T20:41:02.071Z Downloaded pest_generator v2.7.6
10502024-02-15T20:41:02.071Z Downloaded whoami v1.4.1
10512024-02-15T20:41:02.071Z Downloaded parking_lot_core v0.9.8
10522024-02-15T20:41:02.071Z Downloaded parse-size v1.0.0
10532024-02-15T20:41:02.071Z Downloaded memoffset v0.9.0
10542024-02-15T20:41:02.071Z Downloaded ppv-lite86 v0.2.17
10552024-02-15T20:41:02.071Z Downloaded tokio-stream v0.1.14
10562024-02-15T20:41:02.071Z Downloaded wyz v0.5.1
10572024-02-15T20:41:02.071Z Downloaded thiserror-impl-no-std v2.0.2
10582024-02-15T20:41:02.071Z Downloaded futures-task v0.3.30
10592024-02-15T20:41:02.071Z Downloaded darling_core v0.14.4
10602024-02-15T20:41:02.071Z Downloaded flagset v0.4.3
10612024-02-15T20:41:02.071Z Downloaded dyn-clone v1.0.16
10622024-02-15T20:41:02.076Z Downloaded pkg-config v0.3.27
10632024-02-15T20:41:02.076Z Downloaded ff v0.13.0
10642024-02-15T20:41:02.076Z Downloaded subprocess v0.2.9
10652024-02-15T20:41:02.076Z Downloaded hex v0.4.3
10662024-02-15T20:41:02.076Z Downloaded oso v0.27.0
10672024-02-15T20:41:02.076Z Downloaded crossterm v0.27.0
10682024-02-15T20:41:02.076Z Downloaded ref-cast v1.0.20
10692024-02-15T20:41:02.076Z Downloaded termtree v0.4.1
10702024-02-15T20:41:02.076Z Downloaded tar v0.4.40
10712024-02-15T20:41:02.076Z Downloaded smf v0.2.2
10722024-02-15T20:41:02.076Z Downloaded log v0.4.20
10732024-02-15T20:41:02.076Z Downloaded try-lock v0.2.4
10742024-02-15T20:41:02.076Z Downloaded thiserror-no-std v2.0.2
10752024-02-15T20:41:02.076Z Downloaded sqlparser_derive v0.2.2
10762024-02-15T20:41:02.076Z Downloaded getrandom v0.2.10
10772024-02-15T20:41:02.076Z Downloaded pest_derive v2.7.6
10782024-02-15T20:41:02.076Z Downloaded phf v0.11.2
10792024-02-15T20:41:02.077Z Downloaded hash32 v0.3.1
10802024-02-15T20:41:02.077Z Downloaded pem-rfc7468 v0.7.0
10812024-02-15T20:41:02.077Z Downloaded phf_shared v0.11.2
10822024-02-15T20:41:02.077Z Downloaded anstyle-query v1.0.0
10832024-02-15T20:41:02.077Z Downloaded strum_macros v0.26.1
10842024-02-15T20:41:02.077Z Downloaded usdt-impl v0.3.5
10852024-02-15T20:41:02.077Z Downloaded digest v0.10.7
10862024-02-15T20:41:02.077Z Downloaded packed_struct_codegen v0.10.1
10872024-02-15T20:41:02.077Z Downloaded dirs-sys-next v0.1.2
10882024-02-15T20:41:02.077Z Downloaded errno v0.3.8
10892024-02-15T20:41:02.077Z Downloaded unicode-width v0.1.11
10902024-02-15T20:41:02.077Z Downloaded heck v0.3.3
10912024-02-15T20:41:02.077Z Downloaded unicode-xid v0.2.4
10922024-02-15T20:41:02.077Z Downloaded poly1305 v0.8.0
10932024-02-15T20:41:02.077Z Downloaded spki v0.7.2
10942024-02-15T20:41:02.077Z Downloaded proc-macro-error-attr v1.0.4
10952024-02-15T20:41:02.077Z Downloaded tough v0.16.0
10962024-02-15T20:41:02.077Z Downloaded rustfmt-wrapper v0.2.0
10972024-02-15T20:41:02.077Z Downloaded futures-executor v0.3.30
10982024-02-15T20:41:02.077Z Downloaded darling v0.14.4
10992024-02-15T20:41:02.077Z Downloaded schemars v0.8.16
11002024-02-15T20:41:02.077Z Downloaded structopt-derive v0.4.18
11012024-02-15T20:41:02.077Z Downloaded derive_builder v0.12.0
11022024-02-15T20:41:02.078Z Downloaded fs-err v2.11.0
11032024-02-15T20:41:02.078Z Downloaded h2 v0.3.24
11042024-02-15T20:41:02.078Z Downloaded rand_chacha v0.3.1
11052024-02-15T20:41:02.078Z Downloaded zerocopy v0.7.32
11062024-02-15T20:41:02.078Z Downloaded tinyvec v1.6.0
11072024-02-15T20:41:02.078Z Downloaded vte v0.11.1
11082024-02-15T20:41:02.078Z Downloaded fatfs v0.3.6
11092024-02-15T20:41:02.078Z Downloaded serde_yaml v0.9.25
11102024-02-15T20:41:02.078Z Downloaded toml_edit v0.21.1
11112024-02-15T20:41:02.078Z Downloaded env_logger v0.10.0
11122024-02-15T20:41:02.078Z Downloaded unicode-normalization v0.1.22
11132024-02-15T20:41:02.078Z Downloaded similar v2.3.0
11142024-02-15T20:41:02.078Z Downloaded derive_more v0.99.17
11152024-02-15T20:41:02.078Z Downloaded textwrap v0.16.0
11162024-02-15T20:41:02.078Z Downloaded zerocopy v0.6.4
11172024-02-15T20:41:02.078Z Downloaded sqlparser v0.43.1
11182024-02-15T20:41:02.078Z Downloaded unicode-bidi v0.3.13
11192024-02-15T20:41:02.078Z Downloaded hyper v0.14.27
11202024-02-15T20:41:02.078Z Downloaded prettyplease v0.2.16
11212024-02-15T20:41:02.078Z Downloaded ahash v0.8.7
11222024-02-15T20:41:02.078Z Downloaded tungstenite v0.20.1
11232024-02-15T20:41:02.078Z Downloaded signal-hook v0.3.17
11242024-02-15T20:41:02.078Z Downloaded tabled v0.15.0
11252024-02-15T20:41:02.086Z Downloaded typed-path v0.7.0
11262024-02-15T20:41:02.091Z Downloaded trust-dns-client v0.22.0
11272024-02-15T20:41:02.097Z Downloaded hashbrown v0.13.2
11282024-02-15T20:41:02.102Z Downloaded quick-xml v0.30.0
11292024-02-15T20:41:02.110Z Downloaded heapless v0.8.0
11302024-02-15T20:41:02.114Z Downloaded openssl-sys v0.9.96
11312024-02-15T20:41:02.123Z Downloaded rayon v1.8.0
11322024-02-15T20:41:02.141Z Downloaded serde_with v3.6.0
11332024-02-15T20:41:02.160Z Downloaded chrono v0.4.31
11342024-02-15T20:41:02.160Z Downloaded toml_edit v0.22.4
11352024-02-15T20:41:02.179Z Downloaded reedline v0.28.0
11362024-02-15T20:41:02.189Z Downloaded aho-corasick v1.0.4
11372024-02-15T20:41:02.221Z Downloaded rustls v0.21.9
11382024-02-15T20:41:02.655Z Downloaded hashbrown v0.14.3
11392024-02-15T20:41:02.655Z Downloaded regress v0.8.0
11402024-02-15T20:41:02.655Z Downloaded idna v0.2.3
11412024-02-15T20:41:02.655Z Downloaded object v0.32.1
11422024-02-15T20:41:02.655Z Downloaded portable-atomic v1.4.3
11432024-02-15T20:41:02.659Z Downloaded nix v0.27.1
11442024-02-15T20:41:02.659Z Downloaded futures-util v0.3.30
11452024-02-15T20:41:02.659Z Downloaded rustls v0.22.2
11462024-02-15T20:41:02.659Z Downloaded goblin v0.8.0
11472024-02-15T20:41:02.659Z Downloaded bstr v0.2.17
11482024-02-15T20:41:02.659Z Downloaded rustix v0.37.23
11492024-02-15T20:41:02.659Z Downloaded radix_trie v0.2.1
11502024-02-15T20:41:02.659Z Downloaded syn v1.0.109
11512024-02-15T20:41:02.659Z Downloaded openssl v0.10.60
11522024-02-15T20:41:02.659Z Downloaded csv v1.3.0
11532024-02-15T20:41:02.659Z Downloaded syn v2.0.48
11542024-02-15T20:41:02.659Z Downloaded regex-syntax v0.6.29
11552024-02-15T20:41:02.659Z Downloaded diesel v2.1.4
11562024-02-15T20:41:02.659Z Downloaded curve25519-dalek v4.1.1
11572024-02-15T20:41:02.660Z Downloaded polar-core v0.27.0
11582024-02-15T20:41:02.660Z Downloaded sled v0.34.7
11592024-02-15T20:41:02.660Z Downloaded smoltcp v0.9.1
11602024-02-15T20:41:02.660Z Downloaded regex-syntax v0.8.2
11612024-02-15T20:41:02.660Z Downloaded ratatui v0.26.1
11622024-02-15T20:41:02.660Z Downloaded zerocopy-derive v0.6.4
11632024-02-15T20:41:02.660Z Downloaded regex-automata v0.4.4
11642024-02-15T20:41:02.660Z Downloaded zerocopy-derive v0.2.0
11652024-02-15T20:41:02.660Z Downloaded regex-automata v0.3.8
11662024-02-15T20:41:02.660Z Downloaded sha3 v0.10.8
11672024-02-15T20:41:02.660Z Downloaded libc v0.2.153
11682024-02-15T20:41:02.660Z Downloaded tokio v1.36.0
11692024-02-15T20:41:02.660Z Downloaded bzip2-sys v0.1.11+1.0.8
11702024-02-15T20:41:02.660Z Downloaded smoltcp v0.11.0
11712024-02-15T20:41:02.660Z Downloaded openapiv3 v2.0.0
11722024-02-15T20:41:02.660Z Downloaded bstr v1.6.0
11732024-02-15T20:41:02.660Z Downloaded webpki-roots v0.25.2
11742024-02-15T20:41:02.660Z Downloaded rustix v0.38.31
11752024-02-15T20:41:02.673Z Downloaded object v0.30.4
11762024-02-15T20:41:02.683Z Downloaded encoding_rs v0.8.33
11772024-02-15T20:41:02.708Z Downloaded trust-dns-proto v0.22.0
11782024-02-15T20:41:02.718Z Downloaded gimli v0.28.0
11792024-02-15T20:41:02.726Z Downloaded idna v0.5.0
11802024-02-15T20:41:02.732Z Downloaded lalrpop v0.19.12
11812024-02-15T20:41:02.748Z Downloaded vcpkg v0.2.15
11822024-02-15T20:41:03.213Z Downloaded mio v0.8.9
11832024-02-15T20:41:03.220Z Downloaded regex v1.10.3
11842024-02-15T20:41:03.220Z Downloaded reqwest v0.11.22
11852024-02-15T20:41:03.220Z Downloaded proptest v1.4.0
11862024-02-15T20:41:03.220Z Downloaded pest v2.7.6
11872024-02-15T20:41:03.220Z Downloaded petgraph v0.6.4
11882024-02-15T20:41:03.220Z Downloaded ron v0.8.1
11892024-02-15T20:41:03.220Z Downloaded hashbrown v0.12.3
11902024-02-15T20:41:03.220Z Downloaded memchr v2.6.3
11912024-02-15T20:41:03.221Z Downloaded winnow v0.5.15
11922024-02-15T20:41:03.221Z Downloaded toml v0.8.10
11932024-02-15T20:41:03.221Z Downloaded rustyline v13.0.0
11942024-02-15T20:41:03.221Z Downloaded hkdf v0.12.4
11952024-02-15T20:41:03.221Z Downloaded bitvec v1.0.1
11962024-02-15T20:41:03.221Z Downloaded tracing-core v0.1.31
11972024-02-15T20:41:03.221Z Downloaded unicode-ident v1.0.12
11982024-02-15T20:41:03.221Z Downloaded toml v0.7.8
11992024-02-15T20:41:03.221Z Downloaded flate2 v1.0.28
12002024-02-15T20:41:03.221Z Downloaded rand v0.8.5
12012024-02-15T20:41:03.221Z Downloaded rustls-webpki v0.102.1
12022024-02-15T20:41:03.221Z Downloaded generic-array v0.14.7
12032024-02-15T20:41:03.221Z Downloaded flume v0.11.0
12042024-02-15T20:41:03.221Z Downloaded yasna v0.5.2
12052024-02-15T20:41:03.221Z Downloaded tokio-rustls v0.25.0
12062024-02-15T20:41:03.221Z Downloaded miniz_oxide v0.7.1
12072024-02-15T20:41:03.221Z Downloaded diesel_derives v2.1.2
12082024-02-15T20:41:03.221Z Downloaded rsa v0.9.2
12092024-02-15T20:41:03.222Z Downloaded blake3 v1.5.0
12102024-02-15T20:41:03.222Z Downloaded bindgen v0.69.2
12112024-02-15T20:41:03.222Z Downloaded clap_builder v4.4.2
12122024-02-15T20:41:03.222Z Downloaded unicode-segmentation v1.10.1
12132024-02-15T20:41:03.222Z Downloaded itertools v0.12.1
12142024-02-15T20:41:03.222Z Downloaded rustls-webpki v0.101.7
12152024-02-15T20:41:03.222Z Downloaded synstructure v0.12.6
12162024-02-15T20:41:03.222Z Downloaded socket2 v0.5.5
12172024-02-15T20:41:03.222Z Downloaded half v2.3.1
12182024-02-15T20:41:03.222Z Downloaded proc-macro2 v1.0.78
12192024-02-15T20:41:03.222Z Downloaded memmap2 v0.7.1
12202024-02-15T20:41:03.222Z Downloaded pin-project v1.1.3
12212024-02-15T20:41:03.222Z Downloaded arc-swap v1.6.0
12222024-02-15T20:41:03.223Z Downloaded parse-display-derive v0.9.0
12232024-02-15T20:41:03.223Z Downloaded snafu v0.7.5
12242024-02-15T20:41:03.223Z Downloaded serde_json v1.0.113
12252024-02-15T20:41:03.223Z Downloaded papergrid v0.11.0
12262024-02-15T20:41:03.223Z Downloaded scopeguard v1.2.0
12272024-02-15T20:41:03.223Z Downloaded parking_lot v0.11.2
12282024-02-15T20:41:03.223Z Downloaded tracing-attributes v0.1.26
12292024-02-15T20:41:03.223Z Downloaded strum_macros v0.25.2
12302024-02-15T20:41:03.223Z Downloaded addr2line v0.21.0
12312024-02-15T20:41:03.223Z Downloaded regex-automata v0.1.10
12322024-02-15T20:41:03.223Z Downloaded tokio-postgres v0.7.10
12332024-02-15T20:41:03.223Z Downloaded derive-where v1.2.7
12342024-02-15T20:41:03.223Z Downloaded url v2.5.0
12352024-02-15T20:41:03.224Z Downloaded r2d2 v0.8.10
12362024-02-15T20:41:03.224Z Downloaded tokio-util v0.7.10
12372024-02-15T20:41:03.224Z Downloaded ring v0.17.7
12382024-02-15T20:41:03.224Z Downloaded snafu-derive v0.7.5
12392024-02-15T20:41:03.224Z Downloaded ucd-trie v0.1.6
12402024-02-15T20:41:03.224Z Downloaded uuid v1.7.0
12412024-02-15T20:41:03.224Z Downloaded tap v1.0.1
12422024-02-15T20:41:03.224Z Downloaded debug-ignore v1.0.5
12432024-02-15T20:41:03.224Z Downloaded serde_tokenstream v0.1.7
12442024-02-15T20:41:03.224Z Downloaded heapless v0.7.16
12452024-02-15T20:41:03.224Z Downloaded unicode_categories v0.1.1
12462024-02-15T20:41:03.224Z Downloaded toml v0.5.11
12472024-02-15T20:41:03.225Z Downloaded unsafe-libyaml v0.2.10
12482024-02-15T20:41:03.225Z Downloaded structopt v0.3.26
12492024-02-15T20:41:03.225Z Downloaded steno v0.4.0
12502024-02-15T20:41:03.225Z Downloaded adler v1.0.2
12512024-02-15T20:41:03.225Z Downloaded aead v0.5.2
12522024-02-15T20:41:03.225Z Downloaded strsim v0.10.0
12532024-02-15T20:41:03.225Z Downloaded usdt-impl v0.5.0
12542024-02-15T20:41:03.225Z Downloaded postgres-protocol v0.6.6
12552024-02-15T20:41:03.225Z Downloaded utf-8 v0.7.6
12562024-02-15T20:41:03.225Z Downloaded hash32 v0.2.1
12572024-02-15T20:41:03.225Z Downloaded ring v0.16.20
12582024-02-15T20:41:03.275Z Downloaded signature v2.1.0
12592024-02-15T20:41:03.280Z Downloaded siphasher v0.3.11
12602024-02-15T20:41:03.281Z Downloaded slog-term v2.9.0
12612024-02-15T20:41:03.281Z Downloaded fastrand v2.0.1
12622024-02-15T20:41:03.281Z Downloaded olpc-cjson v0.1.3
12632024-02-15T20:41:03.281Z Downloaded fragile v2.0.0
12642024-02-15T20:41:03.281Z Downloaded difflib v0.4.0
12652024-02-15T20:41:03.281Z Downloaded resolv-conf v0.7.0
12662024-02-15T20:41:03.281Z Downloaded serde v1.0.196
12672024-02-15T20:41:03.288Z Downloaded libxml v0.3.3
12682024-02-15T20:41:03.288Z Downloaded crossbeam-channel v0.5.8
12692024-02-15T20:41:03.294Z Downloaded usdt-attr-macro v0.5.0
12702024-02-15T20:41:03.294Z Downloaded rustc-demangle v0.1.23
12712024-02-15T20:41:03.294Z Downloaded rcgen v0.12.1
12722024-02-15T20:41:03.299Z Downloaded owo-colors v4.0.0
12732024-02-15T20:41:03.299Z Downloaded phf_shared v0.10.0
12742024-02-15T20:41:03.299Z Downloaded futures-core v0.3.30
12752024-02-15T20:41:03.304Z Downloaded elliptic-curve v0.13.8
12762024-02-15T20:41:03.304Z Downloaded fd-lock v3.0.13
12772024-02-15T20:41:03.309Z Downloaded time-macros v0.2.13
12782024-02-15T20:41:03.310Z Downloaded der_derive v0.7.2
12792024-02-15T20:41:03.310Z Downloaded crypto-bigint v0.5.2
12802024-02-15T20:41:03.315Z Downloaded der v0.7.8
12812024-02-15T20:41:03.321Z Downloaded parking_lot v0.12.1
12822024-02-15T20:41:03.321Z Downloaded time-core v0.1.1
12832024-02-15T20:41:03.321Z Downloaded glob v0.3.1
12842024-02-15T20:41:03.327Z Downloaded vec_map v0.8.2
12852024-02-15T20:41:03.327Z Downloaded serde_with_macros v3.6.0
12862024-02-15T20:41:03.327Z Downloaded defmt v0.3.5
12872024-02-15T20:41:03.332Z Downloaded usdt-macro v0.3.5
12882024-02-15T20:41:03.332Z Downloaded dirs-next v2.0.0
12892024-02-15T20:41:03.332Z Downloaded proc-macro-error v1.0.4
12902024-02-15T20:41:03.337Z Downloaded tempfile v3.10.0
12912024-02-15T20:41:03.337Z Downloaded usdt v0.3.5
12922024-02-15T20:41:03.337Z Downloaded defmt-macros v0.3.6
12932024-02-15T20:41:03.344Z Downloaded plain v0.2.3
12942024-02-15T20:41:03.344Z Downloaded thiserror v1.0.57
12952024-02-15T20:41:03.359Z Downloaded smallvec v0.6.14
12962024-02-15T20:41:03.359Z Downloaded scroll v0.12.0
12972024-02-15T20:41:03.360Z Downloaded indexmap v2.2.3
12982024-02-15T20:41:03.360Z Downloaded serde_path_to_error v0.1.15
12992024-02-15T20:41:03.360Z Downloaded topological-sort v0.2.2
13002024-02-15T20:41:03.360Z Downloaded serde-hex v0.1.0
13012024-02-15T20:41:03.360Z Downloaded platforms v3.0.2
13022024-02-15T20:41:03.360Z Downloaded pkcs8 v0.10.2
13032024-02-15T20:41:03.360Z Downloaded pin-project-lite v0.2.13
13042024-02-15T20:41:03.366Z Downloaded pin-project-internal v1.1.3
13052024-02-15T20:41:03.366Z Downloaded indicatif v0.17.8
13062024-02-15T20:41:03.374Z Downloaded bytes v1.5.0
13072024-02-15T20:41:03.374Z Downloaded once_cell v1.19.0
13082024-02-15T20:41:03.374Z Downloaded dof v0.3.0
13092024-02-15T20:41:03.382Z Downloaded diff v0.1.13
13102024-02-15T20:41:03.382Z Downloaded smallvec v1.13.1
13112024-02-15T20:41:03.382Z Downloaded equivalent v1.0.1
13122024-02-15T20:41:03.382Z Downloaded vte_generate_state_changes v0.1.1
13132024-02-15T20:41:03.383Z Downloaded crc-any v2.4.3
13142024-02-15T20:41:03.393Z Downloaded strip-ansi-escapes v0.2.0
13152024-02-15T20:41:03.393Z Downloaded shell-words v1.1.0
13162024-02-15T20:41:03.393Z Downloaded tokio-tungstenite v0.20.1
13172024-02-15T20:41:03.393Z Downloaded is-terminal v0.4.9
13182024-02-15T20:41:03.393Z Downloaded native-tls v0.2.11
13192024-02-15T20:41:03.393Z Downloaded mockall_derive v0.12.0
13202024-02-15T20:41:03.393Z Downloaded sha2 v0.10.8
13212024-02-15T20:41:03.401Z Downloaded libloading v0.7.4
13222024-02-15T20:41:03.401Z Downloaded corncobs v0.1.3
13232024-02-15T20:41:03.401Z Downloaded lock_api v0.4.10
13242024-02-15T20:41:03.401Z Downloaded ansi_term v0.12.1
13252024-02-15T20:41:03.401Z Downloaded form_urlencoded v1.2.1
13262024-02-15T20:41:03.402Z Downloaded crc-catalog v2.2.0
13272024-02-15T20:41:03.402Z Downloaded zeroize v1.7.0
13282024-02-15T20:41:03.402Z Downloaded linear-map v1.2.0
13292024-02-15T20:41:03.411Z Downloaded num-rational v0.4.1
13302024-02-15T20:41:03.411Z Downloaded num-derive v0.4.0
13312024-02-15T20:41:03.411Z Downloaded pretty-hex v0.2.1
13322024-02-15T20:41:03.411Z Downloaded tokio-native-tls v0.3.1
13332024-02-15T20:41:03.412Z Downloaded multer v3.0.0
13342024-02-15T20:41:03.412Z Downloaded cancel-safe-futures v0.1.5
13352024-02-15T20:41:03.421Z Downloaded rand_xorshift v0.3.0
13362024-02-15T20:41:03.421Z Downloaded camino-tempfile v1.1.1
13372024-02-15T20:41:03.421Z Downloaded itoa v1.0.9
13382024-02-15T20:41:03.421Z Downloaded libefi-sys v0.1.0
13392024-02-15T20:41:03.421Z Downloaded same-file v1.0.6
13402024-02-15T20:41:03.421Z Downloaded precomputed-hash v0.1.1
13412024-02-15T20:41:03.422Z Downloaded anstyle-parse v0.2.1
13422024-02-15T20:41:03.422Z Downloaded ciborium-ll v0.2.2
13432024-02-15T20:41:03.433Z Downloaded backtrace v0.3.69
13442024-02-15T20:41:03.433Z Downloaded smawk v0.3.1
13452024-02-15T20:41:03.433Z Downloaded slog-bunyan v2.5.0
13462024-02-15T20:41:03.433Z Downloaded fxhash v0.2.1
13472024-02-15T20:41:03.433Z Downloaded doc-comment v0.3.3
13482024-02-15T20:41:03.433Z Downloaded derive_builder_macro v0.12.0
13492024-02-15T20:41:03.433Z Downloaded usdt-macro v0.5.0
13502024-02-15T20:41:03.433Z Downloaded constant_time_eq v0.3.0
13512024-02-15T20:41:03.442Z Downloaded num_cpus v1.16.0
13522024-02-15T20:41:03.442Z Downloaded indoc v2.0.3
13532024-02-15T20:41:03.442Z Downloaded impl-trait-for-tuples v0.2.2
13542024-02-15T20:41:03.442Z Downloaded ipnetwork v0.20.0
13552024-02-15T20:41:03.442Z Downloaded castaway v0.2.2
13562024-02-15T20:41:03.443Z Downloaded num v0.4.1
13572024-02-15T20:41:03.453Z Downloaded lalrpop-util v0.19.12
13582024-02-15T20:41:03.454Z Downloaded cobs v0.2.3
13592024-02-15T20:41:03.454Z Downloaded inout v0.1.3
13602024-02-15T20:41:03.454Z Downloaded clap_lex v0.5.1
13612024-02-15T20:41:03.454Z Downloaded serde-big-array v0.4.1
13622024-02-15T20:41:03.454Z Downloaded humantime v2.1.0
13632024-02-15T20:41:03.454Z Downloaded hubpack_derive v0.1.1
13642024-02-15T20:41:03.454Z Downloaded colored v2.0.4
13652024-02-15T20:41:03.454Z Downloaded lru-cache v0.1.2
13662024-02-15T20:41:03.489Z Downloaded multimap v0.8.3
13672024-02-15T20:41:03.489Z Downloaded indoc v1.0.9
13682024-02-15T20:41:03.489Z Downloaded hostname v0.3.1
13692024-02-15T20:41:03.489Z Downloaded chacha20 v0.9.1
13702024-02-15T20:41:03.489Z Downloaded hubpack v0.1.2
13712024-02-15T20:41:03.489Z Downloaded cassowary v0.3.0
13722024-02-15T20:41:03.489Z Downloaded hyper-staticfile v0.9.5
13732024-02-15T20:41:03.489Z Downloaded home v0.5.5
13742024-02-15T20:41:03.489Z Downloaded tracing v0.1.37
13752024-02-15T20:41:03.490Z Downloaded termios v0.3.3
13762024-02-15T20:41:03.490Z Downloaded term v0.7.0
13772024-02-15T20:41:03.490Z Downloaded newtype_derive v0.1.6
13782024-02-15T20:41:03.490Z Downloaded slog-dtrace v0.3.0
13792024-02-15T20:41:03.490Z Downloaded async-stream v0.3.5
13802024-02-15T20:41:03.490Z Downloaded array-init v0.0.4
13812024-02-15T20:41:03.490Z Downloaded memoffset v0.7.1
13822024-02-15T20:41:03.490Z Downloaded bcs v0.1.6
13832024-02-15T20:41:03.491Z Downloaded async-recursion v1.0.5
13842024-02-15T20:41:03.491Z Downloaded assert_matches v1.5.0
13852024-02-15T20:41:03.491Z Downloaded ascii-canvas v3.0.0
13862024-02-15T20:41:03.491Z Downloaded clap_derive v4.4.2
13872024-02-15T20:41:03.491Z Downloaded camino v1.1.6
13882024-02-15T20:41:03.507Z Downloaded highway v1.1.0
13892024-02-15T20:41:03.507Z Downloaded supports-color v2.1.0
13902024-02-15T20:41:03.507Z Downloaded strum v0.26.1
13912024-02-15T20:41:03.507Z Downloaded strum v0.25.0
13922024-02-15T20:41:03.507Z Downloaded cipher v0.4.4
13932024-02-15T20:41:03.507Z Downloaded csv-core v0.1.11
13942024-02-15T20:41:03.853Z Compiling proc-macro2 v1.0.78
13952024-02-15T20:41:03.853Z Compiling unicode-ident v1.0.12
13962024-02-15T20:41:03.870Z Compiling libc v0.2.153
13972024-02-15T20:41:03.871Z Compiling serde v1.0.196
13982024-02-15T20:41:03.871Z Compiling autocfg v1.1.0
13992024-02-15T20:41:03.871Z Compiling version_check v0.9.4
14002024-02-15T20:41:03.903Z Compiling cfg-if v1.0.0
14012024-02-15T20:41:04.007Z Compiling syn v1.0.109
14022024-02-15T20:41:04.022Z Compiling once_cell v1.19.0
14032024-02-15T20:41:04.083Z Compiling memchr v2.6.3
14042024-02-15T20:41:04.383Z Compiling byteorder v1.5.0
14052024-02-15T20:41:04.458Z Compiling ahash v0.8.7
14062024-02-15T20:41:04.593Z Compiling lock_api v0.4.10
14072024-02-15T20:41:04.693Z Compiling parking_lot_core v0.9.8
14082024-02-15T20:41:05.038Z Compiling libm v0.2.7
14092024-02-15T20:41:05.049Z Compiling serde_json v1.0.113
14102024-02-15T20:41:05.049Z Compiling num-traits v0.2.16
14112024-02-15T20:41:05.275Z Compiling thiserror v1.0.57
14122024-02-15T20:41:05.364Z Compiling typenum v1.16.0
14132024-02-15T20:41:05.382Z Compiling scopeguard v1.2.0
14142024-02-15T20:41:05.527Z Compiling generic-array v0.14.7
14152024-02-15T20:41:05.840Z Compiling itoa v1.0.9
14162024-02-15T20:41:06.049Z Compiling quote v1.0.35
14172024-02-15T20:41:06.278Z Compiling log v0.4.20
14182024-02-15T20:41:06.390Z Compiling pkg-config v0.3.27
14192024-02-15T20:41:06.408Z Compiling syn v2.0.48
14202024-02-15T20:41:06.673Z Compiling cc v1.0.83
14212024-02-15T20:41:06.714Z Compiling getrandom v0.2.10
14222024-02-15T20:41:07.828Z Compiling slab v0.4.9
14232024-02-15T20:41:07.842Z Compiling allocator-api2 v0.2.16
14242024-02-15T20:41:07.842Z Compiling ryu v1.0.15
14252024-02-15T20:41:07.842Z Compiling heck v0.4.1
14262024-02-15T20:41:08.137Z Compiling pin-project-lite v0.2.13
14272024-02-15T20:41:08.230Z Compiling smallvec v1.13.1
14282024-02-15T20:41:08.314Z Compiling equivalent v1.0.1
14292024-02-15T20:41:08.349Z Compiling schemars v0.8.16
14302024-02-15T20:41:08.375Z Compiling vcpkg v0.2.15
14312024-02-15T20:41:09.436Z Compiling ring v0.17.7
14322024-02-15T20:41:09.645Z Compiling parking_lot v0.12.1
14332024-02-15T20:41:09.715Z Compiling signal-hook-registry v1.4.1
14342024-02-15T20:41:10.196Z Compiling openssl-sys v0.9.96
14352024-02-15T20:41:11.124Z Compiling rand_core v0.6.4
14362024-02-15T20:41:11.403Z Compiling mio v0.8.9
14372024-02-15T20:41:12.152Z Compiling ring v0.16.20
14382024-02-15T20:41:13.085Z Compiling num_cpus v1.16.0
14392024-02-15T20:41:13.198Z Compiling socket2 v0.5.5
14402024-02-15T20:41:13.303Z Compiling httparse v1.8.0
14412024-02-15T20:41:13.880Z Compiling ucd-trie v0.1.6
14422024-02-15T20:41:13.886Z Compiling futures-core v0.3.30
14432024-02-15T20:41:13.967Z Compiling fnv v1.0.7
14442024-02-15T20:41:13.996Z Compiling spin v0.5.2
14452024-02-15T20:41:14.026Z Compiling crossbeam-utils v0.8.16
14462024-02-15T20:41:14.092Z Compiling semver v1.0.21
14472024-02-15T20:41:14.277Z Compiling openssl v0.10.60
14482024-02-15T20:41:14.335Z Compiling serde_derive_internals v0.26.0
14492024-02-15T20:41:14.678Z Compiling iana-time-zone v0.1.57
14502024-02-15T20:41:14.850Z Compiling native-tls v0.2.11
14512024-02-15T20:41:15.039Z Compiling const-oid v0.9.5
14522024-02-15T20:41:15.068Z Compiling subtle v2.5.0
14532024-02-15T20:41:15.188Z Compiling unicode-xid v0.2.4
14542024-02-15T20:41:15.359Z Compiling rustls v0.21.9
14552024-02-15T20:41:15.373Z Compiling synstructure v0.12.6
14562024-02-15T20:41:15.770Z Compiling spin v0.9.8
14572024-02-15T20:41:15.904Z Compiling memoffset v0.9.0
14582024-02-15T20:41:16.199Z Compiling futures-sink v0.3.30
14592024-02-15T20:41:16.528Z Compiling io-lifetimes v1.0.11
14602024-02-15T20:41:16.829Z Compiling backtrace v0.3.69
14612024-02-15T20:41:16.921Z Compiling rustix v0.38.31
14622024-02-15T20:41:17.025Z Compiling tinyvec_macros v0.1.1
14632024-02-15T20:41:17.042Z Compiling dyn-clone v1.0.16
14642024-02-15T20:41:17.114Z Compiling rustversion v1.0.14
14652024-02-15T20:41:17.231Z Compiling tinyvec v1.6.0
14662024-02-15T20:41:17.518Z Compiling futures-channel v0.3.30
14672024-02-15T20:41:17.569Z Compiling tracing-core v0.1.31
14682024-02-15T20:41:17.791Z Compiling num-integer v0.1.45
14692024-02-15T20:41:17.897Z Compiling crossbeam-epoch v0.9.15
14702024-02-15T20:41:17.957Z Compiling futures-io v0.3.30
14712024-02-15T20:41:18.083Z Compiling pin-utils v0.1.0
14722024-02-15T20:41:18.270Z Compiling winnow v0.5.15
14732024-02-15T20:41:18.319Z Compiling futures-task v0.3.30
14742024-02-15T20:41:18.436Z Compiling slog v2.7.0
14752024-02-15T20:41:18.605Z Compiling rustix v0.37.23
14762024-02-15T20:41:18.960Z Compiling unicode-normalization v0.1.22
14772024-02-15T20:41:19.508Z Compiling serde_derive v1.0.196
14782024-02-15T20:41:19.882Z Compiling zerocopy-derive v0.7.32
14792024-02-15T20:41:19.916Z Compiling zeroize_derive v1.4.2
14802024-02-15T20:41:20.050Z Compiling thiserror-impl v1.0.57
14812024-02-15T20:41:20.464Z Compiling tokio-macros v2.2.0
14822024-02-15T20:41:21.080Z Compiling futures-macro v0.3.30
14832024-02-15T20:41:21.230Z Compiling tracing-attributes v0.1.26
14842024-02-15T20:41:21.705Z Compiling zeroize v1.7.0
14852024-02-15T20:41:21.777Z Compiling zerocopy v0.7.32
14862024-02-15T20:41:22.048Z Compiling schemars_derive v0.8.16
14872024-02-15T20:41:23.103Z Compiling pest v2.7.6
14882024-02-15T20:41:23.889Z Compiling hashbrown v0.14.3
14892024-02-15T20:41:24.887Z Compiling openssl-macros v0.1.1
14902024-02-15T20:41:25.068Z Compiling zerocopy-derive v0.2.0
14912024-02-15T20:41:25.315Z Compiling crypto-common v0.1.6
14922024-02-15T20:41:25.507Z Compiling pest_meta v2.7.6
14932024-02-15T20:41:25.600Z Compiling der_derive v0.7.2
14942024-02-15T20:41:25.673Z Compiling block-buffer v0.10.4
14952024-02-15T20:41:25.733Z Compiling tracing v0.1.37
14962024-02-15T20:41:25.912Z Compiling futures-util v0.3.30
14972024-02-15T20:41:26.770Z Compiling pest_generator v2.7.6
14982024-02-15T20:41:27.937Z Compiling usdt-impl v0.3.5
14992024-02-15T20:41:28.538Z Compiling bitflags v1.3.2
15002024-02-15T20:41:28.895Z Compiling time-core v0.1.1
15012024-02-15T20:41:29.081Z Compiling anyhow v1.0.75
15022024-02-15T20:41:29.594Z Compiling crc32fast v1.3.2
15032024-02-15T20:41:29.662Z Compiling unicode-bidi v0.3.13
15042024-02-15T20:41:29.758Z Compiling pest_derive v2.7.6
15052024-02-15T20:41:30.022Z Compiling time-macros v0.2.13
15062024-02-15T20:41:30.986Z Compiling digest v0.10.7
15072024-02-15T20:41:31.428Z Compiling scroll_derive v0.12.0
15082024-02-15T20:41:32.413Z Compiling bzip2-sys v0.1.11+1.0.8
15092024-02-15T20:41:32.620Z Compiling aho-corasick v1.0.4
15102024-02-15T20:41:32.873Z Compiling bytes v1.5.0
15112024-02-15T20:41:33.036Z Compiling indexmap v2.2.3
15122024-02-15T20:41:33.067Z Compiling uuid v1.7.0
15132024-02-15T20:41:33.813Z Compiling chrono v0.4.31
15142024-02-15T20:41:33.830Z Compiling bitflags v2.4.0
15152024-02-15T20:41:34.099Z Compiling tokio v1.36.0
15162024-02-15T20:41:36.157Z Compiling serde_spanned v0.6.5
15172024-02-15T20:41:36.671Z Compiling toml_datetime v0.6.5
15182024-02-15T20:41:37.072Z Compiling toml_edit v0.19.15
15192024-02-15T20:41:37.087Z Compiling rustc_version v0.4.0
15202024-02-15T20:41:37.544Z Compiling http v0.2.11
15212024-02-15T20:41:37.783Z Compiling heapless v0.7.16
15222024-02-15T20:41:38.618Z Compiling signal-hook v0.3.17
15232024-02-15T20:41:38.916Z Compiling untrusted v0.9.0
15242024-02-15T20:41:39.122Z Compiling async-trait v0.1.77
15252024-02-15T20:41:39.587Z Compiling ppv-lite86 v0.2.17
15262024-02-15T20:41:39.833Z Compiling regex-syntax v0.8.2
15272024-02-15T20:41:40.392Z Compiling rand_chacha v0.3.1
15282024-02-15T20:41:41.811Z Compiling zerocopy v0.3.0
15292024-02-15T20:41:42.413Z Compiling errno v0.3.8
15302024-02-15T20:41:42.680Z Compiling thread-id v4.2.0
15312024-02-15T20:41:43.147Z Compiling strsim v0.10.0
15322024-02-15T20:41:43.797Z Compiling regex-automata v0.4.4
15332024-02-15T20:41:46.051Z Compiling tokio-util v0.7.10
15342024-02-15T20:41:47.612Z Compiling dof v0.1.5
15352024-02-15T20:41:47.656Z Compiling rand v0.8.5
15362024-02-15T20:41:48.324Z Compiling regex v1.10.3
15372024-02-15T20:41:49.308Z Compiling dtrace-parser v0.1.14
15382024-02-15T20:41:49.808Z Compiling strum_macros v0.25.2
15392024-02-15T20:41:50.836Z Compiling num-bigint v0.4.4
15402024-02-15T20:41:50.965Z Compiling untrusted v0.7.1
15412024-02-15T20:41:51.295Z Compiling smoltcp v0.9.1
15422024-02-15T20:41:51.506Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15432024-02-15T20:41:51.936Z Compiling base64ct v1.6.0
15442024-02-15T20:41:52.200Z Compiling percent-encoding v2.3.1
15452024-02-15T20:41:52.238Z Compiling foreign-types-shared v0.1.1
15462024-02-15T20:41:52.351Z Compiling foreign-types v0.3.2
15472024-02-15T20:41:52.453Z Compiling pem-rfc7468 v0.7.0
15482024-02-15T20:41:54.319Z Compiling serde_tokenstream v0.1.7
15492024-02-15T20:41:54.866Z Compiling hmac v0.12.1
15502024-02-15T20:41:55.369Z Compiling lazy_static v1.4.0
15512024-02-15T20:41:55.549Z Compiling socket2 v0.4.9
15522024-02-15T20:41:56.027Z Compiling adler v1.0.2
15532024-02-15T20:41:56.030Z Compiling flagset v0.4.3
15542024-02-15T20:41:56.114Z Compiling unicode-segmentation v1.10.1
15552024-02-15T20:41:56.232Z Compiling siphasher v0.3.11
15562024-02-15T20:41:56.267Z Compiling try-lock v0.2.4
15572024-02-15T20:41:56.427Z Compiling unicode-width v0.1.11
15582024-02-15T20:41:56.441Z Compiling base64 v0.21.7
15592024-02-15T20:41:56.930Z Compiling miniz_oxide v0.7.1
15602024-02-15T20:41:56.948Z Compiling want v0.3.1
15612024-02-15T20:41:56.966Z Compiling der v0.7.8
15622024-02-15T20:41:57.908Z Compiling rustls-webpki v0.101.7
15632024-02-15T20:41:57.912Z Compiling sct v0.7.0
15642024-02-15T20:41:58.211Z Compiling form_urlencoded v1.2.1
15652024-02-15T20:41:58.334Z Compiling h2 v0.3.24
15662024-02-15T20:41:58.504Z Compiling http-body v0.4.5
15672024-02-15T20:41:58.548Z Compiling hubpack_derive v0.1.1
15682024-02-15T20:41:58.915Z Compiling zerocopy-derive v0.6.4
15692024-02-15T20:42:00.167Z Compiling num-iter v0.1.43
15702024-02-15T20:42:00.463Z Compiling usdt-impl v0.5.0
15712024-02-15T20:42:00.492Z Compiling tower-service v0.3.2
15722024-02-15T20:42:00.623Z Compiling anstyle v1.0.2
15732024-02-15T20:42:00.648Z Compiling openssl-probe v0.1.5
15742024-02-15T20:42:00.857Z Compiling utf8parse v0.2.1
15752024-02-15T20:42:00.924Z Compiling httpdate v1.0.3
15762024-02-15T20:42:01.063Z Compiling cpufeatures v0.2.12
15772024-02-15T20:42:01.181Z Compiling stable_deref_trait v1.2.0
15782024-02-15T20:42:01.317Z Compiling sha2 v0.10.8
15792024-02-15T20:42:01.450Z Compiling anstyle-parse v0.2.1
15802024-02-15T20:42:02.065Z Compiling spki v0.7.2
15812024-02-15T20:42:03.186Z Compiling usdt-attr-macro v0.3.5
15822024-02-15T20:42:04.106Z Compiling usdt-macro v0.3.5
15832024-02-15T20:42:05.126Z Compiling openapiv3 v2.0.0
15842024-02-15T20:42:05.335Z Compiling scroll v0.12.0
15852024-02-15T20:42:05.607Z Compiling hyper v0.14.27
15862024-02-15T20:42:05.907Z Compiling md-5 v0.10.5
15872024-02-15T20:42:06.133Z Compiling stringprep v0.1.3
15882024-02-15T20:42:06.458Z Compiling idna v0.5.0
15892024-02-15T20:42:07.241Z Compiling diesel_table_macro_syntax v0.1.0
15902024-02-15T20:42:07.646Z Compiling hash32 v0.2.1
15912024-02-15T20:42:07.944Z Compiling gimli v0.28.0
15922024-02-15T20:42:08.033Z Compiling plain v0.2.3
15932024-02-15T20:42:08.196Z Compiling anstyle-query v1.0.0
15942024-02-15T20:42:09.330Z Compiling colorchoice v1.0.0
15952024-02-15T20:42:09.499Z Compiling fallible-iterator v0.2.0
15962024-02-15T20:42:09.977Z Compiling anstream v0.5.0
15972024-02-15T20:42:10.230Z Compiling postgres-protocol v0.6.6
15982024-02-15T20:42:11.464Z Compiling goblin v0.8.0
15992024-02-15T20:42:11.820Z Compiling diesel_derives v2.1.2
16002024-02-15T20:42:12.959Z Compiling addr2line v0.21.0
16012024-02-15T20:42:13.023Z Compiling url v2.5.0
16022024-02-15T20:42:15.297Z Compiling tokio-rustls v0.24.1
16032024-02-15T20:42:15.957Z Compiling tokio-native-tls v0.3.1
16042024-02-15T20:42:16.246Z Compiling terminal_size v0.2.6
16052024-02-15T20:42:16.437Z Compiling pkcs8 v0.10.2
16062024-02-15T20:42:16.952Z Compiling phf_shared v0.11.2
16072024-02-15T20:42:18.773Z Compiling serde_tokenstream v0.2.0
16082024-02-15T20:42:19.296Z Compiling block-padding v0.3.3
16092024-02-15T20:42:19.406Z Compiling enum-as-inner v0.5.1
16102024-02-15T20:42:19.524Z Compiling clap_derive v4.4.2
16112024-02-15T20:42:20.413Z Compiling serde_repr v0.1.16
16122024-02-15T20:42:21.210Z Compiling ff v0.13.0
16132024-02-15T20:42:21.486Z Compiling scheduled-thread-pool v0.2.7
16142024-02-15T20:42:21.504Z Compiling object v0.32.1
16152024-02-15T20:42:22.751Z Compiling matches v0.1.10
16162024-02-15T20:42:22.852Z Compiling bit-vec v0.6.3
16172024-02-15T20:42:23.288Z Compiling regex-automata v0.1.10
16182024-02-15T20:42:23.792Z Compiling deranged v0.3.8
16192024-02-15T20:42:24.285Z Compiling base16ct v0.2.0
16202024-02-15T20:42:24.617Z Compiling rustc-demangle v0.1.23
16212024-02-15T20:42:25.497Z Compiling ipnet v2.9.0
16222024-02-15T20:42:25.669Z Compiling num_threads v0.1.6
16232024-02-15T20:42:26.213Z Compiling managed v0.8.0
16242024-02-15T20:42:26.622Z Compiling clap_lex v0.5.1
16252024-02-15T20:42:26.757Z Compiling pretty-hex v0.4.1
16262024-02-15T20:42:27.051Z Compiling dof v0.3.0
16272024-02-15T20:42:27.190Z Compiling clap_builder v4.4.2
16282024-02-15T20:42:30.542Z Compiling time v0.3.27
16292024-02-15T20:42:30.639Z Compiling sec1 v0.7.3
16302024-02-15T20:42:30.711Z Compiling bstr v0.2.17
16312024-02-15T20:42:31.235Z Compiling idna v0.2.3
16322024-02-15T20:42:31.980Z Compiling r2d2 v0.8.10
16332024-02-15T20:42:32.374Z Compiling group v0.13.0
16342024-02-15T20:42:32.819Z Compiling inout v0.1.3
16352024-02-15T20:42:33.644Z Compiling phf v0.11.2
16362024-02-15T20:42:33.917Z Compiling hyper-tls v0.5.0
16372024-02-15T20:42:33.940Z Compiling signal-hook-mio v0.2.3
16382024-02-15T20:42:34.046Z Compiling hyper-rustls v0.24.2
16392024-02-15T20:42:34.091Z Compiling bzip2 v0.4.4
16402024-02-15T20:42:34.252Z Compiling flate2 v1.0.28
16412024-02-15T20:42:34.425Z Compiling postgres-types v0.2.6
16422024-02-15T20:42:34.473Z Compiling zerocopy v0.6.4
16432024-02-15T20:42:35.213Z Compiling hubpack v0.1.2
16442024-02-15T20:42:35.334Z Compiling serde_urlencoded v0.7.1
16452024-02-15T20:42:35.355Z Compiling rustls-pemfile v1.0.3
16462024-02-15T20:42:35.369Z Compiling phf_shared v0.10.0
16472024-02-15T20:42:35.631Z Compiling hkdf v0.12.4
16482024-02-15T20:42:35.721Z Compiling ipnetwork v0.20.0
16492024-02-15T20:42:35.880Z Compiling futures-executor v0.3.30
16502024-02-15T20:42:36.119Z Compiling dtrace-parser v0.2.0
16512024-02-15T20:42:36.558Z Compiling regress v0.8.0
16522024-02-15T20:42:37.047Z Compiling crypto-bigint v0.5.2
16532024-02-15T20:42:37.052Z Compiling float-cmp v0.9.0
16542024-02-15T20:42:37.094Z Compiling encoding_rs v0.8.33
16552024-02-15T20:42:38.766Z Compiling minimal-lexical v0.2.1
16562024-02-15T20:42:40.035Z Compiling predicates-core v1.0.6
16572024-02-15T20:42:40.332Z Compiling fixedbitset v0.4.2
16582024-02-15T20:42:40.363Z Compiling webpki-roots v0.25.2
16592024-02-15T20:42:40.530Z Compiling normalize-line-endings v0.3.0
16602024-02-15T20:42:40.795Z Compiling new_debug_unreachable v1.0.4
16612024-02-15T20:42:41.246Z Compiling precomputed-hash v0.1.1
16622024-02-15T20:42:41.252Z Compiling either v1.9.0
16632024-02-15T20:42:41.414Z Compiling mime v0.3.17
16642024-02-15T20:42:42.344Z Compiling regex-automata v0.3.8
16652024-02-15T20:42:42.347Z Compiling data-encoding v2.4.0
16662024-02-15T20:42:43.729Z Compiling difflib v0.4.0
16672024-02-15T20:42:43.868Z Compiling static_assertions v1.1.0
16682024-02-15T20:42:43.976Z Compiling whoami v1.4.1
16692024-02-15T20:42:44.286Z Compiling tokio-postgres v0.7.10
16702024-02-15T20:42:44.925Z Compiling predicates v3.1.0
16712024-02-15T20:42:44.944Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16722024-02-15T20:42:46.415Z Compiling bstr v1.6.0
16732024-02-15T20:42:49.202Z Compiling trust-dns-proto v0.22.0
16742024-02-15T20:42:49.645Z Compiling reqwest v0.11.22
16752024-02-15T20:42:49.964Z Compiling itertools v0.10.5
16762024-02-15T20:42:51.051Z Compiling string_cache v0.8.7
16772024-02-15T20:42:51.505Z Compiling petgraph v0.6.4
16782024-02-15T20:42:52.874Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16792024-02-15T20:42:57.332Z Compiling nom v7.1.3
16802024-02-15T20:42:57.341Z Compiling elliptic-curve v0.13.8
16812024-02-15T20:43:01.953Z Compiling futures v0.3.30
16822024-02-15T20:43:02.013Z Compiling diesel v2.1.4
16832024-02-15T20:43:02.072Z Compiling yasna v0.5.2
16842024-02-15T20:43:02.476Z Compiling zip v0.6.6
16852024-02-15T20:43:02.510Z Compiling crossterm v0.27.0
16862024-02-15T20:43:03.254Z Compiling cipher v0.4.4
16872024-02-15T20:43:03.741Z Compiling similar v2.3.0
16882024-02-15T20:43:03.782Z Compiling clap v4.4.3
16892024-02-15T20:43:03.896Z Compiling bit-set v0.5.3
16902024-02-15T20:43:04.140Z Compiling usdt v0.3.5
16912024-02-15T20:43:04.402Z Compiling console v0.15.8
16922024-02-15T20:43:05.092Z Compiling strum v0.25.0
16932024-02-15T20:43:05.726Z Compiling tokio-stream v0.1.14
16942024-02-15T20:43:05.827Z Compiling toml v0.7.8
16952024-02-15T20:43:05.901Z Compiling hex v0.4.3
16962024-02-15T20:43:06.671Z Compiling proc-macro-error-attr v1.0.4
16972024-02-15T20:43:07.516Z Compiling lalrpop-util v0.19.12
16982024-02-15T20:43:07.840Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16992024-02-15T20:43:09.515Z Compiling proc-macro-crate v1.3.1
17002024-02-15T20:43:10.809Z Compiling proc-macro-error v1.0.4
17012024-02-15T20:43:11.023Z Compiling heapless v0.8.0
17022024-02-15T20:43:11.542Z Compiling camino v1.1.6
17032024-02-15T20:43:13.866Z Compiling num_enum_derive v0.5.11
17042024-02-15T20:43:22.885Z Compiling atty v0.2.14
17052024-02-15T20:43:23.874Z Compiling hash32 v0.3.1
17062024-02-15T20:43:24.657Z Compiling smoltcp v0.11.0
17072024-02-15T20:43:25.281Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17082024-02-15T20:43:25.836Z Compiling rustls-pki-types v1.1.0
17092024-02-15T20:43:26.120Z Compiling ident_case v1.0.1
17102024-02-15T20:43:27.229Z Compiling darling_core v0.20.3
17112024-02-15T20:43:33.431Z Compiling num_enum v0.5.11
17122024-02-15T20:43:43.036Z Compiling dirs-sys-next v0.1.2
17132024-02-15T20:43:45.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142024-02-15T20:43:45.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17152024-02-15T20:43:45.617Z Compiling cobs v0.2.3
17162024-02-15T20:43:46.141Z Compiling embedded-io v0.4.0
17172024-02-15T20:43:46.422Z Compiling rustls v0.22.2
17182024-02-15T20:43:52.335Z Compiling postcard v1.0.8
17192024-02-15T20:43:59.547Z Compiling dirs-next v2.0.0
17202024-02-15T20:44:04.484Z Compiling darling_macro v0.20.3
17212024-02-15T20:44:06.201Z Compiling rustls-webpki v0.102.1
17222024-02-15T20:44:06.823Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17232024-02-15T20:44:11.705Z Compiling getopts v0.2.21
17242024-02-15T20:44:12.151Z Compiling foreign-types-macros v0.2.3
17252024-02-15T20:44:12.626Z Compiling structmeta-derive v0.3.0
17262024-02-15T20:44:13.681Z Compiling thread_local v1.1.7
17272024-02-15T20:44:14.487Z Compiling multer v3.0.0
17282024-02-15T20:44:14.532Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17292024-02-15T20:44:15.576Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17302024-02-15T20:44:15.815Z Compiling unsafe-libyaml v0.2.10
17312024-02-15T20:44:15.834Z Compiling rayon-core v1.12.0
17322024-02-15T20:44:16.005Z Compiling slog-async v2.8.0
17332024-02-15T20:44:16.165Z Compiling foreign-types-shared v0.3.1
17342024-02-15T20:44:16.881Z Compiling paste v1.0.14
17352024-02-15T20:44:17.382Z Compiling match_cfg v0.1.0
17362024-02-15T20:44:17.449Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17372024-02-15T20:44:17.492Z Compiling hostname v0.3.1
17382024-02-15T20:44:17.868Z Compiling serde_yaml v0.9.25
17392024-02-15T20:44:23.196Z Compiling foreign-types v0.5.0
17402024-02-15T20:44:23.877Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17412024-02-15T20:44:25.092Z Compiling structmeta v0.3.0
17422024-02-15T20:44:26.476Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17432024-02-15T20:44:31.345Z Compiling darling v0.20.3
17442024-02-15T20:44:34.761Z Compiling term v0.7.0
17452024-02-15T20:44:36.992Z Compiling slog-json v2.6.1
17462024-02-15T20:44:37.563Z Compiling toml_edit v0.22.4
17472024-02-15T20:44:37.792Z Compiling crossbeam-deque v0.8.3
17482024-02-15T20:44:38.213Z Compiling is-terminal v0.4.9
17492024-02-15T20:44:39.610Z Compiling crossbeam-channel v0.5.8
17502024-02-15T20:44:41.017Z Compiling http v1.0.0
17512024-02-15T20:44:41.377Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17522024-02-15T20:44:42.019Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17532024-02-15T20:44:42.208Z Compiling async-stream-impl v0.3.5
17542024-02-15T20:44:42.871Z Compiling cstr-argument v0.1.2
17552024-02-15T20:44:43.118Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17562024-02-15T20:44:43.205Z Compiling crucible-workspace-hack v0.1.0
17572024-02-15T20:44:43.439Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17582024-02-15T20:44:43.934Z Compiling fastrand v2.0.1
17592024-02-15T20:44:43.940Z Compiling take_mut v0.2.2
17602024-02-15T20:44:43.940Z Compiling pretty-hex v0.2.1
17612024-02-15T20:44:43.940Z Compiling atomic-waker v1.1.1
17622024-02-15T20:44:44.095Z Compiling waitgroup v0.1.2
17632024-02-15T20:44:44.136Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17642024-02-15T20:44:44.352Z Compiling tempfile v3.10.0
17652024-02-15T20:44:44.594Z Compiling async-stream v0.3.5
17662024-02-15T20:44:45.104Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672024-02-15T20:44:46.382Z Compiling toml v0.8.10
17682024-02-15T20:44:47.442Z Compiling colored v2.0.4
17692024-02-15T20:44:48.881Z Compiling slog-bunyan v2.5.0
17702024-02-15T20:44:49.275Z Compiling slog-term v2.9.0
17712024-02-15T20:44:49.467Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17722024-02-15T20:44:51.575Z Compiling tokio-rustls v0.25.0
17732024-02-15T20:44:52.077Z Compiling serde_with_macros v3.6.0
17742024-02-15T20:44:52.249Z Compiling parse-display-derive v0.9.0
17752024-02-15T20:44:53.434Z Compiling rustls-pemfile v2.0.0
17762024-02-15T20:44:54.176Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17772024-02-15T20:44:54.922Z Compiling sha1 v0.10.6
17782024-02-15T20:44:55.739Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17792024-02-15T20:44:55.884Z Compiling textwrap v0.11.0
17802024-02-15T20:44:56.826Z Compiling heck v0.3.3
17812024-02-15T20:44:57.867Z Compiling serde_path_to_error v0.1.15
17822024-02-15T20:44:57.867Z Compiling strum_macros v0.26.1
17832024-02-15T20:44:57.867Z Compiling instant v0.1.12
17842024-02-15T20:44:57.867Z Compiling vec_map v0.8.2
17852024-02-15T20:44:57.878Z Compiling debug-ignore v1.0.5
17862024-02-15T20:44:58.046Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17872024-02-15T20:44:58.170Z Compiling libefi-sys v0.1.0
17882024-02-15T20:44:58.425Z Compiling ansi_term v0.12.1
17892024-02-15T20:44:58.913Z Compiling strsim v0.8.0
17902024-02-15T20:44:59.315Z Compiling clap v2.34.0
17912024-02-15T20:44:59.922Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17922024-02-15T20:45:01.902Z Compiling strum v0.26.1
17932024-02-15T20:45:02.105Z Compiling backoff v0.4.0
17942024-02-15T20:45:02.518Z Compiling structopt-derive v0.4.18
17952024-02-15T20:45:02.824Z Compiling parse-display v0.9.0
17962024-02-15T20:45:03.007Z Compiling serde_with v3.6.0
17972024-02-15T20:45:04.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17982024-02-15T20:45:05.344Z Compiling rayon v1.8.0
17992024-02-15T20:45:05.575Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18002024-02-15T20:45:05.825Z Compiling camino-tempfile v1.1.1
18012024-02-15T20:45:06.773Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18022024-02-15T20:45:06.961Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18032024-02-15T20:45:07.508Z Compiling zone_cfg_derive v0.3.0
18042024-02-15T20:45:07.754Z Compiling macaddr v1.0.1
18052024-02-15T20:45:08.493Z Compiling num-derive v0.4.0
18062024-02-15T20:45:08.919Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18072024-02-15T20:45:09.329Z Compiling blake3 v1.5.0
18082024-02-15T20:45:09.929Z Compiling portable-atomic v1.4.3
18092024-02-15T20:45:10.758Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18102024-02-15T20:45:11.299Z Compiling zone v0.3.0
18112024-02-15T20:45:11.389Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18122024-02-15T20:45:12.498Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18132024-02-15T20:45:13.097Z Compiling structopt v0.3.26
18142024-02-15T20:45:14.182Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18152024-02-15T20:45:14.472Z Compiling smf v0.2.2
18162024-02-15T20:45:15.242Z Compiling xattr v1.0.1
18172024-02-15T20:45:15.298Z Compiling memmap2 v0.7.1
18182024-02-15T20:45:15.391Z Compiling filetime v0.2.23
18192024-02-15T20:45:15.552Z Compiling arrayref v0.3.7
18202024-02-15T20:45:15.668Z Compiling arrayvec v0.7.4
18212024-02-15T20:45:15.779Z Compiling same-file v1.0.6
18222024-02-15T20:45:15.877Z Compiling constant_time_eq v0.3.0
18232024-02-15T20:45:16.062Z Compiling walkdir v2.4.0
18242024-02-15T20:45:16.074Z Compiling tar v0.4.40
18252024-02-15T20:45:17.962Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18262024-02-15T20:45:18.574Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18272024-02-15T20:45:19.017Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18282024-02-15T20:45:20.900Z Compiling gethostname v0.4.3
18292024-02-15T20:45:21.169Z Compiling topological-sort v0.2.2
18302024-02-15T20:45:21.399Z Compiling number_prefix v0.4.0
18312024-02-15T20:45:21.449Z Compiling omicron-zone-package v0.11.0
18322024-02-15T20:45:21.698Z Compiling indicatif v0.17.8
18332024-02-15T20:45:22.261Z Compiling swrite v0.1.0
18342024-02-15T20:45:34.592Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18352024-02-15T20:45:35.045Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18362024-02-15T20:45:35.045Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18372024-02-15T20:45:52.227Z Finished release [optimized] target(s) in 5m 10s
18382024-02-15T20:45:52.457Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18392024-02-15T20:45:52.509ZLogging to: /work/oxidecomputer/omicron/out/LOG
18402024-02-15T20:45:52.522ZCreated new build target 'test' and set it as active
18412024-02-15T20:45:52.522Z
18422024-02-15T20:45:52.522Zreal 5:10.386218883
18432024-02-15T20:45:52.522Zuser 33:07.555457316
18442024-02-15T20:45:52.522Zsys 3:46.862310512
18452024-02-15T20:45:52.522Ztrap 0.961501818
18462024-02-15T20:45:52.522Ztflt 5.845516016
18472024-02-15T20:45:52.522Zdflt 3.063437460
18482024-02-15T20:45:52.522Zkflt 0.047744163
18492024-02-15T20:45:52.522Zlock 1:10:22.867298257
18502024-02-15T20:45:52.522Zslp 1:34:09.856513300
18512024-02-15T20:45:52.522Zlat 2:04.168835232
18522024-02-15T20:45:52.522Zstop 3:17.160234979
18532024-02-15T20:45:52.522Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18542024-02-15T20:45:53.198Z Finished release [optimized] target(s) in 0.63s
18552024-02-15T20:45:53.219Z Running `target/release/omicron-package -t test package`
18562024-02-15T20:45:53.245ZLogging to: /work/oxidecomputer/omicron/out/LOG
18572024-02-15T20:45:53.961Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18582024-02-15T20:45:53.966Z Compiling linked-hash-map v0.5.6
18592024-02-15T20:45:53.966Z Compiling usdt-macro v0.5.0
18602024-02-15T20:45:53.966Z Compiling usdt-attr-macro v0.5.0
18612024-02-15T20:45:54.026Z Compiling memmap v0.7.0
18622024-02-15T20:45:54.031Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18632024-02-15T20:45:54.031Z Compiling password-hash v0.5.0
18642024-02-15T20:45:54.047Z Compiling blake2 v0.10.6
18652024-02-15T20:45:54.397Z Compiling lru-cache v0.1.2
18662024-02-15T20:45:54.465Z Compiling semver v0.1.20
18672024-02-15T20:45:54.588Z Compiling argon2 v0.5.3
18682024-02-15T20:45:55.083Z Compiling rustc_version v0.1.7
18692024-02-15T20:45:55.387Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18702024-02-15T20:45:55.408Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18712024-02-15T20:45:55.460Z Compiling newtype_derive v0.1.6
18722024-02-15T20:45:55.551Z Compiling usdt v0.5.0
18732024-02-15T20:45:55.659Z Compiling rayon-core v1.12.0
18742024-02-15T20:45:55.698Z Compiling crossbeam-deque v0.8.3
18752024-02-15T20:45:55.769Z Compiling same-file v1.0.6
18762024-02-15T20:45:55.986Z Compiling quick-error v1.2.3
18772024-02-15T20:45:55.997Z Compiling fastrand v2.0.1
18782024-02-15T20:45:56.121Z Compiling resolv-conf v0.7.0
18792024-02-15T20:45:56.914Z Compiling tempfile v3.10.0
18802024-02-15T20:45:56.920Z Compiling walkdir v2.4.0
18812024-02-15T20:45:57.125Z Compiling itertools v0.12.1
18822024-02-15T20:45:57.199Z Compiling camino v1.1.6
18832024-02-15T20:45:57.261Z Compiling semver-parser v0.10.2
18842024-02-15T20:45:57.278Z Compiling slog-dtrace v0.3.0
18852024-02-15T20:45:57.439Z Compiling blake3 v1.5.0
18862024-02-15T20:45:57.734Z Compiling rayon v1.8.0
18872024-02-15T20:45:57.766Z Compiling trust-dns-resolver v0.22.0
18882024-02-15T20:45:58.085Z Compiling semver v0.11.0
18892024-02-15T20:45:58.589Z Compiling nibble_vec v0.1.0
18902024-02-15T20:45:58.772Z Compiling xattr v1.0.1
18912024-02-15T20:45:58.833Z Compiling memmap2 v0.7.1
18922024-02-15T20:45:59.012Z Compiling filetime v0.2.23
18932024-02-15T20:45:59.514Z Compiling arrayvec v0.7.4
18942024-02-15T20:45:59.514Z Compiling arrayref v0.3.7
18952024-02-15T20:45:59.514Z Compiling home v0.5.5
18962024-02-15T20:45:59.514Z Compiling constant_time_eq v0.3.0
18972024-02-15T20:45:59.515Z Compiling endian-type v0.1.2
18982024-02-15T20:45:59.522Z Compiling toolchain_find v0.2.0
18992024-02-15T20:45:59.542Z Compiling tar v0.4.40
19002024-02-15T20:45:59.682Z Compiling radix_trie v0.2.1
19012024-02-15T20:46:00.025Z Compiling camino-tempfile v1.1.1
19022024-02-15T20:46:00.413Z Compiling steno v0.4.0
19032024-02-15T20:46:00.874Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19042024-02-15T20:46:01.386Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19052024-02-15T20:46:01.797Z Compiling toml_edit v0.22.4
19062024-02-15T20:46:02.207Z Compiling toml v0.5.11
19072024-02-15T20:46:02.455Z Compiling num-rational v0.4.1
19082024-02-15T20:46:03.212Z Compiling radium v0.7.0
19092024-02-15T20:46:03.256Z Compiling topological-sort v0.2.2
19102024-02-15T20:46:03.458Z Compiling omicron-zone-package v0.11.0
19112024-02-15T20:46:03.855Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19122024-02-15T20:46:04.068Z Compiling rustfmt-wrapper v0.2.0
19132024-02-15T20:46:04.638Z Compiling maybe-uninit v2.0.0
19142024-02-15T20:46:05.524Z Compiling toml v0.8.10
19152024-02-15T20:46:05.607Z Compiling tap v1.0.1
19162024-02-15T20:46:05.805Z Compiling cancel-safe-futures v0.1.5
19172024-02-15T20:46:06.184Z Compiling wyz v0.5.1
19182024-02-15T20:46:07.307Z Compiling num-complex v0.4.4
19192024-02-15T20:46:08.704Z Compiling crc-catalog v2.2.0
19202024-02-15T20:46:09.248Z Compiling packed_struct v0.10.1
19212024-02-15T20:46:09.252Z Compiling funty v2.0.0
19222024-02-15T20:46:09.252Z Compiling num-bigint-dig v0.8.4
19232024-02-15T20:46:09.297Z Compiling crc v3.0.1
19242024-02-15T20:46:09.382Z Compiling num v0.4.1
19252024-02-15T20:46:09.511Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19262024-02-15T20:46:10.018Z Compiling fxhash v0.2.1
19272024-02-15T20:46:10.170Z Compiling packed_struct_codegen v0.10.1
19282024-02-15T20:46:10.237Z Compiling bitvec v1.0.1
19292024-02-15T20:46:10.554Z Compiling indexmap v1.9.3
19302024-02-15T20:46:10.881Z Compiling nodrop v0.1.14
19312024-02-15T20:46:10.994Z Compiling utf-8 v0.7.6
19322024-02-15T20:46:11.389Z Compiling tungstenite v0.20.1
19332024-02-15T20:46:11.972Z Compiling array-init v0.0.4
19342024-02-15T20:46:12.885Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19352024-02-15T20:46:13.401Z Compiling smallvec v0.6.14
19362024-02-15T20:46:13.873Z Compiling pkcs1 v0.7.5
19372024-02-15T20:46:17.243Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19382024-02-15T20:46:18.061Z Compiling signature v2.1.0
19392024-02-15T20:46:18.074Z Compiling unicase v2.7.0
19402024-02-15T20:46:18.218Z Compiling half v2.3.1
19412024-02-15T20:46:19.015Z Compiling hashbrown v0.12.3
19422024-02-15T20:46:19.544Z Compiling ciborium-io v0.2.2
19432024-02-15T20:46:19.690Z Compiling termcolor v1.2.0
19442024-02-15T20:46:20.710Z Compiling bitfield v0.14.0
19452024-02-15T20:46:20.738Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19462024-02-15T20:46:21.044Z Compiling env_logger v0.10.0
19472024-02-15T20:46:21.612Z Compiling ciborium-ll v0.2.2
19482024-02-15T20:46:22.589Z Compiling rsa v0.9.2
19492024-02-15T20:46:24.881Z Compiling serde-hex v0.1.0
19502024-02-15T20:46:25.911Z Compiling tokio-tungstenite v0.20.1
19512024-02-15T20:46:26.524Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19522024-02-15T20:46:26.889Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19532024-02-15T20:46:26.893Z Compiling x509-cert v0.2.4
19542024-02-15T20:46:27.562Z Compiling ron v0.8.1
19552024-02-15T20:46:30.380Z Compiling hashbrown v0.13.2
19562024-02-15T20:46:31.768Z Compiling display-error-chain v0.2.0
19572024-02-15T20:46:31.956Z Compiling crc-any v2.4.3
19582024-02-15T20:46:32.942Z Compiling arc-swap v1.6.0
19592024-02-15T20:46:33.707Z Compiling slog-scope v4.4.0
19602024-02-15T20:46:34.053Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19612024-02-15T20:46:34.623Z Compiling object v0.30.4
19622024-02-15T20:46:40.395Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19632024-02-15T20:46:41.170Z Compiling ciborium v0.2.2
19642024-02-15T20:46:42.213Z Compiling libsw v3.3.1
19652024-02-15T20:46:42.566Z Compiling derive-where v1.2.7
19662024-02-15T20:46:43.514Z Compiling linear-map v1.2.0
19672024-02-15T20:46:43.916Z Compiling owo-colors v4.0.0
19682024-02-15T20:46:45.883Z Compiling path-slash v0.1.5
19692024-02-15T20:46:46.094Z Compiling parking_lot_core v0.8.6
19702024-02-15T20:46:46.518Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19712024-02-15T20:46:47.390Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19722024-02-15T20:46:49.153Z Compiling slog-stdlog v4.1.1
19732024-02-15T20:46:50.269Z Compiling dirs-sys-next v0.1.2
19742024-02-15T20:46:50.634Z Compiling crunchy v0.2.2
19752024-02-15T20:46:50.792Z Compiling glob v0.3.1
19762024-02-15T20:46:51.135Z Compiling convert_case v0.4.0
19772024-02-15T20:46:51.631Z Compiling clang-sys v1.6.1
19782024-02-15T20:46:51.912Z Compiling derive_more v0.99.17
19792024-02-15T20:46:52.754Z Compiling dirs-next v2.0.0
19802024-02-15T20:46:52.758Z Compiling slog-envlogger v2.2.0
19812024-02-15T20:46:53.939Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19822024-02-15T20:46:55.319Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19832024-02-15T20:46:57.177Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19842024-02-15T20:46:59.058Z Compiling prettyplease v0.2.16
19852024-02-15T20:46:59.390Z Compiling tiny-keccak v2.0.2
19862024-02-15T20:46:59.407Z Compiling platforms v3.0.2
19872024-02-15T20:46:59.712Z Compiling parking_lot v0.11.2
19882024-02-15T20:46:59.762Z Compiling mime_guess v2.0.4
19892024-02-15T20:47:00.921Z Compiling term v0.7.0
19902024-02-15T20:47:02.192Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19912024-02-15T20:47:02.404Z Compiling trust-dns-client v0.22.0
19922024-02-15T20:47:03.067Z Compiling darling_core v0.14.4
19932024-02-15T20:47:03.949Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19942024-02-15T20:47:08.239Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19952024-02-15T20:47:09.460Z Compiling pem v3.0.2
19962024-02-15T20:47:11.082Z Compiling darling_macro v0.14.4
19972024-02-15T20:47:12.046Z Compiling trust-dns-server v0.22.1
19982024-02-15T20:47:13.428Z Compiling ascii-canvas v3.0.0
19992024-02-15T20:47:13.877Z Compiling sled v0.34.7
20002024-02-15T20:47:14.457Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20012024-02-15T20:47:19.761Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20022024-02-15T20:47:19.998Z Compiling is-terminal v0.4.9
20032024-02-15T20:47:20.117Z Compiling ena v0.14.2
20042024-02-15T20:47:20.132Z Compiling vte_generate_state_changes v0.1.1
20052024-02-15T20:47:20.527Z Compiling libloading v0.7.4
20062024-02-15T20:47:20.758Z Compiling diff v0.1.13
20072024-02-15T20:47:20.886Z Compiling regex-syntax v0.6.29
20082024-02-15T20:47:21.307Z Compiling bindgen v0.69.2
20092024-02-15T20:47:26.545Z Compiling lalrpop v0.19.12
20102024-02-15T20:47:28.426Z Compiling vte v0.11.1
20112024-02-15T20:47:30.416Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20122024-02-15T20:47:33.530Z Compiling curve25519-dalek v4.1.1
20132024-02-15T20:47:34.975Z Compiling darling v0.14.4
20142024-02-15T20:47:35.928Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20152024-02-15T20:47:37.815Z Compiling cexpr v0.6.0
20162024-02-15T20:47:39.339Z Compiling which v4.4.0
20172024-02-15T20:47:39.881Z Compiling kstat-rs v0.2.3
20182024-02-15T20:47:41.137Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20192024-02-15T20:47:41.889Z Compiling memoffset v0.7.1
20202024-02-15T20:47:42.235Z Compiling shlex v1.3.0
20212024-02-15T20:47:42.639Z Compiling buf-list v1.0.3
20222024-02-15T20:47:43.631Z Compiling keccak v0.1.4
20232024-02-15T20:47:44.225Z Compiling doc-comment v0.3.3
20242024-02-15T20:47:44.748Z Compiling bytecount v0.6.3
20252024-02-15T20:47:45.074Z Compiling rustc-hash v1.1.0
20262024-02-15T20:47:45.218Z Compiling peeking_take_while v0.1.2
20272024-02-15T20:47:45.355Z Compiling lazycell v1.3.0
20282024-02-15T20:47:45.371Z Compiling papergrid v0.11.0
20292024-02-15T20:47:50.195Z Compiling sha3 v0.10.8
20302024-02-15T20:47:50.864Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20312024-02-15T20:47:51.046Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20322024-02-15T20:47:51.070Z Compiling derive_builder_core v0.12.0
20332024-02-15T20:47:52.908Z Compiling strip-ansi-escapes v0.2.0
20342024-02-15T20:47:53.638Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20352024-02-15T20:47:55.462Z Compiling polar-core v0.27.0
20362024-02-15T20:47:56.941Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20372024-02-15T20:47:58.476Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20382024-02-15T20:47:59.469Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20392024-02-15T20:47:59.909Z Compiling tabled_derive v0.7.0
20402024-02-15T20:48:00.420Z Compiling fd-lock v4.0.2
20412024-02-15T20:48:00.641Z Compiling fd-lock v3.0.13
20422024-02-15T20:48:00.844Z Compiling headers-core v0.2.0
20432024-02-15T20:48:01.026Z Compiling universal-hash v0.5.1
20442024-02-15T20:48:01.248Z Compiling nix v0.27.1
20452024-02-15T20:48:01.549Z Compiling secrecy v0.8.0
20462024-02-15T20:48:01.833Z Compiling libxml v0.3.3
20472024-02-15T20:48:02.140Z Compiling curve25519-dalek-derive v0.1.0
20482024-02-15T20:48:02.232Z Compiling pin-project-internal v1.1.3
20492024-02-15T20:48:03.672Z Compiling thiserror-impl-no-std v2.0.2
20502024-02-15T20:48:04.276Z Compiling sqlparser_derive v0.2.2
20512024-02-15T20:48:05.179Z Compiling ref-cast v1.0.20
20522024-02-15T20:48:05.686Z Compiling unicode_categories v0.1.1
20532024-02-15T20:48:05.686Z Compiling nu-ansi-term v0.49.0
20542024-02-15T20:48:05.686Z Compiling opaque-debug v0.3.0
20552024-02-15T20:48:05.733Z Compiling poly1305 v0.8.0
20562024-02-15T20:48:05.764Z Compiling reedline v0.28.0
20572024-02-15T20:48:06.391Z Compiling thiserror-no-std v2.0.2
20582024-02-15T20:48:06.508Z Compiling sqlformat v0.2.3
20592024-02-15T20:48:06.750Z Compiling sqlparser v0.43.1
20602024-02-15T20:48:07.367Z Compiling rustyline v13.0.0
20612024-02-15T20:48:07.458Z Compiling pin-project v1.1.3
20622024-02-15T20:48:08.015Z Compiling tabled v0.15.0
20632024-02-15T20:48:21.117Z Compiling headers v0.3.9
20642024-02-15T20:48:21.117Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20652024-02-15T20:48:21.117Z Compiling derive_builder_macro v0.12.0
20662024-02-15T20:48:21.117Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20672024-02-15T20:48:21.117Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20682024-02-15T20:48:21.278Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20692024-02-15T20:48:21.960Z Compiling chacha20 v0.9.1
20702024-02-15T20:48:22.029Z Compiling aead v0.5.2
20712024-02-15T20:48:22.331Z Compiling strum_macros v0.24.3
20722024-02-15T20:48:25.886Z Compiling bcs v0.1.6
20732024-02-15T20:48:26.671Z Compiling snafu-derive v0.7.5
20742024-02-15T20:48:26.779Z Compiling ref-cast-impl v1.0.20
20752024-02-15T20:48:27.896Z Compiling fs-err v2.11.0
20762024-02-15T20:48:27.943Z Compiling cookie v0.18.0
20772024-02-15T20:48:28.217Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20782024-02-15T20:48:28.644Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20792024-02-15T20:48:28.644Z Compiling highway v1.1.0
20802024-02-15T20:48:28.644Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20812024-02-15T20:48:28.930Z Compiling indoc v1.0.9
20822024-02-15T20:48:29.415Z Compiling signature v1.6.4
20832024-02-15T20:48:29.571Z Compiling salty v0.2.0
20842024-02-15T20:48:29.988Z Compiling ed25519 v1.5.3
20852024-02-15T20:48:30.063Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20862024-02-15T20:48:30.785Z Compiling chacha20poly1305 v0.10.1
20872024-02-15T20:48:31.056Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20882024-02-15T20:48:31.753Z Compiling snafu v0.7.5
20892024-02-15T20:48:32.909Z Compiling derive_builder v0.12.0
20902024-02-15T20:48:33.314Z Compiling vsss-rs v3.3.4
20912024-02-15T20:48:38.533Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20922024-02-15T20:48:39.257Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20932024-02-15T20:48:39.273Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20942024-02-15T20:48:39.579Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20952024-02-15T20:48:39.612Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20962024-02-15T20:48:40.059Z Compiling globset v0.4.13
20972024-02-15T20:48:44.122Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20982024-02-15T20:48:44.898Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20992024-02-15T20:48:46.912Z Compiling olpc-cjson v0.1.3
21002024-02-15T20:48:47.280Z Compiling bb8 v0.8.3
21012024-02-15T20:48:47.506Z Compiling quick-xml v0.30.0
21022024-02-15T20:48:48.195Z Compiling serde_plain v1.0.2
21032024-02-15T20:48:48.200Z Compiling serde-big-array v0.5.1
21042024-02-15T20:48:48.200Z Compiling async-recursion v1.0.5
21052024-02-15T20:48:48.616Z Compiling oso-derive v0.27.0
21062024-02-15T20:48:48.873Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21072024-02-15T20:48:48.917Z Compiling impl-trait-for-tuples v0.2.2
21082024-02-15T20:48:49.280Z Compiling typed-path v0.7.0
21092024-02-15T20:48:49.714Z Compiling http-range v0.1.5
21102024-02-15T20:48:50.746Z Compiling maplit v1.0.2
21112024-02-15T20:48:50.754Z Compiling hyper-staticfile v0.9.5
21122024-02-15T20:48:51.327Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21132024-02-15T20:48:51.855Z Compiling tough v0.16.0
21142024-02-15T20:48:53.881Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21152024-02-15T20:48:58.990Z Compiling oso v0.27.0
21162024-02-15T20:49:01.879Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21172024-02-15T20:49:13.061Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21182024-02-15T20:49:30.503Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21192024-02-15T20:49:30.513Z Compiling signal-hook-tokio v0.3.1
21202024-02-15T20:49:31.090Z Compiling serde-big-array v0.4.1
21212024-02-15T20:49:31.119Z Compiling parse-size v1.0.0
21222024-02-15T20:49:31.215Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21232024-02-15T20:49:31.861Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21242024-02-15T20:49:31.945Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21252024-02-15T20:49:33.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21262024-02-15T20:49:36.345Z Compiling castaway v0.2.2
21272024-02-15T20:49:36.533Z Compiling corncobs v0.1.3
21282024-02-15T20:49:37.383Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21292024-02-15T20:49:37.859Z Compiling compact_str v0.7.1
21302024-02-15T20:49:39.576Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21312024-02-15T20:49:45.087Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21322024-02-15T20:49:47.082Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21332024-02-15T20:49:47.531Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21342024-02-15T20:49:47.857Z Compiling lru v0.12.1
21352024-02-15T20:49:48.367Z Compiling stability v0.1.1
21362024-02-15T20:49:49.388Z Compiling indoc v2.0.3
21372024-02-15T20:49:50.184Z Compiling cassowary v0.3.0
21382024-02-15T20:49:53.928Z Compiling ratatui v0.26.1
21392024-02-15T20:49:54.822Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21402024-02-15T20:49:59.958Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21412024-02-15T20:50:00.466Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21422024-02-15T20:50:01.434Z Compiling rcgen v0.12.1
21432024-02-15T20:50:13.268Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21442024-02-15T20:50:14.212Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21452024-02-15T20:50:15.573Z Compiling atomicwrites v0.4.3
21462024-02-15T20:50:15.627Z Compiling subprocess v0.2.9
21472024-02-15T20:50:20.709Z Compiling smawk v0.3.1
21482024-02-15T20:50:20.929Z Compiling unicode-linebreak v0.1.5
21492024-02-15T20:50:21.489Z Compiling textwrap v0.16.0
21502024-02-15T20:50:25.220Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21512024-02-15T20:50:31.587Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21522024-02-15T20:50:32.852Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21532024-02-15T20:50:40.191Z Compiling fatfs v0.3.6
21542024-02-15T20:50:41.333Z Compiling nanorand v0.7.0
21552024-02-15T20:50:41.653Z Compiling rtoolbox v0.0.1
21562024-02-15T20:50:42.118Z Compiling humantime v2.1.0
21572024-02-15T20:50:43.016Z Compiling assert_matches v1.5.0
21582024-02-15T20:50:43.125Z Compiling is_ci v1.1.1
21592024-02-15T20:50:43.397Z Compiling supports-color v2.1.0
21602024-02-15T20:50:43.514Z Compiling rpassword v7.3.1
21612024-02-15T20:50:43.955Z Compiling flume v0.11.0
21622024-02-15T20:50:44.088Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21632024-02-15T20:50:44.762Z Compiling tui-tree-widget v0.17.0
21642024-02-15T20:50:45.132Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21652024-02-15T20:50:52.934Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21662024-02-15T20:50:53.249Z Compiling toml_edit v0.21.1
21672024-02-15T20:50:55.135Z Compiling csv-core v0.1.11
21682024-02-15T20:50:56.195Z Compiling shell-words v1.1.0
21692024-02-15T20:50:57.076Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21702024-02-15T20:51:16.290Z Compiling csv v1.3.0
21712024-02-15T20:51:18.698Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21722024-02-15T20:51:32.596Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21732024-02-15T20:51:42.160Z Compiling multimap v0.8.3
21742024-02-15T20:52:54.640Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21752024-02-15T20:53:08.344Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21762024-02-15T20:53:14.798Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21772024-02-15T20:59:26.483Z Finished release [optimized] target(s) in 13m 32s
21782024-02-15T21:00:38.456Z
21792024-02-15T21:00:38.459Zreal 14:45.214941050
21802024-02-15T21:00:38.459Zuser 1:40:32.575268008
21812024-02-15T21:00:38.459Zsys 4:21.954502950
21822024-02-15T21:00:38.459Ztrap 2.319091629
21832024-02-15T21:00:38.459Ztflt 1.727047327
21842024-02-15T21:00:38.459Zdflt 2.524808126
21852024-02-15T21:00:38.460Zkflt 0.020054798
21862024-02-15T21:00:38.460Zlock 6:14:46.527926837
21872024-02-15T21:00:38.460Zslp 3:55:01.125531416
21882024-02-15T21:00:38.460Zlat 2:16.708219569
21892024-02-15T21:00:38.460Zstop 51.277426982
21902024-02-15T21:00:38.460Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
21912024-02-15T21:00:38.460Z+ pfexec mkdir -p /work
21922024-02-15T21:00:38.463Z+ pfexec chown build /work
21932024-02-15T21:00:38.466Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
21942024-02-15T21:00:48.572ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21952024-02-15T21:00:48.573Za out/mg-ddm-gz.tar 67684K
21962024-02-15T21:00:48.573Za out/omicron-sled-agent.tar 120063K
21972024-02-15T21:00:48.573Za out/oxlog.tar 8186K
21982024-02-15T21:00:48.573Za out/target/test 1K
21992024-02-15T21:00:48.574Za out/npuzone/npuzone 36313K
22002024-02-15T21:00:48.574Za package-manifest.toml 24K
22012024-02-15T21:00:48.574Za smf/sled-agent/non-gimlet/config.toml 4K
22022024-02-15T21:00:48.574Za target/release/omicron-package 44748K
22032024-02-15T21:00:48.574Za tools/create_virtual_hardware.sh 4K
22042024-02-15T21:00:48.574Za tools/virtual_hardware.sh 4K
22052024-02-15T21:00:48.575Za tools/scrimlet/create-softnpu-zone.sh 1K
22062024-02-15T21:00:48.575Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22072024-02-15T21:00:48.575Za tools/scrimlet/softnpu-init.sh 3K
22082024-02-15T21:00:48.575Za tools/scrimlet/softnpu-zone.txt 1K
22092024-02-15T21:00:48.575Za tools/scrimlet/softnpu.toml 1K
22102024-02-15T21:00:48.609Z
22112024-02-15T21:00:48.610Zreal 10.096046100
22122024-02-15T21:00:48.610Zuser 9.748187398
22132024-02-15T21:00:48.611Zsys 0.699949527
22142024-02-15T21:00:48.612Ztrap 0.002624666
22152024-02-15T21:00:48.614Ztflt 0.000000000
22162024-02-15T21:00:48.614Zdflt 0.000000000
22172024-02-15T21:00:48.615Zkflt 0.000000000
22182024-02-15T21:00:48.617Zlock 0.000000000
22192024-02-15T21:00:48.618Zslp 9.503150989
22202024-02-15T21:00:48.618Zlat 0.235392040
22212024-02-15T21:00:48.620Zstop 0.000206242
22222024-02-15T21:00:48.621Z++ pwd
22232024-02-15T21:00:48.621Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22242024-02-15T21:00:48.626Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22252024-02-15T21:00:48.626Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22262024-02-15T21:00:49.271Z Finished release [optimized] target(s) in 0.63s
22272024-02-15T21:00:49.312Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22282024-02-15T21:00:49.345ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292024-02-15T21:00:49.345ZCreated new build target 'host' and set it as active
22302024-02-15T21:00:49.345Z
22312024-02-15T21:00:49.345Zreal 0.735153646
22322024-02-15T21:00:49.346Zuser 0.498547539
22332024-02-15T21:00:49.346Zsys 0.237292176
22342024-02-15T21:00:49.346Ztrap 0.000050529
22352024-02-15T21:00:49.346Ztflt 0.000000000
22362024-02-15T21:00:49.347Zdflt 0.000062467
22372024-02-15T21:00:49.347Zkflt 0.000000000
22382024-02-15T21:00:49.347Zlock 0.022321822
22392024-02-15T21:00:49.347Zslp 0.013454125
22402024-02-15T21:00:49.347Zlat 0.000872127
22412024-02-15T21:00:49.348Zstop 0.000160944
22422024-02-15T21:00:49.348Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22432024-02-15T21:01:00.367Z Finished release [optimized] target(s) in 0.60s
22442024-02-15T21:01:00.478Z Running `target/release/omicron-package -t host package`
22452024-02-15T21:01:00.479ZLogging to: /work/oxidecomputer/omicron/out/LOG
22462024-02-15T21:01:00.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22472024-02-15T21:01:04.641Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22482024-02-15T21:02:17.328Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22492024-02-15T21:03:43.774Z Finished release [optimized] target(s) in 2m 52s
22502024-02-15T21:04:37.158Z
22512024-02-15T21:04:37.161Zreal 3:47.645520060
22522024-02-15T21:04:37.161Zuser 18:10.580712243
22532024-02-15T21:04:37.161Zsys 44.500675789
22542024-02-15T21:04:37.161Ztrap 0.334146646
22552024-02-15T21:04:37.161Ztflt 0.076320940
22562024-02-15T21:04:37.161Zdflt 4.027157689
22572024-02-15T21:04:37.161Zkflt 0.000513511
22582024-02-15T21:04:37.161Zlock 1:29:49.735445467
22592024-02-15T21:04:37.162Zslp 20:03.813840922
22602024-02-15T21:04:37.162Zlat 9.661287143
22612024-02-15T21:04:37.162Zstop 3.281578778
22622024-02-15T21:04:37.162Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22632024-02-15T21:04:37.162Z+ for package in "$@"
22642024-02-15T21:04:37.162Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22652024-02-15T21:04:37.162Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git446f45da926
22662024-02-15T21:04:37.854Z Finished release [optimized] target(s) in 0.63s
22672024-02-15T21:04:37.873Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git446f45da926`
22682024-02-15T21:04:37.894ZLogging to: /work/oxidecomputer/omicron/out/LOG
22692024-02-15T21:04:38.111ZCreated: out/versioned/omicron-sled-agent.tar
22702024-02-15T21:04:38.568Z+ for package in "$@"
22712024-02-15T21:04:38.568Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22722024-02-15T21:04:38.568Z+ echo 0.0.0
22732024-02-15T21:04:38.568Z+ tar rvf out/mg-ddm-gz.tar VERSION
22742024-02-15T21:04:38.569Za VERSION 1K
22752024-02-15T21:04:38.569Z+ rm VERSION
22762024-02-15T21:04:38.569Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926
22772024-02-15T21:04:38.808Z Finished release [optimized] target(s) in 0.65s
22782024-02-15T21:04:38.830Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926`
22792024-02-15T21:04:38.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
22802024-02-15T21:04:38.957ZCreated: out/versioned/mg-ddm-gz.tar
22812024-02-15T21:04:38.960Z+ for package in "$@"
22822024-02-15T21:04:38.960Z+ [[ propolis-server == mg-ddm-gz ]]
22832024-02-15T21:04:38.960Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git446f45da926
22842024-02-15T21:04:39.776Z Finished release [optimized] target(s) in 0.63s
22852024-02-15T21:04:39.776Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git446f45da926`
22862024-02-15T21:04:39.776ZLogging to: /work/oxidecomputer/omicron/out/LOG
22872024-02-15T21:04:40.758ZCreated: out/versioned/propolis-server.tar.gz
22882024-02-15T21:04:40.762Z+ for package in "$@"
22892024-02-15T21:04:40.762Z+ [[ overlay == mg-ddm-gz ]]
22902024-02-15T21:04:40.762Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git446f45da926
22912024-02-15T21:04:41.426Z Finished release [optimized] target(s) in 0.61s
22922024-02-15T21:04:41.467Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git446f45da926`
22932024-02-15T21:04:41.527ZLogging to: /work/oxidecomputer/omicron/out/LOG
22942024-02-15T21:04:41.527ZCreated: out/versioned/overlay.tar.gz
22952024-02-15T21:04:41.527Z+ for package in "$@"
22962024-02-15T21:04:41.527Z+ [[ oxlog == mg-ddm-gz ]]
22972024-02-15T21:04:41.528Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git446f45da926
22982024-02-15T21:04:42.169Z Finished release [optimized] target(s) in 0.61s
22992024-02-15T21:04:42.184Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git446f45da926`
23002024-02-15T21:04:42.196ZLogging to: /work/oxidecomputer/omicron/out/LOG
23012024-02-15T21:04:42.217ZCreated: out/versioned/oxlog.tar
23022024-02-15T21:04:42.239Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23032024-02-15T21:04:42.239Z+++ dirname -- ./tools/build-global-zone-packages.sh
23042024-02-15T21:04:42.239Z++ cd -- ./tools
23052024-02-15T21:04:42.239Z++ pwd
23062024-02-15T21:04:42.239Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23072024-02-15T21:04:42.244Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23082024-02-15T21:04:42.244Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23092024-02-15T21:04:42.244Z++ readlink -f /work
23102024-02-15T21:04:42.244Z+ out_dir=/work
23112024-02-15T21:04:42.244Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23122024-02-15T21:04:42.244Z+ for dep in "${deps[@]}"
23132024-02-15T21:04:42.244Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23142024-02-15T21:04:42.245Z+ for dep in "${deps[@]}"
23152024-02-15T21:04:42.245Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23162024-02-15T21:04:42.245Z+ for dep in "${deps[@]}"
23172024-02-15T21:04:42.245Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23182024-02-15T21:04:42.245Z+ for dep in "${deps[@]}"
23192024-02-15T21:04:42.245Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23202024-02-15T21:04:42.246Z+ for dep in "${deps[@]}"
23212024-02-15T21:04:42.246Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23222024-02-15T21:04:42.246Z++ mktemp -d
23232024-02-15T21:04:42.246Z+ tmp_gz=/tmp/tmp.Hwa4Uh
23242024-02-15T21:04:42.246Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23252024-02-15T21:04:42.246Z+ echo '{"v":"1","t":"layer"}'
23262024-02-15T21:04:42.246Z+ pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent
23272024-02-15T21:04:42.246Z+ mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent
23282024-02-15T21:04:42.246Z+ cd /tmp/tmp.Hwa4Uh/root/opt/oxide/sled-agent
23292024-02-15T21:04:42.246Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23302024-02-15T21:04:42.355Zx ., 0 bytes, 0 tape blocks
23312024-02-15T21:04:42.355Zx zone-bundle, 41864448 bytes, 81767 tape blocks
23322024-02-15T21:04:42.355Zx sled-agent, 81052192 bytes, 158306 tape blocks
23332024-02-15T21:04:42.355Zx pkg, 0 bytes, 0 tape blocks
23342024-02-15T21:04:42.355Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23352024-02-15T21:04:42.355Zx pkg/README.md, 54 bytes, 1 tape blocks
23362024-02-15T21:04:42.355Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23372024-02-15T21:04:42.355Zx VERSION, 25 bytes, 1 tape blocks
23382024-02-15T21:04:42.371Z+ mkdir -p /tmp/tmp.Hwa4Uh/root/lib/svc/manifest/site/
23392024-02-15T21:04:42.371Z+ mv pkg/manifest.xml /tmp/tmp.Hwa4Uh/root/lib/svc/manifest/site/sled-agent.xml
23402024-02-15T21:04:42.371Z+ cd -
23412024-02-15T21:04:42.371Z/work/oxidecomputer/omicron
23422024-02-15T21:04:42.371Z+ pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm
23432024-02-15T21:04:42.372Z+ mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm
23442024-02-15T21:04:42.372Z+ cd /tmp/tmp.Hwa4Uh/root/opt/oxide/mg-ddm
23452024-02-15T21:04:42.372Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23462024-02-15T21:04:42.393Zx ., 0 bytes, 0 tape blocks
23472024-02-15T21:04:42.393Zx ddmadm, 36202584 bytes, 70709 tape blocks
23482024-02-15T21:04:42.393Zx ddmd, 33092232 bytes, 64634 tape blocks
23492024-02-15T21:04:42.393Zx pkg, 0 bytes, 0 tape blocks
23502024-02-15T21:04:42.393Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23512024-02-15T21:04:42.393Zx pkg/mgd, 0 bytes, 0 tape blocks
23522024-02-15T21:04:42.393Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23532024-02-15T21:04:42.394Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23542024-02-15T21:04:42.394Zx pkg/ddm, 0 bytes, 0 tape blocks
23552024-02-15T21:04:42.394Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23562024-02-15T21:04:42.394Zx VERSION, 25 bytes, 1 tape blocks
23572024-02-15T21:04:42.419Z+ cd -
23582024-02-15T21:04:42.419Z/work/oxidecomputer/omicron
23592024-02-15T21:04:42.419Z+ pkg_dir=/tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog
23602024-02-15T21:04:42.419Z+ mkdir -p /tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog
23612024-02-15T21:04:42.419Z+ cd /tmp/tmp.Hwa4Uh/root/opt/oxide/oxlog
23622024-02-15T21:04:42.419Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23632024-02-15T21:04:42.419Zx ., 0 bytes, 0 tape blocks
23642024-02-15T21:04:42.420Zx oxlog, 8379552 bytes, 16367 tape blocks
23652024-02-15T21:04:42.420Zx VERSION, 25 bytes, 1 tape blocks
23662024-02-15T21:04:42.420Z+ cd -
23672024-02-15T21:04:42.420Z/work/oxidecomputer/omicron
23682024-02-15T21:04:42.420Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Hwa4Uh/root/opt/oxide
23692024-02-15T21:04:42.475Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Hwa4Uh/root/opt/oxide
23702024-02-15T21:04:42.481Z+ cd /tmp/tmp.Hwa4Uh
23712024-02-15T21:04:42.481Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23722024-02-15T21:04:51.184ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23732024-02-15T21:04:51.184Za oxide.json 1K
23742024-02-15T21:04:51.184Za root/ 0K
23752024-02-15T21:04:51.184Za root/opt/ 0K
23762024-02-15T21:04:51.184Za root/opt/oxide/ 0K
23772024-02-15T21:04:51.185Za root/opt/oxide/sled-agent/ 0K
23782024-02-15T21:04:51.185Za root/opt/oxide/sled-agent/zone-bundle 40884K
23792024-02-15T21:04:51.185Za root/opt/oxide/sled-agent/sled-agent 79153K
23802024-02-15T21:04:51.185Za root/opt/oxide/sled-agent/pkg/ 0K
23812024-02-15T21:04:51.185Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23822024-02-15T21:04:51.186Za root/opt/oxide/sled-agent/pkg/README.md 1K
23832024-02-15T21:04:51.186Za root/opt/oxide/sled-agent/VERSION 1K
23842024-02-15T21:04:51.186Za root/opt/oxide/mg-ddm/ 0K
23852024-02-15T21:04:51.186Za root/opt/oxide/mg-ddm/ddmadm 35355K
23862024-02-15T21:04:51.186Za root/opt/oxide/mg-ddm/ddmd 32317K
23872024-02-15T21:04:51.186Za root/opt/oxide/mg-ddm/pkg/ 0K
23882024-02-15T21:04:51.186Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23892024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23902024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23912024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23922024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23932024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23942024-02-15T21:04:51.187Za root/opt/oxide/mg-ddm/VERSION 1K
23952024-02-15T21:04:51.187Za root/opt/oxide/oxlog/ 0K
23962024-02-15T21:04:51.187Za root/opt/oxide/oxlog/oxlog 8184K
23972024-02-15T21:04:51.188Za root/opt/oxide/oxlog/VERSION 1K
23982024-02-15T21:04:51.188Za root/opt/oxide/propolis-server.tar.gz 64543K
23992024-02-15T21:04:51.188Za root/opt/oxide/overlay.tar.gz 3K
24002024-02-15T21:04:51.188Za root/lib/ 0K
24012024-02-15T21:04:51.188Za root/lib/svc/ 0K
24022024-02-15T21:04:51.188Za root/lib/svc/manifest/ 0K
24032024-02-15T21:04:51.188Za root/lib/svc/manifest/site/ 0K
24042024-02-15T21:04:51.188Za root/lib/svc/manifest/site/sled-agent.xml 3K
24052024-02-15T21:04:51.195Z+ cd /
24062024-02-15T21:04:51.195Z+ rm -rf /tmp/tmp.Hwa4Uh
24072024-02-15T21:04:51.206Z
24082024-02-15T21:04:51.210Zreal 8.976301442
24092024-02-15T21:04:51.210Zuser 8.408939358
24102024-02-15T21:04:51.210Zsys 0.592062994
24112024-02-15T21:04:51.210Ztrap 0.001512310
24122024-02-15T21:04:51.210Ztflt 0.000000000
24132024-02-15T21:04:51.211Zdflt 0.000004626
24142024-02-15T21:04:51.211Zkflt 0.000000000
24152024-02-15T21:04:51.211Zlock 0.000000000
24162024-02-15T21:04:51.211Zslp 17.419146371
24172024-02-15T21:04:51.211Zlat 0.210757131
24182024-02-15T21:04:51.212Zstop 0.000207813
24192024-02-15T21:04:51.212Z+ mkdir -p /work/zones
24202024-02-15T21:04:51.212Z+ 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)
24212024-02-15T21:04:51.212Z+ 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/
24222024-02-15T21:04:53.661Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24232024-02-15T21:04:54.376Z Finished release [optimized] target(s) in 0.66s
24242024-02-15T21:04:54.399Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24252024-02-15T21:04:54.424ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262024-02-15T21:04:54.445ZCreated new build target 'recovery' and set it as active
24272024-02-15T21:04:54.445Z
24282024-02-15T21:04:54.445Zreal 0.765799104
24292024-02-15T21:04:54.445Zuser 0.522108344
24302024-02-15T21:04:54.446Zsys 0.242443098
24312024-02-15T21:04:54.446Ztrap 0.000609195
24322024-02-15T21:04:54.446Ztflt 0.000002258
24332024-02-15T21:04:54.446Zdflt 0.000039747
24342024-02-15T21:04:54.446Zkflt 0.000000000
24352024-02-15T21:04:54.447Zlock 0.025184113
24362024-02-15T21:04:54.447Zslp 0.014264718
24372024-02-15T21:04:54.447Zlat 0.002450403
24382024-02-15T21:04:54.447Zstop 0.000167955
24392024-02-15T21:04:54.447Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24402024-02-15T21:04:55.112Z Finished release [optimized] target(s) in 0.63s
24412024-02-15T21:04:55.122Z Running `target/release/omicron-package -t recovery package`
24422024-02-15T21:04:55.153ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-02-15T21:04:55.760Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24442024-02-15T21:04:58.359Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24452024-02-15T21:05:18.571Z Finished release [optimized] target(s) in 23.33s
24462024-02-15T21:05:36.673Z
24472024-02-15T21:05:36.677Zreal 42.216148540
24482024-02-15T21:05:36.678Zuser 1:41.705927790
24492024-02-15T21:05:36.678Zsys 8.072058869
24502024-02-15T21:05:36.678Ztrap 0.073168328
24512024-02-15T21:05:36.678Ztflt 0.045628155
24522024-02-15T21:05:36.678Zdflt 0.612039865
24532024-02-15T21:05:36.679Zkflt 0.000004296
24542024-02-15T21:05:36.679Zlock 12:49.406259314
24552024-02-15T21:05:36.679Zslp 1:47.495317623
24562024-02-15T21:05:36.679Zlat 1.666347955
24572024-02-15T21:05:36.679Zstop 0.497939191
24582024-02-15T21:05:36.679Z+ stamp_packages installinator mg-ddm-gz
24592024-02-15T21:05:36.680Z+ for package in "$@"
24602024-02-15T21:05:36.680Z+ [[ installinator == mg-ddm-gz ]]
24612024-02-15T21:05:36.680Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git446f45da926
24622024-02-15T21:05:37.363Z Finished release [optimized] target(s) in 0.63s
24632024-02-15T21:05:37.392Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git446f45da926`
24642024-02-15T21:05:37.426ZLogging to: /work/oxidecomputer/omicron/out/LOG
24652024-02-15T21:05:37.511ZCreated: out/versioned/installinator.tar
24662024-02-15T21:05:37.569Z+ for package in "$@"
24672024-02-15T21:05:37.569Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24682024-02-15T21:05:37.569Z+ echo 0.0.0
24692024-02-15T21:05:37.569Z+ tar rvf out/mg-ddm-gz.tar VERSION
24702024-02-15T21:05:37.569Za VERSION 1K
24712024-02-15T21:05:37.569Z+ rm VERSION
24722024-02-15T21:05:37.570Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926
24732024-02-15T21:05:38.186Z Finished release [optimized] target(s) in 0.62s
24742024-02-15T21:05:38.206Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git446f45da926`
24752024-02-15T21:05:38.236ZLogging to: /work/oxidecomputer/omicron/out/LOG
24762024-02-15T21:05:38.372ZCreated: out/versioned/mg-ddm-gz.tar
24772024-02-15T21:05:38.396Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24782024-02-15T21:05:38.396Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24792024-02-15T21:05:38.396Z++ cd -- ./tools
24802024-02-15T21:05:38.396Z++ pwd
24812024-02-15T21:05:38.396Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24822024-02-15T21:05:38.396Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24832024-02-15T21:05:38.396Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24842024-02-15T21:05:38.396Z++ readlink -f /work
24852024-02-15T21:05:38.397Z+ out_dir=/work
24862024-02-15T21:05:38.397Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24872024-02-15T21:05:38.397Z+ for dep in "${deps[@]}"
24882024-02-15T21:05:38.397Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24892024-02-15T21:05:38.397Z+ for dep in "${deps[@]}"
24902024-02-15T21:05:38.397Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24912024-02-15T21:05:38.397Z++ mktemp -d
24922024-02-15T21:05:38.849Z+ tmp_trampoline=/tmp/tmp.adaGZh
24932024-02-15T21:05:38.849Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24942024-02-15T21:05:38.849Z+ echo '{"v":"1","t":"layer"}'
24952024-02-15T21:05:38.850Z+ pkg_dir=/tmp/tmp.adaGZh/root/opt/oxide/installinator
24962024-02-15T21:05:38.850Z+ mkdir -p /tmp/tmp.adaGZh/root/opt/oxide/installinator
24972024-02-15T21:05:38.850Z+ cd /tmp/tmp.adaGZh/root/opt/oxide/installinator
24982024-02-15T21:05:38.850Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24992024-02-15T21:05:38.850Zx ., 0 bytes, 0 tape blocks
25002024-02-15T21:05:38.850Zx installinator, 55248904 bytes, 107909 tape blocks
25012024-02-15T21:05:38.850Zx pkg, 0 bytes, 0 tape blocks
25022024-02-15T21:05:38.851Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25032024-02-15T21:05:38.851Zx VERSION, 25 bytes, 1 tape blocks
25042024-02-15T21:05:38.851Z+ mkdir -p /tmp/tmp.adaGZh/root/lib/svc/manifest/site/
25052024-02-15T21:05:38.851Z+ mv pkg/manifest.xml /tmp/tmp.adaGZh/root/lib/svc/manifest/site/installinator.xml
25062024-02-15T21:05:38.851Z+ cd -
25072024-02-15T21:05:38.851Z/work/oxidecomputer/omicron
25082024-02-15T21:05:38.851Z+ pkg_dir=/tmp/tmp.adaGZh/root/opt/oxide/mg-ddm
25092024-02-15T21:05:38.852Z+ mkdir -p /tmp/tmp.adaGZh/root/opt/oxide/mg-ddm
25102024-02-15T21:05:38.852Z+ cd /tmp/tmp.adaGZh/root/opt/oxide/mg-ddm
25112024-02-15T21:05:38.852Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25122024-02-15T21:05:38.852Zx ., 0 bytes, 0 tape blocks
25132024-02-15T21:05:38.852Zx ddmadm, 36202584 bytes, 70709 tape blocks
25142024-02-15T21:05:38.852Zx ddmd, 33092232 bytes, 64634 tape blocks
25152024-02-15T21:05:38.852Zx pkg, 0 bytes, 0 tape blocks
25162024-02-15T21:05:38.852Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25172024-02-15T21:05:38.853Zx pkg/mgd, 0 bytes, 0 tape blocks
25182024-02-15T21:05:38.853Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25192024-02-15T21:05:38.853Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25202024-02-15T21:05:38.853Zx pkg/ddm, 0 bytes, 0 tape blocks
25212024-02-15T21:05:38.853Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25222024-02-15T21:05:38.853Zx VERSION, 25 bytes, 1 tape blocks
25232024-02-15T21:05:38.853Z+ cd -
25242024-02-15T21:05:38.853Z/work/oxidecomputer/omicron
25252024-02-15T21:05:38.854Z+ cd /tmp/tmp.adaGZh
25262024-02-15T21:05:38.854Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25272024-02-15T21:05:42.913ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25282024-02-15T21:05:42.913Za oxide.json 1K
25292024-02-15T21:05:42.914Za root/ 0K
25302024-02-15T21:05:42.914Za root/opt/ 0K
25312024-02-15T21:05:42.914Za root/opt/oxide/ 0K
25322024-02-15T21:05:42.914Za root/opt/oxide/installinator/ 0K
25332024-02-15T21:05:42.914Za root/opt/oxide/installinator/installinator 53955K
25342024-02-15T21:05:42.914Za root/opt/oxide/installinator/pkg/ 0K
25352024-02-15T21:05:42.914Za root/opt/oxide/installinator/VERSION 1K
25362024-02-15T21:05:42.914Za root/opt/oxide/mg-ddm/ 0K
25372024-02-15T21:05:42.914Za root/opt/oxide/mg-ddm/ddmadm 35355K
25382024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/ddmd 32317K
25392024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/ 0K
25402024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25412024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25422024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25432024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25442024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25452024-02-15T21:05:42.915Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25462024-02-15T21:05:42.916Za root/opt/oxide/mg-ddm/VERSION 1K
25472024-02-15T21:05:42.916Za root/lib/ 0K
25482024-02-15T21:05:42.916Za root/lib/svc/ 0K
25492024-02-15T21:05:42.916Za root/lib/svc/manifest/ 0K
25502024-02-15T21:05:42.917Za root/lib/svc/manifest/site/ 0K
25512024-02-15T21:05:42.917Za root/lib/svc/manifest/site/installinator.xml 3K
25522024-02-15T21:05:42.956Z+ cd /
25532024-02-15T21:05:42.956Z+ rm -rf /tmp/tmp.adaGZh
25542024-02-15T21:05:42.983Z
25552024-02-15T21:05:42.983Zreal 4.557603845
25562024-02-15T21:05:42.984Zuser 4.311655751
25572024-02-15T21:05:42.984Zsys 0.257656884
25582024-02-15T21:05:42.984Ztrap 0.000985323
25592024-02-15T21:05:42.984Ztflt 0.000000000
25602024-02-15T21:05:42.985Zdflt 0.000000000
25612024-02-15T21:05:42.985Zkflt 0.000000000
25622024-02-15T21:05:42.985Zlock 0.000000000
25632024-02-15T21:05:42.985Zslp 8.860014631
25642024-02-15T21:05:42.985Zlat 0.099257661
25652024-02-15T21:05:42.986Zstop 0.000192207
25662024-02-15T21:05:42.986Zprocess exited: duration 1645474 ms, exit code 0
 
25672024-02-15T21:05:43.028Zfound 21 output files
25682024-02-15T21:05:43.028Zuploading: /work/version.txt (26 bytes)
25692024-02-15T21:05:44.042Zuploaded: /work/version.txt
25702024-02-15T21:05:44.053Zuploading: /work/package.tar.gz (88109782 bytes)
25712024-02-15T21:06:07.600Zuploaded: /work/package.tar.gz
25722024-02-15T21:06:07.600Zuploading: /work/global-zone-packages.tar.gz (128075976 bytes)
25732024-02-15T21:07:07.614Zuploaded: /work/global-zone-packages.tar.gz
25742024-02-15T21:07:07.614Zuploading: /work/trampoline-global-zone-packages.tar.gz (38955347 bytes)
25752024-02-15T21:07:16.437Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25762024-02-15T21:07:16.437Zuploading: /work/zones/clickhouse.tar.gz (194460013 bytes)
25772024-02-15T21:08:34.885Zuploaded: /work/zones/clickhouse.tar.gz
25782024-02-15T21:08:34.885Zuploading: /work/zones/clickhouse_keeper.tar.gz (194453436 bytes)
25792024-02-15T21:09:42.326Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25802024-02-15T21:09:42.326Zuploading: /work/zones/cockroachdb.tar.gz (131566792 bytes)
25812024-02-15T21:10:27.374Zuploaded: /work/zones/cockroachdb.tar.gz
25822024-02-15T21:10:27.374Zuploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes)
25832024-02-15T21:10:33.656Zuploaded: /work/zones/crucible-pantry.tar.gz
25842024-02-15T21:10:33.663Zuploading: /work/zones/crucible.tar.gz (29214475 bytes)
25852024-02-15T21:10:45.799Zuploaded: /work/zones/crucible.tar.gz
25862024-02-15T21:10:45.800Zuploading: /work/zones/external-dns.tar.gz (23596042 bytes)
25872024-02-15T21:10:51.562Zuploaded: /work/zones/external-dns.tar.gz
25882024-02-15T21:10:51.562Zuploading: /work/zones/internal-dns.tar.gz (23596041 bytes)
25892024-02-15T21:10:56.741Zuploaded: /work/zones/internal-dns.tar.gz
25902024-02-15T21:10:56.745Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25912024-02-15T21:10:57.756Zuploaded: /work/zones/ntp.tar.gz
25922024-02-15T21:10:57.756Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19549085 bytes)
25932024-02-15T21:11:03.295Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25942024-02-15T21:11:03.296Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19547773 bytes)
25952024-02-15T21:11:09.681Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25962024-02-15T21:11:09.683Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87728293 bytes)
25972024-02-15T21:12:12.545Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25982024-02-15T21:12:12.545Zuploading: /work/zones/omicron-nexus.tar.gz (87731605 bytes)
25992024-02-15T21:12:32.060Zuploaded: /work/zones/omicron-nexus.tar.gz
26002024-02-15T21:12:32.060Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
26012024-02-15T21:12:33.545Zuploaded: /work/zones/overlay.tar.gz
26022024-02-15T21:12:33.546Zuploading: /work/zones/oximeter.tar.gz (55929810 bytes)
26032024-02-15T21:12:52.220Zuploaded: /work/zones/oximeter.tar.gz
26042024-02-15T21:12:52.220Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26052024-02-15T21:13:15.892Zuploaded: /work/zones/propolis-server.tar.gz
26062024-02-15T21:13:15.892Zuploading: /work/zones/switch-asic.tar.gz (285279947 bytes)
26072024-02-15T21:14:28.100Zuploaded: /work/zones/switch-asic.tar.gz
26082024-02-15T21:14:28.100Zuploading: /work/zones/switch-softnpu.tar.gz (209446415 bytes)
26092024-02-15T21:15:21.936Zuploaded: /work/zones/switch-softnpu.tar.gz