01HWA8BQ71HTRTGWE5NDAR8RGQ: 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: 01HWA8CRQ2T1H30XNH51S8NSS1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-25T09:15:27.678Zjob assigned to worker 01HWA8GACANW08Y6Y82XEZ4724 (queued for 3 m 45 s)
 
22024-04-25T09:15:34.828Zstarting task 0: "setup"
32024-04-25T09:15:34.877Z++ uname -s
42024-04-25T09:15:34.880Z+ kern=SunOS
52024-04-25T09:15:34.880Z+ case "$kern" in
62024-04-25T09:15:34.880Z+ groupadd -g 12345 build
72024-04-25T09:15:34.935Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-25T09:15:37.578Z+ zfs create -o mountpoint=/work rpool/work
92024-04-25T09:15:37.666Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-25T09:15:37.666Z+ home_fs=zfs
112024-04-25T09:15:37.666Z+ [[ zfs == autofs ]]
122024-04-25T09:15:37.666Z+ mkdir -p /home/build
132024-04-25T09:15:37.666Z+ chown build:build /home/build /work
142024-04-25T09:15:38.284Z+ chmod 0700 /home/build /work
152024-04-25T09:15:38.295Zprocess exited: duration 3461 ms, exit code 0
 
162024-04-25T09:15:38.333Zstarting task 1: "rust-toolchain"
172024-04-25T09:15:38.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-25T09:15:38.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-25T09:15:38.450Zinfo: downloading installer
202024-04-25T09:15:40.366Zwarning: it looks like you have an existing installation of Rust at:
212024-04-25T09:15:40.366Zwarning: /opt/ooce/bin
222024-04-25T09:15:40.367Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-25T09:15:40.367Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-25T09:15:40.367Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-25T09:15:40.367Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-25T09:15:40.367Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-25T09:15:40.367Zerror: cannot install while Rust is installed
282024-04-25T09:15:40.367Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-25T09:15:40.716Zinfo: profile set to 'default'
302024-04-25T09:15:40.716Zinfo: default host triple is x86_64-unknown-illumos
312024-04-25T09:15:40.720Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-25T09:15:40.855Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-25T09:15:40.855Zinfo: downloading component 'cargo'
342024-04-25T09:15:41.673Zinfo: downloading component 'clippy'
352024-04-25T09:15:41.960Zinfo: downloading component 'rust-docs'
362024-04-25T09:15:42.984Zinfo: downloading component 'rust-std'
372024-04-25T09:15:44.821Zinfo: downloading component 'rustc'
382024-04-25T09:15:49.250Zinfo: downloading component 'rustfmt'
392024-04-25T09:15:49.500Zinfo: installing component 'cargo'
402024-04-25T09:15:50.306Zinfo: installing component 'clippy'
412024-04-25T09:15:50.680Zinfo: installing component 'rust-docs'
422024-04-25T09:15:52.086Zinfo: installing component 'rust-std'
432024-04-25T09:15:53.856Zinfo: installing component 'rustc'
442024-04-25T09:15:57.890Zinfo: installing component 'rustfmt'
452024-04-25T09:15:58.249Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-25T09:15:58.249Z
472024-04-25T09:15:58.561Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-25T09:15:58.561Z
492024-04-25T09:15:58.565Z
502024-04-25T09:15:58.565ZRust is installed now. Great!
512024-04-25T09:15:58.565Z
522024-04-25T09:15:58.565ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-25T09:15:58.565Zenvironment variable. This has not been done automatically.
542024-04-25T09:15:58.565Z
552024-04-25T09:15:58.565ZTo configure your current shell, you need to source
562024-04-25T09:15:58.565Zthe corresponding env file under $HOME/.cargo.
572024-04-25T09:15:58.565Z
582024-04-25T09:15:58.565ZThis is usually done by running one of the following (note the leading DOT):
592024-04-25T09:15:58.565Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-25T09:15:58.565Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-25T09:15:58.677Z+ rustc --version
622024-04-25T09:15:58.738Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-25T09:15:58.743Zprocess exited: duration 20413 ms, exit code 0
 
642024-04-25T09:15:58.750Zstarting task 2: "authentication"
652024-04-25T09:15:58.772Zprocess exited: duration 21 ms, exit code 0
 
662024-04-25T09:15:58.782Zstarting task 3: "clone repository"
672024-04-25T09:15:58.785Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-25T09:15:58.789Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-25T09:15:59.259ZCloning into '/work/oxidecomputer/omicron'...
702024-04-25T09:16:04.396Z+ cd /work/oxidecomputer/omicron
712024-04-25T09:16:04.396Z+ git fetch origin 6a37eb046614fb621d125b735bcc786400b96418
722024-04-25T09:16:04.711ZFrom https://github.com/oxidecomputer/omicron
732024-04-25T09:16:04.712Z * branch 6a37eb046614fb621d125b735bcc786400b96418 -> FETCH_HEAD
742024-04-25T09:16:04.721Z+ [[ -n renovate/cargo_toml-0.x-lockfile ]]
752024-04-25T09:16:04.724Z++ git branch --show-current
762024-04-25T09:16:04.724Z+ current=main
772024-04-25T09:16:04.725Z+ [[ main != renovate/cargo_toml-0.x-lockfile ]]
782024-04-25T09:16:04.725Z+ git branch -f renovate/cargo_toml-0.x-lockfile 6a37eb046614fb621d125b735bcc786400b96418
792024-04-25T09:16:04.731Z+ git checkout -f renovate/cargo_toml-0.x-lockfile
802024-04-25T09:16:04.850ZSwitched to branch 'renovate/cargo_toml-0.x-lockfile'
812024-04-25T09:16:04.853Z+ git reset --hard 6a37eb046614fb621d125b735bcc786400b96418
822024-04-25T09:16:04.972ZHEAD is now at 6a37eb046 Update Rust crate cargo_toml to v0.20.1
832024-04-25T09:16:04.975Zprocess exited: duration 6192 ms, exit code 0
 
