01HYGPRK6N82P7Y15Q3GZTPC57: 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: 01HYGPRZ7KCF1XDTXD7GCPHB95

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-22T17:50:47.973Zjob assigned to worker 01HYGPS4603EQ073SJH7JNBMPZ (queued for 55 s)
 
22024-05-22T17:50:55.503Zstarting task 0: "setup"
32024-05-22T17:50:55.550Z++ uname -s
42024-05-22T17:50:55.554Z+ kern=SunOS
52024-05-22T17:50:55.554Z+ case "$kern" in
62024-05-22T17:50:55.554Z+ groupadd -g 12345 build
72024-05-22T17:50:55.554Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-22T17:50:57.575Z+ zfs create -o mountpoint=/work rpool/work
92024-05-22T17:50:57.668Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-22T17:50:57.673Z+ home_fs=zfs
112024-05-22T17:50:57.673Z+ [[ zfs == autofs ]]
122024-05-22T17:50:57.673Z+ mkdir -p /home/build
132024-05-22T17:50:57.693Z+ chown build:build /home/build /work
142024-05-22T17:50:58.676Z+ chmod 0700 /home/build /work
152024-05-22T17:50:58.686Zprocess exited: duration 3176 ms, exit code 0
 
162024-05-22T17:50:58.699Zstarting task 1: "rust-toolchain"
172024-05-22T17:50:58.717Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-22T17:50:58.721Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-22T17:50:58.835Zinfo: downloading installer
202024-05-22T17:51:00.456Zwarning: it looks like you have an existing installation of Rust at:
212024-05-22T17:51:00.456Zwarning: /opt/ooce/bin
222024-05-22T17:51:00.457Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-22T17:51:00.457Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-22T17:51:00.457Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-22T17:51:00.457Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-22T17:51:00.458Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-22T17:51:00.458Zerror: cannot install while Rust is installed
282024-05-22T17:51:00.458Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-22T17:51:00.544Zinfo: profile set to 'default'
302024-05-22T17:51:00.545Zinfo: default host triple is x86_64-unknown-illumos
312024-05-22T17:51:00.559Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-22T17:51:00.685Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-22T17:51:00.685Zinfo: downloading component 'cargo'
342024-05-22T17:51:01.610Zinfo: downloading component 'clippy'
352024-05-22T17:51:02.006Zinfo: downloading component 'rust-docs'
362024-05-22T17:51:03.198Zinfo: downloading component 'rust-std'
372024-05-22T17:51:04.993Zinfo: downloading component 'rustc'
382024-05-22T17:51:09.982Zinfo: downloading component 'rustfmt'
392024-05-22T17:51:10.619Zinfo: installing component 'cargo'
402024-05-22T17:51:11.067Zinfo: installing component 'clippy'
412024-05-22T17:51:11.396Zinfo: installing component 'rust-docs'
422024-05-22T17:51:12.909Zinfo: installing component 'rust-std'
432024-05-22T17:51:14.558Zinfo: installing component 'rustc'
442024-05-22T17:51:18.645Zinfo: installing component 'rustfmt'
452024-05-22T17:51:18.990Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-22T17:51:18.990Z
472024-05-22T17:51:19.254Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-22T17:51:19.254Z
492024-05-22T17:51:19.261Z
502024-05-22T17:51:19.261ZRust is installed now. Great!
512024-05-22T17:51:19.261Z
522024-05-22T17:51:19.261ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-22T17:51:19.261Zenvironment variable. This has not been done automatically.
542024-05-22T17:51:19.261Z
552024-05-22T17:51:19.261ZTo configure your current shell, you need to source
562024-05-22T17:51:19.261Zthe corresponding env file under $HOME/.cargo.
572024-05-22T17:51:19.262Z
582024-05-22T17:51:19.262ZThis is usually done by running one of the following (note the leading DOT):
592024-05-22T17:51:19.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-22T17:51:19.262Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-22T17:51:19.303Z+ rustc --version
622024-05-22T17:51:19.362Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-22T17:51:19.366Zprocess exited: duration 20663 ms, exit code 0
 
642024-05-22T17:51:19.375Zstarting task 2: "authentication"
652024-05-22T17:51:19.396Zprocess exited: duration 21 ms, exit code 0
 
662024-05-22T17:51:19.405Zstarting task 3: "clone repository"
672024-05-22T17:51:19.409Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-22T17:51:19.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-22T17:51:19.541ZCloning into '/work/oxidecomputer/omicron'...
702024-05-22T17:51:25.633Z+ cd /work/oxidecomputer/omicron
712024-05-22T17:51:25.636Z+ git fetch origin 0bf66d7c53397af5e30bffe6d0ddd841d0b00472
722024-05-22T17:51:25.965ZFrom https://github.com/oxidecomputer/omicron
732024-05-22T17:51:25.965Z * branch 0bf66d7c53397af5e30bffe6d0ddd841d0b00472 -> FETCH_HEAD
742024-05-22T17:51:25.973Z+ [[ -n issue-5214-v2p-mapping-rpw ]]
752024-05-22T17:51:25.976Z++ git branch --show-current
762024-05-22T17:51:25.980Z+ current=main
772024-05-22T17:51:25.981Z+ [[ main != issue-5214-v2p-mapping-rpw ]]
782024-05-22T17:51:25.981Z+ git branch -f issue-5214-v2p-mapping-rpw 0bf66d7c53397af5e30bffe6d0ddd841d0b00472
792024-05-22T17:51:25.985Z+ git checkout -f issue-5214-v2p-mapping-rpw
802024-05-22T17:51:26.116ZSwitched to branch 'issue-5214-v2p-mapping-rpw'
812024-05-22T17:51:26.123Z+ git reset --hard 0bf66d7c53397af5e30bffe6d0ddd841d0b00472
822024-05-22T17:51:26.133ZHEAD is now at 0bf66d7c5 rollback maghemite
832024-05-22T17:51:26.138Zprocess exited: duration 6729 ms, exit code 0
 
