01HZ2YR942CFWQDR9K45GZXN1H: helios / package

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

Buildomat Job: 01HZ2YRV854M20ST0JZFCN54AM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T19:57:03.845Zjob assigned to worker 01HZ2YS2QPC0NRJNF50DRCPB19 (queued for 1 m 6 s)
 
22024-05-29T19:57:11.766Zstarting task 0: "setup"
32024-05-29T19:57:11.815Z++ uname -s
42024-05-29T19:57:11.858Z+ kern=SunOS
52024-05-29T19:57:11.858Z+ case "$kern" in
62024-05-29T19:57:11.858Z+ groupadd -g 12345 build
72024-05-29T19:57:11.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T19:57:13.833Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T19:57:13.953Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T19:57:13.964Z+ home_fs=zfs
112024-05-29T19:57:13.964Z+ [[ zfs == autofs ]]
122024-05-29T19:57:13.964Z+ mkdir -p /home/build
132024-05-29T19:57:13.964Z+ chown build:build /home/build /work
142024-05-29T19:57:22.165Z+ chmod 0700 /home/build /work
152024-05-29T19:57:22.315Zprocess exited: duration 4174 ms, exit code 0
 
162024-05-29T19:57:22.432Zstarting task 1: "rust-toolchain"
172024-05-29T19:57:22.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T19:57:22.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-29T19:57:22.918Zinfo: downloading installer
202024-05-29T19:57:24.375Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T19:57:24.376Zwarning: /opt/ooce/bin
222024-05-29T19:57:24.376Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T19:57:24.376Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T19:57:24.376Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T19:57:24.376Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T19:57:24.376Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T19:57:24.377Zerror: cannot install while Rust is installed
282024-05-29T19:57:24.377Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T19:57:24.390Zinfo: profile set to 'default'
302024-05-29T19:57:24.391Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T19:57:24.391Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-29T19:57:24.391Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-29T19:57:24.391Zinfo: downloading component 'cargo'
342024-05-29T19:57:24.996Zinfo: downloading component 'clippy'
352024-05-29T19:57:25.260Zinfo: downloading component 'rust-docs'
362024-05-29T19:57:26.258Zinfo: downloading component 'rust-std'
372024-05-29T19:57:27.872Zinfo: downloading component 'rustc'
382024-05-29T19:57:31.954Zinfo: downloading component 'rustfmt'
392024-05-29T19:57:32.188Zinfo: installing component 'cargo'
402024-05-29T19:57:33.028Zinfo: installing component 'clippy'
412024-05-29T19:57:33.384Zinfo: installing component 'rust-docs'
422024-05-29T19:57:34.872Zinfo: installing component 'rust-std'
432024-05-29T19:57:36.628Zinfo: installing component 'rustc'
442024-05-29T19:57:40.767Zinfo: installing component 'rustfmt'
452024-05-29T19:57:41.091Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-29T19:57:41.091Z
472024-05-29T19:57:41.349Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-29T19:57:41.350Z
492024-05-29T19:57:41.356Z
502024-05-29T19:57:41.357ZRust is installed now. Great!
512024-05-29T19:57:41.357Z
522024-05-29T19:57:41.357ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T19:57:41.357Zenvironment variable. This has not been done automatically.
542024-05-29T19:57:41.357Z
552024-05-29T19:57:41.357ZTo configure your current shell, you need to source
562024-05-29T19:57:41.357Zthe corresponding env file under $HOME/.cargo.
572024-05-29T19:57:41.357Z
582024-05-29T19:57:41.357ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T19:57:41.357Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T19:57:41.357Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T19:57:41.477Z+ rustc --version
622024-05-29T19:57:41.540Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-29T19:57:43.486Zprocess exited: duration 19136 ms, exit code 0
 
642024-05-29T19:57:43.652Zstarting task 2: "authentication"
652024-05-29T19:57:43.838Zprocess exited: duration 143 ms, exit code 0
 
662024-05-29T19:57:44.028Zstarting task 3: "clone repository"
672024-05-29T19:57:44.075Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T19:57:44.075Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T19:57:44.291ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T19:57:54.291Z+ cd /work/oxidecomputer/omicron
712024-05-29T19:57:54.292Z+ git fetch origin a155af9134db2bcbdb1add772f94f4da5dd009f8
722024-05-29T19:57:54.845ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T19:57:54.845Z * branch a155af9134db2bcbdb1add772f94f4da5dd009f8 -> FETCH_HEAD
742024-05-29T19:57:54.850Z+ [[ -n '' ]]
752024-05-29T19:57:54.850Z+ git reset --hard a155af9134db2bcbdb1add772f94f4da5dd009f8
762024-05-29T19:57:54.967ZHEAD is now at a155af913 Move some queries into DataStore impls
772024-05-29T19:57:54.972Zprocess exited: duration 11073 ms, exit code 0
 
