01HWR9J51QF4EEGJRP4KSF99KK: helios / CI tools

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

Buildomat Job: 01HWR9K0YSZ8A968YNYW2AR1RM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T20:04:09.930Zjob assigned to worker 01HWR9K8M4PNRR3B5FH3RZS2Q6 (queued for 2 m 11 s)
 
22024-04-30T20:04:17.110Zstarting task 0: "setup"
32024-04-30T20:04:17.178Z++ uname -s
42024-04-30T20:04:17.187Z+ kern=SunOS
52024-04-30T20:04:17.187Z+ case "$kern" in
62024-04-30T20:04:17.188Z+ groupadd -g 12345 build
72024-04-30T20:04:17.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T20:04:19.296Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T20:04:19.393Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T20:04:19.405Z+ home_fs=zfs
112024-04-30T20:04:19.406Z+ [[ zfs == autofs ]]
122024-04-30T20:04:19.406Z+ mkdir -p /home/build
132024-04-30T20:04:19.406Z+ chown build:build /home/build /work
142024-04-30T20:04:21.398Z+ chmod 0700 /home/build /work
152024-04-30T20:04:21.405Zprocess exited: duration 4286 ms, exit code 0
 
162024-04-30T20:04:21.420Zstarting task 1: "rust-toolchain"
172024-04-30T20:04:21.434Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T20:04:21.434Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T20:04:21.538Zinfo: downloading installer
202024-04-30T20:04:22.794Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T20:04:22.794Zwarning: /opt/ooce/bin
222024-04-30T20:04:22.795Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T20:04:22.795Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T20:04:22.795Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T20:04:22.796Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T20:04:22.796Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T20:04:22.796Zerror: cannot install while Rust is installed
282024-04-30T20:04:22.796Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T20:04:23.123Zinfo: profile set to 'default'
302024-04-30T20:04:23.123Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T20:04:23.156Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T20:04:23.219Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T20:04:23.219Zinfo: downloading component 'cargo'
342024-04-30T20:04:23.839Zinfo: downloading component 'clippy'
352024-04-30T20:04:24.046Zinfo: downloading component 'rust-docs'
362024-04-30T20:04:24.814Zinfo: downloading component 'rust-std'
372024-04-30T20:04:26.175Zinfo: downloading component 'rustc'
382024-04-30T20:04:29.768Zinfo: downloading component 'rustfmt'
392024-04-30T20:04:29.840Zinfo: installing component 'cargo'
402024-04-30T20:04:30.417Zinfo: installing component 'clippy'
412024-04-30T20:04:30.800Zinfo: installing component 'rust-docs'
422024-04-30T20:04:32.201Zinfo: installing component 'rust-std'
432024-04-30T20:04:33.998Zinfo: installing component 'rustc'
442024-04-30T20:04:38.489Zinfo: installing component 'rustfmt'
452024-04-30T20:04:38.497Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T20:04:38.497Z
472024-04-30T20:04:38.688Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T20:04:38.688Z
492024-04-30T20:04:38.697Z
502024-04-30T20:04:38.697ZRust is installed now. Great!
512024-04-30T20:04:38.697Z
522024-04-30T20:04:38.697ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T20:04:38.697Zenvironment variable. This has not been done automatically.
542024-04-30T20:04:38.697Z
552024-04-30T20:04:38.698ZTo configure your current shell, you need to source
562024-04-30T20:04:38.698Zthe corresponding env file under $HOME/.cargo.
572024-04-30T20:04:38.698Z
582024-04-30T20:04:38.699ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T20:04:38.699Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T20:04:38.699Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T20:04:38.808Z+ rustc --version
622024-04-30T20:04:38.887Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T20:04:38.914Zprocess exited: duration 17444 ms, exit code 0
 
642024-04-30T20:04:38.943Zstarting task 2: "authentication"
652024-04-30T20:04:38.976Zprocess exited: duration 33 ms, exit code 0
 
662024-04-30T20:04:39.055Zstarting task 3: "clone repository"
672024-04-30T20:04:39.073Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-30T20:04:39.073Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-30T20:04:39.533ZCloning into '/work/oxidecomputer/omicron'...
702024-04-30T20:04:44.554Z+ cd /work/oxidecomputer/omicron
712024-04-30T20:04:44.554Z+ git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a
722024-04-30T20:04:44.948ZFrom https://github.com/oxidecomputer/omicron
732024-04-30T20:04:44.948Z * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD
742024-04-30T20:04:44.956Z+ [[ -n fip-attach-refactor ]]
752024-04-30T20:04:44.956Z++ git branch --show-current
762024-04-30T20:04:44.956Z+ current=main
772024-04-30T20:04:44.956Z+ [[ main != fip-attach-refactor ]]
782024-04-30T20:04:44.956Z+ git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a
792024-04-30T20:04:44.972Z+ git checkout -f fip-attach-refactor
802024-04-30T20:04:45.088ZSwitched to branch 'fip-attach-refactor'
812024-04-30T20:04:45.106Z+ git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a
822024-04-30T20:04:45.195ZHEAD is now at a4183a139 do the same thing for probe IP allocation
832024-04-30T20:04:45.210Zprocess exited: duration 6170 ms, exit code 0
 