842024-04-25T09:16:04.981Zstarting task 4: "build"
852024-04-25T09:16:04.986Z+ cargo --version
862024-04-25T09:16:04.991Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-25T09:16:05.150Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-25T09:16:05.150Zinfo: downloading component 'cargo'
892024-04-25T09:16:06.060Zinfo: downloading component 'clippy'
902024-04-25T09:16:06.352Zinfo: downloading component 'rust-docs'
912024-04-25T09:16:08.381Zinfo: downloading component 'rust-std'
922024-04-25T09:16:09.342Zinfo: downloading component 'rustc'
932024-04-25T09:16:14.498Zinfo: downloading component 'rustfmt'
942024-04-25T09:16:14.509Zinfo: installing component 'cargo'
952024-04-25T09:16:15.164Zinfo: installing component 'clippy'
962024-04-25T09:16:15.503Zinfo: installing component 'rust-docs'
972024-04-25T09:16:16.891Zinfo: installing component 'rust-std'
982024-04-25T09:16:18.501Zinfo: installing component 'rustc'
992024-04-25T09:16:22.523Zinfo: installing component 'rustfmt'
1002024-04-25T09:16:22.913Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-25T09:16:22.918Z+ rustc --version
1022024-04-25T09:16:23.001Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-25T09:16:23.006Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-25T09:16:32.548Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-25T09:16:34.285Z Startup: Caching catalogs ... Done
1062024-04-25T09:16:36.748ZPlanning: Solver setup ... Done (1.991s)
1072024-04-25T09:16:36.791ZPlanning: Running solver ... Done (0.043s)
1082024-04-25T09:16:37.027ZPlanning: Finding local manifests ... Done (0.199s)
1092024-04-25T09:16:37.038ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-25T09:16:37.344ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-25T09:16:37.396ZPlanning: Package planning ... Done (0.049s)
1122024-04-25T09:16:37.448ZPlanning: Merging actions ... Done (0.052s)
1132024-04-25T09:16:37.886ZPlanning: Checking for conflicting actions ... Done (0.441s)
1142024-04-25T09:16:37.898ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-25T09:16:44.301ZPlanning: Evaluating mediators ... Done (6.393s)
1162024-04-25T09:16:44.306ZPlanning: Planning completed in 9.95 seconds
1172024-04-25T09:16:44.314Z Packages to install: 4
1182024-04-25T09:16:44.314Z Mediators to change: 2
1192024-04-25T09:16:44.318Z Services to change: 1
1202024-04-25T09:16:44.318Z Estimated space available: 155.32 GB
1212024-04-25T09:16:44.318ZEstimated space to be consumed: 1.44 GB
1222024-04-25T09:16:44.318Z Create boot environment: No
1232024-04-25T09:16:44.318ZCreate backup boot environment: No
1242024-04-25T09:16:44.318Z Rebuild boot archive: No
1252024-04-25T09:16:44.319Z
1262024-04-25T09:16:44.319ZChanged mediators:
1272024-04-25T09:16:44.319Z mediator clang:
1282024-04-25T09:16:44.319Z version: None -> 15 (system default)
1292024-04-25T09:16:44.319Z
1302024-04-25T09:16:44.319Z mediator llvm:
1312024-04-25T09:16:44.319Z version: 14 (system default) -> 15 (system default)
1322024-04-25T09:16:44.319Z
1332024-04-25T09:16:44.319ZChanged packages:
1342024-04-25T09:16:44.320Zhelios-dev
1352024-04-25T09:16:44.320Z developer/build-essential
1362024-04-25T09:16:44.320Z None -> 11-2.0
1372024-04-25T09:16:44.320Z library/libxmlsec1
1382024-04-25T09:16:44.320Z None -> 1.2.35-2.0
1392024-04-25T09:16:44.320Z ooce/developer/clang-15
1402024-04-25T09:16:44.320Z None -> 15.0.7-2.0
1412024-04-25T09:16:44.320Z ooce/developer/llvm-15
1422024-04-25T09:16:44.320Z None -> 15.0.7-2.0
1432024-04-25T09:16:44.320Z
1442024-04-25T09:16:44.320ZServices:
1452024-04-25T09:16:44.320Z restart_fmri:
1462024-04-25T09:16:44.321Z svc:/system/update-man-index:default
1472024-04-25T09:16:44.805Z
1482024-04-25T09:16:44.805ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-25T09:16:49.394ZDownload: 1478/3290 items 117.3/212.6MB 55% complete (23.7M/s)
1502024-04-25T09:16:54.420ZDownload: 3233/3290 items 173.9/212.6MB 81% complete (17.5M/s)
1512024-04-25T09:16:55.727ZDownload: Completed 212.60 MB in 11.33 seconds (18.8M/s)
1522024-04-25T09:16:56.039Z Actions: 1/3689 actions (Installing new actions)
1532024-04-25T09:17:01.137Z Actions: 3617/3689 actions (Installing new actions)
1542024-04-25T09:17:01.143Z Actions: Completed 3689 actions in 5.10 seconds.
1552024-04-25T09:17:01.360Z Done (0.213s)
1562024-04-25T09:17:01.360Z Done (0.000s)
1572024-04-25T09:17:01.635Z Done (0.273s)
1582024-04-25T09:17:06.711Z Done (4.932s)
1592024-04-25T09:17:06.877Z Done (0.098s)
1602024-04-25T09:17:06.880Z Done (0.000s)
1612024-04-25T09:17:07.018Z Done (0.000s)
1622024-04-25T09:17:07.640ZPlanning: Evaluating mediator changes ... Done
1632024-04-25T09:17:07.715ZPlanning: Checking for conflicting actions ... Done
1642024-04-25T09:17:07.720ZPlanning: Consolidating action changes ... Done
1652024-04-25T09:17:07.981ZPlanning: Evaluating mediators ... Done
1662024-04-25T09:17:07.989ZPlanning: Planning completed in 0.42 seconds
1672024-04-25T09:17:08.011Z Mediators to change: 2
1682024-04-25T09:17:08.011Z Create boot environment: No
1692024-04-25T09:17:08.016ZCreate backup boot environment: No
1702024-04-25T09:17:08.083Z Done
1712024-04-25T09:17:08.083Z Done
1722024-04-25T09:17:08.319Z Done
1732024-04-25T09:17:11.830Z Done
1742024-04-25T09:17:11.923Z Done
1752024-04-25T09:17:11.954Z Done
1762024-04-25T09:17:12.014Z Done
1772024-04-25T09:17:12.642ZPlanning: Evaluating mediator changes ... Done
1782024-04-25T09:17:12.645ZPlanning: Merging actions ... Done
1792024-04-25T09:17:12.844ZPlanning: Checking for conflicting actions ... Done
1802024-04-25T09:17:12.857ZPlanning: Consolidating action changes ... Done
1812024-04-25T09:17:13.097ZPlanning: Evaluating mediators ... Done
1822024-04-25T09:17:13.154ZPlanning: Planning completed in 0.78 seconds
1832024-04-25T09:17:13.186Z Packages to change: 1
1842024-04-25T09:17:13.186Z Mediators to change: 1
1852024-04-25T09:17:13.198Z Services to change: 1
1862024-04-25T09:17:13.198Z Create boot environment: No
1872024-04-25T09:17:13.198ZCreate backup boot environment: Yes
1882024-04-25T09:17:15.126Z Actions: 1/6 actions (Updating modified actions)
1892024-04-25T09:17:15.135Z Actions: Completed 6 actions in 0.00 seconds.
1902024-04-25T09:17:15.135Z Done
1912024-04-25T09:17:15.136Z Done
1922024-04-25T09:17:15.181Z Done
1932024-04-25T09:17:18.749Z Done
1942024-04-25T09:17:18.813Z Done
1952024-04-25T09:17:18.823Z Done
1962024-04-25T09:17:18.908Z Done
1972024-04-25T09:17:19.340ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-04-25T09:17:19.340Zclang system 15 system
1992024-04-25T09:17:19.340Zcsh system system illumos
2002024-04-25T09:17:19.340Zctags system system illumos
2012024-04-25T09:17:19.340Zgcc vendor 12 vendor
2022024-04-25T09:17:19.340Zgcc system 10 system
2032024-04-25T09:17:19.340Zgcc system 7 system
2042024-04-25T09:17:19.340Zgo system 1.20 system
2052024-04-25T09:17:19.340Zgo system 1.19 system
2062024-04-25T09:17:19.340Zllvm system 15 system
2072024-04-25T09:17:19.340Zllvm system 14 system
2082024-04-25T09:17:19.340Zmariadb system 10.6 system
2092024-04-25T09:17:19.340Zmta vendor vendor dma
2102024-04-25T09:17:19.340Zopenjdk system 17 system
2112024-04-25T09:17:19.340Zopenjdk system 11 system
2122024-04-25T09:17:19.340Zopenjdk system 1.8 system
2132024-04-25T09:17:19.341Zopenssl vendor 3 vendor
2142024-04-25T09:17:19.341Zperl system 5.36 system
2152024-04-25T09:17:19.341Zpostgresql system 15 system
2162024-04-25T09:17:19.341Zpostgresql system 13 system
2172024-04-25T09:17:19.341Zpython vendor 3 vendor
2182024-04-25T09:17:19.341Zpython system 2 system
2192024-04-25T09:17:19.341Zpython3 system 3.11 system
2202024-04-25T09:17:19.341Zruby system 3.0 system
2212024-04-25T09:17:19.341Zwords vendor vendor american-english
2222024-04-25T09:17:19.341Zwords system system australian-english
2232024-04-25T09:17:19.341Zwords system system british-english
2242024-04-25T09:17:19.341Zwords system system canadian-english
2252024-04-25T09:17:19.341Zwords system system french
2262024-04-25T09:17:19.341Zwords system system italian
2272024-04-25T09:17:19.341Zwords system system ngerman
2282024-04-25T09:17:19.341Zwords system system ogerman
2292024-04-25T09:17:19.341Zwords system system spanish
2302024-04-25T09:17:19.661ZPUBLISHER TYPE STATUS P LOCATION
2312024-04-25T09:17:19.661Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-04-25T09:17:20.988ZFMRI IFO
2332024-04-25T09:17:20.988Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-04-25T09:17:20.988Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-04-25T09:17:20.988Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-04-25T09:17:20.988Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-04-25T09:17:20.989Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-04-25T09:17:20.989Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-04-25T09:17:20.989Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-04-25T09:17:20.989Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-04-25T09:17:20.989Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-04-25T09:17:20.989Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-04-25T09:17:20.989Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-04-25T09:17:20.989Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-04-25T09:17:21.236Z+ set -o errexit
2462024-04-25T09:17:21.251Z+++ dirname ./tools/ci_download_cockroachdb
2472024-04-25T09:17:21.251Z++ cd ./tools
2482024-04-25T09:17:21.251Z++ pwd
2492024-04-25T09:17:21.251Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2502024-04-25T09:17:21.251Z++ basename ./tools/ci_download_cockroachdb
2512024-04-25T09:17:21.251Z+ ARG0=ci_download_cockroachdb
2522024-04-25T09:17:21.252Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2532024-04-25T09:17:21.252Z+ CIDL_VERSION=v22.1.9
2542024-04-25T09:17:21.252Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2552024-04-25T09:17:21.252Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2562024-04-25T09:17:21.252Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2572024-04-25T09:17:21.252Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2582024-04-25T09:17:21.252Z+ TARGET_DIR=out
2592024-04-25T09:17:21.252Z+ DOWNLOAD_DIR=out/downloads
2602024-04-25T09:17:21.253Z+ DEST_DIR=./out/cockroachdb
2612024-04-25T09:17:21.253Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2622024-04-25T09:17:21.253Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2632024-04-25T09:17:21.253Z+ main
2642024-04-25T09:17:21.253Z+ [[ 0 != 0 ]]
2652024-04-25T09:17:21.253Z+ CIDL_OS=solaris2.11
2662024-04-25T09:17:21.253Z+ [[ 0 != 0 ]]
2672024-04-25T09:17:21.254Z+ configure_os solaris2.11
2682024-04-25T09:17:21.254Z+ echo 'current directory: /work/oxidecomputer/omicron'
2692024-04-25T09:17:21.254Zcurrent directory: /work/oxidecomputer/omicron
2702024-04-25T09:17:21.254Z+ echo 'configuring based on OS: "solaris2.11"'
2712024-04-25T09:17:21.254Z+ case "$1" in
2722024-04-25T09:17:21.254Zconfiguring based on OS: "solaris2.11"
2732024-04-25T09:17:21.254Z+ CIDL_BUILD=illumos
2742024-04-25T09:17:21.254Z+ CIDL_SUFFIX=tar.gz
2752024-04-25T09:17:21.254Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2762024-04-25T09:17:21.254Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772024-04-25T09:17:21.254Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782024-04-25T09:17:21.254Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792024-04-25T09:17:21.255Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802024-04-25T09:17:21.255Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-04-25T09:17:21.255Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822024-04-25T09:17:21.255Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-25T09:17:21.255Z+ CIDL_SHA256FUNC=do_sha256sum
2842024-04-25T09:17:21.255Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852024-04-25T09:17:21.256ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-04-25T09:17:21.256ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-25T09:17:21.256Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-04-25T09:17:21.256Z+ mkdir -p out/downloads
2892024-04-25T09:17:21.256Z+ mkdir -p ./out/cockroachdb
2902024-04-25T09:17:21.290Z+ local DO_DOWNLOAD=true
2912024-04-25T09:17:21.290Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2922024-04-25T09:17:21.290Z+ '[' true == true ']'
2932024-04-25T09:17:21.291Z+ echo Downloading...
2942024-04-25T09:17:21.291ZDownloading...
2952024-04-25T09:17:21.291Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-04-25T09:17:21.291Z+ 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
2972024-04-25T09:17:24.273Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-04-25T09:17:24.277Z++ sha256sum
2992024-04-25T09:17:24.277Z++ awk '{print $1}'
3002024-04-25T09:17:24.376Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-04-25T09:17:24.376Z+ [[ 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 ]]
3022024-04-25T09:17:24.384Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-04-25T09:17:24.384Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3042024-04-25T09:17:26.560Z+ do_assemble_illumos
3052024-04-25T09:17:26.560Z+ rm -r ./out/cockroachdb
3062024-04-25T09:17:26.567Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3072024-04-25T09:17:27.007Z+ ./out/cockroachdb/bin/cockroach version
3082024-04-25T09:17:27.135ZBuild Tag: v22.1.9-dirty
3092024-04-25T09:17:27.135ZBuild Time: 2022/10/26 21:17:46
3102024-04-25T09:17:27.135ZDistribution: OSS
3112024-04-25T09:17:27.135ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3122024-04-25T09:17:27.135ZGo Version: go1.17.13
3132024-04-25T09:17:27.136ZC Compiler: gcc 10.3.0
3142024-04-25T09:17:27.136ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3152024-04-25T09:17:27.136ZBuild Type: release
3162024-04-25T09:17:27.169Z+ set -o errexit
3172024-04-25T09:17:27.182Z+++ dirname ./tools/ci_download_clickhouse
3182024-04-25T09:17:27.182Z++ cd ./tools
3192024-04-25T09:17:27.182Z++ pwd
3202024-04-25T09:17:27.182Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3212024-04-25T09:17:27.182Z++ basename ./tools/ci_download_clickhouse
3222024-04-25T09:17:27.182Z+ ARG0=ci_download_clickhouse
3232024-04-25T09:17:27.182Z+ TARGET_DIR=out
3242024-04-25T09:17:27.182Z+ DOWNLOAD_DIR=out/downloads
3252024-04-25T09:17:27.182Z+ DEST_DIR=./out/clickhouse
3262024-04-25T09:17:27.183Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3272024-04-25T09:17:27.183Z+ CIDL_VERSION=v23.8.7.24
3282024-04-25T09:17:27.183Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3292024-04-25T09:17:27.183Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3302024-04-25T09:17:27.183Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3312024-04-25T09:17:27.183Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3322024-04-25T09:17:27.183Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3332024-04-25T09:17:27.183Z+ main
3342024-04-25T09:17:27.183Z+ [[ 0 != 0 ]]
3352024-04-25T09:17:27.183Z+ CIDL_OS=solaris2.11
3362024-04-25T09:17:27.183Z+ [[ 0 != 0 ]]
3372024-04-25T09:17:27.183Z+ configure_os solaris2.11
3382024-04-25T09:17:27.183Z+ echo 'current directory: /work/oxidecomputer/omicron'
3392024-04-25T09:17:27.184Zcurrent directory: /work/oxidecomputer/omicron
3402024-04-25T09:17:27.184Z+ echo 'configuring based on OS: "solaris2.11"'
3412024-04-25T09:17:27.184Z+ CIDL_DASHREV=
3422024-04-25T09:17:27.184Z+ case "$1" in
3432024-04-25T09:17:27.184Zconfiguring based on OS: "solaris2.11"
3442024-04-25T09:17:27.184Z+ CIDL_PLATFORM=illumos
3452024-04-25T09:17:27.184Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3462024-04-25T09:17:27.184Z+ CIDL_MD5FUNC=do_md5sum
3472024-04-25T09:17:27.184Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3482024-04-25T09:17:27.184Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3492024-04-25T09:17:27.184Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-04-25T09:17:27.184Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-25T09:17:27.184Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-04-25T09:17:27.185ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-25T09:17:27.185ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-25T09:17:27.185Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-04-25T09:17:27.185Z+ mkdir -p out/downloads
3562024-04-25T09:17:27.185Z+ mkdir -p ./out/clickhouse
3572024-04-25T09:17:27.185Z+ local DO_DOWNLOAD=true
3582024-04-25T09:17:27.185Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3592024-04-25T09:17:27.185Z+ '[' true == true ']'
3602024-04-25T09:17:27.185Z+ echo Downloading...
3612024-04-25T09:17:27.185ZDownloading...
3622024-04-25T09:17:27.185Z+ 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
3632024-04-25T09:17:27.185Z+ 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
3642024-04-25T09:17:29.266Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-25T09:17:29.342Z++ md5sum
3662024-04-25T09:17:29.342Z++ awk '{print $1}'
3672024-04-25T09:17:29.343Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-25T09:17:29.343Z+ [[ 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 ]]
3692024-04-25T09:17:29.343Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3702024-04-25T09:17:29.343Z+ mkdir -p ./out/clickhouse
3712024-04-25T09:17:29.343Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3722024-04-25T09:17:32.815Z+ [[ solaris2.11 == darwin* ]]
3732024-04-25T09:17:32.815Z+ ./out/clickhouse/clickhouse server --version
3742024-04-25T09:17:33.051ZClickHouse server version 23.8.7.1.
3752024-04-25T09:17:33.068Z+ set -o errexit
3762024-04-25T09:17:33.073Z+++ dirname ./tools/ci_download_console
3772024-04-25T09:17:33.073Z++ cd ./tools
3782024-04-25T09:17:33.073Z++ pwd
3792024-04-25T09:17:33.073Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3802024-04-25T09:17:33.073Z++ basename ./tools/ci_download_console
3812024-04-25T09:17:33.073Z+ ARG0=ci_download_console
3822024-04-25T09:17:33.073Z+ TARGET_DIR=out
3832024-04-25T09:17:33.073Z+ DOWNLOAD_DIR=out/downloads
3842024-04-25T09:17:33.073Z+ DEST_DIR=./out/console-assets
3852024-04-25T09:17:33.074Z+ source /work/oxidecomputer/omicron/tools/console_version
3862024-04-25T09:17:33.074Z++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3
3872024-04-25T09:17:33.074Z++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
3882024-04-25T09:17:33.074Z+ URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
3892024-04-25T09:17:33.074Z+ TARBALL_FILE=out/downloads/console.tar.gz
3902024-04-25T09:17:33.074Z+ main
3912024-04-25T09:17:33.075Z+ [[ 0 != 0 ]]
3922024-04-25T09:17:33.075Z+ echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz'
3932024-04-25T09:17:33.075ZURL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
3942024-04-25T09:17:33.075Z+ echo 'Local file: out/downloads/console.tar.gz'
3952024-04-25T09:17:33.075ZLocal file: out/downloads/console.tar.gz
3962024-04-25T09:17:33.075Z+ local DO_DOWNLOAD=true
3972024-04-25T09:17:33.076Z+ [[ -f out/downloads/console.tar.gz ]]
3982024-04-25T09:17:33.076Z+ mkdir -p out/downloads
3992024-04-25T09:17:33.076Z+ '[' true == true ']'
4002024-04-25T09:17:33.076Z+ echo Downloading...
4012024-04-25T09:17:33.076ZDownloading...
4022024-04-25T09:17:33.076Z+ do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz
4032024-04-25T09:17:33.077Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4042024-04-25T09:17:33.551Z++ do_sha256sum out/downloads/console.tar.gz
4052024-04-25T09:17:33.576Z++ case "$OSTYPE" in
4062024-04-25T09:17:33.577Z++ SHA=sha256sum
4072024-04-25T09:17:33.577Z++ sha256sum
4082024-04-25T09:17:33.577Z++ awk '{print $1}'
4092024-04-25T09:17:33.577Z+ calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
4102024-04-25T09:17:33.577Z+ [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]]
4112024-04-25T09:17:33.577Z+ rm -rf ./out/console-assets
4122024-04-25T09:17:33.577Z+ mkdir -p ./out/console-assets
4132024-04-25T09:17:33.577Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4142024-04-25T09:17:33.577Z+ mkdir -p ./out/console-assets
4152024-04-25T09:17:33.578Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4162024-04-25T09:17:33.652Z+ set -o errexit
4172024-04-25T09:17:33.655Z+++ dirname ./tools/ci_download_maghemite_openapi
4182024-04-25T09:17:33.658Z++ cd ./tools
4192024-04-25T09:17:33.658Z++ pwd
4202024-04-25T09:17:33.658Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4212024-04-25T09:17:33.658Z++ basename ./tools/ci_download_maghemite_openapi
4222024-04-25T09:17:33.658Z+ ARG0=ci_download_maghemite_openapi
4232024-04-25T09:17:33.658Z+ TARGET_DIR=out
4242024-04-25T09:17:33.658Z+ DOWNLOAD_DIR=out/downloads
4252024-04-25T09:17:33.658Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4262024-04-25T09:17:33.673Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4272024-04-25T09:17:33.673Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4282024-04-25T09:17:33.673Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4292024-04-25T09:17:33.673Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4302024-04-25T09:17:33.673Z+ main
4312024-04-25T09:17:33.673Z+ rm -rf out/downloads/root
4322024-04-25T09:17:33.673Z+ [[ 0 != 0 ]]
4332024-04-25T09:17:33.673Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4342024-04-25T09:17:33.673ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4352024-04-25T09:17:33.673Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4362024-04-25T09:17:33.674ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4372024-04-25T09:17:33.674Z+ local DO_DOWNLOAD=true
4382024-04-25T09:17:33.674Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4392024-04-25T09:17:33.674Z+ mkdir -p out/downloads
4402024-04-25T09:17:33.674Z+ '[' true == true ']'
4412024-04-25T09:17:33.674Z+ echo Downloading...
4422024-04-25T09:17:33.674ZDownloading...
4432024-04-25T09:17:33.674Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4442024-04-25T09:17:33.674Z+ 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
4452024-04-25T09:17:34.220Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-25T09:17:34.220Z++ case "$OSTYPE" in
4472024-04-25T09:17:34.220Z++ SHA=sha256sum
4482024-04-25T09:17:34.227Z++ sha256sum
4492024-04-25T09:17:34.227Z++ awk '{print $1}'
4502024-04-25T09:17:34.227Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4512024-04-25T09:17:34.227Z+ [[ 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 ]]
4522024-04-25T09:17:34.227Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4532024-04-25T09:17:34.227Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4542024-04-25T09:17:34.228Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4552024-04-25T09:17:34.228Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4562024-04-25T09:17:34.228Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4572024-04-25T09:17:34.228Z+ main
4582024-04-25T09:17:34.228Z+ rm -rf out/downloads/root
4592024-04-25T09:17:34.235Z+ [[ 0 != 0 ]]
4602024-04-25T09:17:34.235Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4612024-04-25T09:17:34.236ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4622024-04-25T09:17:34.236Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4632024-04-25T09:17:34.236ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4642024-04-25T09:17:34.236Z+ local DO_DOWNLOAD=true
4652024-04-25T09:17:34.237Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4662024-04-25T09:17:34.237Z+ mkdir -p out/downloads
4672024-04-25T09:17:34.237Z+ '[' true == true ']'
4682024-04-25T09:17:34.237Z+ echo Downloading...
4692024-04-25T09:17:34.238ZDownloading...
4702024-04-25T09:17:34.238Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-04-25T09:17:34.238Z+ 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
4722024-04-25T09:17:34.329Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-25T09:17:34.334Z++ case "$OSTYPE" in
4742024-04-25T09:17:34.334Z++ SHA=sha256sum
4752024-04-25T09:17:34.334Z++ sha256sum
4762024-04-25T09:17:34.335Z++ awk '{print $1}'
4772024-04-25T09:17:34.354Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4782024-04-25T09:17:34.354Z+ [[ 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 ]]
4792024-04-25T09:17:34.360Z+ set -o errexit
4802024-04-25T09:17:34.360Z+++ dirname ./tools/ci_download_dendrite_openapi
4812024-04-25T09:17:34.360Z++ cd ./tools
4822024-04-25T09:17:34.360Z++ pwd
4832024-04-25T09:17:34.360Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4842024-04-25T09:17:34.360Z++ basename ./tools/ci_download_dendrite_openapi
4852024-04-25T09:17:34.360Z+ ARG0=ci_download_dendrite_openapi
4862024-04-25T09:17:34.360Z+ TARGET_DIR=out
4872024-04-25T09:17:34.360Z+ DOWNLOAD_DIR=out/downloads
4882024-04-25T09:17:34.360Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4892024-04-25T09:17:34.360Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4902024-04-25T09:17:34.360Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4912024-04-25T09:17:34.360Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4922024-04-25T09:17:34.360Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4932024-04-25T09:17:34.360Z+ main
4942024-04-25T09:17:34.360Z+ [[ 0 != 0 ]]
4952024-04-25T09:17:34.360Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4962024-04-25T09:17:34.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4972024-04-25T09:17:34.361Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
4982024-04-25T09:17:34.361Z+ local DO_DOWNLOAD=true
4992024-04-25T09:17:34.361ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5002024-04-25T09:17:34.361Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5012024-04-25T09:17:34.361Z+ mkdir -p out/downloads
5022024-04-25T09:17:34.361Z+ '[' true == true ']'
5032024-04-25T09:17:34.361Z+ echo Downloading...
5042024-04-25T09:17:34.361ZDownloading...
5052024-04-25T09:17:34.361Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5062024-04-25T09:17:34.361Z+ 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
5072024-04-25T09:17:34.863Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-25T09:17:34.866Z++ case "$OSTYPE" in
5092024-04-25T09:17:34.866Z++ SHA=sha256sum
5102024-04-25T09:17:34.866Z++ sha256sum
5112024-04-25T09:17:34.866Z++ awk '{print $1}'
5122024-04-25T09:17:34.869Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5132024-04-25T09:17:34.870Z+ [[ 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 ]]
5142024-04-25T09:17:34.875Z+ set -o errexit
5152024-04-25T09:17:34.878Z+++ dirname ./tools/ci_download_dendrite_stub
5162024-04-25T09:17:34.881Z++ cd ./tools
5172024-04-25T09:17:34.882Z++ pwd
5182024-04-25T09:17:34.882Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5192024-04-25T09:17:34.882Z++ basename ./tools/ci_download_dendrite_stub
5202024-04-25T09:17:34.882Z+ ARG0=ci_download_dendrite_stub
5212024-04-25T09:17:34.882Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5222024-04-25T09:17:34.882Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5232024-04-25T09:17:34.882Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5242024-04-25T09:17:34.882Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5252024-04-25T09:17:34.882Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5262024-04-25T09:17:34.882Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5272024-04-25T09:17:34.882Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5282024-04-25T09:17:34.882Z+ TARGET_DIR=out
5292024-04-25T09:17:34.882Z+ DOWNLOAD_DIR=out/downloads
5302024-04-25T09:17:34.882Z+ DEST_DIR=./out/dendrite-stub
5312024-04-25T09:17:34.882Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5322024-04-25T09:17:34.882Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5332024-04-25T09:17:34.882Z+ REPO=oxidecomputer/dendrite
5342024-04-25T09:17:34.882Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5352024-04-25T09:17:34.886Z+ main
5362024-04-25T09:17:34.886Z+ [[ 0 != 0 ]]
5372024-04-25T09:17:34.886Z+ CIDL_OS=solaris2.11
5382024-04-25T09:17:34.886Z+ [[ 0 != 0 ]]
5392024-04-25T09:17:34.886Z+ configure_os solaris2.11
5402024-04-25T09:17:34.886Z+ echo 'current directory: /work/oxidecomputer/omicron'
5412024-04-25T09:17:34.886Zcurrent directory: /work/oxidecomputer/omicron
5422024-04-25T09:17:34.886Z+ echo 'configuring based on OS: "solaris2.11"'
5432024-04-25T09:17:34.886Z+ case "$1" in
5442024-04-25T09:17:34.886Zconfiguring based on OS: "solaris2.11"
5452024-04-25T09:17:34.886Z+ SET_BINARIES=
5462024-04-25T09:17:34.886Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5472024-04-25T09:17:34.886Z+ CIDL_SHA256FUNC=do_sha256sum
5482024-04-25T09:17:34.886Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5492024-04-25T09:17:34.886Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5502024-04-25T09:17:34.886Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5512024-04-25T09:17:34.886Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5522024-04-25T09:17:34.886Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5532024-04-25T09:17:34.886ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-25T09:17:34.886ZLocal file: out/downloads/dendrite-stub.tar.gz
5552024-04-25T09:17:34.887Z+ mkdir -p out/downloads
5562024-04-25T09:17:34.887Z+ mkdir -p ./out/dendrite-stub
5572024-04-25T09:17:34.887Z+ fetch_and_verify
5582024-04-25T09:17:34.887Z+ local DO_DOWNLOAD=true
5592024-04-25T09:17:34.887Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5602024-04-25T09:17:34.887Z+ '[' true == true ']'
5612024-04-25T09:17:34.887Z+ echo Downloading...
5622024-04-25T09:17:34.890ZDownloading...
5632024-04-25T09:17:34.890Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5642024-04-25T09:17:34.890Z+ 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
5652024-04-25T09:17:41.365Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5662024-04-25T09:17:41.371Z++ sha256sum
5672024-04-25T09:17:41.371Z++ awk '{print $1}'
5682024-04-25T09:17:41.394Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5692024-04-25T09:17:41.398Z+ [[ 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 ]]
5702024-04-25T09:17:41.398Z+ do_untar out/downloads/dendrite-stub.tar.gz
5712024-04-25T09:17:41.398Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5722024-04-25T09:17:41.988Z+ do_assemble
5732024-04-25T09:17:41.988Z+ rm -r ./out/dendrite-stub
5742024-04-25T09:17:41.999Z+ mkdir ./out/dendrite-stub
5752024-04-25T09:17:41.999Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5762024-04-25T09:17:42.083Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5772024-04-25T09:17:42.089Z+ set -o errexit
5782024-04-25T09:17:42.089Z+++ dirname ./tools/ci_download_maghemite_mgd
5792024-04-25T09:17:42.093Z++ cd ./tools
5802024-04-25T09:17:42.093Z++ pwd
5812024-04-25T09:17:42.093Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5822024-04-25T09:17:42.093Z++ basename ./tools/ci_download_maghemite_mgd
5832024-04-25T09:17:42.093Z+ ARG0=ci_download_maghemite_mgd
5842024-04-25T09:17:42.093Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5852024-04-25T09:17:42.093Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5862024-04-25T09:17:42.093Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5872024-04-25T09:17:42.093Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5882024-04-25T09:17:42.093Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5892024-04-25T09:17:42.093Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5902024-04-25T09:17:42.093Z+ TARGET_DIR=out
5912024-04-25T09:17:42.094Z+ DOWNLOAD_DIR=out/downloads
5922024-04-25T09:17:42.094Z+ DEST_DIR=./out/mgd
5932024-04-25T09:17:42.094Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5942024-04-25T09:17:42.094Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5952024-04-25T09:17:42.094Z+ REPO=oxidecomputer/maghemite
5962024-04-25T09:17:42.094Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5972024-04-25T09:17:42.094Z+ main
5982024-04-25T09:17:42.094Z+ rm -rf out/downloads/root
5992024-04-25T09:17:42.108Z+ [[ 0 != 0 ]]
6002024-04-25T09:17:42.108Z+ CIDL_OS=solaris2.11
6012024-04-25T09:17:42.116Z+ [[ 0 != 0 ]]
6022024-04-25T09:17:42.116Z+ configure_os solaris2.11
6032024-04-25T09:17:42.116Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042024-04-25T09:17:42.117Zcurrent directory: /work/oxidecomputer/omicron
6052024-04-25T09:17:42.117Z+ echo 'configuring based on OS: "solaris2.11"'
6062024-04-25T09:17:42.117Z+ case "$1" in
6072024-04-25T09:17:42.117Z+ SET_BINARIES=
6082024-04-25T09:17:42.117Zconfiguring based on OS: "solaris2.11"
6092024-04-25T09:17:42.117Z+ CIDL_SHA256FUNC=do_sha256sum
6102024-04-25T09:17:42.117Z+ TARBALL_FILENAME=mgd.tar.gz
6112024-04-25T09:17:42.117Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6122024-04-25T09:17:42.117Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6132024-04-25T09:17:42.117Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6142024-04-25T09:17:42.117ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6152024-04-25T09:17:42.117ZLocal file: out/downloads/mgd.tar.gz
6162024-04-25T09:17:42.117Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6172024-04-25T09:17:42.117Z+ mkdir -p out/downloads
6182024-04-25T09:17:42.117Z+ mkdir -p ./out/mgd
6192024-04-25T09:17:42.117Z+ fetch_and_verify
6202024-04-25T09:17:42.117Z+ local DO_DOWNLOAD=true
6212024-04-25T09:17:42.117Z+ [[ -f out/downloads/mgd.tar.gz ]]
6222024-04-25T09:17:42.117Z+ '[' true == true ']'
6232024-04-25T09:17:42.117Z+ echo Downloading...
6242024-04-25T09:17:42.117ZDownloading...
6252024-04-25T09:17:42.117Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6262024-04-25T09:17:42.117Z+ 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
6272024-04-25T09:17:48.967Z++ do_sha256sum out/downloads/mgd.tar.gz
6282024-04-25T09:17:48.972Z++ sha256sum
6292024-04-25T09:17:48.973Z++ awk '{print $1}'
6302024-04-25T09:17:48.995Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6312024-04-25T09:17:48.999Z+ [[ 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 ]]
6322024-04-25T09:17:48.999Z+ do_untar out/downloads/mgd.tar.gz
6332024-04-25T09:17:48.999Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6342024-04-25T09:17:49.587Z+ do_assemble
6352024-04-25T09:17:49.587Z+ rm -r ./out/mgd
6362024-04-25T09:17:49.595Z+ mkdir ./out/mgd
6372024-04-25T09:17:49.595Z+ cp -r out/downloads/root ./out/mgd/root
6382024-04-25T09:17:49.673Z+ set -o errexit
6392024-04-25T09:17:49.697Z+++ dirname ./tools/ci_download_transceiver_control
6402024-04-25T09:17:49.697Z++ cd ./tools
6412024-04-25T09:17:49.697Z++ pwd
6422024-04-25T09:17:49.697Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432024-04-25T09:17:49.697Z++ basename ./tools/ci_download_transceiver_control
6442024-04-25T09:17:49.698Z+ ARG0=ci_download_transceiver_control
6452024-04-25T09:17:49.698Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6462024-04-25T09:17:49.698Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-04-25T09:17:49.698Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482024-04-25T09:17:49.698Z+ TARGET_DIR=out
6492024-04-25T09:17:49.698Z+ DOWNLOAD_DIR=out/downloads
6502024-04-25T09:17:49.698Z+ DEST_DIR=./out/transceiver-control
6512024-04-25T09:17:49.698Z+ BIN_DIR=/opt/oxide/bin
6522024-04-25T09:17:49.699Z+ BINARY=xcvradm
6532024-04-25T09:17:49.699Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542024-04-25T09:17:49.699Z+ REPO=oxidecomputer/transceiver-control
6552024-04-25T09:17:49.699Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562024-04-25T09:17:49.699Z+ main
6572024-04-25T09:17:49.699Z+ [[ 0 != 0 ]]
6582024-04-25T09:17:49.700Z+ CIDL_OS=solaris2.11
6592024-04-25T09:17:49.700Z+ [[ 0 != 0 ]]
6602024-04-25T09:17:49.700Z+ configure_os solaris2.11
6612024-04-25T09:17:49.700Z+ echo 'current directory: /work/oxidecomputer/omicron'
6622024-04-25T09:17:49.700Z+ echo 'configuring based on OS: "solaris2.11"'
6632024-04-25T09:17:49.700Z+ case "$1" in
6642024-04-25T09:17:49.701Zcurrent directory: /work/oxidecomputer/omicron
6652024-04-25T09:17:49.701Zconfiguring based on OS: "solaris2.11"
6662024-04-25T09:17:49.701Z+ SET_BINARIES=
6672024-04-25T09:17:49.701Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6682024-04-25T09:17:49.701Z+ CIDL_SHA256FUNC=do_sha256sum
6692024-04-25T09:17:49.701Z+ ARCHIVE_FILENAME=xcvradm.gz
6702024-04-25T09:17:49.701Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6712024-04-25T09:17:49.702Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6722024-04-25T09:17:49.702Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6732024-04-25T09:17:49.702ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742024-04-25T09:17:49.702Z+ echo 'Local file: out/downloads/xcvradm.gz'
6752024-04-25T09:17:49.702ZLocal file: out/downloads/xcvradm.gz
6762024-04-25T09:17:49.702Z+ mkdir -p out/downloads
6772024-04-25T09:17:49.708Z+ mkdir -p ./out/transceiver-control
6782024-04-25T09:17:49.708Z+ fetch_and_verify
6792024-04-25T09:17:49.708Z+ local DO_DOWNLOAD=true
6802024-04-25T09:17:49.709Z+ [[ -f out/downloads/xcvradm.gz ]]
6812024-04-25T09:17:49.709Z+ '[' true == true ']'
6822024-04-25T09:17:49.709Z+ echo Downloading...
6832024-04-25T09:17:49.709ZDownloading...
6842024-04-25T09:17:49.709Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6852024-04-25T09:17:49.709Z+ 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
6862024-04-25T09:17:53.425Z++ do_sha256sum out/downloads/xcvradm.gz
6872024-04-25T09:17:53.434Z++ sha256sum
6882024-04-25T09:17:53.434Z++ awk '{print $1}'
6892024-04-25T09:17:53.438Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902024-04-25T09:17:53.438Z+ [[ 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 ]]
6912024-04-25T09:17:53.438Z+ do_unpack out/downloads/xcvradm.gz
6922024-04-25T09:17:53.438Z+ mkdir -p out/downloads/root//opt/oxide/bin
6932024-04-25T09:17:53.438Z+ gzip -dc out/downloads/xcvradm.gz
6942024-04-25T09:17:53.552Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6952024-04-25T09:17:53.565Z+ do_assemble
6962024-04-25T09:17:53.565Z+ rm -r ./out/transceiver-control
6972024-04-25T09:17:53.565Z+ mkdir ./out/transceiver-control
6982024-04-25T09:17:53.565Z+ cp -r out/downloads/root ./out/transceiver-control/root
6992024-04-25T09:17:53.656Z+ set -o errexit
7002024-04-25T09:17:53.665Z+++ dirname ./tools/ci_download_thundermuffin
7012024-04-25T09:17:53.665Z++ cd ./tools
7022024-04-25T09:17:53.665Z++ pwd
7032024-04-25T09:17:53.665Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7042024-04-25T09:17:53.665Z++ basename ./tools/ci_download_thundermuffin
7052024-04-25T09:17:53.665Z+ ARG0=ci_download_thundermuffin
7062024-04-25T09:17:53.665Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7072024-04-25T09:17:53.665Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7082024-04-25T09:17:53.666Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7092024-04-25T09:17:53.666Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7102024-04-25T09:17:53.666Z+ TARGET_DIR=out
7112024-04-25T09:17:53.666Z+ DOWNLOAD_DIR=out/downloads
7122024-04-25T09:17:53.666Z+ DEST_DIR=./out/thundermuffin
7132024-04-25T09:17:53.666Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7142024-04-25T09:17:53.666Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7152024-04-25T09:17:53.666Z+ REPO=oxidecomputer/thundermuffin
7162024-04-25T09:17:53.666Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7172024-04-25T09:17:53.666Z+ main
7182024-04-25T09:17:53.666Z+ rm -rf out/downloads/root
7192024-04-25T09:17:53.670Z+ [[ 0 != 0 ]]
7202024-04-25T09:17:53.670Z+ CIDL_OS=solaris2.11
7212024-04-25T09:17:53.670Z+ [[ 0 != 0 ]]
7222024-04-25T09:17:53.670Z+ configure_os solaris2.11
7232024-04-25T09:17:53.670Z+ echo 'current directory: /work/oxidecomputer/omicron'
7242024-04-25T09:17:53.670Zcurrent directory: /work/oxidecomputer/omicron
7252024-04-25T09:17:53.670Z+ echo 'configuring based on OS: "solaris2.11"'
7262024-04-25T09:17:53.670Z+ case "$1" in
7272024-04-25T09:17:53.670Zconfiguring based on OS: "solaris2.11"
7282024-04-25T09:17:53.670Z+ SET_BINARIES=
7292024-04-25T09:17:53.670Z+ CIDL_SHA256FUNC=do_sha256sum
7302024-04-25T09:17:53.670Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7312024-04-25T09:17:53.670Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7322024-04-25T09:17:53.670Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7332024-04-25T09:17:53.670Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7342024-04-25T09:17:53.670ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7352024-04-25T09:17:53.670ZLocal file: out/downloads/thundermuffin.tar.gz
7362024-04-25T09:17:53.670Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7372024-04-25T09:17:53.670Z+ mkdir -p out/downloads
7382024-04-25T09:17:53.670Z+ mkdir -p ./out/thundermuffin
7392024-04-25T09:17:53.671Z+ fetch_and_verify
7402024-04-25T09:17:53.671Z+ local DO_DOWNLOAD=true
7412024-04-25T09:17:53.671Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7422024-04-25T09:17:53.671Z+ '[' true == true ']'
7432024-04-25T09:17:53.671Z+ echo Downloading...
7442024-04-25T09:17:53.671ZDownloading...
7452024-04-25T09:17:53.671Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7462024-04-25T09:17:53.671Z+ 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
7472024-04-25T09:17:54.314Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7482024-04-25T09:17:54.317Z++ sha256sum
7492024-04-25T09:17:54.317Z++ awk '{print $1}'
7502024-04-25T09:17:54.321Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7512024-04-25T09:17:54.321Z+ [[ 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 ]]
7522024-04-25T09:17:54.324Z+ do_untar out/downloads/thundermuffin.tar.gz
7532024-04-25T09:17:54.324Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7542024-04-25T09:17:54.387Z+ do_assemble
7552024-04-25T09:17:54.387Z+ rm -r ./out/thundermuffin
7562024-04-25T09:17:54.390Z+ mkdir ./out/thundermuffin
7572024-04-25T09:17:54.390Z+ cp -r out/downloads/root ./out/thundermuffin/root
7582024-04-25T09:17:54.399ZAll prerequisites installed successfully
7592024-04-25T09:17:54.402Z
7602024-04-25T09:17:54.402Zreal 1:31.363754775
7612024-04-25T09:17:54.402Zuser 36.862864575
7622024-04-25T09:17:54.402Zsys 6.782387673
7632024-04-25T09:17:54.402Ztrap 0.007455537
7642024-04-25T09:17:54.403Ztflt 0.101754292
7652024-04-25T09:17:54.403Zdflt 0.395996171
7662024-04-25T09:17:54.403Zkflt 0.106763419
7672024-04-25T09:17:54.403Zlock 1.157461025
7682024-04-25T09:17:54.403Zslp 2:58.417054341
7692024-04-25T09:17:54.403Zlat 2.086046128
7702024-04-25T09:17:54.403Zstop 0.146187628
7712024-04-25T09:17:54.403Z+ banner end-to-end-tests
7722024-04-25T09:17:54.406Z
7732024-04-25T09:17:54.406Z ###### # # ##### ##### #### ###### # # #####
7742024-04-25T09:17:54.406Z # ## # # # # # # # ## # # #
7752024-04-25T09:17:54.406Z ##### # # # # # ##### # # # ##### ##### # # # # #
7762024-04-25T09:17:54.406Z # # # # # # # # # # # # # # #
7772024-04-25T09:17:54.406Z # # ## # # # # # # # ## # #
7782024-04-25T09:17:54.406Z ###### # # ##### # #### ###### # # #####
7792024-04-25T09:17:54.406Z
7802024-04-25T09:17:54.406Z+ export CARGO_PROFILE_DEV_DEBUG=1
7812024-04-25T09:17:54.407Z+ CARGO_PROFILE_DEV_DEBUG=1
7822024-04-25T09:17:54.407Z+ export CARGO_PROFILE_TEST_DEBUG=1
7832024-04-25T09:17:54.407Z+ CARGO_PROFILE_TEST_DEBUG=1
7842024-04-25T09:17:54.407Z+ export CARGO_INCREMENTAL=0
7852024-04-25T09:17:54.407Z+ CARGO_INCREMENTAL=0
7862024-04-25T09:17:54.407Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7872024-04-25T09:17:54.615Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7882024-04-25T09:17:54.906Z Updating git repository `https://github.com/oxidecomputer/zone`
7892024-04-25T09:17:55.174Z Updating crates.io index
7902024-04-25T09:17:55.177Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7912024-04-25T09:17:56.026Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7922024-04-25T09:17:56.712Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7932024-04-25T09:17:58.701Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7942024-04-25T09:17:59.198Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7952024-04-25T09:17:59.479Z Updating git repository `https://github.com/oxidecomputer/propolis`
7962024-04-25T09:18:00.440Z Updating git repository `https://github.com/oxidecomputer/crucible`
7972024-04-25T09:18:02.129Z Updating git repository `https://github.com/oxidecomputer/opte`
7982024-04-25T09:18:03.185Z Updating git repository `https://github.com/oxidecomputer/falcon`
7992024-04-25T09:18:03.886Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8002024-04-25T09:18:04.194Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8012024-04-25T09:18:04.772Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8022024-04-25T09:18:05.064Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8032024-04-25T09:18:05.358Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8042024-04-25T09:18:05.724Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8052024-04-25T09:18:06.081Z Updating git repository `http://github.com/oxidecomputer/tofino`
8062024-04-25T09:18:06.439Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8072024-04-25T09:18:06.731Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8082024-04-25T09:18:06.994Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8092024-04-25T09:18:07.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
8102024-04-25T09:18:07.779Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8112024-04-25T09:18:08.061Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8122024-04-25T09:18:09.688Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8132024-04-25T09:18:10.084Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8142024-04-25T09:18:10.402Z Updating git repository `https://github.com/jgallagher/nix`
8152024-04-25T09:18:11.542Z Updating git repository `https://github.com/cbiffle/hubpack`
8162024-04-25T09:18:11.947Z Updating git repository `https://github.com/oxidecomputer/typify`
8172024-04-25T09:18:13.867Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182024-04-25T09:18:14.210Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192024-04-25T09:18:14.483Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202024-04-25T09:18:14.963Z Updating git repository `https://github.com/oxidecomputer/rfb`
8212024-04-25T09:18:16.006Z Downloading crates ...
8222024-04-25T09:18:16.120Z Downloaded anstream v0.6.11
8232024-04-25T09:18:16.125Z Downloaded der_derive v0.7.2
8242024-04-25T09:18:16.141Z Downloaded argon2 v0.5.3
8252024-04-25T09:18:16.145Z Downloaded aes-gcm v0.10.3
8262024-04-25T09:18:16.148Z Downloaded arrayref v0.3.7
8272024-04-25T09:18:16.154Z Downloaded atomic-waker v1.1.1
8282024-04-25T09:18:16.157Z Downloaded instant v0.1.12
8292024-04-25T09:18:16.157Z Downloaded indexmap v2.2.6
8302024-04-25T09:18:16.160Z Downloaded anyhow v1.0.82
8312024-04-25T09:18:16.164Z Downloaded keccak v0.1.4
8322024-04-25T09:18:16.168Z Downloaded internet-checksum v0.2.1
8332024-04-25T09:18:16.168Z Downloaded inout v0.1.3
8342024-04-25T09:18:16.168Z Downloaded aes v0.8.3
8352024-04-25T09:18:16.171Z Downloaded itoa v1.0.9
8362024-04-25T09:18:16.171Z Downloaded indexmap v1.9.3
8372024-04-25T09:18:16.177Z Downloaded aead v0.5.2
8382024-04-25T09:18:16.182Z Downloaded bitstruct v0.1.1
8392024-04-25T09:18:16.182Z Downloaded arc-swap v1.6.0
8402024-04-25T09:18:16.185Z Downloaded lazy_static v1.4.0
8412024-04-25T09:18:16.185Z Downloaded lalrpop-util v0.19.12
8422024-04-25T09:18:16.185Z Downloaded anstyle v1.0.6
8432024-04-25T09:18:16.185Z Downloaded idna v0.5.0
8442024-04-25T09:18:16.191Z Downloaded num-derive v0.4.0
8452024-04-25T09:18:16.196Z Downloaded memmap2 v0.7.1
8462024-04-25T09:18:16.196Z Downloaded atty v0.2.14
8472024-04-25T09:18:16.202Z Downloaded matches v0.1.10
8482024-04-25T09:18:16.202Z Downloaded atomicwrites v0.4.3
8492024-04-25T09:18:16.202Z Downloaded async-stream-impl v0.3.5
8502024-04-25T09:18:16.203Z Downloaded miniz_oxide v0.7.1
8512024-04-25T09:18:16.207Z Downloaded mime_guess v2.0.4
8522024-04-25T09:18:16.207Z Downloaded num-conv v0.1.0
8532024-04-25T09:18:16.207Z Downloaded new_debug_unreachable v1.0.4
8542024-04-25T09:18:16.207Z Downloaded newline-converter v0.3.0
8552024-04-25T09:18:16.207Z Downloaded base16ct v0.2.0
8562024-04-25T09:18:16.211Z Downloaded ahash v0.8.8
8572024-04-25T09:18:16.213Z Downloaded num-complex v0.4.5
8582024-04-25T09:18:16.213Z Downloaded ident_case v1.0.1
8592024-04-25T09:18:16.216Z Downloaded linear-map v1.2.0
8602024-04-25T09:18:16.217Z Downloaded openssl-macros v0.1.1
8612024-04-25T09:18:16.217Z Downloaded newtype_derive v0.1.6
8622024-04-25T09:18:16.222Z Downloaded md5 v0.7.0
8632024-04-25T09:18:16.222Z Downloaded darling_macro v0.20.8
8642024-04-25T09:18:16.223Z Downloaded num_threads v0.1.6
8652024-04-25T09:18:16.223Z Downloaded normalize-line-endings v0.3.0
8662024-04-25T09:18:16.223Z Downloaded curve25519-dalek-derive v0.1.0
8672024-04-25T09:18:16.241Z Downloaded crucible-workspace-hack v0.1.0
8682024-04-25T09:18:16.241Z Downloaded bitstruct_derive v0.1.0
8692024-04-25T09:18:16.242Z Downloaded cstr-argument v0.1.2
8702024-04-25T09:18:16.242Z Downloaded md-5 v0.10.5
8712024-04-25T09:18:16.242Z Downloaded kstat-rs v0.2.3
8722024-04-25T09:18:16.245Z Downloaded match_cfg v0.1.0
8732024-04-25T09:18:16.245Z Downloaded linked-hash-map v0.5.6
8742024-04-25T09:18:16.246Z Downloaded is-terminal v0.4.9
8752024-04-25T09:18:16.246Z Downloaded colorchoice v1.0.0
8762024-04-25T09:18:16.246Z Downloaded num_enum_derive v0.5.11
8772024-04-25T09:18:16.246Z Downloaded autocfg v1.1.0
8782024-04-25T09:18:16.246Z Downloaded peg-runtime v0.8.2
8792024-04-25T09:18:16.246Z Downloaded openssl-probe v0.1.5
8802024-04-25T09:18:16.246Z Downloaded adler v1.0.2
8812024-04-25T09:18:16.246Z Downloaded cfg-if v1.0.0
8822024-04-25T09:18:16.246Z Downloaded option-ext v0.2.0
8832024-04-25T09:18:16.246Z Downloaded opaque-debug v0.3.0
8842024-04-25T09:18:16.246Z Downloaded cpufeatures v0.2.12
8852024-04-25T09:18:16.246Z Downloaded bit-set v0.5.3
8862024-04-25T09:18:16.246Z Downloaded blowfish v0.9.1
8872024-04-25T09:18:16.246Z Downloaded anstyle-query v1.0.0
8882024-04-25T09:18:16.250Z Downloaded memmap v0.7.0
8892024-04-25T09:18:16.250Z Downloaded lru-cache v0.1.2
8902024-04-25T09:18:16.251Z Downloaded num-integer v0.1.46
8912024-04-25T09:18:16.269Z Downloaded swrite v0.1.0
8922024-04-25T09:18:16.269Z Downloaded bytecount v0.6.3
8932024-04-25T09:18:16.269Z Downloaded num_cpus v1.16.0
8942024-04-25T09:18:16.269Z Downloaded tower-service v0.3.2
8952024-04-25T09:18:16.270Z Downloaded toolchain_find v0.4.0
8962024-04-25T09:18:16.270Z Downloaded async-stream v0.3.5
8972024-04-25T09:18:16.270Z Downloaded usdt-macro v0.3.5
8982024-04-25T09:18:16.285Z Downloaded nibble_vec v0.1.0
8992024-04-25T09:18:16.285Z Downloaded multer v3.0.0
9002024-04-25T09:18:16.285Z Downloaded pbkdf2 v0.12.2
9012024-04-25T09:18:16.285Z Downloaded cipher v0.4.4
9022024-04-25T09:18:16.285Z Downloaded pbkdf2 v0.11.0
9032024-04-25T09:18:16.286Z Downloaded num v0.4.2
9042024-04-25T09:18:16.286Z Downloaded want v0.3.1
9052024-04-25T09:18:16.286Z Downloaded lock_api v0.4.10
9062024-04-25T09:18:16.286Z Downloaded libefi-sys v0.1.0
9072024-04-25T09:18:16.286Z Downloaded cbc v0.1.2
9082024-04-25T09:18:16.286Z Downloaded colored v2.1.0
9092024-04-25T09:18:16.286Z Downloaded parse-display v0.9.0
9102024-04-25T09:18:16.294Z Downloaded cobs v0.2.3
9112024-04-25T09:18:16.294Z Downloaded chacha20 v0.9.1
9122024-04-25T09:18:16.294Z Downloaded pem v3.0.4
9132024-04-25T09:18:16.294Z Downloaded defmt-macros v0.3.6
9142024-04-25T09:18:16.294Z Downloaded percent-encoding v2.3.1
9152024-04-25T09:18:16.294Z Downloaded dtrace-parser v0.2.0
9162024-04-25T09:18:16.294Z Downloaded strsim v0.10.0
9172024-04-25T09:18:16.294Z Downloaded slab v0.4.9
9182024-04-25T09:18:16.294Z Downloaded take_mut v0.2.2
9192024-04-25T09:18:16.295Z Downloaded pem-rfc7468 v0.7.0
9202024-04-25T09:18:16.298Z Downloaded convert_case v0.4.0
9212024-04-25T09:18:16.298Z Downloaded phf_shared v0.10.0
9222024-04-25T09:18:16.298Z Downloaded http-range v0.1.5
9232024-04-25T09:18:16.298Z Downloaded signal-hook-registry v1.4.1
9242024-04-25T09:18:16.298Z Downloaded clap_lex v0.7.0
9252024-04-25T09:18:16.301Z Downloaded async-trait v0.1.80
9262024-04-25T09:18:16.304Z Downloaded universal-hash v0.5.1
9272024-04-25T09:18:16.304Z Downloaded cancel-safe-futures v0.1.5
9282024-04-25T09:18:16.308Z Downloaded precomputed-hash v0.1.1
9292024-04-25T09:18:16.308Z Downloaded dof v0.3.0
9302024-04-25T09:18:16.311Z Downloaded base64 v0.21.7
9312024-04-25T09:18:16.314Z Downloaded tabled_derive v0.7.0
9322024-04-25T09:18:16.314Z Downloaded stable_deref_trait v1.2.0
9332024-04-25T09:18:16.314Z Downloaded slog-dtrace v0.3.0
9342024-04-25T09:18:16.317Z Downloaded password-hash v0.4.2
9352024-04-25T09:18:16.317Z Downloaded owo-colors v4.0.0
9362024-04-25T09:18:16.323Z Downloaded parking_lot_core v0.8.6
9372024-04-25T09:18:16.326Z Downloaded defmt v0.3.5
9382024-04-25T09:18:16.326Z Downloaded topological-sort v0.2.2
9392024-04-25T09:18:16.326Z Downloaded camino-tempfile v1.1.1
9402024-04-25T09:18:16.329Z Downloaded darling v0.20.8
9412024-04-25T09:18:16.332Z Downloaded futures-executor v0.3.30
9422024-04-25T09:18:16.335Z Downloaded futures-core v0.3.30
9432024-04-25T09:18:16.335Z Downloaded debug-ignore v1.0.5
9442024-04-25T09:18:16.338Z Downloaded bzip2 v0.4.4
9452024-04-25T09:18:16.342Z Downloaded fixedbitset v0.4.2
9462024-04-25T09:18:16.342Z Downloaded tinyvec_macros v0.1.1
9472024-04-25T09:18:16.342Z Downloaded usdt-impl v0.5.0
9482024-04-25T09:18:16.345Z Downloaded console v0.15.8
9492024-04-25T09:18:16.347Z Downloaded num-rational v0.4.1
9502024-04-25T09:18:16.348Z Downloaded phf_shared v0.11.2
9512024-04-25T09:18:16.350Z Downloaded deranged v0.3.11
9522024-04-25T09:18:16.350Z Downloaded hex-literal v0.4.1
9532024-04-25T09:18:16.350Z Downloaded fxhash v0.2.1
9542024-04-25T09:18:16.353Z Downloaded addr2line v0.21.0
9552024-04-25T09:18:16.353Z Downloaded ppv-lite86 v0.2.17
9562024-04-25T09:18:16.357Z Downloaded crossbeam-epoch v0.9.18
9572024-04-25T09:18:16.360Z Downloaded display-error-chain v0.2.0
9582024-04-25T09:18:16.360Z Downloaded slog-term v2.9.1
9592024-04-25T09:18:16.363Z Downloaded walkdir v2.5.0
9602024-04-25T09:18:16.363Z Downloaded parking_lot v0.11.2
9612024-04-25T09:18:16.366Z Downloaded parking_lot v0.12.1
9622024-04-25T09:18:16.369Z Downloaded num-traits v0.2.18
9632024-04-25T09:18:16.372Z Downloaded omicron-zone-package v0.11.0
9642024-04-25T09:18:16.375Z Downloaded powerfmt v0.2.0
9652024-04-25T09:18:16.376Z Downloaded sync_wrapper v0.1.2
9662024-04-25T09:18:16.376Z Downloaded pest_meta v2.7.6
9672024-04-25T09:18:16.379Z Downloaded serde_urlencoded v0.7.1
9682024-04-25T09:18:16.382Z Downloaded strum_macros v0.25.2
9692024-04-25T09:18:16.382Z Downloaded thiserror-impl-no-std v2.0.2
9702024-04-25T09:18:16.385Z Downloaded strum v0.26.2
9712024-04-25T09:18:16.385Z Downloaded schemars_derive v0.8.16
9722024-04-25T09:18:16.388Z Downloaded papergrid v0.11.0
9732024-04-25T09:18:16.391Z Downloaded cookie v0.17.0
9742024-04-25T09:18:16.394Z Downloaded dhcproto-macros v0.1.0
9752024-04-25T09:18:16.394Z Downloaded crossbeam-utils v0.8.19
9762024-04-25T09:18:16.417Z Downloaded version_check v0.9.4
9772024-04-25T09:18:16.417Z Downloaded unicase v2.7.0
9782024-04-25T09:18:16.417Z Downloaded usdt-attr-macro v0.5.0
9792024-04-25T09:18:16.417Z Downloaded tar v0.4.40
9802024-04-25T09:18:16.417Z Downloaded tokio-macros v2.2.0
9812024-04-25T09:18:16.417Z Downloaded usdt-attr-macro v0.3.5
9822024-04-25T09:18:16.417Z Downloaded tokio-rustls v0.24.1
9832024-04-25T09:18:16.417Z Downloaded diesel_table_macro_syntax v0.1.0
9842024-04-25T09:18:16.417Z Downloaded flagset v0.4.3
9852024-04-25T09:18:16.417Z Downloaded fastrand v2.0.1
9862024-04-25T09:18:16.417Z Downloaded rustc-demangle v0.1.23
9872024-04-25T09:18:16.417Z Downloaded base64 v0.13.1
9882024-04-25T09:18:16.423Z Downloaded futures-channel v0.3.30
9892024-04-25T09:18:16.424Z Downloaded foreign-types v0.3.2
9902024-04-25T09:18:16.424Z Downloaded heck v0.5.0
9912024-04-25T09:18:16.424Z Downloaded futures-task v0.3.30
9922024-04-25T09:18:16.424Z Downloaded pin-utils v0.1.0
9932024-04-25T09:18:16.427Z Downloaded semver v1.0.22
9942024-04-25T09:18:16.427Z Downloaded env_logger v0.9.3
9952024-04-25T09:18:16.427Z Downloaded derive-where v1.2.7
9962024-04-25T09:18:16.430Z Downloaded sigpipe v0.1.3
9972024-04-25T09:18:16.433Z Downloaded serde_tokenstream v0.2.0
9982024-04-25T09:18:16.436Z Downloaded resolv-conf v0.7.0
9992024-04-25T09:18:16.436Z Downloaded itertools v0.10.5
10002024-04-25T09:18:16.442Z Downloaded serde_spanned v0.6.5
10012024-04-25T09:18:16.444Z Downloaded serde_with_macros v3.7.0
10022024-04-25T09:18:16.448Z Downloaded toml_datetime v0.6.5
10032024-04-25T09:18:16.448Z Downloaded whoami v1.5.1
10042024-04-25T09:18:16.448Z Downloaded rfc6979 v0.4.0
10052024-04-25T09:18:16.451Z Downloaded russh-keys v0.43.0
10062024-04-25T09:18:16.451Z Downloaded darling_core v0.20.8
10072024-04-25T09:18:16.455Z Downloaded serde_repr v0.1.16
10082024-04-25T09:18:16.462Z Downloaded crypto-bigint v0.5.2
10092024-04-25T09:18:16.466Z Downloaded generic-array v0.14.7
10102024-04-25T09:18:16.466Z Downloaded vsss-rs v3.3.4
10112024-04-25T09:18:16.469Z Downloaded pretty-hex v0.4.1
10122024-04-25T09:18:16.469Z Downloaded base64 v0.22.0
10132024-04-25T09:18:16.472Z Downloaded pkg-config v0.3.27
10142024-04-25T09:18:16.475Z Downloaded hyper-tls v0.5.0
10152024-04-25T09:18:16.475Z Downloaded zone v0.1.8
10162024-04-25T09:18:16.478Z Downloaded ecdsa v0.16.9
10172024-04-25T09:18:16.478Z Downloaded futures v0.3.30
10182024-04-25T09:18:16.482Z Downloaded ghash v0.5.0
10192024-04-25T09:18:16.485Z Downloaded hostname v0.3.1
10202024-04-25T09:18:16.485Z Downloaded serde_derive_internals v0.26.0
10212024-04-25T09:18:16.489Z Downloaded memchr v2.7.1
10222024-04-25T09:18:16.492Z Downloaded try-lock v0.2.4
10232024-04-25T09:18:16.495Z Downloaded minimal-lexical v0.2.1
10242024-04-25T09:18:16.504Z Downloaded utf8parse v0.2.1
10252024-04-25T09:18:16.510Z Downloaded terminal_size v0.3.0
10262024-04-25T09:18:16.510Z Downloaded postgres-types v0.2.6
10272024-04-25T09:18:16.511Z Downloaded postgres-protocol v0.6.6
10282024-04-25T09:18:16.511Z Downloaded serde_tokenstream v0.1.7
10292024-04-25T09:18:16.511Z Downloaded strsim v0.11.0
10302024-04-25T09:18:16.511Z Downloaded socket2 v0.4.9
10312024-04-25T09:18:16.523Z Downloaded rustls-pki-types v1.3.0
10322024-04-25T09:18:16.524Z Downloaded float-cmp v0.9.0
10332024-04-25T09:18:16.524Z Downloaded der v0.7.8
10342024-04-25T09:18:16.536Z Downloaded endian-type v0.1.2
10352024-04-25T09:18:16.536Z Downloaded ucd-trie v0.1.6
10362024-04-25T09:18:16.536Z Downloaded spin v0.5.2
10372024-04-25T09:18:16.536Z Downloaded typenum v1.16.0
10382024-04-25T09:18:16.536Z Downloaded primeorder v0.13.6
10392024-04-25T09:18:16.536Z Downloaded termcolor v1.2.0
10402024-04-25T09:18:16.536Z Downloaded derive_more v0.99.17
10412024-04-25T09:18:16.547Z Downloaded sha1 v0.10.6
10422024-04-25T09:18:16.547Z Downloaded pkcs8 v0.10.2
10432024-04-25T09:18:16.547Z Downloaded rustversion v1.0.14
10442024-04-25T09:18:16.547Z Downloaded slog-scope v4.4.0
10452024-04-25T09:18:16.558Z Downloaded slog-json v2.6.1
10462024-04-25T09:18:16.558Z Downloaded home v0.5.5
10472024-04-25T09:18:16.558Z Downloaded mio v0.8.11
10482024-04-25T09:18:16.559Z Downloaded pretty-hex v0.2.1
10492024-04-25T09:18:16.559Z Downloaded toml v0.5.11
10502024-04-25T09:18:16.559Z Downloaded digest v0.10.7
10512024-04-25T09:18:16.559Z Downloaded thread_local v1.1.7
10522024-04-25T09:18:16.565Z Downloaded signature v2.1.0
10532024-04-25T09:18:16.565Z Downloaded difflib v0.4.0
10542024-04-25T09:18:16.565Z Downloaded diesel_derives v2.1.2
10552024-04-25T09:18:16.565Z Downloaded foreign-types-shared v0.3.1
10562024-04-25T09:18:16.565Z Downloaded postcard v1.0.8
10572024-04-25T09:18:16.571Z Downloaded r2d2 v0.8.10
10582024-04-25T09:18:16.571Z Downloaded psl-types v2.0.11
10592024-04-25T09:18:16.571Z Downloaded rcgen v0.12.1
10602024-04-25T09:18:16.575Z Downloaded schemars v0.8.16
10612024-04-25T09:18:16.580Z Downloaded rand_chacha v0.2.2
10622024-04-25T09:18:16.583Z Downloaded serde_arrays v0.1.0
10632024-04-25T09:18:16.583Z Downloaded spin v0.9.8
10642024-04-25T09:18:16.586Z Downloaded socket2 v0.5.6
10652024-04-25T09:18:16.589Z Downloaded serde v1.0.198
10662024-04-25T09:18:16.592Z Downloaded hubpack v0.1.2
10672024-04-25T09:18:16.592Z Downloaded hex v0.4.3
10682024-04-25T09:18:16.595Z Downloaded hash32 v0.3.1
10692024-04-25T09:18:16.595Z Downloaded usdt-macro v0.5.0
10702024-04-25T09:18:16.595Z Downloaded headers v0.3.9
10712024-04-25T09:18:16.600Z Downloaded hash32 v0.2.1
10722024-04-25T09:18:16.605Z Downloaded uuid v1.8.0
10732024-04-25T09:18:16.609Z Downloaded tokio-util v0.7.10
10742024-04-25T09:18:16.612Z Downloaded hubpack_derive v0.1.1
10752024-04-25T09:18:16.612Z Downloaded predicates-core v1.0.6
10762024-04-25T09:18:16.612Z Downloaded gethostname v0.4.3
10772024-04-25T09:18:16.615Z Downloaded either v1.11.0
10782024-04-25T09:18:16.615Z Downloaded proc-macro-error-attr v1.0.4
10792024-04-25T09:18:16.615Z Downloaded time-core v0.1.2
10802024-04-25T09:18:16.618Z Downloaded itertools v0.12.1
10812024-04-25T09:18:16.622Z Downloaded httpdate v1.0.3
10822024-04-25T09:18:16.625Z Downloaded usdt v0.5.0
10832024-04-25T09:18:16.626Z Downloaded thiserror-no-std v2.0.2
10842024-04-25T09:18:16.629Z Downloaded tempfile v3.10.1
10852024-04-25T09:18:16.632Z Downloaded zerocopy v0.3.0
10862024-04-25T09:18:16.632Z Downloaded ryu v1.0.15
10872024-04-25T09:18:16.635Z Downloaded futures-macro v0.3.30
10882024-04-25T09:18:16.635Z Downloaded slog-bunyan v2.5.0
10892024-04-25T09:18:16.638Z Downloaded signal-hook-mio v0.2.3
10902024-04-25T09:18:16.638Z Downloaded headers-core v0.2.0
10912024-04-25T09:18:16.638Z Downloaded equivalent v1.0.1
10922024-04-25T09:18:16.641Z Downloaded getopts v0.2.21
10932024-04-25T09:18:16.641Z Downloaded term v0.7.0
10942024-04-25T09:18:16.644Z Downloaded toml v0.7.8
10952024-04-25T09:18:16.647Z Downloaded usdt-impl v0.3.5
10962024-04-25T09:18:16.647Z Downloaded usdt v0.3.5
10972024-04-25T09:18:16.650Z Downloaded foreign-types v0.5.0
10982024-04-25T09:18:16.650Z Downloaded pest v2.7.6
10992024-04-25T09:18:16.656Z Downloaded structmeta-derive v0.3.0
11002024-04-25T09:18:16.660Z Downloaded structmeta v0.3.0
11012024-04-25T09:18:16.660Z Downloaded proc-macro-crate v1.3.1
11022024-04-25T09:18:16.660Z Downloaded getrandom v0.2.12
11032024-04-25T09:18:16.660Z Downloaded time-macros v0.2.17
11042024-04-25T09:18:16.663Z Downloaded russh-cryptovec v0.7.0
11052024-04-25T09:18:16.663Z Downloaded flume v0.11.0
11062024-04-25T09:18:16.666Z Downloaded yasna v0.5.2
11072024-04-25T09:18:16.669Z Downloaded sha2 v0.10.8
11082024-04-25T09:18:16.678Z Downloaded static_assertions v1.1.0
11092024-04-25T09:18:16.678Z Downloaded dirs v5.0.1
11102024-04-25T09:18:16.678Z Downloaded p521 v0.13.3
11112024-04-25T09:18:16.683Z Downloaded getrandom v0.1.16
11122024-04-25T09:18:16.683Z Downloaded slog-async v2.8.0
11132024-04-25T09:18:16.686Z Downloaded string_cache v0.8.7
11142024-04-25T09:18:16.686Z Downloaded secrecy v0.8.0
11152024-04-25T09:18:16.690Z Downloaded poly1305 v0.8.0
11162024-04-25T09:18:16.693Z Downloaded http v1.0.0
11172024-04-25T09:18:16.696Z Downloaded toml_edit v0.22.12
11182024-04-25T09:18:16.718Z Downloaded siphasher v0.3.11
11192024-04-25T09:18:16.722Z Downloaded slog-stdlog v4.1.1
11202024-04-25T09:18:16.722Z Downloaded spki v0.7.2
11212024-04-25T09:18:16.725Z Downloaded smf v0.2.3
11222024-04-25T09:18:16.725Z Downloaded xattr v1.0.1
11232024-04-25T09:18:16.728Z Downloaded tokio-rustls v0.25.0
11242024-04-25T09:18:16.728Z Downloaded dirs-next v2.0.0
11252024-04-25T09:18:16.728Z Downloaded embedded-io v0.4.0
11262024-04-25T09:18:16.732Z Downloaded form_urlencoded v1.2.1
11272024-04-25T09:18:16.732Z Downloaded trust-dns-resolver v0.22.0
11282024-04-25T09:18:16.735Z Downloaded ron v0.7.1
11292024-04-25T09:18:16.740Z Downloaded trust-dns-server v0.22.1
11302024-04-25T09:18:16.745Z Downloaded sct v0.7.0
11312024-04-25T09:18:16.748Z Downloaded proc-macro2 v1.0.81
11322024-04-25T09:18:16.751Z Downloaded unicode-ident v1.0.12
11332024-04-25T09:18:16.754Z Downloaded zerocopy-derive v0.7.32
11342024-04-25T09:18:16.759Z Downloaded httparse v1.8.0
11352024-04-25T09:18:16.762Z Downloaded tinyvec v1.6.0
11362024-04-25T09:18:16.766Z Downloaded tungstenite v0.20.1
11372024-04-25T09:18:16.769Z Downloaded subprocess v0.2.9
11382024-04-25T09:18:16.779Z Downloaded rand v0.8.5
11392024-04-25T09:18:16.782Z Downloaded heapless v0.8.0
11402024-04-25T09:18:16.782Z Downloaded thiserror v1.0.59
11412024-04-25T09:18:16.782Z Downloaded goblin v0.8.0
11422024-04-25T09:18:16.788Z Downloaded unicode-segmentation v1.10.1
11432024-04-25T09:18:16.792Z Downloaded zerocopy v0.7.32
11442024-04-25T09:18:16.809Z Downloaded ed25519-dalek v2.0.0
11452024-04-25T09:18:16.812Z Downloaded expectorate v1.1.0
11462024-04-25T09:18:16.815Z Downloaded trust-dns-client v0.22.0
11472024-04-25T09:18:16.819Z Downloaded platforms v3.0.2
11482024-04-25T09:18:16.823Z Downloaded rand v0.7.3
11492024-04-25T09:18:16.827Z Downloaded serde_json v1.0.116
11502024-04-25T09:18:16.835Z Downloaded hashbrown v0.12.3
11512024-04-25T09:18:16.839Z Downloaded russh v0.43.0
11522024-04-25T09:18:16.845Z Downloaded serde_with v3.7.0
11532024-04-25T09:18:16.852Z Downloaded unicode-normalization v0.1.22
11542024-04-25T09:18:16.856Z Downloaded regex-automata v0.1.10
11552024-04-25T09:18:16.861Z Downloaded h2 v0.3.26
11562024-04-25T09:18:16.867Z Downloaded idna v0.2.3
11572024-04-25T09:18:16.875Z Downloaded rustls-webpki v0.102.1
11582024-04-25T09:18:16.894Z Downloaded steno v0.4.0
11592024-04-25T09:18:16.901Z Downloaded webpki-roots v0.25.2
11602024-04-25T09:18:16.904Z Downloaded winnow v0.5.15
11612024-04-25T09:18:16.911Z Downloaded object v0.32.1
11622024-04-25T09:18:16.935Z Downloaded winnow v0.6.1
11632024-04-25T09:18:16.939Z Downloaded vcpkg v0.2.15
11642024-04-25T09:18:16.981Z Downloaded syn v1.0.109
11652024-04-25T09:18:16.988Z Downloaded diesel v2.1.6
11662024-04-25T09:18:17.003Z Downloaded time v0.3.34
11672024-04-25T09:18:17.015Z Downloaded hyper v0.14.28
11682024-04-25T09:18:17.015Z Downloaded chrono v0.4.38
11692024-04-25T09:18:17.023Z Downloaded rustls-webpki v0.101.7
11702024-04-25T09:18:17.049Z Downloaded zerocopy-derive v0.2.0
11712024-04-25T09:18:17.057Z Downloaded hkdf v0.12.4
11722024-04-25T09:18:17.057Z Downloaded sled v0.34.7
11732024-04-25T09:18:17.057Z Downloaded radix_trie v0.2.1
11742024-04-25T09:18:17.069Z Downloaded trust-dns-proto v0.22.0
11752024-04-25T09:18:17.074Z Downloaded zerocopy-derive v0.6.6
11762024-04-25T09:18:17.078Z Downloaded syn v2.0.60
11772024-04-25T09:18:17.090Z Downloaded libc v0.2.153
11782024-04-25T09:18:17.117Z Downloaded gimli v0.28.0
11792024-04-25T09:18:17.125Z Downloaded bstr v0.2.17
11802024-04-25T09:18:17.136Z Downloaded sha3 v0.10.8
11812024-04-25T09:18:17.142Z Downloaded smoltcp v0.9.1
11822024-04-25T09:18:17.153Z Downloaded winapi v0.3.9
11832024-04-25T09:18:17.197Z Downloaded regex v1.10.4
11842024-04-25T09:18:17.210Z Downloaded regress v0.9.1
11852024-04-25T09:18:17.638Z Downloaded rustls v0.21.9
11862024-04-25T09:18:17.651Z Downloaded regex-syntax v0.8.2
11872024-04-25T09:18:17.651Z Downloaded rustix v0.38.31
11882024-04-25T09:18:17.651Z Downloaded rustls v0.22.4
11892024-04-25T09:18:17.652Z Downloaded bstr v1.9.0
11902024-04-25T09:18:17.652Z Downloaded smoltcp v0.11.0
11912024-04-25T09:18:17.652Z Downloaded curve25519-dalek v4.1.2
11922024-04-25T09:18:17.652Z Downloaded openapiv3 v2.0.0
11932024-04-25T09:18:17.652Z Downloaded bzip2-sys v0.1.11+1.0.8
11942024-04-25T09:18:17.652Z Downloaded regex-automata v0.4.5
11952024-04-25T09:18:17.652Z Downloaded reqwest v0.11.24
11962024-04-25T09:18:17.652Z Downloaded tabled v0.15.0
11972024-04-25T09:18:17.652Z Downloaded tokio v1.37.0
11982024-04-25T09:18:17.652Z Downloaded openssl v0.10.64
11992024-04-25T09:18:17.652Z Downloaded petgraph v0.6.4
12002024-04-25T09:18:17.652Z Downloaded blake3 v1.5.0
12012024-04-25T09:18:17.652Z Downloaded futures-util v0.3.30
12022024-04-25T09:18:17.652Z Downloaded rayon v1.10.0
12032024-04-25T09:18:17.652Z Downloaded idna v0.3.0
12042024-04-25T09:18:17.652Z Downloaded hmac v0.12.1
12052024-04-25T09:18:17.652Z Downloaded elliptic-curve v0.13.8
12062024-04-25T09:18:17.652Z Downloaded hashbrown v0.14.3
12072024-04-25T09:18:17.652Z Downloaded tungstenite v0.21.0
12082024-04-25T09:18:17.653Z Downloaded toml_edit v0.19.15
12092024-04-25T09:18:17.653Z Downloaded url v2.5.0
12102024-04-25T09:18:17.653Z Downloaded heapless v0.7.16
12112024-04-25T09:18:17.653Z Downloaded clap_builder v4.5.2
12122024-04-25T09:18:17.653Z Downloaded zerocopy v0.6.6
12132024-04-25T09:18:17.653Z Downloaded proc-macro-error v1.0.4
12142024-04-25T09:18:17.653Z Downloaded unsafe-libyaml v0.2.10
12152024-04-25T09:18:17.653Z Downloaded signal-hook v0.3.17
12162024-04-25T09:18:17.653Z Downloaded tokio-postgres v0.7.10
12172024-04-25T09:18:17.653Z Downloaded http v0.2.12
12182024-04-25T09:18:17.653Z Downloaded encoding_rs v0.8.33
12192024-04-25T09:18:17.653Z Downloaded sec1 v0.7.3
12202024-04-25T09:18:17.653Z Downloaded heck v0.4.1
12212024-04-25T09:18:17.653Z Downloaded rand_core v0.6.4
12222024-04-25T09:18:17.653Z Downloaded portpicker v0.1.1
12232024-04-25T09:18:17.653Z Downloaded tokio-native-tls v0.3.1
12242024-04-25T09:18:17.653Z Downloaded publicsuffix v2.2.3
12252024-04-25T09:18:17.653Z Downloaded zeroize_derive v1.4.2
12262024-04-25T09:18:17.653Z Downloaded zeroize v1.7.0
12272024-04-25T09:18:17.654Z Downloaded erased-serde v0.3.31
12282024-04-25T09:18:17.654Z Downloaded serde_derive v1.0.198
12292024-04-25T09:18:17.654Z Downloaded plain v0.2.3
12302024-04-25T09:18:17.654Z Downloaded zip v0.6.6
12312024-04-25T09:18:17.654Z Downloaded dhcproto v0.11.0
12322024-04-25T09:18:17.654Z Downloaded predicates v3.1.0
12332024-04-25T09:18:17.654Z Downloaded crossterm v0.27.0
12342024-04-25T09:18:17.654Z Downloaded hyper-rustls v0.24.2
12352024-04-25T09:18:17.654Z Downloaded scroll_derive v0.12.0
12362024-04-25T09:18:17.654Z Downloaded tokio-tungstenite v0.21.0
12372024-04-25T09:18:17.654Z Downloaded tokio-tungstenite v0.20.1
12382024-04-25T09:18:17.654Z Downloaded tokio-stream v0.1.15
12392024-04-25T09:18:17.654Z Downloaded dirs-sys v0.4.1
12402024-04-25T09:18:17.654Z Downloaded untrusted v0.9.0
12412024-04-25T09:18:17.654Z Downloaded slog-envlogger v2.2.0
12422024-04-25T09:18:17.654Z Downloaded semver v0.1.20
12432024-04-25T09:18:17.654Z Downloaded half v2.3.1
12442024-04-25T09:18:17.654Z Downloaded nom v7.1.3
12452024-04-25T09:18:17.654Z Downloaded group v0.13.0
12462024-04-25T09:18:17.654Z Downloaded toml v0.8.12
12472024-04-25T09:18:17.655Z Downloaded glob v0.3.1
12482024-04-25T09:18:17.655Z Downloaded subtle v2.5.0
12492024-04-25T09:18:17.655Z Downloaded scroll v0.12.0
12502024-04-25T09:18:17.655Z Downloaded similar v2.4.0
12512024-04-25T09:18:17.655Z Downloaded serde_yaml v0.9.25
12522024-04-25T09:18:17.655Z Downloaded foreign-types-shared v0.1.1
12532024-04-25T09:18:17.655Z Downloaded foreign-types-macros v0.2.3
12542024-04-25T09:18:17.655Z Downloaded unicode-width v0.1.11
12552024-04-25T09:18:17.655Z Downloaded serde_path_to_error v0.1.16
12562024-04-25T09:18:17.655Z Downloaded rand_core v0.5.1
12572024-04-25T09:18:17.655Z Downloaded tracing v0.1.40
12582024-04-25T09:18:17.655Z Downloaded rayon-core v1.12.1
12592024-04-25T09:18:17.655Z Downloaded futures-io v0.3.30
12602024-04-25T09:18:17.655Z Downloaded enum-as-inner v0.5.1
12612024-04-25T09:18:17.655Z Downloaded thread-id v4.2.0
12622024-04-25T09:18:17.659Z Downloaded smallvec v1.13.1
12632024-04-25T09:18:17.659Z Downloaded rustls-pemfile v2.1.2
12642024-04-25T09:18:17.659Z Downloaded flate2 v1.0.28
12652024-04-25T09:18:17.659Z Downloaded num-bigint v0.4.4
12662024-04-25T09:18:17.659Z Downloaded rustfmt-wrapper v0.2.1
12672024-04-25T09:18:17.659Z Downloaded uuid v0.8.2
12682024-04-25T09:18:17.663Z Downloaded unicode-bidi v0.3.15
12692024-04-25T09:18:17.666Z Downloaded rand_chacha v0.3.1
12702024-04-25T09:18:17.666Z Downloaded errno v0.3.8
12712024-04-25T09:18:17.666Z Downloaded tracing-core v0.1.32
12722024-04-25T09:18:17.671Z Downloaded hyper-staticfile v0.9.5
12732024-04-25T09:18:17.681Z Downloaded crossbeam-channel v0.5.8
12742024-04-25T09:18:17.681Z Downloaded cc v1.0.83
12752024-04-25T09:18:17.681Z Downloaded polyval v0.6.1
12762024-04-25T09:18:17.711Z Downloaded fallible-iterator v0.2.0
12772024-04-25T09:18:17.711Z Downloaded ed25519 v2.2.2
12782024-04-25T09:18:17.711Z Downloaded dirs-sys-next v0.1.2
12792024-04-25T09:18:17.711Z Downloaded rustls-pemfile v1.0.3
12802024-04-25T09:18:17.711Z Downloaded heck v0.3.3
12812024-04-25T09:18:17.711Z Downloaded fnv v1.0.7
12822024-04-25T09:18:17.711Z Downloaded synstructure v0.12.6
12832024-04-25T09:18:17.711Z Downloaded quote v1.0.36
12842024-04-25T09:18:17.711Z Downloaded quick-error v1.2.3
12852024-04-25T09:18:17.716Z Downloaded humantime v2.1.0
12862024-04-25T09:18:17.716Z Downloaded libm v0.2.7
12872024-04-25T09:18:17.716Z Downloaded untrusted v0.7.1
12882024-04-25T09:18:17.716Z Downloaded pin-project-lite v0.2.13
12892024-04-25T09:18:17.716Z Downloaded slog v2.7.0
12902024-04-25T09:18:17.716Z Downloaded backtrace v0.3.69
12912024-04-25T09:18:17.717Z Downloaded bitflags v2.4.2
12922024-04-25T09:18:17.722Z Downloaded bytes v1.6.0
12932024-04-25T09:18:17.722Z Downloaded tracing-attributes v0.1.27
12942024-04-25T09:18:17.726Z Downloaded scopeguard v1.2.0
12952024-04-25T09:18:17.726Z Downloaded scheduled-thread-pool v0.2.7
12962024-04-25T09:18:17.726Z Downloaded same-file v1.0.6
12972024-04-25T09:18:17.726Z Downloaded thiserror-impl v1.0.59
12982024-04-25T09:18:17.731Z Downloaded strum_macros v0.26.1
12992024-04-25T09:18:17.731Z Downloaded parking_lot_core v0.9.8
13002024-04-25T09:18:17.734Z Downloaded openssl-sys v0.9.102
13012024-04-25T09:18:17.737Z Downloaded chacha20poly1305 v0.10.1
13022024-04-25T09:18:17.737Z Downloaded futures-sink v0.3.30
13032024-04-25T09:18:17.737Z Downloaded dyn-clone v1.0.17
13042024-04-25T09:18:17.740Z Downloaded dof v0.1.5
13052024-04-25T09:18:17.740Z Downloaded http-body v0.4.5
13062024-04-25T09:18:17.743Z Downloaded p256 v0.13.2
13072024-04-25T09:18:17.747Z Downloaded utf-8 v0.7.6
13082024-04-25T09:18:17.747Z Downloaded const-oid v0.9.6
13092024-04-25T09:18:17.753Z Downloaded ciborium v0.2.2
13102024-04-25T09:18:17.753Z Downloaded clap v4.5.4
13112024-04-25T09:18:17.757Z Downloaded phf v0.11.2
13122024-04-25T09:18:17.760Z Downloaded filetime v0.2.23
13132024-04-25T09:18:17.761Z Downloaded password-hash v0.5.0
13142024-04-25T09:18:17.764Z Downloaded log v0.4.21
13152024-04-25T09:18:17.764Z Downloaded rustc_version v0.4.0
13162024-04-25T09:18:17.767Z Downloaded rustc_version v0.1.7
13172024-04-25T09:18:17.767Z Downloaded crc32fast v1.3.2
13182024-04-25T09:18:17.767Z Downloaded blake2 v0.10.6
13192024-04-25T09:18:17.771Z Downloaded ff v0.13.0
13202024-04-25T09:18:17.774Z Downloaded pest_derive v2.7.6
13212024-04-25T09:18:17.777Z Downloaded defmt-parser v0.3.3
13222024-04-25T09:18:17.778Z Downloaded cookie_store v0.20.0
13232024-04-25T09:18:17.778Z Downloaded clap_derive v4.5.4
13242024-04-25T09:18:17.799Z Downloaded camino v1.1.6
13252024-04-25T09:18:17.799Z Downloaded base64ct v1.6.0
13262024-04-25T09:18:17.805Z Downloaded once_cell v1.19.0
13272024-04-25T09:18:17.805Z Downloaded unicode-xid v0.2.4
13282024-04-25T09:18:17.805Z Downloaded tabwriter v1.4.0
13292024-04-25T09:18:17.805Z Downloaded stringprep v0.1.3
13302024-04-25T09:18:17.805Z Downloaded bitflags v1.3.2
13312024-04-25T09:18:17.805Z Downloaded ctr v0.9.2
13322024-04-25T09:18:17.805Z Downloaded bit-vec v0.6.3
13332024-04-25T09:18:17.805Z Downloaded backoff v0.4.0
13342024-04-25T09:18:17.805Z Downloaded pest_generator v2.7.6
13352024-04-25T09:18:17.805Z Downloaded dtrace-parser v0.1.14
13362024-04-25T09:18:17.805Z Downloaded zone_cfg_derive v0.1.2
13372024-04-25T09:18:17.805Z Downloaded waitgroup v0.1.2
13382024-04-25T09:18:17.805Z Downloaded crypto-common v0.1.6
13392024-04-25T09:18:17.805Z Downloaded paste v1.0.14
13402024-04-25T09:18:17.809Z Downloaded byteorder v1.5.0
13412024-04-25T09:18:17.809Z Downloaded data-encoding v2.4.0
13422024-04-25T09:18:17.809Z Downloaded constant_time_eq v0.3.0
13432024-04-25T09:18:17.809Z Downloaded parse-display-derive v0.9.0
13442024-04-25T09:18:17.809Z Downloaded newtype-uuid v1.1.0
13452024-04-25T09:18:17.809Z Downloaded ciborium-ll v0.2.2
13462024-04-25T09:18:17.813Z Downloaded block-padding v0.3.3
13472024-04-25T09:18:17.813Z Downloaded block-buffer v0.10.4
13482024-04-25T09:18:17.813Z Downloaded num_enum v0.5.11
13492024-04-25T09:18:17.816Z Downloaded num-iter v0.1.44
13502024-04-25T09:18:17.820Z Downloaded nanorand v0.7.0
13512024-04-25T09:18:17.820Z Downloaded managed v0.8.0
13522024-04-25T09:18:17.823Z Downloaded libsw v3.3.1
13532024-04-25T09:18:17.823Z Downloaded bcrypt-pbkdf v0.10.0
13542024-04-25T09:18:17.823Z Downloaded ipnetwork v0.20.0
13552024-04-25T09:18:17.827Z Downloaded iana-time-zone v0.1.57
13562024-04-25T09:18:17.827Z Downloaded mime v0.3.17
13572024-04-25T09:18:17.830Z Downloaded macaddr v1.0.1
13582024-04-25T09:18:17.830Z Downloaded crossbeam-deque v0.8.3
13592024-04-25T09:18:17.834Z Downloaded ciborium-io v0.2.2
13602024-04-25T09:18:17.834Z Downloaded native-tls v0.2.11
13612024-04-25T09:18:17.837Z Downloaded ipnet v2.9.0
13622024-04-25T09:18:17.837Z Downloaded arrayvec v0.7.4
13632024-04-25T09:18:17.841Z Downloaded anstyle-parse v0.2.1
13642024-04-25T09:18:17.841Z Downloaded ascii v1.1.0
13652024-04-25T09:18:17.844Z Downloaded allocator-api2 v0.2.16
13662024-04-25T09:18:17.844Z Downloaded aho-corasick v1.1.2
13672024-04-25T09:18:17.909Z Downloaded ring v0.17.8
13682024-04-25T09:18:18.025Z Downloaded ring v0.16.20
13692024-04-25T09:18:18.951Z Compiling proc-macro2 v1.0.81
13702024-04-25T09:18:18.951Z Compiling unicode-ident v1.0.12
13712024-04-25T09:18:18.954Z Compiling libc v0.2.153
13722024-04-25T09:18:18.955Z Compiling serde v1.0.198
13732024-04-25T09:18:18.955Z Compiling version_check v0.9.4
13742024-04-25T09:18:18.955Z Compiling cfg-if v1.0.0
13752024-04-25T09:18:18.955Z Compiling autocfg v1.1.0
13762024-04-25T09:18:18.955Z Compiling syn v1.0.109
13772024-04-25T09:18:18.955Z Compiling once_cell v1.19.0
13782024-04-25T09:18:18.955Z Compiling thiserror v1.0.59
13792024-04-25T09:18:19.127Z Compiling typenum v1.16.0
13802024-04-25T09:18:19.304Z Compiling parking_lot_core v0.9.8
13812024-04-25T09:18:19.344Z Compiling lock_api v0.4.10
13822024-04-25T09:18:19.715Z Compiling generic-array v0.14.7
13832024-04-25T09:18:19.813Z Compiling byteorder v1.5.0
13842024-04-25T09:18:19.817Z Compiling memchr v2.7.1
13852024-04-25T09:18:19.817Z Compiling serde_json v1.0.116
13862024-04-25T09:18:19.925Z Compiling libm v0.2.7
13872024-04-25T09:18:20.024Z Compiling ahash v0.8.8
13882024-04-25T09:18:20.549Z Compiling num-traits v0.2.18
13892024-04-25T09:18:20.556Z Compiling log v0.4.21
13902024-04-25T09:18:20.556Z Compiling itoa v1.0.9
13912024-04-25T09:18:20.701Z Compiling quote v1.0.36
13922024-04-25T09:18:20.742Z Compiling scopeguard v1.2.0
13932024-04-25T09:18:20.919Z Compiling slab v0.4.9
13942024-04-25T09:18:21.230Z Compiling syn v2.0.60
13952024-04-25T09:18:21.251Z Compiling getrandom v0.2.12
13962024-04-25T09:18:21.321Z Compiling cc v1.0.83
13972024-04-25T09:18:21.512Z Compiling rand_core v0.6.4
13982024-04-25T09:18:22.124Z Compiling smallvec v1.13.1
13992024-04-25T09:18:22.200Z Compiling ryu v1.0.15
14002024-04-25T09:18:22.232Z Compiling allocator-api2 v0.2.16
14012024-04-25T09:18:22.480Z Compiling pin-project-lite v0.2.13
14022024-04-25T09:18:22.558Z Compiling subtle v2.5.0
14032024-04-25T09:18:22.616Z Compiling heck v0.4.1
14042024-04-25T09:18:22.915Z Compiling pkg-config v0.3.27
14052024-04-25T09:18:23.015Z Compiling parking_lot v0.12.1
14062024-04-25T09:18:23.231Z Compiling schemars v0.8.16
14072024-04-25T09:18:23.304Z Compiling signal-hook-registry v1.4.1
14082024-04-25T09:18:23.595Z Compiling mio v0.8.11
14092024-04-25T09:18:23.658Z Compiling equivalent v1.0.1
14102024-04-25T09:18:24.026Z Compiling num_cpus v1.16.0
14112024-04-25T09:18:24.157Z Compiling socket2 v0.5.6
14122024-04-25T09:18:24.308Z Compiling num-conv v0.1.0
14132024-04-25T09:18:24.523Z Compiling ring v0.17.8
14142024-04-25T09:18:24.600Z Compiling time-core v0.1.2
14152024-04-25T09:18:24.775Z Compiling time-macros v0.2.17
14162024-04-25T09:18:24.890Z Compiling futures-core v0.3.30
14172024-04-25T09:18:25.186Z Compiling httparse v1.8.0
14182024-04-25T09:18:25.235Z Compiling vcpkg v0.2.15
14192024-04-25T09:18:25.510Z Compiling const-oid v0.9.6
14202024-04-25T09:18:27.245Z Compiling fnv v1.0.7
14212024-04-25T09:18:27.269Z Compiling futures-sink v0.3.30
14222024-04-25T09:18:27.348Z Compiling openssl-sys v0.9.102
14232024-04-25T09:18:27.377Z Compiling ring v0.16.20
14242024-04-25T09:18:27.749Z Compiling futures-channel v0.3.30
14252024-04-25T09:18:27.841Z Compiling futures-task v0.3.30
14262024-04-25T09:18:28.144Z Compiling slog v2.7.0
14272024-04-25T09:18:28.160Z Compiling futures-io v0.3.30
14282024-04-25T09:18:28.241Z Compiling serde_derive_internals v0.26.0
14292024-04-25T09:18:28.333Z Compiling pin-utils v0.1.0
14302024-04-25T09:18:28.428Z Compiling spin v0.5.2
14312024-04-25T09:18:28.858Z Compiling ucd-trie v0.1.6
14322024-04-25T09:18:28.869Z Compiling openssl v0.10.64
14332024-04-25T09:18:28.869Z Compiling semver v1.0.22
14342024-04-25T09:18:28.870Z Compiling iana-time-zone v0.1.57
14352024-04-25T09:18:28.870Z Compiling rustix v0.38.31
14362024-04-25T09:18:28.910Z Compiling native-tls v0.2.11
14372024-04-25T09:18:29.081Z Compiling rustls v0.21.9
14382024-04-25T09:18:29.243Z Compiling tinyvec_macros v0.1.1
14392024-04-25T09:18:29.721Z Compiling cpufeatures v0.2.12
14402024-04-25T09:18:29.722Z Compiling tinyvec v1.6.0
14412024-04-25T09:18:29.722Z Compiling backtrace v0.3.69
14422024-04-25T09:18:29.722Z Compiling cookie v0.17.0
14432024-04-25T09:18:29.970Z Compiling aho-corasick v1.1.2
14442024-04-25T09:18:30.015Z Compiling uuid v0.8.2
14452024-04-25T09:18:30.693Z Compiling unicode-normalization v0.1.22
14462024-04-25T09:18:30.721Z Compiling unicode-bidi v0.3.15
14472024-04-25T09:18:30.753Z Compiling regex-syntax v0.8.2
14482024-04-25T09:18:31.217Z Compiling dyn-clone v1.0.17
14492024-04-25T09:18:31.217Z Compiling ppv-lite86 v0.2.17
14502024-04-25T09:18:31.771Z Compiling crossbeam-utils v0.8.19
14512024-04-25T09:18:31.872Z Compiling anyhow v1.0.82
14522024-04-25T09:18:31.997Z Compiling tracing-core v0.1.32
14532024-04-25T09:18:33.434Z Compiling percent-encoding v2.3.1
14542024-04-25T09:18:33.776Z Compiling rand_chacha v0.3.1
14552024-04-25T09:18:34.117Z Compiling regex-automata v0.4.5
14562024-04-25T09:18:35.592Z Compiling rand v0.8.5
14572024-04-25T09:18:35.617Z Compiling serde_derive v1.0.198
14582024-04-25T09:18:35.667Z Compiling zeroize_derive v1.4.2
14592024-04-25T09:18:35.672Z Compiling zerocopy-derive v0.7.32
14602024-04-25T09:18:36.217Z Compiling thiserror-impl v1.0.59
14612024-04-25T09:18:36.981Z Compiling tokio-macros v2.2.0
14622024-04-25T09:18:37.194Z Compiling futures-macro v0.3.30
14632024-04-25T09:18:37.369Z Compiling zeroize v1.7.0
14642024-04-25T09:18:37.724Z Compiling tracing-attributes v0.1.27
14652024-04-25T09:18:38.065Z Compiling zerocopy v0.7.32
14662024-04-25T09:18:38.746Z Compiling schemars_derive v0.8.16
14672024-04-25T09:18:39.095Z Compiling crypto-common v0.1.6
14682024-04-25T09:18:45.943Z Compiling block-buffer v0.10.4
14692024-04-25T09:18:46.631Z Compiling digest v0.10.7
14702024-04-25T09:18:46.775Z Compiling futures-util v0.3.30
14712024-04-25T09:18:46.776Z Compiling hashbrown v0.14.3
14722024-04-25T09:18:46.776Z Compiling pest v2.7.6
14732024-04-25T09:18:46.776Z Compiling openssl-macros v0.1.1
14742024-04-25T09:18:46.776Z Compiling async-trait v0.1.80
14752024-04-25T09:18:46.776Z Compiling tracing v0.1.40
14762024-04-25T09:18:46.776Z Compiling regex v1.10.4
14772024-04-25T09:18:46.776Z Compiling pest_meta v2.7.6
14782024-04-25T09:18:46.776Z Compiling der_derive v0.7.2
14792024-04-25T09:18:46.776Z Compiling scroll_derive v0.12.0
14802024-04-25T09:18:46.776Z Compiling pest_generator v2.7.6
14812024-04-25T09:18:46.776Z Compiling spin v0.9.8
14822024-04-25T09:18:46.776Z Compiling thread-id v4.2.0
14832024-04-25T09:18:46.777Z Compiling rustversion v1.0.14
14842024-04-25T09:18:46.777Z Compiling powerfmt v0.2.0
14852024-04-25T09:18:46.777Z Compiling deranged v0.3.11
14862024-04-25T09:18:46.777Z Compiling form_urlencoded v1.2.1
14872024-04-25T09:18:46.777Z Compiling num_threads v0.1.6
14882024-04-25T09:18:46.777Z Compiling unicode-width v0.1.11
14892024-04-25T09:18:46.777Z Compiling winnow v0.5.15
14902024-04-25T09:18:47.487Z Compiling pest_derive v2.7.6
14912024-04-25T09:18:47.914Z Compiling time v0.3.34
14922024-04-25T09:18:49.076Z Compiling unicode-xid v0.2.4
14932024-04-25T09:18:49.098Z Compiling synstructure v0.12.6
14942024-04-25T09:18:50.103Z Compiling bytes v1.6.0
14952024-04-25T09:18:50.454Z Compiling indexmap v2.2.6
14962024-04-25T09:18:51.293Z Compiling tokio v1.37.0
14972024-04-25T09:18:51.334Z Compiling uuid v1.8.0
14982024-04-25T09:18:51.906Z Compiling chrono v0.4.38
14992024-04-25T09:18:52.626Z Compiling bitflags v2.4.2
15002024-04-25T09:18:52.949Z Compiling http v0.2.12
15012024-04-25T09:18:53.583Z Compiling toml_datetime v0.6.5
15022024-04-25T09:18:53.862Z Compiling serde_spanned v0.6.5
15032024-04-25T09:18:54.091Z Compiling rustc_version v0.4.0
15042024-04-25T09:18:55.349Z Compiling toml_edit v0.19.15
15052024-04-25T09:18:55.596Z Compiling openapiv3 v2.0.0
15062024-04-25T09:18:57.879Z Compiling serde_tokenstream v0.2.0
15072024-04-25T09:18:58.483Z Compiling idna v0.5.0
15082024-04-25T09:18:59.139Z Compiling usdt-impl v0.5.0
15092024-04-25T09:18:59.500Z Compiling crc32fast v1.3.2
15102024-04-25T09:19:00.501Z Compiling url v2.5.0
15112024-04-25T09:19:00.502Z Compiling zerocopy-derive v0.2.0
15122024-04-25T09:19:00.502Z Compiling scroll v0.12.0
15132024-04-25T09:19:00.502Z Compiling lazy_static v1.4.0
15142024-04-25T09:19:00.593Z Compiling plain v0.2.3
15152024-04-25T09:19:00.754Z Compiling goblin v0.8.0
15162024-04-25T09:19:02.807Z Compiling tokio-util v0.7.10
15172024-04-25T09:19:03.061Z Compiling untrusted v0.7.1
15182024-04-25T09:19:03.179Z Compiling pretty-hex v0.4.1
15192024-04-25T09:19:03.396Z Compiling foreign-types-shared v0.1.1
15202024-04-25T09:19:03.516Z Compiling untrusted v0.9.0
15212024-04-25T09:19:07.715Z Compiling dof v0.3.0
15222024-04-25T09:19:07.838Z Compiling foreign-types v0.3.2
15232024-04-25T09:19:08.162Z Compiling dtrace-parser v0.2.0
15242024-04-25T09:19:08.662Z Compiling errno v0.3.8
15252024-04-25T09:19:08.892Z Compiling usdt-impl v0.3.5
15262024-04-25T09:19:09.237Z Compiling try-lock v0.2.4
15272024-04-25T09:19:09.366Z Compiling adler v1.0.2
15282024-04-25T09:19:09.390Z Compiling base64 v0.21.7
15292024-04-25T09:19:09.752Z Compiling miniz_oxide v0.7.1
15302024-04-25T09:19:09.914Z Compiling want v0.3.1
15312024-04-25T09:19:10.845Z Compiling rustls-webpki v0.101.7
15322024-04-25T09:19:11.101Z Compiling sct v0.7.0
15332024-04-25T09:19:11.619Z Compiling h2 v0.3.26
15342024-04-25T09:19:11.771Z Compiling http-body v0.4.5
15352024-04-25T09:19:12.825Z Compiling num-bigint v0.4.4
15362024-04-25T09:19:12.989Z Compiling openssl-probe v0.1.5
15372024-04-25T09:19:13.180Z Compiling httpdate v1.0.3
15382024-04-25T09:19:13.517Z Compiling tower-service v0.3.2
15392024-04-25T09:19:14.957Z Compiling zerocopy v0.3.0
15402024-04-25T09:19:15.151Z Compiling heapless v0.7.16
15412024-04-25T09:19:15.560Z Compiling idna v0.3.0
15422024-04-25T09:19:15.730Z Compiling bzip2-sys v0.1.11+1.0.8
15432024-04-25T09:19:16.166Z Compiling signal-hook v0.3.17
15442024-04-25T09:19:16.611Z Compiling base64ct v1.6.0
15452024-04-25T09:19:17.831Z Compiling psl-types v2.0.11
15462024-04-25T09:19:17.889Z Compiling tokio-native-tls v0.3.1
15472024-04-25T09:19:17.889Z Compiling publicsuffix v2.2.3
15482024-04-25T09:19:18.250Z Compiling hyper v0.14.28
15492024-04-25T09:19:18.681Z Compiling tokio-rustls v0.24.1
15502024-04-25T09:19:18.742Z Compiling dof v0.1.5
15512024-04-25T09:19:19.076Z Compiling crossbeam-epoch v0.9.18
15522024-04-25T09:19:19.101Z Compiling dtrace-parser v0.1.14
15532024-04-25T09:19:19.230Z Compiling ipnet v2.9.0
15542024-04-25T09:19:19.664Z Compiling gimli v0.28.0
15552024-04-25T09:19:21.017Z Compiling cookie_store v0.20.0
15562024-04-25T09:19:22.564Z Compiling rustls-pemfile v1.0.3
15572024-04-25T09:19:22.577Z Compiling serde_urlencoded v0.7.1
15582024-04-25T09:19:23.101Z Compiling serde_tokenstream v0.1.7
15592024-04-25T09:19:23.210Z Compiling enum-as-inner v0.5.1
15602024-04-25T09:19:23.427Z Compiling object v0.32.1
15612024-04-25T09:19:23.610Z Compiling encoding_rs v0.8.33
15622024-04-25T09:19:24.275Z Compiling addr2line v0.21.0
15632024-04-25T09:19:24.494Z Compiling either v1.11.0
15642024-04-25T09:19:24.923Z Compiling hyper-rustls v0.24.2
15652024-04-25T09:19:24.958Z Compiling hyper-tls v0.5.0
15662024-04-25T09:19:25.274Z Compiling sync_wrapper v0.1.2
15672024-04-25T09:19:25.406Z Compiling mime v0.3.17
15682024-04-25T09:19:26.042Z Compiling webpki-roots v0.25.2
15692024-04-25T09:19:26.222Z Compiling data-encoding v2.4.0
15702024-04-25T09:19:26.739Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15712024-04-25T09:19:27.370Z Compiling rustc-demangle v0.1.23
15722024-04-25T09:19:28.303Z Compiling smoltcp v0.9.1
15732024-04-25T09:19:28.478Z Compiling pem-rfc7468 v0.7.0
15742024-04-25T09:19:28.884Z Compiling reqwest v0.11.24
15752024-04-25T09:19:30.624Z Compiling hmac v0.12.1
15762024-04-25T09:19:30.624Z Compiling futures-executor v0.3.30
15772024-04-25T09:19:30.624Z Compiling regress v0.9.1
15782024-04-25T09:19:31.634Z Compiling unicode-segmentation v1.10.1
15792024-04-25T09:19:32.291Z Compiling siphasher v0.3.11
15802024-04-25T09:19:32.684Z Compiling heck v0.5.0
15812024-04-25T09:19:32.746Z Compiling winnow v0.6.1
15822024-04-25T09:19:33.217Z Compiling flagset v0.4.3
15832024-04-25T09:19:33.374Z Compiling clap_derive v4.5.4
15842024-04-25T09:19:33.445Z Compiling der v0.7.8
15852024-04-25T09:19:36.108Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15862024-04-25T09:19:36.335Z Compiling toml_edit v0.22.12
15872024-04-25T09:19:38.099Z Compiling flate2 v1.0.28
15882024-04-25T09:19:38.587Z Compiling usdt-macro v0.3.5
15892024-04-25T09:19:38.587Z Compiling usdt-attr-macro v0.3.5
15902024-04-25T09:19:40.044Z Compiling hubpack_derive v0.1.1
15912024-04-25T09:19:40.313Z Compiling zerocopy-derive v0.6.6
15922024-04-25T09:19:41.223Z Compiling bitflags v1.3.2
15932024-04-25T09:19:41.428Z Compiling utf8parse v0.2.1
15942024-04-25T09:19:41.443Z Compiling anstyle v1.0.6
15952024-04-25T09:19:41.578Z Compiling anstyle-parse v0.2.1
15962024-04-25T09:19:41.598Z Compiling sha2 v0.10.8
15972024-04-25T09:19:43.180Z Compiling futures v0.3.30
15982024-04-25T09:19:43.637Z Compiling spki v0.7.2
15992024-04-25T09:19:44.675Z Compiling md-5 v0.10.5
16002024-04-25T09:19:44.828Z Compiling toml v0.7.8
16012024-04-25T09:19:44.945Z Compiling hex v0.4.3
16022024-04-25T09:19:44.989Z Compiling block-padding v0.3.3
16032024-04-25T09:19:45.042Z Compiling stringprep v0.1.3
16042024-04-25T09:19:45.339Z Compiling num-integer v0.1.46
16052024-04-25T09:19:45.352Z Compiling diesel_table_macro_syntax v0.1.0
16062024-04-25T09:19:45.536Z Compiling hash32 v0.2.1
16072024-04-25T09:19:46.004Z Compiling fallible-iterator v0.2.0
16082024-04-25T09:19:46.058Z Compiling colorchoice v1.0.0
16092024-04-25T09:19:46.112Z Compiling anstyle-query v1.0.0
16102024-04-25T09:19:46.261Z Compiling stable_deref_trait v1.2.0
16112024-04-25T09:19:46.422Z Compiling anstream v0.6.11
16122024-04-25T09:19:46.630Z Compiling postgres-protocol v0.6.6
16132024-04-25T09:19:47.600Z Compiling diesel_derives v2.1.2
16142024-04-25T09:19:47.769Z Compiling inout v0.1.3
16152024-04-25T09:19:48.037Z Compiling pkcs8 v0.10.2
16162024-04-25T09:19:48.609Z Compiling phf_shared v0.11.2
16172024-04-25T09:19:48.999Z Compiling terminal_size v0.3.0
16182024-04-25T09:19:49.042Z Compiling ff v0.13.0
16192024-04-25T09:19:49.235Z Compiling strum_macros v0.25.2
16202024-04-25T09:19:49.750Z Compiling serde_repr v0.1.16
16212024-04-25T09:19:49.750Z Compiling scheduled-thread-pool v0.2.7
16222024-04-25T09:19:49.971Z Compiling managed v0.8.0
16232024-04-25T09:19:50.352Z Compiling bit-vec v0.6.3
16242024-04-25T09:19:50.364Z Compiling base16ct v0.2.0
16252024-04-25T09:19:50.406Z Compiling matches v0.1.10
16262024-04-25T09:19:50.507Z Compiling clap_lex v0.7.0
16272024-04-25T09:19:51.128Z Compiling strsim v0.11.0
16282024-04-25T09:19:51.133Z Compiling regex-automata v0.1.10
16292024-04-25T09:19:51.133Z Compiling clap_builder v4.5.2
16302024-04-25T09:19:51.262Z Compiling bstr v0.2.17
16312024-04-25T09:19:51.628Z Compiling sec1 v0.7.3
16322024-04-25T09:19:52.262Z Compiling idna v0.2.3
16332024-04-25T09:19:52.347Z Compiling r2d2 v0.8.10
16342024-04-25T09:19:52.952Z Compiling group v0.13.0
16352024-04-25T09:19:52.971Z Compiling phf v0.11.2
16362024-04-25T09:19:53.546Z Compiling signal-hook-mio v0.2.3
16372024-04-25T09:19:53.616Z Compiling cipher v0.4.4
16382024-04-25T09:19:53.748Z Compiling bzip2 v0.4.4
16392024-04-25T09:19:53.843Z Compiling postgres-types v0.2.6
16402024-04-25T09:19:53.882Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16412024-04-25T09:19:54.133Z Compiling zerocopy v0.6.6
16422024-04-25T09:19:54.455Z Compiling hubpack v0.1.2
16432024-04-25T09:19:54.991Z Compiling phf_shared v0.10.0
16442024-04-25T09:19:55.057Z Compiling hkdf v0.12.4
16452024-04-25T09:19:55.259Z Compiling crypto-bigint v0.5.2
16462024-04-25T09:19:55.372Z Compiling ipnetwork v0.20.0
16472024-04-25T09:19:56.634Z Compiling float-cmp v0.9.0
16482024-04-25T09:19:56.655Z Compiling normalize-line-endings v0.3.0
16492024-04-25T09:19:56.968Z Compiling new_debug_unreachable v1.0.4
16502024-04-25T09:19:57.043Z Compiling fixedbitset v0.4.2
16512024-04-25T09:19:57.697Z Compiling precomputed-hash v0.1.1
16522024-04-25T09:19:58.697Z Compiling predicates-core v1.0.6
16532024-04-25T09:19:59.052Z Compiling difflib v0.4.0
16542024-04-25T09:19:59.071Z Compiling whoami v1.5.1
16552024-04-25T09:19:59.672Z Compiling minimal-lexical v0.2.1
16562024-04-25T09:20:00.950Z Compiling static_assertions v1.1.0
16572024-04-25T09:20:00.956Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16582024-04-25T09:20:00.956Z Compiling predicates v3.1.0
16592024-04-25T09:20:00.956Z Compiling tokio-postgres v0.7.10
16602024-04-25T09:20:00.956Z Compiling nom v7.1.3
16612024-04-25T09:20:00.957Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16622024-04-25T09:20:00.957Z Compiling trust-dns-proto v0.22.0
16632024-04-25T09:20:00.957Z Compiling string_cache v0.8.7
16642024-04-25T09:20:01.688Z Compiling petgraph v0.6.4
16652024-04-25T09:20:03.982Z Compiling diesel v2.1.6
16662024-04-25T09:20:04.208Z Compiling elliptic-curve v0.13.8
16672024-04-25T09:20:04.835Z Compiling yasna v0.5.2
16682024-04-25T09:20:05.066Z Compiling clap v4.5.4
16692024-04-25T09:20:05.319Z Compiling zip v0.6.6
16702024-04-25T09:20:05.428Z Compiling crossterm v0.27.0
16712024-04-25T09:20:14.900Z Compiling similar v2.4.0
16722024-04-25T09:20:15.215Z Compiling bit-set v0.5.3
16732024-04-25T09:20:15.215Z Compiling num-iter v0.1.44
16742024-04-25T09:20:15.215Z Compiling console v0.15.8
16752024-04-25T09:20:15.215Z Compiling usdt v0.3.5
16762024-04-25T09:20:15.215Z Compiling itertools v0.10.5
16772024-04-25T09:20:15.215Z Compiling tokio-stream v0.1.15
16782024-04-25T09:20:15.215Z Compiling getopts v0.2.21
16792024-04-25T09:20:15.215Z Compiling bstr v1.9.0
16802024-04-25T09:20:15.215Z Compiling unsafe-libyaml v0.2.10
16812024-04-25T09:20:15.216Z Compiling base64 v0.22.0
16822024-04-25T09:20:15.512Z Compiling peg-runtime v0.8.2
16832024-04-25T09:20:15.512Z Compiling lalrpop-util v0.19.12
16842024-04-25T09:20:15.728Z Compiling serde_yaml v0.9.25
16852024-04-25T09:20:15.728Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16862024-04-25T09:20:15.729Z Compiling camino v1.1.6
16872024-04-25T09:20:19.109Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16882024-04-25T09:20:19.823Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16892024-04-25T09:20:27.555Z Compiling sha1 v0.10.6
16902024-04-25T09:20:37.483Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-04-25T09:20:37.733Z Compiling strsim v0.10.0
16922024-04-25T09:20:37.795Z Compiling ident_case v1.0.1
16932024-04-25T09:20:38.186Z Compiling darling_core v0.20.8
16942024-04-25T09:20:40.126Z Compiling strum_macros v0.26.1
16952024-04-25T09:20:40.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962024-04-25T09:20:45.317Z Compiling darling_macro v0.20.8
16972024-04-25T09:20:45.339Z Compiling strum v0.26.2
16982024-04-25T09:20:45.509Z Compiling dirs-sys-next v0.1.2
16992024-04-25T09:20:45.826Z Compiling match_cfg v0.1.0
17002024-04-25T09:20:45.924Z Compiling hostname v0.3.1
17012024-04-25T09:20:46.133Z Compiling dirs-next v2.0.0
17022024-04-25T09:20:46.180Z Compiling http v1.0.0
17032024-04-25T09:20:46.227Z Compiling thread_local v1.1.7
17042024-04-25T09:20:46.320Z Compiling rustls-pki-types v1.3.0
17052024-04-25T09:20:46.355Z Compiling darling v0.20.8
17062024-04-25T09:20:46.383Z Compiling slog-async v2.8.0
17072024-04-25T09:20:46.472Z Compiling term v0.7.0
17082024-04-25T09:20:47.061Z Compiling crossbeam-channel v0.5.8
17092024-04-25T09:20:47.078Z Compiling is-terminal v0.4.9
17102024-04-25T09:20:47.125Z Compiling rustls v0.22.4
17112024-04-25T09:20:47.216Z Compiling take_mut v0.2.2
17122024-04-25T09:20:47.357Z Compiling paste v1.0.14
17132024-04-25T09:20:47.396Z Compiling slog-term v2.9.1
17142024-04-25T09:20:47.949Z Compiling rustls-webpki v0.102.1
17152024-04-25T09:20:47.967Z Compiling multer v3.0.0
17162024-04-25T09:20:48.076Z Compiling instant v0.1.12
17172024-04-25T09:20:48.641Z Compiling slog-json v2.6.1
17182024-04-25T09:20:48.656Z Compiling async-stream-impl v0.3.5
17192024-04-25T09:20:48.656Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17202024-04-25T09:20:48.656Z Compiling atomic-waker v1.1.1
17212024-04-25T09:20:48.836Z Compiling debug-ignore v1.0.5
17222024-04-25T09:20:48.992Z Compiling waitgroup v0.1.2
17232024-04-25T09:20:49.018Z Compiling slog-bunyan v2.5.0
17242024-04-25T09:20:49.208Z Compiling rustls-pemfile v2.1.2
17252024-04-25T09:20:49.230Z Compiling serde_with_macros v3.7.0
17262024-04-25T09:20:49.402Z Compiling toml v0.8.12
17272024-04-25T09:20:49.644Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17282024-04-25T09:20:50.083Z Compiling serde_path_to_error v0.1.16
17292024-04-25T09:20:50.084Z Compiling async-stream v0.3.5
17302024-04-25T09:20:50.084Z Compiling structmeta-derive v0.3.0
17312024-04-25T09:20:50.105Z Compiling proc-macro-error-attr v1.0.4
17322024-04-25T09:20:50.488Z Compiling proc-macro-error v1.0.4
17332024-04-25T09:20:50.953Z Compiling newtype-uuid v1.1.0
17342024-04-25T09:20:51.175Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17352024-04-25T09:20:51.281Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17362024-04-25T09:20:51.525Z Compiling backoff v0.4.0
17372024-04-25T09:20:51.854Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17382024-04-25T09:20:51.922Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17392024-04-25T09:20:51.992Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17402024-04-25T09:20:52.163Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17412024-04-25T09:20:52.180Z Compiling macaddr v1.0.1
17422024-04-25T09:20:52.319Z Compiling proc-macro-crate v1.3.1
17432024-04-25T09:20:52.369Z Compiling serde_with v3.7.0
17442024-04-25T09:20:52.630Z Compiling tokio-rustls v0.25.0
17452024-04-25T09:20:52.630Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17462024-04-25T09:20:53.064Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17472024-04-25T09:20:53.543Z Compiling structmeta v0.3.0
17482024-04-25T09:20:53.560Z Compiling num_enum_derive v0.5.11
17492024-04-25T09:20:53.560Z Compiling foreign-types-macros v0.2.3
17502024-04-25T09:20:53.593Z Compiling parse-display-derive v0.9.0
17512024-04-25T09:20:54.818Z Compiling foreign-types-shared v0.3.1
17522024-04-25T09:20:56.273Z Compiling heapless v0.8.0
17532024-04-25T09:20:56.702Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17542024-04-25T09:20:56.703Z Compiling num_enum v0.5.11
17552024-04-25T09:20:56.703Z Compiling foreign-types v0.5.0
17562024-04-25T09:20:56.719Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17572024-04-25T09:20:56.719Z Compiling cstr-argument v0.1.2
17582024-04-25T09:20:56.719Z Compiling hash32 v0.3.1
17592024-04-25T09:20:56.833Z Compiling smoltcp v0.11.0
17602024-04-25T09:20:56.882Z Compiling pretty-hex v0.2.1
17612024-04-25T09:20:57.067Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17622024-04-25T09:20:57.439Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632024-04-25T09:20:57.636Z Compiling tabwriter v1.4.0
17642024-04-25T09:20:58.467Z Compiling colored v2.1.0
17652024-04-25T09:20:58.511Z Compiling socket2 v0.4.9
17662024-04-25T09:20:58.511Z Compiling parse-display v0.9.0
17672024-04-25T09:20:58.546Z Compiling fastrand v2.0.1
17682024-04-25T09:20:58.747Z Compiling embedded-io v0.4.0
17692024-04-25T09:20:58.801Z Compiling cobs v0.2.3
17702024-04-25T09:20:58.990Z Compiling postcard v1.0.8
17712024-04-25T09:20:59.012Z Compiling tempfile v3.10.1
17722024-04-25T09:20:59.035Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17732024-04-25T09:20:59.101Z Compiling crucible-workspace-hack v0.1.0
17742024-04-25T09:20:59.523Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17752024-04-25T09:20:59.536Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17762024-04-25T09:20:59.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17772024-04-25T09:20:59.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17782024-04-25T09:20:59.785Z Compiling smf v0.2.3
17792024-04-25T09:21:00.263Z Compiling platforms v3.0.2
17802024-04-25T09:21:00.263Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17812024-04-25T09:21:00.263Z Compiling humantime v2.1.0
17822024-04-25T09:21:00.393Z Compiling camino-tempfile v1.1.1
17832024-04-25T09:21:00.457Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17842024-04-25T09:21:00.770Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17852024-04-25T09:21:00.830Z Compiling usdt-attr-macro v0.5.0
17862024-04-25T09:21:01.095Z Compiling usdt-macro v0.5.0
17872024-04-25T09:21:01.176Z Compiling num-derive v0.4.0
17882024-04-25T09:21:01.235Z Compiling memmap v0.7.0
17892024-04-25T09:21:01.599Z Compiling sigpipe v0.1.3
17902024-04-25T09:21:01.781Z Compiling utf-8 v0.7.6
17912024-04-25T09:21:02.076Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17922024-04-25T09:21:02.116Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17932024-04-25T09:21:02.526Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17942024-04-25T09:21:02.638Z Compiling usdt v0.5.0
17952024-04-25T09:21:03.576Z Compiling atty v0.2.14
17962024-04-25T09:21:03.584Z Compiling unicase v2.7.0
17972024-04-25T09:21:03.595Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
17982024-04-25T09:21:04.049Z Compiling semver v0.1.20
17992024-04-25T09:21:04.064Z Compiling rayon-core v1.12.1
18002024-04-25T09:21:04.064Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18012024-04-25T09:21:04.064Z Compiling curve25519-dalek v4.1.2
18022024-04-25T09:21:04.064Z Compiling rustc_version v0.1.7
18032024-04-25T09:21:04.498Z Compiling newline-converter v0.3.0
18042024-04-25T09:21:04.515Z Compiling crossbeam-deque v0.8.3
18052024-04-25T09:21:04.515Z Compiling universal-hash v0.5.1
18062024-04-25T09:21:04.515Z Compiling same-file v1.0.6
18072024-04-25T09:21:04.515Z Compiling opaque-debug v0.3.0
18082024-04-25T09:21:04.516Z Compiling newtype_derive v0.1.6
18092024-04-25T09:21:04.557Z Compiling walkdir v2.5.0
18102024-04-25T09:21:04.574Z Compiling expectorate v1.1.0
18112024-04-25T09:21:04.756Z Compiling tungstenite v0.20.1
18122024-04-25T09:21:04.844Z Compiling signature v2.1.0
18132024-04-25T09:21:04.887Z Compiling curve25519-dalek-derive v0.1.0
18142024-04-25T09:21:05.093Z Compiling blake3 v1.5.0
18152024-04-25T09:21:05.318Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18162024-04-25T09:21:05.455Z Compiling num-rational v0.4.1
18172024-04-25T09:21:05.539Z Compiling getrandom v0.1.16
18182024-04-25T09:21:05.724Z Compiling termcolor v1.2.0
18192024-04-25T09:21:05.784Z Compiling arc-swap v1.6.0
18202024-04-25T09:21:06.300Z Compiling slog-scope v4.4.0
18212024-04-25T09:21:06.331Z Compiling env_logger v0.9.3
18222024-04-25T09:21:06.597Z Compiling tokio-tungstenite v0.20.1
18232024-04-25T09:21:06.663Z Compiling rayon v1.10.0
18242024-04-25T09:21:07.348Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18252024-04-25T09:21:07.357Z Compiling password-hash v0.5.0
18262024-04-25T09:21:07.357Z Compiling blake2 v0.10.6
18272024-04-25T09:21:07.433Z Compiling bitstruct_derive v0.1.0
18282024-04-25T09:21:07.800Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18292024-04-25T09:21:07.956Z Compiling memmap2 v0.7.1
18302024-04-25T09:21:07.975Z Compiling xattr v1.0.1
18312024-04-25T09:21:08.212Z Compiling filetime v0.2.23
18322024-04-25T09:21:08.693Z Compiling quick-error v1.2.3
18332024-04-25T09:21:08.693Z Compiling bytecount v0.6.3
18342024-04-25T09:21:08.693Z Compiling linked-hash-map v0.5.6
18352024-04-25T09:21:08.693Z Compiling home v0.5.5
18362024-04-25T09:21:08.694Z Compiling libefi-sys v0.1.0
18372024-04-25T09:21:08.694Z Compiling constant_time_eq v0.3.0
18382024-04-25T09:21:08.752Z Compiling arrayvec v0.7.4
18392024-04-25T09:21:08.822Z Compiling parking_lot_core v0.8.6
18402024-04-25T09:21:08.842Z Compiling ascii v1.1.0
18412024-04-25T09:21:08.845Z Compiling arrayref v0.3.7
18422024-04-25T09:21:08.932Z Compiling bitstruct v0.1.1
18432024-04-25T09:21:08.970Z Compiling lru-cache v0.1.2
18442024-04-25T09:21:09.064Z Compiling toolchain_find v0.4.0
18452024-04-25T09:21:09.155Z Compiling papergrid v0.11.0
18462024-04-25T09:21:09.178Z Compiling tar v0.4.40
18472024-04-25T09:21:09.315Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18482024-04-25T09:21:09.449Z Compiling resolv-conf v0.7.0
18492024-04-25T09:21:09.740Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18502024-04-25T09:21:10.029Z Compiling argon2 v0.5.3
18512024-04-25T09:21:10.714Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-04-25T09:21:11.325Z Compiling slog-stdlog v4.1.1
18532024-04-25T09:21:11.742Z Compiling tabled_derive v0.7.0
18542024-04-25T09:21:12.874Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-04-25T09:21:12.956Z Compiling rfc6979 v0.4.0
18562024-04-25T09:21:13.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-04-25T09:21:13.183Z Compiling erased-serde v0.3.31
18582024-04-25T09:21:13.307Z Compiling serde_arrays v0.1.0
18592024-04-25T09:21:13.444Z Compiling aead v0.5.2
18602024-04-25T09:21:13.465Z Compiling num-complex v0.4.5
18612024-04-25T09:21:13.469Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18622024-04-25T09:21:13.829Z Compiling nibble_vec v0.1.0
18632024-04-25T09:21:13.880Z Compiling slog-dtrace v0.3.0
18642024-04-25T09:21:14.054Z Compiling endian-type v0.1.2
18652024-04-25T09:21:14.192Z Compiling keccak v0.1.4
18662024-04-25T09:21:14.333Z Compiling cancel-safe-futures v0.1.5
18672024-04-25T09:21:14.389Z Compiling winapi v0.3.9
18682024-04-25T09:21:14.543Z Compiling topological-sort v0.2.2
18692024-04-25T09:21:14.654Z Compiling sha3 v0.10.8
18702024-04-25T09:21:14.817Z Compiling num v0.4.2
18712024-04-25T09:21:15.032Z Compiling omicron-zone-package v0.11.0
18722024-04-25T09:21:15.032Z Compiling tabled v0.15.0
18732024-04-25T09:21:15.032Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-04-25T09:21:15.280Z Compiling radix_trie v0.2.1
18752024-04-25T09:21:15.429Z Compiling rustfmt-wrapper v0.2.1
18762024-04-25T09:21:15.468Z Compiling ecdsa v0.16.9
18772024-04-25T09:21:15.670Z Compiling rand_core v0.5.1
18782024-04-25T09:21:16.198Z Compiling slog-envlogger v2.2.0
18792024-04-25T09:21:16.233Z Compiling steno v0.4.0
18802024-04-25T09:21:16.233Z Compiling mime_guess v2.0.4
18812024-04-25T09:21:16.655Z Compiling trust-dns-resolver v0.22.0
18822024-04-25T09:21:18.057Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18832024-04-25T09:21:18.074Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18842024-04-25T09:21:18.945Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18852024-04-25T09:21:19.781Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18862024-04-25T09:21:20.272Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18872024-04-25T09:21:20.968Z Compiling poly1305 v0.8.0
18882024-04-25T09:21:21.363Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18892024-04-25T09:21:22.103Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18902024-04-25T09:21:22.555Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18912024-04-25T09:21:22.559Z Compiling primeorder v0.13.6
18922024-04-25T09:21:22.796Z Compiling chacha20 v0.9.1
18932024-04-25T09:21:22.810Z Compiling heck v0.3.3
18942024-04-25T09:21:22.998Z Compiling secrecy v0.8.0
18952024-04-25T09:21:23.225Z Compiling thiserror-impl-no-std v2.0.2
18962024-04-25T09:21:23.225Z Compiling half v2.3.1
18972024-04-25T09:21:23.235Z Compiling option-ext v0.2.0
18982024-04-25T09:21:23.300Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18992024-04-25T09:21:23.397Z Compiling convert_case v0.4.0
19002024-04-25T09:21:23.603Z Compiling ciborium-io v0.2.2
19012024-04-25T09:21:23.753Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19022024-04-25T09:21:23.815Z Compiling ciborium-ll v0.2.2
19032024-04-25T09:21:23.895Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19042024-04-25T09:21:24.099Z Compiling dirs-sys v0.4.1
19052024-04-25T09:21:24.246Z Compiling zone_cfg_derive v0.1.2
19062024-04-25T09:21:24.794Z Compiling derive_more v0.99.17
19072024-04-25T09:21:24.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19082024-04-25T09:21:25.260Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19092024-04-25T09:21:25.292Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19102024-04-25T09:21:25.681Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19112024-04-25T09:21:26.098Z Compiling parking_lot v0.11.2
19122024-04-25T09:21:26.098Z Compiling rand_chacha v0.2.2
19132024-04-25T09:21:26.537Z Compiling thiserror-no-std v2.0.2
19142024-04-25T09:21:26.670Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19152024-04-25T09:21:27.235Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19162024-04-25T09:21:27.259Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19172024-04-25T09:21:28.073Z Compiling trust-dns-client v0.22.0
19182024-04-25T09:21:30.738Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19192024-04-25T09:21:32.470Z Compiling ed25519 v2.2.2
19202024-04-25T09:21:32.930Z Compiling polyval v0.6.1
19212024-04-25T09:21:32.994Z Compiling tungstenite v0.21.0
19222024-04-25T09:21:32.999Z Compiling aes v0.8.3
19232024-04-25T09:21:33.380Z Compiling blowfish v0.9.1
19242024-04-25T09:21:33.856Z Compiling ctr v0.9.2
19252024-04-25T09:21:34.227Z Compiling password-hash v0.4.2
19262024-04-25T09:21:34.642Z Compiling libsw v3.3.1
19272024-04-25T09:21:34.698Z Compiling toml v0.5.11
19282024-04-25T09:21:35.050Z Compiling pbkdf2 v0.12.2
19292024-04-25T09:21:35.197Z Compiling derive-where v1.2.7
19302024-04-25T09:21:35.485Z Compiling gethostname v0.4.3
19312024-04-25T09:21:35.560Z Compiling fxhash v0.2.1
19322024-04-25T09:21:35.765Z Compiling base64 v0.13.1
19332024-04-25T09:21:35.792Z Compiling linear-map v1.2.0
19342024-04-25T09:21:35.902Z Compiling swrite v0.1.0
19352024-04-25T09:21:36.037Z Compiling owo-colors v4.0.0
19362024-04-25T09:21:36.149Z Compiling ron v0.7.1
19372024-04-25T09:21:36.783Z Compiling sled v0.34.7
19382024-04-25T09:21:38.367Z Compiling trust-dns-server v0.22.1
19392024-04-25T09:21:38.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19402024-04-25T09:21:38.932Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19412024-04-25T09:21:41.857Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19422024-04-25T09:21:41.857Z Compiling bcrypt-pbkdf v0.10.0
19432024-04-25T09:21:41.857Z Compiling pbkdf2 v0.11.0
19442024-04-25T09:21:41.857Z Compiling tokio-tungstenite v0.21.0
19452024-04-25T09:21:42.206Z Compiling ghash v0.5.0
19462024-04-25T09:21:42.259Z Compiling ed25519-dalek v2.0.0
19472024-04-25T09:21:42.746Z Compiling russh-cryptovec v0.7.0
19482024-04-25T09:21:42.746Z Compiling vsss-rs v3.3.4
19492024-04-25T09:21:42.746Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19502024-04-25T09:21:43.261Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19512024-04-25T09:21:43.487Z Compiling rand v0.7.3
19522024-04-25T09:21:45.693Z Compiling zone v0.1.8
19532024-04-25T09:21:46.012Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-04-25T09:21:46.424Z Compiling dirs v5.0.1
19552024-04-25T09:21:46.730Z Compiling ciborium v0.2.2
19562024-04-25T09:21:47.288Z Compiling chacha20poly1305 v0.10.1
19572024-04-25T09:21:47.342Z Compiling p256 v0.13.2
19582024-04-25T09:21:47.552Z Compiling p521 v0.13.3
19592024-04-25T09:21:48.103Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-04-25T09:21:48.191Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19612024-04-25T09:21:48.280Z Compiling pem v3.0.4
19622024-04-25T09:21:48.771Z Compiling cbc v0.1.2
19632024-04-25T09:21:49.071Z Compiling headers-core v0.2.0
19642024-04-25T09:21:49.077Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19652024-04-25T09:21:49.213Z Compiling kstat-rs v0.2.3
19662024-04-25T09:21:49.445Z Compiling portpicker v0.1.1
19672024-04-25T09:21:49.666Z Compiling nanorand v0.7.0
19682024-04-25T09:21:49.782Z Compiling glob v0.3.1
19692024-04-25T09:21:49.824Z Compiling http-range v0.1.5
19702024-04-25T09:21:50.127Z Compiling md5 v0.7.0
19712024-04-25T09:21:50.212Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19722024-04-25T09:21:50.284Z Compiling flume v0.11.0
19732024-04-25T09:21:50.671Z Compiling russh-keys v0.43.0
19742024-04-25T09:21:50.745Z Compiling hyper-staticfile v0.9.5
19752024-04-25T09:21:51.754Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19762024-04-25T09:21:52.182Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19772024-04-25T09:21:52.182Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19782024-04-25T09:21:52.637Z Compiling headers v0.3.9
19792024-04-25T09:21:53.836Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19802024-04-25T09:21:54.011Z Compiling rcgen v0.12.1
19812024-04-25T09:21:54.627Z Compiling aes-gcm v0.10.3
19822024-04-25T09:21:54.921Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19832024-04-25T09:21:56.063Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19842024-04-25T09:21:56.480Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19852024-04-25T09:21:57.165Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19862024-04-25T09:22:00.581Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19872024-04-25T09:22:01.632Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19882024-04-25T09:22:02.041Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
19892024-04-25T09:22:03.915Z Compiling atomicwrites v0.4.3
19902024-04-25T09:22:04.053Z Compiling itertools v0.12.1
19912024-04-25T09:22:04.097Z Compiling subprocess v0.2.9
19922024-04-25T09:22:05.273Z Compiling display-error-chain v0.2.0
19932024-04-25T09:22:05.458Z Compiling dhcproto-macros v0.1.0
19942024-04-25T09:22:06.123Z Compiling hex-literal v0.4.1
19952024-04-25T09:22:06.165Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19962024-04-25T09:22:06.690Z Compiling russh v0.43.0
19972024-04-25T09:22:06.694Z Compiling dhcproto v0.11.0
19982024-04-25T09:22:06.961Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19992024-04-25T09:22:08.691Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20002024-04-25T09:22:09.025Z Compiling internet-checksum v0.2.1
20012024-04-25T09:22:10.885Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20022024-04-25T09:22:13.128Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20032024-04-25T09:22:31.976Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20042024-04-25T09:23:11.676Z Finished dev [unoptimized + debuginfo] target(s) in 5m 17s
20052024-04-25T09:23:12.056Z
20062024-04-25T09:23:12.056Zreal 5:17.507342779
20072024-04-25T09:23:12.057Zuser 27:40.561278382
20082024-04-25T09:23:12.057Zsys 6:04.241272896
20092024-04-25T09:23:12.057Ztrap 0.813898455
20102024-04-25T09:23:12.057Ztflt 4.025625454
20112024-04-25T09:23:12.057Zdflt 4.256231341
20122024-04-25T09:23:12.057Zkflt 0.159966866
20132024-04-25T09:23:12.058Zlock 51:16.200767078
20142024-04-25T09:23:12.135Zslp 1:19:21.536078319
20152024-04-25T09:23:12.135Zlat 1:41.688448984
20162024-04-25T09:23:12.135Zstop 4:32.504216153
20172024-04-25T09:23:12.135Z+ mkdir -p /work
20182024-04-25T09:23:12.136Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20192024-04-25T09:23:12.791Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20202024-04-25T09:23:21.590Z Finished dev [unoptimized + debuginfo] target(s) in 9.53s
20212024-04-25T09:23:21.670Z
20222024-04-25T09:23:21.670Zreal 9.645484121
20232024-04-25T09:23:21.671Zuser 6.804342484
20242024-04-25T09:23:21.671Zsys 3.783630704
20252024-04-25T09:23:21.671Ztrap 0.001495774
20262024-04-25T09:23:21.671Ztflt 0.002688824
20272024-04-25T09:23:21.671Zdflt 0.025953168
20282024-04-25T09:23:21.671Zkflt 0.000000000
20292024-04-25T09:23:21.672Zlock 26.446491461
20302024-04-25T09:23:21.672Zslp 38.265135780
20312024-04-25T09:23:21.672Zlat 0.038592158
20322024-04-25T09:23:21.672Zstop 0.346474830
20332024-04-25T09:23:21.704Z+ cp target/debug/commtest /work/commtest
20342024-04-25T09:23:22.154Z+ mkdir -p /work/end-to-end-tests
20352024-04-25T09:23:22.166Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20362024-04-25T09:23:22.988Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20372024-04-25T09:23:22.989Z+ ptime -m gzip
20382024-04-25T09:23:23.237Z++ basename target/debug/bootstrap
20392024-04-25T09:23:36.178Z
20402024-04-25T09:23:36.178Zreal 13.212290900
20412024-04-25T09:23:36.178Zuser 13.113293265
20422024-04-25T09:23:36.178Zsys 0.089517349
20432024-04-25T09:23:36.178Ztrap 0.002428576
20442024-04-25T09:23:36.178Ztflt 0.000000000
20452024-04-25T09:23:36.178Zdflt 0.000000000
20462024-04-25T09:23:36.178Zkflt 0.000000000
20472024-04-25T09:23:36.178Zlock 0.000000000
20482024-04-25T09:23:36.178Zslp 0.000000000
20492024-04-25T09:23:36.178Zlat 0.006653173
20502024-04-25T09:23:36.178Zstop 0.000169745
20512024-04-25T09:23:36.198Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20522024-04-25T09:23:36.198Z+ ptime -m gzip
20532024-04-25T09:23:36.198Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-31bb945e363eceee
20542024-04-25T09:23:37.373Z
20552024-04-25T09:23:37.374Zreal 1.182899284
20562024-04-25T09:23:37.374Zuser 1.172146938
20572024-04-25T09:23:37.374Zsys 0.009662412
20582024-04-25T09:23:37.374Ztrap 0.000290635
20592024-04-25T09:23:37.374Ztflt 0.000000000
20602024-04-25T09:23:37.374Zdflt 0.000000000
20612024-04-25T09:23:37.374Zkflt 0.000000000
20622024-04-25T09:23:37.374Zlock 0.000000000
20632024-04-25T09:23:37.375Zslp 0.000000000
20642024-04-25T09:23:37.375Zlat 0.000376139
20652024-04-25T09:23:37.395Zstop 0.000195355
20662024-04-25T09:23:37.395Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20672024-04-25T09:23:37.396Z+ ptime -m gzip
20682024-04-25T09:23:37.396Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-1b99b958ba5dcfe5
20692024-04-25T09:23:38.540Z
20702024-04-25T09:23:38.541Zreal 1.172273492
20712024-04-25T09:23:38.541Zuser 1.162464968
20722024-04-25T09:23:38.541Zsys 0.009086025
20732024-04-25T09:23:38.541Ztrap 0.000145973
20742024-04-25T09:23:38.541Ztflt 0.000000000
20752024-04-25T09:23:38.541Zdflt 0.000000000
20762024-04-25T09:23:38.541Zkflt 0.000000000
20772024-04-25T09:23:38.541Zlock 0.000000000
20782024-04-25T09:23:38.541Zslp 0.000000000
20792024-04-25T09:23:38.541Zlat 0.000175985
20802024-04-25T09:23:38.541Zstop 0.000174195
20812024-04-25T09:23:38.551Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20822024-04-25T09:23:38.551Z+ ptime -m gzip
20832024-04-25T09:23:38.551Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80e6dd34c6412319
20842024-04-25T09:23:39.734Z
20852024-04-25T09:23:39.734Zreal 1.182747698
20862024-04-25T09:23:39.735Zuser 1.172871565
20872024-04-25T09:23:39.735Zsys 0.009289190
20882024-04-25T09:23:39.735Ztrap 0.000073206
20892024-04-25T09:23:39.735Ztflt 0.000000000
20902024-04-25T09:23:39.735Zdflt 0.000000000
20912024-04-25T09:23:39.735Zkflt 0.000000000
20922024-04-25T09:23:39.735Zlock 0.000000000
20932024-04-25T09:23:39.735Zslp 0.000000000
20942024-04-25T09:23:39.736Zlat 0.000106826
20952024-04-25T09:23:39.736Zstop 0.000177255
20962024-04-25T09:23:39.754Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20972024-04-25T09:23:39.754Z+ ptime -m gzip
20982024-04-25T09:23:39.754Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6727b508e4f6c7df
20992024-04-25T09:23:52.815Z
21002024-04-25T09:23:52.816Zreal 13.059938579
21012024-04-25T09:23:52.816Zuser 12.985214977
21022024-04-25T09:23:52.816Zsys 0.071784981
21032024-04-25T09:23:52.816Ztrap 0.001534231
21042024-04-25T09:23:52.816Ztflt 0.000000000
21052024-04-25T09:23:52.817Zdflt 0.000000000
21062024-04-25T09:23:52.817Zkflt 0.000000000
21072024-04-25T09:23:52.817Zlock 0.000000000
21082024-04-25T09:23:52.818Zslp 0.000000000
21092024-04-25T09:23:52.818Zlat 0.001007023
21102024-04-25T09:23:52.818Zstop 0.000169895
21112024-04-25T09:23:52.834Z+ banner caboose-util
21122024-04-25T09:23:52.834Z
21132024-04-25T09:23:52.834Z #### ## ##### #### #### #### ###### # # #####
21142024-04-25T09:23:52.835Z # # # # # # # # # # # # # # #
21152024-04-25T09:23:52.835Z # # # ##### # # # # #### ##### ##### # # #
21162024-04-25T09:23:52.835Z # ###### # # # # # # # # # # #
21172024-04-25T09:23:52.835Z # # # # # # # # # # # # # # # #
21182024-04-25T09:23:52.836Z #### # # ##### #### #### #### ###### #### #
21192024-04-25T09:23:52.836Z
21202024-04-25T09:23:52.836Z+ ptime -m cargo build --locked -p caboose-util --release
21212024-04-25T09:23:53.294Z Downloading crates ...
21222024-04-25T09:23:53.471Z Downloaded bitvec v1.0.1
21232024-04-25T09:23:53.498Z Downloaded maybe-uninit v2.0.0
21242024-04-25T09:23:53.498Z Downloaded hashbrown v0.13.2
21252024-04-25T09:23:53.498Z Downloaded funty v2.0.0
21262024-04-25T09:23:53.499Z Downloaded env_logger v0.10.0
21272024-04-25T09:23:53.499Z Downloaded num-bigint-dig v0.8.4
21282024-04-25T09:23:53.499Z Downloaded nodrop v0.1.14
21292024-04-25T09:23:53.966Z Downloaded crc-catalog v2.2.0
21302024-04-25T09:23:53.966Z Downloaded crc-any v2.4.3
21312024-04-25T09:23:53.967Z Downloaded crc v3.0.1
21322024-04-25T09:23:53.967Z Downloaded bitfield v0.14.0
21332024-04-25T09:23:53.967Z Downloaded packed_struct v0.10.1
21342024-04-25T09:23:53.967Z Downloaded object v0.30.4
21352024-04-25T09:23:53.967Z Downloaded tap v1.0.1
21362024-04-25T09:23:53.967Z Downloaded smallvec v0.6.14
21372024-04-25T09:23:53.968Z Downloaded rsa v0.9.2
21382024-04-25T09:23:54.443Z Downloaded ron v0.8.1
21392024-04-25T09:23:54.443Z Downloaded x509-cert v0.2.4
21402024-04-25T09:23:54.443Z Downloaded serde-hex v0.1.0
21412024-04-25T09:23:54.444Z Downloaded radium v0.7.0
21422024-04-25T09:23:54.444Z Downloaded pkcs1 v0.7.5
21432024-04-25T09:23:54.444Z Downloaded path-slash v0.1.5
21442024-04-25T09:23:54.444Z Downloaded packed_struct_codegen v0.10.1
21452024-04-25T09:23:54.444Z Downloaded array-init v0.0.4
21462024-04-25T09:23:54.444Z Downloaded wyz v0.5.1
21472024-04-25T09:23:54.444Z Compiling proc-macro2 v1.0.81
21482024-04-25T09:23:54.444Z Compiling unicode-ident v1.0.12
21492024-04-25T09:23:54.445Z Compiling libc v0.2.153
21502024-04-25T09:23:54.445Z Compiling serde v1.0.198
21512024-04-25T09:23:54.445Z Compiling autocfg v1.1.0
21522024-04-25T09:23:54.445Z Compiling version_check v0.9.4
21532024-04-25T09:23:54.445Z Compiling cfg-if v1.0.0
21542024-04-25T09:23:54.445Z Compiling typenum v1.16.0
21552024-04-25T09:23:54.445Z Compiling once_cell v1.19.0
21562024-04-25T09:23:54.445Z Compiling parking_lot_core v0.9.8
21572024-04-25T09:23:54.876Z Compiling memchr v2.7.1
21582024-04-25T09:23:54.876Z Compiling generic-array v0.14.7
21592024-04-25T09:23:54.877Z Compiling syn v1.0.109
21602024-04-25T09:23:55.334Z Compiling lock_api v0.4.10
21612024-04-25T09:23:55.334Z Compiling byteorder v1.5.0
21622024-04-25T09:23:55.334Z Compiling libm v0.2.7
21632024-04-25T09:23:55.334Z Compiling quote v1.0.36
21642024-04-25T09:23:55.335Z Compiling num-traits v0.2.18
21652024-04-25T09:23:55.335Z Compiling ahash v0.8.8
21662024-04-25T09:23:55.872Z Compiling serde_json v1.0.116
21672024-04-25T09:23:56.303Z Compiling syn v2.0.60
21682024-04-25T09:23:56.303Z Compiling cc v1.0.83
21692024-04-25T09:23:56.303Z Compiling getrandom v0.2.12
21702024-04-25T09:23:56.304Z Compiling pkg-config v0.3.27
21712024-04-25T09:23:56.320Z Compiling thiserror v1.0.59
21722024-04-25T09:23:56.320Z Compiling scopeguard v1.2.0
21732024-04-25T09:23:56.342Z Compiling itoa v1.0.9
21742024-04-25T09:23:56.475Z Compiling log v0.4.21
21752024-04-25T09:23:56.666Z Compiling slab v0.4.9
21762024-04-25T09:23:57.002Z Compiling rand_core v0.6.4
21772024-04-25T09:23:57.180Z Compiling smallvec v1.13.1
21782024-04-25T09:23:57.681Z Compiling vcpkg v0.2.15
21792024-04-25T09:23:58.039Z Compiling ryu v1.0.15
21802024-04-25T09:23:58.344Z Compiling const-oid v0.9.6
21812024-04-25T09:23:58.576Z Compiling parking_lot v0.12.1
21822024-04-25T09:23:58.890Z Compiling pin-project-lite v0.2.13
21832024-04-25T09:23:59.129Z Compiling ring v0.17.8
21842024-04-25T09:23:59.316Z Compiling openssl-sys v0.9.102
21852024-04-25T09:23:59.439Z Compiling ucd-trie v0.1.6
21862024-04-25T09:23:59.930Z Compiling signal-hook-registry v1.4.1
21872024-04-25T09:24:00.236Z Compiling subtle v2.5.0
21882024-04-25T09:24:00.370Z Compiling rustix v0.38.31
21892024-04-25T09:24:00.552Z Compiling ring v0.16.20
21902024-04-25T09:24:00.643Z Compiling mio v0.8.11
21912024-04-25T09:24:01.089Z Compiling semver v1.0.22
21922024-04-25T09:24:01.529Z Compiling futures-core v0.3.30
21932024-04-25T09:24:01.565Z Compiling tinyvec_macros v0.1.1
21942024-04-25T09:24:01.658Z Compiling tinyvec v1.6.0
21952024-04-25T09:24:02.889Z Compiling spin v0.5.2
21962024-04-25T09:24:03.089Z Compiling unicode-normalization v0.1.22
21972024-04-25T09:24:03.783Z Compiling socket2 v0.5.6
21982024-04-25T09:24:04.205Z Compiling num_cpus v1.16.0
21992024-04-25T09:24:04.221Z Compiling allocator-api2 v0.2.16
22002024-04-25T09:24:04.222Z Compiling unicode-xid v0.2.4
22012024-04-25T09:24:04.643Z Compiling openssl v0.10.64
22022024-04-25T09:24:04.653Z Compiling httparse v1.8.0
22032024-04-25T09:24:04.653Z Compiling futures-sink v0.3.30
22042024-04-25T09:24:04.653Z Compiling unicode-bidi v0.3.15
22052024-04-25T09:24:05.156Z Compiling synstructure v0.12.6
22062024-04-25T09:24:05.215Z Compiling time-core v0.1.2
22072024-04-25T09:24:05.382Z Compiling num-conv v0.1.0
22082024-04-25T09:24:05.426Z Compiling equivalent v1.0.1
22092024-04-25T09:24:05.653Z Compiling time-macros v0.2.17
22102024-04-25T09:24:05.809Z Compiling futures-channel v0.3.30
22112024-04-25T09:24:06.150Z Compiling crc32fast v1.3.2
22122024-04-25T09:24:06.337Z Compiling ppv-lite86 v0.2.17
22132024-04-25T09:24:06.573Z Compiling rustls v0.21.9
22142024-04-25T09:24:06.876Z Compiling pin-utils v0.1.0
22152024-04-25T09:24:07.398Z Compiling native-tls v0.2.11
22162024-04-25T09:24:07.413Z Compiling futures-io v0.3.30
22172024-04-25T09:24:07.914Z Compiling futures-task v0.3.30
22182024-04-25T09:24:07.915Z Compiling rand_chacha v0.3.1
22192024-04-25T09:24:07.915Z Compiling bzip2-sys v0.1.11+1.0.8
22202024-04-25T09:24:07.915Z Compiling spin v0.9.8
22212024-04-25T09:24:07.915Z Compiling tracing-core v0.1.32
22222024-04-25T09:24:08.094Z Compiling base64ct v1.6.0
22232024-04-25T09:24:08.147Z Compiling zerocopy-derive v0.2.0
22242024-04-25T09:24:08.161Z Compiling rand v0.8.5
22252024-04-25T09:24:08.310Z Compiling serde_derive v1.0.198
22262024-04-25T09:24:08.665Z Compiling zeroize_derive v1.4.2
22272024-04-25T09:24:08.742Z Compiling zerocopy-derive v0.7.32
22282024-04-25T09:24:09.101Z Compiling thiserror-impl v1.0.59
22292024-04-25T09:24:09.111Z Compiling tokio-macros v2.2.0
22302024-04-25T09:24:09.169Z Compiling futures-macro v0.3.30
22312024-04-25T09:24:09.892Z Compiling tracing-attributes v0.1.27
22322024-04-25T09:24:09.945Z Compiling der_derive v0.7.2
22332024-04-25T09:24:10.098Z Compiling zeroize v1.7.0
22342024-04-25T09:24:10.771Z Compiling zerocopy v0.7.32
22352024-04-25T09:24:11.921Z Compiling pest v2.7.6
22362024-04-25T09:24:12.043Z Compiling crypto-common v0.1.6
22372024-04-25T09:24:12.207Z Compiling block-buffer v0.10.4
22382024-04-25T09:24:12.702Z Compiling openssl-macros v0.1.1
22392024-04-25T09:24:12.711Z Compiling digest v0.10.7
22402024-04-25T09:24:12.889Z Compiling futures-util v0.3.30
22412024-04-25T09:24:13.018Z Compiling pem-rfc7468 v0.7.0
22422024-04-25T09:24:13.154Z Compiling hashbrown v0.14.3
22432024-04-25T09:24:13.165Z Compiling tracing v0.1.40
22442024-04-25T09:24:13.340Z Compiling zerocopy-derive v0.6.6
22452024-04-25T09:24:13.652Z Compiling scroll_derive v0.12.0
22462024-04-25T09:24:14.600Z Compiling pest_meta v2.7.6
22472024-04-25T09:24:14.813Z Compiling cookie v0.17.0
22482024-04-25T09:24:14.953Z Compiling usdt-impl v0.3.5
22492024-04-25T09:24:15.119Z Compiling schemars v0.8.16
22502024-04-25T09:24:15.296Z Compiling signal-hook v0.3.17
22512024-04-25T09:24:15.373Z Compiling percent-encoding v2.3.1
22522024-04-25T09:24:15.453Z Compiling flagset v0.4.3
22532024-04-25T09:24:15.643Z Compiling der v0.7.8
22542024-04-25T09:24:16.134Z Compiling pest_generator v2.7.6
22552024-04-25T09:24:16.692Z Compiling serde_derive_internals v0.26.0
22562024-04-25T09:24:18.551Z Compiling pest_derive v2.7.6
22572024-04-25T09:24:19.347Z Compiling errno v0.3.8
22582024-04-25T09:24:19.413Z Compiling fnv v1.0.7
22592024-04-25T09:24:19.949Z Compiling schemars_derive v0.8.16
22602024-04-25T09:24:20.374Z Compiling spki v0.7.2
22612024-04-25T09:24:20.949Z Compiling zerocopy v0.3.0
22622024-04-25T09:24:21.503Z Compiling bytes v1.6.0
22632024-04-25T09:24:22.581Z Compiling bitflags v2.4.2
22642024-04-25T09:24:22.595Z Compiling tokio v1.37.0
22652024-04-25T09:24:22.669Z Compiling indexmap v2.2.6
22662024-04-25T09:24:23.355Z Compiling rustc_version v0.4.0
22672024-04-25T09:24:29.150Z Compiling heapless v0.7.16
22682024-04-25T09:24:29.550Z Compiling http v0.2.12
22692024-04-25T09:24:29.550Z Compiling uuid v1.8.0
22702024-04-25T09:24:29.550Z Compiling lazy_static v1.4.0
22712024-04-25T09:24:29.617Z Compiling backtrace v0.3.69
22722024-04-25T09:24:29.617Z Compiling thread-id v4.2.0
22732024-04-25T09:24:29.617Z Compiling num-bigint v0.4.4
22742024-04-25T09:24:29.617Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22752024-04-25T09:24:29.617Z Compiling crossbeam-utils v0.8.19
22762024-04-25T09:24:29.617Z Compiling iana-time-zone v0.1.57
22772024-04-25T09:24:29.617Z Compiling foreign-types-shared v0.1.1
22782024-04-25T09:24:29.618Z Compiling untrusted v0.9.0
22792024-04-25T09:24:29.618Z Compiling heck v0.4.1
22802024-04-25T09:24:29.618Z Compiling powerfmt v0.2.0
22812024-04-25T09:24:29.618Z Compiling untrusted v0.7.1
22822024-04-25T09:24:29.618Z Compiling smoltcp v0.9.1
22832024-04-25T09:24:29.618Z Compiling heck v0.5.0
22842024-04-25T09:24:29.618Z Compiling base64 v0.21.7
22852024-04-25T09:24:29.618Z Compiling clap_derive v4.5.4
22862024-04-25T09:24:29.618Z Compiling deranged v0.3.11
22872024-04-25T09:24:29.793Z Compiling foreign-types v0.3.2
22882024-04-25T09:24:29.889Z Compiling chrono v0.4.38
22892024-04-25T09:24:30.270Z Compiling tokio-util v0.7.10
22902024-04-25T09:24:31.241Z Compiling dof v0.1.5
22912024-04-25T09:24:31.719Z Compiling dtrace-parser v0.1.14
22922024-04-25T09:24:31.963Z Compiling form_urlencoded v1.2.1
22932024-04-25T09:24:32.563Z Compiling hmac v0.12.1
22942024-04-25T09:24:32.802Z Compiling num-integer v0.1.46
22952024-04-25T09:24:33.244Z Compiling adler v1.0.2
22962024-04-25T09:24:33.287Z Compiling rustversion v1.0.14
22972024-04-25T09:24:33.756Z Compiling siphasher v0.3.11
22982024-04-25T09:24:33.846Z Compiling num_threads v0.1.6
22992024-04-25T09:24:33.863Z Compiling utf8parse v0.2.1
23002024-04-25T09:24:33.888Z Compiling try-lock v0.2.4
23012024-04-25T09:24:33.906Z Compiling anstyle v1.0.6
23022024-04-25T09:24:33.954Z Compiling cpufeatures v0.2.12
23032024-04-25T09:24:34.022Z Compiling sha2 v0.10.8
23042024-04-25T09:24:34.048Z Compiling want v0.3.1
23052024-04-25T09:24:34.100Z Compiling anstyle-parse v0.2.1
23062024-04-25T09:24:34.312Z Compiling time v0.3.34
23072024-04-25T09:24:35.523Z Compiling miniz_oxide v0.7.1
23082024-04-25T09:24:37.532Z Compiling rustls-webpki v0.101.7
23092024-04-25T09:24:38.239Z Compiling h2 v0.3.26
23102024-04-25T09:24:39.042Z Compiling sct v0.7.0
23112024-04-25T09:24:39.192Z Compiling http-body v0.4.5
23122024-04-25T09:24:39.305Z Compiling serde_tokenstream v0.1.7
23132024-04-25T09:24:39.467Z Compiling pkcs8 v0.10.2
23142024-04-25T09:24:39.604Z Compiling async-trait v0.1.80
23152024-04-25T09:24:39.810Z Compiling hubpack_derive v0.1.1
23162024-04-25T09:24:40.554Z Compiling idna v0.5.0
23172024-04-25T09:24:41.307Z Compiling aho-corasick v1.1.2
23182024-04-25T09:24:41.477Z Compiling usdt-impl v0.5.0
23192024-04-25T09:24:41.797Z Compiling colorchoice v1.0.0
23202024-04-25T09:24:42.484Z Compiling regex-syntax v0.8.2
23212024-04-25T09:24:42.814Z Compiling openssl-probe v0.1.5
23222024-04-25T09:24:42.863Z Compiling tower-service v0.3.2
23232024-04-25T09:24:42.987Z Compiling anstyle-query v1.0.0
23242024-04-25T09:24:43.144Z Compiling httpdate v1.0.3
23252024-04-25T09:24:43.503Z Compiling slog v2.7.0
23262024-04-25T09:24:43.519Z Compiling radium v0.7.0
23272024-04-25T09:24:43.912Z Compiling anyhow v1.0.82
23282024-04-25T09:24:44.738Z Compiling anstream v0.6.11
23292024-04-25T09:24:45.292Z Compiling hyper v0.14.28
23302024-04-25T09:24:47.916Z Compiling regex-automata v0.4.5
23312024-04-25T09:24:51.588Z Compiling url v2.5.0
23322024-04-25T09:24:53.464Z Compiling terminal_size v0.3.0
23332024-04-25T09:24:53.877Z Compiling toml_datetime v0.6.5
23342024-04-25T09:24:53.958Z Compiling serde_spanned v0.6.5
23352024-04-25T09:24:54.198Z Compiling zerocopy v0.6.6
23362024-04-25T09:24:54.748Z Compiling scroll v0.12.0
23372024-04-25T09:24:54.752Z Compiling md-5 v0.10.5
23382024-04-25T09:24:54.919Z Compiling stringprep v0.1.3
23392024-04-25T09:24:54.919Z Compiling idna v0.3.0
23402024-04-25T09:24:54.995Z Compiling diesel_table_macro_syntax v0.1.0
23412024-04-25T09:24:55.173Z Compiling hash32 v0.2.1
23422024-04-25T09:24:55.558Z Compiling gimli v0.28.0
23432024-04-25T09:24:55.567Z Compiling stable_deref_trait v1.2.0
23442024-04-25T09:24:55.615Z Compiling clap_lex v0.7.0
23452024-04-25T09:24:55.669Z Compiling maybe-uninit v2.0.0
23462024-04-25T09:24:55.822Z Compiling dyn-clone v1.0.17
23472024-04-25T09:24:55.940Z Compiling uuid v0.8.2
23482024-04-25T09:24:56.429Z Compiling strsim v0.11.0
23492024-04-25T09:24:56.438Z Compiling fallible-iterator v0.2.0
23502024-04-25T09:24:56.460Z Compiling plain v0.2.3
23512024-04-25T09:24:56.497Z Compiling tap v1.0.1
23522024-04-25T09:24:56.523Z Compiling psl-types v2.0.11
23532024-04-25T09:24:56.628Z Compiling goblin v0.8.0
23542024-04-25T09:24:56.660Z Compiling wyz v0.5.1
23552024-04-25T09:24:56.713Z Compiling publicsuffix v2.2.3
23562024-04-25T09:24:56.777Z Compiling postgres-protocol v0.6.6
23572024-04-25T09:24:57.120Z Compiling clap_builder v4.5.2
23582024-04-25T09:24:59.084Z Compiling diesel_derives v2.1.2
23592024-04-25T09:24:59.428Z Compiling tokio-rustls v0.24.1
23602024-04-25T09:24:59.752Z Compiling addr2line v0.21.0
23612024-04-25T09:25:07.796Z Compiling strum_macros v0.25.2
23622024-04-25T09:25:08.147Z Compiling tokio-native-tls v0.3.1
23632024-04-25T09:25:08.147Z Compiling usdt-attr-macro v0.3.5
23642024-04-25T09:25:08.252Z Compiling usdt-macro v0.3.5
23652024-04-25T09:25:08.252Z Compiling phf_shared v0.11.2
23662024-04-25T09:25:08.252Z Compiling num-iter v0.1.44
23672024-04-25T09:25:08.252Z Compiling enum-as-inner v0.5.1
23682024-04-25T09:25:08.252Z Compiling block-padding v0.3.3
23692024-04-25T09:25:08.252Z Compiling serde_repr v0.1.16
23702024-04-25T09:25:08.535Z Compiling ff v0.13.0
23712024-04-25T09:25:08.778Z Compiling scheduled-thread-pool v0.2.7
23722024-04-25T09:25:10.270Z Compiling object v0.32.1
23732024-04-25T09:25:10.779Z Compiling ipnet v2.9.0
23742024-04-25T09:25:11.797Z Compiling bit-vec v0.6.3
23752024-04-25T09:25:12.530Z Compiling matches v0.1.10
23762024-04-25T09:25:12.674Z Compiling funty v2.0.0
23772024-04-25T09:25:12.793Z Compiling bitflags v1.3.2
23782024-04-25T09:25:13.336Z Compiling managed v0.8.0
23792024-04-25T09:25:13.679Z Compiling num-bigint-dig v0.8.4
23802024-04-25T09:25:13.969Z Compiling rustc-demangle v0.1.23
23812024-04-25T09:25:14.330Z Compiling base16ct v0.2.0
23822024-04-25T09:25:14.602Z Compiling winnow v0.5.15
23832024-04-25T09:25:14.822Z Compiling pretty-hex v0.4.1
23842024-04-25T09:25:15.045Z Compiling packed_struct v0.10.1
23852024-04-25T09:25:15.467Z Compiling regex-automata v0.1.10
23862024-04-25T09:25:15.957Z Compiling bstr v0.2.17
23872024-04-25T09:25:17.180Z Compiling dof v0.3.0
23882024-04-25T09:25:17.321Z Compiling sec1 v0.7.3
23892024-04-25T09:25:18.199Z Compiling toml_edit v0.19.15
23902024-04-25T09:25:18.961Z Compiling bitvec v1.0.1
23912024-04-25T09:25:23.559Z Compiling idna v0.2.3
23922024-04-25T09:25:24.906Z Compiling r2d2 v0.8.10
23932024-04-25T09:25:24.946Z Compiling group v0.13.0
23942024-04-25T09:25:25.144Z Compiling inout v0.1.3
23952024-04-25T09:25:25.550Z Compiling phf v0.11.2
23962024-04-25T09:25:26.568Z Compiling hyper-tls v0.5.0
23972024-04-25T09:25:26.936Z Compiling clap v4.5.4
23982024-04-25T09:25:27.031Z Compiling signal-hook-mio v0.2.3
23992024-04-25T09:25:27.216Z Compiling cookie_store v0.20.0
24002024-04-25T09:25:28.510Z Compiling flate2 v1.0.28
24012024-04-25T09:25:28.714Z Compiling hyper-rustls v0.24.2
24022024-04-25T09:25:29.054Z Compiling bzip2 v0.4.4
24032024-04-25T09:25:29.395Z Compiling ipnetwork v0.20.0
24042024-04-25T09:25:29.524Z Compiling postgres-types v0.2.6
24052024-04-25T09:25:30.153Z Compiling regex v1.10.4
24062024-04-25T09:25:30.783Z Compiling hubpack v0.1.2
24072024-04-25T09:25:30.892Z Compiling phf_shared v0.10.0
24082024-04-25T09:25:31.014Z Compiling rustls-pemfile v1.0.3
24092024-04-25T09:25:31.116Z Compiling hkdf v0.12.4
24102024-04-25T09:25:31.200Z Compiling serde_urlencoded v0.7.1
24112024-04-25T09:25:31.228Z Compiling dtrace-parser v0.2.0
24122024-04-25T09:25:31.268Z Compiling futures-executor v0.3.30
24132024-04-25T09:25:31.795Z Compiling crypto-bigint v0.5.2
24142024-04-25T09:25:32.217Z Compiling packed_struct_codegen v0.10.1
24152024-04-25T09:25:33.049Z Compiling float-cmp v0.9.0
24162024-04-25T09:25:37.384Z Compiling indexmap v1.9.3
24172024-04-25T09:25:37.544Z Compiling encoding_rs v0.8.33
24182024-04-25T09:25:37.545Z Compiling data-encoding v2.4.0
24192024-04-25T09:25:37.545Z Compiling new_debug_unreachable v1.0.4
24202024-04-25T09:25:37.606Z Compiling minimal-lexical v0.2.1
24212024-04-25T09:25:37.606Z Compiling unicode-width v0.1.11
24222024-04-25T09:25:37.606Z Compiling crc-catalog v2.2.0
24232024-04-25T09:25:37.606Z Compiling whoami v1.5.1
24242024-04-25T09:25:37.606Z Compiling static_assertions v1.1.0
24252024-04-25T09:25:37.606Z Compiling normalize-line-endings v0.3.0
24262024-04-25T09:25:37.606Z Compiling webpki-roots v0.25.2
24272024-04-25T09:25:37.607Z Compiling precomputed-hash v0.1.1
24282024-04-25T09:25:37.607Z Compiling either v1.11.0
24292024-04-25T09:25:37.607Z Compiling unicode-segmentation v1.10.1
24302024-04-25T09:25:37.607Z Compiling winnow v0.6.1
24312024-04-25T09:25:37.607Z Compiling difflib v0.4.0
24322024-04-25T09:25:37.607Z Compiling mime v0.3.17
24332024-04-25T09:25:37.791Z Compiling predicates-core v1.0.6
24342024-04-25T09:25:37.915Z Compiling fixedbitset v0.4.2
24352024-04-25T09:25:37.990Z Compiling sync_wrapper v0.1.2
24362024-04-25T09:25:38.232Z Compiling nodrop v0.1.14
24372024-04-25T09:25:38.572Z Compiling array-init v0.0.4
24382024-04-25T09:25:39.833Z Compiling reqwest v0.11.24
24392024-04-25T09:25:39.877Z Compiling petgraph v0.6.4
24402024-04-25T09:25:40.728Z Compiling toml_edit v0.22.12
24412024-04-25T09:25:44.038Z Compiling predicates v3.1.0
24422024-04-25T09:25:44.181Z Compiling similar v2.4.0
24432024-04-25T09:25:44.182Z Compiling itertools v0.10.5
24442024-04-25T09:25:44.257Z Compiling string_cache v0.8.7
24452024-04-25T09:25:44.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24462024-04-25T09:25:48.387Z Compiling tokio-postgres v0.7.10
24472024-04-25T09:25:49.482Z Compiling crc v3.0.1
24482024-04-25T09:25:50.113Z Compiling console v0.15.8
24492024-04-25T09:25:50.222Z Compiling nom v7.1.3
24502024-04-25T09:25:52.474Z Compiling trust-dns-proto v0.22.0
24512024-04-25T09:25:53.903Z Compiling elliptic-curve v0.13.8
24522024-04-25T09:26:00.103Z Compiling futures v0.3.30
24532024-04-25T09:26:00.251Z Compiling diesel v2.1.6
24542024-04-25T09:26:00.251Z Compiling smallvec v0.6.14
24552024-04-25T09:26:00.251Z Compiling zip v0.6.6
24562024-04-25T09:26:00.251Z Compiling yasna v0.5.2
24572024-04-25T09:26:00.251Z Compiling crossterm v0.27.0
24582024-04-25T09:26:00.465Z Compiling crossbeam-epoch v0.9.18
24592024-04-25T09:26:00.985Z Compiling cipher v0.4.4
24602024-04-25T09:26:01.431Z Compiling toml v0.7.8
24612024-04-25T09:26:02.136Z Compiling bit-set v0.5.3
24622024-04-25T09:26:02.419Z Compiling usdt v0.3.5
24632024-04-25T09:26:03.280Z Compiling bstr v1.9.0
24642024-04-25T09:26:03.985Z Compiling pkcs1 v0.7.5
24652024-04-25T09:26:04.912Z Compiling tokio-stream v0.1.15
24662024-04-25T09:26:05.939Z Compiling is-terminal v0.4.9
24672024-04-25T09:26:06.216Z Compiling openapiv3 v2.0.0
24682024-04-25T09:26:06.495Z Compiling hex v0.4.3
24692024-04-25T09:26:07.984Z Compiling signature v2.1.0
24702024-04-25T09:26:14.544Z Compiling hashbrown v0.12.3
24712024-04-25T09:26:14.544Z Compiling termcolor v1.2.0
24722024-04-25T09:26:14.544Z Compiling base64 v0.22.0
24732024-04-25T09:26:14.544Z Compiling peg-runtime v0.8.2
24742024-04-25T09:26:14.544Z Compiling lalrpop-util v0.19.12
24752024-04-25T09:26:14.544Z Compiling bitfield v0.14.0
24762024-04-25T09:26:14.544Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24772024-04-25T09:26:16.085Z Compiling env_logger v0.10.0
24782024-04-25T09:26:20.003Z Compiling rsa v0.9.2
24792024-04-25T09:26:26.364Z Compiling serde-hex v0.1.0
24802024-04-25T09:26:26.501Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24812024-04-25T09:26:33.900Z Compiling ron v0.8.1
24822024-04-25T09:26:35.812Z Compiling x509-cert v0.2.4
24832024-04-25T09:26:36.092Z Compiling hashbrown v0.13.2
24842024-04-25T09:26:36.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24852024-04-25T09:26:45.306Z Compiling crc-any v2.4.3
24862024-04-25T09:26:52.780Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24872024-04-25T09:27:04.205Z Compiling object v0.30.4
24882024-04-25T09:27:05.447Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24892024-04-25T09:27:20.053Z Compiling path-slash v0.1.5
24902024-04-25T09:27:20.244Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24912024-04-25T09:27:48.534Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24922024-04-25T09:27:49.116Z Finished release [optimized] target(s) in 3m 46s
24932024-04-25T09:27:49.116Z
24942024-04-25T09:27:49.116Zreal 3:46.940889838
24952024-04-25T09:27:49.116Zuser 25:00.086955055
24962024-04-25T09:27:49.116Zsys 3:12.057657560
24972024-04-25T09:27:49.116Ztrap 0.760407285
24982024-04-25T09:27:49.116Ztflt 1.755693827
24992024-04-25T09:27:49.116Zdflt 0.306314264
25002024-04-25T09:27:49.116Zkflt 0.018029915
25012024-04-25T09:27:49.116Zlock 56:58.775010057
25022024-04-25T09:27:49.116Zslp 1:14:20.337584226
25032024-04-25T09:27:49.116Zlat 1:29.377687407
25042024-04-25T09:27:49.116Zstop 1:26.892582317
25052024-04-25T09:27:49.116Z+ ptime -m gzip
25062024-04-25T09:27:49.116Z
25072024-04-25T09:27:49.170Zreal 0.265740685
25082024-04-25T09:27:49.170Zuser 0.263129920
25092024-04-25T09:27:49.170Zsys 0.002087181
25102024-04-25T09:27:49.170Ztrap 0.000020338
25112024-04-25T09:27:49.170Ztflt 0.000000000
25122024-04-25T09:27:49.171Zdflt 0.000000000
25132024-04-25T09:27:49.171Zkflt 0.000000000
25142024-04-25T09:27:49.171Zlock 0.000000000
25152024-04-25T09:27:49.171Zslp 0.000000000
25162024-04-25T09:27:49.171Zlat 0.000100197
25172024-04-25T09:27:49.171Zstop 0.000176915
25182024-04-25T09:27:49.171Z+ banner tufaceous
25192024-04-25T09:27:49.171Z
25202024-04-25T09:27:49.171Z ##### # # ###### ## #### ###### #### # # ####
25212024-04-25T09:27:49.171Z # # # # # # # # # # # # # #
25222024-04-25T09:27:49.171Z # # # ##### # # # ##### # # # # ####
25232024-04-25T09:27:49.171Z # # # # ###### # # # # # # #
25242024-04-25T09:27:49.171Z # # # # # # # # # # # # # # #
25252024-04-25T09:27:49.172Z # #### # # # #### ###### #### #### ####
25262024-04-25T09:27:49.172Z
25272024-04-25T09:27:49.172Z+ ptime -m cargo build --locked -p tufaceous --release
25282024-04-25T09:27:49.172Z Downloading crates ...
25292024-04-25T09:27:49.172Z Downloaded async-recursion v1.1.0
25302024-04-25T09:27:49.172Z Downloaded fs-err v2.11.0
25312024-04-25T09:27:49.172Z Downloaded globset v0.4.13
25322024-04-25T09:27:49.172Z Downloaded parse-size v1.0.0
25332024-04-25T09:27:49.172Z Downloaded olpc-cjson v0.1.3
25342024-04-25T09:27:49.172Z Downloaded serde_plain v1.0.2
25352024-04-25T09:27:49.172Z Downloaded pin-project v1.1.3
25362024-04-25T09:27:49.172Z Downloaded tough v0.17.1
25372024-04-25T09:27:49.173Z Downloaded typed-path v0.7.0
25382024-04-25T09:27:49.173Z Downloaded pin-project-internal v1.1.3
25392024-04-25T09:27:49.173Z Downloaded buf-list v1.0.3
25402024-04-25T09:27:49.173Z Downloaded snafu v0.8.2
25412024-04-25T09:27:49.173Z Downloaded snafu-derive v0.8.2
25422024-04-25T09:27:49.173Z Compiling serde_tokenstream v0.2.0
25432024-04-25T09:27:49.173Z Compiling regress v0.9.1
25442024-04-25T09:27:49.173Z Compiling dirs-sys-next v0.1.2
25452024-04-25T09:27:49.173Z Compiling rustls-pki-types v1.3.0
25462024-04-25T09:27:49.173Z Compiling strsim v0.10.0
25472024-04-25T09:27:49.173Z Compiling ident_case v1.0.1
25482024-04-25T09:27:49.174Z Compiling heck v0.4.1
25492024-04-25T09:27:49.174Z Compiling getopts v0.2.21
25502024-04-25T09:27:49.174Z Compiling darling_core v0.20.8
25512024-04-25T09:27:49.174Z Compiling dirs-next v2.0.0
25522024-04-25T09:27:49.174Z Compiling thread_local v1.1.7
25532024-04-25T09:27:49.174Z Compiling paste v1.0.14
25542024-04-25T09:27:49.174Z Compiling camino v1.1.6
25552024-04-25T09:27:49.174Z Compiling unsafe-libyaml v0.2.10
25562024-04-25T09:27:49.174Z Compiling slog-async v2.8.0
25572024-04-25T09:27:49.175Z Compiling rustls v0.22.4
25582024-04-25T09:27:49.175Z Compiling term v0.7.0
25592024-04-25T09:27:49.175Z Compiling rustls-webpki v0.102.1
25602024-04-25T09:27:49.175Z Compiling crossbeam-channel v0.5.8
25612024-04-25T09:27:49.175Z Compiling serde_yaml v0.9.25
25622024-04-25T09:27:49.175Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25632024-04-25T09:27:49.175Z Compiling structmeta-derive v0.3.0
25642024-04-25T09:27:49.175Z Compiling multer v3.0.0
25652024-04-25T09:27:49.175Z Compiling take_mut v0.2.2
25662024-04-25T09:27:49.175Z Compiling darling_macro v0.20.8
25672024-04-25T09:27:49.175Z Compiling match_cfg v0.1.0
25682024-04-25T09:27:49.175Z Compiling hostname v0.3.1
25692024-04-25T09:27:49.175Z Compiling slog-term v2.9.1
25702024-04-25T09:27:49.176Z Compiling structmeta v0.3.0
25712024-04-25T09:27:49.176Z Compiling darling v0.20.8
25722024-04-25T09:27:49.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25732024-04-25T09:27:49.729Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25742024-04-25T09:27:50.046Z Compiling slog-json v2.6.1
25752024-04-25T09:27:50.489Z Compiling http v1.0.0
25762024-04-25T09:27:50.561Z Compiling pin-project-internal v1.1.3
25772024-04-25T09:27:50.886Z Compiling async-stream-impl v0.3.5
25782024-04-25T09:27:50.908Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25792024-04-25T09:27:51.242Z Compiling atomic-waker v1.1.1
25802024-04-25T09:27:51.265Z Compiling fastrand v2.0.1
25812024-04-25T09:27:51.438Z Compiling waitgroup v0.1.2
25822024-04-25T09:27:51.682Z Compiling tempfile v3.10.1
25832024-04-25T09:27:52.031Z Compiling slog-bunyan v2.5.0
25842024-04-25T09:27:52.196Z Compiling async-stream v0.3.5
25852024-04-25T09:27:52.530Z Compiling tokio-rustls v0.25.0
25862024-04-25T09:27:53.805Z Compiling parse-display-derive v0.9.0
25872024-04-25T09:27:53.889Z Compiling pin-project v1.1.3
25882024-04-25T09:27:53.890Z Compiling serde_with_macros v3.7.0
25892024-04-25T09:27:53.890Z Compiling toml v0.8.12
25902024-04-25T09:27:55.228Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25912024-04-25T09:27:55.239Z Compiling rustls-pemfile v2.1.2
25922024-04-25T09:27:55.706Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25932024-04-25T09:27:56.123Z Compiling sha1 v0.10.6
25942024-04-25T09:27:56.255Z Compiling strum_macros v0.26.1
25952024-04-25T09:27:56.903Z Compiling newtype-uuid v1.1.0
25962024-04-25T09:27:57.046Z Compiling snafu-derive v0.8.2
25972024-04-25T09:27:57.198Z Compiling serde_path_to_error v0.1.16
25982024-04-25T09:27:57.262Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25992024-04-25T09:27:58.017Z Compiling fs-err v2.11.0
26002024-04-25T09:27:58.215Z Compiling instant v0.1.12
26012024-04-25T09:27:58.317Z Compiling buf-list v1.0.3
26022024-04-25T09:27:58.372Z Compiling arc-swap v1.6.0
26032024-04-25T09:27:58.882Z Compiling debug-ignore v1.0.5
26042024-04-25T09:27:59.031Z Compiling same-file v1.0.6
26052024-04-25T09:27:59.710Z Compiling walkdir v2.5.0
26062024-04-25T09:27:59.949Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26072024-04-25T09:28:00.088Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26082024-04-25T09:28:00.842Z Compiling strum v0.26.2
26092024-04-25T09:28:01.107Z Compiling slog-scope v4.4.0
26102024-04-25T09:28:01.276Z Compiling backoff v0.4.0
26112024-04-25T09:28:01.618Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26122024-04-25T09:28:01.826Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26132024-04-25T09:28:01.996Z Compiling parse-display v0.9.0
26142024-04-25T09:28:02.457Z Compiling snafu v0.8.2
26152024-04-25T09:28:02.461Z Compiling serde_with v3.7.0
26162024-04-25T09:28:03.446Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26172024-04-25T09:28:04.012Z Compiling globset v0.4.13
26182024-04-25T09:28:04.186Z Compiling pem v3.0.4
26192024-04-25T09:28:05.713Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26202024-04-25T09:28:05.899Z Compiling olpc-cjson v0.1.3
26212024-04-25T09:28:06.205Z Compiling macaddr v1.0.1
26222024-04-25T09:28:06.751Z Compiling serde_plain v1.0.2
26232024-04-25T09:28:06.863Z Compiling async-recursion v1.1.0
26242024-04-25T09:28:06.948Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26252024-04-25T09:28:07.314Z Compiling filetime v0.2.23
26262024-04-25T09:28:07.655Z Compiling xattr v1.0.1
26272024-04-25T09:28:07.960Z Compiling typed-path v0.7.0
26282024-04-25T09:28:08.398Z Compiling tar v0.4.40
26292024-04-25T09:28:12.431Z Compiling tough v0.17.1
26302024-04-25T09:28:14.757Z Compiling slog-stdlog v4.1.1
26312024-04-25T09:28:15.704Z Compiling camino-tempfile v1.1.1
26322024-04-25T09:28:15.914Z Compiling itertools v0.12.1
26332024-04-25T09:28:16.588Z Compiling parse-size v1.0.0
26342024-04-25T09:28:16.872Z Compiling slog-envlogger v2.2.0
26352024-04-25T09:28:19.530Z Compiling humantime v2.1.0
26362024-04-25T09:28:22.152Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26372024-04-25T09:28:22.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26382024-04-25T09:28:27.957Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26392024-04-25T09:28:35.867Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26402024-04-25T09:28:37.789Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26412024-04-25T09:28:57.217Z Finished release [optimized] target(s) in 1m 17s
26422024-04-25T09:28:57.296Z
26432024-04-25T09:28:57.308Zreal 1:17.210227835
26442024-04-25T09:28:57.308Zuser 8:28.497394189
26452024-04-25T09:28:57.308Zsys 41.684559441
26462024-04-25T09:28:57.308Ztrap 0.229018985
26472024-04-25T09:28:57.308Ztflt 0.422878719
26482024-04-25T09:28:57.308Zdflt 0.327610585
26492024-04-25T09:28:57.308Zkflt 0.005410838
26502024-04-25T09:28:57.308Zlock 17:17.397693543
26512024-04-25T09:28:57.308Zslp 18:44.444092222
26522024-04-25T09:28:57.308Zlat 21.866103400
26532024-04-25T09:28:57.308Zstop 17.527397339
26542024-04-25T09:28:57.308Z+ ptime -m gzip
26552024-04-25T09:28:58.569Z
26562024-04-25T09:28:58.569Zreal 1.271922658
26572024-04-25T09:28:58.569Zuser 1.265415840
26582024-04-25T09:28:58.569Zsys 0.005864116
26592024-04-25T09:28:58.569Ztrap 0.000122755
26602024-04-25T09:28:58.569Ztflt 0.000000000
26612024-04-25T09:28:58.570Zdflt 0.000000000
26622024-04-25T09:28:58.570Zkflt 0.000000000
26632024-04-25T09:28:58.570Zlock 0.000000000
26642024-04-25T09:28:58.570Zslp 0.000000000
26652024-04-25T09:28:58.570Zlat 0.000098326
26662024-04-25T09:28:58.570Zstop 0.000202804
26672024-04-25T09:28:58.580Z+ banner permission-slip
26682024-04-25T09:28:58.581Z
26692024-04-25T09:28:58.581Z ##### ###### ##### # # # #### #### # #### # #
26702024-04-25T09:28:58.581Z # # # # # ## ## # # # # # # ## #
26712024-04-25T09:28:58.581Z # # ##### # # # ## # # #### #### # # # # # #
26722024-04-25T09:28:58.581Z ##### # ##### # # # # # # # # # # #
26732024-04-25T09:28:58.581Z # # # # # # # # # # # # # # # ##
26742024-04-25T09:28:58.581Z # ###### # # # # # #### #### # #### # #
26752024-04-25T09:28:58.581Z
26762024-04-25T09:28:58.582Z+ source ./tools/permslip_commit
26772024-04-25T09:28:58.582Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26782024-04-25T09:28:58.582Z+ git init /work/permission-slip-build
26792024-04-25T09:28:58.582Zhint: Using 'master' as the name for the initial branch. This default branch name
26802024-04-25T09:28:58.582Zhint: is subject to change. To configure the initial branch name to use in all
26812024-04-25T09:28:58.582Zhint: of your new repositories, which will suppress this warning, call:
26822024-04-25T09:28:58.582Zhint:
26832024-04-25T09:28:58.582Zhint: git config --global init.defaultBranch <name>
26842024-04-25T09:28:58.582Zhint:
26852024-04-25T09:28:58.582Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26862024-04-25T09:28:58.582Zhint: 'development'. The just-created branch can be renamed via this command:
26872024-04-25T09:28:58.583Zhint:
26882024-04-25T09:28:58.583Zhint: git branch -m <name>
26892024-04-25T09:28:58.583ZInitialized empty Git repository in /work/permission-slip-build/.git/
26902024-04-25T09:28:58.583Z+ pushd /work/permission-slip-build
26912024-04-25T09:28:58.583Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26922024-04-25T09:28:58.583Z/work/permission-slip-build /work/oxidecomputer/omicron
26932024-04-25T09:28:58.589Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26942024-04-25T09:28:59.375ZFrom https://github.com/oxidecomputer/permission-slip
26952024-04-25T09:28:59.375Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26962024-04-25T09:28:59.381Z
26972024-04-25T09:28:59.381Zreal 0.790208014
26982024-04-25T09:28:59.382Zuser 0.056755658
26992024-04-25T09:28:59.382Zsys 0.022534626
27002024-04-25T09:28:59.382Ztrap 0.000022427
27012024-04-25T09:28:59.382Ztflt 0.000002950
27022024-04-25T09:28:59.382Zdflt 0.000009888
27032024-04-25T09:28:59.382Zkflt 0.000000000
27042024-04-25T09:28:59.382Zlock 0.000023239
27052024-04-25T09:28:59.382Zslp 2.321660890
27062024-04-25T09:28:59.382Zlat 0.002163557
27072024-04-25T09:28:59.382Zstop 0.000765545
27082024-04-25T09:28:59.382Z+ git checkout FETCH_HEAD
27092024-04-25T09:28:59.386ZNote: switching to 'FETCH_HEAD'.
27102024-04-25T09:28:59.386Z
27112024-04-25T09:28:59.386ZYou are in 'detached HEAD' state. You can look around, make experimental
27122024-04-25T09:28:59.386Zchanges and commit them, and you can discard any commits you make in this
27132024-04-25T09:28:59.386Zstate without impacting any branches by switching back to a branch.
27142024-04-25T09:28:59.386Z
27152024-04-25T09:28:59.386ZIf you want to create a new branch to retain commits you create, you may
27162024-04-25T09:28:59.386Zdo so (now or later) by using -c with the switch command. Example:
27172024-04-25T09:28:59.386Z
27182024-04-25T09:28:59.386Z git switch -c <new-branch-name>
27192024-04-25T09:28:59.386Z
27202024-04-25T09:28:59.386ZOr undo this operation with:
27212024-04-25T09:28:59.387Z
27222024-04-25T09:28:59.387Z git switch -
27232024-04-25T09:28:59.387Z
27242024-04-25T09:28:59.387ZTurn off this advice by setting config variable advice.detachedHead to false
27252024-04-25T09:28:59.387Z
27262024-04-25T09:28:59.387ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27272024-04-25T09:28:59.387Z+ ptime -m cargo build --locked -p permission-slip-client --release
27282024-04-25T09:28:59.390Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27292024-04-25T09:28:59.566Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27302024-04-25T09:28:59.567Zinfo: downloading component 'cargo'
27312024-04-25T09:29:00.230Zinfo: downloading component 'clippy'
27322024-04-25T09:29:00.433Zinfo: downloading component 'rust-docs'
27332024-04-25T09:29:01.274Zinfo: downloading component 'rust-std'
27342024-04-25T09:29:02.464Zinfo: downloading component 'rustc'
27352024-04-25T09:29:05.861Zinfo: downloading component 'rustfmt'
27362024-04-25T09:29:06.077Zinfo: installing component 'cargo'
27372024-04-25T09:29:06.932Zinfo: installing component 'clippy'
27382024-04-25T09:29:07.284Zinfo: installing component 'rust-docs'
27392024-04-25T09:29:08.786Zinfo: installing component 'rust-std'
27402024-04-25T09:29:10.431Zinfo: installing component 'rustc'
27412024-04-25T09:29:14.521Zinfo: installing component 'rustfmt'
27422024-04-25T09:29:15.057Z Updating crates.io index
27432024-04-25T09:29:15.239Z Updating git repository `https://github.com/oxidecomputer/sshauth`
27442024-04-25T09:29:15.914ZFrom https://github.com/oxidecomputer/sshauth
27452024-04-25T09:29:15.914Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
27462024-04-25T09:29:15.918Z * [new branch] main -> origin/main
27472024-04-25T09:29:15.918Z * [new branch] paranoia -> origin/paranoia
27482024-04-25T09:29:15.918Z * [new branch] readme -> origin/readme
27492024-04-25T09:29:15.918Z * [new ref] -> origin/HEAD
27502024-04-25T09:29:16.339Z Downloading crates ...
27512024-04-25T09:29:16.499Z Downloaded anstream v0.6.13
27522024-04-25T09:29:17.028Z Downloaded block-buffer v0.9.0
27532024-04-25T09:29:17.028Z Downloaded bitflags v2.5.0
27542024-04-25T09:29:17.029Z Downloaded bincode v1.3.3
27552024-04-25T09:29:17.029Z Downloaded http-body v0.4.6
27562024-04-25T09:29:17.029Z Downloaded is-terminal v0.4.12
27572024-04-25T09:29:17.029Z Downloaded anyhow v1.0.81
27582024-04-25T09:29:17.029Z Downloaded ed25519 v2.2.3
27592024-04-25T09:29:17.029Z Downloaded autocfg v1.2.0
27602024-04-25T09:29:17.029Z Downloaded ahash v0.8.11
27612024-04-25T09:29:17.029Z Downloaded env_logger v0.10.2
27622024-04-25T09:29:17.029Z Downloaded clap-num v1.1.1
27632024-04-25T09:29:17.029Z Downloaded digest v0.9.0
27642024-04-25T09:29:17.029Z Downloaded itoa v1.0.11
27652024-04-25T09:29:17.030Z Downloaded ed25519-dalek v1.0.1
27662024-04-25T09:29:17.030Z Downloaded anstyle-query v1.0.2
27672024-04-25T09:29:17.030Z Downloaded opaque-debug v0.3.1
27682024-04-25T09:29:17.030Z Downloaded iana-time-zone v0.1.60
27692024-04-25T09:29:17.030Z Downloaded flagset v0.4.5
27702024-04-25T09:29:17.030Z Downloaded try-lock v0.2.5
27712024-04-25T09:29:17.030Z Downloaded ssh-encoding v0.2.0
27722024-04-25T09:29:17.030Z Downloaded anstyle-parse v0.2.3
27732024-04-25T09:29:17.030Z Downloaded typify-macro v0.0.16
27742024-04-25T09:29:17.030Z Downloaded curve25519-dalek-derive v0.1.1
27752024-04-25T09:29:17.031Z Downloaded ed25519 v1.5.3
27762024-04-25T09:29:17.031Z Downloaded sha2 v0.9.9
27772024-04-25T09:29:17.031Z Downloaded thiserror v1.0.58
27782024-04-25T09:29:17.031Z Downloaded xdg v2.5.2
27792024-04-25T09:29:17.031Z Downloaded lock_api v0.4.11
27802024-04-25T09:29:17.031Z Downloaded pkg-config v0.3.30
27812024-04-25T09:29:17.031Z Downloaded ssh-cipher v0.2.0
27822024-04-25T09:29:17.031Z Downloaded signature v1.6.4
27832024-04-25T09:29:17.031Z Downloaded typify v0.0.16
27842024-04-25T09:29:17.031Z Downloaded rustls-pemfile v1.0.4
27852024-04-25T09:29:17.031Z Downloaded smallvec v1.13.2
27862024-04-25T09:29:17.031Z Downloaded tls_codec v0.4.1
27872024-04-25T09:29:17.031Z Downloaded thiserror-impl v1.0.58
27882024-04-25T09:29:17.031Z Downloaded signature v2.2.0
27892024-04-25T09:29:17.031Z Downloaded tls_codec_derive v0.4.1
27902024-04-25T09:29:17.032Z Downloaded quote v1.0.35
27912024-04-25T09:29:17.032Z Downloaded sct v0.7.1
27922024-04-25T09:29:17.032Z Downloaded platforms v3.4.0
27932024-04-25T09:29:17.032Z Downloaded parking_lot_core v0.9.9
27942024-04-25T09:29:17.032Z Downloaded spki v0.7.3
27952024-04-25T09:29:17.032Z Downloaded ed25519-dalek v2.1.1
27962024-04-25T09:29:17.032Z Downloaded termcolor v1.4.1
27972024-04-25T09:29:17.032Z Downloaded typenum v1.17.0
27982024-04-25T09:29:17.032Z Downloaded proc-macro2 v1.0.79
27992024-04-25T09:29:17.032Z Downloaded crc-any v2.4.4
28002024-04-25T09:29:17.032Z Downloaded serde_derive v1.0.197
28012024-04-25T09:29:17.032Z Downloaded ryu v1.0.17
28022024-04-25T09:29:17.032Z Downloaded openssl-sys v0.9.101
28032024-04-25T09:29:17.032Z Downloaded cc v1.0.90
28042024-04-25T09:29:17.032Z Downloaded unsafe-libyaml v0.2.11
28052024-04-25T09:29:17.032Z Downloaded serde v1.0.197
28062024-04-25T09:29:17.032Z Downloaded crypto-bigint v0.5.5
28072024-04-25T09:29:17.032Z Downloaded serde_yaml v0.9.34+deprecated
28082024-04-25T09:29:17.032Z Downloaded rsa v0.9.6
28092024-04-25T09:29:17.032Z Downloaded oauth2 v4.4.2
28102024-04-25T09:29:17.033Z Downloaded heapless v0.7.17
28112024-04-25T09:29:17.033Z Downloaded blake3 v1.5.1
28122024-04-25T09:29:17.033Z Downloaded x509-cert v0.2.5
28132024-04-25T09:29:17.033Z Downloaded h2 v0.3.25
28142024-04-25T09:29:17.033Z Downloaded libm v0.2.8
28152024-04-25T09:29:17.033Z Downloaded unicode-normalization v0.1.23
28162024-04-25T09:29:17.033Z Downloaded ssh-key v0.6.5
28172024-04-25T09:29:17.033Z Downloaded reqwest v0.11.27
28182024-04-25T09:29:17.033Z Downloaded serde_json v1.0.115
28192024-04-25T09:29:17.033Z Downloaded aho-corasick v1.1.3
28202024-04-25T09:29:17.033Z Downloaded syn v2.0.55
28212024-04-25T09:29:17.033Z Downloaded chrono v0.4.37
28222024-04-25T09:29:17.033Z Downloaded p384 v0.13.0
28232024-04-25T09:29:17.033Z Downloaded webpki-roots v0.25.4
28242024-04-25T09:29:17.033Z Downloaded regress v0.8.0
28252024-04-25T09:29:17.033Z Downloaded rustls v0.21.10
28262024-04-25T09:29:17.033Z Downloaded regex-syntax v0.8.3
28272024-04-25T09:29:17.034Z Downloaded rustix v0.38.32
28282024-04-25T09:29:17.038Z Downloaded typify-impl v0.0.16
28292024-04-25T09:29:17.038Z Downloaded curve25519-dalek v3.2.0
28302024-04-25T09:29:17.038Z Downloaded regex-automata v0.4.6
28312024-04-25T09:29:17.059Z Downloaded tokio v1.36.0
28322024-04-25T09:29:17.215Z Compiling proc-macro2 v1.0.79
28332024-04-25T09:29:17.215Z Compiling unicode-ident v1.0.12
28342024-04-25T09:29:17.216Z Compiling version_check v0.9.4
28352024-04-25T09:29:17.216Z Compiling cfg-if v1.0.0
28362024-04-25T09:29:17.226Z Compiling libc v0.2.153
28372024-04-25T09:29:17.226Z Compiling autocfg v1.2.0
28382024-04-25T09:29:17.233Z Compiling typenum v1.17.0
28392024-04-25T09:29:17.233Z Compiling serde v1.0.197
28402024-04-25T09:29:17.741Z Compiling cc v1.0.90
28412024-04-25T09:29:17.761Z Compiling const-oid v0.9.6
28422024-04-25T09:29:17.896Z Compiling subtle v2.5.0
28432024-04-25T09:29:17.929Z Compiling generic-array v0.14.7
28442024-04-25T09:29:18.015Z Compiling ahash v0.8.11
28452024-04-25T09:29:18.225Z Compiling lock_api v0.4.11
28462024-04-25T09:29:18.384Z Compiling scopeguard v1.2.0
28472024-04-25T09:29:18.435Z Compiling once_cell v1.19.0
28482024-04-25T09:29:18.516Z Compiling serde_json v1.0.115
28492024-04-25T09:29:18.758Z Compiling quote v1.0.35
28502024-04-25T09:29:18.942Z Compiling syn v1.0.109
28512024-04-25T09:29:19.389Z Compiling syn v2.0.55
28522024-04-25T09:29:19.400Z Compiling getrandom v0.2.12
28532024-04-25T09:29:19.445Z Compiling smallvec v1.13.2
28542024-04-25T09:29:19.624Z Compiling rand_core v0.6.4
28552024-04-25T09:29:19.689Z Compiling itoa v1.0.11
28562024-04-25T09:29:19.910Z Compiling base64ct v1.6.0
28572024-04-25T09:29:20.109Z Compiling zerocopy v0.7.32
28582024-04-25T09:29:20.133Z Compiling parking_lot_core v0.9.9
28592024-04-25T09:29:20.604Z Compiling libm v0.2.8
28602024-04-25T09:29:20.604Z Compiling pem-rfc7468 v0.7.0
28612024-04-25T09:29:20.604Z Compiling bytes v1.6.0
28622024-04-25T09:29:20.605Z Compiling memchr v2.7.1
28632024-04-25T09:29:20.621Z Compiling pin-project-lite v0.2.13
28642024-04-25T09:29:20.746Z Compiling num-traits v0.2.18
28652024-04-25T09:29:21.201Z Compiling log v0.4.21
28662024-04-25T09:29:21.219Z Compiling thiserror v1.0.58
28672024-04-25T09:29:21.425Z Compiling allocator-api2 v0.2.16
28682024-04-25T09:29:22.495Z Compiling hashbrown v0.14.3
28692024-04-25T09:29:22.500Z Compiling flagset v0.4.5
28702024-04-25T09:29:22.590Z Compiling bitflags v2.5.0
28712024-04-25T09:29:23.713Z Compiling parking_lot v0.12.1
28722024-04-25T09:29:24.018Z Compiling num_cpus v1.16.0
28732024-04-25T09:29:24.028Z Compiling signal-hook-registry v1.4.1
28742024-04-25T09:29:24.175Z Compiling socket2 v0.5.6
28752024-04-25T09:29:24.188Z Compiling mio v0.8.11
28762024-04-25T09:29:25.057Z Compiling spin v0.9.8
28772024-04-25T09:29:25.834Z Compiling pkg-config v0.3.30
28782024-04-25T09:29:25.937Z Compiling vcpkg v0.2.15
28792024-04-25T09:29:26.107Z Compiling schemars v0.8.16
28802024-04-25T09:29:26.128Z Compiling semver v1.0.22
28812024-04-25T09:29:26.141Z Compiling cpufeatures v0.2.12
28822024-04-25T09:29:33.467Z Compiling serde_derive_internals v0.26.0
28832024-04-25T09:29:33.788Z Compiling ring v0.17.8
28842024-04-25T09:29:33.788Z Compiling ryu v1.0.17
28852024-04-25T09:29:33.788Z Compiling openssl-sys v0.9.101
28862024-04-25T09:29:33.788Z Compiling slab v0.4.9
28872024-04-25T09:29:33.788Z Compiling equivalent v1.0.1
28882024-04-25T09:29:33.788Z Compiling fnv v1.0.7
28892024-04-25T09:29:33.788Z Compiling futures-core v0.3.30
28902024-04-25T09:29:33.788Z Compiling http v0.2.12
28912024-04-25T09:29:33.788Z Compiling rustc_version v0.4.0
28922024-04-25T09:29:33.788Z Compiling tracing-core v0.1.32
28932024-04-25T09:29:33.788Z Compiling byteorder v1.5.0
28942024-04-25T09:29:33.788Z Compiling untrusted v0.9.0
28952024-04-25T09:29:33.788Z Compiling tracing v0.1.40
28962024-04-25T09:29:33.981Z Compiling foreign-types-shared v0.1.1
28972024-04-25T09:29:33.981Z Compiling httparse v1.8.0
28982024-04-25T09:29:33.981Z Compiling dyn-clone v1.0.17
28992024-04-25T09:29:33.981Z Compiling pin-utils v0.1.0
29002024-04-25T09:29:33.981Z Compiling futures-io v0.3.30
29012024-04-25T09:29:33.981Z Compiling futures-sink v0.3.30
29022024-04-25T09:29:33.982Z Compiling chrono v0.4.37
29032024-04-25T09:29:33.982Z Compiling ppv-lite86 v0.2.17
29042024-04-25T09:29:33.982Z Compiling uuid v1.8.0
29052024-04-25T09:29:33.982Z Compiling futures-task v0.3.30
29062024-04-25T09:29:33.982Z Compiling serde_derive v1.0.197
29072024-04-25T09:29:33.982Z Compiling zeroize_derive v1.4.2
29082024-04-25T09:29:33.982Z Compiling der_derive v0.7.2
29092024-04-25T09:29:33.982Z Compiling tokio-macros v2.2.0
29102024-04-25T09:29:33.982Z Compiling thiserror-impl v1.0.58
29112024-04-25T09:29:33.982Z Compiling schemars_derive v0.8.16
29122024-04-25T09:29:33.982Z Compiling zeroize v1.7.0
29132024-04-25T09:29:33.982Z Compiling tokio v1.36.0
29142024-04-25T09:29:34.215Z Compiling openssl v0.10.64
29152024-04-25T09:29:34.335Z Compiling der v0.7.8
29162024-04-25T09:29:36.883Z Compiling futures-util v0.3.30
29172024-04-25T09:29:37.096Z Compiling openssl-macros v0.1.1
29182024-04-25T09:29:37.096Z Compiling crypto-common v0.1.6
29192024-04-25T09:29:37.096Z Compiling block-buffer v0.10.4
29202024-04-25T09:29:37.096Z Compiling digest v0.10.7
29212024-04-25T09:29:37.096Z Compiling foreign-types v0.3.2
29222024-04-25T09:29:37.096Z Compiling sha2 v0.10.8
29232024-04-25T09:29:37.097Z Compiling signature v2.2.0
29242024-04-25T09:29:37.097Z Compiling regress v0.8.0
29252024-04-25T09:29:37.465Z Compiling spki v0.7.3
29262024-04-25T09:29:37.846Z Compiling pkcs8 v0.10.2
29272024-04-25T09:29:39.744Z Compiling try-lock v0.2.5
29282024-04-25T09:29:40.205Z Compiling heck v0.4.1
29292024-04-25T09:29:41.006Z Compiling native-tls v0.2.11
29302024-04-25T09:29:41.465Z Compiling rustls v0.21.10
29312024-04-25T09:29:41.465Z Compiling tinyvec_macros v0.1.1
29322024-04-25T09:29:42.121Z Compiling sct v0.7.1
29332024-04-25T09:29:42.122Z Compiling tinyvec v1.6.0
29342024-04-25T09:29:42.272Z Compiling rustls-webpki v0.101.7
29352024-04-25T09:29:42.272Z Compiling want v0.3.1
29362024-04-25T09:29:42.272Z Compiling tokio-util v0.7.10
29372024-04-25T09:29:44.025Z Compiling http-body v0.4.6
29382024-04-25T09:29:44.590Z Compiling futures-channel v0.3.30
29392024-04-25T09:29:44.864Z Compiling ff v0.13.0
29402024-04-25T09:29:45.123Z Compiling base16ct v0.2.0
29412024-04-25T09:29:45.209Z Compiling getrandom v0.1.16
29422024-04-25T09:29:45.703Z Compiling openssl-probe v0.1.5
29432024-04-25T09:29:45.752Z Compiling rustix v0.38.32
29442024-04-25T09:29:46.198Z Compiling indexmap v2.2.6
29452024-04-25T09:29:46.501Z Compiling serde_tokenstream v0.2.0
29462024-04-25T09:29:46.650Z Compiling tower-service v0.3.2
29472024-04-25T09:29:46.790Z Compiling percent-encoding v2.3.1
29482024-04-25T09:29:46.902Z Compiling httpdate v1.0.3
29492024-04-25T09:29:47.004Z Compiling iana-time-zone v0.1.60
29502024-04-25T09:29:47.687Z Compiling form_urlencoded v1.2.1
29512024-04-25T09:29:47.820Z Compiling h2 v0.3.25
29522024-04-25T09:29:48.904Z Compiling sec1 v0.7.3
29532024-04-25T09:29:51.037Z Compiling typify-impl v0.0.16
29542024-04-25T09:29:53.562Z Compiling hyper v0.14.28
29552024-04-25T09:29:53.620Z Compiling group v0.13.0
29562024-04-25T09:29:53.719Z Compiling unicode-normalization v0.1.23
29572024-04-25T09:29:55.117Z Compiling crypto-bigint v0.5.5
29582024-04-25T09:29:57.052Z Compiling errno v0.3.8
29592024-04-25T09:29:57.314Z Compiling platforms v3.4.0
29602024-04-25T09:29:57.904Z Compiling radium v0.7.0
29612024-04-25T09:29:58.456Z Compiling unicode-bidi v0.3.15
29622024-04-25T09:29:59.424Z Compiling utf8parse v0.2.1
29632024-04-25T09:30:01.349Z Compiling anstyle-parse v0.2.3
29642024-04-25T09:30:01.355Z Compiling idna v0.5.0
29652024-04-25T09:30:01.400Z Compiling elliptic-curve v0.13.8
29662024-04-25T09:30:01.973Z Compiling curve25519-dalek v4.1.2
29672024-04-25T09:30:02.188Z Compiling tokio-rustls v0.24.1
29682024-04-25T09:30:02.611Z Compiling tokio-native-tls v0.3.1
29692024-04-25T09:30:03.081Z Compiling typify-macro v0.0.16
29702024-04-25T09:30:05.181Z Compiling hmac v0.12.1
29712024-04-25T09:30:05.250Z Compiling rand_chacha v0.3.1
29722024-04-25T09:30:05.411Z Compiling aho-corasick v1.1.3
29732024-04-25T09:30:05.718Z Compiling regex-syntax v0.8.3
29742024-04-25T09:30:06.325Z Compiling base64 v0.21.7
29752024-04-25T09:30:07.587Z Compiling tap v1.0.1
29762024-04-25T09:30:07.734Z Compiling anstyle-query v1.0.2
29772024-04-25T09:30:07.934Z Compiling colorchoice v1.0.0
29782024-04-25T09:30:08.030Z Compiling anstyle v1.0.6
29792024-04-25T09:30:08.115Z Compiling maybe-uninit v2.0.0
29802024-04-25T09:30:08.656Z Compiling anstream v0.6.13
29812024-04-25T09:30:08.664Z Compiling wyz v0.5.1
29822024-04-25T09:30:08.747Z Compiling rustls-pemfile v1.0.4
29832024-04-25T09:30:08.988Z Compiling rand v0.8.5
29842024-04-25T09:30:09.111Z Compiling rfc6979 v0.4.0
29852024-04-25T09:30:09.334Z Compiling regex-automata v0.4.6
29862024-04-25T09:30:09.993Z Compiling terminal_size v0.3.0
29872024-04-25T09:30:10.156Z Compiling rand_core v0.5.1
29882024-04-25T09:30:10.219Z Compiling hyper-tls v0.5.0
29892024-04-25T09:30:10.621Z Compiling hyper-rustls v0.24.2
29902024-04-25T09:30:11.390Z Compiling url v2.5.0
29912024-04-25T09:30:11.412Z Compiling serde_urlencoded v0.7.1
29922024-04-25T09:30:11.661Z Compiling inout v0.1.3
29932024-04-25T09:30:11.837Z Compiling curve25519-dalek-derive v0.1.1
29942024-04-25T09:30:11.884Z Compiling heapless v0.7.17
29952024-04-25T09:30:13.385Z Compiling num-integer v0.1.46
29962024-04-25T09:30:13.443Z Compiling encoding_rs v0.8.33
29972024-04-25T09:30:17.356Z Compiling funty v2.0.0
29982024-04-25T09:30:17.825Z Compiling clap_lex v0.7.0
29992024-04-25T09:30:20.453Z Compiling packed_struct v0.10.1
30002024-04-25T09:30:20.988Z Compiling webpki-roots v0.25.4
30012024-04-25T09:30:21.285Z Compiling heck v0.5.0
30022024-04-25T09:30:21.744Z Compiling unicode-width v0.1.11
30032024-04-25T09:30:21.914Z Compiling ipnet v2.9.0
30042024-04-25T09:30:22.149Z Compiling mime v0.3.17
30052024-04-25T09:30:25.661Z Compiling sync_wrapper v0.1.2
30062024-04-25T09:30:25.828Z Compiling num-bigint-dig v0.8.4
30072024-04-25T09:30:25.900Z Compiling strsim v0.11.0
30082024-04-25T09:30:25.900Z Compiling spin v0.5.2
30092024-04-25T09:30:25.900Z Compiling lazy_static v1.4.0
30102024-04-25T09:30:25.900Z Compiling clap_builder v4.5.2
30112024-04-25T09:30:25.921Z Compiling reqwest v0.11.27
30122024-04-25T09:30:28.334Z Compiling getopts v0.2.21
30132024-04-25T09:30:31.252Z Compiling clap_derive v4.5.4
30142024-04-25T09:30:31.529Z Compiling bitvec v1.0.1
30152024-04-25T09:30:34.275Z Compiling regex v1.10.4
30162024-04-25T09:30:36.774Z Compiling num-iter v0.1.44
30172024-04-25T09:30:36.774Z Compiling cipher v0.4.4
30182024-04-25T09:30:36.775Z Compiling ecdsa v0.16.9
30192024-04-25T09:30:37.514Z Compiling typify v0.0.16
30202024-04-25T09:30:37.680Z Compiling primeorder v0.13.6
30212024-04-25T09:30:38.240Z Compiling openapiv3 v2.0.0
30222024-04-25T09:30:38.694Z Compiling ssh-encoding v0.2.0
30232024-04-25T09:30:44.961Z Compiling ed25519 v2.2.3
30242024-04-25T09:30:44.961Z Compiling digest v0.9.0
30252024-04-25T09:30:44.961Z Compiling packed_struct_codegen v0.10.1
30262024-04-25T09:30:44.961Z Compiling hash32 v0.2.1
30272024-04-25T09:30:44.961Z Compiling slog v2.7.0
30282024-04-25T09:30:44.961Z Compiling nodrop v0.1.14
30292024-04-25T09:30:44.962Z Compiling anyhow v1.0.81
30302024-04-25T09:30:44.962Z Compiling stable_deref_trait v1.2.0
30312024-04-25T09:30:44.962Z Compiling unsafe-libyaml v0.2.11
30322024-04-25T09:30:44.962Z Compiling serde_yaml v0.9.34+deprecated
30332024-04-25T09:30:46.008Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30342024-04-25T09:30:51.020Z Compiling array-init v0.0.4
30352024-04-25T09:30:51.271Z Compiling ed25519-dalek v2.1.1
30362024-04-25T09:30:51.271Z Compiling ssh-cipher v0.2.0
30372024-04-25T09:30:51.317Z Compiling p256 v0.13.2
30382024-04-25T09:30:51.317Z Compiling smallvec v0.6.14
30392024-04-25T09:30:54.816Z Compiling clap v4.5.4
30402024-04-25T09:30:54.937Z Compiling rand_chacha v0.2.2
30412024-04-25T09:30:56.963Z Compiling pkcs1 v0.7.5
30422024-04-25T09:30:57.145Z Compiling block-buffer v0.9.0
30432024-04-25T09:30:57.345Z Compiling zerocopy-derive v0.6.6
30442024-04-25T09:30:59.503Z Compiling blake3 v1.5.1
30452024-04-25T09:31:00.161Z Compiling is-terminal v0.4.12
30462024-04-25T09:31:00.294Z Compiling opaque-debug v0.3.1
30472024-04-25T09:31:00.392Z Compiling termcolor v1.4.1
30482024-04-25T09:31:00.747Z Compiling base64 v0.13.1
30492024-04-25T09:31:02.089Z Compiling cobs v0.2.3
30502024-04-25T09:31:02.095Z Compiling bitfield v0.14.0
30512024-04-25T09:31:02.126Z Compiling embedded-io v0.4.0
30522024-04-25T09:31:02.181Z Compiling signature v1.6.4
30532024-04-25T09:31:02.408Z Compiling ed25519 v1.5.3
30542024-04-25T09:31:02.422Z Compiling postcard v1.0.8
30552024-04-25T09:31:02.767Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30562024-04-25T09:31:03.512Z Compiling env_logger v0.10.2
30572024-04-25T09:31:03.574Z Compiling sha2 v0.9.9
30582024-04-25T09:31:06.016Z Compiling zerocopy v0.6.6
30592024-04-25T09:31:07.062Z Compiling rsa v0.9.6
30602024-04-25T09:31:08.295Z Compiling rand v0.7.3
30612024-04-25T09:31:08.970Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30622024-04-25T09:31:09.414Z Compiling serde-hex v0.1.0
30632024-04-25T09:31:10.254Z Compiling ssh-key v0.6.5
30642024-04-25T09:31:15.200Z Compiling curve25519-dalek v3.2.0
30652024-04-25T09:31:16.352Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30662024-04-25T09:31:18.192Z Compiling serde_path_to_error v0.1.16
30672024-04-25T09:31:19.250Z Compiling bincode v1.3.3
30682024-04-25T09:31:20.492Z Compiling x509-cert v0.2.5
30692024-04-25T09:31:26.624Z Compiling arrayref v0.3.7
30702024-04-25T09:31:26.624Z Compiling crc-any v2.4.4
30712024-04-25T09:31:26.624Z Compiling hex v0.4.3
30722024-04-25T09:31:26.624Z Compiling constant_time_eq v0.3.0
30732024-04-25T09:31:26.624Z Compiling arrayvec v0.7.4
30742024-04-25T09:31:26.625Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30752024-04-25T09:31:28.557Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30762024-04-25T09:31:29.968Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30772024-04-25T09:31:29.980Z Compiling oauth2 v4.4.2
30782024-04-25T09:31:34.208Z Compiling ed25519-dalek v1.0.1
30792024-04-25T09:31:34.605Z Compiling clap-num v1.1.1
30802024-04-25T09:31:34.837Z Compiling xdg v2.5.2
30812024-04-25T09:31:35.491Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30822024-04-25T09:31:59.725Z Finished release [optimized] target(s) in 2m 44s
30832024-04-25T09:31:59.788Z
30842024-04-25T09:31:59.788Zreal 3:00.372066765
30852024-04-25T09:31:59.788Zuser 19:08.360038654
30862024-04-25T09:31:59.788Zsys 1:40.270408767
30872024-04-25T09:31:59.788Ztrap 0.560077005
30882024-04-25T09:31:59.788Ztflt 1.099570970
30892024-04-25T09:31:59.792Zdflt 0.353317080
30902024-04-25T09:31:59.792Zkflt 0.000441595
30912024-04-25T09:31:59.792Zlock 45:31.532333433
30922024-04-25T09:31:59.792Zslp 53:39.439368767
30932024-04-25T09:31:59.792Zlat 57.521724159
30942024-04-25T09:31:59.792Zstop 40.805037587
30952024-04-25T09:31:59.792Z+ ptime -m gzip
30962024-04-25T09:32:00.939Z
30972024-04-25T09:32:00.939Zreal 1.143202670
30982024-04-25T09:32:00.939Zuser 1.132505666
30992024-04-25T09:32:00.939Zsys 0.010134478
31002024-04-25T09:32:00.939Ztrap 0.000075428
31012024-04-25T09:32:00.939Ztflt 0.000000000
31022024-04-25T09:32:00.939Zdflt 0.000000000
31032024-04-25T09:32:00.939Zkflt 0.000000000
31042024-04-25T09:32:00.939Zlock 0.000000000
31052024-04-25T09:32:00.939Zslp 0.000000000
31062024-04-25T09:32:00.939Zlat 0.000093627
31072024-04-25T09:32:00.939Zstop 0.000174475
31082024-04-25T09:32:00.950Zprocess exited: duration 955871 ms, exit code 0
 
