01HXY74JYJMYCES9SWJX1TRAHV: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.77.2",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HXY74W1RT3FGVMRH3CEC44MB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T13:31:12.504Zjob assigned to worker 01HXY74ZEEVXPYVHH0EGKMVDV3 (queued for 46 s)
 
22024-05-15T13:31:12.537Zstarting task 0: "setup"
32024-05-15T13:31:12.563Z++ uname -s
42024-05-15T13:31:12.563Z+ kern=SunOS
52024-05-15T13:31:12.563Z+ case "$kern" in
62024-05-15T13:31:12.563Z+ groupadd -g 12345 build
72024-05-15T13:31:12.563Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T13:31:14.573Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T13:31:14.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T13:31:14.635Z+ home_fs=zfs
112024-05-15T13:31:14.635Z+ [[ zfs == autofs ]]
122024-05-15T13:31:14.635Z+ mkdir -p /home/build
132024-05-15T13:31:14.635Z+ chown build:build /home/build /work
142024-05-15T13:31:15.619Z+ chmod 0700 /home/build /work
152024-05-15T13:31:15.645Zprocess exited: duration 3089 ms, exit code 0
 
162024-05-15T13:31:15.707Zstarting task 1: "rust-toolchain"
172024-05-15T13:31:15.734Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T13:31:15.734Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-15T13:31:15.853Zinfo: downloading installer
202024-05-15T13:31:16.587Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T13:31:16.588Zwarning: /opt/ooce/bin
222024-05-15T13:31:16.588Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T13:31:16.588Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T13:31:16.588Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T13:31:16.588Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T13:31:16.588Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T13:31:16.588Zerror: cannot install while Rust is installed
282024-05-15T13:31:16.588Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T13:31:16.647Zinfo: profile set to 'default'
302024-05-15T13:31:16.648Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T13:31:16.648Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-15T13:31:16.772Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-15T13:31:16.772Zinfo: downloading component 'cargo'
342024-05-15T13:31:17.020Zinfo: downloading component 'clippy'
352024-05-15T13:31:17.080Zinfo: downloading component 'rust-docs'
362024-05-15T13:31:17.352Zinfo: downloading component 'rust-std'
372024-05-15T13:31:17.673Zinfo: downloading component 'rustc'
382024-05-15T13:31:18.864Zinfo: downloading component 'rustfmt'
392024-05-15T13:31:18.926Zinfo: installing component 'cargo'
402024-05-15T13:31:19.601Zinfo: installing component 'clippy'
412024-05-15T13:31:19.981Zinfo: installing component 'rust-docs'
422024-05-15T13:31:22.587Zinfo: installing component 'rust-std'
432024-05-15T13:31:24.532Zinfo: installing component 'rustc'
442024-05-15T13:31:29.255Zinfo: installing component 'rustfmt'
452024-05-15T13:31:29.619Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-15T13:31:29.619Z
472024-05-15T13:31:30.200Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-15T13:31:30.200Z
492024-05-15T13:31:30.201Z
502024-05-15T13:31:30.201ZRust is installed now. Great!
512024-05-15T13:31:30.201Z
522024-05-15T13:31:30.201ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T13:31:30.201Zenvironment variable. This has not been done automatically.
542024-05-15T13:31:30.201Z
552024-05-15T13:31:30.201ZTo configure your current shell, you need to source
562024-05-15T13:31:30.201Zthe corresponding env file under $HOME/.cargo.
572024-05-15T13:31:30.201Z
582024-05-15T13:31:30.201ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T13:31:30.201Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T13:31:30.201Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T13:31:30.201Z+ rustc --version
622024-05-15T13:31:30.202Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-15T13:31:30.202Zprocess exited: duration 14223 ms, exit code 0
 
642024-05-15T13:31:30.262Zstarting task 2: "authentication"
652024-05-15T13:31:30.326Zprocess exited: duration 64 ms, exit code 0
 
662024-05-15T13:31:30.384Zstarting task 3: "clone repository"
672024-05-15T13:31:30.412Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-15T13:31:30.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-15T13:31:30.438ZCloning into '/work/oxidecomputer/omicron'...
702024-05-15T13:31:36.146Z+ cd /work/oxidecomputer/omicron
712024-05-15T13:31:36.146Z+ git fetch origin 79cf9d9706cbd9ca223c73c3cbcc3d512d040f48
722024-05-15T13:31:36.598ZFrom https://github.com/oxidecomputer/omicron
732024-05-15T13:31:36.599Z * branch 79cf9d9706cbd9ca223c73c3cbcc3d512d040f48 -> FETCH_HEAD
742024-05-15T13:31:36.632Z+ [[ -n '' ]]
752024-05-15T13:31:36.633Z+ git reset --hard 79cf9d9706cbd9ca223c73c3cbcc3d512d040f48
762024-05-15T13:31:36.776ZHEAD is now at 79cf9d970 Automatic bump of permslip manifest to gimlet-v1.0.18
772024-05-15T13:31:36.815Zprocess exited: duration 6395 ms, exit code 0
 
