01HSXZSY4JP99KJ287SG7YJXY4: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
        "=/work/commtest",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HSXZT881Z2EWZR5WPQEJ2X0R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T18:20:19.825Zjob assigned to worker 01HSXZTB5CAWMKCWJ368KS27J5 (queued for 49 s)
 
22024-03-26T18:20:20.360Zstarting task 0: "setup"
32024-03-26T18:20:20.387Z++ uname -s
42024-03-26T18:20:20.387Z+ kern=SunOS
52024-03-26T18:20:20.387Z+ case "$kern" in
62024-03-26T18:20:20.387Z+ groupadd -g 12345 build
72024-03-26T18:20:20.388Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T18:20:22.392Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T18:20:22.435Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T18:20:22.462Z+ home_fs=zfs
112024-03-26T18:20:22.462Z+ [[ zfs == autofs ]]
122024-03-26T18:20:22.462Z+ mkdir -p /home/build
132024-03-26T18:20:22.462Z+ chown build:build /home/build /work
142024-03-26T18:20:24.446Z+ chmod 0700 /home/build /work
152024-03-26T18:20:24.478Zprocess exited: duration 4089 ms, exit code 0
 
162024-03-26T18:20:24.529Zstarting task 1: "rust-toolchain"
172024-03-26T18:20:24.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T18:20:24.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T18:20:24.691Zinfo: downloading installer
202024-03-26T18:20:25.469Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T18:20:25.469Zwarning: /opt/ooce/bin
222024-03-26T18:20:25.469Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T18:20:25.470Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T18:20:25.470Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T18:20:25.470Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T18:20:25.470Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T18:20:25.470Zerror: cannot install while Rust is installed
282024-03-26T18:20:25.470Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T18:20:25.532Zinfo: profile set to 'default'
302024-03-26T18:20:25.533Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T18:20:25.557Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T18:20:25.631Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T18:20:25.631Zinfo: downloading component 'cargo'
342024-03-26T18:20:25.759Zinfo: downloading component 'clippy'
352024-03-26T18:20:25.814Zinfo: downloading component 'rust-docs'
362024-03-26T18:20:25.969Zinfo: downloading component 'rust-std'
372024-03-26T18:20:26.243Zinfo: downloading component 'rustc'
382024-03-26T18:20:26.891Zinfo: downloading component 'rustfmt'
392024-03-26T18:20:26.930Zinfo: installing component 'cargo'
402024-03-26T18:20:28.043Zinfo: installing component 'clippy'
412024-03-26T18:20:28.448Zinfo: installing component 'rust-docs'
422024-03-26T18:20:30.926Zinfo: installing component 'rust-std'
432024-03-26T18:20:33.008Zinfo: installing component 'rustc'
442024-03-26T18:20:37.676Zinfo: installing component 'rustfmt'
452024-03-26T18:20:38.074Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T18:20:38.075Z
472024-03-26T18:20:38.213Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T18:20:38.213Z
492024-03-26T18:20:38.246Z
502024-03-26T18:20:38.246ZRust is installed now. Great!
512024-03-26T18:20:38.247Z
522024-03-26T18:20:38.247ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T18:20:38.247Zenvironment variable. This has not been done automatically.
542024-03-26T18:20:38.247Z
552024-03-26T18:20:38.247ZTo configure your current shell, you need to source
562024-03-26T18:20:38.247Zthe corresponding env file under $HOME/.cargo.
572024-03-26T18:20:38.247Z
582024-03-26T18:20:38.248ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T18:20:38.248Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T18:20:38.249Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T18:20:38.299Z+ rustc --version
622024-03-26T18:20:38.413Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T18:20:38.439Zprocess exited: duration 13885 ms, exit code 0
 
642024-03-26T18:20:38.914Zstarting task 2: "authentication"
652024-03-26T18:20:38.981Zprocess exited: duration 76 ms, exit code 0
 
662024-03-26T18:20:39.033Zstarting task 3: "clone repository"
672024-03-26T18:20:39.060Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T18:20:39.060Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T18:20:39.084ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T18:20:44.338Z+ cd /work/oxidecomputer/omicron
712024-03-26T18:20:44.338Z+ git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130
722024-03-26T18:20:44.787ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T18:20:44.787Z * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD
742024-03-26T18:20:44.821Z+ [[ -n refresh-oximeter-producer-list ]]
752024-03-26T18:20:44.822Z++ git branch --show-current
762024-03-26T18:20:44.822Z+ current=main
772024-03-26T18:20:44.822Z+ [[ main != refresh-oximeter-producer-list ]]
782024-03-26T18:20:44.822Z+ git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130
792024-03-26T18:20:44.822Z+ git checkout -f refresh-oximeter-producer-list
802024-03-26T18:20:44.973ZSwitched to branch 'refresh-oximeter-producer-list'
812024-03-26T18:20:45.004Z+ git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130
822024-03-26T18:20:45.004ZHEAD is now at f784f78d6 clippy
832024-03-26T18:20:45.004Zprocess exited: duration 5963 ms, exit code 0
 
