01HZ6KNYY9QTFG35678MP4KC28: 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: 01HZ6KP82DSPDDR0ZKDB4ZYJPH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-31T05:59:51.112Zjob assigned to worker 01HZ6KP92JGYXP0X6CME6Z3W2D (queued for 35 s)
 
22024-05-31T05:59:51.640Zstarting task 0: "setup"
32024-05-31T05:59:51.666Z++ uname -s
42024-05-31T05:59:51.666Z+ kern=SunOS
52024-05-31T05:59:51.666Z+ case "$kern" in
62024-05-31T05:59:51.666Z+ groupadd -g 12345 build
72024-05-31T05:59:51.666Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-31T05:59:53.671Z+ zfs create -o mountpoint=/work rpool/work
92024-05-31T05:59:53.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-31T05:59:53.742Z+ home_fs=zfs
112024-05-31T05:59:53.742Z+ [[ zfs == autofs ]]
122024-05-31T05:59:53.742Z+ mkdir -p /home/build
132024-05-31T05:59:53.742Z+ chown build:build /home/build /work
142024-05-31T05:59:54.728Z+ chmod 0700 /home/build /work
152024-05-31T05:59:54.756Zprocess exited: duration 3089 ms, exit code 0
 
162024-05-31T05:59:54.807Zstarting task 1: "rust-toolchain"
172024-05-31T05:59:54.836Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-31T05:59:54.836Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-31T05:59:54.950Zinfo: downloading installer
202024-05-31T05:59:55.806Zwarning: it looks like you have an existing installation of Rust at:
212024-05-31T05:59:55.806Zwarning: /opt/ooce/bin
222024-05-31T05:59:55.806Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-31T05:59:55.806Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-31T05:59:55.806Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-31T05:59:55.806Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-31T05:59:55.806Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-31T05:59:55.806Zerror: cannot install while Rust is installed
282024-05-31T05:59:55.806Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-31T05:59:55.849Zinfo: profile set to 'default'
302024-05-31T05:59:55.849Zinfo: default host triple is x86_64-unknown-illumos
312024-05-31T05:59:55.875Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-31T05:59:55.939Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-31T05:59:55.939Zinfo: downloading component 'cargo'
342024-05-31T05:59:56.154Zinfo: downloading component 'clippy'
352024-05-31T05:59:56.236Zinfo: downloading component 'rust-docs'
362024-05-31T05:59:56.535Zinfo: downloading component 'rust-std'
372024-05-31T05:59:57.129Zinfo: downloading component 'rustc'
382024-05-31T05:59:58.851Zinfo: downloading component 'rustfmt'
392024-05-31T05:59:59.006Zinfo: installing component 'cargo'
402024-05-31T06:00:00.156Zinfo: installing component 'clippy'
412024-05-31T06:00:00.594Zinfo: installing component 'rust-docs'
422024-05-31T06:00:02.855Zinfo: installing component 'rust-std'
432024-05-31T06:00:05.195Zinfo: installing component 'rustc'
442024-05-31T06:00:09.776Zinfo: installing component 'rustfmt'
452024-05-31T06:00:10.156Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-31T06:00:10.157Z
472024-05-31T06:00:10.253Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-31T06:00:10.253Z
492024-05-31T06:00:10.253Z
502024-05-31T06:00:10.254ZRust is installed now. Great!
512024-05-31T06:00:10.254Z
522024-05-31T06:00:10.254ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-31T06:00:10.254Zenvironment variable. This has not been done automatically.
542024-05-31T06:00:10.254Z
552024-05-31T06:00:10.254ZTo configure your current shell, you need to source
562024-05-31T06:00:10.254Zthe corresponding env file under $HOME/.cargo.
572024-05-31T06:00:10.254Z
582024-05-31T06:00:10.297ZThis is usually done by running one of the following (note the leading DOT):
592024-05-31T06:00:10.297Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-31T06:00:10.297Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-31T06:00:10.358Z+ rustc --version
622024-05-31T06:00:10.417Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-31T06:00:10.442Zprocess exited: duration 15611 ms, exit code 0
 
642024-05-31T06:00:10.494Zstarting task 2: "authentication"
652024-05-31T06:00:10.556Zprocess exited: duration 59 ms, exit code 0
 
662024-05-31T06:00:10.622Zstarting task 3: "clone repository"
672024-05-31T06:00:10.656Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-31T06:00:10.656Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-31T06:00:10.656ZCloning into '/work/oxidecomputer/omicron'...
702024-05-31T06:00:16.485Z+ cd /work/oxidecomputer/omicron
712024-05-31T06:00:16.485Z+ git fetch origin 73b2265ad42c6e51ad156b4183377018254f8e6c
722024-05-31T06:00:16.905ZFrom https://github.com/oxidecomputer/omicron
732024-05-31T06:00:16.905Z * branch 73b2265ad42c6e51ad156b4183377018254f8e6c -> FETCH_HEAD
742024-05-31T06:00:16.930Z+ [[ -n vlan-ry ]]
752024-05-31T06:00:16.930Z++ git branch --show-current
762024-05-31T06:00:16.931Z+ current=main
772024-05-31T06:00:16.931Z+ [[ main != vlan-ry ]]
782024-05-31T06:00:16.931Z+ git branch -f vlan-ry 73b2265ad42c6e51ad156b4183377018254f8e6c
792024-05-31T06:00:16.931Z+ git checkout -f vlan-ry
802024-05-31T06:00:17.098ZSwitched to branch 'vlan-ry'
812024-05-31T06:00:17.123Z+ git reset --hard 73b2265ad42c6e51ad156b4183377018254f8e6c
822024-05-31T06:00:17.174ZHEAD is now at 73b2265ad add missing database table column
832024-05-31T06:00:17.205Zprocess exited: duration 6554 ms, exit code 0
 