782024-05-15T13:31:36.890Zstarting task 4: "build"
792024-05-15T13:31:36.924Z+ cargo --version
802024-05-15T13:31:36.975Zcargo 1.77.2 (e52e36006 2024-03-26)
812024-05-15T13:31:37.002Z+ rustc --version
822024-05-15T13:31:37.072Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-15T13:31:37.100Z+ WORK=/work
842024-05-15T13:31:37.100Z+ pfexec mkdir -p /work
852024-05-15T13:31:37.100Z+ pfexec chown build /work
862024-05-15T13:31:37.100Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-05-15T13:31:41.909Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-05-15T13:31:43.894Z Startup: Caching catalogs ... Done
892024-05-15T13:31:45.811ZPlanning: Solver setup ... Done (1.326s)
902024-05-15T13:31:45.842ZPlanning: Running solver ... Done (0.026s)
912024-05-15T13:31:45.870ZPlanning: Finding local manifests ... Done (0.002s)
922024-05-15T13:31:45.946ZPlanning: Fetching manifests: 0/4 0% complete
932024-05-15T13:31:46.413ZPlanning: Fetching manifests: 4/4 100% complete
942024-05-15T13:31:46.466ZPlanning: Package planning ... Done (0.057s)
952024-05-15T13:31:46.530ZPlanning: Merging actions ... Done (0.060s)
962024-05-15T13:31:46.896ZPlanning: Checking for conflicting actions ... Done (0.362s)
972024-05-15T13:31:46.930ZPlanning: Consolidating action changes ... Done (0.013s)
982024-05-15T13:31:47.517ZPlanning: Evaluating mediators ... Done (0.608s)
992024-05-15T13:31:47.584ZPlanning: Planning completed in 3.57 seconds
1002024-05-15T13:31:47.614Z Packages to install: 4
1012024-05-15T13:31:47.614Z Mediators to change: 2
1022024-05-15T13:31:47.614Z Services to change: 1
1032024-05-15T13:31:47.614Z Estimated space available: 148.91 GB
1042024-05-15T13:31:47.614ZEstimated space to be consumed: 1.45 GB
1052024-05-15T13:31:47.614Z Create boot environment: No
1062024-05-15T13:31:47.615ZCreate backup boot environment: No
1072024-05-15T13:31:47.615Z Rebuild boot archive: No
1082024-05-15T13:31:47.615Z
1092024-05-15T13:31:47.615ZChanged mediators:
1102024-05-15T13:31:47.615Z mediator clang:
1112024-05-15T13:31:47.615Z version: None -> 15 (system default)
1122024-05-15T13:31:47.615Z
1132024-05-15T13:31:47.615Z mediator llvm:
1142024-05-15T13:31:47.615Z version: 14 (system default) -> 15 (system default)
1152024-05-15T13:31:47.616Z
1162024-05-15T13:31:47.616ZChanged packages:
1172024-05-15T13:31:47.616Zhelios-dev
1182024-05-15T13:31:47.616Z developer/build-essential
1192024-05-15T13:31:47.616Z None -> 11-2.0
1202024-05-15T13:31:47.616Z library/libxmlsec1
1212024-05-15T13:31:47.616Z None -> 1.2.35-2.0
1222024-05-15T13:31:47.616Z ooce/developer/clang-15
1232024-05-15T13:31:47.617Z None -> 15.0.7-2.0
1242024-05-15T13:31:47.617Z ooce/developer/llvm-15
1252024-05-15T13:31:47.617Z None -> 15.0.7-2.0
1262024-05-15T13:31:47.617Z
1272024-05-15T13:31:47.617ZServices:
1282024-05-15T13:31:47.617Z restart_fmri:
1292024-05-15T13:31:47.617Z svc:/system/update-man-index:default
1302024-05-15T13:31:47.617Z
1312024-05-15T13:31:47.618ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-05-15T13:31:52.591ZDownload: 1203/3290 items 84.3/212.6MB 39% complete (17.2M/s)
1332024-05-15T13:31:59.304ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.8M/s)
1342024-05-15T13:32:04.303ZDownload: 3065/3290 items 121.4/212.6MB 57% complete (532k/s)
1352024-05-15T13:32:09.721ZDownload: 3278/3290 items 210.2/212.6MB 98% complete (9.4M/s)
1362024-05-15T13:32:10.044ZDownload: Completed 212.60 MB in 22.45 seconds (9.5M/s)
1372024-05-15T13:32:10.241Z Actions: 1/3689 actions (Installing new actions)
1382024-05-15T13:32:15.237Z Actions: 2757/3689 actions (Installing new actions)
1392024-05-15T13:32:15.923Z Actions: Completed 3689 actions in 5.69 seconds.
1402024-05-15T13:32:16.226Z Done (0.301s)
1412024-05-15T13:32:16.226Z Done (0.000s)
1422024-05-15T13:32:16.566Z Done (0.342s)
1432024-05-15T13:32:21.389Z Done (4.694s)
1442024-05-15T13:32:21.889Z Done (0.018s)
1452024-05-15T13:32:21.916Z Done (0.000s)
1462024-05-15T13:32:21.916Z Done (0.000s)
1472024-05-15T13:32:22.211ZPlanning: Evaluating mediator changes ... Done
1482024-05-15T13:32:22.404ZPlanning: Checking for conflicting actions ... Done
1492024-05-15T13:32:22.430ZPlanning: Consolidating action changes ... Done
1502024-05-15T13:32:22.726ZPlanning: Evaluating mediators ... Done
1512024-05-15T13:32:22.757ZPlanning: Planning completed in 0.51 seconds
1522024-05-15T13:32:22.785Z Mediators to change: 2
1532024-05-15T13:32:22.785Z Create boot environment: No
1542024-05-15T13:32:22.785ZCreate backup boot environment: No
1552024-05-15T13:32:22.816Z Done
1562024-05-15T13:32:22.816Z Done
1572024-05-15T13:32:23.048Z Done
1582024-05-15T13:32:27.369Z Done
1592024-05-15T13:32:27.465Z Done
1602024-05-15T13:32:27.465Z Done
1612024-05-15T13:32:27.562Z Done
1622024-05-15T13:32:28.256ZPlanning: Evaluating mediator changes ... Done
1632024-05-15T13:32:28.283ZPlanning: Merging actions ... Done
1642024-05-15T13:32:28.484ZPlanning: Checking for conflicting actions ... Done
1652024-05-15T13:32:28.513ZPlanning: Consolidating action changes ... Done
1662024-05-15T13:32:28.832ZPlanning: Evaluating mediators ... Done
1672024-05-15T13:32:28.908ZPlanning: Planning completed in 0.94 seconds
1682024-05-15T13:32:28.950Z Packages to change: 1
1692024-05-15T13:32:28.950Z Mediators to change: 1
1702024-05-15T13:32:28.950Z Services to change: 1
1712024-05-15T13:32:28.951Z Create boot environment: No
1722024-05-15T13:32:28.951ZCreate backup boot environment: Yes
1732024-05-15T13:32:30.481Z Actions: 1/6 actions (Updating modified actions)
1742024-05-15T13:32:30.519Z Actions: Completed 6 actions in 0.00 seconds.
1752024-05-15T13:32:30.519Z Done
1762024-05-15T13:32:30.519Z Done
1772024-05-15T13:32:30.560Z Done
1782024-05-15T13:32:34.709Z Done
1792024-05-15T13:32:34.801Z Done
1802024-05-15T13:32:34.840Z Done
1812024-05-15T13:32:34.877Z Done
1822024-05-15T13:32:35.400ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-05-15T13:32:35.400Zclang system 15 system
1842024-05-15T13:32:35.400Zcsh system system illumos
1852024-05-15T13:32:35.401Zctags system system illumos
1862024-05-15T13:32:35.401Zgcc vendor 12 vendor
1872024-05-15T13:32:35.401Zgcc system 10 system
1882024-05-15T13:32:35.401Zgcc system 7 system
1892024-05-15T13:32:35.401Zgo system 1.20 system
1902024-05-15T13:32:35.401Zgo system 1.19 system
1912024-05-15T13:32:35.402Zllvm system 15 system
1922024-05-15T13:32:35.402Zllvm system 14 system
1932024-05-15T13:32:35.402Zmariadb system 10.6 system
1942024-05-15T13:32:35.402Zmta vendor vendor dma
1952024-05-15T13:32:35.402Zopenjdk system 17 system
1962024-05-15T13:32:35.402Zopenjdk system 11 system
1972024-05-15T13:32:35.403Zopenjdk system 1.8 system
1982024-05-15T13:32:35.403Zopenssl vendor 3 vendor
1992024-05-15T13:32:35.403Zperl system 5.36 system
2002024-05-15T13:32:35.403Zpostgresql system 15 system
2012024-05-15T13:32:35.403Zpostgresql system 13 system
2022024-05-15T13:32:35.404Zpython vendor 3 vendor
2032024-05-15T13:32:35.404Zpython system 2 system
2042024-05-15T13:32:35.404Zpython3 system 3.11 system
2052024-05-15T13:32:35.404Zruby system 3.0 system
2062024-05-15T13:32:35.404Zwords vendor vendor american-english
2072024-05-15T13:32:35.405Zwords system system australian-english
2082024-05-15T13:32:35.405Zwords system system british-english
2092024-05-15T13:32:35.405Zwords system system canadian-english
2102024-05-15T13:32:35.405Zwords system system french
2112024-05-15T13:32:35.405Zwords system system italian
2122024-05-15T13:32:35.405Zwords system system ngerman
2132024-05-15T13:32:35.406Zwords system system ogerman
2142024-05-15T13:32:35.406Zwords system system spanish
2152024-05-15T13:32:35.804ZPUBLISHER TYPE STATUS P LOCATION
2162024-05-15T13:32:35.804Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-05-15T13:32:37.467ZFMRI IFO
2182024-05-15T13:32:37.467Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-05-15T13:32:37.467Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-05-15T13:32:37.468Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-05-15T13:32:37.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-05-15T13:32:37.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-05-15T13:32:37.469Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-05-15T13:32:37.469Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-05-15T13:32:37.470Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-05-15T13:32:37.470Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-05-15T13:32:37.470Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-05-15T13:32:37.470Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-05-15T13:32:37.471Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-05-15T13:32:37.763Z+ set -o errexit
2312024-05-15T13:32:37.842Z+++ dirname ./tools/ci_download_cockroachdb
2322024-05-15T13:32:37.843Z++ cd ./tools
2332024-05-15T13:32:37.843Z++ pwd
2342024-05-15T13:32:37.843Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352024-05-15T13:32:37.843Z++ basename ./tools/ci_download_cockroachdb
2362024-05-15T13:32:37.843Z+ ARG0=ci_download_cockroachdb
2372024-05-15T13:32:37.843Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382024-05-15T13:32:37.844Z+ CIDL_VERSION=v22.1.9
2392024-05-15T13:32:37.844Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402024-05-15T13:32:37.844Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2412024-05-15T13:32:37.844Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2422024-05-15T13:32:37.844Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2432024-05-15T13:32:37.844Z+ TARGET_DIR=out
2442024-05-15T13:32:37.844Z+ DOWNLOAD_DIR=out/downloads
2452024-05-15T13:32:37.844Z+ DEST_DIR=./out/cockroachdb
2462024-05-15T13:32:37.844Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472024-05-15T13:32:37.844Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482024-05-15T13:32:37.845Z+ main
2492024-05-15T13:32:37.845Z+ [[ 0 != 0 ]]
2502024-05-15T13:32:37.845Z+ CIDL_OS=solaris2.11
2512024-05-15T13:32:37.845Z+ [[ 0 != 0 ]]
2522024-05-15T13:32:37.845Z+ configure_os solaris2.11
2532024-05-15T13:32:37.845Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542024-05-15T13:32:37.845Zcurrent directory: /work/oxidecomputer/omicron
2552024-05-15T13:32:37.845Z+ echo 'configuring based on OS: "solaris2.11"'
2562024-05-15T13:32:37.845Z+ case "$1" in
2572024-05-15T13:32:37.845Zconfiguring based on OS: "solaris2.11"
2582024-05-15T13:32:37.846Z+ CIDL_BUILD=illumos
2592024-05-15T13:32:37.846Z+ CIDL_SUFFIX=tar.gz
2602024-05-15T13:32:37.846Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-05-15T13:32:37.846Z+ CIDL_URL_BASE=https://illumos.org/downloads
2622024-05-15T13:32:37.846Z+ CIDL_ASSEMBLE=do_assemble_illumos
2632024-05-15T13:32:37.846Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2642024-05-15T13:32:37.846Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2652024-05-15T13:32:37.846ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2662024-05-15T13:32:37.846ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-05-15T13:32:37.847Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682024-05-15T13:32:37.847Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2692024-05-15T13:32:37.847Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702024-05-15T13:32:37.847Z+ CIDL_SHA256FUNC=do_sha256sum
2712024-05-15T13:32:37.847Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-05-15T13:32:37.847Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732024-05-15T13:32:37.847Z+ mkdir -p out/downloads
2742024-05-15T13:32:37.847Z+ mkdir -p ./out/cockroachdb
2752024-05-15T13:32:37.847Z+ local DO_DOWNLOAD=true
2762024-05-15T13:32:37.847Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772024-05-15T13:32:37.847Z+ '[' true == true ']'
2782024-05-15T13:32:37.847Z+ echo Downloading...
2792024-05-15T13:32:37.848ZDownloading...
2802024-05-15T13:32:37.848Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-15T13:32:37.848Z+ 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
2822024-05-15T13:32:41.902Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-15T13:32:41.935Z++ sha256sum
2842024-05-15T13:32:41.935Z++ awk '{print $1}'
2852024-05-15T13:32:41.980Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-05-15T13:32:41.980Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2872024-05-15T13:32:41.980Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-15T13:32:41.980Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892024-05-15T13:32:44.866Z+ do_assemble_illumos
2902024-05-15T13:32:44.866Z+ rm -r ./out/cockroachdb
2912024-05-15T13:32:44.891Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922024-05-15T13:32:45.230Z+ ./out/cockroachdb/bin/cockroach version
2932024-05-15T13:32:45.453ZBuild Tag: v22.1.9-dirty
2942024-05-15T13:32:45.453ZBuild Time: 2022/10/26 21:17:46
2952024-05-15T13:32:45.453ZDistribution: OSS
2962024-05-15T13:32:45.453ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972024-05-15T13:32:45.453ZGo Version: go1.17.13
2982024-05-15T13:32:45.453ZC Compiler: gcc 10.3.0
2992024-05-15T13:32:45.453ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002024-05-15T13:32:45.453ZBuild Type: release
3012024-05-15T13:32:45.490Z+ set -o errexit
3022024-05-15T13:32:45.490Z+++ dirname ./tools/ci_download_clickhouse
3032024-05-15T13:32:45.521Z++ cd ./tools
3042024-05-15T13:32:45.521Z++ pwd
3052024-05-15T13:32:45.521Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062024-05-15T13:32:45.522Z++ basename ./tools/ci_download_clickhouse
3072024-05-15T13:32:45.522Z+ ARG0=ci_download_clickhouse
3082024-05-15T13:32:45.522Z+ TARGET_DIR=out
3092024-05-15T13:32:45.522Z+ DOWNLOAD_DIR=out/downloads
3102024-05-15T13:32:45.522Z+ DEST_DIR=./out/clickhouse
3112024-05-15T13:32:45.522Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3122024-05-15T13:32:45.522Z+ CIDL_VERSION=v23.8.7.24
3132024-05-15T13:32:45.522Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3142024-05-15T13:32:45.522Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3152024-05-15T13:32:45.522Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3162024-05-15T13:32:45.522Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3172024-05-15T13:32:45.523Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3182024-05-15T13:32:45.523Z+ main
3192024-05-15T13:32:45.523Z+ [[ 0 != 0 ]]
3202024-05-15T13:32:45.523Z+ CIDL_OS=solaris2.11
3212024-05-15T13:32:45.523Z+ [[ 0 != 0 ]]
3222024-05-15T13:32:45.523Z+ configure_os solaris2.11
3232024-05-15T13:32:45.523Z+ echo 'current directory: /work/oxidecomputer/omicron'
3242024-05-15T13:32:45.523Zcurrent directory: /work/oxidecomputer/omicron
3252024-05-15T13:32:45.523Z+ echo 'configuring based on OS: "solaris2.11"'
3262024-05-15T13:32:45.523Z+ CIDL_DASHREV=
3272024-05-15T13:32:45.523Zconfiguring based on OS: "solaris2.11"
3282024-05-15T13:32:45.523Z+ case "$1" in
3292024-05-15T13:32:45.523Z+ CIDL_PLATFORM=illumos
3302024-05-15T13:32:45.523Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3312024-05-15T13:32:45.523Z+ CIDL_MD5FUNC=do_md5sum
3322024-05-15T13:32:45.523Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3332024-05-15T13:32:45.523Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3342024-05-15T13:32:45.523Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3352024-05-15T13:32:45.524Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3362024-05-15T13:32:45.524Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3372024-05-15T13:32:45.524ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3382024-05-15T13:32:45.524Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3392024-05-15T13:32:45.524Z+ mkdir -p out/downloads
3402024-05-15T13:32:45.524ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-15T13:32:45.524Z+ mkdir -p ./out/clickhouse
3422024-05-15T13:32:45.524Z+ local DO_DOWNLOAD=true
3432024-05-15T13:32:45.524Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3442024-05-15T13:32:45.524Z+ '[' true == true ']'
3452024-05-15T13:32:45.524Z+ echo Downloading...
3462024-05-15T13:32:45.524ZDownloading...
3472024-05-15T13:32:45.524Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-15T13:32:45.524Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-15T13:32:57.588Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-15T13:32:57.614Z++ md5sum
3512024-05-15T13:32:57.614Z++ awk '{print $1}'
3522024-05-15T13:32:57.856Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-15T13:32:57.856Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3542024-05-15T13:32:57.856Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3552024-05-15T13:32:57.856Z+ mkdir -p ./out/clickhouse
3562024-05-15T13:32:57.886Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3572024-05-15T13:33:03.185Z+ [[ solaris2.11 == darwin* ]]
3582024-05-15T13:33:03.185Z+ ./out/clickhouse/clickhouse server --version
3592024-05-15T13:33:03.330ZClickHouse server version 23.8.7.1.
3602024-05-15T13:33:03.362Z+ set -o errexit
3612024-05-15T13:33:03.363Z+++ dirname ./tools/ci_download_console
3622024-05-15T13:33:03.404Z++ cd ./tools
3632024-05-15T13:33:03.405Z++ pwd
3642024-05-15T13:33:03.405Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3652024-05-15T13:33:03.405Z++ basename ./tools/ci_download_console
3662024-05-15T13:33:03.406Z+ ARG0=ci_download_console
3672024-05-15T13:33:03.406Z+ TARGET_DIR=out
3682024-05-15T13:33:03.406Z+ DOWNLOAD_DIR=out/downloads
3692024-05-15T13:33:03.407Z+ DEST_DIR=./out/console-assets
3702024-05-15T13:33:03.407Z+ source /work/oxidecomputer/omicron/tools/console_version
3712024-05-15T13:33:03.407Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3722024-05-15T13:33:03.407Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3732024-05-15T13:33:03.407Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3742024-05-15T13:33:03.408Z+ TARBALL_FILE=out/downloads/console.tar.gz
3752024-05-15T13:33:03.408Z+ main
3762024-05-15T13:33:03.408Z+ [[ 0 != 0 ]]
3772024-05-15T13:33:03.408Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3782024-05-15T13:33:03.408Z+ echo 'Local file: out/downloads/console.tar.gz'
3792024-05-15T13:33:03.408Z+ local DO_DOWNLOAD=true
3802024-05-15T13:33:03.409Z+ [[ -f out/downloads/console.tar.gz ]]
3812024-05-15T13:33:03.409Z+ mkdir -p out/downloads
3822024-05-15T13:33:03.409ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3832024-05-15T13:33:03.409ZLocal file: out/downloads/console.tar.gz
3842024-05-15T13:33:03.409Z+ '[' true == true ']'
3852024-05-15T13:33:03.409Z+ echo Downloading...
3862024-05-15T13:33:03.409ZDownloading...
3872024-05-15T13:33:03.410Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3882024-05-15T13:33:03.410Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3892024-05-15T13:33:03.604Z++ do_sha256sum out/downloads/console.tar.gz
3902024-05-15T13:33:03.604Z++ case "$OSTYPE" in
3912024-05-15T13:33:03.604Z++ SHA=sha256sum
3922024-05-15T13:33:03.641Z++ sha256sum
3932024-05-15T13:33:03.641Z++ awk '{print $1}'
3942024-05-15T13:33:03.641Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3952024-05-15T13:33:03.642Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
3962024-05-15T13:33:03.642Z+ rm -rf ./out/console-assets
3972024-05-15T13:33:03.642Z+ mkdir -p ./out/console-assets
3982024-05-15T13:33:03.642Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3992024-05-15T13:33:03.642Z+ mkdir -p ./out/console-assets
4002024-05-15T13:33:03.643Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4012024-05-15T13:33:03.766Z+ set -o errexit
4022024-05-15T13:33:03.799Z+++ dirname ./tools/ci_download_dendrite_openapi
4032024-05-15T13:33:03.799Z++ cd ./tools
4042024-05-15T13:33:03.799Z++ pwd
4052024-05-15T13:33:03.799Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-05-15T13:33:03.800Z++ basename ./tools/ci_download_dendrite_openapi
4072024-05-15T13:33:03.800Z+ ARG0=ci_download_dendrite_openapi
4082024-05-15T13:33:03.800Z+ TARGET_DIR=out
4092024-05-15T13:33:03.800Z+ DOWNLOAD_DIR=out/downloads
4102024-05-15T13:33:03.801Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4112024-05-15T13:33:03.801Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4122024-05-15T13:33:03.801Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4132024-05-15T13:33:03.801Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4142024-05-15T13:33:03.801Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4152024-05-15T13:33:03.801Z+ main
4162024-05-15T13:33:03.801Z+ [[ 0 != 0 ]]
4172024-05-15T13:33:03.801Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4182024-05-15T13:33:03.801ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4192024-05-15T13:33:03.801Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4202024-05-15T13:33:03.801Z+ local DO_DOWNLOAD=true
4212024-05-15T13:33:03.801ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4222024-05-15T13:33:03.801Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4232024-05-15T13:33:03.801Z+ mkdir -p out/downloads
4242024-05-15T13:33:03.801Z+ '[' true == true ']'
4252024-05-15T13:33:03.801Z+ echo Downloading...
4262024-05-15T13:33:03.801Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4272024-05-15T13:33:03.801ZDownloading...
4282024-05-15T13:33:03.801Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4292024-05-15T13:33:04.256Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4302024-05-15T13:33:04.257Z++ case "$OSTYPE" in
4312024-05-15T13:33:04.283Z++ SHA=sha256sum
4322024-05-15T13:33:04.283Z++ sha256sum
4332024-05-15T13:33:04.283Z++ awk '{print $1}'
4342024-05-15T13:33:04.283Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4352024-05-15T13:33:04.283Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4362024-05-15T13:33:04.283Z+ set -o errexit
4372024-05-15T13:33:04.283Z+++ dirname ./tools/ci_download_dendrite_stub
4382024-05-15T13:33:04.283Z++ cd ./tools
4392024-05-15T13:33:04.283Z++ pwd
4402024-05-15T13:33:04.283Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412024-05-15T13:33:04.311Z++ basename ./tools/ci_download_dendrite_stub
4422024-05-15T13:33:04.311Z+ ARG0=ci_download_dendrite_stub
4432024-05-15T13:33:04.311Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4442024-05-15T13:33:04.311Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4452024-05-15T13:33:04.311Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4462024-05-15T13:33:04.311Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4472024-05-15T13:33:04.311Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4482024-05-15T13:33:04.311Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4492024-05-15T13:33:04.311Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4502024-05-15T13:33:04.311Z+ TARGET_DIR=out
4512024-05-15T13:33:04.311Z+ DOWNLOAD_DIR=out/downloads
4522024-05-15T13:33:04.311Z+ DEST_DIR=./out/dendrite-stub
4532024-05-15T13:33:04.311Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4542024-05-15T13:33:04.311Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4552024-05-15T13:33:04.311Z+ REPO=oxidecomputer/dendrite
4562024-05-15T13:33:04.311Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4572024-05-15T13:33:04.311Z+ main
4582024-05-15T13:33:04.311Z+ [[ 0 != 0 ]]
4592024-05-15T13:33:04.311Z+ CIDL_OS=solaris2.11
4602024-05-15T13:33:04.312Z+ [[ 0 != 0 ]]
4612024-05-15T13:33:04.312Z+ configure_os solaris2.11
4622024-05-15T13:33:04.312Z+ echo 'current directory: /work/oxidecomputer/omicron'
4632024-05-15T13:33:04.312Z+ echo 'configuring based on OS: "solaris2.11"'
4642024-05-15T13:33:04.312Zcurrent directory: /work/oxidecomputer/omicron
4652024-05-15T13:33:04.312Z+ case "$1" in
4662024-05-15T13:33:04.312Z+ SET_BINARIES=
4672024-05-15T13:33:04.312Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4682024-05-15T13:33:04.312Zconfiguring based on OS: "solaris2.11"
4692024-05-15T13:33:04.312Z+ CIDL_SHA256FUNC=do_sha256sum
4702024-05-15T13:33:04.312Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4712024-05-15T13:33:04.312Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4722024-05-15T13:33:04.312ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4732024-05-15T13:33:04.312ZLocal file: out/downloads/dendrite-stub.tar.gz
4742024-05-15T13:33:04.312Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4752024-05-15T13:33:04.312Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4762024-05-15T13:33:04.312Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4772024-05-15T13:33:04.312Z+ mkdir -p out/downloads
4782024-05-15T13:33:04.312Z+ mkdir -p ./out/dendrite-stub
4792024-05-15T13:33:04.312Z+ fetch_and_verify
4802024-05-15T13:33:04.312Z+ local DO_DOWNLOAD=true
4812024-05-15T13:33:04.312Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4822024-05-15T13:33:04.312Z+ '[' true == true ']'
4832024-05-15T13:33:04.313Z+ echo Downloading...
4842024-05-15T13:33:04.313Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4852024-05-15T13:33:04.313ZDownloading...
4862024-05-15T13:33:04.313Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4872024-05-15T13:33:27.044Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4882024-05-15T13:33:27.071Z++ sha256sum
4892024-05-15T13:33:27.071Z++ awk '{print $1}'
4902024-05-15T13:33:27.101Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4912024-05-15T13:33:27.101Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
4922024-05-15T13:33:27.101Z+ do_untar out/downloads/dendrite-stub.tar.gz
4932024-05-15T13:33:27.101Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4942024-05-15T13:33:27.897Z+ do_assemble
4952024-05-15T13:33:27.897Z+ rm -r ./out/dendrite-stub
4962024-05-15T13:33:27.923Z+ mkdir ./out/dendrite-stub
4972024-05-15T13:33:27.923Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4982024-05-15T13:33:28.046Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
4992024-05-15T13:33:28.076Z+ set -o errexit
5002024-05-15T13:33:28.076Z+++ dirname ./tools/ci_download_maghemite_mgd
5012024-05-15T13:33:28.076Z++ cd ./tools
5022024-05-15T13:33:28.076Z++ pwd
5032024-05-15T13:33:28.077Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-05-15T13:33:28.077Z++ basename ./tools/ci_download_maghemite_mgd
5052024-05-15T13:33:28.077Z+ ARG0=ci_download_maghemite_mgd
5062024-05-15T13:33:28.077Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5072024-05-15T13:33:28.077Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5082024-05-15T13:33:28.077Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5092024-05-15T13:33:28.077Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5102024-05-15T13:33:28.078Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5112024-05-15T13:33:28.078Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5122024-05-15T13:33:28.078Z+ TARGET_DIR=out
5132024-05-15T13:33:28.078Z+ DOWNLOAD_DIR=out/downloads
5142024-05-15T13:33:28.078Z+ DEST_DIR=./out/mgd
5152024-05-15T13:33:28.078Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5162024-05-15T13:33:28.079Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-05-15T13:33:28.079Z+ REPO=oxidecomputer/maghemite
5182024-05-15T13:33:28.079Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5192024-05-15T13:33:28.079Z+ main
5202024-05-15T13:33:28.079Z+ rm -rf out/downloads/root
5212024-05-15T13:33:28.112Z+ [[ 0 != 0 ]]
5222024-05-15T13:33:28.112Z+ CIDL_OS=solaris2.11
5232024-05-15T13:33:28.112Z+ [[ 0 != 0 ]]
5242024-05-15T13:33:28.112Z+ configure_os solaris2.11
5252024-05-15T13:33:28.113Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262024-05-15T13:33:28.113Zcurrent directory: /work/oxidecomputer/omicron
5272024-05-15T13:33:28.113Zconfiguring based on OS: "solaris2.11"
5282024-05-15T13:33:28.113Z+ echo 'configuring based on OS: "solaris2.11"'
5292024-05-15T13:33:28.113Z+ case "$1" in
5302024-05-15T13:33:28.113Z+ SET_BINARIES=
5312024-05-15T13:33:28.113Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-05-15T13:33:28.113Z+ TARBALL_FILENAME=mgd.tar.gz
5332024-05-15T13:33:28.113Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5342024-05-15T13:33:28.114Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5352024-05-15T13:33:28.114Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5362024-05-15T13:33:28.114ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5372024-05-15T13:33:28.114Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5382024-05-15T13:33:28.114ZLocal file: out/downloads/mgd.tar.gz
5392024-05-15T13:33:28.114Z+ mkdir -p out/downloads
5402024-05-15T13:33:28.114Z+ mkdir -p ./out/mgd
5412024-05-15T13:33:28.114Z+ fetch_and_verify
5422024-05-15T13:33:28.115Z+ local DO_DOWNLOAD=true
5432024-05-15T13:33:28.115Z+ [[ -f out/downloads/mgd.tar.gz ]]
5442024-05-15T13:33:28.115Z+ '[' true == true ']'
5452024-05-15T13:33:28.115Z+ echo Downloading...
5462024-05-15T13:33:28.115ZDownloading...
5472024-05-15T13:33:28.115Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5482024-05-15T13:33:28.115Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5492024-05-15T13:33:47.202Z++ do_sha256sum out/downloads/mgd.tar.gz
5502024-05-15T13:33:47.228Z++ sha256sum
5512024-05-15T13:33:47.228Z++ awk '{print $1}'
5522024-05-15T13:33:47.254Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5532024-05-15T13:33:47.254Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5542024-05-15T13:33:47.254Z+ do_untar out/downloads/mgd.tar.gz
5552024-05-15T13:33:47.254Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5562024-05-15T13:33:47.976Z+ do_assemble
5572024-05-15T13:33:47.976Z+ rm -r ./out/mgd
5582024-05-15T13:33:48.007Z+ mkdir ./out/mgd
5592024-05-15T13:33:48.007Z+ cp -r out/downloads/root ./out/mgd/root
5602024-05-15T13:33:48.456Z+ set -o errexit
5612024-05-15T13:33:48.456Z+++ dirname ./tools/ci_download_transceiver_control
5622024-05-15T13:33:48.456Z++ cd ./tools
5632024-05-15T13:33:48.456Z++ pwd
5642024-05-15T13:33:48.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5652024-05-15T13:33:48.456Z++ basename ./tools/ci_download_transceiver_control
5662024-05-15T13:33:48.456Z+ ARG0=ci_download_transceiver_control
5672024-05-15T13:33:48.456Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5682024-05-15T13:33:48.456Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5692024-05-15T13:33:48.456Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5702024-05-15T13:33:48.456Z+ TARGET_DIR=out
5712024-05-15T13:33:48.456Z+ DOWNLOAD_DIR=out/downloads
5722024-05-15T13:33:48.456Z+ DEST_DIR=./out/transceiver-control
5732024-05-15T13:33:48.457Z+ BIN_DIR=/opt/oxide/bin
5742024-05-15T13:33:48.457Z+ BINARY=xcvradm
5752024-05-15T13:33:48.458Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5762024-05-15T13:33:48.458Z+ REPO=oxidecomputer/transceiver-control
5772024-05-15T13:33:48.459Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5782024-05-15T13:33:48.459Z+ main
5792024-05-15T13:33:48.459Z+ [[ 0 != 0 ]]
5802024-05-15T13:33:48.459Z+ CIDL_OS=solaris2.11
5812024-05-15T13:33:48.459Z+ [[ 0 != 0 ]]
5822024-05-15T13:33:48.460Z+ configure_os solaris2.11
5832024-05-15T13:33:48.460Z+ echo 'current directory: /work/oxidecomputer/omicron'
5842024-05-15T13:33:48.460Z+ echo 'configuring based on OS: "solaris2.11"'
5852024-05-15T13:33:48.460Z+ case "$1" in
5862024-05-15T13:33:48.460Z+ SET_BINARIES=
5872024-05-15T13:33:48.461Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5882024-05-15T13:33:48.461Z+ CIDL_SHA256FUNC=do_sha256sum
5892024-05-15T13:33:48.461Z+ ARCHIVE_FILENAME=xcvradm.gz
5902024-05-15T13:33:48.461Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5912024-05-15T13:33:48.461Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5922024-05-15T13:33:48.461Zcurrent directory: /work/oxidecomputer/omicron
5932024-05-15T13:33:48.461Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5942024-05-15T13:33:48.461Zconfiguring based on OS: "solaris2.11"
5952024-05-15T13:33:48.461ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5962024-05-15T13:33:48.462ZLocal file: out/downloads/xcvradm.gz
5972024-05-15T13:33:48.462Z+ echo 'Local file: out/downloads/xcvradm.gz'
5982024-05-15T13:33:48.462Z+ mkdir -p out/downloads
5992024-05-15T13:33:48.463Z+ mkdir -p ./out/transceiver-control
6002024-05-15T13:33:48.463Z+ fetch_and_verify
6012024-05-15T13:33:48.463Z+ local DO_DOWNLOAD=true
6022024-05-15T13:33:48.463Z+ [[ -f out/downloads/xcvradm.gz ]]
6032024-05-15T13:33:48.463Z+ '[' true == true ']'
6042024-05-15T13:33:48.463Z+ echo Downloading...
6052024-05-15T13:33:48.464ZDownloading...
6062024-05-15T13:33:48.464Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6072024-05-15T13:33:48.464Z+ 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
6082024-05-15T13:33:52.562Z++ do_sha256sum out/downloads/xcvradm.gz
6092024-05-15T13:33:52.562Z++ sha256sum
6102024-05-15T13:33:52.563Z++ awk '{print $1}'
6112024-05-15T13:33:52.590Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6122024-05-15T13:33:52.590Z+ [[ 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 ]]
6132024-05-15T13:33:52.590Z+ do_unpack out/downloads/xcvradm.gz
6142024-05-15T13:33:52.590Z+ mkdir -p out/downloads/root//opt/oxide/bin
6152024-05-15T13:33:52.590Z+ gzip -dc out/downloads/xcvradm.gz
6162024-05-15T13:33:52.710Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6172024-05-15T13:33:52.738Z+ do_assemble
6182024-05-15T13:33:52.738Z+ rm -r ./out/transceiver-control
6192024-05-15T13:33:52.738Z+ mkdir ./out/transceiver-control
6202024-05-15T13:33:52.738Z+ cp -r out/downloads/root ./out/transceiver-control/root
6212024-05-15T13:33:52.823Z+ set -o errexit
6222024-05-15T13:33:52.871Z+++ dirname ./tools/ci_download_thundermuffin
6232024-05-15T13:33:52.872Z++ cd ./tools
6242024-05-15T13:33:52.872Z++ pwd
6252024-05-15T13:33:52.872Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-05-15T13:33:52.872Z++ basename ./tools/ci_download_thundermuffin
6272024-05-15T13:33:52.872Z+ ARG0=ci_download_thundermuffin
6282024-05-15T13:33:52.872Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6292024-05-15T13:33:52.872Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6302024-05-15T13:33:52.872Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6312024-05-15T13:33:52.872Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6322024-05-15T13:33:52.872Z+ TARGET_DIR=out
6332024-05-15T13:33:52.872Z+ DOWNLOAD_DIR=out/downloads
6342024-05-15T13:33:52.873Z+ DEST_DIR=./out/thundermuffin
6352024-05-15T13:33:52.873Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6362024-05-15T13:33:52.873Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-05-15T13:33:52.873Z+ REPO=oxidecomputer/thundermuffin
6382024-05-15T13:33:52.873Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6392024-05-15T13:33:52.873Z+ main
6402024-05-15T13:33:52.873Z+ rm -rf out/downloads/root
6412024-05-15T13:33:52.873Z+ [[ 0 != 0 ]]
6422024-05-15T13:33:52.873Z+ CIDL_OS=solaris2.11
6432024-05-15T13:33:52.873Z+ [[ 0 != 0 ]]
6442024-05-15T13:33:52.874Z+ configure_os solaris2.11
6452024-05-15T13:33:52.874Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462024-05-15T13:33:52.874Zcurrent directory: /work/oxidecomputer/omicron
6472024-05-15T13:33:52.874Zconfiguring based on OS: "solaris2.11"
6482024-05-15T13:33:52.874Z+ echo 'configuring based on OS: "solaris2.11"'
6492024-05-15T13:33:52.874Z+ case "$1" in
6502024-05-15T13:33:52.874Z+ SET_BINARIES=
6512024-05-15T13:33:52.874Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-05-15T13:33:52.874Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6532024-05-15T13:33:52.874Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6542024-05-15T13:33:52.874Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6552024-05-15T13:33:52.874Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6562024-05-15T13:33:52.874ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6572024-05-15T13:33:52.875Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6582024-05-15T13:33:52.875ZLocal file: out/downloads/thundermuffin.tar.gz
6592024-05-15T13:33:52.875Z+ mkdir -p out/downloads
6602024-05-15T13:33:52.875Z+ mkdir -p ./out/thundermuffin
6612024-05-15T13:33:52.875Z+ fetch_and_verify
6622024-05-15T13:33:52.875Z+ local DO_DOWNLOAD=true
6632024-05-15T13:33:52.875Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6642024-05-15T13:33:52.875Z+ '[' true == true ']'
6652024-05-15T13:33:52.875Z+ echo Downloading...
6662024-05-15T13:33:52.876ZDownloading...
6672024-05-15T13:33:52.876Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6682024-05-15T13:33:52.876Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6692024-05-15T13:33:53.875Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6702024-05-15T13:33:53.904Z++ sha256sum
6712024-05-15T13:33:53.905Z++ awk '{print $1}'
6722024-05-15T13:33:53.905Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6732024-05-15T13:33:53.905Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6742024-05-15T13:33:53.905Z+ do_untar out/downloads/thundermuffin.tar.gz
6752024-05-15T13:33:53.906Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6762024-05-15T13:33:53.973Z+ do_assemble
6772024-05-15T13:33:53.973Z+ rm -r ./out/thundermuffin
6782024-05-15T13:33:54.006Z+ mkdir ./out/thundermuffin
6792024-05-15T13:33:54.006Z+ cp -r out/downloads/root ./out/thundermuffin/root
6802024-05-15T13:33:54.007ZAll prerequisites installed successfully
6812024-05-15T13:33:54.007Z
6822024-05-15T13:33:54.007Zreal 2:16.909836061
6832024-05-15T13:33:54.007Zuser 43.779110850
6842024-05-15T13:33:54.007Zsys 11.191601022
6852024-05-15T13:33:54.007Ztrap 0.011105351
6862024-05-15T13:33:54.007Ztflt 0.009040360
6872024-05-15T13:33:54.007Zdflt 0.016663282
6882024-05-15T13:33:54.008Zkflt 0.004982409
6892024-05-15T13:33:54.008Zlock 1.638237413
6902024-05-15T13:33:54.008Zslp 5:02.157011643
6912024-05-15T13:33:54.008Zlat 4.703922578
6922024-05-15T13:33:54.008Zstop 0.055528329
6932024-05-15T13:33:54.008Z+ ptime -m ./tools/ci_download_softnpu_machinery
6942024-05-15T13:33:54.045Zfetching npuzone
6952024-05-15T13:33:54.045ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6962024-05-15T13:33:54.045Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
6972024-05-15T13:33:54.045ZGetting hash for npuzone
6982024-05-15T13:33:54.167Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
6992024-05-15T13:34:01.734Znpuzone downloaded successfully
7002024-05-15T13:34:01.776Z
7012024-05-15T13:34:01.776Zreal 7.744507129
7022024-05-15T13:34:01.777Zuser 0.340739266
7032024-05-15T13:34:01.777Zsys 0.185800650
7042024-05-15T13:34:01.777Ztrap 0.000102681
7052024-05-15T13:34:01.778Ztflt 0.000000000
7062024-05-15T13:34:01.778Zdflt 0.000000000
7072024-05-15T13:34:01.778Zkflt 0.000000000
7082024-05-15T13:34:01.778Zlock 0.000000000
7092024-05-15T13:34:01.778Zslp 22.530830561
7102024-05-15T13:34:01.779Zlat 0.137771023
7112024-05-15T13:34:01.779Zstop 0.000254772
7122024-05-15T13:34:01.779Z+ export CARGO_INCREMENTAL=0
7132024-05-15T13:34:01.779Z+ CARGO_INCREMENTAL=0
7142024-05-15T13:34:01.779Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7152024-05-15T13:34:02.009Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-05-15T13:34:02.470Z Updating git repository `https://github.com/oxidecomputer/zone`
7172024-05-15T13:34:02.871Z Updating crates.io index
7182024-05-15T13:34:02.911Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192024-05-15T13:34:03.867Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7202024-05-15T13:34:04.686Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7212024-05-15T13:34:07.721Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7222024-05-15T13:34:08.996Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7232024-05-15T13:34:09.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
7242024-05-15T13:34:10.537Z Updating git repository `https://github.com/oxidecomputer/crucible`
7252024-05-15T13:34:12.621Z Updating git repository `https://github.com/oxidecomputer/opte`
7262024-05-15T13:34:14.034Z Updating git repository `https://github.com/oxidecomputer/falcon`
7272024-05-15T13:34:14.900Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282024-05-15T13:34:15.623Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7292024-05-15T13:34:16.100Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-05-15T13:34:16.504Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-05-15T13:34:17.014Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-05-15T13:34:17.423Z Updating git repository `http://github.com/oxidecomputer/tofino`
7332024-05-15T13:34:17.949Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7342024-05-15T13:34:18.352Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7352024-05-15T13:34:18.768Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7362024-05-15T13:34:19.333Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7372024-05-15T13:34:19.709Z Updating git repository `https://github.com/oxidecomputer/ispf`
7382024-05-15T13:34:20.206Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-05-15T13:34:20.699Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-05-15T13:34:21.478Z Updating git repository `https://github.com/jgallagher/nix`
7412024-05-15T13:34:22.671Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-05-15T13:34:23.060Z Updating git repository `https://github.com/cbiffle/hubpack`
7432024-05-15T13:34:23.537Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7442024-05-15T13:34:24.227Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-05-15T13:34:26.425Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-05-15T13:34:26.931Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-05-15T13:34:27.357Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-05-15T13:34:28.083Z Updating git repository `https://github.com/oxidecomputer/rfb`
7492024-05-15T13:34:29.450Z Downloading crates ...
7502024-05-15T13:34:29.538Z Downloaded adler v1.0.2
7512024-05-15T13:34:30.148Z Downloaded aead v0.5.2
7522024-05-15T13:34:30.148Z Downloaded addr2line v0.21.0
7532024-05-15T13:34:30.148Z Downloaded autocfg v1.1.0
7542024-05-15T13:34:30.148Z Downloaded base16ct v0.2.0
7552024-05-15T13:34:30.148Z Downloaded heck v0.4.1
7562024-05-15T13:34:30.148Z Downloaded heapless v0.8.0
7572024-05-15T13:34:30.148Z Downloaded hyper v0.14.28
7582024-05-15T13:34:30.148Z Downloaded normalize-line-endings v0.3.0
7592024-05-15T13:34:30.148Z Downloaded sigpipe v0.1.3
7602024-05-15T13:34:30.148Z Downloaded signal-hook-tokio v0.3.1
7612024-05-15T13:34:30.148Z Downloaded sync_wrapper v0.1.2
7622024-05-15T13:34:30.148Z Downloaded tabwriter v1.4.0
7632024-05-15T13:34:30.148Z Downloaded strum_macros v0.26.1
7642024-05-15T13:34:30.148Z Downloaded crunchy v0.2.2
7652024-05-15T13:34:30.148Z Downloaded zeroize v1.7.0
7662024-05-15T13:34:30.148Z Downloaded zone v0.1.8
7672024-05-15T13:34:30.149Z Downloaded curve25519-dalek-derive v0.1.0
7682024-05-15T13:34:30.149Z Downloaded cstr-argument v0.1.2
7692024-05-15T13:34:30.149Z Downloaded parse-size v1.0.0
7702024-05-15T13:34:30.149Z Downloaded rustfmt-wrapper v0.2.1
7712024-05-15T13:34:30.149Z Downloaded oso-derive v0.27.3
7722024-05-15T13:34:30.149Z Downloaded termtree v0.4.1
7732024-05-15T13:34:30.149Z Downloaded tower-service v0.3.2
7742024-05-15T13:34:30.149Z Downloaded toolchain_find v0.4.0
7752024-05-15T13:34:30.149Z Downloaded dtrace-parser v0.2.0
7762024-05-15T13:34:30.149Z Downloaded portpicker v0.1.1
7772024-05-15T13:34:30.149Z Downloaded topological-sort v0.2.2
7782024-05-15T13:34:30.149Z Downloaded serde-big-array v0.5.1
7792024-05-15T13:34:30.149Z Downloaded stable_deref_trait v1.2.0
7802024-05-15T13:34:30.149Z Downloaded strip-ansi-escapes v0.2.0
7812024-05-15T13:34:30.149Z Downloaded num-conv v0.1.0
7822024-05-15T13:34:30.149Z Downloaded strsim v0.10.0
7832024-05-15T13:34:30.149Z Downloaded precomputed-hash v0.1.1
7842024-05-15T13:34:30.149Z Downloaded peg-runtime v0.8.3
7852024-05-15T13:34:30.149Z Downloaded stability v0.2.0
7862024-05-15T13:34:30.149Z Downloaded deranged v0.3.11
7872024-05-15T13:34:30.149Z Downloaded time-core v0.1.2
7882024-05-15T13:34:30.149Z Downloaded fastrand v2.0.1
7892024-05-15T13:34:30.149Z Downloaded take_mut v0.2.2
7902024-05-15T13:34:30.150Z Downloaded fallible-iterator v0.2.0
7912024-05-15T13:34:30.150Z Downloaded thread_local v1.1.7
7922024-05-15T13:34:30.150Z Downloaded num_cpus v1.16.0
7932024-05-15T13:34:30.150Z Downloaded tinyvec_macros v0.1.1
7942024-05-15T13:34:30.150Z Downloaded slog-stdlog v4.1.1
7952024-05-15T13:34:30.150Z Downloaded phf_shared v0.10.0
7962024-05-15T13:34:30.150Z Downloaded phf_shared v0.11.2
7972024-05-15T13:34:30.150Z Downloaded winnow v0.6.1
7982024-05-15T13:34:30.150Z Downloaded tokio-native-tls v0.3.1
7992024-05-15T13:34:30.150Z Downloaded tokio-rustls v0.24.1
8002024-05-15T13:34:30.150Z Downloaded tinyvec v1.6.0
8012024-05-15T13:34:30.150Z Downloaded tokio-stream v0.1.15
8022024-05-15T13:34:30.150Z Downloaded object v0.30.4
8032024-05-15T13:34:30.150Z Downloaded tokio v1.37.0
8042024-05-15T13:34:30.150Z Downloaded encoding_rs v0.8.33
8052024-05-15T13:34:30.150Z Downloaded sha3 v0.10.8
8062024-05-15T13:34:30.150Z Downloaded ring v0.17.8
8072024-05-15T13:34:30.180Z Downloaded csv v1.3.0
8082024-05-15T13:34:30.207Z Downloaded libc v0.2.153
8092024-05-15T13:34:30.235Z Downloaded ring v0.16.20
8102024-05-15T13:34:30.346Z Downloaded smoltcp v0.11.0
8112024-05-15T13:34:30.384Z Downloaded smoltcp v0.9.1
8122024-05-15T13:34:30.384Z Downloaded petgraph v0.6.5
8132024-05-15T13:34:30.435Z Downloaded diesel v2.1.6
8142024-05-15T13:34:30.435Z Downloaded gimli v0.28.0
8152024-05-15T13:34:30.462Z Downloaded rustls v0.21.9
8162024-05-15T13:34:30.462Z Downloaded rustix v0.38.31
8172024-05-15T13:34:30.487Z Downloaded regex-syntax v0.8.2
8182024-05-15T13:34:30.487Z Downloaded regex-syntax v0.6.29
8192024-05-15T13:34:30.487Z Downloaded regex-automata v0.4.5
8202024-05-15T13:34:30.516Z Downloaded ratatui v0.26.2
8212024-05-15T13:34:30.542Z Downloaded zerocopy-derive v0.6.6
8222024-05-15T13:34:30.542Z Downloaded zerocopy-derive v0.2.0
8232024-05-15T13:34:30.569Z Downloaded sled v0.34.7
8242024-05-15T13:34:30.569Z Downloaded bzip2-sys v0.1.11+1.0.8
8252024-05-15T13:34:30.595Z Downloaded h2 v0.3.26
8262024-05-15T13:34:30.595Z Downloaded goblin v0.8.0
8272024-05-15T13:34:30.595Z Downloaded trust-dns-proto v0.22.0
8282024-05-15T13:34:30.621Z Downloaded time v0.3.34
8292024-05-15T13:34:30.621Z Downloaded rustyline v14.0.0
8302024-05-15T13:34:30.647Z Downloaded rustls-webpki v0.102.1
8312024-05-15T13:34:30.647Z Downloaded rustls-webpki v0.101.7
8322024-05-15T13:34:30.672Z Downloaded rustls v0.22.4
8332024-05-15T13:34:30.698Z Downloaded sqlparser v0.45.0
8342024-05-15T13:34:30.698Z Downloaded pest v2.7.6
8352024-05-15T13:34:30.698Z Downloaded object v0.32.1
8362024-05-15T13:34:30.732Z Downloaded polar-core v0.27.3
8372024-05-15T13:34:30.732Z Downloaded openssl v0.10.64
8382024-05-15T13:34:30.759Z Downloaded openapiv3 v2.0.0
8392024-05-15T13:34:30.759Z Downloaded curve25519-dalek v4.1.2
8402024-05-15T13:34:30.759Z Downloaded radix_trie v0.2.1
8412024-05-15T13:34:30.798Z Downloaded webpki-roots v0.25.2
8422024-05-15T13:34:30.798Z Downloaded vcpkg v0.2.15
8432024-05-15T13:34:30.830Z Downloaded syn v2.0.60
8442024-05-15T13:34:30.856Z Downloaded syn v1.0.109
8452024-05-15T13:34:30.856Z Downloaded regress v0.9.1
8462024-05-15T13:34:30.882Z Downloaded nix v0.28.0
8472024-05-15T13:34:30.883Z Downloaded bstr v1.9.0
8482024-05-15T13:34:30.909Z Downloaded tokio-rustls v0.25.0
8492024-05-15T13:34:30.909Z Downloaded tokio-postgres v0.7.10
8502024-05-15T13:34:30.909Z Downloaded snafu v0.8.2
8512024-05-15T13:34:30.909Z Downloaded pin-project v1.1.3
8522024-05-15T13:34:30.937Z Downloaded flate2 v1.0.30
8532024-05-15T13:34:30.937Z Downloaded expectorate v1.1.0
8542024-05-15T13:34:30.937Z Downloaded num-bigint-dig v0.8.4
8552024-05-15T13:34:30.937Z Downloaded tokio-util v0.7.10
8562024-05-15T13:34:30.975Z Downloaded futures-util v0.3.30
8572024-05-15T13:34:30.975Z Downloaded quick-xml v0.31.0
8582024-05-15T13:34:30.975Z Downloaded proptest v1.4.0
8592024-05-15T13:34:31.001Z Downloaded idna v0.2.3
8602024-05-15T13:34:31.001Z Downloaded pest_meta v2.7.6
8612024-05-15T13:34:31.001Z Downloaded num-traits v0.2.19
8622024-05-15T13:34:31.001Z Downloaded half v2.3.1
8632024-05-15T13:34:31.001Z Downloaded diff v0.1.13
8642024-05-15T13:34:31.002Z Downloaded elliptic-curve v0.13.8
8652024-05-15T13:34:31.002Z Downloaded num-bigint v0.4.4
8662024-05-15T13:34:31.027Z Downloaded rayon v1.10.0
8672024-05-15T13:34:31.027Z Downloaded pin-project-lite v0.2.13
8682024-05-15T13:34:31.027Z Downloaded pin-project-internal v1.1.3
8692024-05-15T13:34:31.027Z Downloaded pest_derive v2.7.6
8702024-05-15T13:34:31.027Z Downloaded tar v0.4.40
8712024-05-15T13:34:31.052Z Downloaded flume v0.11.0
8722024-05-15T13:34:31.052Z Downloaded salty v0.2.0
8732024-05-15T13:34:31.052Z Downloaded hashbrown v0.12.3
8742024-05-15T13:34:31.053Z Downloaded portable-atomic v1.4.3
8752024-05-15T13:34:31.053Z Downloaded serde_with v3.7.0
8762024-05-15T13:34:31.079Z Downloaded reqwest v0.11.27
8772024-05-15T13:34:31.079Z Downloaded tokio-macros v2.2.0
8782024-05-15T13:34:31.079Z Downloaded smf v0.2.3
8792024-05-15T13:34:31.079Z Downloaded smawk v0.3.1
8802024-05-15T13:34:31.079Z Downloaded smallvec v1.13.1
8812024-05-15T13:34:31.079Z Downloaded smallvec v0.6.14
8822024-05-15T13:34:31.079Z Downloaded pkcs8 v0.10.2
8832024-05-15T13:34:31.106Z Downloaded pkcs1 v0.7.5
8842024-05-15T13:34:31.106Z Downloaded pin-utils v0.1.0
8852024-05-15T13:34:31.106Z Downloaded phf v0.11.2
8862024-05-15T13:34:31.106Z Downloaded pest_generator v2.7.6
8872024-05-15T13:34:31.106Z Downloaded num_threads v0.1.6
8882024-05-15T13:34:31.106Z Downloaded num_enum_derive v0.5.11
8892024-05-15T13:34:31.106Z Downloaded group v0.13.0
8902024-05-15T13:34:31.106Z Downloaded defmt v0.3.5
8912024-05-15T13:34:31.106Z Downloaded debug-ignore v1.0.5
8922024-05-15T13:34:31.106Z Downloaded data-encoding v2.4.0
8932024-05-15T13:34:31.106Z Downloaded slog-term v2.9.1
8942024-05-15T13:34:31.107Z Downloaded postgres-types v0.2.6
8952024-05-15T13:34:31.107Z Downloaded postgres-protocol v0.6.6
8962024-05-15T13:34:31.540Z Downloaded ryu v1.0.15
8972024-05-15T13:34:31.540Z Downloaded der v0.7.8
8982024-05-15T13:34:31.540Z Downloaded trust-dns-client v0.22.0
8992024-05-15T13:34:31.540Z Downloaded toml v0.7.8
9002024-05-15T13:34:31.540Z Downloaded steno v0.4.0
9012024-05-15T13:34:31.540Z Downloaded tough v0.17.1
9022024-05-15T13:34:31.589Z Downloaded reedline v0.31.0
9032024-05-15T13:34:31.589Z Downloaded tabled v0.15.0
9042024-05-15T13:34:31.589Z Downloaded lalrpop v0.19.12
9052024-05-15T13:34:31.589Z Downloaded regex v1.10.4
9062024-05-15T13:34:31.589Z Downloaded num_enum v0.5.11
9072024-05-15T13:34:31.590Z Downloaded hash32 v0.2.1
9082024-05-15T13:34:31.590Z Downloaded time-macros v0.2.17
9092024-05-15T13:34:31.590Z Downloaded thiserror-no-std v2.0.2
9102024-05-15T13:34:31.590Z Downloaded globset v0.4.13
9112024-05-15T13:34:31.590Z Downloaded rustls-pemfile v2.1.2
9122024-05-15T13:34:31.590Z Downloaded fatfs v0.3.6
9132024-05-15T13:34:31.590Z Downloaded socket2 v0.5.6
9142024-05-15T13:34:31.590Z Downloaded socket2 v0.4.9
9152024-05-15T13:34:31.590Z Downloaded samael v0.0.15
9162024-05-15T13:34:31.590Z Downloaded toml_edit v0.22.12
9172024-05-15T13:34:31.590Z Downloaded number_prefix v0.4.0
9182024-05-15T13:34:31.590Z Downloaded rustls-pki-types v1.3.0
9192024-05-15T13:34:31.590Z Downloaded bstr v0.2.17
9202024-05-15T13:34:31.590Z Downloaded predicates-core v1.0.6
9212024-05-15T13:34:31.590Z Downloaded float-cmp v0.9.0
9222024-05-15T13:34:31.590Z Downloaded typed-path v0.7.0
9232024-05-15T13:34:31.590Z Downloaded zerocopy v0.7.32
9242024-05-15T13:34:31.590Z Downloaded diesel_table_macro_syntax v0.1.0
9252024-05-15T13:34:31.590Z Downloaded darling_macro v0.20.8
9262024-05-15T13:34:31.590Z Downloaded thiserror-impl-no-std v2.0.2
9272024-05-15T13:34:31.590Z Downloaded thiserror-impl v1.0.59
9282024-05-15T13:34:31.590Z Downloaded thiserror v1.0.59
9292024-05-15T13:34:31.590Z Downloaded tap v1.0.1
9302024-05-15T13:34:31.591Z Downloaded flagset v0.4.3
9312024-05-15T13:34:31.591Z Downloaded fixedbitset v0.4.2
9322024-05-15T13:34:31.591Z Downloaded filetime v0.2.23
9332024-05-15T13:34:31.591Z Downloaded ff v0.13.0
9342024-05-15T13:34:31.591Z Downloaded fd-lock v4.0.2
9352024-05-15T13:34:31.591Z Downloaded digest v0.10.7
9362024-05-15T13:34:31.591Z Downloaded difflib v0.4.0
9372024-05-15T13:34:31.591Z Downloaded diesel_derives v2.1.2
9382024-05-15T13:34:31.591Z Downloaded derive_builder v0.20.0
9392024-05-15T13:34:31.591Z Downloaded derive-where v1.2.7
9402024-05-15T13:34:31.591Z Downloaded schemars v0.8.17
9412024-05-15T13:34:31.591Z Downloaded serde v1.0.201
9422024-05-15T13:34:31.591Z Downloaded toml_edit v0.19.15
9432024-05-15T13:34:31.591Z Downloaded winnow v0.5.15
9442024-05-15T13:34:31.591Z Downloaded tiny-keccak v2.0.2
9452024-05-15T13:34:31.591Z Downloaded thread-id v4.2.0
9462024-05-15T13:34:31.591Z Downloaded rustls-pemfile v1.0.3
9472024-05-15T13:34:31.591Z Downloaded predicates-tree v1.0.9
9482024-05-15T13:34:31.591Z Downloaded spin v0.9.8
9492024-05-15T13:34:31.591Z Downloaded snafu-derive v0.8.2
9502024-05-15T13:34:31.591Z Downloaded peg-macros v0.8.3
9512024-05-15T13:34:31.591Z Downloaded password-hash v0.5.0
9522024-05-15T13:34:31.591Z Downloaded derive_more v0.99.17
9532024-05-15T13:34:31.591Z Downloaded signal-hook v0.3.17
9542024-05-15T13:34:31.592Z Downloaded sct v0.7.0
9552024-05-15T13:34:31.592Z Downloaded tracing-core v0.1.32
9562024-05-15T13:34:31.592Z Downloaded toml v0.8.12
9572024-05-15T13:34:31.592Z Downloaded rusty-fork v0.3.0
9582024-05-15T13:34:31.592Z Downloaded rustversion v1.0.14
9592024-05-15T13:34:31.592Z Downloaded trust-dns-server v0.22.1
9602024-05-15T13:34:31.592Z Downloaded errno v0.3.8
9612024-05-15T13:34:31.592Z Downloaded ena v0.14.2
9622024-05-15T13:34:31.592Z Downloaded embedded-io v0.4.0
9632024-05-15T13:34:31.592Z Downloaded either v1.11.0
9642024-05-15T13:34:31.592Z Downloaded ed25519 v1.5.3
9652024-05-15T13:34:31.592Z Downloaded dirs-next v2.0.0
9662024-05-15T13:34:31.592Z Downloaded pem-rfc7468 v0.7.0
9672024-05-15T13:34:31.592Z Downloaded derive_builder_core v0.20.0
9682024-05-15T13:34:31.592Z Downloaded num-complex v0.4.6
9692024-05-15T13:34:31.592Z Downloaded der_derive v0.7.2
9702024-05-15T13:34:31.592Z Downloaded defmt-parser v0.3.3
9712024-05-15T13:34:31.592Z Downloaded env_logger v0.10.0
9722024-05-15T13:34:31.592Z Downloaded tracing v0.1.40
9732024-05-15T13:34:31.592Z Downloaded regex-automata v0.1.10
9742024-05-15T13:34:31.592Z Downloaded sqlformat v0.2.3
9752024-05-15T13:34:31.592Z Downloaded spki v0.7.2
9762024-05-15T13:34:31.592Z Downloaded spin v0.5.2
9772024-05-15T13:34:31.593Z Downloaded tracing-attributes v0.1.27
9782024-05-15T13:34:31.593Z Downloaded percent-encoding v2.3.1
9792024-05-15T13:34:31.593Z Downloaded pem v3.0.4
9802024-05-15T13:34:31.593Z Downloaded peg v0.8.3
9812024-05-15T13:34:31.593Z Downloaded paste v1.0.15
9822024-05-15T13:34:31.593Z Downloaded num-rational v0.4.2
9832024-05-15T13:34:31.593Z Downloaded toml v0.5.11
9842024-05-15T13:34:31.593Z Downloaded postcard v1.0.8
9852024-05-15T13:34:31.593Z Downloaded crossterm v0.27.0
9862024-05-15T13:34:31.593Z Downloaded defmt-macros v0.3.6
9872024-05-15T13:34:31.593Z Downloaded slog-envlogger v2.2.0
9882024-05-15T13:34:31.593Z Downloaded slog-bunyan v2.5.0
9892024-05-15T13:34:31.593Z Downloaded erased-serde v0.3.31
9902024-05-15T13:34:31.593Z Downloaded env_logger v0.9.3
9912024-05-15T13:34:31.593Z Downloaded trust-dns-resolver v0.22.0
9922024-05-15T13:34:31.593Z Downloaded serde_json v1.0.117
9932024-05-15T13:34:31.593Z Downloaded sqlparser_derive v0.2.2
9942024-05-15T13:34:31.593Z Downloaded peeking_take_while v0.1.2
9952024-05-15T13:34:31.593Z Downloaded path-slash v0.1.5
9962024-05-15T13:34:31.593Z Downloaded slog-scope v4.4.0
9972024-05-15T13:34:31.593Z Downloaded slog-json v2.6.1
9982024-05-15T13:34:31.622Z Downloaded slog-dtrace v0.3.0
9992024-05-15T13:34:31.623Z Downloaded signal-hook-registry v1.4.1
10002024-05-15T13:34:31.623Z Downloaded signal-hook-mio v0.2.3
10012024-05-15T13:34:31.623Z Downloaded serde_repr v0.1.16
10022024-05-15T13:34:31.623Z Downloaded schemars_derive v0.8.17
10032024-05-15T13:34:31.623Z Downloaded scheduled-thread-pool v0.2.7
10042024-05-15T13:34:31.623Z Downloaded same-file v1.0.6
10052024-05-15T13:34:31.623Z Downloaded enum-as-inner v0.5.1
10062024-05-15T13:34:31.623Z Downloaded tokio-tungstenite v0.21.0
10072024-05-15T13:34:31.623Z Downloaded tokio-tungstenite v0.20.1
10082024-05-15T13:34:31.623Z Downloaded textwrap v0.16.1
10092024-05-15T13:34:31.624Z Downloaded test-strategy v0.3.1
10102024-05-15T13:34:31.624Z Downloaded serde_yaml v0.9.25
10112024-05-15T13:34:31.624Z Downloaded openssl-sys v0.9.102
10122024-05-15T13:34:31.624Z Downloaded once_cell v1.19.0
10132024-05-15T13:34:31.624Z Downloaded darling_core v0.20.8
10142024-05-15T13:34:31.624Z Downloaded tungstenite v0.21.0
10152024-05-15T13:34:31.624Z Downloaded rand v0.8.5
10162024-05-15T13:34:32.101Z Downloaded publicsuffix v2.2.3
10172024-05-15T13:34:32.101Z Downloaded x509-cert v0.2.4
10182024-05-15T13:34:32.101Z Downloaded derive_builder_macro v0.20.0
10192024-05-15T13:34:32.101Z Downloaded predicates v3.1.0
10202024-05-15T13:34:32.101Z Downloaded ppv-lite86 v0.2.17
10212024-05-15T13:34:32.101Z Downloaded powerfmt v0.2.0
10222024-05-15T13:34:32.101Z Downloaded num-iter v0.1.45
10232024-05-15T13:34:32.101Z Downloaded num-integer v0.1.46
10242024-05-15T13:34:32.101Z Downloaded num-derive v0.4.0
10252024-05-15T13:34:32.101Z Downloaded num v0.4.3
10262024-05-15T13:34:32.101Z Downloaded hash32 v0.3.1
10272024-05-15T13:34:32.101Z Downloaded semver v1.0.23
10282024-05-15T13:34:32.101Z Downloaded papergrid v0.11.0
10292024-05-15T13:34:32.101Z Downloaded futures v0.3.30
10302024-05-15T13:34:32.102Z Downloaded tungstenite v0.20.1
10312024-05-15T13:34:32.102Z Downloaded poly1305 v0.8.0
10322024-05-15T13:34:32.102Z Downloaded getrandom v0.2.12
10332024-05-15T13:34:32.102Z Downloaded parking_lot v0.12.1
10342024-05-15T13:34:32.102Z Downloaded chrono v0.4.38
10352024-05-15T13:34:32.102Z Downloaded stringprep v0.1.3
10362024-05-15T13:34:32.102Z Downloaded string_cache v0.8.7
10372024-05-15T13:34:32.102Z Downloaded static_assertions v1.1.0
10382024-05-15T13:34:32.102Z Downloaded serde_arrays v0.1.0
10392024-05-15T13:34:32.102Z Downloaded serde-hex v0.1.0
10402024-05-15T13:34:32.102Z Downloaded semver v0.1.20
10412024-05-15T13:34:32.102Z Downloaded secrecy v0.8.0
10422024-05-15T13:34:32.102Z Downloaded form_urlencoded v1.2.1
10432024-05-15T13:34:32.102Z Downloaded futures-channel v0.3.30
10442024-05-15T13:34:32.103Z Downloaded unicode-bidi v0.3.15
10452024-05-15T13:34:32.103Z Downloaded prettyplease v0.2.20
10462024-05-15T13:34:32.103Z Downloaded itertools v0.12.1
10472024-05-15T13:34:32.103Z Downloaded equivalent v1.0.1
10482024-05-15T13:34:32.103Z Downloaded endian-type v0.1.2
10492024-05-15T13:34:32.103Z Downloaded sec1 v0.7.3
10502024-05-15T13:34:32.103Z Downloaded platforms v3.0.2
10512024-05-15T13:34:32.103Z Downloaded plain v0.2.3
10522024-05-15T13:34:32.103Z Downloaded pkg-config v0.3.27
10532024-05-15T13:34:32.103Z Downloaded dirs-sys-next v0.1.2
10542024-05-15T13:34:32.103Z Downloaded term v0.7.0
10552024-05-15T13:34:32.103Z Downloaded tempfile v3.10.1
10562024-05-15T13:34:32.103Z Downloaded oso v0.27.3
10572024-05-15T13:34:32.103Z Downloaded unicode-normalization v0.1.22
10582024-05-15T13:34:32.103Z Downloaded glob v0.3.1
10592024-05-15T13:34:32.103Z Downloaded getopts v0.2.21
10602024-05-15T13:34:32.104Z Downloaded gethostname v0.4.3
10612024-05-15T13:34:32.104Z Downloaded funty v2.0.0
10622024-05-15T13:34:32.104Z Downloaded termios v0.3.3
10632024-05-15T13:34:32.104Z Downloaded serde_with_macros v3.7.0
10642024-05-15T13:34:32.104Z Downloaded omicron-zone-package v0.11.0
10652024-05-15T13:34:32.104Z Downloaded unicode-ident v1.0.12
10662024-05-15T13:34:32.104Z Downloaded ucd-trie v0.1.6
10672024-05-15T13:34:32.104Z Downloaded quote v1.0.36
10682024-05-15T13:34:32.104Z Downloaded proc-macro2 v1.0.82
10692024-05-15T13:34:32.104Z Downloaded generic-array v0.14.7
10702024-05-15T13:34:32.104Z Downloaded fs-err v2.11.0
10712024-05-15T13:34:32.104Z Downloaded fragile v2.0.0
10722024-05-15T13:34:32.104Z Downloaded foreign-types-macros v0.2.3
10732024-05-15T13:34:32.105Z Downloaded foreign-types v0.5.0
10742024-05-15T13:34:32.105Z Downloaded fnv v1.0.7
10752024-05-15T13:34:32.105Z Downloaded dof v0.3.0
10762024-05-15T13:34:32.105Z Downloaded dof v0.1.5
10772024-05-15T13:34:32.105Z Downloaded sha2 v0.10.8
10782024-05-15T13:34:32.105Z Downloaded owo-colors v4.0.0
10792024-05-15T13:34:32.105Z Downloaded olpc-cjson v0.1.3
10802024-05-15T13:34:32.105Z Downloaded serde-big-array v0.4.1
10812024-05-15T13:34:32.105Z Downloaded dyn-clone v1.0.17
10822024-05-15T13:34:32.105Z Downloaded toml_datetime v0.6.5
10832024-05-15T13:34:32.106Z Downloaded parking_lot v0.11.2
10842024-05-15T13:34:32.106Z Downloaded typenum v1.16.0
10852024-05-15T13:34:32.106Z Downloaded rcgen v0.12.1
10862024-05-15T13:34:32.106Z Downloaded zip v0.6.6
10872024-05-15T13:34:32.106Z Downloaded url v2.5.0
10882024-05-15T13:34:32.106Z Downloaded unicode-segmentation v1.10.1
10892024-05-15T13:34:32.106Z Downloaded terminal_size v0.3.0
10902024-05-15T13:34:32.106Z Downloaded termcolor v1.2.0
10912024-05-15T13:34:32.106Z Downloaded sha1 v0.10.6
10922024-05-15T13:34:32.106Z Downloaded serde_urlencoded v0.7.1
10932024-05-15T13:34:32.107Z Downloaded serde_tokenstream v0.2.0
10942024-05-15T13:34:32.107Z Downloaded serde_tokenstream v0.1.7
10952024-05-15T13:34:32.107Z Downloaded serde_spanned v0.6.5
10962024-05-15T13:34:32.107Z Downloaded parking_lot_core v0.9.8
10972024-05-15T13:34:32.107Z Downloaded parking_lot_core v0.8.6
10982024-05-15T13:34:32.107Z Downloaded proc-macro-error v1.0.4
10992024-05-15T13:34:32.107Z Downloaded itertools v0.10.5
11002024-05-15T13:34:32.107Z Downloaded foreign-types-shared v0.3.1
11012024-05-15T13:34:32.107Z Downloaded foreign-types-shared v0.1.1
11022024-05-15T13:34:32.107Z Downloaded foreign-types v0.3.2
11032024-05-15T13:34:32.107Z Downloaded dtrace-parser v0.1.14
11042024-05-15T13:34:32.108Z Downloaded futures-io v0.3.30
11052024-05-15T13:34:32.108Z Downloaded futures-executor v0.3.30
11062024-05-15T13:34:32.108Z Downloaded futures-core v0.3.30
11072024-05-15T13:34:32.108Z Downloaded darling v0.20.8
11082024-05-15T13:34:32.108Z Downloaded crypto-bigint v0.5.2
11092024-05-15T13:34:32.108Z Downloaded memchr v2.7.1
11102024-05-15T13:34:32.108Z Downloaded idna v0.3.0
11112024-05-15T13:34:32.108Z Downloaded downcast v0.11.0
11122024-05-15T13:34:32.108Z Downloaded display-error-chain v0.2.0
11132024-05-15T13:34:32.108Z Downloaded shlex v1.3.0
11142024-05-15T13:34:32.109Z Downloaded shell-words v1.1.0
11152024-05-15T13:34:32.109Z Downloaded parse-display-derive v0.9.0
11162024-05-15T13:34:32.161Z Downloaded parse-display v0.9.0
11172024-05-15T13:34:32.161Z Downloaded packed_struct v0.10.1
11182024-05-15T13:34:32.161Z Downloaded csv-core v0.1.11
11192024-05-15T13:34:32.161Z Downloaded tui-tree-widget v0.19.0
11202024-05-15T13:34:32.161Z Downloaded rand_seeder v0.2.3
11212024-05-15T13:34:32.161Z Downloaded rand_chacha v0.3.1
11222024-05-15T13:34:32.161Z Downloaded radium v0.7.0
11232024-05-15T13:34:32.161Z Downloaded crossbeam-utils v0.8.19
11242024-05-15T13:34:32.161Z Downloaded unicode_categories v0.1.1
11252024-05-15T13:34:32.161Z Downloaded r2d2 v0.8.10
11262024-05-15T13:34:32.162Z Downloaded vte v0.11.1
11272024-05-15T13:34:32.162Z Downloaded vsss-rs v3.3.4
11282024-05-15T13:34:32.162Z Downloaded packed_struct_codegen v0.10.1
11292024-05-15T13:34:32.162Z Downloaded futures-task v0.3.30
11302024-05-15T13:34:32.162Z Downloaded futures-sink v0.3.30
11312024-05-15T13:34:32.162Z Downloaded futures-macro v0.3.30
11322024-05-15T13:34:32.162Z Downloaded rustc_version v0.1.7
11332024-05-15T13:34:32.162Z Downloaded rand_xorshift v0.3.0
11342024-05-15T13:34:32.162Z Downloaded rand_core v0.6.4
11352024-05-15T13:34:32.162Z Downloaded psl-types v2.0.11
11362024-05-15T13:34:32.162Z Downloaded proc-macro-crate v1.3.1
11372024-05-15T13:34:32.162Z Downloaded unsafe-libyaml v0.2.10
11382024-05-15T13:34:32.162Z Downloaded openssl-probe v0.1.5
11392024-05-15T13:34:32.162Z Downloaded openssl-macros v0.1.1
11402024-05-15T13:34:32.162Z Downloaded opaque-debug v0.3.0
11412024-05-15T13:34:32.162Z Downloaded try-lock v0.2.4
11422024-05-15T13:34:32.162Z Downloaded clap_builder v4.5.2
11432024-05-15T13:34:32.162Z Downloaded unicase v2.7.0
11442024-05-15T13:34:32.162Z Downloaded unarray v0.1.4
11452024-05-15T13:34:32.162Z Downloaded quick-error v1.2.3
11462024-05-15T13:34:32.162Z Downloaded zerocopy v0.6.6
11472024-05-15T13:34:32.162Z Downloaded whoami v1.5.1
11482024-05-15T13:34:32.162Z Downloaded uuid v1.8.0
11492024-05-15T13:34:32.162Z Downloaded usdt-impl v0.5.0
11502024-05-15T13:34:32.163Z Downloaded usdt-impl v0.3.5
11512024-05-15T13:34:32.163Z Downloaded proc-macro-error-attr v1.0.4
11522024-05-15T13:34:32.163Z Downloaded pretty-hex v0.4.1
11532024-05-15T13:34:32.163Z Downloaded pretty-hex v0.2.1
11542024-05-15T13:34:32.163Z Downloaded crossbeam-epoch v0.9.18
11552024-05-15T13:34:32.163Z Downloaded nom v7.1.3
11562024-05-15T13:34:32.163Z Downloaded minimal-lexical v0.2.1
11572024-05-15T13:34:32.163Z Downloaded fxhash v0.2.1
11582024-05-15T13:34:32.163Z Downloaded rustc_version v0.4.0
11592024-05-15T13:34:32.163Z Downloaded rustc-hash v1.1.0
11602024-05-15T13:34:32.163Z Downloaded resolv-conf v0.7.0
11612024-05-15T13:34:32.163Z Downloaded which v4.4.0
11622024-05-15T13:34:32.163Z Downloaded walkdir v2.5.0
11632024-05-15T13:34:32.163Z Downloaded version_check v0.9.4
11642024-05-15T13:34:32.163Z Downloaded usdt-macro v0.3.5
11652024-05-15T13:34:32.163Z Downloaded crypto-common v0.1.6
11662024-05-15T13:34:32.163Z Downloaded ref-cast-impl v1.0.23
11672024-05-15T13:34:32.163Z Downloaded ref-cast v1.0.23
11682024-05-15T13:34:32.163Z Downloaded wait-timeout v0.2.0
11692024-05-15T13:34:32.163Z Downloaded uzers v0.11.3
11702024-05-15T13:34:32.164Z Downloaded libxml v0.3.3
11712024-05-15T13:34:32.164Z Downloaded libm v0.2.7
11722024-05-15T13:34:32.164Z Downloaded zeroize_derive v1.4.2
11732024-05-15T13:34:32.164Z Downloaded zerocopy-derive v0.7.32
11742024-05-15T13:34:32.164Z Downloaded yasna v0.5.2
11752024-05-15T13:34:32.164Z Downloaded xattr v1.0.1
11762024-05-15T13:34:32.164Z Downloaded want v0.3.1
11772024-05-15T13:34:32.164Z Downloaded waitgroup v0.1.2
11782024-05-15T13:34:32.164Z Downloaded vte_generate_state_changes v0.1.1
11792024-05-15T13:34:32.164Z Downloaded utf8parse v0.2.1
11802024-05-15T13:34:32.164Z Downloaded utf-8 v0.7.6
11812024-05-15T13:34:32.164Z Downloaded usdt-macro v0.5.0
11822024-05-15T13:34:32.164Z Downloaded usdt-attr-macro v0.3.5
11832024-05-15T13:34:32.164Z Downloaded usdt v0.5.0
11842024-05-15T13:34:32.164Z Downloaded usdt v0.3.5
11852024-05-15T13:34:32.164Z Downloaded universal-hash v0.5.1
11862024-05-15T13:34:32.164Z Downloaded unicode-xid v0.2.4
11872024-05-15T13:34:32.164Z Downloaded zerocopy v0.3.0
11882024-05-15T13:34:32.164Z Downloaded usdt-attr-macro v0.5.0
11892024-05-15T13:34:32.164Z Downloaded untrusted v0.9.0
11902024-05-15T13:34:32.164Z Downloaded untrusted v0.7.1
11912024-05-15T13:34:32.164Z Downloaded unicode-width v0.1.11
11922024-05-15T13:34:32.164Z Downloaded unicode-linebreak v0.1.5
11932024-05-15T13:34:32.164Z Downloaded rsa v0.9.2
11942024-05-15T13:34:32.165Z Downloaded wyz v0.5.1
11952024-05-15T13:34:32.165Z Downloaded subprocess v0.2.9
11962024-05-15T13:34:32.165Z Downloaded slog v2.7.0
11972024-05-15T13:34:32.165Z Downloaded serde_derive v1.0.201
11982024-05-15T13:34:32.165Z Downloaded ron v0.8.1
11992024-05-15T13:34:32.165Z Downloaded crossbeam-channel v0.5.8
12002024-05-15T13:34:32.165Z Downloaded const_format v0.2.32
12012024-05-15T13:34:32.165Z Downloaded crucible-workspace-hack v0.1.0
12022024-05-15T13:34:32.165Z Downloaded zone_cfg_derive v0.1.2
12032024-05-15T13:34:32.165Z Downloaded similar v2.4.0
12042024-05-15T13:34:32.165Z Downloaded signature v2.1.0
12052024-05-15T13:34:32.165Z Downloaded ron v0.7.1
12062024-05-15T13:34:32.165Z Downloaded mockall_derive v0.12.1
12072024-05-15T13:34:32.165Z Downloaded miniz_oxide v0.7.1
12082024-05-15T13:34:32.165Z Downloaded slog-async v2.8.0
12092024-05-15T13:34:32.165Z Downloaded siphasher v0.3.11
12102024-05-15T13:34:32.165Z Downloaded serde_derive_internals v0.29.0
12112024-05-15T13:34:32.165Z Downloaded scroll v0.12.0
12122024-05-15T13:34:32.165Z Downloaded rustc-demangle v0.1.23
12132024-05-15T13:34:32.165Z Downloaded rayon-core v1.12.1
12142024-05-15T13:34:32.195Z Downloaded multer v3.1.0
12152024-05-15T13:34:32.195Z Downloaded log v0.4.21
12162024-05-15T13:34:32.195Z Downloaded const-oid v0.9.6
12172024-05-15T13:34:32.195Z Downloaded bytes v1.6.0
12182024-05-15T13:34:32.195Z Downloaded blake3 v1.5.0
12192024-05-15T13:34:32.195Z Downloaded tabled_derive v0.7.0
12202024-05-15T13:34:32.195Z Downloaded synstructure v0.12.6
12212024-05-15T13:34:32.195Z Downloaded swrite v0.1.0
12222024-05-15T13:34:32.195Z Downloaded supports-color v3.0.0
12232024-05-15T13:34:32.195Z Downloaded subtle v2.5.0
12242024-05-15T13:34:32.196Z Downloaded strum_macros v0.25.2
12252024-05-15T13:34:32.196Z Downloaded strum_macros v0.24.3
12262024-05-15T13:34:32.196Z Downloaded strum v0.26.2
12272024-05-15T13:34:32.196Z Downloaded structmeta-derive v0.3.0
12282024-05-15T13:34:32.196Z Downloaded structmeta-derive v0.2.0
12292024-05-15T13:34:32.196Z Downloaded structmeta v0.3.0
12302024-05-15T13:34:32.196Z Downloaded structmeta v0.2.0
12312024-05-15T13:34:32.196Z Downloaded strsim v0.11.0
12322024-05-15T13:34:32.196Z Downloaded signature v1.6.4
12332024-05-15T13:34:32.196Z Downloaded serde_plain v1.0.2
12342024-05-15T13:34:32.196Z Downloaded serde_path_to_error v0.1.16
12352024-05-15T13:34:32.196Z Downloaded nanorand v0.7.0
12362024-05-15T13:34:32.196Z Downloaded mio v0.8.11
12372024-05-15T13:34:32.222Z Downloaded lru v0.12.1
12382024-05-15T13:34:32.222Z Downloaded libsw v3.3.1
12392024-05-15T13:34:32.222Z Downloaded compact_str v0.7.1
12402024-05-15T13:34:32.222Z Downloaded slab v0.4.9
12412024-05-15T13:34:32.222Z Downloaded scopeguard v1.2.0
12422024-05-15T13:34:32.222Z Downloaded rtoolbox v0.0.1
12432024-05-15T13:34:32.222Z Downloaded rpassword v7.3.1
12442024-05-15T13:34:32.223Z Downloaded native-tls v0.2.11
12452024-05-15T13:34:32.223Z Downloaded memmap v0.7.0
12462024-05-15T13:34:32.223Z Downloaded lock_api v0.4.10
12472024-05-15T13:34:32.223Z Downloaded keccak v0.1.4
12482024-05-15T13:34:32.223Z Downloaded cookie v0.18.1
12492024-05-15T13:34:32.223Z Downloaded nu-ansi-term v0.50.0
12502024-05-15T13:34:32.249Z Downloaded nodrop v0.1.14
12512024-05-15T13:34:32.249Z Downloaded newtype-uuid v1.1.0
12522024-05-15T13:34:32.249Z Downloaded multimap v0.10.0
12532024-05-15T13:34:32.249Z Downloaded mime_guess v2.0.4
12542024-05-15T13:34:32.249Z Downloaded memoffset v0.7.1
12552024-05-15T13:34:32.249Z Downloaded memmap2 v0.7.1
12562024-05-15T13:34:32.249Z Downloaded md-5 v0.10.5
12572024-05-15T13:34:32.249Z Downloaded matches v0.1.10
12582024-05-15T13:34:32.249Z Downloaded managed v0.8.0
12592024-05-15T13:34:32.249Z Downloaded macaddr v1.0.1
12602024-05-15T13:34:32.249Z Downloaded libefi-sys v0.1.0
12612024-05-15T13:34:32.249Z Downloaded lalrpop-util v0.19.12
12622024-05-15T13:34:32.249Z Downloaded indicatif v0.17.8
12632024-05-15T13:34:32.249Z Downloaded cookie v0.17.0
12642024-05-15T13:34:32.275Z Downloaded convert_case v0.4.0
12652024-05-15T13:34:32.275Z Downloaded constant_time_eq v0.3.0
12662024-05-15T13:34:32.275Z Downloaded console v0.15.8
12672024-05-15T13:34:32.275Z Downloaded bitflags v2.4.2
12682024-05-15T13:34:32.275Z Downloaded backtrace v0.3.69
12692024-05-15T13:34:32.275Z Downloaded scroll_derive v0.12.0
12702024-05-15T13:34:32.275Z Downloaded nibble_vec v0.1.0
12712024-05-15T13:34:32.275Z Downloaded newtype_derive v0.1.6
12722024-05-15T13:34:32.275Z Downloaded newline-converter v0.3.0
12732024-05-15T13:34:32.275Z Downloaded mockall v0.12.1
12742024-05-15T13:34:32.276Z Downloaded mime v0.3.17
12752024-05-15T13:34:32.301Z Downloaded maybe-uninit v2.0.0
12762024-05-15T13:34:32.301Z Downloaded match_cfg v0.1.0
12772024-05-15T13:34:32.301Z Downloaded maplit v1.0.2
12782024-05-15T13:34:32.301Z Downloaded lru-cache v0.1.2
12792024-05-15T13:34:32.301Z Downloaded linked-hash-map v0.5.6
12802024-05-15T13:34:32.301Z Downloaded linear-map v1.2.0
12812024-05-15T13:34:32.301Z Downloaded libloading v0.7.4
12822024-05-15T13:34:32.301Z Downloaded lazycell v1.3.0
12832024-05-15T13:34:32.301Z Downloaded lazy_static v1.4.0
12842024-05-15T13:34:32.301Z Downloaded kstat-rs v0.2.3
12852024-05-15T13:34:32.301Z Downloaded itoa v1.0.9
12862024-05-15T13:34:32.302Z Downloaded is_ci v1.2.0
12872024-05-15T13:34:32.302Z Downloaded is-terminal v0.4.9
12882024-05-15T13:34:32.302Z Downloaded indoc v1.0.9
12892024-05-15T13:34:32.302Z Downloaded crc32fast v1.3.2
12902024-05-15T13:34:32.302Z Downloaded crc v3.0.1
12912024-05-15T13:34:32.328Z Downloaded cpufeatures v0.2.12
12922024-05-15T13:34:32.328Z Downloaded corncobs v0.1.3
12932024-05-15T13:34:32.328Z Downloaded cookie_store v0.20.0
12942024-05-15T13:34:32.328Z Downloaded const_format_proc_macros v0.2.32
12952024-05-15T13:34:32.328Z Downloaded clap_lex v0.7.0
12962024-05-15T13:34:32.329Z Downloaded clap v4.5.4
12972024-05-15T13:34:32.329Z Downloaded clang-sys v1.6.1
12982024-05-15T13:34:32.329Z Downloaded cc v1.0.83
12992024-05-15T13:34:32.355Z Downloaded castaway v0.2.2
13002024-05-15T13:34:32.355Z Downloaded cargo_metadata v0.18.1
13012024-05-15T13:34:32.355Z Downloaded cancel-safe-futures v0.1.5
13022024-05-15T13:34:32.355Z Downloaded camino-tempfile v1.1.1
13032024-05-15T13:34:32.355Z Downloaded camino v1.1.7
13042024-05-15T13:34:32.355Z Downloaded bzip2 v0.4.4
13052024-05-15T13:34:32.355Z Downloaded bcs v0.1.6
13062024-05-15T13:34:32.355Z Downloaded bb8 v0.8.3
13072024-05-15T13:34:32.355Z Downloaded base64ct v1.6.0
13082024-05-15T13:34:32.355Z Downloaded new_debug_unreachable v1.0.4
13092024-05-15T13:34:32.355Z Downloaded ipnetwork v0.20.0
13102024-05-15T13:34:32.381Z Downloaded ipnet v2.9.0
13112024-05-15T13:34:32.381Z Downloaded instant v0.1.12
13122024-05-15T13:34:32.381Z Downloaded inout v0.1.3
13132024-05-15T13:34:32.381Z Downloaded indoc v2.0.3
13142024-05-15T13:34:32.381Z Downloaded indexmap v2.2.6
13152024-05-15T13:34:32.381Z Downloaded indexmap v1.9.3
13162024-05-15T13:34:32.381Z Downloaded impl-trait-for-tuples v0.2.2
13172024-05-15T13:34:32.381Z Downloaded idna v0.5.0
13182024-05-15T13:34:32.409Z Downloaded ident_case v1.0.1
13192024-05-15T13:34:32.410Z Downloaded iana-time-zone v0.1.57
13202024-05-15T13:34:32.410Z Downloaded hyper-tls v0.5.0
13212024-05-15T13:34:32.410Z Downloaded hyper-staticfile v0.9.5
13222024-05-15T13:34:32.410Z Downloaded hyper-rustls v0.24.2
13232024-05-15T13:34:32.410Z Downloaded hubpack_derive v0.1.1
13242024-05-15T13:34:32.410Z Downloaded hubpack v0.1.2
13252024-05-15T13:34:32.410Z Downloaded httpdate v1.0.3
13262024-05-15T13:34:32.410Z Downloaded httparse v1.8.0
13272024-05-15T13:34:32.410Z Downloaded http v1.0.0
13282024-05-15T13:34:32.410Z Downloaded hostname v0.4.0
13292024-05-15T13:34:32.440Z Downloaded home v0.5.5
13302024-05-15T13:34:32.440Z Downloaded crc-catalog v2.2.0
13312024-05-15T13:34:32.441Z Downloaded crc-any v2.4.3
13322024-05-15T13:34:32.441Z Downloaded colored v2.1.0
13332024-05-15T13:34:32.441Z Downloaded colorchoice v1.0.0
13342024-05-15T13:34:32.441Z Downloaded cobs v0.2.3
13352024-05-15T13:34:32.441Z Downloaded clap_derive v4.5.4
13362024-05-15T13:34:32.441Z Downloaded cipher v0.4.4
13372024-05-15T13:34:32.441Z Downloaded ciborium-ll v0.2.2
13382024-05-15T13:34:32.441Z Downloaded ciborium-io v0.2.2
13392024-05-15T13:34:32.441Z Downloaded ciborium v0.2.2
13402024-05-15T13:34:32.441Z Downloaded chacha20poly1305 v0.10.1
13412024-05-15T13:34:32.441Z Downloaded chacha20 v0.9.1
13422024-05-15T13:34:32.441Z Downloaded cfg_aliases v0.1.1
13432024-05-15T13:34:32.441Z Downloaded cfg-if v1.0.0
13442024-05-15T13:34:32.441Z Downloaded cexpr v0.6.0
13452024-05-15T13:34:32.441Z Downloaded cassowary v0.3.0
13462024-05-15T13:34:32.441Z Downloaded cargo-platform v0.1.3
13472024-05-15T13:34:32.467Z Downloaded byteorder v1.5.0
13482024-05-15T13:34:32.467Z Downloaded bytecount v0.6.3
13492024-05-15T13:34:32.467Z Downloaded block-padding v0.3.3
13502024-05-15T13:34:32.467Z Downloaded block-buffer v0.10.4
13512024-05-15T13:34:32.467Z Downloaded blake2 v0.10.6
13522024-05-15T13:34:32.467Z Downloaded bitvec v1.0.1
13532024-05-15T13:34:32.503Z Downloaded bitstruct v0.1.1
13542024-05-15T13:34:32.503Z Downloaded bitflags v1.3.2
13552024-05-15T13:34:32.503Z Downloaded bitfield v0.14.0
13562024-05-15T13:34:32.503Z Downloaded bit-vec v0.6.3
13572024-05-15T13:34:32.503Z Downloaded bit-set v0.5.3
13582024-05-15T13:34:32.504Z Downloaded bindgen v0.69.2
13592024-05-15T13:34:32.504Z Downloaded base64 v0.22.1
13602024-05-15T13:34:32.539Z Downloaded backoff v0.4.0
13612024-05-15T13:34:32.539Z Downloaded async-stream-impl v0.3.5
13622024-05-15T13:34:32.539Z Downloaded async-stream v0.3.5
13632024-05-15T13:34:32.539Z Downloaded array-init v0.0.4
13642024-05-15T13:34:32.539Z Downloaded argon2 v0.5.3
13652024-05-15T13:34:32.539Z Downloaded humantime v2.1.0
13662024-05-15T13:34:32.539Z Downloaded http-range v0.1.5
13672024-05-15T13:34:32.539Z Downloaded http-body v0.4.5
13682024-05-15T13:34:32.539Z Downloaded http v0.2.12
13692024-05-15T13:34:32.539Z Downloaded hostname v0.3.1
13702024-05-15T13:34:32.539Z Downloaded hmac v0.12.1
13712024-05-15T13:34:32.539Z Downloaded hkdf v0.12.4
13722024-05-15T13:34:32.539Z Downloaded highway v1.1.0
13732024-05-15T13:34:32.539Z Downloaded hex v0.4.3
13742024-05-15T13:34:32.539Z Downloaded heck v0.5.0
13752024-05-15T13:34:32.540Z Downloaded heck v0.3.3
13762024-05-15T13:34:32.568Z Downloaded headers-core v0.2.0
13772024-05-15T13:34:32.568Z Downloaded headers v0.3.9
13782024-05-15T13:34:32.568Z Downloaded buf-list v1.0.3
13792024-05-15T13:34:32.568Z Downloaded bitstruct_derive v0.1.0
13802024-05-15T13:34:32.568Z Downloaded base64 v0.21.7
13812024-05-15T13:34:32.569Z Downloaded atomic-waker v1.1.1
13822024-05-15T13:34:32.569Z Downloaded assert_matches v1.5.0
13832024-05-15T13:34:32.569Z Downloaded allocator-api2 v0.2.16
13842024-05-15T13:34:32.569Z Downloaded heapless v0.7.16
13852024-05-15T13:34:32.569Z Downloaded hashbrown v0.14.3
13862024-05-15T13:34:32.596Z Downloaded base64 v0.13.1
13872024-05-15T13:34:32.596Z Downloaded atomicwrites v0.4.3
13882024-05-15T13:34:32.596Z Downloaded async-trait v0.1.80
13892024-05-15T13:34:32.596Z Downloaded arc-swap v1.6.0
13902024-05-15T13:34:32.596Z Downloaded anstyle-parse v0.2.1
13912024-05-15T13:34:32.596Z Downloaded anstream v0.6.11
13922024-05-15T13:34:32.596Z Downloaded ahash v0.8.8
13932024-05-15T13:34:32.596Z Downloaded hashbrown v0.13.2
13942024-05-15T13:34:32.622Z Downloaded crossbeam-deque v0.8.3
13952024-05-15T13:34:32.622Z Downloaded ascii-canvas v3.0.0
13962024-05-15T13:34:32.622Z Downloaded arrayvec v0.7.4
13972024-05-15T13:34:32.622Z Downloaded async-recursion v1.1.1
13982024-05-15T13:34:32.622Z Downloaded anstyle v1.0.7
13992024-05-15T13:34:32.622Z Downloaded atty v0.2.14
14002024-05-15T13:34:32.623Z Downloaded ascii v1.1.0
14012024-05-15T13:34:32.623Z Downloaded arrayref v0.3.7
14022024-05-15T13:34:32.623Z Downloaded anyhow v1.0.83
14032024-05-15T13:34:32.623Z Downloaded anstyle-query v1.0.0
14042024-05-15T13:34:32.623Z Downloaded aho-corasick v1.1.2
14052024-05-15T13:34:32.921Z Compiling proc-macro2 v1.0.82
14062024-05-15T13:34:32.921Z Compiling unicode-ident v1.0.12
14072024-05-15T13:34:32.957Z Compiling libc v0.2.153
14082024-05-15T13:34:32.957Z Compiling serde v1.0.201
14092024-05-15T13:34:32.957Z Compiling autocfg v1.1.0
14102024-05-15T13:34:32.957Z Compiling version_check v0.9.4
14112024-05-15T13:34:32.957Z Compiling cfg-if v1.0.0
14122024-05-15T13:34:33.208Z Compiling once_cell v1.19.0
14132024-05-15T13:34:33.239Z Compiling parking_lot_core v0.9.8
14142024-05-15T13:34:33.271Z Compiling libm v0.2.7
14152024-05-15T13:34:33.601Z Compiling byteorder v1.5.0
14162024-05-15T13:34:33.680Z Compiling serde_json v1.0.117
14172024-05-15T13:34:33.790Z Compiling lock_api v0.4.10
14182024-05-15T13:34:33.830Z Compiling ahash v0.8.8
14192024-05-15T13:34:33.860Z Compiling memchr v2.7.1
14202024-05-15T13:34:34.074Z Compiling num-traits v0.2.19
14212024-05-15T13:34:34.117Z Compiling thiserror v1.0.59
14222024-05-15T13:34:34.145Z Compiling typenum v1.16.0
14232024-05-15T13:34:34.368Z Compiling log v0.4.21
14242024-05-15T13:34:34.568Z Compiling generic-array v0.14.7
14252024-05-15T13:34:34.718Z Compiling quote v1.0.36
14262024-05-15T13:34:35.044Z Compiling cc v1.0.83
14272024-05-15T13:34:35.371Z Compiling syn v2.0.60
14282024-05-15T13:34:35.486Z Compiling getrandom v0.2.12
14292024-05-15T13:34:35.660Z Compiling itoa v1.0.9
14302024-05-15T13:34:36.001Z Compiling scopeguard v1.2.0
14312024-05-15T13:34:36.163Z Compiling allocator-api2 v0.2.16
14322024-05-15T13:34:36.195Z Compiling slab v0.4.9
14332024-05-15T13:34:36.384Z Compiling ryu v1.0.15
14342024-05-15T13:34:36.517Z Compiling smallvec v1.13.1
14352024-05-15T13:34:36.605Z Compiling pin-project-lite v0.2.13
14362024-05-15T13:34:36.749Z Compiling schemars v0.8.17
14372024-05-15T13:34:36.825Z Compiling equivalent v1.0.1
14382024-05-15T13:34:36.938Z Compiling syn v1.0.109
14392024-05-15T13:34:37.055Z Compiling pkg-config v0.3.27
14402024-05-15T13:34:37.089Z Compiling vcpkg v0.2.15
14412024-05-15T13:34:37.242Z Compiling parking_lot v0.12.1
14422024-05-15T13:34:37.369Z Compiling ring v0.17.8
14432024-05-15T13:34:37.967Z Compiling signal-hook-registry v1.4.1
14442024-05-15T13:34:38.337Z Compiling mio v0.8.11
14452024-05-15T13:34:38.458Z Compiling openssl-sys v0.9.102
14462024-05-15T13:34:39.310Z Compiling fnv v1.0.7
14472024-05-15T13:34:39.434Z Compiling rand_core v0.6.4
14482024-05-15T13:34:39.668Z Compiling socket2 v0.5.6
14492024-05-15T13:34:39.770Z Compiling num_cpus v1.16.0
14502024-05-15T13:34:39.927Z Compiling time-core v0.1.2
14512024-05-15T13:34:39.991Z Compiling num-conv v0.1.0
14522024-05-15T13:34:40.120Z Compiling ring v0.16.20
14532024-05-15T13:34:40.229Z Compiling time-macros v0.2.17
14542024-05-15T13:34:40.335Z Compiling httparse v1.8.0
14552024-05-15T13:34:40.979Z Compiling futures-core v0.3.30
14562024-05-15T13:34:41.198Z Compiling openssl v0.10.64
14572024-05-15T13:34:41.229Z Compiling rustix v0.38.31
14582024-05-15T13:34:41.499Z Compiling serde_derive_internals v0.29.0
14592024-05-15T13:34:41.642Z Compiling iana-time-zone v0.1.57
14602024-05-15T13:34:41.737Z Compiling crossbeam-utils v0.8.19
14612024-05-15T13:34:41.767Z Compiling semver v1.0.23
14622024-05-15T13:34:42.173Z Compiling rustls v0.21.9
14632024-05-15T13:34:42.204Z Compiling native-tls v0.2.11
14642024-05-15T13:34:42.494Z Compiling spin v0.5.2
14652024-05-15T13:34:42.561Z Compiling tinyvec_macros v0.1.1
14662024-05-15T13:34:42.635Z Compiling tinyvec v1.6.0
14672024-05-15T13:34:42.719Z Compiling spin v0.9.8
14682024-05-15T13:34:42.966Z Compiling futures-sink v0.3.30
14692024-05-15T13:34:43.071Z Compiling const-oid v0.9.6
14702024-05-15T13:34:43.109Z Compiling ucd-trie v0.1.6
14712024-05-15T13:34:43.188Z Compiling subtle v2.5.0
14722024-05-15T13:34:43.547Z Compiling backtrace v0.3.69
14732024-05-15T13:34:43.760Z Compiling unicode-normalization v0.1.22
14742024-05-15T13:34:43.811Z Compiling cookie v0.17.0
14752024-05-15T13:34:43.927Z Compiling dyn-clone v1.0.17
14762024-05-15T13:34:44.284Z Compiling heck v0.5.0
14772024-05-15T13:34:44.392Z Compiling unicode-bidi v0.3.15
14782024-05-15T13:34:44.432Z Compiling slog v2.7.0
14792024-05-15T13:34:44.621Z Compiling heck v0.4.1
14802024-05-15T13:34:44.905Z Compiling futures-channel v0.3.30
14812024-05-15T13:34:45.117Z Compiling tracing-core v0.1.32
14822024-05-15T13:34:45.227Z Compiling futures-io v0.3.30
14832024-05-15T13:34:45.568Z Compiling pin-utils v0.1.0
14842024-05-15T13:34:45.595Z Compiling futures-task v0.3.30
14852024-05-15T13:34:45.975Z Compiling serde_derive v1.0.201
14862024-05-15T13:34:46.012Z Compiling zerocopy-derive v0.7.32
14872024-05-15T13:34:46.044Z Compiling zeroize_derive v1.4.2
14882024-05-15T13:34:46.313Z Compiling thiserror-impl v1.0.59
14892024-05-15T13:34:47.248Z Compiling tokio-macros v2.2.0
14902024-05-15T13:34:47.278Z Compiling futures-macro v0.3.30
14912024-05-15T13:34:47.666Z Compiling zerocopy v0.7.32
14922024-05-15T13:34:48.101Z Compiling tracing-attributes v0.1.27
14932024-05-15T13:34:48.677Z Compiling schemars_derive v0.8.17
14942024-05-15T13:34:48.822Z Compiling zeroize v1.7.0
14952024-05-15T13:34:49.453Z Compiling hashbrown v0.14.3
14962024-05-15T13:34:49.657Z Compiling openssl-macros v0.1.1
14972024-05-15T13:34:50.598Z Compiling scroll_derive v0.12.0
14982024-05-15T13:34:50.638Z Compiling pest v2.7.6
14992024-05-15T13:34:50.793Z Compiling tracing v0.1.40
15002024-05-15T13:34:51.194Z Compiling crypto-common v0.1.6
15012024-05-15T13:34:51.244Z Compiling futures-util v0.3.30
15022024-05-15T13:34:51.383Z Compiling der_derive v0.7.2
15032024-05-15T13:34:51.435Z Compiling aho-corasick v1.1.2
15042024-05-15T13:34:51.732Z Compiling anyhow v1.0.83
15052024-05-15T13:34:52.406Z Compiling regex-syntax v0.8.2
15062024-05-15T13:34:52.819Z Compiling pest_meta v2.7.6
15072024-05-15T13:34:53.303Z Compiling winnow v0.5.15
15082024-05-15T13:34:55.071Z Compiling pest_generator v2.7.6
15092024-05-15T13:34:56.138Z Compiling regex-automata v0.4.5
15102024-05-15T13:34:56.250Z Compiling block-buffer v0.10.4
15112024-05-15T13:34:56.497Z Compiling pest_derive v2.7.6
15122024-05-15T13:34:56.828Z Compiling bytes v1.6.0
15132024-05-15T13:34:57.146Z Compiling indexmap v2.2.6
15142024-05-15T13:34:57.557Z Compiling bitflags v2.4.2
15152024-05-15T13:34:57.801Z Compiling uuid v1.8.0
15162024-05-15T13:34:58.023Z Compiling tokio v1.37.0
15172024-05-15T13:34:58.411Z Compiling serde_tokenstream v0.2.0
15182024-05-15T13:34:58.498Z Compiling chrono v0.4.38
15192024-05-15T13:34:59.832Z Compiling serde_spanned v0.6.5
15202024-05-15T13:35:00.066Z Compiling toml_datetime v0.6.5
15212024-05-15T13:35:00.420Z Compiling http v0.2.12
15222024-05-15T13:35:01.995Z Compiling rustc_version v0.4.0
15232024-05-15T13:35:02.531Z Compiling toml_edit v0.19.15
15242024-05-15T13:35:03.162Z Compiling usdt-impl v0.5.0
15252024-05-15T13:35:03.473Z Compiling powerfmt v0.2.0
15262024-05-15T13:35:03.934Z Compiling untrusted v0.9.0
15272024-05-15T13:35:04.111Z Compiling rustversion v1.0.14
15282024-05-15T13:35:05.152Z Compiling deranged v0.3.11
15292024-05-15T13:35:05.250Z Compiling heapless v0.7.16
15302024-05-15T13:35:05.594Z Compiling digest v0.10.7
15312024-05-15T13:35:05.932Z Compiling scroll v0.12.0
15322024-05-15T13:35:06.049Z Compiling plain v0.2.3
15332024-05-15T13:35:06.197Z Compiling percent-encoding v2.3.1
15342024-05-15T13:35:06.637Z Compiling signal-hook v0.3.17
15352024-05-15T13:35:06.671Z Compiling num_threads v0.1.6
15362024-05-15T13:35:06.769Z Compiling ppv-lite86 v0.2.17
15372024-05-15T13:35:07.021Z Compiling time v0.3.34
15382024-05-15T13:35:07.298Z Compiling goblin v0.8.0
15392024-05-15T13:35:07.406Z Compiling rand_chacha v0.3.1
15402024-05-15T13:35:08.178Z Compiling regex v1.10.4
15412024-05-15T13:35:10.219Z Compiling crc32fast v1.3.2
15422024-05-15T13:35:10.594Z Compiling pretty-hex v0.4.1
15432024-05-15T13:35:11.160Z Compiling rand v0.8.5
15442024-05-15T13:35:11.379Z Compiling tokio-util v0.7.10
15452024-05-15T13:35:12.043Z Compiling dof v0.3.0
15462024-05-15T13:35:12.778Z Compiling dtrace-parser v0.2.0
15472024-05-15T13:35:13.248Z Compiling async-trait v0.1.80
15482024-05-15T13:35:14.180Z Compiling thread-id v4.2.0
15492024-05-15T13:35:14.278Z Compiling num-bigint v0.4.4
15502024-05-15T13:35:14.467Z Compiling unicode-width v0.1.11
15512024-05-15T13:35:14.623Z Compiling base64ct v1.6.0
15522024-05-15T13:35:14.676Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15532024-05-15T13:35:15.048Z Compiling smoltcp v0.9.1
15542024-05-15T13:35:15.217Z Compiling untrusted v0.7.1
15552024-05-15T13:35:15.264Z Compiling foreign-types-shared v0.1.1
15562024-05-15T13:35:15.290Z Compiling pem-rfc7468 v0.7.0
15572024-05-15T13:35:15.390Z Compiling foreign-types v0.3.2
15582024-05-15T13:35:16.819Z Compiling form_urlencoded v1.2.1
15592024-05-15T13:35:17.356Z Compiling hmac v0.12.1
15602024-05-15T13:35:17.599Z Compiling errno v0.3.8
15612024-05-15T13:35:18.108Z Compiling try-lock v0.2.4
15622024-05-15T13:35:18.182Z Compiling adler v1.0.2
15632024-05-15T13:35:18.257Z Compiling base64 v0.21.7
15642024-05-15T13:35:18.364Z Compiling flagset v0.4.3
15652024-05-15T13:35:18.397Z Compiling siphasher v0.3.11
15662024-05-15T13:35:18.446Z Compiling want v0.3.1
15672024-05-15T13:35:18.473Z Compiling miniz_oxide v0.7.1
15682024-05-15T13:35:18.543Z Compiling der v0.7.8
15692024-05-15T13:35:19.528Z Compiling rustls-webpki v0.101.7
15702024-05-15T13:35:20.898Z Compiling sct v0.7.0
15712024-05-15T13:35:21.150Z Compiling h2 v0.3.26
15722024-05-15T13:35:21.339Z Compiling http-body v0.4.5
15732024-05-15T13:35:22.137Z Compiling openapiv3 v2.0.0
15742024-05-15T13:35:22.308Z Compiling hubpack_derive v0.1.1
15752024-05-15T13:35:22.844Z Compiling zerocopy-derive v0.6.6
15762024-05-15T13:35:22.872Z Compiling lazy_static v1.4.0
15772024-05-15T13:35:22.986Z Compiling idna v0.5.0
15782024-05-15T13:35:23.394Z Compiling fs-err v2.11.0
15792024-05-15T13:35:23.649Z Compiling tower-service v0.3.2
15802024-05-15T13:35:23.975Z Compiling httpdate v1.0.3
15812024-05-15T13:35:24.613Z Compiling anstyle v1.0.7
15822024-05-15T13:35:24.745Z Compiling openssl-probe v0.1.5
15832024-05-15T13:35:25.517Z Compiling utf8parse v0.2.1
15842024-05-15T13:35:25.555Z Compiling gimli v0.28.0
15852024-05-15T13:35:25.555Z Compiling cpufeatures v0.2.12
15862024-05-15T13:35:25.555Z Compiling stable_deref_trait v1.2.0
15872024-05-15T13:35:25.555Z Compiling sha2 v0.10.8
15882024-05-15T13:35:25.631Z Compiling anstyle-parse v0.2.1
15892024-05-15T13:35:26.106Z Compiling url v2.5.0
15902024-05-15T13:35:26.941Z Compiling hyper v0.14.28
15912024-05-15T13:35:28.384Z Compiling spki v0.7.2
15922024-05-15T13:35:28.702Z Compiling addr2line v0.21.0
15932024-05-15T13:35:29.467Z Compiling usdt-attr-macro v0.5.0
15942024-05-15T13:35:30.254Z Compiling usdt-macro v0.5.0
15952024-05-15T13:35:31.541Z Compiling md-5 v0.10.5
15962024-05-15T13:35:34.627Z Compiling stringprep v0.1.3
15972024-05-15T13:35:34.652Z Compiling idna v0.3.0
15982024-05-15T13:35:34.917Z Compiling diesel_table_macro_syntax v0.1.0
15992024-05-15T13:35:35.015Z Compiling num-integer v0.1.46
16002024-05-15T13:35:35.240Z Compiling object v0.32.1
16012024-05-15T13:35:35.606Z Compiling hash32 v0.2.1
16022024-05-15T13:35:35.785Z Compiling anstyle-query v1.0.0
16032024-05-15T13:35:35.914Z Compiling rustc-demangle v0.1.23
16042024-05-15T13:35:35.941Z Compiling psl-types v2.0.11
16052024-05-15T13:35:38.307Z Compiling fallible-iterator v0.2.0
16062024-05-15T13:35:38.952Z Compiling colorchoice v1.0.0
16072024-05-15T13:35:40.299Z Compiling anstream v0.6.11
16082024-05-15T13:35:41.421Z Compiling postgres-protocol v0.6.6
16092024-05-15T13:35:42.956Z Compiling publicsuffix v2.2.3
16102024-05-15T13:35:43.176Z Compiling diesel_derives v2.1.2
16112024-05-15T13:35:47.766Z Compiling tokio-rustls v0.24.1
16122024-05-15T13:35:48.774Z Compiling pkcs8 v0.10.2
16132024-05-15T13:35:48.872Z Compiling terminal_size v0.3.0
16142024-05-15T13:35:49.253Z Compiling tokio-native-tls v0.3.1
16152024-05-15T13:35:49.476Z Compiling phf_shared v0.11.2
16162024-05-15T13:35:49.823Z Compiling strum_macros v0.25.2
16172024-05-15T13:35:49.950Z Compiling regress v0.9.1
16182024-05-15T13:35:50.058Z Compiling block-padding v0.3.3
16192024-05-15T13:35:50.262Z Compiling enum-as-inner v0.5.1
16202024-05-15T13:35:51.077Z Compiling clap_derive v4.5.4
16212024-05-15T13:35:52.734Z Compiling serde_repr v0.1.16
16222024-05-15T13:35:53.427Z Compiling ff v0.13.0
16232024-05-15T13:35:53.661Z Compiling scheduled-thread-pool v0.2.7
16242024-05-15T13:35:53.714Z Compiling encoding_rs v0.8.33
16252024-05-15T13:35:54.000Z Compiling base16ct v0.2.0
16262024-05-15T13:35:54.129Z Compiling strsim v0.11.0
16272024-05-15T13:35:54.246Z Compiling bitflags v1.3.2
16282024-05-15T13:35:54.359Z Compiling managed v0.8.0
16292024-05-15T13:35:54.723Z Compiling matches v0.1.10
16302024-05-15T13:35:54.749Z Compiling mime v0.3.17
16312024-05-15T13:35:54.824Z Compiling ident_case v1.0.1
16322024-05-15T13:35:54.899Z Compiling bit-vec v0.6.3
16332024-05-15T13:35:55.010Z Compiling strsim v0.10.0
16342024-05-15T13:35:55.556Z Compiling regex-automata v0.1.10
16352024-05-15T13:35:55.727Z Compiling clap_lex v0.7.0
16362024-05-15T13:35:55.899Z Compiling ipnet v2.9.0
16372024-05-15T13:35:56.102Z Compiling clap_builder v4.5.2
16382024-05-15T13:35:56.690Z Compiling bstr v0.2.17
16392024-05-15T13:35:57.048Z Compiling darling_core v0.20.8
16402024-05-15T13:35:59.451Z Compiling idna v0.2.3
16412024-05-15T13:36:00.583Z Compiling sec1 v0.7.3
16422024-05-15T13:36:01.043Z Compiling r2d2 v0.8.10
16432024-05-15T13:36:01.375Z Compiling group v0.13.0
16442024-05-15T13:36:02.041Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16452024-05-15T13:36:02.299Z Compiling inout v0.1.3
16462024-05-15T13:36:03.535Z Compiling phf v0.11.2
16472024-05-15T13:36:03.827Z Compiling hyper-tls v0.5.0
16482024-05-15T13:36:03.882Z Compiling signal-hook-mio v0.2.3
16492024-05-15T13:36:04.042Z Compiling hyper-rustls v0.24.2
16502024-05-15T13:36:04.144Z Compiling cookie_store v0.20.0
16512024-05-15T13:36:04.462Z Compiling postgres-types v0.2.6
16522024-05-15T13:36:04.618Z Compiling zerocopy v0.6.6
16532024-05-15T13:36:05.282Z Compiling hubpack v0.1.2
16542024-05-15T13:36:05.341Z Compiling phf_shared v0.10.0
16552024-05-15T13:36:05.407Z Compiling rustls-pemfile v1.0.3
16562024-05-15T13:36:05.594Z Compiling hkdf v0.12.4
16572024-05-15T13:36:05.657Z Compiling serde_urlencoded v0.7.1
16582024-05-15T13:36:05.715Z Compiling crossbeam-epoch v0.9.18
16592024-05-15T13:36:05.802Z Compiling ipnetwork v0.20.0
16602024-05-15T13:36:06.097Z Compiling futures-executor v0.3.30
16612024-05-15T13:36:06.525Z Compiling crypto-bigint v0.5.2
16622024-05-15T13:36:06.673Z Compiling float-cmp v0.9.0
16632024-05-15T13:36:06.831Z Compiling memmap v0.7.0
16642024-05-15T13:36:07.000Z Compiling unicode-segmentation v1.10.1
16652024-05-15T13:36:07.098Z Compiling minimal-lexical v0.2.1
16662024-05-15T13:36:07.231Z Compiling static_assertions v1.1.0
16672024-05-15T13:36:07.332Z Compiling data-encoding v2.4.0
16682024-05-15T13:36:07.509Z Compiling predicates-core v1.0.6
16692024-05-15T13:36:07.648Z Compiling normalize-line-endings v0.3.0
16702024-05-15T13:36:07.768Z Compiling difflib v0.4.0
16712024-05-15T13:36:07.794Z Compiling webpki-roots v0.25.2
16722024-05-15T13:36:07.953Z Compiling new_debug_unreachable v1.0.4
16732024-05-15T13:36:08.505Z Compiling winnow v0.6.1
16742024-05-15T13:36:08.804Z Compiling whoami v1.5.1
16752024-05-15T13:36:08.829Z Compiling fixedbitset v0.4.2
16762024-05-15T13:36:09.173Z Compiling precomputed-hash v0.1.1
16772024-05-15T13:36:09.275Z Compiling either v1.11.0
16782024-05-15T13:36:09.674Z Compiling sync_wrapper v0.1.2
16792024-05-15T13:36:09.699Z Compiling itertools v0.10.5
16802024-05-15T13:36:09.804Z Compiling reqwest v0.11.27
16812024-05-15T13:36:10.734Z Compiling string_cache v0.8.7
16822024-05-15T13:36:11.002Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16832024-05-15T13:36:11.094Z Compiling toml_edit v0.22.12
16842024-05-15T13:36:11.147Z Compiling tokio-postgres v0.7.10
16852024-05-15T13:36:11.593Z Compiling petgraph v0.6.5
16862024-05-15T13:36:11.943Z Compiling predicates v3.1.0
16872024-05-15T13:36:13.152Z Compiling elliptic-curve v0.13.8
16882024-05-15T13:36:13.733Z Compiling trust-dns-proto v0.22.0
16892024-05-15T13:36:14.480Z Compiling similar v2.4.0
16902024-05-15T13:36:14.811Z Compiling nom v7.1.3
16912024-05-15T13:36:14.894Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16922024-05-15T13:36:14.960Z Compiling usdt v0.5.0
16932024-05-15T13:36:16.136Z Compiling futures v0.3.30
16942024-05-15T13:36:16.244Z Compiling diesel v2.1.6
16952024-05-15T13:36:17.257Z Compiling yasna v0.5.2
16962024-05-15T13:36:17.705Z Compiling crossterm v0.27.0
16972024-05-15T13:36:17.747Z Compiling flate2 v1.0.30
16982024-05-15T13:36:18.483Z Compiling cipher v0.4.4
16992024-05-15T13:36:18.547Z Compiling darling_macro v0.20.8
17002024-05-15T13:36:19.384Z Compiling clap v4.5.4
17012024-05-15T13:36:19.498Z Compiling bit-set v0.5.3
17022024-05-15T13:36:19.747Z Compiling num-iter v0.1.45
17032024-05-15T13:36:20.055Z Compiling console v0.15.8
17042024-05-15T13:36:20.459Z Compiling tokio-stream v0.1.15
17052024-05-15T13:36:20.535Z Compiling toml v0.7.8
17062024-05-15T13:36:21.114Z Compiling bstr v1.9.0
17072024-05-15T13:36:21.220Z Compiling hex v0.4.3
17082024-05-15T13:36:22.119Z Compiling peg-runtime v0.8.3
17092024-05-15T13:36:22.560Z Compiling lalrpop-util v0.19.12
17102024-05-15T13:36:23.206Z Compiling darling v0.20.8
17112024-05-15T13:36:23.321Z Compiling proc-macro-crate v1.3.1
17122024-05-15T13:36:24.885Z Compiling heapless v0.8.0
17132024-05-15T13:36:24.940Z Compiling camino v1.1.7
17142024-05-15T13:36:25.926Z Compiling num_enum_derive v0.5.11
17152024-05-15T13:36:29.935Z Compiling hash32 v0.3.1
17162024-05-15T13:36:30.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17172024-05-15T13:36:30.951Z Compiling rustls-pki-types v1.3.0
17182024-05-15T13:36:32.078Z Compiling smoltcp v0.11.0
17192024-05-15T13:36:42.264Z Compiling num_enum v0.5.11
17202024-05-15T13:36:43.912Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17212024-05-15T13:36:44.230Z Compiling getopts v0.2.21
17222024-05-15T13:36:45.144Z Compiling dirs-sys-next v0.1.2
17232024-05-15T13:36:45.552Z Compiling proc-macro-error-attr v1.0.4
17242024-05-15T13:36:45.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252024-05-15T13:36:45.829Z Compiling cobs v0.2.3
17262024-05-15T13:36:46.023Z Compiling paste v1.0.15
17272024-05-15T13:36:46.229Z Compiling embedded-io v0.4.0
17282024-05-15T13:36:46.277Z Compiling unsafe-libyaml v0.2.10
17292024-05-15T13:36:46.449Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17302024-05-15T13:36:47.039Z Compiling rustls v0.22.4
17312024-05-15T13:36:47.329Z Compiling serde_yaml v0.9.25
17322024-05-15T13:36:48.379Z Compiling postcard v1.0.8
17332024-05-15T13:36:50.769Z Compiling dirs-next v2.0.0
17342024-05-15T13:36:51.961Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17352024-05-15T13:36:58.311Z Compiling rustls-webpki v0.102.1
17362024-05-15T13:37:02.502Z Compiling strum_macros v0.26.1
17372024-05-15T13:37:03.295Z Compiling foreign-types-macros v0.2.3
17382024-05-15T13:37:03.327Z Compiling structmeta-derive v0.3.0
17392024-05-15T13:37:04.370Z Compiling thread_local v1.1.7
17402024-05-15T13:37:04.403Z Compiling proc-macro-error v1.0.4
17412024-05-15T13:37:04.659Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17422024-05-15T13:37:04.936Z Compiling multer v3.1.0
17432024-05-15T13:37:05.134Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17442024-05-15T13:37:05.211Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17452024-05-15T13:37:05.485Z Compiling slog-async v2.8.0
17462024-05-15T13:37:05.537Z Compiling foreign-types-shared v0.3.1
17472024-05-15T13:37:05.930Z Compiling match_cfg v0.1.0
17482024-05-15T13:37:10.209Z Compiling strum v0.26.2
17492024-05-15T13:37:10.447Z Compiling hostname v0.3.1
17502024-05-15T13:37:10.760Z Compiling foreign-types v0.5.0
17512024-05-15T13:37:10.878Z Compiling structmeta v0.3.0
17522024-05-15T13:37:11.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-05-15T13:37:14.989Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17542024-05-15T13:37:23.929Z Compiling term v0.7.0
17552024-05-15T13:37:25.474Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17562024-05-15T13:37:25.511Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17572024-05-15T13:37:26.760Z Compiling slog-json v2.6.1
17582024-05-15T13:37:27.056Z Compiling is-terminal v0.4.9
17592024-05-15T13:37:27.210Z Compiling tabwriter v1.4.0
17602024-05-15T13:37:27.245Z Compiling crossbeam-channel v0.5.8
17612024-05-15T13:37:27.901Z Compiling http v1.0.0
17622024-05-15T13:37:28.664Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-05-15T13:37:28.876Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17642024-05-15T13:37:29.330Z Compiling async-stream-impl v0.3.5
17652024-05-15T13:37:29.596Z Compiling cstr-argument v0.1.2
17662024-05-15T13:37:29.676Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17672024-05-15T13:37:29.819Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17682024-05-15T13:37:29.961Z Compiling take_mut v0.2.2
17692024-05-15T13:37:30.101Z Compiling crucible-workspace-hack v0.1.0
17702024-05-15T13:37:30.355Z Compiling rayon-core v1.12.1
17712024-05-15T13:37:30.387Z Compiling fastrand v2.0.1
17722024-05-15T13:37:30.459Z Compiling base64 v0.22.1
17732024-05-15T13:37:30.978Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17742024-05-15T13:37:31.223Z Compiling atomic-waker v1.1.1
17752024-05-15T13:37:31.342Z Compiling pretty-hex v0.2.1
17762024-05-15T13:37:31.412Z Compiling waitgroup v0.1.2
17772024-05-15T13:37:31.492Z Compiling rustls-pemfile v2.1.2
17782024-05-15T13:37:31.522Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17792024-05-15T13:37:31.612Z Compiling tempfile v3.10.1
17802024-05-15T13:37:31.875Z Compiling async-stream v0.3.5
17812024-05-15T13:37:32.158Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17822024-05-15T13:37:32.919Z Compiling slog-term v2.9.1
17832024-05-15T13:37:33.162Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17842024-05-15T13:37:33.354Z Compiling slog-bunyan v2.5.0
17852024-05-15T13:37:34.216Z Compiling tokio-rustls v0.25.0
17862024-05-15T13:37:34.621Z Compiling parse-display-derive v0.9.0
17872024-05-15T13:37:34.646Z Compiling toml v0.8.12
17882024-05-15T13:37:34.848Z Compiling serde_with_macros v3.7.0
17892024-05-15T13:37:35.258Z Compiling sha1 v0.10.6
17902024-05-15T13:37:35.958Z Compiling crossbeam-deque v0.8.3
17912024-05-15T13:37:36.300Z Compiling colored v2.1.0
17922024-05-15T13:37:37.004Z Compiling newtype-uuid v1.1.0
17932024-05-15T13:37:37.289Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17942024-05-15T13:37:37.379Z Compiling serde_path_to_error v0.1.16
17952024-05-15T13:37:37.822Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17962024-05-15T13:37:38.197Z Compiling hostname v0.4.0
17972024-05-15T13:37:38.421Z Compiling socket2 v0.4.9
17982024-05-15T13:37:38.446Z Compiling instant v0.1.12
17992024-05-15T13:37:38.585Z Compiling debug-ignore v1.0.5
18002024-05-15T13:37:38.727Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18012024-05-15T13:37:39.088Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18022024-05-15T13:37:39.993Z Compiling backoff v0.4.0
18032024-05-15T13:37:40.296Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042024-05-15T13:37:40.479Z Compiling parse-display v0.9.0
18052024-05-15T13:37:40.911Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18062024-05-15T13:37:41.116Z Compiling serde_with v3.7.0
18072024-05-15T13:37:42.518Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18082024-05-15T13:37:43.178Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18092024-05-15T13:37:43.801Z Compiling camino-tempfile v1.1.1
18102024-05-15T13:37:44.459Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18112024-05-15T13:37:44.515Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18122024-05-15T13:37:44.545Z Compiling macaddr v1.0.1
18132024-05-15T13:37:44.642Z Compiling num-derive v0.4.0
18142024-05-15T13:37:44.853Z Compiling sigpipe v0.1.3
18152024-05-15T13:37:44.986Z Compiling libefi-sys v0.1.0
18162024-05-15T13:37:45.020Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18172024-05-15T13:37:45.261Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18182024-05-15T13:37:45.473Z Compiling rayon v1.10.0
18192024-05-15T13:37:46.277Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18202024-05-15T13:37:47.288Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18212024-05-15T13:37:47.602Z Compiling smf v0.2.3
18222024-05-15T13:37:48.020Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18232024-05-15T13:37:48.330Z Compiling blake3 v1.5.0
18242024-05-15T13:37:48.837Z Compiling portable-atomic v1.4.3
18252024-05-15T13:37:49.783Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18262024-05-15T13:37:49.961Z Compiling memmap2 v0.7.1
18272024-05-15T13:37:50.059Z Compiling filetime v0.2.23
18282024-05-15T13:37:50.149Z Compiling xattr v1.0.1
18292024-05-15T13:37:50.360Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18302024-05-15T13:37:50.419Z Compiling constant_time_eq v0.3.0
18312024-05-15T13:37:50.450Z Compiling arrayvec v0.7.4
18322024-05-15T13:37:50.500Z Compiling arrayref v0.3.7
18332024-05-15T13:37:50.584Z Compiling same-file v1.0.6
18342024-05-15T13:37:50.611Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18352024-05-15T13:37:50.790Z Compiling walkdir v2.5.0
18362024-05-15T13:37:50.865Z Compiling tar v0.4.40
18372024-05-15T13:37:51.429Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18382024-05-15T13:37:51.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18392024-05-15T13:37:52.030Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18402024-05-15T13:37:54.816Z Compiling gethostname v0.4.3
18412024-05-15T13:37:55.055Z Compiling topological-sort v0.2.2
18422024-05-15T13:37:55.269Z Compiling number_prefix v0.4.0
18432024-05-15T13:37:55.474Z Compiling indicatif v0.17.8
18442024-05-15T13:37:55.546Z Compiling omicron-zone-package v0.11.0
18452024-05-15T13:37:55.575Z Compiling swrite v0.1.0
18462024-05-15T13:38:01.709Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18472024-05-15T13:38:05.488Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18482024-05-15T13:38:06.088Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18492024-05-15T13:38:07.344Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18502024-05-15T13:38:23.943Z Finished release [optimized] target(s) in 4m 22s
18512024-05-15T13:38:24.177Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18522024-05-15T13:38:24.267ZLogging to: /work/oxidecomputer/omicron/out/LOG
18532024-05-15T13:38:24.293ZCreated new build target 'test' and set it as active
18542024-05-15T13:38:24.293Z
18552024-05-15T13:38:24.293Zreal 4:22.530540921
18562024-05-15T13:38:24.293Zuser 25:54.919719171
18572024-05-15T13:38:24.293Zsys 3:25.762371445
18582024-05-15T13:38:24.293Ztrap 0.992122720
18592024-05-15T13:38:24.293Ztflt 0.835666399
18602024-05-15T13:38:24.293Zdflt 0.850250526
18612024-05-15T13:38:24.293Zkflt 0.055383297
18622024-05-15T13:38:24.294Zlock 54:00.391142824
18632024-05-15T13:38:24.294Zslp 1:12:01.844959683
18642024-05-15T13:38:24.294Zlat 1:54.950741289
18652024-05-15T13:38:24.294Zstop 3:30.832333159
18662024-05-15T13:38:24.294Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18672024-05-15T13:38:25.390Z Finished release [optimized] target(s) in 1.05s
18682024-05-15T13:38:25.419Z Running `target/release/omicron-package -t test package`
18692024-05-15T13:38:25.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
18702024-05-15T13:38:26.621Z Compiling newline-converter v0.3.0
18712024-05-15T13:38:26.648Z Compiling humantime v2.1.0
18722024-05-15T13:38:26.648Z Compiling derive-where v1.2.7
18732024-05-15T13:38:26.648Z Compiling unicode-xid v0.2.4
18742024-05-15T13:38:26.673Z Compiling linked-hash-map v0.5.6
18752024-05-15T13:38:26.700Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18762024-05-15T13:38:26.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18772024-05-15T13:38:26.700Z Compiling password-hash v0.5.0
18782024-05-15T13:38:26.780Z Compiling expectorate v1.1.0
18792024-05-15T13:38:26.806Z Compiling blake2 v0.10.6
18802024-05-15T13:38:26.927Z Compiling semver v0.1.20
18812024-05-15T13:38:26.980Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18822024-05-15T13:38:27.017Z Compiling lru-cache v0.1.2
18832024-05-15T13:38:27.187Z Compiling argon2 v0.5.3
18842024-05-15T13:38:27.312Z Compiling rustc_version v0.1.7
18852024-05-15T13:38:27.401Z Compiling bytecount v0.6.3
18862024-05-15T13:38:27.643Z Compiling newtype_derive v0.1.6
18872024-05-15T13:38:27.669Z Compiling papergrid v0.11.0
18882024-05-15T13:38:27.786Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18892024-05-15T13:38:27.967Z Compiling tabled_derive v0.7.0
18902024-05-15T13:38:28.296Z Compiling quick-error v1.2.3
18912024-05-15T13:38:28.417Z Compiling resolv-conf v0.7.0
18922024-05-15T13:38:28.695Z Compiling steno v0.4.0
18932024-05-15T13:38:29.270Z Compiling trust-dns-resolver v0.22.0
18942024-05-15T13:38:29.330Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18952024-05-15T13:38:29.772Z Compiling slog-dtrace v0.3.0
18962024-05-15T13:38:29.878Z Compiling tabled v0.15.0
18972024-05-15T13:38:30.051Z Compiling termcolor v1.2.0
18982024-05-15T13:38:30.928Z Compiling itertools v0.12.1
18992024-05-15T13:38:32.095Z Compiling utf-8 v0.7.6
19002024-05-15T13:38:33.599Z Compiling num-rational v0.4.2
19012024-05-15T13:38:33.848Z Compiling num-complex v0.4.6
19022024-05-15T13:38:34.824Z Compiling num v0.4.3
19032024-05-15T13:38:34.934Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19042024-05-15T13:38:35.756Z Compiling nibble_vec v0.1.0
19052024-05-15T13:38:35.781Z Compiling radium v0.7.0
19062024-05-15T13:38:35.947Z Compiling endian-type v0.1.2
19072024-05-15T13:38:36.146Z Compiling radix_trie v0.2.1
19082024-05-15T13:38:36.172Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19092024-05-15T13:38:36.886Z Compiling tungstenite v0.20.1
19102024-05-15T13:38:38.843Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19112024-05-15T13:38:39.239Z Compiling maybe-uninit v2.0.0
19122024-05-15T13:38:39.626Z Compiling tap v1.0.1
19132024-05-15T13:38:39.793Z Compiling wyz v0.5.1
19142024-05-15T13:38:40.245Z Compiling tokio-tungstenite v0.20.1
19152024-05-15T13:38:41.191Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19162024-05-15T13:38:41.217Z Compiling bzip2-sys v0.1.11+1.0.8
19172024-05-15T13:38:41.569Z Compiling arc-swap v1.6.0
19182024-05-15T13:38:42.223Z Compiling packed_struct v0.10.1
19192024-05-15T13:38:42.552Z Compiling funty v2.0.0
19202024-05-15T13:38:44.585Z Compiling num-bigint-dig v0.8.4
19212024-05-15T13:38:44.832Z Compiling cancel-safe-futures v0.1.5
19222024-05-15T13:38:45.095Z Compiling display-error-chain v0.2.0
19232024-05-15T13:38:45.240Z Compiling crc-catalog v2.2.0
19242024-05-15T13:38:45.360Z Compiling crc v3.0.1
19252024-05-15T13:38:46.001Z Compiling bitvec v1.0.1
19262024-05-15T13:38:46.094Z Compiling slog-scope v4.4.0
19272024-05-15T13:38:47.850Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19282024-05-15T13:38:47.882Z Compiling packed_struct_codegen v0.10.1
19292024-05-15T13:38:48.147Z Compiling fxhash v0.2.1
19302024-05-15T13:38:48.334Z Compiling indexmap v1.9.3
19312024-05-15T13:38:48.592Z Compiling nodrop v0.1.14
19322024-05-15T13:38:48.718Z Compiling array-init v0.0.4
19332024-05-15T13:38:49.340Z Compiling smallvec v0.6.14
19342024-05-15T13:38:49.668Z Compiling slog-stdlog v4.1.1
19352024-05-15T13:38:50.644Z Compiling rayon-core v1.12.1
19362024-05-15T13:38:50.671Z Compiling synstructure v0.12.6
19372024-05-15T13:38:51.052Z Compiling pkcs1 v0.7.5
19382024-05-15T13:38:51.855Z Compiling signature v2.1.0
19392024-05-15T13:38:52.068Z Compiling crossbeam-deque v0.8.3
19402024-05-15T13:38:52.759Z Compiling dirs-sys-next v0.1.2
19412024-05-15T13:38:52.789Z Compiling half v2.3.1
19422024-05-15T13:38:53.159Z Compiling bitfield v0.14.0
19432024-05-15T13:38:53.379Z Compiling hashbrown v0.12.3
19442024-05-15T13:38:53.406Z Compiling glob v0.3.1
19452024-05-15T13:38:54.061Z Compiling ciborium-io v0.2.2
19462024-05-15T13:38:54.175Z Compiling crunchy v0.2.2
19472024-05-15T13:38:54.224Z Compiling fastrand v2.0.1
19482024-05-15T13:38:54.470Z Compiling same-file v1.0.6
19492024-05-15T13:38:54.579Z Compiling tempfile v3.10.1
19502024-05-15T13:38:54.647Z Compiling walkdir v2.5.0
19512024-05-15T13:38:55.180Z Compiling ciborium-ll v0.2.2
19522024-05-15T13:38:55.245Z Compiling clang-sys v1.6.1
19532024-05-15T13:38:55.555Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19542024-05-15T13:38:55.595Z Compiling dirs-next v2.0.0
19552024-05-15T13:38:55.794Z Compiling rsa v0.9.2
19562024-05-15T13:38:55.892Z Compiling zerocopy-derive v0.2.0
19572024-05-15T13:38:57.469Z Compiling bzip2 v0.4.4
19582024-05-15T13:38:57.494Z Compiling slog-envlogger v2.2.0
19592024-05-15T13:38:57.494Z Compiling serde-hex v0.1.0
19602024-05-15T13:38:59.311Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19612024-05-15T13:38:59.538Z Compiling env_logger v0.10.0
19622024-05-15T13:38:59.576Z Compiling camino v1.1.7
19632024-05-15T13:38:59.634Z Compiling x509-cert v0.2.4
19642024-05-15T13:39:00.118Z Compiling ron v0.8.1
19652024-05-15T13:39:01.515Z Compiling hashbrown v0.13.2
19662024-05-15T13:39:02.567Z Compiling crc-any v2.4.3
19672024-05-15T13:39:02.685Z Compiling tiny-keccak v2.0.2
19682024-05-15T13:39:02.923Z Compiling prettyplease v0.2.20
19692024-05-15T13:39:03.179Z Compiling maplit v1.0.2
19702024-05-15T13:39:03.304Z Compiling blake3 v1.5.0
19712024-05-15T13:39:03.337Z Compiling object v0.30.4
19722024-05-15T13:39:03.553Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19732024-05-15T13:39:05.154Z Compiling zip v0.6.6
19742024-05-15T13:39:05.546Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19752024-05-15T13:39:05.750Z Compiling rayon v1.10.0
19762024-05-15T13:39:06.307Z Compiling term v0.7.0
19772024-05-15T13:39:07.330Z Compiling ciborium v0.2.2
19782024-05-15T13:39:07.583Z Compiling filetime v0.2.23
19792024-05-15T13:39:07.831Z Compiling xattr v1.0.1
19802024-05-15T13:39:08.060Z Compiling memmap2 v0.7.1
19812024-05-15T13:39:08.378Z Compiling atty v0.2.14
19822024-05-15T13:39:08.512Z Compiling arrayvec v0.7.4
19832024-05-15T13:39:08.877Z Compiling path-slash v0.1.5
19842024-05-15T13:39:09.088Z Compiling arrayref v0.3.7
19852024-05-15T13:39:09.115Z Compiling constant_time_eq v0.3.0
19862024-05-15T13:39:09.179Z Compiling home v0.5.5
19872024-05-15T13:39:09.241Z Compiling tar v0.4.40
19882024-05-15T13:39:09.385Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19892024-05-15T13:39:09.773Z Compiling toolchain_find v0.4.0
19902024-05-15T13:39:10.698Z Compiling ascii-canvas v3.0.0
19912024-05-15T13:39:10.725Z Compiling camino-tempfile v1.1.1
19922024-05-15T13:39:10.751Z Compiling toml v0.8.12
19932024-05-15T13:39:10.789Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19942024-05-15T13:39:11.021Z Compiling is-terminal v0.4.9
19952024-05-15T13:39:11.138Z Compiling libsw v3.3.1
19962024-05-15T13:39:11.164Z Compiling ena v0.14.2
19972024-05-15T13:39:11.406Z Compiling libloading v0.7.4
19982024-05-15T13:39:11.476Z Compiling usdt-impl v0.3.5
19992024-05-15T13:39:11.720Z Compiling owo-colors v4.0.0
20002024-05-15T13:39:11.812Z Compiling topological-sort v0.2.2
20012024-05-15T13:39:11.999Z Compiling diff v0.1.13
20022024-05-15T13:39:12.036Z Compiling bindgen v0.69.2
20032024-05-15T13:39:12.357Z Compiling linear-map v1.2.0
20042024-05-15T13:39:12.434Z Compiling convert_case v0.4.0
20052024-05-15T13:39:12.698Z Compiling regex-syntax v0.6.29
20062024-05-15T13:39:13.072Z Compiling parking_lot_core v0.8.6
20072024-05-15T13:39:13.436Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20082024-05-15T13:39:13.770Z Compiling derive_more v0.99.17
20092024-05-15T13:39:14.662Z Compiling omicron-zone-package v0.11.0
20102024-05-15T13:39:16.873Z Compiling lalrpop v0.19.12
20112024-05-15T13:39:19.100Z Compiling rustfmt-wrapper v0.2.1
20122024-05-15T13:39:19.437Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20132024-05-15T13:39:19.611Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20142024-05-15T13:39:19.649Z Compiling cexpr v0.6.0
20152024-05-15T13:39:19.920Z Compiling which v4.4.0
20162024-05-15T13:39:20.369Z Compiling unicase v2.7.0
20172024-05-15T13:39:20.615Z Compiling rustc-hash v1.1.0
20182024-05-15T13:39:20.767Z Compiling lazycell v1.3.0
20192024-05-15T13:39:21.209Z Compiling peeking_take_while v0.1.2
20202024-05-15T13:39:21.209Z Compiling shlex v1.3.0
20212024-05-15T13:39:21.209Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20222024-05-15T13:39:21.671Z Compiling zerocopy v0.3.0
20232024-05-15T13:39:22.257Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20242024-05-15T13:39:23.065Z Compiling derive_builder_core v0.20.0
20252024-05-15T13:39:24.790Z Compiling pem v3.0.4
20262024-05-15T13:39:26.005Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20272024-05-15T13:39:26.190Z Compiling headers-core v0.2.0
20282024-05-15T13:39:26.335Z Compiling libxml v0.3.3
20292024-05-15T13:39:26.625Z Compiling async-recursion v1.1.1
20302024-05-15T13:39:27.566Z Compiling platforms v3.0.2
20312024-05-15T13:39:27.816Z Compiling ref-cast v1.0.23
20322024-05-15T13:39:27.918Z Compiling headers v0.3.9
20332024-05-15T13:39:28.275Z Compiling derive_builder_macro v0.20.0
20342024-05-15T13:39:28.302Z Compiling dof v0.1.5
20352024-05-15T13:39:28.909Z Compiling parking_lot v0.11.2
20362024-05-15T13:39:28.986Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20372024-05-15T13:39:30.987Z Compiling trust-dns-client v0.22.0
20382024-05-15T13:39:31.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20392024-05-15T13:39:31.084Z Compiling strum_macros v0.24.3
20402024-05-15T13:39:31.142Z Compiling dtrace-parser v0.1.14
20412024-05-15T13:39:31.304Z Compiling toml v0.5.11
20422024-05-15T13:39:32.413Z Compiling ref-cast-impl v1.0.23
20432024-05-15T13:39:32.939Z Compiling samael v0.0.15
20442024-05-15T13:39:33.313Z Compiling vte_generate_state_changes v0.1.1
20452024-05-15T13:39:33.711Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20462024-05-15T13:39:33.826Z Compiling cookie v0.18.1
20472024-05-15T13:39:34.016Z Compiling indoc v1.0.9
20482024-05-15T13:39:34.100Z Compiling buf-list v1.0.3
20492024-05-15T13:39:34.126Z Compiling cfg_aliases v0.1.1
20502024-05-15T13:39:34.224Z Compiling nix v0.28.0
20512024-05-15T13:39:34.736Z Compiling vte v0.11.1
20522024-05-15T13:39:34.839Z Compiling trust-dns-server v0.22.1
20532024-05-15T13:39:36.215Z Compiling sled v0.34.7
20542024-05-15T13:39:37.430Z Compiling derive_builder v0.20.0
20552024-05-15T13:39:37.981Z Compiling polar-core v0.27.3
20562024-05-15T13:39:39.630Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20572024-05-15T13:39:40.645Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20582024-05-15T13:39:40.880Z Compiling const_format_proc_macros v0.2.32
20592024-05-15T13:39:41.774Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20602024-05-15T13:39:42.149Z Compiling fd-lock v4.0.2
20612024-05-15T13:39:42.336Z Compiling bb8 v0.8.3
20622024-05-15T13:39:42.541Z Compiling oso-derive v0.27.3
20632024-05-15T13:39:42.773Z Compiling quick-xml v0.31.0
20642024-05-15T13:39:43.293Z Compiling impl-trait-for-tuples v0.2.2
20652024-05-15T13:39:45.981Z Compiling serde_tokenstream v0.1.7
20662024-05-15T13:39:46.386Z Compiling pin-project-internal v1.1.3
20672024-05-15T13:39:47.798Z Compiling memoffset v0.7.1
20682024-05-15T13:39:48.043Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20692024-05-15T13:39:48.473Z Compiling pin-project v1.1.3
20702024-05-15T13:39:48.586Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20712024-05-15T13:39:49.104Z Compiling const_format v0.2.32
20722024-05-15T13:39:51.993Z Compiling curve25519-dalek v4.1.2
20732024-05-15T13:39:52.354Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20742024-05-15T13:39:52.379Z Compiling strip-ansi-escapes v0.2.0
20752024-05-15T13:39:56.218Z Compiling oso v0.27.3
20762024-05-15T13:40:04.709Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20772024-05-15T13:40:04.909Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20782024-05-15T13:40:08.883Z Compiling kstat-rs v0.2.3
20792024-05-15T13:40:09.117Z Compiling snafu-derive v0.8.2
20802024-05-15T13:40:10.044Z Compiling nu-ansi-term v0.50.0
20812024-05-15T13:40:10.070Z Compiling keccak v0.1.4
20822024-05-15T13:40:10.624Z Compiling sha3 v0.10.8
20832024-05-15T13:40:10.698Z Compiling reedline v0.31.0
20842024-05-15T13:40:11.290Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20852024-05-15T13:40:13.003Z Compiling snafu v0.8.2
20862024-05-15T13:40:14.293Z Compiling mime_guess v2.0.4
20872024-05-15T13:40:16.459Z Compiling usdt-macro v0.3.5
20882024-05-15T13:40:17.460Z Compiling usdt-attr-macro v0.3.5
20892024-05-15T13:40:18.571Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20902024-05-15T13:40:19.096Z Compiling env_logger v0.9.3
20912024-05-15T13:40:19.260Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20922024-05-15T13:40:22.906Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20932024-05-15T13:40:23.497Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20942024-05-15T13:40:23.855Z Compiling globset v0.4.13
20952024-05-15T13:40:24.191Z Compiling peg-macros v0.8.3
20962024-05-15T13:40:26.718Z Compiling olpc-cjson v0.1.3
20972024-05-15T13:40:26.992Z Compiling universal-hash v0.5.1
20982024-05-15T13:40:27.172Z Compiling secrecy v0.8.0
20992024-05-15T13:40:27.402Z Compiling bitstruct_derive v0.1.0
21002024-05-15T13:40:28.421Z Compiling thiserror-impl-no-std v2.0.2
21012024-05-15T13:40:29.910Z Compiling serde_plain v1.0.2
21022024-05-15T13:40:30.321Z Compiling nanorand v0.7.0
21032024-05-15T13:40:30.350Z Compiling sqlparser_derive v0.2.2
21042024-05-15T13:40:30.563Z Compiling curve25519-dalek-derive v0.1.0
21052024-05-15T13:40:30.597Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21062024-05-15T13:40:30.710Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21072024-05-15T13:40:30.946Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21082024-05-15T13:40:30.979Z Compiling unicode_categories v0.1.1
21092024-05-15T13:40:31.208Z Compiling ascii v1.1.0
21102024-05-15T13:40:31.234Z Compiling salty v0.2.0
21112024-05-15T13:40:31.549Z Compiling signature v1.6.4
21122024-05-15T13:40:31.575Z Compiling opaque-debug v0.3.0
21132024-05-15T13:40:31.649Z Compiling typed-path v0.7.0
21142024-05-15T13:40:31.694Z Compiling ed25519 v1.5.3
21152024-05-15T13:40:31.836Z Compiling poly1305 v0.8.0
21162024-05-15T13:40:31.986Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21172024-05-15T13:40:33.131Z Compiling rustyline v14.0.0
21182024-05-15T13:40:34.002Z Compiling tough v0.17.1
21192024-05-15T13:40:34.651Z Compiling sqlparser v0.45.0
21202024-05-15T13:40:37.083Z Compiling sqlformat v0.2.3
21212024-05-15T13:40:37.277Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21222024-05-15T13:40:37.550Z Compiling flume v0.11.0
21232024-05-15T13:40:38.153Z Compiling thiserror-no-std v2.0.2
21242024-05-15T13:40:38.266Z Compiling bitstruct v0.1.1
21252024-05-15T13:40:38.369Z Compiling peg v0.8.3
21262024-05-15T13:40:38.470Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21272024-05-15T13:40:39.323Z Compiling usdt v0.3.5
21282024-05-15T13:40:39.719Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21292024-05-15T13:40:43.389Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21302024-05-15T13:40:43.521Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21312024-05-15T13:40:49.211Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21322024-05-15T13:40:49.503Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21332024-05-15T13:40:49.793Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-15T13:40:50.816Z Compiling chacha20 v0.9.1
21352024-05-15T13:40:51.201Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-05-15T13:40:53.110Z Compiling aead v0.5.2
21372024-05-15T13:40:53.389Z Compiling bcs v0.1.6
21382024-05-15T13:40:54.109Z Compiling serde_arrays v0.1.0
21392024-05-15T13:40:54.261Z Compiling serde-big-array v0.5.1
21402024-05-15T13:40:54.471Z Compiling erased-serde v0.3.31
21412024-05-15T13:40:55.630Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21422024-05-15T13:40:55.746Z Compiling parse-size v1.0.0
21432024-05-15T13:40:55.984Z Compiling highway v1.1.0
21442024-05-15T13:40:56.290Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21452024-05-15T13:40:56.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21462024-05-15T13:40:57.074Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21472024-05-15T13:41:00.758Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-05-15T13:41:16.335Z Compiling chacha20poly1305 v0.10.1
21492024-05-15T13:41:16.953Z Compiling vsss-rs v3.3.4
21502024-05-15T13:41:20.484Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21512024-05-15T13:41:20.581Z Compiling signal-hook-tokio v0.3.1
21522024-05-15T13:41:20.750Z Compiling heck v0.3.3
21532024-05-15T13:41:21.057Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21542024-05-15T13:41:21.086Z Compiling castaway v0.2.2
21552024-05-15T13:41:21.213Z Compiling rand_seeder v0.2.3
21562024-05-15T13:41:21.547Z Compiling serde-big-array v0.4.1
21572024-05-15T13:41:21.713Z Compiling http-range v0.1.5
21582024-05-15T13:41:22.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21592024-05-15T13:41:22.224Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21602024-05-15T13:41:22.432Z Compiling hyper-staticfile v0.9.5
21612024-05-15T13:41:22.901Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21622024-05-15T13:41:23.403Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21632024-05-15T13:41:23.582Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21642024-05-15T13:41:23.983Z Compiling compact_str v0.7.1
21652024-05-15T13:41:25.171Z Compiling zone_cfg_derive v0.1.2
21662024-05-15T13:41:25.242Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21672024-05-15T13:41:31.176Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21682024-05-15T13:41:31.692Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21692024-05-15T13:41:36.957Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21702024-05-15T13:41:37.822Z Compiling tungstenite v0.21.0
21712024-05-15T13:41:38.805Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21722024-05-15T13:41:39.066Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21732024-05-15T13:41:39.305Z Compiling lru v0.12.1
21742024-05-15T13:41:39.577Z Compiling stability v0.2.0
21752024-05-15T13:41:40.359Z Compiling base64 v0.13.1
21762024-05-15T13:41:41.063Z Compiling cassowary v0.3.0
21772024-05-15T13:41:42.107Z Compiling indoc v2.0.3
21782024-05-15T13:41:43.011Z Compiling corncobs v0.1.3
21792024-05-15T13:41:43.335Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21802024-05-15T13:41:43.945Z Compiling ratatui v0.26.2
21812024-05-15T13:41:44.699Z Compiling ron v0.7.1
21822024-05-15T13:41:49.278Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21832024-05-15T13:41:49.842Z Compiling tokio-tungstenite v0.21.0
21842024-05-15T13:41:50.340Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21852024-05-15T13:41:50.853Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21862024-05-15T13:41:58.137Z Compiling zone v0.1.8
21872024-05-15T13:42:00.913Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21882024-05-15T13:42:07.609Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21892024-05-15T13:42:08.240Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21902024-05-15T13:42:09.359Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-05-15T13:42:09.896Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21922024-05-15T13:42:10.152Z Compiling portpicker v0.1.1
21932024-05-15T13:42:10.581Z Compiling smawk v0.3.1
21942024-05-15T13:42:10.773Z Compiling unicode-linebreak v0.1.5
21952024-05-15T13:42:11.196Z Compiling textwrap v0.16.1
21962024-05-15T13:42:14.356Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21972024-05-15T13:42:16.010Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21982024-05-15T13:42:19.815Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21992024-05-15T13:42:23.349Z Compiling rcgen v0.12.1
22002024-05-15T13:42:24.532Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22012024-05-15T13:42:24.935Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22022024-05-15T13:42:28.228Z Compiling atomicwrites v0.4.3
22032024-05-15T13:42:28.537Z Compiling fatfs v0.3.6
22042024-05-15T13:42:30.442Z Compiling subprocess v0.2.9
22052024-05-15T13:42:30.780Z Compiling rtoolbox v0.0.1
22062024-05-15T13:42:31.135Z Compiling is_ci v1.2.0
22072024-05-15T13:42:31.223Z Compiling assert_matches v1.5.0
22082024-05-15T13:42:31.374Z Compiling supports-color v3.0.0
22092024-05-15T13:42:31.977Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22102024-05-15T13:42:32.073Z Compiling rpassword v7.3.1
22112024-05-15T13:42:32.723Z Compiling tui-tree-widget v0.19.0
22122024-05-15T13:42:32.771Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22132024-05-15T13:42:34.666Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22142024-05-15T13:42:35.088Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22152024-05-15T13:42:35.367Z Compiling csv-core v0.1.11
22162024-05-15T13:42:35.822Z Compiling shell-words v1.1.0
22172024-05-15T13:42:36.081Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22182024-05-15T13:42:36.612Z Compiling csv v1.3.0
22192024-05-15T13:42:37.860Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22202024-05-15T13:42:37.921Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22212024-05-15T13:42:46.479Z Compiling multimap v0.10.0
22222024-05-15T13:42:46.803Z Compiling uzers v0.11.3
22232024-05-15T13:42:49.349Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22242024-05-15T13:44:43.599Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22252024-05-15T13:44:47.133Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22262024-05-15T13:51:02.292Z Finished release [optimized] target(s) in 12m 36s
22272024-05-15T13:52:31.204Z
22282024-05-15T13:52:31.204Zreal 14:06.935174889
22292024-05-15T13:52:31.204Zuser 1:30:52.833835115
22302024-05-15T13:52:31.204Zsys 4:13.087644733
22312024-05-15T13:52:31.204Ztrap 2.640315805
22322024-05-15T13:52:31.204Ztflt 1.140832580
22332024-05-15T13:52:31.204Zdflt 3.402132321
22342024-05-15T13:52:31.204Zkflt 0.055001804
22352024-05-15T13:52:31.229Zlock 6:04:38.024394483
22362024-05-15T13:52:31.229Zslp 3:30:43.759700595
22372024-05-15T13:52:31.230Zlat 2:15.814013882
22382024-05-15T13:52:31.230Zstop 1:06.928483265
22392024-05-15T13:52:31.230Z+ mapfile -t packages
22402024-05-15T13:52:31.230Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22412024-05-15T13:52:32.255Z Finished release [optimized] target(s) in 0.98s
22422024-05-15T13:52:32.283Z Running `target/release/omicron-package -t test list-outputs`
22432024-05-15T13:52:32.324ZLogging to: /work/oxidecomputer/omicron/out/LOG
22442024-05-15T13:52:32.350Z+ ptime -m cargo build --locked --release -p xtask
22452024-05-15T13:52:32.943Z Downloading crates ...
22462024-05-15T13:52:33.017Z Downloaded cargo_toml v0.20.2
22472024-05-15T13:52:33.043Z Compiling serde v1.0.201
22482024-05-15T13:52:33.043Z Compiling libc v0.2.153
22492024-05-15T13:52:33.043Z Compiling rustix v0.38.31
22502024-05-15T13:52:33.043Z Compiling hashbrown v0.14.3
22512024-05-15T13:52:33.043Z Compiling bitflags v2.4.2
22522024-05-15T13:52:33.043Z Compiling serde_json v1.0.117
22532024-05-15T13:52:33.043Z Compiling syn v2.0.60
22542024-05-15T13:52:33.114Z Compiling fs-err v2.11.0
22552024-05-15T13:52:33.398Z Compiling anyhow v1.0.83
22562024-05-15T13:52:34.249Z Compiling indexmap v2.2.6
22572024-05-15T13:52:34.589Z Compiling errno v0.3.8
22582024-05-15T13:52:35.684Z Compiling terminal_size v0.3.0
22592024-05-15T13:52:35.798Z Compiling clap_builder v4.5.2
22602024-05-15T13:52:38.476Z Compiling serde_derive v1.0.201
22612024-05-15T13:52:38.476Z Compiling thiserror-impl v1.0.59
22622024-05-15T13:52:38.501Z Compiling clap_derive v4.5.4
22632024-05-15T13:52:40.193Z Compiling thiserror v1.0.59
22642024-05-15T13:52:41.305Z Compiling clap v4.5.4
22652024-05-15T13:52:48.162Z Compiling serde_spanned v0.6.5
22662024-05-15T13:52:48.187Z Compiling toml_datetime v0.6.5
22672024-05-15T13:52:48.187Z Compiling cargo-platform v0.1.3
22682024-05-15T13:52:48.187Z Compiling camino v1.1.7
22692024-05-15T13:52:48.187Z Compiling semver v1.0.23
22702024-05-15T13:52:48.187Z Compiling macaddr v1.0.1
22712024-05-15T13:52:48.416Z Compiling toml_edit v0.22.12
22722024-05-15T13:52:49.605Z Compiling cargo_metadata v0.18.1
22732024-05-15T13:52:51.004Z Compiling toml v0.8.12
22742024-05-15T13:52:51.979Z Compiling cargo_toml v0.20.2
22752024-05-15T13:53:03.715Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22762024-05-15T13:53:15.599Z Finished release [optimized] target(s) in 43.21s
22772024-05-15T13:53:15.665Z
22782024-05-15T13:53:15.665Zreal 43.306151166
22792024-05-15T13:53:15.665Zuser 2:49.520142375
22802024-05-15T13:53:15.665Zsys 16.680771707
22812024-05-15T13:53:15.665Ztrap 0.067331461
22822024-05-15T13:53:15.665Ztflt 0.226720657
22832024-05-15T13:53:15.665Zdflt 0.820038260
22842024-05-15T13:53:15.665Zkflt 0.000108257
22852024-05-15T13:53:15.665Zlock 4:11.886334150
22862024-05-15T13:53:15.665Zslp 3:18.385015263
22872024-05-15T13:53:15.665Zlat 3.451994683
22882024-05-15T13:53:15.665Zstop 3.246600698
22892024-05-15T13:53:15.690Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22902024-05-15T13:53:15.690Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22912024-05-15T13:53:15.690Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22922024-05-15T13:53:15.690Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
22932024-05-15T13:53:15.690Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
22942024-05-15T13:53:16.318Z Downloading crates ...
22952024-05-15T13:53:16.517Z Downloaded blowfish v0.9.1
22962024-05-15T13:53:16.542Z Downloaded md5 v0.7.0
22972024-05-15T13:53:16.542Z Downloaded ed25519 v2.2.2
22982024-05-15T13:53:16.542Z Downloaded internet-checksum v0.2.1
22992024-05-15T13:53:16.542Z Downloaded russh-cryptovec v0.7.0
23002024-05-15T13:53:16.542Z Downloaded option-ext v0.2.0
23012024-05-15T13:53:16.542Z Downloaded rand_chacha v0.2.2
23022024-05-15T13:53:16.542Z Downloaded rand_core v0.5.1
23032024-05-15T13:53:16.542Z Downloaded pbkdf2 v0.12.2
23042024-05-15T13:53:16.542Z Downloaded rfc6979 v0.4.0
23052024-05-15T13:53:16.543Z Downloaded russh-keys v0.43.0
23062024-05-15T13:53:16.543Z Downloaded p256 v0.13.2
23072024-05-15T13:53:16.567Z Downloaded russh v0.43.0
23082024-05-15T13:53:16.568Z Downloaded winapi v0.3.9
23092024-05-15T13:53:16.606Z Downloaded rand v0.7.3
23102024-05-15T13:53:16.632Z Downloaded p521 v0.13.3
23112024-05-15T13:53:16.632Z Downloaded aes-gcm v0.10.3
23122024-05-15T13:53:16.632Z Downloaded getrandom v0.1.16
23132024-05-15T13:53:16.632Z Downloaded ed25519-dalek v2.0.0
23142024-05-15T13:53:16.633Z Downloaded primeorder v0.13.6
23152024-05-15T13:53:16.633Z Downloaded polyval v0.6.1
23162024-05-15T13:53:16.633Z Downloaded ghash v0.5.0
23172024-05-15T13:53:16.658Z Downloaded ecdsa v0.16.9
23182024-05-15T13:53:16.658Z Downloaded cbc v0.1.2
23192024-05-15T13:53:16.658Z Downloaded password-hash v0.4.2
23202024-05-15T13:53:16.658Z Downloaded pbkdf2 v0.11.0
23212024-05-15T13:53:16.658Z Downloaded dhcproto-macros v0.1.0
23222024-05-15T13:53:16.658Z Downloaded hex-literal v0.4.1
23232024-05-15T13:53:16.658Z Downloaded dirs-sys v0.4.1
23242024-05-15T13:53:16.658Z Downloaded dirs v5.0.1
23252024-05-15T13:53:16.658Z Downloaded aes v0.8.3
23262024-05-15T13:53:16.658Z Downloaded dhcproto v0.11.0
23272024-05-15T13:53:16.658Z Downloaded ctr v0.9.2
23282024-05-15T13:53:16.658Z Downloaded bcrypt-pbkdf v0.10.0
23292024-05-15T13:53:16.825Z Compiling proc-macro2 v1.0.82
23302024-05-15T13:53:16.825Z Compiling unicode-ident v1.0.12
23312024-05-15T13:53:16.825Z Compiling libc v0.2.153
23322024-05-15T13:53:16.825Z Compiling cfg-if v1.0.0
23332024-05-15T13:53:16.851Z Compiling serde v1.0.201
23342024-05-15T13:53:16.851Z Compiling version_check v0.9.4
23352024-05-15T13:53:16.851Z Compiling autocfg v1.1.0
23362024-05-15T13:53:16.851Z Compiling memchr v2.7.1
23372024-05-15T13:53:16.948Z Compiling byteorder v1.5.0
23382024-05-15T13:53:17.086Z Compiling once_cell v1.19.0
23392024-05-15T13:53:17.339Z Compiling log v0.4.21
23402024-05-15T13:53:17.416Z Compiling itoa v1.0.9
23412024-05-15T13:53:17.446Z Compiling scopeguard v1.2.0
23422024-05-15T13:53:17.540Z Compiling smallvec v1.13.1
23432024-05-15T13:53:17.588Z Compiling typenum v1.16.0
23442024-05-15T13:53:17.620Z Compiling generic-array v0.14.7
23452024-05-15T13:53:17.645Z Compiling lock_api v0.4.10
23462024-05-15T13:53:17.740Z Compiling thiserror v1.0.59
23472024-05-15T13:53:17.895Z Compiling parking_lot_core v0.9.8
23482024-05-15T13:53:17.980Z Compiling pin-project-lite v0.2.13
23492024-05-15T13:53:18.103Z Compiling subtle v2.5.0
23502024-05-15T13:53:18.194Z Compiling quote v1.0.36
23512024-05-15T13:53:18.373Z Compiling libm v0.2.7
23522024-05-15T13:53:18.413Z Compiling num-traits v0.2.19
23532024-05-15T13:53:18.438Z Compiling ahash v0.8.8
23542024-05-15T13:53:18.507Z Compiling ryu v1.0.15
23552024-05-15T13:53:18.647Z Compiling syn v2.0.60
23562024-05-15T13:53:18.672Z Compiling getrandom v0.2.12
23572024-05-15T13:53:18.731Z Compiling cc v1.0.83
23582024-05-15T13:53:18.833Z Compiling signal-hook-registry v1.4.1
23592024-05-15T13:53:18.870Z Compiling rand_core v0.6.4
23602024-05-15T13:53:18.968Z Compiling mio v0.8.11
23612024-05-15T13:53:19.103Z Compiling parking_lot v0.12.1
23622024-05-15T13:53:19.548Z Compiling socket2 v0.5.6
23632024-05-15T13:53:19.573Z Compiling num_cpus v1.16.0
23642024-05-15T13:53:19.768Z Compiling serde_json v1.0.117
23652024-05-15T13:53:19.829Z Compiling allocator-api2 v0.2.16
23662024-05-15T13:53:20.006Z Compiling futures-core v0.3.30
23672024-05-15T13:53:20.153Z Compiling futures-sink v0.3.30
23682024-05-15T13:53:20.232Z Compiling fnv v1.0.7
23692024-05-15T13:53:20.302Z Compiling equivalent v1.0.1
23702024-05-15T13:53:20.348Z Compiling const-oid v0.9.6
23712024-05-15T13:53:20.410Z Compiling slab v0.4.9
23722024-05-15T13:53:20.435Z Compiling futures-channel v0.3.30
23732024-05-15T13:53:20.524Z Compiling futures-io v0.3.30
23742024-05-15T13:53:20.558Z Compiling spin v0.5.2
23752024-05-15T13:53:20.770Z Compiling pin-utils v0.1.0
23762024-05-15T13:53:20.798Z Compiling futures-task v0.3.30
23772024-05-15T13:53:20.824Z Compiling syn v1.0.109
23782024-05-15T13:53:20.870Z Compiling iana-time-zone v0.1.57
23792024-05-15T13:53:21.067Z Compiling tinyvec_macros v0.1.1
23802024-05-15T13:53:21.093Z Compiling unicode-bidi v0.3.15
23812024-05-15T13:53:21.184Z Compiling tinyvec v1.6.0
23822024-05-15T13:53:21.299Z Compiling schemars v0.8.17
23832024-05-15T13:53:21.505Z Compiling cpufeatures v0.2.12
23842024-05-15T13:53:21.606Z Compiling tracing-core v0.1.32
23852024-05-15T13:53:21.681Z Compiling dyn-clone v1.0.17
23862024-05-15T13:53:21.779Z Compiling percent-encoding v2.3.1
23872024-05-15T13:53:21.871Z Compiling ppv-lite86 v0.2.17
23882024-05-15T13:53:21.967Z Compiling spin v0.9.8
23892024-05-15T13:53:22.104Z Compiling time-core v0.1.2
23902024-05-15T13:53:22.250Z Compiling powerfmt v0.2.0
23912024-05-15T13:53:22.293Z Compiling num-conv v0.1.0
23922024-05-15T13:53:22.436Z Compiling unicode-normalization v0.1.22
23932024-05-15T13:53:22.465Z Compiling form_urlencoded v1.2.1
23942024-05-15T13:53:22.490Z Compiling deranged v0.3.11
23952024-05-15T13:53:22.542Z Compiling time-macros v0.2.17
23962024-05-15T13:53:22.601Z Compiling num_threads v0.1.6
23972024-05-15T13:53:22.714Z Compiling rand_chacha v0.3.1
23982024-05-15T13:53:22.748Z Compiling ring v0.17.8
23992024-05-15T13:53:22.802Z Compiling aho-corasick v1.1.2
24002024-05-15T13:53:23.298Z Compiling regex-syntax v0.8.2
24012024-05-15T13:53:24.064Z Compiling idna v0.5.0
24022024-05-15T13:53:24.117Z Compiling rand v0.8.5
24032024-05-15T13:53:25.391Z Compiling serde_derive_internals v0.29.0
24042024-05-15T13:53:25.484Z Compiling time v0.3.34
24052024-05-15T13:53:25.983Z Compiling httparse v1.8.0
24062024-05-15T13:53:26.393Z Compiling regex-automata v0.4.5
24072024-05-15T13:53:26.583Z Compiling slog v2.7.0
24082024-05-15T13:53:27.130Z Compiling url v2.5.0
24092024-05-15T13:53:28.082Z Compiling heck v0.4.1
24102024-05-15T13:53:28.468Z Compiling untrusted v0.9.0
24112024-05-15T13:53:28.493Z Compiling vcpkg v0.2.15
24122024-05-15T13:53:28.685Z Compiling pkg-config v0.3.27
24132024-05-15T13:53:28.778Z Compiling lazy_static v1.4.0
24142024-05-15T13:53:28.877Z Compiling adler v1.0.2
24152024-05-15T13:53:29.071Z Compiling unicode-width v0.1.11
24162024-05-15T13:53:29.220Z Compiling miniz_oxide v0.7.1
24172024-05-15T13:53:29.823Z Compiling semver v1.0.23
24182024-05-15T13:53:30.032Z Compiling backtrace v0.3.69
24192024-05-15T13:53:30.324Z Compiling openssl-sys v0.9.102
24202024-05-15T13:53:30.349Z Compiling ring v0.16.20
24212024-05-15T13:53:30.422Z Compiling try-lock v0.2.4
24222024-05-15T13:53:30.502Z Compiling httpdate v1.0.3
24232024-05-15T13:53:30.553Z Compiling gimli v0.28.0
24242024-05-15T13:53:30.800Z Compiling serde_derive v1.0.201
24252024-05-15T13:53:30.898Z Compiling zeroize_derive v1.4.2
24262024-05-15T13:53:31.171Z Compiling thiserror-impl v1.0.59
24272024-05-15T13:53:31.296Z Compiling zerocopy-derive v0.7.32
24282024-05-15T13:53:31.865Z Compiling tokio-macros v2.2.0
24292024-05-15T13:53:33.316Z Compiling zeroize v1.7.0
24302024-05-15T13:53:33.341Z Compiling zerocopy v0.7.32
24312024-05-15T13:53:33.341Z Compiling futures-macro v0.3.30
24322024-05-15T13:53:33.410Z Compiling tracing-attributes v0.1.27
24332024-05-15T13:53:33.765Z Compiling crypto-common v0.1.6
24342024-05-15T13:53:33.971Z Compiling block-buffer v0.10.4
24352024-05-15T13:53:34.029Z Compiling schemars_derive v0.8.17
24362024-05-15T13:53:34.202Z Compiling digest v0.10.7
24372024-05-15T13:53:34.376Z Compiling regex v1.10.4
24382024-05-15T13:53:34.614Z Compiling async-trait v0.1.80
24392024-05-15T13:53:35.140Z Compiling hashbrown v0.14.3
24402024-05-15T13:53:35.171Z Compiling futures-util v0.3.30
24412024-05-15T13:53:35.385Z Compiling addr2line v0.21.0
24422024-05-15T13:53:36.281Z Compiling want v0.3.1
24432024-05-15T13:53:36.575Z Compiling object v0.32.1
24442024-05-15T13:53:36.711Z Compiling tracing v0.1.40
24452024-05-15T13:53:36.940Z Compiling openssl v0.10.64
24462024-05-15T13:53:37.002Z Compiling tower-service v0.3.2
24472024-05-15T13:53:37.113Z Compiling rustc-demangle v0.1.23
24482024-05-15T13:53:37.186Z Compiling ipnet v2.9.0
24492024-05-15T13:53:37.216Z Compiling base64 v0.21.7
24502024-05-15T13:53:37.286Z Compiling mime v0.3.17
24512024-05-15T13:53:37.659Z Compiling anyhow v1.0.83
24522024-05-15T13:53:37.766Z Compiling untrusted v0.7.1
24532024-05-15T13:53:37.837Z Compiling foreign-types-shared v0.1.1
24542024-05-15T13:53:37.914Z Compiling rustix v0.38.31
24552024-05-15T13:53:37.939Z Compiling foreign-types v0.3.2
24562024-05-15T13:53:38.264Z Compiling openssl-macros v0.1.1
24572024-05-15T13:53:38.316Z Compiling errno v0.3.8
24582024-05-15T13:53:38.518Z Compiling heck v0.5.0
24592024-05-15T13:53:38.652Z Compiling rustls v0.21.9
24602024-05-15T13:53:38.897Z Compiling native-tls v0.2.11
24612024-05-15T13:53:38.922Z Compiling winnow v0.5.15
24622024-05-15T13:53:38.966Z Compiling crossbeam-utils v0.8.19
24632024-05-15T13:53:39.156Z Compiling base64ct v1.6.0
24642024-05-15T13:53:39.244Z Compiling rustls-webpki v0.101.7
24652024-05-15T13:53:39.489Z Compiling cookie v0.17.0
24662024-05-15T13:53:39.659Z Compiling sct v0.7.0
24672024-05-15T13:53:39.769Z Compiling futures-executor v0.3.30
24682024-05-15T13:53:40.018Z Compiling openssl-probe v0.1.5
24692024-05-15T13:53:40.296Z Compiling ucd-trie v0.1.6
24702024-05-15T13:53:40.329Z Compiling futures v0.3.30
24712024-05-15T13:53:40.496Z Compiling pest v2.7.6
24722024-05-15T13:53:40.832Z Compiling idna v0.3.0
24732024-05-15T13:53:41.058Z Compiling encoding_rs v0.8.33
24742024-05-15T13:53:41.958Z Compiling rustversion v1.0.14
24752024-05-15T13:53:41.983Z Compiling psl-types v2.0.11
24762024-05-15T13:53:42.127Z Compiling data-encoding v2.4.0
24772024-05-15T13:53:42.152Z Compiling publicsuffix v2.2.3
24782024-05-15T13:53:42.508Z Compiling bytes v1.6.0
24792024-05-15T13:53:42.809Z Compiling indexmap v2.2.6
24802024-05-15T13:53:43.281Z Compiling tokio v1.37.0
24812024-05-15T13:53:43.546Z Compiling chrono v0.4.38
24822024-05-15T13:53:43.973Z Compiling uuid v1.8.0
24832024-05-15T13:53:43.997Z Compiling bitflags v2.4.2
24842024-05-15T13:53:44.364Z Compiling http v0.2.12
24852024-05-15T13:53:44.628Z Compiling serde_tokenstream v0.2.0
24862024-05-15T13:53:44.789Z Compiling serde_spanned v0.6.5
24872024-05-15T13:53:45.031Z Compiling toml_datetime v0.6.5
24882024-05-15T13:53:45.282Z Compiling toml_edit v0.19.15
24892024-05-15T13:53:45.738Z Compiling http-body v0.4.5
24902024-05-15T13:53:46.753Z Compiling serde_urlencoded v0.7.1
24912024-05-15T13:53:47.194Z Compiling pest_meta v2.7.6
24922024-05-15T13:53:47.219Z Compiling hmac v0.12.1
24932024-05-15T13:53:47.415Z Compiling scroll_derive v0.12.0
24942024-05-15T13:53:47.759Z Compiling openapiv3 v2.0.0
24952024-05-15T13:53:48.546Z Compiling pest_generator v2.7.6
24962024-05-15T13:53:48.653Z Compiling scroll v0.12.0
24972024-05-15T13:53:48.915Z Compiling cookie_store v0.20.0
24982024-05-15T13:53:49.112Z Compiling rustls-pemfile v1.0.3
24992024-05-15T13:53:49.439Z Compiling sync_wrapper v0.1.2
25002024-05-15T13:53:49.552Z Compiling plain v0.2.3
25012024-05-15T13:53:49.688Z Compiling tokio-util v0.7.10
25022024-05-15T13:53:50.173Z Compiling tokio-rustls v0.24.1
25032024-05-15T13:53:50.197Z Compiling bitflags v1.3.2
25042024-05-15T13:53:50.329Z Compiling webpki-roots v0.25.2
25052024-05-15T13:53:50.417Z Compiling goblin v0.8.0
25062024-05-15T13:53:50.510Z Compiling rustc_version v0.4.0
25072024-05-15T13:53:50.983Z Compiling h2 v0.3.26
25082024-05-15T13:53:51.129Z Compiling pest_derive v2.7.6
25092024-05-15T13:53:51.272Z Compiling pem-rfc7468 v0.7.0
25102024-05-15T13:53:51.636Z Compiling tokio-native-tls v0.3.1
25112024-05-15T13:53:51.839Z Compiling block-padding v0.3.3
25122024-05-15T13:53:51.889Z Compiling der_derive v0.7.2
25132024-05-15T13:53:51.914Z Compiling usdt-impl v0.5.0
25142024-05-15T13:53:51.964Z Compiling pretty-hex v0.4.1
25152024-05-15T13:53:52.069Z Compiling flagset v0.4.3
25162024-05-15T13:53:52.170Z Compiling inout v0.1.3
25172024-05-15T13:53:52.255Z Compiling dtrace-parser v0.2.0
25182024-05-15T13:53:52.342Z Compiling thread-id v4.2.0
25192024-05-15T13:53:52.414Z Compiling cipher v0.4.4
25202024-05-15T13:53:52.448Z Compiling sha2 v0.10.8
25212024-05-15T13:53:52.847Z Compiling either v1.11.0
25222024-05-15T13:53:53.216Z Compiling ff v0.13.0
25232024-05-15T13:53:53.280Z Compiling base16ct v0.2.0
25242024-05-15T13:53:53.406Z Compiling stable_deref_trait v1.2.0
25252024-05-15T13:53:53.508Z Compiling group v0.13.0
25262024-05-15T13:53:53.548Z Compiling hkdf v0.12.4
25272024-05-15T13:53:53.771Z Compiling crossbeam-epoch v0.9.18
25282024-05-15T13:53:53.795Z Compiling crypto-bigint v0.5.2
25292024-05-15T13:53:53.843Z Compiling num-integer v0.1.46
25302024-05-15T13:53:53.984Z Compiling der v0.7.8
25312024-05-15T13:53:54.419Z Compiling memmap v0.7.0
25322024-05-15T13:53:54.508Z Compiling crc32fast v1.3.2
25332024-05-15T13:53:54.710Z Compiling winnow v0.6.1
25342024-05-15T13:53:54.974Z Compiling dof v0.3.0
25352024-05-15T13:53:55.151Z Compiling managed v0.8.0
25362024-05-15T13:53:55.546Z Compiling unicode-segmentation v1.10.1
25372024-05-15T13:53:56.311Z Compiling spki v0.7.2
25382024-05-15T13:53:56.574Z Compiling hyper v0.14.28
25392024-05-15T13:53:56.703Z Compiling pkcs8 v0.10.2
25402024-05-15T13:53:56.970Z Compiling sec1 v0.7.3
25412024-05-15T13:53:57.125Z Compiling toml v0.7.8
25422024-05-15T13:53:57.234Z Compiling hex v0.4.3
25432024-05-15T13:53:57.279Z Compiling num-bigint v0.4.4
25442024-05-15T13:53:57.531Z Compiling elliptic-curve v0.13.8
25452024-05-15T13:53:57.772Z Compiling toml_edit v0.22.12
25462024-05-15T13:53:57.840Z Compiling utf8parse v0.2.1
25472024-05-15T13:53:57.987Z Compiling matches v0.1.10
25482024-05-15T13:53:57.987Z Compiling anstyle v1.0.7
25492024-05-15T13:53:58.089Z Compiling idna v0.2.3
25502024-05-15T13:53:58.405Z Compiling anstyle-parse v0.2.1
25512024-05-15T13:53:58.550Z Compiling ipnetwork v0.20.0
25522024-05-15T13:53:58.574Z Compiling enum-as-inner v0.5.1
25532024-05-15T13:53:58.690Z Compiling colorchoice v1.0.0
25542024-05-15T13:53:58.821Z Compiling usdt-macro v0.5.0
25552024-05-15T13:53:58.845Z Compiling usdt-attr-macro v0.5.0
25562024-05-15T13:53:59.317Z Compiling siphasher v0.3.11
25572024-05-15T13:53:59.345Z Compiling bit-vec v0.6.3
25582024-05-15T13:53:59.420Z Compiling anstyle-query v1.0.0
25592024-05-15T13:53:59.541Z Compiling anstream v0.6.11
25602024-05-15T13:53:59.565Z Compiling trust-dns-proto v0.22.0
25612024-05-15T13:53:59.714Z Compiling flate2 v1.0.30
25622024-05-15T13:54:00.160Z Compiling heapless v0.7.16
25632024-05-15T13:54:00.184Z Compiling terminal_size v0.3.0
25642024-05-15T13:54:00.249Z Compiling usdt v0.5.0
25652024-05-15T13:54:00.346Z Compiling regress v0.9.1
25662024-05-15T13:54:00.522Z Compiling strsim v0.11.0
25672024-05-15T13:54:00.556Z Compiling clap_lex v0.7.0
25682024-05-15T13:54:00.674Z Compiling signal-hook v0.3.17
25692024-05-15T13:54:00.937Z Compiling clap_builder v4.5.2
25702024-05-15T13:54:01.049Z Compiling itertools v0.10.5
25712024-05-15T13:54:01.309Z Compiling clap_derive v4.5.4
25722024-05-15T13:54:03.292Z Compiling hyper-tls v0.5.0
25732024-05-15T13:54:03.613Z Compiling hyper-rustls v0.24.2
25742024-05-15T13:54:03.913Z Compiling reqwest v0.11.27
25752024-05-15T13:54:04.323Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25762024-05-15T13:54:04.621Z Compiling yasna v0.5.2
25772024-05-15T13:54:04.670Z Compiling md-5 v0.10.5
25782024-05-15T13:54:04.955Z Compiling stringprep v0.1.3
25792024-05-15T13:54:05.384Z Compiling hash32 v0.2.1
25802024-05-15T13:54:05.705Z Compiling regex-automata v0.1.10
25812024-05-15T13:54:05.774Z Compiling fallible-iterator v0.2.0
25822024-05-15T13:54:06.115Z Compiling smoltcp v0.9.1
25832024-05-15T13:54:06.212Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25842024-05-15T13:54:06.350Z Compiling postgres-protocol v0.6.6
25852024-05-15T13:54:06.384Z Compiling bstr v0.2.17
25862024-05-15T13:54:06.941Z Compiling clap v4.5.4
25872024-05-15T13:54:07.463Z Compiling phf_shared v0.11.2
25882024-05-15T13:54:07.622Z Compiling tokio-stream v0.1.15
25892024-05-15T13:54:07.733Z Compiling hubpack_derive v0.1.1
25902024-05-15T13:54:07.791Z Compiling zerocopy-derive v0.6.6
25912024-05-15T13:54:07.891Z Compiling diesel_table_macro_syntax v0.1.0
25922024-05-15T13:54:08.180Z Compiling scheduled-thread-pool v0.2.7
25932024-05-15T13:54:08.271Z Compiling fs-err v2.11.0
25942024-05-15T13:54:08.433Z Compiling fixedbitset v0.4.2
25952024-05-15T13:54:08.522Z Compiling hubpack v0.1.2
25962024-05-15T13:54:08.678Z Compiling petgraph v0.6.5
25972024-05-15T13:54:08.702Z Compiling r2d2 v0.8.10
25982024-05-15T13:54:08.777Z Compiling diesel_derives v2.1.2
25992024-05-15T13:54:08.831Z Compiling phf v0.11.2
26002024-05-15T13:54:09.017Z Compiling signal-hook-mio v0.2.3
26012024-05-15T13:54:09.086Z Compiling similar v2.4.0
26022024-05-15T13:54:09.164Z Compiling postgres-types v0.2.6
26032024-05-15T13:54:09.643Z Compiling zerocopy v0.6.6
26042024-05-15T13:54:10.441Z Compiling phf_shared v0.10.0
26052024-05-15T13:54:10.620Z Compiling num-iter v0.1.45
26062024-05-15T13:54:10.651Z Compiling strum_macros v0.25.2
26072024-05-15T13:54:10.780Z Compiling serde_repr v0.1.16
26082024-05-15T13:54:10.804Z Compiling console v0.15.8
26092024-05-15T13:54:11.105Z Compiling getopts v0.2.21
26102024-05-15T13:54:11.762Z Compiling float-cmp v0.9.0
26112024-05-15T13:54:11.909Z Compiling new_debug_unreachable v1.0.4
26122024-05-15T13:54:11.953Z Compiling difflib v0.4.0
26132024-05-15T13:54:11.978Z Compiling static_assertions v1.1.0
26142024-05-15T13:54:12.002Z Compiling whoami v1.5.1
26152024-05-15T13:54:12.036Z Compiling predicates-core v1.0.6
26162024-05-15T13:54:12.068Z Compiling precomputed-hash v0.1.1
26172024-05-15T13:54:12.177Z Compiling minimal-lexical v0.2.1
26182024-05-15T13:54:12.346Z Compiling unsafe-libyaml v0.2.10
26192024-05-15T13:54:12.531Z Compiling normalize-line-endings v0.3.0
26202024-05-15T13:54:12.615Z Compiling predicates v3.1.0
26212024-05-15T13:54:12.639Z Compiling nom v7.1.3
26222024-05-15T13:54:13.313Z Compiling serde_yaml v0.9.25
26232024-05-15T13:54:13.822Z Compiling tokio-postgres v0.7.10
26242024-05-15T13:54:13.950Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26252024-05-15T13:54:14.018Z Compiling string_cache v0.8.7
26262024-05-15T13:54:14.406Z Compiling crossterm v0.27.0
26272024-05-15T13:54:16.175Z Compiling bit-set v0.5.3
26282024-05-15T13:54:16.264Z Compiling bstr v1.9.0
26292024-05-15T13:54:16.433Z Compiling peg-runtime v0.8.3
26302024-05-15T13:54:16.798Z Compiling lalrpop-util v0.19.12
26312024-05-15T13:54:16.986Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26322024-05-15T13:54:17.102Z Compiling sha1 v0.10.6
26332024-05-15T13:54:17.363Z Compiling camino v1.1.7
26342024-05-15T13:54:17.452Z Compiling ident_case v1.0.1
26352024-05-15T13:54:17.479Z Compiling strsim v0.10.0
26362024-05-15T13:54:17.620Z Compiling strum_macros v0.26.1
26372024-05-15T13:54:17.774Z Compiling darling_core v0.20.8
26382024-05-15T13:54:17.890Z Compiling dirs-sys-next v0.1.2
26392024-05-15T13:54:18.160Z Compiling match_cfg v0.1.0
26402024-05-15T13:54:18.251Z Compiling base64 v0.22.1
26412024-05-15T13:54:18.446Z Compiling hostname v0.3.1
26422024-05-15T13:54:18.470Z Compiling dirs-next v2.0.0
26432024-05-15T13:54:18.627Z Compiling toml v0.8.12
26442024-05-15T13:54:18.676Z Compiling http v1.0.0
26452024-05-15T13:54:18.789Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26462024-05-15T13:54:18.813Z Compiling thread_local v1.1.7
26472024-05-15T13:54:18.899Z Compiling slog-async v2.8.0
26482024-05-15T13:54:19.293Z Compiling rustls-pki-types v1.3.0
26492024-05-15T13:54:19.388Z Compiling term v0.7.0
26502024-05-15T13:54:19.972Z Compiling is-terminal v0.4.9
26512024-05-15T13:54:20.089Z Compiling crossbeam-channel v0.5.8
26522024-05-15T13:54:20.113Z Compiling rustls v0.22.4
26532024-05-15T13:54:20.351Z Compiling take_mut v0.2.2
26542024-05-15T13:54:20.489Z Compiling paste v1.0.15
26552024-05-15T13:54:20.782Z Compiling slog-term v2.9.1
26562024-05-15T13:54:20.985Z Compiling rustls-webpki v0.102.1
26572024-05-15T13:54:21.069Z Compiling multer v3.1.0
26582024-05-15T13:54:21.093Z Compiling diesel v2.1.6
26592024-05-15T13:54:21.336Z Compiling instant v0.1.12
26602024-05-15T13:54:21.862Z Compiling slog-json v2.6.1
26612024-05-15T13:54:21.916Z Compiling strum v0.26.2
26622024-05-15T13:54:22.066Z Compiling async-stream-impl v0.3.5
26632024-05-15T13:54:22.196Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26642024-05-15T13:54:22.466Z Compiling atomic-waker v1.1.1
26652024-05-15T13:54:22.625Z Compiling debug-ignore v1.0.5
26662024-05-15T13:54:22.649Z Compiling waitgroup v0.1.2
26672024-05-15T13:54:22.790Z Compiling slog-bunyan v2.5.0
26682024-05-15T13:54:22.848Z Compiling rustls-pemfile v2.1.2
26692024-05-15T13:54:22.968Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26702024-05-15T13:54:23.037Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26712024-05-15T13:54:23.162Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26722024-05-15T13:54:23.253Z Compiling serde_path_to_error v0.1.16
26732024-05-15T13:54:23.277Z Compiling async-stream v0.3.5
26742024-05-15T13:54:23.546Z Compiling structmeta-derive v0.3.0
26752024-05-15T13:54:23.603Z Compiling darling_macro v0.20.8
26762024-05-15T13:54:23.736Z Compiling hostname v0.4.0
26772024-05-15T13:54:23.947Z Compiling proc-macro-error-attr v1.0.4
26782024-05-15T13:54:23.972Z Compiling proc-macro-error v1.0.4
26792024-05-15T13:54:24.233Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26802024-05-15T13:54:24.490Z Compiling darling v0.20.8
26812024-05-15T13:54:24.604Z Compiling serde_with_macros v3.7.0
26822024-05-15T13:54:24.741Z Compiling newtype-uuid v1.1.0
26832024-05-15T13:54:24.823Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842024-05-15T13:54:25.087Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852024-05-15T13:54:25.336Z Compiling tokio-rustls v0.25.0
26862024-05-15T13:54:25.561Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872024-05-15T13:54:25.688Z Compiling backoff v0.4.0
26882024-05-15T13:54:25.724Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26892024-05-15T13:54:25.864Z Compiling macaddr v1.0.1
26902024-05-15T13:54:25.972Z Compiling proc-macro-crate v1.3.1
26912024-05-15T13:54:26.091Z Compiling structmeta v0.3.0
26922024-05-15T13:54:26.246Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26932024-05-15T13:54:26.459Z Compiling parse-display-derive v0.9.0
26942024-05-15T13:54:26.568Z Compiling fastrand v2.0.1
26952024-05-15T13:54:26.945Z Compiling num_enum_derive v0.5.11
26962024-05-15T13:54:27.036Z Compiling tempfile v3.10.1
26972024-05-15T13:54:27.346Z Compiling serde_with v3.7.0
26982024-05-15T13:54:27.802Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26992024-05-15T13:54:28.063Z Compiling foreign-types-macros v0.2.3
27002024-05-15T13:54:29.284Z Compiling foreign-types-shared v0.3.1
27012024-05-15T13:54:29.406Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27022024-05-15T13:54:29.430Z Compiling num_enum v0.5.11
27032024-05-15T13:54:29.583Z Compiling heapless v0.8.0
27042024-05-15T13:54:29.736Z Compiling foreign-types v0.5.0
27052024-05-15T13:54:29.991Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27062024-05-15T13:54:30.261Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27072024-05-15T13:54:30.412Z Compiling cstr-argument v0.1.2
27082024-05-15T13:54:30.557Z Compiling hash32 v0.3.1
27092024-05-15T13:54:30.612Z Compiling pretty-hex v0.2.1
27102024-05-15T13:54:30.652Z Compiling smoltcp v0.11.0
27112024-05-15T13:54:30.749Z Compiling parse-display v0.9.0
27122024-05-15T13:54:30.784Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132024-05-15T13:54:31.095Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27142024-05-15T13:54:31.156Z Compiling camino-tempfile v1.1.1
27152024-05-15T13:54:31.291Z Compiling tabwriter v1.4.0
27162024-05-15T13:54:31.315Z Compiling colored v2.1.0
27172024-05-15T13:54:31.537Z Compiling socket2 v0.4.9
27182024-05-15T13:54:31.605Z Compiling cobs v0.2.3
27192024-05-15T13:54:31.727Z Compiling embedded-io v0.4.0
27202024-05-15T13:54:31.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27212024-05-15T13:54:31.920Z Compiling postcard v1.0.8
27222024-05-15T13:54:31.961Z Compiling crucible-workspace-hack v0.1.0
27232024-05-15T13:54:32.140Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27242024-05-15T13:54:32.271Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27252024-05-15T13:54:32.296Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27262024-05-15T13:54:32.321Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27272024-05-15T13:54:32.608Z Compiling smf v0.2.3
27282024-05-15T13:54:32.675Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27292024-05-15T13:54:32.699Z Compiling platforms v3.0.2
27302024-05-15T13:54:32.955Z Compiling humantime v2.1.0
27312024-05-15T13:54:33.070Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27322024-05-15T13:54:33.221Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27332024-05-15T13:54:33.383Z Compiling num-derive v0.4.0
27342024-05-15T13:54:33.584Z Compiling sigpipe v0.1.3
27352024-05-15T13:54:33.697Z Compiling utf-8 v0.7.6
27362024-05-15T13:54:33.782Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27372024-05-15T13:54:34.151Z Compiling atty v0.2.14
27382024-05-15T13:54:34.276Z Compiling same-file v1.0.6
27392024-05-15T13:54:34.313Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27402024-05-15T13:54:34.485Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27412024-05-15T13:54:34.521Z Compiling rayon-core v1.12.1
27422024-05-15T13:54:34.762Z Compiling semver v0.1.20
27432024-05-15T13:54:35.261Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27442024-05-15T13:54:35.361Z Compiling rustc_version v0.1.7
27452024-05-15T13:54:35.760Z Compiling curve25519-dalek v4.1.2
27462024-05-15T13:54:35.784Z Compiling walkdir v2.5.0
27472024-05-15T13:54:35.904Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27482024-05-15T13:54:36.044Z Compiling newline-converter v0.3.0
27492024-05-15T13:54:36.173Z Compiling crossbeam-deque v0.8.3
27502024-05-15T13:54:36.199Z Compiling universal-hash v0.5.1
27512024-05-15T13:54:36.250Z Compiling opaque-debug v0.3.0
27522024-05-15T13:54:36.341Z Compiling expectorate v1.1.0
27532024-05-15T13:54:36.365Z Compiling newtype_derive v0.1.6
27542024-05-15T13:54:36.389Z Compiling tungstenite v0.20.1
27552024-05-15T13:54:36.428Z Compiling signature v2.1.0
27562024-05-15T13:54:36.499Z Compiling curve25519-dalek-derive v0.1.0
27572024-05-15T13:54:36.660Z Compiling blake3 v1.5.0
27582024-05-15T13:54:36.683Z Compiling xattr v1.0.1
27592024-05-15T13:54:36.912Z Compiling filetime v0.2.23
27602024-05-15T13:54:37.157Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27612024-05-15T13:54:37.198Z Compiling unicase v2.7.0
27622024-05-15T13:54:37.451Z Compiling linked-hash-map v0.5.6
27632024-05-15T13:54:37.478Z Compiling arc-swap v1.6.0
27642024-05-15T13:54:37.705Z Compiling getrandom v0.1.16
27652024-05-15T13:54:37.778Z Compiling quick-error v1.2.3
27662024-05-15T13:54:37.916Z Compiling termcolor v1.2.0
27672024-05-15T13:54:38.020Z Compiling resolv-conf v0.7.0
27682024-05-15T13:54:38.044Z Compiling slog-scope v4.4.0
27692024-05-15T13:54:38.167Z Compiling lru-cache v0.1.2
27702024-05-15T13:54:38.309Z Compiling env_logger v0.9.3
27712024-05-15T13:54:38.494Z Compiling tokio-tungstenite v0.20.1
27722024-05-15T13:54:38.613Z Compiling rayon v1.10.0
27732024-05-15T13:54:38.685Z Compiling tar v0.4.40
27742024-05-15T13:54:38.868Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27752024-05-15T13:54:38.920Z Compiling password-hash v0.5.0
27762024-05-15T13:54:39.223Z Compiling blake2 v0.10.6
27772024-05-15T13:54:39.430Z Compiling bitstruct_derive v0.1.0
27782024-05-15T13:54:39.795Z Compiling derive-where v1.2.7
27792024-05-15T13:54:40.293Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27802024-05-15T13:54:40.406Z Compiling memmap2 v0.7.1
27812024-05-15T13:54:40.472Z Compiling arrayref v0.3.7
27822024-05-15T13:54:40.564Z Compiling constant_time_eq v0.3.0
27832024-05-15T13:54:40.614Z Compiling arrayvec v0.7.4
27842024-05-15T13:54:40.729Z Compiling parking_lot_core v0.8.6
27852024-05-15T13:54:40.768Z Compiling ascii v1.1.0
27862024-05-15T13:54:40.971Z Compiling home v0.5.5
27872024-05-15T13:54:41.093Z Compiling bytecount v0.6.3
27882024-05-15T13:54:41.212Z Compiling libefi-sys v0.1.0
27892024-05-15T13:54:41.280Z Compiling papergrid v0.11.0
27902024-05-15T13:54:41.304Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27912024-05-15T13:54:41.530Z Compiling toolchain_find v0.4.0
27922024-05-15T13:54:42.081Z Compiling bitstruct v0.1.1
27932024-05-15T13:54:42.185Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27942024-05-15T13:54:42.531Z Compiling argon2 v0.5.3
27952024-05-15T13:54:42.618Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27962024-05-15T13:54:42.972Z Compiling trust-dns-resolver v0.22.0
27972024-05-15T13:54:43.643Z Compiling slog-stdlog v4.1.1
27982024-05-15T13:54:43.705Z Compiling tabled_derive v0.7.0
27992024-05-15T13:54:43.969Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-05-15T13:54:44.560Z Compiling num-rational v0.4.2
28012024-05-15T13:54:44.706Z Compiling rfc6979 v0.4.0
28022024-05-15T13:54:44.791Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28032024-05-15T13:54:44.816Z Compiling serde_arrays v0.1.0
28042024-05-15T13:54:44.907Z Compiling erased-serde v0.3.31
28052024-05-15T13:54:44.981Z Compiling aead v0.5.2
28062024-05-15T13:54:45.144Z Compiling num-complex v0.4.6
28072024-05-15T13:54:45.276Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28082024-05-15T13:54:45.300Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28092024-05-15T13:54:45.604Z Compiling nibble_vec v0.1.0
28102024-05-15T13:54:45.782Z Compiling slog-dtrace v0.3.0
28112024-05-15T13:54:45.920Z Compiling cancel-safe-futures v0.1.5
28122024-05-15T13:54:46.012Z Compiling endian-type v0.1.2
28132024-05-15T13:54:46.041Z Compiling topological-sort v0.2.2
28142024-05-15T13:54:46.065Z Compiling keccak v0.1.4
28152024-05-15T13:54:46.090Z Compiling winapi v0.3.9
28162024-05-15T13:54:46.211Z Compiling omicron-zone-package v0.11.0
28172024-05-15T13:54:46.243Z Compiling radix_trie v0.2.1
28182024-05-15T13:54:46.317Z Compiling sha3 v0.10.8
28192024-05-15T13:54:46.794Z Compiling tabled v0.15.0
28202024-05-15T13:54:46.818Z Compiling num v0.4.3
28212024-05-15T13:54:46.913Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28222024-05-15T13:54:47.029Z Compiling ecdsa v0.16.9
28232024-05-15T13:54:47.100Z Compiling slog-envlogger v2.2.0
28242024-05-15T13:54:47.676Z Compiling rand_core v0.5.1
28252024-05-15T13:54:47.718Z Compiling mime_guess v2.0.4
28262024-05-15T13:54:48.101Z Compiling steno v0.4.0
28272024-05-15T13:54:48.140Z Compiling rustfmt-wrapper v0.2.1
28282024-05-15T13:54:49.155Z Compiling poly1305 v0.8.0
28292024-05-15T13:54:49.295Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28302024-05-15T13:54:49.988Z Compiling primeorder v0.13.6
28312024-05-15T13:54:50.013Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28322024-05-15T13:54:50.412Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28332024-05-15T13:54:50.439Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28342024-05-15T13:54:50.607Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28352024-05-15T13:54:51.105Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28362024-05-15T13:54:51.396Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28372024-05-15T13:54:51.549Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28382024-05-15T13:54:51.808Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28392024-05-15T13:54:52.305Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28402024-05-15T13:54:52.329Z Compiling heck v0.3.3
28412024-05-15T13:54:52.458Z Compiling chacha20 v0.9.1
28422024-05-15T13:54:52.661Z Compiling thiserror-impl-no-std v2.0.2
28432024-05-15T13:54:52.687Z Compiling secrecy v0.8.0
28442024-05-15T13:54:52.798Z Compiling half v2.3.1
28452024-05-15T13:54:52.830Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28462024-05-15T13:54:52.904Z Compiling convert_case v0.4.0
28472024-05-15T13:54:52.962Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28482024-05-15T13:54:53.216Z Compiling ciborium-io v0.2.2
28492024-05-15T13:54:53.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28502024-05-15T13:54:53.343Z Compiling option-ext v0.2.0
28512024-05-15T13:54:53.469Z Compiling dirs-sys v0.4.1
28522024-05-15T13:54:53.531Z Compiling ciborium-ll v0.2.2
28532024-05-15T13:54:53.721Z Compiling derive_more v0.99.17
28542024-05-15T13:54:53.892Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28552024-05-15T13:54:54.007Z Compiling zone_cfg_derive v0.1.2
28562024-05-15T13:54:54.409Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28572024-05-15T13:54:54.611Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28582024-05-15T13:54:55.105Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28592024-05-15T13:54:55.282Z Compiling thiserror-no-std v2.0.2
28602024-05-15T13:54:55.310Z Compiling parking_lot v0.11.2
28612024-05-15T13:54:55.412Z Compiling rand_chacha v0.2.2
28622024-05-15T13:54:55.527Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28632024-05-15T13:54:55.889Z Compiling trust-dns-client v0.22.0
28642024-05-15T13:54:56.604Z Compiling ed25519 v2.2.2
28652024-05-15T13:54:56.987Z Compiling polyval v0.6.1
28662024-05-15T13:54:57.038Z Compiling tungstenite v0.21.0
28672024-05-15T13:54:57.154Z Compiling ctr v0.9.2
28682024-05-15T13:54:57.345Z Compiling blowfish v0.9.1
28692024-05-15T13:54:57.456Z Compiling aes v0.8.3
28702024-05-15T13:54:57.706Z Compiling libsw v3.3.1
28712024-05-15T13:54:57.973Z Compiling toml v0.5.11
28722024-05-15T13:54:58.367Z Compiling password-hash v0.4.2
28732024-05-15T13:54:58.757Z Compiling pbkdf2 v0.12.2
28742024-05-15T13:54:58.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28752024-05-15T13:54:59.152Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28762024-05-15T13:54:59.496Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-05-15T13:55:00.482Z Compiling gethostname v0.4.3
28782024-05-15T13:55:00.710Z Compiling fxhash v0.2.1
28792024-05-15T13:55:00.902Z Compiling swrite v0.1.0
28802024-05-15T13:55:00.926Z Compiling base64 v0.13.1
28812024-05-15T13:55:01.025Z Compiling linear-map v1.2.0
28822024-05-15T13:55:01.319Z Compiling owo-colors v4.0.0
28832024-05-15T13:55:01.416Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28842024-05-15T13:55:02.183Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28852024-05-15T13:55:02.999Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28862024-05-15T13:55:03.745Z Compiling ron v0.7.1
28872024-05-15T13:55:05.119Z Compiling sled v0.34.7
28882024-05-15T13:55:05.164Z Compiling trust-dns-server v0.22.1
28892024-05-15T13:55:05.531Z Compiling bcrypt-pbkdf v0.10.0
28902024-05-15T13:55:05.657Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28912024-05-15T13:55:05.992Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28922024-05-15T13:55:06.078Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28932024-05-15T13:55:06.621Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28942024-05-15T13:55:06.645Z Compiling pbkdf2 v0.11.0
28952024-05-15T13:55:06.931Z Compiling tokio-tungstenite v0.21.0
28962024-05-15T13:55:07.357Z Compiling ghash v0.5.0
28972024-05-15T13:55:07.532Z Compiling ed25519-dalek v2.0.0
28982024-05-15T13:55:07.820Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28992024-05-15T13:55:08.255Z Compiling rand v0.7.3
29002024-05-15T13:55:08.392Z Compiling russh-cryptovec v0.7.0
29012024-05-15T13:55:08.654Z Compiling vsss-rs v3.3.4
29022024-05-15T13:55:09.218Z Compiling zone v0.1.8
29032024-05-15T13:55:10.538Z Compiling ciborium v0.2.2
29042024-05-15T13:55:10.651Z Compiling dirs v5.0.1
29052024-05-15T13:55:11.090Z Compiling chacha20poly1305 v0.10.1
29062024-05-15T13:55:11.281Z Compiling p256 v0.13.2
29072024-05-15T13:55:11.451Z Compiling p521 v0.13.3
29082024-05-15T13:55:11.763Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29092024-05-15T13:55:12.002Z Compiling pem v3.0.4
29102024-05-15T13:55:12.381Z Compiling cbc v0.1.2
29112024-05-15T13:55:12.591Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29122024-05-15T13:55:12.668Z Compiling headers-core v0.2.0
29132024-05-15T13:55:12.805Z Compiling kstat-rs v0.2.3
29142024-05-15T13:55:12.898Z Compiling portpicker v0.1.1
29152024-05-15T13:55:13.158Z Compiling nanorand v0.7.0
29162024-05-15T13:55:13.294Z Compiling glob v0.3.1
29172024-05-15T13:55:13.327Z Compiling md5 v0.7.0
29182024-05-15T13:55:13.648Z Compiling http-range v0.1.5
29192024-05-15T13:55:13.724Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29202024-05-15T13:55:13.836Z Compiling hyper-staticfile v0.9.5
29212024-05-15T13:55:13.958Z Compiling russh-keys v0.43.0
29222024-05-15T13:55:14.108Z Compiling flume v0.11.0
29232024-05-15T13:55:14.402Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29242024-05-15T13:55:14.673Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29252024-05-15T13:55:14.697Z Compiling headers v0.3.9
29262024-05-15T13:55:16.279Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29272024-05-15T13:55:16.602Z Compiling rcgen v0.12.1
29282024-05-15T13:55:17.373Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29292024-05-15T13:55:17.593Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29302024-05-15T13:55:18.583Z Compiling aes-gcm v0.10.3
29312024-05-15T13:55:18.832Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29322024-05-15T13:55:19.534Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29332024-05-15T13:55:20.551Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29342024-05-15T13:55:21.840Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29352024-05-15T13:55:22.936Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29362024-05-15T13:55:23.137Z Compiling atomicwrites v0.4.3
29372024-05-15T13:55:23.435Z Compiling itertools v0.12.1
29382024-05-15T13:55:24.412Z Compiling subprocess v0.2.9
29392024-05-15T13:55:25.933Z Compiling hex-literal v0.4.1
29402024-05-15T13:55:26.082Z Compiling dhcproto-macros v0.1.0
29412024-05-15T13:55:26.106Z Compiling display-error-chain v0.2.0
29422024-05-15T13:55:26.169Z Compiling russh v0.43.0
29432024-05-15T13:55:26.275Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442024-05-15T13:55:26.940Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29452024-05-15T13:55:27.009Z Compiling dhcproto v0.11.0
29462024-05-15T13:55:28.620Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29472024-05-15T13:55:28.725Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29482024-05-15T13:55:29.808Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29492024-05-15T13:55:30.191Z Compiling internet-checksum v0.2.1
29502024-05-15T13:55:53.465Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29512024-05-15T13:56:46.442Z Finished dev [unoptimized + debuginfo] target(s) in 3m 30s
29522024-05-15T13:56:46.559Z
29532024-05-15T13:56:46.560Zreal 3:30.859143738
29542024-05-15T13:56:46.560Zuser 17:06.904617752
29552024-05-15T13:56:46.560Zsys 4:05.186233734
29562024-05-15T13:56:46.584Ztrap 0.525120929
29572024-05-15T13:56:46.584Ztflt 0.235883896
29582024-05-15T13:56:46.584Zdflt 1.947247792
29592024-05-15T13:56:46.584Zkflt 0.001782815
29602024-05-15T13:56:46.584Zlock 36:01.874156459
29612024-05-15T13:56:46.584Zslp 49:32.199237756
29622024-05-15T13:56:46.584Zlat 1:01.856389600
29632024-05-15T13:56:46.585Zstop 2:02.881841965
29642024-05-15T13:56:46.585Z+ mkdir tests
29652024-05-15T13:56:46.585Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29662024-05-15T13:56:46.585Z+ xargs -I '{}' -t cp '{}' tests/
29672024-05-15T13:56:46.613Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e96e8802af79a83a tests/
29682024-05-15T13:56:46.638Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d1c0a40ec56cd3f tests/
29692024-05-15T13:56:46.662Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a3c2733e55b547f6 tests/
29702024-05-15T13:56:46.686Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4264d40b72cdb893 tests/
29712024-05-15T13:56:47.074Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29722024-05-15T13:56:47.098Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-6d1c0a40ec56cd3f tests/commtest-a3c2733e55b547f6 tests/dhcp_server-e96e8802af79a83a tests/end_to_end_tests-4264d40b72cdb893 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29732024-05-15T13:58:04.776ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29742024-05-15T13:58:04.776Za out/target/test 1K
29752024-05-15T13:58:04.776Za out/npuzone/npuzone 23144K
29762024-05-15T13:58:04.776Za package-manifest.toml 27K
29772024-05-15T13:58:04.777Za smf/sled-agent/non-gimlet/config.toml 4K
29782024-05-15T13:58:04.777Za target/release/omicron-package 31475K
29792024-05-15T13:58:04.777Za target/release/xtask 6652K
29802024-05-15T13:58:04.777Za target/debug/bootstrap 351538K
29812024-05-15T13:58:04.777Za tests/bootstrap-6d1c0a40ec56cd3f 23707K
29822024-05-15T13:58:04.777Za tests/commtest-a3c2733e55b547f6 23707K
29832024-05-15T13:58:04.777Za tests/dhcp_server-e96e8802af79a83a 23707K
29842024-05-15T13:58:04.777Za tests/end_to_end_tests-4264d40b72cdb893 361689K
29852024-05-15T13:58:04.777Za out/clickhouse.tar.gz 222715K
29862024-05-15T13:58:04.777Za out/clickhouse_keeper.tar.gz 222708K
29872024-05-15T13:58:04.777Za out/cockroachdb.tar.gz 120683K
29882024-05-15T13:58:04.777Za out/crucible-pantry-zone.tar.gz 27063K
29892024-05-15T13:58:04.777Za out/crucible-zone.tar.gz 37724K
29902024-05-15T13:58:04.777Za out/external-dns.tar.gz 25072K
29912024-05-15T13:58:04.777Za out/internal-dns.tar.gz 25072K
29922024-05-15T13:58:04.777Za out/mg-ddm-gz.tar 60398K
29932024-05-15T13:58:04.777Za out/nexus.tar.gz 82686K
29942024-05-15T13:58:04.777Za out/ntp.tar.gz 8695K
29952024-05-15T13:58:04.777Za out/omicron-gateway-softnpu.tar.gz 14299K
29962024-05-15T13:58:04.777Za out/omicron-sled-agent.tar 94654K
29972024-05-15T13:58:04.777Za out/overlay.tar.gz 3K
29982024-05-15T13:58:04.777Za out/oximeter.tar.gz 40957K
29992024-05-15T13:58:04.777Za out/oxlog.tar 2895K
30002024-05-15T13:58:04.778Za out/probe.tar.gz 2764K
30012024-05-15T13:58:04.778Za out/propolis-server.tar.gz 65036K
30022024-05-15T13:58:04.778Za out/pumpkind-gz.tar 26665K
30032024-05-15T13:58:04.778Za out/switch-softnpu.tar.gz 195721K
30042024-05-15T13:58:04.802Z
30052024-05-15T13:58:04.802Zreal 1:17.701666110
30062024-05-15T13:58:04.803Zuser 1:11.808959658
30072024-05-15T13:58:04.803Zsys 7.089257708
30082024-05-15T13:58:04.803Ztrap 0.023337003
30092024-05-15T13:58:04.803Ztflt 0.000000000
30102024-05-15T13:58:04.803Zdflt 0.000000000
30112024-05-15T13:58:04.803Zkflt 0.000000000
30122024-05-15T13:58:04.803Zlock 0.000000000
30132024-05-15T13:58:04.803Zslp 1:11.894849773
30142024-05-15T13:58:04.803Zlat 4.581925552
30152024-05-15T13:58:04.803Zstop 0.000792023
30162024-05-15T13:58:04.803Zprocess exited: duration 1587935 ms, exit code 0
 
30172024-05-15T13:58:04.887Zfound 1 output files
30182024-05-15T13:58:04.887Zuploading: /work/package.tar.gz (1382962480 bytes)
30192024-05-15T14:07:08.132Zuploaded: /work/package.tar.gz