842024-05-22T17:51:26.149Zstarting task 4: "build"
852024-05-22T17:51:26.155Z+ cargo --version
862024-05-22T17:51:26.206Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-22T17:51:26.213Z+ rustc --version
882024-05-22T17:51:26.265Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-22T17:51:26.271Z+ WORK=/work
902024-05-22T17:51:26.271Z+ pfexec mkdir -p /work
912024-05-22T17:51:26.271Z+ pfexec chown build /work
922024-05-22T17:51:26.271Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-22T17:51:35.988Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-22T17:51:37.993Z Startup: Caching catalogs ... Done
952024-05-22T17:51:39.949ZPlanning: Solver setup ... Done (1.469s)
962024-05-22T17:51:39.974ZPlanning: Running solver ... Done (0.026s)
972024-05-22T17:51:40.025ZPlanning: Finding local manifests ... Done (0.004s)
982024-05-22T17:51:40.039ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-22T17:51:40.406ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-22T17:51:40.447ZPlanning: Package planning ... Done (0.047s)
1012024-05-22T17:51:40.496ZPlanning: Merging actions ... Done (0.051s)
1022024-05-22T17:51:41.816ZPlanning: Checking for conflicting actions ... Done (1.320s)
1032024-05-22T17:51:41.828ZPlanning: Consolidating action changes ... Done (0.011s)
1042024-05-22T17:51:49.764ZPlanning: Evaluating mediators ... Done (7.933s)
1052024-05-22T17:51:49.772ZPlanning: Planning completed in 11.71 seconds
1062024-05-22T17:51:50.683Z Packages to install: 4
1072024-05-22T17:51:50.683Z Mediators to change: 2
1082024-05-22T17:51:50.683Z Services to change: 1
1092024-05-22T17:51:50.691Z Estimated space available: 155.79 GB
1102024-05-22T17:51:50.691ZEstimated space to be consumed: 1.45 GB
1112024-05-22T17:51:50.692Z Create boot environment: No
1122024-05-22T17:51:50.692ZCreate backup boot environment: No
1132024-05-22T17:51:50.692Z Rebuild boot archive: No
1142024-05-22T17:51:50.692Z
1152024-05-22T17:51:50.692ZChanged mediators:
1162024-05-22T17:51:50.692Z mediator clang:
1172024-05-22T17:51:50.692Z version: None -> 15 (system default)
1182024-05-22T17:51:50.692Z
1192024-05-22T17:51:50.692Z mediator llvm:
1202024-05-22T17:51:50.692Z version: 14 (system default) -> 15 (system default)
1212024-05-22T17:51:50.693Z
1222024-05-22T17:51:50.693ZChanged packages:
1232024-05-22T17:51:50.693Zhelios-dev
1242024-05-22T17:51:50.693Z developer/build-essential
1252024-05-22T17:51:50.693Z None -> 11-2.0
1262024-05-22T17:51:50.693Z library/libxmlsec1
1272024-05-22T17:51:50.694Z None -> 1.2.35-2.0
1282024-05-22T17:51:50.694Z ooce/developer/clang-15
1292024-05-22T17:51:50.694Z None -> 15.0.7-2.0
1302024-05-22T17:51:50.694Z ooce/developer/llvm-15
1312024-05-22T17:51:50.694Z None -> 15.0.7-2.0
1322024-05-22T17:51:50.694Z
1332024-05-22T17:51:50.694ZServices:
1342024-05-22T17:51:50.694Z restart_fmri:
1352024-05-22T17:51:50.694Z svc:/system/update-man-index:default
1362024-05-22T17:51:50.938Z
1372024-05-22T17:51:50.938ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-22T17:51:55.937ZDownload: 1251/3290 items 104.0/212.6MB 48% complete (20.9M/s)
1392024-05-22T17:52:01.208ZDownload: 2222/3290 items 119.0/212.6MB 55% complete (12.8M/s)
1402024-05-22T17:52:06.009ZDownload: 3195/3290 items 157.2/212.6MB 73% complete (5.0M/s)
1412024-05-22T17:52:11.783ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (9.4M/s)
1422024-05-22T17:52:11.809ZDownload: Completed 212.60 MB in 20.87 seconds (10.2M/s)
1432024-05-22T17:52:11.969Z Actions: 1/3689 actions (Installing new actions)
1442024-05-22T17:52:17.401Z Actions: 3561/3689 actions (Installing new actions)
1452024-05-22T17:52:17.847Z Actions: Completed 3689 actions in 5.88 seconds.
1462024-05-22T17:52:18.076Z Done (0.217s)
1472024-05-22T17:52:18.077Z Done (0.000s)
1482024-05-22T17:52:18.377Z Done (0.299s)
1492024-05-22T17:52:24.712Z Done (6.192s)
1502024-05-22T17:52:25.011Z Done (0.233s)
1512024-05-22T17:52:25.015Z Done (0.000s)
1522024-05-22T17:52:25.188Z Done (0.000s)
1532024-05-22T17:52:25.717ZPlanning: Evaluating mediator changes ... Done
1542024-05-22T17:52:25.892ZPlanning: Checking for conflicting actions ... Done
1552024-05-22T17:52:25.912ZPlanning: Consolidating action changes ... Done
1562024-05-22T17:52:26.145ZPlanning: Evaluating mediators ... Done
1572024-05-22T17:52:26.148ZPlanning: Planning completed in 0.43 seconds
1582024-05-22T17:52:26.177Z Mediators to change: 2
1592024-05-22T17:52:26.177Z Create boot environment: No
1602024-05-22T17:52:26.180ZCreate backup boot environment: No
1612024-05-22T17:52:26.281Z Done
1622024-05-22T17:52:26.281Z Done
1632024-05-22T17:52:27.690Z Done
1642024-05-22T17:52:29.924Z Done
1652024-05-22T17:52:30.423Z Done
1662024-05-22T17:52:30.423Z Done
1672024-05-22T17:52:30.423Z Done
1682024-05-22T17:52:30.710ZPlanning: Evaluating mediator changes ... Done
1692024-05-22T17:52:30.717ZPlanning: Merging actions ... Done
1702024-05-22T17:52:30.908ZPlanning: Checking for conflicting actions ... Done
1712024-05-22T17:52:30.928ZPlanning: Consolidating action changes ... Done
1722024-05-22T17:52:31.162ZPlanning: Evaluating mediators ... Done
1732024-05-22T17:52:31.217ZPlanning: Planning completed in 0.74 seconds
1742024-05-22T17:52:31.250Z Packages to change: 1
1752024-05-22T17:52:31.250Z Mediators to change: 1
1762024-05-22T17:52:31.253Z Services to change: 1
1772024-05-22T17:52:31.253Z Create boot environment: No
1782024-05-22T17:52:31.253ZCreate backup boot environment: Yes
1792024-05-22T17:52:32.987Z Actions: 1/6 actions (Updating modified actions)
1802024-05-22T17:52:33.123Z Actions: Completed 6 actions in 0.14 seconds.
1812024-05-22T17:52:33.127Z Done
1822024-05-22T17:52:33.127Z Done
1832024-05-22T17:52:33.188Z Done
1842024-05-22T17:52:36.659Z Done
1852024-05-22T17:52:37.160Z Done
1862024-05-22T17:52:37.163Z Done
1872024-05-22T17:52:37.163Z Done
1882024-05-22T17:52:37.307ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-05-22T17:52:37.307Zclang system 15 system
1902024-05-22T17:52:37.307Zcsh system system illumos
1912024-05-22T17:52:37.307Zctags system system illumos
1922024-05-22T17:52:37.307Zgcc vendor 12 vendor
1932024-05-22T17:52:37.308Zgcc system 10 system
1942024-05-22T17:52:37.308Zgcc system 7 system
1952024-05-22T17:52:37.308Zgo system 1.20 system
1962024-05-22T17:52:37.308Zgo system 1.19 system
1972024-05-22T17:52:37.308Zllvm system 15 system
1982024-05-22T17:52:37.309Zllvm system 14 system
1992024-05-22T17:52:37.309Zmariadb system 10.6 system
2002024-05-22T17:52:37.309Zmta vendor vendor dma
2012024-05-22T17:52:37.309Zopenjdk system 17 system
2022024-05-22T17:52:37.309Zopenjdk system 11 system
2032024-05-22T17:52:37.309Zopenjdk system 1.8 system
2042024-05-22T17:52:37.310Zopenssl vendor 3 vendor
2052024-05-22T17:52:37.310Zperl system 5.36 system
2062024-05-22T17:52:37.310Zpostgresql system 15 system
2072024-05-22T17:52:37.310Zpostgresql system 13 system
2082024-05-22T17:52:37.310Zpython vendor 3 vendor
2092024-05-22T17:52:37.311Zpython system 2 system
2102024-05-22T17:52:37.311Zpython3 system 3.11 system
2112024-05-22T17:52:37.311Zruby system 3.0 system
2122024-05-22T17:52:37.311Zwords vendor vendor american-english
2132024-05-22T17:52:37.311Zwords system system australian-english
2142024-05-22T17:52:37.311Zwords system system british-english
2152024-05-22T17:52:37.312Zwords system system canadian-english
2162024-05-22T17:52:37.312Zwords system system french
2172024-05-22T17:52:37.312Zwords system system italian
2182024-05-22T17:52:37.312Zwords system system ngerman
2192024-05-22T17:52:37.312Zwords system system ogerman
2202024-05-22T17:52:37.312Zwords system system spanish
2212024-05-22T17:52:37.632ZPUBLISHER TYPE STATUS P LOCATION
2222024-05-22T17:52:37.632Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-05-22T17:52:39.056ZFMRI IFO
2242024-05-22T17:52:39.056Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-05-22T17:52:39.056Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-05-22T17:52:39.056Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-05-22T17:52:39.056Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-05-22T17:52:39.056Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-05-22T17:52:39.056Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-05-22T17:52:39.056Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-05-22T17:52:39.056Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-05-22T17:52:39.056Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-05-22T17:52:39.056Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-05-22T17:52:39.056Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-05-22T17:52:39.056Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-05-22T17:52:39.327Z+ set -o errexit
2372024-05-22T17:52:39.336Z+++ dirname ./tools/ci_download_cockroachdb
2382024-05-22T17:52:39.336Z++ cd ./tools
2392024-05-22T17:52:39.337Z++ pwd
2402024-05-22T17:52:39.337Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-05-22T17:52:39.343Z++ basename ./tools/ci_download_cockroachdb
2422024-05-22T17:52:39.344Z+ ARG0=ci_download_cockroachdb
2432024-05-22T17:52:39.344Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-05-22T17:52:39.344Z+ CIDL_VERSION=v22.1.9
2452024-05-22T17:52:39.344Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-05-22T17:52:39.344Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2472024-05-22T17:52:39.344Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2482024-05-22T17:52:39.344Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2492024-05-22T17:52:39.344Z+ TARGET_DIR=out
2502024-05-22T17:52:39.344Z+ DOWNLOAD_DIR=out/downloads
2512024-05-22T17:52:39.344Z+ DEST_DIR=./out/cockroachdb
2522024-05-22T17:52:39.344Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-05-22T17:52:39.344Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-05-22T17:52:39.344Z+ main
2552024-05-22T17:52:39.344Z+ [[ 0 != 0 ]]
2562024-05-22T17:52:39.344Z+ CIDL_OS=solaris2.11
2572024-05-22T17:52:39.344Z+ [[ 0 != 0 ]]
2582024-05-22T17:52:39.345Z+ configure_os solaris2.11
2592024-05-22T17:52:39.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-05-22T17:52:39.345Zcurrent directory: /work/oxidecomputer/omicron
2612024-05-22T17:52:39.345Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-05-22T17:52:39.345Z+ case "$1" in
2632024-05-22T17:52:39.345Zconfiguring based on OS: "solaris2.11"
2642024-05-22T17:52:39.345Z+ CIDL_BUILD=illumos
2652024-05-22T17:52:39.345Z+ CIDL_SUFFIX=tar.gz
2662024-05-22T17:52:39.345Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-22T17:52:39.345Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-05-22T17:52:39.345Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-05-22T17:52:39.345Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-05-22T17:52:39.345Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-05-22T17:52:39.345Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-22T17:52:39.345Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-05-22T17:52:39.345Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-22T17:52:39.345Z+ CIDL_SHA256FUNC=do_sha256sum
2752024-05-22T17:52:39.346Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-05-22T17:52:39.346ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-22T17:52:39.346Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-05-22T17:52:39.346Z+ mkdir -p out/downloads
2792024-05-22T17:52:39.346ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-05-22T17:52:39.346Z+ mkdir -p ./out/cockroachdb
2812024-05-22T17:52:39.346Z+ local DO_DOWNLOAD=true
2822024-05-22T17:52:39.346Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-05-22T17:52:39.346Z+ '[' true == true ']'
2842024-05-22T17:52:39.346Z+ echo Downloading...
2852024-05-22T17:52:39.346ZDownloading...
2862024-05-22T17:52:39.346Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-22T17:52:39.346Z+ 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
2882024-05-22T17:52:46.693Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-22T17:52:46.696Z++ sha256sum
2902024-05-22T17:52:46.696Z++ awk '{print $1}'
2912024-05-22T17:52:46.755Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-05-22T17:52:46.758Z+ [[ 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 ]]
2932024-05-22T17:52:46.758Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-22T17:52:46.758Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-05-22T17:52:48.935Z+ do_assemble_illumos
2962024-05-22T17:52:48.935Z+ rm -r ./out/cockroachdb
2972024-05-22T17:52:48.941Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-05-22T17:52:49.350Z+ ./out/cockroachdb/bin/cockroach version
2992024-05-22T17:52:49.553ZBuild Tag: v22.1.9-dirty
3002024-05-22T17:52:49.553ZBuild Time: 2022/10/26 21:17:46
3012024-05-22T17:52:49.553ZDistribution: OSS
3022024-05-22T17:52:49.554ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-05-22T17:52:49.554ZGo Version: go1.17.13
3042024-05-22T17:52:49.554ZC Compiler: gcc 10.3.0
3052024-05-22T17:52:49.554ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-05-22T17:52:49.554ZBuild Type: release
3072024-05-22T17:52:49.569Z+ set -o errexit
3082024-05-22T17:52:49.572Z+++ dirname ./tools/ci_download_clickhouse
3092024-05-22T17:52:49.575Z++ cd ./tools
3102024-05-22T17:52:49.575Z++ pwd
3112024-05-22T17:52:49.575Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-05-22T17:52:49.575Z++ basename ./tools/ci_download_clickhouse
3132024-05-22T17:52:49.575Z+ ARG0=ci_download_clickhouse
3142024-05-22T17:52:49.579Z+ TARGET_DIR=out
3152024-05-22T17:52:49.579Z+ DOWNLOAD_DIR=out/downloads
3162024-05-22T17:52:49.579Z+ DEST_DIR=./out/clickhouse
3172024-05-22T17:52:49.579Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3182024-05-22T17:52:49.579Z+ CIDL_VERSION=v23.8.7.24
3192024-05-22T17:52:49.579Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-05-22T17:52:49.579Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3212024-05-22T17:52:49.580Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3222024-05-22T17:52:49.580Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3232024-05-22T17:52:49.580Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-05-22T17:52:49.580Z+ main
3252024-05-22T17:52:49.580Z+ [[ 0 != 0 ]]
3262024-05-22T17:52:49.580Z+ CIDL_OS=solaris2.11
3272024-05-22T17:52:49.580Z+ [[ 0 != 0 ]]
3282024-05-22T17:52:49.580Z+ configure_os solaris2.11
3292024-05-22T17:52:49.580Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-05-22T17:52:49.580Zcurrent directory: /work/oxidecomputer/omicron
3312024-05-22T17:52:49.580Z+ echo 'configuring based on OS: "solaris2.11"'
3322024-05-22T17:52:49.580Z+ CIDL_DASHREV=
3332024-05-22T17:52:49.580Zconfiguring based on OS: "solaris2.11"
3342024-05-22T17:52:49.580Z+ case "$1" in
3352024-05-22T17:52:49.580Z+ CIDL_PLATFORM=illumos
3362024-05-22T17:52:49.580Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3372024-05-22T17:52:49.580Z+ CIDL_MD5FUNC=do_md5sum
3382024-05-22T17:52:49.580Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3392024-05-22T17:52:49.580Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-22T17:52:49.580Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-22T17:52:49.580Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-22T17:52:49.580Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-22T17:52:49.581Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3442024-05-22T17:52:49.581ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-22T17:52:49.581Z+ mkdir -p out/downloads
3462024-05-22T17:52:49.581ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-22T17:52:49.584Z+ mkdir -p ./out/clickhouse
3482024-05-22T17:52:49.584Z+ local DO_DOWNLOAD=true
3492024-05-22T17:52:49.584Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3502024-05-22T17:52:49.584Z+ '[' true == true ']'
3512024-05-22T17:52:49.584Z+ echo Downloading...
3522024-05-22T17:52:49.584ZDownloading...
3532024-05-22T17:52:49.584Z+ 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
3542024-05-22T17:52:49.584Z+ 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
3552024-05-22T17:52:51.207Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-22T17:52:51.216Z++ md5sum
3572024-05-22T17:52:51.217Z++ awk '{print $1}'
3582024-05-22T17:52:51.568Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3592024-05-22T17:52:51.569Z+ [[ 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 ]]
3602024-05-22T17:52:51.998Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3612024-05-22T17:52:51.998Z+ mkdir -p ./out/clickhouse
3622024-05-22T17:52:51.999Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3632024-05-22T17:52:55.365Z+ [[ solaris2.11 == darwin* ]]
3642024-05-22T17:52:55.366Z+ ./out/clickhouse/clickhouse server --version
3652024-05-22T17:52:56.326ZClickHouse server version 23.8.7.1.
3662024-05-22T17:52:56.333Z+ set -o errexit
3672024-05-22T17:52:56.333Z+++ dirname ./tools/ci_download_console
3682024-05-22T17:52:56.333Z++ cd ./tools
3692024-05-22T17:52:56.333Z++ pwd
3702024-05-22T17:52:56.333Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-05-22T17:52:56.333Z++ basename ./tools/ci_download_console
3722024-05-22T17:52:56.333Z+ ARG0=ci_download_console
3732024-05-22T17:52:56.333Z+ TARGET_DIR=out
3742024-05-22T17:52:56.333Z+ DOWNLOAD_DIR=out/downloads
3752024-05-22T17:52:56.333Z+ DEST_DIR=./out/console-assets
3762024-05-22T17:52:56.333Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-05-22T17:52:56.333Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3782024-05-22T17:52:56.333Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3792024-05-22T17:52:56.333Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3802024-05-22T17:52:56.333Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-05-22T17:52:56.333Z+ main
3822024-05-22T17:52:56.333Z+ [[ 0 != 0 ]]
3832024-05-22T17:52:56.333Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3842024-05-22T17:52:56.333Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-05-22T17:52:56.333ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3862024-05-22T17:52:56.334ZLocal file: out/downloads/console.tar.gz
3872024-05-22T17:52:56.334Z+ local DO_DOWNLOAD=true
3882024-05-22T17:52:56.334Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-05-22T17:52:56.334Z+ mkdir -p out/downloads
3902024-05-22T17:52:56.334Z+ '[' true == true ']'
3912024-05-22T17:52:56.334Z+ echo Downloading...
3922024-05-22T17:52:56.334ZDownloading...
3932024-05-22T17:52:56.334Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3942024-05-22T17:52:56.334Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3952024-05-22T17:52:56.496Z++ do_sha256sum out/downloads/console.tar.gz
3962024-05-22T17:52:56.500Z++ case "$OSTYPE" in
3972024-05-22T17:52:56.500Z++ SHA=sha256sum
3982024-05-22T17:52:56.500Z++ sha256sum
3992024-05-22T17:52:56.500Z++ awk '{print $1}'
4002024-05-22T17:52:56.504Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4012024-05-22T17:52:56.508Z+ [[ 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 ]]
4022024-05-22T17:52:56.508Z+ rm -rf ./out/console-assets
4032024-05-22T17:52:56.508Z+ mkdir -p ./out/console-assets
4042024-05-22T17:52:56.511Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-05-22T17:52:56.511Z+ mkdir -p ./out/console-assets
4062024-05-22T17:52:56.511Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-05-22T17:52:56.602Z+ set -o errexit
4082024-05-22T17:52:56.605Z+++ dirname ./tools/ci_download_dendrite_openapi
4092024-05-22T17:52:56.605Z++ cd ./tools
4102024-05-22T17:52:56.605Z++ pwd
4112024-05-22T17:52:56.609Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-05-22T17:52:56.609Z++ basename ./tools/ci_download_dendrite_openapi
4132024-05-22T17:52:56.609Z+ ARG0=ci_download_dendrite_openapi
4142024-05-22T17:52:56.609Z+ TARGET_DIR=out
4152024-05-22T17:52:56.609Z+ DOWNLOAD_DIR=out/downloads
4162024-05-22T17:52:56.609Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4172024-05-22T17:52:56.609Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4182024-05-22T17:52:56.609Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4192024-05-22T17:52:56.609Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4202024-05-22T17:52:56.609Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-05-22T17:52:56.609Z+ main
4222024-05-22T17:52:56.609Z+ [[ 0 != 0 ]]
4232024-05-22T17:52:56.609Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4242024-05-22T17:52:56.609ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4252024-05-22T17:52:56.609ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4262024-05-22T17:52:56.609Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4272024-05-22T17:52:56.609Z+ local DO_DOWNLOAD=true
4282024-05-22T17:52:56.609Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4292024-05-22T17:52:56.609Z+ mkdir -p out/downloads
4302024-05-22T17:52:56.613Z+ '[' true == true ']'
4312024-05-22T17:52:56.613Z+ echo Downloading...
4322024-05-22T17:52:56.613ZDownloading...
4332024-05-22T17:52:56.613Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-05-22T17:52:56.613Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4352024-05-22T17:52:56.830Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4362024-05-22T17:52:56.830Z++ case "$OSTYPE" in
4372024-05-22T17:52:56.834Z++ SHA=sha256sum
4382024-05-22T17:52:56.835Z++ sha256sum
4392024-05-22T17:52:56.835Z++ awk '{print $1}'
4402024-05-22T17:52:56.835Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4412024-05-22T17:52:56.835Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4422024-05-22T17:52:56.841Z+ set -o errexit
4432024-05-22T17:52:56.844Z+++ dirname ./tools/ci_download_dendrite_stub
4442024-05-22T17:52:56.847Z++ cd ./tools
4452024-05-22T17:52:56.847Z++ pwd
4462024-05-22T17:52:56.847Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-05-22T17:52:56.847Z++ basename ./tools/ci_download_dendrite_stub
4482024-05-22T17:52:56.851Z+ ARG0=ci_download_dendrite_stub
4492024-05-22T17:52:56.851Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4502024-05-22T17:52:56.852Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4512024-05-22T17:52:56.852Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4522024-05-22T17:52:56.852Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4532024-05-22T17:52:56.852Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4542024-05-22T17:52:56.852Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4552024-05-22T17:52:56.852Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4562024-05-22T17:52:56.852Z+ TARGET_DIR=out
4572024-05-22T17:52:56.852Z+ DOWNLOAD_DIR=out/downloads
4582024-05-22T17:52:56.852Z+ DEST_DIR=./out/dendrite-stub
4592024-05-22T17:52:56.852Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4602024-05-22T17:52:56.852Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4612024-05-22T17:52:56.852Z+ REPO=oxidecomputer/dendrite
4622024-05-22T17:52:56.852Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4632024-05-22T17:52:56.852Z+ main
4642024-05-22T17:52:56.852Z+ [[ 0 != 0 ]]
4652024-05-22T17:52:56.852Z+ CIDL_OS=solaris2.11
4662024-05-22T17:52:56.852Z+ [[ 0 != 0 ]]
4672024-05-22T17:52:56.852Z+ configure_os solaris2.11
4682024-05-22T17:52:56.852Z+ echo 'current directory: /work/oxidecomputer/omicron'
4692024-05-22T17:52:56.852Z+ echo 'configuring based on OS: "solaris2.11"'
4702024-05-22T17:52:56.852Z+ case "$1" in
4712024-05-22T17:52:56.852Z+ SET_BINARIES=
4722024-05-22T17:52:56.852Zcurrent directory: /work/oxidecomputer/omicron
4732024-05-22T17:52:56.853Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4742024-05-22T17:52:56.853Z+ CIDL_SHA256FUNC=do_sha256sum
4752024-05-22T17:52:56.853Zconfiguring based on OS: "solaris2.11"
4762024-05-22T17:52:56.853Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4772024-05-22T17:52:56.853Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4782024-05-22T17:52:56.853Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4792024-05-22T17:52:56.853Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4802024-05-22T17:52:56.853ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4812024-05-22T17:52:56.853Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-05-22T17:52:56.853Z+ mkdir -p out/downloads
4832024-05-22T17:52:56.853ZLocal file: out/downloads/dendrite-stub.tar.gz
4842024-05-22T17:52:56.853Z+ mkdir -p ./out/dendrite-stub
4852024-05-22T17:52:56.858Z+ fetch_and_verify
4862024-05-22T17:52:56.858Z+ local DO_DOWNLOAD=true
4872024-05-22T17:52:56.858Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4882024-05-22T17:52:56.858Z+ '[' true == true ']'
4892024-05-22T17:52:56.858Z+ echo Downloading...
4902024-05-22T17:52:56.858ZDownloading...
4912024-05-22T17:52:56.858Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4922024-05-22T17:52:56.858Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4932024-05-22T17:53:05.922Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4942024-05-22T17:53:05.946Z++ sha256sum
4952024-05-22T17:53:05.946Z++ awk '{print $1}'
4962024-05-22T17:53:05.954Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4972024-05-22T17:53:05.954Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4982024-05-22T17:53:05.954Z+ do_untar out/downloads/dendrite-stub.tar.gz
4992024-05-22T17:53:05.954Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5002024-05-22T17:53:06.572Z+ do_assemble
5012024-05-22T17:53:06.572Z+ rm -r ./out/dendrite-stub
5022024-05-22T17:53:06.575Z+ mkdir ./out/dendrite-stub
5032024-05-22T17:53:06.579Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5042024-05-22T17:53:06.660Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5052024-05-22T17:53:06.674Z+ set -o errexit
5062024-05-22T17:53:06.679Z+++ dirname ./tools/ci_download_maghemite_mgd
5072024-05-22T17:53:06.679Z++ cd ./tools
5082024-05-22T17:53:06.679Z++ pwd
5092024-05-22T17:53:06.679Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-05-22T17:53:06.679Z++ basename ./tools/ci_download_maghemite_mgd
5112024-05-22T17:53:06.679Z+ ARG0=ci_download_maghemite_mgd
5122024-05-22T17:53:06.679Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5132024-05-22T17:53:06.679Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5142024-05-22T17:53:06.679Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5152024-05-22T17:53:06.679Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5162024-05-22T17:53:06.679Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5172024-05-22T17:53:06.679Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5182024-05-22T17:53:06.679Z+ TARGET_DIR=out
5192024-05-22T17:53:06.680Z+ DOWNLOAD_DIR=out/downloads
5202024-05-22T17:53:06.680Z+ DEST_DIR=./out/mgd
5212024-05-22T17:53:06.680Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5222024-05-22T17:53:06.680Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232024-05-22T17:53:06.680Z+ REPO=oxidecomputer/maghemite
5242024-05-22T17:53:06.680Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5252024-05-22T17:53:06.680Z+ main
5262024-05-22T17:53:06.680Z+ rm -rf out/downloads/root
5272024-05-22T17:53:06.685Z+ [[ 0 != 0 ]]
5282024-05-22T17:53:06.685Z+ CIDL_OS=solaris2.11
5292024-05-22T17:53:06.689Z+ [[ 0 != 0 ]]
5302024-05-22T17:53:06.689Z+ configure_os solaris2.11
5312024-05-22T17:53:06.690Z+ echo 'current directory: /work/oxidecomputer/omicron'
5322024-05-22T17:53:06.690Zcurrent directory: /work/oxidecomputer/omicron
5332024-05-22T17:53:06.690Zconfiguring based on OS: "solaris2.11"
5342024-05-22T17:53:06.690Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-05-22T17:53:06.690Z+ case "$1" in
5362024-05-22T17:53:06.690Z+ SET_BINARIES=
5372024-05-22T17:53:06.690Z+ CIDL_SHA256FUNC=do_sha256sum
5382024-05-22T17:53:06.690Z+ TARBALL_FILENAME=mgd.tar.gz
5392024-05-22T17:53:06.690Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5402024-05-22T17:53:06.690Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5412024-05-22T17:53:06.690Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5422024-05-22T17:53:06.690Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5432024-05-22T17:53:06.690ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5442024-05-22T17:53:06.690ZLocal file: out/downloads/mgd.tar.gz
5452024-05-22T17:53:06.690Z+ mkdir -p out/downloads
5462024-05-22T17:53:06.690Z+ mkdir -p ./out/mgd
5472024-05-22T17:53:06.694Z+ fetch_and_verify
5482024-05-22T17:53:06.694Z+ local DO_DOWNLOAD=true
5492024-05-22T17:53:06.694Z+ [[ -f out/downloads/mgd.tar.gz ]]
5502024-05-22T17:53:06.694Z+ '[' true == true ']'
5512024-05-22T17:53:06.694Z+ echo Downloading...
5522024-05-22T17:53:06.694ZDownloading...
5532024-05-22T17:53:06.694Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5542024-05-22T17:53:06.694Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5552024-05-22T17:53:17.242Z++ do_sha256sum out/downloads/mgd.tar.gz
5562024-05-22T17:53:17.245Z++ sha256sum
5572024-05-22T17:53:17.245Z++ awk '{print $1}'
5582024-05-22T17:53:17.270Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5592024-05-22T17:53:17.273Z+ [[ 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 ]]
5602024-05-22T17:53:17.273Z+ do_untar out/downloads/mgd.tar.gz
5612024-05-22T17:53:17.273Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5622024-05-22T17:53:17.855Z+ do_assemble
5632024-05-22T17:53:17.855Z+ rm -r ./out/mgd
5642024-05-22T17:53:17.858Z+ mkdir ./out/mgd
5652024-05-22T17:53:17.862Z+ cp -r out/downloads/root ./out/mgd/root
5662024-05-22T17:53:17.941Z+ set -o errexit
5672024-05-22T17:53:17.944Z+++ dirname ./tools/ci_download_transceiver_control
5682024-05-22T17:53:17.947Z++ cd ./tools
5692024-05-22T17:53:17.947Z++ pwd
5702024-05-22T17:53:17.947Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-05-22T17:53:17.947Z++ basename ./tools/ci_download_transceiver_control
5722024-05-22T17:53:17.951Z+ ARG0=ci_download_transceiver_control
5732024-05-22T17:53:17.951Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5742024-05-22T17:53:17.951Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5752024-05-22T17:53:17.951Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762024-05-22T17:53:17.951Z+ TARGET_DIR=out
5772024-05-22T17:53:17.951Z+ DOWNLOAD_DIR=out/downloads
5782024-05-22T17:53:17.951Z+ DEST_DIR=./out/transceiver-control
5792024-05-22T17:53:17.951Z+ BIN_DIR=/opt/oxide/bin
5802024-05-22T17:53:17.951Z+ BINARY=xcvradm
5812024-05-22T17:53:17.951Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-05-22T17:53:17.951Z+ REPO=oxidecomputer/transceiver-control
5832024-05-22T17:53:17.951Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5842024-05-22T17:53:17.951Z+ main
5852024-05-22T17:53:17.951Z+ [[ 0 != 0 ]]
5862024-05-22T17:53:17.951Z+ CIDL_OS=solaris2.11
5872024-05-22T17:53:17.951Z+ [[ 0 != 0 ]]
5882024-05-22T17:53:17.951Z+ configure_os solaris2.11
5892024-05-22T17:53:17.951Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-05-22T17:53:17.951Zcurrent directory: /work/oxidecomputer/omicron
5912024-05-22T17:53:17.952Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-05-22T17:53:17.952Zconfiguring based on OS: "solaris2.11"
5932024-05-22T17:53:17.952Z+ case "$1" in
5942024-05-22T17:53:17.952Z+ SET_BINARIES=
5952024-05-22T17:53:17.952Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-05-22T17:53:17.952Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-05-22T17:53:17.952Z+ ARCHIVE_FILENAME=xcvradm.gz
5982024-05-22T17:53:17.952Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5992024-05-22T17:53:17.952Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6002024-05-22T17:53:17.952Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-05-22T17:53:17.952ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6022024-05-22T17:53:17.952ZLocal file: out/downloads/xcvradm.gz
6032024-05-22T17:53:17.952Z+ echo 'Local file: out/downloads/xcvradm.gz'
6042024-05-22T17:53:17.952Z+ mkdir -p out/downloads
6052024-05-22T17:53:17.952Z+ mkdir -p ./out/transceiver-control
6062024-05-22T17:53:17.956Z+ fetch_and_verify
6072024-05-22T17:53:17.956Z+ local DO_DOWNLOAD=true
6082024-05-22T17:53:17.956Z+ [[ -f out/downloads/xcvradm.gz ]]
6092024-05-22T17:53:17.956Z+ '[' true == true ']'
6102024-05-22T17:53:17.956Z+ echo Downloading...
6112024-05-22T17:53:17.956ZDownloading...
6122024-05-22T17:53:17.956Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6132024-05-22T17:53:17.956Z+ 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
6142024-05-22T17:53:19.482Z++ do_sha256sum out/downloads/xcvradm.gz
6152024-05-22T17:53:19.486Z++ sha256sum
6162024-05-22T17:53:19.486Z++ awk '{print $1}'
6172024-05-22T17:53:19.491Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182024-05-22T17:53:19.493Z+ [[ 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 ]]
6192024-05-22T17:53:19.493Z+ do_unpack out/downloads/xcvradm.gz
6202024-05-22T17:53:19.494Z+ mkdir -p out/downloads/root//opt/oxide/bin
6212024-05-22T17:53:19.494Z+ gzip -dc out/downloads/xcvradm.gz
6222024-05-22T17:53:19.611Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6232024-05-22T17:53:19.614Z+ do_assemble
6242024-05-22T17:53:19.614Z+ rm -r ./out/transceiver-control
6252024-05-22T17:53:19.617Z+ mkdir ./out/transceiver-control
6262024-05-22T17:53:19.617Z+ cp -r out/downloads/root ./out/transceiver-control/root
6272024-05-22T17:53:19.702Z+ set -o errexit
6282024-05-22T17:53:19.705Z+++ dirname ./tools/ci_download_thundermuffin
6292024-05-22T17:53:19.710Z++ cd ./tools
6302024-05-22T17:53:19.710Z++ pwd
6312024-05-22T17:53:19.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322024-05-22T17:53:19.710Z++ basename ./tools/ci_download_thundermuffin
6332024-05-22T17:53:19.713Z+ ARG0=ci_download_thundermuffin
6342024-05-22T17:53:19.713Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6352024-05-22T17:53:19.713Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6362024-05-22T17:53:19.713Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6372024-05-22T17:53:19.713Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6382024-05-22T17:53:19.713Z+ TARGET_DIR=out
6392024-05-22T17:53:19.713Z+ DOWNLOAD_DIR=out/downloads
6402024-05-22T17:53:19.713Z+ DEST_DIR=./out/thundermuffin
6412024-05-22T17:53:19.713Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6422024-05-22T17:53:19.713Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432024-05-22T17:53:19.713Z+ REPO=oxidecomputer/thundermuffin
6442024-05-22T17:53:19.713Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6452024-05-22T17:53:19.713Z+ main
6462024-05-22T17:53:19.713Z+ rm -rf out/downloads/root
6472024-05-22T17:53:19.726Z+ [[ 0 != 0 ]]
6482024-05-22T17:53:19.726Z+ CIDL_OS=solaris2.11
6492024-05-22T17:53:19.726Z+ [[ 0 != 0 ]]
6502024-05-22T17:53:19.726Z+ configure_os solaris2.11
6512024-05-22T17:53:19.726Z+ echo 'current directory: /work/oxidecomputer/omicron'
6522024-05-22T17:53:19.726Zcurrent directory: /work/oxidecomputer/omicron
6532024-05-22T17:53:19.726Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-05-22T17:53:19.726Z+ case "$1" in
6552024-05-22T17:53:19.726Zconfiguring based on OS: "solaris2.11"
6562024-05-22T17:53:19.726Z+ SET_BINARIES=
6572024-05-22T17:53:19.726Z+ CIDL_SHA256FUNC=do_sha256sum
6582024-05-22T17:53:19.726Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6592024-05-22T17:53:19.726Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6602024-05-22T17:53:19.727Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6612024-05-22T17:53:19.727Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6622024-05-22T17:53:19.727Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6632024-05-22T17:53:19.727ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6642024-05-22T17:53:19.727ZLocal file: out/downloads/thundermuffin.tar.gz
6652024-05-22T17:53:19.727Z+ mkdir -p out/downloads
6662024-05-22T17:53:19.727Z+ mkdir -p ./out/thundermuffin
6672024-05-22T17:53:19.727Z+ fetch_and_verify
6682024-05-22T17:53:19.727Z+ local DO_DOWNLOAD=true
6692024-05-22T17:53:19.727Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6702024-05-22T17:53:19.727Z+ '[' true == true ']'
6712024-05-22T17:53:19.727Z+ echo Downloading...
6722024-05-22T17:53:19.727ZDownloading...
6732024-05-22T17:53:19.727Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6742024-05-22T17:53:19.727Z+ 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
6752024-05-22T17:53:21.135Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6762024-05-22T17:53:21.138Z++ sha256sum
6772024-05-22T17:53:21.138Z++ awk '{print $1}'
6782024-05-22T17:53:21.141Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6792024-05-22T17:53:21.144Z+ [[ 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 ]]
6802024-05-22T17:53:21.145Z+ do_untar out/downloads/thundermuffin.tar.gz
6812024-05-22T17:53:21.145Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6822024-05-22T17:53:21.206Z+ do_assemble
6832024-05-22T17:53:21.206Z+ rm -r ./out/thundermuffin
6842024-05-22T17:53:21.209Z+ mkdir ./out/thundermuffin
6852024-05-22T17:53:21.212Z+ cp -r out/downloads/root ./out/thundermuffin/root
6862024-05-22T17:53:21.225ZAll prerequisites installed successfully
6872024-05-22T17:53:21.228Z
6882024-05-22T17:53:21.228Zreal 1:54.913851429
6892024-05-22T17:53:21.228Zuser 37.152847290
6902024-05-22T17:53:21.228Zsys 6.786459699
6912024-05-22T17:53:21.228Ztrap 0.007294665
6922024-05-22T17:53:21.228Ztflt 0.208073822
6932024-05-22T17:53:21.228Zdflt 0.164471993
6942024-05-22T17:53:21.228Zkflt 0.292234431
6952024-05-22T17:53:21.228Zlock 1.311546110
6962024-05-22T17:53:21.228Zslp 3:54.213176083
6972024-05-22T17:53:21.228Zlat 1.953814196
6982024-05-22T17:53:21.228Zstop 0.110159676
6992024-05-22T17:53:21.228Z+ ptime -m ./tools/ci_download_softnpu_machinery
7002024-05-22T17:53:21.233Zfetching npuzone
7012024-05-22T17:53:21.239ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7022024-05-22T17:53:21.239Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7032024-05-22T17:53:21.239ZGetting hash for npuzone
7042024-05-22T17:53:21.341Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7052024-05-22T17:53:26.679Znpuzone downloaded successfully
7062024-05-22T17:53:26.683Z
7072024-05-22T17:53:26.683Zreal 5.456063644
7082024-05-22T17:53:26.683Zuser 0.263062366
7092024-05-22T17:53:26.683Zsys 0.094366147
7102024-05-22T17:53:26.683Ztrap 0.000393201
7112024-05-22T17:53:26.683Ztflt 0.000000000
7122024-05-22T17:53:26.683Zdflt 0.000000000
7132024-05-22T17:53:26.683Zkflt 0.000000000
7142024-05-22T17:53:26.683Zlock 0.000000000
7152024-05-22T17:53:26.683Zslp 15.924071032
7162024-05-22T17:53:26.683Zlat 0.057555729
7172024-05-22T17:53:26.683Zstop 0.000167779
7182024-05-22T17:53:26.688Z+ export CARGO_INCREMENTAL=0
7192024-05-22T17:53:26.688Z+ CARGO_INCREMENTAL=0
7202024-05-22T17:53:26.688Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7212024-05-22T17:53:26.894Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-05-22T17:53:27.193Z Updating git repository `https://github.com/oxidecomputer/zone`
7232024-05-22T17:53:27.501Z Updating crates.io index
7242024-05-22T17:53:27.505Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-05-22T17:53:28.262Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7262024-05-22T17:53:28.996Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-05-22T17:53:31.258Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282024-05-22T17:53:31.807Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-05-22T17:53:32.081Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302024-05-22T17:53:33.122Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312024-05-22T17:53:35.117Z Updating git repository `https://github.com/oxidecomputer/opte`
7322024-05-22T17:53:36.111Z Updating git repository `https://github.com/oxidecomputer/falcon`
7332024-05-22T17:53:36.900Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342024-05-22T17:53:37.492Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352024-05-22T17:53:37.804Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-05-22T17:53:38.085Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-05-22T17:53:38.451Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-05-22T17:53:38.794Z Updating git repository `http://github.com/oxidecomputer/tofino`
7392024-05-22T17:53:39.092Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7402024-05-22T17:53:39.360Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7412024-05-22T17:53:39.622Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7422024-05-22T17:53:40.333Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7432024-05-22T17:53:40.338Z Updating git repository `https://github.com/oxidecomputer/ispf`
7442024-05-22T17:53:40.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7452024-05-22T17:53:41.543Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7462024-05-22T17:53:41.734Z Updating git repository `https://github.com/jgallagher/nix`
7472024-05-22T17:53:42.749Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7482024-05-22T17:53:43.042Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7492024-05-22T17:53:43.374Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-05-22T17:53:43.769Z Updating git repository `https://github.com/oxidecomputer/typify`
7512024-05-22T17:53:46.250Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7522024-05-22T17:53:46.613Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7532024-05-22T17:53:46.935Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7542024-05-22T17:53:47.526Z Updating git repository `https://github.com/oxidecomputer/rfb`
7552024-05-22T17:53:48.596Z Downloading crates ...
7562024-05-22T17:53:48.708Z Downloaded ahash v0.8.11
7572024-05-22T17:53:48.723Z Downloaded adler v1.0.2
7582024-05-22T17:53:48.727Z Downloaded ascii-canvas v3.0.0
7592024-05-22T17:53:48.728Z Downloaded hashbrown v0.12.3
7602024-05-22T17:53:48.728Z Downloaded crossbeam-deque v0.8.5
7612024-05-22T17:53:48.760Z Downloaded headers-core v0.2.0
7622024-05-22T17:53:48.760Z Downloaded argon2 v0.5.3
7632024-05-22T17:53:48.760Z Downloaded heck v0.4.1
7642024-05-22T17:53:48.760Z Downloaded atomicwrites v0.4.3
7652024-05-22T17:53:48.760Z Downloaded async-stream-impl v0.3.5
7662024-05-22T17:53:48.760Z Downloaded async-recursion v1.1.1
7672024-05-22T17:53:48.760Z Downloaded heapless v0.7.17
7682024-05-22T17:53:48.768Z Downloaded anstyle v1.0.7
7692024-05-22T17:53:48.768Z Downloaded hex v0.4.3
7702024-05-22T17:53:48.769Z Downloaded backoff v0.4.0
7712024-05-22T17:53:48.769Z Downloaded heck v0.5.0
7722024-05-22T17:53:48.769Z Downloaded aead v0.5.2
7732024-05-22T17:53:48.769Z Downloaded hashbrown v0.13.2
7742024-05-22T17:53:48.769Z Downloaded async-trait v0.1.80
7752024-05-22T17:53:48.769Z Downloaded async-stream v0.3.5
7762024-05-22T17:53:48.769Z Downloaded arrayref v0.3.7
7772024-05-22T17:53:48.769Z Downloaded heapless v0.8.0
7782024-05-22T17:53:48.776Z Downloaded headers v0.3.9
7792024-05-22T17:53:48.776Z Downloaded hashbrown v0.14.5
7802024-05-22T17:53:48.790Z Downloaded hostname v0.3.1
7812024-05-22T17:53:48.794Z Downloaded hkdf v0.12.4
7822024-05-22T17:53:48.794Z Downloaded hubpack_derive v0.1.1
7832024-05-22T17:53:48.794Z Downloaded httpdate v1.0.3
7842024-05-22T17:53:48.794Z Downloaded http-range v0.1.5
7852024-05-22T17:53:48.794Z Downloaded highway v1.1.0
7862024-05-22T17:53:48.799Z Downloaded instant v0.1.12
7872024-05-22T17:53:48.803Z Downloaded is-terminal v0.4.12
7882024-05-22T17:53:48.806Z Downloaded is_ci v1.2.0
7892024-05-22T17:53:48.806Z Downloaded ciborium-io v0.2.2
7902024-05-22T17:53:48.809Z Downloaded ident_case v1.0.1
7912024-05-22T17:53:48.810Z Downloaded hyper-staticfile v0.9.5
7922024-05-22T17:53:48.815Z Downloaded is_terminal_polyfill v1.70.0
7932024-05-22T17:53:48.815Z Downloaded constant_time_eq v0.3.0
7942024-05-22T17:53:48.815Z Downloaded humantime v2.1.0
7952024-05-22T17:53:48.819Z Downloaded httparse v1.8.0
7962024-05-22T17:53:48.819Z Downloaded colored v2.1.0
7972024-05-22T17:53:48.823Z Downloaded ipnetwork v0.20.0
7982024-05-22T17:53:48.823Z Downloaded match_cfg v0.1.0
7992024-05-22T17:53:48.826Z Downloaded hyper-rustls v0.24.2
8002024-05-22T17:53:48.826Z Downloaded crc v3.2.1
8012024-05-22T17:53:48.830Z Downloaded serde-big-array v0.4.1
8022024-05-22T17:53:48.833Z Downloaded serde-big-array v0.5.1
8032024-05-22T17:53:48.833Z Downloaded newtype_derive v0.1.6
8042024-05-22T17:53:48.836Z Downloaded stability v0.2.0
8052024-05-22T17:53:48.836Z Downloaded bytecount v0.6.8
8062024-05-22T17:53:48.839Z Downloaded matches v0.1.10
8072024-05-22T17:53:48.839Z Downloaded cpufeatures v0.2.12
8082024-05-22T17:53:48.842Z Downloaded block-buffer v0.10.4
8092024-05-22T17:53:48.842Z Downloaded newline-converter v0.3.0
8102024-05-22T17:53:48.842Z Downloaded impl-trait-for-tuples v0.2.2
8112024-05-22T17:53:48.845Z Downloaded chacha20 v0.9.1
8122024-05-22T17:53:48.848Z Downloaded indoc v2.0.5
8132024-05-22T17:53:48.851Z Downloaded corncobs v0.1.3
8142024-05-22T17:53:48.851Z Downloaded convert_case v0.4.0
8152024-05-22T17:53:48.855Z Downloaded colorchoice v1.0.1
8162024-05-22T17:53:48.855Z Downloaded bitfield v0.14.0
8172024-05-22T17:53:48.861Z Downloaded clap_lex v0.7.0
8182024-05-22T17:53:48.862Z Downloaded sync_wrapper v0.1.2
8192024-05-22T17:53:48.862Z Downloaded ciborium-ll v0.2.2
8202024-05-22T17:53:48.865Z Downloaded swrite v0.1.0
8212024-05-22T17:53:48.865Z Downloaded lazycell v1.3.0
8222024-05-22T17:53:48.865Z Downloaded tinyvec_macros v0.1.1
8232024-05-22T17:53:48.865Z Downloaded lazy_static v1.4.0
8242024-05-22T17:53:48.865Z Downloaded keccak v0.1.5
8252024-05-22T17:53:48.868Z Downloaded linear-map v1.2.0
8262024-05-22T17:53:48.868Z Downloaded indoc v1.0.9
8272024-05-22T17:53:48.872Z Downloaded rustfmt-wrapper v0.2.1
8282024-05-22T17:53:48.872Z Downloaded cargo-platform v0.1.8
8292024-05-22T17:53:48.875Z Downloaded bb8 v0.8.3
8302024-05-22T17:53:48.875Z Downloaded kstat-rs v0.2.3
8312024-05-22T17:53:48.878Z Downloaded managed v0.8.0
8322024-05-22T17:53:48.878Z Downloaded libsw v3.3.1
8332024-05-22T17:53:48.882Z Downloaded md-5 v0.10.6
8342024-05-22T17:53:48.882Z Downloaded maplit v1.0.2
8352024-05-22T17:53:48.885Z Downloaded libefi-sys v0.1.0
8362024-05-22T17:53:48.886Z Downloaded tower-service v0.3.2
8372024-05-22T17:53:48.886Z Downloaded multimap v0.10.0
8382024-05-22T17:53:48.890Z Downloaded memmap v0.7.0
8392024-05-22T17:53:48.890Z Downloaded waitgroup v0.1.2
8402024-05-22T17:53:48.890Z Downloaded ref-cast-impl v1.0.23
8412024-05-22T17:53:48.894Z Downloaded nibble_vec v0.1.0
8422024-05-22T17:53:48.894Z Downloaded serde-hex v0.1.0
8432024-05-22T17:53:48.894Z Downloaded mime v0.3.17
8442024-05-22T17:53:48.897Z Downloaded rustc_version v0.1.7
8452024-05-22T17:53:48.897Z Downloaded shlex v1.3.0
8462024-05-22T17:53:48.900Z Downloaded slog-async v2.8.0
8472024-05-22T17:53:48.900Z Downloaded newtype-uuid v1.1.0
8482024-05-22T17:53:48.903Z Downloaded rpassword v7.3.1
8492024-05-22T17:53:48.903Z Downloaded rustc_version v0.4.0
8502024-05-22T17:53:48.903Z Downloaded iana-time-zone v0.1.60
8512024-05-22T17:53:48.907Z Downloaded memmap2 v0.9.4
8522024-05-22T17:53:48.910Z Downloaded cancel-safe-futures v0.1.5
8532024-05-22T17:53:48.913Z Downloaded clap_derive v4.5.4
8542024-05-22T17:53:48.917Z Downloaded dtrace-parser v0.1.14
8552024-05-22T17:53:48.917Z Downloaded itoa v1.0.11
8562024-05-22T17:53:48.920Z Downloaded ipnet v2.9.0
8572024-05-22T17:53:48.920Z Downloaded structmeta v0.2.0
8582024-05-22T17:53:48.920Z Downloaded strsim v0.11.1
8592024-05-22T17:53:48.924Z Downloaded thiserror v1.0.60
8602024-05-22T17:53:48.934Z Downloaded dtrace-parser v0.2.0
8612024-05-22T17:53:48.939Z Downloaded cookie v0.17.0
8622024-05-22T17:53:48.939Z Downloaded tiny-keccak v2.0.2
8632024-05-22T17:53:48.939Z Downloaded normalize-line-endings v0.3.0
8642024-05-22T17:53:48.939Z Downloaded foreign-types-shared v0.1.1
8652024-05-22T17:53:48.939Z Downloaded cookie_store v0.20.0
8662024-05-22T17:53:48.946Z Downloaded cipher v0.4.4
8672024-05-22T17:53:48.946Z Downloaded slog-stdlog v4.1.1
8682024-05-22T17:53:48.946Z Downloaded lock_api v0.4.12
8692024-05-22T17:53:48.951Z Downloaded opaque-debug v0.3.1
8702024-05-22T17:53:48.951Z Downloaded crc32fast v1.4.0
8712024-05-22T17:53:48.951Z Downloaded lru v0.12.3
8722024-05-22T17:53:48.951Z Downloaded indexmap v1.9.3
8732024-05-22T17:53:48.955Z Downloaded portpicker v0.1.1
8742024-05-22T17:53:48.956Z Downloaded version_check v0.9.4
8752024-05-22T17:53:48.956Z Downloaded mime_guess v2.0.4
8762024-05-22T17:53:48.959Z Downloaded untrusted v0.9.0
8772024-05-22T17:53:48.959Z Downloaded native-tls v0.2.11
8782024-05-22T17:53:48.962Z Downloaded tls_codec v0.4.1
8792024-05-22T17:53:48.963Z Downloaded want v0.3.1
8802024-05-22T17:53:48.965Z Downloaded semver v1.0.23
8812024-05-22T17:53:48.969Z Downloaded schemars_derive v0.8.19
8822024-05-22T17:53:48.969Z Downloaded multer v3.1.0
8832024-05-22T17:53:48.973Z Downloaded whoami v1.5.1
8842024-05-22T17:53:48.976Z Downloaded console v0.15.8
8852024-05-22T17:53:48.976Z Downloaded scroll_derive v0.12.0
8862024-05-22T17:53:48.980Z Downloaded take_mut v0.2.2
8872024-05-22T17:53:48.980Z Downloaded which v4.4.2
8882024-05-22T17:53:48.980Z Downloaded untrusted v0.7.1
8892024-05-22T17:53:48.983Z Downloaded sigpipe v0.1.3
8902024-05-22T17:53:48.983Z Downloaded getopts v0.2.21
8912024-05-22T17:53:48.986Z Downloaded futures-io v0.3.30
8922024-05-22T17:53:48.986Z Downloaded bitflags v2.5.0
8932024-05-22T17:53:48.990Z Downloaded fastrand v2.1.0
8942024-05-22T17:53:48.995Z Downloaded tracing-attributes v0.1.27
8952024-05-22T17:53:49.010Z Downloaded fallible-iterator v0.2.0
8962024-05-22T17:53:49.010Z Downloaded errno v0.3.9
8972024-05-22T17:53:49.011Z Downloaded dyn-clone v1.0.17
8982024-05-22T17:53:49.011Z Downloaded bytes v1.6.0
8992024-05-22T17:53:49.015Z Downloaded usdt-macro v0.3.5
9002024-05-22T17:53:49.015Z Downloaded hash32 v0.3.1
9012024-05-22T17:53:49.015Z Downloaded diesel_table_macro_syntax v0.1.0
9022024-05-22T17:53:49.015Z Downloaded crc-any v2.5.0
9032024-05-22T17:53:49.015Z Downloaded num-integer v0.1.46
9042024-05-22T17:53:49.015Z Downloaded paste v1.0.15
9052024-05-22T17:53:49.015Z Downloaded pkg-config v0.3.30
9062024-05-22T17:53:49.022Z Downloaded resolv-conf v0.7.0
9072024-05-22T17:53:49.022Z Downloaded pest_generator v2.7.10
9082024-05-22T17:53:49.026Z Downloaded mockall_derive v0.12.1
9092024-05-22T17:53:49.026Z Downloaded miniz_oxide v0.7.2
9102024-05-22T17:53:49.026Z Downloaded rand_seeder v0.2.3
9112024-05-22T17:53:49.030Z Downloaded rand_core v0.6.4
9122024-05-22T17:53:49.030Z Downloaded num-conv v0.1.0
9132024-05-22T17:53:49.030Z Downloaded oso-derive v0.27.3
9142024-05-22T17:53:49.030Z Downloaded openssl-probe v0.1.5
9152024-05-22T17:53:49.033Z Downloaded walkdir v2.5.0
9162024-05-22T17:53:49.033Z Downloaded openssl-macros v0.1.1
9172024-05-22T17:53:49.036Z Downloaded foreign-types-shared v0.3.1
9182024-05-22T17:53:49.036Z Downloaded foreign-types v0.3.2
9192024-05-22T17:53:49.036Z Downloaded psl-types v2.0.11
9202024-05-22T17:53:49.039Z Downloaded num_enum_derive v0.5.11
9212024-05-22T17:53:49.039Z Downloaded serde_urlencoded v0.7.1
9222024-05-22T17:53:49.043Z Downloaded cookie v0.18.1
9232024-05-22T17:53:49.043Z Downloaded compact_str v0.7.1
9242024-05-22T17:53:49.049Z Downloaded pretty-hex v0.4.1
9252024-05-22T17:53:49.053Z Downloaded smawk v0.3.2
9262024-05-22T17:53:49.053Z Downloaded tap v1.0.1
9272024-05-22T17:53:49.053Z Downloaded ucd-trie v0.1.6
9282024-05-22T17:53:49.053Z Downloaded typenum v1.17.0
9292024-05-22T17:53:49.056Z Downloaded static_assertions v1.1.0
9302024-05-22T17:53:49.059Z Downloaded string_cache v0.8.7
9312024-05-22T17:53:49.059Z Downloaded tinyvec v1.6.0
9322024-05-22T17:53:49.064Z Downloaded const-oid v0.9.6
9332024-05-22T17:53:49.072Z Downloaded chacha20poly1305 v0.10.1
9342024-05-22T17:53:49.072Z Downloaded textwrap v0.16.1
9352024-05-22T17:53:49.487Z Downloaded stable_deref_trait v1.2.0
9362024-05-22T17:53:49.487Z Downloaded xattr v1.3.1
9372024-05-22T17:53:49.487Z Downloaded signature v2.2.0
9382024-05-22T17:53:49.487Z Downloaded signature v1.6.4
9392024-05-22T17:53:49.487Z Downloaded defmt-parser v0.3.4
9402024-05-22T17:53:49.487Z Downloaded zerocopy v0.3.2
9412024-05-22T17:53:49.492Z Downloaded unicase v2.7.0
9422024-05-22T17:53:49.492Z Downloaded difflib v0.4.0
9432024-05-22T17:53:49.492Z Downloaded termtree v0.4.1
9442024-05-22T17:53:49.492Z Downloaded parking_lot_core v0.8.6
9452024-05-22T17:53:49.492Z Downloaded postgres-protocol v0.6.6
9462024-05-22T17:53:49.493Z Downloaded password-hash v0.5.0
9472024-05-22T17:53:49.493Z Downloaded form_urlencoded v1.2.1
9482024-05-22T17:53:49.493Z Downloaded digest v0.10.7
9492024-05-22T17:53:49.493Z Downloaded num_enum v0.5.11
9502024-05-22T17:53:49.493Z Downloaded foreign-types v0.5.0
9512024-05-22T17:53:49.493Z Downloaded sct v0.7.1
9522024-05-22T17:53:49.493Z Downloaded http v1.1.0
9532024-05-22T17:53:49.493Z Downloaded packed_struct_codegen v0.10.1
9542024-05-22T17:53:49.494Z Downloaded packed_struct v0.10.1
9552024-05-22T17:53:49.494Z Downloaded vte_generate_state_changes v0.1.1
9562024-05-22T17:53:49.494Z Downloaded sec1 v0.7.3
9572024-05-22T17:53:49.494Z Downloaded snafu v0.8.2
9582024-05-22T17:53:49.495Z Downloaded predicates-tree v1.0.9
9592024-05-22T17:53:49.495Z Downloaded predicates-core v1.0.6
9602024-05-22T17:53:49.495Z Downloaded smallvec v1.13.2
9612024-05-22T17:53:49.496Z Downloaded sha1 v0.10.6
9622024-05-22T17:53:49.496Z Downloaded base64 v0.22.1
9632024-05-22T17:53:49.496Z Downloaded precomputed-hash v0.1.1
9642024-05-22T17:53:49.496Z Downloaded usdt-impl v0.5.0
9652024-05-22T17:53:49.496Z Downloaded slog-envlogger v2.2.0
9662024-05-22T17:53:49.496Z Downloaded tokio-tungstenite v0.21.0
9672024-05-22T17:53:49.496Z Downloaded tokio-tungstenite v0.20.1
9682024-05-22T17:53:49.497Z Downloaded semver v0.1.20
9692024-05-22T17:53:49.497Z Downloaded tokio-stream v0.1.15
9702024-05-22T17:53:49.497Z Downloaded parse-display v0.9.0
9712024-05-22T17:53:49.497Z Downloaded synstructure v0.12.6
9722024-05-22T17:53:49.497Z Downloaded pest_meta v2.7.10
9732024-05-22T17:53:49.497Z Downloaded pest_derive v2.7.10
9742024-05-22T17:53:49.498Z Downloaded structmeta-derive v0.3.0
9752024-05-22T17:53:49.498Z Downloaded structmeta-derive v0.2.0
9762024-05-22T17:53:49.498Z Downloaded oso v0.27.3
9772024-05-22T17:53:49.498Z Downloaded time-core v0.1.2
9782024-05-22T17:53:49.498Z Downloaded signal-hook-tokio v0.3.1
9792024-05-22T17:53:49.498Z Downloaded filetime v0.2.23
9802024-05-22T17:53:49.499Z Downloaded darling v0.20.9
9812024-05-22T17:53:49.499Z Downloaded scheduled-thread-pool v0.2.7
9822024-05-22T17:53:49.499Z Downloaded utf-8 v0.7.6
9832024-05-22T17:53:49.499Z Downloaded usdt-attr-macro v0.5.0
9842024-05-22T17:53:49.499Z Downloaded usdt-attr-macro v0.3.5
9852024-05-22T17:53:49.500Z Downloaded ryu v1.0.18
9862024-05-22T17:53:49.500Z Downloaded zone_cfg_derive v0.1.2
9872024-05-22T17:53:49.500Z Downloaded darling_macro v0.20.9
9882024-05-22T17:53:49.500Z Downloaded unicode-linebreak v0.1.5
9892024-05-22T17:53:49.500Z Downloaded num-complex v0.4.6
9902024-05-22T17:53:49.500Z Downloaded dirs-next v2.0.0
9912024-05-22T17:53:49.500Z Downloaded flagset v0.4.5
9922024-05-22T17:53:49.500Z Downloaded futures-core v0.3.30
9932024-05-22T17:53:49.501Z Downloaded vsss-rs v3.3.4
9942024-05-22T17:53:49.501Z Downloaded ena v0.14.3
9952024-05-22T17:53:49.501Z Downloaded sha2 v0.10.8
9962024-05-22T17:53:49.501Z Downloaded rustc-demangle v0.1.24
9972024-05-22T17:53:49.501Z Downloaded embedded-io v0.4.0
9982024-05-22T17:53:49.501Z Downloaded equivalent v1.0.1
9992024-05-22T17:53:49.502Z Downloaded path-slash v0.1.5
10002024-05-22T17:53:49.502Z Downloaded percent-encoding v2.3.1
10012024-05-22T17:53:49.502Z Downloaded tar v0.4.40
10022024-05-22T17:53:49.502Z Downloaded parse-size v1.0.0
10032024-05-22T17:53:49.502Z Downloaded powerfmt v0.2.0
10042024-05-22T17:53:49.503Z Downloaded memchr v2.7.2
10052024-05-22T17:53:49.503Z Downloaded radium v0.7.0
10062024-05-22T17:53:49.503Z Downloaded r2d2 v0.8.10
10072024-05-22T17:53:49.503Z Downloaded mio v0.8.11
10082024-05-22T17:53:49.503Z Downloaded postcard v1.0.8
10092024-05-22T17:53:49.503Z Downloaded openssl-sys v0.9.102
10102024-05-22T17:53:49.503Z Downloaded toolchain_find v0.4.0
10112024-05-22T17:53:49.503Z Downloaded strum v0.26.2
10122024-05-22T17:53:49.503Z Downloaded thread_local v1.1.8
10132024-05-22T17:53:49.504Z Downloaded tokio-macros v2.2.0
10142024-05-22T17:53:49.504Z Downloaded tabled_derive v0.7.0
10152024-05-22T17:53:49.504Z Downloaded spki v0.7.3
10162024-05-22T17:53:49.504Z Downloaded thiserror-impl-no-std v2.0.2
10172024-05-22T17:53:49.504Z Downloaded serde v1.0.202
10182024-05-22T17:53:49.504Z Downloaded crucible-workspace-hack v0.1.0
10192024-05-22T17:53:49.504Z Downloaded downcast v0.11.0
10202024-05-22T17:53:49.504Z Downloaded curve25519-dalek-derive v0.1.1
10212024-05-22T17:53:49.504Z Downloaded zone v0.1.8
10222024-05-22T17:53:49.504Z Downloaded spin v0.5.2
10232024-05-22T17:53:49.505Z Downloaded nu-ansi-term v0.50.0
10242024-05-22T17:53:49.505Z Downloaded uzers v0.11.3
10252024-05-22T17:53:49.505Z Downloaded futures-macro v0.3.30
10262024-05-22T17:53:49.505Z Downloaded serde_derive v1.0.202
10272024-05-22T17:53:49.505Z Downloaded globset v0.4.14
10282024-05-22T17:53:49.505Z Downloaded num-derive v0.4.2
10292024-05-22T17:53:49.505Z Downloaded hash32 v0.2.1
10302024-05-22T17:53:49.505Z Downloaded plain v0.2.3
10312024-05-22T17:53:49.505Z Downloaded parking_lot_core v0.9.10
10322024-05-22T17:53:49.505Z Downloaded proc-macro-error-attr v1.0.4
10332024-05-22T17:53:49.505Z Downloaded crossbeam-epoch v0.9.18
10342024-05-22T17:53:49.505Z Downloaded socket2 v0.4.10
10352024-05-22T17:53:49.505Z Downloaded diff v0.1.13
10362024-05-22T17:53:49.505Z Downloaded test-strategy v0.3.1
10372024-05-22T17:53:49.506Z Downloaded rustls-pemfile v1.0.4
10382024-05-22T17:53:49.506Z Downloaded rustc-hash v1.1.0
10392024-05-22T17:53:49.506Z Downloaded snafu-derive v0.8.2
10402024-05-22T17:53:49.506Z Downloaded rusty-fork v0.3.0
10412024-05-22T17:53:49.531Z Downloaded url v2.5.0
10422024-05-22T17:53:49.532Z Downloaded topological-sort v0.2.2
10432024-05-22T17:53:49.532Z Downloaded strum_macros v0.24.3
10442024-05-22T17:53:49.532Z Downloaded smf v0.2.3
10452024-05-22T17:53:49.532Z Downloaded tracing v0.1.40
10462024-05-22T17:53:49.532Z Downloaded derive_more v0.99.17
10472024-05-22T17:53:49.533Z Downloaded uuid v1.8.0
10482024-05-22T17:53:49.533Z Downloaded either v1.12.0
10492024-05-22T17:53:49.533Z Downloaded display-error-chain v0.2.0
10502024-05-22T17:53:49.533Z Downloaded ed25519 v1.5.3
10512024-05-22T17:53:49.533Z Downloaded dof v0.3.0
10522024-05-22T17:53:49.533Z Downloaded dof v0.1.5
10532024-05-22T17:53:49.534Z Downloaded dirs-sys-next v0.1.2
10542024-05-22T17:53:49.534Z Downloaded pin-utils v0.1.0
10552024-05-22T17:53:49.534Z Downloaded scopeguard v1.2.0
10562024-05-22T17:53:49.534Z Downloaded env_logger v0.10.2
10572024-05-22T17:53:49.534Z Downloaded rand_chacha v0.3.1
10582024-05-22T17:53:49.534Z Downloaded pkcs8 v0.10.2
10592024-05-22T17:53:49.534Z Downloaded erased-serde v0.3.31
10602024-05-22T17:53:49.535Z Downloaded libm v0.2.8
10612024-05-22T17:53:49.535Z Downloaded usdt v0.5.0
10622024-05-22T17:53:49.535Z Downloaded unicode-xid v0.2.4
10632024-05-22T17:53:49.535Z Downloaded tokio-native-tls v0.3.1
10642024-05-22T17:53:49.535Z Downloaded termios v0.3.3
10652024-05-22T17:53:49.535Z Downloaded slog-dtrace v0.3.0
10662024-05-22T17:53:49.535Z Downloaded terminal_size v0.3.0
10672024-05-22T17:53:49.536Z Downloaded slog-bunyan v2.5.0
10682024-05-22T17:53:49.536Z Downloaded libxml v0.3.3
10692024-05-22T17:53:49.536Z Downloaded futures-sink v0.3.30
10702024-05-22T17:53:49.536Z Downloaded itertools v0.12.1
10712024-05-22T17:53:49.536Z Downloaded futures-task v0.3.30
10722024-05-22T17:53:49.537Z Downloaded float-cmp v0.9.0
10732024-05-22T17:53:49.537Z Downloaded strum_macros v0.26.2
10742024-05-22T17:53:49.537Z Downloaded elliptic-curve v0.13.8
10752024-05-22T17:53:49.537Z Downloaded proc-macro-crate v1.3.1
10762024-05-22T17:53:49.537Z Downloaded rcgen v0.12.1
10772024-05-22T17:53:49.537Z Downloaded darling_core v0.20.9
10782024-05-22T17:53:49.537Z Downloaded fxhash v0.2.1
10792024-05-22T17:53:49.537Z Downloaded phf_shared v0.10.0
10802024-05-22T17:53:49.537Z Downloaded crunchy v0.2.2
10812024-05-22T17:53:49.537Z Downloaded steno v0.4.0
10822024-05-22T17:53:49.537Z Downloaded zeroize_derive v1.4.2
10832024-05-22T17:53:49.538Z Downloaded data-encoding v2.6.0
10842024-05-22T17:53:49.538Z Downloaded structmeta v0.3.0
10852024-05-22T17:53:49.538Z Downloaded pin-project-lite v0.2.14
10862024-05-22T17:53:49.538Z Downloaded half v2.4.1
10872024-05-22T17:53:49.538Z Downloaded fatfs v0.3.6
10882024-05-22T17:53:49.538Z Downloaded num_threads v0.1.7
10892024-05-22T17:53:49.538Z Downloaded usdt-macro v0.5.0
10902024-05-22T17:53:49.538Z Downloaded tabwriter v1.4.0
10912024-05-22T17:53:49.538Z Downloaded number_prefix v0.4.0
10922024-05-22T17:53:49.538Z Downloaded rand_xorshift v0.3.0
10932024-05-22T17:53:49.538Z Downloaded funty v2.0.0
10942024-05-22T17:53:49.538Z Downloaded fnv v1.0.7
10952024-05-22T17:53:49.538Z Downloaded fs-err v2.11.0
10962024-05-22T17:53:49.538Z Downloaded ref-cast v1.0.23
10972024-05-22T17:53:49.538Z Downloaded samael v0.0.15
10982024-05-22T17:53:49.538Z Downloaded sqlparser_derive v0.2.2
10992024-05-22T17:53:49.539Z Downloaded zerocopy-derive v0.7.34
11002024-05-22T17:53:49.539Z Downloaded enum-as-inner v0.5.1
11012024-05-22T17:53:49.539Z Downloaded num-iter v0.1.45
11022024-05-22T17:53:49.539Z Downloaded universal-hash v0.5.1
11032024-05-22T17:53:49.539Z Downloaded phf v0.11.2
11042024-05-22T17:53:49.539Z Downloaded ron v0.7.1
11052024-05-22T17:53:49.539Z Downloaded parking_lot v0.11.2
11062024-05-22T17:53:49.539Z Downloaded platforms v3.4.0
11072024-05-22T17:53:49.539Z Downloaded serde_derive_internals v0.29.1
11082024-05-22T17:53:49.540Z Downloaded flate2 v1.0.30
11092024-05-22T17:53:49.540Z Downloaded serde_tokenstream v0.1.7
11102024-05-22T17:53:49.540Z Downloaded rustversion v1.0.17
11112024-05-22T17:53:49.540Z Downloaded num-traits v0.2.19
11122024-05-22T17:53:49.540Z Downloaded tui-tree-widget v0.19.0
11132024-05-22T17:53:49.540Z Downloaded defmt v0.3.8
11142024-05-22T17:53:49.540Z Downloaded slog-term v2.9.1
11152024-05-22T17:53:49.540Z Downloaded gethostname v0.4.3
11162024-05-22T17:53:49.540Z Downloaded stringprep v0.1.4
11172024-05-22T17:53:49.540Z Downloaded omicron-zone-package v0.11.0
11182024-05-22T17:53:49.541Z Downloaded ron v0.8.1
11192024-05-22T17:53:49.541Z Downloaded endian-type v0.1.2
11202024-05-22T17:53:49.541Z Downloaded rustls-pemfile v2.1.2
11212024-05-22T17:53:49.541Z Downloaded wait-timeout v0.2.0
11222024-05-22T17:53:49.541Z Downloaded quote v1.0.36
11232024-05-22T17:53:49.541Z Downloaded usdt v0.3.5
11242024-05-22T17:53:49.541Z Downloaded slog v2.7.0
11252024-05-22T17:53:49.541Z Downloaded quick-error v1.2.3
11262024-05-22T17:53:49.541Z Downloaded socket2 v0.5.7
11272024-05-22T17:53:49.541Z Downloaded try-lock v0.2.5
11282024-05-22T17:53:49.541Z Downloaded peg-runtime v0.8.3
11292024-05-22T17:53:49.542Z Downloaded futures-channel v0.3.30
11302024-05-22T17:53:49.542Z Downloaded zerocopy v0.6.6
11312024-05-22T17:53:49.542Z Downloaded sqlformat v0.2.3
11322024-05-22T17:53:49.542Z Downloaded debug-ignore v1.0.5
11332024-05-22T17:53:49.542Z Downloaded predicates v3.1.0
11342024-05-22T17:53:49.542Z Downloaded env_logger v0.9.3
11352024-05-22T17:53:49.552Z Downloaded tracing-core v0.1.32
11362024-05-22T17:53:49.552Z Downloaded der_derive v0.7.2
11372024-05-22T17:53:49.552Z Downloaded proc-macro-error v1.0.4
11382024-05-22T17:53:49.552Z Downloaded glob v0.3.1
11392024-05-22T17:53:49.552Z Downloaded siphasher v0.3.11
11402024-05-22T17:53:49.553Z Downloaded secrecy v0.8.0
11412024-05-22T17:53:49.553Z Downloaded serde_with_macros v3.8.1
11422024-05-22T17:53:49.553Z Downloaded zip v0.6.6
11432024-05-22T17:53:49.553Z Downloaded fd-lock v4.0.2
11442024-05-22T17:53:49.553Z Downloaded termcolor v1.4.1
11452024-05-22T17:53:49.553Z Downloaded slog-json v2.6.1
11462024-05-22T17:53:49.553Z Downloaded peg v0.8.3
11472024-05-22T17:53:49.553Z Downloaded parse-display-derive v0.9.0
11482024-05-22T17:53:49.553Z Downloaded deranged v0.3.11
11492024-05-22T17:53:49.553Z Downloaded usdt-impl v0.3.5
11502024-05-22T17:53:49.553Z Downloaded phf_shared v0.11.2
11512024-05-22T17:53:49.553Z Downloaded postgres-types v0.2.6
11522024-05-22T17:53:49.560Z Downloaded num_cpus v1.16.0
11532024-05-22T17:53:49.560Z Downloaded portable-atomic v1.6.0
11542024-05-22T17:53:49.571Z Downloaded serde_path_to_error v0.1.16
11552024-05-22T17:53:49.571Z Downloaded salty v0.2.0
11562024-05-22T17:53:49.577Z Downloaded toml_datetime v0.6.6
11572024-05-22T17:53:49.577Z Downloaded serde_spanned v0.6.6
11582024-05-22T17:53:49.577Z Downloaded serde_plain v1.0.2
11592024-05-22T17:53:49.577Z Downloaded wyz v0.5.1
11602024-05-22T17:53:49.577Z Downloaded num-bigint-dig v0.8.4
11612024-05-22T17:53:49.583Z Downloaded trust-dns-client v0.22.0
11622024-05-22T17:53:49.588Z Downloaded winnow v0.5.40
11632024-05-22T17:53:49.594Z Downloaded unicode-bidi v0.3.15
11642024-05-22T17:53:49.598Z Downloaded similar v2.5.0
11652024-05-22T17:53:49.603Z Downloaded peg-macros v0.8.3
11662024-05-22T17:53:49.612Z Downloaded rand v0.8.5
11672024-05-22T17:53:49.612Z Downloaded csv-core v0.1.11
11682024-05-22T17:53:49.617Z Downloaded rustls-pki-types v1.7.0
11692024-05-22T17:53:49.617Z Downloaded toml_edit v0.22.13
11702024-05-22T17:53:49.642Z Downloaded prettyplease v0.2.20
11712024-05-22T17:53:50.076Z Downloaded rayon-core v1.12.1
11722024-05-22T17:53:50.076Z Downloaded pest v2.7.10
11732024-05-22T17:53:50.077Z Downloaded unsafe-libyaml v0.2.11
11742024-05-22T17:53:50.077Z Downloaded unicode-normalization v0.1.23
11752024-05-22T17:53:50.077Z Downloaded num-rational v0.4.2
11762024-05-22T17:53:50.077Z Downloaded serde_yaml v0.9.34+deprecated
11772024-05-22T17:53:50.077Z Downloaded unicode_categories v0.1.1
11782024-05-22T17:53:50.077Z Downloaded toml v0.8.13
11792024-05-22T17:53:50.077Z Downloaded goblin v0.8.2
11802024-05-22T17:53:50.077Z Downloaded bitvec v1.0.1
11812024-05-22T17:53:50.077Z Downloaded time v0.3.36
11822024-05-22T17:53:50.078Z Downloaded reqwest v0.11.27
11832024-05-22T17:53:50.078Z Downloaded tokio-postgres v0.7.10
11842024-05-22T17:53:50.078Z Downloaded trust-dns-server v0.22.1
11852024-05-22T17:53:50.078Z Downloaded publicsuffix v2.2.3
11862024-05-22T17:53:50.078Z Downloaded bindgen v0.69.4
11872024-05-22T17:53:50.078Z Downloaded rustls-webpki v0.101.7
11882024-05-22T17:53:50.079Z Downloaded der v0.7.9
11892024-05-22T17:53:50.079Z Downloaded tokio-util v0.7.11
11902024-05-22T17:53:50.079Z Downloaded crypto-bigint v0.5.5
11912024-05-22T17:53:50.079Z Downloaded serde_with v3.8.1
11922024-05-22T17:53:50.079Z Downloaded chrono v0.4.38
11932024-05-22T17:53:50.079Z Downloaded x509-cert v0.2.5
11942024-05-22T17:53:50.079Z Downloaded unicode-segmentation v1.11.0
11952024-05-22T17:53:50.079Z Downloaded zerocopy v0.7.34
11962024-05-22T17:53:50.079Z Downloaded futures-util v0.3.30
11972024-05-22T17:53:50.080Z Downloaded syn v2.0.64
11982024-05-22T17:53:50.080Z Downloaded regex-automata v0.1.10
11992024-05-22T17:53:50.080Z Downloaded h2 v0.3.26
12002024-05-22T17:53:50.080Z Downloaded lalrpop v0.19.12
12012024-05-22T17:53:50.080Z Downloaded toml_edit v0.19.15
12022024-05-22T17:53:50.080Z Downloaded serde_json v1.0.117
12032024-05-22T17:53:50.080Z Downloaded regress v0.9.1
12042024-05-22T17:53:50.080Z Downloaded openssl v0.10.64
12052024-05-22T17:53:50.080Z Downloaded regex-syntax v0.8.3
12062024-05-22T17:53:50.081Z Downloaded quick-xml v0.31.0
12072024-05-22T17:53:50.081Z Downloaded bstr v1.9.1
12082024-05-22T17:53:50.081Z Downloaded winnow v0.6.8
12092024-05-22T17:53:50.081Z Downloaded idna v0.2.3
12102024-05-22T17:53:50.081Z Downloaded nix v0.28.0
12112024-05-22T17:53:50.081Z Downloaded curve25519-dalek v4.1.2
12122024-05-22T17:53:50.081Z Downloaded smoltcp v0.11.0
12132024-05-22T17:53:50.081Z Downloaded openapiv3 v2.0.0
12142024-05-22T17:53:50.081Z Downloaded sqlparser v0.45.0
12152024-05-22T17:53:50.081Z Downloaded vcpkg v0.2.15
12162024-05-22T17:53:50.082Z Downloaded tabled v0.15.0
12172024-05-22T17:53:50.135Z Downloaded rustls-webpki v0.102.4
12182024-05-22T17:53:50.136Z Downloaded rustls v0.21.12
12192024-05-22T17:53:50.141Z Downloaded regex v1.10.4
12202024-05-22T17:53:50.142Z Downloaded object v0.30.4
12212024-05-22T17:53:50.142Z Downloaded zerocopy-derive v0.2.0
12222024-05-22T17:53:50.142Z Downloaded sled v0.34.7
12232024-05-22T17:53:50.142Z Downloaded polar-core v0.27.3
12242024-05-22T17:53:50.146Z Downloaded trust-dns-proto v0.22.0
12252024-05-22T17:53:50.159Z Downloaded object v0.32.2
12262024-05-22T17:53:50.168Z Downloaded finl_unicode v1.2.0
12272024-05-22T17:53:50.182Z Downloaded rustls v0.22.4
12282024-05-22T17:53:50.198Z Downloaded rustix v0.38.34
12292024-05-22T17:53:50.221Z Downloaded ratatui v0.26.2
12302024-05-22T17:53:50.239Z Downloaded tokio v1.37.0
12312024-05-22T17:53:50.277Z Downloaded zerocopy-derive v0.6.6
12322024-05-22T17:53:50.287Z Downloaded petgraph v0.6.5
12332024-05-22T17:53:50.307Z Downloaded regex-automata v0.4.6
12342024-05-22T17:53:50.325Z Downloaded libc v0.2.153
12352024-05-22T17:53:50.355Z Downloaded smoltcp v0.9.1
12362024-05-22T17:53:50.369Z Downloaded bzip2-sys v0.1.11+1.0.8
12372024-05-22T17:53:50.382Z Downloaded radix_trie v0.2.1
12382024-05-22T17:53:50.407Z Downloaded regex-syntax v0.6.29
12392024-05-22T17:53:50.407Z Downloaded sha3 v0.10.8
12402024-05-22T17:53:50.407Z Downloaded gimli v0.28.1
12412024-05-22T17:53:50.418Z Downloaded diesel v2.1.6
12422024-05-22T17:53:50.426Z Downloaded csv v1.3.0
12432024-05-22T17:53:50.461Z Downloaded idna v0.3.0
12442024-05-22T17:53:50.466Z Downloaded bstr v0.2.17
12452024-05-22T17:53:50.471Z Downloaded webpki-roots v0.25.4
12462024-05-22T17:53:50.471Z Downloaded idna v0.5.0
12472024-05-22T17:53:50.477Z Downloaded encoding_rs v0.8.34
12482024-05-22T17:53:50.921Z Downloaded ring v0.17.8
12492024-05-22T17:53:50.938Z Downloaded crossterm v0.27.0
12502024-05-22T17:53:50.939Z Downloaded syn v1.0.109
12512024-05-22T17:53:50.939Z Downloaded tough v0.17.1
12522024-05-22T17:53:50.939Z Downloaded proptest v1.4.0
12532024-05-22T17:53:50.939Z Downloaded reedline v0.31.0
12542024-05-22T17:53:50.939Z Downloaded hyper v0.14.28
12552024-05-22T17:53:50.939Z Downloaded rayon v1.10.0
12562024-05-22T17:53:50.939Z Downloaded flume v0.11.0
12572024-05-22T17:53:50.939Z Downloaded olpc-cjson v0.1.3
12582024-05-22T17:53:50.939Z Downloaded futures v0.3.30
12592024-05-22T17:53:50.939Z Downloaded toml v0.7.8
12602024-05-22T17:53:50.940Z Downloaded slab v0.4.9
12612024-05-22T17:53:50.940Z Downloaded subprocess v0.2.9
12622024-05-22T17:53:50.940Z Downloaded papergrid v0.11.0
12632024-05-22T17:53:50.940Z Downloaded clap_builder v4.5.2
12642024-05-22T17:53:50.940Z Downloaded num-bigint v0.4.5
12652024-05-22T17:53:50.940Z Downloaded blake3 v1.5.1
12662024-05-22T17:53:50.940Z Downloaded pem-rfc7468 v0.7.0
12672024-05-22T17:53:50.941Z Downloaded unicode-width v0.1.12
12682024-05-22T17:53:50.941Z Downloaded parking_lot v0.12.2
12692024-05-22T17:53:50.941Z Downloaded serde_repr v0.1.19
12702024-05-22T17:53:50.941Z Downloaded fixedbitset v0.4.2
12712024-05-22T17:53:50.941Z Downloaded scroll v0.12.0
12722024-05-22T17:53:50.941Z Downloaded rsa v0.9.6
12732024-05-22T17:53:50.941Z Downloaded proc-macro2 v1.0.82
12742024-05-22T17:53:50.941Z Downloaded pem v3.0.4
12752024-05-22T17:53:50.941Z Downloaded group v0.13.0
12762024-05-22T17:53:50.941Z Downloaded rustyline v14.0.0
12772024-05-22T17:53:50.942Z Downloaded trust-dns-resolver v0.22.0
12782024-05-22T17:53:50.942Z Downloaded fragile v2.0.0
12792024-05-22T17:53:50.942Z Downloaded supports-color v3.0.0
12802024-05-22T17:53:50.942Z Downloaded subtle v2.5.0
12812024-05-22T17:53:50.942Z Downloaded pkcs1 v0.7.5
12822024-05-22T17:53:50.942Z Downloaded once_cell v1.19.0
12832024-05-22T17:53:50.942Z Downloaded typed-path v0.7.1
12842024-05-22T17:53:50.943Z Downloaded strum_macros v0.25.3
12852024-05-22T17:53:50.943Z Downloaded zeroize v1.7.0
12862024-05-22T17:53:50.943Z Downloaded toml v0.5.11
12872024-05-22T17:53:50.943Z Downloaded nom v7.1.3
12882024-05-22T17:53:50.943Z Downloaded expectorate v1.1.0
12892024-05-22T17:53:50.943Z Downloaded unicode-ident v1.0.12
12902024-05-22T17:53:50.943Z Downloaded itertools v0.10.5
12912024-05-22T17:53:50.943Z Downloaded diesel_derives v2.1.4
12922024-05-22T17:53:50.944Z Downloaded generic-array v0.14.7
12932024-05-22T17:53:50.944Z Downloaded ppv-lite86 v0.2.17
12942024-05-22T17:53:50.944Z Downloaded tungstenite v0.21.0
12952024-05-22T17:53:50.944Z Downloaded pin-project v1.1.5
12962024-05-22T17:53:50.944Z Downloaded tungstenite v0.20.1
12972024-05-22T17:53:50.944Z Downloaded owo-colors v4.0.0
12982024-05-22T17:53:50.944Z Downloaded minimal-lexical v0.2.1
12992024-05-22T17:53:50.944Z Downloaded thread-id v4.2.1
13002024-05-22T17:53:50.945Z Downloaded thiserror-no-std v2.0.2
13012024-05-22T17:53:50.945Z Downloaded thiserror-impl v1.0.60
13022024-05-22T17:53:50.945Z Downloaded signal-hook-registry v1.4.2
13032024-05-22T17:53:50.945Z Downloaded shell-words v1.1.0
13042024-05-22T17:53:50.945Z Downloaded getrandom v0.2.14
13052024-05-22T17:53:50.945Z Downloaded crossbeam-utils v0.8.19
13062024-05-22T17:53:50.945Z Downloaded yasna v0.5.2
13072024-05-22T17:53:50.945Z Downloaded vte v0.11.1
13082024-05-22T17:53:50.945Z Downloaded crossbeam-channel v0.5.12
13092024-05-22T17:53:50.946Z Downloaded num v0.4.3
13102024-05-22T17:53:50.946Z Downloaded poly1305 v0.8.0
13112024-05-22T17:53:50.946Z Downloaded pin-project-internal v1.1.5
13122024-05-22T17:53:50.946Z Downloaded utf8parse v0.2.1
13132024-05-22T17:53:50.946Z Downloaded derive_builder v0.20.0
13142024-05-22T17:53:50.946Z Downloaded tokio-rustls v0.25.0
13152024-05-22T17:53:50.946Z Downloaded tokio-rustls v0.24.1
13162024-05-22T17:53:50.946Z Downloaded term v0.7.0
13172024-05-22T17:53:50.946Z Downloaded tempfile v3.10.1
13182024-05-22T17:53:50.946Z Downloaded serde_arrays v0.1.0
13192024-05-22T17:53:50.946Z Downloaded same-file v1.0.6
13202024-05-22T17:53:50.946Z Downloaded rtoolbox v0.0.2
13212024-05-22T17:53:50.946Z Downloaded const_format v0.2.32
13222024-05-22T17:53:50.946Z Downloaded base64 v0.21.7
13232024-05-22T17:53:50.946Z Downloaded smallvec v0.6.14
13242024-05-22T17:53:50.946Z Downloaded signal-hook v0.3.17
13252024-05-22T17:53:50.946Z Downloaded schemars v0.8.19
13262024-05-22T17:53:50.947Z Downloaded ring v0.16.20
13272024-05-22T17:53:50.947Z Downloaded http v0.2.12
13282024-05-22T17:53:50.947Z Downloaded cc v1.0.97
13292024-05-22T17:53:50.947Z Downloaded indicatif v0.17.8
13302024-05-22T17:53:50.947Z Downloaded ff v0.13.0
13312024-05-22T17:53:50.947Z Downloaded serde_tokenstream v0.2.0
13322024-05-22T17:53:50.947Z Downloaded futures-executor v0.3.30
13332024-05-22T17:53:50.947Z Downloaded derive_builder_core v0.20.0
13342024-05-22T17:53:50.947Z Downloaded pretty-hex v0.2.1
13352024-05-22T17:53:50.947Z Downloaded derive-where v1.2.7
13362024-05-22T17:53:50.948Z Downloaded base64 v0.13.1
13372024-05-22T17:53:50.959Z Downloaded clang-sys v1.7.0
13382024-05-22T17:53:50.959Z Downloaded defmt-macros v0.3.9
13392024-05-22T17:53:50.959Z Downloaded spin v0.9.8
13402024-05-22T17:53:50.959Z Downloaded indexmap v2.2.6
13412024-05-22T17:53:50.959Z Downloaded log v0.4.21
13422024-05-22T17:53:50.959Z Downloaded foreign-types-macros v0.2.3
13432024-05-22T17:53:50.959Z Downloaded blake2 v0.10.6
13442024-05-22T17:53:50.960Z Downloaded unarray v0.1.4
13452024-05-22T17:53:50.960Z Downloaded tls_codec_derive v0.4.1
13462024-05-22T17:53:50.960Z Downloaded time-macros v0.2.18
13472024-05-22T17:53:50.960Z Downloaded mockall v0.12.1
13482024-05-22T17:53:50.960Z Downloaded clap v4.5.4
13492024-05-22T17:53:50.970Z Downloaded slog-scope v4.4.0
13502024-05-22T17:53:50.970Z Downloaded signal-hook-mio v0.2.3
13512024-05-22T17:53:50.970Z Downloaded libloading v0.8.3
13522024-05-22T17:53:50.971Z Downloaded hmac v0.12.1
13532024-05-22T17:53:50.971Z Downloaded strip-ansi-escapes v0.2.0
13542024-05-22T17:53:50.971Z Downloaded ciborium v0.2.2
13552024-05-22T17:53:50.980Z Downloaded derive_builder_macro v0.20.0
13562024-05-22T17:53:50.980Z Downloaded cstr-argument v0.1.2
13572024-05-22T17:53:50.980Z Downloaded crypto-common v0.1.6
13582024-05-22T17:53:50.981Z Downloaded bzip2 v0.4.4
13592024-05-22T17:53:50.981Z Downloaded camino v1.1.7
13602024-05-22T17:53:50.981Z Downloaded block-padding v0.3.3
13612024-05-22T17:53:50.981Z Downloaded base64ct v1.6.0
13622024-05-22T17:53:50.981Z Downloaded backtrace v0.3.71
13632024-05-22T17:53:50.987Z Downloaded nodrop v0.1.14
13642024-05-22T17:53:50.987Z Downloaded crc-catalog v2.4.0
13652024-05-22T17:53:50.987Z Downloaded maybe-uninit v2.0.0
13662024-05-22T17:53:50.987Z Downloaded macaddr v1.0.1
13672024-05-22T17:53:50.987Z Downloaded linked-hash-map v0.5.6
13682024-05-22T17:53:50.987Z Downloaded nanorand v0.7.0
13692024-05-22T17:53:50.999Z Downloaded memoffset v0.7.1
13702024-05-22T17:53:50.999Z Downloaded lru-cache v0.1.2
13712024-05-22T17:53:51.000Z Downloaded cobs v0.2.3
13722024-05-22T17:53:51.000Z Downloaded const_format_proc_macros v0.2.32
13732024-05-22T17:53:51.000Z Downloaded lalrpop-util v0.19.12
13742024-05-22T17:53:51.000Z Downloaded cassowary v0.3.0
13752024-05-22T17:53:51.013Z Downloaded bcs v0.1.6
13762024-05-22T17:53:51.013Z Downloaded inout v0.1.3
13772024-05-22T17:53:51.013Z Downloaded castaway v0.2.2
13782024-05-22T17:53:51.013Z Downloaded camino-tempfile v1.1.1
13792024-05-22T17:53:51.014Z Downloaded bit-vec v0.6.3
13802024-05-22T17:53:51.014Z Downloaded cfg-if v1.0.0
13812024-05-22T17:53:51.014Z Downloaded buf-list v1.0.3
13822024-05-22T17:53:51.015Z Downloaded new_debug_unreachable v1.0.6
13832024-05-22T17:53:51.015Z Downloaded bit-set v0.5.3
13842024-05-22T17:53:51.015Z Downloaded hyper-tls v0.5.0
13852024-05-22T17:53:51.015Z Downloaded http-body v0.4.6
13862024-05-22T17:53:51.026Z Downloaded hostname v0.4.0
13872024-05-22T17:53:51.026Z Downloaded cexpr v0.6.0
13882024-05-22T17:53:51.026Z Downloaded cargo_metadata v0.18.1
13892024-05-22T17:53:51.027Z Downloaded byteorder v1.5.0
13902024-05-22T17:53:51.027Z Downloaded hubpack v0.1.2
13912024-05-22T17:53:51.027Z Downloaded home v0.5.9
13922024-05-22T17:53:51.027Z Downloaded cfg_aliases v0.1.1
13932024-05-22T17:53:51.027Z Downloaded bitstruct_derive v0.1.0
13942024-05-22T17:53:51.028Z Downloaded bitstruct v0.1.1
13952024-05-22T17:53:51.028Z Downloaded base16ct v0.2.0
13962024-05-22T17:53:51.028Z Downloaded bitflags v1.3.2
13972024-05-22T17:53:51.029Z Downloaded autocfg v1.3.0
13982024-05-22T17:53:51.033Z Downloaded ascii v1.1.0
13992024-05-22T17:53:51.033Z Downloaded arrayvec v0.7.4
14002024-05-22T17:53:51.034Z Downloaded addr2line v0.21.0
14012024-05-22T17:53:51.034Z Downloaded atomic-waker v1.1.2
14022024-05-22T17:53:51.034Z Downloaded array-init v0.0.4
14032024-05-22T17:53:51.034Z Downloaded aho-corasick v1.1.3
14042024-05-22T17:53:51.035Z Downloaded arc-swap v1.7.1
14052024-05-22T17:53:51.040Z Downloaded allocator-api2 v0.2.18
14062024-05-22T17:53:51.040Z Downloaded atty v0.2.14
14072024-05-22T17:53:51.049Z Downloaded anstream v0.6.14
14082024-05-22T17:53:51.049Z Downloaded assert_matches v1.5.0
14092024-05-22T17:53:51.049Z Downloaded anyhow v1.0.83
14102024-05-22T17:53:51.057Z Downloaded heck v0.3.3
14112024-05-22T17:53:51.058Z Downloaded anstyle-query v1.0.3
14122024-05-22T17:53:51.058Z Downloaded anstyle-parse v0.2.4
14132024-05-22T17:53:51.457Z Compiling proc-macro2 v1.0.82
14142024-05-22T17:53:51.463Z Compiling unicode-ident v1.0.12
14152024-05-22T17:53:51.463Z Compiling libc v0.2.153
14162024-05-22T17:53:51.463Z Compiling serde v1.0.202
14172024-05-22T17:53:51.463Z Compiling autocfg v1.3.0
14182024-05-22T17:53:51.463Z Compiling version_check v0.9.4
14192024-05-22T17:53:51.501Z Compiling cfg-if v1.0.0
14202024-05-22T17:53:51.613Z Compiling cc v1.0.97
14212024-05-22T17:53:51.677Z Compiling parking_lot_core v0.9.10
14222024-05-22T17:53:51.694Z Compiling once_cell v1.19.0
14232024-05-22T17:53:52.034Z Compiling libm v0.2.8
14242024-05-22T17:53:52.129Z Compiling ahash v0.8.11
14252024-05-22T17:53:52.166Z Compiling lock_api v0.4.12
14262024-05-22T17:53:53.538Z Compiling byteorder v1.5.0
14272024-05-22T17:53:53.828Z Compiling serde_json v1.0.117
14282024-05-22T17:53:54.140Z Compiling num-traits v0.2.19
14292024-05-22T17:53:54.154Z Compiling memchr v2.7.2
14302024-05-22T17:53:54.157Z Compiling thiserror v1.0.60
14312024-05-22T17:53:54.157Z Compiling typenum v1.17.0
14322024-05-22T17:53:54.389Z Compiling log v0.4.21
14332024-05-22T17:53:54.479Z Compiling generic-array v0.14.7
14342024-05-22T17:53:55.453Z Compiling scopeguard v1.2.0
14352024-05-22T17:53:55.483Z Compiling itoa v1.0.11
14362024-05-22T17:53:55.483Z Compiling quote v1.0.36
14372024-05-22T17:53:55.709Z Compiling syn v2.0.64
14382024-05-22T17:53:55.778Z Compiling getrandom v0.2.14
14392024-05-22T17:53:55.899Z Compiling allocator-api2 v0.2.18
14402024-05-22T17:53:56.095Z Compiling slab v0.4.9
14412024-05-22T17:53:56.280Z Compiling ring v0.17.8
14422024-05-22T17:53:56.300Z Compiling ryu v1.0.18
14432024-05-22T17:53:56.418Z Compiling smallvec v1.13.2
14442024-05-22T17:53:56.472Z Compiling pin-project-lite v0.2.14
14452024-05-22T17:53:56.699Z Compiling semver v1.0.23
14462024-05-22T17:53:56.764Z Compiling schemars v0.8.19
14472024-05-22T17:53:56.797Z Compiling equivalent v1.0.1
14482024-05-22T17:53:56.949Z Compiling syn v1.0.109
14492024-05-22T17:53:57.215Z Compiling vcpkg v0.2.15
14502024-05-22T17:53:57.229Z Compiling parking_lot v0.12.2
14512024-05-22T17:53:57.277Z Compiling pkg-config v0.3.30
14522024-05-22T17:53:57.748Z Compiling signal-hook-registry v1.4.2
14532024-05-22T17:53:58.747Z Compiling openssl-sys v0.9.102
14542024-05-22T17:53:58.780Z Compiling mio v0.8.11
14552024-05-22T17:53:59.709Z Compiling fnv v1.0.7
14562024-05-22T17:53:59.844Z Compiling rand_core v0.6.4
14572024-05-22T17:54:00.213Z Compiling socket2 v0.5.7
14582024-05-22T17:54:00.237Z Compiling num_cpus v1.16.0
14592024-05-22T17:54:00.373Z Compiling num-conv v0.1.0
14602024-05-22T17:54:00.659Z Compiling time-core v0.1.2
14612024-05-22T17:54:00.838Z Compiling time-macros v0.2.18
14622024-05-22T17:54:00.859Z Compiling httparse v1.8.0
14632024-05-22T17:54:01.523Z Compiling futures-core v0.3.30
14642024-05-22T17:54:01.789Z Compiling openssl v0.10.64
14652024-05-22T17:54:02.207Z Compiling rustix v0.38.34
14662024-05-22T17:54:02.227Z Compiling iana-time-zone v0.1.60
14672024-05-22T17:54:02.327Z Compiling crossbeam-utils v0.8.19
14682024-05-22T17:54:02.555Z Compiling spin v0.9.8
14692024-05-22T17:54:02.839Z Compiling native-tls v0.2.11
14702024-05-22T17:54:02.865Z Compiling tinyvec_macros v0.1.1
14712024-05-22T17:54:03.068Z Compiling rustls v0.21.12
14722024-05-22T17:54:03.170Z Compiling serde_derive_internals v0.29.1
14732024-05-22T17:54:03.196Z Compiling tinyvec v1.6.0
14742024-05-22T17:54:03.753Z Compiling subtle v2.5.0
14752024-05-22T17:54:03.947Z Compiling const-oid v0.9.6
14762024-05-22T17:54:04.036Z Compiling futures-sink v0.3.30
14772024-05-22T17:54:04.162Z Compiling ucd-trie v0.1.6
14782024-05-22T17:54:04.645Z Compiling unicode-normalization v0.1.23
14792024-05-22T17:54:04.830Z Compiling backtrace v0.3.71
14802024-05-22T17:54:05.212Z Compiling cookie v0.17.0
14812024-05-22T17:54:05.233Z Compiling heck v0.4.1
14822024-05-22T17:54:05.437Z Compiling slog v2.7.0
14832024-05-22T17:54:05.601Z Compiling unicode-bidi v0.3.15
14842024-05-22T17:54:05.672Z Compiling dyn-clone v1.0.17
14852024-05-22T17:54:05.850Z Compiling heck v0.5.0
14862024-05-22T17:54:05.942Z Compiling futures-channel v0.3.30
14872024-05-22T17:54:06.228Z Compiling strsim v0.11.1
14882024-05-22T17:54:06.273Z Compiling pin-utils v0.1.0
14892024-05-22T17:54:06.384Z Compiling futures-task v0.3.30
14902024-05-22T17:54:06.632Z Compiling futures-io v0.3.30
14912024-05-22T17:54:07.003Z Compiling aho-corasick v1.1.3
14922024-05-22T17:54:07.286Z Compiling untrusted v0.9.0
14932024-05-22T17:54:07.337Z Compiling winnow v0.5.40
14942024-05-22T17:54:08.067Z Compiling anyhow v1.0.83
14952024-05-22T17:54:08.583Z Compiling serde_derive v1.0.202
14962024-05-22T17:54:08.704Z Compiling zerocopy-derive v0.7.34
14972024-05-22T17:54:09.061Z Compiling zeroize_derive v1.4.2
14982024-05-22T17:54:09.085Z Compiling thiserror-impl v1.0.60
14992024-05-22T17:54:10.451Z Compiling tokio-macros v2.2.0
15002024-05-22T17:54:10.635Z Compiling zerocopy v0.7.34
15012024-05-22T17:54:10.850Z Compiling futures-macro v0.3.30
15022024-05-22T17:54:11.148Z Compiling schemars_derive v0.8.19
15032024-05-22T17:54:11.789Z Compiling tracing-attributes v0.1.27
15042024-05-22T17:54:11.861Z Compiling zeroize v1.7.0
15052024-05-22T17:54:12.768Z Compiling hashbrown v0.14.5
15062024-05-22T17:54:12.953Z Compiling openssl-macros v0.1.1
15072024-05-22T17:54:14.038Z Compiling scroll_derive v0.12.0
15082024-05-22T17:54:14.123Z Compiling pest v2.7.10
15092024-05-22T17:54:14.152Z Compiling crypto-common v0.1.6
15102024-05-22T17:54:14.360Z Compiling futures-util v0.3.30
15112024-05-22T17:54:15.038Z Compiling der_derive v0.7.2
15122024-05-22T17:54:15.160Z Compiling regex-syntax v0.8.3
15132024-05-22T17:54:15.379Z Compiling block-buffer v0.10.4
15142024-05-22T17:54:15.603Z Compiling tracing-core v0.1.32
15152024-05-22T17:54:17.310Z Compiling pest_meta v2.7.10
15162024-05-22T17:54:18.128Z Compiling usdt-impl v0.5.0
15172024-05-22T17:54:18.489Z Compiling pest_generator v2.7.10
15182024-05-22T17:54:20.112Z Compiling regex-automata v0.4.6
15192024-05-22T17:54:20.760Z Compiling powerfmt v0.2.0
15202024-05-22T17:54:21.141Z Compiling rustversion v1.0.17
15212024-05-22T17:54:21.183Z Compiling deranged v0.3.11
15222024-05-22T17:54:21.234Z Compiling tracing v0.1.40
15232024-05-22T17:54:21.327Z Compiling pest_derive v2.7.10
15242024-05-22T17:54:21.767Z Compiling bytes v1.6.0
15252024-05-22T17:54:22.066Z Compiling indexmap v2.2.6
15262024-05-22T17:54:22.091Z Compiling uuid v1.8.0
15272024-05-22T17:54:22.758Z Compiling chrono v0.4.38
15282024-05-22T17:54:22.783Z Compiling serde_tokenstream v0.2.0
15292024-05-22T17:54:22.876Z Compiling tokio v1.37.0
15302024-05-22T17:54:23.522Z Compiling bitflags v2.5.0
15312024-05-22T17:54:26.218Z Compiling serde_spanned v0.6.6
15322024-05-22T17:54:26.546Z Compiling toml_datetime v0.6.6
15332024-05-22T17:54:26.837Z Compiling http v0.2.12
15342024-05-22T17:54:26.968Z Compiling toml_edit v0.19.15
15352024-05-22T17:54:29.102Z Compiling rustc_version v0.4.0
15362024-05-22T17:54:30.489Z Compiling heapless v0.7.17
15372024-05-22T17:54:30.963Z Compiling digest v0.10.7
15382024-05-22T17:54:30.982Z Compiling scroll v0.12.0
15392024-05-22T17:54:31.657Z Compiling percent-encoding v2.3.1
15402024-05-22T17:54:32.913Z Compiling ppv-lite86 v0.2.17
15412024-05-22T17:54:33.036Z Compiling signal-hook v0.3.17
15422024-05-22T17:54:33.325Z Compiling plain v0.2.3
15432024-05-22T17:54:33.488Z Compiling num_threads v0.1.7
15442024-05-22T17:54:33.616Z Compiling time v0.3.36
15452024-05-22T17:54:33.680Z Compiling rand_chacha v0.3.1
15462024-05-22T17:54:33.833Z Compiling goblin v0.8.2
15472024-05-22T17:54:34.644Z Compiling regex v1.10.4
15482024-05-22T17:54:36.265Z Compiling pretty-hex v0.4.1
15492024-05-22T17:54:36.667Z Compiling crc32fast v1.4.0
15502024-05-22T17:54:38.041Z Compiling rand v0.8.5
15512024-05-22T17:54:39.636Z Compiling dof v0.3.0
15522024-05-22T17:54:39.657Z Compiling tokio-util v0.7.11
15532024-05-22T17:54:40.754Z Compiling dtrace-parser v0.2.0
15542024-05-22T17:54:41.677Z Compiling async-trait v0.1.80
15552024-05-22T17:54:41.911Z Compiling thread-id v4.2.1
15562024-05-22T17:54:42.022Z Compiling smoltcp v0.9.1
15572024-05-22T17:54:42.303Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15582024-05-22T17:54:42.470Z Compiling base64ct v1.6.0
15592024-05-22T17:54:42.622Z Compiling unicode-width v0.1.12
15602024-05-22T17:54:42.820Z Compiling foreign-types-shared v0.1.1
15612024-05-22T17:54:42.931Z Compiling foreign-types v0.3.2
15622024-05-22T17:54:42.980Z Compiling pem-rfc7468 v0.7.0
15632024-05-22T17:54:44.093Z Compiling form_urlencoded v1.2.1
15642024-05-22T17:54:44.402Z Compiling hmac v0.12.1
15652024-05-22T17:54:44.628Z Compiling adler v1.0.2
15662024-05-22T17:54:44.885Z Compiling try-lock v0.2.5
15672024-05-22T17:54:44.960Z Compiling base64 v0.21.7
15682024-05-22T17:54:45.052Z Compiling siphasher v0.3.11
15692024-05-22T17:54:45.196Z Compiling flagset v0.4.5
15702024-05-22T17:54:45.404Z Compiling der v0.7.9
15712024-05-22T17:54:45.460Z Compiling want v0.3.1
15722024-05-22T17:54:45.751Z Compiling miniz_oxide v0.7.2
15732024-05-22T17:54:45.782Z Compiling h2 v0.3.26
15742024-05-22T17:54:47.339Z Compiling rustls-webpki v0.101.7
15752024-05-22T17:54:48.524Z Compiling sct v0.7.1
15762024-05-22T17:54:48.809Z Compiling http-body v0.4.6
15772024-05-22T17:54:49.391Z Compiling openapiv3 v2.0.0
15782024-05-22T17:54:49.823Z Compiling hubpack_derive v0.1.1
15792024-05-22T17:54:50.384Z Compiling zerocopy-derive v0.6.6
15802024-05-22T17:54:50.475Z Compiling idna v0.5.0
15812024-05-22T17:54:51.014Z Compiling errno v0.3.9
15822024-05-22T17:54:51.493Z Compiling fs-err v2.11.0
15832024-05-22T17:54:51.807Z Compiling stable_deref_trait v1.2.0
15842024-05-22T17:54:51.919Z Compiling finl_unicode v1.2.0
15852024-05-22T17:54:52.036Z Compiling httpdate v1.0.3
15862024-05-22T17:54:52.261Z Compiling tower-service v0.3.2
15872024-05-22T17:54:52.399Z Compiling anstyle v1.0.7
15882024-05-22T17:54:52.817Z Compiling spin v0.5.2
15892024-05-22T17:54:52.895Z Compiling openssl-probe v0.1.5
15902024-05-22T17:54:53.051Z Compiling utf8parse v0.2.1
15912024-05-22T17:54:53.210Z Compiling cpufeatures v0.2.12
15922024-05-22T17:54:53.256Z Compiling gimli v0.28.1
15932024-05-22T17:54:53.310Z Compiling sha2 v0.10.8
15942024-05-22T17:54:53.313Z Compiling anstyle-parse v0.2.4
15952024-05-22T17:54:53.575Z Compiling hyper v0.14.28
15962024-05-22T17:54:54.025Z Compiling stringprep v0.1.4
15972024-05-22T17:54:55.239Z Compiling url v2.5.0
15982024-05-22T17:54:57.870Z Compiling addr2line v0.21.0
15992024-05-22T17:54:58.699Z Compiling spki v0.7.3
16002024-05-22T17:54:59.077Z Compiling usdt-attr-macro v0.5.0
16012024-05-22T17:54:59.765Z Compiling usdt-macro v0.5.0
16022024-05-22T17:55:01.627Z Compiling md-5 v0.10.6
16032024-05-22T17:55:02.680Z Compiling idna v0.3.0
16042024-05-22T17:55:04.181Z Compiling diesel_table_macro_syntax v0.1.0
16052024-05-22T17:55:04.604Z Compiling num-integer v0.1.46
16062024-05-22T17:55:04.999Z Compiling object v0.32.2
16072024-05-22T17:55:05.311Z Compiling hash32 v0.2.1
16082024-05-22T17:55:05.343Z Compiling anstyle-query v1.0.3
16092024-05-22T17:55:05.490Z Compiling rustc-demangle v0.1.24
16102024-05-22T17:55:05.679Z Compiling fallible-iterator v0.2.0
16112024-05-22T17:55:07.863Z Compiling colorchoice v1.0.1
16122024-05-22T17:55:07.934Z Compiling is_terminal_polyfill v1.70.0
16132024-05-22T17:55:08.557Z Compiling psl-types v2.0.11
16142024-05-22T17:55:08.739Z Compiling publicsuffix v2.2.3
16152024-05-22T17:55:13.475Z Compiling anstream v0.6.14
16162024-05-22T17:55:13.690Z Compiling lazy_static v1.4.0
16172024-05-22T17:55:14.064Z Compiling postgres-protocol v0.6.6
16182024-05-22T17:55:14.167Z Compiling diesel_derives v2.1.4
16192024-05-22T17:55:20.884Z Compiling tokio-rustls v0.24.1
16202024-05-22T17:55:21.011Z Compiling pkcs8 v0.10.2
16212024-05-22T17:55:21.306Z Compiling terminal_size v0.3.0
16222024-05-22T17:55:21.572Z Compiling tokio-native-tls v0.3.1
16232024-05-22T17:55:21.824Z Compiling phf_shared v0.11.2
16242024-05-22T17:55:23.026Z Compiling strum_macros v0.25.3
16252024-05-22T17:55:23.133Z Compiling regress v0.9.1
16262024-05-22T17:55:23.318Z Compiling block-padding v0.3.3
16272024-05-22T17:55:23.552Z Compiling enum-as-inner v0.5.1
16282024-05-22T17:55:23.782Z Compiling serde_repr v0.1.19
16292024-05-22T17:55:24.553Z Compiling clap_derive v4.5.4
16302024-05-22T17:55:26.966Z Compiling ff v0.13.0
16312024-05-22T17:55:27.647Z Compiling scheduled-thread-pool v0.2.7
16322024-05-22T17:55:27.828Z Compiling encoding_rs v0.8.34
16332024-05-22T17:55:27.841Z Compiling ipnet v2.9.0
16342024-05-22T17:55:28.402Z Compiling either v1.12.0
16352024-05-22T17:55:28.798Z Compiling managed v0.8.0
16362024-05-22T17:55:29.054Z Compiling bit-vec v0.6.3
16372024-05-22T17:55:29.233Z Compiling matches v0.1.10
16382024-05-22T17:55:29.449Z Compiling bitflags v1.3.2
16392024-05-22T17:55:29.555Z Compiling clap_lex v0.7.0
16402024-05-22T17:55:29.589Z Compiling ident_case v1.0.1
16412024-05-22T17:55:29.877Z Compiling mime v0.3.17
16422024-05-22T17:55:29.994Z Compiling base16ct v0.2.0
16432024-05-22T17:55:30.265Z Compiling sec1 v0.7.3
16442024-05-22T17:55:30.836Z Compiling clap_builder v4.5.2
16452024-05-22T17:55:30.972Z Compiling darling_core v0.20.9
16462024-05-22T17:55:33.029Z Compiling idna v0.2.3
16472024-05-22T17:55:36.428Z Compiling r2d2 v0.8.10
16482024-05-22T17:55:37.203Z Compiling group v0.13.0
16492024-05-22T17:55:37.506Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16502024-05-22T17:55:38.082Z Compiling inout v0.1.3
16512024-05-22T17:55:38.964Z Compiling phf v0.11.2
16522024-05-22T17:55:39.264Z Compiling hyper-tls v0.5.0
16532024-05-22T17:55:39.377Z Compiling hyper-rustls v0.24.2
16542024-05-22T17:55:39.635Z Compiling signal-hook-mio v0.2.3
16552024-05-22T17:55:39.793Z Compiling cookie_store v0.20.0
16562024-05-22T17:55:39.943Z Compiling postgres-types v0.2.6
16572024-05-22T17:55:40.192Z Compiling num-bigint v0.4.5
16582024-05-22T17:55:40.610Z Compiling zerocopy v0.6.6
16592024-05-22T17:55:41.263Z Compiling hubpack v0.1.2
16602024-05-22T17:55:41.293Z Compiling rustls-pemfile v1.0.4
16612024-05-22T17:55:41.459Z Compiling phf_shared v0.10.0
16622024-05-22T17:55:41.649Z Compiling hkdf v0.12.4
16632024-05-22T17:55:41.710Z Compiling crossbeam-epoch v0.9.18
16642024-05-22T17:55:41.870Z Compiling serde_urlencoded v0.7.1
16652024-05-22T17:55:42.389Z Compiling ipnetwork v0.20.0
16662024-05-22T17:55:43.001Z Compiling futures-executor v0.3.30
16672024-05-22T17:55:43.124Z Compiling crypto-bigint v0.5.5
16682024-05-22T17:55:43.469Z Compiling float-cmp v0.9.0
16692024-05-22T17:55:43.497Z Compiling memmap v0.7.0
16702024-05-22T17:55:43.685Z Compiling predicates-core v1.0.6
16712024-05-22T17:55:43.708Z Compiling unicode-segmentation v1.11.0
16722024-05-22T17:55:43.815Z Compiling data-encoding v2.6.0
16732024-05-22T17:55:44.001Z Compiling winnow v0.6.8
16742024-05-22T17:55:44.567Z Compiling normalize-line-endings v0.3.0
16752024-05-22T17:55:44.688Z Compiling minimal-lexical v0.2.1
16762024-05-22T17:55:45.481Z Compiling new_debug_unreachable v1.0.6
16772024-05-22T17:55:45.569Z Compiling precomputed-hash v0.1.1
16782024-05-22T17:55:45.662Z Compiling difflib v0.4.0
16792024-05-22T17:55:45.691Z Compiling sync_wrapper v0.1.2
16802024-05-22T17:55:45.821Z Compiling fixedbitset v0.4.2
16812024-05-22T17:55:46.314Z Compiling whoami v1.5.1
16822024-05-22T17:55:46.857Z Compiling static_assertions v1.1.0
16832024-05-22T17:55:46.879Z Compiling webpki-roots v0.25.4
16842024-05-22T17:55:46.971Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16852024-05-22T17:55:47.042Z Compiling reqwest v0.11.27
16862024-05-22T17:55:47.667Z Compiling toml_edit v0.22.13
16872024-05-22T17:55:49.197Z Compiling tokio-postgres v0.7.10
16882024-05-22T17:55:49.298Z Compiling petgraph v0.6.5
16892024-05-22T17:55:49.565Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-05-22T17:55:52.847Z Compiling predicates v3.1.0
16912024-05-22T17:55:53.267Z Compiling elliptic-curve v0.13.8
16922024-05-22T17:55:53.422Z Compiling string_cache v0.8.7
16932024-05-22T17:55:53.661Z Compiling nom v7.1.3
16942024-05-22T17:55:53.838Z Compiling similar v2.5.0
16952024-05-22T17:55:53.933Z Compiling trust-dns-proto v0.22.0
16962024-05-22T17:55:53.954Z Compiling usdt v0.5.0
16972024-05-22T17:55:55.132Z Compiling futures v0.3.30
16982024-05-22T17:55:55.255Z Compiling diesel v2.1.6
16992024-05-22T17:55:55.633Z Compiling yasna v0.5.2
17002024-05-22T17:55:57.206Z Compiling crossterm v0.27.0
17012024-05-22T17:55:57.275Z Compiling flate2 v1.0.30
17022024-05-22T17:55:57.356Z Compiling cipher v0.4.4
17032024-05-22T17:55:58.776Z Compiling darling_macro v0.20.9
17042024-05-22T17:55:59.644Z Compiling clap v4.5.4
17052024-05-22T17:55:59.725Z Compiling itertools v0.12.1
17062024-05-22T17:55:59.778Z Compiling itertools v0.10.5
17072024-05-22T17:56:00.550Z Compiling bit-set v0.5.3
17082024-05-22T17:56:00.848Z Compiling console v0.15.8
17092024-05-22T17:56:01.377Z Compiling num-iter v0.1.45
17102024-05-22T17:56:02.207Z Compiling tokio-stream v0.1.15
17112024-05-22T17:56:02.378Z Compiling toml v0.7.8
17122024-05-22T17:56:02.424Z Compiling bstr v1.9.1
17132024-05-22T17:56:02.540Z Compiling hex v0.4.3
17142024-05-22T17:56:03.306Z Compiling peg-runtime v0.8.3
17152024-05-22T17:56:03.579Z Compiling lalrpop-util v0.19.12
17162024-05-22T17:56:03.966Z Compiling darling v0.20.9
17172024-05-22T17:56:04.084Z Compiling proc-macro-crate v1.3.1
17182024-05-22T17:56:04.938Z Compiling camino v1.1.7
17192024-05-22T17:56:06.361Z Compiling heapless v0.8.0
17202024-05-22T17:56:08.276Z Compiling num_enum_derive v0.5.11
17212024-05-22T17:56:13.557Z Compiling hash32 v0.3.1
17222024-05-22T17:56:14.095Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17232024-05-22T17:56:14.239Z Compiling rustls-pki-types v1.7.0
17242024-05-22T17:56:15.649Z Compiling smoltcp v0.11.0
17252024-05-22T17:56:25.331Z Compiling num_enum v0.5.11
17262024-05-22T17:56:28.687Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17272024-05-22T17:56:29.492Z Compiling getopts v0.2.21
17282024-05-22T17:56:30.227Z Compiling dirs-sys-next v0.1.2
17292024-05-22T17:56:31.376Z Compiling proc-macro-error-attr v1.0.4
17302024-05-22T17:56:31.459Z Compiling embedded-io v0.4.0
17312024-05-22T17:56:31.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322024-05-22T17:56:31.686Z Compiling unsafe-libyaml v0.2.11
17332024-05-22T17:56:32.085Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17342024-05-22T17:56:32.086Z Compiling rustls v0.22.4
17352024-05-22T17:56:32.350Z Compiling cobs v0.2.3
17362024-05-22T17:56:32.779Z Compiling paste v1.0.15
17372024-05-22T17:56:32.894Z Compiling postcard v1.0.8
17382024-05-22T17:56:33.317Z Compiling serde_yaml v0.9.34+deprecated
17392024-05-22T17:56:37.126Z Compiling dirs-next v2.0.0
17402024-05-22T17:56:37.719Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17412024-05-22T17:56:45.424Z Compiling rustls-webpki v0.102.4
17422024-05-22T17:56:50.789Z Compiling strum_macros v0.26.2
17432024-05-22T17:56:52.495Z Compiling foreign-types-macros v0.2.3
17442024-05-22T17:56:52.979Z Compiling structmeta-derive v0.3.0
17452024-05-22T17:56:54.038Z Compiling thread_local v1.1.8
17462024-05-22T17:56:54.886Z Compiling multer v3.1.0
17472024-05-22T17:56:55.168Z Compiling proc-macro-error v1.0.4
17482024-05-22T17:56:55.206Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
17492024-05-22T17:56:55.327Z Compiling foreign-types-shared v0.3.1
17502024-05-22T17:56:55.485Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
17512024-05-22T17:56:55.666Z Compiling slog-async v2.8.0
17522024-05-22T17:56:56.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17532024-05-22T17:56:57.148Z Compiling match_cfg v0.1.0
17542024-05-22T17:56:57.257Z Compiling hostname v0.3.1
17552024-05-22T17:57:04.095Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
17562024-05-22T17:57:05.274Z Compiling foreign-types v0.5.0
17572024-05-22T17:57:05.326Z Compiling strum v0.26.2
17582024-05-22T17:57:05.388Z Compiling structmeta v0.3.0
17592024-05-22T17:57:08.289Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17602024-05-22T17:57:18.876Z Compiling term v0.7.0
17612024-05-22T17:57:22.593Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17622024-05-22T17:57:22.960Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
17632024-05-22T17:57:24.047Z Compiling slog-json v2.6.1
17642024-05-22T17:57:24.111Z Compiling tabwriter v1.4.0
17652024-05-22T17:57:24.616Z Compiling crossbeam-channel v0.5.12
17662024-05-22T17:57:26.119Z Compiling http v1.1.0
17672024-05-22T17:57:26.264Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17682024-05-22T17:57:27.092Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
17692024-05-22T17:57:27.213Z Compiling async-stream-impl v0.3.5
17702024-05-22T17:57:27.853Z Compiling cstr-argument v0.1.2
17712024-05-22T17:57:27.936Z Compiling is-terminal v0.4.12
17722024-05-22T17:57:28.073Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17732024-05-22T17:57:28.101Z Compiling fastrand v2.1.0
17742024-05-22T17:57:28.529Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17752024-05-22T17:57:28.838Z Compiling base64 v0.22.1
17762024-05-22T17:57:28.855Z Compiling pretty-hex v0.2.1
17772024-05-22T17:57:29.079Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17782024-05-22T17:57:29.388Z Compiling crucible-workspace-hack v0.1.0
17792024-05-22T17:57:29.466Z Compiling atomic-waker v1.1.2
17802024-05-22T17:57:29.656Z Compiling rayon-core v1.12.1
17812024-05-22T17:57:29.685Z Compiling take_mut v0.2.2
17822024-05-22T17:57:30.050Z Compiling waitgroup v0.1.2
17832024-05-22T17:57:30.301Z Compiling rustls-pemfile v2.1.2
17842024-05-22T17:57:30.322Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-22T17:57:30.725Z Compiling async-stream v0.3.5
17862024-05-22T17:57:30.794Z Compiling tempfile v3.10.1
17872024-05-22T17:57:31.037Z Compiling slog-term v2.9.1
17882024-05-22T17:57:31.453Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17892024-05-22T17:57:32.920Z Compiling slog-bunyan v2.5.0
17902024-05-22T17:57:33.192Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17912024-05-22T17:57:33.422Z Compiling tokio-rustls v0.25.0
17922024-05-22T17:57:33.878Z Compiling parse-display-derive v0.9.0
17932024-05-22T17:57:33.936Z Compiling toml v0.8.13
17942024-05-22T17:57:34.008Z Compiling serde_with_macros v3.8.1
17952024-05-22T17:57:35.058Z Compiling sha1 v0.10.6
17962024-05-22T17:57:35.990Z Compiling crossbeam-deque v0.8.5
17972024-05-22T17:57:36.416Z Compiling colored v2.1.0
17982024-05-22T17:57:36.679Z Compiling newtype-uuid v1.1.0
17992024-05-22T17:57:37.069Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18002024-05-22T17:57:37.691Z Compiling serde_path_to_error v0.1.16
18012024-05-22T17:57:37.843Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18022024-05-22T17:57:38.614Z Compiling hostname v0.4.0
18032024-05-22T17:57:38.643Z Compiling socket2 v0.4.10
18042024-05-22T17:57:38.879Z Compiling instant v0.1.12
18052024-05-22T17:57:38.966Z Compiling debug-ignore v1.0.5
18062024-05-22T17:57:39.033Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18072024-05-22T17:57:39.082Z Compiling backoff v0.4.0
18082024-05-22T17:57:39.416Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
18092024-05-22T17:57:40.301Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102024-05-22T17:57:40.917Z Compiling parse-display v0.9.0
18112024-05-22T17:57:41.636Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18122024-05-22T17:57:42.154Z Compiling serde_with v3.8.1
18132024-05-22T17:57:42.595Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18142024-05-22T17:57:44.002Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18152024-05-22T17:57:45.950Z Compiling camino-tempfile v1.1.1
18162024-05-22T17:57:46.488Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18172024-05-22T17:57:46.547Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18182024-05-22T17:57:46.731Z Compiling macaddr v1.0.1
18192024-05-22T17:57:46.743Z Compiling num-derive v0.4.2
18202024-05-22T17:57:47.003Z Compiling sigpipe v0.1.3
18212024-05-22T17:57:47.149Z Compiling libefi-sys v0.1.0
18222024-05-22T17:57:47.350Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18232024-05-22T17:57:47.493Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18242024-05-22T17:57:47.916Z Compiling rayon v1.10.0
18252024-05-22T17:57:48.569Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18262024-05-22T17:57:49.091Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18272024-05-22T17:57:50.800Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18282024-05-22T17:57:50.944Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
18292024-05-22T17:57:52.059Z Compiling smf v0.2.3
18302024-05-22T17:57:53.933Z Compiling blake3 v1.5.1
18312024-05-22T17:57:54.524Z Compiling ring v0.16.20
18322024-05-22T17:57:54.546Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18332024-05-22T17:57:54.831Z Compiling portable-atomic v1.6.0
18342024-05-22T17:57:55.779Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352024-05-22T17:57:55.896Z Compiling xattr v1.3.1
18362024-05-22T17:57:56.167Z Compiling memmap2 v0.9.4
18372024-05-22T17:57:56.220Z Compiling filetime v0.2.23
18382024-05-22T17:57:56.571Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18392024-05-22T17:57:56.724Z Compiling arrayref v0.3.7
18402024-05-22T17:57:56.749Z Compiling arrayvec v0.7.4
18412024-05-22T17:57:56.838Z Compiling same-file v1.0.6
18422024-05-22T17:57:56.915Z Compiling untrusted v0.7.1
18432024-05-22T17:57:57.104Z Compiling constant_time_eq v0.3.0
18442024-05-22T17:57:57.134Z Compiling walkdir v2.5.0
18452024-05-22T17:57:57.196Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18462024-05-22T17:57:58.173Z Compiling tar v0.4.40
18472024-05-22T17:57:59.937Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-22T17:58:00.347Z Compiling gethostname v0.4.3
18492024-05-22T17:58:00.623Z Compiling topological-sort v0.2.2
18502024-05-22T17:58:00.891Z Compiling number_prefix v0.4.0
18512024-05-22T17:58:01.115Z Compiling swrite v0.1.0
18522024-05-22T17:58:01.253Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18532024-05-22T17:58:01.998Z Compiling indicatif v0.17.8
18542024-05-22T17:58:03.697Z Compiling omicron-zone-package v0.11.0
18552024-05-22T17:58:05.948Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18562024-05-22T17:58:07.267Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-22T17:58:08.674Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18582024-05-22T17:58:29.345Z Finished release [optimized] target(s) in 5m 02s
18592024-05-22T17:58:29.611Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18602024-05-22T17:58:29.683ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-05-22T17:58:29.700ZCreated new build target 'test' and set it as active
18622024-05-22T17:58:29.700Z
18632024-05-22T17:58:29.700Zreal 5:02.929002472
18642024-05-22T17:58:29.700Zuser 31:42.291527743
18652024-05-22T17:58:29.700Zsys 3:54.004321238
18662024-05-22T17:58:29.700Ztrap 0.908227454
18672024-05-22T17:58:29.701Ztflt 7.620915940
18682024-05-22T17:58:29.701Zdflt 8.290314295
18692024-05-22T17:58:29.701Zkflt 0.015851918
18702024-05-22T17:58:29.701Zlock 1:08:13.203630379
18712024-05-22T17:58:29.701Zslp 1:31:32.736873391
18722024-05-22T17:58:29.701Zlat 2:02.452262876
18732024-05-22T17:58:29.701Zstop 3:39.068760156
18742024-05-22T17:58:29.701Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18752024-05-22T17:58:30.463Z Finished release [optimized] target(s) in 0.74s
18762024-05-22T17:58:30.487Z Running `target/release/omicron-package -t test package`
18772024-05-22T17:58:30.508ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-22T17:58:31.347Z Compiling newline-converter v0.3.0
18792024-05-22T17:58:31.356Z Compiling humantime v2.1.0
18802024-05-22T17:58:31.413Z Compiling derive-where v1.2.7
18812024-05-22T17:58:31.418Z Compiling unicode-xid v0.2.4
18822024-05-22T17:58:31.428Z Compiling linked-hash-map v0.5.6
18832024-05-22T17:58:31.433Z Compiling convert_case v0.4.0
18842024-05-22T17:58:31.447Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852024-05-22T17:58:31.447Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18862024-05-22T17:58:31.550Z Compiling expectorate v1.1.0
18872024-05-22T17:58:31.560Z Compiling password-hash v0.5.0
18882024-05-22T17:58:31.686Z Compiling blake2 v0.10.6
18892024-05-22T17:58:31.769Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18902024-05-22T17:58:31.794Z Compiling lru-cache v0.1.2
18912024-05-22T17:58:31.969Z Compiling semver v0.1.20
18922024-05-22T17:58:32.146Z Compiling derive_more v0.99.17
18932024-05-22T17:58:32.215Z Compiling argon2 v0.5.3
18942024-05-22T17:58:32.512Z Compiling rustc_version v0.1.7
18952024-05-22T17:58:32.908Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-22T17:58:33.054Z Compiling newtype_derive v0.1.6
18972024-05-22T17:58:33.430Z Compiling quick-error v1.2.3
18982024-05-22T17:58:33.490Z Compiling home v0.5.9
18992024-05-22T17:58:33.577Z Compiling resolv-conf v0.7.0
19002024-05-22T17:58:33.830Z Compiling steno v0.4.0
19012024-05-22T17:58:33.862Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19022024-05-22T17:58:34.971Z Compiling trust-dns-resolver v0.22.0
19032024-05-22T17:58:34.975Z Compiling slog-dtrace v0.3.0
19042024-05-22T17:58:35.144Z Compiling termcolor v1.4.1
19052024-05-22T17:58:35.274Z Compiling utf-8 v0.7.6
19062024-05-22T17:58:36.135Z Compiling num-rational v0.4.2
19072024-05-22T17:58:37.157Z Compiling num-complex v0.4.6
19082024-05-22T17:58:38.289Z Compiling num v0.4.3
19092024-05-22T17:58:38.814Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102024-05-22T17:58:38.814Z Compiling nibble_vec v0.1.0
19112024-05-22T17:58:38.815Z Compiling endian-type v0.1.2
19122024-05-22T17:58:38.815Z Compiling radium v0.7.0
19132024-05-22T17:58:38.912Z Compiling radix_trie v0.2.1
19142024-05-22T17:58:39.194Z Compiling tungstenite v0.20.1
19152024-05-22T17:58:39.363Z Compiling maybe-uninit v2.0.0
19162024-05-22T17:58:39.449Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19172024-05-22T17:58:39.838Z Compiling tap v1.0.1
19182024-05-22T17:58:40.029Z Compiling wyz v0.5.1
19192024-05-22T17:58:40.450Z Compiling tokio-tungstenite v0.20.1
19202024-05-22T17:58:40.493Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-22T17:58:41.007Z Compiling bzip2-sys v0.1.11+1.0.8
19222024-05-22T17:58:41.481Z Compiling num-bigint-dig v0.8.4
19232024-05-22T17:58:41.770Z Compiling display-error-chain v0.2.0
19242024-05-22T17:58:41.952Z Compiling funty v2.0.0
19252024-05-22T17:58:44.491Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19262024-05-22T17:58:44.551Z Compiling packed_struct v0.10.1
19272024-05-22T17:58:44.792Z Compiling cancel-safe-futures v0.1.5
19282024-05-22T17:58:44.942Z Compiling crc-catalog v2.4.0
19292024-05-22T17:58:45.086Z Compiling arc-swap v1.7.1
19302024-05-22T17:58:45.164Z Compiling crc v3.2.1
19312024-05-22T17:58:46.046Z Compiling slog-scope v4.4.0
19322024-05-22T17:58:46.242Z Compiling bitvec v1.0.1
19332024-05-22T17:58:47.344Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-22T17:58:50.269Z Compiling fxhash v0.2.1
19352024-05-22T17:58:50.511Z Compiling packed_struct_codegen v0.10.1
19362024-05-22T17:58:51.775Z Compiling indexmap v1.9.3
19372024-05-22T17:58:52.065Z Compiling nodrop v0.1.14
19382024-05-22T17:58:52.195Z Compiling array-init v0.0.4
19392024-05-22T17:58:53.577Z Compiling smallvec v0.6.14
19402024-05-22T17:58:56.958Z Compiling slog-stdlog v4.1.1
19412024-05-22T17:58:57.712Z Compiling rayon-core v1.12.1
19422024-05-22T17:58:57.731Z Compiling synstructure v0.12.6
19432024-05-22T17:58:57.880Z Compiling pkcs1 v0.7.5
19442024-05-22T17:58:58.008Z Compiling signature v2.2.0
19452024-05-22T17:58:58.280Z Compiling crossbeam-deque v0.8.5
19462024-05-22T17:58:58.600Z Compiling dirs-sys-next v0.1.2
19472024-05-22T17:58:59.097Z Compiling half v2.4.1
19482024-05-22T17:58:59.183Z Compiling ciborium-io v0.2.2
19492024-05-22T17:58:59.308Z Compiling glob v0.3.1
19502024-05-22T17:58:59.824Z Compiling hashbrown v0.12.3
19512024-05-22T17:59:00.089Z Compiling same-file v1.0.6
19522024-05-22T17:59:00.293Z Compiling crunchy v0.2.2
19532024-05-22T17:59:00.741Z Compiling fastrand v2.1.0
19542024-05-22T17:59:01.097Z Compiling bitfield v0.14.0
19552024-05-22T17:59:01.228Z Compiling tempfile v3.10.1
19562024-05-22T17:59:01.374Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19572024-05-22T17:59:02.020Z Compiling walkdir v2.5.0
19582024-05-22T17:59:02.618Z Compiling clang-sys v1.7.0
19592024-05-22T17:59:02.996Z Compiling ciborium-ll v0.2.2
19602024-05-22T17:59:03.075Z Compiling zerocopy-derive v0.2.0
19612024-05-22T17:59:03.311Z Compiling dirs-next v2.0.0
19622024-05-22T17:59:03.494Z Compiling rsa v0.9.6
19632024-05-22T17:59:04.908Z Compiling slog-envlogger v2.2.0
19642024-05-22T17:59:05.100Z Compiling serde-hex v0.1.0
19652024-05-22T17:59:05.850Z Compiling bzip2 v0.4.4
19662024-05-22T17:59:06.343Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19672024-05-22T17:59:06.641Z Compiling env_logger v0.10.2
19682024-05-22T17:59:07.665Z Compiling camino v1.1.7
19692024-05-22T17:59:07.724Z Compiling x509-cert v0.2.5
19702024-05-22T17:59:09.223Z Compiling ron v0.8.1
19712024-05-22T17:59:09.338Z Compiling hashbrown v0.13.2
19722024-05-22T17:59:09.897Z Compiling crc-any v2.5.0
19732024-05-22T17:59:10.068Z Compiling maplit v1.0.2
19742024-05-22T17:59:10.187Z Compiling prettyplease v0.2.20
19752024-05-22T17:59:10.473Z Compiling tiny-keccak v2.0.2
19762024-05-22T17:59:10.645Z Compiling object v0.30.4
19772024-05-22T17:59:10.786Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19782024-05-22T17:59:10.877Z Compiling ring v0.16.20
19792024-05-22T17:59:12.495Z Compiling blake3 v1.5.1
19802024-05-22T17:59:12.893Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19812024-05-22T17:59:14.365Z Compiling zip v0.6.6
19822024-05-22T17:59:15.483Z Compiling rayon v1.10.0
19832024-05-22T17:59:17.121Z Compiling term v0.7.0
19842024-05-22T17:59:17.677Z Compiling ciborium v0.2.2
19852024-05-22T17:59:18.476Z Compiling xattr v1.3.1
19862024-05-22T17:59:18.719Z Compiling filetime v0.2.23
19872024-05-22T17:59:19.000Z Compiling memmap2 v0.9.4
19882024-05-22T17:59:19.389Z Compiling atty v0.2.14
19892024-05-22T17:59:19.538Z Compiling path-slash v0.1.5
19902024-05-22T17:59:19.759Z Compiling arrayvec v0.7.4
19912024-05-22T17:59:19.799Z Compiling constant_time_eq v0.3.0
19922024-05-22T17:59:19.936Z Compiling untrusted v0.7.1
19932024-05-22T17:59:19.966Z Compiling arrayref v0.3.7
19942024-05-22T17:59:20.062Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19952024-05-22T17:59:20.371Z Compiling tar v0.4.40
19962024-05-22T17:59:22.042Z Compiling ascii-canvas v3.0.0
19972024-05-22T17:59:22.151Z Compiling camino-tempfile v1.1.1
19982024-05-22T17:59:22.482Z Compiling toolchain_find v0.4.0
19992024-05-22T17:59:22.562Z Compiling toml v0.8.13
20002024-05-22T17:59:23.011Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20012024-05-22T17:59:23.315Z Compiling libsw v3.3.1
20022024-05-22T17:59:23.436Z Compiling ena v0.14.3
20032024-05-22T17:59:23.632Z Compiling is-terminal v0.4.12
20042024-05-22T17:59:23.746Z Compiling libloading v0.8.3
20052024-05-22T17:59:23.818Z Compiling usdt-impl v0.3.5
20062024-05-22T17:59:24.093Z Compiling bindgen v0.69.4
20072024-05-22T17:59:24.105Z Compiling diff v0.1.13
20082024-05-22T17:59:24.169Z Compiling topological-sort v0.2.2
20092024-05-22T17:59:24.181Z Compiling regex-syntax v0.6.29
20102024-05-22T17:59:24.379Z Compiling parking_lot_core v0.8.6
20112024-05-22T17:59:24.528Z Compiling owo-colors v4.0.0
20122024-05-22T17:59:24.600Z Compiling linear-map v1.2.0
20132024-05-22T17:59:24.830Z Compiling omicron-zone-package v0.11.0
20142024-05-22T17:59:27.220Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20152024-05-22T17:59:29.404Z Compiling lalrpop v0.19.12
20162024-05-22T17:59:30.265Z Compiling rustfmt-wrapper v0.2.1
20172024-05-22T17:59:30.771Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20182024-05-22T17:59:31.620Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20192024-05-22T17:59:33.562Z Compiling which v4.4.2
20202024-05-22T17:59:34.068Z Compiling cexpr v0.6.0
20212024-05-22T17:59:34.730Z Compiling unicase v2.7.0
20222024-05-22T17:59:35.055Z Compiling lazycell v1.3.0
20232024-05-22T17:59:35.210Z Compiling shlex v1.3.0
20242024-05-22T17:59:35.543Z Compiling rustc-hash v1.1.0
20252024-05-22T17:59:35.591Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20262024-05-22T17:59:36.698Z Compiling zerocopy v0.3.2
20272024-05-22T17:59:37.316Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-22T17:59:37.632Z Compiling derive_builder_core v0.20.0
20292024-05-22T17:59:38.310Z Compiling pem v3.0.4
20302024-05-22T17:59:39.852Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-22T17:59:39.873Z Compiling headers-core v0.2.0
20322024-05-22T17:59:40.036Z Compiling libxml v0.3.3
20332024-05-22T17:59:40.055Z Compiling async-recursion v1.1.1
20342024-05-22T17:59:40.409Z Compiling ref-cast v1.0.23
20352024-05-22T17:59:40.954Z Compiling headers v0.3.9
20362024-05-22T17:59:41.500Z Compiling derive_builder_macro v0.20.0
20372024-05-22T17:59:42.355Z Compiling dof v0.1.5
20382024-05-22T17:59:43.144Z Compiling parking_lot v0.11.2
20392024-05-22T17:59:43.722Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20402024-05-22T17:59:44.981Z Compiling trust-dns-client v0.22.0
20412024-05-22T17:59:45.451Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20422024-05-22T17:59:45.776Z Compiling strum_macros v0.24.3
20432024-05-22T17:59:47.811Z Compiling dtrace-parser v0.1.14
20442024-05-22T17:59:49.200Z Compiling toml v0.5.11
20452024-05-22T17:59:49.279Z Compiling ref-cast-impl v1.0.23
20462024-05-22T17:59:49.353Z Compiling samael v0.0.15
20472024-05-22T17:59:49.579Z Compiling vte_generate_state_changes v0.1.1
20482024-05-22T17:59:50.209Z Compiling cookie v0.18.1
20492024-05-22T17:59:50.439Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20502024-05-22T17:59:50.507Z Compiling indoc v1.0.9
20512024-05-22T17:59:50.731Z Compiling cfg_aliases v0.1.1
20522024-05-22T17:59:50.838Z Compiling buf-list v1.0.3
20532024-05-22T17:59:51.419Z Compiling trust-dns-server v0.22.1
20542024-05-22T17:59:51.431Z Compiling nix v0.28.0
20552024-05-22T17:59:52.438Z Compiling vte v0.11.1
20562024-05-22T17:59:54.569Z Compiling sled v0.34.7
20572024-05-22T17:59:55.140Z Compiling derive_builder v0.20.0
20582024-05-22T17:59:55.471Z Compiling polar-core v0.27.3
20592024-05-22T17:59:56.049Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20602024-05-22T17:59:59.347Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20612024-05-22T17:59:59.653Z Compiling const_format_proc_macros v0.2.32
20622024-05-22T17:59:59.665Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20632024-05-22T18:00:00.461Z Compiling fd-lock v4.0.2
20642024-05-22T18:00:00.682Z Compiling bb8 v0.8.3
20652024-05-22T18:00:01.191Z Compiling quick-xml v0.31.0
20662024-05-22T18:00:01.598Z Compiling impl-trait-for-tuples v0.2.2
20672024-05-22T18:00:04.920Z Compiling oso-derive v0.27.3
20682024-05-22T18:00:05.885Z Compiling serde_tokenstream v0.1.7
20692024-05-22T18:00:06.357Z Compiling pin-project-internal v1.1.5
20702024-05-22T18:00:07.424Z Compiling memoffset v0.7.1
20712024-05-22T18:00:07.745Z Compiling bytecount v0.6.8
20722024-05-22T18:00:08.050Z Compiling platforms v3.4.0
20732024-05-22T18:00:08.621Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20742024-05-22T18:00:08.944Z Compiling curve25519-dalek v4.1.2
20752024-05-22T18:00:09.062Z Compiling pin-project v1.1.5
20762024-05-22T18:00:09.184Z Compiling papergrid v0.11.0
20772024-05-22T18:00:10.765Z Compiling const_format v0.2.32
20782024-05-22T18:00:12.040Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20792024-05-22T18:00:15.106Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-22T18:00:22.672Z Compiling oso v0.27.3
20812024-05-22T18:00:25.874Z Compiling strip-ansi-escapes v0.2.0
20822024-05-22T18:00:30.543Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-22T18:00:30.849Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20842024-05-22T18:00:32.116Z Compiling tabled_derive v0.7.0
20852024-05-22T18:00:35.137Z Compiling kstat-rs v0.2.3
20862024-05-22T18:00:35.951Z Compiling snafu-derive v0.8.2
20872024-05-22T18:00:36.080Z Compiling keccak v0.1.5
20882024-05-22T18:00:37.012Z Compiling nu-ansi-term v0.50.0
20892024-05-22T18:00:38.303Z Compiling reedline v0.31.0
20902024-05-22T18:00:40.453Z Compiling sha3 v0.10.8
20912024-05-22T18:00:40.877Z Compiling snafu v0.8.2
20922024-05-22T18:00:41.334Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20932024-05-22T18:00:42.180Z Compiling tabled v0.15.0
20942024-05-22T18:00:48.526Z Compiling mime_guess v2.0.4
20952024-05-22T18:00:51.413Z Compiling usdt-attr-macro v0.3.5
20962024-05-22T18:00:52.221Z Compiling usdt-macro v0.3.5
20972024-05-22T18:00:52.803Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20982024-05-22T18:00:53.595Z Compiling env_logger v0.9.3
20992024-05-22T18:00:56.114Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21002024-05-22T18:00:56.922Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21012024-05-22T18:00:58.287Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-22T18:00:58.796Z Compiling globset v0.4.14
21032024-05-22T18:01:02.672Z Compiling peg-macros v0.8.3
21042024-05-22T18:01:04.811Z Compiling olpc-cjson v0.1.3
21052024-05-22T18:01:05.136Z Compiling universal-hash v0.5.1
21062024-05-22T18:01:05.359Z Compiling secrecy v0.8.0
21072024-05-22T18:01:05.616Z Compiling thiserror-impl-no-std v2.0.2
21082024-05-22T18:01:06.040Z Compiling serde_plain v1.0.2
21092024-05-22T18:01:06.138Z Compiling bitstruct_derive v0.1.0
21102024-05-22T18:01:06.560Z Compiling sqlparser_derive v0.2.2
21112024-05-22T18:01:07.482Z Compiling curve25519-dalek-derive v0.1.1
21122024-05-22T18:01:07.501Z Compiling nanorand v0.7.0
21132024-05-22T18:01:07.573Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-22T18:01:07.707Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21152024-05-22T18:01:08.033Z Compiling unicode_categories v0.1.1
21162024-05-22T18:01:08.181Z Compiling typed-path v0.7.1
21172024-05-22T18:01:08.315Z Compiling salty v0.2.0
21182024-05-22T18:01:08.385Z Compiling opaque-debug v0.3.1
21192024-05-22T18:01:08.479Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21202024-05-22T18:01:08.769Z Compiling ascii v1.1.0
21212024-05-22T18:01:08.796Z Compiling signature v1.6.4
21222024-05-22T18:01:08.951Z Compiling ed25519 v1.5.3
21232024-05-22T18:01:09.001Z Compiling rustyline v14.0.0
21242024-05-22T18:01:09.257Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21252024-05-22T18:01:11.763Z Compiling tough v0.17.1
21262024-05-22T18:01:14.973Z Compiling poly1305 v0.8.0
21272024-05-22T18:01:15.299Z Compiling thiserror-no-std v2.0.2
21282024-05-22T18:01:15.412Z Compiling sqlformat v0.2.3
21292024-05-22T18:01:16.674Z Compiling flume v0.11.0
21302024-05-22T18:01:16.833Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-05-22T18:01:17.098Z Compiling sqlparser v0.45.0
21322024-05-22T18:01:17.399Z Compiling bitstruct v0.1.1
21332024-05-22T18:01:17.514Z Compiling peg v0.8.3
21342024-05-22T18:01:17.622Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-22T18:01:18.670Z Compiling usdt v0.3.5
21362024-05-22T18:01:19.123Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21372024-05-22T18:01:21.808Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21382024-05-22T18:01:23.909Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-05-22T18:01:29.036Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21402024-05-22T18:01:29.366Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21412024-05-22T18:01:29.680Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-22T18:01:30.860Z Compiling chacha20 v0.9.1
21432024-05-22T18:01:31.320Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-22T18:01:33.030Z Compiling aead v0.5.2
21452024-05-22T18:01:33.378Z Compiling bcs v0.1.6
21462024-05-22T18:01:33.471Z Compiling serde_arrays v0.1.0
21472024-05-22T18:01:33.655Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21482024-05-22T18:01:34.294Z Compiling erased-serde v0.3.31
21492024-05-22T18:01:34.534Z Compiling serde-big-array v0.5.1
21502024-05-22T18:01:34.781Z Compiling highway v1.1.0
21512024-05-22T18:01:36.031Z Compiling parse-size v1.0.0
21522024-05-22T18:01:36.176Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21532024-05-22T18:01:36.310Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21542024-05-22T18:01:44.888Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21552024-05-22T18:02:04.655Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-22T18:02:04.834Z Compiling chacha20poly1305 v0.10.1
21572024-05-22T18:02:05.165Z Compiling vsss-rs v3.3.4
21582024-05-22T18:02:08.882Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21592024-05-22T18:02:09.414Z Compiling signal-hook-tokio v0.3.1
21602024-05-22T18:02:09.582Z Compiling heck v0.3.3
21612024-05-22T18:02:09.595Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21622024-05-22T18:02:09.619Z Compiling castaway v0.2.2
21632024-05-22T18:02:09.808Z Compiling rand_seeder v0.2.3
21642024-05-22T18:02:09.951Z Compiling serde-big-array v0.4.1
21652024-05-22T18:02:10.146Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21662024-05-22T18:02:10.185Z Compiling http-range v0.1.5
21672024-05-22T18:02:10.616Z Compiling hyper-staticfile v0.9.5
21682024-05-22T18:02:10.771Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21692024-05-22T18:02:11.757Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21702024-05-22T18:02:12.154Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21712024-05-22T18:02:12.351Z Compiling zone_cfg_derive v0.1.2
21722024-05-22T18:02:12.383Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21732024-05-22T18:02:13.746Z Compiling compact_str v0.7.1
21742024-05-22T18:02:13.917Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21752024-05-22T18:02:22.587Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-22T18:02:23.203Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21772024-05-22T18:02:29.712Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21782024-05-22T18:02:31.293Z Compiling tungstenite v0.21.0
21792024-05-22T18:02:36.513Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21802024-05-22T18:02:36.823Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21812024-05-22T18:02:37.125Z Compiling lru v0.12.3
21822024-05-22T18:02:37.463Z Compiling stability v0.2.0
21832024-05-22T18:02:38.434Z Compiling cassowary v0.3.0
21842024-05-22T18:02:38.453Z Compiling base64 v0.13.1
21852024-05-22T18:02:39.236Z Compiling corncobs v0.1.3
21862024-05-22T18:02:39.622Z Compiling indoc v2.0.5
21872024-05-22T18:02:40.638Z Compiling ratatui v0.26.2
21882024-05-22T18:02:42.798Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21892024-05-22T18:02:43.573Z Compiling ron v0.7.1
21902024-05-22T18:02:44.600Z Compiling tokio-tungstenite v0.21.0
21912024-05-22T18:02:45.170Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21922024-05-22T18:02:49.296Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-22T18:02:49.968Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942024-05-22T18:02:57.765Z Compiling zone v0.1.8
21952024-05-22T18:02:57.867Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21962024-05-22T18:03:10.721Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21972024-05-22T18:03:12.325Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21982024-05-22T18:03:13.535Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-05-22T18:03:13.720Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002024-05-22T18:03:14.024Z Compiling portpicker v0.1.1
22012024-05-22T18:03:14.546Z Compiling smawk v0.3.2
22022024-05-22T18:03:14.788Z Compiling unicode-linebreak v0.1.5
22032024-05-22T18:03:15.318Z Compiling textwrap v0.16.1
22042024-05-22T18:03:16.606Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22052024-05-22T18:03:19.170Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22062024-05-22T18:03:21.357Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22072024-05-22T18:03:21.452Z Compiling rcgen v0.12.1
22082024-05-22T18:03:22.003Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22092024-05-22T18:03:22.493Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22102024-05-22T18:03:29.498Z Compiling atomicwrites v0.4.3
22112024-05-22T18:03:30.033Z Compiling fatfs v0.3.6
22122024-05-22T18:03:32.370Z Compiling rtoolbox v0.0.2
22132024-05-22T18:03:32.471Z Compiling subprocess v0.2.9
22142024-05-22T18:03:32.812Z Compiling is_ci v1.2.0
22152024-05-22T18:03:32.827Z Compiling assert_matches v1.5.0
22162024-05-22T18:03:32.923Z Compiling supports-color v3.0.0
22172024-05-22T18:03:33.592Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-05-22T18:03:35.090Z Compiling rpassword v7.3.1
22192024-05-22T18:03:35.522Z Compiling tui-tree-widget v0.19.0
22202024-05-22T18:03:35.906Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22212024-05-22T18:03:37.753Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22222024-05-22T18:03:40.646Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22232024-05-22T18:03:40.746Z Compiling csv-core v0.1.11
22242024-05-22T18:03:40.946Z Compiling shell-words v1.1.0
22252024-05-22T18:03:41.383Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22262024-05-22T18:03:41.619Z Compiling csv v1.3.0
22272024-05-22T18:03:43.673Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22282024-05-22T18:03:46.426Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22292024-05-22T18:03:56.935Z Compiling multimap v0.10.0
22302024-05-22T18:03:57.340Z Compiling uzers v0.11.3
22312024-05-22T18:04:00.577Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22322024-05-22T18:06:11.583Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22332024-05-22T18:06:25.631Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22342024-05-22T18:12:57.549Z Finished release [optimized] target(s) in 14m 26s
22352024-05-22T18:13:55.359Z
22362024-05-22T18:13:55.365Zreal 15:25.526283141
22372024-05-22T18:13:55.365Zuser 1:47:18.147403094
22382024-05-22T18:13:55.365Zsys 4:42.570960648
22392024-05-22T18:13:55.365Ztrap 2.422708453
22402024-05-22T18:13:55.365Ztflt 2.212281509
22412024-05-22T18:13:55.365Zdflt 2.651826725
22422024-05-22T18:13:55.365Zkflt 0.008538639
22432024-05-22T18:13:55.365Zlock 6:45:16.473836488
22442024-05-22T18:13:55.366Zslp 4:11:37.259110030
22452024-05-22T18:13:55.366Zlat 2:27.006709813
22462024-05-22T18:13:55.366Zstop 1:05.786463374
22472024-05-22T18:13:55.366Z+ mapfile -t packages
22482024-05-22T18:13:55.366Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22492024-05-22T18:13:56.191Z Finished release [optimized] target(s) in 0.77s
22502024-05-22T18:13:56.208Z Running `target/release/omicron-package -t test list-outputs`
22512024-05-22T18:13:56.234ZLogging to: /work/oxidecomputer/omicron/out/LOG
22522024-05-22T18:13:56.238Z+ ptime -m cargo build --locked --release -p xtask
22532024-05-22T18:13:56.706Z Downloading crates ...
22542024-05-22T18:13:56.808Z Downloaded cargo_toml v0.20.2
22552024-05-22T18:13:56.820Z Compiling serde v1.0.202
22562024-05-22T18:13:56.821Z Compiling libc v0.2.153
22572024-05-22T18:13:56.831Z Compiling rustix v0.38.34
22582024-05-22T18:13:56.831Z Compiling hashbrown v0.14.5
22592024-05-22T18:13:56.831Z Compiling bitflags v2.5.0
22602024-05-22T18:13:56.831Z Compiling serde_json v1.0.117
22612024-05-22T18:13:56.901Z Compiling syn v2.0.64
22622024-05-22T18:13:56.928Z Compiling fs-err v2.11.0
22632024-05-22T18:13:57.236Z Compiling anyhow v1.0.83
22642024-05-22T18:13:58.073Z Compiling indexmap v2.2.6
22652024-05-22T18:13:58.440Z Compiling errno v0.3.9
22662024-05-22T18:13:59.327Z Compiling terminal_size v0.3.0
22672024-05-22T18:13:59.427Z Compiling clap_builder v4.5.2
22682024-05-22T18:14:01.541Z Compiling serde_derive v1.0.202
22692024-05-22T18:14:01.541Z Compiling thiserror-impl v1.0.60
22702024-05-22T18:14:01.549Z Compiling clap_derive v4.5.4
22712024-05-22T18:14:03.101Z Compiling thiserror v1.0.60
22722024-05-22T18:14:04.906Z Compiling clap v4.5.4
22732024-05-22T18:14:10.864Z Compiling serde_spanned v0.6.6
22742024-05-22T18:14:10.869Z Compiling toml_datetime v0.6.6
22752024-05-22T18:14:10.869Z Compiling camino v1.1.7
22762024-05-22T18:14:10.869Z Compiling cargo-platform v0.1.8
22772024-05-22T18:14:10.869Z Compiling semver v1.0.23
22782024-05-22T18:14:10.869Z Compiling macaddr v1.0.1
22792024-05-22T18:14:11.171Z Compiling toml_edit v0.22.13
22802024-05-22T18:14:12.376Z Compiling cargo_metadata v0.18.1
22812024-05-22T18:14:13.713Z Compiling toml v0.8.13
22822024-05-22T18:14:15.123Z Compiling cargo_toml v0.20.2
22832024-05-22T18:14:27.083Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22842024-05-22T18:14:38.408Z Finished release [optimized] target(s) in 42.12s
22852024-05-22T18:14:38.465Z
22862024-05-22T18:14:38.468Zreal 42.204486062
22872024-05-22T18:14:38.468Zuser 3:06.362888663
22882024-05-22T18:14:38.468Zsys 16.106719163
22892024-05-22T18:14:38.468Ztrap 0.063856807
22902024-05-22T18:14:38.468Ztflt 0.225403801
22912024-05-22T18:14:38.468Zdflt 0.878100568
22922024-05-22T18:14:38.468Zkflt 0.000022686
22932024-05-22T18:14:38.468Zlock 4:10.048048040
22942024-05-22T18:14:38.469Zslp 3:31.389419006
22952024-05-22T18:14:38.469Zlat 3.698424573
22962024-05-22T18:14:38.469Zstop 3.707151087
22972024-05-22T18:14:38.469Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-22T18:14:38.469Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22992024-05-22T18:14:38.469Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-22T18:14:38.469Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23012024-05-22T18:14:38.469Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23022024-05-22T18:14:38.958Z Downloading crates ...
23032024-05-22T18:14:39.118Z Downloaded ghash v0.5.1
23042024-05-22T18:14:39.122Z Downloaded primeorder v0.13.6
23052024-05-22T18:14:39.125Z Downloaded option-ext v0.2.0
23062024-05-22T18:14:39.133Z Downloaded md5 v0.7.0
23072024-05-22T18:14:39.136Z Downloaded russh-cryptovec v0.7.2
23082024-05-22T18:14:39.139Z Downloaded dhcproto-macros v0.1.0
23092024-05-22T18:14:39.142Z Downloaded ed25519 v2.2.3
23102024-05-22T18:14:39.145Z Downloaded blowfish v0.9.1
23112024-05-22T18:14:39.149Z Downloaded polyval v0.6.2
23122024-05-22T18:14:39.149Z Downloaded rfc6979 v0.4.0
23132024-05-22T18:14:39.151Z Downloaded hex-literal v0.4.1
23142024-05-22T18:14:39.151Z Downloaded pbkdf2 v0.11.0
23152024-05-22T18:14:39.154Z Downloaded password-hash v0.4.2
23162024-05-22T18:14:39.155Z Downloaded rand_chacha v0.2.2
23172024-05-22T18:14:39.155Z Downloaded ctr v0.9.2
23182024-05-22T18:14:39.161Z Downloaded rand_core v0.5.1
23192024-05-22T18:14:39.161Z Downloaded dirs v5.0.1
23202024-05-22T18:14:39.164Z Downloaded pbkdf2 v0.12.2
23212024-05-22T18:14:39.164Z Downloaded dirs-sys v0.4.1
23222024-05-22T18:14:39.164Z Downloaded ecdsa v0.16.9
23232024-05-22T18:14:39.164Z Downloaded bcrypt-pbkdf v0.10.0
23242024-05-22T18:14:39.164Z Downloaded russh-keys v0.43.0
23252024-05-22T18:14:39.167Z Downloaded cbc v0.1.2
23262024-05-22T18:14:39.167Z Downloaded internet-checksum v0.2.1
23272024-05-22T18:14:39.170Z Downloaded getrandom v0.1.16
23282024-05-22T18:14:39.170Z Downloaded dhcproto v0.11.0
23292024-05-22T18:14:39.174Z Downloaded p256 v0.13.2
23302024-05-22T18:14:39.177Z Downloaded aes v0.8.4
23312024-05-22T18:14:39.180Z Downloaded ed25519-dalek v2.1.1
23322024-05-22T18:14:39.186Z Downloaded russh v0.43.0
23332024-05-22T18:14:39.191Z Downloaded rand v0.7.3
23342024-05-22T18:14:39.196Z Downloaded p521 v0.13.3
23352024-05-22T18:14:39.199Z Downloaded aes-gcm v0.10.3
23362024-05-22T18:14:39.328Z Compiling proc-macro2 v1.0.82
23372024-05-22T18:14:39.329Z Compiling unicode-ident v1.0.12
23382024-05-22T18:14:39.332Z Compiling libc v0.2.153
23392024-05-22T18:14:39.332Z Compiling cfg-if v1.0.0
23402024-05-22T18:14:39.332Z Compiling serde v1.0.202
23412024-05-22T18:14:39.332Z Compiling version_check v0.9.4
23422024-05-22T18:14:39.332Z Compiling autocfg v1.3.0
23432024-05-22T18:14:39.332Z Compiling byteorder v1.5.0
23442024-05-22T18:14:39.466Z Compiling memchr v2.7.2
23452024-05-22T18:14:39.553Z Compiling log v0.4.21
23462024-05-22T18:14:39.853Z Compiling once_cell v1.19.0
23472024-05-22T18:14:39.984Z Compiling itoa v1.0.11
23482024-05-22T18:14:40.013Z Compiling scopeguard v1.2.0
23492024-05-22T18:14:40.157Z Compiling smallvec v1.13.2
23502024-05-22T18:14:40.188Z Compiling typenum v1.17.0
23512024-05-22T18:14:40.219Z Compiling generic-array v0.14.7
23522024-05-22T18:14:40.249Z Compiling cc v1.0.97
23532024-05-22T18:14:40.326Z Compiling lock_api v0.4.12
23542024-05-22T18:14:40.543Z Compiling thiserror v1.0.60
23552024-05-22T18:14:40.591Z Compiling parking_lot_core v0.9.10
23562024-05-22T18:14:41.040Z Compiling quote v1.0.36
23572024-05-22T18:14:41.197Z Compiling pin-project-lite v0.2.14
23582024-05-22T18:14:41.210Z Compiling libm v0.2.8
23592024-05-22T18:14:41.245Z Compiling subtle v2.5.0
23602024-05-22T18:14:41.314Z Compiling num-traits v0.2.19
23612024-05-22T18:14:41.435Z Compiling syn v2.0.64
23622024-05-22T18:14:41.537Z Compiling getrandom v0.2.14
23632024-05-22T18:14:41.690Z Compiling signal-hook-registry v1.4.2
23642024-05-22T18:14:41.743Z Compiling rand_core v0.6.4
23652024-05-22T18:14:41.817Z Compiling mio v0.8.11
23662024-05-22T18:14:42.005Z Compiling parking_lot v0.12.2
23672024-05-22T18:14:42.476Z Compiling socket2 v0.5.7
23682024-05-22T18:14:42.493Z Compiling num_cpus v1.16.0
23692024-05-22T18:14:42.609Z Compiling ahash v0.8.11
23702024-05-22T18:14:42.934Z Compiling ryu v1.0.18
23712024-05-22T18:14:42.971Z Compiling serde_json v1.0.117
23722024-05-22T18:14:43.013Z Compiling allocator-api2 v0.2.18
23732024-05-22T18:14:43.053Z Compiling futures-core v0.3.30
23742024-05-22T18:14:43.300Z Compiling futures-sink v0.3.30
23752024-05-22T18:14:43.334Z Compiling equivalent v1.0.1
23762024-05-22T18:14:43.427Z Compiling const-oid v0.9.6
23772024-05-22T18:14:43.442Z Compiling slab v0.4.9
23782024-05-22T18:14:43.454Z Compiling fnv v1.0.7
23792024-05-22T18:14:43.571Z Compiling futures-channel v0.3.30
23802024-05-22T18:14:43.577Z Compiling futures-task v0.3.30
23812024-05-22T18:14:43.690Z Compiling pin-utils v0.1.0
23822024-05-22T18:14:43.761Z Compiling futures-io v0.3.30
23832024-05-22T18:14:43.776Z Compiling iana-time-zone v0.1.60
23842024-05-22T18:14:43.881Z Compiling syn v1.0.109
23852024-05-22T18:14:43.959Z Compiling tinyvec_macros v0.1.1
23862024-05-22T18:14:44.046Z Compiling tinyvec v1.6.0
23872024-05-22T18:14:44.070Z Compiling unicode-bidi v0.3.15
23882024-05-22T18:14:44.134Z Compiling semver v1.0.23
23892024-05-22T18:14:44.210Z Compiling schemars v0.8.19
23902024-05-22T18:14:44.610Z Compiling cpufeatures v0.2.12
23912024-05-22T18:14:44.731Z Compiling dyn-clone v1.0.17
23922024-05-22T18:14:44.745Z Compiling percent-encoding v2.3.1
23932024-05-22T18:14:44.940Z Compiling spin v0.9.8
23942024-05-22T18:14:45.098Z Compiling ppv-lite86 v0.2.17
23952024-05-22T18:14:45.240Z Compiling tracing-core v0.1.32
23962024-05-22T18:14:45.351Z Compiling num-conv v0.1.0
23972024-05-22T18:14:45.455Z Compiling unicode-normalization v0.1.23
23982024-05-22T18:14:45.507Z Compiling powerfmt v0.2.0
23992024-05-22T18:14:45.585Z Compiling time-core v0.1.2
24002024-05-22T18:14:45.631Z Compiling form_urlencoded v1.2.1
24012024-05-22T18:14:45.745Z Compiling time-macros v0.2.18
24022024-05-22T18:14:45.845Z Compiling deranged v0.3.11
24032024-05-22T18:14:45.891Z Compiling ring v0.17.8
24042024-05-22T18:14:45.949Z Compiling num_threads v0.1.7
24052024-05-22T18:14:46.068Z Compiling rand_chacha v0.3.1
24062024-05-22T18:14:46.517Z Compiling aho-corasick v1.1.3
24072024-05-22T18:14:46.674Z Compiling regex-syntax v0.8.3
24082024-05-22T18:14:47.842Z Compiling rand v0.8.5
24092024-05-22T18:14:47.902Z Compiling idna v0.5.0
24102024-05-22T18:14:49.144Z Compiling serde_derive_internals v0.29.1
24112024-05-22T18:14:49.452Z Compiling time v0.3.36
24122024-05-22T18:14:49.915Z Compiling slog v2.7.0
24132024-05-22T18:14:50.006Z Compiling regex-automata v0.4.6
24142024-05-22T18:14:50.416Z Compiling httparse v1.8.0
24152024-05-22T18:14:50.932Z Compiling url v2.5.0
24162024-05-22T18:14:51.996Z Compiling untrusted v0.9.0
24172024-05-22T18:14:52.154Z Compiling spin v0.5.2
24182024-05-22T18:14:53.134Z Compiling pkg-config v0.3.30
24192024-05-22T18:14:53.185Z Compiling vcpkg v0.2.15
24202024-05-22T18:14:53.460Z Compiling adler v1.0.2
24212024-05-22T18:14:53.686Z Compiling heck v0.4.1
24222024-05-22T18:14:54.136Z Compiling miniz_oxide v0.7.2
24232024-05-22T18:14:54.675Z Compiling lazy_static v1.4.0
24242024-05-22T18:14:54.790Z Compiling backtrace v0.3.71
24252024-05-22T18:14:54.886Z Compiling gimli v0.28.1
24262024-05-22T18:14:55.233Z Compiling unicode-width v0.1.12
24272024-05-22T18:14:55.351Z Compiling regex v1.10.4
24282024-05-22T18:14:55.437Z Compiling openssl-sys v0.9.102
24292024-05-22T18:14:55.710Z Compiling httpdate v1.0.3
24302024-05-22T18:14:56.059Z Compiling try-lock v0.2.5
24312024-05-22T18:14:56.089Z Compiling serde_derive v1.0.202
24322024-05-22T18:14:56.183Z Compiling zeroize_derive v1.4.2
24332024-05-22T18:14:56.207Z Compiling thiserror-impl v1.0.60
24342024-05-22T18:14:56.405Z Compiling zerocopy-derive v0.7.34
24352024-05-22T18:14:56.472Z Compiling tokio-macros v2.2.0
24362024-05-22T18:14:57.857Z Compiling zeroize v1.7.0
24372024-05-22T18:14:58.233Z Compiling futures-macro v0.3.30
24382024-05-22T18:14:58.841Z Compiling zerocopy v0.7.34
24392024-05-22T18:14:59.039Z Compiling schemars_derive v0.8.19
24402024-05-22T18:14:59.717Z Compiling crypto-common v0.1.6
24412024-05-22T18:14:59.732Z Compiling block-buffer v0.10.4
24422024-05-22T18:14:59.765Z Compiling tracing-attributes v0.1.27
24432024-05-22T18:14:59.954Z Compiling digest v0.10.7
24442024-05-22T18:15:00.002Z Compiling async-trait v0.1.80
24452024-05-22T18:15:00.430Z Compiling futures-util v0.3.30
24462024-05-22T18:15:00.549Z Compiling addr2line v0.21.0
24472024-05-22T18:15:01.045Z Compiling hashbrown v0.14.5
24482024-05-22T18:15:01.154Z Compiling want v0.3.1
24492024-05-22T18:15:01.455Z Compiling object v0.32.2
24502024-05-22T18:15:02.411Z Compiling rustc-demangle v0.1.24
24512024-05-22T18:15:02.515Z Compiling anyhow v1.0.83
24522024-05-22T18:15:02.896Z Compiling openssl v0.10.64
24532024-05-22T18:15:03.090Z Compiling tower-service v0.3.2
24542024-05-22T18:15:03.106Z Compiling foreign-types-shared v0.1.1
24552024-05-22T18:15:03.200Z Compiling ipnet v2.9.0
24562024-05-22T18:15:03.212Z Compiling base64 v0.21.7
24572024-05-22T18:15:03.292Z Compiling mime v0.3.17
24582024-05-22T18:15:03.358Z Compiling foreign-types v0.3.2
24592024-05-22T18:15:03.708Z Compiling tracing v0.1.40
24602024-05-22T18:15:03.865Z Compiling openssl-macros v0.1.1
24612024-05-22T18:15:03.961Z Compiling base64ct v1.6.0
24622024-05-22T18:15:04.225Z Compiling crossbeam-utils v0.8.19
24632024-05-22T18:15:04.427Z Compiling rustls v0.21.12
24642024-05-22T18:15:04.546Z Compiling heck v0.5.0
24652024-05-22T18:15:04.648Z Compiling native-tls v0.2.11
24662024-05-22T18:15:04.732Z Compiling winnow v0.5.40
24672024-05-22T18:15:04.929Z Compiling rustls-webpki v0.101.7
24682024-05-22T18:15:05.002Z Compiling sct v0.7.1
24692024-05-22T18:15:05.017Z Compiling cookie v0.17.0
24702024-05-22T18:15:05.103Z Compiling rustix v0.38.34
24712024-05-22T18:15:05.291Z Compiling openssl-probe v0.1.5
24722024-05-22T18:15:05.306Z Compiling ucd-trie v0.1.6
24732024-05-22T18:15:05.599Z Compiling pest v2.7.10
24742024-05-22T18:15:06.654Z Compiling futures-executor v0.3.30
24752024-05-22T18:15:06.807Z Compiling idna v0.3.0
24762024-05-22T18:15:07.203Z Compiling futures v0.3.30
24772024-05-22T18:15:07.313Z Compiling errno v0.3.9
24782024-05-22T18:15:07.346Z Compiling encoding_rs v0.8.34
24792024-05-22T18:15:07.523Z Compiling psl-types v2.0.11
24802024-05-22T18:15:07.693Z Compiling rustversion v1.0.17
24812024-05-22T18:15:08.395Z Compiling data-encoding v2.6.0
24822024-05-22T18:15:08.519Z Compiling pest_meta v2.7.10
24832024-05-22T18:15:08.534Z Compiling publicsuffix v2.2.3
24842024-05-22T18:15:08.787Z Compiling hmac v0.12.1
24852024-05-22T18:15:09.039Z Compiling scroll_derive v0.12.0
24862024-05-22T18:15:10.567Z Compiling pest_generator v2.7.10
24872024-05-22T18:15:10.672Z Compiling bytes v1.6.0
24882024-05-22T18:15:10.970Z Compiling indexmap v2.2.6
24892024-05-22T18:15:11.825Z Compiling tokio v1.37.0
24902024-05-22T18:15:11.828Z Compiling uuid v1.8.0
24912024-05-22T18:15:11.901Z Compiling chrono v0.4.38
24922024-05-22T18:15:12.445Z Compiling bitflags v2.5.0
24932024-05-22T18:15:12.889Z Compiling http v0.2.12
24942024-05-22T18:15:13.218Z Compiling serde_tokenstream v0.2.0
24952024-05-22T18:15:13.315Z Compiling toml_datetime v0.6.6
24962024-05-22T18:15:13.670Z Compiling serde_spanned v0.6.6
24972024-05-22T18:15:13.820Z Compiling serde_urlencoded v0.7.1
24982024-05-22T18:15:13.883Z Compiling toml_edit v0.19.15
24992024-05-22T18:15:15.057Z Compiling http-body v0.4.6
25002024-05-22T18:15:15.411Z Compiling openapiv3 v2.0.0
25012024-05-22T18:15:15.530Z Compiling cookie_store v0.20.0
25022024-05-22T18:15:15.704Z Compiling scroll v0.12.0
25032024-05-22T18:15:16.783Z Compiling rustls-pemfile v1.0.4
25042024-05-22T18:15:17.050Z Compiling sync_wrapper v0.1.2
25052024-05-22T18:15:17.184Z Compiling strsim v0.11.1
25062024-05-22T18:15:17.235Z Compiling webpki-roots v0.25.4
25072024-05-22T18:15:17.392Z Compiling plain v0.2.3
25082024-05-22T18:15:17.555Z Compiling bitflags v1.3.2
25092024-05-22T18:15:17.654Z Compiling goblin v0.8.2
25102024-05-22T18:15:17.923Z Compiling pest_derive v2.7.10
25112024-05-22T18:15:18.097Z Compiling rustc_version v0.4.0
25122024-05-22T18:15:18.308Z Compiling pem-rfc7468 v0.7.0
25132024-05-22T18:15:18.753Z Compiling block-padding v0.3.3
25142024-05-22T18:15:18.804Z Compiling der_derive v0.7.2
25152024-05-22T18:15:18.987Z Compiling usdt-impl v0.5.0
25162024-05-22T18:15:19.038Z Compiling pretty-hex v0.4.1
25172024-05-22T18:15:19.255Z Compiling flagset v0.4.5
25182024-05-22T18:15:19.452Z Compiling inout v0.1.3
25192024-05-22T18:15:19.466Z Compiling dtrace-parser v0.2.0
25202024-05-22T18:15:19.744Z Compiling tokio-util v0.7.11
25212024-05-22T18:15:20.429Z Compiling tokio-native-tls v0.3.1
25222024-05-22T18:15:20.707Z Compiling h2 v0.3.26
25232024-05-22T18:15:21.170Z Compiling tokio-rustls v0.24.1
25242024-05-22T18:15:21.442Z Compiling der v0.7.9
25252024-05-22T18:15:21.565Z Compiling thread-id v4.2.1
25262024-05-22T18:15:21.652Z Compiling cipher v0.4.4
25272024-05-22T18:15:21.679Z Compiling sha2 v0.10.8
25282024-05-22T18:15:22.162Z Compiling either v1.12.0
25292024-05-22T18:15:22.180Z Compiling ff v0.13.0
25302024-05-22T18:15:22.387Z Compiling base16ct v0.2.0
25312024-05-22T18:15:22.566Z Compiling stable_deref_trait v1.2.0
25322024-05-22T18:15:22.581Z Compiling group v0.13.0
25332024-05-22T18:15:22.664Z Compiling hkdf v0.12.4
25342024-05-22T18:15:22.682Z Compiling crossbeam-epoch v0.9.18
25352024-05-22T18:15:22.884Z Compiling crypto-bigint v0.5.5
25362024-05-22T18:15:22.902Z Compiling num-integer v0.1.46
25372024-05-22T18:15:23.447Z Compiling dof v0.3.0
25382024-05-22T18:15:23.670Z Compiling spki v0.7.3
25392024-05-22T18:15:24.048Z Compiling pkcs8 v0.10.2
25402024-05-22T18:15:24.853Z Compiling sec1 v0.7.3
25412024-05-22T18:15:25.440Z Compiling memmap v0.7.0
25422024-05-22T18:15:25.488Z Compiling crc32fast v1.4.0
25432024-05-22T18:15:25.773Z Compiling managed v0.8.0
25442024-05-22T18:15:25.791Z Compiling unicode-segmentation v1.11.0
25452024-05-22T18:15:26.063Z Compiling elliptic-curve v0.13.8
25462024-05-22T18:15:26.179Z Compiling winnow v0.6.8
25472024-05-22T18:15:26.557Z Compiling toml v0.7.8
25482024-05-22T18:15:26.596Z Compiling hex v0.4.3
25492024-05-22T18:15:26.837Z Compiling utf8parse v0.2.1
25502024-05-22T18:15:26.874Z Compiling anstyle v1.0.7
25512024-05-22T18:15:26.997Z Compiling matches v0.1.10
25522024-05-22T18:15:27.090Z Compiling idna v0.2.3
25532024-05-22T18:15:27.188Z Compiling hyper v0.14.28
25542024-05-22T18:15:27.320Z Compiling anstyle-parse v0.2.4
25552024-05-22T18:15:27.664Z Compiling ipnetwork v0.20.0
25562024-05-22T18:15:28.166Z Compiling usdt-attr-macro v0.5.0
25572024-05-22T18:15:28.257Z Compiling usdt-macro v0.5.0
25582024-05-22T18:15:28.553Z Compiling enum-as-inner v0.5.1
25592024-05-22T18:15:28.644Z Compiling colorchoice v1.0.1
25602024-05-22T18:15:28.795Z Compiling siphasher v0.3.11
25612024-05-22T18:15:28.968Z Compiling anstyle-query v1.0.3
25622024-05-22T18:15:29.114Z Compiling bit-vec v0.6.3
25632024-05-22T18:15:29.184Z Compiling is_terminal_polyfill v1.70.0
25642024-05-22T18:15:29.312Z Compiling anstream v0.6.14
25652024-05-22T18:15:29.533Z Compiling toml_edit v0.22.13
25662024-05-22T18:15:29.683Z Compiling trust-dns-proto v0.22.0
25672024-05-22T18:15:29.821Z Compiling flate2 v1.0.30
25682024-05-22T18:15:29.835Z Compiling usdt v0.5.0
25692024-05-22T18:15:29.929Z Compiling num-bigint v0.4.5
25702024-05-22T18:15:30.021Z Compiling heapless v0.7.17
25712024-05-22T18:15:30.358Z Compiling terminal_size v0.3.0
25722024-05-22T18:15:30.489Z Compiling regress v0.9.1
25732024-05-22T18:15:30.555Z Compiling signal-hook v0.3.17
25742024-05-22T18:15:30.757Z Compiling finl_unicode v1.2.0
25752024-05-22T18:15:30.828Z Compiling clap_lex v0.7.0
25762024-05-22T18:15:31.032Z Compiling itertools v0.10.5
25772024-05-22T18:15:31.286Z Compiling stringprep v0.1.4
25782024-05-22T18:15:31.331Z Compiling clap_builder v4.5.2
25792024-05-22T18:15:32.521Z Compiling clap_derive v4.5.4
25802024-05-22T18:15:33.889Z Compiling hyper-rustls v0.24.2
25812024-05-22T18:15:34.243Z Compiling hyper-tls v0.5.0
25822024-05-22T18:15:34.600Z Compiling reqwest v0.11.27
25832024-05-22T18:15:35.652Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25842024-05-22T18:15:37.121Z Compiling yasna v0.5.2
25852024-05-22T18:15:37.791Z Compiling md-5 v0.10.6
25862024-05-22T18:15:38.046Z Compiling hash32 v0.2.1
25872024-05-22T18:15:38.103Z Compiling smoltcp v0.9.1
25882024-05-22T18:15:38.118Z Compiling fallible-iterator v0.2.0
25892024-05-22T18:15:38.437Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25902024-05-22T18:15:38.833Z Compiling postgres-protocol v0.6.6
25912024-05-22T18:15:39.001Z Compiling clap v4.5.4
25922024-05-22T18:15:39.269Z Compiling phf_shared v0.11.2
25932024-05-22T18:15:39.675Z Compiling tokio-stream v0.1.15
25942024-05-22T18:15:40.134Z Compiling hubpack_derive v0.1.1
25952024-05-22T18:15:40.151Z Compiling zerocopy-derive v0.6.6
25962024-05-22T18:15:40.226Z Compiling diesel_table_macro_syntax v0.1.0
25972024-05-22T18:15:40.639Z Compiling scheduled-thread-pool v0.2.7
25982024-05-22T18:15:40.642Z Compiling fs-err v2.11.0
25992024-05-22T18:15:40.841Z Compiling fixedbitset v0.4.2
26002024-05-22T18:15:41.006Z Compiling r2d2 v0.8.10
26012024-05-22T18:15:41.075Z Compiling hubpack v0.1.2
26022024-05-22T18:15:41.089Z Compiling petgraph v0.6.5
26032024-05-22T18:15:41.234Z Compiling diesel_derives v2.1.4
26042024-05-22T18:15:41.364Z Compiling postgres-types v0.2.6
26052024-05-22T18:15:41.515Z Compiling phf v0.11.2
26062024-05-22T18:15:41.802Z Compiling signal-hook-mio v0.2.3
26072024-05-22T18:15:42.248Z Compiling phf_shared v0.10.0
26082024-05-22T18:15:42.450Z Compiling zerocopy v0.6.6
26092024-05-22T18:15:42.655Z Compiling similar v2.5.0
26102024-05-22T18:15:42.872Z Compiling num-iter v0.1.45
26112024-05-22T18:15:43.056Z Compiling strum_macros v0.25.3
26122024-05-22T18:15:43.238Z Compiling serde_repr v0.1.19
26132024-05-22T18:15:43.339Z Compiling console v0.15.8
26142024-05-22T18:15:44.507Z Compiling getopts v0.2.21
26152024-05-22T18:15:44.858Z Compiling float-cmp v0.9.0
26162024-05-22T18:15:45.060Z Compiling static_assertions v1.1.0
26172024-05-22T18:15:45.083Z Compiling minimal-lexical v0.2.1
26182024-05-22T18:15:45.097Z Compiling new_debug_unreachable v1.0.6
26192024-05-22T18:15:45.155Z Compiling precomputed-hash v0.1.1
26202024-05-22T18:15:45.186Z Compiling predicates-core v1.0.6
26212024-05-22T18:15:45.269Z Compiling whoami v1.5.1
26222024-05-22T18:15:45.500Z Compiling difflib v0.4.0
26232024-05-22T18:15:45.545Z Compiling normalize-line-endings v0.3.0
26242024-05-22T18:15:45.583Z Compiling unsafe-libyaml v0.2.11
26252024-05-22T18:15:45.668Z Compiling tokio-postgres v0.7.10
26262024-05-22T18:15:45.918Z Compiling predicates v3.1.0
26272024-05-22T18:15:47.111Z Compiling serde_yaml v0.9.34+deprecated
26282024-05-22T18:15:47.395Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26292024-05-22T18:15:47.536Z Compiling nom v7.1.3
26302024-05-22T18:15:47.639Z Compiling string_cache v0.8.7
26312024-05-22T18:15:48.080Z Compiling crossterm v0.27.0
26322024-05-22T18:15:50.727Z Compiling bit-set v0.5.3
26332024-05-22T18:15:50.944Z Compiling itertools v0.12.1
26342024-05-22T18:15:51.003Z Compiling bstr v1.9.1
26352024-05-22T18:15:51.210Z Compiling lalrpop-util v0.19.12
26362024-05-22T18:15:51.431Z Compiling peg-runtime v0.8.3
26372024-05-22T18:15:51.554Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26382024-05-22T18:15:51.911Z Compiling sha1 v0.10.6
26392024-05-22T18:15:51.968Z Compiling camino v1.1.7
26402024-05-22T18:15:52.072Z Compiling ident_case v1.0.1
26412024-05-22T18:15:52.253Z Compiling darling_core v0.20.9
26422024-05-22T18:15:52.310Z Compiling strum_macros v0.26.2
26432024-05-22T18:15:52.697Z Compiling dirs-sys-next v0.1.2
26442024-05-22T18:15:53.006Z Compiling base64 v0.22.1
26452024-05-22T18:15:53.312Z Compiling match_cfg v0.1.0
26462024-05-22T18:15:53.404Z Compiling hostname v0.3.1
26472024-05-22T18:15:53.647Z Compiling dirs-next v2.0.0
26482024-05-22T18:15:53.648Z Compiling toml v0.8.13
26492024-05-22T18:15:53.766Z Compiling http v1.1.0
26502024-05-22T18:15:53.823Z Compiling thread_local v1.1.8
26512024-05-22T18:15:54.150Z Compiling rustls-pki-types v1.7.0
26522024-05-22T18:15:54.371Z Compiling slog-async v2.8.0
26532024-05-22T18:15:55.005Z Compiling term v0.7.0
26542024-05-22T18:15:55.039Z Compiling crossbeam-channel v0.5.12
26552024-05-22T18:15:55.419Z Compiling is-terminal v0.4.12
26562024-05-22T18:15:55.548Z Compiling rustls v0.22.4
26572024-05-22T18:15:55.593Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26582024-05-22T18:15:55.827Z Compiling paste v1.0.15
26592024-05-22T18:15:56.103Z Compiling take_mut v0.2.2
26602024-05-22T18:15:56.338Z Compiling slog-term v2.9.1
26612024-05-22T18:15:56.410Z Compiling rustls-webpki v0.102.4
26622024-05-22T18:15:56.564Z Compiling multer v3.1.0
26632024-05-22T18:15:56.869Z Compiling instant v0.1.12
26642024-05-22T18:15:57.389Z Compiling diesel v2.1.6
26652024-05-22T18:15:57.516Z Compiling slog-json v2.6.1
26662024-05-22T18:15:57.538Z Compiling strum v0.26.2
26672024-05-22T18:15:57.709Z Compiling async-stream-impl v0.3.5
26682024-05-22T18:15:57.886Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26692024-05-22T18:15:58.203Z Compiling atomic-waker v1.1.2
26702024-05-22T18:15:58.315Z Compiling debug-ignore v1.0.5
26712024-05-22T18:15:58.403Z Compiling waitgroup v0.1.2
26722024-05-22T18:15:58.509Z Compiling slog-bunyan v2.5.0
26732024-05-22T18:15:58.623Z Compiling rustls-pemfile v2.1.2
26742024-05-22T18:15:58.708Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26752024-05-22T18:15:59.064Z Compiling serde_path_to_error v0.1.16
26762024-05-22T18:15:59.127Z Compiling async-stream v0.3.5
26772024-05-22T18:15:59.364Z Compiling darling_macro v0.20.9
26782024-05-22T18:15:59.449Z Compiling structmeta-derive v0.3.0
26792024-05-22T18:15:59.585Z Compiling hostname v0.4.0
26802024-05-22T18:15:59.856Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26812024-05-22T18:15:59.883Z Compiling newtype-uuid v1.1.0
26822024-05-22T18:16:00.043Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26832024-05-22T18:16:00.159Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26842024-05-22T18:16:00.190Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852024-05-22T18:16:00.204Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862024-05-22T18:16:00.479Z Compiling darling v0.20.9
26872024-05-22T18:16:00.492Z Compiling backoff v0.4.0
26882024-05-22T18:16:00.587Z Compiling serde_with_macros v3.8.1
26892024-05-22T18:16:00.789Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26902024-05-22T18:16:00.953Z Compiling macaddr v1.0.1
26912024-05-22T18:16:00.981Z Compiling proc-macro-crate v1.3.1
26922024-05-22T18:16:00.996Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932024-05-22T18:16:01.169Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26942024-05-22T18:16:01.384Z Compiling fastrand v2.1.0
26952024-05-22T18:16:01.553Z Compiling proc-macro-error-attr v1.0.4
26962024-05-22T18:16:01.861Z Compiling tokio-rustls v0.25.0
26972024-05-22T18:16:01.945Z Compiling tempfile v3.10.1
26982024-05-22T18:16:02.029Z Compiling num_enum_derive v0.5.11
26992024-05-22T18:16:02.570Z Compiling structmeta v0.3.0
27002024-05-22T18:16:02.845Z Compiling proc-macro-error v1.0.4
27012024-05-22T18:16:02.996Z Compiling parse-display-derive v0.9.0
27022024-05-22T18:16:03.153Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27032024-05-22T18:16:03.692Z Compiling serde_with v3.8.1
27042024-05-22T18:16:04.496Z Compiling foreign-types-macros v0.2.3
27052024-05-22T18:16:04.891Z Compiling num_enum v0.5.11
27062024-05-22T18:16:05.049Z Compiling foreign-types-shared v0.3.1
27072024-05-22T18:16:05.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27082024-05-22T18:16:05.462Z Compiling heapless v0.8.0
27092024-05-22T18:16:05.872Z Compiling foreign-types v0.5.0
27102024-05-22T18:16:06.681Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27112024-05-22T18:16:06.720Z Compiling cstr-argument v0.1.2
27122024-05-22T18:16:06.959Z Compiling hash32 v0.3.1
27132024-05-22T18:16:07.188Z Compiling pretty-hex v0.2.1
27142024-05-22T18:16:07.367Z Compiling smoltcp v0.11.0
27152024-05-22T18:16:07.563Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27162024-05-22T18:16:07.888Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27172024-05-22T18:16:07.902Z Compiling camino-tempfile v1.1.1
27182024-05-22T18:16:07.927Z Compiling parse-display v0.9.0
27192024-05-22T18:16:08.101Z Compiling tabwriter v1.4.0
27202024-05-22T18:16:08.324Z Compiling colored v2.1.0
27212024-05-22T18:16:08.327Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27222024-05-22T18:16:08.432Z Compiling socket2 v0.4.10
27232024-05-22T18:16:08.600Z Compiling embedded-io v0.4.0
27242024-05-22T18:16:08.614Z Compiling cobs v0.2.3
27252024-05-22T18:16:08.801Z Compiling postcard v1.0.8
27262024-05-22T18:16:08.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27272024-05-22T18:16:09.061Z Compiling crucible-workspace-hack v0.1.0
27282024-05-22T18:16:09.201Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27292024-05-22T18:16:09.355Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27302024-05-22T18:16:09.383Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27312024-05-22T18:16:09.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27322024-05-22T18:16:09.711Z Compiling smf v0.2.3
27332024-05-22T18:16:09.749Z Compiling humantime v2.1.0
27342024-05-22T18:16:10.268Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27352024-05-22T18:16:10.566Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27362024-05-22T18:16:10.596Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27372024-05-22T18:16:10.850Z Compiling num-derive v0.4.2
27382024-05-22T18:16:11.064Z Compiling sigpipe v0.1.3
27392024-05-22T18:16:11.084Z Compiling utf-8 v0.7.6
27402024-05-22T18:16:11.188Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27412024-05-22T18:16:11.396Z Compiling atty v0.2.14
27422024-05-22T18:16:11.532Z Compiling same-file v1.0.6
27432024-05-22T18:16:11.596Z Compiling platforms v3.4.0
27442024-05-22T18:16:11.772Z Compiling rayon-core v1.12.1
27452024-05-22T18:16:12.061Z Compiling semver v0.1.20
27462024-05-22T18:16:12.106Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27472024-05-22T18:16:12.227Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27482024-05-22T18:16:12.732Z Compiling rustc_version v0.1.7
27492024-05-22T18:16:13.235Z Compiling curve25519-dalek v4.1.2
27502024-05-22T18:16:13.375Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27512024-05-22T18:16:13.808Z Compiling walkdir v2.5.0
27522024-05-22T18:16:13.875Z Compiling newline-converter v0.3.0
27532024-05-22T18:16:13.957Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27542024-05-22T18:16:14.034Z Compiling crossbeam-deque v0.8.5
27552024-05-22T18:16:14.054Z Compiling universal-hash v0.5.1
27562024-05-22T18:16:14.126Z Compiling opaque-debug v0.3.1
27572024-05-22T18:16:14.219Z Compiling expectorate v1.1.0
27582024-05-22T18:16:14.286Z Compiling newtype_derive v0.1.6
27592024-05-22T18:16:14.356Z Compiling tungstenite v0.20.1
27602024-05-22T18:16:14.375Z Compiling xattr v1.3.1
27612024-05-22T18:16:14.548Z Compiling signature v2.2.0
27622024-05-22T18:16:14.601Z Compiling curve25519-dalek-derive v0.1.1
27632024-05-22T18:16:14.702Z Compiling blake3 v1.5.1
27642024-05-22T18:16:14.868Z Compiling ring v0.16.20
27652024-05-22T18:16:15.338Z Compiling filetime v0.2.23
27662024-05-22T18:16:15.672Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5)
27672024-05-22T18:16:15.928Z Compiling unicase v2.7.0
27682024-05-22T18:16:15.991Z Compiling getrandom v0.1.16
27692024-05-22T18:16:16.145Z Compiling arc-swap v1.7.1
27702024-05-22T18:16:16.220Z Compiling termcolor v1.4.1
27712024-05-22T18:16:16.233Z Compiling quick-error v1.2.3
27722024-05-22T18:16:16.376Z Compiling linked-hash-map v0.5.6
27732024-05-22T18:16:16.496Z Compiling convert_case v0.4.0
27742024-05-22T18:16:16.706Z Compiling lru-cache v0.1.2
27752024-05-22T18:16:16.735Z Compiling env_logger v0.9.3
27762024-05-22T18:16:16.813Z Compiling slog-scope v4.4.0
27772024-05-22T18:16:16.905Z Compiling resolv-conf v0.7.0
27782024-05-22T18:16:17.360Z Compiling tar v0.4.40
27792024-05-22T18:16:17.473Z Compiling derive_more v0.99.17
27802024-05-22T18:16:17.680Z Compiling tokio-tungstenite v0.20.1
27812024-05-22T18:16:18.206Z Compiling rayon v1.10.0
27822024-05-22T18:16:18.567Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27832024-05-22T18:16:19.013Z Compiling password-hash v0.5.0
27842024-05-22T18:16:19.445Z Compiling blake2 v0.10.6
27852024-05-22T18:16:19.899Z Compiling bitstruct_derive v0.1.0
27862024-05-22T18:16:20.106Z Compiling derive-where v1.2.7
27872024-05-22T18:16:20.946Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27882024-05-22T18:16:21.081Z Compiling memmap2 v0.9.4
27892024-05-22T18:16:21.340Z Compiling ascii v1.1.0
27902024-05-22T18:16:21.535Z Compiling constant_time_eq v0.3.0
27912024-05-22T18:16:21.716Z Compiling untrusted v0.7.1
27922024-05-22T18:16:21.907Z Compiling parking_lot_core v0.8.6
27932024-05-22T18:16:21.945Z Compiling arrayvec v0.7.4
27942024-05-22T18:16:22.367Z Compiling home v0.5.9
27952024-05-22T18:16:22.391Z Compiling arrayref v0.3.7
27962024-05-22T18:16:22.489Z Compiling libefi-sys v0.1.0
27972024-05-22T18:16:22.630Z Compiling toolchain_find v0.4.0
27982024-05-22T18:16:23.296Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27992024-05-22T18:16:23.805Z Compiling bitstruct v0.1.1
28002024-05-22T18:16:23.924Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28012024-05-22T18:16:24.174Z Compiling argon2 v0.5.3
28022024-05-22T18:16:24.481Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28032024-05-22T18:16:24.928Z Compiling trust-dns-resolver v0.22.0
28042024-05-22T18:16:25.305Z Compiling slog-stdlog v4.1.1
28052024-05-22T18:16:25.688Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-05-22T18:16:26.157Z Compiling num-rational v0.4.2
28072024-05-22T18:16:26.198Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-05-22T18:16:26.376Z Compiling erased-serde v0.3.31
28092024-05-22T18:16:26.557Z Compiling serde_arrays v0.1.0
28102024-05-22T18:16:26.719Z Compiling rfc6979 v0.4.0
28112024-05-22T18:16:26.872Z Compiling aead v0.5.2
28122024-05-22T18:16:26.909Z Compiling num-complex v0.4.6
28132024-05-22T18:16:27.042Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28142024-05-22T18:16:27.120Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28152024-05-22T18:16:27.222Z Compiling nibble_vec v0.1.0
28162024-05-22T18:16:27.408Z Compiling slog-dtrace v0.3.0
28172024-05-22T18:16:27.421Z Compiling cancel-safe-futures v0.1.5
28182024-05-22T18:16:27.702Z Compiling endian-type v0.1.2
28192024-05-22T18:16:27.758Z Compiling topological-sort v0.2.2
28202024-05-22T18:16:27.771Z Compiling keccak v0.1.5
28212024-05-22T18:16:27.909Z Compiling radix_trie v0.2.1
28222024-05-22T18:16:27.921Z Compiling num v0.4.3
28232024-05-22T18:16:27.964Z Compiling omicron-zone-package v0.11.0
28242024-05-22T18:16:28.013Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28252024-05-22T18:16:28.060Z Compiling sha3 v0.10.8
28262024-05-22T18:16:28.705Z Compiling ecdsa v0.16.9
28272024-05-22T18:16:28.755Z Compiling rand_core v0.5.1
28282024-05-22T18:16:29.000Z Compiling slog-envlogger v2.2.0
28292024-05-22T18:16:29.244Z Compiling mime_guess v2.0.4
28302024-05-22T18:16:29.504Z Compiling steno v0.4.0
28312024-05-22T18:16:30.500Z Compiling rustfmt-wrapper v0.2.1
28322024-05-22T18:16:31.040Z Compiling poly1305 v0.8.0
28332024-05-22T18:16:31.092Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28342024-05-22T18:16:31.323Z Compiling primeorder v0.13.6
28352024-05-22T18:16:31.814Z Compiling heck v0.3.3
28362024-05-22T18:16:31.832Z Compiling chacha20 v0.9.1
28372024-05-22T18:16:32.221Z Compiling thiserror-impl-no-std v2.0.2
28382024-05-22T18:16:32.271Z Compiling secrecy v0.8.0
28392024-05-22T18:16:32.531Z Compiling half v2.4.1
28402024-05-22T18:16:32.777Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28412024-05-22T18:16:33.076Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28422024-05-22T18:16:33.107Z Compiling option-ext v0.2.0
28432024-05-22T18:16:33.238Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28442024-05-22T18:16:33.360Z Compiling ciborium-io v0.2.2
28452024-05-22T18:16:33.420Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28462024-05-22T18:16:33.483Z Compiling ciborium-ll v0.2.2
28472024-05-22T18:16:33.897Z Compiling dirs-sys v0.4.1
28482024-05-22T18:16:34.076Z Compiling zone_cfg_derive v0.1.2
28492024-05-22T18:16:34.504Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28502024-05-22T18:16:34.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512024-05-22T18:16:35.051Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28522024-05-22T18:16:35.224Z Compiling parking_lot v0.11.2
28532024-05-22T18:16:35.312Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28542024-05-22T18:16:35.397Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28552024-05-22T18:16:35.554Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28562024-05-22T18:16:35.687Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572024-05-22T18:16:36.078Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28582024-05-22T18:16:36.116Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28592024-05-22T18:16:36.433Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28602024-05-22T18:16:36.525Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28612024-05-22T18:16:36.882Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28622024-05-22T18:16:36.896Z Compiling thiserror-no-std v2.0.2
28632024-05-22T18:16:36.999Z Compiling rand_chacha v0.2.2
28642024-05-22T18:16:37.193Z Compiling trust-dns-client v0.22.0
28652024-05-22T18:16:37.792Z Compiling ed25519 v2.2.3
28662024-05-22T18:16:38.129Z Compiling polyval v0.6.2
28672024-05-22T18:16:38.245Z Compiling tungstenite v0.21.0
28682024-05-22T18:16:38.556Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28692024-05-22T18:16:38.571Z Compiling ctr v0.9.2
28702024-05-22T18:16:38.940Z Compiling aes v0.8.4
28712024-05-22T18:16:38.978Z Compiling blowfish v0.9.1
28722024-05-22T18:16:39.428Z Compiling libsw v3.3.1
28732024-05-22T18:16:39.780Z Compiling toml v0.5.11
28742024-05-22T18:16:40.366Z Compiling password-hash v0.4.2
28752024-05-22T18:16:40.416Z Compiling pbkdf2 v0.12.2
28762024-05-22T18:16:40.585Z Compiling gethostname v0.4.3
28772024-05-22T18:16:40.870Z Compiling fxhash v0.2.1
28782024-05-22T18:16:41.072Z Compiling base64 v0.13.1
28792024-05-22T18:16:41.315Z Compiling swrite v0.1.0
28802024-05-22T18:16:41.445Z Compiling owo-colors v4.0.0
28812024-05-22T18:16:41.659Z Compiling linear-map v1.2.0
28822024-05-22T18:16:41.924Z Compiling ron v0.7.1
28832024-05-22T18:16:42.043Z Compiling trust-dns-server v0.22.1
28842024-05-22T18:16:42.383Z Compiling sled v0.34.7
28852024-05-22T18:16:43.487Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28862024-05-22T18:16:43.692Z Compiling pbkdf2 v0.11.0
28872024-05-22T18:16:44.055Z Compiling bcrypt-pbkdf v0.10.0
28882024-05-22T18:16:44.302Z Compiling tokio-tungstenite v0.21.0
28892024-05-22T18:16:44.617Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28902024-05-22T18:16:44.870Z Compiling ghash v0.5.1
28912024-05-22T18:16:45.057Z Compiling ed25519-dalek v2.1.1
28922024-05-22T18:16:45.343Z Compiling rand v0.7.3
28932024-05-22T18:16:46.124Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28942024-05-22T18:16:47.277Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28952024-05-22T18:16:47.742Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28962024-05-22T18:16:48.954Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28972024-05-22T18:16:49.278Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28982024-05-22T18:16:49.735Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28992024-05-22T18:16:50.253Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29002024-05-22T18:16:50.986Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29012024-05-22T18:16:52.776Z Compiling vsss-rs v3.3.4
29022024-05-22T18:16:53.521Z Compiling zone v0.1.8
29032024-05-22T18:16:54.048Z Compiling dirs v5.0.1
29042024-05-22T18:16:54.254Z Compiling ciborium v0.2.2
29052024-05-22T18:16:54.954Z Compiling chacha20poly1305 v0.10.1
29062024-05-22T18:16:55.063Z Compiling p521 v0.13.3
29072024-05-22T18:16:55.175Z Compiling p256 v0.13.2
29082024-05-22T18:16:55.671Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29092024-05-22T18:16:55.776Z Compiling pem v3.0.4
29102024-05-22T18:16:56.023Z Compiling cbc v0.1.2
29112024-05-22T18:16:56.262Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29122024-05-22T18:16:56.560Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29132024-05-22T18:16:56.611Z Compiling headers-core v0.2.0
29142024-05-22T18:16:56.773Z Compiling kstat-rs v0.2.3
29152024-05-22T18:16:57.380Z Compiling portpicker v0.1.1
29162024-05-22T18:16:57.420Z Compiling nanorand v0.7.0
29172024-05-22T18:16:57.454Z Compiling russh-cryptovec v0.7.2
29182024-05-22T18:16:57.685Z Compiling glob v0.3.1
29192024-05-22T18:16:57.746Z Compiling md5 v0.7.0
29202024-05-22T18:16:58.029Z Compiling http-range v0.1.5
29212024-05-22T18:16:58.260Z Compiling hyper-staticfile v0.9.5
29222024-05-22T18:16:58.393Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29232024-05-22T18:16:58.651Z Compiling russh-keys v0.43.0
29242024-05-22T18:16:58.727Z Compiling flume v0.11.0
29252024-05-22T18:16:59.196Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29262024-05-22T18:17:01.480Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29272024-05-22T18:17:02.039Z Compiling headers v0.3.9
29282024-05-22T18:17:02.397Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29292024-05-22T18:17:02.693Z Compiling rcgen v0.12.1
29302024-05-22T18:17:04.063Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29312024-05-22T18:17:04.702Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29322024-05-22T18:17:06.324Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29332024-05-22T18:17:06.867Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29342024-05-22T18:17:08.264Z Compiling aes-gcm v0.10.3
29352024-05-22T18:17:08.387Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29362024-05-22T18:17:08.576Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29372024-05-22T18:17:09.186Z Compiling atomicwrites v0.4.3
29382024-05-22T18:17:09.540Z Compiling subprocess v0.2.9
29392024-05-22T18:17:10.041Z Compiling hex-literal v0.4.1
29402024-05-22T18:17:10.191Z Compiling display-error-chain v0.2.0
29412024-05-22T18:17:10.388Z Compiling dhcproto-macros v0.1.0
29422024-05-22T18:17:11.418Z Compiling dhcproto v0.11.0
29432024-05-22T18:17:11.673Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442024-05-22T18:17:13.511Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29452024-05-22T18:17:14.464Z Compiling russh v0.43.0
29462024-05-22T18:17:14.901Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29472024-05-22T18:17:15.689Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29482024-05-22T18:17:16.156Z Compiling internet-checksum v0.2.1
29492024-05-22T18:17:21.911Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29502024-05-22T18:17:23.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-05-22T18:17:43.985Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29522024-05-22T18:18:24.332Z Finished dev [unoptimized + debuginfo] target(s) in 3m 45s
29532024-05-22T18:18:24.432Z
29542024-05-22T18:18:24.436Zreal 3:45.901555877
29552024-05-22T18:18:24.436Zuser 19:58.729326831
29562024-05-22T18:18:24.436Zsys 4:22.086309290
29572024-05-22T18:18:24.436Ztrap 0.605660873
29582024-05-22T18:18:24.436Ztflt 0.469644053
29592024-05-22T18:18:24.436Zdflt 1.855440953
29602024-05-22T18:18:24.436Zkflt 0.000028444
29612024-05-22T18:18:24.436Zlock 41:50.804144377
29622024-05-22T18:18:24.436Zslp 57:33.835611936
29632024-05-22T18:18:24.436Zlat 1:03.425602189
29642024-05-22T18:18:24.436Zstop 2:02.072818623
29652024-05-22T18:18:24.436Z+ mkdir tests
29662024-05-22T18:18:24.440Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29672024-05-22T18:18:24.440Z+ xargs -I '{}' -t cp '{}' tests/
29682024-05-22T18:18:25.703Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7bcb1d474b1d2989 tests/
29692024-05-22T18:18:25.727Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d6730c8c0a259ebb tests/
29702024-05-22T18:18:25.746Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ab3a9e3f3bc696fd tests/
29712024-05-22T18:18:25.765Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b94c5158ed90c882 tests/
29722024-05-22T18:18:26.055Z+ 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/*)
29732024-05-22T18:18:26.070Z+ 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-d6730c8c0a259ebb tests/commtest-ab3a9e3f3bc696fd tests/dhcp_server-7bcb1d474b1d2989 tests/end_to_end_tests-b94c5158ed90c882 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
29742024-05-22T18:19:28.790ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29752024-05-22T18:19:28.790Za out/target/test 1K
29762024-05-22T18:19:28.790Za out/npuzone/npuzone 23144K
29772024-05-22T18:19:28.790Za package-manifest.toml 27K
29782024-05-22T18:19:28.790Za smf/sled-agent/non-gimlet/config.toml 4K
29792024-05-22T18:19:28.790Za target/release/omicron-package 31642K
29802024-05-22T18:19:28.790Za target/release/xtask 6668K
29812024-05-22T18:19:28.790Za target/debug/bootstrap 347540K
29822024-05-22T18:19:28.790Za tests/bootstrap-d6730c8c0a259ebb 24009K
29832024-05-22T18:19:28.790Za tests/commtest-ab3a9e3f3bc696fd 24009K
29842024-05-22T18:19:28.790Za tests/dhcp_server-7bcb1d474b1d2989 24009K
29852024-05-22T18:19:28.790Za tests/end_to_end_tests-b94c5158ed90c882 357583K
29862024-05-22T18:19:28.791Za out/clickhouse.tar.gz 222822K
29872024-05-22T18:19:28.791Za out/clickhouse_keeper.tar.gz 222812K
29882024-05-22T18:19:28.791Za out/cockroachdb.tar.gz 120786K
29892024-05-22T18:19:28.791Za out/crucible-pantry-zone.tar.gz 27194K
29902024-05-22T18:19:28.791Za out/crucible-zone.tar.gz 37959K
29912024-05-22T18:19:28.791Za out/external-dns.tar.gz 24850K
29922024-05-22T18:19:28.791Za out/internal-dns.tar.gz 24848K
29932024-05-22T18:19:28.791Za out/mg-ddm-gz.tar 60408K
29942024-05-22T18:19:28.791Za out/nexus.tar.gz 81195K
29952024-05-22T18:19:28.791Za out/ntp.tar.gz 8753K
29962024-05-22T18:19:28.791Za out/omicron-gateway-softnpu.tar.gz 14446K
29972024-05-22T18:19:28.791Za out/omicron-sled-agent.tar 92423K
29982024-05-22T18:19:28.791Za out/overlay.tar.gz 3K
29992024-05-22T18:19:28.791Za out/oximeter.tar.gz 39993K
30002024-05-22T18:19:28.791Za out/oxlog.tar 2898K
30012024-05-22T18:19:28.791Za out/probe.tar.gz 2764K
30022024-05-22T18:19:28.791Za out/propolis-server.tar.gz 65435K
30032024-05-22T18:19:28.791Za out/pumpkind-gz.tar 26665K
30042024-05-22T18:19:28.791Za out/switch-softnpu.tar.gz 194971K
30052024-05-22T18:19:28.795Z
30062024-05-22T18:19:28.795Zreal 1:02.726715453
30072024-05-22T18:19:28.795Zuser 1:00.058301540
30082024-05-22T18:19:28.795Zsys 3.688082596
30092024-05-22T18:19:28.795Ztrap 0.013749141
30102024-05-22T18:19:28.795Ztflt 0.000000000
30112024-05-22T18:19:28.795Zdflt 0.000000000
30122024-05-22T18:19:28.795Zkflt 0.000000000
30132024-05-22T18:19:28.795Zlock 0.000000000
30142024-05-22T18:19:28.795Zslp 59.974730187
30152024-05-22T18:19:28.795Zlat 1.715492611
30162024-05-22T18:19:28.796Zstop 0.000181652
30172024-05-22T18:19:28.796Zprocess exited: duration 1682366 ms, exit code 0
 
30182024-05-22T18:19:28.811Zfound 1 output files
30192024-05-22T18:19:28.811Zuploading: /work/package.tar.gz (1376310792 bytes)
30202024-05-22T18:27:14.131Zuploaded: /work/package.tar.gz