01HV4CYQWKZ6G9WCW8RSCC299V: 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: 01HV4CYZNZW1NJ5WFS49P46JEJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-10T16:22:38.275Zjob assigned to worker 01HV4D1Z8TWTNEN2EER3FCY0TC (queued for 2 m 12 s)
 
22024-04-10T16:22:39.273Zstarting task 0: "setup"
32024-04-10T16:22:39.298Z++ uname -s
42024-04-10T16:22:39.298Z+ kern=SunOS
52024-04-10T16:22:39.299Z+ case "$kern" in
62024-04-10T16:22:39.299Z+ groupadd -g 12345 build
72024-04-10T16:22:39.299Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-10T16:22:41.302Z+ zfs create -o mountpoint=/work rpool/work
92024-04-10T16:22:41.350Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-10T16:22:41.375Z+ home_fs=zfs
112024-04-10T16:22:41.375Z+ [[ zfs == autofs ]]
122024-04-10T16:22:41.375Z+ mkdir -p /home/build
132024-04-10T16:22:41.375Z+ chown build:build /home/build /work
142024-04-10T16:22:43.359Z+ chmod 0700 /home/build /work
152024-04-10T16:22:43.384Zprocess exited: duration 4090 ms, exit code 0
 
162024-04-10T16:22:43.435Zstarting task 1: "rust-toolchain"
172024-04-10T16:22:43.460Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-10T16:22:43.460Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-10T16:22:43.624Zinfo: downloading installer
202024-04-10T16:22:44.303Zwarning: it looks like you have an existing installation of Rust at:
212024-04-10T16:22:44.304Zwarning: /opt/ooce/bin
222024-04-10T16:22:44.304Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-10T16:22:44.304Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-10T16:22:44.304Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-10T16:22:44.304Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-10T16:22:44.304Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-10T16:22:44.304Zerror: cannot install while Rust is installed
282024-04-10T16:22:44.304Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-10T16:22:44.345Zinfo: profile set to 'default'
302024-04-10T16:22:44.345Zinfo: default host triple is x86_64-unknown-illumos
312024-04-10T16:22:44.370Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-10T16:22:44.435Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-10T16:22:44.435Zinfo: downloading component 'cargo'
342024-04-10T16:22:44.598Zinfo: downloading component 'clippy'
352024-04-10T16:22:44.676Zinfo: downloading component 'rust-docs'
362024-04-10T16:22:44.913Zinfo: downloading component 'rust-std'
372024-04-10T16:22:45.229Zinfo: downloading component 'rustc'
382024-04-10T16:22:46.363Zinfo: downloading component 'rustfmt'
392024-04-10T16:22:46.433Zinfo: installing component 'cargo'
402024-04-10T16:22:47.485Zinfo: installing component 'clippy'
412024-04-10T16:22:47.903Zinfo: installing component 'rust-docs'
422024-04-10T16:22:50.340Zinfo: installing component 'rust-std'
432024-04-10T16:22:52.434Zinfo: installing component 'rustc'
442024-04-10T16:22:57.155Zinfo: installing component 'rustfmt'
452024-04-10T16:22:57.533Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-10T16:22:57.533Z
472024-04-10T16:22:57.634Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-10T16:22:57.634Z
492024-04-10T16:22:57.659Z
502024-04-10T16:22:57.660ZRust is installed now. Great!
512024-04-10T16:22:57.660Z
522024-04-10T16:22:57.660ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-10T16:22:57.660Zenvironment variable. This has not been done automatically.
542024-04-10T16:22:57.660Z
552024-04-10T16:22:57.660ZTo configure your current shell, you need to source
562024-04-10T16:22:57.660Zthe corresponding env file under $HOME/.cargo.
572024-04-10T16:22:57.660Z
582024-04-10T16:22:57.660ZThis is usually done by running one of the following (note the leading DOT):
592024-04-10T16:22:57.660Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-10T16:22:57.660Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-10T16:22:57.714Z+ rustc --version
622024-04-10T16:22:57.802Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-10T16:22:57.828Zprocess exited: duration 14371 ms, exit code 0
 
642024-04-10T16:22:57.883Zstarting task 2: "authentication"
652024-04-10T16:22:57.943Zprocess exited: duration 62 ms, exit code 0
 
662024-04-10T16:22:57.994Zstarting task 3: "clone repository"
672024-04-10T16:22:58.023Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-10T16:22:58.023Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-10T16:22:58.048ZCloning into '/work/oxidecomputer/omicron'...
702024-04-10T16:23:10.786Z+ cd /work/oxidecomputer/omicron
712024-04-10T16:23:10.786Z+ git fetch origin d0db4f951bae83f2bbf768912ec69911ac701421
722024-04-10T16:23:11.436ZFrom https://github.com/oxidecomputer/omicron
732024-04-10T16:23:11.437Z * branch d0db4f951bae83f2bbf768912ec69911ac701421 -> FETCH_HEAD
742024-04-10T16:23:11.465Z+ [[ -n alan/p-and-c-for-ben ]]
752024-04-10T16:23:11.465Z++ git branch --show-current
762024-04-10T16:23:11.465Z+ current=main
772024-04-10T16:23:11.465Z+ [[ main != alan/p-and-c-for-ben ]]
782024-04-10T16:23:11.466Z+ git branch -f alan/p-and-c-for-ben d0db4f951bae83f2bbf768912ec69911ac701421
792024-04-10T16:23:11.466Z+ git checkout -f alan/p-and-c-for-ben
802024-04-10T16:23:11.626ZSwitched to branch 'alan/p-and-c-for-ben'
812024-04-10T16:23:11.654Z+ git reset --hard d0db4f951bae83f2bbf768912ec69911ac701421
822024-04-10T16:23:11.654ZHEAD is now at d0db4f951 Update Propolis and Crucible versions.
832024-04-10T16:23:11.655Zprocess exited: duration 13650 ms, exit code 0
 