31092024-04-25T09:32:00.970Zfound 9 output files
31102024-04-25T09:32:00.970Zuploading: /work/end-to-end-tests/bootstrap-80e6dd34c6412319.gz (9696138 bytes)
31112024-04-25T09:32:05.323Zuploaded: /work/end-to-end-tests/bootstrap-80e6dd34c6412319.gz
31122024-04-25T09:32:05.323Zuploading: /work/end-to-end-tests/bootstrap.gz (104581125 bytes)
31132024-04-25T09:33:12.493Zuploaded: /work/end-to-end-tests/bootstrap.gz
31142024-04-25T09:33:12.493Zuploading: /work/end-to-end-tests/commtest-1b99b958ba5dcfe5.gz (9696956 bytes)
31152024-04-25T09:33:18.919Zuploaded: /work/end-to-end-tests/commtest-1b99b958ba5dcfe5.gz
31162024-04-25T09:33:18.919Zuploading: /work/end-to-end-tests/dhcp_server-31bb945e363eceee.gz (9695678 bytes)
31172024-04-25T09:33:23.655Zuploaded: /work/end-to-end-tests/dhcp_server-31bb945e363eceee.gz
31182024-04-25T09:33:23.655Zuploading: /work/end-to-end-tests/end_to_end_tests-6727b508e4f6c7df.gz (106224130 bytes)
31192024-04-25T09:34:39.214Zuploaded: /work/end-to-end-tests/end_to_end_tests-6727b508e4f6c7df.gz
31202024-04-25T09:34:39.263Zuploading: /work/caboose-util.gz (2411223 bytes)
31212024-04-25T09:34:42.708Zuploaded: /work/caboose-util.gz
31222024-04-25T09:34:42.708Zuploading: /work/tufaceous.gz (11794079 bytes)
31232024-04-25T09:34:47.887Zuploaded: /work/tufaceous.gz
31242024-04-25T09:34:47.887Zuploading: /work/commtest (470266384 bytes)
31252024-04-25T09:39:11.491Zuploaded: /work/commtest
31262024-04-25T09:39:11.491Zuploading: /work/permslip.gz (10331253 bytes)
31272024-04-25T09:39:17.010Zuploaded: /work/permslip.gz