01HT1YK3RQHQH6YYQPNFYG3B5T: 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: 01HT1YKEDGY2ZT3V1G3535N4QF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-28T07:17:25.499Zjob assigned to worker 01HT1YKST4JP8KW2T5FYM0MR6R (queued for 2 m 8 s)
 
22024-03-28T07:17:32.906Zstarting task 0: "setup"
32024-03-28T07:17:33.401Z++ uname -s
42024-03-28T07:17:33.411Z+ kern=SunOS
52024-03-28T07:17:33.411Z+ case "$kern" in
62024-03-28T07:17:33.411Z+ groupadd -g 12345 build
72024-03-28T07:17:33.412Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-28T07:17:35.110Z+ zfs create -o mountpoint=/work rpool/work
92024-03-28T07:17:35.641Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-28T07:17:35.645Z+ home_fs=zfs
112024-03-28T07:17:35.645Z+ [[ zfs == autofs ]]
122024-03-28T07:17:35.645Z+ mkdir -p /home/build
132024-03-28T07:17:35.645Z+ chown build:build /home/build /work
142024-03-28T07:17:36.645Z+ chmod 0700 /home/build /work
152024-03-28T07:17:36.649Zprocess exited: duration 3739 ms, exit code 0
 
162024-03-28T07:17:36.657Zstarting task 1: "rust-toolchain"
172024-03-28T07:17:36.664Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-28T07:17:36.668Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-28T07:17:36.781Zinfo: downloading installer
202024-03-28T07:17:38.656Zwarning: it looks like you have an existing installation of Rust at:
212024-03-28T07:17:38.656Zwarning: /opt/ooce/bin
222024-03-28T07:17:38.656Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-28T07:17:38.656Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-28T07:17:38.656Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-28T07:17:38.656Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-28T07:17:38.656Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-28T07:17:38.656Zerror: cannot install while Rust is installed
282024-03-28T07:17:38.656Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-28T07:17:38.922Zinfo: profile set to 'default'
302024-03-28T07:17:38.922Zinfo: default host triple is x86_64-unknown-illumos
312024-03-28T07:17:38.925Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-28T07:17:39.147Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-28T07:17:39.147Zinfo: downloading component 'cargo'
342024-03-28T07:17:40.246Zinfo: downloading component 'clippy'
352024-03-28T07:17:40.605Zinfo: downloading component 'rust-docs'
362024-03-28T07:17:42.246Zinfo: downloading component 'rust-std'
372024-03-28T07:17:44.933Zinfo: downloading component 'rustc'
382024-03-28T07:17:51.149Zinfo: downloading component 'rustfmt'
392024-03-28T07:17:51.553Zinfo: installing component 'cargo'
402024-03-28T07:17:52.372Zinfo: installing component 'clippy'
412024-03-28T07:17:52.731Zinfo: installing component 'rust-docs'
422024-03-28T07:17:54.142Zinfo: installing component 'rust-std'
432024-03-28T07:17:56.021Zinfo: installing component 'rustc'
442024-03-28T07:18:00.012Zinfo: installing component 'rustfmt'
452024-03-28T07:18:00.352Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-28T07:18:00.352Z
472024-03-28T07:18:00.635Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-28T07:18:00.635Z
492024-03-28T07:18:00.639Z
502024-03-28T07:18:00.639ZRust is installed now. Great!
512024-03-28T07:18:00.639Z
522024-03-28T07:18:00.639ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-28T07:18:00.639Zenvironment variable. This has not been done automatically.
542024-03-28T07:18:00.640Z
552024-03-28T07:18:00.640ZTo configure your current shell, you need to source
562024-03-28T07:18:00.640Zthe corresponding env file under $HOME/.cargo.
572024-03-28T07:18:00.640Z
582024-03-28T07:18:00.640ZThis is usually done by running one of the following (note the leading DOT):
592024-03-28T07:18:00.640Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-28T07:18:00.640Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-28T07:18:00.751Z+ rustc --version
622024-03-28T07:18:00.813Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-28T07:18:00.816Zprocess exited: duration 24154 ms, exit code 0
 
642024-03-28T07:18:00.822Zstarting task 2: "authentication"
652024-03-28T07:18:00.849Zprocess exited: duration 22 ms, exit code 0
 
662024-03-28T07:18:00.856Zstarting task 3: "clone repository"
672024-03-28T07:18:00.860Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-28T07:18:00.867Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-28T07:18:01.329ZCloning into '/work/oxidecomputer/omicron'...
702024-03-28T07:18:07.172Z+ cd /work/oxidecomputer/omicron
712024-03-28T07:18:07.172Z+ git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648
722024-03-28T07:18:07.811ZFrom https://github.com/oxidecomputer/omicron
732024-03-28T07:18:07.811Z * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD
742024-03-28T07:18:07.818Z+ [[ -n '' ]]
752024-03-28T07:18:07.818Z+ git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648
762024-03-28T07:18:07.942ZHEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle
772024-03-28T07:18:07.949Zprocess exited: duration 7080 ms, exit code 0
 