842024-05-31T06:00:17.689Zstarting task 4: "build"
852024-05-31T06:00:17.716Z+ cargo --version
862024-05-31T06:00:17.716Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-31T06:00:17.779Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-31T06:00:17.779Zinfo: downloading component 'cargo'
892024-05-31T06:00:18.037Zinfo: downloading component 'clippy'
902024-05-31T06:00:18.545Zinfo: downloading component 'rust-docs'
912024-05-31T06:00:18.545Zinfo: downloading component 'rust-std'
922024-05-31T06:00:18.695Zinfo: downloading component 'rustc'
932024-05-31T06:00:20.327Zinfo: downloading component 'rustfmt'
942024-05-31T06:00:20.417Zinfo: installing component 'cargo'
952024-05-31T06:00:21.366Zinfo: installing component 'clippy'
962024-05-31T06:00:21.753Zinfo: installing component 'rust-docs'
972024-05-31T06:00:24.116Zinfo: installing component 'rust-std'
982024-05-31T06:00:26.020Zinfo: installing component 'rustc'
992024-05-31T06:00:30.631Zinfo: installing component 'rustfmt'
1002024-05-31T06:00:31.070Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-31T06:00:31.102Z+ rustc --version
1022024-05-31T06:00:31.194Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-31T06:00:31.226Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-31T06:00:36.200Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-31T06:00:38.348Z Startup: Caching catalogs ... Done
1062024-05-31T06:00:40.879ZPlanning: Solver setup ... Done (1.839s)
1072024-05-31T06:00:40.914ZPlanning: Running solver ... Done (0.034s)
1082024-05-31T06:00:40.955ZPlanning: Finding local manifests ... Done (0.002s)
1092024-05-31T06:00:41.024ZPlanning: Fetching manifests: 0/4 0% complete
1102024-05-31T06:00:41.381ZPlanning: Fetching manifests: 4/4 100% complete
1112024-05-31T06:00:41.448ZPlanning: Package planning ... Done (0.064s)
1122024-05-31T06:00:41.519ZPlanning: Merging actions ... Done (0.061s)
1132024-05-31T06:00:41.900ZPlanning: Checking for conflicting actions ... Done (0.389s)
1142024-05-31T06:00:41.926ZPlanning: Consolidating action changes ... Done (0.013s)
1152024-05-31T06:00:42.533ZPlanning: Evaluating mediators ... Done (0.621s)
1162024-05-31T06:00:42.558ZPlanning: Planning completed in 4.13 seconds
1172024-05-31T06:00:42.584Z Packages to install: 4
1182024-05-31T06:00:42.584Z Mediators to change: 2
1192024-05-31T06:00:42.585Z Services to change: 1
1202024-05-31T06:00:42.585Z Estimated space available: 148.35 GB
1212024-05-31T06:00:42.585ZEstimated space to be consumed: 1.45 GB
1222024-05-31T06:00:42.585Z Create boot environment: No
1232024-05-31T06:00:42.585ZCreate backup boot environment: No
1242024-05-31T06:00:42.585Z Rebuild boot archive: No
1252024-05-31T06:00:42.585Z
1262024-05-31T06:00:42.585ZChanged mediators:
1272024-05-31T06:00:42.585Z mediator clang:
1282024-05-31T06:00:42.585Z version: None -> 15 (system default)
1292024-05-31T06:00:42.585Z
1302024-05-31T06:00:42.585Z mediator llvm:
1312024-05-31T06:00:42.585Z version: 14 (system default) -> 15 (system default)
1322024-05-31T06:00:42.585Z
1332024-05-31T06:00:42.585ZChanged packages:
1342024-05-31T06:00:42.585Zhelios-dev
1352024-05-31T06:00:42.585Z developer/build-essential
1362024-05-31T06:00:42.586Z None -> 11-2.0
1372024-05-31T06:00:42.586Z library/libxmlsec1
1382024-05-31T06:00:42.586Z None -> 1.2.35-2.0
1392024-05-31T06:00:42.586Z ooce/developer/clang-15
1402024-05-31T06:00:42.586Z None -> 15.0.7-2.0
1412024-05-31T06:00:42.586Z ooce/developer/llvm-15
1422024-05-31T06:00:42.586Z None -> 15.0.7-2.0
1432024-05-31T06:00:42.586Z
1442024-05-31T06:00:42.586ZServices:
1452024-05-31T06:00:42.586Z restart_fmri:
1462024-05-31T06:00:42.586Z svc:/system/update-man-index:default
1472024-05-31T06:00:42.613Z
1482024-05-31T06:00:42.613ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-05-31T06:00:47.611ZDownload: 1130/3290 items 32.3/212.6MB 15% complete (6.0M/s)
1502024-05-31T06:00:52.609ZDownload: 1432/3290 items 106.8/212.6MB 50% complete (10.7M/s)
1512024-05-31T06:00:59.334ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (9.9M/s)
1522024-05-31T06:01:04.329ZDownload: 2956/3290 items 121.0/212.6MB 56% complete (278k/s)
1532024-05-31T06:01:12.071ZDownload: 3245/3290 items 202.8/212.6MB 95% complete (8.9M/s)
1542024-05-31T06:01:12.969ZDownload: Completed 212.60 MB in 30.34 seconds (7.0M/s)
1552024-05-31T06:01:13.113Z Actions: 1/3689 actions (Installing new actions)
1562024-05-31T06:01:18.207Z Actions: 3159/3689 actions (Installing new actions)
1572024-05-31T06:01:18.663Z Actions: Completed 3689 actions in 5.55 seconds.
1582024-05-31T06:01:18.979Z Done (0.311s)
1592024-05-31T06:01:18.979Z Done (0.000s)
1602024-05-31T06:01:19.361Z Done (0.381s)
1612024-05-31T06:01:24.267Z Done (4.776s)
1622024-05-31T06:01:24.365Z Done (0.018s)
1632024-05-31T06:01:24.391Z Done (0.000s)
1642024-05-31T06:01:24.533Z Done (0.000s)
1652024-05-31T06:01:25.195ZPlanning: Evaluating mediator changes ... Done
1662024-05-31T06:01:25.473ZPlanning: Checking for conflicting actions ... Done
1672024-05-31T06:01:25.508ZPlanning: Consolidating action changes ... Done
1682024-05-31T06:01:25.855ZPlanning: Evaluating mediators ... Done
1692024-05-31T06:01:25.888ZPlanning: Planning completed in 0.65 seconds
1702024-05-31T06:01:25.919Z Mediators to change: 2
1712024-05-31T06:01:25.920Z Create boot environment: No
1722024-05-31T06:01:25.920ZCreate backup boot environment: No
1732024-05-31T06:01:25.953Z Done
1742024-05-31T06:01:25.953Z Done
1752024-05-31T06:01:26.215Z Done
1762024-05-31T06:01:30.395Z Done
1772024-05-31T06:01:30.487Z Done
1782024-05-31T06:01:30.487Z Done
1792024-05-31T06:01:30.973Z Done
1802024-05-31T06:01:31.261ZPlanning: Evaluating mediator changes ... Done
1812024-05-31T06:01:31.287ZPlanning: Merging actions ... Done
1822024-05-31T06:01:31.499ZPlanning: Checking for conflicting actions ... Done
1832024-05-31T06:01:31.524ZPlanning: Consolidating action changes ... Done
1842024-05-31T06:01:31.814ZPlanning: Evaluating mediators ... Done
1852024-05-31T06:01:31.881ZPlanning: Planning completed in 0.90 seconds
1862024-05-31T06:01:31.921Z Packages to change: 1
1872024-05-31T06:01:31.921Z Mediators to change: 1
1882024-05-31T06:01:31.922Z Services to change: 1
1892024-05-31T06:01:31.922Z Create boot environment: No
1902024-05-31T06:01:31.922ZCreate backup boot environment: Yes
1912024-05-31T06:01:33.444Z Actions: 1/6 actions (Updating modified actions)
1922024-05-31T06:01:33.469Z Actions: Completed 6 actions in 0.00 seconds.
1932024-05-31T06:01:33.469Z Done
1942024-05-31T06:01:33.470Z Done
1952024-05-31T06:01:33.522Z Done
1962024-05-31T06:01:37.795Z Done
1972024-05-31T06:01:37.894Z Done
1982024-05-31T06:01:37.919Z Done
1992024-05-31T06:01:37.968Z Done
2002024-05-31T06:01:38.495ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-05-31T06:01:38.495Zclang system 15 system
2022024-05-31T06:01:38.495Zcsh system system illumos
2032024-05-31T06:01:38.495Zctags system system illumos
2042024-05-31T06:01:38.495Zgcc vendor 12 vendor
2052024-05-31T06:01:38.495Zgcc system 10 system
2062024-05-31T06:01:38.495Zgcc system 7 system
2072024-05-31T06:01:38.495Zgo system 1.20 system
2082024-05-31T06:01:38.495Zgo system 1.19 system
2092024-05-31T06:01:38.495Zllvm system 15 system
2102024-05-31T06:01:38.495Zllvm system 14 system
2112024-05-31T06:01:38.495Zmariadb system 10.6 system
2122024-05-31T06:01:38.495Zmta vendor vendor dma
2132024-05-31T06:01:38.495Zopenjdk system 17 system
2142024-05-31T06:01:38.496Zopenjdk system 11 system
2152024-05-31T06:01:38.496Zopenjdk system 1.8 system
2162024-05-31T06:01:38.496Zopenssl vendor 3 vendor
2172024-05-31T06:01:38.496Zperl system 5.36 system
2182024-05-31T06:01:38.496Zpostgresql system 15 system
2192024-05-31T06:01:38.496Zpostgresql system 13 system
2202024-05-31T06:01:38.496Zpython vendor 3 vendor
2212024-05-31T06:01:38.496Zpython system 2 system
2222024-05-31T06:01:38.496Zpython3 system 3.11 system
2232024-05-31T06:01:38.496Zruby system 3.0 system
2242024-05-31T06:01:38.496Zwords vendor vendor american-english
2252024-05-31T06:01:38.496Zwords system system australian-english
2262024-05-31T06:01:38.496Zwords system system british-english
2272024-05-31T06:01:38.496Zwords system system canadian-english
2282024-05-31T06:01:38.496Zwords system system french
2292024-05-31T06:01:38.496Zwords system system italian
2302024-05-31T06:01:38.496Zwords system system ngerman
2312024-05-31T06:01:38.496Zwords system system ogerman
2322024-05-31T06:01:38.496Zwords system system spanish
2332024-05-31T06:01:38.894ZPUBLISHER TYPE STATUS P LOCATION
2342024-05-31T06:01:38.894Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-05-31T06:01:40.636ZFMRI IFO
2362024-05-31T06:01:40.636Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-05-31T06:01:40.636Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-05-31T06:01:40.636Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-05-31T06:01:40.636Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-05-31T06:01:40.636Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-05-31T06:01:40.636Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-05-31T06:01:40.636Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2432024-05-31T06:01:40.636Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-05-31T06:01:40.636Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-05-31T06:01:40.637Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-05-31T06:01:40.637Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-05-31T06:01:40.637Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-05-31T06:01:40.895Z+ set -o errexit
2492024-05-31T06:01:40.921Z+++ dirname ./tools/ci_download_cockroachdb
2502024-05-31T06:01:40.921Z++ cd ./tools
2512024-05-31T06:01:40.921Z++ pwd
2522024-05-31T06:01:40.921Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532024-05-31T06:01:40.921Z++ basename ./tools/ci_download_cockroachdb
2542024-05-31T06:01:40.921Z+ ARG0=ci_download_cockroachdb
2552024-05-31T06:01:40.921Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562024-05-31T06:01:40.921Z+ CIDL_VERSION=v22.1.9
2572024-05-31T06:01:40.921Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582024-05-31T06:01:40.921Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2592024-05-31T06:01:40.922Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2602024-05-31T06:01:40.922Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-05-31T06:01:40.922Z+ TARGET_DIR=out
2622024-05-31T06:01:40.922Z+ DOWNLOAD_DIR=out/downloads
2632024-05-31T06:01:40.922Z+ DEST_DIR=./out/cockroachdb
2642024-05-31T06:01:40.922Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652024-05-31T06:01:40.922Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662024-05-31T06:01:40.922Z+ main
2672024-05-31T06:01:40.922Z+ [[ 0 != 0 ]]
2682024-05-31T06:01:40.922Z+ CIDL_OS=solaris2.11
2692024-05-31T06:01:40.922Z+ [[ 0 != 0 ]]
2702024-05-31T06:01:40.922Z+ configure_os solaris2.11
2712024-05-31T06:01:40.922Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722024-05-31T06:01:40.922Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-05-31T06:01:40.922Z+ case "$1" in
2742024-05-31T06:01:40.922Z+ CIDL_BUILD=illumos
2752024-05-31T06:01:40.922Z+ CIDL_SUFFIX=tar.gz
2762024-05-31T06:01:40.922Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-05-31T06:01:40.922Zcurrent directory: /work/oxidecomputer/omicron
2782024-05-31T06:01:40.922Zconfiguring based on OS: "solaris2.11"
2792024-05-31T06:01:40.922Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-05-31T06:01:40.922Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-05-31T06:01:40.923Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2822024-05-31T06:01:40.923Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2832024-05-31T06:01:40.923Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-31T06:01:40.923Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2852024-05-31T06:01:40.923Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-31T06:01:40.923Z+ CIDL_SHA256FUNC=do_sha256sum
2872024-05-31T06:01:40.923Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-05-31T06:01:40.923Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-05-31T06:01:40.923Z+ mkdir -p out/downloads
2902024-05-31T06:01:40.923ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-31T06:01:40.923ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-31T06:01:40.923Z+ mkdir -p ./out/cockroachdb
2932024-05-31T06:01:40.923Z+ local DO_DOWNLOAD=true
2942024-05-31T06:01:40.923Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-05-31T06:01:40.923Z+ '[' true == true ']'
2962024-05-31T06:01:40.923Z+ echo Downloading...
2972024-05-31T06:01:40.923Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-31T06:01:40.923ZDownloading...
2992024-05-31T06:01:40.923Z+ 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
3002024-05-31T06:01:47.390Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-31T06:01:47.415Z++ sha256sum
3022024-05-31T06:01:47.415Z++ awk '{print $1}'
3032024-05-31T06:01:47.466Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3042024-05-31T06:01:47.466Z+ [[ 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 ]]
3052024-05-31T06:01:47.466Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-31T06:01:47.491Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072024-05-31T06:01:50.469Z+ do_assemble_illumos
3082024-05-31T06:01:50.470Z+ rm -r ./out/cockroachdb
3092024-05-31T06:01:50.495Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102024-05-31T06:01:50.832Z+ ./out/cockroachdb/bin/cockroach version
3112024-05-31T06:01:51.133ZBuild Tag: v22.1.9-dirty
3122024-05-31T06:01:51.133ZBuild Time: 2022/10/26 21:17:46
3132024-05-31T06:01:51.133ZDistribution: OSS
3142024-05-31T06:01:51.133ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152024-05-31T06:01:51.133ZGo Version: go1.17.13
3162024-05-31T06:01:51.133ZC Compiler: gcc 10.3.0
3172024-05-31T06:01:51.133ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182024-05-31T06:01:51.133ZBuild Type: release
3192024-05-31T06:01:51.160Z+ set -o errexit
3202024-05-31T06:01:51.188Z+++ dirname ./tools/ci_download_clickhouse
3212024-05-31T06:01:51.188Z++ cd ./tools
3222024-05-31T06:01:51.188Z++ pwd
3232024-05-31T06:01:51.188Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242024-05-31T06:01:51.188Z++ basename ./tools/ci_download_clickhouse
3252024-05-31T06:01:51.188Z+ ARG0=ci_download_clickhouse
3262024-05-31T06:01:51.188Z+ TARGET_DIR=out
3272024-05-31T06:01:51.188Z+ DOWNLOAD_DIR=out/downloads
3282024-05-31T06:01:51.188Z+ DEST_DIR=./out/clickhouse
3292024-05-31T06:01:51.188Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3302024-05-31T06:01:51.188Z+ CIDL_VERSION=v23.8.7.24
3312024-05-31T06:01:51.188Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322024-05-31T06:01:51.188Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3332024-05-31T06:01:51.188Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3342024-05-31T06:01:51.189Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3352024-05-31T06:01:51.189Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362024-05-31T06:01:51.189Z+ main
3372024-05-31T06:01:51.189Z+ [[ 0 != 0 ]]
3382024-05-31T06:01:51.189Z+ CIDL_OS=solaris2.11
3392024-05-31T06:01:51.189Z+ [[ 0 != 0 ]]
3402024-05-31T06:01:51.189Z+ configure_os solaris2.11
3412024-05-31T06:01:51.189Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422024-05-31T06:01:51.189Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-05-31T06:01:51.189Zcurrent directory: /work/oxidecomputer/omicron
3442024-05-31T06:01:51.189Zconfiguring based on OS: "solaris2.11"
3452024-05-31T06:01:51.189Z+ CIDL_DASHREV=
3462024-05-31T06:01:51.189Z+ case "$1" in
3472024-05-31T06:01:51.189Z+ CIDL_PLATFORM=illumos
3482024-05-31T06:01:51.189Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3492024-05-31T06:01:51.189Z+ CIDL_MD5FUNC=do_md5sum
3502024-05-31T06:01:51.189Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3512024-05-31T06:01:51.189Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-31T06:01:51.189Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-31T06:01:51.189Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-31T06:01:51.189Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-05-31T06:01:51.189ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-31T06:01:51.189Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-31T06:01:51.190Z+ mkdir -p out/downloads
3582024-05-31T06:01:51.190ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-31T06:01:51.190Z+ mkdir -p ./out/clickhouse
3602024-05-31T06:01:51.190Z+ local DO_DOWNLOAD=true
3612024-05-31T06:01:51.190Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3622024-05-31T06:01:51.190Z+ '[' true == true ']'
3632024-05-31T06:01:51.190Z+ echo Downloading...
3642024-05-31T06:01:51.190ZDownloading...
3652024-05-31T06:01:51.190Z+ 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
3662024-05-31T06:01:51.190Z+ 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
3672024-05-31T06:02:04.935Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-31T06:02:04.961Z++ md5sum
3692024-05-31T06:02:04.961Z++ awk '{print $1}'
3702024-05-31T06:02:05.209Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3712024-05-31T06:02:05.209Z+ [[ 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 ]]
3722024-05-31T06:02:05.209Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3732024-05-31T06:02:05.209Z+ mkdir -p ./out/clickhouse
3742024-05-31T06:02:05.235Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3752024-05-31T06:02:10.363Z+ [[ solaris2.11 == darwin* ]]
3762024-05-31T06:02:10.363Z+ ./out/clickhouse/clickhouse server --version
3772024-05-31T06:02:10.520ZClickHouse server version 23.8.7.1.
3782024-05-31T06:02:10.561Z+ set -o errexit
3792024-05-31T06:02:10.587Z+++ dirname ./tools/ci_download_console
3802024-05-31T06:02:10.587Z++ cd ./tools
3812024-05-31T06:02:10.587Z++ pwd
3822024-05-31T06:02:10.587Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832024-05-31T06:02:10.587Z++ basename ./tools/ci_download_console
3842024-05-31T06:02:10.587Z+ ARG0=ci_download_console
3852024-05-31T06:02:10.587Z+ TARGET_DIR=out
3862024-05-31T06:02:10.587Z+ DOWNLOAD_DIR=out/downloads
3872024-05-31T06:02:10.587Z+ DEST_DIR=./out/console-assets
3882024-05-31T06:02:10.587Z+ source /work/oxidecomputer/omicron/tools/console_version
3892024-05-31T06:02:10.587Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3902024-05-31T06:02:10.587Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3912024-05-31T06:02:10.587Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3922024-05-31T06:02:10.587Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932024-05-31T06:02:10.588Z+ main
3942024-05-31T06:02:10.588Z+ [[ 0 != 0 ]]
3952024-05-31T06:02:10.588Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3962024-05-31T06:02:10.588Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-05-31T06:02:10.588Z+ local DO_DOWNLOAD=true
3982024-05-31T06:02:10.588ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3992024-05-31T06:02:10.588ZLocal file: out/downloads/console.tar.gz
4002024-05-31T06:02:10.588Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-05-31T06:02:10.588Z+ mkdir -p out/downloads
4022024-05-31T06:02:10.588Z+ '[' true == true ']'
4032024-05-31T06:02:10.588Z+ echo Downloading...
4042024-05-31T06:02:10.588ZDownloading...
4052024-05-31T06:02:10.588Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4062024-05-31T06:02:10.588Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4072024-05-31T06:02:10.846Z++ do_sha256sum out/downloads/console.tar.gz
4082024-05-31T06:02:10.846Z++ case "$OSTYPE" in
4092024-05-31T06:02:10.846Z++ SHA=sha256sum
4102024-05-31T06:02:10.872Z++ sha256sum
4112024-05-31T06:02:10.872Z++ awk '{print $1}'
4122024-05-31T06:02:10.872Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4132024-05-31T06:02:10.872Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4142024-05-31T06:02:10.872Z+ rm -rf ./out/console-assets
4152024-05-31T06:02:10.872Z+ mkdir -p ./out/console-assets
4162024-05-31T06:02:10.872Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172024-05-31T06:02:10.872Z+ mkdir -p ./out/console-assets
4182024-05-31T06:02:10.872Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192024-05-31T06:02:11.021Z+ set -o errexit
4202024-05-31T06:02:11.046Z+++ dirname ./tools/ci_download_dendrite_openapi
4212024-05-31T06:02:11.047Z++ cd ./tools
4222024-05-31T06:02:11.047Z++ pwd
4232024-05-31T06:02:11.047Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242024-05-31T06:02:11.047Z++ basename ./tools/ci_download_dendrite_openapi
4252024-05-31T06:02:11.047Z+ ARG0=ci_download_dendrite_openapi
4262024-05-31T06:02:11.047Z+ TARGET_DIR=out
4272024-05-31T06:02:11.047Z+ DOWNLOAD_DIR=out/downloads
4282024-05-31T06:02:11.047Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4292024-05-31T06:02:11.047Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4302024-05-31T06:02:11.047Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4312024-05-31T06:02:11.047Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4322024-05-31T06:02:11.047Z+ LOCAL_FILE=out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4332024-05-31T06:02:11.047Z+ main
4342024-05-31T06:02:11.047Z+ [[ 0 != 0 ]]
4352024-05-31T06:02:11.047Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json'
4362024-05-31T06:02:11.047ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4372024-05-31T06:02:11.047ZLocal file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4382024-05-31T06:02:11.047Z+ echo 'Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json'
4392024-05-31T06:02:11.048Z+ local DO_DOWNLOAD=true
4402024-05-31T06:02:11.048Z+ [[ -f out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json ]]
4412024-05-31T06:02:11.048Z+ mkdir -p out/downloads
4422024-05-31T06:02:11.048Z+ '[' true == true ']'
4432024-05-31T06:02:11.048Z+ echo Downloading...
4442024-05-31T06:02:11.048ZDownloading...
4452024-05-31T06:02:11.048Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4462024-05-31T06:02:11.048Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4472024-05-31T06:02:11.328Z++ do_sha256sum out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4482024-05-31T06:02:11.328Z++ case "$OSTYPE" in
4492024-05-31T06:02:11.328Z++ SHA=sha256sum
4502024-05-31T06:02:11.353Z++ sha256sum
4512024-05-31T06:02:11.353Z++ awk '{print $1}'
4522024-05-31T06:02:11.353Z+ calculated_sha2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4532024-05-31T06:02:11.353Z+ [[ a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 != \a\9\3\0\5\b\4\4\a\d\7\0\a\0\0\d\6\9\9\e\f\8\7\2\0\e\a\1\5\4\3\1\6\7\9\e\8\f\c\5\e\5\4\9\2\2\0\c\3\0\e\5\1\0\e\1\d\9\e\8\0\0\3\6 ]]
4542024-05-31T06:02:11.353Z+ set -o errexit
4552024-05-31T06:02:11.353Z+++ dirname ./tools/ci_download_dendrite_stub
4562024-05-31T06:02:11.381Z++ cd ./tools
4572024-05-31T06:02:11.382Z++ pwd
4582024-05-31T06:02:11.382Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4592024-05-31T06:02:11.382Z++ basename ./tools/ci_download_dendrite_stub
4602024-05-31T06:02:11.382Z+ ARG0=ci_download_dendrite_stub
4612024-05-31T06:02:11.382Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4622024-05-31T06:02:11.382Z++ CIDL_SHA256_ILLUMOS=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
4632024-05-31T06:02:11.382Z++ CIDL_SHA256_LINUX_DPD=cbda4b9f4ec4485e803445ec2c9a33d3b3f8cac85d4aded9303a799909ef2c1c
4642024-05-31T06:02:11.382Z++ CIDL_SHA256_LINUX_SWADM=e614de71aa93cfc611cc3228ccb3d48f497413495d10342af38948cea0efbbaa
4652024-05-31T06:02:11.382Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4662024-05-31T06:02:11.382Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4672024-05-31T06:02:11.382Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4682024-05-31T06:02:11.382Z+ TARGET_DIR=out
4692024-05-31T06:02:11.382Z+ DOWNLOAD_DIR=out/downloads
4702024-05-31T06:02:11.382Z+ DEST_DIR=./out/dendrite-stub
4712024-05-31T06:02:11.382Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4722024-05-31T06:02:11.382Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4732024-05-31T06:02:11.382Z+ REPO=oxidecomputer/dendrite
4742024-05-31T06:02:11.382Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5
4752024-05-31T06:02:11.382Z+ main
4762024-05-31T06:02:11.382Z+ [[ 0 != 0 ]]
4772024-05-31T06:02:11.382Z+ CIDL_OS=solaris2.11
4782024-05-31T06:02:11.382Z+ [[ 0 != 0 ]]
4792024-05-31T06:02:11.382Z+ configure_os solaris2.11
4802024-05-31T06:02:11.383Z+ echo 'current directory: /work/oxidecomputer/omicron'
4812024-05-31T06:02:11.383Zcurrent directory: /work/oxidecomputer/omicron
4822024-05-31T06:02:11.383Z+ echo 'configuring based on OS: "solaris2.11"'
4832024-05-31T06:02:11.383Z+ case "$1" in
4842024-05-31T06:02:11.383Zconfiguring based on OS: "solaris2.11"
4852024-05-31T06:02:11.383Z+ SET_BINARIES=
4862024-05-31T06:02:11.383Z+ CIDL_SHA256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
4872024-05-31T06:02:11.383Z+ CIDL_SHA256FUNC=do_sha256sum
4882024-05-31T06:02:11.383Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4892024-05-31T06:02:11.383Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
4902024-05-31T06:02:11.383Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4912024-05-31T06:02:11.383Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz'
4922024-05-31T06:02:11.383ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
4932024-05-31T06:02:11.383Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4942024-05-31T06:02:11.383Z+ mkdir -p out/downloads
4952024-05-31T06:02:11.383ZLocal file: out/downloads/dendrite-stub.tar.gz
4962024-05-31T06:02:11.383Z+ mkdir -p ./out/dendrite-stub
4972024-05-31T06:02:11.383Z+ fetch_and_verify
4982024-05-31T06:02:11.383Z+ local DO_DOWNLOAD=true
4992024-05-31T06:02:11.383Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5002024-05-31T06:02:11.383Z+ '[' true == true ']'
5012024-05-31T06:02:11.383Z+ echo Downloading...
5022024-05-31T06:02:11.383ZDownloading...
5032024-05-31T06:02:11.384Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5042024-05-31T06:02:11.384Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
5052024-05-31T06:02:21.239Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5062024-05-31T06:02:21.266Z++ sha256sum
5072024-05-31T06:02:21.266Z++ awk '{print $1}'
5082024-05-31T06:02:21.308Z+ calculated_sha256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
5092024-05-31T06:02:21.308Z+ [[ 55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 != \5\5\a\a\d\b\9\f\7\f\9\e\f\f\3\5\3\1\4\9\d\5\6\f\2\c\2\1\8\6\e\4\b\f\b\a\4\8\a\9\b\0\1\e\1\c\c\6\7\5\8\a\2\5\2\d\5\8\e\9\d\1\f\1 ]]
5102024-05-31T06:02:21.308Z+ do_untar out/downloads/dendrite-stub.tar.gz
5112024-05-31T06:02:21.308Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5122024-05-31T06:02:22.102Z+ do_assemble
5132024-05-31T06:02:22.103Z+ rm -r ./out/dendrite-stub
5142024-05-31T06:02:22.144Z+ mkdir ./out/dendrite-stub
5152024-05-31T06:02:22.144Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5162024-05-31T06:02:22.266Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5172024-05-31T06:02:22.292Z+ set -o errexit
5182024-05-31T06:02:22.292Z+++ dirname ./tools/ci_download_maghemite_mgd
5192024-05-31T06:02:22.292Z++ cd ./tools
5202024-05-31T06:02:22.292Z++ pwd
5212024-05-31T06:02:22.292Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-05-31T06:02:22.292Z++ basename ./tools/ci_download_maghemite_mgd
5232024-05-31T06:02:22.318Z+ ARG0=ci_download_maghemite_mgd
5242024-05-31T06:02:22.318Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5252024-05-31T06:02:22.318Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5262024-05-31T06:02:22.318Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5272024-05-31T06:02:22.318Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5282024-05-31T06:02:22.318Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5292024-05-31T06:02:22.318Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5302024-05-31T06:02:22.318Z+ TARGET_DIR=out
5312024-05-31T06:02:22.318Z+ DOWNLOAD_DIR=out/downloads
5322024-05-31T06:02:22.318Z+ DEST_DIR=./out/mgd
5332024-05-31T06:02:22.318Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5342024-05-31T06:02:22.318Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-05-31T06:02:22.318Z+ REPO=oxidecomputer/maghemite
5362024-05-31T06:02:22.318Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5372024-05-31T06:02:22.318Z+ main
5382024-05-31T06:02:22.318Z+ rm -rf out/downloads/root
5392024-05-31T06:02:22.318Z+ [[ 0 != 0 ]]
5402024-05-31T06:02:22.318Z+ CIDL_OS=solaris2.11
5412024-05-31T06:02:22.319Z+ [[ 0 != 0 ]]
5422024-05-31T06:02:22.319Z+ configure_os solaris2.11
5432024-05-31T06:02:22.319Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442024-05-31T06:02:22.319Zcurrent directory: /work/oxidecomputer/omicron
5452024-05-31T06:02:22.319Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-05-31T06:02:22.319Z+ case "$1" in
5472024-05-31T06:02:22.319Z+ SET_BINARIES=
5482024-05-31T06:02:22.319Zconfiguring based on OS: "solaris2.11"
5492024-05-31T06:02:22.319Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-05-31T06:02:22.319Z+ TARBALL_FILENAME=mgd.tar.gz
5512024-05-31T06:02:22.319Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5522024-05-31T06:02:22.319Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5532024-05-31T06:02:22.319Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5542024-05-31T06:02:22.319ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5552024-05-31T06:02:22.319ZLocal file: out/downloads/mgd.tar.gz
5562024-05-31T06:02:22.319Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5572024-05-31T06:02:22.319Z+ mkdir -p out/downloads
5582024-05-31T06:02:22.319Z+ mkdir -p ./out/mgd
5592024-05-31T06:02:22.319Z+ fetch_and_verify
5602024-05-31T06:02:22.319Z+ local DO_DOWNLOAD=true
5612024-05-31T06:02:22.319Z+ [[ -f out/downloads/mgd.tar.gz ]]
5622024-05-31T06:02:22.319Z+ '[' true == true ']'
5632024-05-31T06:02:22.319Z+ echo Downloading...
5642024-05-31T06:02:22.319ZDownloading...
5652024-05-31T06:02:22.320Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5662024-05-31T06:02:22.320Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5672024-05-31T06:02:29.284Z++ do_sha256sum out/downloads/mgd.tar.gz
5682024-05-31T06:02:29.317Z++ sha256sum
5692024-05-31T06:02:29.317Z++ awk '{print $1}'
5702024-05-31T06:02:29.342Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5712024-05-31T06:02:29.342Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5722024-05-31T06:02:29.342Z+ do_untar out/downloads/mgd.tar.gz
5732024-05-31T06:02:29.342Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5742024-05-31T06:02:30.079Z+ do_assemble
5752024-05-31T06:02:30.079Z+ rm -r ./out/mgd
5762024-05-31T06:02:30.104Z+ mkdir ./out/mgd
5772024-05-31T06:02:30.104Z+ cp -r out/downloads/root ./out/mgd/root
5782024-05-31T06:02:30.171Z+ set -o errexit
5792024-05-31T06:02:30.225Z+++ dirname ./tools/ci_download_transceiver_control
5802024-05-31T06:02:30.225Z++ cd ./tools
5812024-05-31T06:02:30.225Z++ pwd
5822024-05-31T06:02:30.225Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832024-05-31T06:02:30.226Z++ basename ./tools/ci_download_transceiver_control
5842024-05-31T06:02:30.226Z+ ARG0=ci_download_transceiver_control
5852024-05-31T06:02:30.226Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5862024-05-31T06:02:30.226Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5872024-05-31T06:02:30.226Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5882024-05-31T06:02:30.227Z+ TARGET_DIR=out
5892024-05-31T06:02:30.227Z+ DOWNLOAD_DIR=out/downloads
5902024-05-31T06:02:30.227Z+ DEST_DIR=./out/transceiver-control
5912024-05-31T06:02:30.227Z+ BIN_DIR=/opt/oxide/bin
5922024-05-31T06:02:30.228Z+ BINARY=xcvradm
5932024-05-31T06:02:30.228Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5942024-05-31T06:02:30.228Z+ REPO=oxidecomputer/transceiver-control
5952024-05-31T06:02:30.228Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5962024-05-31T06:02:30.228Z+ main
5972024-05-31T06:02:30.228Z+ [[ 0 != 0 ]]
5982024-05-31T06:02:30.229Z+ CIDL_OS=solaris2.11
5992024-05-31T06:02:30.229Z+ [[ 0 != 0 ]]
6002024-05-31T06:02:30.229Z+ configure_os solaris2.11
6012024-05-31T06:02:30.229Z+ echo 'current directory: /work/oxidecomputer/omicron'
6022024-05-31T06:02:30.229Z+ echo 'configuring based on OS: "solaris2.11"'
6032024-05-31T06:02:30.229Zcurrent directory: /work/oxidecomputer/omicron
6042024-05-31T06:02:30.229Zconfiguring based on OS: "solaris2.11"
6052024-05-31T06:02:30.229Z+ case "$1" in
6062024-05-31T06:02:30.229Z+ SET_BINARIES=
6072024-05-31T06:02:30.229Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6082024-05-31T06:02:30.229Z+ CIDL_SHA256FUNC=do_sha256sum
6092024-05-31T06:02:30.229Z+ ARCHIVE_FILENAME=xcvradm.gz
6102024-05-31T06:02:30.229Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6112024-05-31T06:02:30.230Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6122024-05-31T06:02:30.230Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6132024-05-31T06:02:30.230Z+ echo 'Local file: out/downloads/xcvradm.gz'
6142024-05-31T06:02:30.230ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6152024-05-31T06:02:30.230ZLocal file: out/downloads/xcvradm.gz
6162024-05-31T06:02:30.230Z+ mkdir -p out/downloads
6172024-05-31T06:02:30.230Z+ mkdir -p ./out/transceiver-control
6182024-05-31T06:02:30.230Z+ fetch_and_verify
6192024-05-31T06:02:30.230Z+ local DO_DOWNLOAD=true
6202024-05-31T06:02:30.230Z+ [[ -f out/downloads/xcvradm.gz ]]
6212024-05-31T06:02:30.231Z+ '[' true == true ']'
6222024-05-31T06:02:30.231Z+ echo Downloading...
6232024-05-31T06:02:30.231Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6242024-05-31T06:02:30.231ZDownloading...
6252024-05-31T06:02:30.231Z+ 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
6262024-05-31T06:02:31.434Z++ do_sha256sum out/downloads/xcvradm.gz
6272024-05-31T06:02:31.459Z++ sha256sum
6282024-05-31T06:02:31.459Z++ awk '{print $1}'
6292024-05-31T06:02:31.459Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302024-05-31T06:02:31.459Z+ [[ 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 ]]
6312024-05-31T06:02:31.459Z+ do_unpack out/downloads/xcvradm.gz
6322024-05-31T06:02:31.459Z+ mkdir -p out/downloads/root//opt/oxide/bin
6332024-05-31T06:02:31.459Z+ gzip -dc out/downloads/xcvradm.gz
6342024-05-31T06:02:31.600Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6352024-05-31T06:02:31.625Z+ do_assemble
6362024-05-31T06:02:31.625Z+ rm -r ./out/transceiver-control
6372024-05-31T06:02:31.625Z+ mkdir ./out/transceiver-control
6382024-05-31T06:02:31.625Z+ cp -r out/downloads/root ./out/transceiver-control/root
6392024-05-31T06:02:31.684Z+ set -o errexit
6402024-05-31T06:02:31.710Z+++ dirname ./tools/ci_download_thundermuffin
6412024-05-31T06:02:31.710Z++ cd ./tools
6422024-05-31T06:02:31.710Z++ pwd
6432024-05-31T06:02:31.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6442024-05-31T06:02:31.710Z++ basename ./tools/ci_download_thundermuffin
6452024-05-31T06:02:31.710Z+ ARG0=ci_download_thundermuffin
6462024-05-31T06:02:31.710Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6472024-05-31T06:02:31.710Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6482024-05-31T06:02:31.710Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6492024-05-31T06:02:31.711Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6502024-05-31T06:02:31.711Z+ TARGET_DIR=out
6512024-05-31T06:02:31.711Z+ DOWNLOAD_DIR=out/downloads
6522024-05-31T06:02:31.711Z+ DEST_DIR=./out/thundermuffin
6532024-05-31T06:02:31.711Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6542024-05-31T06:02:31.711Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6552024-05-31T06:02:31.711Z+ REPO=oxidecomputer/thundermuffin
6562024-05-31T06:02:31.711Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-05-31T06:02:31.711Z+ main
6582024-05-31T06:02:31.711Z+ rm -rf out/downloads/root
6592024-05-31T06:02:31.711Z+ [[ 0 != 0 ]]
6602024-05-31T06:02:31.711Z+ CIDL_OS=solaris2.11
6612024-05-31T06:02:31.711Z+ [[ 0 != 0 ]]
6622024-05-31T06:02:31.711Z+ configure_os solaris2.11
6632024-05-31T06:02:31.711Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-05-31T06:02:31.711Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-05-31T06:02:31.711Zcurrent directory: /work/oxidecomputer/omicron
6662024-05-31T06:02:31.711Zconfiguring based on OS: "solaris2.11"
6672024-05-31T06:02:31.711Z+ case "$1" in
6682024-05-31T06:02:31.711Z+ SET_BINARIES=
6692024-05-31T06:02:31.711Z+ CIDL_SHA256FUNC=do_sha256sum
6702024-05-31T06:02:31.711Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6712024-05-31T06:02:31.712Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6722024-05-31T06:02:31.712Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6732024-05-31T06:02:31.712Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6742024-05-31T06:02:31.712ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-31T06:02:31.712Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6762024-05-31T06:02:31.712Z+ mkdir -p out/downloads
6772024-05-31T06:02:31.712ZLocal file: out/downloads/thundermuffin.tar.gz
6782024-05-31T06:02:31.712Z+ mkdir -p ./out/thundermuffin
6792024-05-31T06:02:31.737Z+ fetch_and_verify
6802024-05-31T06:02:31.737Z+ local DO_DOWNLOAD=true
6812024-05-31T06:02:31.737ZDownloading...
6822024-05-31T06:02:31.737Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6832024-05-31T06:02:31.737Z+ '[' true == true ']'
6842024-05-31T06:02:31.737Z+ echo Downloading...
6852024-05-31T06:02:31.738Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6862024-05-31T06:02:31.738Z+ 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
6872024-05-31T06:02:32.109Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6882024-05-31T06:02:32.134Z++ sha256sum
6892024-05-31T06:02:32.134Z++ awk '{print $1}'
6902024-05-31T06:02:32.134Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6912024-05-31T06:02:32.134Z+ [[ 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 ]]
6922024-05-31T06:02:32.135Z+ do_untar out/downloads/thundermuffin.tar.gz
6932024-05-31T06:02:32.135Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6942024-05-31T06:02:32.201Z+ do_assemble
6952024-05-31T06:02:32.201Z+ rm -r ./out/thundermuffin
6962024-05-31T06:02:32.229Z+ mkdir ./out/thundermuffin
6972024-05-31T06:02:32.229Z+ cp -r out/downloads/root ./out/thundermuffin/root
6982024-05-31T06:02:32.229ZAll prerequisites installed successfully
6992024-05-31T06:02:32.229Z
7002024-05-31T06:02:32.229Zreal 2:01.018843955
7012024-05-31T06:02:32.229Zuser 44.539769003
7022024-05-31T06:02:32.229Zsys 12.175006888
7032024-05-31T06:02:32.229Ztrap 0.013281344
7042024-05-31T06:02:32.229Ztflt 0.010697053
7052024-05-31T06:02:32.230Zdflt 0.018084818
7062024-05-31T06:02:32.230Zkflt 0.005771363
7072024-05-31T06:02:32.230Zlock 1.839721504
7082024-05-31T06:02:32.230Zslp 4:03.236756893
7092024-05-31T06:02:32.230Zlat 5.103549135
7102024-05-31T06:02:32.230Zstop 0.047003862
7112024-05-31T06:02:32.230Z+ banner end-to-end-tests
7122024-05-31T06:02:32.230Z
7132024-05-31T06:02:32.230Z ###### # # ##### ##### #### ###### # # #####
7142024-05-31T06:02:32.230Z # ## # # # # # # # ## # # #
7152024-05-31T06:02:32.230Z ##### # # # # # ##### # # # ##### ##### # # # # #
7162024-05-31T06:02:32.230Z # # # # # # # # # # # # # # #
7172024-05-31T06:02:32.231Z # # ## # # # # # # # ## # #
7182024-05-31T06:02:32.231Z ###### # # ##### # #### ###### # # #####
7192024-05-31T06:02:32.231Z
7202024-05-31T06:02:32.231Z+ export CARGO_PROFILE_DEV_DEBUG=1
7212024-05-31T06:02:32.231Z+ CARGO_PROFILE_DEV_DEBUG=1
7222024-05-31T06:02:32.231Z+ export CARGO_PROFILE_TEST_DEBUG=1
7232024-05-31T06:02:32.231Z+ CARGO_PROFILE_TEST_DEBUG=1
7242024-05-31T06:02:32.231Z+ export CARGO_INCREMENTAL=0
7252024-05-31T06:02:32.231Z+ CARGO_INCREMENTAL=0
7262024-05-31T06:02:32.231Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7272024-05-31T06:02:32.490Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-05-31T06:02:32.967Z Updating git repository `https://github.com/oxidecomputer/zone`
7292024-05-31T06:02:33.407Z Updating crates.io index
7302024-05-31T06:02:33.457Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-05-31T06:02:34.135Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7322024-05-31T06:02:34.947Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-05-31T06:02:37.033Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-05-31T06:02:37.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-05-31T06:02:38.017Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-05-31T06:02:39.160Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-05-31T06:02:40.949Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-05-31T06:02:42.116Z Updating git repository `https://github.com/oxidecomputer/falcon`
7392024-05-31T06:02:42.914Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7402024-05-31T06:02:43.345Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-05-31T06:02:44.046Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-05-31T06:02:44.480Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-05-31T06:02:44.871Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-05-31T06:02:45.410Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-05-31T06:02:45.820Z Updating git repository `http://github.com/oxidecomputer/tofino`
7462024-05-31T06:02:46.267Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7472024-05-31T06:02:46.617Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7482024-05-31T06:02:46.950Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7492024-05-31T06:02:47.353Z Updating git repository `https://github.com/oxidecomputer/ispf`
7502024-05-31T06:02:47.794Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7512024-05-31T06:02:48.307Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-05-31T06:02:48.982Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7532024-05-31T06:02:49.455Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-05-31T06:02:49.833Z Updating git repository `https://github.com/jgallagher/nix`
7552024-05-31T06:02:50.952Z Updating git repository `https://github.com/cbiffle/hubpack`
7562024-05-31T06:02:51.426Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-05-31T06:02:53.489Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-05-31T06:02:53.965Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-05-31T06:02:54.336Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-05-31T06:02:54.931Z Updating git repository `https://github.com/oxidecomputer/rfb`
7612024-05-31T06:02:56.627Z Downloading crates ...
7622024-05-31T06:02:56.743Z Downloaded arc-swap v1.6.0
7632024-05-31T06:02:56.772Z Downloaded ident_case v1.0.1
7642024-05-31T06:02:56.772Z Downloaded idna v0.2.3
7652024-05-31T06:02:56.799Z Downloaded lazy_static v1.4.0
7662024-05-31T06:02:56.799Z Downloaded sigpipe v0.1.3
7672024-05-31T06:02:56.799Z Downloaded kstat-rs v0.2.3
7682024-05-31T06:02:56.799Z Downloaded lalrpop-util v0.19.12
7692024-05-31T06:02:56.826Z Downloaded slog-scope v4.4.0
7702024-05-31T06:02:56.826Z Downloaded yasna v0.5.2
7712024-05-31T06:02:56.851Z Downloaded fxhash v0.2.1
7722024-05-31T06:02:56.851Z Downloaded rustc_version v0.4.0
7732024-05-31T06:02:56.851Z Downloaded dirs-sys-next v0.1.2
7742024-05-31T06:02:56.878Z Downloaded headers-core v0.2.0
7752024-05-31T06:02:56.878Z Downloaded signal-hook-mio v0.2.3
7762024-05-31T06:02:56.878Z Downloaded signal-hook-registry v1.4.1
7772024-05-31T06:02:56.904Z Downloaded endian-type v0.1.2
7782024-05-31T06:02:56.904Z Downloaded sync_wrapper v0.1.2
7792024-05-31T06:02:56.904Z Downloaded portpicker v0.1.1
7802024-05-31T06:02:56.904Z Downloaded predicates-core v1.0.6
7812024-05-31T06:02:56.930Z Downloaded dhcproto-macros v0.1.0
7822024-05-31T06:02:56.930Z Downloaded display-error-chain v0.2.0
7832024-05-31T06:02:56.930Z Downloaded serde_arrays v0.1.0
7842024-05-31T06:02:56.930Z Downloaded rand_core v0.6.4
7852024-05-31T06:02:56.930Z Downloaded tower-service v0.3.2
7862024-05-31T06:02:56.956Z Downloaded try-lock v0.2.4
7872024-05-31T06:02:56.956Z Downloaded http-range v0.1.5
7882024-05-31T06:02:56.956Z Downloaded http-body v0.4.5
7892024-05-31T06:02:56.957Z Downloaded untrusted v0.9.0
7902024-05-31T06:02:56.957Z Downloaded primeorder v0.13.6
7912024-05-31T06:02:56.957Z Downloaded unsafe-libyaml v0.2.10
7922024-05-31T06:02:56.986Z Downloaded http v1.0.0
7932024-05-31T06:02:56.986Z Downloaded hubpack v0.1.2
7942024-05-31T06:02:56.986Z Downloaded toml v0.7.8
7952024-05-31T06:02:57.013Z Downloaded tokio-postgres v0.7.10
7962024-05-31T06:02:57.013Z Downloaded dhcproto v0.11.0
7972024-05-31T06:02:57.013Z Downloaded unicode-ident v1.0.12
7982024-05-31T06:02:57.013Z Downloaded typenum v1.16.0
7992024-05-31T06:02:57.013Z Downloaded toml v0.8.12
8002024-05-31T06:02:57.039Z Downloaded tungstenite v0.21.0
8012024-05-31T06:02:57.039Z Downloaded nom v7.1.3
8022024-05-31T06:02:57.039Z Downloaded unicode-bidi v0.3.15
8032024-05-31T06:02:57.039Z Downloaded url v2.5.0
8042024-05-31T06:02:57.039Z Downloaded toml_edit v0.22.12
8052024-05-31T06:02:57.065Z Downloaded russh v0.43.0
8062024-05-31T06:02:57.094Z Downloaded petgraph v0.6.4
8072024-05-31T06:02:57.094Z Downloaded tokio-util v0.7.10
8082024-05-31T06:02:57.120Z Downloaded reqwest v0.11.27
8092024-05-31T06:02:57.120Z Downloaded hkdf v0.12.4
8102024-05-31T06:02:57.120Z Downloaded gimli v0.28.0
8112024-05-31T06:02:57.120Z Downloaded object v0.32.1
8122024-05-31T06:02:57.145Z Downloaded openssl v0.10.64
8132024-05-31T06:02:57.145Z Downloaded p521 v0.13.3
8142024-05-31T06:02:57.170Z Downloaded toml_edit v0.19.15
8152024-05-31T06:02:57.195Z Downloaded regress v0.9.1
8162024-05-31T06:02:57.196Z Downloaded regex-syntax v0.8.2
8172024-05-31T06:02:57.196Z Downloaded zerocopy-derive v0.6.6
8182024-05-31T06:02:57.224Z Downloaded regex-automata v0.4.5
8192024-05-31T06:02:57.250Z Downloaded libc v0.2.153
8202024-05-31T06:02:57.276Z Downloaded diesel v2.1.6
8212024-05-31T06:02:57.302Z Downloaded openapiv3 v2.0.0
8222024-05-31T06:02:57.328Z Downloaded pest v2.7.6
8232024-05-31T06:02:57.328Z Downloaded derive_more v0.99.17
8242024-05-31T06:02:57.355Z Downloaded mio v0.8.11
8252024-05-31T06:02:57.355Z Downloaded minimal-lexical v0.2.1
8262024-05-31T06:02:57.355Z Downloaded memchr v2.7.1
8272024-05-31T06:02:57.381Z Downloaded ucd-trie v0.1.6
8282024-05-31T06:02:57.381Z Downloaded schemars v0.8.17
8292024-05-31T06:02:57.382Z Downloaded ron v0.7.1
8302024-05-31T06:02:57.407Z Downloaded libm v0.2.7
8312024-05-31T06:02:57.407Z Downloaded itertools v0.12.1
8322024-05-31T06:02:57.407Z Downloaded flate2 v1.0.28
8332024-05-31T06:02:57.432Z Downloaded encoding_rs v0.8.33
8342024-05-31T06:02:57.457Z Downloaded ring v0.17.8
8352024-05-31T06:02:57.531Z Downloaded ring v0.16.20
8362024-05-31T06:02:57.634Z Downloaded sha3 v0.10.8
8372024-05-31T06:02:57.659Z Downloaded winapi v0.3.9
8382024-05-31T06:02:57.693Z Downloaded num-bigint v0.4.4
8392024-05-31T06:02:57.718Z Downloaded tokio v1.37.0
8402024-05-31T06:02:57.748Z Downloaded toml v0.5.11
8412024-05-31T06:02:57.774Z Downloaded itertools v0.10.5
8422024-05-31T06:02:57.774Z Downloaded idna v0.5.0
8432024-05-31T06:02:57.774Z Downloaded idna v0.3.0
8442024-05-31T06:02:57.799Z Downloaded httpdate v1.0.3
8452024-05-31T06:02:57.799Z Downloaded utf-8 v0.7.6
8462024-05-31T06:02:57.799Z Downloaded usdt-impl v0.5.0
8472024-05-31T06:02:57.799Z Downloaded usdt v0.5.0
8482024-05-31T06:02:57.799Z Downloaded untrusted v0.7.1
8492024-05-31T06:02:57.799Z Downloaded trust-dns-proto v0.22.0
8502024-05-31T06:02:57.799Z Downloaded regex v1.10.4
8512024-05-31T06:02:57.824Z Downloaded rayon v1.10.0
8522024-05-31T06:02:57.849Z Downloaded radix_trie v0.2.1
8532024-05-31T06:02:57.849Z Downloaded derive-where v1.2.7
8542024-05-31T06:02:57.849Z Downloaded syn v2.0.60
8552024-05-31T06:02:57.875Z Downloaded similar v2.4.0
8562024-05-31T06:02:57.875Z Downloaded http v0.2.12
8572024-05-31T06:02:57.875Z Downloaded unicode-segmentation v1.10.1
8582024-05-31T06:02:57.875Z Downloaded unicode-normalization v0.1.22
8592024-05-31T06:02:57.875Z Downloaded unicase v2.7.0
8602024-05-31T06:02:57.875Z Downloaded trust-dns-server v0.22.1
8612024-05-31T06:02:57.900Z Downloaded scheduled-thread-pool v0.2.7
8622024-05-31T06:02:57.900Z Downloaded rfc6979 v0.4.0
8632024-05-31T06:02:57.900Z Downloaded resolv-conf v0.7.0
8642024-05-31T06:02:57.900Z Downloaded regex-automata v0.1.10
8652024-05-31T06:02:57.900Z Downloaded rand v0.7.3
8662024-05-31T06:02:57.900Z Downloaded postgres-types v0.2.6
8672024-05-31T06:02:57.900Z Downloaded postgres-protocol v0.6.6
8682024-05-31T06:02:57.925Z Downloaded hyper v0.14.28
8692024-05-31T06:02:57.925Z Downloaded tabled v0.15.0
8702024-05-31T06:02:57.951Z Downloaded syn v1.0.109
8712024-05-31T06:02:57.951Z Downloaded hmac v0.12.1
8722024-05-31T06:02:57.951Z Downloaded tungstenite v0.20.1
8732024-05-31T06:02:57.951Z Downloaded trust-dns-resolver v0.22.0
8742024-05-31T06:02:57.975Z Downloaded trust-dns-client v0.22.0
8752024-05-31T06:02:57.976Z Downloaded tracing-core v0.1.32
8762024-05-31T06:02:57.976Z Downloaded tracing v0.1.40
8772024-05-31T06:02:57.976Z Downloaded toml_datetime v0.6.5
8782024-05-31T06:02:57.976Z Downloaded p256 v0.13.2
8792024-05-31T06:02:57.976Z Downloaded pretty-hex v0.4.1
8802024-05-31T06:02:58.001Z Downloaded pretty-hex v0.2.1
8812024-05-31T06:02:58.001Z Downloaded hubpack_derive v0.1.1
8822024-05-31T06:02:58.001Z Downloaded httparse v1.8.0
8832024-05-31T06:02:58.001Z Downloaded hostname v0.4.0
8842024-05-31T06:02:58.001Z Downloaded usdt-macro v0.5.0
8852024-05-31T06:02:58.001Z Downloaded universal-hash v0.5.1
8862024-05-31T06:02:58.001Z Downloaded schemars_derive v0.8.17
8872024-05-31T06:02:58.002Z Downloaded rayon-core v1.12.1
8882024-05-31T06:02:58.002Z Downloaded rand v0.8.5
8892024-05-31T06:02:58.002Z Downloaded papergrid v0.11.0
8902024-05-31T06:02:58.027Z Downloaded openssl-sys v0.9.102
8912024-05-31T06:02:58.027Z Downloaded tracing-attributes v0.1.27
8922024-05-31T06:02:58.027Z Downloaded topological-sort v0.2.2
8932024-05-31T06:02:58.028Z Downloaded sct v0.7.0
8942024-05-31T06:02:58.028Z Downloaded rcgen v0.12.1
8952024-05-31T06:02:58.028Z Downloaded flagset v0.4.3
8962024-05-31T06:02:58.028Z Downloaded ryu v1.0.15
8972024-05-31T06:02:58.028Z Downloaded pest_meta v2.7.6
8982024-05-31T06:02:58.028Z Downloaded usdt-attr-macro v0.5.0
8992024-05-31T06:02:58.053Z Downloaded unicode-width v0.1.11
9002024-05-31T06:02:58.053Z Downloaded serde v1.0.201
9012024-05-31T06:02:58.053Z Downloaded predicates v3.1.0
9022024-05-31T06:02:58.053Z Downloaded ppv-lite86 v0.2.17
9032024-05-31T06:02:58.053Z Downloaded powerfmt v0.2.0
9042024-05-31T06:02:58.053Z Downloaded rustix v0.38.31
9052024-05-31T06:02:58.078Z Downloaded scroll v0.12.0
9062024-05-31T06:02:58.078Z Downloaded hex v0.4.3
9072024-05-31T06:02:58.078Z Downloaded rustls v0.22.4
9082024-05-31T06:02:58.103Z Downloaded parking_lot v0.12.1
9092024-05-31T06:02:58.103Z Downloaded toolchain_find v0.4.0
9102024-05-31T06:02:58.104Z Downloaded scopeguard v1.2.0
9112024-05-31T06:02:58.104Z Downloaded zip v0.6.6
9122024-05-31T06:02:58.104Z Downloaded scroll_derive v0.12.0
9132024-05-31T06:02:58.104Z Downloaded rand_chacha v0.3.1
9142024-05-31T06:02:58.104Z Downloaded rand_chacha v0.2.2
9152024-05-31T06:02:58.104Z Downloaded proc-macro-error v1.0.4
9162024-05-31T06:02:58.129Z Downloaded subprocess v0.2.9
9172024-05-31T06:02:58.129Z Downloaded serde_derive v1.0.201
9182024-05-31T06:02:58.130Z Downloaded semver v1.0.22
9192024-05-31T06:02:58.130Z Downloaded rustls v0.21.9
9202024-05-31T06:02:58.154Z Downloaded rand_core v0.5.1
9212024-05-31T06:02:58.154Z Downloaded proc-macro-crate v1.3.1
9222024-05-31T06:02:58.154Z Downloaded strum_macros v0.26.1
9232024-05-31T06:02:58.154Z Downloaded serde_derive_internals v0.29.0
9242024-05-31T06:02:58.154Z Downloaded goblin v0.8.0
9252024-05-31T06:02:58.155Z Downloaded password-hash v0.4.2
9262024-05-31T06:02:58.155Z Downloaded omicron-zone-package v0.11.0
9272024-05-31T06:02:58.155Z Downloaded num-traits v0.2.18
9282024-05-31T06:02:58.155Z Downloaded semver v0.1.20
9292024-05-31T06:02:58.180Z Downloaded secrecy v0.8.0
9302024-05-31T06:02:58.180Z Downloaded sec1 v0.7.3
9312024-05-31T06:02:58.180Z Downloaded deranged v0.3.11
9322024-05-31T06:02:58.180Z Downloaded zeroize_derive v1.4.2
9332024-05-31T06:02:58.180Z Downloaded zerocopy-derive v0.7.32
9342024-05-31T06:02:58.180Z Downloaded postcard v1.0.8
9352024-05-31T06:02:58.180Z Downloaded hyper-tls v0.5.0
9362024-05-31T06:02:58.180Z Downloaded hyper-staticfile v0.9.5
9372024-05-31T06:02:58.180Z Downloaded hyper-rustls v0.24.2
9382024-05-31T06:02:58.180Z Downloaded hostname v0.3.1
9392024-05-31T06:02:58.180Z Downloaded home v0.5.5
9402024-05-31T06:02:58.180Z Downloaded fixedbitset v0.4.2
9412024-05-31T06:02:58.205Z Downloaded strum_macros v0.25.2
9422024-05-31T06:02:58.205Z Downloaded zone_cfg_derive v0.1.2
9432024-05-31T06:02:58.205Z Downloaded zone v0.1.8
9442024-05-31T06:02:58.206Z Downloaded zeroize v1.7.0
9452024-05-31T06:02:58.206Z Downloaded utf8parse v0.2.1
9462024-05-31T06:02:58.206Z Downloaded polyval v0.6.1
9472024-05-31T06:02:58.206Z Downloaded poly1305 v0.8.0
9482024-05-31T06:02:58.206Z Downloaded platforms v3.0.2
9492024-05-31T06:02:58.206Z Downloaded pkg-config v0.3.27
9502024-05-31T06:02:58.206Z Downloaded pkcs8 v0.10.2
9512024-05-31T06:02:58.206Z Downloaded pin-utils v0.1.0
9522024-05-31T06:02:58.206Z Downloaded pin-project-lite v0.2.13
9532024-05-31T06:02:58.231Z Downloaded tokio-tungstenite v0.20.1
9542024-05-31T06:02:58.231Z Downloaded term v0.7.0
9552024-05-31T06:02:58.231Z Downloaded expectorate v1.1.0
9562024-05-31T06:02:58.231Z Downloaded structmeta-derive v0.3.0
9572024-05-31T06:02:58.231Z Downloaded structmeta v0.3.0
9582024-05-31T06:02:58.231Z Downloaded slab v0.4.9
9592024-05-31T06:02:58.231Z Downloaded siphasher v0.3.11
9602024-05-31T06:02:58.231Z Downloaded h2 v0.3.26
9612024-05-31T06:02:58.257Z Downloaded dirs-next v2.0.0
9622024-05-31T06:02:58.257Z Downloaded tokio-rustls v0.24.1
9632024-05-31T06:02:58.257Z Downloaded getrandom v0.2.12
9642024-05-31T06:02:58.257Z Downloaded smoltcp v0.11.0
9652024-05-31T06:02:58.257Z Downloaded num-rational v0.4.1
9662024-05-31T06:02:58.282Z Downloaded num v0.4.2
9672024-05-31T06:02:58.282Z Downloaded plain v0.2.3
9682024-05-31T06:02:58.282Z Downloaded phf_shared v0.11.2
9692024-05-31T06:02:58.282Z Downloaded phf v0.11.2
9702024-05-31T06:02:58.282Z Downloaded iana-time-zone v0.1.57
9712024-05-31T06:02:58.282Z Downloaded humantime v2.1.0
9722024-05-31T06:02:58.282Z Downloaded tokio-tungstenite v0.21.0
9732024-05-31T06:02:58.282Z Downloaded tokio-stream v0.1.15
9742024-05-31T06:02:58.282Z Downloaded tokio-rustls v0.25.0
9752024-05-31T06:02:58.282Z Downloaded tar v0.4.40
9762024-05-31T06:02:58.282Z Downloaded tabled_derive v0.7.0
9772024-05-31T06:02:58.282Z Downloaded serde_with v3.7.0
9782024-05-31T06:02:58.307Z Downloaded serde_json v1.0.116
9792024-05-31T06:02:58.307Z Downloaded hex-literal v0.4.1
9802024-05-31T06:02:58.307Z Downloaded pest_derive v2.7.6
9812024-05-31T06:02:58.308Z Downloaded parking_lot v0.11.2
9822024-05-31T06:02:58.333Z Downloaded precomputed-hash v0.1.1
9832024-05-31T06:02:58.333Z Downloaded phf_shared v0.10.0
9842024-05-31T06:02:58.333Z Downloaded tempfile v3.10.1
9852024-05-31T06:02:58.333Z Downloaded tabwriter v1.4.0
9862024-05-31T06:02:58.333Z Downloaded elliptic-curve v0.13.8
9872024-05-31T06:02:58.333Z Downloaded ed25519-dalek v2.0.0
9882024-05-31T06:02:58.333Z Downloaded heck v0.5.0
9892024-05-31T06:02:58.334Z Downloaded heck v0.4.1
9902024-05-31T06:02:58.334Z Downloaded heck v0.3.3
9912024-05-31T06:02:58.334Z Downloaded hashbrown v0.14.3
9922024-05-31T06:02:58.360Z Downloaded take_mut v0.2.2
9932024-05-31T06:02:58.360Z Downloaded subtle v2.5.0
9942024-05-31T06:02:58.360Z Downloaded rustls-webpki v0.102.1
9952024-05-31T06:02:58.360Z Downloaded sled v0.34.7
9962024-05-31T06:02:58.385Z Downloaded pem-rfc7468 v0.7.0
9972024-05-31T06:02:58.385Z Downloaded password-hash v0.5.0
9982024-05-31T06:02:58.385Z Downloaded parking_lot_core v0.9.8
9992024-05-31T06:02:58.385Z Downloaded once_cell v1.19.0
10002024-05-31T06:02:58.385Z Downloaded num-derive v0.4.0
10012024-05-31T06:02:58.385Z Downloaded num-complex v0.4.5
10022024-05-31T06:02:58.411Z Downloaded nibble_vec v0.1.0
10032024-05-31T06:02:58.411Z Downloaded miniz_oxide v0.7.1
10042024-05-31T06:02:58.412Z Downloaded swrite v0.1.0
10052024-05-31T06:02:58.412Z Downloaded filetime v0.2.23
10062024-05-31T06:02:58.412Z Downloaded ff v0.13.0
10072024-05-31T06:02:58.412Z Downloaded fastrand v2.0.1
10082024-05-31T06:02:58.412Z Downloaded fallible-iterator v0.2.0
10092024-05-31T06:02:58.412Z Downloaded errno v0.3.8
10102024-05-31T06:02:58.412Z Downloaded erased-serde v0.3.31
10112024-05-31T06:02:58.412Z Downloaded equivalent v1.0.1
10122024-05-31T06:02:58.412Z Downloaded env_logger v0.9.3
10132024-05-31T06:02:58.412Z Downloaded enum-as-inner v0.5.1
10142024-05-31T06:02:58.412Z Downloaded embedded-io v0.4.0
10152024-05-31T06:02:58.437Z Downloaded either v1.11.0
10162024-05-31T06:02:58.437Z Downloaded ecdsa v0.16.9
10172024-05-31T06:02:58.437Z Downloaded serde_yaml v0.9.25
10182024-05-31T06:02:58.437Z Downloaded hashbrown v0.12.3
10192024-05-31T06:02:58.437Z Downloaded dirs-sys v0.4.1
10202024-05-31T06:02:58.437Z Downloaded rustls-webpki v0.101.7
10212024-05-31T06:02:58.463Z Downloaded parking_lot_core v0.8.6
10222024-05-31T06:02:58.463Z Downloaded owo-colors v4.0.0
10232024-05-31T06:02:58.463Z Downloaded native-tls v0.2.11
10242024-05-31T06:02:58.463Z Downloaded multer v3.1.0
10252024-05-31T06:02:58.463Z Downloaded lock_api v0.4.10
10262024-05-31T06:02:58.463Z Downloaded ed25519 v2.2.2
10272024-05-31T06:02:58.463Z Downloaded dyn-clone v1.0.17
10282024-05-31T06:02:58.463Z Downloaded dtrace-parser v0.2.0
10292024-05-31T06:02:58.463Z Downloaded dof v0.3.0
10302024-05-31T06:02:58.492Z Downloaded strum v0.26.2
10312024-05-31T06:02:58.492Z Downloaded signature v2.1.0
10322024-05-31T06:02:58.492Z Downloaded signal-hook v0.3.17
10332024-05-31T06:02:58.492Z Downloaded heapless v0.8.0
10342024-05-31T06:02:58.492Z Downloaded heapless v0.7.16
10352024-05-31T06:02:58.492Z Downloaded headers v0.3.9
10362024-05-31T06:02:58.492Z Downloaded half v2.3.1
10372024-05-31T06:02:58.517Z Downloaded flume v0.11.0
10382024-05-31T06:02:58.517Z Downloaded tokio-native-tls v0.3.1
10392024-05-31T06:02:58.517Z Downloaded time v0.3.34
10402024-05-31T06:02:58.517Z Downloaded same-file v1.0.6
10412024-05-31T06:02:58.517Z Downloaded r2d2 v0.8.10
10422024-05-31T06:02:58.517Z Downloaded glob v0.3.1
10432024-05-31T06:02:58.517Z Downloaded ghash v0.5.0
10442024-05-31T06:02:58.517Z Downloaded futures-util v0.3.30
10452024-05-31T06:02:58.544Z Downloaded strsim v0.11.0
10462024-05-31T06:02:58.544Z Downloaded smoltcp v0.9.1
10472024-05-31T06:02:58.570Z Downloaded percent-encoding v2.3.1
10482024-05-31T06:02:58.570Z Downloaded num_enum v0.5.11
10492024-05-31T06:02:58.570Z Downloaded num-iter v0.1.44
10502024-05-31T06:02:58.570Z Downloaded num-integer v0.1.46
10512024-05-31T06:02:58.570Z Downloaded sha2 v0.10.8
10522024-05-31T06:02:58.570Z Downloaded sha1 v0.10.6
10532024-05-31T06:02:58.570Z Downloaded serde_with_macros v3.7.0
10542024-05-31T06:02:58.570Z Downloaded serde_urlencoded v0.7.1
10552024-05-31T06:02:58.570Z Downloaded serde_tokenstream v0.2.0
10562024-05-31T06:02:58.570Z Downloaded serde_spanned v0.6.5
10572024-05-31T06:02:58.570Z Downloaded serde_repr v0.1.16
10582024-05-31T06:02:58.596Z Downloaded serde_path_to_error v0.1.16
10592024-05-31T06:02:58.596Z Downloaded diesel_derives v2.1.2
10602024-05-31T06:02:58.596Z Downloaded newtype-uuid v1.1.0
10612024-05-31T06:02:58.596Z Downloaded mime_guess v2.0.4
10622024-05-31T06:02:58.596Z Downloaded memmap2 v0.7.1
10632024-05-31T06:02:58.596Z Downloaded log v0.4.21
10642024-05-31T06:02:58.596Z Downloaded hash32 v0.3.1
10652024-05-31T06:02:58.596Z Downloaded hash32 v0.2.1
10662024-05-31T06:02:58.596Z Downloaded group v0.13.0
10672024-05-31T06:02:58.596Z Downloaded foreign-types v0.5.0
10682024-05-31T06:02:58.596Z Downloaded fnv v1.0.7
10692024-05-31T06:02:58.596Z Downloaded float-cmp v0.9.0
10702024-05-31T06:02:58.596Z Downloaded webpki-roots v0.25.2
10712024-05-31T06:02:58.621Z Downloaded pem v3.0.4
10722024-05-31T06:02:58.622Z Downloaded paste v1.0.14
10732024-05-31T06:02:58.622Z Downloaded parse-display-derive v0.9.0
10742024-05-31T06:02:58.622Z Downloaded parse-display v0.9.0
10752024-05-31T06:02:58.622Z Downloaded num_enum_derive v0.5.11
10762024-05-31T06:02:58.622Z Downloaded internet-checksum v0.2.1
10772024-05-31T06:02:58.622Z Downloaded foreign-types-shared v0.1.1
10782024-05-31T06:02:58.622Z Downloaded foreign-types-macros v0.2.3
10792024-05-31T06:02:58.622Z Downloaded foreign-types v0.3.2
10802024-05-31T06:02:58.622Z Downloaded dirs v5.0.1
10812024-05-31T06:02:58.622Z Downloaded digest v0.10.7
10822024-05-31T06:02:58.622Z Downloaded difflib v0.4.0
10832024-05-31T06:02:58.622Z Downloaded tinyvec v1.6.0
10842024-05-31T06:02:58.622Z Downloaded time-macros v0.2.17
10852024-05-31T06:02:58.648Z Downloaded thread_local v1.1.7
10862024-05-31T06:02:58.648Z Downloaded thiserror-no-std v2.0.2
10872024-05-31T06:02:58.648Z Downloaded thiserror-impl-no-std v2.0.2
10882024-05-31T06:02:58.648Z Downloaded thiserror-impl v1.0.59
10892024-05-31T06:02:58.648Z Downloaded terminal_size v0.3.0
10902024-05-31T06:02:58.648Z Downloaded rustls-pemfile v2.1.2
10912024-05-31T06:02:58.648Z Downloaded russh-keys v0.43.0
10922024-05-31T06:02:58.648Z Downloaded publicsuffix v2.2.3
10932024-05-31T06:02:58.648Z Downloaded proc-macro2 v1.0.81
10942024-05-31T06:02:58.648Z Downloaded vcpkg v0.2.15
10952024-05-31T06:02:58.700Z Downloaded pest_generator v2.7.6
10962024-05-31T06:02:58.725Z Downloaded pbkdf2 v0.12.2
10972024-05-31T06:02:58.725Z Downloaded pbkdf2 v0.11.0
10982024-05-31T06:02:58.725Z Downloaded num_cpus v1.16.0
10992024-05-31T06:02:58.725Z Downloaded nanorand v0.7.0
11002024-05-31T06:02:58.725Z Downloaded managed v0.8.0
11012024-05-31T06:02:58.725Z Downloaded macaddr v1.0.1
11022024-05-31T06:02:58.725Z Downloaded diesel_table_macro_syntax v0.1.0
11032024-05-31T06:02:58.725Z Downloaded tokio-macros v2.2.0
11042024-05-31T06:02:58.725Z Downloaded tinyvec_macros v0.1.1
11052024-05-31T06:02:58.725Z Downloaded time-core v0.1.2
11062024-05-31T06:02:58.725Z Downloaded thread-id v4.2.0
11072024-05-31T06:02:58.725Z Downloaded thiserror v1.0.59
11082024-05-31T06:02:58.750Z Downloaded termcolor v1.2.0
11092024-05-31T06:02:58.750Z Downloaded rustversion v1.0.14
11102024-05-31T06:02:58.750Z Downloaded rustls-pki-types v1.3.0
11112024-05-31T06:02:58.751Z Downloaded rustls-pemfile v1.0.3
11122024-05-31T06:02:58.751Z Downloaded rustfmt-wrapper v0.2.1
11132024-05-31T06:02:58.751Z Downloaded rustc-demangle v0.1.23
11142024-05-31T06:02:58.751Z Downloaded russh-cryptovec v0.7.0
11152024-05-31T06:02:58.751Z Downloaded quote v1.0.36
11162024-05-31T06:02:58.751Z Downloaded futures v0.3.30
11172024-05-31T06:02:58.751Z Downloaded winnow v0.6.1
11182024-05-31T06:02:58.776Z Downloaded lru-cache v0.1.2
11192024-05-31T06:02:58.776Z Downloaded ipnet v2.9.0
11202024-05-31T06:02:58.776Z Downloaded rustc_version v0.1.7
11212024-05-31T06:02:58.776Z Downloaded quick-error v1.2.3
11222024-05-31T06:02:58.776Z Downloaded psl-types v2.0.11
11232024-05-31T06:02:58.776Z Downloaded proc-macro-error-attr v1.0.4
11242024-05-31T06:02:58.776Z Downloaded getrandom v0.1.16
11252024-05-31T06:02:58.776Z Downloaded getopts v0.2.21
11262024-05-31T06:02:58.776Z Downloaded gethostname v0.4.3
11272024-05-31T06:02:58.776Z Downloaded generic-array v0.14.7
11282024-05-31T06:02:58.776Z Downloaded futures-task v0.3.30
11292024-05-31T06:02:58.801Z Downloaded futures-sink v0.3.30
11302024-05-31T06:02:58.801Z Downloaded futures-macro v0.3.30
11312024-05-31T06:02:58.801Z Downloaded futures-io v0.3.30
11322024-05-31T06:02:58.802Z Downloaded futures-executor v0.3.30
11332024-05-31T06:02:58.802Z Downloaded futures-core v0.3.30
11342024-05-31T06:02:58.802Z Downloaded futures-channel v0.3.30
11352024-05-31T06:02:58.802Z Downloaded form_urlencoded v1.2.1
11362024-05-31T06:02:58.802Z Downloaded foreign-types-shared v0.3.1
11372024-05-31T06:02:58.802Z Downloaded zerocopy v0.7.32
11382024-05-31T06:02:58.827Z Downloaded winnow v0.5.15
11392024-05-31T06:02:58.827Z Downloaded opaque-debug v0.3.0
11402024-05-31T06:02:58.827Z Downloaded num-conv v0.1.0
11412024-05-31T06:02:58.827Z Downloaded newtype_derive v0.1.6
11422024-05-31T06:02:58.827Z Downloaded newline-converter v0.3.0
11432024-05-31T06:02:58.827Z Downloaded mime v0.3.17
11442024-05-31T06:02:58.827Z Downloaded bzip2-sys v0.1.11+1.0.8
11452024-05-31T06:02:58.853Z Downloaded zerocopy v0.6.6
11462024-05-31T06:02:58.853Z Downloaded whoami v1.5.1
11472024-05-31T06:02:58.853Z Downloaded walkdir v2.5.0
11482024-05-31T06:02:58.853Z Downloaded version_check v0.9.4
11492024-05-31T06:02:58.853Z Downloaded uuid v1.8.0
11502024-05-31T06:02:58.878Z Downloaded stringprep v0.1.3
11512024-05-31T06:02:58.879Z Downloaded steno v0.4.0
11522024-05-31T06:02:58.879Z Downloaded spki v0.7.2
11532024-05-31T06:02:58.879Z Downloaded spin v0.9.8
11542024-05-31T06:02:58.879Z Downloaded spin v0.5.2
11552024-05-31T06:02:58.879Z Downloaded socket2 v0.5.6
11562024-05-31T06:02:58.879Z Downloaded socket2 v0.4.9
11572024-05-31T06:02:58.879Z Downloaded slog-term v2.9.1
11582024-05-31T06:02:58.879Z Downloaded slog v2.7.0
11592024-05-31T06:02:58.879Z Downloaded peg-runtime v0.8.3
11602024-05-31T06:02:58.879Z Downloaded option-ext v0.2.0
11612024-05-31T06:02:58.905Z Downloaded openssl-probe v0.1.5
11622024-05-31T06:02:58.905Z Downloaded openssl-macros v0.1.1
11632024-05-31T06:02:58.905Z Downloaded num_threads v0.1.6
11642024-05-31T06:02:58.905Z Downloaded normalize-line-endings v0.3.0
11652024-05-31T06:02:58.905Z Downloaded md5 v0.7.0
11662024-05-31T06:02:58.905Z Downloaded md-5 v0.10.5
11672024-05-31T06:02:58.905Z Downloaded xattr v1.0.1
11682024-05-31T06:02:58.905Z Downloaded want v0.3.1
11692024-05-31T06:02:58.905Z Downloaded waitgroup v0.1.2
11702024-05-31T06:02:58.905Z Downloaded vsss-rs v3.3.4
11712024-05-31T06:02:58.905Z Downloaded strsim v0.10.0
11722024-05-31T06:02:58.905Z Downloaded string_cache v0.8.7
11732024-05-31T06:02:58.905Z Downloaded static_assertions v1.1.0
11742024-05-31T06:02:58.905Z Downloaded stable_deref_trait v1.2.0
11752024-05-31T06:02:58.905Z Downloaded smf v0.2.3
11762024-05-31T06:02:58.905Z Downloaded smallvec v1.13.1
11772024-05-31T06:02:58.905Z Downloaded slog-stdlog v4.1.1
11782024-05-31T06:02:58.931Z Downloaded slog-json v2.6.1
11792024-05-31T06:02:58.931Z Downloaded slog-envlogger v2.2.0
11802024-05-31T06:02:58.931Z Downloaded slog-dtrace v0.3.0
11812024-05-31T06:02:58.931Z Downloaded slog-bunyan v2.5.0
11822024-05-31T06:02:58.931Z Downloaded slog-async v2.8.0
11832024-05-31T06:02:58.931Z Downloaded new_debug_unreachable v1.0.4
11842024-05-31T06:02:58.931Z Downloaded memmap v0.7.0
11852024-05-31T06:02:58.931Z Downloaded matches v0.1.10
11862024-05-31T06:02:58.931Z Downloaded linear-map v1.2.0
11872024-05-31T06:02:58.931Z Downloaded libsw v3.3.1
11882024-05-31T06:02:58.931Z Downloaded libefi-sys v0.1.0
11892024-05-31T06:02:58.931Z Downloaded inout v0.1.3
11902024-05-31T06:02:58.931Z Downloaded bstr v1.9.0
11912024-05-31T06:02:58.958Z Downloaded bstr v0.2.17
11922024-05-31T06:02:58.958Z Downloaded match_cfg v0.1.0
11932024-05-31T06:02:58.958Z Downloaded linked-hash-map v0.5.6
11942024-05-31T06:02:58.958Z Downloaded keccak v0.1.4
11952024-05-31T06:02:58.958Z Downloaded curve25519-dalek v4.1.2
11962024-05-31T06:02:58.983Z Downloaded crossbeam-channel v0.5.8
11972024-05-31T06:02:58.983Z Downloaded clap_builder v4.5.2
11982024-05-31T06:02:58.983Z Downloaded chrono v0.4.38
11992024-05-31T06:02:59.009Z Downloaded itoa v1.0.9
12002024-05-31T06:02:59.009Z Downloaded is-terminal v0.4.9
12012024-05-31T06:02:59.009Z Downloaded der v0.7.8
12022024-05-31T06:02:59.009Z Downloaded defmt-parser v0.3.3
12032024-05-31T06:02:59.009Z Downloaded defmt-macros v0.3.6
12042024-05-31T06:02:59.009Z Downloaded data-encoding v2.4.0
12052024-05-31T06:02:59.009Z Downloaded darling_core v0.20.8
12062024-05-31T06:02:59.038Z Downloaded crypto-bigint v0.5.2
12072024-05-31T06:02:59.038Z Downloaded crossterm v0.27.0
12082024-05-31T06:02:59.038Z Downloaded crc32fast v1.3.2
12092024-05-31T06:02:59.038Z Downloaded const-oid v0.9.6
12102024-05-31T06:02:59.038Z Downloaded console v0.15.8
12112024-05-31T06:02:59.063Z Downloaded clap_derive v4.5.4
12122024-05-31T06:02:59.063Z Downloaded cipher v0.4.4
12132024-05-31T06:02:59.063Z Downloaded blake2 v0.10.6
12142024-05-31T06:02:59.063Z Downloaded base64 v0.22.1
12152024-05-31T06:02:59.063Z Downloaded anstyle-parse v0.2.1
12162024-05-31T06:02:59.063Z Downloaded ipnetwork v0.20.0
12172024-05-31T06:02:59.063Z Downloaded defmt v0.3.5
12182024-05-31T06:02:59.063Z Downloaded debug-ignore v1.0.5
12192024-05-31T06:02:59.063Z Downloaded darling_macro v0.20.8
12202024-05-31T06:02:59.063Z Downloaded darling v0.20.8
12212024-05-31T06:02:59.063Z Downloaded curve25519-dalek-derive v0.1.0
12222024-05-31T06:02:59.089Z Downloaded ctr v0.9.2
12232024-05-31T06:02:59.089Z Downloaded crossbeam-utils v0.8.19
12242024-05-31T06:02:59.089Z Downloaded cookie_store v0.20.0
12252024-05-31T06:02:59.089Z Downloaded cookie v0.17.0
12262024-05-31T06:02:59.089Z Downloaded constant_time_eq v0.3.0
12272024-05-31T06:02:59.089Z Downloaded colored v2.1.0
12282024-05-31T06:02:59.089Z Downloaded cobs v0.2.3
12292024-05-31T06:02:59.089Z Downloaded ciborium-ll v0.2.2
12302024-05-31T06:02:59.089Z Downloaded ciborium v0.2.2
12312024-05-31T06:02:59.089Z Downloaded base64 v0.13.1
12322024-05-31T06:02:59.089Z Downloaded instant v0.1.12
12332024-05-31T06:02:59.114Z Downloaded cstr-argument v0.1.2
12342024-05-31T06:02:59.114Z Downloaded crypto-common v0.1.6
12352024-05-31T06:02:59.114Z Downloaded crucible-workspace-hack v0.1.0
12362024-05-31T06:02:59.114Z Downloaded clap v4.5.4
12372024-05-31T06:02:59.114Z Downloaded camino-tempfile v1.1.1
12382024-05-31T06:02:59.114Z Downloaded indexmap v2.2.6
12392024-05-31T06:02:59.114Z Downloaded indexmap v1.9.3
12402024-05-31T06:02:59.143Z Downloaded der_derive v0.7.2
12412024-05-31T06:02:59.143Z Downloaded crossbeam-epoch v0.9.18
12422024-05-31T06:02:59.143Z Downloaded crossbeam-deque v0.8.3
12432024-05-31T06:02:59.143Z Downloaded cpufeatures v0.2.12
12442024-05-31T06:02:59.143Z Downloaded convert_case v0.4.0
12452024-05-31T06:02:59.143Z Downloaded colorchoice v1.0.0
12462024-05-31T06:02:59.143Z Downloaded clap_lex v0.7.0
12472024-05-31T06:02:59.143Z Downloaded ciborium-io v0.2.2
12482024-05-31T06:02:59.143Z Downloaded chacha20poly1305 v0.10.1
12492024-05-31T06:02:59.143Z Downloaded cfg-if v1.0.0
12502024-05-31T06:02:59.143Z Downloaded cc v1.0.83
12512024-05-31T06:02:59.143Z Downloaded cbc v0.1.2
12522024-05-31T06:02:59.143Z Downloaded bytes v1.6.0
12532024-05-31T06:02:59.143Z Downloaded byteorder v1.5.0
12542024-05-31T06:02:59.168Z Downloaded block-padding v0.3.3
12552024-05-31T06:02:59.168Z Downloaded backtrace v0.3.69
12562024-05-31T06:02:59.168Z Downloaded allocator-api2 v0.2.16
12572024-05-31T06:02:59.168Z Downloaded chacha20 v0.9.1
12582024-05-31T06:02:59.168Z Downloaded cancel-safe-futures v0.1.5
12592024-05-31T06:02:59.169Z Downloaded bzip2 v0.4.4
12602024-05-31T06:02:59.169Z Downloaded blowfish v0.9.1
12612024-05-31T06:02:59.169Z Downloaded bitstruct_derive v0.1.0
12622024-05-31T06:02:59.169Z Downloaded bitstruct v0.1.1
12632024-05-31T06:02:59.169Z Downloaded bitflags v2.4.2
12642024-05-31T06:02:59.194Z Downloaded bit-vec v0.6.3
12652024-05-31T06:02:59.195Z Downloaded bcrypt-pbkdf v0.10.0
12662024-05-31T06:02:59.195Z Downloaded base64ct v1.6.0
12672024-05-31T06:02:59.195Z Downloaded backoff v0.4.0
12682024-05-31T06:02:59.195Z Downloaded async-trait v0.1.80
12692024-05-31T06:02:59.195Z Downloaded arrayref v0.3.7
12702024-05-31T06:02:59.195Z Downloaded anyhow v1.0.82
12712024-05-31T06:02:59.195Z Downloaded ahash v0.8.8
12722024-05-31T06:02:59.220Z Downloaded addr2line v0.21.0
12732024-05-31T06:02:59.220Z Downloaded camino v1.1.6
12742024-05-31T06:02:59.220Z Downloaded bytecount v0.6.3
12752024-05-31T06:02:59.220Z Downloaded block-buffer v0.10.4
12762024-05-31T06:02:59.220Z Downloaded blake3 v1.5.0
12772024-05-31T06:02:59.220Z Downloaded bitflags v1.3.2
12782024-05-31T06:02:59.220Z Downloaded bit-set v0.5.3
12792024-05-31T06:02:59.220Z Downloaded base64 v0.21.7
12802024-05-31T06:02:59.246Z Downloaded base16ct v0.2.0
12812024-05-31T06:02:59.246Z Downloaded autocfg v1.1.0
12822024-05-31T06:02:59.246Z Downloaded atty v0.2.14
12832024-05-31T06:02:59.246Z Downloaded atomicwrites v0.4.3
12842024-05-31T06:02:59.246Z Downloaded atomic-waker v1.1.1
12852024-05-31T06:02:59.246Z Downloaded async-stream-impl v0.3.5
12862024-05-31T06:02:59.246Z Downloaded async-stream v0.3.5
12872024-05-31T06:02:59.246Z Downloaded ascii v1.1.0
12882024-05-31T06:02:59.246Z Downloaded arrayvec v0.7.4
12892024-05-31T06:02:59.246Z Downloaded argon2 v0.5.3
12902024-05-31T06:02:59.246Z Downloaded anstyle-query v1.0.0
12912024-05-31T06:02:59.246Z Downloaded anstyle v1.0.7
12922024-05-31T06:02:59.246Z Downloaded anstream v0.6.11
12932024-05-31T06:02:59.246Z Downloaded aho-corasick v1.1.2
12942024-05-31T06:02:59.271Z Downloaded aes-gcm v0.10.3
12952024-05-31T06:02:59.271Z Downloaded aes v0.8.3
12962024-05-31T06:02:59.271Z Downloaded aead v0.5.2
12972024-05-31T06:02:59.271Z Downloaded adler v1.0.2
12982024-05-31T06:02:59.608Z Compiling proc-macro2 v1.0.81
12992024-05-31T06:02:59.634Z Compiling unicode-ident v1.0.12
13002024-05-31T06:02:59.634Z Compiling libc v0.2.153
13012024-05-31T06:02:59.634Z Compiling serde v1.0.201
13022024-05-31T06:02:59.634Z Compiling version_check v0.9.4
13032024-05-31T06:02:59.634Z Compiling cfg-if v1.0.0
13042024-05-31T06:02:59.634Z Compiling autocfg v1.1.0
13052024-05-31T06:02:59.851Z Compiling typenum v1.16.0
13062024-05-31T06:02:59.879Z Compiling parking_lot_core v0.9.8
13072024-05-31T06:02:59.915Z Compiling once_cell v1.19.0
13082024-05-31T06:03:00.376Z Compiling libm v0.2.7
13092024-05-31T06:03:00.423Z Compiling thiserror v1.0.59
13102024-05-31T06:03:00.448Z Compiling byteorder v1.5.0
13112024-05-31T06:03:00.478Z Compiling generic-array v0.14.7
13122024-05-31T06:03:00.749Z Compiling lock_api v0.4.10
13132024-05-31T06:03:00.883Z Compiling ahash v0.8.8
13142024-05-31T06:03:00.997Z Compiling num-traits v0.2.18
13152024-05-31T06:03:01.024Z Compiling serde_json v1.0.116
13162024-05-31T06:03:01.147Z Compiling memchr v2.7.1
13172024-05-31T06:03:01.205Z Compiling log v0.4.21
13182024-05-31T06:03:01.507Z Compiling itoa v1.0.9
13192024-05-31T06:03:01.757Z Compiling quote v1.0.36
13202024-05-31T06:03:01.786Z Compiling scopeguard v1.2.0
13212024-05-31T06:03:02.170Z Compiling syn v2.0.60
13222024-05-31T06:03:02.236Z Compiling getrandom v0.2.12
13232024-05-31T06:03:02.283Z Compiling cc v1.0.83
13242024-05-31T06:03:02.325Z Compiling slab v0.4.9
13252024-05-31T06:03:02.488Z Compiling rand_core v0.6.4
13262024-05-31T06:03:02.849Z Compiling smallvec v1.13.1
13272024-05-31T06:03:02.941Z Compiling allocator-api2 v0.2.16
13282024-05-31T06:03:02.994Z Compiling syn v1.0.109
13292024-05-31T06:03:03.023Z Compiling pin-project-lite v0.2.13
13302024-05-31T06:03:03.151Z Compiling subtle v2.5.0
13312024-05-31T06:03:03.214Z Compiling ryu v1.0.15
13322024-05-31T06:03:03.435Z Compiling pkg-config v0.3.27
13332024-05-31T06:03:03.503Z Compiling parking_lot v0.12.1
13342024-05-31T06:03:03.638Z Compiling schemars v0.8.17
13352024-05-31T06:03:03.754Z Compiling signal-hook-registry v1.4.1
13362024-05-31T06:03:03.933Z Compiling mio v0.8.11
13372024-05-31T06:03:03.987Z Compiling equivalent v1.0.1
13382024-05-31T06:03:04.288Z Compiling num_cpus v1.16.0
13392024-05-31T06:03:04.400Z Compiling socket2 v0.5.6
13402024-05-31T06:03:04.560Z Compiling time-core v0.1.2
13412024-05-31T06:03:04.716Z Compiling ring v0.17.8
13422024-05-31T06:03:04.742Z Compiling num-conv v0.1.0
13432024-05-31T06:03:04.989Z Compiling time-macros v0.2.17
13442024-05-31T06:03:05.014Z Compiling futures-core v0.3.30
13452024-05-31T06:03:05.275Z Compiling vcpkg v0.2.15
13462024-05-31T06:03:05.300Z Compiling httparse v1.8.0
13472024-05-31T06:03:05.300Z Compiling const-oid v0.9.6
13482024-05-31T06:03:06.998Z Compiling futures-sink v0.3.30
13492024-05-31T06:03:07.044Z Compiling ring v0.16.20
13502024-05-31T06:03:07.166Z Compiling openssl-sys v0.9.102
13512024-05-31T06:03:07.433Z Compiling futures-channel v0.3.30
13522024-05-31T06:03:07.517Z Compiling pin-utils v0.1.0
13532024-05-31T06:03:07.602Z Compiling fnv v1.0.7
13542024-05-31T06:03:07.722Z Compiling futures-io v0.3.30
13552024-05-31T06:03:07.815Z Compiling spin v0.5.2
13562024-05-31T06:03:07.888Z Compiling futures-task v0.3.30
13572024-05-31T06:03:08.052Z Compiling serde_derive_internals v0.29.0
13582024-05-31T06:03:08.079Z Compiling slog v2.7.0
13592024-05-31T06:03:08.104Z Compiling openssl v0.10.64
13602024-05-31T06:03:08.129Z Compiling semver v1.0.22
13612024-05-31T06:03:08.198Z Compiling iana-time-zone v0.1.57
13622024-05-31T06:03:08.435Z Compiling rustix v0.38.31
13632024-05-31T06:03:08.509Z Compiling heck v0.4.1
13642024-05-31T06:03:08.616Z Compiling native-tls v0.2.11
13652024-05-31T06:03:08.659Z Compiling rustls v0.21.9
13662024-05-31T06:03:08.968Z Compiling tinyvec_macros v0.1.1
13672024-05-31T06:03:09.047Z Compiling cpufeatures v0.2.12
13682024-05-31T06:03:09.072Z Compiling tinyvec v1.6.0
13692024-05-31T06:03:09.097Z Compiling backtrace v0.3.69
13702024-05-31T06:03:09.151Z Compiling cookie v0.17.0
13712024-05-31T06:03:09.638Z Compiling aho-corasick v1.1.2
13722024-05-31T06:03:09.678Z Compiling dyn-clone v1.0.17
13732024-05-31T06:03:09.869Z Compiling unicode-bidi v0.3.15
13742024-05-31T06:03:10.152Z Compiling heck v0.5.0
13752024-05-31T06:03:10.251Z Compiling unicode-normalization v0.1.22
13762024-05-31T06:03:10.316Z Compiling regex-syntax v0.8.2
13772024-05-31T06:03:10.581Z Compiling crossbeam-utils v0.8.19
13782024-05-31T06:03:11.123Z Compiling ppv-lite86 v0.2.17
13792024-05-31T06:03:11.176Z Compiling anyhow v1.0.82
13802024-05-31T06:03:11.202Z Compiling tracing-core v0.1.32
13812024-05-31T06:03:11.732Z Compiling ucd-trie v0.1.6
13822024-05-31T06:03:12.382Z Compiling percent-encoding v2.3.1
13832024-05-31T06:03:12.654Z Compiling rand_chacha v0.3.1
13842024-05-31T06:03:13.497Z Compiling regex-automata v0.4.5
13852024-05-31T06:03:13.825Z Compiling serde_derive v1.0.201
13862024-05-31T06:03:14.043Z Compiling zeroize_derive v1.4.2
13872024-05-31T06:03:14.068Z Compiling zerocopy-derive v0.7.32
13882024-05-31T06:03:14.394Z Compiling thiserror-impl v1.0.59
13892024-05-31T06:03:14.868Z Compiling tokio-macros v2.2.0
13902024-05-31T06:03:15.391Z Compiling zeroize v1.7.0
13912024-05-31T06:03:15.416Z Compiling futures-macro v0.3.30
13922024-05-31T06:03:15.517Z Compiling tracing-attributes v0.1.27
13932024-05-31T06:03:15.997Z Compiling zerocopy v0.7.32
13942024-05-31T06:03:16.307Z Compiling schemars_derive v0.8.17
13952024-05-31T06:03:16.897Z Compiling crypto-common v0.1.6
13962024-05-31T06:03:17.286Z Compiling block-buffer v0.10.4
13972024-05-31T06:03:17.400Z Compiling futures-util v0.3.30
13982024-05-31T06:03:17.519Z Compiling digest v0.10.7
13992024-05-31T06:03:17.744Z Compiling hashbrown v0.14.3
14002024-05-31T06:03:17.921Z Compiling openssl-macros v0.1.1
14012024-05-31T06:03:18.402Z Compiling async-trait v0.1.80
14022024-05-31T06:03:18.879Z Compiling scroll_derive v0.12.0
14032024-05-31T06:03:19.080Z Compiling tracing v0.1.40
14042024-05-31T06:03:19.143Z Compiling regex v1.10.4
14052024-05-31T06:03:19.537Z Compiling pest v2.7.6
14062024-05-31T06:03:20.017Z Compiling der_derive v0.7.2
14072024-05-31T06:03:20.251Z Compiling rand v0.8.5
14082024-05-31T06:03:21.518Z Compiling pest_meta v2.7.6
14092024-05-31T06:03:21.859Z Compiling spin v0.9.8
14102024-05-31T06:03:22.176Z Compiling rustversion v1.0.14
14112024-05-31T06:03:22.201Z Compiling powerfmt v0.2.0
14122024-05-31T06:03:22.468Z Compiling pest_generator v2.7.6
14132024-05-31T06:03:22.554Z Compiling deranged v0.3.11
14142024-05-31T06:03:22.749Z Compiling form_urlencoded v1.2.1
14152024-05-31T06:03:22.798Z Compiling usdt-impl v0.5.0
14162024-05-31T06:03:23.351Z Compiling num_threads v0.1.6
14172024-05-31T06:03:23.456Z Compiling winnow v0.5.15
14182024-05-31T06:03:23.481Z Compiling unicode-width v0.1.11
14192024-05-31T06:03:24.037Z Compiling time v0.3.34
14202024-05-31T06:03:24.083Z Compiling scroll v0.12.0
14212024-05-31T06:03:25.387Z Compiling bytes v1.6.0
14222024-05-31T06:03:25.623Z Compiling indexmap v2.2.6
14232024-05-31T06:03:26.331Z Compiling tokio v1.37.0
14242024-05-31T06:03:26.572Z Compiling serde_tokenstream v0.2.0
14252024-05-31T06:03:26.847Z Compiling chrono v0.4.38
14262024-05-31T06:03:27.010Z Compiling uuid v1.8.0
14272024-05-31T06:03:28.109Z Compiling bitflags v2.4.2
14282024-05-31T06:03:28.135Z Compiling http v0.2.12
14292024-05-31T06:03:28.896Z Compiling toml_datetime v0.6.5
14302024-05-31T06:03:29.028Z Compiling serde_spanned v0.6.5
14312024-05-31T06:03:29.221Z Compiling rustc_version v0.4.0
14322024-05-31T06:03:29.845Z Compiling pest_derive v2.7.6
14332024-05-31T06:03:29.891Z Compiling toml_edit v0.19.15
14342024-05-31T06:03:30.267Z Compiling plain v0.2.3
14352024-05-31T06:03:30.522Z Compiling goblin v0.8.0
14362024-05-31T06:03:31.546Z Compiling openapiv3 v2.0.0
14372024-05-31T06:03:31.920Z Compiling idna v0.5.0
14382024-05-31T06:03:33.895Z Compiling pretty-hex v0.4.1
14392024-05-31T06:03:33.995Z Compiling crc32fast v1.3.2
14402024-05-31T06:03:34.485Z Compiling url v2.5.0
14412024-05-31T06:03:35.152Z Compiling dof v0.3.0
14422024-05-31T06:03:35.324Z Compiling dtrace-parser v0.2.0
14432024-05-31T06:03:35.994Z Compiling lazy_static v1.4.0
14442024-05-31T06:03:36.169Z Compiling thread-id v4.2.0
14452024-05-31T06:03:37.109Z Compiling tokio-util v0.7.10
14462024-05-31T06:03:37.777Z Compiling untrusted v0.9.0
14472024-05-31T06:03:38.285Z Compiling untrusted v0.7.1
14482024-05-31T06:03:38.451Z Compiling foreign-types-shared v0.1.1
14492024-05-31T06:03:38.569Z Compiling foreign-types v0.3.2
14502024-05-31T06:03:40.615Z Compiling errno v0.3.8
14512024-05-31T06:03:40.647Z Compiling adler v1.0.2
14522024-05-31T06:03:40.881Z Compiling try-lock v0.2.4
14532024-05-31T06:03:41.022Z Compiling base64 v0.21.7
14542024-05-31T06:03:41.803Z Compiling want v0.3.1
14552024-05-31T06:03:41.868Z Compiling sct v0.7.0
14562024-05-31T06:03:42.010Z Compiling miniz_oxide v0.7.1
14572024-05-31T06:03:42.384Z Compiling rustls-webpki v0.101.7
14582024-05-31T06:03:42.695Z Compiling usdt-macro v0.5.0
14592024-05-31T06:03:43.208Z Compiling usdt-attr-macro v0.5.0
14602024-05-31T06:03:43.950Z Compiling h2 v0.3.26
14612024-05-31T06:03:44.494Z Compiling http-body v0.4.5
14622024-05-31T06:03:44.880Z Compiling num-bigint v0.4.4
14632024-05-31T06:03:45.314Z Compiling httpdate v1.0.3
14642024-05-31T06:03:45.590Z Compiling openssl-probe v0.1.5
14652024-05-31T06:03:45.645Z Compiling tower-service v0.3.2
14662024-05-31T06:03:46.896Z Compiling heapless v0.7.16
14672024-05-31T06:03:47.018Z Compiling idna v0.3.0
14682024-05-31T06:03:47.417Z Compiling bzip2-sys v0.1.11+1.0.8
14692024-05-31T06:03:47.773Z Compiling signal-hook v0.3.17
14702024-05-31T06:03:48.005Z Compiling psl-types v2.0.11
14712024-05-31T06:03:48.181Z Compiling base64ct v1.6.0
14722024-05-31T06:03:48.268Z Compiling publicsuffix v2.2.3
14732024-05-31T06:03:48.678Z Compiling tokio-native-tls v0.3.1
14742024-05-31T06:03:49.355Z Compiling hyper v0.14.28
14752024-05-31T06:03:49.738Z Compiling tokio-rustls v0.24.1
14762024-05-31T06:03:49.856Z Compiling crossbeam-epoch v0.9.18
14772024-05-31T06:03:50.075Z Compiling ipnet v2.9.0
14782024-05-31T06:03:50.105Z Compiling gimli v0.28.0
14792024-05-31T06:03:51.181Z Compiling cookie_store v0.20.0
14802024-05-31T06:03:52.440Z Compiling rustls-pemfile v1.0.3
14812024-05-31T06:03:52.467Z Compiling serde_urlencoded v0.7.1
14822024-05-31T06:03:52.904Z Compiling enum-as-inner v0.5.1
14832024-05-31T06:03:53.180Z Compiling object v0.32.1
14842024-05-31T06:03:53.722Z Compiling addr2line v0.21.0
14852024-05-31T06:03:53.765Z Compiling encoding_rs v0.8.33
14862024-05-31T06:03:54.253Z Compiling mime v0.3.17
14872024-05-31T06:03:54.660Z Compiling smoltcp v0.9.1
14882024-05-31T06:03:54.688Z Compiling data-encoding v2.4.0
14892024-05-31T06:03:54.768Z Compiling rustc-demangle v0.1.23
14902024-05-31T06:03:55.303Z Compiling hyper-rustls v0.24.2
14912024-05-31T06:03:55.594Z Compiling hyper-tls v0.5.0
14922024-05-31T06:03:55.653Z Compiling webpki-roots v0.25.2
14932024-05-31T06:03:55.944Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14942024-05-31T06:03:56.602Z Compiling sync_wrapper v0.1.2
14952024-05-31T06:03:56.627Z Compiling either v1.11.0
14962024-05-31T06:03:56.964Z Compiling pem-rfc7468 v0.7.0
14972024-05-31T06:03:57.078Z Compiling reqwest v0.11.27
14982024-05-31T06:03:57.647Z Compiling hmac v0.12.1
14992024-05-31T06:03:57.713Z Compiling futures-executor v0.3.30
15002024-05-31T06:03:58.423Z Compiling regress v0.9.1
15012024-05-31T06:04:00.318Z Compiling flagset v0.4.3
15022024-05-31T06:04:00.728Z Compiling winnow v0.6.1
15032024-05-31T06:04:00.822Z Compiling unicode-segmentation v1.10.1
15042024-05-31T06:04:00.872Z Compiling siphasher v0.3.11
15052024-05-31T06:04:01.195Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15062024-05-31T06:04:01.360Z Compiling der v0.7.8
15072024-05-31T06:04:02.528Z Compiling flate2 v1.0.28
15082024-05-31T06:04:03.357Z Compiling toml_edit v0.22.12
15092024-05-31T06:04:04.899Z Compiling hubpack_derive v0.1.1
15102024-05-31T06:04:05.244Z Compiling zerocopy-derive v0.6.6
15112024-05-31T06:04:05.654Z Compiling clap_derive v4.5.4
15122024-05-31T06:04:06.898Z Compiling anstyle v1.0.7
15132024-05-31T06:04:07.026Z Compiling bitflags v1.3.2
15142024-05-31T06:04:07.130Z Compiling utf8parse v0.2.1
15152024-05-31T06:04:07.383Z Compiling sha2 v0.10.8
15162024-05-31T06:04:07.408Z Compiling anstyle-parse v0.2.1
15172024-05-31T06:04:09.470Z Compiling futures v0.3.30
15182024-05-31T06:04:09.586Z Compiling spki v0.7.2
15192024-05-31T06:04:09.983Z Compiling md-5 v0.10.5
15202024-05-31T06:04:10.008Z Compiling toml v0.7.8
15212024-05-31T06:04:10.096Z Compiling hex v0.4.3
15222024-05-31T06:04:10.266Z Compiling block-padding v0.3.3
15232024-05-31T06:04:10.290Z Compiling stringprep v0.1.3
15242024-05-31T06:04:10.488Z Compiling num-integer v0.1.46
15252024-05-31T06:04:10.529Z Compiling diesel_table_macro_syntax v0.1.0
15262024-05-31T06:04:10.629Z Compiling hash32 v0.2.1
15272024-05-31T06:04:11.016Z Compiling colorchoice v1.0.0
15282024-05-31T06:04:11.129Z Compiling anstyle-query v1.0.0
15292024-05-31T06:04:11.190Z Compiling fallible-iterator v0.2.0
15302024-05-31T06:04:11.262Z Compiling stable_deref_trait v1.2.0
15312024-05-31T06:04:11.607Z Compiling anstream v0.6.11
15322024-05-31T06:04:11.748Z Compiling postgres-protocol v0.6.6
15332024-05-31T06:04:11.773Z Compiling diesel_derives v2.1.2
15342024-05-31T06:04:12.898Z Compiling inout v0.1.3
15352024-05-31T06:04:12.959Z Compiling pkcs8 v0.10.2
15362024-05-31T06:04:13.393Z Compiling phf_shared v0.11.2
15372024-05-31T06:04:13.739Z Compiling terminal_size v0.3.0
15382024-05-31T06:04:13.874Z Compiling ff v0.13.0
15392024-05-31T06:04:13.924Z Compiling strum_macros v0.25.2
15402024-05-31T06:04:14.329Z Compiling serde_repr v0.1.16
15412024-05-31T06:04:14.424Z Compiling scheduled-thread-pool v0.2.7
15422024-05-31T06:04:14.449Z Compiling managed v0.8.0
15432024-05-31T06:04:14.768Z Compiling clap_lex v0.7.0
15442024-05-31T06:04:14.910Z Compiling base16ct v0.2.0
15452024-05-31T06:04:15.232Z Compiling strsim v0.11.0
15462024-05-31T06:04:15.325Z Compiling bit-vec v0.6.3
15472024-05-31T06:04:15.363Z Compiling matches v0.1.10
15482024-05-31T06:04:15.459Z Compiling regex-automata v0.1.10
15492024-05-31T06:04:15.520Z Compiling clap_builder v4.5.2
15502024-05-31T06:04:15.710Z Compiling idna v0.2.3
15512024-05-31T06:04:15.846Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15522024-05-31T06:04:15.909Z Compiling bstr v0.2.17
15532024-05-31T06:04:17.005Z Compiling sec1 v0.7.3
15542024-05-31T06:04:17.224Z Compiling r2d2 v0.8.10
15552024-05-31T06:04:17.540Z Compiling group v0.13.0
15562024-05-31T06:04:17.817Z Compiling phf v0.11.2
15572024-05-31T06:04:18.310Z Compiling signal-hook-mio v0.2.3
15582024-05-31T06:04:18.835Z Compiling cipher v0.4.4
15592024-05-31T06:04:18.860Z Compiling bzip2 v0.4.4
15602024-05-31T06:04:19.277Z Compiling postgres-types v0.2.6
15612024-05-31T06:04:19.375Z Compiling zerocopy v0.6.6
15622024-05-31T06:04:20.053Z Compiling hubpack v0.1.2
15632024-05-31T06:04:20.078Z Compiling phf_shared v0.10.0
15642024-05-31T06:04:20.432Z Compiling hkdf v0.12.4
15652024-05-31T06:04:20.508Z Compiling crypto-bigint v0.5.2
15662024-05-31T06:04:20.605Z Compiling ipnetwork v0.20.0
15672024-05-31T06:04:21.392Z Compiling float-cmp v0.9.0
15682024-05-31T06:04:21.583Z Compiling memmap v0.7.0
15692024-05-31T06:04:23.163Z Compiling precomputed-hash v0.1.1
15702024-05-31T06:04:23.272Z Compiling whoami v1.5.1
15712024-05-31T06:04:23.481Z Compiling normalize-line-endings v0.3.0
15722024-05-31T06:04:23.567Z Compiling new_debug_unreachable v1.0.4
15732024-05-31T06:04:23.611Z Compiling difflib v0.4.0
15742024-05-31T06:04:23.785Z Compiling predicates-core v1.0.6
15752024-05-31T06:04:23.813Z Compiling minimal-lexical v0.2.1
15762024-05-31T06:04:23.853Z Compiling static_assertions v1.1.0
15772024-05-31T06:04:23.958Z Compiling fixedbitset v0.4.2
15782024-05-31T06:04:24.099Z Compiling predicates v3.1.0
15792024-05-31T06:04:24.143Z Compiling diesel v2.1.6
15802024-05-31T06:04:24.204Z Compiling petgraph v0.6.4
15812024-05-31T06:04:24.241Z Compiling nom v7.1.3
15822024-05-31T06:04:24.346Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15832024-05-31T06:04:24.947Z Compiling string_cache v0.8.7
15842024-05-31T06:04:25.347Z Compiling tokio-postgres v0.7.10
15852024-05-31T06:04:26.387Z Compiling trust-dns-proto v0.22.0
15862024-05-31T06:04:27.186Z Compiling elliptic-curve v0.13.8
15872024-05-31T06:04:27.406Z Compiling usdt v0.5.0
15882024-05-31T06:04:27.487Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15892024-05-31T06:04:27.612Z Compiling yasna v0.5.2
15902024-05-31T06:04:27.829Z Compiling zip v0.6.6
15912024-05-31T06:04:28.334Z Compiling clap v4.5.4
15922024-05-31T06:04:28.448Z Compiling crossterm v0.27.0
15932024-05-31T06:04:29.188Z Compiling similar v2.4.0
15942024-05-31T06:04:29.293Z Compiling bit-set v0.5.3
15952024-05-31T06:04:29.502Z Compiling num-iter v0.1.44
15962024-05-31T06:04:29.578Z Compiling console v0.15.8
15972024-05-31T06:04:29.704Z Compiling itertools v0.10.5
15982024-05-31T06:04:30.711Z Compiling tokio-stream v0.1.15
15992024-05-31T06:04:31.352Z Compiling getopts v0.2.21
16002024-05-31T06:04:31.627Z Compiling bstr v1.9.0
16012024-05-31T06:04:31.943Z Compiling unsafe-libyaml v0.2.10
16022024-05-31T06:04:32.166Z Compiling peg-runtime v0.8.3
16032024-05-31T06:04:32.246Z Compiling lalrpop-util v0.19.12
16042024-05-31T06:04:32.816Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16052024-05-31T06:04:33.088Z Compiling serde_yaml v0.9.25
16062024-05-31T06:04:34.832Z Compiling camino v1.1.6
16072024-05-31T06:04:38.154Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16082024-05-31T06:04:38.547Z Compiling sha1 v0.10.6
16092024-05-31T06:04:39.315Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16102024-05-31T06:04:52.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112024-05-31T06:04:53.113Z Compiling strum_macros v0.26.1
16122024-05-31T06:04:54.345Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16132024-05-31T06:04:57.283Z Compiling strum v0.26.2
16142024-05-31T06:04:57.443Z Compiling dirs-sys-next v0.1.2
16152024-05-31T06:04:57.624Z Compiling base64 v0.22.1
16162024-05-31T06:04:58.005Z Compiling rayon-core v1.12.1
16172024-05-31T06:04:58.109Z Compiling match_cfg v0.1.0
16182024-05-31T06:04:58.201Z Compiling hostname v0.3.1
16192024-05-31T06:04:58.271Z Compiling dirs-next v2.0.0
16202024-05-31T06:04:58.329Z Compiling crossbeam-deque v0.8.3
16212024-05-31T06:04:58.379Z Compiling http v1.0.0
16222024-05-31T06:04:58.422Z Compiling thread_local v1.1.7
16232024-05-31T06:04:58.471Z Compiling slog-async v2.8.0
16242024-05-31T06:04:58.622Z Compiling rustls-pki-types v1.3.0
16252024-05-31T06:04:58.729Z Compiling ident_case v1.0.1
16262024-05-31T06:04:58.844Z Compiling fastrand v2.0.1
16272024-05-31T06:04:58.904Z Compiling strsim v0.10.0
16282024-05-31T06:04:58.929Z Compiling same-file v1.0.6
16292024-05-31T06:04:59.151Z Compiling darling_core v0.20.8
16302024-05-31T06:04:59.266Z Compiling tempfile v3.10.1
16312024-05-31T06:04:59.327Z Compiling walkdir v2.5.0
16322024-05-31T06:04:59.609Z Compiling term v0.7.0
16332024-05-31T06:05:00.137Z Compiling crossbeam-channel v0.5.8
16342024-05-31T06:05:00.441Z Compiling is-terminal v0.4.9
16352024-05-31T06:05:00.563Z Compiling blake3 v1.5.0
16362024-05-31T06:05:00.588Z Compiling take_mut v0.2.2
16372024-05-31T06:05:00.736Z Compiling paste v1.0.14
16382024-05-31T06:05:00.964Z Compiling rustls v0.22.4
16392024-05-31T06:05:01.102Z Compiling slog-term v2.9.1
16402024-05-31T06:05:01.421Z Compiling rayon v1.10.0
16412024-05-31T06:05:01.447Z Compiling rustls-webpki v0.102.1
16422024-05-31T06:05:02.028Z Compiling xattr v1.0.1
16432024-05-31T06:05:02.130Z Compiling filetime v0.2.23
16442024-05-31T06:05:02.159Z Compiling memmap2 v0.7.1
16452024-05-31T06:05:02.265Z Compiling multer v3.1.0
16462024-05-31T06:05:02.425Z Compiling instant v0.1.12
16472024-05-31T06:05:02.528Z Compiling home v0.5.5
16482024-05-31T06:05:02.554Z Compiling constant_time_eq v0.3.0
16492024-05-31T06:05:02.580Z Compiling arrayref v0.3.7
16502024-05-31T06:05:02.675Z Compiling arrayvec v0.7.4
16512024-05-31T06:05:02.702Z Compiling toolchain_find v0.4.0
16522024-05-31T06:05:02.851Z Compiling tar v0.4.40
16532024-05-31T06:05:03.170Z Compiling camino-tempfile v1.1.1
16542024-05-31T06:05:03.550Z Compiling toml v0.8.12
16552024-05-31T06:05:04.593Z Compiling slog-json v2.6.1
16562024-05-31T06:05:04.676Z Compiling async-stream-impl v0.3.5
16572024-05-31T06:05:04.890Z Compiling darling_macro v0.20.8
16582024-05-31T06:05:04.970Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16592024-05-31T06:05:05.249Z Compiling topological-sort v0.2.2
16602024-05-31T06:05:05.299Z Compiling debug-ignore v1.0.5
16612024-05-31T06:05:05.439Z Compiling atomic-waker v1.1.1
16622024-05-31T06:05:05.465Z Compiling omicron-zone-package v0.11.0
16632024-05-31T06:05:05.627Z Compiling waitgroup v0.1.2
16642024-05-31T06:05:05.828Z Compiling darling v0.20.8
16652024-05-31T06:05:05.956Z Compiling async-stream v0.3.5
16662024-05-31T06:05:06.002Z Compiling serde_with_macros v3.7.0
16672024-05-31T06:05:06.028Z Compiling slog-bunyan v2.5.0
16682024-05-31T06:05:06.214Z Compiling rustfmt-wrapper v0.2.1
16692024-05-31T06:05:06.263Z Compiling rustls-pemfile v2.1.2
16702024-05-31T06:05:06.681Z Compiling tokio-rustls v0.25.0
16712024-05-31T06:05:06.708Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16722024-05-31T06:05:07.041Z Compiling serde_path_to_error v0.1.16
16732024-05-31T06:05:07.164Z Compiling structmeta-derive v0.3.0
16742024-05-31T06:05:07.747Z Compiling hostname v0.4.0
16752024-05-31T06:05:07.854Z Compiling proc-macro-error-attr v1.0.4
16762024-05-31T06:05:07.971Z Compiling proc-macro-error v1.0.4
16772024-05-31T06:05:08.188Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16782024-05-31T06:05:08.478Z Compiling newtype-uuid v1.1.0
16792024-05-31T06:05:08.641Z Compiling serde_with v3.7.0
16802024-05-31T06:05:08.755Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16812024-05-31T06:05:09.402Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16822024-05-31T06:05:09.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16832024-05-31T06:05:09.714Z Compiling structmeta v0.3.0
16842024-05-31T06:05:09.828Z Compiling backoff v0.4.0
16852024-05-31T06:05:10.105Z Compiling parse-display-derive v0.9.0
16862024-05-31T06:05:10.143Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16872024-05-31T06:05:10.833Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16882024-05-31T06:05:11.002Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16892024-05-31T06:05:11.048Z Compiling macaddr v1.0.1
16902024-05-31T06:05:11.485Z Compiling proc-macro-crate v1.3.1
16912024-05-31T06:05:11.730Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922024-05-31T06:05:11.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16932024-05-31T06:05:12.129Z Compiling foreign-types-macros v0.2.3
16942024-05-31T06:05:12.226Z Compiling heapless v0.8.0
16952024-05-31T06:05:12.508Z Compiling num_enum_derive v0.5.11
16962024-05-31T06:05:12.756Z Compiling foreign-types-shared v0.3.1
16972024-05-31T06:05:12.869Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16982024-05-31T06:05:13.278Z Compiling foreign-types v0.5.0
16992024-05-31T06:05:13.538Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17002024-05-31T06:05:13.575Z Compiling cstr-argument v0.1.2
17012024-05-31T06:05:13.805Z Compiling hash32 v0.3.1
17022024-05-31T06:05:14.026Z Compiling pretty-hex v0.2.1
17032024-05-31T06:05:14.197Z Compiling smoltcp v0.11.0
17042024-05-31T06:05:14.222Z Compiling parse-display v0.9.0
17052024-05-31T06:05:14.786Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17062024-05-31T06:05:14.832Z Compiling num_enum v0.5.11
17072024-05-31T06:05:14.859Z Compiling tabwriter v1.4.0
17082024-05-31T06:05:14.982Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17092024-05-31T06:05:15.306Z Compiling colored v2.1.0
17102024-05-31T06:05:15.334Z Compiling socket2 v0.4.9
17112024-05-31T06:05:15.361Z Compiling cobs v0.2.3
17122024-05-31T06:05:15.649Z Compiling embedded-io v0.4.0
17132024-05-31T06:05:15.924Z Compiling postcard v1.0.8
17142024-05-31T06:05:15.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17152024-05-31T06:05:16.149Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17162024-05-31T06:05:16.267Z Compiling crucible-workspace-hack v0.1.0
17172024-05-31T06:05:16.418Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17182024-05-31T06:05:16.544Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17192024-05-31T06:05:16.690Z Compiling smf v0.2.3
17202024-05-31T06:05:16.717Z Compiling humantime v2.1.0
17212024-05-31T06:05:16.845Z Compiling platforms v3.0.2
17222024-05-31T06:05:16.870Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17232024-05-31T06:05:17.217Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17242024-05-31T06:05:17.242Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17252024-05-31T06:05:17.586Z Compiling num-derive v0.4.0
17262024-05-31T06:05:17.631Z Compiling sigpipe v0.1.3
17272024-05-31T06:05:17.740Z Compiling utf-8 v0.7.6
17282024-05-31T06:05:17.847Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17292024-05-31T06:05:18.213Z Compiling atty v0.2.14
17302024-05-31T06:05:18.338Z Compiling unicase v2.7.0
17312024-05-31T06:05:18.439Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17322024-05-31T06:05:18.531Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17332024-05-31T06:05:18.603Z Compiling semver v0.1.20
17342024-05-31T06:05:19.154Z Compiling rustc_version v0.1.7
17352024-05-31T06:05:19.369Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17362024-05-31T06:05:19.777Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17372024-05-31T06:05:19.807Z Compiling curve25519-dalek v4.1.2
17382024-05-31T06:05:19.833Z Compiling newline-converter v0.3.0
17392024-05-31T06:05:19.960Z Compiling universal-hash v0.5.1
17402024-05-31T06:05:20.152Z Compiling opaque-debug v0.3.0
17412024-05-31T06:05:20.177Z Compiling expectorate v1.1.0
17422024-05-31T06:05:20.248Z Compiling newtype_derive v0.1.6
17432024-05-31T06:05:20.279Z Compiling tungstenite v0.20.1
17442024-05-31T06:05:20.328Z Compiling signature v2.1.0
17452024-05-31T06:05:20.359Z Compiling curve25519-dalek-derive v0.1.0
17462024-05-31T06:05:20.523Z Compiling num-rational v0.4.1
17472024-05-31T06:05:20.549Z Compiling linked-hash-map v0.5.6
17482024-05-31T06:05:20.574Z Compiling quick-error v1.2.3
17492024-05-31T06:05:20.719Z Compiling termcolor v1.2.0
17502024-05-31T06:05:20.802Z Compiling arc-swap v1.6.0
17512024-05-31T06:05:20.953Z Compiling getrandom v0.1.16
17522024-05-31T06:05:21.449Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
17532024-05-31T06:05:21.494Z Compiling slog-scope v4.4.0
17542024-05-31T06:05:21.574Z Compiling tokio-tungstenite v0.20.1
17552024-05-31T06:05:21.604Z Compiling env_logger v0.9.3
17562024-05-31T06:05:21.977Z Compiling lru-cache v0.1.2
17572024-05-31T06:05:22.179Z Compiling resolv-conf v0.7.0
17582024-05-31T06:05:22.294Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17592024-05-31T06:05:22.474Z Compiling password-hash v0.5.0
17602024-05-31T06:05:22.555Z Compiling blake2 v0.10.6
17612024-05-31T06:05:22.808Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17622024-05-31T06:05:22.834Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17632024-05-31T06:05:22.900Z Compiling bitstruct_derive v0.1.0
17642024-05-31T06:05:23.404Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17652024-05-31T06:05:23.532Z Compiling parking_lot_core v0.8.6
17662024-05-31T06:05:23.702Z Compiling libefi-sys v0.1.0
17672024-05-31T06:05:23.780Z Compiling bytecount v0.6.3
17682024-05-31T06:05:23.938Z Compiling ascii v1.1.0
17692024-05-31T06:05:24.031Z Compiling papergrid v0.11.0
17702024-05-31T06:05:24.055Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17712024-05-31T06:05:24.080Z Compiling bitstruct v0.1.1
17722024-05-31T06:05:24.196Z Compiling argon2 v0.5.3
17732024-05-31T06:05:24.293Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17742024-05-31T06:05:24.472Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17752024-05-31T06:05:24.566Z Compiling trust-dns-resolver v0.22.0
17762024-05-31T06:05:25.224Z Compiling slog-stdlog v4.1.1
17772024-05-31T06:05:25.584Z Compiling tabled_derive v0.7.0
17782024-05-31T06:05:26.088Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17792024-05-31T06:05:26.453Z Compiling rfc6979 v0.4.0
17802024-05-31T06:05:26.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17812024-05-31T06:05:26.666Z Compiling serde_arrays v0.1.0
17822024-05-31T06:05:26.691Z Compiling erased-serde v0.3.31
17832024-05-31T06:05:26.811Z Compiling aead v0.5.2
17842024-05-31T06:05:26.956Z Compiling num-complex v0.4.5
17852024-05-31T06:05:27.129Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17862024-05-31T06:05:27.463Z Compiling nibble_vec v0.1.0
17872024-05-31T06:05:27.656Z Compiling slog-dtrace v0.3.0
17882024-05-31T06:05:27.702Z Compiling endian-type v0.1.2
17892024-05-31T06:05:27.824Z Compiling cancel-safe-futures v0.1.5
17902024-05-31T06:05:27.866Z Compiling keccak v0.1.4
17912024-05-31T06:05:27.891Z Compiling winapi v0.3.9
17922024-05-31T06:05:27.916Z Compiling tabled v0.15.0
17932024-05-31T06:05:28.011Z Compiling radix_trie v0.2.1
17942024-05-31T06:05:28.161Z Compiling sha3 v0.10.8
17952024-05-31T06:05:28.490Z Compiling num v0.4.2
17962024-05-31T06:05:28.599Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17972024-05-31T06:05:28.623Z Compiling ecdsa v0.16.9
17982024-05-31T06:05:28.717Z Compiling rand_core v0.5.1
17992024-05-31T06:05:28.775Z Compiling slog-envlogger v2.2.0
18002024-05-31T06:05:28.969Z Compiling steno v0.4.0
18012024-05-31T06:05:29.139Z Compiling mime_guess v2.0.4
18022024-05-31T06:05:29.322Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18032024-05-31T06:05:29.791Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18042024-05-31T06:05:29.901Z Compiling poly1305 v0.8.0
18052024-05-31T06:05:30.281Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18062024-05-31T06:05:30.435Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18072024-05-31T06:05:30.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18082024-05-31T06:05:31.205Z Compiling primeorder v0.13.6
18092024-05-31T06:05:31.322Z Compiling chacha20 v0.9.1
18102024-05-31T06:05:31.437Z Compiling heck v0.3.3
18112024-05-31T06:05:31.622Z Compiling secrecy v0.8.0
18122024-05-31T06:05:31.722Z Compiling thiserror-impl-no-std v2.0.2
18132024-05-31T06:05:31.793Z Compiling half v2.3.1
18142024-05-31T06:05:31.840Z Compiling option-ext v0.2.0
18152024-05-31T06:05:31.961Z Compiling ciborium-io v0.2.2
18162024-05-31T06:05:32.099Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18172024-05-31T06:05:32.257Z Compiling convert_case v0.4.0
18182024-05-31T06:05:33.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18192024-05-31T06:05:33.354Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18202024-05-31T06:05:33.614Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18212024-05-31T06:05:33.754Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18222024-05-31T06:05:34.005Z Compiling derive_more v0.99.17
18232024-05-31T06:05:34.279Z Compiling ciborium-ll v0.2.2
18242024-05-31T06:05:34.364Z Compiling thiserror-no-std v2.0.2
18252024-05-31T06:05:34.483Z Compiling dirs-sys v0.4.1
18262024-05-31T06:05:34.638Z Compiling zone_cfg_derive v0.1.2
18272024-05-31T06:05:35.054Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18282024-05-31T06:05:35.557Z Compiling parking_lot v0.11.2
18292024-05-31T06:05:35.698Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18302024-05-31T06:05:35.783Z Compiling rand_chacha v0.2.2
18312024-05-31T06:05:36.089Z Compiling trust-dns-client v0.22.0
18322024-05-31T06:05:36.607Z Compiling ed25519 v2.2.2
18332024-05-31T06:05:36.888Z Compiling polyval v0.6.1
18342024-05-31T06:05:36.990Z Compiling tungstenite v0.21.0
18352024-05-31T06:05:37.016Z Compiling blowfish v0.9.1
18362024-05-31T06:05:37.254Z Compiling aes v0.8.3
18372024-05-31T06:05:37.381Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18382024-05-31T06:05:37.742Z Compiling ctr v0.9.2
18392024-05-31T06:05:38.057Z Compiling password-hash v0.4.2
18402024-05-31T06:05:38.643Z Compiling libsw v3.3.1
18412024-05-31T06:05:38.765Z Compiling toml v0.5.11
18422024-05-31T06:05:38.866Z Compiling pbkdf2 v0.12.2
18432024-05-31T06:05:38.920Z Compiling derive-where v1.2.7
18442024-05-31T06:05:39.033Z Compiling fxhash v0.2.1
18452024-05-31T06:05:39.232Z Compiling gethostname v0.4.3
18462024-05-31T06:05:39.700Z Compiling linear-map v1.2.0
18472024-05-31T06:05:39.730Z Compiling base64 v0.13.1
18482024-05-31T06:05:39.958Z Compiling swrite v0.1.0
18492024-05-31T06:05:40.019Z Compiling owo-colors v4.0.0
18502024-05-31T06:05:40.090Z Compiling ron v0.7.1
18512024-05-31T06:05:40.277Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18522024-05-31T06:05:41.057Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18532024-05-31T06:05:41.837Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18542024-05-31T06:05:41.867Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18552024-05-31T06:05:41.936Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18562024-05-31T06:05:42.144Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18572024-05-31T06:05:42.509Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18582024-05-31T06:05:44.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18592024-05-31T06:05:44.704Z Compiling trust-dns-server v0.22.1
18602024-05-31T06:05:45.216Z Compiling sled v0.34.7
18612024-05-31T06:05:45.493Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18622024-05-31T06:05:46.842Z Compiling bcrypt-pbkdf v0.10.0
18632024-05-31T06:05:47.009Z Compiling pbkdf2 v0.11.0
18642024-05-31T06:05:47.314Z Compiling tokio-tungstenite v0.21.0
18652024-05-31T06:05:47.339Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-05-31T06:05:47.769Z Compiling ghash v0.5.0
18672024-05-31T06:05:47.947Z Compiling ed25519-dalek v2.0.0
18682024-05-31T06:05:47.972Z Compiling rand v0.7.3
18692024-05-31T06:05:48.251Z Compiling russh-cryptovec v0.7.0
18702024-05-31T06:05:48.514Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18712024-05-31T06:05:48.613Z Compiling zone v0.1.8
18722024-05-31T06:05:49.548Z Compiling dirs v5.0.1
18732024-05-31T06:05:49.734Z Compiling ciborium v0.2.2
18742024-05-31T06:05:49.901Z Compiling vsss-rs v3.3.4
18752024-05-31T06:05:51.006Z Compiling chacha20poly1305 v0.10.1
18762024-05-31T06:05:51.213Z Compiling p521 v0.13.3
18772024-05-31T06:05:51.631Z Compiling p256 v0.13.2
18782024-05-31T06:05:52.311Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-05-31T06:05:53.118Z Compiling pem v3.0.4
18802024-05-31T06:05:53.154Z Compiling cbc v0.1.2
18812024-05-31T06:05:53.378Z Compiling headers-core v0.2.0
18822024-05-31T06:05:53.414Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18832024-05-31T06:05:53.534Z Compiling portpicker v0.1.1
18842024-05-31T06:05:53.663Z Compiling kstat-rs v0.2.3
18852024-05-31T06:05:53.755Z Compiling nanorand v0.7.0
18862024-05-31T06:05:53.799Z Compiling md5 v0.7.0
18872024-05-31T06:05:53.824Z Compiling http-range v0.1.5
18882024-05-31T06:05:54.203Z Compiling glob v0.3.1
18892024-05-31T06:05:54.227Z Compiling flume v0.11.0
18902024-05-31T06:05:54.258Z Compiling russh-keys v0.43.0
18912024-05-31T06:05:54.810Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18922024-05-31T06:05:54.889Z Compiling hyper-staticfile v0.9.5
18932024-05-31T06:05:55.009Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18942024-05-31T06:05:55.034Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18952024-05-31T06:05:55.735Z Compiling headers v0.3.9
18962024-05-31T06:05:56.973Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18972024-05-31T06:05:57.438Z Compiling rcgen v0.12.1
18982024-05-31T06:05:58.429Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18992024-05-31T06:05:59.537Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19002024-05-31T06:05:59.562Z Compiling aes-gcm v0.10.3
19012024-05-31T06:05:59.836Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19022024-05-31T06:06:00.537Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19032024-05-31T06:06:00.599Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19042024-05-31T06:06:02.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19052024-05-31T06:06:02.583Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19062024-05-31T06:06:03.954Z Compiling atomicwrites v0.4.3
19072024-05-31T06:06:04.056Z Compiling itertools v0.12.1
19082024-05-31T06:06:04.275Z Compiling subprocess v0.2.9
19092024-05-31T06:06:05.032Z Compiling hex-literal v0.4.1
19102024-05-31T06:06:05.186Z Compiling display-error-chain v0.2.0
19112024-05-31T06:06:05.371Z Compiling dhcproto-macros v0.1.0
19122024-05-31T06:06:06.035Z Compiling russh v0.43.0
19132024-05-31T06:06:06.207Z Compiling dhcproto v0.11.0
19142024-05-31T06:06:06.555Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19152024-05-31T06:06:06.631Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19162024-05-31T06:06:06.997Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19172024-05-31T06:06:07.396Z Compiling internet-checksum v0.2.1
19182024-05-31T06:06:10.023Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19192024-05-31T06:06:11.487Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19202024-05-31T06:06:37.176Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19212024-05-31T06:07:32.491Z Finished dev [unoptimized + debuginfo] target(s) in 5m 00s
19222024-05-31T06:07:32.828Z
19232024-05-31T06:07:32.853Zreal 5:00.515288915
19242024-05-31T06:07:32.854Zuser 23:18.138949241
19252024-05-31T06:07:32.854Zsys 5:29.777933020
19262024-05-31T06:07:32.854Ztrap 0.767199469
19272024-05-31T06:07:32.854Ztflt 0.397517986
19282024-05-31T06:07:32.854Zdflt 2.716769592
19292024-05-31T06:07:32.854Zkflt 0.002651543
19302024-05-31T06:07:32.854Zlock 43:18.626736268
19312024-05-31T06:07:32.854Zslp 1:05:28.075393287
19322024-05-31T06:07:32.854Zlat 1:40.443043816
19332024-05-31T06:07:32.854Zstop 4:02.543593779
19342024-05-31T06:07:32.854Z+ mkdir -p /work
19352024-05-31T06:07:32.854Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19362024-05-31T06:07:33.937Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19372024-05-31T06:07:45.036Z Finished dev [unoptimized + debuginfo] target(s) in 12.14s
19382024-05-31T06:07:45.139Z
19392024-05-31T06:07:45.139Zreal 12.275954459
19402024-05-31T06:07:45.139Zuser 9.655049333
19412024-05-31T06:07:45.139Zsys 3.768460385
19422024-05-31T06:07:45.139Ztrap 0.004968357
19432024-05-31T06:07:45.140Ztflt 0.004359451
19442024-05-31T06:07:45.140Zdflt 0.051163248
19452024-05-31T06:07:45.140Zkflt 0.000000000
19462024-05-31T06:07:45.140Zlock 34.400273131
19472024-05-31T06:07:45.140Zslp 48.132894187
19482024-05-31T06:07:45.140Zlat 0.177975147
19492024-05-31T06:07:45.140Zstop 0.081821911
19502024-05-31T06:07:45.166Z+ cp target/debug/commtest /work/commtest
19512024-05-31T06:07:45.512Z+ mkdir -p /work/end-to-end-tests
19522024-05-31T06:07:45.538Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19532024-05-31T06:07:45.565Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19542024-05-31T06:07:45.565Z+ ptime -m gzip
19552024-05-31T06:07:45.591Z++ basename target/debug/bootstrap
19562024-05-31T06:08:00.194Z
19572024-05-31T06:08:00.194Zreal 14.620312063
19582024-05-31T06:08:00.194Zuser 14.459835408
19592024-05-31T06:08:00.194Zsys 0.141399046
19602024-05-31T06:08:00.194Ztrap 0.004656020
19612024-05-31T06:08:00.195Ztflt 0.000000000
19622024-05-31T06:08:00.195Zdflt 0.000000000
19632024-05-31T06:08:00.195Zkflt 0.000000000
19642024-05-31T06:08:00.195Zlock 0.000000000
19652024-05-31T06:08:00.229Zslp 0.000000000
19662024-05-31T06:08:00.229Zlat 0.013453855
19672024-05-31T06:08:00.229Zstop 0.000874755
19682024-05-31T06:08:00.229Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19692024-05-31T06:08:00.229Z+ ptime -m gzip
19702024-05-31T06:08:00.229Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-14dd6501e12a054f
19712024-05-31T06:08:01.230Z
19722024-05-31T06:08:01.230Zreal 1.026168799
19732024-05-31T06:08:01.230Zuser 1.014305514
19742024-05-31T06:08:01.230Zsys 0.010255168
19752024-05-31T06:08:01.256Ztrap 0.000390288
19762024-05-31T06:08:01.256Ztflt 0.000000000
19772024-05-31T06:08:01.256Zdflt 0.000000000
19782024-05-31T06:08:01.256Zkflt 0.000000000
19792024-05-31T06:08:01.256Zlock 0.000000000
19802024-05-31T06:08:01.256Zslp 0.000000000
19812024-05-31T06:08:01.256Zlat 0.000868590
19822024-05-31T06:08:01.257Zstop 0.000243078
19832024-05-31T06:08:01.257Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19842024-05-31T06:08:01.257Z+ ptime -m gzip
19852024-05-31T06:08:01.257Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-513fc87449fc9212
19862024-05-31T06:08:02.275Z
19872024-05-31T06:08:02.301Zreal 1.036087220
19882024-05-31T06:08:02.301Zuser 1.024990328
19892024-05-31T06:08:02.301Zsys 0.010431455
19902024-05-31T06:08:02.301Ztrap 0.000104726
19912024-05-31T06:08:02.301Ztflt 0.000000000
19922024-05-31T06:08:02.301Zdflt 0.000000000
19932024-05-31T06:08:02.301Zkflt 0.000000000
19942024-05-31T06:08:02.301Zlock 0.000000000
19952024-05-31T06:08:02.301Zslp 0.000000000
19962024-05-31T06:08:02.301Zlat 0.000223094
19972024-05-31T06:08:02.301Zstop 0.000243038
19982024-05-31T06:08:02.302Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19992024-05-31T06:08:02.302Z+ ptime -m gzip
20002024-05-31T06:08:02.302Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-9cfbc31e704d0c76
20012024-05-31T06:08:03.324Z
20022024-05-31T06:08:03.350Zreal 1.039374441
20032024-05-31T06:08:03.350Zuser 1.026873417
20042024-05-31T06:08:03.350Zsys 0.011842284
20052024-05-31T06:08:03.350Ztrap 0.000107571
20062024-05-31T06:08:03.351Ztflt 0.000000000
20072024-05-31T06:08:03.351Zdflt 0.000000000
20082024-05-31T06:08:03.351Zkflt 0.000000000
20092024-05-31T06:08:03.351Zlock 0.000000000
20102024-05-31T06:08:03.351Zslp 0.000000000
20112024-05-31T06:08:03.351Zlat 0.000217756
20122024-05-31T06:08:03.351Zstop 0.000234486
20132024-05-31T06:08:03.351Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20142024-05-31T06:08:03.351Z+ ptime -m gzip
20152024-05-31T06:08:03.351Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54e84b08c5696f77
20162024-05-31T06:08:18.265Z
20172024-05-31T06:08:18.265Zreal 14.932702894
20182024-05-31T06:08:18.290Zuser 14.807595128
20192024-05-31T06:08:18.291Zsys 0.118670891
20202024-05-31T06:08:18.291Ztrap 0.002663566
20212024-05-31T06:08:18.291Ztflt 0.000000000
20222024-05-31T06:08:18.291Zdflt 0.000000000
20232024-05-31T06:08:18.291Zkflt 0.000000000
20242024-05-31T06:08:18.291Zlock 0.000000000
20252024-05-31T06:08:18.291Zslp 0.000000000
20262024-05-31T06:08:18.291Zlat 0.003435188
20272024-05-31T06:08:18.291Zstop 0.000244291
20282024-05-31T06:08:18.291Z+ banner caboose-util
20292024-05-31T06:08:18.291Z
20302024-05-31T06:08:18.291Z #### ## ##### #### #### #### ###### # # #####
20312024-05-31T06:08:18.291Z # # # # # # # # # # # # # # #
20322024-05-31T06:08:18.291Z # # # ##### # # # # #### ##### ##### # # #
20332024-05-31T06:08:18.291Z # ###### # # # # # # # # # # #
20342024-05-31T06:08:18.291Z # # # # # # # # # # # # # # # #
20352024-05-31T06:08:18.291Z #### # # ##### #### #### #### ###### #### #
20362024-05-31T06:08:18.291Z
20372024-05-31T06:08:18.291Z+ ptime -m cargo build --locked -p caboose-util --release
20382024-05-31T06:08:18.922Z Downloading crates ...
20392024-05-31T06:08:19.067Z Downloaded array-init v0.0.4
20402024-05-31T06:08:19.093Z Downloaded env_logger v0.10.0
20412024-05-31T06:08:19.093Z Downloaded crc v3.0.1
20422024-05-31T06:08:19.093Z Downloaded crc-any v2.4.3
20432024-05-31T06:08:19.093Z Downloaded path-slash v0.1.5
20442024-05-31T06:08:19.093Z Downloaded nodrop v0.1.14
20452024-05-31T06:08:19.093Z Downloaded wyz v0.5.1
20462024-05-31T06:08:19.093Z Downloaded tap v1.0.1
20472024-05-31T06:08:19.093Z Downloaded x509-cert v0.2.4
20482024-05-31T06:08:19.118Z Downloaded object v0.30.4
20492024-05-31T06:08:19.118Z Downloaded num-bigint-dig v0.8.4
20502024-05-31T06:08:19.118Z Downloaded hashbrown v0.13.2
20512024-05-31T06:08:19.118Z Downloaded bitvec v1.0.1
20522024-05-31T06:08:19.144Z Downloaded rsa v0.9.2
20532024-05-31T06:08:19.144Z Downloaded ron v0.8.1
20542024-05-31T06:08:19.170Z Downloaded packed_struct_codegen v0.10.1
20552024-05-31T06:08:19.170Z Downloaded crc-catalog v2.2.0
20562024-05-31T06:08:19.170Z Downloaded smallvec v0.6.14
20572024-05-31T06:08:19.170Z Downloaded serde-hex v0.1.0
20582024-05-31T06:08:19.170Z Downloaded radium v0.7.0
20592024-05-31T06:08:19.170Z Downloaded pkcs1 v0.7.5
20602024-05-31T06:08:19.170Z Downloaded packed_struct v0.10.1
20612024-05-31T06:08:19.170Z Downloaded maybe-uninit v2.0.0
20622024-05-31T06:08:19.170Z Downloaded funty v2.0.0
20632024-05-31T06:08:19.170Z Downloaded bitfield v0.14.0
20642024-05-31T06:08:19.285Z Compiling proc-macro2 v1.0.81
20652024-05-31T06:08:19.285Z Compiling unicode-ident v1.0.12
20662024-05-31T06:08:19.285Z Compiling libc v0.2.153
20672024-05-31T06:08:19.285Z Compiling serde v1.0.201
20682024-05-31T06:08:19.285Z Compiling autocfg v1.1.0
20692024-05-31T06:08:19.310Z Compiling version_check v0.9.4
20702024-05-31T06:08:19.311Z Compiling cfg-if v1.0.0
20712024-05-31T06:08:19.387Z Compiling typenum v1.16.0
20722024-05-31T06:08:19.418Z Compiling parking_lot_core v0.9.8
20732024-05-31T06:08:19.453Z Compiling once_cell v1.19.0
20742024-05-31T06:08:19.796Z Compiling memchr v2.7.1
20752024-05-31T06:08:19.821Z Compiling libm v0.2.7
20762024-05-31T06:08:19.853Z Compiling generic-array v0.14.7
20772024-05-31T06:08:19.853Z Compiling byteorder v1.5.0
20782024-05-31T06:08:20.100Z Compiling lock_api v0.4.10
20792024-05-31T06:08:20.125Z Compiling num-traits v0.2.18
20802024-05-31T06:08:20.156Z Compiling ahash v0.8.8
20812024-05-31T06:08:20.358Z Compiling pkg-config v0.3.27
20822024-05-31T06:08:20.399Z Compiling serde_json v1.0.116
20832024-05-31T06:08:20.493Z Compiling log v0.4.21
20842024-05-31T06:08:20.681Z Compiling quote v1.0.36
20852024-05-31T06:08:21.041Z Compiling syn v2.0.60
20862024-05-31T06:08:21.098Z Compiling cc v1.0.83
20872024-05-31T06:08:21.141Z Compiling getrandom v0.2.12
20882024-05-31T06:08:21.358Z Compiling scopeguard v1.2.0
20892024-05-31T06:08:21.532Z Compiling itoa v1.0.9
20902024-05-31T06:08:21.570Z Compiling slab v0.4.9
20912024-05-31T06:08:21.725Z Compiling thiserror v1.0.59
20922024-05-31T06:08:21.784Z Compiling rand_core v0.6.4
20932024-05-31T06:08:21.846Z Compiling smallvec v1.13.1
20942024-05-31T06:08:22.262Z Compiling vcpkg v0.2.15
20952024-05-31T06:08:22.664Z Compiling const-oid v0.9.6
20962024-05-31T06:08:23.069Z Compiling parking_lot v0.12.1
20972024-05-31T06:08:23.171Z Compiling syn v1.0.109
20982024-05-31T06:08:23.278Z Compiling pin-project-lite v0.2.13
20992024-05-31T06:08:23.351Z Compiling ring v0.17.8
21002024-05-31T06:08:23.531Z Compiling ryu v1.0.15
21012024-05-31T06:08:23.624Z Compiling openssl-sys v0.9.102
21022024-05-31T06:08:23.901Z Compiling signal-hook-registry v1.4.1
21032024-05-31T06:08:24.214Z Compiling subtle v2.5.0
21042024-05-31T06:08:24.320Z Compiling rustix v0.38.31
21052024-05-31T06:08:24.452Z Compiling ring v0.16.20
21062024-05-31T06:08:24.478Z Compiling mio v0.8.11
21072024-05-31T06:08:24.582Z Compiling semver v1.0.22
21082024-05-31T06:08:24.870Z Compiling tinyvec_macros v0.1.1
21092024-05-31T06:08:24.954Z Compiling futures-core v0.3.30
21102024-05-31T06:08:24.980Z Compiling tinyvec v1.6.0
21112024-05-31T06:08:25.870Z Compiling spin v0.5.2
21122024-05-31T06:08:26.224Z Compiling unicode-normalization v0.1.22
21132024-05-31T06:08:26.751Z Compiling num_cpus v1.16.0
21142024-05-31T06:08:26.866Z Compiling socket2 v0.5.6
21152024-05-31T06:08:27.107Z Compiling futures-sink v0.3.30
21162024-05-31T06:08:27.132Z Compiling httparse v1.8.0
21172024-05-31T06:08:27.242Z Compiling allocator-api2 v0.2.16
21182024-05-31T06:08:27.381Z Compiling openssl v0.10.64
21192024-05-31T06:08:27.562Z Compiling unicode-bidi v0.3.15
21202024-05-31T06:08:27.694Z Compiling ucd-trie v0.1.6
21212024-05-31T06:08:27.959Z Compiling time-core v0.1.2
21222024-05-31T06:08:28.119Z Compiling num-conv v0.1.0
21232024-05-31T06:08:28.144Z Compiling equivalent v1.0.1
21242024-05-31T06:08:28.350Z Compiling time-macros v0.2.17
21252024-05-31T06:08:28.594Z Compiling futures-channel v0.3.30
21262024-05-31T06:08:28.908Z Compiling native-tls v0.2.11
21272024-05-31T06:08:28.933Z Compiling rustls v0.21.9
21282024-05-31T06:08:29.180Z Compiling futures-io v0.3.30
21292024-05-31T06:08:29.206Z Compiling crc32fast v1.3.2
21302024-05-31T06:08:29.541Z Compiling futures-task v0.3.30
21312024-05-31T06:08:29.570Z Compiling pin-utils v0.1.0
21322024-05-31T06:08:29.756Z Compiling ppv-lite86 v0.2.17
21332024-05-31T06:08:29.795Z Compiling bzip2-sys v0.1.11+1.0.8
21342024-05-31T06:08:30.093Z Compiling spin v0.9.8
21352024-05-31T06:08:30.162Z Compiling tracing-core v0.1.32
21362024-05-31T06:08:30.189Z Compiling base64ct v1.6.0
21372024-05-31T06:08:30.467Z Compiling rand_chacha v0.3.1
21382024-05-31T06:08:30.725Z Compiling pem-rfc7468 v0.7.0
21392024-05-31T06:08:30.826Z Compiling rand v0.8.5
21402024-05-31T06:08:31.205Z Compiling usdt-impl v0.5.0
21412024-05-31T06:08:31.230Z Compiling cookie v0.17.0
21422024-05-31T06:08:31.420Z Compiling serde_derive v1.0.201
21432024-05-31T06:08:31.489Z Compiling zeroize_derive v1.4.2
21442024-05-31T06:08:31.514Z Compiling zerocopy-derive v0.7.32
21452024-05-31T06:08:31.539Z Compiling tokio-macros v2.2.0
21462024-05-31T06:08:31.726Z Compiling thiserror-impl v1.0.59
21472024-05-31T06:08:32.029Z Compiling futures-macro v0.3.30
21482024-05-31T06:08:32.302Z Compiling tracing-attributes v0.1.27
21492024-05-31T06:08:32.711Z Compiling zeroize v1.7.0
21502024-05-31T06:08:33.123Z Compiling zerocopy v0.7.32
21512024-05-31T06:08:33.881Z Compiling der_derive v0.7.2
21522024-05-31T06:08:34.205Z Compiling crypto-common v0.1.6
21532024-05-31T06:08:34.254Z Compiling scroll_derive v0.12.0
21542024-05-31T06:08:34.406Z Compiling pest v2.7.6
21552024-05-31T06:08:34.925Z Compiling hashbrown v0.14.3
21562024-05-31T06:08:34.953Z Compiling block-buffer v0.10.4
21572024-05-31T06:08:35.163Z Compiling digest v0.10.7
21582024-05-31T06:08:35.547Z Compiling openssl-macros v0.1.1
21592024-05-31T06:08:35.647Z Compiling futures-util v0.3.30
21602024-05-31T06:08:35.828Z Compiling tracing v0.1.40
21612024-05-31T06:08:36.136Z Compiling zerocopy-derive v0.6.6
21622024-05-31T06:08:36.161Z Compiling signal-hook v0.3.17
21632024-05-31T06:08:36.249Z Compiling pest_meta v2.7.6
21642024-05-31T06:08:36.445Z Compiling schemars v0.8.17
21652024-05-31T06:08:36.745Z Compiling percent-encoding v2.3.1
21662024-05-31T06:08:36.771Z Compiling flagset v0.4.3
21672024-05-31T06:08:36.990Z Compiling der v0.7.8
21682024-05-31T06:08:37.025Z Compiling scroll v0.12.0
21692024-05-31T06:08:37.676Z Compiling pest_generator v2.7.6
21702024-05-31T06:08:37.702Z Compiling serde_derive_internals v0.29.0
21712024-05-31T06:08:39.414Z Compiling pest_derive v2.7.6
21722024-05-31T06:08:40.072Z Compiling errno v0.3.8
21732024-05-31T06:08:40.310Z Compiling plain v0.2.3
21742024-05-31T06:08:40.503Z Compiling fnv v1.0.7
21752024-05-31T06:08:40.623Z Compiling goblin v0.8.0
21762024-05-31T06:08:41.460Z Compiling schemars_derive v0.8.17
21772024-05-31T06:08:41.637Z Compiling spki v0.7.2
21782024-05-31T06:08:42.011Z Compiling bytes v1.6.0
21792024-05-31T06:08:42.072Z Compiling bitflags v2.4.2
21802024-05-31T06:08:42.841Z Compiling tokio v1.37.0
21812024-05-31T06:08:42.979Z Compiling indexmap v2.2.6
21822024-05-31T06:08:43.654Z Compiling rustc_version v0.4.0
21832024-05-31T06:08:44.158Z Compiling heapless v0.7.16
21842024-05-31T06:08:44.299Z Compiling http v0.2.12
21852024-05-31T06:08:44.516Z Compiling uuid v1.8.0
21862024-05-31T06:08:45.235Z Compiling lazy_static v1.4.0
21872024-05-31T06:08:46.397Z Compiling backtrace v0.3.69
21882024-05-31T06:08:46.740Z Compiling num-bigint v0.4.4
21892024-05-31T06:08:47.066Z Compiling foreign-types-shared v0.1.1
21902024-05-31T06:08:47.136Z Compiling smoltcp v0.9.1
21912024-05-31T06:08:47.161Z Compiling untrusted v0.7.1
21922024-05-31T06:08:47.312Z Compiling crossbeam-utils v0.8.19
21932024-05-31T06:08:47.617Z Compiling base64 v0.21.7
21942024-05-31T06:08:47.731Z Compiling iana-time-zone v0.1.57
21952024-05-31T06:08:47.842Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21962024-05-31T06:08:47.932Z Compiling heck v0.5.0
21972024-05-31T06:08:48.400Z Compiling heck v0.4.1
21982024-05-31T06:08:48.439Z Compiling untrusted v0.9.0
21992024-05-31T06:08:48.507Z Compiling powerfmt v0.2.0
22002024-05-31T06:08:48.593Z Compiling pretty-hex v0.4.1
22012024-05-31T06:08:48.737Z Compiling dof v0.3.0
22022024-05-31T06:08:48.761Z Compiling deranged v0.3.11
22032024-05-31T06:08:49.280Z Compiling tokio-util v0.7.10
22042024-05-31T06:08:49.572Z Compiling clap_derive v4.5.4
22052024-05-31T06:08:50.182Z Compiling chrono v0.4.38
22062024-05-31T06:08:50.486Z Compiling foreign-types v0.3.2
22072024-05-31T06:08:50.568Z Compiling dtrace-parser v0.2.0
22082024-05-31T06:08:51.605Z Compiling form_urlencoded v1.2.1
22092024-05-31T06:08:51.853Z Compiling hmac v0.12.1
22102024-05-31T06:08:52.070Z Compiling num-integer v0.1.46
22112024-05-31T06:08:52.972Z Compiling thread-id v4.2.0
22122024-05-31T06:08:52.999Z Compiling adler v1.0.2
22132024-05-31T06:08:53.024Z Compiling rustversion v1.0.14
22142024-05-31T06:08:53.097Z Compiling num_threads v0.1.6
22152024-05-31T06:08:53.151Z Compiling siphasher v0.3.11
22162024-05-31T06:08:53.209Z Compiling utf8parse v0.2.1
22172024-05-31T06:08:53.233Z Compiling anstyle v1.0.7
22182024-05-31T06:08:53.350Z Compiling cpufeatures v0.2.12
22192024-05-31T06:08:53.453Z Compiling try-lock v0.2.4
22202024-05-31T06:08:53.587Z Compiling want v0.3.1
22212024-05-31T06:08:53.611Z Compiling sha2 v0.10.8
22222024-05-31T06:08:53.651Z Compiling anstyle-parse v0.2.1
22232024-05-31T06:08:53.705Z Compiling time v0.3.34
22242024-05-31T06:08:53.829Z Compiling miniz_oxide v0.7.1
22252024-05-31T06:08:54.958Z Compiling sct v0.7.0
22262024-05-31T06:08:55.208Z Compiling rustls-webpki v0.101.7
22272024-05-31T06:08:55.462Z Compiling h2 v0.3.26
22282024-05-31T06:08:56.252Z Compiling http-body v0.4.5
22292024-05-31T06:08:56.607Z Compiling pkcs8 v0.10.2
22302024-05-31T06:08:57.561Z Compiling serde_tokenstream v0.2.0
22312024-05-31T06:08:57.609Z Compiling hubpack_derive v0.1.1
22322024-05-31T06:08:57.634Z Compiling async-trait v0.1.80
22332024-05-31T06:08:58.031Z Compiling idna v0.5.0
22342024-05-31T06:08:58.300Z Compiling aho-corasick v1.1.2
22352024-05-31T06:08:58.568Z Compiling openssl-probe v0.1.5
22362024-05-31T06:08:58.809Z Compiling radium v0.7.0
22372024-05-31T06:08:59.165Z Compiling httpdate v1.0.3
22382024-05-31T06:08:59.497Z Compiling colorchoice v1.0.0
22392024-05-31T06:08:59.545Z Compiling anyhow v1.0.82
22402024-05-31T06:08:59.647Z Compiling tower-service v0.3.2
22412024-05-31T06:08:59.771Z Compiling regex-syntax v0.8.2
22422024-05-31T06:09:00.199Z Compiling anstyle-query v1.0.0
22432024-05-31T06:09:00.223Z Compiling slog v2.7.0
22442024-05-31T06:09:00.934Z Compiling hyper v0.14.28
22452024-05-31T06:09:03.262Z Compiling regex-automata v0.4.5
22462024-05-31T06:09:03.699Z Compiling anstream v0.6.11
22472024-05-31T06:09:07.111Z Compiling url v2.5.0
22482024-05-31T06:09:08.492Z Compiling terminal_size v0.3.0
22492024-05-31T06:09:08.565Z Compiling serde_spanned v0.6.5
22502024-05-31T06:09:08.690Z Compiling toml_datetime v0.6.5
22512024-05-31T06:09:08.753Z Compiling zerocopy v0.6.6
22522024-05-31T06:09:08.948Z Compiling md-5 v0.10.5
22532024-05-31T06:09:09.440Z Compiling idna v0.3.0
22542024-05-31T06:09:09.500Z Compiling stringprep v0.1.3
22552024-05-31T06:09:09.576Z Compiling diesel_table_macro_syntax v0.1.0
22562024-05-31T06:09:09.653Z Compiling hash32 v0.2.1
22572024-05-31T06:09:09.802Z Compiling gimli v0.28.0
22582024-05-31T06:09:09.966Z Compiling fallible-iterator v0.2.0
22592024-05-31T06:09:10.010Z Compiling maybe-uninit v2.0.0
22602024-05-31T06:09:10.452Z Compiling tap v1.0.1
22612024-05-31T06:09:10.527Z Compiling stable_deref_trait v1.2.0
22622024-05-31T06:09:10.589Z Compiling clap_lex v0.7.0
22632024-05-31T06:09:10.614Z Compiling psl-types v2.0.11
22642024-05-31T06:09:10.643Z Compiling dyn-clone v1.0.17
22652024-05-31T06:09:10.691Z Compiling strsim v0.11.0
22662024-05-31T06:09:10.798Z Compiling publicsuffix v2.2.3
22672024-05-31T06:09:11.012Z Compiling clap_builder v4.5.2
22682024-05-31T06:09:12.138Z Compiling wyz v0.5.1
22692024-05-31T06:09:12.162Z Compiling postgres-protocol v0.6.6
22702024-05-31T06:09:12.575Z Compiling tokio-rustls v0.24.1
22712024-05-31T06:09:12.906Z Compiling diesel_derives v2.1.2
22722024-05-31T06:09:13.086Z Compiling addr2line v0.21.0
22732024-05-31T06:09:13.541Z Compiling strum_macros v0.25.2
22742024-05-31T06:09:14.545Z Compiling tokio-native-tls v0.3.1
22752024-05-31T06:09:15.190Z Compiling usdt-macro v0.5.0
22762024-05-31T06:09:16.327Z Compiling usdt-attr-macro v0.5.0
22772024-05-31T06:09:16.769Z Compiling phf_shared v0.11.2
22782024-05-31T06:09:17.069Z Compiling num-iter v0.1.44
22792024-05-31T06:09:17.229Z Compiling enum-as-inner v0.5.1
22802024-05-31T06:09:18.504Z Compiling block-padding v0.3.3
22812024-05-31T06:09:18.603Z Compiling serde_repr v0.1.16
22822024-05-31T06:09:19.467Z Compiling ff v0.13.0
22832024-05-31T06:09:19.662Z Compiling scheduled-thread-pool v0.2.7
22842024-05-31T06:09:21.337Z Compiling object v0.32.1
22852024-05-31T06:09:21.550Z Compiling packed_struct v0.10.1
22862024-05-31T06:09:22.389Z Compiling funty v2.0.0
22872024-05-31T06:09:23.307Z Compiling regex-automata v0.1.10
22882024-05-31T06:09:23.718Z Compiling winnow v0.5.15
22892024-05-31T06:09:24.354Z Compiling num-bigint-dig v0.8.4
22902024-05-31T06:09:26.265Z Compiling ipnet v2.9.0
22912024-05-31T06:09:26.338Z Compiling managed v0.8.0
22922024-05-31T06:09:26.434Z Compiling bitflags v1.3.2
22932024-05-31T06:09:26.516Z Compiling matches v0.1.10
22942024-05-31T06:09:26.601Z Compiling bit-vec v0.6.3
22952024-05-31T06:09:26.697Z Compiling rustc-demangle v0.1.23
22962024-05-31T06:09:26.937Z Compiling base16ct v0.2.0
22972024-05-31T06:09:27.133Z Compiling sec1 v0.7.3
22982024-05-31T06:09:27.412Z Compiling idna v0.2.3
22992024-05-31T06:09:28.425Z Compiling toml_edit v0.19.15
23002024-05-31T06:09:31.944Z Compiling bstr v0.2.17
23012024-05-31T06:09:32.683Z Compiling bitvec v1.0.1
23022024-05-31T06:09:33.834Z Compiling r2d2 v0.8.10
23032024-05-31T06:09:34.126Z Compiling group v0.13.0
23042024-05-31T06:09:35.444Z Compiling inout v0.1.3
23052024-05-31T06:09:36.148Z Compiling phf v0.11.2
23062024-05-31T06:09:36.493Z Compiling hyper-tls v0.5.0
23072024-05-31T06:09:36.746Z Compiling signal-hook-mio v0.2.3
23082024-05-31T06:09:36.781Z Compiling clap v4.5.4
23092024-05-31T06:09:36.891Z Compiling cookie_store v0.20.0
23102024-05-31T06:09:36.916Z Compiling flate2 v1.0.28
23112024-05-31T06:09:37.631Z Compiling bzip2 v0.4.4
23122024-05-31T06:09:37.942Z Compiling hyper-rustls v0.24.2
23132024-05-31T06:09:37.966Z Compiling postgres-types v0.2.6
23142024-05-31T06:09:38.289Z Compiling ipnetwork v0.20.0
23152024-05-31T06:09:38.323Z Compiling regex v1.10.4
23162024-05-31T06:09:38.935Z Compiling hubpack v0.1.2
23172024-05-31T06:09:39.037Z Compiling rustls-pemfile v1.0.3
23182024-05-31T06:09:39.061Z Compiling phf_shared v0.10.0
23192024-05-31T06:09:39.136Z Compiling hkdf v0.12.4
23202024-05-31T06:09:39.288Z Compiling serde_urlencoded v0.7.1
23212024-05-31T06:09:39.357Z Compiling futures-executor v0.3.30
23222024-05-31T06:09:39.651Z Compiling packed_struct_codegen v0.10.1
23232024-05-31T06:09:39.727Z Compiling crypto-bigint v0.5.2
23242024-05-31T06:09:41.352Z Compiling float-cmp v0.9.0
23252024-05-31T06:09:41.539Z Compiling memmap v0.7.0
23262024-05-31T06:09:41.820Z Compiling indexmap v1.9.3
23272024-05-31T06:09:42.066Z Compiling encoding_rs v0.8.33
23282024-05-31T06:09:42.094Z Compiling predicates-core v1.0.6
23292024-05-31T06:09:42.348Z Compiling new_debug_unreachable v1.0.4
23302024-05-31T06:09:42.442Z Compiling whoami v1.5.1
23312024-05-31T06:09:42.468Z Compiling mime v0.3.17
23322024-05-31T06:09:42.642Z Compiling data-encoding v2.4.0
23332024-05-31T06:09:42.910Z Compiling normalize-line-endings v0.3.0
23342024-05-31T06:09:43.967Z Compiling difflib v0.4.0
23352024-05-31T06:09:44.003Z Compiling webpki-roots v0.25.2
23362024-05-31T06:09:44.137Z Compiling unicode-width v0.1.11
23372024-05-31T06:09:44.239Z Compiling minimal-lexical v0.2.1
23382024-05-31T06:09:44.280Z Compiling either v1.11.0
23392024-05-31T06:09:44.642Z Compiling unicode-segmentation v1.10.1
23402024-05-31T06:09:44.670Z Compiling static_assertions v1.1.0
23412024-05-31T06:09:44.764Z Compiling sync_wrapper v0.1.2
23422024-05-31T06:09:44.840Z Compiling nodrop v0.1.14
23432024-05-31T06:09:44.875Z Compiling crc-catalog v2.2.0
23442024-05-31T06:09:44.945Z Compiling fixedbitset v0.4.2
23452024-05-31T06:09:44.998Z Compiling winnow v0.6.1
23462024-05-31T06:09:45.297Z Compiling precomputed-hash v0.1.1
23472024-05-31T06:09:45.418Z Compiling string_cache v0.8.7
23482024-05-31T06:09:45.761Z Compiling similar v2.4.0
23492024-05-31T06:09:47.721Z Compiling toml_edit v0.22.12
23502024-05-31T06:09:48.068Z Compiling petgraph v0.6.4
23512024-05-31T06:09:48.255Z Compiling crc v3.0.1
23522024-05-31T06:09:48.854Z Compiling array-init v0.0.4
23532024-05-31T06:09:49.797Z Compiling reqwest v0.11.27
23542024-05-31T06:09:51.123Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23552024-05-31T06:09:51.508Z Compiling itertools v0.10.5
23562024-05-31T06:09:52.366Z Compiling nom v7.1.3
23572024-05-31T06:09:53.501Z Compiling predicates v3.1.0
23582024-05-31T06:09:53.654Z Compiling console v0.15.8
23592024-05-31T06:09:55.081Z Compiling trust-dns-proto v0.22.0
23602024-05-31T06:09:55.399Z Compiling tokio-postgres v0.7.10
23612024-05-31T06:09:58.180Z Compiling usdt v0.5.0
23622024-05-31T06:09:58.556Z Compiling elliptic-curve v0.13.8
23632024-05-31T06:09:59.134Z Compiling futures v0.3.30
23642024-05-31T06:10:00.519Z Compiling diesel v2.1.6
23652024-05-31T06:10:00.878Z Compiling smallvec v0.6.14
23662024-05-31T06:10:01.044Z Compiling zip v0.6.6
23672024-05-31T06:10:01.254Z Compiling yasna v0.5.2
23682024-05-31T06:10:01.278Z Compiling crossterm v0.27.0
23692024-05-31T06:10:01.455Z Compiling crossbeam-epoch v0.9.18
23702024-05-31T06:10:02.045Z Compiling cipher v0.4.4
23712024-05-31T06:10:02.905Z Compiling toml v0.7.8
23722024-05-31T06:10:03.253Z Compiling bit-set v0.5.3
23732024-05-31T06:10:04.744Z Compiling bstr v1.9.0
23742024-05-31T06:10:04.973Z Compiling pkcs1 v0.7.5
23752024-05-31T06:10:06.076Z Compiling tokio-stream v0.1.15
23762024-05-31T06:10:06.531Z Compiling is-terminal v0.4.9
23772024-05-31T06:10:06.561Z Compiling openapiv3 v2.0.0
23782024-05-31T06:10:06.667Z Compiling hex v0.4.3
23792024-05-31T06:10:07.215Z Compiling signature v2.1.0
23802024-05-31T06:10:07.931Z Compiling termcolor v1.2.0
23812024-05-31T06:10:09.065Z Compiling bitfield v0.14.0
23822024-05-31T06:10:09.296Z Compiling hashbrown v0.12.3
23832024-05-31T06:10:09.974Z Compiling lalrpop-util v0.19.12
23842024-05-31T06:10:10.445Z Compiling peg-runtime v0.8.3
23852024-05-31T06:10:12.026Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23862024-05-31T06:10:13.372Z Compiling env_logger v0.10.0
23872024-05-31T06:10:14.558Z Compiling rsa v0.9.2
23882024-05-31T06:10:19.114Z Compiling serde-hex v0.1.0
23892024-05-31T06:10:23.291Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23902024-05-31T06:10:24.559Z Compiling ron v0.8.1
23912024-05-31T06:10:25.783Z Compiling x509-cert v0.2.4
23922024-05-31T06:10:25.923Z Compiling hashbrown v0.13.2
23932024-05-31T06:10:28.090Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942024-05-31T06:10:31.579Z Compiling crc-any v2.4.3
23952024-05-31T06:10:33.564Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23962024-05-31T06:10:47.805Z Compiling object v0.30.4
23972024-05-31T06:10:47.968Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23982024-05-31T06:10:58.000Z Compiling path-slash v0.1.5
23992024-05-31T06:10:58.485Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24002024-05-31T06:11:19.420Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24012024-05-31T06:11:20.389Z Finished release [optimized] target(s) in 3m 02s
24022024-05-31T06:11:20.468Z
24032024-05-31T06:11:20.468Zreal 3:02.168671280
24042024-05-31T06:11:20.468Zuser 19:37.075595787
24052024-05-31T06:11:20.469Zsys 2:39.043134078
24062024-05-31T06:11:20.469Ztrap 0.674625254
24072024-05-31T06:11:20.493Ztflt 0.747554393
24082024-05-31T06:11:20.493Zdflt 0.307732631
24092024-05-31T06:11:20.494Zkflt 0.000319440
24102024-05-31T06:11:20.494Zlock 42:54.863985092
24112024-05-31T06:11:20.494Zslp 56:58.480183038
24122024-05-31T06:11:20.494Zlat 1:16.728545896
24132024-05-31T06:11:20.494Zstop 1:28.083357266
24142024-05-31T06:11:20.494Z+ ptime -m gzip
24152024-05-31T06:11:20.784Z
24162024-05-31T06:11:20.784Zreal 0.309473672
24172024-05-31T06:11:20.784Zuser 0.304856676
24182024-05-31T06:11:20.784Zsys 0.003975099
24192024-05-31T06:11:20.784Ztrap 0.000048625
24202024-05-31T06:11:20.784Ztflt 0.000000000
24212024-05-31T06:11:20.784Zdflt 0.000000000
24222024-05-31T06:11:20.784Zkflt 0.000000000
24232024-05-31T06:11:20.784Zlock 0.000000000
24242024-05-31T06:11:20.784Zslp 0.000000000
24252024-05-31T06:11:20.784Zlat 0.000202235
24262024-05-31T06:11:20.784Zstop 0.000277371
24272024-05-31T06:11:20.810Z+ banner tufaceous
24282024-05-31T06:11:20.810Z
24292024-05-31T06:11:20.810Z ##### # # ###### ## #### ###### #### # # ####
24302024-05-31T06:11:20.810Z # # # # # # # # # # # # # #
24312024-05-31T06:11:20.810Z # # # ##### # # # ##### # # # # ####
24322024-05-31T06:11:20.810Z # # # # ###### # # # # # # #
24332024-05-31T06:11:20.810Z # # # # # # # # # # # # # # #
24342024-05-31T06:11:20.810Z # #### # # # #### ###### #### #### ####
24352024-05-31T06:11:20.810Z
24362024-05-31T06:11:20.810Z+ ptime -m cargo build --locked -p tufaceous --release
24372024-05-31T06:11:21.496Z Downloading crates ...
24382024-05-31T06:11:21.683Z Downloaded fs-err v2.11.0
24392024-05-31T06:11:21.710Z Downloaded parse-size v1.0.0
24402024-05-31T06:11:21.710Z Downloaded snafu-derive v0.8.2
24412024-05-31T06:11:21.710Z Downloaded tough v0.17.1
24422024-05-31T06:11:21.710Z Downloaded typed-path v0.7.0
24432024-05-31T06:11:21.710Z Downloaded snafu v0.8.2
24442024-05-31T06:11:21.734Z Downloaded serde_plain v1.0.2
24452024-05-31T06:11:21.734Z Downloaded pin-project v1.1.3
24462024-05-31T06:11:21.734Z Downloaded olpc-cjson v0.1.3
24472024-05-31T06:11:21.734Z Downloaded globset v0.4.13
24482024-05-31T06:11:21.734Z Downloaded buf-list v1.0.3
24492024-05-31T06:11:21.759Z Downloaded pin-project-internal v1.1.3
24502024-05-31T06:11:21.759Z Downloaded async-recursion v1.1.0
24512024-05-31T06:11:21.886Z Compiling regress v0.9.1
24522024-05-31T06:11:21.910Z Compiling camino v1.1.6
24532024-05-31T06:11:21.938Z Compiling getopts v0.2.21
24542024-05-31T06:11:21.962Z Compiling unsafe-libyaml v0.2.10
24552024-05-31T06:11:21.963Z Compiling rayon-core v1.12.1
24562024-05-31T06:11:21.963Z Compiling crossbeam-deque v0.8.3
24572024-05-31T06:11:21.987Z Compiling same-file v1.0.6
24582024-05-31T06:11:21.987Z Compiling fastrand v2.0.1
24592024-05-31T06:11:22.169Z Compiling walkdir v2.5.0
24602024-05-31T06:11:22.406Z Compiling tempfile v3.10.1
24612024-05-31T06:11:22.430Z Compiling blake3 v1.5.0
24622024-05-31T06:11:22.708Z Compiling filetime v0.2.23
24632024-05-31T06:11:22.959Z Compiling serde_yaml v0.9.25
24642024-05-31T06:11:23.054Z Compiling rayon v1.10.0
24652024-05-31T06:11:23.160Z Compiling memmap2 v0.7.1
24662024-05-31T06:11:23.305Z Compiling dirs-sys-next v0.1.2
24672024-05-31T06:11:23.395Z Compiling xattr v1.0.1
24682024-05-31T06:11:23.478Z Compiling strsim v0.10.0
24692024-05-31T06:11:23.527Z Compiling rustls-pki-types v1.3.0
24702024-05-31T06:11:23.606Z Compiling constant_time_eq v0.3.0
24712024-05-31T06:11:23.731Z Compiling arrayvec v0.7.4
24722024-05-31T06:11:24.005Z Compiling arrayref v0.3.7
24732024-05-31T06:11:24.060Z Compiling home v0.5.5
24742024-05-31T06:11:24.101Z Compiling ident_case v1.0.1
24752024-05-31T06:11:24.252Z Compiling heck v0.5.0
24762024-05-31T06:11:24.277Z Compiling darling_core v0.20.8
24772024-05-31T06:11:24.277Z Compiling toolchain_find v0.4.0
24782024-05-31T06:11:24.584Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24792024-05-31T06:11:24.734Z Compiling tar v0.4.40
24802024-05-31T06:11:25.557Z Compiling dirs-next v2.0.0
24812024-05-31T06:11:25.776Z Compiling camino-tempfile v1.1.1
24822024-05-31T06:11:26.020Z Compiling toml v0.8.12
24832024-05-31T06:11:26.142Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24842024-05-31T06:11:26.304Z Compiling thread_local v1.1.7
24852024-05-31T06:11:26.512Z Compiling rustls v0.22.4
24862024-05-31T06:11:26.925Z Compiling slog-async v2.8.0
24872024-05-31T06:11:26.992Z Compiling base64 v0.22.1
24882024-05-31T06:11:27.320Z Compiling paste v1.0.14
24892024-05-31T06:11:27.345Z Compiling topological-sort v0.2.2
24902024-05-31T06:11:27.521Z Compiling omicron-zone-package v0.11.0
24912024-05-31T06:11:27.854Z Compiling rustfmt-wrapper v0.2.1
24922024-05-31T06:11:27.880Z Compiling term v0.7.0
24932024-05-31T06:11:27.905Z Compiling rustls-webpki v0.102.1
24942024-05-31T06:11:29.186Z Compiling darling_macro v0.20.8
24952024-05-31T06:11:29.650Z Compiling crossbeam-channel v0.5.8
24962024-05-31T06:11:29.996Z Compiling structmeta-derive v0.3.0
24972024-05-31T06:11:30.945Z Compiling multer v3.1.0
24982024-05-31T06:11:31.057Z Compiling take_mut v0.2.2
24992024-05-31T06:11:31.208Z Compiling match_cfg v0.1.0
25002024-05-31T06:11:31.284Z Compiling hostname v0.3.1
25012024-05-31T06:11:31.435Z Compiling darling v0.20.8
25022024-05-31T06:11:31.839Z Compiling slog-term v2.9.1
25032024-05-31T06:11:32.219Z Compiling structmeta v0.3.0
25042024-05-31T06:11:32.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052024-05-31T06:11:32.582Z Compiling slog-json v2.6.1
25062024-05-31T06:11:32.798Z Compiling http v1.0.0
25072024-05-31T06:11:32.954Z Compiling async-stream-impl v0.3.5
25082024-05-31T06:11:33.016Z Compiling pin-project-internal v1.1.3
25092024-05-31T06:11:33.514Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25102024-05-31T06:11:33.916Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25112024-05-31T06:11:33.970Z Compiling atomic-waker v1.1.1
25122024-05-31T06:11:34.152Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25132024-05-31T06:11:34.422Z Compiling waitgroup v0.1.2
25142024-05-31T06:11:34.800Z Compiling async-stream v0.3.5
25152024-05-31T06:11:35.100Z Compiling slog-bunyan v2.5.0
25162024-05-31T06:11:35.258Z Compiling pin-project v1.1.3
25172024-05-31T06:11:35.349Z Compiling tokio-rustls v0.25.0
25182024-05-31T06:11:35.512Z Compiling parse-display-derive v0.9.0
25192024-05-31T06:11:35.775Z Compiling serde_with_macros v3.7.0
25202024-05-31T06:11:36.191Z Compiling rustls-pemfile v2.1.2
25212024-05-31T06:11:36.706Z Compiling sha1 v0.10.6
25222024-05-31T06:11:36.808Z Compiling strum_macros v0.26.1
25232024-05-31T06:11:37.015Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25242024-05-31T06:11:37.137Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25252024-05-31T06:11:37.966Z Compiling newtype-uuid v1.1.0
25262024-05-31T06:11:38.265Z Compiling snafu-derive v0.8.2
25272024-05-31T06:11:38.675Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25282024-05-31T06:11:40.303Z Compiling serde_path_to_error v0.1.16
25292024-05-31T06:11:40.381Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25302024-05-31T06:11:40.970Z Compiling hostname v0.4.0
25312024-05-31T06:11:41.155Z Compiling instant v0.1.12
25322024-05-31T06:11:41.195Z Compiling fs-err v2.11.0
25332024-05-31T06:11:41.459Z Compiling buf-list v1.0.3
25342024-05-31T06:11:41.537Z Compiling arc-swap v1.6.0
25352024-05-31T06:11:41.902Z Compiling debug-ignore v1.0.5
25362024-05-31T06:11:42.157Z Compiling slog-scope v4.4.0
25372024-05-31T06:11:42.253Z Compiling snafu v0.8.2
25382024-05-31T06:11:42.417Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25392024-05-31T06:11:42.909Z Compiling backoff v0.4.0
25402024-05-31T06:11:43.201Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25412024-05-31T06:11:43.337Z Compiling strum v0.26.2
25422024-05-31T06:11:43.376Z Compiling parse-display v0.9.0
25432024-05-31T06:11:43.508Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442024-05-31T06:11:43.921Z Compiling serde_with v3.7.0
25452024-05-31T06:11:44.075Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25462024-05-31T06:11:44.661Z Compiling pem v3.0.4
25472024-05-31T06:11:44.967Z Compiling globset v0.4.13
25482024-05-31T06:11:45.931Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25492024-05-31T06:11:46.094Z Compiling olpc-cjson v0.1.3
25502024-05-31T06:11:46.387Z Compiling serde_plain v1.0.2
25512024-05-31T06:11:46.821Z Compiling macaddr v1.0.1
25522024-05-31T06:11:47.241Z Compiling async-recursion v1.1.0
25532024-05-31T06:11:47.870Z Compiling typed-path v0.7.0
25542024-05-31T06:11:51.559Z Compiling tough v0.17.1
25552024-05-31T06:11:53.657Z Compiling slog-stdlog v4.1.1
25562024-05-31T06:11:54.272Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25572024-05-31T06:11:54.461Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25582024-05-31T06:11:54.740Z Compiling itertools v0.12.1
25592024-05-31T06:11:56.675Z Compiling parse-size v1.0.0
25602024-05-31T06:11:56.916Z Compiling slog-envlogger v2.2.0
25612024-05-31T06:11:57.732Z Compiling humantime v2.1.0
25622024-05-31T06:12:12.386Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25632024-05-31T06:12:20.553Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25642024-05-31T06:12:22.532Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25652024-05-31T06:12:41.666Z Finished release [optimized] target(s) in 1m 20s
25662024-05-31T06:12:41.752Z
25672024-05-31T06:12:41.752Zreal 1:20.932607809
25682024-05-31T06:12:41.752Zuser 7:54.914087276
25692024-05-31T06:12:41.752Zsys 46.439262089
25702024-05-31T06:12:41.752Ztrap 0.245602281
25712024-05-31T06:12:41.752Ztflt 0.318024188
25722024-05-31T06:12:41.752Zdflt 0.661824808
25732024-05-31T06:12:41.752Zkflt 0.000106396
25742024-05-31T06:12:41.752Zlock 15:15.005954814
25752024-05-31T06:12:41.752Zslp 17:53.378707298
25762024-05-31T06:12:41.752Zlat 22.414950548
25772024-05-31T06:12:41.752Zstop 22.322444202
25782024-05-31T06:12:41.777Z+ ptime -m gzip
25792024-05-31T06:12:43.301Z
25802024-05-31T06:12:43.301Zreal 1.543215891
25812024-05-31T06:12:43.301Zuser 1.532256058
25822024-05-31T06:12:43.301Zsys 0.010297902
25832024-05-31T06:12:43.301Ztrap 0.000153943
25842024-05-31T06:12:43.326Ztflt 0.000000000
25852024-05-31T06:12:43.326Zdflt 0.000000000
25862024-05-31T06:12:43.326Zkflt 0.000000000
25872024-05-31T06:12:43.326Zlock 0.000000000
25882024-05-31T06:12:43.326Zslp 0.000000000
25892024-05-31T06:12:43.327Zlat 0.000181139
25902024-05-31T06:12:43.327Zstop 0.000236961
25912024-05-31T06:12:43.327Z+ banner permission-slip
25922024-05-31T06:12:43.327Z
25932024-05-31T06:12:43.327Z ##### ###### ##### # # # #### #### # #### # #
25942024-05-31T06:12:43.327Z # # # # # ## ## # # # # # # ## #
25952024-05-31T06:12:43.327Z # # ##### # # # ## # # #### #### # # # # # #
25962024-05-31T06:12:43.327Z ##### # ##### # # # # # # # # # # #
25972024-05-31T06:12:43.327Z # # # # # # # # # # # # # # # ##
25982024-05-31T06:12:43.327Z # ###### # # # # # #### #### # #### # #
25992024-05-31T06:12:43.327Z
26002024-05-31T06:12:43.327Z+ source ./tools/permslip_commit
26012024-05-31T06:12:43.327Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26022024-05-31T06:12:43.327Z+ git init /work/permission-slip-build
26032024-05-31T06:12:43.327Zhint: Using 'master' as the name for the initial branch. This default branch name
26042024-05-31T06:12:43.327Zhint: is subject to change. To configure the initial branch name to use in all
26052024-05-31T06:12:43.327Zhint: of your new repositories, which will suppress this warning, call:
26062024-05-31T06:12:43.327Zhint:
26072024-05-31T06:12:43.327Zhint: git config --global init.defaultBranch <name>
26082024-05-31T06:12:43.327Zhint:
26092024-05-31T06:12:43.327Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26102024-05-31T06:12:43.327Zhint: 'development'. The just-created branch can be renamed via this command:
26112024-05-31T06:12:43.327Zhint:
26122024-05-31T06:12:43.328Zhint: git branch -m <name>
26132024-05-31T06:12:43.328ZInitialized empty Git repository in /work/permission-slip-build/.git/
26142024-05-31T06:12:43.328Z+ pushd /work/permission-slip-build
26152024-05-31T06:12:43.328Z/work/permission-slip-build /work/oxidecomputer/omicron
26162024-05-31T06:12:43.328Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26172024-05-31T06:12:43.328Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26182024-05-31T06:12:44.089ZFrom https://github.com/oxidecomputer/permission-slip
26192024-05-31T06:12:44.089Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26202024-05-31T06:12:44.114Z
26212024-05-31T06:12:44.114Zreal 0.772197991
26222024-05-31T06:12:44.114Zuser 0.072482844
26232024-05-31T06:12:44.114Zsys 0.042614808
26242024-05-31T06:12:44.114Ztrap 0.000014196
26252024-05-31T06:12:44.114Ztflt 0.000000000
26262024-05-31T06:12:44.114Zdflt 0.000000000
26272024-05-31T06:12:44.114Zkflt 0.000000000
26282024-05-31T06:12:44.114Zlock 0.000059439
26292024-05-31T06:12:44.114Zslp 2.303287344
26302024-05-31T06:12:44.114Zlat 0.004430772
26312024-05-31T06:12:44.114Zstop 0.000716997
26322024-05-31T06:12:44.114Z+ git checkout FETCH_HEAD
26332024-05-31T06:12:44.115ZNote: switching to 'FETCH_HEAD'.
26342024-05-31T06:12:44.115Z
26352024-05-31T06:12:44.115ZYou are in 'detached HEAD' state. You can look around, make experimental
26362024-05-31T06:12:44.115Zchanges and commit them, and you can discard any commits you make in this
26372024-05-31T06:12:44.115Zstate without impacting any branches by switching back to a branch.
26382024-05-31T06:12:44.115Z
26392024-05-31T06:12:44.115ZIf you want to create a new branch to retain commits you create, you may
26402024-05-31T06:12:44.115Zdo so (now or later) by using -c with the switch command. Example:
26412024-05-31T06:12:44.115Z
26422024-05-31T06:12:44.115Z git switch -c <new-branch-name>
26432024-05-31T06:12:44.115Z
26442024-05-31T06:12:44.115ZOr undo this operation with:
26452024-05-31T06:12:44.115Z
26462024-05-31T06:12:44.115Z git switch -
26472024-05-31T06:12:44.115Z
26482024-05-31T06:12:44.115ZTurn off this advice by setting config variable advice.detachedHead to false
26492024-05-31T06:12:44.115Z
26502024-05-31T06:12:44.115ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26512024-05-31T06:12:44.115Z+ ptime -m cargo build --locked -p permission-slip-client --release
26522024-05-31T06:12:44.140Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26532024-05-31T06:12:44.231Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26542024-05-31T06:12:44.231Zinfo: downloading component 'cargo'
26552024-05-31T06:12:44.520Zinfo: downloading component 'clippy'
26562024-05-31T06:12:44.563Zinfo: downloading component 'rust-docs'
26572024-05-31T06:12:44.718Zinfo: downloading component 'rust-std'
26582024-05-31T06:12:44.947Zinfo: downloading component 'rustc'
26592024-05-31T06:12:45.846Zinfo: downloading component 'rustfmt'
26602024-05-31T06:12:45.887Zinfo: installing component 'cargo'
26612024-05-31T06:12:46.941Zinfo: installing component 'clippy'
26622024-05-31T06:12:47.324Zinfo: installing component 'rust-docs'
26632024-05-31T06:12:49.761Zinfo: installing component 'rust-std'
26642024-05-31T06:12:51.722Zinfo: installing component 'rustc'
26652024-05-31T06:12:56.582Zinfo: installing component 'rustfmt'
26662024-05-31T06:12:57.212Z Updating crates.io index
26672024-05-31T06:12:57.386Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26682024-05-31T06:12:58.187ZFrom https://github.com/oxidecomputer/sshauth
26692024-05-31T06:12:58.187Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26702024-05-31T06:12:58.187Z * [new branch] main -> origin/main
26712024-05-31T06:12:58.213Z * [new branch] paranoia -> origin/paranoia
26722024-05-31T06:12:58.213Z * [new branch] readme -> origin/readme
26732024-05-31T06:12:58.213Z * [new ref] -> origin/HEAD
26742024-05-31T06:12:59.032Z Downloading crates ...
26752024-05-31T06:12:59.155Z Downloaded anstyle v1.0.6
26762024-05-31T06:12:59.179Z Downloaded aho-corasick v1.1.3
26772024-05-31T06:12:59.179Z Downloaded bitflags v2.5.0
26782024-05-31T06:12:59.179Z Downloaded env_logger v0.10.2
26792024-05-31T06:12:59.179Z Downloaded flagset v0.4.5
26802024-05-31T06:12:59.204Z Downloaded ed25519 v2.2.3
26812024-05-31T06:12:59.205Z Downloaded is-terminal v0.4.12
26822024-05-31T06:12:59.205Z Downloaded h2 v0.3.25
26832024-05-31T06:12:59.205Z Downloaded typify-macro v0.0.16
26842024-05-31T06:12:59.229Z Downloaded xdg v2.5.2
26852024-05-31T06:12:59.229Z Downloaded typify v0.0.16
26862024-05-31T06:12:59.229Z Downloaded unsafe-libyaml v0.2.11
26872024-05-31T06:12:59.230Z Downloaded x509-cert v0.2.5
26882024-05-31T06:12:59.254Z Downloaded webpki-roots v0.25.4
26892024-05-31T06:12:59.254Z Downloaded typify-impl v0.0.16
26902024-05-31T06:12:59.278Z Downloaded tokio v1.36.0
26912024-05-31T06:12:59.303Z Downloaded rustix v0.38.32
26922024-05-31T06:12:59.328Z Downloaded regex-syntax v0.8.3
26932024-05-31T06:12:59.352Z Downloaded regex-automata v0.4.6
26942024-05-31T06:12:59.377Z Downloaded syn v2.0.55
26952024-05-31T06:12:59.377Z Downloaded rustls v0.21.10
26962024-05-31T06:12:59.402Z Downloaded regress v0.8.0
26972024-05-31T06:12:59.402Z Downloaded p384 v0.13.0
26982024-05-31T06:12:59.402Z Downloaded heapless v0.7.17
26992024-05-31T06:12:59.402Z Downloaded unicode-normalization v0.1.23
27002024-05-31T06:12:59.402Z Downloaded ssh-key v0.6.5
27012024-05-31T06:12:59.426Z Downloaded serde_json v1.0.115
27022024-05-31T06:12:59.427Z Downloaded rsa v0.9.6
27032024-05-31T06:12:59.427Z Downloaded libm v0.2.8
27042024-05-31T06:12:59.451Z Downloaded serde_yaml v0.9.34+deprecated
27052024-05-31T06:12:59.451Z Downloaded serde_derive v1.0.197
27062024-05-31T06:12:59.451Z Downloaded serde v1.0.197
27072024-05-31T06:12:59.451Z Downloaded schemars v0.8.16
27082024-05-31T06:12:59.451Z Downloaded ryu v1.0.17
27092024-05-31T06:12:59.476Z Downloaded quote v1.0.35
27102024-05-31T06:12:59.476Z Downloaded parking_lot_core v0.9.9
27112024-05-31T06:12:59.476Z Downloaded openssl-sys v0.9.101
27122024-05-31T06:12:59.476Z Downloaded oauth2 v4.4.2
27132024-05-31T06:12:59.476Z Downloaded typenum v1.17.0
27142024-05-31T06:12:59.476Z Downloaded tls_codec_derive v0.4.1
27152024-05-31T06:12:59.476Z Downloaded thiserror-impl v1.0.58
27162024-05-31T06:12:59.476Z Downloaded ssh-encoding v0.2.0
27172024-05-31T06:12:59.476Z Downloaded spki v0.7.3
27182024-05-31T06:12:59.476Z Downloaded sha2 v0.9.9
27192024-05-31T06:12:59.501Z Downloaded sct v0.7.1
27202024-05-31T06:12:59.501Z Downloaded schemars_derive v0.8.16
27212024-05-31T06:12:59.501Z Downloaded thiserror v1.0.58
27222024-05-31T06:12:59.501Z Downloaded ssh-cipher v0.2.0
27232024-05-31T06:12:59.501Z Downloaded signature v1.6.4
27242024-05-31T06:12:59.501Z Downloaded rustls-pemfile v1.0.4
27252024-05-31T06:12:59.501Z Downloaded proc-macro2 v1.0.79
27262024-05-31T06:12:59.501Z Downloaded try-lock v0.2.5
27272024-05-31T06:12:59.501Z Downloaded tls_codec v0.4.1
27282024-05-31T06:12:59.501Z Downloaded termcolor v1.4.1
27292024-05-31T06:12:59.501Z Downloaded smallvec v1.13.2
27302024-05-31T06:12:59.526Z Downloaded signature v2.2.0
27312024-05-31T06:12:59.526Z Downloaded serde_derive_internals v0.26.0
27322024-05-31T06:12:59.526Z Downloaded platforms v3.4.0
27332024-05-31T06:12:59.526Z Downloaded pkg-config v0.3.30
27342024-05-31T06:12:59.526Z Downloaded opaque-debug v0.3.1
27352024-05-31T06:12:59.526Z Downloaded lock_api v0.4.11
27362024-05-31T06:12:59.526Z Downloaded itoa v1.0.11
27372024-05-31T06:12:59.526Z Downloaded iana-time-zone v0.1.60
27382024-05-31T06:12:59.526Z Downloaded ed25519-dalek v1.0.1
27392024-05-31T06:12:59.526Z Downloaded curve25519-dalek v3.2.0
27402024-05-31T06:12:59.551Z Downloaded crc-any v2.4.4
27412024-05-31T06:12:59.551Z Downloaded chrono v0.4.37
27422024-05-31T06:12:59.551Z Downloaded blake3 v1.5.1
27432024-05-31T06:12:59.551Z Downloaded ed25519-dalek v2.1.1
27442024-05-31T06:12:59.551Z Downloaded http-body v0.4.6
27452024-05-31T06:12:59.551Z Downloaded digest v0.9.0
27462024-05-31T06:12:59.576Z Downloaded crypto-bigint v0.5.5
27472024-05-31T06:12:59.576Z Downloaded ed25519 v1.5.3
27482024-05-31T06:12:59.576Z Downloaded curve25519-dalek-derive v0.1.1
27492024-05-31T06:12:59.576Z Downloaded clap-num v1.1.1
27502024-05-31T06:12:59.576Z Downloaded cc v1.0.90
27512024-05-31T06:12:59.576Z Downloaded bincode v1.3.3
27522024-05-31T06:12:59.576Z Downloaded autocfg v1.2.0
27532024-05-31T06:12:59.576Z Downloaded block-buffer v0.9.0
27542024-05-31T06:12:59.576Z Downloaded anyhow v1.0.81
27552024-05-31T06:12:59.576Z Downloaded anstyle-query v1.0.2
27562024-05-31T06:12:59.576Z Downloaded anstyle-parse v0.2.3
27572024-05-31T06:12:59.603Z Downloaded anstream v0.6.13
27582024-05-31T06:12:59.603Z Downloaded ahash v0.8.11
27592024-05-31T06:12:59.702Z Compiling proc-macro2 v1.0.79
27602024-05-31T06:12:59.702Z Compiling unicode-ident v1.0.12
27612024-05-31T06:12:59.702Z Compiling version_check v0.9.4
27622024-05-31T06:12:59.702Z Compiling libc v0.2.153
27632024-05-31T06:12:59.702Z Compiling cfg-if v1.0.0
27642024-05-31T06:12:59.727Z Compiling autocfg v1.2.0
27652024-05-31T06:12:59.727Z Compiling typenum v1.17.0
27662024-05-31T06:12:59.727Z Compiling serde v1.0.197
27672024-05-31T06:12:59.834Z Compiling const-oid v0.9.6
27682024-05-31T06:12:59.907Z Compiling subtle v2.5.0
27692024-05-31T06:13:00.219Z Compiling cc v1.0.90
27702024-05-31T06:13:00.363Z Compiling generic-array v0.14.7
27712024-05-31T06:13:00.388Z Compiling ahash v0.8.11
27722024-05-31T06:13:00.422Z Compiling lock_api v0.4.11
27732024-05-31T06:13:00.752Z Compiling scopeguard v1.2.0
27742024-05-31T06:13:00.777Z Compiling once_cell v1.19.0
27752024-05-31T06:13:00.889Z Compiling serde_json v1.0.115
27762024-05-31T06:13:01.193Z Compiling quote v1.0.35
27772024-05-31T06:13:01.243Z Compiling syn v1.0.109
27782024-05-31T06:13:01.341Z Compiling itoa v1.0.11
27792024-05-31T06:13:01.500Z Compiling syn v2.0.55
27802024-05-31T06:13:01.546Z Compiling getrandom v0.2.12
27812024-05-31T06:13:01.741Z Compiling rand_core v0.6.4
27822024-05-31T06:13:01.768Z Compiling smallvec v1.13.2
27832024-05-31T06:13:01.935Z Compiling base64ct v1.6.0
27842024-05-31T06:13:02.096Z Compiling zerocopy v0.7.32
27852024-05-31T06:13:02.180Z Compiling parking_lot_core v0.9.9
27862024-05-31T06:13:02.403Z Compiling pem-rfc7468 v0.7.0
27872024-05-31T06:13:02.593Z Compiling pin-project-lite v0.2.13
27882024-05-31T06:13:02.618Z Compiling libm v0.2.8
27892024-05-31T06:13:02.643Z Compiling memchr v2.7.1
27902024-05-31T06:13:02.644Z Compiling bytes v1.6.0
27912024-05-31T06:13:02.893Z Compiling num-traits v0.2.18
27922024-05-31T06:13:03.016Z Compiling log v0.4.21
27932024-05-31T06:13:03.327Z Compiling allocator-api2 v0.2.16
27942024-05-31T06:13:03.352Z Compiling thiserror v1.0.58
27952024-05-31T06:13:04.239Z Compiling hashbrown v0.14.3
27962024-05-31T06:13:04.612Z Compiling flagset v0.4.5
27972024-05-31T06:13:04.859Z Compiling bitflags v2.5.0
27982024-05-31T06:13:05.499Z Compiling parking_lot v0.12.1
27992024-05-31T06:13:05.705Z Compiling mio v0.8.11
28002024-05-31T06:13:05.740Z Compiling socket2 v0.5.6
28012024-05-31T06:13:05.911Z Compiling num_cpus v1.16.0
28022024-05-31T06:13:06.059Z Compiling signal-hook-registry v1.4.1
28032024-05-31T06:13:06.347Z Compiling spin v0.9.8
28042024-05-31T06:13:06.732Z Compiling semver v1.0.22
28052024-05-31T06:13:07.380Z Compiling schemars v0.8.16
28062024-05-31T06:13:07.467Z Compiling pkg-config v0.3.30
28072024-05-31T06:13:07.553Z Compiling cpufeatures v0.2.12
28082024-05-31T06:13:07.651Z Compiling vcpkg v0.2.15
28092024-05-31T06:13:07.716Z Compiling serde_derive_internals v0.26.0
28102024-05-31T06:13:07.741Z Compiling ring v0.17.8
28112024-05-31T06:13:08.578Z Compiling ryu v1.0.17
28122024-05-31T06:13:09.183Z Compiling openssl-sys v0.9.101
28132024-05-31T06:13:09.594Z Compiling slab v0.4.9
28142024-05-31T06:13:09.642Z Compiling fnv v1.0.7
28152024-05-31T06:13:09.772Z Compiling futures-core v0.3.30
28162024-05-31T06:13:09.897Z Compiling equivalent v1.0.1
28172024-05-31T06:13:10.002Z Compiling http v0.2.12
28182024-05-31T06:13:10.026Z Compiling rustc_version v0.4.0
28192024-05-31T06:13:10.142Z Compiling tracing-core v0.1.32
28202024-05-31T06:13:10.228Z Compiling byteorder v1.5.0
28212024-05-31T06:13:10.591Z Compiling untrusted v0.9.0
28222024-05-31T06:13:10.775Z Compiling tracing v0.1.40
28232024-05-31T06:13:11.089Z Compiling openssl v0.10.64
28242024-05-31T06:13:11.427Z Compiling ppv-lite86 v0.2.17
28252024-05-31T06:13:11.490Z Compiling chrono v0.4.37
28262024-05-31T06:13:11.586Z Compiling futures-io v0.3.30
28272024-05-31T06:13:11.901Z Compiling futures-sink v0.3.30
28282024-05-31T06:13:11.995Z Compiling serde_derive v1.0.197
28292024-05-31T06:13:12.026Z Compiling zeroize_derive v1.4.2
28302024-05-31T06:13:12.053Z Compiling der_derive v0.7.2
28312024-05-31T06:13:12.135Z Compiling tokio-macros v2.2.0
28322024-05-31T06:13:12.514Z Compiling thiserror-impl v1.0.58
28332024-05-31T06:13:13.261Z Compiling schemars_derive v0.8.16
28342024-05-31T06:13:13.411Z Compiling zeroize v1.7.0
28352024-05-31T06:13:13.722Z Compiling tokio v1.36.0
28362024-05-31T06:13:14.111Z Compiling der v0.7.8
28372024-05-31T06:13:14.460Z Compiling pin-utils v0.1.0
28382024-05-31T06:13:14.553Z Compiling futures-task v0.3.30
28392024-05-31T06:13:14.797Z Compiling crypto-common v0.1.6
28402024-05-31T06:13:14.862Z Compiling block-buffer v0.10.4
28412024-05-31T06:13:14.989Z Compiling httparse v1.8.0
28422024-05-31T06:13:15.028Z Compiling uuid v1.8.0
28432024-05-31T06:13:15.083Z Compiling digest v0.10.7
28442024-05-31T06:13:15.408Z Compiling foreign-types-shared v0.1.1
28452024-05-31T06:13:15.490Z Compiling sha2 v0.10.8
28462024-05-31T06:13:15.530Z Compiling dyn-clone v1.0.17
28472024-05-31T06:13:15.554Z Compiling foreign-types v0.3.2
28482024-05-31T06:13:15.626Z Compiling signature v2.2.0
28492024-05-31T06:13:15.848Z Compiling futures-util v0.3.30
28502024-05-31T06:13:15.872Z Compiling openssl-macros v0.1.1
28512024-05-31T06:13:16.005Z Compiling spki v0.7.3
28522024-05-31T06:13:16.476Z Compiling pkcs8 v0.10.2
28532024-05-31T06:13:17.820Z Compiling regress v0.8.0
28542024-05-31T06:13:17.939Z Compiling try-lock v0.2.5
28552024-05-31T06:13:17.964Z Compiling native-tls v0.2.11
28562024-05-31T06:13:18.147Z Compiling rustls v0.21.10
28572024-05-31T06:13:18.459Z Compiling heck v0.4.1
28582024-05-31T06:13:19.142Z Compiling tinyvec_macros v0.1.1
28592024-05-31T06:13:19.228Z Compiling tinyvec v1.6.0
28602024-05-31T06:13:20.643Z Compiling want v0.3.1
28612024-05-31T06:13:20.883Z Compiling tokio-util v0.7.10
28622024-05-31T06:13:20.925Z Compiling sct v0.7.1
28632024-05-31T06:13:21.099Z Compiling rustls-webpki v0.101.7
28642024-05-31T06:13:23.050Z Compiling http-body v0.4.6
28652024-05-31T06:13:23.270Z Compiling futures-channel v0.3.30
28662024-05-31T06:13:23.515Z Compiling serde_tokenstream v0.2.0
28672024-05-31T06:13:23.610Z Compiling indexmap v2.2.6
28682024-05-31T06:13:24.102Z Compiling ff v0.13.0
28692024-05-31T06:13:24.258Z Compiling rustix v0.38.32
28702024-05-31T06:13:24.334Z Compiling tower-service v0.3.2
28712024-05-31T06:13:24.457Z Compiling openssl-probe v0.1.5
28722024-05-31T06:13:24.960Z Compiling base16ct v0.2.0
28732024-05-31T06:13:25.082Z Compiling h2 v0.3.25
28742024-05-31T06:13:25.118Z Compiling percent-encoding v2.3.1
28752024-05-31T06:13:25.369Z Compiling iana-time-zone v0.1.60
28762024-05-31T06:13:25.550Z Compiling httpdate v1.0.3
28772024-05-31T06:13:25.782Z Compiling getrandom v0.1.16
28782024-05-31T06:13:26.227Z Compiling form_urlencoded v1.2.1
28792024-05-31T06:13:26.749Z Compiling typify-impl v0.0.16
28802024-05-31T06:13:28.747Z Compiling sec1 v0.7.3
28812024-05-31T06:13:29.286Z Compiling hyper v0.14.28
28822024-05-31T06:13:30.415Z Compiling group v0.13.0
28832024-05-31T06:13:30.841Z Compiling unicode-normalization v0.1.23
28842024-05-31T06:13:32.024Z Compiling crypto-bigint v0.5.5
28852024-05-31T06:13:34.040Z Compiling errno v0.3.8
28862024-05-31T06:13:34.303Z Compiling platforms v3.4.0
28872024-05-31T06:13:34.673Z Compiling utf8parse v0.2.1
28882024-05-31T06:13:34.837Z Compiling radium v0.7.0
28892024-05-31T06:13:34.867Z Compiling unicode-bidi v0.3.15
28902024-05-31T06:13:35.332Z Compiling curve25519-dalek v4.1.2
28912024-05-31T06:13:35.775Z Compiling idna v0.5.0
28922024-05-31T06:13:36.525Z Compiling typify-macro v0.0.16
28932024-05-31T06:13:36.783Z Compiling anstyle-parse v0.2.3
28942024-05-31T06:13:37.768Z Compiling elliptic-curve v0.13.8
28952024-05-31T06:13:38.424Z Compiling tokio-rustls v0.24.1
28962024-05-31T06:13:38.833Z Compiling tokio-native-tls v0.3.1
28972024-05-31T06:13:39.526Z Compiling hmac v0.12.1
28982024-05-31T06:13:39.751Z Compiling rand_chacha v0.3.1
28992024-05-31T06:13:40.028Z Compiling aho-corasick v1.1.3
29002024-05-31T06:13:40.380Z Compiling regex-syntax v0.8.3
29012024-05-31T06:13:40.655Z Compiling colorchoice v1.0.0
29022024-05-31T06:13:40.809Z Compiling maybe-uninit v2.0.0
29032024-05-31T06:13:40.845Z Compiling tap v1.0.1
29042024-05-31T06:13:41.009Z Compiling anstyle-query v1.0.2
29052024-05-31T06:13:41.147Z Compiling anstyle v1.0.6
29062024-05-31T06:13:41.263Z Compiling base64 v0.21.7
29072024-05-31T06:13:41.698Z Compiling rustls-pemfile v1.0.4
29082024-05-31T06:13:42.276Z Compiling anstream v0.6.13
29092024-05-31T06:13:42.485Z Compiling wyz v0.5.1
29102024-05-31T06:13:42.556Z Compiling rand v0.8.5
29112024-05-31T06:13:42.633Z Compiling rfc6979 v0.4.0
29122024-05-31T06:13:42.843Z Compiling terminal_size v0.3.0
29132024-05-31T06:13:42.893Z Compiling rand_core v0.5.1
29142024-05-31T06:13:43.358Z Compiling regex-automata v0.4.6
29152024-05-31T06:13:43.454Z Compiling hyper-tls v0.5.0
29162024-05-31T06:13:43.841Z Compiling hyper-rustls v0.24.2
29172024-05-31T06:13:43.899Z Compiling url v2.5.0
29182024-05-31T06:13:44.377Z Compiling serde_urlencoded v0.7.1
29192024-05-31T06:13:44.791Z Compiling inout v0.1.3
29202024-05-31T06:13:44.904Z Compiling curve25519-dalek-derive v0.1.1
29212024-05-31T06:13:45.006Z Compiling heapless v0.7.17
29222024-05-31T06:13:45.481Z Compiling num-integer v0.1.46
29232024-05-31T06:13:46.417Z Compiling encoding_rs v0.8.33
29242024-05-31T06:13:49.117Z Compiling num-bigint-dig v0.8.4
29252024-05-31T06:13:49.428Z Compiling packed_struct v0.10.1
29262024-05-31T06:13:50.386Z Compiling sync_wrapper v0.1.2
29272024-05-31T06:13:50.510Z Compiling heck v0.5.0
29282024-05-31T06:13:50.875Z Compiling ipnet v2.9.0
29292024-05-31T06:13:53.672Z Compiling funty v2.0.0
29302024-05-31T06:13:55.237Z Compiling strsim v0.11.0
29312024-05-31T06:13:55.817Z Compiling unicode-width v0.1.11
29322024-05-31T06:13:56.071Z Compiling spin v0.5.2
29332024-05-31T06:13:56.095Z Compiling mime v0.3.17
29342024-05-31T06:13:56.095Z Compiling webpki-roots v0.25.4
29352024-05-31T06:13:56.241Z Compiling clap_lex v0.7.0
29362024-05-31T06:13:56.314Z Compiling lazy_static v1.4.0
29372024-05-31T06:13:56.433Z Compiling reqwest v0.11.27
29382024-05-31T06:13:56.943Z Compiling clap_builder v4.5.2
29392024-05-31T06:13:57.000Z Compiling getopts v0.2.21
29402024-05-31T06:13:57.043Z Compiling bitvec v1.0.1
29412024-05-31T06:13:59.674Z Compiling clap_derive v4.5.4
29422024-05-31T06:14:00.714Z Compiling regex v1.10.4
29432024-05-31T06:14:03.490Z Compiling num-iter v0.1.44
29442024-05-31T06:14:03.707Z Compiling cipher v0.4.4
29452024-05-31T06:14:04.100Z Compiling ecdsa v0.16.9
29462024-05-31T06:14:05.189Z Compiling typify v0.0.16
29472024-05-31T06:14:05.310Z Compiling primeorder v0.13.6
29482024-05-31T06:14:05.367Z Compiling openapiv3 v2.0.0
29492024-05-31T06:14:05.782Z Compiling ssh-encoding v0.2.0
29502024-05-31T06:14:05.994Z Compiling ed25519 v2.2.3
29512024-05-31T06:14:06.337Z Compiling digest v0.9.0
29522024-05-31T06:14:06.544Z Compiling packed_struct_codegen v0.10.1
29532024-05-31T06:14:06.912Z Compiling hash32 v0.2.1
29542024-05-31T06:14:07.422Z Compiling slog v2.7.0
29552024-05-31T06:14:07.867Z Compiling nodrop v0.1.14
29562024-05-31T06:14:07.989Z Compiling unsafe-libyaml v0.2.11
29572024-05-31T06:14:08.853Z Compiling anyhow v1.0.81
29582024-05-31T06:14:09.344Z Compiling stable_deref_trait v1.2.0
29592024-05-31T06:14:09.382Z Compiling serde_yaml v0.9.34+deprecated
29602024-05-31T06:14:10.733Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29612024-05-31T06:14:12.617Z Compiling array-init v0.0.4
29622024-05-31T06:14:13.675Z Compiling ed25519-dalek v2.1.1
29632024-05-31T06:14:14.410Z Compiling ssh-cipher v0.2.0
29642024-05-31T06:14:14.664Z Compiling p256 v0.13.2
29652024-05-31T06:14:15.518Z Compiling smallvec v0.6.14
29662024-05-31T06:14:16.047Z Compiling clap v4.5.4
29672024-05-31T06:14:16.629Z Compiling rand_chacha v0.2.2
29682024-05-31T06:14:19.604Z Compiling pkcs1 v0.7.5
29692024-05-31T06:14:22.116Z Compiling block-buffer v0.9.0
29702024-05-31T06:14:22.294Z Compiling zerocopy-derive v0.6.6
29712024-05-31T06:14:22.503Z Compiling blake3 v1.5.1
29722024-05-31T06:14:23.073Z Compiling is-terminal v0.4.12
29732024-05-31T06:14:23.191Z Compiling termcolor v1.4.1
29742024-05-31T06:14:24.052Z Compiling signature v1.6.4
29752024-05-31T06:14:24.231Z Compiling base64 v0.13.1
29762024-05-31T06:14:24.369Z Compiling cobs v0.2.3
29772024-05-31T06:14:24.804Z Compiling opaque-debug v0.3.1
29782024-05-31T06:14:24.892Z Compiling embedded-io v0.4.0
29792024-05-31T06:14:24.932Z Compiling bitfield v0.14.0
29802024-05-31T06:14:25.116Z Compiling postcard v1.0.8
29812024-05-31T06:14:25.176Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29822024-05-31T06:14:25.650Z Compiling sha2 v0.9.9
29832024-05-31T06:14:25.989Z Compiling ed25519 v1.5.3
29842024-05-31T06:14:26.302Z Compiling zerocopy v0.6.6
29852024-05-31T06:14:26.589Z Compiling env_logger v0.10.2
29862024-05-31T06:14:28.353Z Compiling rsa v0.9.6
29872024-05-31T06:14:29.459Z Compiling rand v0.7.3
29882024-05-31T06:14:30.099Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29892024-05-31T06:14:31.685Z Compiling serde-hex v0.1.0
29902024-05-31T06:14:31.920Z Compiling ssh-key v0.6.5
29912024-05-31T06:14:35.784Z Compiling curve25519-dalek v3.2.0
29922024-05-31T06:14:36.173Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29932024-05-31T06:14:37.654Z Compiling bincode v1.3.3
29942024-05-31T06:14:38.668Z Compiling serde_path_to_error v0.1.16
29952024-05-31T06:14:39.531Z Compiling x509-cert v0.2.5
29962024-05-31T06:14:42.651Z Compiling hex v0.4.3
29972024-05-31T06:14:43.310Z Compiling arrayref v0.3.7
29982024-05-31T06:14:43.421Z Compiling crc-any v2.4.4
29992024-05-31T06:14:44.236Z Compiling constant_time_eq v0.3.0
30002024-05-31T06:14:44.404Z Compiling arrayvec v0.7.4
30012024-05-31T06:14:44.857Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30022024-05-31T06:14:46.432Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30032024-05-31T06:14:46.631Z Compiling oauth2 v4.4.2
30042024-05-31T06:14:47.408Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30052024-05-31T06:14:50.208Z Compiling ed25519-dalek v1.0.1
30062024-05-31T06:14:50.478Z Compiling clap-num v1.1.1
30072024-05-31T06:14:50.702Z Compiling xdg v2.5.2
30082024-05-31T06:14:52.243Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30092024-05-31T06:15:15.653Z Finished release [optimized] target(s) in 2m 18s
30102024-05-31T06:15:15.729Z
30112024-05-31T06:15:15.729Zreal 2:31.588921731
30122024-05-31T06:15:15.730Zuser 15:29.506775902
30132024-05-31T06:15:15.730Zsys 1:33.051606497
30142024-05-31T06:15:15.730Ztrap 0.511071832
30152024-05-31T06:15:15.730Ztflt 0.555567759
30162024-05-31T06:15:15.730Zdflt 0.664534800
30172024-05-31T06:15:15.755Zkflt 0.000696160
30182024-05-31T06:15:15.755Zlock 37:06.548819464
30192024-05-31T06:15:15.755Zslp 42:55.451656539
30202024-05-31T06:15:15.755Zlat 55.278280818
30212024-05-31T06:15:15.755Zstop 47.594613065
30222024-05-31T06:15:15.755Z+ ptime -m gzip
30232024-05-31T06:15:17.064Z
30242024-05-31T06:15:17.065Zreal 1.329415651
30252024-05-31T06:15:17.065Zuser 1.310757278
30262024-05-31T06:15:17.065Zsys 0.017955244
30272024-05-31T06:15:17.065Ztrap 0.000180174
30282024-05-31T06:15:17.065Ztflt 0.000000000
30292024-05-31T06:15:17.089Zdflt 0.000000000
30302024-05-31T06:15:17.090Zkflt 0.000000000
30312024-05-31T06:15:17.090Zlock 0.000000000
30322024-05-31T06:15:17.090Zslp 0.000000000
30332024-05-31T06:15:17.090Zlat 0.000193388
30342024-05-31T06:15:17.090Zstop 0.000239586
30352024-05-31T06:15:17.090Zprocess exited: duration 899389 ms, exit code 0
 
