01HH6J3N50NKC4WPDKMR98RSPC: helios / CI tools

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

Buildomat Job: 01HH6J4R2RDR1CQVC3WNHMFSCT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-09T05:54:24.471Zjob assigned to worker 01HH6J4RW611K5C1A2NRGTKT65 (queued for 1 m 56 s)
 
22023-12-09T05:54:25.019Zstarting task 0: "setup"
32023-12-09T05:54:25.147Z++ uname -s
42023-12-09T05:54:25.152Z+ kern=SunOS
52023-12-09T05:54:25.152Z+ case "$kern" in
62023-12-09T05:54:25.152Z+ groupadd -g 12345 build
72023-12-09T05:54:25.152Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-09T05:54:27.386Z+ zfs create -o mountpoint=/work rpool/work
92023-12-09T05:54:28.044Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-09T05:54:29.379Z+ home_fs=zfs
112023-12-09T05:54:29.379Z+ [[ zfs == autofs ]]
122023-12-09T05:54:29.379Z+ mkdir -p /home/build
132023-12-09T05:54:29.379Z+ chown build:build /home/build /work
142023-12-09T05:54:30.635Z+ chmod 0700 /home/build /work
152023-12-09T05:54:30.635Zprocess exited: duration 3552 ms, exit code 0
 
162023-12-09T05:54:33.835Zstarting task 1: "rust-toolchain"
172023-12-09T05:54:54.111Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-09T05:54:54.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-09T05:54:54.111Zinfo: downloading installer
202023-12-09T05:54:54.553Zwarning: it looks like you have an existing installation of Rust at:
212023-12-09T05:54:54.926Zwarning: /opt/ooce/bin
222023-12-09T05:54:54.927Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-09T05:54:54.927Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-09T05:54:54.927Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-09T05:54:54.927Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-09T05:54:54.928Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-09T05:54:54.929Zerror: cannot install while Rust is installed
282023-12-09T05:54:54.930Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-09T05:54:54.932Zinfo: profile set to 'default'
302023-12-09T05:54:54.933Zinfo: default host triple is x86_64-unknown-illumos
312023-12-09T05:54:54.934Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-09T05:54:54.934Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-09T05:54:54.934Zinfo: downloading component 'cargo'
342023-12-09T05:54:54.934Zinfo: downloading component 'clippy'
352023-12-09T05:54:54.934Zinfo: downloading component 'rust-docs'
362023-12-09T05:54:54.935Zinfo: downloading component 'rust-std'
372023-12-09T05:54:54.935Zinfo: downloading component 'rustc'
382023-12-09T05:54:54.935Zinfo: downloading component 'rustfmt'
392023-12-09T05:54:54.935Zinfo: installing component 'cargo'
402023-12-09T05:54:54.935Zinfo: installing component 'clippy'
412023-12-09T05:54:54.935Zinfo: installing component 'rust-docs'
422023-12-09T05:54:54.935Zinfo: installing component 'rust-std'
432023-12-09T05:54:54.935Zinfo: installing component 'rustc'
442023-12-09T05:55:01.723Zinfo: installing component 'rustfmt'
452023-12-09T05:55:01.736Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-09T05:55:01.736Z
472023-12-09T05:55:01.737Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-09T05:55:01.737Z
492023-12-09T05:55:01.737Z
502023-12-09T05:55:01.737ZRust is installed now. Great!
512023-12-09T05:55:01.737Z
522023-12-09T05:55:01.738ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-09T05:55:01.738Zenvironment variable. This has not been done automatically.
542023-12-09T05:55:01.738Z
552023-12-09T05:55:01.738ZTo configure your current shell, run:
562023-12-09T05:55:01.739Zsource "$HOME/.cargo/env"
572023-12-09T05:55:01.739Z+ rustc --version
582023-12-09T05:55:01.739Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-09T05:55:01.765Zprocess exited: duration 28962 ms, exit code 0
 
602023-12-09T05:55:01.801Zstarting task 2: "authentication"
612023-12-09T05:55:01.852Zprocess exited: duration 53 ms, exit code 0
 
622023-12-09T05:55:02.301Zstarting task 3: "clone repository"
632023-12-09T05:55:02.322Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-09T05:55:02.323Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-09T05:55:02.395ZCloning into '/work/oxidecomputer/omicron'...
662023-12-09T05:55:08.734Z+ cd /work/oxidecomputer/omicron
672023-12-09T05:55:08.750Z+ [[ -n renovate/openapiv3-2.x ]]
682023-12-09T05:55:08.750Z+ git fetch origin renovate/openapiv3-2.x
692023-12-09T05:55:09.503ZFrom https://github.com/oxidecomputer/omicron
702023-12-09T05:55:09.504Z * branch renovate/openapiv3-2.x -> FETCH_HEAD
712023-12-09T05:55:09.530Z+ git checkout -B renovate/openapiv3-2.x remotes/origin/renovate/openapiv3-2.x
722023-12-09T05:55:09.530ZSwitched to a new branch 'renovate/openapiv3-2.x'
732023-12-09T05:55:09.530Zbranch 'renovate/openapiv3-2.x' set up to track 'origin/renovate/openapiv3-2.x'.
742023-12-09T05:55:09.530Z+ git reset --hard 6897883d0685203ebb835213cc736590df67b6c4
752023-12-09T05:55:09.530ZHEAD is now at 6897883d Update Rust crate openapiv3 to 2.0.0
762023-12-09T05:55:09.536Zprocess exited: duration 7073 ms, exit code 0
 