782024-03-28T07:18:07.956Zstarting task 4: "build"
792024-03-28T07:18:07.963Z+ cargo --version
802024-03-28T07:18:07.969Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
812024-03-28T07:18:08.116Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
822024-03-28T07:18:08.116Zinfo: downloading component 'cargo'
832024-03-28T07:18:08.855Zinfo: downloading component 'clippy'
842024-03-28T07:18:09.085Zinfo: downloading component 'rust-docs'
852024-03-28T07:18:09.988Zinfo: downloading component 'rust-std'
862024-03-28T07:18:11.451Zinfo: downloading component 'rustc'
872024-03-28T07:18:15.267Zinfo: downloading component 'rustfmt'
882024-03-28T07:18:15.532Zinfo: installing component 'cargo'
892024-03-28T07:18:16.392Zinfo: installing component 'clippy'
902024-03-28T07:18:16.722Zinfo: installing component 'rust-docs'
912024-03-28T07:18:18.187Zinfo: installing component 'rust-std'
922024-03-28T07:18:20.049Zinfo: installing component 'rustc'
932024-03-28T07:18:24.042Zinfo: installing component 'rustfmt'
942024-03-28T07:18:24.408Zcargo 1.76.0 (c84b36747 2024-01-18)
952024-03-28T07:18:24.414Z+ rustc --version
962024-03-28T07:18:24.477Zrustc 1.76.0 (07dca489a 2024-02-04)
972024-03-28T07:18:24.489Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982024-03-28T07:18:37.838Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-03-28T07:18:39.373Z Startup: Caching catalogs ... Done
1002024-03-28T07:18:41.002ZPlanning: Solver setup ... Done (1.256s)
1012024-03-28T07:18:41.022ZPlanning: Running solver ... Done (0.025s)
1022024-03-28T07:18:41.268ZPlanning: Finding local manifests ... Done (0.219s)
1032024-03-28T07:18:41.275ZPlanning: Fetching manifests: 0/4 0% complete
1042024-03-28T07:18:42.010ZPlanning: Fetching manifests: 4/4 100% complete
1052024-03-28T07:18:42.014ZPlanning: Package planning ... Done (0.048s)
1062024-03-28T07:18:42.014ZPlanning: Merging actions ... Done (0.051s)
1072024-03-28T07:18:42.247ZPlanning: Checking for conflicting actions ... Done (0.551s)
1082024-03-28T07:18:42.258ZPlanning: Consolidating action changes ... Done (0.011s)
1092024-03-28T07:18:49.814ZPlanning: Evaluating mediators ... Done (7.540s)
1102024-03-28T07:18:49.862ZPlanning: Planning completed in 10.39 seconds
1112024-03-28T07:18:49.862Z Packages to install: 4
1122024-03-28T07:18:49.862Z Mediators to change: 2
1132024-03-28T07:18:49.862Z Services to change: 1
1142024-03-28T07:18:49.862Z Estimated space available: 155.31 GB
1152024-03-28T07:18:49.862ZEstimated space to be consumed: 1.43 GB
1162024-03-28T07:18:49.862Z Create boot environment: No
1172024-03-28T07:18:49.862ZCreate backup boot environment: No
1182024-03-28T07:18:49.862Z Rebuild boot archive: No
1192024-03-28T07:18:49.862Z
1202024-03-28T07:18:49.862ZChanged mediators:
1212024-03-28T07:18:49.862Z mediator clang:
1222024-03-28T07:18:49.862Z version: None -> 15 (system default)
1232024-03-28T07:18:49.862Z
1242024-03-28T07:18:49.863Z mediator llvm:
1252024-03-28T07:18:49.863Z version: 14 (system default) -> 15 (system default)
1262024-03-28T07:18:49.863Z
1272024-03-28T07:18:49.863ZChanged packages:
1282024-03-28T07:18:49.863Zhelios-dev
1292024-03-28T07:18:49.863Z developer/build-essential
1302024-03-28T07:18:49.863Z None -> 11-2.0
1312024-03-28T07:18:49.863Z library/libxmlsec1
1322024-03-28T07:18:49.863Z None -> 1.2.35-2.0
1332024-03-28T07:18:49.863Z ooce/developer/clang-15
1342024-03-28T07:18:49.863Z None -> 15.0.7-2.0
1352024-03-28T07:18:49.863Z ooce/developer/llvm-15
1362024-03-28T07:18:49.863Z None -> 15.0.7-2.0
1372024-03-28T07:18:49.863Z
1382024-03-28T07:18:49.863ZServices:
1392024-03-28T07:18:49.863Z restart_fmri:
1402024-03-28T07:18:49.863Z svc:/system/update-man-index:default
1412024-03-28T07:18:49.962Z
1422024-03-28T07:18:49.962ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1432024-03-28T07:18:54.966ZDownload: 880/3290 items 18.8/212.6MB 8% complete (3.9M/s)
1442024-03-28T07:18:59.968ZDownload: 1303/3290 items 116.4/212.6MB 54% complete (11.8M/s)
1452024-03-28T07:19:04.975ZDownload: 1902/3290 items 118.4/212.6MB 55% complete (10.0M/s)
1462024-03-28T07:19:11.507ZDownload: 2220/3290 items 119.0/212.6MB 55% complete (6.5M/s)
1472024-03-28T07:19:16.494ZDownload: 3256/3290 items 205.8/212.6MB 96% complete (8.7M/s)
1482024-03-28T07:19:22.460ZDownload: 3287/3290 items 212.5/212.6MB 99% complete (10.3M/s)
1492024-03-28T07:19:28.856ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (9.9M/s)
1502024-03-28T07:19:28.881ZDownload: Completed 212.60 MB in 38.92 seconds (5.5M/s)
1512024-03-28T07:19:29.050Z Actions: 1/3689 actions (Installing new actions)
1522024-03-28T07:19:34.058Z Actions: 3657/3689 actions (Installing new actions)
1532024-03-28T07:19:34.066Z Actions: Completed 3689 actions in 5.02 seconds.
1542024-03-28T07:19:34.170Z Done (0.101s)
1552024-03-28T07:19:34.171Z Done (0.000s)
1562024-03-28T07:19:34.425Z Done (0.253s)
1572024-03-28T07:19:39.656Z Done (5.094s)
1582024-03-28T07:19:39.812Z Done (0.085s)
1592024-03-28T07:19:39.815Z Done (0.000s)
1602024-03-28T07:19:39.960Z Done (0.000s)
1612024-03-28T07:19:40.492ZPlanning: Evaluating mediator changes ... Done
1622024-03-28T07:19:40.639ZPlanning: Checking for conflicting actions ... Done
1632024-03-28T07:19:40.642ZPlanning: Consolidating action changes ... Done
1642024-03-28T07:19:40.907ZPlanning: Evaluating mediators ... Done
1652024-03-28T07:19:40.910ZPlanning: Planning completed in 0.43 seconds
1662024-03-28T07:19:40.941Z Mediators to change: 2
1672024-03-28T07:19:40.941Z Create boot environment: No
1682024-03-28T07:19:40.945ZCreate backup boot environment: No
1692024-03-28T07:19:41.029Z Done
1702024-03-28T07:19:41.029Z Done
1712024-03-28T07:19:41.171Z Done
1722024-03-28T07:19:44.760Z Done
1732024-03-28T07:19:44.851Z Done
1742024-03-28T07:19:44.880Z Done
1752024-03-28T07:19:44.944Z Done
1762024-03-28T07:19:45.582ZPlanning: Evaluating mediator changes ... Done
1772024-03-28T07:19:45.585ZPlanning: Merging actions ... Done
1782024-03-28T07:19:45.773ZPlanning: Checking for conflicting actions ... Done
1792024-03-28T07:19:45.776ZPlanning: Consolidating action changes ... Done
1802024-03-28T07:19:46.049ZPlanning: Evaluating mediators ... Done
1812024-03-28T07:19:46.109ZPlanning: Planning completed in 0.80 seconds
1822024-03-28T07:19:46.146Z Packages to change: 1
1832024-03-28T07:19:46.147Z Mediators to change: 1
1842024-03-28T07:19:46.162Z Services to change: 1
1852024-03-28T07:19:46.162Z Create boot environment: No
1862024-03-28T07:19:46.162ZCreate backup boot environment: Yes
1872024-03-28T07:19:48.061Z Actions: 1/6 actions (Updating modified actions)
1882024-03-28T07:19:48.065Z Actions: Completed 6 actions in 0.00 seconds.
1892024-03-28T07:19:48.065Z Done
1902024-03-28T07:19:48.065Z Done
1912024-03-28T07:19:48.115Z Done
1922024-03-28T07:19:51.763Z Done
1932024-03-28T07:19:51.854Z Done
1942024-03-28T07:19:51.860Z Done
1952024-03-28T07:19:51.966Z Done
1962024-03-28T07:19:52.410ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-03-28T07:19:52.410Zclang system 15 system
1982024-03-28T07:19:52.410Zcsh system system illumos
1992024-03-28T07:19:52.410Zctags system system illumos
2002024-03-28T07:19:52.410Zgcc vendor 12 vendor
2012024-03-28T07:19:52.411Zgcc system 10 system
2022024-03-28T07:19:52.411Zgcc system 7 system
2032024-03-28T07:19:52.411Zgo system 1.20 system
2042024-03-28T07:19:52.411Zgo system 1.19 system
2052024-03-28T07:19:52.411Zllvm system 15 system
2062024-03-28T07:19:52.411Zllvm system 14 system
2072024-03-28T07:19:52.411Zmariadb system 10.6 system
2082024-03-28T07:19:52.411Zmta vendor vendor dma
2092024-03-28T07:19:52.411Zopenjdk system 17 system
2102024-03-28T07:19:52.411Zopenjdk system 11 system
2112024-03-28T07:19:52.411Zopenjdk system 1.8 system
2122024-03-28T07:19:52.411Zopenssl vendor 3 vendor
2132024-03-28T07:19:52.411Zperl system 5.36 system
2142024-03-28T07:19:52.411Zpostgresql system 15 system
2152024-03-28T07:19:52.411Zpostgresql system 13 system
2162024-03-28T07:19:52.411Zpython vendor 3 vendor
2172024-03-28T07:19:52.411Zpython system 2 system
2182024-03-28T07:19:52.411Zpython3 system 3.11 system
2192024-03-28T07:19:52.411Zruby system 3.0 system
2202024-03-28T07:19:52.411Zwords vendor vendor american-english
2212024-03-28T07:19:52.411Zwords system system australian-english
2222024-03-28T07:19:52.412Zwords system system british-english
2232024-03-28T07:19:52.412Zwords system system canadian-english
2242024-03-28T07:19:52.412Zwords system system french
2252024-03-28T07:19:52.412Zwords system system italian
2262024-03-28T07:19:52.412Zwords system system ngerman
2272024-03-28T07:19:52.412Zwords system system ogerman
2282024-03-28T07:19:52.412Zwords system system spanish
2292024-03-28T07:19:52.745ZPUBLISHER TYPE STATUS P LOCATION
2302024-03-28T07:19:52.745Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-03-28T07:19:53.977ZFMRI IFO
2322024-03-28T07:19:53.977Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-03-28T07:19:53.977Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-03-28T07:19:53.977Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-03-28T07:19:53.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-03-28T07:19:53.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-03-28T07:19:53.977Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-03-28T07:19:53.978Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2392024-03-28T07:19:53.978Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2402024-03-28T07:19:53.978Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2412024-03-28T07:19:53.978Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2422024-03-28T07:19:53.978Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2432024-03-28T07:19:53.978Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2442024-03-28T07:19:54.209Z+ set -o errexit
2452024-03-28T07:19:54.212Z+++ dirname ./tools/ci_download_cockroachdb
2462024-03-28T07:19:54.215Z++ cd ./tools
2472024-03-28T07:19:54.215Z++ pwd
2482024-03-28T07:19:54.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2492024-03-28T07:19:54.215Z++ basename ./tools/ci_download_cockroachdb
2502024-03-28T07:19:54.220Z+ ARG0=ci_download_cockroachdb
2512024-03-28T07:19:54.220Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2522024-03-28T07:19:54.220Z+ CIDL_VERSION=v22.1.9
2532024-03-28T07:19:54.220Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2542024-03-28T07:19:54.220Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2552024-03-28T07:19:54.220Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2562024-03-28T07:19:54.220Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2572024-03-28T07:19:54.221Z+ TARGET_DIR=out
2582024-03-28T07:19:54.221Z+ DOWNLOAD_DIR=out/downloads
2592024-03-28T07:19:54.221Z+ DEST_DIR=./out/cockroachdb
2602024-03-28T07:19:54.221Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2612024-03-28T07:19:54.221Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2622024-03-28T07:19:54.226Z+ main
2632024-03-28T07:19:54.226Z+ [[ 0 != 0 ]]
2642024-03-28T07:19:54.226Z+ CIDL_OS=solaris2.11
2652024-03-28T07:19:54.226Z+ [[ 0 != 0 ]]
2662024-03-28T07:19:54.226Z+ configure_os solaris2.11
2672024-03-28T07:19:54.226Z+ echo 'current directory: /work/oxidecomputer/omicron'
2682024-03-28T07:19:54.226Z+ echo 'configuring based on OS: "solaris2.11"'
2692024-03-28T07:19:54.226Zcurrent directory: /work/oxidecomputer/omicron
2702024-03-28T07:19:54.227Zconfiguring based on OS: "solaris2.11"
2712024-03-28T07:19:54.227Z+ case "$1" in
2722024-03-28T07:19:54.227Z+ CIDL_BUILD=illumos
2732024-03-28T07:19:54.227Z+ CIDL_SUFFIX=tar.gz
2742024-03-28T07:19:54.227Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2752024-03-28T07:19:54.227Z+ CIDL_URL_BASE=https://illumos.org/downloads
2762024-03-28T07:19:54.227Z+ CIDL_ASSEMBLE=do_assemble_illumos
2772024-03-28T07:19:54.227Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2782024-03-28T07:19:54.227Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2792024-03-28T07:19:54.227Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-03-28T07:19:54.227Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2812024-03-28T07:19:54.227Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-03-28T07:19:54.227Z+ CIDL_SHA256FUNC=do_sha256sum
2832024-03-28T07:19:54.227Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-03-28T07:19:54.227ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-28T07:19:54.227Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2862024-03-28T07:19:54.227Z+ mkdir -p out/downloads
2872024-03-28T07:19:54.227ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-03-28T07:19:54.227Z+ mkdir -p ./out/cockroachdb
2892024-03-28T07:19:54.227Z+ local DO_DOWNLOAD=true
2902024-03-28T07:19:54.228Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2912024-03-28T07:19:54.228Z+ '[' true == true ']'
2922024-03-28T07:19:54.228Z+ echo Downloading...
2932024-03-28T07:19:54.228ZDownloading...
2942024-03-28T07:19:54.228Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-28T07:19:54.228Z+ 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
2962024-03-28T07:19:56.226Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-03-28T07:19:56.237Z++ sha256sum
2982024-03-28T07:19:56.237Z++ awk '{print $1}'
2992024-03-28T07:19:56.350Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-03-28T07:19:56.351Z+ [[ 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 ]]
3012024-03-28T07:19:56.369Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-28T07:19:56.370Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3032024-03-28T07:19:58.527Z+ do_assemble_illumos
3042024-03-28T07:19:58.533Z+ rm -r ./out/cockroachdb
3052024-03-28T07:19:58.533Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3062024-03-28T07:19:58.939Z+ ./out/cockroachdb/bin/cockroach version
3072024-03-28T07:19:59.078ZBuild Tag: v22.1.9-dirty
3082024-03-28T07:19:59.079ZBuild Time: 2022/10/26 21:17:46
3092024-03-28T07:19:59.079ZDistribution: OSS
3102024-03-28T07:19:59.079ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3112024-03-28T07:19:59.079ZGo Version: go1.17.13
3122024-03-28T07:19:59.079ZC Compiler: gcc 10.3.0
3132024-03-28T07:19:59.079ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3142024-03-28T07:19:59.080ZBuild Type: release
3152024-03-28T07:19:59.089Z+ set -o errexit
3162024-03-28T07:19:59.089Z+++ dirname ./tools/ci_download_clickhouse
3172024-03-28T07:19:59.089Z++ cd ./tools
3182024-03-28T07:19:59.090Z++ pwd
3192024-03-28T07:19:59.090Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3202024-03-28T07:19:59.098Z++ basename ./tools/ci_download_clickhouse
3212024-03-28T07:19:59.098Z+ ARG0=ci_download_clickhouse
3222024-03-28T07:19:59.098Z+ TARGET_DIR=out
3232024-03-28T07:19:59.098Z+ DOWNLOAD_DIR=out/downloads
3242024-03-28T07:19:59.099Z+ DEST_DIR=./out/clickhouse
3252024-03-28T07:19:59.099Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3262024-03-28T07:19:59.099Z+ CIDL_VERSION=v23.8.7.24
3272024-03-28T07:19:59.099Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3282024-03-28T07:19:59.099Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3292024-03-28T07:19:59.099Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3302024-03-28T07:19:59.099Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3312024-03-28T07:19:59.100Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3322024-03-28T07:19:59.100Z+ main
3332024-03-28T07:19:59.100Z+ [[ 0 != 0 ]]
3342024-03-28T07:19:59.100Z+ CIDL_OS=solaris2.11
3352024-03-28T07:19:59.100Z+ [[ 0 != 0 ]]
3362024-03-28T07:19:59.101Z+ configure_os solaris2.11
3372024-03-28T07:19:59.101Z+ echo 'current directory: /work/oxidecomputer/omicron'
3382024-03-28T07:19:59.101Zcurrent directory: /work/oxidecomputer/omicron
3392024-03-28T07:19:59.101Z+ echo 'configuring based on OS: "solaris2.11"'
3402024-03-28T07:19:59.101Z+ CIDL_DASHREV=
3412024-03-28T07:19:59.101Z+ case "$1" in
3422024-03-28T07:19:59.101Zconfiguring based on OS: "solaris2.11"
3432024-03-28T07:19:59.101Z+ CIDL_PLATFORM=illumos
3442024-03-28T07:19:59.101Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3452024-03-28T07:19:59.102Z+ CIDL_MD5FUNC=do_md5sum
3462024-03-28T07:19:59.102Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3472024-03-28T07:19:59.102Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3482024-03-28T07:19:59.102Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-03-28T07:19:59.102Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-03-28T07:19:59.103Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3512024-03-28T07:19:59.103Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-03-28T07:19:59.103ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-28T07:19:59.103Z+ mkdir -p out/downloads
3542024-03-28T07:19:59.103ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-28T07:19:59.103Z+ mkdir -p ./out/clickhouse
3562024-03-28T07:19:59.103Z+ local DO_DOWNLOAD=true
3572024-03-28T07:19:59.103Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3582024-03-28T07:19:59.103Z+ '[' true == true ']'
3592024-03-28T07:19:59.103Z+ echo Downloading...
3602024-03-28T07:19:59.104ZDownloading...
3612024-03-28T07:19:59.104Z+ 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
3622024-03-28T07:19:59.104Z+ 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
3632024-03-28T07:20:00.685Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-03-28T07:20:00.691Z++ md5sum
3652024-03-28T07:20:00.691Z++ awk '{print $1}'
3662024-03-28T07:20:00.910Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3672024-03-28T07:20:00.910Z+ [[ 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 ]]
3682024-03-28T07:20:00.914Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3692024-03-28T07:20:00.914Z+ mkdir -p ./out/clickhouse
3702024-03-28T07:20:00.914Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3712024-03-28T07:20:04.760Z+ [[ solaris2.11 == darwin* ]]
3722024-03-28T07:20:04.760Z+ ./out/clickhouse/clickhouse server --version
3732024-03-28T07:20:04.999ZClickHouse server version 23.8.7.1.
3742024-03-28T07:20:05.020Z+ set -o errexit
3752024-03-28T07:20:05.025Z+++ dirname ./tools/ci_download_console
3762024-03-28T07:20:05.025Z++ cd ./tools
3772024-03-28T07:20:05.025Z++ pwd
3782024-03-28T07:20:05.029Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3792024-03-28T07:20:05.029Z++ basename ./tools/ci_download_console
3802024-03-28T07:20:05.029Z+ ARG0=ci_download_console
3812024-03-28T07:20:05.029Z+ TARGET_DIR=out
3822024-03-28T07:20:05.029Z+ DOWNLOAD_DIR=out/downloads
3832024-03-28T07:20:05.029Z+ DEST_DIR=./out/console-assets
3842024-03-28T07:20:05.029Z+ source /work/oxidecomputer/omicron/tools/console_version
3852024-03-28T07:20:05.029Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3862024-03-28T07:20:05.029Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3872024-03-28T07:20:05.030Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3882024-03-28T07:20:05.030Z+ TARBALL_FILE=out/downloads/console.tar.gz
3892024-03-28T07:20:05.030Z+ main
3902024-03-28T07:20:05.030Z+ [[ 0 != 0 ]]
3912024-03-28T07:20:05.030Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
3922024-03-28T07:20:05.030Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-03-28T07:20:05.030ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3942024-03-28T07:20:05.030ZLocal file: out/downloads/console.tar.gz
3952024-03-28T07:20:05.030Z+ local DO_DOWNLOAD=true
3962024-03-28T07:20:05.030Z+ [[ -f out/downloads/console.tar.gz ]]
3972024-03-28T07:20:05.030Z+ mkdir -p out/downloads
3982024-03-28T07:20:05.034Z+ '[' true == true ']'
3992024-03-28T07:20:05.034Z+ echo Downloading...
4002024-03-28T07:20:05.034ZDownloading...
4012024-03-28T07:20:05.034Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4022024-03-28T07:20:05.035Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4032024-03-28T07:20:05.622Z++ do_sha256sum out/downloads/console.tar.gz
4042024-03-28T07:20:05.622Z++ case "$OSTYPE" in
4052024-03-28T07:20:05.625Z++ SHA=sha256sum
4062024-03-28T07:20:05.626Z++ sha256sum
4072024-03-28T07:20:05.626Z++ awk '{print $1}'
4082024-03-28T07:20:05.630Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4092024-03-28T07:20:05.633Z+ [[ 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 ]]
4102024-03-28T07:20:05.634Z+ rm -rf ./out/console-assets
4112024-03-28T07:20:05.634Z+ mkdir -p ./out/console-assets
4122024-03-28T07:20:05.637Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4132024-03-28T07:20:05.637Z+ mkdir -p ./out/console-assets
4142024-03-28T07:20:05.637Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4152024-03-28T07:20:05.730Z+ set -o errexit
4162024-03-28T07:20:05.740Z+++ dirname ./tools/ci_download_maghemite_openapi
4172024-03-28T07:20:05.741Z++ cd ./tools
4182024-03-28T07:20:05.741Z++ pwd
4192024-03-28T07:20:05.741Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4202024-03-28T07:20:05.741Z++ basename ./tools/ci_download_maghemite_openapi
4212024-03-28T07:20:05.741Z+ ARG0=ci_download_maghemite_openapi
4222024-03-28T07:20:05.742Z+ TARGET_DIR=out
4232024-03-28T07:20:05.742Z+ DOWNLOAD_DIR=out/downloads
4242024-03-28T07:20:05.742Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4252024-03-28T07:20:05.742Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4262024-03-28T07:20:05.742Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4272024-03-28T07:20:05.742Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4282024-03-28T07:20:05.742Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4292024-03-28T07:20:05.742Z+ main
4302024-03-28T07:20:05.743Z+ rm -rf out/downloads/root
4312024-03-28T07:20:05.759Z+ [[ 0 != 0 ]]
4322024-03-28T07:20:05.759Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4332024-03-28T07:20:05.760ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4342024-03-28T07:20:05.760Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4352024-03-28T07:20:05.760ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4362024-03-28T07:20:05.760Z+ local DO_DOWNLOAD=true
4372024-03-28T07:20:05.760Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4382024-03-28T07:20:05.760Z+ mkdir -p out/downloads
4392024-03-28T07:20:05.760Z+ '[' true == true ']'
4402024-03-28T07:20:05.761Z+ echo Downloading...
4412024-03-28T07:20:05.761ZDownloading...
4422024-03-28T07:20:05.761Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4432024-03-28T07:20:05.761Z+ 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
4442024-03-28T07:20:05.963Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4452024-03-28T07:20:05.963Z++ case "$OSTYPE" in
4462024-03-28T07:20:05.968Z++ SHA=sha256sum
4472024-03-28T07:20:05.968Z++ sha256sum
4482024-03-28T07:20:05.968Z++ awk '{print $1}'
4492024-03-28T07:20:05.972Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4502024-03-28T07:20:05.972Z+ [[ 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 ]]
4512024-03-28T07:20:05.972Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4522024-03-28T07:20:05.972Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4532024-03-28T07:20:05.972Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4542024-03-28T07:20:05.972Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4552024-03-28T07:20:05.972Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4562024-03-28T07:20:05.972Z+ main
4572024-03-28T07:20:05.972Z+ rm -rf out/downloads/root
4582024-03-28T07:20:05.972Z+ [[ 0 != 0 ]]
4592024-03-28T07:20:05.972Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4602024-03-28T07:20:05.972ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4612024-03-28T07:20:05.973Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4622024-03-28T07:20:05.973ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-03-28T07:20:05.973Z+ local DO_DOWNLOAD=true
4642024-03-28T07:20:05.973Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4652024-03-28T07:20:05.973Z+ mkdir -p out/downloads
4662024-03-28T07:20:05.973Z+ '[' true == true ']'
4672024-03-28T07:20:05.973Z+ echo Downloading...
4682024-03-28T07:20:05.973ZDownloading...
4692024-03-28T07:20:05.973Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-03-28T07:20:05.973Z+ 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
4712024-03-28T07:20:06.068Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-03-28T07:20:06.072Z++ case "$OSTYPE" in
4732024-03-28T07:20:06.072Z++ SHA=sha256sum
4742024-03-28T07:20:06.072Z++ sha256sum
4752024-03-28T07:20:06.072Z++ awk '{print $1}'
4762024-03-28T07:20:06.076Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4772024-03-28T07:20:06.076Z+ [[ 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 ]]
4782024-03-28T07:20:06.081Z+ set -o errexit
4792024-03-28T07:20:06.088Z+++ dirname ./tools/ci_download_dendrite_openapi
4802024-03-28T07:20:06.100Z++ cd ./tools
4812024-03-28T07:20:06.100Z++ pwd
4822024-03-28T07:20:06.101Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4832024-03-28T07:20:06.101Z++ basename ./tools/ci_download_dendrite_openapi
4842024-03-28T07:20:06.101Z+ ARG0=ci_download_dendrite_openapi
4852024-03-28T07:20:06.101Z+ TARGET_DIR=out
4862024-03-28T07:20:06.101Z+ DOWNLOAD_DIR=out/downloads
4872024-03-28T07:20:06.101Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4882024-03-28T07:20:06.101Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
4892024-03-28T07:20:06.101Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4902024-03-28T07:20:06.101Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4912024-03-28T07:20:06.101Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4922024-03-28T07:20:06.101Z+ main
4932024-03-28T07:20:06.101Z+ [[ 0 != 0 ]]
4942024-03-28T07:20:06.101Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
4952024-03-28T07:20:06.101ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
4962024-03-28T07:20:06.101Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
4972024-03-28T07:20:06.101ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
4982024-03-28T07:20:06.101Z+ local DO_DOWNLOAD=true
4992024-03-28T07:20:06.101Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5002024-03-28T07:20:06.101Z+ mkdir -p out/downloads
5012024-03-28T07:20:06.101Z+ '[' true == true ']'
5022024-03-28T07:20:06.102Z+ echo Downloading...
5032024-03-28T07:20:06.102ZDownloading...
5042024-03-28T07:20:06.102Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5052024-03-28T07:20:06.102Z+ 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
5062024-03-28T07:20:06.200Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5072024-03-28T07:20:06.207Z++ case "$OSTYPE" in
5082024-03-28T07:20:06.207Z++ SHA=sha256sum
5092024-03-28T07:20:06.207Z++ sha256sum
5102024-03-28T07:20:06.207Z++ awk '{print $1}'
5112024-03-28T07:20:06.207Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5122024-03-28T07:20:06.207Z+ [[ 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 ]]
5132024-03-28T07:20:06.211Z+ set -o errexit
5142024-03-28T07:20:06.217Z+++ dirname ./tools/ci_download_dendrite_stub
5152024-03-28T07:20:06.217Z++ cd ./tools
5162024-03-28T07:20:06.217Z++ pwd
5172024-03-28T07:20:06.217Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5182024-03-28T07:20:06.221Z++ basename ./tools/ci_download_dendrite_stub
5192024-03-28T07:20:06.221Z+ ARG0=ci_download_dendrite_stub
5202024-03-28T07:20:06.221Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5212024-03-28T07:20:06.221Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5222024-03-28T07:20:06.221Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5232024-03-28T07:20:06.221Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5242024-03-28T07:20:06.221Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5252024-03-28T07:20:06.221Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5262024-03-28T07:20:06.221Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5272024-03-28T07:20:06.221Z+ TARGET_DIR=out
5282024-03-28T07:20:06.222Z+ DOWNLOAD_DIR=out/downloads
5292024-03-28T07:20:06.222Z+ DEST_DIR=./out/dendrite-stub
5302024-03-28T07:20:06.222Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5312024-03-28T07:20:06.222Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5322024-03-28T07:20:06.222Z+ REPO=oxidecomputer/dendrite
5332024-03-28T07:20:06.222Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5342024-03-28T07:20:06.222Z+ main
5352024-03-28T07:20:06.222Z+ [[ 0 != 0 ]]
5362024-03-28T07:20:06.222Z+ CIDL_OS=solaris2.11
5372024-03-28T07:20:06.222Z+ [[ 0 != 0 ]]
5382024-03-28T07:20:06.222Z+ configure_os solaris2.11
5392024-03-28T07:20:06.222Z+ echo 'current directory: /work/oxidecomputer/omicron'
5402024-03-28T07:20:06.222Zcurrent directory: /work/oxidecomputer/omicron
5412024-03-28T07:20:06.222Z+ echo 'configuring based on OS: "solaris2.11"'
5422024-03-28T07:20:06.222Z+ case "$1" in
5432024-03-28T07:20:06.222Zconfiguring based on OS: "solaris2.11"
5442024-03-28T07:20:06.222Z+ SET_BINARIES=
5452024-03-28T07:20:06.222Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5462024-03-28T07:20:06.222Z+ CIDL_SHA256FUNC=do_sha256sum
5472024-03-28T07:20:06.222Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5482024-03-28T07:20:06.222Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5492024-03-28T07:20:06.223Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5502024-03-28T07:20:06.223Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5512024-03-28T07:20:06.223ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5522024-03-28T07:20:06.223ZLocal file: out/downloads/dendrite-stub.tar.gz
5532024-03-28T07:20:06.223Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5542024-03-28T07:20:06.223Z+ mkdir -p out/downloads
5552024-03-28T07:20:06.223Z+ mkdir -p ./out/dendrite-stub
5562024-03-28T07:20:06.223Z+ fetch_and_verify
5572024-03-28T07:20:06.223Z+ local DO_DOWNLOAD=true
5582024-03-28T07:20:06.223Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5592024-03-28T07:20:06.223Z+ '[' true == true ']'
5602024-03-28T07:20:06.223Z+ echo Downloading...
5612024-03-28T07:20:06.223ZDownloading...
5622024-03-28T07:20:06.223Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5632024-03-28T07:20:06.223Z+ 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
5642024-03-28T07:20:14.688Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5652024-03-28T07:20:14.691Z++ sha256sum
5662024-03-28T07:20:14.692Z++ awk '{print $1}'
5672024-03-28T07:20:14.711Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5682024-03-28T07:20:14.714Z+ [[ 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 ]]
5692024-03-28T07:20:14.714Z+ do_untar out/downloads/dendrite-stub.tar.gz
5702024-03-28T07:20:14.714Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5712024-03-28T07:20:15.313Z+ do_assemble
5722024-03-28T07:20:15.313Z+ rm -r ./out/dendrite-stub
5732024-03-28T07:20:15.321Z+ mkdir ./out/dendrite-stub
5742024-03-28T07:20:15.321Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5752024-03-28T07:20:15.390Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5762024-03-28T07:20:15.401Z+ set -o errexit
5772024-03-28T07:20:15.404Z+++ dirname ./tools/ci_download_maghemite_mgd
5782024-03-28T07:20:15.408Z++ cd ./tools
5792024-03-28T07:20:15.408Z++ pwd
5802024-03-28T07:20:15.408Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5812024-03-28T07:20:15.408Z++ basename ./tools/ci_download_maghemite_mgd
5822024-03-28T07:20:15.408Z+ ARG0=ci_download_maghemite_mgd
5832024-03-28T07:20:15.408Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5842024-03-28T07:20:15.408Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5852024-03-28T07:20:15.408Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5862024-03-28T07:20:15.408Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5872024-03-28T07:20:15.408Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5882024-03-28T07:20:15.412Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5892024-03-28T07:20:15.412Z+ TARGET_DIR=out
5902024-03-28T07:20:15.412Z+ DOWNLOAD_DIR=out/downloads
5912024-03-28T07:20:15.412Z+ DEST_DIR=./out/mgd
5922024-03-28T07:20:15.412Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5932024-03-28T07:20:15.412Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5942024-03-28T07:20:15.412Z+ REPO=oxidecomputer/maghemite
5952024-03-28T07:20:15.412Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5962024-03-28T07:20:15.412Z+ main
5972024-03-28T07:20:15.412Z+ rm -rf out/downloads/root
5982024-03-28T07:20:15.416Z+ [[ 0 != 0 ]]
5992024-03-28T07:20:15.416Z+ CIDL_OS=solaris2.11
6002024-03-28T07:20:15.419Z+ [[ 0 != 0 ]]
6012024-03-28T07:20:15.419Z+ configure_os solaris2.11
6022024-03-28T07:20:15.419Z+ echo 'current directory: /work/oxidecomputer/omicron'
6032024-03-28T07:20:15.419Zcurrent directory: /work/oxidecomputer/omicron
6042024-03-28T07:20:15.419Z+ echo 'configuring based on OS: "solaris2.11"'
6052024-03-28T07:20:15.419Zconfiguring based on OS: "solaris2.11"
6062024-03-28T07:20:15.419Z+ case "$1" in
6072024-03-28T07:20:15.419Z+ SET_BINARIES=
6082024-03-28T07:20:15.420Z+ CIDL_SHA256FUNC=do_sha256sum
6092024-03-28T07:20:15.420Z+ TARBALL_FILENAME=mgd.tar.gz
6102024-03-28T07:20:15.420Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6112024-03-28T07:20:15.420Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6122024-03-28T07:20:15.420Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6132024-03-28T07:20:15.420ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-03-28T07:20:15.420Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6152024-03-28T07:20:15.420ZLocal file: out/downloads/mgd.tar.gz
6162024-03-28T07:20:15.420Z+ mkdir -p out/downloads
6172024-03-28T07:20:15.420Z+ mkdir -p ./out/mgd
6182024-03-28T07:20:15.423Z+ fetch_and_verify
6192024-03-28T07:20:15.423Z+ local DO_DOWNLOAD=true
6202024-03-28T07:20:15.424Z+ [[ -f out/downloads/mgd.tar.gz ]]
6212024-03-28T07:20:15.424Z+ '[' true == true ']'
6222024-03-28T07:20:15.424Z+ echo Downloading...
6232024-03-28T07:20:15.424ZDownloading...
6242024-03-28T07:20:15.424Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6252024-03-28T07:20:15.424Z+ 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
6262024-03-28T07:20:24.143Z++ do_sha256sum out/downloads/mgd.tar.gz
6272024-03-28T07:20:24.147Z++ sha256sum
6282024-03-28T07:20:24.147Z++ awk '{print $1}'
6292024-03-28T07:20:24.168Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6302024-03-28T07:20:24.172Z+ [[ 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 ]]
6312024-03-28T07:20:24.172Z+ do_untar out/downloads/mgd.tar.gz
6322024-03-28T07:20:24.172Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6332024-03-28T07:20:24.767Z+ do_assemble
6342024-03-28T07:20:24.767Z+ rm -r ./out/mgd
6352024-03-28T07:20:24.771Z+ mkdir ./out/mgd
6362024-03-28T07:20:24.774Z+ cp -r out/downloads/root ./out/mgd/root
6372024-03-28T07:20:24.850Z+ set -o errexit
6382024-03-28T07:20:24.855Z+++ dirname ./tools/ci_download_transceiver_control
6392024-03-28T07:20:24.855Z++ cd ./tools
6402024-03-28T07:20:24.859Z++ pwd
6412024-03-28T07:20:24.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6422024-03-28T07:20:24.859Z++ basename ./tools/ci_download_transceiver_control
6432024-03-28T07:20:24.859Z+ ARG0=ci_download_transceiver_control
6442024-03-28T07:20:24.860Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6452024-03-28T07:20:24.860Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6462024-03-28T07:20:24.860Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6472024-03-28T07:20:24.860Z+ TARGET_DIR=out
6482024-03-28T07:20:24.860Z+ DOWNLOAD_DIR=out/downloads
6492024-03-28T07:20:24.860Z+ DEST_DIR=./out/transceiver-control
6502024-03-28T07:20:24.860Z+ BIN_DIR=/opt/oxide/bin
6512024-03-28T07:20:24.860Z+ BINARY=xcvradm
6522024-03-28T07:20:24.860Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6532024-03-28T07:20:24.860Z+ REPO=oxidecomputer/transceiver-control
6542024-03-28T07:20:24.860Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552024-03-28T07:20:24.860Z+ main
6562024-03-28T07:20:24.860Z+ [[ 0 != 0 ]]
6572024-03-28T07:20:24.860Z+ CIDL_OS=solaris2.11
6582024-03-28T07:20:24.860Z+ [[ 0 != 0 ]]
6592024-03-28T07:20:24.860Z+ configure_os solaris2.11
6602024-03-28T07:20:24.860Z+ echo 'current directory: /work/oxidecomputer/omicron'
6612024-03-28T07:20:24.860Zcurrent directory: /work/oxidecomputer/omicron
6622024-03-28T07:20:24.860Z+ echo 'configuring based on OS: "solaris2.11"'
6632024-03-28T07:20:24.860Zconfiguring based on OS: "solaris2.11"
6642024-03-28T07:20:24.860Z+ case "$1" in
6652024-03-28T07:20:24.861Z+ SET_BINARIES=
6662024-03-28T07:20:24.861Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-03-28T07:20:24.861Z+ CIDL_SHA256FUNC=do_sha256sum
6682024-03-28T07:20:24.861Z+ ARCHIVE_FILENAME=xcvradm.gz
6692024-03-28T07:20:24.861Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6702024-03-28T07:20:24.861Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6712024-03-28T07:20:24.861Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6722024-03-28T07:20:24.861ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-03-28T07:20:24.861Z+ echo 'Local file: out/downloads/xcvradm.gz'
6742024-03-28T07:20:24.861Z+ mkdir -p out/downloads
6752024-03-28T07:20:24.861ZLocal file: out/downloads/xcvradm.gz
6762024-03-28T07:20:24.864Z+ mkdir -p ./out/transceiver-control
6772024-03-28T07:20:24.864Z+ fetch_and_verify
6782024-03-28T07:20:24.865Z+ local DO_DOWNLOAD=true
6792024-03-28T07:20:24.865Z+ [[ -f out/downloads/xcvradm.gz ]]
6802024-03-28T07:20:24.865Z+ '[' true == true ']'
6812024-03-28T07:20:24.865Z+ echo Downloading...
6822024-03-28T07:20:24.865ZDownloading...
6832024-03-28T07:20:24.865Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6842024-03-28T07:20:24.865Z+ 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
6852024-03-28T07:20:29.377Z++ do_sha256sum out/downloads/xcvradm.gz
6862024-03-28T07:20:29.380Z++ sha256sum
6872024-03-28T07:20:29.380Z++ awk '{print $1}'
6882024-03-28T07:20:29.385Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6892024-03-28T07:20:29.389Z+ [[ 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 ]]
6902024-03-28T07:20:29.389Z+ do_unpack out/downloads/xcvradm.gz
6912024-03-28T07:20:29.389Z+ mkdir -p out/downloads/root//opt/oxide/bin
6922024-03-28T07:20:29.389Z+ gzip -dc out/downloads/xcvradm.gz
6932024-03-28T07:20:29.507Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6942024-03-28T07:20:29.510Z+ do_assemble
6952024-03-28T07:20:29.510Z+ rm -r ./out/transceiver-control
6962024-03-28T07:20:29.514Z+ mkdir ./out/transceiver-control
6972024-03-28T07:20:29.514Z+ cp -r out/downloads/root ./out/transceiver-control/root
6982024-03-28T07:20:29.601Z+ set -o errexit
6992024-03-28T07:20:29.604Z+++ dirname ./tools/ci_download_thundermuffin
7002024-03-28T07:20:29.610Z++ cd ./tools
7012024-03-28T07:20:29.610Z++ pwd
7022024-03-28T07:20:29.610Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7032024-03-28T07:20:29.610Z++ basename ./tools/ci_download_thundermuffin
7042024-03-28T07:20:29.615Z+ ARG0=ci_download_thundermuffin
7052024-03-28T07:20:29.615Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7062024-03-28T07:20:29.615Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7072024-03-28T07:20:29.615Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7082024-03-28T07:20:29.615Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7092024-03-28T07:20:29.615Z+ TARGET_DIR=out
7102024-03-28T07:20:29.615Z+ DOWNLOAD_DIR=out/downloads
7112024-03-28T07:20:29.615Z+ DEST_DIR=./out/thundermuffin
7122024-03-28T07:20:29.615Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7132024-03-28T07:20:29.615Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7142024-03-28T07:20:29.615Z+ REPO=oxidecomputer/thundermuffin
7152024-03-28T07:20:29.615Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7162024-03-28T07:20:29.615Z+ main
7172024-03-28T07:20:29.615Z+ rm -rf out/downloads/root
7182024-03-28T07:20:29.619Z+ [[ 0 != 0 ]]
7192024-03-28T07:20:29.619Z+ CIDL_OS=solaris2.11
7202024-03-28T07:20:29.619Z+ [[ 0 != 0 ]]
7212024-03-28T07:20:29.619Z+ configure_os solaris2.11
7222024-03-28T07:20:29.619Z+ echo 'current directory: /work/oxidecomputer/omicron'
7232024-03-28T07:20:29.619Zcurrent directory: /work/oxidecomputer/omicron
7242024-03-28T07:20:29.619Z+ echo 'configuring based on OS: "solaris2.11"'
7252024-03-28T07:20:29.619Z+ case "$1" in
7262024-03-28T07:20:29.619Zconfiguring based on OS: "solaris2.11"
7272024-03-28T07:20:29.619Z+ SET_BINARIES=
7282024-03-28T07:20:29.619Z+ CIDL_SHA256FUNC=do_sha256sum
7292024-03-28T07:20:29.619Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7302024-03-28T07:20:29.620Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7312024-03-28T07:20:29.620Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7322024-03-28T07:20:29.620Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7332024-03-28T07:20:29.620ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-03-28T07:20:29.620Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7352024-03-28T07:20:29.620Z+ mkdir -p out/downloads
7362024-03-28T07:20:29.620ZLocal file: out/downloads/thundermuffin.tar.gz
7372024-03-28T07:20:29.623Z+ mkdir -p ./out/thundermuffin
7382024-03-28T07:20:29.623Z+ fetch_and_verify
7392024-03-28T07:20:29.623Z+ local DO_DOWNLOAD=true
7402024-03-28T07:20:29.623Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7412024-03-28T07:20:29.623Z+ '[' true == true ']'
7422024-03-28T07:20:29.624Z+ echo Downloading...
7432024-03-28T07:20:29.624ZDownloading...
7442024-03-28T07:20:29.624Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7452024-03-28T07:20:29.624Z+ 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
7462024-03-28T07:20:30.686Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7472024-03-28T07:20:30.689Z++ sha256sum
7482024-03-28T07:20:30.689Z++ awk '{print $1}'
7492024-03-28T07:20:30.692Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7502024-03-28T07:20:30.697Z+ [[ 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 ]]
7512024-03-28T07:20:30.697Z+ do_untar out/downloads/thundermuffin.tar.gz
7522024-03-28T07:20:30.697Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7532024-03-28T07:20:30.760Z+ do_assemble
7542024-03-28T07:20:30.760Z+ rm -r ./out/thundermuffin
7552024-03-28T07:20:30.765Z+ mkdir ./out/thundermuffin
7562024-03-28T07:20:30.765Z+ cp -r out/downloads/root ./out/thundermuffin/root
7572024-03-28T07:20:30.774ZAll prerequisites installed successfully
7582024-03-28T07:20:30.839Z
7592024-03-28T07:20:30.839Zreal 2:06.228774289
7602024-03-28T07:20:30.839Zuser 37.276607907
7612024-03-28T07:20:30.839Zsys 6.987064980
7622024-03-28T07:20:30.839Ztrap 0.008157693
7632024-03-28T07:20:30.840Ztflt 0.178062707
7642024-03-28T07:20:30.840Zdflt 0.561526196
7652024-03-28T07:20:30.840Zkflt 0.111099990
7662024-03-28T07:20:30.841Zlock 0.922147221
7672024-03-28T07:20:30.841Zslp 4:10.995218827
7682024-03-28T07:20:30.841Zlat 2.020409104
7692024-03-28T07:20:30.841Zstop 0.133326713
7702024-03-28T07:20:30.842Z+ banner end-to-end-tests
7712024-03-28T07:20:30.842Z
7722024-03-28T07:20:30.842Z ###### # # ##### ##### #### ###### # # #####
7732024-03-28T07:20:30.842Z # ## # # # # # # # ## # # #
7742024-03-28T07:20:30.842Z ##### # # # # # ##### # # # ##### ##### # # # # #
7752024-03-28T07:20:30.842Z # # # # # # # # # # # # # # #
7762024-03-28T07:20:30.842Z # # ## # # # # # # # ## # #
7772024-03-28T07:20:30.842Z ###### # # ##### # #### ###### # # #####
7782024-03-28T07:20:30.842Z
7792024-03-28T07:20:30.843Z+ export CARGO_PROFILE_DEV_DEBUG=1
7802024-03-28T07:20:30.843Z+ CARGO_PROFILE_DEV_DEBUG=1
7812024-03-28T07:20:30.843Z+ export CARGO_PROFILE_TEST_DEBUG=1
7822024-03-28T07:20:30.843Z+ CARGO_PROFILE_TEST_DEBUG=1
7832024-03-28T07:20:30.843Z+ export CARGO_INCREMENTAL=0
7842024-03-28T07:20:30.843Z+ CARGO_INCREMENTAL=0
7852024-03-28T07:20:30.843Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7862024-03-28T07:20:30.995Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7872024-03-28T07:20:31.304Z Updating git repository `https://github.com/oxidecomputer/samael`
7882024-03-28T07:20:31.630Z Updating git repository `https://github.com/oxidecomputer/zone`
7892024-03-28T07:20:31.962Z Updating crates.io index
7902024-03-28T07:20:32.456Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7912024-03-28T07:20:32.765Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7922024-03-28T07:20:33.388Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7932024-03-28T07:20:35.311Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7942024-03-28T07:20:35.800Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7952024-03-28T07:20:36.096Z Updating git repository `https://github.com/oxidecomputer/propolis`
7962024-03-28T07:20:36.960Z Updating git repository `https://github.com/oxidecomputer/crucible`
7972024-03-28T07:20:39.252Z Updating git repository `https://github.com/oxidecomputer/opte`
7982024-03-28T07:20:40.244Z Updating git repository `https://github.com/oxidecomputer/falcon`
7992024-03-28T07:20:40.967Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8002024-03-28T07:20:41.274Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8012024-03-28T07:20:41.838Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8022024-03-28T07:20:42.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8032024-03-28T07:20:42.427Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8042024-03-28T07:20:42.823Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8052024-03-28T07:20:43.144Z Updating git repository `http://github.com/oxidecomputer/tofino`
8062024-03-28T07:20:43.430Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8072024-03-28T07:20:43.705Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8082024-03-28T07:20:43.959Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8092024-03-28T07:20:44.312Z Updating git repository `https://github.com/oxidecomputer/ispf`
8102024-03-28T07:20:44.597Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8112024-03-28T07:20:44.960Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8122024-03-28T07:20:45.532Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8132024-03-28T07:20:45.842Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8142024-03-28T07:20:46.151Z Updating git repository `https://github.com/jgallagher/nix`
8152024-03-28T07:20:47.067Z Updating git repository `https://github.com/cbiffle/hubpack`
8162024-03-28T07:20:47.368Z Updating git repository `https://github.com/oxidecomputer/typify`
8172024-03-28T07:20:49.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182024-03-28T07:20:50.440Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192024-03-28T07:20:50.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202024-03-28T07:20:51.135Z Updating git repository `https://github.com/oxidecomputer/rfb`
8212024-03-28T07:20:52.212Z Downloading crates ...
8222024-03-28T07:20:52.294Z Downloaded aead v0.5.2
8232024-03-28T07:20:52.300Z Downloaded ahash v0.8.8
8242024-03-28T07:20:52.303Z Downloaded ascii v1.1.0
8252024-03-28T07:20:52.317Z Downloaded adler v1.0.2
8262024-03-28T07:20:52.320Z Downloaded addr2line v0.21.0
8272024-03-28T07:20:52.320Z Downloaded inout v0.1.3
8282024-03-28T07:20:52.324Z Downloaded atty v0.2.14
8292024-03-28T07:20:52.327Z Downloaded bitstruct_derive v0.1.0
8302024-03-28T07:20:52.327Z Downloaded atomicwrites v0.4.3
8312024-03-28T07:20:52.330Z Downloaded instant v0.1.12
8322024-03-28T07:20:52.333Z Downloaded anstyle v1.0.6
8332024-03-28T07:20:52.336Z Downloaded lalrpop-util v0.19.12
8342024-03-28T07:20:52.340Z Downloaded match_cfg v0.1.0
8352024-03-28T07:20:52.340Z Downloaded lazy_static v1.4.0
8362024-03-28T07:20:52.340Z Downloaded arrayref v0.3.7
8372024-03-28T07:20:52.345Z Downloaded libefi-sys v0.1.0
8382024-03-28T07:20:52.345Z Downloaded keccak v0.1.4
8392024-03-28T07:20:52.348Z Downloaded linked-hash-map v0.5.6
8402024-03-28T07:20:52.348Z Downloaded bitstruct v0.1.1
8412024-03-28T07:20:52.348Z Downloaded indexmap v2.2.5
8422024-03-28T07:20:52.352Z Downloaded phf_shared v0.10.0
8432024-03-28T07:20:52.360Z Downloaded linear-map v1.2.0
8442024-03-28T07:20:52.360Z Downloaded blowfish v0.9.1
8452024-03-28T07:20:52.364Z Downloaded macaddr v1.0.1
8462024-03-28T07:20:52.364Z Downloaded ipnet v2.9.0
8472024-03-28T07:20:52.364Z Downloaded num v0.4.1
8482024-03-28T07:20:52.364Z Downloaded log v0.4.21
8492024-03-28T07:20:52.367Z Downloaded pkg-config v0.3.27
8502024-03-28T07:20:52.367Z Downloaded lock_api v0.4.10
8512024-03-28T07:20:52.370Z Downloaded argon2 v0.5.3
8522024-03-28T07:20:52.371Z Downloaded num-conv v0.1.0
8532024-03-28T07:20:52.376Z Downloaded bit-set v0.5.3
8542024-03-28T07:20:52.384Z Downloaded normalize-line-endings v0.3.0
8552024-03-28T07:20:52.384Z Downloaded block-padding v0.3.3
8562024-03-28T07:20:52.384Z Downloaded base16ct v0.2.0
8572024-03-28T07:20:52.384Z Downloaded ansi_term v0.12.1
8582024-03-28T07:20:52.388Z Downloaded paste v1.0.14
8592024-03-28T07:20:52.388Z Downloaded camino-tempfile v1.1.1
8602024-03-28T07:20:52.388Z Downloaded bcrypt-pbkdf v0.10.0
8612024-03-28T07:20:52.388Z Downloaded opaque-debug v0.3.0
8622024-03-28T07:20:52.391Z Downloaded bitflags v1.3.2
8632024-03-28T07:20:52.391Z Downloaded num_threads v0.1.6
8642024-03-28T07:20:52.394Z Downloaded openssl-probe v0.1.5
8652024-03-28T07:20:52.394Z Downloaded plain v0.2.3
8662024-03-28T07:20:52.397Z Downloaded pin-utils v0.1.0
8672024-03-28T07:20:52.397Z Downloaded parking_lot_core v0.9.8
8682024-03-28T07:20:52.400Z Downloaded pem-rfc7468 v0.7.0
8692024-03-28T07:20:52.403Z Downloaded option-ext v0.2.0
8702024-03-28T07:20:52.404Z Downloaded curve25519-dalek-derive v0.1.0
8712024-03-28T07:20:52.404Z Downloaded darling_macro v0.20.3
8722024-03-28T07:20:52.407Z Downloaded crucible-workspace-hack v0.1.0
8732024-03-28T07:20:52.407Z Downloaded ident_case v1.0.1
8742024-03-28T07:20:52.407Z Downloaded openssl-macros v0.1.1
8752024-03-28T07:20:52.407Z Downloaded cstr-argument v0.1.2
8762024-03-28T07:20:52.410Z Downloaded tinyvec_macros v0.1.1
8772024-03-28T07:20:52.410Z Downloaded new_debug_unreachable v1.0.4
8782024-03-28T07:20:52.410Z Downloaded newtype-uuid v1.0.1
8792024-03-28T07:20:52.413Z Downloaded managed v0.8.0
8802024-03-28T07:20:52.414Z Downloaded md5 v0.7.0
8812024-03-28T07:20:52.417Z Downloaded colorchoice v1.0.0
8822024-03-28T07:20:52.417Z Downloaded num-integer v0.1.46
8832024-03-28T07:20:52.430Z Downloaded ciborium-io v0.2.2
8842024-03-28T07:20:52.430Z Downloaded anyhow v1.0.79
8852024-03-28T07:20:52.430Z Downloaded newtype_derive v0.1.6
8862024-03-28T07:20:52.430Z Downloaded pin-project-lite v0.2.13
8872024-03-28T07:20:52.430Z Downloaded md-5 v0.10.5
8882024-03-28T07:20:52.433Z Downloaded try-lock v0.2.4
8892024-03-28T07:20:52.433Z Downloaded phf_shared v0.11.2
8902024-03-28T07:20:52.434Z Downloaded want v0.3.1
8912024-03-28T07:20:52.434Z Downloaded num_cpus v1.16.0
8922024-03-28T07:20:52.441Z Downloaded pest_generator v2.7.6
8932024-03-28T07:20:52.444Z Downloaded pem v3.0.2
8942024-03-28T07:20:52.444Z Downloaded pbkdf2 v0.12.2
8952024-03-28T07:20:52.444Z Downloaded cipher v0.4.4
8962024-03-28T07:20:52.444Z Downloaded percent-encoding v2.3.1
8972024-03-28T07:20:52.448Z Downloaded byteorder v1.5.0
8982024-03-28T07:20:52.448Z Downloaded block-buffer v0.10.4
8992024-03-28T07:20:52.448Z Downloaded autocfg v1.1.0
9002024-03-28T07:20:52.451Z Downloaded num-iter v0.1.44
9012024-03-28T07:20:52.451Z Downloaded ctr v0.9.2
9022024-03-28T07:20:52.454Z Downloaded crypto-common v0.1.6
9032024-03-28T07:20:52.454Z Downloaded constant_time_eq v0.3.0
9042024-03-28T07:20:52.458Z Downloaded stringprep v0.1.3
9052024-03-28T07:20:52.461Z Downloaded pbkdf2 v0.11.0
9062024-03-28T07:20:52.461Z Downloaded cpufeatures v0.2.12
9072024-03-28T07:20:52.465Z Downloaded arc-swap v1.6.0
9082024-03-28T07:20:52.468Z Downloaded http-range v0.1.5
9092024-03-28T07:20:52.468Z Downloaded pretty-hex v0.4.1
9102024-03-28T07:20:52.471Z Downloaded pretty-hex v0.2.1
9112024-03-28T07:20:52.471Z Downloaded defmt v0.3.5
9122024-03-28T07:20:52.481Z Downloaded native-tls v0.2.11
9132024-03-28T07:20:52.486Z Downloaded vec_map v0.8.2
9142024-03-28T07:20:52.486Z Downloaded usdt v0.3.5
9152024-03-28T07:20:52.486Z Downloaded dirs-sys v0.4.1
9162024-03-28T07:20:52.486Z Downloaded dirs-next v2.0.0
9172024-03-28T07:20:52.486Z Downloaded whoami v1.5.0
9182024-03-28T07:20:52.491Z Downloaded pkcs8 v0.10.2
9192024-03-28T07:20:52.491Z Downloaded slog-scope v4.4.0
9202024-03-28T07:20:52.496Z Downloaded structmeta-derive v0.3.0
9212024-03-28T07:20:52.496Z Downloaded pest_meta v2.7.6
9222024-03-28T07:20:52.496Z Downloaded ff v0.13.0
9232024-03-28T07:20:52.500Z Downloaded fastrand v2.0.1
9242024-03-28T07:20:52.500Z Downloaded phf v0.11.2
9252024-03-28T07:20:52.500Z Downloaded time-macros v0.2.17
9262024-03-28T07:20:52.503Z Downloaded owo-colors v4.0.0
9272024-03-28T07:20:52.507Z Downloaded utf-8 v0.7.6
9282024-03-28T07:20:52.509Z Downloaded backoff v0.4.0
9292024-03-28T07:20:52.510Z Downloaded libm v0.2.7
9302024-03-28T07:20:52.520Z Downloaded foreign-types-shared v0.1.1
9312024-03-28T07:20:52.526Z Downloaded swrite v0.1.0
9322024-03-28T07:20:52.526Z Downloaded utf8parse v0.2.1
9332024-03-28T07:20:52.529Z Downloaded usdt-macro v0.5.0
9342024-03-28T07:20:52.529Z Downloaded fallible-iterator v0.2.0
9352024-03-28T07:20:52.529Z Downloaded same-file v1.0.6
9362024-03-28T07:20:52.529Z Downloaded rustc_version v0.1.7
9372024-03-28T07:20:52.529Z Downloaded parking_lot_core v0.8.6
9382024-03-28T07:20:52.533Z Downloaded futures-macro v0.3.30
9392024-03-28T07:20:52.533Z Downloaded futures-io v0.3.30
9402024-03-28T07:20:52.536Z Downloaded parking_lot v0.12.1
9412024-03-28T07:20:52.540Z Downloaded serde_arrays v0.1.0
9422024-03-28T07:20:52.540Z Downloaded darling v0.20.3
9432024-03-28T07:20:52.543Z Downloaded slog-envlogger v2.2.0
9442024-03-28T07:20:52.547Z Downloaded getrandom v0.2.12
9452024-03-28T07:20:52.550Z Downloaded hash32 v0.3.1
9462024-03-28T07:20:52.550Z Downloaded num-traits v0.2.18
9472024-03-28T07:20:52.553Z Downloaded usdt-macro v0.3.5
9482024-03-28T07:20:52.561Z Downloaded itertools v0.12.1
9492024-03-28T07:20:52.570Z Downloaded thiserror-impl-no-std v2.0.2
9502024-03-28T07:20:52.570Z Downloaded waitgroup v0.1.2
9512024-03-28T07:20:52.570Z Downloaded topological-sort v0.2.2
9522024-03-28T07:20:52.574Z Downloaded rand_core v0.5.1
9532024-03-28T07:20:52.574Z Downloaded httparse v1.8.0
9542024-03-28T07:20:52.574Z Downloaded version_check v0.9.4
9552024-03-28T07:20:52.574Z Downloaded dtrace-parser v0.2.0
9562024-03-28T07:20:52.574Z Downloaded dtrace-parser v0.1.14
9572024-03-28T07:20:52.578Z Downloaded diesel_table_macro_syntax v0.1.0
9582024-03-28T07:20:52.578Z Downloaded crossbeam-utils v0.8.19
9592024-03-28T07:20:52.581Z Downloaded scroll_derive v0.12.0
9602024-03-28T07:20:52.581Z Downloaded scheduled-thread-pool v0.2.7
9612024-03-28T07:20:52.581Z Downloaded rustc-demangle v0.1.23
9622024-03-28T07:20:52.585Z Downloaded getrandom v0.1.16
9632024-03-28T07:20:52.588Z Downloaded headers-core v0.2.0
9642024-03-28T07:20:52.588Z Downloaded crossbeam-epoch v0.9.18
9652024-03-28T07:20:52.592Z Downloaded clap v4.5.1
9662024-03-28T07:20:52.599Z Downloaded rfc6979 v0.4.0
9672024-03-28T07:20:52.603Z Downloaded hubpack v0.1.2
9682024-03-28T07:20:52.603Z Downloaded thiserror-impl v1.0.57
9692024-03-28T07:20:52.610Z Downloaded bytes v1.5.0
9702024-03-28T07:20:52.616Z Downloaded rustls-pemfile v1.0.3
9712024-03-28T07:20:52.616Z Downloaded hex v0.4.3
9722024-03-28T07:20:52.616Z Downloaded glob v0.3.1
9732024-03-28T07:20:52.619Z Downloaded foreign-types-macros v0.2.3
9742024-03-28T07:20:52.620Z Downloaded strsim v0.11.0
9752024-03-28T07:20:52.620Z Downloaded strsim v0.8.0
9762024-03-28T07:20:52.620Z Downloaded string_cache v0.8.7
9772024-03-28T07:20:52.623Z Downloaded tokio-native-tls v0.3.1
9782024-03-28T07:20:52.623Z Downloaded tokio-macros v2.2.0
9792024-03-28T07:20:52.626Z Downloaded hex-literal v0.4.1
9802024-03-28T07:20:52.627Z Downloaded heck v0.3.3
9812024-03-28T07:20:52.631Z Downloaded foreign-types v0.5.0
9822024-03-28T07:20:52.631Z Downloaded dof v0.3.0
9832024-03-28T07:20:52.631Z Downloaded russh-keys v0.42.0
9842024-03-28T07:20:52.634Z Downloaded psl-types v2.0.11
9852024-03-28T07:20:52.634Z Downloaded tungstenite v0.21.0
9862024-03-28T07:20:52.638Z Downloaded portpicker v0.1.1
9872024-03-28T07:20:52.644Z Downloaded quick-error v1.2.3
9882024-03-28T07:20:52.644Z Downloaded tungstenite v0.20.1
9892024-03-28T07:20:52.648Z Downloaded powerfmt v0.2.0
9902024-03-28T07:20:52.648Z Downloaded gethostname v0.4.3
9912024-03-28T07:20:52.648Z Downloaded darling_core v0.20.3
9922024-03-28T07:20:52.651Z Downloaded zone_cfg_derive v0.1.2
9932024-03-28T07:20:52.655Z Downloaded p256 v0.13.2
9942024-03-28T07:20:52.658Z Downloaded take_mut v0.2.2
9952024-03-28T07:20:52.658Z Downloaded sha1 v0.10.6
9962024-03-28T07:20:52.662Z Downloaded rand_chacha v0.2.2
9972024-03-28T07:20:52.662Z Downloaded zeroize v1.7.0
9982024-03-28T07:20:52.665Z Downloaded rand_chacha v0.3.1
9992024-03-28T07:20:52.665Z Downloaded thread_local v1.1.7
10002024-03-28T07:20:52.669Z Downloaded sync_wrapper v0.1.2
10012024-03-28T07:20:52.669Z Downloaded foreign-types v0.3.2
10022024-03-28T07:20:52.669Z Downloaded precomputed-hash v0.1.1
10032024-03-28T07:20:52.674Z Downloaded subtle v2.5.0
10042024-03-28T07:20:52.674Z Downloaded url v2.5.0
10052024-03-28T07:20:52.687Z Downloaded derive_more v0.99.17
10062024-03-28T07:20:52.692Z Downloaded httpdate v1.0.3
10072024-03-28T07:20:52.692Z Downloaded dof v0.1.5
10082024-03-28T07:20:52.692Z Downloaded base64 v0.21.7
10092024-03-28T07:20:52.692Z Downloaded proc-macro-error-attr v1.0.4
10102024-03-28T07:20:52.693Z Downloaded mio v0.8.11
10112024-03-28T07:20:52.697Z Downloaded slog-stdlog v4.1.1
10122024-03-28T07:20:52.702Z Downloaded slog-json v2.6.1
10132024-03-28T07:20:52.702Z Downloaded slog-async v2.8.0
10142024-03-28T07:20:52.702Z Downloaded spin v0.5.2
10152024-03-28T07:20:52.707Z Downloaded serde_tokenstream v0.2.0
10162024-03-28T07:20:52.707Z Downloaded toml_edit v0.19.15
10172024-03-28T07:20:52.725Z Downloaded endian-type v0.1.2
10182024-03-28T07:20:52.728Z Downloaded toml v0.8.10
10192024-03-28T07:20:52.728Z Downloaded zerocopy v0.3.0
10202024-03-28T07:20:52.731Z Downloaded deranged v0.3.11
10212024-03-28T07:20:52.731Z Downloaded zone v0.1.8
10222024-03-28T07:20:52.731Z Downloaded enum-as-inner v0.5.1
10232024-03-28T07:20:52.734Z Downloaded schemars v0.8.16
10242024-03-28T07:20:52.747Z Downloaded primeorder v0.13.6
10252024-03-28T07:20:52.751Z Downloaded dhcproto-macros v0.1.0
10262024-03-28T07:20:52.751Z Downloaded num-bigint v0.4.4
10272024-03-28T07:20:52.757Z Downloaded rustls-pki-types v1.3.0
10282024-03-28T07:20:52.761Z Downloaded crossbeam-channel v0.5.8
10292024-03-28T07:20:52.764Z Downloaded smf v0.2.2
10302024-03-28T07:20:52.764Z Downloaded strum v0.26.1
10312024-03-28T07:20:52.764Z Downloaded float-cmp v0.9.0
10322024-03-28T07:20:52.767Z Downloaded slog-dtrace v0.3.0
10332024-03-28T07:20:52.767Z Downloaded proc-macro-error v1.0.4
10342024-03-28T07:20:52.771Z Downloaded rustversion v1.0.14
10352024-03-28T07:20:52.776Z Downloaded form_urlencoded v1.2.1
10362024-03-28T07:20:52.776Z Downloaded filetime v0.2.23
10372024-03-28T07:20:52.780Z Downloaded untrusted v0.7.1
10382024-03-28T07:20:52.780Z Downloaded env_logger v0.9.3
10392024-03-28T07:20:52.780Z Downloaded walkdir v2.4.0
10402024-03-28T07:20:52.783Z Downloaded tokio-stream v0.1.14
10412024-03-28T07:20:52.789Z Downloaded getopts v0.2.21
10422024-03-28T07:20:52.795Z Downloaded hyper-tls v0.5.0
10432024-03-28T07:20:52.796Z Downloaded hyper-staticfile v0.9.5
10442024-03-28T07:20:52.796Z Downloaded postgres-protocol v0.6.6
10452024-03-28T07:20:52.799Z Downloaded derive-where v1.2.7
10462024-03-28T07:20:52.799Z Downloaded fnv v1.0.7
10472024-03-28T07:20:52.799Z Downloaded ppv-lite86 v0.2.17
10482024-03-28T07:20:52.802Z Downloaded unicode-ident v1.0.12
10492024-03-28T07:20:52.805Z Downloaded embedded-io v0.4.0
10502024-03-28T07:20:52.805Z Downloaded slab v0.4.9
10512024-03-28T07:20:52.809Z Downloaded difflib v0.4.0
10522024-03-28T07:20:52.809Z Downloaded der_derive v0.7.2
10532024-03-28T07:20:52.812Z Downloaded zerocopy-derive v0.7.32
10542024-03-28T07:20:52.815Z Downloaded semver v0.1.20
10552024-03-28T07:20:52.818Z Downloaded trust-dns-server v0.22.1
10562024-03-28T07:20:52.821Z Downloaded thiserror v1.0.57
10572024-03-28T07:20:52.826Z Downloaded serde v1.0.197
10582024-03-28T07:20:52.830Z Downloaded structmeta v0.3.0
10592024-03-28T07:20:52.833Z Downloaded russh-cryptovec v0.7.0
10602024-03-28T07:20:52.833Z Downloaded usdt v0.5.0
10612024-03-28T07:20:52.833Z Downloaded tracing-attributes v0.1.27
10622024-03-28T07:20:52.836Z Downloaded term v0.7.0
10632024-03-28T07:20:52.840Z Downloaded home v0.5.5
10642024-03-28T07:20:52.847Z Downloaded fxhash v0.2.1
10652024-03-28T07:20:52.847Z Downloaded serde_urlencoded v0.7.1
10662024-03-28T07:20:52.847Z Downloaded scopeguard v1.2.0
10672024-03-28T07:20:52.850Z Downloaded rustc_version v0.4.0
10682024-03-28T07:20:52.850Z Downloaded postcard v1.0.8
10692024-03-28T07:20:52.850Z Downloaded terminal_size v0.3.0
10702024-03-28T07:20:52.854Z Downloaded synstructure v0.12.6
10712024-03-28T07:20:52.854Z Downloaded postgres-types v0.2.6
10722024-03-28T07:20:52.857Z Downloaded hyper-rustls v0.24.2
10732024-03-28T07:20:52.857Z Downloaded time-core v0.1.2
10742024-03-28T07:20:52.861Z Downloaded hubpack_derive v0.1.1
10752024-03-28T07:20:52.861Z Downloaded zeroize_derive v1.4.2
10762024-03-28T07:20:52.861Z Downloaded static_assertions v1.1.0
10772024-03-28T07:20:52.864Z Downloaded stable_deref_trait v1.2.0
10782024-03-28T07:20:52.864Z Downloaded semver v1.0.22
10792024-03-28T07:20:52.868Z Downloaded rcgen v0.12.1
10802024-03-28T07:20:52.872Z Downloaded group v0.13.0
10812024-03-28T07:20:52.872Z Downloaded serde_with_macros v3.6.1
10822024-03-28T07:20:52.875Z Downloaded futures-task v0.3.30
10832024-03-28T07:20:52.875Z Downloaded futures-sink v0.3.30
10842024-03-28T07:20:52.875Z Downloaded ecdsa v0.16.9
10852024-03-28T07:20:52.879Z Downloaded siphasher v0.3.11
10862024-03-28T07:20:52.879Z Downloaded ghash v0.5.0
10872024-03-28T07:20:52.887Z Downloaded rand v0.8.5
10882024-03-28T07:20:52.891Z Downloaded crossterm v0.27.0
10892024-03-28T07:20:52.891Z Downloaded trust-dns-resolver v0.22.0
10902024-03-28T07:20:52.895Z Downloaded humantime v2.1.0
10912024-03-28T07:20:52.898Z Downloaded rayon-core v1.12.1
10922024-03-28T07:20:52.901Z Downloaded heapless v0.7.16
10932024-03-28T07:20:52.905Z Downloaded dirs-sys-next v0.1.2
10942024-03-28T07:20:52.908Z Downloaded hashbrown v0.14.3
10952024-03-28T07:20:52.912Z Downloaded dyn-clone v1.0.17
10962024-03-28T07:20:52.915Z Downloaded spin v0.9.8
10972024-03-28T07:20:52.918Z Downloaded futures-channel v0.3.30
10982024-03-28T07:20:52.918Z Downloaded hostname v0.3.1
10992024-03-28T07:20:52.922Z Downloaded unsafe-libyaml v0.2.10
11002024-03-28T07:20:52.925Z Downloaded ron v0.7.1
11012024-03-28T07:20:52.929Z Downloaded serde_derive v1.0.197
11022024-03-28T07:20:52.932Z Downloaded zerocopy v0.6.4
11032024-03-28T07:20:52.938Z Downloaded diesel_derives v2.1.2
11042024-03-28T07:20:52.948Z Downloaded rustfmt-wrapper v0.2.0
11052024-03-28T07:20:52.949Z Downloaded publicsuffix v2.2.3
11062024-03-28T07:20:52.949Z Downloaded similar v2.4.0
11072024-03-28T07:20:52.952Z Downloaded futures v0.3.30
11082024-03-28T07:20:52.955Z Downloaded aho-corasick v1.1.2
11092024-03-28T07:20:52.960Z Downloaded subprocess v0.2.9
11102024-03-28T07:20:52.963Z Downloaded steno v0.4.0
11112024-03-28T07:20:52.967Z Downloaded ryu v1.0.15
11122024-03-28T07:20:52.971Z Downloaded petgraph v0.6.4
11132024-03-28T07:20:52.989Z Downloaded tracing v0.1.40
11142024-03-28T07:20:52.997Z Downloaded socket2 v0.5.5
11152024-03-28T07:20:53.001Z Downloaded unicode-normalization v0.1.22
11162024-03-28T07:20:53.001Z Downloaded rand v0.7.3
11172024-03-28T07:20:53.007Z Downloaded structopt v0.3.26
11182024-03-28T07:20:53.012Z Downloaded zip v0.6.6
11192024-03-28T07:20:53.015Z Downloaded flate2 v1.0.28
11202024-03-28T07:20:53.024Z Downloaded reqwest v0.11.24
11212024-03-28T07:20:53.040Z Downloaded unicode-bidi v0.3.15
11222024-03-28T07:20:53.045Z Downloaded goblin v0.8.0
11232024-03-28T07:20:53.045Z Downloaded clap_builder v4.5.1
11242024-03-28T07:20:53.049Z Downloaded tokio-postgres v0.7.10
11252024-03-28T07:20:53.052Z Downloaded clap v2.34.0
11262024-03-28T07:20:53.059Z Downloaded blake3 v1.5.0
11272024-03-28T07:20:53.068Z Downloaded time v0.3.34
11282024-03-28T07:20:53.074Z Downloaded object v0.32.1
11292024-03-28T07:20:53.088Z Downloaded heapless v0.8.0
11302024-03-28T07:20:53.103Z Downloaded unicode-segmentation v1.10.1
11312024-03-28T07:20:53.106Z Downloaded tokio-util v0.7.10
11322024-03-28T07:20:53.107Z Downloaded vcpkg v0.2.15
11332024-03-28T07:20:53.140Z Downloaded http v0.2.12
11342024-03-28T07:20:53.144Z Downloaded rustls-webpki v0.101.7
11352024-03-28T07:20:53.163Z Downloaded futures-util v0.3.30
11362024-03-28T07:20:53.172Z Downloaded rustls-webpki v0.102.1
11372024-03-28T07:20:53.193Z Downloaded idna v0.3.0
11382024-03-28T07:20:53.199Z Downloaded idna v0.5.0
11392024-03-28T07:20:53.207Z Downloaded zerocopy v0.7.32
11402024-03-28T07:20:53.223Z Downloaded hkdf v0.12.4
11412024-03-28T07:20:53.226Z Downloaded h2 v0.3.24
11422024-03-28T07:20:53.233Z Downloaded trust-dns-proto v0.22.0
11432024-03-28T07:20:53.248Z Downloaded hyper v0.14.28
11442024-03-28T07:20:53.253Z Downloaded syn v2.0.52
11452024-03-28T07:20:53.265Z Downloaded gimli v0.28.0
11462024-03-28T07:20:53.275Z Downloaded rustls v0.22.2
11472024-03-28T07:20:53.289Z Downloaded regress v0.9.0
11482024-03-28T07:20:53.298Z Downloaded regex v1.10.3
11492024-03-28T07:20:53.313Z Downloaded smoltcp v0.11.0
11502024-03-28T07:20:53.326Z Downloaded bstr v0.2.17
11512024-03-28T07:20:53.336Z Downloaded curve25519-dalek v4.1.1
11522024-03-28T07:20:53.346Z Downloaded rustls v0.21.9
11532024-03-28T07:20:53.358Z Downloaded libc v0.2.153
11542024-03-28T07:20:53.390Z Downloaded rustix v0.38.31
11552024-03-28T07:20:53.411Z Downloaded tokio v1.36.0
11562024-03-28T07:20:53.449Z Downloaded regex-automata v0.4.5
11572024-03-28T07:20:53.468Z Downloaded winapi v0.3.9
11582024-03-28T07:20:53.509Z Downloaded sled v0.34.7
11592024-03-28T07:20:53.521Z Downloaded zerocopy-derive v0.2.0
11602024-03-28T07:20:53.530Z Downloaded bzip2-sys v0.1.11+1.0.8
11612024-03-28T07:20:53.543Z Downloaded zerocopy-derive v0.6.4
11622024-03-28T07:20:53.553Z Downloaded bstr v1.9.0
11632024-03-28T07:20:53.565Z Downloaded diesel v2.1.4
11642024-03-28T07:20:53.583Z Downloaded sha3 v0.10.8
11652024-03-28T07:20:53.587Z Downloaded regex-syntax v0.8.2
11662024-03-28T07:20:53.596Z Downloaded radix_trie v0.2.1
11672024-03-28T07:20:53.602Z Downloaded openapiv3 v2.0.0
11682024-03-28T07:20:53.618Z Downloaded idna v0.2.3
11692024-03-28T07:20:53.621Z Downloaded syn v1.0.109
11702024-03-28T07:20:53.633Z Downloaded rayon v1.9.0
11712024-03-28T07:20:53.644Z Downloaded smoltcp v0.9.1
11722024-03-28T07:20:53.655Z Downloaded encoding_rs v0.8.33
11732024-03-28T07:20:53.678Z Downloaded webpki-roots v0.25.2
11742024-03-28T07:20:53.682Z Downloaded chrono v0.4.34
11752024-03-28T07:20:53.690Z Downloaded serde_json v1.0.114
11762024-03-28T07:20:53.697Z Downloaded openssl v0.10.60
11772024-03-28T07:20:53.708Z Downloaded serde_with v3.6.1
11782024-03-28T07:20:53.716Z Downloaded russh v0.42.0
11792024-03-28T07:20:53.722Z Downloaded winnow v0.6.1
11802024-03-28T07:20:53.729Z Downloaded toml v0.7.8
11812024-03-28T07:20:53.733Z Downloaded toml v0.5.11
11822024-03-28T07:20:53.736Z Downloaded half v2.3.1
11832024-03-28T07:20:53.739Z Downloaded http v1.0.0
11842024-03-28T07:20:53.742Z Downloaded winnow v0.5.15
11852024-03-28T07:20:53.748Z Downloaded slog v2.7.0
11862024-03-28T07:20:53.751Z Downloaded elliptic-curve v0.13.8
11872024-03-28T07:20:53.754Z Downloaded dirs v5.0.1
11882024-03-28T07:20:53.757Z Downloaded digest v0.10.7
11892024-03-28T07:20:53.757Z Downloaded flume v0.11.0
11902024-03-28T07:20:53.760Z Downloaded semver v0.11.0
11912024-03-28T07:20:53.764Z Downloaded trust-dns-client v0.22.0
11922024-03-28T07:20:53.770Z Downloaded ring v0.16.20
11932024-03-28T07:20:53.847Z Downloaded untrusted v0.9.0
11942024-03-28T07:20:53.851Z Downloaded hmac v0.12.1
11952024-03-28T07:20:53.851Z Downloaded regex-automata v0.1.10
11962024-03-28T07:20:53.855Z Downloaded tokio-rustls v0.24.1
11972024-03-28T07:20:53.858Z Downloaded proc-macro2 v1.0.78
11982024-03-28T07:20:53.861Z Downloaded indexmap v1.9.3
11992024-03-28T07:20:53.865Z Downloaded serde_derive_internals v0.26.0
12002024-03-28T07:20:53.865Z Downloaded tokio-tungstenite v0.21.0
12012024-03-28T07:20:53.871Z Downloaded nom v7.1.3
12022024-03-28T07:20:53.875Z Downloaded scroll v0.12.0
12032024-03-28T07:20:53.875Z Downloaded schemars_derive v0.8.16
12042024-03-28T07:20:53.875Z Downloaded headers v0.3.9
12052024-03-28T07:20:53.878Z Downloaded tracing-core v0.1.32
12062024-03-28T07:20:53.881Z Downloaded hashbrown v0.12.3
12072024-03-28T07:20:53.884Z Downloaded serde_spanned v0.6.5
12082024-03-28T07:20:53.888Z Downloaded serde_repr v0.1.16
12092024-03-28T07:20:53.888Z Downloaded either v1.10.0
12102024-03-28T07:20:53.891Z Downloaded strum_macros v0.25.2
12112024-03-28T07:20:53.891Z Downloaded smallvec v1.13.1
12122024-03-28T07:20:53.895Z Downloaded slog-term v2.9.0
12132024-03-28T07:20:53.895Z Downloaded pest v2.7.6
12142024-03-28T07:20:53.904Z Downloaded iana-time-zone v0.1.57
12152024-03-28T07:20:53.908Z Downloaded tokio-rustls v0.25.0
12162024-03-28T07:20:53.911Z Downloaded yasna v0.5.2
12172024-03-28T07:20:53.911Z Downloaded tempfile v3.10.0
12182024-03-28T07:20:53.914Z Downloaded universal-hash v0.5.1
12192024-03-28T07:20:53.914Z Downloaded unicode-width v0.1.11
12202024-03-28T07:20:53.914Z Downloaded termcolor v1.2.0
12212024-03-28T07:20:53.921Z Downloaded tabwriter v1.4.0
12222024-03-28T07:20:53.921Z Downloaded signal-hook v0.3.17
12232024-03-28T07:20:53.924Z Downloaded xattr v1.0.1
12242024-03-28T07:20:53.924Z Downloaded unicase v2.7.0
12252024-03-28T07:20:53.924Z Downloaded serde_yaml v0.9.25
12262024-03-28T07:20:53.927Z Downloaded aes v0.8.3
12272024-03-28T07:20:53.932Z Downloaded predicates v3.1.0
12282024-03-28T07:20:53.932Z Downloaded hash32 v0.2.1
12292024-03-28T07:20:53.936Z Downloaded generic-array v0.14.7
12302024-03-28T07:20:53.936Z Downloaded ucd-trie v0.1.6
12312024-03-28T07:20:53.937Z Downloaded quote v1.0.35
12322024-03-28T07:20:53.940Z Downloaded typenum v1.16.0
12332024-03-28T07:20:53.940Z Downloaded sha2 v0.10.8
12342024-03-28T07:20:53.943Z Downloaded ring v0.17.8
12352024-03-28T07:20:54.009Z Downloaded toml_edit v0.22.6
12362024-03-28T07:20:54.029Z Downloaded serde_tokenstream v0.1.7
12372024-03-28T07:20:54.034Z Downloaded secrecy v0.8.0
12382024-03-28T07:20:54.043Z Downloaded sec1 v0.7.3
12392024-03-28T07:20:54.043Z Downloaded sct v0.7.0
12402024-03-28T07:20:54.048Z Downloaded ed25519-dalek v2.0.0
12412024-03-28T07:20:54.048Z Downloaded minimal-lexical v0.2.1
12422024-03-28T07:20:54.048Z Downloaded dhcproto v0.11.0
12432024-03-28T07:20:54.051Z Downloaded rand_core v0.6.4
12442024-03-28T07:20:54.051Z Downloaded r2d2 v0.8.10
12452024-03-28T07:20:54.051Z Downloaded display-error-chain v0.2.0
12462024-03-28T07:20:54.051Z Downloaded heck v0.4.1
12472024-03-28T07:20:54.051Z Downloaded uuid v1.7.0
12482024-03-28T07:20:54.054Z Downloaded strsim v0.10.0
12492024-03-28T07:20:54.054Z Downloaded rustls-pemfile v2.1.1
12502024-03-28T07:20:54.058Z Downloaded thread-id v4.2.0
12512024-03-28T07:20:54.058Z Downloaded p521 v0.13.3
12522024-03-28T07:20:54.061Z Downloaded openssl-sys v0.9.96
12532024-03-28T07:20:54.065Z Downloaded crypto-bigint v0.5.2
12542024-03-28T07:20:54.070Z Downloaded backtrace v0.3.69
12552024-03-28T07:20:54.074Z Downloaded socket2 v0.4.9
12562024-03-28T07:20:54.078Z Downloaded memchr v2.7.1
12572024-03-28T07:20:54.081Z Downloaded equivalent v1.0.1
12582024-03-28T07:20:54.084Z Downloaded vsss-rs v3.3.4
12592024-03-28T07:20:54.084Z Downloaded poly1305 v0.8.0
12602024-03-28T07:20:54.087Z Downloaded signal-hook-mio v0.2.3
12612024-03-28T07:20:54.087Z Downloaded serde_path_to_error v0.1.16
12622024-03-28T07:20:54.090Z Downloaded uuid v0.8.2
12632024-03-28T07:20:54.093Z Downloaded tokio-tungstenite v0.20.1
12642024-03-28T07:20:54.093Z Downloaded futures-executor v0.3.30
12652024-03-28T07:20:54.096Z Downloaded futures-core v0.3.30
12662024-03-28T07:20:54.096Z Downloaded flagset v0.4.3
12672024-03-28T07:20:54.096Z Downloaded fixedbitset v0.4.2
12682024-03-28T07:20:54.100Z Downloaded resolv-conf v0.7.0
12692024-03-28T07:20:54.100Z Downloaded usdt-impl v0.5.0
12702024-03-28T07:20:54.100Z Downloaded usdt-impl v0.3.5
12712024-03-28T07:20:54.103Z Downloaded unicode-xid v0.2.4
12722024-03-28T07:20:54.103Z Downloaded tinyvec v1.6.0
12732024-03-28T07:20:54.109Z Downloaded proc-macro-crate v1.3.1
12742024-03-28T07:20:54.109Z Downloaded omicron-zone-package v0.11.0
12752024-03-28T07:20:54.112Z Downloaded base64 v0.22.0
12762024-03-28T07:20:54.115Z Downloaded foreign-types-shared v0.3.1
12772024-03-28T07:20:54.115Z Downloaded signature v2.1.0
12782024-03-28T07:20:54.115Z Downloaded signal-hook-registry v1.4.1
12792024-03-28T07:20:54.115Z Downloaded semver-parser v0.10.2
12802024-03-28T07:20:54.120Z Downloaded const-oid v0.9.6
12812024-03-28T07:20:54.120Z Downloaded cookie v0.17.0
12822024-03-28T07:20:54.123Z Downloaded ciborium v0.2.2
12832024-03-28T07:20:54.124Z Downloaded structopt-derive v0.4.18
12842024-03-28T07:20:54.124Z Downloaded polyval v0.6.1
12852024-03-28T07:20:54.127Z Downloaded http-body v0.4.5
12862024-03-28T07:20:54.127Z Downloaded tar v0.4.40
12872024-03-28T07:20:54.130Z Downloaded chacha20poly1305 v0.10.1
12882024-03-28T07:20:54.130Z Downloaded usdt-attr-macro v0.5.0
12892024-03-28T07:20:54.133Z Downloaded usdt-attr-macro v0.3.5
12902024-03-28T07:20:54.133Z Downloaded parking_lot v0.11.2
12912024-03-28T07:20:54.133Z Downloaded clap_derive v4.5.0
12922024-03-28T07:20:54.136Z Downloaded strum_macros v0.26.1
12932024-03-28T07:20:54.136Z Downloaded cc v1.0.83
12942024-03-28T07:20:54.140Z Downloaded base64 v0.13.1
12952024-03-28T07:20:54.143Z Downloaded allocator-api2 v0.2.16
12962024-03-28T07:20:54.146Z Downloaded num-complex v0.4.4
12972024-03-28T07:20:54.146Z Downloaded errno v0.3.8
12982024-03-28T07:20:54.149Z Downloaded erased-serde v0.3.31
12992024-03-28T07:20:54.149Z Downloaded cookie_store v0.20.0
13002024-03-28T07:20:54.152Z Downloaded tower-service v0.3.2
13012024-03-28T07:20:54.152Z Downloaded toolchain_find v0.2.0
13022024-03-28T07:20:54.152Z Downloaded predicates-core v1.0.6
13032024-03-28T07:20:54.158Z Downloaded itertools v0.10.5
13042024-03-28T07:20:54.161Z Downloaded crossbeam-deque v0.8.3
13052024-03-28T07:20:54.161Z Downloaded crc32fast v1.3.2
13062024-03-28T07:20:54.161Z Downloaded convert_case v0.4.0
13072024-03-28T07:20:54.165Z Downloaded console v0.15.8
13082024-03-28T07:20:54.165Z Downloaded password-hash v0.5.0
13092024-03-28T07:20:54.168Z Downloaded mime_guess v2.0.4
13102024-03-28T07:20:54.168Z Downloaded num-rational v0.4.1
13112024-03-28T07:20:54.171Z Downloaded bitflags v2.4.2
13122024-03-28T07:20:54.174Z Downloaded ed25519 v2.2.2
13132024-03-28T07:20:54.174Z Downloaded textwrap v0.11.0
13142024-03-28T07:20:54.177Z Downloaded chacha20 v0.9.1
13152024-03-28T07:20:54.177Z Downloaded spki v0.7.2
13162024-03-28T07:20:54.181Z Downloaded defmt-parser v0.3.3
13172024-03-28T07:20:54.181Z Downloaded pest_derive v2.7.6
13182024-03-28T07:20:54.181Z Downloaded password-hash v0.4.2
13192024-03-28T07:20:54.184Z Downloaded once_cell v1.19.0
13202024-03-28T07:20:54.187Z Downloaded nibble_vec v0.1.0
13212024-03-28T07:20:54.187Z Downloaded camino v1.1.6
13222024-03-28T07:20:54.187Z Downloaded multer v3.0.0
13232024-03-28T07:20:54.190Z Downloaded memmap2 v0.7.1
13242024-03-28T07:20:54.193Z Downloaded platforms v3.0.2
13252024-03-28T07:20:54.193Z Downloaded aes-gcm v0.10.3
13262024-03-28T07:20:54.197Z Downloaded slog-bunyan v2.5.0
13272024-03-28T07:20:54.197Z Downloaded defmt-macros v0.3.6
13282024-03-28T07:20:54.203Z Downloaded blake2 v0.10.6
13292024-03-28T07:20:54.207Z Downloaded data-encoding v2.4.0
13302024-03-28T07:20:54.207Z Downloaded debug-ignore v1.0.5
13312024-03-28T07:20:54.207Z Downloaded toml_datetime v0.6.5
13322024-03-28T07:20:54.207Z Downloaded thiserror-no-std v2.0.2
13332024-03-28T07:20:54.210Z Downloaded cobs v0.2.3
13342024-03-28T07:20:54.210Z Downloaded num_enum v0.5.11
13352024-03-28T07:20:54.213Z Downloaded num-derive v0.4.0
13362024-03-28T07:20:54.227Z Downloaded colored v2.1.0
13372024-03-28T07:20:54.239Z Downloaded clap_lex v0.7.0
13382024-03-28T07:20:54.242Z Downloaded parse-display-derive v0.9.0
13392024-03-28T07:20:54.242Z Downloaded parse-display v0.9.0
13402024-03-28T07:20:54.245Z Downloaded num_enum_derive v0.5.11
13412024-03-28T07:20:54.245Z Downloaded mime v0.3.17
13422024-03-28T07:20:54.248Z Downloaded memmap v0.7.0
13432024-03-28T07:20:54.248Z Downloaded ciborium-ll v0.2.2
13442024-03-28T07:20:54.248Z Downloaded cancel-safe-futures v0.1.5
13452024-03-28T07:20:54.252Z Downloaded bzip2 v0.4.4
13462024-03-28T07:20:54.255Z Downloaded base64ct v1.6.0
13472024-03-28T07:20:54.258Z Downloaded async-trait v0.1.77
13482024-03-28T07:20:54.262Z Downloaded nanorand v0.7.0
13492024-03-28T07:20:54.265Z Downloaded lru-cache v0.1.2
13502024-03-28T07:20:54.271Z Downloaded cbc v0.1.2
13512024-03-28T07:20:54.271Z Downloaded matches v0.1.10
13522024-03-28T07:20:54.271Z Downloaded miniz_oxide v0.7.1
13532024-03-28T07:20:54.275Z Downloaded cfg-if v1.0.0
13542024-03-28T07:20:54.275Z Downloaded atomic-waker v1.1.1
13552024-03-28T07:20:54.275Z Downloaded bit-vec v0.6.3
13562024-03-28T07:20:54.275Z Downloaded arrayvec v0.7.4
13572024-03-28T07:20:54.278Z Downloaded anstream v0.6.11
13582024-03-28T07:20:54.281Z Downloaded anstyle-parse v0.2.1
13592024-03-28T07:20:54.284Z Downloaded libsw v3.3.1
13602024-03-28T07:20:54.284Z Downloaded der v0.7.8
13612024-03-28T07:20:54.290Z Downloaded async-stream-impl v0.3.5
13622024-03-28T07:20:54.294Z Downloaded kstat-rs v0.2.3
13632024-03-28T07:20:54.294Z Downloaded internet-checksum v0.2.1
13642024-03-28T07:20:54.297Z Downloaded async-stream v0.3.5
13652024-03-28T07:20:54.297Z Downloaded anstyle-query v1.0.0
13662024-03-28T07:20:54.300Z Downloaded itoa v1.0.9
13672024-03-28T07:20:54.300Z Downloaded ipnetwork v0.20.0
13682024-03-28T07:20:54.772Z Compiling proc-macro2 v1.0.78
13692024-03-28T07:20:54.772Z Compiling unicode-ident v1.0.12
13702024-03-28T07:20:54.778Z Compiling libc v0.2.153
13712024-03-28T07:20:54.778Z Compiling serde v1.0.197
13722024-03-28T07:20:54.778Z Compiling version_check v0.9.4
13732024-03-28T07:20:54.778Z Compiling cfg-if v1.0.0
13742024-03-28T07:20:54.818Z Compiling autocfg v1.1.0
13752024-03-28T07:20:54.952Z Compiling syn v1.0.109
13762024-03-28T07:20:54.993Z Compiling thiserror v1.0.57
13772024-03-28T07:20:55.042Z Compiling once_cell v1.19.0
13782024-03-28T07:20:55.448Z Compiling typenum v1.16.0
13792024-03-28T07:20:55.605Z Compiling parking_lot_core v0.9.8
13802024-03-28T07:20:55.647Z Compiling lock_api v0.4.10
13812024-03-28T07:20:56.063Z Compiling generic-array v0.14.7
13822024-03-28T07:20:56.079Z Compiling memchr v2.7.1
13832024-03-28T07:20:56.252Z Compiling byteorder v1.5.0
13842024-03-28T07:20:56.272Z Compiling libm v0.2.7
13852024-03-28T07:20:56.325Z Compiling serde_json v1.0.114
13862024-03-28T07:20:56.348Z Compiling num-traits v0.2.18
13872024-03-28T07:20:56.582Z Compiling ahash v0.8.8
13882024-03-28T07:20:56.655Z Compiling log v0.4.21
13892024-03-28T07:20:56.918Z Compiling itoa v1.0.9
13902024-03-28T07:20:57.097Z Compiling quote v1.0.35
13912024-03-28T07:20:57.156Z Compiling scopeguard v1.2.0
13922024-03-28T07:20:57.289Z Compiling slab v0.4.9
13932024-03-28T07:20:57.634Z Compiling syn v2.0.52
13942024-03-28T07:20:57.689Z Compiling getrandom v0.2.12
13952024-03-28T07:20:57.722Z Compiling cc v1.0.83
13962024-03-28T07:20:58.053Z Compiling rand_core v0.6.4
13972024-03-28T07:20:58.367Z Compiling smallvec v1.13.1
13982024-03-28T07:20:58.565Z Compiling ryu v1.0.15
13992024-03-28T07:20:58.698Z Compiling allocator-api2 v0.2.16
14002024-03-28T07:20:58.800Z Compiling heck v0.4.1
14012024-03-28T07:20:58.828Z Compiling subtle v2.5.0
14022024-03-28T07:20:58.900Z Compiling pin-project-lite v0.2.13
14032024-03-28T07:20:59.164Z Compiling pkg-config v0.3.27
14042024-03-28T07:20:59.470Z Compiling parking_lot v0.12.1
14052024-03-28T07:20:59.490Z Compiling schemars v0.8.16
14062024-03-28T07:20:59.749Z Compiling signal-hook-registry v1.4.1
14072024-03-28T07:20:59.838Z Compiling mio v0.8.11
14082024-03-28T07:21:00.598Z Compiling equivalent v1.0.1
14092024-03-28T07:21:00.628Z Compiling num_cpus v1.16.0
14102024-03-28T07:21:00.719Z Compiling socket2 v0.5.5
14112024-03-28T07:21:00.757Z Compiling time-core v0.1.2
14122024-03-28T07:21:00.842Z Compiling ring v0.17.8
14132024-03-28T07:21:00.928Z Compiling num-conv v0.1.0
14142024-03-28T07:21:01.209Z Compiling time-macros v0.2.17
14152024-03-28T07:21:01.404Z Compiling futures-core v0.3.30
14162024-03-28T07:21:01.494Z Compiling vcpkg v0.2.15
14172024-03-28T07:21:01.662Z Compiling httparse v1.8.0
14182024-03-28T07:21:01.711Z Compiling const-oid v0.9.6
14192024-03-28T07:21:03.023Z Compiling ucd-trie v0.1.6
14202024-03-28T07:21:03.596Z Compiling fnv v1.0.7
14212024-03-28T07:21:03.650Z Compiling futures-sink v0.3.30
14222024-03-28T07:21:03.731Z Compiling ring v0.16.20
14232024-03-28T07:21:03.789Z Compiling openssl-sys v0.9.96
14242024-03-28T07:21:03.955Z Compiling spin v0.5.2
14252024-03-28T07:21:04.189Z Compiling futures-channel v0.3.30
14262024-03-28T07:21:04.445Z Compiling futures-task v0.3.30
14272024-03-28T07:21:04.656Z Compiling pin-utils v0.1.0
14282024-03-28T07:21:04.741Z Compiling slog v2.7.0
14292024-03-28T07:21:04.764Z Compiling futures-io v0.3.30
14302024-03-28T07:21:04.764Z Compiling openssl v0.10.60
14312024-03-28T07:21:04.800Z Compiling async-trait v0.1.77
14322024-03-28T07:21:04.850Z Compiling iana-time-zone v0.1.57
14332024-03-28T07:21:05.097Z Compiling serde_derive_internals v0.26.0
14342024-03-28T07:21:05.183Z Compiling rustls v0.21.9
14352024-03-28T07:21:05.273Z Compiling native-tls v0.2.11
14362024-03-28T07:21:05.365Z Compiling semver v1.0.22
14372024-03-28T07:21:05.527Z Compiling tinyvec_macros v0.1.1
14382024-03-28T07:21:05.605Z Compiling cpufeatures v0.2.12
14392024-03-28T07:21:05.668Z Compiling tinyvec v1.6.0
14402024-03-28T07:21:05.706Z Compiling backtrace v0.3.69
14412024-03-28T07:21:05.858Z Compiling cookie v0.17.0
14422024-03-28T07:21:06.343Z Compiling aho-corasick v1.1.2
14432024-03-28T07:21:06.364Z Compiling regex-syntax v0.8.2
14442024-03-28T07:21:06.907Z Compiling uuid v0.8.2
14452024-03-28T07:21:07.013Z Compiling unicode-bidi v0.3.15
14462024-03-28T07:21:07.130Z Compiling unicode-normalization v0.1.22
14472024-03-28T07:21:07.778Z Compiling rustix v0.38.31
14482024-03-28T07:21:07.838Z Compiling dyn-clone v1.0.17
14492024-03-28T07:21:08.217Z Compiling crossbeam-utils v0.8.19
14502024-03-28T07:21:08.530Z Compiling anyhow v1.0.79
14512024-03-28T07:21:08.552Z Compiling ppv-lite86 v0.2.17
14522024-03-28T07:21:08.830Z Compiling tracing-core v0.1.32
14532024-03-28T07:21:09.938Z Compiling regex-automata v0.4.5
14542024-03-28T07:21:11.039Z Compiling percent-encoding v2.3.1
14552024-03-28T07:21:11.394Z Compiling rand_chacha v0.3.1
14562024-03-28T07:21:12.429Z Compiling serde_derive v1.0.197
14572024-03-28T07:21:12.630Z Compiling zeroize_derive v1.4.2
14582024-03-28T07:21:12.839Z Compiling thiserror-impl v1.0.57
14592024-03-28T07:21:13.213Z Compiling zerocopy-derive v0.7.32
14602024-03-28T07:21:13.235Z Compiling tokio-macros v2.2.0
14612024-03-28T07:21:13.256Z Compiling futures-macro v0.3.30
14622024-03-28T07:21:13.939Z Compiling tracing-attributes v0.1.27
14632024-03-28T07:21:14.328Z Compiling zeroize v1.7.0
14642024-03-28T07:21:15.004Z Compiling schemars_derive v0.8.16
14652024-03-28T07:21:15.515Z Compiling futures-util v0.3.30
14662024-03-28T07:21:15.700Z Compiling zerocopy v0.7.32
14672024-03-28T07:21:16.206Z Compiling crypto-common v0.1.6
14682024-03-28T07:21:16.431Z Compiling pest v2.7.6
14692024-03-28T07:21:17.934Z Compiling hashbrown v0.14.3
14702024-03-28T07:21:17.953Z Compiling block-buffer v0.10.4
14712024-03-28T07:21:18.192Z Compiling digest v0.10.7
14722024-03-28T07:21:18.212Z Compiling openssl-macros v0.1.1
14732024-03-28T07:21:18.643Z Compiling pest_meta v2.7.6
14742024-03-28T07:21:19.320Z Compiling tracing v0.1.40
14752024-03-28T07:21:19.537Z Compiling regex v1.10.3
14762024-03-28T07:21:19.867Z Compiling der_derive v0.7.2
14772024-03-28T07:21:20.643Z Compiling pest_generator v2.7.6
14782024-03-28T07:21:20.908Z Compiling scroll_derive v0.12.0
14792024-03-28T07:21:21.733Z Compiling rand v0.8.5
14802024-03-28T07:21:22.438Z Compiling spin v0.9.8
14812024-03-28T07:21:22.776Z Compiling thread-id v4.2.0
14822024-03-28T07:21:22.798Z Compiling powerfmt v0.2.0
14832024-03-28T07:21:22.806Z Compiling rustversion v1.0.14
14842024-03-28T07:21:23.118Z Compiling deranged v0.3.11
14852024-03-28T07:21:23.141Z Compiling form_urlencoded v1.2.1
14862024-03-28T07:21:23.541Z Compiling unicode-width v0.1.11
14872024-03-28T07:21:23.691Z Compiling pest_derive v2.7.6
14882024-03-28T07:21:23.852Z Compiling winnow v0.5.15
14892024-03-28T07:21:23.967Z Compiling num_threads v0.1.6
14902024-03-28T07:21:25.187Z Compiling time v0.3.34
14912024-03-28T07:21:25.914Z Compiling unicode-xid v0.2.4
14922024-03-28T07:21:26.085Z Compiling synstructure v0.12.6
14932024-03-28T07:21:27.233Z Compiling bytes v1.5.0
14942024-03-28T07:21:27.498Z Compiling indexmap v2.2.5
14952024-03-28T07:21:28.433Z Compiling tokio v1.36.0
14962024-03-28T07:21:28.486Z Compiling uuid v1.7.0
14972024-03-28T07:21:28.908Z Compiling chrono v0.4.34
14982024-03-28T07:21:30.277Z Compiling http v0.2.12
14992024-03-28T07:21:30.585Z Compiling bitflags v2.4.2
15002024-03-28T07:21:31.117Z Compiling serde_spanned v0.6.5
15012024-03-28T07:21:31.359Z Compiling toml_datetime v0.6.5
15022024-03-28T07:21:31.853Z Compiling rustc_version v0.4.0
15032024-03-28T07:21:32.910Z Compiling toml_edit v0.19.15
15042024-03-28T07:21:32.913Z Compiling openapiv3 v2.0.0
15052024-03-28T07:21:33.594Z Compiling serde_tokenstream v0.2.0
15062024-03-28T07:21:35.202Z Compiling idna v0.5.0
15072024-03-28T07:21:35.748Z Compiling lazy_static v1.4.0
15082024-03-28T07:21:35.876Z Compiling usdt-impl v0.5.0
15092024-03-28T07:21:36.262Z Compiling crc32fast v1.3.2
15102024-03-28T07:21:36.787Z Compiling url v2.5.0
15112024-03-28T07:21:36.806Z Compiling zerocopy-derive v0.2.0
15122024-03-28T07:21:36.858Z Compiling scroll v0.12.0
15132024-03-28T07:21:37.522Z Compiling plain v0.2.3
15142024-03-28T07:21:37.687Z Compiling goblin v0.8.0
15152024-03-28T07:21:39.591Z Compiling untrusted v0.7.1
15162024-03-28T07:21:39.786Z Compiling untrusted v0.9.0
15172024-03-28T07:21:39.961Z Compiling pretty-hex v0.4.1
15182024-03-28T07:21:40.600Z Compiling foreign-types-shared v0.1.1
15192024-03-28T07:21:40.726Z Compiling foreign-types v0.3.2
15202024-03-28T07:21:41.038Z Compiling tokio-util v0.7.10
15212024-03-28T07:21:44.675Z Compiling dof v0.3.0
15222024-03-28T07:21:45.172Z Compiling dtrace-parser v0.2.0
15232024-03-28T07:21:46.809Z Compiling errno v0.3.8
15242024-03-28T07:21:47.001Z Compiling usdt-impl v0.3.5
15252024-03-28T07:21:47.196Z Compiling base64 v0.21.7
15262024-03-28T07:21:47.316Z Compiling try-lock v0.2.4
15272024-03-28T07:21:47.360Z Compiling adler v1.0.2
15282024-03-28T07:21:47.492Z Compiling miniz_oxide v0.7.1
15292024-03-28T07:21:47.587Z Compiling want v0.3.1
15302024-03-28T07:21:48.323Z Compiling rustls-webpki v0.101.7
15312024-03-28T07:21:48.751Z Compiling sct v0.7.0
15322024-03-28T07:21:48.983Z Compiling h2 v0.3.24
15332024-03-28T07:21:50.345Z Compiling http-body v0.4.5
15342024-03-28T07:21:50.726Z Compiling num-bigint v0.4.4
15352024-03-28T07:21:50.744Z Compiling httpdate v1.0.3
15362024-03-28T07:21:51.045Z Compiling tower-service v0.3.2
15372024-03-28T07:21:51.180Z Compiling openssl-probe v0.1.5
15382024-03-28T07:21:52.566Z Compiling zerocopy v0.3.0
15392024-03-28T07:21:53.368Z Compiling heapless v0.7.16
15402024-03-28T07:21:53.388Z Compiling idna v0.3.0
15412024-03-28T07:21:53.700Z Compiling bzip2-sys v0.1.11+1.0.8
15422024-03-28T07:21:53.795Z Compiling base64ct v1.6.0
15432024-03-28T07:21:54.419Z Compiling signal-hook v0.3.17
15442024-03-28T07:21:55.011Z Compiling psl-types v2.0.11
15452024-03-28T07:21:55.203Z Compiling unicode-segmentation v1.10.1
15462024-03-28T07:21:55.346Z Compiling publicsuffix v2.2.3
15472024-03-28T07:21:55.447Z Compiling tokio-native-tls v0.3.1
15482024-03-28T07:21:55.740Z Compiling hyper v0.14.28
15492024-03-28T07:21:56.060Z Compiling tokio-rustls v0.24.1
15502024-03-28T07:21:56.789Z Compiling dof v0.1.5
15512024-03-28T07:21:57.347Z Compiling crossbeam-epoch v0.9.18
15522024-03-28T07:21:57.576Z Compiling dtrace-parser v0.1.14
15532024-03-28T07:21:57.794Z Compiling ipnet v2.9.0
15542024-03-28T07:21:58.178Z Compiling gimli v0.28.0
15552024-03-28T07:21:58.595Z Compiling bitflags v1.3.2
15562024-03-28T07:21:59.441Z Compiling cookie_store v0.20.0
15572024-03-28T07:22:00.177Z Compiling rustls-pemfile v1.0.3
15582024-03-28T07:22:00.593Z Compiling serde_urlencoded v0.7.1
15592024-03-28T07:22:01.174Z Compiling serde_tokenstream v0.1.7
15602024-03-28T07:22:01.496Z Compiling enum-as-inner v0.5.1
15612024-03-28T07:22:01.660Z Compiling object v0.32.1
15622024-03-28T07:22:01.712Z Compiling encoding_rs v0.8.33
15632024-03-28T07:22:02.494Z Compiling hyper-tls v0.5.0
15642024-03-28T07:22:02.851Z Compiling hyper-rustls v0.24.2
15652024-03-28T07:22:03.123Z Compiling addr2line v0.21.0
15662024-03-28T07:22:03.338Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15672024-03-28T07:22:03.526Z Compiling webpki-roots v0.25.2
15682024-03-28T07:22:03.701Z Compiling smoltcp v0.9.1
15692024-03-28T07:22:04.482Z Compiling rustc-demangle v0.1.23
15702024-03-28T07:22:05.490Z Compiling mime v0.3.17
15712024-03-28T07:22:05.883Z Compiling either v1.10.0
15722024-03-28T07:22:05.923Z Compiling sync_wrapper v0.1.2
15732024-03-28T07:22:06.216Z Compiling data-encoding v2.4.0
15742024-03-28T07:22:06.279Z Compiling reqwest v0.11.24
15752024-03-28T07:22:06.370Z Compiling pem-rfc7468 v0.7.0
15762024-03-28T07:22:09.213Z Compiling hmac v0.12.1
15772024-03-28T07:22:09.266Z Compiling futures-executor v0.3.30
15782024-03-28T07:22:09.498Z Compiling regress v0.9.0
15792024-03-28T07:22:10.350Z Compiling flagset v0.4.3
15802024-03-28T07:22:10.577Z Compiling siphasher v0.3.11
15812024-03-28T07:22:11.639Z Compiling der v0.7.8
15822024-03-28T07:22:13.065Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15832024-03-28T07:22:14.046Z Compiling flate2 v1.0.28
15842024-03-28T07:22:14.636Z Compiling usdt-attr-macro v0.3.5
15852024-03-28T07:22:14.854Z Compiling usdt-macro v0.3.5
15862024-03-28T07:22:16.244Z Compiling hubpack_derive v0.1.1
15872024-03-28T07:22:16.811Z Compiling zerocopy-derive v0.6.4
15882024-03-28T07:22:17.041Z Compiling clap_derive v4.5.0
15892024-03-28T07:22:17.668Z Compiling winnow v0.6.1
15902024-03-28T07:22:17.687Z Compiling anstyle v1.0.6
15912024-03-28T07:22:18.348Z Compiling utf8parse v0.2.1
15922024-03-28T07:22:19.058Z Compiling anstyle-parse v0.2.1
15932024-03-28T07:22:19.431Z Compiling sha2 v0.10.8
15942024-03-28T07:22:20.515Z Compiling futures v0.3.30
15952024-03-28T07:22:20.903Z Compiling toml_edit v0.22.6
15962024-03-28T07:22:20.954Z Compiling spki v0.7.2
15972024-03-28T07:22:21.857Z Compiling md-5 v0.10.5
15982024-03-28T07:22:22.093Z Compiling toml v0.7.8
15992024-03-28T07:22:22.144Z Compiling hex v0.4.3
16002024-03-28T07:22:22.151Z Compiling block-padding v0.3.3
16012024-03-28T07:22:22.177Z Compiling stringprep v0.1.3
16022024-03-28T07:22:22.825Z Compiling num-integer v0.1.46
16032024-03-28T07:22:23.145Z Compiling diesel_table_macro_syntax v0.1.0
16042024-03-28T07:22:23.206Z Compiling hash32 v0.2.1
16052024-03-28T07:22:24.198Z Compiling fallible-iterator v0.2.0
16062024-03-28T07:22:24.203Z Compiling stable_deref_trait v1.2.0
16072024-03-28T07:22:24.204Z Compiling colorchoice v1.0.0
16082024-03-28T07:22:24.204Z Compiling anstyle-query v1.0.0
16092024-03-28T07:22:24.204Z Compiling anstream v0.6.11
16102024-03-28T07:22:24.560Z Compiling postgres-protocol v0.6.6
16112024-03-28T07:22:25.282Z Compiling diesel_derives v2.1.2
16122024-03-28T07:22:25.923Z Compiling inout v0.1.3
16132024-03-28T07:22:26.664Z Compiling pkcs8 v0.10.2
16142024-03-28T07:22:27.339Z Compiling phf_shared v0.11.2
16152024-03-28T07:22:27.628Z Compiling terminal_size v0.3.0
16162024-03-28T07:22:27.725Z Compiling ff v0.13.0
16172024-03-28T07:22:27.950Z Compiling strum_macros v0.25.2
16182024-03-28T07:22:28.166Z Compiling serde_repr v0.1.16
16192024-03-28T07:22:28.238Z Compiling scheduled-thread-pool v0.2.7
16202024-03-28T07:22:28.483Z Compiling matches v0.1.10
16212024-03-28T07:22:28.580Z Compiling regex-automata v0.1.10
16222024-03-28T07:22:28.822Z Compiling clap_lex v0.7.0
16232024-03-28T07:22:29.211Z Compiling managed v0.8.0
16242024-03-28T07:22:29.286Z Compiling strsim v0.11.0
16252024-03-28T07:22:29.335Z Compiling base16ct v0.2.0
16262024-03-28T07:22:29.401Z Compiling bit-vec v0.6.3
16272024-03-28T07:22:29.675Z Compiling clap_builder v4.5.1
16282024-03-28T07:22:29.855Z Compiling sec1 v0.7.3
16292024-03-28T07:22:29.930Z Compiling bstr v0.2.17
16302024-03-28T07:22:30.251Z Compiling idna v0.2.3
16312024-03-28T07:22:30.437Z Compiling r2d2 v0.8.10
16322024-03-28T07:22:31.356Z Compiling group v0.13.0
16332024-03-28T07:22:31.841Z Compiling phf v0.11.2
16342024-03-28T07:22:31.871Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16352024-03-28T07:22:31.980Z Compiling signal-hook-mio v0.2.3
16362024-03-28T07:22:32.132Z Compiling bzip2 v0.4.4
16372024-03-28T07:22:32.265Z Compiling cipher v0.4.4
16382024-03-28T07:22:32.512Z Compiling postgres-types v0.2.6
16392024-03-28T07:22:32.750Z Compiling zerocopy v0.6.4
16402024-03-28T07:22:32.891Z Compiling hubpack v0.1.2
16412024-03-28T07:22:33.364Z Compiling phf_shared v0.10.0
16422024-03-28T07:22:33.624Z Compiling hkdf v0.12.4
16432024-03-28T07:22:33.865Z Compiling crypto-bigint v0.5.2
16442024-03-28T07:22:33.887Z Compiling ipnetwork v0.20.0
16452024-03-28T07:22:34.843Z Compiling float-cmp v0.9.0
16462024-03-28T07:22:35.245Z Compiling difflib v0.4.0
16472024-03-28T07:22:37.064Z Compiling whoami v1.5.0
16482024-03-28T07:22:37.183Z Compiling normalize-line-endings v0.3.0
16492024-03-28T07:22:37.317Z Compiling predicates-core v1.0.6
16502024-03-28T07:22:37.427Z Compiling precomputed-hash v0.1.1
16512024-03-28T07:22:37.708Z Compiling static_assertions v1.1.0
16522024-03-28T07:22:37.820Z Compiling fixedbitset v0.4.2
16532024-03-28T07:22:37.842Z Compiling new_debug_unreachable v1.0.4
16542024-03-28T07:22:37.937Z Compiling minimal-lexical v0.2.1
16552024-03-28T07:22:38.273Z Compiling petgraph v0.6.4
16562024-03-28T07:22:38.480Z Compiling nom v7.1.3
16572024-03-28T07:22:38.588Z Compiling trust-dns-proto v0.22.0
16582024-03-28T07:22:39.089Z Compiling string_cache v0.8.7
16592024-03-28T07:22:39.105Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16602024-03-28T07:22:39.986Z Compiling predicates v3.1.0
16612024-03-28T07:22:41.777Z Compiling tokio-postgres v0.7.10
16622024-03-28T07:22:41.959Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16632024-03-28T07:22:41.963Z Compiling diesel v2.1.4
16642024-03-28T07:22:42.258Z Compiling elliptic-curve v0.13.8
16652024-03-28T07:22:42.328Z Compiling yasna v0.5.2
16662024-03-28T07:22:43.029Z Compiling clap v4.5.1
16672024-03-28T07:22:43.737Z Compiling zip v0.6.6
16682024-03-28T07:22:44.240Z Compiling crossterm v0.27.0
16692024-03-28T07:22:45.181Z Compiling similar v2.4.0
16702024-03-28T07:22:45.629Z Compiling bit-set v0.5.3
16712024-03-28T07:22:45.911Z Compiling num-iter v0.1.44
16722024-03-28T07:22:46.103Z Compiling usdt v0.3.5
16732024-03-28T07:22:46.387Z Compiling itertools v0.10.5
16742024-03-28T07:22:46.714Z Compiling console v0.15.8
16752024-03-28T07:22:47.187Z Compiling tokio-stream v0.1.14
16762024-03-28T07:22:48.411Z Compiling getopts v0.2.21
16772024-03-28T07:22:48.411Z Compiling bstr v1.9.0
16782024-03-28T07:22:48.744Z Compiling unsafe-libyaml v0.2.10
16792024-03-28T07:22:48.959Z Compiling lalrpop-util v0.19.12
16802024-03-28T07:22:50.036Z Compiling serde_yaml v0.9.25
16812024-03-28T07:22:50.218Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16822024-03-28T07:22:54.407Z Compiling camino v1.1.6
16832024-03-28T07:22:55.370Z Compiling atty v0.2.14
16842024-03-28T07:22:58.636Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16852024-03-28T07:22:58.686Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16862024-03-28T07:23:02.771Z Compiling sha1 v0.10.6
16872024-03-28T07:23:17.482Z Compiling ident_case v1.0.1
16882024-03-28T07:23:17.505Z Compiling strsim v0.10.0
16892024-03-28T07:23:17.631Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16902024-03-28T07:23:17.857Z Compiling darling_core v0.20.3
16912024-03-28T07:23:19.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922024-03-28T07:23:19.812Z Compiling strum_macros v0.26.1
16932024-03-28T07:23:24.093Z Compiling darling_macro v0.20.3
16942024-03-28T07:23:25.234Z Compiling strum v0.26.1
16952024-03-28T07:23:25.423Z Compiling darling v0.20.3
16962024-03-28T07:23:25.527Z Compiling dirs-sys-next v0.1.2
16972024-03-28T07:23:25.551Z Compiling match_cfg v0.1.0
16982024-03-28T07:23:25.652Z Compiling hostname v0.3.1
16992024-03-28T07:23:25.908Z Compiling dirs-next v2.0.0
17002024-03-28T07:23:26.184Z Compiling http v1.0.0
17012024-03-28T07:23:26.205Z Compiling thread_local v1.1.7
17022024-03-28T07:23:26.337Z Compiling slog-async v2.8.0
17032024-03-28T07:23:26.393Z Compiling rustls-pki-types v1.3.0
17042024-03-28T07:23:26.753Z Compiling term v0.7.0
17052024-03-28T07:23:26.938Z Compiling crossbeam-channel v0.5.8
17062024-03-28T07:23:27.187Z Compiling take_mut v0.2.2
17072024-03-28T07:23:27.237Z Compiling rustls v0.22.2
17082024-03-28T07:23:27.353Z Compiling slog-term v2.9.0
17092024-03-28T07:23:27.650Z Compiling rustls-webpki v0.102.1
17102024-03-28T07:23:27.672Z Compiling multer v3.0.0
17112024-03-28T07:23:27.980Z Compiling instant v0.1.12
17122024-03-28T07:23:28.103Z Compiling paste v1.0.14
17132024-03-28T07:23:28.218Z Compiling slog-json v2.6.1
17142024-03-28T07:23:28.305Z Compiling async-stream-impl v0.3.5
17152024-03-28T07:23:28.629Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17162024-03-28T07:23:28.680Z Compiling debug-ignore v1.0.5
17172024-03-28T07:23:28.722Z Compiling atomic-waker v1.1.1
17182024-03-28T07:23:28.841Z Compiling waitgroup v0.1.2
17192024-03-28T07:23:28.999Z Compiling slog-bunyan v2.5.0
17202024-03-28T07:23:29.063Z Compiling rustls-pemfile v2.1.1
17212024-03-28T07:23:29.202Z Compiling serde_with_macros v3.6.1
17222024-03-28T07:23:29.591Z Compiling toml v0.8.10
17232024-03-28T07:23:29.783Z Compiling async-stream v0.3.5
17242024-03-28T07:23:29.848Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17252024-03-28T07:23:30.109Z Compiling serde_path_to_error v0.1.16
17262024-03-28T07:23:30.172Z Compiling structmeta-derive v0.3.0
17272024-03-28T07:23:30.194Z Compiling newtype-uuid v1.0.1
17282024-03-28T07:23:30.508Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17292024-03-28T07:23:30.978Z Compiling proc-macro-error-attr v1.0.4
17302024-03-28T07:23:31.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17312024-03-28T07:23:31.378Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17322024-03-28T07:23:31.387Z Compiling backoff v0.4.0
17332024-03-28T07:23:31.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17342024-03-28T07:23:31.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
17352024-03-28T07:23:31.717Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17362024-03-28T07:23:31.890Z Compiling macaddr v1.0.1
17372024-03-28T07:23:32.072Z Compiling proc-macro-error v1.0.4
17382024-03-28T07:23:32.343Z Compiling proc-macro-crate v1.3.1
17392024-03-28T07:23:32.440Z Compiling serde_with v3.6.1
17402024-03-28T07:23:32.552Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17412024-03-28T07:23:32.917Z Compiling tokio-rustls v0.25.0
17422024-03-28T07:23:33.376Z Compiling structmeta v0.3.0
17432024-03-28T07:23:33.440Z Compiling num_enum_derive v0.5.11
17442024-03-28T07:23:33.812Z Compiling parse-display-derive v0.9.0
17452024-03-28T07:23:33.892Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17462024-03-28T07:23:34.218Z Compiling foreign-types-macros v0.2.3
17472024-03-28T07:23:35.629Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-03-28T07:23:35.933Z Compiling foreign-types-shared v0.3.1
17492024-03-28T07:23:36.068Z Compiling heapless v0.8.0
17502024-03-28T07:23:36.357Z Compiling num_enum v0.5.11
17512024-03-28T07:23:36.433Z Compiling foreign-types v0.5.0
17522024-03-28T07:23:36.705Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17532024-03-28T07:23:36.744Z Compiling cstr-argument v0.1.2
17542024-03-28T07:23:36.966Z Compiling hash32 v0.3.1
17552024-03-28T07:23:37.008Z Compiling pretty-hex v0.2.1
17562024-03-28T07:23:37.196Z Compiling smoltcp v0.11.0
17572024-03-28T07:23:37.234Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17582024-03-28T07:23:37.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592024-03-28T07:23:37.983Z Compiling tabwriter v1.4.0
17602024-03-28T07:23:38.356Z Compiling colored v2.1.0
17612024-03-28T07:23:38.504Z Compiling socket2 v0.4.9
17622024-03-28T07:23:38.722Z Compiling cobs v0.2.3
17632024-03-28T07:23:38.772Z Compiling fastrand v2.0.1
17642024-03-28T07:23:38.878Z Compiling parse-display v0.9.0
17652024-03-28T07:23:39.030Z Compiling embedded-io v0.4.0
17662024-03-28T07:23:39.096Z Compiling tempfile v3.10.0
17672024-03-28T07:23:39.277Z Compiling postcard v1.0.8
17682024-03-28T07:23:39.352Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17692024-03-28T07:23:39.466Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17702024-03-28T07:23:39.627Z Compiling crucible-workspace-hack v0.1.0
17712024-03-28T07:23:39.650Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17722024-03-28T07:23:39.744Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17732024-03-28T07:23:39.946Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17742024-03-28T07:23:40.137Z Compiling smf v0.2.2
17752024-03-28T07:23:40.172Z Compiling platforms v3.0.2
17762024-03-28T07:23:40.273Z Compiling humantime v2.1.0
17772024-03-28T07:23:40.504Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17782024-03-28T07:23:40.764Z Compiling camino-tempfile v1.1.1
17792024-03-28T07:23:40.767Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17802024-03-28T07:23:40.831Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17812024-03-28T07:23:41.236Z Compiling heck v0.3.3
17822024-03-28T07:23:41.283Z Compiling usdt-macro v0.5.0
17832024-03-28T07:23:41.588Z Compiling usdt-attr-macro v0.5.0
17842024-03-28T07:23:41.671Z Compiling num-derive v0.4.0
17852024-03-28T07:23:41.700Z Compiling memmap v0.7.0
17862024-03-28T07:23:42.059Z Compiling utf-8 v0.7.6
17872024-03-28T07:23:42.350Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17882024-03-28T07:23:42.391Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
17892024-03-28T07:23:42.806Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17902024-03-28T07:23:43.198Z Compiling usdt v0.5.0
17912024-03-28T07:23:43.471Z Compiling unicase v2.7.0
17922024-03-28T07:23:43.731Z Compiling semver v0.1.20
17932024-03-28T07:23:43.775Z Compiling rayon-core v1.12.1
17942024-03-28T07:23:44.066Z Compiling curve25519-dalek v4.1.1
17952024-03-28T07:23:44.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
17962024-03-28T07:23:44.252Z Compiling rustc_version v0.1.7
17972024-03-28T07:23:44.359Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17982024-03-28T07:23:44.468Z Compiling crossbeam-deque v0.8.3
17992024-03-28T07:23:44.654Z Compiling universal-hash v0.5.1
18002024-03-28T07:23:44.807Z Compiling opaque-debug v0.3.0
18012024-03-28T07:23:44.855Z Compiling same-file v1.0.6
18022024-03-28T07:23:44.876Z Compiling newtype_derive v0.1.6
18032024-03-28T07:23:45.056Z Compiling walkdir v2.4.0
18042024-03-28T07:23:45.117Z Compiling tungstenite v0.20.1
18052024-03-28T07:23:45.264Z Compiling semver-parser v0.10.2
18062024-03-28T07:23:45.308Z Compiling signature v2.1.0
18072024-03-28T07:23:45.562Z Compiling curve25519-dalek-derive v0.1.0
18082024-03-28T07:23:45.812Z Compiling blake3 v1.5.0
18092024-03-28T07:23:46.006Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18102024-03-28T07:23:46.179Z Compiling num-rational v0.4.1
18112024-03-28T07:23:46.433Z Compiling arc-swap v1.6.0
18122024-03-28T07:23:46.489Z Compiling getrandom v0.1.16
18132024-03-28T07:23:46.719Z Compiling termcolor v1.2.0
18142024-03-28T07:23:47.064Z Compiling slog-scope v4.4.0
18152024-03-28T07:23:47.263Z Compiling env_logger v0.9.3
18162024-03-28T07:23:47.352Z Compiling tokio-tungstenite v0.20.1
18172024-03-28T07:23:47.374Z Compiling semver v0.11.0
18182024-03-28T07:23:47.563Z Compiling rayon v1.9.0
18192024-03-28T07:23:47.845Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18202024-03-28T07:23:47.921Z Compiling password-hash v0.5.0
18212024-03-28T07:23:48.195Z Compiling textwrap v0.11.0
18222024-03-28T07:23:48.317Z Compiling blake2 v0.10.6
18232024-03-28T07:23:48.679Z Compiling bitstruct_derive v0.1.0
18242024-03-28T07:23:48.693Z Compiling memmap2 v0.7.1
18252024-03-28T07:23:48.720Z Compiling xattr v1.0.1
18262024-03-28T07:23:48.998Z Compiling filetime v0.2.23
18272024-03-28T07:23:49.021Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18282024-03-28T07:23:49.135Z Compiling linked-hash-map v0.5.6
18292024-03-28T07:23:49.159Z Compiling home v0.5.5
18302024-03-28T07:23:49.340Z Compiling vec_map v0.8.2
18312024-03-28T07:23:49.432Z Compiling quick-error v1.2.3
18322024-03-28T07:23:49.526Z Compiling constant_time_eq v0.3.0
18332024-03-28T07:23:49.598Z Compiling arrayvec v0.7.4
18342024-03-28T07:23:49.645Z Compiling base64 v0.22.0
18352024-03-28T07:23:49.724Z Compiling ascii v1.1.0
18362024-03-28T07:23:49.831Z Compiling libefi-sys v0.1.0
18372024-03-28T07:23:50.013Z Compiling arrayref v0.3.7
18382024-03-28T07:23:50.119Z Compiling ansi_term v0.12.1
18392024-03-28T07:23:50.122Z Compiling parking_lot_core v0.8.6
18402024-03-28T07:23:50.122Z Compiling strsim v0.8.0
18412024-03-28T07:23:50.366Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18422024-03-28T07:23:50.445Z Compiling clap v2.34.0
18432024-03-28T07:23:50.656Z Compiling bitstruct v0.1.1
18442024-03-28T07:23:50.686Z Compiling resolv-conf v0.7.0
18452024-03-28T07:23:50.772Z Compiling lru-cache v0.1.2
18462024-03-28T07:23:50.775Z Compiling toolchain_find v0.2.0
18472024-03-28T07:23:50.985Z Compiling tar v0.4.40
18482024-03-28T07:23:51.477Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18492024-03-28T07:23:51.499Z Compiling argon2 v0.5.3
18502024-03-28T07:23:51.750Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18512024-03-28T07:23:53.145Z Compiling slog-stdlog v4.1.1
18522024-03-28T07:23:53.227Z Compiling structopt-derive v0.4.18
18532024-03-28T07:23:53.524Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-03-28T07:23:53.890Z Compiling rfc6979 v0.4.0
18552024-03-28T07:23:54.248Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18562024-03-28T07:23:54.457Z Compiling toml v0.5.11
18572024-03-28T07:23:54.482Z Compiling erased-serde v0.3.31
18582024-03-28T07:23:54.554Z Compiling serde_arrays v0.1.0
18592024-03-28T07:23:54.650Z Compiling aead v0.5.2
18602024-03-28T07:23:54.728Z Compiling num-complex v0.4.4
18612024-03-28T07:23:54.986Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18622024-03-28T07:23:55.374Z Compiling nibble_vec v0.1.0
18632024-03-28T07:23:55.590Z Compiling slog-dtrace v0.3.0
18642024-03-28T07:23:55.785Z Compiling endian-type v0.1.2
18652024-03-28T07:23:55.893Z Compiling topological-sort v0.2.2
18662024-03-28T07:23:55.920Z Compiling keccak v0.1.4
18672024-03-28T07:23:55.996Z Compiling cancel-safe-futures v0.1.5
18682024-03-28T07:23:56.016Z Compiling winapi v0.3.9
18692024-03-28T07:23:56.121Z Compiling rustfmt-wrapper v0.2.0
18702024-03-28T07:23:56.339Z Compiling structopt v0.3.26
18712024-03-28T07:23:56.395Z Compiling sha3 v0.10.8
18722024-03-28T07:23:56.510Z Compiling omicron-zone-package v0.11.0
18732024-03-28T07:23:56.736Z Compiling radix_trie v0.2.1
18742024-03-28T07:23:56.944Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-03-28T07:23:57.104Z Compiling num v0.4.1
18762024-03-28T07:23:57.362Z Compiling ecdsa v0.16.9
18772024-03-28T07:23:57.413Z Compiling slog-envlogger v2.2.0
18782024-03-28T07:23:57.600Z Compiling rand_core v0.5.1
18792024-03-28T07:23:58.116Z Compiling mime_guess v2.0.4
18802024-03-28T07:23:58.184Z Compiling steno v0.4.0
18812024-03-28T07:23:58.210Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18822024-03-28T07:23:58.237Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18832024-03-28T07:23:59.329Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18842024-03-28T07:23:59.553Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852024-03-28T07:23:59.574Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18862024-03-28T07:23:59.953Z Compiling trust-dns-resolver v0.22.0
18872024-03-28T07:24:01.185Z Compiling poly1305 v0.8.0
18882024-03-28T07:24:01.417Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18892024-03-28T07:24:02.158Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18902024-03-28T07:24:03.055Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18912024-03-28T07:24:03.344Z Compiling primeorder v0.13.6
18922024-03-28T07:24:03.366Z Compiling chacha20 v0.9.1
18932024-03-28T07:24:03.843Z Compiling secrecy v0.8.0
18942024-03-28T07:24:03.848Z Compiling thiserror-impl-no-std v2.0.2
18952024-03-28T07:24:04.121Z Compiling half v2.3.1
18962024-03-28T07:24:04.769Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18972024-03-28T07:24:04.945Z Compiling option-ext v0.2.0
18982024-03-28T07:24:05.091Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18992024-03-28T07:24:05.183Z Compiling ciborium-io v0.2.2
19002024-03-28T07:24:05.331Z Compiling convert_case v0.4.0
19012024-03-28T07:24:05.430Z Compiling ciborium-ll v0.2.2
19022024-03-28T07:24:05.866Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19032024-03-28T07:24:06.360Z Compiling derive_more v0.99.17
19042024-03-28T07:24:06.406Z Compiling dirs-sys v0.4.1
19052024-03-28T07:24:06.428Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19062024-03-28T07:24:06.512Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19072024-03-28T07:24:07.068Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19082024-03-28T07:24:07.289Z Compiling thiserror-no-std v2.0.2
19092024-03-28T07:24:07.322Z Compiling parking_lot v0.11.2
19102024-03-28T07:24:07.446Z Compiling rand_chacha v0.2.2
19112024-03-28T07:24:07.449Z Compiling trust-dns-client v0.22.0
19122024-03-28T07:24:07.603Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19132024-03-28T07:24:08.332Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19142024-03-28T07:24:08.999Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-03-28T07:24:09.479Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-03-28T07:24:11.239Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19172024-03-28T07:24:12.850Z Compiling ed25519 v2.2.2
19182024-03-28T07:24:13.326Z Compiling polyval v0.6.1
19192024-03-28T07:24:13.388Z Compiling tungstenite v0.21.0
19202024-03-28T07:24:13.764Z Compiling zone_cfg_derive v0.1.2
19212024-03-28T07:24:15.341Z Compiling aes v0.8.3
19222024-03-28T07:24:15.396Z Compiling ctr v0.9.2
19232024-03-28T07:24:15.399Z Compiling blowfish v0.9.1
19242024-03-28T07:24:15.657Z Compiling password-hash v0.4.2
19252024-03-28T07:24:15.737Z Compiling libsw v3.3.1
19262024-03-28T07:24:16.060Z Compiling pbkdf2 v0.12.2
19272024-03-28T07:24:16.247Z Compiling derive-where v1.2.7
19282024-03-28T07:24:16.655Z Compiling gethostname v0.4.3
19292024-03-28T07:24:17.613Z Compiling fxhash v0.2.1
19302024-03-28T07:24:17.703Z Compiling owo-colors v4.0.0
19312024-03-28T07:24:17.819Z Compiling linear-map v1.2.0
19322024-03-28T07:24:18.177Z Compiling swrite v0.1.0
19332024-03-28T07:24:18.317Z Compiling base64 v0.13.1
19342024-03-28T07:24:18.362Z Compiling sled v0.34.7
19352024-03-28T07:24:18.933Z Compiling ron v0.7.1
19362024-03-28T07:24:19.746Z Compiling trust-dns-server v0.22.1
19372024-03-28T07:24:19.958Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19382024-03-28T07:24:20.875Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19392024-03-28T07:24:21.358Z Compiling bcrypt-pbkdf v0.10.0
19402024-03-28T07:24:21.973Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19412024-03-28T07:24:22.311Z Compiling pbkdf2 v0.11.0
19422024-03-28T07:24:22.671Z Compiling zone v0.1.8
19432024-03-28T07:24:24.016Z Compiling tokio-tungstenite v0.21.0
19442024-03-28T07:24:24.272Z Compiling ghash v0.5.0
19452024-03-28T07:24:24.546Z Compiling ed25519-dalek v2.0.0
19462024-03-28T07:24:24.612Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-03-28T07:24:24.612Z Compiling rand v0.7.3
19482024-03-28T07:24:25.351Z Compiling russh-cryptovec v0.7.0
19492024-03-28T07:24:25.531Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19502024-03-28T07:24:25.675Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19512024-03-28T07:24:26.863Z Compiling vsss-rs v3.3.4
19522024-03-28T07:24:27.255Z Compiling dirs v5.0.1
19532024-03-28T07:24:27.358Z Compiling ciborium v0.2.2
19542024-03-28T07:24:28.220Z Compiling p256 v0.13.2
19552024-03-28T07:24:28.867Z Compiling p521 v0.13.3
19562024-03-28T07:24:29.114Z Compiling chacha20poly1305 v0.10.1
19572024-03-28T07:24:29.364Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-03-28T07:24:30.553Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
19592024-03-28T07:24:30.849Z Compiling cbc v0.1.2
19602024-03-28T07:24:31.112Z Compiling pem v3.0.2
19612024-03-28T07:24:31.473Z Compiling headers-core v0.2.0
19622024-03-28T07:24:31.513Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19632024-03-28T07:24:31.514Z Compiling portpicker v0.1.1
19642024-03-28T07:24:31.543Z Compiling kstat-rs v0.2.3
19652024-03-28T07:24:31.787Z Compiling nanorand v0.7.0
19662024-03-28T07:24:31.808Z Compiling md5 v0.7.0
19672024-03-28T07:24:32.135Z Compiling http-range v0.1.5
19682024-03-28T07:24:32.165Z Compiling glob v0.3.1
19692024-03-28T07:24:32.237Z Compiling flume v0.11.0
19702024-03-28T07:24:32.388Z Compiling hyper-staticfile v0.9.5
19712024-03-28T07:24:32.518Z Compiling russh-keys v0.42.0
19722024-03-28T07:24:32.944Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19732024-03-28T07:24:33.179Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19742024-03-28T07:24:33.237Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19752024-03-28T07:24:33.334Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19762024-03-28T07:24:35.817Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19772024-03-28T07:24:35.906Z Compiling headers v0.3.9
19782024-03-28T07:24:35.927Z Compiling rcgen v0.12.1
19792024-03-28T07:24:36.061Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19802024-03-28T07:24:37.993Z Compiling aes-gcm v0.10.3
19812024-03-28T07:24:38.402Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19822024-03-28T07:24:38.533Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19832024-03-28T07:24:40.611Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19842024-03-28T07:24:42.819Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19852024-03-28T07:24:43.854Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19862024-03-28T07:24:45.319Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478)
19872024-03-28T07:24:45.849Z Compiling atomicwrites v0.4.3
19882024-03-28T07:24:45.862Z Compiling itertools v0.12.1
19892024-03-28T07:24:46.043Z Compiling subprocess v0.2.9
19902024-03-28T07:24:47.011Z Compiling hex-literal v0.4.1
19912024-03-28T07:24:47.169Z Compiling dhcproto-macros v0.1.0
19922024-03-28T07:24:47.963Z Compiling display-error-chain v0.2.0
19932024-03-28T07:24:48.157Z Compiling russh v0.42.0
19942024-03-28T07:24:48.189Z Compiling dhcproto v0.11.0
19952024-03-28T07:24:48.278Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19962024-03-28T07:24:49.051Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19972024-03-28T07:24:51.027Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19982024-03-28T07:24:51.050Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19992024-03-28T07:24:51.506Z Compiling internet-checksum v0.2.1
20002024-03-28T07:24:54.809Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20012024-03-28T07:25:14.192Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20022024-03-28T07:25:53.618Z Finished dev [unoptimized + debuginfo] target(s) in 5m 22s
20032024-03-28T07:25:53.952Z
20042024-03-28T07:25:53.953Zreal 5:23.062489960
20052024-03-28T07:25:53.953Zuser 28:26.855248128
20062024-03-28T07:25:53.953Zsys 6:04.687096682
20072024-03-28T07:25:53.953Ztrap 0.843984093
20082024-03-28T07:25:53.953Ztflt 3.957986923
20092024-03-28T07:25:53.953Zdflt 5.048500334
20102024-03-28T07:25:53.957Zkflt 0.097574693
20112024-03-28T07:25:53.957Zlock 57:53.306642194
20122024-03-28T07:25:53.957Zslp 1:21:26.350836660
20132024-03-28T07:25:53.957Zlat 1:43.541886721
20142024-03-28T07:25:53.957Zstop 5:01.508053818
20152024-03-28T07:25:53.957Z+ mkdir -p /work
20162024-03-28T07:25:53.957Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20172024-03-28T07:25:54.751Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20182024-03-28T07:26:03.364Z Finished dev [unoptimized + debuginfo] target(s) in 9.35s
20192024-03-28T07:26:03.452Z
20202024-03-28T07:26:03.452Zreal 9.475460706
20212024-03-28T07:26:03.453Zuser 6.772770172
20222024-03-28T07:26:03.453Zsys 3.673970220
20232024-03-28T07:26:03.453Ztrap 0.001477424
20242024-03-28T07:26:03.458Ztflt 0.004824920
20252024-03-28T07:26:03.458Zdflt 0.058146854
20262024-03-28T07:26:03.459Zkflt 0.000000000
20272024-03-28T07:26:03.459Zlock 25.660473855
20282024-03-28T07:26:03.459Zslp 37.594770519
20292024-03-28T07:26:03.459Zlat 0.047060065
20302024-03-28T07:26:03.459Zstop 0.350432874
20312024-03-28T07:26:03.459Z+ cp target/debug/commtest /work/commtest
20322024-03-28T07:26:03.880Z+ mkdir -p /work/end-to-end-tests
20332024-03-28T07:26:03.883Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20342024-03-28T07:26:04.930Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20352024-03-28T07:26:04.930Z+ ptime -m gzip
20362024-03-28T07:26:04.934Z++ basename target/debug/bootstrap
20372024-03-28T07:26:17.269Z
20382024-03-28T07:26:17.272Zreal 12.331693524
20392024-03-28T07:26:17.272Zuser 12.236954037
20402024-03-28T07:26:17.273Zsys 0.083043995
20412024-03-28T07:26:17.273Ztrap 0.003646580
20422024-03-28T07:26:17.273Ztflt 0.000000000
20432024-03-28T07:26:17.273Zdflt 0.000000000
20442024-03-28T07:26:17.273Zkflt 0.000000000
20452024-03-28T07:26:17.273Zlock 0.000000000
20462024-03-28T07:26:17.273Zslp 0.000000000
20472024-03-28T07:26:17.273Zlat 0.007641298
20482024-03-28T07:26:17.273Zstop 0.000181242
20492024-03-28T07:26:17.273Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20502024-03-28T07:26:17.273Z+ ptime -m gzip
20512024-03-28T07:26:17.273Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ff102e56804eb5ef
20522024-03-28T07:26:18.461Z
20532024-03-28T07:26:18.464Zreal 1.185591058
20542024-03-28T07:26:18.464Zuser 1.174330236
20552024-03-28T07:26:18.464Zsys 0.009617245
20562024-03-28T07:26:18.464Ztrap 0.000571271
20572024-03-28T07:26:18.464Ztflt 0.000000000
20582024-03-28T07:26:18.465Zdflt 0.000000000
20592024-03-28T07:26:18.465Zkflt 0.000000000
20602024-03-28T07:26:18.465Zlock 0.000000000
20612024-03-28T07:26:18.465Zslp 0.000000000
20622024-03-28T07:26:18.465Zlat 0.000658826
20632024-03-28T07:26:18.465Zstop 0.000186231
20642024-03-28T07:26:18.465Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20652024-03-28T07:26:18.465Z+ ptime -m gzip
20662024-03-28T07:26:18.465Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4e2cec6ef87779f4
20672024-03-28T07:26:19.642Z
20682024-03-28T07:26:19.642Zreal 1.174599650
20692024-03-28T07:26:19.642Zuser 1.165023878
20702024-03-28T07:26:19.642Zsys 0.008986240
20712024-03-28T07:26:19.642Ztrap 0.000075142
20722024-03-28T07:26:19.646Ztflt 0.000000000
20732024-03-28T07:26:19.646Zdflt 0.000000000
20742024-03-28T07:26:19.646Zkflt 0.000000000
20752024-03-28T07:26:19.646Zlock 0.000000000
20762024-03-28T07:26:19.646Zslp 0.000000000
20772024-03-28T07:26:19.646Zlat 0.000101780
20782024-03-28T07:26:19.646Zstop 0.000175992
20792024-03-28T07:26:19.646Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20802024-03-28T07:26:19.646Z+ ptime -m gzip
20812024-03-28T07:26:19.646Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-78be43f584392ee5
20822024-03-28T07:26:20.824Z
20832024-03-28T07:26:20.824Zreal 1.174914559
20842024-03-28T07:26:20.824Zuser 1.165161858
20852024-03-28T07:26:20.824Zsys 0.009177980
20862024-03-28T07:26:20.824Ztrap 0.000070170
20872024-03-28T07:26:20.824Ztflt 0.000000000
20882024-03-28T07:26:20.824Zdflt 0.000000000
20892024-03-28T07:26:20.829Zkflt 0.000000000
20902024-03-28T07:26:20.829Zlock 0.000000000
20912024-03-28T07:26:20.829Zslp 0.000000000
20922024-03-28T07:26:20.829Zlat 0.000101490
20932024-03-28T07:26:20.830Zstop 0.000176822
20942024-03-28T07:26:20.830Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20952024-03-28T07:26:20.830Z+ ptime -m gzip
20962024-03-28T07:26:20.830Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-24b036c434c391e4
20972024-03-28T07:26:33.306Z
20982024-03-28T07:26:33.309Zreal 12.474338060
20992024-03-28T07:26:33.309Zuser 12.396133547
21002024-03-28T07:26:33.309Zsys 0.074679719
21012024-03-28T07:26:33.309Ztrap 0.001712470
21022024-03-28T07:26:33.309Ztflt 0.000000000
21032024-03-28T07:26:33.309Zdflt 0.000000000
21042024-03-28T07:26:33.309Zkflt 0.000000000
21052024-03-28T07:26:33.309Zlock 0.000000000
21062024-03-28T07:26:33.310Zslp 0.000000000
21072024-03-28T07:26:33.310Zlat 0.001409288
21082024-03-28T07:26:33.310Zstop 0.000174163
21092024-03-28T07:26:33.310Z+ banner caboose-util
21102024-03-28T07:26:33.310Z
21112024-03-28T07:26:33.310Z #### ## ##### #### #### #### ###### # # #####
21122024-03-28T07:26:33.310Z # # # # # # # # # # # # # # #
21132024-03-28T07:26:33.310Z # # # ##### # # # # #### ##### ##### # # #
21142024-03-28T07:26:33.310Z # ###### # # # # # # # # # # #
21152024-03-28T07:26:33.310Z # # # # # # # # # # # # # # # #
21162024-03-28T07:26:33.310Z #### # # ##### #### #### #### ###### #### #
21172024-03-28T07:26:33.310Z
21182024-03-28T07:26:33.310Z+ ptime -m cargo build --locked -p caboose-util --release
21192024-03-28T07:26:33.801Z Downloading crates ...
21202024-03-28T07:26:33.957Z Downloaded nodrop v0.1.14
21212024-03-28T07:26:33.963Z Downloaded crc v3.0.1
21222024-03-28T07:26:33.966Z Downloaded env_logger v0.10.0
21232024-03-28T07:26:33.969Z Downloaded wyz v0.5.1
21242024-03-28T07:26:33.969Z Downloaded funty v2.0.0
21252024-03-28T07:26:33.973Z Downloaded array-init v0.0.4
21262024-03-28T07:26:33.973Z Downloaded crc-any v2.4.3
21272024-03-28T07:26:33.976Z Downloaded maybe-uninit v2.0.0
21282024-03-28T07:26:33.976Z Downloaded path-slash v0.1.5
21292024-03-28T07:26:33.983Z Downloaded serde-hex v0.1.0
21302024-03-28T07:26:33.986Z Downloaded is-terminal v0.4.9
21312024-03-28T07:26:33.986Z Downloaded radium v0.7.0
21322024-03-28T07:26:33.989Z Downloaded crc-catalog v2.2.0
21332024-03-28T07:26:33.989Z Downloaded tap v1.0.1
21342024-03-28T07:26:33.989Z Downloaded smallvec v0.6.14
21352024-03-28T07:26:33.992Z Downloaded packed_struct_codegen v0.10.1
21362024-03-28T07:26:33.992Z Downloaded bitfield v0.14.0
21372024-03-28T07:26:33.992Z Downloaded pkcs1 v0.7.5
21382024-03-28T07:26:33.995Z Downloaded packed_struct v0.10.1
21392024-03-28T07:26:34.007Z Downloaded ron v0.8.1
21402024-03-28T07:26:34.012Z Downloaded rsa v0.9.2
21412024-03-28T07:26:34.020Z Downloaded x509-cert v0.2.4
21422024-03-28T07:26:34.023Z Downloaded num-bigint-dig v0.8.4
21432024-03-28T07:26:34.027Z Downloaded hashbrown v0.13.2
21442024-03-28T07:26:34.030Z Downloaded bitvec v1.0.1
21452024-03-28T07:26:34.044Z Downloaded object v0.30.4
21462024-03-28T07:26:34.149Z Compiling proc-macro2 v1.0.78
21472024-03-28T07:26:34.149Z Compiling unicode-ident v1.0.12
21482024-03-28T07:26:34.154Z Compiling libc v0.2.153
21492024-03-28T07:26:34.154Z Compiling serde v1.0.197
21502024-03-28T07:26:34.154Z Compiling autocfg v1.1.0
21512024-03-28T07:26:34.154Z Compiling version_check v0.9.4
21522024-03-28T07:26:34.154Z Compiling cfg-if v1.0.0
21532024-03-28T07:26:34.301Z Compiling typenum v1.16.0
21542024-03-28T07:26:34.322Z Compiling once_cell v1.19.0
21552024-03-28T07:26:34.355Z Compiling parking_lot_core v0.9.8
21562024-03-28T07:26:34.721Z Compiling memchr v2.7.1
21572024-03-28T07:26:34.731Z Compiling syn v1.0.109
21582024-03-28T07:26:34.753Z Compiling byteorder v1.5.0
21592024-03-28T07:26:34.871Z Compiling lock_api v0.4.10
21602024-03-28T07:26:35.149Z Compiling generic-array v0.14.7
21612024-03-28T07:26:35.167Z Compiling libm v0.2.7
21622024-03-28T07:26:35.253Z Compiling num-traits v0.2.18
21632024-03-28T07:26:35.414Z Compiling ahash v0.8.8
21642024-03-28T07:26:35.457Z Compiling serde_json v1.0.114
21652024-03-28T07:26:35.645Z Compiling quote v1.0.35
21662024-03-28T07:26:35.735Z Compiling thiserror v1.0.57
21672024-03-28T07:26:35.750Z Compiling pkg-config v0.3.27
21682024-03-28T07:26:36.180Z Compiling syn v2.0.52
21692024-03-28T07:26:36.180Z Compiling cc v1.0.83
21702024-03-28T07:26:36.225Z Compiling getrandom v0.2.12
21712024-03-28T07:26:36.767Z Compiling itoa v1.0.9
21722024-03-28T07:26:36.785Z Compiling scopeguard v1.2.0
21732024-03-28T07:26:36.813Z Compiling log v0.4.21
21742024-03-28T07:26:37.044Z Compiling slab v0.4.9
21752024-03-28T07:26:37.324Z Compiling rand_core v0.6.4
21762024-03-28T07:26:37.346Z Compiling smallvec v1.13.1
21772024-03-28T07:26:37.967Z Compiling vcpkg v0.2.15
21782024-03-28T07:26:38.708Z Compiling parking_lot v0.12.1
21792024-03-28T07:26:38.806Z Compiling ryu v1.0.15
21802024-03-28T07:26:38.949Z Compiling const-oid v0.9.6
21812024-03-28T07:26:39.075Z Compiling pin-project-lite v0.2.13
21822024-03-28T07:26:39.540Z Compiling ring v0.17.8
21832024-03-28T07:26:39.674Z Compiling ucd-trie v0.1.6
21842024-03-28T07:26:39.704Z Compiling openssl-sys v0.9.96
21852024-03-28T07:26:40.150Z Compiling signal-hook-registry v1.4.1
21862024-03-28T07:26:40.538Z Compiling rustix v0.38.31
21872024-03-28T07:26:40.927Z Compiling subtle v2.5.0
21882024-03-28T07:26:41.025Z Compiling ring v0.16.20
21892024-03-28T07:26:41.141Z Compiling mio v0.8.11
21902024-03-28T07:26:41.318Z Compiling tinyvec_macros v0.1.1
21912024-03-28T07:26:41.408Z Compiling futures-core v0.3.30
21922024-03-28T07:26:41.643Z Compiling semver v1.0.22
21932024-03-28T07:26:41.997Z Compiling tinyvec v1.6.0
21942024-03-28T07:26:43.261Z Compiling spin v0.5.2
21952024-03-28T07:26:43.511Z Compiling unicode-normalization v0.1.22
21962024-03-28T07:26:43.781Z Compiling socket2 v0.5.5
21972024-03-28T07:26:43.946Z Compiling num_cpus v1.16.0
21982024-03-28T07:26:44.067Z Compiling openssl v0.10.60
21992024-03-28T07:26:44.545Z Compiling unicode-xid v0.2.4
22002024-03-28T07:26:44.557Z Compiling heck v0.4.1
22012024-03-28T07:26:44.625Z Compiling futures-sink v0.3.30
22022024-03-28T07:26:44.702Z Compiling httparse v1.8.0
22032024-03-28T07:26:44.854Z Compiling unicode-bidi v0.3.15
22042024-03-28T07:26:44.956Z Compiling allocator-api2 v0.2.16
22052024-03-28T07:26:45.074Z Compiling synstructure v0.12.6
22062024-03-28T07:26:45.731Z Compiling equivalent v1.0.1
22072024-03-28T07:26:45.742Z Compiling num-conv v0.1.0
22082024-03-28T07:26:46.018Z Compiling time-core v0.1.2
22092024-03-28T07:26:46.156Z Compiling futures-channel v0.3.30
22102024-03-28T07:26:46.180Z Compiling time-macros v0.2.17
22112024-03-28T07:26:46.570Z Compiling ppv-lite86 v0.2.17
22122024-03-28T07:26:46.602Z Compiling crc32fast v1.3.2
22132024-03-28T07:26:46.685Z Compiling futures-task v0.3.30
22142024-03-28T07:26:46.972Z Compiling futures-io v0.3.30
22152024-03-28T07:26:47.019Z Compiling native-tls v0.2.11
22162024-03-28T07:26:47.378Z Compiling pin-utils v0.1.0
22172024-03-28T07:26:47.412Z Compiling rustls v0.21.9
22182024-03-28T07:26:47.601Z Compiling rand_chacha v0.3.1
22192024-03-28T07:26:47.681Z Compiling bzip2-sys v0.1.11+1.0.8
22202024-03-28T07:26:48.227Z Compiling spin v0.9.8
22212024-03-28T07:26:48.265Z Compiling tracing-core v0.1.32
22222024-03-28T07:26:48.285Z Compiling base64ct v1.6.0
22232024-03-28T07:26:48.924Z Compiling pem-rfc7468 v0.7.0
22242024-03-28T07:26:48.985Z Compiling rand v0.8.5
22252024-03-28T07:26:49.336Z Compiling usdt-impl v0.3.5
22262024-03-28T07:26:49.572Z Compiling cookie v0.17.0
22272024-03-28T07:26:49.646Z Compiling percent-encoding v2.3.1
22282024-03-28T07:26:49.680Z Compiling signal-hook v0.3.17
22292024-03-28T07:26:49.735Z Compiling zerocopy-derive v0.2.0
22302024-03-28T07:26:49.748Z Compiling serde_derive v1.0.197
22312024-03-28T07:26:49.845Z Compiling zeroize_derive v1.4.2
22322024-03-28T07:26:49.933Z Compiling zerocopy-derive v0.7.32
22332024-03-28T07:26:49.936Z Compiling thiserror-impl v1.0.57
22342024-03-28T07:26:50.417Z Compiling tokio-macros v2.2.0
22352024-03-28T07:26:50.555Z Compiling futures-macro v0.3.30
22362024-03-28T07:26:50.861Z Compiling tracing-attributes v0.1.27
22372024-03-28T07:26:51.250Z Compiling zeroize v1.7.0
22382024-03-28T07:26:51.930Z Compiling der_derive v0.7.2
22392024-03-28T07:26:51.989Z Compiling zerocopy v0.7.32
22402024-03-28T07:26:53.005Z Compiling pest v2.7.6
22412024-03-28T07:26:53.095Z Compiling crypto-common v0.1.6
22422024-03-28T07:26:53.179Z Compiling block-buffer v0.10.4
22432024-03-28T07:26:53.429Z Compiling digest v0.10.7
22442024-03-28T07:26:53.486Z Compiling openssl-macros v0.1.1
22452024-03-28T07:26:54.163Z Compiling futures-util v0.3.30
22462024-03-28T07:26:54.176Z Compiling tracing v0.1.40
22472024-03-28T07:26:54.268Z Compiling zerocopy-derive v0.6.4
22482024-03-28T07:26:54.421Z Compiling hashbrown v0.14.3
22492024-03-28T07:26:54.613Z Compiling scroll_derive v0.12.0
22502024-03-28T07:26:54.712Z Compiling flagset v0.4.3
22512024-03-28T07:26:55.307Z Compiling pest_meta v2.7.6
22522024-03-28T07:26:56.028Z Compiling schemars v0.8.16
22532024-03-28T07:26:56.068Z Compiling der v0.7.8
22542024-03-28T07:26:56.183Z Compiling serde_derive_internals v0.26.0
22552024-03-28T07:26:58.521Z Compiling pest_generator v2.7.6
22562024-03-28T07:26:59.927Z Compiling errno v0.3.8
22572024-03-28T07:27:00.183Z Compiling fnv v1.0.7
22582024-03-28T07:27:00.313Z Compiling schemars_derive v0.8.16
22592024-03-28T07:27:00.365Z Compiling pest_derive v2.7.6
22602024-03-28T07:27:01.081Z Compiling spki v0.7.2
22612024-03-28T07:27:01.586Z Compiling zerocopy v0.3.0
22622024-03-28T07:27:02.090Z Compiling lazy_static v1.4.0
22632024-03-28T07:27:02.849Z Compiling backtrace v0.3.69
22642024-03-28T07:27:03.192Z Compiling thread-id v4.2.0
22652024-03-28T07:27:03.231Z Compiling num-bigint v0.4.4
22662024-03-28T07:27:03.308Z Compiling untrusted v0.9.0
22672024-03-28T07:27:03.374Z Compiling async-trait v0.1.77
22682024-03-28T07:27:03.462Z Compiling bytes v1.5.0
22692024-03-28T07:27:03.790Z Compiling bitflags v2.4.2
22702024-03-28T07:27:04.251Z Compiling indexmap v2.2.5
22712024-03-28T07:27:04.348Z Compiling tokio v1.36.0
22722024-03-28T07:27:04.944Z Compiling rustc_version v0.4.0
22732024-03-28T07:27:05.586Z Compiling heapless v0.7.16
22742024-03-28T07:27:05.696Z Compiling http v0.2.12
22752024-03-28T07:27:06.460Z Compiling uuid v1.7.0
22762024-03-28T07:27:07.161Z Compiling iana-time-zone v0.1.57
22772024-03-28T07:27:07.173Z Compiling base64 v0.21.7
22782024-03-28T07:27:07.569Z Compiling smoltcp v0.9.1
22792024-03-28T07:27:08.088Z Compiling foreign-types-shared v0.1.1
22802024-03-28T07:27:08.191Z Compiling untrusted v0.7.1
22812024-03-28T07:27:08.194Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22822024-03-28T07:27:08.371Z Compiling powerfmt v0.2.0
22832024-03-28T07:27:08.401Z Compiling crossbeam-utils v0.8.19
22842024-03-28T07:27:08.915Z Compiling deranged v0.3.11
22852024-03-28T07:27:09.916Z Compiling foreign-types v0.3.2
22862024-03-28T07:27:10.006Z Compiling chrono v0.4.34
22872024-03-28T07:27:11.044Z Compiling dof v0.1.5
22882024-03-28T07:27:11.400Z Compiling dtrace-parser v0.1.14
22892024-03-28T07:27:11.791Z Compiling hmac v0.12.1
22902024-03-28T07:27:12.009Z Compiling form_urlencoded v1.2.1
22912024-03-28T07:27:12.289Z Compiling clap_derive v4.5.0
22922024-03-28T07:27:12.685Z Compiling tokio-util v0.7.10
22932024-03-28T07:27:13.076Z Compiling num-integer v0.1.46
22942024-03-28T07:27:13.751Z Compiling rustversion v1.0.14
22952024-03-28T07:27:14.154Z Compiling try-lock v0.2.4
22962024-03-28T07:27:14.213Z Compiling cpufeatures v0.2.12
22972024-03-28T07:27:14.308Z Compiling adler v1.0.2
22982024-03-28T07:27:14.326Z Compiling num_threads v0.1.6
22992024-03-28T07:27:14.446Z Compiling anstyle v1.0.6
23002024-03-28T07:27:14.472Z Compiling siphasher v0.3.11
23012024-03-28T07:27:14.506Z Compiling utf8parse v0.2.1
23022024-03-28T07:27:14.689Z Compiling anstyle-parse v0.2.1
23032024-03-28T07:27:14.906Z Compiling miniz_oxide v0.7.1
23042024-03-28T07:27:14.981Z Compiling time v0.3.34
23052024-03-28T07:27:15.143Z Compiling sha2 v0.10.8
23062024-03-28T07:27:16.189Z Compiling want v0.3.1
23072024-03-28T07:27:18.124Z Compiling h2 v0.3.24
23082024-03-28T07:27:18.787Z Compiling rustls-webpki v0.101.7
23092024-03-28T07:27:19.911Z Compiling sct v0.7.0
23102024-03-28T07:27:20.553Z Compiling http-body v0.4.5
23112024-03-28T07:27:21.164Z Compiling serde_tokenstream v0.1.7
23122024-03-28T07:27:21.377Z Compiling pkcs8 v0.10.2
23132024-03-28T07:27:21.489Z Compiling hubpack_derive v0.1.1
23142024-03-28T07:27:21.815Z Compiling idna v0.5.0
23152024-03-28T07:27:22.587Z Compiling aho-corasick v1.1.2
23162024-03-28T07:27:22.638Z Compiling usdt-impl v0.5.0
23172024-03-28T07:27:23.154Z Compiling anyhow v1.0.79
23182024-03-28T07:27:23.339Z Compiling tower-service v0.3.2
23192024-03-28T07:27:23.462Z Compiling colorchoice v1.0.0
23202024-03-28T07:27:23.617Z Compiling httpdate v1.0.3
23212024-03-28T07:27:23.909Z Compiling anstyle-query v1.0.0
23222024-03-28T07:27:24.027Z Compiling openssl-probe v0.1.5
23232024-03-28T07:27:24.283Z Compiling radium v0.7.0
23242024-03-28T07:27:24.294Z Compiling slog v2.7.0
23252024-03-28T07:27:24.690Z Compiling regex-syntax v0.8.2
23262024-03-28T07:27:25.477Z Compiling hyper v0.14.28
23272024-03-28T07:27:28.094Z Compiling anstream v0.6.11
23282024-03-28T07:27:28.387Z Compiling regex-automata v0.4.5
23292024-03-28T07:27:30.655Z Compiling url v2.5.0
23302024-03-28T07:27:35.152Z Compiling terminal_size v0.3.0
23312024-03-28T07:27:35.247Z Compiling serde_spanned v0.6.5
23322024-03-28T07:27:35.364Z Compiling toml_datetime v0.6.5
23332024-03-28T07:27:35.497Z Compiling zerocopy v0.6.4
23342024-03-28T07:27:35.648Z Compiling scroll v0.12.0
23352024-03-28T07:27:35.772Z Compiling md-5 v0.10.5
23362024-03-28T07:27:36.370Z Compiling stringprep v0.1.3
23372024-03-28T07:27:36.415Z Compiling idna v0.3.0
23382024-03-28T07:27:36.946Z Compiling diesel_table_macro_syntax v0.1.0
23392024-03-28T07:27:37.168Z Compiling hash32 v0.2.1
23402024-03-28T07:27:37.509Z Compiling clap_lex v0.7.0
23412024-03-28T07:27:37.709Z Compiling strsim v0.11.0
23422024-03-28T07:27:37.746Z Compiling maybe-uninit v2.0.0
23432024-03-28T07:27:37.773Z Compiling dyn-clone v1.0.17
23442024-03-28T07:27:37.808Z Compiling gimli v0.28.0
23452024-03-28T07:27:38.191Z Compiling stable_deref_trait v1.2.0
23462024-03-28T07:27:38.284Z Compiling plain v0.2.3
23472024-03-28T07:27:38.354Z Compiling uuid v0.8.2
23482024-03-28T07:27:38.458Z Compiling psl-types v2.0.11
23492024-03-28T07:27:38.461Z Compiling tap v1.0.1
23502024-03-28T07:27:38.560Z Compiling fallible-iterator v0.2.0
23512024-03-28T07:27:38.629Z Compiling publicsuffix v2.2.3
23522024-03-28T07:27:38.652Z Compiling wyz v0.5.1
23532024-03-28T07:27:39.286Z Compiling postgres-protocol v0.6.6
23542024-03-28T07:27:39.411Z Compiling goblin v0.8.0
23552024-03-28T07:27:39.879Z Compiling clap_builder v4.5.1
23562024-03-28T07:27:40.197Z Compiling diesel_derives v2.1.2
23572024-03-28T07:27:42.225Z Compiling addr2line v0.21.0
23582024-03-28T07:27:42.842Z Compiling tokio-rustls v0.24.1
23592024-03-28T07:27:43.239Z Compiling strum_macros v0.25.2
23602024-03-28T07:27:44.672Z Compiling tokio-native-tls v0.3.1
23612024-03-28T07:27:45.493Z Compiling usdt-macro v0.3.5
23622024-03-28T07:27:46.764Z Compiling usdt-attr-macro v0.3.5
23632024-03-28T07:27:48.103Z Compiling phf_shared v0.11.2
23642024-03-28T07:27:48.310Z Compiling num-iter v0.1.44
23652024-03-28T07:27:48.843Z Compiling block-padding v0.3.3
23662024-03-28T07:27:49.068Z Compiling serde_repr v0.1.16
23672024-03-28T07:27:49.166Z Compiling enum-as-inner v0.5.1
23682024-03-28T07:27:50.117Z Compiling ff v0.13.0
23692024-03-28T07:27:50.338Z Compiling scheduled-thread-pool v0.2.7
23702024-03-28T07:27:52.714Z Compiling object v0.32.1
23712024-03-28T07:27:53.628Z Compiling rustc-demangle v0.1.23
23722024-03-28T07:27:54.390Z Compiling packed_struct v0.10.1
23732024-03-28T07:27:54.460Z Compiling managed v0.8.0
23742024-03-28T07:27:54.798Z Compiling regex-automata v0.1.10
23752024-03-28T07:27:55.303Z Compiling ipnet v2.9.0
23762024-03-28T07:27:55.715Z Compiling winnow v0.5.15
23772024-03-28T07:27:56.494Z Compiling pretty-hex v0.4.1
23782024-03-28T07:27:56.703Z Compiling bit-vec v0.6.3
23792024-03-28T07:27:57.136Z Compiling bitflags v1.3.2
23802024-03-28T07:27:57.228Z Compiling matches v0.1.10
23812024-03-28T07:27:57.323Z Compiling num-bigint-dig v0.8.4
23822024-03-28T07:27:57.634Z Compiling base16ct v0.2.0
23832024-03-28T07:27:58.639Z Compiling funty v2.0.0
23842024-03-28T07:27:59.479Z Compiling toml_edit v0.19.15
23852024-03-28T07:28:00.585Z Compiling bitvec v1.0.1
23862024-03-28T07:28:04.878Z Compiling sec1 v0.7.3
23872024-03-28T07:28:05.458Z Compiling idna v0.2.3
23882024-03-28T07:28:06.733Z Compiling dof v0.3.0
23892024-03-28T07:28:06.883Z Compiling bstr v0.2.17
23902024-03-28T07:28:08.652Z Compiling r2d2 v0.8.10
23912024-03-28T07:28:08.772Z Compiling group v0.13.0
23922024-03-28T07:28:08.990Z Compiling inout v0.1.3
23932024-03-28T07:28:09.926Z Compiling phf v0.11.2
23942024-03-28T07:28:10.236Z Compiling hyper-tls v0.5.0
23952024-03-28T07:28:10.426Z Compiling clap v4.5.1
23962024-03-28T07:28:10.548Z Compiling hyper-rustls v0.24.2
23972024-03-28T07:28:10.560Z Compiling signal-hook-mio v0.2.3
23982024-03-28T07:28:10.719Z Compiling cookie_store v0.20.0
23992024-03-28T07:28:10.909Z Compiling flate2 v1.0.28
24002024-03-28T07:28:11.845Z Compiling bzip2 v0.4.4
24012024-03-28T07:28:12.015Z Compiling ipnetwork v0.20.0
24022024-03-28T07:28:12.069Z Compiling postgres-types v0.2.6
24032024-03-28T07:28:12.319Z Compiling regex v1.10.3
24042024-03-28T07:28:12.796Z Compiling hubpack v0.1.2
24052024-03-28T07:28:12.807Z Compiling phf_shared v0.10.0
24062024-03-28T07:28:13.163Z Compiling rustls-pemfile v1.0.3
24072024-03-28T07:28:13.230Z Compiling serde_urlencoded v0.7.1
24082024-03-28T07:28:13.348Z Compiling hkdf v0.12.4
24092024-03-28T07:28:13.507Z Compiling dtrace-parser v0.2.0
24102024-03-28T07:28:13.529Z Compiling futures-executor v0.3.30
24112024-03-28T07:28:14.272Z Compiling crypto-bigint v0.5.2
24122024-03-28T07:28:14.455Z Compiling packed_struct_codegen v0.10.1
24132024-03-28T07:28:15.206Z Compiling float-cmp v0.9.0
24142024-03-28T07:28:16.006Z Compiling indexmap v1.9.3
24152024-03-28T07:28:16.302Z Compiling encoding_rs v0.8.33
24162024-03-28T07:28:16.482Z Compiling predicates-core v1.0.6
24172024-03-28T07:28:17.904Z Compiling either v1.10.0
24182024-03-28T07:28:17.935Z Compiling webpki-roots v0.25.2
24192024-03-28T07:28:18.093Z Compiling minimal-lexical v0.2.1
24202024-03-28T07:28:18.319Z Compiling winnow v0.6.1
24212024-03-28T07:28:18.669Z Compiling sync_wrapper v0.1.2
24222024-03-28T07:28:18.800Z Compiling whoami v1.5.0
24232024-03-28T07:28:18.950Z Compiling new_debug_unreachable v1.0.4
24242024-03-28T07:28:19.043Z Compiling mime v0.3.17
24252024-03-28T07:28:19.603Z Compiling fixedbitset v0.4.2
24262024-03-28T07:28:19.917Z Compiling unicode-segmentation v1.10.1
24272024-03-28T07:28:20.009Z Compiling data-encoding v2.4.0
24282024-03-28T07:28:20.733Z Compiling unicode-width v0.1.11
24292024-03-28T07:28:21.692Z Compiling crc-catalog v2.2.0
24302024-03-28T07:28:21.773Z Compiling nodrop v0.1.14
24312024-03-28T07:28:21.833Z Compiling precomputed-hash v0.1.1
24322024-03-28T07:28:21.898Z Compiling difflib v0.4.0
24332024-03-28T07:28:21.952Z Compiling normalize-line-endings v0.3.0
24342024-03-28T07:28:22.039Z Compiling static_assertions v1.1.0
24352024-03-28T07:28:22.071Z Compiling string_cache v0.8.7
24362024-03-28T07:28:22.140Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24372024-03-28T07:28:22.478Z Compiling predicates v3.1.0
24382024-03-28T07:28:23.164Z Compiling array-init v0.0.4
24392024-03-28T07:28:23.783Z Compiling crc v3.0.1
24402024-03-28T07:28:24.014Z Compiling toml_edit v0.22.6
24412024-03-28T07:28:25.311Z Compiling console v0.15.8
24422024-03-28T07:28:26.615Z Compiling trust-dns-proto v0.22.0
24432024-03-28T07:28:27.162Z Compiling similar v2.4.0
24442024-03-28T07:28:27.618Z Compiling petgraph v0.6.4
24452024-03-28T07:28:29.222Z Compiling reqwest v0.11.24
24462024-03-28T07:28:31.454Z Compiling tokio-postgres v0.7.10
24472024-03-28T07:28:34.400Z Compiling nom v7.1.3
24482024-03-28T07:28:36.095Z Compiling itertools v0.10.5
24492024-03-28T07:28:38.965Z Compiling elliptic-curve v0.13.8
24502024-03-28T07:28:42.113Z Compiling futures v0.3.30
24512024-03-28T07:28:43.210Z Compiling diesel v2.1.4
24522024-03-28T07:28:43.501Z Compiling smallvec v0.6.14
24532024-03-28T07:28:43.504Z Compiling zip v0.6.6
24542024-03-28T07:28:43.590Z Compiling yasna v0.5.2
24552024-03-28T07:28:43.963Z Compiling crossterm v0.27.0
24562024-03-28T07:28:44.762Z Compiling crossbeam-epoch v0.9.18
24572024-03-28T07:28:45.187Z Compiling cipher v0.4.4
24582024-03-28T07:28:45.897Z Compiling toml v0.7.8
24592024-03-28T07:28:47.471Z Compiling bit-set v0.5.3
24602024-03-28T07:28:47.686Z Compiling usdt v0.3.5
24612024-03-28T07:28:48.082Z Compiling bstr v1.9.0
24622024-03-28T07:28:48.398Z Compiling pkcs1 v0.7.5
24632024-03-28T07:28:49.045Z Compiling tokio-stream v0.1.14
24642024-03-28T07:28:49.747Z Compiling is-terminal v0.4.9
24652024-03-28T07:28:49.895Z Compiling openapiv3 v2.0.0
24662024-03-28T07:28:49.990Z Compiling hex v0.4.3
24672024-03-28T07:28:51.758Z Compiling signature v2.1.0
24682024-03-28T07:28:53.906Z Compiling hashbrown v0.12.3
24692024-03-28T07:28:55.029Z Compiling bitfield v0.14.0
24702024-03-28T07:28:55.418Z Compiling termcolor v1.2.0
24712024-03-28T07:28:56.460Z Compiling lalrpop-util v0.19.12
24722024-03-28T07:28:57.414Z Compiling env_logger v0.10.0
24732024-03-28T07:28:58.015Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24742024-03-28T07:29:03.515Z Compiling rsa v0.9.2
24752024-03-28T07:29:09.625Z Compiling serde-hex v0.1.0
24762024-03-28T07:29:14.809Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24772024-03-28T07:29:18.307Z Compiling ron v0.8.1
24782024-03-28T07:29:18.552Z Compiling x509-cert v0.2.4
24792024-03-28T07:29:19.595Z Compiling hashbrown v0.13.2
24802024-03-28T07:29:21.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24812024-03-28T07:29:25.052Z Compiling crc-any v2.4.3
24822024-03-28T07:29:40.209Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24832024-03-28T07:29:55.029Z Compiling object v0.30.4
24842024-03-28T07:29:55.781Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24852024-03-28T07:30:02.818Z Compiling path-slash v0.1.5
24862024-03-28T07:30:03.045Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24872024-03-28T07:30:27.006Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24882024-03-28T07:30:27.808Z Finished release [optimized] target(s) in 3m 54s
24892024-03-28T07:30:27.888Z
24902024-03-28T07:30:27.891Zreal 3:54.521393695
24912024-03-28T07:30:27.891Zuser 25:44.245906015
24922024-03-28T07:30:27.891Zsys 3:09.702891167
24932024-03-28T07:30:27.891Ztrap 0.796378729
24942024-03-28T07:30:27.892Ztflt 1.639159726
24952024-03-28T07:30:27.892Zdflt 0.844328175
24962024-03-28T07:30:27.892Zkflt 0.000320285
24972024-03-28T07:30:27.892Zlock 59:01.303973017
24982024-03-28T07:30:27.892Zslp 1:16:10.356583401
24992024-03-28T07:30:27.892Zlat 1:30.767839154
25002024-03-28T07:30:27.892Zstop 1:28.470566427
25012024-03-28T07:30:27.892Z+ ptime -m gzip
25022024-03-28T07:30:28.248Z
25032024-03-28T07:30:28.251Zreal 0.356462083
25042024-03-28T07:30:28.251Zuser 0.352598916
25052024-03-28T07:30:28.251Zsys 0.003297602
25062024-03-28T07:30:28.251Ztrap 0.000032846
25072024-03-28T07:30:28.251Ztflt 0.000000000
25082024-03-28T07:30:28.251Zdflt 0.000000000
25092024-03-28T07:30:28.251Zkflt 0.000000000
25102024-03-28T07:30:28.251Zlock 0.000000000
25112024-03-28T07:30:28.252Zslp 0.000000000
25122024-03-28T07:30:28.252Zlat 0.000120138
25132024-03-28T07:30:28.252Zstop 0.000187761
25142024-03-28T07:30:28.252Z+ banner tufaceous
25152024-03-28T07:30:28.252Z
25162024-03-28T07:30:28.252Z ##### # # ###### ## #### ###### #### # # ####
25172024-03-28T07:30:28.252Z # # # # # # # # # # # # # #
25182024-03-28T07:30:28.252Z # # # ##### # # # ##### # # # # ####
25192024-03-28T07:30:28.252Z # # # # ###### # # # # # # #
25202024-03-28T07:30:28.252Z # # # # # # # # # # # # # # #
25212024-03-28T07:30:28.252Z # #### # # # #### ###### #### #### ####
25222024-03-28T07:30:28.252Z
25232024-03-28T07:30:28.252Z+ ptime -m cargo build --locked -p tufaceous --release
25242024-03-28T07:30:28.763Z Downloading crates ...
25252024-03-28T07:30:28.950Z Downloaded fs-err v2.11.0
25262024-03-28T07:30:28.956Z Downloaded globset v0.4.13
25272024-03-28T07:30:28.959Z Downloaded doc-comment v0.3.3
25282024-03-28T07:30:28.964Z Downloaded parse-size v1.0.0
25292024-03-28T07:30:28.967Z Downloaded async-recursion v1.0.5
25302024-03-28T07:30:28.971Z Downloaded buf-list v1.0.3
25312024-03-28T07:30:28.975Z Downloaded serde_plain v1.0.2
25322024-03-28T07:30:28.982Z Downloaded snafu-derive v0.7.5
25332024-03-28T07:30:28.982Z Downloaded pin-project-internal v1.1.3
25342024-03-28T07:30:28.982Z Downloaded pin-project v1.1.3
25352024-03-28T07:30:28.987Z Downloaded typed-path v0.7.0
25362024-03-28T07:30:28.997Z Downloaded tough v0.16.0
25372024-03-28T07:30:29.009Z Downloaded snafu v0.7.5
25382024-03-28T07:30:29.013Z Downloaded olpc-cjson v0.1.3
25392024-03-28T07:30:29.100Z Compiling serde_tokenstream v0.2.0
25402024-03-28T07:30:29.170Z Compiling regress v0.9.0
25412024-03-28T07:30:29.181Z Compiling dirs-sys-next v0.1.2
25422024-03-28T07:30:29.184Z Compiling ident_case v1.0.1
25432024-03-28T07:30:29.184Z Compiling rustls-pki-types v1.3.0
25442024-03-28T07:30:29.192Z Compiling heck v0.4.1
25452024-03-28T07:30:29.197Z Compiling strsim v0.10.0
25462024-03-28T07:30:29.342Z Compiling getopts v0.2.21
25472024-03-28T07:30:29.645Z Compiling darling_core v0.20.3
25482024-03-28T07:30:29.872Z Compiling dirs-next v2.0.0
25492024-03-28T07:30:30.124Z Compiling thread_local v1.1.7
25502024-03-28T07:30:30.156Z Compiling slog-async v2.8.0
25512024-03-28T07:30:30.338Z Compiling camino v1.1.6
25522024-03-28T07:30:30.398Z Compiling unsafe-libyaml v0.2.10
25532024-03-28T07:30:30.449Z Compiling rustls v0.22.2
25542024-03-28T07:30:30.657Z Compiling rustls-webpki v0.102.1
25552024-03-28T07:30:30.742Z Compiling term v0.7.0
25562024-03-28T07:30:30.950Z Compiling crossbeam-channel v0.5.8
25572024-03-28T07:30:32.215Z Compiling serde_yaml v0.9.25
25582024-03-28T07:30:32.636Z Compiling structmeta-derive v0.3.0
25592024-03-28T07:30:33.035Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25602024-03-28T07:30:35.049Z Compiling darling_macro v0.20.3
25612024-03-28T07:30:35.125Z Compiling atty v0.2.14
25622024-03-28T07:30:35.269Z Compiling multer v3.0.0
25632024-03-28T07:30:35.406Z Compiling take_mut v0.2.2
25642024-03-28T07:30:35.555Z Compiling paste v1.0.14
25652024-03-28T07:30:35.574Z Compiling match_cfg v0.1.0
25662024-03-28T07:30:35.626Z Compiling doc-comment v0.3.3
25672024-03-28T07:30:35.664Z Compiling hostname v0.3.1
25682024-03-28T07:30:35.943Z Compiling darling v0.20.3
25692024-03-28T07:30:36.030Z Compiling structmeta v0.3.0
25702024-03-28T07:30:36.042Z Compiling slog-term v2.9.0
25712024-03-28T07:30:36.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25722024-03-28T07:30:36.439Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25732024-03-28T07:30:38.058Z Compiling slog-json v2.6.1
25742024-03-28T07:30:38.098Z Compiling http v1.0.0
25752024-03-28T07:30:38.198Z Compiling async-stream-impl v0.3.5
25762024-03-28T07:30:38.549Z Compiling pin-project-internal v1.1.3
25772024-03-28T07:30:38.995Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25782024-03-28T07:30:39.291Z Compiling atomic-waker v1.1.1
25792024-03-28T07:30:39.303Z Compiling fastrand v2.0.1
25802024-03-28T07:30:39.448Z Compiling async-stream v0.3.5
25812024-03-28T07:30:39.476Z Compiling waitgroup v0.1.2
25822024-03-28T07:30:39.720Z Compiling tempfile v3.10.0
25832024-03-28T07:30:39.826Z Compiling slog-bunyan v2.5.0
25842024-03-28T07:30:40.201Z Compiling parse-display-derive v0.9.0
25852024-03-28T07:30:41.326Z Compiling pin-project v1.1.3
25862024-03-28T07:30:41.471Z Compiling tokio-rustls v0.25.0
25872024-03-28T07:30:41.651Z Compiling serde_with_macros v3.6.1
25882024-03-28T07:30:43.032Z Compiling toml v0.8.10
25892024-03-28T07:30:43.068Z Compiling rustls-pemfile v2.1.1
25902024-03-28T07:30:43.146Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25912024-03-28T07:30:43.828Z Compiling sha1 v0.10.6
25922024-03-28T07:30:44.169Z Compiling strum_macros v0.26.1
25932024-03-28T07:30:44.465Z Compiling newtype-uuid v1.0.1
25942024-03-28T07:30:44.731Z Compiling snafu-derive v0.7.5
25952024-03-28T07:30:44.731Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25962024-03-28T07:30:44.813Z Compiling serde_path_to_error v0.1.16
25972024-03-28T07:30:45.133Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25982024-03-28T07:30:45.833Z Compiling fs-err v2.11.0
25992024-03-28T07:30:45.860Z Compiling instant v0.1.12
26002024-03-28T07:30:46.033Z Compiling arc-swap v1.6.0
26012024-03-28T07:30:46.133Z Compiling same-file v1.0.6
26022024-03-28T07:30:46.394Z Compiling debug-ignore v1.0.5
26032024-03-28T07:30:46.542Z Compiling buf-list v1.0.3
26042024-03-28T07:30:46.817Z Compiling slog-scope v4.4.0
26052024-03-28T07:30:47.831Z Compiling walkdir v2.4.0
26062024-03-28T07:30:48.982Z Compiling strum v0.26.1
26072024-03-28T07:30:49.031Z Compiling backoff v0.4.0
26082024-03-28T07:30:49.071Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26092024-03-28T07:30:49.147Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26102024-03-28T07:30:49.334Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26112024-03-28T07:30:49.409Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26122024-03-28T07:30:49.540Z Compiling serde_with v3.6.1
26132024-03-28T07:30:49.656Z Compiling snafu v0.7.5
26142024-03-28T07:30:49.804Z Compiling parse-display v0.9.0
26152024-03-28T07:30:51.153Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26162024-03-28T07:30:52.652Z Compiling globset v0.4.13
26172024-03-28T07:30:52.668Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26182024-03-28T07:30:52.669Z Compiling pem v3.0.2
26192024-03-28T07:30:53.773Z Compiling olpc-cjson v0.1.3
26202024-03-28T07:30:53.988Z Compiling serde_plain v1.0.2
26212024-03-28T07:30:54.106Z Compiling macaddr v1.0.1
26222024-03-28T07:30:54.511Z Compiling async-recursion v1.0.5
26232024-03-28T07:30:54.769Z Compiling xattr v1.0.1
26242024-03-28T07:30:55.077Z Compiling filetime v0.2.23
26252024-03-28T07:30:55.431Z Compiling typed-path v0.7.0
26262024-03-28T07:30:55.482Z Compiling tar v0.4.40
26272024-03-28T07:30:56.121Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26282024-03-28T07:31:00.397Z Compiling tough v0.16.0
26292024-03-28T07:31:02.332Z Compiling slog-stdlog v4.1.1
26302024-03-28T07:31:03.217Z Compiling camino-tempfile v1.1.1
26312024-03-28T07:31:03.251Z Compiling itertools v0.12.1
26322024-03-28T07:31:04.055Z Compiling parse-size v1.0.0
26332024-03-28T07:31:04.347Z Compiling slog-envlogger v2.2.0
26342024-03-28T07:31:07.002Z Compiling humantime v2.1.0
26352024-03-28T07:31:11.852Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26362024-03-28T07:31:12.078Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
26372024-03-28T07:31:19.974Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26382024-03-28T07:31:26.152Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26392024-03-28T07:31:28.174Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26402024-03-28T07:31:47.219Z Finished release [optimized] target(s) in 1m 18s
26412024-03-28T07:31:47.300Z
26422024-03-28T07:31:47.300Zreal 1:19.015654552
26432024-03-28T07:31:47.300Zuser 8:30.781016471
26442024-03-28T07:31:47.300Zsys 41.257162781
26452024-03-28T07:31:47.300Ztrap 0.238149097
26462024-03-28T07:31:47.300Ztflt 0.492012308
26472024-03-28T07:31:47.303Zdflt 0.420402896
26482024-03-28T07:31:47.303Zkflt 0.000577131
26492024-03-28T07:31:47.303Zlock 16:57.293252599
26502024-03-28T07:31:47.303Zslp 18:49.997017635
26512024-03-28T07:31:47.304Zlat 18.952744756
26522024-03-28T07:31:47.304Zstop 14.792212181
26532024-03-28T07:31:47.304Z+ ptime -m gzip
26542024-03-28T07:31:48.805Z
26552024-03-28T07:31:48.808Zreal 1.501158608
26562024-03-28T07:31:48.808Zuser 1.488460273
26572024-03-28T07:31:48.808Zsys 0.011201191
26582024-03-28T07:31:48.808Ztrap 0.000376904
26592024-03-28T07:31:48.808Ztflt 0.000000000
26602024-03-28T07:31:48.808Zdflt 0.000000000
26612024-03-28T07:31:48.808Zkflt 0.000000000
26622024-03-28T07:31:48.808Zlock 0.000000000
26632024-03-28T07:31:48.808Zslp 0.000000000
26642024-03-28T07:31:48.808Zlat 0.000675122
26652024-03-28T07:31:48.808Zstop 0.000206759
26662024-03-28T07:31:48.808Zprocess exited: duration 820724 ms, exit code 0
 