842024-03-26T18:20:45.057Zstarting task 4: "build"
852024-03-26T18:20:45.082Z+ cargo --version
862024-03-26T18:20:45.082Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T18:20:45.281Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T18:20:45.282Zinfo: downloading component 'cargo'
892024-03-26T18:20:45.548Zinfo: downloading component 'clippy'
902024-03-26T18:20:45.598Zinfo: downloading component 'rust-docs'
912024-03-26T18:20:45.779Zinfo: downloading component 'rust-std'
922024-03-26T18:20:46.073Zinfo: downloading component 'rustc'
932024-03-26T18:20:46.771Zinfo: downloading component 'rustfmt'
942024-03-26T18:20:46.817Zinfo: installing component 'cargo'
952024-03-26T18:20:47.843Zinfo: installing component 'clippy'
962024-03-26T18:20:48.212Zinfo: installing component 'rust-docs'
972024-03-26T18:20:50.508Zinfo: installing component 'rust-std'
982024-03-26T18:20:52.642Zinfo: installing component 'rustc'
992024-03-26T18:20:57.136Zinfo: installing component 'rustfmt'
1002024-03-26T18:20:57.579Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T18:20:57.608Z+ rustc --version
1022024-03-26T18:20:57.660Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T18:20:57.685Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-03-26T18:21:02.110Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-03-26T18:21:03.863Z Startup: Caching catalogs ... Done
1062024-03-26T18:21:05.905ZPlanning: Solver setup ... Done (1.608s)
1072024-03-26T18:21:05.932ZPlanning: Running solver ... Done (0.033s)
1082024-03-26T18:21:05.959ZPlanning: Finding local manifests ... Done (0.002s)
1092024-03-26T18:21:06.044ZPlanning: Fetching manifests: 0/4 0% complete
1102024-03-26T18:21:06.477ZPlanning: Fetching manifests: 4/4 100% complete
1112024-03-26T18:21:06.551ZPlanning: Package planning ... Done (0.070s)
1122024-03-26T18:21:06.610ZPlanning: Merging actions ... Done (0.063s)
1132024-03-26T18:21:07.004ZPlanning: Checking for conflicting actions ... Done (0.397s)
1142024-03-26T18:21:07.031ZPlanning: Consolidating action changes ... Done (0.015s)
1152024-03-26T18:21:07.803ZPlanning: Evaluating mediators ... Done (0.783s)
1162024-03-26T18:21:07.832ZPlanning: Planning completed in 3.91 seconds
1172024-03-26T18:21:07.858Z Packages to install: 4
1182024-03-26T18:21:07.858Z Mediators to change: 2
1192024-03-26T18:21:07.858Z Services to change: 1
1202024-03-26T18:21:07.858Z Estimated space available: 148.36 GB
1212024-03-26T18:21:07.858ZEstimated space to be consumed: 1.43 GB
1222024-03-26T18:21:07.858Z Create boot environment: No
1232024-03-26T18:21:07.858ZCreate backup boot environment: No
1242024-03-26T18:21:07.858Z Rebuild boot archive: No
1252024-03-26T18:21:07.858Z
1262024-03-26T18:21:07.858ZChanged mediators:
1272024-03-26T18:21:07.858Z mediator clang:
1282024-03-26T18:21:07.858Z version: None -> 15 (system default)
1292024-03-26T18:21:07.858Z
1302024-03-26T18:21:07.858Z mediator llvm:
1312024-03-26T18:21:07.858Z version: 14 (system default) -> 15 (system default)
1322024-03-26T18:21:07.858Z
1332024-03-26T18:21:07.858ZChanged packages:
1342024-03-26T18:21:07.858Zhelios-dev
1352024-03-26T18:21:07.858Z developer/build-essential
1362024-03-26T18:21:07.858Z None -> 11-2.0
1372024-03-26T18:21:07.859Z library/libxmlsec1
1382024-03-26T18:21:07.859Z None -> 1.2.35-2.0
1392024-03-26T18:21:07.859Z ooce/developer/clang-15
1402024-03-26T18:21:07.859Z None -> 15.0.7-2.0
1412024-03-26T18:21:07.859Z ooce/developer/llvm-15
1422024-03-26T18:21:07.859Z None -> 15.0.7-2.0
1432024-03-26T18:21:07.859Z
1442024-03-26T18:21:07.859ZServices:
1452024-03-26T18:21:07.859Z restart_fmri:
1462024-03-26T18:21:07.859Z svc:/system/update-man-index:default
1472024-03-26T18:21:07.894Z
1482024-03-26T18:21:07.894ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-03-26T18:21:12.896ZDownload: 897/3290 items 18.9/212.6MB 8% complete (3.8M/s)
1502024-03-26T18:21:17.910ZDownload: 1237/3290 items 88.7/212.6MB 41% complete (8.8M/s)
1512024-03-26T18:21:22.896ZDownload: 2552/3290 items 120.4/212.6MB 56% complete (10.2M/s)
1522024-03-26T18:21:27.899ZDownload: 3281/3290 items 210.7/212.6MB 99% complete (12.4M/s)
1532024-03-26T18:21:28.974ZDownload: Completed 212.60 MB in 21.07 seconds (10.1M/s)
1542024-03-26T18:21:29.160Z Actions: 1/3689 actions (Installing new actions)
1552024-03-26T18:21:34.232Z Actions: 2596/3689 actions (Installing new actions)
1562024-03-26T18:21:35.010Z Actions: Completed 3689 actions in 5.85 seconds.
1572024-03-26T18:21:35.171Z Done (0.157s)
1582024-03-26T18:21:35.172Z Done (0.000s)
1592024-03-26T18:21:35.470Z Done (0.301s)
1602024-03-26T18:21:40.675Z Done (5.083s)
1612024-03-26T18:21:40.791Z Done (0.024s)
1622024-03-26T18:21:40.819Z Done (0.000s)
1632024-03-26T18:21:40.983Z Done (0.000s)
1642024-03-26T18:21:41.654ZPlanning: Evaluating mediator changes ... Done
1652024-03-26T18:21:41.922ZPlanning: Checking for conflicting actions ... Done
1662024-03-26T18:21:41.946ZPlanning: Consolidating action changes ... Done
1672024-03-26T18:21:42.267ZPlanning: Evaluating mediators ... Done
1682024-03-26T18:21:42.293ZPlanning: Planning completed in 0.61 seconds
1692024-03-26T18:21:42.319Z Mediators to change: 2
1702024-03-26T18:21:42.319Z Create boot environment: No
1712024-03-26T18:21:42.319ZCreate backup boot environment: No
1722024-03-26T18:21:42.372Z Done
1732024-03-26T18:21:42.372Z Done
1742024-03-26T18:21:42.574Z Done
1752024-03-26T18:21:47.089Z Done
1762024-03-26T18:21:47.178Z Done
1772024-03-26T18:21:47.178Z Done
1782024-03-26T18:21:47.261Z Done
1792024-03-26T18:21:48.040ZPlanning: Evaluating mediator changes ... Done
1802024-03-26T18:21:48.071ZPlanning: Merging actions ... Done
1812024-03-26T18:21:48.285ZPlanning: Checking for conflicting actions ... Done
1822024-03-26T18:21:48.317ZPlanning: Consolidating action changes ... Done
1832024-03-26T18:21:48.617ZPlanning: Evaluating mediators ... Done
1842024-03-26T18:21:48.690ZPlanning: Planning completed in 1.00 seconds
1852024-03-26T18:21:48.728Z Packages to change: 1
1862024-03-26T18:21:48.729Z Mediators to change: 1
1872024-03-26T18:21:48.729Z Services to change: 1
1882024-03-26T18:21:48.729Z Create boot environment: No
1892024-03-26T18:21:48.753ZCreate backup boot environment: Yes
1902024-03-26T18:21:50.210Z Actions: 1/6 actions (Updating modified actions)
1912024-03-26T18:21:50.239Z Actions: Completed 6 actions in 0.00 seconds.
1922024-03-26T18:21:50.239Z Done
1932024-03-26T18:21:50.239Z Done
1942024-03-26T18:21:50.272Z Done
1952024-03-26T18:21:54.741Z Done
1962024-03-26T18:21:54.831Z Done
1972024-03-26T18:21:54.862Z Done
1982024-03-26T18:21:54.906Z Done
1992024-03-26T18:21:55.427ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-03-26T18:21:55.427Zclang system 15 system
2012024-03-26T18:21:55.428Zcsh system system illumos
2022024-03-26T18:21:55.428Zctags system system illumos
2032024-03-26T18:21:55.428Zgcc vendor 12 vendor
2042024-03-26T18:21:55.429Zgcc system 10 system
2052024-03-26T18:21:55.429Zgcc system 7 system
2062024-03-26T18:21:55.429Zgo system 1.20 system
2072024-03-26T18:21:55.429Zgo system 1.19 system
2082024-03-26T18:21:55.430Zllvm system 15 system
2092024-03-26T18:21:55.430Zllvm system 14 system
2102024-03-26T18:21:55.430Zmariadb system 10.6 system
2112024-03-26T18:21:55.430Zmta vendor vendor dma
2122024-03-26T18:21:55.430Zopenjdk system 17 system
2132024-03-26T18:21:55.430Zopenjdk system 11 system
2142024-03-26T18:21:55.431Zopenjdk system 1.8 system
2152024-03-26T18:21:55.431Zopenssl vendor 3 vendor
2162024-03-26T18:21:55.431Zperl system 5.36 system
2172024-03-26T18:21:55.431Zpostgresql system 15 system
2182024-03-26T18:21:55.431Zpostgresql system 13 system
2192024-03-26T18:21:55.431Zpython vendor 3 vendor
2202024-03-26T18:21:55.431Zpython system 2 system
2212024-03-26T18:21:55.431Zpython3 system 3.11 system
2222024-03-26T18:21:55.431Zruby system 3.0 system
2232024-03-26T18:21:55.432Zwords vendor vendor american-english
2242024-03-26T18:21:55.432Zwords system system australian-english
2252024-03-26T18:21:55.432Zwords system system british-english
2262024-03-26T18:21:55.432Zwords system system canadian-english
2272024-03-26T18:21:55.432Zwords system system french
2282024-03-26T18:21:55.432Zwords system system italian
2292024-03-26T18:21:55.432Zwords system system ngerman
2302024-03-26T18:21:55.432Zwords system system ogerman
2312024-03-26T18:21:55.432Zwords system system spanish
2322024-03-26T18:21:55.850ZPUBLISHER TYPE STATUS P LOCATION
2332024-03-26T18:21:55.850Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-03-26T18:21:57.404ZFMRI IFO
2352024-03-26T18:21:57.404Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-03-26T18:21:57.404Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-03-26T18:21:57.404Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-03-26T18:21:57.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-03-26T18:21:57.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-03-26T18:21:57.404Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-03-26T18:21:57.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-03-26T18:21:57.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-03-26T18:21:57.404Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-03-26T18:21:57.404Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-03-26T18:21:57.404Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-03-26T18:21:57.404Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-03-26T18:21:58.039Z+ set -o errexit
2482024-03-26T18:21:58.075Z+++ dirname ./tools/ci_download_cockroachdb
2492024-03-26T18:21:58.075Z++ cd ./tools
2502024-03-26T18:21:58.075Z++ pwd
2512024-03-26T18:21:58.076Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-03-26T18:21:58.076Z++ basename ./tools/ci_download_cockroachdb
2532024-03-26T18:21:58.076Z+ ARG0=ci_download_cockroachdb
2542024-03-26T18:21:58.076Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-03-26T18:21:58.076Z+ CIDL_VERSION=v22.1.9
2562024-03-26T18:21:58.077Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-03-26T18:21:58.077Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-03-26T18:21:58.078Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-03-26T18:21:58.078Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-03-26T18:21:58.078Z+ TARGET_DIR=out
2612024-03-26T18:21:58.078Z+ DOWNLOAD_DIR=out/downloads
2622024-03-26T18:21:58.079Z+ DEST_DIR=./out/cockroachdb
2632024-03-26T18:21:58.079Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-03-26T18:21:58.079Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-03-26T18:21:58.080Z+ main
2662024-03-26T18:21:58.080Z+ [[ 0 != 0 ]]
2672024-03-26T18:21:58.080Z+ CIDL_OS=solaris2.11
2682024-03-26T18:21:58.080Z+ [[ 0 != 0 ]]
2692024-03-26T18:21:58.080Z+ configure_os solaris2.11
2702024-03-26T18:21:58.081Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-03-26T18:21:58.081Zcurrent directory: /work/oxidecomputer/omicron
2722024-03-26T18:21:58.081Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-03-26T18:21:58.081Z+ case "$1" in
2742024-03-26T18:21:58.081Z+ CIDL_BUILD=illumos
2752024-03-26T18:21:58.081Zconfiguring based on OS: "solaris2.11"
2762024-03-26T18:21:58.081Z+ CIDL_SUFFIX=tar.gz
2772024-03-26T18:21:58.082Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-03-26T18:21:58.082Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-03-26T18:21:58.082Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-03-26T18:21:58.082Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-03-26T18:21:58.082Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-03-26T18:21:58.082Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-03-26T18:21:58.082Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-03-26T18:21:58.083Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-26T18:21:58.083Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-03-26T18:21:58.083Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-03-26T18:21:58.083Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-03-26T18:21:58.083Z+ mkdir -p out/downloads
2892024-03-26T18:21:58.083ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-26T18:21:58.084ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-26T18:21:58.084Z+ mkdir -p ./out/cockroachdb
2922024-03-26T18:21:58.084Z+ local DO_DOWNLOAD=true
2932024-03-26T18:21:58.084ZDownloading...
2942024-03-26T18:21:58.084Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-03-26T18:21:58.084Z+ '[' true == true ']'
2962024-03-26T18:21:58.085Z+ echo Downloading...
2972024-03-26T18:21:58.085Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-03-26T18:21:58.085Z+ 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
2992024-03-26T18:22:05.085Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-26T18:22:05.110Z++ sha256sum
3012024-03-26T18:22:05.110Z++ awk '{print $1}'
3022024-03-26T18:22:05.164Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-26T18:22:05.164Z+ [[ 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 ]]
3042024-03-26T18:22:05.164Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-26T18:22:05.164Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-03-26T18:22:08.123Z+ do_assemble_illumos
3072024-03-26T18:22:08.123Z+ rm -r ./out/cockroachdb
3082024-03-26T18:22:08.157Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-03-26T18:22:08.539Z+ ./out/cockroachdb/bin/cockroach version
3102024-03-26T18:22:08.817ZBuild Tag: v22.1.9-dirty
3112024-03-26T18:22:08.817ZBuild Time: 2022/10/26 21:17:46
3122024-03-26T18:22:08.817ZDistribution: OSS
3132024-03-26T18:22:08.817ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-03-26T18:22:08.817ZGo Version: go1.17.13
3152024-03-26T18:22:08.818ZC Compiler: gcc 10.3.0
3162024-03-26T18:22:08.818ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-03-26T18:22:08.818ZBuild Type: release
3182024-03-26T18:22:08.846Z+ set -o errexit
3192024-03-26T18:22:08.878Z+++ dirname ./tools/ci_download_clickhouse
3202024-03-26T18:22:08.878Z++ cd ./tools
3212024-03-26T18:22:08.878Z++ pwd
3222024-03-26T18:22:08.879Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-03-26T18:22:08.879Z++ basename ./tools/ci_download_clickhouse
3242024-03-26T18:22:08.879Z+ ARG0=ci_download_clickhouse
3252024-03-26T18:22:08.879Z+ TARGET_DIR=out
3262024-03-26T18:22:08.880Z+ DOWNLOAD_DIR=out/downloads
3272024-03-26T18:22:08.880Z+ DEST_DIR=./out/clickhouse
3282024-03-26T18:22:08.880Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-03-26T18:22:08.880Z+ CIDL_VERSION=v23.8.7.24
3302024-03-26T18:22:08.881Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-03-26T18:22:08.881Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-03-26T18:22:08.881Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-03-26T18:22:08.881Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-03-26T18:22:08.882Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-03-26T18:22:08.882Z+ main
3362024-03-26T18:22:08.882Z+ [[ 0 != 0 ]]
3372024-03-26T18:22:08.882Z+ CIDL_OS=solaris2.11
3382024-03-26T18:22:08.882Z+ [[ 0 != 0 ]]
3392024-03-26T18:22:08.883Z+ configure_os solaris2.11
3402024-03-26T18:22:08.883Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-03-26T18:22:08.883Zcurrent directory: /work/oxidecomputer/omicron
3422024-03-26T18:22:08.883Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-03-26T18:22:08.883Z+ CIDL_DASHREV=
3442024-03-26T18:22:08.883Z+ case "$1" in
3452024-03-26T18:22:08.883Zconfiguring based on OS: "solaris2.11"
3462024-03-26T18:22:08.883Z+ CIDL_PLATFORM=illumos
3472024-03-26T18:22:08.883Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-03-26T18:22:08.883Z+ CIDL_MD5FUNC=do_md5sum
3492024-03-26T18:22:08.883Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-03-26T18:22:08.883Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-03-26T18:22:08.884Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-26T18:22:08.884Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-26T18:22:08.884Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-03-26T18:22:08.884ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-26T18:22:08.884ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-26T18:22:08.884Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-03-26T18:22:08.885Z+ mkdir -p out/downloads
3582024-03-26T18:22:08.885Z+ mkdir -p ./out/clickhouse
3592024-03-26T18:22:08.885Z+ local DO_DOWNLOAD=true
3602024-03-26T18:22:08.885Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-03-26T18:22:08.885Z+ '[' true == true ']'
3622024-03-26T18:22:08.886Z+ echo Downloading...
3632024-03-26T18:22:08.886ZDownloading...
3642024-03-26T18:22:08.886Z+ 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
3652024-03-26T18:22:08.886Z+ 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
3662024-03-26T18:22:18.382Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-26T18:22:18.414Z++ md5sum
3682024-03-26T18:22:18.414Z++ awk '{print $1}'
3692024-03-26T18:22:18.656Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-03-26T18:22:18.656Z+ [[ 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 ]]
3712024-03-26T18:22:18.656Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-03-26T18:22:18.656Z+ mkdir -p ./out/clickhouse
3732024-03-26T18:22:18.681Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-03-26T18:22:23.806Z+ [[ solaris2.11 == darwin* ]]
3752024-03-26T18:22:23.806Z+ ./out/clickhouse/clickhouse server --version
3762024-03-26T18:22:23.954ZClickHouse server version 23.8.7.1.
3772024-03-26T18:22:23.985Z+ set -o errexit
3782024-03-26T18:22:24.015Z+++ dirname ./tools/ci_download_console
3792024-03-26T18:22:24.015Z++ cd ./tools
3802024-03-26T18:22:24.016Z++ pwd
3812024-03-26T18:22:24.016Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-03-26T18:22:24.016Z++ basename ./tools/ci_download_console
3832024-03-26T18:22:24.016Z+ ARG0=ci_download_console
3842024-03-26T18:22:24.016Z+ TARGET_DIR=out
3852024-03-26T18:22:24.016Z+ DOWNLOAD_DIR=out/downloads
3862024-03-26T18:22:24.016Z+ DEST_DIR=./out/console-assets
3872024-03-26T18:22:24.016Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-03-26T18:22:24.016Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3892024-03-26T18:22:24.016Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3902024-03-26T18:22:24.017Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3912024-03-26T18:22:24.017Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-03-26T18:22:24.017Z+ main
3932024-03-26T18:22:24.017Z+ [[ 0 != 0 ]]
3942024-03-26T18:22:24.017Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
3952024-03-26T18:22:24.017Z+ echo 'Local file: out/downloads/console.tar.gz'
3962024-03-26T18:22:24.017ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3972024-03-26T18:22:24.017ZLocal file: out/downloads/console.tar.gz
3982024-03-26T18:22:24.017Z+ local DO_DOWNLOAD=true
3992024-03-26T18:22:24.017Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-03-26T18:22:24.017Z+ mkdir -p out/downloads
4012024-03-26T18:22:24.017ZDownloading...
4022024-03-26T18:22:24.018Z+ '[' true == true ']'
4032024-03-26T18:22:24.018Z+ echo Downloading...
4042024-03-26T18:22:24.018Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4052024-03-26T18:22:24.018Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4062024-03-26T18:22:24.461Z++ do_sha256sum out/downloads/console.tar.gz
4072024-03-26T18:22:24.461Z++ case "$OSTYPE" in
4082024-03-26T18:22:24.461Z++ SHA=sha256sum
4092024-03-26T18:22:24.503Z++ sha256sum
4102024-03-26T18:22:24.503Z++ awk '{print $1}'
4112024-03-26T18:22:24.503Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4122024-03-26T18:22:24.503Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4132024-03-26T18:22:24.503Z+ rm -rf ./out/console-assets
4142024-03-26T18:22:24.503Z+ mkdir -p ./out/console-assets
4152024-03-26T18:22:24.503Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-03-26T18:22:24.504Z+ mkdir -p ./out/console-assets
4172024-03-26T18:22:24.504Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-03-26T18:22:25.030Z+ set -o errexit
4192024-03-26T18:22:25.030Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-03-26T18:22:25.030Z++ cd ./tools
4212024-03-26T18:22:25.030Z++ pwd
4222024-03-26T18:22:25.030Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-03-26T18:22:25.031Z++ basename ./tools/ci_download_maghemite_openapi
4242024-03-26T18:22:25.031Z+ ARG0=ci_download_maghemite_openapi
4252024-03-26T18:22:25.031Z+ TARGET_DIR=out
4262024-03-26T18:22:25.031Z+ DOWNLOAD_DIR=out/downloads
4272024-03-26T18:22:25.031Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-03-26T18:22:25.031Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-03-26T18:22:25.031Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-03-26T18:22:25.032Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-03-26T18:22:25.032Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-03-26T18:22:25.032Z+ main
4332024-03-26T18:22:25.032Z+ rm -rf out/downloads/root
4342024-03-26T18:22:25.032Z+ [[ 0 != 0 ]]
4352024-03-26T18:22:25.032Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-03-26T18:22:25.033ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-03-26T18:22:25.033Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-03-26T18:22:25.033ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-03-26T18:22:25.033Z+ local DO_DOWNLOAD=true
4402024-03-26T18:22:25.033Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-03-26T18:22:25.033Z+ mkdir -p out/downloads
4422024-03-26T18:22:25.033Z+ '[' true == true ']'
4432024-03-26T18:22:25.034Z+ echo Downloading...
4442024-03-26T18:22:25.034ZDownloading...
4452024-03-26T18:22:25.034Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-03-26T18:22:25.034Z+ 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
4472024-03-26T18:22:25.035Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-26T18:22:25.035Z++ case "$OSTYPE" in
4492024-03-26T18:22:25.035Z++ SHA=sha256sum
4502024-03-26T18:22:25.035Z++ sha256sum
4512024-03-26T18:22:25.035Z++ awk '{print $1}'
4522024-03-26T18:22:25.035Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-03-26T18:22:25.036Z+ [[ 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 ]]
4542024-03-26T18:22:25.036Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-03-26T18:22:25.036Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-03-26T18:22:25.036Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-03-26T18:22:25.036Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-03-26T18:22:25.036Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-03-26T18:22:25.036Z+ main
4602024-03-26T18:22:25.037Z+ rm -rf out/downloads/root
4612024-03-26T18:22:25.037Z+ [[ 0 != 0 ]]
4622024-03-26T18:22:25.037Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-03-26T18:22:25.037Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4642024-03-26T18:22:25.037ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4652024-03-26T18:22:25.038ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-26T18:22:25.038Z+ local DO_DOWNLOAD=true
4672024-03-26T18:22:25.038Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-03-26T18:22:25.038Z+ mkdir -p out/downloads
4692024-03-26T18:22:25.038Z+ '[' true == true ']'
4702024-03-26T18:22:25.038Z+ echo Downloading...
4712024-03-26T18:22:25.038Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-03-26T18:22:25.039ZDownloading...
4732024-03-26T18:22:25.039Z+ 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
4742024-03-26T18:22:25.234Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-26T18:22:25.234Z++ case "$OSTYPE" in
4762024-03-26T18:22:25.234Z++ SHA=sha256sum
4772024-03-26T18:22:25.269Z++ sha256sum
4782024-03-26T18:22:25.269Z++ awk '{print $1}'
4792024-03-26T18:22:25.269Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-03-26T18:22:25.270Z+ [[ 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 ]]
4812024-03-26T18:22:25.270Z+ set -o errexit
4822024-03-26T18:22:25.270Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-03-26T18:22:25.270Z++ cd ./tools
4842024-03-26T18:22:25.271Z++ pwd
4852024-03-26T18:22:25.271Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-03-26T18:22:25.271Z++ basename ./tools/ci_download_dendrite_openapi
4872024-03-26T18:22:25.271Z+ ARG0=ci_download_dendrite_openapi
4882024-03-26T18:22:25.271Z+ TARGET_DIR=out
4892024-03-26T18:22:25.272Z+ DOWNLOAD_DIR=out/downloads
4902024-03-26T18:22:25.272Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-03-26T18:22:25.272Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4922024-03-26T18:22:25.272Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-03-26T18:22:25.272Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4942024-03-26T18:22:25.273Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4952024-03-26T18:22:25.273Z+ main
4962024-03-26T18:22:25.273Z+ [[ 0 != 0 ]]
4972024-03-26T18:22:25.273Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
4982024-03-26T18:22:25.273ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4992024-03-26T18:22:25.273Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5002024-03-26T18:22:25.273Z+ local DO_DOWNLOAD=true
5012024-03-26T18:22:25.274ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5022024-03-26T18:22:25.274Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5032024-03-26T18:22:25.274Z+ mkdir -p out/downloads
5042024-03-26T18:22:25.274Z+ '[' true == true ']'
5052024-03-26T18:22:25.274Z+ echo Downloading...
5062024-03-26T18:22:25.275Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5072024-03-26T18:22:25.275ZDownloading...
5082024-03-26T18:22:25.275Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5092024-03-26T18:22:25.548Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5102024-03-26T18:22:25.548Z++ case "$OSTYPE" in
5112024-03-26T18:22:25.548Z++ SHA=sha256sum
5122024-03-26T18:22:25.573Z++ sha256sum
5132024-03-26T18:22:25.573Z++ awk '{print $1}'
5142024-03-26T18:22:25.573Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-03-26T18:22:25.573Z+ [[ 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 ]]
5162024-03-26T18:22:25.573Z+ set -o errexit
5172024-03-26T18:22:25.574Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-03-26T18:22:25.574Z++ cd ./tools
5192024-03-26T18:22:25.574Z++ pwd
5202024-03-26T18:22:25.574Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-03-26T18:22:25.574Z++ basename ./tools/ci_download_dendrite_stub
5222024-03-26T18:22:25.574Z+ ARG0=ci_download_dendrite_stub
5232024-03-26T18:22:25.574Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-03-26T18:22:25.574Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5252024-03-26T18:22:25.574Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5262024-03-26T18:22:25.574Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5272024-03-26T18:22:25.574Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-03-26T18:22:25.574Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5292024-03-26T18:22:25.574Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-03-26T18:22:25.574Z+ TARGET_DIR=out
5312024-03-26T18:22:25.574Z+ DOWNLOAD_DIR=out/downloads
5322024-03-26T18:22:25.574Z+ DEST_DIR=./out/dendrite-stub
5332024-03-26T18:22:25.574Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-03-26T18:22:25.599Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-03-26T18:22:25.599Z+ REPO=oxidecomputer/dendrite
5362024-03-26T18:22:25.600Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5372024-03-26T18:22:25.600Z+ main
5382024-03-26T18:22:25.600Z+ [[ 0 != 0 ]]
5392024-03-26T18:22:25.600Z+ CIDL_OS=solaris2.11
5402024-03-26T18:22:25.600Z+ [[ 0 != 0 ]]
5412024-03-26T18:22:25.600Z+ configure_os solaris2.11
5422024-03-26T18:22:25.600Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-03-26T18:22:25.600Zcurrent directory: /work/oxidecomputer/omicron
5442024-03-26T18:22:25.600Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-03-26T18:22:25.600Zconfiguring based on OS: "solaris2.11"
5462024-03-26T18:22:25.600Z+ case "$1" in
5472024-03-26T18:22:25.600Z+ SET_BINARIES=
5482024-03-26T18:22:25.600Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5492024-03-26T18:22:25.600Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-03-26T18:22:25.600Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-03-26T18:22:25.600Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5522024-03-26T18:22:25.600Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-03-26T18:22:25.600Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5542024-03-26T18:22:25.600ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5552024-03-26T18:22:25.600Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5562024-03-26T18:22:25.601Z+ mkdir -p out/downloads
5572024-03-26T18:22:25.601ZLocal file: out/downloads/dendrite-stub.tar.gz
5582024-03-26T18:22:25.601Z+ mkdir -p ./out/dendrite-stub
5592024-03-26T18:22:25.601Z+ fetch_and_verify
5602024-03-26T18:22:25.601Z+ local DO_DOWNLOAD=true
5612024-03-26T18:22:25.601Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-03-26T18:22:25.601Z+ '[' true == true ']'
5632024-03-26T18:22:25.601Z+ echo Downloading...
5642024-03-26T18:22:25.601Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5652024-03-26T18:22:25.601ZDownloading...
5662024-03-26T18:22:25.601Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5672024-03-26T18:22:32.870Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-03-26T18:22:32.900Z++ sha256sum
5692024-03-26T18:22:32.900Z++ awk '{print $1}'
5702024-03-26T18:22:32.953Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5712024-03-26T18:22:32.953Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5722024-03-26T18:22:32.953Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-03-26T18:22:32.953Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-03-26T18:22:33.702Z+ do_assemble
5752024-03-26T18:22:33.702Z+ rm -r ./out/dendrite-stub
5762024-03-26T18:22:33.733Z+ mkdir ./out/dendrite-stub
5772024-03-26T18:22:33.733Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-03-26T18:22:33.854Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-03-26T18:22:33.885Z+ set -o errexit
5802024-03-26T18:22:33.885Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-03-26T18:22:33.886Z++ cd ./tools
5822024-03-26T18:22:33.886Z++ pwd
5832024-03-26T18:22:33.887Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-03-26T18:22:33.887Z++ basename ./tools/ci_download_maghemite_mgd
5852024-03-26T18:22:33.887Z+ ARG0=ci_download_maghemite_mgd
5862024-03-26T18:22:33.887Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-03-26T18:22:33.887Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-03-26T18:22:33.888Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-03-26T18:22:33.888Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-03-26T18:22:33.888Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-03-26T18:22:33.888Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-03-26T18:22:33.888Z+ TARGET_DIR=out
5932024-03-26T18:22:33.888Z+ DOWNLOAD_DIR=out/downloads
5942024-03-26T18:22:33.888Z+ DEST_DIR=./out/mgd
5952024-03-26T18:22:33.888Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-03-26T18:22:33.888Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-03-26T18:22:33.888Z+ REPO=oxidecomputer/maghemite
5982024-03-26T18:22:33.889Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-03-26T18:22:33.889Z+ main
6002024-03-26T18:22:33.889Z+ rm -rf out/downloads/root
6012024-03-26T18:22:34.336Z+ [[ 0 != 0 ]]
6022024-03-26T18:22:34.337Z+ CIDL_OS=solaris2.11
6032024-03-26T18:22:34.337Z+ [[ 0 != 0 ]]
6042024-03-26T18:22:34.337Z+ configure_os solaris2.11
6052024-03-26T18:22:34.337Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-03-26T18:22:34.337Zcurrent directory: /work/oxidecomputer/omicron
6072024-03-26T18:22:34.337Zconfiguring based on OS: "solaris2.11"
6082024-03-26T18:22:34.338Z+ echo 'configuring based on OS: "solaris2.11"'
6092024-03-26T18:22:34.338Z+ case "$1" in
6102024-03-26T18:22:34.338Z+ SET_BINARIES=
6112024-03-26T18:22:34.338Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-03-26T18:22:34.338Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-03-26T18:22:34.338Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-03-26T18:22:34.338Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-03-26T18:22:34.339Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-03-26T18:22:34.339ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6172024-03-26T18:22:34.339ZLocal file: out/downloads/mgd.tar.gz
6182024-03-26T18:22:34.339Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6192024-03-26T18:22:34.339Z+ mkdir -p out/downloads
6202024-03-26T18:22:34.339Z+ mkdir -p ./out/mgd
6212024-03-26T18:22:34.340Z+ fetch_and_verify
6222024-03-26T18:22:34.340Z+ local DO_DOWNLOAD=true
6232024-03-26T18:22:34.340Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-03-26T18:22:34.340Z+ '[' true == true ']'
6252024-03-26T18:22:34.340Z+ echo Downloading...
6262024-03-26T18:22:34.340ZDownloading...
6272024-03-26T18:22:34.340Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-03-26T18:22:34.340Z+ 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
6292024-03-26T18:22:49.719Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-03-26T18:22:49.744Z++ sha256sum
6312024-03-26T18:22:49.744Z++ awk '{print $1}'
6322024-03-26T18:22:49.770Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-03-26T18:22:49.770Z+ [[ 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 ]]
6342024-03-26T18:22:49.770Z+ do_untar out/downloads/mgd.tar.gz
6352024-03-26T18:22:49.770Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-03-26T18:22:50.569Z+ do_assemble
6372024-03-26T18:22:50.569Z+ rm -r ./out/mgd
6382024-03-26T18:22:50.594Z+ mkdir ./out/mgd
6392024-03-26T18:22:50.594Z+ cp -r out/downloads/root ./out/mgd/root
6402024-03-26T18:22:50.636Z+ set -o errexit
6412024-03-26T18:22:50.683Z+++ dirname ./tools/ci_download_transceiver_control
6422024-03-26T18:22:50.683Z++ cd ./tools
6432024-03-26T18:22:50.683Z++ pwd
6442024-03-26T18:22:50.684Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-03-26T18:22:50.684Z++ basename ./tools/ci_download_transceiver_control
6462024-03-26T18:22:50.684Z+ ARG0=ci_download_transceiver_control
6472024-03-26T18:22:50.684Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-03-26T18:22:50.684Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-03-26T18:22:50.684Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-03-26T18:22:50.684Z+ TARGET_DIR=out
6512024-03-26T18:22:50.684Z+ DOWNLOAD_DIR=out/downloads
6522024-03-26T18:22:50.684Z+ DEST_DIR=./out/transceiver-control
6532024-03-26T18:22:50.684Z+ BIN_DIR=/opt/oxide/bin
6542024-03-26T18:22:50.685Z+ BINARY=xcvradm
6552024-03-26T18:22:50.685Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-03-26T18:22:50.685Z+ REPO=oxidecomputer/transceiver-control
6572024-03-26T18:22:50.685Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-03-26T18:22:50.685Z+ main
6592024-03-26T18:22:50.685Z+ [[ 0 != 0 ]]
6602024-03-26T18:22:50.685Z+ CIDL_OS=solaris2.11
6612024-03-26T18:22:50.685Z+ [[ 0 != 0 ]]
6622024-03-26T18:22:50.685Z+ configure_os solaris2.11
6632024-03-26T18:22:50.685Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-03-26T18:22:50.685Zcurrent directory: /work/oxidecomputer/omicron
6652024-03-26T18:22:50.685Z+ echo 'configuring based on OS: "solaris2.11"'
6662024-03-26T18:22:50.686Z+ case "$1" in
6672024-03-26T18:22:50.686Z+ SET_BINARIES=
6682024-03-26T18:22:50.686Zconfiguring based on OS: "solaris2.11"
6692024-03-26T18:22:50.686Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-03-26T18:22:50.686Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-03-26T18:22:50.686Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-03-26T18:22:50.686ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-03-26T18:22:50.686ZLocal file: out/downloads/xcvradm.gz
6742024-03-26T18:22:50.686Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-03-26T18:22:50.686Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-03-26T18:22:50.686Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-03-26T18:22:50.686Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-26T18:22:50.687Z+ mkdir -p out/downloads
6792024-03-26T18:22:50.687Z+ mkdir -p ./out/transceiver-control
6802024-03-26T18:22:50.687Z+ fetch_and_verify
6812024-03-26T18:22:50.687Z+ local DO_DOWNLOAD=true
6822024-03-26T18:22:50.687Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-03-26T18:22:50.687Z+ '[' true == true ']'
6842024-03-26T18:22:50.687Z+ echo Downloading...
6852024-03-26T18:22:50.687ZDownloading...
6862024-03-26T18:22:50.687Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-03-26T18:22:50.687Z+ 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
6882024-03-26T18:22:54.074Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-03-26T18:22:54.103Z++ sha256sum
6902024-03-26T18:22:54.103Z++ awk '{print $1}'
6912024-03-26T18:22:54.104Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-03-26T18:22:54.104Z+ [[ 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 ]]
6932024-03-26T18:22:54.104Z+ do_unpack out/downloads/xcvradm.gz
6942024-03-26T18:22:54.105Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-03-26T18:22:54.105Z+ gzip -dc out/downloads/xcvradm.gz
6962024-03-26T18:22:54.226Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-03-26T18:22:54.256Z+ do_assemble
6982024-03-26T18:22:54.256Z+ rm -r ./out/transceiver-control
6992024-03-26T18:22:54.257Z+ mkdir ./out/transceiver-control
7002024-03-26T18:22:54.257Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-03-26T18:22:54.305Z+ set -o errexit
7022024-03-26T18:22:54.346Z+++ dirname ./tools/ci_download_thundermuffin
7032024-03-26T18:22:54.346Z++ cd ./tools
7042024-03-26T18:22:54.347Z++ pwd
7052024-03-26T18:22:54.347Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-03-26T18:22:54.347Z++ basename ./tools/ci_download_thundermuffin
7072024-03-26T18:22:54.347Z+ ARG0=ci_download_thundermuffin
7082024-03-26T18:22:54.347Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-03-26T18:22:54.347Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-03-26T18:22:54.347Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-03-26T18:22:54.347Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-03-26T18:22:54.347Z+ TARGET_DIR=out
7132024-03-26T18:22:54.347Z+ DOWNLOAD_DIR=out/downloads
7142024-03-26T18:22:54.348Z+ DEST_DIR=./out/thundermuffin
7152024-03-26T18:22:54.348Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-03-26T18:22:54.348Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-03-26T18:22:54.348Z+ REPO=oxidecomputer/thundermuffin
7182024-03-26T18:22:54.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-26T18:22:54.348Z+ main
7202024-03-26T18:22:54.348Z+ rm -rf out/downloads/root
7212024-03-26T18:22:54.348Z+ [[ 0 != 0 ]]
7222024-03-26T18:22:54.348Z+ CIDL_OS=solaris2.11
7232024-03-26T18:22:54.348Z+ [[ 0 != 0 ]]
7242024-03-26T18:22:54.349Z+ configure_os solaris2.11
7252024-03-26T18:22:54.349Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-03-26T18:22:54.349Zcurrent directory: /work/oxidecomputer/omicron
7272024-03-26T18:22:54.349Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-03-26T18:22:54.349Z+ case "$1" in
7292024-03-26T18:22:54.349Zconfiguring based on OS: "solaris2.11"
7302024-03-26T18:22:54.350Z+ SET_BINARIES=
7312024-03-26T18:22:54.350Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-03-26T18:22:54.350Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-03-26T18:22:54.350Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-03-26T18:22:54.350Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-03-26T18:22:54.350Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-03-26T18:22:54.350ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7372024-03-26T18:22:54.350Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7382024-03-26T18:22:54.350Z+ mkdir -p out/downloads
7392024-03-26T18:22:54.350ZLocal file: out/downloads/thundermuffin.tar.gz
7402024-03-26T18:22:54.350Z+ mkdir -p ./out/thundermuffin
7412024-03-26T18:22:54.351Z+ fetch_and_verify
7422024-03-26T18:22:54.351Z+ local DO_DOWNLOAD=true
7432024-03-26T18:22:54.351Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-03-26T18:22:54.351Z+ '[' true == true ']'
7452024-03-26T18:22:54.351Z+ echo Downloading...
7462024-03-26T18:22:54.351ZDownloading...
7472024-03-26T18:22:54.351Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-03-26T18:22:54.351Z+ 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
7492024-03-26T18:22:58.950Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-03-26T18:22:58.977Z++ sha256sum
7512024-03-26T18:22:58.977Z++ awk '{print $1}'
7522024-03-26T18:22:58.978Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-03-26T18:22:58.978Z+ [[ 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 ]]
7542024-03-26T18:22:58.978Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-03-26T18:22:58.978Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-03-26T18:22:59.048Z+ do_assemble
7572024-03-26T18:22:59.048Z+ rm -r ./out/thundermuffin
7582024-03-26T18:22:59.081Z+ mkdir ./out/thundermuffin
7592024-03-26T18:22:59.081Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-03-26T18:22:59.081ZAll prerequisites installed successfully
7612024-03-26T18:22:59.082Z
7622024-03-26T18:22:59.082Zreal 2:01.391590030
7632024-03-26T18:22:59.082Zuser 44.644469376
7642024-03-26T18:22:59.082Zsys 11.456212554
7652024-03-26T18:22:59.082Ztrap 0.011583553
7662024-03-26T18:22:59.082Ztflt 0.011835592
7672024-03-26T18:22:59.082Zdflt 0.019127223
7682024-03-26T18:22:59.083Zkflt 0.005467906
7692024-03-26T18:22:59.083Zlock 2.020714916
7702024-03-26T18:22:59.083Zslp 4:15.365620883
7712024-03-26T18:22:59.083Zlat 4.652979929
7722024-03-26T18:22:59.083Zstop 0.061024355
7732024-03-26T18:22:59.083Z+ banner end-to-end-tests
7742024-03-26T18:22:59.084Z
7752024-03-26T18:22:59.084Z ###### # # ##### ##### #### ###### # # #####
7762024-03-26T18:22:59.084Z # ## # # # # # # # ## # # #
7772024-03-26T18:22:59.084Z ##### # # # # # ##### # # # ##### ##### # # # # #
7782024-03-26T18:22:59.084Z # # # # # # # # # # # # # # #
7792024-03-26T18:22:59.084Z # # ## # # # # # # # ## # #
7802024-03-26T18:22:59.084Z ###### # # ##### # #### ###### # # #####
7812024-03-26T18:22:59.084Z
7822024-03-26T18:22:59.085Z+ export CARGO_PROFILE_DEV_DEBUG=1
7832024-03-26T18:22:59.085Z+ CARGO_PROFILE_DEV_DEBUG=1
7842024-03-26T18:22:59.085Z+ export CARGO_PROFILE_TEST_DEBUG=1
7852024-03-26T18:22:59.085Z+ CARGO_PROFILE_TEST_DEBUG=1
7862024-03-26T18:22:59.085Z+ export CARGO_INCREMENTAL=0
7872024-03-26T18:22:59.085Z+ CARGO_INCREMENTAL=0
7882024-03-26T18:22:59.085Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7892024-03-26T18:22:59.342Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7902024-03-26T18:22:59.894Z Updating git repository `https://github.com/oxidecomputer/samael`
7912024-03-26T18:23:00.809Z Updating git repository `https://github.com/oxidecomputer/zone`
7922024-03-26T18:23:00.838Z Updating crates.io index
7932024-03-26T18:23:00.839Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7942024-03-26T18:23:01.575Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7952024-03-26T18:23:02.267Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7962024-03-26T18:23:04.187Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7972024-03-26T18:23:05.244Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7982024-03-26T18:23:05.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992024-03-26T18:23:06.218Z Updating git repository `https://github.com/oxidecomputer/crucible`
8002024-03-26T18:23:08.801Z Updating git repository `https://github.com/oxidecomputer/opte`
8012024-03-26T18:23:10.044Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-03-26T18:23:10.482Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8032024-03-26T18:23:11.208Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8042024-03-26T18:23:11.612Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8052024-03-26T18:23:12.010Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8062024-03-26T18:23:13.043Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8072024-03-26T18:23:13.086Z Updating git repository `http://github.com/oxidecomputer/tofino`
8082024-03-26T18:23:13.545Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8092024-03-26T18:23:14.281Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8102024-03-26T18:23:14.307Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8112024-03-26T18:23:14.681Z Updating git repository `https://github.com/oxidecomputer/ispf`
8122024-03-26T18:23:15.257Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132024-03-26T18:23:15.622Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8142024-03-26T18:23:16.262Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8152024-03-26T18:23:16.724Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8162024-03-26T18:23:17.164Z Updating git repository `https://github.com/jgallagher/nix`
8172024-03-26T18:23:18.234Z Updating git repository `https://github.com/cbiffle/hubpack`
8182024-03-26T18:23:18.705Z Updating git repository `https://github.com/oxidecomputer/typify`
8192024-03-26T18:23:21.172Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202024-03-26T18:23:21.275Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212024-03-26T18:23:21.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222024-03-26T18:23:23.349Z Downloading crates ...
8232024-03-26T18:23:23.495Z Downloaded addr2line v0.21.0
8242024-03-26T18:23:23.540Z Downloaded adler v1.0.2
8252024-03-26T18:23:23.540Z Downloaded aes-gcm v0.10.3
8262024-03-26T18:23:23.540Z Downloaded ahash v0.8.8
8272024-03-26T18:23:23.541Z Downloaded aho-corasick v1.1.2
8282024-03-26T18:23:23.541Z Downloaded async-stream v0.3.5
8292024-03-26T18:23:23.541Z Downloaded lazy_static v1.4.0
8302024-03-26T18:23:23.596Z Downloaded bit-vec v0.6.3
8312024-03-26T18:23:23.596Z Downloaded blake2 v0.10.6
8322024-03-26T18:23:23.596Z Downloaded blowfish v0.9.1
8332024-03-26T18:23:23.596Z Downloaded block-buffer v0.10.4
8342024-03-26T18:23:23.597Z Downloaded libefi-sys v0.1.0
8352024-03-26T18:23:23.597Z Downloaded bytes v1.5.0
8362024-03-26T18:23:23.597Z Downloaded mime v0.3.17
8372024-03-26T18:23:23.597Z Downloaded num v0.4.1
8382024-03-26T18:23:23.597Z Downloaded num-derive v0.4.0
8392024-03-26T18:23:23.597Z Downloaded num-conv v0.1.0
8402024-03-26T18:23:23.639Z Downloaded num-rational v0.4.1
8412024-03-26T18:23:23.639Z Downloaded opaque-debug v0.3.0
8422024-03-26T18:23:23.639Z Downloaded derive-where v1.2.7
8432024-03-26T18:23:23.639Z Downloaded openssl-sys v0.9.96
8442024-03-26T18:23:23.639Z Downloaded password-hash v0.4.2
8452024-03-26T18:23:23.639Z Downloaded spki v0.7.2
8462024-03-26T18:23:23.639Z Downloaded subtle v2.5.0
8472024-03-26T18:23:23.639Z Downloaded syn v1.0.109
8482024-03-26T18:23:23.681Z Downloaded trust-dns-client v0.22.0
8492024-03-26T18:23:23.681Z Downloaded foreign-types v0.5.0
8502024-03-26T18:23:23.681Z Downloaded embedded-io v0.4.0
8512024-03-26T18:23:23.681Z Downloaded group v0.13.0
8522024-03-26T18:23:23.681Z Downloaded foreign-types v0.3.2
8532024-03-26T18:23:23.682Z Downloaded winnow v0.6.1
8542024-03-26T18:23:23.725Z Downloaded headers-core v0.2.0
8552024-03-26T18:23:23.725Z Downloaded heapless v0.7.16
8562024-03-26T18:23:23.725Z Downloaded schemars_derive v0.8.16
8572024-03-26T18:23:23.725Z Downloaded ghash v0.5.0
8582024-03-26T18:23:23.726Z Downloaded gimli v0.28.0
8592024-03-26T18:23:23.726Z Downloaded tinyvec v1.6.0
8602024-03-26T18:23:23.777Z Downloaded dirs-next v2.0.0
8612024-03-26T18:23:23.777Z Downloaded rustls-pemfile v2.1.1
8622024-03-26T18:23:23.777Z Downloaded dyn-clone v1.0.17
8632024-03-26T18:23:23.778Z Downloaded dtrace-parser v0.2.0
8642024-03-26T18:23:23.778Z Downloaded time v0.3.34
8652024-03-26T18:23:23.778Z Downloaded humantime v2.1.0
8662024-03-26T18:23:23.778Z Downloaded serde_derive_internals v0.26.0
8672024-03-26T18:23:23.778Z Downloaded rand_chacha v0.3.1
8682024-03-26T18:23:23.778Z Downloaded rand_chacha v0.2.2
8692024-03-26T18:23:23.779Z Downloaded dof v0.3.0
8702024-03-26T18:23:23.779Z Downloaded rand v0.8.5
8712024-03-26T18:23:23.817Z Downloaded tokio-tungstenite v0.20.1
8722024-03-26T18:23:23.817Z Downloaded toml v0.8.10
8732024-03-26T18:23:23.818Z Downloaded toml v0.7.8
8742024-03-26T18:23:23.818Z Downloaded psl-types v2.0.11
8752024-03-26T18:23:23.818Z Downloaded proc-macro2 v1.0.78
8762024-03-26T18:23:23.818Z Downloaded toml_edit v0.19.15
8772024-03-26T18:23:23.858Z Downloaded kstat-rs v0.2.3
8782024-03-26T18:23:23.858Z Downloaded regex-automata v0.1.10
8792024-03-26T18:23:23.858Z Downloaded rcgen v0.12.1
8802024-03-26T18:23:23.858Z Downloaded regex v1.10.3
8812024-03-26T18:23:23.897Z Downloaded socket2 v0.4.9
8822024-03-26T18:23:23.897Z Downloaded smf v0.2.2
8832024-03-26T18:23:23.897Z Downloaded futures-io v0.3.30
8842024-03-26T18:23:23.897Z Downloaded static_assertions v1.1.0
8852024-03-26T18:23:23.897Z Downloaded uuid v1.7.0
8862024-03-26T18:23:23.940Z Downloaded version_check v0.9.4
8872024-03-26T18:23:23.940Z Downloaded slog-term v2.9.0
8882024-03-26T18:23:23.940Z Downloaded socket2 v0.5.5
8892024-03-26T18:23:23.940Z Downloaded smallvec v1.13.1
8902024-03-26T18:23:23.940Z Downloaded slog-stdlog v4.1.1
8912024-03-26T18:23:23.941Z Downloaded slog-scope v4.4.0
8922024-03-26T18:23:23.941Z Downloaded ed25519 v2.2.2
8932024-03-26T18:23:23.941Z Downloaded ecdsa v0.16.9
8942024-03-26T18:23:23.941Z Downloaded ident_case v1.0.1
8952024-03-26T18:23:23.941Z Downloaded iana-time-zone v0.1.57
8962024-03-26T18:23:23.941Z Downloaded hyper-tls v0.5.0
8972024-03-26T18:23:23.941Z Downloaded ed25519-dalek v2.0.0
8982024-03-26T18:23:23.941Z Downloaded serde_derive v1.0.197
8992024-03-26T18:23:23.972Z Downloaded either v1.10.0
9002024-03-26T18:23:23.972Z Downloaded slog-dtrace v0.3.0
9012024-03-26T18:23:23.972Z Downloaded slog-bunyan v2.5.0
9022024-03-26T18:23:23.972Z Downloaded slog-envlogger v2.2.0
9032024-03-26T18:23:23.973Z Downloaded slog-async v2.8.0
9042024-03-26T18:23:23.973Z Downloaded slog v2.7.0
9052024-03-26T18:23:23.973Z Downloaded sled v0.34.7
9062024-03-26T18:23:23.973Z Downloaded whoami v1.5.0
9072024-03-26T18:23:23.973Z Downloaded itoa v1.0.9
9082024-03-26T18:23:23.974Z Downloaded itertools v0.10.5
9092024-03-26T18:23:24.009Z Downloaded untrusted v0.9.0
9102024-03-26T18:23:24.010Z Downloaded strum v0.26.1
9112024-03-26T18:23:24.010Z Downloaded tokio-native-tls v0.3.1
9122024-03-26T18:23:24.010Z Downloaded tokio-macros v2.2.0
9132024-03-26T18:23:24.010Z Downloaded idna v0.5.0
9142024-03-26T18:23:24.010Z Downloaded semver-parser v0.10.2
9152024-03-26T18:23:24.011Z Downloaded walkdir v2.4.0
9162024-03-26T18:23:24.011Z Downloaded winnow v0.5.15
9172024-03-26T18:23:24.044Z Downloaded errno v0.3.8
9182024-03-26T18:23:24.044Z Downloaded zeroize_derive v1.4.2
9192024-03-26T18:23:24.044Z Downloaded zeroize v1.7.0
9202024-03-26T18:23:24.044Z Downloaded zerocopy-derive v0.7.32
9212024-03-26T18:23:24.044Z Downloaded waitgroup v0.1.2
9222024-03-26T18:23:24.044Z Downloaded vsss-rs v3.3.4
9232024-03-26T18:23:24.044Z Downloaded winapi v0.3.9
9242024-03-26T18:23:24.092Z Downloaded regex-automata v0.4.5
9252024-03-26T18:23:24.119Z Downloaded lalrpop-util v0.19.12
9262024-03-26T18:23:24.147Z Downloaded keccak v0.1.4
9272024-03-26T18:23:24.147Z Downloaded idna v0.3.0
9282024-03-26T18:23:24.147Z Downloaded idna v0.2.3
9292024-03-26T18:23:24.175Z Downloaded regress v0.9.0
9302024-03-26T18:23:24.175Z Downloaded structopt-derive v0.4.18
9312024-03-26T18:23:24.175Z Downloaded strsim v0.11.0
9322024-03-26T18:23:24.175Z Downloaded strsim v0.10.0
9332024-03-26T18:23:24.214Z Downloaded ring v0.17.8
9342024-03-26T18:23:24.684Z Downloaded ring v0.16.20
9352024-03-26T18:23:24.684Z Downloaded strsim v0.8.0
9362024-03-26T18:23:24.684Z Downloaded stringprep v0.1.3
9372024-03-26T18:23:24.684Z Downloaded steno v0.4.0
9382024-03-26T18:23:24.685Z Downloaded usdt v0.5.0
9392024-03-26T18:23:24.685Z Downloaded usdt v0.3.5
9402024-03-26T18:23:24.685Z Downloaded url v2.5.0
9412024-03-26T18:23:24.685Z Downloaded universal-hash v0.5.1
9422024-03-26T18:23:24.685Z Downloaded untrusted v0.7.1
9432024-03-26T18:23:24.686Z Downloaded unsafe-libyaml v0.2.10
9442024-03-26T18:23:24.686Z Downloaded unicode-xid v0.2.4
9452024-03-26T18:23:24.686Z Downloaded unicode-width v0.1.11
9462024-03-26T18:23:24.686Z Downloaded unicode-segmentation v1.10.1
9472024-03-26T18:23:24.686Z Downloaded structmeta-derive v0.3.0
9482024-03-26T18:23:24.686Z Downloaded slab v0.4.9
9492024-03-26T18:23:24.687Z Downloaded siphasher v0.3.11
9502024-03-26T18:23:24.687Z Downloaded similar v2.4.0
9512024-03-26T18:23:24.687Z Downloaded signature v2.1.0
9522024-03-26T18:23:24.687Z Downloaded signal-hook-registry v1.4.1
9532024-03-26T18:23:24.687Z Downloaded signal-hook-mio v0.2.3
9542024-03-26T18:23:24.687Z Downloaded signal-hook v0.3.17
9552024-03-26T18:23:24.687Z Downloaded webpki-roots v0.25.2
9562024-03-26T18:23:24.687Z Downloaded ipnetwork v0.20.0
9572024-03-26T18:23:24.687Z Downloaded ipnet v2.9.0
9582024-03-26T18:23:24.687Z Downloaded indexmap v2.2.5
9592024-03-26T18:23:24.688Z Downloaded indexmap v1.9.3
9602024-03-26T18:23:24.688Z Downloaded semver v0.1.20
9612024-03-26T18:23:24.688Z Downloaded rustc_version v0.1.7
9622024-03-26T18:23:24.688Z Downloaded diesel v2.1.4
9632024-03-26T18:23:24.688Z Downloaded hyper-staticfile v0.9.5
9642024-03-26T18:23:24.688Z Downloaded hyper-rustls v0.24.2
9652024-03-26T18:23:24.688Z Downloaded dhcproto-macros v0.1.0
9662024-03-26T18:23:24.688Z Downloaded dhcproto v0.11.0
9672024-03-26T18:23:24.688Z Downloaded zip v0.6.6
9682024-03-26T18:23:24.688Z Downloaded usdt-impl v0.5.0
9692024-03-26T18:23:24.688Z Downloaded usdt-impl v0.3.5
9702024-03-26T18:23:24.688Z Downloaded usdt-attr-macro v0.5.0
9712024-03-26T18:23:24.688Z Downloaded usdt-attr-macro v0.3.5
9722024-03-26T18:23:24.688Z Downloaded unicode-normalization v0.1.22
9732024-03-26T18:23:24.688Z Downloaded unicode-ident v1.0.12
9742024-03-26T18:23:24.689Z Downloaded tokio-postgres v0.7.10
9752024-03-26T18:23:24.689Z Downloaded spin v0.9.8
9762024-03-26T18:23:24.689Z Downloaded spin v0.5.2
9772024-03-26T18:23:24.689Z Downloaded slog-json v2.6.1
9782024-03-26T18:23:24.689Z Downloaded serde v1.0.197
9792024-03-26T18:23:24.689Z Downloaded foreign-types-shared v0.1.1
9802024-03-26T18:23:24.689Z Downloaded zerocopy v0.7.32
9812024-03-26T18:23:24.689Z Downloaded vec_map v0.8.2
9822024-03-26T18:23:24.689Z Downloaded vcpkg v0.2.15
9832024-03-26T18:23:24.689Z Downloaded uuid v0.8.2
9842024-03-26T18:23:24.690Z Downloaded utf8parse v0.2.1
9852024-03-26T18:23:24.690Z Downloaded utf-8 v0.7.6
9862024-03-26T18:23:24.690Z Downloaded usdt-macro v0.5.0
9872024-03-26T18:23:24.690Z Downloaded usdt-macro v0.3.5
9882024-03-26T18:23:24.690Z Downloaded smoltcp v0.9.1
9892024-03-26T18:23:24.690Z Downloaded semver v1.0.22
9902024-03-26T18:23:24.690Z Downloaded semver v0.11.0
9912024-03-26T18:23:24.690Z Downloaded secrecy v0.8.0
9922024-03-26T18:23:24.690Z Downloaded sec1 v0.7.3
9932024-03-26T18:23:24.691Z Downloaded rustc_version v0.4.0
9942024-03-26T18:23:24.691Z Downloaded rustc-demangle v0.1.23
9952024-03-26T18:23:24.691Z Downloaded russh-keys v0.42.0
9962024-03-26T18:23:24.691Z Downloaded russh-cryptovec v0.7.0
9972024-03-26T18:23:24.691Z Downloaded russh v0.42.0
9982024-03-26T18:23:24.691Z Downloaded stable_deref_trait v1.2.0
9992024-03-26T18:23:24.691Z Downloaded smoltcp v0.11.0
10002024-03-26T18:23:24.727Z Downloaded futures-executor v0.3.30
10012024-03-26T18:23:24.727Z Downloaded futures-core v0.3.30
10022024-03-26T18:23:24.727Z Downloaded futures-channel v0.3.30
10032024-03-26T18:23:24.727Z Downloaded futures v0.3.30
10042024-03-26T18:23:24.727Z Downloaded form_urlencoded v1.2.1
10052024-03-26T18:23:24.727Z Downloaded foreign-types-shared v0.3.1
10062024-03-26T18:23:24.727Z Downloaded structmeta v0.3.0
10072024-03-26T18:23:24.727Z Downloaded sha3 v0.10.8
10082024-03-26T18:23:24.727Z Downloaded rfc6979 v0.4.0
10092024-03-26T18:23:24.727Z Downloaded resolv-conf v0.7.0
10102024-03-26T18:23:24.727Z Downloaded reqwest v0.11.24
10112024-03-26T18:23:24.727Z Downloaded regex-syntax v0.8.2
10122024-03-26T18:23:24.727Z Downloaded r2d2 v0.8.10
10132024-03-26T18:23:24.727Z Downloaded equivalent v1.0.1
10142024-03-26T18:23:24.727Z Downloaded enum-as-inner v0.5.1
10152024-03-26T18:23:24.727Z Downloaded elliptic-curve v0.13.8
10162024-03-26T18:23:24.727Z Downloaded want v0.3.1
10172024-03-26T18:23:24.727Z Downloaded hyper v0.14.28
10182024-03-26T18:23:24.728Z Downloaded home v0.5.5
10192024-03-26T18:23:24.728Z Downloaded hmac v0.12.1
10202024-03-26T18:23:24.766Z Downloaded hkdf v0.12.4
10212024-03-26T18:23:24.766Z Downloaded hex-literal v0.4.1
10222024-03-26T18:23:24.766Z Downloaded fxhash v0.2.1
10232024-03-26T18:23:24.766Z Downloaded futures-util v0.3.30
10242024-03-26T18:23:24.766Z Downloaded futures-task v0.3.30
10252024-03-26T18:23:24.766Z Downloaded futures-sink v0.3.30
10262024-03-26T18:23:24.766Z Downloaded futures-macro v0.3.30
10272024-03-26T18:23:24.766Z Downloaded radix_trie v0.2.1
10282024-03-26T18:23:24.767Z Downloaded quote v1.0.35
10292024-03-26T18:23:24.802Z Downloaded quick-error v1.2.3
10302024-03-26T18:23:24.802Z Downloaded publicsuffix v2.2.3
10312024-03-26T18:23:24.802Z Downloaded unicode-bidi v0.3.15
10322024-03-26T18:23:24.802Z Downloaded tracing v0.1.40
10332024-03-26T18:23:24.802Z Downloaded tower-service v0.3.2
10342024-03-26T18:23:24.802Z Downloaded topological-sort v0.2.2
10352024-03-26T18:23:24.803Z Downloaded toolchain_find v0.2.0
10362024-03-26T18:23:24.803Z Downloaded toml_edit v0.22.6
10372024-03-26T18:23:24.836Z Downloaded zerocopy-derive v0.6.4
10382024-03-26T18:23:24.836Z Downloaded trust-dns-proto v0.22.0
10392024-03-26T18:23:24.836Z Downloaded curve25519-dalek v4.1.1
10402024-03-26T18:23:24.871Z Downloaded toml_datetime v0.6.5
10412024-03-26T18:23:24.871Z Downloaded sha2 v0.10.8
10422024-03-26T18:23:24.871Z Downloaded sha1 v0.10.6
10432024-03-26T18:23:24.871Z Downloaded serde_yaml v0.9.25
10442024-03-26T18:23:24.871Z Downloaded serde_with_macros v3.6.1
10452024-03-26T18:23:24.871Z Downloaded serde_with v3.6.1
10462024-03-26T18:23:24.871Z Downloaded libc v0.2.153
10472024-03-26T18:23:24.908Z Downloaded proc-macro-error-attr v1.0.4
10482024-03-26T18:23:24.908Z Downloaded proc-macro-error v1.0.4
10492024-03-26T18:23:24.908Z Downloaded proc-macro-crate v1.3.1
10502024-03-26T18:23:24.908Z Downloaded primeorder v0.13.6
10512024-03-26T18:23:24.947Z Downloaded internet-checksum v0.2.1
10522024-03-26T18:23:24.947Z Downloaded inout v0.1.3
10532024-03-26T18:23:24.947Z Downloaded foreign-types-macros v0.2.3
10542024-03-26T18:23:24.947Z Downloaded float-cmp v0.9.0
10552024-03-26T18:23:24.948Z Downloaded flate2 v1.0.28
10562024-03-26T18:23:24.948Z Downloaded flagset v0.4.3
10572024-03-26T18:23:24.948Z Downloaded fixedbitset v0.4.2
10582024-03-26T18:23:24.948Z Downloaded filetime v0.2.23
10592024-03-26T18:23:24.948Z Downloaded ff v0.13.0
10602024-03-26T18:23:24.948Z Downloaded fastrand v2.0.1
10612024-03-26T18:23:24.949Z Downloaded fallible-iterator v0.2.0
10622024-03-26T18:23:24.949Z Downloaded toml v0.5.11
10632024-03-26T18:23:24.949Z Downloaded tokio-util v0.7.10
10642024-03-26T18:23:24.949Z Downloaded serde_urlencoded v0.7.1
10652024-03-26T18:23:24.949Z Downloaded rayon-core v1.12.1
10662024-03-26T18:23:25.399Z Downloaded rayon v1.9.0
10672024-03-26T18:23:25.400Z Downloaded tokio-stream v0.1.14
10682024-03-26T18:23:25.400Z Downloaded tokio-rustls v0.25.0
10692024-03-26T18:23:25.400Z Downloaded tokio-rustls v0.24.1
10702024-03-26T18:23:25.400Z Downloaded serde_tokenstream v0.2.0
10712024-03-26T18:23:25.400Z Downloaded serde_tokenstream v0.1.7
10722024-03-26T18:23:25.400Z Downloaded serde_spanned v0.6.5
10732024-03-26T18:23:25.400Z Downloaded serde_repr v0.1.16
10742024-03-26T18:23:25.400Z Downloaded serde_path_to_error v0.1.16
10752024-03-26T18:23:25.400Z Downloaded serde_json v1.0.114
10762024-03-26T18:23:25.475Z Downloaded rand_core v0.6.4
10772024-03-26T18:23:25.476Z Downloaded rand_core v0.5.1
10782024-03-26T18:23:25.476Z Downloaded rand v0.7.3
10792024-03-26T18:23:25.476Z Downloaded tokio v1.36.0
10802024-03-26T18:23:25.476Z Downloaded http-body v0.4.5
10812024-03-26T18:23:25.476Z Downloaded thiserror-impl-no-std v2.0.2
10822024-03-26T18:23:25.476Z Downloaded hubpack_derive v0.1.1
10832024-03-26T18:23:25.476Z Downloaded hubpack v0.1.2
10842024-03-26T18:23:25.476Z Downloaded httpdate v1.0.3
10852024-03-26T18:23:25.476Z Downloaded httparse v1.8.0
10862024-03-26T18:23:25.476Z Downloaded http-range v0.1.5
10872024-03-26T18:23:25.477Z Downloaded http v1.0.0
10882024-03-26T18:23:25.477Z Downloaded http v0.2.12
10892024-03-26T18:23:25.477Z Downloaded hostname v0.3.1
10902024-03-26T18:23:25.477Z Downloaded digest v0.10.7
10912024-03-26T18:23:25.477Z Downloaded difflib v0.4.0
10922024-03-26T18:23:25.477Z Downloaded diesel_table_macro_syntax v0.1.0
10932024-03-26T18:23:25.477Z Downloaded diesel_derives v2.1.2
10942024-03-26T18:23:25.477Z Downloaded time-core v0.1.2
10952024-03-26T18:23:25.477Z Downloaded schemars v0.8.16
10962024-03-26T18:23:25.477Z Downloaded rustfmt-wrapper v0.2.0
10972024-03-26T18:23:25.478Z Downloaded thread-id v4.2.0
10982024-03-26T18:23:25.478Z Downloaded thread_local v1.1.7
10992024-03-26T18:23:25.478Z Downloaded rustls-pki-types v1.3.0
11002024-03-26T18:23:25.478Z Downloaded dtrace-parser v0.1.14
11012024-03-26T18:23:25.478Z Downloaded dof v0.1.5
11022024-03-26T18:23:25.478Z Downloaded zerocopy-derive v0.2.0
11032024-03-26T18:23:25.478Z Downloaded thiserror-no-std v2.0.2
11042024-03-26T18:23:25.479Z Downloaded thiserror-impl v1.0.57
11052024-03-26T18:23:25.479Z Downloaded thiserror v1.0.57
11062024-03-26T18:23:25.479Z Downloaded textwrap v0.11.0
11072024-03-26T18:23:25.479Z Downloaded terminal_size v0.3.0
11082024-03-26T18:23:25.479Z Downloaded term v0.7.0
11092024-03-26T18:23:25.479Z Downloaded tempfile v3.10.0
11102024-03-26T18:23:25.479Z Downloaded strum_macros v0.25.2
11112024-03-26T18:23:25.479Z Downloaded encoding_rs v0.8.33
11122024-03-26T18:23:25.479Z Downloaded rustls-pemfile v1.0.3
11132024-03-26T18:23:25.479Z Downloaded rustls v0.22.2
11142024-03-26T18:23:25.480Z Downloaded dirs v5.0.1
11152024-03-26T18:23:25.480Z Downloaded tinyvec_macros v0.1.1
11162024-03-26T18:23:25.480Z Downloaded rustix v0.38.31
11172024-03-26T18:23:25.480Z Downloaded time-macros v0.2.17
11182024-03-26T18:23:25.480Z Downloaded sct v0.7.0
11192024-03-26T18:23:25.480Z Downloaded scroll_derive v0.12.0
11202024-03-26T18:23:25.480Z Downloaded scroll v0.12.0
11212024-03-26T18:23:25.481Z Downloaded scopeguard v1.2.0
11222024-03-26T18:23:25.481Z Downloaded rustls-webpki v0.102.1
11232024-03-26T18:23:25.481Z Downloaded rustls v0.21.9
11242024-03-26T18:23:25.481Z Downloaded hashbrown v0.12.3
11252024-03-26T18:23:25.481Z Downloaded goblin v0.8.0
11262024-03-26T18:23:25.481Z Downloaded typenum v1.16.0
11272024-03-26T18:23:25.481Z Downloaded getrandom v0.2.12
11282024-03-26T18:23:25.481Z Downloaded getrandom v0.1.16
11292024-03-26T18:23:25.481Z Downloaded getopts v0.2.21
11302024-03-26T18:23:25.481Z Downloaded gethostname v0.4.3
11312024-03-26T18:23:25.481Z Downloaded generic-array v0.14.7
11322024-03-26T18:23:25.481Z Downloaded scheduled-thread-pool v0.2.7
11332024-03-26T18:23:25.481Z Downloaded same-file v1.0.6
11342024-03-26T18:23:25.481Z Downloaded ryu v1.0.15
11352024-03-26T18:23:25.482Z Downloaded rustversion v1.0.14
11362024-03-26T18:23:25.482Z Downloaded rustls-webpki v0.101.7
11372024-03-26T18:23:25.482Z Downloaded hex v0.4.3
11382024-03-26T18:23:25.482Z Downloaded heck v0.4.1
11392024-03-26T18:23:25.482Z Downloaded heck v0.3.3
11402024-03-26T18:23:25.482Z Downloaded heapless v0.8.0
11412024-03-26T18:23:25.482Z Downloaded endian-type v0.1.2
11422024-03-26T18:23:25.482Z Downloaded headers v0.3.9
11432024-03-26T18:23:25.482Z Downloaded hashbrown v0.14.3
11442024-03-26T18:23:25.483Z Downloaded hash32 v0.3.1
11452024-03-26T18:23:25.483Z Downloaded hash32 v0.2.1
11462024-03-26T18:23:25.483Z Downloaded half v2.3.1
11472024-03-26T18:23:25.483Z Downloaded h2 v0.3.24
11482024-03-26T18:23:25.536Z Downloaded zerocopy v0.6.4
11492024-03-26T18:23:25.536Z Downloaded fnv v1.0.7
11502024-03-26T18:23:25.536Z Downloaded xattr v1.0.1
11512024-03-26T18:23:25.536Z Downloaded glob v0.3.1
11522024-03-26T18:23:25.536Z Downloaded flume v0.11.0
11532024-03-26T18:23:25.536Z Downloaded openapiv3 v2.0.0
11542024-03-26T18:23:25.536Z Downloaded display-error-chain v0.2.0
11552024-03-26T18:23:25.536Z Downloaded dirs-sys-next v0.1.2
11562024-03-26T18:23:25.536Z Downloaded dirs-sys v0.4.1
11572024-03-26T18:23:25.536Z Downloaded zerocopy v0.3.0
11582024-03-26T18:23:25.537Z Downloaded yasna v0.5.2
11592024-03-26T18:23:25.537Z Downloaded unicase v2.7.0
11602024-03-26T18:23:25.537Z Downloaded ucd-trie v0.1.6
11612024-03-26T18:23:25.537Z Downloaded tungstenite v0.20.1
11622024-03-26T18:23:25.537Z Downloaded try-lock v0.2.4
11632024-03-26T18:23:25.537Z Downloaded trust-dns-server v0.22.1
11642024-03-26T18:23:25.537Z Downloaded trust-dns-resolver v0.22.0
11652024-03-26T18:23:25.537Z Downloaded postcard v1.0.8
11662024-03-26T18:23:25.538Z Downloaded plain v0.2.3
11672024-03-26T18:23:25.538Z Downloaded pkg-config v0.3.27
11682024-03-26T18:23:25.538Z Downloaded petgraph v0.6.4
11692024-03-26T18:23:25.538Z Downloaded pest_generator v2.7.6
11702024-03-26T18:23:25.538Z Downloaded pem-rfc7468 v0.7.0
11712024-03-26T18:23:25.538Z Downloaded parking_lot_core v0.9.8
11722024-03-26T18:23:25.539Z Downloaded parking_lot v0.12.1
11732024-03-26T18:23:25.539Z Downloaded p256 v0.13.2
11742024-03-26T18:23:25.539Z Downloaded openssl v0.10.60
11752024-03-26T18:23:25.539Z Downloaded object v0.32.1
11762024-03-26T18:23:25.539Z Downloaded tracing-core v0.1.32
11772024-03-26T18:23:25.539Z Downloaded tracing-attributes v0.1.27
11782024-03-26T18:23:25.540Z Downloaded tar v0.4.40
11792024-03-26T18:23:25.540Z Downloaded take_mut v0.2.2
11802024-03-26T18:23:25.540Z Downloaded tabwriter v1.4.0
11812024-03-26T18:23:25.540Z Downloaded synstructure v0.12.6
11822024-03-26T18:23:25.541Z Downloaded sync_wrapper v0.1.2
11832024-03-26T18:23:25.541Z Downloaded syn v2.0.52
11842024-03-26T18:23:25.541Z Downloaded pretty-hex v0.4.1
11852024-03-26T18:23:25.541Z Downloaded pretty-hex v0.2.1
11862024-03-26T18:23:25.541Z Downloaded predicates-core v1.0.6
11872024-03-26T18:23:25.541Z Downloaded predicates v3.1.0
11882024-03-26T18:23:25.541Z Downloaded precomputed-hash v0.1.1
11892024-03-26T18:23:25.579Z Downloaded ppv-lite86 v0.2.17
11902024-03-26T18:23:25.579Z Downloaded powerfmt v0.2.0
11912024-03-26T18:23:25.579Z Downloaded postgres-types v0.2.6
11922024-03-26T18:23:25.580Z Downloaded postgres-protocol v0.6.6
11932024-03-26T18:23:25.580Z Downloaded polyval v0.6.1
11942024-03-26T18:23:25.580Z Downloaded poly1305 v0.8.0
11952024-03-26T18:23:25.580Z Downloaded platforms v3.0.2
11962024-03-26T18:23:25.580Z Downloaded pkcs8 v0.10.2
11972024-03-26T18:23:25.581Z Downloaded pin-utils v0.1.0
11982024-03-26T18:23:25.581Z Downloaded pin-project-lite v0.2.13
11992024-03-26T18:23:25.581Z Downloaded phf_shared v0.11.2
12002024-03-26T18:23:25.581Z Downloaded phf_shared v0.10.0
12012024-03-26T18:23:25.581Z Downloaded phf v0.11.2
12022024-03-26T18:23:25.582Z Downloaded pest_meta v2.7.6
12032024-03-26T18:23:25.582Z Downloaded pest_derive v2.7.6
12042024-03-26T18:23:25.582Z Downloaded pest v2.7.6
12052024-03-26T18:23:25.582Z Downloaded num-iter v0.1.44
12062024-03-26T18:23:25.582Z Downloaded newtype_derive v0.1.6
12072024-03-26T18:23:25.582Z Downloaded memmap v0.7.0
12082024-03-26T18:23:25.583Z Downloaded swrite v0.1.0
12092024-03-26T18:23:25.583Z Downloaded subprocess v0.2.9
12102024-03-26T18:23:25.583Z Downloaded strum_macros v0.26.1
12112024-03-26T18:23:25.583Z Downloaded structopt v0.3.26
12122024-03-26T18:23:25.622Z Downloaded string_cache v0.8.7
12132024-03-26T18:23:25.622Z Downloaded instant v0.1.12
12142024-03-26T18:23:25.623Z Downloaded deranged v0.3.11
12152024-03-26T18:23:25.623Z Downloaded debug-ignore v1.0.5
12162024-03-26T18:23:25.623Z Downloaded darling v0.20.3
12172024-03-26T18:23:25.623Z Downloaded percent-encoding v2.3.1
12182024-03-26T18:23:25.624Z Downloaded pem v3.0.2
12192024-03-26T18:23:25.624Z Downloaded pbkdf2 v0.12.2
12202024-03-26T18:23:25.624Z Downloaded pbkdf2 v0.11.0
12212024-03-26T18:23:25.624Z Downloaded paste v1.0.14
12222024-03-26T18:23:25.624Z Downloaded password-hash v0.5.0
12232024-03-26T18:23:25.625Z Downloaded parse-display-derive v0.9.0
12242024-03-26T18:23:25.625Z Downloaded parse-display v0.9.0
12252024-03-26T18:23:25.626Z Downloaded darling_core v0.20.3
12262024-03-26T18:23:25.626Z Downloaded ctr v0.9.2
12272024-03-26T18:23:25.626Z Downloaded crossbeam-utils v0.8.19
12282024-03-26T18:23:25.663Z Downloaded crc32fast v1.3.2
12292024-03-26T18:23:25.663Z Downloaded cpufeatures v0.2.12
12302024-03-26T18:23:25.663Z Downloaded bzip2-sys v0.1.11+1.0.8
12312024-03-26T18:23:25.663Z Downloaded bstr v1.9.0
12322024-03-26T18:23:25.663Z Downloaded parking_lot_core v0.8.6
12332024-03-26T18:23:25.664Z Downloaded parking_lot v0.11.2
12342024-03-26T18:23:25.664Z Downloaded p521 v0.13.3
12352024-03-26T18:23:25.664Z Downloaded owo-colors v4.0.0
12362024-03-26T18:23:25.664Z Downloaded option-ext v0.2.0
12372024-03-26T18:23:25.664Z Downloaded cookie v0.17.0
12382024-03-26T18:23:25.696Z Downloaded console v0.15.8
12392024-03-26T18:23:25.696Z Downloaded colored v2.1.0
12402024-03-26T18:23:25.697Z Downloaded clap_derive v4.5.0
12412024-03-26T18:23:25.697Z Downloaded cipher v0.4.4
12422024-03-26T18:23:25.697Z Downloaded cc v1.0.83
12432024-03-26T18:23:25.697Z Downloaded camino-tempfile v1.1.1
12442024-03-26T18:23:25.697Z Downloaded openssl-probe v0.1.5
12452024-03-26T18:23:25.697Z Downloaded openssl-macros v0.1.1
12462024-03-26T18:23:25.697Z Downloaded omicron-zone-package v0.11.0
12472024-03-26T18:23:25.697Z Downloaded itertools v0.12.1
12482024-03-26T18:23:25.697Z Downloaded block-padding v0.3.3
12492024-03-26T18:23:25.726Z Downloaded base64 v0.21.7
12502024-03-26T18:23:25.726Z Downloaded autocfg v1.1.0
12512024-03-26T18:23:25.726Z Downloaded der_derive v0.7.2
12522024-03-26T18:23:25.726Z Downloaded der v0.7.8
12532024-03-26T18:23:25.726Z Downloaded defmt-parser v0.3.3
12542024-03-26T18:23:25.726Z Downloaded defmt-macros v0.3.6
12552024-03-26T18:23:25.726Z Downloaded defmt v0.3.5
12562024-03-26T18:23:25.726Z Downloaded data-encoding v2.4.0
12572024-03-26T18:23:25.726Z Downloaded darling_macro v0.20.3
12582024-03-26T18:23:25.726Z Downloaded curve25519-dalek-derive v0.1.0
12592024-03-26T18:23:25.727Z Downloaded crypto-bigint v0.5.2
12602024-03-26T18:23:25.756Z Downloaded once_cell v1.19.0
12612024-03-26T18:23:25.756Z Downloaded num_threads v0.1.6
12622024-03-26T18:23:25.756Z Downloaded num_enum_derive v0.5.11
12632024-03-26T18:23:25.756Z Downloaded num_enum v0.5.11
12642024-03-26T18:23:25.757Z Downloaded num_cpus v1.16.0
12652024-03-26T18:23:25.757Z Downloaded num-traits v0.2.18
12662024-03-26T18:23:25.757Z Downloaded cstr-argument v0.1.2
12672024-03-26T18:23:25.757Z Downloaded crypto-common v0.1.6
12682024-03-26T18:23:25.757Z Downloaded crucible-workspace-hack v0.1.0
12692024-03-26T18:23:25.757Z Downloaded crossterm v0.27.0
12702024-03-26T18:23:25.787Z Downloaded num-integer v0.1.46
12712024-03-26T18:23:25.787Z Downloaded num-complex v0.4.4
12722024-03-26T18:23:25.787Z Downloaded num-bigint v0.4.4
12732024-03-26T18:23:25.787Z Downloaded crossbeam-epoch v0.9.18
12742024-03-26T18:23:25.787Z Downloaded crossbeam-deque v0.8.3
12752024-03-26T18:23:25.787Z Downloaded crossbeam-channel v0.5.8
12762024-03-26T18:23:25.787Z Downloaded cookie_store v0.20.0
12772024-03-26T18:23:25.787Z Downloaded convert_case v0.4.0
12782024-03-26T18:23:25.787Z Downloaded constant_time_eq v0.3.0
12792024-03-26T18:23:25.787Z Downloaded const-oid v0.9.6
12802024-03-26T18:23:25.787Z Downloaded colorchoice v1.0.0
12812024-03-26T18:23:25.787Z Downloaded cobs v0.2.3
12822024-03-26T18:23:25.819Z Downloaded clap_lex v0.7.0
12832024-03-26T18:23:25.819Z Downloaded clap_builder v4.5.1
12842024-03-26T18:23:25.820Z Downloaded arrayvec v0.7.4
12852024-03-26T18:23:25.820Z Downloaded argon2 v0.5.3
12862024-03-26T18:23:25.820Z Downloaded normalize-line-endings v0.3.0
12872024-03-26T18:23:25.820Z Downloaded nom v7.1.3
12882024-03-26T18:23:25.820Z Downloaded nibble_vec v0.1.0
12892024-03-26T18:23:25.820Z Downloaded newtype-uuid v1.0.1
12902024-03-26T18:23:25.820Z Downloaded new_debug_unreachable v1.0.4
12912024-03-26T18:23:25.820Z Downloaded native-tls v0.2.11
12922024-03-26T18:23:25.820Z Downloaded nanorand v0.7.0
12932024-03-26T18:23:25.860Z Downloaded multer v3.0.0
12942024-03-26T18:23:25.860Z Downloaded mio v0.8.11
12952024-03-26T18:23:25.860Z Downloaded miniz_oxide v0.7.1
12962024-03-26T18:23:25.860Z Downloaded minimal-lexical v0.2.1
12972024-03-26T18:23:25.860Z Downloaded mime_guess v2.0.4
12982024-03-26T18:23:25.860Z Downloaded clap v4.5.1
12992024-03-26T18:23:25.860Z Downloaded clap v2.34.0
13002024-03-26T18:23:25.900Z Downloaded ciborium-ll v0.2.2
13012024-03-26T18:23:25.900Z Downloaded ciborium-io v0.2.2
13022024-03-26T18:23:25.900Z Downloaded ciborium v0.2.2
13032024-03-26T18:23:25.900Z Downloaded chrono v0.4.34
13042024-03-26T18:23:25.901Z Downloaded memmap2 v0.7.1
13052024-03-26T18:23:25.901Z Downloaded memchr v2.7.1
13062024-03-26T18:23:25.901Z Downloaded md5 v0.7.0
13072024-03-26T18:23:25.901Z Downloaded md-5 v0.10.5
13082024-03-26T18:23:25.901Z Downloaded matches v0.1.10
13092024-03-26T18:23:25.901Z Downloaded match_cfg v0.1.0
13102024-03-26T18:23:25.901Z Downloaded managed v0.8.0
13112024-03-26T18:23:25.901Z Downloaded macaddr v1.0.1
13122024-03-26T18:23:25.901Z Downloaded lru-cache v0.1.2
13132024-03-26T18:23:25.902Z Downloaded log v0.4.21
13142024-03-26T18:23:25.932Z Downloaded lock_api v0.4.10
13152024-03-26T18:23:25.932Z Downloaded linked-hash-map v0.5.6
13162024-03-26T18:23:25.932Z Downloaded linear-map v1.2.0
13172024-03-26T18:23:25.932Z Downloaded libsw v3.3.1
13182024-03-26T18:23:25.932Z Downloaded libm v0.2.7
13192024-03-26T18:23:25.932Z Downloaded chacha20poly1305 v0.10.1
13202024-03-26T18:23:25.932Z Downloaded chacha20 v0.9.1
13212024-03-26T18:23:25.932Z Downloaded cfg-if v1.0.0
13222024-03-26T18:23:25.932Z Downloaded cbc v0.1.2
13232024-03-26T18:23:25.932Z Downloaded cancel-safe-futures v0.1.5
13242024-03-26T18:23:25.932Z Downloaded camino v1.1.6
13252024-03-26T18:23:25.933Z Downloaded bzip2 v0.4.4
13262024-03-26T18:23:25.933Z Downloaded byteorder v1.5.0
13272024-03-26T18:23:25.933Z Downloaded bstr v0.2.17
13282024-03-26T18:23:25.971Z Downloaded blake3 v1.5.0
13292024-03-26T18:23:25.972Z Downloaded bitflags v2.4.2
13302024-03-26T18:23:25.972Z Downloaded bitflags v1.3.2
13312024-03-26T18:23:25.972Z Downloaded bit-set v0.5.3
13322024-03-26T18:23:26.028Z Downloaded bcrypt-pbkdf v0.10.0
13332024-03-26T18:23:26.028Z Downloaded base64ct v1.6.0
13342024-03-26T18:23:26.028Z Downloaded base64 v0.22.0
13352024-03-26T18:23:26.028Z Downloaded derive_more v0.99.17
13362024-03-26T18:23:26.028Z Downloaded base16ct v0.2.0
13372024-03-26T18:23:26.028Z Downloaded backtrace v0.3.69
13382024-03-26T18:23:26.029Z Downloaded backoff v0.4.0
13392024-03-26T18:23:26.029Z Downloaded atty v0.2.14
13402024-03-26T18:23:26.029Z Downloaded atomicwrites v0.4.3
13412024-03-26T18:23:26.029Z Downloaded atomic-waker v1.1.1
13422024-03-26T18:23:26.029Z Downloaded async-trait v0.1.77
13432024-03-26T18:23:26.029Z Downloaded async-stream-impl v0.3.5
13442024-03-26T18:23:26.029Z Downloaded aes v0.8.3
13452024-03-26T18:23:26.029Z Downloaded arrayref v0.3.7
13462024-03-26T18:23:26.030Z Downloaded arc-swap v1.6.0
13472024-03-26T18:23:26.030Z Downloaded anyhow v1.0.79
13482024-03-26T18:23:26.480Z Downloaded anstyle-query v1.0.0
13492024-03-26T18:23:26.480Z Downloaded anstyle-parse v0.2.1
13502024-03-26T18:23:26.480Z Downloaded anstyle v1.0.2
13512024-03-26T18:23:26.480Z Downloaded anstream v0.6.11
13522024-03-26T18:23:26.481Z Downloaded ansi_term v0.12.1
13532024-03-26T18:23:26.481Z Downloaded allocator-api2 v0.2.16
13542024-03-26T18:23:26.481Z Downloaded aead v0.5.2
13552024-03-26T18:23:26.512Z Compiling proc-macro2 v1.0.78
13562024-03-26T18:23:26.513Z Compiling unicode-ident v1.0.12
13572024-03-26T18:23:26.513Z Compiling libc v0.2.153
13582024-03-26T18:23:26.513Z Compiling serde v1.0.197
13592024-03-26T18:23:26.513Z Compiling version_check v0.9.4
13602024-03-26T18:23:26.513Z Compiling cfg-if v1.0.0
13612024-03-26T18:23:26.513Z Compiling autocfg v1.1.0
13622024-03-26T18:23:26.589Z Compiling syn v1.0.109
13632024-03-26T18:23:26.589Z Compiling once_cell v1.19.0
13642024-03-26T18:23:26.674Z Compiling typenum v1.16.0
13652024-03-26T18:23:27.036Z Compiling thiserror v1.0.57
13662024-03-26T18:23:27.272Z Compiling generic-array v0.14.7
13672024-03-26T18:23:27.339Z Compiling parking_lot_core v0.9.8
13682024-03-26T18:23:27.392Z Compiling lock_api v0.4.10
13692024-03-26T18:23:27.561Z Compiling memchr v2.7.1
13702024-03-26T18:23:27.618Z Compiling byteorder v1.5.0
13712024-03-26T18:23:27.676Z Compiling libm v0.2.7
13722024-03-26T18:23:27.729Z Compiling serde_json v1.0.114
13732024-03-26T18:23:27.795Z Compiling num-traits v0.2.18
13742024-03-26T18:23:27.975Z Compiling ahash v0.8.8
13752024-03-26T18:23:28.009Z Compiling quote v1.0.35
13762024-03-26T18:23:28.254Z Compiling itoa v1.0.9
13772024-03-26T18:23:28.418Z Compiling syn v2.0.52
13782024-03-26T18:23:28.449Z Compiling getrandom v0.2.12
13792024-03-26T18:23:28.759Z Compiling cc v1.0.83
13802024-03-26T18:23:29.199Z Compiling rand_core v0.6.4
13812024-03-26T18:23:29.243Z Compiling log v0.4.21
13822024-03-26T18:23:29.525Z Compiling scopeguard v1.2.0
13832024-03-26T18:23:29.581Z Compiling slab v0.4.9
13842024-03-26T18:23:30.011Z Compiling allocator-api2 v0.2.16
13852024-03-26T18:23:30.071Z Compiling ryu v1.0.15
13862024-03-26T18:23:30.194Z Compiling pkg-config v0.3.27
13872024-03-26T18:23:30.280Z Compiling smallvec v1.13.1
13882024-03-26T18:23:30.415Z Compiling subtle v2.5.0
13892024-03-26T18:23:30.680Z Compiling pin-project-lite v0.2.13
13902024-03-26T18:23:30.715Z Compiling heck v0.4.1
13912024-03-26T18:23:31.236Z Compiling schemars v0.8.16
13922024-03-26T18:23:31.236Z Compiling equivalent v1.0.1
13932024-03-26T18:23:31.236Z Compiling parking_lot v0.12.1
13942024-03-26T18:23:31.236Z Compiling num-conv v0.1.0
13952024-03-26T18:23:31.236Z Compiling time-core v0.1.2
13962024-03-26T18:23:31.309Z Compiling signal-hook-registry v1.4.1
13972024-03-26T18:23:31.381Z Compiling time-macros v0.2.17
13982024-03-26T18:23:31.453Z Compiling ring v0.17.8
13992024-03-26T18:23:32.151Z Compiling vcpkg v0.2.15
14002024-03-26T18:23:32.479Z Compiling mio v0.8.11
14012024-03-26T18:23:33.576Z Compiling httparse v1.8.0
14022024-03-26T18:23:33.613Z Compiling fnv v1.0.7
14032024-03-26T18:23:33.742Z Compiling const-oid v0.9.6
14042024-03-26T18:23:33.996Z Compiling socket2 v0.5.5
14052024-03-26T18:23:34.031Z Compiling num_cpus v1.16.0
14062024-03-26T18:23:34.098Z Compiling openssl-sys v0.9.96
14072024-03-26T18:23:34.250Z Compiling ucd-trie v0.1.6
14082024-03-26T18:23:34.525Z Compiling futures-core v0.3.30
14092024-03-26T18:23:34.764Z Compiling serde_derive_internals v0.26.0
14102024-03-26T18:23:34.849Z Compiling ring v0.16.20
14112024-03-26T18:23:34.914Z Compiling semver v1.0.22
14122024-03-26T18:23:35.050Z Compiling openssl v0.10.60
14132024-03-26T18:23:35.200Z Compiling futures-sink v0.3.30
14142024-03-26T18:23:35.437Z Compiling iana-time-zone v0.1.57
14152024-03-26T18:23:35.437Z Compiling spin v0.5.2
14162024-03-26T18:23:35.577Z Compiling native-tls v0.2.11
14172024-03-26T18:23:35.629Z Compiling slog v2.7.0
14182024-03-26T18:23:35.781Z Compiling rustls v0.21.9
14192024-03-26T18:23:36.023Z Compiling futures-channel v0.3.30
14202024-03-26T18:23:36.140Z Compiling cookie v0.17.0
14212024-03-26T18:23:36.359Z Compiling pin-utils v0.1.0
14222024-03-26T18:23:36.399Z Compiling futures-task v0.3.30
14232024-03-26T18:23:36.433Z Compiling rustix v0.38.31
14242024-03-26T18:23:36.478Z Compiling futures-io v0.3.30
14252024-03-26T18:23:36.724Z Compiling aho-corasick v1.1.2
14262024-03-26T18:23:36.821Z Compiling uuid v0.8.2
14272024-03-26T18:23:37.007Z Compiling regex-syntax v0.8.2
14282024-03-26T18:23:37.135Z Compiling dyn-clone v1.0.17
14292024-03-26T18:23:37.210Z Compiling async-trait v0.1.77
14302024-03-26T18:23:37.323Z Compiling cpufeatures v0.2.12
14312024-03-26T18:23:37.428Z Compiling crossbeam-utils v0.8.19
14322024-03-26T18:23:37.543Z Compiling tinyvec_macros v0.1.1
14332024-03-26T18:23:37.697Z Compiling tinyvec v1.6.0
14342024-03-26T18:23:38.697Z Compiling backtrace v0.3.69
14352024-03-26T18:23:39.384Z Compiling unicode-normalization v0.1.22
14362024-03-26T18:23:39.419Z Compiling unicode-bidi v0.3.15
14372024-03-26T18:23:39.813Z Compiling regex-automata v0.4.5
14382024-03-26T18:23:40.465Z Compiling tracing-core v0.1.32
14392024-03-26T18:23:40.822Z Compiling serde_derive v1.0.197
14402024-03-26T18:23:40.958Z Compiling zeroize_derive v1.4.2
14412024-03-26T18:23:41.179Z Compiling zerocopy-derive v0.7.32
14422024-03-26T18:23:41.213Z Compiling thiserror-impl v1.0.57
14432024-03-26T18:23:41.309Z Compiling tokio-macros v2.2.0
14442024-03-26T18:23:41.657Z Compiling futures-macro v0.3.30
14452024-03-26T18:23:42.284Z Compiling zeroize v1.7.0
14462024-03-26T18:23:42.431Z Compiling tracing-attributes v0.1.27
14472024-03-26T18:23:42.782Z Compiling schemars_derive v0.8.16
14482024-03-26T18:23:43.147Z Compiling zerocopy v0.7.32
14492024-03-26T18:23:43.834Z Compiling crypto-common v0.1.6
14502024-03-26T18:23:44.135Z Compiling pest v2.7.6
14512024-03-26T18:23:44.175Z Compiling block-buffer v0.10.4
14522024-03-26T18:23:44.378Z Compiling digest v0.10.7
14532024-03-26T18:23:44.763Z Compiling openssl-macros v0.1.1
14542024-03-26T18:23:45.012Z Compiling hashbrown v0.14.3
14552024-03-26T18:23:45.109Z Compiling futures-util v0.3.30
14562024-03-26T18:23:45.634Z Compiling der_derive v0.7.2
14572024-03-26T18:23:46.164Z Compiling pest_meta v2.7.6
14582024-03-26T18:23:47.067Z Compiling regex v1.10.3
14592024-03-26T18:23:47.515Z Compiling pest_generator v2.7.6
14602024-03-26T18:23:47.742Z Compiling tracing v0.1.40
14612024-03-26T18:23:48.281Z Compiling anyhow v1.0.79
14622024-03-26T18:23:48.477Z Compiling ppv-lite86 v0.2.17
14632024-03-26T18:23:48.817Z Compiling spin v0.9.8
14642024-03-26T18:23:49.339Z Compiling unicode-xid v0.2.4
14652024-03-26T18:23:49.458Z Compiling percent-encoding v2.3.1
14662024-03-26T18:23:49.619Z Compiling powerfmt v0.2.0
14672024-03-26T18:23:49.953Z Compiling deranged v0.3.11
14682024-03-26T18:23:50.248Z Compiling synstructure v0.12.6
14692024-03-26T18:23:50.279Z Compiling scroll_derive v0.12.0
14702024-03-26T18:23:50.392Z Compiling pest_derive v2.7.6
14712024-03-26T18:23:51.052Z Compiling winnow v0.5.15
14722024-03-26T18:23:51.502Z Compiling num_threads v0.1.6
14732024-03-26T18:23:51.531Z Compiling crc32fast v1.3.2
14742024-03-26T18:23:51.629Z Compiling unicode-width v0.1.11
14752024-03-26T18:23:51.734Z Compiling zerocopy-derive v0.2.0
14762024-03-26T18:23:51.778Z Compiling time v0.3.34
14772024-03-26T18:23:51.927Z Compiling rand_chacha v0.3.1
14782024-03-26T18:23:52.647Z Compiling bytes v1.5.0
14792024-03-26T18:23:53.329Z Compiling indexmap v2.2.5
14802024-03-26T18:23:53.399Z Compiling tokio v1.36.0
14812024-03-26T18:23:53.960Z Compiling uuid v1.7.0
14822024-03-26T18:23:53.990Z Compiling chrono v0.4.34
14832024-03-26T18:23:54.570Z Compiling http v0.2.12
14842024-03-26T18:23:54.757Z Compiling bitflags v2.4.2
14852024-03-26T18:23:54.990Z Compiling rustc_version v0.4.0
14862024-03-26T18:23:56.405Z Compiling toml_datetime v0.6.5
14872024-03-26T18:23:56.685Z Compiling serde_spanned v0.6.5
14882024-03-26T18:23:56.898Z Compiling toml_edit v0.19.15
14892024-03-26T18:23:57.916Z Compiling thread-id v4.2.0
14902024-03-26T18:23:58.854Z Compiling openapiv3 v2.0.0
14912024-03-26T18:23:59.744Z Compiling rand v0.8.5
14922024-03-26T18:23:59.791Z Compiling form_urlencoded v1.2.1
14932024-03-26T18:24:01.455Z Compiling untrusted v0.7.1
14942024-03-26T18:24:01.566Z Compiling untrusted v0.9.0
14952024-03-26T18:24:01.719Z Compiling tokio-util v0.7.10
14962024-03-26T18:24:01.746Z Compiling foreign-types-shared v0.1.1
14972024-03-26T18:24:01.843Z Compiling foreign-types v0.3.2
14982024-03-26T18:24:03.537Z Compiling errno v0.3.8
14992024-03-26T18:24:03.570Z Compiling usdt-impl v0.3.5
15002024-03-26T18:24:03.878Z Compiling base64 v0.21.7
15012024-03-26T18:24:03.926Z Compiling try-lock v0.2.4
15022024-03-26T18:24:04.092Z Compiling want v0.3.1
15032024-03-26T18:24:04.551Z Compiling rustls-webpki v0.101.7
15042024-03-26T18:24:05.289Z Compiling sct v0.7.0
15052024-03-26T18:24:05.594Z Compiling h2 v0.3.24
15062024-03-26T18:24:06.149Z Compiling http-body v0.4.5
15072024-03-26T18:24:06.246Z Compiling idna v0.5.0
15082024-03-26T18:24:06.512Z Compiling num-bigint v0.4.4
15092024-03-26T18:24:07.179Z Compiling usdt-impl v0.5.0
15102024-03-26T18:24:07.475Z Compiling tower-service v0.3.2
15112024-03-26T18:24:07.600Z Compiling openssl-probe v0.1.5
15122024-03-26T18:24:07.628Z Compiling httpdate v1.0.3
15132024-03-26T18:24:07.681Z Compiling rustversion v1.0.14
15142024-03-26T18:24:07.882Z Compiling url v2.5.0
15152024-03-26T18:24:09.489Z Compiling heapless v0.7.16
15162024-03-26T18:24:09.525Z Compiling zerocopy v0.3.0
15172024-03-26T18:24:09.556Z Compiling serde_tokenstream v0.2.0
15182024-03-26T18:24:09.711Z Compiling scroll v0.12.0
15192024-03-26T18:24:09.850Z Compiling idna v0.3.0
15202024-03-26T18:24:10.023Z Compiling lazy_static v1.4.0
15212024-03-26T18:24:10.192Z Compiling bzip2-sys v0.1.11+1.0.8
15222024-03-26T18:24:10.295Z Compiling psl-types v2.0.11
15232024-03-26T18:24:11.810Z Compiling plain v0.2.3
15242024-03-26T18:24:11.810Z Compiling base64ct v1.6.0
15252024-03-26T18:24:11.810Z Compiling adler v1.0.2
15262024-03-26T18:24:11.810Z Compiling signal-hook v0.3.17
15272024-03-26T18:24:11.810Z Compiling hyper v0.14.28
15282024-03-26T18:24:11.811Z Compiling miniz_oxide v0.7.1
15292024-03-26T18:24:11.811Z Compiling goblin v0.8.0
15302024-03-26T18:24:11.811Z Compiling publicsuffix v2.2.3
15312024-03-26T18:24:12.193Z Compiling tokio-rustls v0.24.1
15322024-03-26T18:24:12.397Z Compiling dof v0.1.5
15332024-03-26T18:24:12.488Z Compiling tokio-native-tls v0.3.1
15342024-03-26T18:24:12.522Z Compiling crossbeam-epoch v0.9.18
15352024-03-26T18:24:13.126Z Compiling dtrace-parser v0.1.14
15362024-03-26T18:24:13.273Z Compiling pretty-hex v0.4.1
15372024-03-26T18:24:13.479Z Compiling ipnet v2.9.0
15382024-03-26T18:24:14.232Z Compiling cookie_store v0.20.0
15392024-03-26T18:24:14.886Z Compiling rustls-pemfile v1.0.3
15402024-03-26T18:24:14.945Z Compiling serde_urlencoded v0.7.1
15412024-03-26T18:24:15.226Z Compiling serde_tokenstream v0.1.7
15422024-03-26T18:24:15.483Z Compiling dtrace-parser v0.2.0
15432024-03-26T18:24:15.508Z Compiling enum-as-inner v0.5.1
15442024-03-26T18:24:15.621Z Compiling encoding_rs v0.8.33
15452024-03-26T18:24:15.700Z Compiling webpki-roots v0.25.2
15462024-03-26T18:24:15.846Z Compiling dof v0.3.0
15472024-03-26T18:24:16.212Z Compiling mime v0.3.17
15482024-03-26T18:24:16.295Z Compiling sync_wrapper v0.1.2
15492024-03-26T18:24:16.390Z Compiling smoltcp v0.9.1
15502024-03-26T18:24:16.423Z Compiling either v1.10.0
15512024-03-26T18:24:16.725Z Compiling hyper-tls v0.5.0
15522024-03-26T18:24:16.782Z Compiling hyper-rustls v0.24.2
15532024-03-26T18:24:16.990Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15542024-03-26T18:24:17.030Z Compiling gimli v0.28.0
15552024-03-26T18:24:17.601Z Compiling pem-rfc7468 v0.7.0
15562024-03-26T18:24:17.653Z Compiling reqwest v0.11.24
15572024-03-26T18:24:18.010Z Compiling hmac v0.12.1
15582024-03-26T18:24:18.304Z Compiling object v0.32.1
15592024-03-26T18:24:18.515Z Compiling unicode-segmentation v1.10.1
15602024-03-26T18:24:18.562Z Compiling flagset v0.4.3
15612024-03-26T18:24:18.749Z Compiling siphasher v0.3.11
15622024-03-26T18:24:19.065Z Compiling rustc-demangle v0.1.23
15632024-03-26T18:24:19.762Z Compiling der v0.7.8
15642024-03-26T18:24:19.798Z Compiling flate2 v1.0.28
15652024-03-26T18:24:19.824Z Compiling usdt-macro v0.3.5
15662024-03-26T18:24:19.885Z Compiling usdt-attr-macro v0.3.5
15672024-03-26T18:24:20.622Z Compiling addr2line v0.21.0
15682024-03-26T18:24:21.051Z Compiling futures-executor v0.3.30
15692024-03-26T18:24:21.181Z Compiling hubpack_derive v0.1.1
15702024-03-26T18:24:21.314Z Compiling zerocopy-derive v0.6.4
15712024-03-26T18:24:22.628Z Compiling anstyle v1.0.2
15722024-03-26T18:24:23.023Z Compiling winnow v0.6.1
15732024-03-26T18:24:23.787Z Compiling utf8parse v0.2.1
15742024-03-26T18:24:23.914Z Compiling anstyle-parse v0.2.1
15752024-03-26T18:24:24.795Z Compiling sha2 v0.10.8
15762024-03-26T18:24:26.152Z Compiling toml_edit v0.22.6
15772024-03-26T18:24:26.225Z Compiling spki v0.7.2
15782024-03-26T18:24:27.419Z Compiling futures v0.3.30
15792024-03-26T18:24:28.795Z Compiling md-5 v0.10.5
15802024-03-26T18:24:29.023Z Compiling toml v0.7.8
15812024-03-26T18:24:29.192Z Compiling hex v0.4.3
15822024-03-26T18:24:29.645Z Compiling regress v0.9.0
15832024-03-26T18:24:29.707Z Compiling block-padding v0.3.3
15842024-03-26T18:24:29.912Z Compiling clap_derive v4.5.0
15852024-03-26T18:24:30.274Z Compiling stringprep v0.1.3
15862024-03-26T18:24:30.466Z Compiling num-integer v0.1.46
15872024-03-26T18:24:31.121Z Compiling diesel_table_macro_syntax v0.1.0
15882024-03-26T18:24:31.151Z Compiling hash32 v0.2.1
15892024-03-26T18:24:31.461Z Compiling fallible-iterator v0.2.0
15902024-03-26T18:24:31.491Z Compiling stable_deref_trait v1.2.0
15912024-03-26T18:24:31.579Z Compiling colorchoice v1.0.0
15922024-03-26T18:24:31.895Z Compiling anstyle-query v1.0.0
15932024-03-26T18:24:32.024Z Compiling postgres-protocol v0.6.6
15942024-03-26T18:24:32.465Z Compiling anstream v0.6.11
15952024-03-26T18:24:32.655Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15962024-03-26T18:24:33.729Z Compiling diesel_derives v2.1.2
15972024-03-26T18:24:33.930Z Compiling inout v0.1.3
15982024-03-26T18:24:34.921Z Compiling pkcs8 v0.10.2
15992024-03-26T18:24:35.179Z Compiling phf_shared v0.11.2
16002024-03-26T18:24:35.361Z Compiling strum_macros v0.25.2
16012024-03-26T18:24:35.889Z Compiling terminal_size v0.3.0
16022024-03-26T18:24:35.941Z Compiling ff v0.13.0
16032024-03-26T18:24:36.143Z Compiling serde_repr v0.1.16
16042024-03-26T18:24:36.310Z Compiling scheduled-thread-pool v0.2.7
16052024-03-26T18:24:36.809Z Compiling bitflags v1.3.2
16062024-03-26T18:24:37.105Z Compiling data-encoding v2.4.0
16072024-03-26T18:24:37.132Z Compiling clap_lex v0.7.0
16082024-03-26T18:24:37.603Z Compiling managed v0.8.0
16092024-03-26T18:24:37.995Z Compiling strsim v0.11.0
16102024-03-26T18:24:38.804Z Compiling base16ct v0.2.0
16112024-03-26T18:24:38.852Z Compiling matches v0.1.10
16122024-03-26T18:24:38.950Z Compiling bit-vec v0.6.3
16132024-03-26T18:24:39.066Z Compiling regex-automata v0.1.10
16142024-03-26T18:24:39.328Z Compiling sec1 v0.7.3
16152024-03-26T18:24:39.473Z Compiling bstr v0.2.17
16162024-03-26T18:24:39.620Z Compiling idna v0.2.3
16172024-03-26T18:24:39.802Z Compiling clap_builder v4.5.1
16182024-03-26T18:24:40.908Z Compiling r2d2 v0.8.10
16192024-03-26T18:24:42.853Z Compiling group v0.13.0
16202024-03-26T18:24:42.947Z Compiling phf v0.11.2
16212024-03-26T18:24:42.948Z Compiling signal-hook-mio v0.2.3
16222024-03-26T18:24:42.948Z Compiling bzip2 v0.4.4
16232024-03-26T18:24:42.948Z Compiling cipher v0.4.4
16242024-03-26T18:24:42.948Z Compiling postgres-types v0.2.6
16252024-03-26T18:24:42.948Z Compiling zerocopy v0.6.4
16262024-03-26T18:24:43.275Z Compiling hubpack v0.1.2
16272024-03-26T18:24:43.341Z Compiling phf_shared v0.10.0
16282024-03-26T18:24:43.481Z Compiling hkdf v0.12.4
16292024-03-26T18:24:43.714Z Compiling ipnetwork v0.20.0
16302024-03-26T18:24:43.746Z Compiling crypto-bigint v0.5.2
16312024-03-26T18:24:45.807Z Compiling float-cmp v0.9.0
16322024-03-26T18:24:46.541Z Compiling predicates-core v1.0.6
16332024-03-26T18:24:46.895Z Compiling normalize-line-endings v0.3.0
16342024-03-26T18:24:47.045Z Compiling static_assertions v1.1.0
16352024-03-26T18:24:47.150Z Compiling fixedbitset v0.4.2
16362024-03-26T18:24:47.333Z Compiling difflib v0.4.0
16372024-03-26T18:24:47.587Z Compiling precomputed-hash v0.1.1
16382024-03-26T18:24:47.627Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16392024-03-26T18:24:47.794Z Compiling new_debug_unreachable v1.0.4
16402024-03-26T18:24:47.936Z Compiling minimal-lexical v0.2.1
16412024-03-26T18:24:48.766Z Compiling whoami v1.5.0
16422024-03-26T18:24:48.803Z Compiling nom v7.1.3
16432024-03-26T18:24:48.855Z Compiling string_cache v0.8.7
16442024-03-26T18:24:49.267Z Compiling tokio-postgres v0.7.10
16452024-03-26T18:24:49.321Z Compiling trust-dns-proto v0.22.0
16462024-03-26T18:24:49.996Z Compiling predicates v3.1.0
16472024-03-26T18:24:50.183Z Compiling petgraph v0.6.4
16482024-03-26T18:24:50.589Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16492024-03-26T18:24:51.697Z Compiling diesel v2.1.4
16502024-03-26T18:24:52.874Z Compiling elliptic-curve v0.13.8
16512024-03-26T18:24:53.361Z Compiling yasna v0.5.2
16522024-03-26T18:24:53.556Z Compiling clap v4.5.1
16532024-03-26T18:24:53.652Z Compiling zip v0.6.6
16542024-03-26T18:24:53.769Z Compiling crossterm v0.27.0
16552024-03-26T18:24:54.512Z Compiling similar v2.4.0
16562024-03-26T18:24:54.802Z Compiling bit-set v0.5.3
16572024-03-26T18:24:54.880Z Compiling num-iter v0.1.44
16582024-03-26T18:24:54.994Z Compiling usdt v0.3.5
16592024-03-26T18:24:55.042Z Compiling itertools v0.10.5
16602024-03-26T18:24:55.089Z Compiling console v0.15.8
16612024-03-26T18:24:55.258Z Compiling tokio-stream v0.1.14
16622024-03-26T18:24:55.888Z Compiling bstr v1.9.0
16632024-03-26T18:24:56.340Z Compiling lalrpop-util v0.19.12
16642024-03-26T18:24:58.104Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16652024-03-26T18:24:58.192Z Compiling getopts v0.2.21
16662024-03-26T18:24:58.332Z Compiling unsafe-libyaml v0.2.10
16672024-03-26T18:24:59.232Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16682024-03-26T18:25:00.105Z Compiling serde_yaml v0.9.25
16692024-03-26T18:25:02.178Z Compiling camino v1.1.6
16702024-03-26T18:25:05.923Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16712024-03-26T18:25:16.139Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16722024-03-26T18:25:17.026Z Compiling strsim v0.10.0
16732024-03-26T18:25:17.674Z Compiling ident_case v1.0.1
16742024-03-26T18:25:17.842Z Compiling darling_core v0.20.3
16752024-03-26T18:25:25.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16762024-03-26T18:25:26.477Z Compiling darling_macro v0.20.3
16772024-03-26T18:25:27.097Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16782024-03-26T18:25:28.540Z Compiling sha1 v0.10.6
16792024-03-26T18:25:29.342Z Compiling darling v0.20.3
16802024-03-26T18:25:29.384Z Compiling atty v0.2.14
16812024-03-26T18:25:29.384Z Compiling match_cfg v0.1.0
16822024-03-26T18:25:29.384Z Compiling dirs-sys-next v0.1.2
16832024-03-26T18:25:29.384Z Compiling rustls-pki-types v1.3.0
16842024-03-26T18:25:29.385Z Compiling hostname v0.3.1
16852024-03-26T18:25:29.385Z Compiling dirs-next v2.0.0
16862024-03-26T18:25:29.385Z Compiling thread_local v1.1.7
16872024-03-26T18:25:29.508Z Compiling rustls v0.22.2
16882024-03-26T18:25:29.554Z Compiling slog-async v2.8.0
16892024-03-26T18:25:29.667Z Compiling rustls-webpki v0.102.1
16902024-03-26T18:25:29.709Z Compiling term v0.7.0
16912024-03-26T18:25:29.883Z Compiling crossbeam-channel v0.5.8
16922024-03-26T18:25:29.925Z Compiling multer v3.0.0
16932024-03-26T18:25:30.060Z Compiling instant v0.1.12
16942024-03-26T18:25:30.178Z Compiling take_mut v0.2.2
16952024-03-26T18:25:30.221Z Compiling paste v1.0.14
16962024-03-26T18:25:30.406Z Compiling slog-term v2.9.0
16972024-03-26T18:25:30.734Z Compiling slog-json v2.6.1
16982024-03-26T18:25:30.895Z Compiling http v1.0.0
16992024-03-26T18:25:31.042Z Compiling async-stream-impl v0.3.5
17002024-03-26T18:25:31.081Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17012024-03-26T18:25:31.337Z Compiling atomic-waker v1.1.1
17022024-03-26T18:25:31.428Z Compiling debug-ignore v1.0.5
17032024-03-26T18:25:31.504Z Compiling waitgroup v0.1.2
17042024-03-26T18:25:31.557Z Compiling slog-bunyan v2.5.0
17052024-03-26T18:25:31.721Z Compiling rustls-pemfile v2.1.1
17062024-03-26T18:25:31.760Z Compiling serde_with_macros v3.6.1
17072024-03-26T18:25:31.801Z Compiling toml v0.8.10
17082024-03-26T18:25:32.190Z Compiling async-stream v0.3.5
17092024-03-26T18:25:32.467Z Compiling strum_macros v0.26.1
17102024-03-26T18:25:32.692Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17112024-03-26T18:25:32.985Z Compiling serde_path_to_error v0.1.16
17122024-03-26T18:25:33.069Z Compiling structmeta-derive v0.3.0
17132024-03-26T18:25:33.226Z Compiling newtype-uuid v1.0.1
17142024-03-26T18:25:33.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17152024-03-26T18:25:33.794Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17162024-03-26T18:25:34.012Z Compiling tokio-rustls v0.25.0
17172024-03-26T18:25:34.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17182024-03-26T18:25:34.363Z Compiling backoff v0.4.0
17192024-03-26T18:25:34.397Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17202024-03-26T18:25:34.434Z Compiling serde_with v3.6.1
17212024-03-26T18:25:34.674Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
17222024-03-26T18:25:35.043Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17232024-03-26T18:25:35.196Z Compiling macaddr v1.0.1
17242024-03-26T18:25:35.613Z Compiling proc-macro-error-attr v1.0.4
17252024-03-26T18:25:35.681Z Compiling structmeta v0.3.0
17262024-03-26T18:25:35.938Z Compiling proc-macro-crate v1.3.1
17272024-03-26T18:25:36.065Z Compiling parse-display-derive v0.9.0
17282024-03-26T18:25:36.790Z Compiling strum v0.26.1
17292024-03-26T18:25:37.291Z Compiling proc-macro-error v1.0.4
17302024-03-26T18:25:37.333Z Compiling heapless v0.8.0
17312024-03-26T18:25:37.333Z Compiling num_enum_derive v0.5.11
17322024-03-26T18:25:37.697Z Compiling hash32 v0.3.1
17332024-03-26T18:25:37.912Z Compiling smoltcp v0.11.0
17342024-03-26T18:25:38.335Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17352024-03-26T18:25:39.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17362024-03-26T18:25:39.241Z Compiling fastrand v2.0.1
17372024-03-26T18:25:39.318Z Compiling cobs v0.2.3
17382024-03-26T18:25:39.898Z Compiling embedded-io v0.4.0
17392024-03-26T18:25:39.898Z Compiling num_enum v0.5.11
17402024-03-26T18:25:39.898Z Compiling tempfile v3.10.0
17412024-03-26T18:25:39.898Z Compiling postcard v1.0.8
17422024-03-26T18:25:39.898Z Compiling foreign-types-macros v0.2.3
17432024-03-26T18:25:40.050Z Compiling parse-display v0.9.0
17442024-03-26T18:25:40.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17452024-03-26T18:25:40.515Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17462024-03-26T18:25:40.546Z Compiling crucible-workspace-hack v0.1.0
17472024-03-26T18:25:40.653Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-03-26T18:25:40.683Z Compiling foreign-types-shared v0.3.1
17492024-03-26T18:25:40.841Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17502024-03-26T18:25:40.929Z Compiling tabwriter v1.4.0
17512024-03-26T18:25:40.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17522024-03-26T18:25:41.002Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-03-26T18:25:41.040Z Compiling foreign-types v0.5.0
17542024-03-26T18:25:41.119Z Compiling cstr-argument v0.1.2
17552024-03-26T18:25:41.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17562024-03-26T18:25:41.380Z Compiling pretty-hex v0.2.1
17572024-03-26T18:25:41.547Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17582024-03-26T18:25:41.589Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592024-03-26T18:25:41.744Z Compiling colored v2.1.0
17602024-03-26T18:25:41.786Z Compiling socket2 v0.4.9
17612024-03-26T18:25:41.824Z Compiling platforms v3.0.2
17622024-03-26T18:25:41.867Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17632024-03-26T18:25:41.913Z Compiling camino-tempfile v1.1.1
17642024-03-26T18:25:42.119Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17652024-03-26T18:25:42.570Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17662024-03-26T18:25:42.608Z Compiling num-derive v0.4.0
17672024-03-26T18:25:42.608Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17682024-03-26T18:25:42.608Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17692024-03-26T18:25:42.889Z Compiling smf v0.2.2
17702024-03-26T18:25:43.055Z Compiling unicase v2.7.0
17712024-03-26T18:25:43.309Z Compiling semver v0.1.20
17722024-03-26T18:25:43.420Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17732024-03-26T18:25:44.005Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17742024-03-26T18:25:44.042Z Compiling rayon-core v1.12.1
17752024-03-26T18:25:44.145Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
17762024-03-26T18:25:44.184Z Compiling rustc_version v0.1.7
17772024-03-26T18:25:44.217Z Compiling curve25519-dalek v4.1.1
17782024-03-26T18:25:44.289Z Compiling crossbeam-deque v0.8.3
17792024-03-26T18:25:44.573Z Compiling universal-hash v0.5.1
17802024-03-26T18:25:44.614Z Compiling same-file v1.0.6
17812024-03-26T18:25:44.748Z Compiling opaque-debug v0.3.0
17822024-03-26T18:25:44.839Z Compiling walkdir v2.4.0
17832024-03-26T18:25:44.902Z Compiling newtype_derive v0.1.6
17842024-03-26T18:25:45.150Z Compiling semver-parser v0.10.2
17852024-03-26T18:25:45.231Z Compiling signature v2.1.0
17862024-03-26T18:25:45.463Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17872024-03-26T18:25:45.490Z Compiling curve25519-dalek-derive v0.1.0
17882024-03-26T18:25:45.516Z Compiling blake3 v1.5.0
17892024-03-26T18:25:45.544Z Compiling num-rational v0.4.1
17902024-03-26T18:25:45.803Z Compiling getrandom v0.1.16
17912024-03-26T18:25:46.106Z Compiling semver v0.11.0
17922024-03-26T18:25:46.305Z Compiling rayon v1.9.0
17932024-03-26T18:25:46.527Z Compiling usdt-macro v0.5.0
17942024-03-26T18:25:46.675Z Compiling usdt-attr-macro v0.5.0
17952024-03-26T18:25:46.841Z Compiling heck v0.3.3
17962024-03-26T18:25:46.951Z Compiling password-hash v0.5.0
17972024-03-26T18:25:47.199Z Compiling textwrap v0.11.0
17982024-03-26T18:25:47.344Z Compiling blake2 v0.10.6
17992024-03-26T18:25:47.657Z Compiling memmap v0.7.0
18002024-03-26T18:25:47.838Z Compiling memmap2 v0.7.1
18012024-03-26T18:25:47.878Z Compiling xattr v1.0.1
18022024-03-26T18:25:47.974Z Compiling filetime v0.2.23
18032024-03-26T18:25:48.074Z Compiling parking_lot_core v0.8.6
18042024-03-26T18:25:48.122Z Compiling ansi_term v0.12.1
18052024-03-26T18:25:48.230Z Compiling libefi-sys v0.1.0
18062024-03-26T18:25:48.292Z Compiling linked-hash-map v0.5.6
18072024-03-26T18:25:48.509Z Compiling vec_map v0.8.2
18082024-03-26T18:25:48.556Z Compiling arrayref v0.3.7
18092024-03-26T18:25:49.108Z Compiling strsim v0.8.0
18102024-03-26T18:25:49.108Z Compiling constant_time_eq v0.3.0
18112024-03-26T18:25:49.108Z Compiling quick-error v1.2.3
18122024-03-26T18:25:49.108Z Compiling base64 v0.22.0
18132024-03-26T18:25:49.108Z Compiling home v0.5.5
18142024-03-26T18:25:49.108Z Compiling arrayvec v0.7.4
18152024-03-26T18:25:49.108Z Compiling resolv-conf v0.7.0
18162024-03-26T18:25:49.108Z Compiling toolchain_find v0.2.0
18172024-03-26T18:25:49.153Z Compiling clap v2.34.0
18182024-03-26T18:25:49.189Z Compiling lru-cache v0.1.2
18192024-03-26T18:25:49.419Z Compiling tar v0.4.40
18202024-03-26T18:25:49.467Z Compiling usdt v0.5.0
18212024-03-26T18:25:49.533Z Compiling argon2 v0.5.3
18222024-03-26T18:25:49.609Z Compiling structopt-derive v0.4.18
18232024-03-26T18:25:51.644Z Compiling rfc6979 v0.4.0
18242024-03-26T18:25:51.685Z Compiling toml v0.5.11
18252024-03-26T18:25:51.814Z Compiling aead v0.5.2
18262024-03-26T18:25:51.851Z Compiling num-complex v0.4.4
18272024-03-26T18:25:52.081Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18282024-03-26T18:25:52.137Z Compiling nibble_vec v0.1.0
18292024-03-26T18:25:52.333Z Compiling slog-dtrace v0.3.0
18302024-03-26T18:25:52.412Z Compiling arc-swap v1.6.0
18312024-03-26T18:25:52.612Z Compiling utf-8 v0.7.6
18322024-03-26T18:25:52.690Z Compiling endian-type v0.1.2
18332024-03-26T18:25:52.730Z Compiling keccak v0.1.4
18342024-03-26T18:25:52.901Z Compiling topological-sort v0.2.2
18352024-03-26T18:25:52.935Z Compiling cancel-safe-futures v0.1.5
18362024-03-26T18:25:53.014Z Compiling winapi v0.3.9
18372024-03-26T18:25:53.116Z Compiling omicron-zone-package v0.11.0
18382024-03-26T18:25:53.266Z Compiling rustfmt-wrapper v0.2.0
18392024-03-26T18:25:53.441Z Compiling sha3 v0.10.8
18402024-03-26T18:25:53.543Z Compiling radix_trie v0.2.1
18412024-03-26T18:25:53.827Z Compiling slog-scope v4.4.0
18422024-03-26T18:25:53.952Z Compiling tungstenite v0.20.1
18432024-03-26T18:25:54.230Z Compiling num v0.4.1
18442024-03-26T18:25:54.325Z Compiling structopt v0.3.26
18452024-03-26T18:25:54.369Z Compiling ecdsa v0.16.9
18462024-03-26T18:25:54.487Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18472024-03-26T18:25:54.529Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18482024-03-26T18:25:54.897Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18492024-03-26T18:25:55.017Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18502024-03-26T18:25:55.407Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18512024-03-26T18:25:56.036Z Compiling rand_core v0.5.1
18522024-03-26T18:25:56.068Z Compiling steno v0.4.0
18532024-03-26T18:25:56.068Z Compiling mime_guess v2.0.4
18542024-03-26T18:25:56.800Z Compiling trust-dns-resolver v0.22.0
18552024-03-26T18:25:56.887Z Compiling poly1305 v0.8.0
18562024-03-26T18:25:57.129Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18572024-03-26T18:25:57.270Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18582024-03-26T18:25:57.755Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18592024-03-26T18:25:58.050Z Compiling primeorder v0.13.6
18602024-03-26T18:25:58.239Z Compiling chacha20 v0.9.1
18612024-03-26T18:25:58.515Z Compiling secrecy v0.8.0
18622024-03-26T18:25:58.709Z Compiling thiserror-impl-no-std v2.0.2
18632024-03-26T18:25:58.746Z Compiling half v2.3.1
18642024-03-26T18:25:58.785Z Compiling option-ext v0.2.0
18652024-03-26T18:25:58.887Z Compiling ciborium-io v0.2.2
18662024-03-26T18:25:59.007Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18672024-03-26T18:25:59.158Z Compiling convert_case v0.4.0
18682024-03-26T18:25:59.194Z Compiling humantime v2.1.0
18692024-03-26T18:25:59.633Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18702024-03-26T18:25:59.784Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18712024-03-26T18:26:00.017Z Compiling derive_more v0.99.17
18722024-03-26T18:26:00.164Z Compiling ciborium-ll v0.2.2
18732024-03-26T18:26:00.551Z Compiling dirs-sys v0.4.1
18742024-03-26T18:26:00.795Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18752024-03-26T18:26:01.491Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18762024-03-26T18:26:01.533Z Compiling parking_lot v0.11.2
18772024-03-26T18:26:01.572Z Compiling thiserror-no-std v2.0.2
18782024-03-26T18:26:01.657Z Compiling rand_chacha v0.2.2
18792024-03-26T18:26:01.831Z Compiling tokio-tungstenite v0.20.1
18802024-03-26T18:26:02.183Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18812024-03-26T18:26:02.295Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18822024-03-26T18:26:02.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18832024-03-26T18:26:02.820Z Compiling slog-stdlog v4.1.1
18842024-03-26T18:26:03.144Z Compiling trust-dns-client v0.22.0
18852024-03-26T18:26:03.707Z Compiling ed25519 v2.2.2
18862024-03-26T18:26:04.087Z Compiling polyval v0.6.1
18872024-03-26T18:26:04.444Z Compiling aes v0.8.3
18882024-03-26T18:26:05.698Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18892024-03-26T18:26:06.523Z Compiling blowfish v0.9.1
18902024-03-26T18:26:06.636Z Compiling ctr v0.9.2
18912024-03-26T18:26:06.731Z Compiling password-hash v0.4.2
18922024-03-26T18:26:06.910Z Compiling libsw v3.3.1
18932024-03-26T18:26:07.213Z Compiling pbkdf2 v0.12.2
18942024-03-26T18:26:07.247Z Compiling derive-where v1.2.7
18952024-03-26T18:26:07.377Z Compiling fxhash v0.2.1
18962024-03-26T18:26:07.567Z Compiling gethostname v0.4.3
18972024-03-26T18:26:07.865Z Compiling linear-map v1.2.0
18982024-03-26T18:26:08.106Z Compiling swrite v0.1.0
18992024-03-26T18:26:08.202Z Compiling owo-colors v4.0.0
19002024-03-26T18:26:08.685Z Compiling trust-dns-server v0.22.1
19012024-03-26T18:26:08.948Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19022024-03-26T18:26:10.092Z Compiling sled v0.34.7
19032024-03-26T18:26:10.131Z Compiling bcrypt-pbkdf v0.10.0
19042024-03-26T18:26:10.171Z Compiling pbkdf2 v0.11.0
19052024-03-26T18:26:10.327Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19062024-03-26T18:26:10.511Z Compiling ghash v0.5.0
19072024-03-26T18:26:10.633Z Compiling ed25519-dalek v2.0.0
19082024-03-26T18:26:10.687Z Compiling russh-cryptovec v0.7.0
19092024-03-26T18:26:11.029Z Compiling slog-envlogger v2.2.0
19102024-03-26T18:26:11.519Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19112024-03-26T18:26:11.804Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19122024-03-26T18:26:11.991Z Compiling rand v0.7.3
19132024-03-26T18:26:12.243Z Compiling vsss-rs v3.3.4
19142024-03-26T18:26:13.167Z Compiling dirs v5.0.1
19152024-03-26T18:26:13.354Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19162024-03-26T18:26:13.801Z Compiling ciborium v0.2.2
19172024-03-26T18:26:13.949Z Compiling chacha20poly1305 v0.10.1
19182024-03-26T18:26:14.144Z Compiling p256 v0.13.2
19192024-03-26T18:26:14.208Z Compiling p521 v0.13.3
19202024-03-26T18:26:14.828Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
19212024-03-26T18:26:14.877Z Compiling cbc v0.1.2
19222024-03-26T18:26:15.050Z Compiling pem v3.0.2
19232024-03-26T18:26:15.096Z Compiling headers-core v0.2.0
19242024-03-26T18:26:15.215Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19252024-03-26T18:26:15.563Z Compiling kstat-rs v0.2.3
19262024-03-26T18:26:15.775Z Compiling nanorand v0.7.0
19272024-03-26T18:26:16.342Z Compiling http-range v0.1.5
19282024-03-26T18:26:16.342Z Compiling md5 v0.7.0
19292024-03-26T18:26:16.342Z Compiling glob v0.3.1
19302024-03-26T18:26:16.342Z Compiling hyper-staticfile v0.9.5
19312024-03-26T18:26:16.430Z Compiling russh-keys v0.42.0
19322024-03-26T18:26:16.559Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19332024-03-26T18:26:17.029Z Compiling flume v0.11.0
19342024-03-26T18:26:17.160Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19352024-03-26T18:26:17.203Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19362024-03-26T18:26:19.140Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19372024-03-26T18:26:19.211Z Compiling rcgen v0.12.1
19382024-03-26T18:26:19.518Z Compiling headers v0.3.9
19392024-03-26T18:26:24.435Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19402024-03-26T18:26:24.620Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19412024-03-26T18:26:25.174Z Compiling aes-gcm v0.10.3
19422024-03-26T18:26:25.174Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19432024-03-26T18:26:25.174Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19442024-03-26T18:26:25.175Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19452024-03-26T18:26:25.175Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19462024-03-26T18:26:25.175Z Compiling atomicwrites v0.4.3
19472024-03-26T18:26:25.472Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19482024-03-26T18:26:26.036Z Compiling itertools v0.12.1
19492024-03-26T18:26:26.084Z Compiling subprocess v0.2.9
19502024-03-26T18:26:27.757Z Compiling dhcproto-macros v0.1.0
19512024-03-26T18:26:27.791Z Compiling display-error-chain v0.2.0
19522024-03-26T18:26:28.363Z Compiling hex-literal v0.4.1
19532024-03-26T18:26:28.405Z Compiling russh v0.42.0
19542024-03-26T18:26:28.581Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19552024-03-26T18:26:28.619Z Compiling dhcproto v0.11.0
19562024-03-26T18:26:30.912Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19572024-03-26T18:26:30.945Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19582024-03-26T18:26:31.344Z Compiling internet-checksum v0.2.1
19592024-03-26T18:26:36.394Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19602024-03-26T18:26:37.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19612024-03-26T18:27:02.872Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19622024-03-26T18:27:55.816Z Finished dev [unoptimized + debuginfo] target(s) in 4m 56s
19632024-03-26T18:27:56.139Z
19642024-03-26T18:27:56.139Zreal 4:56.995792239
19652024-03-26T18:27:56.139Zuser 23:04.620018161
19662024-03-26T18:27:56.139Zsys 5:17.749155270
19672024-03-26T18:27:56.139Ztrap 0.713420130
19682024-03-26T18:27:56.139Ztflt 0.440849109
19692024-03-26T18:27:56.139Zdflt 3.584392964
19702024-03-26T18:27:56.139Zkflt 0.002563774
19712024-03-26T18:27:56.140Zlock 42:28.231783456
19722024-03-26T18:27:56.140Zslp 1:04:32.214706471
19732024-03-26T18:27:56.140Zlat 1:37.968315424
19742024-03-26T18:27:56.140Zstop 3:49.828831147
19752024-03-26T18:27:56.164Z+ mkdir -p /work
19762024-03-26T18:27:56.164Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19772024-03-26T18:27:57.125Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19782024-03-26T18:28:07.624Z Finished dev [unoptimized + debuginfo] target(s) in 11.41s
19792024-03-26T18:28:07.721Z
19802024-03-26T18:28:07.721Zreal 11.542462367
19812024-03-26T18:28:07.721Zuser 9.116968408
19822024-03-26T18:28:07.721Zsys 3.582834810
19832024-03-26T18:28:07.721Ztrap 0.004628273
19842024-03-26T18:28:07.722Ztflt 0.006861386
19852024-03-26T18:28:07.749Zdflt 0.056654268
19862024-03-26T18:28:07.749Zkflt 0.000000000
19872024-03-26T18:28:07.749Zlock 32.358032229
19882024-03-26T18:28:07.749Zslp 45.242652725
19892024-03-26T18:28:07.749Zlat 0.181274360
19902024-03-26T18:28:07.749Zstop 0.080852675
19912024-03-26T18:28:07.749Z+ cp target/debug/commtest /work/commtest
19922024-03-26T18:28:08.091Z+ mkdir -p /work/end-to-end-tests
19932024-03-26T18:28:08.529Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19942024-03-26T18:28:08.555Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19952024-03-26T18:28:08.555Z+ ptime -m gzip
19962024-03-26T18:28:08.555Z++ basename target/debug/bootstrap
19972024-03-26T18:28:22.660Z
19982024-03-26T18:28:22.660Zreal 14.508281866
19992024-03-26T18:28:22.660Zuser 14.361548093
20002024-03-26T18:28:22.660Zsys 0.131058520
20012024-03-26T18:28:22.660Ztrap 0.003551057
20022024-03-26T18:28:22.687Ztflt 0.000000000
20032024-03-26T18:28:22.687Zdflt 0.000000000
20042024-03-26T18:28:22.687Zkflt 0.000000000
20052024-03-26T18:28:22.687Zlock 0.000000000
20062024-03-26T18:28:22.687Zslp 0.000000000
20072024-03-26T18:28:22.687Zlat 0.011570299
20082024-03-26T18:28:22.687Zstop 0.000453062
20092024-03-26T18:28:22.687Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20102024-03-26T18:28:22.687Z+ ptime -m gzip
20112024-03-26T18:28:22.687Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cdb0b653f05d35f0
20122024-03-26T18:28:24.075Z
20132024-03-26T18:28:24.075Zreal 1.404713919
20142024-03-26T18:28:24.075Zuser 1.388737071
20152024-03-26T18:28:24.075Zsys 0.014647600
20162024-03-26T18:28:24.075Ztrap 0.000320926
20172024-03-26T18:28:24.075Ztflt 0.000000000
20182024-03-26T18:28:24.075Zdflt 0.000000000
20192024-03-26T18:28:24.075Zkflt 0.000000000
20202024-03-26T18:28:24.075Zlock 0.000000000
20212024-03-26T18:28:24.075Zslp 0.000000000
20222024-03-26T18:28:24.075Zlat 0.000644289
20232024-03-26T18:28:24.100Zstop 0.000262139
20242024-03-26T18:28:24.100Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20252024-03-26T18:28:24.100Z+ ptime -m gzip
20262024-03-26T18:28:24.100Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3cb81999e7440661
20272024-03-26T18:28:25.987Z
20282024-03-26T18:28:25.987Zreal 1.402521586
20292024-03-26T18:28:25.987Zuser 1.386291874
20302024-03-26T18:28:25.987Zsys 0.015524889
20312024-03-26T18:28:25.987Ztrap 0.000195717
20322024-03-26T18:28:25.987Ztflt 0.000000000
20332024-03-26T18:28:25.987Zdflt 0.000000000
20342024-03-26T18:28:25.987Zkflt 0.000000000
20352024-03-26T18:28:25.987Zlock 0.000000000
20362024-03-26T18:28:25.987Zslp 0.000000000
20372024-03-26T18:28:25.987Zlat 0.000185282
20382024-03-26T18:28:25.987Zstop 0.000237831
20392024-03-26T18:28:25.988Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20402024-03-26T18:28:25.988Z+ ptime -m gzip
20412024-03-26T18:28:25.988Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-e25b00f6d79ff279
20422024-03-26T18:28:26.881Z
20432024-03-26T18:28:26.882Zreal 1.377906122
20442024-03-26T18:28:26.882Zuser 1.363035364
20452024-03-26T18:28:26.882Zsys 0.014150595
20462024-03-26T18:28:26.882Ztrap 0.000149927
20472024-03-26T18:28:26.882Ztflt 0.000000000
20482024-03-26T18:28:26.882Zdflt 0.000000000
20492024-03-26T18:28:26.882Zkflt 0.000000000
20502024-03-26T18:28:26.923Zlock 0.000000000
20512024-03-26T18:28:26.924Zslp 0.000000000
20522024-03-26T18:28:26.924Zlat 0.000213458
20532024-03-26T18:28:26.924Zstop 0.000263281
20542024-03-26T18:28:26.924Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20552024-03-26T18:28:26.924Z+ ptime -m gzip
20562024-03-26T18:28:26.924Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-92ca3720317208b2
20572024-03-26T18:28:41.649Z
20582024-03-26T18:28:41.650Zreal 14.763371509
20592024-03-26T18:28:41.650Zuser 14.637931594
20602024-03-26T18:28:41.650Zsys 0.122007421
20612024-03-26T18:28:41.650Ztrap 0.001921455
20622024-03-26T18:28:41.650Ztflt 0.000000000
20632024-03-26T18:28:41.650Zdflt 0.000000000
20642024-03-26T18:28:41.650Zkflt 0.000000000
20652024-03-26T18:28:41.650Zlock 0.000000000
20662024-03-26T18:28:41.650Zslp 0.000000000
20672024-03-26T18:28:41.676Zlat 0.001149944
20682024-03-26T18:28:41.676Zstop 0.000250331
20692024-03-26T18:28:41.676Z+ banner caboose-util
20702024-03-26T18:28:41.676Z
20712024-03-26T18:28:41.676Z #### ## ##### #### #### #### ###### # # #####
20722024-03-26T18:28:41.676Z # # # # # # # # # # # # # # #
20732024-03-26T18:28:41.676Z # # # ##### # # # # #### ##### ##### # # #
20742024-03-26T18:28:41.677Z # ###### # # # # # # # # # # #
20752024-03-26T18:28:41.677Z # # # # # # # # # # # # # # # #
20762024-03-26T18:28:41.677Z #### # # ##### #### #### #### ###### #### #
20772024-03-26T18:28:41.677Z
20782024-03-26T18:28:41.677Z+ ptime -m cargo build --locked -p caboose-util --release
20792024-03-26T18:28:42.254Z Downloading crates ...
20802024-03-26T18:28:42.403Z Downloaded bitfield v0.14.0
20812024-03-26T18:28:42.428Z Downloaded crc-catalog v2.2.0
20822024-03-26T18:28:42.428Z Downloaded funty v2.0.0
20832024-03-26T18:28:42.428Z Downloaded crc v3.0.1
20842024-03-26T18:28:42.428Z Downloaded tap v1.0.1
20852024-03-26T18:28:42.428Z Downloaded smallvec v0.6.14
20862024-03-26T18:28:42.428Z Downloaded wyz v0.5.1
20872024-03-26T18:28:42.428Z Downloaded x509-cert v0.2.4
20882024-03-26T18:28:42.428Z Downloaded rsa v0.9.2
20892024-03-26T18:28:42.453Z Downloaded ron v0.8.1
20902024-03-26T18:28:42.453Z Downloaded object v0.30.4
20912024-03-26T18:28:42.453Z Downloaded num-bigint-dig v0.8.4
20922024-03-26T18:28:42.478Z Downloaded hashbrown v0.13.2
20932024-03-26T18:28:42.478Z Downloaded bitvec v1.0.1
20942024-03-26T18:28:42.478Z Downloaded termcolor v1.2.0
20952024-03-26T18:28:42.478Z Downloaded serde-hex v0.1.0
20962024-03-26T18:28:42.502Z Downloaded pkcs1 v0.7.5
20972024-03-26T18:28:42.502Z Downloaded packed_struct_codegen v0.10.1
20982024-03-26T18:28:42.502Z Downloaded packed_struct v0.10.1
20992024-03-26T18:28:42.502Z Downloaded nodrop v0.1.14
21002024-03-26T18:28:42.502Z Downloaded maybe-uninit v2.0.0
21012024-03-26T18:28:42.502Z Downloaded radium v0.7.0
21022024-03-26T18:28:42.502Z Downloaded path-slash v0.1.5
21032024-03-26T18:28:42.502Z Downloaded is-terminal v0.4.9
21042024-03-26T18:28:42.502Z Downloaded env_logger v0.10.0
21052024-03-26T18:28:42.502Z Downloaded crc-any v2.4.3
21062024-03-26T18:28:42.502Z Downloaded array-init v0.0.4
21072024-03-26T18:28:42.617Z Compiling proc-macro2 v1.0.78
21082024-03-26T18:28:42.617Z Compiling unicode-ident v1.0.12
21092024-03-26T18:28:42.617Z Compiling libc v0.2.153
21102024-03-26T18:28:42.642Z Compiling serde v1.0.197
21112024-03-26T18:28:42.642Z Compiling autocfg v1.1.0
21122024-03-26T18:28:42.642Z Compiling version_check v0.9.4
21132024-03-26T18:28:42.642Z Compiling cfg-if v1.0.0
21142024-03-26T18:28:42.761Z Compiling typenum v1.16.0
21152024-03-26T18:28:42.791Z Compiling once_cell v1.19.0
21162024-03-26T18:28:42.821Z Compiling parking_lot_core v0.9.8
21172024-03-26T18:28:43.168Z Compiling memchr v2.7.1
21182024-03-26T18:28:43.208Z Compiling syn v1.0.109
21192024-03-26T18:28:43.243Z Compiling generic-array v0.14.7
21202024-03-26T18:28:43.344Z Compiling lock_api v0.4.10
21212024-03-26T18:28:43.478Z Compiling byteorder v1.5.0
21222024-03-26T18:28:43.548Z Compiling libm v0.2.7
21232024-03-26T18:28:43.720Z Compiling num-traits v0.2.18
21242024-03-26T18:28:43.817Z Compiling ahash v0.8.8
21252024-03-26T18:28:43.915Z Compiling quote v1.0.35
21262024-03-26T18:28:43.946Z Compiling serde_json v1.0.114
21272024-03-26T18:28:43.973Z Compiling pkg-config v0.3.27
21282024-03-26T18:28:44.506Z Compiling thiserror v1.0.57
21292024-03-26T18:28:44.532Z Compiling syn v2.0.52
21302024-03-26T18:28:44.532Z Compiling cc v1.0.83
21312024-03-26T18:28:44.532Z Compiling getrandom v0.2.12
21322024-03-26T18:28:44.783Z Compiling scopeguard v1.2.0
21332024-03-26T18:28:44.861Z Compiling itoa v1.0.9
21342024-03-26T18:28:44.920Z Compiling log v0.4.21
21352024-03-26T18:28:45.146Z Compiling slab v0.4.9
21362024-03-26T18:28:45.383Z Compiling rand_core v0.6.4
21372024-03-26T18:28:45.439Z Compiling smallvec v1.13.1
21382024-03-26T18:28:45.905Z Compiling vcpkg v0.2.15
21392024-03-26T18:28:46.573Z Compiling pin-project-lite v0.2.13
21402024-03-26T18:28:46.674Z Compiling parking_lot v0.12.1
21412024-03-26T18:28:46.789Z Compiling const-oid v0.9.6
21422024-03-26T18:28:47.032Z Compiling ryu v1.0.15
21432024-03-26T18:28:47.275Z Compiling ring v0.17.8
21442024-03-26T18:28:47.305Z Compiling openssl-sys v0.9.96
21452024-03-26T18:28:47.429Z Compiling ucd-trie v0.1.6
21462024-03-26T18:28:47.868Z Compiling signal-hook-registry v1.4.1
21472024-03-26T18:28:48.300Z Compiling rustix v0.38.31
21482024-03-26T18:28:48.431Z Compiling subtle v2.5.0
21492024-03-26T18:28:48.459Z Compiling ring v0.16.20
21502024-03-26T18:28:48.700Z Compiling mio v0.8.11
21512024-03-26T18:28:48.918Z Compiling futures-core v0.3.30
21522024-03-26T18:28:49.118Z Compiling tinyvec_macros v0.1.1
21532024-03-26T18:28:49.199Z Compiling semver v1.0.22
21542024-03-26T18:28:49.315Z Compiling tinyvec v1.6.0
21552024-03-26T18:28:50.116Z Compiling spin v0.5.2
21562024-03-26T18:28:50.528Z Compiling unicode-normalization v0.1.22
21572024-03-26T18:28:50.995Z Compiling socket2 v0.5.5
21582024-03-26T18:28:51.026Z Compiling num_cpus v1.16.0
21592024-03-26T18:28:51.134Z Compiling futures-sink v0.3.30
21602024-03-26T18:28:51.479Z Compiling heck v0.4.1
21612024-03-26T18:28:51.503Z Compiling httparse v1.8.0
21622024-03-26T18:28:51.736Z Compiling allocator-api2 v0.2.16
21632024-03-26T18:28:51.831Z Compiling openssl v0.10.60
21642024-03-26T18:28:51.861Z Compiling unicode-bidi v0.3.15
21652024-03-26T18:28:52.158Z Compiling unicode-xid v0.2.4
21662024-03-26T18:28:52.279Z Compiling synstructure v0.12.6
21672024-03-26T18:28:52.389Z Compiling equivalent v1.0.1
21682024-03-26T18:28:52.500Z Compiling time-core v0.1.2
21692024-03-26T18:28:52.642Z Compiling num-conv v0.1.0
21702024-03-26T18:28:52.872Z Compiling time-macros v0.2.17
21712024-03-26T18:28:52.912Z Compiling futures-channel v0.3.30
21722024-03-26T18:28:53.214Z Compiling rustls v0.21.9
21732024-03-26T18:28:53.439Z Compiling crc32fast v1.3.2
21742024-03-26T18:28:53.597Z Compiling ppv-lite86 v0.2.17
21752024-03-26T18:28:53.622Z Compiling futures-io v0.3.30
21762024-03-26T18:28:53.803Z Compiling futures-task v0.3.30
21772024-03-26T18:28:54.040Z Compiling pin-utils v0.1.0
21782024-03-26T18:28:54.131Z Compiling native-tls v0.2.11
21792024-03-26T18:28:54.259Z Compiling rand_chacha v0.3.1
21802024-03-26T18:28:54.378Z Compiling bzip2-sys v0.1.11+1.0.8
21812024-03-26T18:28:54.731Z Compiling spin v0.9.8
21822024-03-26T18:28:54.755Z Compiling tracing-core v0.1.32
21832024-03-26T18:28:54.779Z Compiling base64ct v1.6.0
21842024-03-26T18:28:55.151Z Compiling serde_derive v1.0.197
21852024-03-26T18:28:55.369Z Compiling zeroize_derive v1.4.2
21862024-03-26T18:28:55.418Z Compiling zerocopy-derive v0.7.32
21872024-03-26T18:28:55.418Z Compiling thiserror-impl v1.0.57
21882024-03-26T18:28:55.418Z Compiling tokio-macros v2.2.0
21892024-03-26T18:28:55.579Z Compiling futures-macro v0.3.30
21902024-03-26T18:28:55.869Z Compiling tracing-attributes v0.1.27
21912024-03-26T18:28:56.406Z Compiling der_derive v0.7.2
21922024-03-26T18:28:56.554Z Compiling zeroize v1.7.0
21932024-03-26T18:28:57.025Z Compiling zerocopy v0.7.32
21942024-03-26T18:28:57.719Z Compiling pest v2.7.6
21952024-03-26T18:28:58.099Z Compiling crypto-common v0.1.6
21962024-03-26T18:28:58.575Z Compiling block-buffer v0.10.4
21972024-03-26T18:28:59.017Z Compiling digest v0.10.7
21982024-03-26T18:28:59.017Z Compiling zerocopy-derive v0.2.0
21992024-03-26T18:28:59.017Z Compiling openssl-macros v0.1.1
22002024-03-26T18:28:59.045Z Compiling hashbrown v0.14.3
22012024-03-26T18:28:59.045Z Compiling futures-util v0.3.30
22022024-03-26T18:28:59.146Z Compiling tracing v0.1.40
22032024-03-26T18:28:59.294Z Compiling pem-rfc7468 v0.7.0
22042024-03-26T18:28:59.565Z Compiling scroll_derive v0.12.0
22052024-03-26T18:28:59.905Z Compiling pest_meta v2.7.6
22062024-03-26T18:28:59.999Z Compiling zerocopy-derive v0.6.4
22072024-03-26T18:28:59.999Z Compiling rand v0.8.5
22082024-03-26T18:29:00.697Z Compiling usdt-impl v0.3.5
22092024-03-26T18:29:00.743Z Compiling cookie v0.17.0
22102024-03-26T18:29:00.802Z Compiling schemars v0.8.16
22112024-03-26T18:29:00.984Z Compiling pest_generator v2.7.6
22122024-03-26T18:29:01.469Z Compiling signal-hook v0.3.17
22132024-03-26T18:29:01.546Z Compiling flagset v0.4.3
22142024-03-26T18:29:01.715Z Compiling percent-encoding v2.3.1
22152024-03-26T18:29:01.992Z Compiling der v0.7.8
22162024-03-26T18:29:02.415Z Compiling serde_derive_internals v0.26.0
22172024-03-26T18:29:03.343Z Compiling pest_derive v2.7.6
22182024-03-26T18:29:04.198Z Compiling errno v0.3.8
22192024-03-26T18:29:04.375Z Compiling fnv v1.0.7
22202024-03-26T18:29:04.423Z Compiling schemars_derive v0.8.16
22212024-03-26T18:29:04.496Z Compiling spki v0.7.2
22222024-03-26T18:29:05.682Z Compiling zerocopy v0.3.0
22232024-03-26T18:29:06.075Z Compiling bytes v1.5.0
22242024-03-26T18:29:06.591Z Compiling bitflags v2.4.2
22252024-03-26T18:29:06.903Z Compiling tokio v1.36.0
22262024-03-26T18:29:07.080Z Compiling indexmap v2.2.5
22272024-03-26T18:29:07.647Z Compiling rustc_version v0.4.0
22282024-03-26T18:29:08.213Z Compiling heapless v0.7.16
22292024-03-26T18:29:08.372Z Compiling http v0.2.12
22302024-03-26T18:29:08.488Z Compiling uuid v1.7.0
22312024-03-26T18:29:08.566Z Compiling lazy_static v1.4.0
22322024-03-26T18:29:09.627Z Compiling backtrace v0.3.69
22332024-03-26T18:29:09.935Z Compiling thread-id v4.2.0
22342024-03-26T18:29:10.044Z Compiling num-bigint v0.4.4
22352024-03-26T18:29:10.250Z Compiling async-trait v0.1.77
22362024-03-26T18:29:10.423Z Compiling base64 v0.21.7
22372024-03-26T18:29:10.462Z Compiling crossbeam-utils v0.8.19
22382024-03-26T18:29:10.618Z Compiling powerfmt v0.2.0
22392024-03-26T18:29:10.934Z Compiling foreign-types-shared v0.1.1
22402024-03-26T18:29:11.320Z Compiling smoltcp v0.9.1
22412024-03-26T18:29:11.351Z Compiling iana-time-zone v0.1.57
22422024-03-26T18:29:11.462Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22432024-03-26T18:29:11.650Z Compiling untrusted v0.9.0
22442024-03-26T18:29:11.798Z Compiling untrusted v0.7.1
22452024-03-26T18:29:12.013Z Compiling chrono v0.4.34
22462024-03-26T18:29:12.719Z Compiling foreign-types v0.3.2
22472024-03-26T18:29:12.760Z Compiling deranged v0.3.11
22482024-03-26T18:29:12.866Z Compiling dof v0.1.5
22492024-03-26T18:29:13.520Z Compiling dtrace-parser v0.1.14
22502024-03-26T18:29:14.414Z Compiling tokio-util v0.7.10
22512024-03-26T18:29:14.724Z Compiling form_urlencoded v1.2.1
22522024-03-26T18:29:14.906Z Compiling hmac v0.12.1
22532024-03-26T18:29:14.947Z Compiling clap_derive v4.5.0
22542024-03-26T18:29:15.011Z Compiling num-integer v0.1.46
22552024-03-26T18:29:15.241Z Compiling anstyle v1.0.2
22562024-03-26T18:29:15.643Z Compiling siphasher v0.3.11
22572024-03-26T18:29:15.674Z Compiling rustversion v1.0.14
22582024-03-26T18:29:15.972Z Compiling cpufeatures v0.2.12
22592024-03-26T18:29:16.157Z Compiling try-lock v0.2.4
22602024-03-26T18:29:16.260Z Compiling adler v1.0.2
22612024-03-26T18:29:16.297Z Compiling num_threads v0.1.6
22622024-03-26T18:29:16.297Z Compiling utf8parse v0.2.1
22632024-03-26T18:29:16.387Z Compiling miniz_oxide v0.7.1
22642024-03-26T18:29:16.427Z Compiling anstyle-parse v0.2.1
22652024-03-26T18:29:16.533Z Compiling time v0.3.34
22662024-03-26T18:29:16.568Z Compiling want v0.3.1
22672024-03-26T18:29:17.472Z Compiling sha2 v0.10.8
22682024-03-26T18:29:18.548Z Compiling h2 v0.3.24
22692024-03-26T18:29:20.471Z Compiling sct v0.7.0
22702024-03-26T18:29:20.657Z Compiling rustls-webpki v0.101.7
22712024-03-26T18:29:20.827Z Compiling http-body v0.4.5
22722024-03-26T18:29:21.271Z Compiling serde_tokenstream v0.1.7
22732024-03-26T18:29:21.747Z Compiling pkcs8 v0.10.2
22742024-03-26T18:29:21.898Z Compiling hubpack_derive v0.1.1
22752024-03-26T18:29:22.136Z Compiling idna v0.5.0
22762024-03-26T18:29:22.705Z Compiling aho-corasick v1.1.2
22772024-03-26T18:29:22.807Z Compiling usdt-impl v0.5.0
22782024-03-26T18:29:23.116Z Compiling httpdate v1.0.3
22792024-03-26T18:29:23.240Z Compiling anstyle-query v1.0.0
22802024-03-26T18:29:23.481Z Compiling regex-syntax v0.8.2
22812024-03-26T18:29:23.548Z Compiling colorchoice v1.0.0
22822024-03-26T18:29:24.108Z Compiling openssl-probe v0.1.5
22832024-03-26T18:29:24.611Z Compiling anyhow v1.0.79
22842024-03-26T18:29:25.087Z Compiling radium v0.7.0
22852024-03-26T18:29:25.167Z Compiling tower-service v0.3.2
22862024-03-26T18:29:25.439Z Compiling slog v2.7.0
22872024-03-26T18:29:25.794Z Compiling hyper v0.14.28
22882024-03-26T18:29:26.410Z Compiling regex-automata v0.4.5
22892024-03-26T18:29:34.676Z Compiling anstream v0.6.11
22902024-03-26T18:29:34.849Z Compiling url v2.5.0
22912024-03-26T18:29:34.902Z Compiling terminal_size v0.3.0
22922024-03-26T18:29:34.902Z Compiling toml_datetime v0.6.5
22932024-03-26T18:29:34.902Z Compiling serde_spanned v0.6.5
22942024-03-26T18:29:34.902Z Compiling zerocopy v0.6.4
22952024-03-26T18:29:34.902Z Compiling scroll v0.12.0
22962024-03-26T18:29:34.902Z Compiling md-5 v0.10.5
22972024-03-26T18:29:34.902Z Compiling stringprep v0.1.3
22982024-03-26T18:29:34.902Z Compiling idna v0.3.0
22992024-03-26T18:29:34.902Z Compiling diesel_table_macro_syntax v0.1.0
23002024-03-26T18:29:34.902Z Compiling hash32 v0.2.1
23012024-03-26T18:29:34.902Z Compiling plain v0.2.3
23022024-03-26T18:29:34.902Z Compiling clap_lex v0.7.0
23032024-03-26T18:29:34.902Z Compiling maybe-uninit v2.0.0
23042024-03-26T18:29:34.940Z Compiling strsim v0.11.0
23052024-03-26T18:29:35.008Z Compiling stable_deref_trait v1.2.0
23062024-03-26T18:29:35.075Z Compiling dyn-clone v1.0.17
23072024-03-26T18:29:35.108Z Compiling gimli v0.28.0
23082024-03-26T18:29:35.187Z Compiling fallible-iterator v0.2.0
23092024-03-26T18:29:35.250Z Compiling psl-types v2.0.11
23102024-03-26T18:29:35.532Z Compiling uuid v0.8.2
23112024-03-26T18:29:35.582Z Compiling tap v1.0.1
23122024-03-26T18:29:35.776Z Compiling postgres-protocol v0.6.6
23132024-03-26T18:29:35.979Z Compiling wyz v0.5.1
23142024-03-26T18:29:36.340Z Compiling publicsuffix v2.2.3
23152024-03-26T18:29:36.605Z Compiling clap_builder v4.5.1
23162024-03-26T18:29:36.718Z Compiling diesel_derives v2.1.2
23172024-03-26T18:29:36.757Z Compiling goblin v0.8.0
23182024-03-26T18:29:37.694Z Compiling tokio-rustls v0.24.1
23192024-03-26T18:29:38.493Z Compiling addr2line v0.21.0
23202024-03-26T18:29:39.034Z Compiling strum_macros v0.25.2
23212024-03-26T18:29:40.268Z Compiling tokio-native-tls v0.3.1
23222024-03-26T18:29:40.959Z Compiling usdt-macro v0.3.5
23232024-03-26T18:29:42.382Z Compiling usdt-attr-macro v0.3.5
23242024-03-26T18:29:43.408Z Compiling phf_shared v0.11.2
23252024-03-26T18:29:43.624Z Compiling num-iter v0.1.44
23262024-03-26T18:29:44.137Z Compiling block-padding v0.3.3
23272024-03-26T18:29:44.185Z Compiling enum-as-inner v0.5.1
23282024-03-26T18:29:44.339Z Compiling serde_repr v0.1.16
23292024-03-26T18:29:45.190Z Compiling ff v0.13.0
23302024-03-26T18:29:45.414Z Compiling scheduled-thread-pool v0.2.7
23312024-03-26T18:29:46.731Z Compiling object v0.32.1
23322024-03-26T18:29:47.392Z Compiling num-bigint-dig v0.8.4
23332024-03-26T18:29:47.670Z Compiling ipnet v2.9.0
23342024-03-26T18:29:48.305Z Compiling winnow v0.5.15
23352024-03-26T18:29:49.401Z Compiling base16ct v0.2.0
23362024-03-26T18:29:49.576Z Compiling funty v2.0.0
23372024-03-26T18:29:51.077Z Compiling rustc-demangle v0.1.23
23382024-03-26T18:29:51.589Z Compiling pretty-hex v0.4.1
23392024-03-26T18:29:51.795Z Compiling packed_struct v0.10.1
23402024-03-26T18:29:51.833Z Compiling bitflags v1.3.2
23412024-03-26T18:29:51.887Z Compiling regex-automata v0.1.10
23422024-03-26T18:29:51.930Z Compiling matches v0.1.10
23432024-03-26T18:29:52.288Z Compiling managed v0.8.0
23442024-03-26T18:29:52.632Z Compiling bit-vec v0.6.3
23452024-03-26T18:29:52.796Z Compiling bstr v0.2.17
23462024-03-26T18:29:53.954Z Compiling idna v0.2.3
23472024-03-26T18:29:54.311Z Compiling dof v0.3.0
23482024-03-26T18:29:55.835Z Compiling toml_edit v0.19.15
23492024-03-26T18:29:57.935Z Compiling bitvec v1.0.1
23502024-03-26T18:29:57.962Z Compiling sec1 v0.7.3
23512024-03-26T18:29:59.012Z Compiling r2d2 v0.8.10
23522024-03-26T18:29:59.322Z Compiling group v0.13.0
23532024-03-26T18:29:59.349Z Compiling inout v0.1.3
23542024-03-26T18:30:00.791Z Compiling phf v0.11.2
23552024-03-26T18:30:01.037Z Compiling hyper-tls v0.5.0
23562024-03-26T18:30:01.248Z Compiling clap v4.5.1
23572024-03-26T18:30:01.344Z Compiling signal-hook-mio v0.2.3
23582024-03-26T18:30:01.371Z Compiling cookie_store v0.20.0
23592024-03-26T18:30:01.423Z Compiling flate2 v1.0.28
23602024-03-26T18:30:01.489Z Compiling hyper-rustls v0.24.2
23612024-03-26T18:30:01.796Z Compiling bzip2 v0.4.4
23622024-03-26T18:30:02.103Z Compiling ipnetwork v0.20.0
23632024-03-26T18:30:02.272Z Compiling postgres-types v0.2.6
23642024-03-26T18:30:02.344Z Compiling regex v1.10.3
23652024-03-26T18:30:02.756Z Compiling hubpack v0.1.2
23662024-03-26T18:30:02.851Z Compiling rustls-pemfile v1.0.3
23672024-03-26T18:30:03.153Z Compiling phf_shared v0.10.0
23682024-03-26T18:30:03.199Z Compiling hkdf v0.12.4
23692024-03-26T18:30:03.227Z Compiling serde_urlencoded v0.7.1
23702024-03-26T18:30:03.463Z Compiling dtrace-parser v0.2.0
23712024-03-26T18:30:03.489Z Compiling futures-executor v0.3.30
23722024-03-26T18:30:04.540Z Compiling crypto-bigint v0.5.2
23732024-03-26T18:30:04.566Z Compiling packed_struct_codegen v0.10.1
23742024-03-26T18:30:05.270Z Compiling float-cmp v0.9.0
23752024-03-26T18:30:05.559Z Compiling indexmap v1.9.3
23762024-03-26T18:30:05.805Z Compiling encoding_rs v0.8.33
23772024-03-26T18:30:06.430Z Compiling sync_wrapper v0.1.2
23782024-03-26T18:30:06.459Z Compiling precomputed-hash v0.1.1
23792024-03-26T18:30:06.542Z Compiling unicode-segmentation v1.10.1
23802024-03-26T18:30:07.152Z Compiling data-encoding v2.4.0
23812024-03-26T18:30:07.215Z Compiling minimal-lexical v0.2.1
23822024-03-26T18:30:07.244Z Compiling mime v0.3.17
23832024-03-26T18:30:07.630Z Compiling webpki-roots v0.25.2
23842024-03-26T18:30:07.691Z Compiling nodrop v0.1.14
23852024-03-26T18:30:07.779Z Compiling static_assertions v1.1.0
23862024-03-26T18:30:07.812Z Compiling fixedbitset v0.4.2
23872024-03-26T18:30:07.875Z Compiling unicode-width v0.1.11
23882024-03-26T18:30:08.195Z Compiling winnow v0.6.1
23892024-03-26T18:30:08.581Z Compiling new_debug_unreachable v1.0.4
23902024-03-26T18:30:08.785Z Compiling crc-catalog v2.2.0
23912024-03-26T18:30:08.924Z Compiling normalize-line-endings v0.3.0
23922024-03-26T18:30:08.948Z Compiling either v1.10.0
23932024-03-26T18:30:09.038Z Compiling difflib v0.4.0
23942024-03-26T18:30:09.297Z Compiling predicates-core v1.0.6
23952024-03-26T18:30:09.418Z Compiling whoami v1.5.0
23962024-03-26T18:30:09.580Z Compiling predicates v3.1.0
23972024-03-26T18:30:09.889Z Compiling tokio-postgres v0.7.10
23982024-03-26T18:30:10.116Z Compiling itertools v0.10.5
23992024-03-26T18:30:10.913Z Compiling toml_edit v0.22.6
24002024-03-26T18:30:11.808Z Compiling crc v3.0.1
24012024-03-26T18:30:12.387Z Compiling string_cache v0.8.7
24022024-03-26T18:30:13.169Z Compiling petgraph v0.6.4
24032024-03-26T18:30:14.119Z Compiling console v0.15.8
24042024-03-26T18:30:14.617Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24052024-03-26T18:30:16.373Z Compiling array-init v0.0.4
24062024-03-26T18:30:16.843Z Compiling reqwest v0.11.24
24072024-03-26T18:30:17.478Z Compiling trust-dns-proto v0.22.0
24082024-03-26T18:30:19.222Z Compiling nom v7.1.3
24092024-03-26T18:30:20.982Z Compiling similar v2.4.0
24102024-03-26T18:30:23.866Z Compiling elliptic-curve v0.13.8
24112024-03-26T18:30:26.392Z Compiling futures v0.3.30
24122024-03-26T18:30:27.243Z Compiling diesel v2.1.4
24132024-03-26T18:30:27.767Z Compiling smallvec v0.6.14
24142024-03-26T18:30:27.970Z Compiling zip v0.6.6
24152024-03-26T18:30:28.182Z Compiling yasna v0.5.2
24162024-03-26T18:30:28.271Z Compiling crossterm v0.27.0
24172024-03-26T18:30:28.982Z Compiling crossbeam-epoch v0.9.18
24182024-03-26T18:30:29.537Z Compiling cipher v0.4.4
24192024-03-26T18:30:30.569Z Compiling toml v0.7.8
24202024-03-26T18:30:31.063Z Compiling bit-set v0.5.3
24212024-03-26T18:30:31.090Z Compiling usdt v0.3.5
24222024-03-26T18:30:31.825Z Compiling bstr v1.9.0
24232024-03-26T18:30:32.288Z Compiling pkcs1 v0.7.5
24242024-03-26T18:30:32.365Z Compiling tokio-stream v0.1.14
24252024-03-26T18:30:32.807Z Compiling is-terminal v0.4.9
24262024-03-26T18:30:32.933Z Compiling openapiv3 v2.0.0
24272024-03-26T18:30:33.152Z Compiling hex v0.4.3
24282024-03-26T18:30:33.730Z Compiling signature v2.1.0
24292024-03-26T18:30:35.908Z Compiling lalrpop-util v0.19.12
24302024-03-26T18:30:36.346Z Compiling bitfield v0.14.0
24312024-03-26T18:30:36.447Z Compiling termcolor v1.2.0
24322024-03-26T18:30:37.138Z Compiling hashbrown v0.12.3
24332024-03-26T18:30:37.317Z Compiling env_logger v0.10.0
24342024-03-26T18:30:38.677Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24352024-03-26T18:30:41.384Z Compiling rsa v0.9.2
24362024-03-26T18:30:47.386Z Compiling serde-hex v0.1.0
24372024-03-26T18:30:51.507Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24382024-03-26T18:30:54.010Z Compiling ron v0.8.1
24392024-03-26T18:30:54.723Z Compiling x509-cert v0.2.4
24402024-03-26T18:30:55.223Z Compiling hashbrown v0.13.2
24412024-03-26T18:30:56.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24422024-03-26T18:31:00.476Z Compiling crc-any v2.4.3
24432024-03-26T18:31:06.614Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24442024-03-26T18:31:22.138Z Compiling object v0.30.4
24452024-03-26T18:31:22.599Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24462024-03-26T18:31:29.417Z Compiling path-slash v0.1.5
24472024-03-26T18:31:29.615Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24482024-03-26T18:31:53.177Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24492024-03-26T18:31:54.120Z Finished release [optimized] target(s) in 3m 12s
24502024-03-26T18:31:54.185Z
24512024-03-26T18:31:54.185Zreal 3:12.501052225
24522024-03-26T18:31:54.185Zuser 20:20.237494054
24532024-03-26T18:31:54.185Zsys 2:41.146751396
24542024-03-26T18:31:54.185Ztrap 0.694982106
24552024-03-26T18:31:54.185Ztflt 0.711118858
24562024-03-26T18:31:54.185Zdflt 0.549124047
24572024-03-26T18:31:54.185Zkflt 0.000306551
24582024-03-26T18:31:54.185Zlock 45:34.509578465
24592024-03-26T18:31:54.186Zslp 59:55.818046133
24602024-03-26T18:31:54.186Zlat 1:20.361606866
24612024-03-26T18:31:54.186Zstop 1:24.720210331
24622024-03-26T18:31:54.216Z+ ptime -m gzip
24632024-03-26T18:31:55.013Z
24642024-03-26T18:31:55.013Zreal 0.413845437
24652024-03-26T18:31:55.013Zuser 0.407302868
24662024-03-26T18:31:55.047Zsys 0.005969992
24672024-03-26T18:31:55.047Ztrap 0.000052303
24682024-03-26T18:31:55.047Ztflt 0.000000000
24692024-03-26T18:31:55.047Zdflt 0.000000000
24702024-03-26T18:31:55.047Zkflt 0.000000000
24712024-03-26T18:31:55.047Zlock 0.000000000
24722024-03-26T18:31:55.047Zslp 0.000000000
24732024-03-26T18:31:55.047Zlat 0.000188901
24742024-03-26T18:31:55.047Zstop 0.000245671
24752024-03-26T18:31:55.047Z+ banner tufaceous
24762024-03-26T18:31:55.047Z
24772024-03-26T18:31:55.047Z ##### # # ###### ## #### ###### #### # # ####
24782024-03-26T18:31:55.047Z # # # # # # # # # # # # # #
24792024-03-26T18:31:55.047Z # # # ##### # # # ##### # # # # ####
24802024-03-26T18:31:55.048Z # # # # ###### # # # # # # #
24812024-03-26T18:31:55.048Z # # # # # # # # # # # # # # #
24822024-03-26T18:31:55.048Z # #### # # # #### ###### #### #### ####
24832024-03-26T18:31:55.048Z
24842024-03-26T18:31:55.048Z+ ptime -m cargo build --locked -p tufaceous --release
24852024-03-26T18:31:55.236Z Downloading crates ...
24862024-03-26T18:31:55.457Z Downloaded async-recursion v1.0.5
24872024-03-26T18:31:55.487Z Downloaded fs-err v2.11.0
24882024-03-26T18:31:55.487Z Downloaded snafu-derive v0.7.5
24892024-03-26T18:31:55.487Z Downloaded buf-list v1.0.3
24902024-03-26T18:31:55.487Z Downloaded doc-comment v0.3.3
24912024-03-26T18:31:55.487Z Downloaded parse-size v1.0.0
24922024-03-26T18:31:55.487Z Downloaded globset v0.4.13
24932024-03-26T18:31:55.487Z Downloaded serde_plain v1.0.2
24942024-03-26T18:31:55.487Z Downloaded pin-project-internal v1.1.3
24952024-03-26T18:31:55.487Z Downloaded snafu v0.7.5
24962024-03-26T18:31:55.532Z Downloaded typed-path v0.7.0
24972024-03-26T18:31:55.532Z Downloaded tough v0.16.0
24982024-03-26T18:31:55.532Z Downloaded pin-project v1.1.3
24992024-03-26T18:31:55.532Z Downloaded olpc-cjson v0.1.3
25002024-03-26T18:31:55.640Z Compiling serde_tokenstream v0.2.0
25012024-03-26T18:31:55.669Z Compiling regress v0.9.0
25022024-03-26T18:31:55.703Z Compiling dirs-sys-next v0.1.2
25032024-03-26T18:31:55.703Z Compiling strsim v0.10.0
25042024-03-26T18:31:55.704Z Compiling rustls-pki-types v1.3.0
25052024-03-26T18:31:55.704Z Compiling heck v0.4.1
25062024-03-26T18:31:55.704Z Compiling ident_case v1.0.1
25072024-03-26T18:31:55.854Z Compiling getopts v0.2.21
25082024-03-26T18:31:56.084Z Compiling darling_core v0.20.3
25092024-03-26T18:31:56.315Z Compiling dirs-next v2.0.0
25102024-03-26T18:31:56.514Z Compiling thread_local v1.1.7
25112024-03-26T18:31:56.568Z Compiling camino v1.1.6
25122024-03-26T18:31:56.683Z Compiling slog-async v2.8.0
25132024-03-26T18:31:56.711Z Compiling unsafe-libyaml v0.2.10
25142024-03-26T18:31:56.796Z Compiling rustls v0.22.2
25152024-03-26T18:31:57.048Z Compiling term v0.7.0
25162024-03-26T18:31:57.083Z Compiling rustls-webpki v0.102.1
25172024-03-26T18:31:57.230Z Compiling crossbeam-channel v0.5.8
25182024-03-26T18:31:58.117Z Compiling serde_yaml v0.9.25
25192024-03-26T18:31:58.699Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25202024-03-26T18:31:59.386Z Compiling structmeta-derive v0.3.0
25212024-03-26T18:32:00.498Z Compiling darling_macro v0.20.3
25222024-03-26T18:32:00.760Z Compiling atty v0.2.14
25232024-03-26T18:32:00.888Z Compiling multer v3.0.0
25242024-03-26T18:32:00.962Z Compiling take_mut v0.2.2
25252024-03-26T18:32:01.521Z Compiling match_cfg v0.1.0
25262024-03-26T18:32:01.549Z Compiling doc-comment v0.3.3
25272024-03-26T18:32:01.549Z Compiling paste v1.0.14
25282024-03-26T18:32:01.549Z Compiling darling v0.20.3
25292024-03-26T18:32:01.549Z Compiling hostname v0.3.1
25302024-03-26T18:32:01.549Z Compiling slog-term v2.9.0
25312024-03-26T18:32:01.617Z Compiling structmeta v0.3.0
25322024-03-26T18:32:01.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332024-03-26T18:32:01.974Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25342024-03-26T18:32:02.771Z Compiling slog-json v2.6.1
25352024-03-26T18:32:03.159Z Compiling http v1.0.0
25362024-03-26T18:32:03.241Z Compiling pin-project-internal v1.1.3
25372024-03-26T18:32:03.321Z Compiling async-stream-impl v0.3.5
25382024-03-26T18:32:03.894Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25392024-03-26T18:32:04.118Z Compiling atomic-waker v1.1.1
25402024-03-26T18:32:04.154Z Compiling fastrand v2.0.1
25412024-03-26T18:32:04.306Z Compiling waitgroup v0.1.2
25422024-03-26T18:32:04.357Z Compiling async-stream v0.3.5
25432024-03-26T18:32:04.525Z Compiling tempfile v3.10.0
25442024-03-26T18:32:04.833Z Compiling slog-bunyan v2.5.0
25452024-03-26T18:32:05.162Z Compiling parse-display-derive v0.9.0
25462024-03-26T18:32:05.408Z Compiling pin-project v1.1.3
25472024-03-26T18:32:05.529Z Compiling tokio-rustls v0.25.0
25482024-03-26T18:32:06.071Z Compiling serde_with_macros v3.6.1
25492024-03-26T18:32:06.850Z Compiling toml v0.8.10
25502024-03-26T18:32:07.028Z Compiling rustls-pemfile v2.1.1
25512024-03-26T18:32:07.192Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25522024-03-26T18:32:07.651Z Compiling sha1 v0.10.6
25532024-03-26T18:32:08.069Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25542024-03-26T18:32:08.268Z Compiling strum_macros v0.26.1
25552024-03-26T18:32:08.342Z Compiling newtype-uuid v1.0.1
25562024-03-26T18:32:08.422Z Compiling snafu-derive v0.7.5
25572024-03-26T18:32:08.648Z Compiling serde_path_to_error v0.1.16
25582024-03-26T18:32:08.834Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25592024-03-26T18:32:09.395Z Compiling fs-err v2.11.0
25602024-03-26T18:32:09.487Z Compiling instant v0.1.12
25612024-03-26T18:32:09.639Z Compiling same-file v1.0.6
25622024-03-26T18:32:09.668Z Compiling arc-swap v1.6.0
25632024-03-26T18:32:09.884Z Compiling buf-list v1.0.3
25642024-03-26T18:32:10.295Z Compiling debug-ignore v1.0.5
25652024-03-26T18:32:10.383Z Compiling slog-scope v4.4.0
25662024-03-26T18:32:11.210Z Compiling walkdir v2.4.0
25672024-03-26T18:32:11.479Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25682024-03-26T18:32:12.020Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25692024-03-26T18:32:12.044Z Compiling strum v0.26.1
25702024-03-26T18:32:12.208Z Compiling backoff v0.4.0
25712024-03-26T18:32:12.404Z Compiling snafu v0.7.5
25722024-03-26T18:32:12.493Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25732024-03-26T18:32:12.523Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25742024-03-26T18:32:12.688Z Compiling parse-display v0.9.0
25752024-03-26T18:32:12.847Z Compiling serde_with v3.6.1
25762024-03-26T18:32:14.070Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25772024-03-26T18:32:14.239Z Compiling globset v0.4.13
25782024-03-26T18:32:14.408Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25792024-03-26T18:32:14.567Z Compiling pem v3.0.2
25802024-03-26T18:32:15.917Z Compiling olpc-cjson v0.1.3
25812024-03-26T18:32:16.201Z Compiling serde_plain v1.0.2
25822024-03-26T18:32:16.358Z Compiling macaddr v1.0.1
25832024-03-26T18:32:16.627Z Compiling async-recursion v1.0.5
25842024-03-26T18:32:16.866Z Compiling filetime v0.2.23
25852024-03-26T18:32:17.083Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25862024-03-26T18:32:17.164Z Compiling xattr v1.0.1
25872024-03-26T18:32:17.400Z Compiling typed-path v0.7.0
25882024-03-26T18:32:17.438Z Compiling tar v0.4.40
25892024-03-26T18:32:20.951Z Compiling tough v0.16.0
25902024-03-26T18:32:22.760Z Compiling slog-stdlog v4.1.1
25912024-03-26T18:32:23.508Z Compiling camino-tempfile v1.1.1
25922024-03-26T18:32:23.599Z Compiling itertools v0.12.1
25932024-03-26T18:32:24.209Z Compiling parse-size v1.0.0
25942024-03-26T18:32:24.467Z Compiling slog-envlogger v2.2.0
25952024-03-26T18:32:26.551Z Compiling humantime v2.1.0
25962024-03-26T18:32:28.760Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25972024-03-26T18:32:28.946Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
25982024-03-26T18:32:32.503Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25992024-03-26T18:32:41.351Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26002024-03-26T18:32:42.103Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26012024-03-26T18:33:00.307Z Finished release [optimized] target(s) in 1m 05s
26022024-03-26T18:33:00.399Z
26032024-03-26T18:33:00.424Zreal 1:05.759969253
26042024-03-26T18:33:00.424Zuser 6:54.495795680
26052024-03-26T18:33:00.424Zsys 37.637072414
26062024-03-26T18:33:00.424Ztrap 0.209751275
26072024-03-26T18:33:00.424Ztflt 0.248519111
26082024-03-26T18:33:00.424Zdflt 0.545576600
26092024-03-26T18:33:00.424Zkflt 0.001923007
26102024-03-26T18:33:00.424Zlock 13:55.035976252
26112024-03-26T18:33:00.424Zslp 15:08.742458853
26122024-03-26T18:33:00.424Zlat 18.287738945
26132024-03-26T18:33:00.424Zstop 16.366645277
26142024-03-26T18:33:00.425Z+ ptime -m gzip
26152024-03-26T18:33:02.151Z
26162024-03-26T18:33:02.151Zreal 1.740168007
26172024-03-26T18:33:02.151Zuser 1.716188485
26182024-03-26T18:33:02.151Zsys 0.023118699
26192024-03-26T18:33:02.151Ztrap 0.000245286
26202024-03-26T18:33:02.151Ztflt 0.000000000
26212024-03-26T18:33:02.179Zdflt 0.000000000
26222024-03-26T18:33:02.180Zkflt 0.000000000
26232024-03-26T18:33:02.180Zlock 0.000000000
26242024-03-26T18:33:02.180Zslp 0.000000000
26252024-03-26T18:33:02.180Zlat 0.000203598
26262024-03-26T18:33:02.180Zstop 0.000298702
26272024-03-26T18:33:02.180Zprocess exited: duration 737102 ms, exit code 0
 
