01HTG1QZBFXQBSMXDF0EJ8FHX3: 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: 01HTG1RBSTCB5EEMRTG2T1HHRS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-02T18:43:46.090Zjob assigned to worker 01HTG1VS9FRA8PCT1SK5MYC8MG (queued for 4 m 0 s)
 
22024-04-02T18:43:53.007Zstarting task 0: "setup"
32024-04-02T18:43:53.105Z++ uname -s
42024-04-02T18:43:53.109Z+ kern=SunOS
52024-04-02T18:43:53.109Z+ case "$kern" in
62024-04-02T18:43:53.109Z+ groupadd -g 12345 build
72024-04-02T18:43:53.192Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-02T18:43:55.205Z+ zfs create -o mountpoint=/work rpool/work
92024-04-02T18:43:55.301Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-02T18:43:55.304Z+ home_fs=zfs
112024-04-02T18:43:55.304Z+ [[ zfs == autofs ]]
122024-04-02T18:43:55.304Z+ mkdir -p /home/build
132024-04-02T18:43:55.307Z+ chown build:build /home/build /work
142024-04-02T18:43:57.311Z+ chmod 0700 /home/build /work
152024-04-02T18:43:57.329Zprocess exited: duration 4302 ms, exit code 0
 
162024-04-02T18:43:57.336Zstarting task 1: "rust-toolchain"
172024-04-02T18:43:57.343Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-02T18:43:57.346Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-02T18:43:57.460Zinfo: downloading installer
202024-04-02T18:43:59.270Zwarning: it looks like you have an existing installation of Rust at:
212024-04-02T18:43:59.270Zwarning: /opt/ooce/bin
222024-04-02T18:43:59.270Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-02T18:43:59.270Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-02T18:43:59.270Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-02T18:43:59.270Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-02T18:43:59.270Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-02T18:43:59.270Zerror: cannot install while Rust is installed
282024-04-02T18:43:59.270Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-02T18:43:59.539Zinfo: profile set to 'default'
302024-04-02T18:43:59.539Zinfo: default host triple is x86_64-unknown-illumos
312024-04-02T18:43:59.542Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-02T18:43:59.684Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-02T18:43:59.684Zinfo: downloading component 'cargo'
342024-04-02T18:44:00.514Zinfo: downloading component 'clippy'
352024-04-02T18:44:00.809Zinfo: downloading component 'rust-docs'
362024-04-02T18:44:01.855Zinfo: downloading component 'rust-std'
372024-04-02T18:44:03.754Zinfo: downloading component 'rustc'
382024-04-02T18:44:08.322Zinfo: downloading component 'rustfmt'
392024-04-02T18:44:08.576Zinfo: installing component 'cargo'
402024-04-02T18:44:09.414Zinfo: installing component 'clippy'
412024-04-02T18:44:09.783Zinfo: installing component 'rust-docs'
422024-04-02T18:44:11.138Zinfo: installing component 'rust-std'
432024-04-02T18:44:12.918Zinfo: installing component 'rustc'
442024-04-02T18:44:17.066Zinfo: installing component 'rustfmt'
452024-04-02T18:44:17.421Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-02T18:44:17.421Z
472024-04-02T18:44:17.688Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-02T18:44:17.688Z
492024-04-02T18:44:17.691Z
502024-04-02T18:44:17.691ZRust is installed now. Great!
512024-04-02T18:44:17.691Z
522024-04-02T18:44:17.691ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-02T18:44:17.691Zenvironment variable. This has not been done automatically.
542024-04-02T18:44:17.691Z
552024-04-02T18:44:17.691ZTo configure your current shell, you need to source
562024-04-02T18:44:17.691Zthe corresponding env file under $HOME/.cargo.
572024-04-02T18:44:17.691Z
582024-04-02T18:44:17.691ZThis is usually done by running one of the following (note the leading DOT):
592024-04-02T18:44:17.692Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-02T18:44:17.692Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-02T18:44:17.816Z+ rustc --version
622024-04-02T18:44:17.882Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-02T18:44:17.886Zprocess exited: duration 20545 ms, exit code 0
 
642024-04-02T18:44:17.905Zstarting task 2: "authentication"
652024-04-02T18:44:17.927Zprocess exited: duration 22 ms, exit code 0
 
662024-04-02T18:44:17.935Zstarting task 3: "clone repository"
672024-04-02T18:44:17.940Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-02T18:44:17.944Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-02T18:44:18.617ZCloning into '/work/oxidecomputer/omicron'...
702024-04-02T18:44:50.512Z+ cd /work/oxidecomputer/omicron
712024-04-02T18:44:50.512Z+ git fetch origin ed31da29c6f3f0bd1b4df7c05687af99348a02b4
722024-04-02T18:44:51.249ZFrom https://github.com/oxidecomputer/omicron
732024-04-02T18:44:51.249Z * branch ed31da29c6f3f0bd1b4df7c05687af99348a02b4 -> FETCH_HEAD
742024-04-02T18:44:51.258Z+ [[ -n renovate/argon2alt-2.x ]]
752024-04-02T18:44:51.261Z++ git branch --show-current
762024-04-02T18:44:51.264Z+ current=main
772024-04-02T18:44:51.264Z+ [[ main != renovate/argon2alt-2.x ]]
782024-04-02T18:44:51.264Z+ git branch -f renovate/argon2alt-2.x ed31da29c6f3f0bd1b4df7c05687af99348a02b4
792024-04-02T18:44:51.267Z+ git checkout -f renovate/argon2alt-2.x
802024-04-02T18:44:51.389ZSwitched to branch 'renovate/argon2alt-2.x'
812024-04-02T18:44:51.392Z+ git reset --hard ed31da29c6f3f0bd1b4df7c05687af99348a02b4
822024-04-02T18:44:51.402ZHEAD is now at ed31da29c remove option that no longer exists
832024-04-02T18:44:51.406Zprocess exited: duration 33461 ms, exit code 0
 
