01HXYPFKW2YQPZ655B12Q44ZR1: 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: 01HXYPFX1P8S1RRCE90WWCMCPM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T17:59:40.331Zjob assigned to worker 01HXYPG3A2BYNB5R6TG8E8Q9SA (queued for 1 m 4 s)
 
22024-05-15T17:59:47.761Zstarting task 0: "setup"
32024-05-15T17:59:47.821Z++ uname -s
42024-05-15T17:59:47.853Z+ kern=SunOS
52024-05-15T17:59:47.853Z+ case "$kern" in
62024-05-15T17:59:47.853Z+ groupadd -g 12345 build
72024-05-15T17:59:47.853Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T17:59:49.843Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T17:59:50.284Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T17:59:50.285Z+ home_fs=zfs
112024-05-15T17:59:50.285Z+ [[ zfs == autofs ]]
122024-05-15T17:59:50.285Z+ mkdir -p /home/build
132024-05-15T17:59:50.285Z+ chown build:build /home/build /work
142024-05-15T17:59:51.945Z+ chmod 0700 /home/build /work
152024-05-15T17:59:51.948Zprocess exited: duration 4192 ms, exit code 0
 
162024-05-15T17:59:51.955Zstarting task 1: "rust-toolchain"
172024-05-15T17:59:51.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T17:59:51.966Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-15T17:59:52.076Zinfo: downloading installer
202024-05-15T17:59:53.770Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T17:59:53.770Zwarning: /opt/ooce/bin
222024-05-15T17:59:53.770Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T17:59:53.770Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T17:59:53.770Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T17:59:53.770Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T17:59:53.770Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T17:59:53.771Zerror: cannot install while Rust is installed
282024-05-15T17:59:53.771Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T17:59:53.855Zinfo: profile set to 'default'
302024-05-15T17:59:53.855Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T17:59:53.858Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-15T17:59:54.006Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-15T17:59:54.006Zinfo: downloading component 'cargo'
342024-05-15T17:59:54.974Zinfo: downloading component 'clippy'
352024-05-15T17:59:55.246Zinfo: downloading component 'rust-docs'
362024-05-15T17:59:56.367Zinfo: downloading component 'rust-std'
372024-05-15T17:59:58.141Zinfo: downloading component 'rustc'
382024-05-15T18:00:02.571Zinfo: downloading component 'rustfmt'
392024-05-15T18:00:02.887Zinfo: installing component 'cargo'
402024-05-15T18:00:03.709Zinfo: installing component 'clippy'
412024-05-15T18:00:04.052Zinfo: installing component 'rust-docs'
422024-05-15T18:00:05.561Zinfo: installing component 'rust-std'
432024-05-15T18:00:07.222Zinfo: installing component 'rustc'
442024-05-15T18:00:11.421Zinfo: installing component 'rustfmt'
452024-05-15T18:00:11.758Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-15T18:00:11.758Z
472024-05-15T18:00:12.079Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-15T18:00:12.079Z
492024-05-15T18:00:12.093Z
502024-05-15T18:00:12.093ZRust is installed now. Great!
512024-05-15T18:00:12.094Z
522024-05-15T18:00:12.094ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T18:00:12.094Zenvironment variable. This has not been done automatically.
542024-05-15T18:00:12.094Z
552024-05-15T18:00:12.094ZTo configure your current shell, you need to source
562024-05-15T18:00:12.094Zthe corresponding env file under $HOME/.cargo.
572024-05-15T18:00:12.094Z
582024-05-15T18:00:12.094ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T18:00:12.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T18:00:12.095Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T18:00:12.095Z+ rustc --version
622024-05-15T18:00:12.149Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-15T18:00:12.157Zprocess exited: duration 20186 ms, exit code 0
 
642024-05-15T18:00:12.177Zstarting task 2: "authentication"
652024-05-15T18:00:12.193Zprocess exited: duration 22 ms, exit code 0
 
662024-05-15T18:00:12.210Zstarting task 3: "clone repository"
672024-05-15T18:00:12.221Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-15T18:00:12.222Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-15T18:00:12.352ZCloning into '/work/oxidecomputer/omicron'...
702024-05-15T18:00:18.164Z+ cd /work/oxidecomputer/omicron
712024-05-15T18:00:18.164Z+ git fetch origin 2d38470ccd0e0abbf9daea2fd75e384e55a4f171
722024-05-15T18:00:18.639ZFrom https://github.com/oxidecomputer/omicron
732024-05-15T18:00:18.639Z * branch 2d38470ccd0e0abbf9daea2fd75e384e55a4f171 -> FETCH_HEAD
742024-05-15T18:00:18.639Z+ [[ -n bunch_of_hubris ]]
752024-05-15T18:00:18.640Z++ git branch --show-current
762024-05-15T18:00:18.640Z+ current=main
772024-05-15T18:00:18.640Z+ [[ main != bunch_of_hubris ]]
782024-05-15T18:00:18.640Z+ git branch -f bunch_of_hubris 2d38470ccd0e0abbf9daea2fd75e384e55a4f171
792024-05-15T18:00:18.640Z+ git checkout -f bunch_of_hubris
802024-05-15T18:00:18.671ZSwitched to branch 'bunch_of_hubris'
812024-05-15T18:00:18.678Z+ git reset --hard 2d38470ccd0e0abbf9daea2fd75e384e55a4f171
822024-05-15T18:00:18.686ZHEAD is now at 2d38470cc Bump RoT, Sidecar, and PSC
832024-05-15T18:00:18.686Zprocess exited: duration 6473 ms, exit code 0
 
