01HNGEHGHK30G0HB5N7KHJ0SNE: helios / CI tools

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

Buildomat Job: 01HNGEJP1J7Q4BBS0B8RQZVBNP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-31T19:07:23.715Zjob assigned to worker 01HNGEK1AF2VEH8NF91V7YPQVB (queued for 2 m 2 s)
 
22024-01-31T19:07:23.919Zstarting task 0: "setup"
32024-01-31T19:07:23.927Z++ uname -s
42024-01-31T19:07:23.929Z+ kern=SunOS
52024-01-31T19:07:23.930Z+ case "$kern" in
62024-01-31T19:07:23.930Z+ groupadd -g 12345 build
72024-01-31T19:07:23.934Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-31T19:07:26.102Z+ zfs create -o mountpoint=/work rpool/work
92024-01-31T19:07:26.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-31T19:07:26.235Z+ home_fs=zfs
112024-01-31T19:07:26.235Z+ [[ zfs == autofs ]]
122024-01-31T19:07:26.235Z+ mkdir -p /home/build
132024-01-31T19:07:26.235Z+ chown build:build /home/build /work
142024-01-31T19:07:28.233Z+ chmod 0700 /home/build /work
152024-01-31T19:07:28.237Zprocess exited: duration 4322 ms, exit code 0
 
162024-01-31T19:07:28.243Zstarting task 1: "rust-toolchain"
172024-01-31T19:07:28.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-31T19:07:28.255Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-31T19:07:28.416Zinfo: downloading installer
202024-01-31T19:07:31.273Zwarning: it looks like you have an existing installation of Rust at:
212024-01-31T19:07:31.273Zwarning: /opt/ooce/bin
222024-01-31T19:07:31.273Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-31T19:07:31.273Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-31T19:07:31.273Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-31T19:07:31.273Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-31T19:07:31.273Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-31T19:07:31.276Zerror: cannot install while Rust is installed
282024-01-31T19:07:31.276Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-31T19:07:31.931Zinfo: profile set to 'default'
302024-01-31T19:07:31.931Zinfo: default host triple is x86_64-unknown-illumos
312024-01-31T19:07:31.935Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-31T19:07:32.113Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-31T19:07:32.113Zinfo: downloading component 'cargo'
342024-01-31T19:07:32.775Zinfo: downloading component 'clippy'
352024-01-31T19:07:33.117Zinfo: downloading component 'rust-docs'
362024-01-31T19:07:33.944Zinfo: downloading component 'rust-std'
372024-01-31T19:07:35.407Zinfo: downloading component 'rustc'
382024-01-31T19:07:38.958Zinfo: downloading component 'rustfmt'
392024-01-31T19:07:39.158Zinfo: installing component 'cargo'
402024-01-31T19:07:40.829Zinfo: installing component 'clippy'
412024-01-31T19:07:41.680Zinfo: installing component 'rust-docs'
422024-01-31T19:07:44.408Zinfo: installing component 'rust-std'
432024-01-31T19:07:48.325Zinfo: installing component 'rustc'
442024-01-31T19:07:56.591Zinfo: installing component 'rustfmt'
452024-01-31T19:07:57.141Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-31T19:07:57.141Z
472024-01-31T19:07:57.275Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-31T19:07:57.275Z
492024-01-31T19:07:57.278Z
502024-01-31T19:07:57.278ZRust is installed now. Great!
512024-01-31T19:07:57.278Z
522024-01-31T19:07:57.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-31T19:07:57.278Zenvironment variable. This has not been done automatically.
542024-01-31T19:07:57.279Z
552024-01-31T19:07:57.279ZTo configure your current shell, run:
562024-01-31T19:07:57.279Zsource "$HOME/.cargo/env"
572024-01-31T19:07:57.365Z+ rustc --version
582024-01-31T19:07:57.477Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-31T19:07:57.483Zprocess exited: duration 29241 ms, exit code 0
 
602024-01-31T19:07:57.496Zstarting task 2: "authentication"
612024-01-31T19:07:57.527Zprocess exited: duration 30 ms, exit code 0
 
622024-01-31T19:07:57.537Zstarting task 3: "clone repository"
632024-01-31T19:07:57.543Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-31T19:07:57.547Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-31T19:07:57.783ZCloning into '/work/oxidecomputer/omicron'...
662024-01-31T19:08:05.429Z+ cd /work/oxidecomputer/omicron
672024-01-31T19:08:05.429Z+ git fetch origin b0125c4be763ef6b753d166cf25ce341fcd30ecb
682024-01-31T19:08:05.429ZFrom https://github.com/oxidecomputer/omicron
692024-01-31T19:08:05.429Z * branch b0125c4be763ef6b753d166cf25ce341fcd30ecb -> FETCH_HEAD
702024-01-31T19:08:05.429Z+ [[ -n pc-baseboard-hostname-serial ]]
712024-01-31T19:08:05.429Z++ git branch --show-current
722024-01-31T19:08:05.429Z+ current=main
732024-01-31T19:08:05.430Z+ [[ main != pc-baseboard-hostname-serial ]]
742024-01-31T19:08:05.430Z+ git branch -f pc-baseboard-hostname-serial b0125c4be763ef6b753d166cf25ce341fcd30ecb
752024-01-31T19:08:05.430Z+ git checkout -f pc-baseboard-hostname-serial
762024-01-31T19:08:05.502ZSwitched to branch 'pc-baseboard-hostname-serial'
772024-01-31T19:08:05.502Z+ git reset --hard b0125c4be763ef6b753d166cf25ce341fcd30ecb
782024-01-31T19:08:05.563ZHEAD is now at b0125c4be move gethostname to workspace
792024-01-31T19:08:05.564Zprocess exited: duration 7905 ms, exit code 0
 