26282024-03-26T18:33:02.239Zfound 8 output files
26292024-03-26T18:33:02.239Zuploading: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz (9708824 bytes)
26302024-03-26T18:33:09.653Zuploaded: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz
26312024-03-26T18:33:09.653Zuploading: /work/end-to-end-tests/bootstrap.gz (102369710 bytes)
26322024-03-26T18:33:52.999Zuploaded: /work/end-to-end-tests/bootstrap.gz
26332024-03-26T18:33:52.999Zuploading: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz (9708487 bytes)
26342024-03-26T18:33:58.587Zuploaded: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz
26352024-03-26T18:33:58.587Zuploading: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz (9708300 bytes)
26362024-03-26T18:34:02.485Zuploaded: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz
26372024-03-26T18:34:02.485Zuploading: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz (103705854 bytes)
26382024-03-26T18:34:37.068Zuploaded: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz
26392024-03-26T18:34:37.068Zuploading: /work/caboose-util.gz (3208802 bytes)
26402024-03-26T18:34:41.993Zuploaded: /work/caboose-util.gz
26412024-03-26T18:34:41.994Zuploading: /work/tufaceous.gz (13687396 bytes)
26422024-03-26T18:34:51.937Zuploaded: /work/tufaceous.gz
26432024-03-26T18:34:51.938Zuploading: /work/commtest (462038176 bytes)
26442024-03-26T18:38:13.454Zuploaded: /work/commtest