782024-05-29T19:57:54.980Zstarting task 4: "build"
792024-05-29T19:57:54.985Z+ cargo --version
802024-05-29T19:57:55.036Zcargo 1.78.0 (54d8815d0 2024-03-26)
812024-05-29T19:57:55.041Z+ rustc --version
822024-05-29T19:57:55.092Zrustc 1.78.0 (9b00956e5 2024-04-29)
832024-05-29T19:57:55.520Z+ WORK=/work
842024-05-29T19:57:55.520Z+ pfexec mkdir -p /work
852024-05-29T19:57:55.520Z+ pfexec chown build /work
862024-05-29T19:57:55.520Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-05-29T19:58:04.224Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-05-29T19:58:09.681Z Startup: Caching catalogs ... Done
892024-05-29T19:58:09.811ZPlanning: Solver setup ... Done (1.463s)
902024-05-29T19:58:09.811ZPlanning: Running solver ... Done (0.027s)
912024-05-29T19:58:09.811ZPlanning: Finding local manifests ... Done (0.003s)
922024-05-29T19:58:09.811ZPlanning: Fetching manifests: 0/4 0% complete
932024-05-29T19:58:09.811ZPlanning: Fetching manifests: 4/4 100% complete
942024-05-29T19:58:09.811ZPlanning: Package planning ... Done (0.047s)
952024-05-29T19:58:09.812ZPlanning: Merging actions ... Done (0.051s)
962024-05-29T19:58:09.812ZPlanning: Checking for conflicting actions ... Done (0.727s)
972024-05-29T19:58:09.812ZPlanning: Consolidating action changes ... Done (0.011s)
982024-05-29T19:58:13.239ZPlanning: Evaluating mediators ... Done (3.686s)
992024-05-29T19:58:13.657ZPlanning: Planning completed in 7.16 seconds
1002024-05-29T19:58:13.660Z Packages to install: 4
1012024-05-29T19:58:13.660Z Mediators to change: 2
1022024-05-29T19:58:13.660Z Services to change: 1
1032024-05-29T19:58:13.660Z Estimated space available: 155.78 GB
1042024-05-29T19:58:13.660ZEstimated space to be consumed: 1.45 GB
1052024-05-29T19:58:13.660Z Create boot environment: No
1062024-05-29T19:58:13.660ZCreate backup boot environment: No
1072024-05-29T19:58:13.660Z Rebuild boot archive: No
1082024-05-29T19:58:13.660Z
1092024-05-29T19:58:13.660ZChanged mediators:
1102024-05-29T19:58:13.660Z mediator clang:
1112024-05-29T19:58:13.660Z version: None -> 15 (system default)
1122024-05-29T19:58:13.660Z
1132024-05-29T19:58:13.660Z mediator llvm:
1142024-05-29T19:58:13.660Z version: 14 (system default) -> 15 (system default)
1152024-05-29T19:58:13.660Z
1162024-05-29T19:58:13.660ZChanged packages:
1172024-05-29T19:58:13.660Zhelios-dev
1182024-05-29T19:58:13.660Z developer/build-essential
1192024-05-29T19:58:13.661Z None -> 11-2.0
1202024-05-29T19:58:13.661Z library/libxmlsec1
1212024-05-29T19:58:13.661Z None -> 1.2.35-2.0
1222024-05-29T19:58:13.661Z ooce/developer/clang-15
1232024-05-29T19:58:13.661Z None -> 15.0.7-2.0
1242024-05-29T19:58:13.661Z ooce/developer/llvm-15
1252024-05-29T19:58:13.661Z None -> 15.0.7-2.0
1262024-05-29T19:58:13.661Z
1272024-05-29T19:58:13.661ZServices:
1282024-05-29T19:58:13.661Z restart_fmri:
1292024-05-29T19:58:13.661Z svc:/system/update-man-index:default
1302024-05-29T19:58:13.661Z
1312024-05-29T19:58:13.661ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-05-29T19:58:18.641ZDownload: 455/3290 items 17.0/212.6MB 7% complete (3.5M/s)
1332024-05-29T19:58:23.643ZDownload: 1159/3290 items 64.2/212.6MB 30% complete (6.4M/s)
1342024-05-29T19:58:28.650ZDownload: 1631/3290 items 117.8/212.6MB 55% complete (10.1M/s)
1352024-05-29T19:58:33.652ZDownload: 3158/3290 items 146.9/212.6MB 69% complete (8.3M/s)
1362024-05-29T19:58:36.561ZDownload: Completed 212.60 MB in 22.81 seconds (9.3M/s)
1372024-05-29T19:58:37.441Z Actions: 1/3689 actions (Installing new actions)
1382024-05-29T19:58:42.453Z Actions: 3555/3689 actions (Installing new actions)
1392024-05-29T19:58:42.547Z Actions: Completed 3689 actions in 5.12 seconds.
1402024-05-29T19:58:42.777Z Done (0.217s)
1412024-05-29T19:58:42.777Z Done (0.000s)
1422024-05-29T19:58:43.060Z Done (0.292s)
1432024-05-29T19:58:48.014Z Done (4.794s)
1442024-05-29T19:58:48.178Z Done (0.086s)
1452024-05-29T19:58:48.183Z Done (0.000s)
1462024-05-29T19:58:48.368Z Done (0.000s)
1472024-05-29T19:58:48.899ZPlanning: Evaluating mediator changes ... Done
1482024-05-29T19:58:49.057ZPlanning: Checking for conflicting actions ... Done
1492024-05-29T19:58:49.065ZPlanning: Consolidating action changes ... Done
1502024-05-29T19:58:49.324ZPlanning: Evaluating mediators ... Done
1512024-05-29T19:58:49.329ZPlanning: Planning completed in 0.42 seconds
1522024-05-29T19:58:49.354Z Mediators to change: 2
1532024-05-29T19:58:49.354Z Create boot environment: No
1542024-05-29T19:58:49.354ZCreate backup boot environment: No
1552024-05-29T19:58:49.422Z Done
1562024-05-29T19:58:49.422Z Done
1572024-05-29T19:58:49.610Z Done
1582024-05-29T19:58:53.069Z Done
1592024-05-29T19:58:53.148Z Done
1602024-05-29T19:58:53.148Z Done
1612024-05-29T19:58:53.266Z Done
1622024-05-29T19:58:53.849ZPlanning: Evaluating mediator changes ... Done
1632024-05-29T19:58:53.855ZPlanning: Merging actions ... Done
1642024-05-29T19:58:54.037ZPlanning: Checking for conflicting actions ... Done
1652024-05-29T19:58:54.040ZPlanning: Consolidating action changes ... Done
1662024-05-29T19:58:54.293ZPlanning: Evaluating mediators ... Done
1672024-05-29T19:58:54.359ZPlanning: Planning completed in 0.73 seconds
1682024-05-29T19:58:54.380Z Packages to change: 1
1692024-05-29T19:58:54.380Z Mediators to change: 1
1702024-05-29T19:58:54.380Z Services to change: 1
1712024-05-29T19:58:54.386Z Create boot environment: No
1722024-05-29T19:58:54.386ZCreate backup boot environment: Yes
1732024-05-29T19:58:56.143Z Actions: 1/6 actions (Updating modified actions)
1742024-05-29T19:58:56.193Z Actions: Completed 6 actions in 0.06 seconds.
1752024-05-29T19:58:56.193Z Done
1762024-05-29T19:58:56.194Z Done
1772024-05-29T19:58:56.257Z Done
1782024-05-29T19:58:59.706Z Done
1792024-05-29T19:58:59.783Z Done
1802024-05-29T19:58:59.787Z Done
1812024-05-29T19:58:59.887Z Done
1822024-05-29T19:59:00.314ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-05-29T19:59:00.314Zclang system 15 system
1842024-05-29T19:59:00.314Zcsh system system illumos
1852024-05-29T19:59:00.314Zctags system system illumos
1862024-05-29T19:59:00.314Zgcc vendor 12 vendor
1872024-05-29T19:59:00.315Zgcc system 10 system
1882024-05-29T19:59:00.315Zgcc system 7 system
1892024-05-29T19:59:00.315Zgo system 1.20 system
1902024-05-29T19:59:00.315Zgo system 1.19 system
1912024-05-29T19:59:00.315Zllvm system 15 system
1922024-05-29T19:59:00.315Zllvm system 14 system
1932024-05-29T19:59:00.315Zmariadb system 10.6 system
1942024-05-29T19:59:00.315Zmta vendor vendor dma
1952024-05-29T19:59:00.316Zopenjdk system 17 system
1962024-05-29T19:59:00.316Zopenjdk system 11 system
1972024-05-29T19:59:00.316Zopenjdk system 1.8 system
1982024-05-29T19:59:00.316Zopenssl vendor 3 vendor
1992024-05-29T19:59:00.316Zperl system 5.36 system
2002024-05-29T19:59:00.316Zpostgresql system 15 system
2012024-05-29T19:59:00.316Zpostgresql system 13 system
2022024-05-29T19:59:00.316Zpython vendor 3 vendor
2032024-05-29T19:59:00.316Zpython system 2 system
2042024-05-29T19:59:00.317Zpython3 system 3.11 system
2052024-05-29T19:59:00.317Zruby system 3.0 system
2062024-05-29T19:59:00.317Zwords vendor vendor american-english
2072024-05-29T19:59:00.317Zwords system system australian-english
2082024-05-29T19:59:00.317Zwords system system british-english
2092024-05-29T19:59:00.317Zwords system system canadian-english
2102024-05-29T19:59:00.317Zwords system system french
2112024-05-29T19:59:00.317Zwords system system italian
2122024-05-29T19:59:00.317Zwords system system ngerman
2132024-05-29T19:59:00.318Zwords system system ogerman
2142024-05-29T19:59:00.318Zwords system system spanish
2152024-05-29T19:59:00.638ZPUBLISHER TYPE STATUS P LOCATION
2162024-05-29T19:59:00.638Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-05-29T19:59:02.060ZFMRI IFO
2182024-05-29T19:59:02.060Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-05-29T19:59:02.060Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-05-29T19:59:02.060Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-05-29T19:59:02.060Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-05-29T19:59:02.060Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-05-29T19:59:02.060Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-05-29T19:59:02.060Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-05-29T19:59:02.060Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-05-29T19:59:02.060Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-05-29T19:59:02.060Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-05-29T19:59:02.060Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-05-29T19:59:02.060Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-05-29T19:59:02.327Z+ set -o errexit
2312024-05-29T19:59:02.331Z+++ dirname ./tools/ci_download_cockroachdb
2322024-05-29T19:59:02.331Z++ cd ./tools
2332024-05-29T19:59:02.332Z++ pwd
2342024-05-29T19:59:02.337Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2352024-05-29T19:59:02.337Z++ basename ./tools/ci_download_cockroachdb
2362024-05-29T19:59:02.337Z+ ARG0=ci_download_cockroachdb
2372024-05-29T19:59:02.337Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2382024-05-29T19:59:02.337Z+ CIDL_VERSION=v22.1.9
2392024-05-29T19:59:02.337Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2402024-05-29T19:59:02.337Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2412024-05-29T19:59:02.338Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2422024-05-29T19:59:02.338Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2432024-05-29T19:59:02.338Z+ TARGET_DIR=out
2442024-05-29T19:59:02.338Z+ DOWNLOAD_DIR=out/downloads
2452024-05-29T19:59:02.338Z+ DEST_DIR=./out/cockroachdb
2462024-05-29T19:59:02.338Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2472024-05-29T19:59:02.338Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2482024-05-29T19:59:02.345Z+ main
2492024-05-29T19:59:02.345Z+ [[ 0 != 0 ]]
2502024-05-29T19:59:02.345Z+ CIDL_OS=solaris2.11
2512024-05-29T19:59:02.345Z+ [[ 0 != 0 ]]
2522024-05-29T19:59:02.346Z+ configure_os solaris2.11
2532024-05-29T19:59:02.346Z+ echo 'current directory: /work/oxidecomputer/omicron'
2542024-05-29T19:59:02.346Z+ echo 'configuring based on OS: "solaris2.11"'
2552024-05-29T19:59:02.346Z+ case "$1" in
2562024-05-29T19:59:02.346Z+ CIDL_BUILD=illumos
2572024-05-29T19:59:02.347Zcurrent directory: /work/oxidecomputer/omicron
2582024-05-29T19:59:02.347Zconfiguring based on OS: "solaris2.11"
2592024-05-29T19:59:02.347Z+ CIDL_SUFFIX=tar.gz
2602024-05-29T19:59:02.347Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-05-29T19:59:02.347Z+ CIDL_URL_BASE=https://illumos.org/downloads
2622024-05-29T19:59:02.347Z+ CIDL_ASSEMBLE=do_assemble_illumos
2632024-05-29T19:59:02.347Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2642024-05-29T19:59:02.347Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2652024-05-29T19:59:02.347Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2662024-05-29T19:59:02.347Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2672024-05-29T19:59:02.347Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2682024-05-29T19:59:02.347Z+ CIDL_SHA256FUNC=do_sha256sum
2692024-05-29T19:59:02.347Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2702024-05-29T19:59:02.347Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712024-05-29T19:59:02.347ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-29T19:59:02.347ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-29T19:59:02.348Z+ mkdir -p out/downloads
2742024-05-29T19:59:02.348Z+ mkdir -p ./out/cockroachdb
2752024-05-29T19:59:02.348Z+ local DO_DOWNLOAD=true
2762024-05-29T19:59:02.348Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2772024-05-29T19:59:02.348Z+ '[' true == true ']'
2782024-05-29T19:59:02.348Z+ echo Downloading...
2792024-05-29T19:59:02.348Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-05-29T19:59:02.348ZDownloading...
2812024-05-29T19:59:02.348Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-05-29T19:59:04.729Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-29T19:59:04.736Z++ sha256sum
2842024-05-29T19:59:04.736Z++ awk '{print $1}'
2852024-05-29T19:59:04.797Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-05-29T19:59:04.801Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2872024-05-29T19:59:04.802Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-29T19:59:04.802Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2892024-05-29T19:59:06.964Z+ do_assemble_illumos
2902024-05-29T19:59:06.964Z+ rm -r ./out/cockroachdb
2912024-05-29T19:59:06.970Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2922024-05-29T19:59:07.377Z+ ./out/cockroachdb/bin/cockroach version
2932024-05-29T19:59:07.601ZBuild Tag: v22.1.9-dirty
2942024-05-29T19:59:07.602ZBuild Time: 2022/10/26 21:17:46
2952024-05-29T19:59:07.602ZDistribution: OSS
2962024-05-29T19:59:07.602ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2972024-05-29T19:59:07.602ZGo Version: go1.17.13
2982024-05-29T19:59:07.602ZC Compiler: gcc 10.3.0
2992024-05-29T19:59:07.602ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002024-05-29T19:59:07.602ZBuild Type: release
3012024-05-29T19:59:07.607Z+ set -o errexit
3022024-05-29T19:59:07.607Z+++ dirname ./tools/ci_download_clickhouse
3032024-05-29T19:59:07.607Z++ cd ./tools
3042024-05-29T19:59:07.607Z++ pwd
3052024-05-29T19:59:07.607Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3062024-05-29T19:59:07.607Z++ basename ./tools/ci_download_clickhouse
3072024-05-29T19:59:07.607Z+ ARG0=ci_download_clickhouse
3082024-05-29T19:59:07.608Z+ TARGET_DIR=out
3092024-05-29T19:59:07.608Z+ DOWNLOAD_DIR=out/downloads
3102024-05-29T19:59:07.608Z+ DEST_DIR=./out/clickhouse
3112024-05-29T19:59:07.614Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3122024-05-29T19:59:07.615Z+ CIDL_VERSION=v23.8.7.24
3132024-05-29T19:59:07.615Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3142024-05-29T19:59:07.616Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3152024-05-29T19:59:07.616Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3162024-05-29T19:59:07.616Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3172024-05-29T19:59:07.616Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3182024-05-29T19:59:07.616Z+ main
3192024-05-29T19:59:07.616Z+ [[ 0 != 0 ]]
3202024-05-29T19:59:07.616Z+ CIDL_OS=solaris2.11
3212024-05-29T19:59:07.617Z+ [[ 0 != 0 ]]
3222024-05-29T19:59:07.617Z+ configure_os solaris2.11
3232024-05-29T19:59:07.617Z+ echo 'current directory: /work/oxidecomputer/omicron'
3242024-05-29T19:59:07.617Zcurrent directory: /work/oxidecomputer/omicron
3252024-05-29T19:59:07.617Z+ echo 'configuring based on OS: "solaris2.11"'
3262024-05-29T19:59:07.617Z+ CIDL_DASHREV=
3272024-05-29T19:59:07.617Z+ case "$1" in
3282024-05-29T19:59:07.617Zconfiguring based on OS: "solaris2.11"
3292024-05-29T19:59:07.617Z+ CIDL_PLATFORM=illumos
3302024-05-29T19:59:07.617Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3312024-05-29T19:59:07.617Z+ CIDL_MD5FUNC=do_md5sum
3322024-05-29T19:59:07.617Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3332024-05-29T19:59:07.618Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3342024-05-29T19:59:07.618Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3352024-05-29T19:59:07.618Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3362024-05-29T19:59:07.618Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3372024-05-29T19:59:07.618ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3382024-05-29T19:59:07.618Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3392024-05-29T19:59:07.618Z+ mkdir -p out/downloads
3402024-05-29T19:59:07.618ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-29T19:59:07.618Z+ mkdir -p ./out/clickhouse
3422024-05-29T19:59:07.623Z+ local DO_DOWNLOAD=true
3432024-05-29T19:59:07.623Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3442024-05-29T19:59:07.623Z+ '[' true == true ']'
3452024-05-29T19:59:07.623Z+ echo Downloading...
3462024-05-29T19:59:07.624ZDownloading...
3472024-05-29T19:59:07.624Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-29T19:59:07.624Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-29T19:59:09.201Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-29T19:59:09.206Z++ md5sum
3512024-05-29T19:59:09.206Z++ awk '{print $1}'
3522024-05-29T19:59:09.459Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-29T19:59:09.464Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3542024-05-29T19:59:09.464Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3552024-05-29T19:59:09.464Z+ mkdir -p ./out/clickhouse
3562024-05-29T19:59:09.464Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3572024-05-29T19:59:13.300Z+ [[ solaris2.11 == darwin* ]]
3582024-05-29T19:59:13.300Z+ ./out/clickhouse/clickhouse server --version
3592024-05-29T19:59:13.564ZClickHouse server version 23.8.7.1.
3602024-05-29T19:59:13.583Z+ set -o errexit
3612024-05-29T19:59:13.586Z+++ dirname ./tools/ci_download_console
3622024-05-29T19:59:13.586Z++ cd ./tools
3632024-05-29T19:59:13.590Z++ pwd
3642024-05-29T19:59:13.590Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3652024-05-29T19:59:13.590Z++ basename ./tools/ci_download_console
3662024-05-29T19:59:13.590Z+ ARG0=ci_download_console
3672024-05-29T19:59:13.590Z+ TARGET_DIR=out
3682024-05-29T19:59:13.590Z+ DOWNLOAD_DIR=out/downloads
3692024-05-29T19:59:13.590Z+ DEST_DIR=./out/console-assets
3702024-05-29T19:59:13.590Z+ source /work/oxidecomputer/omicron/tools/console_version
3712024-05-29T19:59:13.590Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3722024-05-29T19:59:13.590Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3732024-05-29T19:59:13.590Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3742024-05-29T19:59:13.590Z+ TARBALL_FILE=out/downloads/console.tar.gz
3752024-05-29T19:59:13.590Z+ main
3762024-05-29T19:59:13.590Z+ [[ 0 != 0 ]]
3772024-05-29T19:59:13.591Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3782024-05-29T19:59:13.591ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3792024-05-29T19:59:13.591Z+ echo 'Local file: out/downloads/console.tar.gz'
3802024-05-29T19:59:13.591Z+ local DO_DOWNLOAD=true
3812024-05-29T19:59:13.591ZLocal file: out/downloads/console.tar.gz
3822024-05-29T19:59:13.591Z+ [[ -f out/downloads/console.tar.gz ]]
3832024-05-29T19:59:13.591Z+ mkdir -p out/downloads
3842024-05-29T19:59:13.594Z+ '[' true == true ']'
3852024-05-29T19:59:13.594Z+ echo Downloading...
3862024-05-29T19:59:13.594ZDownloading...
3872024-05-29T19:59:13.594Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3882024-05-29T19:59:13.594Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3892024-05-29T19:59:14.194Z++ do_sha256sum out/downloads/console.tar.gz
3902024-05-29T19:59:14.194Z++ case "$OSTYPE" in
3912024-05-29T19:59:14.203Z++ SHA=sha256sum
3922024-05-29T19:59:14.204Z++ sha256sum
3932024-05-29T19:59:14.204Z++ awk '{print $1}'
3942024-05-29T19:59:14.204Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3952024-05-29T19:59:14.204Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
3962024-05-29T19:59:14.204Z+ rm -rf ./out/console-assets
3972024-05-29T19:59:14.204Z+ mkdir -p ./out/console-assets
3982024-05-29T19:59:14.204Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3992024-05-29T19:59:14.205Z+ mkdir -p ./out/console-assets
4002024-05-29T19:59:14.205Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4012024-05-29T19:59:14.293Z+ set -o errexit
4022024-05-29T19:59:14.309Z+++ dirname ./tools/ci_download_dendrite_openapi
4032024-05-29T19:59:14.309Z++ cd ./tools
4042024-05-29T19:59:14.309Z++ pwd
4052024-05-29T19:59:14.309Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-05-29T19:59:14.309Z++ basename ./tools/ci_download_dendrite_openapi
4072024-05-29T19:59:14.309Z+ ARG0=ci_download_dendrite_openapi
4082024-05-29T19:59:14.309Z+ TARGET_DIR=out
4092024-05-29T19:59:14.310Z+ DOWNLOAD_DIR=out/downloads
4102024-05-29T19:59:14.310Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4112024-05-29T19:59:14.310Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4122024-05-29T19:59:14.310Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4132024-05-29T19:59:14.310Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4142024-05-29T19:59:14.310Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4152024-05-29T19:59:14.311Z+ main
4162024-05-29T19:59:14.311Z+ [[ 0 != 0 ]]
4172024-05-29T19:59:14.311Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4182024-05-29T19:59:14.311ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4192024-05-29T19:59:14.311Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4202024-05-29T19:59:14.311ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-05-29T19:59:14.312Z+ local DO_DOWNLOAD=true
4222024-05-29T19:59:14.312Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4232024-05-29T19:59:14.312Z+ mkdir -p out/downloads
4242024-05-29T19:59:14.312Z+ '[' true == true ']'
4252024-05-29T19:59:14.312Z+ echo Downloading...
4262024-05-29T19:59:14.312ZDownloading...
4272024-05-29T19:59:14.313Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4282024-05-29T19:59:14.313Z+ 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
4292024-05-29T19:59:14.580Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4302024-05-29T19:59:14.580Z++ case "$OSTYPE" in
4312024-05-29T19:59:14.583Z++ SHA=sha256sum
4322024-05-29T19:59:14.583Z++ sha256sum
4332024-05-29T19:59:14.583Z++ awk '{print $1}'
4342024-05-29T19:59:14.587Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4352024-05-29T19:59:14.587Z+ [[ 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 ]]
4362024-05-29T19:59:14.592Z+ set -o errexit
4372024-05-29T19:59:14.595Z+++ dirname ./tools/ci_download_dendrite_stub
4382024-05-29T19:59:14.598Z++ cd ./tools
4392024-05-29T19:59:14.598Z++ pwd
4402024-05-29T19:59:14.598Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4412024-05-29T19:59:14.598Z++ basename ./tools/ci_download_dendrite_stub
4422024-05-29T19:59:14.598Z+ ARG0=ci_download_dendrite_stub
4432024-05-29T19:59:14.598Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4442024-05-29T19:59:14.598Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4452024-05-29T19:59:14.598Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4462024-05-29T19:59:14.602Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4472024-05-29T19:59:14.602Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4482024-05-29T19:59:14.602Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4492024-05-29T19:59:14.602Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4502024-05-29T19:59:14.602Z+ TARGET_DIR=out
4512024-05-29T19:59:14.602Z+ DOWNLOAD_DIR=out/downloads
4522024-05-29T19:59:14.602Z+ DEST_DIR=./out/dendrite-stub
4532024-05-29T19:59:14.602Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4542024-05-29T19:59:14.602Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4552024-05-29T19:59:14.602Z+ REPO=oxidecomputer/dendrite
4562024-05-29T19:59:14.602Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4572024-05-29T19:59:14.602Z+ main
4582024-05-29T19:59:14.602Z+ [[ 0 != 0 ]]
4592024-05-29T19:59:14.602Z+ CIDL_OS=solaris2.11
4602024-05-29T19:59:14.602Z+ [[ 0 != 0 ]]
4612024-05-29T19:59:14.602Z+ configure_os solaris2.11
4622024-05-29T19:59:14.602Z+ echo 'current directory: /work/oxidecomputer/omicron'
4632024-05-29T19:59:14.602Zcurrent directory: /work/oxidecomputer/omicron
4642024-05-29T19:59:14.603Z+ echo 'configuring based on OS: "solaris2.11"'
4652024-05-29T19:59:14.603Zconfiguring based on OS: "solaris2.11"
4662024-05-29T19:59:14.603Z+ case "$1" in
4672024-05-29T19:59:14.603Z+ SET_BINARIES=
4682024-05-29T19:59:14.603Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4692024-05-29T19:59:14.603Z+ CIDL_SHA256FUNC=do_sha256sum
4702024-05-29T19:59:14.603Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4712024-05-29T19:59:14.603Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4722024-05-29T19:59:14.603Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4732024-05-29T19:59:14.603Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4742024-05-29T19:59:14.603ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4752024-05-29T19:59:14.603Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4762024-05-29T19:59:14.603ZLocal file: out/downloads/dendrite-stub.tar.gz
4772024-05-29T19:59:14.603Z+ mkdir -p out/downloads
4782024-05-29T19:59:14.603Z+ mkdir -p ./out/dendrite-stub
4792024-05-29T19:59:14.607Z+ fetch_and_verify
4802024-05-29T19:59:14.607Z+ local DO_DOWNLOAD=true
4812024-05-29T19:59:14.607Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4822024-05-29T19:59:14.607Z+ '[' true == true ']'
4832024-05-29T19:59:14.607Z+ echo Downloading...
4842024-05-29T19:59:14.607ZDownloading...
4852024-05-29T19:59:14.607Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4862024-05-29T19:59:14.607Z+ 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
4872024-05-29T19:59:23.668Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4882024-05-29T19:59:23.681Z++ sha256sum
4892024-05-29T19:59:23.681Z++ awk '{print $1}'
4902024-05-29T19:59:23.694Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4912024-05-29T19:59:23.698Z+ [[ 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 ]]
4922024-05-29T19:59:23.698Z+ do_untar out/downloads/dendrite-stub.tar.gz
4932024-05-29T19:59:23.698Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4942024-05-29T19:59:24.320Z+ do_assemble
4952024-05-29T19:59:24.320Z+ rm -r ./out/dendrite-stub
4962024-05-29T19:59:24.323Z+ mkdir ./out/dendrite-stub
4972024-05-29T19:59:24.327Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4982024-05-29T19:59:24.406Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
4992024-05-29T19:59:24.416Z+ set -o errexit
5002024-05-29T19:59:24.419Z+++ dirname ./tools/ci_download_maghemite_mgd
5012024-05-29T19:59:24.423Z++ cd ./tools
5022024-05-29T19:59:24.423Z++ pwd
5032024-05-29T19:59:24.423Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-05-29T19:59:24.423Z++ basename ./tools/ci_download_maghemite_mgd
5052024-05-29T19:59:24.423Z+ ARG0=ci_download_maghemite_mgd
5062024-05-29T19:59:24.423Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5072024-05-29T19:59:24.423Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5082024-05-29T19:59:24.423Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5092024-05-29T19:59:24.423Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5102024-05-29T19:59:24.423Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5112024-05-29T19:59:24.423Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5122024-05-29T19:59:24.423Z+ TARGET_DIR=out
5132024-05-29T19:59:24.423Z+ DOWNLOAD_DIR=out/downloads
5142024-05-29T19:59:24.423Z+ DEST_DIR=./out/mgd
5152024-05-29T19:59:24.424Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5162024-05-29T19:59:24.424Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-05-29T19:59:24.424Z+ REPO=oxidecomputer/maghemite
5182024-05-29T19:59:24.424Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5192024-05-29T19:59:24.427Z+ main
5202024-05-29T19:59:24.427Z+ rm -rf out/downloads/root
5212024-05-29T19:59:24.431Z+ [[ 0 != 0 ]]
5222024-05-29T19:59:24.431Z+ CIDL_OS=solaris2.11
5232024-05-29T19:59:24.435Z+ [[ 0 != 0 ]]
5242024-05-29T19:59:24.435Z+ configure_os solaris2.11
5252024-05-29T19:59:24.436Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262024-05-29T19:59:24.436Zcurrent directory: /work/oxidecomputer/omicron
5272024-05-29T19:59:24.436Z+ echo 'configuring based on OS: "solaris2.11"'
5282024-05-29T19:59:24.436Zconfiguring based on OS: "solaris2.11"
5292024-05-29T19:59:24.436Z+ case "$1" in
5302024-05-29T19:59:24.436Z+ SET_BINARIES=
5312024-05-29T19:59:24.436Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-05-29T19:59:24.436Z+ TARBALL_FILENAME=mgd.tar.gz
5332024-05-29T19:59:24.436Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5342024-05-29T19:59:24.436Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5352024-05-29T19:59:24.436Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5362024-05-29T19:59:24.436ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5372024-05-29T19:59:24.436ZLocal file: out/downloads/mgd.tar.gz
5382024-05-29T19:59:24.436Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5392024-05-29T19:59:24.436Z+ mkdir -p out/downloads
5402024-05-29T19:59:24.436Z+ mkdir -p ./out/mgd
5412024-05-29T19:59:24.441Z+ fetch_and_verify
5422024-05-29T19:59:24.441Z+ local DO_DOWNLOAD=true
5432024-05-29T19:59:24.441Z+ [[ -f out/downloads/mgd.tar.gz ]]
5442024-05-29T19:59:24.441Z+ '[' true == true ']'
5452024-05-29T19:59:24.441Z+ echo Downloading...
5462024-05-29T19:59:24.441ZDownloading...
5472024-05-29T19:59:24.441Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5482024-05-29T19:59:24.441Z+ 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
5492024-05-29T19:59:34.089Z++ do_sha256sum out/downloads/mgd.tar.gz
5502024-05-29T19:59:34.093Z++ sha256sum
5512024-05-29T19:59:34.094Z++ awk '{print $1}'
5522024-05-29T19:59:34.114Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5532024-05-29T19:59:34.115Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5542024-05-29T19:59:34.143Z+ do_untar out/downloads/mgd.tar.gz
5552024-05-29T19:59:34.144Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5562024-05-29T19:59:34.699Z+ do_assemble
5572024-05-29T19:59:34.699Z+ rm -r ./out/mgd
5582024-05-29T19:59:34.706Z+ mkdir ./out/mgd
5592024-05-29T19:59:34.707Z+ cp -r out/downloads/root ./out/mgd/root
5602024-05-29T19:59:34.781Z+ set -o errexit
5612024-05-29T19:59:34.785Z+++ dirname ./tools/ci_download_transceiver_control
5622024-05-29T19:59:34.785Z++ cd ./tools
5632024-05-29T19:59:34.785Z++ pwd
5642024-05-29T19:59:34.789Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5652024-05-29T19:59:34.789Z++ basename ./tools/ci_download_transceiver_control
5662024-05-29T19:59:34.789Z+ ARG0=ci_download_transceiver_control
5672024-05-29T19:59:34.789Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5682024-05-29T19:59:34.789Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5692024-05-29T19:59:34.789Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5702024-05-29T19:59:34.789Z+ TARGET_DIR=out
5712024-05-29T19:59:34.789Z+ DOWNLOAD_DIR=out/downloads
5722024-05-29T19:59:34.789Z+ DEST_DIR=./out/transceiver-control
5732024-05-29T19:59:34.789Z+ BIN_DIR=/opt/oxide/bin
5742024-05-29T19:59:34.790Z+ BINARY=xcvradm
5752024-05-29T19:59:34.790Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5762024-05-29T19:59:34.790Z+ REPO=oxidecomputer/transceiver-control
5772024-05-29T19:59:34.790Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5782024-05-29T19:59:34.790Z+ main
5792024-05-29T19:59:34.790Z+ [[ 0 != 0 ]]
5802024-05-29T19:59:34.790Z+ CIDL_OS=solaris2.11
5812024-05-29T19:59:34.790Z+ [[ 0 != 0 ]]
5822024-05-29T19:59:34.790Z+ configure_os solaris2.11
5832024-05-29T19:59:34.790Z+ echo 'current directory: /work/oxidecomputer/omicron'
5842024-05-29T19:59:34.790Zcurrent directory: /work/oxidecomputer/omicron
5852024-05-29T19:59:34.790Z+ echo 'configuring based on OS: "solaris2.11"'
5862024-05-29T19:59:34.790Z+ case "$1" in
5872024-05-29T19:59:34.790Zconfiguring based on OS: "solaris2.11"
5882024-05-29T19:59:34.790Z+ SET_BINARIES=
5892024-05-29T19:59:34.791Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5902024-05-29T19:59:34.791Z+ CIDL_SHA256FUNC=do_sha256sum
5912024-05-29T19:59:34.791Z+ ARCHIVE_FILENAME=xcvradm.gz
5922024-05-29T19:59:34.791Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5932024-05-29T19:59:34.791Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5942024-05-29T19:59:34.791Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5952024-05-29T19:59:34.791Z+ echo 'Local file: out/downloads/xcvradm.gz'
5962024-05-29T19:59:34.791ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5972024-05-29T19:59:34.791ZLocal file: out/downloads/xcvradm.gz
5982024-05-29T19:59:34.791Z+ mkdir -p out/downloads
5992024-05-29T19:59:34.795Z+ mkdir -p ./out/transceiver-control
6002024-05-29T19:59:34.795Z+ fetch_and_verify
6012024-05-29T19:59:34.796Z+ local DO_DOWNLOAD=true
6022024-05-29T19:59:34.796Z+ [[ -f out/downloads/xcvradm.gz ]]
6032024-05-29T19:59:34.796Z+ '[' true == true ']'
6042024-05-29T19:59:34.796Z+ echo Downloading...
6052024-05-29T19:59:34.796ZDownloading...
6062024-05-29T19:59:34.796Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6072024-05-29T19:59:34.796Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6082024-05-29T19:59:37.711Z++ do_sha256sum out/downloads/xcvradm.gz
6092024-05-29T19:59:37.742Z++ sha256sum
6102024-05-29T19:59:37.742Z++ awk '{print $1}'
6112024-05-29T19:59:37.742Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6122024-05-29T19:59:37.742Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6132024-05-29T19:59:37.743Z+ do_unpack out/downloads/xcvradm.gz
6142024-05-29T19:59:37.743Z+ mkdir -p out/downloads/root//opt/oxide/bin
6152024-05-29T19:59:37.743Z+ gzip -dc out/downloads/xcvradm.gz
6162024-05-29T19:59:37.743Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6172024-05-29T19:59:37.744Z+ do_assemble
6182024-05-29T19:59:37.744Z+ rm -r ./out/transceiver-control
6192024-05-29T19:59:37.744Z+ mkdir ./out/transceiver-control
6202024-05-29T19:59:37.744Z+ cp -r out/downloads/root ./out/transceiver-control/root
6212024-05-29T19:59:37.745Z+ set -o errexit
6222024-05-29T19:59:37.745Z+++ dirname ./tools/ci_download_thundermuffin
6232024-05-29T19:59:37.745Z++ cd ./tools
6242024-05-29T19:59:37.746Z++ pwd
6252024-05-29T19:59:37.746Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-05-29T19:59:37.746Z++ basename ./tools/ci_download_thundermuffin
6272024-05-29T19:59:37.746Z+ ARG0=ci_download_thundermuffin
6282024-05-29T19:59:37.746Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6292024-05-29T19:59:37.746Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6302024-05-29T19:59:37.746Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6312024-05-29T19:59:37.747Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6322024-05-29T19:59:37.747Z+ TARGET_DIR=out
6332024-05-29T19:59:37.747Z+ DOWNLOAD_DIR=out/downloads
6342024-05-29T19:59:37.747Z+ DEST_DIR=./out/thundermuffin
6352024-05-29T19:59:37.747Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6362024-05-29T19:59:37.747Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-05-29T19:59:37.748Z+ REPO=oxidecomputer/thundermuffin
6382024-05-29T19:59:37.748Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6392024-05-29T19:59:37.748Z+ main
6402024-05-29T19:59:37.748Z+ rm -rf out/downloads/root
6412024-05-29T19:59:37.748Z+ [[ 0 != 0 ]]
6422024-05-29T19:59:37.749Z+ CIDL_OS=solaris2.11
6432024-05-29T19:59:37.749Z+ [[ 0 != 0 ]]
6442024-05-29T19:59:37.749Z+ configure_os solaris2.11
6452024-05-29T19:59:37.749Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462024-05-29T19:59:37.749Zcurrent directory: /work/oxidecomputer/omicron
6472024-05-29T19:59:37.750Z+ echo 'configuring based on OS: "solaris2.11"'
6482024-05-29T19:59:37.750Z+ case "$1" in
6492024-05-29T19:59:37.750Zconfiguring based on OS: "solaris2.11"
6502024-05-29T19:59:37.750Z+ SET_BINARIES=
6512024-05-29T19:59:37.750Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-05-29T19:59:37.750Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6532024-05-29T19:59:37.750Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6542024-05-29T19:59:37.751Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6552024-05-29T19:59:37.751Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6562024-05-29T19:59:37.751Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6572024-05-29T19:59:37.751ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6582024-05-29T19:59:37.751ZLocal file: out/downloads/thundermuffin.tar.gz
6592024-05-29T19:59:37.751Z+ mkdir -p out/downloads
6602024-05-29T19:59:37.751Z+ mkdir -p ./out/thundermuffin
6612024-05-29T19:59:37.751Z+ fetch_and_verify
6622024-05-29T19:59:37.752Z+ local DO_DOWNLOAD=true
6632024-05-29T19:59:37.752Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6642024-05-29T19:59:37.752Z+ '[' true == true ']'
6652024-05-29T19:59:37.752Z+ echo Downloading...
6662024-05-29T19:59:37.752ZDownloading...
6672024-05-29T19:59:37.752Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6682024-05-29T19:59:37.752Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6692024-05-29T19:59:39.159Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6702024-05-29T19:59:39.164Z++ sha256sum
6712024-05-29T19:59:39.164Z++ awk '{print $1}'
6722024-05-29T19:59:39.165Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6732024-05-29T19:59:39.165Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6742024-05-29T19:59:39.165Z+ do_untar out/downloads/thundermuffin.tar.gz
6752024-05-29T19:59:39.165Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6762024-05-29T19:59:39.238Z+ do_assemble
6772024-05-29T19:59:39.238Z+ rm -r ./out/thundermuffin
6782024-05-29T19:59:39.249Z+ mkdir ./out/thundermuffin
6792024-05-29T19:59:39.249Z+ cp -r out/downloads/root ./out/thundermuffin/root
6802024-05-29T19:59:39.249ZAll prerequisites installed successfully
6812024-05-29T19:59:39.250Z
6822024-05-29T19:59:39.250Zreal 1:44.078127399
6832024-05-29T19:59:39.250Zuser 37.079708837
6842024-05-29T19:59:39.250Zsys 6.626123321
6852024-05-29T19:59:39.250Ztrap 0.008148054
6862024-05-29T19:59:39.250Ztflt 0.178886635
6872024-05-29T19:59:39.250Zdflt 0.183504867
6882024-05-29T19:59:39.250Zkflt 0.146787290
6892024-05-29T19:59:39.251Zlock 1.265059045
6902024-05-29T19:59:39.251Zslp 3:28.029321258
6912024-05-29T19:59:39.251Zlat 1.966103080
6922024-05-29T19:59:39.251Zstop 0.126093316
6932024-05-29T19:59:39.251Z+ ptime -m ./tools/ci_download_softnpu_machinery
6942024-05-29T19:59:39.260Zfetching npuzone
6952024-05-29T19:59:39.265ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6962024-05-29T19:59:39.265Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
6972024-05-29T19:59:39.265ZGetting hash for npuzone
6982024-05-29T19:59:39.837Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
6992024-05-29T19:59:45.834Znpuzone downloaded successfully
7002024-05-29T19:59:45.841Z
7012024-05-29T19:59:45.841Zreal 6.591742720
7022024-05-29T19:59:45.841Zuser 0.263322413
7032024-05-29T19:59:45.841Zsys 0.090748590
7042024-05-29T19:59:45.841Ztrap 0.000137130
7052024-05-29T19:59:45.841Ztflt 0.000000000
7062024-05-29T19:59:45.841Zdflt 0.000000000
7072024-05-29T19:59:45.841Zkflt 0.000000000
7082024-05-29T19:59:45.841Zlock 0.000000000
7092024-05-29T19:59:45.841Zslp 19.339060468
7102024-05-29T19:59:45.842Zlat 0.054479675
7112024-05-29T19:59:45.842Zstop 0.000164020
7122024-05-29T19:59:45.842Z+ export CARGO_INCREMENTAL=0
7132024-05-29T19:59:45.842Z+ CARGO_INCREMENTAL=0
7142024-05-29T19:59:45.842Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7152024-05-29T19:59:46.051Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-05-29T19:59:46.367Z Updating git repository `https://github.com/oxidecomputer/zone`
7172024-05-29T19:59:46.651Z Updating crates.io index
7182024-05-29T19:59:46.716Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192024-05-29T19:59:47.381Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7202024-05-29T19:59:48.053Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7212024-05-29T19:59:50.106Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7222024-05-29T19:59:50.572Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7232024-05-29T19:59:50.855Z Updating git repository `https://github.com/oxidecomputer/propolis`
7242024-05-29T19:59:51.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
7252024-05-29T19:59:53.656Z Updating git repository `https://github.com/oxidecomputer/opte`
7262024-05-29T19:59:54.889Z Updating git repository `https://github.com/oxidecomputer/falcon`
7272024-05-29T19:59:55.578Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282024-05-29T19:59:56.172Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7292024-05-29T19:59:56.520Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-05-29T19:59:56.834Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-05-29T19:59:57.167Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-05-29T19:59:57.488Z Updating git repository `http://github.com/oxidecomputer/tofino`
7332024-05-29T19:59:57.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7342024-05-29T19:59:58.200Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7352024-05-29T19:59:58.434Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7362024-05-29T19:59:58.775Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7372024-05-29T19:59:59.098Z Updating git repository `https://github.com/oxidecomputer/ispf`
7382024-05-29T19:59:59.452Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-05-29T19:59:59.794Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-05-29T20:00:00.482Z Updating git repository `https://github.com/jgallagher/nix`
7412024-05-29T20:00:01.479Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-05-29T20:00:01.851Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7432024-05-29T20:00:02.323Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7442024-05-29T20:00:02.922Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-05-29T20:00:05.289Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-05-29T20:00:05.307Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-05-29T20:00:05.540Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-05-29T20:00:06.119Z Updating git repository `https://github.com/oxidecomputer/rfb`
7492024-05-29T20:00:07.344Z Downloading crates ...
7502024-05-29T20:00:07.504Z Downloaded atomicwrites v0.4.3
7512024-05-29T20:00:07.511Z Downloaded bitfield v0.14.0
7522024-05-29T20:00:07.932Z Downloaded http-range v0.1.5
7532024-05-29T20:00:07.937Z Downloaded crossbeam-deque v0.8.5
7542024-05-29T20:00:07.937Z Downloaded anyhow v1.0.83
7552024-05-29T20:00:07.937Z Downloaded bitflags v1.3.2
7562024-05-29T20:00:07.937Z Downloaded bytecount v0.6.8
7572024-05-29T20:00:07.937Z Downloaded base16ct v0.2.0
7582024-05-29T20:00:07.937Z Downloaded async-recursion v1.1.1
7592024-05-29T20:00:07.938Z Downloaded http v1.1.0
7602024-05-29T20:00:07.938Z Downloaded bitstruct_derive v0.1.0
7612024-05-29T20:00:07.938Z Downloaded heapless v0.7.17
7622024-05-29T20:00:07.938Z Downloaded hostname v0.3.1
7632024-05-29T20:00:07.938Z Downloaded hubpack v0.1.2
7642024-05-29T20:00:07.938Z Downloaded bytes v1.6.0
7652024-05-29T20:00:07.938Z Downloaded ascii v1.1.0
7662024-05-29T20:00:07.938Z Downloaded http v0.2.12
7672024-05-29T20:00:07.938Z Downloaded hostname v0.4.0
7682024-05-29T20:00:07.938Z Downloaded base64ct v1.6.0
7692024-05-29T20:00:07.938Z Downloaded httpdate v1.0.3
7702024-05-29T20:00:07.938Z Downloaded httparse v1.8.0
7712024-05-29T20:00:07.938Z Downloaded heapless v0.8.0
7722024-05-29T20:00:07.938Z Downloaded backtrace v0.3.71
7732024-05-29T20:00:07.938Z Downloaded hashbrown v0.13.2
7742024-05-29T20:00:07.938Z Downloaded ident_case v1.0.1
7752024-05-29T20:00:07.938Z Downloaded hubpack_derive v0.1.1
7762024-05-29T20:00:07.938Z Downloaded highway v1.1.0
7772024-05-29T20:00:07.938Z Downloaded hashbrown v0.14.5
7782024-05-29T20:00:07.938Z Downloaded http-body v0.4.6
7792024-05-29T20:00:07.938Z Downloaded maplit v1.0.2
7802024-05-29T20:00:07.939Z Downloaded matches v0.1.10
7812024-05-29T20:00:07.939Z Downloaded lru v0.12.3
7822024-05-29T20:00:07.939Z Downloaded is_terminal_polyfill v1.70.0
7832024-05-29T20:00:07.939Z Downloaded is_ci v1.2.0
7842024-05-29T20:00:07.939Z Downloaded macaddr v1.0.1
7852024-05-29T20:00:07.939Z Downloaded cargo-platform v0.1.8
7862024-05-29T20:00:07.939Z Downloaded libefi-sys v0.1.0
7872024-05-29T20:00:07.939Z Downloaded humantime v2.1.0
7882024-05-29T20:00:07.939Z Downloaded hyper-tls v0.5.0
7892024-05-29T20:00:07.939Z Downloaded camino v1.1.7
7902024-05-29T20:00:07.939Z Downloaded is-terminal v0.4.12
7912024-05-29T20:00:07.939Z Downloaded cancel-safe-futures v0.1.5
7922024-05-29T20:00:07.939Z Downloaded newtype_derive v0.1.6
7932024-05-29T20:00:07.939Z Downloaded match_cfg v0.1.0
7942024-05-29T20:00:07.939Z Downloaded ahash v0.8.11
7952024-05-29T20:00:07.939Z Downloaded newline-converter v0.3.0
7962024-05-29T20:00:07.939Z Downloaded multimap v0.10.0
7972024-05-29T20:00:07.939Z Downloaded lazycell v1.3.0
7982024-05-29T20:00:07.939Z Downloaded lalrpop-util v0.19.12
7992024-05-29T20:00:07.939Z Downloaded kstat-rs v0.2.3
8002024-05-29T20:00:07.939Z Downloaded keccak v0.1.5
8012024-05-29T20:00:07.939Z Downloaded colorchoice v1.0.1
8022024-05-29T20:00:07.940Z Downloaded md-5 v0.10.6
8032024-05-29T20:00:07.940Z Downloaded lock_api v0.4.12
8042024-05-29T20:00:07.940Z Downloaded indexmap v1.9.3
8052024-05-29T20:00:07.940Z Downloaded ciborium-ll v0.2.2
8062024-05-29T20:00:07.940Z Downloaded rpassword v7.3.1
8072024-05-29T20:00:07.940Z Downloaded maybe-uninit v2.0.0
8082024-05-29T20:00:07.940Z Downloaded cobs v0.2.3
8092024-05-29T20:00:07.940Z Downloaded newtype-uuid v1.1.0
8102024-05-29T20:00:07.940Z Downloaded memoffset v0.7.1
8112024-05-29T20:00:07.940Z Downloaded take_mut v0.2.2
8122024-05-29T20:00:07.940Z Downloaded swrite v0.1.0
8132024-05-29T20:00:07.940Z Downloaded structmeta-derive v0.2.0
8142024-05-29T20:00:07.940Z Downloaded linear-map v1.2.0
8152024-05-29T20:00:07.940Z Downloaded mockall v0.12.1
8162024-05-29T20:00:07.940Z Downloaded memmap v0.7.0
8172024-05-29T20:00:07.940Z Downloaded nodrop v0.1.14
8182024-05-29T20:00:07.940Z Downloaded byteorder v1.5.0
8192024-05-29T20:00:07.940Z Downloaded bitflags v2.5.0
8202024-05-29T20:00:07.940Z Downloaded native-tls v0.2.11
8212024-05-29T20:00:07.940Z Downloaded ref-cast-impl v1.0.23
8222024-05-29T20:00:07.940Z Downloaded nibble_vec v0.1.0
8232024-05-29T20:00:07.941Z Downloaded mime v0.3.17
8242024-05-29T20:00:07.941Z Downloaded serde_spanned v0.6.6
8252024-05-29T20:00:07.941Z Downloaded spin v0.5.2
8262024-05-29T20:00:07.941Z Downloaded resolv-conf v0.7.0
8272024-05-29T20:00:07.941Z Downloaded iana-time-zone v0.1.60
8282024-05-29T20:00:07.941Z Downloaded usdt-macro v0.5.0
8292024-05-29T20:00:07.941Z Downloaded structmeta-derive v0.3.0
8302024-05-29T20:00:07.941Z Downloaded sha1 v0.10.6
8312024-05-29T20:00:07.941Z Downloaded memmap2 v0.9.4
8322024-05-29T20:00:07.941Z Downloaded equivalent v1.0.1
8332024-05-29T20:00:07.941Z Downloaded clap_derive v4.5.4
8342024-05-29T20:00:07.941Z Downloaded slog-json v2.6.1
8352024-05-29T20:00:07.941Z Downloaded ciborium v0.2.2
8362024-05-29T20:00:07.941Z Downloaded tap v1.0.1
8372024-05-29T20:00:07.941Z Downloaded mime_guess v2.0.4
8382024-05-29T20:00:07.941Z Downloaded spki v0.7.3
8392024-05-29T20:00:07.941Z Downloaded opaque-debug v0.3.1
8402024-05-29T20:00:07.941Z Downloaded fxhash v0.2.1
8412024-05-29T20:00:07.941Z Downloaded toml_datetime v0.6.6
8422024-05-29T20:00:07.941Z Downloaded display-error-chain v0.2.0
8432024-05-29T20:00:07.941Z Downloaded unicode-linebreak v0.1.5
8442024-05-29T20:00:07.941Z Downloaded indicatif v0.17.8
8452024-05-29T20:00:07.941Z Downloaded allocator-api2 v0.2.18
8462024-05-29T20:00:07.942Z Downloaded number_prefix v0.4.0
8472024-05-29T20:00:07.942Z Downloaded universal-hash v0.5.1
8482024-05-29T20:00:07.942Z Downloaded miniz_oxide v0.7.2
8492024-05-29T20:00:07.942Z Downloaded serde_with_macros v3.8.1
8502024-05-29T20:00:07.942Z Downloaded utf8parse v0.2.1
8512024-05-29T20:00:07.942Z Downloaded zerocopy v0.3.2
8522024-05-29T20:00:07.942Z Downloaded utf-8 v0.7.6
8532024-05-29T20:00:07.946Z Downloaded sct v0.7.1
8542024-05-29T20:00:07.946Z Downloaded defmt-parser v0.3.4
8552024-05-29T20:00:07.946Z Downloaded errno v0.3.9
8562024-05-29T20:00:07.946Z Downloaded dof v0.1.5
8572024-05-29T20:00:07.947Z Downloaded futures-sink v0.3.30
8582024-05-29T20:00:07.947Z Downloaded tempfile v3.10.1
8592024-05-29T20:00:07.947Z Downloaded spin v0.9.8
8602024-05-29T20:00:07.947Z Downloaded log v0.4.21
8612024-05-29T20:00:07.947Z Downloaded sigpipe v0.1.3
8622024-05-29T20:00:07.947Z Downloaded tinyvec_macros v0.1.1
8632024-05-29T20:00:07.947Z Downloaded toolchain_find v0.4.0
8642024-05-29T20:00:07.947Z Downloaded strsim v0.11.1
8652024-05-29T20:00:07.947Z Downloaded num-complex v0.4.6
8662024-05-29T20:00:07.947Z Downloaded form_urlencoded v1.2.1
8672024-05-29T20:00:07.947Z Downloaded mockall_derive v0.12.1
8682024-05-29T20:00:07.947Z Downloaded ron v0.7.1
8692024-05-29T20:00:07.947Z Downloaded pem v3.0.4
8702024-05-29T20:00:07.947Z Downloaded darling_macro v0.20.9
8712024-05-29T20:00:07.947Z Downloaded yasna v0.5.2
8722024-05-29T20:00:07.947Z Downloaded xattr v1.3.1
8732024-05-29T20:00:07.947Z Downloaded compact_str v0.7.1
8742024-05-29T20:00:07.947Z Downloaded chacha20poly1305 v0.10.1
8752024-05-29T20:00:07.947Z Downloaded radium v0.7.0
8762024-05-29T20:00:07.947Z Downloaded futures-task v0.3.30
8772024-05-29T20:00:07.947Z Downloaded dtrace-parser v0.1.14
8782024-05-29T20:00:07.948Z Downloaded once_cell v1.19.0
8792024-05-29T20:00:07.948Z Downloaded normalize-line-endings v0.3.0
8802024-05-29T20:00:07.948Z Downloaded dof v0.3.0
8812024-05-29T20:00:07.948Z Downloaded rustc-hash v1.1.0
8822024-05-29T20:00:07.948Z Downloaded socket2 v0.5.7
8832024-05-29T20:00:07.948Z Downloaded rtoolbox v0.0.2
8842024-05-29T20:00:07.948Z Downloaded erased-serde v0.3.31
8852024-05-29T20:00:07.948Z Downloaded openssl-probe v0.1.5
8862024-05-29T20:00:07.948Z Downloaded quote v1.0.36
8872024-05-29T20:00:07.948Z Downloaded serde_yaml v0.9.34+deprecated
8882024-05-29T20:00:07.948Z Downloaded signature v2.2.0
8892024-05-29T20:00:07.948Z Downloaded topological-sort v0.2.2
8902024-05-29T20:00:07.948Z Downloaded toml v0.8.13
8912024-05-29T20:00:07.948Z Downloaded hashbrown v0.12.3
8922024-05-29T20:00:07.948Z Downloaded toml v0.7.8
8932024-05-29T20:00:07.948Z Downloaded serde-big-array v0.4.1
8942024-05-29T20:00:07.948Z Downloaded parking_lot_core v0.8.6
8952024-05-29T20:00:07.948Z Downloaded parking_lot v0.11.2
8962024-05-29T20:00:07.948Z Downloaded pkcs8 v0.10.2
8972024-05-29T20:00:07.948Z Downloaded want v0.3.1
8982024-05-29T20:00:07.948Z Downloaded hash32 v0.3.1
8992024-05-29T20:00:07.948Z Downloaded futures-io v0.3.30
9002024-05-29T20:00:07.949Z Downloaded rustc-demangle v0.1.24
9012024-05-29T20:00:07.949Z Downloaded fragile v2.0.0
9022024-05-29T20:00:07.949Z Downloaded pkcs1 v0.7.5
9032024-05-29T20:00:07.949Z Downloaded schemars_derive v0.8.19
9042024-05-29T20:00:07.949Z Downloaded der v0.7.9
9052024-05-29T20:00:07.949Z Downloaded powerfmt v0.2.0
9062024-05-29T20:00:07.949Z Downloaded scopeguard v1.2.0
9072024-05-29T20:00:07.949Z Downloaded crossbeam-channel v0.5.12
9082024-05-29T20:00:07.949Z Downloaded foreign-types-shared v0.1.1
9092024-05-29T20:00:07.949Z Downloaded unicode_categories v0.1.1
9102024-05-29T20:00:07.949Z Downloaded memchr v2.7.2
9112024-05-29T20:00:07.949Z Downloaded vsss-rs v3.3.4
9122024-05-29T20:00:07.949Z Downloaded subtle v2.5.0
9132024-05-29T20:00:07.949Z Downloaded serde_tokenstream v0.2.0
9142024-05-29T20:00:07.949Z Downloaded smf v0.2.3
9152024-05-29T20:00:07.949Z Downloaded shell-words v1.1.0
9162024-05-29T20:00:07.949Z Downloaded scroll v0.12.0
9172024-05-29T20:00:07.949Z Downloaded supports-color v3.0.0
9182024-05-29T20:00:07.949Z Downloaded pin-project v1.1.5
9192024-05-29T20:00:07.949Z Downloaded num-bigint v0.4.5
9202024-05-29T20:00:07.949Z Downloaded semver v0.1.20
9212024-05-29T20:00:07.949Z Downloaded enum-as-inner v0.5.1
9222024-05-29T20:00:07.949Z Downloaded termtree v0.4.1
9232024-05-29T20:00:07.949Z Downloaded time-core v0.1.2
9242024-05-29T20:00:07.950Z Downloaded num-bigint-dig v0.8.4
9252024-05-29T20:00:07.950Z Downloaded trust-dns-server v0.22.1
9262024-05-29T20:00:07.950Z Downloaded usdt v0.5.0
9272024-05-29T20:00:07.950Z Downloaded predicates-tree v1.0.9
9282024-05-29T20:00:07.950Z Downloaded zone_cfg_derive v0.1.2
9292024-05-29T20:00:07.950Z Downloaded usdt-macro v0.3.5
9302024-05-29T20:00:07.950Z Downloaded clap_builder v4.5.2
9312024-05-29T20:00:07.950Z Downloaded percent-encoding v2.3.1
9322024-05-29T20:00:07.950Z Downloaded rand_core v0.6.4
9332024-05-29T20:00:07.950Z Downloaded rand_chacha v0.3.1
9342024-05-29T20:00:07.950Z Downloaded downcast v0.11.0
9352024-05-29T20:00:07.950Z Downloaded diesel_table_macro_syntax v0.1.0
9362024-05-29T20:00:07.950Z Downloaded unicode-xid v0.2.4
9372024-05-29T20:00:07.950Z Downloaded omicron-zone-package v0.11.0
9382024-05-29T20:00:07.950Z Downloaded termios v0.3.3
9392024-05-29T20:00:07.950Z Downloaded portpicker v0.1.1
9402024-05-29T20:00:07.950Z Downloaded env_logger v0.9.3
9412024-05-29T20:00:07.950Z Downloaded postgres-types v0.2.6
9422024-05-29T20:00:07.950Z Downloaded reqwest v0.11.27
9432024-05-29T20:00:07.958Z Downloaded thread_local v1.1.8
9442024-05-29T20:00:07.958Z Downloaded unarray v0.1.4
9452024-05-29T20:00:07.958Z Downloaded thread-id v4.2.1
9462024-05-29T20:00:07.958Z Downloaded thiserror-no-std v2.0.2
9472024-05-29T20:00:07.963Z Downloaded proc-macro-error-attr v1.0.4
9482024-05-29T20:00:07.963Z Downloaded sqlparser_derive v0.2.2
9492024-05-29T20:00:07.963Z Downloaded futures-executor v0.3.30
9502024-05-29T20:00:07.963Z Downloaded waitgroup v0.1.2
9512024-05-29T20:00:07.963Z Downloaded rustls-pki-types v1.7.0
9522024-05-29T20:00:07.976Z Downloaded semver v1.0.23
9532024-05-29T20:00:07.977Z Downloaded futures-util v0.3.30
9542024-05-29T20:00:07.995Z Downloaded thiserror-impl-no-std v2.0.2
9552024-05-29T20:00:07.995Z Downloaded num_enum_derive v0.5.11
9562024-05-29T20:00:07.995Z Downloaded nom v7.1.3
9572024-05-29T20:00:08.002Z Downloaded num_enum v0.5.11
9582024-05-29T20:00:08.002Z Downloaded peg-runtime v0.8.3
9592024-05-29T20:00:08.002Z Downloaded rusty-fork v0.3.0
9602024-05-29T20:00:08.003Z Downloaded thiserror v1.0.60
9612024-05-29T20:00:08.011Z Downloaded rustversion v1.0.17
9622024-05-29T20:00:08.011Z Downloaded pretty-hex v0.2.1
9632024-05-29T20:00:08.012Z Downloaded wait-timeout v0.2.0
9642024-05-29T20:00:08.429Z Downloaded unicode-ident v1.0.12
9652024-05-29T20:00:08.430Z Downloaded snafu-derive v0.8.2
9662024-05-29T20:00:08.430Z Downloaded csv-core v0.1.11
9672024-05-29T20:00:08.430Z Downloaded whoami v1.5.1
9682024-05-29T20:00:08.430Z Downloaded group v0.13.0
9692024-05-29T20:00:08.437Z Downloaded poly1305 v0.8.0
9702024-05-29T20:00:08.438Z Downloaded crunchy v0.2.2
9712024-05-29T20:00:08.438Z Downloaded shlex v1.3.0
9722024-05-29T20:00:08.438Z Downloaded getrandom v0.2.14
9732024-05-29T20:00:08.438Z Downloaded bindgen v0.69.4
9742024-05-29T20:00:08.439Z Downloaded packed_struct_codegen v0.10.1
9752024-05-29T20:00:08.439Z Downloaded foreign-types v0.3.2
9762024-05-29T20:00:08.439Z Downloaded phf v0.11.2
9772024-05-29T20:00:08.439Z Downloaded num v0.4.3
9782024-05-29T20:00:08.439Z Downloaded slog-async v2.8.0
9792024-05-29T20:00:08.440Z Downloaded walkdir v2.5.0
9802024-05-29T20:00:08.440Z Downloaded pest_generator v2.7.10
9812024-05-29T20:00:08.440Z Downloaded cstr-argument v0.1.2
9822024-05-29T20:00:08.440Z Downloaded filetime v0.2.23
9832024-05-29T20:00:08.441Z Downloaded ff v0.13.0
9842024-05-29T20:00:08.441Z Downloaded globset v0.4.14
9852024-05-29T20:00:08.441Z Downloaded phf_shared v0.10.0
9862024-05-29T20:00:08.441Z Downloaded postcard v1.0.8
9872024-05-29T20:00:08.441Z Downloaded owo-colors v4.0.0
9882024-05-29T20:00:08.441Z Downloaded sha2 v0.10.8
9892024-05-29T20:00:08.441Z Downloaded chrono v0.4.38
9902024-05-29T20:00:08.442Z Downloaded num-traits v0.2.19
9912024-05-29T20:00:08.442Z Downloaded try-lock v0.2.5
9922024-05-29T20:00:08.442Z Downloaded smawk v0.3.2
9932024-05-29T20:00:08.442Z Downloaded path-slash v0.1.5
9942024-05-29T20:00:08.442Z Downloaded hash32 v0.2.1
9952024-05-29T20:00:08.442Z Downloaded fd-lock v4.0.2
9962024-05-29T20:00:08.443Z Downloaded futures-core v0.3.30
9972024-05-29T20:00:08.443Z Downloaded num_threads v0.1.7
9982024-05-29T20:00:08.443Z Downloaded strum v0.26.2
9992024-05-29T20:00:08.443Z Downloaded parse-size v1.0.0
10002024-05-29T20:00:08.443Z Downloaded funty v2.0.0
10012024-05-29T20:00:08.443Z Downloaded fallible-iterator v0.2.0
10022024-05-29T20:00:08.443Z Downloaded derive_builder_macro v0.20.0
10032024-05-29T20:00:08.443Z Downloaded nu-ansi-term v0.50.0
10042024-05-29T20:00:08.444Z Downloaded oso-derive v0.27.3
10052024-05-29T20:00:08.444Z Downloaded usdt-attr-macro v0.3.5
10062024-05-29T20:00:08.444Z Downloaded platforms v3.4.0
10072024-05-29T20:00:08.444Z Downloaded pest_derive v2.7.10
10082024-05-29T20:00:08.444Z Downloaded ucd-trie v0.1.6
10092024-05-29T20:00:08.444Z Downloaded tokio-tungstenite v0.21.0
10102024-05-29T20:00:08.444Z Downloaded float-cmp v0.9.0
10112024-05-29T20:00:08.445Z Downloaded sync_wrapper v0.1.2
10122024-05-29T20:00:08.445Z Downloaded smallvec v0.6.14
10132024-05-29T20:00:08.445Z Downloaded pest_meta v2.7.10
10142024-05-29T20:00:08.445Z Downloaded tokio-tungstenite v0.20.1
10152024-05-29T20:00:08.445Z Downloaded phf_shared v0.11.2
10162024-05-29T20:00:08.445Z Downloaded unicase v2.7.0
10172024-05-29T20:00:08.445Z Downloaded slog-envlogger v2.2.0
10182024-05-29T20:00:08.445Z Downloaded typenum v1.17.0
10192024-05-29T20:00:08.446Z Downloaded pretty-hex v0.4.1
10202024-05-29T20:00:08.446Z Downloaded toml_edit v0.22.13
10212024-05-29T20:00:08.446Z Downloaded slog-dtrace v0.3.0
10222024-05-29T20:00:08.446Z Downloaded zone v0.1.8
10232024-05-29T20:00:08.446Z Downloaded serde-big-array v0.5.1
10242024-05-29T20:00:08.446Z Downloaded precomputed-hash v0.1.1
10252024-05-29T20:00:08.446Z Downloaded usdt v0.3.5
10262024-05-29T20:00:08.447Z Downloaded tls_codec_derive v0.4.1
10272024-05-29T20:00:08.447Z Downloaded strum_macros v0.24.3
10282024-05-29T20:00:08.447Z Downloaded tiny-keccak v2.0.2
10292024-05-29T20:00:08.447Z Downloaded parse-display v0.9.0
10302024-05-29T20:00:08.447Z Downloaded defmt-macros v0.3.9
10312024-05-29T20:00:08.447Z Downloaded data-encoding v2.6.0
10322024-05-29T20:00:08.447Z Downloaded num-integer v0.1.46
10332024-05-29T20:00:08.448Z Downloaded getopts v0.2.21
10342024-05-29T20:00:08.448Z Downloaded quick-error v1.2.3
10352024-05-29T20:00:08.448Z Downloaded sqlformat v0.2.3
10362024-05-29T20:00:08.448Z Downloaded tui-tree-widget v0.19.0
10372024-05-29T20:00:08.449Z Downloaded gethostname v0.4.3
10382024-05-29T20:00:08.449Z Downloaded generic-array v0.14.7
10392024-05-29T20:00:08.449Z Downloaded rustfmt-wrapper v0.2.1
10402024-05-29T20:00:08.449Z Downloaded stable_deref_trait v1.2.0
10412024-05-29T20:00:08.449Z Downloaded peg v0.8.3
10422024-05-29T20:00:08.449Z Downloaded wyz v0.5.1
10432024-05-29T20:00:08.449Z Downloaded thiserror-impl v1.0.60
10442024-05-29T20:00:08.450Z Downloaded synstructure v0.12.6
10452024-05-29T20:00:08.450Z Downloaded rand_seeder v0.2.3
10462024-05-29T20:00:08.450Z Downloaded termcolor v1.4.1
10472024-05-29T20:00:08.450Z Downloaded slog-term v2.9.1
10482024-05-29T20:00:08.450Z Downloaded test-strategy v0.3.1
10492024-05-29T20:00:08.450Z Downloaded serde_plain v1.0.2
10502024-05-29T20:00:08.451Z Downloaded serde_path_to_error v0.1.16
10512024-05-29T20:00:08.451Z Downloaded same-file v1.0.6
10522024-05-29T20:00:08.451Z Downloaded crucible-workspace-hack v0.1.0
10532024-05-29T20:00:08.451Z Downloaded vte_generate_state_changes v0.1.1
10542024-05-29T20:00:08.451Z Downloaded secrecy v0.8.0
10552024-05-29T20:00:08.451Z Downloaded rustc_version v0.4.0
10562024-05-29T20:00:08.452Z Downloaded password-hash v0.5.0
10572024-05-29T20:00:08.452Z Downloaded elliptic-curve v0.13.8
10582024-05-29T20:00:08.452Z Downloaded sec1 v0.7.3
10592024-05-29T20:00:08.452Z Downloaded endian-type v0.1.2
10602024-05-29T20:00:08.452Z Downloaded fastrand v2.1.0
10612024-05-29T20:00:08.452Z Downloaded serde-hex v0.1.0
10622024-05-29T20:00:08.453Z Downloaded parking_lot_core v0.9.10
10632024-05-29T20:00:08.453Z Downloaded derive_builder_core v0.20.0
10642024-05-29T20:00:08.453Z Downloaded rustls-pemfile v1.0.4
10652024-05-29T20:00:08.453Z Downloaded static_assertions v1.1.0
10662024-05-29T20:00:08.454Z Downloaded futures-channel v0.3.30
10672024-05-29T20:00:08.454Z Downloaded tracing-attributes v0.1.27
10682024-05-29T20:00:08.454Z Downloaded ppv-lite86 v0.2.17
10692024-05-29T20:00:08.460Z Downloaded usdt-impl v0.5.0
10702024-05-29T20:00:08.460Z Downloaded parse-display-derive v0.9.0
10712024-05-29T20:00:08.460Z Downloaded steno v0.4.0
10722024-05-29T20:00:08.460Z Downloaded term v0.7.0
10732024-05-29T20:00:08.461Z Downloaded derive_builder v0.20.0
10742024-05-29T20:00:08.461Z Downloaded untrusted v0.9.0
10752024-05-29T20:00:08.461Z Downloaded tokio-rustls v0.25.0
10762024-05-29T20:00:08.461Z Downloaded tokio-rustls v0.24.1
10772024-05-29T20:00:08.461Z Downloaded zip v0.6.6
10782024-05-29T20:00:08.461Z Downloaded hyper v0.14.28
10792024-05-29T20:00:08.461Z Downloaded tokio-macros v2.2.0
10802024-05-29T20:00:08.461Z Downloaded socket2 v0.4.10
10812024-05-29T20:00:08.462Z Downloaded tokio-stream v0.1.15
10822024-05-29T20:00:08.462Z Downloaded plain v0.2.3
10832024-05-29T20:00:08.462Z Downloaded proc-macro2 v1.0.82
10842024-05-29T20:00:08.462Z Downloaded url v2.5.0
10852024-05-29T20:00:08.462Z Downloaded tokio-util v0.7.11
10862024-05-29T20:00:08.462Z Downloaded derive_more v0.99.17
10872024-05-29T20:00:08.463Z Downloaded prettyplease v0.2.20
10882024-05-29T20:00:08.463Z Downloaded flume v0.11.0
10892024-05-29T20:00:08.463Z Downloaded tungstenite v0.20.1
10902024-05-29T20:00:08.463Z Downloaded tough v0.17.1
10912024-05-29T20:00:08.463Z Downloaded typed-path v0.7.1
10922024-05-29T20:00:08.463Z Downloaded crossbeam-utils v0.8.19
10932024-05-29T20:00:08.463Z Downloaded samael v0.0.15
10942024-05-29T20:00:08.463Z Downloaded regex-automata v0.1.10
10952024-05-29T20:00:08.464Z Downloaded x509-cert v0.2.5
10962024-05-29T20:00:08.464Z Downloaded fatfs v0.3.6
10972024-05-29T20:00:08.464Z Downloaded idna v0.5.0
10982024-05-29T20:00:08.464Z Downloaded flate2 v1.0.30
10992024-05-29T20:00:08.464Z Downloaded rustyline v14.0.0
11002024-05-29T20:00:08.464Z Downloaded portable-atomic v1.6.0
11012024-05-29T20:00:08.464Z Downloaded bstr v1.9.1
11022024-05-29T20:00:08.465Z Downloaded tungstenite v0.21.0
11032024-05-29T20:00:08.465Z Downloaded winnow v0.6.8
11042024-05-29T20:00:08.465Z Downloaded regress v0.9.1
11052024-05-29T20:00:08.465Z Downloaded unicode-segmentation v1.11.0
11062024-05-29T20:00:08.465Z Downloaded crossterm v0.27.0
11072024-05-29T20:00:08.465Z Downloaded rustls-webpki v0.101.7
11082024-05-29T20:00:08.466Z Downloaded vcpkg v0.2.15
11092024-05-29T20:00:08.472Z Downloaded unicode-normalization v0.1.23
11102024-05-29T20:00:08.472Z Downloaded rustls-webpki v0.102.4
11112024-05-29T20:00:08.488Z Downloaded sqlparser v0.45.0
11122024-05-29T20:00:08.491Z Downloaded webpki-roots v0.25.4
11132024-05-29T20:00:08.491Z Downloaded syn v2.0.64
11142024-05-29T20:00:08.505Z Downloaded openssl v0.10.64
11152024-05-29T20:00:08.513Z Downloaded proptest v1.4.0
11162024-05-29T20:00:08.522Z Downloaded gimli v0.28.1
11172024-05-29T20:00:08.530Z Downloaded rustls v0.22.4
11182024-05-29T20:00:08.544Z Downloaded object v0.30.4
11192024-05-29T20:00:08.553Z Downloaded regex v1.10.4
11202024-05-29T20:00:08.567Z Downloaded rustls v0.21.12
11212024-05-29T20:00:08.578Z Downloaded polar-core v0.27.3
11222024-05-29T20:00:08.587Z Downloaded smoltcp v0.9.1
11232024-05-29T20:00:08.599Z Downloaded rustix v0.38.34
11242024-05-29T20:00:08.621Z Downloaded diesel v2.1.6
11252024-05-29T20:00:08.640Z Downloaded radix_trie v0.2.1
11262024-05-29T20:00:08.651Z Downloaded regex-automata v0.4.6
11272024-05-29T20:00:08.672Z Downloaded smoltcp v0.11.0
11282024-05-29T20:00:08.686Z Downloaded petgraph v0.6.5
11292024-05-29T20:00:08.701Z Downloaded sled v0.34.7
11302024-05-29T20:00:08.710Z Downloaded ratatui v0.26.2
11312024-05-29T20:00:08.729Z Downloaded zerocopy-derive v0.2.0
11322024-05-29T20:00:08.738Z Downloaded tokio v1.37.0
11332024-05-29T20:00:08.774Z Downloaded zerocopy-derive v0.6.6
11342024-05-29T20:00:08.783Z Downloaded csv v1.3.0
11352024-05-29T20:00:08.803Z Downloaded encoding_rs v0.8.34
11362024-05-29T20:00:08.828Z Downloaded finl_unicode v1.2.0
11372024-05-29T20:00:08.840Z Downloaded sha3 v0.10.8
11382024-05-29T20:00:08.853Z Downloaded libc v0.2.153
11392024-05-29T20:00:08.869Z Downloaded bzip2-sys v0.1.11+1.0.8
11402024-05-29T20:00:08.882Z Downloaded object v0.32.2
11412024-05-29T20:00:08.891Z Downloaded regex-syntax v0.6.29
11422024-05-29T20:00:08.897Z Downloaded trust-dns-proto v0.22.0
11432024-05-29T20:00:08.910Z Downloaded nix v0.28.0
11442024-05-29T20:00:08.920Z Downloaded syn v1.0.109
11452024-05-29T20:00:08.931Z Downloaded openapiv3 v2.0.0
11462024-05-29T20:00:08.942Z Downloaded regex-syntax v0.8.3
11472024-05-29T20:00:08.951Z Downloaded winnow v0.5.40
11482024-05-29T20:00:08.959Z Downloaded h2 v0.3.26
11492024-05-29T20:00:08.965Z Downloaded idna v0.2.3
11502024-05-29T20:00:08.972Z Downloaded salty v0.2.0
11512024-05-29T20:00:08.978Z Downloaded reedline v0.31.0
11522024-05-29T20:00:08.984Z Downloaded goblin v0.8.2
11532024-05-29T20:00:09.004Z Downloaded lalrpop v0.19.12
11542024-05-29T20:00:09.009Z Downloaded bstr v0.2.17
11552024-05-29T20:00:09.012Z Downloaded publicsuffix v2.2.3
11562024-05-29T20:00:09.015Z Downloaded serde_json v1.0.117
11572024-05-29T20:00:09.021Z Downloaded idna v0.3.0
11582024-05-29T20:00:09.027Z Downloaded rand v0.8.5
11592024-05-29T20:00:09.032Z Downloaded serde_with v3.8.1
11602024-05-29T20:00:09.039Z Downloaded oso v0.27.3
11612024-05-29T20:00:09.043Z Downloaded expectorate v1.1.0
11622024-05-29T20:00:09.046Z Downloaded pest v2.7.10
11632024-05-29T20:00:09.050Z Downloaded curve25519-dalek v4.1.2
11642024-05-29T20:00:09.058Z Downloaded vte v0.11.1
11652024-05-29T20:00:09.062Z Downloaded trust-dns-client v0.22.0
11662024-05-29T20:00:09.066Z Downloaded rayon-core v1.12.1
11672024-05-29T20:00:09.070Z Downloaded time v0.3.36
11682024-05-29T20:00:09.076Z Downloaded tracing-core v0.1.32
11692024-05-29T20:00:09.079Z Downloaded openssl-sys v0.9.102
11702024-05-29T20:00:09.083Z Downloaded rcgen v0.12.1
11712024-05-29T20:00:09.095Z Downloaded papergrid v0.11.0
11722024-05-29T20:00:09.100Z Downloaded half v2.4.1
11732024-05-29T20:00:09.100Z Downloaded tracing v0.1.40
11742024-05-29T20:00:09.100Z Downloaded untrusted v0.7.1
11752024-05-29T20:00:09.100Z Downloaded fixedbitset v0.4.2
11762024-05-29T20:00:09.104Z Downloaded proc-macro-crate v1.3.1
11772024-05-29T20:00:09.104Z Downloaded time-macros v0.2.18
11782024-05-29T20:00:09.104Z Downloaded tinyvec v1.6.0
11792024-05-29T20:00:09.108Z Downloaded rustc_version v0.1.7
11802024-05-29T20:00:09.108Z Downloaded psl-types v2.0.11
11812024-05-29T20:00:09.111Z Downloaded num-derive v0.4.2
11822024-05-29T20:00:09.112Z Downloaded defmt v0.3.8
11832024-05-29T20:00:09.117Z Downloaded debug-ignore v1.0.5
11842024-05-29T20:00:09.117Z Downloaded serde_derive_internals v0.29.1
11852024-05-29T20:00:09.117Z Downloaded futures v0.3.30
11862024-05-29T20:00:09.120Z Downloaded snafu v0.8.2
11872024-05-29T20:00:09.128Z Downloaded zerocopy v0.7.34
11882024-05-29T20:00:09.145Z Downloaded peg-macros v0.8.3
11892024-05-29T20:00:09.155Z Downloaded schemars v0.8.19
11902024-05-29T20:00:09.165Z Downloaded fs-err v2.11.0
11912024-05-29T20:00:09.165Z Downloaded serde_arrays v0.1.0
11922024-05-29T20:00:09.165Z Downloaded scheduled-thread-pool v0.2.7
11932024-05-29T20:00:09.165Z Downloaded paste v1.0.15
11942024-05-29T20:00:09.176Z Downloaded smallvec v1.13.2
11952024-05-29T20:00:09.176Z Downloaded usdt-impl v0.3.5
11962024-05-29T20:00:09.176Z Downloaded slog v2.7.0
11972024-05-29T20:00:09.176Z Downloaded slog-bunyan v2.5.0
11982024-05-29T20:00:09.177Z Downloaded serde_repr v0.1.19
11992024-05-29T20:00:09.177Z Downloaded textwrap v0.16.1
12002024-05-29T20:00:09.177Z Downloaded signal-hook v0.3.17
12012024-05-29T20:00:09.191Z Downloaded crypto-bigint v0.5.5
12022024-05-29T20:00:09.191Z Downloaded diesel_derives v2.1.4
12032024-05-29T20:00:09.608Z Downloaded toml_edit v0.19.15
12042024-05-29T20:00:09.617Z Downloaded tabled v0.15.0
12052024-05-29T20:00:09.617Z Downloaded ring v0.17.8
12062024-05-29T20:00:09.617Z Downloaded zeroize_derive v1.4.2
12072024-05-29T20:00:09.617Z Downloaded zeroize v1.7.0
12082024-05-29T20:00:09.618Z Downloaded predicates-core v1.0.6
12092024-05-29T20:00:09.618Z Downloaded predicates v3.1.0
12102024-05-29T20:00:09.618Z Downloaded num-rational v0.4.2
12112024-05-29T20:00:09.618Z Downloaded which v4.4.2
12122024-05-29T20:00:09.618Z Downloaded slab v0.4.9
12132024-05-29T20:00:09.618Z Downloaded serde_urlencoded v0.7.1
12142024-05-29T20:00:09.618Z Downloaded mio v0.8.11
12152024-05-29T20:00:09.618Z Downloaded packed_struct v0.10.1
12162024-05-29T20:00:09.618Z Downloaded flagset v0.4.5
12172024-05-29T20:00:09.619Z Downloaded libm v0.2.8
12182024-05-29T20:00:09.619Z Downloaded diff v0.1.13
12192024-05-29T20:00:09.619Z Downloaded glob v0.3.1
12202024-05-29T20:00:09.619Z Downloaded ring v0.16.20
12212024-05-29T20:00:09.619Z Downloaded foreign-types v0.5.0
12222024-05-29T20:00:09.620Z Downloaded dyn-clone v1.0.17
12232024-05-29T20:00:09.620Z Downloaded unicode-bidi v0.3.15
12242024-05-29T20:00:09.620Z Downloaded crossbeam-epoch v0.9.18
12252024-05-29T20:00:09.620Z Downloaded zerocopy-derive v0.7.34
12262024-05-29T20:00:09.620Z Downloaded itertools v0.12.1
12272024-05-29T20:00:09.621Z Downloaded quick-xml v0.31.0
12282024-05-29T20:00:09.621Z Downloaded structmeta v0.3.0
12292024-05-29T20:00:09.621Z Downloaded num-conv v0.1.0
12302024-05-29T20:00:09.621Z Downloaded rand_xorshift v0.3.0
12312024-05-29T20:00:09.621Z Downloaded strum_macros v0.25.3
12322024-05-29T20:00:09.621Z Downloaded num_cpus v1.16.0
12332024-05-29T20:00:09.621Z Downloaded num-iter v0.1.45
12342024-05-29T20:00:09.621Z Downloaded ena v0.14.3
12352024-05-29T20:00:09.621Z Downloaded embedded-io v0.4.0
12362024-05-29T20:00:09.621Z Downloaded either v1.12.0
12372024-05-29T20:00:09.621Z Downloaded ed25519 v1.5.3
12382024-05-29T20:00:09.622Z Downloaded derive-where v1.2.7
12392024-05-29T20:00:09.622Z Downloaded difflib v0.4.0
12402024-05-29T20:00:09.622Z Downloaded darling v0.20.9
12412024-05-29T20:00:09.622Z Downloaded toml v0.5.11
12422024-05-29T20:00:09.622Z Downloaded bitvec v1.0.1
12432024-05-29T20:00:09.623Z Downloaded olpc-cjson v0.1.3
12442024-05-29T20:00:09.623Z Downloaded rsa v0.9.6
12452024-05-29T20:00:09.623Z Downloaded libxml v0.3.3
12462024-05-29T20:00:09.623Z Downloaded rayon v1.10.0
12472024-05-29T20:00:09.623Z Downloaded dtrace-parser v0.2.0
12482024-05-29T20:00:09.623Z Downloaded rustls-pemfile v2.1.2
12492024-05-29T20:00:09.624Z Downloaded darling_core v0.20.9
12502024-05-29T20:00:09.624Z Downloaded digest v0.10.7
12512024-05-29T20:00:09.624Z Downloaded proc-macro-error v1.0.4
12522024-05-29T20:00:09.624Z Downloaded tower-service v0.3.2
12532024-05-29T20:00:09.624Z Downloaded subprocess v0.2.9
12542024-05-29T20:00:09.624Z Downloaded dirs-sys-next v0.1.2
12552024-05-29T20:00:09.624Z Downloaded dirs-next v2.0.0
12562024-05-29T20:00:09.624Z Downloaded unicode-width v0.1.12
12572024-05-29T20:00:09.624Z Downloaded ryu v1.0.18
12582024-05-29T20:00:09.625Z Downloaded string_cache v0.8.7
12592024-05-29T20:00:09.625Z Downloaded minimal-lexical v0.2.1
12602024-05-29T20:00:09.625Z Downloaded blake3 v1.5.1
12612024-05-29T20:00:09.625Z Downloaded strum_macros v0.26.2
12622024-05-29T20:00:09.625Z Downloaded terminal_size v0.3.0
12632024-05-29T20:00:09.625Z Downloaded ron v0.8.1
12642024-05-29T20:00:09.625Z Downloaded itertools v0.10.5
12652024-05-29T20:00:09.625Z Downloaded stability v0.2.0
12662024-05-29T20:00:09.626Z Downloaded trust-dns-resolver v0.22.0
12672024-05-29T20:00:09.626Z Downloaded crypto-common v0.1.6
12682024-05-29T20:00:09.626Z Downloaded postgres-protocol v0.6.6
12692024-05-29T20:00:09.626Z Downloaded signal-hook-registry v1.4.2
12702024-05-29T20:00:09.626Z Downloaded signal-hook-mio v0.2.3
12712024-05-29T20:00:09.626Z Downloaded serde_tokenstream v0.1.7
12722024-05-29T20:00:09.626Z Downloaded parking_lot v0.12.2
12732024-05-29T20:00:09.626Z Downloaded foreign-types-macros v0.2.3
12742024-05-29T20:00:09.627Z Downloaded ref-cast v1.0.23
12752024-05-29T20:00:09.627Z Downloaded unsafe-libyaml v0.2.11
12762024-05-29T20:00:09.627Z Downloaded pin-utils v0.1.0
12772024-05-29T20:00:09.627Z Downloaded usdt-attr-macro v0.5.0
12782024-05-29T20:00:09.627Z Downloaded pin-project-lite v0.2.14
12792024-05-29T20:00:09.627Z Downloaded pin-project-internal v1.1.5
12802024-05-29T20:00:09.627Z Downloaded pem-rfc7468 v0.7.0
12812024-05-29T20:00:09.627Z Downloaded zerocopy v0.6.6
12822024-05-29T20:00:09.628Z Downloaded uuid v1.8.0
12832024-05-29T20:00:09.628Z Downloaded tokio-postgres v0.7.10
12842024-05-29T20:00:09.628Z Downloaded version_check v0.9.4
12852024-05-29T20:00:09.628Z Downloaded serde v1.0.202
12862024-05-29T20:00:09.628Z Downloaded indexmap v2.2.6
12872024-05-29T20:00:09.628Z Downloaded tls_codec v0.4.1
12882024-05-29T20:00:09.628Z Downloaded structmeta v0.2.0
12892024-05-29T20:00:09.628Z Downloaded strip-ansi-escapes v0.2.0
12902024-05-29T20:00:09.628Z Downloaded stringprep v0.1.4
12912024-05-29T20:00:09.629Z Downloaded base64 v0.22.1
12922024-05-29T20:00:09.629Z Downloaded signature v1.6.4
12932024-05-29T20:00:09.629Z Downloaded signal-hook-tokio v0.3.1
12942024-05-29T20:00:09.629Z Downloaded serde_derive v1.0.202
12952024-05-29T20:00:09.629Z Downloaded const_format v0.2.32
12962024-05-29T20:00:09.629Z Downloaded cc v1.0.97
12972024-05-29T20:00:09.629Z Downloaded openssl-macros v0.1.1
12982024-05-29T20:00:09.629Z Downloaded env_logger v0.10.2
12992024-05-29T20:00:09.629Z Downloaded tar v0.4.40
13002024-05-29T20:00:09.630Z Downloaded der_derive v0.7.2
13012024-05-29T20:00:09.630Z Downloaded pkg-config v0.3.30
13022024-05-29T20:00:09.630Z Downloaded similar v2.5.0
13032024-05-29T20:00:09.630Z Downloaded r2d2 v0.8.10
13042024-05-29T20:00:09.636Z Downloaded foreign-types-shared v0.3.1
13052024-05-29T20:00:09.636Z Downloaded scroll_derive v0.12.0
13062024-05-29T20:00:09.637Z Downloaded crc-any v2.5.0
13072024-05-29T20:00:09.637Z Downloaded cookie v0.18.1
13082024-05-29T20:00:09.637Z Downloaded arc-swap v1.7.1
13092024-05-29T20:00:09.637Z Downloaded futures-macro v0.3.30
13102024-05-29T20:00:09.637Z Downloaded fnv v1.0.7
13112024-05-29T20:00:09.637Z Downloaded cookie v0.17.0
13122024-05-29T20:00:09.637Z Downloaded deranged v0.3.11
13132024-05-29T20:00:09.638Z Downloaded curve25519-dalek-derive v0.1.1
13142024-05-29T20:00:09.638Z Downloaded uzers v0.11.3
13152024-05-29T20:00:09.638Z Downloaded siphasher v0.3.11
13162024-05-29T20:00:09.638Z Downloaded clap v4.5.4
13172024-05-29T20:00:09.638Z Downloaded const-oid v0.9.6
13182024-05-29T20:00:09.638Z Downloaded clang-sys v1.7.0
13192024-05-29T20:00:09.638Z Downloaded tokio-native-tls v0.3.1
13202024-05-29T20:00:09.638Z Downloaded tabwriter v1.4.0
13212024-05-29T20:00:09.638Z Downloaded tabled_derive v0.7.0
13222024-05-29T20:00:09.638Z Downloaded multer v3.1.0
13232024-05-29T20:00:09.639Z Downloaded slog-stdlog v4.1.1
13242024-05-29T20:00:09.639Z Downloaded slog-scope v4.4.0
13252024-05-29T20:00:09.639Z Downloaded crc32fast v1.4.0
13262024-05-29T20:00:09.639Z Downloaded corncobs v0.1.3
13272024-05-29T20:00:09.639Z Downloaded cookie_store v0.20.0
13282024-05-29T20:00:09.639Z Downloaded managed v0.8.0
13292024-05-29T20:00:09.639Z Downloaded castaway v0.2.2
13302024-05-29T20:00:09.639Z Downloaded convert_case v0.4.0
13312024-05-29T20:00:09.639Z Downloaded console v0.15.8
13322024-05-29T20:00:09.640Z Downloaded cexpr v0.6.0
13332024-05-29T20:00:09.640Z Downloaded cargo_metadata v0.18.1
13342024-05-29T20:00:09.646Z Downloaded camino-tempfile v1.1.1
13352024-05-29T20:00:09.646Z Downloaded bzip2 v0.4.4
13362024-05-29T20:00:09.647Z Downloaded addr2line v0.21.0
13372024-05-29T20:00:09.647Z Downloaded ipnet v2.9.0
13382024-05-29T20:00:09.647Z Downloaded hyper-rustls v0.24.2
13392024-05-29T20:00:09.651Z Downloaded nanorand v0.7.0
13402024-05-29T20:00:09.651Z Downloaded ipnetwork v0.20.0
13412024-05-29T20:00:09.651Z Downloaded crc-catalog v2.4.0
13422024-05-29T20:00:09.651Z Downloaded colored v2.1.0
13432024-05-29T20:00:09.659Z Downloaded libsw v3.3.1
13442024-05-29T20:00:09.659Z Downloaded lru-cache v0.1.2
13452024-05-29T20:00:09.659Z Downloaded lazy_static v1.4.0
13462024-05-29T20:00:09.659Z Downloaded crc v3.2.1
13472024-05-29T20:00:09.664Z Downloaded const_format_proc_macros v0.2.32
13482024-05-29T20:00:09.664Z Downloaded cfg-if v1.0.0
13492024-05-29T20:00:09.664Z Downloaded cpufeatures v0.2.12
13502024-05-29T20:00:09.664Z Downloaded constant_time_eq v0.3.0
13512024-05-29T20:00:09.665Z Downloaded chacha20 v0.9.1
13522024-05-29T20:00:09.665Z Downloaded libloading v0.8.3
13532024-05-29T20:00:09.669Z Downloaded itoa v1.0.11
13542024-05-29T20:00:09.669Z Downloaded indoc v1.0.9
13552024-05-29T20:00:09.669Z Downloaded impl-trait-for-tuples v0.2.2
13562024-05-29T20:00:09.674Z Downloaded clap_lex v0.7.0
13572024-05-29T20:00:09.674Z Downloaded cipher v0.4.4
13582024-05-29T20:00:09.674Z Downloaded cassowary v0.3.0
13592024-05-29T20:00:09.674Z Downloaded instant v0.1.12
13602024-05-29T20:00:09.678Z Downloaded hyper-staticfile v0.9.5
13612024-05-29T20:00:09.679Z Downloaded new_debug_unreachable v1.0.6
13622024-05-29T20:00:09.679Z Downloaded autocfg v1.3.0
13632024-05-29T20:00:09.679Z Downloaded argon2 v0.5.3
13642024-05-29T20:00:09.683Z Downloaded backoff v0.4.0
13652024-05-29T20:00:09.684Z Downloaded arrayvec v0.7.4
13662024-05-29T20:00:09.689Z Downloaded buf-list v1.0.3
13672024-05-29T20:00:09.689Z Downloaded bb8 v0.8.3
13682024-05-29T20:00:09.689Z Downloaded ascii-canvas v3.0.0
13692024-05-29T20:00:09.689Z Downloaded anstyle-query v1.0.3
13702024-05-29T20:00:09.694Z Downloaded linked-hash-map v0.5.6
13712024-05-29T20:00:09.694Z Downloaded inout v0.1.3
13722024-05-29T20:00:09.694Z Downloaded indoc v2.0.5
13732024-05-29T20:00:09.694Z Downloaded ciborium-io v0.2.2
13742024-05-29T20:00:09.694Z Downloaded cfg_aliases v0.1.1
13752024-05-29T20:00:09.694Z Downloaded bcs v0.1.6
13762024-05-29T20:00:09.699Z Downloaded async-stream v0.3.5
13772024-05-29T20:00:09.699Z Downloaded anstyle-parse v0.2.4
13782024-05-29T20:00:09.699Z Downloaded hkdf v0.12.4
13792024-05-29T20:00:09.709Z Downloaded heck v0.5.0
13802024-05-29T20:00:09.709Z Downloaded block-padding v0.3.3
13812024-05-29T20:00:09.709Z Downloaded aead v0.5.2
13822024-05-29T20:00:09.710Z Downloaded block-buffer v0.10.4
13832024-05-29T20:00:09.710Z Downloaded arrayref v0.3.7
13842024-05-29T20:00:09.710Z Downloaded headers v0.3.9
13852024-05-29T20:00:09.739Z Downloaded heck v0.4.1
13862024-05-29T20:00:09.739Z Downloaded heck v0.3.3
13872024-05-29T20:00:09.739Z Downloaded anstream v0.6.14
13882024-05-29T20:00:09.739Z Downloaded hmac v0.12.1
13892024-05-29T20:00:09.739Z Downloaded blake2 v0.10.6
13902024-05-29T20:00:09.745Z Downloaded base64 v0.21.7
13912024-05-29T20:00:09.746Z Downloaded base64 v0.13.1
13922024-05-29T20:00:09.746Z Downloaded assert_matches v1.5.0
13932024-05-29T20:00:09.746Z Downloaded bit-vec v0.6.3
13942024-05-29T20:00:09.746Z Downloaded home v0.5.9
13952024-05-29T20:00:09.746Z Downloaded bitstruct v0.1.1
13962024-05-29T20:00:09.746Z Downloaded atty v0.2.14
13972024-05-29T20:00:09.746Z Downloaded hex v0.4.3
13982024-05-29T20:00:09.746Z Downloaded headers-core v0.2.0
13992024-05-29T20:00:09.746Z Downloaded bit-set v0.5.3
14002024-05-29T20:00:09.747Z Downloaded aho-corasick v1.1.3
14012024-05-29T20:00:09.747Z Downloaded atomic-waker v1.1.2
14022024-05-29T20:00:09.747Z Downloaded async-trait v0.1.80
14032024-05-29T20:00:09.747Z Downloaded async-stream-impl v0.3.5
14042024-05-29T20:00:09.747Z Downloaded array-init v0.0.4
14052024-05-29T20:00:09.747Z Downloaded anstyle v1.0.7
14062024-05-29T20:00:09.748Z Downloaded adler v1.0.2
14072024-05-29T20:00:10.168Z Compiling proc-macro2 v1.0.82
14082024-05-29T20:00:10.168Z Compiling unicode-ident v1.0.12
14092024-05-29T20:00:10.179Z Compiling libc v0.2.153
14102024-05-29T20:00:10.179Z Compiling serde v1.0.202
14112024-05-29T20:00:10.179Z Compiling autocfg v1.3.0
14122024-05-29T20:00:10.179Z Compiling version_check v0.9.4
14132024-05-29T20:00:10.206Z Compiling cfg-if v1.0.0
14142024-05-29T20:00:10.337Z Compiling cc v1.0.97
14152024-05-29T20:00:10.356Z Compiling parking_lot_core v0.9.10
14162024-05-29T20:00:10.448Z Compiling once_cell v1.19.0
14172024-05-29T20:00:10.775Z Compiling libm v0.2.8
14182024-05-29T20:00:10.807Z Compiling ahash v0.8.11
14192024-05-29T20:00:10.929Z Compiling lock_api v0.4.12
14202024-05-29T20:00:12.341Z Compiling byteorder v1.5.0
14212024-05-29T20:00:12.763Z Compiling serde_json v1.0.117
14222024-05-29T20:00:12.763Z Compiling num-traits v0.2.19
14232024-05-29T20:00:12.763Z Compiling memchr v2.7.2
14242024-05-29T20:00:12.764Z Compiling thiserror v1.0.60
14252024-05-29T20:00:12.777Z Compiling typenum v1.17.0
14262024-05-29T20:00:12.777Z Compiling log v0.4.21
14272024-05-29T20:00:12.778Z Compiling generic-array v0.14.7
14282024-05-29T20:00:13.066Z Compiling scopeguard v1.2.0
14292024-05-29T20:00:13.270Z Compiling quote v1.0.36
14302024-05-29T20:00:13.381Z Compiling itoa v1.0.11
14312024-05-29T20:00:13.547Z Compiling getrandom v0.2.14
14322024-05-29T20:00:13.629Z Compiling syn v2.0.64
14332024-05-29T20:00:13.976Z Compiling allocator-api2 v0.2.18
14342024-05-29T20:00:14.147Z Compiling slab v0.4.9
14352024-05-29T20:00:14.316Z Compiling ring v0.17.8
14362024-05-29T20:00:14.426Z Compiling ryu v1.0.18
14372024-05-29T20:00:14.478Z Compiling pin-project-lite v0.2.14
14382024-05-29T20:00:14.522Z Compiling smallvec v1.13.2
14392024-05-29T20:00:14.786Z Compiling schemars v0.8.19
14402024-05-29T20:00:14.806Z Compiling semver v1.0.23
14412024-05-29T20:00:14.826Z Compiling syn v1.0.109
14422024-05-29T20:00:15.114Z Compiling equivalent v1.0.1
14432024-05-29T20:00:15.300Z Compiling vcpkg v0.2.15
14442024-05-29T20:00:15.318Z Compiling pkg-config v0.3.30
14452024-05-29T20:00:15.432Z Compiling parking_lot v0.12.2
14462024-05-29T20:00:15.731Z Compiling signal-hook-registry v1.4.2
14472024-05-29T20:00:16.614Z Compiling mio v0.8.11
14482024-05-29T20:00:16.995Z Compiling openssl-sys v0.9.102
14492024-05-29T20:00:17.667Z Compiling fnv v1.0.7
14502024-05-29T20:00:17.904Z Compiling rand_core v0.6.4
14512024-05-29T20:00:18.137Z Compiling socket2 v0.5.7
14522024-05-29T20:00:18.310Z Compiling num_cpus v1.16.0
14532024-05-29T20:00:18.457Z Compiling num-conv v0.1.0
14542024-05-29T20:00:18.486Z Compiling time-core v0.1.2
14552024-05-29T20:00:18.725Z Compiling time-macros v0.2.18
14562024-05-29T20:00:18.817Z Compiling httparse v1.8.0
14572024-05-29T20:00:19.436Z Compiling futures-core v0.3.30
14582024-05-29T20:00:19.701Z Compiling openssl v0.10.64
14592024-05-29T20:00:20.087Z Compiling rustix v0.38.34
14602024-05-29T20:00:20.256Z Compiling crossbeam-utils v0.8.19
14612024-05-29T20:00:20.277Z Compiling iana-time-zone v0.1.60
14622024-05-29T20:00:20.631Z Compiling spin v0.9.8
14632024-05-29T20:00:21.190Z Compiling rustls v0.21.12
14642024-05-29T20:00:21.195Z Compiling native-tls v0.2.11
14652024-05-29T20:00:21.195Z Compiling serde_derive_internals v0.29.1
14662024-05-29T20:00:21.195Z Compiling tinyvec_macros v0.1.1
14672024-05-29T20:00:21.195Z Compiling tinyvec v1.6.0
14682024-05-29T20:00:21.862Z Compiling subtle v2.5.0
14692024-05-29T20:00:21.920Z Compiling ucd-trie v0.1.6
14702024-05-29T20:00:22.083Z Compiling futures-sink v0.3.30
14712024-05-29T20:00:22.222Z Compiling const-oid v0.9.6
14722024-05-29T20:00:22.992Z Compiling unicode-normalization v0.1.23
14732024-05-29T20:00:22.997Z Compiling backtrace v0.3.71
14742024-05-29T20:00:23.125Z Compiling cookie v0.17.0
14752024-05-29T20:00:23.174Z Compiling unicode-bidi v0.3.15
14762024-05-29T20:00:23.361Z Compiling dyn-clone v1.0.17
14772024-05-29T20:00:23.703Z Compiling heck v0.5.0
14782024-05-29T20:00:23.724Z Compiling slog v2.7.0
14792024-05-29T20:00:23.977Z Compiling heck v0.4.1
14802024-05-29T20:00:24.134Z Compiling futures-channel v0.3.30
14812024-05-29T20:00:24.348Z Compiling futures-io v0.3.30
14822024-05-29T20:00:24.407Z Compiling futures-task v0.3.30
14832024-05-29T20:00:24.453Z Compiling pin-utils v0.1.0
14842024-05-29T20:00:24.561Z Compiling strsim v0.11.1
14852024-05-29T20:00:25.783Z Compiling aho-corasick v1.1.3
14862024-05-29T20:00:25.795Z Compiling untrusted v0.9.0
14872024-05-29T20:00:25.796Z Compiling regex-syntax v0.8.3
14882024-05-29T20:00:25.796Z Compiling anyhow v1.0.83
14892024-05-29T20:00:26.223Z Compiling winnow v0.5.40
14902024-05-29T20:00:26.551Z Compiling serde_derive v1.0.202
14912024-05-29T20:00:27.449Z Compiling zerocopy-derive v0.7.34
14922024-05-29T20:00:27.976Z Compiling zeroize_derive v1.4.2
14932024-05-29T20:00:29.407Z Compiling thiserror-impl v1.0.60
14942024-05-29T20:00:29.437Z Compiling zerocopy v0.7.34
14952024-05-29T20:00:29.659Z Compiling tokio-macros v2.2.0
14962024-05-29T20:00:29.928Z Compiling futures-macro v0.3.30
14972024-05-29T20:00:31.159Z Compiling schemars_derive v0.8.19
14982024-05-29T20:00:31.324Z Compiling tracing-attributes v0.1.27
14992024-05-29T20:00:31.731Z Compiling hashbrown v0.14.5
15002024-05-29T20:00:31.762Z Compiling zeroize v1.7.0
15012024-05-29T20:00:32.407Z Compiling openssl-macros v0.1.1
15022024-05-29T20:00:33.147Z Compiling scroll_derive v0.12.0
15032024-05-29T20:00:33.616Z Compiling pest v2.7.10
15042024-05-29T20:00:34.400Z Compiling crypto-common v0.1.6
15052024-05-29T20:00:34.490Z Compiling futures-util v0.3.30
15062024-05-29T20:00:34.582Z Compiling der_derive v0.7.2
15072024-05-29T20:00:34.602Z Compiling block-buffer v0.10.4
15082024-05-29T20:00:34.819Z Compiling regex-automata v0.4.6
15092024-05-29T20:00:36.387Z Compiling pest_meta v2.7.10
15102024-05-29T20:00:36.965Z Compiling tracing-core v0.1.32
15112024-05-29T20:00:39.450Z Compiling pest_generator v2.7.10
15122024-05-29T20:00:40.070Z Compiling bytes v1.6.0
15132024-05-29T20:00:40.799Z Compiling indexmap v2.2.6
15142024-05-29T20:00:41.310Z Compiling uuid v1.8.0
15152024-05-29T20:00:41.959Z Compiling tokio v1.37.0
15162024-05-29T20:00:42.250Z Compiling bitflags v2.5.0
15172024-05-29T20:00:42.356Z Compiling serde_tokenstream v0.2.0
15182024-05-29T20:00:42.866Z Compiling chrono v0.4.38
15192024-05-29T20:00:43.903Z Compiling toml_datetime v0.6.6
15202024-05-29T20:00:44.358Z Compiling serde_spanned v0.6.6
15212024-05-29T20:00:44.581Z Compiling http v0.2.12
15222024-05-29T20:00:45.054Z Compiling toml_edit v0.19.15
15232024-05-29T20:00:46.885Z Compiling rustc_version v0.4.0
15242024-05-29T20:00:47.560Z Compiling pest_derive v2.7.10
15252024-05-29T20:00:48.273Z Compiling usdt-impl v0.5.0
15262024-05-29T20:00:48.486Z Compiling rustversion v1.0.17
15272024-05-29T20:00:48.585Z Compiling powerfmt v0.2.0
15282024-05-29T20:00:49.103Z Compiling deranged v0.3.11
15292024-05-29T20:00:49.203Z Compiling heapless v0.7.17
15302024-05-29T20:00:49.275Z Compiling tracing v0.1.40
15312024-05-29T20:00:49.611Z Compiling digest v0.10.7
15322024-05-29T20:00:50.025Z Compiling scroll v0.12.0
15332024-05-29T20:00:50.991Z Compiling signal-hook v0.3.17
15342024-05-29T20:00:51.127Z Compiling ppv-lite86 v0.2.17
15352024-05-29T20:00:51.247Z Compiling percent-encoding v2.3.1
15362024-05-29T20:00:51.525Z Compiling plain v0.2.3
15372024-05-29T20:00:51.749Z Compiling num_threads v0.1.7
15382024-05-29T20:00:51.906Z Compiling rand_chacha v0.3.1
15392024-05-29T20:00:51.929Z Compiling time v0.3.36
15402024-05-29T20:00:52.031Z Compiling goblin v0.8.2
15412024-05-29T20:00:53.177Z Compiling regex v1.10.4
15422024-05-29T20:00:54.168Z Compiling pretty-hex v0.4.1
15432024-05-29T20:00:54.595Z Compiling crc32fast v1.4.0
15442024-05-29T20:00:56.944Z Compiling rand v0.8.5
15452024-05-29T20:00:57.546Z Compiling tokio-util v0.7.11
15462024-05-29T20:00:57.765Z Compiling dof v0.3.0
15472024-05-29T20:00:59.088Z Compiling dtrace-parser v0.2.0
15482024-05-29T20:00:59.558Z Compiling async-trait v0.1.80
15492024-05-29T20:00:59.679Z Compiling thread-id v4.2.1
15502024-05-29T20:00:59.800Z Compiling unicode-width v0.1.12
15512024-05-29T20:01:00.004Z Compiling base64ct v1.6.0
15522024-05-29T20:01:00.599Z Compiling smoltcp v0.9.1
15532024-05-29T20:01:00.611Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15542024-05-29T20:01:00.611Z Compiling foreign-types-shared v0.1.1
15552024-05-29T20:01:00.885Z Compiling foreign-types v0.3.2
15562024-05-29T20:01:01.166Z Compiling pem-rfc7468 v0.7.0
15572024-05-29T20:01:02.271Z Compiling form_urlencoded v1.2.1
15582024-05-29T20:01:02.711Z Compiling hmac v0.12.1
15592024-05-29T20:01:02.923Z Compiling adler v1.0.2
15602024-05-29T20:01:02.978Z Compiling siphasher v0.3.11
15612024-05-29T20:01:03.203Z Compiling try-lock v0.2.5
15622024-05-29T20:01:03.224Z Compiling flagset v0.4.5
15632024-05-29T20:01:03.354Z Compiling base64 v0.21.7
15642024-05-29T20:01:03.372Z Compiling want v0.3.1
15652024-05-29T20:01:03.428Z Compiling der v0.7.9
15662024-05-29T20:01:03.754Z Compiling miniz_oxide v0.7.2
15672024-05-29T20:01:04.271Z Compiling h2 v0.3.26
15682024-05-29T20:01:06.190Z Compiling sct v0.7.1
15692024-05-29T20:01:06.230Z Compiling rustls-webpki v0.101.7
15702024-05-29T20:01:06.634Z Compiling http-body v0.4.6
15712024-05-29T20:01:07.335Z Compiling openapiv3 v2.0.0
15722024-05-29T20:01:07.762Z Compiling hubpack_derive v0.1.1
15732024-05-29T20:01:08.202Z Compiling zerocopy-derive v0.6.6
15742024-05-29T20:01:08.466Z Compiling idna v0.5.0
15752024-05-29T20:01:08.668Z Compiling errno v0.3.9
15762024-05-29T20:01:08.944Z Compiling fs-err v2.11.0
15772024-05-29T20:01:08.962Z Compiling stable_deref_trait v1.2.0
15782024-05-29T20:01:09.061Z Compiling httpdate v1.0.3
15792024-05-29T20:01:10.374Z Compiling tower-service v0.3.2
15802024-05-29T20:01:10.379Z Compiling finl_unicode v1.2.0
15812024-05-29T20:01:10.379Z Compiling cpufeatures v0.2.12
15822024-05-29T20:01:10.379Z Compiling spin v0.5.2
15832024-05-29T20:01:10.380Z Compiling utf8parse v0.2.1
15842024-05-29T20:01:10.380Z Compiling anstyle v1.0.7
15852024-05-29T20:01:10.380Z Compiling gimli v0.28.1
15862024-05-29T20:01:10.735Z Compiling openssl-probe v0.1.5
15872024-05-29T20:01:11.295Z Compiling hyper v0.14.28
15882024-05-29T20:01:11.446Z Compiling anstyle-parse v0.2.4
15892024-05-29T20:01:12.183Z Compiling stringprep v0.1.4
15902024-05-29T20:01:12.572Z Compiling sha2 v0.10.8
15912024-05-29T20:01:13.115Z Compiling url v2.5.0
15922024-05-29T20:01:15.270Z Compiling addr2line v0.21.0
15932024-05-29T20:01:16.241Z Compiling spki v0.7.3
15942024-05-29T20:01:16.601Z Compiling usdt-macro v0.5.0
15952024-05-29T20:01:17.009Z Compiling usdt-attr-macro v0.5.0
15962024-05-29T20:01:18.064Z Compiling md-5 v0.10.6
15972024-05-29T20:01:20.539Z Compiling idna v0.3.0
15982024-05-29T20:01:22.462Z Compiling diesel_table_macro_syntax v0.1.0
15992024-05-29T20:01:22.465Z Compiling num-integer v0.1.46
16002024-05-29T20:01:22.568Z Compiling object v0.32.2
16012024-05-29T20:01:22.954Z Compiling hash32 v0.2.1
16022024-05-29T20:01:24.025Z Compiling is_terminal_polyfill v1.70.0
16032024-05-29T20:01:24.086Z Compiling fallible-iterator v0.2.0
16042024-05-29T20:01:24.812Z Compiling colorchoice v1.0.1
16052024-05-29T20:01:24.821Z Compiling psl-types v2.0.11
16062024-05-29T20:01:24.822Z Compiling anstyle-query v1.0.3
16072024-05-29T20:01:24.928Z Compiling rustc-demangle v0.1.24
16082024-05-29T20:01:30.566Z Compiling anstream v0.6.14
16092024-05-29T20:01:30.827Z Compiling publicsuffix v2.2.3
16102024-05-29T20:01:30.862Z Compiling postgres-protocol v0.6.6
16112024-05-29T20:01:31.211Z Compiling lazy_static v1.4.0
16122024-05-29T20:01:31.338Z Compiling diesel_derives v2.1.4
16132024-05-29T20:01:33.067Z Compiling tokio-rustls v0.24.1
16142024-05-29T20:01:37.460Z Compiling pkcs8 v0.10.2
16152024-05-29T20:01:37.747Z Compiling terminal_size v0.3.0
16162024-05-29T20:01:37.957Z Compiling tokio-native-tls v0.3.1
16172024-05-29T20:01:38.236Z Compiling phf_shared v0.11.2
16182024-05-29T20:01:39.219Z Compiling strum_macros v0.25.3
16192024-05-29T20:01:39.831Z Compiling block-padding v0.3.3
16202024-05-29T20:01:40.070Z Compiling regress v0.9.1
16212024-05-29T20:01:40.413Z Compiling enum-as-inner v0.5.1
16222024-05-29T20:01:40.733Z Compiling clap_derive v4.5.4
16232024-05-29T20:01:41.367Z Compiling serde_repr v0.1.19
16242024-05-29T20:01:43.158Z Compiling ff v0.13.0
16252024-05-29T20:01:43.415Z Compiling scheduled-thread-pool v0.2.7
16262024-05-29T20:01:44.773Z Compiling encoding_rs v0.8.34
16272024-05-29T20:01:45.273Z Compiling matches v0.1.10
16282024-05-29T20:01:45.307Z Compiling either v1.12.0
16292024-05-29T20:01:45.781Z Compiling ident_case v1.0.1
16302024-05-29T20:01:45.810Z Compiling bit-vec v0.6.3
16312024-05-29T20:01:45.810Z Compiling mime v0.3.17
16322024-05-29T20:01:45.979Z Compiling ipnet v2.9.0
16332024-05-29T20:01:46.966Z Compiling clap_lex v0.7.0
16342024-05-29T20:01:47.028Z Compiling managed v0.8.0
16352024-05-29T20:01:47.377Z Compiling bitflags v1.3.2
16362024-05-29T20:01:47.558Z Compiling base16ct v0.2.0
16372024-05-29T20:01:47.697Z Compiling clap_builder v4.5.2
16382024-05-29T20:01:47.828Z Compiling sec1 v0.7.3
16392024-05-29T20:01:48.725Z Compiling darling_core v0.20.9
16402024-05-29T20:01:50.069Z Compiling idna v0.2.3
16412024-05-29T20:01:53.139Z Compiling r2d2 v0.8.10
16422024-05-29T20:01:53.568Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16432024-05-29T20:01:55.246Z Compiling group v0.13.0
16442024-05-29T20:01:55.593Z Compiling inout v0.1.3
16452024-05-29T20:01:55.925Z Compiling phf v0.11.2
16462024-05-29T20:01:56.582Z Compiling hyper-tls v0.5.0
16472024-05-29T20:01:56.607Z Compiling signal-hook-mio v0.2.3
16482024-05-29T20:01:57.025Z Compiling hyper-rustls v0.24.2
16492024-05-29T20:01:57.026Z Compiling cookie_store v0.20.0
16502024-05-29T20:01:57.026Z Compiling postgres-types v0.2.6
16512024-05-29T20:01:57.365Z Compiling num-bigint v0.4.5
16522024-05-29T20:01:58.189Z Compiling zerocopy v0.6.6
16532024-05-29T20:01:58.473Z Compiling hubpack v0.1.2
16542024-05-29T20:01:58.501Z Compiling rustls-pemfile v1.0.4
16552024-05-29T20:01:58.878Z Compiling phf_shared v0.10.0
16562024-05-29T20:01:58.914Z Compiling hkdf v0.12.4
16572024-05-29T20:01:58.988Z Compiling serde_urlencoded v0.7.1
16582024-05-29T20:01:59.405Z Compiling crossbeam-epoch v0.9.18
16592024-05-29T20:01:59.601Z Compiling ipnetwork v0.20.0
16602024-05-29T20:02:00.072Z Compiling futures-executor v0.3.30
16612024-05-29T20:02:00.385Z Compiling crypto-bigint v0.5.5
16622024-05-29T20:02:00.566Z Compiling float-cmp v0.9.0
16632024-05-29T20:02:00.591Z Compiling memmap v0.7.0
16642024-05-29T20:02:00.809Z Compiling unicode-segmentation v1.11.0
16652024-05-29T20:02:00.911Z Compiling precomputed-hash v0.1.1
16662024-05-29T20:02:00.959Z Compiling static_assertions v1.1.0
16672024-05-29T20:02:01.573Z Compiling minimal-lexical v0.2.1
16682024-05-29T20:02:01.771Z Compiling whoami v1.5.1
16692024-05-29T20:02:02.217Z Compiling fixedbitset v0.4.2
16702024-05-29T20:02:02.441Z Compiling data-encoding v2.6.0
16712024-05-29T20:02:02.965Z Compiling difflib v0.4.0
16722024-05-29T20:02:03.626Z Compiling winnow v0.6.8
16732024-05-29T20:02:03.792Z Compiling sync_wrapper v0.1.2
16742024-05-29T20:02:03.936Z Compiling predicates-core v1.0.6
16752024-05-29T20:02:05.239Z Compiling webpki-roots v0.25.4
16762024-05-29T20:02:05.256Z Compiling normalize-line-endings v0.3.0
16772024-05-29T20:02:05.256Z Compiling new_debug_unreachable v1.0.6
16782024-05-29T20:02:05.256Z Compiling predicates v3.1.0
16792024-05-29T20:02:05.256Z Compiling string_cache v0.8.7
16802024-05-29T20:02:05.256Z Compiling reqwest v0.11.27
16812024-05-29T20:02:05.256Z Compiling elliptic-curve v0.13.8
16822024-05-29T20:02:05.256Z Compiling trust-dns-proto v0.22.0
16832024-05-29T20:02:05.256Z Compiling petgraph v0.6.5
16842024-05-29T20:02:05.754Z Compiling tokio-postgres v0.7.10
16852024-05-29T20:02:06.535Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16862024-05-29T20:02:07.428Z Compiling toml_edit v0.22.13
16872024-05-29T20:02:08.984Z Compiling nom v7.1.3
16882024-05-29T20:02:10.504Z Compiling similar v2.5.0
16892024-05-29T20:02:11.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16902024-05-29T20:02:11.879Z Compiling usdt v0.5.0
16912024-05-29T20:02:12.529Z Compiling futures v0.3.30
16922024-05-29T20:02:12.651Z Compiling yasna v0.5.2
16932024-05-29T20:02:12.685Z Compiling diesel v2.1.6
16942024-05-29T20:02:13.581Z Compiling crossterm v0.27.0
16952024-05-29T20:02:14.722Z Compiling cipher v0.4.4
16962024-05-29T20:02:14.774Z Compiling flate2 v1.0.30
16972024-05-29T20:02:14.909Z Compiling darling_macro v0.20.9
16982024-05-29T20:02:15.839Z Compiling clap v4.5.4
16992024-05-29T20:02:15.968Z Compiling bit-set v0.5.3
17002024-05-29T20:02:16.257Z Compiling itertools v0.10.5
17012024-05-29T20:02:16.394Z Compiling itertools v0.12.1
17022024-05-29T20:02:16.869Z Compiling console v0.15.8
17032024-05-29T20:02:16.888Z Compiling num-iter v0.1.45
17042024-05-29T20:02:17.600Z Compiling tokio-stream v0.1.15
17052024-05-29T20:02:18.191Z Compiling toml v0.7.8
17062024-05-29T20:02:18.384Z Compiling bstr v1.9.1
17072024-05-29T20:02:18.521Z Compiling hex v0.4.3
17082024-05-29T20:02:19.536Z Compiling lalrpop-util v0.19.12
17092024-05-29T20:02:19.849Z Compiling peg-runtime v0.8.3
17102024-05-29T20:02:19.936Z Compiling darling v0.20.9
17112024-05-29T20:02:20.320Z Compiling proc-macro-crate v1.3.1
17122024-05-29T20:02:22.192Z Compiling heapless v0.8.0
17132024-05-29T20:02:22.192Z Compiling camino v1.1.7
17142024-05-29T20:02:24.988Z Compiling num_enum_derive v0.5.11
17152024-05-29T20:02:29.434Z Compiling hash32 v0.3.1
17162024-05-29T20:02:30.770Z Compiling smoltcp v0.11.0
17172024-05-29T20:02:32.729Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17182024-05-29T20:02:33.087Z Compiling rustls-pki-types v1.7.0
17192024-05-29T20:02:42.340Z Compiling num_enum v0.5.11
17202024-05-29T20:02:44.814Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17212024-05-29T20:02:45.038Z Compiling getopts v0.2.21
17222024-05-29T20:02:46.191Z Compiling dirs-sys-next v0.1.2
17232024-05-29T20:02:47.423Z Compiling proc-macro-error-attr v1.0.4
17242024-05-29T20:02:47.711Z Compiling cobs v0.2.3
17252024-05-29T20:02:47.793Z Compiling paste v1.0.15
17262024-05-29T20:02:48.167Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17272024-05-29T20:02:48.666Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282024-05-29T20:02:48.939Z Compiling unsafe-libyaml v0.2.11
17292024-05-29T20:02:48.954Z Compiling rustls v0.22.4
17302024-05-29T20:02:49.050Z Compiling embedded-io v0.4.0
17312024-05-29T20:02:49.246Z Compiling postcard v1.0.8
17322024-05-29T20:02:50.441Z Compiling serde_yaml v0.9.34+deprecated
17332024-05-29T20:02:52.800Z Compiling dirs-next v2.0.0
17342024-05-29T20:02:54.137Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17352024-05-29T20:02:58.185Z Compiling rustls-webpki v0.102.4
17362024-05-29T20:03:05.045Z Compiling strum_macros v0.26.2
17372024-05-29T20:03:05.956Z Compiling foreign-types-macros v0.2.3
17382024-05-29T20:03:06.581Z Compiling structmeta-derive v0.3.0
17392024-05-29T20:03:07.521Z Compiling thread_local v1.1.8
17402024-05-29T20:03:08.006Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17412024-05-29T20:03:08.137Z Compiling proc-macro-error v1.0.4
17422024-05-29T20:03:08.254Z Compiling multer v3.1.0
17432024-05-29T20:03:09.157Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17442024-05-29T20:03:09.414Z Compiling slog-async v2.8.0
17452024-05-29T20:03:09.585Z Compiling foreign-types-shared v0.3.1
17462024-05-29T20:03:10.012Z Compiling match_cfg v0.1.0
17472024-05-29T20:03:10.016Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17482024-05-29T20:03:14.673Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17492024-05-29T20:03:15.823Z Compiling hostname v0.3.1
17502024-05-29T20:03:16.078Z Compiling foreign-types v0.5.0
17512024-05-29T20:03:16.114Z Compiling strum v0.26.2
17522024-05-29T20:03:16.314Z Compiling structmeta v0.3.0
17532024-05-29T20:03:23.538Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17542024-05-29T20:03:31.645Z Compiling term v0.7.0
17552024-05-29T20:03:35.215Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17562024-05-29T20:03:36.251Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17572024-05-29T20:03:37.409Z Compiling slog-json v2.6.1
17582024-05-29T20:03:37.902Z Compiling tabwriter v1.4.0
17592024-05-29T20:03:38.692Z Compiling crossbeam-channel v0.5.12
17602024-05-29T20:03:40.356Z Compiling http v1.1.0
17612024-05-29T20:03:40.555Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17622024-05-29T20:03:40.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17632024-05-29T20:03:40.823Z Compiling async-stream-impl v0.3.5
17642024-05-29T20:03:41.365Z Compiling cstr-argument v0.1.2
17652024-05-29T20:03:41.476Z Compiling is-terminal v0.4.12
17662024-05-29T20:03:41.622Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17672024-05-29T20:03:41.910Z Compiling rayon-core v1.12.1
17682024-05-29T20:03:42.120Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17692024-05-29T20:03:42.184Z Compiling pretty-hex v0.2.1
17702024-05-29T20:03:42.462Z Compiling crucible-workspace-hack v0.1.0
17712024-05-29T20:03:42.703Z Compiling atomic-waker v1.1.2
17722024-05-29T20:03:42.773Z Compiling take_mut v0.2.2
17732024-05-29T20:03:42.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17742024-05-29T20:03:42.912Z Compiling fastrand v2.1.0
17752024-05-29T20:03:42.943Z Compiling base64 v0.22.1
17762024-05-29T20:03:43.618Z Compiling rustls-pemfile v2.1.2
17772024-05-29T20:03:44.052Z Compiling tempfile v3.10.1
17782024-05-29T20:03:44.379Z Compiling waitgroup v0.1.2
17792024-05-29T20:03:44.735Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17802024-05-29T20:03:45.011Z Compiling async-stream v0.3.5
17812024-05-29T20:03:45.443Z Compiling slog-term v2.9.1
17822024-05-29T20:03:45.848Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17832024-05-29T20:03:46.745Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17842024-05-29T20:03:46.834Z Compiling slog-bunyan v2.5.0
17852024-05-29T20:03:47.110Z Compiling tokio-rustls v0.25.0
17862024-05-29T20:03:47.581Z Compiling parse-display-derive v0.9.0
17872024-05-29T20:03:47.698Z Compiling toml v0.8.13
17882024-05-29T20:03:47.949Z Compiling serde_with_macros v3.8.1
17892024-05-29T20:03:48.174Z Compiling sha1 v0.10.6
17902024-05-29T20:03:48.987Z Compiling crossbeam-deque v0.8.5
17912024-05-29T20:03:49.389Z Compiling colored v2.1.0
17922024-05-29T20:03:50.709Z Compiling newtype-uuid v1.1.0
17932024-05-29T20:03:50.763Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17942024-05-29T20:03:51.079Z Compiling serde_path_to_error v0.1.16
17952024-05-29T20:03:51.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17962024-05-29T20:03:52.080Z Compiling socket2 v0.4.10
17972024-05-29T20:03:52.409Z Compiling hostname v0.4.0
17982024-05-29T20:03:52.677Z Compiling instant v0.1.12
17992024-05-29T20:03:52.761Z Compiling debug-ignore v1.0.5
18002024-05-29T20:03:52.862Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18012024-05-29T20:03:53.264Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18022024-05-29T20:03:54.050Z Compiling backoff v0.4.0
18032024-05-29T20:03:54.062Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042024-05-29T20:03:54.251Z Compiling parse-display v0.9.0
18052024-05-29T20:03:54.701Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18062024-05-29T20:03:55.207Z Compiling serde_with v3.8.1
18072024-05-29T20:03:56.178Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18082024-05-29T20:03:57.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18092024-05-29T20:03:58.053Z Compiling camino-tempfile v1.1.1
18102024-05-29T20:03:58.804Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18112024-05-29T20:03:59.305Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18122024-05-29T20:03:59.499Z Compiling macaddr v1.0.1
18132024-05-29T20:03:59.692Z Compiling num-derive v0.4.2
18142024-05-29T20:03:59.731Z Compiling sigpipe v0.1.3
18152024-05-29T20:04:00.290Z Compiling libefi-sys v0.1.0
18162024-05-29T20:04:00.299Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18172024-05-29T20:04:00.299Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18182024-05-29T20:04:00.668Z Compiling rayon v1.10.0
18192024-05-29T20:04:01.977Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18202024-05-29T20:04:03.170Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18212024-05-29T20:04:03.516Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18222024-05-29T20:04:03.604Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18232024-05-29T20:04:06.617Z Compiling smf v0.2.3
18242024-05-29T20:04:06.991Z Compiling blake3 v1.5.1
18252024-05-29T20:04:07.055Z Compiling ring v0.16.20
18262024-05-29T20:04:07.573Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18272024-05-29T20:04:07.934Z Compiling portable-atomic v1.6.0
18282024-05-29T20:04:09.503Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18292024-05-29T20:04:09.745Z Compiling xattr v1.3.1
18302024-05-29T20:04:10.086Z Compiling memmap2 v0.9.4
18312024-05-29T20:04:10.317Z Compiling filetime v0.2.23
18322024-05-29T20:04:10.645Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18332024-05-29T20:04:10.670Z Compiling constant_time_eq v0.3.0
18342024-05-29T20:04:10.699Z Compiling arrayref v0.3.7
18352024-05-29T20:04:10.797Z Compiling same-file v1.0.6
18362024-05-29T20:04:10.821Z Compiling arrayvec v0.7.4
18372024-05-29T20:04:10.847Z Compiling untrusted v0.7.1
18382024-05-29T20:04:11.049Z Compiling walkdir v2.5.0
18392024-05-29T20:04:11.076Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18402024-05-29T20:04:12.043Z Compiling tar v0.4.40
18412024-05-29T20:04:13.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18422024-05-29T20:04:13.983Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18432024-05-29T20:04:14.577Z Compiling gethostname v0.4.3
18442024-05-29T20:04:14.869Z Compiling topological-sort v0.2.2
18452024-05-29T20:04:15.144Z Compiling number_prefix v0.4.0
18462024-05-29T20:04:15.410Z Compiling swrite v0.1.0
18472024-05-29T20:04:15.637Z Compiling indicatif v0.17.8
18482024-05-29T20:04:16.235Z Compiling omicron-zone-package v0.11.0
18492024-05-29T20:04:18.790Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18502024-05-29T20:04:19.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18512024-05-29T20:04:20.949Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18522024-05-29T20:04:42.279Z Finished `release` profile [optimized] target(s) in 4m 56s
18532024-05-29T20:04:42.587Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18542024-05-29T20:04:42.646ZLogging to: /work/oxidecomputer/omicron/out/LOG
18552024-05-29T20:04:42.656ZCreated new build target 'test' and set it as active
18562024-05-29T20:04:42.656Z
18572024-05-29T20:04:42.656Zreal 4:56.777057670
18582024-05-29T20:04:42.656Zuser 30:42.825591233
18592024-05-29T20:04:42.656Zsys 4:04.487822516
18602024-05-29T20:04:42.657Ztrap 0.902324616
18612024-05-29T20:04:42.657Ztflt 5.170888249
18622024-05-29T20:04:42.657Zdflt 4.995245532
18632024-05-29T20:04:42.657Zkflt 0.025606348
18642024-05-29T20:04:42.657Zlock 1:05:58.360032573
18652024-05-29T20:04:42.657Zslp 1:28:27.878991551
18662024-05-29T20:04:42.657Zlat 2:02.092290310
18672024-05-29T20:04:42.657Zstop 3:41.818356269
18682024-05-29T20:04:42.657Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18692024-05-29T20:04:43.484Z Finished `release` profile [optimized] target(s) in 0.77s
18702024-05-29T20:04:43.506Z Running `target/release/omicron-package -t test package`
18712024-05-29T20:04:43.538ZLogging to: /work/oxidecomputer/omicron/out/LOG
18722024-05-29T20:04:44.414Z Compiling newline-converter v0.3.0
18732024-05-29T20:04:44.428Z Compiling humantime v2.1.0
18742024-05-29T20:04:44.501Z Compiling derive-where v1.2.7
18752024-05-29T20:04:44.513Z Compiling unicode-xid v0.2.4
18762024-05-29T20:04:44.523Z Compiling linked-hash-map v0.5.6
18772024-05-29T20:04:44.523Z Compiling convert_case v0.4.0
18782024-05-29T20:04:44.546Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18792024-05-29T20:04:44.560Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18802024-05-29T20:04:44.641Z Compiling expectorate v1.1.0
18812024-05-29T20:04:44.671Z Compiling password-hash v0.5.0
18822024-05-29T20:04:44.799Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18832024-05-29T20:04:45.216Z Compiling blake2 v0.10.6
18842024-05-29T20:04:45.217Z Compiling lru-cache v0.1.2
18852024-05-29T20:04:45.217Z Compiling semver v0.1.20
18862024-05-29T20:04:45.259Z Compiling derive_more v0.99.17
18872024-05-29T20:04:45.318Z Compiling argon2 v0.5.3
18882024-05-29T20:04:45.611Z Compiling rustc_version v0.1.7
18892024-05-29T20:04:46.013Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18902024-05-29T20:04:46.052Z Compiling newtype_derive v0.1.6
18912024-05-29T20:04:46.390Z Compiling home v0.5.9
18922024-05-29T20:04:46.620Z Compiling quick-error v1.2.3
18932024-05-29T20:04:46.751Z Compiling resolv-conf v0.7.0
18942024-05-29T20:04:46.768Z Compiling steno v0.4.0
18952024-05-29T20:04:46.871Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18962024-05-29T20:04:47.653Z Compiling trust-dns-resolver v0.22.0
18972024-05-29T20:04:47.736Z Compiling slog-dtrace v0.3.0
18982024-05-29T20:04:48.218Z Compiling termcolor v1.4.1
18992024-05-29T20:04:48.423Z Compiling utf-8 v0.7.6
19002024-05-29T20:04:49.072Z Compiling num-rational v0.4.2
19012024-05-29T20:04:50.266Z Compiling num-complex v0.4.6
19022024-05-29T20:04:51.213Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19032024-05-29T20:04:51.452Z Compiling num v0.4.3
19042024-05-29T20:04:51.568Z Compiling nibble_vec v0.1.0
19052024-05-29T20:04:51.574Z Compiling radium v0.7.0
19062024-05-29T20:04:51.777Z Compiling endian-type v0.1.2
19072024-05-29T20:04:51.991Z Compiling radix_trie v0.2.1
19082024-05-29T20:04:52.022Z Compiling tungstenite v0.20.1
19092024-05-29T20:04:52.227Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19102024-05-29T20:04:52.612Z Compiling tap v1.0.1
19112024-05-29T20:04:52.777Z Compiling maybe-uninit v2.0.0
19122024-05-29T20:04:52.872Z Compiling wyz v0.5.1
19132024-05-29T20:04:53.287Z Compiling tokio-tungstenite v0.20.1
19142024-05-29T20:04:53.875Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19152024-05-29T20:04:53.909Z Compiling bzip2-sys v0.1.11+1.0.8
19162024-05-29T20:04:54.318Z Compiling packed_struct v0.10.1
19172024-05-29T20:04:54.698Z Compiling num-bigint-dig v0.8.4
19182024-05-29T20:04:54.969Z Compiling crc-catalog v2.4.0
19192024-05-29T20:04:55.121Z Compiling arc-swap v1.7.1
19202024-05-29T20:04:55.810Z Compiling funty v2.0.0
19212024-05-29T20:04:57.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19222024-05-29T20:04:58.012Z Compiling display-error-chain v0.2.0
19232024-05-29T20:04:58.185Z Compiling cancel-safe-futures v0.1.5
19242024-05-29T20:04:58.390Z Compiling bitvec v1.0.1
19252024-05-29T20:04:58.538Z Compiling slog-scope v4.4.0
19262024-05-29T20:04:59.466Z Compiling crc v3.2.1
19272024-05-29T20:05:01.483Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19282024-05-29T20:05:02.726Z Compiling fxhash v0.2.1
19292024-05-29T20:05:02.962Z Compiling packed_struct_codegen v0.10.1
19302024-05-29T20:05:04.654Z Compiling indexmap v1.9.3
19312024-05-29T20:05:04.933Z Compiling nodrop v0.1.14
19322024-05-29T20:05:05.064Z Compiling array-init v0.0.4
19332024-05-29T20:05:06.532Z Compiling smallvec v0.6.14
19342024-05-29T20:05:09.184Z Compiling slog-stdlog v4.1.1
19352024-05-29T20:05:09.767Z Compiling rayon-core v1.12.1
19362024-05-29T20:05:09.786Z Compiling synstructure v0.12.6
19372024-05-29T20:05:09.885Z Compiling pkcs1 v0.7.5
19382024-05-29T20:05:10.044Z Compiling signature v2.2.0
19392024-05-29T20:05:10.327Z Compiling crossbeam-deque v0.8.5
19402024-05-29T20:05:10.654Z Compiling dirs-sys-next v0.1.2
19412024-05-29T20:05:11.173Z Compiling half v2.4.1
19422024-05-29T20:05:11.298Z Compiling same-file v1.0.6
19432024-05-29T20:05:11.508Z Compiling bitfield v0.14.0
19442024-05-29T20:05:11.807Z Compiling glob v0.3.1
19452024-05-29T20:05:11.864Z Compiling fastrand v2.1.0
19462024-05-29T20:05:12.377Z Compiling crunchy v0.2.2
19472024-05-29T20:05:12.626Z Compiling ciborium-io v0.2.2
19482024-05-29T20:05:12.754Z Compiling hashbrown v0.12.3
19492024-05-29T20:05:12.828Z Compiling ciborium-ll v0.2.2
19502024-05-29T20:05:13.303Z Compiling clang-sys v1.7.0
19512024-05-29T20:05:13.779Z Compiling tempfile v3.10.1
19522024-05-29T20:05:13.960Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19532024-05-29T20:05:14.585Z Compiling walkdir v2.5.0
19542024-05-29T20:05:15.124Z Compiling zerocopy-derive v0.2.0
19552024-05-29T20:05:15.253Z Compiling dirs-next v2.0.0
19562024-05-29T20:05:16.146Z Compiling rsa v0.9.6
19572024-05-29T20:05:16.910Z Compiling slog-envlogger v2.2.0
19582024-05-29T20:05:17.431Z Compiling serde-hex v0.1.0
19592024-05-29T20:05:17.431Z Compiling bzip2 v0.4.4
19602024-05-29T20:05:17.460Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19612024-05-29T20:05:17.774Z Compiling env_logger v0.10.2
19622024-05-29T20:05:19.410Z Compiling camino v1.1.7
19632024-05-29T20:05:19.473Z Compiling x509-cert v0.2.5
19642024-05-29T20:05:20.937Z Compiling ron v0.8.1
19652024-05-29T20:05:21.568Z Compiling hashbrown v0.13.2
19662024-05-29T20:05:22.030Z Compiling maplit v1.0.2
19672024-05-29T20:05:22.148Z Compiling prettyplease v0.2.20
19682024-05-29T20:05:22.426Z Compiling crc-any v2.5.0
19692024-05-29T20:05:22.441Z Compiling tiny-keccak v2.0.2
19702024-05-29T20:05:22.715Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19712024-05-29T20:05:22.909Z Compiling object v0.30.4
19722024-05-29T20:05:23.359Z Compiling ring v0.16.20
19732024-05-29T20:05:24.398Z Compiling blake3 v1.5.1
19742024-05-29T20:05:25.641Z Compiling zip v0.6.6
19752024-05-29T20:05:25.931Z Compiling rayon v1.10.0
19762024-05-29T20:05:27.045Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19772024-05-29T20:05:28.422Z Compiling term v0.7.0
19782024-05-29T20:05:28.536Z Compiling ciborium v0.2.2
19792024-05-29T20:05:29.821Z Compiling xattr v1.3.1
19802024-05-29T20:05:30.077Z Compiling atty v0.2.14
19812024-05-29T20:05:30.234Z Compiling filetime v0.2.23
19822024-05-29T20:05:30.551Z Compiling memmap2 v0.9.4
19832024-05-29T20:05:30.568Z Compiling arrayvec v0.7.4
19842024-05-29T20:05:30.779Z Compiling untrusted v0.7.1
19852024-05-29T20:05:30.971Z Compiling arrayref v0.3.7
19862024-05-29T20:05:30.972Z Compiling path-slash v0.1.5
19872024-05-29T20:05:30.998Z Compiling constant_time_eq v0.3.0
19882024-05-29T20:05:31.137Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19892024-05-29T20:05:31.401Z Compiling tar v0.4.40
19902024-05-29T20:05:33.065Z Compiling ascii-canvas v3.0.0
19912024-05-29T20:05:33.280Z Compiling camino-tempfile v1.1.1
19922024-05-29T20:05:33.514Z Compiling toolchain_find v0.4.0
19932024-05-29T20:05:33.686Z Compiling toml v0.8.13
19942024-05-29T20:05:34.070Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19952024-05-29T20:05:34.410Z Compiling libsw v3.3.1
19962024-05-29T20:05:34.486Z Compiling ena v0.14.3
19972024-05-29T20:05:34.718Z Compiling is-terminal v0.4.12
19982024-05-29T20:05:34.851Z Compiling usdt-impl v0.3.5
19992024-05-29T20:05:34.877Z Compiling libloading v0.8.3
20002024-05-29T20:05:35.160Z Compiling parking_lot_core v0.8.6
20012024-05-29T20:05:35.235Z Compiling diff v0.1.13
20022024-05-29T20:05:35.258Z Compiling owo-colors v4.0.0
20032024-05-29T20:05:35.573Z Compiling linear-map v1.2.0
20042024-05-29T20:05:35.738Z Compiling regex-syntax v0.6.29
20052024-05-29T20:05:35.753Z Compiling topological-sort v0.2.2
20062024-05-29T20:05:35.958Z Compiling bindgen v0.69.4
20072024-05-29T20:05:35.971Z Compiling omicron-zone-package v0.11.0
20082024-05-29T20:05:38.029Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20092024-05-29T20:05:41.015Z Compiling lalrpop v0.19.12
20102024-05-29T20:05:41.493Z Compiling rustfmt-wrapper v0.2.1
20112024-05-29T20:05:42.015Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20122024-05-29T20:05:44.416Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20132024-05-29T20:05:44.961Z Compiling which v4.4.2
20142024-05-29T20:05:45.359Z Compiling cexpr v0.6.0
20152024-05-29T20:05:45.529Z Compiling unicase v2.7.0
20162024-05-29T20:05:45.802Z Compiling rustc-hash v1.1.0
20172024-05-29T20:05:45.959Z Compiling lazycell v1.3.0
20182024-05-29T20:05:46.133Z Compiling shlex v1.3.0
20192024-05-29T20:05:46.977Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20202024-05-29T20:05:47.524Z Compiling zerocopy v0.3.2
20212024-05-29T20:05:47.941Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20222024-05-29T20:05:48.071Z Compiling derive_builder_core v0.20.0
20232024-05-29T20:05:49.077Z Compiling pem v3.0.4
20242024-05-29T20:05:50.212Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20252024-05-29T20:05:50.426Z Compiling headers-core v0.2.0
20262024-05-29T20:05:50.591Z Compiling libxml v0.3.3
20272024-05-29T20:05:50.611Z Compiling async-recursion v1.1.1
20282024-05-29T20:05:50.931Z Compiling ref-cast v1.0.23
20292024-05-29T20:05:51.481Z Compiling headers v0.3.9
20302024-05-29T20:05:51.998Z Compiling derive_builder_macro v0.20.0
20312024-05-29T20:05:52.820Z Compiling dof v0.1.5
20322024-05-29T20:05:53.544Z Compiling parking_lot v0.11.2
20332024-05-29T20:05:55.347Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20342024-05-29T20:05:55.764Z Compiling trust-dns-client v0.22.0
20352024-05-29T20:05:55.923Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20362024-05-29T20:05:56.199Z Compiling strum_macros v0.24.3
20372024-05-29T20:05:59.581Z Compiling dtrace-parser v0.1.14
20382024-05-29T20:06:00.091Z Compiling toml v0.5.11
20392024-05-29T20:06:00.409Z Compiling samael v0.0.15
20402024-05-29T20:06:00.962Z Compiling ref-cast-impl v1.0.23
20412024-05-29T20:06:01.369Z Compiling vte_generate_state_changes v0.1.1
20422024-05-29T20:06:01.980Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20432024-05-29T20:06:01.987Z Compiling cookie v0.18.1
20442024-05-29T20:06:02.073Z Compiling indoc v1.0.9
20452024-05-29T20:06:02.262Z Compiling cfg_aliases v0.1.1
20462024-05-29T20:06:02.276Z Compiling buf-list v1.0.3
20472024-05-29T20:06:02.384Z Compiling nix v0.28.0
20482024-05-29T20:06:03.122Z Compiling vte v0.11.1
20492024-05-29T20:06:03.143Z Compiling trust-dns-server v0.22.1
20502024-05-29T20:06:04.880Z Compiling sled v0.34.7
20512024-05-29T20:06:06.483Z Compiling derive_builder v0.20.0
20522024-05-29T20:06:07.596Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20532024-05-29T20:06:08.224Z Compiling polar-core v0.27.3
20542024-05-29T20:06:09.696Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20552024-05-29T20:06:09.962Z Compiling const_format_proc_macros v0.2.32
20562024-05-29T20:06:10.821Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20572024-05-29T20:06:11.823Z Compiling fd-lock v4.0.2
20582024-05-29T20:06:12.049Z Compiling bb8 v0.8.3
20592024-05-29T20:06:12.065Z Compiling quick-xml v0.31.0
20602024-05-29T20:06:12.556Z Compiling serde_tokenstream v0.1.7
20612024-05-29T20:06:13.054Z Compiling impl-trait-for-tuples v0.2.2
20622024-05-29T20:06:15.793Z Compiling oso-derive v0.27.3
20632024-05-29T20:06:16.716Z Compiling pin-project-internal v1.1.5
20642024-05-29T20:06:18.390Z Compiling memoffset v0.7.1
20652024-05-29T20:06:18.663Z Compiling platforms v3.4.0
20662024-05-29T20:06:19.242Z Compiling bytecount v0.6.8
20672024-05-29T20:06:19.536Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20682024-05-29T20:06:19.549Z Compiling pin-project v1.1.5
20692024-05-29T20:06:19.680Z Compiling papergrid v0.11.0
20702024-05-29T20:06:19.831Z Compiling curve25519-dalek v4.1.2
20712024-05-29T20:06:22.419Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20722024-05-29T20:06:23.047Z Compiling const_format v0.2.32
20732024-05-29T20:06:26.036Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20742024-05-29T20:06:31.622Z Compiling strip-ansi-escapes v0.2.0
20752024-05-29T20:06:35.320Z Compiling oso v0.27.3
20762024-05-29T20:06:38.160Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20772024-05-29T20:06:38.834Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20782024-05-29T20:06:39.731Z Compiling tabled_derive v0.7.0
20792024-05-29T20:06:42.147Z Compiling kstat-rs v0.2.3
20802024-05-29T20:06:43.123Z Compiling snafu-derive v0.8.2
20812024-05-29T20:06:44.007Z Compiling keccak v0.1.5
20822024-05-29T20:06:45.006Z Compiling nu-ansi-term v0.50.0
20832024-05-29T20:06:46.255Z Compiling reedline v0.31.0
20842024-05-29T20:06:47.788Z Compiling sha3 v0.10.8
20852024-05-29T20:06:48.147Z Compiling snafu v0.8.2
20862024-05-29T20:06:49.444Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20872024-05-29T20:06:51.951Z Compiling tabled v0.15.0
20882024-05-29T20:06:57.484Z Compiling mime_guess v2.0.4
20892024-05-29T20:06:59.554Z Compiling usdt-attr-macro v0.3.5
20902024-05-29T20:07:00.530Z Compiling usdt-macro v0.3.5
20912024-05-29T20:07:00.925Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20922024-05-29T20:07:01.960Z Compiling env_logger v0.9.3
20932024-05-29T20:07:04.636Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
20942024-05-29T20:07:04.726Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20952024-05-29T20:07:06.450Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20962024-05-29T20:07:06.965Z Compiling globset v0.4.14
20972024-05-29T20:07:08.990Z Compiling peg-macros v0.8.3
20982024-05-29T20:07:12.398Z Compiling olpc-cjson v0.1.3
20992024-05-29T20:07:12.733Z Compiling universal-hash v0.5.1
21002024-05-29T20:07:12.968Z Compiling secrecy v0.8.0
21012024-05-29T20:07:13.081Z Compiling thiserror-impl-no-std v2.0.2
21022024-05-29T20:07:13.217Z Compiling serde_plain v1.0.2
21032024-05-29T20:07:13.232Z Compiling bitstruct_derive v0.1.0
21042024-05-29T20:07:13.769Z Compiling nanorand v0.7.0
21052024-05-29T20:07:14.491Z Compiling sqlparser_derive v0.2.2
21062024-05-29T20:07:14.527Z Compiling curve25519-dalek-derive v0.1.1
21072024-05-29T20:07:14.831Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21082024-05-29T20:07:14.974Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21092024-05-29T20:07:15.267Z Compiling unicode_categories v0.1.1
21102024-05-29T20:07:16.016Z Compiling salty v0.2.0
21112024-05-29T20:07:16.020Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21122024-05-29T20:07:16.020Z Compiling typed-path v0.7.1
21132024-05-29T20:07:16.020Z Compiling opaque-debug v0.3.1
21142024-05-29T20:07:16.020Z Compiling ascii v1.1.0
21152024-05-29T20:07:16.042Z Compiling signature v1.6.4
21162024-05-29T20:07:16.128Z Compiling ed25519 v1.5.3
21172024-05-29T20:07:16.210Z Compiling poly1305 v0.8.0
21182024-05-29T20:07:16.447Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21192024-05-29T20:07:17.696Z Compiling thiserror-no-std v2.0.2
21202024-05-29T20:07:17.820Z Compiling rustyline v14.0.0
21212024-05-29T20:07:18.853Z Compiling tough v0.17.1
21222024-05-29T20:07:22.684Z Compiling sqlparser v0.45.0
21232024-05-29T20:07:23.297Z Compiling sqlformat v0.2.3
21242024-05-29T20:07:25.575Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21252024-05-29T20:07:25.583Z Compiling bitstruct v0.1.1
21262024-05-29T20:07:25.583Z Compiling flume v0.11.0
21272024-05-29T20:07:26.320Z Compiling peg v0.8.3
21282024-05-29T20:07:26.431Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21292024-05-29T20:07:27.460Z Compiling usdt v0.3.5
21302024-05-29T20:07:27.964Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21312024-05-29T20:07:30.036Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21322024-05-29T20:07:34.027Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21332024-05-29T20:07:37.453Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21342024-05-29T20:07:37.752Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21352024-05-29T20:07:38.014Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-05-29T20:07:39.209Z Compiling chacha20 v0.9.1
21372024-05-29T20:07:39.657Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21382024-05-29T20:07:41.046Z Compiling aead v0.5.2
21392024-05-29T20:07:41.388Z Compiling bcs v0.1.6
21402024-05-29T20:07:41.846Z Compiling serde-big-array v0.5.1
21412024-05-29T20:07:42.138Z Compiling serde_arrays v0.1.0
21422024-05-29T20:07:42.267Z Compiling erased-serde v0.3.31
21432024-05-29T20:07:42.327Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21442024-05-29T20:07:43.144Z Compiling highway v1.1.0
21452024-05-29T20:07:43.944Z Compiling parse-size v1.0.0
21462024-05-29T20:07:44.229Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21472024-05-29T20:07:44.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21482024-05-29T20:07:54.243Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21492024-05-29T20:07:54.351Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21502024-05-29T20:08:07.049Z Compiling chacha20poly1305 v0.10.1
21512024-05-29T20:08:08.533Z Compiling vsss-rs v3.3.4
21522024-05-29T20:08:13.258Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21532024-05-29T20:08:13.977Z Compiling signal-hook-tokio v0.3.1
21542024-05-29T20:08:14.452Z Compiling heck v0.3.3
21552024-05-29T20:08:14.452Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21562024-05-29T20:08:14.452Z Compiling castaway v0.2.2
21572024-05-29T20:08:14.520Z Compiling rand_seeder v0.2.3
21582024-05-29T20:08:14.624Z Compiling serde-big-array v0.4.1
21592024-05-29T20:08:14.925Z Compiling http-range v0.1.5
21602024-05-29T20:08:15.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21612024-05-29T20:08:15.772Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21622024-05-29T20:08:16.301Z Compiling hyper-staticfile v0.9.5
21632024-05-29T20:08:16.741Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21642024-05-29T20:08:18.135Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21652024-05-29T20:08:18.364Z Compiling compact_str v0.7.1
21662024-05-29T20:08:18.934Z Compiling zone_cfg_derive v0.1.2
21672024-05-29T20:08:19.379Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21682024-05-29T20:08:19.868Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21692024-05-29T20:08:26.224Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21702024-05-29T20:08:26.881Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21712024-05-29T20:08:36.419Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21722024-05-29T20:08:36.419Z Compiling tungstenite v0.21.0
21732024-05-29T20:08:40.571Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21742024-05-29T20:08:40.837Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21752024-05-29T20:08:40.864Z Compiling lru v0.12.3
21762024-05-29T20:08:41.112Z Compiling stability v0.2.0
21772024-05-29T20:08:41.227Z Compiling corncobs v0.1.3
21782024-05-29T20:08:41.589Z Compiling cassowary v0.3.0
21792024-05-29T20:08:42.073Z Compiling base64 v0.13.1
21802024-05-29T20:08:42.824Z Compiling indoc v2.0.5
21812024-05-29T20:08:43.780Z Compiling ratatui v0.26.2
21822024-05-29T20:08:45.398Z Compiling ron v0.7.1
21832024-05-29T20:08:47.962Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21842024-05-29T20:08:48.800Z Compiling tokio-tungstenite v0.21.0
21852024-05-29T20:08:49.385Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21862024-05-29T20:08:50.710Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21872024-05-29T20:08:51.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21882024-05-29T20:08:59.919Z Compiling zone v0.1.8
21892024-05-29T20:09:02.030Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21902024-05-29T20:09:07.436Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21912024-05-29T20:09:10.288Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21922024-05-29T20:09:11.684Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-29T20:09:11.702Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21942024-05-29T20:09:12.012Z Compiling portpicker v0.1.1
21952024-05-29T20:09:12.556Z Compiling unicode-linebreak v0.1.5
21962024-05-29T20:09:13.093Z Compiling smawk v0.3.2
21972024-05-29T20:09:13.349Z Compiling textwrap v0.16.1
21982024-05-29T20:09:17.060Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21992024-05-29T20:09:22.960Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22002024-05-29T20:09:24.388Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22012024-05-29T20:09:25.261Z Compiling rcgen v0.12.1
22022024-05-29T20:09:29.901Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22032024-05-29T20:09:30.386Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22042024-05-29T20:09:35.439Z Compiling atomicwrites v0.4.3
22052024-05-29T20:09:35.924Z Compiling fatfs v0.3.6
22062024-05-29T20:09:37.459Z Compiling rtoolbox v0.0.2
22072024-05-29T20:09:38.438Z Compiling subprocess v0.2.9
22082024-05-29T20:09:38.474Z Compiling is_ci v1.2.0
22092024-05-29T20:09:38.474Z Compiling assert_matches v1.5.0
22102024-05-29T20:09:38.713Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22112024-05-29T20:09:40.057Z Compiling supports-color v3.0.0
22122024-05-29T20:09:40.697Z Compiling rpassword v7.3.1
22132024-05-29T20:09:41.145Z Compiling tui-tree-widget v0.19.0
22142024-05-29T20:09:41.550Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22152024-05-29T20:09:42.721Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22162024-05-29T20:09:42.759Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22172024-05-29T20:09:43.042Z Compiling csv-core v0.1.11
22182024-05-29T20:09:43.902Z Compiling shell-words v1.1.0
22192024-05-29T20:09:44.311Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22202024-05-29T20:09:45.384Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22212024-05-29T20:09:45.735Z Compiling csv v1.3.0
22222024-05-29T20:09:47.876Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22232024-05-29T20:09:57.906Z Compiling multimap v0.10.0
22242024-05-29T20:09:58.298Z Compiling uzers v0.11.3
22252024-05-29T20:10:01.202Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22262024-05-29T20:11:53.625Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22272024-05-29T20:11:56.739Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22282024-05-29T20:18:37.332Z Finished `release` profile [optimized] target(s) in 13m 53s
22292024-05-29T20:19:50.831Z
22302024-05-29T20:19:50.831Zreal 15:08.080252460
22312024-05-29T20:19:50.832Zuser 1:42:45.843306031
22322024-05-29T20:19:50.832Zsys 5:38.330683196
22332024-05-29T20:19:50.841Ztrap 2.454610183
22342024-05-29T20:19:50.841Ztflt 2.200688204
22352024-05-29T20:19:50.841Zdflt 3.346782096
22362024-05-29T20:19:50.841Zkflt 0.001739828
22372024-05-29T20:19:50.842Zlock 6:24:23.318021563
22382024-05-29T20:19:50.842Zslp 3:58:51.870533459
22392024-05-29T20:19:50.842Zlat 2:29.565333954
22402024-05-29T20:19:50.842Zstop 1:33.311346301
22412024-05-29T20:19:50.842Z+ mapfile -t packages
22422024-05-29T20:19:50.843Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22432024-05-29T20:19:51.663Z Finished `release` profile [optimized] target(s) in 0.79s
22442024-05-29T20:19:51.695Z Running `target/release/omicron-package -t test list-outputs`
22452024-05-29T20:19:51.727ZLogging to: /work/oxidecomputer/omicron/out/LOG
22462024-05-29T20:19:51.735Z+ ptime -m cargo build --locked --release -p xtask
22472024-05-29T20:19:52.202Z Downloading crates ...
22482024-05-29T20:19:52.285Z Downloaded cargo_toml v0.20.2
22492024-05-29T20:19:52.299Z Compiling serde v1.0.202
22502024-05-29T20:19:52.299Z Compiling libc v0.2.153
22512024-05-29T20:19:52.307Z Compiling rustix v0.38.34
22522024-05-29T20:19:52.307Z Compiling hashbrown v0.14.5
22532024-05-29T20:19:52.307Z Compiling bitflags v2.5.0
22542024-05-29T20:19:52.412Z Compiling syn v2.0.64
22552024-05-29T20:19:52.428Z Compiling serde_json v1.0.117
22562024-05-29T20:19:52.428Z Compiling fs-err v2.11.0
22572024-05-29T20:19:52.679Z Compiling anyhow v1.0.83
22582024-05-29T20:19:53.577Z Compiling indexmap v2.2.6
22592024-05-29T20:19:54.031Z Compiling errno v0.3.9
22602024-05-29T20:19:54.891Z Compiling terminal_size v0.3.0
22612024-05-29T20:19:55.004Z Compiling clap_builder v4.5.2
22622024-05-29T20:19:57.216Z Compiling serde_derive v1.0.202
22632024-05-29T20:19:57.216Z Compiling thiserror-impl v1.0.60
22642024-05-29T20:19:57.219Z Compiling clap_derive v4.5.4
22652024-05-29T20:19:59.073Z Compiling thiserror v1.0.60
22662024-05-29T20:20:00.793Z Compiling clap v4.5.4
22672024-05-29T20:20:06.382Z Compiling toml_datetime v0.6.6
22682024-05-29T20:20:06.803Z Compiling serde_spanned v0.6.6
22692024-05-29T20:20:06.803Z Compiling camino v1.1.7
22702024-05-29T20:20:06.803Z Compiling semver v1.0.23
22712024-05-29T20:20:06.803Z Compiling cargo-platform v0.1.8
22722024-05-29T20:20:06.803Z Compiling macaddr v1.0.1
22732024-05-29T20:20:06.807Z Compiling toml_edit v0.22.13
22742024-05-29T20:20:07.906Z Compiling cargo_metadata v0.18.1
22752024-05-29T20:20:09.198Z Compiling toml v0.8.13
22762024-05-29T20:20:10.094Z Compiling cargo_toml v0.20.2
22772024-05-29T20:20:21.104Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22782024-05-29T20:20:31.393Z Finished `release` profile [optimized] target(s) in 39.61s
22792024-05-29T20:20:31.486Z
22802024-05-29T20:20:31.486Zreal 39.733950839
22812024-05-29T20:20:31.486Zuser 2:54.416147586
22822024-05-29T20:20:31.486Zsys 17.172655381
22832024-05-29T20:20:31.486Ztrap 0.062995823
22842024-05-29T20:20:31.486Ztflt 0.290068142
22852024-05-29T20:20:31.486Zdflt 0.627750047
22862024-05-29T20:20:31.486Zkflt 0.000112652
22872024-05-29T20:20:31.486Zlock 4:18.215052444
22882024-05-29T20:20:31.486Zslp 3:17.817193317
22892024-05-29T20:20:31.489Zlat 3.121825704
22902024-05-29T20:20:31.490Zstop 4.298316058
22912024-05-29T20:20:31.490Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22922024-05-29T20:20:31.490Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22932024-05-29T20:20:31.490Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22942024-05-29T20:20:31.490Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
22952024-05-29T20:20:31.490Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
22962024-05-29T20:20:31.986Z Downloading crates ...
22972024-05-29T20:20:32.189Z Downloaded ctr v0.9.2
22982024-05-29T20:20:32.192Z Downloaded hex-literal v0.4.1
22992024-05-29T20:20:32.195Z Downloaded ghash v0.5.1
23002024-05-29T20:20:32.208Z Downloaded md5 v0.7.0
23012024-05-29T20:20:32.211Z Downloaded option-ext v0.2.0
23022024-05-29T20:20:32.211Z Downloaded dhcproto-macros v0.1.0
23032024-05-29T20:20:32.218Z Downloaded russh-cryptovec v0.7.2
23042024-05-29T20:20:32.221Z Downloaded ed25519-dalek v2.1.1
23052024-05-29T20:20:32.226Z Downloaded pbkdf2 v0.12.2
23062024-05-29T20:20:32.229Z Downloaded rfc6979 v0.4.0
23072024-05-29T20:20:32.232Z Downloaded bcrypt-pbkdf v0.10.0
23082024-05-29T20:20:32.235Z Downloaded internet-checksum v0.2.1
23092024-05-29T20:20:32.235Z Downloaded dirs-sys v0.4.1
23102024-05-29T20:20:32.235Z Downloaded cbc v0.1.2
23112024-05-29T20:20:32.238Z Downloaded rand_chacha v0.2.2
23122024-05-29T20:20:32.241Z Downloaded polyval v0.6.2
23132024-05-29T20:20:32.241Z Downloaded rand_core v0.5.1
23142024-05-29T20:20:32.244Z Downloaded ed25519 v2.2.3
23152024-05-29T20:20:32.244Z Downloaded primeorder v0.13.6
23162024-05-29T20:20:32.244Z Downloaded pbkdf2 v0.11.0
23172024-05-29T20:20:32.251Z Downloaded dirs v5.0.1
23182024-05-29T20:20:32.256Z Downloaded blowfish v0.9.1
23192024-05-29T20:20:32.256Z Downloaded getrandom v0.1.16
23202024-05-29T20:20:32.256Z Downloaded password-hash v0.4.2
23212024-05-29T20:20:32.256Z Downloaded ecdsa v0.16.9
23222024-05-29T20:20:32.261Z Downloaded dhcproto v0.11.0
23232024-05-29T20:20:32.262Z Downloaded russh-keys v0.43.0
23242024-05-29T20:20:32.268Z Downloaded p256 v0.13.2
23252024-05-29T20:20:32.289Z Downloaded russh v0.43.0
23262024-05-29T20:20:32.296Z Downloaded rand v0.7.3
23272024-05-29T20:20:32.305Z Downloaded aes v0.8.4
23282024-05-29T20:20:32.306Z Downloaded p521 v0.13.3
23292024-05-29T20:20:32.722Z Downloaded aes-gcm v0.10.3
23302024-05-29T20:20:32.726Z Compiling proc-macro2 v1.0.82
23312024-05-29T20:20:32.726Z Compiling unicode-ident v1.0.12
23322024-05-29T20:20:32.726Z Compiling libc v0.2.153
23332024-05-29T20:20:32.726Z Compiling cfg-if v1.0.0
23342024-05-29T20:20:32.726Z Compiling serde v1.0.202
23352024-05-29T20:20:32.726Z Compiling version_check v0.9.4
23362024-05-29T20:20:32.726Z Compiling autocfg v1.3.0
23372024-05-29T20:20:32.726Z Compiling byteorder v1.5.0
23382024-05-29T20:20:32.726Z Compiling memchr v2.7.2
23392024-05-29T20:20:32.726Z Compiling log v0.4.21
23402024-05-29T20:20:33.060Z Compiling once_cell v1.19.0
23412024-05-29T20:20:33.122Z Compiling itoa v1.0.11
23422024-05-29T20:20:33.203Z Compiling scopeguard v1.2.0
23432024-05-29T20:20:33.341Z Compiling smallvec v1.13.2
23442024-05-29T20:20:33.357Z Compiling typenum v1.17.0
23452024-05-29T20:20:33.401Z Compiling generic-array v0.14.7
23462024-05-29T20:20:33.431Z Compiling thiserror v1.0.60
23472024-05-29T20:20:33.541Z Compiling lock_api v0.4.12
23482024-05-29T20:20:33.726Z Compiling cc v1.0.97
23492024-05-29T20:20:33.758Z Compiling parking_lot_core v0.9.10
23502024-05-29T20:20:34.088Z Compiling quote v1.0.36
23512024-05-29T20:20:34.214Z Compiling pin-project-lite v0.2.14
23522024-05-29T20:20:34.320Z Compiling subtle v2.5.0
23532024-05-29T20:20:34.335Z Compiling libm v0.2.8
23542024-05-29T20:20:34.440Z Compiling num-traits v0.2.19
23552024-05-29T20:20:34.594Z Compiling syn v2.0.64
23562024-05-29T20:20:34.637Z Compiling getrandom v0.2.14
23572024-05-29T20:20:34.808Z Compiling signal-hook-registry v1.4.2
23582024-05-29T20:20:34.865Z Compiling rand_core v0.6.4
23592024-05-29T20:20:35.012Z Compiling mio v0.8.11
23602024-05-29T20:20:35.116Z Compiling parking_lot v0.12.2
23612024-05-29T20:20:35.604Z Compiling socket2 v0.5.7
23622024-05-29T20:20:35.633Z Compiling num_cpus v1.16.0
23632024-05-29T20:20:35.749Z Compiling ahash v0.8.11
23642024-05-29T20:20:36.064Z Compiling ryu v1.0.18
23652024-05-29T20:20:36.125Z Compiling serde_json v1.0.117
23662024-05-29T20:20:36.154Z Compiling allocator-api2 v0.2.18
23672024-05-29T20:20:36.409Z Compiling futures-core v0.3.30
23682024-05-29T20:20:36.471Z Compiling futures-sink v0.3.30
23692024-05-29T20:20:36.573Z Compiling const-oid v0.9.6
23702024-05-29T20:20:36.626Z Compiling equivalent v1.0.1
23712024-05-29T20:20:36.667Z Compiling slab v0.4.9
23722024-05-29T20:20:36.737Z Compiling fnv v1.0.7
23732024-05-29T20:20:36.755Z Compiling futures-channel v0.3.30
23742024-05-29T20:20:36.867Z Compiling pin-utils v0.1.0
23752024-05-29T20:20:36.924Z Compiling futures-io v0.3.30
23762024-05-29T20:20:36.974Z Compiling futures-task v0.3.30
23772024-05-29T20:20:37.162Z Compiling syn v1.0.109
23782024-05-29T20:20:37.191Z Compiling iana-time-zone v0.1.60
23792024-05-29T20:20:37.253Z Compiling tinyvec_macros v0.1.1
23802024-05-29T20:20:37.272Z Compiling unicode-bidi v0.3.15
23812024-05-29T20:20:37.355Z Compiling tinyvec v1.6.0
23822024-05-29T20:20:37.400Z Compiling semver v1.0.23
23832024-05-29T20:20:37.683Z Compiling schemars v0.8.19
23842024-05-29T20:20:38.018Z Compiling cpufeatures v0.2.12
23852024-05-29T20:20:38.055Z Compiling dyn-clone v1.0.17
23862024-05-29T20:20:38.113Z Compiling percent-encoding v2.3.1
23872024-05-29T20:20:38.273Z Compiling spin v0.9.8
23882024-05-29T20:20:38.462Z Compiling ppv-lite86 v0.2.17
23892024-05-29T20:20:38.498Z Compiling tracing-core v0.1.32
23902024-05-29T20:20:38.516Z Compiling time-core v0.1.2
23912024-05-29T20:20:38.677Z Compiling powerfmt v0.2.0
23922024-05-29T20:20:38.693Z Compiling num-conv v0.1.0
23932024-05-29T20:20:38.797Z Compiling unicode-normalization v0.1.23
23942024-05-29T20:20:38.879Z Compiling form_urlencoded v1.2.1
23952024-05-29T20:20:38.964Z Compiling time-macros v0.2.18
23962024-05-29T20:20:39.056Z Compiling deranged v0.3.11
23972024-05-29T20:20:39.181Z Compiling ring v0.17.8
23982024-05-29T20:20:39.192Z Compiling num_threads v0.1.7
23992024-05-29T20:20:39.321Z Compiling rand_chacha v0.3.1
24002024-05-29T20:20:39.850Z Compiling aho-corasick v1.1.3
24012024-05-29T20:20:39.936Z Compiling regex-syntax v0.8.3
24022024-05-29T20:20:41.074Z Compiling rand v0.8.5
24032024-05-29T20:20:41.658Z Compiling idna v0.5.0
24042024-05-29T20:20:42.521Z Compiling serde_derive_internals v0.29.1
24052024-05-29T20:20:43.154Z Compiling time v0.3.36
24062024-05-29T20:20:43.218Z Compiling slog v2.7.0
24072024-05-29T20:20:43.261Z Compiling regex-automata v0.4.6
24082024-05-29T20:20:43.727Z Compiling httparse v1.8.0
24092024-05-29T20:20:44.244Z Compiling url v2.5.0
24102024-05-29T20:20:45.356Z Compiling untrusted v0.9.0
24112024-05-29T20:20:45.467Z Compiling spin v0.5.2
24122024-05-29T20:20:46.524Z Compiling pkg-config v0.3.30
24132024-05-29T20:20:46.546Z Compiling vcpkg v0.2.15
24142024-05-29T20:20:46.909Z Compiling heck v0.4.1
24152024-05-29T20:20:47.424Z Compiling adler v1.0.2
24162024-05-29T20:20:47.661Z Compiling miniz_oxide v0.7.2
24172024-05-29T20:20:48.121Z Compiling lazy_static v1.4.0
24182024-05-29T20:20:48.241Z Compiling backtrace v0.3.71
24192024-05-29T20:20:48.590Z Compiling regex v1.10.4
24202024-05-29T20:20:48.664Z Compiling gimli v0.28.1
24212024-05-29T20:20:48.794Z Compiling openssl-sys v0.9.102
24222024-05-29T20:20:49.256Z Compiling unicode-width v0.1.12
24232024-05-29T20:20:49.461Z Compiling try-lock v0.2.5
24242024-05-29T20:20:49.490Z Compiling httpdate v1.0.3
24252024-05-29T20:20:49.581Z Compiling want v0.3.1
24262024-05-29T20:20:49.698Z Compiling serde_derive v1.0.202
24272024-05-29T20:20:49.722Z Compiling zeroize_derive v1.4.2
24282024-05-29T20:20:49.799Z Compiling zerocopy-derive v0.7.34
24292024-05-29T20:20:49.847Z Compiling thiserror-impl v1.0.60
24302024-05-29T20:20:49.976Z Compiling tokio-macros v2.2.0
24312024-05-29T20:20:51.411Z Compiling zeroize v1.7.0
24322024-05-29T20:20:51.797Z Compiling futures-macro v0.3.30
24332024-05-29T20:20:52.169Z Compiling zerocopy v0.7.34
24342024-05-29T20:20:52.795Z Compiling schemars_derive v0.8.19
24352024-05-29T20:20:53.274Z Compiling crypto-common v0.1.6
24362024-05-29T20:20:53.446Z Compiling block-buffer v0.10.4
24372024-05-29T20:20:53.499Z Compiling tracing-attributes v0.1.27
24382024-05-29T20:20:53.584Z Compiling async-trait v0.1.80
24392024-05-29T20:20:53.695Z Compiling digest v0.10.7
24402024-05-29T20:20:53.991Z Compiling futures-util v0.3.30
24412024-05-29T20:20:54.272Z Compiling addr2line v0.21.0
24422024-05-29T20:20:54.571Z Compiling hashbrown v0.14.5
24432024-05-29T20:20:54.943Z Compiling object v0.32.2
24442024-05-29T20:20:55.949Z Compiling base64 v0.21.7
24452024-05-29T20:20:56.242Z Compiling foreign-types-shared v0.1.1
24462024-05-29T20:20:56.363Z Compiling rustc-demangle v0.1.24
24472024-05-29T20:20:56.460Z Compiling tower-service v0.3.2
24482024-05-29T20:20:56.530Z Compiling ipnet v2.9.0
24492024-05-29T20:20:56.586Z Compiling openssl v0.10.64
24502024-05-29T20:20:56.747Z Compiling mime v0.3.17
24512024-05-29T20:20:56.990Z Compiling anyhow v1.0.83
24522024-05-29T20:20:57.340Z Compiling foreign-types v0.3.2
24532024-05-29T20:20:57.450Z Compiling openssl-macros v0.1.1
24542024-05-29T20:20:57.497Z Compiling tracing v0.1.40
24552024-05-29T20:20:57.792Z Compiling heck v0.5.0
24562024-05-29T20:20:57.810Z Compiling rustls v0.21.12
24572024-05-29T20:20:58.030Z Compiling winnow v0.5.40
24582024-05-29T20:20:58.055Z Compiling crossbeam-utils v0.8.19
24592024-05-29T20:20:58.242Z Compiling base64ct v1.6.0
24602024-05-29T20:20:58.344Z Compiling native-tls v0.2.11
24612024-05-29T20:20:58.709Z Compiling rustls-webpki v0.101.7
24622024-05-29T20:20:58.725Z Compiling sct v0.7.1
24632024-05-29T20:20:58.829Z Compiling cookie v0.17.0
24642024-05-29T20:20:58.847Z Compiling openssl-probe v0.1.5
24652024-05-29T20:20:59.026Z Compiling rustix v0.38.34
24662024-05-29T20:20:59.105Z Compiling ucd-trie v0.1.6
24672024-05-29T20:20:59.771Z Compiling futures-executor v0.3.30
24682024-05-29T20:21:00.274Z Compiling futures v0.3.30
24692024-05-29T20:21:00.340Z Compiling pest v2.7.10
24702024-05-29T20:21:00.388Z Compiling idna v0.3.0
24712024-05-29T20:21:00.585Z Compiling errno v0.3.9
24722024-05-29T20:21:00.586Z Compiling encoding_rs v0.8.34
24732024-05-29T20:21:00.812Z Compiling data-encoding v2.6.0
24742024-05-29T20:21:02.022Z Compiling psl-types v2.0.11
24752024-05-29T20:21:02.218Z Compiling rustversion v1.0.17
24762024-05-29T20:21:02.285Z Compiling publicsuffix v2.2.3
24772024-05-29T20:21:03.015Z Compiling pest_meta v2.7.10
24782024-05-29T20:21:03.252Z Compiling hmac v0.12.1
24792024-05-29T20:21:03.506Z Compiling scroll_derive v0.12.0
24802024-05-29T20:21:04.352Z Compiling bytes v1.6.0
24812024-05-29T20:21:05.065Z Compiling indexmap v2.2.6
24822024-05-29T20:21:05.081Z Compiling uuid v1.8.0
24832024-05-29T20:21:05.184Z Compiling chrono v0.4.38
24842024-05-29T20:21:05.540Z Compiling tokio v1.37.0
24852024-05-29T20:21:05.647Z Compiling bitflags v2.5.0
24862024-05-29T20:21:06.486Z Compiling http v0.2.12
24872024-05-29T20:21:06.536Z Compiling serde_tokenstream v0.2.0
24882024-05-29T20:21:06.942Z Compiling toml_datetime v0.6.6
24892024-05-29T20:21:07.056Z Compiling serde_spanned v0.6.6
24902024-05-29T20:21:07.292Z Compiling toml_edit v0.19.15
24912024-05-29T20:21:08.344Z Compiling http-body v0.4.6
24922024-05-29T20:21:09.053Z Compiling serde_urlencoded v0.7.1
24932024-05-29T20:21:09.156Z Compiling openapiv3 v2.0.0
24942024-05-29T20:21:09.181Z Compiling cookie_store v0.20.0
24952024-05-29T20:21:09.562Z Compiling scroll v0.12.0
24962024-05-29T20:21:10.135Z Compiling pest_generator v2.7.10
24972024-05-29T20:21:10.733Z Compiling rustls-pemfile v1.0.4
24982024-05-29T20:21:11.194Z Compiling sync_wrapper v0.1.2
24992024-05-29T20:21:11.329Z Compiling plain v0.2.3
25002024-05-29T20:21:11.489Z Compiling webpki-roots v0.25.4
25012024-05-29T20:21:11.640Z Compiling bitflags v1.3.2
25022024-05-29T20:21:11.656Z Compiling strsim v0.11.1
25032024-05-29T20:21:11.744Z Compiling goblin v0.8.2
25042024-05-29T20:21:11.875Z Compiling rustc_version v0.4.0
25052024-05-29T20:21:12.238Z Compiling pest_derive v2.7.10
25062024-05-29T20:21:12.638Z Compiling pem-rfc7468 v0.7.0
25072024-05-29T20:21:12.670Z Compiling block-padding v0.3.3
25082024-05-29T20:21:12.912Z Compiling der_derive v0.7.2
25092024-05-29T20:21:13.029Z Compiling usdt-impl v0.5.0
25102024-05-29T20:21:13.347Z Compiling tokio-util v0.7.11
25112024-05-29T20:21:13.510Z Compiling tokio-rustls v0.24.1
25122024-05-29T20:21:13.920Z Compiling tokio-native-tls v0.3.1
25132024-05-29T20:21:14.072Z Compiling pretty-hex v0.4.1
25142024-05-29T20:21:14.194Z Compiling flagset v0.4.5
25152024-05-29T20:21:14.295Z Compiling h2 v0.3.26
25162024-05-29T20:21:14.561Z Compiling dtrace-parser v0.2.0
25172024-05-29T20:21:14.775Z Compiling inout v0.1.3
25182024-05-29T20:21:15.059Z Compiling thread-id v4.2.1
25192024-05-29T20:21:15.179Z Compiling cipher v0.4.4
25202024-05-29T20:21:15.539Z Compiling sha2 v0.10.8
25212024-05-29T20:21:15.589Z Compiling der v0.7.9
25222024-05-29T20:21:15.661Z Compiling either v1.12.0
25232024-05-29T20:21:16.079Z Compiling ff v0.13.0
25242024-05-29T20:21:16.239Z Compiling base16ct v0.2.0
25252024-05-29T20:21:16.317Z Compiling stable_deref_trait v1.2.0
25262024-05-29T20:21:16.428Z Compiling group v0.13.0
25272024-05-29T20:21:16.568Z Compiling hkdf v0.12.4
25282024-05-29T20:21:16.753Z Compiling crossbeam-epoch v0.9.18
25292024-05-29T20:21:16.816Z Compiling crypto-bigint v0.5.5
25302024-05-29T20:21:16.837Z Compiling num-integer v0.1.46
25312024-05-29T20:21:17.610Z Compiling dof v0.3.0
25322024-05-29T20:21:17.648Z Compiling memmap v0.7.0
25332024-05-29T20:21:18.028Z Compiling spki v0.7.3
25342024-05-29T20:21:19.054Z Compiling pkcs8 v0.10.2
25352024-05-29T20:21:19.087Z Compiling crc32fast v1.4.0
25362024-05-29T20:21:19.588Z Compiling sec1 v0.7.3
25372024-05-29T20:21:19.705Z Compiling unicode-segmentation v1.11.0
25382024-05-29T20:21:19.932Z Compiling managed v0.8.0
25392024-05-29T20:21:20.082Z Compiling elliptic-curve v0.13.8
25402024-05-29T20:21:20.153Z Compiling winnow v0.6.8
25412024-05-29T20:21:20.975Z Compiling toml v0.7.8
25422024-05-29T20:21:21.472Z Compiling hex v0.4.3
25432024-05-29T20:21:21.472Z Compiling hyper v0.14.28
25442024-05-29T20:21:21.472Z Compiling anstyle v1.0.7
25452024-05-29T20:21:21.472Z Compiling utf8parse v0.2.1
25462024-05-29T20:21:21.473Z Compiling matches v0.1.10
25472024-05-29T20:21:21.473Z Compiling anstyle-parse v0.2.4
25482024-05-29T20:21:21.473Z Compiling idna v0.2.3
25492024-05-29T20:21:21.799Z Compiling ipnetwork v0.20.0
25502024-05-29T20:21:22.244Z Compiling enum-as-inner v0.5.1
25512024-05-29T20:21:22.281Z Compiling usdt-attr-macro v0.5.0
25522024-05-29T20:21:22.769Z Compiling usdt-macro v0.5.0
25532024-05-29T20:21:22.886Z Compiling siphasher v0.3.11
25542024-05-29T20:21:23.106Z Compiling is_terminal_polyfill v1.70.0
25552024-05-29T20:21:23.228Z Compiling colorchoice v1.0.1
25562024-05-29T20:21:23.295Z Compiling bit-vec v0.6.3
25572024-05-29T20:21:23.299Z Compiling anstyle-query v1.0.3
25582024-05-29T20:21:23.375Z Compiling trust-dns-proto v0.22.0
25592024-05-29T20:21:23.454Z Compiling anstream v0.6.14
25602024-05-29T20:21:23.735Z Compiling toml_edit v0.22.13
25612024-05-29T20:21:23.966Z Compiling flate2 v1.0.30
25622024-05-29T20:21:23.997Z Compiling num-bigint v0.4.5
25632024-05-29T20:21:24.173Z Compiling heapless v0.7.17
25642024-05-29T20:21:24.274Z Compiling usdt v0.5.0
25652024-05-29T20:21:24.608Z Compiling terminal_size v0.3.0
25662024-05-29T20:21:24.705Z Compiling regress v0.9.1
25672024-05-29T20:21:24.766Z Compiling signal-hook v0.3.17
25682024-05-29T20:21:24.799Z Compiling clap_lex v0.7.0
25692024-05-29T20:21:24.933Z Compiling finl_unicode v1.2.0
25702024-05-29T20:21:25.061Z Compiling clap_builder v4.5.2
25712024-05-29T20:21:25.368Z Compiling itertools v0.10.5
25722024-05-29T20:21:25.539Z Compiling stringprep v0.1.4
25732024-05-29T20:21:26.815Z Compiling clap_derive v4.5.4
25742024-05-29T20:21:28.289Z Compiling hyper-rustls v0.24.2
25752024-05-29T20:21:28.654Z Compiling hyper-tls v0.5.0
25762024-05-29T20:21:29.005Z Compiling reqwest v0.11.27
25772024-05-29T20:21:29.911Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25782024-05-29T20:21:30.684Z Compiling yasna v0.5.2
25792024-05-29T20:21:31.953Z Compiling md-5 v0.10.6
25802024-05-29T20:21:31.956Z Compiling hash32 v0.2.1
25812024-05-29T20:21:32.228Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25822024-05-29T20:21:32.340Z Compiling smoltcp v0.9.1
25832024-05-29T20:21:32.356Z Compiling fallible-iterator v0.2.0
25842024-05-29T20:21:33.076Z Compiling postgres-protocol v0.6.6
25852024-05-29T20:21:33.094Z Compiling clap v4.5.4
25862024-05-29T20:21:33.225Z Compiling phf_shared v0.11.2
25872024-05-29T20:21:33.628Z Compiling tokio-stream v0.1.15
25882024-05-29T20:21:33.891Z Compiling hubpack_derive v0.1.1
25892024-05-29T20:21:34.167Z Compiling zerocopy-derive v0.6.6
25902024-05-29T20:21:34.437Z Compiling diesel_table_macro_syntax v0.1.0
25912024-05-29T20:21:34.587Z Compiling scheduled-thread-pool v0.2.7
25922024-05-29T20:21:34.608Z Compiling fs-err v2.11.0
25932024-05-29T20:21:34.683Z Compiling fixedbitset v0.4.2
25942024-05-29T20:21:34.782Z Compiling hubpack v0.1.2
25952024-05-29T20:21:34.835Z Compiling diesel_derives v2.1.4
25962024-05-29T20:21:35.023Z Compiling petgraph v0.6.5
25972024-05-29T20:21:35.101Z Compiling r2d2 v0.8.10
25982024-05-29T20:21:35.230Z Compiling postgres-types v0.2.6
25992024-05-29T20:21:35.479Z Compiling phf v0.11.2
26002024-05-29T20:21:35.790Z Compiling signal-hook-mio v0.2.3
26012024-05-29T20:21:36.215Z Compiling phf_shared v0.10.0
26022024-05-29T20:21:36.360Z Compiling zerocopy v0.6.6
26032024-05-29T20:21:36.634Z Compiling similar v2.5.0
26042024-05-29T20:21:36.787Z Compiling num-iter v0.1.45
26052024-05-29T20:21:36.979Z Compiling strum_macros v0.25.3
26062024-05-29T20:21:37.193Z Compiling serde_repr v0.1.19
26072024-05-29T20:21:37.331Z Compiling getopts v0.2.21
26082024-05-29T20:21:38.415Z Compiling console v0.15.8
26092024-05-29T20:21:38.431Z Compiling float-cmp v0.9.0
26102024-05-29T20:21:38.660Z Compiling new_debug_unreachable v1.0.6
26112024-05-29T20:21:38.761Z Compiling minimal-lexical v0.2.1
26122024-05-29T20:21:39.031Z Compiling difflib v0.4.0
26132024-05-29T20:21:39.128Z Compiling unsafe-libyaml v0.2.11
26142024-05-29T20:21:39.284Z Compiling precomputed-hash v0.1.1
26152024-05-29T20:21:39.409Z Compiling predicates-core v1.0.6
26162024-05-29T20:21:39.777Z Compiling static_assertions v1.1.0
26172024-05-29T20:21:39.883Z Compiling whoami v1.5.1
26182024-05-29T20:21:39.909Z Compiling normalize-line-endings v0.3.0
26192024-05-29T20:21:40.038Z Compiling predicates v3.1.0
26202024-05-29T20:21:40.573Z Compiling serde_yaml v0.9.34+deprecated
26212024-05-29T20:21:40.744Z Compiling tokio-postgres v0.7.10
26222024-05-29T20:21:41.125Z Compiling string_cache v0.8.7
26232024-05-29T20:21:41.335Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26242024-05-29T20:21:41.597Z Compiling nom v7.1.3
26252024-05-29T20:21:41.743Z Compiling crossterm v0.27.0
26262024-05-29T20:21:45.006Z Compiling bit-set v0.5.3
26272024-05-29T20:21:45.299Z Compiling itertools v0.12.1
26282024-05-29T20:21:45.328Z Compiling bstr v1.9.1
26292024-05-29T20:21:45.558Z Compiling lalrpop-util v0.19.12
26302024-05-29T20:21:45.827Z Compiling peg-runtime v0.8.3
26312024-05-29T20:21:45.858Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26322024-05-29T20:21:45.896Z Compiling sha1 v0.10.6
26332024-05-29T20:21:46.264Z Compiling camino v1.1.7
26342024-05-29T20:21:46.307Z Compiling ident_case v1.0.1
26352024-05-29T20:21:46.488Z Compiling darling_core v0.20.9
26362024-05-29T20:21:46.525Z Compiling strum_macros v0.26.2
26372024-05-29T20:21:46.922Z Compiling dirs-sys-next v0.1.2
26382024-05-29T20:21:47.171Z Compiling base64 v0.22.1
26392024-05-29T20:21:47.614Z Compiling match_cfg v0.1.0
26402024-05-29T20:21:47.717Z Compiling hostname v0.3.1
26412024-05-29T20:21:47.980Z Compiling dirs-next v2.0.0
26422024-05-29T20:21:47.983Z Compiling toml v0.8.13
26432024-05-29T20:21:48.004Z Compiling http v1.1.0
26442024-05-29T20:21:48.151Z Compiling thread_local v1.1.8
26452024-05-29T20:21:48.502Z Compiling slog-async v2.8.0
26462024-05-29T20:21:48.756Z Compiling rustls-pki-types v1.7.0
26472024-05-29T20:21:49.076Z Compiling term v0.7.0
26482024-05-29T20:21:49.616Z Compiling crossbeam-channel v0.5.12
26492024-05-29T20:21:49.731Z Compiling is-terminal v0.4.12
26502024-05-29T20:21:49.847Z Compiling take_mut v0.2.2
26512024-05-29T20:21:49.850Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26522024-05-29T20:21:50.009Z Compiling paste v1.0.15
26532024-05-29T20:21:50.511Z Compiling rustls v0.22.4
26542024-05-29T20:21:50.667Z Compiling slog-term v2.9.1
26552024-05-29T20:21:50.726Z Compiling rustls-webpki v0.102.4
26562024-05-29T20:21:50.800Z Compiling multer v3.1.0
26572024-05-29T20:21:50.838Z Compiling diesel v2.1.6
26582024-05-29T20:21:51.077Z Compiling instant v0.1.12
26592024-05-29T20:21:51.802Z Compiling strum v0.26.2
26602024-05-29T20:21:51.856Z Compiling slog-json v2.6.1
26612024-05-29T20:21:51.986Z Compiling async-stream-impl v0.3.5
26622024-05-29T20:21:52.254Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26632024-05-29T20:21:52.547Z Compiling debug-ignore v1.0.5
26642024-05-29T20:21:52.564Z Compiling atomic-waker v1.1.2
26652024-05-29T20:21:52.704Z Compiling waitgroup v0.1.2
26662024-05-29T20:21:52.830Z Compiling slog-bunyan v2.5.0
26672024-05-29T20:21:52.928Z Compiling rustls-pemfile v2.1.2
26682024-05-29T20:21:53.033Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26692024-05-29T20:21:53.400Z Compiling serde_path_to_error v0.1.16
26702024-05-29T20:21:53.477Z Compiling async-stream v0.3.5
26712024-05-29T20:21:53.792Z Compiling structmeta-derive v0.3.0
26722024-05-29T20:21:53.864Z Compiling darling_macro v0.20.9
26732024-05-29T20:21:53.987Z Compiling hostname v0.4.0
26742024-05-29T20:21:54.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26752024-05-29T20:21:54.255Z Compiling newtype-uuid v1.1.0
26762024-05-29T20:21:54.271Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26772024-05-29T20:21:54.419Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26782024-05-29T20:21:54.529Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792024-05-29T20:21:54.560Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26802024-05-29T20:21:54.829Z Compiling backoff v0.4.0
26812024-05-29T20:21:54.878Z Compiling darling v0.20.9
26822024-05-29T20:21:55.008Z Compiling serde_with_macros v3.8.1
26832024-05-29T20:21:55.168Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26842024-05-29T20:21:55.199Z Compiling macaddr v1.0.1
26852024-05-29T20:21:55.288Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862024-05-29T20:21:55.321Z Compiling proc-macro-crate v1.3.1
26872024-05-29T20:21:55.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26882024-05-29T20:21:55.634Z Compiling fastrand v2.1.0
26892024-05-29T20:21:55.802Z Compiling tokio-rustls v0.25.0
26902024-05-29T20:21:56.237Z Compiling tempfile v3.10.1
26912024-05-29T20:21:56.416Z Compiling num_enum_derive v0.5.11
26922024-05-29T20:21:56.886Z Compiling structmeta v0.3.0
26932024-05-29T20:21:57.141Z Compiling proc-macro-error-attr v1.0.4
26942024-05-29T20:21:57.345Z Compiling parse-display-derive v0.9.0
26952024-05-29T20:21:57.548Z Compiling proc-macro-error v1.0.4
26962024-05-29T20:21:57.848Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26972024-05-29T20:21:58.105Z Compiling serde_with v3.8.1
26982024-05-29T20:21:59.559Z Compiling foreign-types-macros v0.2.3
26992024-05-29T20:21:59.564Z Compiling num_enum v0.5.11
27002024-05-29T20:21:59.564Z Compiling foreign-types-shared v0.3.1
27012024-05-29T20:21:59.568Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27022024-05-29T20:21:59.822Z Compiling heapless v0.8.0
27032024-05-29T20:22:00.432Z Compiling foreign-types v0.5.0
27042024-05-29T20:22:01.036Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27052024-05-29T20:22:01.296Z Compiling cstr-argument v0.1.2
27062024-05-29T20:22:01.552Z Compiling hash32 v0.3.1
27072024-05-29T20:22:01.803Z Compiling smoltcp v0.11.0
27082024-05-29T20:22:01.850Z Compiling pretty-hex v0.2.1
27092024-05-29T20:22:02.025Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27102024-05-29T20:22:02.239Z Compiling parse-display v0.9.0
27112024-05-29T20:22:02.243Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122024-05-29T20:22:02.369Z Compiling camino-tempfile v1.1.1
27132024-05-29T20:22:02.573Z Compiling tabwriter v1.4.0
27142024-05-29T20:22:02.864Z Compiling colored v2.1.0
27152024-05-29T20:22:02.949Z Compiling socket2 v0.4.10
27162024-05-29T20:22:02.975Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27172024-05-29T20:22:02.986Z Compiling embedded-io v0.4.0
27182024-05-29T20:22:03.114Z Compiling cobs v0.2.3
27192024-05-29T20:22:03.213Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27202024-05-29T20:22:03.428Z Compiling postcard v1.0.8
27212024-05-29T20:22:03.483Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27222024-05-29T20:22:03.626Z Compiling crucible-workspace-hack v0.1.0
27232024-05-29T20:22:03.716Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27242024-05-29T20:22:03.856Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27252024-05-29T20:22:03.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27262024-05-29T20:22:04.266Z Compiling smf v0.2.3
27272024-05-29T20:22:04.317Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27282024-05-29T20:22:04.645Z Compiling humantime v2.1.0
27292024-05-29T20:22:04.797Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27302024-05-29T20:22:04.948Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27312024-05-29T20:22:05.202Z Compiling num-derive v0.4.2
27322024-05-29T20:22:05.423Z Compiling sigpipe v0.1.3
27332024-05-29T20:22:05.545Z Compiling utf-8 v0.7.6
27342024-05-29T20:22:05.704Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27352024-05-29T20:22:05.890Z Compiling atty v0.2.14
27362024-05-29T20:22:06.033Z Compiling same-file v1.0.6
27372024-05-29T20:22:06.127Z Compiling rayon-core v1.12.1
27382024-05-29T20:22:06.272Z Compiling platforms v3.4.0
27392024-05-29T20:22:06.319Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27402024-05-29T20:22:06.386Z Compiling semver v0.1.20
27412024-05-29T20:22:06.889Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27422024-05-29T20:22:07.092Z Compiling curve25519-dalek v4.1.2
27432024-05-29T20:22:07.699Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27442024-05-29T20:22:07.733Z Compiling rustc_version v0.1.7
27452024-05-29T20:22:08.065Z Compiling walkdir v2.5.0
27462024-05-29T20:22:08.232Z Compiling newline-converter v0.3.0
27472024-05-29T20:22:08.403Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27482024-05-29T20:22:08.460Z Compiling crossbeam-deque v0.8.5
27492024-05-29T20:22:08.562Z Compiling universal-hash v0.5.1
27502024-05-29T20:22:08.660Z Compiling opaque-debug v0.3.1
27512024-05-29T20:22:08.762Z Compiling expectorate v1.1.0
27522024-05-29T20:22:08.805Z Compiling newtype_derive v0.1.6
27532024-05-29T20:22:08.910Z Compiling tungstenite v0.20.1
27542024-05-29T20:22:08.945Z Compiling xattr v1.3.1
27552024-05-29T20:22:09.036Z Compiling signature v2.2.0
27562024-05-29T20:22:09.080Z Compiling curve25519-dalek-derive v0.1.1
27572024-05-29T20:22:09.215Z Compiling blake3 v1.5.1
27582024-05-29T20:22:09.341Z Compiling ring v0.16.20
27592024-05-29T20:22:09.820Z Compiling filetime v0.2.23
27602024-05-29T20:22:10.189Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27612024-05-29T20:22:10.386Z Compiling unicase v2.7.0
27622024-05-29T20:22:10.454Z Compiling termcolor v1.4.1
27632024-05-29T20:22:10.602Z Compiling quick-error v1.2.3
27642024-05-29T20:22:10.672Z Compiling arc-swap v1.7.1
27652024-05-29T20:22:10.675Z Compiling getrandom v0.1.16
27662024-05-29T20:22:10.750Z Compiling convert_case v0.4.0
27672024-05-29T20:22:11.010Z Compiling linked-hash-map v0.5.6
27682024-05-29T20:22:11.341Z Compiling lru-cache v0.1.2
27692024-05-29T20:22:11.357Z Compiling slog-scope v4.4.0
27702024-05-29T20:22:11.361Z Compiling env_logger v0.9.3
27712024-05-29T20:22:11.435Z Compiling resolv-conf v0.7.0
27722024-05-29T20:22:11.767Z Compiling derive_more v0.99.17
27732024-05-29T20:22:11.854Z Compiling tar v0.4.40
27742024-05-29T20:22:12.274Z Compiling tokio-tungstenite v0.20.1
27752024-05-29T20:22:12.873Z Compiling rayon v1.10.0
27762024-05-29T20:22:13.300Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27772024-05-29T20:22:13.793Z Compiling password-hash v0.5.0
27782024-05-29T20:22:14.091Z Compiling blake2 v0.10.6
27792024-05-29T20:22:14.300Z Compiling bitstruct_derive v0.1.0
27802024-05-29T20:22:15.249Z Compiling derive-where v1.2.7
27812024-05-29T20:22:15.401Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27822024-05-29T20:22:15.529Z Compiling memmap2 v0.9.4
27832024-05-29T20:22:15.677Z Compiling ascii v1.1.0
27842024-05-29T20:22:16.014Z Compiling parking_lot_core v0.8.6
27852024-05-29T20:22:16.320Z Compiling arrayvec v0.7.4
27862024-05-29T20:22:16.466Z Compiling home v0.5.9
27872024-05-29T20:22:16.749Z Compiling arrayref v0.3.7
27882024-05-29T20:22:16.756Z Compiling untrusted v0.7.1
27892024-05-29T20:22:16.850Z Compiling libefi-sys v0.1.0
27902024-05-29T20:22:17.095Z Compiling constant_time_eq v0.3.0
27912024-05-29T20:22:17.140Z Compiling toolchain_find v0.4.0
27922024-05-29T20:22:17.920Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27932024-05-29T20:22:18.511Z Compiling bitstruct v0.1.1
27942024-05-29T20:22:18.631Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27952024-05-29T20:22:18.916Z Compiling argon2 v0.5.3
27962024-05-29T20:22:19.341Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27972024-05-29T20:22:19.584Z Compiling trust-dns-resolver v0.22.0
27982024-05-29T20:22:20.146Z Compiling slog-stdlog v4.1.1
27992024-05-29T20:22:20.342Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-05-29T20:22:20.516Z Compiling num-rational v0.4.2
28012024-05-29T20:22:20.799Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-29T20:22:20.849Z Compiling erased-serde v0.3.31
28032024-05-29T20:22:21.092Z Compiling serde_arrays v0.1.0
28042024-05-29T20:22:21.158Z Compiling rfc6979 v0.4.0
28052024-05-29T20:22:21.255Z Compiling aead v0.5.2
28062024-05-29T20:22:21.335Z Compiling num-complex v0.4.6
28072024-05-29T20:22:21.667Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28082024-05-29T20:22:21.755Z Compiling nibble_vec v0.1.0
28092024-05-29T20:22:21.822Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28102024-05-29T20:22:21.950Z Compiling slog-dtrace v0.3.0
28112024-05-29T20:22:22.054Z Compiling cancel-safe-futures v0.1.5
28122024-05-29T20:22:22.236Z Compiling endian-type v0.1.2
28132024-05-29T20:22:22.250Z Compiling keccak v0.1.5
28142024-05-29T20:22:22.312Z Compiling topological-sort v0.2.2
28152024-05-29T20:22:22.433Z Compiling num v0.4.3
28162024-05-29T20:22:22.532Z Compiling sha3 v0.10.8
28172024-05-29T20:22:22.550Z Compiling omicron-zone-package v0.11.0
28182024-05-29T20:22:22.552Z Compiling radix_trie v0.2.1
28192024-05-29T20:22:22.577Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-05-29T20:22:23.288Z Compiling ecdsa v0.16.9
28212024-05-29T20:22:23.304Z Compiling rand_core v0.5.1
28222024-05-29T20:22:23.550Z Compiling slog-envlogger v2.2.0
28232024-05-29T20:22:23.819Z Compiling mime_guess v2.0.4
28242024-05-29T20:22:24.076Z Compiling steno v0.4.0
28252024-05-29T20:22:24.989Z Compiling rustfmt-wrapper v0.2.1
28262024-05-29T20:22:25.579Z Compiling poly1305 v0.8.0
28272024-05-29T20:22:25.596Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28282024-05-29T20:22:25.890Z Compiling primeorder v0.13.6
28292024-05-29T20:22:26.377Z Compiling heck v0.3.3
28302024-05-29T20:22:26.414Z Compiling chacha20 v0.9.1
28312024-05-29T20:22:26.810Z Compiling thiserror-impl-no-std v2.0.2
28322024-05-29T20:22:26.885Z Compiling secrecy v0.8.0
28332024-05-29T20:22:26.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28342024-05-29T20:22:27.132Z Compiling half v2.4.1
28352024-05-29T20:22:27.268Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28362024-05-29T20:22:27.359Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28372024-05-29T20:22:27.564Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382024-05-29T20:22:27.711Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28392024-05-29T20:22:28.138Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28402024-05-29T20:22:28.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28412024-05-29T20:22:29.005Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28422024-05-29T20:22:29.777Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28432024-05-29T20:22:29.914Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28442024-05-29T20:22:30.000Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28452024-05-29T20:22:30.082Z Compiling option-ext v0.2.0
28462024-05-29T20:22:30.148Z Compiling ciborium-io v0.2.2
28472024-05-29T20:22:30.172Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28482024-05-29T20:22:30.218Z Compiling dirs-sys v0.4.1
28492024-05-29T20:22:30.274Z Compiling ciborium-ll v0.2.2
28502024-05-29T20:22:30.329Z Compiling thiserror-no-std v2.0.2
28512024-05-29T20:22:30.440Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28522024-05-29T20:22:30.462Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28532024-05-29T20:22:30.679Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28542024-05-29T20:22:30.780Z Compiling zone_cfg_derive v0.1.2
28552024-05-29T20:22:31.074Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28562024-05-29T20:22:31.405Z Compiling parking_lot v0.11.2
28572024-05-29T20:22:31.453Z Compiling rand_chacha v0.2.2
28582024-05-29T20:22:31.797Z Compiling trust-dns-client v0.22.0
28592024-05-29T20:22:32.943Z Compiling ed25519 v2.2.3
28602024-05-29T20:22:32.958Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28612024-05-29T20:22:33.383Z Compiling polyval v0.6.2
28622024-05-29T20:22:33.441Z Compiling tungstenite v0.21.0
28632024-05-29T20:22:33.557Z Compiling blowfish v0.9.1
28642024-05-29T20:22:33.836Z Compiling ctr v0.9.2
28652024-05-29T20:22:34.009Z Compiling aes v0.8.4
28662024-05-29T20:22:34.194Z Compiling libsw v3.3.1
28672024-05-29T20:22:34.516Z Compiling toml v0.5.11
28682024-05-29T20:22:34.972Z Compiling password-hash v0.4.2
28692024-05-29T20:22:35.164Z Compiling pbkdf2 v0.12.2
28702024-05-29T20:22:35.340Z Compiling gethostname v0.4.3
28712024-05-29T20:22:35.629Z Compiling fxhash v0.2.1
28722024-05-29T20:22:35.633Z Compiling owo-colors v4.0.0
28732024-05-29T20:22:35.827Z Compiling swrite v0.1.0
28742024-05-29T20:22:35.906Z Compiling base64 v0.13.1
28752024-05-29T20:22:35.955Z Compiling linear-map v1.2.0
28762024-05-29T20:22:36.317Z Compiling ron v0.7.1
28772024-05-29T20:22:36.526Z Compiling trust-dns-server v0.22.1
28782024-05-29T20:22:36.838Z Compiling sled v0.34.7
28792024-05-29T20:22:37.911Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28802024-05-29T20:22:38.237Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812024-05-29T20:22:38.726Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28822024-05-29T20:22:42.872Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28832024-05-29T20:22:43.570Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28842024-05-29T20:22:43.784Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28852024-05-29T20:22:45.442Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28862024-05-29T20:22:45.681Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28872024-05-29T20:22:46.269Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28882024-05-29T20:22:46.471Z Compiling pbkdf2 v0.11.0
28892024-05-29T20:22:46.828Z Compiling bcrypt-pbkdf v0.10.0
28902024-05-29T20:22:47.465Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28912024-05-29T20:22:47.494Z Compiling tokio-tungstenite v0.21.0
28922024-05-29T20:22:47.573Z Compiling ghash v0.5.1
28932024-05-29T20:22:47.772Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28942024-05-29T20:22:47.996Z Compiling ed25519-dalek v2.1.1
28952024-05-29T20:22:48.061Z Compiling zone v0.1.8
28962024-05-29T20:22:48.459Z Compiling rand v0.7.3
28972024-05-29T20:22:49.402Z Compiling ciborium v0.2.2
28982024-05-29T20:22:49.703Z Compiling dirs v5.0.1
28992024-05-29T20:22:49.913Z Compiling vsss-rs v3.3.4
29002024-05-29T20:22:50.978Z Compiling chacha20poly1305 v0.10.1
29012024-05-29T20:22:51.049Z Compiling p521 v0.13.3
29022024-05-29T20:22:51.081Z Compiling p256 v0.13.2
29032024-05-29T20:22:51.197Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29042024-05-29T20:22:51.958Z Compiling pem v3.0.4
29052024-05-29T20:22:52.684Z Compiling cbc v0.1.2
29062024-05-29T20:22:52.832Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29072024-05-29T20:22:52.922Z Compiling headers-core v0.2.0
29082024-05-29T20:22:53.032Z Compiling kstat-rs v0.2.3
29092024-05-29T20:22:53.092Z Compiling portpicker v0.1.1
29102024-05-29T20:22:53.203Z Compiling nanorand v0.7.0
29112024-05-29T20:22:53.426Z Compiling russh-cryptovec v0.7.2
29122024-05-29T20:22:53.584Z Compiling md5 v0.7.0
29132024-05-29T20:22:53.698Z Compiling http-range v0.1.5
29142024-05-29T20:22:53.756Z Compiling glob v0.3.1
29152024-05-29T20:22:53.778Z Compiling flume v0.11.0
29162024-05-29T20:22:54.087Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29172024-05-29T20:22:54.474Z Compiling hyper-staticfile v0.9.5
29182024-05-29T20:22:54.573Z Compiling russh-keys v0.43.0
29192024-05-29T20:22:54.750Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29202024-05-29T20:22:55.472Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29212024-05-29T20:22:58.070Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29222024-05-29T20:22:59.325Z Compiling headers v0.3.9
29232024-05-29T20:22:59.330Z Compiling rcgen v0.12.1
29242024-05-29T20:23:00.065Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29252024-05-29T20:23:00.328Z Compiling aes-gcm v0.10.3
29262024-05-29T20:23:00.627Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29272024-05-29T20:23:01.363Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29282024-05-29T20:23:02.558Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29292024-05-29T20:23:02.782Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29302024-05-29T20:23:04.904Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29312024-05-29T20:23:06.228Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29322024-05-29T20:23:07.981Z Compiling atomicwrites v0.4.3
29332024-05-29T20:23:08.350Z Compiling subprocess v0.2.9
29342024-05-29T20:23:09.561Z Compiling dhcproto-macros v0.1.0
29352024-05-29T20:23:09.828Z Compiling hex-literal v0.4.1
29362024-05-29T20:23:10.003Z Compiling display-error-chain v0.2.0
29372024-05-29T20:23:10.170Z Compiling russh v0.43.0
29382024-05-29T20:23:10.452Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392024-05-29T20:23:10.528Z Compiling dhcproto v0.11.0
29402024-05-29T20:23:12.048Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29412024-05-29T20:23:13.243Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29422024-05-29T20:23:13.471Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29432024-05-29T20:23:13.939Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29442024-05-29T20:23:13.959Z Compiling internet-checksum v0.2.1
29452024-05-29T20:23:34.281Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29462024-05-29T20:24:16.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 45s
29472024-05-29T20:24:17.115Z
29482024-05-29T20:24:17.120Zreal 3:45.574302336
29492024-05-29T20:24:17.120Zuser 20:11.436283700
29502024-05-29T20:24:17.120Zsys 4:28.731907161
29512024-05-29T20:24:17.120Ztrap 0.592281559
29522024-05-29T20:24:17.120Ztflt 0.456153599
29532024-05-29T20:24:17.120Zdflt 2.129144908
29542024-05-29T20:24:17.120Zkflt 0.000067143
29552024-05-29T20:24:17.120Zlock 42:51.493175352
29562024-05-29T20:24:17.120Zslp 57:57.294434983
29572024-05-29T20:24:17.120Zlat 1:13.969703225
29582024-05-29T20:24:17.120Zstop 2:55.162650314
29592024-05-29T20:24:17.120Z+ mkdir tests
29602024-05-29T20:24:17.120Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29612024-05-29T20:24:17.120Z+ xargs -I '{}' -t cp '{}' tests/
29622024-05-29T20:24:18.449Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451fa36426f63278 tests/
29632024-05-29T20:24:18.469Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c665353dee2cc12b tests/
29642024-05-29T20:24:18.488Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-42bc164b1028ebb1 tests/
29652024-05-29T20:24:18.507Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54d6d2c111a1c056 tests/
29662024-05-29T20:24:18.795Z+ 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/*)
29672024-05-29T20:24:18.798Z+ 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-42bc164b1028ebb1 tests/commtest-c665353dee2cc12b tests/dhcp_server-451fa36426f63278 tests/end_to_end_tests-54d6d2c111a1c056 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
29682024-05-29T20:25:21.749ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29692024-05-29T20:25:21.749Za out/target/test 1K
29702024-05-29T20:25:21.750Za out/npuzone/npuzone 23144K
29712024-05-29T20:25:21.750Za package-manifest.toml 27K
29722024-05-29T20:25:21.750Za smf/sled-agent/non-gimlet/config.toml 4K
29732024-05-29T20:25:21.750Za target/release/omicron-package 31741K
29742024-05-29T20:25:21.750Za target/release/xtask 6795K
29752024-05-29T20:25:21.750Za target/debug/bootstrap 350367K
29762024-05-29T20:25:21.750Za tests/bootstrap-42bc164b1028ebb1 23990K
29772024-05-29T20:25:21.750Za tests/commtest-c665353dee2cc12b 23990K
29782024-05-29T20:25:21.750Za tests/dhcp_server-451fa36426f63278 23990K
29792024-05-29T20:25:21.750Za tests/end_to_end_tests-54d6d2c111a1c056 360517K
29802024-05-29T20:25:21.750Za out/clickhouse.tar.gz 222974K
29812024-05-29T20:25:21.750Za out/clickhouse_keeper.tar.gz 222958K
29822024-05-29T20:25:21.751Za out/cockroachdb.tar.gz 120920K
29832024-05-29T20:25:21.751Za out/crucible-pantry-zone.tar.gz 27264K
29842024-05-29T20:25:21.751Za out/crucible-zone.tar.gz 38022K
29852024-05-29T20:25:21.751Za out/external-dns.tar.gz 25058K
29862024-05-29T20:25:21.751Za out/internal-dns.tar.gz 25058K
29872024-05-29T20:25:21.751Za out/mg-ddm-gz.tar 60408K
29882024-05-29T20:25:21.751Za out/nexus.tar.gz 82057K
29892024-05-29T20:25:21.751Za out/ntp.tar.gz 8817K
29902024-05-29T20:25:21.751Za out/omicron-gateway-softnpu.tar.gz 14597K
29912024-05-29T20:25:21.751Za out/omicron-sled-agent.tar 93092K
29922024-05-29T20:25:21.751Za out/overlay.tar.gz 3K
29932024-05-29T20:25:21.751Za out/oximeter.tar.gz 40318K
29942024-05-29T20:25:21.751Za out/oxlog.tar 2934K
29952024-05-29T20:25:21.751Za out/probe.tar.gz 2764K
29962024-05-29T20:25:21.751Za out/propolis-server.tar.gz 65435K
29972024-05-29T20:25:21.752Za out/pumpkind-gz.tar 26665K
29982024-05-29T20:25:21.752Za out/switch-softnpu.tar.gz 196412K
29992024-05-29T20:25:21.756Z
30002024-05-29T20:25:21.756Zreal 1:02.940370794
30012024-05-29T20:25:21.757Zuser 1:00.361491434
30022024-05-29T20:25:21.757Zsys 3.436277623
30032024-05-29T20:25:21.757Ztrap 0.012821562
30042024-05-29T20:25:21.757Ztflt 0.000000000
30052024-05-29T20:25:21.757Zdflt 0.000000000
30062024-05-29T20:25:21.757Zkflt 0.000000000
30072024-05-29T20:25:21.757Zlock 0.000000000
30082024-05-29T20:25:21.757Zslp 1:00.366444692
30092024-05-29T20:25:21.757Zlat 1.700445101
30102024-05-29T20:25:21.757Zstop 0.000286829
30112024-05-29T20:25:21.757Zprocess exited: duration 1646619 ms, exit code 0
 
30122024-05-29T20:25:21.782Zfound 1 output files
30132024-05-29T20:25:21.782Zuploading: /work/package.tar.gz (1382683124 bytes)
30142024-05-29T20:35:54.967Zuploaded: /work/package.tar.gz