842024-04-30T20:04:45.697Zstarting task 4: "build"
852024-04-30T20:04:45.711Z+ cargo --version
862024-04-30T20:04:45.711Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-30T20:04:45.825Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-30T20:04:45.825Zinfo: downloading component 'cargo'
892024-04-30T20:04:46.449Zinfo: downloading component 'clippy'
902024-04-30T20:04:46.661Zinfo: downloading component 'rust-docs'
912024-04-30T20:04:47.482Zinfo: downloading component 'rust-std'
922024-04-30T20:04:48.705Zinfo: downloading component 'rustc'
932024-04-30T20:04:51.954Zinfo: downloading component 'rustfmt'
942024-04-30T20:04:52.142Zinfo: installing component 'cargo'
952024-04-30T20:04:52.957Zinfo: installing component 'clippy'
962024-04-30T20:04:53.287Zinfo: installing component 'rust-docs'
972024-04-30T20:04:54.762Zinfo: installing component 'rust-std'
982024-04-30T20:04:56.384Zinfo: installing component 'rustc'
992024-04-30T20:05:01.942Zinfo: installing component 'rustfmt'
1002024-04-30T20:05:01.942Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-30T20:05:01.943Z+ rustc --version
1022024-04-30T20:05:01.943Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-30T20:05:01.943Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-30T20:05:12.941Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-30T20:05:14.717Z Startup: Caching catalogs ... Done
1062024-04-30T20:05:17.367ZPlanning: Solver setup ... Done (2.188s)
1072024-04-30T20:05:17.412ZPlanning: Running solver ... Done (0.046s)
1082024-04-30T20:05:17.601ZPlanning: Finding local manifests ... Done (0.143s)
1092024-04-30T20:05:17.618ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-30T20:05:17.896ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-30T20:05:17.977ZPlanning: Package planning ... Done (0.049s)
1122024-04-30T20:05:18.426ZPlanning: Merging actions ... Done (0.054s)
1132024-04-30T20:05:18.460ZPlanning: Checking for conflicting actions ... Done (0.455s)
1142024-04-30T20:05:18.471ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-30T20:05:24.817ZPlanning: Evaluating mediators ... Done (6.348s)
1162024-04-30T20:05:24.826ZPlanning: Planning completed in 10.05 seconds
1172024-04-30T20:05:24.841Z Packages to install: 4
1182024-04-30T20:05:24.844Z Mediators to change: 2
1192024-04-30T20:05:24.844Z Services to change: 1
1202024-04-30T20:05:24.844Z Estimated space available: 155.32 GB
1212024-04-30T20:05:24.844ZEstimated space to be consumed: 1.44 GB
1222024-04-30T20:05:24.844Z Create boot environment: No
1232024-04-30T20:05:24.844ZCreate backup boot environment: No
1242024-04-30T20:05:24.844Z Rebuild boot archive: No
1252024-04-30T20:05:24.844Z
1262024-04-30T20:05:24.844ZChanged mediators:
1272024-04-30T20:05:24.844Z mediator clang:
1282024-04-30T20:05:24.845Z version: None -> 15 (system default)
1292024-04-30T20:05:24.845Z
1302024-04-30T20:05:24.845Z mediator llvm:
1312024-04-30T20:05:24.845Z version: 14 (system default) -> 15 (system default)
1322024-04-30T20:05:24.845Z
1332024-04-30T20:05:24.845ZChanged packages:
1342024-04-30T20:05:24.845Zhelios-dev
1352024-04-30T20:05:24.845Z developer/build-essential
1362024-04-30T20:05:24.845Z None -> 11-2.0
1372024-04-30T20:05:24.845Z library/libxmlsec1
1382024-04-30T20:05:24.845Z None -> 1.2.35-2.0
1392024-04-30T20:05:24.845Z ooce/developer/clang-15
1402024-04-30T20:05:24.845Z None -> 15.0.7-2.0
1412024-04-30T20:05:24.845Z ooce/developer/llvm-15
1422024-04-30T20:05:24.845Z None -> 15.0.7-2.0
1432024-04-30T20:05:24.845Z
1442024-04-30T20:05:24.845ZServices:
1452024-04-30T20:05:24.845Z restart_fmri:
1462024-04-30T20:05:24.845Z svc:/system/update-man-index:default
1472024-04-30T20:05:24.923Z
1482024-04-30T20:05:24.923ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-30T20:05:29.927ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s)
1502024-04-30T20:05:35.013ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (12.7M/s)
1512024-04-30T20:05:40.010ZDownload: 3070/3290 items 121.4/212.6MB 57% complete (4.3M/s)
1522024-04-30T20:05:45.012ZDownload: 3282/3290 items 209.7/212.6MB 98% complete (9.0M/s)
1532024-04-30T20:05:45.427ZDownload: Completed 212.60 MB in 20.50 seconds (10.4M/s)
1542024-04-30T20:05:47.237Z Actions: 1/3689 actions (Installing new actions)
1552024-04-30T20:05:52.261Z Actions: 3550/3689 actions (Installing new actions)
1562024-04-30T20:05:52.933Z Actions: Completed 3689 actions in 5.69 seconds.
1572024-04-30T20:05:53.051Z Done (0.113s)
1582024-04-30T20:05:53.051Z Done (0.000s)
1592024-04-30T20:05:53.335Z Done (0.285s)
1602024-04-30T20:05:59.390Z Done (5.902s)
1612024-04-30T20:05:59.612Z Done (0.147s)
1622024-04-30T20:05:59.616Z Done (0.000s)
1632024-04-30T20:05:59.784Z Done (0.000s)
1642024-04-30T20:06:00.325ZPlanning: Evaluating mediator changes ... Done
1652024-04-30T20:06:00.493ZPlanning: Checking for conflicting actions ... Done
1662024-04-30T20:06:00.499ZPlanning: Consolidating action changes ... Done
1672024-04-30T20:06:00.763ZPlanning: Evaluating mediators ... Done
1682024-04-30T20:06:00.768ZPlanning: Planning completed in 0.44 seconds
1692024-04-30T20:06:00.791Z Mediators to change: 2
1702024-04-30T20:06:00.791Z Create boot environment: No
1712024-04-30T20:06:00.796ZCreate backup boot environment: No
1722024-04-30T20:06:00.860Z Done
1732024-04-30T20:06:00.860Z Done
1742024-04-30T20:06:01.041Z Done
1752024-04-30T20:06:04.670Z Done
1762024-04-30T20:06:04.762Z Done
1772024-04-30T20:06:04.766Z Done
1782024-04-30T20:06:04.892Z Done
1792024-04-30T20:06:05.531ZPlanning: Evaluating mediator changes ... Done
1802024-04-30T20:06:05.536ZPlanning: Merging actions ... Done
1812024-04-30T20:06:05.722ZPlanning: Checking for conflicting actions ... Done
1822024-04-30T20:06:05.727ZPlanning: Consolidating action changes ... Done
1832024-04-30T20:06:05.987ZPlanning: Evaluating mediators ... Done
1842024-04-30T20:06:06.042ZPlanning: Planning completed in 0.78 seconds
1852024-04-30T20:06:06.084Z Packages to change: 1
1862024-04-30T20:06:06.084Z Mediators to change: 1
1872024-04-30T20:06:06.090Z Services to change: 1
1882024-04-30T20:06:06.090Z Create boot environment: No
1892024-04-30T20:06:06.090ZCreate backup boot environment: Yes
1902024-04-30T20:06:08.099Z Actions: 1/6 actions (Updating modified actions)
1912024-04-30T20:06:08.107Z Actions: Completed 6 actions in 0.00 seconds.
1922024-04-30T20:06:08.107Z Done
1932024-04-30T20:06:08.108Z Done
1942024-04-30T20:06:08.167Z Done
1952024-04-30T20:06:11.814Z Done
1962024-04-30T20:06:11.901Z Done
1972024-04-30T20:06:11.904Z Done
1982024-04-30T20:06:12.014Z Done
1992024-04-30T20:06:12.462ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-04-30T20:06:12.462Zclang system 15 system
2012024-04-30T20:06:12.462Zcsh system system illumos
2022024-04-30T20:06:12.463Zctags system system illumos
2032024-04-30T20:06:12.463Zgcc vendor 12 vendor
2042024-04-30T20:06:12.463Zgcc system 10 system
2052024-04-30T20:06:12.463Zgcc system 7 system
2062024-04-30T20:06:12.463Zgo system 1.20 system
2072024-04-30T20:06:12.463Zgo system 1.19 system
2082024-04-30T20:06:12.463Zllvm system 15 system
2092024-04-30T20:06:12.463Zllvm system 14 system
2102024-04-30T20:06:12.463Zmariadb system 10.6 system
2112024-04-30T20:06:12.464Zmta vendor vendor dma
2122024-04-30T20:06:12.464Zopenjdk system 17 system
2132024-04-30T20:06:12.464Zopenjdk system 11 system
2142024-04-30T20:06:12.464Zopenjdk system 1.8 system
2152024-04-30T20:06:12.464Zopenssl vendor 3 vendor
2162024-04-30T20:06:12.464Zperl system 5.36 system
2172024-04-30T20:06:12.465Zpostgresql system 15 system
2182024-04-30T20:06:12.465Zpostgresql system 13 system
2192024-04-30T20:06:12.465Zpython vendor 3 vendor
2202024-04-30T20:06:12.465Zpython system 2 system
2212024-04-30T20:06:12.465Zpython3 system 3.11 system
2222024-04-30T20:06:12.465Zruby system 3.0 system
2232024-04-30T20:06:12.465Zwords vendor vendor american-english
2242024-04-30T20:06:12.465Zwords system system australian-english
2252024-04-30T20:06:12.466Zwords system system british-english
2262024-04-30T20:06:12.466Zwords system system canadian-english
2272024-04-30T20:06:12.466Zwords system system french
2282024-04-30T20:06:12.466Zwords system system italian
2292024-04-30T20:06:12.466Zwords system system ngerman
2302024-04-30T20:06:12.466Zwords system system ogerman
2312024-04-30T20:06:12.466Zwords system system spanish
2322024-04-30T20:06:12.771ZPUBLISHER TYPE STATUS P LOCATION
2332024-04-30T20:06:12.771Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-04-30T20:06:14.135ZFMRI IFO
2352024-04-30T20:06:14.135Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-04-30T20:06:14.135Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-04-30T20:06:14.135Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-04-30T20:06:14.135Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-04-30T20:06:14.136Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-04-30T20:06:14.136Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-04-30T20:06:14.136Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-04-30T20:06:14.136Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-04-30T20:06:14.136Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-04-30T20:06:14.137Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-04-30T20:06:14.137Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-04-30T20:06:14.137Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-04-30T20:06:14.389Z+ set -o errexit
2482024-04-30T20:06:14.405Z+++ dirname ./tools/ci_download_cockroachdb
2492024-04-30T20:06:14.405Z++ cd ./tools
2502024-04-30T20:06:14.405Z++ pwd
2512024-04-30T20:06:14.405Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-04-30T20:06:14.405Z++ basename ./tools/ci_download_cockroachdb
2532024-04-30T20:06:14.406Z+ ARG0=ci_download_cockroachdb
2542024-04-30T20:06:14.406Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-04-30T20:06:14.423Z+ CIDL_VERSION=v22.1.9
2562024-04-30T20:06:14.423Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-04-30T20:06:14.424Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-04-30T20:06:14.424Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-04-30T20:06:14.424Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-04-30T20:06:14.424Z+ TARGET_DIR=out
2612024-04-30T20:06:14.425Z+ DOWNLOAD_DIR=out/downloads
2622024-04-30T20:06:14.425Z+ DEST_DIR=./out/cockroachdb
2632024-04-30T20:06:14.425Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-04-30T20:06:14.425Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-04-30T20:06:14.425Z+ main
2662024-04-30T20:06:14.425Z+ [[ 0 != 0 ]]
2672024-04-30T20:06:14.425Z+ CIDL_OS=solaris2.11
2682024-04-30T20:06:14.426Z+ [[ 0 != 0 ]]
2692024-04-30T20:06:14.426Z+ configure_os solaris2.11
2702024-04-30T20:06:14.426Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-04-30T20:06:14.426Zcurrent directory: /work/oxidecomputer/omicron
2722024-04-30T20:06:14.427Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-04-30T20:06:14.427Z+ case "$1" in
2742024-04-30T20:06:14.427Zconfiguring based on OS: "solaris2.11"
2752024-04-30T20:06:14.427Z+ CIDL_BUILD=illumos
2762024-04-30T20:06:14.427Z+ CIDL_SUFFIX=tar.gz
2772024-04-30T20:06:14.428Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-04-30T20:06:14.428Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-04-30T20:06:14.428Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-04-30T20:06:14.428Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-04-30T20:06:14.428Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-04-30T20:06:14.429Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-30T20:06:14.429Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-04-30T20:06:14.429Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-30T20:06:14.430Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-04-30T20:06:14.430Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-04-30T20:06:14.430ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-04-30T20:06:14.430Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-30T20:06:14.430ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-30T20:06:14.431Z+ mkdir -p out/downloads
2912024-04-30T20:06:14.431Z+ mkdir -p ./out/cockroachdb
2922024-04-30T20:06:14.431Z+ local DO_DOWNLOAD=true
2932024-04-30T20:06:14.431Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-04-30T20:06:14.432Z+ '[' true == true ']'
2952024-04-30T20:06:14.432Z+ echo Downloading...
2962024-04-30T20:06:14.432ZDownloading...
2972024-04-30T20:06:14.432Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-04-30T20:06:14.432Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-30T20:06:17.538Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-30T20:06:17.542Z++ sha256sum
3012024-04-30T20:06:17.542Z++ awk '{print $1}'
3022024-04-30T20:06:17.713Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-04-30T20:06:17.716Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3042024-04-30T20:06:17.716Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-30T20:06:17.716Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-04-30T20:06:19.880Z+ do_assemble_illumos
3072024-04-30T20:06:19.880Z+ rm -r ./out/cockroachdb
3082024-04-30T20:06:19.887Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-04-30T20:06:20.317Z+ ./out/cockroachdb/bin/cockroach version
3102024-04-30T20:06:20.491ZBuild Tag: v22.1.9-dirty
3112024-04-30T20:06:20.491ZBuild Time: 2022/10/26 21:17:46
3122024-04-30T20:06:20.492ZDistribution: OSS
3132024-04-30T20:06:20.492ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-04-30T20:06:20.492ZGo Version: go1.17.13
3152024-04-30T20:06:20.492ZC Compiler: gcc 10.3.0
3162024-04-30T20:06:20.492ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-04-30T20:06:20.493ZBuild Type: release
3182024-04-30T20:06:20.508Z+ set -o errexit
3192024-04-30T20:06:20.515Z+++ dirname ./tools/ci_download_clickhouse
3202024-04-30T20:06:20.515Z++ cd ./tools
3212024-04-30T20:06:20.515Z++ pwd
3222024-04-30T20:06:20.516Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-04-30T20:06:20.516Z++ basename ./tools/ci_download_clickhouse
3242024-04-30T20:06:20.523Z+ ARG0=ci_download_clickhouse
3252024-04-30T20:06:20.523Z+ TARGET_DIR=out
3262024-04-30T20:06:20.523Z+ DOWNLOAD_DIR=out/downloads
3272024-04-30T20:06:20.524Z+ DEST_DIR=./out/clickhouse
3282024-04-30T20:06:20.524Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-04-30T20:06:20.524Z+ CIDL_VERSION=v23.8.7.24
3302024-04-30T20:06:20.524Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-04-30T20:06:20.524Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-04-30T20:06:20.524Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-04-30T20:06:20.525Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-04-30T20:06:20.525Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-04-30T20:06:20.525Z+ main
3362024-04-30T20:06:20.525Z+ [[ 0 != 0 ]]
3372024-04-30T20:06:20.525Z+ CIDL_OS=solaris2.11
3382024-04-30T20:06:20.525Z+ [[ 0 != 0 ]]
3392024-04-30T20:06:20.525Z+ configure_os solaris2.11
3402024-04-30T20:06:20.526Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-04-30T20:06:20.526Zcurrent directory: /work/oxidecomputer/omicron
3422024-04-30T20:06:20.526Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-04-30T20:06:20.526Z+ CIDL_DASHREV=
3442024-04-30T20:06:20.526Z+ case "$1" in
3452024-04-30T20:06:20.527Zconfiguring based on OS: "solaris2.11"
3462024-04-30T20:06:20.527Z+ CIDL_PLATFORM=illumos
3472024-04-30T20:06:20.527Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-04-30T20:06:20.527Z+ CIDL_MD5FUNC=do_md5sum
3492024-04-30T20:06:20.527Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-04-30T20:06:20.527Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-30T20:06:20.528Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-04-30T20:06:20.528Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-30T20:06:20.528Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-04-30T20:06:20.528ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-30T20:06:20.528ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-30T20:06:20.528Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-04-30T20:06:20.528Z+ mkdir -p out/downloads
3582024-04-30T20:06:20.529Z+ mkdir -p ./out/clickhouse
3592024-04-30T20:06:20.538Z+ local DO_DOWNLOAD=true
3602024-04-30T20:06:20.539Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-04-30T20:06:20.539Z+ '[' true == true ']'
3622024-04-30T20:06:20.539Z+ echo Downloading...
3632024-04-30T20:06:20.539ZDownloading...
3642024-04-30T20:06:20.539Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-30T20:06:20.540Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-04-30T20:06:22.595Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-04-30T20:06:22.599Z++ md5sum
3682024-04-30T20:06:22.599Z++ awk '{print $1}'
3692024-04-30T20:06:22.827Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-04-30T20:06:22.849Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3712024-04-30T20:06:22.849Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-04-30T20:06:22.849Z+ mkdir -p ./out/clickhouse
3732024-04-30T20:06:22.849Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-04-30T20:06:30.621Z+ [[ solaris2.11 == darwin* ]]
3752024-04-30T20:06:30.621Z+ ./out/clickhouse/clickhouse server --version
3762024-04-30T20:06:30.803ZClickHouse server version 23.8.7.1.
3772024-04-30T20:06:30.804Z+ set -o errexit
3782024-04-30T20:06:30.867Z+++ dirname ./tools/ci_download_console
3792024-04-30T20:06:30.867Z++ cd ./tools
3802024-04-30T20:06:30.868Z++ pwd
3812024-04-30T20:06:30.868Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-04-30T20:06:30.868Z++ basename ./tools/ci_download_console
3832024-04-30T20:06:30.868Z+ ARG0=ci_download_console
3842024-04-30T20:06:30.868Z+ TARGET_DIR=out
3852024-04-30T20:06:30.868Z+ DOWNLOAD_DIR=out/downloads
3862024-04-30T20:06:30.868Z+ DEST_DIR=./out/console-assets
3872024-04-30T20:06:30.868Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-04-30T20:06:30.868Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
3892024-04-30T20:06:30.869Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
3902024-04-30T20:06:30.869Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3912024-04-30T20:06:30.869Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-04-30T20:06:30.869Z+ main
3932024-04-30T20:06:30.869Z+ [[ 0 != 0 ]]
3942024-04-30T20:06:30.869Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
3952024-04-30T20:06:30.869ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3962024-04-30T20:06:30.869Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-04-30T20:06:30.869ZLocal file: out/downloads/console.tar.gz
3982024-04-30T20:06:30.869Z+ local DO_DOWNLOAD=true
3992024-04-30T20:06:30.869Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-04-30T20:06:30.869Z+ mkdir -p out/downloads
4012024-04-30T20:06:30.869Z+ '[' true == true ']'
4022024-04-30T20:06:30.869Z+ echo Downloading...
4032024-04-30T20:06:30.869ZDownloading...
4042024-04-30T20:06:30.869Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4052024-04-30T20:06:30.869Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4062024-04-30T20:06:30.869Z++ do_sha256sum out/downloads/console.tar.gz
4072024-04-30T20:06:30.869Z++ case "$OSTYPE" in
4082024-04-30T20:06:30.869Z++ SHA=sha256sum
4092024-04-30T20:06:30.870Z++ sha256sum
4102024-04-30T20:06:30.870Z++ awk '{print $1}'
4112024-04-30T20:06:30.870Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4122024-04-30T20:06:30.870Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4132024-04-30T20:06:30.870Z+ rm -rf ./out/console-assets
4142024-04-30T20:06:30.870Z+ mkdir -p ./out/console-assets
4152024-04-30T20:06:30.870Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-04-30T20:06:30.870Z+ mkdir -p ./out/console-assets
4172024-04-30T20:06:30.870Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-04-30T20:06:30.870Z+ set -o errexit
4192024-04-30T20:06:30.870Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-04-30T20:06:30.870Z++ cd ./tools
4212024-04-30T20:06:30.870Z++ pwd
4222024-04-30T20:06:30.870Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-04-30T20:06:30.870Z++ basename ./tools/ci_download_maghemite_openapi
4242024-04-30T20:06:30.870Z+ ARG0=ci_download_maghemite_openapi
4252024-04-30T20:06:30.870Z+ TARGET_DIR=out
4262024-04-30T20:06:30.870Z+ DOWNLOAD_DIR=out/downloads
4272024-04-30T20:06:30.870Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-04-30T20:06:30.870Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-04-30T20:06:30.870Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-04-30T20:06:30.870Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-04-30T20:06:30.870Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-04-30T20:06:30.871Z+ main
4332024-04-30T20:06:30.871Z+ rm -rf out/downloads/root
4342024-04-30T20:06:30.871Z+ [[ 0 != 0 ]]
4352024-04-30T20:06:30.871Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-04-30T20:06:30.871ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-04-30T20:06:30.871Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-04-30T20:06:30.871ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-04-30T20:06:30.871Z+ local DO_DOWNLOAD=true
4402024-04-30T20:06:30.871Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-04-30T20:06:30.871Z+ mkdir -p out/downloads
4422024-04-30T20:06:30.871Z+ '[' true == true ']'
4432024-04-30T20:06:30.871Z+ echo Downloading...
4442024-04-30T20:06:30.871ZDownloading...
4452024-04-30T20:06:30.872Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-30T20:06:30.872Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4472024-04-30T20:06:30.963Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-30T20:06:30.963Z++ case "$OSTYPE" in
4492024-04-30T20:06:31.393Z++ SHA=sha256sum
4502024-04-30T20:06:31.394Z++ sha256sum
4512024-04-30T20:06:31.394Z++ awk '{print $1}'
4522024-04-30T20:06:31.395Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-04-30T20:06:31.396Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4542024-04-30T20:06:31.396Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-04-30T20:06:31.396Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-04-30T20:06:31.396Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-04-30T20:06:31.396Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-04-30T20:06:31.396Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-04-30T20:06:31.396Z+ main
4602024-04-30T20:06:31.397Z+ rm -rf out/downloads/root
4612024-04-30T20:06:31.397Z+ [[ 0 != 0 ]]
4622024-04-30T20:06:31.397Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-04-30T20:06:31.397ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-04-30T20:06:31.397Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-04-30T20:06:31.398Z+ local DO_DOWNLOAD=true
4662024-04-30T20:06:31.398ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-04-30T20:06:31.398Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-04-30T20:06:31.398Z+ mkdir -p out/downloads
4692024-04-30T20:06:31.398Z+ '[' true == true ']'
4702024-04-30T20:06:31.398Z+ echo Downloading...
4712024-04-30T20:06:31.399ZDownloading...
4722024-04-30T20:06:31.399Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-30T20:06:31.399Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-04-30T20:06:31.426Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-30T20:06:31.426Z++ case "$OSTYPE" in
4762024-04-30T20:06:31.427Z++ SHA=sha256sum
4772024-04-30T20:06:31.427Z++ sha256sum
4782024-04-30T20:06:31.427Z++ awk '{print $1}'
4792024-04-30T20:06:31.427Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-04-30T20:06:31.427Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4812024-04-30T20:06:31.427Z+ set -o errexit
4822024-04-30T20:06:31.427Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-04-30T20:06:31.427Z++ cd ./tools
4842024-04-30T20:06:31.428Z++ pwd
4852024-04-30T20:06:31.428Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-04-30T20:06:31.428Z++ basename ./tools/ci_download_dendrite_openapi
4872024-04-30T20:06:31.428Z+ ARG0=ci_download_dendrite_openapi
4882024-04-30T20:06:31.428Z+ TARGET_DIR=out
4892024-04-30T20:06:31.428Z+ DOWNLOAD_DIR=out/downloads
4902024-04-30T20:06:31.428Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-04-30T20:06:31.428Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4922024-04-30T20:06:31.429Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-04-30T20:06:31.429Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4942024-04-30T20:06:31.429Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4952024-04-30T20:06:31.429Z+ main
4962024-04-30T20:06:31.429Z+ [[ 0 != 0 ]]
4972024-04-30T20:06:31.429Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4982024-04-30T20:06:31.429Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
4992024-04-30T20:06:31.429ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5002024-04-30T20:06:31.429ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5012024-04-30T20:06:31.429Z+ local DO_DOWNLOAD=true
5022024-04-30T20:06:31.430Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5032024-04-30T20:06:31.430Z+ mkdir -p out/downloads
5042024-04-30T20:06:31.430Z+ '[' true == true ']'
5052024-04-30T20:06:31.430Z+ echo Downloading...
5062024-04-30T20:06:31.430ZDownloading...
5072024-04-30T20:06:31.430Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-30T20:06:31.430Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5092024-04-30T20:06:31.430Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-30T20:06:31.431Z++ case "$OSTYPE" in
5112024-04-30T20:06:31.431Z++ SHA=sha256sum
5122024-04-30T20:06:31.431Z++ sha256sum
5132024-04-30T20:06:31.431Z++ awk '{print $1}'
5142024-04-30T20:06:31.431Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-04-30T20:06:31.431Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5162024-04-30T20:06:31.431Z+ set -o errexit
5172024-04-30T20:06:31.431Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-04-30T20:06:31.431Z++ cd ./tools
5192024-04-30T20:06:31.431Z++ pwd
5202024-04-30T20:06:31.432Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-04-30T20:06:31.432Z++ basename ./tools/ci_download_dendrite_stub
5222024-04-30T20:06:31.432Z+ ARG0=ci_download_dendrite_stub
5232024-04-30T20:06:31.432Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-04-30T20:06:31.433Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5252024-04-30T20:06:31.433Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5262024-04-30T20:06:31.433Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5272024-04-30T20:06:31.433Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-04-30T20:06:31.434Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5292024-04-30T20:06:31.434Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-04-30T20:06:31.434Z+ TARGET_DIR=out
5312024-04-30T20:06:31.434Z+ DOWNLOAD_DIR=out/downloads
5322024-04-30T20:06:31.434Z+ DEST_DIR=./out/dendrite-stub
5332024-04-30T20:06:31.435Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-04-30T20:06:31.435Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-04-30T20:06:31.435Z+ REPO=oxidecomputer/dendrite
5362024-04-30T20:06:31.435Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5372024-04-30T20:06:31.435Z+ main
5382024-04-30T20:06:31.435Z+ [[ 0 != 0 ]]
5392024-04-30T20:06:31.435Z+ CIDL_OS=solaris2.11
5402024-04-30T20:06:31.435Z+ [[ 0 != 0 ]]
5412024-04-30T20:06:31.435Z+ configure_os solaris2.11
5422024-04-30T20:06:31.436Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-04-30T20:06:31.436Zcurrent directory: /work/oxidecomputer/omicron
5442024-04-30T20:06:31.436Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-04-30T20:06:31.436Z+ case "$1" in
5462024-04-30T20:06:31.436Zconfiguring based on OS: "solaris2.11"
5472024-04-30T20:06:31.436Z+ SET_BINARIES=
5482024-04-30T20:06:31.436Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5492024-04-30T20:06:31.436Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-04-30T20:06:31.437Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-04-30T20:06:31.437Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5522024-04-30T20:06:31.437Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-04-30T20:06:31.437Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5542024-04-30T20:06:31.437Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5552024-04-30T20:06:31.437ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5562024-04-30T20:06:31.437ZLocal file: out/downloads/dendrite-stub.tar.gz
5572024-04-30T20:06:31.437Z+ mkdir -p out/downloads
5582024-04-30T20:06:31.437Z+ mkdir -p ./out/dendrite-stub
5592024-04-30T20:06:31.438Z+ fetch_and_verify
5602024-04-30T20:06:31.438Z+ local DO_DOWNLOAD=true
5612024-04-30T20:06:31.438Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-04-30T20:06:31.438Z+ '[' true == true ']'
5632024-04-30T20:06:31.438Z+ echo Downloading...
5642024-04-30T20:06:31.438ZDownloading...
5652024-04-30T20:06:31.438Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-04-30T20:06:31.438Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5672024-04-30T20:06:36.502Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-04-30T20:06:36.525Z++ sha256sum
5692024-04-30T20:06:36.525Z++ awk '{print $1}'
5702024-04-30T20:06:36.955Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5712024-04-30T20:06:36.955Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5722024-04-30T20:06:36.955Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-04-30T20:06:36.955Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-04-30T20:06:37.111Z+ do_assemble
5752024-04-30T20:06:37.111Z+ rm -r ./out/dendrite-stub
5762024-04-30T20:06:37.114Z+ mkdir ./out/dendrite-stub
5772024-04-30T20:06:37.121Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-04-30T20:06:37.206Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-04-30T20:06:37.216Z+ set -o errexit
5802024-04-30T20:06:37.218Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-04-30T20:06:37.221Z++ cd ./tools
5822024-04-30T20:06:37.221Z++ pwd
5832024-04-30T20:06:37.221Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-04-30T20:06:37.225Z++ basename ./tools/ci_download_maghemite_mgd
5852024-04-30T20:06:37.225Z+ ARG0=ci_download_maghemite_mgd
5862024-04-30T20:06:37.225Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-04-30T20:06:37.225Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-04-30T20:06:37.225Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-04-30T20:06:37.225Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-04-30T20:06:37.225Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-04-30T20:06:37.225Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-04-30T20:06:37.225Z+ TARGET_DIR=out
5932024-04-30T20:06:37.226Z+ DOWNLOAD_DIR=out/downloads
5942024-04-30T20:06:37.226Z+ DEST_DIR=./out/mgd
5952024-04-30T20:06:37.226Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-04-30T20:06:37.226Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-04-30T20:06:37.226Z+ REPO=oxidecomputer/maghemite
5982024-04-30T20:06:37.226Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-04-30T20:06:37.226Z+ main
6002024-04-30T20:06:37.226Z+ rm -rf out/downloads/root
6012024-04-30T20:06:37.231Z+ [[ 0 != 0 ]]
6022024-04-30T20:06:37.231Z+ CIDL_OS=solaris2.11
6032024-04-30T20:06:37.234Z+ [[ 0 != 0 ]]
6042024-04-30T20:06:37.234Z+ configure_os solaris2.11
6052024-04-30T20:06:37.234Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-04-30T20:06:37.234Zcurrent directory: /work/oxidecomputer/omicron
6072024-04-30T20:06:37.234Zconfiguring based on OS: "solaris2.11"
6082024-04-30T20:06:37.234Z+ echo 'configuring based on OS: "solaris2.11"'
6092024-04-30T20:06:37.234Z+ case "$1" in
6102024-04-30T20:06:37.235Z+ SET_BINARIES=
6112024-04-30T20:06:37.235Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-04-30T20:06:37.235Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-04-30T20:06:37.235Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-04-30T20:06:37.235Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-04-30T20:06:37.235Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-04-30T20:06:37.235Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6172024-04-30T20:06:37.235ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6182024-04-30T20:06:37.235ZLocal file: out/downloads/mgd.tar.gz
6192024-04-30T20:06:37.235Z+ mkdir -p out/downloads
6202024-04-30T20:06:37.235Z+ mkdir -p ./out/mgd
6212024-04-30T20:06:37.239Z+ fetch_and_verify
6222024-04-30T20:06:37.239Z+ local DO_DOWNLOAD=true
6232024-04-30T20:06:37.239Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-04-30T20:06:37.239Z+ '[' true == true ']'
6252024-04-30T20:06:37.239Z+ echo Downloading...
6262024-04-30T20:06:37.239ZDownloading...
6272024-04-30T20:06:37.239Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-04-30T20:06:37.239Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-04-30T20:06:44.498Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-04-30T20:06:44.503Z++ sha256sum
6312024-04-30T20:06:44.503Z++ awk '{print $1}'
6322024-04-30T20:06:44.522Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-04-30T20:06:44.525Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6342024-04-30T20:06:44.525Z+ do_untar out/downloads/mgd.tar.gz
6352024-04-30T20:06:44.525Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-04-30T20:06:45.115Z+ do_assemble
6372024-04-30T20:06:45.115Z+ rm -r ./out/mgd
6382024-04-30T20:06:45.121Z+ mkdir ./out/mgd
6392024-04-30T20:06:45.124Z+ cp -r out/downloads/root ./out/mgd/root
6402024-04-30T20:06:45.632Z+ set -o errexit
6412024-04-30T20:06:45.638Z+++ dirname ./tools/ci_download_transceiver_control
6422024-04-30T20:06:45.638Z++ cd ./tools
6432024-04-30T20:06:45.639Z++ pwd
6442024-04-30T20:06:45.639Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-04-30T20:06:45.639Z++ basename ./tools/ci_download_transceiver_control
6462024-04-30T20:06:45.639Z+ ARG0=ci_download_transceiver_control
6472024-04-30T20:06:45.639Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-04-30T20:06:45.639Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-04-30T20:06:45.639Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-04-30T20:06:45.639Z+ TARGET_DIR=out
6512024-04-30T20:06:45.640Z+ DOWNLOAD_DIR=out/downloads
6522024-04-30T20:06:45.640Z+ DEST_DIR=./out/transceiver-control
6532024-04-30T20:06:45.640Z+ BIN_DIR=/opt/oxide/bin
6542024-04-30T20:06:45.640Z+ BINARY=xcvradm
6552024-04-30T20:06:45.640Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-04-30T20:06:45.640Z+ REPO=oxidecomputer/transceiver-control
6572024-04-30T20:06:45.640Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-04-30T20:06:45.640Z+ main
6592024-04-30T20:06:45.641Z+ [[ 0 != 0 ]]
6602024-04-30T20:06:45.641Z+ CIDL_OS=solaris2.11
6612024-04-30T20:06:45.641Z+ [[ 0 != 0 ]]
6622024-04-30T20:06:45.641Z+ configure_os solaris2.11
6632024-04-30T20:06:45.641Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-04-30T20:06:45.641Zcurrent directory: /work/oxidecomputer/omicron
6652024-04-30T20:06:45.641Zconfiguring based on OS: "solaris2.11"
6662024-04-30T20:06:45.642Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-04-30T20:06:45.642Z+ case "$1" in
6682024-04-30T20:06:45.642Z+ SET_BINARIES=
6692024-04-30T20:06:45.642Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-04-30T20:06:45.642Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-04-30T20:06:45.642Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-04-30T20:06:45.643Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-04-30T20:06:45.643Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-04-30T20:06:45.643Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-04-30T20:06:45.643ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-04-30T20:06:45.643ZLocal file: out/downloads/xcvradm.gz
6772024-04-30T20:06:45.643Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-04-30T20:06:45.644Z+ mkdir -p out/downloads
6792024-04-30T20:06:45.644Z+ mkdir -p ./out/transceiver-control
6802024-04-30T20:06:45.644Z+ fetch_and_verify
6812024-04-30T20:06:45.644Z+ local DO_DOWNLOAD=true
6822024-04-30T20:06:45.644Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-04-30T20:06:45.644Z+ '[' true == true ']'
6842024-04-30T20:06:45.644Z+ echo Downloading...
6852024-04-30T20:06:45.645Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6862024-04-30T20:06:45.645ZDownloading...
6872024-04-30T20:06:45.645Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882024-04-30T20:06:48.331Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-04-30T20:06:48.334Z++ sha256sum
6902024-04-30T20:06:48.334Z++ awk '{print $1}'
6912024-04-30T20:06:48.340Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-04-30T20:06:48.344Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6932024-04-30T20:06:48.344Z+ do_unpack out/downloads/xcvradm.gz
6942024-04-30T20:06:48.344Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-04-30T20:06:48.344Z+ gzip -dc out/downloads/xcvradm.gz
6962024-04-30T20:06:48.462Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-04-30T20:06:48.476Z+ do_assemble
6982024-04-30T20:06:48.476Z+ rm -r ./out/transceiver-control
6992024-04-30T20:06:48.476Z+ mkdir ./out/transceiver-control
7002024-04-30T20:06:48.476Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-04-30T20:06:48.567Z+ set -o errexit
7022024-04-30T20:06:48.578Z+++ dirname ./tools/ci_download_thundermuffin
7032024-04-30T20:06:48.578Z++ cd ./tools
7042024-04-30T20:06:48.578Z++ pwd
7052024-04-30T20:06:48.578Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-04-30T20:06:48.579Z++ basename ./tools/ci_download_thundermuffin
7072024-04-30T20:06:48.579Z+ ARG0=ci_download_thundermuffin
7082024-04-30T20:06:48.579Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-04-30T20:06:48.579Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-04-30T20:06:48.579Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-04-30T20:06:48.579Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-04-30T20:06:48.579Z+ TARGET_DIR=out
7132024-04-30T20:06:48.579Z+ DOWNLOAD_DIR=out/downloads
7142024-04-30T20:06:48.579Z+ DEST_DIR=./out/thundermuffin
7152024-04-30T20:06:48.579Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-04-30T20:06:48.579Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-04-30T20:06:48.579Z+ REPO=oxidecomputer/thundermuffin
7182024-04-30T20:06:48.579Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-04-30T20:06:48.579Z+ main
7202024-04-30T20:06:48.579Z+ rm -rf out/downloads/root
7212024-04-30T20:06:48.583Z+ [[ 0 != 0 ]]
7222024-04-30T20:06:48.583Z+ CIDL_OS=solaris2.11
7232024-04-30T20:06:48.583Z+ [[ 0 != 0 ]]
7242024-04-30T20:06:48.583Z+ configure_os solaris2.11
7252024-04-30T20:06:48.583Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-04-30T20:06:48.583Zcurrent directory: /work/oxidecomputer/omicron
7272024-04-30T20:06:48.583Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-04-30T20:06:48.584Z+ case "$1" in
7292024-04-30T20:06:48.584Zconfiguring based on OS: "solaris2.11"
7302024-04-30T20:06:48.584Z+ SET_BINARIES=
7312024-04-30T20:06:48.584Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-04-30T20:06:48.584Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-04-30T20:06:48.584Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-04-30T20:06:48.584Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-04-30T20:06:48.584Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-04-30T20:06:48.584ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7372024-04-30T20:06:48.584ZLocal file: out/downloads/thundermuffin.tar.gz
7382024-04-30T20:06:48.584Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-04-30T20:06:48.584Z+ mkdir -p out/downloads
7402024-04-30T20:06:48.584Z+ mkdir -p ./out/thundermuffin
7412024-04-30T20:06:48.584Z+ fetch_and_verify
7422024-04-30T20:06:48.584Z+ local DO_DOWNLOAD=true
7432024-04-30T20:06:48.584Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-04-30T20:06:48.584Z+ '[' true == true ']'
7452024-04-30T20:06:48.584Z+ echo Downloading...
7462024-04-30T20:06:48.584ZDownloading...
7472024-04-30T20:06:48.584Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-04-30T20:06:48.584Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7492024-04-30T20:06:50.162Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-04-30T20:06:50.165Z++ sha256sum
7512024-04-30T20:06:50.165Z++ awk '{print $1}'
7522024-04-30T20:06:50.168Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-04-30T20:06:50.171Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7542024-04-30T20:06:50.171Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-04-30T20:06:50.171Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-04-30T20:06:50.249Z+ do_assemble
7572024-04-30T20:06:50.250Z+ rm -r ./out/thundermuffin
7582024-04-30T20:06:50.259Z+ mkdir ./out/thundermuffin
7592024-04-30T20:06:50.259Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-04-30T20:06:50.267ZAll prerequisites installed successfully
7612024-04-30T20:06:50.268Z
7622024-04-30T20:06:50.268Zreal 1:49.187263995
7632024-04-30T20:06:50.268Zuser 38.246270221
7642024-04-30T20:06:50.268Zsys 7.297331663
7652024-04-30T20:06:50.268Ztrap 0.009133267
7662024-04-30T20:06:50.268Ztflt 0.184793624
7672024-04-30T20:06:50.268Zdflt 0.568630566
7682024-04-30T20:06:50.269Zkflt 0.189292793
7692024-04-30T20:06:50.269Zlock 1.054147643
7702024-04-30T20:06:50.269Zslp 3:34.558350940
7712024-04-30T20:06:50.269Zlat 2.156789580
7722024-04-30T20:06:50.269Zstop 0.140624048
7732024-04-30T20:06:50.269Z+ banner end-to-end-tests
7742024-04-30T20:06:50.269Z
7752024-04-30T20:06:50.269Z ###### # # ##### ##### #### ###### # # #####
7762024-04-30T20:06:50.269Z # ## # # # # # # # ## # # #
7772024-04-30T20:06:50.269Z ##### # # # # # ##### # # # ##### ##### # # # # #
7782024-04-30T20:06:50.269Z # # # # # # # # # # # # # # #
7792024-04-30T20:06:50.270Z # # ## # # # # # # # ## # #
7802024-04-30T20:06:50.270Z ###### # # ##### # #### ###### # # #####
7812024-04-30T20:06:50.270Z
7822024-04-30T20:06:50.270Z+ export CARGO_PROFILE_DEV_DEBUG=1
7832024-04-30T20:06:50.270Z+ CARGO_PROFILE_DEV_DEBUG=1
7842024-04-30T20:06:50.270Z+ export CARGO_PROFILE_TEST_DEBUG=1
7852024-04-30T20:06:50.270Z+ CARGO_PROFILE_TEST_DEBUG=1
7862024-04-30T20:06:50.270Z+ export CARGO_INCREMENTAL=0
7872024-04-30T20:06:50.270Z+ CARGO_INCREMENTAL=0
7882024-04-30T20:06:50.271Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7892024-04-30T20:06:50.486Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7902024-04-30T20:06:50.792Z Updating git repository `https://github.com/oxidecomputer/zone`
7912024-04-30T20:06:51.131Z Updating crates.io index
7922024-04-30T20:06:51.165Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7932024-04-30T20:06:51.955Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7942024-04-30T20:06:52.720Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7952024-04-30T20:06:54.606Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7962024-04-30T20:06:55.216Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7972024-04-30T20:06:55.497Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982024-04-30T20:06:56.447Z Updating git repository `https://github.com/oxidecomputer/crucible`
7992024-04-30T20:06:58.245Z Updating git repository `https://github.com/oxidecomputer/opte`
8002024-04-30T20:06:59.292Z Updating git repository `https://github.com/oxidecomputer/falcon`
8012024-04-30T20:07:00.094Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-04-30T20:07:00.401Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8032024-04-30T20:07:00.959Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8042024-04-30T20:07:01.310Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8052024-04-30T20:07:01.645Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8062024-04-30T20:07:01.980Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8072024-04-30T20:07:02.335Z Updating git repository `http://github.com/oxidecomputer/tofino`
8082024-04-30T20:07:02.656Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8092024-04-30T20:07:02.954Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8102024-04-30T20:07:03.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8112024-04-30T20:07:03.632Z Updating git repository `https://github.com/oxidecomputer/ispf`
8122024-04-30T20:07:03.928Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132024-04-30T20:07:04.372Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8142024-04-30T20:07:05.069Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8152024-04-30T20:07:05.421Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8162024-04-30T20:07:05.815Z Updating git repository `https://github.com/jgallagher/nix`
8172024-04-30T20:07:07.083Z Updating git repository `https://github.com/cbiffle/hubpack`
8182024-04-30T20:07:07.398Z Updating git repository `https://github.com/oxidecomputer/typify`
8192024-04-30T20:07:09.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202024-04-30T20:07:09.873Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212024-04-30T20:07:10.141Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222024-04-30T20:07:10.607Z Updating git repository `https://github.com/oxidecomputer/rfb`
8232024-04-30T20:07:11.740Z Downloading crates ...
8242024-04-30T20:07:11.847Z Downloaded adler v1.0.2
8252024-04-30T20:07:11.866Z Downloaded atomicwrites v0.4.3
8262024-04-30T20:07:11.866Z Downloaded anstyle v1.0.6
8272024-04-30T20:07:11.879Z Downloaded async-stream-impl v0.3.5
8282024-04-30T20:07:11.879Z Downloaded async-stream v0.3.5
8292024-04-30T20:07:11.879Z Downloaded aes-gcm v0.10.3
8302024-04-30T20:07:11.879Z Downloaded indexmap v1.9.3
8312024-04-30T20:07:11.890Z Downloaded backtrace v0.3.69
8322024-04-30T20:07:11.891Z Downloaded byteorder v1.5.0
8332024-04-30T20:07:11.891Z Downloaded ascii v1.1.0
8342024-04-30T20:07:11.891Z Downloaded iana-time-zone v0.1.57
8352024-04-30T20:07:11.891Z Downloaded base64 v0.22.0
8362024-04-30T20:07:11.904Z Downloaded atomic-waker v1.1.1
8372024-04-30T20:07:11.904Z Downloaded arrayref v0.3.7
8382024-04-30T20:07:11.904Z Downloaded idna v0.5.0
8392024-04-30T20:07:11.926Z Downloaded ident_case v1.0.1
8402024-04-30T20:07:11.926Z Downloaded arc-swap v1.6.0
8412024-04-30T20:07:11.926Z Downloaded der_derive v0.7.2
8422024-04-30T20:07:11.926Z Downloaded crypto-common v0.1.6
8432024-04-30T20:07:11.926Z Downloaded bytecount v0.6.3
8442024-04-30T20:07:11.926Z Downloaded async-trait v0.1.80
8452024-04-30T20:07:11.932Z Downloaded linked-hash-map v0.5.6
8462024-04-30T20:07:11.932Z Downloaded kstat-rs v0.2.3
8472024-04-30T20:07:11.932Z Downloaded ipnet v2.9.0
8482024-04-30T20:07:11.932Z Downloaded idna v0.2.3
8492024-04-30T20:07:11.932Z Downloaded ciborium-ll v0.2.2
8502024-04-30T20:07:11.932Z Downloaded ciborium-io v0.2.2
8512024-04-30T20:07:11.932Z Downloaded bitstruct_derive v0.1.0
8522024-04-30T20:07:11.932Z Downloaded bit-set v0.5.3
8532024-04-30T20:07:11.933Z Downloaded idna v0.3.0
8542024-04-30T20:07:11.939Z Downloaded libsw v3.3.1
8552024-04-30T20:07:11.942Z Downloaded linear-map v1.2.0
8562024-04-30T20:07:11.942Z Downloaded memmap v0.7.0
8572024-04-30T20:07:11.945Z Downloaded opaque-debug v0.3.0
8582024-04-30T20:07:11.945Z Downloaded clap_builder v4.5.2
8592024-04-30T20:07:11.951Z Downloaded num-integer v0.1.46
8602024-04-30T20:07:11.954Z Downloaded md5 v0.7.0
8612024-04-30T20:07:11.957Z Downloaded darling_macro v0.20.8
8622024-04-30T20:07:11.957Z Downloaded bitstruct v0.1.1
8632024-04-30T20:07:11.957Z Downloaded num-conv v0.1.0
8642024-04-30T20:07:11.960Z Downloaded cstr-argument v0.1.2
8652024-04-30T20:07:11.960Z Downloaded instant v0.1.12
8662024-04-30T20:07:11.963Z Downloaded crucible-workspace-hack v0.1.0
8672024-04-30T20:07:11.964Z Downloaded crc32fast v1.3.2
8682024-04-30T20:07:11.978Z Downloaded swrite v0.1.0
8692024-04-30T20:07:11.978Z Downloaded is-terminal v0.4.9
8702024-04-30T20:07:12.395Z Downloaded peg-runtime v0.8.2
8712024-04-30T20:07:12.395Z Downloaded chacha20 v0.9.1
8722024-04-30T20:07:12.395Z Downloaded num-iter v0.1.44
8732024-04-30T20:07:12.395Z Downloaded macaddr v1.0.1
8742024-04-30T20:07:12.395Z Downloaded num_enum_derive v0.5.11
8752024-04-30T20:07:12.395Z Downloaded darling v0.20.8
8762024-04-30T20:07:12.395Z Downloaded slog-bunyan v2.5.0
8772024-04-30T20:07:12.395Z Downloaded toml_datetime v0.6.5
8782024-04-30T20:07:12.395Z Downloaded take_mut v0.2.2
8792024-04-30T20:07:12.395Z Downloaded anyhow v1.0.82
8802024-04-30T20:07:12.395Z Downloaded openssl-macros v0.1.1
8812024-04-30T20:07:12.403Z Downloaded openssl-probe v0.1.5
8822024-04-30T20:07:12.403Z Downloaded matches v0.1.10
8832024-04-30T20:07:12.403Z Downloaded cobs v0.2.3
8842024-04-30T20:07:12.403Z Downloaded newtype_derive v0.1.6
8852024-04-30T20:07:12.403Z Downloaded newline-converter v0.3.0
8862024-04-30T20:07:12.404Z Downloaded num_threads v0.1.6
8872024-04-30T20:07:12.404Z Downloaded constant_time_eq v0.3.0
8882024-04-30T20:07:12.404Z Downloaded colored v2.1.0
8892024-04-30T20:07:12.404Z Downloaded clap_lex v0.7.0
8902024-04-30T20:07:12.404Z Downloaded mime v0.3.17
8912024-04-30T20:07:12.404Z Downloaded bitflags v1.3.2
8922024-04-30T20:07:12.404Z Downloaded cookie_store v0.20.0
8932024-04-30T20:07:12.404Z Downloaded dirs v5.0.1
8942024-04-30T20:07:12.404Z Downloaded num-complex v0.4.5
8952024-04-30T20:07:12.404Z Downloaded memmap2 v0.7.1
8962024-04-30T20:07:12.404Z Downloaded defmt-macros v0.3.6
8972024-04-30T20:07:12.404Z Downloaded subtle v2.5.0
8982024-04-30T20:07:12.404Z Downloaded slab v0.4.9
8992024-04-30T20:07:12.405Z Downloaded signal-hook-registry v1.4.1
9002024-04-30T20:07:12.405Z Downloaded parking_lot v0.11.2
9012024-04-30T20:07:12.405Z Downloaded fxhash v0.2.1
9022024-04-30T20:07:12.405Z Downloaded num-derive v0.4.0
9032024-04-30T20:07:12.405Z Downloaded lazy_static v1.4.0
9042024-04-30T20:07:12.405Z Downloaded stringprep v0.1.3
9052024-04-30T20:07:12.405Z Downloaded pem-rfc7468 v0.7.0
9062024-04-30T20:07:12.405Z Downloaded lru-cache v0.1.2
9072024-04-30T20:07:12.405Z Downloaded parse-display-derive v0.9.0
9082024-04-30T20:07:12.405Z Downloaded num v0.4.2
9092024-04-30T20:07:12.405Z Downloaded heck v0.4.1
9102024-04-30T20:07:12.405Z Downloaded hubpack_derive v0.1.1
9112024-04-30T20:07:12.405Z Downloaded owo-colors v4.0.0
9122024-04-30T20:07:12.406Z Downloaded cookie v0.17.0
9132024-04-30T20:07:12.406Z Downloaded pest_generator v2.7.6
9142024-04-30T20:07:12.406Z Downloaded mime_guess v2.0.4
9152024-04-30T20:07:12.406Z Downloaded pem v3.0.4
9162024-04-30T20:07:12.406Z Downloaded nibble_vec v0.1.0
9172024-04-30T20:07:12.406Z Downloaded pbkdf2 v0.12.2
9182024-04-30T20:07:12.406Z Downloaded percent-encoding v2.3.1
9192024-04-30T20:07:12.406Z Downloaded pbkdf2 v0.11.0
9202024-04-30T20:07:12.406Z Downloaded paste v1.0.14
9212024-04-30T20:07:12.406Z Downloaded scroll_derive v0.12.0
9222024-04-30T20:07:12.406Z Downloaded either v1.11.0
9232024-04-30T20:07:12.406Z Downloaded dirs-next v2.0.0
9242024-04-30T20:07:12.406Z Downloaded tempfile v3.10.1
9252024-04-30T20:07:12.406Z Downloaded float-cmp v0.9.0
9262024-04-30T20:07:12.407Z Downloaded password-hash v0.5.0
9272024-04-30T20:07:12.407Z Downloaded parse-display v0.9.0
9282024-04-30T20:07:12.407Z Downloaded toolchain_find v0.4.0
9292024-04-30T20:07:12.407Z Downloaded ppv-lite86 v0.2.17
9302024-04-30T20:07:12.407Z Downloaded humantime v2.1.0
9312024-04-30T20:07:12.407Z Downloaded flagset v0.4.3
9322024-04-30T20:07:12.407Z Downloaded plain v0.2.3
9332024-04-30T20:07:12.407Z Downloaded password-hash v0.4.2
9342024-04-30T20:07:12.407Z Downloaded omicron-zone-package v0.11.0
9352024-04-30T20:07:12.407Z Downloaded vsss-rs v3.3.4
9362024-04-30T20:07:12.407Z Downloaded num_enum v0.5.11
9372024-04-30T20:07:12.407Z Downloaded filetime v0.2.23
9382024-04-30T20:07:12.407Z Downloaded rand_core v0.6.4
9392024-04-30T20:07:12.408Z Downloaded psl-types v2.0.11
9402024-04-30T20:07:12.408Z Downloaded generic-array v0.14.7
9412024-04-30T20:07:12.408Z Downloaded phf_shared v0.10.0
9422024-04-30T20:07:12.408Z Downloaded parking_lot v0.12.1
9432024-04-30T20:07:12.408Z Downloaded pest_meta v2.7.6
9442024-04-30T20:07:12.408Z Downloaded signal-hook-mio v0.2.3
9452024-04-30T20:07:12.408Z Downloaded tower-service v0.3.2
9462024-04-30T20:07:12.408Z Downloaded sigpipe v0.1.3
9472024-04-30T20:07:12.408Z Downloaded rustc_version v0.4.0
9482024-04-30T20:07:12.408Z Downloaded socket2 v0.4.9
9492024-04-30T20:07:12.409Z Downloaded tabwriter v1.4.0
9502024-04-30T20:07:12.409Z Downloaded strum_macros v0.25.2
9512024-04-30T20:07:12.409Z Downloaded want v0.3.1
9522024-04-30T20:07:12.409Z Downloaded dyn-clone v1.0.17
9532024-04-30T20:07:12.409Z Downloaded foreign-types v0.3.2
9542024-04-30T20:07:12.409Z Downloaded zone_cfg_derive v0.1.2
9552024-04-30T20:07:12.409Z Downloaded zeroize_derive v1.4.2
9562024-04-30T20:07:12.409Z Downloaded zeroize v1.7.0
9572024-04-30T20:07:12.409Z Downloaded ed25519 v2.2.2
9582024-04-30T20:07:12.409Z Downloaded clap v4.5.4
9592024-04-30T20:07:12.409Z Downloaded futures-macro v0.3.30
9602024-04-30T20:07:12.409Z Downloaded heck v0.3.3
9612024-04-30T20:07:12.409Z Downloaded ghash v0.5.0
9622024-04-30T20:07:12.410Z Downloaded rfc6979 v0.4.0
9632024-04-30T20:07:12.410Z Downloaded siphasher v0.3.11
9642024-04-30T20:07:12.410Z Downloaded serde_path_to_error v0.1.16
9652024-04-30T20:07:12.410Z Downloaded pin-utils v0.1.0
9662024-04-30T20:07:12.410Z Downloaded phf_shared v0.11.2
9672024-04-30T20:07:12.410Z Downloaded pest_derive v2.7.6
9682024-04-30T20:07:12.410Z Downloaded strum_macros v0.26.1
9692024-04-30T20:07:12.410Z Downloaded scheduled-thread-pool v0.2.7
9702024-04-30T20:07:12.410Z Downloaded openssl-sys v0.9.102
9712024-04-30T20:07:12.410Z Downloaded strum v0.26.2
9722024-04-30T20:07:12.410Z Downloaded hex v0.4.3
9732024-04-30T20:07:12.410Z Downloaded heck v0.5.0
9742024-04-30T20:07:12.410Z Downloaded structmeta v0.3.0
9752024-04-30T20:07:12.410Z Downloaded strsim v0.11.0
9762024-04-30T20:07:12.410Z Downloaded resolv-conf v0.7.0
9772024-04-30T20:07:12.411Z Downloaded version_check v0.9.4
9782024-04-30T20:07:12.411Z Downloaded getrandom v0.2.12
9792024-04-30T20:07:12.411Z Downloaded try-lock v0.2.4
9802024-04-30T20:07:12.411Z Downloaded endian-type v0.1.2
9812024-04-30T20:07:12.416Z Downloaded dhcproto-macros v0.1.0
9822024-04-30T20:07:12.416Z Downloaded base64 v0.21.7
9832024-04-30T20:07:12.417Z Downloaded portpicker v0.1.1
9842024-04-30T20:07:12.417Z Downloaded semver v0.1.20
9852024-04-30T20:07:12.417Z Downloaded pkcs8 v0.10.2
9862024-04-30T20:07:12.417Z Downloaded pin-project-lite v0.2.13
9872024-04-30T20:07:12.417Z Downloaded usdt-attr-macro v0.3.5
9882024-04-30T20:07:12.417Z Downloaded serde_spanned v0.6.5
9892024-04-30T20:07:12.417Z Downloaded scopeguard v1.2.0
9902024-04-30T20:07:12.417Z Downloaded dof v0.1.5
9912024-04-30T20:07:12.417Z Downloaded string_cache v0.8.7
9922024-04-30T20:07:12.417Z Downloaded thiserror v1.0.59
9932024-04-30T20:07:12.417Z Downloaded usdt-attr-macro v0.5.0
9942024-04-30T20:07:12.417Z Downloaded dof v0.3.0
9952024-04-30T20:07:12.417Z Downloaded foreign-types-shared v0.3.1
9962024-04-30T20:07:12.417Z Downloaded display-error-chain v0.2.0
9972024-04-30T20:07:12.417Z Downloaded hash32 v0.3.1
9982024-04-30T20:07:12.417Z Downloaded foreign-types-shared v0.1.1
9992024-04-30T20:07:12.417Z Downloaded embedded-io v0.4.0
10002024-04-30T20:07:12.417Z Downloaded glob v0.3.1
10012024-04-30T20:07:12.417Z Downloaded rustversion v1.0.14
10022024-04-30T20:07:12.417Z Downloaded serde_derive_internals v0.26.0
10032024-04-30T20:07:12.417Z Downloaded rayon-core v1.12.1
10042024-04-30T20:07:12.418Z Downloaded russh-cryptovec v0.7.0
10052024-04-30T20:07:12.418Z Downloaded precomputed-hash v0.1.1
10062024-04-30T20:07:12.418Z Downloaded rand_chacha v0.3.1
10072024-04-30T20:07:12.418Z Downloaded enum-as-inner v0.5.1
10082024-04-30T20:07:12.418Z Downloaded rand_chacha v0.2.2
10092024-04-30T20:07:12.418Z Downloaded sync_wrapper v0.1.2
10102024-04-30T20:07:12.418Z Downloaded tracing-attributes v0.1.27
10112024-04-30T20:07:12.418Z Downloaded serde_repr v0.1.16
10122024-04-30T20:07:12.418Z Downloaded indexmap v2.2.6
10132024-04-30T20:07:12.418Z Downloaded dtrace-parser v0.1.14
10142024-04-30T20:07:12.418Z Downloaded usdt v0.5.0
10152024-04-30T20:07:12.418Z Downloaded rustls-pki-types v1.3.0
10162024-04-30T20:07:12.418Z Downloaded untrusted v0.9.0
10172024-04-30T20:07:12.418Z Downloaded uuid v0.8.2
10182024-04-30T20:07:12.418Z Downloaded num-bigint v0.4.4
10192024-04-30T20:07:12.418Z Downloaded usdt-macro v0.5.0
10202024-04-30T20:07:12.418Z Downloaded slog-async v2.8.0
10212024-04-30T20:07:12.418Z Downloaded waitgroup v0.1.2
10222024-04-30T20:07:12.418Z Downloaded hyper-staticfile v0.9.5
10232024-04-30T20:07:12.418Z Downloaded form_urlencoded v1.2.1
10242024-04-30T20:07:12.418Z Downloaded foreign-types-macros v0.2.3
10252024-04-30T20:07:12.419Z Downloaded hash32 v0.2.1
10262024-04-30T20:07:12.419Z Downloaded fastrand v2.0.1
10272024-04-30T20:07:12.419Z Downloaded equivalent v1.0.1
10282024-04-30T20:07:12.419Z Downloaded tinyvec_macros v0.1.1
10292024-04-30T20:07:12.419Z Downloaded powerfmt v0.2.0
10302024-04-30T20:07:12.419Z Downloaded expectorate v1.1.0
10312024-04-30T20:07:12.419Z Downloaded schemars_derive v0.8.16
10322024-04-30T20:07:12.419Z Downloaded slog-scope v4.4.0
10332024-04-30T20:07:12.419Z Downloaded uuid v1.8.0
10342024-04-30T20:07:12.419Z Downloaded itertools v0.10.5
10352024-04-30T20:07:12.419Z Downloaded synstructure v0.12.6
10362024-04-30T20:07:12.419Z Downloaded pretty-hex v0.4.1
10372024-04-30T20:07:12.419Z Downloaded rustls-pemfile v2.1.2
10382024-04-30T20:07:12.419Z Downloaded pretty-hex v0.2.1
10392024-04-30T20:07:12.419Z Downloaded scroll v0.12.0
10402024-04-30T20:07:12.419Z Downloaded hex-literal v0.4.1
10412024-04-30T20:07:12.419Z Downloaded futures-executor v0.3.30
10422024-04-30T20:07:12.419Z Downloaded unicode-xid v0.2.4
10432024-04-30T20:07:12.419Z Downloaded unicode-width v0.1.11
10442024-04-30T20:07:12.419Z Downloaded tokio-tungstenite v0.21.0
10452024-04-30T20:07:12.419Z Downloaded http-range v0.1.5
10462024-04-30T20:07:12.419Z Downloaded dtrace-parser v0.2.0
10472024-04-30T20:07:12.419Z Downloaded slog-dtrace v0.3.0
10482024-04-30T20:07:12.419Z Downloaded half v2.3.1
10492024-04-30T20:07:12.420Z Downloaded smf v0.2.3
10502024-04-30T20:07:12.420Z Downloaded r2d2 v0.8.10
10512024-04-30T20:07:12.420Z Downloaded quick-error v1.2.3
10522024-04-30T20:07:12.420Z Downloaded hyper-tls v0.5.0
10532024-04-30T20:07:12.420Z Downloaded proc-macro-error-attr v1.0.4
10542024-04-30T20:07:12.420Z Downloaded headers-core v0.2.0
10552024-04-30T20:07:12.420Z Downloaded foreign-types v0.5.0
10562024-04-30T20:07:12.420Z Downloaded ff v0.13.0
10572024-04-30T20:07:12.420Z Downloaded usdt-macro v0.3.5
10582024-04-30T20:07:12.420Z Downloaded predicates v3.1.0
10592024-04-30T20:07:12.420Z Downloaded futures-core v0.3.30
10602024-04-30T20:07:12.420Z Downloaded serde_tokenstream v0.2.0
10612024-04-30T20:07:12.420Z Downloaded serde_tokenstream v0.1.7
10622024-04-30T20:07:12.420Z Downloaded proc-macro-crate v1.3.1
10632024-04-30T20:07:12.420Z Downloaded slog-envlogger v2.2.0
10642024-04-30T20:07:12.420Z Downloaded serde_urlencoded v0.7.1
10652024-04-30T20:07:12.420Z Downloaded thread-id v4.2.0
10662024-04-30T20:07:12.420Z Downloaded tokio-tungstenite v0.20.1
10672024-04-30T20:07:12.420Z Downloaded tokio-native-tls v0.3.1
10682024-04-30T20:07:12.420Z Downloaded futures-io v0.3.30
10692024-04-30T20:07:12.420Z Downloaded slog v2.7.0
10702024-04-30T20:07:12.420Z Downloaded fallible-iterator v0.2.0
10712024-04-30T20:07:12.420Z Downloaded phf v0.11.2
10722024-04-30T20:07:12.420Z Downloaded elliptic-curve v0.13.8
10732024-04-30T20:07:12.421Z Downloaded hyper-rustls v0.24.2
10742024-04-30T20:07:12.421Z Downloaded futures v0.3.30
10752024-04-30T20:07:12.421Z Downloaded httpdate v1.0.3
10762024-04-30T20:07:12.421Z Downloaded usdt-impl v0.5.0
10772024-04-30T20:07:12.421Z Downloaded usdt-impl v0.3.5
10782024-04-30T20:07:12.421Z Downloaded termcolor v1.2.0
10792024-04-30T20:07:12.421Z Downloaded spki v0.7.2
10802024-04-30T20:07:12.421Z Downloaded rcgen v0.12.1
10812024-04-30T20:07:12.425Z Downloaded proc-macro2 v1.0.81
10822024-04-30T20:07:12.426Z Downloaded zerocopy-derive v0.7.32
10832024-04-30T20:07:12.426Z Downloaded stable_deref_trait v1.2.0
10842024-04-30T20:07:12.426Z Downloaded slog-stdlog v4.1.1
10852024-04-30T20:07:12.426Z Downloaded pest v2.7.6
10862024-04-30T20:07:12.426Z Downloaded whoami v1.5.1
10872024-04-30T20:07:12.426Z Downloaded erased-serde v0.3.31
10882024-04-30T20:07:12.426Z Downloaded toml_edit v0.19.15
10892024-04-30T20:07:12.426Z Downloaded postgres-types v0.2.6
10902024-04-30T20:07:12.426Z Downloaded proc-macro-error v1.0.4
10912024-04-30T20:07:12.426Z Downloaded derive-where v1.2.7
10922024-04-30T20:07:12.430Z Downloaded httparse v1.8.0
10932024-04-30T20:07:12.431Z Downloaded p521 v0.13.3
10942024-04-30T20:07:12.435Z Downloaded ron v0.7.1
10952024-04-30T20:07:12.440Z Downloaded ryu v1.0.15
10962024-04-30T20:07:12.445Z Downloaded url v2.5.0
10972024-04-30T20:07:12.449Z Downloaded steno v0.4.0
10982024-04-30T20:07:12.454Z Downloaded socket2 v0.5.6
10992024-04-30T20:07:12.454Z Downloaded winnow v0.5.15
11002024-04-30T20:07:12.460Z Downloaded futures-channel v0.3.30
11012024-04-30T20:07:12.466Z Downloaded time v0.3.34
11022024-04-30T20:07:12.472Z Downloaded tokio-postgres v0.7.10
11032024-04-30T20:07:12.478Z Downloaded heapless v0.7.16
11042024-04-30T20:07:12.484Z Downloaded h2 v0.3.26
11052024-04-30T20:07:12.489Z Downloaded tungstenite v0.21.0
11062024-04-30T20:07:12.495Z Downloaded tungstenite v0.20.1
11072024-04-30T20:07:12.495Z Downloaded unicode-segmentation v1.10.1
11082024-04-30T20:07:12.906Z Downloaded tokio-util v0.7.10
11092024-04-30T20:07:12.913Z Downloaded russh v0.43.0
11102024-04-30T20:07:12.913Z Downloaded zerocopy v0.7.32
11112024-04-30T20:07:12.913Z Downloaded reqwest v0.11.24
11122024-04-30T20:07:12.913Z Downloaded rayon v1.10.0
11132024-04-30T20:07:12.914Z Downloaded futures-util v0.3.30
11142024-04-30T20:07:12.914Z Downloaded regex-automata v0.1.10
11152024-04-30T20:07:12.914Z Downloaded openssl v0.10.64
11162024-04-30T20:07:12.914Z Downloaded hashbrown v0.14.3
11172024-04-30T20:07:12.914Z Downloaded chrono v0.4.38
11182024-04-30T20:07:12.915Z Downloaded serde_with v3.7.0
11192024-04-30T20:07:12.915Z Downloaded object v0.32.1
11202024-04-30T20:07:12.915Z Downloaded petgraph v0.6.4
11212024-04-30T20:07:12.915Z Downloaded rustls-webpki v0.102.1
11222024-04-30T20:07:12.915Z Downloaded rustls-webpki v0.101.7
11232024-04-30T20:07:12.915Z Downloaded tabled v0.15.0
11242024-04-30T20:07:12.915Z Downloaded hyper v0.14.28
11252024-04-30T20:07:12.915Z Downloaded vcpkg v0.2.15
11262024-04-30T20:07:12.916Z Downloaded rustls v0.21.9
11272024-04-30T20:07:12.916Z Downloaded regress v0.9.1
11282024-04-30T20:07:12.916Z Downloaded trust-dns-proto v0.22.0
11292024-04-30T20:07:12.916Z Downloaded regex v1.10.4
11302024-04-30T20:07:12.916Z Downloaded regex-syntax v0.8.2
11312024-04-30T20:07:12.917Z Downloaded rustix v0.38.31
11322024-04-30T20:07:12.917Z Downloaded rustls v0.22.4
11332024-04-30T20:07:12.917Z Downloaded sled v0.34.7
11342024-04-30T20:07:12.917Z Downloaded smoltcp v0.9.1
11352024-04-30T20:07:12.917Z Downloaded zerocopy-derive v0.6.6
11362024-04-30T20:07:12.917Z Downloaded diesel v2.1.6
11372024-04-30T20:07:12.918Z Downloaded zerocopy-derive v0.2.0
11382024-04-30T20:07:12.918Z Downloaded libc v0.2.153
11392024-04-30T20:07:12.918Z Downloaded tokio v1.37.0
11402024-04-30T20:07:13.352Z Downloaded regex-automata v0.4.5
11412024-04-30T20:07:13.789Z Downloaded bzip2-sys v0.1.11+1.0.8
11422024-04-30T20:07:13.789Z Downloaded sha3 v0.10.8
11432024-04-30T20:07:13.789Z Downloaded bstr v1.9.0
11442024-04-30T20:07:13.790Z Downloaded openapiv3 v2.0.0
11452024-04-30T20:07:13.790Z Downloaded syn v2.0.60
11462024-04-30T20:07:13.790Z Downloaded winapi v0.3.9
11472024-04-30T20:07:13.790Z Downloaded encoding_rs v0.8.33
11482024-04-30T20:07:13.790Z Downloaded gimli v0.28.0
11492024-04-30T20:07:13.790Z Downloaded smoltcp v0.11.0
11502024-04-30T20:07:13.790Z Downloaded curve25519-dalek v4.1.2
11512024-04-30T20:07:13.790Z Downloaded bstr v0.2.17
11522024-04-30T20:07:13.790Z Downloaded syn v1.0.109
11532024-04-30T20:07:13.790Z Downloaded radix_trie v0.2.1
11542024-04-30T20:07:13.791Z Downloaded hkdf v0.12.4
11552024-04-30T20:07:13.791Z Downloaded webpki-roots v0.25.2
11562024-04-30T20:07:13.791Z Downloaded goblin v0.8.0
11572024-04-30T20:07:13.791Z Downloaded rand v0.7.3
11582024-04-30T20:07:13.791Z Downloaded http v1.0.0
11592024-04-30T20:07:13.791Z Downloaded serde_json v1.0.116
11602024-04-30T20:07:13.791Z Downloaded headers v0.3.9
11612024-04-30T20:07:13.791Z Downloaded rand v0.8.5
11622024-04-30T20:07:13.791Z Downloaded http v0.2.12
11632024-04-30T20:07:13.791Z Downloaded winnow v0.6.1
11642024-04-30T20:07:13.791Z Downloaded tinyvec v1.6.0
11652024-04-30T20:07:13.792Z Downloaded smallvec v1.13.1
11662024-04-30T20:07:13.792Z Downloaded schemars v0.8.16
11672024-04-30T20:07:13.792Z Downloaded trust-dns-resolver v0.22.0
11682024-04-30T20:07:13.792Z Downloaded hashbrown v0.12.3
11692024-04-30T20:07:13.792Z Downloaded typenum v1.16.0
11702024-04-30T20:07:13.792Z Downloaded spin v0.9.8
11712024-04-30T20:07:13.792Z Downloaded diesel_derives v2.1.2
11722024-04-30T20:07:13.792Z Downloaded tokio-rustls v0.25.0
11732024-04-30T20:07:13.792Z Downloaded tokio-rustls v0.24.1
11742024-04-30T20:07:13.793Z Downloaded rustls-pemfile v1.0.3
11752024-04-30T20:07:13.793Z Downloaded derive_more v0.99.17
11762024-04-30T20:07:13.793Z Downloaded deranged v0.3.11
11772024-04-30T20:07:13.793Z Downloaded serde_yaml v0.9.25
11782024-04-30T20:07:13.793Z Downloaded blake3 v1.5.0
11792024-04-30T20:07:13.793Z Downloaded trust-dns-client v0.22.0
11802024-04-30T20:07:13.793Z Downloaded serde v1.0.199
11812024-04-30T20:07:13.794Z Downloaded unicode-normalization v0.1.22
11822024-04-30T20:07:13.794Z Downloaded walkdir v2.5.0
11832024-04-30T20:07:13.794Z Downloaded dhcproto v0.11.0
11842024-04-30T20:07:13.794Z Downloaded errno v0.3.8
11852024-04-30T20:07:13.794Z Downloaded quote v1.0.36
11862024-04-30T20:07:13.794Z Downloaded zerocopy v0.6.6
11872024-04-30T20:07:13.794Z Downloaded tracing-core v0.1.32
11882024-04-30T20:07:13.794Z Downloaded tracing v0.1.40
11892024-04-30T20:07:13.794Z Downloaded toml_edit v0.22.12
11902024-04-30T20:07:13.794Z Downloaded static_assertions v1.1.0
11912024-04-30T20:07:13.794Z Downloaded same-file v1.0.6
11922024-04-30T20:07:13.794Z Downloaded postcard v1.0.8
11932024-04-30T20:07:13.794Z Downloaded nom v7.1.3
11942024-04-30T20:07:13.794Z Downloaded thiserror-no-std v2.0.2
11952024-04-30T20:07:13.795Z Downloaded terminal_size v0.3.0
11962024-04-30T20:07:13.795Z Downloaded http-body v0.4.5
11972024-04-30T20:07:13.795Z Downloaded heapless v0.8.0
11982024-04-30T20:07:13.795Z Downloaded publicsuffix v2.2.3
11992024-04-30T20:07:13.795Z Downloaded crossterm v0.27.0
12002024-04-30T20:07:13.795Z Downloaded sha2 v0.10.8
12012024-04-30T20:07:13.795Z Downloaded subprocess v0.2.9
12022024-04-30T20:07:13.795Z Downloaded unsafe-libyaml v0.2.10
12032024-04-30T20:07:13.795Z Downloaded tabled_derive v0.7.0
12042024-04-30T20:07:13.795Z Downloaded predicates-core v1.0.6
12052024-04-30T20:07:13.795Z Downloaded serde_with_macros v3.7.0
12062024-04-30T20:07:13.795Z Downloaded postgres-protocol v0.6.6
12072024-04-30T20:07:13.795Z Downloaded env_logger v0.9.3
12082024-04-30T20:07:13.795Z Downloaded serde_derive v1.0.199
12092024-04-30T20:07:13.795Z Downloaded zip v0.6.6
12102024-04-30T20:07:13.795Z Downloaded mio v0.8.11
12112024-04-30T20:07:13.795Z Downloaded toml v0.5.11
12122024-04-30T20:07:13.795Z Downloaded similar v2.4.0
12132024-04-30T20:07:13.795Z Downloaded sha1 v0.10.6
12142024-04-30T20:07:13.795Z Downloaded memchr v2.7.1
12152024-04-30T20:07:13.795Z Downloaded semver v1.0.22
12162024-04-30T20:07:13.795Z Downloaded hostname v0.3.1
12172024-04-30T20:07:13.795Z Downloaded usdt v0.3.5
12182024-04-30T20:07:13.795Z Downloaded slog-json v2.6.1
12192024-04-30T20:07:13.796Z Downloaded ed25519-dalek v2.0.0
12202024-04-30T20:07:13.796Z Downloaded flate2 v1.0.28
12212024-04-30T20:07:13.796Z Downloaded crossbeam-channel v0.5.8
12222024-04-30T20:07:13.796Z Downloaded ring v0.17.8
12232024-04-30T20:07:13.810Z Downloaded poly1305 v0.8.0
12242024-04-30T20:07:13.810Z Downloaded platforms v3.0.2
12252024-04-30T20:07:13.810Z Downloaded trust-dns-server v0.22.1
12262024-04-30T20:07:13.810Z Downloaded dirs-sys v0.4.1
12272024-04-30T20:07:13.810Z Downloaded difflib v0.4.0
12282024-04-30T20:07:13.810Z Downloaded term v0.7.0
12292024-04-30T20:07:13.810Z Downloaded dirs-sys-next v0.1.2
12302024-04-30T20:07:13.810Z Downloaded utf8parse v0.2.1
12312024-04-30T20:07:13.811Z Downloaded thiserror-impl-no-std v2.0.2
12322024-04-30T20:07:13.811Z Downloaded thiserror-impl v1.0.59
12332024-04-30T20:07:13.811Z Downloaded structmeta-derive v0.3.0
12342024-04-30T20:07:13.811Z Downloaded serde_arrays v0.1.0
12352024-04-30T20:07:13.811Z Downloaded aes v0.8.3
12362024-04-30T20:07:13.811Z Downloaded signal-hook v0.3.17
12372024-04-30T20:07:13.811Z Downloaded darling_core v0.20.8
12382024-04-30T20:07:13.811Z Downloaded getopts v0.2.21
12392024-04-30T20:07:13.811Z Downloaded gethostname v0.4.3
12402024-04-30T20:07:13.811Z Downloaded futures-task v0.3.30
12412024-04-30T20:07:13.811Z Downloaded futures-sink v0.3.30
12422024-04-30T20:07:13.811Z Downloaded rustc-demangle v0.1.23
12432024-04-30T20:07:13.811Z Downloaded signature v2.1.0
12442024-04-30T20:07:13.811Z Downloaded flume v0.11.0
12452024-04-30T20:07:13.811Z Downloaded ring v0.16.20
12462024-04-30T20:07:13.811Z Downloaded getrandom v0.1.16
12472024-04-30T20:07:13.811Z Downloaded unicode-bidi v0.3.15
12482024-04-30T20:07:13.811Z Downloaded spin v0.5.2
12492024-04-30T20:07:13.811Z Downloaded unicode-ident v1.0.12
12502024-04-30T20:07:13.811Z Downloaded polyval v0.6.1
12512024-04-30T20:07:13.811Z Downloaded ecdsa v0.16.9
12522024-04-30T20:07:13.811Z Downloaded hmac v0.12.1
12532024-04-30T20:07:13.811Z Downloaded zone v0.1.8
12542024-04-30T20:07:13.812Z Downloaded untrusted v0.7.1
12552024-04-30T20:07:13.812Z Downloaded topological-sort v0.2.2
12562024-04-30T20:07:13.812Z Downloaded diesel_table_macro_syntax v0.1.0
12572024-04-30T20:07:13.812Z Downloaded secrecy v0.8.0
12582024-04-30T20:07:13.812Z Downloaded sec1 v0.7.3
12592024-04-30T20:07:13.812Z Downloaded time-macros v0.2.17
12602024-04-30T20:07:13.812Z Downloaded thread_local v1.1.7
12612024-04-30T20:07:13.812Z Downloaded p256 v0.13.2
12622024-04-30T20:07:13.812Z Downloaded sct v0.7.0
12632024-04-30T20:07:13.812Z Downloaded russh-keys v0.43.0
12642024-04-30T20:07:13.812Z Downloaded base64 v0.13.1
12652024-04-30T20:07:13.812Z Downloaded fnv v1.0.7
12662024-04-30T20:07:13.812Z Downloaded chacha20poly1305 v0.10.1
12672024-04-30T20:07:13.812Z Downloaded cc v1.0.83
12682024-04-30T20:07:13.812Z Downloaded ucd-trie v0.1.6
12692024-04-30T20:07:13.812Z Downloaded toml v0.8.12
12702024-04-30T20:07:13.812Z Downloaded toml v0.7.8
12712024-04-30T20:07:13.812Z Downloaded tokio-stream v0.1.15
12722024-04-30T20:07:13.812Z Downloaded universal-hash v0.5.1
12732024-04-30T20:07:13.812Z Downloaded tar v0.4.40
12742024-04-30T20:07:13.812Z Downloaded rustfmt-wrapper v0.2.1
12752024-04-30T20:07:13.812Z Downloaded primeorder v0.13.6
12762024-04-30T20:07:13.812Z Downloaded papergrid v0.11.0
12772024-04-30T20:07:13.812Z Downloaded der v0.7.8
12782024-04-30T20:07:13.813Z Downloaded crypto-bigint v0.5.2
12792024-04-30T20:07:13.813Z Downloaded bytes v1.6.0
12802024-04-30T20:07:13.813Z Downloaded num-rational v0.4.1
12812024-04-30T20:07:13.813Z Downloaded miniz_oxide v0.7.1
12822024-04-30T20:07:13.813Z Downloaded rustc_version v0.1.7
12832024-04-30T20:07:13.813Z Downloaded rand_core v0.5.1
12842024-04-30T20:07:13.813Z Downloaded yasna v0.5.2
12852024-04-30T20:07:13.813Z Downloaded const-oid v0.9.6
12862024-04-30T20:07:13.813Z Downloaded crossbeam-utils v0.8.19
12872024-04-30T20:07:13.813Z Downloaded crossbeam-epoch v0.9.18
12882024-04-30T20:07:13.813Z Downloaded log v0.4.21
12892024-04-30T20:07:13.813Z Downloaded native-tls v0.2.11
12902024-04-30T20:07:13.813Z Downloaded pkg-config v0.3.27
12912024-04-30T20:07:13.813Z Downloaded hubpack v0.1.2
12922024-04-30T20:07:13.813Z Downloaded home v0.5.5
12932024-04-30T20:07:13.813Z Downloaded group v0.13.0
12942024-04-30T20:07:13.813Z Downloaded bzip2 v0.4.4
12952024-04-30T20:07:13.813Z Downloaded fixedbitset v0.4.2
12962024-04-30T20:07:13.813Z Downloaded time-core v0.1.2
12972024-04-30T20:07:13.813Z Downloaded parking_lot_core v0.8.6
12982024-04-30T20:07:13.813Z Downloaded allocator-api2 v0.2.16
12992024-04-30T20:07:13.813Z Downloaded digest v0.10.7
13002024-04-30T20:07:13.813Z Downloaded zerocopy v0.3.0
13012024-04-30T20:07:13.814Z Downloaded xattr v1.0.1
13022024-04-30T20:07:13.814Z Downloaded tokio-macros v2.2.0
13032024-04-30T20:07:13.814Z Downloaded strsim v0.10.0
13042024-04-30T20:07:13.814Z Downloaded slog-term v2.9.1
13052024-04-30T20:07:13.814Z Downloaded num-traits v0.2.18
13062024-04-30T20:07:13.814Z Downloaded backoff v0.4.0
13072024-04-30T20:07:13.814Z Downloaded parking_lot_core v0.9.8
13082024-04-30T20:07:13.814Z Downloaded once_cell v1.19.0
13092024-04-30T20:07:13.814Z Downloaded multer v3.0.0
13102024-04-30T20:07:13.814Z Downloaded lock_api v0.4.10
13112024-04-30T20:07:13.814Z Downloaded libefi-sys v0.1.0
13122024-04-30T20:07:13.814Z Downloaded camino v1.1.6
13132024-04-30T20:07:13.814Z Downloaded clap_derive v4.5.4
13142024-04-30T20:07:13.814Z Downloaded ciborium v0.2.2
13152024-04-30T20:07:13.814Z Downloaded camino-tempfile v1.1.1
13162024-04-30T20:07:13.814Z Downloaded utf-8 v0.7.6
13172024-04-30T20:07:13.814Z Downloaded unicase v2.7.0
13182024-04-30T20:07:13.814Z Downloaded nanorand v0.7.0
13192024-04-30T20:07:13.814Z Downloaded md-5 v0.10.5
13202024-04-30T20:07:13.814Z Downloaded cpufeatures v0.2.12
13212024-04-30T20:07:13.814Z Downloaded cancel-safe-futures v0.1.5
13222024-04-30T20:07:13.814Z Downloaded blake2 v0.10.6
13232024-04-30T20:07:13.818Z Downloaded minimal-lexical v0.2.1
13242024-04-30T20:07:13.818Z Downloaded itertools v0.12.1
13252024-04-30T20:07:13.818Z Downloaded bitflags v2.4.2
13262024-04-30T20:07:13.818Z Downloaded base64ct v1.6.0
13272024-04-30T20:07:13.818Z Downloaded blowfish v0.9.1
13282024-04-30T20:07:13.818Z Downloaded block-padding v0.3.3
13292024-04-30T20:07:13.818Z Downloaded block-buffer v0.10.4
13302024-04-30T20:07:13.818Z Downloaded console v0.15.8
13312024-04-30T20:07:13.818Z Downloaded normalize-line-endings v0.3.0
13322024-04-30T20:07:13.819Z Downloaded ctr v0.9.2
13332024-04-30T20:07:13.819Z Downloaded crossbeam-deque v0.8.3
13342024-04-30T20:07:13.819Z Downloaded convert_case v0.4.0
13352024-04-30T20:07:13.819Z Downloaded new_debug_unreachable v1.0.4
13362024-04-30T20:07:13.819Z Downloaded match_cfg v0.1.0
13372024-04-30T20:07:13.819Z Downloaded colorchoice v1.0.0
13382024-04-30T20:07:13.819Z Downloaded bit-vec v0.6.3
13392024-04-30T20:07:13.819Z Downloaded option-ext v0.2.0
13402024-04-30T20:07:13.819Z Downloaded anstream v0.6.11
13412024-04-30T20:07:13.819Z Downloaded num_cpus v1.16.0
13422024-04-30T20:07:13.819Z Downloaded newtype-uuid v1.1.0
13432024-04-30T20:07:13.819Z Downloaded managed v0.8.0
13442024-04-30T20:07:13.819Z Downloaded itoa v1.0.9
13452024-04-30T20:07:13.819Z Downloaded cbc v0.1.2
13462024-04-30T20:07:13.819Z Downloaded addr2line v0.21.0
13472024-04-30T20:07:13.819Z Downloaded keccak v0.1.4
13482024-04-30T20:07:13.819Z Downloaded cfg-if v1.0.0
13492024-04-30T20:07:13.819Z Downloaded defmt v0.3.5
13502024-04-30T20:07:13.819Z Downloaded debug-ignore v1.0.5
13512024-04-30T20:07:13.819Z Downloaded data-encoding v2.4.0
13522024-04-30T20:07:13.819Z Downloaded cipher v0.4.4
13532024-04-30T20:07:13.819Z Downloaded internet-checksum v0.2.1
13542024-04-30T20:07:13.819Z Downloaded inout v0.1.3
13552024-04-30T20:07:13.820Z Downloaded argon2 v0.5.3
13562024-04-30T20:07:13.820Z Downloaded bcrypt-pbkdf v0.10.0
13572024-04-30T20:07:13.820Z Downloaded aho-corasick v1.1.2
13582024-04-30T20:07:13.820Z Downloaded libm v0.2.7
13592024-04-30T20:07:13.820Z Downloaded lalrpop-util v0.19.12
13602024-04-30T20:07:13.820Z Downloaded ipnetwork v0.20.0
13612024-04-30T20:07:13.820Z Downloaded defmt-parser v0.3.3
13622024-04-30T20:07:13.820Z Downloaded atty v0.2.14
13632024-04-30T20:07:13.820Z Downloaded base16ct v0.2.0
13642024-04-30T20:07:13.820Z Downloaded curve25519-dalek-derive v0.1.0
13652024-04-30T20:07:13.820Z Downloaded ahash v0.8.8
13662024-04-30T20:07:13.820Z Downloaded anstyle-query v1.0.0
13672024-04-30T20:07:13.820Z Downloaded autocfg v1.1.0
13682024-04-30T20:07:13.820Z Downloaded aead v0.5.2
13692024-04-30T20:07:13.820Z Downloaded arrayvec v0.7.4
13702024-04-30T20:07:13.820Z Downloaded anstyle-parse v0.2.1
13712024-04-30T20:07:14.210Z Compiling proc-macro2 v1.0.81
13722024-04-30T20:07:14.213Z Compiling unicode-ident v1.0.12
13732024-04-30T20:07:14.213Z Compiling libc v0.2.153
13742024-04-30T20:07:14.213Z Compiling serde v1.0.199
13752024-04-30T20:07:14.213Z Compiling version_check v0.9.4
13762024-04-30T20:07:14.213Z Compiling cfg-if v1.0.0
13772024-04-30T20:07:14.213Z Compiling autocfg v1.1.0
13782024-04-30T20:07:14.366Z Compiling syn v1.0.109
13792024-04-30T20:07:14.396Z Compiling once_cell v1.19.0
13802024-04-30T20:07:14.468Z Compiling thiserror v1.0.59
13812024-04-30T20:07:14.801Z Compiling typenum v1.16.0
13822024-04-30T20:07:14.959Z Compiling parking_lot_core v0.9.8
13832024-04-30T20:07:15.074Z Compiling lock_api v0.4.10
13842024-04-30T20:07:15.787Z Compiling generic-array v0.14.7
13852024-04-30T20:07:15.810Z Compiling byteorder v1.5.0
13862024-04-30T20:07:15.953Z Compiling memchr v2.7.1
13872024-04-30T20:07:15.957Z Compiling serde_json v1.0.116
13882024-04-30T20:07:15.957Z Compiling libm v0.2.7
13892024-04-30T20:07:16.075Z Compiling ahash v0.8.8
13902024-04-30T20:07:16.198Z Compiling num-traits v0.2.18
13912024-04-30T20:07:16.332Z Compiling log v0.4.21
13922024-04-30T20:07:16.426Z Compiling itoa v1.0.9
13932024-04-30T20:07:17.883Z Compiling scopeguard v1.2.0
13942024-04-30T20:07:17.954Z Compiling slab v0.4.9
13952024-04-30T20:07:17.954Z Compiling quote v1.0.36
13962024-04-30T20:07:17.987Z Compiling syn v2.0.60
13972024-04-30T20:07:17.987Z Compiling getrandom v0.2.12
13982024-04-30T20:07:17.987Z Compiling cc v1.0.83
13992024-04-30T20:07:17.988Z Compiling rand_core v0.6.4
14002024-04-30T20:07:18.146Z Compiling smallvec v1.13.1
14012024-04-30T20:07:18.272Z Compiling ryu v1.0.15
14022024-04-30T20:07:18.326Z Compiling allocator-api2 v0.2.16
14032024-04-30T20:07:18.605Z Compiling pin-project-lite v0.2.13
14042024-04-30T20:07:18.626Z Compiling subtle v2.5.0
14052024-04-30T20:07:18.732Z Compiling heck v0.4.1
14062024-04-30T20:07:18.969Z Compiling pkg-config v0.3.27
14072024-04-30T20:07:19.082Z Compiling parking_lot v0.12.1
14082024-04-30T20:07:19.297Z Compiling schemars v0.8.16
14092024-04-30T20:07:19.324Z Compiling signal-hook-registry v1.4.1
14102024-04-30T20:07:19.638Z Compiling mio v0.8.11
14112024-04-30T20:07:19.654Z Compiling equivalent v1.0.1
14122024-04-30T20:07:20.055Z Compiling socket2 v0.5.6
14132024-04-30T20:07:20.130Z Compiling num_cpus v1.16.0
14142024-04-30T20:07:20.276Z Compiling time-core v0.1.2
14152024-04-30T20:07:20.448Z Compiling num-conv v0.1.0
14162024-04-30T20:07:20.474Z Compiling ring v0.17.8
14172024-04-30T20:07:20.752Z Compiling time-macros v0.2.17
14182024-04-30T20:07:20.930Z Compiling futures-core v0.3.30
14192024-04-30T20:07:21.204Z Compiling vcpkg v0.2.15
14202024-04-30T20:07:21.226Z Compiling httparse v1.8.0
14212024-04-30T20:07:21.364Z Compiling const-oid v0.9.6
14222024-04-30T20:07:23.166Z Compiling fnv v1.0.7
14232024-04-30T20:07:23.220Z Compiling openssl-sys v0.9.102
14242024-04-30T20:07:23.240Z Compiling futures-sink v0.3.30
14252024-04-30T20:07:23.278Z Compiling ring v0.16.20
14262024-04-30T20:07:23.611Z Compiling futures-channel v0.3.30
14272024-04-30T20:07:23.794Z Compiling pin-utils v0.1.0
14282024-04-30T20:07:23.892Z Compiling futures-task v0.3.30
14292024-04-30T20:07:24.018Z Compiling spin v0.5.2
14302024-04-30T20:07:24.168Z Compiling serde_derive_internals v0.26.0
14312024-04-30T20:07:24.197Z Compiling futures-io v0.3.30
14322024-04-30T20:07:24.218Z Compiling slog v2.7.0
14332024-04-30T20:07:24.236Z Compiling ucd-trie v0.1.6
14342024-04-30T20:07:24.371Z Compiling semver v1.0.22
14352024-04-30T20:07:24.908Z Compiling openssl v0.10.64
14362024-04-30T20:07:24.922Z Compiling iana-time-zone v0.1.57
14372024-04-30T20:07:24.922Z Compiling rustix v0.38.31
14382024-04-30T20:07:24.922Z Compiling rustls v0.21.9
14392024-04-30T20:07:24.922Z Compiling native-tls v0.2.11
14402024-04-30T20:07:25.205Z Compiling cpufeatures v0.2.12
14412024-04-30T20:07:25.271Z Compiling tinyvec_macros v0.1.1
14422024-04-30T20:07:25.338Z Compiling backtrace v0.3.69
14432024-04-30T20:07:25.346Z Compiling tinyvec v1.6.0
14442024-04-30T20:07:25.368Z Compiling cookie v0.17.0
14452024-04-30T20:07:26.012Z Compiling aho-corasick v1.1.2
14462024-04-30T20:07:26.033Z Compiling unicode-bidi v0.3.15
14472024-04-30T20:07:26.586Z Compiling dyn-clone v1.0.17
14482024-04-30T20:07:26.592Z Compiling uuid v0.8.2
14492024-04-30T20:07:26.743Z Compiling unicode-normalization v0.1.22
14502024-04-30T20:07:26.777Z Compiling regex-syntax v0.8.2
14512024-04-30T20:07:27.423Z Compiling ppv-lite86 v0.2.17
14522024-04-30T20:07:28.335Z Compiling anyhow v1.0.82
14532024-04-30T20:07:28.343Z Compiling crossbeam-utils v0.8.19
14542024-04-30T20:07:28.344Z Compiling tracing-core v0.1.32
14552024-04-30T20:07:29.360Z Compiling percent-encoding v2.3.1
14562024-04-30T20:07:29.721Z Compiling rand_chacha v0.3.1
14572024-04-30T20:07:30.168Z Compiling regex-automata v0.4.5
14582024-04-30T20:07:31.549Z Compiling rand v0.8.5
14592024-04-30T20:07:31.573Z Compiling serde_derive v1.0.199
14602024-04-30T20:07:31.583Z Compiling zeroize_derive v1.4.2
14612024-04-30T20:07:31.688Z Compiling zerocopy-derive v0.7.32
14622024-04-30T20:07:31.902Z Compiling thiserror-impl v1.0.59
14632024-04-30T20:07:32.739Z Compiling tokio-macros v2.2.0
14642024-04-30T20:07:33.227Z Compiling zeroize v1.7.0
14652024-04-30T20:07:33.283Z Compiling futures-macro v0.3.30
14662024-04-30T20:07:33.615Z Compiling tracing-attributes v0.1.27
14672024-04-30T20:07:34.070Z Compiling zerocopy v0.7.32
14682024-04-30T20:07:34.436Z Compiling schemars_derive v0.8.16
14692024-04-30T20:07:34.939Z Compiling crypto-common v0.1.6
14702024-04-30T20:07:35.455Z Compiling block-buffer v0.10.4
14712024-04-30T20:07:35.543Z Compiling futures-util v0.3.30
14722024-04-30T20:07:35.827Z Compiling digest v0.10.7
14732024-04-30T20:07:36.317Z Compiling hashbrown v0.14.3
14742024-04-30T20:07:36.377Z Compiling pest v2.7.6
14752024-04-30T20:07:36.834Z Compiling openssl-macros v0.1.1
14762024-04-30T20:07:37.614Z Compiling async-trait v0.1.80
14772024-04-30T20:07:37.890Z Compiling tracing v0.1.40
14782024-04-30T20:07:38.007Z Compiling regex v1.10.4
14792024-04-30T20:07:38.420Z Compiling der_derive v0.7.2
14802024-04-30T20:07:39.267Z Compiling pest_meta v2.7.6
14812024-04-30T20:07:39.336Z Compiling scroll_derive v0.12.0
14822024-04-30T20:07:40.647Z Compiling pest_generator v2.7.6
14832024-04-30T20:07:41.011Z Compiling spin v0.9.8
14842024-04-30T20:07:41.185Z Compiling thread-id v4.2.0
14852024-04-30T20:07:41.444Z Compiling powerfmt v0.2.0
14862024-04-30T20:07:41.595Z Compiling rustversion v1.0.14
14872024-04-30T20:07:41.721Z Compiling deranged v0.3.11
14882024-04-30T20:07:42.324Z Compiling form_urlencoded v1.2.1
14892024-04-30T20:07:42.641Z Compiling num_threads v0.1.6
14902024-04-30T20:07:42.666Z Compiling winnow v0.5.15
14912024-04-30T20:07:42.991Z Compiling unicode-width v0.1.11
14922024-04-30T20:07:44.099Z Compiling time v0.3.34
14932024-04-30T20:07:44.132Z Compiling pest_derive v2.7.6
14942024-04-30T20:07:45.013Z Compiling unicode-xid v0.2.4
14952024-04-30T20:07:45.180Z Compiling synstructure v0.12.6
14962024-04-30T20:07:46.188Z Compiling bytes v1.6.0
14972024-04-30T20:07:46.570Z Compiling indexmap v2.2.6
14982024-04-30T20:07:47.630Z Compiling tokio v1.37.0
14992024-04-30T20:07:47.635Z Compiling uuid v1.8.0
15002024-04-30T20:07:47.945Z Compiling chrono v0.4.38
15012024-04-30T20:07:48.580Z Compiling bitflags v2.4.2
15022024-04-30T20:07:48.983Z Compiling http v0.2.12
15032024-04-30T20:07:49.680Z Compiling toml_datetime v0.6.5
15042024-04-30T20:07:49.950Z Compiling serde_spanned v0.6.5
15052024-04-30T20:07:50.172Z Compiling rustc_version v0.4.0
15062024-04-30T20:07:51.286Z Compiling toml_edit v0.19.15
15072024-04-30T20:07:51.374Z Compiling openapiv3 v2.0.0
15082024-04-30T20:07:54.045Z Compiling serde_tokenstream v0.2.0
15092024-04-30T20:07:55.077Z Compiling idna v0.5.0
15102024-04-30T20:07:55.422Z Compiling usdt-impl v0.5.0
15112024-04-30T20:07:55.732Z Compiling crc32fast v1.3.2
15122024-04-30T20:07:56.032Z Compiling url v2.5.0
15132024-04-30T20:07:56.163Z Compiling zerocopy-derive v0.2.0
15142024-04-30T20:07:56.213Z Compiling scroll v0.12.0
15152024-04-30T20:07:56.720Z Compiling lazy_static v1.4.0
15162024-04-30T20:07:56.891Z Compiling plain v0.2.3
15172024-04-30T20:07:57.023Z Compiling goblin v0.8.0
15182024-04-30T20:07:58.624Z Compiling tokio-util v0.7.10
15192024-04-30T20:07:58.875Z Compiling untrusted v0.7.1
15202024-04-30T20:07:59.699Z Compiling untrusted v0.9.0
15212024-04-30T20:07:59.882Z Compiling foreign-types-shared v0.1.1
15222024-04-30T20:07:59.987Z Compiling pretty-hex v0.4.1
15232024-04-30T20:08:00.113Z Compiling foreign-types v0.3.2
15242024-04-30T20:08:03.805Z Compiling dof v0.3.0
15252024-04-30T20:08:04.234Z Compiling dtrace-parser v0.2.0
15262024-04-30T20:08:04.665Z Compiling errno v0.3.8
15272024-04-30T20:08:04.901Z Compiling usdt-impl v0.3.5
15282024-04-30T20:08:05.407Z Compiling base64 v0.21.7
15292024-04-30T20:08:05.504Z Compiling try-lock v0.2.4
15302024-04-30T20:08:05.659Z Compiling adler v1.0.2
15312024-04-30T20:08:05.754Z Compiling want v0.3.1
15322024-04-30T20:08:05.896Z Compiling miniz_oxide v0.7.1
15332024-04-30T20:08:06.822Z Compiling rustls-webpki v0.101.7
15342024-04-30T20:08:07.119Z Compiling sct v0.7.0
15352024-04-30T20:08:07.407Z Compiling h2 v0.3.26
15362024-04-30T20:08:07.697Z Compiling http-body v0.4.5
15372024-04-30T20:08:08.796Z Compiling num-bigint v0.4.4
15382024-04-30T20:08:08.950Z Compiling tower-service v0.3.2
15392024-04-30T20:08:09.016Z Compiling httpdate v1.0.3
15402024-04-30T20:08:09.254Z Compiling openssl-probe v0.1.5
15412024-04-30T20:08:10.723Z Compiling zerocopy v0.3.0
15422024-04-30T20:08:11.156Z Compiling heapless v0.7.16
15432024-04-30T20:08:11.330Z Compiling idna v0.3.0
15442024-04-30T20:08:11.632Z Compiling bzip2-sys v0.1.11+1.0.8
15452024-04-30T20:08:11.662Z Compiling base64ct v1.6.0
15462024-04-30T20:08:12.683Z Compiling signal-hook v0.3.17
15472024-04-30T20:08:12.966Z Compiling psl-types v2.0.11
15482024-04-30T20:08:13.157Z Compiling publicsuffix v2.2.3
15492024-04-30T20:08:13.415Z Compiling tokio-native-tls v0.3.1
15502024-04-30T20:08:14.543Z Compiling hyper v0.14.28
15512024-04-30T20:08:14.625Z Compiling tokio-rustls v0.24.1
15522024-04-30T20:08:14.742Z Compiling dof v0.1.5
15532024-04-30T20:08:14.859Z Compiling crossbeam-epoch v0.9.18
15542024-04-30T20:08:15.148Z Compiling dtrace-parser v0.1.14
15552024-04-30T20:08:15.652Z Compiling gimli v0.28.0
15562024-04-30T20:08:16.163Z Compiling ipnet v2.9.0
15572024-04-30T20:08:17.532Z Compiling cookie_store v0.20.0
15582024-04-30T20:08:19.385Z Compiling rustls-pemfile v1.0.3
15592024-04-30T20:08:19.419Z Compiling serde_urlencoded v0.7.1
15602024-04-30T20:08:19.555Z Compiling serde_tokenstream v0.1.7
15612024-04-30T20:08:19.604Z Compiling addr2line v0.21.0
15622024-04-30T20:08:19.725Z Compiling enum-as-inner v0.5.1
15632024-04-30T20:08:20.091Z Compiling object v0.32.1
15642024-04-30T20:08:20.264Z Compiling encoding_rs v0.8.33
15652024-04-30T20:08:21.381Z Compiling hyper-rustls v0.24.2
15662024-04-30T20:08:21.705Z Compiling hyper-tls v0.5.0
15672024-04-30T20:08:21.836Z Compiling either v1.11.0
15682024-04-30T20:08:22.057Z Compiling webpki-roots v0.25.2
15692024-04-30T20:08:22.216Z Compiling mime v0.3.17
15702024-04-30T20:08:22.587Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15712024-04-30T20:08:23.400Z Compiling sync_wrapper v0.1.2
15722024-04-30T20:08:23.535Z Compiling rustc-demangle v0.1.23
15732024-04-30T20:08:24.231Z Compiling data-encoding v2.4.0
15742024-04-30T20:08:24.479Z Compiling smoltcp v0.9.1
15752024-04-30T20:08:25.008Z Compiling reqwest v0.11.24
15762024-04-30T20:08:25.405Z Compiling pem-rfc7468 v0.7.0
15772024-04-30T20:08:26.846Z Compiling hmac v0.12.1
15782024-04-30T20:08:26.876Z Compiling futures-executor v0.3.30
15792024-04-30T20:08:26.876Z Compiling regress v0.9.1
15802024-04-30T20:08:27.646Z Compiling siphasher v0.3.11
15812024-04-30T20:08:28.031Z Compiling winnow v0.6.1
15822024-04-30T20:08:28.201Z Compiling flagset v0.4.3
15832024-04-30T20:08:28.396Z Compiling heck v0.5.0
15842024-04-30T20:08:28.903Z Compiling unicode-segmentation v1.10.1
15852024-04-30T20:08:29.735Z Compiling clap_derive v4.5.4
15862024-04-30T20:08:30.302Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15872024-04-30T20:08:31.701Z Compiling toml_edit v0.22.12
15882024-04-30T20:08:31.794Z Compiling der v0.7.8
15892024-04-30T20:08:34.692Z Compiling flate2 v1.0.28
15902024-04-30T20:08:34.880Z Compiling usdt-macro v0.3.5
15912024-04-30T20:08:35.062Z Compiling usdt-attr-macro v0.3.5
15922024-04-30T20:08:36.767Z Compiling hubpack_derive v0.1.1
15932024-04-30T20:08:36.869Z Compiling zerocopy-derive v0.6.6
15942024-04-30T20:08:37.726Z Compiling bitflags v1.3.2
15952024-04-30T20:08:37.822Z Compiling anstyle v1.0.6
15962024-04-30T20:08:37.954Z Compiling utf8parse v0.2.1
15972024-04-30T20:08:37.992Z Compiling sha2 v0.10.8
15982024-04-30T20:08:38.110Z Compiling anstyle-parse v0.2.1
15992024-04-30T20:08:39.721Z Compiling futures v0.3.30
16002024-04-30T20:08:39.900Z Compiling spki v0.7.2
16012024-04-30T20:08:40.369Z Compiling md-5 v0.10.5
16022024-04-30T20:08:40.871Z Compiling toml v0.7.8
16032024-04-30T20:08:40.938Z Compiling hex v0.4.3
16042024-04-30T20:08:41.076Z Compiling block-padding v0.3.3
16052024-04-30T20:08:41.250Z Compiling stringprep v0.1.3
16062024-04-30T20:08:41.594Z Compiling num-integer v0.1.46
16072024-04-30T20:08:41.726Z Compiling diesel_table_macro_syntax v0.1.0
16082024-04-30T20:08:41.747Z Compiling hash32 v0.2.1
16092024-04-30T20:08:42.213Z Compiling anstyle-query v1.0.0
16102024-04-30T20:08:42.347Z Compiling fallible-iterator v0.2.0
16112024-04-30T20:08:42.351Z Compiling stable_deref_trait v1.2.0
16122024-04-30T20:08:42.351Z Compiling colorchoice v1.0.0
16132024-04-30T20:08:42.504Z Compiling anstream v0.6.11
16142024-04-30T20:08:42.899Z Compiling diesel_derives v2.1.2
16152024-04-30T20:08:43.389Z Compiling postgres-protocol v0.6.6
16162024-04-30T20:08:44.013Z Compiling inout v0.1.3
16172024-04-30T20:08:44.313Z Compiling pkcs8 v0.10.2
16182024-04-30T20:08:44.703Z Compiling phf_shared v0.11.2
16192024-04-30T20:08:45.076Z Compiling terminal_size v0.3.0
16202024-04-30T20:08:45.286Z Compiling ff v0.13.0
16212024-04-30T20:08:45.429Z Compiling strum_macros v0.25.2
16222024-04-30T20:08:45.763Z Compiling serde_repr v0.1.16
16232024-04-30T20:08:45.942Z Compiling scheduled-thread-pool v0.2.7
16242024-04-30T20:08:46.208Z Compiling base16ct v0.2.0
16252024-04-30T20:08:46.526Z Compiling managed v0.8.0
16262024-04-30T20:08:46.554Z Compiling clap_lex v0.7.0
16272024-04-30T20:08:46.701Z Compiling bit-vec v0.6.3
16282024-04-30T20:08:46.934Z Compiling strsim v0.11.0
16292024-04-30T20:08:46.978Z Compiling matches v0.1.10
16302024-04-30T20:08:47.013Z Compiling regex-automata v0.1.10
16312024-04-30T20:08:47.064Z Compiling idna v0.2.3
16322024-04-30T20:08:47.488Z Compiling bstr v0.2.17
16332024-04-30T20:08:47.829Z Compiling clap_builder v4.5.2
16342024-04-30T20:08:48.175Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16352024-04-30T20:08:48.657Z Compiling sec1 v0.7.3
16362024-04-30T20:08:48.776Z Compiling r2d2 v0.8.10
16372024-04-30T20:08:49.126Z Compiling group v0.13.0
16382024-04-30T20:08:49.258Z Compiling phf v0.11.2
16392024-04-30T20:08:49.439Z Compiling signal-hook-mio v0.2.3
16402024-04-30T20:08:49.566Z Compiling bzip2 v0.4.4
16412024-04-30T20:08:49.634Z Compiling cipher v0.4.4
16422024-04-30T20:08:50.162Z Compiling postgres-types v0.2.6
16432024-04-30T20:08:50.162Z Compiling zerocopy v0.6.6
16442024-04-30T20:08:50.262Z Compiling hubpack v0.1.2
16452024-04-30T20:08:50.740Z Compiling phf_shared v0.10.0
16462024-04-30T20:08:50.948Z Compiling hkdf v0.12.4
16472024-04-30T20:08:51.208Z Compiling crypto-bigint v0.5.2
16482024-04-30T20:08:51.371Z Compiling ipnetwork v0.20.0
16492024-04-30T20:08:52.256Z Compiling float-cmp v0.9.0
16502024-04-30T20:08:52.492Z Compiling minimal-lexical v0.2.1
16512024-04-30T20:08:52.996Z Compiling static_assertions v1.1.0
16522024-04-30T20:08:53.104Z Compiling precomputed-hash v0.1.1
16532024-04-30T20:08:53.242Z Compiling predicates-core v1.0.6
16542024-04-30T20:08:53.381Z Compiling new_debug_unreachable v1.0.4
16552024-04-30T20:08:53.587Z Compiling whoami v1.5.1
16562024-04-30T20:08:53.616Z Compiling fixedbitset v0.4.2
16572024-04-30T20:08:54.268Z Compiling normalize-line-endings v0.3.0
16582024-04-30T20:08:54.395Z Compiling difflib v0.4.0
16592024-04-30T20:08:55.834Z Compiling predicates v3.1.0
16602024-04-30T20:08:56.354Z Compiling trust-dns-proto v0.22.0
16612024-04-30T20:08:56.355Z Compiling tokio-postgres v0.7.10
16622024-04-30T20:08:56.370Z Compiling petgraph v0.6.4
16632024-04-30T20:08:57.176Z Compiling string_cache v0.8.7
16642024-04-30T20:08:58.870Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16652024-04-30T20:08:58.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16662024-04-30T20:08:58.982Z Compiling diesel v2.1.6
16672024-04-30T20:09:01.716Z Compiling elliptic-curve v0.13.8
16682024-04-30T20:09:01.735Z Compiling nom v7.1.3
16692024-04-30T20:09:01.735Z Compiling yasna v0.5.2
16702024-04-30T20:09:01.735Z Compiling clap v4.5.4
16712024-04-30T20:09:01.735Z Compiling zip v0.6.6
16722024-04-30T20:09:02.619Z Compiling crossterm v0.27.0
16732024-04-30T20:09:03.358Z Compiling similar v2.4.0
16742024-04-30T20:09:03.378Z Compiling bit-set v0.5.3
16752024-04-30T20:09:03.660Z Compiling num-iter v0.1.44
16762024-04-30T20:09:03.851Z Compiling console v0.15.8
16772024-04-30T20:09:04.027Z Compiling usdt v0.3.5
16782024-04-30T20:09:04.211Z Compiling itertools v0.10.5
16792024-04-30T20:09:04.275Z Compiling tokio-stream v0.1.15
16802024-04-30T20:09:05.599Z Compiling getopts v0.2.21
16812024-04-30T20:09:05.789Z Compiling bstr v1.9.0
16822024-04-30T20:09:06.319Z Compiling unsafe-libyaml v0.2.10
16832024-04-30T20:09:06.869Z Compiling peg-runtime v0.8.2
16842024-04-30T20:09:06.877Z Compiling base64 v0.22.0
16852024-04-30T20:09:07.103Z Compiling lalrpop-util v0.19.12
16862024-04-30T20:09:07.555Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16872024-04-30T20:09:07.746Z Compiling serde_yaml v0.9.25
16882024-04-30T20:09:10.955Z Compiling camino v1.1.6
16892024-04-30T20:09:14.901Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16902024-04-30T20:09:15.467Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-04-30T20:09:18.770Z Compiling sha1 v0.10.6
16922024-04-30T20:09:33.268Z Compiling strsim v0.10.0
16932024-04-30T20:09:33.543Z Compiling ident_case v1.0.1
16942024-04-30T20:09:33.690Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16952024-04-30T20:09:33.718Z Compiling darling_core v0.20.8
16962024-04-30T20:09:34.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972024-04-30T20:09:35.546Z Compiling strum_macros v0.26.1
16982024-04-30T20:09:40.803Z Compiling strum v0.26.2
16992024-04-30T20:09:40.836Z Compiling darling_macro v0.20.8
17002024-04-30T20:09:41.311Z Compiling dirs-sys-next v0.1.2
17012024-04-30T20:09:41.743Z Compiling match_cfg v0.1.0
17022024-04-30T20:09:41.750Z Compiling hostname v0.3.1
17032024-04-30T20:09:41.750Z Compiling dirs-next v2.0.0
17042024-04-30T20:09:41.756Z Compiling http v1.0.0
17052024-04-30T20:09:41.821Z Compiling thread_local v1.1.7
17062024-04-30T20:09:41.855Z Compiling darling v0.20.8
17072024-04-30T20:09:41.927Z Compiling rustls-pki-types v1.3.0
17082024-04-30T20:09:41.930Z Compiling slog-async v2.8.0
17092024-04-30T20:09:42.170Z Compiling term v0.7.0
17102024-04-30T20:09:42.365Z Compiling crossbeam-channel v0.5.8
17112024-04-30T20:09:42.385Z Compiling is-terminal v0.4.9
17122024-04-30T20:09:42.506Z Compiling rustls v0.22.4
17132024-04-30T20:09:42.538Z Compiling take_mut v0.2.2
17142024-04-30T20:09:42.685Z Compiling paste v1.0.14
17152024-04-30T20:09:42.718Z Compiling slog-term v2.9.1
17162024-04-30T20:09:42.934Z Compiling rustls-webpki v0.102.1
17172024-04-30T20:09:43.007Z Compiling multer v3.0.0
17182024-04-30T20:09:43.299Z Compiling instant v0.1.12
17192024-04-30T20:09:43.499Z Compiling slog-json v2.6.1
17202024-04-30T20:09:43.718Z Compiling async-stream-impl v0.3.5
17212024-04-30T20:09:43.962Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17222024-04-30T20:09:44.115Z Compiling atomic-waker v1.1.1
17232024-04-30T20:09:44.984Z Compiling debug-ignore v1.0.5
17242024-04-30T20:09:44.984Z Compiling waitgroup v0.1.2
17252024-04-30T20:09:44.984Z Compiling slog-bunyan v2.5.0
17262024-04-30T20:09:44.984Z Compiling rustls-pemfile v2.1.2
17272024-04-30T20:09:45.020Z Compiling serde_with_macros v3.7.0
17282024-04-30T20:09:45.020Z Compiling toml v0.8.12
17292024-04-30T20:09:45.054Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17302024-04-30T20:09:45.068Z Compiling serde_path_to_error v0.1.16
17312024-04-30T20:09:45.109Z Compiling async-stream v0.3.5
17322024-04-30T20:09:45.516Z Compiling structmeta-derive v0.3.0
17332024-04-30T20:09:45.537Z Compiling proc-macro-error-attr v1.0.4
17342024-04-30T20:09:45.905Z Compiling proc-macro-error v1.0.4
17352024-04-30T20:09:46.359Z Compiling newtype-uuid v1.1.0
17362024-04-30T20:09:46.422Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17372024-04-30T20:09:46.661Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17382024-04-30T20:09:46.944Z Compiling backoff v0.4.0
17392024-04-30T20:09:47.194Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17402024-04-30T20:09:47.263Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17412024-04-30T20:09:47.291Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17422024-04-30T20:09:47.363Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17432024-04-30T20:09:47.494Z Compiling macaddr v1.0.1
17442024-04-30T20:09:47.526Z Compiling proc-macro-crate v1.3.1
17452024-04-30T20:09:47.832Z Compiling serde_with v3.7.0
17462024-04-30T20:09:47.920Z Compiling tokio-rustls v0.25.0
17472024-04-30T20:09:48.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482024-04-30T20:09:48.412Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17492024-04-30T20:09:48.572Z Compiling structmeta v0.3.0
17502024-04-30T20:09:48.598Z Compiling num_enum_derive v0.5.11
17512024-04-30T20:09:48.730Z Compiling foreign-types-macros v0.2.3
17522024-04-30T20:09:49.009Z Compiling parse-display-derive v0.9.0
17532024-04-30T20:09:50.098Z Compiling heapless v0.8.0
17542024-04-30T20:09:50.717Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-04-30T20:09:51.019Z Compiling foreign-types-shared v0.3.1
17562024-04-30T20:09:51.144Z Compiling foreign-types v0.5.0
17572024-04-30T20:09:51.446Z Compiling num_enum v0.5.11
17582024-04-30T20:09:51.756Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17592024-04-30T20:09:51.804Z Compiling cstr-argument v0.1.2
17602024-04-30T20:09:51.912Z Compiling hash32 v0.3.1
17612024-04-30T20:09:52.060Z Compiling pretty-hex v0.2.1
17622024-04-30T20:09:52.162Z Compiling smoltcp v0.11.0
17632024-04-30T20:09:52.250Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17642024-04-30T20:09:52.813Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17652024-04-30T20:09:52.940Z Compiling tabwriter v1.4.0
17662024-04-30T20:09:53.390Z Compiling colored v2.1.0
17672024-04-30T20:09:53.419Z Compiling socket2 v0.4.9
17682024-04-30T20:09:53.641Z Compiling embedded-io v0.4.0
17692024-04-30T20:09:53.840Z Compiling cobs v0.2.3
17702024-04-30T20:09:53.869Z Compiling fastrand v2.0.1
17712024-04-30T20:09:53.901Z Compiling parse-display v0.9.0
17722024-04-30T20:09:54.061Z Compiling postcard v1.0.8
17732024-04-30T20:09:54.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17742024-04-30T20:09:54.300Z Compiling tempfile v3.10.1
17752024-04-30T20:09:54.415Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17762024-04-30T20:09:54.461Z Compiling crucible-workspace-hack v0.1.0
17772024-04-30T20:09:54.588Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17782024-04-30T20:09:54.636Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17792024-04-30T20:09:54.763Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17802024-04-30T20:09:54.964Z Compiling smf v0.2.3
17812024-04-30T20:09:55.127Z Compiling humantime v2.1.0
17822024-04-30T20:09:55.136Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17832024-04-30T20:09:55.507Z Compiling platforms v3.0.2
17842024-04-30T20:09:55.653Z Compiling camino-tempfile v1.1.1
17852024-04-30T20:09:55.757Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17862024-04-30T20:09:55.896Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17872024-04-30T20:09:56.097Z Compiling usdt-attr-macro v0.5.0
17882024-04-30T20:09:56.364Z Compiling usdt-macro v0.5.0
17892024-04-30T20:09:56.384Z Compiling num-derive v0.4.0
17902024-04-30T20:09:56.707Z Compiling memmap v0.7.0
17912024-04-30T20:09:57.057Z Compiling sigpipe v0.1.3
17922024-04-30T20:09:57.182Z Compiling utf-8 v0.7.6
17932024-04-30T20:09:57.287Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17942024-04-30T20:09:57.489Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17952024-04-30T20:09:58.530Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17962024-04-30T20:09:58.545Z Compiling usdt v0.5.0
17972024-04-30T20:09:58.545Z Compiling atty v0.2.14
17982024-04-30T20:09:58.545Z Compiling unicase v2.7.0
17992024-04-30T20:09:58.686Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
18002024-04-30T20:09:58.802Z Compiling rayon-core v1.12.1
18012024-04-30T20:09:58.937Z Compiling semver v0.1.20
18022024-04-30T20:09:58.960Z Compiling curve25519-dalek v4.1.2
18032024-04-30T20:09:58.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18042024-04-30T20:09:59.118Z Compiling newline-converter v0.3.0
18052024-04-30T20:09:59.281Z Compiling rustc_version v0.1.7
18062024-04-30T20:09:59.353Z Compiling crossbeam-deque v0.8.3
18072024-04-30T20:09:59.465Z Compiling universal-hash v0.5.1
18082024-04-30T20:09:59.566Z Compiling opaque-debug v0.3.0
18092024-04-30T20:09:59.609Z Compiling same-file v1.0.6
18102024-04-30T20:09:59.694Z Compiling expectorate v1.1.0
18112024-04-30T20:09:59.763Z Compiling newtype_derive v0.1.6
18122024-04-30T20:09:59.786Z Compiling walkdir v2.5.0
18132024-04-30T20:09:59.816Z Compiling tungstenite v0.20.1
18142024-04-30T20:09:59.945Z Compiling signature v2.1.0
18152024-04-30T20:10:00.175Z Compiling curve25519-dalek-derive v0.1.0
18162024-04-30T20:10:00.195Z Compiling blake3 v1.5.0
18172024-04-30T20:10:00.616Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18182024-04-30T20:10:00.800Z Compiling num-rational v0.4.1
18192024-04-30T20:10:00.853Z Compiling termcolor v1.2.0
18202024-04-30T20:10:01.338Z Compiling arc-swap v1.6.0
18212024-04-30T20:10:01.357Z Compiling linked-hash-map v0.5.6
18222024-04-30T20:10:01.432Z Compiling getrandom v0.1.16
18232024-04-30T20:10:01.482Z Compiling quick-error v1.2.3
18242024-04-30T20:10:01.636Z Compiling resolv-conf v0.7.0
18252024-04-30T20:10:01.675Z Compiling lru-cache v0.1.2
18262024-04-30T20:10:01.693Z Compiling slog-scope v4.4.0
18272024-04-30T20:10:01.744Z Compiling env_logger v0.9.3
18282024-04-30T20:10:01.980Z Compiling tokio-tungstenite v0.20.1
18292024-04-30T20:10:02.147Z Compiling rayon v1.10.0
18302024-04-30T20:10:02.475Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18312024-04-30T20:10:02.594Z Compiling password-hash v0.5.0
18322024-04-30T20:10:02.621Z Compiling blake2 v0.10.6
18332024-04-30T20:10:02.929Z Compiling bitstruct_derive v0.1.0
18342024-04-30T20:10:03.117Z Compiling memmap2 v0.7.1
18352024-04-30T20:10:03.295Z Compiling filetime v0.2.23
18362024-04-30T20:10:03.555Z Compiling xattr v1.0.1
18372024-04-30T20:10:03.641Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18382024-04-30T20:10:03.666Z Compiling libefi-sys v0.1.0
18392024-04-30T20:10:03.776Z Compiling ascii v1.1.0
18402024-04-30T20:10:03.819Z Compiling bytecount v0.6.3
18412024-04-30T20:10:03.973Z Compiling constant_time_eq v0.3.0
18422024-04-30T20:10:04.026Z Compiling parking_lot_core v0.8.6
18432024-04-30T20:10:04.090Z Compiling arrayref v0.3.7
18442024-04-30T20:10:04.147Z Compiling home v0.5.5
18452024-04-30T20:10:04.192Z Compiling arrayvec v0.7.4
18462024-04-30T20:10:04.289Z Compiling bitstruct v0.1.1
18472024-04-30T20:10:04.384Z Compiling toolchain_find v0.4.0
18482024-04-30T20:10:04.413Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18492024-04-30T20:10:04.466Z Compiling papergrid v0.11.0
18502024-04-30T20:10:04.524Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18512024-04-30T20:10:04.570Z Compiling tar v0.4.40
18522024-04-30T20:10:04.784Z Compiling argon2 v0.5.3
18532024-04-30T20:10:05.483Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-04-30T20:10:06.763Z Compiling trust-dns-resolver v0.22.0
18552024-04-30T20:10:06.942Z Compiling slog-stdlog v4.1.1
18562024-04-30T20:10:07.287Z Compiling tabled_derive v0.7.0
18572024-04-30T20:10:07.804Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-04-30T20:10:08.526Z Compiling rfc6979 v0.4.0
18592024-04-30T20:10:08.622Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-04-30T20:10:08.720Z Compiling erased-serde v0.3.31
18612024-04-30T20:10:08.782Z Compiling serde_arrays v0.1.0
18622024-04-30T20:10:08.938Z Compiling aead v0.5.2
18632024-04-30T20:10:08.981Z Compiling num-complex v0.4.5
18642024-04-30T20:10:09.712Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18652024-04-30T20:10:09.725Z Compiling nibble_vec v0.1.0
18662024-04-30T20:10:09.746Z Compiling slog-dtrace v0.3.0
18672024-04-30T20:10:09.857Z Compiling topological-sort v0.2.2
18682024-04-30T20:10:09.881Z Compiling winapi v0.3.9
18692024-04-30T20:10:09.973Z Compiling keccak v0.1.4
18702024-04-30T20:10:10.049Z Compiling endian-type v0.1.2
18712024-04-30T20:10:10.070Z Compiling cancel-safe-futures v0.1.5
18722024-04-30T20:10:10.168Z Compiling omicron-zone-package v0.11.0
18732024-04-30T20:10:10.301Z Compiling sha3 v0.10.8
18742024-04-30T20:10:10.358Z Compiling radix_trie v0.2.1
18752024-04-30T20:10:10.500Z Compiling tabled v0.15.0
18762024-04-30T20:10:10.971Z Compiling num v0.4.2
18772024-04-30T20:10:11.001Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18782024-04-30T20:10:11.080Z Compiling rustfmt-wrapper v0.2.1
18792024-04-30T20:10:11.203Z Compiling ecdsa v0.16.9
18802024-04-30T20:10:11.459Z Compiling slog-envlogger v2.2.0
18812024-04-30T20:10:11.656Z Compiling mime_guess v2.0.4
18822024-04-30T20:10:11.979Z Compiling rand_core v0.5.1
18832024-04-30T20:10:12.178Z Compiling steno v0.4.0
18842024-04-30T20:10:12.592Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18852024-04-30T20:10:12.942Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18862024-04-30T20:10:13.067Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18872024-04-30T20:10:14.145Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18882024-04-30T20:10:14.649Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18892024-04-30T20:10:15.526Z Compiling poly1305 v0.8.0
18902024-04-30T20:10:16.350Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18912024-04-30T20:10:16.659Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18922024-04-30T20:10:16.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18932024-04-30T20:10:17.008Z Compiling primeorder v0.13.6
18942024-04-30T20:10:17.343Z Compiling chacha20 v0.9.1
18952024-04-30T20:10:17.509Z Compiling heck v0.3.3
18962024-04-30T20:10:17.790Z Compiling secrecy v0.8.0
18972024-04-30T20:10:17.859Z Compiling thiserror-impl-no-std v2.0.2
18982024-04-30T20:10:17.905Z Compiling half v2.3.1
18992024-04-30T20:10:17.928Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19002024-04-30T20:10:18.045Z Compiling option-ext v0.2.0
19012024-04-30T20:10:18.190Z Compiling ciborium-io v0.2.2
19022024-04-30T20:10:18.228Z Compiling convert_case v0.4.0
19032024-04-30T20:10:18.324Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19042024-04-30T20:10:18.443Z Compiling ciborium-ll v0.2.2
19052024-04-30T20:10:18.485Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19062024-04-30T20:10:18.898Z Compiling dirs-sys v0.4.1
19072024-04-30T20:10:19.105Z Compiling zone_cfg_derive v0.1.2
19082024-04-30T20:10:19.209Z Compiling derive_more v0.99.17
19092024-04-30T20:10:19.545Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19102024-04-30T20:10:19.865Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19112024-04-30T20:10:20.826Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19122024-04-30T20:10:21.037Z Compiling parking_lot v0.11.2
19132024-04-30T20:10:21.116Z Compiling rand_chacha v0.2.2
19142024-04-30T20:10:21.159Z Compiling thiserror-no-std v2.0.2
19152024-04-30T20:10:21.257Z Compiling trust-dns-client v0.22.0
19162024-04-30T20:10:21.875Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19172024-04-30T20:10:21.983Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19182024-04-30T20:10:22.642Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19192024-04-30T20:10:24.346Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19202024-04-30T20:10:25.355Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19212024-04-30T20:10:26.331Z Compiling ed25519 v2.2.2
19222024-04-30T20:10:26.813Z Compiling polyval v0.6.1
19232024-04-30T20:10:27.223Z Compiling tungstenite v0.21.0
19242024-04-30T20:10:27.505Z Compiling aes v0.8.3
19252024-04-30T20:10:27.818Z Compiling ctr v0.9.2
19262024-04-30T20:10:28.194Z Compiling blowfish v0.9.1
19272024-04-30T20:10:28.658Z Compiling password-hash v0.4.2
19282024-04-30T20:10:29.290Z Compiling libsw v3.3.1
19292024-04-30T20:10:29.443Z Compiling toml v0.5.11
19302024-04-30T20:10:29.576Z Compiling pbkdf2 v0.12.2
19312024-04-30T20:10:29.606Z Compiling derive-where v1.2.7
19322024-04-30T20:10:30.087Z Compiling gethostname v0.4.3
19332024-04-30T20:10:30.849Z Compiling fxhash v0.2.1
19342024-04-30T20:10:30.855Z Compiling linear-map v1.2.0
19352024-04-30T20:10:30.855Z Compiling base64 v0.13.1
19362024-04-30T20:10:30.855Z Compiling swrite v0.1.0
19372024-04-30T20:10:30.855Z Compiling owo-colors v4.0.0
19382024-04-30T20:10:30.912Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19392024-04-30T20:10:31.249Z Compiling trust-dns-server v0.22.1
19402024-04-30T20:10:33.059Z Compiling ron v0.7.1
19412024-04-30T20:10:33.150Z Compiling sled v0.34.7
19422024-04-30T20:10:34.326Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19432024-04-30T20:10:35.390Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19442024-04-30T20:10:36.465Z Compiling bcrypt-pbkdf v0.10.0
19452024-04-30T20:10:36.791Z Compiling pbkdf2 v0.11.0
19462024-04-30T20:10:37.042Z Compiling tokio-tungstenite v0.21.0
19472024-04-30T20:10:37.159Z Compiling ghash v0.5.0
19482024-04-30T20:10:37.208Z Compiling ed25519-dalek v2.0.0
19492024-04-30T20:10:37.339Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-04-30T20:10:37.565Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19512024-04-30T20:10:38.028Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19522024-04-30T20:10:38.111Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19532024-04-30T20:10:38.329Z Compiling rand v0.7.3
19542024-04-30T20:10:38.883Z Compiling vsss-rs v3.3.4
19552024-04-30T20:10:39.065Z Compiling russh-cryptovec v0.7.0
19562024-04-30T20:10:40.314Z Compiling zone v0.1.8
19572024-04-30T20:10:40.601Z Compiling dirs v5.0.1
19582024-04-30T20:10:40.791Z Compiling ciborium v0.2.2
19592024-04-30T20:10:40.880Z Compiling chacha20poly1305 v0.10.1
19602024-04-30T20:10:41.090Z Compiling p256 v0.13.2
19612024-04-30T20:10:41.907Z Compiling p521 v0.13.3
19622024-04-30T20:10:41.933Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-04-30T20:10:42.609Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19642024-04-30T20:10:43.377Z Compiling pem v3.0.4
19652024-04-30T20:10:43.772Z Compiling cbc v0.1.2
19662024-04-30T20:10:44.030Z Compiling headers-core v0.2.0
19672024-04-30T20:10:44.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19682024-04-30T20:10:44.198Z Compiling kstat-rs v0.2.3
19692024-04-30T20:10:44.314Z Compiling portpicker v0.1.1
19702024-04-30T20:10:44.343Z Compiling nanorand v0.7.0
19712024-04-30T20:10:44.563Z Compiling http-range v0.1.5
19722024-04-30T20:10:44.625Z Compiling md5 v0.7.0
19732024-04-30T20:10:44.794Z Compiling glob v0.3.1
19742024-04-30T20:10:44.922Z Compiling russh-keys v0.43.0
19752024-04-30T20:10:44.925Z Compiling hyper-staticfile v0.9.5
19762024-04-30T20:10:45.149Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19772024-04-30T20:10:45.623Z Compiling flume v0.11.0
19782024-04-30T20:10:45.744Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19792024-04-30T20:10:45.928Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19802024-04-30T20:10:46.322Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19812024-04-30T20:10:48.298Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19822024-04-30T20:10:48.968Z Compiling headers v0.3.9
19832024-04-30T20:10:49.283Z Compiling rcgen v0.12.1
19842024-04-30T20:10:49.368Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19852024-04-30T20:10:51.288Z Compiling aes-gcm v0.10.3
19862024-04-30T20:10:51.586Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19872024-04-30T20:10:51.906Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19882024-04-30T20:10:53.842Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19892024-04-30T20:10:55.070Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19902024-04-30T20:10:55.745Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19912024-04-30T20:10:58.269Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
19922024-04-30T20:10:58.564Z Compiling atomicwrites v0.4.3
19932024-04-30T20:10:58.927Z Compiling itertools v0.12.1
19942024-04-30T20:10:59.969Z Compiling subprocess v0.2.9
19952024-04-30T20:11:00.158Z Compiling hex-literal v0.4.1
19962024-04-30T20:11:00.324Z Compiling display-error-chain v0.2.0
19972024-04-30T20:11:00.502Z Compiling dhcproto-macros v0.1.0
19982024-04-30T20:11:01.539Z Compiling dhcproto v0.11.0
19992024-04-30T20:11:02.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20002024-04-30T20:11:02.487Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20012024-04-30T20:11:02.491Z Compiling russh v0.43.0
20022024-04-30T20:11:02.710Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20032024-04-30T20:11:04.898Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20042024-04-30T20:11:04.968Z Compiling internet-checksum v0.2.1
20052024-04-30T20:11:24.093Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20062024-04-30T20:12:04.278Z Finished dev [unoptimized + debuginfo] target(s) in 5m 13s
20072024-04-30T20:12:04.617Z
20082024-04-30T20:12:04.652Zreal 5:14.219704742
20092024-04-30T20:12:04.653Zuser 27:29.330809801
20102024-04-30T20:12:04.653Zsys 5:58.712269596
20112024-04-30T20:12:04.653Ztrap 0.802497944
20122024-04-30T20:12:04.653Ztflt 4.669192241
20132024-04-30T20:12:04.653Zdflt 5.604225423
20142024-04-30T20:12:04.653Zkflt 0.143305450
20152024-04-30T20:12:04.653Zlock 51:12.233725814
20162024-04-30T20:12:04.654Zslp 1:19:14.490482495
20172024-04-30T20:12:04.654Zlat 1:40.302279202
20182024-04-30T20:12:04.654Zstop 4:34.890135991
20192024-04-30T20:12:04.654Z+ mkdir -p /work
20202024-04-30T20:12:04.654Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20212024-04-30T20:12:05.417Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20222024-04-30T20:12:14.169Z Finished dev [unoptimized + debuginfo] target(s) in 9.51s
20232024-04-30T20:12:14.261Z
20242024-04-30T20:12:14.261Zreal 9.623875265
20252024-04-30T20:12:14.262Zuser 6.774512305
20262024-04-30T20:12:14.262Zsys 3.748188150
20272024-04-30T20:12:14.262Ztrap 0.001371467
20282024-04-30T20:12:14.262Ztflt 0.002386291
20292024-04-30T20:12:14.262Zdflt 0.036579364
20302024-04-30T20:12:14.686Zkflt 0.000000000
20312024-04-30T20:12:14.686Zlock 26.335133220
20322024-04-30T20:12:14.686Zslp 38.121727855
20332024-04-30T20:12:14.686Zlat 0.036471837
20342024-04-30T20:12:14.687Zstop 0.349198327
20352024-04-30T20:12:14.687Z+ cp target/debug/commtest /work/commtest
20362024-04-30T20:12:14.708Z+ mkdir -p /work/end-to-end-tests
20372024-04-30T20:12:14.720Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20382024-04-30T20:12:15.905Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20392024-04-30T20:12:15.905Z+ ptime -m gzip
20402024-04-30T20:12:15.909Z++ basename target/debug/bootstrap
20412024-04-30T20:12:28.482Z
20422024-04-30T20:12:28.482Zreal 12.567859423
20432024-04-30T20:12:28.482Zuser 12.481977639
20442024-04-30T20:12:28.482Zsys 0.077867930
20452024-04-30T20:12:28.482Ztrap 0.002511046
20462024-04-30T20:12:28.482Ztflt 0.000000000
20472024-04-30T20:12:28.482Zdflt 0.000000000
20482024-04-30T20:12:28.504Zkflt 0.000000000
20492024-04-30T20:12:28.504Zlock 0.000000000
20502024-04-30T20:12:28.504Zslp 0.000000000
20512024-04-30T20:12:28.504Zlat 0.005108710
20522024-04-30T20:12:28.504Zstop 0.000168649
20532024-04-30T20:12:28.504Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20542024-04-30T20:12:28.505Z+ ptime -m gzip
20552024-04-30T20:12:28.505Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e2418f0dc25c6bc2
20562024-04-30T20:12:33.041Z
20572024-04-30T20:12:33.093Zreal 1.173955619
20582024-04-30T20:12:33.093Zuser 1.164239220
20592024-04-30T20:12:33.093Zsys 0.009114605
20602024-04-30T20:12:33.093Ztrap 0.000086174
20612024-04-30T20:12:33.093Ztflt 0.000000000
20622024-04-30T20:12:33.093Zdflt 0.000000000
20632024-04-30T20:12:33.093Zkflt 0.000000000
20642024-04-30T20:12:33.093Zlock 0.000000000
20652024-04-30T20:12:33.093Zslp 0.000000000
20662024-04-30T20:12:33.094Zlat 0.000110780
20672024-04-30T20:12:33.094Zstop 0.000178468
20682024-04-30T20:12:33.094Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20692024-04-30T20:12:33.094Z+ ptime -m gzip
20702024-04-30T20:12:33.094Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d1b9678287527757
20712024-04-30T20:12:33.094Z
20722024-04-30T20:12:33.094Zreal 1.179622067
20732024-04-30T20:12:33.094Zuser 1.168597877
20742024-04-30T20:12:33.094Zsys 0.009673719
20752024-04-30T20:12:33.094Ztrap 0.000428174
20762024-04-30T20:12:33.094Ztflt 0.000000000
20772024-04-30T20:12:33.094Zdflt 0.000000000
20782024-04-30T20:12:33.094Zkflt 0.000000000
20792024-04-30T20:12:33.094Zlock 0.000000000
20802024-04-30T20:12:33.094Zslp 0.000000000
20812024-04-30T20:12:33.094Zlat 0.000515118
20822024-04-30T20:12:33.095Zstop 0.000171719
20832024-04-30T20:12:33.095Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20842024-04-30T20:12:33.095Z+ ptime -m gzip
20852024-04-30T20:12:33.095Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4e9c8bd28cbcb860
20862024-04-30T20:12:33.095Z
20872024-04-30T20:12:33.095Zreal 1.178149900
20882024-04-30T20:12:33.095Zuser 1.168662561
20892024-04-30T20:12:33.095Zsys 0.008907383
20902024-04-30T20:12:33.095Ztrap 0.000081094
20912024-04-30T20:12:33.095Ztflt 0.000000000
20922024-04-30T20:12:33.095Zdflt 0.000000000
20932024-04-30T20:12:33.095Zkflt 0.000000000
20942024-04-30T20:12:33.095Zlock 0.000000000
20952024-04-30T20:12:33.096Zslp 0.000000000
20962024-04-30T20:12:33.096Zlat 0.000099092
20972024-04-30T20:12:33.096Zstop 0.000171339
20982024-04-30T20:12:33.096Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20992024-04-30T20:12:33.096Z+ ptime -m gzip
21002024-04-30T20:12:33.096Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4f28bafc4b85baee
21012024-04-30T20:12:44.986Z
21022024-04-30T20:12:44.990Zreal 12.944396080
21032024-04-30T20:12:44.990Zuser 12.866927126
21042024-04-30T20:12:44.990Zsys 0.073938213
21052024-04-30T20:12:44.990Ztrap 0.001776091
21062024-04-30T20:12:44.990Ztflt 0.000000000
21072024-04-30T20:12:44.990Zdflt 0.000000000
21082024-04-30T20:12:44.990Zkflt 0.000000000
21092024-04-30T20:12:44.990Zlock 0.000000000
21102024-04-30T20:12:44.990Zslp 0.000000000
21112024-04-30T20:12:44.990Zlat 0.001357836
21122024-04-30T20:12:44.990Zstop 0.000170010
21132024-04-30T20:12:44.990Z+ banner caboose-util
21142024-04-30T20:12:44.990Z
21152024-04-30T20:12:44.990Z #### ## ##### #### #### #### ###### # # #####
21162024-04-30T20:12:44.990Z # # # # # # # # # # # # # # #
21172024-04-30T20:12:44.990Z # # # ##### # # # # #### ##### ##### # # #
21182024-04-30T20:12:44.990Z # ###### # # # # # # # # # # #
21192024-04-30T20:12:44.990Z # # # # # # # # # # # # # # # #
21202024-04-30T20:12:44.990Z #### # # ##### #### #### #### ###### #### #
21212024-04-30T20:12:44.991Z
21222024-04-30T20:12:44.991Z+ ptime -m cargo build --locked -p caboose-util --release
21232024-04-30T20:12:45.484Z Downloading crates ...
21242024-04-30T20:12:45.640Z Downloaded array-init v0.0.4
21252024-04-30T20:12:45.650Z Downloaded packed_struct v0.10.1
21262024-04-30T20:12:45.651Z Downloaded funty v2.0.0
21272024-04-30T20:12:45.651Z Downloaded path-slash v0.1.5
21282024-04-30T20:12:45.652Z Downloaded nodrop v0.1.14
21292024-04-30T20:12:45.677Z Downloaded packed_struct_codegen v0.10.1
21302024-04-30T20:12:45.678Z Downloaded tap v1.0.1
21312024-04-30T20:12:45.688Z Downloaded crc-catalog v2.2.0
21322024-04-30T20:12:45.688Z Downloaded crc v3.0.1
21332024-04-30T20:12:45.688Z Downloaded smallvec v0.6.14
21342024-04-30T20:12:45.688Z Downloaded pkcs1 v0.7.5
21352024-04-30T20:12:45.689Z Downloaded bitfield v0.14.0
21362024-04-30T20:12:45.689Z Downloaded wyz v0.5.1
21372024-04-30T20:12:45.689Z Downloaded radium v0.7.0
21382024-04-30T20:12:45.689Z Downloaded serde-hex v0.1.0
21392024-04-30T20:12:45.689Z Downloaded ron v0.8.1
21402024-04-30T20:12:45.689Z Downloaded env_logger v0.10.0
21412024-04-30T20:12:45.690Z Downloaded crc-any v2.4.3
21422024-04-30T20:12:45.690Z Downloaded maybe-uninit v2.0.0
21432024-04-30T20:12:45.690Z Downloaded rsa v0.9.2
21442024-04-30T20:12:45.695Z Downloaded x509-cert v0.2.4
21452024-04-30T20:12:45.695Z Downloaded hashbrown v0.13.2
21462024-04-30T20:12:45.702Z Downloaded num-bigint-dig v0.8.4
21472024-04-30T20:12:45.707Z Downloaded bitvec v1.0.1
21482024-04-30T20:12:45.750Z Downloaded object v0.30.4
21492024-04-30T20:12:45.826Z Compiling proc-macro2 v1.0.81
21502024-04-30T20:12:45.842Z Compiling unicode-ident v1.0.12
21512024-04-30T20:12:45.842Z Compiling libc v0.2.153
21522024-04-30T20:12:45.842Z Compiling serde v1.0.199
21532024-04-30T20:12:45.842Z Compiling autocfg v1.1.0
21542024-04-30T20:12:45.842Z Compiling version_check v0.9.4
21552024-04-30T20:12:45.842Z Compiling cfg-if v1.0.0
21562024-04-30T20:12:45.992Z Compiling typenum v1.16.0
21572024-04-30T20:12:46.033Z Compiling once_cell v1.19.0
21582024-04-30T20:12:46.054Z Compiling parking_lot_core v0.9.8
21592024-04-30T20:12:47.673Z Compiling memchr v2.7.1
21602024-04-30T20:12:47.694Z Compiling syn v1.0.109
21612024-04-30T20:12:47.694Z Compiling byteorder v1.5.0
21622024-04-30T20:12:47.694Z Compiling lock_api v0.4.10
21632024-04-30T20:12:47.694Z Compiling generic-array v0.14.7
21642024-04-30T20:12:47.695Z Compiling libm v0.2.7
21652024-04-30T20:12:47.695Z Compiling num-traits v0.2.18
21662024-04-30T20:12:47.695Z Compiling ahash v0.8.8
21672024-04-30T20:12:47.696Z Compiling serde_json v1.0.116
21682024-04-30T20:12:47.696Z Compiling quote v1.0.36
21692024-04-30T20:12:47.696Z Compiling thiserror v1.0.59
21702024-04-30T20:12:47.696Z Compiling pkg-config v0.3.27
21712024-04-30T20:12:47.852Z Compiling syn v2.0.60
21722024-04-30T20:12:48.433Z Compiling cc v1.0.83
21732024-04-30T20:12:48.433Z Compiling getrandom v0.2.12
21742024-04-30T20:12:48.455Z Compiling scopeguard v1.2.0
21752024-04-30T20:12:48.455Z Compiling itoa v1.0.9
21762024-04-30T20:12:48.479Z Compiling log v0.4.21
21772024-04-30T20:12:48.628Z Compiling slab v0.4.9
21782024-04-30T20:12:48.937Z Compiling rand_core v0.6.4
21792024-04-30T20:12:48.976Z Compiling smallvec v1.13.1
21802024-04-30T20:12:49.510Z Compiling vcpkg v0.2.15
21812024-04-30T20:12:50.274Z Compiling ryu v1.0.15
21822024-04-30T20:12:50.535Z Compiling parking_lot v0.12.1
21832024-04-30T20:12:50.540Z Compiling const-oid v0.9.6
21842024-04-30T20:12:51.024Z Compiling pin-project-lite v0.2.13
21852024-04-30T20:12:51.190Z Compiling openssl-sys v0.9.102
21862024-04-30T20:12:51.190Z Compiling ring v0.17.8
21872024-04-30T20:12:51.492Z Compiling ucd-trie v0.1.6
21882024-04-30T20:12:51.969Z Compiling signal-hook-registry v1.4.1
21892024-04-30T20:12:52.349Z Compiling subtle v2.5.0
21902024-04-30T20:12:52.593Z Compiling rustix v0.38.31
21912024-04-30T20:12:52.620Z Compiling ring v0.16.20
21922024-04-30T20:12:52.630Z Compiling mio v0.8.11
21932024-04-30T20:12:53.260Z Compiling semver v1.0.22
21942024-04-30T20:12:53.586Z Compiling futures-core v0.3.30
21952024-04-30T20:12:53.687Z Compiling tinyvec_macros v0.1.1
21962024-04-30T20:12:53.766Z Compiling tinyvec v1.6.0
21972024-04-30T20:12:54.140Z Compiling spin v0.5.2
21982024-04-30T20:12:55.195Z Compiling unicode-normalization v0.1.22
21992024-04-30T20:12:55.443Z Compiling num_cpus v1.16.0
22002024-04-30T20:12:55.560Z Compiling socket2 v0.5.6
22012024-04-30T20:12:55.567Z Compiling openssl v0.10.64
22022024-04-30T20:12:56.035Z Compiling httparse v1.8.0
22032024-04-30T20:12:56.104Z Compiling unicode-xid v0.2.4
22042024-04-30T20:12:56.257Z Compiling futures-sink v0.3.30
22052024-04-30T20:12:56.405Z Compiling unicode-bidi v0.3.15
22062024-04-30T20:12:56.408Z Compiling allocator-api2 v0.2.16
22072024-04-30T20:12:56.427Z Compiling synstructure v0.12.6
22082024-04-30T20:12:57.173Z Compiling num-conv v0.1.0
22092024-04-30T20:12:57.386Z Compiling equivalent v1.0.1
22102024-04-30T20:12:57.445Z Compiling time-core v0.1.2
22112024-04-30T20:12:57.601Z Compiling time-macros v0.2.17
22122024-04-30T20:12:57.625Z Compiling futures-channel v0.3.30
22132024-04-30T20:12:58.010Z Compiling crc32fast v1.3.2
22142024-04-30T20:12:58.083Z Compiling native-tls v0.2.11
22152024-04-30T20:12:58.177Z Compiling ppv-lite86 v0.2.17
22162024-04-30T20:12:58.441Z Compiling futures-task v0.3.30
22172024-04-30T20:12:58.461Z Compiling rustls v0.21.9
22182024-04-30T20:12:58.737Z Compiling pin-utils v0.1.0
22192024-04-30T20:12:58.746Z Compiling futures-io v0.3.30
22202024-04-30T20:12:58.950Z Compiling rand_chacha v0.3.1
22212024-04-30T20:12:58.993Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-04-30T20:12:59.554Z Compiling spin v0.9.8
22232024-04-30T20:12:59.575Z Compiling tracing-core v0.1.32
22242024-04-30T20:12:59.732Z Compiling base64ct v1.6.0
22252024-04-30T20:13:00.285Z Compiling pem-rfc7468 v0.7.0
22262024-04-30T20:13:00.410Z Compiling rand v0.8.5
22272024-04-30T20:13:00.426Z Compiling zerocopy-derive v0.2.0
22282024-04-30T20:13:00.457Z Compiling serde_derive v1.0.199
22292024-04-30T20:13:00.644Z Compiling zeroize_derive v1.4.2
22302024-04-30T20:13:00.681Z Compiling zerocopy-derive v0.7.32
22312024-04-30T20:13:00.869Z Compiling thiserror-impl v1.0.59
22322024-04-30T20:13:01.822Z Compiling tokio-macros v2.2.0
22332024-04-30T20:13:01.917Z Compiling futures-macro v0.3.30
22342024-04-30T20:13:02.122Z Compiling zeroize v1.7.0
22352024-04-30T20:13:02.166Z Compiling tracing-attributes v0.1.27
22362024-04-30T20:13:02.681Z Compiling zerocopy v0.7.32
22372024-04-30T20:13:03.717Z Compiling pest v2.7.6
22382024-04-30T20:13:03.769Z Compiling der_derive v0.7.2
22392024-04-30T20:13:03.793Z Compiling crypto-common v0.1.6
22402024-04-30T20:13:03.998Z Compiling block-buffer v0.10.4
22412024-04-30T20:13:04.148Z Compiling openssl-macros v0.1.1
22422024-04-30T20:13:04.222Z Compiling digest v0.10.7
22432024-04-30T20:13:04.694Z Compiling futures-util v0.3.30
22442024-04-30T20:13:05.145Z Compiling hashbrown v0.14.3
22452024-04-30T20:13:05.520Z Compiling tracing v0.1.40
22462024-04-30T20:13:05.715Z Compiling scroll_derive v0.12.0
22472024-04-30T20:13:05.982Z Compiling pest_meta v2.7.6
22482024-04-30T20:13:06.052Z Compiling zerocopy-derive v0.6.6
22492024-04-30T20:13:06.769Z Compiling cookie v0.17.0
22502024-04-30T20:13:06.808Z Compiling usdt-impl v0.3.5
22512024-04-30T20:13:06.853Z Compiling percent-encoding v2.3.1
22522024-04-30T20:13:07.054Z Compiling flagset v0.4.3
22532024-04-30T20:13:07.146Z Compiling pest_generator v2.7.6
22542024-04-30T20:13:07.253Z Compiling schemars v0.8.16
22552024-04-30T20:13:07.573Z Compiling signal-hook v0.3.17
22562024-04-30T20:13:07.924Z Compiling der v0.7.8
22572024-04-30T20:13:08.796Z Compiling serde_derive_internals v0.26.0
22582024-04-30T20:13:09.889Z Compiling pest_derive v2.7.6
22592024-04-30T20:13:11.010Z Compiling errno v0.3.8
22602024-04-30T20:13:11.095Z Compiling fnv v1.0.7
22612024-04-30T20:13:11.749Z Compiling schemars_derive v0.8.16
22622024-04-30T20:13:11.749Z Compiling spki v0.7.2
22632024-04-30T20:13:12.615Z Compiling zerocopy v0.3.0
22642024-04-30T20:13:13.235Z Compiling lazy_static v1.4.0
22652024-04-30T20:13:13.461Z Compiling backtrace v0.3.69
22662024-04-30T20:13:13.874Z Compiling bytes v1.6.0
22672024-04-30T20:13:14.566Z Compiling bitflags v2.4.2
22682024-04-30T20:13:14.682Z Compiling tokio v1.37.0
22692024-04-30T20:13:15.348Z Compiling indexmap v2.2.6
22702024-04-30T20:13:16.013Z Compiling rustc_version v0.4.0
22712024-04-30T20:13:16.620Z Compiling heapless v0.7.16
22722024-04-30T20:13:16.785Z Compiling http v0.2.12
22732024-04-30T20:13:17.050Z Compiling uuid v1.8.0
22742024-04-30T20:13:17.796Z Compiling thread-id v4.2.0
22752024-04-30T20:13:17.826Z Compiling num-bigint v0.4.4
22762024-04-30T20:13:18.317Z Compiling base64 v0.21.7
22772024-04-30T20:13:18.345Z Compiling crossbeam-utils v0.8.19
22782024-04-30T20:13:19.218Z Compiling smoltcp v0.9.1
22792024-04-30T20:13:19.226Z Compiling powerfmt v0.2.0
22802024-04-30T20:13:19.226Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22812024-04-30T20:13:19.410Z Compiling iana-time-zone v0.1.57
22822024-04-30T20:13:19.808Z Compiling heck v0.5.0
22832024-04-30T20:13:19.891Z Compiling foreign-types-shared v0.1.1
22842024-04-30T20:13:20.006Z Compiling heck v0.4.1
22852024-04-30T20:13:20.171Z Compiling untrusted v0.9.0
22862024-04-30T20:13:20.231Z Compiling untrusted v0.7.1
22872024-04-30T20:13:20.409Z Compiling clap_derive v4.5.4
22882024-04-30T20:13:21.604Z Compiling foreign-types v0.3.2
22892024-04-30T20:13:22.277Z Compiling chrono v0.4.38
22902024-04-30T20:13:22.326Z Compiling deranged v0.3.11
22912024-04-30T20:13:23.340Z Compiling tokio-util v0.7.10
22922024-04-30T20:13:24.046Z Compiling dof v0.1.5
22932024-04-30T20:13:24.070Z Compiling dtrace-parser v0.1.14
22942024-04-30T20:13:24.375Z Compiling form_urlencoded v1.2.1
22952024-04-30T20:13:24.654Z Compiling hmac v0.12.1
22962024-04-30T20:13:24.757Z Compiling num-integer v0.1.46
22972024-04-30T20:13:24.901Z Compiling num_threads v0.1.6
22982024-04-30T20:13:25.018Z Compiling try-lock v0.2.4
22992024-04-30T20:13:25.036Z Compiling utf8parse v0.2.1
23002024-04-30T20:13:25.162Z Compiling rustversion v1.0.14
23012024-04-30T20:13:25.394Z Compiling anstyle v1.0.6
23022024-04-30T20:13:25.504Z Compiling siphasher v0.3.11
23032024-04-30T20:13:25.585Z Compiling cpufeatures v0.2.12
23042024-04-30T20:13:25.737Z Compiling adler v1.0.2
23052024-04-30T20:13:25.869Z Compiling miniz_oxide v0.7.1
23062024-04-30T20:13:25.896Z Compiling sha2 v0.10.8
23072024-04-30T20:13:27.090Z Compiling anstyle-parse v0.2.1
23082024-04-30T20:13:27.684Z Compiling want v0.3.1
23092024-04-30T20:13:28.122Z Compiling time v0.3.34
23102024-04-30T20:13:28.962Z Compiling h2 v0.3.26
23112024-04-30T20:13:29.888Z Compiling sct v0.7.0
23122024-04-30T20:13:30.173Z Compiling rustls-webpki v0.101.7
23132024-04-30T20:13:30.580Z Compiling http-body v0.4.5
23142024-04-30T20:13:31.432Z Compiling serde_tokenstream v0.1.7
23152024-04-30T20:13:31.803Z Compiling pkcs8 v0.10.2
23162024-04-30T20:13:31.833Z Compiling async-trait v0.1.80
23172024-04-30T20:13:31.907Z Compiling hubpack_derive v0.1.1
23182024-04-30T20:13:32.363Z Compiling idna v0.5.0
23192024-04-30T20:13:33.079Z Compiling aho-corasick v1.1.2
23202024-04-30T20:13:33.593Z Compiling usdt-impl v0.5.0
23212024-04-30T20:13:33.908Z Compiling colorchoice v1.0.0
23222024-04-30T20:13:34.007Z Compiling anyhow v1.0.82
23232024-04-30T20:13:34.029Z Compiling radium v0.7.0
23242024-04-30T20:13:34.146Z Compiling slog v2.7.0
23252024-04-30T20:13:34.431Z Compiling anstyle-query v1.0.0
23262024-04-30T20:13:34.727Z Compiling openssl-probe v0.1.5
23272024-04-30T20:13:34.803Z Compiling tower-service v0.3.2
23282024-04-30T20:13:35.417Z Compiling regex-syntax v0.8.2
23292024-04-30T20:13:35.425Z Compiling httpdate v1.0.3
23302024-04-30T20:13:35.965Z Compiling hyper v0.14.28
23312024-04-30T20:13:38.593Z Compiling regex-automata v0.4.5
23322024-04-30T20:13:41.425Z Compiling anstream v0.6.11
23332024-04-30T20:13:43.226Z Compiling url v2.5.0
23342024-04-30T20:13:45.292Z Compiling terminal_size v0.3.0
23352024-04-30T20:13:45.546Z Compiling toml_datetime v0.6.5
23362024-04-30T20:13:45.804Z Compiling serde_spanned v0.6.5
23372024-04-30T20:13:46.016Z Compiling zerocopy v0.6.6
23382024-04-30T20:13:46.287Z Compiling scroll v0.12.0
23392024-04-30T20:13:46.348Z Compiling md-5 v0.10.5
23402024-04-30T20:13:46.765Z Compiling idna v0.3.0
23412024-04-30T20:13:47.285Z Compiling stringprep v0.1.3
23422024-04-30T20:13:47.285Z Compiling diesel_table_macro_syntax v0.1.0
23432024-04-30T20:13:47.286Z Compiling hash32 v0.2.1
23442024-04-30T20:13:47.413Z Compiling uuid v0.8.2
23452024-04-30T20:13:47.459Z Compiling stable_deref_trait v1.2.0
23462024-04-30T20:13:47.557Z Compiling psl-types v2.0.11
23472024-04-30T20:13:47.574Z Compiling strsim v0.11.0
23482024-04-30T20:13:47.668Z Compiling fallible-iterator v0.2.0
23492024-04-30T20:13:47.744Z Compiling plain v0.2.3
23502024-04-30T20:13:47.874Z Compiling maybe-uninit v2.0.0
23512024-04-30T20:13:47.910Z Compiling tap v1.0.1
23522024-04-30T20:13:48.398Z Compiling dyn-clone v1.0.17
23532024-04-30T20:13:48.398Z Compiling clap_lex v0.7.0
23542024-04-30T20:13:48.398Z Compiling gimli v0.28.0
23552024-04-30T20:13:48.398Z Compiling postgres-protocol v0.6.6
23562024-04-30T20:13:48.982Z Compiling clap_builder v4.5.2
23572024-04-30T20:13:49.351Z Compiling wyz v0.5.1
23582024-04-30T20:13:49.916Z Compiling goblin v0.8.0
23592024-04-30T20:13:49.924Z Compiling publicsuffix v2.2.3
23602024-04-30T20:13:50.786Z Compiling tokio-rustls v0.24.1
23612024-04-30T20:13:51.146Z Compiling diesel_derives v2.1.2
23622024-04-30T20:13:52.264Z Compiling addr2line v0.21.0
23632024-04-30T20:13:52.827Z Compiling strum_macros v0.25.2
23642024-04-30T20:13:54.277Z Compiling tokio-native-tls v0.3.1
23652024-04-30T20:13:54.627Z Compiling usdt-attr-macro v0.3.5
23662024-04-30T20:13:56.035Z Compiling usdt-macro v0.3.5
23672024-04-30T20:13:57.653Z Compiling phf_shared v0.11.2
23682024-04-30T20:13:57.978Z Compiling num-iter v0.1.44
23692024-04-30T20:13:58.182Z Compiling enum-as-inner v0.5.1
23702024-04-30T20:13:59.242Z Compiling block-padding v0.3.3
23712024-04-30T20:13:59.359Z Compiling serde_repr v0.1.16
23722024-04-30T20:14:00.321Z Compiling ff v0.13.0
23732024-04-30T20:14:00.551Z Compiling scheduled-thread-pool v0.2.7
23742024-04-30T20:14:01.804Z Compiling object v0.32.1
23752024-04-30T20:14:03.496Z Compiling matches v0.1.10
23762024-04-30T20:14:03.585Z Compiling num-bigint-dig v0.8.4
23772024-04-30T20:14:03.882Z Compiling funty v2.0.0
23782024-04-30T20:14:04.813Z Compiling bit-vec v0.6.3
23792024-04-30T20:14:04.824Z Compiling pretty-hex v0.4.1
23802024-04-30T20:14:05.026Z Compiling managed v0.8.0
23812024-04-30T20:14:05.488Z Compiling packed_struct v0.10.1
23822024-04-30T20:14:05.849Z Compiling rustc-demangle v0.1.23
23832024-04-30T20:14:05.881Z Compiling winnow v0.5.15
23842024-04-30T20:14:06.690Z Compiling ipnet v2.9.0
23852024-04-30T20:14:07.722Z Compiling base16ct v0.2.0
23862024-04-30T20:14:08.209Z Compiling regex-automata v0.1.10
23872024-04-30T20:14:08.667Z Compiling bitflags v1.3.2
23882024-04-30T20:14:08.690Z Compiling bstr v0.2.17
23892024-04-30T20:14:09.415Z Compiling toml_edit v0.19.15
23902024-04-30T20:14:10.856Z Compiling sec1 v0.7.3
23912024-04-30T20:14:16.210Z Compiling bitvec v1.0.1
23922024-04-30T20:14:16.230Z Compiling dof v0.3.0
23932024-04-30T20:14:16.387Z Compiling idna v0.2.3
23942024-04-30T20:14:16.544Z Compiling r2d2 v0.8.10
23952024-04-30T20:14:16.892Z Compiling group v0.13.0
23962024-04-30T20:14:17.750Z Compiling inout v0.1.3
23972024-04-30T20:14:19.116Z Compiling phf v0.11.2
23982024-04-30T20:14:19.445Z Compiling hyper-tls v0.5.0
23992024-04-30T20:14:19.784Z Compiling signal-hook-mio v0.2.3
24002024-04-30T20:14:19.948Z Compiling cookie_store v0.20.0
24012024-04-30T20:14:20.266Z Compiling clap v4.5.4
24022024-04-30T20:14:20.383Z Compiling flate2 v1.0.28
24032024-04-30T20:14:21.216Z Compiling bzip2 v0.4.4
24042024-04-30T20:14:21.262Z Compiling hyper-rustls v0.24.2
24052024-04-30T20:14:21.361Z Compiling ipnetwork v0.20.0
24062024-04-30T20:14:22.006Z Compiling postgres-types v0.2.6
24072024-04-30T20:14:22.016Z Compiling regex v1.10.4
24082024-04-30T20:14:22.447Z Compiling hubpack v0.1.2
24092024-04-30T20:14:22.661Z Compiling rustls-pemfile v1.0.3
24102024-04-30T20:14:22.861Z Compiling phf_shared v0.10.0
24112024-04-30T20:14:22.869Z Compiling hkdf v0.12.4
24122024-04-30T20:14:22.939Z Compiling serde_urlencoded v0.7.1
24132024-04-30T20:14:23.050Z Compiling dtrace-parser v0.2.0
24142024-04-30T20:14:23.089Z Compiling futures-executor v0.3.30
24152024-04-30T20:14:23.565Z Compiling crypto-bigint v0.5.2
24162024-04-30T20:14:23.871Z Compiling packed_struct_codegen v0.10.1
24172024-04-30T20:14:24.696Z Compiling float-cmp v0.9.0
24182024-04-30T20:14:25.499Z Compiling indexmap v1.9.3
24192024-04-30T20:14:25.652Z Compiling encoding_rs v0.8.33
24202024-04-30T20:14:25.802Z Compiling mime v0.3.17
24212024-04-30T20:14:26.812Z Compiling minimal-lexical v0.2.1
24222024-04-30T20:14:26.834Z Compiling normalize-line-endings v0.3.0
24232024-04-30T20:14:26.835Z Compiling unicode-width v0.1.11
24242024-04-30T20:14:26.835Z Compiling data-encoding v2.4.0
24252024-04-30T20:14:27.079Z Compiling crc-catalog v2.2.0
24262024-04-30T20:14:27.214Z Compiling unicode-segmentation v1.10.1
24272024-04-30T20:14:27.360Z Compiling nodrop v0.1.14
24282024-04-30T20:14:27.478Z Compiling sync_wrapper v0.1.2
24292024-04-30T20:14:27.599Z Compiling difflib v0.4.0
24302024-04-30T20:14:28.017Z Compiling webpki-roots v0.25.2
24312024-04-30T20:14:28.441Z Compiling new_debug_unreachable v1.0.4
24322024-04-30T20:14:28.493Z Compiling predicates-core v1.0.6
24332024-04-30T20:14:28.803Z Compiling fixedbitset v0.4.2
24342024-04-30T20:14:28.901Z Compiling whoami v1.5.1
24352024-04-30T20:14:29.181Z Compiling precomputed-hash v0.1.1
24362024-04-30T20:14:29.293Z Compiling static_assertions v1.1.0
24372024-04-30T20:14:29.460Z Compiling winnow v0.6.1
24382024-04-30T20:14:29.605Z Compiling either v1.11.0
24392024-04-30T20:14:30.012Z Compiling itertools v0.10.5
24402024-04-30T20:14:32.943Z Compiling toml_edit v0.22.12
24412024-04-30T20:14:34.002Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24422024-04-30T20:14:34.209Z Compiling string_cache v0.8.7
24432024-04-30T20:14:34.290Z Compiling tokio-postgres v0.7.10
24442024-04-30T20:14:34.627Z Compiling petgraph v0.6.4
24452024-04-30T20:14:38.825Z Compiling predicates v3.1.0
24462024-04-30T20:14:39.559Z Compiling reqwest v0.11.24
24472024-04-30T20:14:40.026Z Compiling similar v2.4.0
24482024-04-30T20:14:40.340Z Compiling array-init v0.0.4
24492024-04-30T20:14:41.482Z Compiling trust-dns-proto v0.22.0
24502024-04-30T20:14:41.643Z Compiling crc v3.0.1
24512024-04-30T20:14:42.282Z Compiling nom v7.1.3
24522024-04-30T20:14:42.376Z Compiling console v0.15.8
24532024-04-30T20:14:45.847Z Compiling elliptic-curve v0.13.8
24542024-04-30T20:14:48.314Z Compiling futures v0.3.30
24552024-04-30T20:14:50.901Z Compiling diesel v2.1.6
24562024-04-30T20:14:50.947Z Compiling smallvec v0.6.14
24572024-04-30T20:14:50.973Z Compiling zip v0.6.6
24582024-04-30T20:14:51.419Z Compiling yasna v0.5.2
24592024-04-30T20:14:52.150Z Compiling crossterm v0.27.0
24602024-04-30T20:14:52.164Z Compiling crossbeam-epoch v0.9.18
24612024-04-30T20:14:53.720Z Compiling cipher v0.4.4
24622024-04-30T20:14:54.089Z Compiling toml v0.7.8
24632024-04-30T20:14:55.474Z Compiling bit-set v0.5.3
24642024-04-30T20:14:55.584Z Compiling usdt v0.3.5
24652024-04-30T20:14:56.482Z Compiling bstr v1.9.0
24662024-04-30T20:14:57.032Z Compiling pkcs1 v0.7.5
24672024-04-30T20:14:58.039Z Compiling tokio-stream v0.1.15
24682024-04-30T20:14:58.997Z Compiling is-terminal v0.4.9
24692024-04-30T20:14:59.545Z Compiling openapiv3 v2.0.0
24702024-04-30T20:15:01.247Z Compiling hex v0.4.3
24712024-04-30T20:15:02.071Z Compiling signature v2.1.0
24722024-04-30T20:15:02.842Z Compiling hashbrown v0.12.3
24732024-04-30T20:15:03.800Z Compiling base64 v0.22.0
24742024-04-30T20:15:03.810Z Compiling lalrpop-util v0.19.12
24752024-04-30T20:15:04.473Z Compiling bitfield v0.14.0
24762024-04-30T20:15:04.741Z Compiling termcolor v1.2.0
24772024-04-30T20:15:04.789Z Compiling peg-runtime v0.8.2
24782024-04-30T20:15:07.679Z Compiling env_logger v0.10.0
24792024-04-30T20:15:08.273Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24802024-04-30T20:15:11.729Z Compiling rsa v0.9.2
24812024-04-30T20:15:17.903Z Compiling serde-hex v0.1.0
24822024-04-30T20:15:21.195Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24832024-04-30T20:15:26.921Z Compiling ron v0.8.1
24842024-04-30T20:15:27.211Z Compiling x509-cert v0.2.4
24852024-04-30T20:15:28.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24862024-04-30T20:15:28.334Z Compiling hashbrown v0.13.2
24872024-04-30T20:15:32.772Z Compiling crc-any v2.4.3
24882024-04-30T20:15:50.429Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24892024-04-30T20:15:56.407Z Compiling object v0.30.4
24902024-04-30T20:16:00.654Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24912024-04-30T20:16:12.096Z Compiling path-slash v0.1.5
24922024-04-30T20:16:13.459Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24932024-04-30T20:16:32.914Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24942024-04-30T20:16:33.661Z Finished release [optimized] target(s) in 3m 48s
24952024-04-30T20:16:33.730Z
24962024-04-30T20:16:33.731Zreal 3:48.671889969
24972024-04-30T20:16:33.731Zuser 25:06.261809286
24982024-04-30T20:16:33.731Zsys 3:11.145844373
24992024-04-30T20:16:33.741Ztrap 0.776451593
25002024-04-30T20:16:33.741Ztflt 1.729438106
25012024-04-30T20:16:33.741Zdflt 0.323967924
25022024-04-30T20:16:33.741Zkflt 0.008734795
25032024-04-30T20:16:33.742Zlock 57:44.812355052
25042024-04-30T20:16:33.742Zslp 1:14:44.729160023
25052024-04-30T20:16:33.742Zlat 1:31.707713836
25062024-04-30T20:16:33.742Zstop 1:25.520536868
25072024-04-30T20:16:33.742Z+ ptime -m gzip
25082024-04-30T20:16:34.414Z
25092024-04-30T20:16:34.434Zreal 0.265560010
25102024-04-30T20:16:34.435Zuser 0.262998037
25112024-04-30T20:16:34.435Zsys 0.002057123
25122024-04-30T20:16:34.435Ztrap 0.000019746
25132024-04-30T20:16:34.435Ztflt 0.000000000
25142024-04-30T20:16:34.435Zdflt 0.000000000
25152024-04-30T20:16:34.435Zkflt 0.000000000
25162024-04-30T20:16:34.436Zlock 0.000000000
25172024-04-30T20:16:34.436Zslp 0.000000000
25182024-04-30T20:16:34.436Zlat 0.000086094
25192024-04-30T20:16:34.436Zstop 0.000169819
25202024-04-30T20:16:34.436Z+ banner tufaceous
25212024-04-30T20:16:34.436Z
25222024-04-30T20:16:34.436Z ##### # # ###### ## #### ###### #### # # ####
25232024-04-30T20:16:34.436Z # # # # # # # # # # # # # #
25242024-04-30T20:16:34.437Z # # # ##### # # # ##### # # # # ####
25252024-04-30T20:16:34.437Z # # # # ###### # # # # # # #
25262024-04-30T20:16:34.437Z # # # # # # # # # # # # # # #
25272024-04-30T20:16:34.437Z # #### # # # #### ###### #### #### ####
25282024-04-30T20:16:34.437Z
25292024-04-30T20:16:34.437Z+ ptime -m cargo build --locked -p tufaceous --release
25302024-04-30T20:16:35.036Z Downloading crates ...
25312024-04-30T20:16:35.145Z Downloaded parse-size v1.0.0
25322024-04-30T20:16:35.145Z Downloaded globset v0.4.13
25332024-04-30T20:16:35.145Z Downloaded pin-project v1.1.3
25342024-04-30T20:16:35.145Z Downloaded buf-list v1.0.3
25352024-04-30T20:16:35.145Z Downloaded async-recursion v1.1.0
25362024-04-30T20:16:35.145Z Downloaded serde_plain v1.0.2
25372024-04-30T20:16:35.145Z Downloaded pin-project-internal v1.1.3
25382024-04-30T20:16:35.146Z Downloaded olpc-cjson v0.1.3
25392024-04-30T20:16:35.146Z Downloaded fs-err v2.11.0
25402024-04-30T20:16:35.146Z Downloaded snafu-derive v0.8.2
25412024-04-30T20:16:35.146Z Downloaded snafu v0.8.2
25422024-04-30T20:16:35.146Z Downloaded typed-path v0.7.0
25432024-04-30T20:16:35.146Z Downloaded tough v0.17.1
25442024-04-30T20:16:35.147Z Compiling serde_tokenstream v0.2.0
25452024-04-30T20:16:35.147Z Compiling regress v0.9.1
25462024-04-30T20:16:35.147Z Compiling dirs-sys-next v0.1.2
25472024-04-30T20:16:35.147Z Compiling heck v0.4.1
25482024-04-30T20:16:35.147Z Compiling rustls-pki-types v1.3.0
25492024-04-30T20:16:35.147Z Compiling ident_case v1.0.1
25502024-04-30T20:16:35.147Z Compiling strsim v0.10.0
25512024-04-30T20:16:35.210Z Compiling dirs-next v2.0.0
25522024-04-30T20:16:35.407Z Compiling darling_core v0.20.8
25532024-04-30T20:16:35.534Z Compiling getopts v0.2.21
25542024-04-30T20:16:35.960Z Compiling thread_local v1.1.7
25552024-04-30T20:16:36.058Z Compiling camino v1.1.6
25562024-04-30T20:16:36.106Z Compiling rustls v0.22.4
25572024-04-30T20:16:37.701Z Compiling paste v1.0.14
25582024-04-30T20:16:37.790Z Compiling unsafe-libyaml v0.2.10
25592024-04-30T20:16:37.791Z Compiling slog-async v2.8.0
25602024-04-30T20:16:37.791Z Compiling rustls-webpki v0.102.1
25612024-04-30T20:16:37.791Z Compiling term v0.7.0
25622024-04-30T20:16:37.791Z Compiling crossbeam-channel v0.5.8
25632024-04-30T20:16:38.118Z Compiling serde_yaml v0.9.25
25642024-04-30T20:16:38.612Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25652024-04-30T20:16:39.535Z Compiling structmeta-derive v0.3.0
25662024-04-30T20:16:40.735Z Compiling multer v3.0.0
25672024-04-30T20:16:41.055Z Compiling take_mut v0.2.2
25682024-04-30T20:16:41.204Z Compiling match_cfg v0.1.0
25692024-04-30T20:16:41.709Z Compiling hostname v0.3.1
25702024-04-30T20:16:41.733Z Compiling darling_macro v0.20.8
25712024-04-30T20:16:41.734Z Compiling slog-term v2.9.1
25722024-04-30T20:16:42.654Z Compiling structmeta v0.3.0
25732024-04-30T20:16:42.664Z Compiling darling v0.20.8
25742024-04-30T20:16:43.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25752024-04-30T20:16:43.623Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25762024-04-30T20:16:44.188Z Compiling slog-json v2.6.1
25772024-04-30T20:16:44.265Z Compiling http v1.0.0
25782024-04-30T20:16:44.393Z Compiling pin-project-internal v1.1.3
25792024-04-30T20:16:44.568Z Compiling async-stream-impl v0.3.5
25802024-04-30T20:16:44.591Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25812024-04-30T20:16:44.928Z Compiling atomic-waker v1.1.1
25822024-04-30T20:16:45.126Z Compiling fastrand v2.0.1
25832024-04-30T20:16:45.158Z Compiling waitgroup v0.1.2
25842024-04-30T20:16:45.454Z Compiling slog-bunyan v2.5.0
25852024-04-30T20:16:45.720Z Compiling tempfile v3.10.1
25862024-04-30T20:16:45.882Z Compiling async-stream v0.3.5
25872024-04-30T20:16:46.313Z Compiling tokio-rustls v0.25.0
25882024-04-30T20:16:47.070Z Compiling parse-display-derive v0.9.0
25892024-04-30T20:16:47.128Z Compiling pin-project v1.1.3
25902024-04-30T20:16:47.258Z Compiling serde_with_macros v3.7.0
25912024-04-30T20:16:47.609Z Compiling toml v0.8.12
25922024-04-30T20:16:48.856Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25932024-04-30T20:16:49.007Z Compiling rustls-pemfile v2.1.2
25942024-04-30T20:16:49.519Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25952024-04-30T20:16:49.784Z Compiling sha1 v0.10.6
25962024-04-30T20:16:50.051Z Compiling strum_macros v0.26.1
25972024-04-30T20:16:50.570Z Compiling newtype-uuid v1.1.0
25982024-04-30T20:16:51.060Z Compiling snafu-derive v0.8.2
25992024-04-30T20:16:51.072Z Compiling serde_path_to_error v0.1.16
26002024-04-30T20:16:51.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26012024-04-30T20:16:51.673Z Compiling fs-err v2.11.0
26022024-04-30T20:16:51.878Z Compiling instant v0.1.12
26032024-04-30T20:16:52.045Z Compiling arc-swap v1.6.0
26042024-04-30T20:16:52.055Z Compiling buf-list v1.0.3
26052024-04-30T20:16:52.609Z Compiling same-file v1.0.6
26062024-04-30T20:16:52.775Z Compiling debug-ignore v1.0.5
26072024-04-30T20:16:52.877Z Compiling walkdir v2.5.0
26082024-04-30T20:16:53.777Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26092024-04-30T20:16:53.920Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26102024-04-30T20:16:54.514Z Compiling strum v0.26.2
26112024-04-30T20:16:54.791Z Compiling slog-scope v4.4.0
26122024-04-30T20:16:55.469Z Compiling backoff v0.4.0
26132024-04-30T20:16:55.580Z Compiling snafu v0.8.2
26142024-04-30T20:16:55.725Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26152024-04-30T20:16:55.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26162024-04-30T20:16:55.936Z Compiling parse-display v0.9.0
26172024-04-30T20:16:56.270Z Compiling serde_with v3.7.0
26182024-04-30T20:16:56.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26192024-04-30T20:16:57.624Z Compiling globset v0.4.13
26202024-04-30T20:16:57.935Z Compiling pem v3.0.4
26212024-04-30T20:16:59.505Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222024-04-30T20:16:59.695Z Compiling olpc-cjson v0.1.3
26232024-04-30T20:17:00.067Z Compiling macaddr v1.0.1
26242024-04-30T20:17:01.197Z Compiling serde_plain v1.0.2
26252024-04-30T20:17:01.272Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26262024-04-30T20:17:01.272Z Compiling async-recursion v1.1.0
26272024-04-30T20:17:01.272Z Compiling xattr v1.0.1
26282024-04-30T20:17:01.437Z Compiling filetime v0.2.23
26292024-04-30T20:17:01.782Z Compiling typed-path v0.7.0
26302024-04-30T20:17:02.287Z Compiling tar v0.4.40
26312024-04-30T20:17:06.013Z Compiling tough v0.17.1
26322024-04-30T20:17:08.585Z Compiling slog-stdlog v4.1.1
26332024-04-30T20:17:09.512Z Compiling camino-tempfile v1.1.1
26342024-04-30T20:17:09.791Z Compiling itertools v0.12.1
26352024-04-30T20:17:10.372Z Compiling parse-size v1.0.0
26362024-04-30T20:17:10.654Z Compiling slog-envlogger v2.2.0
26372024-04-30T20:17:13.165Z Compiling humantime v2.1.0
26382024-04-30T20:17:16.128Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26392024-04-30T20:17:16.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26402024-04-30T20:17:22.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26412024-04-30T20:17:30.410Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26422024-04-30T20:17:32.375Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26432024-04-30T20:17:51.748Z Finished release [optimized] target(s) in 1m 17s
26442024-04-30T20:17:51.834Z
26452024-04-30T20:17:51.852Zreal 1:17.793620066
26462024-04-30T20:17:51.853Zuser 8:30.995563134
26472024-04-30T20:17:51.853Zsys 41.376023919
26482024-04-30T20:17:51.853Ztrap 0.227315765
26492024-04-30T20:17:51.853Ztflt 0.399152333
26502024-04-30T20:17:51.853Zdflt 0.223369989
26512024-04-30T20:17:51.853Zkflt 0.000013196
26522024-04-30T20:17:51.854Zlock 17:39.045963545
26532024-04-30T20:17:51.854Zslp 19:18.008251125
26542024-04-30T20:17:51.854Zlat 20.716323457
26552024-04-30T20:17:51.854Zstop 16.728496218
26562024-04-30T20:17:51.854Z+ ptime -m gzip
26572024-04-30T20:17:53.124Z
26582024-04-30T20:17:53.157Zreal 1.279687575
26592024-04-30T20:17:53.157Zuser 1.273035779
26602024-04-30T20:17:53.157Zsys 0.006077539
26612024-04-30T20:17:53.157Ztrap 0.000075755
26622024-04-30T20:17:53.157Ztflt 0.000000000
26632024-04-30T20:17:53.158Zdflt 0.000000000
26642024-04-30T20:17:53.158Zkflt 0.000000000
26652024-04-30T20:17:53.158Zlock 0.000000000
26662024-04-30T20:17:53.158Zslp 0.000000000
26672024-04-30T20:17:53.158Zlat 0.000093483
26682024-04-30T20:17:53.159Zstop 0.000185186
26692024-04-30T20:17:53.159Z+ banner permission-slip
26702024-04-30T20:17:53.159Z
26712024-04-30T20:17:53.159Z ##### ###### ##### # # # #### #### # #### # #
26722024-04-30T20:17:53.159Z # # # # # ## ## # # # # # # ## #
26732024-04-30T20:17:53.159Z # # ##### # # # ## # # #### #### # # # # # #
26742024-04-30T20:17:53.159Z ##### # ##### # # # # # # # # # # #
26752024-04-30T20:17:53.160Z # # # # # # # # # # # # # # # ##
26762024-04-30T20:17:53.160Z # ###### # # # # # #### #### # #### # #
26772024-04-30T20:17:53.160Z
26782024-04-30T20:17:53.160Z+ source ./tools/permslip_commit
26792024-04-30T20:17:53.160Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26802024-04-30T20:17:53.160Z+ git init /work/permission-slip-build
26812024-04-30T20:17:53.160Zhint: Using 'master' as the name for the initial branch. This default branch name
26822024-04-30T20:17:53.160Zhint: is subject to change. To configure the initial branch name to use in all
26832024-04-30T20:17:53.161Zhint: of your new repositories, which will suppress this warning, call:
26842024-04-30T20:17:53.161Zhint:
26852024-04-30T20:17:53.161Zhint: git config --global init.defaultBranch <name>
26862024-04-30T20:17:53.161Zhint:
26872024-04-30T20:17:53.161Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26882024-04-30T20:17:53.161Zhint: 'development'. The just-created branch can be renamed via this command:
26892024-04-30T20:17:53.161Zhint:
26902024-04-30T20:17:53.161Zhint: git branch -m <name>
26912024-04-30T20:17:53.162ZInitialized empty Git repository in /work/permission-slip-build/.git/
26922024-04-30T20:17:53.162Z+ pushd /work/permission-slip-build
26932024-04-30T20:17:53.162Z/work/permission-slip-build /work/oxidecomputer/omicron
26942024-04-30T20:17:53.162Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26952024-04-30T20:17:53.162Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26962024-04-30T20:17:53.789ZFrom https://github.com/oxidecomputer/permission-slip
26972024-04-30T20:17:53.790Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26982024-04-30T20:17:53.793Z
26992024-04-30T20:17:53.794Zreal 0.663329747
27002024-04-30T20:17:53.794Zuser 0.059474273
27012024-04-30T20:17:53.794Zsys 0.025979117
27022024-04-30T20:17:53.794Ztrap 0.000004288
27032024-04-30T20:17:53.794Ztflt 0.000004499
27042024-04-30T20:17:53.794Zdflt 0.000019026
27052024-04-30T20:17:53.794Zkflt 0.000000000
27062024-04-30T20:17:53.794Zlock 0.000014987
27072024-04-30T20:17:53.794Zslp 1.942770535
27082024-04-30T20:17:53.794Zlat 0.002238647
27092024-04-30T20:17:53.794Zstop 0.000737341
27102024-04-30T20:17:53.794Z+ git checkout FETCH_HEAD
27112024-04-30T20:17:53.811ZNote: switching to 'FETCH_HEAD'.
27122024-04-30T20:17:53.811Z
27132024-04-30T20:17:53.811ZYou are in 'detached HEAD' state. You can look around, make experimental
27142024-04-30T20:17:53.811Zchanges and commit them, and you can discard any commits you make in this
27152024-04-30T20:17:53.811Zstate without impacting any branches by switching back to a branch.
27162024-04-30T20:17:53.811Z
27172024-04-30T20:17:53.811ZIf you want to create a new branch to retain commits you create, you may
27182024-04-30T20:17:53.811Zdo so (now or later) by using -c with the switch command. Example:
27192024-04-30T20:17:53.811Z
27202024-04-30T20:17:53.812Z git switch -c <new-branch-name>
27212024-04-30T20:17:53.812Z
27222024-04-30T20:17:53.812ZOr undo this operation with:
27232024-04-30T20:17:53.812Z
27242024-04-30T20:17:53.812Z git switch -
27252024-04-30T20:17:53.812Z
27262024-04-30T20:17:53.812ZTurn off this advice by setting config variable advice.detachedHead to false
27272024-04-30T20:17:53.812Z
27282024-04-30T20:17:53.812ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27292024-04-30T20:17:53.824Z+ ptime -m cargo build --locked -p permission-slip-client --release
27302024-04-30T20:17:53.825Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27312024-04-30T20:17:53.975Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27322024-04-30T20:17:53.976Zinfo: downloading component 'cargo'
27332024-04-30T20:17:54.839Zinfo: downloading component 'clippy'
27342024-04-30T20:17:55.125Zinfo: downloading component 'rust-docs'
27352024-04-30T20:17:56.589Zinfo: downloading component 'rust-std'
27362024-04-30T20:17:57.899Zinfo: downloading component 'rustc'
27372024-04-30T20:18:02.452Zinfo: downloading component 'rustfmt'
27382024-04-30T20:18:02.725Zinfo: installing component 'cargo'
27392024-04-30T20:18:03.595Zinfo: installing component 'clippy'
27402024-04-30T20:18:03.936Zinfo: installing component 'rust-docs'
27412024-04-30T20:18:05.453Zinfo: installing component 'rust-std'
27422024-04-30T20:18:07.140Zinfo: installing component 'rustc'
27432024-04-30T20:18:11.329Zinfo: installing component 'rustfmt'
27442024-04-30T20:18:11.878Z Updating crates.io index
27452024-04-30T20:18:12.023Z Updating git repository `https://github.com/oxidecomputer/sshauth`
27462024-04-30T20:18:12.775ZFrom https://github.com/oxidecomputer/sshauth
27472024-04-30T20:18:12.776Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
27482024-04-30T20:18:12.786Z * [new branch] main -> origin/main
27492024-04-30T20:18:12.786Z * [new branch] paranoia -> origin/paranoia
27502024-04-30T20:18:12.786Z * [new branch] readme -> origin/readme
27512024-04-30T20:18:12.786Z * [new ref] -> origin/HEAD
27522024-04-30T20:18:13.541Z Downloading crates ...
27532024-04-30T20:18:13.559Z Downloaded autocfg v1.2.0
27542024-04-30T20:18:13.559Z Downloaded anstream v0.6.13
27552024-04-30T20:18:13.559Z Downloaded ahash v0.8.11
27562024-04-30T20:18:13.559Z Downloaded anstyle-query v1.0.2
27572024-04-30T20:18:13.559Z Downloaded anyhow v1.0.81
27582024-04-30T20:18:13.559Z Downloaded block-buffer v0.9.0
27592024-04-30T20:18:13.560Z Downloaded anstyle-parse v0.2.3
27602024-04-30T20:18:13.560Z Downloaded cc v1.0.90
27612024-04-30T20:18:13.560Z Downloaded clap-num v1.1.1
27622024-04-30T20:18:13.560Z Downloaded chrono v0.4.37
27632024-04-30T20:18:13.560Z Downloaded bincode v1.3.3
27642024-04-30T20:18:13.560Z Downloaded blake3 v1.5.1
27652024-04-30T20:18:13.560Z Downloaded bitflags v2.5.0
27662024-04-30T20:18:13.569Z Downloaded pkg-config v0.3.30
27672024-04-30T20:18:13.572Z Downloaded try-lock v0.2.5
27682024-04-30T20:18:13.577Z Downloaded opaque-debug v0.3.1
27692024-04-30T20:18:13.581Z Downloaded smallvec v1.13.2
27702024-04-30T20:18:13.589Z Downloaded typify v0.0.16
27712024-04-30T20:18:13.593Z Downloaded tls_codec_derive v0.4.1
27722024-04-30T20:18:13.593Z Downloaded tls_codec v0.4.1
27732024-04-30T20:18:13.593Z Downloaded termcolor v1.4.1
27742024-04-30T20:18:13.593Z Downloaded ssh-encoding v0.2.0
27752024-04-30T20:18:13.604Z Downloaded parking_lot_core v0.9.9
27762024-04-30T20:18:13.611Z Downloaded is-terminal v0.4.12
27772024-04-30T20:18:13.611Z Downloaded typify-macro v0.0.16
27782024-04-30T20:18:13.619Z Downloaded xdg v2.5.2
27792024-04-30T20:18:13.623Z Downloaded digest v0.9.0
27802024-04-30T20:18:13.623Z Downloaded iana-time-zone v0.1.60
27812024-04-30T20:18:13.623Z Downloaded http-body v0.4.6
27822024-04-30T20:18:13.626Z Downloaded itoa v1.0.11
27832024-04-30T20:18:13.627Z Downloaded spki v0.7.3
27842024-04-30T20:18:13.627Z Downloaded ed25519 v1.5.3
27852024-04-30T20:18:13.635Z Downloaded sct v0.7.1
27862024-04-30T20:18:13.640Z Downloaded env_logger v0.10.2
27872024-04-30T20:18:13.644Z Downloaded ryu v1.0.17
27882024-04-30T20:18:13.649Z Downloaded flagset v0.4.5
27892024-04-30T20:18:13.652Z Downloaded ed25519 v2.2.3
27902024-04-30T20:18:13.657Z Downloaded signature v2.2.0
27912024-04-30T20:18:13.657Z Downloaded lock_api v0.4.11
27922024-04-30T20:18:13.664Z Downloaded rustls-pemfile v1.0.4
27932024-04-30T20:18:13.664Z Downloaded thiserror-impl v1.0.58
27942024-04-30T20:18:14.908Z Downloaded curve25519-dalek-derive v0.1.1
27952024-04-30T20:18:14.925Z Downloaded ed25519-dalek v1.0.1
27962024-04-30T20:18:14.925Z Downloaded serde_derive v1.0.197
27972024-04-30T20:18:14.925Z Downloaded sha2 v0.9.9
27982024-04-30T20:18:14.925Z Downloaded ssh-cipher v0.2.0
27992024-04-30T20:18:14.925Z Downloaded signature v1.6.4
28002024-04-30T20:18:14.925Z Downloaded quote v1.0.35
28012024-04-30T20:18:14.926Z Downloaded platforms v3.4.0
28022024-04-30T20:18:14.926Z Downloaded proc-macro2 v1.0.79
28032024-04-30T20:18:14.926Z Downloaded thiserror v1.0.58
28042024-04-30T20:18:14.926Z Downloaded serde_yaml v0.9.34+deprecated
28052024-04-30T20:18:14.926Z Downloaded crc-any v2.4.4
28062024-04-30T20:18:14.926Z Downloaded typenum v1.17.0
28072024-04-30T20:18:14.926Z Downloaded heapless v0.7.17
28082024-04-30T20:18:14.926Z Downloaded serde v1.0.197
28092024-04-30T20:18:14.927Z Downloaded openssl-sys v0.9.101
28102024-04-30T20:18:14.927Z Downloaded unsafe-libyaml v0.2.11
28112024-04-30T20:18:14.927Z Downloaded rsa v0.9.6
28122024-04-30T20:18:14.927Z Downloaded crypto-bigint v0.5.5
28132024-04-30T20:18:14.927Z Downloaded ed25519-dalek v2.1.1
28142024-04-30T20:18:14.927Z Downloaded oauth2 v4.4.2
28152024-04-30T20:18:14.927Z Downloaded x509-cert v0.2.5
28162024-04-30T20:18:14.927Z Downloaded ssh-key v0.6.5
28172024-04-30T20:18:14.927Z Downloaded libm v0.2.8
28182024-04-30T20:18:14.927Z Downloaded unicode-normalization v0.1.23
28192024-04-30T20:18:14.928Z Downloaded serde_json v1.0.115
28202024-04-30T20:18:14.928Z Downloaded reqwest v0.11.27
28212024-04-30T20:18:14.928Z Downloaded h2 v0.3.25
28222024-04-30T20:18:14.928Z Downloaded aho-corasick v1.1.3
28232024-04-30T20:18:14.928Z Downloaded regress v0.8.0
28242024-04-30T20:18:14.928Z Downloaded p384 v0.13.0
28252024-04-30T20:18:14.928Z Downloaded syn v2.0.55
28262024-04-30T20:18:14.928Z Downloaded webpki-roots v0.25.4
28272024-04-30T20:18:14.929Z Downloaded rustls v0.21.10
28282024-04-30T20:18:14.929Z Downloaded regex-automata v0.4.6
28292024-04-30T20:18:14.929Z Downloaded rustix v0.38.32
28302024-04-30T20:18:14.929Z Downloaded typify-impl v0.0.16
28312024-04-30T20:18:14.929Z Downloaded curve25519-dalek v3.2.0
28322024-04-30T20:18:14.929Z Downloaded tokio v1.36.0
28332024-04-30T20:18:14.929Z Downloaded regex-syntax v0.8.3
28342024-04-30T20:18:14.929Z Compiling proc-macro2 v1.0.79
28352024-04-30T20:18:14.930Z Compiling unicode-ident v1.0.12
28362024-04-30T20:18:14.930Z Compiling version_check v0.9.4
28372024-04-30T20:18:14.930Z Compiling cfg-if v1.0.0
28382024-04-30T20:18:14.930Z Compiling libc v0.2.153
28392024-04-30T20:18:14.930Z Compiling autocfg v1.2.0
28402024-04-30T20:18:14.930Z Compiling typenum v1.17.0
28412024-04-30T20:18:14.930Z Compiling serde v1.0.197
28422024-04-30T20:18:14.930Z Compiling const-oid v0.9.6
28432024-04-30T20:18:14.930Z Compiling cc v1.0.90
28442024-04-30T20:18:14.930Z Compiling generic-array v0.14.7
28452024-04-30T20:18:14.930Z Compiling ahash v0.8.11
28462024-04-30T20:18:14.938Z Compiling subtle v2.5.0
28472024-04-30T20:18:15.232Z Compiling lock_api v0.4.11
28482024-04-30T20:18:15.304Z Compiling once_cell v1.19.0
28492024-04-30T20:18:15.321Z Compiling scopeguard v1.2.0
28502024-04-30T20:18:15.461Z Compiling serde_json v1.0.115
28512024-04-30T20:18:15.746Z Compiling quote v1.0.35
28522024-04-30T20:18:15.845Z Compiling syn v1.0.109
28532024-04-30T20:18:16.278Z Compiling syn v2.0.55
28542024-04-30T20:18:16.378Z Compiling getrandom v0.2.12
28552024-04-30T20:18:16.395Z Compiling itoa v1.0.11
28562024-04-30T20:18:16.503Z Compiling smallvec v1.13.2
28572024-04-30T20:18:16.614Z Compiling rand_core v0.6.4
28582024-04-30T20:18:16.801Z Compiling base64ct v1.6.0
28592024-04-30T20:18:17.070Z Compiling libm v0.2.8
28602024-04-30T20:18:17.075Z Compiling pin-project-lite v0.2.13
28612024-04-30T20:18:17.080Z Compiling bytes v1.6.0
28622024-04-30T20:18:17.087Z Compiling zerocopy v0.7.32
28632024-04-30T20:18:17.445Z Compiling pem-rfc7468 v0.7.0
28642024-04-30T20:18:17.476Z Compiling memchr v2.7.1
28652024-04-30T20:18:17.580Z Compiling parking_lot_core v0.9.9
28662024-04-30T20:18:17.999Z Compiling num-traits v0.2.18
28672024-04-30T20:18:18.132Z Compiling thiserror v1.0.58
28682024-04-30T20:18:18.870Z Compiling log v0.4.21
28692024-04-30T20:18:18.871Z Compiling allocator-api2 v0.2.16
28702024-04-30T20:18:19.308Z Compiling hashbrown v0.14.3
28712024-04-30T20:18:19.441Z Compiling flagset v0.4.5
28722024-04-30T20:18:19.706Z Compiling bitflags v2.5.0
28732024-04-30T20:18:20.396Z Compiling parking_lot v0.12.1
28742024-04-30T20:18:21.001Z Compiling num_cpus v1.16.0
28752024-04-30T20:18:21.012Z Compiling socket2 v0.5.6
28762024-04-30T20:18:21.142Z Compiling mio v0.8.11
28772024-04-30T20:18:21.149Z Compiling signal-hook-registry v1.4.1
28782024-04-30T20:18:21.906Z Compiling spin v0.9.8
28792024-04-30T20:18:22.722Z Compiling semver v1.0.22
28802024-04-30T20:18:22.876Z Compiling pkg-config v0.3.30
28812024-04-30T20:18:22.890Z Compiling cpufeatures v0.2.12
28822024-04-30T20:18:22.967Z Compiling vcpkg v0.2.15
28832024-04-30T20:18:23.013Z Compiling schemars v0.8.16
28842024-04-30T20:18:23.273Z Compiling serde_derive_internals v0.26.0
28852024-04-30T20:18:23.370Z Compiling ring v0.17.8
28862024-04-30T20:18:23.860Z Compiling ryu v1.0.17
28872024-04-30T20:18:24.726Z Compiling openssl-sys v0.9.101
28882024-04-30T20:18:25.143Z Compiling slab v0.4.9
28892024-04-30T20:18:25.524Z Compiling fnv v1.0.7
28902024-04-30T20:18:25.534Z Compiling futures-core v0.3.30
28912024-04-30T20:18:25.664Z Compiling equivalent v1.0.1
28922024-04-30T20:18:25.691Z Compiling http v0.2.12
28932024-04-30T20:18:25.770Z Compiling rustc_version v0.4.0
28942024-04-30T20:18:25.914Z Compiling tracing-core v0.1.32
28952024-04-30T20:18:26.273Z Compiling byteorder v1.5.0
28962024-04-30T20:18:26.372Z Compiling untrusted v0.9.0
28972024-04-30T20:18:26.788Z Compiling tracing v0.1.40
28982024-04-30T20:18:27.057Z Compiling openssl v0.10.64
28992024-04-30T20:18:27.498Z Compiling futures-io v0.3.30
29002024-04-30T20:18:27.510Z Compiling foreign-types-shared v0.1.1
29012024-04-30T20:18:27.625Z Compiling chrono v0.4.37
29022024-04-30T20:18:27.722Z Compiling ppv-lite86 v0.2.17
29032024-04-30T20:18:27.857Z Compiling futures-task v0.3.30
29042024-04-30T20:18:28.307Z Compiling uuid v1.8.0
29052024-04-30T20:18:28.415Z Compiling schemars_derive v0.8.16
29062024-04-30T20:18:28.883Z Compiling serde_derive v1.0.197
29072024-04-30T20:18:28.896Z Compiling zeroize_derive v1.4.2
29082024-04-30T20:18:28.896Z Compiling der_derive v0.7.2
29092024-04-30T20:18:28.896Z Compiling thiserror-impl v1.0.58
29102024-04-30T20:18:29.734Z Compiling tokio-macros v2.2.0
29112024-04-30T20:18:30.166Z Compiling zeroize v1.7.0
29122024-04-30T20:18:31.218Z Compiling dyn-clone v1.0.17
29132024-04-30T20:18:31.273Z Compiling der v0.7.8
29142024-04-30T20:18:31.284Z Compiling pin-utils v0.1.0
29152024-04-30T20:18:31.434Z Compiling futures-sink v0.3.30
29162024-04-30T20:18:31.440Z Compiling tokio v1.36.0
29172024-04-30T20:18:31.535Z Compiling httparse v1.8.0
29182024-04-30T20:18:31.707Z Compiling futures-util v0.3.30
29192024-04-30T20:18:31.858Z Compiling crypto-common v0.1.6
29202024-04-30T20:18:31.902Z Compiling block-buffer v0.10.4
29212024-04-30T20:18:32.039Z Compiling openssl-macros v0.1.1
29222024-04-30T20:18:32.054Z Compiling foreign-types v0.3.2
29232024-04-30T20:18:32.148Z Compiling digest v0.10.7
29242024-04-30T20:18:32.590Z Compiling sha2 v0.10.8
29252024-04-30T20:18:32.883Z Compiling signature v2.2.0
29262024-04-30T20:18:33.159Z Compiling regress v0.8.0
29272024-04-30T20:18:34.092Z Compiling spki v0.7.3
29282024-04-30T20:18:34.184Z Compiling pkcs8 v0.10.2
29292024-04-30T20:18:36.339Z Compiling tinyvec_macros v0.1.1
29302024-04-30T20:18:36.403Z Compiling heck v0.4.1
29312024-04-30T20:18:36.428Z Compiling rustls v0.21.10
29322024-04-30T20:18:36.813Z Compiling native-tls v0.2.11
29332024-04-30T20:18:37.233Z Compiling try-lock v0.2.5
29342024-04-30T20:18:37.385Z Compiling want v0.3.1
29352024-04-30T20:18:37.675Z Compiling tinyvec v1.6.0
29362024-04-30T20:18:37.691Z Compiling sct v0.7.1
29372024-04-30T20:18:38.272Z Compiling rustls-webpki v0.101.7
29382024-04-30T20:18:39.738Z Compiling http-body v0.4.6
29392024-04-30T20:18:45.095Z Compiling tokio-util v0.7.10
29402024-04-30T20:18:45.592Z Compiling futures-channel v0.3.30
29412024-04-30T20:18:45.593Z Compiling ff v0.13.0
29422024-04-30T20:18:45.593Z Compiling openssl-probe v0.1.5
29432024-04-30T20:18:45.815Z Compiling percent-encoding v2.3.1
29442024-04-30T20:18:45.815Z Compiling base16ct v0.2.0
29452024-04-30T20:18:45.815Z Compiling serde_tokenstream v0.2.0
29462024-04-30T20:18:45.815Z Compiling indexmap v2.2.6
29472024-04-30T20:18:45.815Z Compiling rustix v0.38.32
29482024-04-30T20:18:45.815Z Compiling tower-service v0.3.2
29492024-04-30T20:18:45.815Z Compiling iana-time-zone v0.1.60
29502024-04-30T20:18:45.815Z Compiling getrandom v0.1.16
29512024-04-30T20:18:45.816Z Compiling httpdate v1.0.3
29522024-04-30T20:18:45.816Z Compiling sec1 v0.7.3
29532024-04-30T20:18:45.816Z Compiling h2 v0.3.25
29542024-04-30T20:18:46.446Z Compiling form_urlencoded v1.2.1
29552024-04-30T20:18:47.045Z Compiling typify-impl v0.0.16
29562024-04-30T20:18:48.760Z Compiling group v0.13.0
29572024-04-30T20:18:48.853Z Compiling unicode-normalization v0.1.23
29582024-04-30T20:18:49.989Z Compiling hyper v0.14.28
29592024-04-30T20:18:52.395Z Compiling crypto-bigint v0.5.5
29602024-04-30T20:18:53.978Z Compiling errno v0.3.8
29612024-04-30T20:18:54.232Z Compiling platforms v3.4.0
29622024-04-30T20:18:54.829Z Compiling radium v0.7.0
29632024-04-30T20:18:55.226Z Compiling unicode-bidi v0.3.15
29642024-04-30T20:18:55.370Z Compiling utf8parse v0.2.1
29652024-04-30T20:18:55.589Z Compiling anstyle-parse v0.2.3
29662024-04-30T20:18:56.006Z Compiling idna v0.5.0
29672024-04-30T20:18:58.259Z Compiling elliptic-curve v0.13.8
29682024-04-30T20:18:58.871Z Compiling typify-macro v0.0.16
29692024-04-30T20:18:59.054Z Compiling curve25519-dalek v4.1.2
29702024-04-30T20:18:59.558Z Compiling tokio-rustls v0.24.1
29712024-04-30T20:19:00.221Z Compiling tokio-native-tls v0.3.1
29722024-04-30T20:19:01.013Z Compiling hmac v0.12.1
29732024-04-30T20:19:01.675Z Compiling rand_chacha v0.3.1
29742024-04-30T20:19:02.241Z Compiling aho-corasick v1.1.3
29752024-04-30T20:19:02.720Z Compiling regex-syntax v0.8.3
29762024-04-30T20:19:02.929Z Compiling anstyle-query v1.0.2
29772024-04-30T20:19:03.402Z Compiling anstyle v1.0.6
29782024-04-30T20:19:03.541Z Compiling colorchoice v1.0.0
29792024-04-30T20:19:03.708Z Compiling base64 v0.21.7
29802024-04-30T20:19:04.032Z Compiling maybe-uninit v2.0.0
29812024-04-30T20:19:04.275Z Compiling tap v1.0.1
29822024-04-30T20:19:04.468Z Compiling wyz v0.5.1
29832024-04-30T20:19:04.644Z Compiling rustls-pemfile v1.0.4
29842024-04-30T20:19:04.940Z Compiling anstream v0.6.13
29852024-04-30T20:19:05.514Z Compiling rand v0.8.5
29862024-04-30T20:19:05.729Z Compiling terminal_size v0.3.0
29872024-04-30T20:19:05.963Z Compiling rfc6979 v0.4.0
29882024-04-30T20:19:06.181Z Compiling rand_core v0.5.1
29892024-04-30T20:19:06.265Z Compiling hyper-tls v0.5.0
29902024-04-30T20:19:06.482Z Compiling regex-automata v0.4.6
29912024-04-30T20:19:06.865Z Compiling hyper-rustls v0.24.2
29922024-04-30T20:19:07.284Z Compiling url v2.5.0
29932024-04-30T20:19:07.553Z Compiling serde_urlencoded v0.7.1
29942024-04-30T20:19:07.626Z Compiling inout v0.1.3
29952024-04-30T20:19:07.864Z Compiling curve25519-dalek-derive v0.1.1
29962024-04-30T20:19:08.203Z Compiling heapless v0.7.17
29972024-04-30T20:19:08.709Z Compiling num-integer v0.1.46
29982024-04-30T20:19:09.855Z Compiling encoding_rs v0.8.33
29992024-04-30T20:19:14.845Z Compiling funty v2.0.0
30002024-04-30T20:19:14.938Z Compiling ipnet v2.9.0
30012024-04-30T20:19:17.883Z Compiling unicode-width v0.1.11
30022024-04-30T20:19:18.059Z Compiling mime v0.3.17
30032024-04-30T20:19:19.171Z Compiling webpki-roots v0.25.4
30042024-04-30T20:19:19.344Z Compiling clap_lex v0.7.0
30052024-04-30T20:19:20.123Z Compiling heck v0.5.0
30062024-04-30T20:19:20.372Z Compiling num-bigint-dig v0.8.4
30072024-04-30T20:19:20.560Z Compiling packed_struct v0.10.1
30082024-04-30T20:19:20.764Z Compiling spin v0.5.2
30092024-04-30T20:19:21.028Z Compiling strsim v0.11.0
30102024-04-30T20:19:21.080Z Compiling sync_wrapper v0.1.2
30112024-04-30T20:19:21.197Z Compiling reqwest v0.11.27
30122024-04-30T20:19:22.238Z Compiling clap_builder v4.5.2
30132024-04-30T20:19:22.489Z Compiling lazy_static v1.4.0
30142024-04-30T20:19:22.637Z Compiling clap_derive v4.5.4
30152024-04-30T20:19:25.497Z Compiling getopts v0.2.21
30162024-04-30T20:19:26.379Z Compiling bitvec v1.0.1
30172024-04-30T20:19:27.566Z Compiling regex v1.10.4
30182024-04-30T20:19:30.966Z Compiling num-iter v0.1.44
30192024-04-30T20:19:31.218Z Compiling cipher v0.4.4
30202024-04-30T20:19:31.718Z Compiling ecdsa v0.16.9
30212024-04-30T20:19:33.169Z Compiling typify v0.0.16
30222024-04-30T20:19:33.308Z Compiling openapiv3 v2.0.0
30232024-04-30T20:19:33.748Z Compiling primeorder v0.13.6
30242024-04-30T20:19:34.356Z Compiling ssh-encoding v0.2.0
30252024-04-30T20:19:35.772Z Compiling ed25519 v2.2.3
30262024-04-30T20:19:36.172Z Compiling digest v0.9.0
30272024-04-30T20:19:36.439Z Compiling packed_struct_codegen v0.10.1
30282024-04-30T20:19:37.852Z Compiling hash32 v0.2.1
30292024-04-30T20:19:38.259Z Compiling stable_deref_trait v1.2.0
30302024-04-30T20:19:38.279Z Compiling anyhow v1.0.81
30312024-04-30T20:19:38.366Z Compiling unsafe-libyaml v0.2.11
30322024-04-30T20:19:38.873Z Compiling slog v2.7.0
30332024-04-30T20:19:39.253Z Compiling nodrop v0.1.14
30342024-04-30T20:19:39.553Z Compiling array-init v0.0.4
30352024-04-30T20:19:40.208Z Compiling serde_yaml v0.9.34+deprecated
30362024-04-30T20:19:45.001Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30372024-04-30T20:19:45.006Z Compiling ed25519-dalek v2.1.1
30382024-04-30T20:19:45.183Z Compiling ssh-cipher v0.2.0
30392024-04-30T20:19:45.507Z Compiling p256 v0.13.2
30402024-04-30T20:19:45.844Z Compiling smallvec v0.6.14
30412024-04-30T20:19:48.256Z Compiling clap v4.5.4
30422024-04-30T20:19:50.550Z Compiling rand_chacha v0.2.2
30432024-04-30T20:19:52.494Z Compiling pkcs1 v0.7.5
30442024-04-30T20:19:53.440Z Compiling block-buffer v0.9.0
30452024-04-30T20:19:53.648Z Compiling zerocopy-derive v0.6.6
30462024-04-30T20:19:55.836Z Compiling blake3 v1.5.1
30472024-04-30T20:19:56.295Z Compiling is-terminal v0.4.12
30482024-04-30T20:19:56.425Z Compiling signature v1.6.4
30492024-04-30T20:19:56.503Z Compiling base64 v0.13.1
30502024-04-30T20:19:56.634Z Compiling bitfield v0.14.0
30512024-04-30T20:19:56.945Z Compiling embedded-io v0.4.0
30522024-04-30T20:19:57.209Z Compiling termcolor v1.4.1
30532024-04-30T20:19:57.388Z Compiling opaque-debug v0.3.1
30542024-04-30T20:19:57.476Z Compiling cobs v0.2.3
30552024-04-30T20:19:58.009Z Compiling env_logger v0.10.2
30562024-04-30T20:19:58.685Z Compiling postcard v1.0.8
30572024-04-30T20:19:59.197Z Compiling sha2 v0.9.9
30582024-04-30T20:19:59.759Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30592024-04-30T20:20:02.920Z Compiling ed25519 v1.5.3
30602024-04-30T20:20:03.275Z Compiling zerocopy v0.6.6
30612024-04-30T20:20:03.315Z Compiling rsa v0.9.6
30622024-04-30T20:20:04.264Z Compiling rand v0.7.3
30632024-04-30T20:20:04.308Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30642024-04-30T20:20:06.433Z Compiling serde-hex v0.1.0
30652024-04-30T20:20:07.139Z Compiling ssh-key v0.6.5
30662024-04-30T20:20:12.142Z Compiling curve25519-dalek v3.2.0
30672024-04-30T20:20:12.462Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30682024-04-30T20:20:14.489Z Compiling serde_path_to_error v0.1.16
30692024-04-30T20:20:15.345Z Compiling bincode v1.3.3
30702024-04-30T20:20:16.500Z Compiling x509-cert v0.2.5
30712024-04-30T20:20:20.522Z Compiling crc-any v2.4.4
30722024-04-30T20:20:20.988Z Compiling arrayref v0.3.7
30732024-04-30T20:20:21.093Z Compiling arrayvec v0.7.4
30742024-04-30T20:20:21.133Z Compiling constant_time_eq v0.3.0
30752024-04-30T20:20:21.301Z Compiling hex v0.4.3
30762024-04-30T20:20:22.026Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30772024-04-30T20:20:23.451Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30782024-04-30T20:20:23.661Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30792024-04-30T20:20:29.106Z Compiling oauth2 v4.4.2
30802024-04-30T20:20:29.423Z Compiling ed25519-dalek v1.0.1
30812024-04-30T20:20:30.124Z Compiling clap-num v1.1.1
30822024-04-30T20:20:30.157Z Compiling xdg v2.5.2
30832024-04-30T20:20:32.525Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30842024-04-30T20:20:56.937Z Finished release [optimized] target(s) in 2m 44s
30852024-04-30T20:20:56.937Z
30862024-04-30T20:20:56.937Zreal 3:02.338861505
30872024-04-30T20:20:56.937Zuser 19:03.985757740
30882024-04-30T20:20:56.937Zsys 1:39.966780230
30892024-04-30T20:20:56.937Ztrap 0.557499951
30902024-04-30T20:20:56.937Ztflt 1.143857979
30912024-04-30T20:20:56.937Zdflt 0.360591684
30922024-04-30T20:20:56.937Zkflt 0.009544871
30932024-04-30T20:20:56.938Zlock 45:27.126568657
30942024-04-30T20:20:56.938Zslp 53:32.423410792
30952024-04-30T20:20:56.938Zlat 57.743228297
30962024-04-30T20:20:56.938Zstop 38.875465156
30972024-04-30T20:20:56.938Z+ ptime -m gzip
30982024-04-30T20:20:57.364Z
30992024-04-30T20:20:57.365Zreal 1.133918340
31002024-04-30T20:20:57.365Zuser 1.123616003
31012024-04-30T20:20:57.365Zsys 0.009730108
31022024-04-30T20:20:57.365Ztrap 0.000072797
31032024-04-30T20:20:57.365Ztflt 0.000000000
31042024-04-30T20:20:57.365Zdflt 0.000000000
31052024-04-30T20:20:57.365Zkflt 0.000000000
31062024-04-30T20:20:57.365Zlock 0.000000000
31072024-04-30T20:20:57.365Zslp 0.000000000
31082024-04-30T20:20:57.365Zlat 0.000099202
31092024-04-30T20:20:57.366Zstop 0.000180117
31102024-04-30T20:20:57.366Zprocess exited: duration 971457 ms, exit code 0
 
