01HHDGM77Z3BC57CKXE7ZBT9FR: 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: 01HHDGMS4VYMSPCBMETDNG2GTE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-11T22:42:25.569Zjob assigned to worker 01HHDGN5JTNTVMBXP6KA1J6PX3 (queued for 1 m 28 s)
 
22023-12-11T22:42:26.393Zstarting task 0: "setup"
32023-12-11T22:42:26.465Z++ uname -s
42023-12-11T22:42:26.470Z+ kern=SunOS
52023-12-11T22:42:26.470Z+ case "$kern" in
62023-12-11T22:42:26.471Z+ groupadd -g 12345 build
72023-12-11T22:42:26.471Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-11T22:42:29.718Z+ zfs create -o mountpoint=/work rpool/work
92023-12-11T22:42:29.726Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-11T22:42:29.726Z+ home_fs=zfs
112023-12-11T22:42:29.726Z+ [[ zfs == autofs ]]
122023-12-11T22:42:29.726Z+ mkdir -p /home/build
132023-12-11T22:42:29.727Z+ chown build:build /home/build /work
142023-12-11T22:42:30.618Z+ chmod 0700 /home/build /work
152023-12-11T22:42:30.629Zprocess exited: duration 4227 ms, exit code 0
 
162023-12-11T22:42:30.638Zstarting task 1: "rust-toolchain"
172023-12-11T22:42:30.646Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-11T22:42:30.656Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-11T22:42:30.830Zinfo: downloading installer
202023-12-11T22:42:32.804Zwarning: it looks like you have an existing installation of Rust at:
212023-12-11T22:42:32.805Zwarning: /opt/ooce/bin
222023-12-11T22:42:32.805Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-11T22:42:32.805Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-11T22:42:32.805Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-11T22:42:32.805Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-11T22:42:32.805Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-11T22:42:32.810Zerror: cannot install while Rust is installed
282023-12-11T22:42:32.811Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-11T22:42:32.930Zinfo: profile set to 'default'
302023-12-11T22:42:32.930Zinfo: default host triple is x86_64-unknown-illumos
312023-12-11T22:42:32.933Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-11T22:42:33.105Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-11T22:42:33.106Zinfo: downloading component 'cargo'
342023-12-11T22:42:33.767Zinfo: downloading component 'clippy'
352023-12-11T22:42:34.131Zinfo: downloading component 'rust-docs'
362023-12-11T22:42:34.828Zinfo: downloading component 'rust-std'
372023-12-11T22:42:36.323Zinfo: downloading component 'rustc'
382023-12-11T22:42:39.894Zinfo: downloading component 'rustfmt'
392023-12-11T22:42:40.086Zinfo: installing component 'cargo'
402023-12-11T22:42:41.604Zinfo: installing component 'clippy'
412023-12-11T22:42:42.683Zinfo: installing component 'rust-docs'
422023-12-11T22:42:45.413Zinfo: installing component 'rust-std'
432023-12-11T22:42:49.906Zinfo: installing component 'rustc'
442023-12-11T22:43:03.182Zinfo: installing component 'rustfmt'
452023-12-11T22:43:03.398Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-11T22:43:03.398Z
472023-12-11T22:43:03.526Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-11T22:43:03.526Z
492023-12-11T22:43:03.947Z
502023-12-11T22:43:03.948ZRust is installed now. Great!
512023-12-11T22:43:03.948Z
522023-12-11T22:43:03.948ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-11T22:43:03.948Zenvironment variable. This has not been done automatically.
542023-12-11T22:43:03.949Z
552023-12-11T22:43:03.949ZTo configure your current shell, run:
562023-12-11T22:43:03.950Zsource "$HOME/.cargo/env"
572023-12-11T22:43:03.963Z+ rustc --version
582023-12-11T22:43:03.964Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-11T22:43:03.964Zprocess exited: duration 33085 ms, exit code 0
 
602023-12-11T22:43:04.507Zstarting task 2: "authentication"
612023-12-11T22:43:04.540Zprocess exited: duration 34 ms, exit code 0
 
622023-12-11T22:43:04.548Zstarting task 3: "clone repository"
632023-12-11T22:43:04.555Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-11T22:43:04.563Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-11T22:43:04.646ZCloning into '/work/oxidecomputer/omicron'...
662023-12-11T22:43:12.639Z+ cd /work/oxidecomputer/omicron
672023-12-11T22:43:12.639Z+ [[ -n dap/inventory-errors ]]
682023-12-11T22:43:12.643Z+ git fetch origin dap/inventory-errors
692023-12-11T22:43:12.980ZFrom https://github.com/oxidecomputer/omicron
702023-12-11T22:43:12.980Z * branch dap/inventory-errors -> FETCH_HEAD
712023-12-11T22:43:12.991Z+ git checkout -B dap/inventory-errors remotes/origin/dap/inventory-errors
722023-12-11T22:43:13.092ZSwitched to a new branch 'dap/inventory-errors'
732023-12-11T22:43:13.101Zbranch 'dap/inventory-errors' set up to track 'origin/dap/inventory-errors'.
742023-12-11T22:43:13.101Z+ git reset --hard 419181d2f84d79f6e37298016a1d9e681a9cdc5e
752023-12-11T22:43:13.171ZHEAD is now at 419181d2 fix rustdoc
762023-12-11T22:43:13.177Zprocess exited: duration 8562 ms, exit code 0
 
