01HWBB0P80K4RAWPKDXJH73KM5: 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: 01HWBB1XST00653W6JQ9HGNZM0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-25T19:17:27.580Zjob assigned to worker 01HWBAH1W7QWHE30K2DS9Q5K8Q (queued for 0 s)
 
22024-04-25T19:17:28.263Zstarting task 0: "setup"
32024-04-25T19:17:28.324Z++ uname -s
42024-04-25T19:17:28.328Z+ kern=SunOS
52024-04-25T19:17:28.328Z+ case "$kern" in
62024-04-25T19:17:28.328Z+ groupadd -g 12345 build
72024-04-25T19:17:28.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-25T19:17:30.373Z+ zfs create -o mountpoint=/work rpool/work
92024-04-25T19:17:30.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-25T19:17:30.927Z+ home_fs=zfs
112024-04-25T19:17:30.927Z+ [[ zfs == autofs ]]
122024-04-25T19:17:30.927Z+ mkdir -p /home/build
132024-04-25T19:17:30.927Z+ chown build:build /home/build /work
142024-04-25T19:17:32.516Z+ chmod 0700 /home/build /work
152024-04-25T19:17:32.520Zprocess exited: duration 4255 ms, exit code 0
 
162024-04-25T19:17:32.528Zstarting task 1: "rust-toolchain"
172024-04-25T19:17:32.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-25T19:17:32.537Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-25T19:17:32.664Zinfo: downloading installer
202024-04-25T19:17:34.748Zwarning: it looks like you have an existing installation of Rust at:
212024-04-25T19:17:34.748Zwarning: /opt/ooce/bin
222024-04-25T19:17:34.748Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-25T19:17:34.748Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-25T19:17:34.748Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-25T19:17:34.749Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-25T19:17:34.749Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-25T19:17:34.749Zerror: cannot install while Rust is installed
282024-04-25T19:17:34.749Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-25T19:17:34.875Zinfo: profile set to 'default'
302024-04-25T19:17:34.876Zinfo: default host triple is x86_64-unknown-illumos
312024-04-25T19:17:34.881Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-25T19:17:35.019Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-25T19:17:35.020Zinfo: downloading component 'cargo'
342024-04-25T19:17:35.854Zinfo: downloading component 'clippy'
352024-04-25T19:17:36.152Zinfo: downloading component 'rust-docs'
362024-04-25T19:17:37.189Zinfo: downloading component 'rust-std'
372024-04-25T19:17:39.067Zinfo: downloading component 'rustc'
382024-04-25T19:17:43.550Zinfo: downloading component 'rustfmt'
392024-04-25T19:17:43.881Zinfo: installing component 'cargo'
402024-04-25T19:17:44.689Zinfo: installing component 'clippy'
412024-04-25T19:17:45.070Zinfo: installing component 'rust-docs'
422024-04-25T19:17:46.468Zinfo: installing component 'rust-std'
432024-04-25T19:17:48.271Zinfo: installing component 'rustc'
442024-04-25T19:17:52.363Zinfo: installing component 'rustfmt'
452024-04-25T19:17:52.718Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-25T19:17:52.719Z
472024-04-25T19:17:52.997Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-25T19:17:52.997Z
492024-04-25T19:17:53.002Z
502024-04-25T19:17:53.002ZRust is installed now. Great!
512024-04-25T19:17:53.002Z
522024-04-25T19:17:53.003ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-25T19:17:53.003Zenvironment variable. This has not been done automatically.
542024-04-25T19:17:53.003Z
552024-04-25T19:17:53.003ZTo configure your current shell, you need to source
562024-04-25T19:17:53.003Zthe corresponding env file under $HOME/.cargo.
572024-04-25T19:17:53.003Z
582024-04-25T19:17:53.003ZThis is usually done by running one of the following (note the leading DOT):
592024-04-25T19:17:53.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-25T19:17:53.003Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-25T19:17:53.126Z+ rustc --version
622024-04-25T19:17:53.187Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-25T19:17:53.197Zprocess exited: duration 20659 ms, exit code 0
 
642024-04-25T19:17:53.214Zstarting task 2: "authentication"
652024-04-25T19:17:53.237Zprocess exited: duration 22 ms, exit code 0
 
662024-04-25T19:17:53.693Zstarting task 3: "clone repository"
672024-04-25T19:17:53.703Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-25T19:17:53.703Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-25T19:17:54.148ZCloning into '/work/oxidecomputer/omicron'...
702024-04-25T19:17:58.916Z+ cd /work/oxidecomputer/omicron
712024-04-25T19:17:58.916Z+ git fetch origin 503ad20b27ae4e5abaeefe8390f2c122e97b87b5
722024-04-25T19:17:59.272ZFrom https://github.com/oxidecomputer/omicron
732024-04-25T19:17:59.272Z * branch 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 -> FETCH_HEAD
742024-04-25T19:17:59.291Z+ [[ -n eliza/instance-refactor ]]
752024-04-25T19:17:59.291Z++ git branch --show-current
762024-04-25T19:17:59.291Z+ current=main
772024-04-25T19:17:59.291Z+ [[ main != eliza/instance-refactor ]]
782024-04-25T19:17:59.292Z+ git branch -f eliza/instance-refactor 503ad20b27ae4e5abaeefe8390f2c122e97b87b5
792024-04-25T19:17:59.292Z+ git checkout -f eliza/instance-refactor
802024-04-25T19:17:59.405ZSwitched to branch 'eliza/instance-refactor'
812024-04-25T19:17:59.414Z+ git reset --hard 503ad20b27ae4e5abaeefe8390f2c122e97b87b5
822024-04-25T19:17:59.520ZHEAD is now at 503ad20b2 clippy cleanliness/unused methods
832024-04-25T19:17:59.524Zprocess exited: duration 5828 ms, exit code 0
 