31112024-04-30T20:20:57.411Zfound 9 output files
31122024-04-30T20:20:57.411Zuploading: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz (9699017 bytes)
31132024-04-30T20:21:10.655Zuploaded: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz
31142024-04-30T20:21:10.655Zuploading: /work/end-to-end-tests/bootstrap.gz (104504456 bytes)
31152024-04-30T20:22:37.562Zuploaded: /work/end-to-end-tests/bootstrap.gz
31162024-04-30T20:22:37.562Zuploading: /work/end-to-end-tests/commtest-d1b9678287527757.gz (9698244 bytes)
31172024-04-30T20:22:44.123Zuploaded: /work/end-to-end-tests/commtest-d1b9678287527757.gz
31182024-04-30T20:22:44.123Zuploading: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz (9697072 bytes)
31192024-04-30T20:22:55.201Zuploaded: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz
31202024-04-30T20:22:55.202Zuploading: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz (107931382 bytes)
31212024-04-30T20:24:39.467Zuploaded: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz
31222024-04-30T20:24:39.468Zuploading: /work/caboose-util.gz (2411927 bytes)
31232024-04-30T20:24:42.779Zuploaded: /work/caboose-util.gz
31242024-04-30T20:24:42.779Zuploading: /work/tufaceous.gz (11882830 bytes)
31252024-04-30T20:24:49.495Zuploaded: /work/tufaceous.gz
31262024-04-30T20:24:49.512Zuploading: /work/commtest (469706632 bytes)
31272024-04-30T20:28:46.436Zuploaded: /work/commtest
31282024-04-30T20:28:46.436Zuploading: /work/permslip.gz (10331253 bytes)
31292024-04-30T20:28:52.483Zuploaded: /work/permslip.gz