30362024-05-31T06:15:17.140Zfound 9 output files
30372024-05-31T06:15:17.140Zuploading: /work/end-to-end-tests/bootstrap-513fc87449fc9212.gz (7318739 bytes)
30382024-05-31T06:15:20.757Zuploaded: /work/end-to-end-tests/bootstrap-513fc87449fc9212.gz
30392024-05-31T06:15:20.782Zuploading: /work/end-to-end-tests/bootstrap.gz (102519206 bytes)
30402024-05-31T06:15:53.752Zuploaded: /work/end-to-end-tests/bootstrap.gz
30412024-05-31T06:15:53.752Zuploading: /work/end-to-end-tests/commtest-9cfbc31e704d0c76.gz (7317237 bytes)
30422024-05-31T06:15:58.182Zuploaded: /work/end-to-end-tests/commtest-9cfbc31e704d0c76.gz
30432024-05-31T06:15:58.207Zuploading: /work/end-to-end-tests/dhcp_server-14dd6501e12a054f.gz (7313445 bytes)
30442024-05-31T06:16:02.911Zuploaded: /work/end-to-end-tests/dhcp_server-14dd6501e12a054f.gz
30452024-05-31T06:16:02.911Zuploading: /work/end-to-end-tests/end_to_end_tests-54e84b08c5696f77.gz (106132940 bytes)
30462024-05-31T06:16:38.737Zuploaded: /work/end-to-end-tests/end_to_end_tests-54e84b08c5696f77.gz
30472024-05-31T06:16:38.761Zuploading: /work/caboose-util.gz (2411462 bytes)
30482024-05-31T06:16:40.885Zuploaded: /work/caboose-util.gz
30492024-05-31T06:16:40.885Zuploading: /work/tufaceous.gz (12205733 bytes)
30502024-05-31T06:16:44.766Zuploaded: /work/tufaceous.gz
30512024-05-31T06:16:44.790Zuploading: /work/commtest (462429968 bytes)
30522024-05-31T06:19:10.394Zuploaded: /work/commtest
30532024-05-31T06:19:10.395Zuploading: /work/permslip.gz (10331245 bytes)
30542024-05-31T06:19:14.084Zuploaded: /work/permslip.gz