842024-04-25T19:17:59.530Zstarting task 4: "build"
852024-04-25T19:17:59.536Z+ cargo --version
862024-04-25T19:17:59.540Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-25T19:17:59.719Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-25T19:17:59.719Zinfo: downloading component 'cargo'
892024-04-25T19:18:00.710Zinfo: downloading component 'clippy'
902024-04-25T19:18:01.034Zinfo: downloading component 'rust-docs'
912024-04-25T19:18:02.339Zinfo: downloading component 'rust-std'
922024-04-25T19:18:04.233Zinfo: downloading component 'rustc'
932024-04-25T19:18:09.317Zinfo: downloading component 'rustfmt'
942024-04-25T19:18:09.618Zinfo: installing component 'cargo'
952024-04-25T19:18:10.811Zinfo: installing component 'clippy'
962024-04-25T19:18:10.817Zinfo: installing component 'rust-docs'
972024-04-25T19:18:12.633Zinfo: installing component 'rust-std'
982024-04-25T19:18:13.843Zinfo: installing component 'rustc'
992024-04-25T19:18:17.823Zinfo: installing component 'rustfmt'
1002024-04-25T19:18:18.210Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-25T19:18:18.228Z+ rustc --version
1022024-04-25T19:18:19.129Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-25T19:18:19.129Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-25T19:18:29.680Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-25T19:18:31.545Z Startup: Caching catalogs ... Done
1062024-04-25T19:18:34.049ZPlanning: Solver setup ... Done (2.033s)
1072024-04-25T19:18:34.094ZPlanning: Running solver ... Done (0.044s)
1082024-04-25T19:18:34.205ZPlanning: Finding local manifests ... Done (0.079s)
1092024-04-25T19:18:34.220ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-25T19:18:34.616ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-25T19:18:34.657ZPlanning: Package planning ... Done (0.048s)
1122024-04-25T19:18:34.719ZPlanning: Merging actions ... Done (0.051s)
1132024-04-25T19:18:35.134ZPlanning: Checking for conflicting actions ... Done (0.427s)
1142024-04-25T19:18:35.145ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-25T19:18:44.361ZPlanning: Evaluating mediators ... Done (9.217s)
1162024-04-25T19:18:44.371ZPlanning: Planning completed in 12.76 seconds
1172024-04-25T19:18:44.385Z Packages to install: 4
1182024-04-25T19:18:44.386Z Mediators to change: 2
1192024-04-25T19:18:44.389Z Services to change: 1
1202024-04-25T19:18:44.389Z Estimated space available: 155.32 GB
1212024-04-25T19:18:44.389ZEstimated space to be consumed: 1.44 GB
1222024-04-25T19:18:44.389Z Create boot environment: No
1232024-04-25T19:18:44.389ZCreate backup boot environment: No
1242024-04-25T19:18:44.389Z Rebuild boot archive: No
1252024-04-25T19:18:44.389Z
1262024-04-25T19:18:44.389ZChanged mediators:
1272024-04-25T19:18:44.389Z mediator clang:
1282024-04-25T19:18:44.389Z version: None -> 15 (system default)
1292024-04-25T19:18:44.389Z
1302024-04-25T19:18:44.389Z mediator llvm:
1312024-04-25T19:18:44.390Z version: 14 (system default) -> 15 (system default)
1322024-04-25T19:18:44.390Z
1332024-04-25T19:18:44.390ZChanged packages:
1342024-04-25T19:18:44.390Zhelios-dev
1352024-04-25T19:18:44.390Z developer/build-essential
1362024-04-25T19:18:44.390Z None -> 11-2.0
1372024-04-25T19:18:44.390Z library/libxmlsec1
1382024-04-25T19:18:44.390Z None -> 1.2.35-2.0
1392024-04-25T19:18:44.390Z ooce/developer/clang-15
1402024-04-25T19:18:44.390Z None -> 15.0.7-2.0
1412024-04-25T19:18:44.390Z ooce/developer/llvm-15
1422024-04-25T19:18:44.390Z None -> 15.0.7-2.0
1432024-04-25T19:18:44.390Z
1442024-04-25T19:18:44.390ZServices:
1452024-04-25T19:18:44.390Z restart_fmri:
1462024-04-25T19:18:44.390Z svc:/system/update-man-index:default
1472024-04-25T19:18:44.476Z
1482024-04-25T19:18:44.477ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-25T19:18:49.479ZDownload: 869/3290 items 18.7/212.6MB 8% complete (3.9M/s)
1502024-04-25T19:18:54.488ZDownload: 1623/3290 items 117.0/212.6MB 55% complete (11.8M/s)
1512024-04-25T19:18:59.489ZDownload: 3151/3290 items 137.1/212.6MB 64% complete (11.8M/s)
1522024-04-25T19:19:05.813ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (10.5M/s)
1532024-04-25T19:19:05.839ZDownload: Completed 212.60 MB in 21.36 seconds (9.9M/s)
1542024-04-25T19:19:06.031Z Actions: 1/3689 actions (Installing new actions)
1552024-04-25T19:19:11.086Z Actions: 3625/3689 actions (Installing new actions)
1562024-04-25T19:19:11.599Z Actions: Completed 3689 actions in 5.57 seconds.
1572024-04-25T19:19:11.811Z Done (0.210s)
1582024-04-25T19:19:11.812Z Done (0.000s)
1592024-04-25T19:19:12.089Z Done (0.277s)
1602024-04-25T19:19:18.652Z Done (6.419s)
1612024-04-25T19:19:18.905Z Done (0.185s)
1622024-04-25T19:19:18.921Z Done (0.000s)
1632024-04-25T19:19:19.062Z Done (0.000s)
1642024-04-25T19:19:19.590ZPlanning: Evaluating mediator changes ... Done
1652024-04-25T19:19:19.751ZPlanning: Checking for conflicting actions ... Done
1662024-04-25T19:19:19.755ZPlanning: Consolidating action changes ... Done
1672024-04-25T19:19:20.023ZPlanning: Evaluating mediators ... Done
1682024-04-25T19:19:20.032ZPlanning: Planning completed in 0.43 seconds
1692024-04-25T19:19:20.055Z Mediators to change: 2
1702024-04-25T19:19:20.056Z Create boot environment: No
1712024-04-25T19:19:20.066ZCreate backup boot environment: No
1722024-04-25T19:19:20.131Z Done
1732024-04-25T19:19:20.132Z Done
1742024-04-25T19:19:20.289Z Done
1752024-04-25T19:19:23.876Z Done
1762024-04-25T19:19:23.959Z Done
1772024-04-25T19:19:23.965Z Done
1782024-04-25T19:19:24.078Z Done
1792024-04-25T19:19:24.704ZPlanning: Evaluating mediator changes ... Done
1802024-04-25T19:19:24.709ZPlanning: Merging actions ... Done
1812024-04-25T19:19:25.037ZPlanning: Checking for conflicting actions ... Done
1822024-04-25T19:19:25.043ZPlanning: Consolidating action changes ... Done
1832024-04-25T19:19:25.159ZPlanning: Evaluating mediators ... Done
1842024-04-25T19:19:25.214ZPlanning: Planning completed in 0.78 seconds
1852024-04-25T19:19:25.249Z Packages to change: 1
1862024-04-25T19:19:25.249Z Mediators to change: 1
1872024-04-25T19:19:25.258Z Services to change: 1
1882024-04-25T19:19:25.258Z Create boot environment: No
1892024-04-25T19:19:25.258ZCreate backup boot environment: Yes
1902024-04-25T19:19:27.295Z Actions: 1/6 actions (Updating modified actions)
1912024-04-25T19:19:27.303Z Actions: Completed 6 actions in 0.00 seconds.
1922024-04-25T19:19:27.303Z Done
1932024-04-25T19:19:27.303Z Done
1942024-04-25T19:19:27.351Z Done
1952024-04-25T19:19:30.907Z Done
1962024-04-25T19:19:30.994Z Done
1972024-04-25T19:19:30.998Z Done
1982024-04-25T19:19:31.148Z Done
1992024-04-25T19:19:31.585ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-04-25T19:19:31.585Zclang system 15 system
2012024-04-25T19:19:31.585Zcsh system system illumos
2022024-04-25T19:19:31.585Zctags system system illumos
2032024-04-25T19:19:31.585Zgcc vendor 12 vendor
2042024-04-25T19:19:31.585Zgcc system 10 system
2052024-04-25T19:19:31.585Zgcc system 7 system
2062024-04-25T19:19:31.585Zgo system 1.20 system
2072024-04-25T19:19:31.585Zgo system 1.19 system
2082024-04-25T19:19:31.586Zllvm system 15 system
2092024-04-25T19:19:31.586Zllvm system 14 system
2102024-04-25T19:19:31.586Zmariadb system 10.6 system
2112024-04-25T19:19:31.586Zmta vendor vendor dma
2122024-04-25T19:19:31.586Zopenjdk system 17 system
2132024-04-25T19:19:31.586Zopenjdk system 11 system
2142024-04-25T19:19:31.586Zopenjdk system 1.8 system
2152024-04-25T19:19:31.586Zopenssl vendor 3 vendor
2162024-04-25T19:19:31.586Zperl system 5.36 system
2172024-04-25T19:19:31.586Zpostgresql system 15 system
2182024-04-25T19:19:31.586Zpostgresql system 13 system
2192024-04-25T19:19:31.586Zpython vendor 3 vendor
2202024-04-25T19:19:31.586Zpython system 2 system
2212024-04-25T19:19:31.587Zpython3 system 3.11 system
2222024-04-25T19:19:31.587Zruby system 3.0 system
2232024-04-25T19:19:31.587Zwords vendor vendor american-english
2242024-04-25T19:19:31.587Zwords system system australian-english
2252024-04-25T19:19:31.587Zwords system system british-english
2262024-04-25T19:19:31.587Zwords system system canadian-english
2272024-04-25T19:19:31.587Zwords system system french
2282024-04-25T19:19:31.587Zwords system system italian
2292024-04-25T19:19:31.587Zwords system system ngerman
2302024-04-25T19:19:31.587Zwords system system ogerman
2312024-04-25T19:19:31.587Zwords system system spanish
2322024-04-25T19:19:31.910ZPUBLISHER TYPE STATUS P LOCATION
2332024-04-25T19:19:31.910Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-04-25T19:19:33.239ZFMRI IFO
2352024-04-25T19:19:33.239Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-04-25T19:19:33.239Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-04-25T19:19:33.240Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-04-25T19:19:33.240Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-04-25T19:19:33.240Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-04-25T19:19:33.240Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-04-25T19:19:33.240Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-04-25T19:19:33.240Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-04-25T19:19:33.240Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-04-25T19:19:33.240Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-04-25T19:19:33.241Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-04-25T19:19:33.241Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-04-25T19:19:33.481Z+ set -o errexit
2482024-04-25T19:19:33.485Z+++ dirname ./tools/ci_download_cockroachdb
2492024-04-25T19:19:33.485Z++ cd ./tools
2502024-04-25T19:19:33.485Z++ pwd
2512024-04-25T19:19:33.485Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-04-25T19:19:33.485Z++ basename ./tools/ci_download_cockroachdb
2532024-04-25T19:19:33.490Z+ ARG0=ci_download_cockroachdb
2542024-04-25T19:19:33.490Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-04-25T19:19:33.490Z+ CIDL_VERSION=v22.1.9
2562024-04-25T19:19:33.490Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-04-25T19:19:33.490Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-04-25T19:19:33.490Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-04-25T19:19:33.490Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-04-25T19:19:33.490Z+ TARGET_DIR=out
2612024-04-25T19:19:33.490Z+ DOWNLOAD_DIR=out/downloads
2622024-04-25T19:19:33.491Z+ DEST_DIR=./out/cockroachdb
2632024-04-25T19:19:33.491Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-04-25T19:19:33.491Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-04-25T19:19:33.491Z+ main
2662024-04-25T19:19:33.491Z+ [[ 0 != 0 ]]
2672024-04-25T19:19:33.491Z+ CIDL_OS=solaris2.11
2682024-04-25T19:19:33.491Z+ [[ 0 != 0 ]]
2692024-04-25T19:19:33.491Z+ configure_os solaris2.11
2702024-04-25T19:19:33.491Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-04-25T19:19:33.491Zcurrent directory: /work/oxidecomputer/omicron
2722024-04-25T19:19:33.491Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-04-25T19:19:33.491Zconfiguring based on OS: "solaris2.11"
2742024-04-25T19:19:33.491Z+ case "$1" in
2752024-04-25T19:19:33.491Z+ CIDL_BUILD=illumos
2762024-04-25T19:19:33.491Z+ CIDL_SUFFIX=tar.gz
2772024-04-25T19:19:33.491Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-04-25T19:19:33.491Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-04-25T19:19:33.491Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-04-25T19:19:33.491Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-04-25T19:19:33.491Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-04-25T19:19:33.491Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-25T19:19:33.491Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-04-25T19:19:33.492Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-25T19:19:33.492Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-04-25T19:19:33.492Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-04-25T19:19:33.492ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-04-25T19:19:33.492Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-25T19:19:33.492ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-25T19:19:33.492Z+ mkdir -p out/downloads
2912024-04-25T19:19:33.504Z+ mkdir -p ./out/cockroachdb
2922024-04-25T19:19:33.504Z+ local DO_DOWNLOAD=true
2932024-04-25T19:19:33.504Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-04-25T19:19:33.504Z+ '[' true == true ']'
2952024-04-25T19:19:33.504Z+ echo Downloading...
2962024-04-25T19:19:33.504ZDownloading...
2972024-04-25T19:19:33.504Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-04-25T19:19:33.504Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-25T19:19:36.041Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-25T19:19:36.045Z++ sha256sum
3012024-04-25T19:19:36.045Z++ awk '{print $1}'
3022024-04-25T19:19:36.229Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-04-25T19:19:36.229Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3042024-04-25T19:19:36.694Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-25T19:19:36.694Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-04-25T19:19:38.406Z+ do_assemble_illumos
3072024-04-25T19:19:38.409Z+ rm -r ./out/cockroachdb
3082024-04-25T19:19:38.409Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-04-25T19:19:38.834Z+ ./out/cockroachdb/bin/cockroach version
3102024-04-25T19:19:39.016ZBuild Tag: v22.1.9-dirty
3112024-04-25T19:19:39.016ZBuild Time: 2022/10/26 21:17:46
3122024-04-25T19:19:39.016ZDistribution: OSS
3132024-04-25T19:19:39.016ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-04-25T19:19:39.016ZGo Version: go1.17.13
3152024-04-25T19:19:39.016ZC Compiler: gcc 10.3.0
3162024-04-25T19:19:39.016ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-04-25T19:19:39.016ZBuild Type: release
3182024-04-25T19:19:39.032Z+ set -o errexit
3192024-04-25T19:19:39.046Z+++ dirname ./tools/ci_download_clickhouse
3202024-04-25T19:19:39.056Z++ cd ./tools
3212024-04-25T19:19:39.056Z++ pwd
3222024-04-25T19:19:39.057Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-04-25T19:19:39.057Z++ basename ./tools/ci_download_clickhouse
3242024-04-25T19:19:39.057Z+ ARG0=ci_download_clickhouse
3252024-04-25T19:19:39.057Z+ TARGET_DIR=out
3262024-04-25T19:19:39.057Z+ DOWNLOAD_DIR=out/downloads
3272024-04-25T19:19:39.057Z+ DEST_DIR=./out/clickhouse
3282024-04-25T19:19:39.057Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-04-25T19:19:39.057Z+ CIDL_VERSION=v23.8.7.24
3302024-04-25T19:19:39.057Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-04-25T19:19:39.057Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-04-25T19:19:39.057Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-04-25T19:19:39.058Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-04-25T19:19:39.058Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-04-25T19:19:39.058Z+ main
3362024-04-25T19:19:39.058Z+ [[ 0 != 0 ]]
3372024-04-25T19:19:39.058Z+ CIDL_OS=solaris2.11
3382024-04-25T19:19:39.058Z+ [[ 0 != 0 ]]
3392024-04-25T19:19:39.058Z+ configure_os solaris2.11
3402024-04-25T19:19:39.058Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-04-25T19:19:39.058Zcurrent directory: /work/oxidecomputer/omicron
3422024-04-25T19:19:39.058Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-04-25T19:19:39.058Z+ CIDL_DASHREV=
3442024-04-25T19:19:39.058Z+ case "$1" in
3452024-04-25T19:19:39.058Zconfiguring based on OS: "solaris2.11"
3462024-04-25T19:19:39.059Z+ CIDL_PLATFORM=illumos
3472024-04-25T19:19:39.059Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-04-25T19:19:39.059Z+ CIDL_MD5FUNC=do_md5sum
3492024-04-25T19:19:39.059Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-04-25T19:19:39.059Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-25T19:19:39.059Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-04-25T19:19:39.059Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-25T19:19:39.059Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-04-25T19:19:39.059Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-04-25T19:19:39.059ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-25T19:19:39.059Z+ mkdir -p out/downloads
3572024-04-25T19:19:39.059ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-04-25T19:19:39.059Z+ mkdir -p ./out/clickhouse
3592024-04-25T19:19:39.059Z+ local DO_DOWNLOAD=true
3602024-04-25T19:19:39.059Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-04-25T19:19:39.059Z+ '[' true == true ']'
3622024-04-25T19:19:39.059Z+ echo Downloading...
3632024-04-25T19:19:39.059ZDownloading...
3642024-04-25T19:19:39.059Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-25T19:19:39.060Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-04-25T19:19:41.013Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-04-25T19:19:41.018Z++ md5sum
3682024-04-25T19:19:41.018Z++ awk '{print $1}'
3692024-04-25T19:19:41.238Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-04-25T19:19:41.247Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3712024-04-25T19:19:41.247Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-04-25T19:19:41.248Z+ mkdir -p ./out/clickhouse
3732024-04-25T19:19:41.248Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-04-25T19:19:45.052Z+ [[ solaris2.11 == darwin* ]]
3752024-04-25T19:19:45.052Z+ ./out/clickhouse/clickhouse server --version
3762024-04-25T19:19:45.509ZClickHouse server version 23.8.7.1.
3772024-04-25T19:19:45.531Z+ set -o errexit
3782024-04-25T19:19:45.537Z+++ dirname ./tools/ci_download_console
3792024-04-25T19:19:45.537Z++ cd ./tools
3802024-04-25T19:19:45.537Z++ pwd
3812024-04-25T19:19:45.537Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-04-25T19:19:45.537Z++ basename ./tools/ci_download_console
3832024-04-25T19:19:45.537Z+ ARG0=ci_download_console
3842024-04-25T19:19:45.537Z+ TARGET_DIR=out
3852024-04-25T19:19:45.537Z+ DOWNLOAD_DIR=out/downloads
3862024-04-25T19:19:45.537Z+ DEST_DIR=./out/console-assets
3872024-04-25T19:19:45.537Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-04-25T19:19:45.541Z++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3
3892024-04-25T19:19:45.541Z++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
3902024-04-25T19:19:45.542Z+ URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
3912024-04-25T19:19:45.542Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-04-25T19:19:45.542Z+ main
3932024-04-25T19:19:45.542Z+ [[ 0 != 0 ]]
3942024-04-25T19:19:45.542Z+ echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz'
3952024-04-25T19:19:45.542ZURL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
3962024-04-25T19:19:45.542ZLocal file: out/downloads/console.tar.gz
3972024-04-25T19:19:45.542Z+ echo 'Local file: out/downloads/console.tar.gz'
3982024-04-25T19:19:45.542Z+ local DO_DOWNLOAD=true
3992024-04-25T19:19:45.542Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-04-25T19:19:45.542Z+ mkdir -p out/downloads
4012024-04-25T19:19:45.542Z+ '[' true == true ']'
4022024-04-25T19:19:45.542Z+ echo Downloading...
4032024-04-25T19:19:45.542ZDownloading...
4042024-04-25T19:19:45.542Z+ do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz
4052024-04-25T19:19:45.542Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4062024-04-25T19:19:46.076Z++ do_sha256sum out/downloads/console.tar.gz
4072024-04-25T19:19:46.080Z++ case "$OSTYPE" in
4082024-04-25T19:19:46.080Z++ SHA=sha256sum
4092024-04-25T19:19:46.080Z++ sha256sum
4102024-04-25T19:19:46.080Z++ awk '{print $1}'
4112024-04-25T19:19:46.084Z+ calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
4122024-04-25T19:19:46.088Z+ [[ 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 ]]
4132024-04-25T19:19:46.088Z+ rm -rf ./out/console-assets
4142024-04-25T19:19:46.088Z+ mkdir -p ./out/console-assets
4152024-04-25T19:19:46.091Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-04-25T19:19:46.091Z+ mkdir -p ./out/console-assets
4172024-04-25T19:19:46.091Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-04-25T19:19:46.593Z+ set -o errexit
4192024-04-25T19:19:46.600Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-04-25T19:19:46.600Z++ cd ./tools
4212024-04-25T19:19:46.600Z++ pwd
4222024-04-25T19:19:46.600Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-04-25T19:19:46.600Z++ basename ./tools/ci_download_maghemite_openapi
4242024-04-25T19:19:46.600Z+ ARG0=ci_download_maghemite_openapi
4252024-04-25T19:19:46.600Z+ TARGET_DIR=out
4262024-04-25T19:19:46.600Z+ DOWNLOAD_DIR=out/downloads
4272024-04-25T19:19:46.600Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-04-25T19:19:46.600Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-04-25T19:19:46.600Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-04-25T19:19:46.601Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-04-25T19:19:46.601Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-04-25T19:19:46.601Z+ main
4332024-04-25T19:19:46.601Z+ rm -rf out/downloads/root
4342024-04-25T19:19:46.601Z+ [[ 0 != 0 ]]
4352024-04-25T19:19:46.601Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-04-25T19:19:46.601ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-04-25T19:19:46.601Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-04-25T19:19:46.601ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-04-25T19:19:46.601Z+ local DO_DOWNLOAD=true
4402024-04-25T19:19:46.601Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-04-25T19:19:46.601Z+ mkdir -p out/downloads
4422024-04-25T19:19:46.601Z+ '[' true == true ']'
4432024-04-25T19:19:46.601Z+ echo Downloading...
4442024-04-25T19:19:46.601ZDownloading...
4452024-04-25T19:19:46.601Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-25T19:19:46.601Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4472024-04-25T19:19:46.601Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-25T19:19:46.601Z++ case "$OSTYPE" in
4492024-04-25T19:19:46.601Z++ SHA=sha256sum
4502024-04-25T19:19:46.601Z++ sha256sum
4512024-04-25T19:19:46.601Z++ awk '{print $1}'
4522024-04-25T19:19:46.601Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-04-25T19:19:46.602Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4542024-04-25T19:19:46.602Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-04-25T19:19:46.602Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-04-25T19:19:46.602Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-04-25T19:19:46.602Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-04-25T19:19:46.602Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-04-25T19:19:46.602Z+ main
4602024-04-25T19:19:46.602Z+ rm -rf out/downloads/root
4612024-04-25T19:19:46.602Z+ [[ 0 != 0 ]]
4622024-04-25T19:19:46.602Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-04-25T19:19:46.602ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-04-25T19:19:46.602Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-04-25T19:19:46.602ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-25T19:19:46.602Z+ local DO_DOWNLOAD=true
4672024-04-25T19:19:46.602Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-04-25T19:19:46.602Z+ mkdir -p out/downloads
4692024-04-25T19:19:46.603Z+ '[' true == true ']'
4702024-04-25T19:19:46.603Z+ echo Downloading...
4712024-04-25T19:19:46.603ZDownloading...
4722024-04-25T19:19:46.603Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-25T19:19:46.603Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-04-25T19:19:46.603Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-25T19:19:46.603Z++ case "$OSTYPE" in
4762024-04-25T19:19:46.603Z++ SHA=sha256sum
4772024-04-25T19:19:46.603Z++ sha256sum
4782024-04-25T19:19:46.604Z++ awk '{print $1}'
4792024-04-25T19:19:46.604Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-04-25T19:19:46.604Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4812024-04-25T19:19:46.604Z+ set -o errexit
4822024-04-25T19:19:46.604Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-04-25T19:19:46.604Z++ cd ./tools
4842024-04-25T19:19:46.604Z++ pwd
4852024-04-25T19:19:46.604Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-04-25T19:19:46.604Z++ basename ./tools/ci_download_dendrite_openapi
4872024-04-25T19:19:46.604Z+ ARG0=ci_download_dendrite_openapi
4882024-04-25T19:19:46.604Z+ TARGET_DIR=out
4892024-04-25T19:19:46.604Z+ DOWNLOAD_DIR=out/downloads
4902024-04-25T19:19:46.604Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-04-25T19:19:46.604Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4922024-04-25T19:19:46.604Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-04-25T19:19:46.604Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4942024-04-25T19:19:46.604Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4952024-04-25T19:19:46.604Z+ main
4962024-04-25T19:19:46.604Z+ [[ 0 != 0 ]]
4972024-04-25T19:19:46.604Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4982024-04-25T19:19:46.604ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4992024-04-25T19:19:46.604ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5002024-04-25T19:19:46.605Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5012024-04-25T19:19:46.605Z+ local DO_DOWNLOAD=true
5022024-04-25T19:19:46.605Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5032024-04-25T19:19:46.605Z+ mkdir -p out/downloads
5042024-04-25T19:19:46.605Z+ '[' true == true ']'
5052024-04-25T19:19:46.605Z+ echo Downloading...
5062024-04-25T19:19:46.605ZDownloading...
5072024-04-25T19:19:46.605Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-25T19:19:46.605Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5092024-04-25T19:19:46.605Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-25T19:19:46.605Z++ case "$OSTYPE" in
5112024-04-25T19:19:46.605Z++ SHA=sha256sum
5122024-04-25T19:19:46.605Z++ sha256sum
5132024-04-25T19:19:46.605Z++ awk '{print $1}'
5142024-04-25T19:19:46.609Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-04-25T19:19:46.609Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5162024-04-25T19:19:46.609Z+ set -o errexit
5172024-04-25T19:19:46.609Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-04-25T19:19:46.615Z++ cd ./tools
5192024-04-25T19:19:46.615Z++ pwd
5202024-04-25T19:19:46.615Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-04-25T19:19:46.616Z++ basename ./tools/ci_download_dendrite_stub
5222024-04-25T19:19:46.616Z+ ARG0=ci_download_dendrite_stub
5232024-04-25T19:19:46.616Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-04-25T19:19:46.616Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5252024-04-25T19:19:46.616Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5262024-04-25T19:19:46.616Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5272024-04-25T19:19:46.616Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-04-25T19:19:46.616Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5292024-04-25T19:19:46.616Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-04-25T19:19:46.616Z+ TARGET_DIR=out
5312024-04-25T19:19:46.616Z+ DOWNLOAD_DIR=out/downloads
5322024-04-25T19:19:46.616Z+ DEST_DIR=./out/dendrite-stub
5332024-04-25T19:19:46.616Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-04-25T19:19:46.616Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-04-25T19:19:46.616Z+ REPO=oxidecomputer/dendrite
5362024-04-25T19:19:46.616Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5372024-04-25T19:19:46.616Z+ main
5382024-04-25T19:19:46.616Z+ [[ 0 != 0 ]]
5392024-04-25T19:19:46.616Z+ CIDL_OS=solaris2.11
5402024-04-25T19:19:46.616Z+ [[ 0 != 0 ]]
5412024-04-25T19:19:46.616Z+ configure_os solaris2.11
5422024-04-25T19:19:46.616Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-04-25T19:19:46.617Zcurrent directory: /work/oxidecomputer/omicron
5442024-04-25T19:19:46.617Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-04-25T19:19:46.617Zconfiguring based on OS: "solaris2.11"
5462024-04-25T19:19:46.617Z+ case "$1" in
5472024-04-25T19:19:46.617Z+ SET_BINARIES=
5482024-04-25T19:19:46.617Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5492024-04-25T19:19:46.617Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-04-25T19:19:46.617Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-04-25T19:19:46.617Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5522024-04-25T19:19:46.617Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-04-25T19:19:46.617Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5542024-04-25T19:19:46.617ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5552024-04-25T19:19:46.617ZLocal file: out/downloads/dendrite-stub.tar.gz
5562024-04-25T19:19:46.617Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-04-25T19:19:46.617Z+ mkdir -p out/downloads
5582024-04-25T19:19:46.622Z+ mkdir -p ./out/dendrite-stub
5592024-04-25T19:19:46.622Z+ fetch_and_verify
5602024-04-25T19:19:46.622Z+ local DO_DOWNLOAD=true
5612024-04-25T19:19:46.622Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-04-25T19:19:46.622Z+ '[' true == true ']'
5632024-04-25T19:19:46.622Z+ echo Downloading...
5642024-04-25T19:19:46.622ZDownloading...
5652024-04-25T19:19:46.622Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-04-25T19:19:46.622Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5672024-04-25T19:19:57.205Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-04-25T19:19:57.209Z++ sha256sum
5692024-04-25T19:19:57.209Z++ awk '{print $1}'
5702024-04-25T19:19:57.227Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5712024-04-25T19:19:57.230Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5722024-04-25T19:19:57.230Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-04-25T19:19:57.230Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-04-25T19:19:57.822Z+ do_assemble
5752024-04-25T19:19:57.822Z+ rm -r ./out/dendrite-stub
5762024-04-25T19:19:57.827Z+ mkdir ./out/dendrite-stub
5772024-04-25T19:19:57.827Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-04-25T19:19:57.911Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-04-25T19:19:58.354Z+ set -o errexit
5802024-04-25T19:19:58.354Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-04-25T19:19:58.355Z++ cd ./tools
5822024-04-25T19:19:58.355Z++ pwd
5832024-04-25T19:19:58.355Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-04-25T19:19:58.355Z++ basename ./tools/ci_download_maghemite_mgd
5852024-04-25T19:19:58.355Z+ ARG0=ci_download_maghemite_mgd
5862024-04-25T19:19:58.355Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-04-25T19:19:58.355Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-04-25T19:19:58.355Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-04-25T19:19:58.355Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-04-25T19:19:58.355Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-04-25T19:19:58.355Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-04-25T19:19:58.355Z+ TARGET_DIR=out
5932024-04-25T19:19:58.355Z+ DOWNLOAD_DIR=out/downloads
5942024-04-25T19:19:58.355Z+ DEST_DIR=./out/mgd
5952024-04-25T19:19:58.355Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-04-25T19:19:58.355Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-04-25T19:19:58.355Z+ REPO=oxidecomputer/maghemite
5982024-04-25T19:19:58.355Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-04-25T19:19:58.355Z+ main
6002024-04-25T19:19:58.355Z+ rm -rf out/downloads/root
6012024-04-25T19:19:58.355Z+ [[ 0 != 0 ]]
6022024-04-25T19:19:58.356Z+ CIDL_OS=solaris2.11
6032024-04-25T19:19:58.356Z+ [[ 0 != 0 ]]
6042024-04-25T19:19:58.356Z+ configure_os solaris2.11
6052024-04-25T19:19:58.356Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-04-25T19:19:58.356Zcurrent directory: /work/oxidecomputer/omicron
6072024-04-25T19:19:58.356Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-04-25T19:19:58.356Z+ case "$1" in
6092024-04-25T19:19:58.356Zconfiguring based on OS: "solaris2.11"
6102024-04-25T19:19:58.356Z+ SET_BINARIES=
6112024-04-25T19:19:58.356Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-04-25T19:19:58.356Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-04-25T19:19:58.356Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-04-25T19:19:58.356Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-04-25T19:19:58.356Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-04-25T19:19:58.356ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6172024-04-25T19:19:58.356Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6182024-04-25T19:19:58.356ZLocal file: out/downloads/mgd.tar.gz
6192024-04-25T19:19:58.356Z+ mkdir -p out/downloads
6202024-04-25T19:19:58.356Z+ mkdir -p ./out/mgd
6212024-04-25T19:19:58.356Z+ fetch_and_verify
6222024-04-25T19:19:58.356Z+ local DO_DOWNLOAD=true
6232024-04-25T19:19:58.356Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-04-25T19:19:58.356Z+ '[' true == true ']'
6252024-04-25T19:19:58.356Z+ echo Downloading...
6262024-04-25T19:19:58.357ZDownloading...
6272024-04-25T19:19:58.357Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-04-25T19:19:58.357Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-04-25T19:20:08.656Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-04-25T19:20:08.659Z++ sha256sum
6312024-04-25T19:20:08.659Z++ awk '{print $1}'
6322024-04-25T19:20:08.681Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-04-25T19:20:08.684Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6342024-04-25T19:20:08.684Z+ do_untar out/downloads/mgd.tar.gz
6352024-04-25T19:20:08.684Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-04-25T19:20:09.277Z+ do_assemble
6372024-04-25T19:20:09.277Z+ rm -r ./out/mgd
6382024-04-25T19:20:09.281Z+ mkdir ./out/mgd
6392024-04-25T19:20:09.284Z+ cp -r out/downloads/root ./out/mgd/root
6402024-04-25T19:20:09.375Z+ set -o errexit
6412024-04-25T19:20:09.391Z+++ dirname ./tools/ci_download_transceiver_control
6422024-04-25T19:20:09.391Z++ cd ./tools
6432024-04-25T19:20:09.391Z++ pwd
6442024-04-25T19:20:09.391Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-04-25T19:20:09.391Z++ basename ./tools/ci_download_transceiver_control
6462024-04-25T19:20:09.391Z+ ARG0=ci_download_transceiver_control
6472024-04-25T19:20:09.391Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-04-25T19:20:09.391Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-04-25T19:20:09.391Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-04-25T19:20:09.392Z+ TARGET_DIR=out
6512024-04-25T19:20:09.392Z+ DOWNLOAD_DIR=out/downloads
6522024-04-25T19:20:09.392Z+ DEST_DIR=./out/transceiver-control
6532024-04-25T19:20:09.392Z+ BIN_DIR=/opt/oxide/bin
6542024-04-25T19:20:09.392Z+ BINARY=xcvradm
6552024-04-25T19:20:09.392Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-04-25T19:20:09.392Z+ REPO=oxidecomputer/transceiver-control
6572024-04-25T19:20:09.392Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-04-25T19:20:09.392Z+ main
6592024-04-25T19:20:09.392Z+ [[ 0 != 0 ]]
6602024-04-25T19:20:09.392Z+ CIDL_OS=solaris2.11
6612024-04-25T19:20:09.392Z+ [[ 0 != 0 ]]
6622024-04-25T19:20:09.392Z+ configure_os solaris2.11
6632024-04-25T19:20:09.392Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-04-25T19:20:09.392Zcurrent directory: /work/oxidecomputer/omicron
6652024-04-25T19:20:09.392Z+ echo 'configuring based on OS: "solaris2.11"'
6662024-04-25T19:20:09.392Z+ case "$1" in
6672024-04-25T19:20:09.392Z+ SET_BINARIES=
6682024-04-25T19:20:09.392Zconfiguring based on OS: "solaris2.11"
6692024-04-25T19:20:09.392Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-04-25T19:20:09.393Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-04-25T19:20:09.393Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-04-25T19:20:09.393Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-04-25T19:20:09.393Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-04-25T19:20:09.393Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-04-25T19:20:09.393ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-04-25T19:20:09.393Z+ echo 'Local file: out/downloads/xcvradm.gz'
6772024-04-25T19:20:09.393ZLocal file: out/downloads/xcvradm.gz
6782024-04-25T19:20:09.393Z+ mkdir -p out/downloads
6792024-04-25T19:20:09.393Z+ mkdir -p ./out/transceiver-control
6802024-04-25T19:20:09.393Z+ fetch_and_verify
6812024-04-25T19:20:09.393Z+ local DO_DOWNLOAD=true
6822024-04-25T19:20:09.393Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-04-25T19:20:09.393Z+ '[' true == true ']'
6842024-04-25T19:20:09.394Z+ echo Downloading...
6852024-04-25T19:20:09.394ZDownloading...
6862024-04-25T19:20:09.394Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-04-25T19:20:09.394Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882024-04-25T19:20:12.168Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-04-25T19:20:12.172Z++ sha256sum
6902024-04-25T19:20:12.172Z++ awk '{print $1}'
6912024-04-25T19:20:12.186Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-04-25T19:20:12.186Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6932024-04-25T19:20:12.186Z+ do_unpack out/downloads/xcvradm.gz
6942024-04-25T19:20:12.186Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-04-25T19:20:12.192Z+ gzip -dc out/downloads/xcvradm.gz
6962024-04-25T19:20:14.001Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-04-25T19:20:14.074Z+ do_assemble
6982024-04-25T19:20:14.074Z+ rm -r ./out/transceiver-control
6992024-04-25T19:20:14.074Z+ mkdir ./out/transceiver-control
7002024-04-25T19:20:14.075Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-04-25T19:20:14.076Z+ set -o errexit
7022024-04-25T19:20:14.076Z+++ dirname ./tools/ci_download_thundermuffin
7032024-04-25T19:20:14.077Z++ cd ./tools
7042024-04-25T19:20:14.078Z++ pwd
7052024-04-25T19:20:14.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-04-25T19:20:14.081Z++ basename ./tools/ci_download_thundermuffin
7072024-04-25T19:20:14.081Z+ ARG0=ci_download_thundermuffin
7082024-04-25T19:20:14.081Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-04-25T19:20:14.081Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-04-25T19:20:14.081Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-04-25T19:20:14.082Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-04-25T19:20:14.082Z+ TARGET_DIR=out
7132024-04-25T19:20:14.083Z+ DOWNLOAD_DIR=out/downloads
7142024-04-25T19:20:14.083Z+ DEST_DIR=./out/thundermuffin
7152024-04-25T19:20:14.084Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-04-25T19:20:14.084Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-04-25T19:20:14.084Z+ REPO=oxidecomputer/thundermuffin
7182024-04-25T19:20:14.084Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-04-25T19:20:14.085Z+ main
7202024-04-25T19:20:14.086Z+ rm -rf out/downloads/root
7212024-04-25T19:20:14.086Z+ [[ 0 != 0 ]]
7222024-04-25T19:20:14.086Z+ CIDL_OS=solaris2.11
7232024-04-25T19:20:14.086Z+ [[ 0 != 0 ]]
7242024-04-25T19:20:14.087Z+ configure_os solaris2.11
7252024-04-25T19:20:14.087Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-04-25T19:20:14.088Zcurrent directory: /work/oxidecomputer/omicron
7272024-04-25T19:20:14.088Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-04-25T19:20:14.088Z+ case "$1" in
7292024-04-25T19:20:14.089Zconfiguring based on OS: "solaris2.11"
7302024-04-25T19:20:14.090Z+ SET_BINARIES=
7312024-04-25T19:20:14.090Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-04-25T19:20:14.090Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-04-25T19:20:14.090Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-04-25T19:20:14.090Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-04-25T19:20:14.090Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-04-25T19:20:14.091Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7372024-04-25T19:20:14.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-04-25T19:20:14.091ZLocal file: out/downloads/thundermuffin.tar.gz
7392024-04-25T19:20:14.091Z+ mkdir -p out/downloads
7402024-04-25T19:20:14.091Z+ mkdir -p ./out/thundermuffin
7412024-04-25T19:20:14.092Z+ fetch_and_verify
7422024-04-25T19:20:14.092Z+ local DO_DOWNLOAD=true
7432024-04-25T19:20:14.092Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-04-25T19:20:14.092Z+ '[' true == true ']'
7452024-04-25T19:20:14.092Z+ echo Downloading...
7462024-04-25T19:20:14.093ZDownloading...
7472024-04-25T19:20:14.093Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-04-25T19:20:14.093Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7492024-04-25T19:20:15.607Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-04-25T19:20:15.613Z++ sha256sum
7512024-04-25T19:20:15.613Z++ awk '{print $1}'
7522024-04-25T19:20:15.620Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-04-25T19:20:15.620Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7542024-04-25T19:20:15.620Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-04-25T19:20:15.621Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-04-25T19:20:15.681Z+ do_assemble
7572024-04-25T19:20:15.681Z+ rm -r ./out/thundermuffin
7582024-04-25T19:20:15.686Z+ mkdir ./out/thundermuffin
7592024-04-25T19:20:15.686Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-04-25T19:20:15.696ZAll prerequisites installed successfully
7612024-04-25T19:20:15.696Z
7622024-04-25T19:20:15.696Zreal 1:57.313454366
7632024-04-25T19:20:15.696Zuser 37.578852740
7642024-04-25T19:20:15.697Zsys 7.151921380
7652024-04-25T19:20:15.697Ztrap 0.007577596
7662024-04-25T19:20:15.697Ztflt 0.118251591
7672024-04-25T19:20:15.697Zdflt 0.480846274
7682024-04-25T19:20:15.697Zkflt 0.169280111
7692024-04-25T19:20:15.697Zlock 1.041544086
7702024-04-25T19:20:15.697Zslp 3:58.332185060
7712024-04-25T19:20:15.697Zlat 2.059637976
7722024-04-25T19:20:15.697Zstop 0.113656185
7732024-04-25T19:20:15.697Z+ banner end-to-end-tests
7742024-04-25T19:20:15.704Z
7752024-04-25T19:20:15.704Z ###### # # ##### ##### #### ###### # # #####
7762024-04-25T19:20:15.704Z # ## # # # # # # # ## # # #
7772024-04-25T19:20:15.704Z ##### # # # # # ##### # # # ##### ##### # # # # #
7782024-04-25T19:20:15.704Z # # # # # # # # # # # # # # #
7792024-04-25T19:20:15.704Z # # ## # # # # # # # ## # #
7802024-04-25T19:20:15.704Z ###### # # ##### # #### ###### # # #####
7812024-04-25T19:20:15.704Z
7822024-04-25T19:20:15.704Z+ export CARGO_PROFILE_DEV_DEBUG=1
7832024-04-25T19:20:15.704Z+ CARGO_PROFILE_DEV_DEBUG=1
7842024-04-25T19:20:15.704Z+ export CARGO_PROFILE_TEST_DEBUG=1
7852024-04-25T19:20:15.704Z+ CARGO_PROFILE_TEST_DEBUG=1
7862024-04-25T19:20:15.704Z+ export CARGO_INCREMENTAL=0
7872024-04-25T19:20:15.705Z+ CARGO_INCREMENTAL=0
7882024-04-25T19:20:15.705Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7892024-04-25T19:20:15.911Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7902024-04-25T19:20:16.225Z Updating git repository `https://github.com/oxidecomputer/zone`
7912024-04-25T19:20:16.536Z Updating crates.io index
7922024-04-25T19:20:16.588Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7932024-04-25T19:20:17.310Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7942024-04-25T19:20:17.978Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7952024-04-25T19:20:19.986Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7962024-04-25T19:20:20.490Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7972024-04-25T19:20:20.764Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982024-04-25T19:20:21.800Z Updating git repository `https://github.com/oxidecomputer/crucible`
7992024-04-25T19:20:23.588Z Updating git repository `https://github.com/oxidecomputer/opte`
8002024-04-25T19:20:24.648Z Updating git repository `https://github.com/oxidecomputer/falcon`
8012024-04-25T19:20:25.784Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-04-25T19:20:25.796Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8032024-04-25T19:20:26.296Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8042024-04-25T19:20:26.653Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8052024-04-25T19:20:26.966Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8062024-04-25T19:20:27.367Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8072024-04-25T19:20:27.714Z Updating git repository `http://github.com/oxidecomputer/tofino`
8082024-04-25T19:20:27.989Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8092024-04-25T19:20:28.271Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8102024-04-25T19:20:28.533Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8112024-04-25T19:20:28.875Z Updating git repository `https://github.com/oxidecomputer/ispf`
8122024-04-25T19:20:29.315Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132024-04-25T19:20:29.589Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8142024-04-25T19:20:31.218Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8152024-04-25T19:20:31.564Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8162024-04-25T19:20:31.912Z Updating git repository `https://github.com/jgallagher/nix`
8172024-04-25T19:20:32.897Z Updating git repository `https://github.com/cbiffle/hubpack`
8182024-04-25T19:20:33.304Z Updating git repository `https://github.com/oxidecomputer/typify`
8192024-04-25T19:20:35.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202024-04-25T19:20:35.495Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212024-04-25T19:20:35.779Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222024-04-25T19:20:36.308Z Updating git repository `https://github.com/oxidecomputer/rfb`
8232024-04-25T19:20:37.378Z Downloading crates ...
8242024-04-25T19:20:37.490Z Downloaded anstream v0.6.11
8252024-04-25T19:20:37.502Z Downloaded anstyle v1.0.6
8262024-04-25T19:20:37.502Z Downloaded anstyle-query v1.0.0
8272024-04-25T19:20:37.516Z Downloaded ident_case v1.0.1
8282024-04-25T19:20:37.516Z Downloaded aes v0.8.3
8292024-04-25T19:20:37.516Z Downloaded iana-time-zone v0.1.57
8302024-04-25T19:20:37.516Z Downloaded arrayref v0.3.7
8312024-04-25T19:20:37.516Z Downloaded der_derive v0.7.2
8322024-04-25T19:20:37.517Z Downloaded arrayvec v0.7.4
8332024-04-25T19:20:37.517Z Downloaded ascii v1.1.0
8342024-04-25T19:20:37.531Z Downloaded async-stream-impl v0.3.5
8352024-04-25T19:20:37.531Z Downloaded arc-swap v1.6.0
8362024-04-25T19:20:37.531Z Downloaded argon2 v0.5.3
8372024-04-25T19:20:37.531Z Downloaded anstyle-parse v0.2.1
8382024-04-25T19:20:37.532Z Downloaded atomic-waker v1.1.1
8392024-04-25T19:20:37.532Z Downloaded addr2line v0.21.0
8402024-04-25T19:20:37.541Z Downloaded base64 v0.21.7
8412024-04-25T19:20:37.541Z Downloaded adler v1.0.2
8422024-04-25T19:20:37.541Z Downloaded aead v0.5.2
8432024-04-25T19:20:37.542Z Downloaded ahash v0.8.8
8442024-04-25T19:20:37.542Z Downloaded idna v0.3.0
8452024-04-25T19:20:37.558Z Downloaded async-trait v0.1.80
8462024-04-25T19:20:37.558Z Downloaded aes-gcm v0.10.3
8472024-04-25T19:20:37.558Z Downloaded blake2 v0.10.6
8482024-04-25T19:20:37.567Z Downloaded idna v0.2.3
8492024-04-25T19:20:37.567Z Downloaded parking_lot_core v0.9.8
8502024-04-25T19:20:37.568Z Downloaded num-derive v0.4.0
8512024-04-25T19:20:37.568Z Downloaded nibble_vec v0.1.0
8522024-04-25T19:20:37.568Z Downloaded memmap v0.7.0
8532024-04-25T19:20:37.568Z Downloaded cbc v0.1.2
8542024-04-25T19:20:37.579Z Downloaded anyhow v1.0.82
8552024-04-25T19:20:37.579Z Downloaded chacha20 v0.9.1
8562024-04-25T19:20:37.579Z Downloaded itertools v0.10.5
8572024-04-25T19:20:37.591Z Downloaded pbkdf2 v0.12.2
8582024-04-25T19:20:37.591Z Downloaded darling_macro v0.20.8
8592024-04-25T19:20:37.591Z Downloaded match_cfg v0.1.0
8602024-04-25T19:20:37.592Z Downloaded lock_api v0.4.10
8612024-04-25T19:20:37.592Z Downloaded inout v0.1.3
8622024-04-25T19:20:37.592Z Downloaded curve25519-dalek-derive v0.1.0
8632024-04-25T19:20:37.592Z Downloaded ipnet v2.9.0
8642024-04-25T19:20:37.592Z Downloaded normalize-line-endings v0.3.0
8652024-04-25T19:20:37.593Z Downloaded managed v0.8.0
8662024-04-25T19:20:37.603Z Downloaded lru-cache v0.1.2
8672024-04-25T19:20:37.604Z Downloaded instant v0.1.12
8682024-04-25T19:20:37.604Z Downloaded num_enum_derive v0.5.11
8692024-04-25T19:20:37.604Z Downloaded bit-set v0.5.3
8702024-04-25T19:20:37.604Z Downloaded bcrypt-pbkdf v0.10.0
8712024-04-25T19:20:37.605Z Downloaded camino-tempfile v1.1.1
8722024-04-25T19:20:37.605Z Downloaded bit-vec v0.6.3
8732024-04-25T19:20:37.623Z Downloaded md5 v0.7.0
8742024-04-25T19:20:37.623Z Downloaded cstr-argument v0.1.2
8752024-04-25T19:20:37.624Z Downloaded crucible-workspace-hack v0.1.0
8762024-04-25T19:20:37.624Z Downloaded num-conv v0.1.0
8772024-04-25T19:20:37.624Z Downloaded base16ct v0.2.0
8782024-04-25T19:20:37.625Z Downloaded openssl-probe v0.1.5
8792024-04-25T19:20:37.625Z Downloaded ciborium-io v0.2.2
8802024-04-25T19:20:37.625Z Downloaded cfg-if v1.0.0
8812024-04-25T19:20:37.625Z Downloaded opaque-debug v0.3.0
8822024-04-25T19:20:37.625Z Downloaded newline-converter v0.3.0
8832024-04-25T19:20:37.626Z Downloaded bitstruct v0.1.1
8842024-04-25T19:20:37.626Z Downloaded cipher v0.4.4
8852024-04-25T19:20:37.626Z Downloaded backoff v0.4.0
8862024-04-25T19:20:37.648Z Downloaded tower-service v0.3.2
8872024-04-25T19:20:37.648Z Downloaded option-ext v0.2.0
8882024-04-25T19:20:37.648Z Downloaded peg-runtime v0.8.2
8892024-04-25T19:20:37.648Z Downloaded bitflags v2.4.2
8902024-04-25T19:20:37.648Z Downloaded cobs v0.2.3
8912024-04-25T19:20:37.648Z Downloaded openssl-macros v0.1.1
8922024-04-25T19:20:37.648Z Downloaded cpufeatures v0.2.12
8932024-04-25T19:20:37.649Z Downloaded num-rational v0.4.1
8942024-04-25T19:20:37.649Z Downloaded lalrpop-util v0.19.12
8952024-04-25T19:20:37.649Z Downloaded ciborium-ll v0.2.2
8962024-04-25T19:20:37.649Z Downloaded atomicwrites v0.4.3
8972024-04-25T19:20:37.649Z Downloaded is-terminal v0.4.9
8982024-04-25T19:20:37.649Z Downloaded bitflags v1.3.2
8992024-04-25T19:20:37.650Z Downloaded newtype-uuid v1.1.0
9002024-04-25T19:20:37.655Z Downloaded defmt-macros v0.3.6
9012024-04-25T19:20:37.655Z Downloaded internet-checksum v0.2.1
9022024-04-25T19:20:37.655Z Downloaded want v0.3.1
9032024-04-25T19:20:37.655Z Downloaded usdt-macro v0.5.0
9042024-04-25T19:20:37.656Z Downloaded defmt v0.3.5
9052024-04-25T19:20:37.656Z Downloaded foreign-types v0.3.2
9062024-04-25T19:20:37.656Z Downloaded equivalent v1.0.1
9072024-04-25T19:20:37.656Z Downloaded debug-ignore v1.0.5
9082024-04-25T19:20:37.656Z Downloaded clap_lex v0.7.0
9092024-04-25T19:20:37.656Z Downloaded block-padding v0.3.3
9102024-04-25T19:20:37.662Z Downloaded slab v0.4.9
9112024-04-25T19:20:37.662Z Downloaded paste v1.0.14
9122024-04-25T19:20:37.670Z Downloaded signal-hook-registry v1.4.1
9132024-04-25T19:20:37.670Z Downloaded pem v3.0.4
9142024-04-25T19:20:37.671Z Downloaded thiserror-impl-no-std v2.0.2
9152024-04-25T19:20:37.671Z Downloaded thiserror-impl v1.0.58
9162024-04-25T19:20:37.677Z Downloaded pest_generator v2.7.6
9172024-04-25T19:20:37.677Z Downloaded num_enum v0.5.11
9182024-04-25T19:20:37.681Z Downloaded console v0.15.8
9192024-04-25T19:20:37.682Z Downloaded pbkdf2 v0.11.0
9202024-04-25T19:20:37.682Z Downloaded parse-display v0.9.0
9212024-04-25T19:20:37.687Z Downloaded untrusted v0.7.1
9222024-04-25T19:20:37.687Z Downloaded darling v0.20.8
9232024-04-25T19:20:37.692Z Downloaded portpicker v0.1.1
9242024-04-25T19:20:37.692Z Downloaded ctr v0.9.2
9252024-04-25T19:20:37.692Z Downloaded scroll_derive v0.12.0
9262024-04-25T19:20:37.692Z Downloaded utf-8 v0.7.6
9272024-04-25T19:20:37.699Z Downloaded untrusted v0.9.0
9282024-04-25T19:20:37.699Z Downloaded crypto-common v0.1.6
9292024-04-25T19:20:37.699Z Downloaded cookie_store v0.20.0
9302024-04-25T19:20:37.700Z Downloaded static_assertions v1.1.0
9312024-04-25T19:20:37.706Z Downloaded stable_deref_trait v1.2.0
9322024-04-25T19:20:37.706Z Downloaded linear-map v1.2.0
9332024-04-25T19:20:37.707Z Downloaded crc32fast v1.3.2
9342024-04-25T19:20:37.707Z Downloaded libsw v3.3.1
9352024-04-25T19:20:37.719Z Downloaded base64ct v1.6.0
9362024-04-25T19:20:37.719Z Downloaded try-lock v0.2.4
9372024-04-25T19:20:37.719Z Downloaded deranged v0.3.11
9382024-04-25T19:20:37.719Z Downloaded zeroize v1.7.0
9392024-04-25T19:20:37.719Z Downloaded pem-rfc7468 v0.7.0
9402024-04-25T19:20:37.719Z Downloaded getopts v0.2.21
9412024-04-25T19:20:37.719Z Downloaded gethostname v0.4.3
9422024-04-25T19:20:37.719Z Downloaded home v0.5.5
9432024-04-25T19:20:37.719Z Downloaded foreign-types-macros v0.2.3
9442024-04-25T19:20:37.719Z Downloaded foreign-types v0.5.0
9452024-04-25T19:20:37.723Z Downloaded fnv v1.0.7
9462024-04-25T19:20:37.723Z Downloaded hex v0.4.3
9472024-04-25T19:20:37.723Z Downloaded waitgroup v0.1.2
9482024-04-25T19:20:37.723Z Downloaded tokio-rustls v0.25.0
9492024-04-25T19:20:37.726Z Downloaded percent-encoding v2.3.1
9502024-04-25T19:20:37.726Z Downloaded password-hash v0.4.2
9512024-04-25T19:20:37.726Z Downloaded owo-colors v4.0.0
9522024-04-25T19:20:37.730Z Downloaded rand_chacha v0.2.2
9532024-04-25T19:20:37.733Z Downloaded psl-types v2.0.11
9542024-04-25T19:20:37.733Z Downloaded hex-literal v0.4.1
9552024-04-25T19:20:37.733Z Downloaded crossbeam-epoch v0.9.18
9562024-04-25T19:20:37.736Z Downloaded serde_path_to_error v0.1.16
9572024-04-25T19:20:37.736Z Downloaded rustc_version v0.4.0
9582024-04-25T19:20:37.740Z Downloaded rustc_version v0.1.7
9592024-04-25T19:20:37.740Z Downloaded zerocopy-derive v0.7.32
9602024-04-25T19:20:37.745Z Downloaded headers-core v0.2.0
9612024-04-25T19:20:37.745Z Downloaded usdt-attr-macro v0.5.0
9622024-04-25T19:20:37.754Z Downloaded polyval v0.6.1
9632024-04-25T19:20:37.754Z Downloaded cc v1.0.83
9642024-04-25T19:20:37.754Z Downloaded structmeta-derive v0.3.0
9652024-04-25T19:20:37.754Z Downloaded pest_derive v2.7.6
9662024-04-25T19:20:37.761Z Downloaded zeroize_derive v1.4.2
9672024-04-25T19:20:37.761Z Downloaded clap v4.5.4
9682024-04-25T19:20:37.767Z Downloaded smf v0.2.3
9692024-04-25T19:20:37.768Z Downloaded slog-async v2.8.0
9702024-04-25T19:20:37.768Z Downloaded serde_repr v0.1.16
9712024-04-25T19:20:37.768Z Downloaded tokio-rustls v0.24.1
9722024-04-25T19:20:37.775Z Downloaded strum v0.26.2
9732024-04-25T19:20:37.775Z Downloaded erased-serde v0.3.31
9742024-04-25T19:20:37.775Z Downloaded http-range v0.1.5
9752024-04-25T19:20:37.775Z Downloaded ed25519 v2.2.2
9762024-04-25T19:20:37.781Z Downloaded futures-task v0.3.30
9772024-04-25T19:20:37.781Z Downloaded futures-sink v0.3.30
9782024-04-25T19:20:37.781Z Downloaded thread_local v1.1.7
9792024-04-25T19:20:37.781Z Downloaded miniz_oxide v0.7.1
9802024-04-25T19:20:37.789Z Downloaded display-error-chain v0.2.0
9812024-04-25T19:20:37.789Z Downloaded sct v0.7.0
9822024-04-25T19:20:37.789Z Downloaded rustfmt-wrapper v0.2.1
9832024-04-25T19:20:37.789Z Downloaded num-traits v0.2.18
9842024-04-25T19:20:37.797Z Downloaded parking_lot v0.12.1
9852024-04-25T19:20:37.797Z Downloaded chacha20poly1305 v0.10.1
9862024-04-25T19:20:37.797Z Downloaded bytes v1.6.0
9872024-04-25T19:20:37.802Z Downloaded foreign-types-shared v0.3.1
9882024-04-25T19:20:37.802Z Downloaded foreign-types-shared v0.1.1
9892024-04-25T19:20:37.802Z Downloaded usdt-macro v0.3.5
9902024-04-25T19:20:37.802Z Downloaded usdt-attr-macro v0.3.5
9912024-04-25T19:20:37.803Z Downloaded subtle v2.5.0
9922024-04-25T19:20:37.803Z Downloaded hostname v0.3.1
9932024-04-25T19:20:37.810Z Downloaded minimal-lexical v0.2.1
9942024-04-25T19:20:37.810Z Downloaded rustls-pki-types v1.3.0
9952024-04-25T19:20:37.817Z Downloaded rustls-pemfile v1.0.3
9962024-04-25T19:20:37.817Z Downloaded strsim v0.10.0
9972024-04-25T19:20:37.818Z Downloaded diesel_table_macro_syntax v0.1.0
9982024-04-25T19:20:37.818Z Downloaded toml_datetime v0.6.5
9992024-04-25T19:20:37.818Z Downloaded slog-term v2.9.1
10002024-04-25T19:20:37.818Z Downloaded filetime v0.2.23
10012024-04-25T19:20:37.828Z Downloaded omicron-zone-package v0.11.0
10022024-04-25T19:20:37.828Z Downloaded ff v0.13.0
10032024-04-25T19:20:37.828Z Downloaded half v2.3.1
10042024-04-25T19:20:37.843Z Downloaded tabled_derive v0.7.0
10052024-04-25T19:20:37.843Z Downloaded whoami v1.5.1
10062024-04-25T19:20:37.843Z Downloaded endian-type v0.1.2
10072024-04-25T19:20:37.843Z Downloaded glob v0.3.1
10082024-04-25T19:20:37.843Z Downloaded ecdsa v0.16.9
10092024-04-25T19:20:37.843Z Downloaded serde_urlencoded v0.7.1
10102024-04-25T19:20:37.844Z Downloaded dtrace-parser v0.1.14
10112024-04-25T19:20:37.844Z Downloaded humantime v2.1.0
10122024-04-25T19:20:37.860Z Downloaded hubpack_derive v0.1.1
10132024-04-25T19:20:37.860Z Downloaded hubpack v0.1.2
10142024-04-25T19:20:37.860Z Downloaded httpdate v1.0.3
10152024-04-25T19:20:37.860Z Downloaded http-body v0.4.5
10162024-04-25T19:20:37.860Z Downloaded strum_macros v0.25.2
10172024-04-25T19:20:37.860Z Downloaded take_mut v0.2.2
10182024-04-25T19:20:37.861Z Downloaded float-cmp v0.9.0
10192024-04-25T19:20:37.861Z Downloaded dof v0.3.0
10202024-04-25T19:20:37.861Z Downloaded strsim v0.11.0
10212024-04-25T19:20:37.861Z Downloaded tokio-tungstenite v0.21.0
10222024-04-25T19:20:37.861Z Downloaded crypto-bigint v0.5.2
10232024-04-25T19:20:37.875Z Downloaded phf_shared v0.11.2
10242024-04-25T19:20:37.875Z Downloaded pest_meta v2.7.6
10252024-04-25T19:20:37.875Z Downloaded rustls-pemfile v2.1.2
10262024-04-25T19:20:37.875Z Downloaded russh-cryptovec v0.7.0
10272024-04-25T19:20:37.875Z Downloaded postgres-protocol v0.6.6
10282024-04-25T19:20:37.875Z Downloaded postcard v1.0.8
10292024-04-25T19:20:37.875Z Downloaded siphasher v0.3.11
10302024-04-25T19:20:37.875Z Downloaded serde_arrays v0.1.0
10312024-04-25T19:20:37.875Z Downloaded rand_core v0.6.4
10322024-04-25T19:20:37.875Z Downloaded rand_chacha v0.3.1
10332024-04-25T19:20:37.882Z Downloaded pin-utils v0.1.0
10342024-04-25T19:20:37.882Z Downloaded phf_shared v0.10.0
10352024-04-25T19:20:37.882Z Downloaded smallvec v1.13.1
10362024-04-25T19:20:37.882Z Downloaded p256 v0.13.2
10372024-04-25T19:20:37.882Z Downloaded fastrand v2.0.1
10382024-04-25T19:20:37.882Z Downloaded openssl-sys v0.9.102
10392024-04-25T19:20:37.882Z Downloaded difflib v0.4.0
10402024-04-25T19:20:37.886Z Downloaded tokio-postgres v0.7.10
10412024-04-25T19:20:37.892Z Downloaded thread-id v4.2.0
10422024-04-25T19:20:37.892Z Downloaded terminal_size v0.3.0
10432024-04-25T19:20:37.896Z Downloaded termcolor v1.2.0
10442024-04-25T19:20:37.896Z Downloaded spin v0.5.2
10452024-04-25T19:20:37.896Z Downloaded pkg-config v0.3.27
10462024-04-25T19:20:37.896Z Downloaded serde_with_macros v3.7.0
10472024-04-25T19:20:37.896Z Downloaded httparse v1.8.0
10482024-04-25T19:20:37.899Z Downloaded enum-as-inner v0.5.1
10492024-04-25T19:20:37.900Z Downloaded serde_tokenstream v0.1.7
10502024-04-25T19:20:37.903Z Downloaded thiserror-no-std v2.0.2
10512024-04-25T19:20:37.906Z Downloaded zip v0.6.6
10522024-04-25T19:20:37.909Z Downloaded version_check v0.9.4
10532024-04-25T19:20:37.914Z Downloaded plain v0.2.3
10542024-04-25T19:20:37.914Z Downloaded embedded-io v0.4.0
10552024-04-25T19:20:37.922Z Downloaded tokio-tungstenite v0.20.1
10562024-04-25T19:20:37.923Z Downloaded crossbeam-channel v0.5.8
10572024-04-25T19:20:37.937Z Downloaded usdt-impl v0.5.0
10582024-04-25T19:20:37.937Z Downloaded toml v0.7.8
10592024-04-25T19:20:37.937Z Downloaded unicase v2.7.0
10602024-04-25T19:20:37.937Z Downloaded usdt-impl v0.3.5
10612024-04-25T19:20:37.937Z Downloaded hmac v0.12.1
10622024-04-25T19:20:37.937Z Downloaded swrite v0.1.0
10632024-04-25T19:20:37.951Z Downloaded generic-array v0.14.7
10642024-04-25T19:20:37.951Z Downloaded xattr v1.0.1
10652024-04-25T19:20:37.951Z Downloaded usdt v0.5.0
10662024-04-25T19:20:37.951Z Downloaded tokio-native-tls v0.3.1
10672024-04-25T19:20:37.951Z Downloaded dtrace-parser v0.2.0
10682024-04-25T19:20:37.952Z Downloaded phf v0.11.2
10692024-04-25T19:20:37.952Z Downloaded toml v0.8.12
10702024-04-25T19:20:37.952Z Downloaded sec1 v0.7.3
10712024-04-25T19:20:37.952Z Downloaded rand_core v0.5.1
10722024-04-25T19:20:37.967Z Downloaded pkcs8 v0.10.2
10732024-04-25T19:20:37.967Z Downloaded pin-project-lite v0.2.13
10742024-04-25T19:20:37.967Z Downloaded pretty-hex v0.4.1
10752024-04-25T19:20:37.967Z Downloaded dhcproto-macros v0.1.0
10762024-04-25T19:20:37.968Z Downloaded same-file v1.0.6
10772024-04-25T19:20:37.968Z Downloaded either v1.11.0
10782024-04-25T19:20:37.968Z Downloaded resolv-conf v0.7.0
10792024-04-25T19:20:37.968Z Downloaded r2d2 v0.8.10
10802024-04-25T19:20:37.968Z Downloaded rcgen v0.12.1
10812024-04-25T19:20:37.989Z Downloaded dhcproto v0.11.0
10822024-04-25T19:20:37.989Z Downloaded derive_more v0.99.17
10832024-04-25T19:20:37.989Z Downloaded serde_spanned v0.6.5
10842024-04-25T19:20:37.989Z Downloaded primeorder v0.13.6
10852024-04-25T19:20:37.989Z Downloaded flagset v0.4.3
10862024-04-25T19:20:37.989Z Downloaded digest v0.10.7
10872024-04-25T19:20:37.989Z Downloaded toolchain_find v0.4.0
10882024-04-25T19:20:37.989Z Downloaded tempfile v3.10.1
10892024-04-25T19:20:38.402Z Downloaded proc-macro2 v1.0.81
10902024-04-25T19:20:38.402Z Downloaded semver v0.1.20
10912024-04-25T19:20:38.402Z Downloaded heapless v0.7.16
10922024-04-25T19:20:38.403Z Downloaded similar v2.4.0
10932024-04-25T19:20:38.403Z Downloaded toml v0.5.11
10942024-04-25T19:20:38.403Z Downloaded signal-hook-mio v0.2.3
10952024-04-25T19:20:38.403Z Downloaded rfc6979 v0.4.0
10962024-04-25T19:20:38.403Z Downloaded proc-macro-crate v1.3.1
10972024-04-25T19:20:38.403Z Downloaded ppv-lite86 v0.2.17
10982024-04-25T19:20:38.403Z Downloaded group v0.13.0
10992024-04-25T19:20:38.403Z Downloaded futures-macro v0.3.30
11002024-04-25T19:20:38.403Z Downloaded stringprep v0.1.3
11012024-04-25T19:20:38.403Z Downloaded tokio-stream v0.1.15
11022024-04-25T19:20:38.403Z Downloaded sync_wrapper v0.1.2
11032024-04-25T19:20:38.403Z Downloaded trust-dns-server v0.22.1
11042024-04-25T19:20:38.403Z Downloaded sha2 v0.10.8
11052024-04-25T19:20:38.403Z Downloaded quick-error v1.2.3
11062024-04-25T19:20:38.403Z Downloaded serde_tokenstream v0.2.0
11072024-04-25T19:20:38.403Z Downloaded proc-macro-error-attr v1.0.4
11082024-04-25T19:20:38.403Z Downloaded hyper-tls v0.5.0
11092024-04-25T19:20:38.403Z Downloaded usdt v0.3.5
11102024-04-25T19:20:38.403Z Downloaded unicode-xid v0.2.4
11112024-04-25T19:20:38.403Z Downloaded ron v0.7.1
11122024-04-25T19:20:38.403Z Downloaded unicode-segmentation v1.10.1
11132024-04-25T19:20:38.403Z Downloaded spin v0.9.8
11142024-04-25T19:20:38.404Z Downloaded futures-executor v0.3.30
11152024-04-25T19:20:38.404Z Downloaded slog-scope v4.4.0
11162024-04-25T19:20:38.404Z Downloaded slog-json v2.6.1
11172024-04-25T19:20:38.404Z Downloaded tinyvec_macros v0.1.1
11182024-04-25T19:20:38.404Z Downloaded serde_yaml v0.9.25
11192024-04-25T19:20:38.404Z Downloaded time-core v0.1.2
11202024-04-25T19:20:38.404Z Downloaded utf8parse v0.2.1
11212024-04-25T19:20:38.404Z Downloaded predicates-core v1.0.6
11222024-04-25T19:20:38.404Z Downloaded predicates v3.1.0
11232024-04-25T19:20:38.404Z Downloaded serde_derive v1.0.198
11242024-04-25T19:20:38.404Z Downloaded slog-envlogger v2.2.0
11252024-04-25T19:20:38.404Z Downloaded tokio-macros v2.2.0
11262024-04-25T19:20:38.404Z Downloaded env_logger v0.9.3
11272024-04-25T19:20:38.404Z Downloaded tungstenite v0.21.0
11282024-04-25T19:20:38.404Z Downloaded precomputed-hash v0.1.1
11292024-04-25T19:20:38.404Z Downloaded postgres-types v0.2.6
11302024-04-25T19:20:38.404Z Downloaded sigpipe v0.1.3
11312024-04-25T19:20:38.404Z Downloaded string_cache v0.8.7
11322024-04-25T19:20:38.404Z Downloaded hash32 v0.3.1
11332024-04-25T19:20:38.404Z Downloaded zerocopy v0.3.0
11342024-04-25T19:20:38.404Z Downloaded platforms v3.0.2
11352024-04-25T19:20:38.404Z Downloaded flume v0.11.0
11362024-04-25T19:20:38.404Z Downloaded fxhash v0.2.1
11372024-04-25T19:20:38.404Z Downloaded elliptic-curve v0.13.8
11382024-04-25T19:20:38.405Z Downloaded proc-macro-error v1.0.4
11392024-04-25T19:20:38.405Z Downloaded futures-io v0.3.30
11402024-04-25T19:20:38.405Z Downloaded quote v1.0.36
11412024-04-25T19:20:38.405Z Downloaded schemars v0.8.16
11422024-04-25T19:20:38.405Z Downloaded rustversion v1.0.14
11432024-04-25T19:20:38.405Z Downloaded ghash v0.5.0
11442024-04-25T19:20:38.405Z Downloaded rustc-demangle v0.1.23
11452024-04-25T19:20:38.405Z Downloaded russh-keys v0.43.0
11462024-04-25T19:20:38.405Z Downloaded diesel_derives v2.1.2
11472024-04-25T19:20:38.405Z Downloaded dirs-sys v0.4.1
11482024-04-25T19:20:38.405Z Downloaded powerfmt v0.2.0
11492024-04-25T19:20:38.405Z Downloaded hyper-rustls v0.24.2
11502024-04-25T19:20:38.405Z Downloaded dyn-clone v1.0.17
11512024-04-25T19:20:38.405Z Downloaded unicode-ident v1.0.12
11522024-04-25T19:20:38.405Z Downloaded pest v2.7.6
11532024-04-25T19:20:38.405Z Downloaded dirs-sys-next v0.1.2
11542024-04-25T19:20:38.405Z Downloaded nom v7.1.3
11552024-04-25T19:20:38.405Z Downloaded uuid v1.8.0
11562024-04-25T19:20:38.405Z Downloaded ryu v1.0.15
11572024-04-25T19:20:38.405Z Downloaded futures-core v0.3.30
11582024-04-25T19:20:38.405Z Downloaded rayon-core v1.12.1
11592024-04-25T19:20:38.405Z Downloaded ed25519-dalek v2.0.0
11602024-04-25T19:20:38.406Z Downloaded tracing-core v0.1.32
11612024-04-25T19:20:38.406Z Downloaded fixedbitset v0.4.2
11622024-04-25T19:20:38.406Z Downloaded rand v0.8.5
11632024-04-25T19:20:38.406Z Downloaded http v1.0.0
11642024-04-25T19:20:38.406Z Downloaded socket2 v0.5.6
11652024-04-25T19:20:38.406Z Downloaded term v0.7.0
11662024-04-25T19:20:38.406Z Downloaded signal-hook v0.3.17
11672024-04-25T19:20:38.406Z Downloaded serde_derive_internals v0.26.0
11682024-04-25T19:20:38.406Z Downloaded time-macros v0.2.17
11692024-04-25T19:20:38.406Z Downloaded zerocopy v0.6.6
11702024-04-25T19:20:38.406Z Downloaded regex-automata v0.1.10
11712024-04-25T19:20:38.406Z Downloaded http v0.2.12
11722024-04-25T19:20:38.406Z Downloaded unsafe-libyaml v0.2.10
11732024-04-25T19:20:38.406Z Downloaded hyper-staticfile v0.9.5
11742024-04-25T19:20:38.406Z Downloaded slog v2.7.0
11752024-04-25T19:20:38.406Z Downloaded flate2 v1.0.28
11762024-04-25T19:20:38.406Z Downloaded itertools v0.12.1
11772024-04-25T19:20:38.406Z Downloaded uuid v0.8.2
11782024-04-25T19:20:38.406Z Downloaded tinyvec v1.6.0
11792024-04-25T19:20:38.406Z Downloaded semver v1.0.22
11802024-04-25T19:20:38.406Z Downloaded steno v0.4.0
11812024-04-25T19:20:38.406Z Downloaded russh v0.43.0
11822024-04-25T19:20:38.406Z Downloaded url v2.5.0
11832024-04-25T19:20:38.407Z Downloaded publicsuffix v2.2.3
11842024-04-25T19:20:38.407Z Downloaded hashbrown v0.14.3
11852024-04-25T19:20:38.407Z Downloaded serde_json v1.0.116
11862024-04-25T19:20:38.407Z Downloaded aho-corasick v1.1.2
11872024-04-25T19:20:38.407Z Downloaded hashbrown v0.12.3
11882024-04-25T19:20:38.407Z Downloaded trust-dns-client v0.22.0
11892024-04-25T19:20:38.410Z Downloaded winnow v0.6.1
11902024-04-25T19:20:38.410Z Downloaded tokio-util v0.7.10
11912024-04-25T19:20:38.411Z Downloaded winnow v0.5.15
11922024-04-25T19:20:38.411Z Downloaded toml_edit v0.22.9
11932024-04-25T19:20:38.411Z Downloaded expectorate v1.1.0
11942024-04-25T19:20:38.411Z Downloaded unicode-normalization v0.1.22
11952024-04-25T19:20:38.411Z Downloaded hkdf v0.12.4
11962024-04-25T19:20:38.411Z Downloaded rand v0.7.3
11972024-04-25T19:20:38.411Z Downloaded serde_with v3.7.0
11982024-04-25T19:20:38.411Z Downloaded chrono v0.4.38
11992024-04-25T19:20:38.411Z Downloaded p521 v0.13.3
12002024-04-25T19:20:38.411Z Downloaded clap_builder v4.5.2
12012024-04-25T19:20:38.411Z Downloaded unicode-width v0.1.11
12022024-04-25T19:20:38.411Z Downloaded futures v0.3.30
12032024-04-25T19:20:38.411Z Downloaded trust-dns-resolver v0.22.0
12042024-04-25T19:20:38.411Z Downloaded time v0.3.34
12052024-04-25T19:20:38.411Z Downloaded toml_edit v0.19.15
12062024-04-25T19:20:38.411Z Downloaded rustls-webpki v0.101.7
12072024-04-25T19:20:38.411Z Downloaded reqwest v0.11.24
12082024-04-25T19:20:38.411Z Downloaded rayon v1.10.0
12092024-04-25T19:20:38.411Z Downloaded zerocopy v0.7.32
12102024-04-25T19:20:38.411Z Downloaded h2 v0.3.26
12112024-04-25T19:20:38.411Z Downloaded hyper v0.14.28
12122024-04-25T19:20:38.411Z Downloaded idna v0.5.0
12132024-04-25T19:20:38.411Z Downloaded smoltcp v0.9.1
12142024-04-25T19:20:38.412Z Downloaded openssl v0.10.64
12152024-04-25T19:20:38.426Z Downloaded rustls-webpki v0.102.1
12162024-04-25T19:20:38.429Z Downloaded syn v1.0.109
12172024-04-25T19:20:38.439Z Downloaded radix_trie v0.2.1
12182024-04-25T19:20:38.444Z Downloaded rustls v0.21.9
12192024-04-25T19:20:38.468Z Downloaded vcpkg v0.2.15
12202024-04-25T19:20:38.497Z Downloaded trust-dns-proto v0.22.0
12212024-04-25T19:20:38.507Z Downloaded rustix v0.38.31
12222024-04-25T19:20:38.533Z Downloaded gimli v0.28.0
12232024-04-25T19:20:38.544Z Downloaded rustls v0.22.4
12242024-04-25T19:20:38.556Z Downloaded smoltcp v0.11.0
12252024-04-25T19:20:38.562Z Downloaded regress v0.9.1
12262024-04-25T19:20:38.569Z Downloaded diesel v2.1.6
12272024-04-25T19:20:38.586Z Downloaded regex-syntax v0.8.2
12282024-04-25T19:20:38.593Z Downloaded bstr v1.9.0
12292024-04-25T19:20:38.603Z Downloaded syn v2.0.59
12302024-04-25T19:20:38.613Z Downloaded openapiv3 v2.0.0
12312024-04-25T19:20:38.626Z Downloaded regex-automata v0.4.5
12322024-04-25T19:20:38.642Z Downloaded sled v0.34.7
12332024-04-25T19:20:38.652Z Downloaded libc v0.2.153
12342024-04-25T19:20:38.678Z Downloaded sha3 v0.10.8
12352024-04-25T19:20:38.683Z Downloaded bzip2-sys v0.1.11+1.0.8
12362024-04-25T19:20:38.696Z Downloaded tokio v1.37.0
12372024-04-25T19:20:38.731Z Downloaded zerocopy-derive v0.2.0
12382024-04-25T19:20:38.742Z Downloaded zerocopy-derive v0.6.6
12392024-04-25T19:20:38.757Z Downloaded bstr v0.2.17
12402024-04-25T19:20:38.769Z Downloaded curve25519-dalek v4.1.2
12412024-04-25T19:20:38.781Z Downloaded regex v1.10.4
12422024-04-25T19:20:38.806Z Downloaded winapi v0.3.9
12432024-04-25T19:20:38.839Z Downloaded object v0.32.1
12442024-04-25T19:20:38.851Z Downloaded encoding_rs v0.8.33
12452024-04-25T19:20:38.871Z Downloaded futures-util v0.3.30
12462024-04-25T19:20:38.885Z Downloaded webpki-roots v0.25.2
12472024-04-25T19:20:38.897Z Downloaded goblin v0.8.0
12482024-04-25T19:20:38.907Z Downloaded petgraph v0.6.4
12492024-04-25T19:20:38.920Z Downloaded tabled v0.15.0
12502024-04-25T19:20:38.931Z Downloaded mio v0.8.11
12512024-04-25T19:20:39.349Z Downloaded unicode-bidi v0.3.15
12522024-04-25T19:20:39.349Z Downloaded serde v1.0.198
12532024-04-25T19:20:39.349Z Downloaded slog-dtrace v0.3.0
12542024-04-25T19:20:39.369Z Downloaded tabwriter v1.4.0
12552024-04-25T19:20:39.369Z Downloaded tracing-attributes v0.1.27
12562024-04-25T19:20:39.369Z Downloaded crossterm v0.27.0
12572024-04-25T19:20:39.370Z Downloaded dirs-next v2.0.0
12582024-04-25T19:20:39.370Z Downloaded dirs v5.0.1
12592024-04-25T19:20:39.370Z Downloaded futures-channel v0.3.30
12602024-04-25T19:20:39.370Z Downloaded scopeguard v1.2.0
12612024-04-25T19:20:39.370Z Downloaded heapless v0.8.0
12622024-04-25T19:20:39.370Z Downloaded blake3 v1.5.0
12632024-04-25T19:20:39.370Z Downloaded tracing v0.1.40
12642024-04-25T19:20:39.370Z Downloaded sha1 v0.10.6
12652024-04-25T19:20:39.370Z Downloaded poly1305 v0.8.0
12662024-04-25T19:20:39.370Z Downloaded getrandom v0.2.12
12672024-04-25T19:20:39.370Z Downloaded getrandom v0.1.16
12682024-04-25T19:20:39.370Z Downloaded yasna v0.5.2
12692024-04-25T19:20:39.370Z Downloaded ucd-trie v0.1.6
12702024-04-25T19:20:39.370Z Downloaded typenum v1.16.0
12712024-04-25T19:20:39.370Z Downloaded num-bigint v0.4.4
12722024-04-25T19:20:39.370Z Downloaded libm v0.2.7
12732024-04-25T19:20:39.370Z Downloaded memchr v2.7.1
12742024-04-25T19:20:39.370Z Downloaded scroll v0.12.0
12752024-04-25T19:20:39.370Z Downloaded scheduled-thread-pool v0.2.7
12762024-04-25T19:20:39.370Z Downloaded headers v0.3.9
12772024-04-25T19:20:39.370Z Downloaded indexmap v2.2.6
12782024-04-25T19:20:39.370Z Downloaded secrecy v0.8.0
12792024-04-25T19:20:39.371Z Downloaded schemars_derive v0.8.16
12802024-04-25T19:20:39.371Z Downloaded strum_macros v0.26.1
12812024-04-25T19:20:39.371Z Downloaded pretty-hex v0.2.1
12822024-04-25T19:20:39.371Z Downloaded form_urlencoded v1.2.1
12832024-04-25T19:20:39.371Z Downloaded derive-where v1.2.7
12842024-04-25T19:20:39.371Z Downloaded papergrid v0.11.0
12852024-04-25T19:20:39.371Z Downloaded der v0.7.8
12862024-04-25T19:20:39.371Z Downloaded vsss-rs v3.3.4
12872024-04-25T19:20:39.371Z Downloaded tungstenite v0.20.1
12882024-04-25T19:20:39.371Z Downloaded ring v0.17.8
12892024-04-25T19:20:39.371Z Downloaded ring v0.16.20
12902024-04-25T19:20:39.371Z Downloaded signature v2.1.0
12912024-04-25T19:20:39.371Z Downloaded slog-stdlog v4.1.1
12922024-04-25T19:20:39.371Z Downloaded dof v0.1.5
12932024-04-25T19:20:39.371Z Downloaded universal-hash v0.5.1
12942024-04-25T19:20:39.371Z Downloaded base64 v0.22.0
12952024-04-25T19:20:39.371Z Downloaded darling_core v0.20.8
12962024-04-25T19:20:39.371Z Downloaded backtrace v0.3.69
12972024-04-25T19:20:39.371Z Downloaded mime_guess v2.0.4
12982024-04-25T19:20:39.371Z Downloaded fallible-iterator v0.2.0
12992024-04-25T19:20:39.371Z Downloaded tar v0.4.40
13002024-04-25T19:20:39.371Z Downloaded subprocess v0.2.9
13012024-04-25T19:20:39.371Z Downloaded socket2 v0.4.9
13022024-04-25T19:20:39.372Z Downloaded base64 v0.13.1
13032024-04-25T19:20:39.372Z Downloaded structmeta v0.3.0
13042024-04-25T19:20:39.372Z Downloaded walkdir v2.5.0
13052024-04-25T19:20:39.372Z Downloaded password-hash v0.5.0
13062024-04-25T19:20:39.372Z Downloaded crossbeam-utils v0.8.19
13072024-04-25T19:20:39.372Z Downloaded allocator-api2 v0.2.16
13082024-04-25T19:20:39.372Z Downloaded const-oid v0.9.6
13092024-04-25T19:20:39.372Z Downloaded heck v0.5.0
13102024-04-25T19:20:39.372Z Downloaded heck v0.4.1
13112024-04-25T19:20:39.372Z Downloaded heck v0.3.3
13122024-04-25T19:20:39.372Z Downloaded once_cell v1.19.0
13132024-04-25T19:20:39.372Z Downloaded num-complex v0.4.5
13142024-04-25T19:20:39.372Z Downloaded parking_lot v0.11.2
13152024-04-25T19:20:39.372Z Downloaded multer v3.0.0
13162024-04-25T19:20:39.372Z Downloaded hash32 v0.2.1
13172024-04-25T19:20:39.372Z Downloaded topological-sort v0.2.2
13182024-04-25T19:20:39.372Z Downloaded errno v0.3.8
13192024-04-25T19:20:39.372Z Downloaded zone v0.1.8
13202024-04-25T19:20:39.372Z Downloaded native-tls v0.2.11
13212024-04-25T19:20:39.372Z Downloaded indexmap v1.9.3
13222024-04-25T19:20:39.373Z Downloaded cookie v0.17.0
13232024-04-25T19:20:39.373Z Downloaded convert_case v0.4.0
13242024-04-25T19:20:39.373Z Downloaded bzip2 v0.4.4
13252024-04-25T19:20:39.373Z Downloaded byteorder v1.5.0
13262024-04-25T19:20:39.373Z Downloaded macaddr v1.0.1
13272024-04-25T19:20:39.373Z Downloaded log v0.4.21
13282024-04-25T19:20:39.373Z Downloaded lazy_static v1.4.0
13292024-04-25T19:20:39.373Z Downloaded cancel-safe-futures v0.1.5
13302024-04-25T19:20:39.373Z Downloaded camino v1.1.6
13312024-04-25T19:20:39.373Z Downloaded num_cpus v1.16.0
13322024-04-25T19:20:39.373Z Downloaded num-integer v0.1.46
13332024-04-25T19:20:39.373Z Downloaded thiserror v1.0.58
13342024-04-25T19:20:39.373Z Downloaded synstructure v0.12.6
13352024-04-25T19:20:39.373Z Downloaded spki v0.7.2
13362024-04-25T19:20:39.373Z Downloaded slog-bunyan v2.5.0
13372024-04-25T19:20:39.373Z Downloaded parse-display-derive v0.9.0
13382024-04-25T19:20:39.373Z Downloaded num-iter v0.1.44
13392024-04-25T19:20:39.373Z Downloaded num v0.4.2
13402024-04-25T19:20:39.373Z Downloaded mime v0.3.17
13412024-04-25T19:20:39.373Z Downloaded linked-hash-map v0.5.6
13422024-04-25T19:20:39.373Z Downloaded kstat-rs v0.2.3
13432024-04-25T19:20:39.373Z Downloaded itoa v1.0.9
13442024-04-25T19:20:39.373Z Downloaded ipnetwork v0.20.0
13452024-04-25T19:20:39.373Z Downloaded defmt-parser v0.3.3
13462024-04-25T19:20:39.374Z Downloaded crossbeam-deque v0.8.3
13472024-04-25T19:20:39.374Z Downloaded colored v2.1.0
13482024-04-25T19:20:39.374Z Downloaded ciborium v0.2.2
13492024-04-25T19:20:39.374Z Downloaded zone_cfg_derive v0.1.2
13502024-04-25T19:20:39.374Z Downloaded clap_derive v4.5.4
13512024-04-25T19:20:39.374Z Downloaded data-encoding v2.4.0
13522024-04-25T19:20:39.374Z Downloaded constant_time_eq v0.3.0
13532024-04-25T19:20:39.374Z Downloaded bytecount v0.6.3
13542024-04-25T19:20:39.378Z Downloaded blowfish v0.9.1
13552024-04-25T19:20:39.378Z Downloaded nanorand v0.7.0
13562024-04-25T19:20:39.378Z Downloaded md-5 v0.10.5
13572024-04-25T19:20:39.378Z Downloaded keccak v0.1.4
13582024-04-25T19:20:39.378Z Downloaded new_debug_unreachable v1.0.4
13592024-04-25T19:20:39.378Z Downloaded memmap2 v0.7.1
13602024-04-25T19:20:39.378Z Downloaded parking_lot_core v0.8.6
13612024-04-25T19:20:39.378Z Downloaded num_threads v0.1.6
13622024-04-25T19:20:39.378Z Downloaded newtype_derive v0.1.6
13632024-04-25T19:20:39.378Z Downloaded matches v0.1.10
13642024-04-25T19:20:39.378Z Downloaded libefi-sys v0.1.0
13652024-04-25T19:20:39.378Z Downloaded colorchoice v1.0.0
13662024-04-25T19:20:39.378Z Downloaded bitstruct_derive v0.1.0
13672024-04-25T19:20:39.378Z Downloaded autocfg v1.1.0
13682024-04-25T19:20:39.378Z Downloaded block-buffer v0.10.4
13692024-04-25T19:20:39.378Z Downloaded async-stream v0.3.5
13702024-04-25T19:20:39.378Z Downloaded atty v0.2.14
13712024-04-25T19:20:39.796Z Compiling proc-macro2 v1.0.81
13722024-04-25T19:20:39.810Z Compiling unicode-ident v1.0.12
13732024-04-25T19:20:39.810Z Compiling libc v0.2.153
13742024-04-25T19:20:39.810Z Compiling serde v1.0.198
13752024-04-25T19:20:39.810Z Compiling version_check v0.9.4
13762024-04-25T19:20:39.810Z Compiling cfg-if v1.0.0
13772024-04-25T19:20:39.830Z Compiling autocfg v1.1.0
13782024-04-25T19:20:39.978Z Compiling syn v1.0.109
13792024-04-25T19:20:40.002Z Compiling once_cell v1.19.0
13802024-04-25T19:20:40.068Z Compiling thiserror v1.0.58
13812024-04-25T19:20:40.416Z Compiling typenum v1.16.0
13822024-04-25T19:20:40.573Z Compiling parking_lot_core v0.9.8
13832024-04-25T19:20:40.662Z Compiling lock_api v0.4.10
13842024-04-25T19:20:41.433Z Compiling generic-array v0.14.7
13852024-04-25T19:20:41.439Z Compiling byteorder v1.5.0
13862024-04-25T19:20:41.476Z Compiling memchr v2.7.1
13872024-04-25T19:20:41.599Z Compiling libm v0.2.7
13882024-04-25T19:20:41.608Z Compiling serde_json v1.0.116
13892024-04-25T19:20:41.716Z Compiling ahash v0.8.8
13902024-04-25T19:20:42.137Z Compiling num-traits v0.2.18
13912024-04-25T19:20:42.138Z Compiling log v0.4.21
13922024-04-25T19:20:42.138Z Compiling itoa v1.0.9
13932024-04-25T19:20:42.347Z Compiling scopeguard v1.2.0
13942024-04-25T19:20:42.416Z Compiling quote v1.0.36
13952024-04-25T19:20:42.486Z Compiling slab v0.4.9
13962024-04-25T19:20:42.787Z Compiling syn v2.0.59
13972024-04-25T19:20:42.929Z Compiling getrandom v0.2.12
13982024-04-25T19:20:43.021Z Compiling cc v1.0.83
13992024-04-25T19:20:43.541Z Compiling rand_core v0.6.4
14002024-04-25T19:20:43.734Z Compiling smallvec v1.13.1
14012024-04-25T19:20:43.898Z Compiling ryu v1.0.15
14022024-04-25T19:20:43.921Z Compiling allocator-api2 v0.2.16
14032024-04-25T19:20:44.188Z Compiling pin-project-lite v0.2.13
14042024-04-25T19:20:44.208Z Compiling subtle v2.5.0
14052024-04-25T19:20:44.310Z Compiling pkg-config v0.3.27
14062024-04-25T19:20:44.562Z Compiling heck v0.4.1
14072024-04-25T19:20:44.731Z Compiling parking_lot v0.12.1
14082024-04-25T19:20:45.062Z Compiling schemars v0.8.16
14092024-04-25T19:20:45.077Z Compiling signal-hook-registry v1.4.1
14102024-04-25T19:20:45.425Z Compiling mio v0.8.11
14112024-04-25T19:20:45.444Z Compiling equivalent v1.0.1
14122024-04-25T19:20:45.664Z Compiling num_cpus v1.16.0
14132024-04-25T19:20:45.752Z Compiling socket2 v0.5.6
14142024-04-25T19:20:45.889Z Compiling num-conv v0.1.0
14152024-04-25T19:20:45.998Z Compiling ring v0.17.8
14162024-04-25T19:20:46.188Z Compiling time-core v0.1.2
14172024-04-25T19:20:46.352Z Compiling time-macros v0.2.17
14182024-04-25T19:20:46.745Z Compiling futures-core v0.3.30
14192024-04-25T19:20:46.982Z Compiling const-oid v0.9.6
14202024-04-25T19:20:47.011Z Compiling httparse v1.8.0
14212024-04-25T19:20:47.107Z Compiling vcpkg v0.2.15
14222024-04-25T19:20:48.773Z Compiling fnv v1.0.7
14232024-04-25T19:20:48.819Z Compiling futures-sink v0.3.30
14242024-04-25T19:20:48.902Z Compiling ring v0.16.20
14252024-04-25T19:20:49.234Z Compiling futures-channel v0.3.30
14262024-04-25T19:20:49.284Z Compiling openssl-sys v0.9.102
14272024-04-25T19:20:49.357Z Compiling slog v2.7.0
14282024-04-25T19:20:49.616Z Compiling spin v0.5.2
14292024-04-25T19:20:49.795Z Compiling pin-utils v0.1.0
14302024-04-25T19:20:49.827Z Compiling futures-io v0.3.30
14312024-04-25T19:20:49.850Z Compiling futures-task v0.3.30
14322024-04-25T19:20:49.877Z Compiling semver v1.0.22
14332024-04-25T19:20:50.075Z Compiling serde_derive_internals v0.26.0
14342024-04-25T19:20:50.125Z Compiling ucd-trie v0.1.6
14352024-04-25T19:20:50.142Z Compiling openssl v0.10.64
14362024-04-25T19:20:50.268Z Compiling iana-time-zone v0.1.57
14372024-04-25T19:20:50.758Z Compiling rustix v0.38.31
14382024-04-25T19:20:50.762Z Compiling native-tls v0.2.11
14392024-04-25T19:20:50.762Z Compiling rustls v0.21.9
14402024-04-25T19:20:50.779Z Compiling cpufeatures v0.2.12
14412024-04-25T19:20:50.826Z Compiling tinyvec_macros v0.1.1
14422024-04-25T19:20:50.844Z Compiling backtrace v0.3.69
14432024-04-25T19:20:51.288Z Compiling cookie v0.17.0
14442024-04-25T19:20:51.288Z Compiling tinyvec v1.6.0
14452024-04-25T19:20:51.434Z Compiling aho-corasick v1.1.2
14462024-04-25T19:20:51.715Z Compiling dyn-clone v1.0.17
14472024-04-25T19:20:51.877Z Compiling uuid v0.8.2
14482024-04-25T19:20:51.937Z Compiling regex-syntax v0.8.2
14492024-04-25T19:20:52.317Z Compiling unicode-normalization v0.1.22
14502024-04-25T19:20:52.552Z Compiling unicode-bidi v0.3.15
14512024-04-25T19:20:53.010Z Compiling crossbeam-utils v0.8.19
14522024-04-25T19:20:53.376Z Compiling anyhow v1.0.82
14532024-04-25T19:20:53.591Z Compiling ppv-lite86 v0.2.17
14542024-04-25T19:20:53.619Z Compiling tracing-core v0.1.32
14552024-04-25T19:20:55.036Z Compiling percent-encoding v2.3.1
14562024-04-25T19:20:55.237Z Compiling regex-automata v0.4.5
14572024-04-25T19:20:56.090Z Compiling rand_chacha v0.3.1
14582024-04-25T19:20:57.095Z Compiling serde_derive v1.0.198
14592024-04-25T19:20:57.118Z Compiling zeroize_derive v1.4.2
14602024-04-25T19:20:57.138Z Compiling zerocopy-derive v0.7.32
14612024-04-25T19:20:57.316Z Compiling thiserror-impl v1.0.58
14622024-04-25T19:20:57.799Z Compiling tokio-macros v2.2.0
14632024-04-25T19:20:57.907Z Compiling futures-macro v0.3.30
14642024-04-25T19:20:58.372Z Compiling tracing-attributes v0.1.27
14652024-04-25T19:20:58.755Z Compiling zeroize v1.7.0
14662024-04-25T19:20:59.494Z Compiling zerocopy v0.7.32
14672024-04-25T19:20:59.516Z Compiling schemars_derive v0.8.16
14682024-04-25T19:21:00.614Z Compiling crypto-common v0.1.6
14692024-04-25T19:21:00.870Z Compiling block-buffer v0.10.4
14702024-04-25T19:21:00.976Z Compiling futures-util v0.3.30
14712024-04-25T19:21:01.181Z Compiling digest v0.10.7
14722024-04-25T19:21:01.696Z Compiling pest v2.7.6
14732024-04-25T19:21:01.783Z Compiling hashbrown v0.14.3
14742024-04-25T19:21:01.797Z Compiling openssl-macros v0.1.1
14752024-04-25T19:21:02.287Z Compiling async-trait v0.1.80
14762024-04-25T19:21:03.173Z Compiling tracing v0.1.40
14772024-04-25T19:21:03.338Z Compiling regex v1.10.4
14782024-04-25T19:21:03.694Z Compiling scroll_derive v0.12.0
14792024-04-25T19:21:04.400Z Compiling pest_meta v2.7.6
14802024-04-25T19:21:04.467Z Compiling der_derive v0.7.2
14812024-04-25T19:21:05.464Z Compiling rand v0.8.5
14822024-04-25T19:21:05.547Z Compiling spin v0.9.8
14832024-04-25T19:21:06.960Z Compiling pest_generator v2.7.6
14842024-04-25T19:21:06.982Z Compiling thread-id v4.2.0
14852024-04-25T19:21:07.013Z Compiling powerfmt v0.2.0
14862024-04-25T19:21:07.041Z Compiling rustversion v1.0.14
14872024-04-25T19:21:07.402Z Compiling deranged v0.3.11
14882024-04-25T19:21:07.487Z Compiling form_urlencoded v1.2.1
14892024-04-25T19:21:07.913Z Compiling winnow v0.5.15
14902024-04-25T19:21:08.250Z Compiling num_threads v0.1.6
14912024-04-25T19:21:08.320Z Compiling unicode-width v0.1.11
14922024-04-25T19:21:09.229Z Compiling pest_derive v2.7.6
14932024-04-25T19:21:09.353Z Compiling time v0.3.34
14942024-04-25T19:21:10.407Z Compiling unicode-xid v0.2.4
14952024-04-25T19:21:10.568Z Compiling synstructure v0.12.6
14962024-04-25T19:21:11.775Z Compiling bytes v1.6.0
14972024-04-25T19:21:12.120Z Compiling indexmap v2.2.6
14982024-04-25T19:21:12.940Z Compiling tokio v1.37.0
14992024-04-25T19:21:13.115Z Compiling chrono v0.4.38
15002024-04-25T19:21:13.322Z Compiling uuid v1.8.0
15012024-04-25T19:21:14.303Z Compiling bitflags v2.4.2
15022024-04-25T19:21:14.666Z Compiling http v0.2.12
15032024-04-25T19:21:15.144Z Compiling toml_datetime v0.6.5
15042024-04-25T19:21:15.552Z Compiling serde_spanned v0.6.5
15052024-04-25T19:21:15.770Z Compiling rustc_version v0.4.0
15062024-04-25T19:21:16.846Z Compiling toml_edit v0.19.15
15072024-04-25T19:21:17.100Z Compiling openapiv3 v2.0.0
15082024-04-25T19:21:18.506Z Compiling serde_tokenstream v0.2.0
15092024-04-25T19:21:19.117Z Compiling idna v0.5.0
15102024-04-25T19:21:20.094Z Compiling usdt-impl v0.5.0
15112024-04-25T19:21:26.761Z Compiling crc32fast v1.3.2
15122024-04-25T19:21:26.831Z Compiling url v2.5.0
15132024-04-25T19:21:26.831Z Compiling zerocopy-derive v0.2.0
15142024-04-25T19:21:26.831Z Compiling scroll v0.12.0
15152024-04-25T19:21:26.831Z Compiling lazy_static v1.4.0
15162024-04-25T19:21:26.831Z Compiling plain v0.2.3
15172024-04-25T19:21:26.831Z Compiling goblin v0.8.0
15182024-04-25T19:21:26.832Z Compiling tokio-util v0.7.10
15192024-04-25T19:21:26.832Z Compiling pretty-hex v0.4.1
15202024-04-25T19:21:26.832Z Compiling untrusted v0.9.0
15212024-04-25T19:21:26.832Z Compiling untrusted v0.7.1
15222024-04-25T19:21:26.832Z Compiling foreign-types-shared v0.1.1
15232024-04-25T19:21:26.832Z Compiling foreign-types v0.3.2
15242024-04-25T19:21:27.686Z Compiling dof v0.3.0
15252024-04-25T19:21:29.665Z Compiling dtrace-parser v0.2.0
15262024-04-25T19:21:30.172Z Compiling errno v0.3.8
15272024-04-25T19:21:30.234Z Compiling usdt-impl v0.3.5
15282024-04-25T19:21:30.409Z Compiling adler v1.0.2
15292024-04-25T19:21:30.581Z Compiling try-lock v0.2.4
15302024-04-25T19:21:30.631Z Compiling base64 v0.21.7
15312024-04-25T19:21:31.180Z Compiling want v0.3.1
15322024-04-25T19:21:31.398Z Compiling miniz_oxide v0.7.1
15332024-04-25T19:21:32.255Z Compiling rustls-webpki v0.101.7
15342024-04-25T19:21:32.688Z Compiling sct v0.7.0
15352024-04-25T19:21:32.892Z Compiling h2 v0.3.26
15362024-04-25T19:21:33.826Z Compiling http-body v0.4.5
15372024-04-25T19:21:34.449Z Compiling num-bigint v0.4.4
15382024-04-25T19:21:34.471Z Compiling openssl-probe v0.1.5
15392024-04-25T19:21:34.535Z Compiling httpdate v1.0.3
15402024-04-25T19:21:34.953Z Compiling tower-service v0.3.2
15412024-04-25T19:21:36.258Z Compiling zerocopy v0.3.0
15422024-04-25T19:21:36.981Z Compiling heapless v0.7.16
15432024-04-25T19:21:37.036Z Compiling idna v0.3.0
15442024-04-25T19:21:37.479Z Compiling bzip2-sys v0.1.11+1.0.8
15452024-04-25T19:21:37.522Z Compiling psl-types v2.0.11
15462024-04-25T19:21:37.930Z Compiling signal-hook v0.3.17
15472024-04-25T19:21:37.933Z Compiling base64ct v1.6.0
15482024-04-25T19:21:38.539Z Compiling publicsuffix v2.2.3
15492024-04-25T19:21:38.821Z Compiling tokio-native-tls v0.3.1
15502024-04-25T19:21:39.092Z Compiling dof v0.1.5
15512024-04-25T19:21:39.422Z Compiling hyper v0.14.28
15522024-04-25T19:21:39.677Z Compiling tokio-rustls v0.24.1
15532024-04-25T19:21:39.982Z Compiling crossbeam-epoch v0.9.18
15542024-04-25T19:21:40.070Z Compiling dtrace-parser v0.1.14
15552024-04-25T19:21:40.313Z Compiling ipnet v2.9.0
15562024-04-25T19:21:40.852Z Compiling gimli v0.28.0
15572024-04-25T19:21:42.284Z Compiling cookie_store v0.20.0
15582024-04-25T19:21:43.261Z Compiling rustls-pemfile v1.0.3
15592024-04-25T19:21:43.644Z Compiling serde_urlencoded v0.7.1
15602024-04-25T19:21:44.005Z Compiling serde_tokenstream v0.1.7
15612024-04-25T19:21:44.214Z Compiling enum-as-inner v0.5.1
15622024-04-25T19:21:44.537Z Compiling object v0.32.1
15632024-04-25T19:21:44.788Z Compiling encoding_rs v0.8.33
15642024-04-25T19:21:45.279Z Compiling addr2line v0.21.0
15652024-04-25T19:21:45.548Z Compiling smoltcp v0.9.1
15662024-04-25T19:21:46.044Z Compiling hyper-rustls v0.24.2
15672024-04-25T19:21:47.448Z Compiling hyper-tls v0.5.0
15682024-04-25T19:21:47.494Z Compiling data-encoding v2.4.0
15692024-04-25T19:21:47.494Z Compiling mime v0.3.17
15702024-04-25T19:21:47.576Z Compiling sync_wrapper v0.1.2
15712024-04-25T19:21:47.702Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15722024-04-25T19:21:48.501Z Compiling either v1.11.0
15732024-04-25T19:21:48.946Z Compiling webpki-roots v0.25.2
15742024-04-25T19:21:49.295Z Compiling rustc-demangle v0.1.23
15752024-04-25T19:21:49.369Z Compiling pem-rfc7468 v0.7.0
15762024-04-25T19:21:49.681Z Compiling reqwest v0.11.24
15772024-04-25T19:21:51.389Z Compiling hmac v0.12.1
15782024-04-25T19:21:51.411Z Compiling futures-executor v0.3.30
15792024-04-25T19:21:51.639Z Compiling regress v0.9.1
15802024-04-25T19:21:52.556Z Compiling flagset v0.4.3
15812024-04-25T19:21:53.394Z Compiling unicode-segmentation v1.10.1
15822024-04-25T19:21:53.567Z Compiling winnow v0.6.1
15832024-04-25T19:21:53.621Z Compiling heck v0.5.0
15842024-04-25T19:21:54.124Z Compiling siphasher v0.3.11
15852024-04-25T19:21:54.250Z Compiling clap_derive v4.5.4
15862024-04-25T19:21:54.989Z Compiling der v0.7.8
15872024-04-25T19:21:56.754Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15882024-04-25T19:21:57.182Z Compiling toml_edit v0.22.9
15892024-04-25T19:21:59.595Z Compiling flate2 v1.0.28
15902024-04-25T19:21:59.731Z Compiling usdt-attr-macro v0.3.5
15912024-04-25T19:21:59.853Z Compiling usdt-macro v0.3.5
15922024-04-25T19:22:01.367Z Compiling hubpack_derive v0.1.1
15932024-04-25T19:22:01.724Z Compiling zerocopy-derive v0.6.6
15942024-04-25T19:22:02.314Z Compiling bitflags v1.3.2
15952024-04-25T19:22:02.431Z Compiling utf8parse v0.2.1
15962024-04-25T19:22:02.954Z Compiling anstyle v1.0.6
15972024-04-25T19:22:02.954Z Compiling anstyle-parse v0.2.1
15982024-04-25T19:22:02.954Z Compiling sha2 v0.10.8
15992024-04-25T19:22:04.419Z Compiling futures v0.3.30
16002024-04-25T19:22:04.826Z Compiling spki v0.7.2
16012024-04-25T19:22:05.492Z Compiling md-5 v0.10.5
16022024-04-25T19:22:05.737Z Compiling toml v0.7.8
16032024-04-25T19:22:05.743Z Compiling hex v0.4.3
16042024-04-25T19:22:05.864Z Compiling stringprep v0.1.3
16052024-04-25T19:22:05.895Z Compiling block-padding v0.3.3
16062024-04-25T19:22:06.209Z Compiling num-integer v0.1.46
16072024-04-25T19:22:06.338Z Compiling diesel_table_macro_syntax v0.1.0
16082024-04-25T19:22:06.507Z Compiling hash32 v0.2.1
16092024-04-25T19:22:06.919Z Compiling anstyle-query v1.0.0
16102024-04-25T19:22:07.050Z Compiling fallible-iterator v0.2.0
16112024-04-25T19:22:07.093Z Compiling stable_deref_trait v1.2.0
16122024-04-25T19:22:07.166Z Compiling colorchoice v1.0.0
16132024-04-25T19:22:07.316Z Compiling anstream v0.6.11
16142024-04-25T19:22:07.609Z Compiling diesel_derives v2.1.2
16152024-04-25T19:22:07.718Z Compiling postgres-protocol v0.6.6
16162024-04-25T19:22:08.885Z Compiling inout v0.1.3
16172024-04-25T19:22:09.160Z Compiling pkcs8 v0.10.2
16182024-04-25T19:22:09.542Z Compiling phf_shared v0.11.2
16192024-04-25T19:22:09.931Z Compiling terminal_size v0.3.0
16202024-04-25T19:22:10.121Z Compiling ff v0.13.0
16212024-04-25T19:22:10.225Z Compiling strum_macros v0.25.2
16222024-04-25T19:22:11.004Z Compiling serde_repr v0.1.16
16232024-04-25T19:22:11.013Z Compiling scheduled-thread-pool v0.2.7
16242024-04-25T19:22:11.014Z Compiling strsim v0.11.0
16252024-04-25T19:22:11.270Z Compiling base16ct v0.2.0
16262024-04-25T19:22:11.275Z Compiling clap_lex v0.7.0
16272024-04-25T19:22:11.705Z Compiling bit-vec v0.6.3
16282024-04-25T19:22:11.761Z Compiling regex-automata v0.1.10
16292024-04-25T19:22:11.790Z Compiling matches v0.1.10
16302024-04-25T19:22:11.840Z Compiling managed v0.8.0
16312024-04-25T19:22:11.887Z Compiling idna v0.2.3
16322024-04-25T19:22:12.122Z Compiling clap_builder v4.5.2
16332024-04-25T19:22:12.281Z Compiling bstr v0.2.17
16342024-04-25T19:22:13.312Z Compiling sec1 v0.7.3
16352024-04-25T19:22:13.459Z Compiling r2d2 v0.8.10
16362024-04-25T19:22:13.843Z Compiling group v0.13.0
16372024-04-25T19:22:13.953Z Compiling phf v0.11.2
16382024-04-25T19:22:14.396Z Compiling signal-hook-mio v0.2.3
16392024-04-25T19:22:14.450Z Compiling bzip2 v0.4.4
16402024-04-25T19:22:14.558Z Compiling cipher v0.4.4
16412024-04-25T19:22:14.819Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16422024-04-25T19:22:14.837Z Compiling postgres-types v0.2.6
16432024-04-25T19:22:14.951Z Compiling zerocopy v0.6.6
16442024-04-25T19:22:15.066Z Compiling hubpack v0.1.2
16452024-04-25T19:22:15.532Z Compiling phf_shared v0.10.0
16462024-04-25T19:22:15.792Z Compiling hkdf v0.12.4
16472024-04-25T19:22:16.041Z Compiling crypto-bigint v0.5.2
16482024-04-25T19:22:16.232Z Compiling ipnetwork v0.20.0
16492024-04-25T19:22:17.136Z Compiling float-cmp v0.9.0
16502024-04-25T19:22:17.346Z Compiling minimal-lexical v0.2.1
16512024-04-25T19:22:17.866Z Compiling fixedbitset v0.4.2
16522024-04-25T19:22:18.333Z Compiling precomputed-hash v0.1.1
16532024-04-25T19:22:19.496Z Compiling whoami v1.5.1
16542024-04-25T19:22:20.109Z Compiling normalize-line-endings v0.3.0
16552024-04-25T19:22:20.275Z Compiling new_debug_unreachable v1.0.4
16562024-04-25T19:22:20.375Z Compiling difflib v0.4.0
16572024-04-25T19:22:20.413Z Compiling static_assertions v1.1.0
16582024-04-25T19:22:20.501Z Compiling predicates-core v1.0.6
16592024-04-25T19:22:20.654Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16602024-04-25T19:22:20.684Z Compiling string_cache v0.8.7
16612024-04-25T19:22:20.772Z Compiling predicates v3.1.0
16622024-04-25T19:22:21.439Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16632024-04-25T19:22:21.587Z Compiling tokio-postgres v0.7.10
16642024-04-25T19:22:22.004Z Compiling trust-dns-proto v0.22.0
16652024-04-25T19:22:22.512Z Compiling petgraph v0.6.4
16662024-04-25T19:22:23.509Z Compiling diesel v2.1.6
16672024-04-25T19:22:24.466Z Compiling elliptic-curve v0.13.8
16682024-04-25T19:22:25.250Z Compiling nom v7.1.3
16692024-04-25T19:22:26.237Z Compiling yasna v0.5.2
16702024-04-25T19:22:26.301Z Compiling clap v4.5.4
16712024-04-25T19:22:26.414Z Compiling zip v0.6.6
16722024-04-25T19:22:27.056Z Compiling crossterm v0.27.0
16732024-04-25T19:22:28.039Z Compiling similar v2.4.0
16742024-04-25T19:22:28.220Z Compiling bit-set v0.5.3
16752024-04-25T19:22:28.515Z Compiling num-iter v0.1.44
16762024-04-25T19:22:28.701Z Compiling console v0.15.8
16772024-04-25T19:22:28.924Z Compiling usdt v0.3.5
16782024-04-25T19:22:29.198Z Compiling itertools v0.10.5
16792024-04-25T19:22:30.206Z Compiling tokio-stream v0.1.15
16802024-04-25T19:22:31.606Z Compiling getopts v0.2.21
16812024-04-25T19:22:31.671Z Compiling bstr v1.9.0
16822024-04-25T19:22:31.671Z Compiling lalrpop-util v0.19.12
16832024-04-25T19:22:31.671Z Compiling peg-runtime v0.8.2
16842024-04-25T19:22:31.671Z Compiling unsafe-libyaml v0.2.10
16852024-04-25T19:22:31.672Z Compiling base64 v0.22.0
16862024-04-25T19:22:32.283Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16872024-04-25T19:22:37.531Z Compiling serde_yaml v0.9.25
16882024-04-25T19:22:37.703Z Compiling camino v1.1.6
16892024-04-25T19:22:39.525Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16902024-04-25T19:22:40.393Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-04-25T19:22:43.700Z Compiling sha1 v0.10.6
16922024-04-25T19:22:58.341Z Compiling ident_case v1.0.1
16932024-04-25T19:22:58.498Z Compiling strsim v0.10.0
16942024-04-25T19:22:58.525Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16952024-04-25T19:22:58.805Z Compiling darling_core v0.20.8
16962024-04-25T19:23:00.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972024-04-25T19:23:00.697Z Compiling strum_macros v0.26.1
16982024-04-25T19:23:05.879Z Compiling strum v0.26.2
16992024-04-25T19:23:06.308Z Compiling darling_macro v0.20.8
17002024-04-25T19:23:06.331Z Compiling dirs-sys-next v0.1.2
17012024-04-25T19:23:06.411Z Compiling match_cfg v0.1.0
17022024-04-25T19:23:06.506Z Compiling hostname v0.3.1
17032024-04-25T19:23:06.625Z Compiling dirs-next v2.0.0
17042024-04-25T19:23:06.739Z Compiling http v1.0.0
17052024-04-25T19:23:06.758Z Compiling thread_local v1.1.7
17062024-04-25T19:23:06.814Z Compiling slog-async v2.8.0
17072024-04-25T19:23:07.290Z Compiling darling v0.20.8
17082024-04-25T19:23:07.290Z Compiling rustls-pki-types v1.3.0
17092024-04-25T19:23:07.309Z Compiling term v0.7.0
17102024-04-25T19:23:07.446Z Compiling crossbeam-channel v0.5.8
17112024-04-25T19:23:07.454Z Compiling is-terminal v0.4.9
17122024-04-25T19:23:07.576Z Compiling rustls v0.22.4
17132024-04-25T19:23:07.767Z Compiling take_mut v0.2.2
17142024-04-25T19:23:07.776Z Compiling paste v1.0.14
17152024-04-25T19:23:07.895Z Compiling slog-term v2.9.1
17162024-04-25T19:23:08.018Z Compiling rustls-webpki v0.102.1
17172024-04-25T19:23:08.083Z Compiling multer v3.0.0
17182024-04-25T19:23:08.375Z Compiling instant v0.1.12
17192024-04-25T19:23:08.607Z Compiling slog-json v2.6.1
17202024-04-25T19:23:09.019Z Compiling async-stream-impl v0.3.5
17212024-04-25T19:23:09.154Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17222024-04-25T19:23:09.200Z Compiling debug-ignore v1.0.5
17232024-04-25T19:23:09.347Z Compiling atomic-waker v1.1.1
17242024-04-25T19:23:09.528Z Compiling waitgroup v0.1.2
17252024-04-25T19:23:09.554Z Compiling slog-bunyan v2.5.0
17262024-04-25T19:23:09.751Z Compiling rustls-pemfile v2.1.2
17272024-04-25T19:23:09.755Z Compiling serde_with_macros v3.7.0
17282024-04-25T19:23:09.800Z Compiling toml v0.8.12
17292024-04-25T19:23:10.193Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17302024-04-25T19:23:10.215Z Compiling serde_path_to_error v0.1.16
17312024-04-25T19:23:10.466Z Compiling async-stream v0.3.5
17322024-04-25T19:23:10.636Z Compiling structmeta-derive v0.3.0
17332024-04-25T19:23:10.784Z Compiling proc-macro-error-attr v1.0.4
17342024-04-25T19:23:11.005Z Compiling proc-macro-error v1.0.4
17352024-04-25T19:23:11.478Z Compiling newtype-uuid v1.1.0
17362024-04-25T19:23:11.547Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17372024-04-25T19:23:11.770Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17382024-04-25T19:23:12.046Z Compiling backoff v0.4.0
17392024-04-25T19:23:12.329Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17402024-04-25T19:23:12.361Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17412024-04-25T19:23:12.380Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17422024-04-25T19:23:12.507Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17432024-04-25T19:23:12.665Z Compiling macaddr v1.0.1
17442024-04-25T19:23:12.735Z Compiling proc-macro-crate v1.3.1
17452024-04-25T19:23:12.960Z Compiling tokio-rustls v0.25.0
17462024-04-25T19:23:13.104Z Compiling serde_with v3.7.0
17472024-04-25T19:23:13.137Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482024-04-25T19:23:13.528Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17492024-04-25T19:23:13.676Z Compiling structmeta v0.3.0
17502024-04-25T19:23:13.770Z Compiling num_enum_derive v0.5.11
17512024-04-25T19:23:13.881Z Compiling foreign-types-macros v0.2.3
17522024-04-25T19:23:14.142Z Compiling parse-display-derive v0.9.0
17532024-04-25T19:23:15.268Z Compiling heapless v0.8.0
17542024-04-25T19:23:15.864Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-04-25T19:23:16.155Z Compiling foreign-types-shared v0.3.1
17562024-04-25T19:23:16.282Z Compiling foreign-types v0.5.0
17572024-04-25T19:23:16.682Z Compiling num_enum v0.5.11
17582024-04-25T19:23:16.899Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17592024-04-25T19:23:17.042Z Compiling cstr-argument v0.1.2
17602024-04-25T19:23:17.097Z Compiling hash32 v0.3.1
17612024-04-25T19:23:17.299Z Compiling pretty-hex v0.2.1
17622024-04-25T19:23:17.321Z Compiling smoltcp v0.11.0
17632024-04-25T19:23:17.474Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17642024-04-25T19:23:17.906Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17652024-04-25T19:23:18.084Z Compiling tabwriter v1.4.0
17662024-04-25T19:23:20.031Z Compiling colored v2.1.0
17672024-04-25T19:23:20.031Z Compiling socket2 v0.4.9
17682024-04-25T19:23:20.031Z Compiling parse-display v0.9.0
17692024-04-25T19:23:20.031Z Compiling embedded-io v0.4.0
17702024-04-25T19:23:20.031Z Compiling fastrand v2.0.1
17712024-04-25T19:23:20.031Z Compiling cobs v0.2.3
17722024-04-25T19:23:20.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17732024-04-25T19:23:20.031Z Compiling postcard v1.0.8
17742024-04-25T19:23:20.031Z Compiling tempfile v3.10.1
17752024-04-25T19:23:20.031Z Compiling crucible-workspace-hack v0.1.0
17762024-04-25T19:23:20.031Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17772024-04-25T19:23:20.032Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17782024-04-25T19:23:20.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17792024-04-25T19:23:20.032Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17802024-04-25T19:23:20.276Z Compiling smf v0.2.3
17812024-04-25T19:23:20.329Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17822024-04-25T19:23:20.376Z Compiling humantime v2.1.0
17832024-04-25T19:23:20.910Z Compiling platforms v3.0.2
17842024-04-25T19:23:20.924Z Compiling camino-tempfile v1.1.1
17852024-04-25T19:23:21.347Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17862024-04-25T19:23:21.347Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17872024-04-25T19:23:21.347Z Compiling usdt-attr-macro v0.5.0
17882024-04-25T19:23:21.537Z Compiling usdt-macro v0.5.0
17892024-04-25T19:23:21.578Z Compiling num-derive v0.4.0
17902024-04-25T19:23:21.632Z Compiling memmap v0.7.0
17912024-04-25T19:23:21.977Z Compiling sigpipe v0.1.3
17922024-04-25T19:23:22.104Z Compiling utf-8 v0.7.6
17932024-04-25T19:23:22.406Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17942024-04-25T19:23:22.472Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17952024-04-25T19:23:22.824Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17962024-04-25T19:23:23.079Z Compiling usdt v0.5.0
17972024-04-25T19:23:23.542Z Compiling atty v0.2.14
17982024-04-25T19:23:23.606Z Compiling unicase v2.7.0
17992024-04-25T19:23:23.682Z Compiling semver v0.1.20
18002024-04-25T19:23:23.920Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
18012024-04-25T19:23:24.011Z Compiling rayon-core v1.12.1
18022024-04-25T19:23:24.127Z Compiling rustc_version v0.1.7
18032024-04-25T19:23:24.332Z Compiling curve25519-dalek v4.1.2
18042024-04-25T19:23:24.364Z Compiling newline-converter v0.3.0
18052024-04-25T19:23:24.431Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18062024-04-25T19:23:24.535Z Compiling crossbeam-deque v0.8.3
18072024-04-25T19:23:24.589Z Compiling universal-hash v0.5.1
18082024-04-25T19:23:24.607Z Compiling same-file v1.0.6
18092024-04-25T19:23:24.896Z Compiling opaque-debug v0.3.0
18102024-04-25T19:23:24.922Z Compiling walkdir v2.5.0
18112024-04-25T19:23:24.940Z Compiling newtype_derive v0.1.6
18122024-04-25T19:23:24.959Z Compiling expectorate v1.1.0
18132024-04-25T19:23:25.102Z Compiling tungstenite v0.20.1
18142024-04-25T19:23:25.303Z Compiling signature v2.1.0
18152024-04-25T19:23:25.356Z Compiling curve25519-dalek-derive v0.1.0
18162024-04-25T19:23:25.549Z Compiling blake3 v1.5.0
18172024-04-25T19:23:25.604Z Compiling num-rational v0.4.1
18182024-04-25T19:23:25.920Z Compiling termcolor v1.2.0
18192024-04-25T19:23:25.994Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18202024-04-25T19:23:26.166Z Compiling arc-swap v1.6.0
18212024-04-25T19:23:26.197Z Compiling getrandom v0.1.16
18222024-04-25T19:23:26.569Z Compiling env_logger v0.9.3
18232024-04-25T19:23:26.747Z Compiling slog-scope v4.4.0
18242024-04-25T19:23:26.970Z Compiling tokio-tungstenite v0.20.1
18252024-04-25T19:23:27.131Z Compiling rayon v1.10.0
18262024-04-25T19:23:27.322Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18272024-04-25T19:23:27.455Z Compiling password-hash v0.5.0
18282024-04-25T19:23:27.957Z Compiling blake2 v0.10.6
18292024-04-25T19:23:27.957Z Compiling bitstruct_derive v0.1.0
18302024-04-25T19:23:27.957Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18312024-04-25T19:23:28.093Z Compiling filetime v0.2.23
18322024-04-25T19:23:28.256Z Compiling memmap2 v0.7.1
18332024-04-25T19:23:28.438Z Compiling xattr v1.0.1
18342024-04-25T19:23:28.523Z Compiling arrayvec v0.7.4
18352024-04-25T19:23:28.683Z Compiling libefi-sys v0.1.0
18362024-04-25T19:23:28.718Z Compiling home v0.5.5
18372024-04-25T19:23:28.920Z Compiling arrayref v0.3.7
18382024-04-25T19:23:28.989Z Compiling parking_lot_core v0.8.6
18392024-04-25T19:23:29.013Z Compiling linked-hash-map v0.5.6
18402024-04-25T19:23:29.032Z Compiling ascii v1.1.0
18412024-04-25T19:23:29.055Z Compiling quick-error v1.2.3
18422024-04-25T19:23:29.220Z Compiling bytecount v0.6.3
18432024-04-25T19:23:29.251Z Compiling constant_time_eq v0.3.0
18442024-04-25T19:23:29.352Z Compiling lru-cache v0.1.2
18452024-04-25T19:23:29.419Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18462024-04-25T19:23:29.437Z Compiling papergrid v0.11.0
18472024-04-25T19:23:29.493Z Compiling bitstruct v0.1.1
18482024-04-25T19:23:29.554Z Compiling resolv-conf v0.7.0
18492024-04-25T19:23:29.611Z Compiling toolchain_find v0.4.0
18502024-04-25T19:23:29.675Z Compiling tar v0.4.40
18512024-04-25T19:23:30.264Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-04-25T19:23:30.371Z Compiling argon2 v0.5.3
18532024-04-25T19:23:30.878Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-04-25T19:23:31.979Z Compiling slog-stdlog v4.1.1
18552024-04-25T19:23:31.999Z Compiling tabled_derive v0.7.0
18562024-04-25T19:23:32.351Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-04-25T19:23:33.214Z Compiling rfc6979 v0.4.0
18582024-04-25T19:23:33.399Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-04-25T19:23:33.460Z Compiling serde_arrays v0.1.0
18602024-04-25T19:23:33.505Z Compiling erased-serde v0.3.31
18612024-04-25T19:23:33.624Z Compiling aead v0.5.2
18622024-04-25T19:23:33.669Z Compiling num-complex v0.4.5
18632024-04-25T19:23:33.751Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18642024-04-25T19:23:33.977Z Compiling nibble_vec v0.1.0
18652024-04-25T19:23:34.179Z Compiling slog-dtrace v0.3.0
18662024-04-25T19:23:34.687Z Compiling keccak v0.1.4
18672024-04-25T19:23:34.688Z Compiling endian-type v0.1.2
18682024-04-25T19:23:34.688Z Compiling topological-sort v0.2.2
18692024-04-25T19:23:34.717Z Compiling winapi v0.3.9
18702024-04-25T19:23:34.717Z Compiling cancel-safe-futures v0.1.5
18712024-04-25T19:23:34.768Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-04-25T19:23:34.849Z Compiling omicron-zone-package v0.11.0
18732024-04-25T19:23:34.918Z Compiling radix_trie v0.2.1
18742024-04-25T19:23:35.090Z Compiling tabled v0.15.0
18752024-04-25T19:23:35.200Z Compiling num v0.4.2
18762024-04-25T19:23:35.316Z Compiling sha3 v0.10.8
18772024-04-25T19:23:35.665Z Compiling rustfmt-wrapper v0.2.1
18782024-04-25T19:23:35.782Z Compiling ecdsa v0.16.9
18792024-04-25T19:23:35.981Z Compiling slog-envlogger v2.2.0
18802024-04-25T19:23:36.239Z Compiling rand_core v0.5.1
18812024-04-25T19:23:36.264Z Compiling steno v0.4.0
18822024-04-25T19:23:36.577Z Compiling mime_guess v2.0.4
18832024-04-25T19:23:36.728Z Compiling trust-dns-resolver v0.22.0
18842024-04-25T19:23:37.911Z Compiling poly1305 v0.8.0
18852024-04-25T19:23:38.003Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18862024-04-25T19:23:39.690Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18872024-04-25T19:23:39.707Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18882024-04-25T19:23:40.858Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18892024-04-25T19:23:41.123Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18902024-04-25T19:23:41.490Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18912024-04-25T19:23:41.682Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18922024-04-25T19:23:42.208Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18932024-04-25T19:23:42.459Z Compiling primeorder v0.13.6
18942024-04-25T19:23:42.519Z Compiling chacha20 v0.9.1
18952024-04-25T19:23:42.852Z Compiling heck v0.3.3
18962024-04-25T19:23:42.950Z Compiling secrecy v0.8.0
18972024-04-25T19:23:43.462Z Compiling thiserror-impl-no-std v2.0.2
18982024-04-25T19:23:43.462Z Compiling half v2.3.1
18992024-04-25T19:23:43.462Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19002024-04-25T19:23:43.462Z Compiling convert_case v0.4.0
19012024-04-25T19:23:43.462Z Compiling ciborium-io v0.2.2
19022024-04-25T19:23:43.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19032024-04-25T19:23:43.953Z Compiling option-ext v0.2.0
19042024-04-25T19:23:43.953Z Compiling ciborium-ll v0.2.2
19052024-04-25T19:23:43.953Z Compiling dirs-sys v0.4.1
19062024-04-25T19:23:44.215Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19072024-04-25T19:23:44.276Z Compiling derive_more v0.99.17
19082024-04-25T19:23:44.304Z Compiling zone_cfg_derive v0.1.2
19092024-04-25T19:23:44.556Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19102024-04-25T19:23:45.245Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19112024-04-25T19:23:45.338Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19122024-04-25T19:23:45.785Z Compiling parking_lot v0.11.2
19132024-04-25T19:23:45.855Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19142024-04-25T19:23:46.220Z Compiling rand_chacha v0.2.2
19152024-04-25T19:23:46.341Z Compiling thiserror-no-std v2.0.2
19162024-04-25T19:23:46.689Z Compiling trust-dns-client v0.22.0
19172024-04-25T19:23:48.154Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19182024-04-25T19:23:48.159Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19192024-04-25T19:23:48.159Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19202024-04-25T19:23:49.837Z Compiling ed25519 v2.2.2
19212024-04-25T19:23:50.716Z Compiling polyval v0.6.1
19222024-04-25T19:23:50.724Z Compiling tungstenite v0.21.0
19232024-04-25T19:23:52.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19242024-04-25T19:23:52.986Z Compiling ctr v0.9.2
19252024-04-25T19:23:53.011Z Compiling blowfish v0.9.1
19262024-04-25T19:23:53.285Z Compiling aes v0.8.3
19272024-04-25T19:23:53.864Z Compiling password-hash v0.4.2
19282024-04-25T19:23:53.872Z Compiling libsw v3.3.1
19292024-04-25T19:23:54.125Z Compiling toml v0.5.11
19302024-04-25T19:23:54.438Z Compiling pbkdf2 v0.12.2
19312024-04-25T19:23:54.623Z Compiling derive-where v1.2.7
19322024-04-25T19:23:55.782Z Compiling gethostname v0.4.3
19332024-04-25T19:23:56.026Z Compiling fxhash v0.2.1
19342024-04-25T19:23:56.063Z Compiling swrite v0.1.0
19352024-04-25T19:23:56.203Z Compiling linear-map v1.2.0
19362024-04-25T19:23:56.239Z Compiling owo-colors v4.0.0
19372024-04-25T19:23:56.261Z Compiling base64 v0.13.1
19382024-04-25T19:23:56.553Z Compiling sled v0.34.7
19392024-04-25T19:23:56.882Z Compiling ron v0.7.1
19402024-04-25T19:23:57.794Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19412024-04-25T19:23:58.214Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19422024-04-25T19:23:59.158Z Compiling trust-dns-server v0.22.1
19432024-04-25T19:23:59.976Z Compiling bcrypt-pbkdf v0.10.0
19442024-04-25T19:24:00.536Z Compiling pbkdf2 v0.11.0
19452024-04-25T19:24:00.875Z Compiling tokio-tungstenite v0.21.0
19462024-04-25T19:24:00.911Z Compiling ghash v0.5.0
19472024-04-25T19:24:01.102Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19482024-04-25T19:24:01.420Z Compiling ed25519-dalek v2.0.0
19492024-04-25T19:24:01.506Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19502024-04-25T19:24:02.008Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19512024-04-25T19:24:02.383Z Compiling russh-cryptovec v0.7.0
19522024-04-25T19:24:02.705Z Compiling rand v0.7.3
19532024-04-25T19:24:02.803Z Compiling vsss-rs v3.3.4
19542024-04-25T19:24:04.075Z Compiling zone v0.1.8
19552024-04-25T19:24:05.625Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19562024-04-25T19:24:06.132Z Compiling ciborium v0.2.2
19572024-04-25T19:24:06.157Z Compiling dirs v5.0.1
19582024-04-25T19:24:06.407Z Compiling p521 v0.13.3
19592024-04-25T19:24:07.498Z Compiling p256 v0.13.2
19602024-04-25T19:24:07.615Z Compiling chacha20poly1305 v0.10.1
19612024-04-25T19:24:08.288Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-04-25T19:24:08.445Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19632024-04-25T19:24:08.445Z Compiling pem v3.0.4
19642024-04-25T19:24:08.749Z Compiling cbc v0.1.2
19652024-04-25T19:24:09.029Z Compiling headers-core v0.2.0
19662024-04-25T19:24:09.588Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19672024-04-25T19:24:09.593Z Compiling portpicker v0.1.1
19682024-04-25T19:24:09.593Z Compiling kstat-rs v0.2.3
19692024-04-25T19:24:09.593Z Compiling nanorand v0.7.0
19702024-04-25T19:24:09.594Z Compiling glob v0.3.1
19712024-04-25T19:24:10.042Z Compiling md5 v0.7.0
19722024-04-25T19:24:10.132Z Compiling http-range v0.1.5
19732024-04-25T19:24:10.180Z Compiling flume v0.11.0
19742024-04-25T19:24:10.501Z Compiling russh-keys v0.43.0
19752024-04-25T19:24:10.557Z Compiling hyper-staticfile v0.9.5
19762024-04-25T19:24:10.578Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19772024-04-25T19:24:10.861Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19782024-04-25T19:24:11.355Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19792024-04-25T19:24:11.577Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19802024-04-25T19:24:13.102Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19812024-04-25T19:24:13.640Z Compiling headers v0.3.9
19822024-04-25T19:24:13.782Z Compiling rcgen v0.12.1
19832024-04-25T19:24:14.802Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19842024-04-25T19:24:15.677Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19852024-04-25T19:24:16.224Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19862024-04-25T19:24:16.346Z Compiling aes-gcm v0.10.3
19872024-04-25T19:24:17.817Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19882024-04-25T19:24:20.021Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19892024-04-25T19:24:21.455Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19902024-04-25T19:24:22.318Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
19912024-04-25T19:24:23.131Z Compiling atomicwrites v0.4.3
19922024-04-25T19:24:23.520Z Compiling itertools v0.12.1
19932024-04-25T19:24:24.030Z Compiling subprocess v0.2.9
19942024-04-25T19:24:25.963Z Compiling dhcproto-macros v0.1.0
19952024-04-25T19:24:26.135Z Compiling hex-literal v0.4.1
19962024-04-25T19:24:26.156Z Compiling display-error-chain v0.2.0
19972024-04-25T19:24:26.290Z Compiling russh v0.43.0
19982024-04-25T19:24:26.339Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19992024-04-25T19:24:26.717Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20002024-04-25T19:24:26.928Z Compiling dhcproto v0.11.0
20012024-04-25T19:24:28.659Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20022024-04-25T19:24:29.131Z Compiling internet-checksum v0.2.1
20032024-04-25T19:24:30.430Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20042024-04-25T19:24:33.206Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20052024-04-25T19:24:51.882Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20062024-04-25T19:25:32.681Z Finished dev [unoptimized + debuginfo] target(s) in 5m 16s
20072024-04-25T19:25:33.122Z
20082024-04-25T19:25:33.123Zreal 5:17.203778517
20092024-04-25T19:25:33.123Zuser 27:33.406425525
20102024-04-25T19:25:33.123Zsys 6:02.101696551
20112024-04-25T19:25:33.123Ztrap 0.812648242
20122024-04-25T19:25:33.124Ztflt 3.999224266
20132024-04-25T19:25:33.124Zdflt 5.107932871
20142024-04-25T19:25:33.124Zkflt 0.107963789
20152024-04-25T19:25:33.124Zlock 51:08.529244104
20162024-04-25T19:25:33.124Zslp 1:19:10.021766039
20172024-04-25T19:25:33.124Zlat 1:42.388283215
20182024-04-25T19:25:33.125Zstop 4:35.177750929
20192024-04-25T19:25:33.125Z+ mkdir -p /work
20202024-04-25T19:25:33.125Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20212024-04-25T19:25:33.805Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20222024-04-25T19:25:42.638Z Finished dev [unoptimized + debuginfo] target(s) in 9.57s
20232024-04-25T19:25:42.723Z
20242024-04-25T19:25:42.727Zreal 9.693838010
20252024-04-25T19:25:42.727Zuser 6.778850267
20262024-04-25T19:25:42.727Zsys 3.820906760
20272024-04-25T19:25:42.727Ztrap 0.001398810
20282024-04-25T19:25:42.728Ztflt 0.002582679
20292024-04-25T19:25:42.728Zdflt 0.044261589
20302024-04-25T19:25:42.728Zkflt 0.000000000
20312024-04-25T19:25:42.728Zlock 26.584594768
20322024-04-25T19:25:42.728Zslp 38.443314854
20332024-04-25T19:25:42.728Zlat 0.039465693
20342024-04-25T19:25:42.728Zstop 0.349093051
20352024-04-25T19:25:42.728Z+ cp target/debug/commtest /work/commtest
20362024-04-25T19:25:43.188Z+ mkdir -p /work/end-to-end-tests
20372024-04-25T19:25:43.192Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20382024-04-25T19:25:44.275Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20392024-04-25T19:25:44.275Z+ ptime -m gzip
20402024-04-25T19:25:44.283Z++ basename target/debug/bootstrap
20412024-04-25T19:25:56.840Z
20422024-04-25T19:25:56.840Zreal 12.564678694
20432024-04-25T19:25:56.840Zuser 12.463011154
20442024-04-25T19:25:56.840Zsys 0.091952447
20452024-04-25T19:25:56.844Ztrap 0.002660327
20462024-04-25T19:25:56.844Ztflt 0.000000000
20472024-04-25T19:25:56.844Zdflt 0.000000000
20482024-04-25T19:25:56.844Zkflt 0.000000000
20492024-04-25T19:25:56.844Zlock 0.000000000
20502024-04-25T19:25:56.844Zslp 0.000004309
20512024-04-25T19:25:56.844Zlat 0.006642198
20522024-04-25T19:25:56.844Zstop 0.000180889
20532024-04-25T19:25:56.844Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20542024-04-25T19:25:56.844Z+ ptime -m gzip
20552024-04-25T19:25:56.844Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e0ac39a731573d2
20562024-04-25T19:25:58.020Z
20572024-04-25T19:25:58.020Zreal 1.170402849
20582024-04-25T19:25:58.020Zuser 1.159930992
20592024-04-25T19:25:58.020Zsys 0.009904043
20602024-04-25T19:25:58.020Ztrap 0.000070251
20612024-04-25T19:25:58.020Ztflt 0.000000000
20622024-04-25T19:25:58.020Zdflt 0.000000000
20632024-04-25T19:25:58.028Zkflt 0.000000000
20642024-04-25T19:25:58.029Zlock 0.000000000
20652024-04-25T19:25:58.029Zslp 0.000000000
20662024-04-25T19:25:58.029Zlat 0.000101958
20672024-04-25T19:25:58.029Zstop 0.000166840
20682024-04-25T19:25:58.029Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20692024-04-25T19:25:58.029Z+ ptime -m gzip
20702024-04-25T19:25:58.030Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-07d1782656389f6e
20712024-04-25T19:25:59.216Z
20722024-04-25T19:25:59.219Zreal 1.193128602
20732024-04-25T19:25:59.219Zuser 1.182180172
20742024-04-25T19:25:59.219Zsys 0.009639115
20752024-04-25T19:25:59.220Ztrap 0.000373085
20762024-04-25T19:25:59.220Ztflt 0.000000000
20772024-04-25T19:25:59.220Zdflt 0.000000000
20782024-04-25T19:25:59.220Zkflt 0.000000000
20792024-04-25T19:25:59.220Zlock 0.000000000
20802024-04-25T19:25:59.220Zslp 0.000000000
20812024-04-25T19:25:59.220Zlat 0.000544204
20822024-04-25T19:25:59.220Zstop 0.000166061
20832024-04-25T19:25:59.220Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20842024-04-25T19:25:59.220Z+ ptime -m gzip
20852024-04-25T19:25:59.220Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-72919e54dd0a1e8f
20862024-04-25T19:26:00.452Z
20872024-04-25T19:26:00.452Zreal 1.217889005
20882024-04-25T19:26:00.452Zuser 1.208667916
20892024-04-25T19:26:00.452Zsys 0.008649458
20902024-04-25T19:26:00.452Ztrap 0.000070579
20912024-04-25T19:26:00.452Ztflt 0.000000000
20922024-04-25T19:26:00.463Zdflt 0.000000000
20932024-04-25T19:26:00.463Zkflt 0.000000000
20942024-04-25T19:26:00.464Zlock 0.000000000
20952024-04-25T19:26:00.464Zslp 0.000000000
20962024-04-25T19:26:00.464Zlat 0.000103888
20972024-04-25T19:26:00.464Zstop 0.000169460
20982024-04-25T19:26:00.464Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20992024-04-25T19:26:00.464Z+ ptime -m gzip
21002024-04-25T19:26:00.464Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1a59c060357c1b59
21012024-04-25T19:26:13.590Z
21022024-04-25T19:26:13.590Zreal 13.139554418
21032024-04-25T19:26:13.590Zuser 13.060818786
21042024-04-25T19:26:13.590Zsys 0.075114969
21052024-04-25T19:26:13.590Ztrap 0.001821022
21062024-04-25T19:26:13.590Ztflt 0.000000000
21072024-04-25T19:26:13.595Zdflt 0.000000000
21082024-04-25T19:26:13.595Zkflt 0.000000000
21092024-04-25T19:26:13.595Zlock 0.000000000
21102024-04-25T19:26:13.595Zslp 0.000000000
21112024-04-25T19:26:13.595Zlat 0.001401086
21122024-04-25T19:26:13.596Zstop 0.000172739
21132024-04-25T19:26:13.596Z+ banner caboose-util
21142024-04-25T19:26:13.596Z
21152024-04-25T19:26:13.596Z #### ## ##### #### #### #### ###### # # #####
21162024-04-25T19:26:13.596Z # # # # # # # # # # # # # # #
21172024-04-25T19:26:13.596Z # # # ##### # # # # #### ##### ##### # # #
21182024-04-25T19:26:13.596Z # ###### # # # # # # # # # # #
21192024-04-25T19:26:13.596Z # # # # # # # # # # # # # # # #
21202024-04-25T19:26:13.596Z #### # # ##### #### #### #### ###### #### #
21212024-04-25T19:26:13.596Z
21222024-04-25T19:26:13.596Z+ ptime -m cargo build --locked -p caboose-util --release
21232024-04-25T19:26:14.080Z Downloading crates ...
21242024-04-25T19:26:14.224Z Downloaded bitfield v0.14.0
21252024-04-25T19:26:14.231Z Downloaded array-init v0.0.4
21262024-04-25T19:26:14.231Z Downloaded maybe-uninit v2.0.0
21272024-04-25T19:26:14.237Z Downloaded crc-catalog v2.2.0
21282024-04-25T19:26:14.237Z Downloaded funty v2.0.0
21292024-04-25T19:26:14.242Z Downloaded path-slash v0.1.5
21302024-04-25T19:26:14.248Z Downloaded nodrop v0.1.14
21312024-04-25T19:26:14.257Z Downloaded radium v0.7.0
21322024-04-25T19:26:14.257Z Downloaded packed_struct v0.10.1
21332024-04-25T19:26:14.673Z Downloaded packed_struct_codegen v0.10.1
21342024-04-25T19:26:14.674Z Downloaded crc v3.0.1
21352024-04-25T19:26:14.681Z Downloaded smallvec v0.6.14
21362024-04-25T19:26:14.681Z Downloaded tap v1.0.1
21372024-04-25T19:26:14.681Z Downloaded env_logger v0.10.0
21382024-04-25T19:26:14.682Z Downloaded serde-hex v0.1.0
21392024-04-25T19:26:14.682Z Downloaded wyz v0.5.1
21402024-04-25T19:26:14.682Z Downloaded pkcs1 v0.7.5
21412024-04-25T19:26:14.683Z Downloaded ron v0.8.1
21422024-04-25T19:26:14.683Z Downloaded hashbrown v0.13.2
21432024-04-25T19:26:14.683Z Downloaded rsa v0.9.2
21442024-04-25T19:26:14.684Z Downloaded crc-any v2.4.3
21452024-04-25T19:26:14.684Z Downloaded x509-cert v0.2.4
21462024-04-25T19:26:14.684Z Downloaded num-bigint-dig v0.8.4
21472024-04-25T19:26:14.684Z Downloaded bitvec v1.0.1
21482024-04-25T19:26:14.684Z Downloaded object v0.30.4
21492024-04-25T19:26:14.685Z Compiling proc-macro2 v1.0.81
21502024-04-25T19:26:14.685Z Compiling unicode-ident v1.0.12
21512024-04-25T19:26:14.685Z Compiling libc v0.2.153
21522024-04-25T19:26:14.685Z Compiling serde v1.0.198
21532024-04-25T19:26:14.685Z Compiling autocfg v1.1.0
21542024-04-25T19:26:14.686Z Compiling version_check v0.9.4
21552024-04-25T19:26:14.686Z Compiling cfg-if v1.0.0
21562024-04-25T19:26:14.686Z Compiling typenum v1.16.0
21572024-04-25T19:26:14.686Z Compiling once_cell v1.19.0
21582024-04-25T19:26:14.686Z Compiling parking_lot_core v0.9.8
21592024-04-25T19:26:15.011Z Compiling memchr v2.7.1
21602024-04-25T19:26:15.022Z Compiling syn v1.0.109
21612024-04-25T19:26:15.041Z Compiling byteorder v1.5.0
21622024-04-25T19:26:15.121Z Compiling generic-array v0.14.7
21632024-04-25T19:26:15.423Z Compiling lock_api v0.4.10
21642024-04-25T19:26:15.492Z Compiling libm v0.2.7
21652024-04-25T19:26:15.582Z Compiling num-traits v0.2.18
21662024-04-25T19:26:15.728Z Compiling ahash v0.8.8
21672024-04-25T19:26:15.794Z Compiling serde_json v1.0.116
21682024-04-25T19:26:15.872Z Compiling quote v1.0.36
21692024-04-25T19:26:15.917Z Compiling thiserror v1.0.58
21702024-04-25T19:26:16.131Z Compiling pkg-config v0.3.27
21712024-04-25T19:26:16.361Z Compiling syn v2.0.59
21722024-04-25T19:26:16.374Z Compiling cc v1.0.83
21732024-04-25T19:26:16.877Z Compiling getrandom v0.2.12
21742024-04-25T19:26:16.935Z Compiling scopeguard v1.2.0
21752024-04-25T19:26:16.996Z Compiling itoa v1.0.9
21762024-04-25T19:26:17.152Z Compiling log v0.4.21
21772024-04-25T19:26:17.253Z Compiling slab v0.4.9
21782024-04-25T19:26:17.572Z Compiling rand_core v0.6.4
21792024-04-25T19:26:18.760Z Compiling smallvec v1.13.1
21802024-04-25T19:26:18.772Z Compiling vcpkg v0.2.15
21812024-04-25T19:26:18.804Z Compiling const-oid v0.9.6
21822024-04-25T19:26:19.096Z Compiling parking_lot v0.12.1
21832024-04-25T19:26:19.138Z Compiling ryu v1.0.15
21842024-04-25T19:26:19.403Z Compiling pin-project-lite v0.2.13
21852024-04-25T19:26:20.556Z Compiling ring v0.17.8
21862024-04-25T19:26:20.578Z Compiling openssl-sys v0.9.102
21872024-04-25T19:26:20.579Z Compiling ucd-trie v0.1.6
21882024-04-25T19:26:20.579Z Compiling signal-hook-registry v1.4.1
21892024-04-25T19:26:20.896Z Compiling rustix v0.38.31
21902024-04-25T19:26:20.910Z Compiling subtle v2.5.0
21912024-04-25T19:26:21.144Z Compiling ring v0.16.20
21922024-04-25T19:26:21.206Z Compiling mio v0.8.11
21932024-04-25T19:26:21.611Z Compiling tinyvec_macros v0.1.1
21942024-04-25T19:26:21.695Z Compiling semver v1.0.22
21952024-04-25T19:26:22.128Z Compiling futures-core v0.3.30
21962024-04-25T19:26:22.132Z Compiling tinyvec v1.6.0
21972024-04-25T19:26:24.187Z Compiling spin v0.5.2
21982024-04-25T19:26:24.234Z Compiling unicode-normalization v0.1.22
21992024-04-25T19:26:24.234Z Compiling socket2 v0.5.6
22002024-04-25T19:26:24.277Z Compiling num_cpus v1.16.0
22012024-04-25T19:26:24.346Z Compiling openssl v0.10.64
22022024-04-25T19:26:24.756Z Compiling allocator-api2 v0.2.16
22032024-04-25T19:26:24.914Z Compiling unicode-bidi v0.3.15
22042024-04-25T19:26:25.016Z Compiling unicode-xid v0.2.4
22052024-04-25T19:26:25.191Z Compiling futures-sink v0.3.30
22062024-04-25T19:26:25.290Z Compiling httparse v1.8.0
22072024-04-25T19:26:25.319Z Compiling synstructure v0.12.6
22082024-04-25T19:26:25.672Z Compiling num-conv v0.1.0
22092024-04-25T19:26:25.776Z Compiling time-core v0.1.2
22102024-04-25T19:26:25.895Z Compiling equivalent v1.0.1
22112024-04-25T19:26:25.946Z Compiling time-macros v0.2.17
22122024-04-25T19:26:26.046Z Compiling futures-channel v0.3.30
22132024-04-25T19:26:26.506Z Compiling futures-io v0.3.30
22142024-04-25T19:26:26.713Z Compiling native-tls v0.2.11
22152024-04-25T19:26:26.763Z Compiling rustls v0.21.9
22162024-04-25T19:26:26.947Z Compiling futures-task v0.3.30
22172024-04-25T19:26:27.034Z Compiling ppv-lite86 v0.2.17
22182024-04-25T19:26:27.150Z Compiling crc32fast v1.3.2
22192024-04-25T19:26:27.219Z Compiling pin-utils v0.1.0
22202024-04-25T19:26:27.572Z Compiling bzip2-sys v0.1.11+1.0.8
22212024-04-25T19:26:27.859Z Compiling rand_chacha v0.3.1
22222024-04-25T19:26:28.140Z Compiling spin v0.9.8
22232024-04-25T19:26:28.161Z Compiling tracing-core v0.1.32
22242024-04-25T19:26:28.205Z Compiling base64ct v1.6.0
22252024-04-25T19:26:28.533Z Compiling rand v0.8.5
22262024-04-25T19:26:28.885Z Compiling pem-rfc7468 v0.7.0
22272024-04-25T19:26:29.052Z Compiling serde_derive v1.0.198
22282024-04-25T19:26:29.156Z Compiling zeroize_derive v1.4.2
22292024-04-25T19:26:29.309Z Compiling zerocopy-derive v0.7.32
22302024-04-25T19:26:29.418Z Compiling thiserror-impl v1.0.58
22312024-04-25T19:26:29.576Z Compiling tokio-macros v2.2.0
22322024-04-25T19:26:30.310Z Compiling futures-macro v0.3.30
22332024-04-25T19:26:30.358Z Compiling tracing-attributes v0.1.27
22342024-04-25T19:26:30.486Z Compiling der_derive v0.7.2
22352024-04-25T19:26:30.612Z Compiling zeroize v1.7.0
22362024-04-25T19:26:31.327Z Compiling zerocopy v0.7.32
22372024-04-25T19:26:32.268Z Compiling pest v2.7.6
22382024-04-25T19:26:32.527Z Compiling crypto-common v0.1.6
22392024-04-25T19:26:32.651Z Compiling block-buffer v0.10.4
22402024-04-25T19:26:32.811Z Compiling zerocopy-derive v0.2.0
22412024-04-25T19:26:32.907Z Compiling digest v0.10.7
22422024-04-25T19:26:32.920Z Compiling openssl-macros v0.1.1
22432024-04-25T19:26:33.579Z Compiling futures-util v0.3.30
22442024-04-25T19:26:33.656Z Compiling hashbrown v0.14.3
22452024-04-25T19:26:33.811Z Compiling tracing v0.1.40
22462024-04-25T19:26:34.188Z Compiling scroll_derive v0.12.0
22472024-04-25T19:26:34.271Z Compiling zerocopy-derive v0.6.6
22482024-04-25T19:26:34.554Z Compiling pest_meta v2.7.6
22492024-04-25T19:26:35.304Z Compiling usdt-impl v0.3.5
22502024-04-25T19:26:35.334Z Compiling cookie v0.17.0
22512024-04-25T19:26:35.677Z Compiling percent-encoding v2.3.1
22522024-04-25T19:26:35.714Z Compiling pest_generator v2.7.6
22532024-04-25T19:26:35.939Z Compiling signal-hook v0.3.17
22542024-04-25T19:26:35.951Z Compiling schemars v0.8.16
22552024-04-25T19:26:36.101Z Compiling flagset v0.4.3
22562024-04-25T19:26:36.279Z Compiling der v0.7.8
22572024-04-25T19:26:37.242Z Compiling serde_derive_internals v0.26.0
22582024-04-25T19:26:38.451Z Compiling pest_derive v2.7.6
22592024-04-25T19:26:39.581Z Compiling errno v0.3.8
22602024-04-25T19:26:39.700Z Compiling fnv v1.0.7
22612024-04-25T19:26:39.821Z Compiling schemars_derive v0.8.16
22622024-04-25T19:26:39.837Z Compiling spki v0.7.2
22632024-04-25T19:26:41.203Z Compiling zerocopy v0.3.0
22642024-04-25T19:26:41.999Z Compiling lazy_static v1.4.0
22652024-04-25T19:26:42.106Z Compiling backtrace v0.3.69
22662024-04-25T19:26:42.508Z Compiling bytes v1.6.0
22672024-04-25T19:26:42.807Z Compiling bitflags v2.4.2
22682024-04-25T19:26:43.840Z Compiling tokio v1.37.0
22692024-04-25T19:26:43.844Z Compiling indexmap v2.2.6
22702024-04-25T19:26:44.439Z Compiling rustc_version v0.4.0
22712024-04-25T19:26:44.985Z Compiling heapless v0.7.16
22722024-04-25T19:26:45.140Z Compiling http v0.2.12
22732024-04-25T19:26:45.732Z Compiling uuid v1.8.0
22742024-04-25T19:26:46.350Z Compiling thread-id v4.2.0
22752024-04-25T19:26:46.452Z Compiling num-bigint v0.4.4
22762024-04-25T19:26:46.471Z Compiling heck v0.4.1
22772024-04-25T19:26:46.849Z Compiling foreign-types-shared v0.1.1
22782024-04-25T19:26:46.925Z Compiling powerfmt v0.2.0
22792024-04-25T19:26:46.956Z Compiling base64 v0.21.7
22802024-04-25T19:26:47.251Z Compiling iana-time-zone v0.1.57
22812024-04-25T19:26:47.297Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22822024-04-25T19:26:47.583Z Compiling smoltcp v0.9.1
22832024-04-25T19:26:47.965Z Compiling untrusted v0.9.0
22842024-04-25T19:26:48.088Z Compiling untrusted v0.7.1
22852024-04-25T19:26:48.244Z Compiling crossbeam-utils v0.8.19
22862024-04-25T19:26:48.702Z Compiling heck v0.5.0
22872024-04-25T19:26:49.116Z Compiling clap_derive v4.5.4
22882024-04-25T19:26:50.140Z Compiling chrono v0.4.38
22892024-04-25T19:26:50.797Z Compiling deranged v0.3.11
22902024-04-25T19:26:51.990Z Compiling tokio-util v0.7.10
22912024-04-25T19:26:52.140Z Compiling foreign-types v0.3.2
22922024-04-25T19:26:52.242Z Compiling dof v0.1.5
22932024-04-25T19:26:52.709Z Compiling dtrace-parser v0.1.14
22942024-04-25T19:26:52.763Z Compiling form_urlencoded v1.2.1
22952024-04-25T19:26:53.078Z Compiling hmac v0.12.1
22962024-04-25T19:26:53.329Z Compiling num-integer v0.1.46
22972024-04-25T19:26:53.538Z Compiling rustversion v1.0.14
22982024-04-25T19:26:53.575Z Compiling num_threads v0.1.6
22992024-04-25T19:26:53.698Z Compiling adler v1.0.2
23002024-04-25T19:26:54.018Z Compiling try-lock v0.2.4
23012024-04-25T19:26:54.099Z Compiling utf8parse v0.2.1
23022024-04-25T19:26:54.151Z Compiling siphasher v0.3.11
23032024-04-25T19:26:54.232Z Compiling cpufeatures v0.2.12
23042024-04-25T19:26:54.265Z Compiling anstyle v1.0.6
23052024-04-25T19:26:54.465Z Compiling sha2 v0.10.8
23062024-04-25T19:26:54.538Z Compiling anstyle-parse v0.2.1
23072024-04-25T19:26:54.544Z Compiling want v0.3.1
23082024-04-25T19:26:54.849Z Compiling miniz_oxide v0.7.1
23092024-04-25T19:26:56.124Z Compiling time v0.3.34
23102024-04-25T19:26:57.900Z Compiling h2 v0.3.26
23112024-04-25T19:26:58.535Z Compiling rustls-webpki v0.101.7
23122024-04-25T19:26:59.736Z Compiling sct v0.7.0
23132024-04-25T19:26:59.899Z Compiling http-body v0.4.5
23142024-04-25T19:27:00.211Z Compiling serde_tokenstream v0.1.7
23152024-04-25T19:27:00.280Z Compiling pkcs8 v0.10.2
23162024-04-25T19:27:00.321Z Compiling hubpack_derive v0.1.1
23172024-04-25T19:27:00.675Z Compiling async-trait v0.1.80
23182024-04-25T19:27:00.932Z Compiling idna v0.5.0
23192024-04-25T19:27:01.568Z Compiling aho-corasick v1.1.2
23202024-04-25T19:27:02.011Z Compiling usdt-impl v0.5.0
23212024-04-25T19:27:02.274Z Compiling radium v0.7.0
23222024-04-25T19:27:03.587Z Compiling openssl-probe v0.1.5
23232024-04-25T19:27:03.588Z Compiling anstyle-query v1.0.0
23242024-04-25T19:27:03.588Z Compiling anyhow v1.0.82
23252024-04-25T19:27:03.588Z Compiling httpdate v1.0.3
23262024-04-25T19:27:03.648Z Compiling colorchoice v1.0.0
23272024-04-25T19:27:03.648Z Compiling slog v2.7.0
23282024-04-25T19:27:03.648Z Compiling tower-service v0.3.2
23292024-04-25T19:27:03.648Z Compiling regex-syntax v0.8.2
23302024-04-25T19:27:04.243Z Compiling hyper v0.14.28
23312024-04-25T19:27:04.954Z Compiling anstream v0.6.11
23322024-04-25T19:27:07.181Z Compiling regex-automata v0.4.5
23332024-04-25T19:27:09.436Z Compiling url v2.5.0
23342024-04-25T19:27:14.025Z Compiling terminal_size v0.3.0
23352024-04-25T19:27:14.119Z Compiling serde_spanned v0.6.5
23362024-04-25T19:27:14.218Z Compiling toml_datetime v0.6.5
23372024-04-25T19:27:14.480Z Compiling zerocopy v0.6.6
23382024-04-25T19:27:14.678Z Compiling scroll v0.12.0
23392024-04-25T19:27:14.740Z Compiling md-5 v0.10.5
23402024-04-25T19:27:15.353Z Compiling stringprep v0.1.3
23412024-04-25T19:27:16.019Z Compiling idna v0.3.0
23422024-04-25T19:27:16.030Z Compiling diesel_table_macro_syntax v0.1.0
23432024-04-25T19:27:16.030Z Compiling hash32 v0.2.1
23442024-04-25T19:27:16.030Z Compiling clap_lex v0.7.0
23452024-04-25T19:27:16.525Z Compiling plain v0.2.3
23462024-04-25T19:27:16.525Z Compiling strsim v0.11.0
23472024-04-25T19:27:16.525Z Compiling uuid v0.8.2
23482024-04-25T19:27:16.525Z Compiling maybe-uninit v2.0.0
23492024-04-25T19:27:16.526Z Compiling stable_deref_trait v1.2.0
23502024-04-25T19:27:16.526Z Compiling tap v1.0.1
23512024-04-25T19:27:16.526Z Compiling dyn-clone v1.0.17
23522024-04-25T19:27:16.526Z Compiling fallible-iterator v0.2.0
23532024-04-25T19:27:16.696Z Compiling gimli v0.28.0
23542024-04-25T19:27:16.934Z Compiling psl-types v2.0.11
23552024-04-25T19:27:17.113Z Compiling postgres-protocol v0.6.6
23562024-04-25T19:27:17.137Z Compiling publicsuffix v2.2.3
23572024-04-25T19:27:17.371Z Compiling wyz v0.5.1
23582024-04-25T19:27:17.830Z Compiling clap_builder v4.5.2
23592024-04-25T19:27:18.217Z Compiling goblin v0.8.0
23602024-04-25T19:27:18.297Z Compiling diesel_derives v2.1.2
23612024-04-25T19:27:19.786Z Compiling tokio-rustls v0.24.1
23622024-04-25T19:27:21.051Z Compiling addr2line v0.21.0
23632024-04-25T19:27:21.598Z Compiling strum_macros v0.25.2
23642024-04-25T19:27:23.763Z Compiling tokio-native-tls v0.3.1
23652024-04-25T19:27:24.030Z Compiling usdt-macro v0.3.5
23662024-04-25T19:27:24.833Z Compiling usdt-attr-macro v0.3.5
23672024-04-25T19:27:26.554Z Compiling phf_shared v0.11.2
23682024-04-25T19:27:26.676Z Compiling num-iter v0.1.44
23692024-04-25T19:27:26.947Z Compiling enum-as-inner v0.5.1
23702024-04-25T19:27:27.321Z Compiling block-padding v0.3.3
23712024-04-25T19:27:27.548Z Compiling serde_repr v0.1.16
23722024-04-25T19:27:28.656Z Compiling ff v0.13.0
23732024-04-25T19:27:28.893Z Compiling scheduled-thread-pool v0.2.7
23742024-04-25T19:27:30.511Z Compiling object v0.32.1
23752024-04-25T19:27:31.348Z Compiling base16ct v0.2.0
23762024-04-25T19:27:32.536Z Compiling packed_struct v0.10.1
23772024-04-25T19:27:32.922Z Compiling rustc-demangle v0.1.23
23782024-04-25T19:27:32.962Z Compiling num-bigint-dig v0.8.4
23792024-04-25T19:27:33.278Z Compiling bit-vec v0.6.3
23802024-04-25T19:27:33.694Z Compiling managed v0.8.0
23812024-04-25T19:27:33.774Z Compiling winnow v0.5.15
23822024-04-25T19:27:34.878Z Compiling matches v0.1.10
23832024-04-25T19:27:34.977Z Compiling ipnet v2.9.0
23842024-04-25T19:27:36.127Z Compiling funty v2.0.0
23852024-04-25T19:27:36.178Z Compiling pretty-hex v0.4.1
23862024-04-25T19:27:37.388Z Compiling bitflags v1.3.2
23872024-04-25T19:27:37.499Z Compiling regex-automata v0.1.10
23882024-04-25T19:27:37.499Z Compiling bstr v0.2.17
23892024-04-25T19:27:37.499Z Compiling bitvec v1.0.1
23902024-04-25T19:27:37.499Z Compiling toml_edit v0.19.15
23912024-04-25T19:27:40.555Z Compiling dof v0.3.0
23922024-04-25T19:27:45.104Z Compiling idna v0.2.3
23932024-04-25T19:27:45.104Z Compiling sec1 v0.7.3
23942024-04-25T19:27:45.717Z Compiling r2d2 v0.8.10
23952024-04-25T19:27:45.780Z Compiling group v0.13.0
23962024-04-25T19:27:45.781Z Compiling inout v0.1.3
23972024-04-25T19:27:56.851Z Compiling phf v0.11.2
23982024-04-25T19:27:57.821Z Compiling hyper-tls v0.5.0
23992024-04-25T19:27:57.821Z Compiling clap v4.5.4
24002024-04-25T19:27:57.821Z Compiling signal-hook-mio v0.2.3
24012024-04-25T19:27:57.821Z Compiling cookie_store v0.20.0
24022024-04-25T19:27:57.821Z Compiling flate2 v1.0.28
24032024-04-25T19:27:57.821Z Compiling hyper-rustls v0.24.2
24042024-04-25T19:27:58.010Z Compiling bzip2 v0.4.4
24052024-04-25T19:27:58.010Z Compiling ipnetwork v0.20.0
24062024-04-25T19:27:58.010Z Compiling postgres-types v0.2.6
24072024-04-25T19:27:58.010Z Compiling regex v1.10.4
24082024-04-25T19:27:58.010Z Compiling hubpack v0.1.2
24092024-04-25T19:27:58.010Z Compiling phf_shared v0.10.0
24102024-04-25T19:27:58.010Z Compiling rustls-pemfile v1.0.3
24112024-04-25T19:27:58.010Z Compiling hkdf v0.12.4
24122024-04-25T19:27:58.010Z Compiling serde_urlencoded v0.7.1
24132024-04-25T19:27:58.011Z Compiling futures-executor v0.3.30
24142024-04-25T19:27:58.011Z Compiling dtrace-parser v0.2.0
24152024-04-25T19:27:58.011Z Compiling crypto-bigint v0.5.2
24162024-04-25T19:27:58.011Z Compiling packed_struct_codegen v0.10.1
24172024-04-25T19:27:58.011Z Compiling float-cmp v0.9.0
24182024-04-25T19:27:58.011Z Compiling indexmap v1.9.3
24192024-04-25T19:27:58.011Z Compiling encoding_rs v0.8.33
24202024-04-25T19:27:58.011Z Compiling new_debug_unreachable v1.0.4
24212024-04-25T19:27:58.011Z Compiling fixedbitset v0.4.2
24222024-04-25T19:27:58.011Z Compiling nodrop v0.1.14
24232024-04-25T19:27:58.012Z Compiling mime v0.3.17
24242024-04-25T19:27:58.012Z Compiling unicode-width v0.1.11
24252024-04-25T19:27:58.012Z Compiling data-encoding v2.4.0
24262024-04-25T19:27:58.012Z Compiling precomputed-hash v0.1.1
24272024-04-25T19:27:58.012Z Compiling either v1.11.0
24282024-04-25T19:27:58.012Z Compiling unicode-segmentation v1.10.1
24292024-04-25T19:27:58.012Z Compiling difflib v0.4.0
24302024-04-25T19:27:58.012Z Compiling crc-catalog v2.2.0
24312024-04-25T19:27:58.012Z Compiling normalize-line-endings v0.3.0
24322024-04-25T19:27:58.012Z Compiling static_assertions v1.1.0
24332024-04-25T19:27:58.012Z Compiling sync_wrapper v0.1.2
24342024-04-25T19:27:58.013Z Compiling winnow v0.6.1
24352024-04-25T19:27:58.013Z Compiling minimal-lexical v0.2.1
24362024-04-25T19:27:58.013Z Compiling webpki-roots v0.25.2
24372024-04-25T19:27:58.014Z Compiling predicates-core v1.0.6
24382024-04-25T19:27:58.014Z Compiling whoami v1.5.1
24392024-04-25T19:27:58.014Z Compiling predicates v3.1.0
24402024-04-25T19:27:58.014Z Compiling tokio-postgres v0.7.10
24412024-04-25T19:27:59.211Z Compiling reqwest v0.11.24
24422024-04-25T19:28:00.182Z Compiling toml_edit v0.22.9
24432024-04-25T19:28:02.180Z Compiling nom v7.1.3
24442024-04-25T19:28:05.902Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24452024-04-25T19:28:07.366Z Compiling similar v2.4.0
24462024-04-25T19:28:09.418Z Compiling crc v3.0.1
24472024-04-25T19:28:10.143Z Compiling itertools v0.10.5
24482024-04-25T19:28:11.439Z Compiling trust-dns-proto v0.22.0
24492024-04-25T19:28:11.758Z Compiling string_cache v0.8.7
24502024-04-25T19:28:12.201Z Compiling console v0.15.8
24512024-04-25T19:28:13.396Z Compiling array-init v0.0.4
24522024-04-25T19:28:14.178Z Compiling petgraph v0.6.4
24532024-04-25T19:28:15.955Z Compiling elliptic-curve v0.13.8
24542024-04-25T19:28:27.791Z Compiling futures v0.3.30
24552024-04-25T19:28:27.936Z Compiling smallvec v0.6.14
24562024-04-25T19:28:27.936Z Compiling diesel v2.1.6
24572024-04-25T19:28:27.937Z Compiling zip v0.6.6
24582024-04-25T19:28:28.004Z Compiling yasna v0.5.2
24592024-04-25T19:28:28.004Z Compiling crossterm v0.27.0
24602024-04-25T19:28:28.004Z Compiling crossbeam-epoch v0.9.18
24612024-04-25T19:28:28.004Z Compiling cipher v0.4.4
24622024-04-25T19:28:28.004Z Compiling toml v0.7.8
24632024-04-25T19:28:28.004Z Compiling bit-set v0.5.3
24642024-04-25T19:28:28.004Z Compiling usdt v0.3.5
24652024-04-25T19:28:28.004Z Compiling bstr v1.9.0
24662024-04-25T19:28:28.005Z Compiling pkcs1 v0.7.5
24672024-04-25T19:28:28.005Z Compiling tokio-stream v0.1.15
24682024-04-25T19:28:28.005Z Compiling is-terminal v0.4.9
24692024-04-25T19:28:28.005Z Compiling openapiv3 v2.0.0
24702024-04-25T19:28:28.005Z Compiling hex v0.4.3
24712024-04-25T19:28:28.005Z Compiling signature v2.1.0
24722024-04-25T19:28:29.568Z Compiling hashbrown v0.12.3
24732024-04-25T19:28:30.248Z Compiling bitfield v0.14.0
24742024-04-25T19:28:30.449Z Compiling base64 v0.22.0
24752024-04-25T19:28:30.740Z Compiling lalrpop-util v0.19.12
24762024-04-25T19:28:31.403Z Compiling termcolor v1.2.0
24772024-04-25T19:28:31.899Z Compiling peg-runtime v0.8.2
24782024-04-25T19:28:32.423Z Compiling env_logger v0.10.0
24792024-04-25T19:28:35.585Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24802024-04-25T19:28:37.695Z Compiling rsa v0.9.2
24812024-04-25T19:28:43.946Z Compiling serde-hex v0.1.0
24822024-04-25T19:28:47.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24832024-04-25T19:28:51.873Z Compiling ron v0.8.1
24842024-04-25T19:28:54.148Z Compiling x509-cert v0.2.4
24852024-04-25T19:28:54.548Z Compiling hashbrown v0.13.2
24862024-04-25T19:28:57.687Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872024-04-25T19:29:05.422Z Compiling crc-any v2.4.3
24882024-04-25T19:29:06.149Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24892024-04-25T19:29:24.979Z Compiling object v0.30.4
24902024-04-25T19:29:26.253Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24912024-04-25T19:29:39.645Z Compiling path-slash v0.1.5
24922024-04-25T19:29:39.859Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24932024-04-25T19:29:59.106Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24942024-04-25T19:29:59.890Z Finished release [optimized] target(s) in 3m 46s
24952024-04-25T19:29:59.968Z
24962024-04-25T19:29:59.968Zreal 3:46.323870208
24972024-04-25T19:29:59.968Zuser 24:58.010942844
24982024-04-25T19:29:59.968Zsys 3:09.807815363
24992024-04-25T19:29:59.968Ztrap 0.760436958
25002024-04-25T19:29:59.972Ztflt 1.748176140
25012024-04-25T19:29:59.972Zdflt 0.380120011
25022024-04-25T19:29:59.972Zkflt 0.006236702
25032024-04-25T19:29:59.972Zlock 56:45.029822718
25042024-04-25T19:29:59.972Zslp 1:14:06.554705541
25052024-04-25T19:29:59.972Zlat 1:28.544694489
25062024-04-25T19:29:59.972Zstop 1:26.487696461
25072024-04-25T19:29:59.972Z+ ptime -m gzip
25082024-04-25T19:30:00.236Z
25092024-04-25T19:30:00.252Zreal 0.263169286
25102024-04-25T19:30:00.252Zuser 0.260714482
25112024-04-25T19:30:00.252Zsys 0.001928704
25122024-04-25T19:30:00.252Ztrap 0.000019038
25132024-04-25T19:30:00.253Ztflt 0.000000000
25142024-04-25T19:30:00.253Zdflt 0.000000000
25152024-04-25T19:30:00.253Zkflt 0.000000000
25162024-04-25T19:30:00.253Zlock 0.000000000
25172024-04-25T19:30:00.253Zslp 0.000000000
25182024-04-25T19:30:00.253Zlat 0.000094809
25192024-04-25T19:30:00.253Zstop 0.000184728
25202024-04-25T19:30:00.254Z+ banner tufaceous
25212024-04-25T19:30:00.254Z
25222024-04-25T19:30:00.254Z ##### # # ###### ## #### ###### #### # # ####
25232024-04-25T19:30:00.254Z # # # # # # # # # # # # # #
25242024-04-25T19:30:00.254Z # # # ##### # # # ##### # # # # ####
25252024-04-25T19:30:00.255Z # # # # ###### # # # # # # #
25262024-04-25T19:30:00.255Z # # # # # # # # # # # # # # #
25272024-04-25T19:30:00.255Z # #### # # # #### ###### #### #### ####
25282024-04-25T19:30:00.256Z
25292024-04-25T19:30:00.256Z+ ptime -m cargo build --locked -p tufaceous --release
25302024-04-25T19:30:01.156Z Downloading crates ...
25312024-04-25T19:30:01.162Z Downloaded parse-size v1.0.0
25322024-04-25T19:30:01.162Z Downloaded async-recursion v1.1.0
25332024-04-25T19:30:01.162Z Downloaded serde_plain v1.0.2
25342024-04-25T19:30:01.162Z Downloaded globset v0.4.13
25352024-04-25T19:30:01.162Z Downloaded olpc-cjson v0.1.3
25362024-04-25T19:30:01.162Z Downloaded fs-err v2.11.0
25372024-04-25T19:30:01.162Z Downloaded snafu-derive v0.8.2
25382024-04-25T19:30:01.163Z Downloaded pin-project-internal v1.1.3
25392024-04-25T19:30:01.163Z Downloaded typed-path v0.7.0
25402024-04-25T19:30:01.163Z Downloaded tough v0.17.1
25412024-04-25T19:30:01.163Z Downloaded snafu v0.8.2
25422024-04-25T19:30:01.163Z Downloaded pin-project v1.1.3
25432024-04-25T19:30:01.163Z Downloaded buf-list v1.0.3
25442024-04-25T19:30:01.164Z Compiling serde_tokenstream v0.2.0
25452024-04-25T19:30:01.164Z Compiling regress v0.9.1
25462024-04-25T19:30:01.164Z Compiling dirs-sys-next v0.1.2
25472024-04-25T19:30:01.164Z Compiling strsim v0.10.0
25482024-04-25T19:30:01.164Z Compiling ident_case v1.0.1
25492024-04-25T19:30:01.164Z Compiling rustls-pki-types v1.3.0
25502024-04-25T19:30:01.164Z Compiling heck v0.4.1
25512024-04-25T19:30:01.292Z Compiling getopts v0.2.21
25522024-04-25T19:30:01.580Z Compiling darling_core v0.20.8
25532024-04-25T19:30:01.754Z Compiling dirs-next v2.0.0
25542024-04-25T19:30:02.004Z Compiling thread_local v1.1.7
25552024-04-25T19:30:02.032Z Compiling unsafe-libyaml v0.2.10
25562024-04-25T19:30:02.289Z Compiling camino v1.1.6
25572024-04-25T19:30:02.363Z Compiling rustls v0.22.4
25582024-04-25T19:30:02.453Z Compiling slog-async v2.8.0
25592024-04-25T19:30:02.649Z Compiling paste v1.0.14
25602024-04-25T19:30:02.877Z Compiling term v0.7.0
25612024-04-25T19:30:02.889Z Compiling rustls-webpki v0.102.1
25622024-04-25T19:30:03.176Z Compiling crossbeam-channel v0.5.8
25632024-04-25T19:30:03.778Z Compiling serde_yaml v0.9.25
25642024-04-25T19:30:04.826Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25652024-04-25T19:30:05.724Z Compiling structmeta-derive v0.3.0
25662024-04-25T19:30:07.234Z Compiling multer v3.0.0
25672024-04-25T19:30:07.950Z Compiling take_mut v0.2.2
25682024-04-25T19:30:07.969Z Compiling match_cfg v0.1.0
25692024-04-25T19:30:07.969Z Compiling hostname v0.3.1
25702024-04-25T19:30:07.969Z Compiling darling_macro v0.20.8
25712024-04-25T19:30:07.969Z Compiling slog-term v2.9.1
25722024-04-25T19:30:08.355Z Compiling structmeta v0.3.0
25732024-04-25T19:30:08.656Z Compiling darling v0.20.8
25742024-04-25T19:30:09.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25752024-04-25T19:30:09.847Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25762024-04-25T19:30:10.068Z Compiling slog-json v2.6.1
25772024-04-25T19:30:10.528Z Compiling http v1.0.0
25782024-04-25T19:30:10.576Z Compiling pin-project-internal v1.1.3
25792024-04-25T19:30:10.789Z Compiling async-stream-impl v0.3.5
25802024-04-25T19:30:10.843Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25812024-04-25T19:30:11.206Z Compiling atomic-waker v1.1.1
25822024-04-25T19:30:11.393Z Compiling fastrand v2.0.1
25832024-04-25T19:30:11.816Z Compiling waitgroup v0.1.2
25842024-04-25T19:30:11.823Z Compiling slog-bunyan v2.5.0
25852024-04-25T19:30:11.953Z Compiling tempfile v3.10.1
25862024-04-25T19:30:12.485Z Compiling async-stream v0.3.5
25872024-04-25T19:30:12.493Z Compiling tokio-rustls v0.25.0
25882024-04-25T19:30:12.846Z Compiling serde_with_macros v3.7.0
25892024-04-25T19:30:13.406Z Compiling pin-project v1.1.3
25902024-04-25T19:30:13.531Z Compiling parse-display-derive v0.9.0
25912024-04-25T19:30:13.848Z Compiling toml v0.8.12
25922024-04-25T19:30:15.096Z Compiling rustls-pemfile v2.1.2
25932024-04-25T19:30:15.250Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25942024-04-25T19:30:15.646Z Compiling sha1 v0.10.6
25952024-04-25T19:30:15.791Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25962024-04-25T19:30:15.858Z Compiling strum_macros v0.26.1
25972024-04-25T19:30:16.559Z Compiling newtype-uuid v1.1.0
25982024-04-25T19:30:16.878Z Compiling snafu-derive v0.8.2
25992024-04-25T19:30:17.285Z Compiling serde_path_to_error v0.1.16
26002024-04-25T19:30:17.411Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26012024-04-25T19:30:18.152Z Compiling instant v0.1.12
26022024-04-25T19:30:18.333Z Compiling fs-err v2.11.0
26032024-04-25T19:30:18.342Z Compiling debug-ignore v1.0.5
26042024-04-25T19:30:18.807Z Compiling arc-swap v1.6.0
26052024-04-25T19:30:18.807Z Compiling buf-list v1.0.3
26062024-04-25T19:30:19.208Z Compiling same-file v1.0.6
26072024-04-25T19:30:19.715Z Compiling slog-scope v4.4.0
26082024-04-25T19:30:19.730Z Compiling walkdir v2.5.0
26092024-04-25T19:30:20.047Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26102024-04-25T19:30:20.185Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26112024-04-25T19:30:20.403Z Compiling strum v0.26.2
26122024-04-25T19:30:20.913Z Compiling backoff v0.4.0
26132024-04-25T19:30:21.290Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26142024-04-25T19:30:21.490Z Compiling parse-display v0.9.0
26152024-04-25T19:30:21.526Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26162024-04-25T19:30:21.813Z Compiling snafu v0.8.2
26172024-04-25T19:30:22.010Z Compiling serde_with v3.7.0
26182024-04-25T19:30:23.122Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26192024-04-25T19:30:23.553Z Compiling globset v0.4.13
26202024-04-25T19:30:23.898Z Compiling pem v3.0.4
26212024-04-25T19:30:25.412Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222024-04-25T19:30:25.592Z Compiling olpc-cjson v0.1.3
26232024-04-25T19:30:25.908Z Compiling serde_plain v1.0.2
26242024-04-25T19:30:26.434Z Compiling macaddr v1.0.1
26252024-04-25T19:30:26.481Z Compiling async-recursion v1.1.0
26262024-04-25T19:30:26.956Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26272024-04-25T19:30:27.086Z Compiling xattr v1.0.1
26282024-04-25T19:30:27.384Z Compiling filetime v0.2.23
26292024-04-25T19:30:27.723Z Compiling typed-path v0.7.0
26302024-04-25T19:30:27.991Z Compiling tar v0.4.40
26312024-04-25T19:30:31.895Z Compiling tough v0.17.1
26322024-04-25T19:30:34.599Z Compiling slog-stdlog v4.1.1
26332024-04-25T19:30:35.535Z Compiling camino-tempfile v1.1.1
26342024-04-25T19:30:35.550Z Compiling itertools v0.12.1
26352024-04-25T19:30:36.369Z Compiling parse-size v1.0.0
26362024-04-25T19:30:36.661Z Compiling slog-envlogger v2.2.0
26372024-04-25T19:30:39.068Z Compiling humantime v2.1.0
26382024-04-25T19:30:42.287Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26392024-04-25T19:30:42.518Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26402024-04-25T19:30:47.410Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26412024-04-25T19:30:55.471Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26422024-04-25T19:30:57.361Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26432024-04-25T19:31:16.808Z Finished release [optimized] target(s) in 1m 16s
26442024-04-25T19:31:16.892Z
26452024-04-25T19:31:17.029Zreal 1:16.623690050
26462024-04-25T19:31:17.029Zuser 8:26.477427293
26472024-04-25T19:31:17.029Zsys 41.812261974
26482024-04-25T19:31:17.029Ztrap 0.225375272
26492024-04-25T19:31:17.029Ztflt 0.363808690
26502024-04-25T19:31:17.029Zdflt 0.329587492
26512024-04-25T19:31:17.029Zkflt 0.000385372
26522024-04-25T19:31:17.029Zlock 17:06.564020708
26532024-04-25T19:31:17.029Zslp 18:45.091641185
26542024-04-25T19:31:17.029Zlat 20.736584640
26552024-04-25T19:31:17.029Zstop 15.782737994
26562024-04-25T19:31:17.029Z+ ptime -m gzip
26572024-04-25T19:31:18.179Z
26582024-04-25T19:31:18.212Zreal 1.274810082
26592024-04-25T19:31:18.212Zuser 1.267910273
26602024-04-25T19:31:18.212Zsys 0.005845304
26612024-04-25T19:31:18.212Ztrap 0.000161731
26622024-04-25T19:31:18.212Ztflt 0.000000000
26632024-04-25T19:31:18.212Zdflt 0.000000000
26642024-04-25T19:31:18.213Zkflt 0.000000000
26652024-04-25T19:31:18.213Zlock 0.000000000
26662024-04-25T19:31:18.213Zslp 0.000000000
26672024-04-25T19:31:18.213Zlat 0.000482543
26682024-04-25T19:31:18.213Zstop 0.000176398
26692024-04-25T19:31:18.213Z+ banner permission-slip
26702024-04-25T19:31:18.213Z
26712024-04-25T19:31:18.213Z ##### ###### ##### # # # #### #### # #### # #
26722024-04-25T19:31:18.213Z # # # # # ## ## # # # # # # ## #
26732024-04-25T19:31:18.213Z # # ##### # # # ## # # #### #### # # # # # #
26742024-04-25T19:31:18.213Z ##### # ##### # # # # # # # # # # #
26752024-04-25T19:31:18.214Z # # # # # # # # # # # # # # # ##
26762024-04-25T19:31:18.214Z # ###### # # # # # #### #### # #### # #
26772024-04-25T19:31:18.214Z
26782024-04-25T19:31:18.214Z+ source ./tools/permslip_commit
26792024-04-25T19:31:18.214Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26802024-04-25T19:31:18.214Z+ git init /work/permission-slip-build
26812024-04-25T19:31:18.214Zhint: Using 'master' as the name for the initial branch. This default branch name
26822024-04-25T19:31:18.214Zhint: is subject to change. To configure the initial branch name to use in all
26832024-04-25T19:31:18.214Zhint: of your new repositories, which will suppress this warning, call:
26842024-04-25T19:31:18.214Zhint:
26852024-04-25T19:31:18.214Zhint: git config --global init.defaultBranch <name>
26862024-04-25T19:31:18.215Zhint:
26872024-04-25T19:31:18.215Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26882024-04-25T19:31:18.215Zhint: 'development'. The just-created branch can be renamed via this command:
26892024-04-25T19:31:18.215Zhint:
26902024-04-25T19:31:18.215Zhint: git branch -m <name>
26912024-04-25T19:31:18.215ZInitialized empty Git repository in /work/permission-slip-build/.git/
26922024-04-25T19:31:18.215Z+ pushd /work/permission-slip-build
26932024-04-25T19:31:18.215Z/work/permission-slip-build /work/oxidecomputer/omicron
26942024-04-25T19:31:18.215Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26952024-04-25T19:31:18.215Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26962024-04-25T19:31:18.842ZFrom https://github.com/oxidecomputer/permission-slip
26972024-04-25T19:31:18.842Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26982024-04-25T19:31:18.852Z
26992024-04-25T19:31:18.853Zreal 0.659781735
27002024-04-25T19:31:18.853Zuser 0.060649897
27012024-04-25T19:31:18.854Zsys 0.024729036
27022024-04-25T19:31:18.854Ztrap 0.000065439
27032024-04-25T19:31:18.854Ztflt 0.000011278
27042024-04-25T19:31:18.854Zdflt 0.000012638
27052024-04-25T19:31:18.855Zkflt 0.000000000
27062024-04-25T19:31:18.855Zlock 0.000030596
27072024-04-25T19:31:18.855Zslp 1.925446154
27082024-04-25T19:31:18.855Zlat 0.002007468
27092024-04-25T19:31:18.856Zstop 0.000781601
27102024-04-25T19:31:18.856Z+ git checkout FETCH_HEAD
27112024-04-25T19:31:18.861ZNote: switching to 'FETCH_HEAD'.
27122024-04-25T19:31:18.862Z
27132024-04-25T19:31:18.862ZYou are in 'detached HEAD' state. You can look around, make experimental
27142024-04-25T19:31:18.863Zchanges and commit them, and you can discard any commits you make in this
27152024-04-25T19:31:18.863Zstate without impacting any branches by switching back to a branch.
27162024-04-25T19:31:18.864Z
27172024-04-25T19:31:18.864ZIf you want to create a new branch to retain commits you create, you may
27182024-04-25T19:31:18.864Zdo so (now or later) by using -c with the switch command. Example:
27192024-04-25T19:31:18.865Z
27202024-04-25T19:31:18.865Z git switch -c <new-branch-name>
27212024-04-25T19:31:18.865Z
27222024-04-25T19:31:18.865ZOr undo this operation with:
27232024-04-25T19:31:18.866Z
27242024-04-25T19:31:18.866Z git switch -
27252024-04-25T19:31:18.866Z
27262024-04-25T19:31:18.866ZTurn off this advice by setting config variable advice.detachedHead to false
27272024-04-25T19:31:18.867Z
27282024-04-25T19:31:18.867ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27292024-04-25T19:31:18.868Z+ ptime -m cargo build --locked -p permission-slip-client --release
27302024-04-25T19:31:18.875Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27312024-04-25T19:31:19.048Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27322024-04-25T19:31:19.048Zinfo: downloading component 'cargo'
27332024-04-25T19:31:19.981Zinfo: downloading component 'clippy'
27342024-04-25T19:31:20.271Zinfo: downloading component 'rust-docs'
27352024-04-25T19:31:21.413Zinfo: downloading component 'rust-std'
27362024-04-25T19:31:23.129Zinfo: downloading component 'rustc'
27372024-04-25T19:31:28.038Zinfo: downloading component 'rustfmt'
27382024-04-25T19:31:28.305Zinfo: installing component 'cargo'
27392024-04-25T19:31:29.197Zinfo: installing component 'clippy'
27402024-04-25T19:31:29.616Zinfo: installing component 'rust-docs'
27412024-04-25T19:31:31.026Zinfo: installing component 'rust-std'
27422024-04-25T19:31:32.706Zinfo: installing component 'rustc'
27432024-04-25T19:31:36.825Zinfo: installing component 'rustfmt'
27442024-04-25T19:31:37.370Z Updating crates.io index
27452024-04-25T19:31:37.568Z Updating git repository `https://github.com/oxidecomputer/sshauth`
27462024-04-25T19:31:38.290ZFrom https://github.com/oxidecomputer/sshauth
27472024-04-25T19:31:38.290Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
27482024-04-25T19:31:38.307Z * [new branch] main -> origin/main
27492024-04-25T19:31:38.307Z * [new branch] paranoia -> origin/paranoia
27502024-04-25T19:31:38.307Z * [new branch] readme -> origin/readme
27512024-04-25T19:31:38.307Z * [new ref] -> origin/HEAD
27522024-04-25T19:31:38.797Z Downloading crates ...
27532024-04-25T19:31:38.906Z Downloaded anstyle-parse v0.2.3
27542024-04-25T19:31:38.910Z Downloaded anstyle-query v1.0.2
27552024-04-25T19:31:38.913Z Downloaded anstream v0.6.13
27562024-04-25T19:31:38.919Z Downloaded block-buffer v0.9.0
27572024-04-25T19:31:38.923Z Downloaded ahash v0.8.11
27582024-04-25T19:31:38.926Z Downloaded anyhow v1.0.81
27592024-04-25T19:31:38.931Z Downloaded autocfg v1.2.0
27602024-04-25T19:31:38.943Z Downloaded bitflags v2.5.0
27612024-04-25T19:31:38.956Z Downloaded blake3 v1.5.1
27622024-04-25T19:31:38.963Z Downloaded http-body v0.4.6
27632024-04-25T19:31:38.966Z Downloaded crypto-bigint v0.5.5
27642024-04-25T19:31:38.969Z Downloaded cc v1.0.90
27652024-04-25T19:31:38.973Z Downloaded bincode v1.3.3
27662024-04-25T19:31:38.973Z Downloaded flagset v0.4.5
27672024-04-25T19:31:38.976Z Downloaded digest v0.9.0
27682024-04-25T19:31:38.982Z Downloaded is-terminal v0.4.12
27692024-04-25T19:31:38.995Z Downloaded try-lock v0.2.5
27702024-04-25T19:31:39.002Z Downloaded opaque-debug v0.3.1
27712024-04-25T19:31:39.016Z Downloaded typify-macro v0.0.16
27722024-04-25T19:31:39.016Z Downloaded itoa v1.0.11
27732024-04-25T19:31:39.024Z Downloaded termcolor v1.4.1
27742024-04-25T19:31:39.024Z Downloaded pkg-config v0.3.30
27752024-04-25T19:31:39.030Z Downloaded ed25519 v2.2.3
27762024-04-25T19:31:39.030Z Downloaded curve25519-dalek-derive v0.1.1
27772024-04-25T19:31:39.037Z Downloaded iana-time-zone v0.1.60
27782024-04-25T19:31:39.047Z Downloaded rustls-pemfile v1.0.4
27792024-04-25T19:31:39.047Z Downloaded ed25519 v1.5.3
27802024-04-25T19:31:39.053Z Downloaded sha2 v0.9.9
27812024-04-25T19:31:39.053Z Downloaded clap-num v1.1.1
27822024-04-25T19:31:39.053Z Downloaded signature v2.2.0
27832024-04-25T19:31:39.060Z Downloaded tls_codec v0.4.1
27842024-04-25T19:31:39.060Z Downloaded typify v0.0.16
27852024-04-25T19:31:39.060Z Downloaded ssh-cipher v0.2.0
27862024-04-25T19:31:39.060Z Downloaded tls_codec_derive v0.4.1
27872024-04-25T19:31:39.071Z Downloaded quote v1.0.35
27882024-04-25T19:31:39.071Z Downloaded parking_lot_core v0.9.9
27892024-04-25T19:31:39.071Z Downloaded xdg v2.5.2
27902024-04-25T19:31:39.071Z Downloaded env_logger v0.10.2
27912024-04-25T19:31:39.090Z Downloaded spki v0.7.3
27922024-04-25T19:31:39.090Z Downloaded chrono v0.4.37
27932024-04-25T19:31:39.090Z Downloaded smallvec v1.13.2
27942024-04-25T19:31:39.111Z Downloaded ed25519-dalek v1.0.1
27952024-04-25T19:31:39.111Z Downloaded lock_api v0.4.11
27962024-04-25T19:31:39.111Z Downloaded platforms v3.4.0
27972024-04-25T19:31:39.112Z Downloaded sct v0.7.1
27982024-04-25T19:31:39.112Z Downloaded signature v1.6.4
27992024-04-25T19:31:39.112Z Downloaded ssh-encoding v0.2.0
28002024-04-25T19:31:39.112Z Downloaded proc-macro2 v1.0.79
28012024-04-25T19:31:39.112Z Downloaded ryu v1.0.17
28022024-04-25T19:31:39.125Z Downloaded crc-any v2.4.4
28032024-04-25T19:31:39.125Z Downloaded typenum v1.17.0
28042024-04-25T19:31:39.133Z Downloaded serde_derive v1.0.197
28052024-04-25T19:31:39.142Z Downloaded ed25519-dalek v2.1.1
28062024-04-25T19:31:39.152Z Downloaded openssl-sys v0.9.101
28072024-04-25T19:31:39.152Z Downloaded aho-corasick v1.1.3
28082024-04-25T19:31:39.169Z Downloaded oauth2 v4.4.2
28092024-04-25T19:31:39.169Z Downloaded heapless v0.7.17
28102024-04-25T19:31:39.170Z Downloaded unsafe-libyaml v0.2.11
28112024-04-25T19:31:39.170Z Downloaded serde v1.0.197
28122024-04-25T19:31:39.180Z Downloaded rsa v0.9.6
28132024-04-25T19:31:39.180Z Downloaded serde_yaml v0.9.34+deprecated
28142024-04-25T19:31:39.201Z Downloaded libm v0.2.8
28152024-04-25T19:31:39.209Z Downloaded x509-cert v0.2.5
28162024-04-25T19:31:39.223Z Downloaded unicode-normalization v0.1.23
28172024-04-25T19:31:39.234Z Downloaded ssh-key v0.6.5
28182024-04-25T19:31:39.245Z Downloaded serde_json v1.0.115
28192024-04-25T19:31:39.271Z Downloaded h2 v0.3.25
28202024-04-25T19:31:39.275Z Downloaded reqwest v0.11.27
28212024-04-25T19:31:39.295Z Downloaded p384 v0.13.0
28222024-04-25T19:31:39.316Z Downloaded webpki-roots v0.25.4
28232024-04-25T19:31:39.319Z Downloaded regress v0.8.0
28242024-04-25T19:31:39.334Z Downloaded syn v2.0.55
28252024-04-25T19:31:39.343Z Downloaded rustls v0.21.10
28262024-04-25T19:31:39.353Z Downloaded rustix v0.38.32
28272024-04-25T19:31:39.375Z Downloaded regex-syntax v0.8.3
28282024-04-25T19:31:39.394Z Downloaded typify-impl v0.0.16
28292024-04-25T19:31:39.410Z Downloaded curve25519-dalek v3.2.0
28302024-04-25T19:31:39.417Z Downloaded regex-automata v0.4.6
28312024-04-25T19:31:39.433Z Downloaded tokio v1.36.0
28322024-04-25T19:31:39.599Z Compiling proc-macro2 v1.0.79
28332024-04-25T19:31:39.599Z Compiling unicode-ident v1.0.12
28342024-04-25T19:31:39.610Z Compiling version_check v0.9.4
28352024-04-25T19:31:39.610Z Compiling libc v0.2.153
28362024-04-25T19:31:39.610Z Compiling cfg-if v1.0.0
28372024-04-25T19:31:39.610Z Compiling autocfg v1.2.0
28382024-04-25T19:31:39.610Z Compiling typenum v1.17.0
28392024-04-25T19:31:39.621Z Compiling serde v1.0.197
28402024-04-25T19:31:39.713Z Compiling subtle v2.5.0
28412024-04-25T19:31:39.791Z Compiling cc v1.0.90
28422024-04-25T19:31:40.039Z Compiling const-oid v0.9.6
28432024-04-25T19:31:40.239Z Compiling generic-array v0.14.7
28442024-04-25T19:31:40.264Z Compiling ahash v0.8.11
28452024-04-25T19:31:40.359Z Compiling lock_api v0.4.11
28462024-04-25T19:31:40.671Z Compiling once_cell v1.19.0
28472024-04-25T19:31:40.676Z Compiling scopeguard v1.2.0
28482024-04-25T19:31:40.813Z Compiling serde_json v1.0.115
28492024-04-25T19:31:41.130Z Compiling quote v1.0.35
28502024-04-25T19:31:41.221Z Compiling syn v1.0.109
28512024-04-25T19:31:41.381Z Compiling smallvec v1.13.2
28522024-04-25T19:31:41.749Z Compiling syn v2.0.55
28532024-04-25T19:31:41.760Z Compiling getrandom v0.2.12
28542024-04-25T19:31:41.866Z Compiling itoa v1.0.11
28552024-04-25T19:31:42.094Z Compiling rand_core v0.6.4
28562024-04-25T19:31:42.187Z Compiling base64ct v1.6.0
28572024-04-25T19:31:42.254Z Compiling zerocopy v0.7.32
28582024-04-25T19:31:42.568Z Compiling bytes v1.6.0
28592024-04-25T19:31:42.571Z Compiling parking_lot_core v0.9.9
28602024-04-25T19:31:42.836Z Compiling pem-rfc7468 v0.7.0
28612024-04-25T19:31:42.970Z Compiling pin-project-lite v0.2.13
28622024-04-25T19:31:43.047Z Compiling libm v0.2.8
28632024-04-25T19:31:43.060Z Compiling memchr v2.7.1
28642024-04-25T19:31:43.127Z Compiling num-traits v0.2.18
28652024-04-25T19:31:43.493Z Compiling allocator-api2 v0.2.16
28662024-04-25T19:31:43.531Z Compiling log v0.4.21
28672024-04-25T19:31:43.705Z Compiling thiserror v1.0.58
28682024-04-25T19:31:44.475Z Compiling hashbrown v0.14.3
28692024-04-25T19:31:44.830Z Compiling bitflags v2.5.0
28702024-04-25T19:31:45.183Z Compiling flagset v0.4.5
28712024-04-25T19:31:45.661Z Compiling parking_lot v0.12.1
28722024-04-25T19:31:46.159Z Compiling socket2 v0.5.6
28732024-04-25T19:31:46.718Z Compiling num_cpus v1.16.0
28742024-04-25T19:31:46.829Z Compiling mio v0.8.11
28752024-04-25T19:31:46.860Z Compiling signal-hook-registry v1.4.1
28762024-04-25T19:31:47.296Z Compiling spin v0.9.8
28772024-04-25T19:31:47.707Z Compiling vcpkg v0.2.15
28782024-04-25T19:31:48.337Z Compiling schemars v0.8.16
28792024-04-25T19:31:48.375Z Compiling pkg-config v0.3.30
28802024-04-25T19:31:48.481Z Compiling semver v1.0.22
28812024-04-25T19:31:49.185Z Compiling cpufeatures v0.2.12
28822024-04-25T19:31:49.200Z Compiling serde_derive_internals v0.26.0
28832024-04-25T19:31:49.200Z Compiling ring v0.17.8
28842024-04-25T19:31:49.479Z Compiling ryu v1.0.17
28852024-04-25T19:31:49.629Z Compiling openssl-sys v0.9.101
28862024-04-25T19:31:50.675Z Compiling slab v0.4.9
28872024-04-25T19:31:51.101Z Compiling equivalent v1.0.1
28882024-04-25T19:31:51.101Z Compiling fnv v1.0.7
28892024-04-25T19:31:51.101Z Compiling futures-core v0.3.30
28902024-04-25T19:31:51.185Z Compiling http v0.2.12
28912024-04-25T19:31:51.217Z Compiling rustc_version v0.4.0
28922024-04-25T19:31:51.312Z Compiling tracing-core v0.1.32
28932024-04-25T19:31:51.649Z Compiling byteorder v1.5.0
28942024-04-25T19:31:51.834Z Compiling untrusted v0.9.0
28952024-04-25T19:31:52.582Z Compiling tracing v0.1.40
28962024-04-25T19:31:52.598Z Compiling ppv-lite86 v0.2.17
28972024-04-25T19:31:52.935Z Compiling dyn-clone v1.0.17
28982024-04-25T19:31:53.150Z Compiling chrono v0.4.37
28992024-04-25T19:31:53.212Z Compiling httparse v1.8.0
29002024-04-25T19:31:53.355Z Compiling futures-sink v0.3.30
29012024-04-25T19:31:53.505Z Compiling pin-utils v0.1.0
29022024-04-25T19:31:53.613Z Compiling uuid v1.8.0
29032024-04-25T19:31:53.714Z Compiling futures-io v0.3.30
29042024-04-25T19:31:53.833Z Compiling schemars_derive v0.8.16
29052024-04-25T19:31:53.872Z Compiling serde_derive v1.0.197
29062024-04-25T19:31:54.354Z Compiling zeroize_derive v1.4.2
29072024-04-25T19:31:54.354Z Compiling der_derive v0.7.2
29082024-04-25T19:31:54.354Z Compiling thiserror-impl v1.0.58
29092024-04-25T19:31:55.243Z Compiling tokio-macros v2.2.0
29102024-04-25T19:31:55.731Z Compiling zeroize v1.7.0
29112024-04-25T19:31:56.525Z Compiling futures-task v0.3.30
29122024-04-25T19:31:56.609Z Compiling der v0.7.8
29132024-04-25T19:31:56.852Z Compiling openssl v0.10.64
29142024-04-25T19:31:56.941Z Compiling tokio v1.36.0
29152024-04-25T19:31:57.088Z Compiling foreign-types-shared v0.1.1
29162024-04-25T19:31:57.193Z Compiling foreign-types v0.3.2
29172024-04-25T19:31:57.298Z Compiling futures-util v0.3.30
29182024-04-25T19:31:57.320Z Compiling openssl-macros v0.1.1
29192024-04-25T19:31:57.358Z Compiling regress v0.8.0
29202024-04-25T19:31:57.773Z Compiling crypto-common v0.1.6
29212024-04-25T19:31:57.773Z Compiling block-buffer v0.10.4
29222024-04-25T19:31:57.951Z Compiling digest v0.10.7
29232024-04-25T19:31:58.386Z Compiling sha2 v0.10.8
29242024-04-25T19:31:59.706Z Compiling spki v0.7.3
29252024-04-25T19:32:00.269Z Compiling pkcs8 v0.10.2
29262024-04-25T19:32:02.156Z Compiling signature v2.2.0
29272024-04-25T19:32:02.423Z Compiling try-lock v0.2.5
29282024-04-25T19:32:02.570Z Compiling tinyvec_macros v0.1.1
29292024-04-25T19:32:02.681Z Compiling rustls v0.21.10
29302024-04-25T19:32:02.833Z Compiling heck v0.4.1
29312024-04-25T19:32:03.528Z Compiling native-tls v0.2.11
29322024-04-25T19:32:03.546Z Compiling tinyvec v1.6.0
29332024-04-25T19:32:03.546Z Compiling want v0.3.1
29342024-04-25T19:32:03.546Z Compiling sct v0.7.1
29352024-04-25T19:32:03.756Z Compiling rustls-webpki v0.101.7
29362024-04-25T19:32:05.246Z Compiling http-body v0.4.6
29372024-04-25T19:32:05.748Z Compiling tokio-util v0.7.10
29382024-04-25T19:32:06.095Z Compiling futures-channel v0.3.30
29392024-04-25T19:32:06.713Z Compiling ff v0.13.0
29402024-04-25T19:32:07.138Z Compiling base16ct v0.2.0
29412024-04-25T19:32:07.579Z Compiling rustix v0.38.32
29422024-04-25T19:32:08.335Z Compiling indexmap v2.2.6
29432024-04-25T19:32:09.470Z Compiling serde_tokenstream v0.2.0
29442024-04-25T19:32:09.470Z Compiling httpdate v1.0.3
29452024-04-25T19:32:09.471Z Compiling percent-encoding v2.3.1
29462024-04-25T19:32:09.471Z Compiling openssl-probe v0.1.5
29472024-04-25T19:32:09.471Z Compiling iana-time-zone v0.1.60
29482024-04-25T19:32:09.472Z Compiling tower-service v0.3.2
29492024-04-25T19:32:10.523Z Compiling getrandom v0.1.16
29502024-04-25T19:32:10.524Z Compiling h2 v0.3.25
29512024-04-25T19:32:10.524Z Compiling form_urlencoded v1.2.1
29522024-04-25T19:32:12.214Z Compiling sec1 v0.7.3
29532024-04-25T19:32:14.244Z Compiling typify-impl v0.0.16
29542024-04-25T19:32:14.330Z Compiling group v0.13.0
29552024-04-25T19:32:15.274Z Compiling unicode-normalization v0.1.23
29562024-04-25T19:32:15.697Z Compiling hyper v0.14.28
29572024-04-25T19:32:16.147Z Compiling crypto-bigint v0.5.5
29582024-04-25T19:32:19.658Z Compiling errno v0.3.8
29592024-04-25T19:32:19.924Z Compiling platforms v3.4.0
29602024-04-25T19:32:20.629Z Compiling radium v0.7.0
29612024-04-25T19:32:20.652Z Compiling unicode-bidi v0.3.15
29622024-04-25T19:32:21.176Z Compiling utf8parse v0.2.1
29632024-04-25T19:32:21.404Z Compiling anstyle-parse v0.2.3
29642024-04-25T19:32:21.782Z Compiling idna v0.5.0
29652024-04-25T19:32:23.502Z Compiling curve25519-dalek v4.1.2
29662024-04-25T19:32:24.159Z Compiling tokio-rustls v0.24.1
29672024-04-25T19:32:24.620Z Compiling elliptic-curve v0.13.8
29682024-04-25T19:32:25.397Z Compiling tokio-native-tls v0.3.1
29692024-04-25T19:32:26.041Z Compiling typify-macro v0.0.16
29702024-04-25T19:32:26.232Z Compiling hmac v0.12.1
29712024-04-25T19:32:26.477Z Compiling rand_chacha v0.3.1
29722024-04-25T19:32:26.697Z Compiling aho-corasick v1.1.3
29732024-04-25T19:32:27.925Z Compiling tap v1.0.1
29742024-04-25T19:32:28.112Z Compiling maybe-uninit v2.0.0
29752024-04-25T19:32:28.147Z Compiling colorchoice v1.0.0
29762024-04-25T19:32:28.316Z Compiling anstyle v1.0.6
29772024-04-25T19:32:28.639Z Compiling anstyle-query v1.0.2
29782024-04-25T19:32:28.865Z Compiling regex-syntax v0.8.3
29792024-04-25T19:32:28.964Z Compiling base64 v0.21.7
29802024-04-25T19:32:29.999Z Compiling rustls-pemfile v1.0.4
29812024-04-25T19:32:30.632Z Compiling anstream v0.6.13
29822024-04-25T19:32:30.916Z Compiling wyz v0.5.1
29832024-04-25T19:32:31.371Z Compiling rand v0.8.5
29842024-04-25T19:32:31.416Z Compiling rfc6979 v0.4.0
29852024-04-25T19:32:31.623Z Compiling rand_core v0.5.1
29862024-04-25T19:32:31.989Z Compiling hyper-tls v0.5.0
29872024-04-25T19:32:32.414Z Compiling terminal_size v0.3.0
29882024-04-25T19:32:32.418Z Compiling hyper-rustls v0.24.2
29892024-04-25T19:32:32.419Z Compiling url v2.5.0
29902024-04-25T19:32:32.508Z Compiling regex-automata v0.4.6
29912024-04-25T19:32:33.104Z Compiling serde_urlencoded v0.7.1
29922024-04-25T19:32:33.553Z Compiling inout v0.1.3
29932024-04-25T19:32:33.770Z Compiling curve25519-dalek-derive v0.1.1
29942024-04-25T19:32:34.280Z Compiling heapless v0.7.17
29952024-04-25T19:32:34.333Z Compiling num-integer v0.1.46
29962024-04-25T19:32:35.468Z Compiling encoding_rs v0.8.33
29972024-04-25T19:32:38.763Z Compiling funty v2.0.0
29982024-04-25T19:32:41.146Z Compiling num-bigint-dig v0.8.4
29992024-04-25T19:32:41.872Z Compiling clap_lex v0.7.0
30002024-04-25T19:32:42.685Z Compiling spin v0.5.2
30012024-04-25T19:32:43.143Z Compiling mime v0.3.17
30022024-04-25T19:32:43.154Z Compiling heck v0.5.0
30032024-04-25T19:32:43.398Z Compiling ipnet v2.9.0
30042024-04-25T19:32:44.437Z Compiling packed_struct v0.10.1
30052024-04-25T19:32:44.943Z Compiling webpki-roots v0.25.4
30062024-04-25T19:32:45.154Z Compiling sync_wrapper v0.1.2
30072024-04-25T19:32:45.280Z Compiling strsim v0.11.0
30082024-04-25T19:32:46.295Z Compiling unicode-width v0.1.11
30092024-04-25T19:32:46.438Z Compiling getopts v0.2.21
30102024-04-25T19:32:47.315Z Compiling clap_builder v4.5.2
30112024-04-25T19:32:47.370Z Compiling reqwest v0.11.27
30122024-04-25T19:32:48.832Z Compiling clap_derive v4.5.4
30132024-04-25T19:32:52.272Z Compiling lazy_static v1.4.0
30142024-04-25T19:32:52.413Z Compiling bitvec v1.0.1
30152024-04-25T19:32:53.402Z Compiling regex v1.10.4
30162024-04-25T19:32:57.466Z Compiling num-iter v0.1.44
30172024-04-25T19:32:57.472Z Compiling cipher v0.4.4
30182024-04-25T19:32:57.798Z Compiling ecdsa v0.16.9
30192024-04-25T19:32:59.247Z Compiling typify v0.0.16
30202024-04-25T19:32:59.390Z Compiling primeorder v0.13.6
30212024-04-25T19:32:59.615Z Compiling openapiv3 v2.0.0
30222024-04-25T19:32:59.953Z Compiling ed25519 v2.2.3
30232024-04-25T19:33:00.340Z Compiling ssh-encoding v0.2.0
30242024-04-25T19:33:01.738Z Compiling digest v0.9.0
30252024-04-25T19:33:02.149Z Compiling packed_struct_codegen v0.10.1
30262024-04-25T19:33:04.587Z Compiling hash32 v0.2.1
30272024-04-25T19:33:04.894Z Compiling slog v2.7.0
30282024-04-25T19:33:04.959Z Compiling unsafe-libyaml v0.2.11
30292024-04-25T19:33:05.132Z Compiling stable_deref_trait v1.2.0
30302024-04-25T19:33:05.234Z Compiling anyhow v1.0.81
30312024-04-25T19:33:05.459Z Compiling nodrop v0.1.14
30322024-04-25T19:33:06.016Z Compiling array-init v0.0.4
30332024-04-25T19:33:06.712Z Compiling serde_yaml v0.9.34+deprecated
30342024-04-25T19:33:09.005Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30352024-04-25T19:33:10.810Z Compiling ssh-cipher v0.2.0
30362024-04-25T19:33:11.117Z Compiling ed25519-dalek v2.1.1
30372024-04-25T19:33:12.032Z Compiling p256 v0.13.2
30382024-04-25T19:33:13.070Z Compiling smallvec v0.6.14
30392024-04-25T19:33:15.884Z Compiling clap v4.5.4
30402024-04-25T19:33:16.145Z Compiling rand_chacha v0.2.2
30412024-04-25T19:33:18.403Z Compiling pkcs1 v0.7.5
30422024-04-25T19:33:18.771Z Compiling block-buffer v0.9.0
30432024-04-25T19:33:18.990Z Compiling zerocopy-derive v0.6.6
30442024-04-25T19:33:21.176Z Compiling blake3 v1.5.1
30452024-04-25T19:33:21.847Z Compiling is-terminal v0.4.12
30462024-04-25T19:33:21.987Z Compiling termcolor v1.4.1
30472024-04-25T19:33:22.270Z Compiling cobs v0.2.3
30482024-04-25T19:33:22.768Z Compiling signature v1.6.4
30492024-04-25T19:33:22.981Z Compiling base64 v0.13.1
30502024-04-25T19:33:23.425Z Compiling opaque-debug v0.3.1
30512024-04-25T19:33:23.539Z Compiling embedded-io v0.4.0
30522024-04-25T19:33:23.777Z Compiling bitfield v0.14.0
30532024-04-25T19:33:23.898Z Compiling postcard v1.0.8
30542024-04-25T19:33:24.068Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30552024-04-25T19:33:24.997Z Compiling sha2 v0.9.9
30562024-04-25T19:33:26.300Z Compiling ed25519 v1.5.3
30572024-04-25T19:33:26.303Z Compiling env_logger v0.10.2
30582024-04-25T19:33:29.180Z Compiling zerocopy v0.6.6
30592024-04-25T19:33:29.643Z Compiling rsa v0.9.6
30602024-04-25T19:33:30.177Z Compiling rand v0.7.3
30612024-04-25T19:33:30.879Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30622024-04-25T19:33:31.614Z Compiling serde-hex v0.1.0
30632024-04-25T19:33:32.977Z Compiling ssh-key v0.6.5
30642024-04-25T19:33:37.373Z Compiling curve25519-dalek v3.2.0
30652024-04-25T19:33:38.868Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30662024-04-25T19:33:40.442Z Compiling bincode v1.3.3
30672024-04-25T19:33:41.661Z Compiling serde_path_to_error v0.1.16
30682024-04-25T19:33:42.716Z Compiling x509-cert v0.2.5
30692024-04-25T19:33:46.664Z Compiling constant_time_eq v0.3.0
30702024-04-25T19:33:46.829Z Compiling arrayref v0.3.7
30712024-04-25T19:33:46.921Z Compiling crc-any v2.4.4
30722024-04-25T19:33:47.042Z Compiling hex v0.4.3
30732024-04-25T19:33:47.713Z Compiling arrayvec v0.7.4
30742024-04-25T19:33:47.881Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30752024-04-25T19:33:50.029Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30762024-04-25T19:33:50.220Z Compiling oauth2 v4.4.2
30772024-04-25T19:33:52.351Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30782024-04-25T19:33:56.540Z Compiling ed25519-dalek v1.0.1
30792024-04-25T19:33:56.575Z Compiling clap-num v1.1.1
30802024-04-25T19:33:56.817Z Compiling xdg v2.5.2
30812024-04-25T19:33:57.191Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30822024-04-25T19:34:35.930Z Finished release [optimized] target(s) in 2m 44s
30832024-04-25T19:34:36.345Z
30842024-04-25T19:34:36.345Zreal 3:02.535681172
30852024-04-25T19:34:36.345Zuser 19:04.203255970
30862024-04-25T19:34:36.345Zsys 1:39.911714504
30872024-04-25T19:34:36.345Ztrap 0.557292462
30882024-04-25T19:34:36.346Ztflt 1.114123608
30892024-04-25T19:34:36.346Zdflt 0.412489596
30902024-04-25T19:34:36.346Zkflt 0.023315759
30912024-04-25T19:34:36.346Zlock 45:24.689879677
30922024-04-25T19:34:36.346Zslp 53:32.888796718
30932024-04-25T19:34:36.346Zlat 54.728882132
30942024-04-25T19:34:36.346Zstop 38.224377851
30952024-04-25T19:34:36.346Z+ ptime -m gzip
30962024-04-25T19:34:36.346Z
30972024-04-25T19:34:36.346Zreal 1.134431655
30982024-04-25T19:34:36.346Zuser 1.123299891
30992024-04-25T19:34:36.346Zsys 0.010560151
31002024-04-25T19:34:36.346Ztrap 0.000067811
31012024-04-25T19:34:36.346Ztflt 0.000000000
31022024-04-25T19:34:36.346Zdflt 0.000000000
31032024-04-25T19:34:36.346Zkflt 0.000000000
31042024-04-25T19:34:36.346Zlock 0.000000000
31052024-04-25T19:34:36.346Zslp 0.000000000
31062024-04-25T19:34:36.346Zlat 0.000093279
31072024-04-25T19:34:36.346Zstop 0.000182898
31082024-04-25T19:34:36.346Zprocess exited: duration 982911 ms, exit code 0
 