772023-12-11T22:43:13.184Zstarting task 4: "build"
782023-12-11T22:43:13.191Z+ cargo --version
792023-12-11T22:43:13.204Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-11T22:43:13.794Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-11T22:43:13.800Zinfo: downloading component 'cargo'
822023-12-11T22:43:14.113Zinfo: downloading component 'clippy'
832023-12-11T22:43:14.343Zinfo: downloading component 'rust-docs'
842023-12-11T22:43:15.243Zinfo: downloading component 'rust-std'
852023-12-11T22:43:16.720Zinfo: downloading component 'rustc'
862023-12-11T22:43:20.454Zinfo: downloading component 'rustfmt'
872023-12-11T22:43:20.687Zinfo: installing component 'cargo'
882023-12-11T22:43:21.961Zinfo: installing component 'clippy'
892023-12-11T22:43:22.449Zinfo: installing component 'rust-docs'
902023-12-11T22:43:25.216Zinfo: installing component 'rust-std'
912023-12-11T22:43:27.870Zinfo: installing component 'rustc'
922023-12-11T22:43:34.002Zinfo: installing component 'rustfmt'
932023-12-11T22:43:34.600Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-11T22:43:34.624Z+ rustc --version
952023-12-11T22:43:34.673Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-11T22:43:34.681Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-11T22:43:45.855Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-11T22:43:46.962Z Startup: Caching catalogs ... Done
992023-12-11T22:43:54.002ZPlanning: Solver setup ... Done (6.637s)
1002023-12-11T22:43:54.161ZPlanning: Running solver ... Done (0.152s)
1012023-12-11T22:43:54.269ZPlanning: Finding local manifests ... Done (0.004s)
1022023-12-11T22:43:54.288ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-11T22:43:54.661ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-11T22:43:54.750ZPlanning: Package planning ... Done (0.088s)
1052023-12-11T22:43:54.836ZPlanning: Merging actions ... Done (0.087s)
1062023-12-11T22:43:55.583ZPlanning: Checking for conflicting actions ... Done (0.742s)
1072023-12-11T22:43:55.605ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-12-11T22:44:00.105ZPlanning: Evaluating mediators ... Done (4.508s)
1092023-12-11T22:44:00.237ZPlanning: Planning completed in 13.20 seconds
1102023-12-11T22:44:03.225Z Packages to install: 4
1112023-12-11T22:44:03.225Z Packages to update: 2
1122023-12-11T22:44:03.228Z Mediators to change: 2
1132023-12-11T22:44:03.229Z Services to change: 1
1142023-12-11T22:44:03.229Z Estimated space available: 148.88 GB
1152023-12-11T22:44:03.229ZEstimated space to be consumed: 1.43 GB
1162023-12-11T22:44:03.229Z Create boot environment: No
1172023-12-11T22:44:03.229ZCreate backup boot environment: Yes
1182023-12-11T22:44:03.229Z Rebuild boot archive: No
1192023-12-11T22:44:03.229Z
1202023-12-11T22:44:03.229ZChanged mediators:
1212023-12-11T22:44:03.229Z mediator clang:
1222023-12-11T22:44:03.229Z version: None -> 15 (system default)
1232023-12-11T22:44:03.229Z
1242023-12-11T22:44:03.229Z mediator llvm:
1252023-12-11T22:44:03.229Z version: 14 (system default) -> 15 (system default)
1262023-12-11T22:44:03.229Z
1272023-12-11T22:44:03.229ZChanged packages:
1282023-12-11T22:44:03.229Zhelios-dev
1292023-12-11T22:44:03.229Z developer/build-essential
1302023-12-11T22:44:03.230Z None -> 11-2.0
1312023-12-11T22:44:03.230Z library/libxmlsec1
1322023-12-11T22:44:03.230Z None -> 1.2.35-2.0
1332023-12-11T22:44:03.230Z ooce/developer/clang-15
1342023-12-11T22:44:03.230Z None -> 15.0.7-2.0
1352023-12-11T22:44:03.230Z ooce/developer/llvm-15
1362023-12-11T22:44:03.230Z None -> 15.0.7-2.0
1372023-12-11T22:44:03.230Z system/library/g++-runtime
1382023-12-11T22:44:03.230Z 12-2.0 -> 13-2.0
1392023-12-11T22:44:03.230Z system/library/gcc-runtime
1402023-12-11T22:44:03.230Z 12-2.0 -> 13-2.0
1412023-12-11T22:44:03.230Z
1422023-12-11T22:44:03.230ZServices:
1432023-12-11T22:44:03.230Z restart_fmri:
1442023-12-11T22:44:03.230Z svc:/system/update-man-index:default
1452023-12-11T22:44:03.494Z
1462023-12-11T22:44:03.494ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-11T22:44:08.498ZDownload: 1265/3330 items 99.7/221.1MB 45% complete (19.9M/s)
1482023-12-11T22:44:13.504ZDownload: 3158/3330 items 144.8/221.1MB 65% complete (14.5M/s)
1492023-12-11T22:44:18.497ZDownload: 3280/3330 items 210.1/221.1MB 95% complete (11.0M/s)
1502023-12-11T22:44:21.591ZDownload: Completed 221.11 MB in 18.10 seconds (12.2M/s)
1512023-12-11T22:44:23.824Z Actions: 1/3766 actions (Removing old actions)
1522023-12-11T22:44:23.824Z Actions: 5/3766 actions (Installing new actions)
1532023-12-11T22:44:28.882Z Actions: 2611/3766 actions (Installing new actions)
1542023-12-11T22:44:32.158Z Actions: 3729/3766 actions (Updating modified actions)
1552023-12-11T22:44:32.794Z Actions: Completed 3766 actions in 8.97 seconds.
1562023-12-11T22:44:32.909Z Done (0.108s)
1572023-12-11T22:44:32.914Z Done (0.000s)
1582023-12-11T22:44:33.187Z Done (0.277s)
1592023-12-11T22:44:40.954Z Done (7.576s)
1602023-12-11T22:44:41.457Z Done (0.175s)
1612023-12-11T22:44:41.457Z Done (0.000s)
1622023-12-11T22:44:41.462Z Done (0.000s)
1632023-12-11T22:44:42.111ZPlanning: Evaluating mediator changes ... Done
1642023-12-11T22:44:42.393ZPlanning: Checking for conflicting actions ... Done
1652023-12-11T22:44:42.419ZPlanning: Consolidating action changes ... Done
1662023-12-11T22:44:42.823ZPlanning: Evaluating mediators ... Done
1672023-12-11T22:44:42.831ZPlanning: Planning completed in 0.71 seconds
1682023-12-11T22:44:42.924Z Mediators to change: 2
1692023-12-11T22:44:42.924Z Create boot environment: No
1702023-12-11T22:44:42.937ZCreate backup boot environment: No
1712023-12-11T22:44:42.999Z Done
1722023-12-11T22:44:42.999Z Done
1732023-12-11T22:44:43.166Z Done
1742023-12-11T22:44:49.093Z Done
1752023-12-11T22:44:49.213Z Done
1762023-12-11T22:44:49.220Z Done
1772023-12-11T22:44:49.406Z Done
1782023-12-11T22:44:50.443ZPlanning: Evaluating mediator changes ... Done
1792023-12-11T22:44:50.448ZPlanning: Merging actions ... Done
1802023-12-11T22:44:50.788ZPlanning: Checking for conflicting actions ... Done
1812023-12-11T22:44:50.799ZPlanning: Consolidating action changes ... Done
1822023-12-11T22:44:51.239ZPlanning: Evaluating mediators ... Done
1832023-12-11T22:44:51.332ZPlanning: Planning completed in 1.34 seconds
1842023-12-11T22:44:51.395Z Packages to change: 1
1852023-12-11T22:44:51.416Z Mediators to change: 1
1862023-12-11T22:44:51.416Z Services to change: 1
1872023-12-11T22:44:51.417Z Create boot environment: No
1882023-12-11T22:44:51.417ZCreate backup boot environment: Yes
1892023-12-11T22:44:53.633Z Actions: 1/6 actions (Updating modified actions)
1902023-12-11T22:44:53.686Z Actions: Completed 6 actions in 0.00 seconds.
1912023-12-11T22:44:53.686Z Done
1922023-12-11T22:44:53.686Z Done
1932023-12-11T22:44:53.696Z Done
1942023-12-11T22:45:04.142Z Done
1952023-12-11T22:45:04.323Z Done
1962023-12-11T22:45:04.323Z Done
1972023-12-11T22:45:04.323Z Done
1982023-12-11T22:45:04.323ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992023-12-11T22:45:04.324Zclang system 15 system
2002023-12-11T22:45:04.324Zcsh system system illumos
2012023-12-11T22:45:04.324Zctags system system illumos
2022023-12-11T22:45:04.324Zgcc vendor 12 vendor
2032023-12-11T22:45:04.324Zgcc system 10 system
2042023-12-11T22:45:04.324Zgcc system 7 system
2052023-12-11T22:45:04.324Zgo system 1.20 system
2062023-12-11T22:45:04.324Zgo system 1.19 system
2072023-12-11T22:45:04.324Zllvm system 15 system
2082023-12-11T22:45:04.324Zllvm system 14 system
2092023-12-11T22:45:04.324Zmariadb system 10.6 system
2102023-12-11T22:45:04.324Zmta vendor vendor dma
2112023-12-11T22:45:04.324Zopenjdk system 17 system
2122023-12-11T22:45:04.324Zopenjdk system 11 system
2132023-12-11T22:45:04.324Zopenjdk system 1.8 system
2142023-12-11T22:45:04.324Zopenssl vendor 3 vendor
2152023-12-11T22:45:04.324Zperl system 5.36 system
2162023-12-11T22:45:04.325Zpostgresql system 15 system
2172023-12-11T22:45:04.325Zpostgresql system 13 system
2182023-12-11T22:45:04.325Zpython vendor 3 vendor
2192023-12-11T22:45:04.325Zpython system 2 system
2202023-12-11T22:45:04.325Zpython3 system 3.11 system
2212023-12-11T22:45:04.325Zruby system 3.0 system
2222023-12-11T22:45:04.325Zwords vendor vendor american-english
2232023-12-11T22:45:04.325Zwords system system australian-english
2242023-12-11T22:45:04.326Zwords system system british-english
2252023-12-11T22:45:04.326Zwords system system canadian-english
2262023-12-11T22:45:04.326Zwords system system french
2272023-12-11T22:45:04.326Zwords system system italian
2282023-12-11T22:45:04.326Zwords system system ngerman
2292023-12-11T22:45:04.326Zwords system system ogerman
2302023-12-11T22:45:04.326Zwords system system spanish
2312023-12-11T22:45:04.326ZFMRI IFO
2322023-12-11T22:45:04.326Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332023-12-11T22:45:04.326Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342023-12-11T22:45:04.326Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352023-12-11T22:45:04.326Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2362023-12-11T22:45:04.327Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372023-12-11T22:45:04.327Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2382023-12-11T22:45:04.327Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2392023-12-11T22:45:04.327Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2402023-12-11T22:45:04.328Z+ set -o errexit
2412023-12-11T22:45:04.328Z+++ dirname ./tools/ci_download_cockroachdb
2422023-12-11T22:45:04.328Z++ cd ./tools
2432023-12-11T22:45:04.328Z++ pwd
2442023-12-11T22:45:04.328Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452023-12-11T22:45:04.328Z++ basename ./tools/ci_download_cockroachdb
2462023-12-11T22:45:04.329Z+ ARG0=ci_download_cockroachdb
2472023-12-11T22:45:04.329Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482023-12-11T22:45:04.329Z+ CIDL_VERSION=v22.1.9
2492023-12-11T22:45:04.329Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502023-12-11T22:45:04.329Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2512023-12-11T22:45:04.329Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2522023-12-11T22:45:04.329Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2532023-12-11T22:45:04.329Z+ TARGET_DIR=out
2542023-12-11T22:45:04.329Z+ DOWNLOAD_DIR=out/downloads
2552023-12-11T22:45:04.330Z+ DEST_DIR=./out/cockroachdb
2562023-12-11T22:45:04.330Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572023-12-11T22:45:04.330Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582023-12-11T22:45:04.330Z+ main
2592023-12-11T22:45:04.330Z+ [[ 0 != 0 ]]
2602023-12-11T22:45:04.330Z+ CIDL_OS=solaris2.11
2612023-12-11T22:45:04.330Z+ [[ 0 != 0 ]]
2622023-12-11T22:45:04.330Z+ configure_os solaris2.11
2632023-12-11T22:45:04.330Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642023-12-11T22:45:04.330Zcurrent directory: /work/oxidecomputer/omicron
2652023-12-11T22:45:04.330Z+ echo 'configuring based on OS: "solaris2.11"'
2662023-12-11T22:45:04.330Z+ case "$1" in
2672023-12-11T22:45:04.331Zconfiguring based on OS: "solaris2.11"
2682023-12-11T22:45:04.331Z+ CIDL_BUILD=illumos
2692023-12-11T22:45:04.331Z+ CIDL_SUFFIX=tar.gz
2702023-12-11T22:45:04.331Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2712023-12-11T22:45:04.331Z+ CIDL_MD5FUNC=do_md5sum
2722023-12-11T22:45:04.331Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732023-12-11T22:45:04.331Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742023-12-11T22:45:04.331Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752023-12-11T22:45:04.331Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762023-12-11T22:45:04.331Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-12-11T22:45:04.331Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782023-12-11T22:45:04.331Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-11T22:45:04.332Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802023-12-11T22:45:04.332Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812023-12-11T22:45:04.332ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-12-11T22:45:04.332ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-11T22:45:04.332Z+ mkdir -p out/downloads
2842023-12-11T22:45:04.332Z+ mkdir -p ./out/cockroachdb
2852023-12-11T22:45:04.332Z+ local DO_DOWNLOAD=true
2862023-12-11T22:45:04.332Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872023-12-11T22:45:04.334Z+ '[' true == true ']'
2882023-12-11T22:45:04.334Z+ echo Downloading...
2892023-12-11T22:45:04.334ZDownloading...
2902023-12-11T22:45:04.334Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-12-11T22:45:04.334Z+ 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
2922023-12-11T22:45:04.336Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-11T22:45:04.336Z++ md5sum
2942023-12-11T22:45:04.336Z++ awk '{print $1}'
2952023-12-11T22:45:04.516Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2962023-12-11T22:45:04.516Z+ [[ 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 ]]
2972023-12-11T22:45:04.516Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-12-11T22:45:04.516Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992023-12-11T22:45:06.874Z+ do_assemble_illumos
3002023-12-11T22:45:06.874Z+ rm -r ./out/cockroachdb
3012023-12-11T22:45:06.883Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022023-12-11T22:45:07.915Z+ ./out/cockroachdb/bin/cockroach version
3032023-12-11T22:45:07.934ZBuild Tag: v22.1.9-dirty
3042023-12-11T22:45:07.934ZBuild Time: 2022/10/26 21:17:46
3052023-12-11T22:45:07.935ZDistribution: OSS
3062023-12-11T22:45:07.935ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072023-12-11T22:45:07.935ZGo Version: go1.17.13
3082023-12-11T22:45:07.935ZC Compiler: gcc 10.3.0
3092023-12-11T22:45:07.935ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102023-12-11T22:45:07.935ZBuild Type: release
3112023-12-11T22:45:07.935Z+ set -o errexit
3122023-12-11T22:45:07.935Z+++ dirname ./tools/ci_download_clickhouse
3132023-12-11T22:45:07.936Z++ cd ./tools
3142023-12-11T22:45:07.936Z++ pwd
3152023-12-11T22:45:07.936Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162023-12-11T22:45:07.936Z++ basename ./tools/ci_download_clickhouse
3172023-12-11T22:45:07.936Z+ ARG0=ci_download_clickhouse
3182023-12-11T22:45:07.936Z+ TARGET_DIR=out
3192023-12-11T22:45:07.937Z+ DOWNLOAD_DIR=out/downloads
3202023-12-11T22:45:07.937Z+ DEST_DIR=./out/clickhouse
3212023-12-11T22:45:07.937Z+ CIDL_VERSION=v22.8.9.24
3222023-12-11T22:45:07.937Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232023-12-11T22:45:07.939Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242023-12-11T22:45:07.939Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252023-12-11T22:45:07.939Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262023-12-11T22:45:07.939Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272023-12-11T22:45:07.940Z+ main
3282023-12-11T22:45:07.941Z+ [[ 0 != 0 ]]
3292023-12-11T22:45:07.941Z+ CIDL_OS=solaris2.11
3302023-12-11T22:45:07.941Z+ [[ 0 != 0 ]]
3312023-12-11T22:45:07.941Z+ configure_os solaris2.11
3322023-12-11T22:45:07.942Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332023-12-11T22:45:07.942Zcurrent directory: /work/oxidecomputer/omicron
3342023-12-11T22:45:07.942Zconfiguring based on OS: "solaris2.11"
3352023-12-11T22:45:07.942Z+ echo 'configuring based on OS: "solaris2.11"'
3362023-12-11T22:45:07.942Z+ CIDL_DASHREV=
3372023-12-11T22:45:07.943Z+ case "$1" in
3382023-12-11T22:45:07.943Z+ CIDL_PLATFORM=illumos
3392023-12-11T22:45:07.943Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402023-12-11T22:45:07.943Z+ CIDL_MD5FUNC=do_md5sum
3412023-12-11T22:45:07.943Z+ CIDL_DASHREV=-1
3422023-12-11T22:45:07.943Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432023-12-11T22:45:07.944Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-12-11T22:45:07.944Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-12-11T22:45:07.944Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-11T22:45:07.944Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-12-11T22:45:07.944ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-11T22:45:07.945Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-12-11T22:45:07.945ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-11T22:45:07.945Z+ mkdir -p out/downloads
3512023-12-11T22:45:07.945Z+ mkdir -p ./out/clickhouse
3522023-12-11T22:45:07.945Z+ local DO_DOWNLOAD=true
3532023-12-11T22:45:07.948Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542023-12-11T22:45:07.948Z+ '[' true == true ']'
3552023-12-11T22:45:07.948Z+ echo Downloading...
3562023-12-11T22:45:07.948ZDownloading...
3572023-12-11T22:45:07.948Z+ 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
3582023-12-11T22:45:07.948Z+ 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
3592023-12-11T22:45:09.461Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-12-11T22:45:09.472Z++ md5sum
3612023-12-11T22:45:09.472Z++ awk '{print $1}'
3622023-12-11T22:45:09.728Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632023-12-11T22:45:09.728Z+ [[ 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 ]]
3642023-12-11T22:45:09.728Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652023-12-11T22:45:09.739Z+ mkdir -p ./out/clickhouse
3662023-12-11T22:45:09.739Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672023-12-11T22:45:14.507Z+ ./out/clickhouse/clickhouse server --version
3682023-12-11T22:45:14.565ZClickHouse server version 22.8.9.1.
3692023-12-11T22:45:14.585Z+ set -o errexit
3702023-12-11T22:45:14.594Z+++ dirname ./tools/ci_download_console
3712023-12-11T22:45:14.595Z++ cd ./tools
3722023-12-11T22:45:14.595Z++ pwd
3732023-12-11T22:45:14.595Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742023-12-11T22:45:14.595Z++ basename ./tools/ci_download_console
3752023-12-11T22:45:15.026Z+ ARG0=ci_download_console
3762023-12-11T22:45:15.028Z+ TARGET_DIR=out
3772023-12-11T22:45:15.028Z+ DOWNLOAD_DIR=out/downloads
3782023-12-11T22:45:15.029Z+ DEST_DIR=./out/console-assets
3792023-12-11T22:45:15.029Z+ source /work/oxidecomputer/omicron/tools/console_version
3802023-12-11T22:45:15.029Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
3812023-12-11T22:45:15.029Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
3822023-12-11T22:45:15.029Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3832023-12-11T22:45:15.029Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842023-12-11T22:45:15.029Z+ main
3852023-12-11T22:45:15.030Z+ [[ 0 != 0 ]]
3862023-12-11T22:45:15.030Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
3872023-12-11T22:45:15.030ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3882023-12-11T22:45:15.030Z+ echo 'Local file: out/downloads/console.tar.gz'
3892023-12-11T22:45:15.030ZLocal file: out/downloads/console.tar.gz
3902023-12-11T22:45:15.030Z+ local DO_DOWNLOAD=true
3912023-12-11T22:45:15.030Z+ [[ -f out/downloads/console.tar.gz ]]
3922023-12-11T22:45:15.030Z+ mkdir -p out/downloads
3932023-12-11T22:45:15.030Z+ '[' true == true ']'
3942023-12-11T22:45:15.031Z+ echo Downloading...
3952023-12-11T22:45:15.031ZDownloading...
3962023-12-11T22:45:15.031Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
3972023-12-11T22:45:15.031Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3982023-12-11T22:45:15.497Z++ do_sha256sum out/downloads/console.tar.gz
3992023-12-11T22:45:15.513Z++ case "$OSTYPE" in
4002023-12-11T22:45:15.514Z++ SHA=sha256sum
4012023-12-11T22:45:15.514Z++ sha256sum
4022023-12-11T22:45:15.514Z++ awk '{print $1}'
4032023-12-11T22:45:15.514Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4042023-12-11T22:45:15.514Z+ [[ 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 ]]
4052023-12-11T22:45:15.515Z+ rm -rf ./out/console-assets
4062023-12-11T22:45:15.515Z+ mkdir -p ./out/console-assets
4072023-12-11T22:45:15.515Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082023-12-11T22:45:15.515Z+ mkdir -p ./out/console-assets
4092023-12-11T22:45:15.537Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102023-12-11T22:45:15.646Z+ set -o errexit
4112023-12-11T22:45:16.078Z+++ dirname ./tools/ci_download_maghemite_openapi
4122023-12-11T22:45:16.079Z++ cd ./tools
4132023-12-11T22:45:16.079Z++ pwd
4142023-12-11T22:45:16.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152023-12-11T22:45:16.082Z++ basename ./tools/ci_download_maghemite_openapi
4162023-12-11T22:45:16.083Z+ ARG0=ci_download_maghemite_openapi
4172023-12-11T22:45:16.084Z+ TARGET_DIR=out
4182023-12-11T22:45:16.084Z+ DOWNLOAD_DIR=out/downloads
4192023-12-11T22:45:16.084Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202023-12-11T22:45:16.085Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4212023-12-11T22:45:16.085Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-12-11T22:45:16.086Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4232023-12-11T22:45:16.086Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4242023-12-11T22:45:16.087Z+ main
4252023-12-11T22:45:16.087Z+ [[ 0 != 0 ]]
4262023-12-11T22:45:16.087Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4272023-12-11T22:45:16.088ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4282023-12-11T22:45:16.088ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4292023-12-11T22:45:16.089Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4302023-12-11T22:45:16.089Z+ local DO_DOWNLOAD=true
4312023-12-11T22:45:16.089Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4322023-12-11T22:45:16.090Z+ mkdir -p out/downloads
4332023-12-11T22:45:16.090Z+ '[' true == true ']'
4342023-12-11T22:45:16.091Z+ echo Downloading...
4352023-12-11T22:45:16.091ZDownloading...
4362023-12-11T22:45:16.091Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4372023-12-11T22:45:16.091Z+ 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
4382023-12-11T22:45:16.417Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4392023-12-11T22:45:16.417Z++ case "$OSTYPE" in
4402023-12-11T22:45:16.419Z++ SHA=sha256sum
4412023-12-11T22:45:16.419Z++ sha256sum
4422023-12-11T22:45:16.420Z++ awk '{print $1}'
4432023-12-11T22:45:16.420Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4442023-12-11T22:45:16.420Z+ [[ 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 ]]
4452023-12-11T22:45:16.420Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462023-12-11T22:45:16.420Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4472023-12-11T22:45:16.421Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4482023-12-11T22:45:16.421Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4492023-12-11T22:45:16.421Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502023-12-11T22:45:16.432Z+ main
4512023-12-11T22:45:16.432Z+ [[ 0 != 0 ]]
4522023-12-11T22:45:16.432Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4532023-12-11T22:45:16.433ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4542023-12-11T22:45:16.433Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4552023-12-11T22:45:16.433ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562023-12-11T22:45:16.433Z+ local DO_DOWNLOAD=true
4572023-12-11T22:45:16.433Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4582023-12-11T22:45:16.434Z+ mkdir -p out/downloads
4592023-12-11T22:45:16.434Z+ '[' true == true ']'
4602023-12-11T22:45:16.434Z+ echo Downloading...
4612023-12-11T22:45:16.434ZDownloading...
4622023-12-11T22:45:16.434Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-11T22:45:16.436Z+ 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
4642023-12-11T22:45:16.688Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-11T22:45:16.698Z++ case "$OSTYPE" in
4662023-12-11T22:45:16.699Z++ SHA=sha256sum
4672023-12-11T22:45:16.699Z++ sha256sum
4682023-12-11T22:45:16.699Z++ awk '{print $1}'
4692023-12-11T22:45:16.700Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4702023-12-11T22:45:16.701Z+ [[ 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 ]]
4712023-12-11T22:45:16.701Z+ set -o errexit
4722023-12-11T22:45:16.701Z+++ dirname ./tools/ci_download_dendrite_openapi
4732023-12-11T22:45:16.701Z++ cd ./tools
4742023-12-11T22:45:16.702Z++ pwd
4752023-12-11T22:45:16.702Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762023-12-11T22:45:16.702Z++ basename ./tools/ci_download_dendrite_openapi
4772023-12-11T22:45:16.728Z+ ARG0=ci_download_dendrite_openapi
4782023-12-11T22:45:16.729Z+ TARGET_DIR=out
4792023-12-11T22:45:16.729Z+ DOWNLOAD_DIR=out/downloads
4802023-12-11T22:45:16.729Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-12-11T22:45:16.729Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
4822023-12-11T22:45:16.729Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4832023-12-11T22:45:16.729Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4842023-12-11T22:45:16.730Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4852023-12-11T22:45:16.730Z+ main
4862023-12-11T22:45:16.730Z+ [[ 0 != 0 ]]
4872023-12-11T22:45:16.730Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
4882023-12-11T22:45:16.730ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4892023-12-11T22:45:16.730ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4902023-12-11T22:45:16.730Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
4912023-12-11T22:45:16.731Z+ local DO_DOWNLOAD=true
4922023-12-11T22:45:16.731Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
4932023-12-11T22:45:16.731Z+ mkdir -p out/downloads
4942023-12-11T22:45:16.731Z+ '[' true == true ']'
4952023-12-11T22:45:16.731Z+ echo Downloading...
4962023-12-11T22:45:16.731ZDownloading...
4972023-12-11T22:45:16.732Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4982023-12-11T22:45:16.732Z+ 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
4992023-12-11T22:45:17.408Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5002023-12-11T22:45:17.413Z++ case "$OSTYPE" in
5012023-12-11T22:45:17.413Z++ SHA=sha256sum
5022023-12-11T22:45:17.413Z++ sha256sum
5032023-12-11T22:45:17.413Z++ awk '{print $1}'
5042023-12-11T22:45:17.413Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5052023-12-11T22:45:17.413Z+ [[ 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 ]]
5062023-12-11T22:45:17.420Z+ set -o errexit
5072023-12-11T22:45:17.426Z+++ dirname ./tools/ci_download_dendrite_stub
5082023-12-11T22:45:17.426Z++ cd ./tools
5092023-12-11T22:45:17.426Z++ pwd
5102023-12-11T22:45:17.427Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112023-12-11T22:45:17.431Z++ basename ./tools/ci_download_dendrite_stub
5122023-12-11T22:45:17.432Z+ ARG0=ci_download_dendrite_stub
5132023-12-11T22:45:17.432Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142023-12-11T22:45:17.432Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5152023-12-11T22:45:17.432Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5162023-12-11T22:45:17.432Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5172023-12-11T22:45:17.433Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182023-12-11T22:45:17.433Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5192023-12-11T22:45:17.433Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5202023-12-11T22:45:17.433Z+ TARGET_DIR=out
5212023-12-11T22:45:17.433Z+ DOWNLOAD_DIR=out/downloads
5222023-12-11T22:45:17.433Z+ DEST_DIR=./out/dendrite-stub
5232023-12-11T22:45:17.433Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242023-12-11T22:45:17.434Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252023-12-11T22:45:17.434Z+ REPO=oxidecomputer/dendrite
5262023-12-11T22:45:17.434Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5272023-12-11T22:45:17.434Z+ main
5282023-12-11T22:45:17.434Z+ [[ 0 != 0 ]]
5292023-12-11T22:45:17.434Z+ CIDL_OS=solaris2.11
5302023-12-11T22:45:17.434Z+ [[ 0 != 0 ]]
5312023-12-11T22:45:17.434Z+ configure_os solaris2.11
5322023-12-11T22:45:17.434Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332023-12-11T22:45:17.434Zcurrent directory: /work/oxidecomputer/omicron
5342023-12-11T22:45:17.435Z+ echo 'configuring based on OS: "solaris2.11"'
5352023-12-11T22:45:17.435Zconfiguring based on OS: "solaris2.11"
5362023-12-11T22:45:17.435Z+ case "$1" in
5372023-12-11T22:45:17.435Z+ SET_BINARIES=
5382023-12-11T22:45:17.435Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5392023-12-11T22:45:17.435Z+ CIDL_SHA256FUNC=do_sha256sum
5402023-12-11T22:45:17.435Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412023-12-11T22:45:17.435Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5422023-12-11T22:45:17.435Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432023-12-11T22:45:17.436Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5442023-12-11T22:45:17.436ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5452023-12-11T22:45:17.436ZLocal file: out/downloads/dendrite-stub.tar.gz
5462023-12-11T22:45:17.436Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472023-12-11T22:45:17.436Z+ mkdir -p out/downloads
5482023-12-11T22:45:17.442Z+ mkdir -p ./out/dendrite-stub
5492023-12-11T22:45:17.442Z+ fetch_and_verify
5502023-12-11T22:45:17.442Z+ local DO_DOWNLOAD=true
5512023-12-11T22:45:17.442Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522023-12-11T22:45:17.443Z+ '[' true == true ']'
5532023-12-11T22:45:17.443Z+ echo Downloading...
5542023-12-11T22:45:17.443ZDownloading...
5552023-12-11T22:45:17.444Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562023-12-11T22:45:17.444Z+ 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
5572023-12-11T22:45:34.342Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582023-12-11T22:45:34.346Z++ sha256sum
5592023-12-11T22:45:34.346Z++ awk '{print $1}'
5602023-12-11T22:45:34.447Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5612023-12-11T22:45:34.447Z+ [[ 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 ]]
5622023-12-11T22:45:34.453Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632023-12-11T22:45:34.454Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642023-12-11T22:45:35.539Z+ do_assemble
5652023-12-11T22:45:35.540Z+ rm -r ./out/dendrite-stub
5662023-12-11T22:45:35.561Z+ mkdir ./out/dendrite-stub
5672023-12-11T22:45:35.562Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682023-12-11T22:45:35.738Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692023-12-11T22:45:35.761Z+ set -o errexit
5702023-12-11T22:45:35.761Z+++ dirname ./tools/ci_download_maghemite_mgd
5712023-12-11T22:45:35.761Z++ cd ./tools
5722023-12-11T22:45:35.761Z++ pwd
5732023-12-11T22:45:35.761Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742023-12-11T22:45:35.761Z++ basename ./tools/ci_download_maghemite_mgd
5752023-12-11T22:45:35.762Z+ ARG0=ci_download_maghemite_mgd
5762023-12-11T22:45:35.762Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772023-12-11T22:45:35.762Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5782023-12-11T22:45:35.762Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5792023-12-11T22:45:35.762Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802023-12-11T22:45:35.762Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5812023-12-11T22:45:35.762Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5822023-12-11T22:45:35.763Z+ TARGET_DIR=out
5832023-12-11T22:45:35.763Z+ DOWNLOAD_DIR=out/downloads
5842023-12-11T22:45:35.764Z+ DEST_DIR=./out/mgd
5852023-12-11T22:45:35.764Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862023-12-11T22:45:35.764Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872023-12-11T22:45:35.764Z+ REPO=oxidecomputer/maghemite
5882023-12-11T22:45:35.764Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5892023-12-11T22:45:35.764Z+ main
5902023-12-11T22:45:35.764Z+ [[ 0 != 0 ]]
5912023-12-11T22:45:35.764Z+ CIDL_OS=solaris2.11
5922023-12-11T22:45:35.764Z+ [[ 0 != 0 ]]
5932023-12-11T22:45:35.765Z+ configure_os solaris2.11
5942023-12-11T22:45:35.765Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952023-12-11T22:45:35.765Zcurrent directory: /work/oxidecomputer/omicron
5962023-12-11T22:45:35.765Z+ echo 'configuring based on OS: "solaris2.11"'
5972023-12-11T22:45:35.765Z+ case "$1" in
5982023-12-11T22:45:35.765Zconfiguring based on OS: "solaris2.11"
5992023-12-11T22:45:35.765Z+ SET_BINARIES=
6002023-12-11T22:45:35.766Z+ CIDL_SHA256FUNC=do_sha256sum
6012023-12-11T22:45:35.766Z+ TARBALL_FILENAME=mgd.tar.gz
6022023-12-11T22:45:35.766Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6032023-12-11T22:45:35.766Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042023-12-11T22:45:35.766Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6052023-12-11T22:45:35.766ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6062023-12-11T22:45:35.766Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6072023-12-11T22:45:35.767ZLocal file: out/downloads/mgd.tar.gz
6082023-12-11T22:45:35.767Z+ mkdir -p out/downloads
6092023-12-11T22:45:35.767Z+ mkdir -p ./out/mgd
6102023-12-11T22:45:35.767Z+ fetch_and_verify
6112023-12-11T22:45:35.767Z+ local DO_DOWNLOAD=true
6122023-12-11T22:45:35.767Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132023-12-11T22:45:35.767Z+ '[' true == true ']'
6142023-12-11T22:45:35.768Z+ echo Downloading...
6152023-12-11T22:45:35.768ZDownloading...
6162023-12-11T22:45:35.768Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6172023-12-11T22:45:35.768Z+ 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
6182023-12-11T22:45:46.494Z++ do_sha256sum out/downloads/mgd.tar.gz
6192023-12-11T22:45:46.497Z++ sha256sum
6202023-12-11T22:45:46.497Z++ awk '{print $1}'
6212023-12-11T22:45:46.570Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6222023-12-11T22:45:46.570Z+ [[ 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 ]]
6232023-12-11T22:45:46.573Z+ do_untar out/downloads/mgd.tar.gz
6242023-12-11T22:45:46.573Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252023-12-11T22:45:47.220Z+ do_assemble
6262023-12-11T22:45:47.220Z+ rm -r ./out/mgd
6272023-12-11T22:45:47.226Z+ mkdir ./out/mgd
6282023-12-11T22:45:47.226Z+ cp -r out/downloads/root ./out/mgd/root
6292023-12-11T22:45:47.445Z+ set -o errexit
6302023-12-11T22:45:47.451Z+++ dirname ./tools/ci_download_transceiver_control
6312023-12-11T22:45:47.451Z++ cd ./tools
6322023-12-11T22:45:47.452Z++ pwd
6332023-12-11T22:45:47.452Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342023-12-11T22:45:47.465Z++ basename ./tools/ci_download_transceiver_control
6352023-12-11T22:45:47.466Z+ ARG0=ci_download_transceiver_control
6362023-12-11T22:45:47.466Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372023-12-11T22:45:47.466Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-12-11T22:45:47.466Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392023-12-11T22:45:47.466Z+ TARGET_DIR=out
6402023-12-11T22:45:47.467Z+ DOWNLOAD_DIR=out/downloads
6412023-12-11T22:45:47.467Z+ DEST_DIR=./out/transceiver-control
6422023-12-11T22:45:47.467Z+ BIN_DIR=/opt/oxide/bin
6432023-12-11T22:45:47.467Z+ BINARY=xcvradm
6442023-12-11T22:45:47.467Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452023-12-11T22:45:47.467Z+ REPO=oxidecomputer/transceiver-control
6462023-12-11T22:45:47.467Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-12-11T22:45:47.467Z+ main
6482023-12-11T22:45:47.467Z+ [[ 0 != 0 ]]
6492023-12-11T22:45:47.467Z+ CIDL_OS=solaris2.11
6502023-12-11T22:45:47.468Z+ [[ 0 != 0 ]]
6512023-12-11T22:45:47.468Z+ configure_os solaris2.11
6522023-12-11T22:45:47.468Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532023-12-11T22:45:47.468Zcurrent directory: /work/oxidecomputer/omicron
6542023-12-11T22:45:47.468Z+ echo 'configuring based on OS: "solaris2.11"'
6552023-12-11T22:45:47.470Zconfiguring based on OS: "solaris2.11"
6562023-12-11T22:45:47.470Z+ case "$1" in
6572023-12-11T22:45:47.470Z+ SET_BINARIES=
6582023-12-11T22:45:47.470Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592023-12-11T22:45:47.470Z+ CIDL_SHA256FUNC=do_sha256sum
6602023-12-11T22:45:47.470Z+ ARCHIVE_FILENAME=xcvradm.gz
6612023-12-11T22:45:47.471Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-12-11T22:45:47.471Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632023-12-11T22:45:47.471Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642023-12-11T22:45:47.471ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-12-11T22:45:47.471ZLocal file: out/downloads/xcvradm.gz
6662023-12-11T22:45:47.471Z+ echo 'Local file: out/downloads/xcvradm.gz'
6672023-12-11T22:45:47.471Z+ mkdir -p out/downloads
6682023-12-11T22:45:47.471Z+ mkdir -p ./out/transceiver-control
6692023-12-11T22:45:47.472Z+ fetch_and_verify
6702023-12-11T22:45:47.472Z+ local DO_DOWNLOAD=true
6712023-12-11T22:45:47.472Z+ [[ -f out/downloads/xcvradm.gz ]]
6722023-12-11T22:45:47.472Z+ '[' true == true ']'
6732023-12-11T22:45:47.472Z+ echo Downloading...
6742023-12-11T22:45:47.472ZDownloading...
6752023-12-11T22:45:47.472Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762023-12-11T22:45:47.472Z+ 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
6772023-12-11T22:45:50.383Z++ do_sha256sum out/downloads/xcvradm.gz
6782023-12-11T22:45:50.397Z++ sha256sum
6792023-12-11T22:45:50.397Z++ awk '{print $1}'
6802023-12-11T22:45:50.402Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812023-12-11T22:45:50.402Z+ [[ 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 ]]
6822023-12-11T22:45:50.402Z+ do_unpack out/downloads/xcvradm.gz
6832023-12-11T22:45:50.402Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842023-12-11T22:45:50.402Z+ gzip -dc out/downloads/xcvradm.gz
6852023-12-11T22:45:50.573Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862023-12-11T22:45:50.580Z+ do_assemble
6872023-12-11T22:45:50.580Z+ rm -r ./out/transceiver-control
6882023-12-11T22:45:50.580Z+ mkdir ./out/transceiver-control
6892023-12-11T22:45:50.581Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902023-12-11T22:45:50.788ZAll prerequisites installed successfully
6912023-12-11T22:45:50.793Z
6922023-12-11T22:45:50.793Zreal 2:16.039099356
6932023-12-11T22:45:50.795Zuser 56.003027378
6942023-12-11T22:45:50.795Zsys 10.173131738
6952023-12-11T22:45:50.795Ztrap 0.023457640
6962023-12-11T22:45:50.795Ztflt 0.218533202
6972023-12-11T22:45:50.795Zdflt 0.704249724
6982023-12-11T22:45:50.795Zkflt 0.255408126
6992023-12-11T22:45:50.795Zlock 1.665959955
7002023-12-11T22:45:50.795Zslp 4:23.095315748
7012023-12-11T22:45:50.796Zlat 3.355656927
7022023-12-11T22:45:50.796Zstop 0.067288445
7032023-12-11T22:45:50.796Z+ banner end-to-end-tests
7042023-12-11T22:45:50.864Z
7052023-12-11T22:45:50.864Z ###### # # ##### ##### #### ###### # # #####
7062023-12-11T22:45:50.864Z # ## # # # # # # # ## # # #
7072023-12-11T22:45:50.864Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082023-12-11T22:45:50.864Z # # # # # # # # # # # # # # #
7092023-12-11T22:45:50.864Z # # ## # # # # # # # ## # #
7102023-12-11T22:45:50.864Z ###### # # ##### # #### ###### # # #####
7112023-12-11T22:45:50.864Z
7122023-12-11T22:45:50.883Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132023-12-11T22:45:50.883Z+ CARGO_PROFILE_DEV_DEBUG=1
7142023-12-11T22:45:50.883Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152023-12-11T22:45:50.883Z+ CARGO_PROFILE_TEST_DEBUG=1
7162023-12-11T22:45:50.883Z+ export CARGO_INCREMENTAL=0
7172023-12-11T22:45:50.883Z+ CARGO_INCREMENTAL=0
7182023-12-11T22:45:50.883Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192023-12-11T22:45:51.203Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202023-12-11T22:45:51.617Z Updating crates.io index
7212023-12-11T22:45:51.664Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7222023-12-11T22:45:52.454Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7232023-12-11T22:45:55.760Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7242023-12-11T22:45:55.921Z Updating git repository `http://github.com/oxidecomputer/tofino`
7252023-12-11T22:45:55.921Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7262023-12-11T22:45:55.921Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7272023-12-11T22:45:55.962Z Updating git repository `https://github.com/oxidecomputer/propolis`
7282023-12-11T22:45:57.158Z Updating git repository `https://github.com/oxidecomputer/crucible`
7292023-12-11T22:45:59.648Z Updating git repository `https://github.com/oxidecomputer/opte`
7302023-12-11T22:46:00.641Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7312023-12-11T22:46:00.972Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7322023-12-11T22:46:03.251Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7332023-12-11T22:46:03.624Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7342023-12-11T22:46:03.938Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7352023-12-11T22:46:04.482Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7362023-12-11T22:46:04.801Z Updating git repository `https://github.com/njaremko/samael`
7372023-12-11T22:46:05.416Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7382023-12-11T22:46:06.019Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7392023-12-11T22:46:06.827Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7402023-12-11T22:46:06.828Z Updating git repository `https://github.com/jgallagher/nix`
7412023-12-11T22:46:08.233Z Updating git repository `https://github.com/cbiffle/hubpack`
7422023-12-11T22:46:08.587Z Updating git repository `https://github.com/oxidecomputer/typify`
7432023-12-11T22:46:09.522Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7442023-12-11T22:46:09.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7452023-12-11T22:46:10.242Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7462023-12-11T22:46:11.820Z Downloading crates ...
7472023-12-11T22:46:12.057Z Downloaded colorchoice v1.0.0
7482023-12-11T22:46:12.071Z Downloaded num v0.4.1
7492023-12-11T22:46:12.071Z Downloaded adler v1.0.2
7502023-12-11T22:46:12.078Z Downloaded normalize-line-endings v0.3.0
7512023-12-11T22:46:12.079Z Downloaded aead v0.5.2
7522023-12-11T22:46:12.079Z Downloaded atomic-waker v1.1.1
7532023-12-11T22:46:12.079Z Downloaded macaddr v1.0.1
7542023-12-11T22:46:12.089Z Downloaded addr2line v0.21.0
7552023-12-11T22:46:12.089Z Downloaded arc-swap v1.6.0
7562023-12-11T22:46:12.097Z Downloaded ahash v0.8.3
7572023-12-11T22:46:12.114Z Downloaded md-5 v0.10.5
7582023-12-11T22:46:12.114Z Downloaded derive_more v0.99.17
7592023-12-11T22:46:12.121Z Downloaded rand_chacha v0.2.2
7602023-12-11T22:46:12.121Z Downloaded camino v1.1.6
7612023-12-11T22:46:12.121Z Downloaded darling_macro v0.20.3
7622023-12-11T22:46:12.727Z Downloaded difflib v0.4.0
7632023-12-11T22:46:12.727Z Downloaded mime v0.3.17
7642023-12-11T22:46:12.727Z Downloaded openssl-macros v0.1.1
7652023-12-11T22:46:12.752Z Downloaded anstyle-parse v0.2.1
7662023-12-11T22:46:12.752Z Downloaded pretty-hex v0.4.0
7672023-12-11T22:46:12.752Z Downloaded dirs-next v2.0.0
7682023-12-11T22:46:12.752Z Downloaded paste v1.0.14
7692023-12-11T22:46:12.752Z Downloaded parking_lot v0.11.2
7702023-12-11T22:46:12.752Z Downloaded rand_core v0.6.4
7712023-12-11T22:46:12.753Z Downloaded postgres-types v0.2.6
7722023-12-11T22:46:12.753Z Downloaded new_debug_unreachable v1.0.4
7732023-12-11T22:46:12.753Z Downloaded primeorder v0.13.6
7742023-12-11T22:46:12.753Z Downloaded cfg-if v1.0.0
7752023-12-11T22:46:12.753Z Downloaded anstyle v1.0.2
7762023-12-11T22:46:12.753Z Downloaded rand_core v0.5.1
7772023-12-11T22:46:12.754Z Downloaded cbc v0.1.2
7782023-12-11T22:46:12.754Z Downloaded cipher v0.4.4
7792023-12-11T22:46:12.754Z Downloaded clap v2.34.0
7802023-12-11T22:46:12.754Z Downloaded rand v0.7.3
7812023-12-11T22:46:12.754Z Downloaded ciborium v0.2.1
7822023-12-11T22:46:12.754Z Downloaded console v0.15.7
7832023-12-11T22:46:12.755Z Downloaded memoffset v0.9.0
7842023-12-11T22:46:12.755Z Downloaded http-body v0.4.5
7852023-12-11T22:46:12.755Z Downloaded clap_derive v4.4.2
7862023-12-11T22:46:12.755Z Downloaded foreign-types v0.3.2
7872023-12-11T22:46:12.755Z Downloaded foreign-types v0.5.0
7882023-12-11T22:46:12.756Z Downloaded quote v1.0.33
7892023-12-11T22:46:12.757Z Downloaded strsim v0.8.0
7902023-12-11T22:46:12.757Z Downloaded structmeta-derive v0.2.0
7912023-12-11T22:46:12.757Z Downloaded libsw v3.3.0
7922023-12-11T22:46:12.757Z Downloaded strum v0.25.0
7932023-12-11T22:46:12.757Z Downloaded usdt-attr-macro v0.3.5
7942023-12-11T22:46:12.758Z Downloaded doc-comment v0.3.3
7952023-12-11T22:46:12.758Z Downloaded russh-cryptovec v0.7.0
7962023-12-11T22:46:12.758Z Downloaded httparse v1.8.0
7972023-12-11T22:46:12.758Z Downloaded usdt-macro v0.3.5
7982023-12-11T22:46:12.758Z Downloaded bzip2 v0.4.4
7992023-12-11T22:46:12.758Z Downloaded flagset v0.4.3
8002023-12-11T22:46:12.759Z Downloaded hubpack_derive v0.1.1
8012023-12-11T22:46:12.759Z Downloaded structmeta v0.2.0
8022023-12-11T22:46:12.759Z Downloaded serde_tokenstream v0.2.0
8032023-12-11T22:46:12.759Z Downloaded serde_repr v0.1.16
8042023-12-11T22:46:12.759Z Downloaded cc v1.0.83
8052023-12-11T22:46:12.759Z Downloaded fxhash v0.2.1
8062023-12-11T22:46:12.759Z Downloaded foreign-types-shared v0.3.1
8072023-12-11T22:46:12.760Z Downloaded ecdsa v0.16.9
8082023-12-11T22:46:12.760Z Downloaded keccak v0.1.4
8092023-12-11T22:46:12.760Z Downloaded slog-scope v4.4.0
8102023-12-11T22:46:12.760Z Downloaded futures-task v0.3.29
8112023-12-11T22:46:12.760Z Downloaded toml_datetime v0.6.5
8122023-12-11T22:46:12.760Z Downloaded pest_generator v2.7.2
8132023-12-11T22:46:12.761Z Downloaded tokio-native-tls v0.3.1
8142023-12-11T22:46:12.761Z Downloaded ucd-trie v0.1.6
8152023-12-11T22:46:12.761Z Downloaded usdt v0.3.5
8162023-12-11T22:46:12.761Z Downloaded thiserror v1.0.49
8172023-12-11T22:46:12.761Z Downloaded textwrap v0.11.0
8182023-12-11T22:46:12.761Z Downloaded dtrace-parser v0.1.14
8192023-12-11T22:46:12.762Z Downloaded group v0.13.0
8202023-12-11T22:46:12.762Z Downloaded smf v0.2.2
8212023-12-11T22:46:12.762Z Downloaded try-lock v0.2.4
8222023-12-11T22:46:12.762Z Downloaded glob v0.3.1
8232023-12-11T22:46:12.762Z Downloaded toolchain_find v0.2.0
8242023-12-11T22:46:12.763Z Downloaded display-error-chain v0.2.0
8252023-12-11T22:46:12.763Z Downloaded der v0.7.8
8262023-12-11T22:46:12.763Z Downloaded ident_case v1.0.1
8272023-12-11T22:46:12.763Z Downloaded whoami v1.4.1
8282023-12-11T22:46:12.763Z Downloaded slab v0.4.9
8292023-12-11T22:46:12.763Z Downloaded hash32 v0.2.1
8302023-12-11T22:46:12.763Z Downloaded signal-hook-mio v0.2.3
8312023-12-11T22:46:12.764Z Downloaded serde_urlencoded v0.7.1
8322023-12-11T22:46:12.764Z Downloaded embedded-io v0.4.0
8332023-12-11T22:46:12.764Z Downloaded unicode-bidi v0.3.13
8342023-12-11T22:46:12.764Z Downloaded slog-bunyan v2.4.0
8352023-12-11T22:46:12.764Z Downloaded same-file v1.0.6
8362023-12-11T22:46:12.764Z Downloaded want v0.3.1
8372023-12-11T22:46:12.765Z Downloaded swrite v0.1.0
8382023-12-11T22:46:12.765Z Downloaded version_check v0.9.4
8392023-12-11T22:46:12.765Z Downloaded ipnetwork v0.20.0
8402023-12-11T22:46:12.765Z Downloaded tokio-macros v2.2.0
8412023-12-11T22:46:12.768Z Downloaded num-bigint v0.4.4
8422023-12-11T22:46:12.768Z Downloaded tower-service v0.3.2
8432023-12-11T22:46:12.769Z Downloaded zerocopy v0.3.0
8442023-12-11T22:46:12.771Z Downloaded tracing-attributes v0.1.26
8452023-12-11T22:46:12.771Z Downloaded string_cache v0.8.7
8462023-12-11T22:46:12.771Z Downloaded tinyvec_macros v0.1.1
8472023-12-11T22:46:12.771Z Downloaded foreign-types-shared v0.1.1
8482023-12-11T22:46:12.771Z Downloaded form_urlencoded v1.2.1
8492023-12-11T22:46:12.771Z Downloaded slog-stdlog v4.1.1
8502023-12-11T22:46:12.771Z Downloaded half v1.8.2
8512023-12-11T22:46:12.772Z Downloaded hyper-staticfile v0.9.5
8522023-12-11T22:46:12.772Z Downloaded zeroize_derive v1.4.2
8532023-12-11T22:46:12.772Z Downloaded scheduled-thread-pool v0.2.7
8542023-12-11T22:46:12.772Z Downloaded ghash v0.5.0
8552023-12-11T22:46:12.772Z Downloaded secrecy v0.8.0
8562023-12-11T22:46:12.772Z Downloaded scopeguard v1.2.0
8572023-12-11T22:46:12.772Z Downloaded lazy_static v1.4.0
8582023-12-11T22:46:12.773Z Downloaded fastrand v2.0.0
8592023-12-11T22:46:12.773Z Downloaded tokio-tungstenite v0.20.1
8602023-12-11T22:46:12.773Z Downloaded hyper-tls v0.5.0
8612023-12-11T22:46:12.773Z Downloaded similar v2.3.0
8622023-12-11T22:46:12.773Z Downloaded dof v0.1.5
8632023-12-11T22:46:12.773Z Downloaded resolv-conf v0.7.0
8642023-12-11T22:46:12.774Z Downloaded snafu-derive v0.7.5
8652023-12-11T22:46:12.790Z Downloaded mio v0.8.9
8662023-12-11T22:46:12.790Z Downloaded thread_local v1.1.7
8672023-12-11T22:46:12.790Z Downloaded rustls-native-certs v0.6.3
8682023-12-11T22:46:12.790Z Downloaded serde_with_macros v3.4.0
8692023-12-11T22:46:12.790Z Downloaded subtle v2.5.0
8702023-12-11T22:46:12.791Z Downloaded indexmap v2.1.0
8712023-12-11T22:46:12.791Z Downloaded zerocopy v0.6.4
8722023-12-11T22:46:12.792Z Downloaded ryu v1.0.15
8732023-12-11T22:46:12.793Z Downloaded lalrpop-util v0.19.12
8742023-12-11T22:46:12.793Z Downloaded indexmap v1.9.3
8752023-12-11T22:46:12.793Z Downloaded siphasher v0.3.11
8762023-12-11T22:46:12.793Z Downloaded is-terminal v0.4.9
8772023-12-11T22:46:12.793Z Downloaded toml v0.8.8
8782023-12-11T22:46:12.794Z Downloaded subprocess v0.2.9
8792023-12-11T22:46:12.794Z Downloaded stringprep v0.1.3
8802023-12-11T22:46:12.794Z Downloaded schemars v0.8.13
8812023-12-11T22:46:12.794Z Downloaded toml v0.7.8
8822023-12-11T22:46:12.794Z Downloaded elliptic-curve v0.13.8
8832023-12-11T22:46:12.794Z Downloaded slog v2.7.0
8842023-12-11T22:46:12.795Z Downloaded tinyvec v1.6.0
8852023-12-11T22:46:12.795Z Downloaded serde_yaml v0.9.25
8862023-12-11T22:46:12.795Z Downloaded signal-hook v0.3.17
8872023-12-11T22:46:12.795Z Downloaded winnow v0.5.15
8882023-12-11T22:46:12.795Z Downloaded tracing v0.1.37
8892023-12-11T22:46:12.796Z Downloaded trust-dns-client v0.22.0
8902023-12-11T22:46:12.796Z Downloaded hashbrown v0.12.3
8912023-12-11T22:46:12.796Z Downloaded libm v0.2.7
8922023-12-11T22:46:12.796Z Downloaded tokio-util v0.7.10
8932023-12-11T22:46:12.796Z Downloaded itertools v0.10.5
8942023-12-11T22:46:12.796Z Downloaded zerocopy v0.7.26
8952023-12-11T22:46:12.797Z Downloaded itertools v0.11.0
8962023-12-11T22:46:12.797Z Downloaded reqwest v0.11.22
8972023-12-11T22:46:12.797Z Downloaded serde_json v1.0.108
8982023-12-11T22:46:12.797Z Downloaded rustls-webpki v0.101.7
8992023-12-11T22:46:12.824Z Downloaded futures-util v0.3.29
9002023-12-11T22:46:12.833Z Downloaded h2 v0.3.21
9012023-12-11T22:46:12.834Z Downloaded syn v2.0.32
9022023-12-11T22:46:12.849Z Downloaded syn v1.0.109
9032023-12-11T22:46:12.865Z Downloaded webpki-roots v0.25.2
9042023-12-11T22:46:12.880Z Downloaded object v0.32.1
9052023-12-11T22:46:12.890Z Downloaded gimli v0.28.0
9062023-12-11T22:46:12.905Z Downloaded regress v0.7.1
9072023-12-11T22:46:12.919Z Downloaded diesel v2.1.4
9082023-12-11T22:46:12.950Z Downloaded smoltcp v0.9.1
9092023-12-11T22:46:12.967Z Downloaded smoltcp v0.10.0
9102023-12-11T22:46:12.993Z Downloaded idna v0.5.0
9112023-12-11T22:46:13.014Z Downloaded regex-syntax v0.8.2
9122023-12-11T22:46:13.024Z Downloaded regex-syntax v0.7.5
9132023-12-11T22:46:13.036Z Downloaded zerocopy-derive v0.6.4
9142023-12-11T22:46:13.052Z Downloaded rustix v0.38.25
9152023-12-11T22:46:13.094Z Downloaded libc v0.2.150
9162023-12-11T22:46:13.571Z Downloaded trust-dns-proto v0.22.0
9172023-12-11T22:46:13.585Z Downloaded zerocopy-derive v0.2.0
9182023-12-11T22:46:13.586Z Downloaded sled v0.34.7
9192023-12-11T22:46:13.586Z Downloaded zerocopy-derive v0.7.26
9202023-12-11T22:46:13.586Z Downloaded regex-automata v0.3.8
9212023-12-11T22:46:13.586Z Downloaded bzip2-sys v0.1.11+1.0.8
9222023-12-11T22:46:13.586Z Downloaded tokio v1.35.0
9232023-12-11T22:46:13.587Z Downloaded sha3 v0.10.8
9242023-12-11T22:46:13.587Z Downloaded regex-automata v0.4.3
9252023-12-11T22:46:13.587Z Downloaded encoding_rs v0.8.33
9262023-12-11T22:46:13.588Z Downloaded winapi v0.3.9
9272023-12-11T22:46:13.588Z Downloaded bstr v0.2.17
9282023-12-11T22:46:13.588Z Downloaded rustix v0.37.23
9292023-12-11T22:46:13.588Z Downloaded rustls v0.21.9
9302023-12-11T22:46:13.664Z Downloaded idna v0.2.3
9312023-12-11T22:46:13.664Z Downloaded regex v1.10.2
9322023-12-11T22:46:13.664Z Downloaded vcpkg v0.2.15
9332023-12-11T22:46:14.082Z Downloaded bstr v1.6.0
9342023-12-11T22:46:14.083Z Downloaded radix_trie v0.2.1
9352023-12-11T22:46:14.083Z Downloaded curve25519-dalek v4.1.0
9362023-12-11T22:46:14.083Z Downloaded openapiv3 v2.0.0
9372023-12-11T22:46:14.083Z Downloaded chrono v0.4.31
9382023-12-11T22:46:14.083Z Downloaded hashbrown v0.14.2
9392023-12-11T22:46:14.083Z Downloaded itertools v0.12.0
9402023-12-11T22:46:14.083Z Downloaded serde_with v3.4.0
9412023-12-11T22:46:14.083Z Downloaded hyper v0.14.27
9422023-12-11T22:46:14.084Z Downloaded time v0.3.27
9432023-12-11T22:46:14.084Z Downloaded hkdf v0.12.3
9442023-12-11T22:46:14.084Z Downloaded petgraph v0.6.4
9452023-12-11T22:46:14.084Z Downloaded unicode-normalization v0.1.22
9462023-12-11T22:46:14.084Z Downloaded regex-automata v0.1.10
9472023-12-11T22:46:14.084Z Downloaded hashbrown v0.13.2
9482023-12-11T22:46:14.086Z Downloaded trust-dns-server v0.22.1
9492023-12-11T22:46:14.086Z Downloaded sct v0.7.0
9502023-12-11T22:46:14.086Z Downloaded pest v2.7.2
9512023-12-11T22:46:14.086Z Downloaded snafu v0.7.5
9522023-12-11T22:46:14.086Z Downloaded ed25519-dalek v2.0.0
9532023-12-11T22:46:14.086Z Downloaded ring v0.17.7
9542023-12-11T22:46:14.105Z Downloaded socket2 v0.5.5
9552023-12-11T22:46:14.115Z Downloaded crossbeam-channel v0.5.8
9562023-12-11T22:46:14.130Z Downloaded russh v0.40.0
9572023-12-11T22:46:14.130Z Downloaded serde_derive v1.0.192
9582023-12-11T22:46:14.140Z Downloaded tracing-core v0.1.31
9592023-12-11T22:46:14.141Z Downloaded tungstenite v0.20.1
9602023-12-11T22:46:14.152Z Downloaded openssl v0.10.60
9612023-12-11T22:46:14.161Z Downloaded crossterm v0.27.0
9622023-12-11T22:46:14.173Z Downloaded unicode-segmentation v1.10.1
9632023-12-11T22:46:14.195Z Downloaded http v0.2.11
9642023-12-11T22:46:14.204Z Downloaded flate2 v1.0.28
9652023-12-11T22:46:14.204Z Downloaded ring v0.16.20
9662023-12-11T22:46:14.428Z Downloaded rustversion v1.0.14
9672023-12-11T22:46:14.519Z Downloaded synstructure v0.12.6
9682023-12-11T22:46:14.520Z Downloaded uuid v1.6.1
9692023-12-11T22:46:14.520Z Downloaded thread-id v4.2.0
9702023-12-11T22:46:14.520Z Downloaded ipnet v2.8.0
9712023-12-11T22:46:14.520Z Downloaded io-lifetimes v1.0.11
9722023-12-11T22:46:14.520Z Downloaded tokio-postgres v0.7.10
9732023-12-11T22:46:14.521Z Downloaded yasna v0.5.2
9742023-12-11T22:46:14.521Z Downloaded vsss-rs v3.3.1
9752023-12-11T22:46:14.522Z Downloaded memchr v2.6.3
9762023-12-11T22:46:14.522Z Downloaded headers v0.3.9
9772023-12-11T22:46:14.522Z Downloaded schemars_derive v0.8.13
9782023-12-11T22:46:14.522Z Downloaded serde_derive_internals v0.26.0
9792023-12-11T22:46:14.522Z Downloaded instant v0.1.12
9802023-12-11T22:46:14.522Z Downloaded socket2 v0.4.9
9812023-12-11T22:46:14.522Z Downloaded zip v0.6.6
9822023-12-11T22:46:14.523Z Downloaded unsafe-libyaml v0.2.9
9832023-12-11T22:46:14.523Z Downloaded typenum v1.16.0
9842023-12-11T22:46:26.898Z Downloaded spki v0.7.2
9852023-12-11T22:46:26.898Z Downloaded spin v0.5.2
9862023-12-11T22:46:26.898Z Downloaded futures-channel v0.3.29
9872023-12-11T22:46:26.898Z Downloaded iana-time-zone v0.1.57
9882023-12-11T22:46:26.899Z Downloaded unicode-ident v1.0.12
9892023-12-11T22:46:26.899Z Downloaded sha2 v0.10.8
9902023-12-11T22:46:26.899Z Downloaded itoa v1.0.9
9912023-12-11T22:46:26.899Z Downloaded fallible-iterator v0.2.0
9922023-12-11T22:46:26.899Z Downloaded toml v0.5.11
9932023-12-11T22:46:26.899Z Downloaded static_assertions v1.1.0
9942023-12-11T22:46:26.899Z Downloaded stable_deref_trait v1.2.0
9952023-12-11T22:46:26.899Z Downloaded signal-hook-registry v1.4.1
9962023-12-11T22:46:26.899Z Downloaded terminal_size v0.2.6
9972023-12-11T22:46:26.899Z Downloaded zeroize v1.7.0
9982023-12-11T22:46:26.899Z Downloaded p256 v0.13.2
9992023-12-11T22:46:26.901Z Downloaded tempfile v3.8.1
10002023-12-11T22:46:26.901Z Downloaded slog-async v2.8.0
10012023-12-11T22:46:26.901Z Downloaded heapless v0.7.16
10022023-12-11T22:46:26.901Z Downloaded float-cmp v0.9.0
10032023-12-11T22:46:26.901Z Downloaded rcgen v0.11.3
10042023-12-11T22:46:26.902Z Downloaded base64 v0.21.5
10052023-12-11T22:46:26.902Z Downloaded futures v0.3.29
10062023-12-11T22:46:26.902Z Downloaded either v1.9.0
10072023-12-11T22:46:26.902Z Downloaded structopt v0.3.26
10082023-12-11T22:46:26.902Z Downloaded serde v1.0.192
10092023-12-11T22:46:26.902Z Downloaded trust-dns-resolver v0.22.0
10102023-12-11T22:46:26.902Z Downloaded filetime v0.2.23
10112023-12-11T22:46:26.902Z Downloaded rfc6979 v0.4.0
10122023-12-11T22:46:26.902Z Downloaded libefi-sys v0.1.0
10132023-12-11T22:46:26.902Z Downloaded ff v0.13.0
10142023-12-11T22:46:26.902Z Downloaded tar v0.4.40
10152023-12-11T22:46:29.558Z Downloaded russh-keys v0.40.0
10162023-12-11T22:46:29.558Z Downloaded num-traits v0.2.16
10172023-12-11T22:46:29.558Z Downloaded clap_builder v4.4.2
10182023-12-11T22:46:29.558Z Downloaded hmac v0.12.1
10192023-12-11T22:46:29.559Z Downloaded proc-macro-error-attr v1.0.4
10202023-12-11T22:46:29.559Z Downloaded kstat-rs v0.2.3
10212023-12-11T22:46:29.559Z Downloaded getrandom v0.2.10
10222023-12-11T22:46:29.559Z Downloaded url v2.5.0
10232023-12-11T22:46:29.560Z Downloaded thiserror-no-std v2.0.2
10242023-12-11T22:46:29.560Z Downloaded strum_macros v0.25.2
10252023-12-11T22:46:29.560Z Downloaded generic-array v0.14.7
10262023-12-11T22:46:29.560Z Downloaded fixedbitset v0.4.2
10272023-12-11T22:46:29.561Z Downloaded backtrace v0.3.69
10282023-12-11T22:46:29.562Z Downloaded parking_lot v0.12.1
10292023-12-11T22:46:29.562Z Downloaded inout v0.1.3
10302023-12-11T22:46:29.562Z Downloaded getrandom v0.1.16
10312023-12-11T22:46:29.562Z Downloaded slog-json v2.6.1
10322023-12-11T22:46:29.562Z Downloaded slog-envlogger v2.2.0
10332023-12-11T22:46:29.562Z Downloaded serde_tokenstream v0.1.7
10342023-12-11T22:46:29.562Z Downloaded linear-map v1.2.0
10352023-12-11T22:46:29.562Z Downloaded tokio-rustls v0.24.1
10362023-12-11T22:46:29.562Z Downloaded spin v0.9.8
10372023-12-11T22:46:29.562Z Downloaded semver v1.0.20
10382023-12-11T22:46:29.563Z Downloaded openssl-sys v0.9.96
10392023-12-11T22:46:29.563Z Downloaded futures-macro v0.3.29
10402023-12-11T22:46:29.563Z Downloaded ed25519 v2.2.2
10412023-12-11T22:46:29.563Z Downloaded darling_core v0.20.3
10422023-12-11T22:46:29.563Z Downloaded pest_meta v2.7.2
10432023-12-11T22:46:29.563Z Downloaded parking_lot_core v0.9.8
10442023-12-11T22:46:29.563Z Downloaded endian-type v0.1.2
10452023-12-11T22:46:29.563Z Downloaded rustls-pemfile v1.0.3
10462023-12-11T22:46:29.563Z Downloaded structopt-derive v0.4.18
10472023-12-11T22:46:29.563Z Downloaded getopts v0.2.21
10482023-12-11T22:46:29.563Z Downloaded utf-8 v0.7.6
10492023-12-11T22:46:29.563Z Downloaded semver v0.11.0
10502023-12-11T22:46:29.564Z Downloaded clap v4.4.3
10512023-12-11T22:46:29.564Z Downloaded linked-hash-map v0.5.6
10522023-12-11T22:46:29.564Z Downloaded untrusted v0.7.1
10532023-12-11T22:46:29.564Z Downloaded smallvec v1.11.0
10542023-12-11T22:46:29.564Z Downloaded sha1 v0.10.6
10552023-12-11T22:46:29.564Z Downloaded sec1 v0.7.3
10562023-12-11T22:46:29.564Z Downloaded universal-hash v0.5.1
10572023-12-11T22:46:29.564Z Downloaded toml_edit v0.21.0
10582023-12-11T22:46:29.568Z Downloaded poly1305 v0.8.0
10592023-12-11T22:46:29.568Z Downloaded serde_path_to_error v0.1.14
10602023-12-11T22:46:29.568Z Downloaded slog-term v2.9.0
10612023-12-11T22:46:29.568Z Downloaded hyper-rustls v0.24.2
10622023-12-11T22:46:29.568Z Downloaded dirs v5.0.1
10632023-12-11T22:46:29.568Z Downloaded pest_derive v2.7.2
10642023-12-11T22:46:29.568Z Downloaded aho-corasick v1.0.4
10652023-12-11T22:46:29.569Z Downloaded httpdate v1.0.3
10662023-12-11T22:46:29.569Z Downloaded bytes v1.5.0
10672023-12-11T22:46:29.569Z Downloaded tokio-stream v0.1.14
10682023-12-11T22:46:29.569Z Downloaded slog-dtrace v0.2.3
10692023-12-11T22:46:29.569Z Downloaded heck v0.4.1
10702023-12-11T22:46:29.569Z Downloaded fnv v1.0.7
10712023-12-11T22:46:29.569Z Downloaded unicode-width v0.1.11
10722023-12-11T22:46:29.569Z Downloaded pkcs8 v0.10.2
10732023-12-11T22:46:29.569Z Downloaded parking_lot_core v0.8.6
10742023-12-11T22:46:29.569Z Downloaded once_cell v1.19.0
10752023-12-11T22:46:29.569Z Downloaded omicron-zone-package v0.9.1
10762023-12-11T22:46:29.569Z Downloaded untrusted v0.9.0
10772023-12-11T22:46:29.569Z Downloaded hex-literal v0.4.1
10782023-12-11T22:46:29.570Z Downloaded hex v0.4.3
10792023-12-11T22:46:29.570Z Downloaded num_enum v0.5.11
10802023-12-11T22:46:29.571Z Downloaded chacha20poly1305 v0.10.1
10812023-12-11T22:46:29.571Z Downloaded rustfmt-wrapper v0.2.0
10822023-12-11T22:46:29.571Z Downloaded miniz_oxide v0.7.1
10832023-12-11T22:46:29.571Z Downloaded rustc-demangle v0.1.23
10842023-12-11T22:46:29.571Z Downloaded time-macros v0.2.13
10852023-12-11T22:46:29.571Z Downloaded password-hash v0.5.0
10862023-12-11T22:46:29.575Z Downloaded defmt-macros v0.3.6
10872023-12-11T22:46:29.575Z Downloaded predicates-core v1.0.6
10882023-12-11T22:46:29.575Z Downloaded pin-project-lite v0.2.13
10892023-12-11T22:46:29.575Z Downloaded pbkdf2 v0.11.0
10902023-12-11T22:46:29.575Z Downloaded password-hash v0.4.2
10912023-12-11T22:46:29.575Z Downloaded http-range v0.1.5
10922023-12-11T22:46:29.576Z Downloaded percent-encoding v2.3.1
10932023-12-11T22:46:29.576Z Downloaded serde_spanned v0.6.4
10942023-12-11T22:46:29.576Z Downloaded rustc_version v0.4.0
10952023-12-11T22:46:29.576Z Downloaded errno v0.3.2
10962023-12-11T22:46:29.576Z Downloaded pbkdf2 v0.12.2
10972023-12-11T22:46:29.576Z Downloaded num_cpus v1.16.0
10982023-12-11T22:46:29.576Z Downloaded strsim v0.10.0
10992023-12-11T22:46:29.576Z Downloaded heck v0.3.3
11002023-12-11T22:46:29.576Z Downloaded pem-rfc7468 v0.7.0
11012023-12-11T22:46:29.576Z Downloaded owo-colors v3.5.0
11022023-12-11T22:46:29.576Z Downloaded semver-parser v0.10.2
11032023-12-11T22:46:29.576Z Downloaded hubpack v0.1.2
11042023-12-11T22:46:29.576Z Downloaded thiserror-impl v1.0.49
11052023-12-11T22:46:29.576Z Downloaded futures-core v0.3.29
11062023-12-11T22:46:29.577Z Downloaded zone_cfg_derive v0.3.0
11072023-12-11T22:46:29.577Z Downloaded usdt-impl v0.3.5
11082023-12-11T22:46:29.577Z Downloaded num-complex v0.4.4
11092023-12-11T22:46:29.577Z Downloaded crc32fast v1.3.2
11102023-12-11T22:46:29.577Z Downloaded pem v3.0.2
11112023-12-11T22:46:29.577Z Downloaded mime_guess v2.0.4
11122023-12-11T22:46:29.577Z Downloaded futures-io v0.3.29
11132023-12-11T22:46:29.577Z Downloaded time-core v0.1.1
11142023-12-11T22:46:29.579Z Downloaded predicates v3.0.4
11152023-12-11T22:46:30.488Z Downloaded lock_api v0.4.10
11162023-12-11T22:46:30.488Z Downloaded hostname v0.3.1
11172023-12-11T22:46:30.488Z Downloaded zone v0.3.0
11182023-12-11T22:46:30.489Z Downloaded toml_edit v0.19.15
11192023-12-11T22:46:30.489Z Downloaded futures-executor v0.3.29
11202023-12-11T22:46:30.489Z Downloaded vec_map v0.8.2
11212023-12-11T22:46:30.489Z Downloaded precomputed-hash v0.1.1
11222023-12-11T22:46:30.489Z Downloaded postcard v1.0.8
11232023-12-11T22:46:30.489Z Downloaded pin-project v1.1.3
11242023-12-11T22:46:30.489Z Downloaded take_mut v0.2.2
11252023-12-11T22:46:30.489Z Downloaded signature v2.1.0
11262023-12-11T22:46:30.490Z Downloaded headers-core v0.2.0
11272023-12-11T22:46:30.490Z Downloaded futures-sink v0.3.29
11282023-12-11T22:46:30.491Z Downloaded dyn-clone v1.0.13
11292023-12-11T22:46:30.491Z Downloaded parse-display-derive v0.8.2
11302023-12-11T22:46:30.491Z Downloaded num-rational v0.4.1
11312023-12-11T22:46:30.491Z Downloaded defmt-parser v0.3.3
11322023-12-11T22:46:30.491Z Downloaded log v0.4.20
11332023-12-11T22:46:30.491Z Downloaded multer v2.1.0
11342023-12-11T22:46:30.491Z Downloaded equivalent v1.0.1
11352023-12-11T22:46:30.491Z Downloaded phf_shared v0.11.2
11362023-12-11T22:46:30.491Z Downloaded bitflags v2.4.0
11372023-12-11T22:46:30.491Z Downloaded base64ct v1.6.0
11382023-12-11T22:46:30.492Z Downloaded ansi_term v0.12.1
11392023-12-11T22:46:30.492Z Downloaded aes-gcm v0.10.3
11402023-12-11T22:46:30.492Z Downloaded enum-as-inner v0.5.1
11412023-12-11T22:46:30.492Z Downloaded unicase v2.7.0
11422023-12-11T22:46:30.492Z Downloaded num-integer v0.1.45
11432023-12-11T22:46:30.492Z Downloaded dirs-sys v0.4.1
11442023-12-11T22:46:30.492Z Downloaded colored v2.0.4
11452023-12-11T22:46:30.492Z Downloaded ctr v0.9.2
11462023-12-11T22:46:30.492Z Downloaded cobs v0.2.3
11472023-12-11T22:46:30.492Z Downloaded foreign-types-macros v0.2.3
11482023-12-11T22:46:30.493Z Downloaded home v0.5.5
11492023-12-11T22:46:30.493Z Downloaded utf8parse v0.2.1
11502023-12-11T22:46:30.493Z Downloaded platforms v3.0.2
11512023-12-11T22:46:30.493Z Downloaded pin-project-internal v1.1.3
11522023-12-11T22:46:30.493Z Downloaded digest v0.10.7
11532023-12-11T22:46:30.493Z Downloaded num-iter v0.1.43
11542023-12-11T22:46:30.496Z Downloaded pkg-config v0.3.27
11552023-12-11T22:46:30.496Z Downloaded phf_shared v0.10.0
11562023-12-11T22:46:30.497Z Downloaded managed v0.8.0
11572023-12-11T22:46:30.497Z Downloaded convert_case v0.4.0
11582023-12-11T22:46:30.497Z Downloaded xattr v1.0.1
11592023-12-11T22:46:30.497Z Downloaded unicode-xid v0.2.4
11602023-12-11T22:46:30.497Z Downloaded thiserror-impl-no-std v2.0.2
11612023-12-11T22:46:30.497Z Downloaded term v0.7.0
11622023-12-11T22:46:30.497Z Downloaded proc-macro-crate v1.3.1
11632023-12-11T22:46:30.498Z Downloaded data-encoding v2.4.0
11642023-12-11T22:46:30.498Z Downloaded lru-cache v0.1.2
11652023-12-11T22:46:30.498Z Downloaded dirs-sys-next v0.1.2
11662023-12-11T22:46:30.498Z Downloaded blowfish v0.9.1
11672023-12-11T22:46:30.498Z Downloaded block-buffer v0.10.4
11682023-12-11T22:46:30.498Z Downloaded blake2 v0.10.6
11692023-12-11T22:46:30.498Z Downloaded walkdir v2.4.0
11702023-12-11T22:46:30.498Z Downloaded waitgroup v0.1.2
11712023-12-11T22:46:30.498Z Downloaded rand_chacha v0.3.1
11722023-12-11T22:46:30.498Z Downloaded r2d2 v0.8.10
11732023-12-11T22:46:30.498Z Downloaded pretty-hex v0.2.1
11742023-12-11T22:46:30.498Z Downloaded polyval v0.6.1
11752023-12-11T22:46:30.499Z Downloaded num-derive v0.4.0
11762023-12-11T22:46:30.499Z Downloaded cancel-safe-futures v0.1.5
11772023-12-11T22:46:30.499Z Downloaded backoff v0.4.0
11782023-12-11T22:46:30.499Z Downloaded anyhow v1.0.75
11792023-12-11T22:46:30.499Z Downloaded pin-utils v0.1.0
11802023-12-11T22:46:30.499Z Downloaded block-padding v0.3.3
11812023-12-11T22:46:30.499Z Downloaded autocfg v1.1.0
11822023-12-11T22:46:30.499Z Downloaded camino-tempfile v1.1.1
11832023-12-11T22:46:30.499Z Downloaded phf v0.11.2
11842023-12-11T22:46:30.499Z Downloaded chacha20 v0.9.1
11852023-12-11T22:46:30.499Z Downloaded argon2 v0.5.2
11862023-12-11T22:46:30.500Z Downloaded ppv-lite86 v0.2.17
11872023-12-11T22:46:30.500Z Downloaded postgres-protocol v0.6.6
11882023-12-11T22:46:30.500Z Downloaded md5 v0.7.0
11892023-12-11T22:46:30.500Z Downloaded ciborium-io v0.2.1
11902023-12-11T22:46:30.500Z Downloaded anstream v0.5.0
11912023-12-11T22:46:30.500Z Downloaded rand v0.8.5
11922023-12-11T22:46:30.500Z Downloaded diesel_table_macro_syntax v0.1.0
11932023-12-11T22:46:30.500Z Downloaded cstr-argument v0.1.2
11942023-12-11T22:46:30.501Z Downloaded matches v0.1.10
11952023-12-11T22:46:30.501Z Downloaded match_cfg v0.1.0
11962023-12-11T22:46:30.501Z Downloaded crucible-workspace-hack v0.1.0
11972023-12-11T22:46:30.501Z Downloaded quick-error v1.2.3
11982023-12-11T22:46:30.501Z Downloaded proc-macro2 v1.0.69
11992023-12-11T22:46:30.501Z Downloaded proc-macro-error v1.0.4
12002023-12-11T22:46:30.501Z Downloaded curve25519-dalek-derive v0.1.0
12012023-12-11T22:46:30.501Z Downloaded diesel_derives v2.1.2
12022023-12-11T22:46:30.502Z Downloaded async-trait v0.1.74
12032023-12-11T22:46:30.502Z Downloaded native-tls v0.2.11
12042023-12-11T22:46:30.502Z Downloaded defmt v0.3.5
12052023-12-11T22:46:30.502Z Downloaded debug-ignore v1.0.5
12062023-12-11T22:46:30.502Z Downloaded clap_lex v0.5.1
12072023-12-11T22:46:30.503Z Downloaded bit-set v0.5.3
12082023-12-11T22:46:30.503Z Downloaded byteorder v1.5.0
12092023-12-11T22:46:30.503Z Downloaded bitflags v1.3.2
12102023-12-11T22:46:30.507Z Downloaded bit-vec v0.6.3
12112023-12-11T22:46:30.507Z Downloaded option-ext v0.2.0
12122023-12-11T22:46:30.507Z Downloaded ciborium-ll v0.2.1
12132023-12-11T22:46:30.508Z Downloaded deranged v0.3.8
12142023-12-11T22:46:30.508Z Downloaded parse-display v0.8.2
12152023-12-11T22:46:30.953Z Downloaded async-stream v0.3.5
12162023-12-11T22:46:30.953Z Downloaded opaque-debug v0.3.0
12172023-12-11T22:46:30.953Z Downloaded num_threads v0.1.6
12182023-12-11T22:46:30.953Z Downloaded nibble_vec v0.1.0
12192023-12-11T22:46:30.953Z Downloaded derive-where v1.2.6
12202023-12-11T22:46:30.953Z Downloaded atomicwrites v0.4.2
12212023-12-11T22:46:30.954Z Downloaded anstyle-query v1.0.0
12222023-12-11T22:46:30.954Z Downloaded base16ct v0.2.0
12232023-12-11T22:46:30.954Z Downloaded bcrypt-pbkdf v0.10.0
12242023-12-11T22:46:30.954Z Downloaded atty v0.2.14
12252023-12-11T22:46:30.954Z Downloaded async-stream-impl v0.3.5
12262023-12-11T22:46:30.954Z Downloaded aes v0.8.3
12272023-12-11T22:46:30.954Z Downloaded openssl-probe v0.1.5
12282023-12-11T22:46:30.954Z Downloaded num_enum_derive v0.5.11
12292023-12-11T22:46:30.954Z Downloaded der_derive v0.7.2
12302023-12-11T22:46:30.954Z Downloaded crypto-common v0.1.6
12312023-12-11T22:46:30.954Z Downloaded crossbeam-utils v0.8.16
12322023-12-11T22:46:30.954Z Downloaded const-oid v0.9.5
12332023-12-11T22:46:30.954Z Downloaded crypto-bigint v0.5.2
12342023-12-11T22:46:30.954Z Downloaded crossbeam-epoch v0.9.15
12352023-12-11T22:46:30.956Z Downloaded darling v0.20.3
12362023-12-11T22:46:30.956Z Downloaded cpufeatures v0.2.9
12372023-12-11T22:46:30.956Z Compiling proc-macro2 v1.0.69
12382023-12-11T22:46:30.956Z Compiling unicode-ident v1.0.12
12392023-12-11T22:46:30.956Z Compiling libc v0.2.150
12402023-12-11T22:46:30.956Z Compiling serde v1.0.192
12412023-12-11T22:46:30.956Z Compiling autocfg v1.1.0
12422023-12-11T22:46:30.956Z Compiling version_check v0.9.4
12432023-12-11T22:46:30.956Z Compiling cfg-if v1.0.0
12442023-12-11T22:46:30.956Z Compiling syn v1.0.109
12452023-12-11T22:46:30.956Z Compiling typenum v1.16.0
12462023-12-11T22:46:30.956Z Compiling parking_lot_core v0.9.8
12472023-12-11T22:46:30.956Z Compiling generic-array v0.14.7
12482023-12-11T22:46:30.957Z Compiling lock_api v0.4.10
12492023-12-11T22:46:30.957Z Compiling libm v0.2.7
12502023-12-11T22:46:30.957Z Compiling once_cell v1.19.0
12512023-12-11T22:46:30.957Z Compiling num-traits v0.2.16
12522023-12-11T22:46:30.957Z Compiling thiserror v1.0.49
12532023-12-11T22:46:30.957Z Compiling futures-core v0.3.29
12542023-12-11T22:46:30.957Z Compiling serde_json v1.0.108
12552023-12-11T22:46:30.957Z Compiling slab v0.4.9
12562023-12-11T22:46:30.957Z Compiling futures-channel v0.3.29
12572023-12-11T22:46:30.957Z Compiling futures-task v0.3.29
12582023-12-11T22:46:30.957Z Compiling memchr v2.6.3
12592023-12-11T22:46:30.957Z Compiling futures-util v0.3.29
12602023-12-11T22:46:30.957Z Compiling itoa v1.0.9
12612023-12-11T22:46:30.957Z Compiling scopeguard v1.2.0
12622023-12-11T22:46:30.957Z Compiling quote v1.0.33
12632023-12-11T22:46:30.959Z Compiling pkg-config v0.3.27
12642023-12-11T22:46:30.959Z Compiling syn v2.0.32
12652023-12-11T22:46:30.959Z Compiling cc v1.0.83
12662023-12-11T22:46:30.959Z Compiling getrandom v0.2.10
12672023-12-11T22:46:30.959Z Compiling rand_core v0.6.4
12682023-12-11T22:46:30.959Z Compiling log v0.4.20
12692023-12-11T22:46:30.959Z Compiling heck v0.4.1
12702023-12-11T22:46:30.959Z Compiling ryu v1.0.15
12712023-12-11T22:46:30.959Z Compiling subtle v2.5.0
12722023-12-11T22:46:30.959Z Compiling smallvec v1.11.0
12732023-12-11T22:46:30.959Z Compiling semver v1.0.20
12742023-12-11T22:46:30.959Z Compiling vcpkg v0.2.15
12752023-12-11T22:46:30.960Z Compiling schemars v0.8.13
12762023-12-11T22:46:30.960Z Compiling httparse v1.8.0
12772023-12-11T22:46:30.960Z Compiling indexmap v1.9.3
12782023-12-11T22:46:30.960Z Compiling pin-project-lite v0.2.13
12792023-12-11T22:46:30.960Z Compiling equivalent v1.0.1
12802023-12-11T22:46:30.960Z Compiling hashbrown v0.14.2
12812023-12-11T22:46:30.960Z Compiling ring v0.17.7
12822023-12-11T22:46:30.960Z Compiling ring v0.16.20
12832023-12-11T22:46:30.960Z Compiling parking_lot v0.12.1
12842023-12-11T22:46:30.960Z Compiling openssl-sys v0.9.96
12852023-12-11T22:46:30.960Z Compiling const-oid v0.9.5
12862023-12-11T22:46:30.960Z Compiling ahash v0.8.3
12872023-12-11T22:46:30.960Z Compiling fnv v1.0.7
12882023-12-11T22:46:30.960Z Compiling signal-hook-registry v1.4.1
12892023-12-11T22:46:30.961Z Compiling openssl v0.10.60
12902023-12-11T22:46:30.961Z Compiling mio v0.8.9
12912023-12-11T22:46:30.961Z Compiling ucd-trie v0.1.6
12922023-12-11T22:46:30.961Z Compiling iana-time-zone v0.1.57
12932023-12-11T22:46:30.962Z Compiling rustls v0.21.9
12942023-12-11T22:46:31.142Z Compiling native-tls v0.2.11
12952023-12-11T22:46:31.313Z Compiling num_cpus v1.16.0
12962023-12-11T22:46:31.410Z Compiling socket2 v0.5.5
12972023-12-11T22:46:31.609Z Compiling byteorder v1.5.0
12982023-12-11T22:46:31.883Z Compiling spin v0.5.2
12992023-12-11T22:46:32.135Z Compiling serde_derive_internals v0.26.0
13002023-12-11T22:46:32.421Z Compiling futures-sink v0.3.29
13012023-12-11T22:46:32.646Z Compiling dyn-clone v1.0.13
13022023-12-11T22:46:32.819Z Compiling async-trait v0.1.74
13032023-12-11T22:46:32.992Z Compiling aho-corasick v1.0.4
13042023-12-11T22:46:33.697Z Compiling rustix v0.38.25
13052023-12-11T22:46:33.837Z Compiling regex-syntax v0.8.2
13062023-12-11T22:46:33.874Z Compiling tinyvec_macros v0.1.1
13072023-12-11T22:46:34.012Z Compiling tinyvec v1.6.0
13082023-12-11T22:46:35.202Z Compiling hashbrown v0.13.2
13092023-12-11T22:46:36.583Z Compiling backtrace v0.3.69
13102023-12-11T22:46:36.823Z Compiling futures-io v0.3.29
13112023-12-11T22:46:36.823Z Compiling pin-utils v0.1.0
13122023-12-11T22:46:36.823Z Compiling winnow v0.5.15
13132023-12-11T22:46:37.060Z Compiling unicode-normalization v0.1.22
13142023-12-11T22:46:37.366Z Compiling spin v0.9.8
13152023-12-11T22:46:37.482Z Compiling tracing-core v0.1.31
13162023-12-11T22:46:38.521Z Compiling unicode-bidi v0.3.13
13172023-12-11T22:46:38.918Z Compiling cpufeatures v0.2.9
13182023-12-11T22:46:39.928Z Compiling regex-automata v0.4.3
13192023-12-11T22:46:41.349Z Compiling anyhow v1.0.75
13202023-12-11T22:46:41.389Z Compiling crc32fast v1.3.2
13212023-12-11T22:46:42.874Z Compiling time-core v0.1.1
13222023-12-11T22:46:42.909Z Compiling base64 v0.21.5
13232023-12-11T22:46:43.229Z Compiling time-macros v0.2.13
13242023-12-11T22:46:43.951Z Compiling serde_derive v1.0.192
13252023-12-11T22:46:44.019Z Compiling zeroize_derive v1.4.2
13262023-12-11T22:46:45.093Z Compiling thiserror-impl v1.0.49
13272023-12-11T22:46:45.383Z Compiling tokio-macros v2.2.0
13282023-12-11T22:46:46.739Z Compiling zeroize v1.7.0
13292023-12-11T22:46:46.971Z Compiling futures-macro v0.3.29
13302023-12-11T22:46:48.620Z Compiling tracing-attributes v0.1.26
13312023-12-11T22:46:48.939Z Compiling schemars_derive v0.8.13
13322023-12-11T22:46:49.013Z Compiling openssl-macros v0.1.1
13332023-12-11T22:46:49.770Z Compiling crypto-common v0.1.6
13342023-12-11T22:46:50.078Z Compiling block-buffer v0.10.4
13352023-12-11T22:46:50.465Z Compiling digest v0.10.7
13362023-12-11T22:46:50.831Z Compiling pest v2.7.2
13372023-12-11T22:46:51.221Z Compiling regex v1.10.2
13382023-12-11T22:46:54.533Z Compiling der_derive v0.7.2
13392023-12-11T22:46:54.807Z Compiling tracing v0.1.37
13402023-12-11T22:46:55.523Z Compiling num-integer v0.1.45
13412023-12-11T22:46:55.599Z Compiling foreign-types-shared v0.1.1
13422023-12-11T22:46:55.620Z Compiling percent-encoding v2.3.1
13432023-12-11T22:46:55.684Z Compiling untrusted v0.7.1
13442023-12-11T22:46:55.745Z Compiling hashbrown v0.12.3
13452023-12-11T22:46:55.950Z Compiling untrusted v0.9.0
13462023-12-11T22:46:55.972Z Compiling openssl-probe v0.1.5
13472023-12-11T22:46:56.177Z Compiling unicode-width v0.1.11
13482023-12-11T22:46:56.207Z Compiling slog v2.7.0
13492023-12-11T22:46:56.423Z Compiling unicode-xid v0.2.4
13502023-12-11T22:46:56.677Z Compiling synstructure v0.12.6
13512023-12-11T22:46:59.364Z Compiling foreign-types v0.3.2
13522023-12-11T22:47:00.352Z Compiling errno v0.3.2
13532023-12-11T22:47:00.483Z Compiling ppv-lite86 v0.2.17
13542023-12-11T22:47:01.021Z Compiling try-lock v0.2.4
13552023-12-11T22:47:01.216Z Compiling want v0.3.1
13562023-12-11T22:47:01.344Z Compiling sct v0.7.0
13572023-12-11T22:47:02.070Z Compiling zerocopy-derive v0.2.0
13582023-12-11T22:47:02.092Z Compiling rustls-webpki v0.101.7
13592023-12-11T22:47:02.654Z Compiling form_urlencoded v1.2.1
13602023-12-11T22:47:02.956Z Compiling pest_meta v2.7.2
13612023-12-11T22:47:03.342Z Compiling socket2 v0.4.9
13622023-12-11T22:47:04.753Z Compiling io-lifetimes v1.0.11
13632023-12-11T22:47:05.034Z Compiling tower-service v0.3.2
13642023-12-11T22:47:05.213Z Compiling httpdate v1.0.3
13652023-12-11T22:47:06.033Z Compiling pest_generator v2.7.2
13662023-12-11T22:47:06.419Z Compiling rustls-pemfile v1.0.3
13672023-12-11T22:47:07.438Z Compiling idna v0.5.0
13682023-12-11T22:47:08.137Z Compiling lazy_static v1.4.0
13692023-12-11T22:47:08.280Z Compiling bytes v1.5.0
13702023-12-11T22:47:09.540Z Compiling indexmap v2.1.0
13712023-12-11T22:47:09.777Z Compiling uuid v1.6.1
13722023-12-11T22:47:11.213Z Compiling chrono v0.4.31
13732023-12-11T22:47:11.222Z Compiling tokio v1.35.0
13742023-12-11T22:47:11.222Z Compiling http v0.2.11
13752023-12-11T22:47:11.222Z Compiling rustc_version v0.4.0
13762023-12-11T22:47:12.293Z Compiling serde_spanned v0.6.4
13772023-12-11T22:47:12.413Z Compiling bitflags v2.4.0
13782023-12-11T22:47:12.643Z Compiling toml_datetime v0.6.5
13792023-12-11T22:47:13.316Z Compiling toml_edit v0.19.15
13802023-12-11T22:47:13.649Z Compiling http-body v0.4.5
13812023-12-11T22:47:16.747Z Compiling heapless v0.7.16
13822023-12-11T22:47:17.447Z Compiling openapiv3 v2.0.0
13832023-12-11T22:47:24.712Z Compiling adler v1.0.2
13842023-12-11T22:47:27.561Z Compiling crossbeam-utils v0.8.16
13852023-12-11T22:47:27.561Z Compiling miniz_oxide v0.7.1
13862023-12-11T22:47:27.561Z Compiling pest_derive v2.7.2
13872023-12-11T22:47:41.740Z Compiling url v2.5.0
13882023-12-11T22:47:41.741Z Compiling tokio-util v0.7.10
13892023-12-11T22:47:41.741Z Compiling tokio-rustls v0.24.1
13902023-12-11T22:47:42.053Z Compiling h2 v0.3.21
13912023-12-11T22:47:42.053Z Compiling tokio-native-tls v0.3.1
13922023-12-11T22:47:42.055Z Compiling rustls-native-certs v0.6.3
13932023-12-11T22:47:42.055Z Compiling rand_chacha v0.3.1
13942023-12-11T22:47:42.055Z Compiling usdt-impl v0.3.5
13952023-12-11T22:47:42.055Z Compiling ipnet v2.8.0
13962023-12-11T22:47:42.055Z Compiling rustix v0.37.23
13972023-12-11T22:47:42.055Z Compiling rand v0.8.5
13982023-12-11T22:47:42.055Z Compiling serde_urlencoded v0.7.1
13992023-12-11T22:47:42.057Z Compiling encoding_rs v0.8.33
14002023-12-11T22:47:42.057Z Compiling gimli v0.28.0
14012023-12-11T22:47:42.058Z Compiling mime v0.3.17
14022023-12-11T22:47:42.058Z Compiling webpki-roots v0.25.2
14032023-12-11T22:47:42.058Z Compiling zerocopy v0.3.0
14042023-12-11T22:47:42.058Z Compiling object v0.32.1
14052023-12-11T22:47:42.058Z Compiling num-bigint v0.4.4
14062023-12-11T22:47:42.058Z Compiling rustc-demangle v0.1.23
14072023-12-11T22:47:42.058Z Compiling dof v0.1.5
14082023-12-11T22:47:42.058Z Compiling flate2 v1.0.28
14092023-12-11T22:47:42.058Z Compiling dtrace-parser v0.1.14
14102023-12-11T22:47:42.058Z Compiling addr2line v0.21.0
14112023-12-11T22:47:42.058Z Compiling hyper v0.14.27
14122023-12-11T22:47:42.058Z Compiling bzip2-sys v0.1.11+1.0.8
14132023-12-11T22:47:42.058Z Compiling thread-id v4.2.0
14142023-12-11T22:47:42.058Z Compiling rustversion v1.0.14
14152023-12-11T22:47:42.058Z Compiling signal-hook v0.3.17
14162023-12-11T22:47:42.059Z Compiling toml v0.7.8
14172023-12-11T22:47:42.059Z Compiling toml_edit v0.21.0
14182023-12-11T22:47:42.059Z Compiling serde_tokenstream v0.2.0
14192023-12-11T22:47:42.211Z Compiling serde_tokenstream v0.1.7
14202023-12-11T22:47:42.211Z Compiling hex v0.4.3
14212023-12-11T22:47:42.337Z Compiling memoffset v0.9.0
14222023-12-11T22:47:42.770Z Compiling base64ct v1.6.0
14232023-12-11T22:47:43.361Z Compiling strsim v0.10.0
14242023-12-11T22:47:44.150Z Compiling regress v0.7.1
14252023-12-11T22:47:46.959Z Compiling bitflags v1.3.2
14262023-12-11T22:47:47.110Z Compiling doc-comment v0.3.3
14272023-12-11T22:47:47.639Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14282023-12-11T22:47:48.291Z Compiling smoltcp v0.9.1
14292023-12-11T22:47:48.315Z Compiling pem-rfc7468 v0.7.0
14302023-12-11T22:47:48.986Z Compiling hyper-tls v0.5.0
14312023-12-11T22:47:49.182Z Compiling hyper-rustls v0.24.2
14322023-12-11T22:47:49.466Z Compiling strum_macros v0.25.2
14332023-12-11T22:47:49.995Z Compiling reqwest v0.11.22
14342023-12-11T22:47:50.036Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14352023-12-11T22:47:50.333Z Compiling usdt-macro v0.3.5
14362023-12-11T22:47:51.367Z Compiling usdt-attr-macro v0.3.5
14372023-12-11T22:47:54.946Z Compiling hmac v0.12.1
14382023-12-11T22:47:55.057Z Compiling enum-as-inner v0.5.1
14392023-12-11T22:47:55.057Z Compiling num-iter v0.1.43
14402023-12-11T22:47:55.058Z Compiling crossbeam-epoch v0.9.15
14412023-12-11T22:47:55.222Z Compiling siphasher v0.3.11
14422023-12-11T22:47:55.333Z Compiling unicode-segmentation v1.10.1
14432023-12-11T22:47:55.495Z Compiling flagset v0.4.3
14442023-12-11T22:47:55.807Z Compiling der v0.7.8
14452023-12-11T22:47:56.805Z Compiling hubpack_derive v0.1.1
14462023-12-11T22:47:56.825Z Compiling zerocopy-derive v0.6.4
14472023-12-11T22:47:57.208Z Compiling pin-project-internal v1.1.3
14482023-12-11T22:47:59.032Z Compiling utf8parse v0.2.1
14492023-12-11T22:47:59.271Z Compiling num_threads v0.1.6
14502023-12-11T22:48:01.101Z Compiling anstyle v1.0.2
14512023-12-11T22:48:01.334Z Compiling deranged v0.3.8
14522023-12-11T22:48:01.760Z Compiling sha2 v0.10.8
14532023-12-11T22:48:02.862Z Compiling anstyle-parse v0.2.1
14542023-12-11T22:48:02.869Z Compiling spki v0.7.2
14552023-12-11T22:48:04.259Z Compiling time v0.3.27
14562023-12-11T22:48:04.328Z Compiling md-5 v0.10.5
14572023-12-11T22:48:04.887Z Compiling block-padding v0.3.3
14582023-12-11T22:48:05.029Z Compiling clap_derive v4.4.2
14592023-12-11T22:48:05.276Z Compiling stringprep v0.1.3
14602023-12-11T22:48:05.780Z Compiling hash32 v0.2.1
14612023-12-11T22:48:06.288Z Compiling diesel_table_macro_syntax v0.1.0
14622023-12-11T22:48:06.937Z Compiling stable_deref_trait v1.2.0
14632023-12-11T22:48:07.080Z Compiling either v1.9.0
14642023-12-11T22:48:07.388Z Compiling anstyle-query v1.0.0
14652023-12-11T22:48:07.584Z Compiling colorchoice v1.0.0
14662023-12-11T22:48:07.628Z Compiling fallible-iterator v0.2.0
14672023-12-11T22:48:07.803Z Compiling anstream v0.5.0
14682023-12-11T22:48:08.782Z Compiling postgres-protocol v0.6.6
14692023-12-11T22:48:11.550Z Compiling diesel_derives v2.1.2
14702023-12-11T22:48:12.717Z Compiling terminal_size v0.2.6
14712023-12-11T22:48:12.717Z Compiling inout v0.1.3
14722023-12-11T22:48:13.784Z Compiling pkcs8 v0.10.2
14732023-12-11T22:48:15.422Z Compiling phf_shared v0.11.2
14742023-12-11T22:48:33.126Z Compiling ff v0.13.0
14752023-12-11T22:48:33.126Z Compiling snafu-derive v0.7.5
14762023-12-11T22:48:33.126Z Compiling serde_repr v0.1.16
14772023-12-11T22:48:33.126Z Compiling scheduled-thread-pool v0.2.7
14782023-12-11T22:48:33.126Z Compiling bit-vec v0.6.3
14792023-12-11T22:48:33.261Z Compiling regex-automata v0.1.10
14802023-12-11T22:48:33.261Z Compiling base16ct v0.2.0
14812023-12-11T22:48:33.261Z Compiling managed v0.8.0
14822023-12-11T22:48:33.261Z Compiling clap_lex v0.5.1
14832023-12-11T22:48:33.262Z Compiling matches v0.1.10
14842023-12-11T22:48:33.444Z Compiling clap_builder v4.4.2
14852023-12-11T22:48:33.444Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14862023-12-11T22:48:33.445Z Compiling idna v0.2.3
14872023-12-11T22:48:33.445Z Compiling bstr v0.2.17
14882023-12-11T22:48:33.445Z Compiling sec1 v0.7.3
14892023-12-11T22:48:33.446Z Compiling r2d2 v0.8.10
14902023-12-11T22:48:33.446Z Compiling group v0.13.0
14912023-12-11T22:48:33.446Z Compiling phf v0.11.2
14922023-12-11T22:48:33.448Z Compiling signal-hook-mio v0.2.3
14932023-12-11T22:48:33.448Z Compiling cipher v0.4.4
14942023-12-11T22:48:33.448Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14952023-12-11T22:48:33.448Z Compiling bzip2 v0.4.4
14962023-12-11T22:48:33.448Z Compiling postgres-types v0.2.6
14972023-12-11T22:48:33.449Z Compiling itertools v0.11.0
14982023-12-11T22:48:33.449Z Compiling pin-project v1.1.3
14992023-12-11T22:48:33.449Z Compiling zerocopy v0.6.4
15002023-12-11T22:48:33.593Z Compiling hubpack v0.1.2
15012023-12-11T22:48:33.593Z Compiling phf_shared v0.10.0
15022023-12-11T22:48:33.593Z Compiling hkdf v0.12.3
15032023-12-11T22:48:33.593Z Compiling ipnetwork v0.20.0
15042023-12-11T22:48:33.593Z Compiling crypto-bigint v0.5.2
15052023-12-11T22:48:33.648Z Compiling futures-executor v0.3.29
15062023-12-11T22:48:35.985Z Compiling getopts v0.2.21
15072023-12-11T22:48:36.610Z Compiling float-cmp v0.9.0
15082023-12-11T22:48:36.610Z Compiling unsafe-libyaml v0.2.9
15092023-12-11T22:48:36.610Z Compiling predicates-core v1.0.6
15102023-12-11T22:48:36.610Z Compiling difflib v0.4.0
15112023-12-11T22:48:36.706Z Compiling regex-automata v0.3.8
15122023-12-11T22:48:37.934Z Compiling data-encoding v2.4.0
15132023-12-11T22:48:38.147Z Compiling normalize-line-endings v0.3.0
15142023-12-11T22:48:38.319Z Compiling new_debug_unreachable v1.0.4
15152023-12-11T22:48:38.455Z Compiling static_assertions v1.1.0
15162023-12-11T22:48:39.307Z Compiling fixedbitset v0.4.2
15172023-12-11T22:48:39.806Z Compiling precomputed-hash v0.1.1
15182023-12-11T22:48:39.962Z Compiling whoami v1.4.1
15192023-12-11T22:48:40.194Z Compiling string_cache v0.8.7
15202023-12-11T22:48:40.936Z Compiling trust-dns-proto v0.22.0
15212023-12-11T22:48:40.971Z Compiling tokio-postgres v0.7.10
15222023-12-11T22:48:41.007Z Compiling petgraph v0.6.4
15232023-12-11T22:48:41.932Z Compiling bstr v1.6.0
15242023-12-11T22:48:42.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15252023-12-11T22:48:42.828Z Compiling predicates v3.0.4
15262023-12-11T22:48:43.877Z Compiling diesel v2.1.4
15272023-12-11T22:48:45.631Z Compiling serde_yaml v0.9.25
15282023-12-11T22:48:47.637Z Compiling elliptic-curve v0.13.8
15292023-12-11T22:48:48.899Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15302023-12-11T22:48:51.494Z Compiling futures v0.3.29
15312023-12-11T22:48:52.588Z Compiling snafu v0.7.5
15322023-12-11T22:48:55.562Z Compiling zip v0.6.6
15332023-12-11T22:48:55.725Z Compiling yasna v0.5.2
15342023-12-11T22:48:55.725Z Compiling crossterm v0.27.0
15352023-12-11T22:48:56.316Z Compiling similar v2.3.0
15362023-12-11T22:48:57.248Z Compiling clap v4.4.3
15372023-12-11T22:48:57.891Z Compiling bit-set v0.5.3
15382023-12-11T22:48:58.311Z Compiling itertools v0.10.5
15392023-12-11T22:49:00.532Z Compiling usdt v0.3.5
15402023-12-11T22:49:01.326Z Compiling tokio-stream v0.1.14
15412023-12-11T22:49:01.744Z Compiling console v0.15.7
15422023-12-11T22:49:02.426Z Compiling lalrpop-util v0.19.12
15432023-12-11T22:49:02.951Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15442023-12-11T22:49:51.851Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15452023-12-11T22:49:52.275Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15462023-12-11T22:49:53.450Z Compiling sha1 v0.10.6
15472023-12-11T22:50:05.216Z Compiling atty v0.2.14
15482023-12-11T22:50:05.414Z Compiling match_cfg v0.1.0
15492023-12-11T22:50:06.005Z Compiling hostname v0.3.1
15502023-12-11T22:50:06.097Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15512023-12-11T22:50:06.357Z Compiling dirs-sys-next v0.1.2
15522023-12-11T22:50:06.428Z Compiling ident_case v1.0.1
15532023-12-11T22:50:06.650Z Compiling darling_core v0.20.3
15542023-12-11T22:50:07.365Z Compiling dirs-next v2.0.0
15552023-12-11T22:50:07.556Z Compiling thread_local v1.1.7
15562023-12-11T22:50:07.640Z Compiling camino v1.1.6
15572023-12-11T22:50:08.470Z Compiling slog-async v2.8.0
15582023-12-11T22:50:08.702Z Compiling term v0.7.0
15592023-12-11T22:50:08.723Z Compiling crossbeam-channel v0.5.8
15602023-12-11T22:50:09.388Z Compiling multer v2.1.0
15612023-12-11T22:50:09.812Z Compiling instant v0.1.12
15622023-12-11T22:50:10.030Z Compiling paste v1.0.14
15632023-12-11T22:50:10.358Z Compiling take_mut v0.2.2
15642023-12-11T22:50:10.685Z Compiling slog-term v2.9.0
15652023-12-11T22:50:11.330Z Compiling slog-json v2.6.1
15662023-12-11T22:50:11.864Z Compiling async-stream-impl v0.3.5
15672023-12-11T22:50:12.647Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15682023-12-11T22:50:12.656Z Compiling debug-ignore v1.0.5
15692023-12-11T22:50:12.743Z Compiling atomic-waker v1.1.1
15702023-12-11T22:50:12.860Z Compiling slog-bunyan v2.4.0
15712023-12-11T22:50:13.017Z Compiling waitgroup v0.1.2
15722023-12-11T22:50:13.323Z Compiling toml v0.8.8
15732023-12-11T22:50:13.341Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15742023-12-11T22:50:14.121Z Compiling async-stream v0.3.5
15752023-12-11T22:50:14.584Z Compiling serde_path_to_error v0.1.14
15762023-12-11T22:50:14.716Z Compiling structmeta-derive v0.2.0
15772023-12-11T22:50:14.988Z Compiling strum v0.25.0
15782023-12-11T22:50:15.164Z Compiling regex-syntax v0.7.5
15792023-12-11T22:50:15.236Z Compiling backoff v0.4.0
15802023-12-11T22:50:15.744Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15812023-12-11T22:50:16.338Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822023-12-11T22:50:16.346Z Compiling macaddr v1.0.1
15832023-12-11T22:50:16.346Z Compiling proc-macro-error-attr v1.0.4
15842023-12-11T22:50:16.786Z Compiling proc-macro-crate v1.3.1
15852023-12-11T22:50:16.825Z Compiling proc-macro-error v1.0.4
15862023-12-11T22:50:16.963Z Compiling darling_macro v0.20.3
15872023-12-11T22:50:17.485Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15882023-12-11T22:50:17.991Z Compiling smoltcp v0.10.0
15892023-12-11T22:50:18.428Z Compiling num_enum_derive v0.5.11
15902023-12-11T22:50:18.563Z Compiling darling v0.20.3
15912023-12-11T22:50:18.802Z Compiling serde_with_macros v3.4.0
15922023-12-11T22:50:19.228Z Compiling cobs v0.2.3
15932023-12-11T22:50:19.499Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15942023-12-11T22:50:19.729Z Compiling embedded-io v0.4.0
15952023-12-11T22:50:19.789Z Compiling structmeta v0.2.0
15962023-12-11T22:50:19.914Z Compiling fastrand v2.0.0
15972023-12-11T22:50:20.068Z Compiling postcard v1.0.8
15982023-12-11T22:50:20.474Z Compiling tempfile v3.8.1
15992023-12-11T22:50:21.795Z Compiling foreign-types-macros v0.2.3
16002023-12-11T22:50:21.853Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16012023-12-11T22:50:22.340Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16022023-12-11T22:50:22.779Z Compiling same-file v1.0.6
16032023-12-11T22:50:22.909Z Compiling num_enum v0.5.11
16042023-12-11T22:50:23.132Z Compiling crucible-workspace-hack v0.1.0
16052023-12-11T22:50:23.152Z Compiling foreign-types-shared v0.3.1
16062023-12-11T22:50:23.306Z Compiling serde_with v3.4.0
16072023-12-11T22:50:23.317Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16082023-12-11T22:50:23.522Z Compiling foreign-types v0.5.0
16092023-12-11T22:50:23.990Z Compiling walkdir v2.4.0
16102023-12-11T22:50:24.005Z Compiling is-terminal v0.4.9
16112023-12-11T22:50:24.093Z Compiling semver-parser v0.10.2
16122023-12-11T22:50:24.182Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16132023-12-11T22:50:24.974Z Compiling zerocopy-derive v0.7.26
16142023-12-11T22:50:25.490Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16152023-12-11T22:50:27.210Z Compiling parse-display-derive v0.8.2
16162023-12-11T22:50:27.220Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16172023-12-11T22:50:27.773Z Compiling cstr-argument v0.1.2
16182023-12-11T22:50:28.146Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16192023-12-11T22:50:28.680Z Compiling pretty-hex v0.2.1
16202023-12-11T22:50:29.014Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212023-12-11T22:50:29.536Z Compiling zerocopy v0.7.26
16222023-12-11T22:50:29.852Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16232023-12-11T22:50:30.451Z Compiling semver v0.11.0
16242023-12-11T22:50:30.594Z Compiling colored v2.0.4
16252023-12-11T22:50:30.773Z Compiling xattr v1.0.1
16262023-12-11T22:50:30.822Z Compiling filetime v0.2.23
16272023-12-11T22:50:30.852Z Compiling home v0.5.5
16282023-12-11T22:50:31.198Z Compiling tar v0.4.40
16292023-12-11T22:50:31.320Z Compiling toolchain_find v0.2.0
16302023-12-11T22:50:31.692Z Compiling camino-tempfile v1.1.1
16312023-12-11T22:50:31.749Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16322023-12-11T22:50:31.869Z Compiling zone_cfg_derive v0.3.0
16332023-12-11T22:50:32.281Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16342023-12-11T22:50:32.359Z Compiling textwrap v0.11.0
16352023-12-11T22:50:32.974Z Compiling heck v0.3.3
16362023-12-11T22:50:33.596Z Compiling toml v0.5.11
16372023-12-11T22:50:33.821Z Compiling num-derive v0.4.0
16382023-12-11T22:50:34.295Z Compiling parse-display v0.8.2
16392023-12-11T22:50:34.423Z Compiling strsim v0.8.0
16402023-12-11T22:50:34.603Z Compiling platforms v3.0.2
16412023-12-11T22:50:34.615Z Compiling libefi-sys v0.1.0
16422023-12-11T22:50:34.814Z Compiling ansi_term v0.12.1
16432023-12-11T22:50:35.045Z Compiling vec_map v0.8.2
16442023-12-11T22:50:35.149Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16452023-12-11T22:50:35.388Z Compiling zone v0.3.0
16462023-12-11T22:50:35.506Z Compiling clap v2.34.0
16472023-12-11T22:50:35.959Z Compiling structopt-derive v0.4.18
16482023-12-11T22:50:36.727Z Compiling rustfmt-wrapper v0.2.0
16492023-12-11T22:50:37.753Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16502023-12-11T22:50:37.772Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16512023-12-11T22:50:37.800Z Compiling omicron-zone-package v0.9.1
16522023-12-11T22:50:38.409Z Compiling smf v0.2.2
16532023-12-11T22:50:39.407Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16542023-12-11T22:50:40.693Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16552023-12-11T22:50:40.752Z Compiling unicase v2.7.0
16562023-12-11T22:50:40.968Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16572023-12-11T22:50:41.069Z Compiling universal-hash v0.5.1
16582023-12-11T22:50:41.164Z Compiling structopt v0.3.26
16592023-12-11T22:50:41.185Z Compiling curve25519-dalek v4.1.0
16602023-12-11T22:50:41.351Z Compiling opaque-debug v0.3.0
16612023-12-11T22:50:41.428Z Compiling curve25519-dalek-derive v0.1.0
16622023-12-11T22:50:41.490Z Compiling num-rational v0.4.1
16632023-12-11T22:50:41.775Z Compiling getrandom v0.1.16
16642023-12-11T22:50:42.241Z Compiling signature v2.1.0
16652023-12-11T22:50:42.666Z Compiling keccak v0.1.4
16662023-12-11T22:50:42.666Z Compiling parking_lot_core v0.8.6
16672023-12-11T22:50:42.666Z Compiling quick-error v1.2.3
16682023-12-11T22:50:42.816Z Compiling linked-hash-map v0.5.6
16692023-12-11T22:50:43.154Z Compiling sha3 v0.10.8
16702023-12-11T22:50:43.403Z Compiling lru-cache v0.1.2
16712023-12-11T22:50:43.730Z Compiling resolv-conf v0.7.0
16722023-12-11T22:50:44.374Z Compiling password-hash v0.5.0
16732023-12-11T22:50:44.756Z Compiling blake2 v0.10.6
16742023-12-11T22:50:44.786Z Compiling aead v0.5.2
16752023-12-11T22:50:45.104Z Compiling secrecy v0.8.0
16762023-12-11T22:50:45.309Z Compiling num-complex v0.4.4
16772023-12-11T22:50:45.536Z Compiling nibble_vec v0.1.0
16782023-12-11T22:50:45.806Z Compiling slog-dtrace v0.2.3
16792023-12-11T22:50:46.090Z Compiling convert_case v0.4.0
16802023-12-11T22:50:46.248Z Compiling winapi v0.3.9
16812023-12-11T22:50:47.008Z Compiling endian-type v0.1.2
16822023-12-11T22:50:47.099Z Compiling cancel-safe-futures v0.1.5
16832023-12-11T22:50:47.262Z Compiling arc-swap v1.6.0
16842023-12-11T22:50:47.331Z Compiling utf-8 v0.7.6
16852023-12-11T22:50:47.628Z Compiling derive_more v0.99.17
16862023-12-11T22:50:47.652Z Compiling tungstenite v0.20.1
16872023-12-11T22:50:47.863Z Compiling radix_trie v0.2.1
16882023-12-11T22:50:48.350Z Compiling slog-scope v4.4.0
16892023-12-11T22:50:48.362Z Compiling num v0.4.1
16902023-12-11T22:50:48.548Z Compiling argon2 v0.5.2
16912023-12-11T22:50:48.807Z Compiling mime_guess v2.0.4
16922023-12-11T22:50:48.979Z Compiling trust-dns-resolver v0.22.0
16932023-12-11T22:50:56.057Z Compiling rand_core v0.5.1
16942023-12-11T22:50:56.170Z Compiling poly1305 v0.8.0
16952023-12-11T22:50:56.170Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16962023-12-11T22:50:56.170Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16972023-12-11T22:50:56.170Z Compiling chacha20 v0.9.1
16982023-12-11T22:50:56.170Z Compiling rfc6979 v0.4.0
16992023-12-11T22:50:56.170Z Compiling thiserror-impl-no-std v2.0.2
17002023-12-11T22:50:56.171Z Compiling half v1.8.2
17012023-12-11T22:50:56.171Z Compiling option-ext v0.2.0
17022023-12-11T22:50:56.171Z Compiling ciborium-io v0.2.1
17032023-12-11T22:50:56.171Z Compiling dirs-sys v0.4.1
17042023-12-11T22:50:56.171Z Compiling ecdsa v0.16.9
17052023-12-11T22:50:56.171Z Compiling ciborium-ll v0.2.1
17062023-12-11T22:50:56.171Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17072023-12-11T22:50:56.171Z Compiling parking_lot v0.11.2
17082023-12-11T22:50:56.171Z Compiling rand_chacha v0.2.2
17092023-12-11T22:50:56.171Z Compiling tokio-tungstenite v0.20.1
17102023-12-11T22:50:57.143Z Compiling trust-dns-client v0.22.0
17112023-12-11T22:50:57.574Z Compiling slog-stdlog v4.1.1
17122023-12-11T22:50:58.563Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17132023-12-11T22:50:58.666Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17142023-12-11T22:50:59.012Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17152023-12-11T22:50:59.055Z Compiling thiserror-no-std v2.0.2
17162023-12-11T22:50:59.285Z Compiling ed25519 v2.2.2
17172023-12-11T22:50:59.556Z Compiling polyval v0.6.1
17182023-12-11T22:50:59.902Z Compiling primeorder v0.13.6
17192023-12-11T22:51:00.220Z Compiling ctr v0.9.2
17202023-12-11T22:51:00.718Z Compiling aes v0.8.3
17212023-12-11T22:51:00.746Z Compiling blowfish v0.9.1
17222023-12-11T22:51:01.485Z Compiling password-hash v0.4.2
17232023-12-11T22:51:02.116Z Compiling libsw v3.3.0
17242023-12-11T22:51:02.696Z Compiling pbkdf2 v0.12.2
17252023-12-11T22:51:02.817Z Compiling derive-where v1.2.6
17262023-12-11T22:51:02.987Z Compiling fxhash v0.2.1
17272023-12-11T22:51:12.540Z Compiling swrite v0.1.0
17282023-12-11T22:51:12.781Z Compiling linear-map v1.2.0
17292023-12-11T22:51:12.781Z Compiling owo-colors v3.5.0
17302023-12-11T22:51:12.781Z Compiling glob v0.3.1
17312023-12-11T22:51:12.972Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17322023-12-11T22:51:12.972Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17332023-12-11T22:51:13.100Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17342023-12-11T22:51:13.100Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17352023-12-11T22:51:13.112Z Compiling trust-dns-server v0.22.1
17362023-12-11T22:51:13.112Z Compiling sled v0.34.7
17372023-12-11T22:51:13.469Z Compiling bcrypt-pbkdf v0.10.0
17382023-12-11T22:51:14.398Z Compiling pbkdf2 v0.11.0
17392023-12-11T22:51:14.957Z Compiling p256 v0.13.2
17402023-12-11T22:51:16.294Z Compiling ghash v0.5.0
17412023-12-11T22:51:16.332Z Compiling ed25519-dalek v2.0.0
17422023-12-11T22:51:16.553Z Compiling vsss-rs v3.3.1
17432023-12-11T22:51:18.009Z Compiling russh-cryptovec v0.7.0
17442023-12-11T22:51:18.452Z Compiling slog-envlogger v2.2.0
17452023-12-11T22:51:19.662Z Compiling rand v0.7.3
17462023-12-11T22:51:22.940Z Compiling ciborium v0.2.1
17472023-12-11T22:51:23.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17482023-12-11T22:51:24.226Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17492023-12-11T22:51:24.416Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17502023-12-11T22:51:25.827Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17512023-12-11T22:51:25.841Z Compiling dirs v5.0.1
17522023-12-11T22:51:25.842Z Compiling chacha20poly1305 v0.10.1
17532023-12-11T22:51:25.842Z Compiling cbc v0.1.2
17542023-12-11T22:51:25.842Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17552023-12-11T22:51:26.267Z Compiling pem v3.0.2
17562023-12-11T22:51:26.268Z Compiling headers-core v0.2.0
17572023-12-11T22:51:26.344Z Compiling kstat-rs v0.2.3
17582023-12-11T22:51:26.853Z Compiling http-range v0.1.5
17592023-12-11T22:51:26.949Z Compiling pretty-hex v0.4.0
17602023-12-11T22:51:27.179Z Compiling md5 v0.7.0
17612023-12-11T22:51:27.294Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17622023-12-11T22:51:27.458Z Compiling hyper-staticfile v0.9.5
17632023-12-11T22:51:28.036Z Compiling russh-keys v0.40.0
17642023-12-11T22:51:29.055Z Compiling rcgen v0.11.3
17652023-12-11T22:51:31.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17662023-12-11T22:51:31.563Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17672023-12-11T22:51:33.356Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17682023-12-11T22:51:33.623Z Compiling headers v0.3.9
17692023-12-11T22:51:36.563Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17702023-12-11T22:51:36.980Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17712023-12-11T22:51:38.214Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17722023-12-11T22:51:40.347Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17732023-12-11T22:51:41.065Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17742023-12-11T22:51:41.080Z Compiling aes-gcm v0.10.3
17752023-12-11T22:51:41.543Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762023-12-11T22:51:44.019Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17772023-12-11T22:51:46.496Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17782023-12-11T22:51:52.154Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17792023-12-11T22:51:54.600Z Compiling atomicwrites v0.4.2
17802023-12-11T22:51:55.120Z Compiling itertools v0.12.0
17812023-12-11T22:51:55.798Z Compiling subprocess v0.2.9
17822023-12-11T22:51:58.113Z Compiling hex-literal v0.4.1
17832023-12-11T22:51:58.334Z Compiling display-error-chain v0.2.0
17842023-12-11T22:51:58.582Z Compiling russh v0.40.0
17852023-12-11T22:51:59.246Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17862023-12-11T22:52:00.305Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17872023-12-11T22:52:00.730Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17882023-12-11T22:52:30.239Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17892023-12-11T22:53:50.000Z Finished dev [unoptimized + debuginfo] target(s) in 7m 59s
17902023-12-11T22:53:50.450Z
17912023-12-11T22:53:50.450Zreal 7:59.385529353
17922023-12-11T22:53:50.450Zuser 44:12.266906030
17932023-12-11T22:53:50.450Zsys 6:42.201125154
17942023-12-11T22:53:50.450Ztrap 1.650242740
17952023-12-11T22:53:50.450Ztflt 3.085298725
17962023-12-11T22:53:50.451Zdflt 7.105340071
17972023-12-11T22:53:50.451Zkflt 0.019801061
17982023-12-11T22:53:50.451Zlock 1:24:01.987407271
17992023-12-11T22:53:50.451Zslp 2:05:53.193414747
18002023-12-11T22:53:50.451Zlat 2:00.212844422
18012023-12-11T22:53:50.451Zstop 4:30.817927633
18022023-12-11T22:53:50.451Z+ mkdir -p /work/end-to-end-tests
18032023-12-11T22:53:50.452Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18042023-12-11T22:53:51.206Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18052023-12-11T22:53:51.206Z+ ptime -m gzip
18062023-12-11T22:53:51.233Z++ basename target/debug/bootstrap
18072023-12-11T22:54:07.993Z
18082023-12-11T22:54:07.999Zreal 16.793579077
18092023-12-11T22:54:07.999Zuser 16.607260521
18102023-12-11T22:54:07.999Zsys 0.166937465
18112023-12-11T22:54:07.999Ztrap 0.006052416
18122023-12-11T22:54:07.999Ztflt 0.000000000
18132023-12-11T22:54:07.999Zdflt 0.000000000
18142023-12-11T22:54:07.999Zkflt 0.000000000
18152023-12-11T22:54:07.999Zlock 0.000000000
18162023-12-11T22:54:07.999Zslp 0.000000000
18172023-12-11T22:54:07.999Zlat 0.012987797
18182023-12-11T22:54:07.999Zstop 0.000224264
18192023-12-11T22:54:07.999Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18202023-12-11T22:54:07.999Z+ ptime -m gzip
18212023-12-11T22:54:07.999Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-aebb85727f22ecbe
18222023-12-11T22:54:09.094Z
18232023-12-11T22:54:09.117Zreal 1.084438498
18242023-12-11T22:54:09.117Zuser 1.070601779
18252023-12-11T22:54:09.118Zsys 0.011904858
18262023-12-11T22:54:09.118Ztrap 0.000605146
18272023-12-11T22:54:09.119Ztflt 0.000000000
18282023-12-11T22:54:09.119Zdflt 0.000000000
18292023-12-11T22:54:09.119Zkflt 0.000000000
18302023-12-11T22:54:09.119Zlock 0.000000000
18312023-12-11T22:54:09.120Zslp 0.000000000
18322023-12-11T22:54:09.120Zlat 0.000895259
18332023-12-11T22:54:09.120Zstop 0.000316786
18342023-12-11T22:54:09.120Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18352023-12-11T22:54:09.122Z+ ptime -m gzip
18362023-12-11T22:54:09.122Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-78d7e64c22b71095
18372023-12-11T22:54:26.542Z
18382023-12-11T22:54:26.548Zreal 17.444351622
18392023-12-11T22:54:26.548Zuser 17.256591098
18402023-12-11T22:54:26.548Zsys 0.180651061
18412023-12-11T22:54:26.548Ztrap 0.004230909
18422023-12-11T22:54:26.548Ztflt 0.000000000
18432023-12-11T22:54:26.548Zdflt 0.000000000
18442023-12-11T22:54:26.548Zkflt 0.000000000
18452023-12-11T22:54:26.548Zlock 0.000000000
18462023-12-11T22:54:26.548Zslp 0.000000000
18472023-12-11T22:54:26.548Zlat 0.002519831
18482023-12-11T22:54:26.549Zstop 0.000221939
18492023-12-11T22:54:26.549Z+ banner caboose-util
18502023-12-11T22:54:26.549Z
18512023-12-11T22:54:26.549Z #### ## ##### #### #### #### ###### # # #####
18522023-12-11T22:54:26.549Z # # # # # # # # # # # # # # #
18532023-12-11T22:54:26.549Z # # # ##### # # # # #### ##### ##### # # #
18542023-12-11T22:54:26.549Z # ###### # # # # # # # # # # #
18552023-12-11T22:54:26.549Z # # # # # # # # # # # # # # # #
18562023-12-11T22:54:26.549Z #### # # ##### #### #### #### ###### #### #
18572023-12-11T22:54:26.549Z
18582023-12-11T22:54:26.549Z+ ptime -m cargo build --locked -p caboose-util --release
18592023-12-11T22:54:27.215Z Downloading crates ...
18602023-12-11T22:54:27.520Z Downloaded crc-catalog v2.2.0
18612023-12-11T22:54:27.541Z Downloaded crc-any v2.4.3
18622023-12-11T22:54:27.542Z Downloaded path-slash v0.1.5
18632023-12-11T22:54:27.542Z Downloaded pkcs1 v0.7.5
18642023-12-11T22:54:27.542Z Downloaded array-init v0.0.4
18652023-12-11T22:54:27.543Z Downloaded maybe-uninit v2.0.0
18662023-12-11T22:54:27.543Z Downloaded wyz v0.5.1
18672023-12-11T22:54:27.543Z Downloaded funty v2.0.0
18682023-12-11T22:54:27.543Z Downloaded bitfield v0.14.0
18692023-12-11T22:54:27.561Z Downloaded packed_struct v0.10.1
18702023-12-11T22:54:27.561Z Downloaded tap v1.0.1
18712023-12-11T22:54:27.561Z Downloaded crc v3.0.1
18722023-12-11T22:54:27.561Z Downloaded radium v0.7.0
18732023-12-11T22:54:27.562Z Downloaded serde-hex v0.1.0
18742023-12-11T22:54:27.562Z Downloaded smallvec v0.6.14
18752023-12-11T22:54:27.562Z Downloaded nodrop v0.1.14
18762023-12-11T22:54:27.562Z Downloaded termcolor v1.2.0
18772023-12-11T22:54:27.562Z Downloaded env_logger v0.10.0
18782023-12-11T22:54:27.562Z Downloaded rsa v0.9.2
18792023-12-11T22:54:27.570Z Downloaded ron v0.8.1
18802023-12-11T22:54:27.589Z Downloaded x509-cert v0.2.4
18812023-12-11T22:54:28.014Z Downloaded num-bigint-dig v0.8.4
18822023-12-11T22:54:28.015Z Downloaded object v0.30.4
18832023-12-11T22:54:28.022Z Downloaded bitvec v1.0.1
18842023-12-11T22:54:28.022Z Downloaded packed_struct_codegen v0.10.1
18852023-12-11T22:54:28.022Z Compiling proc-macro2 v1.0.69
18862023-12-11T22:54:28.022Z Compiling unicode-ident v1.0.12
18872023-12-11T22:54:28.023Z Compiling libc v0.2.150
18882023-12-11T22:54:28.023Z Compiling autocfg v1.1.0
18892023-12-11T22:54:28.023Z Compiling serde v1.0.192
18902023-12-11T22:54:28.024Z Compiling cfg-if v1.0.0
18912023-12-11T22:54:28.024Z Compiling version_check v0.9.4
18922023-12-11T22:54:28.024Z Compiling typenum v1.16.0
18932023-12-11T22:54:28.025Z Compiling syn v1.0.109
18942023-12-11T22:54:28.118Z Compiling parking_lot_core v0.9.8
18952023-12-11T22:54:28.643Z Compiling futures-core v0.3.29
18962023-12-11T22:54:28.698Z Compiling libm v0.2.7
18972023-12-11T22:54:28.818Z Compiling once_cell v1.19.0
18982023-12-11T22:54:28.955Z Compiling lock_api v0.4.10
18992023-12-11T22:54:29.154Z Compiling generic-array v0.14.7
19002023-12-11T22:54:29.169Z Compiling num-traits v0.2.16
19012023-12-11T22:54:29.355Z Compiling pkg-config v0.3.27
19022023-12-11T22:54:29.426Z Compiling scopeguard v1.2.0
19032023-12-11T22:54:29.593Z Compiling slab v0.4.9
19042023-12-11T22:54:29.720Z Compiling futures-channel v0.3.29
19052023-12-11T22:54:29.745Z Compiling futures-task v0.3.29
19062023-12-11T22:54:30.007Z Compiling quote v1.0.33
19072023-12-11T22:54:30.166Z Compiling serde_json v1.0.108
19082023-12-11T22:54:30.378Z Compiling thiserror v1.0.49
19092023-12-11T22:54:30.616Z Compiling syn v2.0.32
19102023-12-11T22:54:30.951Z Compiling cc v1.0.83
19112023-12-11T22:54:31.007Z Compiling getrandom v0.2.10
19122023-12-11T22:54:31.030Z Compiling futures-util v0.3.29
19132023-12-11T22:54:31.330Z Compiling rand_core v0.6.4
19142023-12-11T22:54:31.511Z Compiling memchr v2.6.3
19152023-12-11T22:54:31.527Z Compiling itoa v1.0.9
19162023-12-11T22:54:31.844Z Compiling smallvec v1.11.0
19172023-12-11T22:54:32.033Z Compiling log v0.4.20
19182023-12-11T22:54:33.639Z Compiling vcpkg v0.2.15
19192023-12-11T22:54:34.467Z Compiling byteorder v1.5.0
19202023-12-11T22:54:35.356Z Compiling parking_lot v0.12.1
19212023-12-11T22:54:35.517Z Compiling const-oid v0.9.5
19222023-12-11T22:54:35.706Z Compiling pin-project-lite v0.2.13
19232023-12-11T22:54:36.541Z Compiling openssl-sys v0.9.96
19242023-12-11T22:54:36.938Z Compiling ring v0.17.7
19252023-12-11T22:54:37.404Z Compiling indexmap v1.9.3
19262023-12-11T22:54:38.042Z Compiling signal-hook-registry v1.4.1
19272023-12-11T22:54:38.510Z Compiling subtle v2.5.0
19282023-12-11T22:54:39.019Z Compiling io-lifetimes v1.0.11
19292023-12-11T22:54:39.091Z Compiling heck v0.4.1
19302023-12-11T22:54:39.377Z Compiling ring v0.16.20
19312023-12-11T22:54:39.692Z Compiling mio v0.8.9
19322023-12-11T22:54:39.847Z Compiling num-integer v0.1.45
19332023-12-11T22:54:40.182Z Compiling ryu v1.0.15
19342023-12-11T22:54:40.614Z Compiling semver v1.0.20
19352023-12-11T22:54:41.709Z Compiling spin v0.5.2
19362023-12-11T22:54:42.058Z Compiling rustix v0.37.23
19372023-12-11T22:54:43.132Z Compiling num_cpus v1.16.0
19382023-12-11T22:54:43.282Z Compiling socket2 v0.5.5
19392023-12-11T22:54:43.421Z Compiling openssl v0.10.60
19402023-12-11T22:54:43.793Z Compiling ucd-trie v0.1.6
19412023-12-11T22:54:44.005Z Compiling unicode-xid v0.2.4
19422023-12-11T22:54:44.223Z Compiling httparse v1.8.0
19432023-12-11T22:54:44.569Z Compiling futures-sink v0.3.29
19442023-12-11T22:54:44.638Z Compiling synstructure v0.12.6
19452023-12-11T22:54:44.846Z Compiling tinyvec_macros v0.1.1
19462023-12-11T22:54:45.270Z Compiling tinyvec v1.6.0
19472023-12-11T22:54:46.288Z Compiling crc32fast v1.3.2
19482023-12-11T22:54:46.312Z Compiling rustls v0.21.9
19492023-12-11T22:54:46.495Z Compiling futures-io v0.3.29
19502023-12-11T22:54:46.670Z Compiling pin-utils v0.1.0
19512023-12-11T22:54:46.786Z Compiling ppv-lite86 v0.2.17
19522023-12-11T22:54:46.862Z Compiling native-tls v0.2.11
19532023-12-11T22:54:46.896Z Compiling bzip2-sys v0.1.11+1.0.8
19542023-12-11T22:54:47.062Z Compiling spin v0.9.8
19552023-12-11T22:54:47.569Z Compiling tracing-core v0.1.31
19562023-12-11T22:54:47.744Z Compiling unicode-normalization v0.1.22
19572023-12-11T22:54:47.825Z Compiling base64ct v1.6.0
19582023-12-11T22:54:48.121Z Compiling rand_chacha v0.3.1
19592023-12-11T22:54:48.471Z Compiling unicode-bidi v0.3.13
19602023-12-11T22:54:49.077Z Compiling rand v0.8.5
19612023-12-11T22:54:49.110Z Compiling pem-rfc7468 v0.7.0
19622023-12-11T22:54:50.831Z Compiling errno v0.3.2
19632023-12-11T22:54:50.858Z Compiling num-iter v0.1.43
19642023-12-11T22:54:51.061Z Compiling usdt-impl v0.3.5
19652023-12-11T22:54:51.176Z Compiling ahash v0.8.3
19662023-12-11T22:54:51.252Z Compiling flagset v0.4.3
19672023-12-11T22:54:51.571Z Compiling signal-hook v0.3.17
19682023-12-11T22:54:51.916Z Compiling schemars v0.8.13
19692023-12-11T22:54:51.941Z Compiling rustix v0.38.25
19702023-12-11T22:54:52.046Z Compiling serde_derive v1.0.192
19712023-12-11T22:54:52.638Z Compiling zeroize_derive v1.4.2
19722023-12-11T22:54:52.653Z Compiling tokio-macros v2.2.0
19732023-12-11T22:54:52.654Z Compiling thiserror-impl v1.0.49
19742023-12-11T22:54:52.654Z Compiling futures-macro v0.3.29
19752023-12-11T22:54:52.654Z Compiling tracing-attributes v0.1.26
19762023-12-11T22:54:52.773Z Compiling der_derive v0.7.2
19772023-12-11T22:54:52.834Z Compiling zerocopy-derive v0.2.0
19782023-12-11T22:54:54.447Z Compiling zeroize v1.7.0
19792023-12-11T22:54:55.558Z Compiling openssl-macros v0.1.1
19802023-12-11T22:54:57.005Z Compiling zerocopy-derive v0.6.4
19812023-12-11T22:54:57.006Z Compiling base64 v0.21.5
19822023-12-11T22:54:57.006Z Compiling pest v2.7.2
19832023-12-11T22:54:57.376Z Compiling crypto-common v0.1.6
19842023-12-11T22:54:57.407Z Compiling block-buffer v0.10.4
19852023-12-11T22:54:57.795Z Compiling digest v0.10.7
19862023-12-11T22:54:57.942Z Compiling tracing v0.1.37
19872023-12-11T22:54:58.477Z Compiling der v0.7.8
19882023-12-11T22:54:59.599Z Compiling serde_derive_internals v0.26.0
19892023-12-11T22:55:01.009Z Compiling pest_meta v2.7.2
19902023-12-11T22:55:03.424Z Compiling pest_generator v2.7.2
19912023-12-11T22:55:06.047Z Compiling fnv v1.0.7
19922023-12-11T22:55:06.267Z Compiling bitflags v1.3.2
19932023-12-11T22:55:06.582Z Compiling schemars_derive v0.8.13
19942023-12-11T22:55:07.534Z Compiling pest_derive v2.7.2
19952023-12-11T22:55:08.583Z Compiling spki v0.7.2
19962023-12-11T22:55:09.472Z Compiling zerocopy v0.3.0
19972023-12-11T22:55:09.806Z Compiling lazy_static v1.4.0
19982023-12-11T22:55:11.525Z Compiling backtrace v0.3.69
19992023-12-11T22:55:11.547Z Compiling num-bigint v0.4.4
20002023-12-11T22:55:12.098Z Compiling memoffset v0.9.0
20012023-12-11T22:55:12.139Z Compiling untrusted v0.9.0
20022023-12-11T22:55:12.189Z Compiling crossbeam-utils v0.8.16
20032023-12-11T22:55:12.293Z Compiling iana-time-zone v0.1.57
20042023-12-11T22:55:12.505Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20052023-12-11T22:55:12.551Z Compiling smoltcp v0.9.1
20062023-12-11T22:55:12.808Z Compiling hashbrown v0.12.3
20072023-12-11T22:55:12.860Z Compiling percent-encoding v2.3.1
20082023-12-11T22:55:13.185Z Compiling async-trait v0.1.74
20092023-12-11T22:55:13.333Z Compiling doc-comment v0.3.3
20102023-12-11T22:55:13.452Z Compiling hashbrown v0.14.2
20112023-12-11T22:55:13.517Z Compiling foreign-types-shared v0.1.1
20122023-12-11T22:55:13.664Z Compiling equivalent v1.0.1
20132023-12-11T22:55:13.831Z Compiling untrusted v0.7.1
20142023-12-11T22:55:13.901Z Compiling openssl-probe v0.1.5
20152023-12-11T22:55:14.285Z Compiling bytes v1.5.0
20162023-12-11T22:55:15.017Z Compiling bitflags v2.4.0
20172023-12-11T22:55:15.882Z Compiling tokio v1.35.0
20182023-12-11T22:55:15.925Z Compiling rustc_version v0.4.0
20192023-12-11T22:55:16.199Z Compiling http v0.2.11
20202023-12-11T22:55:16.480Z Compiling uuid v1.6.1
20212023-12-11T22:55:16.888Z Compiling heapless v0.7.16
20222023-12-11T22:55:18.530Z Compiling indexmap v2.1.0
20232023-12-11T22:55:19.923Z Compiling chrono v0.4.31
20242023-12-11T22:55:20.625Z Compiling foreign-types v0.3.2
20252023-12-11T22:55:23.036Z Compiling dof v0.1.5
20262023-12-11T22:55:24.379Z Compiling dtrace-parser v0.1.14
20272023-12-11T22:55:25.409Z Compiling hmac v0.12.1
20282023-12-11T22:55:25.664Z Compiling clap_derive v4.4.2
20292023-12-11T22:55:26.975Z Compiling thread-id v4.2.0
20302023-12-11T22:55:27.114Z Compiling time-core v0.1.1
20312023-12-11T22:55:27.185Z Compiling try-lock v0.2.4
20322023-12-11T22:55:27.384Z Compiling rustversion v1.0.14
20332023-12-11T22:55:27.638Z Compiling anstyle v1.0.2
20342023-12-11T22:55:27.730Z Compiling cpufeatures v0.2.9
20352023-12-11T22:55:27.865Z Compiling adler v1.0.2
20362023-12-11T22:55:28.145Z Compiling siphasher v0.3.11
20372023-12-11T22:55:28.240Z Compiling utf8parse v0.2.1
20382023-12-11T22:55:28.407Z Compiling tokio-util v0.7.10
20392023-12-11T22:55:28.530Z Compiling anstyle-parse v0.2.1
20402023-12-11T22:55:28.863Z Compiling miniz_oxide v0.7.1
20412023-12-11T22:55:30.385Z Compiling h2 v0.3.21
20422023-12-11T22:55:33.160Z Compiling sha2 v0.10.8
20432023-12-11T22:55:34.840Z Compiling time-macros v0.2.13
20442023-12-11T22:55:36.923Z Compiling want v0.3.1
20452023-12-11T22:55:39.307Z Compiling rustls-webpki v0.101.7
20462023-12-11T22:55:39.377Z Compiling sct v0.7.0
20472023-12-11T22:55:39.676Z Compiling http-body v0.4.5
20482023-12-11T22:55:40.274Z Compiling serde_tokenstream v0.1.7
20492023-12-11T22:55:41.020Z Compiling form_urlencoded v1.2.1
20502023-12-11T22:55:41.102Z Compiling pkcs8 v0.10.2
20512023-12-11T22:55:41.464Z Compiling hubpack_derive v0.1.1
20522023-12-11T22:55:42.091Z Compiling pin-project-internal v1.1.3
20532023-12-11T22:55:42.592Z Compiling socket2 v0.4.9
20542023-12-11T22:55:42.707Z Compiling crossbeam-epoch v0.9.15
20552023-12-11T22:55:43.317Z Compiling tower-service v0.3.2
20562023-12-11T22:55:43.805Z Compiling httpdate v1.0.3
20572023-12-11T22:55:43.981Z Compiling anyhow v1.0.75
20582023-12-11T22:55:44.245Z Compiling slog v2.7.0
20592023-12-11T22:55:44.389Z Compiling anstyle-query v1.0.0
20602023-12-11T22:55:44.742Z Compiling radium v0.7.0
20612023-12-11T22:55:44.911Z Compiling colorchoice v1.0.0
20622023-12-11T22:55:46.171Z Compiling anstream v0.5.0
20632023-12-11T22:55:46.444Z Compiling hyper v0.14.27
20642023-12-11T22:55:53.141Z Compiling terminal_size v0.2.6
20652023-12-11T22:55:54.082Z Compiling serde_spanned v0.6.4
20662023-12-11T22:55:54.409Z Compiling toml_datetime v0.6.5
20672023-12-11T22:55:56.090Z Compiling rustls-pemfile v1.0.3
20682023-12-11T22:55:56.583Z Compiling zerocopy v0.6.4
20692023-12-11T22:55:57.421Z Compiling md-5 v0.10.5
20702023-12-11T22:55:58.250Z Compiling stringprep v0.1.3
20712023-12-11T22:55:58.323Z Compiling idna v0.5.0
20722023-12-11T22:55:59.835Z Compiling diesel_table_macro_syntax v0.1.0
20732023-12-11T22:56:00.393Z Compiling hash32 v0.2.1
20742023-12-11T22:56:00.607Z Compiling aho-corasick v1.0.4
20752023-12-11T22:56:00.964Z Compiling regex-syntax v0.8.2
20762023-12-11T22:56:01.435Z Compiling strsim v0.10.0
20772023-12-11T22:56:01.810Z Compiling fallible-iterator v0.2.0
20782023-12-11T22:56:02.227Z Compiling gimli v0.28.0
20792023-12-11T22:56:02.886Z Compiling stable_deref_trait v1.2.0
20802023-12-11T22:56:03.018Z Compiling either v1.9.0
20812023-12-11T22:56:03.538Z Compiling maybe-uninit v2.0.0
20822023-12-11T22:56:04.203Z Compiling dyn-clone v1.0.13
20832023-12-11T22:56:04.471Z Compiling tap v1.0.1
20842023-12-11T22:56:04.530Z Compiling clap_lex v0.5.1
20852023-12-11T22:56:04.734Z Compiling winnow v0.5.15
20862023-12-11T22:56:05.406Z Compiling clap_builder v4.4.2
20872023-12-11T22:56:05.665Z Compiling wyz v0.5.1
20882023-12-11T22:56:06.363Z Compiling postgres-protocol v0.6.6
20892023-12-11T22:56:06.854Z Compiling diesel_derives v2.1.2
20902023-12-11T22:56:07.982Z Compiling regex-automata v0.4.3
20912023-12-11T22:56:09.981Z Compiling addr2line v0.21.0
20922023-12-11T22:56:10.146Z Compiling url v2.5.0
20932023-12-11T22:56:11.050Z Compiling tokio-rustls v0.24.1
20942023-12-11T22:56:11.769Z Compiling rustls-native-certs v0.6.3
20952023-12-11T22:56:12.281Z Compiling strum_macros v0.25.2
20962023-12-11T22:56:13.508Z Compiling tokio-native-tls v0.3.1
20972023-12-11T22:56:18.800Z Compiling usdt-attr-macro v0.3.5
20982023-12-11T22:56:19.253Z Compiling usdt-macro v0.3.5
20992023-12-11T22:56:21.059Z Compiling phf_shared v0.11.2
21002023-12-11T22:56:21.938Z Compiling block-padding v0.3.3
21012023-12-11T22:56:21.975Z Compiling snafu-derive v0.7.5
21022023-12-11T22:56:22.264Z Compiling enum-as-inner v0.5.1
21032023-12-11T22:56:22.331Z Compiling serde_repr v0.1.16
21042023-12-11T22:56:23.720Z Compiling ff v0.13.0
21052023-12-11T22:56:23.988Z Compiling scheduled-thread-pool v0.2.7
21062023-12-11T22:56:24.069Z Compiling object v0.32.1
21072023-12-11T22:56:27.510Z Compiling regex-automata v0.1.10
21082023-12-11T22:56:29.504Z Compiling rustc-demangle v0.1.23
21092023-12-11T22:56:30.068Z Compiling ipnet v2.8.0
21102023-12-11T22:56:30.579Z Compiling deranged v0.3.8
21112023-12-11T22:56:31.534Z Compiling matches v0.1.10
21122023-12-11T22:56:31.653Z Compiling num-bigint-dig v0.8.4
21132023-12-11T22:56:31.780Z Compiling base16ct v0.2.0
21142023-12-11T22:56:31.792Z Compiling funty v2.0.0
21152023-12-11T22:56:32.066Z Compiling num_threads v0.1.6
21162023-12-11T22:56:32.219Z Compiling packed_struct v0.10.1
21172023-12-11T22:56:33.560Z Compiling bit-vec v0.6.3
21182023-12-11T22:56:34.272Z Compiling managed v0.8.0
21192023-12-11T22:56:36.650Z Compiling bitvec v1.0.1
21202023-12-11T22:56:38.486Z Compiling time v0.3.27
21212023-12-11T22:56:40.070Z Compiling sec1 v0.7.3
21222023-12-11T22:56:41.150Z Compiling idna v0.2.3
21232023-12-11T22:56:41.369Z Compiling bstr v0.2.17
21242023-12-11T22:56:43.926Z Compiling r2d2 v0.8.10
21252023-12-11T22:56:43.930Z Compiling group v0.13.0
21262023-12-11T22:56:44.550Z Compiling inout v0.1.3
21272023-12-11T22:56:46.769Z Compiling phf v0.11.2
21282023-12-11T22:56:46.882Z Compiling regex v1.10.2
21292023-12-11T22:56:47.200Z Compiling hyper-tls v0.5.0
21302023-12-11T22:56:47.710Z Compiling signal-hook-mio v0.2.3
21312023-12-11T22:56:47.920Z Compiling hyper-rustls v0.24.2
21322023-12-11T22:56:48.558Z Compiling clap v4.4.3
21332023-12-11T22:56:48.718Z Compiling flate2 v1.0.28
21342023-12-11T22:56:48.734Z Compiling toml_edit v0.19.15
21352023-12-11T22:56:49.912Z Compiling ipnetwork v0.20.0
21362023-12-11T22:56:50.243Z Compiling postgres-types v0.2.6
21372023-12-11T22:56:51.174Z Compiling bzip2 v0.4.4
21382023-12-11T22:56:51.510Z Compiling itertools v0.11.0
21392023-12-11T22:56:51.708Z Compiling pin-project v1.1.3
21402023-12-11T22:56:52.358Z Compiling hubpack v0.1.2
21412023-12-11T22:56:52.453Z Compiling serde_urlencoded v0.7.1
21422023-12-11T22:56:53.010Z Compiling phf_shared v0.10.0
21432023-12-11T22:56:53.254Z Compiling hkdf v0.12.3
21442023-12-11T22:56:53.856Z Compiling futures-executor v0.3.29
21452023-12-11T22:56:56.392Z Compiling crypto-bigint v0.5.2
21462023-12-11T22:56:57.582Z Compiling packed_struct_codegen v0.10.1
21472023-12-11T22:56:58.897Z Compiling float-cmp v0.9.0
21482023-12-11T22:56:59.587Z Compiling encoding_rs v0.8.33
21492023-12-11T22:56:59.845Z Compiling mime v0.3.17
21502023-12-11T22:56:59.891Z Compiling fixedbitset v0.4.2
21512023-12-11T22:57:00.236Z Compiling regex-automata v0.3.8
21522023-12-11T22:57:00.653Z Compiling crc-catalog v2.2.0
21532023-12-11T22:57:00.855Z Compiling precomputed-hash v0.1.1
21542023-12-11T22:57:01.002Z Compiling nodrop v0.1.14
21552023-12-11T22:57:01.167Z Compiling difflib v0.4.0
21562023-12-11T22:57:01.774Z Compiling data-encoding v2.4.0
21572023-12-11T22:57:03.995Z Compiling predicates-core v1.0.6
21582023-12-11T22:57:04.866Z Compiling new_debug_unreachable v1.0.4
21592023-12-11T22:57:04.986Z Compiling static_assertions v1.1.0
21602023-12-11T22:57:05.116Z Compiling whoami v1.4.1
21612023-12-11T22:57:05.183Z Compiling webpki-roots v0.25.2
21622023-12-11T22:57:05.400Z Compiling unicode-width v0.1.11
21632023-12-11T22:57:05.634Z Compiling normalize-line-endings v0.3.0
21642023-12-11T22:57:05.773Z Compiling unicode-segmentation v1.10.1
21652023-12-11T22:57:05.786Z Compiling predicates v3.0.4
21662023-12-11T22:57:05.923Z Compiling console v0.15.7
21672023-12-11T22:57:07.110Z Compiling similar v2.3.0
21682023-12-11T22:57:07.998Z Compiling tokio-postgres v0.7.10
21692023-12-11T22:57:10.602Z Compiling reqwest v0.11.22
21702023-12-11T22:57:14.503Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21712023-12-11T22:57:14.503Z Compiling string_cache v0.8.7
21722023-12-11T22:57:37.717Z Compiling bstr v1.6.0
21732023-12-11T22:57:37.717Z Compiling trust-dns-proto v0.22.0
21742023-12-11T22:57:37.717Z Compiling array-init v0.0.4
21752023-12-11T22:57:37.718Z Compiling crc v3.0.1
21762023-12-11T22:57:37.718Z Compiling petgraph v0.6.4
21772023-12-11T22:57:37.718Z Compiling elliptic-curve v0.13.8
21782023-12-11T22:57:37.718Z Compiling futures v0.3.29
21792023-12-11T22:57:37.718Z Compiling toml v0.7.8
21802023-12-11T22:57:37.718Z Compiling snafu v0.7.5
21812023-12-11T22:57:37.718Z Compiling zip v0.6.6
21822023-12-11T22:57:37.718Z Compiling smallvec v0.6.14
21832023-12-11T22:57:37.933Z Compiling diesel v2.1.4
21842023-12-11T22:57:37.934Z Compiling yasna v0.5.2
21852023-12-11T22:57:38.051Z Compiling crossterm v0.27.0
21862023-12-11T22:57:38.431Z Compiling cipher v0.4.4
21872023-12-11T22:57:39.125Z Compiling hashbrown v0.13.2
21882023-12-11T22:57:43.287Z Compiling bit-set v0.5.3
21892023-12-11T22:57:43.494Z Compiling usdt v0.3.5
21902023-12-11T22:57:43.700Z Compiling is-terminal v0.4.9
21912023-12-11T22:57:43.886Z Compiling toml_edit v0.21.0
21922023-12-11T22:57:46.284Z Compiling itertools v0.10.5
21932023-12-11T22:57:50.283Z Compiling pkcs1 v0.7.5
21942023-12-11T22:57:50.800Z Compiling tokio-stream v0.1.14
21952023-12-11T22:57:52.277Z Compiling openapiv3 v2.0.0
21962023-12-11T22:57:55.737Z Compiling hex v0.4.3
21972023-12-11T22:57:57.489Z Compiling signature v2.1.0
21982023-12-11T22:58:00.569Z Compiling lalrpop-util v0.19.12
21992023-12-11T22:58:01.597Z Compiling bitfield v0.14.0
22002023-12-11T22:58:05.552Z Compiling termcolor v1.2.0
22012023-12-11T22:58:07.706Z Compiling env_logger v0.10.0
22022023-12-11T22:58:13.442Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22032023-12-11T22:58:25.986Z Compiling rsa v0.9.2
22042023-12-11T22:58:36.707Z Compiling serde-hex v0.1.0
22052023-12-11T22:58:39.561Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22062023-12-11T22:58:46.635Z Compiling ron v0.8.1
22072023-12-11T22:58:46.695Z Compiling x509-cert v0.2.4
22082023-12-11T22:58:47.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22092023-12-11T22:58:57.932Z Compiling crc-any v2.4.3
22102023-12-11T22:59:00.035Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22112023-12-11T22:59:19.939Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22122023-12-11T22:59:35.729Z Compiling object v0.30.4
22132023-12-11T22:59:41.998Z Compiling path-slash v0.1.5
22142023-12-11T22:59:42.894Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22152023-12-11T23:00:28.711Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22162023-12-11T23:00:29.793Z Finished release [optimized] target(s) in 6m 03s
22172023-12-11T23:00:29.887Z
22182023-12-11T23:00:29.887Zreal 6:03.311527183
22192023-12-11T23:00:29.887Zuser 42:07.273877519
22202023-12-11T23:00:29.887Zsys 3:37.036147914
22212023-12-11T23:00:29.887Ztrap 1.671629619
22222023-12-11T23:00:29.887Ztflt 0.975258447
22232023-12-11T23:00:29.926Zdflt 0.466645518
22242023-12-11T23:00:29.927Zkflt 0.007026526
22252023-12-11T23:00:29.927Zlock 1:33:27.914305355
22262023-12-11T23:00:29.927Zslp 1:58:26.267211620
22272023-12-11T23:00:29.927Zlat 1:47.758604825
22282023-12-11T23:00:29.927Zstop 1:19.376928954
22292023-12-11T23:00:29.927Z+ ptime -m gzip
22302023-12-11T23:00:30.537Z
22312023-12-11T23:00:30.542Zreal 0.653484279
22322023-12-11T23:00:30.542Zuser 0.646276570
22332023-12-11T23:00:30.543Zsys 0.006648276
22342023-12-11T23:00:30.543Ztrap 0.000070472
22352023-12-11T23:00:30.543Ztflt 0.000000000
22362023-12-11T23:00:30.544Zdflt 0.000000000
22372023-12-11T23:00:30.544Zkflt 0.000000000
22382023-12-11T23:00:30.544Zlock 0.000000000
22392023-12-11T23:00:30.544Zslp 0.000000000
22402023-12-11T23:00:30.545Zlat 0.000161763
22412023-12-11T23:00:30.545Zstop 0.000224091
22422023-12-11T23:00:30.545Z+ banner tufaceous
22432023-12-11T23:00:30.545Z
22442023-12-11T23:00:30.545Z ##### # # ###### ## #### ###### #### # # ####
22452023-12-11T23:00:30.546Z # # # # # # # # # # # # # #
22462023-12-11T23:00:30.546Z # # # ##### # # # ##### # # # # ####
22472023-12-11T23:00:30.550Z # # # # ###### # # # # # # #
22482023-12-11T23:00:30.550Z # # # # # # # # # # # # # # #
22492023-12-11T23:00:30.550Z # #### # # # #### ###### #### #### ####
22502023-12-11T23:00:30.551Z
22512023-12-11T23:00:30.551Z+ ptime -m cargo build --locked -p tufaceous --release
22522023-12-11T23:00:31.183Z Downloading crates ...
22532023-12-11T23:00:31.504Z Downloaded humantime v2.1.0
22542023-12-11T23:00:31.511Z Downloaded globset v0.4.13
22552023-12-11T23:00:31.522Z Downloaded buf-list v1.0.3
22562023-12-11T23:00:31.525Z Downloaded serde_plain v1.0.2
22572023-12-11T23:00:31.526Z Downloaded fs-err v2.11.0
22582023-12-11T23:00:31.526Z Downloaded olpc-cjson v0.1.3
22592023-12-11T23:00:31.526Z Downloaded async-recursion v1.0.5
22602023-12-11T23:00:31.530Z Downloaded bytesize v1.3.0
22612023-12-11T23:00:31.530Z Downloaded tough v0.16.0
22622023-12-11T23:00:31.544Z Downloaded typed-path v0.7.0
22632023-12-11T23:00:31.712Z Compiling serde_tokenstream v0.2.0
22642023-12-11T23:00:31.736Z Compiling regress v0.7.1
22652023-12-11T23:00:31.744Z Compiling dirs-sys-next v0.1.2
22662023-12-11T23:00:31.747Z Compiling ident_case v1.0.1
22672023-12-11T23:00:31.766Z Compiling thread_local v1.1.7
22682023-12-11T23:00:31.769Z Compiling heck v0.4.1
22692023-12-11T23:00:31.782Z Compiling camino v1.1.6
22702023-12-11T23:00:32.003Z Compiling dirs-next v2.0.0
22712023-12-11T23:00:32.360Z Compiling darling_core v0.20.3
22722023-12-11T23:00:32.485Z Compiling slog-async v2.8.0
22732023-12-11T23:00:32.626Z Compiling term v0.7.0
22742023-12-11T23:00:33.070Z Compiling crossbeam-channel v0.5.8
22752023-12-11T23:00:33.199Z Compiling getopts v0.2.21
22762023-12-11T23:00:33.504Z Compiling structmeta-derive v0.2.0
22772023-12-11T23:00:33.726Z Compiling atty v0.2.14
22782023-12-11T23:00:33.935Z Compiling multer v2.1.0
22792023-12-11T23:00:34.353Z Compiling take_mut v0.2.2
22802023-12-11T23:00:34.569Z Compiling match_cfg v0.1.0
22812023-12-11T23:00:34.648Z Compiling unsafe-libyaml v0.2.9
22822023-12-11T23:00:34.696Z Compiling paste v1.0.14
22832023-12-11T23:00:35.407Z Compiling hostname v0.3.1
22842023-12-11T23:00:35.876Z Compiling slog-term v2.9.0
22852023-12-11T23:00:37.440Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22862023-12-11T23:00:39.605Z Compiling structmeta v0.2.0
22872023-12-11T23:00:40.208Z Compiling serde_yaml v0.9.25
22882023-12-11T23:00:41.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892023-12-11T23:00:41.120Z Compiling slog-json v2.6.1
22902023-12-11T23:00:41.601Z Compiling darling_macro v0.20.3
22912023-12-11T23:00:41.883Z Compiling async-stream-impl v0.3.5
22922023-12-11T23:00:42.605Z Compiling darling v0.20.3
22932023-12-11T23:00:42.763Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22942023-12-11T23:00:43.190Z Compiling atomic-waker v1.1.1
22952023-12-11T23:00:43.720Z Compiling fastrand v2.0.0
22962023-12-11T23:00:43.720Z Compiling regex-syntax v0.7.5
22972023-12-11T23:00:43.802Z Compiling async-stream v0.3.5
22982023-12-11T23:00:44.255Z Compiling tempfile v3.8.1
22992023-12-11T23:00:44.452Z Compiling waitgroup v0.1.2
23002023-12-11T23:00:44.632Z Compiling serde_with_macros v3.4.0
23012023-12-11T23:00:44.784Z Compiling slog-bunyan v2.4.0
23022023-12-11T23:00:47.470Z Compiling toml v0.8.8
23032023-12-11T23:00:48.216Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23042023-12-11T23:00:48.436Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23052023-12-11T23:00:50.027Z Compiling sha1 v0.10.6
23062023-12-11T23:00:50.195Z Compiling serde_path_to_error v0.1.14
23072023-12-11T23:00:50.853Z Compiling fs-err v2.11.0
23082023-12-11T23:00:51.264Z Compiling instant v0.1.12
23092023-12-11T23:00:51.444Z Compiling arc-swap v1.6.0
23102023-12-11T23:00:51.491Z Compiling debug-ignore v1.0.5
23112023-12-11T23:00:51.535Z Compiling buf-list v1.0.3
23122023-12-11T23:00:51.696Z Compiling same-file v1.0.6
23132023-12-11T23:00:52.143Z Compiling walkdir v2.4.0
23142023-12-11T23:00:52.430Z Compiling slog-scope v4.4.0
23152023-12-11T23:00:52.628Z Compiling backoff v0.4.0
23162023-12-11T23:00:53.375Z Compiling serde_with v3.4.0
23172023-12-11T23:00:53.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182023-12-11T23:00:53.984Z Compiling parse-display-derive v0.8.2
23192023-12-11T23:00:54.931Z Compiling globset v0.4.13
23202023-12-11T23:00:55.016Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23212023-12-11T23:00:55.254Z Compiling strum v0.25.0
23222023-12-11T23:00:55.505Z Compiling olpc-cjson v0.1.3
23232023-12-11T23:00:56.391Z Compiling pem v3.0.2
23242023-12-11T23:00:56.495Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23252023-12-11T23:00:56.558Z Compiling macaddr v1.0.1
23262023-12-11T23:00:57.679Z Compiling serde_plain v1.0.2
23272023-12-11T23:00:58.494Z Compiling async-recursion v1.0.5
23282023-12-11T23:00:59.509Z Compiling filetime v0.2.23
23292023-12-11T23:00:59.633Z Compiling xattr v1.0.1
23302023-12-11T23:01:00.024Z Compiling typed-path v0.7.0
23312023-12-11T23:01:00.059Z Compiling tar v0.4.40
23322023-12-11T23:01:00.284Z Compiling parse-display v0.8.2
23332023-12-11T23:01:01.289Z Compiling slog-stdlog v4.1.1
23342023-12-11T23:01:02.860Z Compiling camino-tempfile v1.1.1
23352023-12-11T23:01:03.670Z Compiling itertools v0.12.0
23362023-12-11T23:01:03.678Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23372023-12-11T23:01:03.847Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23382023-12-11T23:01:09.616Z Compiling tough v0.16.0
23392023-12-11T23:01:09.730Z Compiling bytesize v1.3.0
23402023-12-11T23:01:10.006Z Compiling slog-envlogger v2.2.0
23412023-12-11T23:01:10.710Z Compiling humantime v2.1.0
23422023-12-11T23:01:13.938Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23432023-12-11T23:01:38.026Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23442023-12-11T23:01:38.315Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23452023-12-11T23:01:49.356Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23462023-12-11T23:01:51.563Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23472023-12-11T23:02:21.149Z Finished release [optimized] target(s) in 1m 50s
23482023-12-11T23:02:21.245Z
23492023-12-11T23:02:21.253Zreal 1:50.671218954
23502023-12-11T23:02:21.253Zuser 11:50.828217619
23512023-12-11T23:02:21.253Zsys 44.579713841
23522023-12-11T23:02:21.254Ztrap 0.440607708
23532023-12-11T23:02:21.254Ztflt 0.278879481
23542023-12-11T23:02:21.254Zdflt 0.655712810
23552023-12-11T23:02:21.254Zkflt 0.000020159
23562023-12-11T23:02:21.254Zlock 20:32.093015777
23572023-12-11T23:02:21.255Zslp 23:33.531407561
23582023-12-11T23:02:21.255Zlat 22.389490946
23592023-12-11T23:02:21.255Zstop 11.140312028
23602023-12-11T23:02:21.255Z+ ptime -m gzip
23612023-12-11T23:02:23.619Z
23622023-12-11T23:02:23.623Zreal 2.370607159
23632023-12-11T23:02:23.624Zuser 2.337670331
23642023-12-11T23:02:23.624Zsys 0.031870391
23652023-12-11T23:02:23.624Ztrap 0.000453292
23662023-12-11T23:02:23.624Ztflt 0.000000000
23672023-12-11T23:02:23.624Zdflt 0.000000000
23682023-12-11T23:02:23.624Zkflt 0.000000000
23692023-12-11T23:02:23.624Zlock 0.000000000
23702023-12-11T23:02:23.624Zslp 0.000000000
23712023-12-11T23:02:23.624Zlat 0.000253245
23722023-12-11T23:02:23.624Zstop 0.000229400
23732023-12-11T23:02:23.625Zprocess exited: duration 1150451 ms, exit code 0
 
23742023-12-11T23:02:23.652Zfound 5 output files
23752023-12-11T23:02:23.652Zuploading: /work/end-to-end-tests/bootstrap-aebb85727f22ecbe.gz (6318063 bytes)
23762023-12-11T23:02:26.127Zuploaded: /work/end-to-end-tests/bootstrap-aebb85727f22ecbe.gz
23772023-12-11T23:02:26.127Zuploading: /work/end-to-end-tests/bootstrap.gz (97271260 bytes)
23782023-12-11T23:02:57.380Zuploaded: /work/end-to-end-tests/bootstrap.gz
23792023-12-11T23:02:57.381Zuploading: /work/end-to-end-tests/end_to_end_tests-78d7e64c22b71095.gz (101235123 bytes)
23802023-12-11T23:03:51.475Zuploaded: /work/end-to-end-tests/end_to_end_tests-78d7e64c22b71095.gz
23812023-12-11T23:03:51.476Zuploading: /work/caboose-util.gz (4091930 bytes)
23822023-12-11T23:03:53.462Zuploaded: /work/caboose-util.gz
23832023-12-11T23:03:53.463Zuploading: /work/tufaceous.gz (14974486 bytes)
23842023-12-11T23:04:04.193Zuploaded: /work/tufaceous.gz