842024-05-15T18:00:18.707Zstarting task 4: "build"
852024-05-15T18:00:18.714Z+ cargo --version
862024-05-15T18:00:18.763Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-15T18:00:18.774Z+ rustc --version
882024-05-15T18:00:18.829Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-15T18:00:18.839Z+ WORK=/work
902024-05-15T18:00:18.839Z+ pfexec mkdir -p /work
912024-05-15T18:00:18.839Z+ pfexec chown build /work
922024-05-15T18:00:18.840Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-15T18:00:33.473Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-15T18:00:35.433Z Startup: Caching catalogs ... Done
952024-05-15T18:00:37.021ZPlanning: Solver setup ... Done (1.098s)
962024-05-15T18:00:37.044ZPlanning: Running solver ... Done (0.022s)
972024-05-15T18:00:37.074ZPlanning: Finding local manifests ... Done (0.002s)
982024-05-15T18:00:37.086ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-15T18:00:37.484ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-15T18:00:37.532ZPlanning: Package planning ... Done (0.048s)
1012024-05-15T18:00:37.588ZPlanning: Merging actions ... Done (0.051s)
1022024-05-15T18:00:38.816ZPlanning: Checking for conflicting actions ... Done (1.216s)
1032024-05-15T18:00:38.830ZPlanning: Consolidating action changes ... Done (0.011s)
1042024-05-15T18:00:44.749ZPlanning: Evaluating mediators ... Done (5.937s)
1052024-05-15T18:00:44.759ZPlanning: Planning completed in 9.26 seconds
1062024-05-15T18:00:45.582Z Packages to install: 4
1072024-05-15T18:00:45.582Z Mediators to change: 2
1082024-05-15T18:00:45.582Z Services to change: 1
1092024-05-15T18:00:45.582Z Estimated space available: 155.79 GB
1102024-05-15T18:00:45.582ZEstimated space to be consumed: 1.45 GB
1112024-05-15T18:00:45.593Z Create boot environment: No
1122024-05-15T18:00:45.593ZCreate backup boot environment: No
1132024-05-15T18:00:45.594Z Rebuild boot archive: No
1142024-05-15T18:00:45.594Z
1152024-05-15T18:00:45.594ZChanged mediators:
1162024-05-15T18:00:45.594Z mediator clang:
1172024-05-15T18:00:45.594Z version: None -> 15 (system default)
1182024-05-15T18:00:45.594Z
1192024-05-15T18:00:45.594Z mediator llvm:
1202024-05-15T18:00:45.594Z version: 14 (system default) -> 15 (system default)
1212024-05-15T18:00:45.594Z
1222024-05-15T18:00:45.594ZChanged packages:
1232024-05-15T18:00:45.594Zhelios-dev
1242024-05-15T18:00:45.594Z developer/build-essential
1252024-05-15T18:00:45.594Z None -> 11-2.0
1262024-05-15T18:00:45.594Z library/libxmlsec1
1272024-05-15T18:00:45.594Z None -> 1.2.35-2.0
1282024-05-15T18:00:45.594Z ooce/developer/clang-15
1292024-05-15T18:00:45.594Z None -> 15.0.7-2.0
1302024-05-15T18:00:45.594Z ooce/developer/llvm-15
1312024-05-15T18:00:45.594Z None -> 15.0.7-2.0
1322024-05-15T18:00:45.594Z
1332024-05-15T18:00:45.594ZServices:
1342024-05-15T18:00:45.594Z restart_fmri:
1352024-05-15T18:00:45.594Z svc:/system/update-man-index:default
1362024-05-15T18:00:45.748Z
1372024-05-15T18:00:45.748ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-15T18:00:50.755ZDownload: 779/3290 items 18.6/212.6MB 8% complete (3.8M/s)
1392024-05-15T18:00:55.754ZDownload: 1480/3290 items 117.4/212.6MB 55% complete (11.8M/s)
1402024-05-15T18:01:00.754ZDownload: 2734/3290 items 120.6/212.6MB 56% complete (10.2M/s)
1412024-05-15T18:01:05.310ZDownload: Completed 212.60 MB in 19.56 seconds (10.9M/s)
1422024-05-15T18:01:05.637Z Actions: 1/3689 actions (Installing new actions)
1432024-05-15T18:01:10.734Z Actions: 3580/3689 actions (Installing new actions)
1442024-05-15T18:01:11.357Z Actions: Completed 3689 actions in 5.72 seconds.
1452024-05-15T18:01:11.576Z Done (0.216s)
1462024-05-15T18:01:11.577Z Done (0.000s)
1472024-05-15T18:01:11.871Z Done (0.295s)
1482024-05-15T18:01:18.017Z Done (5.995s)
1492024-05-15T18:01:18.266Z Done (0.186s)
1502024-05-15T18:01:18.270Z Done (0.000s)
1512024-05-15T18:01:18.424Z Done (0.000s)
1522024-05-15T18:01:18.953ZPlanning: Evaluating mediator changes ... Done
1532024-05-15T18:01:19.120ZPlanning: Checking for conflicting actions ... Done
1542024-05-15T18:01:19.148ZPlanning: Consolidating action changes ... Done
1552024-05-15T18:01:19.373ZPlanning: Evaluating mediators ... Done
1562024-05-15T18:01:19.376ZPlanning: Planning completed in 0.42 seconds
1572024-05-15T18:01:19.407Z Mediators to change: 2
1582024-05-15T18:01:19.407Z Create boot environment: No
1592024-05-15T18:01:19.407ZCreate backup boot environment: No
1602024-05-15T18:01:19.480Z Done
1612024-05-15T18:01:19.480Z Done
1622024-05-15T18:01:19.671Z Done
1632024-05-15T18:01:23.183Z Done
1642024-05-15T18:01:23.202Z Done
1652024-05-15T18:01:23.205Z Done
1662024-05-15T18:01:23.338Z Done
1672024-05-15T18:01:23.944ZPlanning: Evaluating mediator changes ... Done
1682024-05-15T18:01:23.947ZPlanning: Merging actions ... Done
1692024-05-15T18:01:24.130ZPlanning: Checking for conflicting actions ... Done
1702024-05-15T18:01:24.134ZPlanning: Consolidating action changes ... Done
1712024-05-15T18:01:24.397ZPlanning: Evaluating mediators ... Done
1722024-05-15T18:01:24.454ZPlanning: Planning completed in 0.75 seconds
1732024-05-15T18:01:24.488Z Packages to change: 1
1742024-05-15T18:01:24.489Z Mediators to change: 1
1752024-05-15T18:01:24.489Z Services to change: 1
1762024-05-15T18:01:24.489Z Create boot environment: No
1772024-05-15T18:01:24.492ZCreate backup boot environment: Yes
1782024-05-15T18:01:26.233Z Actions: 1/6 actions (Updating modified actions)
1792024-05-15T18:01:26.353Z Actions: Completed 6 actions in 0.11 seconds.
1802024-05-15T18:01:26.353Z Done
1812024-05-15T18:01:26.364Z Done
1822024-05-15T18:01:26.408Z Done
1832024-05-15T18:01:29.957Z Done
1842024-05-15T18:01:30.043Z Done
1852024-05-15T18:01:30.046Z Done
1862024-05-15T18:01:30.155Z Done
1872024-05-15T18:01:30.585ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882024-05-15T18:01:30.585Zclang system 15 system
1892024-05-15T18:01:30.586Zcsh system system illumos
1902024-05-15T18:01:30.586Zctags system system illumos
1912024-05-15T18:01:30.586Zgcc vendor 12 vendor
1922024-05-15T18:01:30.586Zgcc system 10 system
1932024-05-15T18:01:30.586Zgcc system 7 system
1942024-05-15T18:01:30.586Zgo system 1.20 system
1952024-05-15T18:01:30.586Zgo system 1.19 system
1962024-05-15T18:01:30.586Zllvm system 15 system
1972024-05-15T18:01:30.587Zllvm system 14 system
1982024-05-15T18:01:30.587Zmariadb system 10.6 system
1992024-05-15T18:01:30.587Zmta vendor vendor dma
2002024-05-15T18:01:30.587Zopenjdk system 17 system
2012024-05-15T18:01:30.587Zopenjdk system 11 system
2022024-05-15T18:01:30.587Zopenjdk system 1.8 system
2032024-05-15T18:01:30.587Zopenssl vendor 3 vendor
2042024-05-15T18:01:30.587Zperl system 5.36 system
2052024-05-15T18:01:30.588Zpostgresql system 15 system
2062024-05-15T18:01:30.588Zpostgresql system 13 system
2072024-05-15T18:01:30.588Zpython vendor 3 vendor
2082024-05-15T18:01:30.588Zpython system 2 system
2092024-05-15T18:01:30.588Zpython3 system 3.11 system
2102024-05-15T18:01:30.589Zruby system 3.0 system
2112024-05-15T18:01:30.589Zwords vendor vendor american-english
2122024-05-15T18:01:30.589Zwords system system australian-english
2132024-05-15T18:01:30.589Zwords system system british-english
2142024-05-15T18:01:30.589Zwords system system canadian-english
2152024-05-15T18:01:30.589Zwords system system french
2162024-05-15T18:01:30.589Zwords system system italian
2172024-05-15T18:01:30.589Zwords system system ngerman
2182024-05-15T18:01:30.589Zwords system system ogerman
2192024-05-15T18:01:30.589Zwords system system spanish
2202024-05-15T18:01:30.909ZPUBLISHER TYPE STATUS P LOCATION
2212024-05-15T18:01:30.910Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2222024-05-15T18:01:32.307ZFMRI IFO
2232024-05-15T18:01:32.307Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-05-15T18:01:32.307Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-05-15T18:01:32.307Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-05-15T18:01:32.307Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-05-15T18:01:32.307Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2282024-05-15T18:01:32.307Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-05-15T18:01:32.307Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-05-15T18:01:32.307Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2312024-05-15T18:01:32.307Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-05-15T18:01:32.307Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2332024-05-15T18:01:32.307Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2342024-05-15T18:01:32.307Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2352024-05-15T18:01:32.585Z+ set -o errexit
2362024-05-15T18:01:32.596Z+++ dirname ./tools/ci_download_cockroachdb
2372024-05-15T18:01:32.596Z++ cd ./tools
2382024-05-15T18:01:32.597Z++ pwd
2392024-05-15T18:01:32.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-05-15T18:01:32.597Z++ basename ./tools/ci_download_cockroachdb
2412024-05-15T18:01:32.597Z+ ARG0=ci_download_cockroachdb
2422024-05-15T18:01:32.597Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-05-15T18:01:32.597Z+ CIDL_VERSION=v22.1.9
2442024-05-15T18:01:32.598Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-05-15T18:01:32.598Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2462024-05-15T18:01:32.598Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2472024-05-15T18:01:32.598Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2482024-05-15T18:01:32.598Z+ TARGET_DIR=out
2492024-05-15T18:01:32.598Z+ DOWNLOAD_DIR=out/downloads
2502024-05-15T18:01:32.598Z+ DEST_DIR=./out/cockroachdb
2512024-05-15T18:01:32.598Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-05-15T18:01:32.599Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-05-15T18:01:32.599Z+ main
2542024-05-15T18:01:32.599Z+ [[ 0 != 0 ]]
2552024-05-15T18:01:32.599Z+ CIDL_OS=solaris2.11
2562024-05-15T18:01:32.599Z+ [[ 0 != 0 ]]
2572024-05-15T18:01:32.599Z+ configure_os solaris2.11
2582024-05-15T18:01:32.599Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-05-15T18:01:32.599Z+ echo 'configuring based on OS: "solaris2.11"'
2602024-05-15T18:01:32.599Z+ case "$1" in
2612024-05-15T18:01:32.599Z+ CIDL_BUILD=illumos
2622024-05-15T18:01:32.600Z+ CIDL_SUFFIX=tar.gz
2632024-05-15T18:01:32.600Zcurrent directory: /work/oxidecomputer/omicron
2642024-05-15T18:01:32.600Zconfiguring based on OS: "solaris2.11"
2652024-05-15T18:01:32.600Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-05-15T18:01:32.600Z+ CIDL_URL_BASE=https://illumos.org/downloads
2672024-05-15T18:01:32.600Z+ CIDL_ASSEMBLE=do_assemble_illumos
2682024-05-15T18:01:32.600Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2692024-05-15T18:01:32.601Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2702024-05-15T18:01:32.601Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-05-15T18:01:32.601Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2722024-05-15T18:01:32.601Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-15T18:01:32.601Z+ CIDL_SHA256FUNC=do_sha256sum
2742024-05-15T18:01:32.601Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-05-15T18:01:32.602ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-05-15T18:01:32.602Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-05-15T18:01:32.602Z+ mkdir -p out/downloads
2782024-05-15T18:01:32.602ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-15T18:01:32.603Z+ mkdir -p ./out/cockroachdb
2802024-05-15T18:01:32.603Z+ local DO_DOWNLOAD=true
2812024-05-15T18:01:32.603Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-05-15T18:01:32.603Z+ '[' true == true ']'
2832024-05-15T18:01:32.603Z+ echo Downloading...
2842024-05-15T18:01:32.604ZDownloading...
2852024-05-15T18:01:32.604Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-15T18:01:32.604Z+ 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
2872024-05-15T18:01:35.132Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-15T18:01:35.137Z++ sha256sum
2892024-05-15T18:01:35.137Z++ awk '{print $1}'
2902024-05-15T18:01:35.202Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2912024-05-15T18:01:35.202Z+ [[ 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 ]]
2922024-05-15T18:01:35.206Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-15T18:01:35.206Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-05-15T18:01:37.404Z+ do_assemble_illumos
2952024-05-15T18:01:37.404Z+ rm -r ./out/cockroachdb
2962024-05-15T18:01:37.408Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-05-15T18:01:37.830Z+ ./out/cockroachdb/bin/cockroach version
2982024-05-15T18:01:38.145ZBuild Tag: v22.1.9-dirty
2992024-05-15T18:01:38.145ZBuild Time: 2022/10/26 21:17:46
3002024-05-15T18:01:38.145ZDistribution: OSS
3012024-05-15T18:01:38.145ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-05-15T18:01:38.145ZGo Version: go1.17.13
3032024-05-15T18:01:38.145ZC Compiler: gcc 10.3.0
3042024-05-15T18:01:38.145ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-05-15T18:01:38.145ZBuild Type: release
3062024-05-15T18:01:38.164Z+ set -o errexit
3072024-05-15T18:01:38.167Z+++ dirname ./tools/ci_download_clickhouse
3082024-05-15T18:01:38.173Z++ cd ./tools
3092024-05-15T18:01:38.173Z++ pwd
3102024-05-15T18:01:38.173Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-05-15T18:01:38.173Z++ basename ./tools/ci_download_clickhouse
3122024-05-15T18:01:38.177Z+ ARG0=ci_download_clickhouse
3132024-05-15T18:01:38.177Z+ TARGET_DIR=out
3142024-05-15T18:01:38.177Z+ DOWNLOAD_DIR=out/downloads
3152024-05-15T18:01:38.177Z+ DEST_DIR=./out/clickhouse
3162024-05-15T18:01:38.177Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3172024-05-15T18:01:38.177Z+ CIDL_VERSION=v23.8.7.24
3182024-05-15T18:01:38.177Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-05-15T18:01:38.177Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3202024-05-15T18:01:38.177Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3212024-05-15T18:01:38.178Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3222024-05-15T18:01:38.178Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-05-15T18:01:38.178Z+ main
3242024-05-15T18:01:38.178Z+ [[ 0 != 0 ]]
3252024-05-15T18:01:38.178Z+ CIDL_OS=solaris2.11
3262024-05-15T18:01:38.178Z+ [[ 0 != 0 ]]
3272024-05-15T18:01:38.178Z+ configure_os solaris2.11
3282024-05-15T18:01:38.178Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-05-15T18:01:38.178Zcurrent directory: /work/oxidecomputer/omicron
3302024-05-15T18:01:38.178Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-05-15T18:01:38.178Z+ CIDL_DASHREV=
3322024-05-15T18:01:38.178Z+ case "$1" in
3332024-05-15T18:01:38.178Z+ CIDL_PLATFORM=illumos
3342024-05-15T18:01:38.178Zconfiguring based on OS: "solaris2.11"
3352024-05-15T18:01:38.178Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3362024-05-15T18:01:38.178Z+ CIDL_MD5FUNC=do_md5sum
3372024-05-15T18:01:38.178Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3382024-05-15T18:01:38.178Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-15T18:01:38.178Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-15T18:01:38.178Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-15T18:01:38.178Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3422024-05-15T18:01:38.178Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-15T18:01:38.179ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-15T18:01:38.179ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-15T18:01:38.179Z+ mkdir -p out/downloads
3462024-05-15T18:01:38.179Z+ mkdir -p ./out/clickhouse
3472024-05-15T18:01:38.182Z+ local DO_DOWNLOAD=true
3482024-05-15T18:01:38.182Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3492024-05-15T18:01:38.182Z+ '[' true == true ']'
3502024-05-15T18:01:38.182Z+ echo Downloading...
3512024-05-15T18:01:38.182ZDownloading...
3522024-05-15T18:01:38.182Z+ 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
3532024-05-15T18:01:38.182Z+ 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
3542024-05-15T18:01:39.773Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-15T18:01:39.777Z++ md5sum
3562024-05-15T18:01:39.778Z++ awk '{print $1}'
3572024-05-15T18:01:40.144Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3582024-05-15T18:01:40.144Z+ [[ 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 ]]
3592024-05-15T18:01:40.144Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3602024-05-15T18:01:40.147Z+ mkdir -p ./out/clickhouse
3612024-05-15T18:01:40.147Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3622024-05-15T18:01:44.029Z+ [[ solaris2.11 == darwin* ]]
3632024-05-15T18:01:44.029Z+ ./out/clickhouse/clickhouse server --version
3642024-05-15T18:01:44.648ZClickHouse server version 23.8.7.1.
3652024-05-15T18:01:44.665Z+ set -o errexit
3662024-05-15T18:01:44.670Z+++ dirname ./tools/ci_download_console
3672024-05-15T18:01:44.670Z++ cd ./tools
3682024-05-15T18:01:44.670Z++ pwd
3692024-05-15T18:01:44.670Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-05-15T18:01:44.675Z++ basename ./tools/ci_download_console
3712024-05-15T18:01:44.675Z+ ARG0=ci_download_console
3722024-05-15T18:01:44.675Z+ TARGET_DIR=out
3732024-05-15T18:01:44.675Z+ DOWNLOAD_DIR=out/downloads
3742024-05-15T18:01:44.675Z+ DEST_DIR=./out/console-assets
3752024-05-15T18:01:44.675Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-05-15T18:01:44.675Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3772024-05-15T18:01:44.675Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3782024-05-15T18:01:44.675Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3792024-05-15T18:01:44.675Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-05-15T18:01:44.675Z+ main
3812024-05-15T18:01:44.675Z+ [[ 0 != 0 ]]
3822024-05-15T18:01:44.675Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3832024-05-15T18:01:44.676ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3842024-05-15T18:01:44.676Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-05-15T18:01:44.676Z+ local DO_DOWNLOAD=true
3862024-05-15T18:01:44.676ZLocal file: out/downloads/console.tar.gz
3872024-05-15T18:01:44.676Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-05-15T18:01:44.676Z+ mkdir -p out/downloads
3892024-05-15T18:01:44.676Z+ '[' true == true ']'
3902024-05-15T18:01:44.676Z+ echo Downloading...
3912024-05-15T18:01:44.676ZDownloading...
3922024-05-15T18:01:44.676Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3932024-05-15T18:01:44.676Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-15T18:01:45.285Z++ do_sha256sum out/downloads/console.tar.gz
3952024-05-15T18:01:45.285Z++ case "$OSTYPE" in
3962024-05-15T18:01:45.285Z++ SHA=sha256sum
3972024-05-15T18:01:45.288Z++ sha256sum
3982024-05-15T18:01:45.288Z++ awk '{print $1}'
3992024-05-15T18:01:45.294Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4002024-05-15T18:01:45.294Z+ [[ 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 ]]
4012024-05-15T18:01:45.297Z+ rm -rf ./out/console-assets
4022024-05-15T18:01:45.297Z+ mkdir -p ./out/console-assets
4032024-05-15T18:01:45.300Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-05-15T18:01:45.300Z+ mkdir -p ./out/console-assets
4052024-05-15T18:01:45.303Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-05-15T18:01:45.395Z+ set -o errexit
4072024-05-15T18:01:45.399Z+++ dirname ./tools/ci_download_dendrite_openapi
4082024-05-15T18:01:45.405Z++ cd ./tools
4092024-05-15T18:01:45.405Z++ pwd
4102024-05-15T18:01:45.405Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-05-15T18:01:45.405Z++ basename ./tools/ci_download_dendrite_openapi
4122024-05-15T18:01:45.405Z+ ARG0=ci_download_dendrite_openapi
4132024-05-15T18:01:45.405Z+ TARGET_DIR=out
4142024-05-15T18:01:45.405Z+ DOWNLOAD_DIR=out/downloads
4152024-05-15T18:01:45.405Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4162024-05-15T18:01:45.408Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4172024-05-15T18:01:45.409Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4182024-05-15T18:01:45.409Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4192024-05-15T18:01:45.409Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4202024-05-15T18:01:45.409Z+ main
4212024-05-15T18:01:45.409Z+ [[ 0 != 0 ]]
4222024-05-15T18:01:45.409Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4232024-05-15T18:01:45.409ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4242024-05-15T18:01:45.409Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4252024-05-15T18:01:45.409Z+ local DO_DOWNLOAD=true
4262024-05-15T18:01:45.409Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4272024-05-15T18:01:45.409ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4282024-05-15T18:01:45.409Z+ mkdir -p out/downloads
4292024-05-15T18:01:45.409Z+ '[' true == true ']'
4302024-05-15T18:01:45.409Z+ echo Downloading...
4312024-05-15T18:01:45.409ZDownloading...
4322024-05-15T18:01:45.409Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4332024-05-15T18:01:45.409Z+ 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
4342024-05-15T18:01:45.579Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-15T18:01:45.579Z++ case "$OSTYPE" in
4362024-05-15T18:01:45.580Z++ SHA=sha256sum
4372024-05-15T18:01:45.584Z++ sha256sum
4382024-05-15T18:01:45.584Z++ awk '{print $1}'
4392024-05-15T18:01:45.585Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4402024-05-15T18:01:45.585Z+ [[ 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 ]]
4412024-05-15T18:01:45.591Z+ set -o errexit
4422024-05-15T18:01:45.594Z+++ dirname ./tools/ci_download_dendrite_stub
4432024-05-15T18:01:45.597Z++ cd ./tools
4442024-05-15T18:01:45.597Z++ pwd
4452024-05-15T18:01:45.597Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-05-15T18:01:45.597Z++ basename ./tools/ci_download_dendrite_stub
4472024-05-15T18:01:45.602Z+ ARG0=ci_download_dendrite_stub
4482024-05-15T18:01:45.602Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4492024-05-15T18:01:45.602Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4502024-05-15T18:01:45.602Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4512024-05-15T18:01:45.602Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4522024-05-15T18:01:45.602Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4532024-05-15T18:01:45.602Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4542024-05-15T18:01:45.602Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4552024-05-15T18:01:45.602Z+ TARGET_DIR=out
4562024-05-15T18:01:45.602Z+ DOWNLOAD_DIR=out/downloads
4572024-05-15T18:01:45.603Z+ DEST_DIR=./out/dendrite-stub
4582024-05-15T18:01:45.603Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4592024-05-15T18:01:45.603Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4602024-05-15T18:01:45.603Z+ REPO=oxidecomputer/dendrite
4612024-05-15T18:01:45.603Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4622024-05-15T18:01:45.603Z+ main
4632024-05-15T18:01:45.603Z+ [[ 0 != 0 ]]
4642024-05-15T18:01:45.603Z+ CIDL_OS=solaris2.11
4652024-05-15T18:01:45.603Z+ [[ 0 != 0 ]]
4662024-05-15T18:01:45.603Z+ configure_os solaris2.11
4672024-05-15T18:01:45.603Z+ echo 'current directory: /work/oxidecomputer/omicron'
4682024-05-15T18:01:45.603Z+ echo 'configuring based on OS: "solaris2.11"'
4692024-05-15T18:01:45.603Z+ case "$1" in
4702024-05-15T18:01:45.603Z+ SET_BINARIES=
4712024-05-15T18:01:45.603Zcurrent directory: /work/oxidecomputer/omicron
4722024-05-15T18:01:45.603Zconfiguring based on OS: "solaris2.11"
4732024-05-15T18:01:45.603Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4742024-05-15T18:01:45.603Z+ CIDL_SHA256FUNC=do_sha256sum
4752024-05-15T18:01:45.603Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4762024-05-15T18:01:45.603Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4772024-05-15T18:01:45.604Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4782024-05-15T18:01:45.604Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4792024-05-15T18:01:45.604ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4802024-05-15T18:01:45.604Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4812024-05-15T18:01:45.604Z+ mkdir -p out/downloads
4822024-05-15T18:01:45.604ZLocal file: out/downloads/dendrite-stub.tar.gz
4832024-05-15T18:01:45.604Z+ mkdir -p ./out/dendrite-stub
4842024-05-15T18:01:45.610Z+ fetch_and_verify
4852024-05-15T18:01:45.610Z+ local DO_DOWNLOAD=true
4862024-05-15T18:01:45.610Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4872024-05-15T18:01:45.610Z+ '[' true == true ']'
4882024-05-15T18:01:45.610Z+ echo Downloading...
4892024-05-15T18:01:45.610ZDownloading...
4902024-05-15T18:01:45.610Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4912024-05-15T18:01:45.611Z+ 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
4922024-05-15T18:01:54.816Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4932024-05-15T18:01:54.820Z++ sha256sum
4942024-05-15T18:01:54.820Z++ awk '{print $1}'
4952024-05-15T18:01:54.841Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4962024-05-15T18:01:54.841Z+ [[ 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 ]]
4972024-05-15T18:01:54.841Z+ do_untar out/downloads/dendrite-stub.tar.gz
4982024-05-15T18:01:54.844Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4992024-05-15T18:01:55.475Z+ do_assemble
5002024-05-15T18:01:55.475Z+ rm -r ./out/dendrite-stub
5012024-05-15T18:01:55.479Z+ mkdir ./out/dendrite-stub
5022024-05-15T18:01:55.481Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5032024-05-15T18:01:55.564Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5042024-05-15T18:01:55.575Z+ set -o errexit
5052024-05-15T18:01:55.578Z+++ dirname ./tools/ci_download_maghemite_mgd
5062024-05-15T18:01:55.581Z++ cd ./tools
5072024-05-15T18:01:55.581Z++ pwd
5082024-05-15T18:01:55.581Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-05-15T18:01:55.581Z++ basename ./tools/ci_download_maghemite_mgd
5102024-05-15T18:01:55.584Z+ ARG0=ci_download_maghemite_mgd
5112024-05-15T18:01:55.584Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5122024-05-15T18:01:55.584Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5132024-05-15T18:01:55.584Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5142024-05-15T18:01:55.584Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5152024-05-15T18:01:55.584Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5162024-05-15T18:01:55.585Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5172024-05-15T18:01:55.585Z+ TARGET_DIR=out
5182024-05-15T18:01:55.585Z+ DOWNLOAD_DIR=out/downloads
5192024-05-15T18:01:55.585Z+ DEST_DIR=./out/mgd
5202024-05-15T18:01:55.585Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5212024-05-15T18:01:55.585Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-05-15T18:01:55.585Z+ REPO=oxidecomputer/maghemite
5232024-05-15T18:01:55.585Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5242024-05-15T18:01:55.585Z+ main
5252024-05-15T18:01:55.585Z+ rm -rf out/downloads/root
5262024-05-15T18:01:55.590Z+ [[ 0 != 0 ]]
5272024-05-15T18:01:55.590Z+ CIDL_OS=solaris2.11
5282024-05-15T18:01:55.594Z+ [[ 0 != 0 ]]
5292024-05-15T18:01:55.594Z+ configure_os solaris2.11
5302024-05-15T18:01:55.594Z+ echo 'current directory: /work/oxidecomputer/omicron'
5312024-05-15T18:01:55.594Zcurrent directory: /work/oxidecomputer/omicron
5322024-05-15T18:01:55.594Z+ echo 'configuring based on OS: "solaris2.11"'
5332024-05-15T18:01:55.594Zconfiguring based on OS: "solaris2.11"
5342024-05-15T18:01:55.594Z+ case "$1" in
5352024-05-15T18:01:55.594Z+ SET_BINARIES=
5362024-05-15T18:01:55.594Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-05-15T18:01:55.594Z+ TARBALL_FILENAME=mgd.tar.gz
5382024-05-15T18:01:55.594Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5392024-05-15T18:01:55.594Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5402024-05-15T18:01:55.594Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5412024-05-15T18:01:55.594ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5422024-05-15T18:01:55.594ZLocal file: out/downloads/mgd.tar.gz
5432024-05-15T18:01:55.594Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5442024-05-15T18:01:55.594Z+ mkdir -p out/downloads
5452024-05-15T18:01:55.595Z+ mkdir -p ./out/mgd
5462024-05-15T18:01:55.598Z+ fetch_and_verify
5472024-05-15T18:01:55.598Z+ local DO_DOWNLOAD=true
5482024-05-15T18:01:55.598Z+ [[ -f out/downloads/mgd.tar.gz ]]
5492024-05-15T18:01:55.598Z+ '[' true == true ']'
5502024-05-15T18:01:55.598Z+ echo Downloading...
5512024-05-15T18:01:55.598ZDownloading...
5522024-05-15T18:01:55.598Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5532024-05-15T18:01:55.598Z+ 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
5542024-05-15T18:02:05.941Z++ do_sha256sum out/downloads/mgd.tar.gz
5552024-05-15T18:02:05.967Z++ sha256sum
5562024-05-15T18:02:05.967Z++ awk '{print $1}'
5572024-05-15T18:02:05.972Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5582024-05-15T18:02:05.972Z+ [[ 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 ]]
5592024-05-15T18:02:05.972Z+ do_untar out/downloads/mgd.tar.gz
5602024-05-15T18:02:05.972Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5612024-05-15T18:02:06.548Z+ do_assemble
5622024-05-15T18:02:06.548Z+ rm -r ./out/mgd
5632024-05-15T18:02:06.552Z+ mkdir ./out/mgd
5642024-05-15T18:02:06.552Z+ cp -r out/downloads/root ./out/mgd/root
5652024-05-15T18:02:06.634Z+ set -o errexit
5662024-05-15T18:02:06.640Z+++ dirname ./tools/ci_download_transceiver_control
5672024-05-15T18:02:06.645Z++ cd ./tools
5682024-05-15T18:02:06.645Z++ pwd
5692024-05-15T18:02:06.645Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-05-15T18:02:06.645Z++ basename ./tools/ci_download_transceiver_control
5712024-05-15T18:02:06.645Z+ ARG0=ci_download_transceiver_control
5722024-05-15T18:02:06.645Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5732024-05-15T18:02:06.646Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5742024-05-15T18:02:06.646Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752024-05-15T18:02:06.646Z+ TARGET_DIR=out
5762024-05-15T18:02:06.646Z+ DOWNLOAD_DIR=out/downloads
5772024-05-15T18:02:06.646Z+ DEST_DIR=./out/transceiver-control
5782024-05-15T18:02:06.646Z+ BIN_DIR=/opt/oxide/bin
5792024-05-15T18:02:06.646Z+ BINARY=xcvradm
5802024-05-15T18:02:06.646Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-05-15T18:02:06.646Z+ REPO=oxidecomputer/transceiver-control
5822024-05-15T18:02:06.646Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5832024-05-15T18:02:06.646Z+ main
5842024-05-15T18:02:06.646Z+ [[ 0 != 0 ]]
5852024-05-15T18:02:06.646Z+ CIDL_OS=solaris2.11
5862024-05-15T18:02:06.646Z+ [[ 0 != 0 ]]
5872024-05-15T18:02:06.646Z+ configure_os solaris2.11
5882024-05-15T18:02:06.646Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-05-15T18:02:06.646Zcurrent directory: /work/oxidecomputer/omicron
5902024-05-15T18:02:06.646Z+ echo 'configuring based on OS: "solaris2.11"'
5912024-05-15T18:02:06.647Zconfiguring based on OS: "solaris2.11"
5922024-05-15T18:02:06.647Z+ case "$1" in
5932024-05-15T18:02:06.647Z+ SET_BINARIES=
5942024-05-15T18:02:06.647Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952024-05-15T18:02:06.647Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-05-15T18:02:06.647Z+ ARCHIVE_FILENAME=xcvradm.gz
5972024-05-15T18:02:06.647Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5982024-05-15T18:02:06.647Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5992024-05-15T18:02:06.647Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6002024-05-15T18:02:06.647ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6012024-05-15T18:02:06.647Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-05-15T18:02:06.647ZLocal file: out/downloads/xcvradm.gz
6032024-05-15T18:02:06.647Z+ mkdir -p out/downloads
6042024-05-15T18:02:06.647Z+ mkdir -p ./out/transceiver-control
6052024-05-15T18:02:06.651Z+ fetch_and_verify
6062024-05-15T18:02:06.651Z+ local DO_DOWNLOAD=true
6072024-05-15T18:02:06.651Z+ [[ -f out/downloads/xcvradm.gz ]]
6082024-05-15T18:02:06.651Z+ '[' true == true ']'
6092024-05-15T18:02:06.651Z+ echo Downloading...
6102024-05-15T18:02:06.651ZDownloading...
6112024-05-15T18:02:06.651Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6122024-05-15T18:02:06.651Z+ 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
6132024-05-15T18:02:08.665Z++ do_sha256sum out/downloads/xcvradm.gz
6142024-05-15T18:02:08.668Z++ sha256sum
6152024-05-15T18:02:08.668Z++ awk '{print $1}'
6162024-05-15T18:02:08.673Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172024-05-15T18:02:08.674Z+ [[ 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 ]]
6182024-05-15T18:02:08.677Z+ do_unpack out/downloads/xcvradm.gz
6192024-05-15T18:02:08.677Z+ mkdir -p out/downloads/root//opt/oxide/bin
6202024-05-15T18:02:08.677Z+ gzip -dc out/downloads/xcvradm.gz
6212024-05-15T18:02:08.792Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6222024-05-15T18:02:08.795Z+ do_assemble
6232024-05-15T18:02:08.796Z+ rm -r ./out/transceiver-control
6242024-05-15T18:02:08.799Z+ mkdir ./out/transceiver-control
6252024-05-15T18:02:08.799Z+ cp -r out/downloads/root ./out/transceiver-control/root
6262024-05-15T18:02:08.889Z+ set -o errexit
6272024-05-15T18:02:08.891Z+++ dirname ./tools/ci_download_thundermuffin
6282024-05-15T18:02:08.895Z++ cd ./tools
6292024-05-15T18:02:08.895Z++ pwd
6302024-05-15T18:02:08.895Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-05-15T18:02:08.895Z++ basename ./tools/ci_download_thundermuffin
6322024-05-15T18:02:08.898Z+ ARG0=ci_download_thundermuffin
6332024-05-15T18:02:08.898Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6342024-05-15T18:02:08.898Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6352024-05-15T18:02:08.898Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6362024-05-15T18:02:08.898Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6372024-05-15T18:02:08.898Z+ TARGET_DIR=out
6382024-05-15T18:02:08.898Z+ DOWNLOAD_DIR=out/downloads
6392024-05-15T18:02:08.899Z+ DEST_DIR=./out/thundermuffin
6402024-05-15T18:02:08.899Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6412024-05-15T18:02:08.899Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-05-15T18:02:08.899Z+ REPO=oxidecomputer/thundermuffin
6432024-05-15T18:02:08.899Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6442024-05-15T18:02:08.899Z+ main
6452024-05-15T18:02:08.899Z+ rm -rf out/downloads/root
6462024-05-15T18:02:08.903Z+ [[ 0 != 0 ]]
6472024-05-15T18:02:08.903Z+ CIDL_OS=solaris2.11
6482024-05-15T18:02:08.906Z+ [[ 0 != 0 ]]
6492024-05-15T18:02:08.906Z+ configure_os solaris2.11
6502024-05-15T18:02:08.906Z+ echo 'current directory: /work/oxidecomputer/omicron'
6512024-05-15T18:02:08.906Zcurrent directory: /work/oxidecomputer/omicron
6522024-05-15T18:02:08.906Z+ echo 'configuring based on OS: "solaris2.11"'
6532024-05-15T18:02:08.906Z+ case "$1" in
6542024-05-15T18:02:08.906Zconfiguring based on OS: "solaris2.11"
6552024-05-15T18:02:08.906Z+ SET_BINARIES=
6562024-05-15T18:02:08.906Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-05-15T18:02:08.906Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6582024-05-15T18:02:08.906Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6592024-05-15T18:02:08.906Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6602024-05-15T18:02:08.906Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6612024-05-15T18:02:08.907ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6622024-05-15T18:02:08.907Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6632024-05-15T18:02:08.907Z+ mkdir -p out/downloads
6642024-05-15T18:02:08.907ZLocal file: out/downloads/thundermuffin.tar.gz
6652024-05-15T18:02:08.907Z+ mkdir -p ./out/thundermuffin
6662024-05-15T18:02:08.910Z+ fetch_and_verify
6672024-05-15T18:02:08.910Z+ local DO_DOWNLOAD=true
6682024-05-15T18:02:08.910Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6692024-05-15T18:02:08.910Z+ '[' true == true ']'
6702024-05-15T18:02:08.910Z+ echo Downloading...
6712024-05-15T18:02:08.910ZDownloading...
6722024-05-15T18:02:08.910Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6732024-05-15T18:02:08.910Z+ 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
6742024-05-15T18:02:09.649Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6752024-05-15T18:02:09.653Z++ sha256sum
6762024-05-15T18:02:09.653Z++ awk '{print $1}'
6772024-05-15T18:02:09.653Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6782024-05-15T18:02:09.653Z+ [[ 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 ]]
6792024-05-15T18:02:09.654Z+ do_untar out/downloads/thundermuffin.tar.gz
6802024-05-15T18:02:09.654Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6812024-05-15T18:02:09.711Z+ do_assemble
6822024-05-15T18:02:09.711Z+ rm -r ./out/thundermuffin
6832024-05-15T18:02:09.714Z+ mkdir ./out/thundermuffin
6842024-05-15T18:02:09.714Z+ cp -r out/downloads/root ./out/thundermuffin/root
6852024-05-15T18:02:09.722ZAll prerequisites installed successfully
6862024-05-15T18:02:09.725Z
6872024-05-15T18:02:09.725Zreal 1:50.792760054
6882024-05-15T18:02:09.725Zuser 36.683196705
6892024-05-15T18:02:09.725Zsys 6.935674717
6902024-05-15T18:02:09.725Ztrap 0.009511677
6912024-05-15T18:02:09.725Ztflt 0.420698683
6922024-05-15T18:02:09.725Zdflt 0.376257813
6932024-05-15T18:02:09.725Zkflt 0.308161636
6942024-05-15T18:02:09.725Zlock 2.442532402
6952024-05-15T18:02:09.725Zslp 3:41.536366626
6962024-05-15T18:02:09.725Zlat 2.038776997
6972024-05-15T18:02:09.725Zstop 0.145772630
6982024-05-15T18:02:09.726Z+ ptime -m ./tools/ci_download_softnpu_machinery
6992024-05-15T18:02:09.733Zfetching npuzone
7002024-05-15T18:02:09.739ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7012024-05-15T18:02:09.739Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7022024-05-15T18:02:09.739ZGetting hash for npuzone
7032024-05-15T18:02:10.234Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7042024-05-15T18:02:17.064Znpuzone downloaded successfully
7052024-05-15T18:02:17.068Z
7062024-05-15T18:02:17.068Zreal 7.341217884
7072024-05-15T18:02:17.068Zuser 0.256320562
7082024-05-15T18:02:17.068Zsys 0.088914833
7092024-05-15T18:02:17.069Ztrap 0.000038002
7102024-05-15T18:02:17.069Ztflt 0.000000000
7112024-05-15T18:02:17.069Zdflt 0.000000000
7122024-05-15T18:02:17.072Zkflt 0.000000000
7132024-05-15T18:02:17.072Zlock 0.000000000
7142024-05-15T18:02:17.072Zslp 21.602519805
7152024-05-15T18:02:17.072Zlat 0.046660656
7162024-05-15T18:02:17.072Zstop 0.000169967
7172024-05-15T18:02:17.072Z+ export CARGO_INCREMENTAL=0
7182024-05-15T18:02:17.072Z+ CARGO_INCREMENTAL=0
7192024-05-15T18:02:17.072Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7202024-05-15T18:02:17.275Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212024-05-15T18:02:17.725Z Updating git repository `https://github.com/oxidecomputer/zone`
7222024-05-15T18:02:18.191Z Updating crates.io index
7232024-05-15T18:02:18.277Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242024-05-15T18:02:18.971Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7252024-05-15T18:02:19.778Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-15T18:02:21.764Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-15T18:02:22.203Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-15T18:02:22.574Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-15T18:02:23.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-15T18:02:25.260Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-15T18:02:26.344Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-15T18:02:27.219Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-05-15T18:02:27.825Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-05-15T18:02:28.337Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352024-05-15T18:02:28.807Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362024-05-15T18:02:29.296Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372024-05-15T18:02:29.791Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-05-15T18:02:30.213Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-05-15T18:02:30.623Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-05-15T18:02:31.071Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7412024-05-15T18:02:31.480Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-15T18:02:31.917Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-15T18:02:32.366Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-15T18:02:32.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-15T18:02:33.313Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7462024-05-15T18:02:33.922Z Updating git repository `https://github.com/jgallagher/nix`
7472024-05-15T18:02:34.977Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7482024-05-15T18:02:35.314Z Updating git repository `https://github.com/cbiffle/hubpack`
7492024-05-15T18:02:35.725Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-05-15T18:02:36.218Z Updating git repository `https://github.com/oxidecomputer/typify`
7512024-05-15T18:02:38.248Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7522024-05-15T18:02:38.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7532024-05-15T18:02:39.032Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7542024-05-15T18:02:39.612Z Updating git repository `https://github.com/oxidecomputer/rfb`
7552024-05-15T18:02:40.649Z Downloading crates ...
7562024-05-15T18:02:40.757Z Downloaded addr2line v0.21.0
7572024-05-15T18:02:40.783Z Downloaded hashbrown v0.13.2
7582024-05-15T18:02:40.789Z Downloaded headers v0.3.9
7592024-05-15T18:02:40.794Z Downloaded crossbeam-deque v0.8.3
7602024-05-15T18:02:40.797Z Downloaded const_format v0.2.32
7612024-05-15T18:02:40.800Z Downloaded hashbrown v0.14.3
7622024-05-15T18:02:40.805Z Downloaded hex v0.4.3
7632024-05-15T18:02:40.808Z Downloaded heck v0.4.1
7642024-05-15T18:02:40.808Z Downloaded heck v0.3.3
7652024-05-15T18:02:40.811Z Downloaded indexmap v2.2.6
7662024-05-15T18:02:40.814Z Downloaded http-body v0.4.5
7672024-05-15T18:02:40.817Z Downloaded home v0.5.5
7682024-05-15T18:02:40.817Z Downloaded async-recursion v1.1.1
7692024-05-15T18:02:40.820Z Downloaded indexmap v1.9.3
7702024-05-15T18:02:40.823Z Downloaded const-oid v0.9.6
7712024-05-15T18:02:40.826Z Downloaded headers-core v0.2.0
7722024-05-15T18:02:40.826Z Downloaded anyhow v1.0.83
7732024-05-15T18:02:40.829Z Downloaded hmac v0.12.1
7742024-05-15T18:02:40.832Z Downloaded base64 v0.21.7
7752024-05-15T18:02:40.835Z Downloaded indoc v1.0.9
7762024-05-15T18:02:40.838Z Downloaded indoc v2.0.3
7772024-05-15T18:02:40.844Z Downloaded hubpack_derive v0.1.1
7782024-05-15T18:02:40.844Z Downloaded heapless v0.8.0
7792024-05-15T18:02:40.847Z Downloaded cfg_aliases v0.1.1
7802024-05-15T18:02:40.847Z Downloaded backoff v0.4.0
7812024-05-15T18:02:40.850Z Downloaded httparse v1.8.0
7822024-05-15T18:02:40.850Z Downloaded allocator-api2 v0.2.16
7832024-05-15T18:02:40.853Z Downloaded instant v0.1.12
7842024-05-15T18:02:40.856Z Downloaded indicatif v0.17.8
7852024-05-15T18:02:40.859Z Downloaded ciborium-io v0.2.2
7862024-05-15T18:02:40.859Z Downloaded async-stream-impl v0.3.5
7872024-05-15T18:02:40.862Z Downloaded http-range v0.1.5
7882024-05-15T18:02:40.862Z Downloaded argon2 v0.5.3
7892024-05-15T18:02:40.865Z Downloaded cfg-if v1.0.0
7902024-05-15T18:02:40.865Z Downloaded ascii v1.1.0
7912024-05-15T18:02:40.868Z Downloaded arrayref v0.3.7
7922024-05-15T18:02:40.868Z Downloaded humantime v2.1.0
7932024-05-15T18:02:40.871Z Downloaded hubpack v0.1.2
7942024-05-15T18:02:40.872Z Downloaded is_ci v1.2.0
7952024-05-15T18:02:40.874Z Downloaded const_format_proc_macros v0.2.32
7962024-05-15T18:02:40.875Z Downloaded hyper-tls v0.5.0
7972024-05-15T18:02:40.878Z Downloaded clap_derive v4.5.4
7982024-05-15T18:02:40.878Z Downloaded keccak v0.1.4
7992024-05-15T18:02:40.883Z Downloaded castaway v0.2.2
8002024-05-15T18:02:40.886Z Downloaded kstat-rs v0.2.3
8012024-05-15T18:02:40.886Z Downloaded is-terminal v0.4.9
8022024-05-15T18:02:40.886Z Downloaded ipnetwork v0.20.0
8032024-05-15T18:02:40.887Z Downloaded iana-time-zone v0.1.57
8042024-05-15T18:02:40.890Z Downloaded colorchoice v1.0.0
8052024-05-15T18:02:40.890Z Downloaded new_debug_unreachable v1.0.4
8062024-05-15T18:02:40.893Z Downloaded base64ct v1.6.0
8072024-05-15T18:02:40.893Z Downloaded anstyle-parse v0.2.1
8082024-05-15T18:02:40.897Z Downloaded match_cfg v0.1.0
8092024-05-15T18:02:40.897Z Downloaded byteorder v1.5.0
8102024-05-15T18:02:40.901Z Downloaded buf-list v1.0.3
8112024-05-15T18:02:40.901Z Downloaded matches v0.1.10
8122024-05-15T18:02:40.901Z Downloaded lru-cache v0.1.2
8132024-05-15T18:02:40.904Z Downloaded lazy_static v1.4.0
8142024-05-15T18:02:40.904Z Downloaded ident_case v1.0.1
8152024-05-15T18:02:40.904Z Downloaded bitstruct_derive v0.1.0
8162024-05-15T18:02:40.907Z Downloaded bitstruct v0.1.1
8172024-05-15T18:02:40.907Z Downloaded normalize-line-endings v0.3.0
8182024-05-15T18:02:40.908Z Downloaded newtype_derive v0.1.6
8192024-05-15T18:02:40.911Z Downloaded newline-converter v0.3.0
8202024-05-15T18:02:40.911Z Downloaded hostname v0.4.0
8212024-05-15T18:02:40.911Z Downloaded mime_guess v2.0.4
8222024-05-15T18:02:40.914Z Downloaded lazycell v1.3.0
8232024-05-15T18:02:40.914Z Downloaded stability v0.2.0
8242024-05-15T18:02:40.916Z Downloaded time-core v0.1.2
8252024-05-15T18:02:40.917Z Downloaded hyper-rustls v0.24.2
8262024-05-15T18:02:40.919Z Downloaded macaddr v1.0.1
8272024-05-15T18:02:40.922Z Downloaded crc-catalog v2.2.0
8282024-05-15T18:02:40.922Z Downloaded corncobs v0.1.3
8292024-05-15T18:02:40.925Z Downloaded async-stream v0.3.5
8302024-05-15T18:02:40.925Z Downloaded same-file v1.0.6
8312024-05-15T18:02:40.928Z Downloaded libsw v3.3.1
8322024-05-15T18:02:40.928Z Downloaded cexpr v0.6.0
8332024-05-15T18:02:40.931Z Downloaded cassowary v0.3.0
8342024-05-15T18:02:40.937Z Downloaded mockall v0.12.1
8352024-05-15T18:02:40.937Z Downloaded memmap v0.7.0
8362024-05-15T18:02:40.940Z Downloaded multimap v0.10.0
8372024-05-15T18:02:40.940Z Downloaded mime v0.3.17
8382024-05-15T18:02:40.940Z Downloaded crc v3.0.1
8392024-05-15T18:02:40.940Z Downloaded nodrop v0.1.14
8402024-05-15T18:02:40.943Z Downloaded usdt-attr-macro v0.3.5
8412024-05-15T18:02:40.943Z Downloaded lru v0.12.1
8422024-05-15T18:02:40.943Z Downloaded multer v3.1.0
8432024-05-15T18:02:40.946Z Downloaded maplit v1.0.2
8442024-05-15T18:02:40.946Z Downloaded newtype-uuid v1.1.0
8452024-05-15T18:02:40.949Z Downloaded md-5 v0.10.5
8462024-05-15T18:02:40.949Z Downloaded bitflags v1.3.2
8472024-05-15T18:02:40.952Z Downloaded cipher v0.4.4
8482024-05-15T18:02:40.955Z Downloaded display-error-chain v0.2.0
8492024-05-15T18:02:40.955Z Downloaded zone_cfg_derive v0.1.2
8502024-05-15T18:02:40.955Z Downloaded maybe-uninit v2.0.0
8512024-05-15T18:02:40.958Z Downloaded itoa v1.0.9
8522024-05-15T18:02:40.958Z Downloaded convert_case v0.4.0
8532024-05-15T18:02:40.961Z Downloaded sqlparser_derive v0.2.2
8542024-05-15T18:02:40.961Z Downloaded constant_time_eq v0.3.0
8552024-05-15T18:02:40.961Z Downloaded ciborium-ll v0.2.2
8562024-05-15T18:02:40.965Z Downloaded cargo-platform v0.1.3
8572024-05-15T18:02:40.965Z Downloaded swrite v0.1.0
8582024-05-15T18:02:40.968Z Downloaded scheduled-thread-pool v0.2.7
8592024-05-15T18:02:40.968Z Downloaded rustfmt-wrapper v0.2.1
8602024-05-15T18:02:40.968Z Downloaded slog-async v2.8.0
8612024-05-15T18:02:40.971Z Downloaded serde_plain v1.0.2
8622024-05-15T18:02:40.971Z Downloaded stable_deref_trait v1.2.0
8632024-05-15T18:02:40.971Z Downloaded slog-bunyan v2.5.0
8642024-05-15T18:02:40.974Z Downloaded memmap2 v0.7.1
8652024-05-15T18:02:40.983Z Downloaded openssl-probe v0.1.5
8662024-05-15T18:02:40.983Z Downloaded nanorand v0.7.0
8672024-05-15T18:02:40.986Z Downloaded supports-color v3.0.0
8682024-05-15T18:02:40.986Z Downloaded lock_api v0.4.10
8692024-05-15T18:02:40.986Z Downloaded foreign-types v0.3.2
8702024-05-15T18:02:40.986Z Downloaded utf-8 v0.7.6
8712024-05-15T18:02:40.986Z Downloaded libefi-sys v0.1.0
8722024-05-15T18:02:40.986Z Downloaded subtle v2.5.0
8732024-05-15T18:02:40.986Z Downloaded native-tls v0.2.11
8742024-05-15T18:02:40.989Z Downloaded ciborium v0.2.2
8752024-05-15T18:02:40.994Z Downloaded cookie_store v0.20.0
8762024-05-15T18:02:40.994Z Downloaded nu-ansi-term v0.50.0
8772024-05-15T18:02:41.000Z Downloaded nibble_vec v0.1.0
8782024-05-15T18:02:41.000Z Downloaded path-slash v0.1.5
8792024-05-15T18:02:41.000Z Downloaded libloading v0.7.4
8802024-05-15T18:02:41.003Z Downloaded portpicker v0.1.1
8812024-05-15T18:02:41.003Z Downloaded topological-sort v0.2.2
8822024-05-15T18:02:41.003Z Downloaded unicode-linebreak v0.1.5
8832024-05-15T18:02:41.003Z Downloaded base64 v0.22.1
8842024-05-15T18:02:41.006Z Downloaded openssl-macros v0.1.1
8852024-05-15T18:02:41.010Z Downloaded vte_generate_state_changes v0.1.1
8862024-05-15T18:02:41.010Z Downloaded colored v2.1.0
8872024-05-15T18:02:41.013Z Downloaded cookie v0.17.0
8882024-05-15T18:02:41.013Z Downloaded console v0.15.8
8892024-05-15T18:02:41.016Z Downloaded errno v0.3.8
8902024-05-15T18:02:41.016Z Downloaded cargo_metadata v0.18.1
8912024-05-15T18:02:41.019Z Downloaded serde_with_macros v3.7.0
8922024-05-15T18:02:41.024Z Downloaded camino-tempfile v1.1.1
8932024-05-15T18:02:41.024Z Downloaded bzip2 v0.4.4
8942024-05-15T18:02:41.027Z Downloaded bit-vec v0.6.3
8952024-05-15T18:02:41.027Z Downloaded futures-sink v0.3.30
8962024-05-15T18:02:41.027Z Downloaded serde_urlencoded v0.7.1
8972024-05-15T18:02:41.030Z Downloaded mockall_derive v0.12.1
8982024-05-15T18:02:41.030Z Downloaded cancel-safe-futures v0.1.5
8992024-05-15T18:02:41.033Z Downloaded miniz_oxide v0.7.1
9002024-05-15T18:02:41.037Z Downloaded zone v0.1.8
9012024-05-15T18:02:41.037Z Downloaded vsss-rs v3.3.4
9022024-05-15T18:02:41.040Z Downloaded termtree v0.4.1
9032024-05-15T18:02:41.043Z Downloaded sync_wrapper v0.1.2
9042024-05-15T18:02:41.043Z Downloaded usdt-macro v0.3.5
9052024-05-15T18:02:41.043Z Downloaded futures-macro v0.3.30
9062024-05-15T18:02:41.043Z Downloaded futures-io v0.3.30
9072024-05-15T18:02:41.046Z Downloaded dirs-sys-next v0.1.2
9082024-05-15T18:02:41.046Z Downloaded paste v1.0.15
9092024-05-15T18:02:41.050Z Downloaded dirs-next v2.0.0
9102024-05-15T18:02:41.050Z Downloaded pin-utils v0.1.0
9112024-05-15T18:02:41.059Z Downloaded fnv v1.0.7
9122024-05-15T18:02:41.059Z Downloaded strum_macros v0.26.1
9132024-05-15T18:02:41.080Z Downloaded yasna v0.5.2
9142024-05-15T18:02:41.080Z Downloaded derive_builder_macro v0.20.0
9152024-05-15T18:02:41.080Z Downloaded crc-any v2.4.3
9162024-05-15T18:02:41.080Z Downloaded backtrace v0.3.69
9172024-05-15T18:02:41.081Z Downloaded scopeguard v1.2.0
9182024-05-15T18:02:41.081Z Downloaded ron v0.7.1
9192024-05-15T18:02:41.109Z Downloaded oso-derive v0.27.3
9202024-05-15T18:02:41.109Z Downloaded schemars v0.8.17
9212024-05-15T18:02:41.110Z Downloaded number_prefix v0.4.0
9222024-05-15T18:02:41.110Z Downloaded sha1 v0.10.6
9232024-05-15T18:02:41.110Z Downloaded compact_str v0.7.1
9242024-05-15T18:02:41.110Z Downloaded clap v4.5.4
9252024-05-15T18:02:41.110Z Downloaded plain v0.2.3
9262024-05-15T18:02:41.110Z Downloaded thiserror v1.0.59
9272024-05-15T18:02:41.110Z Downloaded termios v0.3.3
9282024-05-15T18:02:41.111Z Downloaded password-hash v0.5.0
9292024-05-15T18:02:41.116Z Downloaded synstructure v0.12.6
9302024-05-15T18:02:41.116Z Downloaded proc-macro-error-attr v1.0.4
9312024-05-15T18:02:41.116Z Downloaded mio v0.8.11
9322024-05-15T18:02:41.116Z Downloaded signal-hook-tokio v0.3.1
9332024-05-15T18:02:41.116Z Downloaded scroll_derive v0.12.0
9342024-05-15T18:02:41.116Z Downloaded futures-task v0.3.30
9352024-05-15T18:02:41.119Z Downloaded flagset v0.4.3
9362024-05-15T18:02:41.119Z Downloaded crossbeam-utils v0.8.19
9372024-05-15T18:02:41.122Z Downloaded proc-macro-error v1.0.4
9382024-05-15T18:02:41.125Z Downloaded num-rational v0.4.2
9392024-05-15T18:02:41.135Z Downloaded crossbeam-epoch v0.9.18
9402024-05-15T18:02:41.135Z Downloaded debug-ignore v1.0.5
9412024-05-15T18:02:41.135Z Downloaded wyz v0.5.1
9422024-05-15T18:02:41.135Z Downloaded serde_yaml v0.9.25
9432024-05-15T18:02:41.135Z Downloaded usdt-attr-macro v0.5.0
9442024-05-15T18:02:41.139Z Downloaded packed_struct_codegen v0.10.1
9452024-05-15T18:02:41.139Z Downloaded camino v1.1.7
9462024-05-15T18:02:41.142Z Downloaded pkg-config v0.3.27
9472024-05-15T18:02:41.142Z Downloaded pest_generator v2.7.6
9482024-05-15T18:02:41.142Z Downloaded packed_struct v0.10.1
9492024-05-15T18:02:41.145Z Downloaded rustc-demangle v0.1.23
9502024-05-15T18:02:41.148Z Downloaded sha2 v0.10.8
9512024-05-15T18:02:41.148Z Downloaded platforms v3.0.2
9522024-05-15T18:02:41.151Z Downloaded endian-type v0.1.2
9532024-05-15T18:02:41.151Z Downloaded rand_xorshift v0.3.0
9542024-05-15T18:02:41.153Z Downloaded quick-error v1.2.3
9552024-05-15T18:02:41.154Z Downloaded slog v2.7.0
9562024-05-15T18:02:41.156Z Downloaded foreign-types-shared v0.1.1
9572024-05-15T18:02:41.159Z Downloaded waitgroup v0.1.2
9582024-05-15T18:02:41.159Z Downloaded curve25519-dalek-derive v0.1.0
9592024-05-15T18:02:41.159Z Downloaded usdt-impl v0.5.0
9602024-05-15T18:02:41.162Z Downloaded opaque-debug v0.3.0
9612024-05-15T18:02:41.163Z Downloaded crossbeam-channel v0.5.8
9622024-05-15T18:02:41.166Z Downloaded futures-channel v0.3.30
9632024-05-15T18:02:41.168Z Downloaded peg-runtime v0.8.3
9642024-05-15T18:02:41.171Z Downloaded sqlformat v0.2.3
9652024-05-15T18:02:41.171Z Downloaded proc-macro2 v1.0.82
9662024-05-15T18:02:41.174Z Downloaded num_threads v0.1.6
9672024-05-15T18:02:41.174Z Downloaded foreign-types-macros v0.2.3
9682024-05-15T18:02:41.177Z Downloaded foreign-types v0.5.0
9692024-05-15T18:02:41.177Z Downloaded spki v0.7.2
9702024-05-15T18:02:41.180Z Downloaded string_cache v0.8.7
9712024-05-15T18:02:41.180Z Downloaded rand_seeder v0.2.3
9722024-05-15T18:02:41.183Z Downloaded tungstenite v0.20.1
9732024-05-15T18:02:41.186Z Downloaded shell-words v1.1.0
9742024-05-15T18:02:41.186Z Downloaded slab v0.4.9
9752024-05-15T18:02:41.189Z Downloaded whoami v1.5.1
9762024-05-15T18:02:41.192Z Downloaded socket2 v0.5.6
9772024-05-15T18:02:41.192Z Downloaded peeking_take_while v0.1.2
9782024-05-15T18:02:41.195Z Downloaded toml_datetime v0.6.5
9792024-05-15T18:02:41.195Z Downloaded memchr v2.7.1
9802024-05-15T18:02:41.199Z Downloaded tabwriter v1.4.0
9812024-05-15T18:02:41.202Z Downloaded env_logger v0.9.3
9822024-05-15T18:02:41.209Z Downloaded textwrap v0.16.1
9832024-05-15T18:02:41.209Z Downloaded digest v0.10.7
9842024-05-15T18:02:41.209Z Downloaded version_check v0.9.4
9852024-05-15T18:02:41.212Z Downloaded owo-colors v4.0.0
9862024-05-15T18:02:41.212Z Downloaded num-derive v0.4.0
9872024-05-15T18:02:41.216Z Downloaded static_assertions v1.1.0
9882024-05-15T18:02:41.216Z Downloaded spin v0.9.8
9892024-05-15T18:02:41.219Z Downloaded phf_shared v0.10.0
9902024-05-15T18:02:41.219Z Downloaded derive_more v0.99.17
9912024-05-15T18:02:41.223Z Downloaded radium v0.7.0
9922024-05-15T18:02:41.226Z Downloaded stringprep v0.1.3
9932024-05-15T18:02:41.226Z Downloaded usdt-macro v0.5.0
9942024-05-15T18:02:41.229Z Downloaded difflib v0.4.0
9952024-05-15T18:02:41.230Z Downloaded tokio-rustls v0.24.1
9962024-05-15T18:02:41.233Z Downloaded fd-lock v4.0.2
9972024-05-15T18:02:41.233Z Downloaded olpc-cjson v0.1.3
9982024-05-15T18:02:41.236Z Downloaded pkcs8 v0.10.2
9992024-05-15T18:02:41.242Z Downloaded equivalent v1.0.1
10002024-05-15T18:02:41.242Z Downloaded zip v0.6.6
10012024-05-15T18:02:41.246Z Downloaded pretty-hex v0.4.1
10022024-05-15T18:02:41.246Z Downloaded strsim v0.10.0
10032024-05-15T18:02:41.246Z Downloaded strip-ansi-escapes v0.2.0
10042024-05-15T18:02:41.249Z Downloaded unicode-segmentation v1.10.1
10052024-05-15T18:02:41.252Z Downloaded sct v0.7.0
10062024-05-15T18:02:41.255Z Downloaded rustls-pki-types v1.3.0
10072024-05-15T18:02:41.255Z Downloaded unicase v2.7.0
10082024-05-15T18:02:41.259Z Downloaded tinyvec_macros v0.1.1
10092024-05-15T18:02:41.259Z Downloaded cstr-argument v0.1.2
10102024-05-15T18:02:41.259Z Downloaded crunchy v0.2.2
10112024-05-15T18:02:41.262Z Downloaded peg v0.8.3
10122024-05-15T18:02:41.262Z Downloaded rustls-pemfile v1.0.3
10132024-05-15T18:02:41.265Z Downloaded utf8parse v0.2.1
10142024-05-15T18:02:41.268Z Downloaded tabled_derive v0.7.0
10152024-05-15T18:02:41.268Z Downloaded serde_arrays v0.1.0
10162024-05-15T18:02:41.268Z Downloaded fxhash v0.2.1
10172024-05-15T18:02:41.271Z Downloaded tracing-attributes v0.1.27
10182024-05-15T18:02:41.271Z Downloaded wait-timeout v0.2.0
10192024-05-15T18:02:41.274Z Downloaded futures v0.3.30
10202024-05-15T18:02:41.277Z Downloaded group v0.13.0
10212024-05-15T18:02:41.280Z Downloaded phf v0.11.2
10222024-05-15T18:02:41.280Z Downloaded peg-macros v0.8.3
10232024-05-15T18:02:41.283Z Downloaded salty v0.2.0
10242024-05-15T18:02:41.287Z Downloaded dtrace-parser v0.2.0
10252024-05-15T18:02:41.290Z Downloaded downcast v0.11.0
10262024-05-15T18:02:41.290Z Downloaded rustc_version v0.4.0
10272024-05-15T18:02:41.296Z Downloaded pkcs1 v0.7.5
10282024-05-15T18:02:41.299Z Downloaded unicode-ident v1.0.12
10292024-05-15T18:02:41.299Z Downloaded dyn-clone v1.0.17
10302024-05-15T18:02:41.299Z Downloaded smawk v0.3.1
10312024-05-15T18:02:41.302Z Downloaded diesel_table_macro_syntax v0.1.0
10322024-05-15T18:02:41.302Z Downloaded slog-stdlog v4.1.1
10332024-05-15T18:02:41.302Z Downloaded slog-scope v4.4.0
10342024-05-15T18:02:41.305Z Downloaded tiny-keccak v2.0.2
10352024-05-15T18:02:41.308Z Downloaded trust-dns-server v0.22.1
10362024-05-15T18:02:41.311Z Downloaded fastrand v2.0.1
10372024-05-15T18:02:41.314Z Downloaded fallible-iterator v0.2.0
10382024-05-15T18:02:41.314Z Downloaded crypto-common v0.1.6
10392024-05-15T18:02:41.317Z Downloaded untrusted v0.9.0
10402024-05-15T18:02:41.317Z Downloaded thiserror-no-std v2.0.2
10412024-05-15T18:02:41.321Z Downloaded serde-big-array v0.4.1
10422024-05-15T18:02:41.323Z Downloaded pretty-hex v0.2.1
10432024-05-15T18:02:41.324Z Downloaded dof v0.3.0
10442024-05-15T18:02:41.326Z Downloaded thread_local v1.1.7
10452024-05-15T18:02:41.326Z Downloaded scroll v0.12.0
10462024-05-15T18:02:41.329Z Downloaded parking_lot_core v0.9.8
10472024-05-15T18:02:41.332Z Downloaded rustls-pemfile v2.1.2
10482024-05-15T18:02:41.332Z Downloaded serde_derive_internals v0.29.0
10492024-05-15T18:02:41.335Z Downloaded parking_lot v0.11.2
10502024-05-15T18:02:41.338Z Downloaded quote v1.0.36
10512024-05-15T18:02:41.341Z Downloaded elliptic-curve v0.13.8
10522024-05-15T18:02:41.344Z Downloaded structmeta-derive v0.3.0
10532024-05-15T18:02:41.344Z Downloaded signature v2.1.0
10542024-05-15T18:02:41.350Z Downloaded tokio-tungstenite v0.21.0
10552024-05-15T18:02:41.350Z Downloaded tinyvec v1.6.0
10562024-05-15T18:02:41.353Z Downloaded crucible-workspace-hack v0.1.0
10572024-05-15T18:02:41.353Z Downloaded dtrace-parser v0.1.14
10582024-05-15T18:02:41.353Z Downloaded slog-json v2.6.1
10592024-05-15T18:02:41.356Z Downloaded libm v0.2.7
10602024-05-15T18:02:41.363Z Downloaded strum v0.26.2
10612024-05-15T18:02:41.366Z Downloaded num v0.4.3
10622024-05-15T18:02:41.366Z Downloaded ed25519 v1.5.3
10632024-05-15T18:02:41.366Z Downloaded glob v0.3.1
10642024-05-15T18:02:41.369Z Downloaded thiserror-impl-no-std v2.0.2
10652024-05-15T18:02:41.369Z Downloaded num-conv v0.1.0
10662024-05-15T18:02:41.372Z Downloaded tower-service v0.3.2
10672024-05-15T18:02:41.372Z Downloaded structmeta v0.2.0
10682024-05-15T18:02:41.372Z Downloaded strsim v0.11.0
10692024-05-15T18:02:41.375Z Downloaded schemars_derive v0.8.17
10702024-05-15T18:02:41.375Z Downloaded pem-rfc7468 v0.7.0
10712024-05-15T18:02:41.378Z Downloaded structmeta v0.3.0
10722024-05-15T18:02:41.381Z Downloaded usdt v0.3.5
10732024-05-15T18:02:41.381Z Downloaded url v2.5.0
10742024-05-15T18:02:41.384Z Downloaded semver v1.0.23
10752024-05-15T18:02:41.387Z Downloaded pest_derive v2.7.6
10762024-05-15T18:02:41.387Z Downloaded ron v0.8.1
10772024-05-15T18:02:41.392Z Downloaded smallvec v1.13.1
10782024-05-15T18:02:41.396Z Downloaded smallvec v0.6.14
10792024-05-15T18:02:41.396Z Downloaded parking_lot_core v0.8.6
10802024-05-15T18:02:41.399Z Downloaded crypto-bigint v0.5.2
10812024-05-15T18:02:41.403Z Downloaded funty v2.0.0
10822024-05-15T18:02:41.409Z Downloaded powerfmt v0.2.0
10832024-05-15T18:02:41.409Z Downloaded sigpipe v0.1.3
10842024-05-15T18:02:41.413Z Downloaded precomputed-hash v0.1.1
10852024-05-15T18:02:41.413Z Downloaded signature v1.6.4
10862024-05-15T18:02:41.413Z Downloaded predicates-tree v1.0.9
10872024-05-15T18:02:41.413Z Downloaded want v0.3.1
10882024-05-15T18:02:41.413Z Downloaded toml v0.5.11
10892024-05-15T18:02:41.414Z Downloaded rusty-fork v0.3.0
10902024-05-15T18:02:41.416Z Downloaded rpassword v7.3.1
10912024-05-15T18:02:41.417Z Downloaded generic-array v0.14.7
10922024-05-15T18:02:41.421Z Downloaded portable-atomic v1.4.3
10932024-05-15T18:02:41.424Z Downloaded darling_macro v0.20.8
10942024-05-15T18:02:41.424Z Downloaded hash32 v0.2.1
10952024-05-15T18:02:41.427Z Downloaded defmt v0.3.5
10962024-05-15T18:02:41.430Z Downloaded signal-hook-mio v0.2.3
10972024-05-15T18:02:41.430Z Downloaded tui-tree-widget v0.19.0
10982024-05-15T18:02:41.433Z Downloaded spin v0.5.2
10992024-05-15T18:02:41.433Z Downloaded pin-project-internal v1.1.3
11002024-05-15T18:02:41.433Z Downloaded serde-big-array v0.5.1
11012024-05-15T18:02:41.437Z Downloaded steno v0.4.0
11022024-05-15T18:02:41.440Z Downloaded float-cmp v0.9.0
11032024-05-15T18:02:41.440Z Downloaded either v1.11.0
11042024-05-15T18:02:41.443Z Downloaded xattr v1.0.1
11052024-05-15T18:02:41.443Z Downloaded ena v0.14.2
11062024-05-15T18:02:41.445Z Downloaded embedded-io v0.4.0
11072024-05-15T18:02:41.446Z Downloaded ff v0.13.0
11082024-05-15T18:02:41.448Z Downloaded usdt v0.5.0
11092024-05-15T18:02:41.448Z Downloaded slog-term v2.9.1
11102024-05-15T18:02:41.451Z Downloaded proc-macro-crate v1.3.1
11112024-05-15T18:02:41.451Z Downloaded hyper v0.14.28
11122024-05-15T18:02:41.462Z Downloaded der_derive v0.7.2
11132024-05-15T18:02:41.465Z Downloaded toml v0.7.8
11142024-05-15T18:02:41.465Z Downloaded rustversion v1.0.14
11152024-05-15T18:02:41.468Z Downloaded phf_shared v0.11.2
11162024-05-15T18:02:41.468Z Downloaded tar v0.4.40
11172024-05-15T18:02:41.480Z Downloaded ppv-lite86 v0.2.17
11182024-05-15T18:02:41.480Z Downloaded derive-where v1.2.7
11192024-05-15T18:02:41.481Z Downloaded take_mut v0.2.2
11202024-05-15T18:02:41.481Z Downloaded hash32 v0.3.1
11212024-05-15T18:02:41.481Z Downloaded unicode-width v0.1.11
11222024-05-15T18:02:41.481Z Downloaded slog-envlogger v2.2.0
11232024-05-15T18:02:41.481Z Downloaded siphasher v0.3.11
11242024-05-15T18:02:41.481Z Downloaded idna v0.3.0
11252024-05-15T18:02:41.487Z Downloaded shlex v1.3.0
11262024-05-15T18:02:41.490Z Downloaded unsafe-libyaml v0.2.10
11272024-05-15T18:02:41.494Z Downloaded fixedbitset v0.4.2
11282024-05-15T18:02:41.494Z Downloaded typenum v1.16.0
11292024-05-15T18:02:41.912Z Downloaded tap v1.0.1
11302024-05-15T18:02:41.912Z Downloaded ref-cast v1.0.23
11312024-05-15T18:02:41.912Z Downloaded toolchain_find v0.4.0
11322024-05-15T18:02:41.912Z Downloaded num_enum_derive v0.5.11
11332024-05-15T18:02:41.912Z Downloaded strum_macros v0.24.3
11342024-05-15T18:02:41.927Z Downloaded filetime v0.2.23
11352024-05-15T18:02:41.927Z Downloaded psl-types v2.0.11
11362024-05-15T18:02:41.927Z Downloaded predicates-core v1.0.6
11372024-05-15T18:02:41.927Z Downloaded unicode-normalization v0.1.22
11382024-05-15T18:02:41.927Z Downloaded zerocopy v0.3.0
11392024-05-15T18:02:41.927Z Downloaded universal-hash v0.5.1
11402024-05-15T18:02:41.927Z Downloaded num_enum v0.5.11
11412024-05-15T18:02:41.928Z Downloaded num_cpus v1.16.0
11422024-05-15T18:02:41.928Z Downloaded num-integer v0.1.46
11432024-05-15T18:02:41.928Z Downloaded ucd-trie v0.1.6
11442024-05-15T18:02:41.928Z Downloaded rsa v0.9.2
11452024-05-15T18:02:41.928Z Downloaded enum-as-inner v0.5.1
11462024-05-15T18:02:41.928Z Downloaded term v0.7.0
11472024-05-15T18:02:41.928Z Downloaded tempfile v3.10.1
11482024-05-15T18:02:41.928Z Downloaded getrandom v0.2.12
11492024-05-15T18:02:41.928Z Downloaded getopts v0.2.21
11502024-05-15T18:02:41.928Z Downloaded gethostname v0.4.3
11512024-05-15T18:02:41.928Z Downloaded pin-project-lite v0.2.13
11522024-05-15T18:02:41.928Z Downloaded similar v2.4.0
11532024-05-15T18:02:41.928Z Downloaded predicates v3.1.0
11542024-05-15T18:02:41.928Z Downloaded openssl-sys v0.9.102
11552024-05-15T18:02:41.928Z Downloaded defmt-macros v0.3.6
11562024-05-15T18:02:41.928Z Downloaded terminal_size v0.3.0
11572024-05-15T18:02:41.928Z Downloaded termcolor v1.2.0
11582024-05-15T18:02:41.928Z Downloaded rcgen v0.12.1
11592024-05-15T18:02:41.928Z Downloaded clap_builder v4.5.2
11602024-05-15T18:02:41.928Z Downloaded diesel_derives v2.1.2
11612024-05-15T18:02:41.928Z Downloaded smf v0.2.3
11622024-05-15T18:02:41.928Z Downloaded tracing-core v0.1.32
11632024-05-15T18:02:41.928Z Downloaded deranged v0.3.11
11642024-05-15T18:02:41.929Z Downloaded pin-project v1.1.3
11652024-05-15T18:02:41.929Z Downloaded hashbrown v0.12.3
11662024-05-15T18:02:41.929Z Downloaded signal-hook v0.3.17
11672024-05-15T18:02:41.929Z Downloaded unicode-xid v0.2.4
11682024-05-15T18:02:41.929Z Downloaded h2 v0.3.26
11692024-05-15T18:02:41.929Z Downloaded tokio-rustls v0.25.0
11702024-05-15T18:02:41.929Z Downloaded omicron-zone-package v0.11.0
11712024-05-15T18:02:41.929Z Downloaded tokio-stream v0.1.15
11722024-05-15T18:02:41.929Z Downloaded der v0.7.8
11732024-05-15T18:02:41.929Z Downloaded ryu v1.0.15
11742024-05-15T18:02:41.929Z Downloaded prettyplease v0.2.20
11752024-05-15T18:02:41.929Z Downloaded pest v2.7.6
11762024-05-15T18:02:41.929Z Downloaded oso v0.27.3
11772024-05-15T18:02:41.929Z Downloaded lalrpop v0.19.12
11782024-05-15T18:02:41.929Z Downloaded serde v1.0.201
11792024-05-15T18:02:41.929Z Downloaded winnow v0.6.1
11802024-05-15T18:02:41.929Z Downloaded syn v1.0.109
11812024-05-15T18:02:41.929Z Downloaded reqwest v0.11.27
11822024-05-15T18:02:41.929Z Downloaded publicsuffix v2.2.3
11832024-05-15T18:02:41.929Z Downloaded typed-path v0.7.0
11842024-05-15T18:02:41.929Z Downloaded sqlparser v0.45.0
11852024-05-15T18:02:41.930Z Downloaded regex-automata v0.1.10
11862024-05-15T18:02:41.930Z Downloaded rayon v1.10.0
11872024-05-15T18:02:41.930Z Downloaded serde_json v1.0.117
11882024-05-15T18:02:41.930Z Downloaded chrono v0.4.38
11892024-05-15T18:02:41.930Z Downloaded regex v1.10.4
11902024-05-15T18:02:41.930Z Downloaded rustyline v14.0.0
11912024-05-15T18:02:41.930Z Downloaded toml_edit v0.19.15
11922024-05-15T18:02:41.930Z Downloaded zerocopy v0.7.32
11932024-05-15T18:02:41.930Z Downloaded object v0.30.4
11942024-05-15T18:02:41.930Z Downloaded trust-dns-proto v0.22.0
11952024-05-15T18:02:41.930Z Downloaded tough v0.17.1
11962024-05-15T18:02:41.930Z Downloaded radix_trie v0.2.1
11972024-05-15T18:02:41.930Z Downloaded futures-util v0.3.30
11982024-05-15T18:02:41.930Z Downloaded goblin v0.8.0
11992024-05-15T18:02:41.930Z Downloaded openssl v0.10.64
12002024-05-15T18:02:41.930Z Downloaded object v0.32.1
12012024-05-15T18:02:41.930Z Downloaded curve25519-dalek v4.1.2
12022024-05-15T18:02:41.930Z Downloaded polar-core v0.27.3
12032024-05-15T18:02:41.930Z Downloaded webpki-roots v0.25.2
12042024-05-15T18:02:41.930Z Downloaded tabled v0.15.0
12052024-05-15T18:02:41.930Z Downloaded rustls v0.22.4
12062024-05-15T18:02:41.930Z Downloaded bstr v0.2.17
12072024-05-15T18:02:41.930Z Downloaded smoltcp v0.11.0
12082024-05-15T18:02:41.931Z Downloaded gimli v0.28.0
12092024-05-15T18:02:41.931Z Downloaded ratatui v0.26.2
12102024-05-15T18:02:41.938Z Downloaded regex-syntax v0.6.29
12112024-05-15T18:02:41.938Z Downloaded rustix v0.38.31
12122024-05-15T18:02:41.948Z Downloaded libc v0.2.153
12132024-05-15T18:02:41.974Z Downloaded bstr v1.9.0
12142024-05-15T18:02:41.986Z Downloaded regex-automata v0.4.5
12152024-05-15T18:02:42.007Z Downloaded diesel v2.1.6
12162024-05-15T18:02:42.021Z Downloaded regex-syntax v0.8.2
12172024-05-15T18:02:42.032Z Downloaded csv v1.3.0
12182024-05-15T18:02:42.046Z Downloaded openapiv3 v2.0.0
12192024-05-15T18:02:42.054Z Downloaded encoding_rs v0.8.33
12202024-05-15T18:02:42.074Z Downloaded zerocopy-derive v0.6.6
12212024-05-15T18:02:42.084Z Downloaded sha3 v0.10.8
12222024-05-15T18:02:42.088Z Downloaded sled v0.34.7
12232024-05-15T18:02:42.097Z Downloaded bzip2-sys v0.1.11+1.0.8
12242024-05-15T18:02:42.111Z Downloaded zerocopy-derive v0.2.0
12252024-05-15T18:02:42.116Z Downloaded regress v0.9.1
12262024-05-15T18:02:42.125Z Downloaded proptest v1.4.0
12272024-05-15T18:02:42.133Z Downloaded quick-xml v0.31.0
12282024-05-15T18:02:42.142Z Downloaded vcpkg v0.2.15
12292024-05-15T18:02:42.174Z Downloaded tokio v1.37.0
12302024-05-15T18:02:42.208Z Downloaded petgraph v0.6.5
12312024-05-15T18:02:42.225Z Downloaded rustls v0.21.9
12322024-05-15T18:02:42.235Z Downloaded nix v0.28.0
12332024-05-15T18:02:42.246Z Downloaded bitvec v1.0.1
12342024-05-15T18:02:42.260Z Downloaded bindgen v0.69.2
12352024-05-15T18:02:42.272Z Downloaded smoltcp v0.9.1
12362024-05-15T18:02:42.282Z Downloaded reedline v0.31.0
12372024-05-15T18:02:42.292Z Downloaded rustls-webpki v0.101.7
12382024-05-15T18:02:42.302Z Downloaded rustls-webpki v0.102.1
12392024-05-15T18:02:42.318Z Downloaded winnow v0.5.15
12402024-05-15T18:02:42.324Z Downloaded syn v2.0.60
12412024-05-15T18:02:42.334Z Downloaded blake3 v1.5.0
12422024-05-15T18:02:42.341Z Downloaded x509-cert v0.2.4
12432024-05-15T18:02:42.346Z Downloaded idna v0.2.3
12442024-05-15T18:02:42.353Z Downloaded serde_with v3.7.0
12452024-05-15T18:02:42.359Z Downloaded tokio-util v0.7.10
12462024-05-15T18:02:42.365Z Downloaded postcard v1.0.8
12472024-05-15T18:02:42.368Z Downloaded zerocopy v0.6.6
12482024-05-15T18:02:42.374Z Downloaded papergrid v0.11.0
12492024-05-15T18:02:42.377Z Downloaded tokio-postgres v0.7.10
12502024-05-15T18:02:42.380Z Downloaded serde_derive v1.0.201
12512024-05-15T18:02:42.383Z Downloaded num-bigint-dig v0.8.4
12522024-05-15T18:02:42.386Z Downloaded resolv-conf v0.7.0
12532024-05-15T18:02:42.388Z Downloaded postgres-types v0.2.6
12542024-05-15T18:02:42.389Z Downloaded postgres-protocol v0.6.6
12552024-05-15T18:02:42.392Z Downloaded once_cell v1.19.0
12562024-05-15T18:02:42.395Z Downloaded toml_edit v0.22.12
12572024-05-15T18:02:42.411Z Downloaded crossterm v0.27.0
12582024-05-15T18:02:42.421Z Downloaded tracing v0.1.40
12592024-05-15T18:02:42.434Z Downloaded num-bigint v0.4.4
12602024-05-15T18:02:42.434Z Downloaded structmeta-derive v0.2.0
12612024-05-15T18:02:42.434Z Downloaded unicode_categories v0.1.1
12622024-05-15T18:02:42.435Z Downloaded signal-hook-registry v1.4.1
12632024-05-15T18:02:42.435Z Downloaded defmt-parser v0.3.3
12642024-05-15T18:02:42.450Z Downloaded time v0.3.34
12652024-05-15T18:02:42.450Z Downloaded fatfs v0.3.6
12662024-05-15T18:02:42.450Z Downloaded data-encoding v2.4.0
12672024-05-15T18:02:42.450Z Downloaded half v2.3.1
12682024-05-15T18:02:42.450Z Downloaded rand v0.8.5
12692024-05-15T18:02:42.453Z Downloaded fs-err v2.11.0
12702024-05-15T18:02:42.453Z Downloaded csv-core v0.1.11
12712024-05-15T18:02:42.453Z Downloaded unicode-bidi v0.3.15
12722024-05-15T18:02:42.453Z Downloaded parking_lot v0.12.1
12732024-05-15T18:02:42.453Z Downloaded globset v0.4.13
12742024-05-15T18:02:42.453Z Downloaded tokio-native-tls v0.3.1
12752024-05-15T18:02:42.456Z Downloaded tokio-macros v2.2.0
12762024-05-15T18:02:42.456Z Downloaded thiserror-impl v1.0.59
12772024-05-15T18:02:42.456Z Downloaded uuid v1.8.0
12782024-05-15T18:02:42.462Z Downloaded diff v0.1.13
12792024-05-15T18:02:42.465Z Downloaded darling_core v0.20.8
12802024-05-15T18:02:42.468Z Downloaded itertools v0.12.1
12812024-05-15T18:02:42.471Z Downloaded percent-encoding v2.3.1
12822024-05-15T18:02:42.474Z Downloaded walkdir v2.5.0
12832024-05-15T18:02:42.474Z Downloaded uzers v0.11.3
12842024-05-15T18:02:42.477Z Downloaded flate2 v1.0.30
12852024-05-15T18:02:42.480Z Downloaded nom v7.1.3
12862024-05-15T18:02:42.484Z Downloaded trust-dns-resolver v0.22.0
12872024-05-15T18:02:42.488Z Downloaded flume v0.11.0
12882024-05-15T18:02:42.491Z Downloaded r2d2 v0.8.10
12892024-05-15T18:02:42.494Z Downloaded usdt-impl v0.3.5
12902024-05-15T18:02:42.494Z Downloaded darling v0.20.8
12912024-05-15T18:02:42.497Z Downloaded snafu v0.8.2
12922024-05-15T18:02:42.502Z Downloaded trust-dns-client v0.22.0
12932024-05-15T18:02:42.506Z Downloaded rtoolbox v0.0.1
12942024-05-15T18:02:42.509Z Downloaded expectorate v1.1.0
12952024-05-15T18:02:42.510Z Downloaded pem v3.0.4
12962024-05-15T18:02:42.515Z Downloaded pest_meta v2.7.6
12972024-05-15T18:02:42.516Z Downloaded untrusted v0.7.1
12982024-05-15T18:02:42.519Z Downloaded try-lock v0.2.4
12992024-05-15T18:02:42.519Z Downloaded dof v0.1.5
13002024-05-15T18:02:42.519Z Downloaded unarray v0.1.4
13012024-05-15T18:02:42.519Z Downloaded parse-display v0.9.0
13022024-05-15T18:02:42.519Z Downloaded libxml v0.3.3
13032024-05-15T18:02:42.522Z Downloaded itertools v0.10.5
13042024-05-15T18:02:42.530Z Downloaded fragile v2.0.0
13052024-05-15T18:02:42.533Z Downloaded form_urlencoded v1.2.1
13062024-05-15T18:02:42.533Z Downloaded thread-id v4.2.0
13072024-05-15T18:02:42.533Z Downloaded num-complex v0.4.6
13082024-05-15T18:02:42.536Z Downloaded derive_builder v0.20.0
13092024-05-15T18:02:42.538Z Downloaded test-strategy v0.3.1
13102024-05-15T18:02:42.541Z Downloaded vte v0.11.1
13112024-05-15T18:02:42.544Z Downloaded secrecy v0.8.0
13122024-05-15T18:02:42.544Z Downloaded sec1 v0.7.3
13132024-05-15T18:02:42.547Z Downloaded num-traits v0.2.19
13142024-05-15T18:02:42.550Z Downloaded minimal-lexical v0.2.1
13152024-05-15T18:02:42.553Z Downloaded slog-dtrace v0.3.0
13162024-05-15T18:02:42.553Z Downloaded env_logger v0.10.0
13172024-05-15T18:02:42.556Z Downloaded strum_macros v0.25.2
13182024-05-15T18:02:42.559Z Downloaded chacha20poly1305 v0.10.1
13192024-05-15T18:02:42.560Z Downloaded foreign-types-shared v0.3.1
13202024-05-15T18:02:42.560Z Downloaded derive_builder_core v0.20.0
13212024-05-15T18:02:42.574Z Downloaded poly1305 v0.8.0
13222024-05-15T18:02:42.574Z Downloaded http v0.2.12
13232024-05-15T18:02:42.574Z Downloaded snafu-derive v0.8.2
13242024-05-15T18:02:42.574Z Downloaded rayon-core v1.12.1
13252024-05-15T18:02:42.577Z Downloaded bytes v1.6.0
13262024-05-15T18:02:42.577Z Downloaded which v4.4.0
13272024-05-15T18:02:42.577Z Downloaded samael v0.0.15
13282024-05-15T18:02:42.580Z Downloaded cookie v0.18.1
13292024-05-15T18:02:42.583Z Downloaded erased-serde v0.3.31
13302024-05-15T18:02:42.586Z Downloaded zerocopy-derive v0.7.32
13312024-05-15T18:02:42.589Z Downloaded log v0.4.21
13322024-05-15T18:02:42.595Z Downloaded serde_repr v0.1.16
13332024-05-15T18:02:42.595Z Downloaded subprocess v0.2.9
13342024-05-15T18:02:42.597Z Downloaded http v1.0.0
13352024-05-15T18:02:42.598Z Downloaded serde_path_to_error v0.1.16
13362024-05-15T18:02:42.600Z Downloaded serde-hex v0.1.0
13372024-05-15T18:02:42.601Z Downloaded semver v0.1.20
13382024-05-15T18:02:42.601Z Downloaded zeroize_derive v1.4.2
13392024-05-15T18:02:42.604Z Downloaded tungstenite v0.21.0
13402024-05-15T18:02:42.604Z Downloaded blake2 v0.10.6
13412024-05-15T18:02:42.609Z Downloaded serde_tokenstream v0.2.0
13422024-05-15T18:02:42.612Z Downloaded serde_tokenstream v0.1.7
13432024-05-15T18:02:42.612Z Downloaded serde_spanned v0.6.5
13442024-05-15T18:02:42.612Z Downloaded rustc_version v0.1.7
13452024-05-15T18:02:42.616Z Downloaded rustc-hash v1.1.0
13462024-05-15T18:02:42.616Z Downloaded ref-cast-impl v1.0.23
13472024-05-15T18:02:42.616Z Downloaded parse-display-derive v0.9.0
13482024-05-15T18:02:42.616Z Downloaded toml v0.8.12
13492024-05-15T18:02:42.618Z Downloaded socket2 v0.4.9
13502024-05-15T18:02:42.621Z Downloaded clang-sys v1.6.1
13512024-05-15T18:02:42.622Z Downloaded bitflags v2.4.2
13522024-05-15T18:02:42.625Z Downloaded arc-swap v1.6.0
13532024-05-15T18:02:42.628Z Downloaded rand_core v0.6.4
13542024-05-15T18:02:42.631Z Downloaded rand_chacha v0.3.1
13552024-05-15T18:02:42.631Z Downloaded parse-size v1.0.0
13562024-05-15T18:02:42.631Z Downloaded num-iter v0.1.45
13572024-05-15T18:02:42.634Z Downloaded hkdf v0.12.4
13582024-05-15T18:02:42.634Z Downloaded cc v1.0.83
13592024-05-15T18:02:42.639Z Downloaded zeroize v1.7.0
13602024-05-15T18:02:42.642Z Downloaded futures-executor v0.3.30
13612024-05-15T18:02:42.642Z Downloaded futures-core v0.3.30
13622024-05-15T18:02:42.642Z Downloaded tokio-tungstenite v0.20.1
13632024-05-15T18:02:42.642Z Downloaded time-macros v0.2.17
13642024-05-15T18:02:42.645Z Downloaded bcs v0.1.6
13652024-05-15T18:02:42.645Z Downloaded async-trait v0.1.80
13662024-05-15T18:02:42.648Z Downloaded ahash v0.8.8
13672024-05-15T18:02:42.651Z Downloaded bit-set v0.5.3
13682024-05-15T18:02:42.651Z Downloaded block-padding v0.3.3
13692024-05-15T18:02:42.654Z Downloaded block-buffer v0.10.4
13702024-05-15T18:02:42.654Z Downloaded ipnet v2.9.0
13712024-05-15T18:02:42.654Z Downloaded chacha20 v0.9.1
13722024-05-15T18:02:42.657Z Downloaded base64 v0.13.1
13732024-05-15T18:02:42.660Z Downloaded memoffset v0.7.1
13742024-05-15T18:02:42.660Z Downloaded managed v0.8.0
13752024-05-15T18:02:42.660Z Downloaded inout v0.1.3
13762024-05-15T18:02:42.666Z Downloaded linked-hash-map v0.5.6
13772024-05-15T18:02:42.666Z Downloaded ring v0.17.8
13782024-05-15T18:02:42.748Z Downloaded linear-map v1.2.0
13792024-05-15T18:02:42.753Z Downloaded lalrpop-util v0.19.12
13802024-05-15T18:02:42.756Z Downloaded bitfield v0.14.0
13812024-05-15T18:02:42.756Z Downloaded anstream v0.6.11
13822024-05-15T18:02:42.756Z Downloaded bb8 v0.8.3
13832024-05-15T18:02:42.759Z Downloaded autocfg v1.1.0
13842024-05-15T18:02:42.760Z Downloaded hyper-staticfile v0.9.5
13852024-05-15T18:02:42.763Z Downloaded atomicwrites v0.4.3
13862024-05-15T18:02:42.763Z Downloaded hostname v0.3.1
13872024-05-15T18:02:42.769Z Downloaded highway v1.1.0
13882024-05-15T18:02:42.772Z Downloaded heck v0.5.0
13892024-05-15T18:02:42.772Z Downloaded bytecount v0.6.3
13902024-05-15T18:02:42.772Z Downloaded base16ct v0.2.0
13912024-05-15T18:02:42.772Z Downloaded atomic-waker v1.1.1
13922024-05-15T18:02:42.772Z Downloaded assert_matches v1.5.0
13932024-05-15T18:02:42.772Z Downloaded anstyle-query v1.0.0
13942024-05-15T18:02:42.775Z Downloaded anstyle v1.0.7
13952024-05-15T18:02:42.776Z Downloaded clap_lex v0.7.0
13962024-05-15T18:02:42.779Z Downloaded impl-trait-for-tuples v0.2.2
13972024-05-15T18:02:42.784Z Downloaded idna v0.5.0
13982024-05-15T18:02:42.804Z Downloaded httpdate v1.0.3
13992024-05-15T18:02:42.804Z Downloaded cpufeatures v0.2.12
14002024-05-15T18:02:42.804Z Downloaded ring v0.16.20
14012024-05-15T18:02:42.883Z Downloaded array-init v0.0.4
14022024-05-15T18:02:42.894Z Downloaded aead v0.5.2
14032024-05-15T18:02:42.894Z Downloaded atty v0.2.14
14042024-05-15T18:02:42.894Z Downloaded adler v1.0.2
14052024-05-15T18:02:42.894Z Downloaded aho-corasick v1.1.2
14062024-05-15T18:02:42.894Z Downloaded arrayvec v0.7.4
14072024-05-15T18:02:42.895Z Downloaded heapless v0.7.16
14082024-05-15T18:02:42.912Z Downloaded crc32fast v1.3.2
14092024-05-15T18:02:42.912Z Downloaded cobs v0.2.3
14102024-05-15T18:02:42.912Z Downloaded ascii-canvas v3.0.0
14112024-05-15T18:02:43.313Z Compiling proc-macro2 v1.0.82
14122024-05-15T18:02:43.316Z Compiling unicode-ident v1.0.12
14132024-05-15T18:02:43.316Z Compiling libc v0.2.153
14142024-05-15T18:02:43.316Z Compiling serde v1.0.201
14152024-05-15T18:02:43.316Z Compiling autocfg v1.1.0
14162024-05-15T18:02:43.361Z Compiling version_check v0.9.4
14172024-05-15T18:02:43.782Z Compiling cfg-if v1.0.0
14182024-05-15T18:02:43.785Z Compiling once_cell v1.19.0
14192024-05-15T18:02:43.785Z Compiling parking_lot_core v0.9.8
14202024-05-15T18:02:43.885Z Compiling libm v0.2.7
14212024-05-15T18:02:43.936Z Compiling byteorder v1.5.0
14222024-05-15T18:02:43.949Z Compiling ahash v0.8.8
14232024-05-15T18:02:44.017Z Compiling lock_api v0.4.10
14242024-05-15T18:02:44.254Z Compiling serde_json v1.0.117
14252024-05-15T18:02:46.864Z Compiling memchr v2.7.1
14262024-05-15T18:02:46.867Z Compiling num-traits v0.2.19
14272024-05-15T18:02:46.867Z Compiling thiserror v1.0.59
14282024-05-15T18:02:46.867Z Compiling typenum v1.16.0
14292024-05-15T18:02:47.002Z Compiling log v0.4.21
14302024-05-15T18:02:47.384Z Compiling generic-array v0.14.7
14312024-05-15T18:02:47.683Z Compiling itoa v1.0.9
14322024-05-15T18:02:47.862Z Compiling quote v1.0.36
14332024-05-15T18:02:47.955Z Compiling scopeguard v1.2.0
14342024-05-15T18:02:48.282Z Compiling syn v2.0.60
14352024-05-15T18:02:48.320Z Compiling cc v1.0.83
14362024-05-15T18:02:48.470Z Compiling getrandom v0.2.12
14372024-05-15T18:02:48.903Z Compiling allocator-api2 v0.2.16
14382024-05-15T18:02:48.946Z Compiling slab v0.4.9
14392024-05-15T18:02:49.064Z Compiling ryu v1.0.15
14402024-05-15T18:02:49.214Z Compiling pin-project-lite v0.2.13
14412024-05-15T18:02:49.279Z Compiling smallvec v1.13.1
14422024-05-15T18:02:49.394Z Compiling schemars v0.8.17
14432024-05-15T18:02:49.468Z Compiling equivalent v1.0.1
14442024-05-15T18:02:49.731Z Compiling syn v1.0.109
14452024-05-15T18:02:49.831Z Compiling vcpkg v0.2.15
14462024-05-15T18:02:49.858Z Compiling pkg-config v0.3.27
14472024-05-15T18:02:50.176Z Compiling parking_lot v0.12.1
14482024-05-15T18:02:50.600Z Compiling signal-hook-registry v1.4.1
14492024-05-15T18:02:50.679Z Compiling ring v0.17.8
14502024-05-15T18:02:51.425Z Compiling openssl-sys v0.9.102
14512024-05-15T18:02:51.796Z Compiling mio v0.8.11
14522024-05-15T18:02:52.669Z Compiling fnv v1.0.7
14532024-05-15T18:02:52.821Z Compiling rand_core v0.6.4
14542024-05-15T18:02:52.978Z Compiling num_cpus v1.16.0
14552024-05-15T18:02:53.112Z Compiling socket2 v0.5.6
14562024-05-15T18:02:53.236Z Compiling num-conv v0.1.0
14572024-05-15T18:02:53.402Z Compiling time-core v0.1.2
14582024-05-15T18:02:53.568Z Compiling time-macros v0.2.17
14592024-05-15T18:02:53.650Z Compiling ring v0.16.20
14602024-05-15T18:02:53.990Z Compiling httparse v1.8.0
14612024-05-15T18:02:54.635Z Compiling futures-core v0.3.30
14622024-05-15T18:02:54.884Z Compiling rustix v0.38.31
14632024-05-15T18:02:54.952Z Compiling openssl v0.10.64
14642024-05-15T18:02:55.451Z Compiling crossbeam-utils v0.8.19
14652024-05-15T18:02:55.477Z Compiling semver v1.0.23
14662024-05-15T18:02:55.602Z Compiling iana-time-zone v0.1.57
14672024-05-15T18:02:55.909Z Compiling serde_derive_internals v0.29.0
14682024-05-15T18:02:55.973Z Compiling rustls v0.21.9
14692024-05-15T18:02:56.013Z Compiling tinyvec_macros v0.1.1
14702024-05-15T18:02:56.400Z Compiling spin v0.5.2
14712024-05-15T18:02:56.456Z Compiling native-tls v0.2.11
14722024-05-15T18:02:56.637Z Compiling tinyvec v1.6.0
14732024-05-15T18:02:56.677Z Compiling spin v0.9.8
14742024-05-15T18:02:56.902Z Compiling futures-sink v0.3.30
14752024-05-15T18:02:57.048Z Compiling subtle v2.5.0
14762024-05-15T18:02:57.063Z Compiling const-oid v0.9.6
14772024-05-15T18:02:57.294Z Compiling ucd-trie v0.1.6
14782024-05-15T18:02:57.794Z Compiling backtrace v0.3.69
14792024-05-15T18:02:58.051Z Compiling unicode-normalization v0.1.22
14802024-05-15T18:02:58.194Z Compiling cookie v0.17.0
14812024-05-15T18:02:58.223Z Compiling unicode-bidi v0.3.15
14822024-05-15T18:02:58.451Z Compiling heck v0.5.0
14832024-05-15T18:02:58.818Z Compiling dyn-clone v1.0.17
14842024-05-15T18:02:58.881Z Compiling heck v0.4.1
14852024-05-15T18:02:58.964Z Compiling slog v2.7.0
14862024-05-15T18:02:59.237Z Compiling futures-channel v0.3.30
14872024-05-15T18:02:59.364Z Compiling tracing-core v0.1.32
14882024-05-15T18:02:59.379Z Compiling pin-utils v0.1.0
14892024-05-15T18:02:59.459Z Compiling futures-io v0.3.30
14902024-05-15T18:02:59.817Z Compiling futures-task v0.3.30
14912024-05-15T18:03:00.158Z Compiling aho-corasick v1.1.2
14922024-05-15T18:03:00.629Z Compiling anyhow v1.0.83
14932024-05-15T18:03:00.661Z Compiling winnow v0.5.15
14942024-05-15T18:03:00.887Z Compiling serde_derive v1.0.201
14952024-05-15T18:03:01.134Z Compiling zerocopy-derive v0.7.32
14962024-05-15T18:03:01.685Z Compiling zeroize_derive v1.4.2
14972024-05-15T18:03:02.160Z Compiling thiserror-impl v1.0.59
14982024-05-15T18:03:03.031Z Compiling tokio-macros v2.2.0
14992024-05-15T18:03:03.090Z Compiling zerocopy v0.7.32
15002024-05-15T18:03:03.940Z Compiling futures-macro v0.3.30
15012024-05-15T18:03:04.109Z Compiling tracing-attributes v0.1.27
15022024-05-15T18:03:04.441Z Compiling schemars_derive v0.8.17
15032024-05-15T18:03:04.786Z Compiling zeroize v1.7.0
15042024-05-15T18:03:05.133Z Compiling hashbrown v0.14.3
15052024-05-15T18:03:05.753Z Compiling openssl-macros v0.1.1
15062024-05-15T18:03:06.516Z Compiling scroll_derive v0.12.0
15072024-05-15T18:03:06.831Z Compiling pest v2.7.6
15082024-05-15T18:03:07.260Z Compiling tracing v0.1.40
15092024-05-15T18:03:07.382Z Compiling crypto-common v0.1.6
15102024-05-15T18:03:07.563Z Compiling futures-util v0.3.30
15112024-05-15T18:03:07.902Z Compiling der_derive v0.7.2
15122024-05-15T18:03:08.112Z Compiling regex-syntax v0.8.2
15132024-05-15T18:03:09.478Z Compiling pest_meta v2.7.6
15142024-05-15T18:03:10.412Z Compiling block-buffer v0.10.4
15152024-05-15T18:03:10.659Z Compiling pest_generator v2.7.6
15162024-05-15T18:03:12.446Z Compiling regex-automata v0.4.5
15172024-05-15T18:03:13.204Z Compiling pest_derive v2.7.6
15182024-05-15T18:03:13.652Z Compiling bytes v1.6.0
15192024-05-15T18:03:14.176Z Compiling indexmap v2.2.6
15202024-05-15T18:03:14.804Z Compiling bitflags v2.4.2
15212024-05-15T18:03:15.378Z Compiling tokio v1.37.0
15222024-05-15T18:03:15.586Z Compiling uuid v1.8.0
15232024-05-15T18:03:16.124Z Compiling chrono v0.4.38
15242024-05-15T18:03:16.287Z Compiling serde_tokenstream v0.2.0
15252024-05-15T18:03:16.958Z Compiling toml_datetime v0.6.5
15262024-05-15T18:03:17.811Z Compiling serde_spanned v0.6.5
15272024-05-15T18:03:18.022Z Compiling http v0.2.12
15282024-05-15T18:03:20.136Z Compiling rustc_version v0.4.0
15292024-05-15T18:03:20.907Z Compiling toml_edit v0.19.15
15302024-05-15T18:03:21.800Z Compiling usdt-impl v0.5.0
15312024-05-15T18:03:22.152Z Compiling untrusted v0.9.0
15322024-05-15T18:03:22.345Z Compiling powerfmt v0.2.0
15332024-05-15T18:03:22.837Z Compiling rustversion v1.0.14
15342024-05-15T18:03:23.278Z Compiling deranged v0.3.11
15352024-05-15T18:03:23.672Z Compiling heapless v0.7.16
15362024-05-15T18:03:24.091Z Compiling digest v0.10.7
15372024-05-15T18:03:24.509Z Compiling scroll v0.12.0
15382024-05-15T18:03:25.408Z Compiling plain v0.2.3
15392024-05-15T18:03:25.444Z Compiling percent-encoding v2.3.1
15402024-05-15T18:03:25.523Z Compiling num_threads v0.1.6
15412024-05-15T18:03:25.837Z Compiling signal-hook v0.3.17
15422024-05-15T18:03:25.902Z Compiling ppv-lite86 v0.2.17
15432024-05-15T18:03:26.119Z Compiling goblin v0.8.0
15442024-05-15T18:03:26.207Z Compiling time v0.3.34
15452024-05-15T18:03:26.651Z Compiling rand_chacha v0.3.1
15462024-05-15T18:03:27.576Z Compiling regex v1.10.4
15472024-05-15T18:03:30.130Z Compiling crc32fast v1.3.2
15482024-05-15T18:03:30.578Z Compiling pretty-hex v0.4.1
15492024-05-15T18:03:31.113Z Compiling rand v0.8.5
15502024-05-15T18:03:31.372Z Compiling tokio-util v0.7.10
15512024-05-15T18:03:31.925Z Compiling dof v0.3.0
15522024-05-15T18:03:32.921Z Compiling dtrace-parser v0.2.0
15532024-05-15T18:03:33.704Z Compiling async-trait v0.1.80
15542024-05-15T18:03:34.602Z Compiling thread-id v4.2.0
15552024-05-15T18:03:34.716Z Compiling num-bigint v0.4.4
15562024-05-15T18:03:34.895Z Compiling untrusted v0.7.1
15572024-05-15T18:03:35.101Z Compiling unicode-width v0.1.11
15582024-05-15T18:03:35.182Z Compiling base64ct v1.6.0
15592024-05-15T18:03:35.254Z Compiling foreign-types-shared v0.1.1
15602024-05-15T18:03:35.446Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15612024-05-15T18:03:35.538Z Compiling smoltcp v0.9.1
15622024-05-15T18:03:35.736Z Compiling pem-rfc7468 v0.7.0
15632024-05-15T18:03:36.088Z Compiling foreign-types v0.3.2
15642024-05-15T18:03:37.671Z Compiling form_urlencoded v1.2.1
15652024-05-15T18:03:38.320Z Compiling hmac v0.12.1
15662024-05-15T18:03:38.649Z Compiling errno v0.3.8
15672024-05-15T18:03:38.889Z Compiling try-lock v0.2.4
15682024-05-15T18:03:39.219Z Compiling siphasher v0.3.11
15692024-05-15T18:03:39.276Z Compiling adler v1.0.2
15702024-05-15T18:03:39.433Z Compiling flagset v0.4.3
15712024-05-15T18:03:39.493Z Compiling base64 v0.21.7
15722024-05-15T18:03:39.554Z Compiling miniz_oxide v0.7.1
15732024-05-15T18:03:39.623Z Compiling der v0.7.8
15742024-05-15T18:03:39.663Z Compiling want v0.3.1
15752024-05-15T18:03:40.945Z Compiling rustls-webpki v0.101.7
15762024-05-15T18:03:42.545Z Compiling sct v0.7.0
15772024-05-15T18:03:42.639Z Compiling h2 v0.3.26
15782024-05-15T18:03:42.898Z Compiling http-body v0.4.5
15792024-05-15T18:03:43.798Z Compiling openapiv3 v2.0.0
15802024-05-15T18:03:44.300Z Compiling hubpack_derive v0.1.1
15812024-05-15T18:03:44.466Z Compiling zerocopy-derive v0.6.6
15822024-05-15T18:03:45.011Z Compiling lazy_static v1.4.0
15832024-05-15T18:03:45.164Z Compiling idna v0.5.0
15842024-05-15T18:03:45.541Z Compiling fs-err v2.11.0
15852024-05-15T18:03:46.527Z Compiling stable_deref_trait v1.2.0
15862024-05-15T18:03:46.531Z Compiling tower-service v0.3.2
15872024-05-15T18:03:46.634Z Compiling gimli v0.28.0
15882024-05-15T18:03:46.637Z Compiling cpufeatures v0.2.12
15892024-05-15T18:03:46.784Z Compiling openssl-probe v0.1.5
15902024-05-15T18:03:47.018Z Compiling utf8parse v0.2.1
15912024-05-15T18:03:47.170Z Compiling anstyle v1.0.7
15922024-05-15T18:03:47.611Z Compiling httpdate v1.0.3
15932024-05-15T18:03:47.980Z Compiling anstyle-parse v0.2.1
15942024-05-15T18:03:48.041Z Compiling sha2 v0.10.8
15952024-05-15T18:03:48.571Z Compiling url v2.5.0
15962024-05-15T18:03:49.643Z Compiling hyper v0.14.28
15972024-05-15T18:03:51.252Z Compiling addr2line v0.21.0
15982024-05-15T18:03:52.140Z Compiling spki v0.7.2
15992024-05-15T18:03:52.514Z Compiling usdt-macro v0.5.0
16002024-05-15T18:03:52.941Z Compiling usdt-attr-macro v0.5.0
16012024-05-15T18:03:54.488Z Compiling md-5 v0.10.5
16022024-05-15T18:03:58.237Z Compiling idna v0.3.0
16032024-05-15T18:03:58.340Z Compiling stringprep v0.1.3
16042024-05-15T18:03:59.059Z Compiling diesel_table_macro_syntax v0.1.0
16052024-05-15T18:03:59.134Z Compiling num-integer v0.1.46
16062024-05-15T18:03:59.562Z Compiling object v0.32.1
16072024-05-15T18:03:59.650Z Compiling hash32 v0.2.1
16082024-05-15T18:03:59.845Z Compiling colorchoice v1.0.0
16092024-05-15T18:04:00.032Z Compiling anstyle-query v1.0.0
16102024-05-15T18:04:00.686Z Compiling psl-types v2.0.11
16112024-05-15T18:04:03.876Z Compiling fallible-iterator v0.2.0
16122024-05-15T18:04:04.550Z Compiling rustc-demangle v0.1.23
16132024-05-15T18:04:04.814Z Compiling postgres-protocol v0.6.6
16142024-05-15T18:04:07.732Z Compiling publicsuffix v2.2.3
16152024-05-15T18:04:08.182Z Compiling anstream v0.6.11
16162024-05-15T18:04:09.085Z Compiling diesel_derives v2.1.2
16172024-05-15T18:04:09.934Z Compiling tokio-rustls v0.24.1
16182024-05-15T18:04:20.849Z Compiling pkcs8 v0.10.2
16192024-05-15T18:04:20.905Z Compiling terminal_size v0.3.0
16202024-05-15T18:04:20.905Z Compiling tokio-native-tls v0.3.1
16212024-05-15T18:04:20.905Z Compiling phf_shared v0.11.2
16222024-05-15T18:04:20.905Z Compiling strum_macros v0.25.2
16232024-05-15T18:04:20.905Z Compiling block-padding v0.3.3
16242024-05-15T18:04:20.905Z Compiling regress v0.9.1
16252024-05-15T18:04:20.905Z Compiling enum-as-inner v0.5.1
16262024-05-15T18:04:20.905Z Compiling clap_derive v4.5.4
16272024-05-15T18:04:20.906Z Compiling serde_repr v0.1.16
16282024-05-15T18:04:20.958Z Compiling ff v0.13.0
16292024-05-15T18:04:21.203Z Compiling scheduled-thread-pool v0.2.7
16302024-05-15T18:04:22.229Z Compiling encoding_rs v0.8.33
16312024-05-15T18:04:22.392Z Compiling managed v0.8.0
16322024-05-15T18:04:22.687Z Compiling bit-vec v0.6.3
16332024-05-15T18:04:22.857Z Compiling matches v0.1.10
16342024-05-15T18:04:22.956Z Compiling bitflags v1.3.2
16352024-05-15T18:04:23.067Z Compiling clap_lex v0.7.0
16362024-05-15T18:04:23.483Z Compiling strsim v0.11.0
16372024-05-15T18:04:23.521Z Compiling ipnet v2.9.0
16382024-05-15T18:04:24.205Z Compiling ident_case v1.0.1
16392024-05-15T18:04:24.443Z Compiling regex-automata v0.1.10
16402024-05-15T18:04:24.573Z Compiling base16ct v0.2.0
16412024-05-15T18:04:24.710Z Compiling strsim v0.10.0
16422024-05-15T18:04:24.843Z Compiling mime v0.3.17
16432024-05-15T18:04:24.909Z Compiling bstr v0.2.17
16442024-05-15T18:04:25.341Z Compiling darling_core v0.20.8
16452024-05-15T18:04:25.901Z Compiling sec1 v0.7.3
16462024-05-15T18:04:26.744Z Compiling clap_builder v4.5.2
16472024-05-15T18:04:28.315Z Compiling idna v0.2.3
16482024-05-15T18:04:29.682Z Compiling r2d2 v0.8.10
16492024-05-15T18:04:30.651Z Compiling group v0.13.0
16502024-05-15T18:04:30.952Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16512024-05-15T18:04:33.275Z Compiling inout v0.1.3
16522024-05-15T18:04:34.140Z Compiling phf v0.11.2
16532024-05-15T18:04:34.154Z Compiling hyper-tls v0.5.0
16542024-05-15T18:04:34.420Z Compiling signal-hook-mio v0.2.3
16552024-05-15T18:04:34.551Z Compiling hyper-rustls v0.24.2
16562024-05-15T18:04:34.580Z Compiling cookie_store v0.20.0
16572024-05-15T18:04:34.902Z Compiling postgres-types v0.2.6
16582024-05-15T18:04:35.186Z Compiling zerocopy v0.6.6
16592024-05-15T18:04:36.020Z Compiling hubpack v0.1.2
16602024-05-15T18:04:36.039Z Compiling rustls-pemfile v1.0.3
16612024-05-15T18:04:36.215Z Compiling phf_shared v0.10.0
16622024-05-15T18:04:36.358Z Compiling hkdf v0.12.4
16632024-05-15T18:04:36.453Z Compiling serde_urlencoded v0.7.1
16642024-05-15T18:04:36.583Z Compiling crossbeam-epoch v0.9.18
16652024-05-15T18:04:37.003Z Compiling ipnetwork v0.20.0
16662024-05-15T18:04:37.119Z Compiling futures-executor v0.3.30
16672024-05-15T18:04:37.594Z Compiling crypto-bigint v0.5.2
16682024-05-15T18:04:37.937Z Compiling float-cmp v0.9.0
16692024-05-15T18:04:37.941Z Compiling memmap v0.7.0
16702024-05-15T18:04:38.155Z Compiling predicates-core v1.0.6
16712024-05-15T18:04:38.200Z Compiling normalize-line-endings v0.3.0
16722024-05-15T18:04:38.245Z Compiling either v1.11.0
16732024-05-15T18:04:38.315Z Compiling sync_wrapper v0.1.2
16742024-05-15T18:04:38.448Z Compiling unicode-segmentation v1.10.1
16752024-05-15T18:04:38.452Z Compiling winnow v0.6.1
16762024-05-15T18:04:38.664Z Compiling whoami v1.5.1
16772024-05-15T18:04:39.195Z Compiling static_assertions v1.1.0
16782024-05-15T18:04:39.246Z Compiling minimal-lexical v0.2.1
16792024-05-15T18:04:39.733Z Compiling difflib v0.4.0
16802024-05-15T18:04:39.774Z Compiling fixedbitset v0.4.2
16812024-05-15T18:04:40.174Z Compiling new_debug_unreachable v1.0.4
16822024-05-15T18:04:40.273Z Compiling webpki-roots v0.25.2
16832024-05-15T18:04:40.945Z Compiling data-encoding v2.4.0
16842024-05-15T18:04:40.983Z Compiling precomputed-hash v0.1.1
16852024-05-15T18:04:41.101Z Compiling string_cache v0.8.7
16862024-05-15T18:04:41.468Z Compiling reqwest v0.11.27
16872024-05-15T18:04:41.503Z Compiling trust-dns-proto v0.22.0
16882024-05-15T18:04:41.954Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16892024-05-15T18:04:42.129Z Compiling toml_edit v0.22.12
16902024-05-15T18:04:42.610Z Compiling predicates v3.1.0
16912024-05-15T18:04:43.153Z Compiling petgraph v0.6.5
16922024-05-15T18:04:45.900Z Compiling nom v7.1.3
16932024-05-15T18:04:46.351Z Compiling elliptic-curve v0.13.8
16942024-05-15T18:04:47.032Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16952024-05-15T18:04:47.106Z Compiling similar v2.4.0
16962024-05-15T18:04:48.809Z Compiling tokio-postgres v0.7.10
16972024-05-15T18:04:48.923Z Compiling itertools v0.10.5
16982024-05-15T18:04:49.142Z Compiling usdt v0.5.0
16992024-05-15T18:04:49.587Z Compiling diesel v2.1.6
17002024-05-15T18:04:50.095Z Compiling futures v0.3.30
17012024-05-15T18:04:50.224Z Compiling yasna v0.5.2
17022024-05-15T18:04:51.685Z Compiling crossterm v0.27.0
17032024-05-15T18:04:51.835Z Compiling flate2 v1.0.30
17042024-05-15T18:04:51.868Z Compiling cipher v0.4.4
17052024-05-15T18:04:52.457Z Compiling darling_macro v0.20.8
17062024-05-15T18:04:53.221Z Compiling clap v4.5.4
17072024-05-15T18:04:53.315Z Compiling bit-set v0.5.3
17082024-05-15T18:04:53.466Z Compiling num-iter v0.1.45
17092024-05-15T18:04:53.656Z Compiling console v0.15.8
17102024-05-15T18:04:54.091Z Compiling tokio-stream v0.1.15
17112024-05-15T18:04:54.261Z Compiling toml v0.7.8
17122024-05-15T18:04:55.046Z Compiling bstr v1.9.0
17132024-05-15T18:04:55.065Z Compiling hex v0.4.3
17142024-05-15T18:04:56.354Z Compiling lalrpop-util v0.19.12
17152024-05-15T18:04:56.581Z Compiling peg-runtime v0.8.3
17162024-05-15T18:04:57.720Z Compiling darling v0.20.8
17172024-05-15T18:04:57.852Z Compiling proc-macro-crate v1.3.1
17182024-05-15T18:04:59.522Z Compiling camino v1.1.7
17192024-05-15T18:05:00.108Z Compiling heapless v0.8.0
17202024-05-15T18:05:00.704Z Compiling num_enum_derive v0.5.11
17212024-05-15T18:05:06.094Z Compiling hash32 v0.3.1
17222024-05-15T18:05:06.788Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17232024-05-15T18:05:07.049Z Compiling smoltcp v0.11.0
17242024-05-15T18:05:09.948Z Compiling rustls-pki-types v1.3.0
17252024-05-15T18:05:18.186Z Compiling num_enum v0.5.11
17262024-05-15T18:05:21.496Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17272024-05-15T18:05:21.783Z Compiling getopts v0.2.21
17282024-05-15T18:05:23.544Z Compiling dirs-sys-next v0.1.2
17292024-05-15T18:05:24.353Z Compiling proc-macro-error-attr v1.0.4
17302024-05-15T18:05:24.668Z Compiling cobs v0.2.3
17312024-05-15T18:05:24.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322024-05-15T18:05:25.124Z Compiling paste v1.0.15
17332024-05-15T18:05:25.471Z Compiling unsafe-libyaml v0.2.10
17342024-05-15T18:05:25.566Z Compiling rustls v0.22.4
17352024-05-15T18:05:25.651Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17362024-05-15T18:05:25.972Z Compiling embedded-io v0.4.0
17372024-05-15T18:05:26.201Z Compiling postcard v1.0.8
17382024-05-15T18:05:27.121Z Compiling serde_yaml v0.9.25
17392024-05-15T18:05:30.134Z Compiling dirs-next v2.0.0
17402024-05-15T18:05:32.007Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17412024-05-15T18:05:39.121Z Compiling rustls-webpki v0.102.1
17422024-05-15T18:05:44.724Z Compiling strum_macros v0.26.1
17432024-05-15T18:05:45.402Z Compiling foreign-types-macros v0.2.3
17442024-05-15T18:05:45.604Z Compiling structmeta-derive v0.3.0
17452024-05-15T18:05:46.612Z Compiling thread_local v1.1.7
17462024-05-15T18:05:46.641Z Compiling multer v3.1.0
17472024-05-15T18:05:46.962Z Compiling proc-macro-error v1.0.4
17482024-05-15T18:05:47.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17492024-05-15T18:05:48.479Z Compiling slog-async v2.8.0
17502024-05-15T18:05:49.180Z Compiling foreign-types-shared v0.3.1
17512024-05-15T18:05:49.223Z Compiling match_cfg v0.1.0
17522024-05-15T18:05:49.300Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-05-15T18:05:49.516Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17542024-05-15T18:05:49.864Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17552024-05-15T18:05:53.306Z Compiling hostname v0.3.1
17562024-05-15T18:05:53.464Z Compiling foreign-types v0.5.0
17572024-05-15T18:05:53.565Z Compiling strum v0.26.2
17582024-05-15T18:05:53.759Z Compiling structmeta v0.3.0
17592024-05-15T18:05:59.038Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17602024-05-15T18:06:11.521Z Compiling term v0.7.0
17612024-05-15T18:06:14.743Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17622024-05-15T18:06:14.914Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17632024-05-15T18:06:15.954Z Compiling slog-json v2.6.1
17642024-05-15T18:06:16.212Z Compiling is-terminal v0.4.9
17652024-05-15T18:06:16.301Z Compiling tabwriter v1.4.0
17662024-05-15T18:06:16.350Z Compiling crossbeam-channel v0.5.8
17672024-05-15T18:06:17.082Z Compiling http v1.0.0
17682024-05-15T18:06:17.655Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17692024-05-15T18:06:18.011Z Compiling async-stream-impl v0.3.5
17702024-05-15T18:06:18.524Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17712024-05-15T18:06:19.132Z Compiling cstr-argument v0.1.2
17722024-05-15T18:06:19.289Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17732024-05-15T18:06:19.376Z Compiling fastrand v2.0.1
17742024-05-15T18:06:19.398Z Compiling atomic-waker v1.1.1
17752024-05-15T18:06:19.619Z Compiling take_mut v0.2.2
17762024-05-15T18:06:19.785Z Compiling base64 v0.22.1
17772024-05-15T18:06:19.997Z Compiling rayon-core v1.12.1
17782024-05-15T18:06:20.105Z Compiling crucible-workspace-hack v0.1.0
17792024-05-15T18:06:20.426Z Compiling pretty-hex v0.2.1
17802024-05-15T18:06:20.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17812024-05-15T18:06:20.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17822024-05-15T18:06:20.987Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17832024-05-15T18:06:21.302Z Compiling rustls-pemfile v2.1.2
17842024-05-15T18:06:21.376Z Compiling tempfile v3.10.1
17852024-05-15T18:06:21.821Z Compiling waitgroup v0.1.2
17862024-05-15T18:06:22.070Z Compiling async-stream v0.3.5
17872024-05-15T18:06:22.314Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17882024-05-15T18:06:23.268Z Compiling slog-term v2.9.1
17892024-05-15T18:06:23.411Z Compiling slog-bunyan v2.5.0
17902024-05-15T18:06:23.682Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17912024-05-15T18:06:24.583Z Compiling tokio-rustls v0.25.0
17922024-05-15T18:06:24.634Z Compiling parse-display-derive v0.9.0
17932024-05-15T18:06:25.119Z Compiling toml v0.8.12
17942024-05-15T18:06:25.306Z Compiling serde_with_macros v3.7.0
17952024-05-15T18:06:26.190Z Compiling sha1 v0.10.6
17962024-05-15T18:06:27.132Z Compiling crossbeam-deque v0.8.3
17972024-05-15T18:06:27.538Z Compiling colored v2.1.0
17982024-05-15T18:06:28.029Z Compiling newtype-uuid v1.1.0
17992024-05-15T18:06:28.364Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18002024-05-15T18:06:28.586Z Compiling serde_path_to_error v0.1.16
18012024-05-15T18:06:28.832Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18022024-05-15T18:06:29.534Z Compiling socket2 v0.4.9
18032024-05-15T18:06:29.580Z Compiling hostname v0.4.0
18042024-05-15T18:06:29.613Z Compiling instant v0.1.12
18052024-05-15T18:06:29.839Z Compiling debug-ignore v1.0.5
18062024-05-15T18:06:29.842Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18072024-05-15T18:06:29.935Z Compiling backoff v0.4.0
18082024-05-15T18:06:30.214Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18092024-05-15T18:06:31.185Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102024-05-15T18:06:31.397Z Compiling parse-display v0.9.0
18112024-05-15T18:06:32.740Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18122024-05-15T18:06:32.761Z Compiling serde_with v3.7.0
18132024-05-15T18:06:33.499Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18142024-05-15T18:06:34.855Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18152024-05-15T18:06:35.606Z Compiling camino-tempfile v1.1.1
18162024-05-15T18:06:36.509Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18172024-05-15T18:06:36.919Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18182024-05-15T18:06:37.004Z Compiling macaddr v1.0.1
18192024-05-15T18:06:37.096Z Compiling num-derive v0.4.0
18202024-05-15T18:06:37.257Z Compiling sigpipe v0.1.3
18212024-05-15T18:06:37.395Z Compiling libefi-sys v0.1.0
18222024-05-15T18:06:37.607Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18232024-05-15T18:06:37.731Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18242024-05-15T18:06:38.137Z Compiling rayon v1.10.0
18252024-05-15T18:06:39.359Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18262024-05-15T18:06:39.614Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18272024-05-15T18:06:41.001Z Compiling smf v0.2.3
18282024-05-15T18:06:41.184Z Compiling blake3 v1.5.0
18292024-05-15T18:06:41.767Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18302024-05-15T18:06:42.158Z Compiling portable-atomic v1.4.3
18312024-05-15T18:06:43.114Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18322024-05-15T18:06:43.475Z Compiling filetime v0.2.23
18332024-05-15T18:06:43.698Z Compiling memmap2 v0.7.1
18342024-05-15T18:06:43.758Z Compiling xattr v1.0.1
18352024-05-15T18:06:43.817Z Compiling arrayref v0.3.7
18362024-05-15T18:06:43.928Z Compiling arrayvec v0.7.4
18372024-05-15T18:06:44.046Z Compiling same-file v1.0.6
18382024-05-15T18:06:44.206Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18392024-05-15T18:06:44.245Z Compiling constant_time_eq v0.3.0
18402024-05-15T18:06:44.313Z Compiling walkdir v2.5.0
18412024-05-15T18:06:44.386Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18422024-05-15T18:06:44.417Z Compiling tar v0.4.40
18432024-05-15T18:06:45.395Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18442024-05-15T18:06:47.056Z Compiling gethostname v0.4.3
18452024-05-15T18:06:47.125Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18462024-05-15T18:06:47.326Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18472024-05-15T18:06:47.754Z Compiling topological-sort v0.2.2
18482024-05-15T18:06:48.012Z Compiling number_prefix v0.4.0
18492024-05-15T18:06:48.255Z Compiling indicatif v0.17.8
18502024-05-15T18:06:50.126Z Compiling omicron-zone-package v0.11.0
18512024-05-15T18:06:50.566Z Compiling swrite v0.1.0
18522024-05-15T18:06:57.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18532024-05-15T18:07:00.127Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18542024-05-15T18:07:00.507Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18552024-05-15T18:07:01.989Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18562024-05-15T18:07:20.502Z Finished release [optimized] target(s) in 5m 03s
18572024-05-15T18:07:20.751Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18582024-05-15T18:07:20.814ZLogging to: /work/oxidecomputer/omicron/out/LOG
18592024-05-15T18:07:20.817ZCreated new build target 'test' and set it as active
18602024-05-15T18:07:20.817Z
18612024-05-15T18:07:20.817Zreal 5:03.689207894
18622024-05-15T18:07:20.817Zuser 31:21.859131631
18632024-05-15T18:07:20.817Zsys 3:49.784677409
18642024-05-15T18:07:20.817Ztrap 0.896886466
18652024-05-15T18:07:20.817Ztflt 8.423502049
18662024-05-15T18:07:20.817Zdflt 9.731277133
18672024-05-15T18:07:20.817Zkflt 0.027245587
18682024-05-15T18:07:20.817Zlock 1:06:46.208446747
18692024-05-15T18:07:20.817Zslp 1:30:28.842803725
18702024-05-15T18:07:20.817Zlat 2:00.193621872
18712024-05-15T18:07:20.817Zstop 3:30.674091699
18722024-05-15T18:07:20.817Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18732024-05-15T18:07:21.587Z Finished release [optimized] target(s) in 0.72s
18742024-05-15T18:07:21.609Z Running `target/release/omicron-package -t test package`
18752024-05-15T18:07:21.637ZLogging to: /work/oxidecomputer/omicron/out/LOG
18762024-05-15T18:07:22.465Z Compiling newline-converter v0.3.0
18772024-05-15T18:07:22.469Z Compiling humantime v2.1.0
18782024-05-15T18:07:22.469Z Compiling derive-where v1.2.7
18792024-05-15T18:07:22.536Z Compiling unicode-xid v0.2.4
18802024-05-15T18:07:22.549Z Compiling linked-hash-map v0.5.6
18812024-05-15T18:07:22.557Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18822024-05-15T18:07:22.560Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18832024-05-15T18:07:22.560Z Compiling password-hash v0.5.0
18842024-05-15T18:07:22.665Z Compiling expectorate v1.1.0
18852024-05-15T18:07:22.676Z Compiling blake2 v0.10.6
18862024-05-15T18:07:22.798Z Compiling semver v0.1.20
18872024-05-15T18:07:22.918Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18882024-05-15T18:07:22.931Z Compiling lru-cache v0.1.2
18892024-05-15T18:07:23.157Z Compiling argon2 v0.5.3
18902024-05-15T18:07:23.350Z Compiling rustc_version v0.1.7
18912024-05-15T18:07:23.354Z Compiling bytecount v0.6.3
18922024-05-15T18:07:23.632Z Compiling papergrid v0.11.0
18932024-05-15T18:07:23.757Z Compiling newtype_derive v0.1.6
18942024-05-15T18:07:24.001Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18952024-05-15T18:07:24.113Z Compiling tabled_derive v0.7.0
18962024-05-15T18:07:24.577Z Compiling quick-error v1.2.3
18972024-05-15T18:07:24.723Z Compiling resolv-conf v0.7.0
18982024-05-15T18:07:24.929Z Compiling steno v0.4.0
18992024-05-15T18:07:25.714Z Compiling trust-dns-resolver v0.22.0
19002024-05-15T18:07:25.860Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19012024-05-15T18:07:26.285Z Compiling slog-dtrace v0.3.0
19022024-05-15T18:07:26.333Z Compiling tabled v0.15.0
19032024-05-15T18:07:26.589Z Compiling termcolor v1.2.0
19042024-05-15T18:07:27.668Z Compiling itertools v0.12.1
19052024-05-15T18:07:29.138Z Compiling utf-8 v0.7.6
19062024-05-15T18:07:30.988Z Compiling num-rational v0.4.2
19072024-05-15T18:07:31.439Z Compiling num-complex v0.4.6
19082024-05-15T18:07:32.645Z Compiling num v0.4.3
19092024-05-15T18:07:32.750Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102024-05-15T18:07:33.553Z Compiling nibble_vec v0.1.0
19112024-05-15T18:07:33.765Z Compiling radium v0.7.0
19122024-05-15T18:07:33.798Z Compiling endian-type v0.1.2
19132024-05-15T18:07:34.031Z Compiling radix_trie v0.2.1
19142024-05-15T18:07:34.212Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19152024-05-15T18:07:34.953Z Compiling tungstenite v0.20.1
19162024-05-15T18:07:37.511Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19172024-05-15T18:07:38.599Z Compiling tap v1.0.1
19182024-05-15T18:07:38.782Z Compiling maybe-uninit v2.0.0
19192024-05-15T18:07:39.282Z Compiling wyz v0.5.1
19202024-05-15T18:07:39.734Z Compiling tokio-tungstenite v0.20.1
19212024-05-15T18:07:40.378Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19222024-05-15T18:07:40.794Z Compiling bzip2-sys v0.1.11+1.0.8
19232024-05-15T18:07:41.243Z Compiling packed_struct v0.10.1
19242024-05-15T18:07:41.658Z Compiling arc-swap v1.6.0
19252024-05-15T18:07:42.376Z Compiling crc-catalog v2.2.0
19262024-05-15T18:07:42.515Z Compiling funty v2.0.0
19272024-05-15T18:07:45.112Z Compiling display-error-chain v0.2.0
19282024-05-15T18:07:45.287Z Compiling cancel-safe-futures v0.1.5
19292024-05-15T18:07:45.635Z Compiling num-bigint-dig v0.8.4
19302024-05-15T18:07:45.968Z Compiling bitvec v1.0.1
19312024-05-15T18:07:46.405Z Compiling crc v3.0.1
19322024-05-15T18:07:47.109Z Compiling slog-scope v4.4.0
19332024-05-15T18:07:48.768Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-15T18:07:48.805Z Compiling packed_struct_codegen v0.10.1
19352024-05-15T18:07:48.892Z Compiling fxhash v0.2.1
19362024-05-15T18:07:49.090Z Compiling indexmap v1.9.3
19372024-05-15T18:07:49.401Z Compiling nodrop v0.1.14
19382024-05-15T18:07:49.518Z Compiling array-init v0.0.4
19392024-05-15T18:07:50.108Z Compiling smallvec v0.6.14
19402024-05-15T18:07:50.576Z Compiling slog-stdlog v4.1.1
19412024-05-15T18:07:51.476Z Compiling rayon-core v1.12.1
19422024-05-15T18:07:51.500Z Compiling synstructure v0.12.6
19432024-05-15T18:07:52.937Z Compiling pkcs1 v0.7.5
19442024-05-15T18:07:53.283Z Compiling signature v2.1.0
19452024-05-15T18:07:53.508Z Compiling crossbeam-deque v0.8.3
19462024-05-15T18:07:53.839Z Compiling dirs-sys-next v0.1.2
19472024-05-15T18:07:54.339Z Compiling half v2.3.1
19482024-05-15T18:07:55.026Z Compiling glob v0.3.1
19492024-05-15T18:07:55.637Z Compiling hashbrown v0.12.3
19502024-05-15T18:07:55.751Z Compiling same-file v1.0.6
19512024-05-15T18:07:55.960Z Compiling bitfield v0.14.0
19522024-05-15T18:07:56.249Z Compiling crunchy v0.2.2
19532024-05-15T18:07:56.692Z Compiling fastrand v2.0.1
19542024-05-15T18:07:56.935Z Compiling ciborium-io v0.2.2
19552024-05-15T18:07:57.062Z Compiling ciborium-ll v0.2.2
19562024-05-15T18:07:57.183Z Compiling tempfile v3.10.1
19572024-05-15T18:07:57.586Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19582024-05-15T18:07:57.954Z Compiling walkdir v2.5.0
19592024-05-15T18:07:58.093Z Compiling clang-sys v1.6.1
19602024-05-15T18:07:58.597Z Compiling dirs-next v2.0.0
19612024-05-15T18:07:58.781Z Compiling rsa v0.9.2
19622024-05-15T18:07:59.798Z Compiling bzip2 v0.4.4
19632024-05-15T18:08:00.277Z Compiling zerocopy-derive v0.2.0
19642024-05-15T18:08:00.345Z Compiling slog-envlogger v2.2.0
19652024-05-15T18:08:02.100Z Compiling serde-hex v0.1.0
19662024-05-15T18:08:03.059Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19672024-05-15T18:08:03.263Z Compiling env_logger v0.10.0
19682024-05-15T18:08:03.371Z Compiling camino v1.1.7
19692024-05-15T18:08:03.430Z Compiling x509-cert v0.2.4
19702024-05-15T18:08:04.207Z Compiling ron v0.8.1
19712024-05-15T18:08:07.090Z Compiling hashbrown v0.13.2
19722024-05-15T18:08:07.141Z Compiling tiny-keccak v2.0.2
19732024-05-15T18:08:07.431Z Compiling maplit v1.0.2
19742024-05-15T18:08:07.542Z Compiling prettyplease v0.2.20
19752024-05-15T18:08:07.864Z Compiling crc-any v2.4.3
19762024-05-15T18:08:08.430Z Compiling object v0.30.4
19772024-05-15T18:08:08.868Z Compiling blake3 v1.5.0
19782024-05-15T18:08:09.147Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19792024-05-15T18:08:10.575Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19802024-05-15T18:08:10.846Z Compiling zip v0.6.6
19812024-05-15T18:08:11.322Z Compiling rayon v1.10.0
19822024-05-15T18:08:11.635Z Compiling term v0.7.0
19832024-05-15T18:08:13.059Z Compiling ciborium v0.2.2
19842024-05-15T18:08:13.738Z Compiling xattr v1.0.1
19852024-05-15T18:08:13.973Z Compiling filetime v0.2.23
19862024-05-15T18:08:14.261Z Compiling atty v0.2.14
19872024-05-15T18:08:14.400Z Compiling memmap2 v0.7.1
19882024-05-15T18:08:14.777Z Compiling path-slash v0.1.5
19892024-05-15T18:08:14.990Z Compiling arrayvec v0.7.4
19902024-05-15T18:08:15.159Z Compiling constant_time_eq v0.3.0
19912024-05-15T18:08:15.300Z Compiling arrayref v0.3.7
19922024-05-15T18:08:15.387Z Compiling home v0.5.5
19932024-05-15T18:08:15.398Z Compiling tar v0.4.40
19942024-05-15T18:08:15.602Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19952024-05-15T18:08:15.710Z Compiling toolchain_find v0.4.0
19962024-05-15T18:08:16.639Z Compiling ascii-canvas v3.0.0
19972024-05-15T18:08:17.100Z Compiling camino-tempfile v1.1.1
19982024-05-15T18:08:17.162Z Compiling toml v0.8.12
19992024-05-15T18:08:17.519Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20002024-05-15T18:08:17.564Z Compiling is-terminal v0.4.9
20012024-05-15T18:08:17.686Z Compiling libsw v3.3.1
20022024-05-15T18:08:17.957Z Compiling ena v0.14.2
20032024-05-15T18:08:17.998Z Compiling libloading v0.7.4
20042024-05-15T18:08:18.372Z Compiling usdt-impl v0.3.5
20052024-05-15T18:08:18.380Z Compiling parking_lot_core v0.8.6
20062024-05-15T18:08:18.717Z Compiling linear-map v1.2.0
20072024-05-15T18:08:18.744Z Compiling diff v0.1.13
20082024-05-15T18:08:18.821Z Compiling topological-sort v0.2.2
20092024-05-15T18:08:19.036Z Compiling convert_case v0.4.0
20102024-05-15T18:08:19.098Z Compiling bindgen v0.69.2
20112024-05-15T18:08:19.272Z Compiling regex-syntax v0.6.29
20122024-05-15T18:08:19.524Z Compiling owo-colors v4.0.0
20132024-05-15T18:08:19.805Z Compiling derive_more v0.99.17
20142024-05-15T18:08:21.880Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20152024-05-15T18:08:22.336Z Compiling lalrpop v0.19.12
20162024-05-15T18:08:24.368Z Compiling omicron-zone-package v0.11.0
20172024-05-15T18:08:27.367Z Compiling rustfmt-wrapper v0.2.1
20182024-05-15T18:08:27.958Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20192024-05-15T18:08:29.116Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20202024-05-15T18:08:29.430Z Compiling cexpr v0.6.0
20212024-05-15T18:08:29.707Z Compiling which v4.4.0
20222024-05-15T18:08:30.213Z Compiling unicase v2.7.0
20232024-05-15T18:08:30.520Z Compiling lazycell v1.3.0
20242024-05-15T18:08:30.674Z Compiling rustc-hash v1.1.0
20252024-05-15T18:08:30.729Z Compiling peeking_take_while v0.1.2
20262024-05-15T18:08:30.822Z Compiling shlex v1.3.0
20272024-05-15T18:08:30.845Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20282024-05-15T18:08:31.799Z Compiling zerocopy v0.3.0
20292024-05-15T18:08:32.609Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20302024-05-15T18:08:33.546Z Compiling derive_builder_core v0.20.0
20312024-05-15T18:08:35.717Z Compiling pem v3.0.4
20322024-05-15T18:08:37.169Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20332024-05-15T18:08:37.375Z Compiling headers-core v0.2.0
20342024-05-15T18:08:37.535Z Compiling libxml v0.3.3
20352024-05-15T18:08:37.698Z Compiling async-recursion v1.1.1
20362024-05-15T18:08:37.882Z Compiling ref-cast v1.0.23
20372024-05-15T18:08:38.336Z Compiling platforms v3.0.2
20382024-05-15T18:08:38.798Z Compiling headers v0.3.9
20392024-05-15T18:08:39.135Z Compiling derive_builder_macro v0.20.0
20402024-05-15T18:08:39.806Z Compiling dof v0.1.5
20412024-05-15T18:08:39.971Z Compiling parking_lot v0.11.2
20422024-05-15T18:08:40.523Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20432024-05-15T18:08:42.413Z Compiling trust-dns-client v0.22.0
20442024-05-15T18:08:42.608Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20452024-05-15T18:08:42.984Z Compiling dtrace-parser v0.1.14
20462024-05-15T18:08:43.078Z Compiling strum_macros v0.24.3
20472024-05-15T18:08:43.449Z Compiling toml v0.5.11
20482024-05-15T18:08:44.571Z Compiling ref-cast-impl v1.0.23
20492024-05-15T18:08:44.688Z Compiling samael v0.0.15
20502024-05-15T18:08:45.676Z Compiling vte_generate_state_changes v0.1.1
20512024-05-15T18:08:46.203Z Compiling cookie v0.18.1
20522024-05-15T18:08:46.303Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20532024-05-15T18:08:46.488Z Compiling cfg_aliases v0.1.1
20542024-05-15T18:08:46.516Z Compiling buf-list v1.0.3
20552024-05-15T18:08:46.586Z Compiling indoc v1.0.9
20562024-05-15T18:08:46.670Z Compiling nix v0.28.0
20572024-05-15T18:08:47.173Z Compiling vte v0.11.1
20582024-05-15T18:08:47.444Z Compiling trust-dns-server v0.22.1
20592024-05-15T18:08:48.475Z Compiling polar-core v0.27.3
20602024-05-15T18:08:48.900Z Compiling sled v0.34.7
20612024-05-15T18:08:52.040Z Compiling derive_builder v0.20.0
20622024-05-15T18:08:53.351Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20632024-05-15T18:08:54.628Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20642024-05-15T18:08:54.920Z Compiling const_format_proc_macros v0.2.32
20652024-05-15T18:08:56.594Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20662024-05-15T18:08:56.863Z Compiling fd-lock v4.0.2
20672024-05-15T18:08:57.078Z Compiling bb8 v0.8.3
20682024-05-15T18:08:57.384Z Compiling serde_tokenstream v0.1.7
20692024-05-15T18:08:57.549Z Compiling impl-trait-for-tuples v0.2.2
20702024-05-15T18:08:57.893Z Compiling oso-derive v0.27.3
20712024-05-15T18:08:58.841Z Compiling quick-xml v0.31.0
20722024-05-15T18:09:01.825Z Compiling pin-project-internal v1.1.3
20732024-05-15T18:09:04.582Z Compiling memoffset v0.7.1
20742024-05-15T18:09:04.908Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20752024-05-15T18:09:05.372Z Compiling pin-project v1.1.3
20762024-05-15T18:09:05.497Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20772024-05-15T18:09:06.967Z Compiling const_format v0.2.32
20782024-05-15T18:09:09.638Z Compiling curve25519-dalek v4.1.2
20792024-05-15T18:09:09.659Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-15T18:09:10.032Z Compiling strip-ansi-escapes v0.2.0
20812024-05-15T18:09:13.392Z Compiling oso v0.27.3
20822024-05-15T18:09:25.750Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-15T18:09:26.264Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20842024-05-15T18:09:30.046Z Compiling kstat-rs v0.2.3
20852024-05-15T18:09:30.996Z Compiling snafu-derive v0.8.2
20862024-05-15T18:09:31.282Z Compiling nu-ansi-term v0.50.0
20872024-05-15T18:09:32.524Z Compiling keccak v0.1.4
20882024-05-15T18:09:32.582Z Compiling reedline v0.31.0
20892024-05-15T18:09:32.620Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20902024-05-15T18:09:33.444Z Compiling sha3 v0.10.8
20912024-05-15T18:09:35.830Z Compiling snafu v0.8.2
20922024-05-15T18:09:37.248Z Compiling mime_guess v2.0.4
20932024-05-15T18:09:40.033Z Compiling usdt-macro v0.3.5
20942024-05-15T18:09:41.310Z Compiling usdt-attr-macro v0.3.5
20952024-05-15T18:09:42.698Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20962024-05-15T18:09:43.138Z Compiling env_logger v0.9.3
20972024-05-15T18:09:44.018Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20982024-05-15T18:09:47.809Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20992024-05-15T18:09:48.059Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21002024-05-15T18:09:48.558Z Compiling globset v0.4.13
21012024-05-15T18:09:52.338Z Compiling peg-macros v0.8.3
21022024-05-15T18:09:55.764Z Compiling olpc-cjson v0.1.3
21032024-05-15T18:09:56.076Z Compiling universal-hash v0.5.1
21042024-05-15T18:09:56.296Z Compiling secrecy v0.8.0
21052024-05-15T18:09:56.552Z Compiling serde_plain v1.0.2
21062024-05-15T18:09:56.776Z Compiling bitstruct_derive v0.1.0
21072024-05-15T18:09:56.948Z Compiling thiserror-impl-no-std v2.0.2
21082024-05-15T18:09:57.046Z Compiling nanorand v0.7.0
21092024-05-15T18:09:57.058Z Compiling sqlparser_derive v0.2.2
21102024-05-15T18:09:57.764Z Compiling curve25519-dalek-derive v0.1.0
21112024-05-15T18:09:58.050Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21122024-05-15T18:09:58.090Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21132024-05-15T18:09:58.173Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21142024-05-15T18:09:58.398Z Compiling typed-path v0.7.0
21152024-05-15T18:09:58.478Z Compiling opaque-debug v0.3.0
21162024-05-15T18:09:58.572Z Compiling unicode_categories v0.1.1
21172024-05-15T18:09:59.111Z Compiling salty v0.2.0
21182024-05-15T18:09:59.199Z Compiling signature v1.6.4
21192024-05-15T18:09:59.355Z Compiling ascii v1.1.0
21202024-05-15T18:09:59.551Z Compiling ed25519 v1.5.3
21212024-05-15T18:09:59.623Z Compiling thiserror-no-std v2.0.2
21222024-05-15T18:09:59.847Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21232024-05-15T18:10:00.091Z Compiling rustyline v14.0.0
21242024-05-15T18:10:02.305Z Compiling tough v0.17.1
21252024-05-15T18:10:03.204Z Compiling sqlformat v0.2.3
21262024-05-15T18:10:05.146Z Compiling poly1305 v0.8.0
21272024-05-15T18:10:06.838Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21282024-05-15T18:10:07.024Z Compiling sqlparser v0.45.0
21292024-05-15T18:10:07.099Z Compiling bitstruct v0.1.1
21302024-05-15T18:10:07.213Z Compiling flume v0.11.0
21312024-05-15T18:10:07.988Z Compiling peg v0.8.3
21322024-05-15T18:10:08.098Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-15T18:10:09.132Z Compiling usdt v0.3.5
21342024-05-15T18:10:09.604Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21352024-05-15T18:10:11.713Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21362024-05-15T18:10:13.086Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21372024-05-15T18:10:18.795Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21382024-05-15T18:10:19.158Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21392024-05-15T18:10:19.488Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21402024-05-15T18:10:20.680Z Compiling chacha20 v0.9.1
21412024-05-15T18:10:21.142Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-15T18:10:23.477Z Compiling aead v0.5.2
21432024-05-15T18:10:23.823Z Compiling bcs v0.1.6
21442024-05-15T18:10:24.690Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21452024-05-15T18:10:25.542Z Compiling erased-serde v0.3.31
21462024-05-15T18:10:26.126Z Compiling serde_arrays v0.1.0
21472024-05-15T18:10:26.303Z Compiling serde-big-array v0.5.1
21482024-05-15T18:10:26.549Z Compiling parse-size v1.0.0
21492024-05-15T18:10:26.841Z Compiling highway v1.1.0
21502024-05-15T18:10:27.195Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21512024-05-15T18:10:28.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21522024-05-15T18:10:34.909Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21532024-05-15T18:10:55.644Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21542024-05-15T18:10:55.720Z Compiling chacha20poly1305 v0.10.1
21552024-05-15T18:10:57.634Z Compiling vsss-rs v3.3.4
21562024-05-15T18:11:01.020Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21572024-05-15T18:11:01.746Z Compiling signal-hook-tokio v0.3.1
21582024-05-15T18:11:01.948Z Compiling heck v0.3.3
21592024-05-15T18:11:02.105Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21602024-05-15T18:11:02.289Z Compiling castaway v0.2.2
21612024-05-15T18:11:02.437Z Compiling rand_seeder v0.2.3
21622024-05-15T18:11:02.474Z Compiling serde-big-array v0.4.1
21632024-05-15T18:11:02.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21642024-05-15T18:11:02.843Z Compiling http-range v0.1.5
21652024-05-15T18:11:03.417Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21662024-05-15T18:11:04.344Z Compiling hyper-staticfile v0.9.5
21672024-05-15T18:11:04.973Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21682024-05-15T18:11:05.177Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21692024-05-15T18:11:06.569Z Compiling compact_str v0.7.1
21702024-05-15T18:11:07.527Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21712024-05-15T18:11:07.627Z Compiling zone_cfg_derive v0.1.2
21722024-05-15T18:11:08.098Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21732024-05-15T18:11:14.760Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21742024-05-15T18:11:15.360Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21752024-05-15T18:11:21.823Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21762024-05-15T18:11:24.863Z Compiling tungstenite v0.21.0
21772024-05-15T18:11:29.495Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21782024-05-15T18:11:29.908Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21792024-05-15T18:11:30.091Z Compiling lru v0.12.1
21802024-05-15T18:11:30.177Z Compiling stability v0.2.0
21812024-05-15T18:11:30.441Z Compiling cassowary v0.3.0
21822024-05-15T18:11:31.261Z Compiling corncobs v0.1.3
21832024-05-15T18:11:31.639Z Compiling base64 v0.13.1
21842024-05-15T18:11:32.401Z Compiling indoc v2.0.3
21852024-05-15T18:11:33.467Z Compiling ratatui v0.26.2
21862024-05-15T18:11:34.764Z Compiling ron v0.7.1
21872024-05-15T18:11:37.907Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21882024-05-15T18:11:38.743Z Compiling tokio-tungstenite v0.21.0
21892024-05-15T18:11:39.308Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21902024-05-15T18:11:40.314Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-05-15T18:11:40.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21922024-05-15T18:11:51.150Z Compiling zone v0.1.8
21932024-05-15T18:11:54.386Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21942024-05-15T18:11:56.829Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21952024-05-15T18:11:59.495Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21962024-05-15T18:12:00.997Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21972024-05-15T18:12:03.786Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21982024-05-15T18:12:04.099Z Compiling portpicker v0.1.1
21992024-05-15T18:12:04.661Z Compiling smawk v0.3.1
22002024-05-15T18:12:04.887Z Compiling unicode-linebreak v0.1.5
22012024-05-15T18:12:05.410Z Compiling textwrap v0.16.1
22022024-05-15T18:12:07.860Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22032024-05-15T18:12:13.259Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22042024-05-15T18:12:14.163Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22052024-05-15T18:12:14.211Z Compiling rcgen v0.12.1
22062024-05-15T18:12:19.969Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22072024-05-15T18:12:20.451Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22082024-05-15T18:12:23.262Z Compiling atomicwrites v0.4.3
22092024-05-15T18:12:23.674Z Compiling fatfs v0.3.6
22102024-05-15T18:12:25.269Z Compiling rtoolbox v0.0.1
22112024-05-15T18:12:25.747Z Compiling subprocess v0.2.9
22122024-05-15T18:12:26.524Z Compiling is_ci v1.2.0
22132024-05-15T18:12:26.820Z Compiling assert_matches v1.5.0
22142024-05-15T18:12:27.477Z Compiling supports-color v3.0.0
22152024-05-15T18:12:27.655Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-05-15T18:12:28.136Z Compiling rpassword v7.3.1
22172024-05-15T18:12:28.588Z Compiling tui-tree-widget v0.19.0
22182024-05-15T18:12:29.000Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22192024-05-15T18:12:30.990Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22202024-05-15T18:12:34.761Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22212024-05-15T18:12:35.064Z Compiling csv-core v0.1.11
22222024-05-15T18:12:35.397Z Compiling shell-words v1.1.0
22232024-05-15T18:12:35.837Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22242024-05-15T18:12:35.990Z Compiling csv v1.3.0
22252024-05-15T18:12:37.034Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22262024-05-15T18:12:38.123Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22272024-05-15T18:12:48.750Z Compiling multimap v0.10.0
22282024-05-15T18:12:49.148Z Compiling uzers v0.11.3
22292024-05-15T18:12:52.280Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22302024-05-15T18:14:54.762Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22312024-05-15T18:15:21.354Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22322024-05-15T18:22:12.396Z Finished release [optimized] target(s) in 14m 50s
22332024-05-15T18:24:15.941Z
22342024-05-15T18:24:15.941Zreal 16:54.931651298
22352024-05-15T18:24:15.941Zuser 1:49:19.594754982
22362024-05-15T18:24:15.945Zsys 4:42.005437058
22372024-05-15T18:24:15.945Ztrap 2.594801828
22382024-05-15T18:24:15.945Ztflt 2.179393377
22392024-05-15T18:24:15.945Zdflt 4.861994627
22402024-05-15T18:24:15.945Zkflt 0.101804305
22412024-05-15T18:24:15.945Zlock 7:10:38.440404150
22422024-05-15T18:24:15.945Zslp 4:18:43.862911312
22432024-05-15T18:24:15.945Zlat 2:18.888551222
22442024-05-15T18:24:15.945Zstop 1:03.520845367
22452024-05-15T18:24:15.945Z+ mapfile -t packages
22462024-05-15T18:24:15.945Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22472024-05-15T18:24:16.735Z Finished release [optimized] target(s) in 0.73s
22482024-05-15T18:24:16.747Z Running `target/release/omicron-package -t test list-outputs`
22492024-05-15T18:24:16.776ZLogging to: /work/oxidecomputer/omicron/out/LOG
22502024-05-15T18:24:16.779Z+ ptime -m cargo build --locked --release -p xtask
22512024-05-15T18:24:17.245Z Downloading crates ...
22522024-05-15T18:24:17.328Z Downloaded cargo_toml v0.20.2
22532024-05-15T18:24:17.341Z Compiling serde v1.0.201
22542024-05-15T18:24:17.345Z Compiling libc v0.2.153
22552024-05-15T18:24:17.345Z Compiling rustix v0.38.31
22562024-05-15T18:24:17.345Z Compiling hashbrown v0.14.3
22572024-05-15T18:24:17.345Z Compiling bitflags v2.4.2
22582024-05-15T18:24:17.412Z Compiling serde_json v1.0.117
22592024-05-15T18:24:17.424Z Compiling syn v2.0.60
22602024-05-15T18:24:17.447Z Compiling fs-err v2.11.0
22612024-05-15T18:24:17.748Z Compiling anyhow v1.0.83
22622024-05-15T18:24:18.655Z Compiling indexmap v2.2.6
22632024-05-15T18:24:19.001Z Compiling errno v0.3.8
22642024-05-15T18:24:19.896Z Compiling terminal_size v0.3.0
22652024-05-15T18:24:19.999Z Compiling clap_builder v4.5.2
22662024-05-15T18:24:22.049Z Compiling serde_derive v1.0.201
22672024-05-15T18:24:22.049Z Compiling thiserror-impl v1.0.59
22682024-05-15T18:24:22.052Z Compiling clap_derive v4.5.4
22692024-05-15T18:24:23.642Z Compiling thiserror v1.0.59
22702024-05-15T18:24:25.040Z Compiling clap v4.5.4
22712024-05-15T18:24:30.788Z Compiling serde_spanned v0.6.5
22722024-05-15T18:24:30.788Z Compiling toml_datetime v0.6.5
22732024-05-15T18:24:30.792Z Compiling semver v1.0.23
22742024-05-15T18:24:30.792Z Compiling cargo-platform v0.1.3
22752024-05-15T18:24:30.792Z Compiling camino v1.1.7
22762024-05-15T18:24:30.792Z Compiling macaddr v1.0.1
22772024-05-15T18:24:31.068Z Compiling toml_edit v0.22.12
22782024-05-15T18:24:32.305Z Compiling cargo_metadata v0.18.1
22792024-05-15T18:24:33.626Z Compiling toml v0.8.12
22802024-05-15T18:24:34.544Z Compiling cargo_toml v0.20.2
22812024-05-15T18:24:46.675Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22822024-05-15T18:24:57.551Z Finished release [optimized] target(s) in 40.72s
22832024-05-15T18:24:57.611Z
22842024-05-15T18:24:57.611Zreal 40.803062624
22852024-05-15T18:24:57.611Zuser 3:05.699625415
22862024-05-15T18:24:57.611Zsys 15.674983231
22872024-05-15T18:24:57.611Ztrap 0.067848226
22882024-05-15T18:24:57.611Ztflt 0.186199889
22892024-05-15T18:24:57.611Zdflt 0.687067326
22902024-05-15T18:24:57.611Zkflt 0.014456411
22912024-05-15T18:24:57.611Zlock 4:06.901626283
22922024-05-15T18:24:57.611Zslp 3:25.610546782
22932024-05-15T18:24:57.611Zlat 3.395608534
22942024-05-15T18:24:57.611Zstop 4.169854409
22952024-05-15T18:24:57.615Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22962024-05-15T18:24:57.615Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22972024-05-15T18:24:57.615Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22982024-05-15T18:24:57.615Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
22992024-05-15T18:24:57.615Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23002024-05-15T18:24:58.106Z Downloading crates ...
23012024-05-15T18:24:58.318Z Downloaded aes v0.8.3
23022024-05-15T18:24:58.323Z Downloaded russh-cryptovec v0.7.0
23032024-05-15T18:24:58.325Z Downloaded md5 v0.7.0
23042024-05-15T18:24:58.326Z Downloaded dhcproto-macros v0.1.0
23052024-05-15T18:24:58.329Z Downloaded blowfish v0.9.1
23062024-05-15T18:24:58.335Z Downloaded hex-literal v0.4.1
23072024-05-15T18:24:58.338Z Downloaded dirs-sys v0.4.1
23082024-05-15T18:24:58.338Z Downloaded pbkdf2 v0.12.2
23092024-05-15T18:24:58.338Z Downloaded pbkdf2 v0.11.0
23102024-05-15T18:24:58.339Z Downloaded ed25519 v2.2.2
23112024-05-15T18:24:58.342Z Downloaded option-ext v0.2.0
23122024-05-15T18:24:58.342Z Downloaded ghash v0.5.0
23132024-05-15T18:24:58.342Z Downloaded cbc v0.1.2
23142024-05-15T18:24:58.345Z Downloaded ctr v0.9.2
23152024-05-15T18:24:58.345Z Downloaded rfc6979 v0.4.0
23162024-05-15T18:24:58.348Z Downloaded bcrypt-pbkdf v0.10.0
23172024-05-15T18:24:58.348Z Downloaded rand_core v0.5.1
23182024-05-15T18:24:58.351Z Downloaded polyval v0.6.1
23192024-05-15T18:24:58.351Z Downloaded rand_chacha v0.2.2
23202024-05-15T18:24:58.351Z Downloaded internet-checksum v0.2.1
23212024-05-15T18:24:58.354Z Downloaded russh-keys v0.43.0
23222024-05-15T18:24:58.354Z Downloaded dirs v5.0.1
23232024-05-15T18:24:58.357Z Downloaded getrandom v0.1.16
23242024-05-15T18:24:58.360Z Downloaded primeorder v0.13.6
23252024-05-15T18:24:58.363Z Downloaded ecdsa v0.16.9
23262024-05-15T18:24:58.363Z Downloaded password-hash v0.4.2
23272024-05-15T18:24:58.366Z Downloaded dhcproto v0.11.0
23282024-05-15T18:24:58.368Z Downloaded p256 v0.13.2
23292024-05-15T18:24:58.371Z Downloaded ed25519-dalek v2.0.0
23302024-05-15T18:24:58.374Z Downloaded aes-gcm v0.10.3
23312024-05-15T18:24:58.381Z Downloaded russh v0.43.0
23322024-05-15T18:24:58.385Z Downloaded rand v0.7.3
23332024-05-15T18:24:58.390Z Downloaded p521 v0.13.3
23342024-05-15T18:24:58.446Z Downloaded winapi v0.3.9
23352024-05-15T18:24:58.606Z Compiling proc-macro2 v1.0.82
23362024-05-15T18:24:58.606Z Compiling unicode-ident v1.0.12
23372024-05-15T18:24:58.609Z Compiling libc v0.2.153
23382024-05-15T18:24:58.609Z Compiling cfg-if v1.0.0
23392024-05-15T18:24:58.609Z Compiling serde v1.0.201
23402024-05-15T18:24:58.609Z Compiling version_check v0.9.4
23412024-05-15T18:24:58.609Z Compiling autocfg v1.1.0
23422024-05-15T18:24:58.681Z Compiling memchr v2.7.1
23432024-05-15T18:24:58.781Z Compiling once_cell v1.19.0
23442024-05-15T18:24:58.811Z Compiling byteorder v1.5.0
23452024-05-15T18:24:59.193Z Compiling log v0.4.21
23462024-05-15T18:24:59.267Z Compiling itoa v1.0.9
23472024-05-15T18:24:59.303Z Compiling scopeguard v1.2.0
23482024-05-15T18:24:59.461Z Compiling smallvec v1.13.1
23492024-05-15T18:24:59.474Z Compiling typenum v1.16.0
23502024-05-15T18:24:59.477Z Compiling generic-array v0.14.7
23512024-05-15T18:24:59.556Z Compiling lock_api v0.4.10
23522024-05-15T18:24:59.580Z Compiling thiserror v1.0.59
23532024-05-15T18:24:59.854Z Compiling parking_lot_core v0.9.8
23542024-05-15T18:24:59.867Z Compiling pin-project-lite v0.2.13
23552024-05-15T18:25:00.010Z Compiling subtle v2.5.0
23562024-05-15T18:25:00.235Z Compiling quote v1.0.36
23572024-05-15T18:25:00.296Z Compiling libm v0.2.7
23582024-05-15T18:25:00.329Z Compiling num-traits v0.2.19
23592024-05-15T18:25:00.454Z Compiling ahash v0.8.8
23602024-05-15T18:25:00.473Z Compiling ryu v1.0.15
23612024-05-15T18:25:00.520Z Compiling getrandom v0.2.12
23622024-05-15T18:25:00.628Z Compiling syn v2.0.60
23632024-05-15T18:25:00.789Z Compiling rand_core v0.6.4
23642024-05-15T18:25:00.808Z Compiling cc v1.0.83
23652024-05-15T18:25:00.898Z Compiling signal-hook-registry v1.4.1
23662024-05-15T18:25:01.006Z Compiling mio v0.8.11
23672024-05-15T18:25:01.198Z Compiling parking_lot v0.12.1
23682024-05-15T18:25:01.721Z Compiling socket2 v0.5.6
23692024-05-15T18:25:01.724Z Compiling num_cpus v1.16.0
23702024-05-15T18:25:01.913Z Compiling serde_json v1.0.117
23712024-05-15T18:25:02.112Z Compiling allocator-api2 v0.2.16
23722024-05-15T18:25:02.240Z Compiling futures-core v0.3.30
23732024-05-15T18:25:02.285Z Compiling futures-sink v0.3.30
23742024-05-15T18:25:02.440Z Compiling const-oid v0.9.6
23752024-05-15T18:25:02.495Z Compiling equivalent v1.0.1
23762024-05-15T18:25:02.603Z Compiling fnv v1.0.7
23772024-05-15T18:25:02.628Z Compiling slab v0.4.9
23782024-05-15T18:25:02.663Z Compiling futures-channel v0.3.30
23792024-05-15T18:25:02.725Z Compiling futures-io v0.3.30
23802024-05-15T18:25:02.887Z Compiling futures-task v0.3.30
23812024-05-15T18:25:03.075Z Compiling pin-utils v0.1.0
23822024-05-15T18:25:03.094Z Compiling spin v0.5.2
23832024-05-15T18:25:03.168Z Compiling syn v1.0.109
23842024-05-15T18:25:03.239Z Compiling iana-time-zone v0.1.57
23852024-05-15T18:25:03.323Z Compiling tinyvec_macros v0.1.1
23862024-05-15T18:25:03.413Z Compiling tinyvec v1.6.0
23872024-05-15T18:25:03.429Z Compiling unicode-bidi v0.3.15
23882024-05-15T18:25:03.690Z Compiling schemars v0.8.17
23892024-05-15T18:25:03.867Z Compiling cpufeatures v0.2.12
23902024-05-15T18:25:03.958Z Compiling tracing-core v0.1.32
23912024-05-15T18:25:04.080Z Compiling dyn-clone v1.0.17
23922024-05-15T18:25:04.290Z Compiling percent-encoding v2.3.1
23932024-05-15T18:25:04.336Z Compiling ppv-lite86 v0.2.17
23942024-05-15T18:25:04.419Z Compiling spin v0.9.8
23952024-05-15T18:25:04.705Z Compiling num-conv v0.1.0
23962024-05-15T18:25:04.848Z Compiling time-core v0.1.2
23972024-05-15T18:25:04.946Z Compiling unicode-normalization v0.1.22
23982024-05-15T18:25:04.971Z Compiling powerfmt v0.2.0
23992024-05-15T18:25:05.012Z Compiling time-macros v0.2.17
24002024-05-15T18:25:05.025Z Compiling form_urlencoded v1.2.1
24012024-05-15T18:25:05.266Z Compiling deranged v0.3.11
24022024-05-15T18:25:05.329Z Compiling num_threads v0.1.6
24032024-05-15T18:25:05.360Z Compiling rand_chacha v0.3.1
24042024-05-15T18:25:05.405Z Compiling ring v0.17.8
24052024-05-15T18:25:05.457Z Compiling aho-corasick v1.1.2
24062024-05-15T18:25:06.032Z Compiling regex-syntax v0.8.2
24072024-05-15T18:25:07.232Z Compiling idna v0.5.0
24082024-05-15T18:25:07.250Z Compiling rand v0.8.5
24092024-05-15T18:25:08.520Z Compiling serde_derive_internals v0.29.0
24102024-05-15T18:25:08.858Z Compiling time v0.3.34
24112024-05-15T18:25:09.265Z Compiling slog v2.7.0
24122024-05-15T18:25:09.454Z Compiling regex-automata v0.4.5
24132024-05-15T18:25:09.794Z Compiling httparse v1.8.0
24142024-05-15T18:25:10.304Z Compiling url v2.5.0
24152024-05-15T18:25:11.739Z Compiling untrusted v0.9.0
24162024-05-15T18:25:11.915Z Compiling heck v0.4.1
24172024-05-15T18:25:12.164Z Compiling vcpkg v0.2.15
24182024-05-15T18:25:12.381Z Compiling pkg-config v0.3.27
24192024-05-15T18:25:12.493Z Compiling lazy_static v1.4.0
24202024-05-15T18:25:12.607Z Compiling unicode-width v0.1.11
24212024-05-15T18:25:12.768Z Compiling adler v1.0.2
24222024-05-15T18:25:12.995Z Compiling miniz_oxide v0.7.1
24232024-05-15T18:25:13.777Z Compiling semver v1.0.23
24242024-05-15T18:25:14.258Z Compiling ring v0.16.20
24252024-05-15T18:25:14.339Z Compiling openssl-sys v0.9.102
24262024-05-15T18:25:14.368Z Compiling backtrace v0.3.69
24272024-05-15T18:25:14.542Z Compiling try-lock v0.2.4
24282024-05-15T18:25:14.692Z Compiling regex v1.10.4
24292024-05-15T18:25:14.827Z Compiling httpdate v1.0.3
24302024-05-15T18:25:15.278Z Compiling gimli v0.28.0
24312024-05-15T18:25:15.305Z Compiling serde_derive v1.0.201
24322024-05-15T18:25:15.377Z Compiling zeroize_derive v1.4.2
24332024-05-15T18:25:15.391Z Compiling thiserror-impl v1.0.59
24342024-05-15T18:25:15.752Z Compiling zerocopy-derive v0.7.32
24352024-05-15T18:25:15.767Z Compiling tokio-macros v2.2.0
24362024-05-15T18:25:17.022Z Compiling zeroize v1.7.0
24372024-05-15T18:25:17.534Z Compiling futures-macro v0.3.30
24382024-05-15T18:25:18.225Z Compiling zerocopy v0.7.32
24392024-05-15T18:25:18.376Z Compiling tracing-attributes v0.1.27
24402024-05-15T18:25:18.832Z Compiling crypto-common v0.1.6
24412024-05-15T18:25:18.940Z Compiling block-buffer v0.10.4
24422024-05-15T18:25:19.058Z Compiling schemars_derive v0.8.17
24432024-05-15T18:25:19.212Z Compiling digest v0.10.7
24442024-05-15T18:25:19.708Z Compiling async-trait v0.1.80
24452024-05-15T18:25:19.754Z Compiling futures-util v0.3.30
24462024-05-15T18:25:20.139Z Compiling addr2line v0.21.0
24472024-05-15T18:25:20.561Z Compiling hashbrown v0.14.3
24482024-05-15T18:25:21.989Z Compiling want v0.3.1
24492024-05-15T18:25:22.230Z Compiling object v0.32.1
24502024-05-15T18:25:22.263Z Compiling tracing v0.1.40
24512024-05-15T18:25:22.425Z Compiling base64 v0.21.7
24522024-05-15T18:25:22.528Z Compiling untrusted v0.7.1
24532024-05-15T18:25:22.594Z Compiling anyhow v1.0.83
24542024-05-15T18:25:22.706Z Compiling foreign-types-shared v0.1.1
24552024-05-15T18:25:22.734Z Compiling rustc-demangle v0.1.23
24562024-05-15T18:25:22.756Z Compiling openssl v0.10.64
24572024-05-15T18:25:22.809Z Compiling rustix v0.38.31
24582024-05-15T18:25:23.201Z Compiling ipnet v2.9.0
24592024-05-15T18:25:23.215Z Compiling mime v0.3.17
24602024-05-15T18:25:23.225Z Compiling tower-service v0.3.2
24612024-05-15T18:25:23.533Z Compiling foreign-types v0.3.2
24622024-05-15T18:25:23.710Z Compiling openssl-macros v0.1.1
24632024-05-15T18:25:23.763Z Compiling errno v0.3.8
24642024-05-15T18:25:23.989Z Compiling base64ct v1.6.0
24652024-05-15T18:25:24.440Z Compiling native-tls v0.2.11
24662024-05-15T18:25:24.510Z Compiling crossbeam-utils v0.8.19
24672024-05-15T18:25:24.540Z Compiling rustls v0.21.9
24682024-05-15T18:25:24.770Z Compiling heck v0.5.0
24692024-05-15T18:25:24.809Z Compiling winnow v0.5.15
24702024-05-15T18:25:25.141Z Compiling rustls-webpki v0.101.7
24712024-05-15T18:25:25.159Z Compiling cookie v0.17.0
24722024-05-15T18:25:25.293Z Compiling ucd-trie v0.1.6
24732024-05-15T18:25:25.446Z Compiling openssl-probe v0.1.5
24742024-05-15T18:25:25.793Z Compiling futures-executor v0.3.30
24752024-05-15T18:25:25.886Z Compiling sct v0.7.0
24762024-05-15T18:25:26.021Z Compiling futures v0.3.30
24772024-05-15T18:25:26.187Z Compiling pest v2.7.6
24782024-05-15T18:25:27.048Z Compiling idna v0.3.0
24792024-05-15T18:25:27.280Z Compiling encoding_rs v0.8.33
24802024-05-15T18:25:27.730Z Compiling data-encoding v2.4.0
24812024-05-15T18:25:28.615Z Compiling psl-types v2.0.11
24822024-05-15T18:25:28.684Z Compiling rustversion v1.0.14
24832024-05-15T18:25:28.793Z Compiling publicsuffix v2.2.3
24842024-05-15T18:25:28.951Z Compiling pest_meta v2.7.6
24852024-05-15T18:25:30.035Z Compiling bytes v1.6.0
24862024-05-15T18:25:30.154Z Compiling indexmap v2.2.6
24872024-05-15T18:25:30.250Z Compiling bitflags v2.4.2
24882024-05-15T18:25:30.686Z Compiling chrono v0.4.38
24892024-05-15T18:25:31.341Z Compiling tokio v1.37.0
24902024-05-15T18:25:31.545Z Compiling uuid v1.8.0
24912024-05-15T18:25:31.839Z Compiling http v0.2.12
24922024-05-15T18:25:31.866Z Compiling serde_tokenstream v0.2.0
24932024-05-15T18:25:32.380Z Compiling toml_datetime v0.6.5
24942024-05-15T18:25:32.864Z Compiling serde_spanned v0.6.5
24952024-05-15T18:25:33.144Z Compiling toml_edit v0.19.15
24962024-05-15T18:25:33.733Z Compiling http-body v0.4.5
24972024-05-15T18:25:34.340Z Compiling serde_urlencoded v0.7.1
24982024-05-15T18:25:34.609Z Compiling hmac v0.12.1
24992024-05-15T18:25:34.838Z Compiling scroll_derive v0.12.0
25002024-05-15T18:25:35.118Z Compiling openapiv3 v2.0.0
25012024-05-15T18:25:36.424Z Compiling scroll v0.12.0
25022024-05-15T18:25:36.488Z Compiling cookie_store v0.20.0
25032024-05-15T18:25:36.884Z Compiling pest_generator v2.7.6
25042024-05-15T18:25:36.958Z Compiling rustls-pemfile v1.0.3
25052024-05-15T18:25:36.996Z Compiling sync_wrapper v0.1.2
25062024-05-15T18:25:37.128Z Compiling webpki-roots v0.25.2
25072024-05-15T18:25:37.280Z Compiling bitflags v1.3.2
25082024-05-15T18:25:37.332Z Compiling plain v0.2.3
25092024-05-15T18:25:37.380Z Compiling rustc_version v0.4.0
25102024-05-15T18:25:37.487Z Compiling goblin v0.8.0
25112024-05-15T18:25:38.008Z Compiling pem-rfc7468 v0.7.0
25122024-05-15T18:25:38.126Z Compiling block-padding v0.3.3
25132024-05-15T18:25:38.384Z Compiling der_derive v0.7.2
25142024-05-15T18:25:38.767Z Compiling usdt-impl v0.5.0
25152024-05-15T18:25:38.918Z Compiling pest_derive v2.7.6
25162024-05-15T18:25:39.121Z Compiling tokio-util v0.7.10
25172024-05-15T18:25:39.573Z Compiling tokio-rustls v0.24.1
25182024-05-15T18:25:39.743Z Compiling flagset v0.4.3
25192024-05-15T18:25:39.948Z Compiling pretty-hex v0.4.1
25202024-05-15T18:25:39.970Z Compiling dtrace-parser v0.2.0
25212024-05-15T18:25:40.631Z Compiling h2 v0.3.26
25222024-05-15T18:25:40.751Z Compiling tokio-native-tls v0.3.1
25232024-05-15T18:25:40.996Z Compiling der v0.7.8
25242024-05-15T18:25:41.036Z Compiling inout v0.1.3
25252024-05-15T18:25:41.167Z Compiling thread-id v4.2.0
25262024-05-15T18:25:41.282Z Compiling cipher v0.4.4
25272024-05-15T18:25:41.316Z Compiling sha2 v0.10.8
25282024-05-15T18:25:41.795Z Compiling either v1.11.0
25292024-05-15T18:25:41.937Z Compiling ff v0.13.0
25302024-05-15T18:25:42.151Z Compiling base16ct v0.2.0
25312024-05-15T18:25:42.213Z Compiling stable_deref_trait v1.2.0
25322024-05-15T18:25:42.316Z Compiling group v0.13.0
25332024-05-15T18:25:42.455Z Compiling hkdf v0.12.4
25342024-05-15T18:25:42.632Z Compiling crossbeam-epoch v0.9.18
25352024-05-15T18:25:42.705Z Compiling crypto-bigint v0.5.2
25362024-05-15T18:25:42.818Z Compiling num-integer v0.1.46
25372024-05-15T18:25:43.466Z Compiling dof v0.3.0
25382024-05-15T18:25:43.606Z Compiling spki v0.7.2
25392024-05-15T18:25:43.987Z Compiling pkcs8 v0.10.2
25402024-05-15T18:25:44.543Z Compiling sec1 v0.7.3
25412024-05-15T18:25:45.021Z Compiling memmap v0.7.0
25422024-05-15T18:25:45.097Z Compiling crc32fast v1.3.2
25432024-05-15T18:25:45.375Z Compiling elliptic-curve v0.13.8
25442024-05-15T18:25:45.684Z Compiling managed v0.8.0
25452024-05-15T18:25:45.697Z Compiling winnow v0.6.1
25462024-05-15T18:25:45.979Z Compiling unicode-segmentation v1.10.1
25472024-05-15T18:25:46.136Z Compiling toml v0.7.8
25482024-05-15T18:25:46.171Z Compiling hex v0.4.3
25492024-05-15T18:25:46.403Z Compiling num-bigint v0.4.4
25502024-05-15T18:25:46.449Z Compiling anstyle v1.0.7
25512024-05-15T18:25:46.771Z Compiling matches v0.1.10
25522024-05-15T18:25:46.785Z Compiling utf8parse v0.2.1
25532024-05-15T18:25:46.859Z Compiling idna v0.2.3
25542024-05-15T18:25:46.902Z Compiling anstyle-parse v0.2.1
25552024-05-15T18:25:46.927Z Compiling ipnetwork v0.20.0
25562024-05-15T18:25:47.230Z Compiling hyper v0.14.28
25572024-05-15T18:25:47.623Z Compiling enum-as-inner v0.5.1
25582024-05-15T18:25:47.651Z Compiling usdt-attr-macro v0.5.0
25592024-05-15T18:25:47.778Z Compiling usdt-macro v0.5.0
25602024-05-15T18:25:47.808Z Compiling siphasher v0.3.11
25612024-05-15T18:25:48.194Z Compiling anstyle-query v1.0.0
25622024-05-15T18:25:48.337Z Compiling bit-vec v0.6.3
25632024-05-15T18:25:48.481Z Compiling colorchoice v1.0.0
25642024-05-15T18:25:48.636Z Compiling anstream v0.6.11
25652024-05-15T18:25:48.734Z Compiling trust-dns-proto v0.22.0
25662024-05-15T18:25:49.308Z Compiling toml_edit v0.22.12
25672024-05-15T18:25:49.320Z Compiling usdt v0.5.0
25682024-05-15T18:25:49.332Z Compiling flate2 v1.0.30
25692024-05-15T18:25:49.354Z Compiling heapless v0.7.16
25702024-05-15T18:25:49.804Z Compiling terminal_size v0.3.0
25712024-05-15T18:25:49.819Z Compiling regress v0.9.1
25722024-05-15T18:25:50.002Z Compiling strsim v0.11.0
25732024-05-15T18:25:50.232Z Compiling signal-hook v0.3.17
25742024-05-15T18:25:50.527Z Compiling clap_lex v0.7.0
25752024-05-15T18:25:50.941Z Compiling clap_builder v4.5.2
25762024-05-15T18:25:51.045Z Compiling itertools v0.10.5
25772024-05-15T18:25:51.083Z Compiling clap_derive v4.5.4
25782024-05-15T18:25:54.364Z Compiling hyper-tls v0.5.0
25792024-05-15T18:25:54.449Z Compiling hyper-rustls v0.24.2
25802024-05-15T18:25:54.674Z Compiling reqwest v0.11.27
25812024-05-15T18:25:55.449Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25822024-05-15T18:25:56.307Z Compiling yasna v0.5.2
25832024-05-15T18:25:57.195Z Compiling md-5 v0.10.5
25842024-05-15T18:25:57.564Z Compiling stringprep v0.1.3
25852024-05-15T18:25:57.565Z Compiling hash32 v0.2.1
25862024-05-15T18:25:57.823Z Compiling fallible-iterator v0.2.0
25872024-05-15T18:25:58.293Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25882024-05-15T18:25:58.733Z Compiling smoltcp v0.9.1
25892024-05-15T18:25:59.097Z Compiling regex-automata v0.1.10
25902024-05-15T18:25:59.097Z Compiling postgres-protocol v0.6.6
25912024-05-15T18:25:59.098Z Compiling bstr v0.2.17
25922024-05-15T18:25:59.098Z Compiling clap v4.5.4
25932024-05-15T18:25:59.547Z Compiling phf_shared v0.11.2
25942024-05-15T18:26:00.089Z Compiling tokio-stream v0.1.15
25952024-05-15T18:26:00.089Z Compiling hubpack_derive v0.1.1
25962024-05-15T18:26:00.089Z Compiling zerocopy-derive v0.6.6
25972024-05-15T18:26:00.089Z Compiling diesel_table_macro_syntax v0.1.0
25982024-05-15T18:26:00.146Z Compiling scheduled-thread-pool v0.2.7
25992024-05-15T18:26:00.267Z Compiling fs-err v2.11.0
26002024-05-15T18:26:00.436Z Compiling fixedbitset v0.4.2
26012024-05-15T18:26:00.619Z Compiling r2d2 v0.8.10
26022024-05-15T18:26:00.714Z Compiling hubpack v0.1.2
26032024-05-15T18:26:00.732Z Compiling petgraph v0.6.5
26042024-05-15T18:26:00.733Z Compiling diesel_derives v2.1.2
26052024-05-15T18:26:00.866Z Compiling phf v0.11.2
26062024-05-15T18:26:01.188Z Compiling similar v2.4.0
26072024-05-15T18:26:01.192Z Compiling signal-hook-mio v0.2.3
26082024-05-15T18:26:01.358Z Compiling postgres-types v0.2.6
26092024-05-15T18:26:02.068Z Compiling zerocopy v0.6.6
26102024-05-15T18:26:02.939Z Compiling phf_shared v0.10.0
26112024-05-15T18:26:03.172Z Compiling num-iter v0.1.45
26122024-05-15T18:26:03.187Z Compiling strum_macros v0.25.2
26132024-05-15T18:26:03.378Z Compiling serde_repr v0.1.16
26142024-05-15T18:26:03.396Z Compiling getopts v0.2.21
26152024-05-15T18:26:03.722Z Compiling console v0.15.8
26162024-05-15T18:26:04.474Z Compiling float-cmp v0.9.0
26172024-05-15T18:26:04.567Z Compiling unsafe-libyaml v0.2.10
26182024-05-15T18:26:04.630Z Compiling predicates-core v1.0.6
26192024-05-15T18:26:04.676Z Compiling static_assertions v1.1.0
26202024-05-15T18:26:04.779Z Compiling whoami v1.5.1
26212024-05-15T18:26:04.985Z Compiling minimal-lexical v0.2.1
26222024-05-15T18:26:05.209Z Compiling normalize-line-endings v0.3.0
26232024-05-15T18:26:05.338Z Compiling precomputed-hash v0.1.1
26242024-05-15T18:26:05.426Z Compiling new_debug_unreachable v1.0.4
26252024-05-15T18:26:05.453Z Compiling difflib v0.4.0
26262024-05-15T18:26:05.506Z Compiling string_cache v0.8.7
26272024-05-15T18:26:05.517Z Compiling nom v7.1.3
26282024-05-15T18:26:05.974Z Compiling predicates v3.1.0
26292024-05-15T18:26:06.441Z Compiling serde_yaml v0.9.25
26302024-05-15T18:26:07.091Z Compiling tokio-postgres v0.7.10
26312024-05-15T18:26:07.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26322024-05-15T18:26:07.726Z Compiling crossterm v0.27.0
26332024-05-15T18:26:10.205Z Compiling bit-set v0.5.3
26342024-05-15T18:26:10.817Z Compiling bstr v1.9.0
26352024-05-15T18:26:10.817Z Compiling peg-runtime v0.8.3
26362024-05-15T18:26:10.817Z Compiling lalrpop-util v0.19.12
26372024-05-15T18:26:11.162Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26382024-05-15T18:26:11.242Z Compiling sha1 v0.10.6
26392024-05-15T18:26:11.567Z Compiling camino v1.1.7
26402024-05-15T18:26:11.689Z Compiling strsim v0.10.0
26412024-05-15T18:26:11.689Z Compiling ident_case v1.0.1
26422024-05-15T18:26:11.848Z Compiling strum_macros v0.26.1
26432024-05-15T18:26:12.024Z Compiling darling_core v0.20.8
26442024-05-15T18:26:12.120Z Compiling dirs-sys-next v0.1.2
26452024-05-15T18:26:12.420Z Compiling match_cfg v0.1.0
26462024-05-15T18:26:12.650Z Compiling base64 v0.22.1
26472024-05-15T18:26:12.758Z Compiling hostname v0.3.1
26482024-05-15T18:26:12.865Z Compiling dirs-next v2.0.0
26492024-05-15T18:26:13.460Z Compiling toml v0.8.12
26502024-05-15T18:26:14.278Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26512024-05-15T18:26:14.279Z Compiling http v1.0.0
26522024-05-15T18:26:14.279Z Compiling thread_local v1.1.7
26532024-05-15T18:26:14.279Z Compiling slog-async v2.8.0
26542024-05-15T18:26:14.279Z Compiling rustls-pki-types v1.3.0
26552024-05-15T18:26:14.279Z Compiling term v0.7.0
26562024-05-15T18:26:14.482Z Compiling is-terminal v0.4.9
26572024-05-15T18:26:14.631Z Compiling crossbeam-channel v0.5.8
26582024-05-15T18:26:14.798Z Compiling take_mut v0.2.2
26592024-05-15T18:26:15.023Z Compiling rustls v0.22.4
26602024-05-15T18:26:15.232Z Compiling paste v1.0.15
26612024-05-15T18:26:15.402Z Compiling slog-term v2.9.1
26622024-05-15T18:26:15.755Z Compiling rustls-webpki v0.102.1
26632024-05-15T18:26:15.784Z Compiling multer v3.1.0
26642024-05-15T18:26:16.091Z Compiling instant v0.1.12
26652024-05-15T18:26:16.584Z Compiling diesel v2.1.6
26662024-05-15T18:26:16.937Z Compiling slog-json v2.6.1
26672024-05-15T18:26:17.073Z Compiling strum v0.26.2
26682024-05-15T18:26:17.166Z Compiling async-stream-impl v0.3.5
26692024-05-15T18:26:17.272Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26702024-05-15T18:26:17.555Z Compiling atomic-waker v1.1.1
26712024-05-15T18:26:17.596Z Compiling debug-ignore v1.0.5
26722024-05-15T18:26:17.707Z Compiling waitgroup v0.1.2
26732024-05-15T18:26:17.794Z Compiling slog-bunyan v2.5.0
26742024-05-15T18:26:17.926Z Compiling rustls-pemfile v2.1.2
26752024-05-15T18:26:17.982Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26762024-05-15T18:26:18.239Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26772024-05-15T18:26:18.370Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26782024-05-15T18:26:18.443Z Compiling serde_path_to_error v0.1.16
26792024-05-15T18:26:18.584Z Compiling async-stream v0.3.5
26802024-05-15T18:26:18.918Z Compiling structmeta-derive v0.3.0
26812024-05-15T18:26:18.927Z Compiling darling_macro v0.20.8
26822024-05-15T18:26:18.944Z Compiling hostname v0.4.0
26832024-05-15T18:26:19.226Z Compiling proc-macro-error-attr v1.0.4
26842024-05-15T18:26:19.329Z Compiling proc-macro-error v1.0.4
26852024-05-15T18:26:19.683Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26862024-05-15T18:26:19.920Z Compiling newtype-uuid v1.1.0
26872024-05-15T18:26:20.239Z Compiling darling v0.20.8
26882024-05-15T18:26:20.443Z Compiling serde_with_macros v3.7.0
26892024-05-15T18:26:20.444Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26902024-05-15T18:26:20.492Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26912024-05-15T18:26:20.894Z Compiling backoff v0.4.0
26922024-05-15T18:26:21.141Z Compiling tokio-rustls v0.25.0
26932024-05-15T18:26:21.348Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26942024-05-15T18:26:21.348Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26952024-05-15T18:26:21.476Z Compiling macaddr v1.0.1
26962024-05-15T18:26:21.799Z Compiling proc-macro-crate v1.3.1
26972024-05-15T18:26:22.540Z Compiling fastrand v2.0.1
26982024-05-15T18:26:22.540Z Compiling structmeta v0.3.0
26992024-05-15T18:26:22.541Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27002024-05-15T18:26:22.653Z Compiling parse-display-derive v0.9.0
27012024-05-15T18:26:22.875Z Compiling num_enum_derive v0.5.11
27022024-05-15T18:26:23.087Z Compiling tempfile v3.10.1
27032024-05-15T18:26:23.445Z Compiling serde_with v3.7.0
27042024-05-15T18:26:23.816Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27052024-05-15T18:26:24.144Z Compiling foreign-types-macros v0.2.3
27062024-05-15T18:26:25.568Z Compiling heapless v0.8.0
27072024-05-15T18:26:25.745Z Compiling num_enum v0.5.11
27082024-05-15T18:26:25.960Z Compiling foreign-types-shared v0.3.1
27092024-05-15T18:26:26.185Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27102024-05-15T18:26:26.427Z Compiling foreign-types v0.5.0
27112024-05-15T18:26:26.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27122024-05-15T18:26:26.654Z Compiling cstr-argument v0.1.2
27132024-05-15T18:26:26.654Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27142024-05-15T18:26:26.960Z Compiling hash32 v0.3.1
27152024-05-15T18:26:27.166Z Compiling pretty-hex v0.2.1
27162024-05-15T18:26:27.166Z Compiling smoltcp v0.11.0
27172024-05-15T18:26:27.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27182024-05-15T18:26:27.345Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27192024-05-15T18:26:27.570Z Compiling camino-tempfile v1.1.1
27202024-05-15T18:26:27.776Z Compiling parse-display v0.9.0
27212024-05-15T18:26:27.914Z Compiling tabwriter v1.4.0
27222024-05-15T18:26:28.166Z Compiling colored v2.1.0
27232024-05-15T18:26:28.166Z Compiling socket2 v0.4.9
27242024-05-15T18:26:29.768Z Compiling cobs v0.2.3
27252024-05-15T18:26:29.768Z Compiling embedded-io v0.4.0
27262024-05-15T18:26:29.768Z Compiling postcard v1.0.8
27272024-05-15T18:26:29.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27282024-05-15T18:26:29.768Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27292024-05-15T18:26:29.768Z Compiling crucible-workspace-hack v0.1.0
27302024-05-15T18:26:29.768Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27312024-05-15T18:26:29.768Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27322024-05-15T18:26:29.768Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27332024-05-15T18:26:29.768Z Compiling smf v0.2.3
27342024-05-15T18:26:29.768Z Compiling platforms v3.0.2
27352024-05-15T18:26:29.768Z Compiling humantime v2.1.0
27362024-05-15T18:26:29.768Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27372024-05-15T18:26:29.874Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27382024-05-15T18:26:29.941Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27392024-05-15T18:26:29.959Z Compiling num-derive v0.4.0
27402024-05-15T18:26:30.417Z Compiling sigpipe v0.1.3
27412024-05-15T18:26:30.550Z Compiling utf-8 v0.7.6
27422024-05-15T18:26:30.594Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27432024-05-15T18:26:31.007Z Compiling atty v0.2.14
27442024-05-15T18:26:31.148Z Compiling semver v0.1.20
27452024-05-15T18:26:31.426Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27462024-05-15T18:26:31.444Z Compiling rayon-core v1.12.1
27472024-05-15T18:26:31.734Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27482024-05-15T18:26:31.806Z Compiling same-file v1.0.6
27492024-05-15T18:26:32.050Z Compiling walkdir v2.5.0
27502024-05-15T18:26:32.297Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27512024-05-15T18:26:32.831Z Compiling rustc_version v0.1.7
27522024-05-15T18:26:32.985Z Compiling curve25519-dalek v4.1.2
27532024-05-15T18:26:33.230Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27542024-05-15T18:26:33.295Z Compiling newline-converter v0.3.0
27552024-05-15T18:26:33.395Z Compiling crossbeam-deque v0.8.3
27562024-05-15T18:26:33.457Z Compiling universal-hash v0.5.1
27572024-05-15T18:26:33.655Z Compiling opaque-debug v0.3.0
27582024-05-15T18:26:33.692Z Compiling expectorate v1.1.0
27592024-05-15T18:26:33.746Z Compiling newtype_derive v0.1.6
27602024-05-15T18:26:33.763Z Compiling tungstenite v0.20.1
27612024-05-15T18:26:33.802Z Compiling signature v2.1.0
27622024-05-15T18:26:33.853Z Compiling curve25519-dalek-derive v0.1.0
27632024-05-15T18:26:34.046Z Compiling blake3 v1.5.0
27642024-05-15T18:26:34.046Z Compiling xattr v1.0.1
27652024-05-15T18:26:34.325Z Compiling filetime v0.2.23
27662024-05-15T18:26:34.671Z Compiling unicase v2.7.0
27672024-05-15T18:26:34.681Z Compiling quick-error v1.2.3
27682024-05-15T18:26:34.817Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27692024-05-15T18:26:34.987Z Compiling arc-swap v1.6.0
27702024-05-15T18:26:35.046Z Compiling getrandom v0.1.16
27712024-05-15T18:26:35.442Z Compiling termcolor v1.2.0
27722024-05-15T18:26:35.492Z Compiling linked-hash-map v0.5.6
27732024-05-15T18:26:35.765Z Compiling slog-scope v4.4.0
27742024-05-15T18:26:35.828Z Compiling lru-cache v0.1.2
27752024-05-15T18:26:35.844Z Compiling env_logger v0.9.3
27762024-05-15T18:26:36.017Z Compiling resolv-conf v0.7.0
27772024-05-15T18:26:36.108Z Compiling tokio-tungstenite v0.20.1
27782024-05-15T18:26:36.269Z Compiling tar v0.4.40
27792024-05-15T18:26:36.550Z Compiling rayon v1.10.0
27802024-05-15T18:26:36.681Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27812024-05-15T18:26:36.801Z Compiling password-hash v0.5.0
27822024-05-15T18:26:37.141Z Compiling blake2 v0.10.6
27832024-05-15T18:26:37.240Z Compiling bitstruct_derive v0.1.0
27842024-05-15T18:26:37.867Z Compiling derive-where v1.2.7
27852024-05-15T18:26:38.436Z Compiling memmap2 v0.7.1
27862024-05-15T18:26:38.627Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27872024-05-15T18:26:38.754Z Compiling arrayvec v0.7.4
27882024-05-15T18:26:38.769Z Compiling arrayref v0.3.7
27892024-05-15T18:26:38.861Z Compiling constant_time_eq v0.3.0
27902024-05-15T18:26:38.872Z Compiling ascii v1.1.0
27912024-05-15T18:26:39.040Z Compiling home v0.5.5
27922024-05-15T18:26:39.150Z Compiling parking_lot_core v0.8.6
27932024-05-15T18:26:39.308Z Compiling bytecount v0.6.3
27942024-05-15T18:26:39.472Z Compiling libefi-sys v0.1.0
27952024-05-15T18:26:39.518Z Compiling papergrid v0.11.0
27962024-05-15T18:26:39.642Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27972024-05-15T18:26:39.793Z Compiling toolchain_find v0.4.0
27982024-05-15T18:26:40.452Z Compiling bitstruct v0.1.1
27992024-05-15T18:26:40.561Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-05-15T18:26:40.808Z Compiling argon2 v0.5.3
28012024-05-15T18:26:41.567Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-15T18:26:41.783Z Compiling trust-dns-resolver v0.22.0
28032024-05-15T18:26:42.467Z Compiling slog-stdlog v4.1.1
28042024-05-15T18:26:42.949Z Compiling tabled_derive v0.7.0
28052024-05-15T18:26:43.467Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-05-15T18:26:43.840Z Compiling num-rational v0.4.2
28072024-05-15T18:26:43.863Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-05-15T18:26:44.041Z Compiling rfc6979 v0.4.0
28092024-05-15T18:26:44.282Z Compiling serde_arrays v0.1.0
28102024-05-15T18:26:44.283Z Compiling erased-serde v0.3.31
28112024-05-15T18:26:44.493Z Compiling aead v0.5.2
28122024-05-15T18:26:44.493Z Compiling num-complex v0.4.6
28132024-05-15T18:26:45.230Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28142024-05-15T18:26:46.093Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28152024-05-15T18:26:46.093Z Compiling nibble_vec v0.1.0
28162024-05-15T18:26:46.093Z Compiling slog-dtrace v0.3.0
28172024-05-15T18:26:46.093Z Compiling keccak v0.1.4
28182024-05-15T18:26:46.094Z Compiling winapi v0.3.9
28192024-05-15T18:26:46.094Z Compiling topological-sort v0.2.2
28202024-05-15T18:26:46.094Z Compiling cancel-safe-futures v0.1.5
28212024-05-15T18:26:46.094Z Compiling endian-type v0.1.2
28222024-05-15T18:26:46.094Z Compiling omicron-zone-package v0.11.0
28232024-05-15T18:26:46.094Z Compiling radix_trie v0.2.1
28242024-05-15T18:26:46.094Z Compiling sha3 v0.10.8
28252024-05-15T18:26:46.473Z Compiling tabled v0.15.0
28262024-05-15T18:26:47.165Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28272024-05-15T18:26:47.165Z Compiling num v0.4.3
28282024-05-15T18:26:47.237Z Compiling ecdsa v0.16.9
28292024-05-15T18:26:47.238Z Compiling rand_core v0.5.1
28302024-05-15T18:26:47.466Z Compiling slog-envlogger v2.2.0
28312024-05-15T18:26:47.596Z Compiling mime_guess v2.0.4
28322024-05-15T18:26:47.816Z Compiling steno v0.4.0
28332024-05-15T18:26:48.238Z Compiling rustfmt-wrapper v0.2.1
28342024-05-15T18:26:49.406Z Compiling poly1305 v0.8.0
28352024-05-15T18:26:49.657Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28362024-05-15T18:26:50.261Z Compiling heck v0.3.3
28372024-05-15T18:26:50.814Z Compiling primeorder v0.13.6
28382024-05-15T18:26:51.511Z Compiling chacha20 v0.9.1
28392024-05-15T18:26:51.511Z Compiling thiserror-impl-no-std v2.0.2
28402024-05-15T18:26:51.663Z Compiling secrecy v0.8.0
28412024-05-15T18:26:51.850Z Compiling half v2.3.1
28422024-05-15T18:26:52.372Z Compiling ciborium-io v0.2.2
28432024-05-15T18:26:52.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28442024-05-15T18:26:52.373Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28452024-05-15T18:26:52.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28462024-05-15T18:26:52.586Z Compiling option-ext v0.2.0
28472024-05-15T18:26:52.586Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28482024-05-15T18:26:52.737Z Compiling convert_case v0.4.0
28492024-05-15T18:26:52.895Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28502024-05-15T18:26:52.923Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512024-05-15T18:26:53.624Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28522024-05-15T18:26:53.665Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28532024-05-15T18:26:53.847Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28542024-05-15T18:26:53.898Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28552024-05-15T18:26:54.068Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28562024-05-15T18:26:54.431Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28572024-05-15T18:26:54.487Z Compiling thiserror-no-std v2.0.2
28582024-05-15T18:26:54.608Z Compiling derive_more v0.99.17
28592024-05-15T18:26:54.749Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28602024-05-15T18:26:55.057Z Compiling dirs-sys v0.4.1
28612024-05-15T18:26:55.096Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28622024-05-15T18:26:55.608Z Compiling ciborium-ll v0.2.2
28632024-05-15T18:26:55.680Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28642024-05-15T18:26:55.740Z Compiling zone_cfg_derive v0.1.2
28652024-05-15T18:26:56.038Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28662024-05-15T18:26:56.342Z Compiling parking_lot v0.11.2
28672024-05-15T18:26:56.453Z Compiling rand_chacha v0.2.2
28682024-05-15T18:26:57.252Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28692024-05-15T18:26:57.663Z Compiling trust-dns-client v0.22.0
28702024-05-15T18:26:57.993Z Compiling ed25519 v2.2.2
28712024-05-15T18:26:58.447Z Compiling polyval v0.6.1
28722024-05-15T18:26:58.603Z Compiling tungstenite v0.21.0
28732024-05-15T18:26:58.869Z Compiling ctr v0.9.2
28742024-05-15T18:26:59.221Z Compiling aes v0.8.3
28752024-05-15T18:27:00.705Z Compiling blowfish v0.9.1
28762024-05-15T18:27:00.811Z Compiling libsw v3.3.1
28772024-05-15T18:27:00.881Z Compiling toml v0.5.11
28782024-05-15T18:27:01.124Z Compiling password-hash v0.4.2
28792024-05-15T18:27:01.187Z Compiling pbkdf2 v0.12.2
28802024-05-15T18:27:01.342Z Compiling gethostname v0.4.3
28812024-05-15T18:27:01.625Z Compiling fxhash v0.2.1
28822024-05-15T18:27:01.827Z Compiling linear-map v1.2.0
28832024-05-15T18:27:02.054Z Compiling swrite v0.1.0
28842024-05-15T18:27:02.128Z Compiling owo-colors v4.0.0
28852024-05-15T18:27:02.180Z Compiling base64 v0.13.1
28862024-05-15T18:27:02.191Z Compiling sled v0.34.7
28872024-05-15T18:27:02.804Z Compiling trust-dns-server v0.22.1
28882024-05-15T18:27:03.360Z Compiling ron v0.7.1
28892024-05-15T18:27:04.375Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28902024-05-15T18:27:04.682Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28912024-05-15T18:27:05.710Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28922024-05-15T18:27:09.746Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28932024-05-15T18:27:09.788Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28942024-05-15T18:27:10.732Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28952024-05-15T18:27:10.746Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28962024-05-15T18:27:12.239Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28972024-05-15T18:27:13.534Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28982024-05-15T18:27:13.772Z Compiling pbkdf2 v0.11.0
28992024-05-15T18:27:13.836Z Compiling bcrypt-pbkdf v0.10.0
29002024-05-15T18:27:14.038Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29012024-05-15T18:27:14.095Z Compiling tokio-tungstenite v0.21.0
29022024-05-15T18:27:14.311Z Compiling ghash v0.5.0
29032024-05-15T18:27:14.381Z Compiling ed25519-dalek v2.0.0
29042024-05-15T18:27:14.392Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29052024-05-15T18:27:14.506Z Compiling russh-cryptovec v0.7.0
29062024-05-15T18:27:14.627Z Compiling zone v0.1.8
29072024-05-15T18:27:14.794Z Compiling rand v0.7.3
29082024-05-15T18:27:15.343Z Compiling ciborium v0.2.2
29092024-05-15T18:27:15.361Z Compiling dirs v5.0.1
29102024-05-15T18:27:16.178Z Compiling vsss-rs v3.3.4
29112024-05-15T18:27:16.841Z Compiling chacha20poly1305 v0.10.1
29122024-05-15T18:27:17.074Z Compiling p521 v0.13.3
29132024-05-15T18:27:17.341Z Compiling p256 v0.13.2
29142024-05-15T18:27:17.615Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29152024-05-15T18:27:18.194Z Compiling pem v3.0.4
29162024-05-15T18:27:19.055Z Compiling cbc v0.1.2
29172024-05-15T18:27:19.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29182024-05-15T18:27:19.485Z Compiling headers-core v0.2.0
29192024-05-15T18:27:19.594Z Compiling kstat-rs v0.2.3
29202024-05-15T18:27:19.629Z Compiling portpicker v0.1.1
29212024-05-15T18:27:19.662Z Compiling nanorand v0.7.0
29222024-05-15T18:27:20.344Z Compiling http-range v0.1.5
29232024-05-15T18:27:20.355Z Compiling md5 v0.7.0
29242024-05-15T18:27:20.355Z Compiling glob v0.3.1
29252024-05-15T18:27:20.355Z Compiling hyper-staticfile v0.9.5
29262024-05-15T18:27:20.772Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29272024-05-15T18:27:20.886Z Compiling russh-keys v0.43.0
29282024-05-15T18:27:21.269Z Compiling flume v0.11.0
29292024-05-15T18:27:21.331Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29302024-05-15T18:27:22.057Z Compiling headers v0.3.9
29312024-05-15T18:27:24.040Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29322024-05-15T18:27:24.225Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29332024-05-15T18:27:24.799Z Compiling rcgen v0.12.1
29342024-05-15T18:27:24.823Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29352024-05-15T18:27:25.246Z Compiling aes-gcm v0.10.3
29362024-05-15T18:27:25.539Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29372024-05-15T18:27:27.549Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29382024-05-15T18:27:27.754Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29392024-05-15T18:27:27.876Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29402024-05-15T18:27:29.482Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29412024-05-15T18:27:30.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29422024-05-15T18:27:32.408Z Compiling atomicwrites v0.4.3
29432024-05-15T18:27:32.775Z Compiling itertools v0.12.1
29442024-05-15T18:27:34.245Z Compiling subprocess v0.2.9
29452024-05-15T18:27:36.032Z Compiling hex-literal v0.4.1
29462024-05-15T18:27:36.186Z Compiling display-error-chain v0.2.0
29472024-05-15T18:27:36.284Z Compiling dhcproto-macros v0.1.0
29482024-05-15T18:27:36.361Z Compiling russh v0.43.0
29492024-05-15T18:27:36.737Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29502024-05-15T18:27:37.311Z Compiling dhcproto v0.11.0
29512024-05-15T18:27:39.085Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29522024-05-15T18:27:39.523Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29532024-05-15T18:27:39.618Z Compiling internet-checksum v0.2.1
29542024-05-15T18:27:40.475Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29552024-05-15T18:27:42.147Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29562024-05-15T18:28:02.735Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29572024-05-15T18:28:42.538Z Finished dev [unoptimized + debuginfo] target(s) in 3m 44s
29582024-05-15T18:28:42.634Z
29592024-05-15T18:28:42.638Zreal 3:44.956903544
29602024-05-15T18:28:42.638Zuser 20:17.784291862
29612024-05-15T18:28:42.639Zsys 4:24.576778629
29622024-05-15T18:28:42.639Ztrap 0.651299576
29632024-05-15T18:28:42.639Ztflt 0.407938904
29642024-05-15T18:28:42.639Zdflt 1.541254293
29652024-05-15T18:28:42.639Zkflt 0.000302097
29662024-05-15T18:28:42.639Zlock 42:38.255202521
29672024-05-15T18:28:42.639Zslp 59:08.173981361
29682024-05-15T18:28:42.639Zlat 1:00.945001590
29692024-05-15T18:28:42.639Zstop 1:52.248968699
29702024-05-15T18:28:42.639Z+ mkdir tests
29712024-05-15T18:28:42.639Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29722024-05-15T18:28:42.652Z+ xargs -I '{}' -t cp '{}' tests/
29732024-05-15T18:28:43.699Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e96e8802af79a83a tests/
29742024-05-15T18:28:43.719Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d1c0a40ec56cd3f tests/
29752024-05-15T18:28:43.739Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a3c2733e55b547f6 tests/
29762024-05-15T18:28:43.758Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4264d40b72cdb893 tests/
29772024-05-15T18:28:44.044Z+ 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/*)
29782024-05-15T18:28:44.048Z+ 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
29792024-05-15T18:29:47.390ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29802024-05-15T18:29:47.390Za out/target/test 1K
29812024-05-15T18:29:47.390Za out/npuzone/npuzone 23144K
29822024-05-15T18:29:47.390Za package-manifest.toml 27K
29832024-05-15T18:29:47.390Za smf/sled-agent/non-gimlet/config.toml 4K
29842024-05-15T18:29:47.390Za target/release/omicron-package 31475K
29852024-05-15T18:29:47.390Za target/release/xtask 6652K
29862024-05-15T18:29:47.391Za target/debug/bootstrap 351538K
29872024-05-15T18:29:47.391Za tests/bootstrap-6d1c0a40ec56cd3f 23707K
29882024-05-15T18:29:47.391Za tests/commtest-a3c2733e55b547f6 23707K
29892024-05-15T18:29:47.391Za tests/dhcp_server-e96e8802af79a83a 23707K
29902024-05-15T18:29:47.391Za tests/end_to_end_tests-4264d40b72cdb893 361689K
29912024-05-15T18:29:47.391Za out/clickhouse.tar.gz 222715K
29922024-05-15T18:29:47.391Za out/clickhouse_keeper.tar.gz 222708K
29932024-05-15T18:29:47.391Za out/cockroachdb.tar.gz 120683K
29942024-05-15T18:29:47.391Za out/crucible-pantry-zone.tar.gz 27063K
29952024-05-15T18:29:47.391Za out/crucible-zone.tar.gz 37724K
29962024-05-15T18:29:47.391Za out/external-dns.tar.gz 25072K
29972024-05-15T18:29:47.396Za out/internal-dns.tar.gz 25072K
29982024-05-15T18:29:47.396Za out/mg-ddm-gz.tar 60398K
29992024-05-15T18:29:47.396Za out/nexus.tar.gz 82686K
30002024-05-15T18:29:47.396Za out/ntp.tar.gz 8695K
30012024-05-15T18:29:47.396Za out/omicron-gateway-softnpu.tar.gz 14299K
30022024-05-15T18:29:47.396Za out/omicron-sled-agent.tar 94654K
30032024-05-15T18:29:47.396Za out/overlay.tar.gz 3K
30042024-05-15T18:29:47.396Za out/oximeter.tar.gz 40957K
30052024-05-15T18:29:47.396Za out/oxlog.tar 2895K
30062024-05-15T18:29:47.396Za out/probe.tar.gz 2764K
30072024-05-15T18:29:47.396Za out/propolis-server.tar.gz 65036K
30082024-05-15T18:29:47.397Za out/pumpkind-gz.tar 26665K
30092024-05-15T18:29:47.397Za out/switch-softnpu.tar.gz 195721K
30102024-05-15T18:29:47.397Z
30112024-05-15T18:29:47.397Zreal 1:03.333264627
30122024-05-15T18:29:47.397Zuser 1:00.680702580
30132024-05-15T18:29:47.397Zsys 3.543769761
30142024-05-15T18:29:47.397Ztrap 0.013559290
30152024-05-15T18:29:47.397Ztflt 0.000000000
30162024-05-15T18:29:47.397Zdflt 0.000000000
30172024-05-15T18:29:47.397Zkflt 0.000000000
30182024-05-15T18:29:47.397Zlock 0.000000000
30192024-05-15T18:29:47.397Zslp 1:00.667579326
30202024-05-15T18:29:47.397Zlat 1.757728879
30212024-05-15T18:29:47.397Zstop 0.000196678
30222024-05-15T18:29:47.397Zprocess exited: duration 1768373 ms, exit code 0
 
30232024-05-15T18:29:47.416Zfound 1 output files
30242024-05-15T18:29:47.417Zuploading: /work/package.tar.gz (1382962157 bytes)
30252024-05-15T18:37:03.465Zuploaded: /work/package.tar.gz