31092024-04-25T19:34:37.142Zfound 9 output files
31102024-04-25T19:34:37.142Zuploading: /work/end-to-end-tests/bootstrap-72919e54dd0a1e8f.gz (9683637 bytes)
31112024-04-25T19:34:40.649Zuploaded: /work/end-to-end-tests/bootstrap-72919e54dd0a1e8f.gz
31122024-04-25T19:34:40.649Zuploading: /work/end-to-end-tests/bootstrap.gz (104610441 bytes)
31132024-04-25T19:35:18.915Zuploaded: /work/end-to-end-tests/bootstrap.gz
31142024-04-25T19:35:18.915Zuploading: /work/end-to-end-tests/commtest-07d1782656389f6e.gz (9683052 bytes)
31152024-04-25T19:35:22.416Zuploaded: /work/end-to-end-tests/commtest-07d1782656389f6e.gz
31162024-04-25T19:35:22.416Zuploading: /work/end-to-end-tests/dhcp_server-9e0ac39a731573d2.gz (9682355 bytes)
31172024-04-25T19:35:26.332Zuploaded: /work/end-to-end-tests/dhcp_server-9e0ac39a731573d2.gz
31182024-04-25T19:35:26.332Zuploading: /work/end-to-end-tests/end_to_end_tests-1a59c060357c1b59.gz (106247072 bytes)
31192024-04-25T19:36:15.479Zuploaded: /work/end-to-end-tests/end_to_end_tests-1a59c060357c1b59.gz
31202024-04-25T19:36:15.479Zuploading: /work/caboose-util.gz (2413608 bytes)
31212024-04-25T19:36:17.073Zuploaded: /work/caboose-util.gz
31222024-04-25T19:36:17.074Zuploading: /work/tufaceous.gz (11810368 bytes)
31232024-04-25T19:36:30.183Zuploaded: /work/tufaceous.gz
31242024-04-25T19:36:30.183Zuploading: /work/commtest (470604688 bytes)
31252024-04-25T19:39:39.422Zuploaded: /work/commtest
31262024-04-25T19:39:39.422Zuploading: /work/permslip.gz (10331253 bytes)
31272024-04-25T19:39:43.277Zuploaded: /work/permslip.gz