772023-12-09T05:55:09.581Zstarting task 4: "build"
782023-12-09T05:55:09.624Z+ cargo --version
792023-12-09T05:55:09.624Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-09T05:55:09.791Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-09T05:55:09.808Zinfo: downloading component 'cargo'
822023-12-09T05:55:10.651Zinfo: downloading component 'clippy'
832023-12-09T05:55:10.921Zinfo: downloading component 'rust-docs'
842023-12-09T05:55:12.405Zinfo: downloading component 'rust-std'
852023-12-09T05:55:13.745Zinfo: downloading component 'rustc'
862023-12-09T05:55:18.190Zinfo: downloading component 'rustfmt'
872023-12-09T05:55:18.502Zinfo: installing component 'cargo'
882023-12-09T05:55:19.820Zinfo: installing component 'clippy'
892023-12-09T05:55:20.300Zinfo: installing component 'rust-docs'
902023-12-09T05:55:23.226Zinfo: installing component 'rust-std'
912023-12-09T05:55:25.917Zinfo: installing component 'rustc'
922023-12-09T05:55:32.190Zinfo: installing component 'rustfmt'
932023-12-09T05:55:32.733Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-09T05:55:32.736Z+ rustc --version
952023-12-09T05:55:32.876Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-09T05:55:32.881Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-09T05:55:50.116Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-09T05:55:50.369Z Startup: Caching catalogs ... Done
992023-12-09T05:55:50.918ZPlanning: Solver setup ... Done (6.683s)
1002023-12-09T05:55:51.347ZPlanning: Running solver ... Done (0.153s)
1012023-12-09T05:55:51.348ZPlanning: Finding local manifests ... Done (0.013s)
1022023-12-09T05:55:51.348ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-09T05:55:51.525ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-09T05:55:51.525ZPlanning: Package planning ... Done (0.090s)
1052023-12-09T05:55:51.525ZPlanning: Merging actions ... Done (0.084s)
1062023-12-09T05:55:51.873ZPlanning: Checking for conflicting actions ... Done (0.697s)
1072023-12-09T05:55:51.890ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-12-09T05:55:55.841ZPlanning: Evaluating mediators ... Done (3.510s)
1092023-12-09T05:55:56.298ZPlanning: Planning completed in 12.11 seconds
1102023-12-09T05:55:56.300Z Packages to install: 4
1112023-12-09T05:55:56.300Z Packages to update: 2
1122023-12-09T05:55:56.300Z Mediators to change: 2
1132023-12-09T05:55:56.301Z Services to change: 1
1142023-12-09T05:55:56.301Z Estimated space available: 148.88 GB
1152023-12-09T05:55:56.301ZEstimated space to be consumed: 1.43 GB
1162023-12-09T05:55:56.303Z Create boot environment: No
1172023-12-09T05:55:56.304ZCreate backup boot environment: Yes
1182023-12-09T05:55:56.304Z Rebuild boot archive: No
1192023-12-09T05:55:56.304Z
1202023-12-09T05:55:56.304ZChanged mediators:
1212023-12-09T05:55:56.304Z mediator clang:
1222023-12-09T05:55:56.305Z version: None -> 15 (system default)
1232023-12-09T05:55:56.305Z
1242023-12-09T05:55:56.305Z mediator llvm:
1252023-12-09T05:55:56.306Z version: 14 (system default) -> 15 (system default)
1262023-12-09T05:55:56.306Z
1272023-12-09T05:55:56.306ZChanged packages:
1282023-12-09T05:55:56.306Zhelios-dev
1292023-12-09T05:55:56.307Z developer/build-essential
1302023-12-09T05:55:56.307Z None -> 11-2.0
1312023-12-09T05:55:56.307Z library/libxmlsec1
1322023-12-09T05:55:56.307Z None -> 1.2.35-2.0
1332023-12-09T05:55:56.307Z ooce/developer/clang-15
1342023-12-09T05:55:56.307Z None -> 15.0.7-2.0
1352023-12-09T05:55:56.308Z ooce/developer/llvm-15
1362023-12-09T05:55:56.308Z None -> 15.0.7-2.0
1372023-12-09T05:55:56.308Z system/library/g++-runtime
1382023-12-09T05:55:56.308Z 12-2.0 -> 13-2.0
1392023-12-09T05:55:56.308Z system/library/gcc-runtime
1402023-12-09T05:55:56.309Z 12-2.0 -> 13-2.0
1412023-12-09T05:55:56.309Z
1422023-12-09T05:55:56.309ZServices:
1432023-12-09T05:55:56.309Z restart_fmri:
1442023-12-09T05:55:56.309Z svc:/system/update-man-index:default
1452023-12-09T05:55:56.310Z
1462023-12-09T05:55:56.311ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-09T05:56:02.231ZDownload: 211/3330 items 1.3/221.1MB 0% complete (374k/s)
1482023-12-09T05:56:08.229ZDownload: 212/3330 items 1.3/221.1MB 0% complete (365k/s)
1492023-12-09T05:56:13.220ZDownload: 382/3330 items 16.9/221.1MB 7% complete (3.0M/s)
1502023-12-09T05:56:18.235ZDownload: 837/3330 items 18.8/221.1MB 8% complete (1.8M/s)
1512023-12-09T05:56:23.250ZDownload: 1191/3330 items 60.7/221.1MB 27% complete (4.4M/s)
1522023-12-09T05:56:38.262ZDownload: 1198/3330 items 83.5/221.1MB 37% complete
1532023-12-09T05:56:43.635ZDownload: 1283/3330 items 114.3/221.1MB 51% complete (6.6M/s)
1542023-12-09T05:56:48.646ZDownload: 1450/3330 items 114.9/221.1MB 51% complete (3.3M/s)
1552023-12-09T05:56:53.665ZDownload: 1589/3330 items 116.2/221.1MB 52% complete (685k/s)
1562023-12-09T05:56:58.688ZDownload: 1641/3330 items 116.3/221.1MB 52% complete (218k/s)
1572023-12-09T05:57:03.815ZDownload: 1748/3330 items 116.6/221.1MB 52% complete (61.9k/s)
1582023-12-09T05:57:18.378ZDownload: 2222/3330 items 118.6/221.1MB 53% complete (231k/s)
1592023-12-09T05:57:22.083ZDownload: 2223/3330 items 118.6/221.1MB 53% complete
1602023-12-09T05:57:27.102ZDownload: 2388/3330 items 119.8/221.1MB 54% complete (259k/s)
1612023-12-09T05:57:32.099ZDownload: 2642/3330 items 120.6/221.1MB 54% complete (207k/s)
1622023-12-09T05:57:37.122ZDownload: 2956/3330 items 121.2/221.1MB 54% complete (145k/s)
1632023-12-09T05:57:42.153ZDownload: 3140/3330 items 140.1/221.1MB 63% complete (1.9M/s)
1642023-12-09T05:57:47.491ZDownload: 3246/3330 items 203.0/221.1MB 91% complete (8.1M/s)
1652023-12-09T05:57:55.606ZDownload: 3248/3330 items 203.1/221.1MB 91% complete (8.0M/s)
1662023-12-09T05:58:01.582ZDownload: 3286/3330 items 210.3/221.1MB 95% complete (1.7M/s)
1672023-12-09T05:58:07.739ZDownload: 3293/3330 items 215.0/221.1MB 97% complete (1.4M/s)
1682023-12-09T05:58:22.146ZDownload: 3295/3330 items 216.2/221.1MB 97% complete (917k/s)
1692023-12-09T05:58:22.600ZDownload: Completed 221.11 MB in 139.34 seconds (1.6M/s)
1702023-12-09T05:58:23.024Z Actions: 1/3766 actions (Removing old actions)
1712023-12-09T05:58:23.024Z Actions: 5/3766 actions (Installing new actions)
1722023-12-09T05:58:23.024Z Actions: 2820/3766 actions (Installing new actions)
1732023-12-09T05:58:25.447Z Actions: 3729/3766 actions (Updating modified actions)
1742023-12-09T05:58:25.964Z Actions: Completed 3766 actions in 8.52 seconds.
1752023-12-09T05:58:26.011Z Done (0.107s)
1762023-12-09T05:58:26.014Z Done (0.000s)
1772023-12-09T05:58:26.291Z Done (0.273s)
1782023-12-09T05:58:33.847Z Done (7.438s)
1792023-12-09T05:58:34.087Z Done (0.136s)
1802023-12-09T05:58:34.095Z Done (0.000s)
1812023-12-09T05:58:34.338Z Done (0.000s)
1822023-12-09T05:58:35.045ZPlanning: Evaluating mediator changes ... Done
1832023-12-09T05:58:35.320ZPlanning: Checking for conflicting actions ... Done
1842023-12-09T05:58:35.324ZPlanning: Consolidating action changes ... Done
1852023-12-09T05:58:35.755ZPlanning: Evaluating mediators ... Done
1862023-12-09T05:58:35.759ZPlanning: Planning completed in 0.72 seconds
1872023-12-09T05:58:35.817Z Mediators to change: 2
1882023-12-09T05:58:35.817Z Create boot environment: No
1892023-12-09T05:58:35.821ZCreate backup boot environment: No
1902023-12-09T05:58:35.937Z Done
1912023-12-09T05:58:35.938Z Done
1922023-12-09T05:58:36.094Z Done
1932023-12-09T05:58:41.845Z Done
1942023-12-09T05:58:41.982Z Done
1952023-12-09T05:58:42.033Z Done
1962023-12-09T05:58:42.071Z Done
1972023-12-09T05:58:54.205ZPlanning: Evaluating mediator changes ... Done
1982023-12-09T05:58:54.434ZPlanning: Merging actions ... Done
1992023-12-09T05:58:54.434ZPlanning: Checking for conflicting actions ... Done
2002023-12-09T05:58:54.434ZPlanning: Consolidating action changes ... Done
2012023-12-09T05:58:54.434ZPlanning: Evaluating mediators ... Done
2022023-12-09T05:58:54.434ZPlanning: Planning completed in 1.27 seconds
2032023-12-09T05:58:54.435Z Packages to change: 1
2042023-12-09T05:58:54.435Z Mediators to change: 1
2052023-12-09T05:58:54.435Z Services to change: 1
2062023-12-09T05:58:54.435Z Create boot environment: No
2072023-12-09T05:58:54.435ZCreate backup boot environment: Yes
2082023-12-09T05:58:55.321Z Actions: 1/6 actions (Updating modified actions)
2092023-12-09T05:58:55.321Z Actions: Completed 6 actions in 0.00 seconds.
2102023-12-09T05:58:55.628Z Done
2112023-12-09T05:58:55.628Z Done
2122023-12-09T05:58:55.628Z Done
2132023-12-09T05:58:55.629Z Done
2142023-12-09T05:58:55.629Z Done
2152023-12-09T05:58:55.629Z Done
2162023-12-09T05:58:55.629Z Done
2172023-12-09T05:58:55.629ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182023-12-09T05:58:55.629Zclang system 15 system
2192023-12-09T05:58:55.630Zcsh system system illumos
2202023-12-09T05:58:55.630Zctags system system illumos
2212023-12-09T05:58:55.630Zgcc vendor 12 vendor
2222023-12-09T05:58:55.630Zgcc system 10 system
2232023-12-09T05:58:55.630Zgcc system 7 system
2242023-12-09T05:58:55.630Zgo system 1.20 system
2252023-12-09T05:58:55.630Zgo system 1.19 system
2262023-12-09T05:58:55.630Zllvm system 15 system
2272023-12-09T05:58:55.630Zllvm system 14 system
2282023-12-09T05:58:55.631Zmariadb system 10.6 system
2292023-12-09T05:58:55.631Zmta vendor vendor dma
2302023-12-09T05:58:55.631Zopenjdk system 17 system
2312023-12-09T05:58:55.631Zopenjdk system 11 system
2322023-12-09T05:58:55.631Zopenjdk system 1.8 system
2332023-12-09T05:58:55.631Zopenssl vendor 3 vendor
2342023-12-09T05:58:55.631Zperl system 5.36 system
2352023-12-09T05:58:55.632Zpostgresql system 15 system
2362023-12-09T05:58:55.632Zpostgresql system 13 system
2372023-12-09T05:58:55.632Zpython vendor 3 vendor
2382023-12-09T05:58:55.632Zpython system 2 system
2392023-12-09T05:58:55.632Zpython3 system 3.11 system
2402023-12-09T05:58:55.632Zruby system 3.0 system
2412023-12-09T05:58:55.632Zwords vendor vendor american-english
2422023-12-09T05:58:55.632Zwords system system australian-english
2432023-12-09T05:58:55.633Zwords system system british-english
2442023-12-09T05:58:55.633Zwords system system canadian-english
2452023-12-09T05:58:55.633Zwords system system french
2462023-12-09T05:58:55.634Zwords system system italian
2472023-12-09T05:58:55.634Zwords system system ngerman
2482023-12-09T05:58:55.634Zwords system system ogerman
2492023-12-09T05:58:55.634Zwords system system spanish
2502023-12-09T05:58:55.635ZFMRI IFO
2512023-12-09T05:58:55.635Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2522023-12-09T05:58:55.635Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2532023-12-09T05:58:55.635Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2542023-12-09T05:58:55.635Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2552023-12-09T05:58:55.635Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2562023-12-09T05:58:55.635Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2572023-12-09T05:58:55.635Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2582023-12-09T05:58:55.636Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2592023-12-09T05:58:55.636Z+ set -o errexit
2602023-12-09T05:58:55.636Z+++ dirname ./tools/ci_download_cockroachdb
2612023-12-09T05:58:55.636Z++ cd ./tools
2622023-12-09T05:58:55.636Z++ pwd
2632023-12-09T05:58:55.636Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2642023-12-09T05:58:55.636Z++ basename ./tools/ci_download_cockroachdb
2652023-12-09T05:58:55.636Z+ ARG0=ci_download_cockroachdb
2662023-12-09T05:58:55.637Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2672023-12-09T05:58:55.637Z+ CIDL_VERSION=v22.1.9
2682023-12-09T05:58:55.637Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2692023-12-09T05:58:55.647Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2702023-12-09T05:58:55.648Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2712023-12-09T05:58:55.649Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2722023-12-09T05:58:55.649Z+ TARGET_DIR=out
2732023-12-09T05:58:55.649Z+ DOWNLOAD_DIR=out/downloads
2742023-12-09T05:58:55.649Z+ DEST_DIR=./out/cockroachdb
2752023-12-09T05:58:55.649Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2762023-12-09T05:58:55.649Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2772023-12-09T05:58:55.649Z+ main
2782023-12-09T05:58:55.649Z+ [[ 0 != 0 ]]
2792023-12-09T05:58:55.649Z+ CIDL_OS=solaris2.11
2802023-12-09T05:58:55.649Z+ [[ 0 != 0 ]]
2812023-12-09T05:58:55.649Z+ configure_os solaris2.11
2822023-12-09T05:58:55.649Z+ echo 'current directory: /work/oxidecomputer/omicron'
2832023-12-09T05:58:55.650Zcurrent directory: /work/oxidecomputer/omicron
2842023-12-09T05:58:55.650Z+ echo 'configuring based on OS: "solaris2.11"'
2852023-12-09T05:58:55.650Zconfiguring based on OS: "solaris2.11"
2862023-12-09T05:58:55.650Z+ case "$1" in
2872023-12-09T05:58:55.650Z+ CIDL_BUILD=illumos
2882023-12-09T05:58:55.650Z+ CIDL_SUFFIX=tar.gz
2892023-12-09T05:58:55.650Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2902023-12-09T05:58:55.650Z+ CIDL_MD5FUNC=do_md5sum
2912023-12-09T05:58:55.650Z+ CIDL_URL_BASE=https://illumos.org/downloads
2922023-12-09T05:58:55.650Z+ CIDL_ASSEMBLE=do_assemble_illumos
2932023-12-09T05:58:55.650Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2942023-12-09T05:58:55.651Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2952023-12-09T05:58:55.651Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-12-09T05:58:55.651Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2972023-12-09T05:58:55.652Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-12-09T05:58:55.652Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2992023-12-09T05:58:55.652ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-12-09T05:58:55.652Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012023-12-09T05:58:55.652ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-12-09T05:58:55.652Z+ mkdir -p out/downloads
3032023-12-09T05:58:55.652Z+ mkdir -p ./out/cockroachdb
3042023-12-09T05:58:55.652Z+ local DO_DOWNLOAD=true
3052023-12-09T05:58:55.652Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3062023-12-09T05:58:55.652Z+ '[' true == true ']'
3072023-12-09T05:58:55.652Z+ echo Downloading...
3082023-12-09T05:58:55.652ZDownloading...
3092023-12-09T05:58:55.653Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102023-12-09T05:58:56.006Z+ 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
3112023-12-09T05:59:00.199Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122023-12-09T05:59:00.206Z++ md5sum
3132023-12-09T05:59:00.206Z++ awk '{print $1}'
3142023-12-09T05:59:00.392Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3152023-12-09T05:59:00.392Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3162023-12-09T05:59:00.392Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172023-12-09T05:59:00.407Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3182023-12-09T05:59:04.009Z+ do_assemble_illumos
3192023-12-09T05:59:04.010Z+ rm -r ./out/cockroachdb
3202023-12-09T05:59:04.019Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3212023-12-09T05:59:04.636Z+ ./out/cockroachdb/bin/cockroach version
3222023-12-09T05:59:04.856ZBuild Tag: v22.1.9-dirty
3232023-12-09T05:59:04.857ZBuild Time: 2022/10/26 21:17:46
3242023-12-09T05:59:04.857ZDistribution: OSS
3252023-12-09T05:59:04.857ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3262023-12-09T05:59:04.858ZGo Version: go1.17.13
3272023-12-09T05:59:04.858ZC Compiler: gcc 10.3.0
3282023-12-09T05:59:04.858ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3292023-12-09T05:59:04.858ZBuild Type: release
3302023-12-09T05:59:04.881Z+ set -o errexit
3312023-12-09T05:59:04.886Z+++ dirname ./tools/ci_download_clickhouse
3322023-12-09T05:59:04.886Z++ cd ./tools
3332023-12-09T05:59:04.886Z++ pwd
3342023-12-09T05:59:04.889Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3352023-12-09T05:59:04.889Z++ basename ./tools/ci_download_clickhouse
3362023-12-09T05:59:04.889Z+ ARG0=ci_download_clickhouse
3372023-12-09T05:59:04.902Z+ TARGET_DIR=out
3382023-12-09T05:59:04.902Z+ DOWNLOAD_DIR=out/downloads
3392023-12-09T05:59:04.902Z+ DEST_DIR=./out/clickhouse
3402023-12-09T05:59:04.902Z+ CIDL_VERSION=v22.8.9.24
3412023-12-09T05:59:04.903Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3422023-12-09T05:59:04.903Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3432023-12-09T05:59:04.903Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3442023-12-09T05:59:04.903Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3452023-12-09T05:59:04.903Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3462023-12-09T05:59:04.913Z+ main
3472023-12-09T05:59:04.913Z+ [[ 0 != 0 ]]
3482023-12-09T05:59:04.913Z+ CIDL_OS=solaris2.11
3492023-12-09T05:59:04.913Z+ [[ 0 != 0 ]]
3502023-12-09T05:59:04.913Z+ configure_os solaris2.11
3512023-12-09T05:59:04.914Z+ echo 'current directory: /work/oxidecomputer/omicron'
3522023-12-09T05:59:04.914Z+ echo 'configuring based on OS: "solaris2.11"'
3532023-12-09T05:59:04.914Z+ CIDL_DASHREV=
3542023-12-09T05:59:04.914Zcurrent directory: /work/oxidecomputer/omicron
3552023-12-09T05:59:04.914Zconfiguring based on OS: "solaris2.11"
3562023-12-09T05:59:04.914Z+ case "$1" in
3572023-12-09T05:59:04.914Z+ CIDL_PLATFORM=illumos
3582023-12-09T05:59:04.914Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3592023-12-09T05:59:04.914Z+ CIDL_MD5FUNC=do_md5sum
3602023-12-09T05:59:04.914Z+ CIDL_DASHREV=-1
3612023-12-09T05:59:04.914Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3622023-12-09T05:59:04.915Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-12-09T05:59:04.916Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642023-12-09T05:59:04.916Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3652023-12-09T05:59:04.916Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3662023-12-09T05:59:04.916ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3672023-12-09T05:59:04.916ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682023-12-09T05:59:04.917Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3692023-12-09T05:59:04.917Z+ mkdir -p out/downloads
3702023-12-09T05:59:04.917Z+ mkdir -p ./out/clickhouse
3712023-12-09T05:59:04.917Z+ local DO_DOWNLOAD=true
3722023-12-09T05:59:04.917Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3732023-12-09T05:59:04.917Z+ '[' true == true ']'
3742023-12-09T05:59:04.917Z+ echo Downloading...
3752023-12-09T05:59:04.917ZDownloading...
3762023-12-09T05:59:04.917Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3772023-12-09T05:59:04.917Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3782023-12-09T05:59:06.345Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792023-12-09T05:59:06.375Z++ md5sum
3802023-12-09T05:59:06.376Z++ awk '{print $1}'
3812023-12-09T05:59:06.642Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3822023-12-09T05:59:06.642Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3832023-12-09T05:59:06.642Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3842023-12-09T05:59:06.646Z+ mkdir -p ./out/clickhouse
3852023-12-09T05:59:06.646Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3862023-12-09T05:59:11.933Z+ ./out/clickhouse/clickhouse server --version
3872023-12-09T05:59:11.998ZClickHouse server version 22.8.9.1.
3882023-12-09T05:59:12.019Z+ set -o errexit
3892023-12-09T05:59:12.045Z+++ dirname ./tools/ci_download_console
3902023-12-09T05:59:12.045Z++ cd ./tools
3912023-12-09T05:59:12.045Z++ pwd
3922023-12-09T05:59:12.046Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3932023-12-09T05:59:12.046Z++ basename ./tools/ci_download_console
3942023-12-09T05:59:12.046Z+ ARG0=ci_download_console
3952023-12-09T05:59:12.047Z+ TARGET_DIR=out
3962023-12-09T05:59:12.047Z+ DOWNLOAD_DIR=out/downloads
3972023-12-09T05:59:12.047Z+ DEST_DIR=./out/console-assets
3982023-12-09T05:59:12.047Z+ source /work/oxidecomputer/omicron/tools/console_version
3992023-12-09T05:59:12.047Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
4002023-12-09T05:59:12.048Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4012023-12-09T05:59:12.048Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4022023-12-09T05:59:12.048Z+ TARBALL_FILE=out/downloads/console.tar.gz
4032023-12-09T05:59:12.048Z+ main
4042023-12-09T05:59:12.048Z+ [[ 0 != 0 ]]
4052023-12-09T05:59:12.049Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
4062023-12-09T05:59:12.049ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4072023-12-09T05:59:12.049ZLocal file: out/downloads/console.tar.gz
4082023-12-09T05:59:12.049Z+ echo 'Local file: out/downloads/console.tar.gz'
4092023-12-09T05:59:12.050Z+ local DO_DOWNLOAD=true
4102023-12-09T05:59:12.050Z+ [[ -f out/downloads/console.tar.gz ]]
4112023-12-09T05:59:12.051Z+ mkdir -p out/downloads
4122023-12-09T05:59:12.051Z+ '[' true == true ']'
4132023-12-09T05:59:12.051Z+ echo Downloading...
4142023-12-09T05:59:12.051ZDownloading...
4152023-12-09T05:59:12.051Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4162023-12-09T05:59:12.052Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4172023-12-09T05:59:12.681Z++ do_sha256sum out/downloads/console.tar.gz
4182023-12-09T05:59:12.681Z++ case "$OSTYPE" in
4192023-12-09T05:59:12.682Z++ SHA=sha256sum
4202023-12-09T05:59:12.691Z++ sha256sum
4212023-12-09T05:59:12.691Z++ awk '{print $1}'
4222023-12-09T05:59:12.719Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4232023-12-09T05:59:12.720Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4242023-12-09T05:59:12.720Z+ rm -rf ./out/console-assets
4252023-12-09T05:59:12.732Z+ mkdir -p ./out/console-assets
4262023-12-09T05:59:12.733Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4272023-12-09T05:59:12.733Z+ mkdir -p ./out/console-assets
4282023-12-09T05:59:12.733Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4292023-12-09T05:59:12.854Z+ set -o errexit
4302023-12-09T05:59:12.860Z+++ dirname ./tools/ci_download_maghemite_openapi
4312023-12-09T05:59:12.863Z++ cd ./tools
4322023-12-09T05:59:12.864Z++ pwd
4332023-12-09T05:59:12.864Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342023-12-09T05:59:12.864Z++ basename ./tools/ci_download_maghemite_openapi
4352023-12-09T05:59:12.864Z+ ARG0=ci_download_maghemite_openapi
4362023-12-09T05:59:12.864Z+ TARGET_DIR=out
4372023-12-09T05:59:12.864Z+ DOWNLOAD_DIR=out/downloads
4382023-12-09T05:59:12.864Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4392023-12-09T05:59:12.864Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4402023-12-09T05:59:12.864Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4412023-12-09T05:59:12.864Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4422023-12-09T05:59:12.864Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4432023-12-09T05:59:12.864Z+ main
4442023-12-09T05:59:12.864Z+ [[ 0 != 0 ]]
4452023-12-09T05:59:12.864Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4462023-12-09T05:59:12.864ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4472023-12-09T05:59:12.865Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4482023-12-09T05:59:12.865ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4492023-12-09T05:59:12.865Z+ local DO_DOWNLOAD=true
4502023-12-09T05:59:12.865Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4512023-12-09T05:59:12.865Z+ mkdir -p out/downloads
4522023-12-09T05:59:12.869Z+ '[' true == true ']'
4532023-12-09T05:59:12.869Z+ echo Downloading...
4542023-12-09T05:59:12.869ZDownloading...
4552023-12-09T05:59:12.870Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562023-12-09T05:59:12.870Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4572023-12-09T05:59:13.076Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4582023-12-09T05:59:13.083Z++ case "$OSTYPE" in
4592023-12-09T05:59:13.083Z++ SHA=sha256sum
4602023-12-09T05:59:13.083Z++ sha256sum
4612023-12-09T05:59:13.083Z++ awk '{print $1}'
4622023-12-09T05:59:13.083Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4632023-12-09T05:59:13.083Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4642023-12-09T05:59:13.084Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4652023-12-09T05:59:13.084Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4662023-12-09T05:59:13.084Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4672023-12-09T05:59:13.084Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4682023-12-09T05:59:13.084Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4692023-12-09T05:59:13.084Z+ main
4702023-12-09T05:59:13.084Z+ [[ 0 != 0 ]]
4712023-12-09T05:59:13.084Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4722023-12-09T05:59:13.084ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4732023-12-09T05:59:13.085Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4742023-12-09T05:59:13.085ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4752023-12-09T05:59:13.085Z+ local DO_DOWNLOAD=true
4762023-12-09T05:59:13.085Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4772023-12-09T05:59:13.085Z+ mkdir -p out/downloads
4782023-12-09T05:59:13.085Z+ '[' true == true ']'
4792023-12-09T05:59:13.085Z+ echo Downloading...
4802023-12-09T05:59:13.085ZDownloading...
4812023-12-09T05:59:13.085Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4822023-12-09T05:59:13.086Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4832023-12-09T05:59:13.269Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4842023-12-09T05:59:13.274Z++ case "$OSTYPE" in
4852023-12-09T05:59:13.274Z++ SHA=sha256sum
4862023-12-09T05:59:13.274Z++ sha256sum
4872023-12-09T05:59:13.274Z++ awk '{print $1}'
4882023-12-09T05:59:13.274Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4892023-12-09T05:59:13.275Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4902023-12-09T05:59:13.284Z+ set -o errexit
4912023-12-09T05:59:13.287Z+++ dirname ./tools/ci_download_dendrite_openapi
4922023-12-09T05:59:13.290Z++ cd ./tools
4932023-12-09T05:59:13.290Z++ pwd
4942023-12-09T05:59:13.290Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4952023-12-09T05:59:13.293Z++ basename ./tools/ci_download_dendrite_openapi
4962023-12-09T05:59:13.293Z+ ARG0=ci_download_dendrite_openapi
4972023-12-09T05:59:13.293Z+ TARGET_DIR=out
4982023-12-09T05:59:13.294Z+ DOWNLOAD_DIR=out/downloads
4992023-12-09T05:59:13.294Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5002023-12-09T05:59:13.294Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5012023-12-09T05:59:13.294Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5022023-12-09T05:59:13.294Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5032023-12-09T05:59:13.294Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5042023-12-09T05:59:13.294Z+ main
5052023-12-09T05:59:13.294Z+ [[ 0 != 0 ]]
5062023-12-09T05:59:13.296Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
5072023-12-09T05:59:13.296ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5082023-12-09T05:59:13.296Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
5092023-12-09T05:59:13.296ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5102023-12-09T05:59:13.296Z+ local DO_DOWNLOAD=true
5112023-12-09T05:59:13.296Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
5122023-12-09T05:59:13.296Z+ mkdir -p out/downloads
5132023-12-09T05:59:13.305Z+ '[' true == true ']'
5142023-12-09T05:59:13.305Z+ echo Downloading...
5152023-12-09T05:59:13.305ZDownloading...
5162023-12-09T05:59:13.305Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5172023-12-09T05:59:13.305Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5182023-12-09T05:59:13.934Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5192023-12-09T05:59:13.935Z++ case "$OSTYPE" in
5202023-12-09T05:59:13.938Z++ SHA=sha256sum
5212023-12-09T05:59:13.938Z++ sha256sum
5222023-12-09T05:59:13.938Z++ awk '{print $1}'
5232023-12-09T05:59:13.942Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5242023-12-09T05:59:13.945Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5252023-12-09T05:59:13.951Z+ set -o errexit
5262023-12-09T05:59:13.955Z+++ dirname ./tools/ci_download_dendrite_stub
5272023-12-09T05:59:13.958Z++ cd ./tools
5282023-12-09T05:59:13.960Z++ pwd
5292023-12-09T05:59:13.960Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302023-12-09T05:59:13.963Z++ basename ./tools/ci_download_dendrite_stub
5312023-12-09T05:59:13.964Z+ ARG0=ci_download_dendrite_stub
5322023-12-09T05:59:13.964Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5332023-12-09T05:59:13.964Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5342023-12-09T05:59:13.964Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5352023-12-09T05:59:13.964Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5362023-12-09T05:59:13.964Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5372023-12-09T05:59:13.964Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5382023-12-09T05:59:13.964Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5392023-12-09T05:59:13.964Z+ TARGET_DIR=out
5402023-12-09T05:59:13.964Z+ DOWNLOAD_DIR=out/downloads
5412023-12-09T05:59:13.964Z+ DEST_DIR=./out/dendrite-stub
5422023-12-09T05:59:13.964Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5432023-12-09T05:59:13.964Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5442023-12-09T05:59:13.964Z+ REPO=oxidecomputer/dendrite
5452023-12-09T05:59:13.964Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5462023-12-09T05:59:13.964Z+ main
5472023-12-09T05:59:13.965Z+ [[ 0 != 0 ]]
5482023-12-09T05:59:13.965Z+ CIDL_OS=solaris2.11
5492023-12-09T05:59:13.965Z+ [[ 0 != 0 ]]
5502023-12-09T05:59:13.965Z+ configure_os solaris2.11
5512023-12-09T05:59:13.965Z+ echo 'current directory: /work/oxidecomputer/omicron'
5522023-12-09T05:59:13.966Zcurrent directory: /work/oxidecomputer/omicron
5532023-12-09T05:59:13.966Zconfiguring based on OS: "solaris2.11"
5542023-12-09T05:59:13.966Z+ echo 'configuring based on OS: "solaris2.11"'
5552023-12-09T05:59:13.966Z+ case "$1" in
5562023-12-09T05:59:13.966Z+ SET_BINARIES=
5572023-12-09T05:59:13.966Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5582023-12-09T05:59:13.966Z+ CIDL_SHA256FUNC=do_sha256sum
5592023-12-09T05:59:13.966Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5602023-12-09T05:59:13.966Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5612023-12-09T05:59:13.966Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5622023-12-09T05:59:13.966Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5632023-12-09T05:59:13.966Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5642023-12-09T05:59:13.966ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5652023-12-09T05:59:13.966ZLocal file: out/downloads/dendrite-stub.tar.gz
5662023-12-09T05:59:13.967Z+ mkdir -p out/downloads
5672023-12-09T05:59:13.976Z+ mkdir -p ./out/dendrite-stub
5682023-12-09T05:59:13.976Z+ fetch_and_verify
5692023-12-09T05:59:13.976Z+ local DO_DOWNLOAD=true
5702023-12-09T05:59:13.976Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5712023-12-09T05:59:13.976Z+ '[' true == true ']'
5722023-12-09T05:59:13.976Z+ echo Downloading...
5732023-12-09T05:59:13.976ZDownloading...
5742023-12-09T05:59:13.976Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5752023-12-09T05:59:13.976Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5762023-12-09T05:59:24.296Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5772023-12-09T05:59:24.301Z++ sha256sum
5782023-12-09T05:59:24.301Z++ awk '{print $1}'
5792023-12-09T05:59:24.414Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5802023-12-09T05:59:24.415Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5812023-12-09T05:59:24.842Z+ do_untar out/downloads/dendrite-stub.tar.gz
5822023-12-09T05:59:24.842Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5832023-12-09T05:59:25.585Z+ do_assemble
5842023-12-09T05:59:25.586Z+ rm -r ./out/dendrite-stub
5852023-12-09T05:59:25.608Z+ mkdir ./out/dendrite-stub
5862023-12-09T05:59:25.608Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5872023-12-09T05:59:25.757Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5882023-12-09T05:59:25.771Z+ set -o errexit
5892023-12-09T05:59:25.772Z+++ dirname ./tools/ci_download_maghemite_mgd
5902023-12-09T05:59:25.792Z++ cd ./tools
5912023-12-09T05:59:25.792Z++ pwd
5922023-12-09T05:59:25.792Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5932023-12-09T05:59:25.793Z++ basename ./tools/ci_download_maghemite_mgd
5942023-12-09T05:59:25.793Z+ ARG0=ci_download_maghemite_mgd
5952023-12-09T05:59:25.793Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5962023-12-09T05:59:25.793Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5972023-12-09T05:59:25.793Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5982023-12-09T05:59:25.793Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5992023-12-09T05:59:25.794Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
6002023-12-09T05:59:25.794Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
6012023-12-09T05:59:25.794Z+ TARGET_DIR=out
6022023-12-09T05:59:25.794Z+ DOWNLOAD_DIR=out/downloads
6032023-12-09T05:59:25.794Z+ DEST_DIR=./out/mgd
6042023-12-09T05:59:25.794Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6052023-12-09T05:59:25.794Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6062023-12-09T05:59:25.794Z+ REPO=oxidecomputer/maghemite
6072023-12-09T05:59:25.795Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6082023-12-09T05:59:25.795Z+ main
6092023-12-09T05:59:25.795Z+ [[ 0 != 0 ]]
6102023-12-09T05:59:25.795Z+ CIDL_OS=solaris2.11
6112023-12-09T05:59:25.795Z+ [[ 0 != 0 ]]
6122023-12-09T05:59:25.795Z+ configure_os solaris2.11
6132023-12-09T05:59:25.795Z+ echo 'current directory: /work/oxidecomputer/omicron'
6142023-12-09T05:59:25.795Zcurrent directory: /work/oxidecomputer/omicron
6152023-12-09T05:59:25.795Z+ echo 'configuring based on OS: "solaris2.11"'
6162023-12-09T05:59:25.795Z+ case "$1" in
6172023-12-09T05:59:25.796Z+ SET_BINARIES=
6182023-12-09T05:59:25.796Zconfiguring based on OS: "solaris2.11"
6192023-12-09T05:59:25.796Z+ CIDL_SHA256FUNC=do_sha256sum
6202023-12-09T05:59:25.796Z+ TARBALL_FILENAME=mgd.tar.gz
6212023-12-09T05:59:25.796Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6222023-12-09T05:59:25.796Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6232023-12-09T05:59:25.797Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6242023-12-09T05:59:25.798ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6252023-12-09T05:59:25.798ZLocal file: out/downloads/mgd.tar.gz
6262023-12-09T05:59:25.798Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6272023-12-09T05:59:25.798Z+ mkdir -p out/downloads
6282023-12-09T05:59:25.798Z+ mkdir -p ./out/mgd
6292023-12-09T05:59:25.799Z+ fetch_and_verify
6302023-12-09T05:59:25.799Z+ local DO_DOWNLOAD=true
6312023-12-09T05:59:25.799Z+ [[ -f out/downloads/mgd.tar.gz ]]
6322023-12-09T05:59:25.799Z+ '[' true == true ']'
6332023-12-09T05:59:25.799Z+ echo Downloading...
6342023-12-09T05:59:25.799ZDownloading...
6352023-12-09T05:59:25.800Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6362023-12-09T05:59:25.800Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6372023-12-09T05:59:35.026Z++ do_sha256sum out/downloads/mgd.tar.gz
6382023-12-09T05:59:35.030Z++ sha256sum
6392023-12-09T05:59:35.030Z++ awk '{print $1}'
6402023-12-09T05:59:35.111Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6412023-12-09T05:59:35.112Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6422023-12-09T05:59:35.133Z+ do_untar out/downloads/mgd.tar.gz
6432023-12-09T05:59:35.133Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6442023-12-09T05:59:35.818Z+ do_assemble
6452023-12-09T05:59:35.818Z+ rm -r ./out/mgd
6462023-12-09T05:59:35.832Z+ mkdir ./out/mgd
6472023-12-09T05:59:35.832Z+ cp -r out/downloads/root ./out/mgd/root
6482023-12-09T05:59:36.034Z+ set -o errexit
6492023-12-09T05:59:36.039Z+++ dirname ./tools/ci_download_transceiver_control
6502023-12-09T05:59:36.040Z++ cd ./tools
6512023-12-09T05:59:36.040Z++ pwd
6522023-12-09T05:59:36.040Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6532023-12-09T05:59:36.040Z++ basename ./tools/ci_download_transceiver_control
6542023-12-09T05:59:36.041Z+ ARG0=ci_download_transceiver_control
6552023-12-09T05:59:36.041Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6562023-12-09T05:59:36.041Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6572023-12-09T05:59:36.041Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582023-12-09T05:59:36.041Z+ TARGET_DIR=out
6592023-12-09T05:59:36.041Z+ DOWNLOAD_DIR=out/downloads
6602023-12-09T05:59:36.041Z+ DEST_DIR=./out/transceiver-control
6612023-12-09T05:59:36.041Z+ BIN_DIR=/opt/oxide/bin
6622023-12-09T05:59:36.041Z+ BINARY=xcvradm
6632023-12-09T05:59:36.041Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6642023-12-09T05:59:36.041Z+ REPO=oxidecomputer/transceiver-control
6652023-12-09T05:59:36.041Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662023-12-09T05:59:36.041Z+ main
6672023-12-09T05:59:36.041Z+ [[ 0 != 0 ]]
6682023-12-09T05:59:36.041Z+ CIDL_OS=solaris2.11
6692023-12-09T05:59:36.042Z+ [[ 0 != 0 ]]
6702023-12-09T05:59:36.042Z+ configure_os solaris2.11
6712023-12-09T05:59:36.042Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722023-12-09T05:59:36.042Zcurrent directory: /work/oxidecomputer/omicron
6732023-12-09T05:59:36.042Z+ echo 'configuring based on OS: "solaris2.11"'
6742023-12-09T05:59:36.042Z+ case "$1" in
6752023-12-09T05:59:36.042Zconfiguring based on OS: "solaris2.11"
6762023-12-09T05:59:36.042Z+ SET_BINARIES=
6772023-12-09T05:59:36.042Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782023-12-09T05:59:36.043Z+ CIDL_SHA256FUNC=do_sha256sum
6792023-12-09T05:59:36.044Z+ ARCHIVE_FILENAME=xcvradm.gz
6802023-12-09T05:59:36.044Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812023-12-09T05:59:36.044Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6822023-12-09T05:59:36.044Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6832023-12-09T05:59:36.044ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6842023-12-09T05:59:36.044Z+ echo 'Local file: out/downloads/xcvradm.gz'
6852023-12-09T05:59:36.044ZLocal file: out/downloads/xcvradm.gz
6862023-12-09T05:59:36.044Z+ mkdir -p out/downloads
6872023-12-09T05:59:36.055Z+ mkdir -p ./out/transceiver-control
6882023-12-09T05:59:36.055Z+ fetch_and_verify
6892023-12-09T05:59:36.055Z+ local DO_DOWNLOAD=true
6902023-12-09T05:59:36.055Z+ [[ -f out/downloads/xcvradm.gz ]]
6912023-12-09T05:59:36.056Z+ '[' true == true ']'
6922023-12-09T05:59:36.056Z+ echo Downloading...
6932023-12-09T05:59:36.056ZDownloading...
6942023-12-09T05:59:36.056Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6952023-12-09T05:59:36.056Z+ 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
6962023-12-09T05:59:41.263Z++ do_sha256sum out/downloads/xcvradm.gz
6972023-12-09T05:59:41.276Z++ sha256sum
6982023-12-09T05:59:41.277Z++ awk '{print $1}'
6992023-12-09T05:59:41.287Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7002023-12-09T05:59:41.287Z+ [[ 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 ]]
7012023-12-09T05:59:41.288Z+ do_unpack out/downloads/xcvradm.gz
7022023-12-09T05:59:41.288Z+ mkdir -p out/downloads/root//opt/oxide/bin
7032023-12-09T05:59:41.304Z+ gzip -dc out/downloads/xcvradm.gz
7042023-12-09T05:59:41.467Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7052023-12-09T05:59:41.490Z+ do_assemble
7062023-12-09T05:59:41.490Z+ rm -r ./out/transceiver-control
7072023-12-09T05:59:41.491Z+ mkdir ./out/transceiver-control
7082023-12-09T05:59:41.491Z+ cp -r out/downloads/root ./out/transceiver-control/root
7092023-12-09T05:59:41.684ZAll prerequisites installed successfully
7102023-12-09T05:59:41.702Z
7112023-12-09T05:59:41.702Zreal 4:08.811456134
7122023-12-09T05:59:41.703Zuser 56.266959189
7132023-12-09T05:59:41.703Zsys 11.365587716
7142023-12-09T05:59:41.703Ztrap 0.025641207
7152023-12-09T05:59:41.704Ztflt 0.165788011
7162023-12-09T05:59:41.704Zdflt 0.544090687
7172023-12-09T05:59:41.705Zkflt 0.147796544
7182023-12-09T05:59:41.706Zlock 1.633312894
7192023-12-09T05:59:41.706Zslp 8:05.770524497
7202023-12-09T05:59:41.707Zlat 4.493988247
7212023-12-09T05:59:41.707Zstop 0.070683391
7222023-12-09T05:59:41.708Z+ banner end-to-end-tests
7232023-12-09T05:59:41.746Z
7242023-12-09T05:59:41.747Z ###### # # ##### ##### #### ###### # # #####
7252023-12-09T05:59:41.747Z # ## # # # # # # # ## # # #
7262023-12-09T05:59:41.747Z ##### # # # # # ##### # # # ##### ##### # # # # #
7272023-12-09T05:59:41.747Z # # # # # # # # # # # # # # #
7282023-12-09T05:59:41.747Z # # ## # # # # # # # ## # #
7292023-12-09T05:59:41.747Z ###### # # ##### # #### ###### # # #####
7302023-12-09T05:59:41.748Z
7312023-12-09T05:59:41.760Z+ export CARGO_PROFILE_DEV_DEBUG=1
7322023-12-09T05:59:41.760Z+ CARGO_PROFILE_DEV_DEBUG=1
7332023-12-09T05:59:41.769Z+ export CARGO_PROFILE_TEST_DEBUG=1
7342023-12-09T05:59:41.771Z+ CARGO_PROFILE_TEST_DEBUG=1
7352023-12-09T05:59:41.771Z+ export CARGO_INCREMENTAL=0
7362023-12-09T05:59:41.772Z+ CARGO_INCREMENTAL=0
7372023-12-09T05:59:41.772Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7382023-12-09T05:59:42.085Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7392023-12-09T05:59:42.452Z Updating crates.io index
7402023-12-09T05:59:42.460Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7412023-12-09T05:59:43.272Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7422023-12-09T05:59:45.036Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7432023-12-09T05:59:45.818Z Updating git repository `http://github.com/oxidecomputer/tofino`
7442023-12-09T05:59:46.030Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7452023-12-09T05:59:46.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7462023-12-09T05:59:46.593Z Updating git repository `https://github.com/oxidecomputer/propolis`
7472023-12-09T05:59:47.495Z Updating git repository `https://github.com/oxidecomputer/crucible`
7482023-12-09T05:59:49.631Z Updating git repository `https://github.com/oxidecomputer/opte`
7492023-12-09T05:59:50.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502023-12-09T05:59:51.101Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7512023-12-09T05:59:51.672Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522023-12-09T05:59:52.058Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7532023-12-09T05:59:52.876Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7542023-12-09T05:59:52.882Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7552023-12-09T05:59:53.630Z Updating git repository `https://github.com/njaremko/samael`
7562023-12-09T05:59:53.644Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7572023-12-09T05:59:54.239Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7582023-12-09T05:59:55.657Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7592023-12-09T05:59:56.082Z Updating git repository `https://github.com/jgallagher/nix`
7602023-12-09T05:59:57.370Z Updating git repository `https://github.com/cbiffle/hubpack`
7612023-12-09T05:59:57.789Z Updating git repository `https://github.com/oxidecomputer/typify`
7622023-12-09T05:59:58.739Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7632023-12-09T05:59:59.184Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7642023-12-09T05:59:59.411Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7652023-12-09T06:00:00.976Z Downloading crates ...
7662023-12-09T06:00:01.251Z Downloaded precomputed-hash v0.1.1
7672023-12-09T06:00:01.776Z Downloaded base64ct v1.6.0
7682023-12-09T06:00:01.776Z Downloaded postcard v1.0.8
7692023-12-09T06:00:01.776Z Downloaded cfg-if v1.0.0
7702023-12-09T06:00:01.776Z Downloaded pin-utils v0.1.0
7712023-12-09T06:00:01.777Z Downloaded ppv-lite86 v0.2.17
7722023-12-09T06:00:01.777Z Downloaded blowfish v0.9.1
7732023-12-09T06:00:01.777Z Downloaded bzip2 v0.4.4
7742023-12-09T06:00:01.777Z Downloaded anyhow v1.0.75
7752023-12-09T06:00:01.777Z Downloaded cbc v0.1.2
7762023-12-09T06:00:01.778Z Downloaded chacha20poly1305 v0.10.1
7772023-12-09T06:00:01.778Z Downloaded option-ext v0.2.0
7782023-12-09T06:00:01.778Z Downloaded byteorder v1.5.0
7792023-12-09T06:00:01.778Z Downloaded openssl-probe v0.1.5
7802023-12-09T06:00:01.778Z Downloaded rand_core v0.5.1
7812023-12-09T06:00:01.778Z Downloaded rand_core v0.6.4
7822023-12-09T06:00:01.779Z Downloaded phf_shared v0.10.0
7832023-12-09T06:00:01.779Z Downloaded tower-service v0.3.2
7842023-12-09T06:00:01.779Z Downloaded polyval v0.6.1
7852023-12-09T06:00:01.779Z Downloaded usdt-macro v0.3.5
7862023-12-09T06:00:01.779Z Downloaded autocfg v1.1.0
7872023-12-09T06:00:01.779Z Downloaded display-error-chain v0.2.0
7882023-12-09T06:00:01.779Z Downloaded paste v1.0.14
7892023-12-09T06:00:01.779Z Downloaded headers-core v0.2.0
7902023-12-09T06:00:01.779Z Downloaded predicates v3.0.4
7912023-12-09T06:00:01.780Z Downloaded foreign-types-shared v0.3.1
7922023-12-09T06:00:01.780Z Downloaded zone v0.3.0
7932023-12-09T06:00:01.780Z Downloaded whoami v1.4.1
7942023-12-09T06:00:01.780Z Downloaded pbkdf2 v0.12.2
7952023-12-09T06:00:01.780Z Downloaded futures-sink v0.3.29
7962023-12-09T06:00:01.781Z Downloaded sha1 v0.10.6
7972023-12-09T06:00:01.782Z Downloaded crc32fast v1.3.2
7982023-12-09T06:00:01.782Z Downloaded signature v2.1.0
7992023-12-09T06:00:01.782Z Downloaded rustversion v1.0.14
8002023-12-09T06:00:01.782Z Downloaded home v0.5.5
8012023-12-09T06:00:01.782Z Downloaded parking_lot v0.12.1
8022023-12-09T06:00:01.783Z Downloaded fallible-iterator v0.2.0
8032023-12-09T06:00:01.783Z Downloaded slog-bunyan v2.4.0
8042023-12-09T06:00:01.783Z Downloaded slog-async v2.8.0
8052023-12-09T06:00:01.783Z Downloaded swrite v0.1.0
8062023-12-09T06:00:01.783Z Downloaded hyper-rustls v0.24.2
8072023-12-09T06:00:01.783Z Downloaded proc-macro2 v1.0.69
8082023-12-09T06:00:01.783Z Downloaded sha2 v0.10.8
8092023-12-09T06:00:01.783Z Downloaded strum v0.25.0
8102023-12-09T06:00:01.784Z Downloaded serde_derive_internals v0.26.0
8112023-12-09T06:00:01.784Z Downloaded zerocopy v0.6.4
8122023-12-09T06:00:01.784Z Downloaded version_check v0.9.4
8132023-12-09T06:00:01.784Z Downloaded usdt-attr-macro v0.3.5
8142023-12-09T06:00:01.784Z Downloaded untrusted v0.7.1
8152023-12-09T06:00:01.784Z Downloaded dof v0.1.5
8162023-12-09T06:00:01.785Z Downloaded serde_repr v0.1.16
8172023-12-09T06:00:01.785Z Downloaded thiserror v1.0.49
8182023-12-09T06:00:01.785Z Downloaded foreign-types-shared v0.1.1
8192023-12-09T06:00:01.785Z Downloaded subtle v2.5.0
8202023-12-09T06:00:01.786Z Downloaded linear-map v1.2.0
8212023-12-09T06:00:01.786Z Downloaded ipnet v2.8.0
8222023-12-09T06:00:01.786Z Downloaded dtrace-parser v0.1.14
8232023-12-09T06:00:01.786Z Downloaded ryu v1.0.15
8242023-12-09T06:00:01.786Z Downloaded thiserror-impl-no-std v2.0.2
8252023-12-09T06:00:01.787Z Downloaded endian-type v0.1.2
8262023-12-09T06:00:01.787Z Downloaded foreign-types v0.3.2
8272023-12-09T06:00:01.788Z Downloaded strsim v0.10.0
8282023-12-09T06:00:01.788Z Downloaded linked-hash-map v0.5.6
8292023-12-09T06:00:01.788Z Downloaded embedded-io v0.4.0
8302023-12-09T06:00:01.788Z Downloaded dyn-clone v1.0.13
8312023-12-09T06:00:01.788Z Downloaded equivalent v1.0.1
8322023-12-09T06:00:01.788Z Downloaded tokio-macros v2.2.0
8332023-12-09T06:00:01.788Z Downloaded enum-as-inner v0.5.1
8342023-12-09T06:00:01.789Z Downloaded time-core v0.1.1
8352023-12-09T06:00:01.789Z Downloaded memchr v2.6.3
8362023-12-09T06:00:01.789Z Downloaded same-file v1.0.6
8372023-12-09T06:00:01.789Z Downloaded walkdir v2.4.0
8382023-12-09T06:00:01.789Z Downloaded take_mut v0.2.2
8392023-12-09T06:00:01.789Z Downloaded lazy_static v1.4.0
8402023-12-09T06:00:01.790Z Downloaded pkg-config v0.3.27
8412023-12-09T06:00:01.790Z Downloaded strum_macros v0.25.2
8422023-12-09T06:00:01.790Z Downloaded xattr v1.0.1
8432023-12-09T06:00:01.791Z Downloaded flagset v0.4.3
8442023-12-09T06:00:01.791Z Downloaded ff v0.13.0
8452023-12-09T06:00:01.791Z Downloaded fnv v1.0.7
8462023-12-09T06:00:01.791Z Downloaded rustc-demangle v0.1.23
8472023-12-09T06:00:01.792Z Downloaded subprocess v0.2.9
8482023-12-09T06:00:01.792Z Downloaded hmac v0.12.1
8492023-12-09T06:00:01.792Z Downloaded predicates-core v1.0.6
8502023-12-09T06:00:01.792Z Downloaded time-macros v0.2.13
8512023-12-09T06:00:01.793Z Downloaded rcgen v0.11.3
8522023-12-09T06:00:01.793Z Downloaded foreign-types-macros v0.2.3
8532023-12-09T06:00:01.793Z Downloaded flate2 v1.0.28
8542023-12-09T06:00:01.793Z Downloaded terminal_size v0.2.6
8552023-12-09T06:00:01.793Z Downloaded http-range v0.1.5
8562023-12-09T06:00:01.793Z Downloaded static_assertions v1.1.0
8572023-12-09T06:00:01.793Z Downloaded serde_urlencoded v0.7.1
8582023-12-09T06:00:01.794Z Downloaded utf8parse v0.2.1
8592023-12-09T06:00:01.794Z Downloaded slog-term v2.9.0
8602023-12-09T06:00:01.794Z Downloaded getopts v0.2.21
8612023-12-09T06:00:01.794Z Downloaded futures-macro v0.3.29
8622023-12-09T06:00:01.795Z Downloaded schemars_derive v0.8.13
8632023-12-09T06:00:01.795Z Downloaded futures-executor v0.3.29
8642023-12-09T06:00:01.795Z Downloaded futures-io v0.3.29
8652023-12-09T06:00:01.795Z Downloaded rustc_version v0.4.0
8662023-12-09T06:00:01.795Z Downloaded thiserror-no-std v2.0.2
8672023-12-09T06:00:01.818Z Downloaded scheduled-thread-pool v0.2.7
8682023-12-09T06:00:01.818Z Downloaded float-cmp v0.9.0
8692023-12-09T06:00:01.819Z Downloaded tar v0.4.40
8702023-12-09T06:00:01.819Z Downloaded futures-channel v0.3.29
8712023-12-09T06:00:01.819Z Downloaded toml_datetime v0.6.5
8722023-12-09T06:00:01.819Z Downloaded trust-dns-server v0.22.1
8732023-12-09T06:00:01.819Z Downloaded spin v0.9.8
8742023-12-09T06:00:01.819Z Downloaded russh-keys v0.40.0
8752023-12-09T06:00:01.819Z Downloaded yasna v0.5.2
8762023-12-09T06:00:01.820Z Downloaded tinyvec v1.6.0
8772023-12-09T06:00:01.820Z Downloaded tracing v0.1.37
8782023-12-09T06:00:01.820Z Downloaded uuid v1.6.1
8792023-12-09T06:00:01.820Z Downloaded pin-project v1.1.3
8802023-12-09T06:00:01.820Z Downloaded tracing-core v0.1.31
8812023-12-09T06:00:01.846Z Downloaded hashbrown v0.13.2
8822023-12-09T06:00:01.846Z Downloaded unicode-normalization v0.1.22
8832023-12-09T06:00:01.846Z Downloaded unicode-segmentation v1.10.1
8842023-12-09T06:00:01.846Z Downloaded toml_edit v0.19.15
8852023-12-09T06:00:01.880Z Downloaded schemars v0.8.13
8862023-12-09T06:00:01.897Z Downloaded serde_with v3.4.0
8872023-12-09T06:00:01.906Z Downloaded time v0.3.27
8882023-12-09T06:00:01.918Z Downloaded rand v0.7.3
8892023-12-09T06:00:01.935Z Downloaded itertools v0.12.0
8902023-12-09T06:00:01.954Z Downloaded serde_json v1.0.108
8912023-12-09T06:00:01.975Z Downloaded hyper v0.14.27
8922023-12-09T06:00:01.998Z Downloaded chrono v0.4.31
8932023-12-09T06:00:02.877Z Downloaded webpki-roots v0.25.2
8942023-12-09T06:00:02.878Z Downloaded vcpkg v0.2.15
8952023-12-09T06:00:02.878Z Downloaded regress v0.7.1
8962023-12-09T06:00:02.878Z Downloaded syn v2.0.32
8972023-12-09T06:00:02.878Z Downloaded smoltcp v0.9.1
8982023-12-09T06:00:02.878Z Downloaded syn v1.0.109
8992023-12-09T06:00:02.878Z Downloaded gimli v0.28.0
9002023-12-09T06:00:02.878Z Downloaded rustix v0.37.23
9012023-12-09T06:00:02.879Z Downloaded idna v0.5.0
9022023-12-09T06:00:02.879Z Downloaded regex-syntax v0.8.2
9032023-12-09T06:00:02.879Z Downloaded zerocopy-derive v0.2.0
9042023-12-09T06:00:02.879Z Downloaded libc v0.2.150
9052023-12-09T06:00:02.879Z Downloaded bstr v1.6.0
9062023-12-09T06:00:02.879Z Downloaded winapi v0.3.9
9072023-12-09T06:00:02.879Z Downloaded idna v0.2.3
9082023-12-09T06:00:02.879Z Downloaded bzip2-sys v0.1.11+1.0.8
9092023-12-09T06:00:02.879Z Downloaded diesel v2.1.4
9102023-12-09T06:00:02.887Z Downloaded sled v0.34.7
9112023-12-09T06:00:02.888Z Downloaded zerocopy-derive v0.7.26
9122023-12-09T06:00:02.888Z Downloaded zerocopy-derive v0.6.4
9132023-12-09T06:00:02.889Z Downloaded regex-automata v0.4.3
9142023-12-09T06:00:02.889Z Downloaded regex-automata v0.3.8
9152023-12-09T06:00:02.889Z Downloaded tokio v1.35.0
9162023-12-09T06:00:02.889Z Downloaded rustix v0.38.25
9172023-12-09T06:00:02.889Z Downloaded sha3 v0.10.8
9182023-12-09T06:00:02.889Z Downloaded bstr v0.2.17
9192023-12-09T06:00:02.890Z Downloaded regex-syntax v0.7.5
9202023-12-09T06:00:02.890Z Downloaded openapiv3 v2.0.0
9212023-12-09T06:00:02.890Z Downloaded smoltcp v0.10.0
9222023-12-09T06:00:02.890Z Downloaded trust-dns-proto v0.22.0
9232023-12-09T06:00:02.890Z Downloaded regex v1.10.2
9242023-12-09T06:00:02.891Z Downloaded encoding_rs v0.8.33
9252023-12-09T06:00:02.905Z Downloaded curve25519-dalek v4.1.0
9262023-12-09T06:00:02.939Z Downloaded rustls v0.21.9
9272023-12-09T06:00:02.961Z Downloaded object v0.32.1
9282023-12-09T06:00:02.972Z Downloaded radix_trie v0.2.1
9292023-12-09T06:00:02.982Z Downloaded winnow v0.5.15
9302023-12-09T06:00:02.994Z Downloaded hkdf v0.12.3
9312023-12-09T06:00:03.006Z Downloaded reqwest v0.11.22
9322023-12-09T06:00:03.016Z Downloaded futures-util v0.3.29
9332023-12-09T06:00:03.038Z Downloaded hashbrown v0.14.2
9342023-12-09T06:00:03.049Z Downloaded clap v2.34.0
9352023-12-09T06:00:03.059Z Downloaded rustls-webpki v0.101.7
9362023-12-09T06:00:03.091Z Downloaded h2 v0.3.21
9372023-12-09T06:00:03.109Z Downloaded aho-corasick v1.0.4
9382023-12-09T06:00:03.126Z Downloaded regex-automata v0.1.10
9392023-12-09T06:00:03.553Z Downloaded petgraph v0.6.4
9402023-12-09T06:00:03.553Z Downloaded toml_edit v0.21.0
9412023-12-09T06:00:03.553Z Downloaded tokio-util v0.7.10
9422023-12-09T06:00:03.553Z Downloaded openssl v0.10.60
9432023-12-09T06:00:03.553Z Downloaded aes-gcm v0.10.3
9442023-12-09T06:00:03.553Z Downloaded itertools v0.11.0
9452023-12-09T06:00:03.554Z Downloaded itertools v0.10.5
9462023-12-09T06:00:03.554Z Downloaded libm v0.2.7
9472023-12-09T06:00:03.554Z Downloaded unsafe-libyaml v0.2.9
9482023-12-09T06:00:03.554Z Downloaded toml v0.8.8
9492023-12-09T06:00:03.554Z Downloaded trust-dns-client v0.22.0
9502023-12-09T06:00:03.554Z Downloaded russh v0.40.0
9512023-12-09T06:00:03.554Z Downloaded zerocopy v0.7.26
9522023-12-09T06:00:03.554Z Downloaded slog v2.7.0
9532023-12-09T06:00:03.554Z Downloaded crossterm v0.27.0
9542023-12-09T06:00:03.555Z Downloaded ring v0.17.7
9552023-12-09T06:00:03.555Z Downloaded serde v1.0.192
9562023-12-09T06:00:03.555Z Downloaded pest v2.7.2
9572023-12-09T06:00:03.555Z Downloaded futures v0.3.29
9582023-12-09T06:00:03.555Z Downloaded zeroize v1.7.0
9592023-12-09T06:00:03.555Z Downloaded snafu v0.7.5
9602023-12-09T06:00:03.555Z Downloaded serde_derive v1.0.192
9612023-12-09T06:00:03.555Z Downloaded hashbrown v0.12.3
9622023-12-09T06:00:03.555Z Downloaded http v0.2.11
9632023-12-09T06:00:03.563Z Downloaded tracing-attributes v0.1.26
9642023-12-09T06:00:03.563Z Downloaded ring v0.16.20
9652023-12-09T06:00:03.722Z Downloaded unicode-bidi v0.3.13
9662023-12-09T06:00:03.733Z Downloaded serde_yaml v0.9.25
9672023-12-09T06:00:03.749Z Downloaded url v2.5.0
9682023-12-09T06:00:03.750Z Downloaded signal-hook v0.3.17
9692023-12-09T06:00:03.750Z Downloaded io-lifetimes v1.0.11
9702023-12-09T06:00:03.774Z Downloaded hash32 v0.2.1
9712023-12-09T06:00:03.774Z Downloaded slog-json v2.6.1
9722023-12-09T06:00:03.774Z Downloaded slog-envlogger v2.2.0
9732023-12-09T06:00:03.774Z Downloaded scopeguard v1.2.0
9742023-12-09T06:00:03.774Z Downloaded vsss-rs v3.3.1
9752023-12-09T06:00:03.774Z Downloaded indexmap v2.1.0
9762023-12-09T06:00:03.783Z Downloaded smallvec v1.11.0
9772023-12-09T06:00:03.783Z Downloaded rustls-native-certs v0.6.3
9782023-12-09T06:00:03.783Z Downloaded indexmap v1.9.3
9792023-12-09T06:00:03.783Z Downloaded ed25519-dalek v2.0.0
9802023-12-09T06:00:03.793Z Downloaded httparse v1.8.0
9812023-12-09T06:00:03.793Z Downloaded zip v0.6.6
9822023-12-09T06:00:03.804Z Downloaded futures-core v0.3.29
9832023-12-09T06:00:03.805Z Downloaded kstat-rs v0.2.3
9842023-12-09T06:00:03.805Z Downloaded proc-macro-error v1.0.4
9852023-12-09T06:00:03.805Z Downloaded hubpack v0.1.2
9862023-12-09T06:00:03.814Z Downloaded slog-scope v4.4.0
9872023-12-09T06:00:03.814Z Downloaded tokio-rustls v0.24.1
9882023-12-09T06:00:03.816Z Downloaded snafu-derive v0.7.5
9892023-12-09T06:00:03.816Z Downloaded tungstenite v0.20.1
9902023-12-09T06:00:03.832Z Downloaded getrandom v0.2.10
9912023-12-09T06:00:03.832Z Downloaded socket2 v0.4.9
9922023-12-09T06:00:03.832Z Downloaded stable_deref_trait v1.2.0
9932023-12-09T06:00:03.842Z Downloaded structopt v0.3.26
9942023-12-09T06:00:03.843Z Downloaded strsim v0.8.0
9952023-12-09T06:00:03.843Z Downloaded stringprep v0.1.3
9962023-12-09T06:00:04.269Z Downloaded string_cache v0.8.7
9972023-12-09T06:00:04.269Z Downloaded num-bigint v0.4.4
9982023-12-09T06:00:04.307Z Downloaded errno v0.3.2
9992023-12-09T06:00:04.308Z Downloaded generic-array v0.14.7
10002023-12-09T06:00:04.308Z Downloaded fixedbitset v0.4.2
10012023-12-09T06:00:04.308Z Downloaded crossbeam-channel v0.5.8
10022023-12-09T06:00:04.309Z Downloaded slog-dtrace v0.2.3
10032023-12-09T06:00:04.309Z Downloaded ipnetwork v0.20.0
10042023-12-09T06:00:04.309Z Downloaded synstructure v0.12.6
10052023-12-09T06:00:04.309Z Downloaded socket2 v0.5.5
10062023-12-09T06:00:04.309Z Downloaded unicode-ident v1.0.12
10072023-12-09T06:00:04.309Z Downloaded der v0.7.8
10082023-12-09T06:00:04.309Z Downloaded lalrpop-util v0.19.12
10092023-12-09T06:00:04.309Z Downloaded keccak v0.1.4
10102023-12-09T06:00:04.309Z Downloaded serde_tokenstream v0.1.7
10112023-12-09T06:00:04.309Z Downloaded ecdsa v0.16.9
10122023-12-09T06:00:04.310Z Downloaded heck v0.4.1
10132023-12-09T06:00:04.312Z Downloaded headers v0.3.9
10142023-12-09T06:00:04.312Z Downloaded heapless v0.7.16
10152023-12-09T06:00:04.312Z Downloaded elliptic-curve v0.13.8
10162023-12-09T06:00:04.312Z Downloaded rustls-pemfile v1.0.3
10172023-12-09T06:00:04.312Z Downloaded iana-time-zone v0.1.57
10182023-12-09T06:00:04.312Z Downloaded hyper-tls v0.5.0
10192023-12-09T06:00:04.312Z Downloaded libsw v3.3.0
10202023-12-09T06:00:04.312Z Downloaded filetime v0.2.23
10212023-12-09T06:00:04.312Z Downloaded serde_with_macros v3.4.0
10222023-12-09T06:00:04.312Z Downloaded tokio-stream v0.1.14
10232023-12-09T06:00:04.312Z Downloaded ed25519 v2.2.2
10242023-12-09T06:00:04.313Z Downloaded typenum v1.16.0
10252023-12-09T06:00:04.313Z Downloaded trust-dns-resolver v0.22.0
10262023-12-09T06:00:04.313Z Downloaded resolv-conf v0.7.0
10272023-12-09T06:00:04.313Z Downloaded tempfile v3.8.1
10282023-12-09T06:00:04.313Z Downloaded rand v0.8.5
10292023-12-09T06:00:04.313Z Downloaded tokio-postgres v0.7.10
10302023-12-09T06:00:04.314Z Downloaded smf v0.2.2
10312023-12-09T06:00:04.314Z Downloaded tokio-tungstenite v0.20.1
10322023-12-09T06:00:04.314Z Downloaded semver v1.0.20
10332023-12-09T06:00:04.314Z Downloaded sct v0.7.0
10342023-12-09T06:00:04.314Z Downloaded httpdate v1.0.3
10352023-12-09T06:00:04.314Z Downloaded heck v0.3.3
10362023-12-09T06:00:04.314Z Downloaded doc-comment v0.3.3
10372023-12-09T06:00:04.314Z Downloaded russh-cryptovec v0.7.0
10382023-12-09T06:00:04.315Z Downloaded spki v0.7.2
10392023-12-09T06:00:04.315Z Downloaded structopt-derive v0.4.18
10402023-12-09T06:00:04.315Z Downloaded structmeta-derive v0.2.0
10412023-12-09T06:00:04.315Z Downloaded structmeta v0.2.0
10422023-12-09T06:00:04.315Z Downloaded similar v2.2.1
10432023-12-09T06:00:04.315Z Downloaded hex v0.4.3
10442023-12-09T06:00:04.315Z Downloaded getrandom v0.1.16
10452023-12-09T06:00:04.316Z Downloaded foreign-types v0.5.0
10462023-12-09T06:00:04.316Z Downloaded ghash v0.5.0
10472023-12-09T06:00:04.316Z Downloaded slab v0.4.9
10482023-12-09T06:00:04.316Z Downloaded hex-literal v0.4.1
10492023-12-09T06:00:04.316Z Downloaded glob v0.3.1
10502023-12-09T06:00:04.317Z Downloaded signal-hook-registry v1.4.1
10512023-12-09T06:00:04.317Z Downloaded signal-hook-mio v0.2.3
10522023-12-09T06:00:04.317Z Downloaded textwrap v0.11.0
10532023-12-09T06:00:04.317Z Downloaded half v1.8.2
10542023-12-09T06:00:04.317Z Downloaded toml v0.5.11
10552023-12-09T06:00:04.317Z Downloaded serde_path_to_error v0.1.14
10562023-12-09T06:00:04.317Z Downloaded libefi-sys v0.1.0
10572023-12-09T06:00:04.317Z Downloaded siphasher v0.3.11
10582023-12-09T06:00:04.317Z Downloaded semver-parser v0.10.2
10592023-12-09T06:00:04.317Z Downloaded bytes v1.5.0
10602023-12-09T06:00:04.317Z Downloaded ucd-trie v0.1.6
10612023-12-09T06:00:04.317Z Downloaded vec_map v0.8.2
10622023-12-09T06:00:04.317Z Downloaded console v0.15.7
10632023-12-09T06:00:04.317Z Downloaded darling_core v0.20.3
10642023-12-09T06:00:04.318Z Downloaded crypto-bigint v0.5.2
10652023-12-09T06:00:04.318Z Downloaded p256 v0.13.2
10662023-12-09T06:00:04.318Z Downloaded serde_tokenstream v0.2.0
10672023-12-09T06:00:04.318Z Downloaded want v0.3.1
10682023-12-09T06:00:04.318Z Downloaded semver v0.11.0
10692023-12-09T06:00:04.318Z Downloaded http-body v0.4.5
10702023-12-09T06:00:04.318Z Downloaded group v0.13.0
10712023-12-09T06:00:04.318Z Downloaded slog-stdlog v4.1.1
10722023-12-09T06:00:04.318Z Downloaded openssl-sys v0.9.96
10732023-12-09T06:00:04.318Z Downloaded derive-where v1.2.6
10742023-12-09T06:00:04.318Z Downloaded zeroize_derive v1.4.2
10752023-12-09T06:00:04.318Z Downloaded toml v0.7.8
10762023-12-09T06:00:04.318Z Downloaded secrecy v0.8.0
10772023-12-09T06:00:04.319Z Downloaded spin v0.5.2
10782023-12-09T06:00:04.319Z Downloaded usdt-impl v0.3.5
10792023-12-09T06:00:04.319Z Downloaded derive_more v0.99.17
10802023-12-09T06:00:04.319Z Downloaded mio v0.8.9
10812023-12-09T06:00:04.319Z Downloaded term v0.7.0
10822023-12-09T06:00:04.319Z Downloaded sec1 v0.7.3
10832023-12-09T06:00:04.319Z Downloaded try-lock v0.2.4
10842023-12-09T06:00:04.319Z Downloaded password-hash v0.4.2
10852023-12-09T06:00:04.319Z Downloaded usdt v0.3.5
10862023-12-09T06:00:04.319Z Downloaded untrusted v0.9.0
10872023-12-09T06:00:04.319Z Downloaded crossbeam-epoch v0.9.15
10882023-12-09T06:00:04.319Z Downloaded camino v1.1.6
10892023-12-09T06:00:04.320Z Downloaded serde_spanned v0.6.4
10902023-12-09T06:00:04.320Z Downloaded pin-project-lite v0.2.13
10912023-12-09T06:00:04.320Z Downloaded postgres-protocol v0.6.6
10922023-12-09T06:00:04.320Z Downloaded either v1.9.0
10932023-12-09T06:00:04.320Z Downloaded hubpack_derive v0.1.1
10942023-12-09T06:00:04.321Z Downloaded pest_derive v2.7.2
10952023-12-09T06:00:04.321Z Downloaded num-complex v0.4.4
10962023-12-09T06:00:04.321Z Downloaded clap v4.4.3
10972023-12-09T06:00:04.322Z Downloaded rustfmt-wrapper v0.2.0
10982023-12-09T06:00:04.348Z Downloaded inout v0.1.3
10992023-12-09T06:00:04.349Z Downloaded futures-task v0.3.29
11002023-12-09T06:00:04.349Z Downloaded form_urlencoded v1.2.1
11012023-12-09T06:00:04.349Z Downloaded hyper-staticfile v0.9.5
11022023-12-09T06:00:04.349Z Downloaded itoa v1.0.9
11032023-12-09T06:00:04.349Z Downloaded hostname v0.3.1
11042023-12-09T06:00:04.349Z Downloaded is-terminal v0.4.9
11052023-12-09T06:00:04.349Z Downloaded password-hash v0.5.0
11062023-12-09T06:00:04.350Z Downloaded ident_case v1.0.1
11072023-12-09T06:00:04.350Z Downloaded aes v0.8.3
11082023-12-09T06:00:04.350Z Downloaded utf-8 v0.7.6
11092023-12-09T06:00:04.350Z Downloaded backtrace v0.3.69
11102023-12-09T06:00:04.350Z Downloaded thiserror-impl v1.0.49
11112023-12-09T06:00:04.350Z Downloaded postgres-types v0.2.6
11122023-12-09T06:00:04.350Z Downloaded unicode-width v0.1.11
11132023-12-09T06:00:04.350Z Downloaded quick-error v1.2.3
11142023-12-09T06:00:04.350Z Downloaded ctr v0.9.2
11152023-12-09T06:00:04.350Z Downloaded parking_lot v0.11.2
11162023-12-09T06:00:04.351Z Downloaded crossbeam-utils v0.8.16
11172023-12-09T06:00:04.351Z Downloaded fastrand v2.0.0
11182023-12-09T06:00:04.351Z Downloaded unicode-xid v0.2.4
11192023-12-09T06:00:04.351Z Downloaded tokio-native-tls v0.3.1
11202023-12-09T06:00:04.351Z Downloaded thread-id v4.2.0
11212023-12-09T06:00:04.351Z Downloaded universal-hash v0.5.1
11222023-12-09T06:00:04.351Z Downloaded zerocopy v0.3.0
11232023-12-09T06:00:04.351Z Downloaded phf_shared v0.11.2
11242023-12-09T06:00:04.351Z Downloaded pest_generator v2.7.2
11252023-12-09T06:00:04.352Z Downloaded percent-encoding v2.3.1
11262023-12-09T06:00:04.352Z Downloaded chacha20 v0.9.1
11272023-12-09T06:00:04.352Z Downloaded bit-set v0.5.3
11282023-12-09T06:00:04.352Z Downloaded rand_chacha v0.3.1
11292023-12-09T06:00:04.352Z Downloaded omicron-zone-package v0.9.1
11302023-12-09T06:00:04.352Z Downloaded num-rational v0.4.1
11312023-12-09T06:00:04.352Z Downloaded once_cell v1.19.0
11322023-12-09T06:00:04.352Z Downloaded rfc6979 v0.4.0
11332023-12-09T06:00:04.352Z Downloaded multer v2.1.0
11342023-12-09T06:00:04.353Z Downloaded proc-macro-error-attr v1.0.4
11352023-12-09T06:00:04.353Z Downloaded parking_lot_core v0.8.6
11362023-12-09T06:00:04.353Z Downloaded deranged v0.3.8
11372023-12-09T06:00:04.353Z Downloaded der_derive v0.7.2
11382023-12-09T06:00:04.353Z Downloaded defmt v0.3.5
11392023-12-09T06:00:04.353Z Downloaded anstream v0.5.0
11402023-12-09T06:00:04.353Z Downloaded mime v0.3.17
11412023-12-09T06:00:04.353Z Downloaded instant v0.1.12
11422023-12-09T06:00:04.377Z Downloaded fxhash v0.2.1
11432023-12-09T06:00:04.377Z Downloaded camino-tempfile v1.1.1
11442023-12-09T06:00:04.378Z Downloaded macaddr v1.0.1
11452023-12-09T06:00:04.378Z Downloaded darling v0.20.3
11462023-12-09T06:00:04.378Z Downloaded unicase v2.7.0
11472023-12-09T06:00:04.378Z Downloaded anstyle-parse v0.2.1
11482023-12-09T06:00:04.378Z Downloaded owo-colors v3.5.0
11492023-12-09T06:00:04.378Z Downloaded zone_cfg_derive v0.3.0
11502023-12-09T06:00:04.378Z Downloaded thread_local v1.1.7
11512023-12-09T06:00:04.378Z Downloaded waitgroup v0.1.2
11522023-12-09T06:00:04.379Z Downloaded pretty-hex v0.4.0
11532023-12-09T06:00:04.380Z Downloaded pbkdf2 v0.11.0
11542023-12-09T06:00:04.380Z Downloaded num-integer v0.1.45
11552023-12-09T06:00:04.380Z Downloaded ciborium-ll v0.2.1
11562023-12-09T06:00:04.393Z Downloaded phf v0.11.2
11572023-12-09T06:00:04.394Z Downloaded pest_meta v2.7.2
11582023-12-09T06:00:04.394Z Downloaded num-iter v0.1.43
11592023-12-09T06:00:04.394Z Downloaded mime_guess v2.0.4
11602023-12-09T06:00:04.394Z Downloaded defmt-macros v0.3.6
11612023-12-09T06:00:04.394Z Downloaded native-tls v0.2.11
11622023-12-09T06:00:04.394Z Downloaded tinyvec_macros v0.1.1
11632023-12-09T06:00:04.394Z Downloaded num_enum_derive v0.5.11
11642023-12-09T06:00:04.394Z Downloaded dirs-sys v0.4.1
11652023-12-09T06:00:04.394Z Downloaded dirs-next v2.0.0
11662023-12-09T06:00:04.394Z Downloaded dirs v5.0.1
11672023-12-09T06:00:04.403Z Downloaded difflib v0.4.0
11682023-12-09T06:00:04.403Z Downloaded base16ct v0.2.0
11692023-12-09T06:00:04.403Z Downloaded anstyle v1.0.2
11702023-12-09T06:00:04.403Z Downloaded rand_chacha v0.2.2
11712023-12-09T06:00:04.404Z Downloaded colored v2.0.4
11722023-12-09T06:00:04.413Z Downloaded data-encoding v2.4.0
11732023-12-09T06:00:04.413Z Downloaded cpufeatures v0.2.9
11742023-12-09T06:00:04.413Z Downloaded openssl-macros v0.1.1
11752023-12-09T06:00:04.413Z Downloaded ciborium-io v0.2.1
11762023-12-09T06:00:04.413Z Downloaded normalize-line-endings v0.3.0
11772023-12-09T06:00:04.413Z Downloaded bcrypt-pbkdf v0.10.0
11782023-12-09T06:00:04.428Z Downloaded digest v0.10.7
11792023-12-09T06:00:04.428Z Downloaded defmt-parser v0.3.3
11802023-12-09T06:00:04.428Z Downloaded crypto-common v0.1.6
11812023-12-09T06:00:04.428Z Downloaded bit-vec v0.6.3
11822023-12-09T06:00:04.428Z Downloaded atomic-waker v1.1.1
11832023-12-09T06:00:04.438Z Downloaded num_enum v0.5.11
11842023-12-09T06:00:04.439Z Downloaded nibble_vec v0.1.0
11852023-12-09T06:00:04.439Z Downloaded bitflags v1.3.2
11862023-12-09T06:00:04.458Z Downloaded pem v3.0.2
11872023-12-09T06:00:04.458Z Downloaded arc-swap v1.6.0
11882023-12-09T06:00:04.458Z Downloaded argon2 v0.5.2
11892023-12-09T06:00:04.466Z Downloaded toolchain_find v0.2.0
11902023-12-09T06:00:04.467Z Downloaded clap_builder v4.4.2
11912023-12-09T06:00:04.467Z Downloaded atomicwrites v0.4.2
11922023-12-09T06:00:04.467Z Downloaded pkcs8 v0.10.2
11932023-12-09T06:00:04.477Z Downloaded parking_lot_core v0.9.8
11942023-12-09T06:00:04.477Z Downloaded opaque-debug v0.3.0
11952023-12-09T06:00:04.477Z Downloaded parse-display v0.8.2
11962023-12-09T06:00:04.477Z Downloaded cstr-argument v0.1.2
11972023-12-09T06:00:04.478Z Downloaded match_cfg v0.1.0
11982023-12-09T06:00:04.483Z Downloaded miniz_oxide v0.7.1
11992023-12-09T06:00:04.484Z Downloaded diesel_table_macro_syntax v0.1.0
12002023-12-09T06:00:04.484Z Downloaded num_threads v0.1.6
12012023-12-09T06:00:04.484Z Downloaded new_debug_unreachable v1.0.4
12022023-12-09T06:00:04.484Z Downloaded curve25519-dalek-derive v0.1.0
12032023-12-09T06:00:04.490Z Downloaded crucible-workspace-hack v0.1.0
12042023-12-09T06:00:04.490Z Downloaded atty v0.2.14
12052023-12-09T06:00:04.490Z Downloaded colorchoice v1.0.0
12062023-12-09T06:00:04.491Z Downloaded primeorder v0.13.6
12072023-12-09T06:00:04.491Z Downloaded num_cpus v1.16.0
12082023-12-09T06:00:04.496Z Downloaded r2d2 v0.8.10
12092023-12-09T06:00:04.497Z Downloaded quote v1.0.33
12102023-12-09T06:00:04.501Z Downloaded pin-project-internal v1.1.3
12112023-12-09T06:00:04.502Z Downloaded parse-display-derive v0.8.2
12122023-12-09T06:00:04.580Z Downloaded num-traits v0.2.16
12132023-12-09T06:00:04.589Z Downloaded bitflags v2.4.0
12142023-12-09T06:00:04.589Z Downloaded adler v1.0.2
12152023-12-09T06:00:04.589Z Downloaded async-stream v0.3.5
12162023-12-09T06:00:04.589Z Downloaded async-stream-impl v0.3.5
12172023-12-09T06:00:04.589Z Downloaded blake2 v0.10.6
12182023-12-09T06:00:04.589Z Downloaded base64 v0.21.5
12192023-12-09T06:00:04.589Z Downloaded block-padding v0.3.3
12202023-12-09T06:00:04.589Z Downloaded ahash v0.8.3
12212023-12-09T06:00:04.589Z Downloaded platforms v3.0.2
12222023-12-09T06:00:04.590Z Downloaded darling_macro v0.20.3
12232023-12-09T06:00:04.590Z Downloaded debug-ignore v1.0.5
12242023-12-09T06:00:04.590Z Downloaded md-5 v0.10.5
12252023-12-09T06:00:04.590Z Downloaded async-trait v0.1.74
12262023-12-09T06:00:04.590Z Downloaded cipher v0.4.4
12272023-12-09T06:00:04.590Z Downloaded cc v1.0.83
12282023-12-09T06:00:04.590Z Downloaded pretty-hex v0.2.1
12292023-12-09T06:00:04.590Z Downloaded clap_lex v0.5.1
12302023-12-09T06:00:04.590Z Downloaded pem-rfc7468 v0.7.0
12312023-12-09T06:00:04.590Z Downloaded aead v0.5.2
12322023-12-09T06:00:04.590Z Downloaded block-buffer v0.10.4
12332023-12-09T06:00:04.592Z Downloaded anstyle-query v1.0.0
12342023-12-09T06:00:04.592Z Downloaded convert_case v0.4.0
12352023-12-09T06:00:04.592Z Downloaded memoffset v0.9.0
12362023-12-09T06:00:04.592Z Downloaded cobs v0.2.3
12372023-12-09T06:00:04.592Z Downloaded cancel-safe-futures v0.1.5
12382023-12-09T06:00:04.592Z Downloaded ansi_term v0.12.1
12392023-12-09T06:00:04.592Z Downloaded const-oid v0.9.5
12402023-12-09T06:00:04.592Z Downloaded diesel_derives v2.1.2
12412023-12-09T06:00:04.602Z Downloaded poly1305 v0.8.0
12422023-12-09T06:00:04.602Z Downloaded ciborium v0.2.1
12432023-12-09T06:00:04.602Z Downloaded backoff v0.4.0
12442023-12-09T06:00:04.613Z Downloaded lru-cache v0.1.2
12452023-12-09T06:00:04.613Z Downloaded lock_api v0.4.10
12462023-12-09T06:00:04.613Z Downloaded log v0.4.20
12472023-12-09T06:00:04.613Z Downloaded md5 v0.7.0
12482023-12-09T06:00:04.613Z Downloaded matches v0.1.10
12492023-12-09T06:00:04.613Z Downloaded addr2line v0.21.0
12502023-12-09T06:00:04.619Z Downloaded num v0.4.1
12512023-12-09T06:00:04.619Z Downloaded dirs-sys-next v0.1.2
12522023-12-09T06:00:04.621Z Downloaded managed v0.8.0
12532023-12-09T06:00:04.625Z Downloaded clap_derive v4.4.2
12542023-12-09T06:00:04.625Z Downloaded proc-macro-crate v1.3.1
12552023-12-09T06:00:04.625Z Downloaded num-derive v0.4.0
12562023-12-09T06:00:05.032Z Compiling proc-macro2 v1.0.69
12572023-12-09T06:00:05.033Z Compiling unicode-ident v1.0.12
12582023-12-09T06:00:05.474Z Compiling libc v0.2.150
12592023-12-09T06:00:05.474Z Compiling serde v1.0.192
12602023-12-09T06:00:05.474Z Compiling autocfg v1.1.0
12612023-12-09T06:00:05.487Z Compiling version_check v0.9.4
12622023-12-09T06:00:05.488Z Compiling cfg-if v1.0.0
12632023-12-09T06:00:05.488Z Compiling syn v1.0.109
12642023-12-09T06:00:05.488Z Compiling typenum v1.16.0
12652023-12-09T06:00:05.488Z Compiling parking_lot_core v0.9.8
12662023-12-09T06:00:06.203Z Compiling generic-array v0.14.7
12672023-12-09T06:00:06.277Z Compiling lock_api v0.4.10
12682023-12-09T06:00:07.146Z Compiling libm v0.2.7
12692023-12-09T06:00:07.153Z Compiling once_cell v1.19.0
12702023-12-09T06:00:07.169Z Compiling num-traits v0.2.16
12712023-12-09T06:00:07.339Z Compiling thiserror v1.0.49
12722023-12-09T06:00:07.389Z Compiling futures-core v0.3.29
12732023-12-09T06:00:07.633Z Compiling serde_json v1.0.108
12742023-12-09T06:00:07.692Z Compiling slab v0.4.9
12752023-12-09T06:00:07.843Z Compiling futures-channel v0.3.29
12762023-12-09T06:00:07.939Z Compiling futures-task v0.3.29
12772023-12-09T06:00:08.171Z Compiling memchr v2.6.3
12782023-12-09T06:00:08.192Z Compiling futures-util v0.3.29
12792023-12-09T06:00:08.653Z Compiling scopeguard v1.2.0
12802023-12-09T06:00:08.653Z Compiling itoa v1.0.9
12812023-12-09T06:00:08.738Z Compiling quote v1.0.33
12822023-12-09T06:00:09.191Z Compiling pkg-config v0.3.27
12832023-12-09T06:00:09.622Z Compiling syn v2.0.32
12842023-12-09T06:00:11.046Z Compiling cc v1.0.83
12852023-12-09T06:00:11.065Z Compiling getrandom v0.2.10
12862023-12-09T06:00:11.065Z Compiling rand_core v0.6.4
12872023-12-09T06:00:11.124Z Compiling log v0.4.20
12882023-12-09T06:00:11.234Z Compiling heck v0.4.1
12892023-12-09T06:00:11.606Z Compiling ryu v1.0.15
12902023-12-09T06:00:11.996Z Compiling subtle v2.5.0
12912023-12-09T06:00:12.118Z Compiling smallvec v1.11.0
12922023-12-09T06:00:12.494Z Compiling schemars v0.8.13
12932023-12-09T06:00:12.815Z Compiling vcpkg v0.2.15
12942023-12-09T06:00:12.995Z Compiling semver v1.0.20
12952023-12-09T06:00:13.514Z Compiling httparse v1.8.0
12962023-12-09T06:00:14.166Z Compiling indexmap v1.9.3
12972023-12-09T06:00:14.198Z Compiling hashbrown v0.14.2
12982023-12-09T06:00:14.256Z Compiling pin-project-lite v0.2.13
12992023-12-09T06:00:14.389Z Compiling equivalent v1.0.1
13002023-12-09T06:00:14.774Z Compiling ring v0.17.7
13012023-12-09T06:00:15.259Z Compiling ring v0.16.20
13022023-12-09T06:00:15.645Z Compiling parking_lot v0.12.1
13032023-12-09T06:00:16.496Z Compiling openssl-sys v0.9.96
13042023-12-09T06:00:16.680Z Compiling const-oid v0.9.5
13052023-12-09T06:00:17.069Z Compiling ahash v0.8.3
13062023-12-09T06:00:17.309Z Compiling fnv v1.0.7
13072023-12-09T06:00:17.962Z Compiling signal-hook-registry v1.4.1
13082023-12-09T06:00:18.128Z Compiling openssl v0.10.60
13092023-12-09T06:00:18.675Z Compiling mio v0.8.9
13102023-12-09T06:00:19.072Z Compiling iana-time-zone v0.1.57
13112023-12-09T06:00:19.327Z Compiling ucd-trie v0.1.6
13122023-12-09T06:00:19.743Z Compiling rustls v0.21.9
13132023-12-09T06:00:20.193Z Compiling native-tls v0.2.11
13142023-12-09T06:00:20.557Z Compiling socket2 v0.5.5
13152023-12-09T06:00:20.709Z Compiling num_cpus v1.16.0
13162023-12-09T06:00:20.736Z Compiling byteorder v1.5.0
13172023-12-09T06:00:21.072Z Compiling spin v0.5.2
13182023-12-09T06:00:21.534Z Compiling async-trait v0.1.74
13192023-12-09T06:00:21.647Z Compiling serde_derive_internals v0.26.0
13202023-12-09T06:00:22.168Z Compiling dyn-clone v1.0.13
13212023-12-09T06:00:22.246Z Compiling futures-sink v0.3.29
13222023-12-09T06:00:22.513Z Compiling aho-corasick v1.0.4
13232023-12-09T06:00:22.591Z Compiling tinyvec_macros v0.1.1
13242023-12-09T06:00:22.737Z Compiling regex-syntax v0.8.2
13252023-12-09T06:00:23.023Z Compiling rustix v0.38.25
13262023-12-09T06:00:23.066Z Compiling hashbrown v0.13.2
13272023-12-09T06:00:24.137Z Compiling tinyvec v1.6.0
13282023-12-09T06:00:24.901Z Compiling backtrace v0.3.69
13292023-12-09T06:00:26.076Z Compiling futures-io v0.3.29
13302023-12-09T06:00:26.099Z Compiling winnow v0.5.15
13312023-12-09T06:00:26.328Z Compiling pin-utils v0.1.0
13322023-12-09T06:00:26.474Z Compiling spin v0.9.8
13332023-12-09T06:00:26.586Z Compiling tracing-core v0.1.31
13342023-12-09T06:00:26.723Z Compiling unicode-normalization v0.1.22
13352023-12-09T06:00:27.381Z Compiling unicode-bidi v0.3.13
13362023-12-09T06:00:28.474Z Compiling regex-automata v0.4.3
13372023-12-09T06:00:28.958Z Compiling cpufeatures v0.2.9
13382023-12-09T06:00:30.811Z Compiling crc32fast v1.3.2
13392023-12-09T06:00:31.079Z Compiling anyhow v1.0.75
13402023-12-09T06:00:32.338Z Compiling time-core v0.1.1
13412023-12-09T06:00:32.375Z Compiling base64 v0.21.5
13422023-12-09T06:00:32.727Z Compiling time-macros v0.2.13
13432023-12-09T06:00:33.230Z Compiling serde_derive v1.0.192
13442023-12-09T06:00:33.469Z Compiling zeroize_derive v1.4.2
13452023-12-09T06:00:34.155Z Compiling thiserror-impl v1.0.49
13462023-12-09T06:00:34.422Z Compiling tokio-macros v2.2.0
13472023-12-09T06:00:36.126Z Compiling zeroize v1.7.0
13482023-12-09T06:00:36.193Z Compiling futures-macro v0.3.29
13492023-12-09T06:00:37.160Z Compiling tracing-attributes v0.1.26
13502023-12-09T06:00:38.153Z Compiling schemars_derive v0.8.13
13512023-12-09T06:00:38.436Z Compiling openssl-macros v0.1.1
13522023-12-09T06:00:39.165Z Compiling crypto-common v0.1.6
13532023-12-09T06:00:39.497Z Compiling block-buffer v0.10.4
13542023-12-09T06:00:39.842Z Compiling pest v2.7.2
13552023-12-09T06:00:39.881Z Compiling digest v0.10.7
13562023-12-09T06:00:40.650Z Compiling regex v1.10.2
13572023-12-09T06:00:43.657Z Compiling tracing v0.1.37
13582023-12-09T06:00:44.132Z Compiling der_derive v0.7.2
13592023-12-09T06:00:44.590Z Compiling num-integer v0.1.45
13602023-12-09T06:00:44.672Z Compiling unicode-width v0.1.11
13612023-12-09T06:00:44.762Z Compiling percent-encoding v2.3.1
13622023-12-09T06:00:44.894Z Compiling openssl-probe v0.1.5
13632023-12-09T06:00:44.949Z Compiling unicode-xid v0.2.4
13642023-12-09T06:00:45.019Z Compiling untrusted v0.9.0
13652023-12-09T06:00:45.595Z Compiling slog v2.7.0
13662023-12-09T06:00:45.600Z Compiling hashbrown v0.12.3
13672023-12-09T06:00:45.600Z Compiling foreign-types-shared v0.1.1
13682023-12-09T06:00:45.600Z Compiling untrusted v0.7.1
13692023-12-09T06:00:45.600Z Compiling foreign-types v0.3.2
13702023-12-09T06:00:45.936Z Compiling synstructure v0.12.6
13712023-12-09T06:00:49.064Z Compiling errno v0.3.2
13722023-12-09T06:00:49.379Z Compiling try-lock v0.2.4
13732023-12-09T06:00:49.577Z Compiling ppv-lite86 v0.2.17
13742023-12-09T06:00:50.651Z Compiling want v0.3.1
13752023-12-09T06:00:50.801Z Compiling zerocopy-derive v0.2.0
13762023-12-09T06:00:50.833Z Compiling sct v0.7.0
13772023-12-09T06:00:51.325Z Compiling rustls-webpki v0.101.7
13782023-12-09T06:00:51.838Z Compiling form_urlencoded v1.2.1
13792023-12-09T06:00:51.966Z Compiling pest_meta v2.7.2
13802023-12-09T06:00:52.305Z Compiling socket2 v0.4.9
13812023-12-09T06:00:54.118Z Compiling tower-service v0.3.2
13822023-12-09T06:00:54.398Z Compiling io-lifetimes v1.0.11
13832023-12-09T06:00:54.454Z Compiling httpdate v1.0.3
13842023-12-09T06:00:54.546Z Compiling pest_generator v2.7.2
13852023-12-09T06:00:55.935Z Compiling rustls-pemfile v1.0.3
13862023-12-09T06:00:56.558Z Compiling idna v0.5.0
13872023-12-09T06:00:57.102Z Compiling lazy_static v1.4.0
13882023-12-09T06:00:57.474Z Compiling bytes v1.5.0
13892023-12-09T06:00:57.904Z Compiling indexmap v2.1.0
13902023-12-09T06:00:59.260Z Compiling chrono v0.4.31
13912023-12-09T06:00:59.557Z Compiling uuid v1.6.1
13922023-12-09T06:00:59.579Z Compiling tokio v1.35.0
13932023-12-09T06:00:59.910Z Compiling rustc_version v0.4.0
13942023-12-09T06:00:59.968Z Compiling http v0.2.11
13952023-12-09T06:01:01.129Z Compiling serde_spanned v0.6.4
13962023-12-09T06:01:01.520Z Compiling toml_datetime v0.6.5
13972023-12-09T06:01:02.107Z Compiling bitflags v2.4.0
13982023-12-09T06:01:02.754Z Compiling toml_edit v0.19.15
13992023-12-09T06:01:05.781Z Compiling http-body v0.4.5
14002023-12-09T06:01:06.410Z Compiling heapless v0.7.16
14012023-12-09T06:01:07.031Z Compiling openapiv3 v2.0.0
14022023-12-09T06:01:08.771Z Compiling crossbeam-utils v0.8.16
14032023-12-09T06:01:08.947Z Compiling adler v1.0.2
14042023-12-09T06:01:09.284Z Compiling miniz_oxide v0.7.1
14052023-12-09T06:01:10.353Z Compiling pest_derive v2.7.2
14062023-12-09T06:01:11.552Z Compiling url v2.5.0
14072023-12-09T06:01:14.508Z Compiling tokio-util v0.7.10
14082023-12-09T06:01:15.463Z Compiling tokio-native-tls v0.3.1
14092023-12-09T06:01:15.595Z Compiling tokio-rustls v0.24.1
14102023-12-09T06:01:16.141Z Compiling rustls-native-certs v0.6.3
14112023-12-09T06:01:16.151Z Compiling rand_chacha v0.3.1
14122023-12-09T06:01:16.650Z Compiling usdt-impl v0.3.5
14132023-12-09T06:01:16.704Z Compiling h2 v0.3.21
14142023-12-09T06:01:17.072Z Compiling rustix v0.37.23
14152023-12-09T06:01:17.732Z Compiling ipnet v2.8.0
14162023-12-09T06:01:18.624Z Compiling rand v0.8.5
14172023-12-09T06:01:19.176Z Compiling serde_urlencoded v0.7.1
14182023-12-09T06:01:19.799Z Compiling encoding_rs v0.8.33
14192023-12-09T06:01:19.943Z Compiling mime v0.3.17
14202023-12-09T06:01:19.972Z Compiling webpki-roots v0.25.2
14212023-12-09T06:01:20.206Z Compiling gimli v0.28.0
14222023-12-09T06:01:22.420Z Compiling zerocopy v0.3.0
14232023-12-09T06:01:23.273Z Compiling object v0.32.1
14242023-12-09T06:01:23.685Z Compiling num-bigint v0.4.4
14252023-12-09T06:01:24.949Z Compiling rustc-demangle v0.1.23
14262023-12-09T06:01:25.330Z Compiling dof v0.1.5
14272023-12-09T06:01:25.809Z Compiling flate2 v1.0.28
14282023-12-09T06:01:26.547Z Compiling dtrace-parser v0.1.14
14292023-12-09T06:01:26.852Z Compiling bzip2-sys v0.1.11+1.0.8
14302023-12-09T06:01:26.955Z Compiling thread-id v4.2.0
14312023-12-09T06:01:27.465Z Compiling addr2line v0.21.0
14322023-12-09T06:01:27.561Z Compiling signal-hook v0.3.17
14332023-12-09T06:01:27.778Z Compiling rustversion v1.0.14
14342023-12-09T06:01:27.912Z Compiling hyper v0.14.27
14352023-12-09T06:01:28.886Z Compiling toml v0.7.8
14362023-12-09T06:01:29.117Z Compiling toml_edit v0.21.0
14372023-12-09T06:01:29.833Z Compiling serde_tokenstream v0.2.0
14382023-12-09T06:01:30.676Z Compiling serde_tokenstream v0.1.7
14392023-12-09T06:01:31.323Z Compiling hex v0.4.3
14402023-12-09T06:01:31.581Z Compiling memoffset v0.9.0
14412023-12-09T06:01:31.901Z Compiling base64ct v1.6.0
14422023-12-09T06:01:31.992Z Compiling strsim v0.10.0
14432023-12-09T06:01:34.403Z Compiling regress v0.7.1
14442023-12-09T06:01:36.018Z Compiling bitflags v1.3.2
14452023-12-09T06:01:36.080Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14462023-12-09T06:01:36.643Z Compiling smoltcp v0.9.1
14472023-12-09T06:01:37.194Z Compiling doc-comment v0.3.3
14482023-12-09T06:01:37.782Z Compiling pem-rfc7468 v0.7.0
14492023-12-09T06:01:38.230Z Compiling strum_macros v0.25.2
14502023-12-09T06:01:38.971Z Compiling usdt-attr-macro v0.3.5
14512023-12-09T06:01:39.000Z Compiling usdt-macro v0.3.5
14522023-12-09T06:01:39.128Z Compiling hyper-tls v0.5.0
14532023-12-09T06:01:39.660Z Compiling hyper-rustls v0.24.2
14542023-12-09T06:01:40.508Z Compiling reqwest v0.11.22
14552023-12-09T06:01:40.514Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14562023-12-09T06:01:41.121Z Compiling hmac v0.12.1
14572023-12-09T06:01:42.758Z Compiling enum-as-inner v0.5.1
14582023-12-09T06:01:44.026Z Compiling crossbeam-epoch v0.9.15
14592023-12-09T06:01:44.537Z Compiling num-iter v0.1.43
14602023-12-09T06:01:44.537Z Compiling unicode-segmentation v1.10.1
14612023-12-09T06:01:44.537Z Compiling siphasher v0.3.11
14622023-12-09T06:01:44.537Z Compiling flagset v0.4.3
14632023-12-09T06:01:44.812Z Compiling der v0.7.8
14642023-12-09T06:01:45.849Z Compiling hubpack_derive v0.1.1
14652023-12-09T06:01:45.911Z Compiling pin-project-internal v1.1.3
14662023-12-09T06:01:46.230Z Compiling zerocopy-derive v0.6.4
14672023-12-09T06:01:49.998Z Compiling deranged v0.3.8
14682023-12-09T06:01:50.242Z Compiling utf8parse v0.2.1
14692023-12-09T06:01:50.485Z Compiling anstyle v1.0.2
14702023-12-09T06:01:50.738Z Compiling num_threads v0.1.6
14712023-12-09T06:01:50.910Z Compiling anstyle-parse v0.2.1
14722023-12-09T06:01:51.164Z Compiling sha2 v0.10.8
14732023-12-09T06:01:51.474Z Compiling spki v0.7.2
14742023-12-09T06:01:53.007Z Compiling time v0.3.27
14752023-12-09T06:01:53.323Z Compiling md-5 v0.10.5
14762023-12-09T06:01:53.886Z Compiling block-padding v0.3.3
14772023-12-09T06:01:54.261Z Compiling clap_derive v4.4.2
14782023-12-09T06:01:54.280Z Compiling stringprep v0.1.3
14792023-12-09T06:01:55.317Z Compiling hash32 v0.2.1
14802023-12-09T06:01:55.864Z Compiling diesel_table_macro_syntax v0.1.0
14812023-12-09T06:01:56.475Z Compiling anstyle-query v1.0.0
14822023-12-09T06:01:56.647Z Compiling fallible-iterator v0.2.0
14832023-12-09T06:01:56.818Z Compiling colorchoice v1.0.0
14842023-12-09T06:01:57.025Z Compiling stable_deref_trait v1.2.0
14852023-12-09T06:01:57.167Z Compiling either v1.9.0
14862023-12-09T06:01:57.673Z Compiling anstream v0.5.0
14872023-12-09T06:01:57.777Z Compiling postgres-protocol v0.6.6
14882023-12-09T06:01:58.726Z Compiling diesel_derives v2.1.2
14892023-12-09T06:01:59.983Z Compiling terminal_size v0.2.6
14902023-12-09T06:02:00.437Z Compiling inout v0.1.3
14912023-12-09T06:02:02.549Z Compiling pkcs8 v0.10.2
14922023-12-09T06:02:02.827Z Compiling phf_shared v0.11.2
14932023-12-09T06:02:04.314Z Compiling ff v0.13.0
14942023-12-09T06:02:04.432Z Compiling snafu-derive v0.7.5
14952023-12-09T06:02:04.513Z Compiling serde_repr v0.1.16
14962023-12-09T06:02:04.639Z Compiling scheduled-thread-pool v0.2.7
14972023-12-09T06:02:05.497Z Compiling matches v0.1.10
14982023-12-09T06:02:05.540Z Compiling base16ct v0.2.0
14992023-12-09T06:02:05.627Z Compiling managed v0.8.0
15002023-12-09T06:02:05.934Z Compiling bit-vec v0.6.3
15012023-12-09T06:02:06.374Z Compiling clap_lex v0.5.1
15022023-12-09T06:02:06.397Z Compiling regex-automata v0.1.10
15032023-12-09T06:02:07.114Z Compiling bstr v0.2.17
15042023-12-09T06:02:07.167Z Compiling clap_builder v4.4.2
15052023-12-09T06:02:11.398Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15062023-12-09T06:02:12.741Z Compiling sec1 v0.7.3
15072023-12-09T06:02:13.169Z Compiling idna v0.2.3
15082023-12-09T06:02:14.147Z Compiling r2d2 v0.8.10
15092023-12-09T06:02:15.164Z Compiling group v0.13.0
15102023-12-09T06:02:18.383Z Compiling phf v0.11.2
15112023-12-09T06:02:18.460Z Compiling signal-hook-mio v0.2.3
15122023-12-09T06:02:18.887Z Compiling cipher v0.4.4
15132023-12-09T06:02:19.641Z Compiling bzip2 v0.4.4
15142023-12-09T06:02:19.863Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15152023-12-09T06:02:19.940Z Compiling postgres-types v0.2.6
15162023-12-09T06:02:20.056Z Compiling itertools v0.11.0
15172023-12-09T06:02:20.669Z Compiling pin-project v1.1.3
15182023-12-09T06:02:20.850Z Compiling zerocopy v0.6.4
15192023-12-09T06:02:22.370Z Compiling hubpack v0.1.2
15202023-12-09T06:02:22.539Z Compiling phf_shared v0.10.0
15212023-12-09T06:02:23.275Z Compiling hkdf v0.12.3
15222023-12-09T06:02:23.339Z Compiling ipnetwork v0.20.0
15232023-12-09T06:02:23.423Z Compiling crypto-bigint v0.5.2
15242023-12-09T06:02:23.639Z Compiling futures-executor v0.3.29
15252023-12-09T06:02:24.382Z Compiling getopts v0.2.21
15262023-12-09T06:02:24.537Z Compiling float-cmp v0.9.0
15272023-12-09T06:02:24.956Z Compiling unsafe-libyaml v0.2.9
15282023-12-09T06:02:26.112Z Compiling data-encoding v2.4.0
15292023-12-09T06:02:27.925Z Compiling whoami v1.4.1
15302023-12-09T06:02:28.931Z Compiling precomputed-hash v0.1.1
15312023-12-09T06:02:29.064Z Compiling static_assertions v1.1.0
15322023-12-09T06:02:29.204Z Compiling new_debug_unreachable v1.0.4
15332023-12-09T06:02:29.278Z Compiling regex-automata v0.3.8
15342023-12-09T06:02:29.341Z Compiling normalize-line-endings v0.3.0
15352023-12-09T06:02:29.508Z Compiling fixedbitset v0.4.2
15362023-12-09T06:02:30.056Z Compiling predicates-core v1.0.6
15372023-12-09T06:02:30.213Z Compiling difflib v0.4.0
15382023-12-09T06:02:30.226Z Compiling petgraph v0.6.4
15392023-12-09T06:02:30.589Z Compiling string_cache v0.8.7
15402023-12-09T06:02:31.359Z Compiling predicates v3.0.4
15412023-12-09T06:02:32.198Z Compiling bstr v1.6.0
15422023-12-09T06:02:32.890Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15432023-12-09T06:02:33.388Z Compiling trust-dns-proto v0.22.0
15442023-12-09T06:02:33.727Z Compiling tokio-postgres v0.7.10
15452023-12-09T06:02:34.165Z Compiling serde_yaml v0.9.25
15462023-12-09T06:02:34.787Z Compiling elliptic-curve v0.13.8
15472023-12-09T06:02:36.202Z Compiling diesel v2.1.4
15482023-12-09T06:02:38.343Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15492023-12-09T06:03:03.995Z Compiling futures v0.3.29
15502023-12-09T06:03:03.996Z Compiling snafu v0.7.5
15512023-12-09T06:03:03.996Z Compiling yasna v0.5.2
15522023-12-09T06:03:05.033Z Compiling zip v0.6.6
15532023-12-09T06:03:05.791Z Compiling crossterm v0.27.0
15542023-12-09T06:03:05.791Z Compiling clap v4.4.3
15552023-12-09T06:03:05.791Z Compiling similar v2.2.1
15562023-12-09T06:03:05.791Z Compiling bit-set v0.5.3
15572023-12-09T06:03:05.791Z Compiling itertools v0.10.5
15582023-12-09T06:03:05.791Z Compiling usdt v0.3.5
15592023-12-09T06:03:05.791Z Compiling tokio-stream v0.1.14
15602023-12-09T06:03:05.791Z Compiling console v0.15.7
15612023-12-09T06:03:05.791Z Compiling lalrpop-util v0.19.12
15622023-12-09T06:03:05.791Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15632023-12-09T06:03:41.028Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15642023-12-09T06:03:43.231Z Compiling sha1 v0.10.6
15652023-12-09T06:03:44.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15662023-12-09T06:03:55.135Z Compiling atty v0.2.14
15672023-12-09T06:03:55.315Z Compiling match_cfg v0.1.0
15682023-12-09T06:03:56.002Z Compiling hostname v0.3.1
15692023-12-09T06:03:56.377Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15702023-12-09T06:03:56.676Z Compiling dirs-sys-next v0.1.2
15712023-12-09T06:03:56.786Z Compiling ident_case v1.0.1
15722023-12-09T06:03:56.907Z Compiling thread_local v1.1.7
15732023-12-09T06:03:57.048Z Compiling darling_core v0.20.3
15742023-12-09T06:03:57.335Z Compiling dirs-next v2.0.0
15752023-12-09T06:03:57.606Z Compiling camino v1.1.6
15762023-12-09T06:03:57.639Z Compiling slog-async v2.8.0
15772023-12-09T06:03:57.810Z Compiling term v0.7.0
15782023-12-09T06:03:58.628Z Compiling crossbeam-channel v0.5.8
15792023-12-09T06:03:58.658Z Compiling multer v2.1.0
15802023-12-09T06:03:59.507Z Compiling instant v0.1.12
15812023-12-09T06:03:59.513Z Compiling paste v1.0.14
15822023-12-09T06:04:00.070Z Compiling take_mut v0.2.2
15832023-12-09T06:04:00.317Z Compiling slog-term v2.9.0
15842023-12-09T06:04:00.478Z Compiling slog-json v2.6.1
15852023-12-09T06:04:01.061Z Compiling async-stream-impl v0.3.5
15862023-12-09T06:04:02.133Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15872023-12-09T06:04:02.791Z Compiling atomic-waker v1.1.1
15882023-12-09T06:04:02.816Z Compiling debug-ignore v1.0.5
15892023-12-09T06:04:02.817Z Compiling waitgroup v0.1.2
15902023-12-09T06:04:02.817Z Compiling slog-bunyan v2.4.0
15912023-12-09T06:04:02.933Z Compiling toml v0.8.8
15922023-12-09T06:04:03.029Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15932023-12-09T06:04:03.431Z Compiling async-stream v0.3.5
15942023-12-09T06:04:03.923Z Compiling serde_path_to_error v0.1.14
15952023-12-09T06:04:04.409Z Compiling structmeta-derive v0.2.0
15962023-12-09T06:04:04.514Z Compiling strum v0.25.0
15972023-12-09T06:04:04.744Z Compiling regex-syntax v0.7.5
15982023-12-09T06:04:04.766Z Compiling backoff v0.4.0
15992023-12-09T06:04:05.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16002023-12-09T06:04:05.341Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16012023-12-09T06:04:05.508Z Compiling macaddr v1.0.1
16022023-12-09T06:04:05.788Z Compiling proc-macro-error-attr v1.0.4
16032023-12-09T06:04:06.207Z Compiling proc-macro-crate v1.3.1
16042023-12-09T06:04:06.381Z Compiling proc-macro-error v1.0.4
16052023-12-09T06:04:08.660Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16062023-12-09T06:04:08.836Z Compiling darling_macro v0.20.3
16072023-12-09T06:04:08.836Z Compiling smoltcp v0.10.0
16082023-12-09T06:04:08.836Z Compiling num_enum_derive v0.5.11
16092023-12-09T06:04:08.943Z Compiling embedded-io v0.4.0
16102023-12-09T06:04:08.943Z Compiling darling v0.20.3
16112023-12-09T06:04:08.966Z Compiling cobs v0.2.3
16122023-12-09T06:04:08.987Z Compiling serde_with_macros v3.4.0
16132023-12-09T06:04:09.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16142023-12-09T06:04:09.434Z Compiling fastrand v2.0.0
16152023-12-09T06:04:09.457Z Compiling structmeta v0.2.0
16162023-12-09T06:04:09.525Z Compiling postcard v1.0.8
16172023-12-09T06:04:10.144Z Compiling tempfile v3.8.1
16182023-12-09T06:04:10.848Z Compiling foreign-types-macros v0.2.3
16192023-12-09T06:04:11.545Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16202023-12-09T06:04:11.982Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16212023-12-09T06:04:12.338Z Compiling crucible-workspace-hack v0.1.0
16222023-12-09T06:04:12.587Z Compiling num_enum v0.5.11
16232023-12-09T06:04:12.736Z Compiling foreign-types-shared v0.3.1
16242023-12-09T06:04:12.856Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16252023-12-09T06:04:12.897Z Compiling same-file v1.0.6
16262023-12-09T06:04:13.003Z Compiling foreign-types v0.5.0
16272023-12-09T06:04:13.143Z Compiling walkdir v2.4.0
16282023-12-09T06:04:13.474Z Compiling serde_with v3.4.0
16292023-12-09T06:04:13.563Z Compiling is-terminal v0.4.9
16302023-12-09T06:04:13.650Z Compiling semver-parser v0.10.2
16312023-12-09T06:04:13.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16322023-12-09T06:04:14.401Z Compiling zerocopy-derive v0.7.26
16332023-12-09T06:04:15.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16342023-12-09T06:04:16.178Z Compiling parse-display-derive v0.8.2
16352023-12-09T06:04:16.484Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16362023-12-09T06:04:17.507Z Compiling cstr-argument v0.1.2
16372023-12-09T06:04:17.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16382023-12-09T06:04:18.230Z Compiling pretty-hex v0.2.1
16392023-12-09T06:04:18.503Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402023-12-09T06:04:19.095Z Compiling zerocopy v0.7.26
16412023-12-09T06:04:19.166Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16422023-12-09T06:04:19.943Z Compiling semver v0.11.0
16432023-12-09T06:04:20.079Z Compiling colored v2.0.4
16442023-12-09T06:04:20.440Z Compiling xattr v1.0.1
16452023-12-09T06:04:20.448Z Compiling filetime v0.2.23
16462023-12-09T06:04:20.448Z Compiling home v0.5.5
16472023-12-09T06:04:20.736Z Compiling tar v0.4.40
16482023-12-09T06:04:20.760Z Compiling toolchain_find v0.2.0
16492023-12-09T06:04:21.228Z Compiling camino-tempfile v1.1.1
16502023-12-09T06:04:21.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16512023-12-09T06:04:21.405Z Compiling zone_cfg_derive v0.3.0
16522023-12-09T06:04:21.769Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16532023-12-09T06:04:21.930Z Compiling textwrap v0.11.0
16542023-12-09T06:04:22.408Z Compiling heck v0.3.3
16552023-12-09T06:04:23.064Z Compiling toml v0.5.11
16562023-12-09T06:04:23.378Z Compiling num-derive v0.4.0
16572023-12-09T06:04:23.691Z Compiling parse-display v0.8.2
16582023-12-09T06:04:23.996Z Compiling ansi_term v0.12.1
16592023-12-09T06:04:24.234Z Compiling libefi-sys v0.1.0
16602023-12-09T06:04:25.091Z Compiling platforms v3.0.2
16612023-12-09T06:04:25.092Z Compiling strsim v0.8.0
16622023-12-09T06:04:25.544Z Compiling vec_map v0.8.2
16632023-12-09T06:04:25.545Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16642023-12-09T06:04:25.547Z Compiling zone v0.3.0
16652023-12-09T06:04:25.548Z Compiling clap v2.34.0
16662023-12-09T06:04:26.824Z Compiling structopt-derive v0.4.18
16672023-12-09T06:04:27.659Z Compiling rustfmt-wrapper v0.2.0
16682023-12-09T06:04:29.305Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16692023-12-09T06:04:29.305Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16702023-12-09T06:04:29.305Z Compiling omicron-zone-package v0.9.1
16712023-12-09T06:04:31.648Z Compiling smf v0.2.2
16722023-12-09T06:04:31.648Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16732023-12-09T06:04:51.756Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16742023-12-09T06:04:51.756Z Compiling unicase v2.7.0
16752023-12-09T06:04:51.756Z Compiling curve25519-dalek v4.1.0
16762023-12-09T06:04:51.756Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16772023-12-09T06:04:51.756Z Compiling structopt v0.3.26
16782023-12-09T06:04:51.756Z Compiling universal-hash v0.5.1
16792023-12-09T06:04:51.756Z Compiling opaque-debug v0.3.0
16802023-12-09T06:04:51.756Z Compiling curve25519-dalek-derive v0.1.0
16812023-12-09T06:04:51.756Z Compiling num-rational v0.4.1
16822023-12-09T06:04:51.757Z Compiling getrandom v0.1.16
16832023-12-09T06:04:51.757Z Compiling signature v2.1.0
16842023-12-09T06:04:51.757Z Compiling parking_lot_core v0.8.6
16852023-12-09T06:04:51.757Z Compiling linked-hash-map v0.5.6
16862023-12-09T06:04:51.757Z Compiling quick-error v1.2.3
16872023-12-09T06:04:52.941Z Compiling keccak v0.1.4
16882023-12-09T06:04:52.941Z Compiling resolv-conf v0.7.0
16892023-12-09T06:04:52.941Z Compiling lru-cache v0.1.2
16902023-12-09T06:04:52.941Z Compiling sha3 v0.10.8
16912023-12-09T06:04:52.941Z Compiling password-hash v0.5.0
16922023-12-09T06:04:52.942Z Compiling blake2 v0.10.6
16932023-12-09T06:04:52.942Z Compiling aead v0.5.2
16942023-12-09T06:04:52.942Z Compiling secrecy v0.8.0
16952023-12-09T06:04:52.942Z Compiling num-complex v0.4.4
16962023-12-09T06:04:52.943Z Compiling nibble_vec v0.1.0
16972023-12-09T06:04:53.412Z Compiling slog-dtrace v0.2.3
16982023-12-09T06:04:53.412Z Compiling cancel-safe-futures v0.1.5
16992023-12-09T06:04:53.412Z Compiling utf-8 v0.7.6
17002023-12-09T06:04:53.412Z Compiling arc-swap v1.6.0
17012023-12-09T06:04:53.412Z Compiling winapi v0.3.9
17022023-12-09T06:04:53.413Z Compiling endian-type v0.1.2
17032023-12-09T06:04:53.413Z Compiling convert_case v0.4.0
17042023-12-09T06:04:53.413Z Compiling radix_trie v0.2.1
17052023-12-09T06:04:53.413Z Compiling num v0.4.1
17062023-12-09T06:04:53.413Z Compiling slog-scope v4.4.0
17072023-12-09T06:04:53.417Z Compiling tungstenite v0.20.1
17082023-12-09T06:04:53.417Z Compiling argon2 v0.5.2
17092023-12-09T06:04:53.417Z Compiling mime_guess v2.0.4
17102023-12-09T06:04:53.417Z Compiling trust-dns-resolver v0.22.0
17112023-12-09T06:04:53.417Z Compiling derive_more v0.99.17
17122023-12-09T06:04:53.417Z Compiling rand_core v0.5.1
17132023-12-09T06:04:53.417Z Compiling poly1305 v0.8.0
17142023-12-09T06:04:53.417Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17152023-12-09T06:04:53.417Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17162023-12-09T06:04:53.417Z Compiling chacha20 v0.9.1
17172023-12-09T06:04:53.418Z Compiling rfc6979 v0.4.0
17182023-12-09T06:04:53.418Z Compiling thiserror-impl-no-std v2.0.2
17192023-12-09T06:04:53.418Z Compiling ciborium-io v0.2.1
17202023-12-09T06:04:53.418Z Compiling half v1.8.2
17212023-12-09T06:04:53.418Z Compiling option-ext v0.2.0
17222023-12-09T06:04:53.418Z Compiling dirs-sys v0.4.1
17232023-12-09T06:04:53.418Z Compiling ciborium-ll v0.2.1
17242023-12-09T06:04:53.418Z Compiling ecdsa v0.16.9
17252023-12-09T06:04:53.418Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17262023-12-09T06:04:53.418Z Compiling parking_lot v0.11.2
17272023-12-09T06:04:53.418Z Compiling rand_chacha v0.2.2
17282023-12-09T06:04:53.418Z Compiling tokio-tungstenite v0.20.1
17292023-12-09T06:04:53.418Z Compiling trust-dns-client v0.22.0
17302023-12-09T06:04:53.418Z Compiling slog-stdlog v4.1.1
17312023-12-09T06:04:53.418Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17322023-12-09T06:04:53.418Z Compiling thiserror-no-std v2.0.2
17332023-12-09T06:04:53.418Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17342023-12-09T06:04:53.426Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17352023-12-09T06:04:53.426Z Compiling ed25519 v2.2.2
17362023-12-09T06:04:53.426Z Compiling polyval v0.6.1
17372023-12-09T06:04:53.426Z Compiling primeorder v0.13.6
17382023-12-09T06:04:53.426Z Compiling aes v0.8.3
17392023-12-09T06:04:53.426Z Compiling blowfish v0.9.1
17402023-12-09T06:04:53.426Z Compiling ctr v0.9.2
17412023-12-09T06:04:53.426Z Compiling password-hash v0.4.2
17422023-12-09T06:04:53.426Z Compiling libsw v3.3.0
17432023-12-09T06:04:53.426Z Compiling pbkdf2 v0.12.2
17442023-12-09T06:04:53.427Z Compiling derive-where v1.2.6
17452023-12-09T06:04:53.427Z Compiling fxhash v0.2.1
17462023-12-09T06:04:53.961Z Compiling glob v0.3.1
17472023-12-09T06:04:53.988Z Compiling linear-map v1.2.0
17482023-12-09T06:04:54.528Z Compiling owo-colors v3.5.0
17492023-12-09T06:04:55.418Z Compiling swrite v0.1.0
17502023-12-09T06:04:55.593Z Compiling trust-dns-server v0.22.1
17512023-12-09T06:04:58.257Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17522023-12-09T06:04:58.555Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17532023-12-09T06:04:58.681Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17542023-12-09T06:04:59.274Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17552023-12-09T06:05:00.826Z Compiling sled v0.34.7
17562023-12-09T06:05:03.197Z Compiling bcrypt-pbkdf v0.10.0
17572023-12-09T06:05:04.120Z Compiling pbkdf2 v0.11.0
17582023-12-09T06:05:04.695Z Compiling p256 v0.13.2
17592023-12-09T06:05:06.069Z Compiling ghash v0.5.0
17602023-12-09T06:05:06.319Z Compiling ed25519-dalek v2.0.0
17612023-12-09T06:05:06.733Z Compiling vsss-rs v3.3.1
17622023-12-09T06:05:07.764Z Compiling slog-envlogger v2.2.0
17632023-12-09T06:05:08.040Z Compiling russh-cryptovec v0.7.0
17642023-12-09T06:05:08.802Z Compiling rand v0.7.3
17652023-12-09T06:05:10.298Z Compiling ciborium v0.2.1
17662023-12-09T06:05:13.184Z Compiling dirs v5.0.1
17672023-12-09T06:05:13.189Z Compiling chacha20poly1305 v0.10.1
17682023-12-09T06:05:13.453Z Compiling cbc v0.1.2
17692023-12-09T06:05:13.531Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17702023-12-09T06:05:13.763Z Compiling pem v3.0.2
17712023-12-09T06:05:13.814Z Compiling headers-core v0.2.0
17722023-12-09T06:05:13.838Z Compiling kstat-rs v0.2.3
17732023-12-09T06:05:14.056Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17742023-12-09T06:05:14.074Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17752023-12-09T06:05:14.404Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17762023-12-09T06:05:14.662Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17772023-12-09T06:05:15.047Z Compiling md5 v0.7.0
17782023-12-09T06:05:15.059Z Compiling pretty-hex v0.4.0
17792023-12-09T06:05:15.177Z Compiling http-range v0.1.5
17802023-12-09T06:05:15.336Z Compiling russh-keys v0.40.0
17812023-12-09T06:05:15.730Z Compiling hyper-staticfile v0.9.5
17822023-12-09T06:05:15.865Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17832023-12-09T06:05:20.991Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17842023-12-09T06:05:21.090Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17852023-12-09T06:05:22.296Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17862023-12-09T06:05:25.007Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17872023-12-09T06:05:42.574Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17882023-12-09T06:05:44.384Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17892023-12-09T06:05:44.384Z Compiling rcgen v0.11.3
17902023-12-09T06:05:44.384Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17912023-12-09T06:05:45.035Z Compiling headers v0.3.9
17922023-12-09T06:05:45.037Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17932023-12-09T06:05:45.037Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17942023-12-09T06:05:45.037Z Compiling aes-gcm v0.10.3
17952023-12-09T06:05:45.037Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17962023-12-09T06:05:45.037Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17972023-12-09T06:05:45.378Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17982023-12-09T06:05:46.105Z Compiling atomicwrites v0.4.2
17992023-12-09T06:05:46.654Z Compiling itertools v0.12.0
18002023-12-09T06:05:47.740Z Compiling subprocess v0.2.9
18012023-12-09T06:05:47.903Z Compiling hex-literal v0.4.1
18022023-12-09T06:05:48.099Z Compiling display-error-chain v0.2.0
18032023-12-09T06:05:48.342Z Compiling russh v0.40.0
18042023-12-09T06:05:51.135Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18052023-12-09T06:05:51.163Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18062023-12-09T06:05:51.975Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18072023-12-09T06:06:20.760Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18082023-12-09T06:07:41.982Z Finished dev [unoptimized + debuginfo] target(s) in 8m 00s
18092023-12-09T06:07:42.318Z
18102023-12-09T06:07:42.318Zreal 8:00.528604677
18112023-12-09T06:07:42.318Zuser 44:03.981963513
18122023-12-09T06:07:42.318Zsys 6:47.437720859
18132023-12-09T06:07:42.318Ztrap 1.766584664
18142023-12-09T06:07:42.319Ztflt 3.375352313
18152023-12-09T06:07:42.323Zdflt 6.852880995
18162023-12-09T06:07:42.323Zkflt 0.026689018
18172023-12-09T06:07:42.323Zlock 1:24:36.924704582
18182023-12-09T06:07:42.323Zslp 2:06:19.384782460
18192023-12-09T06:07:42.323Zlat 2:02.485503342
18202023-12-09T06:07:42.323Zstop 4:14.566049109
18212023-12-09T06:07:42.323Z+ mkdir -p /work/end-to-end-tests
18222023-12-09T06:07:42.323Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18232023-12-09T06:07:42.953Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18242023-12-09T06:07:42.953Z+ ptime -m gzip
18252023-12-09T06:07:42.960Z++ basename target/debug/bootstrap
18262023-12-09T06:07:59.773Z
18272023-12-09T06:07:59.773Zreal 16.822719061
18282023-12-09T06:07:59.774Zuser 16.652086956
18292023-12-09T06:07:59.774Zsys 0.158398922
18302023-12-09T06:07:59.774Ztrap 0.003867912
18312023-12-09T06:07:59.774Ztflt 0.000000000
18322023-12-09T06:07:59.774Zdflt 0.000000000
18332023-12-09T06:07:59.785Zkflt 0.000000000
18342023-12-09T06:07:59.785Zlock 0.000000000
18352023-12-09T06:07:59.785Zslp 0.000000000
18362023-12-09T06:07:59.785Zlat 0.008024063
18372023-12-09T06:07:59.785Zstop 0.000226698
18382023-12-09T06:07:59.785Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18392023-12-09T06:07:59.785Z+ ptime -m gzip
18402023-12-09T06:07:59.785Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-796afa6c27fb6226
18412023-12-09T06:08:00.858Z
18422023-12-09T06:08:00.862Zreal 1.079505524
18432023-12-09T06:08:00.862Zuser 1.066706244
18442023-12-09T06:08:00.862Zsys 0.011013702
18452023-12-09T06:08:00.862Ztrap 0.000648272
18462023-12-09T06:08:00.862Ztflt 0.000000000
18472023-12-09T06:08:00.862Zdflt 0.000000000
18482023-12-09T06:08:00.863Zkflt 0.000000000
18492023-12-09T06:08:00.863Zlock 0.000000000
18502023-12-09T06:08:00.863Zslp 0.000000000
18512023-12-09T06:08:00.863Zlat 0.000797922
18522023-12-09T06:08:00.863Zstop 0.000224591
18532023-12-09T06:08:00.863Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18542023-12-09T06:08:00.863Z+ ptime -m gzip
18552023-12-09T06:08:00.863Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-77aede5ea03b4f87
18562023-12-09T06:08:25.017Z
18572023-12-09T06:08:25.017Zreal 17.455274096
18582023-12-09T06:08:25.017Zuser 17.279089185
18592023-12-09T06:08:25.017Zsys 0.169695327
18602023-12-09T06:08:25.017Ztrap 0.003738538
18612023-12-09T06:08:25.017Ztflt 0.000000000
18622023-12-09T06:08:25.017Zdflt 0.000000000
18632023-12-09T06:08:25.017Zkflt 0.000000000
18642023-12-09T06:08:25.018Zlock 0.000000000
18652023-12-09T06:08:25.287Zslp 0.000000000
18662023-12-09T06:08:25.288Zlat 0.002414268
18672023-12-09T06:08:25.288Zstop 0.000219478
18682023-12-09T06:08:25.288Z+ banner caboose-util
18692023-12-09T06:08:25.288Z
18702023-12-09T06:08:25.288Z #### ## ##### #### #### #### ###### # # #####
18712023-12-09T06:08:25.288Z # # # # # # # # # # # # # # #
18722023-12-09T06:08:25.288Z # # # ##### # # # # #### ##### ##### # # #
18732023-12-09T06:08:25.288Z # ###### # # # # # # # # # # #
18742023-12-09T06:08:25.288Z # # # # # # # # # # # # # # # #
18752023-12-09T06:08:25.290Z #### # # ##### #### #### #### ###### #### #
18762023-12-09T06:08:25.290Z
18772023-12-09T06:08:25.290Z+ ptime -m cargo build --locked -p caboose-util --release
18782023-12-09T06:08:25.290Z Downloading crates ...
18792023-12-09T06:08:25.290Z Downloaded env_logger v0.10.0
18802023-12-09T06:08:25.290Z Downloaded crc v3.0.1
18812023-12-09T06:08:25.290Z Downloaded pkcs1 v0.7.5
18822023-12-09T06:08:25.290Z Downloaded maybe-uninit v2.0.0
18832023-12-09T06:08:25.290Z Downloaded path-slash v0.1.5
18842023-12-09T06:08:25.290Z Downloaded radium v0.7.0
18852023-12-09T06:08:25.290Z Downloaded tap v1.0.1
18862023-12-09T06:08:25.290Z Downloaded serde-hex v0.1.0
18872023-12-09T06:08:25.290Z Downloaded smallvec v0.6.14
18882023-12-09T06:08:25.290Z Downloaded wyz v0.5.1
18892023-12-09T06:08:25.290Z Downloaded termcolor v1.2.0
18902023-12-09T06:08:25.291Z Downloaded packed_struct_codegen v0.10.1
18912023-12-09T06:08:25.291Z Downloaded packed_struct v0.10.1
18922023-12-09T06:08:25.291Z Downloaded funty v2.0.0
18932023-12-09T06:08:25.291Z Downloaded crc-catalog v2.2.0
18942023-12-09T06:08:25.291Z Downloaded nodrop v0.1.14
18952023-12-09T06:08:25.291Z Downloaded bitfield v0.14.0
18962023-12-09T06:08:25.291Z Downloaded array-init v0.0.4
18972023-12-09T06:08:25.291Z Downloaded crc-any v2.4.3
18982023-12-09T06:08:25.291Z Downloaded ron v0.8.1
18992023-12-09T06:08:25.291Z Downloaded x509-cert v0.2.4
19002023-12-09T06:08:25.291Z Downloaded num-bigint-dig v0.8.4
19012023-12-09T06:08:25.291Z Downloaded bitvec v1.0.1
19022023-12-09T06:08:25.291Z Downloaded object v0.30.4
19032023-12-09T06:08:25.292Z Downloaded rsa v0.9.2
19042023-12-09T06:08:25.292Z Compiling proc-macro2 v1.0.69
19052023-12-09T06:08:25.292Z Compiling unicode-ident v1.0.12
19062023-12-09T06:08:25.292Z Compiling libc v0.2.150
19072023-12-09T06:08:25.292Z Compiling autocfg v1.1.0
19082023-12-09T06:08:25.292Z Compiling serde v1.0.192
19092023-12-09T06:08:25.292Z Compiling cfg-if v1.0.0
19102023-12-09T06:08:25.293Z Compiling version_check v0.9.4
19112023-12-09T06:08:25.293Z Compiling typenum v1.16.0
19122023-12-09T06:08:25.293Z Compiling syn v1.0.109
19132023-12-09T06:08:25.293Z Compiling parking_lot_core v0.9.8
19142023-12-09T06:08:25.618Z Compiling futures-core v0.3.29
19152023-12-09T06:08:25.690Z Compiling libm v0.2.7
19162023-12-09T06:08:25.690Z Compiling generic-array v0.14.7
19172023-12-09T06:08:25.690Z Compiling lock_api v0.4.10
19182023-12-09T06:08:25.691Z Compiling num-traits v0.2.16
19192023-12-09T06:08:25.691Z Compiling once_cell v1.19.0
19202023-12-09T06:08:25.691Z Compiling pkg-config v0.3.27
19212023-12-09T06:08:25.691Z Compiling scopeguard v1.2.0
19222023-12-09T06:08:25.691Z Compiling slab v0.4.9
19232023-12-09T06:08:25.691Z Compiling futures-channel v0.3.29
19242023-12-09T06:08:25.691Z Compiling futures-task v0.3.29
19252023-12-09T06:08:25.691Z Compiling quote v1.0.33
19262023-12-09T06:08:25.691Z Compiling serde_json v1.0.108
19272023-12-09T06:08:25.691Z Compiling thiserror v1.0.49
19282023-12-09T06:08:25.692Z Compiling itoa v1.0.9
19292023-12-09T06:08:25.692Z Compiling syn v2.0.32
19302023-12-09T06:08:25.692Z Compiling cc v1.0.83
19312023-12-09T06:08:25.692Z Compiling getrandom v0.2.10
19322023-12-09T06:08:25.692Z Compiling memchr v2.6.3
19332023-12-09T06:08:25.692Z Compiling futures-util v0.3.29
19342023-12-09T06:08:25.692Z Compiling rand_core v0.6.4
19352023-12-09T06:08:25.692Z Compiling log v0.4.20
19362023-12-09T06:08:25.692Z Compiling smallvec v1.11.0
19372023-12-09T06:08:25.692Z Compiling vcpkg v0.2.15
19382023-12-09T06:08:26.226Z Compiling byteorder v1.5.0
19392023-12-09T06:08:26.803Z Compiling parking_lot v0.12.1
19402023-12-09T06:08:27.220Z Compiling pin-project-lite v0.2.13
19412023-12-09T06:08:27.780Z Compiling const-oid v0.9.5
19422023-12-09T06:08:28.170Z Compiling ring v0.17.7
19432023-12-09T06:08:28.327Z Compiling openssl-sys v0.9.96
19442023-12-09T06:08:29.119Z Compiling indexmap v1.9.3
19452023-12-09T06:08:29.702Z Compiling signal-hook-registry v1.4.1
19462023-12-09T06:08:30.409Z Compiling subtle v2.5.0
19472023-12-09T06:08:30.461Z Compiling io-lifetimes v1.0.11
19482023-12-09T06:08:30.688Z Compiling heck v0.4.1
19492023-12-09T06:08:30.911Z Compiling ring v0.16.20
19502023-12-09T06:08:31.223Z Compiling mio v0.8.9
19512023-12-09T06:08:31.384Z Compiling num-integer v0.1.45
19522023-12-09T06:08:31.776Z Compiling ryu v1.0.15
19532023-12-09T06:08:32.226Z Compiling semver v1.0.20
19542023-12-09T06:08:33.510Z Compiling rustix v0.37.23
19552023-12-09T06:08:34.103Z Compiling spin v0.5.2
19562023-12-09T06:08:34.785Z Compiling num_cpus v1.16.0
19572023-12-09T06:08:34.978Z Compiling socket2 v0.5.5
19582023-12-09T06:08:35.184Z Compiling httparse v1.8.0
19592023-12-09T06:08:35.396Z Compiling futures-sink v0.3.29
19602023-12-09T06:08:35.610Z Compiling unicode-xid v0.2.4
19612023-12-09T06:08:35.726Z Compiling openssl v0.10.60
19622023-12-09T06:08:35.893Z Compiling ucd-trie v0.1.6
19632023-12-09T06:08:36.281Z Compiling synstructure v0.12.6
19642023-12-09T06:08:36.575Z Compiling tinyvec_macros v0.1.1
19652023-12-09T06:08:36.686Z Compiling tinyvec v1.6.0
19662023-12-09T06:08:37.898Z Compiling rustls v0.21.9
19672023-12-09T06:08:38.076Z Compiling crc32fast v1.3.2
19682023-12-09T06:08:38.098Z Compiling native-tls v0.2.11
19692023-12-09T06:08:38.272Z Compiling pin-utils v0.1.0
19702023-12-09T06:08:38.389Z Compiling futures-io v0.3.29
19712023-12-09T06:08:38.540Z Compiling ppv-lite86 v0.2.17
19722023-12-09T06:08:38.706Z Compiling bzip2-sys v0.1.11+1.0.8
19732023-12-09T06:08:38.770Z Compiling spin v0.9.8
19742023-12-09T06:08:39.106Z Compiling tracing-core v0.1.31
19752023-12-09T06:08:39.250Z Compiling unicode-normalization v0.1.22
19762023-12-09T06:08:39.455Z Compiling base64ct v1.6.0
19772023-12-09T06:08:39.888Z Compiling rand_chacha v0.3.1
19782023-12-09T06:08:40.297Z Compiling unicode-bidi v0.3.13
19792023-12-09T06:08:40.679Z Compiling rand v0.8.5
19802023-12-09T06:08:40.938Z Compiling pem-rfc7468 v0.7.0
19812023-12-09T06:08:42.567Z Compiling errno v0.3.2
19822023-12-09T06:08:42.638Z Compiling num-iter v0.1.43
19832023-12-09T06:08:42.886Z Compiling ahash v0.8.3
19842023-12-09T06:08:42.926Z Compiling usdt-impl v0.3.5
19852023-12-09T06:08:43.385Z Compiling flagset v0.4.3
19862023-12-09T06:08:43.721Z Compiling base64 v0.21.5
19872023-12-09T06:08:43.763Z Compiling schemars v0.8.13
19882023-12-09T06:08:43.766Z Compiling signal-hook v0.3.17
19892023-12-09T06:08:43.977Z Compiling rustix v0.38.25
19902023-12-09T06:08:44.010Z Compiling serde_derive v1.0.192
19912023-12-09T06:08:44.054Z Compiling zeroize_derive v1.4.2
19922023-12-09T06:08:44.121Z Compiling tokio-macros v2.2.0
19932023-12-09T06:08:44.151Z Compiling thiserror-impl v1.0.49
19942023-12-09T06:08:44.289Z Compiling futures-macro v0.3.29
19952023-12-09T06:08:44.299Z Compiling tracing-attributes v0.1.26
19962023-12-09T06:08:44.892Z Compiling der_derive v0.7.2
19972023-12-09T06:08:45.660Z Compiling zerocopy-derive v0.2.0
19982023-12-09T06:08:46.343Z Compiling zeroize v1.7.0
19992023-12-09T06:08:47.438Z Compiling openssl-macros v0.1.1
20002023-12-09T06:08:48.452Z Compiling zerocopy-derive v0.6.4
20012023-12-09T06:08:48.665Z Compiling pest v2.7.2
20022023-12-09T06:08:48.692Z Compiling der v0.7.8
20032023-12-09T06:08:49.247Z Compiling crypto-common v0.1.6
20042023-12-09T06:08:49.361Z Compiling block-buffer v0.10.4
20052023-12-09T06:08:50.140Z Compiling digest v0.10.7
20062023-12-09T06:08:50.144Z Compiling tracing v0.1.37
20072023-12-09T06:08:51.440Z Compiling serde_derive_internals v0.26.0
20082023-12-09T06:08:52.804Z Compiling pest_meta v2.7.2
20092023-12-09T06:08:55.288Z Compiling pest_generator v2.7.2
20102023-12-09T06:08:58.416Z Compiling fnv v1.0.7
20112023-12-09T06:08:58.548Z Compiling bitflags v1.3.2
20122023-12-09T06:08:58.872Z Compiling schemars_derive v0.8.13
20132023-12-09T06:08:59.380Z Compiling pest_derive v2.7.2
20142023-12-09T06:09:00.433Z Compiling spki v0.7.2
20152023-12-09T06:09:01.251Z Compiling zerocopy v0.3.0
20162023-12-09T06:09:01.692Z Compiling lazy_static v1.4.0
20172023-12-09T06:09:11.147Z Compiling backtrace v0.3.69
20182023-12-09T06:09:11.302Z Compiling num-bigint v0.4.4
20192023-12-09T06:09:11.302Z Compiling memoffset v0.9.0
20202023-12-09T06:09:11.302Z Compiling untrusted v0.7.1
20212023-12-09T06:09:11.302Z Compiling foreign-types-shared v0.1.1
20222023-12-09T06:09:11.302Z Compiling crossbeam-utils v0.8.16
20232023-12-09T06:09:11.302Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20242023-12-09T06:09:11.303Z Compiling async-trait v0.1.74
20252023-12-09T06:09:11.305Z Compiling hashbrown v0.14.2
20262023-12-09T06:09:11.305Z Compiling hashbrown v0.12.3
20272023-12-09T06:09:11.305Z Compiling openssl-probe v0.1.5
20282023-12-09T06:09:11.305Z Compiling doc-comment v0.3.3
20292023-12-09T06:09:11.306Z Compiling smoltcp v0.9.1
20302023-12-09T06:09:11.306Z Compiling untrusted v0.9.0
20312023-12-09T06:09:11.306Z Compiling equivalent v1.0.1
20322023-12-09T06:09:11.344Z Compiling percent-encoding v2.3.1
20332023-12-09T06:09:11.344Z Compiling iana-time-zone v0.1.57
20342023-12-09T06:09:11.345Z Compiling bytes v1.5.0
20352023-12-09T06:09:11.345Z Compiling bitflags v2.4.0
20362023-12-09T06:09:11.347Z Compiling uuid v1.6.1
20372023-12-09T06:09:11.347Z Compiling tokio v1.35.0
20382023-12-09T06:09:11.347Z Compiling rustc_version v0.4.0
20392023-12-09T06:09:11.347Z Compiling http v0.2.11
20402023-12-09T06:09:11.348Z Compiling heapless v0.7.16
20412023-12-09T06:09:11.348Z Compiling indexmap v2.1.0
20422023-12-09T06:09:11.348Z Compiling chrono v0.4.31
20432023-12-09T06:09:13.552Z Compiling foreign-types v0.3.2
20442023-12-09T06:09:13.942Z Compiling dof v0.1.5
20452023-12-09T06:09:16.604Z Compiling dtrace-parser v0.1.14
20462023-12-09T06:09:16.814Z Compiling hmac v0.12.1
20472023-12-09T06:09:17.075Z Compiling clap_derive v4.4.2
20482023-12-09T06:09:18.524Z Compiling thread-id v4.2.0
20492023-12-09T06:09:19.092Z Compiling try-lock v0.2.4
20502023-12-09T06:09:19.155Z Compiling cpufeatures v0.2.9
20512023-12-09T06:09:19.281Z Compiling adler v1.0.2
20522023-12-09T06:09:19.291Z Compiling rustversion v1.0.14
20532023-12-09T06:09:19.558Z Compiling siphasher v0.3.11
20542023-12-09T06:09:19.571Z Compiling anstyle v1.0.2
20552023-12-09T06:09:20.164Z Compiling time-core v0.1.1
20562023-12-09T06:09:20.283Z Compiling utf8parse v0.2.1
20572023-12-09T06:09:20.390Z Compiling tokio-util v0.7.10
20582023-12-09T06:09:20.467Z Compiling anstyle-parse v0.2.1
20592023-12-09T06:09:20.539Z Compiling time-macros v0.2.13
20602023-12-09T06:09:21.329Z Compiling miniz_oxide v0.7.1
20612023-12-09T06:09:22.772Z Compiling h2 v0.3.21
20622023-12-09T06:09:24.668Z Compiling want v0.3.1
20632023-12-09T06:09:25.041Z Compiling sha2 v0.10.8
20642023-12-09T06:09:29.985Z Compiling sct v0.7.0
20652023-12-09T06:09:30.383Z Compiling rustls-webpki v0.101.7
20662023-12-09T06:09:30.767Z Compiling http-body v0.4.5
20672023-12-09T06:09:31.359Z Compiling serde_tokenstream v0.1.7
20682023-12-09T06:09:31.762Z Compiling form_urlencoded v1.2.1
20692023-12-09T06:09:32.163Z Compiling pkcs8 v0.10.2
20702023-12-09T06:09:32.211Z Compiling hubpack_derive v0.1.1
20712023-12-09T06:09:33.142Z Compiling pin-project-internal v1.1.3
20722023-12-09T06:09:33.647Z Compiling socket2 v0.4.9
20732023-12-09T06:09:34.266Z Compiling crossbeam-epoch v0.9.15
20742023-12-09T06:09:35.039Z Compiling radium v0.7.0
20752023-12-09T06:09:35.238Z Compiling anyhow v1.0.75
20762023-12-09T06:09:35.595Z Compiling colorchoice v1.0.0
20772023-12-09T06:09:35.885Z Compiling anstyle-query v1.0.0
20782023-12-09T06:09:35.999Z Compiling httpdate v1.0.3
20792023-12-09T06:09:36.087Z Compiling tower-service v0.3.2
20802023-12-09T06:09:36.926Z Compiling slog v2.7.0
20812023-12-09T06:09:38.043Z Compiling hyper v0.14.27
20822023-12-09T06:09:38.524Z Compiling anstream v0.5.0
20832023-12-09T06:09:45.161Z Compiling terminal_size v0.2.6
20842023-12-09T06:09:46.284Z Compiling toml_datetime v0.6.5
20852023-12-09T06:09:46.922Z Compiling serde_spanned v0.6.4
20862023-12-09T06:09:48.174Z Compiling rustls-pemfile v1.0.3
20872023-12-09T06:09:48.641Z Compiling zerocopy v0.6.4
20882023-12-09T06:09:49.694Z Compiling md-5 v0.10.5
20892023-12-09T06:09:50.390Z Compiling idna v0.5.0
20902023-12-09T06:09:50.556Z Compiling stringprep v0.1.3
20912023-12-09T06:09:52.098Z Compiling diesel_table_macro_syntax v0.1.0
20922023-12-09T06:09:52.471Z Compiling hash32 v0.2.1
20932023-12-09T06:09:52.654Z Compiling aho-corasick v1.0.4
20942023-12-09T06:09:52.732Z Compiling maybe-uninit v2.0.0
20952023-12-09T06:09:52.752Z Compiling strsim v0.10.0
20962023-12-09T06:09:52.983Z Compiling dyn-clone v1.0.13
20972023-12-09T06:09:53.365Z Compiling tap v1.0.1
20982023-12-09T06:09:53.431Z Compiling gimli v0.28.0
20992023-12-09T06:09:53.468Z Compiling stable_deref_trait v1.2.0
21002023-12-09T06:09:53.619Z Compiling either v1.9.0
21012023-12-09T06:09:53.806Z Compiling fallible-iterator v0.2.0
21022023-12-09T06:09:54.343Z Compiling clap_lex v0.5.1
21032023-12-09T06:09:55.505Z Compiling regex-syntax v0.8.2
21042023-12-09T06:09:55.524Z Compiling winnow v0.5.15
21052023-12-09T06:09:55.764Z Compiling postgres-protocol v0.6.6
21062023-12-09T06:09:56.048Z Compiling clap_builder v4.4.2
21072023-12-09T06:09:57.606Z Compiling wyz v0.5.1
21082023-12-09T06:09:58.513Z Compiling diesel_derives v2.1.2
21092023-12-09T06:10:00.532Z Compiling addr2line v0.21.0
21102023-12-09T06:10:00.721Z Compiling url v2.5.0
21112023-12-09T06:10:01.460Z Compiling regex-automata v0.4.3
21122023-12-09T06:10:01.508Z Compiling tokio-rustls v0.24.1
21132023-12-09T06:10:03.142Z Compiling rustls-native-certs v0.6.3
21142023-12-09T06:10:03.589Z Compiling strum_macros v0.25.2
21152023-12-09T06:10:05.336Z Compiling tokio-native-tls v0.3.1
21162023-12-09T06:10:10.135Z Compiling usdt-macro v0.3.5
21172023-12-09T06:10:10.446Z Compiling usdt-attr-macro v0.3.5
21182023-12-09T06:10:12.552Z Compiling phf_shared v0.11.2
21192023-12-09T06:10:13.917Z Compiling block-padding v0.3.3
21202023-12-09T06:10:13.940Z Compiling snafu-derive v0.7.5
21212023-12-09T06:10:14.175Z Compiling enum-as-inner v0.5.1
21222023-12-09T06:10:14.242Z Compiling serde_repr v0.1.16
21232023-12-09T06:10:15.649Z Compiling ff v0.13.0
21242023-12-09T06:10:15.927Z Compiling scheduled-thread-pool v0.2.7
21252023-12-09T06:10:16.022Z Compiling object v0.32.1
21262023-12-09T06:10:19.424Z Compiling base16ct v0.2.0
21272023-12-09T06:10:19.867Z Compiling num-bigint-dig v0.8.4
21282023-12-09T06:10:20.274Z Compiling funty v2.0.0
21292023-12-09T06:10:21.994Z Compiling ipnet v2.8.0
21302023-12-09T06:10:22.150Z Compiling bit-vec v0.6.3
21312023-12-09T06:10:22.762Z Compiling rustc-demangle v0.1.23
21322023-12-09T06:10:23.672Z Compiling num_threads v0.1.6
21332023-12-09T06:10:23.838Z Compiling packed_struct v0.10.1
21342023-12-09T06:10:24.174Z Compiling managed v0.8.0
21352023-12-09T06:10:24.421Z Compiling regex-automata v0.1.10
21362023-12-09T06:10:25.121Z Compiling deranged v0.3.8
21372023-12-09T06:10:26.475Z Compiling matches v0.1.10
21382023-12-09T06:10:27.162Z Compiling idna v0.2.3
21392023-12-09T06:10:28.114Z Compiling time v0.3.27
21402023-12-09T06:10:31.501Z Compiling bstr v0.2.17
21412023-12-09T06:10:34.661Z Compiling bitvec v1.0.1
21422023-12-09T06:10:35.430Z Compiling sec1 v0.7.3
21432023-12-09T06:10:35.777Z Compiling r2d2 v0.8.10
21442023-12-09T06:10:36.311Z Compiling group v0.13.0
21452023-12-09T06:10:37.474Z Compiling inout v0.1.3
21462023-12-09T06:10:39.806Z Compiling phf v0.11.2
21472023-12-09T06:10:40.373Z Compiling regex v1.10.2
21482023-12-09T06:10:41.365Z Compiling hyper-tls v0.5.0
21492023-12-09T06:10:41.845Z Compiling hyper-rustls v0.24.2
21502023-12-09T06:10:41.860Z Compiling signal-hook-mio v0.2.3
21512023-12-09T06:10:41.926Z Compiling clap v4.4.3
21522023-12-09T06:10:41.986Z Compiling toml_edit v0.19.15
21532023-12-09T06:10:42.069Z Compiling ipnetwork v0.20.0
21542023-12-09T06:10:42.084Z Compiling flate2 v1.0.28
21552023-12-09T06:10:42.612Z Compiling bzip2 v0.4.4
21562023-12-09T06:10:42.779Z Compiling postgres-types v0.2.6
21572023-12-09T06:10:43.162Z Compiling itertools v0.11.0
21582023-12-09T06:10:43.260Z Compiling pin-project v1.1.3
21592023-12-09T06:10:43.733Z Compiling hubpack v0.1.2
21602023-12-09T06:10:43.748Z Compiling serde_urlencoded v0.7.1
21612023-12-09T06:10:44.390Z Compiling phf_shared v0.10.0
21622023-12-09T06:10:44.553Z Compiling hkdf v0.12.3
21632023-12-09T06:10:45.024Z Compiling futures-executor v0.3.29
21642023-12-09T06:10:47.493Z Compiling crypto-bigint v0.5.2
21652023-12-09T06:10:49.351Z Compiling packed_struct_codegen v0.10.1
21662023-12-09T06:10:49.849Z Compiling float-cmp v0.9.0
21672023-12-09T06:10:50.896Z Compiling encoding_rs v0.8.33
21682023-12-09T06:10:50.908Z Compiling webpki-roots v0.25.2
21692023-12-09T06:10:51.061Z Compiling difflib v0.4.0
21702023-12-09T06:10:51.122Z Compiling unicode-width v0.1.11
21712023-12-09T06:10:51.610Z Compiling regex-automata v0.3.8
21722023-12-09T06:10:53.487Z Compiling unicode-segmentation v1.10.1
21732023-12-09T06:10:53.615Z Compiling whoami v1.4.1
21742023-12-09T06:10:54.247Z Compiling crc-catalog v2.2.0
21752023-12-09T06:10:54.437Z Compiling static_assertions v1.1.0
21762023-12-09T06:10:54.451Z Compiling new_debug_unreachable v1.0.4
21772023-12-09T06:10:54.558Z Compiling normalize-line-endings v0.3.0
21782023-12-09T06:10:54.741Z Compiling nodrop v0.1.14
21792023-12-09T06:10:55.090Z Compiling mime v0.3.17
21802023-12-09T06:10:55.135Z Compiling data-encoding v2.4.0
21812023-12-09T06:10:55.417Z Compiling fixedbitset v0.4.2
21822023-12-09T06:10:55.961Z Compiling predicates-core v1.0.6
21832023-12-09T06:10:56.209Z Compiling precomputed-hash v0.1.1
21842023-12-09T06:10:56.414Z Compiling string_cache v0.8.7
21852023-12-09T06:10:56.909Z Compiling predicates v3.0.4
21862023-12-09T06:10:58.035Z Compiling trust-dns-proto v0.22.0
21872023-12-09T06:10:59.197Z Compiling petgraph v0.6.4
21882023-12-09T06:10:59.295Z Compiling reqwest v0.11.22
21892023-12-09T06:11:07.632Z Compiling array-init v0.0.4
21902023-12-09T06:11:09.703Z Compiling similar v2.2.1
21912023-12-09T06:11:10.513Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21922023-12-09T06:11:11.873Z Compiling crc v3.0.1
21932023-12-09T06:11:13.115Z Compiling bstr v1.6.0
21942023-12-09T06:11:15.496Z Compiling tokio-postgres v0.7.10
21952023-12-09T06:11:18.409Z Compiling console v0.15.7
21962023-12-09T06:11:20.033Z Compiling elliptic-curve v0.13.8
21972023-12-09T06:11:24.469Z Compiling toml v0.7.8
21982023-12-09T06:11:26.163Z Compiling futures v0.3.29
21992023-12-09T06:11:26.989Z Compiling snafu v0.7.5
22002023-12-09T06:11:27.493Z Compiling zip v0.6.6
22012023-12-09T06:11:27.729Z Compiling smallvec v0.6.14
22022023-12-09T06:11:27.877Z Compiling diesel v2.1.4
22032023-12-09T06:11:28.198Z Compiling crossterm v0.27.0
22042023-12-09T06:11:28.416Z Compiling yasna v0.5.2
22052023-12-09T06:11:29.146Z Compiling cipher v0.4.4
22062023-12-09T06:11:30.137Z Compiling hashbrown v0.13.2
22072023-12-09T06:11:35.043Z Compiling bit-set v0.5.3
22082023-12-09T06:11:55.014Z Compiling usdt v0.3.5
22092023-12-09T06:11:55.015Z Compiling is-terminal v0.4.9
22102023-12-09T06:11:55.015Z Compiling toml_edit v0.21.0
22112023-12-09T06:11:56.695Z Compiling itertools v0.10.5
22122023-12-09T06:11:56.697Z Compiling pkcs1 v0.7.5
22132023-12-09T06:11:57.699Z Compiling tokio-stream v0.1.14
22142023-12-09T06:11:57.699Z Compiling openapiv3 v2.0.0
22152023-12-09T06:11:57.699Z Compiling hex v0.4.3
22162023-12-09T06:11:57.699Z Compiling signature v2.1.0
22172023-12-09T06:11:57.700Z Compiling termcolor v1.2.0
22182023-12-09T06:11:57.700Z Compiling bitfield v0.14.0
22192023-12-09T06:11:57.700Z Compiling lalrpop-util v0.19.12
22202023-12-09T06:12:02.341Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22212023-12-09T06:12:11.221Z Compiling env_logger v0.10.0
22222023-12-09T06:12:17.707Z Compiling rsa v0.9.2
22232023-12-09T06:12:27.015Z Compiling serde-hex v0.1.0
22242023-12-09T06:12:32.465Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22252023-12-09T06:12:36.550Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22262023-12-09T06:12:37.113Z Compiling ron v0.8.1
22272023-12-09T06:12:37.137Z Compiling x509-cert v0.2.4
22282023-12-09T06:12:44.141Z Compiling crc-any v2.4.3
22292023-12-09T06:12:59.529Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22302023-12-09T06:13:16.791Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22312023-12-09T06:13:17.271Z Compiling object v0.30.4
22322023-12-09T06:13:31.351Z Compiling path-slash v0.1.5
22332023-12-09T06:13:32.243Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22342023-12-09T06:14:29.212Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22352023-12-09T06:14:29.212Z Finished release [optimized] target(s) in 5m 58s
22362023-12-09T06:14:29.212Z
22372023-12-09T06:14:29.270Zreal 5:59.058930069
22382023-12-09T06:14:29.270Zuser 41:41.454663392
22392023-12-09T06:14:29.270Zsys 3:38.302768229
22402023-12-09T06:14:29.270Ztrap 1.789232506
22412023-12-09T06:14:29.270Ztflt 0.856052442
22422023-12-09T06:14:29.270Zdflt 0.565601378
22432023-12-09T06:14:29.270Zkflt 0.000413802
22442023-12-09T06:14:29.271Zlock 1:32:50.485942944
22452023-12-09T06:14:29.271Zslp 1:58:03.366194692
22462023-12-09T06:14:29.271Zlat 1:50.812970194
22472023-12-09T06:14:29.271Zstop 1:21.926224064
22482023-12-09T06:14:29.271Z+ ptime -m gzip
22492023-12-09T06:14:29.271Z
22502023-12-09T06:14:29.271Zreal 0.655746405
22512023-12-09T06:14:29.271Zuser 0.646543719
22522023-12-09T06:14:29.272Zsys 0.008579195
22532023-12-09T06:14:29.272Ztrap 0.000073507
22542023-12-09T06:14:29.272Ztflt 0.000000000
22552023-12-09T06:14:29.272Zdflt 0.000000000
22562023-12-09T06:14:29.272Zkflt 0.000000000
22572023-12-09T06:14:29.272Zlock 0.000000000
22582023-12-09T06:14:29.272Zslp 0.000000000
22592023-12-09T06:14:29.273Zlat 0.000223205
22602023-12-09T06:14:29.273Zstop 0.000226624
22612023-12-09T06:14:29.273Z+ banner tufaceous
22622023-12-09T06:14:29.273Z
22632023-12-09T06:14:29.273Z ##### # # ###### ## #### ###### #### # # ####
22642023-12-09T06:14:29.273Z # # # # # # # # # # # # # #
22652023-12-09T06:14:29.273Z # # # ##### # # # ##### # # # # ####
22662023-12-09T06:14:29.273Z # # # # ###### # # # # # # #
22672023-12-09T06:14:29.273Z # # # # # # # # # # # # # # #
22682023-12-09T06:14:29.273Z # #### # # # #### ###### #### #### ####
22692023-12-09T06:14:29.273Z
22702023-12-09T06:14:29.274Z+ ptime -m cargo build --locked -p tufaceous --release
22712023-12-09T06:14:29.274Z Downloading crates ...
22722023-12-09T06:14:29.274Z Downloaded fs-err v2.11.0
22732023-12-09T06:14:29.274Z Downloaded olpc-cjson v0.1.3
22742023-12-09T06:14:29.274Z Downloaded tough v0.16.0
22752023-12-09T06:14:29.274Z Downloaded humantime v2.1.0
22762023-12-09T06:14:29.274Z Downloaded bytesize v1.3.0
22772023-12-09T06:14:29.274Z Downloaded globset v0.4.13
22782023-12-09T06:14:29.274Z Downloaded serde_plain v1.0.2
22792023-12-09T06:14:29.276Z Downloaded buf-list v1.0.3
22802023-12-09T06:14:29.276Z Downloaded typed-path v0.7.0
22812023-12-09T06:14:29.276Z Downloaded async-recursion v1.0.5
22822023-12-09T06:14:29.276Z Compiling serde_tokenstream v0.2.0
22832023-12-09T06:14:29.276Z Compiling regress v0.7.1
22842023-12-09T06:14:29.277Z Compiling dirs-sys-next v0.1.2
22852023-12-09T06:14:29.277Z Compiling ident_case v1.0.1
22862023-12-09T06:14:29.277Z Compiling thread_local v1.1.7
22872023-12-09T06:14:29.277Z Compiling slog-async v2.8.0
22882023-12-09T06:14:29.277Z Compiling heck v0.4.1
22892023-12-09T06:14:29.277Z Compiling dirs-next v2.0.0
22902023-12-09T06:14:29.277Z Compiling darling_core v0.20.3
22912023-12-09T06:14:29.277Z Compiling camino v1.1.6
22922023-12-09T06:14:29.277Z Compiling term v0.7.0
22932023-12-09T06:14:29.277Z Compiling crossbeam-channel v0.5.8
22942023-12-09T06:14:29.277Z Compiling getopts v0.2.21
22952023-12-09T06:14:29.277Z Compiling structmeta-derive v0.2.0
22962023-12-09T06:14:29.277Z Compiling atty v0.2.14
22972023-12-09T06:14:29.277Z Compiling multer v2.1.0
22982023-12-09T06:14:29.277Z Compiling take_mut v0.2.2
22992023-12-09T06:14:29.277Z Compiling unsafe-libyaml v0.2.9
23002023-12-09T06:14:29.277Z Compiling match_cfg v0.1.0
23012023-12-09T06:14:29.278Z Compiling paste v1.0.14
23022023-12-09T06:14:29.278Z Compiling hostname v0.3.1
23032023-12-09T06:14:29.278Z Compiling slog-term v2.9.0
23042023-12-09T06:14:29.278Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23052023-12-09T06:14:29.278Z Compiling structmeta v0.2.0
23062023-12-09T06:14:29.278Z Compiling serde_yaml v0.9.25
23072023-12-09T06:14:29.278Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082023-12-09T06:14:29.278Z Compiling slog-json v2.6.1
23092023-12-09T06:14:29.278Z Compiling darling_macro v0.20.3
23102023-12-09T06:14:29.523Z Compiling async-stream-impl v0.3.5
23112023-12-09T06:14:30.241Z Compiling darling v0.20.3
23122023-12-09T06:14:30.384Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23132023-12-09T06:14:30.864Z Compiling regex-syntax v0.7.5
23142023-12-09T06:14:31.174Z Compiling fastrand v2.0.0
23152023-12-09T06:14:31.480Z Compiling atomic-waker v1.1.1
23162023-12-09T06:14:31.751Z Compiling tempfile v3.8.1
23172023-12-09T06:14:32.187Z Compiling waitgroup v0.1.2
23182023-12-09T06:14:32.211Z Compiling async-stream v0.3.5
23192023-12-09T06:14:32.610Z Compiling serde_with_macros v3.4.0
23202023-12-09T06:14:32.662Z Compiling slog-bunyan v2.4.0
23212023-12-09T06:14:42.899Z Compiling toml v0.8.8
23222023-12-09T06:14:43.177Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23232023-12-09T06:14:43.177Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23242023-12-09T06:14:43.178Z Compiling sha1 v0.10.6
23252023-12-09T06:14:43.178Z Compiling serde_path_to_error v0.1.14
23262023-12-09T06:14:43.178Z Compiling instant v0.1.12
23272023-12-09T06:14:43.178Z Compiling fs-err v2.11.0
23282023-12-09T06:14:43.178Z Compiling arc-swap v1.6.0
23292023-12-09T06:14:43.178Z Compiling same-file v1.0.6
23302023-12-09T06:14:43.178Z Compiling buf-list v1.0.3
23312023-12-09T06:14:43.178Z Compiling debug-ignore v1.0.5
23322023-12-09T06:14:43.178Z Compiling slog-scope v4.4.0
23332023-12-09T06:14:43.178Z Compiling walkdir v2.4.0
23342023-12-09T06:14:43.178Z Compiling backoff v0.4.0
23352023-12-09T06:14:43.178Z Compiling serde_with v3.4.0
23362023-12-09T06:14:43.178Z Compiling parse-display-derive v0.8.2
23372023-12-09T06:14:43.180Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23382023-12-09T06:14:43.180Z Compiling globset v0.4.13
23392023-12-09T06:14:43.180Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23402023-12-09T06:14:43.244Z Compiling strum v0.25.0
23412023-12-09T06:14:43.499Z Compiling olpc-cjson v0.1.3
23422023-12-09T06:14:43.598Z Compiling pem v3.0.2
23432023-12-09T06:14:44.050Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23442023-12-09T06:14:44.363Z Compiling serde_plain v1.0.2
23452023-12-09T06:14:45.201Z Compiling macaddr v1.0.1
23462023-12-09T06:14:46.210Z Compiling async-recursion v1.0.5
23472023-12-09T06:14:46.409Z Compiling xattr v1.0.1
23482023-12-09T06:14:46.869Z Compiling filetime v0.2.23
23492023-12-09T06:14:47.098Z Compiling parse-display v0.8.2
23502023-12-09T06:14:47.370Z Compiling typed-path v0.7.0
23512023-12-09T06:14:47.393Z Compiling tar v0.4.40
23522023-12-09T06:14:48.538Z Compiling slog-stdlog v4.1.1
23532023-12-09T06:14:50.013Z Compiling camino-tempfile v1.1.1
23542023-12-09T06:14:50.711Z Compiling itertools v0.12.0
23552023-12-09T06:14:51.218Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23562023-12-09T06:14:51.551Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23572023-12-09T06:14:56.695Z Compiling tough v0.16.0
23582023-12-09T06:14:56.946Z Compiling bytesize v1.3.0
23592023-12-09T06:14:57.012Z Compiling slog-envlogger v2.2.0
23602023-12-09T06:14:57.881Z Compiling humantime v2.1.0
23612023-12-09T06:15:01.772Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23622023-12-09T06:15:24.941Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23632023-12-09T06:15:25.224Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23642023-12-09T06:15:36.128Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23652023-12-09T06:15:46.492Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23662023-12-09T06:16:07.432Z Finished release [optimized] target(s) in 1m 49s
23672023-12-09T06:16:07.518Z
23682023-12-09T06:16:07.524Zreal 1:49.436047902
23692023-12-09T06:16:07.524Zuser 11:37.495239536
23702023-12-09T06:16:07.524Zsys 46.844336877
23712023-12-09T06:16:07.524Ztrap 0.448950051
23722023-12-09T06:16:07.525Ztflt 0.302850227
23732023-12-09T06:16:07.527Zdflt 0.721036814
23742023-12-09T06:16:07.528Zkflt 0.000361772
23752023-12-09T06:16:07.528Zlock 22:16.715182981
23762023-12-09T06:16:07.529Zslp 23:07.204701284
23772023-12-09T06:16:07.529Zlat 21.027259340
23782023-12-09T06:16:07.529Zstop 10.751491579
23792023-12-09T06:16:07.529Z+ ptime -m gzip
23802023-12-09T06:16:09.883Z
23812023-12-09T06:16:09.895Zreal 2.348211248
23822023-12-09T06:16:09.895Zuser 2.321414877
23832023-12-09T06:16:09.896Zsys 0.026010011
23842023-12-09T06:16:09.896Ztrap 0.000239865
23852023-12-09T06:16:09.896Ztflt 0.000000000
23862023-12-09T06:16:09.896Zdflt 0.000000000
23872023-12-09T06:16:09.897Zkflt 0.000000000
23882023-12-09T06:16:09.897Zlock 0.000000000
23892023-12-09T06:16:09.897Zslp 0.000000000
23902023-12-09T06:16:09.897Zlat 0.000221239
23912023-12-09T06:16:09.897Zstop 0.000225747
23922023-12-09T06:16:09.897Zprocess exited: duration 1260378 ms, exit code 0
 
23932023-12-09T06:16:09.910Zfound 5 output files
23942023-12-09T06:16:09.913Zuploading: /work/end-to-end-tests/bootstrap-796afa6c27fb6226.gz (6318046 bytes)
23952023-12-09T06:16:13.056Zuploaded: /work/end-to-end-tests/bootstrap-796afa6c27fb6226.gz
23962023-12-09T06:16:13.056Zuploading: /work/end-to-end-tests/bootstrap.gz (97203326 bytes)
23972023-12-09T06:16:48.184Zuploaded: /work/end-to-end-tests/bootstrap.gz
23982023-12-09T06:16:48.184Zuploading: /work/end-to-end-tests/end_to_end_tests-77aede5ea03b4f87.gz (101161489 bytes)
23992023-12-09T06:17:13.633Zuploaded: /work/end-to-end-tests/end_to_end_tests-77aede5ea03b4f87.gz
24002023-12-09T06:17:13.633Zuploading: /work/caboose-util.gz (4091900 bytes)
24012023-12-09T06:17:15.602Zuploaded: /work/caboose-util.gz
24022023-12-09T06:17:15.602Zuploading: /work/tufaceous.gz (14971508 bytes)
24032023-12-09T06:17:21.360Zuploaded: /work/tufaceous.gz