842024-04-10T16:23:11.712Zstarting task 4: "build"
852024-04-10T16:23:11.740Z+ cargo --version
862024-04-10T16:23:11.740Zinfo: syncing channel updates for '1.77.1-x86_64-unknown-illumos'
872024-04-10T16:23:11.861Zinfo: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27)
882024-04-10T16:23:11.861Zinfo: downloading component 'cargo'
892024-04-10T16:23:12.041Zinfo: downloading component 'clippy'
902024-04-10T16:23:12.117Zinfo: downloading component 'rust-docs'
912024-04-10T16:23:12.417Zinfo: downloading component 'rust-std'
922024-04-10T16:23:12.722Zinfo: downloading component 'rustc'
932024-04-10T16:23:13.715Zinfo: downloading component 'rustfmt'
942024-04-10T16:23:13.774Zinfo: installing component 'cargo'
952024-04-10T16:23:14.701Zinfo: installing component 'clippy'
962024-04-10T16:23:15.071Zinfo: installing component 'rust-docs'
972024-04-10T16:23:17.478Zinfo: installing component 'rust-std'
982024-04-10T16:23:19.450Zinfo: installing component 'rustc'
992024-04-10T16:23:23.958Zinfo: installing component 'rustfmt'
1002024-04-10T16:23:24.400Zcargo 1.77.1 (e52e36006 2024-03-26)
1012024-04-10T16:23:24.441Z+ rustc --version
1022024-04-10T16:23:24.537Zrustc 1.77.1 (7cf61ebde 2024-03-27)
1032024-04-10T16:23:24.564Z++ git rev-parse HEAD
1042024-04-10T16:23:24.564Z+ COMMIT=d0db4f951bae83f2bbf768912ec69911ac701421
1052024-04-10T16:23:24.564Z+ VERSION=7.0.0-0.ci+gitd0db4f951ba
1062024-04-10T16:23:24.564Z+ echo 7.0.0-0.ci+gitd0db4f951ba
1072024-04-10T16:23:24.564Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-04-10T16:23:29.422Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-04-10T16:23:31.291Z Startup: Caching catalogs ... Done
1102024-04-10T16:23:34.114ZPlanning: Solver setup ... Done (2.267s)
1112024-04-10T16:23:34.154ZPlanning: Running solver ... Done (0.041s)
1122024-04-10T16:23:34.186ZPlanning: Finding local manifests ... Done (0.002s)
1132024-04-10T16:23:34.262ZPlanning: Fetching manifests: 0/4 0% complete
1142024-04-10T16:23:34.635ZPlanning: Fetching manifests: 4/4 100% complete
1152024-04-10T16:23:34.694ZPlanning: Package planning ... Done (0.059s)
1162024-04-10T16:23:34.754ZPlanning: Merging actions ... Done (0.060s)
1172024-04-10T16:23:35.126ZPlanning: Checking for conflicting actions ... Done (0.372s)
1182024-04-10T16:23:35.151ZPlanning: Consolidating action changes ... Done (0.013s)
1192024-04-10T16:23:35.873ZPlanning: Evaluating mediators ... Done (0.733s)
1202024-04-10T16:23:35.901ZPlanning: Planning completed in 4.54 seconds
1212024-04-10T16:23:35.926Z Packages to install: 4
1222024-04-10T16:23:35.926Z Mediators to change: 2
1232024-04-10T16:23:35.926Z Services to change: 1
1242024-04-10T16:23:35.926Z Estimated space available: 148.37 GB
1252024-04-10T16:23:35.926ZEstimated space to be consumed: 1.44 GB
1262024-04-10T16:23:35.926Z Create boot environment: No
1272024-04-10T16:23:35.926ZCreate backup boot environment: No
1282024-04-10T16:23:35.926Z Rebuild boot archive: No
1292024-04-10T16:23:35.926Z
1302024-04-10T16:23:35.926ZChanged mediators:
1312024-04-10T16:23:35.926Z mediator clang:
1322024-04-10T16:23:35.926Z version: None -> 15 (system default)
1332024-04-10T16:23:35.927Z
1342024-04-10T16:23:35.927Z mediator llvm:
1352024-04-10T16:23:35.927Z version: 14 (system default) -> 15 (system default)
1362024-04-10T16:23:35.927Z
1372024-04-10T16:23:35.927ZChanged packages:
1382024-04-10T16:23:35.927Zhelios-dev
1392024-04-10T16:23:35.927Z developer/build-essential
1402024-04-10T16:23:35.927Z None -> 11-2.0
1412024-04-10T16:23:35.927Z library/libxmlsec1
1422024-04-10T16:23:35.927Z None -> 1.2.35-2.0
1432024-04-10T16:23:35.927Z ooce/developer/clang-15
1442024-04-10T16:23:35.927Z None -> 15.0.7-2.0
1452024-04-10T16:23:35.927Z ooce/developer/llvm-15
1462024-04-10T16:23:35.927Z None -> 15.0.7-2.0
1472024-04-10T16:23:35.927Z
1482024-04-10T16:23:35.927ZServices:
1492024-04-10T16:23:35.927Z restart_fmri:
1502024-04-10T16:23:35.927Z svc:/system/update-man-index:default
1512024-04-10T16:23:35.953Z
1522024-04-10T16:23:35.953ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-04-10T16:23:40.957ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1542024-04-10T16:23:45.957ZDownload: 3076/3290 items 121.4/212.6MB 57% complete (12.2M/s)
1552024-04-10T16:23:50.126ZDownload: Completed 212.60 MB in 14.18 seconds (15.0M/s)
1562024-04-10T16:23:50.316Z Actions: 1/3689 actions (Installing new actions)
1572024-04-10T16:23:55.316Z Actions: 2947/3689 actions (Installing new actions)
1582024-04-10T16:23:55.886Z Actions: Completed 3689 actions in 5.57 seconds.
1592024-04-10T16:23:56.075Z Done (0.181s)
1602024-04-10T16:23:56.075Z Done (0.000s)
1612024-04-10T16:23:56.390Z Done (0.317s)
1622024-04-10T16:24:01.362Z Done (4.855s)
1632024-04-10T16:24:01.451Z Done (0.018s)
1642024-04-10T16:24:01.476Z Done (0.000s)
1652024-04-10T16:24:01.623Z Done (0.000s)
1662024-04-10T16:24:02.263ZPlanning: Evaluating mediator changes ... Done
1672024-04-10T16:24:02.510ZPlanning: Checking for conflicting actions ... Done
1682024-04-10T16:24:02.535ZPlanning: Consolidating action changes ... Done
1692024-04-10T16:24:02.829ZPlanning: Evaluating mediators ... Done
1702024-04-10T16:24:02.854ZPlanning: Planning completed in 0.57 seconds
1712024-04-10T16:24:02.879Z Mediators to change: 2
1722024-04-10T16:24:02.879Z Create boot environment: No
1732024-04-10T16:24:02.879ZCreate backup boot environment: No
1742024-04-10T16:24:02.927Z Done
1752024-04-10T16:24:02.927Z Done
1762024-04-10T16:24:03.138Z Done
1772024-04-10T16:24:07.485Z Done
1782024-04-10T16:24:07.573Z Done
1792024-04-10T16:24:07.597Z Done
1802024-04-10T16:24:07.643Z Done
1812024-04-10T16:24:08.446ZPlanning: Evaluating mediator changes ... Done
1822024-04-10T16:24:08.470ZPlanning: Merging actions ... Done
1832024-04-10T16:24:08.732ZPlanning: Checking for conflicting actions ... Done
1842024-04-10T16:24:08.756ZPlanning: Consolidating action changes ... Done
1852024-04-10T16:24:09.044ZPlanning: Evaluating mediators ... Done
1862024-04-10T16:24:09.109ZPlanning: Planning completed in 0.99 seconds
1872024-04-10T16:24:09.149Z Packages to change: 1
1882024-04-10T16:24:09.149Z Mediators to change: 1
1892024-04-10T16:24:09.149Z Services to change: 1
1902024-04-10T16:24:09.149Z Create boot environment: No
1912024-04-10T16:24:09.149ZCreate backup boot environment: Yes
1922024-04-10T16:24:10.684Z Actions: 1/6 actions (Updating modified actions)
1932024-04-10T16:24:10.709Z Actions: Completed 6 actions in 0.00 seconds.
1942024-04-10T16:24:10.709Z Done
1952024-04-10T16:24:10.709Z Done
1962024-04-10T16:24:10.754Z Done
1972024-04-10T16:24:15.142Z Done
1982024-04-10T16:24:15.229Z Done
1992024-04-10T16:24:15.254Z Done
2002024-04-10T16:24:15.301Z Done
2012024-04-10T16:24:15.833ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-04-10T16:24:15.833Zclang system 15 system
2032024-04-10T16:24:15.833Zcsh system system illumos
2042024-04-10T16:24:15.833Zctags system system illumos
2052024-04-10T16:24:15.833Zgcc vendor 12 vendor
2062024-04-10T16:24:15.833Zgcc system 10 system
2072024-04-10T16:24:15.833Zgcc system 7 system
2082024-04-10T16:24:15.833Zgo system 1.20 system
2092024-04-10T16:24:15.833Zgo system 1.19 system
2102024-04-10T16:24:15.833Zllvm system 15 system
2112024-04-10T16:24:15.833Zllvm system 14 system
2122024-04-10T16:24:15.833Zmariadb system 10.6 system
2132024-04-10T16:24:15.833Zmta vendor vendor dma
2142024-04-10T16:24:15.833Zopenjdk system 17 system
2152024-04-10T16:24:15.833Zopenjdk system 11 system
2162024-04-10T16:24:15.833Zopenjdk system 1.8 system
2172024-04-10T16:24:15.833Zopenssl vendor 3 vendor
2182024-04-10T16:24:15.833Zperl system 5.36 system
2192024-04-10T16:24:15.834Zpostgresql system 15 system
2202024-04-10T16:24:15.834Zpostgresql system 13 system
2212024-04-10T16:24:15.834Zpython vendor 3 vendor
2222024-04-10T16:24:15.834Zpython system 2 system
2232024-04-10T16:24:15.834Zpython3 system 3.11 system
2242024-04-10T16:24:15.834Zruby system 3.0 system
2252024-04-10T16:24:15.834Zwords vendor vendor american-english
2262024-04-10T16:24:15.834Zwords system system australian-english
2272024-04-10T16:24:15.834Zwords system system british-english
2282024-04-10T16:24:15.834Zwords system system canadian-english
2292024-04-10T16:24:15.834Zwords system system french
2302024-04-10T16:24:15.834Zwords system system italian
2312024-04-10T16:24:15.834Zwords system system ngerman
2322024-04-10T16:24:15.834Zwords system system ogerman
2332024-04-10T16:24:15.834Zwords system system spanish
2342024-04-10T16:24:16.234ZPUBLISHER TYPE STATUS P LOCATION
2352024-04-10T16:24:16.234Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-04-10T16:24:17.837ZFMRI IFO
2372024-04-10T16:24:17.837Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-04-10T16:24:17.837Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-04-10T16:24:17.837Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-04-10T16:24:17.837Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-04-10T16:24:17.837Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-04-10T16:24:17.837Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-04-10T16:24:17.837Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-04-10T16:24:17.837Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-04-10T16:24:17.837Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-04-10T16:24:17.837Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-04-10T16:24:17.837Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-04-10T16:24:17.837Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-04-10T16:24:18.067Z+ set -o errexit
2502024-04-10T16:24:18.093Z+++ dirname ./tools/ci_download_cockroachdb
2512024-04-10T16:24:18.093Z++ cd ./tools
2522024-04-10T16:24:18.093Z++ pwd
2532024-04-10T16:24:18.093Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-04-10T16:24:18.093Z++ basename ./tools/ci_download_cockroachdb
2552024-04-10T16:24:18.093Z+ ARG0=ci_download_cockroachdb
2562024-04-10T16:24:18.093Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-04-10T16:24:18.093Z+ CIDL_VERSION=v22.1.9
2582024-04-10T16:24:18.093Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-04-10T16:24:18.093Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-04-10T16:24:18.093Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-04-10T16:24:18.093Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-04-10T16:24:18.094Z+ TARGET_DIR=out
2632024-04-10T16:24:18.094Z+ DOWNLOAD_DIR=out/downloads
2642024-04-10T16:24:18.094Z+ DEST_DIR=./out/cockroachdb
2652024-04-10T16:24:18.094Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-04-10T16:24:18.094Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-04-10T16:24:18.094Z+ main
2682024-04-10T16:24:18.094Z+ [[ 0 != 0 ]]
2692024-04-10T16:24:18.094Z+ CIDL_OS=solaris2.11
2702024-04-10T16:24:18.094Z+ [[ 0 != 0 ]]
2712024-04-10T16:24:18.094Z+ configure_os solaris2.11
2722024-04-10T16:24:18.094Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-04-10T16:24:18.094Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-04-10T16:24:18.094Zcurrent directory: /work/oxidecomputer/omicron
2752024-04-10T16:24:18.094Zconfiguring based on OS: "solaris2.11"
2762024-04-10T16:24:18.094Z+ case "$1" in
2772024-04-10T16:24:18.094Z+ CIDL_BUILD=illumos
2782024-04-10T16:24:18.094Z+ CIDL_SUFFIX=tar.gz
2792024-04-10T16:24:18.094Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-04-10T16:24:18.094Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-04-10T16:24:18.094Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-04-10T16:24:18.094Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-04-10T16:24:18.094Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-04-10T16:24:18.094Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-10T16:24:18.095Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-04-10T16:24:18.095Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-10T16:24:18.095Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-04-10T16:24:18.095Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-10T16:24:18.095ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-10T16:24:18.095Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-04-10T16:24:18.095Z+ mkdir -p out/downloads
2922024-04-10T16:24:18.095ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-04-10T16:24:18.095Z+ mkdir -p ./out/cockroachdb
2942024-04-10T16:24:18.095Z+ local DO_DOWNLOAD=true
2952024-04-10T16:24:18.095Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-04-10T16:24:18.095Z+ '[' true == true ']'
2972024-04-10T16:24:18.095Z+ echo Downloading...
2982024-04-10T16:24:18.095ZDownloading...
2992024-04-10T16:24:18.095Z+ 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-10T16:24:18.095Z+ 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-10T16:24:23.616Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-10T16:24:23.646Z++ sha256sum
3032024-04-10T16:24:23.646Z++ awk '{print $1}'
3042024-04-10T16:24:23.694Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-04-10T16:24:23.695Z+ [[ 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-10T16:24:23.695Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-10T16:24:23.722Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-04-10T16:24:26.624Z+ do_assemble_illumos
3092024-04-10T16:24:26.625Z+ rm -r ./out/cockroachdb
3102024-04-10T16:24:26.649Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-04-10T16:24:27.002Z+ ./out/cockroachdb/bin/cockroach version
3122024-04-10T16:24:27.170ZBuild Tag: v22.1.9-dirty
3132024-04-10T16:24:27.170ZBuild Time: 2022/10/26 21:17:46
3142024-04-10T16:24:27.170ZDistribution: OSS
3152024-04-10T16:24:27.170ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-04-10T16:24:27.170ZGo Version: go1.17.13
3172024-04-10T16:24:27.170ZC Compiler: gcc 10.3.0
3182024-04-10T16:24:27.170ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-04-10T16:24:27.170ZBuild Type: release
3202024-04-10T16:24:27.195Z+ set -o errexit
3212024-04-10T16:24:27.220Z+++ dirname ./tools/ci_download_clickhouse
3222024-04-10T16:24:27.221Z++ cd ./tools
3232024-04-10T16:24:27.221Z++ pwd
3242024-04-10T16:24:27.221Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-04-10T16:24:27.221Z++ basename ./tools/ci_download_clickhouse
3262024-04-10T16:24:27.221Z+ ARG0=ci_download_clickhouse
3272024-04-10T16:24:27.221Z+ TARGET_DIR=out
3282024-04-10T16:24:27.221Z+ DOWNLOAD_DIR=out/downloads
3292024-04-10T16:24:27.221Z+ DEST_DIR=./out/clickhouse
3302024-04-10T16:24:27.221Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-04-10T16:24:27.221Z+ CIDL_VERSION=v23.8.7.24
3322024-04-10T16:24:27.221Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-04-10T16:24:27.221Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-04-10T16:24:27.221Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-04-10T16:24:27.221Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-04-10T16:24:27.221Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-04-10T16:24:27.221Z+ main
3382024-04-10T16:24:27.221Z+ [[ 0 != 0 ]]
3392024-04-10T16:24:27.221Z+ CIDL_OS=solaris2.11
3402024-04-10T16:24:27.221Z+ [[ 0 != 0 ]]
3412024-04-10T16:24:27.221Z+ configure_os solaris2.11
3422024-04-10T16:24:27.221Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-04-10T16:24:27.222Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-04-10T16:24:27.222Z+ CIDL_DASHREV=
3452024-04-10T16:24:27.222Zcurrent directory: /work/oxidecomputer/omicron
3462024-04-10T16:24:27.222Z+ case "$1" in
3472024-04-10T16:24:27.222Z+ CIDL_PLATFORM=illumos
3482024-04-10T16:24:27.222Zconfiguring based on OS: "solaris2.11"
3492024-04-10T16:24:27.222Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-04-10T16:24:27.222Z+ CIDL_MD5FUNC=do_md5sum
3512024-04-10T16:24:27.222Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-04-10T16:24:27.222Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-10T16:24:27.222Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-10T16:24:27.222Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-10T16:24:27.222Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-04-10T16:24:27.222ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-10T16:24:27.222Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-04-10T16:24:27.222Z+ mkdir -p out/downloads
3592024-04-10T16:24:27.222ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-04-10T16:24:27.222Z+ mkdir -p ./out/clickhouse
3612024-04-10T16:24:27.222Z+ local DO_DOWNLOAD=true
3622024-04-10T16:24:27.222Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-04-10T16:24:27.222Z+ '[' true == true ']'
3642024-04-10T16:24:27.222Z+ echo Downloading...
3652024-04-10T16:24:27.222ZDownloading...
3662024-04-10T16:24:27.222Z+ 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-10T16:24:27.223Z+ 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-10T16:24:38.592Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-04-10T16:24:38.616Z++ md5sum
3702024-04-10T16:24:38.616Z++ awk '{print $1}'
3712024-04-10T16:24:38.860Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-10T16:24:38.860Z+ [[ 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-10T16:24:38.860Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-04-10T16:24:38.860Z+ mkdir -p ./out/clickhouse
3752024-04-10T16:24:38.885Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-04-10T16:24:44.044Z+ [[ solaris2.11 == darwin* ]]
3772024-04-10T16:24:44.044Z+ ./out/clickhouse/clickhouse server --version
3782024-04-10T16:24:44.124ZClickHouse server version 23.8.7.1.
3792024-04-10T16:24:44.153Z+ set -o errexit
3802024-04-10T16:24:44.178Z+++ dirname ./tools/ci_download_console
3812024-04-10T16:24:44.179Z++ cd ./tools
3822024-04-10T16:24:44.179Z++ pwd
3832024-04-10T16:24:44.179Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-04-10T16:24:44.179Z++ basename ./tools/ci_download_console
3852024-04-10T16:24:44.179Z+ ARG0=ci_download_console
3862024-04-10T16:24:44.179Z+ TARGET_DIR=out
3872024-04-10T16:24:44.179Z+ DOWNLOAD_DIR=out/downloads
3882024-04-10T16:24:44.179Z+ DEST_DIR=./out/console-assets
3892024-04-10T16:24:44.179Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-04-10T16:24:44.179Z++ COMMIT=7e34c118e6e3687c7d2a3931328083a397a06d35
3912024-04-10T16:24:44.179Z++ SHA2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
3922024-04-10T16:24:44.179Z+ URL=https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
3932024-04-10T16:24:44.179Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-04-10T16:24:44.179Z+ main
3952024-04-10T16:24:44.179Z+ [[ 0 != 0 ]]
3962024-04-10T16:24:44.179Z+ echo 'URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz'
3972024-04-10T16:24:44.179Z+ echo 'Local file: out/downloads/console.tar.gz'
3982024-04-10T16:24:44.179ZURL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
3992024-04-10T16:24:44.179Z+ local DO_DOWNLOAD=true
4002024-04-10T16:24:44.179Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-04-10T16:24:44.179ZLocal file: out/downloads/console.tar.gz
4022024-04-10T16:24:44.179Z+ mkdir -p out/downloads
4032024-04-10T16:24:44.180Z+ '[' true == true ']'
4042024-04-10T16:24:44.180Z+ echo Downloading...
4052024-04-10T16:24:44.180ZDownloading...
4062024-04-10T16:24:44.180Z+ do_download_curl https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz out/downloads/console.tar.gz
4072024-04-10T16:24:44.180Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz
4082024-04-10T16:24:44.624Z++ do_sha256sum out/downloads/console.tar.gz
4092024-04-10T16:24:44.624Z++ case "$OSTYPE" in
4102024-04-10T16:24:44.624Z++ SHA=sha256sum
4112024-04-10T16:24:44.649Z++ sha256sum
4122024-04-10T16:24:44.649Z++ awk '{print $1}'
4132024-04-10T16:24:44.649Z+ calculated_sha2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5
4142024-04-10T16:24:44.649Z+ [[ 219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 != \2\1\9\e\e\8\3\e\8\b\7\1\b\c\8\4\4\2\0\3\d\f\1\a\c\2\c\f\b\3\3\6\9\3\2\0\c\8\a\d\7\4\b\3\9\3\c\4\2\2\9\a\b\8\e\0\d\1\8\b\e\8\b\5 ]]
4152024-04-10T16:24:44.649Z+ rm -rf ./out/console-assets
4162024-04-10T16:24:44.649Z+ mkdir -p ./out/console-assets
4172024-04-10T16:24:44.649Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-04-10T16:24:44.650Z+ mkdir -p ./out/console-assets
4192024-04-10T16:24:44.650Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-04-10T16:24:44.766Z+ set -o errexit
4212024-04-10T16:24:44.791Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-04-10T16:24:44.792Z++ cd ./tools
4232024-04-10T16:24:44.792Z++ pwd
4242024-04-10T16:24:44.792Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-04-10T16:24:44.792Z++ basename ./tools/ci_download_maghemite_openapi
4262024-04-10T16:24:44.792Z+ ARG0=ci_download_maghemite_openapi
4272024-04-10T16:24:44.792Z+ TARGET_DIR=out
4282024-04-10T16:24:44.792Z+ DOWNLOAD_DIR=out/downloads
4292024-04-10T16:24:44.792Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-04-10T16:24:44.792Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-04-10T16:24:44.792Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-04-10T16:24:44.792Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-04-10T16:24:44.792Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-04-10T16:24:44.792Z+ main
4352024-04-10T16:24:44.792Z+ rm -rf out/downloads/root
4362024-04-10T16:24:44.792Z+ [[ 0 != 0 ]]
4372024-04-10T16:24:44.792Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-04-10T16:24:44.792ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-04-10T16:24:44.792Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-04-10T16:24:44.792Z+ local DO_DOWNLOAD=true
4412024-04-10T16:24:44.792ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4422024-04-10T16:24:44.792Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-04-10T16:24:44.792Z+ mkdir -p out/downloads
4442024-04-10T16:24:44.793Z+ '[' true == true ']'
4452024-04-10T16:24:44.793Z+ echo Downloading...
4462024-04-10T16:24:44.793ZDownloading...
4472024-04-10T16:24:44.793Z+ 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-10T16:24:44.793Z+ 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-10T16:24:45.209Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-04-10T16:24:45.209Z++ case "$OSTYPE" in
4512024-04-10T16:24:45.209Z++ SHA=sha256sum
4522024-04-10T16:24:45.234Z++ sha256sum
4532024-04-10T16:24:45.234Z++ awk '{print $1}'
4542024-04-10T16:24:45.234Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-04-10T16:24:45.234Z+ [[ 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-10T16:24:45.234Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-04-10T16:24:45.234Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-04-10T16:24:45.234Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-04-10T16:24:45.235Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-04-10T16:24:45.235Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-10T16:24:45.235Z+ main
4622024-04-10T16:24:45.235Z+ rm -rf out/downloads/root
4632024-04-10T16:24:45.235Z+ [[ 0 != 0 ]]
4642024-04-10T16:24:45.235Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-04-10T16:24:45.235Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4662024-04-10T16:24:45.235Z+ local DO_DOWNLOAD=true
4672024-04-10T16:24:45.235ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4682024-04-10T16:24:45.235ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-10T16:24:45.235Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-04-10T16:24:45.235Z+ mkdir -p out/downloads
4712024-04-10T16:24:45.235Z+ '[' true == true ']'
4722024-04-10T16:24:45.235Z+ echo Downloading...
4732024-04-10T16:24:45.235ZDownloading...
4742024-04-10T16:24:45.235Z+ 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-10T16:24:45.235Z+ 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-10T16:24:45.446Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-10T16:24:45.446Z++ case "$OSTYPE" in
4782024-04-10T16:24:45.446Z++ SHA=sha256sum
4792024-04-10T16:24:45.470Z++ sha256sum
4802024-04-10T16:24:45.470Z++ awk '{print $1}'
4812024-04-10T16:24:45.470Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-04-10T16:24:45.470Z+ [[ 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-10T16:24:45.470Z+ set -o errexit
4842024-04-10T16:24:45.470Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-04-10T16:24:45.470Z++ cd ./tools
4862024-04-10T16:24:45.470Z++ pwd
4872024-04-10T16:24:45.495Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-04-10T16:24:45.495Z++ basename ./tools/ci_download_dendrite_openapi
4892024-04-10T16:24:45.495Z+ ARG0=ci_download_dendrite_openapi
4902024-04-10T16:24:45.495Z+ TARGET_DIR=out
4912024-04-10T16:24:45.495Z+ DOWNLOAD_DIR=out/downloads
4922024-04-10T16:24:45.495Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-04-10T16:24:45.495Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4942024-04-10T16:24:45.495Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-04-10T16:24:45.495Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4962024-04-10T16:24:45.496Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4972024-04-10T16:24:45.496Z+ main
4982024-04-10T16:24:45.496Z+ [[ 0 != 0 ]]
4992024-04-10T16:24:45.496Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5002024-04-10T16:24:45.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5012024-04-10T16:24:45.496ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5022024-04-10T16:24:45.496Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5032024-04-10T16:24:45.496Z+ local DO_DOWNLOAD=true
5042024-04-10T16:24:45.496Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5052024-04-10T16:24:45.496Z+ mkdir -p out/downloads
5062024-04-10T16:24:45.496Z+ '[' true == true ']'
5072024-04-10T16:24:45.496Z+ echo Downloading...
5082024-04-10T16:24:45.496ZDownloading...
5092024-04-10T16:24:45.496Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-10T16:24:45.496Z+ 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-10T16:24:45.793Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-10T16:24:45.793Z++ case "$OSTYPE" in
5132024-04-10T16:24:45.793Z++ SHA=sha256sum
5142024-04-10T16:24:45.818Z++ sha256sum
5152024-04-10T16:24:45.818Z++ awk '{print $1}'
5162024-04-10T16:24:45.818Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-04-10T16:24:45.818Z+ [[ 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-10T16:24:45.818Z+ set -o errexit
5192024-04-10T16:24:45.818Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-04-10T16:24:45.818Z++ cd ./tools
5212024-04-10T16:24:45.818Z++ pwd
5222024-04-10T16:24:45.843Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-04-10T16:24:45.843Z++ basename ./tools/ci_download_dendrite_stub
5242024-04-10T16:24:45.843Z+ ARG0=ci_download_dendrite_stub
5252024-04-10T16:24:45.844Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-04-10T16:24:45.844Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5272024-04-10T16:24:45.844Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5282024-04-10T16:24:45.844Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5292024-04-10T16:24:45.844Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-04-10T16:24:45.844Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5312024-04-10T16:24:45.844Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-04-10T16:24:45.844Z+ TARGET_DIR=out
5332024-04-10T16:24:45.844Z+ DOWNLOAD_DIR=out/downloads
5342024-04-10T16:24:45.844Z+ DEST_DIR=./out/dendrite-stub
5352024-04-10T16:24:45.844Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-04-10T16:24:45.844Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-04-10T16:24:45.844Z+ REPO=oxidecomputer/dendrite
5382024-04-10T16:24:45.844Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5392024-04-10T16:24:45.844Z+ main
5402024-04-10T16:24:45.844Z+ [[ 0 != 0 ]]
5412024-04-10T16:24:45.844Z+ CIDL_OS=solaris2.11
5422024-04-10T16:24:45.844Z+ [[ 0 != 0 ]]
5432024-04-10T16:24:45.844Z+ configure_os solaris2.11
5442024-04-10T16:24:45.844Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-04-10T16:24:45.844Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-04-10T16:24:45.845Zcurrent directory: /work/oxidecomputer/omicron
5472024-04-10T16:24:45.845Zconfiguring based on OS: "solaris2.11"
5482024-04-10T16:24:45.845Z+ case "$1" in
5492024-04-10T16:24:45.845Z+ SET_BINARIES=
5502024-04-10T16:24:45.845Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5512024-04-10T16:24:45.845Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-04-10T16:24:45.845Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-04-10T16:24:45.845Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-10T16:24:45.845Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-04-10T16:24:45.845Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5562024-04-10T16:24:45.845ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5572024-04-10T16:24:45.845Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5582024-04-10T16:24:45.845Z+ mkdir -p out/downloads
5592024-04-10T16:24:45.845ZLocal file: out/downloads/dendrite-stub.tar.gz
5602024-04-10T16:24:45.845Z+ mkdir -p ./out/dendrite-stub
5612024-04-10T16:24:45.845Z+ fetch_and_verify
5622024-04-10T16:24:45.845Z+ local DO_DOWNLOAD=true
5632024-04-10T16:24:45.845Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-04-10T16:24:45.845Z+ '[' true == true ']'
5652024-04-10T16:24:45.845Z+ echo Downloading...
5662024-04-10T16:24:45.845Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5672024-04-10T16:24:45.845Z+ 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
5682024-04-10T16:24:45.845ZDownloading...
5692024-04-10T16:24:52.048Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-04-10T16:24:52.072Z++ sha256sum
5712024-04-10T16:24:52.072Z++ awk '{print $1}'
5722024-04-10T16:24:52.097Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5732024-04-10T16:24:52.097Z+ [[ 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-10T16:24:52.097Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-04-10T16:24:52.097Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-04-10T16:24:52.868Z+ do_assemble
5772024-04-10T16:24:52.868Z+ rm -r ./out/dendrite-stub
5782024-04-10T16:24:52.893Z+ mkdir ./out/dendrite-stub
5792024-04-10T16:24:52.893Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-04-10T16:24:53.012Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-04-10T16:24:53.037Z+ set -o errexit
5822024-04-10T16:24:53.037Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-04-10T16:24:53.037Z++ cd ./tools
5842024-04-10T16:24:53.037Z++ pwd
5852024-04-10T16:24:53.037Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-04-10T16:24:53.037Z++ basename ./tools/ci_download_maghemite_mgd
5872024-04-10T16:24:53.037Z+ ARG0=ci_download_maghemite_mgd
5882024-04-10T16:24:53.037Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-04-10T16:24:53.037Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5902024-04-10T16:24:53.037Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5912024-04-10T16:24:53.037Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-04-10T16:24:53.037Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5932024-04-10T16:24:53.037Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5942024-04-10T16:24:53.037Z+ TARGET_DIR=out
5952024-04-10T16:24:53.037Z+ DOWNLOAD_DIR=out/downloads
5962024-04-10T16:24:53.037Z+ DEST_DIR=./out/mgd
5972024-04-10T16:24:53.037Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-04-10T16:24:53.038Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-04-10T16:24:53.038Z+ REPO=oxidecomputer/maghemite
6002024-04-10T16:24:53.038Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6012024-04-10T16:24:53.038Z+ main
6022024-04-10T16:24:53.038Z+ rm -rf out/downloads/root
6032024-04-10T16:24:53.063Z+ [[ 0 != 0 ]]
6042024-04-10T16:24:53.063Z+ CIDL_OS=solaris2.11
6052024-04-10T16:24:53.063Z+ [[ 0 != 0 ]]
6062024-04-10T16:24:53.063Z+ configure_os solaris2.11
6072024-04-10T16:24:53.063Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-04-10T16:24:53.064Zcurrent directory: /work/oxidecomputer/omicron
6092024-04-10T16:24:53.064Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-04-10T16:24:53.064Z+ case "$1" in
6112024-04-10T16:24:53.064Z+ SET_BINARIES=
6122024-04-10T16:24:53.064Zconfiguring based on OS: "solaris2.11"
6132024-04-10T16:24:53.064Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-04-10T16:24:53.064Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-04-10T16:24:53.064Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-04-10T16:24:53.064Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-04-10T16:24:53.064Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6182024-04-10T16:24:53.064Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6192024-04-10T16:24:53.064ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6202024-04-10T16:24:53.064Z+ mkdir -p out/downloads
6212024-04-10T16:24:53.064ZLocal file: out/downloads/mgd.tar.gz
6222024-04-10T16:24:53.064Z+ mkdir -p ./out/mgd
6232024-04-10T16:24:53.064Z+ fetch_and_verify
6242024-04-10T16:24:53.064Z+ local DO_DOWNLOAD=true
6252024-04-10T16:24:53.064Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-04-10T16:24:53.064Z+ '[' true == true ']'
6272024-04-10T16:24:53.064Z+ echo Downloading...
6282024-04-10T16:24:53.064ZDownloading...
6292024-04-10T16:24:53.064Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-04-10T16:24:53.064Z+ 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-10T16:24:59.755Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-04-10T16:24:59.780Z++ sha256sum
6332024-04-10T16:24:59.780Z++ awk '{print $1}'
6342024-04-10T16:24:59.805Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6352024-04-10T16:24:59.805Z+ [[ 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-10T16:24:59.805Z+ do_untar out/downloads/mgd.tar.gz
6372024-04-10T16:24:59.805Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-04-10T16:25:00.575Z+ do_assemble
6392024-04-10T16:25:00.575Z+ rm -r ./out/mgd
6402024-04-10T16:25:00.599Z+ mkdir ./out/mgd
6412024-04-10T16:25:00.599Z+ cp -r out/downloads/root ./out/mgd/root
6422024-04-10T16:25:00.658Z+ set -o errexit
6432024-04-10T16:25:00.705Z+++ dirname ./tools/ci_download_transceiver_control
6442024-04-10T16:25:00.705Z++ cd ./tools
6452024-04-10T16:25:00.705Z++ pwd
6462024-04-10T16:25:00.705Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-04-10T16:25:00.705Z++ basename ./tools/ci_download_transceiver_control
6482024-04-10T16:25:00.705Z+ ARG0=ci_download_transceiver_control
6492024-04-10T16:25:00.705Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-04-10T16:25:00.705Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-04-10T16:25:00.705Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-04-10T16:25:00.705Z+ TARGET_DIR=out
6532024-04-10T16:25:00.705Z+ DOWNLOAD_DIR=out/downloads
6542024-04-10T16:25:00.705Z+ DEST_DIR=./out/transceiver-control
6552024-04-10T16:25:00.705Z+ BIN_DIR=/opt/oxide/bin
6562024-04-10T16:25:00.705Z+ BINARY=xcvradm
6572024-04-10T16:25:00.705Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-04-10T16:25:00.705Z+ REPO=oxidecomputer/transceiver-control
6592024-04-10T16:25:00.705Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-04-10T16:25:00.705Z+ main
6612024-04-10T16:25:00.705Z+ [[ 0 != 0 ]]
6622024-04-10T16:25:00.705Z+ CIDL_OS=solaris2.11
6632024-04-10T16:25:00.705Z+ [[ 0 != 0 ]]
6642024-04-10T16:25:00.706Z+ configure_os solaris2.11
6652024-04-10T16:25:00.706Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-04-10T16:25:00.706Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-04-10T16:25:00.706Zcurrent directory: /work/oxidecomputer/omicron
6682024-04-10T16:25:00.706Zconfiguring based on OS: "solaris2.11"
6692024-04-10T16:25:00.706Z+ case "$1" in
6702024-04-10T16:25:00.706Z+ SET_BINARIES=
6712024-04-10T16:25:00.706Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-04-10T16:25:00.706Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-04-10T16:25:00.706Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-04-10T16:25:00.706Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-04-10T16:25:00.706Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-04-10T16:25:00.706Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-04-10T16:25:00.706Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-04-10T16:25:00.706Z+ mkdir -p out/downloads
6792024-04-10T16:25:00.706ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-04-10T16:25:00.706ZLocal file: out/downloads/xcvradm.gz
6812024-04-10T16:25:00.706Z+ mkdir -p ./out/transceiver-control
6822024-04-10T16:25:00.706Z+ fetch_and_verify
6832024-04-10T16:25:00.706Z+ local DO_DOWNLOAD=true
6842024-04-10T16:25:00.706Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-04-10T16:25:00.706Z+ '[' true == true ']'
6862024-04-10T16:25:00.706Z+ echo Downloading...
6872024-04-10T16:25:00.706ZDownloading...
6882024-04-10T16:25:00.707Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-04-10T16:25:00.707Z+ 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-10T16:25:03.361Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-04-10T16:25:03.387Z++ sha256sum
6922024-04-10T16:25:03.387Z++ awk '{print $1}'
6932024-04-10T16:25:03.387Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-04-10T16:25:03.387Z+ [[ 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-10T16:25:03.387Z+ do_unpack out/downloads/xcvradm.gz
6962024-04-10T16:25:03.387Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-04-10T16:25:03.387Z+ gzip -dc out/downloads/xcvradm.gz
6982024-04-10T16:25:03.518Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-04-10T16:25:03.543Z+ do_assemble
7002024-04-10T16:25:03.543Z+ rm -r ./out/transceiver-control
7012024-04-10T16:25:03.543Z+ mkdir ./out/transceiver-control
7022024-04-10T16:25:03.543Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-04-10T16:25:03.645Z+ set -o errexit
7042024-04-10T16:25:03.671Z+++ dirname ./tools/ci_download_thundermuffin
7052024-04-10T16:25:03.671Z++ cd ./tools
7062024-04-10T16:25:03.671Z++ pwd
7072024-04-10T16:25:03.671Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-04-10T16:25:03.671Z++ basename ./tools/ci_download_thundermuffin
7092024-04-10T16:25:03.671Z+ ARG0=ci_download_thundermuffin
7102024-04-10T16:25:03.671Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-04-10T16:25:03.671Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-04-10T16:25:03.671Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-04-10T16:25:03.671Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-04-10T16:25:03.671Z+ TARGET_DIR=out
7152024-04-10T16:25:03.671Z+ DOWNLOAD_DIR=out/downloads
7162024-04-10T16:25:03.671Z+ DEST_DIR=./out/thundermuffin
7172024-04-10T16:25:03.671Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-04-10T16:25:03.671Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-04-10T16:25:03.671Z+ REPO=oxidecomputer/thundermuffin
7202024-04-10T16:25:03.671Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-04-10T16:25:03.671Z+ main
7222024-04-10T16:25:03.672Z+ rm -rf out/downloads/root
7232024-04-10T16:25:03.672Z+ [[ 0 != 0 ]]
7242024-04-10T16:25:03.672Z+ CIDL_OS=solaris2.11
7252024-04-10T16:25:03.672Z+ [[ 0 != 0 ]]
7262024-04-10T16:25:03.672Z+ configure_os solaris2.11
7272024-04-10T16:25:03.672Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-04-10T16:25:03.672Z+ echo 'configuring based on OS: "solaris2.11"'
7292024-04-10T16:25:03.672Z+ case "$1" in
7302024-04-10T16:25:03.672Z+ SET_BINARIES=
7312024-04-10T16:25:03.672Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-04-10T16:25:03.672Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-04-10T16:25:03.672Zcurrent directory: /work/oxidecomputer/omicron
7342024-04-10T16:25:03.672Zconfiguring based on OS: "solaris2.11"
7352024-04-10T16:25:03.672Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-04-10T16:25:03.672Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-04-10T16:25:03.672Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-04-10T16:25:03.672Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-04-10T16:25:03.672Z+ mkdir -p out/downloads
7402024-04-10T16:25:03.672ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7412024-04-10T16:25:03.672ZLocal file: out/downloads/thundermuffin.tar.gz
7422024-04-10T16:25:03.672Z+ mkdir -p ./out/thundermuffin
7432024-04-10T16:25:03.698Z+ fetch_and_verify
7442024-04-10T16:25:03.698Z+ local DO_DOWNLOAD=true
7452024-04-10T16:25:03.698Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-04-10T16:25:03.698Z+ '[' true == true ']'
7472024-04-10T16:25:03.698Z+ echo Downloading...
7482024-04-10T16:25:03.698ZDownloading...
7492024-04-10T16:25:03.698Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-04-10T16:25:03.698Z+ 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-10T16:25:04.549Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-04-10T16:25:04.575Z++ sha256sum
7532024-04-10T16:25:04.575Z++ awk '{print $1}'
7542024-04-10T16:25:04.575Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-04-10T16:25:04.575Z+ [[ 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-10T16:25:04.575Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-04-10T16:25:04.575Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-04-10T16:25:04.645Z+ do_assemble
7592024-04-10T16:25:04.645Z+ rm -r ./out/thundermuffin
7602024-04-10T16:25:04.672Z+ mkdir ./out/thundermuffin
7612024-04-10T16:25:04.672Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-04-10T16:25:04.672ZAll prerequisites installed successfully
7632024-04-10T16:25:04.672Z
7642024-04-10T16:25:04.672Zreal 1:40.114355302
7652024-04-10T16:25:04.672Zuser 44.511528356
7662024-04-10T16:25:04.672Zsys 11.881186317
7672024-04-10T16:25:04.672Ztrap 0.012185428
7682024-04-10T16:25:04.673Ztflt 0.011418517
7692024-04-10T16:25:04.673Zdflt 0.018105307
7702024-04-10T16:25:04.673Zkflt 0.005834352
7712024-04-10T16:25:04.673Zlock 1.261243227
7722024-04-10T16:25:04.673Zslp 3:17.218697463
7732024-04-10T16:25:04.673Zlat 4.678990416
7742024-04-10T16:25:04.673Zstop 0.063643923
7752024-04-10T16:25:04.673Z+ ptime -m ./tools/ci_download_softnpu_machinery
7762024-04-10T16:25:04.698Zfetching npuzone
7772024-04-10T16:25:04.699ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7782024-04-10T16:25:04.699Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7792024-04-10T16:25:04.699ZGetting hash for npuzone
7802024-04-10T16:25:04.840Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7812024-04-10T16:25:20.875Znpuzone downloaded successfully
7822024-04-10T16:25:20.899Z
7832024-04-10T16:25:20.899Zreal 16.214944554
7842024-04-10T16:25:20.899Zuser 0.485280036
7852024-04-10T16:25:20.899Zsys 0.320397432
7862024-04-10T16:25:20.899Ztrap 0.000240094
7872024-04-10T16:25:20.899Ztflt 0.000000000
7882024-04-10T16:25:20.900Zdflt 0.000000000
7892024-04-10T16:25:20.900Zkflt 0.000000000
7902024-04-10T16:25:20.900Zlock 0.000000000
7912024-04-10T16:25:20.900Zslp 47.535018377
7922024-04-10T16:25:20.900Zlat 0.262809918
7932024-04-10T16:25:20.900Zstop 0.000270189
7942024-04-10T16:25:20.900Z+ export CARGO_INCREMENTAL=0
7952024-04-10T16:25:20.900Z+ CARGO_INCREMENTAL=0
7962024-04-10T16:25:20.900Z+ 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-10T16:25:21.158Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7982024-04-10T16:25:22.033Z Updating git repository `https://github.com/oxidecomputer/zone`
7992024-04-10T16:25:22.726Z Updating crates.io index
8002024-04-10T16:25:22.847Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8012024-04-10T16:25:24.232Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8022024-04-10T16:25:25.427Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8032024-04-10T16:25:28.389Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8042024-04-10T16:25:29.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8052024-04-10T16:25:30.361Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062024-04-10T16:25:32.029Z Updating git repository `https://github.com/oxidecomputer/crucible`
8072024-04-10T16:25:34.622Z Updating git repository `https://github.com/oxidecomputer/opte`
8082024-04-10T16:25:36.392Z Updating git repository `https://github.com/oxidecomputer/falcon`
8092024-04-10T16:25:38.026Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8102024-04-10T16:25:38.766Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8112024-04-10T16:25:39.933Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8122024-04-10T16:25:40.821Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8132024-04-10T16:25:41.506Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8142024-04-10T16:25:42.524Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8152024-04-10T16:25:43.240Z Updating git repository `http://github.com/oxidecomputer/tofino`
8162024-04-10T16:25:44.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8172024-04-10T16:25:44.698Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8182024-04-10T16:25:45.312Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8192024-04-10T16:25:46.120Z Updating git repository `https://github.com/oxidecomputer/ispf`
8202024-04-10T16:25:46.936Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8212024-04-10T16:25:47.558Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8222024-04-10T16:25:48.818Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8232024-04-10T16:25:49.692Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8242024-04-10T16:25:50.337Z Updating git repository `https://github.com/jgallagher/nix`
8252024-04-10T16:25:52.234Z Updating git repository `https://github.com/cbiffle/hubpack`
8262024-04-10T16:25:52.977Z Updating git repository `https://github.com/oxidecomputer/typify`
8272024-04-10T16:25:55.262Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8282024-04-10T16:25:56.222Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292024-04-10T16:25:56.990Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8302024-04-10T16:25:58.170Z Updating git repository `https://github.com/oxidecomputer/rfb`
8312024-04-10T16:26:00.192Z Downloading crates ...
8322024-04-10T16:26:00.320Z Downloaded adler v1.0.2
8332024-04-10T16:26:00.345Z Downloaded atomicwrites v0.4.3
8342024-04-10T16:26:00.345Z Downloaded autocfg v1.1.0
8352024-04-10T16:26:00.345Z Downloaded async-stream v0.3.5
8362024-04-10T16:26:00.371Z Downloaded cpufeatures v0.2.12
8372024-04-10T16:26:00.372Z Downloaded crc32fast v1.3.2
8382024-04-10T16:26:00.372Z Downloaded num-conv v0.1.0
8392024-04-10T16:26:00.397Z Downloaded num-integer v0.1.46
8402024-04-10T16:26:00.397Z Downloaded stability v0.1.1
8412024-04-10T16:26:00.424Z Downloaded derive_builder_macro v0.20.0
8422024-04-10T16:26:00.424Z Downloaded scroll_derive v0.12.0
8432024-04-10T16:26:00.460Z Downloaded strum v0.26.2
8442024-04-10T16:26:00.460Z Downloaded tinyvec_macros v0.1.1
8452024-04-10T16:26:00.460Z Downloaded ident_case v1.0.1
8462024-04-10T16:26:00.460Z Downloaded unicode-segmentation v1.10.1
8472024-04-10T16:26:00.491Z Downloaded portpicker v0.1.1
8482024-04-10T16:26:00.491Z Downloaded tower-service v0.3.2
8492024-04-10T16:26:00.492Z Downloaded try-lock v0.2.4
8502024-04-10T16:26:00.492Z Downloaded usdt-macro v0.5.0
8512024-04-10T16:26:00.492Z Downloaded foreign-types-shared v0.3.1
8522024-04-10T16:26:00.493Z Downloaded waitgroup v0.1.2
8532024-04-10T16:26:00.530Z Downloaded pretty-hex v0.4.1
8542024-04-10T16:26:00.531Z Downloaded foreign-types v0.5.0
8552024-04-10T16:26:00.531Z Downloaded equivalent v1.0.1
8562024-04-10T16:26:00.531Z Downloaded fxhash v0.2.1
8572024-04-10T16:26:00.531Z Downloaded zone_cfg_derive v0.1.2
8582024-04-10T16:26:00.565Z Downloaded serde_derive_internals v0.26.0
8592024-04-10T16:26:00.565Z Downloaded sigpipe v0.1.3
8602024-04-10T16:26:00.566Z Downloaded darling_macro v0.20.8
8612024-04-10T16:26:00.566Z Downloaded signature v2.1.0
8622024-04-10T16:26:00.566Z Downloaded pretty-hex v0.2.1
8632024-04-10T16:26:00.566Z Downloaded crypto-common v0.1.6
8642024-04-10T16:26:00.566Z Downloaded defmt v0.3.5
8652024-04-10T16:26:00.614Z Downloaded quick-error v1.2.3
8662024-04-10T16:26:00.615Z Downloaded shlex v1.3.0
8672024-04-10T16:26:00.615Z Downloaded ref-cast-impl v1.0.20
8682024-04-10T16:26:00.615Z Downloaded ref-cast v1.0.20
8692024-04-10T16:26:00.615Z Downloaded darling v0.20.8
8702024-04-10T16:26:00.616Z Downloaded quote v1.0.36
8712024-04-10T16:26:00.616Z Downloaded signal-hook v0.3.17
8722024-04-10T16:26:00.653Z Downloaded x509-cert v0.2.4
8732024-04-10T16:26:00.653Z Downloaded rcgen v0.12.1
8742024-04-10T16:26:00.653Z Downloaded rustyline v14.0.0
8752024-04-10T16:26:00.653Z Downloaded regex-automata v0.1.10
8762024-04-10T16:26:00.686Z Downloaded object v0.30.4
8772024-04-10T16:26:00.686Z Downloaded rayon v1.10.0
8782024-04-10T16:26:00.721Z Downloaded regex v1.10.4
8792024-04-10T16:26:00.747Z Downloaded zerocopy-derive v0.6.6
8802024-04-10T16:26:00.774Z Downloaded csv v1.3.0
8812024-04-10T16:26:00.800Z Downloaded sha3 v0.10.8
8822024-04-10T16:26:00.800Z Downloaded zerocopy-derive v0.2.0
8832024-04-10T16:26:00.801Z Downloaded encoding_rs v0.8.33
8842024-04-10T16:26:00.827Z Downloaded regex-automata v0.4.5
8852024-04-10T16:26:00.857Z Downloaded tokio v1.37.0
8862024-04-10T16:26:00.917Z Downloaded libc v0.2.153
8872024-04-10T16:26:00.962Z Downloaded ratatui v0.26.1
8882024-04-10T16:26:00.991Z Downloaded ring v0.17.8
8892024-04-10T16:26:01.059Z Downloaded ring v0.16.20
8902024-04-10T16:26:01.162Z Downloaded sled v0.34.7
8912024-04-10T16:26:01.210Z Downloaded rustls v0.22.2
8922024-04-10T16:26:01.211Z Downloaded rustix v0.38.31
8932024-04-10T16:26:01.245Z Downloaded bzip2-sys v0.1.11+1.0.8
8942024-04-10T16:26:01.245Z Downloaded curve25519-dalek v4.1.1
8952024-04-10T16:26:01.686Z Downloaded radix_trie v0.2.1
8962024-04-10T16:26:01.687Z Downloaded regress v0.9.1
8972024-04-10T16:26:01.687Z Downloaded regex-syntax v0.8.2
8982024-04-10T16:26:01.687Z Downloaded regex-syntax v0.6.29
8992024-04-10T16:26:01.717Z Downloaded webpki-roots v0.25.2
9002024-04-10T16:26:01.717Z Downloaded rustls v0.21.9
9012024-04-10T16:26:01.717Z Downloaded vcpkg v0.2.15
9022024-04-10T16:26:01.717Z Downloaded idna v0.5.0
9032024-04-10T16:26:01.717Z Downloaded idna v0.3.0
9042024-04-10T16:26:01.718Z Downloaded idna v0.2.3
9052024-04-10T16:26:01.718Z Downloaded polar-core v0.27.3
9062024-04-10T16:26:01.718Z Downloaded openapiv3 v2.0.0
9072024-04-10T16:26:01.718Z Downloaded quick-xml v0.31.0
9082024-04-10T16:26:01.718Z Downloaded zerocopy v0.7.32
9092024-04-10T16:26:01.718Z Downloaded futures-util v0.3.30
9102024-04-10T16:26:01.718Z Downloaded proptest v1.4.0
9112024-04-10T16:26:01.718Z Downloaded rustls-webpki v0.102.1
9122024-04-10T16:26:01.718Z Downloaded trust-dns-proto v0.22.0
9132024-04-10T16:26:01.719Z Downloaded gimli v0.28.0
9142024-04-10T16:26:01.719Z Downloaded openssl v0.10.64
9152024-04-10T16:26:01.719Z Downloaded object v0.32.1
9162024-04-10T16:26:01.719Z Downloaded bstr v1.9.0
9172024-04-10T16:26:01.719Z Downloaded reedline v0.31.0
9182024-04-10T16:26:01.719Z Downloaded crossterm v0.27.0
9192024-04-10T16:26:01.719Z Downloaded reqwest v0.11.24
9202024-04-10T16:26:01.719Z Downloaded winnow v0.6.1
9212024-04-10T16:26:01.719Z Downloaded winnow v0.5.15
9222024-04-10T16:26:01.719Z Downloaded serde_json v1.0.115
9232024-04-10T16:26:01.719Z Downloaded rustls-webpki v0.101.7
9242024-04-10T16:26:01.720Z Downloaded syn v2.0.58
9252024-04-10T16:26:01.720Z Downloaded diesel v2.1.5
9262024-04-10T16:26:01.720Z Downloaded smoltcp v0.11.0
9272024-04-10T16:26:01.720Z Downloaded syn v1.0.109
9282024-04-10T16:26:01.720Z Downloaded nix v0.28.0
9292024-04-10T16:26:01.720Z Downloaded rayon-core v1.12.1
9302024-04-10T16:26:01.720Z Downloaded publicsuffix v2.2.3
9312024-04-10T16:26:01.720Z Downloaded elliptic-curve v0.13.8
9322024-04-10T16:26:01.720Z Downloaded darling_core v0.20.8
9332024-04-10T16:26:01.721Z Downloaded tokio-postgres v0.7.10
9342024-04-10T16:26:01.752Z Downloaded serde_with v3.7.0
9352024-04-10T16:26:01.752Z Downloaded hkdf v0.12.4
9362024-04-10T16:26:01.752Z Downloaded goblin v0.8.0
9372024-04-10T16:26:01.752Z Downloaded tabled v0.15.0
9382024-04-10T16:26:01.778Z Downloaded smoltcp v0.9.1
9392024-04-10T16:26:01.778Z Downloaded petgraph v0.6.4
9402024-04-10T16:26:01.812Z Downloaded bstr v0.2.17
9412024-04-10T16:26:01.812Z Downloaded crypto-bigint v0.5.2
9422024-04-10T16:26:01.848Z Downloaded rand v0.8.5
9432024-04-10T16:26:01.848Z Downloaded serde_yaml v0.9.25
9442024-04-10T16:26:01.848Z Downloaded h2 v0.3.26
9452024-04-10T16:26:01.849Z Downloaded lalrpop v0.19.12
9462024-04-10T16:26:01.849Z Downloaded powerfmt v0.2.0
9472024-04-10T16:26:01.849Z Downloaded ena v0.14.2
9482024-04-10T16:26:01.849Z Downloaded csv-core v0.1.11
9492024-04-10T16:26:01.892Z Downloaded zerocopy v0.6.6
9502024-04-10T16:26:01.892Z Downloaded similar v2.4.0
9512024-04-10T16:26:01.892Z Downloaded zip v0.6.6
9522024-04-10T16:26:01.892Z Downloaded zerocopy-derive v0.7.32
9532024-04-10T16:26:01.892Z Downloaded hashbrown v0.14.3
9542024-04-10T16:26:01.892Z Downloaded portable-atomic v1.4.3
9552024-04-10T16:26:01.892Z Downloaded expectorate v1.1.0
9562024-04-10T16:26:01.893Z Downloaded salty v0.2.0
9572024-04-10T16:26:01.924Z Downloaded typed-path v0.7.0
9582024-04-10T16:26:01.924Z Downloaded smallvec v1.13.1
9592024-04-10T16:26:01.924Z Downloaded http v0.2.12
9602024-04-10T16:26:01.924Z Downloaded shell-words v1.1.0
9612024-04-10T16:26:01.924Z Downloaded radium v0.7.0
9622024-04-10T16:26:01.924Z Downloaded r2d2 v0.8.10
9632024-04-10T16:26:01.925Z Downloaded psl-types v2.0.11
9642024-04-10T16:26:01.925Z Downloaded trust-dns-server v0.22.1
9652024-04-10T16:26:01.925Z Downloaded trust-dns-resolver v0.22.0
9662024-04-10T16:26:01.925Z Downloaded predicates-core v1.0.6
9672024-04-10T16:26:01.925Z Downloaded predicates v3.1.0
9682024-04-10T16:26:01.925Z Downloaded ppv-lite86 v0.2.17
9692024-04-10T16:26:01.925Z Downloaded embedded-io v0.4.0
9702024-04-10T16:26:01.957Z Downloaded either v1.10.0
9712024-04-10T16:26:01.958Z Downloaded data-encoding v2.4.0
9722024-04-10T16:26:01.958Z Downloaded crossbeam-utils v0.8.19
9732024-04-10T16:26:01.958Z Downloaded crossbeam-epoch v0.9.18
9742024-04-10T16:26:01.958Z Downloaded serde_derive v1.0.197
9752024-04-10T16:26:01.958Z Downloaded samael v0.0.15
9762024-04-10T16:26:01.958Z Downloaded tough v0.17.1
9772024-04-10T16:26:01.958Z Downloaded toml_edit v0.22.9
9782024-04-10T16:26:01.984Z Downloaded http v1.0.0
9792024-04-10T16:26:01.984Z Downloaded time v0.3.34
9802024-04-10T16:26:02.009Z Downloaded debug-ignore v1.0.5
9812024-04-10T16:26:02.010Z Downloaded slog-term v2.9.1
9822024-04-10T16:26:02.010Z Downloaded yasna v0.5.2
9832024-04-10T16:26:02.010Z Downloaded tokio-util v0.7.10
9842024-04-10T16:26:02.010Z Downloaded siphasher v0.3.11
9852024-04-10T16:26:02.010Z Downloaded slog v2.7.0
9862024-04-10T16:26:02.036Z Downloaded flate2 v1.0.28
9872024-04-10T16:26:02.036Z Downloaded predicates-tree v1.0.9
9882024-04-10T16:26:02.036Z Downloaded precomputed-hash v0.1.1
9892024-04-10T16:26:02.036Z Downloaded sha1 v0.10.6
9902024-04-10T16:26:02.036Z Downloaded serde_with_macros v3.7.0
9912024-04-10T16:26:02.036Z Downloaded tungstenite v0.21.0
9922024-04-10T16:26:02.036Z Downloaded tungstenite v0.20.1
9932024-04-10T16:26:02.036Z Downloaded signature v1.6.4
9942024-04-10T16:26:02.036Z Downloaded signal-hook-tokio v0.3.1
9952024-04-10T16:26:02.036Z Downloaded signal-hook-registry v1.4.1
9962024-04-10T16:26:02.036Z Downloaded signal-hook-mio v0.2.3
9972024-04-10T16:26:02.062Z Downloaded sha2 v0.10.8
9982024-04-10T16:26:02.062Z Downloaded prettyplease v0.2.17
9992024-04-10T16:26:02.062Z Downloaded futures v0.3.30
10002024-04-10T16:26:02.062Z Downloaded ryu v1.0.15
10012024-04-10T16:26:02.062Z Downloaded curve25519-dalek-derive v0.1.0
10022024-04-10T16:26:02.062Z Downloaded cstr-argument v0.1.2
10032024-04-10T16:26:02.062Z Downloaded rand_xorshift v0.3.0
10042024-04-10T16:26:02.062Z Downloaded rand_seeder v0.2.3
10052024-04-10T16:26:02.062Z Downloaded tokio-native-tls v0.3.1
10062024-04-10T16:26:02.062Z Downloaded structmeta-derive v0.2.0
10072024-04-10T16:26:02.062Z Downloaded futures-task v0.3.30
10082024-04-10T16:26:02.063Z Downloaded futures-sink v0.3.30
10092024-04-10T16:26:02.088Z Downloaded futures-macro v0.3.30
10102024-04-10T16:26:02.088Z Downloaded crunchy v0.2.2
10112024-04-10T16:26:02.088Z Downloaded crucible-workspace-hack v0.1.0
10122024-04-10T16:26:02.088Z Downloaded zone v0.1.8
10132024-04-10T16:26:02.088Z Downloaded zeroize_derive v1.4.2
10142024-04-10T16:26:02.088Z Downloaded zeroize v1.7.0
10152024-04-10T16:26:02.088Z Downloaded rand_core v0.6.4
10162024-04-10T16:26:02.088Z Downloaded rand_chacha v0.3.1
10172024-04-10T16:26:02.088Z Downloaded slog-stdlog v4.1.1
10182024-04-10T16:26:02.088Z Downloaded slog-scope v4.4.0
10192024-04-10T16:26:02.088Z Downloaded slog-json v2.6.1
10202024-04-10T16:26:02.088Z Downloaded slog-envlogger v2.2.0
10212024-04-10T16:26:02.088Z Downloaded slog-dtrace v0.3.0
10222024-04-10T16:26:02.089Z Downloaded slog-bunyan v2.5.0
10232024-04-10T16:26:02.089Z Downloaded slog-async v2.8.0
10242024-04-10T16:26:02.089Z Downloaded errno v0.3.8
10252024-04-10T16:26:02.089Z Downloaded env_logger v0.10.0
10262024-04-10T16:26:02.089Z Downloaded env_logger v0.9.3
10272024-04-10T16:26:02.117Z Downloaded proc-macro2 v1.0.79
10282024-04-10T16:26:02.117Z Downloaded whoami v1.5.0
10292024-04-10T16:26:02.117Z Downloaded walkdir v2.5.0
10302024-04-10T16:26:02.117Z Downloaded futures-channel v0.3.30
10312024-04-10T16:26:02.117Z Downloaded funty v2.0.0
10322024-04-10T16:26:02.117Z Downloaded flume v0.11.0
10332024-04-10T16:26:02.117Z Downloaded ron v0.8.1
10342024-04-10T16:26:02.118Z Downloaded vte v0.11.1
10352024-04-10T16:26:02.150Z Downloaded uuid v1.8.0
10362024-04-10T16:26:02.150Z Downloaded ucd-trie v0.1.6
10372024-04-10T16:26:02.151Z Downloaded typenum v1.16.0
10382024-04-10T16:26:02.151Z Downloaded toml_edit v0.19.15
10392024-04-10T16:26:02.179Z Downloaded toml v0.8.12
10402024-04-10T16:26:02.179Z Downloaded sqlparser v0.44.0
10412024-04-10T16:26:02.179Z Downloaded serde-hex v0.1.0
10422024-04-10T16:26:02.179Z Downloaded rustls-pemfile v2.1.2
10432024-04-10T16:26:02.179Z Downloaded slab v0.4.9
10442024-04-10T16:26:02.180Z Downloaded erased-serde v0.3.31
10452024-04-10T16:26:02.180Z Downloaded enum-as-inner v0.5.1
10462024-04-10T16:26:02.180Z Downloaded zerocopy v0.3.0
10472024-04-10T16:26:02.180Z Downloaded xattr v1.0.1
10482024-04-10T16:26:02.180Z Downloaded wyz v0.5.1
10492024-04-10T16:26:02.180Z Downloaded rsa v0.9.2
10502024-04-10T16:26:02.180Z Downloaded trust-dns-client v0.22.0
10512024-04-10T16:26:02.207Z Downloaded tracing v0.1.40
10522024-04-10T16:26:02.207Z Downloaded postcard v1.0.8
10532024-04-10T16:26:02.207Z Downloaded hashbrown v0.12.3
10542024-04-10T16:26:02.207Z Downloaded serde_urlencoded v0.7.1
10552024-04-10T16:26:02.207Z Downloaded serde_tokenstream v0.2.0
10562024-04-10T16:26:02.207Z Downloaded serde_tokenstream v0.1.7
10572024-04-10T16:26:02.207Z Downloaded serde_spanned v0.6.5
10582024-04-10T16:26:02.234Z Downloaded serde_repr v0.1.16
10592024-04-10T16:26:02.234Z Downloaded serde_plain v1.0.2
10602024-04-10T16:26:02.234Z Downloaded serde_path_to_error v0.1.16
10612024-04-10T16:26:02.234Z Downloaded proc-macro-error v1.0.4
10622024-04-10T16:26:02.235Z Downloaded which v4.4.0
10632024-04-10T16:26:02.235Z Downloaded tokio-tungstenite v0.20.1
10642024-04-10T16:26:02.235Z Downloaded tokio-stream v0.1.15
10652024-04-10T16:26:02.235Z Downloaded tokio-rustls v0.25.0
10662024-04-10T16:26:02.235Z Downloaded tokio-rustls v0.24.1
10672024-04-10T16:26:02.235Z Downloaded fatfs v0.3.6
10682024-04-10T16:26:02.674Z Downloaded rustls-pemfile v1.0.3
10692024-04-10T16:26:02.674Z Downloaded vsss-rs v3.3.4
10702024-04-10T16:26:02.674Z Downloaded uuid v0.8.2
10712024-04-10T16:26:02.675Z Downloaded unarray v0.1.4
10722024-04-10T16:26:02.675Z Downloaded toml v0.5.11
10732024-04-10T16:26:02.675Z Downloaded pest v2.7.6
10742024-04-10T16:26:02.675Z Downloaded endian-type v0.1.2
10752024-04-10T16:26:02.675Z Downloaded resolv-conf v0.7.0
10762024-04-10T16:26:02.675Z Downloaded proc-macro-error-attr v1.0.4
10772024-04-10T16:26:02.675Z Downloaded proc-macro-crate v1.3.1
10782024-04-10T16:26:02.675Z Downloaded futures-io v0.3.30
10792024-04-10T16:26:02.675Z Downloaded futures-executor v0.3.30
10802024-04-10T16:26:02.675Z Downloaded futures-core v0.3.30
10812024-04-10T16:26:02.709Z Downloaded fs-err v2.11.0
10822024-04-10T16:26:02.709Z Downloaded fragile v2.0.0
10832024-04-10T16:26:02.709Z Downloaded form_urlencoded v1.2.1
10842024-04-10T16:26:02.709Z Downloaded filetime v0.2.23
10852024-04-10T16:26:02.709Z Downloaded serde_arrays v0.1.0
10862024-04-10T16:26:02.709Z Downloaded same-file v1.0.6
10872024-04-10T16:26:02.709Z Downloaded ron v0.7.1
10882024-04-10T16:26:02.709Z Downloaded tracing-core v0.1.32
10892024-04-10T16:26:02.709Z Downloaded serde v1.0.197
10902024-04-10T16:26:02.710Z Downloaded itertools v0.12.1
10912024-04-10T16:26:02.710Z Downloaded fnv v1.0.7
10922024-04-10T16:26:02.710Z Downloaded float-cmp v0.9.0
10932024-04-10T16:26:02.710Z Downloaded flagset v0.4.3
10942024-04-10T16:26:02.710Z Downloaded fixedbitset v0.4.2
10952024-04-10T16:26:02.710Z Downloaded rusty-fork v0.3.0
10962024-04-10T16:26:02.710Z Downloaded rustversion v1.0.14
10972024-04-10T16:26:02.710Z Downloaded rustls-pki-types v1.3.0
10982024-04-10T16:26:02.710Z Downloaded rustc-demangle v0.1.23
10992024-04-10T16:26:02.710Z Downloaded wait-timeout v0.2.0
11002024-04-10T16:26:02.710Z Downloaded version_check v0.9.4
11012024-04-10T16:26:02.710Z Downloaded vec_map v0.8.2
11022024-04-10T16:26:02.710Z Downloaded utf8parse v0.2.1
11032024-04-10T16:26:02.710Z Downloaded unicase v2.7.0
11042024-04-10T16:26:02.710Z Downloaded toml v0.7.8
11052024-04-10T16:26:02.710Z Downloaded headers v0.3.9
11062024-04-10T16:26:02.711Z Downloaded want v0.3.1
11072024-04-10T16:26:02.711Z Downloaded smallvec v0.6.14
11082024-04-10T16:26:02.711Z Downloaded foreign-types-macros v0.2.3
11092024-04-10T16:26:02.711Z Downloaded ff v0.13.0
11102024-04-10T16:26:02.711Z Downloaded fd-lock v4.0.2
11112024-04-10T16:26:02.711Z Downloaded fastrand v2.0.1
11122024-04-10T16:26:02.711Z Downloaded fallible-iterator v0.2.0
11132024-04-10T16:26:02.711Z Downloaded vte_generate_state_changes v0.1.1
11142024-04-10T16:26:02.711Z Downloaded utf-8 v0.7.6
11152024-04-10T16:26:02.711Z Downloaded usdt-impl v0.5.0
11162024-04-10T16:26:02.711Z Downloaded itertools v0.10.5
11172024-04-10T16:26:02.711Z Downloaded papergrid v0.11.0
11182024-04-10T16:26:02.711Z Downloaded foreign-types-shared v0.1.1
11192024-04-10T16:26:02.711Z Downloaded tui-tree-widget v0.19.0
11202024-04-10T16:26:02.711Z Downloaded hmac v0.12.1
11212024-04-10T16:26:02.711Z Downloaded half v2.3.1
11222024-04-10T16:26:02.711Z Downloaded tinyvec v1.6.0
11232024-04-10T16:26:02.711Z Downloaded time-macros v0.2.17
11242024-04-10T16:26:02.711Z Downloaded foreign-types v0.3.2
11252024-04-10T16:26:02.711Z Downloaded rustfmt-wrapper v0.2.1
11262024-04-10T16:26:02.711Z Downloaded rustc_version v0.4.0
11272024-04-10T16:26:02.711Z Downloaded rustc_version v0.1.7
11282024-04-10T16:26:02.712Z Downloaded rustc-hash v1.1.0
11292024-04-10T16:26:02.712Z Downloaded rtoolbox v0.0.1
11302024-04-10T16:26:02.712Z Downloaded rpassword v7.3.1
11312024-04-10T16:26:02.712Z Downloaded tracing-attributes v0.1.27
11322024-04-10T16:26:02.712Z Downloaded tokio-tungstenite v0.21.0
11332024-04-10T16:26:02.712Z Downloaded postgres-types v0.2.6
11342024-04-10T16:26:02.712Z Downloaded postgres-protocol v0.6.6
11352024-04-10T16:26:02.712Z Downloaded httparse v1.8.0
11362024-04-10T16:26:02.712Z Downloaded chrono v0.4.37
11372024-04-10T16:26:02.712Z Downloaded bitvec v1.0.1
11382024-04-10T16:26:02.712Z Downloaded usdt-macro v0.3.5
11392024-04-10T16:26:02.712Z Downloaded topological-sort v0.2.2
11402024-04-10T16:26:02.712Z Downloaded toml_datetime v0.6.5
11412024-04-10T16:26:02.713Z Downloaded globset v0.4.13
11422024-04-10T16:26:02.713Z Downloaded getrandom v0.2.12
11432024-04-10T16:26:02.713Z Downloaded textwrap v0.16.1
11442024-04-10T16:26:02.713Z Downloaded test-strategy v0.3.1
11452024-04-10T16:26:02.713Z Downloaded tar v0.4.40
11462024-04-10T16:26:02.713Z Downloaded diff v0.1.13
11472024-04-10T16:26:02.713Z Downloaded diesel_derives v2.1.2
11482024-04-10T16:26:02.713Z Downloaded unicode-normalization v0.1.22
11492024-04-10T16:26:02.713Z Downloaded bindgen v0.69.2
11502024-04-10T16:26:02.713Z Downloaded toolchain_find v0.4.0
11512024-04-10T16:26:02.713Z Downloaded impl-trait-for-tuples v0.2.2
11522024-04-10T16:26:02.713Z Downloaded httpdate v1.0.3
11532024-04-10T16:26:02.713Z Downloaded http-body v0.4.5
11542024-04-10T16:26:02.713Z Downloaded hostname v0.3.1
11552024-04-10T16:26:02.713Z Downloaded home v0.5.5
11562024-04-10T16:26:02.713Z Downloaded highway v1.1.0
11572024-04-10T16:26:02.713Z Downloaded hex v0.4.3
11582024-04-10T16:26:02.713Z Downloaded heck v0.5.0
11592024-04-10T16:26:02.713Z Downloaded hash32 v0.3.1
11602024-04-10T16:26:02.713Z Downloaded hash32 v0.2.1
11612024-04-10T16:26:02.714Z Downloaded group v0.13.0
11622024-04-10T16:26:02.714Z Downloaded glob v0.3.1
11632024-04-10T16:26:02.714Z Downloaded gethostname v0.4.3
11642024-04-10T16:26:02.714Z Downloaded subprocess v0.2.9
11652024-04-10T16:26:02.714Z Downloaded indicatif v0.17.8
11662024-04-10T16:26:02.714Z Downloaded libxml v0.3.3
11672024-04-10T16:26:02.714Z Downloaded hyper v0.14.28
11682024-04-10T16:26:02.715Z Downloaded getopts v0.2.21
11692024-04-10T16:26:02.715Z Downloaded generic-array v0.14.7
11702024-04-10T16:26:02.715Z Downloaded tempfile v3.10.1
11712024-04-10T16:26:02.715Z Downloaded structopt v0.3.26
11722024-04-10T16:26:02.715Z Downloaded pin-project v1.1.3
11732024-04-10T16:26:02.715Z Downloaded clap v2.34.0
11742024-04-10T16:26:02.715Z Downloaded tokio-macros v2.2.0
11752024-04-10T16:26:02.715Z Downloaded tiny-keccak v2.0.2
11762024-04-10T16:26:02.715Z Downloaded thread_local v1.1.7
11772024-04-10T16:26:02.715Z Downloaded thread-id v4.2.0
11782024-04-10T16:26:02.715Z Downloaded thiserror-no-std v2.0.2
11792024-04-10T16:26:02.715Z Downloaded thiserror-impl-no-std v2.0.2
11802024-04-10T16:26:02.715Z Downloaded thiserror-impl v1.0.58
11812024-04-10T16:26:02.757Z Downloaded thiserror v1.0.58
11822024-04-10T16:26:02.757Z Downloaded term v0.7.0
11832024-04-10T16:26:02.758Z Downloaded synstructure v0.12.6
11842024-04-10T16:26:02.758Z Downloaded semver v1.0.22
11852024-04-10T16:26:02.758Z Downloaded schemars v0.8.16
11862024-04-10T16:26:02.758Z Downloaded indexmap v2.2.6
11872024-04-10T16:26:02.758Z Downloaded oso v0.27.3
11882024-04-10T16:26:02.758Z Downloaded num-bigint-dig v0.8.4
11892024-04-10T16:26:02.758Z Downloaded clap_builder v4.5.2
11902024-04-10T16:26:02.758Z Downloaded http-range v0.1.5
11912024-04-10T16:26:02.758Z Downloaded headers-core v0.2.0
11922024-04-10T16:26:02.759Z Downloaded textwrap v0.11.0
11932024-04-10T16:26:02.759Z Downloaded termios v0.3.3
11942024-04-10T16:26:02.759Z Downloaded terminal_size v0.3.0
11952024-04-10T16:26:02.759Z Downloaded termcolor v1.2.0
11962024-04-10T16:26:02.759Z Downloaded tap v1.0.1
11972024-04-10T16:26:02.759Z Downloaded tabwriter v1.4.0
11982024-04-10T16:26:02.759Z Downloaded tabled_derive v0.7.0
11992024-04-10T16:26:02.759Z Downloaded swrite v0.1.0
12002024-04-10T16:26:02.759Z Downloaded supports-color v3.0.0
12012024-04-10T16:26:02.759Z Downloaded subtle v2.5.0
12022024-04-10T16:26:02.759Z Downloaded strum_macros v0.26.1
12032024-04-10T16:26:02.759Z Downloaded strum_macros v0.24.3
12042024-04-10T16:26:02.759Z Downloaded structopt-derive v0.4.18
12052024-04-10T16:26:02.759Z Downloaded semver v0.1.20
12062024-04-10T16:26:02.759Z Downloaded poly1305 v0.8.0
12072024-04-10T16:26:02.759Z Downloaded platforms v3.0.2
12082024-04-10T16:26:02.760Z Downloaded lalrpop-util v0.19.12
12092024-04-10T16:26:02.760Z Downloaded indexmap v1.9.3
12102024-04-10T16:26:02.760Z Downloaded der v0.7.8
12112024-04-10T16:26:02.760Z Downloaded unicode_categories v0.1.1
12122024-04-10T16:26:02.760Z Downloaded openssl-sys v0.9.102
12132024-04-10T16:26:02.760Z Downloaded num-traits v0.2.18
12142024-04-10T16:26:02.760Z Downloaded minimal-lexical v0.2.1
12152024-04-10T16:26:02.760Z Downloaded blake3 v1.5.0
12162024-04-10T16:26:02.760Z Downloaded time-core v0.1.2
12172024-04-10T16:26:02.760Z Downloaded termtree v0.4.1
12182024-04-10T16:26:02.760Z Downloaded take_mut v0.2.2
12192024-04-10T16:26:02.760Z Downloaded sync_wrapper v0.1.2
12202024-04-10T16:26:02.760Z Downloaded strum_macros v0.25.2
12212024-04-10T16:26:02.760Z Downloaded structmeta-derive v0.3.0
12222024-04-10T16:26:02.760Z Downloaded secrecy v0.8.0
12232024-04-10T16:26:02.760Z Downloaded sec1 v0.7.3
12242024-04-10T16:26:02.760Z Downloaded sct v0.7.0
12252024-04-10T16:26:02.760Z Downloaded lazy_static v1.4.0
12262024-04-10T16:26:02.760Z Downloaded dof v0.3.0
12272024-04-10T16:26:02.761Z Downloaded dof v0.1.5
12282024-04-10T16:26:02.761Z Downloaded display-error-chain v0.2.0
12292024-04-10T16:26:02.761Z Downloaded dirs-sys-next v0.1.2
12302024-04-10T16:26:02.761Z Downloaded dirs-next v2.0.0
12312024-04-10T16:26:02.761Z Downloaded derive-where v1.2.7
12322024-04-10T16:26:02.761Z Downloaded url v2.5.0
12332024-04-10T16:26:02.761Z Downloaded unsafe-libyaml v0.2.10
12342024-04-10T16:26:02.761Z Downloaded unicode-ident v1.0.12
12352024-04-10T16:26:02.761Z Downloaded unicode-bidi v0.3.15
12362024-04-10T16:26:02.761Z Downloaded steno v0.4.0
12372024-04-10T16:26:02.761Z Downloaded pin-project-lite v0.2.13
12382024-04-10T16:26:02.761Z Downloaded pest_meta v2.7.6
12392024-04-10T16:26:02.761Z Downloaded pem-rfc7468 v0.7.0
12402024-04-10T16:26:02.761Z Downloaded parking_lot_core v0.8.6
12412024-04-10T16:26:02.761Z Downloaded parking_lot v0.12.1
12422024-04-10T16:26:02.796Z Downloaded parking_lot v0.11.2
12432024-04-10T16:26:02.797Z Downloaded once_cell v1.19.0
12442024-04-10T16:26:02.797Z Downloaded omicron-zone-package v0.11.0
12452024-04-10T16:26:02.797Z Downloaded num-rational v0.4.1
12462024-04-10T16:26:02.797Z Downloaded libm v0.2.7
12472024-04-10T16:26:02.797Z Downloaded serde-big-array v0.5.1
12482024-04-10T16:26:02.797Z Downloaded serde-big-array v0.4.1
12492024-04-10T16:26:02.797Z Downloaded scroll v0.12.0
12502024-04-10T16:26:02.797Z Downloaded scopeguard v1.2.0
12512024-04-10T16:26:02.797Z Downloaded schemars_derive v0.8.16
12522024-04-10T16:26:02.797Z Downloaded lazycell v1.3.0
12532024-04-10T16:26:02.797Z Downloaded kstat-rs v0.2.3
12542024-04-10T16:26:02.797Z Downloaded keccak v0.1.4
12552024-04-10T16:26:02.797Z Downloaded itoa v1.0.9
12562024-04-10T16:26:02.797Z Downloaded is-terminal v0.4.9
12572024-04-10T16:26:02.797Z Downloaded ipnetwork v0.20.0
12582024-04-10T16:26:02.797Z Downloaded ipnet v2.9.0
12592024-04-10T16:26:02.797Z Downloaded inout v0.1.3
12602024-04-10T16:26:02.797Z Downloaded indoc v2.0.3
12612024-04-10T16:26:02.833Z Downloaded indoc v1.0.9
12622024-04-10T16:26:02.833Z Downloaded ed25519 v1.5.3
12632024-04-10T16:26:02.834Z Downloaded dyn-clone v1.0.17
12642024-04-10T16:26:02.834Z Downloaded dtrace-parser v0.2.0
12652024-04-10T16:26:02.834Z Downloaded digest v0.10.7
12662024-04-10T16:26:02.834Z Downloaded difflib v0.4.0
12672024-04-10T16:26:02.834Z Downloaded diesel_table_macro_syntax v0.1.0
12682024-04-10T16:26:02.834Z Downloaded derive_more v0.99.17
12692024-04-10T16:26:02.834Z Downloaded der_derive v0.7.2
12702024-04-10T16:26:02.834Z Downloaded snafu v0.8.2
12712024-04-10T16:26:02.834Z Downloaded pkcs8 v0.10.2
12722024-04-10T16:26:02.834Z Downloaded pkcs1 v0.7.5
12732024-04-10T16:26:02.834Z Downloaded pin-utils v0.1.0
12742024-04-10T16:26:02.876Z Downloaded pin-project-internal v1.1.3
12752024-04-10T16:26:02.876Z Downloaded phf_shared v0.11.2
12762024-04-10T16:26:02.876Z Downloaded pest_generator v2.7.6
12772024-04-10T16:26:02.876Z Downloaded pest_derive v2.7.6
12782024-04-10T16:26:02.876Z Downloaded peg-macros v0.8.2
12792024-04-10T16:26:02.876Z Downloaded peg v0.8.2
12802024-04-10T16:26:02.876Z Downloaded password-hash v0.5.0
12812024-04-10T16:26:02.876Z Downloaded parse-display v0.9.0
12822024-04-10T16:26:02.876Z Downloaded parking_lot_core v0.9.8
12832024-04-10T16:26:02.876Z Downloaded packed_struct_codegen v0.10.1
12842024-04-10T16:26:02.876Z Downloaded owo-colors v4.0.0
12852024-04-10T16:26:02.876Z Downloaded oso-derive v0.27.3
12862024-04-10T16:26:02.876Z Downloaded num_enum_derive v0.5.11
12872024-04-10T16:26:02.877Z Downloaded hashbrown v0.13.2
12882024-04-10T16:26:02.877Z Downloaded scheduled-thread-pool v0.2.7
12892024-04-10T16:26:02.877Z Downloaded is_ci v1.2.0
12902024-04-10T16:26:02.877Z Downloaded instant v0.1.12
12912024-04-10T16:26:02.877Z Downloaded dtrace-parser v0.1.14
12922024-04-10T16:26:02.877Z Downloaded downcast v0.11.0
12932024-04-10T16:26:02.877Z Downloaded derive_builder_core v0.20.0
12942024-04-10T16:26:02.909Z Downloaded derive_builder v0.20.0
12952024-04-10T16:26:02.909Z Downloaded deranged v0.3.11
12962024-04-10T16:26:02.909Z Downloaded defmt-parser v0.3.3
12972024-04-10T16:26:02.909Z Downloaded defmt-macros v0.3.6
12982024-04-10T16:26:02.909Z Downloaded usdt-impl v0.3.5
12992024-04-10T16:26:02.909Z Downloaded usdt v0.5.0
13002024-04-10T16:26:02.909Z Downloaded usdt v0.3.5
13012024-04-10T16:26:02.909Z Downloaded untrusted v0.9.0
13022024-04-10T16:26:02.910Z Downloaded universal-hash v0.5.1
13032024-04-10T16:26:02.910Z Downloaded unicode-xid v0.2.4
13042024-04-10T16:26:02.910Z Downloaded strsim v0.8.0
13052024-04-10T16:26:02.910Z Downloaded spin v0.9.8
13062024-04-10T16:26:02.910Z Downloaded socket2 v0.5.6
13072024-04-10T16:26:02.910Z Downloaded socket2 v0.4.9
13082024-04-10T16:26:02.910Z Downloaded snafu-derive v0.8.2
13092024-04-10T16:26:02.910Z Downloaded plain v0.2.3
13102024-04-10T16:26:02.910Z Downloaded pkg-config v0.3.27
13112024-04-10T16:26:02.910Z Downloaded phf_shared v0.10.0
13122024-04-10T16:26:02.910Z Downloaded phf v0.11.2
13132024-04-10T16:26:02.911Z Downloaded percent-encoding v2.3.1
13142024-04-10T16:26:02.911Z Downloaded pem v3.0.4
13152024-04-10T16:26:02.911Z Downloaded paste v1.0.14
13162024-04-10T16:26:02.911Z Downloaded parse-display-derive v0.9.0
13172024-04-10T16:26:02.941Z Downloaded packed_struct v0.10.1
13182024-04-10T16:26:02.941Z Downloaded opaque-debug v0.3.0
13192024-04-10T16:26:02.941Z Downloaded olpc-cjson v0.1.3
13202024-04-10T16:26:02.942Z Downloaded num_threads v0.1.6
13212024-04-10T16:26:02.942Z Downloaded num-bigint v0.4.4
13222024-04-10T16:26:02.942Z Downloaded native-tls v0.2.11
13232024-04-10T16:26:02.942Z Downloaded heapless v0.8.0
13242024-04-10T16:26:02.942Z Downloaded heapless v0.7.16
13252024-04-10T16:26:02.942Z Downloaded const_format v0.2.32
13262024-04-10T16:26:02.942Z Downloaded usdt-attr-macro v0.5.0
13272024-04-10T16:26:02.943Z Downloaded usdt-attr-macro v0.3.5
13282024-04-10T16:26:02.972Z Downloaded untrusted v0.7.1
13292024-04-10T16:26:02.972Z Downloaded unicode-width v0.1.11
13302024-04-10T16:26:02.972Z Downloaded unicode-linebreak v0.1.5
13312024-04-10T16:26:02.972Z Downloaded structmeta v0.3.0
13322024-04-10T16:26:02.973Z Downloaded structmeta v0.2.0
13332024-04-10T16:26:02.973Z Downloaded strsim v0.11.0
13342024-04-10T16:26:02.973Z Downloaded strsim v0.10.0
13352024-04-10T16:26:02.973Z Downloaded strip-ansi-escapes v0.2.0
13362024-04-10T16:26:02.973Z Downloaded stringprep v0.1.3
13372024-04-10T16:26:02.973Z Downloaded string_cache v0.8.7
13382024-04-10T16:26:02.974Z Downloaded static_assertions v1.1.0
13392024-04-10T16:26:02.974Z Downloaded stable_deref_trait v1.2.0
13402024-04-10T16:26:02.974Z Downloaded sqlparser_derive v0.2.2
13412024-04-10T16:26:02.974Z Downloaded sqlformat v0.2.3
13422024-04-10T16:26:02.974Z Downloaded spki v0.7.2
13432024-04-10T16:26:02.974Z Downloaded spin v0.5.2
13442024-04-10T16:26:02.974Z Downloaded smf v0.2.3
13452024-04-10T16:26:02.974Z Downloaded smawk v0.3.1
13462024-04-10T16:26:02.975Z Downloaded peg-runtime v0.8.2
13472024-04-10T16:26:02.975Z Downloaded peeking_take_while v0.1.2
13482024-04-10T16:26:02.975Z Downloaded path-slash v0.1.5
13492024-04-10T16:26:02.975Z Downloaded parse-size v1.0.0
13502024-04-10T16:26:02.975Z Downloaded openssl-probe v0.1.5
13512024-04-10T16:26:02.975Z Downloaded openssl-macros v0.1.1
13522024-04-10T16:26:03.004Z Downloaded number_prefix v0.4.0
13532024-04-10T16:26:03.004Z Downloaded num_enum v0.5.11
13542024-04-10T16:26:03.005Z Downloaded num_cpus v1.16.0
13552024-04-10T16:26:03.005Z Downloaded num-complex v0.4.4
13562024-04-10T16:26:03.005Z Downloaded nu-ansi-term v0.50.0
13572024-04-10T16:26:03.005Z Downloaded nom v7.1.3
13582024-04-10T16:26:03.006Z Downloaded nibble_vec v0.1.0
13592024-04-10T16:26:03.006Z Downloaded nanorand v0.7.0
13602024-04-10T16:26:03.006Z Downloaded mockall_derive v0.12.1
13612024-04-10T16:26:03.006Z Downloaded mio v0.8.11
13622024-04-10T16:26:03.043Z Downloaded miniz_oxide v0.7.1
13632024-04-10T16:26:03.044Z Downloaded mime_guess v2.0.4
13642024-04-10T16:26:03.044Z Downloaded log v0.4.21
13652024-04-10T16:26:03.044Z Downloaded crossbeam-channel v0.5.8
13662024-04-10T16:26:03.044Z Downloaded const_format_proc_macros v0.2.32
13672024-04-10T16:26:03.044Z Downloaded compact_str v0.7.1
13682024-04-10T16:26:03.044Z Downloaded cc v1.0.83
13692024-04-10T16:26:03.044Z Downloaded num-iter v0.1.44
13702024-04-10T16:26:03.045Z Downloaded num-derive v0.4.0
13712024-04-10T16:26:03.045Z Downloaded new_debug_unreachable v1.0.4
13722024-04-10T16:26:03.045Z Downloaded multer v3.0.0
13732024-04-10T16:26:03.045Z Downloaded mockall v0.12.1
13742024-04-10T16:26:03.077Z Downloaded memmap2 v0.7.1
13752024-04-10T16:26:03.077Z Downloaded memchr v2.7.1
13762024-04-10T16:26:03.077Z Downloaded lock_api v0.4.10
13772024-04-10T16:26:03.077Z Downloaded libloading v0.7.4
13782024-04-10T16:26:03.078Z Downloaded hyper-tls v0.5.0
13792024-04-10T16:26:03.078Z Downloaded hyper-rustls v0.24.2
13802024-04-10T16:26:03.078Z Downloaded crc-any v2.4.3
13812024-04-10T16:26:03.078Z Downloaded const-oid v0.9.6
13822024-04-10T16:26:03.079Z Downloaded num v0.4.1
13832024-04-10T16:26:03.079Z Downloaded nodrop v0.1.14
13842024-04-10T16:26:03.079Z Downloaded newtype-uuid v1.0.1
13852024-04-10T16:26:03.079Z Downloaded mime v0.3.17
13862024-04-10T16:26:03.079Z Downloaded memoffset v0.7.1
13872024-04-10T16:26:03.079Z Downloaded memmap v0.7.0
13882024-04-10T16:26:03.079Z Downloaded linked-hash-map v0.5.6
13892024-04-10T16:26:03.079Z Downloaded linear-map v1.2.0
13902024-04-10T16:26:03.079Z Downloaded libsw v3.3.1
13912024-04-10T16:26:03.116Z Downloaded libefi-sys v0.1.0
13922024-04-10T16:26:03.117Z Downloaded iana-time-zone v0.1.57
13932024-04-10T16:26:03.117Z Downloaded hyper-staticfile v0.9.5
13942024-04-10T16:26:03.117Z Downloaded humantime v2.1.0
13952024-04-10T16:26:03.117Z Downloaded hubpack v0.1.2
13962024-04-10T16:26:03.117Z Downloaded heck v0.4.1
13972024-04-10T16:26:03.117Z Downloaded cookie_store v0.20.0
13982024-04-10T16:26:03.117Z Downloaded console v0.15.8
13992024-04-10T16:26:03.118Z Downloaded cobs v0.2.3
14002024-04-10T16:26:03.118Z Downloaded clap_derive v4.5.4
14012024-04-10T16:26:03.118Z Downloaded chacha20poly1305 v0.10.1
14022024-04-10T16:26:03.118Z Downloaded camino v1.1.6
14032024-04-10T16:26:03.118Z Downloaded bzip2 v0.4.4
14042024-04-10T16:26:03.118Z Downloaded bitflags v2.4.2
14052024-04-10T16:26:03.118Z Downloaded normalize-line-endings v0.3.0
14062024-04-10T16:26:03.118Z Downloaded newtype_derive v0.1.6
14072024-04-10T16:26:03.119Z Downloaded newline-converter v0.3.0
14082024-04-10T16:26:03.119Z Downloaded multimap v0.10.0
14092024-04-10T16:26:03.119Z Downloaded md-5 v0.10.5
14102024-04-10T16:26:03.146Z Downloaded maybe-uninit v2.0.0
14112024-04-10T16:26:03.146Z Downloaded matches v0.1.10
14122024-04-10T16:26:03.146Z Downloaded match_cfg v0.1.0
14132024-04-10T16:26:03.146Z Downloaded maplit v1.0.2
14142024-04-10T16:26:03.146Z Downloaded managed v0.8.0
14152024-04-10T16:26:03.146Z Downloaded macaddr v1.0.1
14162024-04-10T16:26:03.146Z Downloaded lru-cache v0.1.2
14172024-04-10T16:26:03.146Z Downloaded lru v0.12.1
14182024-04-10T16:26:03.146Z Downloaded hubpack_derive v0.1.1
14192024-04-10T16:26:03.146Z Downloaded heck v0.3.3
14202024-04-10T16:26:03.146Z Downloaded crossbeam-deque v0.8.3
14212024-04-10T16:26:03.147Z Downloaded constant_time_eq v0.3.0
14222024-04-10T16:26:03.147Z Downloaded colored v2.1.0
14232024-04-10T16:26:03.147Z Downloaded clap_lex v0.7.0
14242024-04-10T16:26:03.147Z Downloaded clang-sys v1.6.1
14252024-04-10T16:26:03.147Z Downloaded cipher v0.4.4
14262024-04-10T16:26:03.147Z Downloaded ciborium v0.2.2
14272024-04-10T16:26:03.147Z Downloaded bytes v1.6.0
14282024-04-10T16:26:03.147Z Downloaded byteorder v1.5.0
14292024-04-10T16:26:03.147Z Downloaded bcs v0.1.6
14302024-04-10T16:26:03.147Z Downloaded crc-catalog v2.2.0
14312024-04-10T16:26:03.175Z Downloaded crc v3.0.1
14322024-04-10T16:26:03.175Z Downloaded corncobs v0.1.3
14332024-04-10T16:26:03.175Z Downloaded cookie v0.17.0
14342024-04-10T16:26:03.175Z Downloaded convert_case v0.4.0
14352024-04-10T16:26:03.175Z Downloaded colorchoice v1.0.0
14362024-04-10T16:26:03.175Z Downloaded ciborium-io v0.2.2
14372024-04-10T16:26:03.175Z Downloaded chacha20 v0.9.1
14382024-04-10T16:26:03.175Z Downloaded cexpr v0.6.0
14392024-04-10T16:26:03.175Z Downloaded castaway v0.2.2
14402024-04-10T16:26:03.176Z Downloaded cancel-safe-futures v0.1.5
14412024-04-10T16:26:03.176Z Downloaded block-padding v0.3.3
14422024-04-10T16:26:03.176Z Downloaded block-buffer v0.10.4
14432024-04-10T16:26:03.176Z Downloaded bitflags v1.3.2
14442024-04-10T16:26:03.176Z Downloaded bit-set v0.5.3
14452024-04-10T16:26:03.176Z Downloaded base64ct v1.6.0
14462024-04-10T16:26:03.207Z Downloaded aho-corasick v1.1.2
14472024-04-10T16:26:03.207Z Downloaded cookie v0.18.1
14482024-04-10T16:26:03.207Z Downloaded clap v4.5.4
14492024-04-10T16:26:03.207Z Downloaded ciborium-ll v0.2.2
14502024-04-10T16:26:03.208Z Downloaded cfg_aliases v0.1.1
14512024-04-10T16:26:03.208Z Downloaded cfg-if v1.0.0
14522024-04-10T16:26:03.209Z Downloaded cassowary v0.3.0
14532024-04-10T16:26:03.209Z Downloaded camino-tempfile v1.1.1
14542024-04-10T16:26:03.242Z Downloaded bytecount v0.6.3
14552024-04-10T16:26:03.242Z Downloaded buf-list v1.0.3
14562024-04-10T16:26:03.242Z Downloaded blake2 v0.10.6
14572024-04-10T16:26:03.242Z Downloaded bitstruct_derive v0.1.0
14582024-04-10T16:26:03.242Z Downloaded bitstruct v0.1.1
14592024-04-10T16:26:03.242Z Downloaded bitfield v0.14.0
14602024-04-10T16:26:03.242Z Downloaded bit-vec v0.6.3
14612024-04-10T16:26:03.243Z Downloaded bb8 v0.8.3
14622024-04-10T16:26:03.243Z Downloaded base64 v0.22.0
14632024-04-10T16:26:03.243Z Downloaded base64 v0.21.7
14642024-04-10T16:26:03.243Z Downloaded base64 v0.13.1
14652024-04-10T16:26:03.243Z Downloaded base16ct v0.2.0
14662024-04-10T16:26:03.243Z Downloaded backtrace v0.3.69
14672024-04-10T16:26:03.243Z Downloaded backoff v0.4.0
14682024-04-10T16:26:03.271Z Downloaded async-trait v0.1.79
14692024-04-10T16:26:03.271Z Downloaded arc-swap v1.6.0
14702024-04-10T16:26:03.271Z Downloaded anyhow v1.0.82
14712024-04-10T16:26:03.271Z Downloaded anstyle v1.0.6
14722024-04-10T16:26:03.271Z Downloaded async-recursion v1.1.0
14732024-04-10T16:26:03.271Z Downloaded ascii v1.1.0
14742024-04-10T16:26:03.271Z Downloaded arrayvec v0.7.4
14752024-04-10T16:26:03.271Z Downloaded arrayref v0.3.7
14762024-04-10T16:26:03.272Z Downloaded array-init v0.0.4
14772024-04-10T16:26:03.272Z Downloaded argon2 v0.5.3
14782024-04-10T16:26:03.272Z Downloaded anstyle-parse v0.2.1
14792024-04-10T16:26:03.297Z Downloaded anstream v0.6.11
14802024-04-10T16:26:03.297Z Downloaded allocator-api2 v0.2.16
14812024-04-10T16:26:03.297Z Downloaded atty v0.2.14
14822024-04-10T16:26:03.297Z Downloaded atomic-waker v1.1.1
14832024-04-10T16:26:03.297Z Downloaded assert_matches v1.5.0
14842024-04-10T16:26:03.297Z Downloaded ascii-canvas v3.0.0
14852024-04-10T16:26:03.297Z Downloaded anstyle-query v1.0.0
14862024-04-10T16:26:03.297Z Downloaded ahash v0.8.8
14872024-04-10T16:26:03.297Z Downloaded addr2line v0.21.0
14882024-04-10T16:26:03.297Z Downloaded async-stream-impl v0.3.5
14892024-04-10T16:26:03.297Z Downloaded ansi_term v0.12.1
14902024-04-10T16:26:03.297Z Downloaded aead v0.5.2
14912024-04-10T16:26:03.598Z Compiling proc-macro2 v1.0.79
14922024-04-10T16:26:03.623Z Compiling unicode-ident v1.0.12
14932024-04-10T16:26:03.623Z Compiling libc v0.2.153
14942024-04-10T16:26:03.624Z Compiling serde v1.0.197
14952024-04-10T16:26:03.624Z Compiling version_check v0.9.4
14962024-04-10T16:26:03.624Z Compiling autocfg v1.1.0
14972024-04-10T16:26:03.624Z Compiling cfg-if v1.0.0
14982024-04-10T16:26:03.830Z Compiling syn v1.0.109
14992024-04-10T16:26:03.855Z Compiling once_cell v1.19.0
15002024-04-10T16:26:03.922Z Compiling byteorder v1.5.0
15012024-04-10T16:26:04.266Z Compiling memchr v2.7.1
15022024-04-10T16:26:04.446Z Compiling ahash v0.8.8
15032024-04-10T16:26:04.474Z Compiling lock_api v0.4.10
15042024-04-10T16:26:04.537Z Compiling serde_json v1.0.115
15052024-04-10T16:26:04.565Z Compiling parking_lot_core v0.9.8
15062024-04-10T16:26:04.800Z Compiling libm v0.2.7
15072024-04-10T16:26:04.825Z Compiling num-traits v0.2.18
15082024-04-10T16:26:04.928Z Compiling thiserror v1.0.58
15092024-04-10T16:26:05.146Z Compiling typenum v1.16.0
15102024-04-10T16:26:05.475Z Compiling quote v1.0.36
15112024-04-10T16:26:05.621Z Compiling generic-array v0.14.7
15122024-04-10T16:26:05.820Z Compiling cc v1.0.83
15132024-04-10T16:26:06.006Z Compiling getrandom v0.2.12
15142024-04-10T16:26:06.034Z Compiling syn v2.0.58
15152024-04-10T16:26:06.278Z Compiling itoa v1.0.9
15162024-04-10T16:26:06.498Z Compiling scopeguard v1.2.0
15172024-04-10T16:26:06.566Z Compiling log v0.4.21
15182024-04-10T16:26:07.030Z Compiling pkg-config v0.3.27
15192024-04-10T16:26:07.062Z Compiling allocator-api2 v0.2.16
15202024-04-10T16:26:07.120Z Compiling slab v0.4.9
15212024-04-10T16:26:07.239Z Compiling ryu v1.0.15
15222024-04-10T16:26:07.740Z Compiling schemars v0.8.16
15232024-04-10T16:26:07.980Z Compiling ring v0.17.8
15242024-04-10T16:26:08.016Z Compiling pin-project-lite v0.2.13
15252024-04-10T16:26:08.048Z Compiling smallvec v1.13.1
15262024-04-10T16:26:08.130Z Compiling equivalent v1.0.1
15272024-04-10T16:26:08.262Z Compiling vcpkg v0.2.15
15282024-04-10T16:26:08.815Z Compiling parking_lot v0.12.1
15292024-04-10T16:26:09.210Z Compiling signal-hook-registry v1.4.1
15302024-04-10T16:26:10.025Z Compiling openssl-sys v0.9.102
15312024-04-10T16:26:10.327Z Compiling heck v0.4.1
15322024-04-10T16:26:10.362Z Compiling mio v0.8.11
15332024-04-10T16:26:10.642Z Compiling fnv v1.0.7
15342024-04-10T16:26:10.668Z Compiling rand_core v0.6.4
15352024-04-10T16:26:10.809Z Compiling time-core v0.1.2
15362024-04-10T16:26:10.940Z Compiling num-conv v0.1.0
15372024-04-10T16:26:10.965Z Compiling ring v0.16.20
15382024-04-10T16:26:11.178Z Compiling num_cpus v1.16.0
15392024-04-10T16:26:11.206Z Compiling time-macros v0.2.17
15402024-04-10T16:26:11.312Z Compiling socket2 v0.5.6
15412024-04-10T16:26:11.630Z Compiling httparse v1.8.0
15422024-04-10T16:26:11.961Z Compiling serde_derive_internals v0.26.0
15432024-04-10T16:26:12.438Z Compiling ucd-trie v0.1.6
15442024-04-10T16:26:12.817Z Compiling futures-core v0.3.30
15452024-04-10T16:26:12.864Z Compiling spin v0.5.2
15462024-04-10T16:26:12.958Z Compiling openssl v0.10.64
15472024-04-10T16:26:13.040Z Compiling rustix v0.38.31
15482024-04-10T16:26:13.258Z Compiling semver v1.0.22
15492024-04-10T16:26:13.285Z Compiling iana-time-zone v0.1.57
15502024-04-10T16:26:13.585Z Compiling crossbeam-utils v0.8.19
15512024-04-10T16:26:13.728Z Compiling rustls v0.21.9
15522024-04-10T16:26:13.964Z Compiling tinyvec_macros v0.1.1
15532024-04-10T16:26:14.029Z Compiling native-tls v0.2.11
15542024-04-10T16:26:14.061Z Compiling spin v0.9.8
15552024-04-10T16:26:14.086Z Compiling tinyvec v1.6.0
15562024-04-10T16:26:14.214Z Compiling futures-sink v0.3.30
15572024-04-10T16:26:14.310Z Compiling subtle v2.5.0
15582024-04-10T16:26:14.401Z Compiling const-oid v0.9.6
15592024-04-10T16:26:14.488Z Compiling unicode-xid v0.2.4
15602024-04-10T16:26:14.623Z Compiling synstructure v0.12.6
15612024-04-10T16:26:14.794Z Compiling backtrace v0.3.69
15622024-04-10T16:26:15.231Z Compiling unicode-normalization v0.1.22
15632024-04-10T16:26:15.846Z Compiling cookie v0.17.0
15642024-04-10T16:26:15.893Z Compiling slog v2.7.0
15652024-04-10T16:26:15.936Z Compiling dyn-clone v1.0.17
15662024-04-10T16:26:16.126Z Compiling uuid v0.8.2
15672024-04-10T16:26:16.154Z Compiling unicode-bidi v0.3.15
15682024-04-10T16:26:16.287Z Compiling serde_derive v1.0.197
15692024-04-10T16:26:16.342Z Compiling zerocopy-derive v0.7.32
15702024-04-10T16:26:16.367Z Compiling zeroize_derive v1.4.2
15712024-04-10T16:26:16.391Z Compiling thiserror-impl v1.0.58
15722024-04-10T16:26:16.446Z Compiling tokio-macros v2.2.0
15732024-04-10T16:26:16.628Z Compiling futures-macro v0.3.30
15742024-04-10T16:26:17.302Z Compiling tracing-attributes v0.1.27
15752024-04-10T16:26:17.684Z Compiling schemars_derive v0.8.16
15762024-04-10T16:26:17.770Z Compiling zeroize v1.7.0
15772024-04-10T16:26:18.123Z Compiling zerocopy v0.7.32
15782024-04-10T16:26:18.904Z Compiling pest v2.7.6
15792024-04-10T16:26:19.529Z Compiling openssl-macros v0.1.1
15802024-04-10T16:26:19.935Z Compiling hashbrown v0.14.3
15812024-04-10T16:26:20.121Z Compiling zerocopy-derive v0.2.0
15822024-04-10T16:26:21.141Z Compiling pest_meta v2.7.6
15832024-04-10T16:26:21.224Z Compiling futures-channel v0.3.30
15842024-04-10T16:26:21.474Z Compiling tracing-core v0.1.32
15852024-04-10T16:26:21.538Z Compiling futures-io v0.3.30
15862024-04-10T16:26:21.598Z Compiling futures-task v0.3.30
15872024-04-10T16:26:21.848Z Compiling pin-utils v0.1.0
15882024-04-10T16:26:21.902Z Compiling crypto-common v0.1.6
15892024-04-10T16:26:21.941Z Compiling futures-util v0.3.30
15902024-04-10T16:26:22.141Z Compiling tracing v0.1.40
15912024-04-10T16:26:22.462Z Compiling pest_generator v2.7.6
15922024-04-10T16:26:22.854Z Compiling der_derive v0.7.2
15932024-04-10T16:26:23.575Z Compiling aho-corasick v1.1.2
15942024-04-10T16:26:23.995Z Compiling regex-syntax v0.8.2
15952024-04-10T16:26:24.356Z Compiling pest_derive v2.7.6
15962024-04-10T16:26:24.645Z Compiling anyhow v1.0.82
15972024-04-10T16:26:25.075Z Compiling winnow v0.5.15
15982024-04-10T16:26:26.115Z Compiling block-buffer v0.10.4
15992024-04-10T16:26:26.646Z Compiling usdt-impl v0.3.5
16002024-04-10T16:26:26.956Z Compiling bytes v1.6.0
16012024-04-10T16:26:27.144Z Compiling indexmap v2.2.6
16022024-04-10T16:26:27.926Z Compiling bitflags v2.4.2
16032024-04-10T16:26:27.950Z Compiling uuid v1.8.0
16042024-04-10T16:26:28.289Z Compiling chrono v0.4.37
16052024-04-10T16:26:28.554Z Compiling tokio v1.37.0
16062024-04-10T16:26:29.777Z Compiling toml_datetime v0.6.5
16072024-04-10T16:26:30.118Z Compiling serde_spanned v0.6.5
16082024-04-10T16:26:30.351Z Compiling http v0.2.12
16092024-04-10T16:26:31.382Z Compiling rustc_version v0.4.0
16102024-04-10T16:26:31.893Z Compiling toml_edit v0.19.15
16112024-04-10T16:26:32.185Z Compiling regex-automata v0.4.5
16122024-04-10T16:26:33.420Z Compiling powerfmt v0.2.0
16132024-04-10T16:26:33.815Z Compiling unicode-width v0.1.11
16142024-04-10T16:26:33.961Z Compiling rustversion v1.0.14
16152024-04-10T16:26:34.309Z Compiling crc32fast v1.3.2
16162024-04-10T16:26:34.436Z Compiling untrusted v0.9.0
16172024-04-10T16:26:35.161Z Compiling deranged v0.3.11
16182024-04-10T16:26:35.240Z Compiling heapless v0.7.16
16192024-04-10T16:26:35.629Z Compiling digest v0.10.7
16202024-04-10T16:26:35.971Z Compiling scroll_derive v0.12.0
16212024-04-10T16:26:37.017Z Compiling bzip2-sys v0.1.11+1.0.8
16222024-04-10T16:26:37.234Z Compiling async-trait v0.1.79
16232024-04-10T16:26:37.389Z Compiling num_threads v0.1.6
16242024-04-10T16:26:37.498Z Compiling ppv-lite86 v0.2.17
16252024-04-10T16:26:37.627Z Compiling percent-encoding v2.3.1
16262024-04-10T16:26:38.002Z Compiling signal-hook v0.3.17
16272024-04-10T16:26:38.114Z Compiling rand_chacha v0.3.1
16282024-04-10T16:26:38.246Z Compiling time v0.3.34
16292024-04-10T16:26:38.920Z Compiling regex v1.10.4
16302024-04-10T16:26:40.108Z Compiling zerocopy v0.3.0
16312024-04-10T16:26:40.547Z Compiling thread-id v4.2.0
16322024-04-10T16:26:40.780Z Compiling dof v0.1.5
16332024-04-10T16:26:41.414Z Compiling rand v0.8.5
16342024-04-10T16:26:42.188Z Compiling tokio-util v0.7.10
16352024-04-10T16:26:42.825Z Compiling dtrace-parser v0.1.14
16362024-04-10T16:26:43.184Z Compiling num-bigint v0.4.4
16372024-04-10T16:26:43.562Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16382024-04-10T16:26:43.657Z Compiling base64ct v1.6.0
16392024-04-10T16:26:43.712Z Compiling smoltcp v0.9.1
16402024-04-10T16:26:44.127Z Compiling adler v1.0.2
16412024-04-10T16:26:44.173Z Compiling untrusted v0.7.1
16422024-04-10T16:26:44.219Z Compiling foreign-types-shared v0.1.1
16432024-04-10T16:26:44.297Z Compiling miniz_oxide v0.7.1
16442024-04-10T16:26:44.327Z Compiling foreign-types v0.3.2
16452024-04-10T16:26:44.351Z Compiling pem-rfc7468 v0.7.0
16462024-04-10T16:26:45.929Z Compiling form_urlencoded v1.2.1
16472024-04-10T16:26:46.457Z Compiling hmac v0.12.1
16482024-04-10T16:26:46.650Z Compiling serde_tokenstream v0.1.7
16492024-04-10T16:26:47.083Z Compiling lazy_static v1.4.0
16502024-04-10T16:26:47.202Z Compiling errno v0.3.8
16512024-04-10T16:26:47.228Z Compiling flagset v0.4.3
16522024-04-10T16:26:47.256Z Compiling bitflags v1.3.2
16532024-04-10T16:26:47.356Z Compiling unicode-segmentation v1.10.1
16542024-04-10T16:26:47.416Z Compiling try-lock v0.2.4
16552024-04-10T16:26:47.440Z Compiling base64 v0.21.7
16562024-04-10T16:26:47.502Z Compiling siphasher v0.3.11
16572024-04-10T16:26:47.931Z Compiling want v0.3.1
16582024-04-10T16:26:48.156Z Compiling der v0.7.8
16592024-04-10T16:26:49.025Z Compiling sct v0.7.0
16602024-04-10T16:26:49.252Z Compiling rustls-webpki v0.101.7
16612024-04-10T16:26:49.471Z Compiling h2 v0.3.26
16622024-04-10T16:26:50.730Z Compiling http-body v0.4.5
16632024-04-10T16:26:51.749Z Compiling openapiv3 v2.0.0
16642024-04-10T16:26:51.880Z Compiling idna v0.5.0
16652024-04-10T16:26:52.280Z Compiling hubpack_derive v0.1.1
16662024-04-10T16:26:52.474Z Compiling zerocopy-derive v0.6.6
16672024-04-10T16:26:53.052Z Compiling usdt-impl v0.5.0
16682024-04-10T16:26:53.156Z Compiling utf8parse v0.2.1
16692024-04-10T16:26:53.297Z Compiling tower-service v0.3.2
16702024-04-10T16:26:53.418Z Compiling httpdate v1.0.3
16712024-04-10T16:26:53.745Z Compiling stable_deref_trait v1.2.0
16722024-04-10T16:26:53.840Z Compiling cpufeatures v0.2.12
16732024-04-10T16:26:53.935Z Compiling gimli v0.28.0
16742024-04-10T16:26:53.997Z Compiling openssl-probe v0.1.5
16752024-04-10T16:26:54.248Z Compiling anstyle v1.0.6
16762024-04-10T16:26:54.970Z Compiling sha2 v0.10.8
16772024-04-10T16:26:55.111Z Compiling anstyle-parse v0.2.1
16782024-04-10T16:26:55.447Z Compiling hyper v0.14.28
16792024-04-10T16:26:56.055Z Compiling url v2.5.0
16802024-04-10T16:26:58.202Z Compiling addr2line v0.21.0
16812024-04-10T16:26:58.316Z Compiling spki v0.7.2
16822024-04-10T16:26:58.623Z Compiling usdt-attr-macro v0.3.5
16832024-04-10T16:26:58.890Z Compiling usdt-macro v0.3.5
16842024-04-10T16:26:59.580Z Compiling scroll v0.12.0
16852024-04-10T16:26:59.887Z Compiling md-5 v0.10.5
16862024-04-10T16:27:00.111Z Compiling serde_tokenstream v0.2.0
16872024-04-10T16:27:00.635Z Compiling idna v0.3.0
16882024-04-10T16:27:01.761Z Compiling stringprep v0.1.3
16892024-04-10T16:27:02.586Z Compiling diesel_table_macro_syntax v0.1.0
16902024-04-10T16:27:02.853Z Compiling num-integer v0.1.46
16912024-04-10T16:27:02.923Z Compiling object v0.32.1
16922024-04-10T16:27:03.474Z Compiling hash32 v0.2.1
16932024-04-10T16:27:03.732Z Compiling plain v0.2.3
16942024-04-10T16:27:03.818Z Compiling fallible-iterator v0.2.0
16952024-04-10T16:27:03.886Z Compiling anstyle-query v1.0.0
16962024-04-10T16:27:04.020Z Compiling colorchoice v1.0.0
16972024-04-10T16:27:04.165Z Compiling rustc-demangle v0.1.23
16982024-04-10T16:27:06.114Z Compiling psl-types v2.0.11
16992024-04-10T16:27:06.277Z Compiling heck v0.5.0
17002024-04-10T16:27:06.479Z Compiling publicsuffix v2.2.3
17012024-04-10T16:27:06.651Z Compiling clap_derive v4.5.4
17022024-04-10T16:27:10.109Z Compiling postgres-protocol v0.6.6
17032024-04-10T16:27:11.065Z Compiling anstream v0.6.11
17042024-04-10T16:27:11.098Z Compiling goblin v0.8.0
17052024-04-10T16:27:11.255Z Compiling diesel_derives v2.1.2
17062024-04-10T16:27:12.363Z Compiling tokio-rustls v0.24.1
17072024-04-10T16:27:16.234Z Compiling pkcs8 v0.10.2
17082024-04-10T16:27:16.259Z Compiling terminal_size v0.3.0
17092024-04-10T16:27:16.692Z Compiling tokio-native-tls v0.3.1
17102024-04-10T16:27:16.898Z Compiling phf_shared v0.11.2
17112024-04-10T16:27:17.199Z Compiling strum_macros v0.25.2
17122024-04-10T16:27:17.543Z Compiling regress v0.9.1
17132024-04-10T16:27:17.952Z Compiling block-padding v0.3.3
17142024-04-10T16:27:18.154Z Compiling enum-as-inner v0.5.1
17152024-04-10T16:27:18.299Z Compiling serde_repr v0.1.16
17162024-04-10T16:27:19.036Z Compiling ff v0.13.0
17172024-04-10T16:27:19.195Z Compiling scheduled-thread-pool v0.2.7
17182024-04-10T16:27:19.599Z Compiling encoding_rs v0.8.33
17192024-04-10T16:27:20.149Z Compiling managed v0.8.0
17202024-04-10T16:27:20.776Z Compiling clap_lex v0.7.0
17212024-04-10T16:27:21.161Z Compiling mime v0.3.17
17222024-04-10T16:27:21.186Z Compiling ident_case v1.0.1
17232024-04-10T16:27:21.216Z Compiling regex-automata v0.1.10
17242024-04-10T16:27:21.348Z Compiling base16ct v0.2.0
17252024-04-10T16:27:21.455Z Compiling strsim v0.10.0
17262024-04-10T16:27:21.614Z Compiling strsim v0.11.0
17272024-04-10T16:27:21.639Z Compiling matches v0.1.10
17282024-04-10T16:27:22.078Z Compiling bit-vec v0.6.3
17292024-04-10T16:27:22.103Z Compiling ipnet v2.9.0
17302024-04-10T16:27:22.242Z Compiling pretty-hex v0.4.1
17312024-04-10T16:27:22.435Z Compiling dof v0.3.0
17322024-04-10T16:27:22.964Z Compiling clap_builder v4.5.2
17332024-04-10T16:27:24.079Z Compiling idna v0.2.3
17342024-04-10T16:27:24.303Z Compiling darling_core v0.20.8
17352024-04-10T16:27:25.110Z Compiling bstr v0.2.17
17362024-04-10T16:27:25.702Z Compiling sec1 v0.7.3
17372024-04-10T16:27:26.187Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17382024-04-10T16:27:26.211Z Compiling r2d2 v0.8.10
17392024-04-10T16:27:26.433Z Compiling group v0.13.0
17402024-04-10T16:27:27.474Z Compiling inout v0.1.3
17412024-04-10T16:27:28.935Z Compiling phf v0.11.2
17422024-04-10T16:27:29.078Z Compiling hyper-tls v0.5.0
17432024-04-10T16:27:29.196Z Compiling signal-hook-mio v0.2.3
17442024-04-10T16:27:29.307Z Compiling bzip2 v0.4.4
17452024-04-10T16:27:29.364Z Compiling flate2 v1.0.28
17462024-04-10T16:27:29.397Z Compiling hyper-rustls v0.24.2
17472024-04-10T16:27:29.530Z Compiling cookie_store v0.20.0
17482024-04-10T16:27:29.617Z Compiling postgres-types v0.2.6
17492024-04-10T16:27:29.959Z Compiling zerocopy v0.6.6
17502024-04-10T16:27:30.226Z Compiling hubpack v0.1.2
17512024-04-10T16:27:30.605Z Compiling rustls-pemfile v1.0.3
17522024-04-10T16:27:30.630Z Compiling phf_shared v0.10.0
17532024-04-10T16:27:30.655Z Compiling hkdf v0.12.4
17542024-04-10T16:27:30.732Z Compiling serde_urlencoded v0.7.1
17552024-04-10T16:27:30.853Z Compiling crossbeam-epoch v0.9.18
17562024-04-10T16:27:31.157Z Compiling ipnetwork v0.20.0
17572024-04-10T16:27:31.363Z Compiling futures-executor v0.3.30
17582024-04-10T16:27:31.959Z Compiling dtrace-parser v0.2.0
17592024-04-10T16:27:31.984Z Compiling crypto-bigint v0.5.2
17602024-04-10T16:27:32.068Z Compiling float-cmp v0.9.0
17612024-04-10T16:27:32.257Z Compiling winnow v0.6.1
17622024-04-10T16:27:33.600Z Compiling minimal-lexical v0.2.1
17632024-04-10T16:27:33.646Z Compiling data-encoding v2.4.0
17642024-04-10T16:27:33.992Z Compiling whoami v1.5.0
17652024-04-10T16:27:34.374Z Compiling new_debug_unreachable v1.0.4
17662024-04-10T16:27:34.453Z Compiling either v1.10.0
17672024-04-10T16:27:34.837Z Compiling static_assertions v1.1.0
17682024-04-10T16:27:34.861Z Compiling predicates-core v1.0.6
17692024-04-10T16:27:34.945Z Compiling fixedbitset v0.4.2
17702024-04-10T16:27:34.999Z Compiling normalize-line-endings v0.3.0
17712024-04-10T16:27:35.039Z Compiling sync_wrapper v0.1.2
17722024-04-10T16:27:35.127Z Compiling precomputed-hash v0.1.1
17732024-04-10T16:27:35.152Z Compiling webpki-roots v0.25.2
17742024-04-10T16:27:35.182Z Compiling difflib v0.4.0
17752024-04-10T16:27:35.242Z Compiling string_cache v0.8.7
17762024-04-10T16:27:35.320Z Compiling itertools v0.10.5
17772024-04-10T16:27:35.344Z Compiling reqwest v0.11.24
17782024-04-10T16:27:35.368Z Compiling petgraph v0.6.4
17792024-04-10T16:27:35.630Z Compiling predicates v3.1.0
17802024-04-10T16:27:36.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17812024-04-10T16:27:37.221Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17822024-04-10T16:27:37.465Z Compiling toml_edit v0.22.9
17832024-04-10T16:27:38.105Z Compiling tokio-postgres v0.7.10
17842024-04-10T16:27:38.468Z Compiling trust-dns-proto v0.22.0
17852024-04-10T16:27:39.469Z Compiling nom v7.1.3
17862024-04-10T16:27:40.511Z Compiling elliptic-curve v0.13.8
17872024-04-10T16:27:41.685Z Compiling futures v0.3.30
17882024-04-10T16:27:41.709Z Compiling diesel v2.1.5
17892024-04-10T16:27:41.796Z Compiling yasna v0.5.2
17902024-04-10T16:27:42.235Z Compiling zip v0.6.6
17912024-04-10T16:27:42.947Z Compiling crossterm v0.27.0
17922024-04-10T16:27:43.068Z Compiling darling_macro v0.20.8
17932024-04-10T16:27:43.237Z Compiling cipher v0.4.4
17942024-04-10T16:27:43.844Z Compiling similar v2.4.0
17952024-04-10T16:27:43.891Z Compiling clap v4.5.4
17962024-04-10T16:27:43.990Z Compiling bit-set v0.5.3
17972024-04-10T16:27:44.405Z Compiling num-iter v0.1.44
17982024-04-10T16:27:44.561Z Compiling usdt v0.3.5
17992024-04-10T16:27:44.786Z Compiling console v0.15.8
18002024-04-10T16:27:45.564Z Compiling bstr v1.9.0
18012024-04-10T16:27:45.652Z Compiling tokio-stream v0.1.15
18022024-04-10T16:27:45.677Z Compiling toml v0.7.8
18032024-04-10T16:27:46.436Z Compiling hex v0.4.3
18042024-04-10T16:27:46.661Z Compiling proc-macro-error-attr v1.0.4
18052024-04-10T16:27:46.827Z Compiling peg-runtime v0.8.2
18062024-04-10T16:27:46.932Z Compiling lalrpop-util v0.19.12
18072024-04-10T16:27:47.054Z Compiling base64 v0.22.0
18082024-04-10T16:27:47.322Z Compiling darling v0.20.8
18092024-04-10T16:27:47.435Z Compiling proc-macro-crate v1.3.1
18102024-04-10T16:27:48.273Z Compiling proc-macro-error v1.0.4
18112024-04-10T16:27:48.524Z Compiling camino v1.1.6
18122024-04-10T16:27:48.737Z Compiling heapless v0.8.0
18132024-04-10T16:27:49.823Z Compiling num_enum_derive v0.5.11
18142024-04-10T16:27:56.157Z Compiling hash32 v0.3.1
18152024-04-10T16:27:56.487Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18162024-04-10T16:27:56.768Z Compiling rustls-pki-types v1.3.0
18172024-04-10T16:27:57.145Z Compiling smoltcp v0.11.0
18182024-04-10T16:28:09.463Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192024-04-10T16:28:17.225Z Compiling num_enum v0.5.11
18202024-04-10T16:28:20.150Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18212024-04-10T16:28:20.287Z Compiling getopts v0.2.21
18222024-04-10T16:28:21.218Z Compiling dirs-sys-next v0.1.2
18232024-04-10T16:28:22.291Z Compiling unsafe-libyaml v0.2.10
18242024-04-10T16:28:22.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18252024-04-10T16:28:22.986Z Compiling cobs v0.2.3
18262024-04-10T16:28:23.649Z Compiling embedded-io v0.4.0
18272024-04-10T16:28:23.719Z Compiling rustls v0.22.2
18282024-04-10T16:28:23.850Z Compiling postcard v1.0.8
18292024-04-10T16:28:24.162Z Compiling serde_yaml v0.9.25
18302024-04-10T16:28:26.639Z Compiling dirs-next v2.0.0
18312024-04-10T16:28:28.267Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18322024-04-10T16:28:33.523Z Compiling rustls-webpki v0.102.1
18332024-04-10T16:28:35.888Z Compiling strum_macros v0.26.1
18342024-04-10T16:28:37.140Z Compiling structmeta-derive v0.3.0
18352024-04-10T16:28:37.674Z Compiling foreign-types-macros v0.2.3
18362024-04-10T16:28:38.418Z Compiling thread_local v1.1.7
18372024-04-10T16:28:38.607Z Compiling multer v3.0.0
18382024-04-10T16:28:38.874Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18392024-04-10T16:28:39.117Z Compiling foreign-types-shared v0.3.1
18402024-04-10T16:28:39.145Z Compiling match_cfg v0.1.0
18412024-04-10T16:28:39.246Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18422024-04-10T16:28:39.431Z Compiling slog-async v2.8.0
18432024-04-10T16:28:39.811Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18442024-04-10T16:28:40.001Z Compiling paste v1.0.14
18452024-04-10T16:28:41.016Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18462024-04-10T16:28:45.354Z Compiling strum v0.26.2
18472024-04-10T16:28:45.435Z Compiling hostname v0.3.1
18482024-04-10T16:28:45.515Z Compiling foreign-types v0.5.0
18492024-04-10T16:28:45.625Z Compiling structmeta v0.3.0
18502024-04-10T16:28:46.971Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18512024-04-10T16:28:54.455Z Compiling term v0.7.0
18522024-04-10T16:28:56.132Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18532024-04-10T16:28:56.646Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18542024-04-10T16:28:57.459Z Compiling slog-json v2.6.1
18552024-04-10T16:28:57.684Z Compiling is-terminal v0.4.9
18562024-04-10T16:28:57.801Z Compiling crossbeam-channel v0.5.8
18572024-04-10T16:28:58.310Z Compiling tabwriter v1.4.0
18582024-04-10T16:28:58.615Z Compiling http v1.0.0
18592024-04-10T16:28:58.861Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18602024-04-10T16:28:58.954Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18612024-04-10T16:28:59.180Z Compiling async-stream-impl v0.3.5
18622024-04-10T16:28:59.537Z Compiling cstr-argument v0.1.2
18632024-04-10T16:28:59.627Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18642024-04-10T16:28:59.758Z Compiling atomic-waker v1.1.1
18652024-04-10T16:28:59.885Z Compiling crucible-workspace-hack v0.1.0
18662024-04-10T16:28:59.933Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18672024-04-10T16:29:00.139Z Compiling pretty-hex v0.2.1
18682024-04-10T16:29:00.183Z Compiling take_mut v0.2.2
18692024-04-10T16:29:00.210Z Compiling rayon-core v1.12.1
18702024-04-10T16:29:00.369Z Compiling fastrand v2.0.1
18712024-04-10T16:29:00.714Z Compiling tempfile v3.10.1
18722024-04-10T16:29:00.960Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18732024-04-10T16:29:01.268Z Compiling async-stream v0.3.5
18742024-04-10T16:29:01.598Z Compiling waitgroup v0.1.2
18752024-04-10T16:29:01.850Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18762024-04-10T16:29:02.486Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18772024-04-10T16:29:02.592Z Compiling slog-term v2.9.1
18782024-04-10T16:29:02.617Z Compiling slog-bunyan v2.5.0
18792024-04-10T16:29:02.792Z Compiling tokio-rustls v0.25.0
18802024-04-10T16:29:02.849Z Compiling parse-display-derive v0.9.0
18812024-04-10T16:29:03.235Z Compiling rustls-pemfile v2.1.2
18822024-04-10T16:29:03.700Z Compiling toml v0.8.12
18832024-04-10T16:29:03.840Z Compiling serde_with_macros v3.7.0
18842024-04-10T16:29:04.037Z Compiling sha1 v0.10.6
18852024-04-10T16:29:04.682Z Compiling crossbeam-deque v0.8.3
18862024-04-10T16:29:04.856Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18872024-04-10T16:29:04.992Z Compiling colored v2.1.0
18882024-04-10T16:29:05.905Z Compiling newtype-uuid v1.0.1
18892024-04-10T16:29:05.970Z Compiling serde_path_to_error v0.1.16
18902024-04-10T16:29:06.100Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18912024-04-10T16:29:06.196Z Compiling socket2 v0.4.9
18922024-04-10T16:29:06.420Z Compiling instant v0.1.12
18932024-04-10T16:29:06.576Z Compiling debug-ignore v1.0.5
18942024-04-10T16:29:06.712Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18952024-04-10T16:29:06.736Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18962024-04-10T16:29:07.059Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18972024-04-10T16:29:07.557Z Compiling backoff v0.4.0
18982024-04-10T16:29:07.843Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18992024-04-10T16:29:08.168Z Compiling serde_with v3.7.0
19002024-04-10T16:29:09.020Z Compiling parse-display v0.9.0
19012024-04-10T16:29:10.632Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19022024-04-10T16:29:11.209Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19032024-04-10T16:29:11.330Z Compiling camino-tempfile v1.1.1
19042024-04-10T16:29:11.358Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19052024-04-10T16:29:11.772Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19062024-04-10T16:29:11.931Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19072024-04-10T16:29:12.019Z Compiling heck v0.3.3
19082024-04-10T16:29:12.326Z Compiling textwrap v0.11.0
19092024-04-10T16:29:12.533Z Compiling macaddr v1.0.1
19102024-04-10T16:29:12.990Z Compiling num-derive v0.4.0
19112024-04-10T16:29:13.031Z Compiling atty v0.2.14
19122024-04-10T16:29:13.166Z Compiling sigpipe v0.1.3
19132024-04-10T16:29:13.191Z Compiling vec_map v0.8.2
19142024-04-10T16:29:13.286Z Compiling libefi-sys v0.1.0
19152024-04-10T16:29:13.467Z Compiling ansi_term v0.12.1
19162024-04-10T16:29:13.529Z Compiling strsim v0.8.0
19172024-04-10T16:29:14.032Z Compiling clap v2.34.0
19182024-04-10T16:29:14.160Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19192024-04-10T16:29:14.538Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
19202024-04-10T16:29:14.659Z Compiling structopt-derive v0.4.18
19212024-04-10T16:29:15.879Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19222024-04-10T16:29:16.125Z Compiling rayon v1.10.0
19232024-04-10T16:29:16.322Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19242024-04-10T16:29:16.720Z Compiling smf v0.2.3
19252024-04-10T16:29:17.245Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19262024-04-10T16:29:17.549Z Compiling blake3 v1.5.0
19272024-04-10T16:29:17.999Z Compiling portable-atomic v1.4.3
19282024-04-10T16:29:18.850Z Compiling structopt v0.3.26
19292024-04-10T16:29:18.898Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19302024-04-10T16:29:19.007Z Compiling xattr v1.0.1
19312024-04-10T16:29:19.242Z Compiling filetime v0.2.23
19322024-04-10T16:29:19.266Z Compiling memmap2 v0.7.1
19332024-04-10T16:29:19.544Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19342024-04-10T16:29:19.681Z Compiling arrayvec v0.7.4
19352024-04-10T16:29:19.719Z Compiling same-file v1.0.6
19362024-04-10T16:29:19.871Z Compiling constant_time_eq v0.3.0
19372024-04-10T16:29:19.953Z Compiling arrayref v0.3.7
19382024-04-10T16:29:20.028Z Compiling walkdir v2.5.0
19392024-04-10T16:29:20.092Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19402024-04-10T16:29:20.606Z Compiling tar v0.4.40
19412024-04-10T16:29:21.007Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19422024-04-10T16:29:21.318Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19432024-04-10T16:29:22.135Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19442024-04-10T16:29:24.119Z Compiling gethostname v0.4.3
19452024-04-10T16:29:24.153Z Compiling topological-sort v0.2.2
19462024-04-10T16:29:24.339Z Compiling number_prefix v0.4.0
19472024-04-10T16:29:24.379Z Compiling omicron-zone-package v0.11.0
19482024-04-10T16:29:24.554Z Compiling indicatif v0.17.8
19492024-04-10T16:29:24.932Z Compiling swrite v0.1.0
19502024-04-10T16:29:28.958Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19512024-04-10T16:29:32.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19522024-04-10T16:29:34.174Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19532024-04-10T16:29:35.124Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19542024-04-10T16:29:51.252Z Finished release [optimized] target(s) in 4m 30s
19552024-04-10T16:29:51.480Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19562024-04-10T16:29:51.572ZLogging to: /work/oxidecomputer/omicron/out/LOG
19572024-04-10T16:29:51.598ZCreated new build target 'test' and set it as active
19582024-04-10T16:29:51.598Z
19592024-04-10T16:29:51.598Zreal 4:30.691397294
19602024-04-10T16:29:51.598Zuser 25:34.012552560
19612024-04-10T16:29:51.598Zsys 3:26.262847411
19622024-04-10T16:29:51.598Ztrap 0.880639738
19632024-04-10T16:29:51.598Ztflt 0.820982688
19642024-04-10T16:29:51.598Zdflt 0.843965026
19652024-04-10T16:29:51.598Zkflt 0.004039209
19662024-04-10T16:29:51.598Zlock 52:53.716626736
19672024-04-10T16:29:51.598Zslp 1:11:34.878820926
19682024-04-10T16:29:51.598Zlat 1:55.026050510
19692024-04-10T16:29:51.598Zstop 3:28.944624819
19702024-04-10T16:29:51.598Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19712024-04-10T16:29:52.623Z Finished release [optimized] target(s) in 0.97s
19722024-04-10T16:29:52.651Z Running `target/release/omicron-package -t test package`
19732024-04-10T16:29:52.687ZLogging to: /work/oxidecomputer/omicron/out/LOG
19742024-04-10T16:29:53.846Z Compiling newline-converter v0.3.0
19752024-04-10T16:29:53.846Z Compiling usdt-attr-macro v0.5.0
19762024-04-10T16:29:53.846Z Compiling usdt-macro v0.5.0
19772024-04-10T16:29:53.846Z Compiling memmap v0.7.0
19782024-04-10T16:29:53.874Z Compiling humantime v2.1.0
19792024-04-10T16:29:53.915Z Compiling linked-hash-map v0.5.6
19802024-04-10T16:29:53.940Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19812024-04-10T16:29:53.940Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19822024-04-10T16:29:54.008Z Compiling expectorate v1.1.0
19832024-04-10T16:29:54.163Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19842024-04-10T16:29:54.204Z Compiling password-hash v0.5.0
19852024-04-10T16:29:54.253Z Compiling lru-cache v0.1.2
19862024-04-10T16:29:54.280Z Compiling blake2 v0.10.6
19872024-04-10T16:29:54.432Z Compiling semver v0.1.20
19882024-04-10T16:29:54.550Z Compiling bytecount v0.6.3
19892024-04-10T16:29:54.813Z Compiling argon2 v0.5.3
19902024-04-10T16:29:54.895Z Compiling rustc_version v0.1.7
19912024-04-10T16:29:55.078Z Compiling papergrid v0.11.0
19922024-04-10T16:29:55.113Z Compiling usdt v0.5.0
19932024-04-10T16:29:55.253Z Compiling newtype_derive v0.1.6
19942024-04-10T16:29:55.278Z Compiling tabled_derive v0.7.0
19952024-04-10T16:29:55.517Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19962024-04-10T16:29:56.086Z Compiling quick-error v1.2.3
19972024-04-10T16:29:56.151Z Compiling steno v0.4.0
19982024-04-10T16:29:56.216Z Compiling resolv-conf v0.7.0
19992024-04-10T16:29:56.423Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20002024-04-10T16:29:56.965Z Compiling derive-where v1.2.7
20012024-04-10T16:29:57.097Z Compiling tabled v0.15.0
20022024-04-10T16:29:57.477Z Compiling num-rational v0.4.1
20032024-04-10T16:29:57.722Z Compiling slog-dtrace v0.3.0
20042024-04-10T16:29:57.970Z Compiling termcolor v1.2.0
20052024-04-10T16:29:59.049Z Compiling trust-dns-resolver v0.22.0
20062024-04-10T16:29:59.180Z Compiling itertools v0.12.1
20072024-04-10T16:29:59.492Z Compiling utf-8 v0.7.6
20082024-04-10T16:30:02.187Z Compiling num-complex v0.4.4
20092024-04-10T16:30:02.957Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20102024-04-10T16:30:03.142Z Compiling num v0.4.1
20112024-04-10T16:30:03.236Z Compiling nibble_vec v0.1.0
20122024-04-10T16:30:03.413Z Compiling radium v0.7.0
20132024-04-10T16:30:03.769Z Compiling endian-type v0.1.2
20142024-04-10T16:30:03.796Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20152024-04-10T16:30:03.965Z Compiling radix_trie v0.2.1
20162024-04-10T16:30:04.711Z Compiling tungstenite v0.20.1
20172024-04-10T16:30:05.949Z Compiling tap v1.0.1
20182024-04-10T16:30:06.038Z Compiling maybe-uninit v2.0.0
20192024-04-10T16:30:06.106Z Compiling wyz v0.5.1
20202024-04-10T16:30:06.455Z Compiling tokio-tungstenite v0.20.1
20212024-04-10T16:30:06.960Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20222024-04-10T16:30:06.985Z Compiling packed_struct v0.10.1
20232024-04-10T16:30:07.293Z Compiling cancel-safe-futures v0.1.5
20242024-04-10T16:30:07.573Z Compiling display-error-chain v0.2.0
20252024-04-10T16:30:07.713Z Compiling crc-catalog v2.2.0
20262024-04-10T16:30:07.827Z Compiling num-bigint-dig v0.8.4
20272024-04-10T16:30:08.060Z Compiling arc-swap v1.6.0
20282024-04-10T16:30:08.677Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20292024-04-10T16:30:09.010Z Compiling funty v2.0.0
20302024-04-10T16:30:10.986Z Compiling bitvec v1.0.1
20312024-04-10T16:30:11.585Z Compiling slog-scope v4.4.0
20322024-04-10T16:30:12.386Z Compiling crc v3.0.1
20332024-04-10T16:30:13.044Z Compiling fxhash v0.2.1
20342024-04-10T16:30:13.213Z Compiling packed_struct_codegen v0.10.1
20352024-04-10T16:30:15.126Z Compiling indexmap v1.9.3
20362024-04-10T16:30:15.151Z Compiling nodrop v0.1.14
20372024-04-10T16:30:15.151Z Compiling array-init v0.0.4
20382024-04-10T16:30:15.151Z Compiling smallvec v0.6.14
20392024-04-10T16:30:15.450Z Compiling slog-stdlog v4.1.1
20402024-04-10T16:30:15.568Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20412024-04-10T16:30:16.177Z Compiling rayon-core v1.12.1
20422024-04-10T16:30:16.202Z Compiling pkcs1 v0.7.5
20432024-04-10T16:30:17.038Z Compiling signature v2.1.0
20442024-04-10T16:30:17.241Z Compiling crossbeam-deque v0.8.3
20452024-04-10T16:30:17.509Z Compiling dirs-sys-next v0.1.2
20462024-04-10T16:30:17.927Z Compiling half v2.3.1
20472024-04-10T16:30:18.464Z Compiling bitfield v0.14.0
20482024-04-10T16:30:18.539Z Compiling fastrand v2.0.1
20492024-04-10T16:30:18.689Z Compiling hashbrown v0.12.3
20502024-04-10T16:30:18.944Z Compiling same-file v1.0.6
20512024-04-10T16:30:19.120Z Compiling ciborium-io v0.2.2
20522024-04-10T16:30:19.235Z Compiling glob v0.3.1
20532024-04-10T16:30:19.311Z Compiling crunchy v0.2.2
20542024-04-10T16:30:19.745Z Compiling ciborium-ll v0.2.2
20552024-04-10T16:30:19.865Z Compiling clang-sys v1.6.1
20562024-04-10T16:30:20.149Z Compiling walkdir v2.5.0
20572024-04-10T16:30:20.409Z Compiling tempfile v3.10.1
20582024-04-10T16:30:20.633Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20592024-04-10T16:30:20.675Z Compiling dirs-next v2.0.0
20602024-04-10T16:30:21.010Z Compiling rsa v0.9.2
20612024-04-10T16:30:22.073Z Compiling slog-envlogger v2.2.0
20622024-04-10T16:30:23.161Z Compiling serde-hex v0.1.0
20632024-04-10T16:30:24.209Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20642024-04-10T16:30:24.394Z Compiling env_logger v0.10.0
20652024-04-10T16:30:24.526Z Compiling camino v1.1.6
20662024-04-10T16:30:24.581Z Compiling x509-cert v0.2.4
20672024-04-10T16:30:25.239Z Compiling ron v0.8.1
20682024-04-10T16:30:27.095Z Compiling hashbrown v0.13.2
20692024-04-10T16:30:27.567Z Compiling unicase v2.7.0
20702024-04-10T16:30:27.808Z Compiling prettyplease v0.2.17
20712024-04-10T16:30:28.051Z Compiling tiny-keccak v2.0.2
20722024-04-10T16:30:28.180Z Compiling crc-any v2.4.3
20732024-04-10T16:30:28.312Z Compiling object v0.30.4
20742024-04-10T16:30:28.948Z Compiling blake3 v1.5.0
20752024-04-10T16:30:29.188Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20762024-04-10T16:30:30.216Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20772024-04-10T16:30:31.352Z Compiling rayon v1.10.0
20782024-04-10T16:30:32.507Z Compiling term v0.7.0
20792024-04-10T16:30:33.641Z Compiling ciborium v0.2.2
20802024-04-10T16:30:34.204Z Compiling filetime v0.2.23
20812024-04-10T16:30:34.481Z Compiling memmap2 v0.7.1
20822024-04-10T16:30:34.826Z Compiling xattr v1.0.1
20832024-04-10T16:30:35.052Z Compiling arrayvec v0.7.4
20842024-04-10T16:30:35.314Z Compiling home v0.5.5
20852024-04-10T16:30:35.435Z Compiling path-slash v0.1.5
20862024-04-10T16:30:35.498Z Compiling arrayref v0.3.7
20872024-04-10T16:30:35.539Z Compiling constant_time_eq v0.3.0
20882024-04-10T16:30:35.598Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20892024-04-10T16:30:35.679Z Compiling toolchain_find v0.4.0
20902024-04-10T16:30:36.165Z Compiling tar v0.4.40
20912024-04-10T16:30:37.178Z Compiling ascii-canvas v3.0.0
20922024-04-10T16:30:37.569Z Compiling camino-tempfile v1.1.1
20932024-04-10T16:30:37.731Z Compiling toml v0.8.12
20942024-04-10T16:30:37.905Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20952024-04-10T16:30:38.252Z Compiling is-terminal v0.4.9
20962024-04-10T16:30:38.359Z Compiling libsw v3.3.1
20972024-04-10T16:30:38.630Z Compiling ena v0.14.2
20982024-04-10T16:30:38.954Z Compiling libloading v0.7.4
20992024-04-10T16:30:38.981Z Compiling topological-sort v0.2.2
21002024-04-10T16:30:39.162Z Compiling diff v0.1.13
21012024-04-10T16:30:39.236Z Compiling owo-colors v4.0.0
21022024-04-10T16:30:39.268Z Compiling bindgen v0.69.2
21032024-04-10T16:30:39.617Z Compiling parking_lot_core v0.8.6
21042024-04-10T16:30:39.641Z Compiling regex-syntax v0.6.29
21052024-04-10T16:30:40.029Z Compiling convert_case v0.4.0
21062024-04-10T16:30:40.665Z Compiling linear-map v1.2.0
21072024-04-10T16:30:40.999Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21082024-04-10T16:30:41.235Z Compiling derive_more v0.99.17
21092024-04-10T16:30:43.169Z Compiling lalrpop v0.19.12
21102024-04-10T16:30:44.076Z Compiling omicron-zone-package v0.11.0
21112024-04-10T16:30:45.049Z Compiling rustfmt-wrapper v0.2.1
21122024-04-10T16:30:45.502Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21132024-04-10T16:30:46.860Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21142024-04-10T16:30:47.011Z Compiling cexpr v0.6.0
21152024-04-10T16:30:47.770Z Compiling which v4.4.0
21162024-04-10T16:30:48.178Z Compiling shlex v1.3.0
21172024-04-10T16:30:48.210Z Compiling lazycell v1.3.0
21182024-04-10T16:30:48.343Z Compiling rustc-hash v1.1.0
21192024-04-10T16:30:48.374Z Compiling peeking_take_while v0.1.2
21202024-04-10T16:30:48.463Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21212024-04-10T16:30:49.555Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21222024-04-10T16:30:50.380Z Compiling derive_builder_core v0.20.0
21232024-04-10T16:30:52.118Z Compiling pem v3.0.4
21242024-04-10T16:30:52.148Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21252024-04-10T16:30:52.341Z Compiling headers-core v0.2.0
21262024-04-10T16:30:52.430Z Compiling libxml v0.3.3
21272024-04-10T16:30:52.489Z Compiling async-recursion v1.1.0
21282024-04-10T16:30:52.548Z Compiling platforms v3.0.2
21292024-04-10T16:30:52.738Z Compiling ref-cast v1.0.20
21302024-04-10T16:30:52.878Z Compiling headers v0.3.9
21312024-04-10T16:30:53.167Z Compiling derive_builder_macro v0.20.0
21322024-04-10T16:30:53.376Z Compiling parking_lot v0.11.2
21332024-04-10T16:30:53.658Z Compiling mime_guess v2.0.4
21342024-04-10T16:30:53.847Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21352024-04-10T16:30:54.668Z Compiling trust-dns-client v0.22.0
21362024-04-10T16:30:55.297Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21372024-04-10T16:30:55.551Z Compiling strum_macros v0.24.3
21382024-04-10T16:30:56.011Z Compiling toml v0.5.11
21392024-04-10T16:30:58.131Z Compiling ref-cast-impl v1.0.20
21402024-04-10T16:30:58.432Z Compiling vte_generate_state_changes v0.1.1
21412024-04-10T16:30:58.869Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21422024-04-10T16:30:58.929Z Compiling cookie v0.18.1
21432024-04-10T16:30:59.018Z Compiling indoc v1.0.9
21442024-04-10T16:30:59.127Z Compiling cfg_aliases v0.1.1
21452024-04-10T16:30:59.192Z Compiling buf-list v1.0.3
21462024-04-10T16:30:59.219Z Compiling nix v0.28.0
21472024-04-10T16:30:59.587Z Compiling samael v0.0.15
21482024-04-10T16:30:59.811Z Compiling vte v0.11.1
21492024-04-10T16:30:59.908Z Compiling trust-dns-server v0.22.1
21502024-04-10T16:31:01.660Z Compiling derive_builder v0.20.0
21512024-04-10T16:31:01.823Z Compiling sled v0.34.7
21522024-04-10T16:31:03.863Z Compiling polar-core v0.27.3
21532024-04-10T16:31:03.890Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21542024-04-10T16:31:04.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21552024-04-10T16:31:04.468Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21562024-04-10T16:31:06.362Z Compiling fd-lock v4.0.2
21572024-04-10T16:31:06.539Z Compiling bb8 v0.8.3
21582024-04-10T16:31:06.972Z Compiling const_format_proc_macros v0.2.32
21592024-04-10T16:31:07.421Z Compiling quick-xml v0.31.0
21602024-04-10T16:31:08.497Z Compiling pin-project-internal v1.1.3
21612024-04-10T16:31:08.567Z Compiling oso-derive v0.27.3
21622024-04-10T16:31:09.342Z Compiling impl-trait-for-tuples v0.2.2
21632024-04-10T16:31:10.663Z Compiling memoffset v0.7.1
21642024-04-10T16:31:10.905Z Compiling maplit v1.0.2
21652024-04-10T16:31:11.119Z Compiling pin-project v1.1.3
21662024-04-10T16:31:11.226Z Compiling const_format v0.2.32
21672024-04-10T16:31:12.205Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21682024-04-10T16:31:16.675Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21692024-04-10T16:31:17.458Z Compiling curve25519-dalek v4.1.1
21702024-04-10T16:31:19.128Z Compiling strip-ansi-escapes v0.2.0
21712024-04-10T16:31:22.352Z Compiling oso v0.27.3
21722024-04-10T16:31:31.119Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21732024-04-10T16:31:31.893Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
21742024-04-10T16:31:32.155Z Compiling kstat-rs v0.2.3
21752024-04-10T16:31:32.892Z Compiling snafu-derive v0.8.2
21762024-04-10T16:31:35.882Z Compiling fs-err v2.11.0
21772024-04-10T16:31:36.126Z Compiling keccak v0.1.4
21782024-04-10T16:31:36.700Z Compiling nu-ansi-term v0.50.0
21792024-04-10T16:31:36.825Z Compiling snafu v0.8.2
21802024-04-10T16:31:37.477Z Compiling reedline v0.31.0
21812024-04-10T16:31:37.713Z Compiling sha3 v0.10.8
21822024-04-10T16:31:38.037Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21832024-04-10T16:31:38.587Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21842024-04-10T16:31:42.795Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
21852024-04-10T16:31:43.060Z Compiling env_logger v0.9.3
21862024-04-10T16:31:46.791Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21872024-04-10T16:31:48.084Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21882024-04-10T16:31:48.463Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
21892024-04-10T16:31:49.699Z Compiling globset v0.4.13
21902024-04-10T16:31:50.137Z Compiling peg-macros v0.8.2
21912024-04-10T16:31:52.608Z Compiling olpc-cjson v0.1.3
21922024-04-10T16:31:52.867Z Compiling universal-hash v0.5.1
21932024-04-10T16:31:53.050Z Compiling secrecy v0.8.0
21942024-04-10T16:31:53.260Z Compiling serde_plain v1.0.2
21952024-04-10T16:31:53.677Z Compiling sqlparser_derive v0.2.2
21962024-04-10T16:31:54.108Z Compiling thiserror-impl-no-std v2.0.2
21972024-04-10T16:31:54.498Z Compiling bitstruct_derive v0.1.0
21982024-04-10T16:31:55.501Z Compiling curve25519-dalek-derive v0.1.0
21992024-04-10T16:31:56.229Z Compiling nanorand v0.7.0
22002024-04-10T16:31:56.271Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22012024-04-10T16:31:56.368Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22022024-04-10T16:31:56.395Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22032024-04-10T16:31:56.626Z Compiling salty v0.2.0
22042024-04-10T16:31:57.066Z Compiling ascii v1.1.0
22052024-04-10T16:31:57.090Z Compiling opaque-debug v0.3.0
22062024-04-10T16:31:57.091Z Compiling unicode_categories v0.1.1
22072024-04-10T16:31:57.091Z Compiling signature v1.6.4
22082024-04-10T16:31:57.091Z Compiling typed-path v0.7.0
22092024-04-10T16:31:57.115Z Compiling ed25519 v1.5.3
22102024-04-10T16:31:57.219Z Compiling sqlformat v0.2.3
22112024-04-10T16:31:57.298Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22122024-04-10T16:31:57.389Z Compiling poly1305 v0.8.0
22132024-04-10T16:31:57.684Z Compiling rustyline v14.0.0
22142024-04-10T16:31:59.327Z Compiling tough v0.17.1
22152024-04-10T16:32:02.450Z Compiling flume v0.11.0
22162024-04-10T16:32:03.039Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22172024-04-10T16:32:04.106Z Compiling thiserror-no-std v2.0.2
22182024-04-10T16:32:04.131Z Compiling bitstruct v0.1.1
22192024-04-10T16:32:04.131Z Compiling sqlparser v0.44.0
22202024-04-10T16:32:04.303Z Compiling peg v0.8.2
22212024-04-10T16:32:04.417Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22222024-04-10T16:32:07.874Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22232024-04-10T16:32:08.337Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22242024-04-10T16:32:12.958Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22252024-04-10T16:32:14.119Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22262024-04-10T16:32:14.401Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22272024-04-10T16:32:14.681Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22282024-04-10T16:32:15.698Z Compiling chacha20 v0.9.1
22292024-04-10T16:32:16.080Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22302024-04-10T16:32:16.871Z Compiling aead v0.5.2
22312024-04-10T16:32:17.172Z Compiling bcs v0.1.6
22322024-04-10T16:32:17.902Z Compiling serde-big-array v0.5.1
22332024-04-10T16:32:17.927Z Compiling serde_arrays v0.1.0
22342024-04-10T16:32:18.093Z Compiling erased-serde v0.3.31
22352024-04-10T16:32:18.131Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22362024-04-10T16:32:18.809Z Compiling highway v1.1.0
22372024-04-10T16:32:19.433Z Compiling parse-size v1.0.0
22382024-04-10T16:32:19.664Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22392024-04-10T16:32:19.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22402024-04-10T16:32:20.256Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22412024-04-10T16:32:26.761Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22422024-04-10T16:32:29.516Z Compiling chacha20poly1305 v0.10.1
22432024-04-10T16:32:29.712Z Compiling vsss-rs v3.3.4
22442024-04-10T16:32:35.672Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22452024-04-10T16:32:36.295Z Compiling signal-hook-tokio v0.3.1
22462024-04-10T16:32:36.491Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
22472024-04-10T16:32:37.140Z Compiling castaway v0.2.2
22482024-04-10T16:32:37.314Z Compiling rand_seeder v0.2.3
22492024-04-10T16:32:37.661Z Compiling serde-big-array v0.4.1
22502024-04-10T16:32:38.419Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22512024-04-10T16:32:38.694Z Compiling http-range v0.1.5
22522024-04-10T16:32:39.149Z Compiling hyper-staticfile v0.9.5
22532024-04-10T16:32:39.454Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22542024-04-10T16:32:39.479Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22552024-04-10T16:32:40.567Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22562024-04-10T16:32:40.728Z Compiling compact_str v0.7.1
22572024-04-10T16:32:41.857Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
22582024-04-10T16:32:42.004Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22592024-04-10T16:32:47.983Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22602024-04-10T16:32:48.480Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22612024-04-10T16:32:53.501Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22622024-04-10T16:32:56.898Z Compiling zone_cfg_derive v0.1.2
22632024-04-10T16:32:58.053Z Compiling tungstenite v0.21.0
22642024-04-10T16:32:59.243Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22652024-04-10T16:32:59.478Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22662024-04-10T16:32:59.699Z Compiling lru v0.12.1
22672024-04-10T16:32:59.992Z Compiling stability v0.1.1
22682024-04-10T16:33:00.736Z Compiling base64 v0.13.1
22692024-04-10T16:33:01.335Z Compiling indoc v2.0.3
22702024-04-10T16:33:02.137Z Compiling corncobs v0.1.3
22712024-04-10T16:33:02.386Z Compiling cassowary v0.3.0
22722024-04-10T16:33:02.441Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22732024-04-10T16:33:03.063Z Compiling ratatui v0.26.1
22742024-04-10T16:33:03.387Z Compiling ron v0.7.1
22752024-04-10T16:33:05.818Z Compiling tokio-tungstenite v0.21.0
22762024-04-10T16:33:06.266Z Compiling zone v0.1.8
22772024-04-10T16:33:07.769Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22782024-04-10T16:33:09.070Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22792024-04-10T16:33:09.605Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22802024-04-10T16:33:16.620Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22812024-04-10T16:33:25.217Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22822024-04-10T16:33:26.232Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22832024-04-10T16:33:27.287Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22842024-04-10T16:33:28.628Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22852024-04-10T16:33:28.927Z Compiling portpicker v0.1.1
22862024-04-10T16:33:29.399Z Compiling unicode-linebreak v0.1.5
22872024-04-10T16:33:29.804Z Compiling smawk v0.3.1
22882024-04-10T16:33:30.007Z Compiling textwrap v0.16.1
22892024-04-10T16:33:31.071Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22902024-04-10T16:33:33.081Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22912024-04-10T16:33:36.300Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22922024-04-10T16:33:41.840Z Compiling rcgen v0.12.1
22932024-04-10T16:33:42.204Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22942024-04-10T16:33:42.552Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
22952024-04-10T16:33:44.730Z Compiling atomicwrites v0.4.3
22962024-04-10T16:33:45.141Z Compiling fatfs v0.3.6
22972024-04-10T16:33:45.166Z Compiling rtoolbox v0.0.1
22982024-04-10T16:33:45.502Z Compiling subprocess v0.2.9
22992024-04-10T16:33:46.929Z Compiling is_ci v1.2.0
23002024-04-10T16:33:47.161Z Compiling assert_matches v1.5.0
23012024-04-10T16:33:47.353Z Compiling supports-color v3.0.0
23022024-04-10T16:33:47.660Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23032024-04-10T16:33:47.890Z Compiling rpassword v7.3.1
23042024-04-10T16:33:48.245Z Compiling tui-tree-widget v0.19.0
23052024-04-10T16:33:48.570Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23062024-04-10T16:33:49.697Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23072024-04-10T16:33:50.191Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23082024-04-10T16:33:50.439Z Compiling csv-core v0.1.11
23092024-04-10T16:33:51.160Z Compiling shell-words v1.1.0
23102024-04-10T16:33:51.510Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23112024-04-10T16:33:52.103Z Compiling csv v1.3.0
23122024-04-10T16:33:53.350Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23132024-04-10T16:33:53.765Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23142024-04-10T16:34:01.757Z Compiling multimap v0.10.0
23152024-04-10T16:35:39.457Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23162024-04-10T16:35:43.479Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23172024-04-10T16:35:54.881Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23182024-04-10T16:41:13.760Z Finished release [optimized] target(s) in 11m 21s
23192024-04-10T16:42:27.515Z
23202024-04-10T16:42:27.515Zreal 12:35.930645280
23212024-04-10T16:42:27.544Zuser 1:23:39.502987383
23222024-04-10T16:42:27.544Zsys 4:02.442814753
23232024-04-10T16:42:27.544Ztrap 2.120151401
23242024-04-10T16:42:27.544Ztflt 0.998689875
23252024-04-10T16:42:27.544Zdflt 3.319514502
23262024-04-10T16:42:27.545Zkflt 0.000533605
23272024-04-10T16:42:27.545Zlock 5:18:32.824959205
23282024-04-10T16:42:27.545Zslp 3:14:03.867268470
23292024-04-10T16:42:27.545Zlat 2:02.360150015
23302024-04-10T16:42:27.545Zstop 1:02.572160553
23312024-04-10T16:42:27.545Z+ ptime -m cargo build --locked --release -p xtask
23322024-04-10T16:42:28.156Z Downloading crates ...
23332024-04-10T16:42:28.256Z Downloaded cargo_metadata v0.18.1
23342024-04-10T16:42:28.281Z Downloaded cargo_toml v0.19.0
23352024-04-10T16:42:28.281Z Downloaded cargo-platform v0.1.3
23362024-04-10T16:42:28.307Z Compiling serde v1.0.197
23372024-04-10T16:42:28.307Z Compiling libc v0.2.153
23382024-04-10T16:42:28.307Z Compiling rustix v0.38.31
23392024-04-10T16:42:28.307Z Compiling bitflags v2.4.2
23402024-04-10T16:42:28.307Z Compiling hashbrown v0.14.3
23412024-04-10T16:42:28.307Z Compiling syn v2.0.58
23422024-04-10T16:42:28.307Z Compiling serde_json v1.0.115
23432024-04-10T16:42:28.377Z Compiling anyhow v1.0.82
23442024-04-10T16:42:29.496Z Compiling indexmap v2.2.6
23452024-04-10T16:42:29.810Z Compiling errno v0.3.8
23462024-04-10T16:42:30.804Z Compiling terminal_size v0.3.0
23472024-04-10T16:42:30.915Z Compiling clap_builder v4.5.2
23482024-04-10T16:42:33.399Z Compiling serde_derive v1.0.197
23492024-04-10T16:42:33.399Z Compiling thiserror-impl v1.0.58
23502024-04-10T16:42:33.425Z Compiling clap_derive v4.5.4
23512024-04-10T16:42:36.664Z Compiling clap v4.5.4
23522024-04-10T16:42:38.515Z Compiling thiserror v1.0.58
23532024-04-10T16:42:42.912Z Compiling toml_datetime v0.6.5
23542024-04-10T16:42:42.912Z Compiling serde_spanned v0.6.5
23552024-04-10T16:42:42.938Z Compiling semver v1.0.22
23562024-04-10T16:42:42.938Z Compiling cargo-platform v0.1.3
23572024-04-10T16:42:42.939Z Compiling camino v1.1.6
23582024-04-10T16:42:42.939Z Compiling macaddr v1.0.1
23592024-04-10T16:42:43.165Z Compiling toml_edit v0.22.9
23602024-04-10T16:42:44.328Z Compiling cargo_metadata v0.18.1
23612024-04-10T16:42:45.656Z Compiling toml v0.8.12
23622024-04-10T16:42:46.523Z Compiling cargo_toml v0.19.0
23632024-04-10T16:42:58.155Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23642024-04-10T16:43:09.581Z Finished release [optimized] target(s) in 42.00s
23652024-04-10T16:43:09.638Z
23662024-04-10T16:43:09.638Zreal 42.095292756
23672024-04-10T16:43:09.638Zuser 2:45.030640437
23682024-04-10T16:43:09.638Zsys 15.839824909
23692024-04-10T16:43:09.638Ztrap 0.055171856
23702024-04-10T16:43:09.664Ztflt 0.215097167
23712024-04-10T16:43:09.664Zdflt 1.029866322
23722024-04-10T16:43:09.664Zkflt 0.000049292
23732024-04-10T16:43:09.664Zlock 4:04.981377578
23742024-04-10T16:43:09.664Zslp 3:20.686258721
23752024-04-10T16:43:09.664Zlat 3.264057382
23762024-04-10T16:43:09.664Zstop 3.098377780
23772024-04-10T16:43:09.664Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask)
23782024-04-10T16:43:09.664Z+ pfexec mkdir -p /work
23792024-04-10T16:43:09.664Z+ pfexec chown build /work
23802024-04-10T16:43:09.664Z+ 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 target/release/xtask
23812024-04-10T16:43:20.881ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23822024-04-10T16:43:20.882Za out/mg-ddm-gz.tar 73905K
23832024-04-10T16:43:20.882Za out/omicron-sled-agent.tar 95582K
23842024-04-10T16:43:20.882Za out/oxlog.tar 2913K
23852024-04-10T16:43:20.882Za out/target/test 1K
23862024-04-10T16:43:20.882Za out/npuzone/npuzone 36313K
23872024-04-10T16:43:20.882Za package-manifest.toml 26K
23882024-04-10T16:43:20.883Za smf/sled-agent/non-gimlet/config.toml 4K
23892024-04-10T16:43:20.883Za target/release/omicron-package 30486K
23902024-04-10T16:43:20.883Za target/release/xtask 6655K
23912024-04-10T16:43:20.910Z
23922024-04-10T16:43:20.911Zreal 11.232304875
23932024-04-10T16:43:20.911Zuser 10.561739591
23942024-04-10T16:43:20.911Zsys 1.091982079
23952024-04-10T16:43:20.911Ztrap 0.003171797
23962024-04-10T16:43:20.911Ztflt 0.000000000
23972024-04-10T16:43:20.911Zdflt 0.000000000
23982024-04-10T16:43:20.911Zkflt 0.000000000
23992024-04-10T16:43:20.911Zlock 0.000000000
24002024-04-10T16:43:20.911Zslp 10.255296994
24012024-04-10T16:43:20.911Zlat 0.547510571
24022024-04-10T16:43:20.911Zstop 0.000244023
24032024-04-10T16:43:20.911Z++ pwd
24042024-04-10T16:43:20.911Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24052024-04-10T16:43:20.912Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
24062024-04-10T16:43:20.912Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
24072024-04-10T16:43:21.919Z Finished release [optimized] target(s) in 0.96s
24082024-04-10T16:43:21.946Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
24092024-04-10T16:43:21.988ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102024-04-10T16:43:22.014ZCreated new build target 'host' and set it as active
24112024-04-10T16:43:22.014Z
24122024-04-10T16:43:22.014Zreal 1.097576399
24132024-04-10T16:43:22.014Zuser 0.696291070
24142024-04-10T16:43:22.014Zsys 0.397060992
24152024-04-10T16:43:22.014Ztrap 0.000067663
24162024-04-10T16:43:22.014Ztflt 0.000000000
24172024-04-10T16:43:22.014Zdflt 0.000054759
24182024-04-10T16:43:22.015Zkflt 0.000000000
24192024-04-10T16:43:22.015Zlock 0.034559049
24202024-04-10T16:43:22.015Zslp 0.138335581
24212024-04-10T16:43:22.015Zlat 0.008358042
24222024-04-10T16:43:22.015Zstop 0.000378986
24232024-04-10T16:43:22.015Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
24242024-04-10T16:43:23.017Z Finished release [optimized] target(s) in 0.96s
24252024-04-10T16:43:23.055Z Running `target/release/omicron-package -t host package`
24262024-04-10T16:43:23.091ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272024-04-10T16:43:24.152Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24282024-04-10T16:45:48.601Z Finished release [optimized] target(s) in 2m 25s
24292024-04-10T16:46:29.236Z
24302024-04-10T16:46:29.236Zreal 3:07.232728693
24312024-04-10T16:46:29.236Zuser 12:07.305157703
24322024-04-10T16:46:29.236Zsys 47.588162555
24332024-04-10T16:46:29.289Ztrap 0.218774834
24342024-04-10T16:46:29.289Ztflt 0.114470994
24352024-04-10T16:46:29.289Zdflt 3.719616284
24362024-04-10T16:46:29.289Zkflt 0.006257097
24372024-04-10T16:46:29.289Zlock 58:31.390926033
24382024-04-10T16:46:29.289Zslp 11:46.594422798
24392024-04-10T16:46:29.289Zlat 8.724995112
24402024-04-10T16:46:29.289Zstop 0.979143877
24412024-04-10T16:46:29.289Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24422024-04-10T16:46:29.289Z+ for package in "$@"
24432024-04-10T16:46:29.289Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24442024-04-10T16:46:29.289Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitd0db4f951ba
24452024-04-10T16:46:30.287Z Finished release [optimized] target(s) in 0.98s
24462024-04-10T16:46:30.317Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitd0db4f951ba`
24472024-04-10T16:46:30.364ZLogging to: /work/oxidecomputer/omicron/out/LOG
24482024-04-10T16:46:30.622ZCreated: out/versioned/omicron-sled-agent.tar
24492024-04-10T16:46:30.648Z+ for package in "$@"
24502024-04-10T16:46:30.648Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24512024-04-10T16:46:30.648Z+ echo 0.0.0
24522024-04-10T16:46:30.648Z+ tar rvf out/mg-ddm-gz.tar VERSION
24532024-04-10T16:46:30.648Za VERSION 1K
24542024-04-10T16:46:30.648Z+ rm VERSION
24552024-04-10T16:46:30.648Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba
24562024-04-10T16:46:31.613Z Finished release [optimized] target(s) in 0.92s
24572024-04-10T16:46:31.640Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba`
24582024-04-10T16:46:31.685ZLogging to: /work/oxidecomputer/omicron/out/LOG
24592024-04-10T16:46:31.867ZCreated: out/versioned/mg-ddm-gz.tar
24602024-04-10T16:46:31.892Z+ for package in "$@"
24612024-04-10T16:46:31.893Z+ [[ propolis-server == mg-ddm-gz ]]
24622024-04-10T16:46:31.893Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitd0db4f951ba
24632024-04-10T16:46:32.856Z Finished release [optimized] target(s) in 0.91s
24642024-04-10T16:46:32.882Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitd0db4f951ba`
24652024-04-10T16:46:32.913ZLogging to: /work/oxidecomputer/omicron/out/LOG
24662024-04-10T16:46:34.148ZCreated: out/versioned/propolis-server.tar.gz
24672024-04-10T16:46:34.174Z+ for package in "$@"
24682024-04-10T16:46:34.174Z+ [[ overlay == mg-ddm-gz ]]
24692024-04-10T16:46:34.174Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitd0db4f951ba
24702024-04-10T16:46:35.149Z Finished release [optimized] target(s) in 0.94s
24712024-04-10T16:46:35.180Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitd0db4f951ba`
24722024-04-10T16:46:35.226ZLogging to: /work/oxidecomputer/omicron/out/LOG
24732024-04-10T16:46:35.251ZCreated: out/versioned/overlay.tar.gz
24742024-04-10T16:46:35.252Z+ for package in "$@"
24752024-04-10T16:46:35.252Z+ [[ oxlog == mg-ddm-gz ]]
24762024-04-10T16:46:35.252Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitd0db4f951ba
24772024-04-10T16:46:36.277Z Finished release [optimized] target(s) in 0.97s
24782024-04-10T16:46:36.304Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitd0db4f951ba`
24792024-04-10T16:46:36.347ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802024-04-10T16:46:36.373ZCreated: out/versioned/oxlog.tar
24812024-04-10T16:46:36.373Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24822024-04-10T16:46:36.398Z+++ dirname -- ./tools/build-global-zone-packages.sh
24832024-04-10T16:46:36.398Z++ cd -- ./tools
24842024-04-10T16:46:36.398Z++ pwd
24852024-04-10T16:46:36.399Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24862024-04-10T16:46:36.399Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24872024-04-10T16:46:36.399Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24882024-04-10T16:46:36.399Z++ readlink -f /work
24892024-04-10T16:46:36.399Z+ out_dir=/work
24902024-04-10T16:46:36.399Z+ 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")
24912024-04-10T16:46:36.399Z+ for dep in "${deps[@]}"
24922024-04-10T16:46:36.399Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24932024-04-10T16:46:36.399Z+ for dep in "${deps[@]}"
24942024-04-10T16:46:36.399Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24952024-04-10T16:46:36.399Z+ for dep in "${deps[@]}"
24962024-04-10T16:46:36.399Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24972024-04-10T16:46:36.399Z+ for dep in "${deps[@]}"
24982024-04-10T16:46:36.399Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24992024-04-10T16:46:36.399Z+ for dep in "${deps[@]}"
25002024-04-10T16:46:36.399Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
25012024-04-10T16:46:36.399Z++ mktemp -d
25022024-04-10T16:46:36.399Z+ tmp_gz=/tmp/tmp.iwaywi
25032024-04-10T16:46:36.399Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
25042024-04-10T16:46:36.399Z+ echo '{"v":"1","t":"layer"}'
25052024-04-10T16:46:36.399Z+ pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/sled-agent
25062024-04-10T16:46:36.399Z+ mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/sled-agent
25072024-04-10T16:46:36.399Z+ cd /tmp/tmp.iwaywi/root/opt/oxide/sled-agent
25082024-04-10T16:46:36.400Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
25092024-04-10T16:46:36.486Zx ., 0 bytes, 0 tape blocks
25102024-04-10T16:46:36.486Zx zone-bundle, 27112992 bytes, 52956 tape blocks
25112024-04-10T16:46:36.486Zx sled-agent, 70755960 bytes, 138196 tape blocks
25122024-04-10T16:46:36.486Zx pkg, 0 bytes, 0 tape blocks
25132024-04-10T16:46:36.486Zx pkg/config.toml, 1657 bytes, 4 tape blocks
25142024-04-10T16:46:36.486Zx pkg/README.md, 54 bytes, 1 tape blocks
25152024-04-10T16:46:36.486Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
25162024-04-10T16:46:36.486Zx VERSION, 25 bytes, 1 tape blocks
25172024-04-10T16:46:36.511Z+ mkdir -p /tmp/tmp.iwaywi/root/lib/svc/manifest/site/
25182024-04-10T16:46:36.511Z+ mv pkg/manifest.xml /tmp/tmp.iwaywi/root/lib/svc/manifest/site/sled-agent.xml
25192024-04-10T16:46:36.511Z+ cd -
25202024-04-10T16:46:36.512Z/work/oxidecomputer/omicron
25212024-04-10T16:46:36.512Z+ pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/mg-ddm
25222024-04-10T16:46:36.512Z+ mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/mg-ddm
25232024-04-10T16:46:36.512Z+ cd /tmp/tmp.iwaywi/root/opt/oxide/mg-ddm
25242024-04-10T16:46:36.512Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25252024-04-10T16:46:36.558Zx ., 0 bytes, 0 tape blocks
25262024-04-10T16:46:36.558Zx ddmadm, 26051952 bytes, 50883 tape blocks
25272024-04-10T16:46:36.558Zx ddmd, 49611120 bytes, 96897 tape blocks
25282024-04-10T16:46:36.559Zx pkg, 0 bytes, 0 tape blocks
25292024-04-10T16:46:36.559Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25302024-04-10T16:46:36.559Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25312024-04-10T16:46:36.559Zx pkg/mgd, 0 bytes, 0 tape blocks
25322024-04-10T16:46:36.559Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25332024-04-10T16:46:36.559Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25342024-04-10T16:46:36.559Zx pkg/ddm, 0 bytes, 0 tape blocks
25352024-04-10T16:46:36.559Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25362024-04-10T16:46:36.559Zx VERSION, 25 bytes, 1 tape blocks
25372024-04-10T16:46:36.585Z+ cd -
25382024-04-10T16:46:36.585Z/work/oxidecomputer/omicron
25392024-04-10T16:46:36.585Z+ pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/oxlog
25402024-04-10T16:46:36.585Z+ mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/oxlog
25412024-04-10T16:46:36.585Z+ cd /tmp/tmp.iwaywi/root/opt/oxide/oxlog
25422024-04-10T16:46:36.585Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25432024-04-10T16:46:36.585Zx ., 0 bytes, 0 tape blocks
25442024-04-10T16:46:36.586Zx oxlog, 2979936 bytes, 5821 tape blocks
25452024-04-10T16:46:36.586Zx VERSION, 25 bytes, 1 tape blocks
25462024-04-10T16:46:36.586Z+ cd -
25472024-04-10T16:46:36.586Z/work/oxidecomputer/omicron
25482024-04-10T16:46:36.586Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.iwaywi/root/opt/oxide
25492024-04-10T16:46:36.665Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.iwaywi/root/opt/oxide
25502024-04-10T16:46:36.693Z+ cd /tmp/tmp.iwaywi
25512024-04-10T16:46:36.693Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25522024-04-10T16:46:46.400ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25532024-04-10T16:46:46.400Za oxide.json 1K
25542024-04-10T16:46:46.400Za root/ 0K
25552024-04-10T16:46:46.400Za root/opt/ 0K
25562024-04-10T16:46:46.400Za root/opt/oxide/ 0K
25572024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/ 0K
25582024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/zone-bundle 26478K
25592024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/sled-agent 69098K
25602024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/pkg/ 0K
25612024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25622024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/pkg/README.md 1K
25632024-04-10T16:46:46.400Za root/opt/oxide/sled-agent/VERSION 1K
25642024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/ 0K
25652024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/ddmadm 25442K
25662024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/ddmd 48449K
25672024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/ 0K
25682024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25692024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25702024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25712024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25722024-04-10T16:46:46.400Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25732024-04-10T16:46:46.401Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25742024-04-10T16:46:46.401Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25752024-04-10T16:46:46.401Za root/opt/oxide/mg-ddm/VERSION 1K
25762024-04-10T16:46:46.401Za root/opt/oxide/oxlog/ 0K
25772024-04-10T16:46:46.401Za root/opt/oxide/oxlog/oxlog 2911K
25782024-04-10T16:46:46.401Za root/opt/oxide/oxlog/VERSION 1K
25792024-04-10T16:46:46.401Za root/opt/oxide/propolis-server.tar.gz 64701K
25802024-04-10T16:46:46.401Za root/opt/oxide/overlay.tar.gz 3K
25812024-04-10T16:46:46.401Za root/lib/ 0K
25822024-04-10T16:46:46.401Za root/lib/svc/ 0K
25832024-04-10T16:46:46.401Za root/lib/svc/manifest/ 0K
25842024-04-10T16:46:46.401Za root/lib/svc/manifest/site/ 0K
25852024-04-10T16:46:46.401Za root/lib/svc/manifest/site/sled-agent.xml 3K
25862024-04-10T16:46:46.428Z+ cd /
25872024-04-10T16:46:46.428Z+ rm -rf /tmp/tmp.iwaywi
25882024-04-10T16:46:46.458Z
25892024-04-10T16:46:46.459Zreal 10.067363134
25902024-04-10T16:46:46.459Zuser 9.176346194
25912024-04-10T16:46:46.459Zsys 0.899586656
25922024-04-10T16:46:46.459Ztrap 0.001967298
25932024-04-10T16:46:46.459Ztflt 0.000000000
25942024-04-10T16:46:46.459Zdflt 0.000000000
25952024-04-10T16:46:46.459Zkflt 0.000000000
25962024-04-10T16:46:46.459Zlock 0.000000000
25972024-04-10T16:46:46.459Zslp 19.289208231
25982024-04-10T16:46:46.459Zlat 0.474106780
25992024-04-10T16:46:46.459Zstop 0.000320625
26002024-04-10T16:46:46.459Z+ mkdir -p /work/zones
26012024-04-10T16:46:46.459Z+ 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)
26022024-04-10T16:46:46.459Z+ 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/
26032024-04-10T16:46:50.477Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
26042024-04-10T16:46:51.825Z Finished release [optimized] target(s) in 1.25s
26052024-04-10T16:46:51.856Z Running `target/release/omicron-package -t recovery target create -i trampoline`
26062024-04-10T16:46:51.909ZLogging to: /work/oxidecomputer/omicron/out/LOG
26072024-04-10T16:46:51.935ZCreated new build target 'recovery' and set it as active
26082024-04-10T16:46:51.935Z
26092024-04-10T16:46:51.935Zreal 1.430241987
26102024-04-10T16:46:51.935Zuser 0.820270369
26112024-04-10T16:46:51.935Zsys 0.597176764
26122024-04-10T16:46:51.935Ztrap 0.001603516
26132024-04-10T16:46:51.935Ztflt 0.000074316
26142024-04-10T16:46:51.935Zdflt 0.000053069
26152024-04-10T16:46:51.935Zkflt 0.000000000
26162024-04-10T16:46:51.935Zlock 0.052750782
26172024-04-10T16:46:51.935Zslp 0.148168398
26182024-04-10T16:46:51.936Zlat 0.018409708
26192024-04-10T16:46:51.936Zstop 0.000570837
26202024-04-10T16:46:51.936Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
26212024-04-10T16:46:53.092Z Finished release [optimized] target(s) in 1.08s
26222024-04-10T16:46:53.117Z Running `target/release/omicron-package -t recovery package`
26232024-04-10T16:46:53.155ZLogging to: /work/oxidecomputer/omicron/out/LOG
26242024-04-10T16:46:54.176Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
26252024-04-10T16:46:57.313Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
26262024-04-10T16:47:16.417Z Finished release [optimized] target(s) in 23.17s
26272024-04-10T16:47:29.177Z
26282024-04-10T16:47:29.203Zreal 37.253923744
26292024-04-10T16:47:29.203Zuser 1:28.521862413
26302024-04-10T16:47:29.203Zsys 9.891947954
26312024-04-10T16:47:29.203Ztrap 0.027695691
26322024-04-10T16:47:29.203Ztflt 0.080613725
26332024-04-10T16:47:29.203Zdflt 0.567367574
26342024-04-10T16:47:29.203Zkflt 0.000102706
26352024-04-10T16:47:29.203Zlock 11:07.228182816
26362024-04-10T16:47:29.203Zslp 1:36.730556883
26372024-04-10T16:47:29.203Zlat 2.162814694
26382024-04-10T16:47:29.203Zstop 0.225903320
26392024-04-10T16:47:29.204Z+ stamp_packages installinator mg-ddm-gz
26402024-04-10T16:47:29.204Z+ for package in "$@"
26412024-04-10T16:47:29.204Z+ [[ installinator == mg-ddm-gz ]]
26422024-04-10T16:47:29.204Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitd0db4f951ba
26432024-04-10T16:47:30.211Z Finished release [optimized] target(s) in 0.97s
26442024-04-10T16:47:30.240Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitd0db4f951ba`
26452024-04-10T16:47:30.283ZLogging to: /work/oxidecomputer/omicron/out/LOG
26462024-04-10T16:47:30.357ZCreated: out/versioned/installinator.tar
26472024-04-10T16:47:30.383Z+ for package in "$@"
26482024-04-10T16:47:30.383Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26492024-04-10T16:47:30.383Z+ echo 0.0.0
26502024-04-10T16:47:30.383Z+ tar rvf out/mg-ddm-gz.tar VERSION
26512024-04-10T16:47:30.383Za VERSION 1K
26522024-04-10T16:47:30.383Z+ rm VERSION
26532024-04-10T16:47:30.383Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba
26542024-04-10T16:47:31.393Z Finished release [optimized] target(s) in 0.96s
26552024-04-10T16:47:31.432Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba`
26562024-04-10T16:47:31.472ZLogging to: /work/oxidecomputer/omicron/out/LOG
26572024-04-10T16:47:31.625ZCreated: out/versioned/mg-ddm-gz.tar
26582024-04-10T16:47:31.651Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26592024-04-10T16:47:31.651Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26602024-04-10T16:47:31.651Z++ cd -- ./tools
26612024-04-10T16:47:31.651Z++ pwd
26622024-04-10T16:47:31.651Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26632024-04-10T16:47:31.651Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26642024-04-10T16:47:31.651Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26652024-04-10T16:47:31.651Z++ readlink -f /work
26662024-04-10T16:47:31.651Z+ out_dir=/work
26672024-04-10T16:47:31.651Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26682024-04-10T16:47:31.677Z+ for dep in "${deps[@]}"
26692024-04-10T16:47:31.677Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26702024-04-10T16:47:31.677Z+ for dep in "${deps[@]}"
26712024-04-10T16:47:31.677Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26722024-04-10T16:47:31.677Z++ mktemp -d
26732024-04-10T16:47:31.677Z+ tmp_trampoline=/tmp/tmp.Q1aiBi
26742024-04-10T16:47:31.677Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26752024-04-10T16:47:31.677Z+ echo '{"v":"1","t":"layer"}'
26762024-04-10T16:47:31.677Z+ pkg_dir=/tmp/tmp.Q1aiBi/root/opt/oxide/installinator
26772024-04-10T16:47:31.677Z+ mkdir -p /tmp/tmp.Q1aiBi/root/opt/oxide/installinator
26782024-04-10T16:47:31.677Z+ cd /tmp/tmp.Q1aiBi/root/opt/oxide/installinator
26792024-04-10T16:47:31.677Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26802024-04-10T16:47:31.703Zx ., 0 bytes, 0 tape blocks
26812024-04-10T16:47:31.703Zx installinator, 38294424 bytes, 74794 tape blocks
26822024-04-10T16:47:31.703Zx pkg, 0 bytes, 0 tape blocks
26832024-04-10T16:47:31.703Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26842024-04-10T16:47:31.703Zx VERSION, 25 bytes, 1 tape blocks
26852024-04-10T16:47:31.703Z+ mkdir -p /tmp/tmp.Q1aiBi/root/lib/svc/manifest/site/
26862024-04-10T16:47:31.703Z+ mv pkg/manifest.xml /tmp/tmp.Q1aiBi/root/lib/svc/manifest/site/installinator.xml
26872024-04-10T16:47:31.703Z+ cd -
26882024-04-10T16:47:31.703Z/work/oxidecomputer/omicron
26892024-04-10T16:47:31.703Z+ pkg_dir=/tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm
26902024-04-10T16:47:31.703Z+ mkdir -p /tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm
26912024-04-10T16:47:31.703Z+ cd /tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm
26922024-04-10T16:47:31.703Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26932024-04-10T16:47:31.756Zx ., 0 bytes, 0 tape blocks
26942024-04-10T16:47:31.756Zx ddmadm, 26051952 bytes, 50883 tape blocks
26952024-04-10T16:47:31.756Zx ddmd, 49611120 bytes, 96897 tape blocks
26962024-04-10T16:47:31.756Zx pkg, 0 bytes, 0 tape blocks
26972024-04-10T16:47:31.756Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26982024-04-10T16:47:31.756Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26992024-04-10T16:47:31.756Zx pkg/mgd, 0 bytes, 0 tape blocks
27002024-04-10T16:47:31.756Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
27012024-04-10T16:47:31.756Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
27022024-04-10T16:47:31.756Zx pkg/ddm, 0 bytes, 0 tape blocks
27032024-04-10T16:47:31.756Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
27042024-04-10T16:47:31.756Zx VERSION, 25 bytes, 1 tape blocks
27052024-04-10T16:47:31.782Z+ cd -
27062024-04-10T16:47:31.782Z/work/oxidecomputer/omicron
27072024-04-10T16:47:31.782Z+ cd /tmp/tmp.Q1aiBi
27082024-04-10T16:47:31.782Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
27092024-04-10T16:47:36.767ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
27102024-04-10T16:47:36.767Za oxide.json 1K
27112024-04-10T16:47:36.767Za root/ 0K
27122024-04-10T16:47:36.767Za root/opt/ 0K
27132024-04-10T16:47:36.767Za root/opt/oxide/ 0K
27142024-04-10T16:47:36.767Za root/opt/oxide/installinator/ 0K
27152024-04-10T16:47:36.768Za root/opt/oxide/installinator/installinator 37397K
27162024-04-10T16:47:36.768Za root/opt/oxide/installinator/pkg/ 0K
27172024-04-10T16:47:36.768Za root/opt/oxide/installinator/VERSION 1K
27182024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/ 0K
27192024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/ddmadm 25442K
27202024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/ddmd 48449K
27212024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/ 0K
27222024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
27232024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
27242024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
27252024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
27262024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27272024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27282024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27292024-04-10T16:47:36.768Za root/opt/oxide/mg-ddm/VERSION 1K
27302024-04-10T16:47:36.768Za root/lib/ 0K
27312024-04-10T16:47:36.768Za root/lib/svc/ 0K
27322024-04-10T16:47:36.768Za root/lib/svc/manifest/ 0K
27332024-04-10T16:47:36.768Za root/lib/svc/manifest/site/ 0K
27342024-04-10T16:47:36.768Za root/lib/svc/manifest/site/installinator.xml 3K
27352024-04-10T16:47:36.794Z+ cd /
27362024-04-10T16:47:36.794Z+ rm -rf /tmp/tmp.Q1aiBi
27372024-04-10T16:47:36.794Z
27382024-04-10T16:47:36.794Zreal 5.156277963
27392024-04-10T16:47:36.794Zuser 4.749802833
27402024-04-10T16:47:36.794Zsys 0.404784727
27412024-04-10T16:47:36.794Ztrap 0.001080340
27422024-04-10T16:47:36.794Ztflt 0.000000000
27432024-04-10T16:47:36.794Zdflt 0.000000000
27442024-04-10T16:47:36.794Zkflt 0.000000000
27452024-04-10T16:47:36.794Zlock 0.000000000
27462024-04-10T16:47:36.794Zslp 9.917834177
27472024-04-10T16:47:36.795Zlat 0.235630650
27482024-04-10T16:47:36.795Zstop 0.000502939
27492024-04-10T16:47:36.795Zprocess exited: duration 1465099 ms, exit code 0
 
27502024-04-10T16:47:36.876Zfound 22 output files
27512024-04-10T16:47:36.876Zuploading: /work/version.txt (26 bytes)
27522024-04-10T16:47:37.970Zuploaded: /work/version.txt
27532024-04-10T16:47:37.970Zuploading: /work/package.tar.gz (81191641 bytes)
27542024-04-10T16:47:59.414Zuploaded: /work/package.tar.gz
27552024-04-10T16:47:59.414Zuploading: /work/global-zone-packages.tar.gz (122776194 bytes)
27562024-04-10T16:48:47.362Zuploaded: /work/global-zone-packages.tar.gz
27572024-04-10T16:48:47.362Zuploading: /work/trampoline-global-zone-packages.tar.gz (36629393 bytes)
27582024-04-10T16:48:58.339Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27592024-04-10T16:48:58.339Zuploading: /work/zones/clickhouse.tar.gz (227037453 bytes)
27602024-04-10T16:50:10.168Zuploaded: /work/zones/clickhouse.tar.gz
27612024-04-10T16:50:10.168Zuploading: /work/zones/clickhouse_keeper.tar.gz (227036900 bytes)
27622024-04-10T16:51:17.567Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27632024-04-10T16:51:17.567Zuploading: /work/zones/cockroachdb.tar.gz (122549496 bytes)
27642024-04-10T16:51:49.449Zuploaded: /work/zones/cockroachdb.tar.gz
27652024-04-10T16:51:49.449Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27293087 bytes)
27662024-04-10T16:51:58.784Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27672024-04-10T16:51:58.815Zuploading: /work/zones/crucible-zone.tar.gz (37015193 bytes)
27682024-04-10T16:52:10.472Zuploaded: /work/zones/crucible-zone.tar.gz
27692024-04-10T16:52:10.472Zuploading: /work/zones/external-dns.tar.gz (24702906 bytes)
27702024-04-10T16:52:17.411Zuploaded: /work/zones/external-dns.tar.gz
27712024-04-10T16:52:17.438Zuploading: /work/zones/internal-dns.tar.gz (24703470 bytes)
27722024-04-10T16:52:25.263Zuploaded: /work/zones/internal-dns.tar.gz
27732024-04-10T16:52:25.263Zuploading: /work/zones/nexus-single-sled.tar.gz (84838118 bytes)
27742024-04-10T16:52:50.222Zuploaded: /work/zones/nexus-single-sled.tar.gz
27752024-04-10T16:52:50.222Zuploading: /work/zones/nexus.tar.gz (84839074 bytes)
27762024-04-10T16:53:13.548Zuploaded: /work/zones/nexus.tar.gz
27772024-04-10T16:53:13.548Zuploading: /work/zones/ntp.tar.gz (8378192 bytes)
27782024-04-10T16:53:16.421Zuploaded: /work/zones/ntp.tar.gz
27792024-04-10T16:53:16.421Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14519581 bytes)
27802024-04-10T16:53:21.617Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27812024-04-10T16:53:21.617Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14518715 bytes)
27822024-04-10T16:53:26.333Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27832024-04-10T16:53:26.333Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27842024-04-10T16:53:27.429Zuploaded: /work/zones/overlay.tar.gz
27852024-04-10T16:53:27.429Zuploading: /work/zones/oximeter.tar.gz (43186258 bytes)
27862024-04-10T16:53:40.304Zuploaded: /work/zones/oximeter.tar.gz
27872024-04-10T16:53:40.304Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27882024-04-10T16:53:42.901Zuploaded: /work/zones/probe.tar.gz
27892024-04-10T16:53:42.901Zuploading: /work/zones/propolis-server.tar.gz (66250971 bytes)
27902024-04-10T16:54:04.070Zuploaded: /work/zones/propolis-server.tar.gz
27912024-04-10T16:54:04.070Zuploading: /work/zones/switch-asic.tar.gz (283576813 bytes)
27922024-04-10T16:55:27.397Zuploaded: /work/zones/switch-asic.tar.gz
27932024-04-10T16:55:27.397Zuploading: /work/zones/switch-softnpu.tar.gz (203103857 bytes)
27942024-04-10T16:56:33.432Zuploaded: /work/zones/switch-softnpu.tar.gz