842024-04-02T18:44:51.412Zstarting task 4: "build"
852024-04-02T18:44:51.418Z+ cargo --version
862024-04-02T18:44:51.422Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-02T18:44:51.568Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-02T18:44:51.568Zinfo: downloading component 'cargo'
892024-04-02T18:44:52.297Zinfo: downloading component 'clippy'
902024-04-02T18:44:52.519Zinfo: downloading component 'rust-docs'
912024-04-02T18:44:53.425Zinfo: downloading component 'rust-std'
922024-04-02T18:44:54.907Zinfo: downloading component 'rustc'
932024-04-02T18:44:58.587Zinfo: downloading component 'rustfmt'
942024-04-02T18:44:58.787Zinfo: installing component 'cargo'
952024-04-02T18:44:59.680Zinfo: installing component 'clippy'
962024-04-02T18:45:00.042Zinfo: installing component 'rust-docs'
972024-04-02T18:45:01.427Zinfo: installing component 'rust-std'
982024-04-02T18:45:03.237Zinfo: installing component 'rustc'
992024-04-02T18:45:07.587Zinfo: installing component 'rustfmt'
1002024-04-02T18:45:07.983Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-02T18:45:07.987Z+ rustc --version
1022024-04-02T18:45:08.050Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-02T18:45:08.057Z++ git rev-parse HEAD
1042024-04-02T18:45:08.061Z+ COMMIT=ed31da29c6f3f0bd1b4df7c05687af99348a02b4
1052024-04-02T18:45:08.061Z+ VERSION=7.0.0-0.ci+gited31da29c6f
1062024-04-02T18:45:08.061Z+ echo 7.0.0-0.ci+gited31da29c6f
1072024-04-02T18:45:08.061Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-04-02T18:45:23.438Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-04-02T18:45:24.927Z Startup: Caching catalogs ... Done
1102024-04-02T18:45:26.705ZPlanning: Solver setup ... Done (1.395s)
1112024-04-02T18:45:26.732ZPlanning: Running solver ... Done (0.026s)
1122024-04-02T18:45:26.977ZPlanning: Finding local manifests ... Done (0.219s)
1132024-04-02T18:45:26.989ZPlanning: Fetching manifests: 0/4 0% complete
1142024-04-02T18:45:27.800ZPlanning: Fetching manifests: 4/4 100% complete
1152024-04-02T18:45:27.849ZPlanning: Package planning ... Done (0.049s)
1162024-04-02T18:45:27.902ZPlanning: Merging actions ... Done (0.052s)
1172024-04-02T18:45:28.486ZPlanning: Checking for conflicting actions ... Done (0.584s)
1182024-04-02T18:45:28.497ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-04-02T18:45:38.965ZPlanning: Evaluating mediators ... Done (10.465s)
1202024-04-02T18:45:38.975ZPlanning: Planning completed in 13.99 seconds
1212024-04-02T18:45:38.990Z Packages to install: 4
1222024-04-02T18:45:38.990Z Mediators to change: 2
1232024-04-02T18:45:38.993Z Services to change: 1
1242024-04-02T18:45:38.993Z Estimated space available: 155.32 GB
1252024-04-02T18:45:38.993ZEstimated space to be consumed: 1.43 GB
1262024-04-02T18:45:38.993Z Create boot environment: No
1272024-04-02T18:45:38.993ZCreate backup boot environment: No
1282024-04-02T18:45:38.993Z Rebuild boot archive: No
1292024-04-02T18:45:38.993Z
1302024-04-02T18:45:38.993ZChanged mediators:
1312024-04-02T18:45:38.993Z mediator clang:
1322024-04-02T18:45:38.994Z version: None -> 15 (system default)
1332024-04-02T18:45:38.994Z
1342024-04-02T18:45:38.994Z mediator llvm:
1352024-04-02T18:45:38.994Z version: 14 (system default) -> 15 (system default)
1362024-04-02T18:45:38.994Z
1372024-04-02T18:45:38.994ZChanged packages:
1382024-04-02T18:45:38.994Zhelios-dev
1392024-04-02T18:45:38.994Z developer/build-essential
1402024-04-02T18:45:38.994Z None -> 11-2.0
1412024-04-02T18:45:38.994Z library/libxmlsec1
1422024-04-02T18:45:38.994Z None -> 1.2.35-2.0
1432024-04-02T18:45:38.994Z ooce/developer/clang-15
1442024-04-02T18:45:38.994Z None -> 15.0.7-2.0
1452024-04-02T18:45:38.994Z ooce/developer/llvm-15
1462024-04-02T18:45:38.994Z None -> 15.0.7-2.0
1472024-04-02T18:45:38.994Z
1482024-04-02T18:45:38.994ZServices:
1492024-04-02T18:45:38.994Z restart_fmri:
1502024-04-02T18:45:38.994Z svc:/system/update-man-index:default
1512024-04-02T18:45:39.077Z
1522024-04-02T18:45:39.077ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-04-02T18:45:44.079ZDownload: 1383/3290 items 103.9/212.6MB 48% complete (21.0M/s)
1542024-04-02T18:45:53.743ZDownload: 3234/3290 items 172.8/212.6MB 81% complete (17.2M/s)
1552024-04-02T18:45:53.743ZDownload: Completed 212.60 MB in 11.51 seconds (18.5M/s)
1562024-04-02T18:45:53.743Z Actions: 1/3689 actions (Installing new actions)
1572024-04-02T18:45:56.158Z Actions: 3560/3689 actions (Installing new actions)
1582024-04-02T18:45:56.596Z Actions: Completed 3689 actions in 5.50 seconds.
1592024-04-02T18:45:56.788Z Done (0.191s)
1602024-04-02T18:45:56.788Z Done (0.000s)
1612024-04-02T18:45:57.036Z Done (0.252s)
1622024-04-02T18:46:03.090Z Done (5.912s)
1632024-04-02T18:46:03.292Z Done (0.130s)
1642024-04-02T18:46:03.296Z Done (0.000s)
1652024-04-02T18:46:03.467Z Done (0.000s)
1662024-04-02T18:46:03.989ZPlanning: Evaluating mediator changes ... Done
1672024-04-02T18:46:04.150ZPlanning: Checking for conflicting actions ... Done
1682024-04-02T18:46:04.166ZPlanning: Consolidating action changes ... Done
1692024-04-02T18:46:04.423ZPlanning: Evaluating mediators ... Done
1702024-04-02T18:46:04.427ZPlanning: Planning completed in 0.43 seconds
1712024-04-02T18:46:04.457Z Mediators to change: 2
1722024-04-02T18:46:04.457Z Create boot environment: No
1732024-04-02T18:46:04.462ZCreate backup boot environment: No
1742024-04-02T18:46:04.524Z Done
1752024-04-02T18:46:04.524Z Done
1762024-04-02T18:46:04.671Z Done
1772024-04-02T18:46:08.289Z Done
1782024-04-02T18:46:08.377Z Done
1792024-04-02T18:46:08.380Z Done
1802024-04-02T18:46:08.519Z Done
1812024-04-02T18:46:09.172ZPlanning: Evaluating mediator changes ... Done
1822024-04-02T18:46:09.193ZPlanning: Merging actions ... Done
1832024-04-02T18:46:09.356ZPlanning: Checking for conflicting actions ... Done
1842024-04-02T18:46:09.360ZPlanning: Consolidating action changes ... Done
1852024-04-02T18:46:09.621ZPlanning: Evaluating mediators ... Done
1862024-04-02T18:46:09.677ZPlanning: Planning completed in 0.79 seconds
1872024-04-02T18:46:09.713Z Packages to change: 1
1882024-04-02T18:46:09.713Z Mediators to change: 1
1892024-04-02T18:46:09.713Z Services to change: 1
1902024-04-02T18:46:09.716Z Create boot environment: No
1912024-04-02T18:46:09.716ZCreate backup boot environment: Yes
1922024-04-02T18:46:11.615Z Actions: 1/6 actions (Updating modified actions)
1932024-04-02T18:46:11.622Z Actions: Completed 6 actions in 0.00 seconds.
1942024-04-02T18:46:11.622Z Done
1952024-04-02T18:46:11.622Z Done
1962024-04-02T18:46:11.667Z Done
1972024-04-02T18:46:15.277Z Done
1982024-04-02T18:46:15.777Z Done
1992024-04-02T18:46:15.780Z Done
2002024-04-02T18:46:15.780Z Done
2012024-04-02T18:46:15.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-04-02T18:46:15.943Zclang system 15 system
2032024-04-02T18:46:15.943Zcsh system system illumos
2042024-04-02T18:46:15.944Zctags system system illumos
2052024-04-02T18:46:15.944Zgcc vendor 12 vendor
2062024-04-02T18:46:15.944Zgcc system 10 system
2072024-04-02T18:46:15.944Zgcc system 7 system
2082024-04-02T18:46:15.944Zgo system 1.20 system
2092024-04-02T18:46:15.944Zgo system 1.19 system
2102024-04-02T18:46:15.944Zllvm system 15 system
2112024-04-02T18:46:15.944Zllvm system 14 system
2122024-04-02T18:46:15.944Zmariadb system 10.6 system
2132024-04-02T18:46:15.945Zmta vendor vendor dma
2142024-04-02T18:46:15.945Zopenjdk system 17 system
2152024-04-02T18:46:15.945Zopenjdk system 11 system
2162024-04-02T18:46:15.945Zopenjdk system 1.8 system
2172024-04-02T18:46:15.945Zopenssl vendor 3 vendor
2182024-04-02T18:46:15.945Zperl system 5.36 system
2192024-04-02T18:46:15.945Zpostgresql system 15 system
2202024-04-02T18:46:15.946Zpostgresql system 13 system
2212024-04-02T18:46:15.946Zpython vendor 3 vendor
2222024-04-02T18:46:15.946Zpython system 2 system
2232024-04-02T18:46:15.946Zpython3 system 3.11 system
2242024-04-02T18:46:15.946Zruby system 3.0 system
2252024-04-02T18:46:15.946Zwords vendor vendor american-english
2262024-04-02T18:46:15.946Zwords system system australian-english
2272024-04-02T18:46:15.946Zwords system system british-english
2282024-04-02T18:46:15.947Zwords system system canadian-english
2292024-04-02T18:46:15.947Zwords system system french
2302024-04-02T18:46:15.947Zwords system system italian
2312024-04-02T18:46:15.947Zwords system system ngerman
2322024-04-02T18:46:15.947Zwords system system ogerman
2332024-04-02T18:46:15.947Zwords system system spanish
2342024-04-02T18:46:16.270ZPUBLISHER TYPE STATUS P LOCATION
2352024-04-02T18:46:16.270Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-04-02T18:46:17.534ZFMRI IFO
2372024-04-02T18:46:17.535Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-04-02T18:46:17.535Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-04-02T18:46:17.535Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-04-02T18:46:17.535Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-04-02T18:46:17.535Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-04-02T18:46:17.536Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-04-02T18:46:17.536Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-04-02T18:46:17.536Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-04-02T18:46:17.536Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-04-02T18:46:17.536Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-04-02T18:46:17.536Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-04-02T18:46:17.536Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-04-02T18:46:17.765Z+ set -o errexit
2502024-04-02T18:46:17.770Z+++ dirname ./tools/ci_download_cockroachdb
2512024-04-02T18:46:17.770Z++ cd ./tools
2522024-04-02T18:46:17.770Z++ pwd
2532024-04-02T18:46:17.776Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-04-02T18:46:17.777Z++ basename ./tools/ci_download_cockroachdb
2552024-04-02T18:46:17.777Z+ ARG0=ci_download_cockroachdb
2562024-04-02T18:46:17.777Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-04-02T18:46:17.789Z+ CIDL_VERSION=v22.1.9
2582024-04-02T18:46:17.790Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-04-02T18:46:17.790Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-04-02T18:46:17.790Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-04-02T18:46:17.791Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-04-02T18:46:17.791Z+ TARGET_DIR=out
2632024-04-02T18:46:17.791Z+ DOWNLOAD_DIR=out/downloads
2642024-04-02T18:46:17.792Z+ DEST_DIR=./out/cockroachdb
2652024-04-02T18:46:17.792Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-04-02T18:46:17.792Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-04-02T18:46:17.792Z+ main
2682024-04-02T18:46:17.792Z+ [[ 0 != 0 ]]
2692024-04-02T18:46:17.792Z+ CIDL_OS=solaris2.11
2702024-04-02T18:46:17.792Z+ [[ 0 != 0 ]]
2712024-04-02T18:46:17.792Z+ configure_os solaris2.11
2722024-04-02T18:46:17.793Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-04-02T18:46:17.793Zcurrent directory: /work/oxidecomputer/omicron
2742024-04-02T18:46:17.793Z+ echo 'configuring based on OS: "solaris2.11"'
2752024-04-02T18:46:17.793Z+ case "$1" in
2762024-04-02T18:46:17.793Zconfiguring based on OS: "solaris2.11"
2772024-04-02T18:46:17.794Z+ CIDL_BUILD=illumos
2782024-04-02T18:46:17.794Z+ CIDL_SUFFIX=tar.gz
2792024-04-02T18:46:17.794Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-04-02T18:46:17.794Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-04-02T18:46:17.794Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-04-02T18:46:17.794Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-04-02T18:46:17.795Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-04-02T18:46:17.795Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-02T18:46:17.795Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-04-02T18:46:17.795Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-02T18:46:17.796Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-04-02T18:46:17.796Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-02T18:46:17.796ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-02T18:46:17.797ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-04-02T18:46:17.797Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-04-02T18:46:17.797Z+ mkdir -p out/downloads
2932024-04-02T18:46:17.797Z+ mkdir -p ./out/cockroachdb
2942024-04-02T18:46:17.797Z+ local DO_DOWNLOAD=true
2952024-04-02T18:46:17.798Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-04-02T18:46:17.798Z+ '[' true == true ']'
2972024-04-02T18:46:17.798Z+ echo Downloading...
2982024-04-02T18:46:17.798ZDownloading...
2992024-04-02T18:46:17.798Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-02T18:46:17.799Z+ 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
3012024-04-02T18:46:20.505Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-02T18:46:20.513Z++ sha256sum
3032024-04-02T18:46:20.513Z++ awk '{print $1}'
3042024-04-02T18:46:20.644Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-04-02T18:46:20.645Z+ [[ 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 ]]
3062024-04-02T18:46:20.652Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-02T18:46:20.652Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-04-02T18:46:22.822Z+ do_assemble_illumos
3092024-04-02T18:46:22.822Z+ rm -r ./out/cockroachdb
3102024-04-02T18:46:22.827Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-04-02T18:46:23.209Z+ ./out/cockroachdb/bin/cockroach version
3122024-04-02T18:46:23.389ZBuild Tag: v22.1.9-dirty
3132024-04-02T18:46:23.389ZBuild Time: 2022/10/26 21:17:46
3142024-04-02T18:46:23.389ZDistribution: OSS
3152024-04-02T18:46:23.389ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-04-02T18:46:23.389ZGo Version: go1.17.13
3172024-04-02T18:46:23.390ZC Compiler: gcc 10.3.0
3182024-04-02T18:46:23.390ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-04-02T18:46:23.390ZBuild Type: release
3202024-04-02T18:46:23.405Z+ set -o errexit
3212024-04-02T18:46:23.408Z+++ dirname ./tools/ci_download_clickhouse
3222024-04-02T18:46:23.411Z++ cd ./tools
3232024-04-02T18:46:23.411Z++ pwd
3242024-04-02T18:46:23.411Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-04-02T18:46:23.411Z++ basename ./tools/ci_download_clickhouse
3262024-04-02T18:46:23.415Z+ ARG0=ci_download_clickhouse
3272024-04-02T18:46:23.415Z+ TARGET_DIR=out
3282024-04-02T18:46:23.415Z+ DOWNLOAD_DIR=out/downloads
3292024-04-02T18:46:23.415Z+ DEST_DIR=./out/clickhouse
3302024-04-02T18:46:23.415Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-04-02T18:46:23.415Z+ CIDL_VERSION=v23.8.7.24
3322024-04-02T18:46:23.415Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-04-02T18:46:23.415Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-04-02T18:46:23.415Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-04-02T18:46:23.415Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-04-02T18:46:23.416Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-04-02T18:46:23.416Z+ main
3382024-04-02T18:46:23.416Z+ [[ 0 != 0 ]]
3392024-04-02T18:46:23.416Z+ CIDL_OS=solaris2.11
3402024-04-02T18:46:23.416Z+ [[ 0 != 0 ]]
3412024-04-02T18:46:23.416Z+ configure_os solaris2.11
3422024-04-02T18:46:23.419Zcurrent directory: /work/oxidecomputer/omicron
3432024-04-02T18:46:23.419Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442024-04-02T18:46:23.419Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-04-02T18:46:23.419Zconfiguring based on OS: "solaris2.11"
3462024-04-02T18:46:23.420Z+ CIDL_DASHREV=
3472024-04-02T18:46:23.420Z+ case "$1" in
3482024-04-02T18:46:23.420Z+ CIDL_PLATFORM=illumos
3492024-04-02T18:46:23.420Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-04-02T18:46:23.420Z+ CIDL_MD5FUNC=do_md5sum
3512024-04-02T18:46:23.420Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-04-02T18:46:23.420Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-02T18:46:23.420Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-02T18:46:23.420Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-02T18:46:23.420Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-04-02T18:46:23.420ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-02T18:46:23.420Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-04-02T18:46:23.420ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-02T18:46:23.420Z+ mkdir -p out/downloads
3602024-04-02T18:46:23.420Z+ mkdir -p ./out/clickhouse
3612024-04-02T18:46:23.420Z+ local DO_DOWNLOAD=true
3622024-04-02T18:46:23.420Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-04-02T18:46:23.420Z+ '[' true == true ']'
3642024-04-02T18:46:23.420Z+ echo Downloading...
3652024-04-02T18:46:23.421ZDownloading...
3662024-04-02T18:46:23.421Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-04-02T18:46:23.421Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-04-02T18:46:25.012Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-04-02T18:46:25.015Z++ md5sum
3702024-04-02T18:46:25.015Z++ awk '{print $1}'
3712024-04-02T18:46:25.260Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-02T18:46:25.260Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3732024-04-02T18:46:25.268Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-04-02T18:46:25.268Z+ mkdir -p ./out/clickhouse
3752024-04-02T18:46:25.269Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-04-02T18:46:29.065Z+ [[ solaris2.11 == darwin* ]]
3772024-04-02T18:46:29.065Z+ ./out/clickhouse/clickhouse server --version
3782024-04-02T18:46:29.461ZClickHouse server version 23.8.7.1.
3792024-04-02T18:46:29.480Z+ set -o errexit
3802024-04-02T18:46:29.485Z+++ dirname ./tools/ci_download_console
3812024-04-02T18:46:29.485Z++ cd ./tools
3822024-04-02T18:46:29.485Z++ pwd
3832024-04-02T18:46:29.485Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-04-02T18:46:29.486Z++ basename ./tools/ci_download_console
3852024-04-02T18:46:29.486Z+ ARG0=ci_download_console
3862024-04-02T18:46:29.486Z+ TARGET_DIR=out
3872024-04-02T18:46:29.486Z+ DOWNLOAD_DIR=out/downloads
3882024-04-02T18:46:29.486Z+ DEST_DIR=./out/console-assets
3892024-04-02T18:46:29.486Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-04-02T18:46:29.486Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3912024-04-02T18:46:29.487Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3922024-04-02T18:46:29.487Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3932024-04-02T18:46:29.487Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-04-02T18:46:29.487Z+ main
3952024-04-02T18:46:29.487Z+ [[ 0 != 0 ]]
3962024-04-02T18:46:29.487Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3972024-04-02T18:46:29.487ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3982024-04-02T18:46:29.487Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-04-02T18:46:29.488ZLocal file: out/downloads/console.tar.gz
4002024-04-02T18:46:29.488Z+ local DO_DOWNLOAD=true
4012024-04-02T18:46:29.488Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-04-02T18:46:29.488Z+ mkdir -p out/downloads
4032024-04-02T18:46:29.488Z+ '[' true == true ']'
4042024-04-02T18:46:29.488Z+ echo Downloading...
4052024-04-02T18:46:29.488ZDownloading...
4062024-04-02T18:46:29.489Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4072024-04-02T18:46:29.489Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4082024-04-02T18:46:29.946Z++ do_sha256sum out/downloads/console.tar.gz
4092024-04-02T18:46:29.949Z++ case "$OSTYPE" in
4102024-04-02T18:46:29.950Z++ SHA=sha256sum
4112024-04-02T18:46:29.950Z++ sha256sum
4122024-04-02T18:46:29.950Z++ awk '{print $1}'
4132024-04-02T18:46:29.958Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4142024-04-02T18:46:29.964Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4152024-04-02T18:46:29.964Z+ rm -rf ./out/console-assets
4162024-04-02T18:46:29.964Z+ mkdir -p ./out/console-assets
4172024-04-02T18:46:29.964Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-04-02T18:46:29.964Z+ mkdir -p ./out/console-assets
4192024-04-02T18:46:29.965Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-04-02T18:46:30.053Z+ set -o errexit
4212024-04-02T18:46:30.057Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-04-02T18:46:30.057Z++ cd ./tools
4232024-04-02T18:46:30.058Z++ pwd
4242024-04-02T18:46:30.062Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-04-02T18:46:30.062Z++ basename ./tools/ci_download_maghemite_openapi
4262024-04-02T18:46:30.062Z+ ARG0=ci_download_maghemite_openapi
4272024-04-02T18:46:30.062Z+ TARGET_DIR=out
4282024-04-02T18:46:30.062Z+ DOWNLOAD_DIR=out/downloads
4292024-04-02T18:46:30.062Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-04-02T18:46:30.063Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-04-02T18:46:30.063Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-04-02T18:46:30.063Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-04-02T18:46:30.063Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-04-02T18:46:30.063Z+ main
4352024-04-02T18:46:30.063Z+ rm -rf out/downloads/root
4362024-04-02T18:46:30.067Z+ [[ 0 != 0 ]]
4372024-04-02T18:46:30.067Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-04-02T18:46:30.067ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-04-02T18:46:30.068Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-04-02T18:46:30.068ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-04-02T18:46:30.068Z+ local DO_DOWNLOAD=true
4422024-04-02T18:46:30.068Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-04-02T18:46:30.068Z+ mkdir -p out/downloads
4442024-04-02T18:46:30.068Z+ '[' true == true ']'
4452024-04-02T18:46:30.068Z+ echo Downloading...
4462024-04-02T18:46:30.069ZDownloading...
4472024-04-02T18:46:30.069Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-02T18:46:30.069Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4492024-04-02T18:46:30.284Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-04-02T18:46:30.284Z++ case "$OSTYPE" in
4512024-04-02T18:46:30.288Z++ SHA=sha256sum
4522024-04-02T18:46:30.288Z++ sha256sum
4532024-04-02T18:46:30.288Z++ awk '{print $1}'
4542024-04-02T18:46:30.292Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-04-02T18:46:30.292Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4562024-04-02T18:46:30.292Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-04-02T18:46:30.292Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-04-02T18:46:30.292Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-04-02T18:46:30.292Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-04-02T18:46:30.292Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-02T18:46:30.292Z+ main
4622024-04-02T18:46:30.293Z+ rm -rf out/downloads/root
4632024-04-02T18:46:30.293Z+ [[ 0 != 0 ]]
4642024-04-02T18:46:30.293Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-04-02T18:46:30.293ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-04-02T18:46:30.293Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-04-02T18:46:30.293Z+ local DO_DOWNLOAD=true
4682024-04-02T18:46:30.293ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-02T18:46:30.293Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-04-02T18:46:30.293Z+ mkdir -p out/downloads
4712024-04-02T18:46:30.297Z+ '[' true == true ']'
4722024-04-02T18:46:30.297Z+ echo Downloading...
4732024-04-02T18:46:30.297ZDownloading...
4742024-04-02T18:46:30.298Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-02T18:46:30.298Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4762024-04-02T18:46:30.404Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-02T18:46:30.409Z++ case "$OSTYPE" in
4782024-04-02T18:46:30.409Z++ SHA=sha256sum
4792024-04-02T18:46:30.409Z++ sha256sum
4802024-04-02T18:46:30.409Z++ awk '{print $1}'
4812024-04-02T18:46:30.418Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-04-02T18:46:30.418Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4832024-04-02T18:46:30.423Z+ set -o errexit
4842024-04-02T18:46:30.423Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-04-02T18:46:30.423Z++ cd ./tools
4862024-04-02T18:46:30.423Z++ pwd
4872024-04-02T18:46:30.423Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-04-02T18:46:30.429Z++ basename ./tools/ci_download_dendrite_openapi
4892024-04-02T18:46:30.429Z+ ARG0=ci_download_dendrite_openapi
4902024-04-02T18:46:30.429Z+ TARGET_DIR=out
4912024-04-02T18:46:30.429Z+ DOWNLOAD_DIR=out/downloads
4922024-04-02T18:46:30.429Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-04-02T18:46:30.429Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4942024-04-02T18:46:30.429Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-04-02T18:46:30.429Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4962024-04-02T18:46:30.430Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4972024-04-02T18:46:30.430Z+ main
4982024-04-02T18:46:30.430Z+ [[ 0 != 0 ]]
4992024-04-02T18:46:30.430Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5002024-04-02T18:46:30.430ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5012024-04-02T18:46:30.430ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5022024-04-02T18:46:30.430Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5032024-04-02T18:46:30.430Z+ local DO_DOWNLOAD=true
5042024-04-02T18:46:30.430Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5052024-04-02T18:46:30.430Z+ mkdir -p out/downloads
5062024-04-02T18:46:30.430Z+ '[' true == true ']'
5072024-04-02T18:46:30.431Z+ echo Downloading...
5082024-04-02T18:46:30.431ZDownloading...
5092024-04-02T18:46:30.431Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-02T18:46:30.431Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5112024-04-02T18:46:30.533Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-02T18:46:30.533Z++ case "$OSTYPE" in
5132024-04-02T18:46:30.533Z++ SHA=sha256sum
5142024-04-02T18:46:30.536Z++ sha256sum
5152024-04-02T18:46:30.536Z++ awk '{print $1}'
5162024-04-02T18:46:30.539Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-04-02T18:46:30.539Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5182024-04-02T18:46:30.546Z+ set -o errexit
5192024-04-02T18:46:30.549Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-04-02T18:46:30.552Z++ cd ./tools
5212024-04-02T18:46:30.552Z++ pwd
5222024-04-02T18:46:30.552Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-04-02T18:46:30.552Z++ basename ./tools/ci_download_dendrite_stub
5242024-04-02T18:46:30.552Z+ ARG0=ci_download_dendrite_stub
5252024-04-02T18:46:30.556Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-04-02T18:46:30.556Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5272024-04-02T18:46:30.556Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5282024-04-02T18:46:30.556Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5292024-04-02T18:46:30.556Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-04-02T18:46:30.556Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5312024-04-02T18:46:30.557Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-04-02T18:46:30.557Z+ TARGET_DIR=out
5332024-04-02T18:46:30.557Z+ DOWNLOAD_DIR=out/downloads
5342024-04-02T18:46:30.557Z+ DEST_DIR=./out/dendrite-stub
5352024-04-02T18:46:30.557Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-04-02T18:46:30.557Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-04-02T18:46:30.557Z+ REPO=oxidecomputer/dendrite
5382024-04-02T18:46:30.557Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5392024-04-02T18:46:30.557Z+ main
5402024-04-02T18:46:30.557Z+ [[ 0 != 0 ]]
5412024-04-02T18:46:30.557Z+ CIDL_OS=solaris2.11
5422024-04-02T18:46:30.557Z+ [[ 0 != 0 ]]
5432024-04-02T18:46:30.557Z+ configure_os solaris2.11
5442024-04-02T18:46:30.557Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-04-02T18:46:30.557Zcurrent directory: /work/oxidecomputer/omicron
5462024-04-02T18:46:30.558Z+ echo 'configuring based on OS: "solaris2.11"'
5472024-04-02T18:46:30.558Zconfiguring based on OS: "solaris2.11"
5482024-04-02T18:46:30.558Z+ case "$1" in
5492024-04-02T18:46:30.558Z+ SET_BINARIES=
5502024-04-02T18:46:30.558Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5512024-04-02T18:46:30.558Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-04-02T18:46:30.558Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-04-02T18:46:30.558Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-02T18:46:30.558Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-04-02T18:46:30.558Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5562024-04-02T18:46:30.558ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5572024-04-02T18:46:30.558Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5582024-04-02T18:46:30.558Z+ mkdir -p out/downloads
5592024-04-02T18:46:30.558ZLocal file: out/downloads/dendrite-stub.tar.gz
5602024-04-02T18:46:30.559Z+ mkdir -p ./out/dendrite-stub
5612024-04-02T18:46:30.562Z+ fetch_and_verify
5622024-04-02T18:46:30.563Z+ local DO_DOWNLOAD=true
5632024-04-02T18:46:30.563Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-04-02T18:46:30.563Z+ '[' true == true ']'
5652024-04-02T18:46:30.563Z+ echo Downloading...
5662024-04-02T18:46:30.563ZDownloading...
5672024-04-02T18:46:30.563Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-04-02T18:46:30.563Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5692024-04-02T18:46:36.568Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-04-02T18:46:36.572Z++ sha256sum
5712024-04-02T18:46:36.572Z++ awk '{print $1}'
5722024-04-02T18:46:36.592Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5732024-04-02T18:46:36.595Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5742024-04-02T18:46:36.595Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-04-02T18:46:36.595Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-04-02T18:46:37.972Z+ do_assemble
5772024-04-02T18:46:37.972Z+ rm -r ./out/dendrite-stub
5782024-04-02T18:46:38.022Z+ mkdir ./out/dendrite-stub
5792024-04-02T18:46:38.022Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-04-02T18:46:38.022Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-04-02T18:46:38.022Z+ set -o errexit
5822024-04-02T18:46:38.022Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-04-02T18:46:38.022Z++ cd ./tools
5842024-04-02T18:46:38.023Z++ pwd
5852024-04-02T18:46:38.023Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-04-02T18:46:38.023Z++ basename ./tools/ci_download_maghemite_mgd
5872024-04-02T18:46:38.023Z+ ARG0=ci_download_maghemite_mgd
5882024-04-02T18:46:38.023Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-04-02T18:46:38.023Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5902024-04-02T18:46:38.023Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5912024-04-02T18:46:38.024Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-04-02T18:46:38.024Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5932024-04-02T18:46:38.024Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5942024-04-02T18:46:38.024Z+ TARGET_DIR=out
5952024-04-02T18:46:38.025Z+ DOWNLOAD_DIR=out/downloads
5962024-04-02T18:46:38.025Z+ DEST_DIR=./out/mgd
5972024-04-02T18:46:38.025Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-04-02T18:46:38.025Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-04-02T18:46:38.025Z+ REPO=oxidecomputer/maghemite
6002024-04-02T18:46:38.025Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6012024-04-02T18:46:38.025Z+ main
6022024-04-02T18:46:38.026Z+ rm -rf out/downloads/root
6032024-04-02T18:46:38.026Z+ [[ 0 != 0 ]]
6042024-04-02T18:46:38.026Z+ CIDL_OS=solaris2.11
6052024-04-02T18:46:38.026Z+ [[ 0 != 0 ]]
6062024-04-02T18:46:38.026Z+ configure_os solaris2.11
6072024-04-02T18:46:38.026Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-04-02T18:46:38.026Zcurrent directory: /work/oxidecomputer/omicron
6092024-04-02T18:46:38.026Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-04-02T18:46:38.027Z+ case "$1" in
6112024-04-02T18:46:38.027Zconfiguring based on OS: "solaris2.11"
6122024-04-02T18:46:38.027Z+ SET_BINARIES=
6132024-04-02T18:46:38.027Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-04-02T18:46:38.027Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-04-02T18:46:38.027Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-04-02T18:46:38.027Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-04-02T18:46:38.028Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6182024-04-02T18:46:38.028ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6192024-04-02T18:46:38.028Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6202024-04-02T18:46:38.028Z+ mkdir -p out/downloads
6212024-04-02T18:46:38.029ZLocal file: out/downloads/mgd.tar.gz
6222024-04-02T18:46:38.029Z+ mkdir -p ./out/mgd
6232024-04-02T18:46:38.029Z+ fetch_and_verify
6242024-04-02T18:46:38.029Z+ local DO_DOWNLOAD=true
6252024-04-02T18:46:38.029Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-04-02T18:46:38.029Z+ '[' true == true ']'
6272024-04-02T18:46:38.029Z+ echo Downloading...
6282024-04-02T18:46:38.030ZDownloading...
6292024-04-02T18:46:38.030Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-04-02T18:46:38.030Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6312024-04-02T18:46:43.142Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-04-02T18:46:43.147Z++ sha256sum
6332024-04-02T18:46:43.147Z++ awk '{print $1}'
6342024-04-02T18:46:43.162Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6352024-04-02T18:46:43.166Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6362024-04-02T18:46:43.167Z+ do_untar out/downloads/mgd.tar.gz
6372024-04-02T18:46:43.167Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-04-02T18:46:43.772Z+ do_assemble
6392024-04-02T18:46:43.772Z+ rm -r ./out/mgd
6402024-04-02T18:46:43.796Z+ mkdir ./out/mgd
6412024-04-02T18:46:43.796Z+ cp -r out/downloads/root ./out/mgd/root
6422024-04-02T18:46:43.943Z+ set -o errexit
6432024-04-02T18:46:43.944Z+++ dirname ./tools/ci_download_transceiver_control
6442024-04-02T18:46:43.944Z++ cd ./tools
6452024-04-02T18:46:43.944Z++ pwd
6462024-04-02T18:46:43.944Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-04-02T18:46:43.944Z++ basename ./tools/ci_download_transceiver_control
6482024-04-02T18:46:43.944Z+ ARG0=ci_download_transceiver_control
6492024-04-02T18:46:43.944Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-04-02T18:46:43.945Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-04-02T18:46:43.945Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-04-02T18:46:43.945Z+ TARGET_DIR=out
6532024-04-02T18:46:43.945Z+ DOWNLOAD_DIR=out/downloads
6542024-04-02T18:46:43.945Z+ DEST_DIR=./out/transceiver-control
6552024-04-02T18:46:43.945Z+ BIN_DIR=/opt/oxide/bin
6562024-04-02T18:46:43.945Z+ BINARY=xcvradm
6572024-04-02T18:46:43.945Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-04-02T18:46:43.946Z+ REPO=oxidecomputer/transceiver-control
6592024-04-02T18:46:43.946Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-04-02T18:46:43.946Z+ main
6612024-04-02T18:46:43.946Z+ [[ 0 != 0 ]]
6622024-04-02T18:46:43.946Z+ CIDL_OS=solaris2.11
6632024-04-02T18:46:43.946Z+ [[ 0 != 0 ]]
6642024-04-02T18:46:43.946Z+ configure_os solaris2.11
6652024-04-02T18:46:43.947Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-04-02T18:46:43.947Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-04-02T18:46:43.947Zcurrent directory: /work/oxidecomputer/omicron
6682024-04-02T18:46:43.947Zconfiguring based on OS: "solaris2.11"
6692024-04-02T18:46:43.947Z+ case "$1" in
6702024-04-02T18:46:43.947Z+ SET_BINARIES=
6712024-04-02T18:46:43.947Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-04-02T18:46:43.947Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-04-02T18:46:43.947Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-04-02T18:46:43.947Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-04-02T18:46:43.947Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-04-02T18:46:43.948Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-04-02T18:46:43.948ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6782024-04-02T18:46:43.948Z+ echo 'Local file: out/downloads/xcvradm.gz'
6792024-04-02T18:46:43.948Z+ mkdir -p out/downloads
6802024-04-02T18:46:43.948ZLocal file: out/downloads/xcvradm.gz
6812024-04-02T18:46:43.948Z+ mkdir -p ./out/transceiver-control
6822024-04-02T18:46:43.948Z+ fetch_and_verify
6832024-04-02T18:46:43.948Z+ local DO_DOWNLOAD=true
6842024-04-02T18:46:43.948Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-04-02T18:46:43.948Z+ '[' true == true ']'
6862024-04-02T18:46:43.948Z+ echo Downloading...
6872024-04-02T18:46:43.949ZDownloading...
6882024-04-02T18:46:43.949Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-04-02T18:46:43.949Z+ 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
6902024-04-02T18:46:46.063Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-04-02T18:46:46.067Z++ sha256sum
6922024-04-02T18:46:46.067Z++ awk '{print $1}'
6932024-04-02T18:46:46.072Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-04-02T18:46:46.078Z+ [[ 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 ]]
6952024-04-02T18:46:46.078Z+ do_unpack out/downloads/xcvradm.gz
6962024-04-02T18:46:46.078Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-04-02T18:46:46.078Z+ gzip -dc out/downloads/xcvradm.gz
6982024-04-02T18:46:46.207Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-04-02T18:46:46.212Z+ do_assemble
7002024-04-02T18:46:46.212Z+ rm -r ./out/transceiver-control
7012024-04-02T18:46:46.212Z+ mkdir ./out/transceiver-control
7022024-04-02T18:46:46.212Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-04-02T18:46:46.313Z+ set -o errexit
7042024-04-02T18:46:46.317Z+++ dirname ./tools/ci_download_thundermuffin
7052024-04-02T18:46:46.320Z++ cd ./tools
7062024-04-02T18:46:46.320Z++ pwd
7072024-04-02T18:46:46.320Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-04-02T18:46:46.320Z++ basename ./tools/ci_download_thundermuffin
7092024-04-02T18:46:46.326Z+ ARG0=ci_download_thundermuffin
7102024-04-02T18:46:46.326Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-04-02T18:46:46.326Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-04-02T18:46:46.326Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-04-02T18:46:46.326Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-04-02T18:46:46.326Z+ TARGET_DIR=out
7152024-04-02T18:46:46.326Z+ DOWNLOAD_DIR=out/downloads
7162024-04-02T18:46:46.327Z+ DEST_DIR=./out/thundermuffin
7172024-04-02T18:46:46.327Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-04-02T18:46:46.327Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-04-02T18:46:46.327Z+ REPO=oxidecomputer/thundermuffin
7202024-04-02T18:46:46.327Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-04-02T18:46:46.327Z+ main
7222024-04-02T18:46:46.327Z+ rm -rf out/downloads/root
7232024-04-02T18:46:46.330Z+ [[ 0 != 0 ]]
7242024-04-02T18:46:46.330Z+ CIDL_OS=solaris2.11
7252024-04-02T18:46:46.330Z+ [[ 0 != 0 ]]
7262024-04-02T18:46:46.330Z+ configure_os solaris2.11
7272024-04-02T18:46:46.330Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-04-02T18:46:46.330Zcurrent directory: /work/oxidecomputer/omicron
7292024-04-02T18:46:46.330Z+ echo 'configuring based on OS: "solaris2.11"'
7302024-04-02T18:46:46.330Z+ case "$1" in
7312024-04-02T18:46:46.331Zconfiguring based on OS: "solaris2.11"
7322024-04-02T18:46:46.331Z+ SET_BINARIES=
7332024-04-02T18:46:46.331Z+ CIDL_SHA256FUNC=do_sha256sum
7342024-04-02T18:46:46.331Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7352024-04-02T18:46:46.331Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-04-02T18:46:46.331Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-04-02T18:46:46.331Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-04-02T18:46:46.331Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-04-02T18:46:46.331ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-04-02T18:46:46.331ZLocal file: out/downloads/thundermuffin.tar.gz
7412024-04-02T18:46:46.331Z+ mkdir -p out/downloads
7422024-04-02T18:46:46.335Z+ mkdir -p ./out/thundermuffin
7432024-04-02T18:46:46.335Z+ fetch_and_verify
7442024-04-02T18:46:46.335Z+ local DO_DOWNLOAD=true
7452024-04-02T18:46:46.335Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-04-02T18:46:46.335Z+ '[' true == true ']'
7472024-04-02T18:46:46.335Z+ echo Downloading...
7482024-04-02T18:46:46.335ZDownloading...
7492024-04-02T18:46:46.335Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-04-02T18:46:46.335Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7512024-04-02T18:46:47.052Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-04-02T18:46:47.063Z++ sha256sum
7532024-04-02T18:46:47.063Z++ awk '{print $1}'
7542024-04-02T18:46:47.078Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-04-02T18:46:47.078Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7562024-04-02T18:46:47.079Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-04-02T18:46:47.079Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-04-02T18:46:47.124Z+ do_assemble
7592024-04-02T18:46:47.124Z+ rm -r ./out/thundermuffin
7602024-04-02T18:46:47.127Z+ mkdir ./out/thundermuffin
7612024-04-02T18:46:47.130Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-04-02T18:46:47.139ZAll prerequisites installed successfully
7632024-04-02T18:46:47.142Z
7642024-04-02T18:46:47.142Zreal 1:38.958683357
7652024-04-02T18:46:47.142Zuser 37.343027380
7662024-04-02T18:46:47.142Zsys 6.870374533
7672024-04-02T18:46:47.142Ztrap 0.008682467
7682024-04-02T18:46:47.142Ztflt 0.256999995
7692024-04-02T18:46:47.143Zdflt 0.791519763
7702024-04-02T18:46:47.143Zkflt 0.238836825
7712024-04-02T18:46:47.143Zlock 0.952885504
7722024-04-02T18:46:47.143Zslp 3:08.842798823
7732024-04-02T18:46:47.143Zlat 1.993750164
7742024-04-02T18:46:47.143Zstop 0.139826381
7752024-04-02T18:46:47.143Z+ ptime -m ./tools/ci_download_softnpu_machinery
7762024-04-02T18:46:47.151Zfetching npuzone
7772024-04-02T18:46:47.163ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7782024-04-02T18:46:47.163Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7792024-04-02T18:46:47.169ZGetting hash for npuzone
7802024-04-02T18:46:47.242Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7812024-04-02T18:46:56.667Znpuzone downloaded successfully
7822024-04-02T18:46:56.671Z
7832024-04-02T18:46:56.674Zreal 9.525876008
7842024-04-02T18:46:56.674Zuser 0.369400773
7852024-04-02T18:46:56.674Zsys 0.137483946
7862024-04-02T18:46:56.674Ztrap 0.000078253
7872024-04-02T18:46:56.674Ztflt 0.000000000
7882024-04-02T18:46:56.674Zdflt 0.000000000
7892024-04-02T18:46:56.675Zkflt 0.000000000
7902024-04-02T18:46:56.675Zlock 0.000000000
7912024-04-02T18:46:56.675Zslp 27.937723847
7922024-04-02T18:46:56.675Zlat 0.101418450
7932024-04-02T18:46:56.675Zstop 0.000180645
7942024-04-02T18:46:56.675Z+ export CARGO_INCREMENTAL=0
7952024-04-02T18:46:56.675Z+ CARGO_INCREMENTAL=0
7962024-04-02T18:46:56.675Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7972024-04-02T18:46:56.887Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7982024-04-02T18:46:57.821Z Updating git repository `https://github.com/oxidecomputer/samael`
7992024-04-02T18:46:58.641Z Updating git repository `https://github.com/oxidecomputer/zone`
8002024-04-02T18:46:59.323Z Updating crates.io index
8012024-04-02T18:46:59.471Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8022024-04-02T18:47:01.769Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8032024-04-02T18:47:03.299Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8042024-04-02T18:47:07.430Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-04-02T18:47:09.948Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8062024-04-02T18:47:10.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072024-04-02T18:47:13.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
8082024-04-02T18:47:19.450Z Updating git repository `https://github.com/oxidecomputer/opte`
8092024-04-02T18:47:22.371Z Updating git repository `https://github.com/oxidecomputer/falcon`
8102024-04-02T18:47:26.318Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8112024-04-02T18:47:27.200Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8122024-04-02T18:47:28.711Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8132024-04-02T18:47:29.604Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8142024-04-02T18:47:31.068Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8152024-04-02T18:47:32.282Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8162024-04-02T18:47:33.045Z Updating git repository `http://github.com/oxidecomputer/tofino`
8172024-04-02T18:47:34.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8182024-04-02T18:47:35.275Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8192024-04-02T18:47:35.502Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8202024-04-02T18:47:36.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
8212024-04-02T18:47:37.374Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222024-04-02T18:47:38.118Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8232024-04-02T18:47:40.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8242024-04-02T18:47:41.135Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8252024-04-02T18:47:41.951Z Updating git repository `https://github.com/jgallagher/nix`
8262024-04-02T18:47:46.188Z Updating git repository `https://github.com/cbiffle/hubpack`
8272024-04-02T18:47:46.961Z Updating git repository `https://github.com/oxidecomputer/typify`
8282024-04-02T18:47:50.376Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292024-04-02T18:47:51.940Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302024-04-02T18:47:52.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312024-04-02T18:47:54.447Z Updating git repository `https://github.com/oxidecomputer/rfb`
8322024-04-02T18:47:56.849Z Downloading crates ...
8332024-04-02T18:47:56.856Z Downloaded adler v1.0.2
8342024-04-02T18:47:56.856Z Downloaded aead v0.5.2
8352024-04-02T18:47:56.856Z Downloaded addr2line v0.21.0
8362024-04-02T18:47:56.856Z Downloaded atty v0.2.14
8372024-04-02T18:47:56.857Z Downloaded atomicwrites v0.4.3
8382024-04-02T18:47:56.857Z Downloaded bb8 v0.8.3
8392024-04-02T18:47:56.857Z Downloaded assert_matches v1.5.0
8402024-04-02T18:47:56.857Z Downloaded array-init v0.0.4
8412024-04-02T18:47:56.857Z Downloaded anstyle-query v1.0.0
8422024-04-02T18:47:56.857Z Downloaded anstyle-parse v0.2.1
8432024-04-02T18:47:56.857Z Downloaded anstyle v1.0.6
8442024-04-02T18:47:56.857Z Downloaded crossbeam-epoch v0.9.18
8452024-04-02T18:47:56.857Z Downloaded async-recursion v1.0.5
8462024-04-02T18:47:56.857Z Downloaded ascii-canvas v3.0.0
8472024-04-02T18:47:56.857Z Downloaded ascii v1.1.0
8482024-04-02T18:47:56.857Z Downloaded hex v0.4.3
8492024-04-02T18:47:56.857Z Downloaded async-stream-impl v0.3.5
8502024-04-02T18:47:56.857Z Downloaded arrayvec v0.7.4
8512024-04-02T18:47:56.857Z Downloaded ident_case v1.0.1
8522024-04-02T18:47:56.857Z Downloaded hubpack_derive v0.1.1
8532024-04-02T18:47:56.857Z Downloaded heck v0.4.1
8542024-04-02T18:47:56.857Z Downloaded heck v0.3.3
8552024-04-02T18:47:56.857Z Downloaded heapless v0.8.0
8562024-04-02T18:47:56.857Z Downloaded hubpack v0.1.2
8572024-04-02T18:47:56.857Z Downloaded async-stream v0.3.5
8582024-04-02T18:47:56.858Z Downloaded instant v0.1.12
8592024-04-02T18:47:56.858Z Downloaded bitstruct_derive v0.1.0
8602024-04-02T18:47:56.858Z Downloaded iana-time-zone v0.1.57
8612024-04-02T18:47:56.858Z Downloaded bitstruct v0.1.1
8622024-04-02T18:47:56.858Z Downloaded indoc v1.0.9
8632024-04-02T18:47:56.858Z Downloaded humantime v2.1.0
8642024-04-02T18:47:56.858Z Downloaded httpdate v1.0.3
8652024-04-02T18:47:56.858Z Downloaded base64ct v1.6.0
8662024-04-02T18:47:56.858Z Downloaded impl-trait-for-tuples v0.2.2
8672024-04-02T18:47:56.858Z Downloaded indoc v2.0.3
8682024-04-02T18:47:56.858Z Downloaded hmac v0.12.1
8692024-04-02T18:47:56.858Z Downloaded is_ci v1.2.0
8702024-04-02T18:47:56.858Z Downloaded hyper-tls v0.5.0
8712024-04-02T18:47:56.858Z Downloaded ciborium-io v0.2.2
8722024-04-02T18:47:56.858Z Downloaded inout v0.1.3
8732024-04-02T18:47:56.858Z Downloaded colorchoice v1.0.0
8742024-04-02T18:47:56.858Z Downloaded block-padding v0.3.3
8752024-04-02T18:47:56.858Z Downloaded hyper-staticfile v0.9.5
8762024-04-02T18:47:56.858Z Downloaded http-range v0.1.5
8772024-04-02T18:47:56.858Z Downloaded httparse v1.8.0
8782024-04-02T18:47:56.858Z Downloaded http-body v0.4.5
8792024-04-02T18:47:56.859Z Downloaded new_debug_unreachable v1.0.4
8802024-04-02T18:47:56.859Z Downloaded bit-vec v0.6.3
8812024-04-02T18:47:56.859Z Downloaded cassowary v0.3.0
8822024-04-02T18:47:56.859Z Downloaded match_cfg v0.1.0
8832024-04-02T18:47:56.859Z Downloaded bitflags v1.3.2
8842024-04-02T18:47:56.859Z Downloaded convert_case v0.4.0
8852024-04-02T18:47:56.859Z Downloaded castaway v0.2.2
8862024-04-02T18:47:56.859Z Downloaded backoff v0.4.0
8872024-04-02T18:47:56.859Z Downloaded num-conv v0.1.0
8882024-04-02T18:47:56.859Z Downloaded normalize-line-endings v0.3.0
8892024-04-02T18:47:56.859Z Downloaded cobs v0.2.3
8902024-04-02T18:47:56.859Z Downloaded ciborium-ll v0.2.2
8912024-04-02T18:47:56.859Z Downloaded newtype_derive v0.1.6
8922024-04-02T18:47:56.859Z Downloaded nodrop v0.1.14
8932024-04-02T18:47:56.859Z Downloaded serde-big-array v0.4.1
8942024-04-02T18:47:56.859Z Downloaded base64 v0.21.7
8952024-04-02T18:47:56.859Z Downloaded shell-words v1.1.0
8962024-04-02T18:47:56.859Z Downloaded ipnet v2.9.0
8972024-04-02T18:47:56.859Z Downloaded ipnetwork v0.20.0
8982024-04-02T18:47:56.859Z Downloaded cipher v0.4.4
8992024-04-02T18:47:56.859Z Downloaded block-buffer v0.10.4
9002024-04-02T18:47:56.859Z Downloaded crossbeam-deque v0.8.3
9012024-04-02T18:47:56.860Z Downloaded linked-hash-map v0.5.6
9022024-04-02T18:47:56.860Z Downloaded crc-catalog v2.2.0
9032024-04-02T18:47:56.860Z Downloaded crc v3.0.1
9042024-04-02T18:47:56.860Z Downloaded macaddr v1.0.1
9052024-04-02T18:47:56.860Z Downloaded constant_time_eq v0.3.0
9062024-04-02T18:47:56.860Z Downloaded memmap v0.7.0
9072024-04-02T18:47:56.860Z Downloaded cpufeatures v0.2.12
9082024-04-02T18:47:56.860Z Downloaded colored v2.1.0
9092024-04-02T18:47:56.860Z Downloaded nibble_vec v0.1.0
9102024-04-02T18:47:56.860Z Downloaded multimap v0.10.0
9112024-04-02T18:47:56.860Z Downloaded mime v0.3.17
9122024-04-02T18:47:56.860Z Downloaded lru-cache v0.1.2
9132024-04-02T18:47:56.860Z Downloaded libsw v3.3.1
9142024-04-02T18:47:56.860Z Downloaded rustc_version v0.4.0
9152024-04-02T18:47:56.860Z Downloaded memmap2 v0.7.1
9162024-04-02T18:47:56.860Z Downloaded lru v0.12.1
9172024-04-02T18:47:56.860Z Downloaded memoffset v0.7.1
9182024-04-02T18:47:56.861Z Downloaded scopeguard v1.2.0
9192024-04-02T18:47:56.861Z Downloaded cancel-safe-futures v0.1.5
9202024-04-02T18:47:56.861Z Downloaded libefi-sys v0.1.0
9212024-04-02T18:47:56.861Z Downloaded base64 v0.22.0
9222024-04-02T18:47:56.861Z Downloaded cstr-argument v0.1.2
9232024-04-02T18:47:56.861Z Downloaded num-derive v0.4.0
9242024-04-02T18:47:56.861Z Downloaded aho-corasick v1.1.2
9252024-04-02T18:47:56.861Z Downloaded dtrace-parser v0.1.14
9262024-04-02T18:47:56.861Z Downloaded subtle v2.5.0
9272024-04-02T18:47:56.861Z Downloaded spin v0.5.2
9282024-04-02T18:47:56.861Z Downloaded toml_datetime v0.6.5
9292024-04-02T18:47:56.862Z Downloaded universal-hash v0.5.1
9302024-04-02T18:47:56.862Z Downloaded unicode-xid v0.2.4
9312024-04-02T18:47:56.862Z Downloaded termios v0.3.3
9322024-04-02T18:47:56.862Z Downloaded lock_api v0.4.10
9332024-04-02T18:47:56.866Z Downloaded unicode-width v0.1.11
9342024-04-02T18:47:56.866Z Downloaded native-tls v0.2.11
9352024-04-02T18:47:56.867Z Downloaded clap_derive v4.5.0
9362024-04-02T18:47:56.867Z Downloaded const_format_proc_macros v0.2.32
9372024-04-02T18:47:56.867Z Downloaded xattr v1.0.1
9382024-04-02T18:47:56.867Z Downloaded cookie_store v0.20.0
9392024-04-02T18:47:56.867Z Downloaded rustfmt-wrapper v0.2.0
9402024-04-02T18:47:56.867Z Downloaded zeroize_derive v1.4.2
9412024-04-02T18:47:56.867Z Downloaded num-integer v0.1.46
9422024-04-02T18:47:56.867Z Downloaded mockall v0.12.0
9432024-04-02T18:47:56.867Z Downloaded num-complex v0.4.4
9442024-04-02T18:47:56.867Z Downloaded peeking_take_while v0.1.2
9452024-04-02T18:47:56.867Z Downloaded nu-ansi-term v0.50.0
9462024-04-02T18:47:56.867Z Downloaded crypto-common v0.1.6
9472024-04-02T18:47:56.867Z Downloaded scroll v0.12.0
9482024-04-02T18:47:56.867Z Downloaded defmt v0.3.5
9492024-04-02T18:47:56.867Z Downloaded spin v0.9.8
9502024-04-02T18:47:56.867Z Downloaded indicatif v0.17.8
9512024-04-02T18:47:56.867Z Downloaded deranged v0.3.11
9522024-04-02T18:47:56.867Z Downloaded sqlparser_derive v0.2.2
9532024-04-02T18:47:56.867Z Downloaded scroll_derive v0.12.0
9542024-04-02T18:47:56.867Z Downloaded zeroize v1.7.0
9552024-04-02T18:47:56.867Z Downloaded version_check v0.9.4
9562024-04-02T18:47:56.867Z Downloaded difflib v0.4.0
9572024-04-02T18:47:56.868Z Downloaded log v0.4.21
9582024-04-02T18:47:56.868Z Downloaded foreign-types-macros v0.2.3
9592024-04-02T18:47:56.868Z Downloaded float-cmp v0.9.0
9602024-04-02T18:47:56.868Z Downloaded strum_macros v0.26.1
9612024-04-02T18:47:56.868Z Downloaded snafu-derive v0.7.5
9622024-04-02T18:47:56.868Z Downloaded tokio-rustls v0.24.1
9632024-04-02T18:47:56.868Z Downloaded futures-sink v0.3.30
9642024-04-02T18:47:56.868Z Downloaded const-oid v0.9.6
9652024-04-02T18:47:56.868Z Downloaded mockall_derive v0.12.0
9662024-04-02T18:47:56.868Z Downloaded crc32fast v1.3.2
9672024-04-02T18:47:56.868Z Downloaded indexmap v2.2.5
9682024-04-02T18:47:56.868Z Downloaded psl-types v2.0.11
9692024-04-02T18:47:56.868Z Downloaded half v2.3.1
9702024-04-02T18:47:56.868Z Downloaded subprocess v0.2.9
9712024-04-02T18:47:56.868Z Downloaded olpc-cjson v0.1.3
9722024-04-02T18:47:56.868Z Downloaded group v0.13.0
9732024-04-02T18:47:56.868Z Downloaded futures-io v0.3.30
9742024-04-02T18:47:56.868Z Downloaded blake2 v0.10.6
9752024-04-02T18:47:56.868Z Downloaded diesel_table_macro_syntax v0.1.0
9762024-04-02T18:47:56.868Z Downloaded phf v0.11.2
9772024-04-02T18:47:56.868Z Downloaded crc-any v2.4.3
9782024-04-02T18:47:56.869Z Downloaded ppv-lite86 v0.2.17
9792024-04-02T18:47:56.869Z Downloaded semver v0.11.0
9802024-04-02T18:47:56.869Z Downloaded digest v0.10.7
9812024-04-02T18:47:56.869Z Downloaded powerfmt v0.2.0
9822024-04-02T18:47:56.869Z Downloaded openssl-macros v0.1.1
9832024-04-02T18:47:56.869Z Downloaded headers-core v0.2.0
9842024-04-02T18:47:56.869Z Downloaded fastrand v2.0.1
9852024-04-02T18:47:56.869Z Downloaded slog-bunyan v2.5.0
9862024-04-02T18:47:56.869Z Downloaded slog-async v2.8.0
9872024-04-02T18:47:56.869Z Downloaded tokio-native-tls v0.3.1
9882024-04-02T18:47:56.869Z Downloaded strsim v0.10.0
9892024-04-02T18:47:56.869Z Downloaded pretty-hex v0.4.1
9902024-04-02T18:47:56.869Z Downloaded tempfile v3.10.0
9912024-04-02T18:47:56.869Z Downloaded clap v4.5.1
9922024-04-02T18:47:56.869Z Downloaded thiserror-impl-no-std v2.0.2
9932024-04-02T18:47:56.869Z Downloaded toml v0.8.10
9942024-04-02T18:47:56.869Z Downloaded num-rational v0.4.1
9952024-04-02T18:47:56.869Z Downloaded miniz_oxide v0.7.1
9962024-04-02T18:47:56.869Z Downloaded socket2 v0.5.5
9972024-04-02T18:47:56.869Z Downloaded const_format v0.2.32
9982024-04-02T18:47:56.869Z Downloaded usdt v0.3.5
9992024-04-02T18:47:56.869Z Downloaded untrusted v0.9.0
10002024-04-02T18:47:56.870Z Downloaded rustls-pemfile v2.1.1
10012024-04-02T18:47:56.870Z Downloaded postgres-types v0.2.6
10022024-04-02T18:47:56.870Z Downloaded tinyvec_macros v0.1.1
10032024-04-02T18:47:56.870Z Downloaded fd-lock v3.0.13
10042024-04-02T18:47:56.870Z Downloaded either v1.10.0
10052024-04-02T18:47:56.870Z Downloaded untrusted v0.7.1
10062024-04-02T18:47:56.870Z Downloaded ena v0.14.2
10072024-04-02T18:47:56.870Z Downloaded usdt-attr-macro v0.5.0
10082024-04-02T18:47:56.870Z Downloaded thiserror v1.0.57
10092024-04-02T18:47:56.870Z Downloaded futures-executor v0.3.30
10102024-04-02T18:47:56.873Z Downloaded semver v1.0.22
10112024-04-02T18:47:56.873Z Downloaded snafu v0.7.5
10122024-04-02T18:47:56.878Z Downloaded foreign-types v0.3.2
10132024-04-02T18:47:56.878Z Downloaded num-traits v0.2.18
10142024-04-02T18:47:56.882Z Downloaded ref-cast-impl v1.0.20
10152024-04-02T18:47:56.882Z Downloaded plain v0.2.3
10162024-04-02T18:47:56.882Z Downloaded opaque-debug v0.3.0
10172024-04-02T18:47:56.885Z Downloaded pest_generator v2.7.6
10182024-04-02T18:47:56.885Z Downloaded tokio-stream v0.1.14
10192024-04-02T18:47:56.888Z Downloaded rpassword v7.3.1
10202024-04-02T18:47:56.895Z Downloaded strip-ansi-escapes v0.2.0
10212024-04-02T18:47:56.895Z Downloaded endian-type v0.1.2
10222024-04-02T18:47:56.895Z Downloaded resolv-conf v0.7.0
10232024-04-02T18:47:56.899Z Downloaded proc-macro2 v1.0.78
10242024-04-02T18:47:56.899Z Downloaded string_cache v0.8.7
10252024-04-02T18:47:56.899Z Downloaded oso-derive v0.27.0
10262024-04-02T18:47:56.899Z Downloaded foreign-types-shared v0.1.1
10272024-04-02T18:47:56.899Z Downloaded tokio-macros v2.2.0
10282024-04-02T18:47:56.903Z Downloaded openssl-probe v0.1.5
10292024-04-02T18:47:56.903Z Downloaded slab v0.4.9
10302024-04-02T18:47:56.906Z Downloaded utf8parse v0.2.1
10312024-04-02T18:47:56.906Z Downloaded sqlformat v0.2.3
10322024-04-02T18:47:56.906Z Downloaded thiserror-no-std v2.0.2
10332024-04-02T18:47:56.909Z Downloaded strum v0.25.0
10342024-04-02T18:47:56.912Z Downloaded stability v0.1.1
10352024-04-02T18:47:56.912Z Downloaded utf-8 v0.7.6
10362024-04-02T18:47:56.912Z Downloaded zerocopy-derive v0.7.32
10372024-04-02T18:47:56.916Z Downloaded defmt-macros v0.3.6
10382024-04-02T18:47:56.920Z Downloaded strum v0.26.1
10392024-04-02T18:47:56.923Z Downloaded futures-channel v0.3.30
10402024-04-02T18:47:56.923Z Downloaded hashbrown v0.13.2
10412024-04-02T18:47:56.928Z Downloaded fnv v1.0.7
10422024-04-02T18:47:56.931Z Downloaded fallible-iterator v0.2.0
10432024-04-02T18:47:56.931Z Downloaded foreign-types v0.5.0
10442024-04-02T18:47:56.935Z Downloaded want v0.3.1
10452024-04-02T18:47:56.935Z Downloaded vte_generate_state_changes v0.1.1
10462024-04-02T18:47:56.935Z Downloaded zerocopy v0.3.0
10472024-04-02T18:47:56.938Z Downloaded proc-macro-crate v1.3.1
10482024-04-02T18:47:56.938Z Downloaded predicates v3.1.0
10492024-04-02T18:47:56.938Z Downloaded dtrace-parser v0.2.0
10502024-04-02T18:47:56.941Z Downloaded minimal-lexical v0.2.1
10512024-04-02T18:47:56.945Z Downloaded slog-scope v4.4.0
10522024-04-02T18:47:56.948Z Downloaded serde_arrays v0.1.0
10532024-04-02T18:47:56.948Z Downloaded rtoolbox v0.0.1
10542024-04-02T18:47:56.951Z Downloaded unicode-ident v1.0.12
10552024-04-02T18:47:56.951Z Downloaded rayon-core v1.12.1
10562024-04-02T18:47:56.955Z Downloaded serde_path_to_error v0.1.16
10572024-04-02T18:47:56.958Z Downloaded semver v0.1.20
10582024-04-02T18:47:56.958Z Downloaded peg-runtime v0.8.2
10592024-04-02T18:47:56.961Z Downloaded hash32 v0.3.1
10602024-04-02T18:47:56.961Z Downloaded fatfs v0.3.6
10612024-04-02T18:47:56.970Z Downloaded spki v0.7.2
10622024-04-02T18:47:56.971Z Downloaded structopt-derive v0.4.18
10632024-04-02T18:47:56.971Z Downloaded yasna v0.5.2
10642024-04-02T18:47:58.199Z Downloaded der_derive v0.7.2
10652024-04-02T18:47:58.199Z Downloaded diff v0.1.13
10662024-04-02T18:47:58.199Z Downloaded sync_wrapper v0.1.2
10672024-04-02T18:47:58.199Z Downloaded unicode-segmentation v1.10.1
10682024-04-02T18:47:58.199Z Downloaded trust-dns-client v0.22.0
10692024-04-02T18:47:58.203Z Downloaded darling v0.20.3
10702024-04-02T18:47:58.203Z Downloaded doc-comment v0.3.3
10712024-04-02T18:47:58.203Z Downloaded curve25519-dalek-derive v0.1.0
10722024-04-02T18:47:58.203Z Downloaded crunchy v0.2.2
10732024-04-02T18:47:58.203Z Downloaded wait-timeout v0.2.0
10742024-04-02T18:47:58.203Z Downloaded fxhash v0.2.1
10752024-04-02T18:47:58.203Z Downloaded fragile v2.0.0
10762024-04-02T18:47:58.203Z Downloaded vec_map v0.8.2
10772024-04-02T18:47:58.203Z Downloaded equivalent v1.0.1
10782024-04-02T18:47:58.203Z Downloaded ff v0.13.0
10792024-04-02T18:47:58.203Z Downloaded num_cpus v1.16.0
10802024-04-02T18:47:58.203Z Downloaded rustc-demangle v0.1.23
10812024-04-02T18:47:58.204Z Downloaded unsafe-libyaml v0.2.10
10822024-04-02T18:47:58.204Z Downloaded usdt-attr-macro v0.3.5
10832024-04-02T18:47:58.204Z Downloaded uuid v1.7.0
10842024-04-02T18:47:58.204Z Downloaded percent-encoding v2.3.1
10852024-04-02T18:47:58.204Z Downloaded num_enum_derive v0.5.11
10862024-04-02T18:47:58.204Z Downloaded pem v3.0.2
10872024-04-02T18:47:58.204Z Downloaded sec1 v0.7.3
10882024-04-02T18:47:58.204Z Downloaded parking_lot_core v0.9.8
10892024-04-02T18:47:58.204Z Downloaded owo-colors v4.0.0
10902024-04-02T18:47:58.204Z Downloaded darling_macro v0.20.3
10912024-04-02T18:47:58.204Z Downloaded number_prefix v0.4.0
10922024-04-02T18:47:58.204Z Downloaded serde-big-array v0.5.1
10932024-04-02T18:47:58.204Z Downloaded diesel_derives v2.1.2
10942024-04-02T18:47:58.204Z Downloaded structmeta-derive v0.2.0
10952024-04-02T18:47:58.204Z Downloaded tabled_derive v0.7.0
10962024-04-02T18:47:58.204Z Downloaded supports-color v3.0.0
10972024-04-02T18:47:58.204Z Downloaded expectorate v1.1.0
10982024-04-02T18:47:58.204Z Downloaded sha1 v0.10.6
10992024-04-02T18:47:58.204Z Downloaded strum_macros v0.24.3
11002024-04-02T18:47:58.204Z Downloaded unarray v0.1.4
11012024-04-02T18:47:58.204Z Downloaded strum_macros v0.25.2
11022024-04-02T18:47:58.204Z Downloaded generic-array v0.14.7
11032024-04-02T18:47:58.205Z Downloaded tower-service v0.3.2
11042024-04-02T18:47:58.205Z Downloaded futures-task v0.3.30
11052024-04-02T18:47:58.205Z Downloaded zone v0.1.8
11062024-04-02T18:47:58.205Z Downloaded which v4.4.0
11072024-04-02T18:47:58.205Z Downloaded derive_builder_core v0.12.0
11082024-04-02T18:47:58.205Z Downloaded slog v2.7.0
11092024-04-02T18:47:58.205Z Downloaded num-bigint-dig v0.8.4
11102024-04-02T18:47:58.205Z Downloaded pin-utils v0.1.0
11112024-04-02T18:47:58.205Z Downloaded tabwriter v1.4.0
11122024-04-02T18:47:58.205Z Downloaded quick-error v1.2.3
11132024-04-02T18:47:58.205Z Downloaded usdt-impl v0.5.0
11142024-04-02T18:47:58.205Z Downloaded num_threads v0.1.6
11152024-04-02T18:47:58.205Z Downloaded smf v0.2.2
11162024-04-02T18:47:58.205Z Downloaded usdt-impl v0.3.5
11172024-04-02T18:47:58.205Z Downloaded serde-hex v0.1.0
11182024-04-02T18:47:58.205Z Downloaded ref-cast v1.0.20
11192024-04-02T18:47:58.205Z Downloaded data-encoding v2.4.0
11202024-04-02T18:47:58.205Z Downloaded usdt v0.5.0
11212024-04-02T18:47:58.205Z Downloaded peg-macros v0.8.2
11222024-04-02T18:47:58.205Z Downloaded gethostname v0.4.3
11232024-04-02T18:47:58.205Z Downloaded textwrap v0.16.1
11242024-04-02T18:47:58.206Z Downloaded typed-path v0.7.0
11252024-04-02T18:47:58.206Z Downloaded num-iter v0.1.44
11262024-04-02T18:47:58.206Z Downloaded flume v0.11.0
11272024-04-02T18:47:58.206Z Downloaded serde_with_macros v3.6.1
11282024-04-02T18:47:58.206Z Downloaded toml v0.7.8
11292024-04-02T18:47:58.206Z Downloaded zone_cfg_derive v0.1.2
11302024-04-02T18:47:58.206Z Downloaded rustc_version v0.1.7
11312024-04-02T18:47:58.206Z Downloaded hyper v0.14.28
11322024-04-02T18:47:58.206Z Downloaded try-lock v0.2.4
11332024-04-02T18:47:58.206Z Downloaded rustc-hash v1.1.0
11342024-04-02T18:47:58.206Z Downloaded foreign-types-shared v0.3.1
11352024-04-02T18:47:58.206Z Downloaded pkcs1 v0.7.5
11362024-04-02T18:47:58.206Z Downloaded textwrap v0.11.0
11372024-04-02T18:47:58.206Z Downloaded parse-size v1.0.0
11382024-04-02T18:47:58.206Z Downloaded dof v0.3.0
11392024-04-02T18:47:58.206Z Downloaded schemars_derive v0.8.16
11402024-04-02T18:47:58.206Z Downloaded serde_derive v1.0.197
11412024-04-02T18:47:58.206Z Downloaded hashbrown v0.12.3
11422024-04-02T18:47:58.206Z Downloaded portpicker v0.1.1
11432024-04-02T18:47:58.206Z Downloaded tinyvec v1.6.0
11442024-04-02T18:47:58.206Z Downloaded phf_shared v0.11.2
11452024-04-02T18:47:58.207Z Downloaded der v0.7.8
11462024-04-02T18:47:58.207Z Downloaded fixedbitset v0.4.2
11472024-04-02T18:47:58.207Z Downloaded signal-hook-mio v0.2.3
11482024-04-02T18:47:58.207Z Downloaded semver-parser v0.10.2
11492024-04-02T18:47:58.207Z Downloaded crucible-workspace-hack v0.1.0
11502024-04-02T18:47:58.207Z Downloaded filetime v0.2.23
11512024-04-02T18:47:58.207Z Downloaded strsim v0.8.0
11522024-04-02T18:47:58.207Z Downloaded tungstenite v0.21.0
11532024-04-02T18:47:58.207Z Downloaded time-core v0.1.2
11542024-04-02T18:47:58.207Z Downloaded itertools v0.12.1
11552024-04-02T18:47:58.207Z Downloaded toolchain_find v0.2.0
11562024-04-02T18:47:58.207Z Downloaded tiny-keccak v2.0.2
11572024-04-02T18:47:58.207Z Downloaded thread-id v4.2.0
11582024-04-02T18:47:58.207Z Downloaded rustls-pemfile v1.0.3
11592024-04-02T18:47:58.207Z Downloaded precomputed-hash v0.1.1
11602024-04-02T18:47:58.207Z Downloaded globset v0.4.13
11612024-04-02T18:47:58.207Z Downloaded rustversion v1.0.14
11622024-04-02T18:47:58.207Z Downloaded prettyplease v0.2.16
11632024-04-02T18:47:58.207Z Downloaded test-strategy v0.3.1
11642024-04-02T18:47:58.207Z Downloaded darling_macro v0.14.4
11652024-04-02T18:47:58.207Z Downloaded usdt-macro v0.5.0
11662024-04-02T18:47:58.207Z Downloaded dyn-clone v1.0.17
11672024-04-02T18:47:58.208Z Downloaded display-error-chain v0.2.0
11682024-04-02T18:47:58.208Z Downloaded heapless v0.7.16
11692024-04-02T18:47:58.212Z Downloaded tui-tree-widget v0.17.0
11702024-04-02T18:47:58.212Z Downloaded topological-sort v0.2.2
11712024-04-02T18:47:58.212Z Downloaded paste v1.0.14
11722024-04-02T18:47:58.212Z Downloaded quote v1.0.35
11732024-04-02T18:47:58.212Z Downloaded tungstenite v0.20.1
11742024-04-02T18:47:58.212Z Downloaded ed25519 v1.5.3
11752024-04-02T18:47:58.212Z Downloaded smawk v0.3.1
11762024-04-02T18:47:58.212Z Downloaded blake3 v1.5.0
11772024-04-02T18:47:58.212Z Downloaded enum-as-inner v0.5.1
11782024-04-02T18:47:58.212Z Downloaded slog-stdlog v4.1.1
11792024-04-02T18:47:58.213Z Downloaded schemars v0.8.16
11802024-04-02T18:47:58.213Z Downloaded signal-hook-tokio v0.3.1
11812024-04-02T18:47:58.213Z Downloaded thread_local v1.1.7
11822024-04-02T18:47:58.213Z Downloaded secrecy v0.8.0
11832024-04-02T18:47:58.213Z Downloaded radium v0.7.0
11842024-04-02T18:47:58.213Z Downloaded proc-macro-error-attr v1.0.4
11852024-04-02T18:47:58.213Z Downloaded postgres-protocol v0.6.6
11862024-04-02T18:47:58.213Z Downloaded dirs-next v2.0.0
11872024-04-02T18:47:58.213Z Downloaded rcgen v0.12.1
11882024-04-02T18:47:58.213Z Downloaded signal-hook v0.3.17
11892024-04-02T18:47:58.213Z Downloaded password-hash v0.5.0
11902024-04-02T18:47:58.213Z Downloaded signal-hook-registry v1.4.1
11912024-04-02T18:47:58.213Z Downloaded pest_meta v2.7.6
11922024-04-02T18:47:58.213Z Downloaded dirs-sys-next v0.1.2
11932024-04-02T18:47:58.213Z Downloaded poly1305 v0.8.0
11942024-04-02T18:47:58.213Z Downloaded static_assertions v1.1.0
11952024-04-02T18:47:58.213Z Downloaded csv-core v0.1.11
11962024-04-02T18:47:58.213Z Downloaded crossbeam-utils v0.8.19
11972024-04-02T18:47:58.213Z Downloaded slog-term v2.9.0
11982024-04-02T18:47:58.213Z Downloaded whoami v1.5.0
11992024-04-02T18:47:58.213Z Downloaded zerocopy v0.6.4
12002024-04-02T18:47:58.213Z Downloaded signature v2.1.0
12012024-04-02T18:47:58.214Z Downloaded env_logger v0.9.3
12022024-04-02T18:47:58.214Z Downloaded structopt v0.3.26
12032024-04-02T18:47:58.214Z Downloaded clap_builder v4.5.1
12042024-04-02T18:47:58.214Z Downloaded postcard v1.0.8
12052024-04-02T18:47:58.214Z Downloaded pin-project v1.1.3
12062024-04-02T18:47:58.214Z Downloaded darling v0.14.4
12072024-04-02T18:47:58.214Z Downloaded clap v2.34.0
12082024-04-02T18:47:58.214Z Downloaded similar v2.4.0
12092024-04-02T18:47:58.214Z Downloaded tracing v0.1.40
12102024-04-02T18:47:58.214Z Downloaded hashbrown v0.14.3
12112024-04-02T18:47:58.214Z Downloaded tokio-util v0.7.10
12122024-04-02T18:47:58.214Z Downloaded idna v0.2.3
12132024-04-02T18:47:58.214Z Downloaded ron v0.7.1
12142024-04-02T18:47:58.214Z Downloaded serde_with v3.6.1
12152024-04-02T18:47:58.214Z Downloaded rustls-webpki v0.101.7
12162024-04-02T18:47:58.214Z Downloaded trust-dns-server v0.22.1
12172024-04-02T18:47:58.214Z Downloaded trust-dns-resolver v0.22.0
12182024-04-02T18:47:58.214Z Downloaded pest v2.7.6
12192024-04-02T18:47:58.214Z Downloaded toml_edit v0.19.15
12202024-04-02T18:47:58.214Z Downloaded rustyline v13.0.0
12212024-04-02T18:47:58.214Z Downloaded reqwest v0.11.24
12222024-04-02T18:47:58.215Z Downloaded toml_edit v0.22.6
12232024-04-02T18:47:58.215Z Downloaded crossterm v0.27.0
12242024-04-02T18:47:58.215Z Downloaded reedline v0.30.0
12252024-04-02T18:47:58.215Z Downloaded portable-atomic v1.4.3
12262024-04-02T18:47:58.215Z Downloaded nix v0.27.1
12272024-04-02T18:47:58.215Z Downloaded time v0.3.34
12282024-04-02T18:47:58.215Z Downloaded futures-util v0.3.30
12292024-04-02T18:47:58.215Z Downloaded polar-core v0.27.0
12302024-04-02T18:47:58.215Z Downloaded tough v0.16.0
12312024-04-02T18:47:58.215Z Downloaded rayon v1.9.0
12322024-04-02T18:47:58.215Z Downloaded quick-xml v0.30.0
12332024-04-02T18:47:58.215Z Downloaded winnow v0.5.15
12342024-04-02T18:47:58.215Z Downloaded goblin v0.8.0
12352024-04-02T18:47:58.215Z Downloaded vcpkg v0.2.15
12362024-04-02T18:47:58.215Z Downloaded gimli v0.28.0
12372024-04-02T18:47:58.215Z Downloaded object v0.32.1
12382024-04-02T18:47:58.215Z Downloaded object v0.30.4
12392024-04-02T18:47:58.215Z Downloaded regress v0.9.0
12402024-04-02T18:47:58.215Z Downloaded diesel v2.1.4
12412024-04-02T18:47:58.215Z Downloaded smoltcp v0.9.1
12422024-04-02T18:47:58.215Z Downloaded curve25519-dalek v4.1.1
12432024-04-02T18:47:58.216Z Downloaded rustls v0.22.2
12442024-04-02T18:47:58.216Z Downloaded openapiv3 v2.0.0
12452024-04-02T18:47:58.216Z Downloaded ratatui v0.26.1
12462024-04-02T18:47:58.216Z Downloaded sled v0.34.7
12472024-04-02T18:47:58.216Z Downloaded regex-automata v0.4.5
12482024-04-02T18:47:58.216Z Downloaded libc v0.2.153
12492024-04-02T18:47:58.216Z Downloaded bzip2-sys v0.1.11+1.0.8
12502024-04-02T18:47:58.216Z Downloaded zerocopy-derive v0.6.4
12512024-04-02T18:47:58.216Z Downloaded csv v1.3.0
12522024-04-02T18:47:58.216Z Downloaded tokio v1.36.0
12532024-04-02T18:47:58.216Z Downloaded sha3 v0.10.8
12542024-04-02T18:47:58.216Z Downloaded zerocopy-derive v0.2.0
12552024-04-02T18:47:58.216Z Downloaded encoding_rs v0.8.33
12562024-04-02T18:47:58.216Z Downloaded webpki-roots v0.25.2
12572024-04-02T18:47:58.216Z Downloaded radix_trie v0.2.1
12582024-04-02T18:47:58.216Z Downloaded bstr v1.9.0
12592024-04-02T18:47:58.216Z Downloaded rustix v0.38.31
12602024-04-02T18:47:58.216Z Downloaded openssl v0.10.60
12612024-04-02T18:47:58.216Z Downloaded regex-syntax v0.8.2
12622024-04-02T18:47:58.216Z Downloaded smoltcp v0.11.0
12632024-04-02T18:47:58.216Z Downloaded syn v2.0.52
12642024-04-02T18:47:58.216Z Downloaded rustls v0.21.9
12652024-04-02T18:47:58.217Z Downloaded bstr v0.2.17
12662024-04-02T18:47:58.217Z Downloaded regex-syntax v0.6.29
12672024-04-02T18:47:58.217Z Downloaded rustls-webpki v0.102.1
12682024-04-02T18:47:58.217Z Downloaded tabled v0.15.0
12692024-04-02T18:47:58.221Z Downloaded syn v1.0.109
12702024-04-02T18:47:58.221Z Downloaded trust-dns-proto v0.22.0
12712024-04-02T18:47:58.221Z Downloaded winnow v0.6.1
12722024-04-02T18:47:58.221Z Downloaded regex v1.10.3
12732024-04-02T18:47:58.221Z Downloaded chrono v0.4.34
12742024-04-02T18:47:58.221Z Downloaded steno v0.4.0
12752024-04-02T18:47:58.221Z Downloaded proptest v1.4.0
12762024-04-02T18:47:58.222Z Downloaded petgraph v0.6.4
12772024-04-02T18:47:58.222Z Downloaded lalrpop v0.19.12
12782024-04-02T18:47:58.222Z Downloaded bitvec v1.0.1
12792024-04-02T18:47:58.222Z Downloaded idna v0.5.0
12802024-04-02T18:47:58.222Z Downloaded zerocopy v0.7.32
12812024-04-02T18:47:58.222Z Downloaded sqlparser v0.43.1
12822024-04-02T18:47:58.222Z Downloaded idna v0.3.0
12832024-04-02T18:47:58.222Z Downloaded serde v1.0.197
12842024-04-02T18:47:58.222Z Downloaded derive_more v0.99.17
12852024-04-02T18:47:58.222Z Downloaded derive-where v1.2.7
12862024-04-02T18:47:58.222Z Downloaded unicode-bidi v0.3.15
12872024-04-02T18:47:58.222Z Downloaded h2 v0.3.24
12882024-04-02T18:47:58.222Z Downloaded unicode-normalization v0.1.22
12892024-04-02T18:47:58.222Z Downloaded serde_json v1.0.114
12902024-04-02T18:47:58.222Z Downloaded parse-display-derive v0.9.0
12912024-04-02T18:47:58.222Z Downloaded glob v0.3.1
12922024-04-02T18:47:58.222Z Downloaded pkcs8 v0.10.2
12932024-04-02T18:47:58.222Z Downloaded peg v0.8.2
12942024-04-02T18:47:58.222Z Downloaded bindgen v0.69.2
12952024-04-02T18:47:58.222Z Downloaded wyz v0.5.1
12962024-04-02T18:47:58.222Z Downloaded smallvec v0.6.14
12972024-04-02T18:47:58.223Z Downloaded parse-display v0.9.0
12982024-04-02T18:47:58.223Z Downloaded time-macros v0.2.17
12992024-04-02T18:47:58.223Z Downloaded zip v0.6.6
13002024-04-02T18:47:58.223Z Downloaded signature v1.6.4
13012024-04-02T18:47:58.223Z Downloaded hash32 v0.2.1
13022024-04-02T18:47:58.223Z Downloaded smallvec v1.13.1
13032024-04-02T18:47:58.223Z Downloaded once_cell v1.19.0
13042024-04-02T18:47:58.223Z Downloaded path-slash v0.1.5
13052024-04-02T18:47:58.223Z Downloaded env_logger v0.10.0
13062024-04-02T18:47:58.223Z Downloaded serde_yaml v0.9.25
13072024-04-02T18:47:58.223Z Downloaded regex-automata v0.1.10
13082024-04-02T18:47:58.223Z Downloaded url v2.5.0
13092024-04-02T18:47:58.223Z Downloaded pkg-config v0.3.27
13102024-04-02T18:47:58.223Z Downloaded getopts v0.2.21
13112024-04-02T18:47:58.223Z Downloaded flagset v0.4.3
13122024-04-02T18:47:58.223Z Downloaded usdt-macro v0.3.5
13132024-04-02T18:47:58.223Z Downloaded pin-project-internal v1.1.3
13142024-04-02T18:47:58.223Z Downloaded sct v0.7.0
13152024-04-02T18:47:58.223Z Downloaded r2d2 v0.8.10
13162024-04-02T18:47:58.223Z Downloaded flate2 v1.0.28
13172024-04-02T18:47:58.223Z Downloaded rand v0.8.5
13182024-04-02T18:47:58.227Z Downloaded fd-lock v4.0.2
13192024-04-02T18:47:58.227Z Downloaded getrandom v0.2.12
13202024-04-02T18:47:58.227Z Downloaded openssl-sys v0.9.96
13212024-04-02T18:47:58.231Z Downloaded rusty-fork v0.3.0
13222024-04-02T18:47:58.234Z Downloaded ron v0.8.1
13232024-04-02T18:47:58.238Z Downloaded salty v0.2.0
13242024-04-02T18:47:58.244Z Downloaded ring v0.17.8
13252024-04-02T18:47:58.315Z Downloaded pin-project-lite v0.2.13
13262024-04-02T18:47:58.320Z Downloaded vte v0.11.1
13272024-04-02T18:47:58.330Z Downloaded typenum v1.16.0
13282024-04-02T18:47:58.330Z Downloaded itertools v0.10.5
13292024-04-02T18:47:58.344Z Downloaded publicsuffix v2.2.3
13302024-04-02T18:47:58.344Z Downloaded hkdf v0.12.4
13312024-04-02T18:47:58.345Z Downloaded nom v7.1.3
13322024-04-02T18:47:58.355Z Downloaded ring v0.16.20
13332024-04-02T18:47:58.433Z Downloaded vsss-rs v3.3.4
13342024-04-02T18:47:58.439Z Downloaded form_urlencoded v1.2.1
13352024-04-02T18:47:58.439Z Downloaded dof v0.1.5
13362024-04-02T18:47:58.439Z Downloaded debug-ignore v1.0.5
13372024-04-02T18:47:58.439Z Downloaded x509-cert v0.2.4
13382024-04-02T18:47:58.439Z Downloaded libxml v0.3.3
13392024-04-02T18:47:58.443Z Downloaded libm v0.2.7
13402024-04-02T18:47:58.458Z Downloaded toml v0.5.11
13412024-04-02T18:47:58.461Z Downloaded ryu v1.0.15
13422024-04-02T18:47:58.462Z Downloaded tracing-attributes v0.1.27
13432024-04-02T18:47:58.462Z Downloaded structmeta-derive v0.3.0
13442024-04-02T18:47:58.462Z Downloaded stable_deref_trait v1.2.0
13452024-04-02T18:47:58.462Z Downloaded rand_xorshift v0.3.0
13462024-04-02T18:47:58.462Z Downloaded rand_seeder v0.2.3
13472024-04-02T18:47:58.462Z Downloaded rand_core v0.6.4
13482024-04-02T18:47:58.465Z Downloaded rand_chacha v0.3.1
13492024-04-02T18:47:58.466Z Downloaded futures v0.3.30
13502024-04-02T18:47:58.469Z Downloaded darling_core v0.20.3
13512024-04-02T18:47:58.476Z Downloaded darling_core v0.14.4
13522024-04-02T18:47:58.889Z Downloaded headers v0.3.9
13532024-04-02T18:47:58.889Z Downloaded num_enum v0.5.11
13542024-04-02T18:47:58.894Z Downloaded uuid v0.8.2
13552024-04-02T18:47:58.894Z Downloaded ucd-trie v0.1.6
13562024-04-02T18:47:58.894Z Downloaded termtree v0.4.1
13572024-04-02T18:47:58.894Z Downloaded take_mut v0.2.2
13582024-04-02T18:47:58.894Z Downloaded fs-err v2.11.0
13592024-04-02T18:47:58.894Z Downloaded pest_derive v2.7.6
13602024-04-02T18:47:58.894Z Downloaded papergrid v0.11.0
13612024-04-02T18:47:58.895Z Downloaded swrite v0.1.0
13622024-04-02T18:47:58.895Z Downloaded proc-macro-error v1.0.4
13632024-04-02T18:47:58.895Z Downloaded stringprep v0.1.3
13642024-04-02T18:47:58.895Z Downloaded num-bigint v0.4.4
13652024-04-02T18:47:58.895Z Downloaded downcast v0.11.0
13662024-04-02T18:47:58.895Z Downloaded derive_builder_macro v0.12.0
13672024-04-02T18:47:58.895Z Downloaded predicates-core v1.0.6
13682024-04-02T18:47:58.895Z Downloaded platforms v3.0.2
13692024-04-02T18:47:58.895Z Downloaded parking_lot_core v0.8.6
13702024-04-02T18:47:58.895Z Downloaded omicron-zone-package v0.11.0
13712024-04-02T18:47:58.895Z Downloaded unicode_categories v0.1.1
13722024-04-02T18:47:58.896Z Downloaded packed_struct_codegen v0.10.1
13732024-04-02T18:47:58.896Z Downloaded memchr v2.7.1
13742024-04-02T18:47:58.896Z Downloaded mio v0.8.11
13752024-04-02T18:47:58.896Z Downloaded crossbeam-channel v0.5.8
13762024-04-02T18:47:58.896Z Downloaded futures-core v0.3.30
13772024-04-02T18:47:58.896Z Downloaded derive_builder v0.12.0
13782024-04-02T18:47:58.896Z Downloaded tokio-postgres v0.7.10
13792024-04-02T18:47:58.896Z Downloaded elliptic-curve v0.13.8
13802024-04-02T18:47:58.896Z Downloaded crypto-bigint v0.5.2
13812024-04-02T18:47:58.896Z Downloaded siphasher v0.3.11
13822024-04-02T18:47:58.896Z Downloaded serde_tokenstream v0.2.0
13832024-04-02T18:47:58.896Z Downloaded scheduled-thread-pool v0.2.7
13842024-04-02T18:47:58.897Z Downloaded same-file v1.0.6
13852024-04-02T18:47:58.897Z Downloaded tokio-rustls v0.25.0
13862024-04-02T18:47:58.897Z Downloaded parking_lot v0.12.1
13872024-04-02T18:47:58.897Z Downloaded oso v0.27.0
13882024-04-02T18:47:58.897Z Downloaded tokio-tungstenite v0.21.0
13892024-04-02T18:47:58.897Z Downloaded tokio-tungstenite v0.20.1
13902024-04-02T18:47:58.897Z Downloaded defmt-parser v0.3.3
13912024-04-02T18:47:58.897Z Downloaded predicates-tree v1.0.9
13922024-04-02T18:47:58.897Z Downloaded packed_struct v0.10.1
13932024-04-02T18:47:58.897Z Downloaded strsim v0.11.0
13942024-04-02T18:47:58.897Z Downloaded unicode-linebreak v0.1.5
13952024-04-02T18:47:58.897Z Downloaded pem-rfc7468 v0.7.0
13962024-04-02T18:47:58.898Z Downloaded parking_lot v0.11.2
13972024-04-02T18:47:58.898Z Downloaded tracing-core v0.1.32
13982024-04-02T18:47:58.898Z Downloaded structmeta v0.3.0
13992024-04-02T18:47:58.898Z Downloaded structmeta v0.2.0
14002024-04-02T18:47:58.898Z Downloaded funty v2.0.0
14012024-04-02T18:47:58.898Z Downloaded rsa v0.9.2
14022024-04-02T18:47:58.898Z Downloaded chacha20poly1305 v0.10.1
14032024-04-02T18:47:58.898Z Downloaded tar v0.4.40
14042024-04-02T18:47:58.898Z Downloaded pretty-hex v0.2.1
14052024-04-02T18:47:58.898Z Downloaded socket2 v0.4.9
14062024-04-02T18:47:58.898Z Downloaded thiserror-impl v1.0.57
14072024-04-02T18:47:58.898Z Downloaded tap v1.0.1
14082024-04-02T18:47:58.899Z Downloaded synstructure v0.12.6
14092024-04-02T18:47:58.899Z Downloaded rustls-pki-types v1.3.0
14102024-04-02T18:47:58.899Z Downloaded errno v0.3.8
14112024-04-02T18:47:58.899Z Downloaded erased-serde v0.3.31
14122024-04-02T18:47:58.899Z Downloaded slog-json v2.6.1
14132024-04-02T18:47:58.899Z Downloaded serde_tokenstream v0.1.7
14142024-04-02T18:47:58.899Z Downloaded serde_spanned v0.6.5
14152024-04-02T18:47:58.899Z Downloaded serde_repr v0.1.16
14162024-04-02T18:47:58.899Z Downloaded serde_plain v1.0.2
14172024-04-02T18:47:58.899Z Downloaded phf_shared v0.10.0
14182024-04-02T18:47:58.899Z Downloaded cc v1.0.83
14192024-04-02T18:47:58.900Z Downloaded bytes v1.5.0
14202024-04-02T18:47:58.900Z Downloaded cookie v0.17.0
14212024-04-02T18:47:58.900Z Downloaded bitflags v2.4.2
14222024-04-02T18:47:58.900Z Downloaded futures-macro v0.3.30
14232024-04-02T18:47:58.900Z Downloaded cookie v0.18.0
14242024-04-02T18:47:58.900Z Downloaded compact_str v0.7.1
14252024-04-02T18:47:58.900Z Downloaded clang-sys v1.6.1
14262024-04-02T18:47:58.900Z Downloaded term v0.7.0
14272024-04-02T18:47:58.900Z Downloaded embedded-io v0.4.0
14282024-04-02T18:47:58.900Z Downloaded shlex v1.3.0
14292024-04-02T18:47:58.900Z Downloaded sha2 v0.10.8
14302024-04-02T18:47:58.900Z Downloaded serde_derive_internals v0.26.0
14312024-04-02T18:47:58.901Z Downloaded http v1.0.0
14322024-04-02T18:47:58.901Z Downloaded backtrace v0.3.69
14332024-04-02T18:47:58.901Z Downloaded unicase v2.7.0
14342024-04-02T18:47:58.901Z Downloaded http v0.2.12
14352024-04-02T18:47:58.901Z Downloaded nanorand v0.7.0
14362024-04-02T18:47:58.901Z Downloaded multer v3.0.0
14372024-04-02T18:47:58.901Z Downloaded ciborium v0.2.2
14382024-04-02T18:47:58.901Z Downloaded chacha20 v0.9.1
14392024-04-02T18:47:58.901Z Downloaded buf-list v1.0.3
14402024-04-02T18:47:58.901Z Downloaded walkdir v2.4.0
14412024-04-02T18:47:58.901Z Downloaded waitgroup v0.1.2
14422024-04-02T18:47:58.901Z Downloaded mime_guess v2.0.4
14432024-04-02T18:47:58.901Z Downloaded cfg-if v1.0.0
14442024-04-02T18:47:58.902Z Downloaded bzip2 v0.4.4
14452024-04-02T18:47:58.902Z Downloaded keccak v0.1.4
14462024-04-02T18:47:58.902Z Downloaded maplit v1.0.2
14472024-04-02T18:47:58.902Z Downloaded libloading v0.7.4
14482024-04-02T18:47:58.902Z Downloaded terminal_size v0.3.0
14492024-04-02T18:47:58.902Z Downloaded termcolor v1.2.0
14502024-04-02T18:47:58.902Z Downloaded slog-envlogger v2.2.0
14512024-04-02T18:47:58.902Z Downloaded slog-dtrace v0.3.0
14522024-04-02T18:47:58.902Z Downloaded serde_urlencoded v0.7.1
14532024-04-02T18:47:58.902Z Downloaded newline-converter v0.3.0
14542024-04-02T18:47:58.914Z Downloaded camino v1.1.6
14552024-04-02T18:47:58.914Z Downloaded num v0.4.1
14562024-04-02T18:47:58.914Z Downloaded newtype-uuid v1.0.1
14572024-04-02T18:47:58.915Z Downloaded console v0.15.8
14582024-04-02T18:47:58.915Z Downloaded base64 v0.13.1
14592024-04-02T18:47:58.915Z Downloaded maybe-uninit v2.0.0
14602024-04-02T18:47:58.915Z Downloaded kstat-rs v0.2.3
14612024-04-02T18:47:58.915Z Downloaded itoa v1.0.9
14622024-04-02T18:47:58.915Z Downloaded indexmap v1.9.3
14632024-04-02T18:47:58.915Z Downloaded camino-tempfile v1.1.1
14642024-04-02T18:47:58.915Z Downloaded md-5 v0.10.5
14652024-04-02T18:47:58.915Z Downloaded corncobs v0.1.3
14662024-04-02T18:47:58.915Z Downloaded byteorder v1.5.0
14672024-04-02T18:47:58.915Z Downloaded managed v0.8.0
14682024-04-02T18:47:58.915Z Downloaded linear-map v1.2.0
14692024-04-02T18:47:58.915Z Downloaded lazy_static v1.4.0
14702024-04-02T18:47:58.915Z Downloaded lazycell v1.3.0
14712024-04-02T18:47:58.915Z Downloaded lalrpop-util v0.19.12
14722024-04-02T18:47:58.916Z Downloaded is-terminal v0.4.9
14732024-04-02T18:47:58.916Z Downloaded clap_lex v0.7.0
14742024-04-02T18:47:58.916Z Downloaded bytecount v0.6.3
14752024-04-02T18:47:58.916Z Downloaded cexpr v0.6.0
14762024-04-02T18:47:58.916Z Downloaded arc-swap v1.6.0
14772024-04-02T18:47:58.916Z Downloaded bit-set v0.5.3
14782024-04-02T18:47:58.916Z Downloaded bitfield v0.14.0
14792024-04-02T18:47:58.916Z Downloaded matches v0.1.10
14802024-04-02T18:47:58.916Z Downloaded hyper-rustls v0.24.2
14812024-04-02T18:47:58.916Z Downloaded hostname v0.3.1
14822024-04-02T18:47:58.916Z Downloaded allocator-api2 v0.2.16
14832024-04-02T18:47:58.916Z Downloaded home v0.5.5
14842024-04-02T18:47:58.916Z Downloaded highway v1.1.0
14852024-04-02T18:47:58.916Z Downloaded base16ct v0.2.0
14862024-04-02T18:47:58.916Z Downloaded autocfg v1.1.0
14872024-04-02T18:47:58.916Z Downloaded atomic-waker v1.1.1
14882024-04-02T18:47:58.917Z Downloaded anyhow v1.0.79
14892024-04-02T18:47:58.917Z Downloaded bcs v0.1.6
14902024-04-02T18:47:58.917Z Downloaded async-trait v0.1.77
14912024-04-02T18:47:58.917Z Downloaded anstream v0.6.11
14922024-04-02T18:47:58.917Z Downloaded ahash v0.8.8
14932024-04-02T18:47:58.917Z Downloaded argon2 v0.5.3
14942024-04-02T18:47:58.917Z Downloaded ansi_term v0.12.1
14952024-04-02T18:47:58.917Z Downloaded arrayref v0.3.7
14962024-04-02T18:47:59.192Z Compiling proc-macro2 v1.0.78
14972024-04-02T18:47:59.192Z Compiling unicode-ident v1.0.12
14982024-04-02T18:47:59.195Z Compiling libc v0.2.153
14992024-04-02T18:47:59.196Z Compiling serde v1.0.197
15002024-04-02T18:47:59.196Z Compiling version_check v0.9.4
15012024-04-02T18:47:59.196Z Compiling autocfg v1.1.0
15022024-04-02T18:47:59.239Z Compiling cfg-if v1.0.0
15032024-04-02T18:47:59.365Z Compiling syn v1.0.109
15042024-04-02T18:47:59.410Z Compiling once_cell v1.19.0
15052024-04-02T18:47:59.446Z Compiling byteorder v1.5.0
15062024-04-02T18:47:59.788Z Compiling memchr v2.7.1
15072024-04-02T18:47:59.860Z Compiling parking_lot_core v0.9.8
15082024-04-02T18:47:59.893Z Compiling ahash v0.8.8
15092024-04-02T18:47:59.965Z Compiling lock_api v0.4.10
15102024-04-02T18:48:00.806Z Compiling serde_json v1.0.114
15112024-04-02T18:48:00.809Z Compiling libm v0.2.7
15122024-04-02T18:48:00.809Z Compiling num-traits v0.2.18
15132024-04-02T18:48:00.987Z Compiling thiserror v1.0.57
15142024-04-02T18:48:01.064Z Compiling typenum v1.16.0
15152024-04-02T18:48:01.068Z Compiling generic-array v0.14.7
15162024-04-02T18:48:01.375Z Compiling itoa v1.0.9
15172024-04-02T18:48:01.630Z Compiling scopeguard v1.2.0
15182024-04-02T18:48:01.743Z Compiling log v0.4.21
15192024-04-02T18:48:02.007Z Compiling quote v1.0.35
15202024-04-02T18:48:02.255Z Compiling cc v1.0.83
15212024-04-02T18:48:02.277Z Compiling getrandom v0.2.12
15222024-04-02T18:48:02.381Z Compiling syn v2.0.52
15232024-04-02T18:48:02.657Z Compiling pkg-config v0.3.27
15242024-04-02T18:48:02.713Z Compiling allocator-api2 v0.2.16
15252024-04-02T18:48:02.971Z Compiling slab v0.4.9
15262024-04-02T18:48:02.974Z Compiling ryu v1.0.15
15272024-04-02T18:48:03.553Z Compiling smallvec v1.13.1
15282024-04-02T18:48:03.583Z Compiling schemars v0.8.16
15292024-04-02T18:48:03.828Z Compiling pin-project-lite v0.2.13
15302024-04-02T18:48:04.448Z Compiling heck v0.4.1
15312024-04-02T18:48:04.452Z Compiling equivalent v1.0.1
15322024-04-02T18:48:04.467Z Compiling parking_lot v0.12.1
15332024-04-02T18:48:04.586Z Compiling vcpkg v0.2.15
15342024-04-02T18:48:04.718Z Compiling ring v0.17.8
15352024-04-02T18:48:06.206Z Compiling signal-hook-registry v1.4.1
15362024-04-02T18:48:06.300Z Compiling openssl-sys v0.9.96
15372024-04-02T18:48:06.964Z Compiling mio v0.8.11
15382024-04-02T18:48:07.107Z Compiling fnv v1.0.7
15392024-04-02T18:48:07.136Z Compiling rand_core v0.6.4
15402024-04-02T18:48:07.281Z Compiling num-conv v0.1.0
15412024-04-02T18:48:07.586Z Compiling time-core v0.1.2
15422024-04-02T18:48:07.773Z Compiling time-macros v0.2.17
15432024-04-02T18:48:07.807Z Compiling ring v0.16.20
15442024-04-02T18:48:07.831Z Compiling socket2 v0.5.5
15452024-04-02T18:48:08.557Z Compiling num_cpus v1.16.0
15462024-04-02T18:48:08.757Z Compiling httparse v1.8.0
15472024-04-02T18:48:09.345Z Compiling futures-core v0.3.30
15482024-04-02T18:48:09.564Z Compiling ucd-trie v0.1.6
15492024-04-02T18:48:09.595Z Compiling openssl v0.10.60
15502024-04-02T18:48:09.684Z Compiling spin v0.5.2
15512024-04-02T18:48:09.941Z Compiling serde_derive_internals v0.26.0
15522024-04-02T18:48:10.283Z Compiling semver v1.0.22
15532024-04-02T18:48:10.300Z Compiling iana-time-zone v0.1.57
15542024-04-02T18:48:10.599Z Compiling crossbeam-utils v0.8.19
15552024-04-02T18:48:11.033Z Compiling rustls v0.21.9
15562024-04-02T18:48:11.113Z Compiling tinyvec_macros v0.1.1
15572024-04-02T18:48:11.204Z Compiling native-tls v0.2.11
15582024-04-02T18:48:11.233Z Compiling tinyvec v1.6.0
15592024-04-02T18:48:11.299Z Compiling spin v0.9.8
15602024-04-02T18:48:11.682Z Compiling unicode-xid v0.2.4
15612024-04-02T18:48:11.739Z Compiling subtle v2.5.0
15622024-04-02T18:48:11.768Z Compiling rustix v0.38.31
15632024-04-02T18:48:11.844Z Compiling const-oid v0.9.6
15642024-04-02T18:48:12.036Z Compiling futures-sink v0.3.30
15652024-04-02T18:48:12.133Z Compiling synstructure v0.12.6
15662024-04-02T18:48:12.366Z Compiling backtrace v0.3.69
15672024-04-02T18:48:12.651Z Compiling unicode-normalization v0.1.22
15682024-04-02T18:48:13.573Z Compiling cookie v0.17.0
15692024-04-02T18:48:13.600Z Compiling unicode-bidi v0.3.15
15702024-04-02T18:48:13.658Z Compiling uuid v0.8.2
15712024-04-02T18:48:13.730Z Compiling dyn-clone v1.0.17
15722024-04-02T18:48:13.864Z Compiling slog v2.7.0
15732024-04-02T18:48:14.139Z Compiling futures-channel v0.3.30
15742024-04-02T18:48:14.413Z Compiling tracing-core v0.1.32
15752024-04-02T18:48:14.445Z Compiling pin-utils v0.1.0
15762024-04-02T18:48:14.560Z Compiling futures-task v0.3.30
15772024-04-02T18:48:14.826Z Compiling futures-io v0.3.30
15782024-04-02T18:48:15.182Z Compiling aho-corasick v1.1.2
15792024-04-02T18:48:15.379Z Compiling serde_derive v1.0.197
15802024-04-02T18:48:15.459Z Compiling zerocopy-derive v0.7.32
15812024-04-02T18:48:15.482Z Compiling zeroize_derive v1.4.2
15822024-04-02T18:48:15.549Z Compiling thiserror-impl v1.0.57
15832024-04-02T18:48:16.755Z Compiling tokio-macros v2.2.0
15842024-04-02T18:48:16.786Z Compiling futures-macro v0.3.30
15852024-04-02T18:48:17.406Z Compiling zerocopy v0.7.32
15862024-04-02T18:48:17.412Z Compiling tracing-attributes v0.1.27
15872024-04-02T18:48:18.161Z Compiling schemars_derive v0.8.16
15882024-04-02T18:48:18.589Z Compiling zeroize v1.7.0
15892024-04-02T18:48:19.580Z Compiling hashbrown v0.14.3
15902024-04-02T18:48:19.615Z Compiling pest v2.7.6
15912024-04-02T18:48:20.499Z Compiling openssl-macros v0.1.1
15922024-04-02T18:48:20.905Z Compiling zerocopy-derive v0.2.0
15932024-04-02T18:48:21.024Z Compiling crypto-common v0.1.6
15942024-04-02T18:48:21.169Z Compiling tracing v0.1.40
15952024-04-02T18:48:21.228Z Compiling futures-util v0.3.30
15962024-04-02T18:48:21.996Z Compiling pest_meta v2.7.6
15972024-04-02T18:48:22.020Z Compiling der_derive v0.7.2
15982024-04-02T18:48:22.212Z Compiling regex-syntax v0.8.2
15992024-04-02T18:48:24.180Z Compiling pest_generator v2.7.6
16002024-04-02T18:48:25.409Z Compiling winnow v0.5.15
16012024-04-02T18:48:26.036Z Compiling anyhow v1.0.79
16022024-04-02T18:48:26.182Z Compiling pest_derive v2.7.6
16032024-04-02T18:48:27.623Z Compiling regex-automata v0.4.5
16042024-04-02T18:48:28.010Z Compiling block-buffer v0.10.4
16052024-04-02T18:48:28.238Z Compiling usdt-impl v0.3.5
16062024-04-02T18:48:28.435Z Compiling bytes v1.5.0
16072024-04-02T18:48:28.659Z Compiling indexmap v2.2.5
16082024-04-02T18:48:29.633Z Compiling uuid v1.7.0
16092024-04-02T18:48:30.066Z Compiling chrono v0.4.34
16102024-04-02T18:48:30.345Z Compiling tokio v1.36.0
16112024-04-02T18:48:32.135Z Compiling bitflags v2.4.2
16122024-04-02T18:48:33.042Z Compiling toml_datetime v0.6.5
16132024-04-02T18:48:33.096Z Compiling serde_spanned v0.6.5
16142024-04-02T18:48:33.746Z Compiling http v0.2.12
16152024-04-02T18:48:35.400Z Compiling rustc_version v0.4.0
16162024-04-02T18:48:36.044Z Compiling toml_edit v0.19.15
16172024-04-02T18:48:36.792Z Compiling unicode-width v0.1.11
16182024-04-02T18:48:36.934Z Compiling crc32fast v1.3.2
16192024-04-02T18:48:36.972Z Compiling rustversion v1.0.14
16202024-04-02T18:48:37.112Z Compiling powerfmt v0.2.0
16212024-04-02T18:48:37.378Z Compiling untrusted v0.9.0
16222024-04-02T18:48:37.610Z Compiling deranged v0.3.11
16232024-04-02T18:48:37.642Z Compiling heapless v0.7.16
16242024-04-02T18:48:38.585Z Compiling digest v0.10.7
16252024-04-02T18:48:39.025Z Compiling scroll_derive v0.12.0
16262024-04-02T18:48:39.819Z Compiling bzip2-sys v0.1.11+1.0.8
16272024-04-02T18:48:40.136Z Compiling signal-hook v0.3.17
16282024-04-02T18:48:40.227Z Compiling percent-encoding v2.3.1
16292024-04-02T18:48:40.391Z Compiling async-trait v0.1.77
16302024-04-02T18:48:40.552Z Compiling num_threads v0.1.6
16312024-04-02T18:48:40.675Z Compiling ppv-lite86 v0.2.17
16322024-04-02T18:48:41.221Z Compiling time v0.3.34
16332024-04-02T18:48:41.505Z Compiling rand_chacha v0.3.1
16342024-04-02T18:48:43.173Z Compiling regex v1.10.3
16352024-04-02T18:48:44.232Z Compiling zerocopy v0.3.0
16362024-04-02T18:48:45.965Z Compiling thread-id v4.2.0
16372024-04-02T18:48:46.084Z Compiling dof v0.1.5
16382024-04-02T18:48:46.847Z Compiling rand v0.8.5
16392024-04-02T18:48:46.919Z Compiling tokio-util v0.7.10
16402024-04-02T18:48:48.479Z Compiling dtrace-parser v0.1.14
16412024-04-02T18:48:48.790Z Compiling num-bigint v0.4.4
16422024-04-02T18:48:48.969Z Compiling foreign-types-shared v0.1.1
16432024-04-02T18:48:49.084Z Compiling smoltcp v0.9.1
16442024-04-02T18:48:49.212Z Compiling untrusted v0.7.1
16452024-04-02T18:48:49.274Z Compiling base64 v0.21.7
16462024-04-02T18:48:49.401Z Compiling adler v1.0.2
16472024-04-02T18:48:49.710Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16482024-04-02T18:48:50.060Z Compiling base64ct v1.6.0
16492024-04-02T18:48:50.428Z Compiling miniz_oxide v0.7.1
16502024-04-02T18:48:50.507Z Compiling foreign-types v0.3.2
16512024-04-02T18:48:50.613Z Compiling pem-rfc7468 v0.7.0
16522024-04-02T18:48:52.524Z Compiling form_urlencoded v1.2.1
16532024-04-02T18:48:53.174Z Compiling hmac v0.12.1
16542024-04-02T18:48:53.413Z Compiling serde_tokenstream v0.1.7
16552024-04-02T18:48:53.785Z Compiling lazy_static v1.4.0
16562024-04-02T18:48:53.961Z Compiling unicode-segmentation v1.10.1
16572024-04-02T18:48:53.981Z Compiling try-lock v0.2.4
16582024-04-02T18:48:54.294Z Compiling flagset v0.4.3
16592024-04-02T18:48:54.325Z Compiling siphasher v0.3.11
16602024-04-02T18:48:54.493Z Compiling bitflags v1.3.2
16612024-04-02T18:48:54.592Z Compiling der v0.7.8
16622024-04-02T18:48:55.007Z Compiling want v0.3.1
16632024-04-02T18:48:55.553Z Compiling sct v0.7.0
16642024-04-02T18:48:55.831Z Compiling rustls-webpki v0.101.7
16652024-04-02T18:48:55.945Z Compiling h2 v0.3.24
16662024-04-02T18:48:57.493Z Compiling http-body v0.4.5
16672024-04-02T18:48:57.930Z Compiling openapiv3 v2.0.0
16682024-04-02T18:48:58.286Z Compiling hubpack_derive v0.1.1
16692024-04-02T18:48:59.115Z Compiling zerocopy-derive v0.6.4
16702024-04-02T18:48:59.307Z Compiling idna v0.5.0
16712024-04-02T18:48:59.622Z Compiling errno v0.3.8
16722024-04-02T18:48:59.843Z Compiling usdt-impl v0.5.0
16732024-04-02T18:49:00.584Z Compiling anstyle v1.0.6
16742024-04-02T18:49:00.630Z Compiling openssl-probe v0.1.5
16752024-04-02T18:49:00.924Z Compiling tower-service v0.3.2
16762024-04-02T18:49:00.986Z Compiling httpdate v1.0.3
16772024-04-02T18:49:01.413Z Compiling gimli v0.28.0
16782024-04-02T18:49:01.486Z Compiling stable_deref_trait v1.2.0
16792024-04-02T18:49:01.604Z Compiling cpufeatures v0.2.12
16802024-04-02T18:49:01.699Z Compiling utf8parse v0.2.1
16812024-04-02T18:49:01.862Z Compiling anstyle-parse v0.2.1
16822024-04-02T18:49:01.992Z Compiling sha2 v0.10.8
16832024-04-02T18:49:02.828Z Compiling hyper v0.14.28
16842024-04-02T18:49:02.974Z Compiling url v2.5.0
16852024-04-02T18:49:05.972Z Compiling addr2line v0.21.0
16862024-04-02T18:49:06.804Z Compiling spki v0.7.2
16872024-04-02T18:49:06.912Z Compiling usdt-macro v0.3.5
16882024-04-02T18:49:07.166Z Compiling usdt-attr-macro v0.3.5
16892024-04-02T18:49:07.967Z Compiling scroll v0.12.0
16902024-04-02T18:49:08.540Z Compiling md-5 v0.10.5
16912024-04-02T18:49:08.953Z Compiling serde_tokenstream v0.2.0
16922024-04-02T18:49:09.509Z Compiling stringprep v0.1.3
16932024-04-02T18:49:10.346Z Compiling idna v0.3.0
16942024-04-02T18:49:11.868Z Compiling diesel_table_macro_syntax v0.1.0
16952024-04-02T18:49:12.242Z Compiling num-integer v0.1.46
16962024-04-02T18:49:12.359Z Compiling object v0.32.1
16972024-04-02T18:49:12.823Z Compiling hash32 v0.2.1
16982024-04-02T18:49:13.235Z Compiling fallible-iterator v0.2.0
16992024-04-02T18:49:14.759Z Compiling plain v0.2.3
17002024-04-02T18:49:14.918Z Compiling psl-types v2.0.11
17012024-04-02T18:49:15.120Z Compiling rustc-demangle v0.1.23
17022024-04-02T18:49:17.342Z Compiling anstyle-query v1.0.0
17032024-04-02T18:49:17.499Z Compiling colorchoice v1.0.0
17042024-04-02T18:49:17.857Z Compiling anstream v0.6.11
17052024-04-02T18:49:18.542Z Compiling publicsuffix v2.2.3
17062024-04-02T18:49:18.798Z Compiling goblin v0.8.0
17072024-04-02T18:49:20.313Z Compiling postgres-protocol v0.6.6
17082024-04-02T18:49:23.208Z Compiling diesel_derives v2.1.2
17092024-04-02T18:49:23.849Z Compiling tokio-rustls v0.24.1
17102024-04-02T18:49:28.662Z Compiling pkcs8 v0.10.2
17112024-04-02T18:49:29.204Z Compiling terminal_size v0.3.0
17122024-04-02T18:49:29.231Z Compiling tokio-native-tls v0.3.1
17132024-04-02T18:49:29.515Z Compiling phf_shared v0.11.2
17142024-04-02T18:49:30.197Z Compiling strum_macros v0.25.2
17152024-04-02T18:49:30.384Z Compiling regress v0.9.0
17162024-04-02T18:49:30.416Z Compiling block-padding v0.3.3
17172024-04-02T18:49:30.649Z Compiling enum-as-inner v0.5.1
17182024-04-02T18:49:30.936Z Compiling clap_derive v4.5.0
17192024-04-02T18:49:31.281Z Compiling serde_repr v0.1.16
17202024-04-02T18:49:32.578Z Compiling ff v0.13.0
17212024-04-02T18:49:32.852Z Compiling scheduled-thread-pool v0.2.7
17222024-04-02T18:49:33.735Z Compiling encoding_rs v0.8.33
17232024-04-02T18:49:34.999Z Compiling ipnet v2.9.0
17242024-04-02T18:49:35.119Z Compiling clap_lex v0.7.0
17252024-04-02T18:49:35.511Z Compiling pretty-hex v0.4.1
17262024-04-02T18:49:35.575Z Compiling managed v0.8.0
17272024-04-02T18:49:35.822Z Compiling strsim v0.10.0
17282024-04-02T18:49:36.040Z Compiling matches v0.1.10
17292024-04-02T18:49:36.224Z Compiling regex-automata v0.1.10
17302024-04-02T18:49:36.477Z Compiling strsim v0.11.0
17312024-04-02T18:49:37.301Z Compiling mime v0.3.17
17322024-04-02T18:49:37.548Z Compiling bit-vec v0.6.3
17332024-04-02T18:49:37.607Z Compiling ident_case v1.0.1
17342024-04-02T18:49:37.718Z Compiling base16ct v0.2.0
17352024-04-02T18:49:37.785Z Compiling darling_core v0.20.3
17362024-04-02T18:49:37.974Z Compiling sec1 v0.7.3
17372024-04-02T18:49:38.010Z Compiling clap_builder v4.5.1
17382024-04-02T18:49:38.414Z Compiling bstr v0.2.17
17392024-04-02T18:49:40.535Z Compiling idna v0.2.3
17402024-04-02T18:49:46.886Z Compiling dof v0.3.0
17412024-04-02T18:49:47.026Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17422024-04-02T18:49:47.044Z Compiling r2d2 v0.8.10
17432024-04-02T18:49:47.044Z Compiling group v0.13.0
17442024-04-02T18:49:47.044Z Compiling inout v0.1.3
17452024-04-02T18:49:47.044Z Compiling phf v0.11.2
17462024-04-02T18:49:47.044Z Compiling hyper-tls v0.5.0
17472024-04-02T18:49:47.166Z Compiling signal-hook-mio v0.2.3
17482024-04-02T18:49:47.366Z Compiling flate2 v1.0.28
17492024-04-02T18:49:47.679Z Compiling bzip2 v0.4.4
17502024-04-02T18:49:47.794Z Compiling hyper-rustls v0.24.2
17512024-04-02T18:49:47.901Z Compiling cookie_store v0.20.0
17522024-04-02T18:49:48.151Z Compiling postgres-types v0.2.6
17532024-04-02T18:49:48.309Z Compiling zerocopy v0.6.4
17542024-04-02T18:49:48.555Z Compiling hubpack v0.1.2
17552024-04-02T18:49:48.999Z Compiling rustls-pemfile v1.0.3
17562024-04-02T18:49:49.052Z Compiling phf_shared v0.10.0
17572024-04-02T18:49:49.144Z Compiling hkdf v0.12.4
17582024-04-02T18:49:49.243Z Compiling serde_urlencoded v0.7.1
17592024-04-02T18:49:49.328Z Compiling crossbeam-epoch v0.9.18
17602024-04-02T18:49:49.558Z Compiling ipnetwork v0.20.0
17612024-04-02T18:49:49.782Z Compiling futures-executor v0.3.30
17622024-04-02T18:49:50.361Z Compiling dtrace-parser v0.2.0
17632024-04-02T18:49:50.608Z Compiling crypto-bigint v0.5.2
17642024-04-02T18:49:50.709Z Compiling float-cmp v0.9.0
17652024-04-02T18:49:51.050Z Compiling precomputed-hash v0.1.1
17662024-04-02T18:49:51.177Z Compiling normalize-line-endings v0.3.0
17672024-04-02T18:49:51.316Z Compiling predicates-core v1.0.6
17682024-04-02T18:49:51.644Z Compiling whoami v1.5.0
17692024-04-02T18:49:51.962Z Compiling data-encoding v2.4.0
17702024-04-02T18:49:52.460Z Compiling fixedbitset v0.4.2
17712024-04-02T18:49:52.763Z Compiling webpki-roots v0.25.2
17722024-04-02T18:49:52.854Z Compiling new_debug_unreachable v1.0.4
17732024-04-02T18:49:52.923Z Compiling either v1.10.0
17742024-04-02T18:49:52.958Z Compiling minimal-lexical v0.2.1
17752024-04-02T18:49:53.501Z Compiling winnow v0.6.1
17762024-04-02T18:49:53.913Z Compiling difflib v0.4.0
17772024-04-02T18:49:54.323Z Compiling sync_wrapper v0.1.2
17782024-04-02T18:49:54.428Z Compiling static_assertions v1.1.0
17792024-04-02T18:49:54.465Z Compiling reqwest v0.11.24
17802024-04-02T18:49:54.529Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17812024-04-02T18:49:54.863Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17822024-04-02T18:49:55.204Z Compiling predicates v3.1.0
17832024-04-02T18:49:56.560Z Compiling nom v7.1.3
17842024-04-02T18:49:56.778Z Compiling itertools v0.10.5
17852024-04-02T18:49:57.215Z Compiling toml_edit v0.22.6
17862024-04-02T18:49:59.188Z Compiling string_cache v0.8.7
17872024-04-02T18:49:59.587Z Compiling petgraph v0.6.4
17882024-04-02T18:49:59.735Z Compiling trust-dns-proto v0.22.0
17892024-04-02T18:50:00.283Z Compiling elliptic-curve v0.13.8
17902024-04-02T18:50:00.434Z Compiling tokio-postgres v0.7.10
17912024-04-02T18:50:03.588Z Compiling futures v0.3.30
17922024-04-02T18:50:03.714Z Compiling diesel v2.1.4
17932024-04-02T18:50:04.077Z Compiling yasna v0.5.2
17942024-04-02T18:50:04.426Z Compiling zip v0.6.6
17952024-04-02T18:50:04.865Z Compiling crossterm v0.27.0
17962024-04-02T18:50:04.976Z Compiling cipher v0.4.4
17972024-04-02T18:50:05.678Z Compiling darling_macro v0.20.3
17982024-04-02T18:50:06.401Z Compiling clap v4.5.1
17992024-04-02T18:50:06.530Z Compiling similar v2.4.0
18002024-04-02T18:50:06.577Z Compiling bit-set v0.5.3
18012024-04-02T18:50:07.205Z Compiling num-iter v0.1.44
18022024-04-02T18:50:07.375Z Compiling usdt v0.3.5
18032024-04-02T18:50:07.382Z Compiling console v0.15.8
18042024-04-02T18:50:08.289Z Compiling tokio-stream v0.1.14
18052024-04-02T18:50:08.589Z Compiling toml v0.7.8
18062024-04-02T18:50:08.742Z Compiling bstr v1.9.0
18072024-04-02T18:50:09.227Z Compiling hex v0.4.3
18082024-04-02T18:50:10.300Z Compiling proc-macro-error-attr v1.0.4
18092024-04-02T18:50:10.311Z Compiling peg-runtime v0.8.2
18102024-04-02T18:50:10.311Z Compiling lalrpop-util v0.19.12
18112024-04-02T18:50:10.560Z Compiling darling v0.20.3
18122024-04-02T18:50:10.583Z Compiling proc-macro-crate v1.3.1
18132024-04-02T18:50:11.560Z Compiling proc-macro-error v1.0.4
18142024-04-02T18:50:11.609Z Compiling heapless v0.8.0
18152024-04-02T18:50:12.103Z Compiling camino v1.1.6
18162024-04-02T18:50:13.176Z Compiling num_enum_derive v0.5.11
18172024-04-02T18:50:22.094Z Compiling atty v0.2.14
18182024-04-02T18:50:22.661Z Compiling hash32 v0.3.1
18192024-04-02T18:50:23.121Z Compiling rustls-pki-types v1.3.0
18202024-04-02T18:50:24.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18212024-04-02T18:50:25.305Z Compiling smoltcp v0.11.0
18222024-04-02T18:50:41.259Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18232024-04-02T18:50:50.860Z Compiling num_enum v0.5.11
18242024-04-02T18:50:54.198Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18252024-04-02T18:50:54.441Z Compiling getopts v0.2.21
18262024-04-02T18:50:55.308Z Compiling dirs-sys-next v0.1.2
18272024-04-02T18:50:55.311Z Compiling rustls v0.22.2
18282024-04-02T18:50:55.611Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18292024-04-02T18:50:56.150Z Compiling embedded-io v0.4.0
18302024-04-02T18:50:56.400Z Compiling cobs v0.2.3
18312024-04-02T18:50:56.859Z Compiling unsafe-libyaml v0.2.10
18322024-04-02T18:50:58.566Z Compiling postcard v1.0.8
18332024-04-02T18:50:58.697Z Compiling serde_yaml v0.9.25
18342024-04-02T18:51:01.652Z Compiling dirs-next v2.0.0
18352024-04-02T18:51:02.882Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18362024-04-02T18:51:09.875Z Compiling rustls-webpki v0.102.1
18372024-04-02T18:51:13.977Z Compiling strum_macros v0.26.1
18382024-04-02T18:51:16.357Z Compiling foreign-types-macros v0.2.3
18392024-04-02T18:51:16.608Z Compiling structmeta-derive v0.3.0
18402024-04-02T18:51:17.165Z Compiling thread_local v1.1.7
18412024-04-02T18:51:23.340Z Compiling multer v3.0.0
18422024-04-02T18:51:23.340Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18432024-04-02T18:51:23.365Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18442024-04-02T18:51:23.373Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18452024-04-02T18:51:23.373Z Compiling paste v1.0.14
18462024-04-02T18:51:23.373Z Compiling slog-async v2.8.0
18472024-04-02T18:51:23.373Z Compiling match_cfg v0.1.0
18482024-04-02T18:51:23.373Z Compiling foreign-types-shared v0.3.1
18492024-04-02T18:51:23.373Z Compiling foreign-types v0.5.0
18502024-04-02T18:51:23.373Z Compiling structmeta v0.3.0
18512024-04-02T18:51:23.373Z Compiling hostname v0.3.1
18522024-04-02T18:51:23.373Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18532024-04-02T18:51:24.350Z Compiling strum v0.26.1
18542024-04-02T18:51:27.200Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18552024-04-02T18:51:37.685Z Compiling term v0.7.0
18562024-04-02T18:51:38.830Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18572024-04-02T18:51:40.376Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18582024-04-02T18:51:42.583Z Compiling slog-json v2.6.1
18592024-04-02T18:51:42.733Z Compiling crossbeam-channel v0.5.8
18602024-04-02T18:51:43.156Z Compiling tabwriter v1.4.0
18612024-04-02T18:51:43.996Z Compiling http v1.0.0
18622024-04-02T18:51:44.096Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18632024-04-02T18:51:44.490Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18642024-04-02T18:51:44.882Z Compiling async-stream-impl v0.3.5
18652024-04-02T18:51:45.288Z Compiling cstr-argument v0.1.2
18662024-04-02T18:51:45.556Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18672024-04-02T18:51:45.820Z Compiling pretty-hex v0.2.1
18682024-04-02T18:51:46.035Z Compiling fastrand v2.0.1
18692024-04-02T18:51:46.062Z Compiling crucible-workspace-hack v0.1.0
18702024-04-02T18:51:46.173Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18712024-04-02T18:51:46.337Z Compiling atomic-waker v1.1.1
18722024-04-02T18:51:46.447Z Compiling take_mut v0.2.2
18732024-04-02T18:51:46.541Z Compiling rayon-core v1.12.1
18742024-04-02T18:51:46.769Z Compiling waitgroup v0.1.2
18752024-04-02T18:51:46.901Z Compiling tempfile v3.10.0
18762024-04-02T18:51:47.013Z Compiling async-stream v0.3.5
18772024-04-02T18:51:47.043Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18782024-04-02T18:51:47.443Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18792024-04-02T18:51:48.837Z Compiling slog-bunyan v2.5.0
18802024-04-02T18:51:48.860Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18812024-04-02T18:51:49.024Z Compiling slog-term v2.9.0
18822024-04-02T18:51:49.099Z Compiling tokio-rustls v0.25.0
18832024-04-02T18:51:49.574Z Compiling parse-display-derive v0.9.0
18842024-04-02T18:51:49.945Z Compiling toml v0.8.10
18852024-04-02T18:51:50.203Z Compiling rustls-pemfile v2.1.1
18862024-04-02T18:51:50.424Z Compiling serde_with_macros v3.6.1
18872024-04-02T18:51:50.977Z Compiling sha1 v0.10.6
18882024-04-02T18:51:51.909Z Compiling crossbeam-deque v0.8.3
18892024-04-02T18:51:51.948Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18902024-04-02T18:51:52.291Z Compiling colored v2.1.0
18912024-04-02T18:51:53.217Z Compiling newtype-uuid v1.0.1
18922024-04-02T18:51:53.550Z Compiling serde_path_to_error v0.1.16
18932024-04-02T18:51:53.576Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942024-04-02T18:51:53.643Z Compiling socket2 v0.4.9
18952024-04-02T18:51:54.008Z Compiling instant v0.1.12
18962024-04-02T18:51:54.185Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18972024-04-02T18:51:54.232Z Compiling debug-ignore v1.0.5
18982024-04-02T18:51:54.587Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18992024-04-02T18:51:54.606Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-04-02T18:51:55.282Z Compiling backoff v0.4.0
19012024-04-02T18:51:55.651Z Compiling parse-display v0.9.0
19022024-04-02T18:51:55.865Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19032024-04-02T18:51:56.295Z Compiling serde_with v3.6.1
19042024-04-02T18:51:57.805Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19052024-04-02T18:51:59.398Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19062024-04-02T18:52:00.123Z Compiling camino-tempfile v1.1.1
19072024-04-02T18:52:00.900Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19082024-04-02T18:52:00.927Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19092024-04-02T18:52:00.948Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19102024-04-02T18:52:01.100Z Compiling heck v0.3.3
19112024-04-02T18:52:01.398Z Compiling textwrap v0.11.0
19122024-04-02T18:52:01.461Z Compiling macaddr v1.0.1
19132024-04-02T18:52:02.115Z Compiling num-derive v0.4.0
19142024-04-02T18:52:02.312Z Compiling ansi_term v0.12.1
19152024-04-02T18:52:02.464Z Compiling vec_map v0.8.2
19162024-04-02T18:52:02.797Z Compiling libefi-sys v0.1.0
19172024-04-02T18:52:03.071Z Compiling strsim v0.8.0
19182024-04-02T18:52:03.162Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19192024-04-02T18:52:04.142Z Compiling clap v2.34.0
19202024-04-02T18:52:04.295Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
19212024-04-02T18:52:04.514Z Compiling structopt-derive v0.4.18
19222024-04-02T18:52:06.011Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19232024-04-02T18:52:06.181Z Compiling rayon v1.9.0
19242024-04-02T18:52:06.593Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19252024-04-02T18:52:07.047Z Compiling smf v0.2.2
19262024-04-02T18:52:07.276Z Compiling blake3 v1.5.0
19272024-04-02T18:52:07.851Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19282024-04-02T18:52:08.235Z Compiling portable-atomic v1.4.3
19292024-04-02T18:52:09.183Z Compiling structopt v0.3.26
19302024-04-02T18:52:09.648Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19312024-04-02T18:52:09.989Z Compiling xattr v1.0.1
19322024-04-02T18:52:10.432Z Compiling filetime v0.2.23
19332024-04-02T18:52:10.447Z Compiling memmap2 v0.7.1
19342024-04-02T18:52:10.447Z Compiling same-file v1.0.6
19352024-04-02T18:52:10.650Z Compiling arrayref v0.3.7
19362024-04-02T18:52:10.763Z Compiling arrayvec v0.7.4
19372024-04-02T18:52:10.823Z Compiling constant_time_eq v0.3.0
19382024-04-02T18:52:10.845Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19392024-04-02T18:52:10.998Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19402024-04-02T18:52:11.021Z Compiling walkdir v2.4.0
19412024-04-02T18:52:11.188Z Compiling tar v0.4.40
19422024-04-02T18:52:12.051Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19432024-04-02T18:52:12.582Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19442024-04-02T18:52:13.823Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19452024-04-02T18:52:15.322Z Compiling gethostname v0.4.3
19462024-04-02T18:52:15.441Z Compiling topological-sort v0.2.2
19472024-04-02T18:52:15.609Z Compiling number_prefix v0.4.0
19482024-04-02T18:52:15.682Z Compiling omicron-zone-package v0.11.0
19492024-04-02T18:52:15.888Z Compiling swrite v0.1.0
19502024-04-02T18:52:16.054Z Compiling indicatif v0.17.8
19512024-04-02T18:52:24.439Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19522024-04-02T18:52:26.526Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19532024-04-02T18:52:29.139Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19542024-04-02T18:52:30.808Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19552024-04-02T18:52:47.073Z Finished release [optimized] target(s) in 5m 50s
19562024-04-02T18:52:47.326Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19572024-04-02T18:52:47.398ZLogging to: /work/oxidecomputer/omicron/out/LOG
19582024-04-02T18:52:47.401ZCreated new build target 'test' and set it as active
19592024-04-02T18:52:47.401Z
19602024-04-02T18:52:47.401Zreal 5:50.642802793
19612024-04-02T18:52:47.401Zuser 32:47.133252073
19622024-04-02T18:52:47.402Zsys 4:01.589576202
19632024-04-02T18:52:47.402Ztrap 0.954562385
19642024-04-02T18:52:47.402Ztflt 7.487354688
19652024-04-02T18:52:47.402Zdflt 4.972196647
19662024-04-02T18:52:47.402Zkflt 0.227237959
19672024-04-02T18:52:47.402Zlock 1:09:25.988241932
19682024-04-02T18:52:47.402Zslp 1:33:30.230888596
19692024-04-02T18:52:47.402Zlat 2:05.060430960
19702024-04-02T18:52:47.402Zstop 3:48.472588405
19712024-04-02T18:52:47.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19722024-04-02T18:52:48.214Z Finished release [optimized] target(s) in 0.76s
19732024-04-02T18:52:48.237Z Running `target/release/omicron-package -t test package`
19742024-04-02T18:52:48.266ZLogging to: /work/oxidecomputer/omicron/out/LOG
19752024-04-02T18:52:49.129Z Compiling base64 v0.22.0
19762024-04-02T18:52:49.129Z Compiling newline-converter v0.3.0
19772024-04-02T18:52:49.133Z Compiling usdt-attr-macro v0.5.0
19782024-04-02T18:52:49.206Z Compiling usdt-macro v0.5.0
19792024-04-02T18:52:49.209Z Compiling memmap v0.7.0
19802024-04-02T18:52:49.224Z Compiling humantime v2.1.0
19812024-04-02T18:52:49.233Z Compiling linked-hash-map v0.5.6
19822024-04-02T18:52:49.236Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19832024-04-02T18:52:49.338Z Compiling expectorate v1.1.0
19842024-04-02T18:52:49.475Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19852024-04-02T18:52:49.512Z Compiling password-hash v0.5.0
19862024-04-02T18:52:49.600Z Compiling lru-cache v0.1.2
19872024-04-02T18:52:49.611Z Compiling blake2 v0.10.6
19882024-04-02T18:52:49.792Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19892024-04-02T18:52:50.009Z Compiling semver v0.1.20
19902024-04-02T18:52:50.302Z Compiling argon2 v0.5.3
19912024-04-02T18:52:50.460Z Compiling rustc_version v0.1.7
19922024-04-02T18:52:50.549Z Compiling bytecount v0.6.3
19932024-04-02T18:52:50.601Z Compiling usdt v0.5.0
19942024-04-02T18:52:50.843Z Compiling papergrid v0.11.0
19952024-04-02T18:52:50.846Z Compiling newtype_derive v0.1.6
19962024-04-02T18:52:50.937Z Compiling tabled_derive v0.7.0
19972024-04-02T18:52:51.806Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19982024-04-02T18:52:52.127Z Compiling quick-error v1.2.3
19992024-04-02T18:52:52.260Z Compiling resolv-conf v0.7.0
20002024-04-02T18:52:52.349Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20012024-04-02T18:52:52.851Z Compiling derive-where v1.2.7
20022024-04-02T18:52:53.083Z Compiling tabled v0.15.0
20032024-04-02T18:52:53.891Z Compiling num-rational v0.4.1
20042024-04-02T18:52:54.191Z Compiling slog-dtrace v0.3.0
20052024-04-02T18:52:54.474Z Compiling termcolor v1.2.0
20062024-04-02T18:52:55.461Z Compiling trust-dns-resolver v0.22.0
20072024-04-02T18:52:55.617Z Compiling itertools v0.12.1
20082024-04-02T18:52:55.933Z Compiling utf-8 v0.7.6
20092024-04-02T18:52:59.104Z Compiling num-complex v0.4.4
20102024-04-02T18:53:00.216Z Compiling num v0.4.1
20112024-04-02T18:53:00.294Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20122024-04-02T18:53:00.312Z Compiling nibble_vec v0.1.0
20132024-04-02T18:53:00.530Z Compiling radium v0.7.0
20142024-04-02T18:53:00.958Z Compiling endian-type v0.1.2
20152024-04-02T18:53:01.194Z Compiling radix_trie v0.2.1
20162024-04-02T18:53:01.223Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20172024-04-02T18:53:02.021Z Compiling tungstenite v0.20.1
20182024-04-02T18:53:03.786Z Compiling tap v1.0.1
20192024-04-02T18:53:03.910Z Compiling steno v0.4.0
20202024-04-02T18:53:03.963Z Compiling maybe-uninit v2.0.0
20212024-04-02T18:53:04.489Z Compiling wyz v0.5.1
20222024-04-02T18:53:04.611Z Compiling tokio-tungstenite v0.20.1
20232024-04-02T18:53:05.178Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20242024-04-02T18:53:05.497Z Compiling num-bigint-dig v0.8.4
20252024-04-02T18:53:05.773Z Compiling crc-catalog v2.2.0
20262024-04-02T18:53:05.908Z Compiling display-error-chain v0.2.0
20272024-04-02T18:53:06.087Z Compiling cancel-safe-futures v0.1.5
20282024-04-02T18:53:06.419Z Compiling funty v2.0.0
20292024-04-02T18:53:07.312Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20302024-04-02T18:53:09.142Z Compiling arc-swap v1.6.0
20312024-04-02T18:53:09.909Z Compiling packed_struct v0.10.1
20322024-04-02T18:53:10.308Z Compiling slog-scope v4.4.0
20332024-04-02T18:53:10.859Z Compiling bitvec v1.0.1
20342024-04-02T18:53:11.245Z Compiling crc v3.0.1
20352024-04-02T18:53:12.103Z Compiling fxhash v0.2.1
20362024-04-02T18:53:12.310Z Compiling packed_struct_codegen v0.10.1
20372024-04-02T18:53:14.897Z Compiling indexmap v1.9.3
20382024-04-02T18:53:15.062Z Compiling nodrop v0.1.14
20392024-04-02T18:53:15.188Z Compiling array-init v0.0.4
20402024-04-02T18:53:15.720Z Compiling smallvec v0.6.14
20412024-04-02T18:53:17.150Z Compiling slog-stdlog v4.1.1
20422024-04-02T18:53:18.092Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20432024-04-02T18:53:18.313Z Compiling rayon-core v1.12.1
20442024-04-02T18:53:18.331Z Compiling pkcs1 v0.7.5
20452024-04-02T18:53:19.503Z Compiling is-terminal v0.4.9
20462024-04-02T18:53:19.631Z Compiling signature v2.1.0
20472024-04-02T18:53:19.874Z Compiling crossbeam-deque v0.8.3
20482024-04-02T18:53:20.222Z Compiling dirs-sys-next v0.1.2
20492024-04-02T18:53:20.734Z Compiling half v2.3.1
20502024-04-02T18:53:21.433Z Compiling glob v0.3.1
20512024-04-02T18:53:22.257Z Compiling crunchy v0.2.2
20522024-04-02T18:53:22.449Z Compiling hashbrown v0.12.3
20532024-04-02T18:53:22.684Z Compiling fastrand v2.0.1
20542024-04-02T18:53:23.165Z Compiling same-file v1.0.6
20552024-04-02T18:53:23.394Z Compiling bitfield v0.14.0
20562024-04-02T18:53:23.691Z Compiling ciborium-io v0.2.2
20572024-04-02T18:53:23.820Z Compiling ciborium-ll v0.2.2
20582024-04-02T18:53:24.310Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20592024-04-02T18:53:24.882Z Compiling walkdir v2.4.0
20602024-04-02T18:53:25.521Z Compiling tempfile v3.10.0
20612024-04-02T18:53:26.328Z Compiling clang-sys v1.6.1
20622024-04-02T18:53:26.688Z Compiling dirs-next v2.0.0
20632024-04-02T18:53:26.989Z Compiling rsa v0.9.2
20642024-04-02T18:53:27.652Z Compiling env_logger v0.10.0
20652024-04-02T18:53:28.333Z Compiling slog-envlogger v2.2.0
20662024-04-02T18:53:28.539Z Compiling serde-hex v0.1.0
20672024-04-02T18:53:31.164Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20682024-04-02T18:53:31.481Z Compiling camino v1.1.6
20692024-04-02T18:53:31.552Z Compiling x509-cert v0.2.4
20702024-04-02T18:53:31.626Z Compiling ron v0.8.1
20712024-04-02T18:53:32.447Z Compiling hashbrown v0.13.2
20722024-04-02T18:53:33.793Z Compiling semver-parser v0.10.2
20732024-04-02T18:53:33.805Z Compiling unicase v2.7.0
20742024-04-02T18:53:34.092Z Compiling prettyplease v0.2.16
20752024-04-02T18:53:34.378Z Compiling crc-any v2.4.3
20762024-04-02T18:53:35.374Z Compiling tiny-keccak v2.0.2
20772024-04-02T18:53:35.533Z Compiling semver v0.11.0
20782024-04-02T18:53:35.672Z Compiling blake3 v1.5.0
20792024-04-02T18:53:35.963Z Compiling object v0.30.4
20802024-04-02T18:53:36.240Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20812024-04-02T18:53:37.813Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20822024-04-02T18:53:39.027Z Compiling rayon v1.9.0
20832024-04-02T18:53:40.737Z Compiling term v0.7.0
20842024-04-02T18:53:42.160Z Compiling ciborium v0.2.2
20852024-04-02T18:53:43.936Z Compiling darling_core v0.14.4
20862024-04-02T18:53:43.939Z Compiling filetime v0.2.23
20872024-04-02T18:53:44.244Z Compiling xattr v1.0.1
20882024-04-02T18:53:44.352Z Compiling memmap2 v0.7.1
20892024-04-02T18:53:44.495Z Compiling path-slash v0.1.5
20902024-04-02T18:53:44.718Z Compiling arrayvec v0.7.4
20912024-04-02T18:53:44.736Z Compiling arrayref v0.3.7
20922024-04-02T18:53:44.825Z Compiling constant_time_eq v0.3.0
20932024-04-02T18:53:44.975Z Compiling home v0.5.5
20942024-04-02T18:53:45.129Z Compiling toolchain_find v0.2.0
20952024-04-02T18:53:45.691Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20962024-04-02T18:53:46.614Z Compiling tar v0.4.40
20972024-04-02T18:53:48.965Z Compiling ascii-canvas v3.0.0
20982024-04-02T18:53:49.107Z Compiling darling_macro v0.14.4
20992024-04-02T18:53:49.466Z Compiling camino-tempfile v1.1.1
21002024-04-02T18:53:49.617Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21012024-04-02T18:53:49.989Z Compiling libsw v3.3.1
21022024-04-02T18:53:50.002Z Compiling toml v0.5.11
21032024-04-02T18:53:50.054Z Compiling ena v0.14.2
21042024-04-02T18:53:50.297Z Compiling libloading v0.7.4
21052024-04-02T18:53:50.489Z Compiling bindgen v0.69.2
21062024-04-02T18:53:50.681Z Compiling topological-sort v0.2.2
21072024-04-02T18:53:50.896Z Compiling convert_case v0.4.0
21082024-04-02T18:53:50.943Z Compiling regex-syntax v0.6.29
21092024-04-02T18:53:51.720Z Compiling owo-colors v4.0.0
21102024-04-02T18:53:53.067Z Compiling diff v0.1.13
21112024-04-02T18:53:53.271Z Compiling linear-map v1.2.0
21122024-04-02T18:53:53.669Z Compiling parking_lot_core v0.8.6
21132024-04-02T18:53:53.692Z Compiling derive_more v0.99.17
21142024-04-02T18:53:54.093Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21152024-04-02T18:53:54.631Z Compiling lalrpop v0.19.12
21162024-04-02T18:53:56.378Z Compiling rustfmt-wrapper v0.2.0
21172024-04-02T18:53:56.644Z Compiling omicron-zone-package v0.11.0
21182024-04-02T18:53:57.547Z Compiling darling v0.14.4
21192024-04-02T18:53:57.646Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21202024-04-02T18:54:00.761Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21212024-04-02T18:54:01.188Z Compiling toml v0.8.10
21222024-04-02T18:54:02.047Z Compiling cexpr v0.6.0
21232024-04-02T18:54:02.059Z Compiling which v4.4.0
21242024-04-02T18:54:02.599Z Compiling rustc-hash v1.1.0
21252024-04-02T18:54:02.706Z Compiling lazycell v1.3.0
21262024-04-02T18:54:02.740Z Compiling peeking_take_while v0.1.2
21272024-04-02T18:54:02.870Z Compiling shlex v1.3.0
21282024-04-02T18:54:02.890Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21292024-04-02T18:54:03.280Z Compiling derive_builder_core v0.12.0
21302024-04-02T18:54:04.764Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21312024-04-02T18:54:05.335Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21322024-04-02T18:54:05.415Z Compiling headers-core v0.2.0
21332024-04-02T18:54:05.557Z Compiling pem v3.0.2
21342024-04-02T18:54:05.579Z Compiling libxml v0.3.3
21352024-04-02T18:54:05.915Z Compiling async-recursion v1.0.5
21362024-04-02T18:54:06.647Z Compiling platforms v3.0.2
21372024-04-02T18:54:06.852Z Compiling ref-cast v1.0.20
21382024-04-02T18:54:07.035Z Compiling headers v0.3.9
21392024-04-02T18:54:07.215Z Compiling derive_builder_macro v0.12.0
21402024-04-02T18:54:07.730Z Compiling parking_lot v0.11.2
21412024-04-02T18:54:07.859Z Compiling mime_guess v2.0.4
21422024-04-02T18:54:07.976Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21432024-04-02T18:54:09.185Z Compiling trust-dns-client v0.22.0
21442024-04-02T18:54:09.867Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21452024-04-02T18:54:10.155Z Compiling strum_macros v0.24.3
21462024-04-02T18:54:13.600Z Compiling ref-cast-impl v1.0.20
21472024-04-02T18:54:14.477Z Compiling vte_generate_state_changes v0.1.1
21482024-04-02T18:54:14.729Z Compiling cookie v0.18.0
21492024-04-02T18:54:15.012Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21502024-04-02T18:54:15.044Z Compiling buf-list v1.0.3
21512024-04-02T18:54:15.291Z Compiling indoc v1.0.9
21522024-04-02T18:54:15.421Z Compiling doc-comment v0.3.3
21532024-04-02T18:54:16.111Z Compiling vte v0.11.1
21542024-04-02T18:54:16.369Z Compiling trust-dns-server v0.22.1
21552024-04-02T18:54:17.600Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21562024-04-02T18:54:18.724Z Compiling derive_builder v0.12.0
21572024-04-02T18:54:18.905Z Compiling sled v0.34.7
21582024-04-02T18:54:21.690Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21592024-04-02T18:54:22.220Z Compiling polar-core v0.27.0
21602024-04-02T18:54:23.829Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21612024-04-02T18:54:24.111Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21622024-04-02T18:54:24.938Z Compiling bb8 v0.8.3
21632024-04-02T18:54:25.443Z Compiling const_format_proc_macros v0.2.32
21642024-04-02T18:54:25.631Z Compiling quick-xml v0.30.0
21652024-04-02T18:54:27.407Z Compiling oso-derive v0.27.0
21662024-04-02T18:54:28.388Z Compiling pin-project-internal v1.1.3
21672024-04-02T18:54:29.403Z Compiling impl-trait-for-tuples v0.2.2
21682024-04-02T18:54:31.155Z Compiling memoffset v0.7.1
21692024-04-02T18:54:31.440Z Compiling maplit v1.0.2
21702024-04-02T18:54:31.684Z Compiling pin-project v1.1.3
21712024-04-02T18:54:31.812Z Compiling const_format v0.2.32
21722024-04-02T18:54:33.116Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21732024-04-02T18:54:38.560Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-04-02T18:54:39.390Z Compiling curve25519-dalek v4.1.1
21752024-04-02T18:54:41.400Z Compiling strip-ansi-escapes v0.2.0
21762024-04-02T18:54:46.216Z Compiling oso v0.27.0
21772024-04-02T18:54:55.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21782024-04-02T18:54:56.661Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
21792024-04-02T18:54:56.972Z Compiling fd-lock v3.0.13
21802024-04-02T18:54:57.190Z Compiling kstat-rs v0.2.3
21812024-04-02T18:54:58.186Z Compiling snafu-derive v0.7.5
21822024-04-02T18:55:01.653Z Compiling fs-err v2.11.0
21832024-04-02T18:55:01.944Z Compiling strum v0.25.0
21842024-04-02T18:55:02.123Z Compiling keccak v0.1.4
21852024-04-02T18:55:03.084Z Compiling nu-ansi-term v0.50.0
21862024-04-02T18:55:03.130Z Compiling snafu v0.7.5
21872024-04-02T18:55:04.372Z Compiling reedline v0.30.0
21882024-04-02T18:55:04.582Z Compiling sha3 v0.10.8
21892024-04-02T18:55:05.605Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21902024-04-02T18:55:05.847Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21912024-04-02T18:55:05.893Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
21922024-04-02T18:55:13.256Z Compiling env_logger v0.9.3
21932024-04-02T18:55:18.017Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21942024-04-02T18:55:20.749Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21952024-04-02T18:55:21.174Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
21962024-04-02T18:55:21.261Z Compiling globset v0.4.13
21972024-04-02T18:55:22.794Z Compiling fd-lock v4.0.2
21982024-04-02T18:55:23.019Z Compiling peg-macros v0.8.2
21992024-04-02T18:55:24.962Z Compiling olpc-cjson v0.1.3
22002024-04-02T18:55:25.292Z Compiling universal-hash v0.5.1
22012024-04-02T18:55:25.515Z Compiling nix v0.27.1
22022024-04-02T18:55:26.334Z Compiling secrecy v0.8.0
22032024-04-02T18:55:26.623Z Compiling serde_plain v1.0.2
22042024-04-02T18:55:27.108Z Compiling nanorand v0.7.0
22052024-04-02T18:55:27.153Z Compiling sqlparser_derive v0.2.2
22062024-04-02T18:55:28.645Z Compiling bitstruct_derive v0.1.0
22072024-04-02T18:55:28.651Z Compiling thiserror-impl-no-std v2.0.2
22082024-04-02T18:55:29.043Z Compiling curve25519-dalek-derive v0.1.0
22092024-04-02T18:55:29.100Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22102024-04-02T18:55:29.237Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22112024-04-02T18:55:29.537Z Compiling unicode_categories v0.1.1
22122024-04-02T18:55:29.660Z Compiling opaque-debug v0.3.0
22132024-04-02T18:55:29.756Z Compiling typed-path v0.7.0
22142024-04-02T18:55:30.175Z Compiling ascii v1.1.0
22152024-04-02T18:55:30.402Z Compiling signature v1.6.4
22162024-04-02T18:55:30.554Z Compiling salty v0.2.0
22172024-04-02T18:55:31.386Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22182024-04-02T18:55:31.387Z Compiling thiserror-no-std v2.0.2
22192024-04-02T18:55:31.387Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22202024-04-02T18:55:31.394Z Compiling ed25519 v1.5.3
22212024-04-02T18:55:31.394Z Compiling rustyline v13.0.0
22222024-04-02T18:55:31.774Z Compiling sqlformat v0.2.3
22232024-04-02T18:55:33.500Z Compiling tough v0.16.0
22242024-04-02T18:55:36.558Z Compiling poly1305 v0.8.0
22252024-04-02T18:55:38.368Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22262024-04-02T18:55:38.478Z Compiling bitstruct v0.1.1
22272024-04-02T18:55:38.592Z Compiling sqlparser v0.43.1
22282024-04-02T18:55:38.622Z Compiling flume v0.11.0
22292024-04-02T18:55:39.339Z Compiling peg v0.8.2
22302024-04-02T18:55:39.457Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22312024-04-02T18:55:40.418Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22322024-04-02T18:55:40.950Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22332024-04-02T18:55:45.549Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22342024-04-02T18:55:49.182Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22352024-04-02T18:55:49.479Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22362024-04-02T18:55:49.759Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22372024-04-02T18:55:50.951Z Compiling chacha20 v0.9.1
22382024-04-02T18:55:51.392Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22392024-04-02T18:55:53.714Z Compiling aead v0.5.2
22402024-04-02T18:55:54.044Z Compiling bcs v0.1.6
22412024-04-02T18:55:54.963Z Compiling serde-big-array v0.5.1
22422024-04-02T18:55:55.216Z Compiling serde_arrays v0.1.0
22432024-04-02T18:55:55.393Z Compiling erased-serde v0.3.31
22442024-04-02T18:55:56.084Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22452024-04-02T18:55:56.888Z Compiling highway v1.1.0
22462024-04-02T18:55:57.121Z Compiling parse-size v1.0.0
22472024-04-02T18:55:57.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22482024-04-02T18:55:58.320Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22492024-04-02T18:55:59.439Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22502024-04-02T18:55:59.951Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22512024-04-02T18:56:11.087Z Compiling chacha20poly1305 v0.10.1
22522024-04-02T18:56:11.338Z Compiling vsss-rs v3.3.4
22532024-04-02T18:56:19.558Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22542024-04-02T18:56:20.294Z Compiling signal-hook-tokio v0.3.1
22552024-04-02T18:56:20.485Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22562024-04-02T18:56:20.795Z Compiling castaway v0.2.2
22572024-04-02T18:56:20.980Z Compiling rand_seeder v0.2.3
22582024-04-02T18:56:21.391Z Compiling serde-big-array v0.4.1
22592024-04-02T18:56:22.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22602024-04-02T18:56:23.085Z Compiling http-range v0.1.5
22612024-04-02T18:56:23.602Z Compiling hyper-staticfile v0.9.5
22622024-04-02T18:56:23.713Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22632024-04-02T18:56:26.998Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22642024-04-02T18:56:28.493Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22652024-04-02T18:56:28.637Z Compiling compact_str v0.7.1
22662024-04-02T18:56:28.677Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22672024-04-02T18:56:29.545Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22682024-04-02T18:56:34.828Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22692024-04-02T18:56:35.457Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22702024-04-02T18:56:41.850Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22712024-04-02T18:56:46.180Z Compiling zone_cfg_derive v0.1.2
22722024-04-02T18:56:47.561Z Compiling tungstenite v0.21.0
22732024-04-02T18:56:49.396Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22742024-04-02T18:56:49.682Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22752024-04-02T18:56:49.950Z Compiling lru v0.12.1
22762024-04-02T18:56:50.327Z Compiling stability v0.1.1
22772024-04-02T18:56:51.265Z Compiling cassowary v0.3.0
22782024-04-02T18:56:52.929Z Compiling base64 v0.13.1
22792024-04-02T18:56:53.726Z Compiling indoc v2.0.3
22802024-04-02T18:56:54.713Z Compiling corncobs v0.1.3
22812024-04-02T18:56:55.078Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22822024-04-02T18:56:55.610Z Compiling ratatui v0.26.1
22832024-04-02T18:56:55.873Z Compiling ron v0.7.1
22842024-04-02T18:56:57.250Z Compiling tokio-tungstenite v0.21.0
22852024-04-02T18:56:57.819Z Compiling zone v0.1.8
22862024-04-02T18:57:01.402Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22872024-04-02T18:57:01.445Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22882024-04-02T18:57:02.119Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22892024-04-02T18:57:13.571Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22902024-04-02T18:57:23.367Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22912024-04-02T18:57:24.426Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22922024-04-02T18:57:24.668Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22932024-04-02T18:57:27.397Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22942024-04-02T18:57:27.690Z Compiling portpicker v0.1.1
22952024-04-02T18:57:28.248Z Compiling unicode-linebreak v0.1.5
22962024-04-02T18:57:28.784Z Compiling smawk v0.3.1
22972024-04-02T18:57:29.014Z Compiling textwrap v0.16.1
22982024-04-02T18:57:32.292Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22992024-04-02T18:57:38.026Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23002024-04-02T18:57:39.202Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23012024-04-02T18:57:43.655Z Compiling rcgen v0.12.1
23022024-04-02T18:57:47.053Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23032024-04-02T18:57:47.536Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23042024-04-02T18:57:47.851Z Compiling atomicwrites v0.4.3
23052024-04-02T18:57:48.415Z Compiling fatfs v0.3.6
23062024-04-02T18:57:51.450Z Compiling subprocess v0.2.9
23072024-04-02T18:57:53.937Z Compiling rtoolbox v0.0.1
23082024-04-02T18:57:53.958Z Compiling assert_matches v1.5.0
23092024-04-02T18:57:53.959Z Compiling is_ci v1.2.0
23102024-04-02T18:57:53.959Z Compiling supports-color v3.0.0
23112024-04-02T18:57:54.201Z Compiling rpassword v7.3.1
23122024-04-02T18:57:54.476Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23132024-04-02T18:57:54.915Z Compiling tui-tree-widget v0.17.0
23142024-04-02T18:57:54.915Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23152024-04-02T18:57:55.014Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23162024-04-02T18:57:56.714Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23172024-04-02T18:57:57.000Z Compiling csv-core v0.1.11
23182024-04-02T18:57:57.939Z Compiling shell-words v1.1.0
23192024-04-02T18:57:58.389Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23202024-04-02T18:57:59.658Z Compiling csv v1.3.0
23212024-04-02T18:58:01.660Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23222024-04-02T18:58:01.872Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23232024-04-02T18:58:11.360Z Compiling multimap v0.10.0
23242024-04-02T18:59:57.947Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23252024-04-02T19:00:15.699Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23262024-04-02T19:00:24.158Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23272024-04-02T19:06:54.309Z Finished release [optimized] target(s) in 14m 05s
23282024-04-02T19:08:01.614Z
23292024-04-02T19:08:02.031Zreal 15:13.988900487
23302024-04-02T19:08:02.031Zuser 1:44:21.283929195
23312024-04-02T19:08:02.031Zsys 4:38.245242900
23322024-04-02T19:08:02.031Ztrap 2.376022856
23332024-04-02T19:08:02.031Ztflt 2.200167134
23342024-04-02T19:08:02.032Zdflt 4.061819855
23352024-04-02T19:08:02.032Zkflt 0.045462259
23362024-04-02T19:08:02.032Zlock 6:30:08.012460695
23372024-04-02T19:08:02.032Zslp 4:06:03.583574050
23382024-04-02T19:08:02.032Zlat 2:20.050402548
23392024-04-02T19:08:02.033Zstop 1:00.932671172
23402024-04-02T19:08:02.033Z+ 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/*)
23412024-04-02T19:08:02.033Z+ pfexec mkdir -p /work
23422024-04-02T19:08:02.033Z+ pfexec chown build /work
23432024-04-02T19:08:02.045Z+ 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
23442024-04-02T19:08:11.900ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23452024-04-02T19:08:11.901Za out/mg-ddm-gz.tar 73905K
23462024-04-02T19:08:11.901Za out/omicron-sled-agent.tar 112878K
23472024-04-02T19:08:11.901Za out/oxlog.tar 6098K
23482024-04-02T19:08:11.901Za out/target/test 1K
23492024-04-02T19:08:11.901Za out/npuzone/npuzone 36313K
23502024-04-02T19:08:11.901Za package-manifest.toml 26K
23512024-04-02T19:08:11.901Za smf/sled-agent/non-gimlet/config.toml 4K
23522024-04-02T19:08:11.902Za target/release/omicron-package 39242K
23532024-04-02T19:08:11.902Za tools/create_virtual_hardware.sh 4K
23542024-04-02T19:08:11.902Za tools/virtual_hardware.sh 4K
23552024-04-02T19:08:11.902Za tools/scrimlet/create-softnpu-zone.sh 1K
23562024-04-02T19:08:11.902Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23572024-04-02T19:08:11.902Za tools/scrimlet/softnpu-init.sh 3K
23582024-04-02T19:08:11.902Za tools/scrimlet/softnpu-zone.txt 1K
23592024-04-02T19:08:11.902Za tools/scrimlet/softnpu.toml 1K
23602024-04-02T19:08:12.357Z
23612024-04-02T19:08:12.357Zreal 9.963880380
23622024-04-02T19:08:12.357Zuser 9.621522727
23632024-04-02T19:08:12.357Zsys 0.696896824
23642024-04-02T19:08:12.357Ztrap 0.001795131
23652024-04-02T19:08:12.357Ztflt 0.000000000
23662024-04-02T19:08:12.357Zdflt 0.000000000
23672024-04-02T19:08:12.357Zkflt 0.000000000
23682024-04-02T19:08:12.357Zlock 0.000000000
23692024-04-02T19:08:12.358Zslp 9.369081356
23702024-04-02T19:08:12.358Zlat 0.235381297
23712024-04-02T19:08:12.358Zstop 0.000182699
23722024-04-02T19:08:12.358Z++ pwd
23732024-04-02T19:08:12.358Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23742024-04-02T19:08:12.358Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23752024-04-02T19:08:12.358Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23762024-04-02T19:08:12.411Z Finished release [optimized] target(s) in 0.76s
23772024-04-02T19:08:12.465Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23782024-04-02T19:08:12.469ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792024-04-02T19:08:12.469ZCreated new build target 'host' and set it as active
23802024-04-02T19:08:12.469Z
23812024-04-02T19:08:12.469Zreal 0.866727755
23822024-04-02T19:08:12.469Zuser 0.557650786
23832024-04-02T19:08:12.469Zsys 0.290254138
23842024-04-02T19:08:12.469Ztrap 0.000039409
23852024-04-02T19:08:12.469Ztflt 0.000001329
23862024-04-02T19:08:12.469Zdflt 0.000005848
23872024-04-02T19:08:12.470Zkflt 0.000000000
23882024-04-02T19:08:12.470Zlock 0.024381397
23892024-04-02T19:08:12.470Zslp 0.110428229
23902024-04-02T19:08:12.470Zlat 0.003882122
23912024-04-02T19:08:12.470Zstop 0.000271936
23922024-04-02T19:08:12.470Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23932024-04-02T19:08:13.257Z Finished release [optimized] target(s) in 0.74s
23942024-04-02T19:08:13.280Z Running `target/release/omicron-package -t host package`
23952024-04-02T19:08:13.305ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962024-04-02T19:08:14.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23972024-04-02T19:10:36.544Z Finished release [optimized] target(s) in 2m 23s
23982024-04-02T19:11:18.562Z
23992024-04-02T19:11:18.580Zreal 3:04.807177161
24002024-04-02T19:11:18.580Zuser 13:53.820418617
24012024-04-02T19:11:18.580Zsys 40.850951505
24022024-04-02T19:11:18.580Ztrap 0.244878309
24032024-04-02T19:11:18.580Ztflt 0.017403340
24042024-04-02T19:11:18.580Zdflt 7.575706814
24052024-04-02T19:11:18.580Zkflt 0.028792043
24062024-04-02T19:11:18.580Zlock 56:47.468705653
24072024-04-02T19:11:18.581Zslp 12:30.179834757
24082024-04-02T19:11:18.581Zlat 7.970825545
24092024-04-02T19:11:18.581Zstop 2.272877289
24102024-04-02T19:11:18.581Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24112024-04-02T19:11:18.581Z+ for package in "$@"
24122024-04-02T19:11:18.581Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24132024-04-02T19:11:18.581Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gited31da29c6f
24142024-04-02T19:11:18.582Z Finished release [optimized] target(s) in 0.76s
24152024-04-02T19:11:18.582Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gited31da29c6f`
24162024-04-02T19:11:18.582ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172024-04-02T19:11:18.600ZCreated: out/versioned/omicron-sled-agent.tar
24182024-04-02T19:11:18.600Z+ for package in "$@"
24192024-04-02T19:11:18.600Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24202024-04-02T19:11:18.601Z+ echo 0.0.0
24212024-04-02T19:11:18.601Z+ tar rvf out/mg-ddm-gz.tar VERSION
24222024-04-02T19:11:18.601Za VERSION 1K
24232024-04-02T19:11:18.601Z+ rm VERSION
24242024-04-02T19:11:18.601Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f
24252024-04-02T19:11:19.214Z Finished release [optimized] target(s) in 0.75s
24262024-04-02T19:11:19.237Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f`
24272024-04-02T19:11:19.267ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282024-04-02T19:11:19.394ZCreated: out/versioned/mg-ddm-gz.tar
24292024-04-02T19:11:19.401Z+ for package in "$@"
24302024-04-02T19:11:19.401Z+ [[ propolis-server == mg-ddm-gz ]]
24312024-04-02T19:11:19.402Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gited31da29c6f
24322024-04-02T19:11:20.202Z Finished release [optimized] target(s) in 0.75s
24332024-04-02T19:11:20.224Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gited31da29c6f`
24342024-04-02T19:11:20.254ZLogging to: /work/oxidecomputer/omicron/out/LOG
24352024-04-02T19:11:21.259ZCreated: out/versioned/propolis-server.tar.gz
24362024-04-02T19:11:21.274Z+ for package in "$@"
24372024-04-02T19:11:21.274Z+ [[ overlay == mg-ddm-gz ]]
24382024-04-02T19:11:21.274Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gited31da29c6f
24392024-04-02T19:11:22.057Z Finished release [optimized] target(s) in 0.75s
24402024-04-02T19:11:22.080Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gited31da29c6f`
24412024-04-02T19:11:22.111ZLogging to: /work/oxidecomputer/omicron/out/LOG
24422024-04-02T19:11:22.114ZCreated: out/versioned/overlay.tar.gz
24432024-04-02T19:11:22.117Z+ for package in "$@"
24442024-04-02T19:11:22.117Z+ [[ oxlog == mg-ddm-gz ]]
24452024-04-02T19:11:22.117Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gited31da29c6f
24462024-04-02T19:11:22.902Z Finished release [optimized] target(s) in 0.74s
24472024-04-02T19:11:22.924Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gited31da29c6f`
24482024-04-02T19:11:22.955ZLogging to: /work/oxidecomputer/omicron/out/LOG
24492024-04-02T19:11:22.972ZCreated: out/versioned/oxlog.tar
24502024-04-02T19:11:22.975Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24512024-04-02T19:11:22.984Z+++ dirname -- ./tools/build-global-zone-packages.sh
24522024-04-02T19:11:22.987Z++ cd -- ./tools
24532024-04-02T19:11:22.987Z++ pwd
24542024-04-02T19:11:22.987Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24552024-04-02T19:11:22.987Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24562024-04-02T19:11:23.124Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24572024-04-02T19:11:23.129Z++ readlink -f /work
24582024-04-02T19:11:23.129Z+ out_dir=/work
24592024-04-02T19:11:23.129Z+ 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")
24602024-04-02T19:11:23.129Z+ for dep in "${deps[@]}"
24612024-04-02T19:11:23.129Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24622024-04-02T19:11:23.129Z+ for dep in "${deps[@]}"
24632024-04-02T19:11:23.129Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24642024-04-02T19:11:23.129Z+ for dep in "${deps[@]}"
24652024-04-02T19:11:23.129Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24662024-04-02T19:11:23.130Z+ for dep in "${deps[@]}"
24672024-04-02T19:11:23.130Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24682024-04-02T19:11:23.130Z+ for dep in "${deps[@]}"
24692024-04-02T19:11:23.130Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24702024-04-02T19:11:23.130Z++ mktemp -d
24712024-04-02T19:11:23.135Z+ tmp_gz=/tmp/tmp.f4a42h
24722024-04-02T19:11:23.135Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24732024-04-02T19:11:23.135Z+ echo '{"v":"1","t":"layer"}'
24742024-04-02T19:11:23.135Z+ pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/sled-agent
24752024-04-02T19:11:23.135Z+ mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/sled-agent
24762024-04-02T19:11:23.136Z+ cd /tmp/tmp.f4a42h/root/opt/oxide/sled-agent
24772024-04-02T19:11:23.136Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24782024-04-02T19:11:23.212Zx ., 0 bytes, 0 tape blocks
24792024-04-02T19:11:23.212Zx zone-bundle, 36115696 bytes, 70539 tape blocks
24802024-04-02T19:11:23.212Zx sled-agent, 79453320 bytes, 155183 tape blocks
24812024-04-02T19:11:23.212Zx pkg, 0 bytes, 0 tape blocks
24822024-04-02T19:11:23.212Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24832024-04-02T19:11:23.212Zx pkg/README.md, 54 bytes, 1 tape blocks
24842024-04-02T19:11:23.212Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24852024-04-02T19:11:23.212Zx VERSION, 25 bytes, 1 tape blocks
24862024-04-02T19:11:23.218Z+ mkdir -p /tmp/tmp.f4a42h/root/lib/svc/manifest/site/
24872024-04-02T19:11:23.218Z+ mv pkg/manifest.xml /tmp/tmp.f4a42h/root/lib/svc/manifest/site/sled-agent.xml
24882024-04-02T19:11:23.224Z+ cd -
24892024-04-02T19:11:23.224Z/work/oxidecomputer/omicron
24902024-04-02T19:11:23.225Z+ pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/mg-ddm
24912024-04-02T19:11:23.225Z+ mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/mg-ddm
24922024-04-02T19:11:23.225Z+ cd /tmp/tmp.f4a42h/root/opt/oxide/mg-ddm
24932024-04-02T19:11:23.225Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24942024-04-02T19:11:23.272Zx ., 0 bytes, 0 tape blocks
24952024-04-02T19:11:23.272Zx ddmadm, 26051952 bytes, 50883 tape blocks
24962024-04-02T19:11:23.272Zx ddmd, 49611120 bytes, 96897 tape blocks
24972024-04-02T19:11:23.272Zx pkg, 0 bytes, 0 tape blocks
24982024-04-02T19:11:23.272Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24992024-04-02T19:11:23.272Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25002024-04-02T19:11:23.272Zx pkg/mgd, 0 bytes, 0 tape blocks
25012024-04-02T19:11:23.272Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25022024-04-02T19:11:23.272Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25032024-04-02T19:11:23.272Zx pkg/ddm, 0 bytes, 0 tape blocks
25042024-04-02T19:11:23.273Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25052024-04-02T19:11:23.273Zx VERSION, 25 bytes, 1 tape blocks
25062024-04-02T19:11:23.278Z+ cd -
25072024-04-02T19:11:23.278Z/work/oxidecomputer/omicron
25082024-04-02T19:11:23.278Z+ pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/oxlog
25092024-04-02T19:11:23.278Z+ mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/oxlog
25102024-04-02T19:11:23.278Z+ cd /tmp/tmp.f4a42h/root/opt/oxide/oxlog
25112024-04-02T19:11:23.278Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25122024-04-02T19:11:23.284Zx ., 0 bytes, 0 tape blocks
25132024-04-02T19:11:23.284Zx oxlog, 6241384 bytes, 12191 tape blocks
25142024-04-02T19:11:23.284Zx VERSION, 25 bytes, 1 tape blocks
25152024-04-02T19:11:23.284Z+ cd -
25162024-04-02T19:11:23.285Z/work/oxidecomputer/omicron
25172024-04-02T19:11:23.285Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.f4a42h/root/opt/oxide
25182024-04-02T19:11:23.363Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.f4a42h/root/opt/oxide
25192024-04-02T19:11:23.367Z+ cd /tmp/tmp.f4a42h
25202024-04-02T19:11:23.367Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25212024-04-02T19:11:32.000ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25222024-04-02T19:11:32.000Za oxide.json 1K
25232024-04-02T19:11:32.000Za root/ 0K
25242024-04-02T19:11:32.001Za root/opt/ 0K
25252024-04-02T19:11:32.001Za root/opt/oxide/ 0K
25262024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/ 0K
25272024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/zone-bundle 35270K
25282024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/sled-agent 77592K
25292024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/pkg/ 0K
25302024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25312024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/pkg/README.md 1K
25322024-04-02T19:11:32.001Za root/opt/oxide/sled-agent/VERSION 1K
25332024-04-02T19:11:32.001Za root/opt/oxide/mg-ddm/ 0K
25342024-04-02T19:11:32.001Za root/opt/oxide/mg-ddm/ddmadm 25442K
25352024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/ddmd 48449K
25362024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/ 0K
25372024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25382024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25392024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25402024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25412024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25422024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25432024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25442024-04-02T19:11:32.002Za root/opt/oxide/mg-ddm/VERSION 1K
25452024-04-02T19:11:32.003Za root/opt/oxide/oxlog/ 0K
25462024-04-02T19:11:32.003Za root/opt/oxide/oxlog/oxlog 6096K
25472024-04-02T19:11:32.003Za root/opt/oxide/oxlog/VERSION 1K
25482024-04-02T19:11:32.003Za root/opt/oxide/propolis-server.tar.gz 62568K
25492024-04-02T19:11:32.003Za root/opt/oxide/overlay.tar.gz 3K
25502024-04-02T19:11:32.003Za root/lib/ 0K
25512024-04-02T19:11:32.003Za root/lib/svc/ 0K
25522024-04-02T19:11:32.003Za root/lib/svc/manifest/ 0K
25532024-04-02T19:11:32.003Za root/lib/svc/manifest/site/ 0K
25542024-04-02T19:11:32.004Za root/lib/svc/manifest/site/sled-agent.xml 3K
25552024-04-02T19:11:32.008Z+ cd /
25562024-04-02T19:11:32.008Z+ rm -rf /tmp/tmp.f4a42h
25572024-04-02T19:11:32.031Z
25582024-04-02T19:11:32.037Zreal 9.051029640
25592024-04-02T19:11:32.037Zuser 8.341495225
25602024-04-02T19:11:32.037Zsys 0.604827999
25612024-04-02T19:11:32.037Ztrap 0.001591815
25622024-04-02T19:11:32.037Ztflt 0.000000000
25632024-04-02T19:11:32.038Zdflt 0.000000000
25642024-04-02T19:11:32.038Zkflt 0.000000000
25652024-04-02T19:11:32.038Zlock 0.000000000
25662024-04-02T19:11:32.038Zslp 17.558795193
25672024-04-02T19:11:32.038Zlat 0.208388444
25682024-04-02T19:11:32.038Zstop 0.000222594
25692024-04-02T19:11:32.038Z+ mkdir -p /work/zones
25702024-04-02T19:11:32.039Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/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 out/probe.tar.gz)
25712024-04-02T19:11:32.039Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/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 out/probe.tar.gz /work/zones/
25722024-04-02T19:11:34.781Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25732024-04-02T19:11:35.627Z Finished release [optimized] target(s) in 0.79s
25742024-04-02T19:11:35.651Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25752024-04-02T19:11:35.703ZLogging to: /work/oxidecomputer/omicron/out/LOG
25762024-04-02T19:11:35.711ZCreated new build target 'recovery' and set it as active
25772024-04-02T19:11:35.711Z
25782024-04-02T19:11:35.711Zreal 0.896729280
25792024-04-02T19:11:35.711Zuser 0.582175238
25802024-04-02T19:11:35.711Zsys 0.294941292
25812024-04-02T19:11:35.712Ztrap 0.000701499
25822024-04-02T19:11:35.712Ztflt 0.000075741
25832024-04-02T19:11:35.712Zdflt 0.000004858
25842024-04-02T19:11:35.712Zkflt 0.000000000
25852024-04-02T19:11:35.712Zlock 0.023632405
25862024-04-02T19:11:35.712Zslp 0.109028146
25872024-04-02T19:11:35.712Zlat 0.005511623
25882024-04-02T19:11:35.713Zstop 0.000407808
25892024-04-02T19:11:35.713Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25902024-04-02T19:11:36.475Z Finished release [optimized] target(s) in 0.74s
25912024-04-02T19:11:36.497Z Running `target/release/omicron-package -t recovery package`
25922024-04-02T19:11:36.528ZLogging to: /work/oxidecomputer/omicron/out/LOG
25932024-04-02T19:11:37.266Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25942024-04-02T19:11:40.085Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25952024-04-02T19:11:58.403Z Finished release [optimized] target(s) in 21.81s
25962024-04-02T19:12:17.400Z
25972024-04-02T19:12:17.400Zreal 41.702918974
25982024-04-02T19:12:17.400Zuser 1:38.663310403
25992024-04-02T19:12:17.400Zsys 7.195391097
26002024-04-02T19:12:17.400Ztrap 0.063303832
26012024-04-02T19:12:17.400Ztflt 0.070466287
26022024-04-02T19:12:17.404Zdflt 0.347843787
26032024-04-02T19:12:17.404Zkflt 0.000016946
26042024-04-02T19:12:17.404Zlock 12:57.817031109
26052024-04-02T19:12:17.404Zslp 1:41.665567222
26062024-04-02T19:12:17.404Zlat 1.650723117
26072024-04-02T19:12:17.404Zstop 0.568721650
26082024-04-02T19:12:17.404Z+ stamp_packages installinator mg-ddm-gz
26092024-04-02T19:12:17.404Z+ for package in "$@"
26102024-04-02T19:12:17.404Z+ [[ installinator == mg-ddm-gz ]]
26112024-04-02T19:12:17.404Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gited31da29c6f
26122024-04-02T19:12:18.199Z Finished release [optimized] target(s) in 0.75s
26132024-04-02T19:12:18.220Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gited31da29c6f`
26142024-04-02T19:12:18.252ZLogging to: /work/oxidecomputer/omicron/out/LOG
26152024-04-02T19:12:18.322ZCreated: out/versioned/installinator.tar
26162024-04-02T19:12:18.326Z+ for package in "$@"
26172024-04-02T19:12:18.327Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26182024-04-02T19:12:18.327Z+ echo 0.0.0
26192024-04-02T19:12:18.327Z+ tar rvf out/mg-ddm-gz.tar VERSION
26202024-04-02T19:12:18.332Za VERSION 1K
26212024-04-02T19:12:18.332Z+ rm VERSION
26222024-04-02T19:12:18.332Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f
26232024-04-02T19:12:19.112Z Finished release [optimized] target(s) in 0.73s
26242024-04-02T19:12:19.134Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f`
26252024-04-02T19:12:19.167ZLogging to: /work/oxidecomputer/omicron/out/LOG
26262024-04-02T19:12:19.306ZCreated: out/versioned/mg-ddm-gz.tar
26272024-04-02T19:12:19.309Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26282024-04-02T19:12:19.310Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26292024-04-02T19:12:19.310Z++ cd -- ./tools
26302024-04-02T19:12:19.310Z++ pwd
26312024-04-02T19:12:19.310Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26322024-04-02T19:12:19.314Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26332024-04-02T19:12:19.314Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26342024-04-02T19:12:19.314Z++ readlink -f /work
26352024-04-02T19:12:19.347Z+ out_dir=/work
26362024-04-02T19:12:19.348Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26372024-04-02T19:12:19.348Z+ for dep in "${deps[@]}"
26382024-04-02T19:12:19.348Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26392024-04-02T19:12:19.349Z+ for dep in "${deps[@]}"
26402024-04-02T19:12:19.349Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26412024-04-02T19:12:19.349Z++ mktemp -d
26422024-04-02T19:12:19.349Z+ tmp_trampoline=/tmp/tmp.0LaG7h
26432024-04-02T19:12:19.349Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26442024-04-02T19:12:19.350Z+ echo '{"v":"1","t":"layer"}'
26452024-04-02T19:12:19.350Z+ pkg_dir=/tmp/tmp.0LaG7h/root/opt/oxide/installinator
26462024-04-02T19:12:19.350Z+ mkdir -p /tmp/tmp.0LaG7h/root/opt/oxide/installinator
26472024-04-02T19:12:19.350Z+ cd /tmp/tmp.0LaG7h/root/opt/oxide/installinator
26482024-04-02T19:12:19.350Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26492024-04-02T19:12:19.357Zx ., 0 bytes, 0 tape blocks
26502024-04-02T19:12:19.357Zx installinator, 47252632 bytes, 92291 tape blocks
26512024-04-02T19:12:19.357Zx pkg, 0 bytes, 0 tape blocks
26522024-04-02T19:12:19.357Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26532024-04-02T19:12:19.357Zx VERSION, 25 bytes, 1 tape blocks
26542024-04-02T19:12:19.357Z+ mkdir -p /tmp/tmp.0LaG7h/root/lib/svc/manifest/site/
26552024-04-02T19:12:19.358Z+ mv pkg/manifest.xml /tmp/tmp.0LaG7h/root/lib/svc/manifest/site/installinator.xml
26562024-04-02T19:12:19.358Z+ cd -
26572024-04-02T19:12:19.358Z/work/oxidecomputer/omicron
26582024-04-02T19:12:19.358Z+ pkg_dir=/tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm
26592024-04-02T19:12:19.358Z+ mkdir -p /tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm
26602024-04-02T19:12:19.363Z+ cd /tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm
26612024-04-02T19:12:19.363Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26622024-04-02T19:12:19.406Zx ., 0 bytes, 0 tape blocks
26632024-04-02T19:12:19.406Zx ddmadm, 26051952 bytes, 50883 tape blocks
26642024-04-02T19:12:19.406Zx ddmd, 49611120 bytes, 96897 tape blocks
26652024-04-02T19:12:19.406Zx pkg, 0 bytes, 0 tape blocks
26662024-04-02T19:12:19.406Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26672024-04-02T19:12:19.406Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26682024-04-02T19:12:19.406Zx pkg/mgd, 0 bytes, 0 tape blocks
26692024-04-02T19:12:19.406Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26702024-04-02T19:12:19.407Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26712024-04-02T19:12:19.407Zx pkg/ddm, 0 bytes, 0 tape blocks
26722024-04-02T19:12:19.407Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26732024-04-02T19:12:19.407Zx VERSION, 25 bytes, 1 tape blocks
26742024-04-02T19:12:19.423Z+ cd -
26752024-04-02T19:12:19.423Z/work/oxidecomputer/omicron
26762024-04-02T19:12:19.423Z+ cd /tmp/tmp.0LaG7h
26772024-04-02T19:12:19.423Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26782024-04-02T19:12:23.874ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26792024-04-02T19:12:23.874Za oxide.json 1K
26802024-04-02T19:12:23.874Za root/ 0K
26812024-04-02T19:12:23.874Za root/opt/ 0K
26822024-04-02T19:12:23.874Za root/opt/oxide/ 0K
26832024-04-02T19:12:23.874Za root/opt/oxide/installinator/ 0K
26842024-04-02T19:12:23.875Za root/opt/oxide/installinator/installinator 46146K
26852024-04-02T19:12:23.875Za root/opt/oxide/installinator/pkg/ 0K
26862024-04-02T19:12:23.875Za root/opt/oxide/installinator/VERSION 1K
26872024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/ 0K
26882024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/ddmadm 25442K
26892024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/ddmd 48449K
26902024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/ 0K
26912024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26922024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26932024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26942024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26952024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26962024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26972024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26982024-04-02T19:12:23.875Za root/opt/oxide/mg-ddm/VERSION 1K
26992024-04-02T19:12:23.875Za root/lib/ 0K
27002024-04-02T19:12:23.875Za root/lib/svc/ 0K
27012024-04-02T19:12:23.875Za root/lib/svc/manifest/ 0K
27022024-04-02T19:12:23.875Za root/lib/svc/manifest/site/ 0K
27032024-04-02T19:12:23.876Za root/lib/svc/manifest/site/installinator.xml 3K
27042024-04-02T19:12:23.880Z+ cd /
27052024-04-02T19:12:23.880Z+ rm -rf /tmp/tmp.0LaG7h
27062024-04-02T19:12:23.892Z
27072024-04-02T19:12:23.897Zreal 4.589992689
27082024-04-02T19:12:23.897Zuser 4.346691462
27092024-04-02T19:12:23.897Zsys 0.260107914
27102024-04-02T19:12:23.897Ztrap 0.000841648
27112024-04-02T19:12:23.897Ztflt 0.000000000
27122024-04-02T19:12:23.897Zdflt 0.000000000
27132024-04-02T19:12:23.897Zkflt 0.000000000
27142024-04-02T19:12:23.897Zlock 0.000000000
27152024-04-02T19:12:23.897Zslp 8.924400510
27162024-04-02T19:12:23.897Zlat 0.098525507
27172024-04-02T19:12:23.897Zstop 0.000206059
27182024-04-02T19:12:23.898Zprocess exited: duration 1652095 ms, exit code 0
 
27192024-04-02T19:12:23.908Zfound 22 output files
27202024-04-02T19:12:23.908Zuploading: /work/version.txt (26 bytes)
27212024-04-02T19:12:25.004Zuploaded: /work/version.txt
27222024-04-02T19:12:25.004Zuploading: /work/package.tar.gz (85356212 bytes)
27232024-04-02T19:12:58.632Zuploaded: /work/package.tar.gz
27242024-04-02T19:12:58.632Zuploading: /work/global-zone-packages.tar.gz (125093816 bytes)
27252024-04-02T19:13:42.744Zuploaded: /work/global-zone-packages.tar.gz
27262024-04-02T19:13:42.744Zuploading: /work/trampoline-global-zone-packages.tar.gz (38502625 bytes)
27272024-04-02T19:13:57.663Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27282024-04-02T19:13:57.674Zuploading: /work/zones/clickhouse.tar.gz (231194870 bytes)
27292024-04-02T19:15:29.694Zuploaded: /work/zones/clickhouse.tar.gz
27302024-04-02T19:15:29.694Zuploading: /work/zones/clickhouse_keeper.tar.gz (231178107 bytes)
27312024-04-02T19:17:03.396Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27322024-04-02T19:17:03.396Zuploading: /work/zones/cockroachdb.tar.gz (126694981 bytes)
27332024-04-02T19:17:47.604Zuploaded: /work/zones/cockroachdb.tar.gz
27342024-04-02T19:17:47.604Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25319619 bytes)
27352024-04-02T19:17:56.714Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27362024-04-02T19:17:56.714Zuploading: /work/zones/crucible-zone.tar.gz (37023685 bytes)
27372024-04-02T19:18:12.756Zuploaded: /work/zones/crucible-zone.tar.gz
27382024-04-02T19:18:12.757Zuploading: /work/zones/external-dns.tar.gz (31024078 bytes)
27392024-04-02T19:18:28.303Zuploaded: /work/zones/external-dns.tar.gz
27402024-04-02T19:18:28.314Zuploading: /work/zones/internal-dns.tar.gz (31022557 bytes)
27412024-04-02T19:18:38.075Zuploaded: /work/zones/internal-dns.tar.gz
27422024-04-02T19:18:38.086Zuploading: /work/zones/nexus-single-sled.tar.gz (92041379 bytes)
27432024-04-02T19:19:06.818Zuploaded: /work/zones/nexus-single-sled.tar.gz
27442024-04-02T19:19:06.818Zuploading: /work/zones/nexus.tar.gz (92048648 bytes)
27452024-04-02T19:19:36.044Zuploaded: /work/zones/nexus.tar.gz
27462024-04-02T19:19:36.044Zuploading: /work/zones/ntp.tar.gz (10451083 bytes)
27472024-04-02T19:19:40.133Zuploaded: /work/zones/ntp.tar.gz
27482024-04-02T19:19:40.143Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16539656 bytes)
27492024-04-02T19:19:46.487Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27502024-04-02T19:19:46.494Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16537197 bytes)
27512024-04-02T19:19:52.829Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27522024-04-02T19:19:52.830Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27532024-04-02T19:19:53.857Zuploaded: /work/zones/overlay.tar.gz
27542024-04-02T19:19:53.857Zuploading: /work/zones/oximeter.tar.gz (50198955 bytes)
27552024-04-02T19:20:23.899Zuploaded: /work/zones/oximeter.tar.gz
27562024-04-02T19:20:23.899Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27572024-04-02T19:20:26.285Zuploaded: /work/zones/probe.tar.gz
27582024-04-02T19:20:26.292Zuploading: /work/zones/propolis-server.tar.gz (64067178 bytes)
27592024-04-02T19:21:01.672Zuploaded: /work/zones/propolis-server.tar.gz
27602024-04-02T19:21:01.672Zuploading: /work/zones/switch-asic.tar.gz (292959098 bytes)
27612024-04-02T19:23:01.518Zuploaded: /work/zones/switch-asic.tar.gz
27622024-04-02T19:23:01.518Zuploading: /work/zones/switch-softnpu.tar.gz (214513554 bytes)
27632024-04-02T19:24:17.629Zuploaded: /work/zones/switch-softnpu.tar.gz