802024-01-31T19:08:05.599Zstarting task 4: "build"
812024-01-31T19:08:05.609Z+ cargo --version
822024-01-31T19:08:05.609Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-01-31T19:08:05.813Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-01-31T19:08:05.814Zinfo: downloading component 'cargo'
852024-01-31T19:08:08.153Zinfo: downloading component 'clippy'
862024-01-31T19:08:08.321Zinfo: downloading component 'rust-docs'
872024-01-31T19:08:08.321Zinfo: downloading component 'rust-std'
882024-01-31T19:08:09.472Zinfo: downloading component 'rustc'
892024-01-31T19:08:13.879Zinfo: downloading component 'rustfmt'
902024-01-31T19:08:14.108Zinfo: installing component 'cargo'
912024-01-31T19:08:15.420Zinfo: installing component 'clippy'
922024-01-31T19:08:15.911Zinfo: installing component 'rust-docs'
932024-01-31T19:08:18.721Zinfo: installing component 'rust-std'
942024-01-31T19:08:21.158Zinfo: installing component 'rustc'
952024-01-31T19:08:27.468Zinfo: installing component 'rustfmt'
962024-01-31T19:08:28.013Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-01-31T19:08:28.024Z+ rustc --version
982024-01-31T19:08:28.141Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-01-31T19:08:28.150Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-01-31T19:08:38.884Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-01-31T19:08:40.640Z Startup: Caching catalogs ... Done
1022024-01-31T19:08:43.518ZPlanning: Solver setup ... Done (2.359s)
1032024-01-31T19:08:43.577ZPlanning: Running solver ... Done (0.063s)
1042024-01-31T19:08:43.651ZPlanning: Finding local manifests ... Done (0.049s)
1052024-01-31T19:08:43.698ZPlanning: Fetching manifests: 0/4 0% complete
1062024-01-31T19:08:44.056ZPlanning: Fetching manifests: 4/4 100% complete
1072024-01-31T19:08:44.137ZPlanning: Package planning ... Done (0.079s)
1082024-01-31T19:08:44.220ZPlanning: Merging actions ... Done (0.084s)
1092024-01-31T19:08:44.990ZPlanning: Checking for conflicting actions ... Done (0.770s)
1102024-01-31T19:08:45.008ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-01-31T19:08:49.443ZPlanning: Evaluating mediators ... Done (4.277s)
1122024-01-31T19:08:49.443ZPlanning: Planning completed in 8.60 seconds
1132024-01-31T19:08:50.963Z Packages to install: 4
1142024-01-31T19:08:50.964Z Mediators to change: 2
1152024-01-31T19:08:50.964Z Services to change: 1
1162024-01-31T19:08:51.009Z Estimated space available: 148.87 GB
1172024-01-31T19:08:51.009ZEstimated space to be consumed: 1.40 GB
1182024-01-31T19:08:51.009Z Create boot environment: No
1192024-01-31T19:08:51.009ZCreate backup boot environment: No
1202024-01-31T19:08:51.009Z Rebuild boot archive: No
1212024-01-31T19:08:51.009Z
1222024-01-31T19:08:51.009ZChanged mediators:
1232024-01-31T19:08:51.009Z mediator clang:
1242024-01-31T19:08:51.009Z version: None -> 15 (system default)
1252024-01-31T19:08:51.009Z
1262024-01-31T19:08:51.009Z mediator llvm:
1272024-01-31T19:08:51.009Z version: 14 (system default) -> 15 (system default)
1282024-01-31T19:08:51.009Z
1292024-01-31T19:08:51.009ZChanged packages:
1302024-01-31T19:08:51.009Zhelios-dev
1312024-01-31T19:08:51.010Z developer/build-essential
1322024-01-31T19:08:51.010Z None -> 11-2.0
1332024-01-31T19:08:51.010Z library/libxmlsec1
1342024-01-31T19:08:51.010Z None -> 1.2.35-2.0
1352024-01-31T19:08:51.010Z ooce/developer/clang-15
1362024-01-31T19:08:51.010Z None -> 15.0.7-2.0
1372024-01-31T19:08:51.010Z ooce/developer/llvm-15
1382024-01-31T19:08:51.010Z None -> 15.0.7-2.0
1392024-01-31T19:08:51.011Z
1402024-01-31T19:08:51.011ZServices:
1412024-01-31T19:08:51.011Z restart_fmri:
1422024-01-31T19:08:51.011Z svc:/system/update-man-index:default
1432024-01-31T19:08:51.125Z
1442024-01-31T19:08:51.125ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-01-31T19:08:56.115ZDownload: 898/3290 items 4.9/212.6MB 2% complete (1020k/s)
1462024-01-31T19:09:01.116ZDownload: 1899/3290 items 118.6/212.6MB 55% complete (12.0M/s)
1472024-01-31T19:09:06.125ZDownload: 3241/3290 items 179.6/212.6MB 84% complete (17.4M/s)
1482024-01-31T19:09:08.880ZDownload: Completed 212.60 MB in 17.77 seconds (12.0M/s)
1492024-01-31T19:09:09.189Z Actions: 1/3689 actions (Installing new actions)
1502024-01-31T19:09:14.195Z Actions: 2994/3689 actions (Installing new actions)
1512024-01-31T19:09:16.879Z Actions: Completed 3689 actions in 7.69 seconds.
1522024-01-31T19:09:17.139Z Done (0.254s)
1532024-01-31T19:09:17.139Z Done (0.000s)
1542024-01-31T19:09:17.478Z Done (0.331s)
1552024-01-31T19:09:24.910Z Done (7.300s)
1562024-01-31T19:09:25.117Z Done (0.089s)
1572024-01-31T19:09:25.132Z Done (0.000s)
1582024-01-31T19:09:25.355Z Done (0.000s)
1592024-01-31T19:09:26.081ZPlanning: Evaluating mediator changes ... Done
1602024-01-31T19:09:26.359ZPlanning: Checking for conflicting actions ... Done
1612024-01-31T19:09:26.368ZPlanning: Consolidating action changes ... Done
1622024-01-31T19:09:26.793ZPlanning: Evaluating mediators ... Done
1632024-01-31T19:09:26.799ZPlanning: Planning completed in 0.72 seconds
1642024-01-31T19:09:26.849Z Mediators to change: 2
1652024-01-31T19:09:26.849Z Create boot environment: No
1662024-01-31T19:09:26.849ZCreate backup boot environment: No
1672024-01-31T19:09:26.949Z Done
1682024-01-31T19:09:26.949Z Done
1692024-01-31T19:09:27.141Z Done
1702024-01-31T19:09:33.813Z Done
1712024-01-31T19:09:33.903Z Done
1722024-01-31T19:09:33.903Z Done
1732024-01-31T19:09:33.903Z Done
1742024-01-31T19:09:34.203ZPlanning: Evaluating mediator changes ... Done
1752024-01-31T19:09:34.207ZPlanning: Merging actions ... Done
1762024-01-31T19:09:34.537ZPlanning: Checking for conflicting actions ... Done
1772024-01-31T19:09:34.542ZPlanning: Consolidating action changes ... Done
1782024-01-31T19:09:34.969ZPlanning: Evaluating mediators ... Done
1792024-01-31T19:09:35.058ZPlanning: Planning completed in 1.29 seconds
1802024-01-31T19:09:35.116Z Packages to change: 1
1812024-01-31T19:09:35.116Z Mediators to change: 1
1822024-01-31T19:09:35.124Z Services to change: 1
1832024-01-31T19:09:35.124Z Create boot environment: No
1842024-01-31T19:09:35.124ZCreate backup boot environment: Yes
1852024-01-31T19:09:37.254Z Actions: 1/6 actions (Updating modified actions)
1862024-01-31T19:09:37.267Z Actions: Completed 6 actions in 0.00 seconds.
1872024-01-31T19:09:37.267Z Done
1882024-01-31T19:09:37.267Z Done
1892024-01-31T19:09:37.337Z Done
1902024-01-31T19:09:47.464Z Done
1912024-01-31T19:09:47.653Z Done
1922024-01-31T19:09:47.653Z Done
1932024-01-31T19:09:47.653Z Done
1942024-01-31T19:09:47.770ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-01-31T19:09:47.770Zclang system 15 system
1962024-01-31T19:09:47.770Zcsh system system illumos
1972024-01-31T19:09:47.770Zctags system system illumos
1982024-01-31T19:09:47.771Zgcc vendor 12 vendor
1992024-01-31T19:09:47.771Zgcc system 10 system
2002024-01-31T19:09:47.771Zgcc system 7 system
2012024-01-31T19:09:47.771Zgo system 1.20 system
2022024-01-31T19:09:47.771Zgo system 1.19 system
2032024-01-31T19:09:47.771Zllvm system 15 system
2042024-01-31T19:09:47.771Zllvm system 14 system
2052024-01-31T19:09:47.772Zmariadb system 10.6 system
2062024-01-31T19:09:47.772Zmta vendor vendor dma
2072024-01-31T19:09:47.772Zopenjdk system 17 system
2082024-01-31T19:09:47.772Zopenjdk system 11 system
2092024-01-31T19:09:47.772Zopenjdk system 1.8 system
2102024-01-31T19:09:47.772Zopenssl vendor 3 vendor
2112024-01-31T19:09:47.773Zperl system 5.36 system
2122024-01-31T19:09:47.775Zpostgresql system 15 system
2132024-01-31T19:09:47.775Zpostgresql system 13 system
2142024-01-31T19:09:47.775Zpython vendor 3 vendor
2152024-01-31T19:09:47.776Zpython system 2 system
2162024-01-31T19:09:47.776Zpython3 system 3.11 system
2172024-01-31T19:09:47.776Zruby system 3.0 system
2182024-01-31T19:09:47.776Zwords vendor vendor american-english
2192024-01-31T19:09:47.777Zwords system system australian-english
2202024-01-31T19:09:47.777Zwords system system british-english
2212024-01-31T19:09:47.777Zwords system system canadian-english
2222024-01-31T19:09:47.777Zwords system system french
2232024-01-31T19:09:47.777Zwords system system italian
2242024-01-31T19:09:47.777Zwords system system ngerman
2252024-01-31T19:09:47.778Zwords system system ogerman
2262024-01-31T19:09:47.778Zwords system system spanish
2272024-01-31T19:09:47.778ZFMRI IFO
2282024-01-31T19:09:47.778Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-01-31T19:09:47.782Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-01-31T19:09:47.782Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-01-31T19:09:47.782Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-01-31T19:09:47.782Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-01-31T19:09:47.782Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2342024-01-31T19:09:47.782Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-01-31T19:09:47.782Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2362024-01-31T19:09:47.783Z+ set -o errexit
2372024-01-31T19:09:47.783Z+++ dirname ./tools/ci_download_cockroachdb
2382024-01-31T19:09:47.783Z++ cd ./tools
2392024-01-31T19:09:47.783Z++ pwd
2402024-01-31T19:09:47.783Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-01-31T19:09:47.783Z++ basename ./tools/ci_download_cockroachdb
2422024-01-31T19:09:47.783Z+ ARG0=ci_download_cockroachdb
2432024-01-31T19:09:47.783Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-01-31T19:09:47.783Z+ CIDL_VERSION=v22.1.9
2452024-01-31T19:09:47.783Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-01-31T19:09:47.783Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2472024-01-31T19:09:47.783Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2482024-01-31T19:09:47.783Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2492024-01-31T19:09:47.783Z+ TARGET_DIR=out
2502024-01-31T19:09:47.783Z+ DOWNLOAD_DIR=out/downloads
2512024-01-31T19:09:47.783Z+ DEST_DIR=./out/cockroachdb
2522024-01-31T19:09:47.783Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-01-31T19:09:47.783Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-01-31T19:09:47.783Z+ main
2552024-01-31T19:09:47.783Z+ [[ 0 != 0 ]]
2562024-01-31T19:09:47.783Z+ CIDL_OS=solaris2.11
2572024-01-31T19:09:47.783Z+ [[ 0 != 0 ]]
2582024-01-31T19:09:47.784Z+ configure_os solaris2.11
2592024-01-31T19:09:47.784Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-01-31T19:09:47.784Zcurrent directory: /work/oxidecomputer/omicron
2612024-01-31T19:09:47.784Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-01-31T19:09:47.784Z+ case "$1" in
2632024-01-31T19:09:47.784Zconfiguring based on OS: "solaris2.11"
2642024-01-31T19:09:47.785Z+ CIDL_BUILD=illumos
2652024-01-31T19:09:47.785Z+ CIDL_SUFFIX=tar.gz
2662024-01-31T19:09:47.785Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2672024-01-31T19:09:47.785Z+ CIDL_MD5FUNC=do_md5sum
2682024-01-31T19:09:47.785Z+ CIDL_URL_BASE=https://illumos.org/downloads
2692024-01-31T19:09:47.785Z+ CIDL_ASSEMBLE=do_assemble_illumos
2702024-01-31T19:09:47.785Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2712024-01-31T19:09:47.785Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2722024-01-31T19:09:47.785Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-31T19:09:47.785Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2742024-01-31T19:09:47.785Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-01-31T19:09:47.785Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-01-31T19:09:47.785Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-01-31T19:09:47.785Z+ mkdir -p out/downloads
2782024-01-31T19:09:47.785ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-01-31T19:09:47.785ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-01-31T19:09:47.785Z+ mkdir -p ./out/cockroachdb
2812024-01-31T19:09:47.785Z+ local DO_DOWNLOAD=true
2822024-01-31T19:09:47.786Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-01-31T19:09:47.786Z+ '[' true == true ']'
2842024-01-31T19:09:47.786Z+ echo Downloading...
2852024-01-31T19:09:47.786ZDownloading...
2862024-01-31T19:09:47.786Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-01-31T19:09:47.786Z+ 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
2882024-01-31T19:09:47.789Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-01-31T19:09:47.789Z++ md5sum
2902024-01-31T19:09:47.789Z++ awk '{print $1}'
2912024-01-31T19:09:47.789Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2922024-01-31T19:09:47.789Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2932024-01-31T19:09:47.789Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-01-31T19:09:47.853Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-01-31T19:09:50.625Z+ do_assemble_illumos
2962024-01-31T19:09:50.625Z+ rm -r ./out/cockroachdb
2972024-01-31T19:09:50.639Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-01-31T19:09:51.229Z+ ./out/cockroachdb/bin/cockroach version
2992024-01-31T19:09:51.506ZBuild Tag: v22.1.9-dirty
3002024-01-31T19:09:51.506ZBuild Time: 2022/10/26 21:17:46
3012024-01-31T19:09:51.506ZDistribution: OSS
3022024-01-31T19:09:51.506ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-01-31T19:09:51.506ZGo Version: go1.17.13
3042024-01-31T19:09:51.507ZC Compiler: gcc 10.3.0
3052024-01-31T19:09:51.507ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-01-31T19:09:51.507ZBuild Type: release
3072024-01-31T19:09:51.532Z+ set -o errexit
3082024-01-31T19:09:51.544Z+++ dirname ./tools/ci_download_clickhouse
3092024-01-31T19:09:51.544Z++ cd ./tools
3102024-01-31T19:09:51.544Z++ pwd
3112024-01-31T19:09:51.544Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-01-31T19:09:51.544Z++ basename ./tools/ci_download_clickhouse
3132024-01-31T19:09:51.544Z+ ARG0=ci_download_clickhouse
3142024-01-31T19:09:51.545Z+ TARGET_DIR=out
3152024-01-31T19:09:51.545Z+ DOWNLOAD_DIR=out/downloads
3162024-01-31T19:09:51.545Z+ DEST_DIR=./out/clickhouse
3172024-01-31T19:09:51.545Z+ CIDL_VERSION=v22.8.9.24
3182024-01-31T19:09:51.545Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-01-31T19:09:51.546Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3202024-01-31T19:09:51.546Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3212024-01-31T19:09:51.546Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3222024-01-31T19:09:51.546Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-01-31T19:09:51.546Z+ main
3242024-01-31T19:09:51.548Z+ [[ 0 != 0 ]]
3252024-01-31T19:09:51.548Z+ CIDL_OS=solaris2.11
3262024-01-31T19:09:51.548Z+ [[ 0 != 0 ]]
3272024-01-31T19:09:51.549Z+ configure_os solaris2.11
3282024-01-31T19:09:51.549Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-01-31T19:09:51.549Zcurrent directory: /work/oxidecomputer/omicron
3302024-01-31T19:09:51.549Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-01-31T19:09:51.549Z+ CIDL_DASHREV=
3322024-01-31T19:09:51.549Zconfiguring based on OS: "solaris2.11"
3332024-01-31T19:09:51.549Z+ case "$1" in
3342024-01-31T19:09:51.549Z+ CIDL_PLATFORM=illumos
3352024-01-31T19:09:51.550Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3362024-01-31T19:09:51.550Z+ CIDL_MD5FUNC=do_md5sum
3372024-01-31T19:09:51.550Z+ CIDL_DASHREV=-1
3382024-01-31T19:09:51.550Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3392024-01-31T19:09:51.550Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-31T19:09:51.550Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-31T19:09:51.551Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-01-31T19:09:51.551Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432024-01-31T19:09:51.551ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-01-31T19:09:51.551ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-01-31T19:09:51.551Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462024-01-31T19:09:51.551Z+ mkdir -p out/downloads
3472024-01-31T19:09:51.551Z+ mkdir -p ./out/clickhouse
3482024-01-31T19:09:51.552Z+ local DO_DOWNLOAD=true
3492024-01-31T19:09:51.552Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3502024-01-31T19:09:51.554Z+ '[' true == true ']'
3512024-01-31T19:09:51.554Z+ echo Downloading...
3522024-01-31T19:09:51.554ZDownloading...
3532024-01-31T19:09:51.554Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-01-31T19:09:51.555Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-01-31T19:09:53.280Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562024-01-31T19:09:53.307Z++ md5sum
3572024-01-31T19:09:53.307Z++ awk '{print $1}'
3582024-01-31T19:09:53.956Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3592024-01-31T19:09:53.957Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3602024-01-31T19:09:53.960Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3612024-01-31T19:09:53.975Z+ mkdir -p ./out/clickhouse
3622024-01-31T19:09:53.975Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3632024-01-31T19:09:58.326Z+ ./out/clickhouse/clickhouse server --version
3642024-01-31T19:09:58.384ZClickHouse server version 22.8.9.1.
3652024-01-31T19:09:58.414Z+ set -o errexit
3662024-01-31T19:09:58.420Z+++ dirname ./tools/ci_download_console
3672024-01-31T19:09:58.420Z++ cd ./tools
3682024-01-31T19:09:58.420Z++ pwd
3692024-01-31T19:09:58.421Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-01-31T19:09:58.421Z++ basename ./tools/ci_download_console
3712024-01-31T19:09:58.421Z+ ARG0=ci_download_console
3722024-01-31T19:09:58.421Z+ TARGET_DIR=out
3732024-01-31T19:09:58.421Z+ DOWNLOAD_DIR=out/downloads
3742024-01-31T19:09:58.421Z+ DEST_DIR=./out/console-assets
3752024-01-31T19:09:58.422Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-01-31T19:09:58.423Z++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295
3772024-01-31T19:09:58.423Z++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3782024-01-31T19:09:58.423Z+ URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3792024-01-31T19:09:58.423Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-01-31T19:09:58.423Z+ main
3812024-01-31T19:09:58.423Z+ [[ 0 != 0 ]]
3822024-01-31T19:09:58.423Z+ echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz'
3832024-01-31T19:09:58.424ZURL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3842024-01-31T19:09:58.424Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-01-31T19:09:58.424ZLocal file: out/downloads/console.tar.gz
3862024-01-31T19:09:58.424Z+ local DO_DOWNLOAD=true
3872024-01-31T19:09:58.425Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-01-31T19:09:58.425Z+ mkdir -p out/downloads
3892024-01-31T19:09:58.433Z+ '[' true == true ']'
3902024-01-31T19:09:58.433Z+ echo Downloading...
3912024-01-31T19:09:58.433ZDownloading...
3922024-01-31T19:09:58.434Z+ do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz
3932024-01-31T19:09:58.434Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3942024-01-31T19:09:59.143Z++ do_sha256sum out/downloads/console.tar.gz
3952024-01-31T19:09:59.143Z++ case "$OSTYPE" in
3962024-01-31T19:09:59.144Z++ SHA=sha256sum
3972024-01-31T19:09:59.144Z++ sha256sum
3982024-01-31T19:09:59.144Z++ awk '{print $1}'
3992024-01-31T19:09:59.173Z+ calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
4002024-01-31T19:09:59.173Z+ [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]]
4012024-01-31T19:09:59.194Z+ rm -rf ./out/console-assets
4022024-01-31T19:09:59.194Z+ mkdir -p ./out/console-assets
4032024-01-31T19:09:59.194Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-01-31T19:09:59.194Z+ mkdir -p ./out/console-assets
4052024-01-31T19:09:59.195Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-01-31T19:09:59.309Z+ set -o errexit
4072024-01-31T19:09:59.858Z+++ dirname ./tools/ci_download_maghemite_openapi
4082024-01-31T19:09:59.858Z++ cd ./tools
4092024-01-31T19:09:59.859Z++ pwd
4102024-01-31T19:09:59.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-01-31T19:09:59.859Z++ basename ./tools/ci_download_maghemite_openapi
4122024-01-31T19:09:59.859Z+ ARG0=ci_download_maghemite_openapi
4132024-01-31T19:09:59.860Z+ TARGET_DIR=out
4142024-01-31T19:09:59.860Z+ DOWNLOAD_DIR=out/downloads
4152024-01-31T19:09:59.860Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4162024-01-31T19:09:59.860Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4172024-01-31T19:09:59.861Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4182024-01-31T19:09:59.861Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4192024-01-31T19:09:59.861Z+ LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4202024-01-31T19:09:59.861Z+ main
4212024-01-31T19:09:59.862Z+ [[ 0 != 0 ]]
4222024-01-31T19:09:59.862Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json'
4232024-01-31T19:09:59.862ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4242024-01-31T19:09:59.862Z+ echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4252024-01-31T19:09:59.863ZLocal file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4262024-01-31T19:09:59.863Z+ local DO_DOWNLOAD=true
4272024-01-31T19:09:59.863Z+ [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4282024-01-31T19:09:59.863Z+ mkdir -p out/downloads
4292024-01-31T19:09:59.863Z+ '[' true == true ']'
4302024-01-31T19:09:59.864Z+ echo Downloading...
4312024-01-31T19:09:59.864ZDownloading...
4322024-01-31T19:09:59.864Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4332024-01-31T19:09:59.864Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4342024-01-31T19:10:00.320Z++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4352024-01-31T19:10:00.320Z++ case "$OSTYPE" in
4362024-01-31T19:10:00.320Z++ SHA=sha256sum
4372024-01-31T19:10:00.320Z++ sha256sum
4382024-01-31T19:10:00.321Z++ awk '{print $1}'
4392024-01-31T19:10:00.321Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4402024-01-31T19:10:00.321Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4412024-01-31T19:10:00.321Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4422024-01-31T19:10:00.321Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4432024-01-31T19:10:00.321Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4442024-01-31T19:10:00.321Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4452024-01-31T19:10:00.322Z+ LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4462024-01-31T19:10:00.322Z+ main
4472024-01-31T19:10:00.322Z+ [[ 0 != 0 ]]
4482024-01-31T19:10:00.322Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json'
4492024-01-31T19:10:00.324ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4502024-01-31T19:10:00.324Z+ echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4512024-01-31T19:10:00.324ZLocal file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4522024-01-31T19:10:00.324Z+ local DO_DOWNLOAD=true
4532024-01-31T19:10:00.324Z+ [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4542024-01-31T19:10:00.324Z+ mkdir -p out/downloads
4552024-01-31T19:10:00.324Z+ '[' true == true ']'
4562024-01-31T19:10:00.324Z+ echo Downloading...
4572024-01-31T19:10:00.324ZDownloading...
4582024-01-31T19:10:00.325Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4592024-01-31T19:10:00.325Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4602024-01-31T19:10:00.370Z++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4612024-01-31T19:10:00.370Z++ case "$OSTYPE" in
4622024-01-31T19:10:00.370Z++ SHA=sha256sum
4632024-01-31T19:10:00.397Z++ sha256sum
4642024-01-31T19:10:00.397Z++ awk '{print $1}'
4652024-01-31T19:10:00.398Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4662024-01-31T19:10:00.398Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
4672024-01-31T19:10:00.418Z+ set -o errexit
4682024-01-31T19:10:00.420Z+++ dirname ./tools/ci_download_dendrite_openapi
4692024-01-31T19:10:00.420Z++ cd ./tools
4702024-01-31T19:10:00.420Z++ pwd
4712024-01-31T19:10:00.421Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722024-01-31T19:10:00.421Z++ basename ./tools/ci_download_dendrite_openapi
4732024-01-31T19:10:00.421Z+ ARG0=ci_download_dendrite_openapi
4742024-01-31T19:10:00.421Z+ TARGET_DIR=out
4752024-01-31T19:10:00.421Z+ DOWNLOAD_DIR=out/downloads
4762024-01-31T19:10:00.421Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772024-01-31T19:10:00.421Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4782024-01-31T19:10:00.421Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4792024-01-31T19:10:00.421Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4802024-01-31T19:10:00.421Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4812024-01-31T19:10:00.421Z+ main
4822024-01-31T19:10:00.421Z+ [[ 0 != 0 ]]
4832024-01-31T19:10:00.421Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4842024-01-31T19:10:00.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4852024-01-31T19:10:00.422Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4862024-01-31T19:10:00.422ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4872024-01-31T19:10:00.422Z+ local DO_DOWNLOAD=true
4882024-01-31T19:10:00.422Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4892024-01-31T19:10:00.422Z+ mkdir -p out/downloads
4902024-01-31T19:10:00.422Z+ '[' true == true ']'
4912024-01-31T19:10:00.422Z+ echo Downloading...
4922024-01-31T19:10:00.422ZDownloading...
4932024-01-31T19:10:00.422Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4942024-01-31T19:10:00.422Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4952024-01-31T19:10:00.758Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4962024-01-31T19:10:00.758Z++ case "$OSTYPE" in
4972024-01-31T19:10:00.763Z++ SHA=sha256sum
4982024-01-31T19:10:00.763Z++ sha256sum
4992024-01-31T19:10:00.763Z++ awk '{print $1}'
5002024-01-31T19:10:00.767Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5012024-01-31T19:10:00.767Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5022024-01-31T19:10:00.777Z+ set -o errexit
5032024-01-31T19:10:00.782Z+++ dirname ./tools/ci_download_dendrite_stub
5042024-01-31T19:10:00.782Z++ cd ./tools
5052024-01-31T19:10:00.782Z++ pwd
5062024-01-31T19:10:00.782Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-01-31T19:10:00.782Z++ basename ./tools/ci_download_dendrite_stub
5082024-01-31T19:10:00.782Z+ ARG0=ci_download_dendrite_stub
5092024-01-31T19:10:00.782Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5102024-01-31T19:10:00.782Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5112024-01-31T19:10:00.782Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5122024-01-31T19:10:00.782Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5132024-01-31T19:10:00.782Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-01-31T19:10:00.782Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5152024-01-31T19:10:00.782Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5162024-01-31T19:10:00.782Z+ TARGET_DIR=out
5172024-01-31T19:10:00.782Z+ DOWNLOAD_DIR=out/downloads
5182024-01-31T19:10:00.787Z+ DEST_DIR=./out/dendrite-stub
5192024-01-31T19:10:00.787Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5202024-01-31T19:10:00.787Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-01-31T19:10:00.787Z+ REPO=oxidecomputer/dendrite
5222024-01-31T19:10:00.787Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5232024-01-31T19:10:00.787Z+ main
5242024-01-31T19:10:00.787Z+ [[ 0 != 0 ]]
5252024-01-31T19:10:00.787Z+ CIDL_OS=solaris2.11
5262024-01-31T19:10:00.787Z+ [[ 0 != 0 ]]
5272024-01-31T19:10:00.787Z+ configure_os solaris2.11
5282024-01-31T19:10:00.787Z+ echo 'current directory: /work/oxidecomputer/omicron'
5292024-01-31T19:10:00.787Zcurrent directory: /work/oxidecomputer/omicron
5302024-01-31T19:10:00.787Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-01-31T19:10:00.787Zconfiguring based on OS: "solaris2.11"
5322024-01-31T19:10:00.787Z+ case "$1" in
5332024-01-31T19:10:00.787Z+ SET_BINARIES=
5342024-01-31T19:10:00.787Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5352024-01-31T19:10:00.787Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-01-31T19:10:00.788Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5372024-01-31T19:10:00.788Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5382024-01-31T19:10:00.790Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5392024-01-31T19:10:00.790Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5402024-01-31T19:10:00.790ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5412024-01-31T19:10:00.790Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5422024-01-31T19:10:00.790Z+ mkdir -p out/downloads
5432024-01-31T19:10:00.790ZLocal file: out/downloads/dendrite-stub.tar.gz
5442024-01-31T19:10:00.790Z+ mkdir -p ./out/dendrite-stub
5452024-01-31T19:10:00.795Z+ fetch_and_verify
5462024-01-31T19:10:00.795Z+ local DO_DOWNLOAD=true
5472024-01-31T19:10:00.795Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482024-01-31T19:10:00.795Z+ '[' true == true ']'
5492024-01-31T19:10:00.795Z+ echo Downloading...
5502024-01-31T19:10:00.796ZDownloading...
5512024-01-31T19:10:00.796Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5522024-01-31T19:10:00.796Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5532024-01-31T19:10:07.417Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5542024-01-31T19:10:07.442Z++ sha256sum
5552024-01-31T19:10:07.442Z++ awk '{print $1}'
5562024-01-31T19:10:07.525Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5572024-01-31T19:10:07.525Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5582024-01-31T19:10:07.545Z+ do_untar out/downloads/dendrite-stub.tar.gz
5592024-01-31T19:10:07.545Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5602024-01-31T19:10:08.585Z+ do_assemble
5612024-01-31T19:10:08.586Z+ rm -r ./out/dendrite-stub
5622024-01-31T19:10:08.590Z+ mkdir ./out/dendrite-stub
5632024-01-31T19:10:08.593Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5642024-01-31T19:10:08.747Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5652024-01-31T19:10:08.760Z+ set -o errexit
5662024-01-31T19:10:08.765Z+++ dirname ./tools/ci_download_maghemite_mgd
5672024-01-31T19:10:08.765Z++ cd ./tools
5682024-01-31T19:10:08.765Z++ pwd
5692024-01-31T19:10:08.765Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-01-31T19:10:08.770Z++ basename ./tools/ci_download_maghemite_mgd
5712024-01-31T19:10:08.770Z+ ARG0=ci_download_maghemite_mgd
5722024-01-31T19:10:08.770Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5732024-01-31T19:10:08.770Z++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
5742024-01-31T19:10:08.770Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
5752024-01-31T19:10:08.770Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5762024-01-31T19:10:08.771Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
5772024-01-31T19:10:08.771Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
5782024-01-31T19:10:08.771Z+ TARGET_DIR=out
5792024-01-31T19:10:08.771Z+ DOWNLOAD_DIR=out/downloads
5802024-01-31T19:10:08.771Z+ DEST_DIR=./out/mgd
5812024-01-31T19:10:08.771Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5822024-01-31T19:10:08.771Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832024-01-31T19:10:08.771Z+ REPO=oxidecomputer/maghemite
5842024-01-31T19:10:08.771Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342
5852024-01-31T19:10:08.772Z+ main
5862024-01-31T19:10:08.772Z+ [[ 0 != 0 ]]
5872024-01-31T19:10:08.772Z+ CIDL_OS=solaris2.11
5882024-01-31T19:10:08.772Z+ [[ 0 != 0 ]]
5892024-01-31T19:10:08.772Z+ configure_os solaris2.11
5902024-01-31T19:10:08.772Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912024-01-31T19:10:08.772Zcurrent directory: /work/oxidecomputer/omicron
5922024-01-31T19:10:08.773Z+ echo 'configuring based on OS: "solaris2.11"'
5932024-01-31T19:10:08.773Z+ case "$1" in
5942024-01-31T19:10:08.773Z+ SET_BINARIES=
5952024-01-31T19:10:08.773Zconfiguring based on OS: "solaris2.11"
5962024-01-31T19:10:08.773Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-01-31T19:10:08.773Z+ TARBALL_FILENAME=mgd.tar.gz
5982024-01-31T19:10:08.773Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
5992024-01-31T19:10:08.774Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6002024-01-31T19:10:08.774Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz'
6012024-01-31T19:10:08.774ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6022024-01-31T19:10:08.774Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6032024-01-31T19:10:08.774ZLocal file: out/downloads/mgd.tar.gz
6042024-01-31T19:10:08.774Z+ mkdir -p out/downloads
6052024-01-31T19:10:08.780Z+ mkdir -p ./out/mgd
6062024-01-31T19:10:08.780Z+ fetch_and_verify
6072024-01-31T19:10:08.780Z+ local DO_DOWNLOAD=true
6082024-01-31T19:10:08.780Z+ [[ -f out/downloads/mgd.tar.gz ]]
6092024-01-31T19:10:08.780Z+ '[' true == true ']'
6102024-01-31T19:10:08.780Z+ echo Downloading...
6112024-01-31T19:10:08.780ZDownloading...
6122024-01-31T19:10:08.781Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz
6132024-01-31T19:10:08.781Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6142024-01-31T19:10:14.062Z++ do_sha256sum out/downloads/mgd.tar.gz
6152024-01-31T19:10:14.066Z++ sha256sum
6162024-01-31T19:10:14.068Z++ awk '{print $1}'
6172024-01-31T19:10:14.145Z+ calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
6182024-01-31T19:10:14.145Z+ [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]]
6192024-01-31T19:10:14.145Z+ do_untar out/downloads/mgd.tar.gz
6202024-01-31T19:10:14.155Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6212024-01-31T19:10:14.817Z+ do_assemble
6222024-01-31T19:10:14.817Z+ rm -r ./out/mgd
6232024-01-31T19:10:14.831Z+ mkdir ./out/mgd
6242024-01-31T19:10:14.831Z+ cp -r out/downloads/root ./out/mgd/root
6252024-01-31T19:10:15.019Z+ set -o errexit
6262024-01-31T19:10:15.022Z+++ dirname ./tools/ci_download_transceiver_control
6272024-01-31T19:10:15.025Z++ cd ./tools
6282024-01-31T19:10:15.026Z++ pwd
6292024-01-31T19:10:15.026Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-01-31T19:10:15.029Z++ basename ./tools/ci_download_transceiver_control
6312024-01-31T19:10:15.029Z+ ARG0=ci_download_transceiver_control
6322024-01-31T19:10:15.029Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6332024-01-31T19:10:15.029Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6342024-01-31T19:10:15.029Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352024-01-31T19:10:15.029Z+ TARGET_DIR=out
6362024-01-31T19:10:15.029Z+ DOWNLOAD_DIR=out/downloads
6372024-01-31T19:10:15.029Z+ DEST_DIR=./out/transceiver-control
6382024-01-31T19:10:15.029Z+ BIN_DIR=/opt/oxide/bin
6392024-01-31T19:10:15.029Z+ BINARY=xcvradm
6402024-01-31T19:10:15.029Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-01-31T19:10:15.029Z+ REPO=oxidecomputer/transceiver-control
6422024-01-31T19:10:15.030Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6432024-01-31T19:10:15.030Z+ main
6442024-01-31T19:10:15.030Z+ [[ 0 != 0 ]]
6452024-01-31T19:10:15.030Z+ CIDL_OS=solaris2.11
6462024-01-31T19:10:15.030Z+ [[ 0 != 0 ]]
6472024-01-31T19:10:15.030Z+ configure_os solaris2.11
6482024-01-31T19:10:15.032Z+ echo 'current directory: /work/oxidecomputer/omicron'
6492024-01-31T19:10:15.032Zcurrent directory: /work/oxidecomputer/omicron
6502024-01-31T19:10:15.032Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-01-31T19:10:15.032Zconfiguring based on OS: "solaris2.11"
6522024-01-31T19:10:15.032Z+ case "$1" in
6532024-01-31T19:10:15.032Z+ SET_BINARIES=
6542024-01-31T19:10:15.032Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-01-31T19:10:15.032Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-01-31T19:10:15.032Z+ ARCHIVE_FILENAME=xcvradm.gz
6572024-01-31T19:10:15.032Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-01-31T19:10:15.032Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6592024-01-31T19:10:15.032Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6602024-01-31T19:10:15.032ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-01-31T19:10:15.032Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622024-01-31T19:10:15.032Z+ mkdir -p out/downloads
6632024-01-31T19:10:15.032ZLocal file: out/downloads/xcvradm.gz
6642024-01-31T19:10:15.036Z+ mkdir -p ./out/transceiver-control
6652024-01-31T19:10:15.036Z+ fetch_and_verify
6662024-01-31T19:10:15.036Z+ local DO_DOWNLOAD=true
6672024-01-31T19:10:15.036Z+ [[ -f out/downloads/xcvradm.gz ]]
6682024-01-31T19:10:15.036Z+ '[' true == true ']'
6692024-01-31T19:10:15.036Z+ echo Downloading...
6702024-01-31T19:10:15.036ZDownloading...
6712024-01-31T19:10:15.036Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6722024-01-31T19:10:15.036Z+ 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
6732024-01-31T19:10:16.656Z++ do_sha256sum out/downloads/xcvradm.gz
6742024-01-31T19:10:16.659Z++ sha256sum
6752024-01-31T19:10:16.659Z++ awk '{print $1}'
6762024-01-31T19:10:16.682Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-01-31T19:10:16.682Z+ [[ 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 ]]
6782024-01-31T19:10:16.686Z+ do_unpack out/downloads/xcvradm.gz
6792024-01-31T19:10:16.686Z+ mkdir -p out/downloads/root//opt/oxide/bin
6802024-01-31T19:10:16.686Z+ gzip -dc out/downloads/xcvradm.gz
6812024-01-31T19:10:16.871Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6822024-01-31T19:10:16.884Z+ do_assemble
6832024-01-31T19:10:16.884Z+ rm -r ./out/transceiver-control
6842024-01-31T19:10:16.884Z+ mkdir ./out/transceiver-control
6852024-01-31T19:10:16.884Z+ cp -r out/downloads/root ./out/transceiver-control/root
6862024-01-31T19:10:17.137ZAll prerequisites installed successfully
6872024-01-31T19:10:17.140Z
6882024-01-31T19:10:17.140Zreal 1:48.955710236
6892024-01-31T19:10:17.140Zuser 52.043876494
6902024-01-31T19:10:17.140Zsys 10.122458897
6912024-01-31T19:10:17.140Ztrap 0.025851934
6922024-01-31T19:10:17.140Ztflt 0.188136425
6932024-01-31T19:10:17.140Zdflt 0.322705057
6942024-01-31T19:10:17.140Zkflt 0.164480787
6952024-01-31T19:10:17.141Zlock 2.314680418
6962024-01-31T19:10:17.141Zslp 3:16.604990476
6972024-01-31T19:10:17.141Zlat 3.322057475
6982024-01-31T19:10:17.141Zstop 0.068604458
6992024-01-31T19:10:17.141Z+ banner end-to-end-tests
7002024-01-31T19:10:17.145Z
7012024-01-31T19:10:17.145Z ###### # # ##### ##### #### ###### # # #####
7022024-01-31T19:10:17.145Z # ## # # # # # # # ## # # #
7032024-01-31T19:10:17.145Z ##### # # # # # ##### # # # ##### ##### # # # # #
7042024-01-31T19:10:17.145Z # # # # # # # # # # # # # # #
7052024-01-31T19:10:17.145Z # # ## # # # # # # # ## # #
7062024-01-31T19:10:17.145Z ###### # # ##### # #### ###### # # #####
7072024-01-31T19:10:17.146Z
7082024-01-31T19:10:17.146Z+ export CARGO_PROFILE_DEV_DEBUG=1
7092024-01-31T19:10:17.146Z+ CARGO_PROFILE_DEV_DEBUG=1
7102024-01-31T19:10:17.146Z+ export CARGO_PROFILE_TEST_DEBUG=1
7112024-01-31T19:10:17.146Z+ CARGO_PROFILE_TEST_DEBUG=1
7122024-01-31T19:10:17.146Z+ export CARGO_INCREMENTAL=0
7132024-01-31T19:10:17.146Z+ CARGO_INCREMENTAL=0
7142024-01-31T19:10:17.146Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7152024-01-31T19:10:17.556Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-01-31T19:10:17.978Z Updating crates.io index
7172024-01-31T19:10:18.004Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7182024-01-31T19:10:18.905Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7192024-01-31T19:10:21.433Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7202024-01-31T19:10:22.103Z Updating git repository `http://github.com/oxidecomputer/tofino`
7212024-01-31T19:10:22.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7222024-01-31T19:10:22.717Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7232024-01-31T19:10:23.028Z Updating git repository `https://github.com/oxidecomputer/propolis`
7242024-01-31T19:10:24.043Z Updating git repository `https://github.com/oxidecomputer/crucible`
7252024-01-31T19:10:27.344Z Updating git repository `https://github.com/oxidecomputer/opte`
7262024-01-31T19:10:28.559Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7272024-01-31T19:10:28.925Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282024-01-31T19:10:29.509Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7292024-01-31T19:10:30.854Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-01-31T19:10:31.166Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7312024-01-31T19:10:31.480Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7322024-01-31T19:10:31.845Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7332024-01-31T19:10:32.314Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7342024-01-31T19:10:32.742Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7352024-01-31T19:10:33.285Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7362024-01-31T19:10:33.736Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7372024-01-31T19:10:34.075Z Updating git repository `https://github.com/jgallagher/nix`
7382024-01-31T19:10:35.415Z Updating git repository `https://github.com/cbiffle/hubpack`
7392024-01-31T19:10:35.876Z Updating git repository `https://github.com/oxidecomputer/typify`
7402024-01-31T19:10:37.619Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7412024-01-31T19:10:38.006Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7422024-01-31T19:10:38.318Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7432024-01-31T19:10:39.912Z Downloading crates ...
7442024-01-31T19:10:40.203Z Downloaded async-stream-impl v0.3.5
7452024-01-31T19:10:40.207Z Downloaded atty v0.2.14
7462024-01-31T19:10:40.207Z Downloaded curve25519-dalek-derive v0.1.0
7472024-01-31T19:10:40.208Z Downloaded ciborium-io v0.2.2
7482024-01-31T19:10:40.208Z Downloaded adler v1.0.2
7492024-01-31T19:10:40.208Z Downloaded addr2line v0.21.0
7502024-01-31T19:10:40.208Z Downloaded block-padding v0.3.3
7512024-01-31T19:10:40.226Z Downloaded colorchoice v1.0.0
7522024-01-31T19:10:40.226Z Downloaded async-stream v0.3.5
7532024-01-31T19:10:40.239Z Downloaded normalize-line-endings v0.3.0
7542024-01-31T19:10:40.239Z Downloaded bit-vec v0.6.3
7552024-01-31T19:10:40.239Z Downloaded parse-display v0.8.2
7562024-01-31T19:10:40.239Z Downloaded num_threads v0.1.6
7572024-01-31T19:10:40.239Z Downloaded plain v0.2.3
7582024-01-31T19:10:40.253Z Downloaded num_enum_derive v0.5.11
7592024-01-31T19:10:40.253Z Downloaded openssl-macros v0.1.1
7602024-01-31T19:10:40.253Z Downloaded argon2 v0.5.3
7612024-01-31T19:10:40.264Z Downloaded ciborium v0.2.2
7622024-01-31T19:10:40.265Z Downloaded num_enum v0.5.11
7632024-01-31T19:10:40.271Z Downloaded phf_shared v0.10.0
7642024-01-31T19:10:40.279Z Downloaded pkg-config v0.3.27
7652024-01-31T19:10:40.279Z Downloaded paste v1.0.14
7662024-01-31T19:10:40.285Z Downloaded pretty-hex v0.4.1
7672024-01-31T19:10:40.329Z Downloaded cipher v0.4.4
7682024-01-31T19:10:40.355Z Downloaded tinyvec_macros v0.1.1
7692024-01-31T19:10:40.355Z Downloaded ahash v0.8.6
7702024-01-31T19:10:40.356Z Downloaded precomputed-hash v0.1.1
7712024-01-31T19:10:40.356Z Downloaded option-ext v0.2.0
7722024-01-31T19:10:40.356Z Downloaded usdt-attr-macro v0.5.0
7732024-01-31T19:10:40.356Z Downloaded libsw v3.3.1
7742024-01-31T19:10:40.356Z Downloaded polyval v0.6.1
7752024-01-31T19:10:40.356Z Downloaded ctr v0.9.2
7762024-01-31T19:10:40.356Z Downloaded quick-error v1.2.3
7772024-01-31T19:10:40.356Z Downloaded proc-macro-error-attr v1.0.4
7782024-01-31T19:10:40.356Z Downloaded primeorder v0.13.6
7792024-01-31T19:10:40.356Z Downloaded num v0.4.1
7802024-01-31T19:10:40.356Z Downloaded foreign-types v0.3.2
7812024-01-31T19:10:40.356Z Downloaded dtrace-parser v0.2.0
7822024-01-31T19:10:40.356Z Downloaded native-tls v0.2.11
7832024-01-31T19:10:40.376Z Downloaded pest_derive v2.7.6
7842024-01-31T19:10:40.376Z Downloaded dirs-sys v0.4.1
7852024-01-31T19:10:40.376Z Downloaded opaque-debug v0.3.0
7862024-01-31T19:10:40.376Z Downloaded der_derive v0.7.2
7872024-01-31T19:10:40.376Z Downloaded blake2 v0.10.6
7882024-01-31T19:10:40.376Z Downloaded percent-encoding v2.3.1
7892024-01-31T19:10:40.376Z Downloaded anstyle v1.0.2
7902024-01-31T19:10:40.376Z Downloaded predicates-core v1.0.6
7912024-01-31T19:10:40.376Z Downloaded thread-id v4.2.0
7922024-01-31T19:10:40.376Z Downloaded zerocopy v0.3.0
7932024-01-31T19:10:40.377Z Downloaded hubpack_derive v0.1.1
7942024-01-31T19:10:40.377Z Downloaded dirs-next v2.0.0
7952024-01-31T19:10:40.389Z Downloaded terminal_size v0.2.6
7962024-01-31T19:10:40.391Z Downloaded postgres-types v0.2.6
7972024-01-31T19:10:40.391Z Downloaded cpufeatures v0.2.12
7982024-01-31T19:10:40.391Z Downloaded parking_lot_core v0.8.6
7992024-01-31T19:10:40.405Z Downloaded siphasher v0.3.11
8002024-01-31T19:10:40.405Z Downloaded pem-rfc7468 v0.7.0
8012024-01-31T19:10:40.405Z Downloaded utf8parse v0.2.1
8022024-01-31T19:10:40.405Z Downloaded structmeta v0.2.0
8032024-01-31T19:10:40.405Z Downloaded pbkdf2 v0.11.0
8042024-01-31T19:10:40.415Z Downloaded hyper-staticfile v0.9.5
8052024-01-31T19:10:40.416Z Downloaded ident_case v1.0.1
8062024-01-31T19:10:40.416Z Downloaded arc-swap v1.6.0
8072024-01-31T19:10:40.853Z Downloaded ghash v0.5.0
8082024-01-31T19:10:40.853Z Downloaded anstyle-parse v0.2.1
8092024-01-31T19:10:40.853Z Downloaded display-error-chain v0.2.0
8102024-01-31T19:10:40.853Z Downloaded iana-time-zone v0.1.57
8112024-01-31T19:10:40.853Z Downloaded slog-async v2.8.0
8122024-01-31T19:10:40.853Z Downloaded thread_local v1.1.7
8132024-01-31T19:10:40.853Z Downloaded pkcs8 v0.10.2
8142024-01-31T19:10:40.853Z Downloaded once_cell v1.19.0
8152024-01-31T19:10:40.853Z Downloaded thiserror-no-std v2.0.2
8162024-01-31T19:10:40.853Z Downloaded num-integer v0.1.45
8172024-01-31T19:10:40.853Z Downloaded unicode-width v0.1.11
8182024-01-31T19:10:40.853Z Downloaded futures-core v0.3.30
8192024-01-31T19:10:40.853Z Downloaded enum-as-inner v0.5.1
8202024-01-31T19:10:40.853Z Downloaded tokio-rustls v0.25.0
8212024-01-31T19:10:40.853Z Downloaded crossbeam-utils v0.8.16
8222024-01-31T19:10:40.853Z Downloaded swrite v0.1.0
8232024-01-31T19:10:40.853Z Downloaded scheduled-thread-pool v0.2.7
8242024-01-31T19:10:40.854Z Downloaded slog-json v2.6.1
8252024-01-31T19:10:40.854Z Downloaded foreign-types-macros v0.2.3
8262024-01-31T19:10:40.854Z Downloaded fxhash v0.2.1
8272024-01-31T19:10:40.854Z Downloaded slog-dtrace v0.3.0
8282024-01-31T19:10:40.854Z Downloaded same-file v1.0.6
8292024-01-31T19:10:40.854Z Downloaded foreign-types v0.5.0
8302024-01-31T19:10:40.854Z Downloaded lalrpop-util v0.19.12
8312024-01-31T19:10:40.854Z Downloaded anyhow v1.0.75
8322024-01-31T19:10:40.861Z Downloaded equivalent v1.0.1
8332024-01-31T19:10:40.861Z Downloaded dof v0.1.5
8342024-01-31T19:10:40.861Z Downloaded zeroize_derive v1.4.2
8352024-01-31T19:10:40.861Z Downloaded usdt v0.3.5
8362024-01-31T19:10:40.861Z Downloaded const-oid v0.9.5
8372024-01-31T19:10:40.861Z Downloaded unicode-bidi v0.3.13
8382024-01-31T19:10:40.861Z Downloaded usdt-macro v0.5.0
8392024-01-31T19:10:40.862Z Downloaded darling_core v0.20.3
8402024-01-31T19:10:40.862Z Downloaded usdt-attr-macro v0.3.5
8412024-01-31T19:10:40.862Z Downloaded sct v0.7.0
8422024-01-31T19:10:40.862Z Downloaded smf v0.2.2
8432024-01-31T19:10:40.862Z Downloaded endian-type v0.1.2
8442024-01-31T19:10:40.862Z Downloaded rand_chacha v0.2.2
8452024-01-31T19:10:40.862Z Downloaded serde_tokenstream v0.1.7
8462024-01-31T19:10:40.862Z Downloaded scroll_derive v0.12.0
8472024-01-31T19:10:40.862Z Downloaded rustversion v1.0.14
8482024-01-31T19:10:40.862Z Downloaded fastrand v2.0.0
8492024-01-31T19:10:40.862Z Downloaded hmac v0.12.1
8502024-01-31T19:10:40.862Z Downloaded unicode-ident v1.0.12
8512024-01-31T19:10:40.862Z Downloaded take_mut v0.2.2
8522024-01-31T19:10:40.862Z Downloaded subprocess v0.2.9
8532024-01-31T19:10:40.862Z Downloaded r2d2 v0.8.10
8542024-01-31T19:10:40.862Z Downloaded num-derive v0.4.0
8552024-01-31T19:10:40.862Z Downloaded ff v0.13.0
8562024-01-31T19:10:40.862Z Downloaded httpdate v1.0.3
8572024-01-31T19:10:40.862Z Downloaded uuid v1.7.0
8582024-01-31T19:10:40.862Z Downloaded utf-8 v0.7.6
8592024-01-31T19:10:40.862Z Downloaded tokio-native-tls v0.3.1
8602024-01-31T19:10:40.862Z Downloaded time-core v0.1.1
8612024-01-31T19:10:40.863Z Downloaded heck v0.4.1
8622024-01-31T19:10:40.863Z Downloaded slab v0.4.9
8632024-01-31T19:10:40.863Z Downloaded slog-scope v4.4.0
8642024-01-31T19:10:40.863Z Downloaded platforms v3.0.2
8652024-01-31T19:10:40.863Z Downloaded want v0.3.1
8662024-01-31T19:10:40.863Z Downloaded resolv-conf v0.7.0
8672024-01-31T19:10:40.863Z Downloaded spin v0.5.2
8682024-01-31T19:10:40.863Z Downloaded slog-envlogger v2.2.0
8692024-01-31T19:10:40.863Z Downloaded semver v0.11.0
8702024-01-31T19:10:40.863Z Downloaded thiserror-impl-no-std v2.0.2
8712024-01-31T19:10:40.863Z Downloaded trust-dns-client v0.22.0
8722024-01-31T19:10:40.863Z Downloaded russh-cryptovec v0.7.0
8732024-01-31T19:10:40.863Z Downloaded foreign-types-shared v0.3.1
8742024-01-31T19:10:40.864Z Downloaded either v1.9.0
8752024-01-31T19:10:40.864Z Downloaded crossbeam-channel v0.5.8
8762024-01-31T19:10:40.864Z Downloaded unicode-xid v0.2.4
8772024-01-31T19:10:40.864Z Downloaded structmeta-derive v0.2.0
8782024-01-31T19:10:40.864Z Downloaded thiserror v1.0.56
8792024-01-31T19:10:40.864Z Downloaded usdt-macro v0.3.5
8802024-01-31T19:10:40.864Z Downloaded try-lock v0.2.4
8812024-01-31T19:10:40.864Z Downloaded half v2.3.1
8822024-01-31T19:10:40.864Z Downloaded toml_datetime v0.6.5
8832024-01-31T19:10:40.864Z Downloaded spki v0.7.2
8842024-01-31T19:10:40.864Z Downloaded subtle v2.5.0
8852024-01-31T19:10:40.864Z Downloaded time-macros v0.2.13
8862024-01-31T19:10:40.864Z Downloaded hyper-tls v0.5.0
8872024-01-31T19:10:40.864Z Downloaded hex v0.4.3
8882024-01-31T19:10:40.864Z Downloaded rustc_version v0.4.0
8892024-01-31T19:10:40.865Z Downloaded hash32 v0.3.1
8902024-01-31T19:10:40.865Z Downloaded rustc_version v0.1.7
8912024-01-31T19:10:40.865Z Downloaded usdt v0.5.0
8922024-01-31T19:10:40.865Z Downloaded signal-hook-registry v1.4.1
8932024-01-31T19:10:40.865Z Downloaded serde_with_macros v3.5.1
8942024-01-31T19:10:40.865Z Downloaded generic-array v0.14.7
8952024-01-31T19:10:40.865Z Downloaded ryu v1.0.15
8962024-01-31T19:10:40.865Z Downloaded slog-stdlog v4.1.1
8972024-01-31T19:10:40.865Z Downloaded toolchain_find v0.2.0
8982024-01-31T19:10:40.865Z Downloaded password-hash v0.4.2
8992024-01-31T19:10:40.865Z Downloaded untrusted v0.9.0
9002024-01-31T19:10:40.865Z Downloaded schemars_derive v0.8.16
9012024-01-31T19:10:40.865Z Downloaded sha1 v0.10.6
9022024-01-31T19:10:40.865Z Downloaded untrusted v0.7.1
9032024-01-31T19:10:40.865Z Downloaded dirs-sys-next v0.1.2
9042024-01-31T19:10:40.865Z Downloaded ecdsa v0.16.9
9052024-01-31T19:10:40.865Z Downloaded httparse v1.8.0
9062024-01-31T19:10:40.865Z Downloaded serde_urlencoded v0.7.1
9072024-01-31T19:10:40.896Z Downloaded semver v0.1.20
9082024-01-31T19:10:40.896Z Downloaded embedded-io v0.4.0
9092024-01-31T19:10:40.896Z Downloaded fixedbitset v0.4.2
9102024-01-31T19:10:40.896Z Downloaded stable_deref_trait v1.2.0
9112024-01-31T19:10:40.896Z Downloaded http-range v0.1.5
9122024-01-31T19:10:40.897Z Downloaded futures-sink v0.3.30
9132024-01-31T19:10:40.897Z Downloaded sec1 v0.7.3
9142024-01-31T19:10:40.897Z Downloaded signature v2.1.0
9152024-01-31T19:10:40.897Z Downloaded spin v0.9.8
9162024-01-31T19:10:40.897Z Downloaded futures-macro v0.3.30
9172024-01-31T19:10:40.897Z Downloaded aes v0.8.3
9182024-01-31T19:10:40.897Z Downloaded scopeguard v1.2.0
9192024-01-31T19:10:40.897Z Downloaded rustc-demangle v0.1.23
9202024-01-31T19:10:40.897Z Downloaded serde_derive_internals v0.26.0
9212024-01-31T19:10:40.897Z Downloaded russh-keys v0.40.1
9222024-01-31T19:10:40.898Z Downloaded sha2 v0.10.8
9232024-01-31T19:10:40.898Z Downloaded slog-bunyan v2.5.0
9242024-01-31T19:10:40.898Z Downloaded slog-term v2.9.0
9252024-01-31T19:10:40.898Z Downloaded indexmap v2.1.0
9262024-01-31T19:10:40.898Z Downloaded lazy_static v1.4.0
9272024-01-31T19:10:40.898Z Downloaded headers v0.3.9
9282024-01-31T19:10:40.898Z Downloaded fallible-iterator v0.2.0
9292024-01-31T19:10:40.898Z Downloaded num-bigint v0.4.4
9302024-01-31T19:10:40.898Z Downloaded rustls-pemfile v1.0.3
9312024-01-31T19:10:40.898Z Downloaded yasna v0.5.2
9322024-01-31T19:10:40.898Z Downloaded version_check v0.9.4
9332024-01-31T19:10:40.898Z Downloaded serde_path_to_error v0.1.15
9342024-01-31T19:10:40.898Z Downloaded walkdir v2.4.0
9352024-01-31T19:10:40.898Z Downloaded smallvec v1.11.2
9362024-01-31T19:10:40.898Z Downloaded parking_lot_core v0.9.8
9372024-01-31T19:10:40.898Z Downloaded num-complex v0.4.4
9382024-01-31T19:10:40.898Z Downloaded secrecy v0.8.0
9392024-01-31T19:10:40.898Z Downloaded futures v0.3.30
9402024-01-31T19:10:40.899Z Downloaded indexmap v1.9.3
9412024-01-31T19:10:40.899Z Downloaded rcgen v0.12.1
9422024-01-31T19:10:40.909Z Downloaded structopt v0.3.26
9432024-01-31T19:10:40.909Z Downloaded vsss-rs v3.3.4
9442024-01-31T19:10:40.909Z Downloaded serde_derive v1.0.195
9452024-01-31T19:10:40.909Z Downloaded toml v0.8.8
9462024-01-31T19:10:40.909Z Downloaded rand_core v0.6.4
9472024-01-31T19:10:40.909Z Downloaded tempfile v3.9.0
9482024-01-31T19:10:40.909Z Downloaded hashbrown v0.13.2
9492024-01-31T19:10:40.917Z Downloaded signal-hook v0.3.17
9502024-01-31T19:10:40.922Z Downloaded hashbrown v0.12.3
9512024-01-31T19:10:40.927Z Downloaded owo-colors v4.0.0
9522024-01-31T19:10:40.932Z Downloaded ucd-trie v0.1.6
9532024-01-31T19:10:40.941Z Downloaded socket2 v0.5.5
9542024-01-31T19:10:40.941Z Downloaded ed25519-dalek v2.0.0
9552024-01-31T19:10:41.362Z Downloaded tokio-tungstenite v0.20.1
9562024-01-31T19:10:41.362Z Downloaded tungstenite v0.20.1
9572024-01-31T19:10:41.362Z Downloaded serde_yaml v0.9.25
9582024-01-31T19:10:41.366Z Downloaded trust-dns-server v0.22.1
9592024-01-31T19:10:41.366Z Downloaded schemars v0.8.16
9602024-01-31T19:10:41.366Z Downloaded flate2 v1.0.28
9612024-01-31T19:10:41.367Z Downloaded tokio-util v0.7.10
9622024-01-31T19:10:41.367Z Downloaded heapless v0.8.0
9632024-01-31T19:10:41.367Z Downloaded toml_edit v0.19.15
9642024-01-31T19:10:41.367Z Downloaded toml_edit v0.21.0
9652024-01-31T19:10:41.367Z Downloaded hkdf v0.12.4
9662024-01-31T19:10:41.367Z Downloaded clap v2.34.0
9672024-01-31T19:10:41.367Z Downloaded rand v0.8.5
9682024-01-31T19:10:41.367Z Downloaded serde_with v3.5.1
9692024-01-31T19:10:41.367Z Downloaded unicode-normalization v0.1.22
9702024-01-31T19:10:41.367Z Downloaded rand v0.7.3
9712024-01-31T19:10:41.367Z Downloaded serde_json v1.0.113
9722024-01-31T19:10:41.367Z Downloaded itertools v0.12.0
9732024-01-31T19:10:41.367Z Downloaded winnow v0.5.15
9742024-01-31T19:10:41.368Z Downloaded reqwest v0.11.22
9752024-01-31T19:10:41.368Z Downloaded webpki-roots v0.25.2
9762024-01-31T19:10:41.368Z Downloaded syn v2.0.48
9772024-01-31T19:10:41.368Z Downloaded openssl v0.10.60
9782024-01-31T19:10:41.368Z Downloaded goblin v0.8.0
9792024-01-31T19:10:41.368Z Downloaded rustls-webpki v0.102.1
9802024-01-31T19:10:41.368Z Downloaded hyper v0.14.27
9812024-01-31T19:10:41.368Z Downloaded radix_trie v0.2.1
9822024-01-31T19:10:41.368Z Downloaded vcpkg v0.2.15
9832024-01-31T19:10:41.381Z Downloaded regress v0.7.1
9842024-01-31T19:10:41.804Z Downloaded rustix v0.38.30
9852024-01-31T19:10:42.307Z Downloaded rustls v0.22.2
9862024-01-31T19:10:42.307Z Downloaded zerocopy-derive v0.6.4
9872024-01-31T19:10:42.307Z Downloaded bstr v0.2.17
9882024-01-31T19:10:42.307Z Downloaded idna v0.5.0
9892024-01-31T19:10:42.307Z Downloaded tokio v1.35.1
9902024-01-31T19:10:42.307Z Downloaded object v0.32.1
9912024-01-31T19:10:42.307Z Downloaded rustix v0.37.23
9922024-01-31T19:10:42.307Z Downloaded curve25519-dalek v4.1.1
9932024-01-31T19:10:42.307Z Downloaded bstr v1.6.0
9942024-01-31T19:10:42.307Z Downloaded regex-syntax v0.7.5
9952024-01-31T19:10:42.307Z Downloaded regex-syntax v0.8.2
9962024-01-31T19:10:42.307Z Downloaded smoltcp v0.11.0
9972024-01-31T19:10:42.307Z Downloaded regex v1.10.3
9982024-01-31T19:10:42.307Z Downloaded sled v0.34.7
9992024-01-31T19:10:42.308Z Downloaded openapiv3 v2.0.0
10002024-01-31T19:10:42.308Z Downloaded smoltcp v0.9.1
10012024-01-31T19:10:42.308Z Downloaded zerocopy-derive v0.2.0
10022024-01-31T19:10:42.308Z Downloaded rustls v0.21.9
10032024-01-31T19:10:42.341Z Downloaded bzip2-sys v0.1.11+1.0.8
10042024-01-31T19:10:42.341Z Downloaded regex-automata v0.4.4
10052024-01-31T19:10:42.341Z Downloaded libc v0.2.152
10062024-01-31T19:10:42.341Z Downloaded regex-automata v0.3.8
10072024-01-31T19:10:42.341Z Downloaded syn v1.0.109
10082024-01-31T19:10:42.341Z Downloaded idna v0.2.3
10092024-01-31T19:10:42.341Z Downloaded gimli v0.28.0
10102024-01-31T19:10:42.341Z Downloaded trust-dns-proto v0.22.0
10112024-01-31T19:10:42.342Z Downloaded sha3 v0.10.8
10122024-01-31T19:10:42.342Z Downloaded diesel v2.1.4
10132024-01-31T19:10:42.342Z Downloaded futures-util v0.3.30
10142024-01-31T19:10:42.342Z Downloaded rustls-webpki v0.101.7
10152024-01-31T19:10:42.342Z Downloaded h2 v0.3.24
10162024-01-31T19:10:42.342Z Downloaded time v0.3.27
10172024-01-31T19:10:42.342Z Downloaded chrono v0.4.31
10182024-01-31T19:10:42.342Z Downloaded hashbrown v0.14.2
10192024-01-31T19:10:42.342Z Downloaded zerocopy v0.7.32
10202024-01-31T19:10:42.342Z Downloaded winapi v0.3.9
10212024-01-31T19:10:42.342Z Downloaded encoding_rs v0.8.33
10222024-01-31T19:10:42.342Z Downloaded itertools v0.10.5
10232024-01-31T19:10:42.342Z Downloaded unicode-segmentation v1.10.1
10242024-01-31T19:10:42.342Z Downloaded clap_builder v4.4.2
10252024-01-31T19:10:42.350Z Downloaded regex-automata v0.1.10
10262024-01-31T19:10:42.350Z Downloaded http v0.2.11
10272024-01-31T19:10:42.350Z Downloaded hostname v0.3.1
10282024-01-31T19:10:42.350Z Downloaded steno v0.4.0
10292024-01-31T19:10:42.358Z Downloaded socket2 v0.4.9
10302024-01-31T19:10:42.358Z Downloaded tar v0.4.40
10312024-01-31T19:10:42.358Z Downloaded crossterm v0.27.0
10322024-01-31T19:10:42.374Z Downloaded num-traits v0.2.16
10332024-01-31T19:10:42.399Z Downloaded elliptic-curve v0.13.8
10342024-01-31T19:10:42.399Z Downloaded russh v0.40.2
10352024-01-31T19:10:42.400Z Downloaded tracing v0.1.37
10362024-01-31T19:10:42.407Z Downloaded serde v1.0.195
10372024-01-31T19:10:42.407Z Downloaded tokio-postgres v0.7.10
10382024-01-31T19:10:42.436Z Downloaded http v1.0.0
10392024-01-31T19:10:42.444Z Downloaded inout v0.1.3
10402024-01-31T19:10:42.449Z Downloaded toml v0.7.8
10412024-01-31T19:10:42.457Z Downloaded zerocopy v0.6.4
10422024-01-31T19:10:42.461Z Downloaded structopt-derive v0.4.18
10432024-01-31T19:10:42.466Z Downloaded quote v1.0.35
10442024-01-31T19:10:42.497Z Downloaded aho-corasick v1.0.4
10452024-01-31T19:10:42.504Z Downloaded semver v1.0.21
10462024-01-31T19:10:42.504Z Downloaded futures-io v0.3.30
10472024-01-31T19:10:42.504Z Downloaded pest v2.7.6
10482024-01-31T19:10:42.512Z Downloaded nom v7.1.3
10492024-01-31T19:10:42.516Z Downloaded aes-gcm v0.10.3
10502024-01-31T19:10:42.523Z Downloaded dof v0.3.0
10512024-01-31T19:10:42.531Z Downloaded trust-dns-resolver v0.22.0
10522024-01-31T19:10:42.542Z Downloaded heapless v0.7.16
10532024-01-31T19:10:42.545Z Downloaded url v2.5.0
10542024-01-31T19:10:42.545Z Downloaded libm v0.2.7
10552024-01-31T19:10:42.567Z Downloaded num-iter v0.1.43
10562024-01-31T19:10:42.573Z Downloaded slog v2.7.0
10572024-01-31T19:10:42.573Z Downloaded heck v0.3.3
10582024-01-31T19:10:42.573Z Downloaded glob v0.3.1
10592024-01-31T19:10:42.573Z Downloaded filetime v0.2.23
10602024-01-31T19:10:42.600Z Downloaded strsim v0.10.0
10612024-01-31T19:10:42.600Z Downloaded http-body v0.4.5
10622024-01-31T19:10:42.628Z Downloaded futures-channel v0.3.30
10632024-01-31T19:10:42.628Z Downloaded similar v2.3.0
10642024-01-31T19:10:42.628Z Downloaded zip v0.6.6
10652024-01-31T19:10:42.628Z Downloaded signal-hook-mio v0.2.3
10662024-01-31T19:10:42.628Z Downloaded vec_map v0.8.2
10672024-01-31T19:10:42.634Z Downloaded io-lifetimes v1.0.11
10682024-01-31T19:10:42.635Z Downloaded toml v0.5.11
10692024-01-31T19:10:42.635Z Downloaded flagset v0.4.3
10702024-01-31T19:10:42.635Z Downloaded ed25519 v2.2.2
10712024-01-31T19:10:42.635Z Downloaded tokio-rustls v0.24.1
10722024-01-31T19:10:42.635Z Downloaded typenum v1.16.0
10732024-01-31T19:10:42.635Z Downloaded form_urlencoded v1.2.1
10742024-01-31T19:10:42.636Z Downloaded thiserror-impl v1.0.56
10752024-01-31T19:10:42.636Z Downloaded memchr v2.6.3
10762024-01-31T19:10:42.640Z Downloaded zeroize v1.7.0
10772024-01-31T19:10:42.646Z Downloaded whoami v1.4.1
10782024-01-31T19:10:42.650Z Downloaded rustls-pki-types v1.1.0
10792024-01-31T19:10:42.653Z Downloaded tokio-stream v0.1.14
10802024-01-31T19:10:42.666Z Downloaded crc32fast v1.3.2
10812024-01-31T19:10:42.671Z Downloaded scroll v0.12.0
10822024-01-31T19:10:42.671Z Downloaded tinyvec v1.6.0
10832024-01-31T19:10:42.674Z Downloaded keccak v0.1.4
10842024-01-31T19:10:42.674Z Downloaded itoa v1.0.9
10852024-01-31T19:10:42.681Z Downloaded fnv v1.0.7
10862024-01-31T19:10:42.681Z Downloaded parking_lot v0.12.1
10872024-01-31T19:10:42.685Z Downloaded unsafe-libyaml v0.2.10
10882024-01-31T19:10:42.692Z Downloaded futures-executor v0.3.30
10892024-01-31T19:10:42.697Z Downloaded zone v0.3.0
10902024-01-31T19:10:42.697Z Downloaded hubpack v0.1.2
10912024-01-31T19:10:42.697Z Downloaded tracing-core v0.1.31
10922024-01-31T19:10:42.700Z Downloaded rfc6979 v0.4.0
10932024-01-31T19:10:42.704Z Downloaded group v0.13.0
10942024-01-31T19:10:42.704Z Downloaded futures-task v0.3.30
10952024-01-31T19:10:42.708Z Downloaded rustls-pemfile v2.0.0
10962024-01-31T19:10:42.713Z Downloaded zerocopy-derive v0.7.32
10972024-01-31T19:10:42.716Z Downloaded semver-parser v0.10.2
10982024-01-31T19:10:42.719Z Downloaded hash32 v0.2.1
10992024-01-31T19:10:42.722Z Downloaded getrandom v0.1.16
11002024-01-31T19:10:42.727Z Downloaded ring v0.17.7
11012024-01-31T19:10:42.872Z Downloaded is-terminal v0.4.9
11022024-01-31T19:10:42.879Z Downloaded ipnet v2.9.0
11032024-01-31T19:10:42.879Z Downloaded minimal-lexical v0.2.1
11042024-01-31T19:10:42.885Z Downloaded rustfmt-wrapper v0.2.0
11052024-01-31T19:10:42.892Z Downloaded errno v0.3.8
11062024-01-31T19:10:42.892Z Downloaded tracing-attributes v0.1.26
11072024-01-31T19:10:42.900Z Downloaded postcard v1.0.8
11082024-01-31T19:10:42.901Z Downloaded p256 v0.13.2
11092024-01-31T19:10:42.915Z Downloaded crypto-bigint v0.5.2
11102024-01-31T19:10:42.921Z Downloaded term v0.7.0
11112024-01-31T19:10:42.926Z Downloaded usdt-impl v0.5.0
11122024-01-31T19:10:42.926Z Downloaded der v0.7.8
11132024-01-31T19:10:42.941Z Downloaded chacha20poly1305 v0.10.1
11142024-01-31T19:10:42.965Z Downloaded miniz_oxide v0.7.1
11152024-01-31T19:10:42.965Z Downloaded serde_tokenstream v0.2.0
11162024-01-31T19:10:42.965Z Downloaded ring v0.16.20
11172024-01-31T19:10:43.116Z Downloaded proc-macro2 v1.0.78
11182024-01-31T19:10:43.121Z Downloaded pest_meta v2.7.6
11192024-01-31T19:10:43.137Z Downloaded strsim v0.8.0
11202024-01-31T19:10:43.141Z Downloaded kstat-rs v0.2.3
11212024-01-31T19:10:43.141Z Downloaded diesel_derives v2.1.2
11222024-01-31T19:10:43.141Z Downloaded rand_chacha v0.3.1
11232024-01-31T19:10:43.143Z Downloaded static_assertions v1.1.0
11242024-01-31T19:10:43.143Z Downloaded dyn-clone v1.0.13
11252024-01-31T19:10:43.153Z Downloaded rand_core v0.5.1
11262024-01-31T19:10:43.153Z Downloaded base64 v0.21.7
11272024-01-31T19:10:43.161Z Downloaded mio v0.8.9
11282024-01-31T19:10:43.167Z Downloaded foreign-types-shared v0.1.1
11292024-01-31T19:10:43.167Z Downloaded getrandom v0.2.10
11302024-01-31T19:10:43.170Z Downloaded backtrace v0.3.69
11312024-01-31T19:10:43.180Z Downloaded omicron-zone-package v0.10.1
11322024-01-31T19:10:43.214Z Downloaded bytes v1.5.0
11332024-01-31T19:10:43.218Z Downloaded hyper-rustls v0.24.2
11342024-01-31T19:10:43.218Z Downloaded parse-display-derive v0.8.2
11352024-01-31T19:10:43.218Z Downloaded xattr v1.0.1
11362024-01-31T19:10:43.218Z Downloaded ipnetwork v0.20.0
11372024-01-31T19:10:43.218Z Downloaded float-cmp v0.9.0
11382024-01-31T19:10:43.218Z Downloaded instant v0.1.12
11392024-01-31T19:10:43.218Z Downloaded topological-sort v0.2.2
11402024-01-31T19:10:43.218Z Downloaded defmt v0.3.5
11412024-01-31T19:10:43.218Z Downloaded serde_spanned v0.6.4
11422024-01-31T19:10:43.218Z Downloaded serde_repr v0.1.16
11432024-01-31T19:10:43.219Z Downloaded postgres-protocol v0.6.6
11442024-01-31T19:10:43.224Z Downloaded derive-where v1.2.7
11452024-01-31T19:10:43.228Z Downloaded string_cache v0.8.7
11462024-01-31T19:10:43.241Z Downloaded log v0.4.20
11472024-01-31T19:10:43.256Z Downloaded stringprep v0.1.3
11482024-01-31T19:10:43.256Z Downloaded lock_api v0.4.10
11492024-01-31T19:10:43.256Z Downloaded derive_more v0.99.17
11502024-01-31T19:10:43.261Z Downloaded textwrap v0.11.0
11512024-01-31T19:10:43.261Z Downloaded clap v4.4.3
11522024-01-31T19:10:43.266Z Downloaded home v0.5.5
11532024-01-31T19:10:43.272Z Downloaded hex-literal v0.4.1
11542024-01-31T19:10:43.272Z Downloaded gethostname v0.4.3
11552024-01-31T19:10:43.277Z Downloaded pin-utils v0.1.0
11562024-01-31T19:10:43.277Z Downloaded password-hash v0.5.0
11572024-01-31T19:10:43.297Z Downloaded proc-macro-error v1.0.4
11582024-01-31T19:10:43.303Z Downloaded allocator-api2 v0.2.16
11592024-01-31T19:10:43.303Z Downloaded crossbeam-epoch v0.9.15
11602024-01-31T19:10:43.303Z Downloaded bzip2 v0.4.4
11612024-01-31T19:10:43.303Z Downloaded getopts v0.2.21
11622024-01-31T19:10:43.303Z Downloaded num_cpus v1.16.0
11632024-01-31T19:10:43.303Z Downloaded bcrypt-pbkdf v0.10.0
11642024-01-31T19:10:43.309Z Downloaded strum_macros v0.25.2
11652024-01-31T19:10:43.324Z Downloaded predicates v3.1.0
11662024-01-31T19:10:43.324Z Downloaded data-encoding v2.4.0
11672024-01-31T19:10:43.324Z Downloaded waitgroup v0.1.2
11682024-01-31T19:10:43.325Z Downloaded tokio-macros v2.2.0
11692024-01-31T19:10:43.325Z Downloaded headers-core v0.2.0
11702024-01-31T19:10:43.325Z Downloaded usdt-impl v0.3.5
11712024-01-31T19:10:43.325Z Downloaded num-rational v0.4.1
11722024-01-31T19:10:43.326Z Downloaded console v0.15.8
11732024-01-31T19:10:43.345Z Downloaded poly1305 v0.8.0
11742024-01-31T19:10:43.345Z Downloaded cancel-safe-futures v0.1.5
11752024-01-31T19:10:43.361Z Downloaded camino-tempfile v1.1.1
11762024-01-31T19:10:43.361Z Downloaded debug-ignore v1.0.5
11772024-01-31T19:10:43.361Z Downloaded synstructure v0.12.6
11782024-01-31T19:10:43.361Z Downloaded universal-hash v0.5.1
11792024-01-31T19:10:43.361Z Downloaded phf v0.11.2
11802024-01-31T19:10:43.362Z Downloaded dtrace-parser v0.1.14
11812024-01-31T19:10:43.362Z Downloaded cc v1.0.83
11822024-01-31T19:10:43.390Z Downloaded mime_guess v2.0.4
11832024-01-31T19:10:43.390Z Downloaded clap_derive v4.4.2
11842024-01-31T19:10:43.390Z Downloaded bitflags v2.4.0
11852024-01-31T19:10:43.390Z Downloaded cfg-if v1.0.0
11862024-01-31T19:10:43.390Z Downloaded atomic-waker v1.1.1
11872024-01-31T19:10:43.390Z Downloaded dirs v5.0.1
11882024-01-31T19:10:43.390Z Downloaded colored v2.0.4
11892024-01-31T19:10:43.391Z Downloaded backoff v0.4.0
11902024-01-31T19:10:43.391Z Downloaded zone_cfg_derive v0.3.0
11912024-01-31T19:10:43.391Z Downloaded defmt-macros v0.3.6
11922024-01-31T19:10:43.398Z Downloaded mime v0.3.17
11932024-01-31T19:10:43.398Z Downloaded managed v0.8.0
11942024-01-31T19:10:43.398Z Downloaded macaddr v1.0.1
11952024-01-31T19:10:43.398Z Downloaded digest v0.10.7
11962024-01-31T19:10:43.399Z Downloaded difflib v0.4.0
11972024-01-31T19:10:43.399Z Downloaded memoffset v0.9.0
11982024-01-31T19:10:43.403Z Downloaded linear-map v1.2.0
11992024-01-31T19:10:43.403Z Downloaded unicase v2.7.0
12002024-01-31T19:10:43.403Z Downloaded memmap v0.7.0
12012024-01-31T19:10:43.408Z Downloaded linked-hash-map v0.5.6
12022024-01-31T19:10:43.408Z Downloaded libefi-sys v0.1.0
12032024-01-31T19:10:43.413Z Downloaded convert_case v0.4.0
12042024-01-31T19:10:43.414Z Downloaded ansi_term v0.12.1
12052024-01-31T19:10:43.417Z Downloaded strum v0.25.0
12062024-01-31T19:10:43.418Z Downloaded pretty-hex v0.2.1
12072024-01-31T19:10:43.418Z Downloaded nibble_vec v0.1.0
12082024-01-31T19:10:43.421Z Downloaded md-5 v0.10.5
12092024-01-31T19:10:43.425Z Downloaded block-buffer v0.10.4
12102024-01-31T19:10:43.425Z Downloaded tower-service v0.3.2
12112024-01-31T19:10:43.426Z Downloaded crypto-common v0.1.6
12122024-01-31T19:10:43.432Z Downloaded pem v3.0.2
12132024-01-31T19:10:43.432Z Downloaded defmt-parser v0.3.3
12142024-01-31T19:10:43.437Z Downloaded clap_lex v0.5.1
12152024-01-31T19:10:43.437Z Downloaded proc-macro-crate v1.3.1
12162024-01-31T19:10:43.437Z Downloaded multer v3.0.0
12172024-01-31T19:10:43.440Z Downloaded darling v0.20.3
12182024-01-31T19:10:43.443Z Downloaded chacha20 v0.9.1
12192024-01-31T19:10:43.446Z Downloaded base64ct v1.6.0
12202024-01-31T19:10:43.453Z Downloaded async-trait v0.1.77
12212024-01-31T19:10:43.458Z Downloaded ciborium-ll v0.2.2
12222024-01-31T19:10:43.462Z Downloaded byteorder v1.5.0
12232024-01-31T19:10:43.466Z Downloaded blowfish v0.9.1
12242024-01-31T19:10:43.466Z Downloaded lru-cache v0.1.2
12252024-01-31T19:10:43.469Z Downloaded cbc v0.1.2
12262024-01-31T19:10:43.469Z Downloaded darling_macro v0.20.3
12272024-01-31T19:10:43.469Z Downloaded openssl-probe v0.1.5
12282024-01-31T19:10:43.472Z Downloaded newtype_derive v0.1.6
12292024-01-31T19:10:43.472Z Downloaded match_cfg v0.1.0
12302024-01-31T19:10:43.476Z Downloaded crucible-workspace-hack v0.1.0
12312024-01-31T19:10:43.476Z Downloaded md5 v0.7.0
12322024-01-31T19:10:43.479Z Downloaded matches v0.1.10
12332024-01-31T19:10:43.480Z Downloaded atomicwrites v0.4.3
12342024-01-31T19:10:43.480Z Downloaded new_debug_unreachable v1.0.4
12352024-01-31T19:10:43.480Z Downloaded cstr-argument v0.1.2
12362024-01-31T19:10:43.483Z Downloaded ppv-lite86 v0.2.17
12372024-01-31T19:10:43.485Z Downloaded petgraph v0.6.4
12382024-01-31T19:10:43.508Z Downloaded parking_lot v0.11.2
12392024-01-31T19:10:43.511Z Downloaded pin-project-lite v0.2.13
12402024-01-31T19:10:43.516Z Downloaded phf_shared v0.11.2
12412024-01-31T19:10:43.519Z Downloaded aead v0.5.2
12422024-01-31T19:10:43.522Z Downloaded anstream v0.5.0
12432024-01-31T19:10:43.522Z Downloaded deranged v0.3.8
12442024-01-31T19:10:43.525Z Downloaded camino v1.1.6
12452024-01-31T19:10:43.528Z Downloaded diesel_table_macro_syntax v0.1.0
12462024-01-31T19:10:43.528Z Downloaded openssl-sys v0.9.96
12472024-01-31T19:10:43.538Z Downloaded cobs v0.2.3
12482024-01-31T19:10:43.541Z Downloaded autocfg v1.1.0
12492024-01-31T19:10:43.542Z Downloaded anstyle-query v1.0.0
12502024-01-31T19:10:43.545Z Downloaded pest_generator v2.7.6
12512024-01-31T19:10:43.545Z Downloaded bit-set v0.5.3
12522024-01-31T19:10:43.548Z Downloaded bitflags v1.3.2
12532024-01-31T19:10:43.551Z Downloaded base16ct v0.2.0
12542024-01-31T19:10:43.554Z Downloaded pbkdf2 v0.12.2
12552024-01-31T19:10:43.954Z Compiling proc-macro2 v1.0.78
12562024-01-31T19:10:43.958Z Compiling unicode-ident v1.0.12
12572024-01-31T19:10:43.959Z Compiling libc v0.2.152
12582024-01-31T19:10:43.959Z Compiling serde v1.0.195
12592024-01-31T19:10:43.959Z Compiling version_check v0.9.4
12602024-01-31T19:10:43.960Z Compiling autocfg v1.1.0
12612024-01-31T19:10:43.975Z Compiling cfg-if v1.0.0
12622024-01-31T19:10:44.174Z Compiling once_cell v1.19.0
12632024-01-31T19:10:44.207Z Compiling syn v1.0.109
12642024-01-31T19:10:44.310Z Compiling thiserror v1.0.56
12652024-01-31T19:10:44.791Z Compiling memchr v2.6.3
12662024-01-31T19:10:45.166Z Compiling typenum v1.16.0
12672024-01-31T19:10:45.274Z Compiling lock_api v0.4.10
12682024-01-31T19:10:45.452Z Compiling byteorder v1.5.0
12692024-01-31T19:10:45.698Z Compiling ahash v0.8.6
12702024-01-31T19:10:45.737Z Compiling parking_lot_core v0.9.8
12712024-01-31T19:10:46.454Z Compiling generic-array v0.14.7
12722024-01-31T19:10:46.479Z Compiling libm v0.2.7
12732024-01-31T19:10:46.479Z Compiling num-traits v0.2.16
12742024-01-31T19:10:46.638Z Compiling serde_json v1.0.113
12752024-01-31T19:10:46.779Z Compiling itoa v1.0.9
12762024-01-31T19:10:47.103Z Compiling quote v1.0.35
12772024-01-31T19:10:47.294Z Compiling slab v0.4.9
12782024-01-31T19:10:47.366Z Compiling log v0.4.20
12792024-01-31T19:10:47.711Z Compiling getrandom v0.2.10
12802024-01-31T19:10:47.891Z Compiling syn v2.0.48
12812024-01-31T19:10:48.274Z Compiling cc v1.0.83
12822024-01-31T19:10:48.469Z Compiling rand_core v0.6.4
12832024-01-31T19:10:53.448Z Compiling scopeguard v1.2.0
12842024-01-31T19:10:53.448Z Compiling ryu v1.0.15
12852024-01-31T19:10:53.448Z Compiling pkg-config v0.3.27
12862024-01-31T19:10:53.449Z Compiling allocator-api2 v0.2.16
12872024-01-31T19:10:53.449Z Compiling smallvec v1.11.2
12882024-01-31T19:10:53.449Z Compiling heck v0.4.1
12892024-01-31T19:10:53.449Z Compiling equivalent v1.0.1
12902024-01-31T19:10:53.449Z Compiling schemars v0.8.16
12912024-01-31T19:10:53.449Z Compiling subtle v2.5.0
12922024-01-31T19:10:53.449Z Compiling vcpkg v0.2.15
12932024-01-31T19:10:53.449Z Compiling pin-project-lite v0.2.13
12942024-01-31T19:10:53.449Z Compiling httparse v1.8.0
12952024-01-31T19:10:53.449Z Compiling ucd-trie v0.1.6
12962024-01-31T19:10:53.597Z Compiling ring v0.17.7
12972024-01-31T19:10:53.597Z Compiling parking_lot v0.12.1
12982024-01-31T19:10:53.669Z Compiling ring v0.16.20
12992024-01-31T19:10:53.702Z Compiling signal-hook-registry v1.4.1
13002024-01-31T19:10:55.036Z Compiling fnv v1.0.7
13012024-01-31T19:10:55.092Z Compiling mio v0.8.9
13022024-01-31T19:10:55.424Z Compiling iana-time-zone v0.1.57
13032024-01-31T19:10:55.447Z Compiling openssl-sys v0.9.96
13042024-01-31T19:10:56.345Z Compiling openssl v0.10.60
13052024-01-31T19:10:56.517Z Compiling const-oid v0.9.5
13062024-01-31T19:10:56.915Z Compiling semver v1.0.21
13072024-01-31T19:10:57.051Z Compiling num_cpus v1.16.0
13082024-01-31T19:10:57.222Z Compiling socket2 v0.5.5
13092024-01-31T19:10:58.148Z Compiling native-tls v0.2.11
13102024-01-31T19:10:58.227Z Compiling rustls v0.21.9
13112024-01-31T19:10:58.657Z Compiling dyn-clone v1.0.13
13122024-01-31T19:10:58.679Z Compiling futures-core v0.3.30
13132024-01-31T19:10:59.027Z Compiling aho-corasick v1.0.4
13142024-01-31T19:10:59.601Z Compiling regex-syntax v0.8.2
13152024-01-31T19:10:59.738Z Compiling spin v0.5.2
13162024-01-31T19:11:00.059Z Compiling serde_derive_internals v0.26.0
13172024-01-31T19:11:00.084Z Compiling async-trait v0.1.77
13182024-01-31T19:11:01.102Z Compiling futures-sink v0.3.30
13192024-01-31T19:11:01.504Z Compiling backtrace v0.3.69
13202024-01-31T19:11:01.709Z Compiling tinyvec_macros v0.1.1
13212024-01-31T19:11:01.845Z Compiling rustix v0.38.30
13222024-01-31T19:11:02.349Z Compiling tinyvec v1.6.0
13232024-01-31T19:11:02.767Z Compiling futures-channel v0.3.30
13242024-01-31T19:11:03.654Z Compiling futures-task v0.3.30
13252024-01-31T19:11:04.140Z Compiling futures-io v0.3.30
13262024-01-31T19:11:04.228Z Compiling pin-utils v0.1.0
13272024-01-31T19:11:04.611Z Compiling winnow v0.5.15
13282024-01-31T19:11:04.911Z Compiling unicode-normalization v0.1.22
13292024-01-31T19:11:04.980Z Compiling spin v0.9.8
13302024-01-31T19:11:05.459Z Compiling tracing-core v0.1.31
13312024-01-31T19:11:05.546Z Compiling regex-automata v0.4.4
13322024-01-31T19:11:06.629Z Compiling anyhow v1.0.75
13332024-01-31T19:11:06.709Z Compiling unicode-bidi v0.3.13
13342024-01-31T19:11:07.463Z Compiling unicode-width v0.1.11
13352024-01-31T19:11:07.716Z Compiling cpufeatures v0.2.12
13362024-01-31T19:11:09.302Z Compiling crc32fast v1.3.2
13372024-01-31T19:11:10.032Z Compiling time-core v0.1.1
13382024-01-31T19:11:10.287Z Compiling slog v2.7.0
13392024-01-31T19:11:10.645Z Compiling time-macros v0.2.13
13402024-01-31T19:11:11.193Z Compiling num-integer v0.1.45
13412024-01-31T19:11:11.622Z Compiling foreign-types-shared v0.1.1
13422024-01-31T19:11:11.790Z Compiling untrusted v0.9.0
13432024-01-31T19:11:11.988Z Compiling serde_derive v1.0.195
13442024-01-31T19:11:12.119Z Compiling zerocopy-derive v0.7.32
13452024-01-31T19:11:12.719Z Compiling zeroize_derive v1.4.2
13462024-01-31T19:11:13.628Z Compiling thiserror-impl v1.0.56
13472024-01-31T19:11:14.291Z Compiling tokio-macros v2.2.0
13482024-01-31T19:11:15.411Z Compiling zeroize v1.7.0
13492024-01-31T19:11:15.613Z Compiling futures-macro v0.3.30
13502024-01-31T19:11:16.007Z Compiling zerocopy v0.7.32
13512024-01-31T19:11:16.233Z Compiling tracing-attributes v0.1.26
13522024-01-31T19:11:16.895Z Compiling schemars_derive v0.8.16
13532024-01-31T19:11:18.450Z Compiling crypto-common v0.1.6
13542024-01-31T19:11:19.165Z Compiling openssl-macros v0.1.1
13552024-01-31T19:11:19.397Z Compiling pest v2.7.6
13562024-01-31T19:11:20.044Z Compiling hashbrown v0.14.2
13572024-01-31T19:11:20.564Z Compiling block-buffer v0.10.4
13582024-01-31T19:11:20.980Z Compiling digest v0.10.7
13592024-01-31T19:11:21.310Z Compiling hashbrown v0.13.2
13602024-01-31T19:11:21.390Z Compiling regex v1.10.3
13612024-01-31T19:11:22.709Z Compiling futures-util v0.3.30
13622024-01-31T19:11:22.802Z Compiling tracing v0.1.37
13632024-01-31T19:11:23.238Z Compiling der_derive v0.7.2
13642024-01-31T19:11:23.552Z Compiling pest_meta v2.7.6
13652024-01-31T19:11:25.578Z Compiling pest_generator v2.7.6
13662024-01-31T19:11:27.111Z Compiling percent-encoding v2.3.1
13672024-01-31T19:11:27.739Z Compiling untrusted v0.7.1
13682024-01-31T19:11:31.009Z Compiling foreign-types v0.3.2
13692024-01-31T19:11:32.498Z Compiling pest_derive v2.7.6
13702024-01-31T19:11:32.979Z Compiling errno v0.3.8
13712024-01-31T19:11:33.035Z Compiling ppv-lite86 v0.2.17
13722024-01-31T19:11:33.311Z Compiling base64 v0.21.7
13732024-01-31T19:11:33.755Z Compiling try-lock v0.2.4
13742024-01-31T19:11:33.780Z Compiling unicode-xid v0.2.4
13752024-01-31T19:11:33.780Z Compiling want v0.3.1
13762024-01-31T19:11:34.029Z Compiling synstructure v0.12.6
13772024-01-31T19:11:34.106Z Compiling rustls-webpki v0.101.7
13782024-01-31T19:11:34.304Z Compiling sct v0.7.0
13792024-01-31T19:11:34.768Z Compiling form_urlencoded v1.2.1
13802024-01-31T19:11:35.282Z Compiling scroll_derive v0.12.0
13812024-01-31T19:11:35.912Z Compiling socket2 v0.4.9
13822024-01-31T19:11:36.066Z Compiling httpdate v1.0.3
13832024-01-31T19:11:36.306Z Compiling bytes v1.5.0
13842024-01-31T19:11:36.827Z Compiling indexmap v2.1.0
13852024-01-31T19:11:36.932Z Compiling uuid v1.7.0
13862024-01-31T19:11:37.264Z Compiling chrono v0.4.31
13872024-01-31T19:11:37.812Z Compiling tokio v1.35.1
13882024-01-31T19:11:38.472Z Compiling http v0.2.11
13892024-01-31T19:11:39.621Z Compiling serde_spanned v0.6.4
13902024-01-31T19:11:39.915Z Compiling bitflags v2.4.0
13912024-01-31T19:11:40.028Z Compiling toml_datetime v0.6.5
13922024-01-31T19:11:40.583Z Compiling toml_edit v0.19.15
13932024-01-31T19:11:40.737Z Compiling openapiv3 v2.0.0
13942024-01-31T19:11:42.537Z Compiling rustc_version v0.4.0
13952024-01-31T19:11:45.443Z Compiling serde_tokenstream v0.2.0
13962024-01-31T19:11:46.277Z Compiling http-body v0.4.5
13972024-01-31T19:11:48.408Z Compiling openssl-probe v0.1.5
13982024-01-31T19:11:48.903Z Compiling tower-service v0.3.2
13992024-01-31T19:11:49.085Z Compiling io-lifetimes v1.0.11
14002024-01-31T19:11:49.981Z Compiling zerocopy-derive v0.2.0
14012024-01-31T19:11:52.393Z Compiling tokio-util v0.7.10
14022024-01-31T19:11:53.255Z Compiling idna v0.5.0
14032024-01-31T19:11:53.970Z Compiling lazy_static v1.4.0
14042024-01-31T19:11:54.244Z Compiling h2 v0.3.24
14052024-01-31T19:11:54.831Z Compiling thread-id v4.2.0
14062024-01-31T19:11:54.994Z Compiling adler v1.0.2
14072024-01-31T19:11:55.333Z Compiling crossbeam-utils v0.8.16
14082024-01-31T19:11:55.919Z Compiling miniz_oxide v0.7.1
14092024-01-31T19:11:57.095Z Compiling tokio-native-tls v0.3.1
14102024-01-31T19:11:57.594Z Compiling tokio-rustls v0.24.1
14112024-01-31T19:11:58.195Z Compiling url v2.5.0
14122024-01-31T19:11:58.568Z Compiling rand_chacha v0.3.1
14132024-01-31T19:11:59.280Z Compiling ipnet v2.9.0
14142024-01-31T19:12:00.637Z Compiling rustix v0.37.23
14152024-01-31T19:12:01.319Z Compiling rand v0.8.5
14162024-01-31T19:12:01.399Z Compiling serde_urlencoded v0.7.1
14172024-01-31T19:12:01.500Z Compiling rustls-pemfile v1.0.3
14182024-01-31T19:12:02.199Z Compiling usdt-impl v0.3.5
14192024-01-31T19:12:02.223Z Compiling encoding_rs v0.8.33
14202024-01-31T19:12:02.667Z Compiling gimli v0.28.0
14212024-01-31T19:12:02.731Z Compiling mime v0.3.17
14222024-01-31T19:12:02.883Z Compiling webpki-roots v0.25.2
14232024-01-31T19:12:05.908Z Compiling hyper v0.14.27
14242024-01-31T19:12:05.979Z Compiling regress v0.7.1
14252024-01-31T19:12:06.222Z Compiling object v0.32.1
14262024-01-31T19:12:08.689Z Compiling num-bigint v0.4.4
14272024-01-31T19:12:09.975Z Compiling addr2line v0.21.0
14282024-01-31T19:12:10.143Z Compiling usdt-impl v0.5.0
14292024-01-31T19:12:10.166Z Compiling rustc-demangle v0.1.23
14302024-01-31T19:12:10.968Z Compiling flate2 v1.0.28
14312024-01-31T19:12:11.615Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14322024-01-31T19:12:12.212Z Compiling zerocopy v0.3.0
14332024-01-31T19:12:12.624Z Compiling heapless v0.7.16
14342024-01-31T19:12:12.889Z Compiling scroll v0.12.0
14352024-01-31T19:12:13.480Z Compiling bzip2-sys v0.1.11+1.0.8
14362024-01-31T19:12:13.539Z Compiling rustversion v1.0.14
14372024-01-31T19:12:14.162Z Compiling signal-hook v0.3.17
14382024-01-31T19:12:14.543Z Compiling plain v0.2.3
14392024-01-31T19:12:14.785Z Compiling goblin v0.8.0
14402024-01-31T19:12:15.086Z Compiling dof v0.1.5
14412024-01-31T19:12:17.234Z Compiling hyper-rustls v0.24.2
14422024-01-31T19:12:17.276Z Compiling hyper-tls v0.5.0
14432024-01-31T19:12:17.805Z Compiling reqwest v0.11.22
14442024-01-31T19:12:19.341Z Compiling toml v0.7.8
14452024-01-31T19:12:19.409Z Compiling toml_edit v0.21.0
14462024-01-31T19:12:21.931Z Compiling hex v0.4.3
14472024-01-31T19:12:21.953Z Compiling dtrace-parser v0.1.14
14482024-01-31T19:12:22.251Z Compiling memoffset v0.9.0
14492024-01-31T19:12:22.406Z Compiling strsim v0.10.0
14502024-01-31T19:12:22.728Z Compiling camino v1.1.6
14512024-01-31T19:12:22.925Z Compiling base64ct v1.6.0
14522024-01-31T19:12:23.633Z Compiling pretty-hex v0.4.1
14532024-01-31T19:12:25.391Z Compiling dof v0.3.0
14542024-01-31T19:12:27.310Z Compiling serde_tokenstream v0.1.7
14552024-01-31T19:12:27.637Z Compiling dtrace-parser v0.2.0
14562024-01-31T19:12:29.643Z Compiling smoltcp v0.9.1
14572024-01-31T19:12:29.660Z Compiling bitflags v1.3.2
14582024-01-31T19:12:29.761Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14592024-01-31T19:12:30.334Z Compiling pem-rfc7468 v0.7.0
14602024-01-31T19:12:30.349Z Compiling strum_macros v0.25.2
14612024-01-31T19:12:31.099Z Compiling hmac v0.12.1
14622024-01-31T19:12:31.565Z Compiling enum-as-inner v0.5.1
14632024-01-31T19:12:31.867Z Compiling crossbeam-epoch v0.9.15
14642024-01-31T19:12:32.177Z Compiling num-iter v0.1.43
14652024-01-31T19:12:32.561Z Compiling unicode-segmentation v1.10.1
14662024-01-31T19:12:32.645Z Compiling siphasher v0.3.11
14672024-01-31T19:12:33.271Z Compiling flagset v0.4.3
14682024-01-31T19:12:33.591Z Compiling der v0.7.8
14692024-01-31T19:12:33.737Z Compiling usdt-attr-macro v0.3.5
14702024-01-31T19:12:33.758Z Compiling usdt-macro v0.3.5
14712024-01-31T19:12:35.168Z Compiling hubpack_derive v0.1.1
14722024-01-31T19:12:35.873Z Compiling zerocopy-derive v0.6.4
14732024-01-31T19:12:36.901Z Compiling utf8parse v0.2.1
14742024-01-31T19:12:37.573Z Compiling deranged v0.3.8
14752024-01-31T19:12:37.743Z Compiling num_threads v0.1.6
14762024-01-31T19:12:37.933Z Compiling anstyle v1.0.2
14772024-01-31T19:12:39.549Z Compiling sha2 v0.10.8
14782024-01-31T19:12:40.325Z Compiling anstyle-parse v0.2.1
14792024-01-31T19:12:40.596Z Compiling time v0.3.27
14802024-01-31T19:12:40.851Z Compiling spki v0.7.2
14812024-01-31T19:12:43.270Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14822024-01-31T19:12:44.738Z Compiling md-5 v0.10.5
14832024-01-31T19:12:45.139Z Compiling block-padding v0.3.3
14842024-01-31T19:12:45.546Z Compiling clap_derive v4.4.2
14852024-01-31T19:12:45.574Z Compiling getopts v0.2.21
14862024-01-31T19:12:45.898Z Compiling stringprep v0.1.3
14872024-01-31T19:12:47.240Z Compiling diesel_table_macro_syntax v0.1.0
14882024-01-31T19:12:47.922Z Compiling hash32 v0.2.1
14892024-01-31T19:12:49.485Z Compiling anstyle-query v1.0.0
14902024-01-31T19:12:50.592Z Compiling fallible-iterator v0.2.0
14912024-01-31T19:12:51.761Z Compiling stable_deref_trait v1.2.0
14922024-01-31T19:12:51.786Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14932024-01-31T19:12:52.203Z Compiling colorchoice v1.0.0
14942024-01-31T19:12:52.213Z Compiling anstream v0.5.0
14952024-01-31T19:12:52.214Z Compiling postgres-protocol v0.6.6
14962024-01-31T19:12:53.207Z Compiling diesel_derives v2.1.2
14972024-01-31T19:12:53.903Z Compiling inout v0.1.3
14982024-01-31T19:12:54.324Z Compiling terminal_size v0.2.6
14992024-01-31T19:12:55.057Z Compiling pkcs8 v0.10.2
15002024-01-31T19:12:55.274Z Compiling phf_shared v0.11.2
15012024-01-31T19:12:58.025Z Compiling ff v0.13.0
15022024-01-31T19:12:58.764Z Compiling serde_repr v0.1.16
15032024-01-31T19:12:59.985Z Compiling scheduled-thread-pool v0.2.7
15042024-01-31T19:13:00.937Z Compiling managed v0.8.0
15052024-01-31T19:13:00.958Z Compiling unsafe-libyaml v0.2.10
15062024-01-31T19:13:01.438Z Compiling base16ct v0.2.0
15072024-01-31T19:13:01.654Z Compiling matches v0.1.10
15082024-01-31T19:13:01.704Z Compiling bit-vec v0.6.3
15092024-01-31T19:13:02.465Z Compiling regex-automata v0.1.10
15102024-01-31T19:13:02.618Z Compiling clap_lex v0.5.1
15112024-01-31T19:13:03.243Z Compiling bstr v0.2.17
15122024-01-31T19:13:03.439Z Compiling serde_yaml v0.9.25
15132024-01-31T19:13:05.190Z Compiling clap_builder v4.4.2
15142024-01-31T19:13:07.534Z Compiling idna v0.2.3
15152024-01-31T19:13:08.276Z Compiling sec1 v0.7.3
15162024-01-31T19:13:10.233Z Compiling r2d2 v0.8.10
15172024-01-31T19:13:10.804Z Compiling group v0.13.0
15182024-01-31T19:13:12.905Z Compiling phf v0.11.2
15192024-01-31T19:13:13.358Z Compiling signal-hook-mio v0.2.3
15202024-01-31T19:13:13.384Z Compiling bzip2 v0.4.4
15212024-01-31T19:13:13.591Z Compiling cipher v0.4.4
15222024-01-31T19:13:13.950Z Compiling postgres-types v0.2.6
15232024-01-31T19:13:14.379Z Compiling zerocopy v0.6.4
15242024-01-31T19:13:14.404Z Compiling hubpack v0.1.2
15252024-01-31T19:13:14.908Z Compiling phf_shared v0.10.0
15262024-01-31T19:13:15.348Z Compiling hkdf v0.12.4
15272024-01-31T19:13:15.518Z Compiling crypto-bigint v0.5.2
15282024-01-31T19:13:15.580Z Compiling ipnetwork v0.20.0
15292024-01-31T19:13:15.729Z Compiling futures-executor v0.3.30
15302024-01-31T19:13:16.772Z Compiling float-cmp v0.9.0
15312024-01-31T19:13:17.129Z Compiling new_debug_unreachable v1.0.4
15322024-01-31T19:13:17.267Z Compiling fixedbitset v0.4.2
15332024-01-31T19:13:18.074Z Compiling precomputed-hash v0.1.1
15342024-01-31T19:13:18.697Z Compiling difflib v0.4.0
15352024-01-31T19:13:24.530Z Compiling data-encoding v2.4.0
15362024-01-31T19:13:24.530Z Compiling minimal-lexical v0.2.1
15372024-01-31T19:13:24.530Z Compiling either v1.9.0
15382024-01-31T19:13:41.408Z Compiling whoami v1.4.1
15392024-01-31T19:13:41.408Z Compiling predicates-core v1.0.6
15402024-01-31T19:13:41.408Z Compiling static_assertions v1.1.0
15412024-01-31T19:13:41.409Z Compiling normalize-line-endings v0.3.0
15422024-01-31T19:13:41.409Z Compiling regex-automata v0.3.8
15432024-01-31T19:13:41.409Z Compiling predicates v3.1.0
15442024-01-31T19:13:41.899Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15452024-01-31T19:13:41.933Z Compiling trust-dns-proto v0.22.0
15462024-01-31T19:13:41.933Z Compiling bstr v1.6.0
15472024-01-31T19:13:41.933Z Compiling tokio-postgres v0.7.10
15482024-01-31T19:13:41.934Z Compiling itertools v0.10.5
15492024-01-31T19:13:41.934Z Compiling nom v7.1.3
15502024-01-31T19:13:41.934Z Compiling diesel v2.1.4
15512024-01-31T19:13:41.934Z Compiling elliptic-curve v0.13.8
15522024-01-31T19:13:41.934Z Compiling string_cache v0.8.7
15532024-01-31T19:13:41.934Z Compiling petgraph v0.6.4
15542024-01-31T19:13:41.934Z Compiling yasna v0.5.2
15552024-01-31T19:13:41.934Z Compiling futures v0.3.30
15562024-01-31T19:13:41.934Z Compiling zip v0.6.6
15572024-01-31T19:13:41.934Z Compiling crossterm v0.27.0
15582024-01-31T19:13:41.934Z Compiling clap v4.4.3
15592024-01-31T19:13:41.934Z Compiling similar v2.3.0
15602024-01-31T19:13:41.935Z Compiling bit-set v0.5.3
15612024-01-31T19:13:41.936Z Compiling usdt v0.3.5
15622024-01-31T19:13:41.936Z Compiling console v0.15.8
15632024-01-31T19:13:41.936Z Compiling tokio-stream v0.1.14
15642024-01-31T19:13:41.936Z Compiling lalrpop-util v0.19.12
15652024-01-31T19:13:43.800Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15662024-01-31T19:13:56.993Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15672024-01-31T19:14:35.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15682024-01-31T19:14:39.340Z Compiling sha1 v0.10.6
15692024-01-31T19:14:40.563Z Compiling atty v0.2.14
15702024-01-31T19:14:40.770Z Compiling match_cfg v0.1.0
15712024-01-31T19:14:41.192Z Compiling hostname v0.3.1
15722024-01-31T19:14:41.264Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15732024-01-31T19:14:41.870Z Compiling dirs-sys-next v0.1.2
15742024-01-31T19:14:41.870Z Compiling rustls-pki-types v1.1.0
15752024-01-31T19:14:42.147Z Compiling ident_case v1.0.1
15762024-01-31T19:14:42.354Z Compiling darling_core v0.20.3
15772024-01-31T19:14:42.429Z Compiling dirs-next v2.0.0
15782024-01-31T19:14:42.914Z Compiling thread_local v1.1.7
15792024-01-31T19:14:43.132Z Compiling rustls v0.22.2
15802024-01-31T19:14:43.542Z Compiling slog-async v2.8.0
15812024-01-31T19:14:43.929Z Compiling term v0.7.0
15822024-01-31T19:14:44.011Z Compiling rustls-webpki v0.102.1
15832024-01-31T19:14:44.401Z Compiling crossbeam-channel v0.5.8
15842024-01-31T19:14:45.111Z Compiling multer v3.0.0
15852024-01-31T19:14:45.117Z Compiling instant v0.1.12
15862024-01-31T19:14:45.117Z Compiling take_mut v0.2.2
15872024-01-31T19:14:45.126Z Compiling paste v1.0.14
15882024-01-31T19:14:45.258Z Compiling slog-term v2.9.0
15892024-01-31T19:14:46.864Z Compiling slog-json v2.6.1
15902024-01-31T19:14:47.065Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15912024-01-31T19:14:47.308Z Compiling http v1.0.0
15922024-01-31T19:14:47.381Z Compiling async-stream-impl v0.3.5
15932024-01-31T19:14:47.552Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15942024-01-31T19:14:48.006Z Compiling debug-ignore v1.0.5
15952024-01-31T19:14:48.069Z Compiling atomic-waker v1.1.1
15962024-01-31T19:14:48.317Z Compiling waitgroup v0.1.2
15972024-01-31T19:14:48.341Z Compiling slog-bunyan v2.5.0
15982024-01-31T19:14:48.639Z Compiling rustls-pemfile v2.0.0
15992024-01-31T19:14:49.361Z Compiling toml v0.8.8
16002024-01-31T19:14:49.635Z Compiling async-stream v0.3.5
16012024-01-31T19:14:50.606Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16022024-01-31T19:14:51.600Z Compiling serde_path_to_error v0.1.15
16032024-01-31T19:14:51.981Z Compiling structmeta-derive v0.2.0
16042024-01-31T19:14:52.212Z Compiling strum v0.25.0
16052024-01-31T19:14:52.509Z Compiling regex-syntax v0.7.5
16062024-01-31T19:14:52.523Z Compiling darling_macro v0.20.3
16072024-01-31T19:14:53.019Z Compiling backoff v0.4.0
16082024-01-31T19:14:53.542Z Compiling tokio-rustls v0.25.0
16092024-01-31T19:14:54.188Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16102024-01-31T19:14:54.210Z Compiling darling v0.20.3
16112024-01-31T19:14:54.385Z Compiling serde_with_macros v3.5.1
16122024-01-31T19:14:55.367Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16132024-01-31T19:14:55.600Z Compiling macaddr v1.0.1
16142024-01-31T19:14:56.178Z Compiling proc-macro-error-attr v1.0.4
16152024-01-31T19:14:56.337Z Compiling proc-macro-crate v1.3.1
16162024-01-31T19:14:56.807Z Compiling proc-macro-error v1.0.4
16172024-01-31T19:14:57.095Z Compiling structmeta v0.2.0
16182024-01-31T19:14:57.183Z Compiling heapless v0.8.0
16192024-01-31T19:14:58.216Z Compiling num_enum_derive v0.5.11
16202024-01-31T19:14:58.629Z Compiling hash32 v0.3.1
16212024-01-31T19:14:58.979Z Compiling smoltcp v0.11.0
16222024-01-31T19:14:59.391Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16232024-01-31T19:14:59.598Z Compiling serde_with v3.5.1
16242024-01-31T19:15:01.116Z Compiling fastrand v2.0.0
16252024-01-31T19:15:01.899Z Compiling embedded-io v0.4.0
16262024-01-31T19:15:01.998Z Compiling cobs v0.2.3
16272024-01-31T19:15:02.264Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16282024-01-31T19:15:02.571Z Compiling same-file v1.0.6
16292024-01-31T19:15:02.767Z Compiling postcard v1.0.8
16302024-01-31T19:15:02.793Z Compiling num_enum v0.5.11
16312024-01-31T19:15:02.921Z Compiling walkdir v2.4.0
16322024-01-31T19:15:04.081Z Compiling parse-display-derive v0.8.2
16332024-01-31T19:15:04.111Z Compiling tempfile v3.9.0
16342024-01-31T19:15:04.143Z Compiling semver-parser v0.10.2
16352024-01-31T19:15:04.213Z Compiling foreign-types-macros v0.2.3
16362024-01-31T19:15:05.480Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16372024-01-31T19:15:06.326Z Compiling crucible-workspace-hack v0.1.0
16382024-01-31T19:15:06.378Z Compiling foreign-types-shared v0.3.1
16392024-01-31T19:15:06.378Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16402024-01-31T19:15:06.396Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16412024-01-31T19:15:06.612Z Compiling foreign-types v0.5.0
16422024-01-31T19:15:06.877Z Compiling semver v0.11.0
16432024-01-31T19:15:07.754Z Compiling is-terminal v0.4.9
16442024-01-31T19:15:07.934Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16452024-01-31T19:15:07.959Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16462024-01-31T19:15:08.377Z Compiling cstr-argument v0.1.2
16472024-01-31T19:15:08.534Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16482024-01-31T19:15:09.011Z Compiling filetime v0.2.23
16492024-01-31T19:15:09.023Z Compiling xattr v1.0.1
16502024-01-31T19:15:09.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16512024-01-31T19:15:09.131Z Compiling pretty-hex v0.2.1
16522024-01-31T19:15:09.244Z Compiling home v0.5.5
16532024-01-31T19:15:09.360Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16542024-01-31T19:15:09.484Z Compiling toolchain_find v0.2.0
16552024-01-31T19:15:09.630Z Compiling tar v0.4.40
16562024-01-31T19:15:09.649Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16572024-01-31T19:15:09.895Z Compiling colored v2.0.4
16582024-01-31T19:15:10.575Z Compiling toml v0.5.11
16592024-01-31T19:15:11.159Z Compiling platforms v3.0.2
16602024-01-31T19:15:11.307Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16612024-01-31T19:15:11.411Z Compiling parse-display v0.8.2
16622024-01-31T19:15:11.509Z Compiling topological-sort v0.2.2
16632024-01-31T19:15:11.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16642024-01-31T19:15:11.790Z Compiling omicron-zone-package v0.10.1
16652024-01-31T19:15:12.047Z Compiling camino-tempfile v1.1.1
16662024-01-31T19:15:12.052Z Compiling zone_cfg_derive v0.3.0
16672024-01-31T19:15:12.775Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16682024-01-31T19:15:13.530Z Compiling textwrap v0.11.0
16692024-01-31T19:15:13.953Z Compiling heck v0.3.3
16702024-01-31T19:15:13.956Z Compiling rustfmt-wrapper v0.2.0
16712024-01-31T19:15:14.583Z Compiling num-derive v0.4.0
16722024-01-31T19:15:14.878Z Compiling vec_map v0.8.2
16732024-01-31T19:15:14.926Z Compiling libefi-sys v0.1.0
16742024-01-31T19:15:15.339Z Compiling ansi_term v0.12.1
16752024-01-31T19:15:15.362Z Compiling strsim v0.8.0
16762024-01-31T19:15:16.189Z Compiling clap v2.34.0
16772024-01-31T19:15:16.420Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16782024-01-31T19:15:16.903Z Compiling zone v0.3.0
16792024-01-31T19:15:16.918Z Compiling structopt-derive v0.4.18
16802024-01-31T19:15:18.129Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16812024-01-31T19:15:18.483Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16822024-01-31T19:15:18.771Z Compiling smf v0.2.2
16832024-01-31T19:15:19.355Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16842024-01-31T19:15:19.491Z Compiling unicase v2.7.0
16852024-01-31T19:15:19.623Z Compiling semver v0.1.20
16862024-01-31T19:15:19.941Z Compiling curve25519-dalek v4.1.1
16872024-01-31T19:15:20.100Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16882024-01-31T19:15:20.751Z Compiling rustc_version v0.1.7
16892024-01-31T19:15:20.805Z Compiling universal-hash v0.5.1
16902024-01-31T19:15:20.984Z Compiling opaque-debug v0.3.0
16912024-01-31T19:15:21.107Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16922024-01-31T19:15:21.132Z Compiling curve25519-dalek-derive v0.1.0
16932024-01-31T19:15:21.152Z Compiling gethostname v0.4.3
16942024-01-31T19:15:21.170Z Compiling num-rational v0.4.1
16952024-01-31T19:15:21.504Z Compiling newtype_derive v0.1.6
16962024-01-31T19:15:21.532Z Compiling getrandom v0.1.16
16972024-01-31T19:15:21.850Z Compiling structopt v0.3.26
16982024-01-31T19:15:21.906Z Compiling usdt-macro v0.5.0
16992024-01-31T19:15:21.977Z Compiling usdt-attr-macro v0.5.0
17002024-01-31T19:15:22.080Z Compiling password-hash v0.5.0
17012024-01-31T19:15:22.736Z Compiling blake2 v0.10.6
17022024-01-31T19:15:22.884Z Compiling signature v2.1.0
17032024-01-31T19:15:23.257Z Compiling memmap v0.7.0
17042024-01-31T19:15:23.804Z Compiling parking_lot_core v0.8.6
17052024-01-31T19:15:23.897Z Compiling linked-hash-map v0.5.6
17062024-01-31T19:15:24.379Z Compiling quick-error v1.2.3
17072024-01-31T19:15:24.448Z Compiling lru-cache v0.1.2
17082024-01-31T19:15:24.503Z Compiling argon2 v0.5.3
17092024-01-31T19:15:24.588Z Compiling resolv-conf v0.7.0
17102024-01-31T19:15:24.615Z Compiling usdt v0.5.0
17112024-01-31T19:15:25.555Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17122024-01-31T19:15:25.893Z Compiling aead v0.5.2
17132024-01-31T19:15:26.010Z Compiling num-complex v0.4.4
17142024-01-31T19:15:26.414Z Compiling nibble_vec v0.1.0
17152024-01-31T19:15:26.721Z Compiling slog-dtrace v0.3.0
17162024-01-31T19:15:27.176Z Compiling cancel-safe-futures v0.1.5
17172024-01-31T19:15:27.759Z Compiling endian-type v0.1.2
17182024-01-31T19:15:27.852Z Compiling keccak v0.1.4
17192024-01-31T19:15:28.102Z Compiling utf-8 v0.7.6
17202024-01-31T19:15:28.447Z Compiling winapi v0.3.9
17212024-01-31T19:15:28.590Z Compiling arc-swap v1.6.0
17222024-01-31T19:15:29.494Z Compiling slog-scope v4.4.0
17232024-01-31T19:15:29.674Z Compiling tungstenite v0.20.1
17242024-01-31T19:15:29.956Z Compiling sha3 v0.10.8
17252024-01-31T19:15:30.120Z Compiling radix_trie v0.2.1
17262024-01-31T19:15:30.385Z Compiling num v0.4.1
17272024-01-31T19:15:30.632Z Compiling mime_guess v2.0.4
17282024-01-31T19:15:31.207Z Compiling steno v0.4.0
17292024-01-31T19:15:31.408Z Compiling trust-dns-resolver v0.22.0
17302024-01-31T19:15:31.523Z Compiling rand_core v0.5.1
17312024-01-31T19:15:32.757Z Compiling poly1305 v0.8.0
17322024-01-31T19:15:33.417Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17332024-01-31T19:15:33.541Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17342024-01-31T19:15:35.201Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17352024-01-31T19:15:35.604Z Compiling chacha20 v0.9.1
17362024-01-31T19:15:35.834Z Compiling rfc6979 v0.4.0
17372024-01-31T19:15:36.117Z Compiling secrecy v0.8.0
17382024-01-31T19:15:36.301Z Compiling thiserror-impl-no-std v2.0.2
17392024-01-31T19:15:36.507Z Compiling half v2.3.1
17402024-01-31T19:15:37.471Z Compiling option-ext v0.2.0
17412024-01-31T19:15:37.666Z Compiling convert_case v0.4.0
17422024-01-31T19:15:38.223Z Compiling ciborium-io v0.2.2
17432024-01-31T19:15:38.406Z Compiling ciborium-ll v0.2.2
17442024-01-31T19:15:39.021Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17452024-01-31T19:15:39.110Z Compiling dirs-sys v0.4.1
17462024-01-31T19:15:39.189Z Compiling derive_more v0.99.17
17472024-01-31T19:15:40.303Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17482024-01-31T19:15:41.757Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17492024-01-31T19:15:42.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17502024-01-31T19:15:43.666Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17512024-01-31T19:15:43.678Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17522024-01-31T19:15:43.846Z Compiling thiserror-no-std v2.0.2
17532024-01-31T19:15:44.030Z Compiling ecdsa v0.16.9
17542024-01-31T19:15:45.026Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17552024-01-31T19:15:45.314Z Compiling parking_lot v0.11.2
17562024-01-31T19:15:45.502Z Compiling rand_chacha v0.2.2
17572024-01-31T19:15:45.682Z Compiling tokio-tungstenite v0.20.1
17582024-01-31T19:15:46.498Z Compiling trust-dns-client v0.22.0
17592024-01-31T19:15:47.922Z Compiling slog-stdlog v4.1.1
17602024-01-31T19:15:48.046Z Compiling ed25519 v2.2.2
17612024-01-31T19:15:48.270Z Compiling polyval v0.6.1
17622024-01-31T19:15:48.493Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17632024-01-31T19:15:48.744Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17642024-01-31T19:15:49.293Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17652024-01-31T19:15:51.499Z Compiling primeorder v0.13.6
17662024-01-31T19:15:52.326Z Compiling aes v0.8.3
17672024-01-31T19:15:53.630Z Compiling ctr v0.9.2
17682024-01-31T19:15:54.162Z Compiling blowfish v0.9.1
17692024-01-31T19:15:54.893Z Compiling password-hash v0.4.2
17702024-01-31T19:15:55.115Z Compiling libsw v3.3.1
17712024-01-31T19:15:56.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17722024-01-31T19:15:57.216Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17732024-01-31T19:16:02.051Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17742024-01-31T19:16:05.259Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17752024-01-31T19:16:07.779Z Compiling pbkdf2 v0.12.2
17762024-01-31T19:16:08.057Z Compiling derive-where v1.2.7
17772024-01-31T19:16:10.546Z Compiling fxhash v0.2.1
17782024-01-31T19:16:10.648Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17792024-01-31T19:16:10.890Z Compiling linear-map v1.2.0
17802024-01-31T19:16:11.385Z Compiling owo-colors v4.0.0
17812024-01-31T19:16:11.466Z Compiling swrite v0.1.0
17822024-01-31T19:16:11.656Z Compiling sled v0.34.7
17832024-01-31T19:16:14.515Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17842024-01-31T19:16:14.669Z Compiling bcrypt-pbkdf v0.10.0
17852024-01-31T19:16:15.095Z Compiling trust-dns-server v0.22.1
17862024-01-31T19:16:15.464Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17872024-01-31T19:16:15.593Z Compiling pbkdf2 v0.11.0
17882024-01-31T19:16:16.157Z Compiling p256 v0.13.2
17892024-01-31T19:16:16.711Z Compiling ghash v0.5.0
17902024-01-31T19:16:16.987Z Compiling ed25519-dalek v2.0.0
17912024-01-31T19:16:18.410Z Compiling slog-envlogger v2.2.0
17922024-01-31T19:16:18.416Z Compiling russh-cryptovec v0.7.0
17932024-01-31T19:16:18.416Z Compiling rand v0.7.3
17942024-01-31T19:16:18.859Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17952024-01-31T19:16:19.091Z Compiling vsss-rs v3.3.4
17962024-01-31T19:16:20.556Z Compiling dirs v5.0.1
17972024-01-31T19:16:20.854Z Compiling ciborium v0.2.2
17982024-01-31T19:16:22.016Z Compiling chacha20poly1305 v0.10.1
17992024-01-31T19:16:22.345Z Compiling cbc v0.1.2
18002024-01-31T19:16:22.719Z Compiling pem v3.0.2
18012024-01-31T19:16:23.017Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18022024-01-31T19:16:23.426Z Compiling headers-core v0.2.0
18032024-01-31T19:16:23.572Z Compiling kstat-rs v0.2.3
18042024-01-31T19:16:23.997Z Compiling md5 v0.7.0
18052024-01-31T19:16:24.030Z Compiling http-range v0.1.5
18062024-01-31T19:16:24.599Z Compiling glob v0.3.1
18072024-01-31T19:16:24.685Z Compiling russh-keys v0.40.1
18082024-01-31T19:16:24.814Z Compiling hyper-staticfile v0.9.5
18092024-01-31T19:16:26.362Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18102024-01-31T19:16:26.887Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18112024-01-31T19:16:28.526Z Compiling headers v0.3.9
18122024-01-31T19:16:31.493Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18132024-01-31T19:16:31.501Z Compiling rcgen v0.12.1
18142024-01-31T19:16:31.607Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18152024-01-31T19:16:32.343Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18162024-01-31T19:16:32.836Z Compiling aes-gcm v0.10.3
18172024-01-31T19:16:36.286Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18182024-01-31T19:16:39.443Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18192024-01-31T19:16:40.630Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18202024-01-31T19:16:43.187Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18212024-01-31T19:16:48.263Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18222024-01-31T19:16:48.392Z Compiling atomicwrites v0.4.3
18232024-01-31T19:16:48.433Z Compiling itertools v0.12.0
18242024-01-31T19:16:48.930Z Compiling subprocess v0.2.9
18252024-01-31T19:17:00.179Z Compiling display-error-chain v0.2.0
18262024-01-31T19:17:00.639Z Compiling hex-literal v0.4.1
18272024-01-31T19:17:00.639Z Compiling russh v0.40.2
18282024-01-31T19:17:00.640Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18292024-01-31T19:17:00.640Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18302024-01-31T19:17:00.793Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18312024-01-31T19:17:01.596Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18322024-01-31T19:17:32.502Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18332024-01-31T19:18:59.032Z Finished dev [unoptimized + debuginfo] target(s) in 8m 41s
18342024-01-31T19:18:59.049Z
18352024-01-31T19:18:59.049Zreal 8:41.795403215
18362024-01-31T19:18:59.049Zuser 47:48.809413852
18372024-01-31T19:18:59.050Zsys 7:13.320152499
18382024-01-31T19:18:59.050Ztrap 1.713040133
18392024-01-31T19:18:59.050Ztflt 2.322108203
18402024-01-31T19:18:59.050Zdflt 5.717819540
18412024-01-31T19:18:59.050Zkflt 0.025821984
18422024-01-31T19:18:59.050Zlock 1:31:49.062431749
18432024-01-31T19:18:59.050Zslp 2:16:09.081567606
18442024-01-31T19:18:59.050Zlat 2:06.347252900
18452024-01-31T19:18:59.051Zstop 4:28.424678185
18462024-01-31T19:18:59.051Z+ mkdir -p /work/end-to-end-tests
18472024-01-31T19:18:59.051Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18482024-01-31T19:18:59.840Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18492024-01-31T19:18:59.840Z+ ptime -m gzip
18502024-01-31T19:18:59.848Z++ basename target/debug/bootstrap
18512024-01-31T19:19:18.719Z
18522024-01-31T19:19:18.719Zreal 18.876065258
18532024-01-31T19:19:18.719Zuser 18.683934309
18542024-01-31T19:19:18.720Zsys 0.180453075
18552024-01-31T19:19:18.720Ztrap 0.004828770
18562024-01-31T19:19:18.720Ztflt 0.000000000
18572024-01-31T19:19:18.720Zdflt 0.000000000
18582024-01-31T19:19:18.725Zkflt 0.000000000
18592024-01-31T19:19:18.726Zlock 0.000000000
18602024-01-31T19:19:18.726Zslp 0.000000000
18612024-01-31T19:19:18.726Zlat 0.006507412
18622024-01-31T19:19:18.726Zstop 0.000222979
18632024-01-31T19:19:18.726Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18642024-01-31T19:19:18.726Z+ ptime -m gzip
18652024-01-31T19:19:18.726Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-485102d0e6124cf0
18662024-01-31T19:19:20.583Z
18672024-01-31T19:19:20.589Zreal 1.856294269
18682024-01-31T19:19:20.591Zuser 1.838200966
18692024-01-31T19:19:20.591Zsys 0.017412810
18702024-01-31T19:19:20.591Ztrap 0.000178684
18712024-01-31T19:19:20.591Ztflt 0.000000000
18722024-01-31T19:19:20.591Zdflt 0.000000000
18732024-01-31T19:19:20.591Zkflt 0.000000000
18742024-01-31T19:19:20.591Zlock 0.000000000
18752024-01-31T19:19:20.592Zslp 0.000000000
18762024-01-31T19:19:20.592Zlat 0.000163878
18772024-01-31T19:19:20.592Zstop 0.000220642
18782024-01-31T19:19:20.592Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18792024-01-31T19:19:20.592Z+ ptime -m gzip
18802024-01-31T19:19:20.592Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8616f2942d631494
18812024-01-31T19:19:39.858Z
18822024-01-31T19:19:39.861Zreal 19.270486947
18832024-01-31T19:19:39.861Zuser 19.086127654
18842024-01-31T19:19:39.861Zsys 0.179091296
18852024-01-31T19:19:39.862Ztrap 0.003244749
18862024-01-31T19:19:39.862Ztflt 0.000000000
18872024-01-31T19:19:39.862Zdflt 0.000000000
18882024-01-31T19:19:39.862Zkflt 0.000000000
18892024-01-31T19:19:39.862Zlock 0.000000000
18902024-01-31T19:19:39.862Zslp 0.000000000
18912024-01-31T19:19:39.862Zlat 0.001685429
18922024-01-31T19:19:39.862Zstop 0.000220586
18932024-01-31T19:19:39.862Z+ banner caboose-util
18942024-01-31T19:19:39.862Z
18952024-01-31T19:19:39.863Z #### ## ##### #### #### #### ###### # # #####
18962024-01-31T19:19:39.863Z # # # # # # # # # # # # # # #
18972024-01-31T19:19:39.863Z # # # ##### # # # # #### ##### ##### # # #
18982024-01-31T19:19:39.863Z # ###### # # # # # # # # # # #
18992024-01-31T19:19:39.863Z # # # # # # # # # # # # # # # #
19002024-01-31T19:19:39.863Z #### # # ##### #### #### #### ###### #### #
19012024-01-31T19:19:39.863Z
19022024-01-31T19:19:39.866Z+ ptime -m cargo build --locked -p caboose-util --release
19032024-01-31T19:19:40.545Z Downloading crates ...
19042024-01-31T19:19:40.848Z Downloaded bitfield v0.14.0
19052024-01-31T19:19:40.852Z Downloaded radium v0.7.0
19062024-01-31T19:19:40.855Z Downloaded funty v2.0.0
19072024-01-31T19:19:40.871Z Downloaded nodrop v0.1.14
19082024-01-31T19:19:40.874Z Downloaded path-slash v0.1.5
19092024-01-31T19:19:40.877Z Downloaded x509-cert v0.2.4
19102024-01-31T19:19:40.886Z Downloaded crc v3.0.1
19112024-01-31T19:19:40.889Z Downloaded smallvec v0.6.14
19122024-01-31T19:19:40.892Z Downloaded crc-catalog v2.2.0
19132024-01-31T19:19:40.892Z Downloaded serde-hex v0.1.0
19142024-01-31T19:19:40.898Z Downloaded pkcs1 v0.7.5
19152024-01-31T19:19:40.901Z Downloaded env_logger v0.10.0
19162024-01-31T19:19:40.905Z Downloaded packed_struct v0.10.1
19172024-01-31T19:19:40.908Z Downloaded crc-any v2.4.3
19182024-01-31T19:19:40.911Z Downloaded rsa v0.9.2
19192024-01-31T19:19:40.921Z Downloaded num-bigint-dig v0.8.4
19202024-01-31T19:19:40.927Z Downloaded ron v0.8.1
19212024-01-31T19:19:40.936Z Downloaded bitvec v1.0.1
19222024-01-31T19:19:40.962Z Downloaded object v0.30.4
19232024-01-31T19:19:40.979Z Downloaded packed_struct_codegen v0.10.1
19242024-01-31T19:19:40.982Z Downloaded tap v1.0.1
19252024-01-31T19:19:40.988Z Downloaded array-init v0.0.4
19262024-01-31T19:19:40.994Z Downloaded wyz v0.5.1
19272024-01-31T19:19:41.000Z Downloaded termcolor v1.2.0
19282024-01-31T19:19:41.000Z Downloaded maybe-uninit v2.0.0
19292024-01-31T19:19:41.169Z Compiling proc-macro2 v1.0.78
19302024-01-31T19:19:41.169Z Compiling unicode-ident v1.0.12
19312024-01-31T19:19:41.185Z Compiling libc v0.2.152
19322024-01-31T19:19:41.185Z Compiling serde v1.0.195
19332024-01-31T19:19:41.185Z Compiling autocfg v1.1.0
19342024-01-31T19:19:41.186Z Compiling version_check v0.9.4
19352024-01-31T19:19:41.196Z Compiling cfg-if v1.0.0
19362024-01-31T19:19:41.333Z Compiling typenum v1.16.0
19372024-01-31T19:19:41.347Z Compiling once_cell v1.19.0
19382024-01-31T19:19:41.425Z Compiling parking_lot_core v0.9.8
19392024-01-31T19:19:41.939Z Compiling memchr v2.6.3
19402024-01-31T19:19:41.972Z Compiling syn v1.0.109
19412024-01-31T19:19:42.007Z Compiling byteorder v1.5.0
19422024-01-31T19:19:42.448Z Compiling lock_api v0.4.10
19432024-01-31T19:19:42.721Z Compiling generic-array v0.14.7
19442024-01-31T19:19:42.762Z Compiling libm v0.2.7
19452024-01-31T19:19:42.824Z Compiling num-traits v0.2.16
19462024-01-31T19:19:43.130Z Compiling ahash v0.8.6
19472024-01-31T19:19:43.207Z Compiling pkg-config v0.3.27
19482024-01-31T19:19:43.521Z Compiling quote v1.0.35
19492024-01-31T19:19:43.583Z Compiling thiserror v1.0.56
19502024-01-31T19:19:44.231Z Compiling syn v2.0.48
19512024-01-31T19:19:44.449Z Compiling cc v1.0.83
19522024-01-31T19:19:44.488Z Compiling getrandom v0.2.10
19532024-01-31T19:19:44.885Z Compiling serde_json v1.0.113
19542024-01-31T19:19:45.009Z Compiling scopeguard v1.2.0
19552024-01-31T19:19:45.707Z Compiling slab v0.4.9
19562024-01-31T19:19:45.792Z Compiling log v0.4.20
19572024-01-31T19:19:46.054Z Compiling itoa v1.0.9
19582024-01-31T19:19:46.386Z Compiling rand_core v0.6.4
19592024-01-31T19:19:46.735Z Compiling smallvec v1.11.2
19602024-01-31T19:19:47.540Z Compiling vcpkg v0.2.15
19612024-01-31T19:19:48.572Z Compiling pin-project-lite v0.2.13
19622024-01-31T19:19:48.738Z Compiling const-oid v0.9.5
19632024-01-31T19:19:48.833Z Compiling parking_lot v0.12.1
19642024-01-31T19:19:49.698Z Compiling ring v0.17.7
19652024-01-31T19:19:50.180Z Compiling ryu v1.0.15
19662024-01-31T19:19:50.300Z Compiling ucd-trie v0.1.6
19672024-01-31T19:19:50.313Z Compiling openssl-sys v0.9.96
19682024-01-31T19:19:51.095Z Compiling signal-hook-registry v1.4.1
19692024-01-31T19:19:51.613Z Compiling io-lifetimes v1.0.11
19702024-01-31T19:19:52.298Z Compiling subtle v2.5.0
19712024-01-31T19:19:52.366Z Compiling ring v0.16.20
19722024-01-31T19:19:52.474Z Compiling mio v0.8.9
19732024-01-31T19:19:53.070Z Compiling num-integer v0.1.45
19742024-01-31T19:19:53.488Z Compiling semver v1.0.21
19752024-01-31T19:19:53.907Z Compiling futures-core v0.3.30
19762024-01-31T19:19:54.990Z Compiling spin v0.5.2
19772024-01-31T19:19:55.170Z Compiling rustix v0.37.23
19782024-01-31T19:19:55.980Z Compiling socket2 v0.5.5
19792024-01-31T19:19:56.464Z Compiling num_cpus v1.16.0
19802024-01-31T19:19:56.747Z Compiling allocator-api2 v0.2.16
19812024-01-31T19:19:56.977Z Compiling futures-sink v0.3.30
19822024-01-31T19:19:57.185Z Compiling openssl v0.10.60
19832024-01-31T19:19:57.372Z Compiling heck v0.4.1
19842024-01-31T19:19:57.759Z Compiling httparse v1.8.0
19852024-01-31T19:19:57.997Z Compiling unicode-xid v0.2.4
19862024-01-31T19:19:58.216Z Compiling synstructure v0.12.6
19872024-01-31T19:19:58.296Z Compiling tinyvec_macros v0.1.1
19882024-01-31T19:19:58.313Z Compiling equivalent v1.0.1
19892024-01-31T19:19:58.761Z Compiling tinyvec v1.6.0
19902024-01-31T19:19:59.179Z Compiling futures-channel v0.3.30
19912024-01-31T19:19:59.707Z Compiling ppv-lite86 v0.2.17
19922024-01-31T19:19:59.777Z Compiling futures-io v0.3.30
19932024-01-31T19:19:59.967Z Compiling rustls v0.21.9
19942024-01-31T19:20:00.463Z Compiling crc32fast v1.3.2
19952024-01-31T19:20:00.463Z Compiling pin-utils v0.1.0
19962024-01-31T19:20:00.635Z Compiling futures-task v0.3.30
19972024-01-31T19:20:00.684Z Compiling native-tls v0.2.11
19982024-01-31T19:20:00.808Z Compiling bzip2-sys v0.1.11+1.0.8
19992024-01-31T19:20:01.014Z Compiling rand_chacha v0.3.1
20002024-01-31T19:20:01.148Z Compiling spin v0.9.8
20012024-01-31T19:20:01.260Z Compiling unicode-normalization v0.1.22
20022024-01-31T19:20:01.340Z Compiling tracing-core v0.1.31
20032024-01-31T19:20:01.427Z Compiling unicode-bidi v0.3.13
20042024-01-31T19:20:01.711Z Compiling base64ct v1.6.0
20052024-01-31T19:20:02.982Z Compiling pem-rfc7468 v0.7.0
20062024-01-31T19:20:03.478Z Compiling rand v0.8.5
20072024-01-31T19:20:03.731Z Compiling errno v0.3.8
20082024-01-31T19:20:03.916Z Compiling num-iter v0.1.43
20092024-01-31T19:20:04.115Z Compiling usdt-impl v0.3.5
20102024-01-31T19:20:04.295Z Compiling rustix v0.38.30
20112024-01-31T19:20:04.335Z Compiling flagset v0.4.3
20122024-01-31T19:20:04.655Z Compiling signal-hook v0.3.17
20132024-01-31T19:20:05.260Z Compiling schemars v0.8.16
20142024-01-31T19:20:05.532Z Compiling serde_derive_internals v0.26.0
20152024-01-31T19:20:05.880Z Compiling serde_derive v1.0.195
20162024-01-31T19:20:06.113Z Compiling zeroize_derive v1.4.2
20172024-01-31T19:20:06.325Z Compiling zerocopy-derive v0.7.32
20182024-01-31T19:20:06.338Z Compiling thiserror-impl v1.0.56
20192024-01-31T19:20:06.428Z Compiling tokio-macros v2.2.0
20202024-01-31T19:20:07.603Z Compiling futures-macro v0.3.30
20212024-01-31T19:20:08.355Z Compiling zeroize v1.7.0
20222024-01-31T19:20:09.290Z Compiling tracing-attributes v0.1.26
20232024-01-31T19:20:09.518Z Compiling zerocopy v0.7.32
20242024-01-31T19:20:10.648Z Compiling der_derive v0.7.2
20252024-01-31T19:20:11.017Z Compiling pest v2.7.6
20262024-01-31T19:20:11.362Z Compiling crypto-common v0.1.6
20272024-01-31T19:20:11.567Z Compiling block-buffer v0.10.4
20282024-01-31T19:20:11.940Z Compiling digest v0.10.7
20292024-01-31T19:20:11.957Z Compiling zerocopy-derive v0.2.0
20302024-01-31T19:20:12.724Z Compiling openssl-macros v0.1.1
20312024-01-31T19:20:13.460Z Compiling hashbrown v0.14.2
20322024-01-31T19:20:14.279Z Compiling futures-util v0.3.30
20332024-01-31T19:20:14.555Z Compiling tracing v0.1.37
20342024-01-31T19:20:14.689Z Compiling zerocopy-derive v0.6.4
20352024-01-31T19:20:15.034Z Compiling pest_meta v2.7.6
20362024-01-31T19:20:15.646Z Compiling scroll_derive v0.12.0
20372024-01-31T19:20:15.659Z Compiling der v0.7.8
20382024-01-31T19:20:17.608Z Compiling pest_generator v2.7.6
20392024-01-31T19:20:21.910Z Compiling fnv v1.0.7
20402024-01-31T19:20:22.048Z Compiling pest_derive v2.7.6
20412024-01-31T19:20:22.066Z Compiling bitflags v1.3.2
20422024-01-31T19:20:22.213Z Compiling spki v0.7.2
20432024-01-31T19:20:23.428Z Compiling zerocopy v0.3.0
20442024-01-31T19:20:24.388Z Compiling schemars_derive v0.8.16
20452024-01-31T19:20:24.401Z Compiling lazy_static v1.4.0
20462024-01-31T19:20:25.638Z Compiling backtrace v0.3.69
20472024-01-31T19:20:26.227Z Compiling thread-id v4.2.0
20482024-01-31T19:20:26.374Z Compiling num-bigint v0.4.4
20492024-01-31T19:20:27.021Z Compiling memoffset v0.9.0
20502024-01-31T19:20:27.196Z Compiling crossbeam-utils v0.8.16
20512024-01-31T19:20:27.493Z Compiling smoltcp v0.9.1
20522024-01-31T19:20:27.607Z Compiling untrusted v0.7.1
20532024-01-31T19:20:27.879Z Compiling foreign-types-shared v0.1.1
20542024-01-31T19:20:28.019Z Compiling async-trait v0.1.77
20552024-01-31T19:20:28.022Z Compiling percent-encoding v2.3.1
20562024-01-31T19:20:28.384Z Compiling bytes v1.5.0
20572024-01-31T19:20:28.637Z Compiling indexmap v2.1.0
20582024-01-31T19:20:29.268Z Compiling bitflags v2.4.0
20592024-01-31T19:20:29.281Z Compiling uuid v1.7.0
20602024-01-31T19:20:29.796Z Compiling tokio v1.35.1
20612024-01-31T19:20:29.874Z Compiling rustc_version v0.4.0
20622024-01-31T19:20:30.231Z Compiling http v0.2.11
20632024-01-31T19:20:30.413Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20642024-01-31T19:20:30.654Z Compiling untrusted v0.9.0
20652024-01-31T19:20:30.829Z Compiling heapless v0.7.16
20662024-01-31T19:20:30.889Z Compiling base64 v0.21.7
20672024-01-31T19:20:33.162Z Compiling iana-time-zone v0.1.57
20682024-01-31T19:20:33.897Z Compiling chrono v0.4.31
20692024-01-31T19:20:34.898Z Compiling foreign-types v0.3.2
20702024-01-31T19:20:37.644Z Compiling dof v0.1.5
20712024-01-31T19:20:38.957Z Compiling dtrace-parser v0.1.14
20722024-01-31T19:20:39.750Z Compiling hmac v0.12.1
20732024-01-31T19:20:40.067Z Compiling clap_derive v4.4.2
20742024-01-31T19:20:41.435Z Compiling anstyle v1.0.2
20752024-01-31T19:20:41.596Z Compiling adler v1.0.2
20762024-01-31T19:20:41.893Z Compiling try-lock v0.2.4
20772024-01-31T19:20:41.904Z Compiling cpufeatures v0.2.12
20782024-01-31T19:20:42.039Z Compiling siphasher v0.3.11
20792024-01-31T19:20:42.081Z Compiling rustversion v1.0.14
20802024-01-31T19:20:42.372Z Compiling tokio-util v0.7.10
20812024-01-31T19:20:42.648Z Compiling time-core v0.1.1
20822024-01-31T19:20:42.885Z Compiling utf8parse v0.2.1
20832024-01-31T19:20:44.027Z Compiling anstyle-parse v0.2.1
20842024-01-31T19:20:44.233Z Compiling h2 v0.3.24
20852024-01-31T19:20:44.741Z Compiling time-macros v0.2.13
20862024-01-31T19:20:49.798Z Compiling want v0.3.1
20872024-01-31T19:20:50.178Z Compiling sha2 v0.10.8
20882024-01-31T19:20:51.436Z Compiling miniz_oxide v0.7.1
20892024-01-31T19:20:52.778Z Compiling sct v0.7.0
20902024-01-31T19:20:53.183Z Compiling rustls-webpki v0.101.7
20912024-01-31T19:20:54.277Z Compiling http-body v0.4.5
20922024-01-31T19:20:54.879Z Compiling serde_tokenstream v0.1.7
20932024-01-31T19:20:55.656Z Compiling form_urlencoded v1.2.1
20942024-01-31T19:20:55.963Z Compiling pkcs8 v0.10.2
20952024-01-31T19:20:56.116Z Compiling hubpack_derive v0.1.1
20962024-01-31T19:20:56.704Z Compiling socket2 v0.4.9
20972024-01-31T19:20:57.260Z Compiling crossbeam-epoch v0.9.15
20982024-01-31T19:20:57.382Z Compiling usdt-impl v0.5.0
20992024-01-31T19:20:57.859Z Compiling httpdate v1.0.3
21002024-01-31T19:20:57.973Z Compiling openssl-probe v0.1.5
21012024-01-31T19:20:58.569Z Compiling tower-service v0.3.2
21022024-01-31T19:20:58.708Z Compiling camino v1.1.6
21032024-01-31T19:20:58.925Z Compiling anstyle-query v1.0.0
21042024-01-31T19:20:59.119Z Compiling anyhow v1.0.75
21052024-01-31T19:20:59.504Z Compiling colorchoice v1.0.0
21062024-01-31T19:20:59.840Z Compiling radium v0.7.0
21072024-01-31T19:21:00.459Z Compiling slog v2.7.0
21082024-01-31T19:21:00.691Z Compiling anstream v0.5.0
21092024-01-31T19:21:02.330Z Compiling hyper v0.14.27
21102024-01-31T19:21:07.258Z Compiling terminal_size v0.2.6
21112024-01-31T19:21:10.296Z Compiling serde_spanned v0.6.4
21122024-01-31T19:21:10.629Z Compiling toml_datetime v0.6.5
21132024-01-31T19:21:12.054Z Compiling zerocopy v0.6.4
21142024-01-31T19:21:13.555Z Compiling scroll v0.12.0
21152024-01-31T19:21:13.821Z Compiling md-5 v0.10.5
21162024-01-31T19:21:14.609Z Compiling idna v0.5.0
21172024-01-31T19:21:14.716Z Compiling stringprep v0.1.3
21182024-01-31T19:21:16.083Z Compiling diesel_table_macro_syntax v0.1.0
21192024-01-31T19:21:16.122Z Compiling aho-corasick v1.0.4
21202024-01-31T19:21:16.642Z Compiling hash32 v0.2.1
21212024-01-31T19:21:16.917Z Compiling tap v1.0.1
21222024-01-31T19:21:16.960Z Compiling maybe-uninit v2.0.0
21232024-01-31T19:21:17.192Z Compiling stable_deref_trait v1.2.0
21242024-01-31T19:21:17.356Z Compiling plain v0.2.3
21252024-01-31T19:21:17.440Z Compiling clap_lex v0.5.1
21262024-01-31T19:21:17.576Z Compiling dyn-clone v1.0.13
21272024-01-31T19:21:17.598Z Compiling strsim v0.10.0
21282024-01-31T19:21:17.749Z Compiling gimli v0.28.0
21292024-01-31T19:21:17.843Z Compiling winnow v0.5.15
21302024-01-31T19:21:18.651Z Compiling regex-syntax v0.8.2
21312024-01-31T19:21:19.497Z Compiling fallible-iterator v0.2.0
21322024-01-31T19:21:20.501Z Compiling clap_builder v4.4.2
21332024-01-31T19:21:20.635Z Compiling postgres-protocol v0.6.6
21342024-01-31T19:21:20.977Z Compiling goblin v0.8.0
21352024-01-31T19:21:22.695Z Compiling wyz v0.5.1
21362024-01-31T19:21:23.593Z Compiling diesel_derives v2.1.2
21372024-01-31T19:21:24.418Z Compiling regex-automata v0.4.4
21382024-01-31T19:21:25.829Z Compiling addr2line v0.21.0
21392024-01-31T19:21:26.341Z Compiling url v2.5.0
21402024-01-31T19:21:28.685Z Compiling tokio-rustls v0.24.1
21412024-01-31T19:21:29.075Z Compiling strum_macros v0.25.2
21422024-01-31T19:21:34.722Z Compiling tokio-native-tls v0.3.1
21432024-01-31T19:21:35.830Z Compiling usdt-attr-macro v0.3.5
21442024-01-31T19:21:36.021Z Compiling usdt-macro v0.3.5
21452024-01-31T19:21:37.885Z Compiling phf_shared v0.11.2
21462024-01-31T19:21:38.837Z Compiling block-padding v0.3.3
21472024-01-31T19:21:38.905Z Compiling enum-as-inner v0.5.1
21482024-01-31T19:21:39.164Z Compiling serde_repr v0.1.16
21492024-01-31T19:21:39.268Z Compiling ff v0.13.0
21502024-01-31T19:21:39.607Z Compiling scheduled-thread-pool v0.2.7
21512024-01-31T19:21:40.338Z Compiling object v0.32.1
21522024-01-31T19:21:40.775Z Compiling funty v2.0.0
21532024-01-31T19:21:44.001Z Compiling base16ct v0.2.0
21542024-01-31T19:21:44.444Z Compiling rustc-demangle v0.1.23
21552024-01-31T19:21:46.566Z Compiling deranged v0.3.8
21562024-01-31T19:21:46.836Z Compiling packed_struct v0.10.1
21572024-01-31T19:21:47.443Z Compiling pretty-hex v0.4.1
21582024-01-31T19:21:47.687Z Compiling ipnet v2.9.0
21592024-01-31T19:21:47.752Z Compiling num_threads v0.1.6
21602024-01-31T19:21:49.151Z Compiling bit-vec v0.6.3
21612024-01-31T19:21:49.458Z Compiling matches v0.1.10
21622024-01-31T19:21:49.582Z Compiling num-bigint-dig v0.8.4
21632024-01-31T19:21:49.767Z Compiling managed v0.8.0
21642024-01-31T19:21:49.984Z Compiling regex-automata v0.1.10
21652024-01-31T19:21:50.745Z Compiling bstr v0.2.17
21662024-01-31T19:21:53.027Z Compiling time v0.3.27
21672024-01-31T19:21:53.941Z Compiling idna v0.2.3
21682024-01-31T19:21:55.615Z Compiling dof v0.3.0
21692024-01-31T19:21:56.378Z Compiling sec1 v0.7.3
21702024-01-31T19:21:57.211Z Compiling bitvec v1.0.1
21712024-01-31T19:21:58.280Z Compiling r2d2 v0.8.10
21722024-01-31T19:21:58.675Z Compiling group v0.13.0
21732024-01-31T19:21:59.112Z Compiling inout v0.1.3
21742024-01-31T19:22:00.820Z Compiling phf v0.11.2
21752024-01-31T19:22:01.708Z Compiling hyper-tls v0.5.0
21762024-01-31T19:22:02.206Z Compiling regex v1.10.3
21772024-01-31T19:22:03.840Z Compiling hyper-rustls v0.24.2
21782024-01-31T19:22:04.229Z Compiling signal-hook-mio v0.2.3
21792024-01-31T19:22:04.351Z Compiling clap v4.4.3
21802024-01-31T19:22:04.436Z Compiling flate2 v1.0.28
21812024-01-31T19:22:04.496Z Compiling ipnetwork v0.20.0
21822024-01-31T19:22:04.528Z Compiling bzip2 v0.4.4
21832024-01-31T19:22:05.130Z Compiling toml_edit v0.19.15
21842024-01-31T19:22:05.142Z Compiling postgres-types v0.2.6
21852024-01-31T19:22:06.264Z Compiling hubpack v0.1.2
21862024-01-31T19:22:06.308Z Compiling serde_urlencoded v0.7.1
21872024-01-31T19:22:06.602Z Compiling rustls-pemfile v1.0.3
21882024-01-31T19:22:06.854Z Compiling phf_shared v0.10.0
21892024-01-31T19:22:07.101Z Compiling hkdf v0.12.4
21902024-01-31T19:22:07.198Z Compiling futures-executor v0.3.30
21912024-01-31T19:22:07.298Z Compiling dtrace-parser v0.2.0
21922024-01-31T19:22:10.765Z Compiling crypto-bigint v0.5.2
21932024-01-31T19:22:11.370Z Compiling packed_struct_codegen v0.10.1
21942024-01-31T19:22:13.417Z Compiling float-cmp v0.9.0
21952024-01-31T19:22:14.211Z Compiling indexmap v1.9.3
21962024-01-31T19:22:14.223Z Compiling encoding_rs v0.8.33
21972024-01-31T19:22:14.592Z Compiling unicode-width v0.1.11
21982024-01-31T19:22:14.627Z Compiling normalize-line-endings v0.3.0
21992024-01-31T19:22:14.832Z Compiling whoami v1.4.1
22002024-01-31T19:22:15.601Z Compiling unicode-segmentation v1.10.1
22012024-01-31T19:22:16.078Z Compiling minimal-lexical v0.2.1
22022024-01-31T19:22:16.510Z Compiling regex-automata v0.3.8
22032024-01-31T19:22:16.854Z Compiling mime v0.3.17
22042024-01-31T19:22:16.931Z Compiling either v1.9.0
22052024-01-31T19:22:17.491Z Compiling static_assertions v1.1.0
22062024-01-31T19:22:17.692Z Compiling nodrop v0.1.14
22072024-01-31T19:22:17.846Z Compiling precomputed-hash v0.1.1
22082024-01-31T19:22:18.007Z Compiling fixedbitset v0.4.2
22092024-01-31T19:22:18.629Z Compiling data-encoding v2.4.0
22102024-01-31T19:22:19.897Z Compiling crc-catalog v2.2.0
22112024-01-31T19:22:20.345Z Compiling webpki-roots v0.25.2
22122024-01-31T19:22:20.568Z Compiling predicates-core v1.0.6
22132024-01-31T19:22:21.038Z Compiling new_debug_unreachable v1.0.4
22142024-01-31T19:22:21.151Z Compiling difflib v0.4.0
22152024-01-31T19:22:21.543Z Compiling string_cache v0.8.7
22162024-01-31T19:22:22.148Z Compiling predicates v3.1.0
22172024-01-31T19:22:24.568Z Compiling reqwest v0.11.22
22182024-01-31T19:22:26.073Z Compiling crc v3.0.1
22192024-01-31T19:22:26.808Z Compiling trust-dns-proto v0.22.0
22202024-01-31T19:22:26.859Z Compiling bstr v1.6.0
22212024-01-31T19:22:27.212Z Compiling petgraph v0.6.4
22222024-01-31T19:22:29.291Z Compiling array-init v0.0.4
22232024-01-31T19:22:31.296Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22242024-01-31T19:22:33.797Z Compiling itertools v0.10.5
22252024-01-31T19:22:34.981Z Compiling nom v7.1.3
22262024-01-31T19:22:39.228Z Compiling similar v2.3.0
22272024-01-31T19:22:41.596Z Compiling tokio-postgres v0.7.10
22282024-01-31T19:22:44.780Z Compiling console v0.15.8
22292024-01-31T19:22:47.045Z Compiling elliptic-curve v0.13.8
22302024-01-31T19:22:49.233Z Compiling toml v0.7.8
22312024-01-31T19:22:52.344Z Compiling futures v0.3.30
22322024-01-31T19:22:54.612Z Compiling smallvec v0.6.14
22332024-01-31T19:22:55.278Z Compiling zip v0.6.6
22342024-01-31T19:22:55.303Z Compiling diesel v2.1.4
22352024-01-31T19:22:55.491Z Compiling crossterm v0.27.0
22362024-01-31T19:22:57.346Z Compiling yasna v0.5.2
22372024-01-31T19:22:58.642Z Compiling cipher v0.4.4
22382024-01-31T19:23:01.115Z Compiling bit-set v0.5.3
22392024-01-31T19:23:01.217Z Compiling usdt v0.3.5
22402024-01-31T19:23:01.514Z Compiling is-terminal v0.4.9
22412024-01-31T19:23:01.686Z Compiling toml_edit v0.21.0
22422024-01-31T19:23:12.969Z Compiling pkcs1 v0.7.5
22432024-01-31T19:23:13.200Z Compiling tokio-stream v0.1.14
22442024-01-31T19:23:14.730Z Compiling openapiv3 v2.0.0
22452024-01-31T19:23:20.191Z Compiling hex v0.4.3
22462024-01-31T19:23:23.420Z Compiling hashbrown v0.13.2
22472024-01-31T19:23:25.317Z Compiling signature v2.1.0
22482024-01-31T19:23:43.482Z Compiling hashbrown v0.12.3
22492024-01-31T19:23:44.052Z Compiling lalrpop-util v0.19.12
22502024-01-31T19:23:44.052Z Compiling bitfield v0.14.0
22512024-01-31T19:23:44.052Z Compiling termcolor v1.2.0
22522024-01-31T19:23:44.731Z Compiling env_logger v0.10.0
22532024-01-31T19:23:44.731Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22542024-01-31T19:23:47.434Z Compiling rsa v0.9.2
22552024-01-31T19:23:58.579Z Compiling serde-hex v0.1.0
22562024-01-31T19:24:02.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22572024-01-31T19:24:02.729Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22582024-01-31T19:24:08.046Z Compiling ron v0.8.1
22592024-01-31T19:24:09.853Z Compiling x509-cert v0.2.4
22602024-01-31T19:24:26.319Z Compiling crc-any v2.4.3
22612024-01-31T19:24:32.935Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22622024-01-31T19:24:50.890Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22632024-01-31T19:25:03.760Z Compiling object v0.30.4
22642024-01-31T19:25:14.348Z Compiling path-slash v0.1.5
22652024-01-31T19:25:22.890Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22662024-01-31T19:25:56.029Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22672024-01-31T19:25:57.156Z Finished release [optimized] target(s) in 6m 17s
22682024-01-31T19:25:57.264Z
22692024-01-31T19:25:57.264Zreal 6:17.395539346
22702024-01-31T19:25:57.265Zuser 43:19.994535300
22712024-01-31T19:25:57.265Zsys 3:43.613714920
22722024-01-31T19:25:57.265Ztrap 1.683049708
22732024-01-31T19:25:57.265Ztflt 1.085746404
22742024-01-31T19:25:57.269Zdflt 0.514302483
22752024-01-31T19:25:57.270Zkflt 0.016485752
22762024-01-31T19:25:57.270Zlock 1:40:00.747637868
22772024-01-31T19:25:57.270Zslp 2:05:23.143809598
22782024-01-31T19:25:57.270Zlat 1:53.759450115
22792024-01-31T19:25:57.270Zstop 1:26.410366524
22802024-01-31T19:25:57.270Z+ ptime -m gzip
22812024-01-31T19:25:59.280Z
22822024-01-31T19:25:59.280Zreal 0.649479285
22832024-01-31T19:25:59.280Zuser 0.641470865
22842024-01-31T19:25:59.280Zsys 0.006524360
22852024-01-31T19:25:59.280Ztrap 0.000502216
22862024-01-31T19:25:59.280Ztflt 0.000000000
22872024-01-31T19:25:59.381Zdflt 0.000000000
22882024-01-31T19:25:59.382Zkflt 0.000000000
22892024-01-31T19:25:59.382Zlock 0.000000000
22902024-01-31T19:25:59.382Zslp 0.000000000
22912024-01-31T19:25:59.382Zlat 0.000376686
22922024-01-31T19:25:59.382Zstop 0.000501547
22932024-01-31T19:25:59.382Z+ banner tufaceous
22942024-01-31T19:25:59.383Z
22952024-01-31T19:25:59.383Z ##### # # ###### ## #### ###### #### # # ####
22962024-01-31T19:25:59.383Z # # # # # # # # # # # # # #
22972024-01-31T19:25:59.383Z # # # ##### # # # ##### # # # # ####
22982024-01-31T19:25:59.383Z # # # # ###### # # # # # # #
22992024-01-31T19:25:59.383Z # # # # # # # # # # # # # # #
23002024-01-31T19:25:59.384Z # #### # # # #### ###### #### #### ####
23012024-01-31T19:25:59.384Z
23022024-01-31T19:25:59.384Z+ ptime -m cargo build --locked -p tufaceous --release
23032024-01-31T19:25:59.384Z Downloading crates ...
23042024-01-31T19:25:59.451Z Downloaded snafu v0.7.5
23052024-01-31T19:25:59.451Z Downloaded pin-project-internal v1.1.3
23062024-01-31T19:25:59.452Z Downloaded buf-list v1.0.3
23072024-01-31T19:25:59.452Z Downloaded fs-err v2.11.0
23082024-01-31T19:25:59.452Z Downloaded olpc-cjson v0.1.3
23092024-01-31T19:25:59.452Z Downloaded snafu-derive v0.7.5
23102024-01-31T19:25:59.452Z Downloaded pin-project v1.1.3
23112024-01-31T19:25:59.453Z Downloaded tough v0.16.0
23122024-01-31T19:25:59.453Z Downloaded typed-path v0.7.0
23132024-01-31T19:25:59.453Z Downloaded parse-size v1.0.0
23142024-01-31T19:25:59.453Z Downloaded humantime v2.1.0
23152024-01-31T19:25:59.455Z Downloaded serde_plain v1.0.2
23162024-01-31T19:25:59.455Z Downloaded globset v0.4.13
23172024-01-31T19:25:59.456Z Downloaded async-recursion v1.0.5
23182024-01-31T19:25:59.456Z Downloaded doc-comment v0.3.3
23192024-01-31T19:25:59.456Z Compiling serde_tokenstream v0.2.0
23202024-01-31T19:25:59.456Z Compiling regress v0.7.1
23212024-01-31T19:25:59.456Z Compiling dirs-sys-next v0.1.2
23222024-01-31T19:25:59.456Z Compiling rustls-pki-types v1.1.0
23232024-01-31T19:25:59.456Z Compiling ident_case v1.0.1
23242024-01-31T19:25:59.456Z Compiling thread_local v1.1.7
23252024-01-31T19:25:59.457Z Compiling heck v0.4.1
23262024-01-31T19:25:59.903Z Compiling dirs-next v2.0.0
23272024-01-31T19:25:59.903Z Compiling darling_core v0.20.3
23282024-01-31T19:25:59.986Z Compiling rustls v0.22.2
23292024-01-31T19:26:00.393Z Compiling slog-async v2.8.0
23302024-01-31T19:26:00.564Z Compiling rustls-webpki v0.102.1
23312024-01-31T19:26:01.041Z Compiling term v0.7.0
23322024-01-31T19:26:01.122Z Compiling crossbeam-channel v0.5.8
23332024-01-31T19:26:01.657Z Compiling getopts v0.2.21
23342024-01-31T19:26:01.662Z Compiling structmeta-derive v0.2.0
23352024-01-31T19:26:02.652Z Compiling atty v0.2.14
23362024-01-31T19:26:02.857Z Compiling multer v3.0.0
23372024-01-31T19:26:03.257Z Compiling match_cfg v0.1.0
23382024-01-31T19:26:03.385Z Compiling unsafe-libyaml v0.2.10
23392024-01-31T19:26:03.995Z Compiling doc-comment v0.3.3
23402024-01-31T19:26:04.702Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23412024-01-31T19:26:06.271Z Compiling paste v1.0.14
23422024-01-31T19:26:06.909Z Compiling take_mut v0.2.2
23432024-01-31T19:26:07.003Z Compiling structmeta v0.2.0
23442024-01-31T19:26:07.655Z Compiling serde_yaml v0.9.25
23452024-01-31T19:26:08.709Z Compiling darling_macro v0.20.3
23462024-01-31T19:26:08.717Z Compiling hostname v0.3.1
23472024-01-31T19:26:09.251Z Compiling slog-term v2.9.0
23482024-01-31T19:26:10.115Z Compiling darling v0.20.3
23492024-01-31T19:26:12.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23502024-01-31T19:26:12.522Z Compiling slog-json v2.6.1
23512024-01-31T19:26:13.300Z Compiling http v1.0.0
23522024-01-31T19:26:13.844Z Compiling pin-project-internal v1.1.3
23532024-01-31T19:26:13.845Z Compiling async-stream-impl v0.3.5
23542024-01-31T19:26:14.015Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23552024-01-31T19:26:14.434Z Compiling regex-syntax v0.7.5
23562024-01-31T19:26:15.714Z Compiling fastrand v2.0.0
23572024-01-31T19:26:16.792Z Compiling atomic-waker v1.1.1
23582024-01-31T19:26:17.071Z Compiling waitgroup v0.1.2
23592024-01-31T19:26:17.208Z Compiling tempfile v3.9.0
23602024-01-31T19:26:17.447Z Compiling tokio-rustls v0.25.0
23612024-01-31T19:26:18.227Z Compiling pin-project v1.1.3
23622024-01-31T19:26:18.383Z Compiling async-stream v0.3.5
23632024-01-31T19:26:18.955Z Compiling slog-bunyan v2.5.0
23642024-01-31T19:26:19.480Z Compiling serde_with_macros v3.5.1
23652024-01-31T19:26:21.590Z Compiling toml v0.8.8
23662024-01-31T19:26:22.084Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23672024-01-31T19:26:23.492Z Compiling rustls-pemfile v2.0.0
23682024-01-31T19:26:23.933Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23692024-01-31T19:26:23.957Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23702024-01-31T19:26:24.591Z Compiling parse-display-derive v0.8.2
23712024-01-31T19:26:24.623Z Compiling sha1 v0.10.6
23722024-01-31T19:26:25.339Z Compiling snafu-derive v0.7.5
23732024-01-31T19:26:26.130Z Compiling serde_path_to_error v0.1.15
23742024-01-31T19:26:26.369Z Compiling instant v0.1.12
23752024-01-31T19:26:26.590Z Compiling fs-err v2.11.0
23762024-01-31T19:26:27.036Z Compiling buf-list v1.0.3
23772024-01-31T19:26:27.823Z Compiling arc-swap v1.6.0
23782024-01-31T19:26:28.246Z Compiling same-file v1.0.6
23792024-01-31T19:26:28.687Z Compiling debug-ignore v1.0.5
23802024-01-31T19:26:28.978Z Compiling slog-scope v4.4.0
23812024-01-31T19:26:30.412Z Compiling walkdir v2.4.0
23822024-01-31T19:26:30.757Z Compiling parse-display v0.8.2
23832024-01-31T19:26:30.764Z Compiling backoff v0.4.0
23842024-01-31T19:26:31.005Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23852024-01-31T19:26:31.183Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23862024-01-31T19:26:31.271Z Compiling serde_with v3.5.1
23872024-01-31T19:26:33.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23882024-01-31T19:26:33.562Z Compiling snafu v0.7.5
23892024-01-31T19:26:34.278Z Compiling globset v0.4.13
23902024-01-31T19:26:35.850Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23912024-01-31T19:26:36.119Z Compiling strum v0.25.0
23922024-01-31T19:26:36.332Z Compiling pem v3.0.2
23932024-01-31T19:26:39.248Z Compiling olpc-cjson v0.1.3
23942024-01-31T19:26:39.249Z Compiling serde_plain v1.0.2
23952024-01-31T19:26:39.828Z Compiling macaddr v1.0.1
23962024-01-31T19:26:39.849Z Compiling async-recursion v1.0.5
23972024-01-31T19:26:41.013Z Compiling xattr v1.0.1
23982024-01-31T19:26:41.319Z Compiling filetime v0.2.23
23992024-01-31T19:26:41.455Z Compiling typed-path v0.7.0
24002024-01-31T19:26:41.841Z Compiling tar v0.4.40
24012024-01-31T19:26:42.119Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24022024-01-31T19:26:50.545Z Compiling tough v0.16.0
24032024-01-31T19:26:53.849Z Compiling slog-stdlog v4.1.1
24042024-01-31T19:26:54.376Z Compiling camino-tempfile v1.1.1
24052024-01-31T19:26:54.916Z Compiling itertools v0.12.0
24062024-01-31T19:26:55.594Z Compiling parse-size v1.0.0
24072024-01-31T19:26:56.122Z Compiling slog-envlogger v2.2.0
24082024-01-31T19:27:00.538Z Compiling humantime v2.1.0
24092024-01-31T19:27:07.738Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24102024-01-31T19:27:08.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112024-01-31T19:27:23.442Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24122024-01-31T19:27:25.607Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24132024-01-31T19:27:57.466Z Finished release [optimized] target(s) in 1m 58s
24142024-01-31T19:27:57.818Z
24152024-01-31T19:27:57.818Zreal 1:58.849734345
24162024-01-31T19:27:57.819Zuser 13:23.426905774
24172024-01-31T19:27:57.819Zsys 47.860965472
24182024-01-31T19:27:57.820Ztrap 0.475145595
24192024-01-31T19:27:57.820Ztflt 0.367564258
24202024-01-31T19:27:57.820Zdflt 0.520157581
24212024-01-31T19:27:57.820Zkflt 0.000340211
24222024-01-31T19:27:57.821Zlock 26:21.289930347
24232024-01-31T19:27:57.821Zslp 29:40.419134746
24242024-01-31T19:27:57.821Zlat 24.926097060
24252024-01-31T19:27:57.821Zstop 12.635495417
24262024-01-31T19:27:57.821Z+ ptime -m gzip
24272024-01-31T19:27:59.250Z
24282024-01-31T19:27:59.250Zreal 2.452009570
24292024-01-31T19:27:59.250Zuser 2.429987367
24302024-01-31T19:27:59.250Zsys 0.020459867
24312024-01-31T19:27:59.251Ztrap 0.000581790
24322024-01-31T19:27:59.251Ztflt 0.000000000
24332024-01-31T19:27:59.252Zdflt 0.000000000
24342024-01-31T19:27:59.305Zkflt 0.000000000
24352024-01-31T19:27:59.306Zlock 0.000000000
24362024-01-31T19:27:59.306Zslp 0.000000000
24372024-01-31T19:27:59.306Zlat 0.000652950
24382024-01-31T19:27:59.306Zstop 0.000223799
24392024-01-31T19:27:59.306Zprocess exited: duration 1193751 ms, exit code 0
 
24402024-01-31T19:27:59.638Zfound 5 output files
24412024-01-31T19:27:59.639Zuploading: /work/end-to-end-tests/bootstrap-485102d0e6124cf0.gz (10758987 bytes)
24422024-01-31T19:28:08.496Zuploaded: /work/end-to-end-tests/bootstrap-485102d0e6124cf0.gz
24432024-01-31T19:28:08.496Zuploading: /work/end-to-end-tests/bootstrap.gz (109114163 bytes)
24442024-01-31T19:29:07.123Zuploaded: /work/end-to-end-tests/bootstrap.gz
24452024-01-31T19:29:07.123Zuploading: /work/end-to-end-tests/end_to_end_tests-8616f2942d631494.gz (112279712 bytes)
24462024-01-31T19:29:53.496Zuploaded: /work/end-to-end-tests/end_to_end_tests-8616f2942d631494.gz
24472024-01-31T19:29:53.496Zuploading: /work/caboose-util.gz (4050278 bytes)
24482024-01-31T19:29:55.972Zuploaded: /work/caboose-util.gz
24492024-01-31T19:29:55.972Zuploading: /work/tufaceous.gz (15646226 bytes)
24502024-01-31T19:30:03.448Zuploaded: /work/tufaceous.gz