26672024-03-28T07:31:48.818Zfound 8 output files
26682024-03-28T07:31:48.818Zuploading: /work/end-to-end-tests/bootstrap-4e2cec6ef87779f4.gz (9708826 bytes)
26692024-03-28T07:31:54.205Zuploaded: /work/end-to-end-tests/bootstrap-4e2cec6ef87779f4.gz
26702024-03-28T07:31:54.205Zuploading: /work/end-to-end-tests/bootstrap.gz (102281556 bytes)
26712024-03-28T07:32:23.571Zuploaded: /work/end-to-end-tests/bootstrap.gz
26722024-03-28T07:32:23.571Zuploading: /work/end-to-end-tests/commtest-78be43f584392ee5.gz (9708413 bytes)
26732024-03-28T07:32:28.203Zuploaded: /work/end-to-end-tests/commtest-78be43f584392ee5.gz
26742024-03-28T07:32:28.203Zuploading: /work/end-to-end-tests/dhcp_server-ff102e56804eb5ef.gz (9708227 bytes)
26752024-03-28T07:32:31.545Zuploaded: /work/end-to-end-tests/dhcp_server-ff102e56804eb5ef.gz
26762024-03-28T07:32:31.545Zuploading: /work/end-to-end-tests/end_to_end_tests-24b036c434c391e4.gz (103614435 bytes)
26772024-03-28T07:32:58.420Zuploaded: /work/end-to-end-tests/end_to_end_tests-24b036c434c391e4.gz
26782024-03-28T07:32:58.420Zuploading: /work/caboose-util.gz (3207788 bytes)
26792024-03-28T07:33:00.754Zuploaded: /work/caboose-util.gz
26802024-03-28T07:33:00.754Zuploading: /work/tufaceous.gz (13688375 bytes)
26812024-03-28T07:33:05.351Zuploaded: /work/tufaceous.gz
26822024-03-28T07:33:05.351Zuploading: /work/commtest (461708600 bytes)
26832024-03-28T07:35:32.564Zuploaded: /work/commtest